@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
   line-height: 1.15;
   -webkit-text-size-adjust: 100%;
}

body {
   margin: 0;
}

main {
   display: block;
}

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

hr {
   -webkit-box-sizing: content-box;
   box-sizing: content-box;
   height: 0;
   overflow: visible;
}

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

a {
   background-color: transparent;
}

abbr[title] {
   border-bottom: none;
   text-decoration: underline;
   -webkit-text-decoration: underline dotted;
   text-decoration: underline dotted;
}

b, strong {
   font-weight: bolder;
}

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

small {
   font-size: 80%;
}

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

sub {
   bottom: -.25em;
}

sup {
   top: -.5em;
}

img {
   border-style: none;
}

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

button, input {
   overflow: visible;
}

button, select {
   text-transform: none;
}

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

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

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

fieldset {
   padding: .35em .75em .625em;
}

legend {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   color: inherit;
   display: table;
   max-width: 100%;
   padding: 0;
   white-space: normal;
}

progress {
   vertical-align: baseline;
}

textarea {
   overflow: auto;
}

[type=checkbox], [type=radio] {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   padding: 0;
}

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

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

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

::-webkit-file-upload-button {
   -webkit-appearance: button;
   font: inherit;
}

details {
   display: block;
}

summary {
   display: list-item;
}

template {
   display: none;
}

[hidden] {
   display: none;
}

.sr-only {
   position: absolute;
   width: 1px;
   height: 1px;
   padding: 0;
   margin: -1px;
   overflow: hidden;
   clip: rect(0, 0, 0, 0);
   white-space: nowrap;
   border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
   position: static;
   width: auto;
   height: auto;
   overflow: visible;
   clip: auto;
   white-space: normal;
}

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   -ms-overflow-style: scrollbar;
}

*, *::before, *::after {
   -webkit-box-sizing: inherit;
   box-sizing: inherit;
}

.container {
   width: 100%;
   padding-right: 15px;
   padding-left: 15px;
   margin-right: auto;
   margin-left: auto;
}

@media (min-width: 576px) {
   .container {
      max-width: 540px;
   }
}

@media (min-width: 768px) {
   .container {
      max-width: 720px;
   }
}

@media (min-width: 992px) {
   .container {
      max-width: 960px;
   }
}

@media (min-width: 1200px) {
   .container {
      max-width: 1140px;
   }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
   width: 100%;
   padding-right: 15px;
   padding-left: 15px;
   margin-right: auto;
   margin-left: auto;
}

@media (min-width: 576px) {
   .container, .container-sm {
      max-width: 540px;
   }
}

@media (min-width: 768px) {
   .container, .container-sm, .container-md {
      max-width: 720px;
   }
}

@media (min-width: 992px) {
   .container, .container-sm, .container-md, .container-lg {
      max-width: 960px;
   }
}

@media (min-width: 1200px) {
   .container, .container-sm, .container-md, .container-lg, .container-xl {
      max-width: 1140px;
   }
}

.row {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   margin-right: -15px;
   margin-left: -15px;
}

.no-gutters {
   margin-right: 0;
   margin-left: 0;
}

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
   position: relative;
   width: 100%;
   padding-right: 15px;
   padding-left: 15px;
}

.col {
   -ms-flex-preferred-size: 0;
   flex-basis: 0;
   -webkit-box-flex: 1;
   -ms-flex-positive: 1;
   flex-grow: 1;
   max-width: 100%;
}

.row-cols-1 > * {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 100%;
   flex: 0 0 100%;
   max-width: 100%;
}

.row-cols-2 > * {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 50%;
   flex: 0 0 50%;
   max-width: 50%;
}

.row-cols-3 > * {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 33.3333333333%;
   flex: 0 0 33.3333333333%;
   max-width: 33.3333333333%;
}

.row-cols-4 > * {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 25%;
   flex: 0 0 25%;
   max-width: 25%;
}

.row-cols-5 > * {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 20%;
   flex: 0 0 20%;
   max-width: 20%;
}

.row-cols-6 > * {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 16.6666666667%;
   flex: 0 0 16.6666666667%;
   max-width: 16.6666666667%;
}

.col-auto {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 auto;
   flex: 0 0 auto;
   width: auto;
   max-width: 100%;
}

.col-1 {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 8.3333333333%;
   flex: 0 0 8.3333333333%;
   max-width: 8.3333333333%;
}

.col-2 {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 16.6666666667%;
   flex: 0 0 16.6666666667%;
   max-width: 16.6666666667%;
}

.col-3 {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 25%;
   flex: 0 0 25%;
   max-width: 25%;
}

.col-4 {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 33.3333333333%;
   flex: 0 0 33.3333333333%;
   max-width: 33.3333333333%;
}

.col-5 {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 41.6666666667%;
   flex: 0 0 41.6666666667%;
   max-width: 41.6666666667%;
}

.col-6 {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 50%;
   flex: 0 0 50%;
   max-width: 50%;
}

.col-7 {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 58.3333333333%;
   flex: 0 0 58.3333333333%;
   max-width: 58.3333333333%;
}

.col-8 {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 66.6666666667%;
   flex: 0 0 66.6666666667%;
   max-width: 66.6666666667%;
}

.col-9 {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 75%;
   flex: 0 0 75%;
   max-width: 75%;
}

.col-10 {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 83.3333333333%;
   flex: 0 0 83.3333333333%;
   max-width: 83.3333333333%;
}

.col-11 {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 91.6666666667%;
   flex: 0 0 91.6666666667%;
   max-width: 91.6666666667%;
}

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

.order-first {
   -webkit-box-ordinal-group: 0;
   -ms-flex-order: -1;
   order: -1;
}

.order-last {
   -webkit-box-ordinal-group: 14;
   -ms-flex-order: 13;
   order: 13;
}

.order-0 {
   -webkit-box-ordinal-group: 1;
   -ms-flex-order: 0;
   order: 0;
}

.order-1 {
   -webkit-box-ordinal-group: 2;
   -ms-flex-order: 1;
   order: 1;
}

.order-2 {
   -webkit-box-ordinal-group: 3;
   -ms-flex-order: 2;
   order: 2;
}

.order-3 {
   -webkit-box-ordinal-group: 4;
   -ms-flex-order: 3;
   order: 3;
}

.order-4 {
   -webkit-box-ordinal-group: 5;
   -ms-flex-order: 4;
   order: 4;
}

.order-5 {
   -webkit-box-ordinal-group: 6;
   -ms-flex-order: 5;
   order: 5;
}

.order-6 {
   -webkit-box-ordinal-group: 7;
   -ms-flex-order: 6;
   order: 6;
}

.order-7 {
   -webkit-box-ordinal-group: 8;
   -ms-flex-order: 7;
   order: 7;
}

.order-8 {
   -webkit-box-ordinal-group: 9;
   -ms-flex-order: 8;
   order: 8;
}

.order-9 {
   -webkit-box-ordinal-group: 10;
   -ms-flex-order: 9;
   order: 9;
}

.order-10 {
   -webkit-box-ordinal-group: 11;
   -ms-flex-order: 10;
   order: 10;
}

.order-11 {
   -webkit-box-ordinal-group: 12;
   -ms-flex-order: 11;
   order: 11;
}

.order-12 {
   -webkit-box-ordinal-group: 13;
   -ms-flex-order: 12;
   order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
   .col-sm {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
   }

   .row-cols-sm-1 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
   }

   .row-cols-sm-2 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
   }

   .row-cols-sm-3 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
   }

   .row-cols-sm-4 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
   }

   .row-cols-sm-5 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
   }

   .row-cols-sm-6 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
   }

   .col-sm-auto {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
   }

   .col-sm-1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%;
   }

   .col-sm-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
   }

   .col-sm-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
   }

   .col-sm-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
   }

   .col-sm-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
   }

   .col-sm-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
   }

   .col-sm-7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
   }

   .col-sm-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
   }

   .col-sm-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
   }

   .col-sm-10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
   }

   .col-sm-11 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%;
   }

   .col-sm-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
   }

   .order-sm-first {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1;
   }

   .order-sm-last {
      -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
      order: 13;
   }

   .order-sm-0 {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
   }

   .order-sm-1 {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
   }

   .order-sm-2 {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
   }

   .order-sm-3 {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
   }

   .order-sm-4 {
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4;
   }

   .order-sm-5 {
      -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5;
   }

   .order-sm-6 {
      -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
      order: 6;
   }

   .order-sm-7 {
      -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
      order: 7;
   }

   .order-sm-8 {
      -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
      order: 8;
   }

   .order-sm-9 {
      -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
      order: 9;
   }

   .order-sm-10 {
      -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
      order: 10;
   }

   .order-sm-11 {
      -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
      order: 11;
   }

   .order-sm-12 {
      -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
      order: 12;
   }

   .offset-sm-0 {
      margin-left: 0;
   }

   .offset-sm-1 {
      margin-left: 8.3333333333%;
   }

   .offset-sm-2 {
      margin-left: 16.6666666667%;
   }

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

   .offset-sm-4 {
      margin-left: 33.3333333333%;
   }

   .offset-sm-5 {
      margin-left: 41.6666666667%;
   }

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

   .offset-sm-7 {
      margin-left: 58.3333333333%;
   }

   .offset-sm-8 {
      margin-left: 66.6666666667%;
   }

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

   .offset-sm-10 {
      margin-left: 83.3333333333%;
   }

   .offset-sm-11 {
      margin-left: 91.6666666667%;
   }
}

@media (min-width: 768px) {
   .col-md {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
   }

   .row-cols-md-1 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
   }

   .row-cols-md-2 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
   }

   .row-cols-md-3 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
   }

   .row-cols-md-4 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
   }

   .row-cols-md-5 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
   }

   .row-cols-md-6 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
   }

   .col-md-auto {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
   }

   .col-md-1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%;
   }

   .col-md-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
   }

   .col-md-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
   }

   .col-md-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
   }

   .col-md-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
   }

   .col-md-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
   }

   .col-md-7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
   }

   .col-md-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
   }

   .col-md-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
   }

   .col-md-10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
   }

   .col-md-11 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%;
   }

   .col-md-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
   }

   .order-md-first {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1;
   }

   .order-md-last {
      -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
      order: 13;
   }

   .order-md-0 {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
   }

   .order-md-1 {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
   }

   .order-md-2 {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
   }

   .order-md-3 {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
   }

   .order-md-4 {
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4;
   }

   .order-md-5 {
      -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5;
   }

   .order-md-6 {
      -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
      order: 6;
   }

   .order-md-7 {
      -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
      order: 7;
   }

   .order-md-8 {
      -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
      order: 8;
   }

   .order-md-9 {
      -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
      order: 9;
   }

   .order-md-10 {
      -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
      order: 10;
   }

   .order-md-11 {
      -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
      order: 11;
   }

   .order-md-12 {
      -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
      order: 12;
   }

   .offset-md-0 {
      margin-left: 0;
   }

   .offset-md-1 {
      margin-left: 8.3333333333%;
   }

   .offset-md-2 {
      margin-left: 16.6666666667%;
   }

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

   .offset-md-4 {
      margin-left: 33.3333333333%;
   }

   .offset-md-5 {
      margin-left: 41.6666666667%;
   }

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

   .offset-md-7 {
      margin-left: 58.3333333333%;
   }

   .offset-md-8 {
      margin-left: 66.6666666667%;
   }

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

   .offset-md-10 {
      margin-left: 83.3333333333%;
   }

   .offset-md-11 {
      margin-left: 91.6666666667%;
   }
}

@media (min-width: 992px) {
   .col-lg {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
   }

   .row-cols-lg-1 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
   }

   .row-cols-lg-2 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
   }

   .row-cols-lg-3 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
   }

   .row-cols-lg-4 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
   }

   .row-cols-lg-5 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
   }

   .row-cols-lg-6 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
   }

   .col-lg-auto {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
   }

   .col-lg-1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%;
   }

   .col-lg-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
   }

   .col-lg-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
   }

   .col-lg-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
   }

   .col-lg-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
   }

   .col-lg-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
   }

   .col-lg-7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
   }

   .col-lg-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
   }

   .col-lg-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
   }

   .col-lg-10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
   }

   .col-lg-11 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%;
   }

   .col-lg-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
   }

   .order-lg-first {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1;
   }

   .order-lg-last {
      -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
      order: 13;
   }

   .order-lg-0 {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
   }

   .order-lg-1 {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
   }

   .order-lg-2 {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
   }

   .order-lg-3 {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
   }

   .order-lg-4 {
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4;
   }

   .order-lg-5 {
      -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5;
   }

   .order-lg-6 {
      -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
      order: 6;
   }

   .order-lg-7 {
      -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
      order: 7;
   }

   .order-lg-8 {
      -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
      order: 8;
   }

   .order-lg-9 {
      -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
      order: 9;
   }

   .order-lg-10 {
      -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
      order: 10;
   }

   .order-lg-11 {
      -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
      order: 11;
   }

   .order-lg-12 {
      -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
      order: 12;
   }

   .offset-lg-0 {
      margin-left: 0;
   }

   .offset-lg-1 {
      margin-left: 8.3333333333%;
   }

   .offset-lg-2 {
      margin-left: 16.6666666667%;
   }

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

   .offset-lg-4 {
      margin-left: 33.3333333333%;
   }

   .offset-lg-5 {
      margin-left: 41.6666666667%;
   }

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

   .offset-lg-7 {
      margin-left: 58.3333333333%;
   }

   .offset-lg-8 {
      margin-left: 66.6666666667%;
   }

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

   .offset-lg-10 {
      margin-left: 83.3333333333%;
   }

   .offset-lg-11 {
      margin-left: 91.6666666667%;
   }
}

@media (min-width: 1200px) {
   .col-xl {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
   }

   .row-cols-xl-1 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
   }

   .row-cols-xl-2 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
   }

   .row-cols-xl-3 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
   }

   .row-cols-xl-4 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
   }

   .row-cols-xl-5 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
   }

   .row-cols-xl-6 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
   }

   .col-xl-auto {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
   }

   .col-xl-1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%;
   }

   .col-xl-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
   }

   .col-xl-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
   }

   .col-xl-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
   }

   .col-xl-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
   }

   .col-xl-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
   }

   .col-xl-7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
   }

   .col-xl-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
   }

   .col-xl-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
   }

   .col-xl-10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
   }

   .col-xl-11 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%;
   }

   .col-xl-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
   }

   .order-xl-first {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1;
   }

   .order-xl-last {
      -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
      order: 13;
   }

   .order-xl-0 {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
   }

   .order-xl-1 {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
   }

   .order-xl-2 {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
   }

   .order-xl-3 {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
   }

   .order-xl-4 {
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4;
   }

   .order-xl-5 {
      -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5;
   }

   .order-xl-6 {
      -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
      order: 6;
   }

   .order-xl-7 {
      -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
      order: 7;
   }

   .order-xl-8 {
      -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
      order: 8;
   }

   .order-xl-9 {
      -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
      order: 9;
   }

   .order-xl-10 {
      -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
      order: 10;
   }

   .order-xl-11 {
      -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
      order: 11;
   }

   .order-xl-12 {
      -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
      order: 12;
   }

   .offset-xl-0 {
      margin-left: 0;
   }

   .offset-xl-1 {
      margin-left: 8.3333333333%;
   }

   .offset-xl-2 {
      margin-left: 16.6666666667%;
   }

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

   .offset-xl-4 {
      margin-left: 33.3333333333%;
   }

   .offset-xl-5 {
      margin-left: 41.6666666667%;
   }

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

   .offset-xl-7 {
      margin-left: 58.3333333333%;
   }

   .offset-xl-8 {
      margin-left: 66.6666666667%;
   }

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

   .offset-xl-10 {
      margin-left: 83.3333333333%;
   }

   .offset-xl-11 {
      margin-left: 91.6666666667%;
   }
}

.d-none {
   display: none !important;
}

.d-inline {
   display: inline !important;
}

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

.d-block {
   display: block !important;
}

.d-table {
   display: table !important;
}

.d-table-row {
   display: table-row !important;
}

.d-table-cell {
   display: table-cell !important;
}

.d-flex {
   display: -webkit-box !important;
   display: -ms-flexbox !important;
   display: flex !important;
}

.d-inline-flex {
   display: -webkit-inline-box !important;
   display: -ms-inline-flexbox !important;
   display: inline-flex !important;
}

@media (min-width: 576px) {
   .d-sm-none {
      display: none !important;
   }

   .d-sm-inline {
      display: inline !important;
   }

   .d-sm-inline-block {
      display: inline-block !important;
   }

   .d-sm-block {
      display: block !important;
   }

   .d-sm-table {
      display: table !important;
   }

   .d-sm-table-row {
      display: table-row !important;
   }

   .d-sm-table-cell {
      display: table-cell !important;
   }

   .d-sm-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
   }

   .d-sm-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
   }
}

@media (min-width: 768px) {
   .d-md-none {
      display: none !important;
   }

   .d-md-inline {
      display: inline !important;
   }

   .d-md-inline-block {
      display: inline-block !important;
   }

   .d-md-block {
      display: block !important;
   }

   .d-md-table {
      display: table !important;
   }

   .d-md-table-row {
      display: table-row !important;
   }

   .d-md-table-cell {
      display: table-cell !important;
   }

   .d-md-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
   }

   .d-md-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
   }
}

@media (min-width: 992px) {
   .d-lg-none {
      display: none !important;
   }

   .d-lg-inline {
      display: inline !important;
   }

   .d-lg-inline-block {
      display: inline-block !important;
   }

   .d-lg-block {
      display: block !important;
   }

   .d-lg-table {
      display: table !important;
   }

   .d-lg-table-row {
      display: table-row !important;
   }

   .d-lg-table-cell {
      display: table-cell !important;
   }

   .d-lg-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
   }

   .d-lg-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
   }
}

@media (min-width: 1200px) {
   .d-xl-none {
      display: none !important;
   }

   .d-xl-inline {
      display: inline !important;
   }

   .d-xl-inline-block {
      display: inline-block !important;
   }

   .d-xl-block {
      display: block !important;
   }

   .d-xl-table {
      display: table !important;
   }

   .d-xl-table-row {
      display: table-row !important;
   }

   .d-xl-table-cell {
      display: table-cell !important;
   }

   .d-xl-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
   }

   .d-xl-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
   }
}

@media print {
   .d-print-none {
      display: none !important;
   }

   .d-print-inline {
      display: inline !important;
   }

   .d-print-inline-block {
      display: inline-block !important;
   }

   .d-print-block {
      display: block !important;
   }

   .d-print-table {
      display: table !important;
   }

   .d-print-table-row {
      display: table-row !important;
   }

   .d-print-table-cell {
      display: table-cell !important;
   }

   .d-print-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
   }

   .d-print-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
   }
}

.flex-row {
   -webkit-box-orient: horizontal !important;
   -webkit-box-direction: normal !important;
   -ms-flex-direction: row !important;
   flex-direction: row !important;
}

.flex-column {
   -webkit-box-orient: vertical !important;
   -webkit-box-direction: normal !important;
   -ms-flex-direction: column !important;
   flex-direction: column !important;
}

.flex-row-reverse {
   -webkit-box-orient: horizontal !important;
   -webkit-box-direction: reverse !important;
   -ms-flex-direction: row-reverse !important;
   flex-direction: row-reverse !important;
}

.flex-column-reverse {
   -webkit-box-orient: vertical !important;
   -webkit-box-direction: reverse !important;
   -ms-flex-direction: column-reverse !important;
   flex-direction: column-reverse !important;
}

.flex-wrap {
   -ms-flex-wrap: wrap !important;
   flex-wrap: wrap !important;
}

.flex-nowrap {
   -ms-flex-wrap: nowrap !important;
   flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
   -ms-flex-wrap: wrap-reverse !important;
   flex-wrap: wrap-reverse !important;
}

.flex-fill {
   -webkit-box-flex: 1 !important;
   -ms-flex: 1 1 auto !important;
   flex: 1 1 auto !important;
}

.flex-grow-0 {
   -webkit-box-flex: 0 !important;
   -ms-flex-positive: 0 !important;
   flex-grow: 0 !important;
}

.flex-grow-1 {
   -webkit-box-flex: 1 !important;
   -ms-flex-positive: 1 !important;
   flex-grow: 1 !important;
}

.flex-shrink-0 {
   -ms-flex-negative: 0 !important;
   flex-shrink: 0 !important;
}

.flex-shrink-1 {
   -ms-flex-negative: 1 !important;
   flex-shrink: 1 !important;
}

.justify-content-start {
   -webkit-box-pack: start !important;
   -ms-flex-pack: start !important;
   justify-content: flex-start !important;
}

.justify-content-end {
   -webkit-box-pack: end !important;
   -ms-flex-pack: end !important;
   justify-content: flex-end !important;
}

.justify-content-center {
   -webkit-box-pack: center !important;
   -ms-flex-pack: center !important;
   justify-content: center !important;
}

.justify-content-between {
   -webkit-box-pack: justify !important;
   -ms-flex-pack: justify !important;
   justify-content: space-between !important;
}

.justify-content-around {
   -ms-flex-pack: distribute !important;
   justify-content: space-around !important;
}

.align-items-start {
   -webkit-box-align: start !important;
   -ms-flex-align: start !important;
   align-items: flex-start !important;
}

.align-items-end {
   -webkit-box-align: end !important;
   -ms-flex-align: end !important;
   align-items: flex-end !important;
}

.align-items-center {
   -webkit-box-align: center !important;
   -ms-flex-align: center !important;
   align-items: center !important;
}

.align-items-baseline {
   -webkit-box-align: baseline !important;
   -ms-flex-align: baseline !important;
   align-items: baseline !important;
}

.align-items-stretch {
   -webkit-box-align: stretch !important;
   -ms-flex-align: stretch !important;
   align-items: stretch !important;
}

.align-content-start {
   -ms-flex-line-pack: start !important;
   align-content: flex-start !important;
}

.align-content-end {
   -ms-flex-line-pack: end !important;
   align-content: flex-end !important;
}

