/*--------------------------------------------------------------
# Function
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variables and mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Icon
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  width: 100%;
  font-size: 1.46413vw;
}

@media (max-width: 768px) {
  html {
    font-size: 3.47222vw;
  }
}

@media (min-width: 1366px) {
  html {
    font-size: 20px;
  }
}

.container {
  max-width: 55.8rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 576px) {
  .container {
    max-width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

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

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

@media only screen and (max-width: 576px) {
  .row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}

.row [class^="col-"],
.row [class*=" col-"] {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media only screen and (max-width: 576px) {
  .row [class^="col-"],
  .row [class*=" col-"] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.row [class^="col-"].no-padding,
.row [class*=" col-"].no-padding {
  padding: 0;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

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

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

.row-sm {
  margin-right: -0.375rem;
  margin-left: -0.375rem;
}

@media only screen and (max-width: 576px) {
  .row-sm {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}

.row-sm [class^="col-"],
.row-sm [class*=" col-"] {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

@media only screen and (max-width: 576px) {
  .row-sm [class^="col-"],
  .row-sm [class*=" col-"] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1366px) {
  .col-ds {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-ds-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-ds-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-ds-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-ds-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-ds-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-ds-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-ds-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-ds-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-ds-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-ds-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-ds-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-ds-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-ds-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-ds-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-ds-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-ds-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-ds-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-ds-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-ds-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-ds-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-ds-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-ds-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-ds-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-ds-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-ds-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-ds-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-ds-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-ds-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-ds-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-ds-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-ds-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-ds-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-ds-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-ds-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-ds-0 {
    margin-left: 0;
  }
  .offset-ds-1 {
    margin-left: 8.33333%;
  }
  .offset-ds-2 {
    margin-left: 16.66667%;
  }
  .offset-ds-3 {
    margin-left: 25%;
  }
  .offset-ds-4 {
    margin-left: 33.33333%;
  }
  .offset-ds-5 {
    margin-left: 41.66667%;
  }
  .offset-ds-6 {
    margin-left: 50%;
  }
  .offset-ds-7 {
    margin-left: 58.33333%;
  }
  .offset-ds-8 {
    margin-left: 66.66667%;
  }
  .offset-ds-9 {
    margin-left: 75%;
  }
  .offset-ds-10 {
    margin-left: 83.33333%;
  }
  .offset-ds-11 {
    margin-left: 91.66667%;
  }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

body {
  color: #1D1D1B;
  font-family: "DM Sans";
  background-color: #fffdf5;
  line-height: 1.5;
  font-weight: 400;
}

menu,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 1rem;
}

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

label {
  display: block;
  text-align: left;
  margin-bottom: 0.5rem;
}

input,
textarea,
select {
  border: 1px solid #000;
  width: 100%;
  padding: 0.5rem 1rem 0.5rem 1rem;
  margin-bottom: 1rem;
  background: transparent;
}

input[type="checkbox"] {
  width: auto;
}

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

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

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

@media (min-width: 540px) {
  .col-sm-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 720px) {
  .col-md-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 960px) {
  .col-lg-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1140px) {
  .col-xl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

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

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1366px) {
  .d-ds-none {
    display: none !important;
  }
  .d-ds-inline {
    display: inline !important;
  }
  .d-ds-inline-block {
    display: inline-block !important;
  }
  .d-ds-block {
    display: block !important;
  }
  .d-ds-table {
    display: table !important;
  }
  .d-ds-table-row {
    display: table-row !important;
  }
  .d-ds-table-cell {
    display: table-cell !important;
  }
  .d-ds-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-ds-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1366px) {
  .flex-ds-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-ds-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-ds-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-ds-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-ds-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-ds-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-ds-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-ds-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-ds-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-ds-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-ds-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-ds-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-ds-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-ds-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-ds-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-ds-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-ds-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-ds-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-ds-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-ds-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-ds-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-ds-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-ds-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-ds-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-ds-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-ds-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-ds-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-ds-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-ds-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-ds-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-ds-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-ds-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-ds-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-ds-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

@media (min-width: 1366px) {
  .float-ds-left {
    float: left !important;
  }
  .float-ds-right {
    float: right !important;
  }
  .float-ds-none {
    float: none !important;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

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

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

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

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

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

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

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

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

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1366px) {
  .m-ds-0 {
    margin: 0 !important;
  }
  .mt-ds-0,
  .my-ds-0 {
    margin-top: 0 !important;
  }
  .mr-ds-0,
  .mx-ds-0 {
    margin-right: 0 !important;
  }
  .mb-ds-0,
  .my-ds-0 {
    margin-bottom: 0 !important;
  }
  .ml-ds-0,
  .mx-ds-0 {
    margin-left: 0 !important;
  }
  .m-ds-1 {
    margin: 0.25rem !important;
  }
  .mt-ds-1,
  .my-ds-1 {
    margin-top: 0.25rem !important;
  }
  .mr-ds-1,
  .mx-ds-1 {
    margin-right: 0.25rem !important;
  }
  .mb-ds-1,
  .my-ds-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-ds-1,
  .mx-ds-1 {
    margin-left: 0.25rem !important;
  }
  .m-ds-2 {
    margin: 0.5rem !important;
  }
  .mt-ds-2,
  .my-ds-2 {
    margin-top: 0.5rem !important;
  }
  .mr-ds-2,
  .mx-ds-2 {
    margin-right: 0.5rem !important;
  }
  .mb-ds-2,
  .my-ds-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-ds-2,
  .mx-ds-2 {
    margin-left: 0.5rem !important;
  }
  .m-ds-3 {
    margin: 1rem !important;
  }
  .mt-ds-3,
  .my-ds-3 {
    margin-top: 1rem !important;
  }
  .mr-ds-3,
  .mx-ds-3 {
    margin-right: 1rem !important;
  }
  .mb-ds-3,
  .my-ds-3 {
    margin-bottom: 1rem !important;
  }
  .ml-ds-3,
  .mx-ds-3 {
    margin-left: 1rem !important;
  }
  .m-ds-4 {
    margin: 1.5rem !important;
  }
  .mt-ds-4,
  .my-ds-4 {
    margin-top: 1.5rem !important;
  }
  .mr-ds-4,
  .mx-ds-4 {
    margin-right: 1.5rem !important;
  }
  .mb-ds-4,
  .my-ds-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-ds-4,
  .mx-ds-4 {
    margin-left: 1.5rem !important;
  }
  .m-ds-5 {
    margin: 3rem !important;
  }
  .mt-ds-5,
  .my-ds-5 {
    margin-top: 3rem !important;
  }
  .mr-ds-5,
  .mx-ds-5 {
    margin-right: 3rem !important;
  }
  .mb-ds-5,
  .my-ds-5 {
    margin-bottom: 3rem !important;
  }
  .ml-ds-5,
  .mx-ds-5 {
    margin-left: 3rem !important;
  }
  .p-ds-0 {
    padding: 0 !important;
  }
  .pt-ds-0,
  .py-ds-0 {
    padding-top: 0 !important;
  }
  .pr-ds-0,
  .px-ds-0 {
    padding-right: 0 !important;
  }
  .pb-ds-0,
  .py-ds-0 {
    padding-bottom: 0 !important;
  }
  .pl-ds-0,
  .px-ds-0 {
    padding-left: 0 !important;
  }
  .p-ds-1 {
    padding: 0.25rem !important;
  }
  .pt-ds-1,
  .py-ds-1 {
    padding-top: 0.25rem !important;
  }
  .pr-ds-1,
  .px-ds-1 {
    padding-right: 0.25rem !important;
  }
  .pb-ds-1,
  .py-ds-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-ds-1,
  .px-ds-1 {
    padding-left: 0.25rem !important;
  }
  .p-ds-2 {
    padding: 0.5rem !important;
  }
  .pt-ds-2,
  .py-ds-2 {
    padding-top: 0.5rem !important;
  }
  .pr-ds-2,
  .px-ds-2 {
    padding-right: 0.5rem !important;
  }
  .pb-ds-2,
  .py-ds-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-ds-2,
  .px-ds-2 {
    padding-left: 0.5rem !important;
  }
  .p-ds-3 {
    padding: 1rem !important;
  }
  .pt-ds-3,
  .py-ds-3 {
    padding-top: 1rem !important;
  }
  .pr-ds-3,
  .px-ds-3 {
    padding-right: 1rem !important;
  }
  .pb-ds-3,
  .py-ds-3 {
    padding-bottom: 1rem !important;
  }
  .pl-ds-3,
  .px-ds-3 {
    padding-left: 1rem !important;
  }
  .p-ds-4 {
    padding: 1.5rem !important;
  }
  .pt-ds-4,
  .py-ds-4 {
    padding-top: 1.5rem !important;
  }
  .pr-ds-4,
  .px-ds-4 {
    padding-right: 1.5rem !important;
  }
  .pb-ds-4,
  .py-ds-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-ds-4,
  .px-ds-4 {
    padding-left: 1.5rem !important;
  }
  .p-ds-5 {
    padding: 3rem !important;
  }
  .pt-ds-5,
  .py-ds-5 {
    padding-top: 3rem !important;
  }
  .pr-ds-5,
  .px-ds-5 {
    padding-right: 3rem !important;
  }
  .pb-ds-5,
  .py-ds-5 {
    padding-bottom: 3rem !important;
  }
  .pl-ds-5,
  .px-ds-5 {
    padding-left: 3rem !important;
  }
  .m-ds-n1 {
    margin: -0.25rem !important;
  }
  .mt-ds-n1,
  .my-ds-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-ds-n1,
  .mx-ds-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-ds-n1,
  .my-ds-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-ds-n1,
  .mx-ds-n1 {
    margin-left: -0.25rem !important;
  }
  .m-ds-n2 {
    margin: -0.5rem !important;
  }
  .mt-ds-n2,
  .my-ds-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-ds-n2,
  .mx-ds-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-ds-n2,
  .my-ds-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-ds-n2,
  .mx-ds-n2 {
    margin-left: -0.5rem !important;
  }
  .m-ds-n3 {
    margin: -1rem !important;
  }
  .mt-ds-n3,
  .my-ds-n3 {
    margin-top: -1rem !important;
  }
  .mr-ds-n3,
  .mx-ds-n3 {
    margin-right: -1rem !important;
  }
  .mb-ds-n3,
  .my-ds-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-ds-n3,
  .mx-ds-n3 {
    margin-left: -1rem !important;
  }
  .m-ds-n4 {
    margin: -1.5rem !important;
  }
  .mt-ds-n4,
  .my-ds-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-ds-n4,
  .mx-ds-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-ds-n4,
  .my-ds-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-ds-n4,
  .mx-ds-n4 {
    margin-left: -1.5rem !important;
  }
  .m-ds-n5 {
    margin: -3rem !important;
  }
  .mt-ds-n5,
  .my-ds-n5 {
    margin-top: -3rem !important;
  }
  .mr-ds-n5,
  .mx-ds-n5 {
    margin-right: -3rem !important;
  }
  .mb-ds-n5,
  .my-ds-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-ds-n5,
  .mx-ds-n5 {
    margin-left: -3rem !important;
  }
  .m-ds-auto {
    margin: auto !important;
  }
  .mt-ds-auto,
  .my-ds-auto {
    margin-top: auto !important;
  }
  .mr-ds-auto,
  .mx-ds-auto {
    margin-right: auto !important;
  }
  .mb-ds-auto,
  .my-ds-auto {
    margin-bottom: auto !important;
  }
  .ml-ds-auto,
  .mx-ds-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

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

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

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

@media (min-width: 1366px) {
  .text-ds-left {
    text-align: left !important;
  }
  .text-ds-right {
    text-align: right !important;
  }
  .text-ds-center {
    text-align: center !important;
  }
}

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

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

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

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

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

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Display
--------------------------------------------------------------*/
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

