:root {
  --main-color: #ec0000;
  --main-color-dark: #cc0000;
  --dark-grey: #404445;
  --medium-strong-grey: #515657;
  --medium-grey: #797979;
  --bg-color-gray: #fafafa;
  --bg-color-sky: #deedf2;

  --font-family-headline: "SantanderHeadline";
  --font-family-regular: "SantanderText";
}

@font-face {
  font-family: "SantanderText";
  font-style: normal;
  font-weight: 300;
  src: url(./fonts/SantanderTextW05-Regular.woff);
  font-display: swap;
}

@font-face {
  font-family: "SantanderText";
  font-style: normal;
  font-weight: 400;
  src: url(./fonts/SantanderTextW05-Regular.woff);
  font-display: swap;
}

@font-face {
  font-family: "SantanderText";
  font-weight: 700;
  src: url(./fonts/SantanderTextW05-Bold.woff);
  font-display: swap;
}

@font-face {
  font-family: "SantanderText";
  font-style: italic;
  src: url(./fonts/SantanderTextW05-Italic.woff);
  font-display: swap;
}

@font-face {
  font-family: "SantanderHeadline";
  font-style: normal;
  font-weight: 400;
  src: url(./fonts/SantanderHeadlineW05-Regular.woff);
  font-display: swap;
}

@font-face {
  font-family: "SantanderHeadline";
  font-weight: 700;
  src: url(./fonts/SantanderHeadlineW05-Bold.woff);
  font-display: swap;
}

@font-face {
  font-family: "Santander MicroText";
  font-weight: 400;
  src: url(./fonts/SantanderMicroTextW05-Rg.woff2);
  font-display: swap;
}

@font-face {
  font-family: "Santander MicroText";
  font-weight: 700;
  src: url(./fonts/SantanderMicroTextW05-Bold.woff2);
  font-display: swap;
}

/* @font-face {
   font-family: "SantanderText";
   font-style: normal;
   font-weight: 300;
   src: url(https://www.santander.pl/_fileserver/item/1508765);
}

@font-face {
   font-family: "SantanderText";
   font-style: normal;
   font-weight: 400;
   src: url(https://www.santander.pl/_fileserver/item/1508765);
}

@font-face {
   font-family: "SantanderText";
   font-weight: 700;
   src: url(https://www.santander.pl/_fileserver/item/1508763);
}

@font-face {
   font-family: "SantanderText";
   font-style: italic;
   src: url(https://www.santander.pl/_fileserver/item/1508764);
}

@font-face {
   font-family: "SantanderHeadline";
   font-style: normal;
   font-weight: 400;
   src: url(https://www.santander.pl/_fileserver/item/1508762);
}

@font-face {
   font-family: "SantanderHeadline";
   font-weight: 700;
   src: url(https://www.santander.pl/_fileserver/item/1508761);
} */

