@import url("https://use.typekit.net/kpb1jze.css");
[class*="l-col-"] {
  padding: 0 1.5rem;
  width: 100%;
  max-width: 100%;
  min-height: 1px; }
  @media (min-width: 768px) {
    [class*="l-col-"] {
      padding: 0 3rem; } }

@media (min-width: 0px) {
  .l-col-xs-1 {
    max-width: 8.33333%;
    flex-basis: 8.33333%; }
  .l-col-xs-2 {
    max-width: 16.66667%;
    flex-basis: 16.66667%; }
  .l-col-xs-3 {
    max-width: 25%;
    flex-basis: 25%; }
  .l-col-xs-4 {
    max-width: 33.33333%;
    flex-basis: 33.33333%; }
  .l-col-xs-5 {
    max-width: 41.66667%;
    flex-basis: 41.66667%; }
  .l-col-xs-6 {
    max-width: 50%;
    flex-basis: 50%; }
  .l-col-xs-7 {
    max-width: 58.33333%;
    flex-basis: 58.33333%; }
  .l-col-xs-8 {
    max-width: 66.66667%;
    flex-basis: 66.66667%; }
  .l-col-xs-9 {
    max-width: 75%;
    flex-basis: 75%; }
  .l-col-xs-10 {
    max-width: 83.33333%;
    flex-basis: 83.33333%; }
  .l-col-xs-11 {
    max-width: 91.66667%;
    flex-basis: 91.66667%; }
  .l-col-xs-12 {
    max-width: 100%;
    flex-basis: 100%; } }

@media (min-width: 576px) {
  .l-col-s-1 {
    max-width: 8.33333%;
    flex-basis: 8.33333%; }
  .l-col-s-2 {
    max-width: 16.66667%;
    flex-basis: 16.66667%; }
  .l-col-s-3 {
    max-width: 25%;
    flex-basis: 25%; }
  .l-col-s-4 {
    max-width: 33.33333%;
    flex-basis: 33.33333%; }
  .l-col-s-5 {
    max-width: 41.66667%;
    flex-basis: 41.66667%; }
  .l-col-s-6 {
    max-width: 50%;
    flex-basis: 50%; }
  .l-col-s-7 {
    max-width: 58.33333%;
    flex-basis: 58.33333%; }
  .l-col-s-8 {
    max-width: 66.66667%;
    flex-basis: 66.66667%; }
  .l-col-s-9 {
    max-width: 75%;
    flex-basis: 75%; }
  .l-col-s-10 {
    max-width: 83.33333%;
    flex-basis: 83.33333%; }
  .l-col-s-11 {
    max-width: 91.66667%;
    flex-basis: 91.66667%; }
  .l-col-s-12 {
    max-width: 100%;
    flex-basis: 100%; } }

@media (min-width: 768px) {
  .l-col-m-1 {
    max-width: 8.33333%;
    flex-basis: 8.33333%; }
  .l-col-m-2 {
    max-width: 16.66667%;
    flex-basis: 16.66667%; }
  .l-col-m-3 {
    max-width: 25%;
    flex-basis: 25%; }
  .l-col-m-4 {
    max-width: 33.33333%;
    flex-basis: 33.33333%; }
  .l-col-m-5 {
    max-width: 41.66667%;
    flex-basis: 41.66667%; }
  .l-col-m-6 {
    max-width: 50%;
    flex-basis: 50%; }
  .l-col-m-7 {
    max-width: 58.33333%;
    flex-basis: 58.33333%; }
  .l-col-m-8 {
    max-width: 66.66667%;
    flex-basis: 66.66667%; }
  .l-col-m-9 {
    max-width: 75%;
    flex-basis: 75%; }
  .l-col-m-10 {
    max-width: 83.33333%;
    flex-basis: 83.33333%; }
  .l-col-m-11 {
    max-width: 91.66667%;
    flex-basis: 91.66667%; }
  .l-col-m-12 {
    max-width: 100%;
    flex-basis: 100%; } }