/*--------------------------------------------------------------
# Card
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accordion 
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Carousel
--------------------------------------------------------------*/
.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid, .navbar > .container-sm, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-ds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-ds {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-ds {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-ds {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-ds {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-ds {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-ds {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1365.98px) {
  .navbar-expand-ds > .container,
  .navbar-expand-ds > .container-fluid, .navbar-expand-ds > .container-sm, .navbar-expand-ds > .container-lg, .navbar-expand-ds > .container-xl, .navbar-expand-ds > .container-ds {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1366px) {
  .navbar-expand-ds {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-ds .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-ds .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-ds .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-ds > .container,
  .navbar-expand-ds > .container-fluid, .navbar-expand-ds > .container-sm, .navbar-expand-ds > .container-lg, .navbar-expand-ds > .container-xl, .navbar-expand-ds > .container-ds {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-ds .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-ds .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-ds .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-lg, .navbar-expand > .container-xl, .navbar-expand > .container-ds {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-lg, .navbar-expand > .container-xl, .navbar-expand > .container-ds {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

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

.form-text {
  display: block;
  margin-top: 0.25rem;
}

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

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

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/
.woocommerce {
  position: relative;
}

.woocommerce a {
  text-decoration: none;
  color: #1D1D1B;
}

.woocommerce a.added_to_cart {
  display: none;
}

.woocommerce img {
  width: 100%;
}

.woocommerce div.product span.price,
.woocommerce div.product p.price {
  display: block;
  text-align: left;
  font-size: 0.9rem;
  line-height: 1.2rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.woocommerce div.product span.price ins,
.woocommerce div.product p.price ins {
  text-decoration: none;
  font-weight: 600;
}

.woocommerce div.product span.price del,
.woocommerce div.product p.price del {
  font-size: 0.8rem;
  line-height: 1.1rem;
  margin-right: 0.25rem;
}

.woocommerce .list-categories {
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1rem;
  margin-bottom: 1.5rem;
}

.woocommerce .quantity-txt, .woocommerce .variations label {
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1rem;
  margin-bottom: 1rem !important;
}

.woocommerce .quantity {
  position: relative;
  overflow: hidden;
  float: left;
  margin: 0rem 0.2rem 1rem 0rem;
  margin-right: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.woocommerce .quantity .qty {
  display: inline-block;
  background: none;
  outline: none;
  border: none;
  background: none;
  padding: 0;
  color: #E5137E;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 400;
  text-align: center;
  width: 2rem;
  height: 2.3rem;
  background: #F4F6F8;
}

.woocommerce .quantity input::-webkit-outer-spin-button,
.woocommerce .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce .quantity input[type=number] {
  -moz-appearance: textfield;
}

.woocommerce .quantity button.minus,
.woocommerce .quantity button.plus {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  border: 0;
  background: #F4F6F8;
  height: 2.3rem;
  width: 1.5rem;
}

.woocommerce .quantity button.minus img,
.woocommerce .quantity button.plus img {
  width: 10px;
}

.wrapper-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.45rem 0.75rem 0.45rem 0.75rem;
  margin-bottom: 0;
}

.wrapper-title h2 {
  font-size: 0.75rem;
  line-height: 0.9rem;
  font-family: "DM Sans";
  font-weight: 600;
}

.wrapper-title a {
  color: #16a2b7;
  text-decoration: underline;
  font-size: 0.65rem;
  line-height: 0.8rem;
  font-family: "DM Sans";
  font-weight: 500;
}

.page-woocommerce-content {
  margin-bottom: 2.5rem;
}

.woocommerce table.account-orders-table {
  border: none;
}

.woocommerce table.account-orders-table th {
  text-align: left;
  background-color: transparent;
  padding: 0.25rem 0rem 0.25rem 0rem;
  border-bottom: 1px solid #000;
  font-weight: 700;
  font-family: "DM Sans";
  font-size: 0.6rem;
  line-height: 0.7rem;
}

.woocommerce table.account-orders-table th.woocommerce-orders-table__header-order-actions {
  text-align: right;
}

.woocommerce table.account-orders-table td {
  border: 0;
  border-bottom: 1px solid #eee;
  padding: 0.5rem 0rem 0.5rem 0rem;
  text-align: left;
  font-size: 1rem;
  line-height: 1.1rem;
}

.woocommerce table.account-orders-table td.woocommerce-orders-table__cell-order-actions {
  text-align: right;
}

.woocommerce table.account-orders-table a.button {
  background-color: #000;
  display: inline-block;
  color: #fff;
  border-radius: 0;
  padding: 0.3rem 0.5rem 0.3rem 0.5rem;
  font-weight: 400;
  font-family: "DM Sans";
  font-size: 0.6rem;
  line-height: 0.7rem;
}

.woocommerce .order_details tr.payment_method {
  display: none;
}

.woocommerce .order_details td.product-total {
  text-align: right;
}

.woocommerce .order_details tr.order_total {
  background-color: #6d747d;
  color: #fff;
}

.woocommerce .view-order-title {
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 500;
  font-family: "DM Sans";
  margin-bottom: 1.5rem;
}

.woocommerce .woocommerce-customer-details .billing-list,
.woocommerce .woocommerce-customer-details .shipping-list {
  margin-bottom: 2rem;
}

.woocommerce .woocommerce-customer-details .form-row {
  margin-bottom: 0.5rem;
}

.price {
  font-size: 0.9rem;
  line-height: 1.2rem;
  font-family: "DM Sans";
  font-weight: bold;
  color: #199FE3;
}

.entry-summary .price {
  font-size: 1.25rem;
  line-height: 1.65rem;
  font-family: "DM Sans";
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.entry-summary .price ins {
  color: #199FE3;
}

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

.woocommerce .woocommerce-pagination .page-numbers {
  border: 0;
}

.woocommerce .woocommerce-pagination .page-numbers li {
  border-right: 0;
}

.woocommerce .woocommerce-pagination .page-numbers .page-numbers {
  font-size: 0.8rem;
  line-height: 1.05rem;
  font-family: "DM Sans";
  color: #1D1D1B;
  font-weight: bold;
  padding: 0;
}

.woocommerce .woocommerce-pagination .page-numbers .page-numbers.current {
  background-color: transparent;
  color: #199FE3;
}

.woocommerce #layout-product .top-header-woo {
  margin-bottom: 1.5rem;
}

.woocommerce #layout-product .top-header-woo .dgwt-wcas-search-wrapp {
  max-width: 17.5rem;
  margin: 0;
  margin-left: auto;
}

.woocommerce #layout-product .top-header-woo .dgwt-wcas-search-wrapp .dgwt-wcas-search-input {
  border: 1px solid #1D1D1B;
  background-color: #FFFFFF;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-family: "DM Sans";
  font-weight: normal;
  color: #1D1D1B;
  padding: 0.5rem 2rem 0.5rem 1.5rem;
  height: auto;
}

.woocommerce #layout-product .top-header-woo .dgwt-wcas-search-wrapp .dgwt-wcas-search-input::-webkit-input-placeholder {
  color: #707070;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-family: "DM Sans";
  font-weight: normal;
  font-style: normal;
}

.woocommerce #layout-product .top-header-woo .dgwt-wcas-search-wrapp .dgwt-wcas-search-input:-ms-input-placeholder {
  color: #707070;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-family: "DM Sans";
  font-weight: normal;
  font-style: normal;
}

.woocommerce #layout-product .top-header-woo .dgwt-wcas-search-wrapp .dgwt-wcas-search-input::-ms-input-placeholder {
  color: #707070;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-family: "DM Sans";
  font-weight: normal;
  font-style: normal;
}

.woocommerce #layout-product .top-header-woo .dgwt-wcas-search-wrapp .dgwt-wcas-search-input::placeholder {
  color: #707070;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-family: "DM Sans";
  font-weight: normal;
  font-style: normal;
}

.woocommerce #layout-product .top-header-woo .dgwt-wcas-search-wrapp .dgwt-wcas-ico-magnifier {
  left: inherit;
  right: 15px;
}

.woocommerce #layout-product .top-header-woo .dgwt-wcas-search-wrapp .dgwt-wcas-preloader.dgwt-wcas-close {
  left: 0;
  right: inherit;
}

.woocommerce .woocommerce-loop-product__title {
  font-family: "DM Sans";
  font-weight: bold;
  color: #1D1D1B;
  font-size: 1rem;
  line-height: 1.3rem;
  margin-bottom: 0.5rem;
}

.woocommerce .product-inner {
  background-color: #FFFFFF;
  padding: 1rem 2rem;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin: 0.75rem 0;
  -webkit-box-shadow: 0px 8px 24px #1D1D1B0D;
          box-shadow: 0px 8px 24px #1D1D1B0D;
  position: relative;
}

.woocommerce .product-inner:hover::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #1D1D1B;
  opacity: 0.2;
  z-index: 10;
}

.woocommerce .product-inner:hover .wraper-icon {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  opacity: 1;
}

.woocommerce .product-inner .product-image {
  position: relative;
  padding-top: 75%;
  border-bottom: 1px solid #1D1D1B0D;
  z-index: 20;
}

.woocommerce .product-inner .product-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.woocommerce .product-inner .product-info {
  padding: 1.5rem 0;
  position: relative;
  z-index: 20;
}

.woocommerce .product-inner .desc {
  color: #1D1D1B;
  font-family: "DM Sans";
  font-size: 0.8rem;
  line-height: 1.2rem;
  font-weight: normal;
  opacity: 0.85;
}

.woocommerce .product-inner .wraper-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  max-width: 8rem;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 20;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transition: .3s ease all;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  opacity: 0;
}

.woocommerce .product-inner .wraper-icon .button {
  padding: 0.75rem 1rem;
  width: 50%;
  background-color: transparent;
  border-radius: 0;
  border-right: 1px solid #00000029;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  line-height: inherit;
}

.woocommerce .product-inner .wraper-icon .button:hover {
  background-color: transparent;
}

.woocommerce .product-inner .wraper-icon .button img {
  max-width: 1.25rem;
  height: auto;
}

.woocommerce .product-inner .wraper-icon .yith-wcwl-add-to-wishlist {
  width: 50%;
  margin-top: 0;
  padding: 0.5rem 1rem;
}

.woocommerce .product-inner .wraper-icon .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  text-align: center;
}

.woocommerce .product-inner .wraper-icon .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .yith-wcwl-icon {
  margin-right: 0;
}

#yith-wcwl-popup-message {
  display: none !important;
}

