@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
[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: "Quicksand", sans-serif;
  font-weight: 300;
  font-size: 20px;
  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/bg11.png");
  background-size: auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #fff;
  overflow: inherit;
  padding-bottom: 1rem; }
  @media (max-width: 1000px) {
    .hero-section {
      background-image: url("../img/bg11.png");
      background-size: cover;
      background-position: top center;
      background-repeat: no-repeat;
      padding-bottom: 1rem; } }
  .hero-section img {
    margin: 0 auto 1rem auto; }
  .hero-section h2 {
    font-size: 3.5rem;
    line-height: 3.7rem;
    font-weight: 500;
    margin: 3rem 0 1rem 0;
    color: #5399bb;
    text-transform: none; }
  .hero-section h3 {
    color: #5399bb;
    font-size: 2.5rem;
    line-height: 2.7rem;
    font-weight: 400;
    margin: 3rem 0; }
    .hero-section h3.mtop0 {
      margin-top: 0; }
  .hero-section .l-row h3 {
    font-weight: 500; }
  .hero-section p {
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 1rem; }
    .hero-section p strong {
      font-weight: 700; }
  .hero-section .l-container {
    background-color: #fff;
    margin-bottom: 2rem;
    text-align: center;}
  .hero-section .section__hr {
    margin: 3rem auto; }
  .hero-section p, .hero-section h2, .hero-section h3 {
    padding-left: 10rem;
    padding-right: 10rem; }
    @media (max-width: 1000px) {
      .hero-section p, .hero-section h2, .hero-section h3 {
        padding-left: 2rem;
        padding-right: 2rem; } }
  .hero-section .l-row .l-col-m-6 p, .hero-section .l-row .l-col-m-6 h2, .hero-section .l-row .l-col-m-6 h3 {
    padding-left: 2rem;
    padding-right: 2rem;
    margin: 0 0 1rem 0; }
    @media (max-width: 1000px) {
      .hero-section .l-row .l-col-m-6 p, .hero-section .l-row .l-col-m-6 h2, .hero-section .l-row .l-col-m-6 h3 {
        padding-left: 1rem;
        padding-right: 1rem; } }
  .hero-section .accordion__item--panel {
    display: none; }
  .hero-section .accordion__item--button {
    margin-bottom: 2rem;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    background: transparent;
    color: #ed76b1; }
  .hero-section .accordion__item--panel {
    background-color: #e3edf8;
    padding-bottom: 2rem;
    position: absolute; }
  .hero-section .accordion-box {
    position: relative; }
  .hero-section .accordion-box.current {
    z-index: 1;
    background: linear-gradient(to bottom, transparent 250px, #e3edf8 250px); }

.product-section {
  padding: 6rem 0 0 0;
  overflow: hidden; }
  .product-section__wrapper {
    margin-bottom: 0;
    position: relative; }
    .product-section__wrapper.single-row {
      text-align: center; }
  .product-section__image {
    margin: 0 auto; }
    @media (max-width: 768px) {
      .product-section__image {
        margin-top: 2rem; } }
  .product-section h2 {
    font-size: 3.5rem;
    line-height: 3.7rem;
    font-weight: 500;
    margin: 0 0 2rem 0;
    color: #5399bb;
    text-transform: none; }
  .product-section .text {
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: 300; }
    .product-section .text strong {
      font-weight: 600; }
    .product-section .text p {
      margin-bottom: 3rem; }
  @media (max-width: 768px) {
    .product-section .flex-reverse-small {
      flex-direction: column-reverse; } }
  .product-section .box-item {
    max-width: 100%;
    padding: 6rem 0; }
  .product-section .box02 {
    margin-bottom: 6rem;
    background-image: url("../img/bg33.png");
    background-size: auto;
    background-position: top center;
    background-repeat: no-repeat;
    text-align: center;}
    @media (max-width: 1000px) {
      .product-section .box02 {
        background-image: url("../img/bg33.png");
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat; } }
  .product-section .box03 {
    background-image: url("../img/bg11.png");
    background-size: auto;
    background-position: top center;
    background-repeat: no-repeat;
    margin-bottom: 6rem;
    text-align: center;}
    .product-section .box03 .l-container {
      background-color: #fff;
      margin-bottom: 6rem; }
      .product-section .box03 .l-container:last-child {
        margin-bottom: 0; }
    @media (max-width: 1000px) {
      .product-section .box03 {
        background-image: url("../img/bg11.png");
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat; } }
  .product-section p, .product-section h2, .product-section h3 {
    padding-left: 10rem;
    padding-right: 10rem; }
    @media (max-width: 1000px) {
      .product-section p, .product-section h2, .product-section h3 {
        padding-left: 2rem;
        padding-right: 2rem; } }
  .product-section .section__hr {
    margin: 0 auto -4rem auto;
    position: relative;
    z-index: 1; }
  .product-section .box02 p, .product-section .box02 h2, .product-section .box02 h3,
  .product-section .box05 p,
  .product-section .box05 h2,
  .product-section .box05 h3 {
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 2rem auto; }
    @media (max-width: 1000px) {
      .product-section .box02 p, .product-section .box02 h2, .product-section .box02 h3,
      .product-section .box05 p,
      .product-section .box05 h2,
      .product-section .box05 h3 {
        padding-left: 1rem;
        padding-right: 1rem; } }
  .product-section .hart-box {
    position: relative;
    margin-bottom: 6rem; }
    @media (max-width: 768px) {
      .product-section .hart-box {
        margin-bottom: 0; } }
    .product-section .hart-box img {
      position: absolute;
      top: 0;
      right: 0; }
      @media (max-width: 768px) {
        .product-section .hart-box img {
          display: none; } }
    .product-section .hart-box h2, .product-section .hart-box p {
      z-index: 1;
      position: relative; }
  .product-section .hart-box02 {
    position: relative;
    margin-bottom: 0; }
    @media (max-width: 768px) {
      .product-section .hart-box02 {
        margin-bottom: 0; } }
    .product-section .hart-box02 img {
      position: absolute;
      top: 2rem;
      left: 2rem; }
      @media (max-width: 768px) {
        .product-section .hart-box02 img {
          display: none; } }
    .product-section .hart-box02 h2, .product-section .hart-box02 p {
      z-index: 1;
      position: relative; }
    .product-section .hart-box02 h2 {
      padding-top: 3rem; }
  .product-section .hart-box03 {
    position: relative;
    margin-bottom: 0; }
    @media (max-width: 768px) {
      .product-section .hart-box03 {
        margin-bottom: 0; } }
    .product-section .hart-box03 img {
      position: absolute;
      top: 2rem;
      right: 2rem; }
      @media (max-width: 768px) {
        .product-section .hart-box03 img {
          display: none; } }
    .product-section .hart-box03 h2, .product-section .hart-box03 p {
      z-index: 1;
      position: relative; }
    .product-section .hart-box03 h2 {
      padding-top: 3rem; }
  .product-section .btn {
    background-color: #ed76b1;
    color: #fff;
    font-size: 1.6rem;
    border-radius: 200px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    -ms-border-radius: 200px;
    -o-border-radius: 200px; }
    .product-section .btn:hover {
      background-color: #000; }
  .product-section .color {
    color: #5399bb;
    font-size: 2.5rem;
    font-weight: 500; }
  .product-section .box05 {
    background-color: #e3edf8;
    padding-bottom: 15rem;
    background-image: url("../img/bg55.png");
    background-size: auto;
    background-position: top center;
    background-repeat: no-repeat; }
    .product-section .box05 h2 {
      margin-bottom: 3rem; }
    .product-section .box05 p {
      margin-top: 0;
      font-weight: 400;
      font-size: 1.8rem; }
    .product-section .box05 h3 {
      color: #5399bb;
      font-size: 2.5rem;
      font-weight: 500;
      margin-bottom: 1rem; }
    @media (max-width: 1000px) {
      .product-section .box05 {
        background-image: url("../img/bg55.png");
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        padding-bottom: 6rem; } }
    .product-section .box05 img {
      margin-top: 5rem;
      margin-bottom: 5rem; }
      @media (max-width: 1000px) {
        .product-section .box05 img {
          margin-top: 4rem;
          margin-bottom: 1rem; } }
    .product-section .box05 .inner {
      height: 120px; }
      @media (max-width: 1000px) {
        .product-section .box05 .inner {
          height: auto; } }
  .product-section .box-ccenter {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 6rem; }
    @media (max-width: 1000px) {
      .product-section .box-ccenter {
        margin-top: 0; } }

.l-container {
  position: relative;
  width: 100%;
  max-width: 944px;
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 1000px) {
    .l-container {
      margin-left: 3rem;
      margin-right: 3rem;
      max-width: initial;
      width: auto; } }

.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: "Quicksand", 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: "Quicksand", sans-serif;
  font-size: 4rem;
  color: #000; }

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