.align-content-center {
   -ms-flex-line-pack: center !important;
   align-content: center !important;
}

.align-content-between {
   -ms-flex-line-pack: justify !important;
   align-content: space-between !important;
}

.align-content-around {
   -ms-flex-line-pack: distribute !important;
   align-content: space-around !important;
}

.align-content-stretch {
   -ms-flex-line-pack: stretch !important;
   align-content: stretch !important;
}

.align-self-auto {
   -ms-flex-item-align: auto !important;
   align-self: auto !important;
}

.align-self-start {
   -ms-flex-item-align: start !important;
   align-self: flex-start !important;
}

.align-self-end {
   -ms-flex-item-align: end !important;
   align-self: flex-end !important;
}

.align-self-center {
   -ms-flex-item-align: center !important;
   align-self: center !important;
}

.align-self-baseline {
   -ms-flex-item-align: baseline !important;
   align-self: baseline !important;
}

.align-self-stretch {
   -ms-flex-item-align: stretch !important;
   align-self: stretch !important;
}

@media (min-width: 576px) {
   .flex-sm-row {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important;
   }

   .flex-sm-column {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
      flex-direction: column !important;
   }

   .flex-sm-row-reverse {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
   }

   .flex-sm-column-reverse {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
   }

   .flex-sm-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
   }

   .flex-sm-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
   }

   .flex-sm-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
   }

   .flex-sm-fill {
      -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
   }

   .flex-sm-grow-0 {
      -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
   }

   .flex-sm-grow-1 {
      -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
   }

   .flex-sm-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
   }

   .flex-sm-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
   }

   .justify-content-sm-start {
      -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
   }

   .justify-content-sm-end {
      -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
      justify-content: flex-end !important;
   }

   .justify-content-sm-center {
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important;
   }

   .justify-content-sm-between {
      -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
      justify-content: space-between !important;
   }

   .justify-content-sm-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
   }

   .align-items-sm-start {
      -webkit-box-align: start !important;
      -ms-flex-align: start !important;
      align-items: flex-start !important;
   }

   .align-items-sm-end {
      -webkit-box-align: end !important;
      -ms-flex-align: end !important;
      align-items: flex-end !important;
   }

   .align-items-sm-center {
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      align-items: center !important;
   }

   .align-items-sm-baseline {
      -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
      align-items: baseline !important;
   }

   .align-items-sm-stretch {
      -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
      align-items: stretch !important;
   }

   .align-content-sm-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
   }

   .align-content-sm-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
   }

   .align-content-sm-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important;
   }

   .align-content-sm-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
   }

   .align-content-sm-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
   }

   .align-content-sm-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
   }

   .align-self-sm-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important;
   }

   .align-self-sm-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important;
   }

   .align-self-sm-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important;
   }

   .align-self-sm-center {
      -ms-flex-item-align: center !important;
      align-self: center !important;
   }

   .align-self-sm-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
   }

   .align-self-sm-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
   }
}

@media (min-width: 768px) {
   .flex-md-row {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important;
   }

   .flex-md-column {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
      flex-direction: column !important;
   }

   .flex-md-row-reverse {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
   }

   .flex-md-column-reverse {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
   }

   .flex-md-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
   }

   .flex-md-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
   }

   .flex-md-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
   }

   .flex-md-fill {
      -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
   }

   .flex-md-grow-0 {
      -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
   }

   .flex-md-grow-1 {
      -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
   }

   .flex-md-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
   }

   .flex-md-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
   }

   .justify-content-md-start {
      -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
   }

   .justify-content-md-end {
      -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
      justify-content: flex-end !important;
   }

   .justify-content-md-center {
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important;
   }

   .justify-content-md-between {
      -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
      justify-content: space-between !important;
   }

   .justify-content-md-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
   }

   .align-items-md-start {
      -webkit-box-align: start !important;
      -ms-flex-align: start !important;
      align-items: flex-start !important;
   }

   .align-items-md-end {
      -webkit-box-align: end !important;
      -ms-flex-align: end !important;
      align-items: flex-end !important;
   }

   .align-items-md-center {
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      align-items: center !important;
   }

   .align-items-md-baseline {
      -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
      align-items: baseline !important;
   }

   .align-items-md-stretch {
      -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
      align-items: stretch !important;
   }

   .align-content-md-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
   }

   .align-content-md-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
   }

   .align-content-md-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important;
   }

   .align-content-md-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
   }

   .align-content-md-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
   }

   .align-content-md-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
   }

   .align-self-md-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important;
   }

   .align-self-md-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important;
   }

   .align-self-md-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important;
   }

   .align-self-md-center {
      -ms-flex-item-align: center !important;
      align-self: center !important;
   }

   .align-self-md-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
   }

   .align-self-md-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
   }
}

@media (min-width: 992px) {
   .flex-lg-row {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important;
   }

   .flex-lg-column {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
      flex-direction: column !important;
   }

   .flex-lg-row-reverse {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
   }

   .flex-lg-column-reverse {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
   }

   .flex-lg-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
   }

   .flex-lg-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
   }

   .flex-lg-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
   }

   .flex-lg-fill {
      -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
   }

   .flex-lg-grow-0 {
      -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
   }

   .flex-lg-grow-1 {
      -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
   }

   .flex-lg-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
   }

   .flex-lg-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
   }

   .justify-content-lg-start {
      -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
   }

   .justify-content-lg-end {
      -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
      justify-content: flex-end !important;
   }

   .justify-content-lg-center {
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important;
   }

   .justify-content-lg-between {
      -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
      justify-content: space-between !important;
   }

   .justify-content-lg-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
   }

   .align-items-lg-start {
      -webkit-box-align: start !important;
      -ms-flex-align: start !important;
      align-items: flex-start !important;
   }

   .align-items-lg-end {
      -webkit-box-align: end !important;
      -ms-flex-align: end !important;
      align-items: flex-end !important;
   }

   .align-items-lg-center {
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      align-items: center !important;
   }

   .align-items-lg-baseline {
      -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
      align-items: baseline !important;
   }

   .align-items-lg-stretch {
      -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
      align-items: stretch !important;
   }

   .align-content-lg-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
   }

   .align-content-lg-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
   }

   .align-content-lg-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important;
   }

   .align-content-lg-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
   }

   .align-content-lg-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
   }

   .align-content-lg-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
   }

   .align-self-lg-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important;
   }

   .align-self-lg-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important;
   }

   .align-self-lg-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important;
   }

   .align-self-lg-center {
      -ms-flex-item-align: center !important;
      align-self: center !important;
   }

   .align-self-lg-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
   }

   .align-self-lg-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
   }
}

@media (min-width: 1200px) {
   .flex-xl-row {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important;
   }

   .flex-xl-column {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
      flex-direction: column !important;
   }

   .flex-xl-row-reverse {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
   }

   .flex-xl-column-reverse {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
   }

   .flex-xl-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
   }

   .flex-xl-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
   }

   .flex-xl-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
   }

   .flex-xl-fill {
      -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
   }

   .flex-xl-grow-0 {
      -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
   }

   .flex-xl-grow-1 {
      -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
   }

   .flex-xl-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
   }

   .flex-xl-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
   }

   .justify-content-xl-start {
      -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
   }

   .justify-content-xl-end {
      -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
      justify-content: flex-end !important;
   }

   .justify-content-xl-center {
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important;
   }

   .justify-content-xl-between {
      -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
      justify-content: space-between !important;
   }

   .justify-content-xl-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
   }

   .align-items-xl-start {
      -webkit-box-align: start !important;
      -ms-flex-align: start !important;
      align-items: flex-start !important;
   }

   .align-items-xl-end {
      -webkit-box-align: end !important;
      -ms-flex-align: end !important;
      align-items: flex-end !important;
   }

   .align-items-xl-center {
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      align-items: center !important;
   }

   .align-items-xl-baseline {
      -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
      align-items: baseline !important;
   }

   .align-items-xl-stretch {
      -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
      align-items: stretch !important;
   }

   .align-content-xl-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
   }

   .align-content-xl-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
   }

   .align-content-xl-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important;
   }

   .align-content-xl-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
   }

   .align-content-xl-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
   }

   .align-content-xl-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
   }

   .align-self-xl-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important;
   }

   .align-self-xl-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important;
   }

   .align-self-xl-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important;
   }

   .align-self-xl-center {
      -ms-flex-item-align: center !important;
      align-self: center !important;
   }

   .align-self-xl-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
   }

   .align-self-xl-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
   }
}

.m-0 {
   margin: 0 !important;
}

.mt-0, .my-0 {
   margin-top: 0 !important;
}

.mr-0, .mx-0 {
   margin-right: 0 !important;
}

.mb-0, .my-0 {
   margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
   margin-left: 0 !important;
}

.m-1 {
   margin: .25rem !important;
}

.mt-1, .my-1 {
   margin-top: .25rem !important;
}

.mr-1, .mx-1 {
   margin-right: .25rem !important;
}

.mb-1, .my-1 {
   margin-bottom: .25rem !important;
}

.ml-1, .mx-1 {
   margin-left: .25rem !important;
}

.m-2 {
   margin: .5rem !important;
}

.mt-2, .my-2 {
   margin-top: .5rem !important;
}

.mr-2, .mx-2 {
   margin-right: .5rem !important;
}

.mb-2, .my-2 {
   margin-bottom: .5rem !important;
}

.ml-2, .mx-2 {
   margin-left: .5rem !important;
}

.m-3 {
   margin: 1rem !important;
}

.mt-3, .my-3 {
   margin-top: 1rem !important;
}

.mr-3, .mx-3 {
   margin-right: 1rem !important;
}

.mb-3, .my-3 {
   margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
   margin-left: 1rem !important;
}

.m-4 {
   margin: 1.5rem !important;
}

.mt-4, .my-4 {
   margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
   margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
   margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
   margin-left: 1.5rem !important;
}

.m-5 {
   margin: 3rem !important;
}

.mt-5, .my-5 {
   margin-top: 3rem !important;
}

.mr-5, .mx-5 {
   margin-right: 3rem !important;
}

.mb-5, .my-5 {
   margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
   margin-left: 3rem !important;
}

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

.pt-0, .py-0 {
   padding-top: 0 !important;
}

.pr-0, .px-0 {
   padding-right: 0 !important;
}

.pb-0, .py-0 {
   padding-bottom: 0 !important;
}

.pl-0, .px-0 {
   padding-left: 0 !important;
}

.p-1 {
   padding: .25rem !important;
}

.pt-1, .py-1 {
   padding-top: .25rem !important;
}

.pr-1, .px-1 {
   padding-right: .25rem !important;
}

.pb-1, .py-1 {
   padding-bottom: .25rem !important;
}

.pl-1, .px-1 {
   padding-left: .25rem !important;
}

.p-2 {
   padding: .5rem !important;
}

.pt-2, .py-2 {
   padding-top: .5rem !important;
}

.pr-2, .px-2 {
   padding-right: .5rem !important;
}

.pb-2, .py-2 {
   padding-bottom: .5rem !important;
}

.pl-2, .px-2 {
   padding-left: .5rem !important;
}

.p-3 {
   padding: 1rem !important;
}

.pt-3, .py-3 {
   padding-top: 1rem !important;
}

.pr-3, .px-3 {
   padding-right: 1rem !important;
}

.pb-3, .py-3 {
   padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
   padding-left: 1rem !important;
}

.p-4 {
   padding: 1.5rem !important;
}

.pt-4, .py-4 {
   padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
   padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
   padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
   padding-left: 1.5rem !important;
}

.p-5 {
   padding: 3rem !important;
}

.pt-5, .py-5 {
   padding-top: 3rem !important;
}

.pr-5, .px-5 {
   padding-right: 3rem !important;
}

.pb-5, .py-5 {
   padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
   padding-left: 3rem !important;
}

.m-n1 {
   margin: -.25rem !important;
}

.mt-n1, .my-n1 {
   margin-top: -.25rem !important;
}

.mr-n1, .mx-n1 {
   margin-right: -.25rem !important;
}

.mb-n1, .my-n1 {
   margin-bottom: -.25rem !important;
}

.ml-n1, .mx-n1 {
   margin-left: -.25rem !important;
}

.m-n2 {
   margin: -.5rem !important;
}

.mt-n2, .my-n2 {
   margin-top: -.5rem !important;
}

.mr-n2, .mx-n2 {
   margin-right: -.5rem !important;
}

.mb-n2, .my-n2 {
   margin-bottom: -.5rem !important;
}

.ml-n2, .mx-n2 {
   margin-left: -.5rem !important;
}

.m-n3 {
   margin: -1rem !important;
}

.mt-n3, .my-n3 {
   margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
   margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
   margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
   margin-left: -1rem !important;
}

.m-n4 {
   margin: -1.5rem !important;
}

.mt-n4, .my-n4 {
   margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
   margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
   margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
   margin-left: -1.5rem !important;
}

.m-n5 {
   margin: -3rem !important;
}

.mt-n5, .my-n5 {
   margin-top: -3rem !important;
}

.mr-n5, .mx-n5 {
   margin-right: -3rem !important;
}

.mb-n5, .my-n5 {
   margin-bottom: -3rem !important;
}

.ml-n5, .mx-n5 {
   margin-left: -3rem !important;
}

.m-auto {
   margin: auto !important;
}

.mt-auto, .my-auto {
   margin-top: auto !important;
}

.mr-auto, .mx-auto {
   margin-right: auto !important;
}

.mb-auto, .my-auto {
   margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
   margin-left: auto !important;
}

@media (min-width: 576px) {
   .m-sm-0 {
      margin: 0 !important;
   }

   .mt-sm-0, .my-sm-0 {
      margin-top: 0 !important;
   }

   .mr-sm-0, .mx-sm-0 {
      margin-right: 0 !important;
   }

   .mb-sm-0, .my-sm-0 {
      margin-bottom: 0 !important;
   }

   .ml-sm-0, .mx-sm-0 {
      margin-left: 0 !important;
   }

   .m-sm-1 {
      margin: .25rem !important;
   }

   .mt-sm-1, .my-sm-1 {
      margin-top: .25rem !important;
   }

   .mr-sm-1, .mx-sm-1 {
      margin-right: .25rem !important;
   }

   .mb-sm-1, .my-sm-1 {
      margin-bottom: .25rem !important;
   }

   .ml-sm-1, .mx-sm-1 {
      margin-left: .25rem !important;
   }

   .m-sm-2 {
      margin: .5rem !important;
   }

   .mt-sm-2, .my-sm-2 {
      margin-top: .5rem !important;
   }

   .mr-sm-2, .mx-sm-2 {
      margin-right: .5rem !important;
   }

   .mb-sm-2, .my-sm-2 {
      margin-bottom: .5rem !important;
   }

   .ml-sm-2, .mx-sm-2 {
      margin-left: .5rem !important;
   }

   .m-sm-3 {
      margin: 1rem !important;
   }

   .mt-sm-3, .my-sm-3 {
      margin-top: 1rem !important;
   }

   .mr-sm-3, .mx-sm-3 {
      margin-right: 1rem !important;
   }

   .mb-sm-3, .my-sm-3 {
      margin-bottom: 1rem !important;
   }

   .ml-sm-3, .mx-sm-3 {
      margin-left: 1rem !important;
   }

   .m-sm-4 {
      margin: 1.5rem !important;
   }

   .mt-sm-4, .my-sm-4 {
      margin-top: 1.5rem !important;
   }

   .mr-sm-4, .mx-sm-4 {
      margin-right: 1.5rem !important;
   }

   .mb-sm-4, .my-sm-4 {
      margin-bottom: 1.5rem !important;
   }

   .ml-sm-4, .mx-sm-4 {
      margin-left: 1.5rem !important;
   }

   .m-sm-5 {
      margin: 3rem !important;
   }

   .mt-sm-5, .my-sm-5 {
      margin-top: 3rem !important;
   }

   .mr-sm-5, .mx-sm-5 {
      margin-right: 3rem !important;
   }

   .mb-sm-5, .my-sm-5 {
      margin-bottom: 3rem !important;
   }

   .ml-sm-5, .mx-sm-5 {
      margin-left: 3rem !important;
   }

   .p-sm-0 {
      padding: 0 !important;
   }

   .pt-sm-0, .py-sm-0 {
      padding-top: 0 !important;
   }

   .pr-sm-0, .px-sm-0 {
      padding-right: 0 !important;
   }

   .pb-sm-0, .py-sm-0 {
      padding-bottom: 0 !important;
   }

   .pl-sm-0, .px-sm-0 {
      padding-left: 0 !important;
   }

   .p-sm-1 {
      padding: .25rem !important;
   }

   .pt-sm-1, .py-sm-1 {
      padding-top: .25rem !important;
   }

   .pr-sm-1, .px-sm-1 {
      padding-right: .25rem !important;
   }

   .pb-sm-1, .py-sm-1 {
      padding-bottom: .25rem !important;
   }

   .pl-sm-1, .px-sm-1 {
      padding-left: .25rem !important;
   }

   .p-sm-2 {
      padding: .5rem !important;
   }

   .pt-sm-2, .py-sm-2 {
      padding-top: .5rem !important;
   }

   .pr-sm-2, .px-sm-2 {
      padding-right: .5rem !important;
   }

   .pb-sm-2, .py-sm-2 {
      padding-bottom: .5rem !important;
   }

   .pl-sm-2, .px-sm-2 {
      padding-left: .5rem !important;
   }

   .p-sm-3 {
      padding: 1rem !important;
   }

   .pt-sm-3, .py-sm-3 {
      padding-top: 1rem !important;
   }

   .pr-sm-3, .px-sm-3 {
      padding-right: 1rem !important;
   }

   .pb-sm-3, .py-sm-3 {
      padding-bottom: 1rem !important;
   }

   .pl-sm-3, .px-sm-3 {
      padding-left: 1rem !important;
   }

   .p-sm-4 {
      padding: 1.5rem !important;
   }

   .pt-sm-4, .py-sm-4 {
      padding-top: 1.5rem !important;
   }

   .pr-sm-4, .px-sm-4 {
      padding-right: 1.5rem !important;
   }

   .pb-sm-4, .py-sm-4 {
      padding-bottom: 1.5rem !important;
   }

   .pl-sm-4, .px-sm-4 {
      padding-left: 1.5rem !important;
   }

   .p-sm-5 {
      padding: 3rem !important;
   }

   .pt-sm-5, .py-sm-5 {
      padding-top: 3rem !important;
   }

   .pr-sm-5, .px-sm-5 {
      padding-right: 3rem !important;
   }

   .pb-sm-5, .py-sm-5 {
      padding-bottom: 3rem !important;
   }

   .pl-sm-5, .px-sm-5 {
      padding-left: 3rem !important;
   }

   .m-sm-n1 {
      margin: -.25rem !important;
   }

   .mt-sm-n1, .my-sm-n1 {
      margin-top: -.25rem !important;
   }

   .mr-sm-n1, .mx-sm-n1 {
      margin-right: -.25rem !important;
   }

   .mb-sm-n1, .my-sm-n1 {
      margin-bottom: -.25rem !important;
   }

   .ml-sm-n1, .mx-sm-n1 {
      margin-left: -.25rem !important;
   }

   .m-sm-n2 {
      margin: -.5rem !important;
   }

   .mt-sm-n2, .my-sm-n2 {
      margin-top: -.5rem !important;
   }

   .mr-sm-n2, .mx-sm-n2 {
      margin-right: -.5rem !important;
   }

   .mb-sm-n2, .my-sm-n2 {
      margin-bottom: -.5rem !important;
   }

   .ml-sm-n2, .mx-sm-n2 {
      margin-left: -.5rem !important;
   }

   .m-sm-n3 {
      margin: -1rem !important;
   }

   .mt-sm-n3, .my-sm-n3 {
      margin-top: -1rem !important;
   }

   .mr-sm-n3, .mx-sm-n3 {
      margin-right: -1rem !important;
   }

   .mb-sm-n3, .my-sm-n3 {
      margin-bottom: -1rem !important;
   }

   .ml-sm-n3, .mx-sm-n3 {
      margin-left: -1rem !important;
   }

   .m-sm-n4 {
      margin: -1.5rem !important;
   }

   .mt-sm-n4, .my-sm-n4 {
      margin-top: -1.5rem !important;
   }

   .mr-sm-n4, .mx-sm-n4 {
      margin-right: -1.5rem !important;
   }

   .mb-sm-n4, .my-sm-n4 {
      margin-bottom: -1.5rem !important;
   }

   .ml-sm-n4, .mx-sm-n4 {
      margin-left: -1.5rem !important;
   }

   .m-sm-n5 {
      margin: -3rem !important;
   }

   .mt-sm-n5, .my-sm-n5 {
      margin-top: -3rem !important;
   }

   .mr-sm-n5, .mx-sm-n5 {
      margin-right: -3rem !important;
   }

   .mb-sm-n5, .my-sm-n5 {
      margin-bottom: -3rem !important;
   }

   .ml-sm-n5, .mx-sm-n5 {
      margin-left: -3rem !important;
   }

   .m-sm-auto {
      margin: auto !important;
   }

   .mt-sm-auto, .my-sm-auto {
      margin-top: auto !important;
   }

   .mr-sm-auto, .mx-sm-auto {
      margin-right: auto !important;
   }

   .mb-sm-auto, .my-sm-auto {
      margin-bottom: auto !important;
   }

   .ml-sm-auto, .mx-sm-auto {
      margin-left: auto !important;
   }
}