html {
  font-family: "Santander MicroText", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

* {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  font-family: "Santander MicroText", sans-serif;
  color: #000;
  box-sizing: border-box;
}

*:focus-visible{
  outline: 2px solid #007bff !important ;
  outline-offset: 2px;
}
button{
  background: transparent;
  border: none;
}

.btn,
.btn:hover{
  text-decoration: none !important;
}

body {
  margin: 0;
  font-family: "Santander MicroText", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #000;
  text-align: left;
  background-color: #fff;
  overflow-x: hidden;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* p {
    margin-top: 0;
    margin-bottom: 1rem;
} */

b,
strong,
.b {
  font-weight: bolder;
}

.i,
i {
  font-style: italic;
}

span,
b,
.b,
.i,
i {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #ec0000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #cc0000;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

/* button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
} */

[hidden] {
  display: none !important;
}

@media (min-width: 550px) {
  [hidden-sm] {
    display: none !important;
  }
}

@media (min-width: 768px) {
  [hidden-md] {
    display: none !important;
  }
}

@media (min-width: 1170px) {
  [hidden-xl] {
    display: none !important;
  }
}

ul.list {
  margin-left: 9px;
  list-style: none;
}

li.list-item {
  font-size: inherit;
  margin-bottom: inherit;
  color: inherit;
  position: relative;
}

li.list-item::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #ec0000;
  border-radius: 50%;
  left: -10px;
  top: 9px;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-style: solid;
}

.sep-light {
  border-width: 1px;
}

.sep-bold {
  border-width: 2px;
}

.sep-blue {
  border-color: #c3dee7;
}

.sep-gray {
  border-color: #ccc;
}

.sep-red {
  border-color: #ec0000;
}

h1,
h2,
h3,
h4 {
  font-family: "SantanderHeadline";
  line-height: 1.2;
  color: inherit;
}

h2 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

h3 {
  font-family: "SantanderText";
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 42px;
}

.h2-s{
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

.h3-lg{
  font-family: "Santander MicroText";
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .h2-s{
    font-size: 28px;
    line-height: 36px;
  }
  h3 {
    font-family: "Santander MicroText";
    font-size: 20px;
    line-height: 26px;
  }
  .h3-lg{
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1170px) {
  h2 {
    font-size: 42px;
    line-height: 52px;
  }
  .h2-s{
    font-size: 36px;
    line-height: 44px;
  }
  .h3-lg{
    font-size: 32px;
    line-height: 44px;
  }
}

/* h2>.red {
    display: block;
  } */

.subtitle {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
  color: #404445;
}

@media (min-width: 768px) {
  .subtitle {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1170px) {
  .subtitle {
    font-size: 23px;
    margin-bottom: 120px;
  }
}

.red {
  color: #ec0000;
}

.white {
  color: #fff !important;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-initial {
  overflow: initial;
}

@media (min-width: 550px) {
  .overflow-initial-sm {
    overflow: visible;
  }

  .overflow-hidden-sm {
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .overflow-initial-md {
    overflow: visible;
  }

  .overflow-hidden-md {
    overflow: hidden;
  }
}

@media (min-width: 1170px) {
  .overflow-initial-xl {
    overflow: visible;
  }

  .overflow-hidden-xl {
    overflow: hidden;
  }
}

.rotate-0 {
  transform: rotate(0deg);
}

.rotate-90 {
  transform: rotate(90deg);
}

.rotate-180 {
  transform: rotate(180deg);
}

.rotate-270 {
  transform: rotate(270deg);
}

.rotate-360 {
  transform: rotate(360deg);
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.container {
  background-color: transparent;
  width: 100%;
  max-width: 350px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* @media (min-width: 550px) {
    .container {
        max-width: 550px;
    }

} */

.banner .container {
  padding: 0;
}

@media (max-width: 767px) {
  .banner .container {
    max-width: 350px;
  }
}

@media (max-width: 359px) {
  .banner .container {
    padding: 0 10px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 721px;
  }
}

@media (min-width: 1170px) {
  .container {
    max-width: 1170px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.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%;
  min-height: 1px;
  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%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.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.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.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.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.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.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.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.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 550px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .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.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .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.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .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.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .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.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@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%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .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.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .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.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .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.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .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.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@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%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .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.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .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.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .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.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .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.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1170px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .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.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .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.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .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.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .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.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.btn,
input[type="submit"] {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  border-radius: 50px;
  box-shadow: 0 2px 5px rgba(118, 118, 118, 0.6);
  transition: 0.3s ease;
  cursor: pointer;
  border: none !important;

  font-family: "Santander MicroText";
  font-size: 24px;
  font-weight: 700;

  padding: .6em 2em;
}

@media (max-width:1170px) {
  .btn,
  input[type="submit"] {
  font-size: 20px;
}
}

@media (max-width:768px) {
  .btn,
  input[type="submit"] {
  font-size: 16px;
}
}

.submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

input[type="submit"] {
  border: none;
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn.disabled,
.btn:disabled {
  opacity: 0.6;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary,
input[type="submit"] {
  color: #fff !important;
  background-color: #ec0000 !important;
}

.btn-primary:hover,
input[type="submit"]:hover {
  color: #fff !important;
  background-color: #cc0000 !important;
}

.btn-primary:focus,
.btn-primary.focus,
input[type="submit"]:focus {
  /* box-shadow: 0 0 0 0.2rem #cc0000; */
  background-color: #cc0000 !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #cc0000;
}

.btn:not([href]) {
  color: #ec0000;
}

.btn:not([href]):hover {
  color: #cc0000;
  text-decoration: underline;
}

.btn-secondary {
  color: #ec0000;
  background-color: #fff;
}

.btn-secondary:hover {
  color: #cc0000;
  background-color: #f7f7f7;
}

.btn-secondary:focus,
.btn-secondary.focus {
  /* box-shadow: 0 0 0 0.2rem #f7f7f7; */
  color: #cc0000;
  background-color: #f7f7f7;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #cc0000;
}

.btn-link {
  color: #ec0000;
  background-color: transparent;
  transition: 0.3s ease;
  font-size: inherit;
  font-weight: inherit;
  cursor: pointer;
}

.btn-link:hover {
  color: #cc0000;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  color: #cc0000;
  text-decoration: underline;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
}

.btn-link.enabled {
  text-decoration: underline !important;
}

.btn-link-secondary {
  color: #137e84 !important;
}

.btn-link-secondary:hover {
  color: #1bb3bc !important;
}

.btn-link-secondary:focus,
.btn-link-secondary.focus {
  color: #1bb3bc !important;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 24px 48px;
  font-size: 24px;
}

.btn-md,
.btn-group-md > .btn {
  padding: 19px 38px;
  font-size: 19px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 17px 34px;
  font-size: 17px;
}

.btn-xsm,
.btn-group-xsm > .btn {
  padding: 15px 30px;
  font-size: 26px;
}

@media (min-width: 768px) {
  .btn-lg-md,
  .btn-group-lg-md > .btn {
    padding: 24px 48px;
    font-size: 24px;
  }

  .btn-md-md,
  .btn-group-md-md > .btn {
    padding: 19px 38px;
    font-size: 19px;
  }

  .btn-sm-md,
  .btn-group-sm-md > .btn {
    padding: 17px 34px;
    font-size: 17px;
  }

  .btn-xsm-md,
  .btn-group-xsm-md > .btn {
    padding: 15px 60px;
  }
}

@media (min-width: 1170px) {
  .btn-lg-lg,
  .btn-group-lg-lg > .btn {
    padding: 24px 48px;
    font-size: 24px;
  }

  .btn-md-lg,
  .btn-group-md-lg > .btn {
    padding: 19px 38px;
    font-size: 19px;
  }

  .btn-sm-lg,
  .btn-group-sm-lg > .btn {
    padding: 17px 34px;
    font-size: 17px;
  }

  .btn-xsm-lg,
  .btn-group-xsm-lg > .btn {
    padding: 15px 45px;
    font-size: 22px;
  }
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.btn-box {
  display: flex;
  justify-content: center;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical {
  -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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  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;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 550px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-lgray {
  background-color: #fafafa !important;
}

.bg-gray {
  background-color: #f1f7fa !important;
}

.bg-lblue {
  background-color: #deedf2 !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 6px !important;
}

.rounded-top {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}

.rounded-top-left {
  border-top-left-radius: 6px !important;
}

.rounded-top-right {
  border-top-right-radius: 6px !important;
}

.rounded-bottom-left {
  border-bottom-left-radius: 6px !important;
}

.rounded-bottom-right {
  border-bottom-right-radius: 6px !important;
}

.rounded-right {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.rounded-left {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !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: 550px) {
  .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-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-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-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: 1170px) {
  .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-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;
  }
}

.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;
}

.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: 550px) {
  .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;
  }

  .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;
  }

  .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;
  }

  .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: 1170px) {
  .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;
  }

  .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;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 550px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1170px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

@media (min-width: 550px) {
  .position-absolute-sm {
    position: absolute !important;
  }
}

@media (min-width: 768px) {
  .position-absolute-md {
    position: absolute !important;
  }

  .position-relative-md {
    position: relative !important;
  }

  .position-static-md {
    position: static !important;
  }
}

@media (min-width: 1170px) {
  .position-absolute-xl {
    position: absolute !important;
  }

  .position-relative-xl {
    position: relative !important;
  }
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  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;
}

@media (min-width: 550px) {
  .fixed-bottom-sm {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
  }
}

@media (min-width: 768px) {
  .fixed-bottom-md {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
  }
}

@media (min-width: 1170px) {
  .fixed-bottom-xl {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
  }
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

@media (min-width: 550px) {
  .h-sm-100 {
    height: 100% !important;
  }
}

@media (min-width: 768px) {
  .h-md-100 {
    height: 100% !important;
  }
}

@media (min-width: 1170px) {
  .h-xl-100 {
    height: 100% !important;
  }
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.p-space-t {
  padding-top: 15px !important;
}

.m-space-t {
  margin-top: 15px !important;
}

@media (min-width: 550px) {
  .p-space-b {
    padding-bottom: 25px !important;
  }
}

@media (min-width: 1170px) {
  .m-space-t {
    margin-top: 35px !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;
}

.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;
}

.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: 550px) {
  .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;
  }

  .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;
  }

  .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;
  }

  .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;
  }

  .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;
  }

  .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;
  }

  .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: 1170px) {
  .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;
  }

  .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;
  }

  .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-justify {
  text-align: justify !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: 550px) {
  .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: 1170px) {
  .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-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

section {
  padding: 25px 0;
}

@media (min-width: 768px) {
  section {
    padding: 50px 0;
  }
}

@media (min-width: 1170px) {
  section {
    padding: 60px 0;
  }
}

.box-lvl1 {
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0 2px 0 #eeeeee;
}

.box-lvl2 {
  background-color: #fff;
  border: none;
  box-shadow: 1px 2px 15px rgba(68, 68, 68, 0.3);
}

.box-gray-lvl1 {
  background-color: #fafafa;
  border: 1px solid #eee;
  box-shadow: 0 2px 0 #eeeeee;
}

.box-gray-lvl2 {
  background-color: #fafafa;
  border: none;
  box-shadow: 1px 2px 15px rgba(68, 68, 68, 0.3);
}

.box-sky-lvl1 {
  background-color: #deedf2;
  border: 1px solid #d3e5eb;
  box-shadow: 0 2px 0 #eeeeee;
}

.box-sky-lvl2 {
  background-color: #deedf2;
  border: none;
  box-shadow: 1px 2px 15px rgba(68, 68, 68, 0.3);
}

.box-red-lvl1 {
  background-color: #ec0000;
  border: 1px solid #cc0000;
  box-shadow: 0 2px 0 #eeeeee;
}

.box-red-lvl2 {
  background-color: #ec0000;
  border: none;
  box-shadow: 1px 2px 15px rgba(68, 68, 68, 0.3);
}

.slider-controls {
  position: absolute;
  /* width: 111%;
  height: 100%; */
  inset: 0;
  overflow: visible;
  /* top: 40%;
  transform: translateY(-50%); */
  margin-left: -5.45%;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 80%,
    rgba(255, 255, 255, 0.4962359943977591) 90%,
    rgba(255, 255, 255, 1) 100%
  );
}
/* 
.slider-container  .col-12{
  padding-left: 25px !important;
  padding-right: 25px !important;
} */

.slider-container[data-index="9"] + .slider-controls {
  background: transparent;
}

.slider-arrows__arrow {
  width: 12px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 99;
  pointer-events: all;
}

.tabs__item-box--with-line {
  background: transparent;
  width: 90%;
  margin: auto;
}

@media (min-width:1170px) {
  .tabs__item-box--with-line {
    padding-inline: 12px;
  }
}

@media (min-width: 768px) {
  .slider-arrows__arrow {
    /* width: 30px;
    height: 55px; */
    box-sizing: inherit;
  }

  .slider-controls {
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 70%,
      rgba(255, 255, 255, 0.4962359943977591) 80%,
      rgba(255, 255, 255, 1) 100%
    );
  }
}

@media (min-width: 1170px) {
  /* .slider-arrows__arrow {
    width: 70px;
    height: 105px;
  } */
}



.arrow--prev {
  background-image: url("./img/ico-larrow.svg");
  left:58px;
}

@media (max-width:1169px) {
  .arrow--prev {
    left: 36px;
  }
}
@media (max-width:767px) {
  .arrow--prev {
    left: 18px;
  }
}

.arrow--next {
  background-image: url("./img/ico-rarrow.svg");
  right: 0;
}

.slider-dots {
  display: flex;
  justify-content: center;
}

.slider-dots__dot {
  margin: 0 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #cccccc;
  font-size: 0;
  cursor: pointer;
  transition: 0.3s ease;
  display: block;
}

.slider-dots__dot:focus {
  outline: none;
}

.slider-dots__dot--active {
  background-color: #ec0000;
  position: relative;
}

.slider-dots__dot--active::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #fff;
  border: 3px solid #fff;
  z-index: -1;
  box-shadow: 0 0 0 1px #cccccc;
}

.slider-container {
  min-width: 400%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* pointer-events: none; */
}

.slider-container.in-transit {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.slider-container[data-index="0"] {
  left: 0;
}

.slider-container[data-index="1"] {
  left: -100%;
}

.slider-container[data-index="2"] {
  left: -200%;
}

.slider-container[data-index="3"] {
  left: -300%;
}

.slider-container[data-index="4"] {
  left: -400%;
}

.slider-container[data-index="5"] {
  left: -500%;
}

.slider-container[data-index="6"] {
  left: -600%;
}

.slider-container[data-index="7"] {
  left: -700%;
}

.slider-container[data-index="8"] {
  left: -800%;
}

.slider-container[data-index="9"] {
  left: -900%;
}

.slider-container[data-index="10"] {
  left: -1000%;
}

.slider-container[data-index="11"] {
  left: -1100%;
}

.slider-container[data-index="12"] {
  left: -1200%;
}

.slider-container[data-index="13"] {
  left: -1300%;
}

.slider-container[data-index="14"] {
  left: -1400%;
}

.slider-container[data-index="15"] {
  left: -1500%;
}

.slider-container[data-index="16"] {
  left: -1600%;
}

.slider-container[data-index="17"] {
  left: -1700%;
}

.slider-container[data-index="18"] {
  left: -1800%;
}

.slider-container[data-index="19"] {
  left: -1900%;
}

.slider-container[data-index="20"] {
  left: -2000%;
}

.slider-container[data-index="21"] {
  left: -2100%;
}

.slider-container[data-index="22"] {
  left: -2200%;
}

.slider-container[data-index="23"] {
  left: -2300%;
}

.slider-container[data-index="24"] {
  left: -2400%;
}

.slider-container[data-index="25"] {
  left: -2500%;
}

.slider-container[data-index="26"] {
  left: -2600%;
}

.slider-container[data-index="27"] {
  left: -2700%;
}

.slider-container[data-index="28"] {
  left: -2800%;
}

.slider-container[data-index="29"] {
  left: -2900%;
}

.slider-container[data-index="30"] {
  left: -3000%;
}

.slider-container > div {
  max-width: 25%;
}

.slider-container img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.slider-container[data-index="0"] + .slider-controls .arrow--prev {
  display: none;
}

.slider-container[data-index="29"] + .slider-controls .arrow--next {
  display: none;
}

.slider-container[data-index="0"] > div:nth-child(1) > .more__item {
  border: 8px solid #96c0cc;
}
.slider-container[data-index="1"] > div:nth-child(2) > .more__item {
  border: 8px solid #96c0cc;
}
.slider-container[data-index="2"] > div:nth-child(3) > .more__item {
  border: 8px solid #96c0cc;
}
.slider-container[data-index="3"] > div:nth-child(4) > .more__item {
  border: 8px solid #96c0cc;
}
.slider-container[data-index="4"] > div:nth-child(5) > .more__item {
  border: 8px solid #96c0cc;
}
.slider-container[data-index="5"] > div:nth-child(6) > .more__item {
  border: 8px solid #96c0cc;
}
.slider-container[data-index="6"] > div:nth-child(7) > .more__item {
  border: 8px solid #96c0cc;
}
.slider-container[data-index="7"] > div:nth-child(8) > .more__item {
  border: 8px solid #96c0cc;
}
.slider-container[data-index="8"] > div:nth-child(9) > .more__item {
  border: 8px solid #96c0cc;
}
.slider-container[data-index="9"] > div:nth-child(10) > .more__item {
  border: 8px solid #96c0cc;
}

.slider-container[data-index="10"] > div:nth-child(11) > .more__item {
  border: 8px solid #96c0cc;
}

.slider-container[data-index="11"] > div:nth-child(12) > .more__item {
  border: 8px solid #96c0cc;
}

.slider-container[data-index="12"] > div:nth-child(13) > .more__item {
  border: 8px solid #96c0cc;
}

.slider-container[data-index="13"] > div:nth-child(14) > .more__item {
  border: 8px solid #96c0cc;
}

.slider-container[data-index="14"] > div:nth-child(15) > .more__item {
  border: 8px solid #96c0cc;
}

.slider-container[data-index="15"] > div:nth-child(16) > .more__item {
  border: 8px solid #96c0cc;
}

.slider-container[data-index="16"] > div:nth-child(17) > .more__item {
  border: 8px solid #96c0cc;
}

.slider-container[data-index="17"] > div:nth-child(18) > .more__item {
  border: 8px solid #96c0cc;
}

.slider-container[data-index="18"] > div:nth-child(19) > .more__item {
  border: 8px solid #96c0cc;
}

.slider-container[data-index="19"] > div:nth-child(20) > .more__item {
  border: 8px solid #96c0cc;
}

.slider-container[data-index="20"] > div:nth-child(21) > .more__item {
  border: 8px solid #96c0cc;
}

.slider-container[data-index="21"] > div:nth-child(22) > .more__item {
  border: 8px solid #96c0cc;
}

.slider-container[data-index="22"] > div:nth-child(23) > .more__item {
  border: 8px solid #96c0cc;
}

.slider-container[data-index="23"] > div:nth-child(24) > .more__item {
  border: 8px solid #96c0cc;
}

.slider-container[data-index="24"] > div:nth-child(25) > .more__item {
  border: 8px solid #96c0cc;
}

.slider-container[data-index="25"] > div:nth-child(26) > .more__item {
  border: 8px solid #96c0cc;
}

.slider-container[data-index="26"] > div:nth-child(27) > .more__item {
  border: 8px solid #96c0cc;
}

.slider-container[data-index="27"] > div:nth-child(28) > .more__item {
  border: 8px solid #96c0cc;
}

.slider-container[data-index="28"] > div:nth-child(29) > .more__item {
  border: 8px solid #96c0cc;
}

.slider-container[data-index="29"] > div:nth-child(30) > .more__item {
  border: 8px solid #96c0cc;
}

.slider-container[data-index="30"] > div:nth-child(31) > .more__item {
  border: 8px solid #96c0cc;
}

@media (min-width: 768px) {
  .slider-container[data-index="0"] {
    left: 0;
  }

  .slider-container[data-index="1"] {
    left: -50%;
  }

  .slider-container[data-index="2"] {
    left: -100%;
  }

  .slider-container[data-index="3"] {
    left: -150%;
  }

  .slider-container[data-index="4"] {
    left: -200%;
  }

  .slider-container[data-index="5"] {
    left: -250%;
  }

  .slider-container[data-index="6"] {
    left: -300%;
  }

  .slider-container[data-index="7"] {
    left: -350%;
  }

  .slider-container[data-index="8"] {
    left: -400%;
  }

  .slider-container[data-index="9"] {
    left: -450%;
  }

  .slider-container[data-index="10"] {
    left: -500%;
  }

  .slider-container[data-index="11"] {
    left: -550%;
  }

  .slider-container[data-index="12"] {
    left: -600%;
  }

  .slider-container[data-index="13"] {
    left: -650%;
  }

  .slider-container[data-index="14"] {
    left: -700%;
  }

  .slider-container[data-index="15"] {
    left: -750%;
  }

  .slider-container[data-index="16"] {
    left: -800%;
  }

  .slider-container[data-index="17"] {
    left: -850%;
  }

  .slider-container[data-index="18"] {
    left: -900%;
  }

  .slider-container[data-index="19"] {
    left: -950%;
  }

  .slider-container[data-index="20"] {
    left: -1000%;
  }

  .slider-container[data-index="21"] {
    left: -1050%;
  }

  .slider-container[data-index="22"] {
    left: -1100%;
  }

  .slider-container[data-index="23"] {
    left: -1150%;
  }

  .slider-container[data-index="24"] {
    left: -1200%;
  }

  .slider-container[data-index="25"] {
    left: -1250%;
  }

  .slider-container[data-index="26"] {
    left: -1300%;
  }

  .slider-container[data-index="27"] {
    left: -1350%;
  }

  .slider-container[data-index="28"] {
    left: -1400%;
  }

  .slider-container[data-index="29"] {
    left: -1400%;
  }
}

.tabs__item-box-slider-line {
  height: 6px;
  background-color: #ee0001;
  width: 85%;
  margin: 35px 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.tabs__item-box-slider-line-grab {
  display: block;
  width: 20px;
  height: 20px;
  border: 5px solid #fff;
  background-color: #e0e0e0;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  left: 0%;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.3s;
}

.tabs__item-box-slider-line-grab.in-transit {
  transition: none;
  pointer-events: none;
}

@media (min-width: 768px) {
  .slider-container {
    min-width: 100%;
  }

  .slider-container > div {
    max-width: 50%;
  }

  .tabs__item-box-slider-line-grab {
    width: 30px;
    height: 30px;
  }
}

/*@media (min-width: 1170px) {
  .slider-container {
    min-width: 100%;
    margin-bottom: 35px;
  }

  .slider-container > div {
    max-width: 33.333%;
  } 
   
}*/

.badge {
  display: inline-block;
  background-color: #ffdb3b;
  border-radius: 4px;
  height: 26px;
  width: 90px;
  text-align: center;
  line-height: 26px;
  position: absolute;
  top: -15px;
  /* left: szer padding left; */
  right: -10px;
  font-size: 14px;
  left: 14px;
}

@media (min-width: 768px) {
  .badge-md {
    height: 36px;
    width: 110px;
    line-height: 36px;
    top: 10px;
    right: -15px;
    font-size: 17px;
    left: auto;
  }
}

@media (min-width: 1170px) {
  .badge-xl {
    border-radius: 6px;
    height: 45px;
    width: 140px;
    line-height: 45px;
    font-size: 22px;
  }
}

.banner {
  padding-top: calc(15px - (15px / 3));
  max-height: 570px;
  height: 570px;
  background-repeat: no-repeat;
  background-position: center top;
  padding-bottom: 0;
  z-index: 99;
  position: relative;
  background-color: #deedf2;
}

.banner__video video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

@media (min-width: 768px) {
  .banner {
    height: 475px;
    max-height: 475px;
    background-color: #fff;
  }
}

@media (min-width: 1170px) {
  .banner {
    height: 560px;
    min-height: 560px;
    max-height: 560px;
  }
}

.banner__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.banner__img div {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}

.banner__img img {
  display: block;
  /*height: 100%;*/
  width: auto;
}

.banner__img img:nth-of-type(2) {
  display: none;
  visibility: hidden;
}

.banner__img img:nth-of-type(3) {
  display: none;
  visibility: hidden;
}

@media (min-width: 768px) {
  .banner__img img:nth-of-type(1) {
    display: none;
    visibility: hidden;
  }

  .banner__img img:nth-of-type(2) {
    display: block;
    visibility: visible;
  }
}

@media (min-width: 1170px) {
  .banner__img img:nth-of-type(2) {
    display: none;
    visibility: hidden;
  }

  .banner__img img:nth-of-type(3) {
    display: block;
    visibility: visible;
  }
}

.banner__header {
  height: 50px;
  width: 100%;
}

.logo__image {
  height: 100%;
  width: 150px;
}

@media (min-width: 768px) {
  .banner__header {
    height: 70px;
  }

  .logo__image {
    width: 215px;
  }
}

@media (min-width: 1170px) {
  .banner__header {
    max-width: 1170px;
    height: 80px;
  }

  .logo__image {
    width: 235px;
  }
}

.whitebox {
  margin-top: 170px;
  /* min 150px (1 belka) / min 115px (2 belki)*/
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  /* margin-bottom: 60px; */
  /* margin-bottom: 45px; */
  /* padding: 2/3*HL; */
  padding: 30px 30px 35px;
}

.whitebox__product-name {
  color: #ec0000;
  font-family: "SantanderText";
  font-size: 16px;
  /* margin-bottom: 0.8*FS; */
  margin-bottom: 8px;
  line-height: 1.2;
  text-transform: uppercase;
}

.whitebox__hl {
  font-family: "SantanderText";
  font-size: 36px;
  line-height: 1.15;
  text-align: left;
  color: #000;
  margin-bottom: 12px;
  /* margin-bottom:0.4-0.6*FS; */
}

.whitebox__shl {
  font-family: "SantanderText";
  line-height: 1.2;
  text-align: left;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #000;
}


.whitebox__button-area{
  display: flex;
}
.whitebox__btn {
  padding: .8em 1.65em;
}

@media (min-width: 768px) {
  .whitebox {
    margin-top: 30px;
    /* padding: 2/3*HL; */
    min-width: 411px;
  }

  .whitebox__hl {
    font-family: "Santander MicroText";
    font-size: 36px;
    /* margin-bottom:0.4-0.6*FS; */
  }

  .whitebox__shl {
    font-size: 28px;
    margin-bottom: 25px;
    /* margin-bottom:0.4-0.6*FS; */
    color: #000;
  }
  .whitebox__button-area{
    flex-direction: row-reverse;
  }

  .whitebox__btn {
    padding: .7em 2.1em;
  }
}

@media (min-width: 1170px) {
  .whitebox {
    /* padding: 2/3*HL; */
    max-width: 600px;
  }

  .whitebox__hl {
    font-family: "SantanderHeadline";
    font-size: 52px;
    /* margin-bottom:0.4-0.6*FS; */
  }

  .whitebox__shl {
    font-family: "Santander MicroText";
    font-size: 36px;
    margin-bottom: 35px;
    color: #000;
  }
  .whitebox__btn {
    padding: .7em 2.85em;
  }

}

.red-bar {
  height: 16px;
  background-color: #ec0000;
  /* margin-right: -15px; */
  margin-left: -15px;
  position: relative;
  top: -16px;
}

.red-bar__stair {
  height: 48px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.red-bar__stair::after {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background-color: #ec0000;
  z-index: 1;
}

.red-bar__stair-body {
  background-color: #ec0000;
  cursor: pointer;
  padding-left: 16px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.red-bar__image {
  width: 16px;
  height: 16px;
  display: block;
  background-image: url("./img/ico-up-down.svg");
  background-position: center center;
  background-size: 200%;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-size: contain;
}

.red-bar__text {
  color: #fff;
  margin: 0;
  font-size: 15px;
  line-height: 19px;
}

@media (min-width: 768px) {
  .red-bar {
    height: 20px;
    top: -20px;
  }

  .red-bar__stair {
    height: 60px;
  }

  .red-bar__stair-body {
    padding-left: 20px;
  }

  .red-bar__image {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }

  .red-bar__text {
    font-size: 18px;
    line-height: 23px;
  }
}

@media (min-width: 1170px) {
  .red-bar {
    height: 25px;
    top: -25px;
  }

  .red-bar__stair {
    height: 75px;
  }

  .red-bar__stair-body {
    padding-left: 25px;
  }

  .red-bar__image {
    width: 22px;
    height: 22px;
    margin-right: 12.5px;
  }

  .red-bar__text {
    font-size: 20px;
    line-height: 25px;
  }
}

footer {
  background-color: #313237;
}

/* @media(max-width:767px) {

    .footer__red-bar .container {
        max-width: 100%;
    }
} */

.footer__header {
  height: 43px;
  border-bottom: 1px solid #44454d;
}

.footer__title {
  line-height: 43px;
  color: #fff;
  font-size: 14px;
  text-align: left;
  margin: initial;
}

.footer__body {
  padding: 8px 0;
  margin-bottom: 48px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80%;
  background-image: url("./img/logo-santander-footer.svg");
}

.footer__item {
  color: #fff;
  font-size: 13px;
  padding: 16px 0;
  border-bottom: 1px solid #44454d;
}

.footer__item br {
  margin-bottom: 15px;
  display: block;
}

.footer__item a {
  color: #fff !important;
  text-decoration: underline;
}

.footer__item a:hover {
  color: #f7f7f7 !important;
}

.footer__red-bar-text {
  color: #fff;
  font-size: 12px;
  line-height: 13px;
}

.footer__red-bar {
  height: 16px;
  background-color: #ec0000;
  position: relative;
}

.footer__red-bar-stair {
  padding-left: 0;
  padding-right: 0;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  position: absolute;
  right: -15px;
  bottom: -3px;
  background-color: #ec0000;
  display: flex;
  z-index: 3;
  cursor: pointer;
}

.footer__red-bar-logo {
  height: 100%;
  position: relative;
  z-index: 3;
}

@media (max-width: 350px) {
  .footer__red-bar-stair {
    min-width: 100%;
    left: 0;
    justify-content: space-between;
    bottom: 12px;
  }
}

/* .footer__red-bar-stair {
    height: 48px;
    background-color: #ec0000;
    top: -48px;
    left: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
    justify-content: space-between;
    min-width: 100%;
} */

.footer__red-bar-arrow {
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("./img/ico-up-down.svg");
  background-position: center center;
  background-size: 200%;
  background-repeat: no-repeat;
  align-self: center;
  margin-right: 15px;
  background-size: contain;
  position: relative;
  z-index: 3;
}

_:-ms-fullscreen,
:root .footer__red-bar-logo {
  height: 100%;
}

.footer__red-bar-stair::after {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background-color: #ec0000;
  z-index: 1;
}

@media (min-width: 550px) {
  .footer__body {
    margin-bottom: 0;
  }

  _:-ms-fullscreen,
  :root .footer__body {
    margin-bottom: 40px;
  }

  .footer__red-bar {
    position: relative;
  }

  .footer__red-bar-text {
    line-height: 14px;
    position: relative;
    z-index: 4;
  }

  /* .footer__red-bar-stair {
        left: auto;
        top: -32px;
        justify-content: flex-start;
        min-width: auto;
    } */
}

@media (min-width: 768px) {
  .footer__body {
    padding: 10px 0;
  }

  .footer__item {
    padding: 20px 0;
  }

  .footer__red-bar {
    height: 20px;
  }

  .footer__red-bar-text {
    line-height: 20px;
    font-size: 13px;
  }

  .footer__red-bar-stair {
    z-index: 2;
    justify-content: space-between;
    height: 60px;
    top: -28px;
  }

  .footer__red-bar-arrow {
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 1170px) {
  .footer__title {
    font-size: 16px;
  }

  .footer__body {
    padding: 12.5px 0;
    background-size: 50%;
  }

  .footer__item {
    padding: 25px 0;
  }

  .footer__red-bar {
    height: 25px;
  }

  .footer__red-bar-text {
    line-height: 25px;
  }

  .footer__red-bar-stair {
    height: 75px;
    /* top: -50px; */
  }

  /* .footer__red-bar-arrow {
        width: 25px;
        height: 25px;
    } */
}


/* TALES VIDEO */
.tale-thumbnail img{
  max-width: 76px;
  max-height: 76px;

}
.tale-thumbnail {
  cursor: pointer;
  position: relative;
  width: 352px;
  height: 352px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: grid;
  place-content: center;
  border-radius: 8px;
}

@media (max-width:767px) {
  .tale-thumbnail {
    width: 282px;
    height: 282px;
  }
}
@media (max-width:1169px) {
  .tale-thumbnail {
    width: 206px;
    height: 206px;
  }
}
.tale-thumbnail[data-video-0] {
  background-image: url(../wideo-5/wideo-13-zlota-rybka.jpg);
}
.tale-thumbnail[data-video-1] {
  background-image: url(../wideo-5/wideo-12-ksiezniczka.jpg);
}
.tale-thumbnail[data-video-2] {
  background-image: url(../wideo-5/wideo-11-wampir.jpg);
}
.tale-thumbnail[data-video-3] {
  background-image: url(../wideo-5/wideo-10-zajac.jpg);
}
.tale-thumbnail[data-video-4] {
  background-image: url(../wideo-5/wideo-9-stonoga.jpg);
}
.tale-thumbnail[data-video-5] {
  background-image: url(../wideo-5/wideo-8-wieslaw.jpg);
}
.tale-thumbnail[data-video-6] {
  background-image: url(../wideo-5/wideo-7-biedny-balwanek.jpg);
}
.tale-thumbnail[data-video-7] {
  background-image: url(../wideo-5/wideo-6-na-fali.jpg);
}
.tale-thumbnail[data-video-8] {
  background-image: url(../wideo-5/wideo-1-alibaba.jpg);
}
.tale-thumbnail[data-video-9] {
  background-image: url(../wideo-5/wideo-2-kot.jpg);
}
.tale-thumbnail[data-video-10] {
  background-image: url(../wideo-5/wideo-3-dziadek.jpg);
}
.tale-thumbnail[data-video-11] {
  background-image: url(../wideo-5/wideo-4-lis.jpg);
}
.tale-thumbnail[data-video-12] {
  background-image: url(../wideo-5/wideo-5-ksiezyc.jpg);
}

.tale-one__text {
  font-size: 18px;
  color: #404445;
  font-family: "SantanderHeadline";
  line-height: 1.8;
  text-align: center;
  margin-bottom: 35px;
}

.tale-one__image-text {
  font-size: 18px;
  font-family: "SantanderHeadline";
  color: #ec0000;
  text-align: center;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .tale-one__text {
    font-size: 20px;
    margin-bottom: 35px;
  }

  .tale-one__image-text {
    font-size: 32px;
  }

  .tale-one__image {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1170px) {
  .tale-one__text {
    margin-bottom: 60px;
    font-size: 23px;
  }

  .tale-one__image-text {
    font-size: 38px;
    margin-top: 15px;
  }
}

.new__bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("./img/tlo-jelenie.jpg");
  padding: 20px 0;
}

.new__video {
  margin: auto;
  text-align: center;
  cursor: pointer;
}

@media (min-width: 768px) {
  .new__bg {
    padding: 80px 0;
  }
}

@media (min-width: 1170px) {
  .new__bg {
    max-width: 1200px;
    margin: auto;
  }
}

.what__image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 220px;
  width: 100%;
}

.what__text {
  font-size: 18px;
  color: #3a3a3a;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .what__image {
    height: 370px;
  }

  .what__text {
    font-size: 20px;
    max-width: 90%;
    line-height: 2.5;
  }
}

@media (min-width: 1170px) {
  .what__text {
    font-size: 23px;
  }
}

.szkolenie a {
  font-size: 16px;
  padding: 12px 30px;
}

@media (min-width: 768px) {
  .szkolenie a {
    font-size: 18px;
    padding: 12px 50px;
  }
}

@media (min-width: 1170px) {
  .szkolenie a {
    font-size: 20px;
  }
}

.videos__item {
  margin-bottom: 30px;
  overflow: hidden;
}

.videos__item-video {
  height: 270px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  cursor: pointer;
  background-image: url("./img/yt1.jpg");
  position: relative;
}

.videos__item-video--second {
  background-image: url("./img/yt2.jpg");
}

.videos__item-video--third {
  background-image: url("./img/yt3.jpg");
}

.videos__item-video:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  /* opacity: 0.8; */
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

.videos__item-video:after {
  content: "";
  width: 95px;
  height: 95px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  pointer-events: none;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("./img/ico-play.svg");
}

.videos__item--disabled .videos__item-video {
  background-image: url("./img/yt2.jpg");
  cursor: default;
}

.videos__item--disabled .videos__item-video:after,
.videos__item--disabled .videos__item-video:before {
  display: none;
}

.videos__item-text {
  padding: 35px;
  text-align: center;
}

.videos__item-text-title {
  font-size: 24px;
  font-family: "SantanderHeadline";
}

.videos__item--disabled .videos__item-text {
  background-color: #eee;
}

.videos__item--disabled .videos__item-text-title {
  color: #777;
}

@media (min-width: 768px) {
  .videos__item-video {
    height: 175px;
  }

  .videos__item-text {
    padding: 25px;
  }

  .videos__item-text-title {
    font-size: 18px;
  }
}

@media (min-width: 1170px) {
  .videos__item-video {
    height: 290px;
  }

  .videos__item-text {
    padding: 30px;
  }

  .videos__item-text-title {
    font-size: 24px;
  }
}

.five__item{
  display: block !important;
  width: 100%;
  text-align: left;
}

@media (min-width:768px) {
  .five .container{
    padding-inline: 0;
  }
}


.five__flex {
  display: flex;
  position: relative;
}

.five__item {

  cursor: pointer;
  margin-bottom: 12px;
  /* display: flex;
  align-items: center; */
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  padding: 12px;
  max-width: 536px;
  min-width: 530px;
}
.five__item-title{
  display: flex;
  align-items: center;
}


.five__item-content{
  position: absolute;
  right: 0px;
  top:0;
  height: 0;
  overflow: hidden;
  padding: 0;
}
.five__content-list{
  margin-left: 16px;
}

.five__content-list li{
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 12px;
}

.five__content-list li::marker{
  color: #ec0000;
}

.five__item[selected] > .five__item-content{
  cursor: default;
  background-color: #DEEDF280;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  padding: 20px;
  max-width: 618px;
  height: fit-content;
  box-sizing: border-box;
}


@media (max-width:1169px) {
  .five__content-list li{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .five__item {
    max-width: 349px;
    min-width: 100px !important;
  
  }
  .five__item[selected] > .five__item-content{
    padding: 20px;
    max-width: 360px;
  }
}

@media (max-width:767px) {
  .five__content-list{
    margin-left: 24px;
  }
  .five__item-content{
    position:static;
    display: block;
    right: 0px;
    top:0;
    height: 0;
    overflow: hidden;
    padding: 0;
  }
  .five__item[selected] > .five__item-content{
    
    background-color: transparent;
    border: none;
    border-radius: 8px;
    padding: 0px;
    max-width: 618px;
    height: fit-content;
    box-sizing: border-box;
  }
  .gray-line{
    width: 95%;
    margin-inline: auto;
    height: 1px;
    background-color: #CCCCCC;
    margin-block: 12px;
  }
}

.five__item[selected]{
  background-color: #DEEDF280;
}

.five__item[selected] .five__item-image{
  color: #FFF;
  background-color: #ec0000;
  border: none;
}

.five__item-image {
  margin-right: 10px;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  line-height: 35px;
  background-color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  border: 2px solid #CCCCCC;
  border-radius: 50%;
  text-align: center;

  display: grid;
  place-content: center;
}


.five__item-text {
  font-size: 18px;
  line-height: 24px;
}

@media (min-width: 768px) {


}

@media (min-width: 1170px) {
  .five__item {
    margin-bottom: 15px;
  }

  .five__item-text {
    font-size: 20px;
    line-height: 26px;
  }


}

.cyberrescue__item {
  margin-top: 45px;
  text-align: center;
  padding: 35px 12px 15px;
}

.cyberrescue__item-text-primary {
  font-size: 26px;
  font-family: "SantanderHeadline";
  margin-bottom: 20px;
}

.cyberrescue__item-text-secondary {
  font-size: 18px;
  font-family: "SantanderHeadline";
  margin-bottom: 25px;
}

.cyberrescue a {
  font-size: 16px;
  padding: 12px 30px;
}

@media (min-width: 768px) {
  .cyberrescue__item {
    padding: 30px 30px 25px;
  }

  .cyberrescue__item-text-primary {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .cyberrescue__item-text-secondary {
    margin-bottom: 40px;
  }

  .cyberrescue a {
    font-size: 18px;
    padding: 12px 50px;
  }
}

@media (min-width: 1170px) {
  .cyberrescue__item {
    padding: 55px 30px 35px;
  }

  .cyberrescue__item-text-primary {
    font-size: 38px;
    margin-bottom: 20px;
  }

  .cyberrescue__item-text-secondary {
    font-size: 23px;
    margin-bottom: 30px;
  }

  .cyberrescue__item-text {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
  }

  .cyberrescue a {
    font-size: 20px;
  }
}

/* .popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(222, 237, 242, 0.588);
  z-index: 100;
} */

.popup__box {
  background-color: #fff;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  max-width: 90%;
  max-height: 95%;
  overflow-y: auto;
  padding: 65px 20px 30px;
}

.popup__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 20px;
  background-color: #ec0000;
  color: #fff;
  border-bottom-left-radius: 6px;
  cursor: pointer;
  font-size: 25px;
  font-family: Arial, Helvetica, sans-serif;
}

.popup__box iframe {
  width: 100%;
  height: 180px;
  display: block;
  margin: auto;
}

@media (min-width: 768px) {
  .popup__box {
    width: 768px;
  }

  .popup__box iframe {
    height: 415px;
  }
}

@media (min-width: 1170px) {
  .popup__box {
    width: 940px;
  }

  .popup__box iframe {
    height: 498px;
    width: 885px;
  }
}

.more .container {
  
  padding: 0;
}



.slider-container > div:nth-child(1) > .more__item {
  background-image: url(./img/bajki/bajka-61.png);
}

.slider-container > div:nth-child(2) > .more__item {
  background-image: url(./img/bajki/bajka-60.png);
}

.slider-container > div:nth-child(3) > .more__item {
  background-image: url(./img/bajki/bajka-58.png);
}

.slider-container > div:nth-child(4) > .more__item {
  background-image: url(./img/bajki/bajka-57.png);
}

.slider-container > div:nth-child(5) > .more__item {
  background-image: url(./img/bajki/bajka-56.png);
}

.slider-container > div:nth-child(6) > .more__item {
  background-image: url(./img/bajki/bajka-55.png);
}

.slider-container > div:nth-child(7) > .more__item {
  background-image: url(./img/bajki/bajka-54.png);
}

.slider-container > div:nth-child(8) > .more__item {
  background-image: url(./img/bajki/bajka-53.png);
}

.slider-container > div:nth-child(9) > .more__item {
  background-image: url(./img/bajki/bajka-52.png);
}

.slider-container > div:nth-child(10) > .more__item {
  background-image: url(./img/bajki/bajka-51.png);
}

.slider-container > div:nth-child(11) > .more__item {
  background-image: url(./img/bajki/bajka-50.png);
}

.slider-container > div:nth-child(12) > .more__item {
  background-image: url(./img/bajki/bajka-49.png);
}

.slider-container > div:nth-child(13) > .more__item {
  background-image: url(./img/bajki/bajka-48.png);
}

.slider-container > div:nth-child(14) > .more__item {
  background-image: url(./img/bajki/bajka-47.png);
}

.slider-container > div:nth-child(15) > .more__item {
  background-image: url(./img/bajki/bajka-46.png);
}

.slider-container > div:nth-child(16) > .more__item {
  background-image: url(./img/bajki/bajka-45.png);
}

.slider-container > div:nth-child(17) > .more__item {
  background-image: url(./img/bajki/bajka-44.png);
}

.slider-container > div:nth-child(18) > .more__item {
  background-image: url(./img/bajki/bajka-43.png);
}

.slider-container > div:nth-child(19) > .more__item {
  background-image: url(./img/bajki/bajka-42.png);
}

.slider-container > div:nth-child(20) > .more__item {
  background-image: url(./img/bajki/bajka-41.png);
}

.slider-container > div:nth-child(21) > .more__item {
  background-image: url(./img/bajki/bajka-40.png);
}

.slider-container > div:nth-child(22) > .more__item {
  background-image: url(./img/bajki/bajka-39.png);
}

.slider-container > div:nth-child(23) > .more__item {
  background-image: url(./img/bajki/bajka-35.png);
}

.slider-container > div:nth-child(24) > .more__item {
  background-image: url(./img/bajki/bajka-36.png);
}

.slider-container > div:nth-child(25) > .more__item {
  background-image: url(./img/bajki/bajka-37.png);
}

.slider-container > div:nth-child(26) > .more__item {
  background-image: url(./img/bajki/bajka-38.png);
}

.slider-container > div:nth-child(27) > .more__item {
  background-image: url(./img/bajki/bajka-31.png);
}

.slider-container > div:nth-child(28) > .more__item {
  background-image: url(./img/bajki/bajka-32.png);
}

.slider-container > div:nth-child(29) > .more__item {
  background-image: url(./img/bajki/bajka-33.png);
}

.slider-container > div:nth-child(30) > .more__item {
  background-image: url(./img/bajki/bajka-34.png);
}

.slider-container > div:nth-child(31) > .more__item {
  background-image: url(./img/bajki/bajka-4.png);
}

.slider-container > div:nth-child(32) > .more__item {
  background-image: url(./img/bajki/bajka-1.png);
}

.slider-container > div:nth-child(33) > .more__item {
  background-image: url(./img/bajki/bajka-5.png);
}

.slider-container > div:nth-child(34) > .more__item {
  background-image: url(./img/bajki/bajka-2.png);
}

.slider-container > div:nth-child(35) > .more__item {
  background-image: url(./img/bajki/bajka-6.png);
}

.slider-container > div:nth-child(36) > .more__item {
  background-image: url(./img/bajki/bajka-3.png);
}

.slider-container > div:nth-child(37) > .more__item {
  background-image: url(./img/bajki/bajka-7.png);
}

.slider-container > div:nth-child(38) > .more__item {
  background-image: url(./img/bajki/bajka-8.png);
}

.slider-container > div:nth-child(39) > .more__item {
  background-image: url(./img/bajki/bajka-9.png);
}

.slider-container > div:nth-child(40) > .more__item {
  background-image: url(./img/bajki/bajka-10.png);
}

.slider-container > div:nth-child(41) > .more__item {
  background-image: url(./img/bajki/bajka-11.png);
}

.slider-container > div:nth-child(42) > .more__item {
  background-image: url(./img/bajki/bajka-12.png);
}

.more__item {
  /* border: 16px solid transparent; */
  box-sizing: border-box;
  border-radius: 15px;

  width: 482px;
  height: 482px;
  background-image: url(./img/bajki/bajka-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 115%;
}

@media (max-width:767px) {
  .more__item{
    width: 270px;
    height: 270px;
  }
}
@media (max-width:1169px) {
  .more__item{
    width: 287px;
    height: 287px;
  }
}

.more__item img{
  border-radius: 8px;
}

.slider-container .col-12{
  display: flex;
  justify-content: center;
  padding-inline: 18px;
}

@media screen {
  
}

.quiz {
  background-image: url(./img/tlo-quiz.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.quiz__wrapper {
  background-color: #fff;
  border-radius: 6px;
  /* box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1); */
  padding: 15px ;
  max-width: 840px;
  margin-top: 32px;
  margin-inline: auto;
}

.quiz__wrapper-title {
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #dfdfdf;
}

.quiz__wrapper-text {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}
.quiz__wrapper-text span{
  font-size: 16px;
}

.quiz__wrapper-text .choose {
  font-size: inherit;
  /* font-weight: bold; */
}

.quiz__wrapper-questions {
  margin-top: 15px;
}

.quiz__wrapper-questions-item {
  margin-bottom: 10px;
  border-radius: 10px;
  /* background-color: #e1e1e1; */
  padding: 10px 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 2px solid transparent;
}

.quiz__wrapper-questions-item:hover {
  background-color: #f3f9f9;
}

.quiz__wrapper-questions-item.wrong {
  background-color: #ed535c;
  border: 2px solid #ed535c;
}

.quiz__wrapper-questions-item.correct {
  background-color: #59df95;
  border: 2px solid #59df95;
}

.quiz__wrapper-questions-item:last-child {
  margin-bottom: 0;
}

.quiz__wrapper-questions-item-letter {
  /* background-color: #fff;
  margin-right: 10px;
  text-align: center;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  line-height: 30px;
  font-size: 17px;
  font-weight: bold;
  border-radius: 50%; */
  min-width: 24px;
  min-height: 24px;
  width: 24px;
  height: 24px;
  outline: 2px solid #CCCCCC;
  outline-offset: 4px;
  border-radius: 50%;
  margin-right: 18px;
}
.quiz__wrapper-questions-item-letter.correct{
  background-color: #63BA68;
}
.quiz__wrapper-questions-item-letter.wrong{
  background-color: #EC0000;
}

.quiz__wrapper-questions-item-text {
  font-size: 18px;
}

.quiz__wrapper-btn {
  text-align: center;
  margin: 15px auto 0;
}

.quiz__wrapper-btn button {
  display: inline-block;
  text-align: center;
  background-color: transparent;
  border: none;
  outline: none;
  text-decoration: underline;
  font-size: 16px;
  cursor: pointer;
}

.quiz__wrapper-btn button:hover {
  opacity: 0.5;
}

.quiz__wrapper-finish div{
  font-size: 16px;
  text-align: center;
  padding: 15px 0;
}

.quiz .hidden {
  display: none;
}

.quiz__wrapper-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  gap: 16px;
}

@media (min-width: 768px) {
  .quiz__wrapper {
    padding: 25px 30px 20px;
  }

  .quiz__wrapper-title {
    padding-bottom: 20px;
    margin-bottom: 25px;
    font-size: 24px;
  }
/* 
  .quiz__wrapper-text {
    font-size: 28px;
  } */

  /* .quiz__wrapper-text .choose {
    font-size: 30px;
  } */

  .quiz__wrapper-questions {
    margin-top: 20px;
  }

  .quiz__wrapper-questions-item {
    padding: 5px 15px;
  }

  .quiz__wrapper-questions-item-letter {
    /* margin-right: 15px;
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    min-height: 60px;
    max-height: 60px;
    line-height: 55px;
    font-size: 28px; */
    box-sizing: inherit;
  }



  .quiz__wrapper-btn {
    margin: 20px auto 0;
  }

  /* .quiz__wrapper-btn button {
    font-size: 18px;
  } */

  .quiz__wrapper-finish div{
    font-size: 20px;
    /* padding: 75px 0; */
  }

  .quiz__wrapper-btn {
    flex-direction: row;
  }
}

@media (min-width: 1170px) {
  .quiz__wrapper {
    padding: 45px 65px 35px;
  }

  /* .quiz__wrapper-title {
    padding-bottom: 25px;
    margin-bottom: 40px;
    font-size: 35px;
  } */

  /* .quiz__wrapper-text {
    font-size: 35px;
  } */

  /* .quiz__wrapper-text .choose {
    font-size: 43px;
  } */

  .quiz__wrapper-questions {
    margin-top: 30px;
  }

  .quiz__wrapper-questions-item {
    margin-bottom: 20px;
    padding: 1px 20px;
  }

  .quiz__wrapper-questions-item-letter {
    /* margin-right: 25px;
    width: 90px;
    min-width: 90px;
    max-width: 90px;
    height: 90px;
    min-height: 90px;
    max-height: 90px;
    line-height: 85px;
    font-size: 35px; */
    box-sizing: inherit;
  }



  .quiz__wrapper-btn {
    margin: 30px auto 0;
    display: flex;
    gap: 16px;
    justify-content: center;
  }



  /* .quiz__wrapper-btn button {
    font-size: 22px;
  } */

  /* .quiz__wrapper-finish {
    font-size: 35px;
    padding: 150px 0;
    margin: auto;
  } */

  .quiz__wrapper-finish > span {
    margin-top: 30px;
  }
}

/* new style */
.bg-1,
.bg-2,
.bg-3{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-1{
  background-image: url(../bajka-1/bg-1-desktop.jpg);
}
.bg-2{
  background-image: url(../bajka-1/bg-2-desktop.jpg);
}
.bg-3{
  background-image: url(../bajka-1/bg-3-desktop.jpg);
}
@media (max-width:1170px) {
  .bg-1{
    background-image: url(../bajka-1/bg-1-tablet.jpg);
  }
  .bg-2{
    background-image: url(../bajka-1/bg-2-tablet.jpg);
  }
  .bg-3{
    background-image: url(../bajka-1/bg-3-tablet.jpg);
  }
}

@media (max-width:768px) {
  .bg-1{
    background-image: url(../bajka-1/bg-1-telefon.jpg);
  }
  .bg-2{
    background-image: url(../bajka-1/bg-2-telefon.jpg);
  }
  .bg-3{
    background-image: url(../bajka-1/bg-3-telefon.jpg);
  }
}

.slider-controls{
  background: transparent;
}

.blue-tabs-container{
  margin-top: 32px;
  display: flex;
  gap: 32px;
}

.blue-tab{
  width: 100%;
  padding: 48px 32px;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  background-color: #DEEDF280;
  text-align: center;
}
.blue-tab-title{
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0;
}

.blue-tab-p{
  font-size: 20px;
  line-height: 26px;
  flex: 1;
}

@media (max-width:1170px) {
  .blue-tab-title{
    font-size: 20px;
    line-height: 26px;
  }
  
  .blue-tab-p{
    font-size: 18px;
    line-height: 24px;
  }
  .blue-tabs-container{
    gap: 24px;
    margin-top: 16px;
  }
}

@media (max-width:768px) {
  .blue-tabs-container{
    flex-direction: column;
    margin-top: 6px;
  }
}


.five-banner{
  background-image: url(../bajka-1/ilu-1-desktop.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 35px 40px;
  border-radius: 8px;
  margin-bottom: 32px;
}
.five-banner h2{
  color: #FFF;
  text-align: left;
  margin-bottom: 0;
}
@media (max-width:1170px) {
  .five-banner{
    background-image: url(../bajka-1/ilu-1-tablet.jpg);
    padding: 100px 35px 30px;
  }
}

@media (max-width:768px) {
  .five-banner{
    background-image: url(../bajka-1/ilu-1-telefon.jpg);
    padding: 100px 20px 20px;
  }
}


.quiz-question-nums{
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-bottom: 16px;
}

.q-num{
  width: 32px;
  height: 32px;
  display: grid;
  place-content: center;
  color: #9BC3D3;
  border: 2px solid #9BC3D3;
  background-color: #FFF;
  border-radius: 50%;
  position: relative;
}

.q-num:nth-child(2)::before{
  content: '';
  width: 24px;
  height: 2px;
  background-color: #9BC3D3;
  position: absolute;
  left: -30px;
  top:50%;
}
.q-num:nth-child(2)::after{
  content: '';
  width: 24px;
  height: 2px;
  background-color: #9BC3D3;
  position: absolute;
  right: -30px;
  top:50%;
}
.q-num[data-active]{
  background-color: #9BC3D3;
  color: #FFF;
}

.btn-quiz{
  font-size: 16px;
}

/* POPUP */
.popup{
  border: none;
  border-radius: 0.5rem;
  background-color: #FFF;
  padding: 42px 65px;
  padding-bottom: 52px;
  max-width: 1190px;
  margin-inline: auto;
  margin-block: auto;

  -webkit-box-shadow: 0px 3px 20px 0px rgba(66, 68, 90, 0.2);
  -moz-box-shadow: 0px 3px 20px 0px rgba(66, 68, 90, 0.2);
  box-shadow: 0px 3px 20px 0px rgba(66, 68, 90, 0.2);
}

/* @media (max-width:1190px) {
  .popup{
    margin-inline: 16px;
  }
} */


.popup::backdrop{
  background: rgb(222 237 242 / 0.65);
  opacity: 0;
}
.close-popup{
  cursor: pointer;
  position: absolute;
  top:0;
  right: 0;
  border: none;
  padding: 12px;
  border-radius: 0 0.5rem 0 0.5rem;
  background-color: #ec0000;
}
/* popup animation */
.popup[open] {
  animation: fade-in 500ms forwards;
}

.popup[open]::backdrop {
  animation: fade-in 500ms forwards;
}

.popup[closing] {
  display: block;
  pointer-events: none;
  inset: 0;
  animation: fade-out 300ms forwards;
}

.popup[closing]::backdrop{
  animation: fade-out 300ms forwards;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* video popup */
.video-popup::backdrop{
  background: rgb(222 237 242 / 0.65);
  opacity: 0;
}
.video-popup{
  /* width: 100%; */
  border: none;
  padding: 16px;
  border-radius: 8px;
}
.video-player div{
  transition:all 300ms ease;
}
.video-player:hover div{
  scale: 1.1;
}

iframe, object, embed {
  max-width: 100%;
}

.video-popup{
  --width: 30vw;
  width: var(--width);
  /* height: calc(0.56 * var(--width)); */
}

@media (max-width:1068px) {
  .video-popup{
    --width: 70vw;
  }
}

@media (max-width:468px) {
  .video-popup{
    --width: 90vw;
  }
}

.video-wrapper{
  position: relative;
  overflow: hidden;
  /* padding-top: 56.25%;  horizontal*/
  padding-top: 177%;
}

.video-wrapper iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}


.close-popup{
  cursor: pointer;
  position: absolute;
  top:0;
  right: 0;
  border: none;
  padding: 12px;
  border-radius: 0 0.5rem 0 0.5rem;
  background-color: #EC0000;
  z-index: 999;
}