.single-product div.product div.images,
.single-product #content div.product div.images,
.single-product div.product div.summary,
.single-product #content div.product div.summary {
  float: none;
  width: 100%;
  text-align: left;
}

.single-product div.product .product_title {
  font-size: 2.5rem;
  line-height: 3rem;
  font-family: "Comic Sans MS";
  font-weight: bold;
  position: relative;
  margin: 0rem 0rem 1rem 0rem;
  color: #E5137E;
}

.single-product .entry-summary {
  padding-top: 0.25rem;
}

.single-product .entry-summary i {
  color: #848484;
  font-family: "DM Sans";
  font-weight: 400;
  display: block;
}

.single-product .entry-summary .wcpa_form_outer label {
  font-size: 1rem;
  line-height: 1.2rem;
  font-family: "DM Sans";
  font-weight: 400;
}

.single-product .entry-summary .wcpa_form_outer .wcpa_form_item select {
  font-size: 1rem;
  line-height: 1.2rem;
  padding: 0.4rem 0.75rem 0.4rem 0.75rem;
}

.single-product .entry-summary input::-webkit-outer-spin-button,
.single-product .entry-summary input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.single-product .term-image,
.single-product .woocommerce-product-details__short-description {
  margin-bottom: 2rem;
  text-align: left;
}

.single-product .term-image p,
.single-product .woocommerce-product-details__short-description p {
  margin-bottom: 0.5rem;
}

.single-product .max-width {
  max-width: 10rem;
  margin: 0 auto;
  margin-top: 2.5rem;
}

.single-product .section-main-product {
  margin-bottom: 1rem;
}

.single-product .wcpa_form_item {
  margin: 0;
}

.single-product form.cart {
  margin-bottom: 2em;
}

.single-product form.cart .quantity-inner {
  display: none;
}

.single-product form.cart .label label {
  font-size: 1.1rem;
  line-height: 1.35rem;
  font-family: "Zilla Slab";
  font-weight: 600;
  color: #1D1D1B;
  margin-bottom: 1rem;
}

.single-product form.cart #yith_wapo_groups_container h3 {
  font-size: 1.1rem;
  line-height: 1.35rem;
  font-family: "Zilla Slab";
  font-weight: bold;
  color: #1D1D1B;
  margin-bottom: 1rem;
}

.single-product form.cart #yith_wapo_groups_container .yith_wapo_group_total table tbody tr td:first-child {
  text-align: left;
}

.single-product form.cart #yith_wapo_groups_container .yith_wapo_group_total table tbody tr td .price {
  text-align: right;
}

.single-product form.cart #yith_wapo_groups_container .ywapo_options_container .ywapo_input_container_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-product form.cart #yith_wapo_groups_container .ywapo_options_container .ywapo_input_container_number .ywapo_input_number {
  width: 2rem;
  text-align: center;
}

.single-product form.cart #yith_wapo_groups_container .ywapo_options_container .ywapo_input_container_number .quantity-nav .quantity-button {
  font-family: "DM Sans" !important;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 500;
  border: 1px solid #ccc;
}

.single-product form.cart #yith_wapo_groups_container .ywapo_options_container label > img {
  width: 2rem;
  height: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.single-product form.cart #yith_wapo_groups_container .ywapo_options_container label.with_image {
  min-width: 9rem;
}

.single-product form.cart .variations .reset_variations {
  display: block;
}

.single-product form.cart .variations tbody tr .quantity-inner {
  display: none;
}

.single-product form.cart .variations tbody tr td #yith_wapo_groups_container table tbody {
  display: block;
}

.single-product form.cart .variations tbody tr td #yith_wapo_groups_container table tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-product form.cart .variations tbody tr td #yith_wapo_groups_container table tbody tr td .price {
  margin-bottom: 0;
}

.single-product form.cart .variations tbody tr td #yith_wapo_groups_container h3 {
  font-size: 1.1rem;
  line-height: 1.35rem;
  font-family: "Zilla Slab";
  font-weight: bold;
  color: #1D1D1B;
  margin-bottom: 1rem;
}

.single-product form.cart .variations tbody tr td #yith_wapo_groups_container .ywapo_options_container .ywapo_input_container_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-product form.cart .variations tbody tr td #yith_wapo_groups_container .ywapo_options_container .ywapo_input_container_number .ywapo_input_number {
  width: 2rem;
  text-align: center;
}

.single-product form.cart .variations tbody tr td #yith_wapo_groups_container .ywapo_options_container .ywapo_input_container_number .quantity-nav .quantity-button {
  font-family: "DM Sans" !important;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 500;
  border: 1px solid #ccc;
}

.single-product form.cart .variations tbody tr td #yith_wapo_groups_container .ywapo_options_container label > img {
  width: 2rem;
  height: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.single-product form.cart .variations tbody tr td #yith_wapo_groups_container .ywapo_options_container label.with_image {
  min-width: 9rem;
}

.single-product form.cart .variations tbody .select2 {
  max-width: 186px;
}

.single-product form.cart .variations tbody .select2 .select2-selection__rendered {
  background-color: #FFFFFF;
  border: 1px solid #1D1D1B;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-family: "DM Sans";
  font-weight: normal;
  color: #1D1D1B;
}

.single-product form.cart .variations tbody .select2.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #1d1d1b transparent;
}

.single-product form.cart .variations tbody .select2 .select2-selection__arrow {
  right: -3rem;
  background-color: #F9D235;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 0.5rem 1rem;
  height: 100%;
  width: 2.5rem;
}

.single-product form.cart .variations tbody .select2 .select2-selection__arrow b {
  border-color: #1d1d1b transparent transparent transparent;
}

.single-product form.cart .button {
  background-color: #F9D235 !important;
  -webkit-box-shadow: 0px 8px 24px #F8D1474D;
          box-shadow: 0px 8px 24px #F8D1474D;
  font-size: 1rem;
  line-height: 1.2rem;
  font-family: "Zilla Slab";
  font-weight: bold;
  padding: 0.65rem 1.75rem 0.65rem 1.75rem;
  color: #1D1D1B !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.single-product form.cart .variations select {
  background: #FFFFFF;
  border: 1px solid #1D1D1B;
  color: #1D1D1B;
  margin: 0;
  padding: 0.6rem 1rem 0.6rem 1rem;
  font-family: "DM Sans";
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: normal;
  outline: none;
  border-radius: 4px;
  -webkit-borpxder-radius: 4;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.single-product form.cart .variations select option {
  color: #1D1D1B;
  font-family: "DM Sans";
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: normal;
}

.single-product .corsivalab-has-thumbnail .woocommerce-product-gallery__wrapper {
  -webkit-transition: none;
  transition: none;
}

.single-product .corsivalab-has-thumbnail .woocommerce-product-gallery__image {
  width: 48% !important;
  float: left;
  margin-right: 0;
  margin-bottom: 4%;
}

.single-product .corsivalab-has-thumbnail .woocommerce-product-gallery__image:nth-child(2n + 1) {
  margin-right: 4%;
}

.single-product .woocommerce-Tabs-panel ul {
  margin-left: 1.25rem;
}

.single-product .woocommerce-Tabs-panel h3 {
  font-size: 1rem;
  line-height: 1.2rem;
  color: #E5137E;
  font-family: "Zilla Slab";
  font-weight: 600;
  margin-bottom: 1rem;
}

.woocommerce div.product .related {
  padding: 2.5rem 0;
}

.woocommerce div.product .related .heading {
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 2rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0rem 0rem 1.5rem 0rem;
  padding: 0;
  text-align: left;
  overflow: unset;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 2px solid #d3ced2;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 0;
  margin: 0;
  background-color: transparent;
  padding: 0rem 1.5rem 0rem 0rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-family: "Zilla Slab";
  font-weight: bold;
  padding: 0.5rem 0rem 1rem 0rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #199FE3;
  opacity: 0.3;
}

@media (prefers-reduced-motion: reduce) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    -webkit-transition: none;
    transition: none;
  }
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #199FE3;
  opacity: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after {
  background-color: #199FE3;
}

.single-product .select2-container .select2-dropdown {
  margin-top: 0.5rem;
  border: 1px solid #707070;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.single-product .select2-container .select2-dropdown .select2-results__option {
  border-bottom: 1px solid #1D1D1B;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-family: "DM Sans";
  font-weight: normal;
  color: #1D1D1B;
  padding: 0.5rem 1rem;
}

.single-product .select2-container .select2-dropdown .select2-results__option.select2-results__option--highlighted {
  background-color: #1D1D1B;
  color: #FFFFFF;
}

.single-product .select2-container .select2-dropdown .select2-results__option:last-child {
  border-bottom: 0;
}

.woocommerce .heading {
  font-size: 1.75rem;
  line-height: 3rem;
  text-align: center;
}

.woocommerce table.shop_table {
  border: 0;
  margin: 0;
  border-radius: 0;
}

.woocommerce table.shop_table thead th {
  font-size: 1.1rem;
  line-height: 1.2rem;
  font-weight: bold;
  font-family: "Zilla Slab";
  color: #199FE3;
  padding: 0.5rem 1rem 0.5rem 1rem;
}

.woocommerce table.shop_table thead th:first-child {
  padding-left: 0;
}

.woocommerce table.shop_table tbody tr td {
  padding: 1.5rem 0.75rem 1.5rem 0.75rem;
}

.woocommerce table.shop_table tbody tr td:first-child {
  padding-left: 0;
}

.woocommerce table.shop_table tbody tr td.product-thumbnail img {
  min-width: 3rem;
}

.woocommerce table.shop_table td {
  padding: 0.5rem 0.75rem 0.5rem 0.75rem;
}

.woocommerce table.shop_table td.product-name {
  text-align: left;
}

.woocommerce table.shop_table td.product-name a {
  color: #1D1D1B;
  font-size: 1rem;
  line-height: 1.3rem;
  font-family: "DM Sans";
  font-weight: 500;
}

.woocommerce table.shop_table td.product-name .price {
  text-align: left;
  margin-bottom: 1rem;
}