@media (min-width: 768px) {
   .m-md-0 {
      margin: 0 !important;
   }

   .mt-md-0, .my-md-0 {
      margin-top: 0 !important;
   }

   .mr-md-0, .mx-md-0 {
      margin-right: 0 !important;
   }

   .mb-md-0, .my-md-0 {
      margin-bottom: 0 !important;
   }

   .ml-md-0, .mx-md-0 {
      margin-left: 0 !important;
   }

   .m-md-1 {
      margin: .25rem !important;
   }

   .mt-md-1, .my-md-1 {
      margin-top: .25rem !important;
   }

   .mr-md-1, .mx-md-1 {
      margin-right: .25rem !important;
   }

   .mb-md-1, .my-md-1 {
      margin-bottom: .25rem !important;
   }

   .ml-md-1, .mx-md-1 {
      margin-left: .25rem !important;
   }

   .m-md-2 {
      margin: .5rem !important;
   }

   .mt-md-2, .my-md-2 {
      margin-top: .5rem !important;
   }

   .mr-md-2, .mx-md-2 {
      margin-right: .5rem !important;
   }

   .mb-md-2, .my-md-2 {
      margin-bottom: .5rem !important;
   }

   .ml-md-2, .mx-md-2 {
      margin-left: .5rem !important;
   }

   .m-md-3 {
      margin: 1rem !important;
   }

   .mt-md-3, .my-md-3 {
      margin-top: 1rem !important;
   }

   .mr-md-3, .mx-md-3 {
      margin-right: 1rem !important;
   }

   .mb-md-3, .my-md-3 {
      margin-bottom: 1rem !important;
   }

   .ml-md-3, .mx-md-3 {
      margin-left: 1rem !important;
   }

   .m-md-4 {
      margin: 1.5rem !important;
   }

   .mt-md-4, .my-md-4 {
      margin-top: 1.5rem !important;
   }

   .mr-md-4, .mx-md-4 {
      margin-right: 1.5rem !important;
   }

   .mb-md-4, .my-md-4 {
      margin-bottom: 1.5rem !important;
   }

   .ml-md-4, .mx-md-4 {
      margin-left: 1.5rem !important;
   }

   .m-md-5 {
      margin: 3rem !important;
   }

   .mt-md-5, .my-md-5 {
      margin-top: 3rem !important;
   }

   .mr-md-5, .mx-md-5 {
      margin-right: 3rem !important;
   }

   .mb-md-5, .my-md-5 {
      margin-bottom: 3rem !important;
   }

   .ml-md-5, .mx-md-5 {
      margin-left: 3rem !important;
   }

   .p-md-0 {
      padding: 0 !important;
   }

   .pt-md-0, .py-md-0 {
      padding-top: 0 !important;
   }

   .pr-md-0, .px-md-0 {
      padding-right: 0 !important;
   }

   .pb-md-0, .py-md-0 {
      padding-bottom: 0 !important;
   }

   .pl-md-0, .px-md-0 {
      padding-left: 0 !important;
   }

   .p-md-1 {
      padding: .25rem !important;
   }

   .pt-md-1, .py-md-1 {
      padding-top: .25rem !important;
   }

   .pr-md-1, .px-md-1 {
      padding-right: .25rem !important;
   }

   .pb-md-1, .py-md-1 {
      padding-bottom: .25rem !important;
   }

   .pl-md-1, .px-md-1 {
      padding-left: .25rem !important;
   }

   .p-md-2 {
      padding: .5rem !important;
   }

   .pt-md-2, .py-md-2 {
      padding-top: .5rem !important;
   }

   .pr-md-2, .px-md-2 {
      padding-right: .5rem !important;
   }

   .pb-md-2, .py-md-2 {
      padding-bottom: .5rem !important;
   }

   .pl-md-2, .px-md-2 {
      padding-left: .5rem !important;
   }

   .p-md-3 {
      padding: 1rem !important;
   }

   .pt-md-3, .py-md-3 {
      padding-top: 1rem !important;
   }

   .pr-md-3, .px-md-3 {
      padding-right: 1rem !important;
   }

   .pb-md-3, .py-md-3 {
      padding-bottom: 1rem !important;
   }

   .pl-md-3, .px-md-3 {
      padding-left: 1rem !important;
   }

   .p-md-4 {
      padding: 1.5rem !important;
   }

   .pt-md-4, .py-md-4 {
      padding-top: 1.5rem !important;
   }

   .pr-md-4, .px-md-4 {
      padding-right: 1.5rem !important;
   }

   .pb-md-4, .py-md-4 {
      padding-bottom: 1.5rem !important;
   }

   .pl-md-4, .px-md-4 {
      padding-left: 1.5rem !important;
   }

   .p-md-5 {
      padding: 3rem !important;
   }

   .pt-md-5, .py-md-5 {
      padding-top: 3rem !important;
   }

   .pr-md-5, .px-md-5 {
      padding-right: 3rem !important;
   }

   .pb-md-5, .py-md-5 {
      padding-bottom: 3rem !important;
   }

   .pl-md-5, .px-md-5 {
      padding-left: 3rem !important;
   }

   .m-md-n1 {
      margin: -.25rem !important;
   }

   .mt-md-n1, .my-md-n1 {
      margin-top: -.25rem !important;
   }

   .mr-md-n1, .mx-md-n1 {
      margin-right: -.25rem !important;
   }

   .mb-md-n1, .my-md-n1 {
      margin-bottom: -.25rem !important;
   }

   .ml-md-n1, .mx-md-n1 {
      margin-left: -.25rem !important;
   }

   .m-md-n2 {
      margin: -.5rem !important;
   }

   .mt-md-n2, .my-md-n2 {
      margin-top: -.5rem !important;
   }

   .mr-md-n2, .mx-md-n2 {
      margin-right: -.5rem !important;
   }

   .mb-md-n2, .my-md-n2 {
      margin-bottom: -.5rem !important;
   }

   .ml-md-n2, .mx-md-n2 {
      margin-left: -.5rem !important;
   }

   .m-md-n3 {
      margin: -1rem !important;
   }

   .mt-md-n3, .my-md-n3 {
      margin-top: -1rem !important;
   }

   .mr-md-n3, .mx-md-n3 {
      margin-right: -1rem !important;
   }

   .mb-md-n3, .my-md-n3 {
      margin-bottom: -1rem !important;
   }

   .ml-md-n3, .mx-md-n3 {
      margin-left: -1rem !important;
   }

   .m-md-n4 {
      margin: -1.5rem !important;
   }

   .mt-md-n4, .my-md-n4 {
      margin-top: -1.5rem !important;
   }

   .mr-md-n4, .mx-md-n4 {
      margin-right: -1.5rem !important;
   }

   .mb-md-n4, .my-md-n4 {
      margin-bottom: -1.5rem !important;
   }

   .ml-md-n4, .mx-md-n4 {
      margin-left: -1.5rem !important;
   }

   .m-md-n5 {
      margin: -3rem !important;
   }

   .mt-md-n5, .my-md-n5 {
      margin-top: -3rem !important;
   }

   .mr-md-n5, .mx-md-n5 {
      margin-right: -3rem !important;
   }

   .mb-md-n5, .my-md-n5 {
      margin-bottom: -3rem !important;
   }

   .ml-md-n5, .mx-md-n5 {
      margin-left: -3rem !important;
   }

   .m-md-auto {
      margin: auto !important;
   }

   .mt-md-auto, .my-md-auto {
      margin-top: auto !important;
   }

   .mr-md-auto, .mx-md-auto {
      margin-right: auto !important;
   }

   .mb-md-auto, .my-md-auto {
      margin-bottom: auto !important;
   }

   .ml-md-auto, .mx-md-auto {
      margin-left: auto !important;
   }
}

@media (min-width: 992px) {
   .m-lg-0 {
      margin: 0 !important;
   }

   .mt-lg-0, .my-lg-0 {
      margin-top: 0 !important;
   }

   .mr-lg-0, .mx-lg-0 {
      margin-right: 0 !important;
   }

   .mb-lg-0, .my-lg-0 {
      margin-bottom: 0 !important;
   }

   .ml-lg-0, .mx-lg-0 {
      margin-left: 0 !important;
   }

   .m-lg-1 {
      margin: .25rem !important;
   }

   .mt-lg-1, .my-lg-1 {
      margin-top: .25rem !important;
   }

   .mr-lg-1, .mx-lg-1 {
      margin-right: .25rem !important;
   }

   .mb-lg-1, .my-lg-1 {
      margin-bottom: .25rem !important;
   }

   .ml-lg-1, .mx-lg-1 {
      margin-left: .25rem !important;
   }

   .m-lg-2 {
      margin: .5rem !important;
   }

   .mt-lg-2, .my-lg-2 {
      margin-top: .5rem !important;
   }

   .mr-lg-2, .mx-lg-2 {
      margin-right: .5rem !important;
   }

   .mb-lg-2, .my-lg-2 {
      margin-bottom: .5rem !important;
   }

   .ml-lg-2, .mx-lg-2 {
      margin-left: .5rem !important;
   }

   .m-lg-3 {
      margin: 1rem !important;
   }

   .mt-lg-3, .my-lg-3 {
      margin-top: 1rem !important;
   }

   .mr-lg-3, .mx-lg-3 {
      margin-right: 1rem !important;
   }

   .mb-lg-3, .my-lg-3 {
      margin-bottom: 1rem !important;
   }

   .ml-lg-3, .mx-lg-3 {
      margin-left: 1rem !important;
   }

   .m-lg-4 {
      margin: 1.5rem !important;
   }

   .mt-lg-4, .my-lg-4 {
      margin-top: 1.5rem !important;
   }

   .mr-lg-4, .mx-lg-4 {
      margin-right: 1.5rem !important;
   }

   .mb-lg-4, .my-lg-4 {
      margin-bottom: 1.5rem !important;
   }

   .ml-lg-4, .mx-lg-4 {
      margin-left: 1.5rem !important;
   }

   .m-lg-5 {
      margin: 3rem !important;
   }

   .mt-lg-5, .my-lg-5 {
      margin-top: 3rem !important;
   }

   .mr-lg-5, .mx-lg-5 {
      margin-right: 3rem !important;
   }

   .mb-lg-5, .my-lg-5 {
      margin-bottom: 3rem !important;
   }

   .ml-lg-5, .mx-lg-5 {
      margin-left: 3rem !important;
   }

   .p-lg-0 {
      padding: 0 !important;
   }

   .pt-lg-0, .py-lg-0 {
      padding-top: 0 !important;
   }

   .pr-lg-0, .px-lg-0 {
      padding-right: 0 !important;
   }

   .pb-lg-0, .py-lg-0 {
      padding-bottom: 0 !important;
   }

   .pl-lg-0, .px-lg-0 {
      padding-left: 0 !important;
   }

   .p-lg-1 {
      padding: .25rem !important;
   }

   .pt-lg-1, .py-lg-1 {
      padding-top: .25rem !important;
   }

   .pr-lg-1, .px-lg-1 {
      padding-right: .25rem !important;
   }

   .pb-lg-1, .py-lg-1 {
      padding-bottom: .25rem !important;
   }

   .pl-lg-1, .px-lg-1 {
      padding-left: .25rem !important;
   }

   .p-lg-2 {
      padding: .5rem !important;
   }

   .pt-lg-2, .py-lg-2 {
      padding-top: .5rem !important;
   }

   .pr-lg-2, .px-lg-2 {
      padding-right: .5rem !important;
   }

   .pb-lg-2, .py-lg-2 {
      padding-bottom: .5rem !important;
   }

   .pl-lg-2, .px-lg-2 {
      padding-left: .5rem !important;
   }

   .p-lg-3 {
      padding: 1rem !important;
   }

   .pt-lg-3, .py-lg-3 {
      padding-top: 1rem !important;
   }

   .pr-lg-3, .px-lg-3 {
      padding-right: 1rem !important;
   }

   .pb-lg-3, .py-lg-3 {
      padding-bottom: 1rem !important;
   }

   .pl-lg-3, .px-lg-3 {
      padding-left: 1rem !important;
   }

   .p-lg-4 {
      padding: 1.5rem !important;
   }

   .pt-lg-4, .py-lg-4 {
      padding-top: 1.5rem !important;
   }

   .pr-lg-4, .px-lg-4 {
      padding-right: 1.5rem !important;
   }

   .pb-lg-4, .py-lg-4 {
      padding-bottom: 1.5rem !important;
   }

   .pl-lg-4, .px-lg-4 {
      padding-left: 1.5rem !important;
   }

   .p-lg-5 {
      padding: 3rem !important;
   }

   .pt-lg-5, .py-lg-5 {
      padding-top: 3rem !important;
   }

   .pr-lg-5, .px-lg-5 {
      padding-right: 3rem !important;
   }

   .pb-lg-5, .py-lg-5 {
      padding-bottom: 3rem !important;
   }

   .pl-lg-5, .px-lg-5 {
      padding-left: 3rem !important;
   }

   .m-lg-n1 {
      margin: -.25rem !important;
   }

   .mt-lg-n1, .my-lg-n1 {
      margin-top: -.25rem !important;
   }

   .mr-lg-n1, .mx-lg-n1 {
      margin-right: -.25rem !important;
   }

   .mb-lg-n1, .my-lg-n1 {
      margin-bottom: -.25rem !important;
   }

   .ml-lg-n1, .mx-lg-n1 {
      margin-left: -.25rem !important;
   }

   .m-lg-n2 {
      margin: -.5rem !important;
   }

   .mt-lg-n2, .my-lg-n2 {
      margin-top: -.5rem !important;
   }

   .mr-lg-n2, .mx-lg-n2 {
      margin-right: -.5rem !important;
   }

   .mb-lg-n2, .my-lg-n2 {
      margin-bottom: -.5rem !important;
   }

   .ml-lg-n2, .mx-lg-n2 {
      margin-left: -.5rem !important;
   }

   .m-lg-n3 {
      margin: -1rem !important;
   }

   .mt-lg-n3, .my-lg-n3 {
      margin-top: -1rem !important;
   }

   .mr-lg-n3, .mx-lg-n3 {
      margin-right: -1rem !important;
   }

   .mb-lg-n3, .my-lg-n3 {
      margin-bottom: -1rem !important;
   }

   .ml-lg-n3, .mx-lg-n3 {
      margin-left: -1rem !important;
   }

   .m-lg-n4 {
      margin: -1.5rem !important;
   }

   .mt-lg-n4, .my-lg-n4 {
      margin-top: -1.5rem !important;
   }

   .mr-lg-n4, .mx-lg-n4 {
      margin-right: -1.5rem !important;
   }

   .mb-lg-n4, .my-lg-n4 {
      margin-bottom: -1.5rem !important;
   }

   .ml-lg-n4, .mx-lg-n4 {
      margin-left: -1.5rem !important;
   }

   .m-lg-n5 {
      margin: -3rem !important;
   }

   .mt-lg-n5, .my-lg-n5 {
      margin-top: -3rem !important;
   }

   .mr-lg-n5, .mx-lg-n5 {
      margin-right: -3rem !important;
   }

   .mb-lg-n5, .my-lg-n5 {
      margin-bottom: -3rem !important;
   }

   .ml-lg-n5, .mx-lg-n5 {
      margin-left: -3rem !important;
   }

   .m-lg-auto {
      margin: auto !important;
   }

   .mt-lg-auto, .my-lg-auto {
      margin-top: auto !important;
   }

   .mr-lg-auto, .mx-lg-auto {
      margin-right: auto !important;
   }

   .mb-lg-auto, .my-lg-auto {
      margin-bottom: auto !important;
   }

   .ml-lg-auto, .mx-lg-auto {
      margin-left: auto !important;
   }
}

@media (min-width: 1200px) {
   .m-xl-0 {
      margin: 0 !important;
   }

   .mt-xl-0, .my-xl-0 {
      margin-top: 0 !important;
   }

   .mr-xl-0, .mx-xl-0 {
      margin-right: 0 !important;
   }

   .mb-xl-0, .my-xl-0 {
      margin-bottom: 0 !important;
   }

   .ml-xl-0, .mx-xl-0 {
      margin-left: 0 !important;
   }

   .m-xl-1 {
      margin: .25rem !important;
   }

   .mt-xl-1, .my-xl-1 {
      margin-top: .25rem !important;
   }

   .mr-xl-1, .mx-xl-1 {
      margin-right: .25rem !important;
   }

   .mb-xl-1, .my-xl-1 {
      margin-bottom: .25rem !important;
   }

   .ml-xl-1, .mx-xl-1 {
      margin-left: .25rem !important;
   }

   .m-xl-2 {
      margin: .5rem !important;
   }

   .mt-xl-2, .my-xl-2 {
      margin-top: .5rem !important;
   }

   .mr-xl-2, .mx-xl-2 {
      margin-right: .5rem !important;
   }

   .mb-xl-2, .my-xl-2 {
      margin-bottom: .5rem !important;
   }

   .ml-xl-2, .mx-xl-2 {
      margin-left: .5rem !important;
   }

   .m-xl-3 {
      margin: 1rem !important;
   }

   .mt-xl-3, .my-xl-3 {
      margin-top: 1rem !important;
   }

   .mr-xl-3, .mx-xl-3 {
      margin-right: 1rem !important;
   }

   .mb-xl-3, .my-xl-3 {
      margin-bottom: 1rem !important;
   }

   .ml-xl-3, .mx-xl-3 {
      margin-left: 1rem !important;
   }

   .m-xl-4 {
      margin: 1.5rem !important;
   }

   .mt-xl-4, .my-xl-4 {
      margin-top: 1.5rem !important;
   }

   .mr-xl-4, .mx-xl-4 {
      margin-right: 1.5rem !important;
   }

   .mb-xl-4, .my-xl-4 {
      margin-bottom: 1.5rem !important;
   }

   .ml-xl-4, .mx-xl-4 {
      margin-left: 1.5rem !important;
   }

   .m-xl-5 {
      margin: 3rem !important;
   }

   .mt-xl-5, .my-xl-5 {
      margin-top: 3rem !important;
   }

   .mr-xl-5, .mx-xl-5 {
      margin-right: 3rem !important;
   }

   .mb-xl-5, .my-xl-5 {
      margin-bottom: 3rem !important;
   }

   .ml-xl-5, .mx-xl-5 {
      margin-left: 3rem !important;
   }

   .p-xl-0 {
      padding: 0 !important;
   }

   .pt-xl-0, .py-xl-0 {
      padding-top: 0 !important;
   }

   .pr-xl-0, .px-xl-0 {
      padding-right: 0 !important;
   }

   .pb-xl-0, .py-xl-0 {
      padding-bottom: 0 !important;
   }

   .pl-xl-0, .px-xl-0 {
      padding-left: 0 !important;
   }

   .p-xl-1 {
      padding: .25rem !important;
   }

   .pt-xl-1, .py-xl-1 {
      padding-top: .25rem !important;
   }

   .pr-xl-1, .px-xl-1 {
      padding-right: .25rem !important;
   }

   .pb-xl-1, .py-xl-1 {
      padding-bottom: .25rem !important;
   }

   .pl-xl-1, .px-xl-1 {
      padding-left: .25rem !important;
   }

   .p-xl-2 {
      padding: .5rem !important;
   }

   .pt-xl-2, .py-xl-2 {
      padding-top: .5rem !important;
   }

   .pr-xl-2, .px-xl-2 {
      padding-right: .5rem !important;
   }

   .pb-xl-2, .py-xl-2 {
      padding-bottom: .5rem !important;
   }

   .pl-xl-2, .px-xl-2 {
      padding-left: .5rem !important;
   }

   .p-xl-3 {
      padding: 1rem !important;
   }

   .pt-xl-3, .py-xl-3 {
      padding-top: 1rem !important;
   }

   .pr-xl-3, .px-xl-3 {
      padding-right: 1rem !important;
   }

   .pb-xl-3, .py-xl-3 {
      padding-bottom: 1rem !important;
   }

   .pl-xl-3, .px-xl-3 {
      padding-left: 1rem !important;
   }

   .p-xl-4 {
      padding: 1.5rem !important;
   }

   .pt-xl-4, .py-xl-4 {
      padding-top: 1.5rem !important;
   }

   .pr-xl-4, .px-xl-4 {
      padding-right: 1.5rem !important;
   }

   .pb-xl-4, .py-xl-4 {
      padding-bottom: 1.5rem !important;
   }

   .pl-xl-4, .px-xl-4 {
      padding-left: 1.5rem !important;
   }

   .p-xl-5 {
      padding: 3rem !important;
   }

   .pt-xl-5, .py-xl-5 {
      padding-top: 3rem !important;
   }

   .pr-xl-5, .px-xl-5 {
      padding-right: 3rem !important;
   }

   .pb-xl-5, .py-xl-5 {
      padding-bottom: 3rem !important;
   }

   .pl-xl-5, .px-xl-5 {
      padding-left: 3rem !important;
   }

   .m-xl-n1 {
      margin: -.25rem !important;
   }

   .mt-xl-n1, .my-xl-n1 {
      margin-top: -.25rem !important;
   }

   .mr-xl-n1, .mx-xl-n1 {
      margin-right: -.25rem !important;
   }

   .mb-xl-n1, .my-xl-n1 {
      margin-bottom: -.25rem !important;
   }

   .ml-xl-n1, .mx-xl-n1 {
      margin-left: -.25rem !important;
   }

   .m-xl-n2 {
      margin: -.5rem !important;
   }

   .mt-xl-n2, .my-xl-n2 {
      margin-top: -.5rem !important;
   }

   .mr-xl-n2, .mx-xl-n2 {
      margin-right: -.5rem !important;
   }

   .mb-xl-n2, .my-xl-n2 {
      margin-bottom: -.5rem !important;
   }

   .ml-xl-n2, .mx-xl-n2 {
      margin-left: -.5rem !important;
   }

   .m-xl-n3 {
      margin: -1rem !important;
   }

   .mt-xl-n3, .my-xl-n3 {
      margin-top: -1rem !important;
   }

   .mr-xl-n3, .mx-xl-n3 {
      margin-right: -1rem !important;
   }

   .mb-xl-n3, .my-xl-n3 {
      margin-bottom: -1rem !important;
   }

   .ml-xl-n3, .mx-xl-n3 {
      margin-left: -1rem !important;
   }

   .m-xl-n4 {
      margin: -1.5rem !important;
   }

   .mt-xl-n4, .my-xl-n4 {
      margin-top: -1.5rem !important;
   }

   .mr-xl-n4, .mx-xl-n4 {
      margin-right: -1.5rem !important;
   }

   .mb-xl-n4, .my-xl-n4 {
      margin-bottom: -1.5rem !important;
   }

   .ml-xl-n4, .mx-xl-n4 {
      margin-left: -1.5rem !important;
   }

   .m-xl-n5 {
      margin: -3rem !important;
   }

   .mt-xl-n5, .my-xl-n5 {
      margin-top: -3rem !important;
   }

   .mr-xl-n5, .mx-xl-n5 {
      margin-right: -3rem !important;
   }

   .mb-xl-n5, .my-xl-n5 {
      margin-bottom: -3rem !important;
   }

   .ml-xl-n5, .mx-xl-n5 {
      margin-left: -3rem !important;
   }

   .m-xl-auto {
      margin: auto !important;
   }

   .mt-xl-auto, .my-xl-auto {
      margin-top: auto !important;
   }

   .mr-xl-auto, .mx-xl-auto {
      margin-right: auto !important;
   }

   .mb-xl-auto, .my-xl-auto {
      margin-bottom: auto !important;
   }

   .ml-xl-auto, .mx-xl-auto {
      margin-left: auto !important;
   }
}

