@charset "UTF-8";
/* Show active breakpoint in top right corner of viewport */
@import url("//fonts.googleapis.com/css?family=Comfortaa");
@import url("//fonts.googleapis.com/css?family=Comfortaa");
.bold {
  font-weight: bold;
}

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

/* flex用骨子 */
.flex-space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-space.align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.flex-space.align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-space.justify-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-space.justify-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

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

.flex-space.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 61.24em) {
  .flex-space {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.flex-space.col-2 > div, .flex-space.col-2 > li {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  max-width: 49%;
}

.flex-space.col-2 > div.width-auto, .flex-space.col-2 > li.width-auto {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  max-width: inherit;
}

@media (max-width: 61.24em) {
  .flex-space.col-2 > div, .flex-space.col-2 > li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .flex-space.col-2 > div.responsive-order-0, .flex-space.col-2 > li.responsive-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-space.col-2 > div.responsive-order-1, .flex-space.col-2 > li.responsive-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-space.col-2 > div.responsive-order-2, .flex-space.col-2 > li.responsive-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .flex-space.col-2 > div.responsive-order-3, .flex-space.col-2 > li.responsive-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .flex-space.col-2 > div.responsive-order-4, .flex-space.col-2 > li.responsive-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .flex-space.col-2 > div.responsive-order-5, .flex-space.col-2 > li.responsive-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .flex-space.col-2 > div.responsive-order-6, .flex-space.col-2 > li.responsive-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .flex-space.col-2 > div.responsive-order-7, .flex-space.col-2 > li.responsive-order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .flex-space.col-2 > div.responsive-order-8, .flex-space.col-2 > li.responsive-order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .flex-space.col-2 > div.responsive-order-9, .flex-space.col-2 > li.responsive-order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .flex-space.col-2 > div.responsive-order-10, .flex-space.col-2 > li.responsive-order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
}

.flex-space.col-3 > div, .flex-space.col-3 > li {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
  max-width: 32%;
}

.flex-space.col-3 > div.width-auto, .flex-space.col-3 > li.width-auto {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 61.24em) {
  .flex-space.col-3 > div, .flex-space.col-3 > li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .flex-space.col-3 > div.responsive-order-0, .flex-space.col-3 > li.responsive-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-space.col-3 > div.responsive-order-1, .flex-space.col-3 > li.responsive-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-space.col-3 > div.responsive-order-2, .flex-space.col-3 > li.responsive-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .flex-space.col-3 > div.responsive-order-3, .flex-space.col-3 > li.responsive-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .flex-space.col-3 > div.responsive-order-4, .flex-space.col-3 > li.responsive-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .flex-space.col-3 > div.responsive-order-5, .flex-space.col-3 > li.responsive-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .flex-space.col-3 > div.responsive-order-6, .flex-space.col-3 > li.responsive-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .flex-space.col-3 > div.responsive-order-7, .flex-space.col-3 > li.responsive-order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .flex-space.col-3 > div.responsive-order-8, .flex-space.col-3 > li.responsive-order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .flex-space.col-3 > div.responsive-order-9, .flex-space.col-3 > li.responsive-order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .flex-space.col-3 > div.responsive-order-10, .flex-space.col-3 > li.responsive-order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
}

.flex-space.col-4 > div, .flex-space.col-4 > li {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 24%;
  flex-basis: 24%;
  max-width: 24%;
}

.flex-space.col-4 > div.width-auto, .flex-space.col-4 > li.width-auto {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 61.24em) {
  .flex-space.col-4 > div, .flex-space.col-4 > li {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    max-width: 49%;
  }
  .flex-space.col-4 > div.responsive-order-0, .flex-space.col-4 > li.responsive-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-space.col-4 > div.responsive-order-1, .flex-space.col-4 > li.responsive-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-space.col-4 > div.responsive-order-2, .flex-space.col-4 > li.responsive-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .flex-space.col-4 > div.responsive-order-3, .flex-space.col-4 > li.responsive-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .flex-space.col-4 > div.responsive-order-4, .flex-space.col-4 > li.responsive-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .flex-space.col-4 > div.responsive-order-5, .flex-space.col-4 > li.responsive-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .flex-space.col-4 > div.responsive-order-6, .flex-space.col-4 > li.responsive-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .flex-space.col-4 > div.responsive-order-7, .flex-space.col-4 > li.responsive-order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .flex-space.col-4 > div.responsive-order-8, .flex-space.col-4 > li.responsive-order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .flex-space.col-4 > div.responsive-order-9, .flex-space.col-4 > li.responsive-order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .flex-space.col-4 > div.responsive-order-10, .flex-space.col-4 > li.responsive-order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
}

@media (max-width: 47.9275em) {
  .flex-space.col-4 > div, .flex-space.col-4 > li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .flex-space.col-4 > div.responsive-order-0, .flex-space.col-4 > li.responsive-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-space.col-4 > div.responsive-order-1, .flex-space.col-4 > li.responsive-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-space.col-4 > div.responsive-order-2, .flex-space.col-4 > li.responsive-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .flex-space.col-4 > div.responsive-order-3, .flex-space.col-4 > li.responsive-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .flex-space.col-4 > div.responsive-order-4, .flex-space.col-4 > li.responsive-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .flex-space.col-4 > div.responsive-order-5, .flex-space.col-4 > li.responsive-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .flex-space.col-4 > div.responsive-order-6, .flex-space.col-4 > li.responsive-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .flex-space.col-4 > div.responsive-order-7, .flex-space.col-4 > li.responsive-order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .flex-space.col-4 > div.responsive-order-8, .flex-space.col-4 > li.responsive-order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .flex-space.col-4 > div.responsive-order-9, .flex-space.col-4 > li.responsive-order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .flex-space.col-4 > div.responsive-order-10, .flex-space.col-4 > li.responsive-order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
}

.flex-space.col-4_tablet-col-2 > div, .flex-space.col-4_tablet-col-2 > li {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 24%;
  flex-basis: 24%;
  max-width: 24%;
}

.flex-space.col-4_tablet-col-2 > div.width-auto, .flex-space.col-4_tablet-col-2 > li.width-auto {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: inherit;
}

@media (max-width: 61.24em) {
  .flex-space.col-4_tablet-col-2 > div, .flex-space.col-4_tablet-col-2 > li {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    max-width: 49%;
  }
  .flex-space.col-4_tablet-col-2 > div.responsive-order-0, .flex-space.col-4_tablet-col-2 > li.responsive-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-space.col-4_tablet-col-2 > div.responsive-order-1, .flex-space.col-4_tablet-col-2 > li.responsive-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-space.col-4_tablet-col-2 > div.responsive-order-2, .flex-space.col-4_tablet-col-2 > li.responsive-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .flex-space.col-4_tablet-col-2 > div.responsive-order-3, .flex-space.col-4_tablet-col-2 > li.responsive-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .flex-space.col-4_tablet-col-2 > div.responsive-order-4, .flex-space.col-4_tablet-col-2 > li.responsive-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .flex-space.col-4_tablet-col-2 > div.responsive-order-5, .flex-space.col-4_tablet-col-2 > li.responsive-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .flex-space.col-4_tablet-col-2 > div.responsive-order-6, .flex-space.col-4_tablet-col-2 > li.responsive-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .flex-space.col-4_tablet-col-2 > div.responsive-order-7, .flex-space.col-4_tablet-col-2 > li.responsive-order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .flex-space.col-4_tablet-col-2 > div.responsive-order-8, .flex-space.col-4_tablet-col-2 > li.responsive-order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .flex-space.col-4_tablet-col-2 > div.responsive-order-9, .flex-space.col-4_tablet-col-2 > li.responsive-order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .flex-space.col-4_tablet-col-2 > div.responsive-order-10, .flex-space.col-4_tablet-col-2 > li.responsive-order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
}

.flex-space.col-8_tablet-col-4 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-space.col-8_tablet-col-4 > div, .flex-space.col-8_tablet-col-4 > li {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 12.4%;
  flex-basis: 12.4%;
  max-width: 12.4%;
}

.flex-space.col-8_tablet-col-4 > div.width-auto, .flex-space.col-8_tablet-col-4 > li.width-auto {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 61.24em) {
  .flex-space.col-8_tablet-col-4 > div, .flex-space.col-8_tablet-col-4 > li {
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
    max-width: 24%;
  }
  .flex-space.col-8_tablet-col-4 > div.responsive-order-0, .flex-space.col-8_tablet-col-4 > li.responsive-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-space.col-8_tablet-col-4 > div.responsive-order-1, .flex-space.col-8_tablet-col-4 > li.responsive-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-space.col-8_tablet-col-4 > div.responsive-order-2, .flex-space.col-8_tablet-col-4 > li.responsive-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .flex-space.col-8_tablet-col-4 > div.responsive-order-3, .flex-space.col-8_tablet-col-4 > li.responsive-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .flex-space.col-8_tablet-col-4 > div.responsive-order-4, .flex-space.col-8_tablet-col-4 > li.responsive-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .flex-space.col-8_tablet-col-4 > div.responsive-order-5, .flex-space.col-8_tablet-col-4 > li.responsive-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .flex-space.col-8_tablet-col-4 > div.responsive-order-6, .flex-space.col-8_tablet-col-4 > li.responsive-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .flex-space.col-8_tablet-col-4 > div.responsive-order-7, .flex-space.col-8_tablet-col-4 > li.responsive-order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .flex-space.col-8_tablet-col-4 > div.responsive-order-8, .flex-space.col-8_tablet-col-4 > li.responsive-order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .flex-space.col-8_tablet-col-4 > div.responsive-order-9, .flex-space.col-8_tablet-col-4 > li.responsive-order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .flex-space.col-8_tablet-col-4 > div.responsive-order-10, .flex-space.col-8_tablet-col-4 > li.responsive-order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
}

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

.flex-space-tablet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (max-width: 39.99em) {
  .flex-space-tablet {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.flex-space-tablet.col-2 > div {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}

@media (max-width: 39.99em) {
  .flex-space-tablet.col-2 > div {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.flex-space-tablet.col-3 > div {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
}

@media (max-width: 39.99em) {
  .flex-space-tablet.col-3 > div {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.flex-space-tablet.col-4 > div {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 24%;
  flex-basis: 24%;
}

@media (max-width: 39.99em) {
  .flex-space-tablet.col-4 > div {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
}

@media (max-width: 23.49em) {
  .flex-space-tablet.col-4 > div {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

/* columns */
.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media (max-width: 39.99em) {
  .columns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.columns .col-space {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.columns .col-space.col-2 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

@media (max-width: 39.99em) {
  .columns .col-space.col-2 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.columns .col-space.col-3 {
  -ms-flex-preferred-size: 33.3%;
  flex-basis: 33.3%;
}

@media (max-width: 39.99em) {
  .columns .col-space.col-3 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.columns .col-space.col-4 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

@media (max-width: 39.99em) {
  .columns .col-space.col-4 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.columns .col-space.col-5 {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

@media (max-width: 39.99em) {
  .columns .col-space.col-5 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.columns .col-space .col-item {
  padding: 1rem;
  word-break: break-all;
  height: 100%;
}

@media (max-width: 39.99em) {
  .columns .col-space .col-item {
    padding: 0;
  }
}

.wd-rem0 {
  width: 0rem;
}

.wd-rem0-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem0-responsive {
    width: 0rem;
  }
}

.wd-em0 {
  width: 0rem;
}

.wd-em0-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em0-responsive {
    width: 0rem;
  }
}

.ht-rem0-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem0-responsive {
    height: 0rem;
  }
}

.ht-rem0-under-desktop {
  height: 100%;
}

.ht-rem0-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem0-under-desktop {
    height: 0rem;
  }
}

.ht-rem0 {
  height: 0rem;
}

.mt-rem0-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem0-responsive {
    margin-top: 0rem;
  }
}

.mt-rem0 {
  margin-top: 0rem;
}

.mr-rem0-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem0-responsive {
    margin-right: 0rem;
  }
}

.mr-rem0 {
  margin-right: 0rem;
}

.ml-rem0-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem0-responsive {
    margin-left: 0rem;
  }
}

.ml-rem0 {
  margin-left: 0rem;
}

.mb-rem0-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem0-responsive {
    margin-bottom: 0rem;
  }
}

.mb-rem0 {
  margin-bottom: 0rem;
}

.pt-rem0-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem0-responsive {
    padding-top: 0rem;
  }
}

.pt-rem0 {
  padding-top: 0rem;
}

.pr-rem0-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem0-responsive {
    padding-right: 0rem;
  }
}

.pr-rem0 {
  padding-right: 0rem;
}

.pl-rem0-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem0-responsive {
    padding-left: 0rem;
  }
}

.pl-rem0 {
  padding-left: 0rem;
}

.pb-rem0-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem0-responsive {
    padding-bottom: 0rem;
  }
}

.pb-rem0 {
  padding-bottom: 0rem;
}

@media (max-width: 23.49em) {
  .mt-rem0-spn {
    margin-top: 0rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem0-spn {
    margin-top: 0rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem0-spn {
    margin-bottom: 0rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem0-spn {
    margin-left: 0rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem0-spn {
    margin-right: 0rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem0-spn {
    padding-top: 0rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem0-spn {
    padding-bottom: 0rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem0-spn {
    padding-left: 0rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem0-spn {
    padding-right: 0rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem0-tablet-h {
    margin-top: 0rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem0-tablet-h {
    margin-top: 0rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem0-tablet-h {
    margin-bottom: 0rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem0-tablet-h {
    margin-left: 0rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem0-tablet-h {
    margin-right: 0rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem0-tablet-h {
    padding-top: 0rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem0-tablet-h {
    padding-bottom: 0rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem0-tablet-h {
    padding-left: 0rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem0-tablet-h {
    padding-right: 0rem;
  }
}

.wd-rem1 {
  width: 1rem;
}

.wd-rem1-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem1-responsive {
    width: 1rem;
  }
}

.wd-em1 {
  width: 1rem;
}

.wd-em1-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em1-responsive {
    width: 1rem;
  }
}

.ht-rem1-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem1-responsive {
    height: 1rem;
  }
}

.ht-rem1-under-desktop {
  height: 100%;
}

.ht-rem1-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem1-under-desktop {
    height: 1rem;
  }
}

.ht-rem1 {
  height: 1rem;
}

.mt-rem1-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem1-responsive {
    margin-top: 1rem;
  }
}

.mt-rem1 {
  margin-top: 1rem;
}

.mr-rem1-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem1-responsive {
    margin-right: 1rem;
  }
}

.mr-rem1 {
  margin-right: 1rem;
}

.ml-rem1-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem1-responsive {
    margin-left: 1rem;
  }
}

.ml-rem1 {
  margin-left: 1rem;
}

.mb-rem1-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem1-responsive {
    margin-bottom: 1rem;
  }
}

.mb-rem1 {
  margin-bottom: 1rem;
}

.pt-rem1-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem1-responsive {
    padding-top: 1rem;
  }
}

.pt-rem1 {
  padding-top: 1rem;
}

.pr-rem1-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem1-responsive {
    padding-right: 1rem;
  }
}

.pr-rem1 {
  padding-right: 1rem;
}

.pl-rem1-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem1-responsive {
    padding-left: 1rem;
  }
}

.pl-rem1 {
  padding-left: 1rem;
}

.pb-rem1-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem1-responsive {
    padding-bottom: 1rem;
  }
}

.pb-rem1 {
  padding-bottom: 1rem;
}

@media (max-width: 23.49em) {
  .mt-rem1-spn {
    margin-top: 1rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem1-spn {
    margin-top: 1rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem1-spn {
    margin-bottom: 1rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem1-spn {
    margin-left: 1rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem1-spn {
    margin-right: 1rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem1-spn {
    padding-top: 1rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem1-spn {
    padding-bottom: 1rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem1-spn {
    padding-left: 1rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem1-spn {
    padding-right: 1rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem1-tablet-h {
    margin-top: 1rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem1-tablet-h {
    margin-top: 1rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem1-tablet-h {
    margin-bottom: 1rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem1-tablet-h {
    margin-left: 1rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem1-tablet-h {
    margin-right: 1rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem1-tablet-h {
    padding-top: 1rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem1-tablet-h {
    padding-bottom: 1rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem1-tablet-h {
    padding-left: 1rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem1-tablet-h {
    padding-right: 1rem;
  }
}

.wd-rem2 {
  width: 2rem;
}

.wd-rem2-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem2-responsive {
    width: 2rem;
  }
}

.wd-em2 {
  width: 2rem;
}

.wd-em2-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em2-responsive {
    width: 2rem;
  }
}

.ht-rem2-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem2-responsive {
    height: 2rem;
  }
}

.ht-rem2-under-desktop {
  height: 100%;
}

.ht-rem2-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem2-under-desktop {
    height: 2rem;
  }
}

.ht-rem2 {
  height: 2rem;
}

.mt-rem2-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem2-responsive {
    margin-top: 2rem;
  }
}

.mt-rem2 {
  margin-top: 2rem;
}

.mr-rem2-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem2-responsive {
    margin-right: 2rem;
  }
}

.mr-rem2 {
  margin-right: 2rem;
}

.ml-rem2-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem2-responsive {
    margin-left: 2rem;
  }
}

.ml-rem2 {
  margin-left: 2rem;
}

.mb-rem2-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem2-responsive {
    margin-bottom: 2rem;
  }
}

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

.pt-rem2-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem2-responsive {
    padding-top: 2rem;
  }
}

.pt-rem2 {
  padding-top: 2rem;
}

.pr-rem2-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem2-responsive {
    padding-right: 2rem;
  }
}

.pr-rem2 {
  padding-right: 2rem;
}

.pl-rem2-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem2-responsive {
    padding-left: 2rem;
  }
}

.pl-rem2 {
  padding-left: 2rem;
}

.pb-rem2-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem2-responsive {
    padding-bottom: 2rem;
  }
}

.pb-rem2 {
  padding-bottom: 2rem;
}

@media (max-width: 23.49em) {
  .mt-rem2-spn {
    margin-top: 2rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem2-spn {
    margin-top: 2rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem2-spn {
    margin-bottom: 2rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem2-spn {
    margin-left: 2rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem2-spn {
    margin-right: 2rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem2-spn {
    padding-top: 2rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem2-spn {
    padding-bottom: 2rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem2-spn {
    padding-left: 2rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem2-spn {
    padding-right: 2rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem2-tablet-h {
    margin-top: 2rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem2-tablet-h {
    margin-top: 2rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem2-tablet-h {
    margin-bottom: 2rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem2-tablet-h {
    margin-left: 2rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem2-tablet-h {
    margin-right: 2rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem2-tablet-h {
    padding-top: 2rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem2-tablet-h {
    padding-bottom: 2rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem2-tablet-h {
    padding-left: 2rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem2-tablet-h {
    padding-right: 2rem;
  }
}

.wd-rem3 {
  width: 3rem;
}

.wd-rem3-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem3-responsive {
    width: 3rem;
  }
}

.wd-em3 {
  width: 3rem;
}

.wd-em3-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em3-responsive {
    width: 3rem;
  }
}

.ht-rem3-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem3-responsive {
    height: 3rem;
  }
}

.ht-rem3-under-desktop {
  height: 100%;
}

.ht-rem3-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem3-under-desktop {
    height: 3rem;
  }
}

.ht-rem3 {
  height: 3rem;
}

.mt-rem3-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem3-responsive {
    margin-top: 3rem;
  }
}

.mt-rem3 {
  margin-top: 3rem;
}

.mr-rem3-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem3-responsive {
    margin-right: 3rem;
  }
}

.mr-rem3 {
  margin-right: 3rem;
}

.ml-rem3-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem3-responsive {
    margin-left: 3rem;
  }
}

.ml-rem3 {
  margin-left: 3rem;
}

.mb-rem3-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem3-responsive {
    margin-bottom: 3rem;
  }
}

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

.pt-rem3-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem3-responsive {
    padding-top: 3rem;
  }
}

.pt-rem3 {
  padding-top: 3rem;
}

.pr-rem3-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem3-responsive {
    padding-right: 3rem;
  }
}

.pr-rem3 {
  padding-right: 3rem;
}

.pl-rem3-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem3-responsive {
    padding-left: 3rem;
  }
}

.pl-rem3 {
  padding-left: 3rem;
}

.pb-rem3-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem3-responsive {
    padding-bottom: 3rem;
  }
}

.pb-rem3 {
  padding-bottom: 3rem;
}

@media (max-width: 23.49em) {
  .mt-rem3-spn {
    margin-top: 3rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem3-spn {
    margin-top: 3rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem3-spn {
    margin-bottom: 3rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem3-spn {
    margin-left: 3rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem3-spn {
    margin-right: 3rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem3-spn {
    padding-top: 3rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem3-spn {
    padding-bottom: 3rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem3-spn {
    padding-left: 3rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem3-spn {
    padding-right: 3rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem3-tablet-h {
    margin-top: 3rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem3-tablet-h {
    margin-top: 3rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem3-tablet-h {
    margin-bottom: 3rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem3-tablet-h {
    margin-left: 3rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem3-tablet-h {
    margin-right: 3rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem3-tablet-h {
    padding-top: 3rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem3-tablet-h {
    padding-bottom: 3rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem3-tablet-h {
    padding-left: 3rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem3-tablet-h {
    padding-right: 3rem;
  }
}

.wd-rem4 {
  width: 4rem;
}

.wd-rem4-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem4-responsive {
    width: 4rem;
  }
}

.wd-em4 {
  width: 4rem;
}

.wd-em4-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em4-responsive {
    width: 4rem;
  }
}

.ht-rem4-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem4-responsive {
    height: 4rem;
  }
}

.ht-rem4-under-desktop {
  height: 100%;
}

.ht-rem4-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem4-under-desktop {
    height: 4rem;
  }
}

.ht-rem4 {
  height: 4rem;
}

.mt-rem4-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem4-responsive {
    margin-top: 4rem;
  }
}

.mt-rem4 {
  margin-top: 4rem;
}

.mr-rem4-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem4-responsive {
    margin-right: 4rem;
  }
}

.mr-rem4 {
  margin-right: 4rem;
}

.ml-rem4-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem4-responsive {
    margin-left: 4rem;
  }
}

.ml-rem4 {
  margin-left: 4rem;
}

.mb-rem4-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem4-responsive {
    margin-bottom: 4rem;
  }
}

.mb-rem4 {
  margin-bottom: 4rem;
}

.pt-rem4-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem4-responsive {
    padding-top: 4rem;
  }
}

.pt-rem4 {
  padding-top: 4rem;
}

.pr-rem4-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem4-responsive {
    padding-right: 4rem;
  }
}

.pr-rem4 {
  padding-right: 4rem;
}

.pl-rem4-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem4-responsive {
    padding-left: 4rem;
  }
}

.pl-rem4 {
  padding-left: 4rem;
}

.pb-rem4-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem4-responsive {
    padding-bottom: 4rem;
  }
}

.pb-rem4 {
  padding-bottom: 4rem;
}

@media (max-width: 23.49em) {
  .mt-rem4-spn {
    margin-top: 4rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem4-spn {
    margin-top: 4rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem4-spn {
    margin-bottom: 4rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem4-spn {
    margin-left: 4rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem4-spn {
    margin-right: 4rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem4-spn {
    padding-top: 4rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem4-spn {
    padding-bottom: 4rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem4-spn {
    padding-left: 4rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem4-spn {
    padding-right: 4rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem4-tablet-h {
    margin-top: 4rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem4-tablet-h {
    margin-top: 4rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem4-tablet-h {
    margin-bottom: 4rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem4-tablet-h {
    margin-left: 4rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem4-tablet-h {
    margin-right: 4rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem4-tablet-h {
    padding-top: 4rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem4-tablet-h {
    padding-bottom: 4rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem4-tablet-h {
    padding-left: 4rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem4-tablet-h {
    padding-right: 4rem;
  }
}

.wd-rem5 {
  width: 5rem;
}

.wd-rem5-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem5-responsive {
    width: 5rem;
  }
}

.wd-em5 {
  width: 5rem;
}

.wd-em5-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em5-responsive {
    width: 5rem;
  }
}

.ht-rem5-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem5-responsive {
    height: 5rem;
  }
}

.ht-rem5-under-desktop {
  height: 100%;
}

.ht-rem5-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem5-under-desktop {
    height: 5rem;
  }
}

.ht-rem5 {
  height: 5rem;
}

.mt-rem5-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem5-responsive {
    margin-top: 5rem;
  }
}

.mt-rem5 {
  margin-top: 5rem;
}

.mr-rem5-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem5-responsive {
    margin-right: 5rem;
  }
}

.mr-rem5 {
  margin-right: 5rem;
}

.ml-rem5-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem5-responsive {
    margin-left: 5rem;
  }
}

.ml-rem5 {
  margin-left: 5rem;
}

.mb-rem5-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem5-responsive {
    margin-bottom: 5rem;
  }
}

.mb-rem5 {
  margin-bottom: 5rem;
}

.pt-rem5-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem5-responsive {
    padding-top: 5rem;
  }
}

.pt-rem5 {
  padding-top: 5rem;
}

.pr-rem5-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem5-responsive {
    padding-right: 5rem;
  }
}

.pr-rem5 {
  padding-right: 5rem;
}

.pl-rem5-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem5-responsive {
    padding-left: 5rem;
  }
}

.pl-rem5 {
  padding-left: 5rem;
}

.pb-rem5-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem5-responsive {
    padding-bottom: 5rem;
  }
}

.pb-rem5 {
  padding-bottom: 5rem;
}

@media (max-width: 23.49em) {
  .mt-rem5-spn {
    margin-top: 5rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem5-spn {
    margin-top: 5rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem5-spn {
    margin-bottom: 5rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem5-spn {
    margin-left: 5rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem5-spn {
    margin-right: 5rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem5-spn {
    padding-top: 5rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem5-spn {
    padding-bottom: 5rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem5-spn {
    padding-left: 5rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem5-spn {
    padding-right: 5rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem5-tablet-h {
    margin-top: 5rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem5-tablet-h {
    margin-top: 5rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem5-tablet-h {
    margin-bottom: 5rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem5-tablet-h {
    margin-left: 5rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem5-tablet-h {
    margin-right: 5rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem5-tablet-h {
    padding-top: 5rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem5-tablet-h {
    padding-bottom: 5rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem5-tablet-h {
    padding-left: 5rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem5-tablet-h {
    padding-right: 5rem;
  }
}

.wd-rem6 {
  width: 6rem;
}

.wd-rem6-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem6-responsive {
    width: 6rem;
  }
}

.wd-em6 {
  width: 6rem;
}

.wd-em6-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em6-responsive {
    width: 6rem;
  }
}

.ht-rem6-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem6-responsive {
    height: 6rem;
  }
}

.ht-rem6-under-desktop {
  height: 100%;
}

.ht-rem6-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem6-under-desktop {
    height: 6rem;
  }
}

.ht-rem6 {
  height: 6rem;
}

.mt-rem6-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem6-responsive {
    margin-top: 6rem;
  }
}

.mt-rem6 {
  margin-top: 6rem;
}

.mr-rem6-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem6-responsive {
    margin-right: 6rem;
  }
}

.mr-rem6 {
  margin-right: 6rem;
}

.ml-rem6-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem6-responsive {
    margin-left: 6rem;
  }
}

.ml-rem6 {
  margin-left: 6rem;
}

.mb-rem6-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem6-responsive {
    margin-bottom: 6rem;
  }
}

.mb-rem6 {
  margin-bottom: 6rem;
}

.pt-rem6-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem6-responsive {
    padding-top: 6rem;
  }
}

.pt-rem6 {
  padding-top: 6rem;
}

.pr-rem6-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem6-responsive {
    padding-right: 6rem;
  }
}

.pr-rem6 {
  padding-right: 6rem;
}

.pl-rem6-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem6-responsive {
    padding-left: 6rem;
  }
}

.pl-rem6 {
  padding-left: 6rem;
}

.pb-rem6-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem6-responsive {
    padding-bottom: 6rem;
  }
}

.pb-rem6 {
  padding-bottom: 6rem;
}

@media (max-width: 23.49em) {
  .mt-rem6-spn {
    margin-top: 6rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem6-spn {
    margin-top: 6rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem6-spn {
    margin-bottom: 6rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem6-spn {
    margin-left: 6rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem6-spn {
    margin-right: 6rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem6-spn {
    padding-top: 6rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem6-spn {
    padding-bottom: 6rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem6-spn {
    padding-left: 6rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem6-spn {
    padding-right: 6rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem6-tablet-h {
    margin-top: 6rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem6-tablet-h {
    margin-top: 6rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem6-tablet-h {
    margin-bottom: 6rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem6-tablet-h {
    margin-left: 6rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem6-tablet-h {
    margin-right: 6rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem6-tablet-h {
    padding-top: 6rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem6-tablet-h {
    padding-bottom: 6rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem6-tablet-h {
    padding-left: 6rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem6-tablet-h {
    padding-right: 6rem;
  }
}

.wd-rem7 {
  width: 7rem;
}

.wd-rem7-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem7-responsive {
    width: 7rem;
  }
}

.wd-em7 {
  width: 7rem;
}

.wd-em7-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em7-responsive {
    width: 7rem;
  }
}

.ht-rem7-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem7-responsive {
    height: 7rem;
  }
}

.ht-rem7-under-desktop {
  height: 100%;
}

.ht-rem7-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem7-under-desktop {
    height: 7rem;
  }
}

.ht-rem7 {
  height: 7rem;
}

.mt-rem7-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem7-responsive {
    margin-top: 7rem;
  }
}

.mt-rem7 {
  margin-top: 7rem;
}

.mr-rem7-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem7-responsive {
    margin-right: 7rem;
  }
}

.mr-rem7 {
  margin-right: 7rem;
}

.ml-rem7-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem7-responsive {
    margin-left: 7rem;
  }
}

.ml-rem7 {
  margin-left: 7rem;
}

.mb-rem7-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem7-responsive {
    margin-bottom: 7rem;
  }
}

.mb-rem7 {
  margin-bottom: 7rem;
}

.pt-rem7-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem7-responsive {
    padding-top: 7rem;
  }
}

.pt-rem7 {
  padding-top: 7rem;
}

.pr-rem7-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem7-responsive {
    padding-right: 7rem;
  }
}

.pr-rem7 {
  padding-right: 7rem;
}

.pl-rem7-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem7-responsive {
    padding-left: 7rem;
  }
}

.pl-rem7 {
  padding-left: 7rem;
}

.pb-rem7-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem7-responsive {
    padding-bottom: 7rem;
  }
}

.pb-rem7 {
  padding-bottom: 7rem;
}

@media (max-width: 23.49em) {
  .mt-rem7-spn {
    margin-top: 7rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem7-spn {
    margin-top: 7rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem7-spn {
    margin-bottom: 7rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem7-spn {
    margin-left: 7rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem7-spn {
    margin-right: 7rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem7-spn {
    padding-top: 7rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem7-spn {
    padding-bottom: 7rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem7-spn {
    padding-left: 7rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem7-spn {
    padding-right: 7rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem7-tablet-h {
    margin-top: 7rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem7-tablet-h {
    margin-top: 7rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem7-tablet-h {
    margin-bottom: 7rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem7-tablet-h {
    margin-left: 7rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem7-tablet-h {
    margin-right: 7rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem7-tablet-h {
    padding-top: 7rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem7-tablet-h {
    padding-bottom: 7rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem7-tablet-h {
    padding-left: 7rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem7-tablet-h {
    padding-right: 7rem;
  }
}

.wd-rem8 {
  width: 8rem;
}

.wd-rem8-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem8-responsive {
    width: 8rem;
  }
}

.wd-em8 {
  width: 8rem;
}

.wd-em8-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em8-responsive {
    width: 8rem;
  }
}

.ht-rem8-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem8-responsive {
    height: 8rem;
  }
}

.ht-rem8-under-desktop {
  height: 100%;
}

.ht-rem8-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem8-under-desktop {
    height: 8rem;
  }
}

.ht-rem8 {
  height: 8rem;
}

.mt-rem8-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem8-responsive {
    margin-top: 8rem;
  }
}

.mt-rem8 {
  margin-top: 8rem;
}

.mr-rem8-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem8-responsive {
    margin-right: 8rem;
  }
}

.mr-rem8 {
  margin-right: 8rem;
}

.ml-rem8-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem8-responsive {
    margin-left: 8rem;
  }
}

.ml-rem8 {
  margin-left: 8rem;
}

.mb-rem8-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem8-responsive {
    margin-bottom: 8rem;
  }
}

.mb-rem8 {
  margin-bottom: 8rem;
}

.pt-rem8-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem8-responsive {
    padding-top: 8rem;
  }
}

.pt-rem8 {
  padding-top: 8rem;
}

.pr-rem8-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem8-responsive {
    padding-right: 8rem;
  }
}

.pr-rem8 {
  padding-right: 8rem;
}

.pl-rem8-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem8-responsive {
    padding-left: 8rem;
  }
}

.pl-rem8 {
  padding-left: 8rem;
}

.pb-rem8-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem8-responsive {
    padding-bottom: 8rem;
  }
}

.pb-rem8 {
  padding-bottom: 8rem;
}

@media (max-width: 23.49em) {
  .mt-rem8-spn {
    margin-top: 8rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem8-spn {
    margin-top: 8rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem8-spn {
    margin-bottom: 8rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem8-spn {
    margin-left: 8rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem8-spn {
    margin-right: 8rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem8-spn {
    padding-top: 8rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem8-spn {
    padding-bottom: 8rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem8-spn {
    padding-left: 8rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem8-spn {
    padding-right: 8rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem8-tablet-h {
    margin-top: 8rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem8-tablet-h {
    margin-top: 8rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem8-tablet-h {
    margin-bottom: 8rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem8-tablet-h {
    margin-left: 8rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem8-tablet-h {
    margin-right: 8rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem8-tablet-h {
    padding-top: 8rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem8-tablet-h {
    padding-bottom: 8rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem8-tablet-h {
    padding-left: 8rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem8-tablet-h {
    padding-right: 8rem;
  }
}

.wd-rem9 {
  width: 9rem;
}

.wd-rem9-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem9-responsive {
    width: 9rem;
  }
}

.wd-em9 {
  width: 9rem;
}

.wd-em9-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em9-responsive {
    width: 9rem;
  }
}

.ht-rem9-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem9-responsive {
    height: 9rem;
  }
}

.ht-rem9-under-desktop {
  height: 100%;
}

.ht-rem9-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem9-under-desktop {
    height: 9rem;
  }
}

.ht-rem9 {
  height: 9rem;
}

.mt-rem9-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem9-responsive {
    margin-top: 9rem;
  }
}

.mt-rem9 {
  margin-top: 9rem;
}

.mr-rem9-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem9-responsive {
    margin-right: 9rem;
  }
}

.mr-rem9 {
  margin-right: 9rem;
}

.ml-rem9-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem9-responsive {
    margin-left: 9rem;
  }
}

.ml-rem9 {
  margin-left: 9rem;
}

.mb-rem9-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem9-responsive {
    margin-bottom: 9rem;
  }
}

.mb-rem9 {
  margin-bottom: 9rem;
}

.pt-rem9-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem9-responsive {
    padding-top: 9rem;
  }
}

.pt-rem9 {
  padding-top: 9rem;
}

.pr-rem9-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem9-responsive {
    padding-right: 9rem;
  }
}

.pr-rem9 {
  padding-right: 9rem;
}

.pl-rem9-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem9-responsive {
    padding-left: 9rem;
  }
}

.pl-rem9 {
  padding-left: 9rem;
}

.pb-rem9-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem9-responsive {
    padding-bottom: 9rem;
  }
}

.pb-rem9 {
  padding-bottom: 9rem;
}

@media (max-width: 23.49em) {
  .mt-rem9-spn {
    margin-top: 9rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem9-spn {
    margin-top: 9rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem9-spn {
    margin-bottom: 9rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem9-spn {
    margin-left: 9rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem9-spn {
    margin-right: 9rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem9-spn {
    padding-top: 9rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem9-spn {
    padding-bottom: 9rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem9-spn {
    padding-left: 9rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem9-spn {
    padding-right: 9rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem9-tablet-h {
    margin-top: 9rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem9-tablet-h {
    margin-top: 9rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem9-tablet-h {
    margin-bottom: 9rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem9-tablet-h {
    margin-left: 9rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem9-tablet-h {
    margin-right: 9rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem9-tablet-h {
    padding-top: 9rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem9-tablet-h {
    padding-bottom: 9rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem9-tablet-h {
    padding-left: 9rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem9-tablet-h {
    padding-right: 9rem;
  }
}

.wd-rem10 {
  width: 10rem;
}

.wd-rem10-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem10-responsive {
    width: 10rem;
  }
}

.wd-em10 {
  width: 10rem;
}

.wd-em10-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em10-responsive {
    width: 10rem;
  }
}

.ht-rem10-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem10-responsive {
    height: 10rem;
  }
}

.ht-rem10-under-desktop {
  height: 100%;
}

.ht-rem10-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem10-under-desktop {
    height: 10rem;
  }
}

.ht-rem10 {
  height: 10rem;
}

.mt-rem10-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem10-responsive {
    margin-top: 10rem;
  }
}

.mt-rem10 {
  margin-top: 10rem;
}

.mr-rem10-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem10-responsive {
    margin-right: 10rem;
  }
}

.mr-rem10 {
  margin-right: 10rem;
}

.ml-rem10-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem10-responsive {
    margin-left: 10rem;
  }
}

.ml-rem10 {
  margin-left: 10rem;
}

.mb-rem10-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem10-responsive {
    margin-bottom: 10rem;
  }
}

.mb-rem10 {
  margin-bottom: 10rem;
}

.pt-rem10-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem10-responsive {
    padding-top: 10rem;
  }
}

.pt-rem10 {
  padding-top: 10rem;
}

.pr-rem10-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem10-responsive {
    padding-right: 10rem;
  }
}

.pr-rem10 {
  padding-right: 10rem;
}

.pl-rem10-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem10-responsive {
    padding-left: 10rem;
  }
}

.pl-rem10 {
  padding-left: 10rem;
}

.pb-rem10-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem10-responsive {
    padding-bottom: 10rem;
  }
}

.pb-rem10 {
  padding-bottom: 10rem;
}

@media (max-width: 23.49em) {
  .mt-rem10-spn {
    margin-top: 10rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem10-spn {
    margin-top: 10rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem10-spn {
    margin-bottom: 10rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem10-spn {
    margin-left: 10rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem10-spn {
    margin-right: 10rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem10-spn {
    padding-top: 10rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem10-spn {
    padding-bottom: 10rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem10-spn {
    padding-left: 10rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem10-spn {
    padding-right: 10rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem10-tablet-h {
    margin-top: 10rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem10-tablet-h {
    margin-top: 10rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem10-tablet-h {
    margin-bottom: 10rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem10-tablet-h {
    margin-left: 10rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem10-tablet-h {
    margin-right: 10rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem10-tablet-h {
    padding-top: 10rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem10-tablet-h {
    padding-bottom: 10rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem10-tablet-h {
    padding-left: 10rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem10-tablet-h {
    padding-right: 10rem;
  }
}

.wd-rem11 {
  width: 11rem;
}

.wd-rem11-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem11-responsive {
    width: 11rem;
  }
}

.wd-em11 {
  width: 11rem;
}

.wd-em11-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em11-responsive {
    width: 11rem;
  }
}

.ht-rem11-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem11-responsive {
    height: 11rem;
  }
}

.ht-rem11-under-desktop {
  height: 100%;
}

.ht-rem11-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem11-under-desktop {
    height: 11rem;
  }
}

.ht-rem11 {
  height: 11rem;
}

.mt-rem11-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem11-responsive {
    margin-top: 11rem;
  }
}

.mt-rem11 {
  margin-top: 11rem;
}

.mr-rem11-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem11-responsive {
    margin-right: 11rem;
  }
}

.mr-rem11 {
  margin-right: 11rem;
}

.ml-rem11-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem11-responsive {
    margin-left: 11rem;
  }
}

.ml-rem11 {
  margin-left: 11rem;
}

.mb-rem11-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem11-responsive {
    margin-bottom: 11rem;
  }
}

.mb-rem11 {
  margin-bottom: 11rem;
}

.pt-rem11-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem11-responsive {
    padding-top: 11rem;
  }
}

.pt-rem11 {
  padding-top: 11rem;
}

.pr-rem11-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem11-responsive {
    padding-right: 11rem;
  }
}

.pr-rem11 {
  padding-right: 11rem;
}

.pl-rem11-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem11-responsive {
    padding-left: 11rem;
  }
}

.pl-rem11 {
  padding-left: 11rem;
}

.pb-rem11-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem11-responsive {
    padding-bottom: 11rem;
  }
}

.pb-rem11 {
  padding-bottom: 11rem;
}

@media (max-width: 23.49em) {
  .mt-rem11-spn {
    margin-top: 11rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem11-spn {
    margin-top: 11rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem11-spn {
    margin-bottom: 11rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem11-spn {
    margin-left: 11rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem11-spn {
    margin-right: 11rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem11-spn {
    padding-top: 11rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem11-spn {
    padding-bottom: 11rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem11-spn {
    padding-left: 11rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem11-spn {
    padding-right: 11rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem11-tablet-h {
    margin-top: 11rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem11-tablet-h {
    margin-top: 11rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem11-tablet-h {
    margin-bottom: 11rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem11-tablet-h {
    margin-left: 11rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem11-tablet-h {
    margin-right: 11rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem11-tablet-h {
    padding-top: 11rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem11-tablet-h {
    padding-bottom: 11rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem11-tablet-h {
    padding-left: 11rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem11-tablet-h {
    padding-right: 11rem;
  }
}

.wd-rem12 {
  width: 12rem;
}

.wd-rem12-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem12-responsive {
    width: 12rem;
  }
}

.wd-em12 {
  width: 12rem;
}

.wd-em12-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em12-responsive {
    width: 12rem;
  }
}

.ht-rem12-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem12-responsive {
    height: 12rem;
  }
}

.ht-rem12-under-desktop {
  height: 100%;
}

.ht-rem12-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem12-under-desktop {
    height: 12rem;
  }
}

.ht-rem12 {
  height: 12rem;
}

.mt-rem12-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem12-responsive {
    margin-top: 12rem;
  }
}

.mt-rem12 {
  margin-top: 12rem;
}

.mr-rem12-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem12-responsive {
    margin-right: 12rem;
  }
}

.mr-rem12 {
  margin-right: 12rem;
}

.ml-rem12-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem12-responsive {
    margin-left: 12rem;
  }
}

.ml-rem12 {
  margin-left: 12rem;
}

.mb-rem12-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem12-responsive {
    margin-bottom: 12rem;
  }
}

.mb-rem12 {
  margin-bottom: 12rem;
}

.pt-rem12-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem12-responsive {
    padding-top: 12rem;
  }
}

.pt-rem12 {
  padding-top: 12rem;
}

.pr-rem12-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem12-responsive {
    padding-right: 12rem;
  }
}

.pr-rem12 {
  padding-right: 12rem;
}

.pl-rem12-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem12-responsive {
    padding-left: 12rem;
  }
}

.pl-rem12 {
  padding-left: 12rem;
}

.pb-rem12-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem12-responsive {
    padding-bottom: 12rem;
  }
}

.pb-rem12 {
  padding-bottom: 12rem;
}

@media (max-width: 23.49em) {
  .mt-rem12-spn {
    margin-top: 12rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem12-spn {
    margin-top: 12rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem12-spn {
    margin-bottom: 12rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem12-spn {
    margin-left: 12rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem12-spn {
    margin-right: 12rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem12-spn {
    padding-top: 12rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem12-spn {
    padding-bottom: 12rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem12-spn {
    padding-left: 12rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem12-spn {
    padding-right: 12rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem12-tablet-h {
    margin-top: 12rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem12-tablet-h {
    margin-top: 12rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem12-tablet-h {
    margin-bottom: 12rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem12-tablet-h {
    margin-left: 12rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem12-tablet-h {
    margin-right: 12rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem12-tablet-h {
    padding-top: 12rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem12-tablet-h {
    padding-bottom: 12rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem12-tablet-h {
    padding-left: 12rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem12-tablet-h {
    padding-right: 12rem;
  }
}

.wd-rem13 {
  width: 13rem;
}

.wd-rem13-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem13-responsive {
    width: 13rem;
  }
}

.wd-em13 {
  width: 13rem;
}

.wd-em13-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em13-responsive {
    width: 13rem;
  }
}

.ht-rem13-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem13-responsive {
    height: 13rem;
  }
}

.ht-rem13-under-desktop {
  height: 100%;
}

.ht-rem13-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem13-under-desktop {
    height: 13rem;
  }
}

.ht-rem13 {
  height: 13rem;
}

.mt-rem13-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem13-responsive {
    margin-top: 13rem;
  }
}

.mt-rem13 {
  margin-top: 13rem;
}

.mr-rem13-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem13-responsive {
    margin-right: 13rem;
  }
}

.mr-rem13 {
  margin-right: 13rem;
}

.ml-rem13-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem13-responsive {
    margin-left: 13rem;
  }
}

.ml-rem13 {
  margin-left: 13rem;
}

.mb-rem13-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem13-responsive {
    margin-bottom: 13rem;
  }
}

.mb-rem13 {
  margin-bottom: 13rem;
}

.pt-rem13-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem13-responsive {
    padding-top: 13rem;
  }
}

.pt-rem13 {
  padding-top: 13rem;
}

.pr-rem13-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem13-responsive {
    padding-right: 13rem;
  }
}

.pr-rem13 {
  padding-right: 13rem;
}

.pl-rem13-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem13-responsive {
    padding-left: 13rem;
  }
}

.pl-rem13 {
  padding-left: 13rem;
}

.pb-rem13-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem13-responsive {
    padding-bottom: 13rem;
  }
}

.pb-rem13 {
  padding-bottom: 13rem;
}

@media (max-width: 23.49em) {
  .mt-rem13-spn {
    margin-top: 13rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem13-spn {
    margin-top: 13rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem13-spn {
    margin-bottom: 13rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem13-spn {
    margin-left: 13rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem13-spn {
    margin-right: 13rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem13-spn {
    padding-top: 13rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem13-spn {
    padding-bottom: 13rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem13-spn {
    padding-left: 13rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem13-spn {
    padding-right: 13rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem13-tablet-h {
    margin-top: 13rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem13-tablet-h {
    margin-top: 13rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem13-tablet-h {
    margin-bottom: 13rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem13-tablet-h {
    margin-left: 13rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem13-tablet-h {
    margin-right: 13rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem13-tablet-h {
    padding-top: 13rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem13-tablet-h {
    padding-bottom: 13rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem13-tablet-h {
    padding-left: 13rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem13-tablet-h {
    padding-right: 13rem;
  }
}

.wd-rem14 {
  width: 14rem;
}

.wd-rem14-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem14-responsive {
    width: 14rem;
  }
}

.wd-em14 {
  width: 14rem;
}

.wd-em14-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em14-responsive {
    width: 14rem;
  }
}

.ht-rem14-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem14-responsive {
    height: 14rem;
  }
}

.ht-rem14-under-desktop {
  height: 100%;
}

.ht-rem14-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem14-under-desktop {
    height: 14rem;
  }
}

.ht-rem14 {
  height: 14rem;
}

.mt-rem14-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem14-responsive {
    margin-top: 14rem;
  }
}

.mt-rem14 {
  margin-top: 14rem;
}

.mr-rem14-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem14-responsive {
    margin-right: 14rem;
  }
}

.mr-rem14 {
  margin-right: 14rem;
}

.ml-rem14-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem14-responsive {
    margin-left: 14rem;
  }
}

.ml-rem14 {
  margin-left: 14rem;
}

.mb-rem14-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem14-responsive {
    margin-bottom: 14rem;
  }
}

.mb-rem14 {
  margin-bottom: 14rem;
}

.pt-rem14-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem14-responsive {
    padding-top: 14rem;
  }
}

.pt-rem14 {
  padding-top: 14rem;
}

.pr-rem14-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem14-responsive {
    padding-right: 14rem;
  }
}

.pr-rem14 {
  padding-right: 14rem;
}

.pl-rem14-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem14-responsive {
    padding-left: 14rem;
  }
}

.pl-rem14 {
  padding-left: 14rem;
}

.pb-rem14-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem14-responsive {
    padding-bottom: 14rem;
  }
}

.pb-rem14 {
  padding-bottom: 14rem;
}

@media (max-width: 23.49em) {
  .mt-rem14-spn {
    margin-top: 14rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem14-spn {
    margin-top: 14rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem14-spn {
    margin-bottom: 14rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem14-spn {
    margin-left: 14rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem14-spn {
    margin-right: 14rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem14-spn {
    padding-top: 14rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem14-spn {
    padding-bottom: 14rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem14-spn {
    padding-left: 14rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem14-spn {
    padding-right: 14rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem14-tablet-h {
    margin-top: 14rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem14-tablet-h {
    margin-top: 14rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem14-tablet-h {
    margin-bottom: 14rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem14-tablet-h {
    margin-left: 14rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem14-tablet-h {
    margin-right: 14rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem14-tablet-h {
    padding-top: 14rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem14-tablet-h {
    padding-bottom: 14rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem14-tablet-h {
    padding-left: 14rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem14-tablet-h {
    padding-right: 14rem;
  }
}

.wd-rem15 {
  width: 15rem;
}

.wd-rem15-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem15-responsive {
    width: 15rem;
  }
}

.wd-em15 {
  width: 15rem;
}

.wd-em15-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em15-responsive {
    width: 15rem;
  }
}

.ht-rem15-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem15-responsive {
    height: 15rem;
  }
}

.ht-rem15-under-desktop {
  height: 100%;
}

.ht-rem15-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem15-under-desktop {
    height: 15rem;
  }
}

.ht-rem15 {
  height: 15rem;
}

.mt-rem15-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem15-responsive {
    margin-top: 15rem;
  }
}

.mt-rem15 {
  margin-top: 15rem;
}

.mr-rem15-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem15-responsive {
    margin-right: 15rem;
  }
}

.mr-rem15 {
  margin-right: 15rem;
}

.ml-rem15-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem15-responsive {
    margin-left: 15rem;
  }
}

.ml-rem15 {
  margin-left: 15rem;
}

.mb-rem15-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem15-responsive {
    margin-bottom: 15rem;
  }
}

.mb-rem15 {
  margin-bottom: 15rem;
}

.pt-rem15-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem15-responsive {
    padding-top: 15rem;
  }
}

.pt-rem15 {
  padding-top: 15rem;
}

.pr-rem15-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem15-responsive {
    padding-right: 15rem;
  }
}

.pr-rem15 {
  padding-right: 15rem;
}

.pl-rem15-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem15-responsive {
    padding-left: 15rem;
  }
}

.pl-rem15 {
  padding-left: 15rem;
}

.pb-rem15-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem15-responsive {
    padding-bottom: 15rem;
  }
}

.pb-rem15 {
  padding-bottom: 15rem;
}

@media (max-width: 23.49em) {
  .mt-rem15-spn {
    margin-top: 15rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem15-spn {
    margin-top: 15rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem15-spn {
    margin-bottom: 15rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem15-spn {
    margin-left: 15rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem15-spn {
    margin-right: 15rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem15-spn {
    padding-top: 15rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem15-spn {
    padding-bottom: 15rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem15-spn {
    padding-left: 15rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem15-spn {
    padding-right: 15rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem15-tablet-h {
    margin-top: 15rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem15-tablet-h {
    margin-top: 15rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem15-tablet-h {
    margin-bottom: 15rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem15-tablet-h {
    margin-left: 15rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem15-tablet-h {
    margin-right: 15rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem15-tablet-h {
    padding-top: 15rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem15-tablet-h {
    padding-bottom: 15rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem15-tablet-h {
    padding-left: 15rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem15-tablet-h {
    padding-right: 15rem;
  }
}

.wd-rem16 {
  width: 16rem;
}

.wd-rem16-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem16-responsive {
    width: 16rem;
  }
}

.wd-em16 {
  width: 16rem;
}

.wd-em16-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em16-responsive {
    width: 16rem;
  }
}

.ht-rem16-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem16-responsive {
    height: 16rem;
  }
}

.ht-rem16-under-desktop {
  height: 100%;
}

.ht-rem16-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem16-under-desktop {
    height: 16rem;
  }
}

.ht-rem16 {
  height: 16rem;
}

.mt-rem16-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem16-responsive {
    margin-top: 16rem;
  }
}

.mt-rem16 {
  margin-top: 16rem;
}

.mr-rem16-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem16-responsive {
    margin-right: 16rem;
  }
}

.mr-rem16 {
  margin-right: 16rem;
}

.ml-rem16-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem16-responsive {
    margin-left: 16rem;
  }
}

.ml-rem16 {
  margin-left: 16rem;
}

.mb-rem16-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem16-responsive {
    margin-bottom: 16rem;
  }
}

.mb-rem16 {
  margin-bottom: 16rem;
}

.pt-rem16-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem16-responsive {
    padding-top: 16rem;
  }
}

.pt-rem16 {
  padding-top: 16rem;
}

.pr-rem16-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem16-responsive {
    padding-right: 16rem;
  }
}

.pr-rem16 {
  padding-right: 16rem;
}

.pl-rem16-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem16-responsive {
    padding-left: 16rem;
  }
}

.pl-rem16 {
  padding-left: 16rem;
}

.pb-rem16-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem16-responsive {
    padding-bottom: 16rem;
  }
}

.pb-rem16 {
  padding-bottom: 16rem;
}

@media (max-width: 23.49em) {
  .mt-rem16-spn {
    margin-top: 16rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem16-spn {
    margin-top: 16rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem16-spn {
    margin-bottom: 16rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem16-spn {
    margin-left: 16rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem16-spn {
    margin-right: 16rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem16-spn {
    padding-top: 16rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem16-spn {
    padding-bottom: 16rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem16-spn {
    padding-left: 16rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem16-spn {
    padding-right: 16rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem16-tablet-h {
    margin-top: 16rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem16-tablet-h {
    margin-top: 16rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem16-tablet-h {
    margin-bottom: 16rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem16-tablet-h {
    margin-left: 16rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem16-tablet-h {
    margin-right: 16rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem16-tablet-h {
    padding-top: 16rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem16-tablet-h {
    padding-bottom: 16rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem16-tablet-h {
    padding-left: 16rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem16-tablet-h {
    padding-right: 16rem;
  }
}

.wd-rem17 {
  width: 17rem;
}

.wd-rem17-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem17-responsive {
    width: 17rem;
  }
}

.wd-em17 {
  width: 17rem;
}

.wd-em17-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em17-responsive {
    width: 17rem;
  }
}

.ht-rem17-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem17-responsive {
    height: 17rem;
  }
}

.ht-rem17-under-desktop {
  height: 100%;
}

.ht-rem17-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem17-under-desktop {
    height: 17rem;
  }
}

.ht-rem17 {
  height: 17rem;
}

.mt-rem17-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem17-responsive {
    margin-top: 17rem;
  }
}

.mt-rem17 {
  margin-top: 17rem;
}

.mr-rem17-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem17-responsive {
    margin-right: 17rem;
  }
}

.mr-rem17 {
  margin-right: 17rem;
}

.ml-rem17-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem17-responsive {
    margin-left: 17rem;
  }
}

.ml-rem17 {
  margin-left: 17rem;
}

.mb-rem17-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem17-responsive {
    margin-bottom: 17rem;
  }
}

.mb-rem17 {
  margin-bottom: 17rem;
}

.pt-rem17-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem17-responsive {
    padding-top: 17rem;
  }
}

.pt-rem17 {
  padding-top: 17rem;
}

.pr-rem17-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem17-responsive {
    padding-right: 17rem;
  }
}

.pr-rem17 {
  padding-right: 17rem;
}

.pl-rem17-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem17-responsive {
    padding-left: 17rem;
  }
}

.pl-rem17 {
  padding-left: 17rem;
}

.pb-rem17-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem17-responsive {
    padding-bottom: 17rem;
  }
}

.pb-rem17 {
  padding-bottom: 17rem;
}

@media (max-width: 23.49em) {
  .mt-rem17-spn {
    margin-top: 17rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem17-spn {
    margin-top: 17rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem17-spn {
    margin-bottom: 17rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem17-spn {
    margin-left: 17rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem17-spn {
    margin-right: 17rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem17-spn {
    padding-top: 17rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem17-spn {
    padding-bottom: 17rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem17-spn {
    padding-left: 17rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem17-spn {
    padding-right: 17rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem17-tablet-h {
    margin-top: 17rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem17-tablet-h {
    margin-top: 17rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem17-tablet-h {
    margin-bottom: 17rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem17-tablet-h {
    margin-left: 17rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem17-tablet-h {
    margin-right: 17rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem17-tablet-h {
    padding-top: 17rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem17-tablet-h {
    padding-bottom: 17rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem17-tablet-h {
    padding-left: 17rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem17-tablet-h {
    padding-right: 17rem;
  }
}

.wd-rem18 {
  width: 18rem;
}

.wd-rem18-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem18-responsive {
    width: 18rem;
  }
}

.wd-em18 {
  width: 18rem;
}

.wd-em18-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em18-responsive {
    width: 18rem;
  }
}

.ht-rem18-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem18-responsive {
    height: 18rem;
  }
}

.ht-rem18-under-desktop {
  height: 100%;
}

.ht-rem18-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem18-under-desktop {
    height: 18rem;
  }
}

.ht-rem18 {
  height: 18rem;
}

.mt-rem18-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem18-responsive {
    margin-top: 18rem;
  }
}

.mt-rem18 {
  margin-top: 18rem;
}

.mr-rem18-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem18-responsive {
    margin-right: 18rem;
  }
}

.mr-rem18 {
  margin-right: 18rem;
}

.ml-rem18-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem18-responsive {
    margin-left: 18rem;
  }
}

.ml-rem18 {
  margin-left: 18rem;
}

.mb-rem18-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem18-responsive {
    margin-bottom: 18rem;
  }
}

.mb-rem18 {
  margin-bottom: 18rem;
}

.pt-rem18-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem18-responsive {
    padding-top: 18rem;
  }
}

.pt-rem18 {
  padding-top: 18rem;
}

.pr-rem18-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem18-responsive {
    padding-right: 18rem;
  }
}

.pr-rem18 {
  padding-right: 18rem;
}

.pl-rem18-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem18-responsive {
    padding-left: 18rem;
  }
}

.pl-rem18 {
  padding-left: 18rem;
}

.pb-rem18-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem18-responsive {
    padding-bottom: 18rem;
  }
}

.pb-rem18 {
  padding-bottom: 18rem;
}

@media (max-width: 23.49em) {
  .mt-rem18-spn {
    margin-top: 18rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem18-spn {
    margin-top: 18rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem18-spn {
    margin-bottom: 18rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem18-spn {
    margin-left: 18rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem18-spn {
    margin-right: 18rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem18-spn {
    padding-top: 18rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem18-spn {
    padding-bottom: 18rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem18-spn {
    padding-left: 18rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem18-spn {
    padding-right: 18rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem18-tablet-h {
    margin-top: 18rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem18-tablet-h {
    margin-top: 18rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem18-tablet-h {
    margin-bottom: 18rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem18-tablet-h {
    margin-left: 18rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem18-tablet-h {
    margin-right: 18rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem18-tablet-h {
    padding-top: 18rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem18-tablet-h {
    padding-bottom: 18rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem18-tablet-h {
    padding-left: 18rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem18-tablet-h {
    padding-right: 18rem;
  }
}

.wd-rem19 {
  width: 19rem;
}

.wd-rem19-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem19-responsive {
    width: 19rem;
  }
}

.wd-em19 {
  width: 19rem;
}

.wd-em19-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em19-responsive {
    width: 19rem;
  }
}

.ht-rem19-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem19-responsive {
    height: 19rem;
  }
}

.ht-rem19-under-desktop {
  height: 100%;
}

.ht-rem19-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem19-under-desktop {
    height: 19rem;
  }
}

.ht-rem19 {
  height: 19rem;
}

.mt-rem19-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem19-responsive {
    margin-top: 19rem;
  }
}

.mt-rem19 {
  margin-top: 19rem;
}

.mr-rem19-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem19-responsive {
    margin-right: 19rem;
  }
}

.mr-rem19 {
  margin-right: 19rem;
}

.ml-rem19-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem19-responsive {
    margin-left: 19rem;
  }
}

.ml-rem19 {
  margin-left: 19rem;
}

.mb-rem19-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem19-responsive {
    margin-bottom: 19rem;
  }
}

.mb-rem19 {
  margin-bottom: 19rem;
}

.pt-rem19-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem19-responsive {
    padding-top: 19rem;
  }
}

.pt-rem19 {
  padding-top: 19rem;
}

.pr-rem19-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem19-responsive {
    padding-right: 19rem;
  }
}

.pr-rem19 {
  padding-right: 19rem;
}

.pl-rem19-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem19-responsive {
    padding-left: 19rem;
  }
}

.pl-rem19 {
  padding-left: 19rem;
}

.pb-rem19-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem19-responsive {
    padding-bottom: 19rem;
  }
}

.pb-rem19 {
  padding-bottom: 19rem;
}

@media (max-width: 23.49em) {
  .mt-rem19-spn {
    margin-top: 19rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem19-spn {
    margin-top: 19rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem19-spn {
    margin-bottom: 19rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem19-spn {
    margin-left: 19rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem19-spn {
    margin-right: 19rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem19-spn {
    padding-top: 19rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem19-spn {
    padding-bottom: 19rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem19-spn {
    padding-left: 19rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem19-spn {
    padding-right: 19rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem19-tablet-h {
    margin-top: 19rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem19-tablet-h {
    margin-top: 19rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem19-tablet-h {
    margin-bottom: 19rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem19-tablet-h {
    margin-left: 19rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem19-tablet-h {
    margin-right: 19rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem19-tablet-h {
    padding-top: 19rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem19-tablet-h {
    padding-bottom: 19rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem19-tablet-h {
    padding-left: 19rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem19-tablet-h {
    padding-right: 19rem;
  }
}

.wd-rem20 {
  width: 20rem;
}

.wd-rem20-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem20-responsive {
    width: 20rem;
  }
}

.wd-em20 {
  width: 20rem;
}

.wd-em20-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em20-responsive {
    width: 20rem;
  }
}

.ht-rem20-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem20-responsive {
    height: 20rem;
  }
}

.ht-rem20-under-desktop {
  height: 100%;
}

.ht-rem20-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem20-under-desktop {
    height: 20rem;
  }
}

.ht-rem20 {
  height: 20rem;
}

.mt-rem20-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem20-responsive {
    margin-top: 20rem;
  }
}

.mt-rem20 {
  margin-top: 20rem;
}

.mr-rem20-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem20-responsive {
    margin-right: 20rem;
  }
}

.mr-rem20 {
  margin-right: 20rem;
}

.ml-rem20-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem20-responsive {
    margin-left: 20rem;
  }
}

.ml-rem20 {
  margin-left: 20rem;
}

.mb-rem20-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem20-responsive {
    margin-bottom: 20rem;
  }
}

.mb-rem20 {
  margin-bottom: 20rem;
}

.pt-rem20-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem20-responsive {
    padding-top: 20rem;
  }
}

.pt-rem20 {
  padding-top: 20rem;
}

.pr-rem20-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem20-responsive {
    padding-right: 20rem;
  }
}

.pr-rem20 {
  padding-right: 20rem;
}

.pl-rem20-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem20-responsive {
    padding-left: 20rem;
  }
}

.pl-rem20 {
  padding-left: 20rem;
}

.pb-rem20-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem20-responsive {
    padding-bottom: 20rem;
  }
}

.pb-rem20 {
  padding-bottom: 20rem;
}

@media (max-width: 23.49em) {
  .mt-rem20-spn {
    margin-top: 20rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem20-spn {
    margin-top: 20rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem20-spn {
    margin-bottom: 20rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem20-spn {
    margin-left: 20rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem20-spn {
    margin-right: 20rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem20-spn {
    padding-top: 20rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem20-spn {
    padding-bottom: 20rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem20-spn {
    padding-left: 20rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem20-spn {
    padding-right: 20rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem20-tablet-h {
    margin-top: 20rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem20-tablet-h {
    margin-top: 20rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem20-tablet-h {
    margin-bottom: 20rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem20-tablet-h {
    margin-left: 20rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem20-tablet-h {
    margin-right: 20rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem20-tablet-h {
    padding-top: 20rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem20-tablet-h {
    padding-bottom: 20rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem20-tablet-h {
    padding-left: 20rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem20-tablet-h {
    padding-right: 20rem;
  }
}

.wd-rem21 {
  width: 21rem;
}

.wd-rem21-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem21-responsive {
    width: 21rem;
  }
}

.wd-em21 {
  width: 21rem;
}

.wd-em21-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em21-responsive {
    width: 21rem;
  }
}

.ht-rem21-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem21-responsive {
    height: 21rem;
  }
}

.ht-rem21-under-desktop {
  height: 100%;
}

.ht-rem21-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem21-under-desktop {
    height: 21rem;
  }
}

.ht-rem21 {
  height: 21rem;
}

.mt-rem21-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem21-responsive {
    margin-top: 21rem;
  }
}

.mt-rem21 {
  margin-top: 21rem;
}

.mr-rem21-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem21-responsive {
    margin-right: 21rem;
  }
}

.mr-rem21 {
  margin-right: 21rem;
}

.ml-rem21-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem21-responsive {
    margin-left: 21rem;
  }
}

.ml-rem21 {
  margin-left: 21rem;
}

.mb-rem21-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem21-responsive {
    margin-bottom: 21rem;
  }
}

.mb-rem21 {
  margin-bottom: 21rem;
}

.pt-rem21-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem21-responsive {
    padding-top: 21rem;
  }
}

.pt-rem21 {
  padding-top: 21rem;
}

.pr-rem21-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem21-responsive {
    padding-right: 21rem;
  }
}

.pr-rem21 {
  padding-right: 21rem;
}

.pl-rem21-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem21-responsive {
    padding-left: 21rem;
  }
}

.pl-rem21 {
  padding-left: 21rem;
}

.pb-rem21-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem21-responsive {
    padding-bottom: 21rem;
  }
}

.pb-rem21 {
  padding-bottom: 21rem;
}

@media (max-width: 23.49em) {
  .mt-rem21-spn {
    margin-top: 21rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem21-spn {
    margin-top: 21rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem21-spn {
    margin-bottom: 21rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem21-spn {
    margin-left: 21rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem21-spn {
    margin-right: 21rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem21-spn {
    padding-top: 21rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem21-spn {
    padding-bottom: 21rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem21-spn {
    padding-left: 21rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem21-spn {
    padding-right: 21rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem21-tablet-h {
    margin-top: 21rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem21-tablet-h {
    margin-top: 21rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem21-tablet-h {
    margin-bottom: 21rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem21-tablet-h {
    margin-left: 21rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem21-tablet-h {
    margin-right: 21rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem21-tablet-h {
    padding-top: 21rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem21-tablet-h {
    padding-bottom: 21rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem21-tablet-h {
    padding-left: 21rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem21-tablet-h {
    padding-right: 21rem;
  }
}

.wd-rem22 {
  width: 22rem;
}

.wd-rem22-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem22-responsive {
    width: 22rem;
  }
}

.wd-em22 {
  width: 22rem;
}

.wd-em22-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em22-responsive {
    width: 22rem;
  }
}

.ht-rem22-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem22-responsive {
    height: 22rem;
  }
}

.ht-rem22-under-desktop {
  height: 100%;
}

.ht-rem22-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem22-under-desktop {
    height: 22rem;
  }
}

.ht-rem22 {
  height: 22rem;
}

.mt-rem22-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem22-responsive {
    margin-top: 22rem;
  }
}

.mt-rem22 {
  margin-top: 22rem;
}

.mr-rem22-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem22-responsive {
    margin-right: 22rem;
  }
}

.mr-rem22 {
  margin-right: 22rem;
}

.ml-rem22-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem22-responsive {
    margin-left: 22rem;
  }
}

.ml-rem22 {
  margin-left: 22rem;
}

.mb-rem22-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem22-responsive {
    margin-bottom: 22rem;
  }
}

.mb-rem22 {
  margin-bottom: 22rem;
}

.pt-rem22-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem22-responsive {
    padding-top: 22rem;
  }
}

.pt-rem22 {
  padding-top: 22rem;
}

.pr-rem22-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem22-responsive {
    padding-right: 22rem;
  }
}

.pr-rem22 {
  padding-right: 22rem;
}

.pl-rem22-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem22-responsive {
    padding-left: 22rem;
  }
}

.pl-rem22 {
  padding-left: 22rem;
}

.pb-rem22-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem22-responsive {
    padding-bottom: 22rem;
  }
}

.pb-rem22 {
  padding-bottom: 22rem;
}

@media (max-width: 23.49em) {
  .mt-rem22-spn {
    margin-top: 22rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem22-spn {
    margin-top: 22rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem22-spn {
    margin-bottom: 22rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem22-spn {
    margin-left: 22rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem22-spn {
    margin-right: 22rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem22-spn {
    padding-top: 22rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem22-spn {
    padding-bottom: 22rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem22-spn {
    padding-left: 22rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem22-spn {
    padding-right: 22rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem22-tablet-h {
    margin-top: 22rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem22-tablet-h {
    margin-top: 22rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem22-tablet-h {
    margin-bottom: 22rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem22-tablet-h {
    margin-left: 22rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem22-tablet-h {
    margin-right: 22rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem22-tablet-h {
    padding-top: 22rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem22-tablet-h {
    padding-bottom: 22rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem22-tablet-h {
    padding-left: 22rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem22-tablet-h {
    padding-right: 22rem;
  }
}

.wd-rem23 {
  width: 23rem;
}

.wd-rem23-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem23-responsive {
    width: 23rem;
  }
}

.wd-em23 {
  width: 23rem;
}

.wd-em23-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em23-responsive {
    width: 23rem;
  }
}

.ht-rem23-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem23-responsive {
    height: 23rem;
  }
}

.ht-rem23-under-desktop {
  height: 100%;
}

.ht-rem23-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem23-under-desktop {
    height: 23rem;
  }
}

.ht-rem23 {
  height: 23rem;
}

.mt-rem23-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem23-responsive {
    margin-top: 23rem;
  }
}

.mt-rem23 {
  margin-top: 23rem;
}

.mr-rem23-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem23-responsive {
    margin-right: 23rem;
  }
}

.mr-rem23 {
  margin-right: 23rem;
}

.ml-rem23-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem23-responsive {
    margin-left: 23rem;
  }
}

.ml-rem23 {
  margin-left: 23rem;
}

.mb-rem23-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem23-responsive {
    margin-bottom: 23rem;
  }
}

.mb-rem23 {
  margin-bottom: 23rem;
}

.pt-rem23-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem23-responsive {
    padding-top: 23rem;
  }
}

.pt-rem23 {
  padding-top: 23rem;
}

.pr-rem23-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem23-responsive {
    padding-right: 23rem;
  }
}

.pr-rem23 {
  padding-right: 23rem;
}

.pl-rem23-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem23-responsive {
    padding-left: 23rem;
  }
}

.pl-rem23 {
  padding-left: 23rem;
}

.pb-rem23-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem23-responsive {
    padding-bottom: 23rem;
  }
}

.pb-rem23 {
  padding-bottom: 23rem;
}

@media (max-width: 23.49em) {
  .mt-rem23-spn {
    margin-top: 23rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem23-spn {
    margin-top: 23rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem23-spn {
    margin-bottom: 23rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem23-spn {
    margin-left: 23rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem23-spn {
    margin-right: 23rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem23-spn {
    padding-top: 23rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem23-spn {
    padding-bottom: 23rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem23-spn {
    padding-left: 23rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem23-spn {
    padding-right: 23rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem23-tablet-h {
    margin-top: 23rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem23-tablet-h {
    margin-top: 23rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem23-tablet-h {
    margin-bottom: 23rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem23-tablet-h {
    margin-left: 23rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem23-tablet-h {
    margin-right: 23rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem23-tablet-h {
    padding-top: 23rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem23-tablet-h {
    padding-bottom: 23rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem23-tablet-h {
    padding-left: 23rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem23-tablet-h {
    padding-right: 23rem;
  }
}

.wd-rem24 {
  width: 24rem;
}

.wd-rem24-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem24-responsive {
    width: 24rem;
  }
}

.wd-em24 {
  width: 24rem;
}

.wd-em24-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em24-responsive {
    width: 24rem;
  }
}

.ht-rem24-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem24-responsive {
    height: 24rem;
  }
}

.ht-rem24-under-desktop {
  height: 100%;
}

.ht-rem24-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem24-under-desktop {
    height: 24rem;
  }
}

.ht-rem24 {
  height: 24rem;
}

.mt-rem24-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem24-responsive {
    margin-top: 24rem;
  }
}

.mt-rem24 {
  margin-top: 24rem;
}

.mr-rem24-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem24-responsive {
    margin-right: 24rem;
  }
}

.mr-rem24 {
  margin-right: 24rem;
}

.ml-rem24-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem24-responsive {
    margin-left: 24rem;
  }
}

.ml-rem24 {
  margin-left: 24rem;
}

.mb-rem24-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem24-responsive {
    margin-bottom: 24rem;
  }
}

.mb-rem24 {
  margin-bottom: 24rem;
}

.pt-rem24-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem24-responsive {
    padding-top: 24rem;
  }
}

.pt-rem24 {
  padding-top: 24rem;
}

.pr-rem24-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem24-responsive {
    padding-right: 24rem;
  }
}

.pr-rem24 {
  padding-right: 24rem;
}

.pl-rem24-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem24-responsive {
    padding-left: 24rem;
  }
}

.pl-rem24 {
  padding-left: 24rem;
}

.pb-rem24-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem24-responsive {
    padding-bottom: 24rem;
  }
}

.pb-rem24 {
  padding-bottom: 24rem;
}

@media (max-width: 23.49em) {
  .mt-rem24-spn {
    margin-top: 24rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem24-spn {
    margin-top: 24rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem24-spn {
    margin-bottom: 24rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem24-spn {
    margin-left: 24rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem24-spn {
    margin-right: 24rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem24-spn {
    padding-top: 24rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem24-spn {
    padding-bottom: 24rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem24-spn {
    padding-left: 24rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem24-spn {
    padding-right: 24rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem24-tablet-h {
    margin-top: 24rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem24-tablet-h {
    margin-top: 24rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem24-tablet-h {
    margin-bottom: 24rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem24-tablet-h {
    margin-left: 24rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem24-tablet-h {
    margin-right: 24rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem24-tablet-h {
    padding-top: 24rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem24-tablet-h {
    padding-bottom: 24rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem24-tablet-h {
    padding-left: 24rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem24-tablet-h {
    padding-right: 24rem;
  }
}

.wd-rem25 {
  width: 25rem;
}

.wd-rem25-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem25-responsive {
    width: 25rem;
  }
}

.wd-em25 {
  width: 25rem;
}

.wd-em25-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em25-responsive {
    width: 25rem;
  }
}

.ht-rem25-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem25-responsive {
    height: 25rem;
  }
}

.ht-rem25-under-desktop {
  height: 100%;
}

.ht-rem25-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem25-under-desktop {
    height: 25rem;
  }
}

.ht-rem25 {
  height: 25rem;
}

.mt-rem25-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem25-responsive {
    margin-top: 25rem;
  }
}

.mt-rem25 {
  margin-top: 25rem;
}

.mr-rem25-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem25-responsive {
    margin-right: 25rem;
  }
}

.mr-rem25 {
  margin-right: 25rem;
}

.ml-rem25-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem25-responsive {
    margin-left: 25rem;
  }
}

.ml-rem25 {
  margin-left: 25rem;
}

.mb-rem25-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem25-responsive {
    margin-bottom: 25rem;
  }
}

.mb-rem25 {
  margin-bottom: 25rem;
}

.pt-rem25-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem25-responsive {
    padding-top: 25rem;
  }
}

.pt-rem25 {
  padding-top: 25rem;
}

.pr-rem25-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem25-responsive {
    padding-right: 25rem;
  }
}

.pr-rem25 {
  padding-right: 25rem;
}

.pl-rem25-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem25-responsive {
    padding-left: 25rem;
  }
}

.pl-rem25 {
  padding-left: 25rem;
}

.pb-rem25-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem25-responsive {
    padding-bottom: 25rem;
  }
}

.pb-rem25 {
  padding-bottom: 25rem;
}

@media (max-width: 23.49em) {
  .mt-rem25-spn {
    margin-top: 25rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem25-spn {
    margin-top: 25rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem25-spn {
    margin-bottom: 25rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem25-spn {
    margin-left: 25rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem25-spn {
    margin-right: 25rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem25-spn {
    padding-top: 25rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem25-spn {
    padding-bottom: 25rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem25-spn {
    padding-left: 25rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem25-spn {
    padding-right: 25rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem25-tablet-h {
    margin-top: 25rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem25-tablet-h {
    margin-top: 25rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem25-tablet-h {
    margin-bottom: 25rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem25-tablet-h {
    margin-left: 25rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem25-tablet-h {
    margin-right: 25rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem25-tablet-h {
    padding-top: 25rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem25-tablet-h {
    padding-bottom: 25rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem25-tablet-h {
    padding-left: 25rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem25-tablet-h {
    padding-right: 25rem;
  }
}

.pc-left {
  text-align: left;
}

.pc-center {
  text-align: center;
}

.pc-right {
  text-align: right;
}

@media (max-width: 39.99em) {
  .tablet-left {
    text-align: left;
  }
}

@media (max-width: 39.99em) {
  .tablet-center {
    text-align: center;
  }
}

@media (max-width: 39.99em) {
  .tablet-right {
    text-align: right;
  }
}

@media (max-width: 61.24em) {
  .tablet-h-left {
    text-align: left;
  }
}

@media (max-width: 61.24em) {
  .tablet-h-center {
    text-align: center;
  }
}

@media (max-width: 61.24em) {
  .tablet-h-right {
    text-align: right;
  }
}

@media (max-width: 23.49em) {
  .spn-left {
    text-align: left;
  }
}

@media (max-width: 23.49em) {
  .spn-center {
    text-align: center;
  }
}

@media (max-width: 23.49em) {
  .spn-right {
    text-align: right;
  }
}

.wd-xl {
  width: 1200px;
}

.wd-lg {
  width: 1024px;
}

.wd-md {
  width: 640px;
}

.wd-sm {
  width: 376px;
}

.max-wd-xl {
  width: auto;
  max-width: 1200px;
}

.max-wd-full {
  width: auto;
  max-width: 1920px;
}

.max-wd-lg {
  width: auto;
  max-width: 1024px;
}

.max-wd-md {
  width: auto;
  max-width: 640px;
}

.max-wd-sm {
  width: auto;
  max-width: 376px;
}

.height-max {
  height: 100%;
}

.mar-auto {
  margin: 0 auto;
}

.font-smaller {
  font-size: 0.9em;
}

.font-small {
  font-size: 0.8em;
}

.font-smallest {
  font-size: 0.7em;
}

.font-larger {
  font-size: 1.25em;
}

.font-largest {
  font-size: 1.5em;
}

.font-huge {
  font-size: 2.5em;
}

.font-huge-more {
  font-size: 3.0em;
}

.modal.fade {
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.modal.in {
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.modal.fade .modal-dialog {
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transform: translate3d(0, -5%, 0);
  transform: translate3d(0, -5%, 0);
}

.modal.in .modal-dialog {
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* アイコンつき見出し */
.midashi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* 数字付きリスト */
.count-list {
  counter-reset: number;
  list-style-type: none !important;
  padding: 0.5rem;
  line-height: 3rem;
  padding: 0;
}

.count-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0.5em;
}

.count-list li:before {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 1.5em;
  flex-basis: 1.5em;
  counter-increment: number;
  content: counter(number);
  background: #aaa;
  color: #fff;
  font-family: 'Comfortaa', cursive, sans-serif;
  font-weight: bold;
  font-size: 1.4em;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.6em;
  text-align: center;
}

.count-list li > span {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  line-height: 2.2em;
  margin-left: 0.25rem;
}

.count-list.count-center li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* ドットリスト */
.dot-list {
  list-style-type: none !important;
  padding: 0.5rem;
  line-height: 3rem;
  padding: 0;
}

.dot-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0.5em;
}

.dot-list li:before {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0.5em;
  flex-basis: 0.5em;
  counter-increment: number;
  content: "\f0da";
  color: #aaa;
  font-family: "Font Awesome 5 Free";
  font-size: 1.4em;
  width: 0.25em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
}

.dot-list li > span {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  line-height: 2.2em;
  margin-left: 0.25rem;
}

.dot-list.count-center li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* キャッチリスト */
.catch-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 0.5rem;
}

@media (max-width: 39.99em) {
  .catch-list li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.catch-list li .head {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: 15rem;
}

@media (max-width: 39.99em) {
  .catch-list li .head {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}

.catch-list li .head > div {
  text-align: center;
  padding: 0.5rem 2rem;
  background-color: #aaa;
  border-radius: 0.5rem;
  color: #fff;
  font-weight: bold;
}

.catch-list li .data {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media (max-width: 39.99em) {
  .catch-list li .data {
    text-align: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}

.catch-list li .data > div {
  padding: 0.5rem;
}

@media (max-width: 39.99em) {
  .catch-list.spn-header-mini li .head {
    text-align: center;
  }
  .catch-list.spn-header-mini li .head > div {
    display: inline-block;
  }
}

/* リストテーブル */
.list-table {
  border-spacing: 0;
  width: 100%;
  text-align: left;
}

.list-table tr th {
  text-align: left;
  background-color: #f2f2f2;
  width: 10rem;
  border-bottom: thin solid #aaa;
  border-left: thin solid #aaa;
  border-right: thin solid #aaa;
  padding: 1rem;
}

.list-table tr td {
  padding: 1rem;
  border-bottom: thin solid #aaa;
  border-right: thin solid #aaa;
  background-color: #fff;
}

.list-table tr:first-child th, .list-table tr:first-child td {
  border-top: thin solid #aaa;
}

.list-table.header-min tr th {
  width: 10rem;
}

@media (max-width: 39.99em) {
  .list-table.header-min tr th {
    width: 100%;
  }
}

.list-table.header-middle tr th {
  width: 20rem;
}

@media (max-width: 39.99em) {
  .list-table.header-middle tr th {
    width: 100%;
  }
}

.list-table.header-large tr th {
  width: 30rem;
}

@media (max-width: 39.99em) {
  .list-table.header-large tr th {
    width: 100%;
  }
}

@media (max-width: 39.99em) {
  .list-table tr th {
    display: block;
    width: 100%;
  }
  .list-table tr td {
    display: block;
    width: 100%;
    border-left: thin solid #aaa;
  }
  .list-table tr:first-child th {
    border-bottom: none;
  }
}

.list-table.kado-maru tr:first-child th {
  border-top-left-radius: 1rem;
}

.list-table.kado-maru tr:first-child td {
  border-top-right-radius: 1rem;
}

.list-table.kado-maru tr:last-child th {
  border-bottom-left-radius: 1rem;
}

.list-table.kado-maru tr:last-child td {
  border-bottom-right-radius: 1rem;
}

@media (max-width: 39.99em) {
  .list-table.kado-maru tr:first-child th {
    border-top-right-radius: 1rem;
  }
  .list-table.kado-maru tr:first-child td {
    border-top-right-radius: 0;
  }
  .list-table.kado-maru tr:last-child th {
    border-bottom-left-radius: 0;
  }
  .list-table.kado-maru tr:last-child td {
    border-bottom-left-radius: 1rem;
  }
}

/* かこみ */
.enclosure {
  background-color: #fffae5;
  padding: 2rem;
  height: auto !important;
  height: 10rem;
  position: relative;
  border-radius: 0.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: text;
}

.enclosure.inline-block {
  display: inline-block;
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
}

.enclosure:before {
  position: absolute;
  border-radius: 0.15em;
  width: 99%;
  width: calc(100% - 1rem);
  height: 98%;
  height: calc(100% - 1rem);
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

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

.enclosure.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.enclosure.left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.enclosure > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.enclosure > div.width-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

/* タブ */
.parts-tabs {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto 4rem;
}

.parts-tabs .parts-tabs-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.parts-tabs .parts-tabs-titles .parts-tabs-title-caption {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.parts-tabs .parts-tabs-titles .parts-tabs-title-caption > label {
  cursor: pointer;
}

.parts-tabs .parts-tabs-titles .parts-tabs-title-caption > label input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}

.parts-tabs .parts-tabs-details > ul > li {
  display: none;
}

.parts-tabs .parts-tabs-details > ul > li.show {
  -webkit-animation: fade-in 1s ease 0s 1;
  animation: fade-in 1s ease 0s 1;
  display: block;
}

/* やじるしチャート */
.arrow-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.arrow-chart.to-vertical {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.arrow-chart.to-vertical li {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.arrow-chart.to-vertical li > div {
  margin-left: 0;
  margin-bottom: 2rem;
}

.arrow-chart.to-vertical li > div:after {
  left: 0;
  right: 0;
  height: auto;
  top: -5rem;
  bottom: auto;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.arrow-chart li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.arrow-chart li > div {
  margin-left: 1rem;
  position: relative;
}

.arrow-chart li > div:after {
  position: absolute;
  display: block;
  content: '\f061';
  font-family: FontAwesome;
  left: -2.5rem;
  font-size: 5rem;
  top: -5rem;
  bottom: 0;
  margin: auto;
  width: 5rem;
  height: 5rem;
  z-index: 2;
}

.arrow-chart li:first-child > div {
  margin-left: 0;
}

.arrow-chart li:first-child > div:after {
  display: none;
}

@media (max-width: 39.99em) {
  .arrow-chart.responsive-tablet {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 39.99em) {
  .arrow-chart.responsive-tablet li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .arrow-chart.responsive-tablet li > div {
    margin-left: 0;
    margin-bottom: 2rem;
  }
  .arrow-chart.responsive-tablet li > div:after {
    left: 0;
    right: 0;
    height: auto;
    top: -5rem;
    bottom: auto;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@media (max-width: 23.49em) {
  .arrow-chart.responsive-spn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 23.49em) {
  .arrow-chart.responsive-spn li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .arrow-chart.responsive-spn li > div {
    margin-left: 0;
    margin-bottom: 2rem;
  }
  .arrow-chart.responsive-spn li > div:after {
    left: 0;
    right: 0;
    height: auto;
    top: -5rem;
    bottom: auto;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@media (max-width: 29.99em) {
  .table.responsive-table > tbody > tr > th, .table.responsive-table > tbody > tr td, .table.responsive-table > thead > tr > th, .table.responsive-table > thead > tr td {
    display: block;
    width: 100%;
  }
}

/* IEハック用mixin */
@-ms-viewport {
  width: auto;
  initial-scale: 1;
}

@-o-viewport {
  width: device-width;
  initial-scale: 1;
}

@viewport {
  width: device-width;
  initial-scale: 1;
}

/* Show active breakpoint in top right corner of viewport */
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* 商品情報 */
.product-title {
  padding: 0;
  font-size: 2em;
}

.product-catch {
  font-size: 1.2em;
  padding-bottom: 2em;
}

.product-sub-info {
  position: relative;
}

.product-main-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 3em;
}

@media (max-width: 61.24em) {
  .product-main-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.product-main-wrap .product-main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 30em;
  flex-basis: 30em;
  margin-bottom: 2em;
}

@media (max-width: 61.24em) {
  .product-main-wrap .product-main {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.product-main-wrap .product-main .product-image {
  text-align: center;
}

.product-main-wrap .product-main .product-image > img {
  max-height: 350px;
}

.product-main-wrap .product-main .product-image.size-mini > img {
  max-width: 100px;
}

.product-main-wrap .product-main .product-thumbnails > ul {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-main-wrap .product-main .product-thumbnails > ul li {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 8em;
  flex-basis: 8em;
  position: relative;
}

.product-main-wrap .product-main .product-thumbnails > ul li a {
  width: 5em;
  margin: 0 auto;
  display: block;
}

.product-main-wrap .product-main .product-thumbnails > ul li a > div {
  margin-bottom: 0.2em;
}

.product-main-wrap .product-main .product-thumbnails > ul li a.current > div:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 2px solid #e2e200;
  background-color: rgba(255, 255, 0, 0.18);
  left: 0;
  top: 0;
  z-index: 1;
}

.product-main-wrap .product-main .product-thumbnails > ul li a img {
  display: block;
}

.product-main-wrap .product-main .product-thumbnails > ul li.thumb-empty {
  margin: 0;
  height: 0;
  visibility: hidden;
}

.product-main-wrap .product-info {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media (max-width: 61.24em) {
  .product-main-wrap .product-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.product-main-wrap .product-info .product-order {
  text-align: left;
  margin: 0 0 2em;
}

@media (max-width: 63.99em) {
  .product-main-wrap .product-info .product-order {
    text-align: center;
  }
}

.product-main-wrap .product-info .product-order > .btn {
  margin: 1em 1em 1em 0;
  padding: 0.75em 2em;
  border-radius: 2em;
  font-weight: bold;
  font-size: 1.25em;
  background-color: #045EFF;
}

.product-main-wrap .product-info .product-order > .btn:hover {
  background-color: #377fff;
}

@media (max-width: 29.99em) {
  .product-main-wrap .product-info .product-order > .btn {
    margin: 1em auto;
    width: 100%;
  }
}

.product-main-wrap .product-info .product-order > .btn.add-cart-icon {
  padding: 0.75em 4em 0.75em 2em;
  position: relative;
}

.product-main-wrap .product-info .product-order > .btn.add-cart-icon:after {
  content: "\f07a";
  font-family: FontAwesome;
  position: absolute;
  font-size: 1.8em;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
}

.product-main-wrap .product-info .product-user-area {
  padding: 1em;
  border: thin solid #adb5bd;
}

.product-main-wrap .product-info .product-user-area .product-design-template {
  margin-bottom: 1em;
  text-align: left;
}

.product-main-wrap .product-info .product-user-area .product-design-template > h3 {
  text-align: left;
}

.product-main-wrap .product-info .product-user-area .product-design-template .template-buttons > a {
  display: inline-block;
  margin-bottom: 0.25em;
}

.product-main-wrap .product-info .product-user-area .product-print-pattern {
  margin-bottom: 1em;
}

.product-main-wrap .product-info .product-user-area .product-print-pattern > h3 {
  text-align: left;
}

.product-main-wrap.page-order {
  border: thin dotted #adb5bd;
  padding: 2em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-main-wrap.page-order .product-main {
  margin: 0;
}

@media (max-width: 39.99em) {
  .product-main-wrap.page-order .product-main {
    margin-bottom: 2em;
  }
}

.product-main-wrap.page-order .product-main .product-image > img {
  max-width: 200px;
}

.product-table-wrapper {
  font-weight: bold;
  padding: 1em 0;
  border-top: thin solid #adb5bd;
  border-bottom: thin solid #adb5bd;
  margin-bottom: 2em;
}

@media (max-width: 39.99em) {
  .product-table-wrapper {
    padding: 1em;
  }
}

.product-table-wrapper > h4 {
  margin: 0 0 1em;
  padding: 0;
}

.product-table-wrapper .product-info-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.product-table-wrapper .product-info-set > .set-title {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.product-table-wrapper .product-info-set > .set-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

table.product-table > thead > tr > th, table.default-table > thead > tr > th {
  padding: 0.5em;
  border: thin solid #adb5bd;
  background-color: #e9ecef;
}

table.product-table > thead:first-child > tr:first-child > th, table.default-table > thead:first-child > tr:first-child > th {
  border-top: thin solid #adb5bd;
}

table.product-table > tbody > tr > th, table.product-table > tbody > tr > td, table.default-table > tbody > tr > th, table.default-table > tbody > tr > td {
  padding: 0.5em;
  border: thin solid #adb5bd;
}

table.product-table > tbody > tr > th, table.default-table > tbody > tr > th {
  background-color: #e9ecef;
}

table.product-table > tbody > tr:first-child th, table.product-table > tbody > tr:first-child td, table.default-table > tbody > tr:first-child th, table.default-table > tbody > tr:first-child td {
  border-top: thin solid #adb5bd;
}

table.fee-table > thead > tr > th {
  vertical-align: top;
}

table.fee-table > tbody > tr > th {
  background-color: transparent;
}

table.fee-table > tbody > tr > td {
  font-weight: bold;
  font-size: 1.2em;
  text-align: right;
}

table.fee-table > tbody > tr > td:empty {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20style%3D%22width%3A100%25%3Bheight%3A100%25%3B%22%3E%3Cline%20x1%3D%22100%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%20style%3D%22stroke%3A%20%23adb5bd%3Bstroke-width%3A%201%3B%22%3E%3C%2Fline%3E%3C%2Fsvg%3E");
}

table.fee-table > tbody > tr.header > td {
  text-align: left;
  padding-top: 1em;
  padding-bottom: 1em;
}

table.table-shipping {
  background-color: transparent;
  border: thin dashed #adb5bd;
  margin-bottom: 2em;
}

table.table-shipping > thead > tr > th {
  background-color: #ccc;
  border-left: thin dashed #6c757d;
}

table.table-shipping > thead > tr > th:first-child {
  border-left: none;
}

@media (max-width: 39.99em) {
  table.table-shipping > thead > tr > th {
    display: none;
  }
}

table.table-shipping > tbody > tr > td {
  background-color: #fafafa;
  padding: 0.25em;
  vertical-align: top;
  border-left: thin dashed #adb5bd;
}

table.table-shipping > tbody > tr > td:first-child {
  border-left: none;
}

table.table-shipping > tbody > tr > td.td-title {
  font-weight: bold;
}

@media (max-width: 39.99em) {
  table.table-shipping > tbody > tr > td {
    display: block;
    width: 100%;
    padding: 0 0 1em;
    position: relative;
    border-left: none;
  }
  table.table-shipping > tbody > tr > td:before {
    display: block;
    content: attr(data-title);
    font-weight: bold;
    border-top: thin dashed #adb5bd;
    padding: 0.25em 0;
    background-color: #ccc;
  }
  table.table-shipping > tbody > tr > td:first-child {
    border-left: none;
  }
}

table.table-shipping > tbody > tr > td table {
  background-color: transparent !important;
}

@media (max-width: 39.99em) {
  table.table-shipping > tbody > tr > td table {
    margin-top: 0.5em;
  }
}

table.table-shipping > tbody > tr:nth-child(even) > td {
  background-color: #f5f5f5;
}

table.table-shipping > tbody > tr:nth-child(even).bg-item > td {
  background-color: #ecf6f6;
}

table.table-shipping > tbody > tr:nth-child(even).bg-sample > td {
  background-color: #f0ffee;
}

table.table-shipping > tbody > tr:nth-child(even).bg-color > td {
  background-color: #fff6f6;
}

table.table-shipping > tbody > tr:first-child > td {
  border-top: none;
}

table.table-shipping > tbody > tr.bg-item > td {
  background-color: #f3f9f9;
}

table.table-shipping > tbody > tr.bg-sample > td {
  background-color: #f9fff8;
}

table.table-shipping > tbody > tr.bg-color > td {
  background-color: #fffbfb;
}

.ship-top-other {
  position: relative;
}

.ship-top-other.disabled {
  display: none;
}

/* 商品情報補足情報 */
.selection-design {
  margin-bottom: 3em;
}

.selection-design h2 {
  border: thin solid #adb5bd;
  padding: 0.25em 0.5em;
  background-color: #ffffff;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFEDEDED');
  background-image: -owg-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(47%, #f6f6f6), to(#ededed));
  background-image: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background-image: linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
}

.selection-design h3 {
  text-align: left;
}

.selection-design h4 {
  font-weight: bold;
}

.selection-design .selection-design-inner {
  margin: 0 0 2em;
  padding: 1em;
}

.selection-design .selection-design-inner > h3 {
  border-bottom: thin dotted #343a40;
  padding-bottom: 0.25em;
  margin-bottom: 1em;
}

.selection-design .selection-design-inner .selection-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (max-width: 61.24em) {
  .selection-design .selection-design-inner .selection-colors {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.selection-design .selection-design-inner .selection-colors .color-image {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  text-align: center;
}

@media (max-width: 61.24em) {
  .selection-design .selection-design-inner .selection-colors .color-image {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.selection-design .selection-design-inner.section-delivery {
  padding: 0;
}

.selection-design .selection-design-inner.section-delivery .delivery-flex-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: thin dotted #343a40;
}

@media (max-width: 39.99em) {
  .selection-design .selection-design-inner.section-delivery .delivery-flex-frame {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.selection-design .selection-design-inner.section-delivery .delivery-flex-frame .delivery-flex-info {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 32em;
  flex-basis: 32em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.selection-design .selection-design-inner.section-delivery .delivery-flex-frame .delivery-flex-info .delivery-flex-info-title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.selection-design .selection-design-inner.section-delivery .delivery-flex-frame .delivery-flex-info .delivery-flex-info-title > div {
  margin: 1em 1em 1em 0;
  padding: 0.25em;
}

.selection-design .selection-design-inner.section-delivery .delivery-flex-frame .delivery-flex-info .delivery-flex-info-title > div h3 {
  position: relative;
  color: white;
  font-size: 1.2em;
  padding: 0.65em 0.5em 0.5em 1.4em;
  background-color: #446689;
  border-radius: 5px;
}

.selection-design .selection-design-inner.section-delivery .delivery-flex-frame .delivery-flex-info .delivery-flex-info-title > div h3:after {
  position: absolute;
  top: 50%;
  left: 0.7em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  width: 5px;
  height: 1.25em;
  background-color: white;
}

.selection-design .selection-design-inner.section-delivery .delivery-flex-frame .delivery-flex-info .delivery-flex-info-button {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.selection-design .selection-design-inner.section-delivery .delivery-flex-frame .delivery-flex-info .delivery-flex-info-button > div {
  padding: 1em;
}

.selection-design .selection-design-inner.section-delivery .delivery-flex-frame .delivery-flex-table-wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.selection-design .selection-design-inner.section-delivery .delivery-flex-frame .delivery-flex-table-wrapper .destination-container {
  padding: 1em 0 0 0;
}

.selection-design .selection-design-inner.section-delivery .delivery-flex-frame .delivery-flex-table-wrapper .destination-container .destination-header {
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  padding: 0.25em 0;
}

.selection-design .selection-design-inner.section-delivery .delivery-flex-frame .delivery-flex-table-wrapper .destination-container .destination-header .delivery-to {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.selection-design .selection-design-inner.section-delivery .delivery-flex-frame .delivery-flex-table-wrapper .destination-container .destination-header .delivery-to .buttons-container {
  padding-left: 0.25em;
}

.selection-design .selection-design-inner.section-delivery.delivery-sample .delivery-flex-frame .delivery-flex-info .delivery-flex-info-title > div > h3 {
  background-color: #408C73;
}

.selection-design .selection-design-inner.section-delivery.delivery-kousei .delivery-flex-frame .delivery-flex-info .delivery-flex-info-title > div > h3 {
  background-color: #C75A6B;
}

.selection-design .selection-sample-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 2em;
}

.selection-design .selection-sample-wrap .selection-sample-list {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.selection-design .selection-sample-wrap .selection-sample-list li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

@media (max-width: 61.24em) {
  .selection-design .selection-sample-wrap .selection-sample-list li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.file-list-space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.file-list-space > li {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 6em;
  flex-basis: 6em;
  margin-bottom: 0.1rem;
}

.file-list-space > li > div {
  border: 2px solid #ced4da;
  margin: 0 0.1rem 0 0;
}

.file-list-space > li > div > img {
  display: block;
  cursor: pointer;
}

.ship-type {
  position: relative;
  color: white;
  font-size: 1.2em;
  padding: 0.65em 0.5em 0.5em 1.4em;
  border-radius: 5px;
}

.ship-type:after {
  position: absolute;
  top: 50%;
  left: 0.7em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  width: 5px;
  height: 1.25em;
  background-color: white;
}

.ship-type.type-item {
  background-color: #446689;
}

.ship-type.type-sample {
  background-color: #408C73;
}

.ship-type.type-color {
  background-color: #C75A6B;
}

@media (max-width: 39.99em) {
  .delivery-map {
    width: 100%;
  }
}

.iframe-japan-map {
  width: 100%;
  height: 620px;
  border: none;
}

@media (max-width: 39.99em) {
  .iframe-japan-map {
    width: 640px;
    overflow-x: scroll;
  }
}

.sib {
  font-size: 1.25em;
}

.sib + .sib-value {
  font-size: 2em;
  font-weight: bold;
  color: #E78B5F;
}

@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translateY(-10em);
    transform: translateY(-10em);
  }
  100% {
    -webkit-transform: translateY(0em);
    transform: translateY(0em);
  }
}

@keyframes slide-down {
  0% {
    -webkit-transform: translateY(-10em);
    transform: translateY(-10em);
  }
  100% {
    -webkit-transform: translateY(0em);
    transform: translateY(0em);
  }
}

.toast-space {
  position: fixed;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: 10050;
  width: 100%;
  display: none;
}

.toast-space.show {
  display: block;
}

.toast-space.show .toast {
  -webkit-animation-name: slide-down;
  animation-name: slide-down;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.toast-space .toast {
  background-color: #fff;
  padding: 1em;
  -webkit-box-shadow: 0px 0px 13px -7px #333;
  box-shadow: 0px 0px 13px -7px #333;
  width: 80vw;
  margin: 1em auto 0;
  border-radius: 0.25em;
  -webkit-transform: translateY(-10em);
  -ms-transform: translateY(-10em);
  transform: translateY(-10em);
}

@media (max-width: 39.99em) {
  .toast-space .toast {
    width: 100%;
  }
}

.toast-space .toast.toast-alert {
  background-color: #e00;
  color: #fff;
}

.toast-space .toast.toast-warning {
  background-color: #FFA000;
  color: #fff;
}

.toast-space .toast.toast-info {
  background-color: #2398cf;
  color: #fff;
}

.toast-space .toast.toast-success {
  background-color: #1cb386;
  color: #fff;
}

.toast-space .toast.toast-sm {
  width: 60vw;
}

.toast-space .toast.toast-lg {
  width: 95vw;
}

.toast-space .toast .toast-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.toast-space .toast .toast-inner .toast-icon {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.toast-space .toast .toast-inner .toast-icon > i {
  font-size: 3em;
  margin-right: 0.25em;
}

@media (max-width: 23.49em) {
  .toast-space .toast .toast-inner .toast-icon > i {
    font-size: 2em;
  }
}

.toast-space .toast .toast-inner .toast-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  font-size: 1.75em;
  font-weight: bold;
}

@media (max-width: 23.49em) {
  .toast-space .toast .toast-inner .toast-text {
    font-size: 1.2em;
  }
}

.toast-space .toast .toast-inner .toast-close {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  color: #fff;
  margin: auto;
}

.toast-space .toast .toast-inner .toast-close > a {
  display: block;
  font-size: 2em;
  color: #ffffff;
  pointer-events: auto;
}

.toast-space .toast .toast-inner .toast-close > a:hover {
  color: #fcee00;
}