.woocommerce table.shop_table td.product-name h4.title {
  margin-bottom: 1rem;
}

.woocommerce table.shop_table td.product-remove {
  vertical-align: middle;
}

.woocommerce table.shop_table td.product-remove a.remove {
  display: inline-block;
  height: 1rem;
  width: 1rem;
  color: #1D1D1B !important;
  font-size: 14px;
  background-color: #F9D235;
  line-height: initial;
}

.woocommerce table.shop_table td.actions {
  text-align: center;
  padding-bottom: 0;
}

.woocommerce table.shop_table td.actions button.button, .woocommerce table.shop_table td.actions a {
  border: 1px solid #F9D235;
  font-family: "Zilla Slab";
  float: none;
  clear: both;
  background: #F9D235;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  display: inline-block;
  color: #1D1D1B;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  opacity: 1;
  -webkit-box-shadow: 0px 8px 24px #F8D1474D;
          box-shadow: 0px 8px 24px #F8D1474D;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.woocommerce table.shop_table td.actions button.button:hover, .woocommerce table.shop_table td.actions a:hover {
  background: #1D1D1B;
  color: #fff;
}

.woocommerce table.shop_table td.actions a {
  background: #fff;
  color: #E5137E;
}

.woocommerce table.shop_table .p-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.woocommerce table.shop_table .p-row .product-thumb {
  width: 30%;
}

@media only screen and (max-width: 576px) {
  .woocommerce table.shop_table .p-row .product-thumb {
    width: 20%;
  }
}

.woocommerce table.shop_table .p-row .product-thumb img {
  width: 100%;
}

.woocommerce table.shop_table .p-row .p-item {
  margin-left: 1.5rem;
  line-height: 1.5;
  font-family: "DM Sans";
  width: 70%;
}

@media only screen and (max-width: 576px) {
  .woocommerce table.shop_table .p-row .p-item {
    width: 80%;
  }
}

.woocommerce table.shop_table .p-row .p-item a {
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.5;
  font-family: "DM Sans";
}

.woocommerce table.shop_table .p-row .p-item .p-meta {
  opacity: 0.5;
}

.woocommerce table.shop_table .quantity {
  margin: 0;
}

.woocommerce .notification-cart {
  color: #164489;
  background-color: #d2ecf1;
  padding: 0.5rem 1rem 0.5rem 1rem;
  display: block;
  margin-bottom: 0.75rem;
}

.woocommerce .notification-cart a {
  text-decoration: underline;
  color: #164489;
}

.woocommerce .woocommerce table.cart td,
.woocommerce .woocommerce table.cart th,
.woocommerce .woocommerce-checkout table.cart td,
.woocommerce .woocommerce-checkout table.cart th {
  vertical-align: middle;
  padding: 15px 30px;
}

.woocommerce tr.cart_item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.woocommerce .coupon input#coupon_code,
.woocommerce input.point_code {
  width: auto !important;
  background: #FFFFFF;
  border: 1px solid #1D1D1B;
  font-size: 1rem;
  line-height: 1.2rem;
  font-family: "DM Sans";
  border-right: 0;
  outline: none;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin: 0;
  padding: 0.5rem;
}

.woocommerce .coupon .button {
  margin-left: -1px;
  border-radius: 0px 4px 4px 0px  !important;
  -webkit-border-radius: 0px 4px 4px 0px  !important;
  -moz-border-radius: 0px 4px 4px 0px  !important;
  -ms-border-radius: 0px 4px 4px 0px  !important;
  -o-border-radius: 0px 4px 4px 0px  !important;
}

.woocommerce .point-note {
  color: #cdcdcd;
}

.woocommerce .action-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.woocommerce .action-btn input {
  border: 0;
  width: 45%;
  text-transform: uppercase;
  padding: 0.25rem 0rem 0.25rem 0rem;
}

.woocommerce .action-btn input.button.btn-cart {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2rem;
  font-family: "DM Sans";
  padding: 0.4rem 0rem 0.4rem 0rem;
  background: #E5137E;
  color: #fff;
}

@media (prefers-reduced-motion: reduce) {
  .woocommerce .action-btn input.button.btn-cart {
    -webkit-transition: none;
    transition: none;
  }
}

.woocommerce .action-btn input.button.btn-cart.btn-outline {
  background: none;
  border: 2px solid #E5137E;
  color: #E5137E;
}

.woocommerce .cart-section {
  padding: 2.5rem 0;
}

.woocommerce .cart-section .heading {
  font-size: 1.75rem;
  line-height: 3rem;
  text-align: center;
}

.woocommerce .box-content {
  padding: 1.5rem;
  border: 1px solid #1D1D1B1A;
  background-color: #FFFFFF;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.woocommerce .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
  text-align: left;
}

.woocommerce .cart_totals table.shop_table tr.order-total .amount {
  font-weight: bold;
  color: #E5137E;
}

.woocommerce .cart_totals table.shop_table tr th {
  font-size: 1.1rem;
  line-height: 1.2rem;
  font-weight: bold;
  font-family: "Zilla Slab";
  color: #199FE3;
  padding: 0.5rem 1rem 0.5rem 1rem;
}

.woocommerce .cart_totals table.shop_table tr th:first-child {
  padding-left: 0;
}

.woocommerce .cart_totals table.shop_table tr td {
  padding: 0.5rem 1rem 0.5rem 1rem;
  text-align: right;
}

.woocommerce .wc-proceed-to-checkout {
  text-align: center;
  padding-bottom: 0;
}

.woocommerce .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
  border: 1px solid #F9D235;
  font-family: "Zilla Slab";
  float: none;
  clear: both;
  background: #F9D235;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  display: inline-block;
  color: #1D1D1B;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  opacity: 1;
  -webkit-box-shadow: 0px 8px 24px #F8D1474D;
          box-shadow: 0px 8px 24px #F8D1474D;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin-bottom: 0.5rem;
}

.woocommerce .wc-proceed-to-checkout a.checkout-button.btn-shopping {
  border: 2px solid #F8D147;
  background-color: transparent;
  margin-bottom: 0.5rem;
}

.woocommerce .wc-proceed-to-checkout a.checkout-button:hover {
  background: #1D1D1B;
  color: #fff;
}

.woocommerce .woocommerce-form-coupon-toggle {
  display: none;
}