.text-monospace {
   font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important;
}

.text-justify {
   text-align: justify !important;
}

.text-wrap {
   white-space: normal !important;
}

.text-nowrap {
   white-space: nowrap !important;
}

.text-truncate {
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}

.text-left {
   text-align: left !important;
}

.text-right {
   text-align: right !important;
}

.text-center {
   text-align: center !important;
}

@media (min-width: 576px) {
   .text-sm-left {
      text-align: left !important;
   }

   .text-sm-right {
      text-align: right !important;
   }

   .text-sm-center {
      text-align: center !important;
   }
}

@media (min-width: 768px) {
   .text-md-left {
      text-align: left !important;
   }

   .text-md-right {
      text-align: right !important;
   }

   .text-md-center {
      text-align: center !important;
   }
}

@media (min-width: 992px) {
   .text-lg-left {
      text-align: left !important;
   }

   .text-lg-right {
      text-align: right !important;
   }

   .text-lg-center {
      text-align: center !important;
   }
}

@media (min-width: 1200px) {
   .text-xl-left {
      text-align: left !important;
   }

   .text-xl-right {
      text-align: right !important;
   }

   .text-xl-center {
      text-align: center !important;
   }
}

.text-lowercase {
   text-transform: lowercase !important;
}

.text-uppercase {
   text-transform: uppercase !important;
}

.text-capitalize {
   text-transform: capitalize !important;
}

.font-weight-light {
   font-weight: 300 !important;
}

.font-weight-lighter {
   font-weight: lighter !important;
}

.font-weight-normal {
   font-weight: 400 !important;
}

.font-weight-bold {
   font-weight: 700 !important;
}

.font-weight-bolder {
   font-weight: bolder !important;
}

.font-italic {
   font-style: italic !important;
}

.text-white {
   color: #fff !important;
}

.text-primary {
   color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
   color: #0056b3 !important;
}

.text-secondary {
   color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
   color: #494f54 !important;
}

.text-success {
   color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
   color: #19692c !important;
}

.text-info {
   color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
   color: #0f6674 !important;
}

.text-warning {
   color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
   color: #ba8b00 !important;
}

.text-danger {
   color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
   color: #a71d2a !important;
}

.text-light {
   color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
   color: #cbd3da !important;
}

.text-dark {
   color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
   color: #121416 !important;
}

.text-body {
   color: #212529 !important;
}

.text-muted {
   color: #6c757d !important;
}

.text-black-50 {
   color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
   color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
   font: 0/0 a;
   color: transparent;
   text-shadow: none;
   background-color: transparent;
   border: 0;
}

.text-decoration-none {
   text-decoration: none !important;
}

.text-break {
   word-break: break-word !important;
   overflow-wrap: break-word !important;
}

.text-reset {
   color: inherit !important;
}

.w-25 {
   width: 25% !important;
}

.w-50 {
   width: 50% !important;
}

.w-75 {
   width: 75% !important;
}

.w-100 {
   width: 100% !important;
}

.w-auto {
   width: auto !important;
}

.h-25 {
   height: 25% !important;
}

.h-50 {
   height: 50% !important;
}

.h-75 {
   height: 75% !important;
}

.h-100 {
   height: 100% !important;
}

.h-auto {
   height: auto !important;
}

.mw-100 {
   max-width: 100% !important;
}

.mh-100 {
   max-height: 100% !important;
}

.min-vw-100 {
   min-width: 100vw !important;
}

.min-vh-100 {
   min-height: 100vh !important;
}

.vw-100 {
   width: 100vw !important;
}

.vh-100 {
   height: 100vh !important;
}

.position-static {
   position: static !important;
}

.position-relative {
   position: relative !important;
}

.position-absolute {
   position: absolute !important;
}

.position-fixed {
   position: fixed !important;
}

.position-sticky {
   position: sticky !important;
}

.fixed-top {
   position: fixed;
   top: 0;
   right: 0;
   left: 0;
   z-index: 1030;
}

.fixed-bottom {
   position: fixed;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1030;
}

@supports (position: sticky) {
   .sticky-top {
      position: sticky;
      top: 0;
      z-index: 1020;
   }
}

.visible {
   visibility: visible !important;
}

.invisible {
   visibility: hidden !important;
}

/**
 * Swiper 7.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 13, 2021
 */
@font-face {
   font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
   --swiper-theme-color: #007aff;
}

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

.swiper-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-android .swiper-slide, .swiper-wrapper {
   -webkit-transform: translate3d(0px, 0, 0);
   transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
   -ms-touch-action: pan-y;
   touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
   -ms-touch-action: pan-x;
   touch-action: pan-x;
}

.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-autoheight, .swiper-autoheight .swiper-slide {
   height: auto;
}

.swiper-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-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
   -webkit-perspective: 1200px;
   perspective: 1200px;
}

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

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

.swiper-3d .swiper-slide-shadow {
   background: rgba(0, 0, 0, 0.15);
}

.swiper-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-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-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-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-css-mode > .swiper-wrapper {
   overflow: auto;
   scrollbar-width: none;
   -ms-overflow-style: none;
}

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

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

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

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

.swiper-centered > .swiper-wrapper::before {
   content: '';
   -ms-flex-negative: 0;
   flex-shrink: 0;
   -webkit-box-ordinal-group: 10000;
   -ms-flex-order: 9999;
   order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
   -webkit-margin-start: var(--swiper-centered-offset-before);
   margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
   height: 100%;
   min-height: 1px;
   width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
   -webkit-margin-before: var(--swiper-centered-offset-before);
   margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
   width: 100%;
   min-width: 1px;
   height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
   scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
   content: '';
   position: absolute;
   left: 0;
   top: 0;
   pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
   height: 1px;
   width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
   width: 1px;
   height: var(--swiper-virtual-size);
}

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

.swiper-button-next, .swiper-button-prev {
   position: absolute;
   top: 50%;
   width: calc(var(--swiper-navigation-size)/ 44 * 27);
   height: var(--swiper-navigation-size);
   margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
   z-index: 10;
   cursor: pointer;
   display: -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: .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;
   line-height: 1;
}

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

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

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

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

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

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

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

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .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);
   transform: scale(0.33);
   position: relative;
}

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

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

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

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

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

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

.swiper-pagination-bullet {
   width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
   height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
   display: inline-block;
   border-radius: 50%;
   background: var(--swiper-pagination-bullet-inactive-color, #000);
   opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
   border: none;
   margin: 0;
   padding: 0;
   -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:only-child {
   display: none !important;
}

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

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

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
   margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
   display: block;
}

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

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

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
   margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

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

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

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

.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);
   transform: scale(0);
   -webkit-transform-origin: left top;
   transform-origin: left top;
}

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

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

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

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

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

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

.swiper-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%;
   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 .swiper-notification {
   position: absolute;
   left: 0;
   top: 0;
   pointer-events: none;
   opacity: 0;
   z-index: -1000;
}

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

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

.swiper-grid-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-fade.swiper-free-mode .swiper-slide {
   -webkit-transition-timing-function: ease-out;
   transition-timing-function: ease-out;
}

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

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

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

.swiper-cube {
   overflow: visible;
}

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

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

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

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

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

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

.swiper-cube .swiper-cube-shadow {
   position: absolute;
   left: 0;
   bottom: 0px;
   width: 100%;
   height: 100%;
   opacity: .6;
   z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
   content: '';
   background: #000;
   position: absolute;
   left: 0;
   top: 0;
   bottom: 0;
   right: 0;
   -webkit-filter: blur(50px);
   filter: blur(50px);
}

.swiper-flip {
   overflow: visible;
}

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

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

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

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

.swiper-creative .swiper-slide {
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   overflow: hidden;
   -webkit-transition-property: opacity,height,-webkit-transform;
   transition-property: opacity,height,-webkit-transform;
   transition-property: transform,opacity,height;
   transition-property: transform,opacity,height,-webkit-transform;
}

.swiper-cards {
   overflow: visible;
}

.swiper-cards .swiper-slide {
   -webkit-transform-origin: center bottom;
   transform-origin: center bottom;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   overflow: hidden;
}

*,
*:before,
*:after {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   outline: none !important;
}

html {
   -webkit-text-size-adjust: none;
   -ms-touch-action: manipulation;
   touch-action: manipulation;
}

input[type="text"]::-ms-clear {
   display: none;
}

input[type="password"]::-ms-reveal {
   display: none;
}

body, html {
   min-height: 100vh;
}

body {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   margin: 0;
   padding: 0;
   overflow-x: hidden;
   overflow-y: auto;
   font-family: 'Manrope', sans-serif;
   font-weight: normal;
   font-style: normal;
   color: #343633;
}

body.modal-open {
   overflow: hidden;
}

#header,
#footer {
   -webkit-box-flex: 0;
   -ms-flex: none;
   flex: none;
}

#main {
   -webkit-box-flex: 1;
   -ms-flex: 1 0 auto;
   flex: 1 0 auto;
   overflow: hidden;
   height: auto;
}

.hidden {
   display: none !important;
}

.invisible {
   position: absolute;
   width: 1px;
   height: 1px;
   margin: -1px;
   border: 0;
   padding: 0;
   white-space: nowrap;
   -webkit-clip-path: inset(100%);
   clip-path: inset(100%);
   clip: rect(0 0 0 0);
   overflow: hidden;
   z-index: -1;
}

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

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

p {
   padding: 0;
   margin: 0;
}

h1, h2, h3, h4, h5, h6 {
   padding: 0;
   margin: 0;
}

button {
   background-color: transparent;
   border: none;
   cursor: pointer;
   margin: 0;
   padding: 0;
}

