@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
*,
*::after,
*::before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 52.5%;
  background-color: #ffffff;
  font-family: "Lato", sans-serif;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

video {
  width: 100%;
  height: auto;
}

a, div, span, input, select, h1, h2, h3, h4, h5, h6, p, section, nav, button, textarea, label, article, aside, details, header, footer, summary, fieldset, form, legend, option, ul, li, ol, table, thead, tfoot, tbody, tr, td, th, col, colgroup {
  font-family: "Lato", sans-serif;
}

input, select {
  font-family: "Lato", sans-serif;
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder {
  font-family: "Lato", sans-serif;
}
input:-ms-input-placeholder, select:-ms-input-placeholder {
  font-family: "Lato", sans-serif;
}
input:-moz-placeholder, select:-moz-placeholder {
  font-family: "Lato", sans-serif;
}
input::-moz-placeholder, select::-moz-placeholder {
  font-family: "Lato", sans-serif;
}

/* **   Grid Settings */
/* **   GRID FROM BOOTSTRAP 4.0 */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1440px;
  }
}

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

.row {
  display: flex;
  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-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1500px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1500px) {
  .d-xxl-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-xxl-flex {
    display: flex !important;
  }

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

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

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

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

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

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

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

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

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

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

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

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

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

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

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

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

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

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

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

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

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

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

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

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

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

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

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

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

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

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

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

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

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

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

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

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1500px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

@media (min-width: 576px) {
  .position-sm-relative {
    position: relative !important;
  }

  .position-sm-absolute {
    position: absolute !important;
  }
}
@media (min-width: 768px) {
  .position-md-relative {
    position: relative !important;
  }

  .position-md-absolute {
    position: absolute !important;
  }
}
@media (min-width: 992px) {
  .position-lg-relative {
    position: relative !important;
  }

  .position-lg-absolute {
    position: absolute !important;
  }
}
@media (min-width: 1200px) {
  .position-xl-relative {
    position: relative !important;
  }

  .position-xl-absolute {
    position: absolute !important;
  }
}
@media (min-width: 1500px) {
  .position-xxl-relative {
    position: relative !important;
  }

  .position-xxl-absolute {
    position: absolute !important;
  }
}
.marginBottom {
  margin-bottom: 50px !important;
}

.marginTop {
  margin-top: 50px !important;
}

.paddingBottom {
  padding-bottom: 50px !important;
}

.paddingTop {
  padding-top: 50px !important;
}

.paddingBottomHalf {
  padding-bottom: 25px !important;
}

.paddingTopHalf {
  padding-top: 25px !important;
}

.marginBottomHalf {
  margin-bottom: 25px !important;
}

.marginTopHalf {
  margin-top: 25px !important;
}

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

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

.marginBottomZero {
  margin-bottom: 0 !important;
}

.marginTopZero {
  margin-top: 0 !important;
}

.c-pointer {
  cursor: pointer;
}

/* **   Background colors */
.bg-yellow {
  background-color: #fff200;
}

.bg-light-yellow {
  background-color: #fffdcd;
}

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

.bg-black {
  background-color: #000000;
}

.bg-blue {
  background-color: #5eb3e4;
}

.bg-green {
  background-color: #00b47b;
}

.bg-pink {
  background-color: #ff66b1;
}

.bg-purple {
  background-color: #b264ff;
}

.bg-error {
  background-color: #c31919;
}

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

.bg-gray-trans {
  background-color: rgba(0, 0, 0, 0.4);
}

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

.bg-facebook {
  background-color: #0075fb;
}

.bg-twitter {
  background-color: #00a5fc;
}

.bg-google {
  background-color: #ec4233;
}

/* **   Text colors */
.text-yellow {
  color: #fff200;
}

.text-white {
  color: #ffffff;
}

.text-black {
  color: #000000;
}

.text-blue {
  color: #5eb3e4;
}

.text-green {
  color: #00b47b;
}

.text-pink {
  color: #ff66b1;
}

.text-purple {
  color: #b264ff;
}

.text-error {
  color: #c31919;
}

.text-gray {
  color: rgba(0, 0, 0, 0.4);
}

.text-gray-nontrans {
  color: #eeeeee;
}

.text-gray-dark {
  color: #585454;
}

.fz-40 {
  font-size: 4rem;
}

.fz-30 {
  font-size: 3rem;
}

.fz-24 {
  font-size: 2.4rem;
}

.fz-20 {
  font-size: 2rem;
}

.fz-18 {
  font-size: 1.8rem;
}

.fz-16 {
  font-size: 1.6rem;
}

.fz-14 {
  font-size: 1.4rem;
}

.font-weight-light {
  font-weight: 200;
}

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

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

.line-height-100 {
  line-height: 100%;
}

.line-height-110 {
  line-height: 110%;
}

.line-height-125 {
  line-height: 125%;
}

.line-height-150 {
  line-height: 150%;
}

.line-height-175 {
  line-height: 175%;
}

.line-height-200 {
  line-height: 200%;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1500px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
.capitalize {
  text-transform: capitalize !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.underline {
  text-decoration: underline;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.w-unset {
  width: unset;
}

.h-unset {
  height: unset;
}

@media (min-width: 576px) {
  .w-sm-100 {
    width: 100%;
  }

  .h-sm-100 {
    height: 100%;
  }

  .w-sm-unset {
    width: unset;
  }

  .h-sm-unset {
    height: unset;
  }
}
@media (min-width: 768px) {
  .w-md-100 {
    width: 100%;
  }

  .h-md-100 {
    height: 100%;
  }

  .w-md-unset {
    width: unset;
  }

  .h-md-unset {
    height: unset;
  }
}
@media (min-width: 992px) {
  .w-lg-100 {
    width: 100%;
  }

  .h-lg-100 {
    height: 100%;
  }

  .w-lg-unset {
    width: unset;
  }

  .h-lg-unset {
    height: unset;
  }
}
@media (min-width: 1200px) {
  .w-xl-100 {
    width: 100%;
  }

  .h-xl-100 {
    height: 100%;
  }

  .w-xl-unset {
    width: unset;
  }

  .h-xl-unset {
    height: unset;
  }
}
@media (min-width: 1500px) {
  .w-xxl-100 {
    width: 100%;
  }

  .h-xxl-100 {
    height: 100%;
  }

  .w-xxl-unset {
    width: unset;
  }

  .h-xxl-unset {
    height: unset;
  }
}
.btn, .user-account__update, .user-account__field ul li label, .user-account__editIcon {
  cursor: pointer;
  padding: 1rem 3rem;
  color: #000000;
  font-weight: 700;
  border-radius: 2.5rem;
  text-align: center;
  display: inline-block;
  font-size: 1.8rem;
  transition: all 0.3s;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  line-height: 1;
}
.btn:focus, .user-account__update:focus, .user-account__field ul li label:focus, .user-account__editIcon:focus, .btn:active, .user-account__update:active, .user-account__field ul li label:active, .user-account__editIcon:active {
  outline: none;
}
@media screen and (max-width: 767px) {
  .btn, .user-account__update, .user-account__field ul li label, .user-account__editIcon {
    font-size: 1.6rem;
  }
}
.btn--nomargin {
  margin-left: 0px;
  margin-right: 0px;
}
.btn--circle {
  min-width: 4rem;
  padding: 1rem;
}
.btn--yellow, .user-account__update, .user-account__field ul li label.selected {
  background-color: #fff200;
  border: 1px solid #fff200;
}
.btn--yellow:hover, .user-account__update:hover, .user-account__field ul li label.selected:hover, .btn--yellow:focus, .user-account__update:focus, .user-account__field ul li label.selected:focus, .btn--yellow:active, .user-account__update:active, .user-account__field ul li label.selected:active {
  background-color: #ffffff;
  border-color: black;
}
.btn--white, .user-account__field ul li label, .user-account__editIcon {
  border: 1px solid;
  background-color: #ffffff;
}
.btn--white:hover, .user-account__field ul li label:hover, .user-account__editIcon:hover, .btn--white:focus, .user-account__field ul li label:focus, .user-account__editIcon:focus, .btn--white:active, .user-account__field ul li label:active, .user-account__editIcon:active {
  background-color: #fff200;
  border-color: #fff200;
}
.btn--square {
  border-radius: 0px;
  font-weight: 200;
  font-size: 1.6rem;
  padding: 0.375em 1.0625em;
  line-height: 18/16;
  color: #000000;
  border: 1px solid #070808;
  margin: 0px;
}

.btn-row {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  max-width: 100%;
}

.btn-group {
  display: flex;
  margin-right: -6px;
}
.btn-group .btn, .btn-group .user-account__update, .btn-group .user-account__field ul li label, .user-account__field ul li .btn-group label, .btn-group .user-account__editIcon {
  margin-right: 6px;
  margin-bottom: 6px;
}

.bg-black .btn--white, .bg-black .user-account__field ul li label, .user-account__field ul li .bg-black label, .bg-black .user-account__editIcon, .bg-black .btn--yellow, .bg-black .user-account__update,
.bg-blue .btn--white,
.bg-blue .user-account__field ul li label,
.user-account__field ul li .bg-blue label,
.bg-blue .user-account__editIcon,
.bg-blue .btn--yellow,
.bg-blue .user-account__update,
.bg-green .btn--white,
.bg-green .user-account__field ul li label,
.user-account__field ul li .bg-green label,
.bg-green .user-account__editIcon,
.bg-green .btn--yellow,
.bg-green .user-account__update,
.bg-pink .btn--white,
.bg-pink .user-account__field ul li label,
.user-account__field ul li .bg-pink label,
.bg-pink .user-account__editIcon,
.bg-pink .btn--yellow,
.bg-pink .user-account__update,
.bg-purple .btn--white,
.bg-purple .user-account__field ul li label,
.user-account__field ul li .bg-purple label,
.bg-purple .user-account__editIcon,
.bg-purple .btn--yellow,
.bg-purple .user-account__update {
  border: none;
}

.play-btn {
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.social-media-list {
  list-style-type: none;
  margin: 0 -2.4rem;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .social-media-list {
    margin: 0 -2rem;
  }
}
@media screen and (max-width: 575px) {
  .social-media-list {
    margin: 0 -1.5rem;
  }
}
.social-media-list--smallIcon li a svg {
  max-height: 20px;
}
.social-media-list--whiteIcon li a svg path {
  fill: #ffffff;
}
.social-media-list li {
  padding: 0 2.4rem;
}
@media screen and (max-width: 1499px) {
  .social-media-list li {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 1199px) {
  .social-media-list li {
    padding: 0 1.2rem;
  }
}
.social-media-list li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .social-media-list li {
    padding: 0 1.5rem;
  }
}

.search-box {
  background-color: #000000;
  display: none;
}
.search-box--open {
  display: block;
  position: absolute !important;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 99999;
}
.search-box--opened {
  display: block;
  position: relative !important;
}
.search-box__label {
  width: 100%;
  color: #ffffff;
  font-size: 3rem;
  line-height: 3.6rem;
  display: block;
}
.search-box__input {
  font-size: 2.4rem;
  line-height: 2.9rem;
  background-color: transparent;
  border: 0;
  border-bottom: 0.5rem solid #ffffff;
  padding: 3rem 0;
  outline: none;
  color: #ffffff;
  width: 100%;
  max-width: 60rem;
}
@media screen and (min-width: 768px) {
  .search-box__input {
    min-width: 60rem;
  }
}
@media screen and (max-width: 767px) {
  .search-box__input {
    max-width: 100%;
  }
}
.search-box__submit {
  background-color: transparent;
  border: 0;
  width: 4rem;
  height: 4.8rem;
  background-color: #000000;
  background-image: url("../../assets/img/search-arrow.svg");
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: right;
  position: absolute;
  right: 0;
  outline: none;
  cursor: pointer;
}
.search-box__close {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 1.5rem;
  cursor: pointer;
  z-index: 9;
  padding-right: 3rem;
}
.search-box__closeIcon {
  margin-left: 1rem;
}
.search-box__closeIcon span {
  position: absolute;
  border-radius: 2.5rem;
  background-color: #ffffff;
  width: 3rem;
  height: 0.3rem;
  transform: rotate(45deg);
}
.search-box__closeIcon span:last-child {
  transform: rotate(-45deg);
}

.main-heading {
  margin: 0;
  position: relative;
  line-height: 125%;
}
.main-heading--decor:before {
  content: "";
  width: 8.5rem;
  height: 0.5rem;
  background-color: #000000;
  position: absolute;
}
.main-heading--decor--top {
  padding-top: 2.5rem;
}
.main-heading--decor--top:before {
  top: 0;
}
.main-heading--decor--bottom {
  padding-bottom: 2.5rem;
}
.main-heading--decor--bottom:before {
  bottom: 0;
}
.main-heading--decor--left {
  text-align: left;
}
.main-heading--decor--left:before {
  left: 0;
}
.main-heading--decor--right {
  text-align: right;
}
.main-heading--decor--right:before {
  right: 0;
}
.main-heading--decor--center {
  text-align: center;
}
.main-heading--decor--center:before {
  left: 50%;
  transform: translateX(-50%);
}

.main-paragraph p {
  font-size: 1em;
}
.main-paragraph p:last-child {
  margin: 0;
}

.main-slider {
  max-width: 100%;
  width: 100%;
  position: relative;
}
.main-slider--small .main-slider__slide {
  min-height: 348px;
}
.main-slider--normal .main-slider__slide {
  min-height: 420px;
}
@media (min-width: 992px) {
  .main-slider--normal .main-slider__slide {
    min-height: 543px;
  }
}
.main-slider__slide {
  background-position: right center;
  background-size: cover;
  display: flex !important;
}
.main-slider__slide:focus {
  outline: none;
}
.main-slider__slide--left {
  justify-content: flex-start;
}
.main-slider__slide--center {
  justify-content: center;
}
.main-slider__slide--center .main-slider__content {
  margin: 95px 30px;
}
@media screen and (min-width: 1500px) {
  .main-slider__slide--center .main-slider__content-wrapper--small .main-slider__content {
    margin-left: 0;
    margin-right: 0 !important;
  }
}
.main-slider__slide--right {
  justify-content: flex-end;
}
.main-slider__slide--right .main-slider__content {
  margin: 95px 30px;
}
@media screen and (min-width: 1500px) {
  .main-slider__slide--right .main-slider__content-wrapper--small .main-slider__content {
    margin-right: 293px;
  }
}
.main-slider__content-wrapper {
  display: flex;
  align-items: flex-end;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .main-slider__content-wrapper--big {
    width: 50%;
  }
  .main-slider__content-wrapper--big .main-slider__content {
    margin-right: 0px;
  }
}
.main-slider__content-wrapper--small .main-slider__content {
  width: 413px;
}
@media (min-width: 1200px) {
  .main-slider__content-wrapper--small .main-slider__content {
    padding: 16px 28px;
  }
}
@media screen and (min-width: 1500px) {
  .main-slider__content-wrapper--small .main-slider__content {
    margin-left: 293px;
  }
}
.main-slider__content {
  width: 658px;
  max-width: 100%;
  padding: 15px;
  margin: 95px 30px;
}
@media (min-width: 992px) {
  .main-slider__content {
    padding: 26px 43px;
  }
}
@media (min-width: 1200px) {
  .main-slider__content {
    margin-left: 147px;
  }
}
.main-slider__arrow {
  cursor: pointer;
  display: none !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  align-items: center;
  justify-content: center;
  width: 5rem;
  background-color: rgba(255, 255, 255, 0.25);
}
.main-slider__arrow--left {
  left: 0px;
}
.main-slider__arrow--right {
  right: 0px;
}
.main-slider__arrow.slick-disabled svg path {
  fill: rgba(0, 0, 0, 0.4);
}
@media (min-width: 1200px) {
  .main-slider__arrow {
    display: flex !important;
  }
}
.main-slider__arrow.slick-hidden {
  display: none !important;
}
.main-slider .slick-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
  list-style: none;
  display: flex;
  margin: 0px;
  padding: 0px;
  justify-content: center;
}
.main-slider .slick-dots li {
  margin: 4px;
  cursor: pointer;
  width: 21px;
  height: 21px;
  background-color: #000000;
  border-radius: 100%;
  border: 1px solid #000000;
}
.main-slider .slick-dots li button {
  display: none;
}
.main-slider .slick-dots li.slick-active {
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.4);
}
.main-slider .slick-dots li:only-child {
  display: none;
}
@media (min-width: 992px) {
  .main-slider .slick-dots {
    bottom: 31px;
  }
}
.main-slider__heading-logo {
  background-color: #fff200;
  padding: 1.5rem;
  position: absolute;
  right: calc((10rem / 2) * -1);
  top: calc((10rem / 2) * -1);
  max-width: 10rem;
}
.main-slider__badge {
  right: 0;
  top: 5rem !important;
}

.main-carousel {
  max-width: 100%;
  padding: 0px 35px;
  position: relative;
  display: block;
}
.main-carousel--nocarousel {
  padding: 0px;
}
.main-carousel__slider:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
}
.main-carousel__slider:not(.slick-slider) .main-carousel__slide-spacer {
  margin-bottom: 10px;
}
.main-carousel__slide:focus {
  outline: none;
}
.main-carousel__slide .card-with-badge, .main-carousel__slide .big-card-with-badge {
  min-width: initial;
}
.main-carousel__slide-spacer {
  margin: 0px 5px;
}
.main-carousel__link:focus {
  outline: none;
}
.main-carousel__arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.main-carousel__arrow--left {
  left: -1px;
}
.main-carousel__arrow--right {
  right: -1px;
}
.main-carousel__arrow.slick-disabled svg {
  width: 17px;
}
.main-carousel__arrow.slick-disabled svg path {
  fill: rgba(0, 0, 0, 0.4);
}
.main-carousel__arrow.slick-hidden {
  display: none !important;
}

.slick-slider .card-with-badge, .slick-slider .big-card-with-badge {
  width: auto;
}

.card-with-badge {
  background-position: center center;
  background-size: cover;
  min-width: 323px;
  width: 323px;
  max-width: 100%;
  min-height: 323px;
  position: relative;
}
.card-with-badge:before {
  content: " ";
  display: block;
  padding-top: 100%;
}
.card-with-badge--full-width {
  width: 100% !important;
  max-height: 42rem;
  min-width: unset !important;
}
.card-with-badge--full-width .card-with-badge__badge {
  min-height: unset;
}
.card-with-badge__badge {
  position: absolute;
  bottom: 10px;
  width: 82.6625386997%;
  min-height: 112px;
  padding: 10px 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.card-with-badge__content {
  min-height: 4rem;
}
.card-with-badge__description-and-icon-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.card-with-badge__badge-description {
  margin-top: 0.4em;
  margin-bottom: 0px;
  width: 100%;
  max-width: calc(100% - 50px);
  display: inline-flex;
  align-items: flex-end;
}
.card-with-badge__icon {
  padding-left: 10px;
  width: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.card-with-badge__icon--full-width {
  width: 100%;
}

.big-card-with-badge {
  background-position: center center;
  background-size: cover;
  min-width: 368px;
  width: 368px;
  min-height: 545px;
  max-width: 100%;
  position: relative;
}
.big-card-with-badge__badge {
  position: absolute;
  bottom: 23px;
  width: 100%;
  min-height: 112px;
  padding: 10px 20px;
  padding-right: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .big-card-with-badge__badge {
    padding: 35px 40px;
  }
}
.big-card-with-badge__content {
  min-height: 4rem;
  width: 100%;
}
.big-card-with-badge__description-and-icon-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.big-card-with-badge__badge-description {
  margin-top: 0.4em;
  margin-bottom: 0px;
  width: 100%;
  max-width: calc(100% - 50px);
  display: inline-flex;
  align-items: flex-end;
}
.big-card-with-badge__icon {
  padding-left: 10px;
  width: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.big-card-with-badge__icon--full-width {
  width: 100%;
}
.big-card-with-badge .standard-label {
  position: absolute;
  top: 19px;
  right: 0px;
}

.svg-icon.text-yellow svg path {
  fill: #fff200;
}
.svg-icon.text-white svg path {
  fill: #ffffff;
}
.svg-icon.text-black svg path {
  fill: #000000;
}
.svg-icon.text-blue svg path {
  fill: #5eb3e4;
}
.svg-icon.text-green svg path {
  fill: #00b47b;
}
.svg-icon.text-pink svg path {
  fill: #ff66b1;
}
.svg-icon.text-purple svg path {
  fill: #b264ff;
}
.svg-icon.text-error svg path {
  fill: #c31919;
}
.svg-icon.text-gray svg path {
  fill: rgba(0, 0, 0, 0.4);
}
.svg-icon.text-gray-nontrans svg path {
  fill: #eeeeee;
}

.image-text {
  position: relative;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 991px) {
  .image-text {
    flex-wrap: wrap;
  }
}
.image-text--label, .image-text--bigger-image {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (min-width: 1200px) {
  .image-text--label, .image-text--bigger-image {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  .image-text--label, .image-text--bigger-image {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.image-text--right {
  justify-content: flex-end;
}
.image-text--left {
  justify-content: flex-start;
}
.image-text__content-wrapper {
  z-index: 2;
  min-width: 50%;
}
@media (min-width: 1200px) {
  .image-text__content-wrapper {
    width: 50%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .image-text__content-wrapper {
    max-width: 60%;
  }
}
.image-text--small.image-text--right .image-text__content-wrapper {
  padding-right: 60px;
}
@media screen and (max-width: 991px) {
  .image-text--small.image-text--right .image-text__content-wrapper {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 767px) {
  .image-text--small.image-text--right .image-text__content-wrapper {
    padding: 0;
  }
}
.image-text--small.image-text--left .image-text__content-wrapper {
  padding-left: 60px;
}
@media screen and (max-width: 991px) {
  .image-text--small.image-text--left .image-text__content-wrapper {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 767px) {
  .image-text--small.image-text--left .image-text__content-wrapper {
    padding: 0;
  }
}
.image-text__content {
  padding: 25px 15px;
}
@media (min-width: 1200px) {
  .image-text__content {
    padding: 6.5rem 20rem 6.5rem 9rem;
  }
}
.image-text__bg {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 60%;
  background-size: cover;
}
.image-text--bigger-text .image-text__bg {
  height: 80%;
}
.image-text--bigger-text.image-text--label .image-text__bg {
  height: 50%;
}
.image-text--right .image-text__bg {
  background-position: left center;
  left: 0px;
}
.image-text--left .image-text__bg {
  background-position: right center;
  right: 0px;
}
@media screen and (max-width: 991px) {
  .image-text__bg {
    position: relative;
    top: unset;
    transform: unset;
    width: 100%;
    height: 30rem;
  }
}
.image-text__label {
  position: absolute;
  top: 0px;
}
.image-text--right .image-text__label {
  right: 0px;
}
.image-text--left .image-text__label {
  left: 0px;
}

.standard-label {
  padding: 7px 22px;
}

.newsletter-section {
  width: 100%;
  display: flex;
}
.newsletter-section__content-wrapper {
  width: 1016px;
  max-width: 100%;
  padding: 38px 29px;
}
@media (min-width: 992px) {
  .newsletter-section__content {
    padding-right: 60px;
  }
}
.newsletter-section__form {
  max-width: 100%;
}
.newsletter-section__form .standard-input, .newsletter-section__form .billing-form input, .billing-form .newsletter-section__form input, .newsletter-section__form .billing-form select, .billing-form .newsletter-section__form select, .newsletter-section__form .billing-form .select2-selection__rendered, .billing-form .newsletter-section__form .select2-selection__rendered {
  margin-right: 20px;
  width: 280px;
  max-width: 100%;
}
.newsletter-section__form .btn, .newsletter-section__form .user-account__update, .newsletter-section__form .user-account__field ul li label, .user-account__field ul li .newsletter-section__form label, .newsletter-section__form .user-account__editIcon {
  margin-left: 0px;
  cursor: pointer;
}
.newsletter-section__label {
  display: block;
  margin-bottom: 9px;
}

.standard-input, .billing-form input, .billing-form select, .billing-form .select2-selection__rendered {
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #dddddd;
  padding: 1.125em 1.5em;
}

.clf-qty-wrap {
  margin-bottom: 20px;
}
.clf-qty-wrap input.input-text.qty.text {
  border: 1px solid #dddddd;
  border-radius: 8px;
  font-size: 16px;
  padding: 1em;
  width: 100px;
}

.single-event-block {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .single-event-block {
    flex-wrap: nowrap;
  }
}
.single-event-block__img {
  min-height: 225px;
  min-width: 348px;
}
.single-event-block__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .single-event-block__img {
    min-height: 325px;
    min-width: 448px;
  }
}
@media screen and (max-width: 767px) {
  .single-event-block__img {
    max-height: 30rem;
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.single-event-block__header {
  margin-bottom: 0.8em;
}
.single-event-block__content-wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .single-event-block__content-wrapper {
    margin-bottom: 55px;
  }
}
.single-event-block__content {
  position: relative;
  padding: 20px 30px;
}
@media (min-width: 768px) {
  .single-event-block__content {
    padding: 25px 40px 25px 40px;
  }
}
@media (min-width: 992px) {
  .single-event-block__content {
    padding: 30px 50px 35px 60px;
  }
}
.single-event-block__tag-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.single-event-block__tags {
  width: calc(100% - 25px);
}
.single-event-block__partnership {
  display: flex;
  align-items: flex-end;
  max-width: 25px;
  width: 100%;
}
.single-event-block__partner {
  display: block;
  min-width: 160px;
  min-height: 70px;
  margin-left: 5px;
}

@media (min-width: 768px) {
  .single-event-block__img + .single-event-block__content-wrapper {
    padding-left: 20px;
  }
}
.single-event-block__img + .single-event-block__content-wrapper .single-event-block__content {
  left: -15px;
}
@media (min-width: 768px) {
  .single-event-block__img + .single-event-block__content-wrapper .single-event-block__content {
    padding: 25px 40px 25px 40px;
    left: -50px;
  }
}
@media screen and (max-width: 767px) {
  .single-event-block__img + .single-event-block__content-wrapper .single-event-block__content {
    left: 0;
  }
}

.event-listing__container {
  position: relative;
}
.event-listing__container > a {
  display: block;
  animation: lazy-load 0.5s ease-in-out;
}
.event-listing--videos .event-listing__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px -6px;
}
.event-listing--videos .event-listing__container .card-with-badge {
  margin-bottom: 50px;
  margin-left: 5px;
  margin-right: 5px;
}
.event-listing--videos .loader__text {
  color: #ffffff;
}

@keyframes lazy-load {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tags {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.tag {
  font-size: 14px;
  padding: 0.3571428571em 0.8571428571em;
  background-color: #ffffff;
  color: #000000;
  margin: 5px;
  text-align: center;
  font-weight: 200;
}

.listing-filters {
  position: relative;
  background-color: #fffdcd;
  z-index: 1;
  padding-top: 25px;
  display: grid;
  grid-template-areas: "all filters apply result";
}
@media screen and (max-width: 991px) {
  .listing-filters {
    display: none;
  }
}
@media screen and (max-width: 1439px) {
  .listing-filters {
    grid-template-areas: "filters filters filters" "all apply result";
  }
}
.listing-filters:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0px;
  left: -15px;
  width: calc(100vw);
  height: 100%;
  background-color: #fffdcd;
  z-index: -1;
}
.listing-filters__label {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1439px) {
  .listing-filters__label {
    width: 100%;
  }
}
.listing-filters__filters {
  display: flex;
  flex-wrap: wrap;
}
.listing-filters__filters .listing-filters__inputs:last-child .selectric-standard-select {
  margin-right: 0px;
}
.listing-filters__item {
  margin-right: 25px;
}
@media screen and (max-width: 1439px) {
  .listing-filters__item {
    margin-right: 0px;
  }
}
.listing-filters__result, .listing-filters__label {
  align-items: flex-start;
  margin-top: 0.4em;
}
@media (max-width: 767.98px) {
  .listing-filters__inputs {
    min-width: initial;
    width: 100%;
  }
}
.listing-filters__all {
  grid-area: all;
  display: flex;
  justify-content: flex-end;
}
.listing-filters__filters {
  grid-area: filters;
}
.listing-filters__apply {
  grid-area: apply;
}
@media screen and (max-width: 1439px) {
  .listing-filters__apply {
    display: flex;
    justify-content: center;
  }
}
.listing-filters__result {
  grid-area: result;
}
@media screen and (max-width: 1439px) {
  .listing-filters__result {
    display: flex;
    justify-content: flex-start;
  }
}
.listing-filters .selectric-standard-select {
  margin-right: 10px;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .listing-filters .selectric-standard-select {
    min-width: initial;
    width: 100%;
  }
}

.container .listing-filters:before {
  display: none;
}

@media screen and (min-width: 992px) {
  .container--padding .listing-filters:before {
    left: -60px;
  }
}

.preloader {
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 0.8333333333em;
  top: 3.8888888889em;
  right: 0.8333333333em;
  bottom: -1.6666666667em;
  z-index: 99;
  display: none;
}
.preloader--wide {
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.preloader__ring {
  display: flex;
  width: 4.4444444444em;
  height: 4.4444444444em;
  margin: 5.5555555556em auto 5.5555555556em auto;
  position: sticky;
  top: 5.5555555556em;
}
.preloader__ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 3.5555555556em;
  height: 3.5555555556em;
  margin: 0.4444444444em;
  border: 0.4444444444em solid #fff200;
  border-radius: 50%;
  animation: preloader__ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff200 transparent transparent transparent;
}
.preloader__ring divdiv:nth-child(1) {
  animation-delay: -0.45s;
}
.preloader__ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.preloader__ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes preloader__ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader {
  display: flex;
  flex-direction: column;
}
.loader__text {
  text-align: center;
  justify-content: center;
  font-size: 0.9em;
}
.loader__spinner {
  width: 40px;
  height: 40px;
  margin: 1em auto;
  position: relative;
}
.loader__spinner:before, .loader__spinner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 6px solid transparent;
  border-top-color: #b4b4b4;
}
.loader__spinner:before {
  z-index: 100;
  animation: spin 1.5s infinite;
}
.loader__spinner:after {
  border: 6px solid #ebebeb;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.contact-us-section__item {
  padding: 3rem;
}
@media screen and (max-width: 575px) {
  .contact-us-section__item {
    padding: 1.5rem;
  }
}
.contact-us-section__icon {
  min-width: 5rem;
}
@media screen and (max-width: 575px) {
  .contact-us-section__icon {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.contact-us-section__content {
  margin-left: 2.5rem;
}
@media screen and (max-width: 575px) {
  .contact-us-section__content {
    margin-left: initial;
    width: 100%;
  }
}
.contact-us-section__heading {
  margin-bottom: 1rem;
}
.contact-us-section__paragraph a {
  color: #000000;
}

.gallery-section__single-picture {
  width: 100%;
  min-height: 65rem;
  max-height: 65rem;
  background-color: #eeeeee;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 575px) {
  .gallery-section__single-picture {
    min-height: 45rem;
    max-height: 45rem;
  }
}
.gallery-section__navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  margin: 1rem -0.5rem 0 -0.5rem;
  padding: 0;
}
.gallery-section__navigation li {
  width: calc(100% / 4);
  max-height: calc(45rem + 1rem);
  padding: 0.25rem 0.5rem;
  cursor: pointer;
  transition: all 0.3s;
}
.gallery-section__navigation li:hover, .gallery-section__navigation li:focus, .gallery-section__navigation li:active {
  opacity: 0.75;
}
@media screen and (min-width: 1921px) {
  .gallery-section__navigation li {
    max-height: unset;
  }
  .gallery-section__navigation li img {
    width: 100%;
  }
}
.gallery-section__nav-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.gallery-section__nav {
  position: absolute;
  width: 32px;
  height: 61px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .gallery-section__nav {
    width: 15px;
    height: 28px;
    background-size: cover;
  }
}
.gallery-section__nav--left {
  background-image: url("../../assets/img/arrow-left.svg");
  left: 3.5rem;
}
@media screen and (max-width: 575px) {
  .gallery-section__nav--left {
    left: 1.5rem;
  }
}
.gallery-section__nav--right {
  background-image: url("../../assets/img/arrow-right.svg");
  right: 3.5rem;
}
@media screen and (max-width: 575px) {
  .gallery-section__nav--right {
    right: 1.5rem;
  }
}
.gallery-section__nav.slick-disabled {
  opacity: 0.5;
  cursor: initial;
}

.link-boxes-section__item {
  border: 1px solid #979797;
  padding: 3.5rem 4.5rem;
  display: block;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s;
}
.link-boxes-section__item:hover, .link-boxes-section__item:focus, .link-boxes-section__item:active {
  border-color: #fff200;
  background-color: #fff200;
}
@media screen and (max-width: 767px) {
  .link-boxes-section__item {
    padding: 1.5rem 2.5rem;
  }
}

.button-in-image-desc-section__item {
  width: calc(100% / 2);
}
.button-in-image-desc-section__item:nth-child(odd) {
  padding-right: 1.5rem;
}
.button-in-image-desc-section__item:nth-child(even) {
  padding-left: 1.5rem;
}
@media screen and (max-width: 991px) {
  .button-in-image-desc-section__item {
    width: 100%;
    padding: 0 !important;
  }
}
.button-in-image-desc-section__image {
  background-color: #eeeeee;
  min-height: 37rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.button-in-image-desc-section__content {
  padding-left: 5rem;
  padding-right: 5rem;
}
@media screen and (max-width: 991px) {
  .button-in-image-desc-section__content {
    padding: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .button-in-image-desc-section .row {
    margin-left: unset !important;
    margin-right: unset !important;
  }
}

.big-number-input {
  border: none;
  outline: none !important;
  font-size: 3.9rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  max-width: 7.7rem;
  line-height: 1;
  background-color: transparent;
  color: #000000;
  -moz-appearance: textfield;
}
.big-number-input::-webkit-inner-spin-button, .big-number-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.selectric-standard-select {
  width: 187px;
}
.selectric-standard-select .selectric {
  border: none;
  background-color: #ffffff;
}
.selectric-standard-select .button {
  background-color: #ffffff;
}
.selectric-standard-select .button:after {
  display: none;
}
.selectric-standard-select .button:before {
  content: url("/wp-content/themes/clean-wp/assets/img/icon-arrow-bottom.svg");
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.selectric-standard-select .label {
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  height: 40px;
  margin: 0 38px 0 14px;
}
.selectric-standard-select .selectric-items {
  border-color: #dddddd;
}
.selectric-standard-select .selectric-items li {
  color: #000000;
  background: #eeeeee;
}
.selectric-standard-select .selectric-items li:hover {
  background: #fff200;
}

.selectric-bordered-select {
  width: 350px;
  max-width: 100%;
  border: 1px solid #000000;
  border-radius: 32px;
}
.selectric-bordered-select.hasError {
  border-color: red;
}
.selectric-bordered-select .selectric {
  border-radius: 32px;
  border: none;
  background-color: #ffffff;
}
.selectric-bordered-select .button {
  background-color: #ffffff;
}
.selectric-bordered-select .button:after {
  display: none;
}
.selectric-bordered-select .button:before {
  content: url("/wp-content/themes/clean-wp/assets/img/icon-arrow-bottom.svg");
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.selectric-bordered-select .label {
  font-weight: 200;
  font-size: 1.8rem;
  color: #000000;
  height: 4rem;
  line-height: 4rem;
  margin: 0 38px 0 14px;
}
.selectric-bordered-select .selectric-items {
  border-color: #dddddd;
  margin-top: 1px;
}
.selectric-bordered-select .selectric-items li {
  color: #000000;
  background: #eeeeee;
}
.selectric-bordered-select .selectric-items li:hover {
  background: #fff200;
}

.woocommerce-message .button {
  display: none !important;
}

.update-cart-wrap button {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .update-cart-wrap button {
    display: block;
    margin-bottom: 20px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .update-cart-wrap button {
    margin-bottom: 20px;
  }
}
.product-gallery {
  position: relative;
}
.product-gallery__main:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.product-gallery__slider {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.product-gallery__nav {
  position: absolute;
  bottom: 20px;
  left: 21px;
  right: 21px;
}
@media screen and (max-width: 768px) {
  .product-gallery__nav {
    bottom: 15px;
    left: 6px;
    right: 6px;
  }
}
.product-gallery__nav-slider-item {
  cursor: pointer;
  margin-right: 9px;
  margin-left: 9px;
}
.product-gallery__nav-slider-item:focus, .product-gallery__nav-slider-item:active {
  outline: none;
}
.product-gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-form-section__wrapper {
  max-width: 66rem;
  width: 100%;
}
.contact-form-section__input {
  border: 1px solid #dddddd;
  border-radius: 0.4rem;
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 2rem;
  min-height: 5.6rem;
  padding: 0 1.5rem;
  outline: none;
  color: #585454;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}
.contact-form-section__input::placeholder {
  color: #585454;
}
.contact-form-section__input--textarea {
  padding-top: 2rem;
  padding-bottom: 2rem;
  max-width: 100%;
  min-width: 100%;
}
.contact-form-section__input[aria-invalid=true] {
  border: 1px solid #c31919;
}
.contact-form-section .wpcf7-form-control-wrap {
  display: block;
}
.contact-form-section span[role=alert] {
  display: none;
}
.contact-form-section .btn, .contact-form-section .user-account__update, .contact-form-section .user-account__field ul li label, .user-account__field ul li .contact-form-section label, .contact-form-section .user-account__editIcon {
  outline: none;
}

.podcast-listing__item {
  background-color: #fff200;
  padding: 2rem 4rem;
}
.podcast-listing__item__image {
  max-width: 6rem;
  min-height: 7.5rem;
  margin-right: 2rem;
}
.podcast-listing__item__image img {
  width: 100%;
  min-height: 7.5rem;
  object-fit: cover;
}
.podcast-listing__item__content, .podcast-listing__item__listening-time, .podcast-listing__item__icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.podcast-listing__item__content {
  max-width: 100rem;
  width: 100%;
}
.podcast-listing__item__listening-time {
  margin: 0 2rem;
  min-width: 12rem;
}
.podcast-listing__item__icon {
  min-width: 1.7rem;
}

.vimeo-video-player {
  display: none;
  width: 100%;
  color: rgba(0, 0, 0, 0.4);
}
.vimeo-video-player iframe {
  width: 100% !important;
  height: 100% !important;
}

.modal {
  padding: 25px;
  border-radius: 8px;
  background-color: #f9f9f9;
  width: 600px;
  max-width: 100%;
}

.google-map {
  width: 100%;
  height: 38rem;
}

.main-heading-payment-steps__secure-icon {
  margin-left: 1rem;
}
.main-heading-payment-steps__wrapper {
  padding-bottom: 5rem;
  border-bottom: 1px dashed #000000;
}

.heading-description-quote__single-block {
  padding-left: 4.5rem !important;
}
.heading-description-quote__single-block .main-heading:after {
  content: "“";
  font-size: 7rem;
  color: #000000;
  position: absolute;
  left: -4rem;
  top: 0.75rem;
}

.emergency-message {
  background-color: #f9f9f9;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -9999;
  align-items: center;
  justify-content: center;
  height: 100%;
  display: none;
}
.emergency-message--open {
  display: flex !important;
  z-index: 9999;
}
.emergency-message__wrapper {
  padding: 5rem 1.5rem;
  max-height: 100vh;
  overflow: auto;
}
.emergency-message__content {
  max-width: 88rem;
  width: 100%;
  margin: 0 auto;
}
.emergency-message__close {
  position: absolute;
  right: 5rem;
  top: 3rem;
  display: flex;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .emergency-message__close {
    right: 3rem;
    top: 0;
  }
}
.emergency-message__close__icon {
  position: relative;
  display: inline-block;
  min-width: 2rem;
  margin-left: 1rem;
}
.emergency-message__close__icon span {
  width: 2rem;
  height: 0.1rem;
  background-color: #000000;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  right: 0;
}
.emergency-message__close__icon span:last-child {
  transform: rotate(45deg);
}

.radio-field-label-selected input[type=radio] {
  display: none;
}
.radio-field-label-selected input[type=radio]:checked + label {
  background-color: #fff200;
  border: 1px solid #fff200;
}

@media (min-width: 992px) {
  .container--padding {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 1199.98px) {
  .related-product-header {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.hidden {
  display: none !important;
}

div#page {
  overflow: hidden;
}

.navbar__socialMediaBar {
  background-color: #fff200;
  padding: 1.8rem 0;
}
@media screen and (max-width: 767px) {
  .navbar__socialMediaBar {
    display: none;
  }
}
.navbar__navigation {
  background-color: #000000;
}
@media screen and (max-width: 767px) {
  .navbar__navigation {
    background-color: #fff200;
  }
}
.navbar__toggleBtn {
  position: relative;
  background-color: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
  width: 30px;
  height: 30px;
  padding: 3px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .navbar__toggleBtn {
    display: none;
  }
}
.navbar__toggleBtn span {
  background-color: #000000;
  width: 30px;
  height: 3px;
  display: block;
  transition: all 0.5s;
}
.navbar__toggleBtn--open span {
  position: absolute;
  transform: rotate(45deg);
  height: 0.3rem;
  top: 50%;
}
.navbar__toggleBtn--open span:first-child {
  transform: rotate(-45deg);
}
.navbar__toggleBtn--open span:last-child {
  display: none;
}
.navbar__menu {
  margin: 0 0 0 -2.5rem;
  padding: 0 0 0 18.2rem;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 1499px) {
  .navbar__menu {
    margin: 0 0 0 -1.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .navbar__menu {
    padding: 0 0 0 10.2rem;
    margin: 0 0 0 -1rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar__menu {
    padding: 0 0 0 5.2rem;
    margin: 0 0 0 -0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .navbar__menu {
    display: none;
    position: absolute;
    background-color: #fff200;
    width: 100%;
    left: 0;
    right: 0;
    top: 100%;
    padding: 0 0 2rem 6rem;
    margin: 0;
    z-index: 9999;
    height: calc(100vh - 6.3rem);
    max-height: calc(100vh - 6.3rem);
    overflow: auto;
  }
}
.navbar__menu--open {
  display: block !important;
}
.navbar__menu li {
  padding: 0 2.5rem;
  display: flex;
}
@media screen and (max-width: 1499px) {
  .navbar__menu li {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .navbar__menu li {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar__menu li {
    padding: 0 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .navbar__menu li {
    width: 100%;
    flex-wrap: wrap;
  }
}
.navbar__menu li a {
  padding: 1.5rem 0;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.6rem;
  transition: color 0.3s;
}
@media screen and (max-width: 991px) {
  .navbar__menu li a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .navbar__menu li a {
    color: #000000;
    width: 100%;
    font-size: 1.8rem;
    text-transform: unset;
    font-weight: 400;
  }
  .navbar__menu li a:hover, .navbar__menu li a:focus, .navbar__menu li a:active {
    color: unset !important;
  }
}
.navbar__menu li a:hover, .navbar__menu li a:focus, .navbar__menu li a:active {
  color: #fff200;
}
.navbar__menu li.menu-item-has-children {
  position: relative;
}
@media screen and (min-width: 767px) {
  .navbar__menu li.menu-item-has-children:hover .sub-menu {
    display: block;
  }
  .navbar__menu li.menu-item-has-children:hover .sub-menu li a {
    color: #ffffff;
  }
  .navbar__menu li.menu-item-has-children:hover .sub-menu li.current_page_item a, .navbar__menu li.menu-item-has-children:hover .sub-menu li.current-menu-item a {
    color: #fff200;
  }
}
@media screen and (min-width: 767px) and (max-width: 767px) {
  .navbar__menu li.menu-item-has-children:hover .sub-menu li.current_page_item a, .navbar__menu li.menu-item-has-children:hover .sub-menu li.current-menu-item a {
    color: #000000;
    font-weight: 700;
  }
}
.navbar__menu li.current_page_item a, .navbar__menu li.current-menu-item a {
  color: #fff200;
}
@media screen and (max-width: 767px) {
  .navbar__menu li.current_page_item a, .navbar__menu li.current-menu-item a {
    color: #000000;
    font-weight: 700;
  }
}
.navbar__wrapperMenu {
  display: flex;
  justify-content: flex-end;
}
.navbar__rightBar {
  list-style-type: none;
  margin: 0 -2.5rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1499px) {
  .navbar__rightBar {
    margin: 0 -2rem 0 0;
  }
}
@media screen and (max-width: 1199px) {
  .navbar__rightBar {
    margin: 0 -1rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .navbar__rightBar {
    margin: 0;
    min-width: 16rem;
    justify-content: space-between;
  }
}
.navbar__rightBar li {
  padding: 0 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1499px) {
  .navbar__rightBar li {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 1199px) {
  .navbar__rightBar li {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  .navbar__rightBar li {
    padding: 0;
  }
}
.navbar__rightBar li a {
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .navbar__rightBar li a {
    color: #000000;
  }
}
.navbar__rightBar li:first-child {
  border-left: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .navbar__rightBar li:first-child {
    border-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .navbar__rightBar__userAccount--active:after {
    background-image: url("../../assets/img/small-arrow-bottom-yellow.svg") !important;
  }
}
@media screen and (min-width: 768px) {
  .navbar__rightBar__userAccount--active .navbar__rightBar__userAccount__userIcon {
    background-image: url("../../assets/img/user-account-yellow.svg");
  }
}
.navbar__rightBar__userAccount:after {
  content: "";
  background-image: url("../../assets/img/small-arrow-bottom.svg");
  width: 16px;
  height: 9px;
  display: inline-block;
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .navbar__rightBar__userAccount:after {
    background-image: url("../../assets/img/small-arrow-bottom-black.svg");
  }
}
.navbar__rightBar__userAccount__userIcon {
  background-image: url("../../assets/img/user-account.svg");
  width: 20px;
  height: 20px;
  display: inline-block;
}
.navbar__rightBar__userAccount__userIcon--black {
  background-image: url("../../assets/img/user-account-black.svg");
}
.navbar__rightBar__userAccount__userIcon--yellow {
  background-image: url("../../assets/img/user-account-yellow.svg");
}
.navbar__rightBar__userAccount__menu {
  background-color: #000000;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(100% + 1.5rem);
  right: 0;
  width: 100%;
  min-width: 21rem;
  padding: 1rem 0;
  z-index: 999999;
  display: none;
}
.navbar__rightBar__userAccount__menu--open {
  display: block;
}
@media screen and (max-width: 767px) {
  .navbar__rightBar__userAccount__menu {
    top: calc(100% + 2.5rem);
    left: 50%;
    transform: translateX(-50%);
    right: unset;
  }
}
.navbar__rightBar__userAccount__menu li {
  border-left: 0 !important;
  justify-content: flex-start !important;
  padding: 1rem 2.5rem;
}
.navbar__rightBar__userAccount__menu li a {
  text-align: left;
  color: #ffffff !important;
}
.navbar__cartCount {
  color: #ffffff;
  font-size: 1.2rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1.8rem;
}
.navbar__cartCount--yellow {
  color: #fff200;
}
@media screen and (max-width: 767px) {
  .navbar__cartCount {
    color: #000000 !important;
  }
}
.navbar .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #000000;
  min-width: 30rem;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  display: none;
}
@media screen and (max-width: 767px) {
  .navbar .sub-menu {
    display: block;
    position: relative;
    top: unset;
    background-color: transparent;
    min-width: unset;
  }
}
.navbar .sub-menu li a {
  text-transform: unset;
  padding: 1rem 0;
}
@media screen and (min-width: 767px) {
  .navbar .sub-menu li a:hover, .navbar .sub-menu li a:focus, .navbar .sub-menu li a:active {
    color: #fff200 !important;
  }
}
@media screen and (max-width: 767px) {
  .navbar .sub-menu li {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .navbar__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    min-height: 7.5rem;
  }
}
.navbar__brand {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 5rem;
}
@media screen and (min-width: 768px) {
  .navbar__brand {
    background-color: #fff200;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1199px) {
  .navbar__brand {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar__brand {
    padding: 0 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .navbar__brand {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .navbar__brandLogo {
    max-height: 7.6rem;
  }
}
@media screen and (max-width: 767px) {
  .navbar__brandLogo {
    max-height: 5.6rem;
  }
}
.navbar__brandName {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #000000;
  font-weight: 700;
  max-width: 10rem;
  display: inline-block;
  margin-left: 2rem;
  display: none;
}
.navbar__bottomBar {
  background-color: #fff200;
  padding: 1.8rem 0;
}
@media screen and (max-width: 767px) {
  .navbar__bottomBar {
    display: none;
  }
}
.navbar__charityNumber {
  font-size: 1.4rem;
  color: #000000;
  width: 100%;
  text-align: right;
  display: block;
}

/* *  Main page footer styles */
.footer {
  background-color: #000000;
  color: #ffffff;
}
.footer__menu,
.footer .sub-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer__menu li a,
.footer .sub-menu li a {
  color: #ffffff;
  transition: color 0.3s;
  line-height: 2.5rem;
}
.footer__menu li a:hover, .footer__menu li a:focus, .footer__menu li a:active,
.footer .sub-menu li a:hover,
.footer .sub-menu li a:focus,
.footer .sub-menu li a:active {
  color: #fff200;
}
.footer__menu {
  display: flex;
  flex-wrap: wrap;
}
.footer__menu li {
  width: calc(100% / 6);
}
@media screen and (max-width: 991px) {
  .footer__menu li {
    width: calc(100% / 4);
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__menu li {
    width: calc(100% / 2);
    margin-bottom: 0;
  }
}
.footer__menu li a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 2.5rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .footer__menu li a {
    text-transform: unset;
    font-weight: 400;
    text-align: center;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .footer .sub-menu {
    display: none;
  }
}
.footer .sub-menu li {
  width: 100%;
  margin-bottom: 0;
}
.footer .sub-menu li a {
  text-transform: unset;
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: 0;
}
.footer__separator {
  width: 100%;
  height: 0.5rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .footer__separator {
    width: 100%;
    height: 0.2rem;
  }
}
.footer__copyright {
  padding: 1rem 0 3rem 0;
  font-size: 1.6rem;
  line-height: 2rem;
}
.footer__copyrightList {
  list-style-type: none;
  margin: 0 -1rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer__copyrightList {
    justify-content: center;
  }
}
.footer__copyrightList li {
  padding: 0 1rem;
  border-right: 1px solid #ffffff;
}
.footer__copyrightList li:last-child {
  border: 0;
}
@media screen and (max-width: 767px) {
  .footer__copyrightList li:last-child {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 1499px) {
  .footer__copyrightList li:nth-child(2) {
    border: 0;
  }
}
.footer__copyrightList li a {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1rem;
}
.footer__copyrightList li a:hover, .footer__copyrightList li a:focus, .footer__copyrightList li a:active {
  color: #fff200;
}
.footer__contact {
  color: #ffffff;
}
.footer__contact:hover, .footer__contact:focus, .footer__contact:active {
  color: #fff200;
}
.footer__contact:last-child {
  margin-left: 5rem;
}
@media screen and (max-width: 767px) {
  .footer__contact:last-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__contact {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .single-product__information {
    padding-left: 3rem;
  }
}
.single-product__controls .increment-decrement {
  margin-right: 1.6rem;
}
.single-product__share {
  cursor: pointer;
}
.single-product__share img {
  margin-left: 18px;
}
.single-product__gallery {
  position: relative;
}
.single-product__gallery .standard-label {
  position: absolute;
  right: 0px;
  top: 27px;
}
@media screen and (min-width: 992px) {
  .single-product__book {
    padding-left: 3rem;
  }
}
.single-product__book__thumbnail {
  margin-right: 3rem;
  max-width: 30rem;
}
@media screen and (max-width: 1499px) {
  .single-product__book__thumbnail {
    max-width: 23rem;
  }
}
@media screen and (max-width: 575px) {
  .single-product__book__thumbnail {
    margin-bottom: 1.5rem;
  }
  .single-product__book__thumbnail img {
    max-width: 20rem;
  }
}
.single-product__book__arrow {
  margin-left: 0.5rem;
}
.single-product__book__text {
  min-width: 12rem;
}
@media screen and (max-width: 575px) {
  .single-product__book__text {
    width: 100%;
    justify-content: center;
  }
}

.login-and-register {
  width: 100%;
  height: 100%;
}
.login-and-register__form {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 3.5rem !important;
  border-radius: 0 !important;
  text-align: unset !important;
}
@media screen and (max-width: 767px) {
  .login-and-register__form {
    padding: 0 !important;
  }
}
.login-and-register__box {
  max-width: 48.5rem;
  width: 100%;
  padding: 2.5rem 6rem;
  background-color: #F9F9F9;
  border-radius: 0.8rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
@media screen and (max-width: 575px) {
  .login-and-register__box {
    padding: 2.5rem 1.5rem;
  }
}
.login-and-register__box--bg-transparent {
  background-color: transparent;
  padding: 2.5rem;
}
@media screen and (max-width: 575px) {
  .login-and-register__box--bg-transparent {
    padding: 2.5rem 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.login-and-register__logo {
  background-color: #fff200;
  padding: 2.5rem 3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.login-and-register__logo img {
  max-width: 14rem;
  height: auto;
}
.login-and-register__close {
  position: absolute;
  right: 2.5rem;
  top: 2.5rem;
  min-width: 5rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-and-register__closeIcon-wrapper {
  min-width: 3rem;
}
.login-and-register__closeIcon {
  width: 2rem;
  height: 0.1rem;
  background-color: #000000;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  right: 0;
}
.login-and-register__closeIcon:last-child {
  transform: rotate(45deg);
}
.login-and-register__input, .login-and-register__button {
  border: 1px solid #dddddd;
  background-color: #ffffff;
  border-radius: 0.7rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 3.5rem;
}
@media screen and (max-width: 575px) {
  .login-and-register__input, .login-and-register__button {
    padding: 1.5rem;
  }
}
.login-and-register__input {
  outline-color: #dddddd;
  color: #000000;
}
.login-and-register__input::placeholder {
  color: #000000;
  font-weight: 700;
}
.login-and-register__input-instruction {
  font-size: 1.2rem;
  color: #000000;
  position: absolute;
  top: 37px;
}
.login-and-register__button {
  cursor: pointer;
}
.login-and-register__button img {
  min-width: 2.2rem;
  margin-left: 1rem;
  max-width: 2.4rem;
  max-height: 2.4rem;
}
.login-and-register__button-row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  max-width: 100%;
}
.login-and-register__button-social-media {
  border-radius: 0.7rem;
  display: flex;
  justify-content: center;
  padding: 1.5rem 3.5rem;
  color: #ffffff;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .login-and-register__button-social-media {
    width: 100%;
  }
}
.login-and-register__content {
  font-size: 1.6rem;
  font-weight: 700;
  margin-right: 1rem;
}
.login-and-register__separator {
  width: 100%;
  height: 0.1rem;
  border-top: 1px dotted #979797;
  position: relative;
}
.login-and-register__separator--with-text:before {
  content: "OR";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 0 3rem;
  font-size: 1.6rem;
}
.login-and-register__active {
  display: block !important;
}
.login-and-register .woocommerce-password-hint {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
.login-and-register .woocommerce-password-strength {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
}

.user-account__separator {
  width: 100%;
  height: 0.4rem;
  background-color: #000000;
}
.user-account__item {
  margin-bottom: 2.5rem;
}
.user-account__editIcon {
  color: #000000;
  margin: 0;
}
.user-account__editIcon span {
  margin-right: 1rem;
}
.user-account__editIcon img {
  max-width: 1.4rem;
  margin-right: 0.5rem;
}
.user-account__singleItemProduct {
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  border-radius: 0.7rem;
  padding: 2.5rem 3.5rem;
  max-width: 63.5rem;
  width: 100%;
}
.user-account__singleItemProduct__dateSpacer {
  margin-left: 1.5rem;
}
.user-account__field ul {
  list-style-type: none;
  margin: 0 !important;
  padding: 0 !important;
  max-width: 60rem;
  width: 100%;
  margin-left: -2.5rem !important;
  margin-right: -2.5rem !important;
  display: flex;
}
@media screen and (max-width: 991px) {
  .user-account__field ul {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
}
.user-account__field ul li {
  width: calc(100% / 2);
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}
@media screen and (max-width: 991px) {
  .user-account__field ul li {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}
.user-account__field ul li label {
  width: 100%;
  display: inline-block !important;
  margin-left: 0rem;
  margin-right: 0rem;
}
@media screen and (max-width: 991px) {
  .user-account__field ul li label {
    padding: 1rem 0.5rem;
  }
}
.user-account__field ul li label input {
  display: none;
}
.user-account__update {
  margin: 0;
}
.user-account__preferences .acf-form {
  display: flex;
}
@media screen and (max-width: 767px) {
  .user-account__preferences .acf-form {
    flex-wrap: wrap;
  }
}
.user-account__preferences .acf-field {
  margin-bottom: 5rem;
}
.user-account__preferences .acf-label label {
  margin-bottom: 1.5rem !important;
  max-width: 60%;
}
@media screen and (max-width: 991px) {
  .user-account__preferences .acf-label label {
    max-width: 100%;
  }
}
.user-account__preferences .acf-form-fields {
  max-width: 90rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .user-account__preferences .acf-form-fields {
    max-width: 100%;
  }
}
.user-account__preferences .acf-form-submit {
  width: 100%;
  max-width: 7rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .user-account__preferences .acf-form-submit {
    max-width: 100%;
    justify-content: center;
  }
}
.user-account__historyItem {
  border-bottom: 1px solid #979797;
  max-width: 65rem;
  width: 100%;
  padding: 3rem 0 0.5rem;
}
.user-account__historyItem:first-child {
  padding-top: 0 !important;
}
.user-account__historyItem:last-child {
  border-bottom: 0;
}

.lost-password__logo {
  background-color: #fff200;
  padding: 2.5rem 3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.lost-password__logo img {
  max-width: 14rem;
  height: auto;
}
.lost-password__wrapper {
  max-width: 48.5rem;
  width: 100%;
  padding: 2.5rem 6rem;
  background-color: #F9F9F9;
  border-radius: 0.8rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
@media screen and (max-width: 575px) {
  .lost-password__wrapper {
    padding: 2.5rem 1.5rem;
  }
}
.lost-password .woocommerce-password-strength {
  font-size: 1.4rem !important;
  margin-bottom: 1rem !important;
}
.lost-password .woocommerce-password-hint {
  font-size: 1.2rem !important;
  margin: 0 0 1.5rem 0 !important;
}

.edit-account__item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1.5rem;
}
.edit-account__item .form-row {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
}
.edit-account__item #billing_address_2_field:before, .edit-account__item #_address_2_field:before {
  content: "";
  display: inline-block;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
@media screen and (max-width: 767px) {
  .edit-account__item #billing_address_2_field:before, .edit-account__item #_address_2_field:before {
    display: none;
  }
}
.edit-account__item .woocommerce-input-wrapper, .edit-account__item .password-input {
  -webkit-box-flex: 0;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
@media screen and (max-width: 767px) {
  .edit-account__item .woocommerce-input-wrapper, .edit-account__item .password-input {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.edit-account__item .show-password-input {
  display: none;
}
.edit-account__item label {
  -webkit-box-flex: 0;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .edit-account__item label {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.edit-account__item input, .edit-account__item select, .edit-account__item .select2-selection {
  border: 1px solid #dddddd;
  border-radius: 0.7rem;
  max-width: 36rem;
  width: 100%;
  padding: 1.5rem;
  outline: none;
}
@media screen and (max-width: 767px) {
  .edit-account__item input, .edit-account__item select, .edit-account__item .select2-selection {
    max-width: 100%;
  }
}
.edit-account__item .select2-selection {
  position: relative;
  height: unset;
  margin: 0;
  font-size: 1.4rem;
}
.edit-account__item .select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%);
}
.edit-account__item .select2-selection__rendered {
  padding-left: 0 !important;
  padding-right: 0 !important;
  line-height: 1 !important;
}
.edit-account__item .select2-container--open {
  width: 100%;
  max-width: 36rem;
}

.basket-page__wrapper {
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  border-radius: 0.7rem;
  padding: 2.5rem 3.5rem;
}
@media screen and (max-width: 575px) {
  .basket-page__wrapper {
    padding: 2.5rem 1.5rem;
  }
}
.basket-page__item {
  border-bottom: 1px dashed #000000;
  padding: 3rem 3rem 3rem 0;
}
.basket-page__item__content {
  padding: 0 2.5rem;
}
@media screen and (max-width: 575px) {
  .basket-page__item__content {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  .basket-page__item__subtotal {
    padding: 0 1.5rem;
    margin-top: 1rem;
  }
}
.basket-page__thumbnail {
  max-width: 8.3rem;
  width: 100%;
  height: 12.5rem;
  display: inline-block;
}
.basket-page__thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.basket-page__remove-icon img {
  margin-left: 1.5rem;
}
.basket-page__total-component {
  display: flex;
  justify-content: flex-end;
}
.basket-page__total-component__label {
  margin-right: 2rem;
}
@media screen and (max-width: 575px) {
  .basket-page__coupon-input {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.basket-page__current-coupon {
  margin-bottom: 1.5rem;
}
.basket-page__coupon-list {
  margin: 0;
}
.basket-page__coupon-list li {
  font-size: 1.6rem;
}
.basket-page__coupon-list li .woocommerce-Price-amount {
  margin-left: 0.5rem;
}
.basket-page__coupon-list li .woocommerce-remove-coupon {
  font-size: 1.4rem;
  color: #000000;
}
@media screen and (max-width: 575px) {
  .basket-page__apply-coupon {
    width: 100%;
  }
}
.basket-page__payments-logo {
  margin-left: 1rem;
}
@media screen and (max-width: 575px) {
  .basket-page__payments-logo {
    display: block;
    margin-left: 0;
  }
}

.login-form-checkout__wrapper {
  background-color: #fffdcd;
  padding: 2.5rem 3.5rem;
  border-radius: 0.7rem;
}

.billing-form {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0.7rem;
  padding: 2.5rem 3.5rem;
}
.billing-form__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 80rem;
  width: 100%;
}
.billing-form label {
  display: none !important;
}
.billing-form input, .billing-form select, .billing-form .select2-selection__rendered {
  max-width: 36rem;
}
@media screen and (max-width: 767px) {
  .billing-form input, .billing-form select, .billing-form .select2-selection__rendered {
    max-width: 100%;
  }
}
.billing-form .woocommerce-input-wrapper {
  max-width: 36rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .billing-form .woocommerce-input-wrapper {
    max-width: 100%;
  }
}
.billing-form .select2-container--default .select2-selection--single {
  border: unset !important;
  border-radius: unset !important;
  background-color: unset !important;
  height: unset !important;
}
.billing-form .select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%);
}
.billing-form .form-row {
  max-width: calc(100% / 2);
  width: 100% !important;
  margin-bottom: 2.5rem !important;
}
@media screen and (max-width: 767px) {
  .billing-form .form-row {
    max-width: 100%;
  }
}

.select2-dropdown {
  border-color: #dddddd !important;
}

.your-order {
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  border-radius: 0.7rem;
  padding: 2.5rem 3.5rem;
}
.your-order__table {
  border-radius: 0;
  border: 0;
  width: 100%;
  text-align: left;
}
.your-order__table thead th {
  padding: 1.5rem 0;
}
.your-order__table tbody tr td, .your-order__table tbody tr th, .your-order__table tfoot tr td, .your-order__table tfoot tr th {
  padding: 1.5rem 0;
  border-top: 1px dashed #000000;
}
.your-order .woocommerce-remove-coupon {
  font-size: 1.2rem;
  color: #000000;
}

.checkout-payment-section {
  background-color: transparent !important;
}
.checkout-payment-section a {
  color: #000000;
  text-decoration: underline;
}
.checkout-payment-section .wc_ppec_large_payment_buttons {
  margin-top: 2.5rem;
  display: flex !important;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  position: relative !important;
}
.checkout-payment-section .wc_ppec_large_payment_buttons:before {
  content: "OR";
  font-size: 2rem;
  font-weight: 700;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1rem;
}
@media screen and (max-width: 991px) {
  .checkout-payment-section .wc_ppec_large_payment_buttons:before {
    top: 6rem;
  }
}
@media screen and (max-width: 434px) {
  .checkout-payment-section .wc_ppec_large_payment_buttons:before {
    top: 5rem;
  }
}
.checkout-payment-section .wc_ppec_large_payment_buttons:after {
  content: "";
  position: absolute;
  z-index: 999999;
  pointer-events: none;
  background-color: #eeeeee;
  opacity: 0.75;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.checkout-payment-section .wc_ppec_large_payment_buttons iframe {
  z-index: 0 !important;
  pointer-events: none;
}
.checkout-payment-section .wc_ppec_large_payment_buttons--proceed-payment:after {
  pointer-events: all;
  opacity: 0;
  z-index: -1;
}
.checkout-payment-section .wc_ppec_large_payment_buttons--proceed-payment iframe {
  z-index: 100 !important;
  pointer-events: all;
}
.checkout-payment-section .wc_ppec_large_payment_buttons .paypal-buttons {
  max-width: 36rem !important;
  width: 100%;
  min-width: 175px !important;
}
@media screen and (max-width: 991px) {
  .checkout-payment-section .wc_ppec_large_payment_buttons .paypal-buttons {
    max-width: 100% !important;
  }
  .checkout-payment-section .wc_ppec_large_payment_buttons .paypal-buttons:first-child {
    margin-bottom: 4rem;
  }
}

.order-received__wrapper {
  max-width: 50rem;
}
.order-received__status-icon {
  margin-left: 1.5rem;
  width: 100%;
  max-width: 3.7rem;
  height: 3.7rem;
  max-height: 3.7rem;
  background-color: #00b47b;
  border-radius: 100%;
  padding: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.order-received__status-icon--red {
  background-color: #c31919;
}
.order-received__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.order-received__list li {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0;
  border-bottom: 1px dashed #000000;
}
.order-received__list li:last-child {
  border-bottom: 0;
}

.search-page__image {
  background-color: #eeeeee;
  max-width: 11.3rem;
  width: 100%;
  min-height: 12.5rem;
}
.search-page__image img {
  width: 100%;
  min-height: 12.5rem;
  object-fit: cover;
}

@media screen and (min-width: 992px) {
  .streaming-wrapper {
    min-height: initial !important;
    height: 45vw !important;
    max-height: 100vh !important;
  }
}

.streaming {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 991px) {
  .streaming {
    flex-wrap: wrap;
  }
}
.streaming__player {
  width: 80%;
}
.streaming__player iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .streaming__player {
    width: 100%;
    min-height: 56vw;
  }
}
.streaming__chat {
  width: 20%;
  min-width: 275px;
}
.streaming__chat iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .streaming__chat {
    width: 100%;
    min-height: 500px;
  }
}
.streaming__notification {
  padding-left: 15px;
  padding-right: 15px;
  color: #ffffff;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}