.woocommerce [type="radio"]:checked,
.woocommerce [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.woocommerce [type="radio"]:checked + label,
.woocommerce [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.woocommerce [type="radio"]:checked + label:before,
.woocommerce [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #707070;
  background: #fff;
}

.woocommerce [type="radio"]:checked + label:after,
.woocommerce [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 6px;
  height: 9px;
  position: absolute;
  top: 4px;
  left: 6px;
  border: solid #1B872D;
  display: block;
  border-width: 0 3px 3px 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.woocommerce [type="radio"]:not(:checked) + label:after {
  opacity: 0;
}

.woocommerce [type="radio"]:checked + label:after {
  opacity: 1;
}

.woocommerce [type="checkbox"]:checked,
.woocommerce [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.woocommerce [type="checkbox"]:checked + span,
.woocommerce [type="checkbox"]:not(:checked) + span {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.woocommerce [type="checkbox"]:checked + span:before,
.woocommerce [type="checkbox"]:not(:checked) + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #707070;
  background: #fff;
}

.woocommerce [type="checkbox"]:checked + span:after,
.woocommerce [type="checkbox"]:not(:checked) + span:after {
  content: '';
  width: 6px;
  height: 9px;
  position: absolute;
  top: 4px;
  left: 6px;
  border: solid #1B872D;
  display: block;
  border-width: 0 3px 3px 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.woocommerce [type="checkbox"]:not(:checked) + span:after {
  opacity: 0;
}

.woocommerce [type="checkbox"]:checked + span:after {
  opacity: 1;
}

.woocommerce .page-checkout {
  padding: 2.5rem 0;
}

.woocommerce .page-checkout .box-content {
  padding: 2.5rem;
}

.woocommerce .page-checkout .box-content .title {
  font-size: 1.3rem;
  line-height: 4rem;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead {
  display: none;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr td {
  border: 0;
  border-bottom: 1px solid #D7D5D0;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr td.product-thumb {
  width: 3rem;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr td.product-thumb .qty {
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.3rem;
  color: #707070;
  font-weight: normal;
  margin-top: 0.5rem;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr td.product-total {
  vertical-align: bottom;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr td .product-name {
  font-size: 1rem;
  line-height: 1.3rem;
  color: #1D1D1B;
  font-family: "DM Sans";
  font-weight: 500;
  margin-bottom: 1rem;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr td .price {
  font-size: 1rem;
  line-height: 1.3rem;
  color: #1D1D1B;
  font-family: "DM Sans";
  font-weight: normal;
  margin-top: 1rem;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr td:last-child {
  padding-right: 0;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th {
  font-size: 1.1rem;
  line-height: 1.2rem;
  font-weight: bold;
  font-family: "Zilla Slab";
  color: #199FE3;
  padding: 1rem 1rem 1rem 1rem;
  border: 0;
  border-bottom: 1px solid #D7D5D0;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th:first-child {
  padding-left: 0;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th a {
  color: #07b8ff;
  text-transform: capitalize;
  margin-left: 5px;
  text-decoration: underline;
  font-family: "DM Sans";
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td {
  border: 0;
  border-bottom: 1px solid #D7D5D0;
  padding: 1rem 1rem 1rem 1rem;
  padding-right: 0;
  text-align: right;
  font-weight: normal;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot .order-total .amount {
  font-weight: bold;
  color: #E5137E;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot .woocommerce-remove-coupon {
  display: block;
  color: #E5137E;
  text-transform: capitalize;
  margin-left: 5px;
  text-decoration: underline;
  font-family: "DM Sans";
  font-size: 0.9rem;
  line-height: 1rem;
}

.woocommerce .woocommerce-thankyou-wrapper h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  font-family: "DM Sans";
  text-transform: capitalize;
  margin-bottom: 20px;
}

.woocommerce .woocommerce-shipping-method-fields ul li {
  margin-bottom: 10px;
}

.woocommerce .woocommerce-shipping-method-fields ul li label,
.woocommerce #ship-to-different-address span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  font-family: "DM Sans";
  text-transform: capitalize;
  margin-left: 10px;
}

.woocommerce .woocommerce-additional-fields label {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  font-family: "DM Sans";
  text-transform: capitalize;
  margin-bottom: 10px;
}

.woocommerce #customer_details .form-row {
  display: block;
  margin: 0 0 15px 0;
}

.woocommerce #customer_details .form-row-wide {
  clear: both;
  width: 100%;
  display: block;
}

.woocommerce .woocommerce-billing-fields__field-wrapper label,
.woocommerce .woocommerce-shipping-fields__field-wrapper label {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 1.5;
}

.woocommerce form .form-row label {
  color: #000000;
  font-size: 1.1rem;
  line-height: 2.3rem;
  font-weight: 500;
  font-family: "Zilla Slab";
  margin-bottom: 0;
}

.woocommerce form .form-row label .required {
  color: #000000;
}

.woocommerce form .form-row input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #D7D5D0;
  color: #000000;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: normal;
  font-family: "DM Sans";
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 0.5rem 0;
}

.woocommerce form .form-row input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.woocommerce form .form-row input::-webkit-input-placeholder {
  color: #707070;
  opacity: 0.3;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: normal;
  font-family: "DM Sans";
}

.woocommerce form .form-row input:-ms-input-placeholder {
  color: #707070;
  opacity: 0.3;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: normal;
  font-family: "DM Sans";
}

.woocommerce form .form-row input::-ms-input-placeholder {
  color: #707070;
  opacity: 0.3;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: normal;
  font-family: "DM Sans";
}

.woocommerce form .form-row input::placeholder {
  color: #707070;
  opacity: 0.3;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: normal;
  font-family: "DM Sans";
}

.woocommerce form .form-row .select2-container .select2-selection__rendered {
  background-color: #FFFFFF;
  border: 1px solid #1D1D1B;
  border-radius: 4px;
  color: #000000;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: normal;
  font-family: "DM Sans";
}

.woocommerce form .form-row textarea {
  background-color: #FFFFFF;
  border: 1px solid #1D1D1B;
  color: #000000;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: normal;
  font-family: "DM Sans";
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 0.75rem;
  max-height: 8rem;
}

.woocommerce form .form-row textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.woocommerce form .form-row textarea::-webkit-input-placeholder {
  color: #707070;
  opacity: 0.3;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: normal;
  font-family: "DM Sans";
}

.woocommerce form .form-row textarea:-ms-input-placeholder {
  color: #707070;
  opacity: 0.3;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: normal;
  font-family: "DM Sans";
}

.woocommerce form .form-row textarea::-ms-input-placeholder {
  color: #707070;
  opacity: 0.3;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: normal;
  font-family: "DM Sans";
}

.woocommerce form .form-row textarea::placeholder {
  color: #707070;
  opacity: 0.3;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: normal;
  font-family: "DM Sans";
}

.woocommerce form .form-row .btn-wrap {
  margin-top: 1.5rem;
}

.woocommerce form .form-row .btn-wrap .btn {
  background-color: #F9D235;
  color: #1D1D1B;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: bold;
  font-family: "Zilla Slab";
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-bottom: 0;
  padding: 0.5rem 2rem;
}

.woocommerce .form-row-first {
  float: none;
}

.woocommerce .form-row-last {
  float: none;
}

.woocommerce .woocommerce .form-row-first,
.woocommerce .woocommerce .form-row-last {
  width: 100%;
  overflow: visible;
}

.woocommerce .woocommerce-billing-fields::after,
.woocommerce .woocommerce-shipping-fields::after {
  clear: both;
  content: " ";
  display: table;
}

.woocommerce .woocommerce-checkout .cart-collaterals {
  margin: 0;
}

.woocommerce .woocommerce-checkout .woocommerce-cart-form__cart-item .p-row img {
  width: 100px;
}

.woocommerce .woocommerce-checkout .cart_totals table {
  border: 0;
}

.woocommerce .woocommerce-checkout tr p,
.woocommerce .woocommerce-checkout tr span.woocommerce-terms-and-conditions-checkbox-text {
  margin: 0;
  font-size: 18px;
}

.woocommerce .description-payment {
  margin: 10px 0 0 0;
  background: none;
  padding: 0 0 0 28px;
  color: #000;
  font-size: 16px;
}

.woocommerce .description-payment p {
  margin: 0;
}

.woocommerce #payment {
  background: #fff;
  border-radius: 0;
}

.woocommerce #payment ul.payment_methods {
  padding: 0;
  border: 0;
}

.woocommerce #payment ul.payment_methods li label {
  color: #000000;
  font-size: 1.1rem;
  line-height: 1rem;
  font-weight: 500;
  font-family: "Zilla Slab";
}

.woocommerce #payment div.payment_box {
  display: none !important;
  margin: 0;
  background: none;
  padding: 0 0 0 28px;
  color: #464040;
}

.woocommerce #payment div.payment_box::before {
  display: none;
}

.woocommerce #woocommerce-payment-list .woocommerce-terms-and-conditions-wrapper,
.woocommerce #woocommerce-payment-list .place-order {
  display: none;
}

.woocommerce #order_review #payment .wc_payment_methods {
  display: none;
}

.woocommerce #order_review #payment div.form-row {
  padding: 0;
}

.woocommerce #order_review .woocommerce-terms-and-conditions-wrapper .form-row .woocommerce-terms-and-conditions-checkbox-text {
  font-size: 0.8rem;
  line-height: 1.1rem;
  color: #707070;
  font-weight: normal;
  font-family: "DM Sans";
}

.woocommerce #order_review .woocommerce-terms-and-conditions-wrapper .form-row .required {
  display: none;
}

.woocommerce #order_review .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
  padding: 0.75rem 0rem 0.75rem 0rem;
}

.woocommerce #order_review .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
  font-size: 0.8rem;
  line-height: 1.1rem;
  color: #707070;
  font-weight: normal;
  font-family: "DM Sans";
  margin-bottom: 0;
}

.woocommerce .product-qty {
  display: block;
  opacity: 0.5;
}

.woocommerce #place_order {
  width: 100%;
  border: 1px solid #F9D235;
  font-family: "Zilla Slab";
  float: none;
  clear: both;
  background: #F9D235;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  display: inline-block;
  color: #1D1D1B;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  opacity: 1;
  -webkit-box-shadow: 0px 8px 24px #F8D1474D;
          box-shadow: 0px 8px 24px #F8D1474D;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin-bottom: 0;
}

.woocommerce #place_order:hover {
  background: #1D1D1B;
  color: #fff;
}

.select2-container--default {
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1rem;
}

.select2-container--default .select2-selection--single {
  height: auto;
  border: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  background: #EAEDF2;
  padding: 0.5rem 1rem 0.5rem 1rem;
  border: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 15px;
  height: 18px;
  width: 18px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.woocommerce .page-thankyou {
  padding: 2.5rem 0;
}

.woocommerce .page-thankyou .heading {
  font-size: 2.5rem;
  line-height: 3rem;
}

.woocommerce .page-thankyou .oder-num {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: #F9D235;
  font-weight: bold;
  margin-bottom: 2rem;
}

.woocommerce .page-thankyou .woocommerce-thankyou-order-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 30rem;
  margin: 0 auto;
}

.woocommerce .page-thankyou .woocommerce-thankyou-order-details li {
  font-size: 1.1rem;
  line-height: 2.3rem;
  color: #000000;
  font-family: "Zilla Slab";
  font-weight: 600;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
  border: 0;
}

.woocommerce .page-thankyou .woocommerce-thankyou-order-details li strong {
  font-size: 0.9rem;
  line-height: 1.3rem;
  color: #707070;
  font-family: "DM Sans";
  font-weight: normal;
}

.woocommerce .page-thankyou .btn-wrap .btn {
  font-size: 1rem;
  line-height: 1.2rem;
  color: #1D1D1B;
  font-family: "Zilla Slab";
  font-weight: bold;
  background-color: #F9D235;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.5rem 3rem;
}

.woocommerce .page-dashboard {
  padding: 2.5rem 0;
}

.woocommerce .lost_reset_password {
  padding: 2.5rem 0;
  max-width: 50%;
  margin: 0 auto;
}

.woocommerce .lost_reset_password .form-row {
  width: 100%;
}

.woocommerce .lost_reset_password .woocommerce-Button {
  margin-top: 1rem;
  background-color: #F9D235;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 0.6rem 1.5rem 0.6rem 1.5rem;
  font-size: 1rem;
  line-height: 1.2rem;
  font-family: "Zilla Slab";
  font-weight: bold;
  color: #1D1D1B;
}

.woocommerce .lost_reset_password .woocommerce-Button:hover {
  background-color: #1D1D1B;
  color: #FFFFFF;
}

.woocommerce .page-login {
  padding: 2.5rem 0;
  max-width: 50%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .woocommerce .page-login {
    max-width: 80%;
  }
}

.woocommerce .page-login .woocommerce-form {
  padding: 0;
  border: 0;
}

.woocommerce .page-login .woocommerce-form .password-input {
  width: 100%;
}

.woocommerce .page-login .woocommerce-form .login__rememberme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px;
  margin: 0 0 6px;
}

.woocommerce .page-login .woocommerce-form .login__rememberme .lost_password a {
  color: #199FE3;
  font-size: 1rem;
  line-height: 2.3rem;
  font-family: "Zilla Slab";
  font-weight: bold;
  text-decoration: underline;
}

.woocommerce .page-login .woocommerce-form .btn-wrap {
  text-align: center;
  display: block;
  max-width: 17rem;
  background-color: #F9D235;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.woocommerce .page-login .woocommerce-form .btn-wrap .woocommerce-button {
  width: 100%;
  text-align: center;
  float: none;
  margin-right: 0;
  background-color: transparent;
  padding: 0.6rem 1.5rem 0.6rem 1.5rem;
  font-size: 1rem;
  line-height: 1.2rem;
  font-family: "Zilla Slab";
  font-weight: bold;
  color: #1D1D1B;
}

.woocommerce .page-login .woocommerce-form .sign-up_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.woocommerce .page-login .woocommerce-form .sign-up_btn p {
  margin-bottom: 0;
  margin-right: 1.5rem;
  color: #707070;
  font-size: 1rem;
  line-height: 2.3rem;
}

.woocommerce .page-login .woocommerce-form .sign-up_btn .btn-signup {
  color: #199FE3;
  font-size: 1rem;
  line-height: 2.3rem;
  font-family: "Zilla Slab";
  font-weight: bold;
  text-decoration: underline;
}

.woocommerce #customer_login .heading {
  font-size: 2.5rem;
  line-height: 3rem;
}

.woocommerce #customer_login .page-login {
  padding: 2.5rem 0;
  max-width: 50%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .woocommerce #customer_login .page-login {
    max-width: 80%;
  }
}

.woocommerce #customer_login .page-login .woocommerce-form {
  padding: 0;
  border: 0;
}

.woocommerce #customer_login .page-login .woocommerce-form .password-input {
  width: 100%;
}

.woocommerce #customer_login .page-login .woocommerce-form .login__rememberme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px;
  margin: 0 0 6px;
}