.btn {
   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;
   width: 100%;
   color: #fff;
   outline: 0;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   height: 50px;
   background: -webkit-gradient(linear, left top, left bottom, from(#67D854), to(#45AC34));
   background: linear-gradient(180deg, #67D854 0%, #45AC34 100%);
   border: 1px solid #4FB33E;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-box-shadow: 0 3px 0 #1A7E09, 0 15px 10px -10px rgba(69, 172, 52, 0.8);
   box-shadow: 0 3px 0 #1A7E09, 0 15px 10px -10px rgba(69, 172, 52, 0.8);
   border-radius: 10px;
   -webkit-transition: opacity .3s linear;
   transition: opacity .3s linear;
   font-weight: bold;
   font-size: 16px;
   line-height: 22px;
   text-align: center;
   text-transform: uppercase;
   text-decoration: none;
   padding-top: 2px;
}

.btn:focus{
   -webkit-box-shadow: inset 0px 0px 89px -35px rgba(0,0,0,0.65);
   -moz-box-shadow: inset 0px 0px 89px -35px rgba(0,0,0,0.65);
   box-shadow: inset 0px 0px 89px -35px rgba(0,0,0,0.65);
}

.btn:disabled {
   cursor: not-allowed;
   opacity: 0.6;
}

.btn_back {
   position: relative;
   width: 100%;
   max-width: 290px;
   height: 40px;
   background: -webkit-gradient(linear, left top, left bottom, from(#E0E0E0), to(#C1C1C1));
   background: linear-gradient(180deg, #E0E0E0 0%, #C1C1C1 100%);
   border: 1px solid #d0d0d0;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25), 0 11px 14px -10px rgba(0, 0, 0, 0.15);
   box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25), 0 11px 14px -10px rgba(0, 0, 0, 0.15);
   border-radius: 10px;
   margin: 0 auto 10px;
   font-weight: bold;
   font-size: 16px;
   line-height: 22px;
   color: #818181;
   text-transform: uppercase;
   text-align: center;
   padding: 0;
}

.btn_back span {
   display: inline-block;
   margin-left: 10px;
}

.form {
   width: 100%;
}

.form__group {
   display: block;
   margin-bottom: 15px;
}

input, .input {
   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: 100%;
   text-align: center;
   color: #343633;
   outline: 0;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   height: 50px;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   padding: 0 1rem;
   font-style: normal;
   font-weight: bold;
   font-size: 16px;
   line-height: 22px;
   cursor: pointer;
   background: #fff;
   border: 1px solid #45AC34;
   border-radius: 10px;
}

input::-webkit-input-placeholder, .input::-webkit-input-placeholder {
   color: #bbbbbb;
   opacity: 1;
   -webkit-transition: opacity 0.2s ease;
   transition: opacity 0.2s ease;
}

input::-moz-placeholder, .input::-moz-placeholder {
   color: #bbbbbb;
   opacity: 1;
   -moz-transition: opacity 0.2s ease;
   transition: opacity 0.2s ease;
}

input:-moz-placeholder, .input:-moz-placeholder {
   color: #bbbbbb;
   opacity: 1;
   -moz-transition: opacity 0.2s ease;
   transition: opacity 0.2s ease;
}

input:-ms-input-placeholder, .input:-ms-input-placeholder {
   color: #bbbbbb;
   opacity: 1;
   -ms-transition: opacity 0.2s ease;
   transition: opacity 0.2s ease;
}

input:focus::-webkit-input-placeholder, .input:focus::-webkit-input-placeholder {
   color: #bbbbbb;
   opacity: 0;
   -webkit-transition: opacity 0.2s ease;
   transition: opacity 0.2s ease;
}

input:focus::-moz-placeholder, .input:focus::-moz-placeholder {
   color: #bbbbbb;
   opacity: 0;
   -moz-transition: opacity 0.2s ease;
   transition: opacity 0.2s ease;
}

input:focus:-moz-placeholder, .input:focus:-moz-placeholder {
   color: #bbbbbb;
   opacity: 0;
   -moz-transition: opacity 0.2s ease;
   transition: opacity 0.2s ease;
}

input:focus:-ms-input-placeholder, .input:focus:-ms-input-placeholder {
   color: #bbbbbb;
   opacity: 0;
   -ms-transition: opacity 0.2s ease;
   transition: opacity 0.2s ease;
}

.clearfix {
   display: block;
   width: 100%;
   height: 0;
}

.clearfix::before, .clearfix::after {
   content: "";
   display: table;
   clear: both;
}

.slider {
   position: relative;
   width: 100%;
   height: auto;
   padding-top: 10px;
   margin-top: 50px;
}

.slider mark {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   position: absolute;
   top: 0;
   left: 0;
   background-color: transparent !important;
   -webkit-transform: translateY(-100%);
   transform: translateY(-100%);
}

.slider mark p {
   display: inline-block;
   font-weight: 600;
   font-size: 10px;
   line-height: 12px;
   text-align: center;
   text-transform: uppercase;
   margin-right: 7px;
   color: #343633;
}

@media (min-width: 768px) {
   .slider mark p {
      font-size: 14px;
      line-height: 17px;
   }
}

.slider mark span {
   width: 13px;
   height: 14px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   top: -1px;
   position: relative;
}

@media (min-width: 768px) {
   .slider mark span {
      width: 20px;
      height: auto;
   }
}

.slider mark span svg {
   width: 100%;
   height: auto;
}

.slider .swiper {
   width: 100%;
   height: auto;
}

.slider .swiper-slide {
   position: relative;
   width: 100%;
   height: auto;
   top: 0;
   left: 0;
}

.slider .swiper-pagination-bullet-active {
   background: #343633;
   opacity: 0.7;
}

.slide-horizontal-animation {
   -webkit-animation: shake-horizontal 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
   animation: shake-horizontal 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
}

@-webkit-keyframes shake-horizontal {
   0%,
  100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
   }

   10%,
  30%,
  50%,
  70% {
      -webkit-transform: translateX(-2px);
      transform: translateX(-2px);
   }

   20%,
  40%,
  60% {
      -webkit-transform: translateX(2px);
      transform: translateX(2px);
   }

   80% {
      -webkit-transform: translateX(1px);
      transform: translateX(1px);
   }

   90% {
      -webkit-transform: translateX(-1px);
      transform: translateX(-1px);
   }
}

@keyframes shake-horizontal {
   0%,
  100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
   }

   10%,
  30%,
  50%,
  70% {
      -webkit-transform: translateX(-2px);
      transform: translateX(-2px);
   }

   20%,
  40%,
  60% {
      -webkit-transform: translateX(2px);
      transform: translateX(2px);
   }

   80% {
      -webkit-transform: translateX(1px);
      transform: translateX(1px);
   }

   90% {
      -webkit-transform: translateX(-1px);
      transform: translateX(-1px);
   }
}

.animation-line {
   position: relative;
   overflow: hidden;
}

.animation-line::before {
   content: "";
   position: absolute;
   top: 0;
   width: 53px;
   height: 100%;
   background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
   background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
   left: 10px;
   z-index: 1;
   -webkit-transform: skew(-30deg);
   transform: skew(-30deg);
   -webkit-animation-timing-function: ease-in-out;
   animation-timing-function: ease-in-out;
   -webkit-transition: all .1s;
   transition: all .1s;
   -webkit-animation-name: animation-line;
   animation-name: animation-line;
   -webkit-animation-duration: 3s;
   animation-duration: 3s;
   -webkit-animation-iteration-count: infinite;
   animation-iteration-count: infinite;
}

@-webkit-keyframes animation-line {
   0% {
      left: -70px;
   }

   30% {
      left: 110%;
   }

   100% {
      left: 110%;
   }
}

@keyframes animation-line {
   0% {
      left: -70px;
   }

   30% {
      left: 110%;
   }

   100% {
      left: 110%;
   }
}

.link {
   display: inline-block;
   color: #3498DB;
   text-decoration: underline;
}

@media (min-width: 1140px) {
   .link:hover {
      text-decoration: none;
   }
}

.modal {
   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;
   position: fixed;
   width: 100%;
   height: 100%;
   top: 0;
   left: -9999px;
   opacity: 0;
   background-color: rgba(255, 255, 255, 0.7);
   -webkit-backdrop-filter: blur(0);
   backdrop-filter: blur(0);
   z-index: 100;
   overflow: auto;
   -webkit-transition: left 0s linear .5s,
 opacity .2s linear .2s,
 -webkit-backdrop-filter .2s linear .2s;
   transition: left 0s linear .5s,
 opacity .2s linear .2s,
 -webkit-backdrop-filter .2s linear .2s;
   transition: left 0s linear .5s,
 opacity .2s linear .2s,
 backdrop-filter .2s linear .2s;
   transition: left 0s linear .5s,
 opacity .2s linear .2s,
 backdrop-filter .2s linear .2s,
 -webkit-backdrop-filter .2s linear .2s;
}

.modal.show {
   left: 0;
   opacity: 1;
   -webkit-backdrop-filter: blur(5px);
   backdrop-filter: blur(5px);
   -webkit-transition: left 0s linear 0s,
 opacity .15s linear 0s,
 -webkit-backdrop-filter .15s linear 0s;
   transition: left 0s linear 0s,
 opacity .15s linear 0s,
 -webkit-backdrop-filter .15s linear 0s;
   transition: left 0s linear 0s,
 opacity .15s linear 0s,
 backdrop-filter .15s linear 0s;
   transition: left 0s linear 0s,
 opacity .15s linear 0s,
 backdrop-filter .15s linear 0s,
 -webkit-backdrop-filter .15s linear 0s;
}

.modal.show .modal__dialog {
   opacity: 1;
   -webkit-transform: translate(0, 0);
   transform: translate(0, 0);
}

.modal__dialog {
   position: relative;
   width: 97%;
   max-width: 480px;
   margin: .5rem 0;
   opacity: 0;
   -webkit-transform: translateY(-20px);
   transform: translateY(-20px);
   -webkit-transition: all .3s ease-out;
   transition: all .3s ease-out;
   background-color: #fff;
   border-radius: 10px;
   padding: 30px 10px;
}

@media (min-width: 768px) {
   .modal__dialog {
      padding: 30px 40px;
   }
}

.modal__dialog_hide {
   opacity: 0 !important;
   -webkit-transform: translateY(-20px) !important;
   transform: translateY(-20px) !important;
}

.modal__body {
   position: relative;
   padding: 20px 15px 25px;
   border: 1px solid #45AC34;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   border-radius: 10px;
   margin-bottom: 15px;
}

@media (min-width: 768px) {
   .modal__body {
      padding: 30px 35px 50px;
      margin-bottom: 30px;
   }
}

.modal__body .form {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.modal__body .form__group {
   width: 100%;
}

.modal__body .form__control {
   height: 45px;
   font-weight: 500;
   font-size: 14px;
   line-height: 19px;
   padding: 0;
}

@media (min-width: 768px) {
   .modal__body .form__control {
      height: 55px;
      font-size: 18px;
   }
}

.modal__body .btn {
   height: 45px;
   font-weight: bold;
   font-size: 14px;
   line-height: 19px;
}

@media (min-width: 768px) {
   .modal__body .btn {
      height: 55px;
      font-size: 18px;
   }
}

.modal__title {
   font-weight: 500;
   font-size: 16px;
   line-height: 22px;
   text-align: center;
   margin-bottom: 20px;
}

@media (min-width: 768px) {
   .modal__title {
      font-size: 20px;
      font-weight: bold;
      line-height: 1.2;
      margin-bottom: 30px;
      margin-top: 10px;
   }
}

.modal__subtitle {
   font-weight: normal;
   font-size: 14px;
   line-height: 19px;
   text-align: center;
   margin-top: -10px;
}

@media (min-width: 768px) {
   .modal__subtitle {
      font-size: 16px;
      line-height: 1.3;
      margin-bottom: 25px;
   }
}

.modal__footer li {
   font-weight: normal;
   font-size: 14px;
   line-height: 19px;
   margin-bottom: 5px;
   padding-left: 10px;
   position: relative;
}

@media (min-width: 768px) {
   .modal__footer li {
      font-size: 16px;
      line-height: 1.3;
      margin-bottom: 10px;
   }
}

.modal__footer li::before {
   content: "-";
   display: block;
   position: absolute;
   top: 0;
   left: 0;
}

.modal__footer li:first-child {
   font-weight: 600;
   font-size: 16px;
   line-height: 22px;
   margin-bottom: 10px;
   padding: 0;
}

@media (min-width: 768px) {
   .modal__footer li:first-child {
      font-size: 18px;
      margin-bottom: 15px;
   }
}

.modal__footer li:first-child::before {
   display: none;
}

.modal__close {
   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;
   position: absolute;
   width: 40px;
   height: 40px;
   top: 0;
   right: 0;
}

.modal__close::before, .modal__close::after {
   content: '';
   display: block;
   position: absolute;
   top: 50%;
   left: 50%;
   width: 14px;
   height: 2px;
   background-color: #343633;
   -webkit-transition: background-color .2s linear;
   transition: background-color .2s linear;
}

.modal__close::before {
   -webkit-transform: translate(-50%, -50%) rotate(45deg);
   transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close::after {
   -webkit-transform: translate(-50%, -50%) rotate(-45deg);
   transform: translate(-50%, -50%) rotate(-45deg);
}

@media (min-width: 1140px) {
   .modal__close:hover::before, .modal__close:hover::after {
      background-color: #45AC34;
   }
}

.modal_video .modal__dialog {
   width: auto;
   max-width: 95%;
   padding: 0;
   border-radius: 0;
   background-color: transparent;
}

.modal_video .modal__close {
   background-color: rgba(255, 255, 255, 0.7);
   border-radius: 50%;
   top: 5px;
   right: 5px;
   font-size: 30px;
   z-index: 5;
}

.modal_video video {
   display: block;
   overflow: hidden;
   border-radius: 10px;
}

.modal__video-content {
   max-width: 100%;
   height: auto;
}

.modal__video-content video {
   max-width: 100%;
   height: auto;
   max-height: 80vh;
}

.header {
   display: none;
   width: 100%;
   height: auto;
   background-color: #1e508b;
}

@media (min-width: 768px) {
   .header {
      display: block;
   }
}

.header__content {
   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;
   width: 100%;
   height: 130px;
}

.header__connects {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: end;
   -ms-flex-align: end;
   align-items: flex-end;
}

.header__connects a {
   display: block;
   position: relative;
   font-weight: 500;
   font-size: 18px;
   line-height: 25px;
   color: #fff;
   text-decoration: none;
}

.header__connects a::before {
   content: "";
   display: block;
   position: absolute;
   width: 7px;
   height: 7px;
   background-color: #45AC34;
   border-radius: 50%;
   top: 9px;
   left: -15px;
   -webkit-animation: scale-in-center 1s linear infinite alternate both;
   animation: scale-in-center 1s linear infinite alternate both;
}

.header__connects button {
   font-weight: normal;
   font-size: 14px;
   line-height: 19px;
   text-align: center;
   -webkit-text-decoration-line: underline;
   text-decoration-line: underline;
   color: #fff;
   margin-top: 7px;
}

.header__connects button:hover {
   text-decoration: none;
}

@-webkit-keyframes scale-in-center {
   0% {
      -webkit-transform: scale(0);
      transform: scale(0);
      opacity: 1;
   }

   100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
   }
}

@keyframes scale-in-center {
   0% {
      -webkit-transform: scale(0);
      transform: scale(0);
      opacity: 1;
   }

   100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
   }
}

.footer {
   width: 100%;
   background-color: #45AC34;
   padding: 15px 0;
}

@media (min-width: 768px) {
   .footer {
      padding: 25px 0;
   }
}

.footer__content {
   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;
   color: #fff;
   font-weight: 300;
}

.footer__links {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
}

.footer__links span {
   display: block;
   color: #fff;
   font-weight: 300;
   font-size: 12px;
   line-height: 16px;
}

.footer__content p + p {
    margin-top: 12px;
}

.footer__content a {
    color: #fff;
}

@media (min-width: 768px) {
   .footer__links span {
      font-size: 14px;
      line-height: 19px;
   }
}

.footer__links span:first-child {
   margin-bottom: 5px;
}

@media (min-width: 768px) {
   .footer__links span:first-child {
      margin-bottom: 10px;
   }
}

.modal {
   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;
   position: fixed;
   width: 100%;
   height: 100%;
   top: 0;
   left: -9999px;
   opacity: 0;
   background-color: rgba(255, 255, 255, 0.7);
   -webkit-backdrop-filter: blur(0);
   backdrop-filter: blur(0);
   z-index: 100;
   overflow: auto;
   -webkit-transition: left 0s linear .5s,
 opacity .2s linear .2s,
 -webkit-backdrop-filter .2s linear .2s;
   transition: left 0s linear .5s,
 opacity .2s linear .2s,
 -webkit-backdrop-filter .2s linear .2s;
   transition: left 0s linear .5s,
 opacity .2s linear .2s,
 backdrop-filter .2s linear .2s;
   transition: left 0s linear .5s,
 opacity .2s linear .2s,
 backdrop-filter .2s linear .2s,
 -webkit-backdrop-filter .2s linear .2s;
}

.modal.show {
   left: 0;
   opacity: 1;
   -webkit-backdrop-filter: blur(5px);
   backdrop-filter: blur(5px);
   -webkit-transition: left 0s linear 0s,
 opacity .15s linear 0s,
 -webkit-backdrop-filter .15s linear 0s;
   transition: left 0s linear 0s,
 opacity .15s linear 0s,
 -webkit-backdrop-filter .15s linear 0s;
   transition: left 0s linear 0s,
 opacity .15s linear 0s,
 backdrop-filter .15s linear 0s;
   transition: left 0s linear 0s,
 opacity .15s linear 0s,
 backdrop-filter .15s linear 0s,
 -webkit-backdrop-filter .15s linear 0s;
}

.modal.show .modal__dialog {
   opacity: 1;
   -webkit-transform: translate(0, 0);
   transform: translate(0, 0);
}

.modal__dialog {
   position: relative;
   width: 97%;
   max-width: 480px;
   margin: .5rem 0;
   opacity: 0;
   -webkit-transform: translateY(-20px);
   transform: translateY(-20px);
   -webkit-transition: all .3s ease-out;
   transition: all .3s ease-out;
   background-color: #fff;
   border-radius: 10px;
   padding: 30px 10px;
}

@media (min-width: 768px) {
   .modal__dialog {
      padding: 30px 40px;
   }
}

.modal__dialog_hide {
   opacity: 0 !important;
   -webkit-transform: translateY(-20px) !important;
   transform: translateY(-20px) !important;
}

.modal__body {
   position: relative;
   padding: 20px 15px 25px;
   border: 1px solid #45AC34;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   border-radius: 10px;
   margin-bottom: 15px;
}

@media (min-width: 768px) {
   .modal__body {
      padding: 30px 35px 50px;
      margin-bottom: 30px;
   }
}

.modal__body .form {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.modal__body .form__group {
   width: 100%;
}

.modal__body .form__control {
   height: 45px;
   font-weight: 500;
   font-size: 14px;
   line-height: 19px;
   padding: 0;
}

@media (min-width: 768px) {
   .modal__body .form__control {
      height: 55px;
      font-size: 18px;
   }
}

.modal__body .btn {
   height: 45px;
   font-weight: bold;
   font-size: 14px;
   line-height: 19px;
}

@media (min-width: 768px) {
   .modal__body .btn {
      height: 55px;
      font-size: 18px;
   }
}

.modal__title {
   font-weight: 500;
   font-size: 16px;
   line-height: 22px;
   text-align: center;
   margin-bottom: 20px;
}

@media (min-width: 768px) {
   .modal__title {
      font-size: 20px;
      font-weight: bold;
      line-height: 1.2;
      margin-bottom: 30px;
      margin-top: 10px;
   }
}

.modal__subtitle {
   font-weight: normal;
   font-size: 14px;
   line-height: 19px;
   text-align: center;
   margin-top: -10px;
}

@media (min-width: 768px) {
   .modal__subtitle {
      font-size: 16px;
      line-height: 1.3;
      margin-bottom: 25px;
   }
}

.modal__footer li {
   font-weight: normal;
   font-size: 14px;
   line-height: 19px;
   margin-bottom: 5px;
   padding-left: 10px;
   position: relative;
}

@media (min-width: 768px) {
   .modal__footer li {
      font-size: 16px;
      line-height: 1.3;
      margin-bottom: 10px;
   }
}

.modal__footer li::before {
   content: "-";
   display: block;
   position: absolute;
   top: 0;
   left: 0;
}

.modal__footer li:first-child {
   font-weight: 600;
   font-size: 16px;
   line-height: 22px;
   margin-bottom: 10px;
   padding: 0;
}

@media (min-width: 768px) {
   .modal__footer li:first-child {
      font-size: 18px;
      margin-bottom: 15px;
   }
}

.modal__footer li:first-child::before {
   display: none;
}

.modal__close {
   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;
   position: absolute;
   width: 40px;
   height: 40px;
   top: 0;
   right: 0;
}

.modal__close::before, .modal__close::after {
   content: '';
   display: block;
   position: absolute;
   top: 50%;
   left: 50%;
   width: 14px;
   height: 2px;
   background-color: #343633;
   -webkit-transition: background-color .2s linear;
   transition: background-color .2s linear;
}

.modal__close::before {
   -webkit-transform: translate(-50%, -50%) rotate(45deg);
   transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close::after {
   -webkit-transform: translate(-50%, -50%) rotate(-45deg);
   transform: translate(-50%, -50%) rotate(-45deg);
}

@media (min-width: 1140px) {
   .modal__close:hover::before, .modal__close:hover::after {
      background-color: #45AC34;
   }
}

.modal_video .modal__dialog {
   width: auto;
   max-width: 95%;
   padding: 0;
   border-radius: 0;
   background-color: transparent;
}

.modal_video .modal__close {
   background-color: rgba(255, 255, 255, 0.7);
   border-radius: 50%;
   top: 5px;
   right: 5px;
   font-size: 30px;
   z-index: 5;
}

.modal_video video {
   display: block;
   overflow: hidden;
   border-radius: 10px;
}

.modal__video-content {
   max-width: 100%;
   height: auto;
}

.modal__video-content video {
   max-width: 100%;
   height: auto;
   max-height: 80vh;
}

@media (min-width: 768px) {
   .first-screen {
      background: #EBDCB5 url("../img/pattern-main.svg") repeat;
   }
}

.first-screen__header {
   padding: 15px 0 20px 0;
   color: #fff;
   background: #1E508B url("../img/pattern-main.svg") repeat;
}

@media (min-width: 768px) {
   .first-screen__header {
      background: none;
      color: #474747;
      padding-top: 60px;
      padding-bottom: 30px;
   }
}

@media (min-width: 992px) {
   .first-screen__header {
      padding-bottom: 50px;
   }
}

.first-screen__header h1 {
   font-weight: 800;
   font-size: 20px;
   line-height: 27px;
   text-transform: uppercase;
   margin-bottom: 15px;
}

@media (min-width: 768px) {
   .first-screen__header h1 {
      font-size: 32px;
      line-height: 44px;
   }
}

.first-screen__header h2 {
   font-weight: 500;
   font-size: 16px;
   line-height: 22px;
}

@media (min-width: 768px) {
   .first-screen__header h2 {
      font-weight: 600;
      font-size: 22px;
      line-height: 30px;
   }
}

.first-screen__body {
   padding: 15px 0 25px;
   background: #EBDCB5 url("../img/pattern-main.svg") repeat;
}

@media (min-width: 768px) {
   .first-screen__body {
      background: none;
      padding-top: 0;
      padding-bottom: 50px;
   }
}

@media (min-width: 992px) {
   .first-screen__body {
      padding-bottom: 70px;
   }
}

.first-screen__presentation {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
}

@media (min-width: 768px) {
   .first-screen__presentation {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      margin-top: -50px;
   }
}

@media (min-width: 1140px) {
   .first-screen__presentation {
      margin-top: -100px;
   }
}

.first-screen__widget {
   position: relative;
   width: 183px;
   -webkit-transform: translateX(-10px);
   transform: translateX(-10px);
}

.first-screen__widget span {
   display: block;
   position: absolute;
   left: 167px;
   bottom: 30px;
   width: 41px;
   height: 41px;
   background: -webkit-gradient(linear, left top, left bottom, from(#FF0000), to(#BD0303));
   background: linear-gradient(180deg, #FF0000 0%, #BD0303 100%);
   border-radius: 50%;
   -webkit-animation: widget-btn-animation 3s linear infinite;
   animation: widget-btn-animation 3s linear infinite;
}

@media (min-width: 768px) {
   .first-screen__widget span {
      left: 140px;
      bottom: auto;
      top: 135px;
   }
}

@media (min-width: 992px) {
   .first-screen__widget span {
      width: 85px;
      height: 85px;
   }
}

@media (min-width: 1140px) {
   .first-screen__widget span {
      left: 160px;
      top: 150px;
   }
}

.first-screen__widget span::before {
   content: "";
   display: block;
   position: absolute;
   top: 11px;
   left: 15px;
   border: 9px solid transparent;
   border-left: 15px solid #fff;
   z-index: 2;
}

@media (min-width: 992px) {
   .first-screen__widget span::before {
      top: 26px;
      left: 31px;
      border: 15px solid transparent;
      border-left: 26px solid #fff;
   }
}

.first-screen__widget span::after {
   content: "";
   display: block;
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   z-index: 1;
   background-color: transparent;
   border-radius: 50%;
   -webkit-box-shadow: 0 0 0 0 rgba(189, 3, 3, 0);
   box-shadow: 0 0 0 0 rgba(189, 3, 3, 0);
   -webkit-transition: -webkit-box-shadow .2s linear;
   transition: -webkit-box-shadow .2s linear;
   transition: box-shadow .2s linear;
   transition: box-shadow .2s linear, -webkit-box-shadow .2s linear;
}

@media (min-width: 768px) {
   .first-screen__widget {
      position: absolute;
      left: -25px;
      top: 15px;
      width: 300px;
   }
}

@media (min-width: 992px) {
   .first-screen__widget {
      width: 400px;
      left: -70px;
      top: -20px;
   }
}

@media (min-width: 1140px) {
   .first-screen__widget {
      width: 445px;
      top: 30px;
      left: 0;
   }

   .first-screen__widget:hover span::after {
      -webkit-box-shadow: 0 0 0 10px rgba(189, 3, 3, 0.5);
      box-shadow: 0 0 0 10px rgba(189, 3, 3, 0.5);
   }
}

.first-screen__labels {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: end;
   -ms-flex-align: end;
   align-items: flex-end;
}

@media (min-width: 768px) {
   .first-screen__labels {
      margin-top: 15px;
   }
}

.first-screen__labels h5 {
   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;
   font-weight: 500;
   font-size: 14px;
   line-height: 120%;
   color: #1E508B;
   margin-bottom: 10px;
}

@media (min-width: 1140px) {
   .first-screen__labels h5 {
      font-weight: 600;
      font-size: 18px;
      line-height: 110%;
      margin-bottom: 20px;
   }
}

.first-screen__labels h5 svg {
   width: 41px;
   margin-right: 10px;
}

.first-screen__labels h5 span {
   display: inline-block;
   margin-left: 10px;
   margin-top: 2px;
}

.first-screen__labels p {
   font-weight: 600;
   font-size: 11px;
   line-height: 15px;
   text-align: right;
   margin-bottom: 10px;
}

@media (min-width: 1140px) {
   .first-screen__labels p {
      width: 100%;
      font-size: 18px;
      line-height: 25px;
      color: #474747;
      text-align: right;
      margin-bottom: 20px;
   }
}

.first-screen__labels .img_star {
   display: block;
   position: relative;
   width: 40px;
   height: 40px;
   margin-right: 10px;
}

@media (min-width: 1140px) {
   .first-screen__labels .img_star {
      width: 50px;
      height: auto;
      margin-right: 12px;
      top: -3px;
   }
}

.first-screen__labels .img_label {
   display: block;
   width: 60px;
   height: auto;
}

@media (min-width: 1140px) {
   .first-screen__labels .img_label {
      width: 115px;
   }
}

.first-screen__content {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
   margin-top: 15px;
}

.first-screen__consultation {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   width: 100%;
   margin-bottom: 20px;
}

@media (min-width: 1140px) {
   .first-screen__consultation {
      margin-bottom: 60px;
   }
}

.first-screen__links {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

@media (min-width: 1140px) {
   .first-screen__links svg {
      width: 45px;
      height: auto;
   }
}

.first-screen__links button {
   font-size: 12px;
   line-height: 15px;
   -webkit-text-decoration-line: underline;
   text-decoration-line: underline;
   text-align: left;
   margin-left: 10px;
}

@media (min-width: 1140px) {
   .first-screen__links button {
      margin-left: 20px;
      font-size: 16px;
      line-height: 19px;
   }

   .first-screen__links button:hover {
      text-decoration: none;
   }
}

@media (min-width: 768px) {
   .first-screen__logo {
      display: none;
   }
}

.first-screen__button {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
   width: 288px;
}

@media (min-width: 1140px) {
   .first-screen__button {
      width: 100%;
   }
}

.first-screen__button p {
   display: block;
   position: relative;
   font-weight: bold;
   font-size: 14px;
   line-height: 19px;
   margin-bottom: 20px;
}

@media (min-width: 1140px) {
   .first-screen__button p {
      font-weight: bold;
      font-size: 22px;
      line-height: 30px;
      margin-bottom: 31px;
   }
}

.first-screen__button p svg {
   position: absolute;
   left: 165px;
   bottom: -10px;
}

@media (min-width: 1140px) {
   .first-screen__button p svg {
      width: 60px;
      height: auto;
      left: 255px;
      bottom: -15px;
   }
}

.first-screen__button button {
   font-size: 18px;
}

@media (min-width: 1140px) {
   .first-screen__button button {
      width: 330px;
      height: 55px;
      font-weight: 800;
      font-size: 22px;
      line-height: 18px;
   }
}

.first-screen__button button span {
   display: block;
   width: 36px;
   height: 36px;
   background: -webkit-gradient(linear, left top, left bottom, from(#4FB23E), to(#4FB23E));
   background: linear-gradient(180deg, #4FB23E 0%, #4FB23E 100%);
   -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25);
   box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25);
   border-radius: 50%;
   position: relative;
   margin: 0 0 0 12px;
}

@media (min-width: 1140px) {
   .first-screen__button button span {
      margin-left: 15px;
   }
}

.first-screen__button button span svg {
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}

.first-screen__button span {
   display: block;
   width: 100%;
   font-weight: 600;
   font-size: 12px;
   line-height: 16px;
   text-align: center;
   color: #a28b51;
   margin-top: 13px;
}

@media (min-width: 1140px) {
   .first-screen__button span {
      width: 330px;
      font-weight: 600;
      font-size: 14px;
      line-height: 19px;
      margin-top: 15px;
   }
}

.first-screen__result {
   margin-top: 20px;
}

@media (min-width: 1140px) {
   .first-screen__result {
      margin-top: 35px;
   }
}

.first-screen__result p {
   font-weight: bold;
   font-size: 14px;
   line-height: 19px;
   margin-bottom: 10px;
}

@media (min-width: 1140px) {
   .first-screen__result p {
      font-weight: bold;
      font-size: 18px;
      line-height: 25px;
      margin-bottom: 15px;
   }
}

.first-screen__result ul {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
}

@media (min-width: 992px) {
   .first-screen__result ul {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
   }
}

.first-screen__result li {
   width: 50%;
   font-style: normal;
   font-weight: normal;
   font-size: 12px;
   line-height: 16px;
   padding-left: 20px;
   position: relative;
}

@media (min-width: 1140px) {
   .first-screen__result li {
      font-weight: normal;
      font-size: 16px;
      line-height: 22px;
      padding-left: 27px;
   }
}

.first-screen__result li:first-child {
   width: 51%;
}

@media (min-width: 992px) {
   .first-screen__result li:first-child {
      width: 40%;
      margin-right: 10px;
   }
}

@media (min-width: 1140px) {
   .first-screen__result li:first-child {
      width: 245px;
      margin-right: 30px;
   }
}

.first-screen__result li:last-child {
   width: 49%;
}

@media (min-width: 992px) {
   .first-screen__result li:last-child {
      width: 45%;
   }
}

@media (min-width: 1140px) {
   .first-screen__result li:last-child {
      width: 245px;
   }
}

.first-screen__result li::before {
   content: "";
   display: block;
   position: absolute;
   width: 13px;
   height: 13px;
   left: 0;
   top: 1px;
   background: #45AC34 url("../img/icon-check.svg") center no-repeat;
   border-radius: 50%;
}

@media (min-width: 1140px) {
   .first-screen__result li::before {
      width: 17px;
      height: 17px;
      top: 2px;
   }
}

@-webkit-keyframes widget-btn-animation {
   0% {
      -webkit-transform: scale(1);
      transform: scale(1);
   }

   25% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
   }

   50% {
      -webkit-transform: scale(1);
      transform: scale(1);
   }

   75% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
   }

   100% {
      -webkit-transform: scale(1);
      transform: scale(1);
   }
}

@keyframes widget-btn-animation {
   0% {
      -webkit-transform: scale(1);
      transform: scale(1);
   }

   25% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
   }

   50% {
      -webkit-transform: scale(1);
      transform: scale(1);
   }

   75% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
   }

   100% {
      -webkit-transform: scale(1);
      transform: scale(1);
   }
}

#progress {
   height: auto;
   max-height: 200px;
   opacity: 1;
   -webkit-transition: all .5s linear;
   transition: all .5s linear;
}

#progress.hide {
   max-height: 0;
   opacity: 0;
}

.progress {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
   width: 100%;
   max-width: 930px;
   margin: 20px auto 30px;
}

@media (min-width: 768px) {
   .progress {
      margin-top: 30px;
   }
}

@media (min-width: 992px) {
   .progress {
      margin-top: 45px;
      margin-bottom: 45px;
   }
}

.progress::after {
   content: "";
   display: block;
   position: absolute;
   top: 40px;
   left: 50%;
   margin-left: 70px;
   opacity: 0.2;
   width: 109px;
   height: 132px;
   background: url("../img/question-back.png") center no-repeat;
   z-index: -1;
}

@media (min-width: 768px) {
   .progress::after {
      display: none;
   }
}

.progress__list {
   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;
   width: 100%;
   height: 16px;
   padding: 0 5px;
   border: 1px solid #45AC34;
   border-radius: 999px;
   margin-bottom: 10px;
}

@media (min-width: 992px) {
   .progress__list {
      height: 40px;
      padding: 0 10px;
      margin-bottom: 25px;
   }
}

.progress__item {
   position: relative;
   width: calc(100% / 7);
   height: 8px;
   background-color: #eaeaea;
   border-radius: 999px;
   margin: 0 3px;
   overflow: hidden;
}

@media (min-width: 992px) {
   .progress__item {
      height: 20px;
      margin: 0 8px;
   }
}

.progress__item:first-child {
   margin-left: 0;
}

.progress__item:last-child {
   margin-right: 0;
}

.progress__item::before {
   content: "";
   display: block;
   position: absolute;
   width: 0;
   height: 100%;
   background-color: #45AC34;
   opacity: 0;
   -webkit-transition: all .5s ease-out;
   transition: all .5s ease-out;
   -webkit-transition-delay: .3s;
   transition-delay: .3s;
}

.progress__item::after {
   content: "";
   display: block;
   position: absolute;
   width: 100%;
   height: 100%;
   opacity: 0;
   -webkit-transition: opacity .5s ease-out;
   transition: opacity .5s ease-out;
   -webkit-transition-delay: 0s;
   transition-delay: 0s;
   background: linear-gradient(267.16deg, #45AC34 7.68%, #67D854 53.18%, #45AC34 90.4%);
   -webkit-animation: progress 1.5s cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
   animation: progress 1.5s cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
}

.progress__content {
   font-weight: 800;
   font-size: 12px;
}

@media (min-width: 768px) {
   .progress__content {
      font-weight: bold;
      font-size: 18px;
   }
}

@media (min-width: 992px) {
   .progress__content {
      font-size: 22px;
   }
}

.progress__content #progressNumber {
   display: inline-block;
   margin: 0 3px;
   color: #45AC34;
}

@media (min-width: 992px) {
   .progress__content #progressNumber {
      margin: 0 7px;
   }
}

@-webkit-keyframes progress {
   from {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
   }

   to {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
   }
}

@keyframes progress {
   from {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
   }

   to {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
   }
}

[data-current-question="forWhom"] #progress .progress__item:nth-child(1)::before {
   width: 100%;
   opacity: 1;
   -webkit-transition-delay: 0s;
   transition-delay: 0s;
}

[data-current-question="forWhom"] #progress .progress__item:nth-child(1)::after {
   opacity: 1;
   -webkit-transition-delay: 1s;
   transition-delay: 1s;
}

[data-current-question="forWhom"] #progressNumber::before {
   content: "1";
}