@media (min-width: 1000px) {
  .l-col-l-1 {
    max-width: 8.33333%;
    flex-basis: 8.33333%; }
  .l-col-l-2 {
    max-width: 16.66667%;
    flex-basis: 16.66667%; }
  .l-col-l-3 {
    max-width: 25%;
    flex-basis: 25%; }
  .l-col-l-4 {
    max-width: 33.33333%;
    flex-basis: 33.33333%; }
  .l-col-l-5 {
    max-width: 41.66667%;
    flex-basis: 41.66667%; }
  .l-col-l-6 {
    max-width: 50%;
    flex-basis: 50%; }
  .l-col-l-7 {
    max-width: 58.33333%;
    flex-basis: 58.33333%; }
  .l-col-l-8 {
    max-width: 66.66667%;
    flex-basis: 66.66667%; }
  .l-col-l-9 {
    max-width: 75%;
    flex-basis: 75%; }
  .l-col-l-10 {
    max-width: 83.33333%;
    flex-basis: 83.33333%; }
  .l-col-l-11 {
    max-width: 91.66667%;
    flex-basis: 91.66667%; }
  .l-col-l-12 {
    max-width: 100%;
    flex-basis: 100%; } }

.l-container {
  width: 100%;
  max-width: calc(100rem + 3rem);
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.5rem; }

.l-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -1.5rem; }
  @media (min-width: 768px) {
    .l-row {
      margin: 0 -3rem; } }

.no-gutter {
  margin: 0; }
  .no-gutter [class*="l-col-"] {
    padding: 0; }

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

html {
  font-size: 57%; }
  @media (min-width: 768px) {
    html {
      font-size: 62.5%; } }

body {
  font-family: "europa", sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #9f7c66;
  background-color: #fff;
  line-height: 1.4; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  display: block; }

section .container {
  position: relative; }
  @media (min-width: 1000px) {
    section .container {
      max-width: 100rem; } }

.wrapper section {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto; }

.footer {
  padding: 3rem 1rem 3rem 1rem; }