.woocommerce #customer_login .page-login .woocommerce-form .login__rememberme .lost_password a {
  color: #199FE3;
  font-size: 1rem;
  line-height: 2.3rem;
  font-family: "Zilla Slab";
  font-weight: bold;
  text-decoration: underline;
}

.woocommerce #customer_login .page-login .woocommerce-form .btn-wrap {
  text-align: center;
  display: block;
  max-width: 17rem;
  background-color: #F9D235;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.woocommerce #customer_login .page-login .woocommerce-form .btn-wrap .woocommerce-button {
  width: 100%;
  text-align: center;
  float: none;
  margin-right: 0;
  background-color: transparent;
  padding: 0.6rem 1.5rem 0.6rem 1.5rem;
  font-size: 1rem;
  line-height: 1.2rem;
  font-family: "Zilla Slab";
  font-weight: bold;
  color: #1D1D1B;
}

.woocommerce #customer_login .page-login .woocommerce-form .sign-up_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.woocommerce #customer_login .page-login .woocommerce-form .sign-up_btn p {
  margin-bottom: 0;
  margin-right: 1.5rem;
  color: #707070;
  font-size: 1rem;
  line-height: 2.3rem;
}

.woocommerce #customer_login .page-login .woocommerce-form .sign-up_btn .btn-signup {
  color: #199FE3;
  font-size: 1rem;
  line-height: 2.3rem;
  font-family: "Zilla Slab";
  font-weight: bold;
  text-decoration: underline;
}

.page-register {
  padding: 2.5rem 0;
}

.page-register .heading {
  font-size: 2.5rem;
  line-height: 3rem;
}

.page-register .title {
  font-size: 1.25rem;
  line-height: 4rem;
}

.page-register .woocommerce-form {
  padding: 0;
  border: 0;
}

.page-register .woocommerce-form .form-row input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #D7D5D0;
  color: #000000;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: normal;
  font-family: "DM Sans";
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 0.5rem 0;
  outline: none;
}

.page-register .woocommerce-form .btn-wrap {
  text-align: center;
  display: block;
  max-width: 17rem;
  background-color: #F9D235;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin: 0 auto;
  margin-bottom: 1rem;
  border: 0;
}

.page-register .woocommerce-form .btn-wrap .woocommerce-button {
  width: 100%;
  text-align: center;
  float: none;
  margin-right: 0;
  background-color: transparent;
  padding: 0.6rem 1.5rem 0.6rem 1.5rem;
  font-size: 1rem;
  line-height: 1.2rem;
  font-family: "Zilla Slab";
  font-weight: bold;
  color: #1D1D1B;
  border: 0;
}

.page-register .woocommerce-form .login_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-register .woocommerce-form .login_btn p {
  margin-bottom: 0;
  margin-right: 1.5rem;
  color: #707070;
  font-size: 1rem;
  line-height: 2.3rem;
}

.page-register .woocommerce-form .login_btn .btn-login {
  color: #199FE3;
  font-size: 1rem;
  line-height: 2.3rem;
  font-family: "Zilla Slab";
  font-weight: bold;
  text-decoration: underline;
}

.page-register .woocommerce-form .woocommerce-privacy-policy-text {
  color: #707070;
  font-size: 1rem;
  line-height: 1.4rem;
  font-family: "DM Sans";
  font-weight: normal;
}

.page-register .woocommerce-form .woocommerce-privacy-policy-text .woocommerce-privacy-policy-link {
  color: #199FE3;
  font-size: 1rem;
  line-height: 2.3rem;
  font-family: "Zilla Slab";
  font-weight: bold;
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
.default-section {
  position: relative;
  padding: 2.25rem 0rem 2.25rem 0rem;
}

@media only screen and (max-width: 576px) {
  .default-section {
    padding: 1rem 0rem 1rem 0rem;
  }
}

.btn-basic {
  text-decoration: underline;
  color: #E5137E;
}

.btn-group {
  text-align: center;
  margin-bottom: 1.5rem;
}

.btn-group .btn-main {
  background: #E5137E;
  border: 1px solid #E5137E;
  padding: 0.4rem 1rem 0.5rem 1rem;
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 400;
  text-decoration: none;
  border-radius: 19px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn-group .btn-main {
    -webkit-transition: none;
    transition: none;
  }
}

.btn-group.btn-center {
  text-align: center;
}

.btn-group.btn-left {
  text-align: left;
}

.opacity-half {
  opacity: 0.5;
}

.font-custom {
  font-family: "DM Sans";
  font-weight: 400;
}

.button-burger img {
  width: 22px;
}

form.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 0.75rem;
}

form.wpcf7-form .wpcf7-response-output {
  margin: 0;
}

form.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 0.8rem;
  line-height: 1rem;
}

form.wpcf7-form input.wpcf7-form-control,
form.wpcf7-form select.wpcf7-form-control {
  border: 0;
  background-color: rgba(234, 237, 242, 0.5);
  color: rgba(29, 29, 27, 0.7);
  outline: none;
  padding: 0.75rem 1rem 0.75rem 1rem;
  font-size: 0.8rem;
  line-height: 1rem;
  font-family: "DM Sans";
  font-weight: 400;
  margin-bottom: 0.25rem;
}

form.wpcf7-form textarea.wpcf7-form-control {
  min-height: 7.5rem;
  border: 0;
  background-color: rgba(234, 237, 242, 0.5);
  outline: none;
  padding: 0.75rem 1rem 0.75rem 1rem;
  font-size: 0.8rem;
  line-height: 1rem;
  font-family: "DM Sans";
  font-weight: 400;
}

form.wpcf7-form input.wpcf7-submit {
  background: #E5137E;
  color: #fff;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 400;
  text-decoration: none;
  font-family: "DM Sans";
  border: 0;
  text-align: center;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  padding: 0.35rem 2.5rem 0.5rem 1.5rem;
  border-radius: 19px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-image: url("http://localhost/website/corsivalab-furnaway/wp-content/uploads/2021/07/paper-plane.png");
  background-repeat: no-repeat;
  background-position: center right 30px;
  background-size: 15px;
}

@media (prefers-reduced-motion: reduce) {
  form.wpcf7-form input.wpcf7-submit {
    -webkit-transition: none;
    transition: none;
  }
}

.title-page-section {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0;
}

.title-page-section .container {
  min-height: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title-page-section h1 {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 700;
  color: #199FE3;
  margin-bottom: 1rem;
}

.title-page-section .sub-title {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

input.wpcf7-submit {
  background-color: #000;
  color: #fff;
  padding: 0.5rem 2rem 0.5rem 2rem;
  font-size: 1rem;
  line-height: 0.85rem;
  font-family: "DM Sans";
  display: inline-block;
  width: auto;
  border: 0;
}

input.clear-form {
  background-color: #cacaca;
  padding: 0.5rem 2rem 0.5rem 2rem;
  font-size: 1rem;
  line-height: 0.85rem;
  font-family: "DM Sans";
  display: inline-block;
  width: auto;
  border: 0;
}

form.mc4wp-form {
  max-width: 80%;
}

@media only screen and (max-width: 576px) {
  form.mc4wp-form {
    max-width: 100%;
  }
}

form.mc4wp-form input {
  background-color: #fff;
  outline: none;
  font-size: 0.8rem;
  line-height: 1rem;
  font-family: "DM Sans";
  padding: 0.65rem 1rem 0.65rem 1rem;
  border: 0;
}

form.mc4wp-form button[type="submit"] {
  background-color: #014693;
  border-radius: 19px;
  color: #fff;
  display: inline-block;
  width: auto;
  padding: 0.5rem 1.5rem 0.7rem 1.5rem;
  font-size: 0.8rem;
  line-height: 1rem;
  font-family: "DM Sans";
  border: 0;
}

form.mc4wp-form button[type="submit"] img {
  width: 15px;
  margin-left: 0.5rem;
}

.mess {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 50px;
  right: 20px;
  background: #8bc240;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}

.mess img {
  width: 35px;
}

select:focus > option:checked {
  background: #e3effb;
  color: #014693;
  font-weight: 900;
}

@-webkit-keyframes circleLoading {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes circleLoading {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

#loader-container {
  -webkit-transition: all .3s ease-in-out;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  transition: all .3s ease-in-out;
  background-color: #fff;
}

#loader-container .loader {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 25rem;
}

#loader-container .loader .loader__logo {
  position: relative;
  margin: 0 auto;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
}

#loader-container .loader .loader__logo::before {
  -webkit-animation: circleLoading 1s linear infinite forwards;
  position: absolute;
  top: 0;
  left: 0;
  animation: circleLoading 1s linear infinite forwards;
  border: .3rem solid #E5137E;
  border-right-color: #199FE3;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  content: "";
}

#loader-container .loader__progress {
  display: none;
  position: relative;
  margin-top: 1rem;
  border-radius: 1rem;
  width: 100%;
  height: .2rem;
}

#loader-container .loader__progress #progress-bar {
  position: relative;
  background: #e0bcce;
  width: 0;
  max-width: 100%;
  height: 100%;
}

#loader-container .loader__progress #progress-percent {
  position: absolute;
  top: calc(100% + .5rem);
  right: 0;
  color: #622644;
  font-size: 1rem;
}

.progress {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.progress .progress-bar.bg-yellow {
  background-color: #F9D235;
}

.progress .progress-bar.bg-pink {
  background-color: #E5137E;
}

.progress .progress-bar.bg-black {
  background-color: #1D1D1B;
}

.progress .progress-bar.bg-blue {
  background-color: #199FE3;
}

.header {
  background-color: #FFFFFF;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.header.show {
  position: fixed;
}

.header.show::after {
  bottom: 0;
  -webkit-transition: .35s;
  transition: .35s;
}

.header::after {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 140%;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  z-index: 10;
  content: "";
}

.header .navbar-toggle {
  display: none;
}

.header .search-custom {
  position: relative;
  z-index: 98;
  border-top: 1px solid #E7E7E6;
  padding: 1.5rem 0;
  display: none;
}

.header .search-custom .dgwt-wcas-search-input {
  border-radius: 18px !important;
  -webkit-border-radius: 18px !important;
  -moz-border-radius: 18px !important;
  -ms-border-radius: 18px !important;
  -o-border-radius: 18px !important;
  padding: 10px 40px !important;
}

.header .search-custom .dgwt-wcas-search-input::-webkit-input-placeholder {
  color: red;
  font-style: normal !important;
  color: #707070 !important;
  font-size: 0.75rem;
  line-height: 0.95rem;
}

.header .search-custom .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
  left: auto;
  right: 20px;
}

.header .search-custom .dgwt-wcas-preloader {
  left: 0;
  right: auto;
}

.header .site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0 0;
  z-index: 99;
  position: relative;
}

.header .site-header .logo {
  width: 12rem;
}

.header .site-header .middle-header .menu .menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.5rem;
}