[data-current-question="childrenAge"] #progress .progress__item:nth-child(-n+2)::before {
   width: 100%;
   opacity: 1;
   -webkit-transition-delay: 0s;
   transition-delay: 0s;
}

[data-current-question="childrenAge"] #progress .progress__item:nth-child(2)::after {
   opacity: 1;
   -webkit-transition-delay: 1s;
   transition-delay: 1s;
}

[data-current-question="childrenAge"] #progressNumber::before {
   content: "2";
}

[data-current-question="hardnessChildren"] #progress .progress__item:nth-child(-n+3)::before {
   width: 100%;
   opacity: 1;
   -webkit-transition-delay: 0s;
   transition-delay: 0s;
}

[data-current-question="hardnessChildren"] #progress .progress__item:nth-child(3)::after {
   opacity: 1;
   -webkit-transition-delay: 1s;
   transition-delay: 1s;
}

[data-current-question="hardnessChildren"] #progressNumber::before {
   content: "3";
}

[data-current-question="numberOfPersons"] #progress .progress__item:nth-child(-n+2)::before {
   width: 100%;
   opacity: 1;
   -webkit-transition-delay: 0s;
   transition-delay: 0s;
}

[data-current-question="numberOfPersons"] #progress .progress__item:nth-child(2)::after {
   opacity: 1;
   -webkit-transition-delay: 1s;
   transition-delay: 1s;
}

[data-current-question="numberOfPersons"] #progressNumber::before {
   content: "2";
}

[data-current-question="weightOne"] #progress .progress__item:nth-child(-n+3)::before,
[data-current-question="weightTwo"] #progress .progress__item:nth-child(-n+3)::before {
   width: 100%;
   opacity: 1;
   -webkit-transition-delay: 0s;
   transition-delay: 0s;
}

[data-current-question="weightOne"] #progress .progress__item:nth-child(3)::after,
[data-current-question="weightTwo"] #progress .progress__item:nth-child(3)::after {
   opacity: 1;
   -webkit-transition-delay: 1s;
   transition-delay: 1s;
}

[data-current-question="weightOne"] #progressNumber::before,
[data-current-question="weightTwo"] #progressNumber::before {
   content: "3";
}

[data-current-question="hardnessAdult"] #progress .progress__item:nth-child(-n+4)::before {
   width: 100%;
   opacity: 1;
   -webkit-transition-delay: 0s;
   transition-delay: 0s;
}

[data-current-question="hardnessAdult"] #progress .progress__item:nth-child(4)::after {
   opacity: 1;
   -webkit-transition-delay: 1s;
   transition-delay: 1s;
}

[data-current-question="hardnessAdult"] #progressNumber::before {
   content: "4";
}

[data-current-question="quality"] #progress .progress__item:nth-child(-n+5)::before {
   width: 100%;
   opacity: 1;
   -webkit-transition-delay: 0s;
   transition-delay: 0s;
}

[data-current-question="quality"] #progress .progress__item:nth-child(5)::after {
   opacity: 1;
   -webkit-transition-delay: 1s;
   transition-delay: 1s;
}

[data-current-question="quality"] #progressNumber::before {
   content: "5";
}

[data-current-question="howUrgent"] #progress .progress__item:nth-child(-n+6)::before {
   width: 100%;
   opacity: 1;
   -webkit-transition-delay: 0s;
   transition-delay: 0s;
}

[data-current-question="howUrgent"] #progress .progress__item:nth-child(6)::after {
   opacity: 1;
   -webkit-transition-delay: 1s;
   transition-delay: 1s;
}

[data-current-question="howUrgent"] #progressNumber::before {
   content: "6";
}

[data-current-question="getNane"] #progress .progress__item:nth-child(-n+7)::before,
[data-current-question="getContact"] #progress .progress__item:nth-child(-n+7)::before {
   width: 100%;
   opacity: 1;
   -webkit-transition-delay: 0s;
   transition-delay: 0s;
}

[data-current-question="getNane"] #progress .progress__item:nth-child(7)::after,
[data-current-question="getContact"] #progress .progress__item:nth-child(7)::after {
   opacity: 1;
   -webkit-transition-delay: 1s;
   transition-delay: 1s;
}

[data-current-question="getNane"] #progressNumber::before,
[data-current-question="getContact"] #progressNumber::before {
   content: "7";
}

.question {
   position: relative;
   width: 100%;
   height: auto;
   margin-bottom: 30px;
}

@media (min-width: 768px) {
   .question {
      padding-bottom: 40px;
   }
}

.question__wrap {
   position: relative;
   width: 100%;
   overflow: hidden;
   height: auto;
   max-height: 99999px;
   -webkit-transition: max-height .5s linear;
   transition: max-height .5s linear;
}

.question__caption {
   margin-bottom: 30px;
}

@media (min-width: 768px) {
   .question__caption {
      margin-bottom: 40px;
   }
}

@media (min-width: 992px) {
   .question__caption {
      margin-bottom: 45px;
   }
}

.question__title {
   font-weight: bold;
   font-size: 16px;
   line-height: 22px;
   text-align: center;
}

@media (min-width: 768px) {
   .question__title {
      font-size: 24px;
      line-height: 33px;
   }
}

.question__subtitle {
   width: 100%;
   max-width: 290px;
   margin: 20px auto 0;
   font-size: 12px;
   line-height: 16px;
}

@media (min-width: 768px) {
   .question__subtitle {
      max-width: 540px;
      font-size: 16px;
      line-height: 22px;
      color: #070707;
      margin-top: 25px;
   }
}

.question__subtitle span {
   display: block;
   height: auto;
   max-height: 50px;
   overflow: hidden;
   -webkit-transition: max-height .5s linear;
   transition: max-height .5s linear;
}

@media (min-width: 768px) {
   .question__subtitle span {
      max-height: 45px;
   }
}

.question__subtitle button {
   margin-top: 3px;
   color: #0083E1;
   text-decoration: underline;
}

.question__subtitle button::before {
   content: "читать дальше";
}

.question__subtitle.opened span {
   max-height: 300px;
}

.question__subtitle.opened button::before {
   content: "свернуть текст";
}

.question__comment {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   width: 100%;
   max-width: 290px;
   height: 230px;
   background: #e1d7ae;
   border-radius: 10px;
   margin: 15px auto 0;
   overflow: hidden;
}

@media (min-width: 768px) {
   .question__comment {
      margin-top: 25px;
      margin-bottom: 15px;
   }
}

@media (min-width: 992px) {
   .question__comment {
      margin: 0;
   }
}

@media (min-width: 992px) {
   .question__comment_two-person {
      margin-top: -160px;
   }
}

.question__comment h2, .question__comment h3 {
   position: relative;
   width: calc(100% - 4px);
   height: 31px;
   background-color: #fff;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   margin-top: 2px;
   overflow: hidden;
}

.question__comment h2 span, .question__comment h3 span {
   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;
   position: absolute;
   width: 100%;
   height: 100%;
   font-weight: 600;
   opacity: 1;
   -webkit-transition: opacity .3s linear;
   transition: opacity .3s linear;
   font-size: 10px;
   line-height: 14px;
}

.question__comment h2 span img, .question__comment h3 span img {
   display: inline-block;
   margin-left: 5px;
   -webkit-animation: round-move 2s linear infinite both;
   animation: round-move 2s linear infinite both;
}

@-webkit-keyframes round-move {
   from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
   }

   to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
   }
}

@keyframes round-move {
   from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
   }

   to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
   }
}

.question__comment h2 {
   font-size: 12px;
   line-height: 16px;
}

.question__comment h2 span.hide {
   opacity: 0;
}

.question__comment p {
   display: block;
   position: relative;
   width: 100%;
   height: 100%;
}

.question__comment p span {
   display: block;
   position: absolute;
   width: 100%;
   height: 100%;
   background-position: center;
   background-repeat: no-repeat;
   background-size: auto;
   opacity: 1;
   -webkit-transition: opacity .3s linear;
   transition: opacity .3s linear;
}

.question__comment p span.hide {
   opacity: 0;
}

.question__btn {
   margin-top: 20px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}

@media (min-width: 992px) {
   .question__btn {
      float: left;
      padding-left: 5px;
      width: 210px;
      margin-top: 30px;
   }
}

.question__btn p {
   display: block;
   width: 100%;
}

.question__list {
   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;
   width: 290px;
   margin: 0 auto;
}

@media (min-width: 768px) {
   .question__list {
      width: 440px;
   }
}

@media (min-width: 992px) {
   .question__list {
      float: right;
   }
}

.question__list-title {
   display: block;
   width: 100%;
   text-align: center;
   margin-bottom: 15px;
}

@media (min-width: 768px) {
   .question__list-title {
      margin-bottom: 25px;
      font-size: 20px;
   }
}

.question__list_second {
   margin-top: 5px;
}

@media (min-width: 768px) {
   .question__list_second {
      margin-top: 10px;
   }
}

.question__item {
   display: block;
   background: #fff;
   border: 1px solid #45AC34;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
   box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
   border-radius: 10px;
   overflow: hidden;
   cursor: pointer;
   margin-bottom: 10px;
}

@media (min-width: 768px) {
   .question__item {
      margin-bottom: 20px;
   }
}

.question__item_picture {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   width: 140px;
   height: 170px;
}

@media (min-width: 768px) {
   .question__item_picture {
      width: 210px;
      height: 220px;
   }
}

.question__item_simple {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   width: 140px;
   height: 50px;
}

@media (min-width: 768px) {
   .question__item_simple {
      width: 210px;
      height: 60px;
   }
}

.question__item_large {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   width: 100%;
   height: 50px;
   padding-right: 15px;
}

@media (min-width: 768px) {
   .question__item_large {
      height: 60px;
      padding-right: 18px;
   }
}

@media (min-width: 1140px) {
   .question__item:hover .question__val::before {
      background-color: rgba(69, 172, 52, 0.4);
   }
}

.question__pic {
   -webkit-box-flex: 1;
   -ms-flex: 1 0 auto;
   flex: 1 0 auto;
   display: block;
   position: relative;
   width: 100%;
   height: 125px;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   border-bottom: 1px solid #45AC34;
}

@media (min-width: 768px) {
   .question__pic {
      height: 163px;
   }
}

.question__pic_null {
   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;
   font-size: 60px;
   font-weight: 700;
   color: #c4c4c4;
   background-color: rgba(163, 163, 163, 0.2);
}

.question__val {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
   position: relative;
   width: 100%;
   height: 100%;
   font-weight: 500;
   font-size: 11px;
   line-height: 13px;
   padding-left: 40px;
   color: #232323;
}

@media (min-width: 768px) {
   .question__val {
      font-weight: 500;
      font-size: 14px;
      line-height: 19px;
      padding-left: 56px;
   }
}

.question__val_small {
   font-weight: normal;
   font-size: 9px;
   line-height: 1.09;
   margin-top: 4px;
}

.question__val::before {
   content: "";
   display: block;
   position: absolute;
   left: 15px;
   top: 50%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   width: 18px;
   height: 18px;
   -webkit-box-shadow: inset 0 0 0 2px #fff;
   box-shadow: inset 0 0 0 2px #fff;
   border: 1px solid #828282;
   background-color: transparent;
   border-radius: 50%;
   -webkit-transition: background-color .3s linear;
   transition: background-color .3s linear;
}

@media (min-width: 768px) {
   .question__val::before {
      width: 23px;
      height: 23px;
      border-width: 2px;
      left: 18px;
   }
}

.question__rating {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: end;
   -ms-flex-pack: end;
   justify-content: flex-end;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.animatible {
   -webkit-transform: translateY(0);
   transform: translateY(0);
   opacity: 1;
   -webkit-transition: opacity .5s linear .3s, -webkit-transform .7s ease-out 0s;
   transition: opacity .5s linear .3s, -webkit-transform .7s ease-out 0s;
   transition: transform .7s ease-out 0s, opacity .5s linear .3s;
   transition: transform .7s ease-out 0s, opacity .5s linear .3s, -webkit-transform .7s ease-out 0s;
}

.animatible:nth-child(0) {
   -webkit-transition-delay: 0s;
   transition-delay: 0s;
}

.animatible:nth-child(1) {
   -webkit-transition-delay: 0.2s;
   transition-delay: 0.2s;
}

.animatible:nth-child(2) {
   -webkit-transition-delay: 0.4s;
   transition-delay: 0.4s;
}

.animatible:nth-child(3) {
   -webkit-transition-delay: 0.6s;
   transition-delay: 0.6s;
}

.animatible:nth-child(4) {
   -webkit-transition-delay: 0.8s;
   transition-delay: 0.8s;
}

.animatible:nth-child(5) {
   -webkit-transition-delay: 1s;
   transition-delay: 1s;
}

.animatible:nth-child(6) {
   -webkit-transition-delay: 1.2s;
   transition-delay: 1.2s;
}

.animatible:nth-child(7) {
   -webkit-transition-delay: 1.4s;
   transition-delay: 1.4s;
}

.animatible:nth-child(8) {
   -webkit-transition-delay: 1.6s;
   transition-delay: 1.6s;
}

.animatible:nth-child(9) {
   -webkit-transition-delay: 1.8s;
   transition-delay: 1.8s;
}

.animatible:nth-child(10) {
   -webkit-transition-delay: 2s;
   transition-delay: 2s;
}

.hide .animatible {
   -webkit-transform: translateY(15px);
   transform: translateY(15px);
   opacity: 0;
   -webkit-transition: all .3s linear;
   transition: all .3s linear;
   -webkit-transition-delay: 0s;
   transition-delay: 0s;
}

.question__item input:checked ~ .question__val::before {
   background-color: #45AC34 !important;
}

.get-name {
   padding-top: 50px;
   padding-bottom: 100px;
}

.get-name__caption {
   margin-bottom: 30px;
}

@media (min-width: 768px) {
   .get-name__caption {
      margin-bottom: 45px;
   }
}

.get-name__title {
   position: relative;
   font-weight: bold;
   font-size: 16px;
   line-height: 22px;
   text-align: center;
   height: 50px;
}

.get-name__title span {
   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: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   text-align: center;
   opacity: 1;
   -webkit-transition: opacity .3s linear;
   transition: opacity .3s linear;
}

.get-name__title span.hide {
   opacity: 0;
}

@media (min-width: 768px) {
   .get-name__title {
      font-size: 24px;
      line-height: 33px;
   }
}

.get-name__check-list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}

.get-name__check-list ul {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   margin-bottom: 15px;
}

.get-name__check-list li {
   display: block;
   position: relative;
   margin-bottom: 5px;
   padding-left: 25px;
   font-style: normal;
   font-weight: bold;
   font-size: 14px;
   line-height: 19px;
}

@media (min-width: 768px) {
   .get-name__check-list li {
      font-size: 18px;
      line-height: 25px;
   }
}

.get-name__check-list li svg {
   display: block;
   position: absolute;
   top: 1px;
   left: 0;
}

@media (min-width: 768px) {
   .get-name__check-list li svg {
      width: 25px;
      height: auto;
      left: -5px;
   }
}

.get-name__form {
   max-width: 290px;
   margin: 0 auto;
}

@media (min-width: 768px) {
   .get-name__form input,
      .get-name__form button {
      height: 55px;
      font-size: 18px;
   }
}

#buildingResults li {
   position: relative;
   opacity: 0;
   -webkit-transform: translateY(15px);
   transform: translateY(15px);
   -webkit-transition: all .7s ease-out;
   transition: all .7s ease-out;
}

#buildingResults li:last-child {
   -webkit-transition-delay: 1s;
   transition-delay: 1s;
}

#buildingResults.show li {
   opacity: 1;
   -webkit-transform: translateY(0);
   transform: translateY(0);
}

#getNameForm,
#getNameLoader {
   -webkit-transition: all .7s ease-out;
   transition: all .7s ease-out;
   max-height: 300px;
}

#getNameForm.hide,
  #getNameLoader.hide {
   max-height: 0;
   opacity: 0;
   overflow: hidden;
}

.get-contact__caption {
   margin-bottom: 30px;
}

@media (min-width: 768px) {
   .get-contact__caption {
      margin-bottom: 40px;
   }
}

.get-contact__title {
   font-weight: bold;
   font-size: 16px;
   line-height: 22px;
   text-align: center;
}

@media (min-width: 768px) {
   .get-contact__title {
      font-size: 24px;
      line-height: 33px;
   }
}

.get-contact__title span {
   color: #1E508B;
}

.get-contact__form {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   max-width: 380px;
   margin: 0 auto;
}

@media (min-width: 768px) {
   .get-contact__form {
      margin-bottom: 30px;
   }
}

.get-contact__name {
   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;
   position: relative;
   width: 100%;
   height: 40px;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   background-color: #e1d7ae;
   font-weight: bold;
   font-size: 16px;
   line-height: 22px;
   text-align: center;
   margin-bottom: 20px;
}

@media (min-width: 768px) {
   .get-contact__name {
      font-size: 18px;
      line-height: 25px;
      height: 52px;
      margin-bottom: 43px;
   }
}

.get-contact__name::before {
   content: "";
   display: block;
   position: absolute;
   bottom: -12px;
   left: 0;
   border: 7px solid transparent;
   border-left: 7px solid #e1d7ae;
   border-top: 7px solid #e1d7ae;
}

.get-contact__list {
   max-width: 285px;
   margin: 15px auto 0;
}

@media (min-width: 768px) {
   .get-contact__list {
      margin-bottom: 50px;
   }
}

@media (min-width: 992px) {
   .get-contact__list {
      margin: 0;
      position: relative;
      top: 96px;
      left: 25px;
   }
}

@media (min-width: 1140px) {
   .get-contact__list {
      left: 53px;
   }
}

.get-contact__list li {
   position: relative;
   padding-left: 30px;
   margin-bottom: 15px;
   font-size: 14px;
   line-height: 19px;
}

@media (min-width: 768px) {
   .get-contact__list li {
      font-weight: 500;
      font-size: 14px;
      line-height: 19px;
      color: #2e2e2e;
   }
}

.get-contact__list li::before {
   content: "";
   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;
   position: absolute;
   top: 0;
   left: 0;
   width: 20px;
   height: 20px;
   border-radius: 50%;
   background-color: #45AC34;
   font-weight: bold;
   font-size: 10px;
   line-height: 12px;
   color: #fff;
}

@media (min-width: 768px) {
   .get-contact__list li::before {
      left: -4px;
   }
}

