@charset "UTF-8";
@import url("https://use.typekit.net/xbs8hmz.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: myriad-pro, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  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/hero-bg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  height: 631px; }
  @media (max-width: 1000px) {
    .hero-section {
      height: auto; } }

.bottom-hero {
  position: relative; }
  .bottom-hero .inner {
    background-color: #fff;
    padding: 5rem 11rem;
    margin: -12rem 8rem 5rem 8rem; }
    @media (max-width: 1000px) {
      .bottom-hero .inner {
        padding: 2rem;
        margin: -5rem 1rem 3rem 1rem; } }
  .bottom-hero h2 {
    font-size: 4rem;
    line-height: 4.2rem;
    font-weight: 400;
    margin-bottom: 3rem;
    color: #030000; }
    @media (max-width: 1000px) {
      .bottom-hero h2 {
        font-size: 2.8rem;
        line-height: 3rem; } }
  .bottom-hero .text {
    color: #030000;
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 400; }
    @media (max-width: 1000px) {
      .bottom-hero .text {
        font-size: 1.6rem;
        line-height: 2.2rem; } }

.product-section {
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-align: center; }
  .product-section__wrapper {
    position: relative;
    padding: 0;
    margin-bottom: 10rem; }
    @media (max-width: 768px) {
      .product-section__wrapper {
        margin-bottom: 5rem; } }
  .product-section__image {
    margin: 0 auto 2rem auto; }
  .product-section__image02 {
    margin: 0 auto; }
  .product-section h2 {
    font-size: 3.6rem;
    line-height: 4rem;
    font-weight: 400;
    margin-bottom: 2rem;
    color: #030000; }
    @media (max-width: 768px) {
      .product-section h2 {
        font-size: 3rem;
        line-height: 3.6rem; } }
  .product-section h3 {
    font-size: 3rem;
    line-height: 3.6rem;
    font-weight: 400;
    margin-bottom: 2rem;
    color: #030000; }
    @media (max-width: 768px) {
      .product-section h3 {
        font-size: 2.4rem;
        line-height: 3rem; } }
  .product-section h4 {
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: 400;
    margin-bottom: 2rem;
    color: #030000; }
    @media (max-width: 768px) {
      .product-section h4 {
        font-size: 2.2rem;
        line-height: 2.8rem; } }
  .product-section h5 {
    font-size: 2rem;
    line-height: 2.6rem;
    font-weight: 400;
    margin-bottom: 2rem;
    color: #030000; }
  .product-section p {
    color: #030000;
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 400;
    margin-bottom: 1rem; }
  .product-section strong {
    font-weight: 700; }
  .product-section .light {
    font-weight: 300; }
  @media (max-width: 768px) {
    .product-section .flex-reverse-small {
      flex-direction: column-reverse; } }
  .product-section .btn {
    font-size: 1.8rem;
    font-weight: 700;
    background-color: #8b24ff;
    color: #fff;
    border: 2px solid #8b24ff;
    text-transform: lowercase;
    line-height: 34px;
    height: 40px;
    text-transform: uppercase; }
    .product-section .btn:hover, .product-section .btn:focus {
      background-color: #030000;
      color: #fff;
      border-color: #030000; }
  .product-section .h100 {
    height: 120px; }
    @media (max-width: 768px) {
      .product-section .h100 {
        height: auto; } }
  .product-section ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    list-style: none;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 2rem;
    color: #8b24ff;
    list-style-position: inside; }
    .product-section ul li {
      margin-bottom: 1rem; }
    .product-section ul li::before {
      content: "•";
      margin-right: 4px;
      display: inline-block;
      width: 1em;
      font-size: 1.8rem; }
    @media (max-width: 768px) {
      .product-section ul {
        font-size: 2rem;
        line-height: 2.4rem; } }
  .product-section .mb50 {
    margin-bottom: 5rem; }
    @media (max-width: 768px) {
      .product-section .mb50 {
        margin-bottom: 3rem; } }
  .product-section .mb20 {
    margin-bottom: 2rem; }
  .product-section .mb40 {
    margin-bottom: 4rem; }
    @media (max-width: 768px) {
      .product-section .mb40 {
        margin-bottom: 2rem; } }
  .product-section .mb0 {
    margin-bottom: 0 !important; }
  .product-section .txt-box {
    background: #eee;
    padding: 6rem 8rem; }
    @media (max-width: 768px) {
      .product-section .txt-box {
        padding: 3rem; } }
  .product-section .color {
    color: #8b24ff; }
  @media (max-width: 768px) {
    .product-section .box-items a.btn {
      margin-bottom: 3rem; } }
  .product-section .box-col {
    background: #eee;
    padding: 3rem 3.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .product-section .expert-box {
    background: #eee; }
    .product-section .expert-box img {
      margin-left: 0; }
    @media (max-width: 768px) {
      .product-section .expert-box img {
        margin-left: auto; } }
  .product-section .item-box {
    margin: 0; }
    .product-section .item-box .l-col-s-12 {
      padding: 0; }

.poll-container,
.poll {
  background-image: url("../img/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: myriad-pro, 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: myriad-pro, sans-serif;
  font-size: 4rem;
  color: #000; }

.question-header,
.poll-question-header h3 {
  font-family: myriad-pro, 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: myriad-pro, 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: myriad-pro, 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: myriad-pro, 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; }