.header .site-header .middle-header .menu .menu__list li.current-menu-item a {
  color: #118827;
}

.header .site-header .middle-header .menu .menu__list li:first-child a {
  padding-left: 0;
}

.header .site-header .middle-header .menu .menu__list li:last-child a {
  padding-right: 0;
}

.header .site-header .middle-header .menu .menu__list li a {
  font-size: 1rem;
  line-height: 1.2rem;
  padding: 0rem 1rem 1rem 1rem;
  position: relative;
  font-family: "Zilla Slab";
  color: #1D1D1B;
  font-weight: 600;
  display: inline-block;
}

.header .site-header .middle-header .menu .menu__list li a:hover {
  color: #118827;
}

.header .site-header .right-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-bottom: 1px solid #1D1D1B1A;
  padding-bottom: 0.5rem;
}

.header .site-header .right-header .current-converter .dd-select {
  background-color: transparent !important;
  border: 0;
  padding: 0;
  padding-right: 2rem;
}

.header .site-header .right-header .current-converter .dd-select label {
  margin-bottom: 0;
}

.header .site-header .right-header .current-converter .dd-select .dd-pointer {
  display: none;
}

.header .site-header .right-header .current-converter .dd-selected {
  font-size: 0.75rem;
  line-height: 2.15rem;
  font-family: "Zilla Slab";
  font-weight: 400;
}

.header .site-header .right-header .current-converter .dd-options .dd-option {
  color: #333;
}

.header .site-header .right-header .icon {
  padding: 0 0.5rem;
}

.header .site-header .right-header .icon:last-child {
  padding-right: 0;
}

.header .site-header .right-header .icon.cart .cart-toggle {
  position: relative;
  width: 20px;
  height: auto;
}