.get-contact__list li:first-child {
   padding: 0;
   font-size: 16px;
   line-height: 22px;
   text-align: center;
}

@media (min-width: 768px) {
   .get-contact__list li:first-child {
      font-weight: 600;
      font-size: 16px;
      line-height: 22px;
      color: #2e2e2e;
      margin-bottom: 20px;
   }
}

.get-contact__list li:first-child::before {
   display: none;
}

.get-contact__list li:nth-child(2)::before {
   content: "1";
}

.get-contact__list li:nth-child(3)::before {
   content: "2";
}

.get-contact__presentation {
   position: relative;
   width: 290px;
   height: 401px;
   margin: 15px auto 30px;
   background: url("../img/phone-custom.png") center no-repeat;
   background-size: 87%;
}

@media (min-width: 768px) {
   .get-contact__presentation {
      height: 500px;
      width: 360px;
      margin-bottom: 50px;
   }
}

@media (min-width: 992px) {
   .get-contact__presentation {
      position: absolute;
      left: -50px;
      top: -115px;
   }
}

@media (min-width: 1140px) {
   .get-contact__presentation {
      left: 24px;
   }
}

.get-contact__presentation .wrapper {
   position: absolute;
   overflow: hidden;
   -webkit-transform: rotate(-10deg);
   transform: rotate(-10deg);
   top: 59px;
   left: 67px;
   width: 162px;
   height: 318px;
   border-bottom-left-radius: 16px;
   border-bottom-right-radius: 16px;
}

@media (min-width: 768px) {
   .get-contact__presentation .wrapper {
      top: 75px;
      left: 83px;
      width: 201px;
      height: 394px;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
   }
}

.get-contact__presentation .wrapper video {
   position: absolute;
   width: 120%;
   height: auto;
   top: -20px;
   left: 50%;
   -webkit-transform: translateX(-50%);
   transform: translateX(-50%);
}

@media (min-width: 768px) {
   .get-contact__presentation .wrapper video {
      top: -24px;
   }
}

.lock {
   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;
   position: relative;
   width: calc(100% + 30px);
   height: 55px;
   background-color: #45AC34;
   margin: 30px -15px 30px;
   font-weight: bold;
   font-size: 16px;
   line-height: 22px;
   color: #fff;
}

@media (min-width: 768px) {
   .lock {
      margin-top: 60px;
      font-size: 22px;
      line-height: 30px;
      margin-bottom: -10px;
   }

   .lock::before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 180px;
      background: #fff;
      -webkit-box-shadow: 0 7px 33px rgba(0, 0, 0, 0.25);
      box-shadow: 0 7px 33px rgba(0, 0, 0, 0.25);
      border-radius: 10px 10px 0 0;
      z-index: 1;
   }

   .lock::after {
      content: "";
      display: block;
      position: absolute;
      width: 564px;
      height: 65px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: #45AC34;
      border-radius: 10px;
      z-index: 2;
   }
}

.lock img {
   position: relative;
   margin-top: 5px;
   z-index: 3;
}

@media (min-width: 768px) {
   .lock img {
      margin-top: 11px;
      margin-right: 5px;
   }
}

.lock span {
   position: relative;
   z-index: 3;
}

#getContact .lock {
   -webkit-animation: lock-animation 1.3s linear infinite;
   animation: lock-animation 1.3s linear infinite;
}

@media (min-width: 768px) {
   #results .lock {
      background-color: transparent;
      margin-bottom: 70px;
   }

   #results .lock::before {
      display: none;
   }
}

#results .lock img {
   margin-top: 0;
   margin-right: 10px;
}

@media (min-width: 768px) {
   #results .lock img {
      margin-right: 20px;
   }
}

@-webkit-keyframes lock-animation {
   0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
   }

   50% {
      -webkit-transform: translateY(15px);
      transform: translateY(15px);
   }

   100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
   }
}

@keyframes lock-animation {
   0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
   }

   50% {
      -webkit-transform: translateY(15px);
      transform: translateY(15px);
   }

   100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
   }
}

.results {
   width: 100%;
}

@media (min-width: 768px) {
   .results {
      margin-bottom: 0;
   }

   .results::before {
      content: "";
      display: block;
      position: absolute;
      width: 100vw;
      height: 100%;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: -1;
      opacity: 0.5;
      background: url(../img/pattern-reviews.svg) repeat;
   }
}

.results__founders {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   width: 200px;
   margin: 0 auto;
   background: #fff;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-box-shadow: 0 10px 17px -10px rgba(0, 0, 0, 0.25);
   box-shadow: 0 10px 17px -10px rgba(0, 0, 0, 0.25);
   border-radius: 10px;
   padding-bottom: 20px;
   overflow: hidden;
}

@media (min-width: 768px) {
   .results__founders {
      float: right;
      margin-bottom: 40px;
   }
}

.results__founders span {
   display: block;
   position: relative;
   width: 200px;
   height: 125px;
   background: center no-repeat;
   background-size: cover;
   margin-bottom: 15px;
}

.results__founders h5 {
   font-weight: bold;
   font-size: 14px;
   line-height: 19px;
   text-align: center;
   margin-bottom: 10px;
}

@media (min-width: 768px) {
   .results__founders h5 {
      font-size: 16px;
      line-height: 22px;
   }
}

.results__founders p {
   font-weight: 300;
   font-size: 12px;
   line-height: 16px;
   text-align: center;
}

@media (min-width: 768px) {
   .results__founders p {
      font-size: 14px;
      line-height: 19px;
      padding: 0 20px;
   }
}

.results__caption {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   margin-top: 25px;
   margin-bottom: 30px;
}

@media (min-width: 768px) {
   .results__caption {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin: 0;
   }
}

.results__caption h5 {
   font-weight: 600;
   font-size: 18px;
   line-height: 25px;
   text-align: center;
}

@media (min-width: 768px) {
   .results__caption h5 {
      text-align: left;
      font-weight: 800;
      font-size: 22px;
      line-height: 30px;
   }
}

.results__caption p {
   font-weight: 500;
   font-size: 14px;
   line-height: 19px;
   text-align: center;
   margin: 10px;
}

@media (min-width: 768px) {
   .results__caption p {
      text-align: left;
      margin-left: 0;
      margin-right: -15px;
      font-weight: 600;
      font-size: 18px;
      line-height: 25px;
   }
}

.results__caption p:last-child {
   margin-bottom: 0;
}

.results__list {
   margin-top: 30px;
   margin-bottom: 20px;
   position: relative;
}

@media (min-width: 768px) {
   .results__list {
      margin: 35px -15px 70px;
   }
}

.results__list::before {
   content: "";
   display: block;
   position: absolute;
   width: calc(100% + 30px);
   height: 100%;
   top: 0;
   left: -15px;
   z-index: 0;
   opacity: 0.5;
   background: url("../img/pattern-reviews.svg") repeat;
}

@media (min-width: 768px) {
   .results__list::before {
      display: none;
   }
}

.results__list h5 {
   position: relative;
   font-weight: 600;
   font-size: 18px;
   line-height: 25px;
   text-align: center;
   margin-bottom: 10px;
   z-index: 1;
}

@media (min-width: 768px) {
   .results__list h5 {
      font-weight: bold;
      font-size: 24px;
      line-height: 33px;
      margin-bottom: 15px;
   }
}

.results__list-caption {
   position: relative;
   z-index: 1;
   font-weight: normal;
   font-size: 16px;
   line-height: 22px;
   text-align: center;
   margin-bottom: 10px;
}

@media (min-width: 768px) {
   .results__list-caption {
      font-size: 20px;
      line-height: 27px;
      margin-bottom: 40px;
   }
}

.results__list-caption span {
   color: red;
}

.results__list-raiting {
   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;
   position: relative;
   z-index: 1;
}

@media (min-width: 768px) {
   .results__list-raiting {
      padding-bottom: 20px;
   }
}

.results__list-raiting svg {
   width: 23px;
   height: auto;
   margin: 0 1px;
}

@media (min-width: 768px) {
   .results__list-raiting svg {
      width: 37px;
   }
}

.results__list-slider {
   position: relative;
   z-index: 1;
}

.results__list-show-more {
   display: none;
   position: relative;
   z-index: 1;
}

@media (min-width: 1140px) {
   .results__list-show-more {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 1090px;
      margin: 0 auto;
   }

   .results__list-show-more button {
      position: relative;
      font-style: normal;
      font-weight: 800;
      font-size: 14px;
      letter-spacing: 0.3px;
      line-height: 19px;
      -webkit-transition: all .2s linear;
      transition: all .2s linear;
      color: #474747;
      text-transform: uppercase;
   }

   .results__list-show-more button::before {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #474747;
      -webkit-transition: all .2s linear;
      transition: all .2s linear;
      opacity: 1;
   }

   .results__list-show-more button:hover {
      color: #3498DB;
   }

   .results__list-show-more button:hover::before {
      background-color: #3498DB;
      opacity: 0;
   }
}

.results__list-slider {
   width: 290px;
   margin: 0 auto;
}

@media (min-width: 768px) {
   .results__list-slider {
      width: 720px;
   }
}

@media (min-width: 1140px) {
   .results__list-slider {
      width: 1090px;
   }
}

.results-item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   width: 288px;
   height: auto;
   background: #fff;
   border: 1px solid #45AC34;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   border-radius: 10px;
   overflow: hidden;
   margin-bottom: 40px;
   cursor: -webkit-grab;
   cursor: grab;
}

@media (min-width: 768px) {
   .results-item {
      width: 350px;
      cursor: default;
   }
}

.results-item__caption {
   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;
   padding: 15px 25px;
   background: #E4CB89;
   font-weight: 600;
   font-size: 18px;
   line-height: 25px;
   width: 100%;
   height: 80px;
}

@media (min-width: 768px) {
   .results-item__caption {
      font-size: 20px;
      line-height: 27px;
      height: 84px;
   }
}

.results-item__picture {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   width: 100%;
   padding-right: 10px;
}

.results-item__picture-img {
   width: 140px;
   height: auto;
   margin-right: 10px;
}

@media (min-width: 768px) {
   .results-item__picture-img {
      width: 167px;
   }
}

.results-item__picture-content {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
   margin-top: 15px;
}

.results-item__picture-title {
   font-weight: 600;
   font-size: 12px;
   line-height: 1.3;
   margin-bottom: 10px;
}

@media (min-width: 768px) {
   .results-item__picture-title {
      font-size: 14px;
   }
}

.results-item__picture-subtitle {
   font-weight: normal;
   font-size: 9px;
   line-height: 10px;
   margin-bottom: 10px;
}

@media (min-width: 768px) {
   .results-item__picture-subtitle {
      font-size: 12px;
      line-height: 16px;
   }
}

.results-item__picture-txt {
   font-weight: 500;
   font-size: 9px;
   line-height: 12px;
}

@media (min-width: 768px) {
   .results-item__picture-txt {
      font-size: 12px;
      line-height: 16px;
      padding-right: 10px;
   }
}

.results-item__body {
   width: 100%;
   padding: 15px 20px 30px;
}

@media (min-width: 768px) {
   .results-item__body {
      padding-top: 20px;
      padding-bottom: 35px;
   }
}

.results-item__body .btn {
   font-weight: bold;
   font-size: 14px;
   line-height: 18px;
}

.results-item__list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   margin-bottom: 25px;
}

@media (min-width: 768px) {
   .results-item__list {
      margin-bottom: 30px;
   }
}

.results-item__list li {
   position: relative;
   width: 100%;
   height: auto;
   padding-left: 15px;
   margin-bottom: 10px;
}

@media (min-width: 768px) {
   .results-item__list li {
      margin-bottom: 15px;
   }
}

.results-item__list li::before {
   content: "";
   display: block;
   position: absolute;
   width: 5px;
   height: 5px;
   border-radius: 50%;
   background-color: #45AC34;
   top: 7px;
   left: 0;
}

.results-item__list li:last-child {
   margin-bottom: 0;
}

.results-item__list li h6 {
   font-weight: 600;
   font-size: 12px;
   line-height: 20px;
   margin: 0;
   padding: 0;
   color: #474747;
}

@media (min-width: 768px) {
   .results-item__list li h6 {
      font-size: 16px;
      line-height: 20px;
   }
}

.results-item__list li p {
   font-weight: 500;
   font-size: 10px;
   line-height: 14px;
}

@media (min-width: 768px) {
   .results-item__list li p {
      font-size: 12px;
      line-height: 16px;
   }
}

.results-item__list li .button {
   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;
   position: absolute;
   width: auto;
   height: 20px;
   right: 0;
   bottom: 0;
   background: #45AC34;
   color: #fff;
   border-radius: 5px;
   text-decoration: none;
   font-weight: 600;
   font-size: 9px;
   line-height: 20px;
   padding: 0 5px;
}

@media (min-width: 768px) {
   .results-item__list li .button {
      font-size: 10px;
      line-height: 20px;
      height: 25px;
      padding: 0 15px;
      bottom: -2px;
   }
}

.results__consultation-txt {
   position: relative;
   color: #474747;
   padding: 20px 0;
   margin-top: 30px;
}

@media (min-width: 768px) {
   .results__consultation-txt {
      margin-top: 70px;
      padding: 35px 45px 40px;
   }
}

@media (min-width: 1140px) {
   .results__consultation-txt {
      margin-left: -15px;
   }
}

.results__consultation-txt::before {
   content: "";
   display: block;
   position: absolute;
   width: calc(100% + 30px);
   height: 100%;
   left: -15px;
   top: 0;
   z-index: -1;
   background: #ebdcb5 url("../img/pattern-main.svg") repeat;
   border-top-left-radius: 30px;
   border-bottom-right-radius: 30px;
}

@media (min-width: 768px) {
   .results__consultation-txt::before {
      width: 100%;
      left: 0;
   }
}

.results__consultation-txt p {
   font-weight: normal;
   font-size: 14px;
   line-height: 19px;
   margin-bottom: 20px;
}

@media (min-width: 768px) {
   .results__consultation-txt p {
      font-size: 18px;
      line-height: 25px;
      margin-bottom: 30px;
   }
}

.results__consultation-txt h5 {
   font-weight: bold;
   font-size: 20px;
   line-height: 25px;
   margin-bottom: 20px;
}

@media (min-width: 768px) {
   .results__consultation-txt h5 {
      font-size: 22px;
      line-height: 25px;
      margin-bottom: 30px;
   }
}

.results__consultation-txt span {
   display: block;
   width: 100%;
   font-weight: 600;
   font-size: 14px;
   line-height: 145%;
   margin-bottom: 10px;
}

@media (min-width: 768px) {
   .results__consultation-txt span {
      font-size: 20px;
   }
}

.results__consultation-txt ul {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
}

.results__consultation-txt li {
   font-size: 14px;
   line-height: 140%;
   margin-bottom: 7px;
}

@media (min-width: 768px) {
   .results__consultation-txt li {
      font-weight: normal;
      font-size: 18px;
      line-height: 145%;
   }
}

.results__consultation-txt li:last-child {
   margin-bottom: 0;
}

.results__consultation-form {
   margin-top: 20px;
}

@media (min-width: 768px) {
   .results__consultation-form {
      margin-top: 70px;
      margin-bottom: 50px;
   }
}

@media (min-width: 1140px) {
   .results__consultation-form {
      margin-bottom: 70px;
   }
}

.results__consultation-form p {
   font-size: 14px;
   line-height: 19px;
   text-align: center;
   color: #474747;
   margin-bottom: 20px;
}

@media (min-width: 768px) {
   .results__consultation-form p {
      font-size: 18px;
      line-height: 25px;
   }
}

@media (min-width: 1140px) {
   .results__consultation-form p {
      text-align: left;
      padding-left: 25px;
   }
}

.results__consultation-form p strong {
   display: block;
   font-weight: 600;
}

.results__consultation-form p span {
   display: block;
   margin-top: 5px;
}

@media (min-width: 768px) {
   .results__consultation-form p span {
      margin-top: 25px;
   }
}

.results__consultation-form img {
   display: block;
   position: relative;
   width: 143px;
   height: auto;
   margin: 0 auto -20px;
   border-radius: 50%;
   overflow: hidden;
   border: 2px solid #45AC34;
   z-index: -1;
}

@media (min-width: 1140px) {
   .results__consultation-form img {
      position: absolute;
      left: 290px;
      bottom: 360px;
   }
}

.results__consultation-form form {
   width: 100%;
   height: auto;
   max-width: 290px;
   margin: 0 auto;
   overflow: hidden;
   padding: 25px 20px 30px;
   background: #fff;
   border: 1px solid #45AC34;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-box-shadow: 0 -20px 20px -25px rgba(0, 0, 0, 0.4);
   box-shadow: 0 -20px 20px -25px rgba(0, 0, 0, 0.4);
   border-radius: 10px;
}

@media (min-width: 1140px) {
   .results__consultation-form form {
      margin: 85px 0 0 25px;
   }
}

.results__consultation-form form h5 {
   font-weight: 600;
   font-size: 16px;
   line-height: 22px;
   text-align: center;
   color: #474747;
   margin-bottom: 15px;
}

.results__consultation-form form p {
   font-weight: normal;
   font-size: 14px;
   line-height: 19px;
   text-align: center;
   color: #474747;
}

.results__benefits {
   margin-top: 30px;
   margin-bottom: 15px;
}

@media (min-width: 768px) {
   .results__benefits {
      margin-top: 50px;
   }
}

.results__benefits img {
   display: none;
}

@media (min-width: 1140px) {
   .results__benefits img {
      display: block;
      position: absolute;
      top: 165px;
      left: 586px;
   }
}

.results__benefits h5 {
   font-weight: 600;
   font-size: 14px;
   line-height: 19px;
   text-align: center;
   color: #474747;
   margin-bottom: 25px;
}

@media (min-width: 768px) {
   .results__benefits h5 {
      font-weight: bold;
      font-size: 24px;
      line-height: 33px;
      margin-bottom: 40px;
   }
}

.results__benefits ul {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   width: 100%;
   height: auto;
   overflow: hidden;
}

.results__benefits li {
   position: relative;
   margin-bottom: 15px;
   padding-left: 60px;
}

@media (min-width: 768px) {
   .results__benefits li {
      padding-left: 95px;
      margin-bottom: 30px;
   }
}

.results__benefits li .picture {
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   width: 40px;
   height: 40px;
   border-radius: 50%;
   background-color: #e1d7ae;
   background-position: center;
   background-repeat: no-repeat;
}

@media (min-width: 768px) {
   .results__benefits li .picture {
      width: 60px;
      height: 60px;
      background-size: 45%;
   }
}

.results__benefits li p {
   font-style: normal;
   font-weight: normal;
   font-size: 10px;
   line-height: 14px;
   color: #474747;
}

@media (min-width: 768px) {
   .results__benefits li p {
      font-size: 16px;
      line-height: 22px;
      width: 505px;
   }
}

.results__benefits li strong {
   display: block;
   font-style: normal;
   font-weight: 600;
   font-size: 12px;
   line-height: 16px;
   color: #474747;
   margin-bottom: 5px;
}

@media (min-width: 768px) {
   .results__benefits li strong {
      font-size: 18px;
      line-height: 25px;
      margin-bottom: 10px;
   }
}

.results__premium {
   margin: 10px -15px 35px;
}

@media (min-width: 768px) {
   .results__premium {
      margin: 35px 0 50px;
   }
}

.results__premium img {
   width: calc(100% + 30px);
   max-width: none;
}

.results__props {
   margin-bottom: 10px;
}

@media (min-width: 768px) {
   .results__props {
      margin-top: 15px;
      margin-bottom: 60px;
   }
}

.results__props h5 {
   font-weight: 600;
   font-size: 18px;
   line-height: 25px;
   text-align: center;
   text-transform: uppercase;
   color: #474747;
   margin-bottom: 25px;
}

@media (min-width: 768px) {
   .results__props h5 {
      font-weight: bold;
      font-size: 24px;
      line-height: 33px;
      margin-bottom: 40px;
   }
}

.results__props ul {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   width: 100%;
   height: auto;
   overflow: hidden;
}

@media (min-width: 1140px) {
   .results__props ul {
      padding-left: 475px;
   }
}

.results__props li {
   position: relative;
   margin-bottom: 20px;
   padding-left: 60px;
}

@media (min-width: 768px) {
   .results__props li {
      padding-left: 95px;
      margin-bottom: 30px;
      min-height: 60px;
   }
}

.results__props li span {
   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;
   position: absolute;
   top: 0;
   left: 0;
   width: 40px;
   height: 40px;
   border-radius: 50%;
   background-color: #e1d7ae;
   font-weight: bold;
   font-size: 22px;
   line-height: 30px;
   color: #474747;
}

@media (min-width: 768px) {
   .results__props li span {
      width: 60px;
      height: 60px;
   }
}

.results__props li p {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   min-height: 40px;
   font-weight: 500;
   font-size: 14px;
   line-height: 19px;
   color: #474747;
}

@media (min-width: 768px) {
   .results__props li p {
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 1.3;
      width: 520px;
   }
}

.results__props img {
   display: none;
}

@media (min-width: 1140px) {
   .results__props img {
      display: block;
      position: absolute;
      top: 100px;
      left: 20px;
   }
}

.results__payment {
   width: 100%;
   max-width: 600px;
   margin: 0 auto;
   padding: 10px 0 15px;
   color: #fff;
}

@media (min-width: 768px) {
   .results__payment {
      padding: 30px 0 35px;
   }
}

.results__payment::before {
   content: "";
   display: block;
   position: absolute;
   top: 0;
   left: 50%;
   -webkit-transform: translateX(-50%);
   transform: translateX(-50%);
   width: 100vw;
   height: 100%;
   background-color: #45ac34;
   z-index: -1;
}

.results__payment img {
   position: relative;
   float: left;
   margin-right: 15px;
   width: 51px;
   height: auto;
}

@media (min-width: 768px) {
   .results__payment img {
      width: 142px;
      margin-right: 40px;
   }
}

.results__payment h5 {
   font-weight: bold;
   font-size: 18px;
   line-height: 25px;
}