.hero-section {
  background-image: url("../img/site/hero-bg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #fff;
  overflow: hidden;
  height: 371px; }
  .hero-section__logo {
    margin: 2rem 9rem; }
    @media (max-width: 1000px) {
      .hero-section__logo {
        margin: 2rem 0; } }

.bottom-hero .inner {
  background-color: #fff;
  padding: 4rem 4rem;
  margin: -6.5rem 9rem 0 9rem; }
  @media (max-width: 1000px) {
    .bottom-hero .inner {
      margin: -4rem 2rem 0 2rem;
      padding: 2rem; } }

.bottom-hero h2 {
  font-size: 3.5rem;
  line-height: 4rem;
  font-weight: 400;
  margin-bottom: 2rem;
  color: #ffb467; }

.bottom-hero h3 {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 400;
  margin-bottom: 2rem;
  color: #ffb467; }

.bottom-hero .text {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 300; }
  .bottom-hero .text strong {
    font-weight: 400; }
  .bottom-hero .text p {
    margin-bottom: 1rem; }

.bottom-hero .inner-bottom p {
  color: #ffb467; }

.p0 {
  padding: 0 !important; }
  @media (max-width: 768px) {
    .p0 img {
      margin: 0 auto; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.box-carousel .slick-prev,
.box-carousel .slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 24%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  color: #9f7c66;
  outline: none;
  z-index: 1;
  font-weight: 400; }
  .box-carousel .slick-prev:before,
  .box-carousel .slick-next:before {
    font-size: 50px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.box-carousel .slick-prev {
  left: 40px; }
  .box-carousel .slick-prev:before {
    content: "<"; }

.box-carousel .slick-next {
  right: 40px; }
  .box-carousel .slick-next:before {
    content: ">"; }

.product-section {
  padding: 0;
  margin: 7rem 0;
  overflow: hidden; }
  .product-section__wrapper {
    position: relative; }
  .product-section__image {
    margin: 0 auto 2rem auto; }
  .product-section h2 {
    font-size: 3.5rem;
    line-height: 4rem;
    font-weight: 400;
    margin-bottom: 2rem;
    color: #ffb467; }
  .product-section h3 {
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 400;
    margin-bottom: 0; }
  .product-section h4 {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 400;
    margin-bottom: 2rem; }
  .product-section .text {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 300; }
    .product-section .text strong {
      font-weight: 400; }
    .product-section .text p {
      margin-bottom: 1rem; }
  @media (max-width: 768px) {
    .product-section .flex-reverse-small {
      flex-direction: column-reverse; } }
  .product-section h2.bg-h {
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
  .product-section .bg-i {
    float: right; }
    @media (max-width: 768px) {
      .product-section .bg-i {
        float: inherit;
        margin: 0 auto; } }
  .product-section ul {
    margin-bottom: 2rem; }
  .product-section .btn {
    border-radius: 10rem;
    -webkit-border-radius: 10rem;
    -moz-border-radius: 10rem;
    -ms-border-radius: 10rem;
    -o-border-radius: 10rem;
    font-size: 1.6rem;
    font-weight: 400;
    background-color: #ffb467;
    color: #fff;
    border: 2px solid #ffb467; }
    .product-section .btn:hover, .product-section .btn:focus {
      background-color: #fff;
      color: #9f7c66;
      border-color: #9f7c66; }
  .product-section.section-bg {
    background: #ffb467;
    padding-top: 4rem;
    padding-bottom: 4rem; }
    .product-section.section-bg h2, .product-section.section-bg .text, .product-section.section-bg p {
      color: #fff; }
    .product-section.section-bg .btn {
      background-color: #fff;
      color: #9f7c66; }
      .product-section.section-bg .btn:hover, .product-section.section-bg .btn:focus {
        background-color: #ffb467;
        color: #fff;
        border-color: #fff; }
  .product-section.expert-box p {
    font-size: 1.6rem; }
  .product-section.expert-box h3 {
    margin-bottom: 1rem; }
  .product-section.expert-box .expert-box-item {
    position: relative;
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      .product-section.expert-box .expert-box-item {
        display: block; } }
    .product-section.expert-box .expert-box-item .product-section__content {
      margin-left: 17rem;
      border: 10px solid #ffb467;
      padding: 7rem 7rem 7rem 17rem;
      border-radius: 10rem;
      -webkit-border-radius: 10rem;
      -moz-border-radius: 10rem;
      -ms-border-radius: 10rem;
      -o-border-radius: 10rem; }
      @media (max-width: 768px) {
        .product-section.expert-box .expert-box-item .product-section__content {
          padding: 7rem 5rem 5rem 5rem;
          margin-left: 0; } }
    .product-section.expert-box .expert-box-item img {
      position: absolute;
      left: 0;
      margin: 0; }
      @media (max-width: 768px) {
        .product-section.expert-box .expert-box-item img {
          position: relative;
          left: inherit;
          margin: 0 auto -5rem auto; } }
  .product-section.product-items-box h3 {
    margin-bottom: 1rem; }
  .product-section.product-items-box img {
    margin: 0 auto; }
  .product-section ul {
    text-align: left;
    list-style: disc;
    margin-left: 2rem;
    font-size: 1.6rem;
    line-height: 2.1rem;
    margin-bottom: 2rem; }
    .product-section ul li {
      margin-bottom: 1rem; }
  .product-section .mb0 {
    margin-bottom: 0.5rem !important; }
  .product-section .mb4 {
    margin-bottom: 3rem !important; }
  @media (max-width: 768px) {
    .product-section.section01 .btn {
      margin-bottom: 3rem; } }
  .product-section.video-box img {
    margin: 0 auto; }
  .product-section .disbot {
    display: flex;
    align-items: self-end;
    justify-content: center; }

.hide-xs {
  display: block; }
  @media (max-width: 768px) {
    .hide-xs {
      display: none; } }

.box-carousel ul {
  padding: 0 5rem;
  height: 100px; }

.box-carousel h3 {
  margin-top: 2rem; }

.slick-dots {
  display: none !important; }

.poll-container,
.poll {
  background-image: url("../img/site/poll-bg.jpg");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-color: #fff;
  padding-top: 6rem;
  padding-bottom: 3rem;
  color: #000;
  min-height: 645px; }

.poll-container h2,
.poll hgroup > h1 {
  font-family: "europa", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 4rem;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 1.5rem; }

#counter,
.poll #counter,
.poll #counter-current {
  margin-top: 2rem;
  font-weight: 700;
  font-family: "europa", sans-serif;
  font-size: 4rem;
  color: #000; }

.question-header,
.poll-question-header h3 {
  font-family: "europa", sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 300;
  color: #000;
  margin: 0 auto;
  max-width: 820px; }

.poll .poll-question {
  max-width: 645px;
  margin-top: 0.5rem; }

.question-options {
  max-width: 645px;
  padding-bottom: 0; }

.question-options .option,
.poll-question .option {
  display: block;
  position: relative;
  width: 100%;
  font-size: 1.6rem;
  font-style: normal;
  line-height: normal;
  margin: 1rem 0;
  color: inherit;
  font-family: "europa", sans-serif;
  font-weight: 400;
  text-transform: none; }

.poll-question {
  padding-bottom: 0;
  max-width: 645px; }
  .poll-question input[type="radio"] + label,
  .poll-question input[type="checkbox"] + label {
    font-family: "europa", sans-serif;
    margin: 0;
    font-size: 1.6rem;
    line-height: normal;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    height: auto;
    min-height: 50px;
    font-weight: 300;
    background: #fff;
    border: 0;
    color: #000;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 645px; }
  .poll-question.single .option.option-other .inline input, .poll-question.multi .option.option-other .inline input {
    background: #fff;
    border: 0;
    color: #000;
    font-weight: 700; }
  .poll-question.single-image label > img {
    margin-bottom: 15px; }
  .poll-question input[type="radio"] + label:hover,
  .poll-question input[type="radio"]:checked + label,
  .poll-question input[type="checkbox"] + label:hover,
  .poll-question input[type="checkbox"]:checked + label {
    background: #e6e6e6;
    border: 0;
    color: #000;
    font-weight: 700; }

.form-navi,
.form-submit {
  max-width: 645px;
  justify-content: center; }

.form-navi {
  display: flex;
  width: 100%;
  margin-top: 3rem;
  text-align: center; }
  .form-navi .btn.prev,
  .form-navi .btn.next {
    font-size: 1.6rem;
    font-weight: 700;
    font-family: "europa", sans-serif;
    height: 40px;
    border: 0;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    max-width: 200px; }
    .form-navi .btn.prev:hover, .form-navi .btn.prev:focus,
    .form-navi .btn.next:hover,
    .form-navi .btn.next:focus {
      background: #fff;
      border: 0;
      color: #000;
      font-weight: 700; }
  .form-navi .btn,
  .form-navi .btn i {
    display: inline-block;
    font-style: normal; }
  .form-navi .btn:before {
    display: none; }
  .form-navi .btn.prev i {
    padding-right: 2.5rem; }
  .form-navi .btn.next {
    margin-left: 2rem; }
    .form-navi .btn.next i {
      padding-left: 2.5rem; }

#poll-container .rules a {
  color: #000;
  font-weight: 500; }

form#poll-form {
  overflow-x: visible; }

.poll-question.multi-image, .poll-question.single-image {
  max-width: 73rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  .poll-question.multi-image > .option, .poll-question.single-image > .option {
    flex: 0 0 50%;
    padding: 0 1rem;
    margin: 1rem auto; }
    @media (min-width: 768px) {
      .poll-question.multi-image > .option, .poll-question.single-image > .option {
        flex: 0 0 20%; } }
    .poll-question.multi-image > .option label, .poll-question.single-image > .option label {
      display: block;
      background-color: transparent !important; }
      .poll-question.multi-image > .option label > span, .poll-question.single-image > .option label > span {
        display: block;
        font-weight: 300;
        font-size: 1.8rem;
        color: #fff;
        margin-top: 0.5rem; }
      .poll-question.multi-image > .option label .checked-style, .poll-question.single-image > .option label .checked-style {
        width: 1.6rem;
        height: 1.6rem;
        border-radius: 50%;
        border: 1px solid #fff;
        padding: 0.3rem;
        margin-top: 0.5rem; }
        .poll-question.multi-image > .option label .checked-style div, .poll-question.single-image > .option label .checked-style div {
          width: 0.8rem;
          height: 0.8rem;
          border-radius: 50%;
          border: none;
          background-color: transparent; }
    .poll-question.multi-image > .option input[type="radio"]:checked + label .checked-style div,
    .poll-question.multi-image > .option input[type="checkbox"]:checked + label .checked-style div,
    .poll-question.multi-image > .option input[type="radio"]:hover + label .checked-style div,
    .poll-question.multi-image > .option input[type="checkbox"]:hover + label .checked-style div, .poll-question.single-image > .option input[type="radio"]:checked + label .checked-style div,
    .poll-question.single-image > .option input[type="checkbox"]:checked + label .checked-style div,
    .poll-question.single-image > .option input[type="radio"]:hover + label .checked-style div,
    .poll-question.single-image > .option input[type="checkbox"]:hover + label .checked-style div {
      background-color: #eac978; }
    .poll-question.multi-image > .option input[type="radio"]:checked + label span,
    .poll-question.multi-image > .option input[type="checkbox"]:checked + label span,
    .poll-question.multi-image > .option input[type="radio"]:hover + label span,
    .poll-question.multi-image > .option input[type="checkbox"]:hover + label span, .poll-question.single-image > .option input[type="radio"]:checked + label span,
    .poll-question.single-image > .option input[type="checkbox"]:checked + label span,
    .poll-question.single-image > .option input[type="radio"]:hover + label span,
    .poll-question.single-image > .option input[type="checkbox"]:hover + label span {
      font-weight: 700; }

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

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

.h-display-flex {
  display: flex; }

.h-display-sticky {
  position: sticky; }

.h-display-none {
  position: none; }

.h-justify-content-left {
  justify-content: flex-start; }

.h-justify-content-right {
  justify-content: flex-end; }

.h-justify-content-center {
  justify-content: center; }

.h-justify-content-around {
  justify-content: space-around; }

.h-justify-content-between {
  justify-content: space-between; }

.h-align-items-left {
  align-items: flex-start; }

.h-align-items-right {
  align-items: flex-end; }

.h-align-items-center {
  align-items: center; }

.h-text-left {
  text-align: left; }

.h-text-right {
  text-align: right; }

.h-text-center {
  text-align: center; }

.h-flex-dir-row {
  flex-direction: row; }

.h-flex-dir-row-reverse {
  flex-direction: row-reverse; }

.h-flex-dir-column {
  flex-direction: column; }

.h-flex-dir-column-reverse {
  flex-direction: column-reverse; }

.h-show {
  display: block; }

[class*="h-show-"],
.h-hide {
  display: none; }

.h-margin-auto {
  margin-left: auto;
  margin-right: auto; }

.h-invisible {
  visibility: hidden; }

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

.h-uppercase {
  text-transform: uppercase; }

@media (min-width: 0px) {
  .h-hide-xs {
    display: none; }
  .h-show-xs {
    display: block; } }

@media (min-width: 576px) {
  .h-hide-s {
    display: none; }
  .h-show-s {
    display: block; } }

@media (min-width: 768px) {
  .h-hide-m {
    display: none; }
  .h-show-m {
    display: block; } }

@media (min-width: 1000px) {
  .h-hide-l {
    display: none; }
  .h-show-l {
    display: block; } }

.h-spacer {
  width: 100%;
  clear: both; }

.h-spacer--0 {
  height: 0; }

.h-spacer--5 {
  height: 5px; }

.h-spacer--10 {
  height: 10px; }

.h-spacer--15 {
  height: 15px; }

.h-spacer--20 {
  height: 20px; }

.h-spacer--30 {
  height: 30px; }

.h-spacer--45 {
  height: 45px; }

.h-spacer--50 {
  height: 50px; }

.h-spacer--90 {
  height: 70px; }

.h-mt-0 {
  margin-top: 0; }

.h-mt-5 {
  margin-top: 5px; }

.h-mt-10 {
  margin-top: 10px; }

.h-mt-15 {
  margin-top: 15px; }

.h-mt-20 {
  margin-top: 20px; }

.h-mt-30 {
  margin-top: 30px; }

.h-mt-45 {
  margin-top: 45px; }

.h-mt-50 {
  margin-top: 50px; }

.h-mt-90 {
  margin-top: 70px; }

@media (min-width: 0px) {
  .h-mt-xs-0 {
    margin-top: 0; } }

@media (min-width: 576px) {
  .h-mt-s-0 {
    margin-top: 0; } }

@media (min-width: 768px) {
  .h-mt-m-0 {
    margin-top: 0; } }

@media (min-width: 1000px) {
  .h-mt-l-0 {
    margin-top: 0; } }

@media (min-width: 0px) {
  .h-mt-xs-5 {
    margin-top: 5px; } }

@media (min-width: 576px) {
  .h-mt-s-5 {
    margin-top: 5px; } }

@media (min-width: 768px) {
  .h-mt-m-5 {
    margin-top: 5px; } }

@media (min-width: 1000px) {
  .h-mt-l-5 {
    margin-top: 5px; } }

@media (min-width: 0px) {
  .h-mt-xs-10 {
    margin-top: 10px; } }

@media (min-width: 576px) {
  .h-mt-s-10 {
    margin-top: 10px; } }

@media (min-width: 768px) {
  .h-mt-m-10 {
    margin-top: 10px; } }

@media (min-width: 1000px) {
  .h-mt-l-10 {
    margin-top: 10px; } }

@media (min-width: 0px) {
  .h-mt-xs-15 {
    margin-top: 15px; } }

@media (min-width: 576px) {
  .h-mt-s-15 {
    margin-top: 15px; } }

@media (min-width: 768px) {
  .h-mt-m-15 {
    margin-top: 15px; } }

@media (min-width: 1000px) {
  .h-mt-l-15 {
    margin-top: 15px; } }

@media (min-width: 0px) {
  .h-mt-xs-20 {
    margin-top: 20px; } }

@media (min-width: 576px) {
  .h-mt-s-20 {
    margin-top: 20px; } }

@media (min-width: 768px) {
  .h-mt-m-20 {
    margin-top: 20px; } }

@media (min-width: 1000px) {
  .h-mt-l-20 {
    margin-top: 20px; } }

@media (min-width: 0px) {
  .h-mt-xs-30 {
    margin-top: 30px; } }

@media (min-width: 576px) {
  .h-mt-s-30 {
    margin-top: 30px; } }

@media (min-width: 768px) {
  .h-mt-m-30 {
    margin-top: 30px; } }

@media (min-width: 1000px) {
  .h-mt-l-30 {
    margin-top: 30px; } }

@media (min-width: 0px) {
  .h-mt-xs-45 {
    margin-top: 45px; } }

@media (min-width: 576px) {
  .h-mt-s-45 {
    margin-top: 45px; } }

@media (min-width: 768px) {
  .h-mt-m-45 {
    margin-top: 45px; } }

@media (min-width: 1000px) {
  .h-mt-l-45 {
    margin-top: 45px; } }

@media (min-width: 0px) {
  .h-mt-xs-50 {
    margin-top: 50px; } }

@media (min-width: 576px) {
  .h-mt-s-50 {
    margin-top: 50px; } }

@media (min-width: 768px) {
  .h-mt-m-50 {
    margin-top: 50px; } }

@media (min-width: 1000px) {
  .h-mt-l-50 {
    margin-top: 50px; } }

@media (min-width: 0px) {
  .h-mt-xs-90 {
    margin-top: 70px; } }

@media (min-width: 576px) {
  .h-mt-s-90 {
    margin-top: 70px; } }

@media (min-width: 768px) {
  .h-mt-m-90 {
    margin-top: 70px; } }

@media (min-width: 1000px) {
  .h-mt-l-90 {
    margin-top: 70px; } }

.h-weight-300 {
  font-weight: 300; }

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

.h-size-14 {
  font-size: 14px; }

.h-size-16 {
  font-size: 16px; }

.h-size-18 {
  font-size: 18px; }

.h-size-20 {
  font-size: 20px; }

.h-size-22 {
  font-size: 22px; }

.h-size-26 {
  font-size: 26px; }

.h-size-36 {
  font-size: 36px; }

@media (min-width: 0px) {
  .h-size-xs-14 {
    font-size: 14px; } }

@media (min-width: 576px) {
  .h-size-s-14 {
    font-size: 14px; } }

@media (min-width: 768px) {
  .h-size-m-14 {
    font-size: 14px; } }

@media (min-width: 1000px) {
  .h-size-l-14 {
    font-size: 14px; } }

@media (min-width: 0px) {
  .h-size-xs-16 {
    font-size: 16px; } }

@media (min-width: 576px) {
  .h-size-s-16 {
    font-size: 16px; } }

@media (min-width: 768px) {
  .h-size-m-16 {
    font-size: 16px; } }

@media (min-width: 1000px) {
  .h-size-l-16 {
    font-size: 16px; } }

@media (min-width: 0px) {
  .h-size-xs-18 {
    font-size: 18px; } }

@media (min-width: 576px) {
  .h-size-s-18 {
    font-size: 18px; } }

@media (min-width: 768px) {
  .h-size-m-18 {
    font-size: 18px; } }

@media (min-width: 1000px) {
  .h-size-l-18 {
    font-size: 18px; } }

@media (min-width: 0px) {
  .h-size-xs-20 {
    font-size: 20px; } }

@media (min-width: 576px) {
  .h-size-s-20 {
    font-size: 20px; } }

@media (min-width: 768px) {
  .h-size-m-20 {
    font-size: 20px; } }

@media (min-width: 1000px) {
  .h-size-l-20 {
    font-size: 20px; } }

@media (min-width: 0px) {
  .h-size-xs-22 {
    font-size: 22px; } }

@media (min-width: 576px) {
  .h-size-s-22 {
    font-size: 22px; } }

@media (min-width: 768px) {
  .h-size-m-22 {
    font-size: 22px; } }

@media (min-width: 1000px) {
  .h-size-l-22 {
    font-size: 22px; } }

@media (min-width: 0px) {
  .h-size-xs-26 {
    font-size: 26px; } }

@media (min-width: 576px) {
  .h-size-s-26 {
    font-size: 26px; } }

@media (min-width: 768px) {
  .h-size-m-26 {
    font-size: 26px; } }

@media (min-width: 1000px) {
  .h-size-l-26 {
    font-size: 26px; } }

@media (min-width: 0px) {
  .h-size-xs-36 {
    font-size: 36px; } }

@media (min-width: 576px) {
  .h-size-s-36 {
    font-size: 36px; } }

@media (min-width: 768px) {
  .h-size-m-36 {
    font-size: 36px; } }

@media (min-width: 1000px) {
  .h-size-l-36 {
    font-size: 36px; } }

.h-color-white {
  color: #fff; }

.h-color-red {
  color: #e10505; }

.h-color-text {
  color: #000; }

.h-color-orange {
  color: #f4ac28; }

.h-color-blue {
  color: #01a7e3; }