.header .site-header .right-header .icon.cart .cart-toggle .cart-count {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -7px;
  right: -12px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #1D1D1B;
  width: 1rem;
  height: 1rem;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.header .site-header .right-header img {
  width: 20px;
  height: auto;
}

@media screen and (max-width: 991px) {
  body {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
  }
  body.menuin {
    margin-left: 250px;
    margin-right: -250px;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
  }
  .header .site-header {
    padding-bottom: 1rem;
  }
  .header .navbar-toggle {
    padding: 11px 8px;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
    position: relative;
    border: solid 1px transparent;
    border-radius: 4px;
    outline: none;
    display: block;
    margin-right: 15px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .header .navbar-toggle.open {
    z-index: 9999;
  }
  .header .navbar-toggle.open + .middle-header {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .header .navbar-toggle.open + .middle-header .nav-overlay {
    opacity: 1;
  }
  .header .navbar-toggle.open .icon-bar:nth-child(1) {
    transform: translate(-1px, 7px) rotate(-225deg);
    -webkit-transform: translate(-1px, 7px) rotate(-225deg);
    -moz-transform: translate(-1px, 7px) rotate(-225deg);
    -ms-transform: translate(-1px, 7px) rotate(-225deg);
    -o-transform: translate(-1px, 7px) rotate(-225deg);
  }
  .header .navbar-toggle.open .icon-bar:nth-child(2) {
    opacity: 0;
  }
  .header .navbar-toggle.open .icon-bar:nth-child(3) {
    transform: translate(-1px, -7px) rotate(225deg);
    -webkit-transform: translate(-1px, -7px) rotate(225deg);
    -moz-transform: translate(-1px, -7px) rotate(225deg);
    -ms-transform: translate(-1px, -7px) rotate(225deg);
    -o-transform: translate(-1px, -7px) rotate(225deg);
  }
  .header .navbar-toggle .icon-bar {
    transition: all 0.5s ease-in-out;
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 1px;
    background-color: #1D1D1B;
    margin-top: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
  }
  .header .middle-header {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 999;
    display: block;
    transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    background-color: transparent;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
  }
  .header .middle-header .right-header {
    display: none;
  }
  .header .middle-header .nav-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(37, 41, 51, 0.5);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    z-index: 98;
  }
  .header .middle-header .menu {
    width: 65%;
    position: relative;
    z-index: 99;
    height: 100%;
    background-color: #FFFFFF;
    overflow: auto;
    list-style-type: none;
    padding: 1rem 0;
  }
  .header .middle-header .menu .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header .middle-header .menu .menu__list li a {
    padding: 0 1rem !important;
  }
}

.sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  background: #fff;
  max-width: 7rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
  line-height: 1.2rem;
  font-family: "Zilla Slab";
  font-weight: 600;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-box-shadow: 0px 0px 5px #000;
          box-shadow: 0px 0px 5px #000;
}

@media (prefers-reduced-motion: reduce) {
  .sub-menu {
    -webkit-transition: none;
    transition: none;
  }
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 10px;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 0;
  border-right: 0;
  margin-left: 10px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

@media only screen and (max-width: 768px) {
  .menu-item-has-children::after {
    display: none;
  }
}

.menu-item-has-children:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

.menu-item-has-children ul.sub-menu ul.sub-menu {
  position: static;
  width: auto;
  padding: 0.5rem 0rem 0.5rem 0.5rem;
  margin-top: 0px;
  border: 0;
}

.menu-item-has-children ul.sub-menu li {
  margin: 0;
  display: inline-block;
  padding: 0.5rem 1rem 0.5rem 1rem;
  position: relative;
}

.menu-item-has-children ul.sub-menu li:first-child {
  background-color: #199FE3;
}

.menu-item-has-children ul.sub-menu li:nth-child(2) {
  background-color: #E5137E;
}

.menu-item-has-children ul.sub-menu li:nth-child(3) {
  background-color: #F9D235;
}

.menu-item-has-children ul.sub-menu li:nth-child(4) {
  background-color: #1D1D1B;
}

.menu-item-has-children ul.sub-menu li:nth-child(5) {
  background-color: #199FE3;
}

.menu-item-has-children ul.sub-menu li:nth-child(6) {
  background-color: #E5137E;
}

.menu-item-has-children ul.sub-menu li:nth-child(7) {
  background-color: #F9D235;
}

.menu-item-has-children ul.sub-menu li:nth-child(8) {
  background-color: #1D1D1B;
}

.menu-item-has-children ul.sub-menu li:nth-child(9) {
  background-color: #199FE3;
}

.menu-item-has-children ul.sub-menu li:nth-child(10) {
  background-color: #E5137E;
}

.menu-item-has-children ul.sub-menu li:hover a {
  color: #118827 !important;
}

.menu-item-has-children ul.sub-menu li a {
  z-index: 1;
  padding: 0 !important;
  color: #FFFFFF !important;
}

@media only screen and (max-width: 768px) {
  .menu-item-has-children ul.sub-menu {
    opacity: 1;
    visibility: unset;
    position: relative;
    width: 100%;
    left: 0;
    margin-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    max-width: 100%;
  }
  .menu-item-has-children ul.sub-menu li {
    background-color: transparent !important;
  }
  .menu-item-has-children ul.sub-menu li a {
    color: #1D1D1B !important;
  }
}

.sub-menu-block {
  position: absolute;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  padding: 10px;
  width: 100%;
  background: #fff;
  left: 0;
  margin-top: 1px;
  -webkit-box-shadow: -23px 23px 20px #0000000d;
          box-shadow: -23px 23px 20px #0000000d;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .sub-menu-block {
    -webkit-transition: none;
    transition: none;
  }
}

.sub-menu-block .container {
  padding-left: 12px;
  padding-right: 12px;
}

.sub-menu-block .sub-menu-item .menu-title {
  font-size: 1rem;
  line-height: 1.2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  font-family: "DM Sans";
}

.sub-menu-block .sub-menu-item ul li {
  margin: 0;
  display: block;
}

.sub-menu-block .sub-menu-item ul li a {
  font-size: 1rem;
  line-height: 1.2rem;
  color: #898989;
  margin-bottom: 0.5rem;
  padding: 0;
  display: block;
  line-height: 1.5;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .sub-menu-block .sub-menu-item ul li a {
    -webkit-transition: none;
    transition: none;
  }
}

.sub-menu-block .sub-menu-item ul li a:hover {
  color: #E5137E;
}

.has-sub-block:hover > .sub-menu-block {
  opacity: 1;
  visibility: visible;
}

.footer {
  position: relative;
}

.footer .footer-top {
  padding: 2.5rem 0;
  background: #F9D235;
}

@media only screen and (max-width: 768px) {
  .footer .footer-infos {
    margin-top: 1rem;
  }
}

.footer .footer-info .logo-ft {
  width: 8rem;
  margin-bottom: 1rem;
}

.footer .footer-info .content-list {
  margin-bottom: 2rem;
}

.footer .footer-info p {
  font-size: 0.75rem;
  line-height: 0.95rem;
  margin-bottom: 1rem;
}

.footer .footer-info .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .footer-info .social-list li {
  width: 2.4rem;
  margin-right: 1rem;
}

.footer .footer-nav .heading {
  font-size: 1.2rem;
  line-height: 1.45rem;
  font-family: "Zilla Slab";
  color: #1D1D1B;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: left;
}

.footer .footer-nav ul li {
  margin-bottom: 0.5rem;
}

.footer .footer-nav ul li a {
  font-size: 1rem;
  line-height: 1.3rem;
  color: #1D1D1B;
  font-weight: 500;
}

.footer .footer-nav ul li a:hover {
  color: #118827;
}

.footer .footer-nav .footer-info li {
  font-size: 1rem;
  line-height: 1.3rem;
  color: #1D1D1B;
  font-weight: 500;
}

.footer .footer-nav .footer-info li img {
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 3px;
}

.footer .form-wrap .form-info {
  margin-bottom: 2rem;
}

.footer .form-wrap .form-info h3 {
  font-size: 0.75rem;
  line-height: 0.95rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.footer .form-wrap .form-info p {
  font-size: 0.75rem;
  line-height: 0.95rem;
  margin-bottom: 1rem;
}

.footer .form-wrap form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer .form-wrap form .form-group {
  width: 60%;
}

.footer .form-wrap form .form-group input {
  height: 42px;
  border: 1px solid #44B178;
  color: #707070;
  font-size: 0.75rem;
  line-height: 0.95rem;
  outline: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.footer .form-wrap form .form-group input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.footer .form-wrap form .form-group ::-webkit-input-placeholder {
  /* Edge */
  color: #707070;
  font-size: 0.75rem;
  line-height: 0.95rem;
}

.footer .form-wrap form .form-group :-ms-input-placeholder {
  /* Internet Explorer */
  color: #707070;
  font-size: 0.75rem;
  line-height: 0.95rem;
}

.footer .form-wrap form .form-group ::-ms-input-placeholder {
  color: #707070;
  font-size: 0.75rem;
  line-height: 0.95rem;
}

.footer .form-wrap form .form-group ::placeholder {
  color: #707070;
  font-size: 0.75rem;
  line-height: 0.95rem;
}

.footer .form-wrap form .btn-wrap {
  width: 40%;
}

.footer .form-wrap form .btn-wrap .btn {
  width: 100%;
  height: 42px;
  color: #FFFFFF;
  font-size: 0.75rem;
  line-height: 0.95rem;
  font-weight: bold;
  background-color: #44B178;
  border: 1px solid #44B178;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 0;
}

.footer .copyright {
  padding: 0.75rem 0;
  background: #1D1D1B;
}

.footer .copyright p {
  font-size: 0.8rem;
  line-height: 1.05rem;
  color: #FFFFFF;
  margin-bottom: 0;
}

.heading {
  font-size: 2.5rem;
  line-height: 3rem;
  position: relative;
  font-family: "Comic Sans MS";
  color: #E5137E;
  font-weight: bold;
  margin-bottom: 1rem;
}

.title {
  font-size: 1.3rem;
  line-height: 1.4rem;
  font-family: "Zilla Slab";
  color: #199FE3;
  font-weight: 500;
}

b {
  font-size: 1.3rem;
  line-height: 1.4rem;
  font-family: "Zilla Slab";
  color: #199FE3;
  font-weight: bold;
}

p {
  font-size: 1rem;
  line-height: 1.4rem;
  font-family: "DM Sans";
  color: #1D1D1B;
  font-weight: normal;
}

.desc p {
  opacity: 0.85;
  margin-bottom: 0.75rem;
}

.desc strong {
  font-size: 1.3rem;
  line-height: 1.4rem;
  font-family: "Zilla Slab";
  color: #199FE3;
  font-weight: bold;
}

.banner-slide {
  background-color: #F9D235;
  padding: 2.5rem 0;
}

@media only screen and (max-width: 768px) {
  .banner-slide .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.banner-slide .image-left {
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .banner-slide .image-left {
    margin-top: 1rem;
  }
}

.banner-slide .image-left img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-slide .swiper-container {
  width: 100%;
  height: 16.5rem;
}

.banner-slide .swiper-pagination-bullet {
  background-color: #FFFFFF;
  opacity: 1;
}

.banner-slide .swiper-pagination-bullet-active {
  background-color: #1D1D1B;
}

.banner-slide .box-image {
  padding-top: 42%;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .banner-slide .box-image {
    padding-top: 60%;
  }
}

.banner-slide .box-image .image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.banner-slide .box-image .image img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro-home {
  padding: 2.5rem 0;
}

.intro-home .box-image {
  padding-right: 2.5rem;
}

@media only screen and (max-width: 768px) {
  .intro-home .box-image {
    padding-right: 0;
  }
}

.intro-home .box-image .box-item {
  margin-bottom: 1rem;
}

.intro-home .box-image .box-item .title {
  text-align: center;
}

.intro-home .box-image .box-item .image {
  margin-bottom: 0.5rem;
}

.intro-home .box-image .box-item .image img {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.intro-home .box-content .heading {
  font-size: 2.5rem;
  line-height: 3rem;
}

.intro-home .box-content .desc p {
  opacity: 0.85;
  margin-bottom: 0.75rem;
}

.intro-home .box-content .desc strong {
  font-size: 1.3rem;
  line-height: 1.4rem;
  font-family: "Zilla Slab";
  color: #199FE3;
  font-weight: bold;
}

.newsroom {
  padding: 2.5rem 0;
  border-top: 1px solid #F9D235;
}

.newsroom .heading {
  margin-bottom: 1.5rem;
}

.newsroom .box-content {
  margin: 0.5rem 0;
}

.newsroom .box-content .box-item {
  padding: 1.5rem 1rem;
  border: 2px solid #1D1D1B;
  height: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.newsroom .box-content .box-item .label {
  font-size: 1.1rem;
  line-height: 1.45rem;
  color: #199FE3;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}

.newsroom .box-content .box-item .desc {
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: normal;
  text-align: center;
  color: #1D1D1B;
}

.newsroom .box-content:first-child .box-item {
  border: 2px solid #26A0E0;
}

.newsroom .box-content:nth-child(2) .box-item {
  border: 2px solid #E21E7E;
}

.newsroom .box-content:nth-child(3) .box-item {
  border: 2px solid #F8D147;
}

.newsroom .box-content:nth-child(4) .box-item {
  border: 2px solid #707070;
}

.breadcrumbs-page {
  padding: 5.5rem 0;
  background-color: #F9D235;
}

.breadcrumbs-page .label {
  font-size: 3rem;
  line-height: 3rem;
  font-family: "Zilla Slab";
  font-weight: bold;
  text-align: center;
  color: #1D1D1B;
}

.about-info1 .box-image .box-item .image img {
  margin-bottom: 1.5rem;
}

.about-info1 .box-image .box-item .image img:last-child {
  margin-bottom: 0;
}

.about-info1 .box-image .box-item .image .title {
  font-family: "Comic Sans MS";
  font-style: italic;
}

.about-info2 {
  padding: 2rem 0;
}

.about-info2 .row {
  padding: 1.5rem 0;
}

.about-info2 .row-first .box-image {
  padding-right: 0;
  padding-left: 2.5rem;
}

@media only screen and (max-width: 768px) {
  .about-info2 .row-first .box-image {
    padding-left: 0;
  }
}

.about-info2 .box-image .box-item .image img {
  margin-bottom: 1.5rem;
}

.about-info2 .box-image .box-item .image img:last-child {
  margin-bottom: 0;
}

.about-info3 {
  padding: 2rem 0;
}

.about-info3 .box-image {
  margin: 1rem 0;
}

.about-info3 .box-content .image-text {
  max-width: 30rem;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.service-info1 .service-text {
  margin-bottom: 2rem;
}

.service-info1 .service-text .heading {
  margin-bottom: 0.5rem;
}

.service-info1 .box-image {
  padding-left: 2.5rem;
}

@media only screen and (max-width: 768px) {
  .service-info1 .box-image {
    padding-left: 0;
  }
}

.service-info1 .box-image .box-item .image img {
  margin-bottom: 1.5rem;
}

.service-info1 .box-image .box-item .image img:last-child {
  margin-bottom: 0;
}

.service-info2 .service-text .title b {
  text-decoration: underline;
}

.service-info2 .row {
  padding: 2rem 0;
}

.service-info2 .row-last .box-image {
  padding-right: 0;
  padding-left: 2.5rem;
}

@media only screen and (max-width: 768px) {
  .service-info2 .row-last .box-image {
    padding-left: 0;
  }
}

.service-info2 .box-image .box-item .image img {
  margin-bottom: 1.5rem;
}

.service-info2 .box-image .box-item .image img:last-child {
  margin-bottom: 0;
}

.contact-us .contact-top {
  padding: 2.5rem 0;
  background-color: #FFFFFF;
}

.contact-us .contact-top .contact-info {
  background-color: #F9D2350D;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  height: 100%;
  padding: 0.5rem 1.5rem;
}

@media only screen and (max-width: 768px) {
  .contact-us .contact-top .contact-info {
    margin-top: 1rem;
  }
}

.contact-us .contact-top .contact-info ul li {
  border-bottom: 1px solid #707070;
  padding: 0.75rem 0;
}

.contact-us .contact-top .contact-info ul li:last-child {
  border: 0;
}

.contact-us .contact-top .contact-info ul li h3 {
  color: #000000;
  font-family: "Zilla Slab";
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 2.3rem;
}

.contact-us .contact-top .contact-info ul li p {
  color: #707070;
  font-family: "DM Sans";
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.3rem;
  margin-bottom: 0;
}

.contact-us .maps {
  height: 100%;
}

.contact-us .maps iframe {
  width: 100%;
  height: 100%;
}

.contact-us .contact-form {
  padding: 2.5rem 0;
}

.contact-us .contact-form .contact-form_info {
  margin-bottom: 2rem;
}

.contact-us .contact-form form label {
  color: #000000;
  font-size: 1.1rem;
  line-height: 2.3rem;
  font-weight: 500;
  font-family: "Zilla Slab";
  margin-bottom: 0;
}

.contact-us .contact-form form input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #D7D5D0;
  color: #000000;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: normal;
  font-family: "DM Sans";
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 0.5rem 0;
}

.contact-us .contact-form form input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-us .contact-form form input::-webkit-input-placeholder {
  color: #707070;
  opacity: 0.3;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: normal;
  font-family: "DM Sans";
}

.contact-us .contact-form form input:-ms-input-placeholder {
  color: #707070;
  opacity: 0.3;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: normal;
  font-family: "DM Sans";
}

.contact-us .contact-form form input::-ms-input-placeholder {
  color: #707070;
  opacity: 0.3;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: normal;
  font-family: "DM Sans";
}

.contact-us .contact-form form input::placeholder {
  color: #707070;
  opacity: 0.3;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: normal;
  font-family: "DM Sans";
}

.contact-us .contact-form form textarea {
  background-color: #FFFFFF;
  border: 1px solid #1D1D1B;
  color: #000000;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: normal;
  font-family: "DM Sans";
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 0.75rem;
  max-height: 8rem;
}

.contact-us .contact-form form textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-us .contact-form form textarea::-webkit-input-placeholder {
  color: #707070;
  opacity: 0.3;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: normal;
  font-family: "DM Sans";
}

.contact-us .contact-form form textarea:-ms-input-placeholder {
  color: #707070;
  opacity: 0.3;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: normal;
  font-family: "DM Sans";
}

.contact-us .contact-form form textarea::-ms-input-placeholder {
  color: #707070;
  opacity: 0.3;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: normal;
  font-family: "DM Sans";
}

.contact-us .contact-form form textarea::placeholder {
  color: #707070;
  opacity: 0.3;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: normal;
  font-family: "DM Sans";
}

.contact-us .contact-form form .btn-wrap {
  margin-top: 1.5rem;
}

.contact-us .contact-form form .btn-wrap .btn {
  background-color: #F9D235;
  color: #1D1D1B;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: bold;
  font-family: "Zilla Slab";
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-bottom: 0;
  padding: 0.5rem 2rem;
}

form input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #707070;
  color: #707070;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: normal;
  font-family: "DM Sans";
}

form input ::-webkit-input-placeholder {
  color: #707070;
  opacity: 0.3;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: normal;
  font-family: "DM Sans";
}

form input :-ms-input-placeholder {
  color: #707070;
  opacity: 0.3;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: normal;
  font-family: "DM Sans";
}

form input ::-ms-input-placeholder {
  color: #707070;
  opacity: 0.3;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: normal;
  font-family: "DM Sans";
}

form input ::placeholder {
  color: #707070;
  opacity: 0.3;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: normal;
  font-family: "DM Sans";
}
/*# sourceMappingURL=main.css.map */