@media (min-width: 768px) {
   .results__payment h5 {
      font-size: 32px;
      line-height: 35px;
   }
}

.results__payment p {
   font-weight: 500;
   font-size: 12px;
   line-height: 16px;
   margin-top: 10px;
}

@media (min-width: 768px) {
   .results__payment p {
      font-weight: normal;
      font-size: 18px;
      line-height: 25px;
      margin-top: 15px;
   }
}

.results__feedback {
   margin-top: 25px;
}

@media (min-width: 768px) {
   .results__feedback {
      margin-top: 70px;
   }
}

.results__feedback h5 {
   font-weight: 600;
   font-size: 16px;
   line-height: 22px;
   text-align: center;
}

@media (min-width: 768px) {
   .results__feedback h5 {
      font-weight: bold;
      font-size: 24px;
      line-height: 33px;
      padding-bottom: 30px;
   }
}

.results__feedback .slider {
   width: 290px;
   margin: 40px auto 0;
}

@media (min-width: 768px) {
   .results__feedback .slider {
      width: calc(180px * 3);
   }
}

@media (min-width: 768px) {
   .results__feedback .slider mark {
      margin-left: 125px;
   }
}

.results__feedback-item {
   display: block;
   position: relative;
   width: 290px;
   height: 275px;
   margin-bottom: 40px;
   cursor: -webkit-grab;
   cursor: grab;
}

@media (min-width: 768px) {
   .results__feedback-item {
      width: 180px;
   }
}

.results__feedback-picture {
   display: block;
   width: 290px;
   height: 275px;
   background-color: #f5f5f5;
   border-radius: 10px;
   overflow: hidden;
   background-position: center;
   background-repeat: no-repeat;
   background-size: 112%;
   -webkit-transition: all .5s linear;
   transition: all .5s linear;
}

@media (min-width: 768px) {
   .results__feedback-picture {
      width: 250px;
      height: 215px;
      position: absolute;
      opacity: 0;
      left: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
   }
}

@media (min-width: 768px) {
   .results__feedback .swiper-slide-active {
      z-index: 3;
   }

   .results__feedback .swiper-slide-active span {
      width: 290px !important;
      height: 275px !important;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 1;
   }
}

@media (min-width: 768px) {
   .results__feedback .swiper-slide-prev span {
      z-index: 1;
      opacity: 1;
   }
}

@media (min-width: 768px) {
   .results__feedback .swiper-slide-next span {
      -webkit-transform: translate(-71px, -50%);
      transform: translate(-71px, -50%);
      z-index: 2;
      opacity: 1;
   }
}

.results__feedback .swiper-slide:nth-child(5) span {
   background-size: 116%;
}

.results__feedback .swiper-slide:nth-child(6) span {
   background-size: 108%;
}

.results__feedback .swiper-slide:nth-child(7) span {
   background-size: cover;
}

.results__social {
   margin-top: 25px;
}

@media (min-width: 768px) {
   .results__social {
      margin-top: 70px;
   }
}

.results__social h5 {
   font-weight: 600;
   font-size: 18px;
   line-height: 25px;
   text-align: center;
   color: #474747;
}

@media (min-width: 768px) {
   .results__social h5 {
      font-weight: bold;
      font-size: 24px;
      line-height: 33px;
   }
}

.results__social-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;
   margin-top: 20px;
}

@media (min-width: 768px) {
   .results__social-content {
      margin-top: 40px;
   }
}

.results__social-content img {
   border: 1px solid #f7f7f7;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-box-shadow: 0 15px 10px -15px rgba(0, 0, 0, 0.3);
   box-shadow: 0 15px 10px -15px rgba(0, 0, 0, 0.3);
   border-radius: 10px;
   width: 118px;
   height: auto;
}

@media (min-width: 768px) {
   .results__social-content img {
      width: 199px;
   }
}

.results__social-content ul {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
}

@media (min-width: 768px) {
   .results__social-content ul {
      width: 290px;
   }
}

.results__social-content li {
   font-size: 10px;
   line-height: 14px;
   padding-left: 25px;
   margin-bottom: 5px;
   position: relative;
}

@media (min-width: 768px) {
   .results__social-content li {
      font-weight: normal;
      font-size: 16px;
      line-height: 22px;
      padding-left: 55px;
      margin-bottom: 15px;
   }
}

.results__social-content li:last-child {
   margin-bottom: 0;
}

.results__social-content li::before {
   content: "";
   display: block;
   position: absolute;
   top: 6px;
   left: 15px;
   width: 3px;
   height: 3px;
   background-color: #343633;
   border-radius: 50%;
}

@media (min-width: 768px) {
   .results__social-content li::before {
      width: 5px;
      height: 5px;
      top: 9px;
      left: 33px;
   }
}

.results__social-link {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   text-decoration: none;
   margin-top: 25px;
}

@media (min-width: 768px) {
   .results__social-link {
      margin-top: 50px;
   }
}

.results__social-link span {
   width: 50px;
   height: 50px;
   background-position: center;
   background-repeat: no-repeat;
   background-size: 100%;
}

@media (min-width: 768px) {
   .results__social-link span {
      width: 70px;
      height: 70px;
   }
}

@media (min-width: 1140px) {
   .results__social-link:hover::after {
      text-decoration: none;
   }
}

.results__social-link::after {
   content: "Перейти";
   display: block;
   font-size: 12px;
   line-height: 16px;
   text-decoration: underline;
   color: #474747;
   margin-top: 5px;
}

@media (min-width: 768px) {
   .results__social-link::after {
      margin-top: 10px;
      font-weight: normal;
      font-size: 14px;
      line-height: 19px;
   }
}

.results__maps {
   margin-top: 25px;
}

@media (min-width: 768px) {
   .results__maps {
      margin-top: 70px;
      margin-bottom: 70px;
   }
}

.results__maps h5 {
   font-weight: 600;
   font-size: 18px;
   line-height: 25px;
   text-align: center;
   color: #474747;
   margin-bottom: 20px;
}

@media (min-width: 768px) {
   .results__maps h5 {
      font-weight: bold;
      font-size: 24px;
      line-height: 33px;
      margin-bottom: 15px;
   }
}

.results__maps h4 {
   font-weight: normal;
   font-size: 14px;
   line-height: 19px;
   text-align: center;
   color: #a3a1a1;
   margin-bottom: 25px;
}

@media (min-width: 768px) {
   .results__maps h4 {
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 40px;
   }
}

@media (min-width: 768px) {
   .lite-background::before {
      content: "";
      display: block;
      position: absolute;
      width: 100vw;
      height: 100%;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: -1;
      opacity: 1;
      background: #fff;
   }
}

.form-present {
   display: block;
   width: 100%;
   height: auto;
   background: #fff;
   border: 1px solid #45AC34;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   border-radius: 10px;
   padding: 25px 25px 30px;
   max-width: 300px;
   margin: 0 auto;
}

@media (min-width: 768px) {
   .form-present {
      max-width: 575px;
      padding: 30px 80px 40px;
   }
}

@media (min-width: 1140px) {
   .form-present {
      max-width: 1092px;
      padding-bottom: 85px;
   }
}

.form-present h4 {
   font-weight: 600;
   font-size: 18px;
   line-height: 25px;
   text-align: center;
   margin: 0 0 15px;
}

@media (min-width: 768px) {
   .form-present h4 {
      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;
      font-weight: bold;
      font-size: 24px;
      line-height: 33px;
      margin-bottom: 41px;
   }
}

.form-present__stubtitle {
   margin-top: 10px;
   margin-bottom: 20px;
}

@media (min-width: 768px) {
   .form-present__stubtitle {
      margin-bottom: 60px;
   }
}

@media (min-width: 1140px) {
   .form-present__stubtitle {
      width: 450px;
      margin-left: auto;
      margin-right: auto;
   }
}

.form-present__stubtitle img {
   display: block;
   width: 115px;
   height: auto;
   margin-right: 5px;
   float: left;
}

@media (min-width: 768px) {
   .form-present__stubtitle img {
      width: 182px;
      margin-right: 15px;
      margin-top: 0;
   }
}

.form-present__stubtitle p {
   font-weight: 500;
   font-size: 12px;
   line-height: 16px;
   padding-top: 10px;
}

@media (min-width: 768px) {
   .form-present__stubtitle p {
      font-weight: normal;
      font-size: 16px;
      line-height: 22px;
      padding-top: 0;
   }
}

.form-present__stubtitle span {
   display: block;
   width: 100%;
   margin-top: 40px;
   font-style: normal;
   font-weight: normal;
   font-size: 14px;
   line-height: 19px;
}

@media (min-width: 768px) {
   .form-present__stubtitle span {
      margin-top: 15px;
   }
}

.form-present__controllers {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

@media (min-width: 1140px) {
   .form-present__controllers {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
   }
}

.form-present__controllers h5 {
   position: relative;
   font-weight: 500;
   font-size: 16px;
   line-height: 22px;
   text-align: center;
   margin-bottom: 20px;
}

@media (min-width: 768px) {
   .form-present__controllers h5 {
      font-weight: 500;
      font-size: 18px;
      line-height: 25px;
      margin-bottom: 40px;
   }
}

@media (min-width: 1140px) {
   .form-present__controllers h5 {
      margin-bottom: 0;
   }

   .form-present__controllers h5::after {
      content: "";
      display: block;
      position: absolute;
      width: 128px;
      height: 28px;
      background: url("../img/present-arr.svg") center no-repeat;
      bottom: -42px;
      right: -128px;
   }
}

.form-present__controllers .form__group {
   width: 100%;
}

@media (min-width: 768px) {
   .form-present__controllers .form__group {
      width: 295px;
   }
}

@media (min-width: 1140px) {
   .form-present__controllers .form__group {
      margin-bottom: 0;
   }
}

.form-present__controllers input {
   padding: 0;
}

.form-present .label_present {
   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;
}

.form-present .label_present img {
   width: 49px;
   height: auto;
}

@media (min-width: 768px) {
   .form-present .label_present img {
      width: 55px;
   }
}

.form-present .label_present__wrapper {
   position: relative;
   width: 177px;
}

@media (min-width: 768px) {
   .form-present .label_present__wrapper {
      width: 215px;
   }
}

.form-present .label_present__note {
   position: absolute;
   width: 100%;
   height: auto;
   font-weight: 500;
   font-size: 10px;
   line-height: 20px;
   text-align: center;
}

@media (min-width: 768px) {
   .form-present .label_present__note {
      font-weight: 500;
      font-size: 12px;
      line-height: 35px;
      color: #535B56;
   }
}

.form-present__btn-wrap {
   margin-top: 26px;
   width: 100%;
}

@media (min-width: 768px) {
   .form-present__btn-wrap {
      width: 250px;
      margin-top: 35px;
   }
}

@media (min-width: 1140px) {
   .form-present__btn-wrap {
      margin-top: 0;
      position: relative;
   }
}

.form-present__btn-wrap .btn {
   font-weight: bold;
   font-size: 14px;
   line-height: 18px;
   letter-spacing: 0.3px;
}

.form-present__btn-wrap span {
   display: block;
   margin-top: 13px;
   font-weight: 500;
   font-size: 10px;
   line-height: 14px;
   text-align: center;
}

@media (min-width: 1140px) {
   .form-present__btn-wrap span {
      position: absolute;
      width: 100%;
   }
}

.tabs {
   width: 290px;
   height: 200px;
   background: #fff;
   border: 1px solid #45AC34;
   border-radius: 10px;
   overflow: hidden;
   margin: 0 auto 20px;
}

@media (min-width: 768px) {
   .tabs {
      width: 600px;
      height: 300px;
   }
}

@media (min-width: 992px) {
   .tabs {
      width: 750px;
      height: 300px;
   }
}

.tabs__navs {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   height: 25px;
}

@media (min-width: 768px) {
   .tabs__navs {
      height: 35px;
   }
}

.tabs__navs li {
   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;
   width: 33.3333333333333%;
   height: 100%;
   font-weight: bold;
   font-size: 9px;
   line-height: 1.3;
   color: #ababab;
   background: #eaeaea;
   border-bottom: 1px solid #45AC34;
   border-right: 1px solid #45AC34;
   cursor: pointer;
}

@media (min-width: 768px) {
   .tabs__navs li {
      font-weight: 600;
      font-size: 14px;
      line-height: 19px;
   }
}

.tabs__navs li:last-child {
   border-right: none;
}

.tabs__content {
   width: 100%;
   height: calc(100% - 25px);
   position: relative;
}

@media (min-width: 768px) {
   .tabs__content {
      height: calc(100% - 35px);
   }
}

.tabs__map {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   position: absolute;
   width: 100%;
   height: 100%;
   z-index: 0;
   opacity: 0;
   -webkit-transition: all .3s linear;
   transition: all .3s linear;
}

.tabs__map p {
   display: block;
   height: 100%;
   width: calc(100% - 130px);
   padding: 20px 15px 5px;
   font-weight: normal;
   font-size: 11px;
   line-height: 1.4;
   color: #474747;
}

@media (min-width: 768px) {
   .tabs__map p {
      font-size: 16px;
      line-height: 22px;
      width: 50%;
      padding: 40px 15px 0 30px;
   }
}

.tabs__map strong {
   display: block;
   font-weight: bold;
   font-size: 12px;
}

@media (min-width: 768px) {
   .tabs__map strong {
      font-size: 16px;
      line-height: 22px;
   }
}

.tabs__map b {
   display: block;
   font-weight: bold;
   margin-top: 20px;
}

.tabs__container {
   display: block;
   position: relative;
   height: 100%;
   width: 130px;
}

@media (min-width: 768px) {
   .tabs__container {
      width: 50%;
   }
}

.tabs[data-active-map="0"] .tabs__item:nth-child(1) {
   background-color: #fff;
   border-bottom-color: #fff;
   font-size: 11px;
   color: #45AC34;
   cursor: default;
}

@media (min-width: 768px) {
   .tabs[data-active-map="0"] .tabs__item:nth-child(1) {
      font-weight: bold;
      font-size: 16px;
      line-height: 22px;
   }
}

.tabs[data-active-map="0"] .tabs__map:nth-child(1) {
   opacity: 1;
   z-index: 1;
}

.tabs[data-active-map="1"] .tabs__item:nth-child(2) {
   background-color: #fff;
   border-bottom-color: #fff;
   font-size: 11px;
   color: #45AC34;
   cursor: default;
}

@media (min-width: 768px) {
   .tabs[data-active-map="1"] .tabs__item:nth-child(2) {
      font-weight: bold;
      font-size: 16px;
      line-height: 22px;
   }
}

.tabs[data-active-map="1"] .tabs__map:nth-child(2) {
   opacity: 1;
   z-index: 1;
}

.tabs[data-active-map="2"] .tabs__item:nth-child(3) {
   background-color: #fff;
   border-bottom-color: #fff;
   font-size: 11px;
   color: #45AC34;
   cursor: default;
}

@media (min-width: 768px) {
   .tabs[data-active-map="2"] .tabs__item:nth-child(3) {
      font-weight: bold;
      font-size: 16px;
      line-height: 22px;
   }
}

.tabs[data-active-map="2"] .tabs__map:nth-child(3) {
   opacity: 1;
   z-index: 1;
}

#rating.rating-low svg:nth-child(4),
#rating.rating-low svg:nth-child(5) {
   display: none;
}

#rating.rating-middle svg:nth-child(5) {
   display: none;
}

@media (min-width: 1140px) {
   #resultsSlider .swiper-wrapper {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
   }
}

@media (min-width: 1140px) {
   #resultsSlider .slider .swiper-slide {
      width: 350px;
      margin-right: 20px;
      -webkit-transition: all .7s ease-out;
      transition: all .7s ease-out;
   }

   #resultsSlider .slider .swiper-slide:nth-child(3n + 3) {
      margin-right: 0;
   }

   #resultsSlider .slider .swiper-slide:nth-child(n + 4) {
      display: none;
   }

   #resultsSlider .slider .swiper-slide.hide {
      opacity: 0;
      position: relative;
      -webkit-transform: translateY(15px);
      transform: translateY(15px);
   }
}

@media (min-width: 1140px) {
   #resultsSlider mark {
      display: none;
   }
}

.loader {
   position: relative;
   width: 90px;
   height: 90px;
   margin: 25px auto;
}

@media (min-width: 768px) {
   .loader {
      margin: 40px auto;
   }
}

.loader__body {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
}

.loader__value {
   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;
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   z-index: 2;
   font-weight: bold;
   font-size: 20px;
   line-height: 1.2;
   letter-spacing: -1px;
   border-radius: 50%;
}

.loader__pic {
   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;
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   z-index: 1;
   border-radius: 50%;
}

.loader__circle {
   -webkit-transform: rotate(90deg);
   transform: rotate(90deg);
   -webkit-transform-origin: center;
   transform-origin: center;
   stroke-dasharray: 251.327, 251.327;
   stroke-dashoffset: 251.327px;
   -webkit-transition: all 5s cubic-bezier(0.33, 1, 0.68, 1);
   transition: all 5s cubic-bezier(0.33, 1, 0.68, 1);
}

.loader__circle.progressed {
   stroke-dashoffset: 0;
}

.form_get-contact__connects {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   margin-bottom: 25px;
}

@media (min-width: 768px) {
   .form_get-contact__connects {
      margin-bottom: 50px;
   }
}

.form_get-contact__connects label {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   position: relative;
   width: 140px;
   height: 110px;
   background: #fff;
   cursor: pointer;
   margin: 0 5px;
}

@media (min-width: 768px) {
   .form_get-contact__connects label {
      width: 150px;
      height: 160px;
   }
}

.form_get-contact__connects .icon {
   display: block;
   position: relative;
   width: 36px;
   height: 36px;
   margin-top: 12px;
}

@media (min-width: 768px) {
   .form_get-contact__connects .icon {
      margin-top: 20px;
      width: 50px;
      height: 50px;
   }
}

.form_get-contact__connects .icon svg {
   display: block;
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
   .form_get-contact__connects .icon svg {
      width: 100%;
      height: 100%;
   }
}

.form_get-contact__connects .icon svg circle, .form_get-contact__connects .icon svg path {
   -webkit-transition: all .2s linear;
   transition: all .2s linear;
}

.form_get-contact__connects .icon.icon_whatsapp .iconWhatsAppFillInactive {
   opacity: 1;
}

.form_get-contact__connects .icon.icon_whatsapp .iconWhatsAppFillActive {
   opacity: 0;
}

.form_get-contact__connects .caption {
   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;
   margin-top: 7px;
   margin-bottom: 10px;
   font-weight: normal;
   font-size: 11px;
   line-height: 13px;
   text-align: center;
}

@media (min-width: 768px) {
   .form_get-contact__connects .caption {
      margin-bottom: 20px;
      margin-top: 10px;
   }
}

.form_get-contact__connects .checker {
   display: block;
   position: relative;
   width: 21px;
   height: 21px;
   -webkit-box-shadow: inset 0 0 0 2px #fff;
   box-shadow: inset 0 0 0 2px #fff;
   border: 2px solid #c4c4c4;
   background-color: transparent;
   border-radius: 50%;
   -webkit-transition: all .2s linear;
   transition: all .2s linear;
}

@media (min-width: 768px) {
   .form_get-contact__connects .checker {
      width: 28px;
      height: 28px;
      -webkit-box-shadow: inset 0 0 0 3px #fff;
      box-shadow: inset 0 0 0 3px #fff;
   }
}

.form_get-contact__connects .back {
   display: block;
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
   box-shadow: 0 0 0 rgba(0, 0, 0, 0);
   border-radius: 10px;
   -webkit-transition: all .2s linear;
   transition: all .2s linear;
}

.form_get-contact__connects .checked .checker {
   border-color: #828282;
   background-color: #45AC34;
}

.form_get-contact__connects .checked .back {
   -webkit-box-shadow: 0 4px 11px rgba(0, 0, 0, 0.15);
   box-shadow: 0 4px 11px rgba(0, 0, 0, 0.15);
}

.form_get-contact__connects .checked .icon_phone circle {
   fill: #45AC34;
}

.form_get-contact__connects .checked .icon_whatsapp .iconWhatsAppFillInactive {
   opacity: 0;
}

.form_get-contact__connects .checked .icon_whatsapp .iconWhatsAppFillActive {
   opacity: 1;
}

@media (min-width: 768px) {
   .form_get-contact .controller-wrap {
      max-width: 310px;
      margin: 0 auto;
   }

   .form_get-contact .controller-wrap input {
      height: 55px;
      font-size: 18px;
   }
}

.form_get-contact .form__group {
   max-height: 55px;
   opacity: 1;
   -webkit-transition: opacity .2s linear .15s,
 margin .3s linear 0s,
 max-height .3s linear 0s;
   transition: opacity .2s linear .15s,
 margin .3s linear 0s,
 max-height .3s linear 0s;
}

@media (min-width: 768px) {
   .form_get-contact .form__group {
      max-width: 310px;
      margin-left: auto;
      margin-right: auto;
   }

   .form_get-contact .form__group button {
      height: 55px;
      font-size: 18px;
   }
}

.form_get-contact .form__group.hide {
   opacity: 0;
   max-height: 0;
   margin-top: 0;
   margin-bottom: 0;
   -webkit-transition: opacity .4s linear 0s,
 margin .3s ease-out .15s,
 max-height .3s ease-out .15s;
   transition: opacity .4s linear 0s,
 margin .3s ease-out .15s,
 max-height .3s ease-out .15s;
}

section.privacy-policy {
	padding: 50px 0;
	line-height: 1.3;
	hyphens: auto;
}
section.privacy-policy h1 {
	margin-bottom: 26px;
}
section.privacy-policy p + * {
	margin-top: 16px;
}
section.privacy-policy ul {
	margin-top: 16px;
	padding-left: 16px;
}
section.privacy-policy ul li {
	list-style: disc;
}
section.privacy-policy ul li + li {
	margin-top: 8px;
}
section.privacy-policy .to-index {
	display: block;
	margin: 20px 0 0;
	font-size: 20px;
}