@charset "UTF-8";
/*
Stylewars.6.6.0 
last edit: may 2021
Custom version
*/
html {
  box-sizing: border-box;
  font-size: 16px;
}

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

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

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

a,
a img {
  border: 0;
  outline: none;
  background: transparent;
  text-decoration: none;
}
a:active, a:hover,
a img:active,
a img:hover {
  outline: 0;
  text-decoration: none;
}

.clearfix::after, .post-password-form label::after,
header::after,
footer::after,
section::after,
.container::after,
.entry::after,
.container > div::after {
  content: " ";
  clear: both;
  display: table;
}

section {
  position: relative;
}

main {
  width: 100%;
}

.container {
  width: 100%;
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
.container > div {
  position: relative;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1800px;
}
.container .offset-right {
  margin-right: -3rem !important;
}
.container .offset-left {
  margin-left: -3rem !important;
}
.container.full {
  padding-left: 0;
  padding-right: 0;
}
.container.full .offset-right {
  margin-right: -1.5rem !important;
}
.container.full .offset-left {
  margin-left: -1.5rem !important;
}
.container.inner-full > div {
  padding-left: 0;
  padding-right: 0;
}
.container.full.inner-full .offset-right {
  margin-right: 0 !important;
}
.container.full.inner-full .offset-left {
  margin-left: 0 !important;
}

@media screen and (max-width: 768px) {
  .container {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .container > div {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .container .offset-right {
    margin-right: -2.25rem !important;
  }
  .container .offset-left {
    margin-left: -2.25rem !important;
  }
  .container.full {
    padding-left: 0;
    padding-right: 0;
  }
  .container.full .offset-right {
    margin-right: -1.125rem !important;
  }
  .container.full .offset-left {
    margin-left: -1.125rem !important;
  }
  .container .sm-offset-none {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 576px) {
  .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .container > div {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .container .offset-right {
    margin-right: -1.5rem !important;
  }
  .container .offset-left {
    margin-left: -1.5rem !important;
  }
  .container.full {
    padding-left: 0;
    padding-right: 0;
  }
  .container.full .offset-right {
    margin-right: -0.75rem !important;
  }
  .container.full .offset-left {
    margin-left: -0.75rem !important;
  }
  .container .sm-offset-none {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.container > .row {
  max-width: 100%;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row.gap {
  margin-right: 0;
  margin-left: -0.75rem;
}
.row.gap > div {
  padding-left: 0.75rem;
}
.row.gap-lg {
  margin-right: 0;
  margin-left: -1.5rem;
}
.row.gap-lg > div {
  padding-left: 1.5rem;
}

.row > div,
.row .col,
.modal.column .row > div,
.row .col-1,
.row .col-2,
.row .col-3,
.row .col-4,
.row .col-5,
.row .col-6,
.row .col-7,
.row .col-8,
.row .col-9,
.row .col-10,
.row .col-11,
.row .col-12,
.row .col-auto {
  position: relative;
  width: 100%;
}

.row > div,
.row .col,
.modal.column .row > div {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.row .col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

@media screen and (max-width: 992px) {
  .md-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .md-col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sm-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .sm-col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .row .xs-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row .xs-col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}
.row .col-1 {
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 992px) {
  .row .md-col-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .row .md-col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .row .sm-col-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .row .sm-col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .row .xs-col-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .row .xs-col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.unflex {
  display: inherit;
}

.row > .col-break,
.col-break {
  flex-basis: 100%;
  height: 0;
}

@media screen and (max-width: 992px) {
  .md-unflex {
    display: inherit;
  }

  .row > .md-col-break,
.md-col-break {
    flex-basis: 100%;
    height: 0;
  }
}
@media screen and (max-width: 768px) {
  .sm-unflex {
    display: inherit;
  }

  .row > .sm-col-break,
.sm-col-break {
    flex-basis: 100%;
    height: 0;
  }
}
@media screen and (max-width: 576px) {
  .xs-unflex {
    display: inherit;
  }

  .row > .xs-col-break,
.xs-col-break {
    flex-basis: 100%;
    height: 0;
  }
}
.item-left, .modal .row.item-left {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.item-right, .modal .row.item-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.item-center, .modal.column .row > div, .modal.column .row, .modal .row {
  -ms-flex-pack: center;
  justify-content: center;
}

.item-top {
  -ms-flex-align: start;
  align-items: flex-start;
}

.item-middle, .modal.column .row > div, .modal.column .row, .modal .row {
  -ms-flex-align: center;
  align-items: center;
}

.item-bottom {
  -ms-flex-align: end;
  align-items: flex-end;
}

.item-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  align-content: space-around;
}

.item-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.item-between.item-right, .modal .item-between.row.item-right {
  align-items: flex-end;
}

.item-between.item-center, .modal.column .row > div.item-between, .modal .item-between.row {
  align-content: space-around;
}

.item-between.item-bottom {
  align-content: flex-end;
}

.item-between.item-top {
  align-content: flex-start;
}

@media screen and (max-width: 992px) {
  .md-item-left {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .md-item-right {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .md-item-center {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .md-item-top {
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .md-item-middle {
    -ms-flex-align: center;
    align-items: center;
  }

  .md-item-bottom {
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .md-item-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    align-content: space-around;
  }

  .md-item-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .md-item-between.item-right, .modal .md-item-between.row.item-right {
    align-items: flex-end;
  }

  .md-item-between.item-center, .modal.column .row > div.md-item-between, .modal .md-item-between.row {
    align-content: space-around;
  }

  .md-item-between.item-bottom {
    align-content: flex-end;
  }

  .md-item-between.item-top {
    align-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .sm-item-left {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sm-item-right {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .sm-item-center {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sm-item-top {
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sm-item-middle {
    -ms-flex-align: center;
    align-items: center;
  }

  .sm-item-bottom {
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .sm-item-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    align-content: space-around;
  }

  .sm-item-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sm-item-between.item-right, .modal .sm-item-between.row.item-right {
    align-items: flex-end;
  }

  .sm-item-between.item-center, .modal.column .row > div.sm-item-between, .modal .sm-item-between.row {
    align-content: space-around;
  }

  .sm-item-between.item-bottom {
    align-content: flex-end;
  }

  .sm-item-between.item-top {
    align-content: flex-start;
  }
}
@media screen and (max-width: 576px) {
  .xs-item-left {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .xs-item-right {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .xs-item-center {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .xs-item-top {
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .xs-item-middle {
    -ms-flex-align: center;
    align-items: center;
  }

  .xs-item-bottom {
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .xs-item-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    align-content: space-around;
  }

  .xs-item-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .xs-item-between.item-right, .modal .xs-item-between.row.item-right {
    align-items: flex-end;
  }

  .xs-item-between.item-center, .modal.column .row > div.xs-item-between, .modal .xs-item-between.row {
    align-content: space-around;
  }

  .xs-item-between.item-bottom {
    align-content: flex-end;
  }

  .xs-item-between.item-top {
    align-content: flex-start;
  }
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

@media screen and (max-width: 992px) {
  .md-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }

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

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

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

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

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

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

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

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

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

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

  .md-order-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media screen and (max-width: 768px) {
  .sm-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }

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

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

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

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

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

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

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

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

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

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

  .sm-order-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media screen and (max-width: 576px) {
  .xs-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .xs-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .xs-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .xs-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .xs-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .xs-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .xs-order-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .xs-order-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .xs-order-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .xs-order-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .xs-order-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .xs-order-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
.item-column {
  -ms-flex-direction: column;
  flex-direction: column;
}

.item-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.item-column.item-reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media screen and (max-width: 992px) {
  .md-item-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .md-item-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .md-item-column.item-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .sm-item-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sm-item-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .sm-item-column.item-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 576px) {
  .xs-item-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .xs-item-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .xs-item-column.item-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.row[class*=column-1-] {
  margin: 0;
}

.row.column-1-1 > div {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row.column-1-2 > div {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row.column-1-3 > div {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.row.column-1-4 > div {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row.column-1-5 > div {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row.column-1-6 > div {
  -ms-flex: 0 0 16.6666%;
  flex: 0 0 16.6666%;
  max-width: 16.6666%;
}

.row.gap.column-1-2 > div {
  padding: 0;
  margin-right: 2%;
  margin-bottom: 2%;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  max-width: 49%;
}
.row.gap.column-1-2 > div:nth-child(2n) {
  margin-right: 0;
}

.row.gap.column-1-3 > div {
  padding: 0;
  margin-right: 2%;
  margin-bottom: 2%;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  max-width: 32%;
}
.row.gap.column-1-3 > div:nth-child(3n) {
  margin-right: 0;
}

.row.gap.column-1-4 > div {
  padding: 0;
  margin-right: 2%;
  margin-bottom: 2%;
  -ms-flex: 0 0 23.5%;
  flex: 0 0 23.5%;
  max-width: 23.5%;
}
.row.gap.column-1-4 > div:nth-child(4n) {
  margin-right: 0;
}

.row.gap.column-1-5 > div {
  padding: 0;
  margin-right: 2%;
  margin-bottom: 2%;
  -ms-flex: 0 0 18.4%;
  flex: 0 0 18.4%;
  max-width: 18.4%;
}
.row.gap.column-1-5 > div:nth-child(5n) {
  margin-right: 0;
}

.row.gap.column-1-6 > div {
  padding: 0;
  margin-right: 2%;
  margin-bottom: 2%;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  max-width: 15%;
}
.row.gap.column-1-6 > div:nth-child(6n) {
  margin-right: 0;
}

.row.gap-lg.column-1-2 > div {
  padding: 0;
  margin-right: 4%;
  margin-bottom: 4%;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
}
.row.gap-lg.column-1-2 > div:nth-child(2n) {
  margin-right: 0;
}

.row.gap-lg.column-1-3 > div {
  padding: 0;
  margin-right: 4%;
  margin-bottom: 4%;
  -ms-flex: 0 0 30.6666666667%;
  flex: 0 0 30.6666666667%;
  max-width: 30.6666666667%;
}
.row.gap-lg.column-1-3 > div:nth-child(3n) {
  margin-right: 0;
}

.row.gap-lg.column-1-4 > div {
  padding: 0;
  margin-right: 4%;
  margin-bottom: 4%;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  max-width: 22%;
}
.row.gap-lg.column-1-4 > div:nth-child(4n) {
  margin-right: 0;
}

.row.gap-lg.column-1-5 > div {
  padding: 0;
  margin-right: 4%;
  margin-bottom: 4%;
  -ms-flex: 0 0 16.8%;
  flex: 0 0 16.8%;
  max-width: 16.8%;
}
.row.gap-lg.column-1-5 > div:nth-child(5n) {
  margin-right: 0;
}

.row.gap-lg.column-1-6 > div {
  padding: 0;
  margin-right: 4%;
  margin-bottom: 4%;
  -ms-flex: 0 0 13.3333333333%;
  flex: 0 0 13.3333333333%;
  max-width: 13.3333333333%;
}
.row.gap-lg.column-1-6 > div:nth-child(6n) {
  margin-right: 0;
}

@media screen and (max-width: 992px) {
  .row.md-column-1-1 > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row.md-column-1-2 > div {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row.md-column-1-3 > div {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .row.md-column-1-4 > div {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row.md-column-1-5 > div {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row.md-column-1-6 > div {
    -ms-flex: 0 0 16.6666%;
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
  }

  .row.gap.md-column-1-1 > div {
    padding: 0;
    margin-right: 2%;
    margin-bottom: 2%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row.gap.md-column-1-1 > div:nth-child(1n) {
    margin-right: 0;
  }

  .row.gap.md-column-1-2 > div:nth-child(3n) {
    margin-right: 2%;
  }

  .row.gap.md-column-1-2 > div {
    padding: 0;
    margin-right: 2%;
    margin-bottom: 2%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
  }
  .row.gap.md-column-1-2 > div:nth-child(2n) {
    margin-right: 0;
  }

  .row.gap.md-column-1-3 > div:nth-child(4n) {
    margin-right: 2%;
  }

  .row.gap.md-column-1-3 > div {
    padding: 0;
    margin-right: 2%;
    margin-bottom: 2%;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
  }
  .row.gap.md-column-1-3 > div:nth-child(3n) {
    margin-right: 0;
  }

  .row.gap.md-column-1-4 > div {
    padding: 0;
    margin-right: 2%;
    margin-bottom: 2%;
    -ms-flex: 0 0 23.5%;
    flex: 0 0 23.5%;
    max-width: 23.5%;
  }
  .row.gap.md-column-1-4 > div:nth-child(4n) {
    margin-right: 0;
  }

  .row.gap.md-column-1-5 > div {
    padding: 0;
    margin-right: 2%;
    margin-bottom: 2%;
    -ms-flex: 0 0 18.4%;
    flex: 0 0 18.4%;
    max-width: 18.4%;
  }
  .row.gap.md-column-1-5 > div:nth-child(5n) {
    margin-right: 0;
  }

  .row.gap.md-column-1-6 > div {
    padding: 0;
    margin-right: 2%;
    margin-bottom: 2%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
  }
  .row.gap.md-column-1-6 > div:nth-child(6n) {
    margin-right: 0;
  }

  .row.gap-lg.md-column-1-1 > div {
    padding: 0;
    margin-right: 4%;
    margin-bottom: 4%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row.gap-lg.md-column-1-1 > div:nth-child(1n) {
    margin-right: 0;
  }

  .row.gap-lg.md-column-1-2 > div:nth-child(3n) {
    margin-right: 4%;
  }

  .row.gap-lg.md-column-1-2 > div {
    padding: 0;
    margin-right: 4%;
    margin-bottom: 4%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
  }
  .row.gap-lg.md-column-1-2 > div:nth-child(2n) {
    margin-right: 0;
  }

  .row.gap-lg.md-column-1-3 > div:nth-child(4n) {
    margin-right: 4%;
  }

  .row.gap-lg.md-column-1-3 > div {
    padding: 0;
    margin-right: 4%;
    margin-bottom: 4%;
    -ms-flex: 0 0 30.6666666667%;
    flex: 0 0 30.6666666667%;
    max-width: 30.6666666667%;
  }
  .row.gap-lg.md-column-1-3 > div:nth-child(3n) {
    margin-right: 0;
  }

  .row.gap-lg.md-column-1-4 > div {
    padding: 0;
    margin-right: 4%;
    margin-bottom: 4%;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
  }
  .row.gap-lg.md-column-1-4 > div:nth-child(4n) {
    margin-right: 0;
  }

  .row.gap-lg.md-column-1-5 > div {
    padding: 0;
    margin-right: 4%;
    margin-bottom: 4%;
    -ms-flex: 0 0 16.8%;
    flex: 0 0 16.8%;
    max-width: 16.8%;
  }
  .row.gap-lg.md-column-1-5 > div:nth-child(5n) {
    margin-right: 0;
  }

  .row.gap-lg.md-column-1-6 > div {
    padding: 0;
    margin-right: 4%;
    margin-bottom: 4%;
    -ms-flex: 0 0 13.3333333333%;
    flex: 0 0 13.3333333333%;
    max-width: 13.3333333333%;
  }
  .row.gap-lg.md-column-1-6 > div:nth-child(6n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .row.sm-column-1-1 > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row.sm-column-1-2 > div {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row.sm-column-1-3 > div {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .row.sm-column-1-4 > div {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row.sm-column-1-5 > div {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row.sm-column-1-6 > div {
    -ms-flex: 0 0 16.6666%;
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
  }

  .row.gap.sm-column-1-1 > div {
    padding: 0;
    margin-right: 2%;
    margin-bottom: 2%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row.gap.sm-column-1-1 > div:nth-child(1n) {
    margin-right: 0;
  }

  .row.gap.sm-column-1-2 > div:nth-child(3n) {
    margin-right: 2%;
  }

  .row.gap.sm-column-1-2 > div {
    padding: 0;
    margin-right: 2%;
    margin-bottom: 2%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
  }
  .row.gap.sm-column-1-2 > div:nth-child(2n) {
    margin-right: 0;
  }

  .row.gap.sm-column-1-3 > div:nth-child(4n) {
    margin-right: 2%;
  }

  .row.gap.sm-column-1-3 > div {
    padding: 0;
    margin-right: 2%;
    margin-bottom: 2%;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
  }
  .row.gap.sm-column-1-3 > div:nth-child(3n) {
    margin-right: 0;
  }

  .row.gap.sm-column-1-4 > div {
    padding: 0;
    margin-right: 2%;
    margin-bottom: 2%;
    -ms-flex: 0 0 23.5%;
    flex: 0 0 23.5%;
    max-width: 23.5%;
  }
  .row.gap.sm-column-1-4 > div:nth-child(4n) {
    margin-right: 0;
  }

  .row.gap.sm-column-1-5 > div {
    padding: 0;
    margin-right: 2%;
    margin-bottom: 2%;
    -ms-flex: 0 0 18.4%;
    flex: 0 0 18.4%;
    max-width: 18.4%;
  }
  .row.gap.sm-column-1-5 > div:nth-child(5n) {
    margin-right: 0;
  }

  .row.gap.sm-column-1-6 > div {
    padding: 0;
    margin-right: 2%;
    margin-bottom: 2%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
  }
  .row.gap.sm-column-1-6 > div:nth-child(6n) {
    margin-right: 0;
  }

  .row.gap-lg.sm-column-1-1 > div {
    padding: 0;
    margin-right: 4%;
    margin-bottom: 4%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row.gap-lg.sm-column-1-1 > div:nth-child(1n) {
    margin-right: 0;
  }

  .row.gap-lg.sm-column-1-2 > div:nth-child(3n) {
    margin-right: 4%;
  }

  .row.gap-lg.sm-column-1-2 > div {
    padding: 0;
    margin-right: 4%;
    margin-bottom: 4%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
  }
  .row.gap-lg.sm-column-1-2 > div:nth-child(2n) {
    margin-right: 0;
  }

  .row.gap-lg.sm-column-1-3 > div:nth-child(4n) {
    margin-right: 4%;
  }

  .row.gap-lg.sm-column-1-3 > div {
    padding: 0;
    margin-right: 4%;
    margin-bottom: 4%;
    -ms-flex: 0 0 30.6666666667%;
    flex: 0 0 30.6666666667%;
    max-width: 30.6666666667%;
  }
  .row.gap-lg.sm-column-1-3 > div:nth-child(3n) {
    margin-right: 0;
  }

  .row.gap-lg.sm-column-1-4 > div {
    padding: 0;
    margin-right: 4%;
    margin-bottom: 4%;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
  }
  .row.gap-lg.sm-column-1-4 > div:nth-child(4n) {
    margin-right: 0;
  }

  .row.gap-lg.sm-column-1-5 > div {
    padding: 0;
    margin-right: 4%;
    margin-bottom: 4%;
    -ms-flex: 0 0 16.8%;
    flex: 0 0 16.8%;
    max-width: 16.8%;
  }
  .row.gap-lg.sm-column-1-5 > div:nth-child(5n) {
    margin-right: 0;
  }

  .row.gap-lg.sm-column-1-6 > div {
    padding: 0;
    margin-right: 4%;
    margin-bottom: 4%;
    -ms-flex: 0 0 13.3333333333%;
    flex: 0 0 13.3333333333%;
    max-width: 13.3333333333%;
  }
  .row.gap-lg.sm-column-1-6 > div:nth-child(6n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 576px) {
  .row.xs-column-1-1 > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row.xs-column-1-2 > div {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row.xs-column-1-3 > div {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .row.xs-column-1-4 > div {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row.xs-column-1-5 > div {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row.xs-column-1-6 > div {
    -ms-flex: 0 0 16.6666%;
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
  }

  .row.gap.xs-column-1-1 > div {
    padding: 0;
    margin-right: 2%;
    margin-bottom: 2%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row.gap.xs-column-1-1 > div:nth-child(1n) {
    margin-right: 0;
  }

  .row.gap.xs-column-1-2 > div:nth-child(3n) {
    margin-right: 2%;
  }

  .row.gap.xs-column-1-2 > div {
    padding: 0;
    margin-right: 2%;
    margin-bottom: 2%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
  }
  .row.gap.xs-column-1-2 > div:nth-child(2n) {
    margin-right: 0;
  }

  .row.gap.xs-column-1-3 > div:nth-child(4n) {
    margin-right: 2%;
  }

  .row.gap.xs-column-1-3 > div {
    padding: 0;
    margin-right: 2%;
    margin-bottom: 2%;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
  }
  .row.gap.xs-column-1-3 > div:nth-child(3n) {
    margin-right: 0;
  }

  .row.gap.xs-column-1-4 > div {
    padding: 0;
    margin-right: 2%;
    margin-bottom: 2%;
    -ms-flex: 0 0 23.5%;
    flex: 0 0 23.5%;
    max-width: 23.5%;
  }
  .row.gap.xs-column-1-4 > div:nth-child(4n) {
    margin-right: 0;
  }

  .row.gap.xs-column-1-5 > div {
    padding: 0;
    margin-right: 2%;
    margin-bottom: 2%;
    -ms-flex: 0 0 18.4%;
    flex: 0 0 18.4%;
    max-width: 18.4%;
  }
  .row.gap.xs-column-1-5 > div:nth-child(5n) {
    margin-right: 0;
  }

  .row.gap.xs-column-1-6 > div {
    padding: 0;
    margin-right: 2%;
    margin-bottom: 2%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
  }
  .row.gap.xs-column-1-6 > div:nth-child(6n) {
    margin-right: 0;
  }

  .row.gap-lg.xs-column-1-1 > div {
    padding: 0;
    margin-right: 4%;
    margin-bottom: 4%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row.gap-lg.xs-column-1-1 > div:nth-child(1n) {
    margin-right: 0;
  }

  .row.gap-lg.xs-column-1-2 > div:nth-child(3n) {
    margin-right: 4%;
  }

  .row.gap-lg.xs-column-1-2 > div {
    padding: 0;
    margin-right: 4%;
    margin-bottom: 4%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
  }
  .row.gap-lg.xs-column-1-2 > div:nth-child(2n) {
    margin-right: 0;
  }

  .row.gap-lg.xs-column-1-3 > div:nth-child(4n) {
    margin-right: 4%;
  }

  .row.gap-lg.xs-column-1-3 > div {
    padding: 0;
    margin-right: 4%;
    margin-bottom: 4%;
    -ms-flex: 0 0 30.6666666667%;
    flex: 0 0 30.6666666667%;
    max-width: 30.6666666667%;
  }
  .row.gap-lg.xs-column-1-3 > div:nth-child(3n) {
    margin-right: 0;
  }

  .row.gap-lg.xs-column-1-4 > div {
    padding: 0;
    margin-right: 4%;
    margin-bottom: 4%;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
  }
  .row.gap-lg.xs-column-1-4 > div:nth-child(4n) {
    margin-right: 0;
  }

  .row.gap-lg.xs-column-1-5 > div {
    padding: 0;
    margin-right: 4%;
    margin-bottom: 4%;
    -ms-flex: 0 0 16.8%;
    flex: 0 0 16.8%;
    max-width: 16.8%;
  }
  .row.gap-lg.xs-column-1-5 > div:nth-child(5n) {
    margin-right: 0;
  }

  .row.gap-lg.xs-column-1-6 > div {
    padding: 0;
    margin-right: 4%;
    margin-bottom: 4%;
    -ms-flex: 0 0 13.3333333333%;
    flex: 0 0 13.3333333333%;
    max-width: 13.3333333333%;
  }
  .row.gap-lg.xs-column-1-6 > div:nth-child(6n) {
    margin-right: 0;
  }
}
.p-0 {
  padding: 0;
}

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

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

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

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

.m-0 {
  margin: 0;
}

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

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

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

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

.p-1 {
  padding: 0.375rem;
}

.pt-1, .py-1 {
  padding-top: 0.375rem;
}

.pr-1, .px-1 {
  padding-right: 0.375rem;
}

.pb-1, .py-1 {
  padding-bottom: 0.375rem;
}

.pl-1, .px-1 {
  padding-left: 0.375rem;
}

.m-1 {
  margin: 0.375rem;
}

.mt-1, .my-1 {
  margin-top: 0.375rem;
}

.mr-1, .mx-1 {
  margin-right: 0.375rem;
}

.mb-1, .my-1 {
  margin-bottom: 0.375rem;
}

.ml-1, .mx-1 {
  margin-left: 0.375rem;
}

.p-2 {
  padding: 0.75rem;
}

.pt-2, .py-2 {
  padding-top: 0.75rem;
}

.pr-2, .px-2 {
  padding-right: 0.75rem;
}

.pb-2, .py-2 {
  padding-bottom: 0.75rem;
}

.pl-2, .px-2 {
  padding-left: 0.75rem;
}

.m-2 {
  margin: 0.75rem;
}

.mt-2, .post-password-form label, .post-password-form input[type=submit], .my-2 {
  margin-top: 0.75rem;
}

.mr-2, .mx-2 {
  margin-right: 0.75rem;
}

.mb-2, .my-2 {
  margin-bottom: 0.75rem;
}

.ml-2, .mx-2 {
  margin-left: 0.75rem;
}

.p-3 {
  padding: 1.5rem;
}

.pt-3, .py-3 {
  padding-top: 1.5rem;
}

.pr-3, .px-3 {
  padding-right: 1.5rem;
}

.pb-3, .py-3 {
  padding-bottom: 1.5rem;
}

.pl-3, .px-3 {
  padding-left: 1.5rem;
}

.m-3 {
  margin: 1.5rem;
}

.mt-3, .my-3 {
  margin-top: 1.5rem;
}

.mr-3, .mx-3 {
  margin-right: 1.5rem;
}

.mb-3, .my-3 {
  margin-bottom: 1.5rem;
}

.ml-3, .mx-3 {
  margin-left: 1.5rem;
}

.p-4 {
  padding: 2.25rem;
}

.pt-4, .py-4 {
  padding-top: 2.25rem;
}

.pr-4, .px-4 {
  padding-right: 2.25rem;
}

.pb-4, .py-4 {
  padding-bottom: 2.25rem;
}

.pl-4, .px-4 {
  padding-left: 2.25rem;
}

.m-4 {
  margin: 2.25rem;
}

.mt-4, .my-4 {
  margin-top: 2.25rem;
}

.mr-4, .mx-4 {
  margin-right: 2.25rem;
}

.mb-4, .my-4 {
  margin-bottom: 2.25rem;
}

.ml-4, .mx-4 {
  margin-left: 2.25rem;
}

.p-5 {
  padding: 3rem;
}

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

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

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

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

.m-5 {
  margin: 3rem;
}

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

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

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

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

.p-6 {
  padding: 4.5rem;
}

.pt-6, .py-6 {
  padding-top: 4.5rem;
}

.pr-6, .px-6 {
  padding-right: 4.5rem;
}

.pb-6, .py-6 {
  padding-bottom: 4.5rem;
}

.pl-6, .px-6 {
  padding-left: 4.5rem;
}

.m-6 {
  margin: 4.5rem;
}

.mt-6, .my-6 {
  margin-top: 4.5rem;
}

.mr-6, .mx-6 {
  margin-right: 4.5rem;
}

.mb-6, .my-6 {
  margin-bottom: 4.5rem;
}

.ml-6, .mx-6 {
  margin-left: 4.5rem;
}

@media screen and (max-width: 992px) {
  .md-p-0 {
    padding: 0;
  }

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

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

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

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

  .md-m-0 {
    margin: 0;
  }

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

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

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

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

  .md-p-1 {
    padding: 0.375rem;
  }

  .md-pt-1, .md-py-1 {
    padding-top: 0.375rem;
  }

  .md-pr-1, .md-px-1 {
    padding-right: 0.375rem;
  }

  .md-pb-1, .md-py-1 {
    padding-bottom: 0.375rem;
  }

  .md-pl-1, .md-px-1 {
    padding-left: 0.375rem;
  }

  .md-m-1 {
    margin: 0.375rem;
  }

  .md-mt-1, .md-my-1 {
    margin-top: 0.375rem;
  }

  .md-mr-1, .md-mx-1 {
    margin-right: 0.375rem;
  }

  .md-mb-1, .md-my-1 {
    margin-bottom: 0.375rem;
  }

  .md-ml-1, .md-mx-1 {
    margin-left: 0.375rem;
  }

  .md-p-2 {
    padding: 0.75rem;
  }

  .md-pt-2, .md-py-2 {
    padding-top: 0.75rem;
  }

  .md-pr-2, .md-px-2 {
    padding-right: 0.75rem;
  }

  .md-pb-2, .md-py-2 {
    padding-bottom: 0.75rem;
  }

  .md-pl-2, .md-px-2 {
    padding-left: 0.75rem;
  }

  .md-m-2 {
    margin: 0.75rem;
  }

  .md-mt-2, .md-my-2 {
    margin-top: 0.75rem;
  }

  .md-mr-2, .md-mx-2 {
    margin-right: 0.75rem;
  }

  .md-mb-2, .md-my-2 {
    margin-bottom: 0.75rem;
  }

  .md-ml-2, .md-mx-2 {
    margin-left: 0.75rem;
  }

  .md-p-3 {
    padding: 1.5rem;
  }

  .md-pt-3, .md-py-3 {
    padding-top: 1.5rem;
  }

  .md-pr-3, .md-px-3 {
    padding-right: 1.5rem;
  }

  .md-pb-3, .md-py-3 {
    padding-bottom: 1.5rem;
  }

  .md-pl-3, .md-px-3 {
    padding-left: 1.5rem;
  }

  .md-m-3 {
    margin: 1.5rem;
  }

  .md-mt-3, .md-my-3 {
    margin-top: 1.5rem;
  }

  .md-mr-3, .md-mx-3 {
    margin-right: 1.5rem;
  }

  .md-mb-3, .md-my-3 {
    margin-bottom: 1.5rem;
  }

  .md-ml-3, .md-mx-3 {
    margin-left: 1.5rem;
  }

  .md-p-4 {
    padding: 2.25rem;
  }

  .md-pt-4, .md-py-4 {
    padding-top: 2.25rem;
  }

  .md-pr-4, .md-px-4 {
    padding-right: 2.25rem;
  }

  .md-pb-4, .md-py-4 {
    padding-bottom: 2.25rem;
  }

  .md-pl-4, .md-px-4 {
    padding-left: 2.25rem;
  }

  .md-m-4 {
    margin: 2.25rem;
  }

  .md-mt-4, .md-my-4 {
    margin-top: 2.25rem;
  }

  .md-mr-4, .md-mx-4 {
    margin-right: 2.25rem;
  }

  .md-mb-4, .md-my-4 {
    margin-bottom: 2.25rem;
  }

  .md-ml-4, .md-mx-4 {
    margin-left: 2.25rem;
  }

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

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

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

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

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

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

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

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

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

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

  .md-p-6 {
    padding: 4.5rem;
  }

  .md-pt-6, .md-py-6 {
    padding-top: 4.5rem;
  }

  .md-pr-6, .md-px-6 {
    padding-right: 4.5rem;
  }

  .md-pb-6, .md-py-6 {
    padding-bottom: 4.5rem;
  }

  .md-pl-6, .md-px-6 {
    padding-left: 4.5rem;
  }

  .md-m-6 {
    margin: 4.5rem;
  }

  .md-mt-6, .md-my-6 {
    margin-top: 4.5rem;
  }

  .md-mr-6, .md-mx-6 {
    margin-right: 4.5rem;
  }

  .md-mb-6, .md-my-6 {
    margin-bottom: 4.5rem;
  }

  .md-ml-6, .md-mx-6 {
    margin-left: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .sm-p-0 {
    padding: 0;
  }

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

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

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

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

  .sm-m-0 {
    margin: 0;
  }

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

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

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

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

  .sm-p-1 {
    padding: 0.375rem;
  }

  .sm-pt-1, .sm-py-1 {
    padding-top: 0.375rem;
  }

  .sm-pr-1, .sm-px-1 {
    padding-right: 0.375rem;
  }

  .sm-pb-1, .sm-py-1 {
    padding-bottom: 0.375rem;
  }

  .sm-pl-1, .sm-px-1 {
    padding-left: 0.375rem;
  }

  .sm-m-1 {
    margin: 0.375rem;
  }

  .sm-mt-1, .sm-my-1 {
    margin-top: 0.375rem;
  }

  .sm-mr-1, .sm-mx-1 {
    margin-right: 0.375rem;
  }

  .sm-mb-1, .sm-my-1 {
    margin-bottom: 0.375rem;
  }

  .sm-ml-1, .sm-mx-1 {
    margin-left: 0.375rem;
  }

  .sm-p-2 {
    padding: 0.75rem;
  }

  .sm-pt-2, .sm-py-2 {
    padding-top: 0.75rem;
  }

  .sm-pr-2, .sm-px-2 {
    padding-right: 0.75rem;
  }

  .sm-pb-2, .sm-py-2 {
    padding-bottom: 0.75rem;
  }

  .sm-pl-2, .sm-px-2 {
    padding-left: 0.75rem;
  }

  .sm-m-2 {
    margin: 0.75rem;
  }

  .sm-mt-2, .sm-my-2 {
    margin-top: 0.75rem;
  }

  .sm-mr-2, .sm-mx-2 {
    margin-right: 0.75rem;
  }

  .sm-mb-2, .sm-my-2 {
    margin-bottom: 0.75rem;
  }

  .sm-ml-2, .sm-mx-2 {
    margin-left: 0.75rem;
  }

  .sm-p-3 {
    padding: 1.5rem;
  }

  .sm-pt-3, .sm-py-3 {
    padding-top: 1.5rem;
  }

  .sm-pr-3, .sm-px-3 {
    padding-right: 1.5rem;
  }

  .sm-pb-3, .sm-py-3 {
    padding-bottom: 1.5rem;
  }

  .sm-pl-3, .sm-px-3 {
    padding-left: 1.5rem;
  }

  .sm-m-3 {
    margin: 1.5rem;
  }

  .sm-mt-3, .sm-my-3 {
    margin-top: 1.5rem;
  }

  .sm-mr-3, .sm-mx-3 {
    margin-right: 1.5rem;
  }

  .sm-mb-3, .sm-my-3 {
    margin-bottom: 1.5rem;
  }

  .sm-ml-3, .sm-mx-3 {
    margin-left: 1.5rem;
  }

  .sm-p-4 {
    padding: 2.25rem;
  }

  .sm-pt-4, .sm-py-4 {
    padding-top: 2.25rem;
  }

  .sm-pr-4, .sm-px-4 {
    padding-right: 2.25rem;
  }

  .sm-pb-4, .sm-py-4 {
    padding-bottom: 2.25rem;
  }

  .sm-pl-4, .sm-px-4 {
    padding-left: 2.25rem;
  }

  .sm-m-4 {
    margin: 2.25rem;
  }

  .sm-mt-4, .sm-my-4 {
    margin-top: 2.25rem;
  }

  .sm-mr-4, .sm-mx-4 {
    margin-right: 2.25rem;
  }

  .sm-mb-4, .sm-my-4 {
    margin-bottom: 2.25rem;
  }

  .sm-ml-4, .sm-mx-4 {
    margin-left: 2.25rem;
  }

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

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

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

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

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

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

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

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

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

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

  .sm-p-6 {
    padding: 4.5rem;
  }

  .sm-pt-6, .sm-py-6 {
    padding-top: 4.5rem;
  }

  .sm-pr-6, .sm-px-6 {
    padding-right: 4.5rem;
  }

  .sm-pb-6, .sm-py-6 {
    padding-bottom: 4.5rem;
  }

  .sm-pl-6, .sm-px-6 {
    padding-left: 4.5rem;
  }

  .sm-m-6 {
    margin: 4.5rem;
  }

  .sm-mt-6, .sm-my-6 {
    margin-top: 4.5rem;
  }

  .sm-mr-6, .sm-mx-6 {
    margin-right: 4.5rem;
  }

  .sm-mb-6, .sm-my-6 {
    margin-bottom: 4.5rem;
  }

  .sm-ml-6, .sm-mx-6 {
    margin-left: 4.5rem;
  }
}
@media screen and (max-width: 576px) {
  .xs-p-0 {
    padding: 0;
  }

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

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

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

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

  .xs-m-0 {
    margin: 0;
  }

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

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

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

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

  .xs-p-1 {
    padding: 0.375rem;
  }

  .xs-pt-1, .xs-py-1 {
    padding-top: 0.375rem;
  }

  .xs-pr-1, .xs-px-1 {
    padding-right: 0.375rem;
  }

  .xs-pb-1, .xs-py-1 {
    padding-bottom: 0.375rem;
  }

  .xs-pl-1, .xs-px-1 {
    padding-left: 0.375rem;
  }

  .xs-m-1 {
    margin: 0.375rem;
  }

  .xs-mt-1, .xs-my-1 {
    margin-top: 0.375rem;
  }

  .xs-mr-1, .xs-mx-1 {
    margin-right: 0.375rem;
  }

  .xs-mb-1, .xs-my-1 {
    margin-bottom: 0.375rem;
  }

  .xs-ml-1, .xs-mx-1 {
    margin-left: 0.375rem;
  }

  .xs-p-2 {
    padding: 0.75rem;
  }

  .xs-pt-2, .xs-py-2 {
    padding-top: 0.75rem;
  }

  .xs-pr-2, .xs-px-2 {
    padding-right: 0.75rem;
  }

  .xs-pb-2, .xs-py-2 {
    padding-bottom: 0.75rem;
  }

  .xs-pl-2, .xs-px-2 {
    padding-left: 0.75rem;
  }

  .xs-m-2 {
    margin: 0.75rem;
  }

  .xs-mt-2, .xs-my-2 {
    margin-top: 0.75rem;
  }

  .xs-mr-2, .xs-mx-2 {
    margin-right: 0.75rem;
  }

  .xs-mb-2, .xs-my-2 {
    margin-bottom: 0.75rem;
  }

  .xs-ml-2, .xs-mx-2 {
    margin-left: 0.75rem;
  }

  .xs-p-3 {
    padding: 1.5rem;
  }

  .xs-pt-3, .xs-py-3 {
    padding-top: 1.5rem;
  }

  .xs-pr-3, .xs-px-3 {
    padding-right: 1.5rem;
  }

  .xs-pb-3, .xs-py-3 {
    padding-bottom: 1.5rem;
  }

  .xs-pl-3, .xs-px-3 {
    padding-left: 1.5rem;
  }

  .xs-m-3 {
    margin: 1.5rem;
  }

  .xs-mt-3, .xs-my-3 {
    margin-top: 1.5rem;
  }

  .xs-mr-3, .xs-mx-3 {
    margin-right: 1.5rem;
  }

  .xs-mb-3, .xs-my-3 {
    margin-bottom: 1.5rem;
  }

  .xs-ml-3, .xs-mx-3 {
    margin-left: 1.5rem;
  }

  .xs-p-4 {
    padding: 2.25rem;
  }

  .xs-pt-4, .xs-py-4 {
    padding-top: 2.25rem;
  }

  .xs-pr-4, .xs-px-4 {
    padding-right: 2.25rem;
  }

  .xs-pb-4, .xs-py-4 {
    padding-bottom: 2.25rem;
  }

  .xs-pl-4, .xs-px-4 {
    padding-left: 2.25rem;
  }

  .xs-m-4 {
    margin: 2.25rem;
  }

  .xs-mt-4, .xs-my-4 {
    margin-top: 2.25rem;
  }

  .xs-mr-4, .xs-mx-4 {
    margin-right: 2.25rem;
  }

  .xs-mb-4, .xs-my-4 {
    margin-bottom: 2.25rem;
  }

  .xs-ml-4, .xs-mx-4 {
    margin-left: 2.25rem;
  }

  .xs-p-5 {
    padding: 3rem;
  }

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

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

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

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

  .xs-m-5 {
    margin: 3rem;
  }

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

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

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

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

  .xs-p-6 {
    padding: 4.5rem;
  }

  .xs-pt-6, .xs-py-6 {
    padding-top: 4.5rem;
  }

  .xs-pr-6, .xs-px-6 {
    padding-right: 4.5rem;
  }

  .xs-pb-6, .xs-py-6 {
    padding-bottom: 4.5rem;
  }

  .xs-pl-6, .xs-px-6 {
    padding-left: 4.5rem;
  }

  .xs-m-6 {
    margin: 4.5rem;
  }

  .xs-mt-6, .xs-my-6 {
    margin-top: 4.5rem;
  }

  .xs-mr-6, .xs-mx-6 {
    margin-right: 4.5rem;
  }

  .xs-mb-6, .xs-my-6 {
    margin-bottom: 4.5rem;
  }

  .xs-ml-6, .xs-mx-6 {
    margin-left: 4.5rem;
  }
}
/* HEIGHT CLASS - REMOVAL SCHEDULED FROM 6.6 */
.vh-5 {
  height: 5vh;
}

.vh-min-5 {
  min-height: 5vh;
}

.vh-10 {
  height: 10vh;
}

.vh-min-10 {
  min-height: 10vh;
}

.vh-15 {
  height: 15vh;
}

.vh-min-15 {
  min-height: 15vh;
}

.vh-20 {
  height: 20vh;
}

.vh-min-20 {
  min-height: 20vh;
}

.vh-25 {
  height: 25vh;
}

.vh-min-25 {
  min-height: 25vh;
}

.vh-30 {
  height: 30vh;
}

.vh-min-30 {
  min-height: 30vh;
}

.vh-35 {
  height: 35vh;
}

.vh-min-35 {
  min-height: 35vh;
}

.vh-40 {
  height: 40vh;
}

.vh-min-40 {
  min-height: 40vh;
}

.vh-45 {
  height: 45vh;
}

.vh-min-45 {
  min-height: 45vh;
}

.vh-50 {
  height: 50vh;
}

.vh-min-50 {
  min-height: 50vh;
}

.vh-55 {
  height: 55vh;
}

.vh-min-55 {
  min-height: 55vh;
}

.vh-60 {
  height: 60vh;
}

.vh-min-60 {
  min-height: 60vh;
}

.vh-65 {
  height: 65vh;
}

.vh-min-65 {
  min-height: 65vh;
}

.vh-70 {
  height: 70vh;
}

.vh-min-70 {
  min-height: 70vh;
}

.vh-75 {
  height: 75vh;
}

.vh-min-75 {
  min-height: 75vh;
}

.vh-80 {
  height: 80vh;
}

.vh-min-80 {
  min-height: 80vh;
}

.vh-85 {
  height: 85vh;
}

.vh-min-85 {
  min-height: 85vh;
}

.vh-90 {
  height: 90vh;
}

.vh-min-90 {
  min-height: 90vh;
}

.vh-95 {
  height: 95vh;
}

.vh-min-95 {
  min-height: 95vh;
}

.vh-100 {
  height: 100vh;
}

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

@media screen and (max-width: 992px) {
  .md-vh-5 {
    height: 5vh;
  }

  .md-vh-min-5 {
    min-height: 5vh;
  }

  .md-vh-10 {
    height: 10vh;
  }

  .md-vh-min-10 {
    min-height: 10vh;
  }

  .md-vh-15 {
    height: 15vh;
  }

  .md-vh-min-15 {
    min-height: 15vh;
  }

  .md-vh-20 {
    height: 20vh;
  }

  .md-vh-min-20 {
    min-height: 20vh;
  }

  .md-vh-25 {
    height: 25vh;
  }

  .md-vh-min-25 {
    min-height: 25vh;
  }

  .md-vh-30 {
    height: 30vh;
  }

  .md-vh-min-30 {
    min-height: 30vh;
  }

  .md-vh-35 {
    height: 35vh;
  }

  .md-vh-min-35 {
    min-height: 35vh;
  }

  .md-vh-40 {
    height: 40vh;
  }

  .md-vh-min-40 {
    min-height: 40vh;
  }

  .md-vh-45 {
    height: 45vh;
  }

  .md-vh-min-45 {
    min-height: 45vh;
  }

  .md-vh-50 {
    height: 50vh;
  }

  .md-vh-min-50 {
    min-height: 50vh;
  }

  .md-vh-55 {
    height: 55vh;
  }

  .md-vh-min-55 {
    min-height: 55vh;
  }

  .md-vh-60 {
    height: 60vh;
  }

  .md-vh-min-60 {
    min-height: 60vh;
  }

  .md-vh-65 {
    height: 65vh;
  }

  .md-vh-min-65 {
    min-height: 65vh;
  }

  .md-vh-70 {
    height: 70vh;
  }

  .md-vh-min-70 {
    min-height: 70vh;
  }

  .md-vh-75 {
    height: 75vh;
  }

  .md-vh-min-75 {
    min-height: 75vh;
  }

  .md-vh-80 {
    height: 80vh;
  }

  .md-vh-min-80 {
    min-height: 80vh;
  }

  .md-vh-85 {
    height: 85vh;
  }

  .md-vh-min-85 {
    min-height: 85vh;
  }

  .md-vh-90 {
    height: 90vh;
  }

  .md-vh-min-90 {
    min-height: 90vh;
  }

  .md-vh-95 {
    height: 95vh;
  }

  .md-vh-min-95 {
    min-height: 95vh;
  }

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

  .md-vh-min-100 {
    min-height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .sm-vh-5 {
    height: 5vh;
  }

  .sm-vh-min-5 {
    min-height: 5vh;
  }

  .sm-vh-10 {
    height: 10vh;
  }

  .sm-vh-min-10 {
    min-height: 10vh;
  }

  .sm-vh-15 {
    height: 15vh;
  }

  .sm-vh-min-15 {
    min-height: 15vh;
  }

  .sm-vh-20 {
    height: 20vh;
  }

  .sm-vh-min-20 {
    min-height: 20vh;
  }

  .sm-vh-25 {
    height: 25vh;
  }

  .sm-vh-min-25 {
    min-height: 25vh;
  }

  .sm-vh-30 {
    height: 30vh;
  }

  .sm-vh-min-30 {
    min-height: 30vh;
  }

  .sm-vh-35 {
    height: 35vh;
  }

  .sm-vh-min-35 {
    min-height: 35vh;
  }

  .sm-vh-40 {
    height: 40vh;
  }

  .sm-vh-min-40 {
    min-height: 40vh;
  }

  .sm-vh-45 {
    height: 45vh;
  }

  .sm-vh-min-45 {
    min-height: 45vh;
  }

  .sm-vh-50 {
    height: 50vh;
  }

  .sm-vh-min-50 {
    min-height: 50vh;
  }

  .sm-vh-55 {
    height: 55vh;
  }

  .sm-vh-min-55 {
    min-height: 55vh;
  }

  .sm-vh-60 {
    height: 60vh;
  }

  .sm-vh-min-60 {
    min-height: 60vh;
  }

  .sm-vh-65 {
    height: 65vh;
  }

  .sm-vh-min-65 {
    min-height: 65vh;
  }

  .sm-vh-70 {
    height: 70vh;
  }

  .sm-vh-min-70 {
    min-height: 70vh;
  }

  .sm-vh-75 {
    height: 75vh;
  }

  .sm-vh-min-75 {
    min-height: 75vh;
  }

  .sm-vh-80 {
    height: 80vh;
  }

  .sm-vh-min-80 {
    min-height: 80vh;
  }

  .sm-vh-85 {
    height: 85vh;
  }

  .sm-vh-min-85 {
    min-height: 85vh;
  }

  .sm-vh-90 {
    height: 90vh;
  }

  .sm-vh-min-90 {
    min-height: 90vh;
  }

  .sm-vh-95 {
    height: 95vh;
  }

  .sm-vh-min-95 {
    min-height: 95vh;
  }

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

  .sm-vh-min-100 {
    min-height: 100vh;
  }
}
@media screen and (max-width: 576px) {
  .xs-vh-5 {
    height: 5vh;
  }

  .xs-vh-min-5 {
    min-height: 5vh;
  }

  .xs-vh-10 {
    height: 10vh;
  }

  .xs-vh-min-10 {
    min-height: 10vh;
  }

  .xs-vh-15 {
    height: 15vh;
  }

  .xs-vh-min-15 {
    min-height: 15vh;
  }

  .xs-vh-20 {
    height: 20vh;
  }

  .xs-vh-min-20 {
    min-height: 20vh;
  }

  .xs-vh-25 {
    height: 25vh;
  }

  .xs-vh-min-25 {
    min-height: 25vh;
  }

  .xs-vh-30 {
    height: 30vh;
  }

  .xs-vh-min-30 {
    min-height: 30vh;
  }

  .xs-vh-35 {
    height: 35vh;
  }

  .xs-vh-min-35 {
    min-height: 35vh;
  }

  .xs-vh-40 {
    height: 40vh;
  }

  .xs-vh-min-40 {
    min-height: 40vh;
  }

  .xs-vh-45 {
    height: 45vh;
  }

  .xs-vh-min-45 {
    min-height: 45vh;
  }

  .xs-vh-50 {
    height: 50vh;
  }

  .xs-vh-min-50 {
    min-height: 50vh;
  }

  .xs-vh-55 {
    height: 55vh;
  }

  .xs-vh-min-55 {
    min-height: 55vh;
  }

  .xs-vh-60 {
    height: 60vh;
  }

  .xs-vh-min-60 {
    min-height: 60vh;
  }

  .xs-vh-65 {
    height: 65vh;
  }

  .xs-vh-min-65 {
    min-height: 65vh;
  }

  .xs-vh-70 {
    height: 70vh;
  }

  .xs-vh-min-70 {
    min-height: 70vh;
  }

  .xs-vh-75 {
    height: 75vh;
  }

  .xs-vh-min-75 {
    min-height: 75vh;
  }

  .xs-vh-80 {
    height: 80vh;
  }

  .xs-vh-min-80 {
    min-height: 80vh;
  }

  .xs-vh-85 {
    height: 85vh;
  }

  .xs-vh-min-85 {
    min-height: 85vh;
  }

  .xs-vh-90 {
    height: 90vh;
  }

  .xs-vh-min-90 {
    min-height: 90vh;
  }

  .xs-vh-95 {
    height: 95vh;
  }

  .xs-vh-min-95 {
    min-height: 95vh;
  }

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

  .xs-vh-min-100 {
    min-height: 100vh;
  }
}
.vh-auto {
  height: auto;
  min-height: initial;
}

@media screen and (max-width: 992px) {
  .md-vh-auto {
    height: auto;
    min-height: initial;
  }
}
@media screen and (max-width: 768px) {
  .sm-vh-auto {
    height: auto;
    min-height: initial;
  }
}
@media screen and (max-width: 576px) {
  .xs-vh-auto {
    height: auto;
    min-height: initial;
  }
}
/* WIDTH CLASS */
.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.w-100 {
  width: 100% !important;
}

@media screen and (max-width: 992px) {
  .md-w-5 {
    width: 5% !important;
  }

  .md-w-10 {
    width: 10% !important;
  }

  .md-w-15 {
    width: 15% !important;
  }

  .md-w-20 {
    width: 20% !important;
  }

  .md-w-25 {
    width: 25% !important;
  }

  .md-w-30 {
    width: 30% !important;
  }

  .md-w-35 {
    width: 35% !important;
  }

  .md-w-40 {
    width: 40% !important;
  }

  .md-w-45 {
    width: 45% !important;
  }

  .md-w-50 {
    width: 50% !important;
  }

  .md-w-55 {
    width: 55% !important;
  }

  .md-w-60 {
    width: 60% !important;
  }

  .md-w-65 {
    width: 65% !important;
  }

  .md-w-70 {
    width: 70% !important;
  }

  .md-w-75 {
    width: 75% !important;
  }

  .md-w-80 {
    width: 80% !important;
  }

  .md-w-85 {
    width: 85% !important;
  }

  .md-w-90 {
    width: 90% !important;
  }

  .md-w-95 {
    width: 95% !important;
  }

  .md-w-100 {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .sm-w-5 {
    width: 5% !important;
  }

  .sm-w-10 {
    width: 10% !important;
  }

  .sm-w-15 {
    width: 15% !important;
  }

  .sm-w-20 {
    width: 20% !important;
  }

  .sm-w-25 {
    width: 25% !important;
  }

  .sm-w-30 {
    width: 30% !important;
  }

  .sm-w-35 {
    width: 35% !important;
  }

  .sm-w-40 {
    width: 40% !important;
  }

  .sm-w-45 {
    width: 45% !important;
  }

  .sm-w-50 {
    width: 50% !important;
  }

  .sm-w-55 {
    width: 55% !important;
  }

  .sm-w-60 {
    width: 60% !important;
  }

  .sm-w-65 {
    width: 65% !important;
  }

  .sm-w-70 {
    width: 70% !important;
  }

  .sm-w-75 {
    width: 75% !important;
  }

  .sm-w-80 {
    width: 80% !important;
  }

  .sm-w-85 {
    width: 85% !important;
  }

  .sm-w-90 {
    width: 90% !important;
  }

  .sm-w-95 {
    width: 95% !important;
  }

  .sm-w-100 {
    width: 100% !important;
  }
}
@media screen and (max-width: 576px) {
  .xs-w-5 {
    width: 5% !important;
  }

  .xs-w-10 {
    width: 10% !important;
  }

  .xs-w-15 {
    width: 15% !important;
  }

  .xs-w-20 {
    width: 20% !important;
  }

  .xs-w-25 {
    width: 25% !important;
  }

  .xs-w-30 {
    width: 30% !important;
  }

  .xs-w-35 {
    width: 35% !important;
  }

  .xs-w-40 {
    width: 40% !important;
  }

  .xs-w-45 {
    width: 45% !important;
  }

  .xs-w-50 {
    width: 50% !important;
  }

  .xs-w-55 {
    width: 55% !important;
  }

  .xs-w-60 {
    width: 60% !important;
  }

  .xs-w-65 {
    width: 65% !important;
  }

  .xs-w-70 {
    width: 70% !important;
  }

  .xs-w-75 {
    width: 75% !important;
  }

  .xs-w-80 {
    width: 80% !important;
  }

  .xs-w-85 {
    width: 85% !important;
  }

  .xs-w-90 {
    width: 90% !important;
  }

  .xs-w-95 {
    width: 95% !important;
  }

  .xs-w-100 {
    width: 100% !important;
  }
}
.z-high {
  z-index: 999999;
}

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

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

.z-100, .modal .close {
  z-index: 100;
}

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

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

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

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

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

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

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

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

.static {
  position: static;
}

.sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}

.relative {
  position: relative;
}

.fixed {
  position: fixed;
}

.inerhit {
  position: inherit;
}

.absolute, .modal .close {
  position: absolute;
}

.pos-right, .modal .close {
  right: 0;
}

.pos-left {
  left: 0;
}

.pos-top, .modal .close {
  top: 0;
}

.pos-bottom {
  bottom: 0;
}

.pos-middle {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.pos-center {
  margin-left: auto;
  margin-right: auto;
  right: 0;
  left: 0;
}

.pos-full {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.pos-full-win {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
}

.unabsolute {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  transform: inherit;
  -webkit-transform: inherit;
  -ms-transform: inherit;
}

.unfixed {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}

@media screen and (max-width: 992px) {
  .md-relative {
    position: relative;
  }

  .md-fixed {
    position: fixed;
  }

  .md-inerhit {
    position: inherit;
  }

  .md-unabsolute {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: inherit;
    -webkit-transform: inherit;
    -ms-transform: inherit;
  }

  .md-unfixed {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}
@media screen and (max-width: 768px) {
  .sm-relative {
    position: relative;
  }

  .sm-fixed {
    position: fixed;
  }

  .sm-inerhit {
    position: inherit;
  }

  .sm-unabsolute {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: inherit;
    -webkit-transform: inherit;
    -ms-transform: inherit;
  }

  .sm-unfixed {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}
@media screen and (max-width: 576px) {
  .xs-relative {
    position: relative;
  }

  .xs-fixed {
    position: fixed;
  }

  .xs-inerhit {
    position: inherit;
  }

  .xs-unabsolute {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: inherit;
    -webkit-transform: inherit;
    -ms-transform: inherit;
  }

  .xs-unfixed {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}
.clear {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.pull-reset {
  float: none;
}

.margin-center, .post-password-form label {
  margin-right: auto;
  margin-left: auto;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.hidden {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.block, .post-password-form label, .post-password-form input[type=password] {
  display: block;
}

.flex, .modal.column .row > div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-flex;
  display: inline-flex;
}

@media screen and (max-width: 992px) {
  .md-clear {
    clear: both;
  }

  .md-clear-left {
    clear: left;
  }

  .md-clear-right {
    clear: right;
  }

  .md-pull-left {
    float: left;
  }

  .md-pull-right {
    float: right;
  }

  .md-pull-reset {
    float: none;
  }

  .md-margin-center {
    margin-right: auto;
    margin-left: auto;
  }

  .md-hide {
    display: none !important;
  }

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

  .md-hidden {
    visibility: hidden;
  }

  .md-visible {
    visibility: visible;
  }

  .md-inline {
    display: inline;
  }

  .md-inline-block {
    display: inline-block;
  }

  .md-block {
    display: block;
  }

  .md-flex {
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .sm-clear {
    clear: both;
  }

  .sm-clear-left {
    clear: left;
  }

  .sm-clear-right {
    clear: right;
  }

  .sm-pull-left {
    float: left;
  }

  .sm-pull-right {
    float: right;
  }

  .sm-pull-reset {
    float: none;
  }

  .sm-margin-center {
    margin-right: auto;
    margin-left: auto;
  }

  .sm-hide {
    display: none !important;
  }

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

  .sm-hidden {
    visibility: hidden;
  }

  .sm-visible {
    visibility: visible;
  }

  .sm-inline {
    display: inline;
  }

  .sm-inline-block {
    display: inline-block;
  }

  .sm-block {
    display: block;
  }

  .sm-flex {
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 576px) {
  .xs-clear {
    clear: both;
  }

  .xs-clear-left {
    clear: left;
  }

  .xs-clear-right {
    clear: right;
  }

  .xs-pull-left {
    float: left;
  }

  .xs-pull-right {
    float: right;
  }

  .xs-pull-reset {
    float: none;
  }

  .xs-margin-center {
    margin-right: auto;
    margin-left: auto;
  }

  .xs-hide {
    display: none !important;
  }

  .xs-show {
    display: block !important;
  }

  .xs-hidden {
    visibility: hidden;
  }

  .xs-visible {
    visibility: visible;
  }

  .xs-inline {
    display: inline;
  }

  .xs-inline-block {
    display: inline-block;
  }

  .xs-block {
    display: block;
  }

  .xs-flex {
    display: -ms-flexbox;
    display: flex;
  }
}
.of-hidden {
  overflow: hidden;
}

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

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

.ofy-scroll {
  overflow-y: scroll;
}

.ofx-scroll {
  overflow-x: scroll;
}

.of-auto {
  overflow: auto;
}

/*
1px = 0.0625rem
6px = 0.375rem
12px = 0.75rem
14px = 0.875rem
16px = 1rem (base)
18px = 1.125rem
20px = 1.25rem
24px = 1.5rem
30px = 1.875rem
36px = 2.25rem
42px = 2.625rem
48px = 3rem
60px = 3.75rem
72px = 4.5rem
96px = 6rem
*/
html {
  font-size: 1rem;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: -0.02rem;
  line-height: 1.2;
}

p, small,
.p, .small, ul.nav.small {
  margin-top: -0.02rem;
  line-height: 1.5;
}

h1, .h1 {
  font-size: 3rem;
}

h2, .h2 {
  font-size: 2.625rem;
}

h3, .h3 {
  font-size: 2.25rem;
}

h4, .h4 {
  font-size: 1.875rem;
}

h5, .h5 {
  font-size: 1.5rem;
}

h6, .h6 {
  font-size: 1.125rem;
}

p, .p {
  font-size: 1rem;
}

small,
.small,
ul.nav.small {
  font-size: 0.875rem;
}

.small-xs {
  font-size: 0.75rem;
}

@media screen and (max-width: 992px) {
  .md-h1 {
    font-size: 3rem;
  }

  .md-h2 {
    font-size: 2.625rem;
  }

  .md-h3 {
    font-size: 2.25rem;
  }

  .md-h4 {
    font-size: 1.875rem;
  }

  .md-h5 {
    font-size: 1.5rem;
  }

  .md-h6 {
    font-size: 1.125rem;
  }

  .md-p {
    font-size: 1rem;
  }

  .md-small {
    font-size: 0.875rem;
  }

  .md-small-xs {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .sm-h1 {
    font-size: 3rem;
  }

  .sm-h2 {
    font-size: 2.625rem;
  }

  .sm-h3 {
    font-size: 2.25rem;
  }

  .sm-h4 {
    font-size: 1.875rem;
  }

  .sm-h5 {
    font-size: 1.5rem;
  }

  .sm-h6 {
    font-size: 1.125rem;
  }

  .sm-p {
    font-size: 1rem;
  }

  .sm-small {
    font-size: 0.875rem;
  }

  .sm-small-xs {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 576px) {
  .xs-h1 {
    font-size: 3rem;
  }

  .xs-h2 {
    font-size: 2.625rem;
  }

  .xs-h3 {
    font-size: 2.25rem;
  }

  .xs-h4 {
    font-size: 1.875rem;
  }

  .xs-h5 {
    font-size: 1.5rem;
  }

  .xs-h6 {
    font-size: 1.125rem;
  }

  .xs-p {
    font-size: 1rem;
  }

  .xs-small {
    font-size: 0.875rem;
  }

  .xs-small-xs {
    font-size: 0.75rem;
  }
}
p b,
p strong,
b,
strong,
.bold {
  font-weight: 700;
}

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

mark {
  background-color: transparent;
}

sup, p sup {
  font-size: 11px;
  vertical-align: super;
}

.font-primary {
  font-family: "Open Sans", sans-serif;
}

.font-300,
.thin {
  font-weight: 300;
}

.font-900 .black {
  font-weight: 900;
}

.uppercase {
  text-transform: uppercase;
}

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

.text-left, .post-password-form label, .modal .row.item-left {
  text-align: left;
}

.text-center, .modal.column .row > div, .modal.column .row, .modal .row {
  text-align: center;
}

.text-right, .modal .row.item-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

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

.text-break {
  word-wrap: break-word;
}

@media screen and (max-width: 992px) {
  .md-text-left {
    text-align: left;
  }

  .md-text-center {
    text-align: center;
  }

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

  .md-text-justify {
    text-align: justify;
  }

  .md-text-nowrap {
    white-space: nowrap;
  }

  .md-text-pre {
    white-space: pre;
  }

  .md-text-break {
    word-wrap: break-word;
  }
}
@media screen and (max-width: 768px) {
  .sm-text-left {
    text-align: left;
  }

  .sm-text-center {
    text-align: center;
  }

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

  .sm-text-justify {
    text-align: justify;
  }

  .sm-text-nowrap {
    white-space: nowrap;
  }

  .sm-text-pre {
    white-space: pre;
  }

  .sm-text-break {
    word-wrap: break-word;
  }
}
@media screen and (max-width: 576px) {
  .xs-text-left {
    text-align: left;
  }

  .xs-text-center {
    text-align: center;
  }

  .xs-text-right {
    text-align: right;
  }

  .xs-text-justify {
    text-align: justify;
  }

  .xs-text-nowrap {
    white-space: nowrap;
  }

  .xs-text-pre {
    white-space: pre;
  }

  .xs-text-break {
    word-wrap: break-word;
  }
}
blockquote {
  font-style: italic;
  font-weight: 300;
  padding: 1.125rem;
  margin: 0.75rem 0;
  border-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
}
blockquote small,
blockquote b,
blockquote strong,
blockquote span {
  font-size: 0.875rem;
  display: block;
  font-style: normal;
  font-weight: 700;
}
blockquote.entry small,
blockquote.entry b,
blockquote.entry strong,
blockquote.entry span {
  padding-top: 0.75rem;
}

q:before {
  content: "«";
}

q:after {
  content: "»";
}

a,
a:hover {
  text-decoration: none;
}

.footer a:hover,
.header a:hover,
.entry a:hover,
.nav a:hover {
  opacity: 0.6;
}

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

.hover {
  cursor: pointer;
}

.hover:hover {
  opacity: 0.6;
}

.no-hover {
  cursor: default !important;
}

.no-hover:hover {
  opacity: 1 !important;
}

.entry h1, .entry .h1,
.entry h2, .entry .h2 {
  margin-bottom: 1.5rem;
}
.entry h3, .entry .h3,
.entry h4, .entry .h4,
.entry h5, .entry .h5,
.entry h6, .entry .h6 {
  margin-bottom: 0.75rem;
}
.entry p + p,
.entry .p + .p {
  padding-top: 12px;
}
.entry a,
.entry a:hover {
  text-decoration: underline;
}
.entry p img.pull-left,
.entry p figure.pull-left {
  margin: 0 1.125rem 0.375rem 0;
}
.entry p img.pull-right,
.entry p figure.pull-right {
  margin: 0.75rem 0 1.125rem 1.125rem;
}
.entry figcaption {
  padding-top: 0.75rem;
  font-weight: bold;
}

.text-col-2 {
  column-count: 2;
  column-gap: 1.125rem;
}

.text-col-3 {
  column-count: 3;
  column-gap: 1.125rem;
}

.text-col-4 {
  column-count: 4;
  column-gap: 1.125rem;
}

.text-col-2.avoid-break p,
.text-col-3.avoid-break p,
.text-col-4.avoid-break p {
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

@media screen and (max-width: 992px) {
  .md-text-col-1 {
    column-count: inherit;
  }

  .md-text-col-2 {
    column-count: 2;
    column-gap: 1.125rem;
  }

  .md-text-col-3 {
    column-count: 3;
    column-gap: 1.125rem;
  }

  .md-text-col-4 {
    column-count: 4;
    column-gap: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .sm-text-col-1 {
    column-count: inherit;
  }

  .sm-text-col-2 {
    column-count: 2;
    column-gap: 1.125rem;
  }

  .sm-text-col-3 {
    column-count: 3;
    column-gap: 1.125rem;
  }

  .sm-text-col-4 {
    column-count: 4;
    column-gap: 1.125rem;
  }
}
@media screen and (max-width: 576px) {
  .xs-text-col-1 {
    column-count: inherit;
  }

  .xs-text-col-2 {
    column-count: 2;
    column-gap: 1.125rem;
  }

  .xs-text-col-3 {
    column-count: 3;
    column-gap: 1.125rem;
  }

  .xs-text-col-4 {
    column-count: 4;
    column-gap: 1.125rem;
  }
}
hr {
  height: 1px;
  display: block;
  clear: both;
  border: none;
  margin: 0 0;
}

hr::after {
  content: " ";
  clear: both;
  display: table;
}

.h-1 {
  height: 0.75rem;
}

.h-2 {
  height: 1.5rem;
}

.h-3 {
  height: 3rem;
}

.h-4 {
  height: 6rem;
}

.h-5 {
  height: 12rem;
}

@media screen and (max-width: 992px) {
  .md-h-1 {
    height: 0.75rem;
  }

  .md-h-2 {
    height: 1.5rem;
  }

  .md-h-3 {
    height: 3rem;
  }

  .md-h-4 {
    height: 6rem;
  }

  .md-h-5 {
    height: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .sm-h-1 {
    height: 0.75rem;
  }

  .sm-h-2 {
    height: 1.5rem;
  }

  .sm-h-3 {
    height: 3rem;
  }

  .sm-h-4 {
    height: 6rem;
  }

  .sm-h-5 {
    height: 12rem;
  }
}
@media screen and (max-width: 576px) {
  .xs-h-1 {
    height: 0.75rem;
  }

  .xs-h-2 {
    height: 1.5rem;
  }

  .xs-h-3 {
    height: 3rem;
  }

  .xs-h-4 {
    height: 6rem;
  }

  .xs-h-5 {
    height: 12rem;
  }
}
hr.col-break {
  flex-basis: 100%;
  height: 0;
}

hr.line {
  position: relative;
}
hr.line:after {
  border-bottom: 1px solid #ddd;
  content: "";
  visibility: visible;
  width: 100%;
  position: absolute;
  height: 0px;
  top: 50%;
  margin-top: -0.5px;
}

.bg-dark hr.line:after {
  border-color: rgba(255, 255, 255, 0.25);
}

.bo,
.bo-l,
.bo-r,
.bo-t,
.bo-b,
.bo-y,
.bo-x {
  border-style: solid;
  border-color: #ddd;
}

.bo-0 {
  border-width: 0px;
}

.bo {
  border-width: 1px;
}

.bo-t, .bo-y {
  border-top-width: 1px;
}

.bo-b, .bo-y {
  border-bottom-width: 1px;
}

.bo-l, .bo-x {
  border-left-width: 1px;
}

.bo-r, .bo-x {
  border-right-width: 1px;
}

@media screen and (max-width: 1024px) {
  .md-bo-0 {
    border-width: 0px;
  }

  .md-bo {
    border-width: 1px;
  }

  .md-bo-t, .md-bo-y {
    border-top-width: 1px;
  }

  .md-bo-b, .md-bo-y {
    border-bottom-width: 1px;
  }

  .md-bo-l, .md-bo-x {
    border-left-width: 1px;
  }

  .md-bo-r, .md-bo-x {
    border-right-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  .sm-bo-0 {
    border-width: 0px;
  }

  .sm-bo {
    border-width: 1px;
  }

  .sm-bo-t, .sm-bo-y {
    border-top-width: 1px;
  }

  .sm-bo-b, .sm-bo-y {
    border-bottom-width: 1px;
  }

  .sm-bo-l, .sm-bo-x {
    border-left-width: 1px;
  }

  .sm-bo-r, .sm-bo-x {
    border-right-width: 1px;
  }
}
@media screen and (max-width: 576px) {
  .xs-bo-0 {
    border-width: 0px;
  }

  .xs-bo {
    border-width: 1px;
  }

  .xs-bo-t, .xs-bo-y {
    border-top-width: 1px;
  }

  .xs-bo-b, .xs-bo-y {
    border-bottom-width: 1px;
  }

  .xs-bo-l, .xs-bo-x {
    border-left-width: 1px;
  }

  .xs-bo-r, .xs-bo-x {
    border-right-width: 1px;
  }
}
.bg-dark .bo,
.bg-dark .bo-l,
.bg-dark .bo-r,
.bg-dark .bo-t,
.bg-dark .bo-b,
.bg-dark .bo-y,
.bg-dark .bo-x {
  border-color: rgba(255, 255, 255, 0.25);
}

/* BORDERS COLORS */
.bo-gray-100 {
  border-color: #f2f2f2;
}

.bo-gray-200 {
  border-color: #dddddd;
}

.bo-gray-300 {
  border-color: #cccccc;
}

.bo-gray-400 {
  border-color: #999999;
}

.bo-gray-500 {
  border-color: #666666;
}

.bo-gray-600 {
  border-color: #555555;
}

.bo-gray-700 {
  border-color: #333333;
}

.bo-gray-800 {
  border-color: #222222;
}

.bo-gray-900 {
  border-color: #111111;
}

.bo-white {
  border-color: #fff;
}

.bo-black {
  border-color: #000;
}

.bo-dot {
  border-style: dotted;
}

.bo-dash {
  border-style: dashed;
}

.btn:not(:disabled):not(.disabled), .post-password-form input[type=submit]:not(:disabled):not(.disabled), .ost-login .button-primary:not(:disabled):not(.disabled):hover, .ost-login input[type=submit].button-primary:not(:disabled):not(.disabled), .modal .close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

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

.btn, .post-password-form input[type=submit], .ost-login .button-primary:hover, .ost-login input[type=submit].button-primary, .modal .close,
input[type=button],
input[type=submit],
input[type=reset],
input[type=file] + label,
button {
  text-decoration: none !important;
  font-family: inherit;
  font-size: inherit !important;
  line-height: inherit;
  overflow: visible;
  text-transform: none;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0.0625rem solid transparent;
  padding: 8px 24px;
  font-size: 1rem;
  line-height: 1.5;
  background-color: transparent;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  box-sizing: border-box !important;
  cursor: pointer;
  min-height: 32px;
  border-radius: 32px;
  border: 0.0625rem solid #dddddd;
}
.btn:hover, .ost-login .button-primary:hover, .ost-login input[type=submit].button-primary:hover, .modal .close:hover,
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=file] + label:hover,
button:hover {
  opacity: 0.6;
}
.btn:focus, .ost-login .button-primary:focus:hover, .ost-login input[type=submit].button-primary:focus, .modal .close:focus,
input[type=button]:focus,
input[type=submit]:focus,
input[type=reset]:focus,
input[type=file] + label:focus,
button:focus {
  box-shadow: 0 0 0 4px rgba(60, 74, 84, 0.1) !important;
}
.btn.disabled, .ost-login .disabled.button-primary:hover, .ost-login input.disabled[type=submit].button-primary, .modal .disabled.close, .btn:disabled, .ost-login .button-primary:disabled:hover, .ost-login input[type=submit].button-primary:disabled, .modal .close:disabled,
input[type=button].disabled,
input[type=button]:disabled,
input[type=submit].disabled,
input[type=submit]:disabled,
input[type=reset].disabled,
input[type=reset]:disabled,
input[type=file] + label.disabled,
input[type=file] + label:disabled,
button.disabled,
button:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.btn a, .post-password-form input[type=submit] a, .ost-login .button-primary:hover a, .ost-login input[type=submit].button-primary a, .modal .close a,
button a {
  text-decoration: none !important;
}

.btn-square {
  border-radius: 0 !important;
}

.btn-smooth {
  border-radius: 4px !important;
}

.btn-round {
  border-radius: 32px !important;
}

.btn-outline {
  border-style: solid;
}

.btn.btn-primary, .post-password-form input[type=submit], .ost-login .btn.button-primary:hover, .ost-login .btn-primary.button-primary:hover, .ost-login .button-primary:hover, .ost-login input[type=submit].button-primary, .modal .btn-primary.close, .modal .ost-login .close.button-primary:hover, .ost-login .modal .close.button-primary:hover {
  background-color: #1DD2AF;
  color: #fff;
  border-color: transparent;
}
.btn.btn-primary a, .post-password-form input[type=submit] a, .ost-login .button-primary:hover a, .ost-login input[type=submit].button-primary a, .modal .btn-primary.close a {
  color: #fff;
}

.btn.btn-secondary, .post-password-form input.btn-secondary[type=submit], .ost-login .btn-secondary.button-primary:hover, .ost-login input.btn-secondary[type=submit].button-primary, .modal .btn-secondary.close {
  background-color: #34495e;
  color: #fff;
  border-color: transparent;
}
.btn.btn-secondary a, .post-password-form input.btn-secondary[type=submit] a, .ost-login .btn-secondary.button-primary:hover a, .ost-login input.btn-secondary[type=submit].button-primary a, .modal .btn-secondary.close a {
  color: #fff;
}

.btn.btn-gray, .post-password-form input.btn-gray[type=submit], .ost-login .btn-gray.button-primary:hover, .ost-login input.btn-gray[type=submit].button-primary, .modal .btn-gray.close {
  background-color: #f2f2f2;
  color: #666666;
  border-color: transparent;
}
.btn.btn-gray a, .post-password-form input.btn-gray[type=submit] a, .ost-login .btn-gray.button-primary:hover a, .ost-login input.btn-gray[type=submit].button-primary a, .modal .btn-gray.close a {
  color: #666666;
}

.btn.btn-white, .post-password-form input.btn-white[type=submit], .ost-login .btn-white.button-primary:hover, .ost-login input.btn-white[type=submit].button-primary, .modal .btn-white.close {
  background-color: #fff;
  color: #666666;
  border-color: transparent;
}
.btn.btn-white a, .post-password-form input.btn-white[type=submit] a, .ost-login .btn-white.button-primary:hover a, .ost-login input.btn-white[type=submit].button-primary a, .modal .btn-white.close a {
  color: #666666;
}

.btn.btn-white-primary, .post-password-form input.btn-white-primary[type=submit], .ost-login .btn-white-primary.button-primary:hover, .ost-login input.btn-white-primary[type=submit].button-primary, .modal .btn-white-primary.close {
  background-color: #fff;
  color: #1DD2AF;
  border-color: transparent;
}
.btn.btn-white-primary a, .post-password-form input.btn-white-primary[type=submit] a, .ost-login .btn-white-primary.button-primary:hover a, .ost-login input.btn-white-primary[type=submit].button-primary a, .modal .btn-white-primary.close a {
  color: #1DD2AF;
}

.btn.btn-white-secondary, .post-password-form input.btn-white-secondary[type=submit], .ost-login .btn-white-secondary.button-primary:hover, .ost-login input.btn-white-secondary[type=submit].button-primary, .modal .btn-white-secondary.close {
  background-color: #fff;
  color: #34495e;
  border-color: transparent;
}
.btn.btn-white-secondary a, .post-password-form input.btn-white-secondary[type=submit] a, .ost-login .btn-white-secondary.button-primary:hover a, .ost-login input.btn-white-secondary[type=submit].button-primary a, .modal .btn-white-secondary.close a {
  color: #34495e;
}

.btn.btn-primary.btn-outline, .post-password-form input.btn-outline[type=submit], .ost-login .btn-outline.button-primary:hover, .ost-login input.btn-outline[type=submit].button-primary, .modal .btn-primary.btn-outline.close {
  color: #1DD2AF;
  border-color: #1DD2AF;
  background-color: transparent !important;
}
.btn.btn-primary.btn-outline a, .post-password-form input.btn-outline[type=submit] a, .ost-login .btn-outline.button-primary:hover a, .ost-login input.btn-outline[type=submit].button-primary a, .modal .btn-primary.btn-outline.close a {
  color: #1DD2AF;
}

.btn.btn-secondary.btn-outline, .post-password-form input.btn-secondary.btn-outline[type=submit], .ost-login .btn-secondary.btn-outline.button-primary:hover, .ost-login input.btn-secondary.btn-outline[type=submit].button-primary, .modal .btn-secondary.btn-outline.close {
  color: #34495e;
  border-color: #34495e;
  background-color: transparent !important;
}
.btn.btn-secondary.btn-outline a, .post-password-form input.btn-secondary.btn-outline[type=submit] a, .ost-login .btn-secondary.btn-outline.button-primary:hover a, .ost-login input.btn-secondary.btn-outline[type=submit].button-primary a, .modal .btn-secondary.btn-outline.close a {
  color: #34495e;
}

.btn.btn-white.btn-outline, .post-password-form input.btn-white.btn-outline[type=submit], .ost-login .btn-white.btn-outline.button-primary:hover, .ost-login input.btn-white.btn-outline[type=submit].button-primary, .modal .btn-white.btn-outline.close {
  color: #fff;
  border-color: #fff;
  background-color: transparent !important;
}
.btn.btn-white.btn-outline a, .post-password-form input.btn-white.btn-outline[type=submit] a, .ost-login .btn-white.btn-outline.button-primary:hover a, .ost-login input.btn-white.btn-outline[type=submit].button-primary a, .modal .btn-white.btn-outline.close a {
  color: #fff;
}

.btn.btn-neutral, .post-password-form input.btn-neutral[type=submit], .ost-login .btn-neutral.button-primary:hover, .ost-login input.btn-neutral[type=submit].button-primary, .modal .btn-neutral.close {
  background-color: #fff;
  border-color: #dddddd;
  color: #666666;
}
.btn.btn-neutral a, .post-password-form input.btn-neutral[type=submit] a, .ost-login .btn-neutral.button-primary:hover a, .ost-login input.btn-neutral[type=submit].button-primary a, .modal .btn-neutral.close a {
  color: #666666;
}

.btn-link {
  border-radius: 0 !important;
  background-color: transparent !important;
  border-right-width: 0 !important;
  border-top-width: 0 !important;
  border-left-width: 0 !important;
  border-style: solid;
  padding: 4px 12px !important;
  white-space: normal !important;
}
.btn-link.btn.btn-primary, .post-password-form input.btn-link[type=submit], .ost-login .btn-link.button-primary:hover, .ost-login input.btn-link[type=submit].button-primary, .modal .btn-link.btn-primary.close {
  border-color: #1DD2AF;
  color: #1DD2AF;
}
.btn-link.btn.btn-primary a, .post-password-form input.btn-link[type=submit] a, .ost-login .btn-link.button-primary:hover a, .ost-login input.btn-link[type=submit].button-primary a, .modal .btn-link.btn-primary.close a {
  color: #1DD2AF;
}
.btn-link.btn.btn-secondary, .post-password-form input.btn-link.btn-secondary[type=submit], .ost-login .btn-link.btn-secondary.button-primary:hover, .ost-login input.btn-link.btn-secondary[type=submit].button-primary, .modal .btn-link.btn-secondary.close {
  border-color: #34495e;
  color: #34495e;
}
.btn-link.btn.btn-secondary a, .post-password-form input.btn-link.btn-secondary[type=submit] a, .ost-login .btn-link.btn-secondary.button-primary:hover a, .ost-login input.btn-link.btn-secondary[type=submit].button-primary a, .modal .btn-link.btn-secondary.close a {
  color: #34495e;
}
.btn-link.btn.btn-neutral, .post-password-form input.btn-link.btn-neutral[type=submit], .ost-login .btn-link.btn-neutral.button-primary:hover, .ost-login input.btn-link.btn-neutral[type=submit].button-primary, .modal .btn-link.btn-neutral.close {
  border-color: #dddddd;
  color: #666666;
}
.btn-link.btn.btn-neutral a, .post-password-form input.btn-link.btn-neutral[type=submit] a, .ost-login .btn-link.btn-neutral.button-primary:hover a, .ost-login input.btn-link.btn-neutral[type=submit].button-primary a, .modal .btn-link.btn-neutral.close a {
  color: #666666;
}

.btn.btn-sm, .post-password-form input.btn-sm[type=submit], .ost-login .btn-sm.button-primary:hover, .ost-login input.btn-sm[type=submit].button-primary, .modal .btn-sm.close {
  padding: 0px 12px !important;
  font-size: 0.875rem !important;
  line-height: 1.5rem !important;
  min-height: inherit !important;
  max-height: none !important;
}

.btn.btn-lg, .post-password-form input.btn-lg[type=submit], .ost-login .btn-lg.button-primary:hover, .ost-login input.btn-lg[type=submit].button-primary, .modal .btn-lg.close {
  min-height: inherit;
  padding: 10px 32px;
}

.btn-block {
  width: 100%;
}

.btn-icon, .modal .close {
  padding: 0 !important;
  vertical-align: middle;
  width: 44px;
  height: 44px;
}
.btn-icon i, .modal .close i {
  text-align: center;
  display: block;
  font-size: 22px;
  line-height: 42px;
}
.btn-icon a, .modal .close a {
  padding: 0 !important;
}
.btn-icon.btn-lg, .modal .btn-lg.close {
  width: 52px;
  height: 52px;
  min-height: 52px;
}
.btn-icon.btn-lg i, .modal .btn-lg.close i {
  font-size: 26px;
  line-height: 50px;
}
.btn-icon.btn-sm, .modal .btn-sm.close {
  width: 28px;
  height: 28px;
  padding: 0 !important;
  min-height: 28px;
}
.btn-icon.btn-sm i, .modal .btn-sm.close i {
  font-size: 15px;
  line-height: 26px;
}

.btn-noborder {
  border: 0 !important;
}

.no-btn,
.no-btn:hover,
.no-btn.disabled,
.no-btn:disabled {
  box-shadow: none !important;
  color: inherit !important;
  background: transparent !important;
  opacity: 1 !important;
  border: 0 !important;
  padding: 0 !important;
  min-height: auto !important;
  min-width: auto !important;
  text-transform: inherit !important;
  font-family: inherit !important;
}

input[type=text],
input[type=search],
input[type=password],
input[type=email],
input[type=tel],
input[type=url],
input[type=month],
input[type=week],
input[type=number],
input[type=date],
input[type=datetime-local],
input[type=time],
input[type=color],
textarea,
select,
.select,
.input {
  font-family: inherit;
  font-weight: normal;
  width: 100%;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  box-sizing: inherit;
  box-shadow: none;
  color: inherit;
  outline: none;
  vertical-align: middle;
}

input[type=text],
input[type=search],
input[type=password],
input[type=email],
input[type=tel],
input[type=url],
input[type=month],
input[type=week],
input[type=number],
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=time],
textarea,
.input,
select,
.select {
  border-style: solid;
  border-width: 0.0625rem;
  padding: 0 12px;
  min-height: 42px;
  font-size: 1rem;
  background-color: #fff;
  border-radius: 0;
  border-radius: 4px;
}

input[type=number].short {
  width: 100px;
}

input[type=color] {
  padding: 0;
  overflow: hidden;
  border: 0;
}

input[type=color].short {
  width: 100px;
}

input[type=date],
input[type=datetime-local],
input[type=time] {
  width: auto;
  -webkit-appearance: listbox;
}

textarea {
  padding: 12px !important;
  height: 96px;
}
textarea.counter + span {
  display: block;
  text-align: right;
  font-size: 0.8125rem;
}

.sw-form .radio,
.sw-form .checkbox,
.sw-form input[type=checkbox],
.sw-form input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
.sw-form .radio,
.sw-form .checkbox,
.sw-form .switch {
  position: relative;
  display: inline-block;
  min-height: 24px;
  margin-right: 0.75rem;
  font-size: 1rem;
  line-height: 24px;
  cursor: pointer;
}
.sw-form .radio.block, .sw-form .post-password-form label.radio, .post-password-form .sw-form label.radio, .sw-form .post-password-form input.radio[type=password], .post-password-form .sw-form input.radio[type=password],
.sw-form .checkbox.block,
.sw-form .post-password-form label.checkbox,
.post-password-form .sw-form label.checkbox,
.sw-form .post-password-form input.checkbox[type=password],
.post-password-form .sw-form input.checkbox[type=password],
.sw-form .switch.block,
.sw-form .post-password-form label.switch,
.post-password-form .sw-form label.switch,
.sw-form .post-password-form input.switch[type=password],
.post-password-form .sw-form input.switch[type=password] {
  display: block;
  margin-bottom: 12px;
}
.sw-form .radio input[type=checkbox],
.sw-form .radio input[type=radio],
.sw-form .checkbox input[type=checkbox],
.sw-form .checkbox input[type=radio],
.sw-form .switch input[type=checkbox],
.sw-form .switch input[type=radio] {
  opacity: 0;
  height: 0;
  width: 0;
}
.sw-form .radio span,
.sw-form .checkbox span,
.sw-form .switch span {
  height: 24px;
  width: 24px;
  border: 1px solid #dddddd;
  float: left;
  background-color: #fff;
  border-radius: 4px;
}
.sw-form .radio span:after,
.sw-form .checkbox span:after,
.sw-form .switch span:after {
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 1;
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "";
  opacity: 0;
  color: #fff;
  transform: scale(0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sw-form .radio input[type=checkbox]:checked + span,
.sw-form .radio input[type=radio]:checked + span,
.sw-form .checkbox input[type=checkbox]:checked + span,
.sw-form .checkbox input[type=radio]:checked + span,
.sw-form .switch input[type=checkbox]:checked + span,
.sw-form .switch input[type=radio]:checked + span {
  border: 1px solid #1DD2AF;
  background-color: #1DD2AF;
}
.sw-form .radio input[type=checkbox]:checked + span:after,
.sw-form .radio input[type=radio]:checked + span:after,
.sw-form .checkbox input[type=checkbox]:checked + span:after,
.sw-form .checkbox input[type=radio]:checked + span:after,
.sw-form .switch input[type=checkbox]:checked + span:after,
.sw-form .switch input[type=radio]:checked + span:after {
  opacity: 1;
  transform: scale(1);
}
.sw-form .radio span {
  border-radius: 30px;
}
.sw-form .switch span {
  width: 48px;
  background-color: #dddddd;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sw-form .switch span:after {
  display: none;
}
.sw-form .switch span:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  top: 3px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 2px;
}
.sw-form .switch input:checked + span {
  background-color: #1DD2AF;
}
.sw-form .switch input:focus + span {
  box-shadow: 0 0 1px #2196F3;
}
.sw-form .switch input:checked + span:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}

.js input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}

input[type=file] + label {
  padding: 8px 24px 8px 48px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxpdmVsbG9fMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDk2IDk2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA5NiA5NjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiMyMjIyMjI7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNODIsNTYuMDZIMTRjLTEuMSwwLTIsMC45LTIsMnYyMGMwLDEuMSwwLjksMiwyLDJoNjhjMS4xLDAsMi0wLjksMi0ydi0yMEM4NCw1Ni45NSw4My4xLDU2LjA2LDgyLDU2LjA2egoJIE0yMiw3MS4wNmMtMS42NiwwLTMtMS4zNC0zLTNzMS4zNC0zLDMtM3MzLDEuMzQsMywzUzIzLjY2LDcxLjA2LDIyLDcxLjA2eiBNMzEuMSw3MS4wNmMtMS42NiwwLTMtMS4zNC0zLTNzMS4zNC0zLDMtMwoJYzEuNjYsMCwzLDEuMzQsMywzUzMyLjc1LDcxLjA2LDMxLjEsNzEuMDZ6IE0zOC4xMywzNS44NkgyOC4wN2wxOS45Mi0xOS45MmwxOS45MiwxOS45Mkg1Ny44NXYxNC4xOUgzOC4xM1YzNS44NnoiLz4KPC9zdmc+Cg==") no-repeat 10px 50%;
  background-size: 25px;
}

input[type=file] + label + small {
  display: block;
  margin-top: 12px;
}

.no-js input[type=file] + label {
  display: none;
}

label {
  display: table-cell;
  min-height: 24px;
  padding-bottom: 6px;
  font-size: 0.875rem;
}

label small {
  padding-left: 4px;
  opacity: 0.7;
  display: inline;
}

fieldset {
  padding: 0.75rem 1.5rem;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
}

legend {
  font-size: 12px;
  padding: 6px 12px;
  position: relative;
  margin-top: 48px;
  margin-left: -12px;
}

input:focus, input:active,
textarea:focus,
textarea:active,
select:focus,
select:active,
[contenteditable=true]:focus,
[contenteditable=true]:active {
  outline: none !important;
  border-color: #999999 !important;
  box-shadow: 0 0 0 4px rgba(60, 74, 84, 0.1) !important;
  outline-offset: 0px !important;
  outline-offset: 0;
  outline-width: 0 !important;
}

select,
.select {
  height: 42px;
}

select::-ms-expand,
.select::-ms-expand {
  display: none;
}

select[size],
select[multiple],
.select[size],
.select[multiple] {
  height: auto;
  padding: 0.25rem 0.4rem;
}

select[size] option,
select[multiple] option,
.select[size] option,
.select[multiple] option {
  padding: 0.1rem 0.2rem;
}

select:not([multiple]):not([size]),
.select:not([multiple]):not([size]) {
  background: #fff url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxpdmVsbG9fMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDk2IDk2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA5NiA5NjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiMyMjIyMjI7fQo8L3N0eWxlPgo8Zz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik02Mi41OSw1NS41OUw0OCw3MC4xN0wzMy40MSw1NS41OWMtMC43OC0wLjc4LTIuMDUtMC43OC0yLjgzLDBjLTAuNzgsMC43OC0wLjc4LDIuMDUsMCwyLjgzTDQ4LDc1LjgzCgkJbDE3LjQxLTE3LjQxYzAuNzgtMC43OCwwLjc4LTIuMDUsMC0yLjgzUzYzLjM3LDU0LjgsNjIuNTksNTUuNTl6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzMuNDEsNDAuNDFMNDgsMjUuODNsMTQuNTksMTQuNTlDNjIuOTgsNDAuOCw2My40OSw0MSw2NCw0MXMxLjAyLTAuMiwxLjQxLTAuNTljMC43OC0wLjc4LDAuNzgtMi4wNSwwLTIuODMKCQlMNDgsMjAuMTdMMzAuNTksMzcuNTljLTAuNzgsMC43OC0wLjc4LDIuMDUsMCwyLjgzQzMxLjM3LDQxLjIsMzIuNjMsNDEuMiwzMy40MSw0MC40MXoiLz4KPC9nPgo8L3N2Zz4K") no-repeat right 0.35rem center/0.4rem 0.5rem;
  padding-right: 1.2rem;
  background-size: 25px;
}

.form-validation input:required {
  padding-right: 36px;
}
.form-validation input:required:valid {
  border: 1px solid #4BB867;
}
.form-validation input:required:invalid {
  border: 1px solid #D94F4F;
}
.form-validation input:required:invalid {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxpdmVsbG9fMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDk2IDk2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA5NiA5NjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNEOTRGNEY7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNDgsMTJjLTE5Ljg1LDAtMzYsMTYuMTUtMzYsMzZzMTYuMTUsMzYsMzYsMzZzMzYtMTYuMTUsMzYtMzZTNjcuODUsMTIsNDgsMTJ6IE00OCw4MGMtMTcuNjUsMC0zMi0xNC4zNi0zMi0zMgoJYzAtMTcuNjUsMTQuMzUtMzIsMzItMzJjMTcuNjQsMCwzMiwxNC4zNSwzMiwzMkM4MCw2NS42NCw2NS42NCw4MCw0OCw4MHogTTUwLDYzLjg2YzAsMS4xLTAuOSwyLTIsMnMtMi0wLjktMi0yczAuOS0yLDItMgoJUzUwLDYyLjc2LDUwLDYzLjg2eiBNNTAsMzJ2MjRjMCwxLjEtMC45LDItMiwycy0yLTAuOS0yLTJWMzJjMC0xLjEsMC45LTIsMi0yUzUwLDMwLjksNTAsMzJ6Ii8+Cjwvc3ZnPgo=") no-repeat 98% 50%;
  background-size: 25px;
}
.form-validation input:required:valid {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxpdmVsbG9fMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDk2IDk2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA5NiA5NjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiM0QkI4Njc7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNjguMjQsMzUuNzRjMC43OCwwLjc4LDAuNzgsMi4wNSwwLDIuODNMNDQsNjIuODNMMzEuMTUsNDkuOThjLTAuNzgtMC43OC0wLjc4LTIuMDUsMC0yLjgzCgljMC43OC0wLjc4LDIuMDUtMC43OCwyLjgzLDBMNDQsNTcuMTdsMjEuNDEtMjEuNDNDNjYuMTksMzQuOTYsNjcuNDYsMzQuOTYsNjguMjQsMzUuNzR6IE04NCw0OGMwLDE5Ljg1LTE2LjE1LDM2LTM2LDM2CglTMTIsNjcuODUsMTIsNDhzMTYuMTUtMzYsMzYtMzZTODQsMjguMTUsODQsNDh6IE04MCw0OGMwLTE3LjY1LTE0LjM2LTMyLTMyLTMyYy0xNy42NSwwLTMyLDE0LjM1LTMyLDMyYzAsMTcuNjQsMTQuMzUsMzIsMzIsMzIKCUM2NS42NCw4MCw4MCw2NS42NCw4MCw0OHoiLz4KPC9zdmc+Cg==") no-repeat 98% 50%;
  background-size: 25px;
}
.form-validation input:required,
.form-validation input:required:focus {
  background-position: 120% 50%;
}
.form-validation input[type=number]:required {
  padding-right: 8px;
}
.form-validation input[type=number]:required:invalid,
.form-validation input[type=number]:required:valid {
  background-position: right 24px center;
}

form .group {
  margin: 0 0 0.75rem;
  position: relative;
}
form .group.icon input[type=text],
form .group.icon input[type=search],
form .group.icon input[type=password],
form .group.icon input[type=email],
form .group.icon input[type=tel],
form .group.icon input[type=url] {
  padding-left: 42px;
}
form .group.icon input[type=text]:focus + i,
form .group.icon input[type=search]:focus + i,
form .group.icon input[type=password]:focus + i,
form .group.icon input[type=email]:focus + i,
form .group.icon input[type=tel]:focus + i,
form .group.icon input[type=url]:focus + i {
  color: #1DD2AF;
  opacity: 1;
}
form .group.icon i {
  position: absolute;
  left: 10px;
  bottom: 8px;
  width: 24px;
  height: 24px;
  font-size: 24px;
  opacity: 0.6;
}

.form-outline input:not([type=button]):not([type=submit]):not([type=reset]),
.form-outline .input,
.form-outline textarea,
.form-outline .radio span,
.form-outline .checkbox span,
.form-outline .switch span {
  border-color: rgba(255, 255, 255, 0.6) !important;
  background-color: transparent !important;
  color: #fff !important;
}
.form-outline .switch span:after {
  display: block;
}

.bg-dark input,
.bg-dark textarea,
.bg-dark select,
.bg-dark [contenteditable=true] {
  color: #222222;
}
.bg-dark input:focus, .bg-dark input:active,
.bg-dark textarea:focus,
.bg-dark textarea:active,
.bg-dark select:focus,
.bg-dark select:active,
.bg-dark [contenteditable=true]:focus,
.bg-dark [contenteditable=true]:active {
  outline: none !important;
  border-color: #fff !important;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2) !important;
  outline-offset: 0px !important;
  outline-offset: 0;
  outline-width: 0 !important;
}

form .smooth {
  border-radius: 4px;
}
form .smooth span:before {
  border-radius: 2px;
}
form .round {
  border-radius: 24px;
  padding: 0 24px !important;
}
form .round span {
  border-radius: 48px;
}
form .round span:before {
  border-radius: 50%;
}
form .default {
  border-radius: 0;
}
form .default span {
  border-radius: 0;
}
form .default span:before {
  border-radius: 0;
}

input:disabled,
input.disabled,
input[readonly] {
  cursor: not-allowed;
  background-color: #f2f2f2 !important;
}

ul.nav li {
  position: relative;
}
ul.nav li a {
  padding: 0 0.75rem;
  display: block;
}
ul.nav.shrink a {
  padding: 0 0.375rem;
}
ul.nav.fill li {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
ul.nav.slash li:before {
  content: "/";
  position: absolute;
  left: -3px;
  opacity: 0.3;
}
ul.nav.slash li:first-child:before {
  display: none;
}
ul.nav.slash.small li:before {
  top: 1px;
}
ul.nav.pipe li:before {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #222222;
  top: 0;
  bottom: 0;
  left: -2px;
  opacity: 0.3;
}
ul.nav.pipe li:first-child:before {
  display: none;
}
ul.nav.line li {
  padding: 0 1.125rem;
}
ul.nav.line li:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 1px;
  background-color: #222222;
  top: 50%;
  left: -10px;
  opacity: 0.3;
}
ul.nav.line li:first-child:before {
  display: none;
}
ul.nav.line.shrink li {
  padding: 0 0.75rem;
}
ul.nav.line.indent-l li:first-child {
  padding-left: 0;
}
ul.nav.line.indent-r li:last-child {
  padding-right: 0;
}
ul.nav.indent-r li:last-child a {
  padding-right: 0;
}
ul.nav.indent-l li:first-child a {
  padding-left: 0;
}
ul.nav .btn a, ul.nav .post-password-form input[type=submit] a, .post-password-form ul.nav input[type=submit] a, ul.nav .ost-login .button-primary:hover a, .ost-login ul.nav .button-primary:hover a, ul.nav .ost-login input[type=submit].button-primary a, .ost-login ul.nav input[type=submit].button-primary a, ul.nav .modal .close a, .modal ul.nav .close a {
  display: block;
  padding: 0;
}

ul.nav.sp-1 li {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
ul.nav.sp-2 li {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
ul.nav.sp-3 li {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}
ul.nav.sp-4 li {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 992px) {
  ul.nav.md-sp-1 li {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  ul.nav.md-sp-2 li {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  ul.nav.md-sp-3 li {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  ul.nav.md-sp-4 li {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  ul.nav.sm-sp-1 li {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  ul.nav.sm-sp-2 li {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  ul.nav.sm-sp-3 li {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  ul.nav.sm-sp-4 li {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  ul.nav.xs-sp-1 li {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  ul.nav.xs-sp-2 li {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  ul.nav.xs-sp-3 li {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  ul.nav.xs-sp-4 li {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

ul.nav {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
ul.nav.center {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
ul.nav.right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
ul.nav.right.fill {
  text-align: right;
}
ul.nav.center.fill {
  text-align: center;
}
ul.nav.column {
  -ms-flex-direction: column;
  flex-direction: column;
}
ul.nav.column li {
  display: inline-flex;
}
ul.nav.column.center li {
  -ms-flex-pack: center;
  justify-content: center;
}
ul.nav.column.right li {
  -ms-flex-pack: right;
  justify-content: right;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
ul.nav.column.fill li {
  display: block;
}

@media screen and (max-width: 992px) {
  ul.nav.md-center {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  ul.nav.md-right {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  ul.nav.md-right.fill {
    text-align: right;
  }
  ul.nav.md-center.fill {
    text-align: center;
  }
  ul.nav.md-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ul.nav.md-column li {
    display: inline-flex;
  }
  ul.nav.md-column.md-center li {
    -ms-flex-pack: center;
    justify-content: center;
  }
  ul.nav.md-indent-reset li:first-child {
    padding-left: inherit;
  }
  ul.nav.md-indent-reset li:last-child {
    padding-left: inherit;
  }
}
@media screen and (max-width: 768px) {
  ul.nav.sm-center {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  ul.nav.sm-right {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  ul.nav.sm-right.fill {
    text-align: right;
  }
  ul.nav.sm-center.fill {
    text-align: center;
  }
  ul.nav.sm-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ul.nav.sm-column li {
    display: inline-flex;
  }
  ul.nav.sm-column.sm-center li {
    -ms-flex-pack: center;
    justify-content: center;
  }
  ul.nav.sm-indent-reset li:first-child {
    padding-left: inherit;
  }
  ul.nav.sm-indent-reset li:last-child {
    padding-left: inherit;
  }
}
@media screen and (max-width: 576px) {
  ul.nav.xs-center {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  ul.nav.xs-right {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  ul.nav.xs-right.fill {
    text-align: right;
  }
  ul.nav.xs-center.fill {
    text-align: center;
  }
  ul.nav.xs-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ul.nav.xs-column li {
    display: inline-flex;
  }
  ul.nav.xs-column.xs-center li {
    -ms-flex-pack: center;
    justify-content: center;
  }
  ul.nav.xs-indent-reset li:first-child {
    padding-left: inherit;
  }
  ul.nav.xs-indent-reset li:last-child {
    padding-left: inherit;
  }
}
nav.nav-mix li {
  padding: 0 0.75rem;
}
nav.nav-mix li a {
  padding: 0;
}
nav.nav-mix.shrink li {
  padding: 0 0.375rem;
}
nav.nav-mix.indent-r li:last-child {
  padding-right: 0;
}
nav.nav-mix.indent-l li:first-child {
  padding-left: 0;
}

.bg-dark ul.nav.line li:before,
.bg-dark ul.nav.pipe li:before {
  background-color: #fff;
}

.nav.dropdown > li {
  padding: 12px 6px;
}
.nav.dropdown li {
  position: relative;
}
.nav.dropdown ul {
  opacity: 0;
  transition: all 0.5s ease;
  top: 70px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  min-width: 160px;
  padding: 5px 0;
  margin: 0;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.175);
}
.nav.dropdown ul li a {
  display: block;
  padding: 6px 12px;
}
.nav.dropdown ul:after {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #fff;
  left: 50%;
  margin-left: -7px;
  top: -5px;
  position: absolute;
  transform: rotate(-45deg);
}
.nav.dropdown li:hover > ul {
  opacity: 1;
  top: 100%;
}
.nav.dropdown li:last-child > ul {
  left: auto;
  transform: translateX(0);
  right: 0;
}
.nav.dropdown li:last-child > ul:after {
  left: auto;
  right: 24px;
}

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

.vid-resize,
.map-resize {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.vid-resize iframe,
.vid-resize object,
.vid-resize embed,
.vid-resize video,
.map-resize iframe,
.map-resize object,
.map-resize embed,
.map-resize video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fit-contain,
.fit-cover {
  position: relative;
}
.fit-contain img,
.fit-cover img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

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

.fit-cover img {
  object-fit: cover;
}

.r-1-1 {
  padding-top: 100%;
}

.r-1-2 {
  padding-top: 50%;
}

.r-1-3 {
  padding-top: 33.33%;
}

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

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

.r-3-4 {
  padding-top: 125%;
}

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

.r-2-3 {
  padding-top: 133.33%;
}

.loading {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 99999;
  background: #fff;
}
.loading:after {
  width: 30px;
  height: 30px;
  text-align: center;
  color: #999;
  font-size: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
  right: 0;
  left: 0;
}
.loading.icon:after {
  content: "";
  background-image: url("../images/loader.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.loading.text:after {
  content: attr(data-label);
  width: 100px;
  padding-top: 36px;
}
.loading.bg-dark {
  background: inherit;
}
.loading.bg-dark.icon:after {
  background-image: url("../images/loader-light.svg");
}
.loading.bg-dark.text:after {
  color: #fff;
}

html.no-js .loading {
  display: none;
}

.no-javascript {
  position: fixed;
  top: 0;
  width: 100%;
  background: #222222;
  z-index: 9999999;
  text-align: center;
  color: #fff;
  padding: 0.75rem;
}

html.js .no-javascript {
  display: none;
}

::selection,
::-moz-selection {
  background: #34495e;
  color: #fff;
}

.message {
  padding: 0.75rem !important;
  background-color: #fff !important;
  border-left-width: 4px !important;
  border-style: solid !important;
}
.message.primary {
  color: #1DD2AF;
  border-color: #1DD2AF;
}
.message.success {
  color: #4BB867;
  border-color: #4BB867;
}
.message.error {
  color: #D94F4F;
  border-color: #D94F4F;
}
.message.warning {
  color: #ECBF58;
  border-color: #ECBF58;
}
.message.info {
  color: #0092CA;
  border-color: #0092CA;
}
.message.neutral {
  color: #999999;
  border-color: #999999;
}
.message.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.message.solid {
  border: 0 !important;
}
.message.solid.primary {
  background-color: rgba(29, 210, 175, 0.4) !important;
}
.message.solid.success {
  background-color: #ddf2e3 !important;
}
.message.solid.error {
  background-color: #f9e2e2 !important;
}
.message.solid.warning {
  color: #c79217 !important;
  background-color: #fcf4e1 !important;
}
.message.solid.info {
  background-color: #caf0ff !important;
}
.message.solid.neutral {
  background-color: #f2f2f2 !important;
}
.message.light.primary {
  background-color: rgba(29, 210, 175, 0.1) !important;
}
.message.light.success {
  background-color: rgba(75, 184, 103, 0.1) !important;
}
.message.light.error {
  background-color: rgba(217, 79, 79, 0.1) !important;
}
.message.light.warning {
  color: #c79217 !important;
  background-color: rgba(236, 191, 88, 0.1) !important;
}
.message.light.info {
  background-color: rgba(0, 146, 202, 0.1) !important;
}
.message.light.neutral {
  background-color: rgba(242, 242, 242, 0.6) !important;
}

.badge {
  display: inline-block;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 4px;
  margin-top: -4px;
  padding: 10px 7px 4px;
  vertical-align: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #222;
  border-radius: 24px;
}
.badge.size-xs {
  min-width: 12px;
  height: auto;
  padding: 3px 8px;
  font-size: 12px;
  line-height: 1;
}
.badge.size-lg {
  min-width: 36px;
  height: 36px;
  line-height: 4px;
  margin-top: 0px;
  padding: 16px 12px 4px;
}
.badge.error, .badge.info, .badge.success, .badge.warning, .badge.primary {
  color: #fff;
}
.badge.error {
  background-color: #D94F4F;
}
.badge.info {
  background-color: #0092CA;
}
.badge.success {
  background-color: #4BB867;
}
.badge.warning {
  background-color: #ECBF58;
}
.badge.primary {
  background-color: #1DD2AF;
}
.badge.neutral {
  background-color: #f2f2f2;
  color: #333333;
}
.badge.outline {
  background-color: #fff;
  color: #333333;
  border: 1px solid #999999;
}
.badge i {
  margin-top: -6px;
}

.breadcrumb ul {
  list-style: none;
}
.breadcrumb li {
  display: inline;
}
.breadcrumb li.current {
  opacity: 1;
}
.breadcrumb li a {
  text-decoration: none;
  opacity: 0.6;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb li + li:before {
  padding: 6px;
  opacity: 0.6;
  content: "/ ";
}
.breadcrumb.arrow li + li:before {
  padding: 6px;
  opacity: 0.3;
  content: "»";
}

details {
  position: relative;
}
details summary {
  font-weight: bold;
  user-select: none;
  list-style: none;
}
details summary::-webkit-details-marker {
  display: none;
}
details summary:after {
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  width: 24px;
  height: 24px;
  text-align: center;
  display: inline-block;
  margin-left: 6px;
  font-size: 0.875rem;
  color: #000;
}
details[open] summary:after {
  content: "";
}

details + details {
  margin-top: 0.75rem;
}

.bg-dark summary:after {
  color: #fff;
}

.accordion .summary {
  position: relative;
  cursor: pointer;
  font-weight: bold;
  padding: 0.375rem 0;
}
.accordion .summary:after {
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  width: 24px;
  height: 24px;
  text-align: center;
  display: inline-block;
  font-size: 0.875rem;
  color: #000;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -12px;
}
.accordion .summary.active:after {
  content: "";
}
.accordion .details {
  display: none;
  padding-bottom: 0.75rem;
}
.accordion.list .summary {
  border-bottom: 1px solid #dddddd;
  padding: 0.75rem 0;
}
.accordion.list .summary:after {
  display: none;
}
.accordion.list .details {
  padding: 0.75rem 0;
}
.accordion.table {
  border: 1px solid #dddddd;
}
.accordion.table .summary {
  border-top: 1px solid #dddddd;
  padding: 0.75rem;
}
.accordion.table .summary:after {
  display: none;
}
.accordion.table .summary:first-child {
  border-top: 0;
}
.accordion.table .details {
  padding: 0.375rem 0.75rem 1.125rem;
}
.accordion.card {
  padding: 0 1.125rem;
}
.accordion.card .summary {
  border-top: 1px dotted #dddddd;
  padding: 0.75rem 0;
}
.accordion.card .summary:first-child {
  border-top: 0;
}
.accordion.card .summary:after {
  display: none;
}
.accordion.card .details {
  padding: 0.375rem 0 1.125rem;
}
.accordion.arrows .summary {
  padding-right: 2.25rem;
}
.accordion.arrows .summary:after {
  display: block;
}
.accordion.plus .summary {
  padding-right: 2.25rem;
}
.accordion.plus .summary:after {
  display: block;
  content: "";
}
.accordion.plus .summary.active:after {
  content: "";
}

.bg-dark .accordion .summary:after {
  color: #fff;
}

.tabs .nav-tab li {
  list-style: none;
  background: none;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  position: relative;
}
.tabs .nav-tab li.current {
  font-weight: bold;
}
.tabs.solid .nav-tab li.current {
  background: #f2f2f2;
  font-weight: normal;
}
.tabs.solid .tab.current {
  background: #f2f2f2;
}
.tabs.line .nav-tab li.current {
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  font-weight: normal;
}
.tabs.line .nav-tab li.current:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 1px;
}
.tabs.line .tab.current {
  background-color: #fff;
  border: 1px solid #dddddd;
}
.tabs.minimal .nav-tab li.current {
  color: #1DD2AF;
  font-weight: normal;
}
.tabs.minimal .nav-tab li.current:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  background-color: #1DD2AF;
  height: 1px;
}
.tabs.vertical {
  display: -ms-flexbox;
  display: flex;
}
.tabs.vertical .nav-tab li {
  width: 100%;
}
.tabs.vertical.solid > div:last-child {
  background: #f2f2f2;
}
.tabs.vertical.line .nav-tab li {
  border: 1px solid transparent;
}
.tabs.vertical.line .nav-tab li.current {
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-right: 0;
  font-weight: normal;
}
.tabs.vertical.line .nav-tab li.current:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  left: auto;
  width: 1px;
  background-color: #fff;
  height: 100%;
  z-index: 1;
}
.tabs.vertical.line .tab.current {
  background-color: #fff;
  border: 0;
}
.tabs.vertical.line > div:last-child {
  border: 1px solid #dddddd;
}
.tabs .tab {
  display: none;
  padding: 0.75rem 0;
}
.tabs .tab.current {
  display: inherit;
}
.tabs.solid .tab, .tabs.line .tab {
  padding: 1.5rem;
}

.index {
  margin: 0 !important;
  margin-bottom: 0.75rem !important;
}
.index li {
  display: flex;
  display: -ms-flexbox;
  padding: 0.375rem 0;
}
.index li span:nth-child(1) {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  font-weight: bold;
}
.index li span:nth-child(2) {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  border-bottom: 1px dotted #ddd;
}
.index li span:nth-child(3) {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.card {
  border: 1px solid #dddddd;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.bar {
  height: 3px;
  width: 96px;
  background-color: #1DD2AF;
  display: block;
  margin: 0.75rem 0;
}
.bar.center {
  margin-right: auto;
  margin-left: auto;
}

.pagination {
  /*
  &.pill {
    & > div {
      border-radius:42px;
      border:1px solid #dddddd;
    }
    span{   
      background-color: transparent;
      &:first-child {
        border-right:1px solid #dddddd;
      }
      &:last-child {
        border-left:1px solid #dddddd;
      }
      &.current {
        background: $key-1;
        border-color:$key-1; 
        color:#fff;     
      }
    }
  }
  */
}
.pagination > div {
  display: inline-flex;
  display: -ms-inline-flexbox;
  -ms-flex-align: center;
  align-items: center;
}
.pagination span {
  display: inline-block;
  width: auto;
  min-width: 42px;
  padding: 8px 8px;
  background: #fff;
  text-align: center;
}
.pagination span.current {
  color: #1DD2AF;
}
.pagination span:hover {
  opacity: 0.6;
}
.pagination a {
  display: block;
  text-decoration: none;
  color: #222;
}
.pagination.pipe span {
  border-right: 1px solid #dddddd;
}
.pagination.pipe span:last-child {
  border-right: 0;
}
.pagination.smooth span {
  border-radius: 4px;
  border: 1px solid #dddddd;
  margin: 0 3px;
}
.pagination.smooth span.current {
  background: #1DD2AF;
  border-color: #1DD2AF;
  color: #fff;
}
.pagination.circle span {
  margin: 0 3px;
  border: 1px solid #dddddd;
  border-radius: 200%;
  vertical-align: middle;
}
.pagination.circle span.current {
  background: #1DD2AF;
  border-color: #1DD2AF;
  color: #fff;
}

button.tooltip {
  overflow: visible;
}

.tooltip {
  position: relative;
  cursor: pointer;
}
.tooltip:after {
  opacity: 0;
  pointer-events: none;
  transition: all 0.18s ease-out 0.18s;
  text-indent: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-shadow: none;
  font-size: 0.8rem;
  background: #000;
  border-radius: 2px;
  color: #fff;
  border-radius: 4px;
  content: attr(aria-label);
  padding: 0.5em 1em;
  position: absolute;
  white-space: nowrap;
  z-index: 10;
  margin-bottom: 10px;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 4px);
  transform-origin: top;
}
.tooltip:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #000;
  opacity: 0;
  pointer-events: none;
  transition: all 0.18s ease-out 0.18s;
  content: "";
  position: absolute;
  z-index: 10;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 4px);
  transform-origin: top;
}
.tooltip:hover:before, .tooltip:hover:after {
  opacity: 1;
  pointer-events: none;
  transform: translate(-50%, 0);
  bottom: 100%;
  transform-origin: top;
}

.progress-bar {
  width: 100%;
  background: #f2f2f2;
  overflow: hidden;
  height: 12px;
  position: relative;
}
.progress-bar span {
  position: absolute;
  height: 12px;
  display: block;
  background-color: #4BB867;
}
.progress-bar.thin {
  height: 8px;
}
.progress-bar.thin span {
  height: 8px;
}
.progress-bar.large {
  height: 18px;
}
.progress-bar.large span {
  height: 18px;
}
.progress-bar.round span {
  border-radius: 12px;
}

html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6, p, small, .btn, .post-password-form input[type=submit], .ost-login .button-primary:hover, .ost-login input[type=submit].button-primary, .modal .close, input, textarea, a, .hover, .transition {
  transition: all 0.5s ease;
}

body {
  color: #222222;
}

a {
  color: inherit;
}

mark {
  color: #1DD2AF;
}

.color-white,
a.color-white {
  color: #fff;
}

.color-black,
a.color-black {
  color: #000;
}

.color-key-1 {
  color: #1DD2AF;
}

.color-key-2 {
  color: #34495e;
}

.color-key-3 {
  color: #261D2E;
}

.color-key-4 {
  color: #140E14;
}

.color-gray-100 {
  color: #f2f2f2;
}

.color-gray-200 {
  color: #dddddd;
}

.color-gray-300 {
  color: #cccccc;
}

.color-gray-400 {
  color: #999999;
}

.color-gray-500 {
  color: #666666;
}

.color-gray-600 {
  color: #555555;
}

.color-gray-700 {
  color: #333333;
}

.color-gray-800 {
  color: #222222;
}

.color-gray-900 {
  color: #111111;
}

.color-success {
  color: #4BB867;
}

.color-error {
  color: #D94F4F;
}

.color-warning {
  color: #ECBF58;
}

.color-info {
  color: #0092CA;
}

.bg-key-1 {
  background-color: #1DD2AF;
}

.bg-key-2 {
  background-color: #34495e;
}

.bg-key-3 {
  background-color: #261D2E;
}

.bg-key-4 {
  background-color: #140E14;
}

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

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

.bg-gray-100 {
  background-color: #f2f2f2;
}

.bg-gray-200 {
  background-color: #dddddd;
}

.bg-gray-300 {
  background-color: #cccccc;
}

.bg-gray-400 {
  background-color: #999999;
}

.bg-gray-500 {
  background-color: #666666;
}

.bg-gray-600 {
  background-color: #555555;
}

.bg-gray-700 {
  background-color: #333333;
}

.bg-gray-800 {
  background-color: #222222;
}

.bg-gray-900 {
  background-color: #111111;
}

.bg-success {
  background-color: #4BB867;
}

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

.bg-warning {
  background-color: #ECBF58;
}

.bg-info {
  background-color: #0092CA;
}

.bg-dark,
.bg-dark * {
  color: #fff;
}
.bg-dark .btn:not(.btn-white), .bg-dark .post-password-form input[type=submit]:not(.btn-white), .post-password-form .bg-dark input[type=submit]:not(.btn-white), .bg-dark .ost-login .button-primary:not(.btn-white):hover, .ost-login .bg-dark .button-primary:not(.btn-white):hover, .bg-dark .ost-login input[type=submit].button-primary:not(.btn-white), .ost-login .bg-dark input[type=submit].button-primary:not(.btn-white), .bg-dark .modal .close:not(.btn-white), .modal .bg-dark .close:not(.btn-white),
.bg-dark .btn:not(.btn-white) i,
.bg-dark .post-password-form input[type=submit]:not(.btn-white) i,
.post-password-form .bg-dark input[type=submit]:not(.btn-white) i,
.bg-dark .ost-login .button-primary:not(.btn-white):hover i,
.ost-login .bg-dark .button-primary:not(.btn-white):hover i,
.bg-dark .ost-login input[type=submit].button-primary:not(.btn-white) i,
.ost-login .bg-dark input[type=submit].button-primary:not(.btn-white) i,
.bg-dark .modal .close:not(.btn-white) i,
.modal .bg-dark .close:not(.btn-white) i,
.bg-dark * .btn:not(.btn-white),
.bg-dark * .btn:not(.btn-white) i {
  color: #fff;
}

.op-100 {
  opacity: 1;
}

.op-95 {
  opacity: 0.95;
}

.op-90 {
  opacity: 0.9;
}

.op-85 {
  opacity: 0.85;
}

.op-80 {
  opacity: 0.8;
}

.op-75 {
  opacity: 0.75;
}

.op-70 {
  opacity: 0.7;
}

.op-65 {
  opacity: 0.65;
}

.op-60 {
  opacity: 0.6;
}

.op-45 {
  opacity: 0.45;
}

.op-40 {
  opacity: 0.4;
}

.op-55 {
  opacity: 0.55;
}

.op-50 {
  opacity: 0.5;
}

.op-35 {
  opacity: 0.35;
}

.op-30 {
  opacity: 0.3;
}

.op-25 {
  opacity: 0.25;
}

.op-20 {
  opacity: 0.2;
}

.op-15 {
  opacity: 0.15;
}

.op-10 {
  opacity: 0.1;
}

.op-5 {
  opacity: 0.05;
}

.op-0 {
  opacity: 0;
}

.filter-bw {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.filter-bw-reset {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.filter-blur {
  filter: blur(5px);
}

.blend-screen {
  mix-blend-mode: screen;
}

.blend-lighten {
  mix-blend-mode: lighten;
}

.blend-darken {
  mix-blend-mode: darken;
}

.blend-overlay {
  mix-blend-mode: overlay;
}

.blend-reset {
  mix-blend-mode: inherit;
}

/*
  * .sp-menu    : required for all
  * .vertical   : from top to bottom (fixed default width)
  * .horizontal   : from left to right (height auto)
  * .left     : placed on left side 
  * .right    : placed on right side 
  * .top      : placed on top side 
  * .bottom   : placed on bottom side 
  * .full     : fullscreen overlay
  * .toggle   : just a toggle menu  
  * .circle   : circle overlay
  * .lean     : get a lean btn
  * .half     : Half screen overlay
  * .shape    : Use a shape background

  * data-param:
  * sp-push-right : push body
  * sp-push-left  : push body
  * sp-bodyfix  : disable body scroll
  * sp-bodyblur   : obscure the body
  * sp-bodyclose  : click on body to close menu
*/
body {
  position: relative;
  overflow-x: hidden;
  left: 0;
}

.sp-menu,
body {
  transition: all 0.3s ease;
}

.sp-menu {
  position: fixed;
  z-index: 999999 !important;
}
.sp-menu.vertical {
  width: 90%;
  height: 100%;
  top: 0;
}
.sp-menu.horizontal {
  width: 100%;
  min-height: 200px;
  left: 0;
}
.sp-menu.left {
  left: -100%;
}
.sp-menu.left.active {
  left: 0px;
}
.sp-menu.right {
  right: -100%;
}
.sp-menu.right.active {
  right: 0px;
}
.sp-menu.top {
  top: -100%;
}
.sp-menu.top.active {
  top: 0px;
}
.sp-menu.bottom {
  bottom: -100%;
}
.sp-menu.bottom.active {
  bottom: 0px;
}
.sp-menu.toggle {
  display: none;
  position: relative;
  top: auto;
  bottom: auto;
}
.sp-menu.toggle.active {
  display: block;
}
.sp-menu.half {
  width: 50%;
  height: 100vh;
  top: 0;
}
.sp-menu.half.left {
  left: -50%;
}
.sp-menu.half.left.active {
  left: 0;
}
.sp-menu.half.right {
  right: -50%;
}
.sp-menu.half.right.active {
  right: 0px;
}
.sp-menu.full {
  height: 0;
  width: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.sp-menu.full.active {
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

body.sp-push-right {
  left: -90% !important;
}

body.sp-push-left {
  left: 90% !important;
}

body.sp-bodyfix {
  position: fixed;
  width: 100%;
  left: 0;
  overflow: hidden;
}

body.sp-bodyblur:before {
  content: "";
  position: absolute;
  width: 100%;
  z-index: 99998;
  top: 0;
  right: 0;
  bottom: 0;
  right: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 99999;
  text-align: center;
  line-height: 0;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url("../images/loader.svg") no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-prev,
.lb-next,
.lb-close {
  position: fixed;
  top: 50%;
  z-index: 10001;
  background: #fff;
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.lb-prev:after,
.lb-next:after,
.lb-close:after {
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: block;
  height: 36px;
  font-size: 22px;
  line-height: 36px;
  background-color: #fff;
  color: #222;
}

.lb-prev:after {
  content: "";
}

.lb-next:after {
  content: "";
}

.lb-close:after {
  content: "";
}

.lb-nav .lb-prev {
  left: 0;
}

.lb-nav .lb-next {
  right: 0;
}

.lb-data .lb-close {
  top: 0;
  right: 0;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 8px;
  width: 100%;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  line-height: 1.2em;
}

.lb-data p, .lb-data small {
  display: block;
  text-align: center;
  text-transform: none;
}

.lb-data p {
  text-transform: uppercase;
}

.lb-data .lb-number {
  display: none !important;
}

.modal {
  display: none;
  margin: 0 auto;
  width: 24rem;
  background: #fff;
  min-height: 100px;
  border-radius: 0;
}
.modal header {
  border-bottom: 1px solid #ddd;
  padding: 0.75rem 3rem 0.75rem 1.5rem;
  font-weight: bold;
}
.modal .close {
  min-height: 48px;
  min-width: 48px;
  background-color: #fff;
}
.modal .close i {
  line-height: 44px;
}
.modal .row {
  padding: 1.5rem;
}
.modal .row > div {
  width: 100%;
}
.modal.round {
  border-radius: 4px;
}
.modal.round header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
}
.modal.full {
  width: 100%;
  min-height: 100vh;
}
.modal.full .row {
  min-height: 100vh;
}
.modal.large {
  width: 60%;
  margin-top: 24px;
  margin-bottom: 24px;
}
.modal.card header, .modal.banner header {
  border: 0;
  padding: 0;
}
.modal.column .row {
  padding: 0;
}
.modal.column .row > div {
  min-height: 50vh;
}
.modal.column .row > div:nth-child(2) {
  padding: 1.5rem;
}
.modal.column.round .row > div:nth-child(1) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .modal {
    border-radius: 0 !important;
  }
  .modal .row {
    min-height: calc(100vh - 49px);
  }
  .modal.large {
    margin-top: 0;
    margin-bottom: 0;
  }
  .modal.column .row > div {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    min-height: inherit;
  }
}
@media screen and (max-width: 768px) {
  .modal {
    width: 100% !important;
    min-height: 100vh !important;
  }
}
.has-no-link a[href="#"],
a.no-link {
  cursor: default;
  opacity: 1;
}

.has-no-link a[href="#"]:hover,
a.no-link:hover {
  opacity: 1;
}

.entry p img.alignleft,
.entry figure.alignleft {
  margin: 0.75rem 1.125rem 1.125rem 0;
  float: left;
}
.entry p img.alignright,
.entry figure.alignright {
  margin: 0.75rem 0 1.125rem 1.125rem;
  float: right;
}
.entry figcaption {
  padding-top: 0.75rem;
  font-weight: bold;
}
.entry img {
  max-width: 100%;
}

body.elementor-editor-active .loading,
body#error-page .loading {
  display: none !important;
}

.ost-login {
  font-family: "Open Sans", sans-serif;
  background-color: #000;
  background-image: url("../images/login_screen.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.ost-login > div {
  z-index: 2;
}
.ost-login:before {
  content: "";
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.ost-login.interim-login {
  background-image: none;
  background-color: #fff;
}
.ost-login.interim-login:before {
  display: none;
}
.ost-login.interim-login form {
  box-shadow: none;
}
.ost-login form {
  margin-top: 100px;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  padding: 1.5rem;
  border: 0;
}
.ost-login h1,
.ost-login #backtoblog,
.ost-login p.status,
.ost-login #login_error {
  display: none;
}
.ost-login .forgetmenot {
  padding-top: 8px;
}
.ost-login input[type=submit].button-primary {
  text-shadow: inherit;
  box-shadow: inherit;
  padding: 6px 24px !important;
}
.ost-login .button-primary:hover {
  opacity: 0.8 !important;
  color: #fff;
  background-color: #1DD2AF;
}
.ost-login #nav {
  text-align: center;
}
.ost-login .privacy-policy-page-link a,
.ost-login #nav a {
  color: #ffffff !important;
  font-size: 0.875rem !important;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.post-password-form {
  text-align: center;
}
.post-password-form input[type=submit] {
  min-width: 200px;
}
.post-password-form input[type=password] {
  max-width: 200px;
}
.post-password-form label {
  max-width: 200px;
  height: initial !important;
}

.tagcloud a,
.tags a {
  display: inline-block;
  padding: 2px 6px;
  border: 1px solid #ddd;
  border-radius: 2px;
}
.tagcloud a:hover,
.tags a:hover {
  border-color: #1DD2AF;
  color: #1DD2AF;
}

.tagcloud a {
  font-size: 0.875rem !important;
}

/*
$sw-angle-down: "\f107";
$sw-angle-left: "\f104";
$sw-angle-right: "\f105";
$sw-angle-up: "\f106";
$sw-arrow-down: "\f063";
$sw-arrow-left: "\f060";
$sw-arrow-right: "\f061";
$sw-arrow-up: "\f062";
$sw-bars: "\f0c9";
$sw-caret-down: "\f0d7";
$sw-caret-up: "\f0d8";
$sw-check: "\e90b";
$sw-download: "\f019";
$sw-envelope: "\f0e0";
$sw-exclamation: "\f06a";
$sw-facebook: "\f39e";
$sw-file: "\f15b";
$sw-filter: "\f0b0";
$sw-info: "\f05a";
$sw-instagram: "\f16b";
$sw-link: "\f0c1";
$sw-linkedin: "\f0e1";
$sw-lock: "\f023";
$sw-map: "\f041";
$sw-minus: "\f068";
$sw-pinterest: "\f011";
$sw-plus: "\f067";
$sw-power-off: "\e91b";
$sw-search: "\f002";
$sw-sort: "\f0dc";
$sw-times: "\f00d";
$sw-twitter: "\f099";
$sw-vimeo: "\f40a";
$sw-youtube: "\f167";
*/
body.use-fa .ic {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
body.use-fa .ic-envelope:before {
  content: "";
}
body.use-fa .ic-search:before {
  content: "";
}
body.use-fa .ic-shopping-bag:before {
  content: "";
}
body.use-fa .ic-user-circle:before {
  content: "";
}
body.use-fa .ic-bars:before {
  content: "";
}

body.use-la .ic {
  font-family: "Line Awesome Free";
  font-weight: 900;
}
body.use-la .ic-envelope:before {
  content: "";
}
body.use-la .ic-search:before {
  content: "";
}
body.use-la .ic-shopping-bag:before {
  content: "";
}
body.use-la .ic-user-circle:before {
  content: "";
}
body.use-la .ic-bars:before {
  content: "";
}

.svg-key-1 {
  filter: invert(50%) sepia(10%) saturate(4907%) hue-rotate(335deg) brightness(92%) contrast(106%);
}

.svg-key-2 {
  filter: invert(15%) sepia(19%) saturate(4149%) hue-rotate(203deg) brightness(91%) contrast(92%);
}

.svg-key-3 {
  filter: invert(57%) sepia(100%) saturate(356%) hue-rotate(125deg) brightness(90%) contrast(91%);
}

.svg-key-4 {
  filter: invert(23%) sepia(95%) saturate(4950%) hue-rotate(339deg) brightness(97%) contrast(95%);
}

.bg-key-3 {
  background-color: #1bbfaf;
}

.bg-key-4 {
  background-color: #f21d44;
}

.bg-key-5 {
  background-color: #FDFAF7;
}

.bg-key-6 {
  background-color: #FAF4ED;
}

hr.line.key-1:after,
.bg-dark hr.line.key-1:after {
  border-color: #f25d27;
}

.btn.btn-primary, .modal .btn-primary.close, .ost-login .btn-primary.button-primary:hover, .ost-login input[type=submit].button-primary, .ost-login .btn.button-primary:hover, .modal .ost-login .close.button-primary:hover, .ost-login .modal .close.button-primary:hover, .ost-login .button-primary:hover, .post-password-form input[type=submit] {
  background-color: #f25d27;
}

.panel-layout > .panel-grid > div {
  padding-left: 24px;
  padding-right: 24px;
}

@media screen and (min-width: 1600px) {
  .panel-layout > .panel-grid > div {
    padding-left: calc((100% - 1800px + 48px) / 2) !important;
    padding-right: calc((100% - 1800px + 48px) / 2) !important;
  }
}
h3,
h3.widget-title {
  margin-bottom: 24px;
  font-weight: 700;
  color: #f25d27;
  font-size: 1.875rem;
}
@media screen and (max-width: 576px) {
  h3,
h3.widget-title {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 576px) {
  p, .p {
    font-size: 0.9rem;
  }
}

body {
  background-color: #fff;
  padding: 0.05px;
}

main {
  margin-top: 100px;
}

.not-home header.header {
  position: relative;
}
.not-home main {
  margin-top: 0;
}

header.header {
  position: fixed;
  z-index: 99;
}
header.header:after {
  content: "";
  position: absolute;
  z-index: -1;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  bottom: 0px;
  width: 100%;
  height: 50%;
  border-radius: 100%;
  left: 0;
  right: 0;
}
header.header .header-main {
  background-color: #FDFAF7;
}

body.logged-in .is-logout {
  display: none !important;
}

.is-login {
  display: none;
}

body.logged-in .is-login {
  display: block;
}

body.logged-in .nav.column .is-login {
  display: inline-flex !important;
}

.coming-soon header,
.coming-soon footer {
  display: none !important;
}

.social.icon span,
.social.text i {
  display: none;
}

.search-default {
  display: flex;
}

/*
.search-before {
  border-bottom: 1px solid #ddd;
}
.search-after {
  border-bottom: 1px solid #ddd;
}
.search-before-hide {
  display: none;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.search-after-hide {
  display: none;
  border-bottom: 1px solid #ddd;
}
*/
.search-pill {
  position: relative;
  width: 70% !important;
  margin: 0 auto;
}
.search-pill input.round {
  padding: 18px;
  padding-right: 70px !important;
  border: 0;
  background-color: #F0E8DF;
  min-height: 38px;
}
.search-pill input.round:focus {
  background-color: #fff;
}
.search-pill button {
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 12px;
  min-height: 38px;
  background: transparent;
}

.sp-menu .sp-close {
  margin-right: -36px;
  color: #fff;
}
.sp-menu nav a {
  color: #1BBFAF;
  width: 100%;
}
.sp-menu nav a span {
  padding: 12px;
  display: inline-block;
}
.sp-menu nav li {
  border-bottom: 1px solid rgba(27, 191, 175, 0.4);
}
.sp-menu nav li:last-child {
  border: 0;
}

/* ADVANCED MENU (ACF) */
.wp-nav .item-icon a span {
  display: none;
}
.wp-nav .item-icon i {
  font-size: 24px;
  color: #1bbfaf;
}

.hp-hero {
  background-repeat: no-repeat;
}
.hp-hero .caption {
  border-top-right-radius: 100px;
  background-color: #FAF4ED;
}
@media screen and (min-width: 1200px) {
  .hp-hero .caption {
    padding-left: calc((100% - 1800px + 48px) / 2) !important;
  }
}
@media screen and (max-width: 576px) {
  .hp-hero .caption {
    border-top-right-radius: 70px;
    border-bottom-left-radius: 70px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -5%;
    z-index: 1;
    margin: 0 auto;
  }
}

.step-bar {
  border-radius: 6px;
  border: 2px solid #F0E8DF;
}
.step-bar .step {
  position: relative;
  padding: 12px 24px;
  border-right: 2px solid #f0e8df;
}
@media screen and (max-width: 576px) {
  .step-bar .step {
    padding: 12px 12px;
  }
}
.step-bar .step:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.step-bar .step:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #f0e8df;
  right: -11px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.step-bar .step:last-child {
  border: 0;
}
.step-bar .step:last-child:after, .step-bar .step:last-child:before {
  display: none;
}
.step-bar i {
  font-size: 38px;
  margin-right: 8px;
  opacity: 0.4;
  color: #222;
}
@media screen and (max-width: 576px) {
  .step-bar i {
    width: 100%;
    display: block;
  }
}
.step-bar h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  opacity: 0.4;
  color: #222;
}
@media screen and (max-width: 576px) {
  .step-bar h3 {
    font-size: 14px;
  }
}
.step-bar small {
  font-size: 11px;
  line-height: 16px;
  display: block;
  opacity: 0.4;
  color: #222;
}

.frm_page_num_1 #step-1,
.frm_page_num_2 #step-1,
.frm_page_num_2 #step-2,
.frm_page_num_3 #step-1,
.frm_page_num_3 #step-2,
.frm_page_num_3 #step-3,
.frm_page_num_4 #step-4 {
  background-color: #f9f6f3;
}
.frm_page_num_1 #step-1 h3, .frm_page_num_1 #step-1 i,
.frm_page_num_2 #step-1 h3,
.frm_page_num_2 #step-1 i,
.frm_page_num_2 #step-2 h3,
.frm_page_num_2 #step-2 i,
.frm_page_num_3 #step-1 h3,
.frm_page_num_3 #step-1 i,
.frm_page_num_3 #step-2 h3,
.frm_page_num_3 #step-2 i,
.frm_page_num_3 #step-3 h3,
.frm_page_num_3 #step-3 i,
.frm_page_num_4 #step-4 h3,
.frm_page_num_4 #step-4 i {
  color: #1bbfaf;
}
.frm_page_num_1 #step-1 h3, .frm_page_num_1 #step-1 i, .frm_page_num_1 #step-1 small,
.frm_page_num_2 #step-1 h3,
.frm_page_num_2 #step-1 i,
.frm_page_num_2 #step-1 small,
.frm_page_num_2 #step-2 h3,
.frm_page_num_2 #step-2 i,
.frm_page_num_2 #step-2 small,
.frm_page_num_3 #step-1 h3,
.frm_page_num_3 #step-1 i,
.frm_page_num_3 #step-1 small,
.frm_page_num_3 #step-2 h3,
.frm_page_num_3 #step-2 i,
.frm_page_num_3 #step-2 small,
.frm_page_num_3 #step-3 h3,
.frm_page_num_3 #step-3 i,
.frm_page_num_3 #step-3 small,
.frm_page_num_4 #step-4 h3,
.frm_page_num_4 #step-4 i,
.frm_page_num_4 #step-4 small {
  opacity: 1;
}

.frm_page_num_1 #step-1:before,
.frm_page_num_2 #step-2:before,
.frm_page_num_3 #step-3:before,
.frm_page_num_4 #step-4:before {
  border-left: 10px solid #f9f6f3;
}

.frm_page_num_1 #step-1:after,
.frm_page_num_2 #step-2:after,
.frm_page_num_3 #step-3:after,
.frm_page_num_4 #step-4:after {
  border-left: 10px solid #f0e8df;
}

.frm_page_num_2 #step-1:before,
.frm_page_num_3 #step-1:before,
.frm_page_num_3 #step-2:before {
  border-left: 10px solid #f9f6f3;
}

@media screen and (max-width: 576px) {
  footer.footer #wdgt-92 {
    flex-direction: column;
    justify-content: center;
    margin: 0;
  }
  footer.footer #wdgt-92 > div {
    padding: 0;
  }
  footer.footer #wdgt-92 img {
    max-width: 30%;
    margin-top: 24px;
  }
}
footer.footer #media_image-2 img {
  max-width: 150px !important;
}

.side-sum {
  width: 250px;
  border-radius: 6px;
  margin-top: 12px;
  top: 18px;
}
.side-sum h3 {
  color: #222;
  font-size: 18px;
  font-weight: bold;
}
.side-sum ul {
  margin: 0 !important;
  margin-bottom: 0.75rem !important;
}
.side-sum ul li {
  display: flex;
  padding: 0.375rem 0;
}
.side-sum ul li div:nth-child(1) {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.side-sum ul li div:nth-child(2) {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  border-bottom: 1px dotted #ddd;
}
.side-sum ul li div:nth-child(3) {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  font-weight: bold;
}

.side-sum.cart {
  min-height: 80vh;
}

.filler {
  width: 120px;
  margin: 8px auto;
  position: relative;
}
.filler .icon {
  width: 100%;
  display: block;
  padding-bottom: 100%;
  background-image: url(../images/basket-filler.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.filler .fillbar {
  height: 40%;
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  z-index: 1;
  overflow: hidden;
}
.filler .fillbar span {
  height: 0;
  background-color: #1bbfaf;
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0.4;
}

.num {
  width: 32px;
  height: 32px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  border-radius: 100px;
  margin-bottom: 12px;
}

/* PRODUCT LOOP */
ul.products {
  display: flex;
  flex-wrap: wrap;
}
ul.products li {
  float: none !important;
  background: #f8f8f8;
  margin: 0;
  padding: 12px !important;
  border-radius: 6px;
  width: inherit !important;
  flex: 0 0 calc(20% - 12px) !important;
  max-width: calc(20% - 12px) !important;
  margin-right: 12px !important;
  margin-bottom: 12px !important;
}
@media screen and (max-width: 768px) {
  ul.products li {
    flex: 0 0 calc(50% - 12px) !important;
    max-width: calc(50% - 12px) !important;
  }
}
@media screen and (max-width: 576px) {
  ul.products li {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
  }
}
ul.products h2 {
  text-align: center;
  font-weight: bold;
  color: #222;
  font-size: 18px;
}
ul.products small {
  text-align: center;
  font-size: 12px;
  display: block;
}
ul.products br {
  display: none !important;
}
ul.products .thumb {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
ul.products .thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100% !important;
  width: 100%;
  margin: 0 !important;
  object-fit: contain;
  mix-blend-mode: multiply;
}
ul.products .info {
  min-height: 60px;
}
ul.products .display {
  display: flex;
  margin: 12px auto 0;
  justify-content: center;
  align-items: center;
}
ul.products .display div,
ul.products .display button {
  background-color: #1bbfaf;
  color: #fff;
  font-weight: bold;
}
ul.products .display div {
  border-right: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
  padding: 6px 12px;
  height: 36px;
}
ul.products .display button.btn-qty.minus {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
ul.products .display button.btn-qty.plus {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
ul.products .display button.btn-qty {
  width: 36px;
  height: 36px;
  border: 0;
  padding: 0;
}

/*# sourceMappingURL=stylewars.6.6.css.map */
