/*! Generated: 2022.02.11 14:52:24 */

@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;500;600;700");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  box-sizing: border-box;
  font-size: 16px;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

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

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

img {
  border: 0;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

.clearfix:after {
  clear: both;
  content: '';
  display: table;
}

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

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-webkit-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

.container {
  padding-left: 0;
  padding-right: 0;
  margin-right: auto;
  margin-left: auto;
}

.container::after {
  display: table;
  clear: both;
  content: "";
}

/*
@include mq-min($vp-sm-min) {
  .container {
    max-width: 480px; //?????
  }
}
*/
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 940px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1300px) {
  .container {
    max-width: 1240px;
  }
}

.container-fluid {
  padding-left: 10px;
  padding-right: 10px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid::after {
  display: table;
  clear: both;
  content: "";
}

.row {
  margin-left: 10px;
  margin-right: 10px;
}

.row::after {
  display: table;
  clear: both;
  content: "";
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

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

@media (min-width: 768px) {
  .nopadding.mobile {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.nopadding-left {
  padding-left: 0;
}

.nopadding-right {
  padding-right: 0;
}

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

.nomargin.mobile {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  .nomargin.mobile {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .nomargin.excludeMobile {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.negativemargin {
  margin-left: -10px;
  margin-right: -10px;
}

.positivemargin {
  margin-left: 20px;
  margin-right: 20px;
}

.nomargin.mobile.positivemargin {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 992px) {
  .nomargin.mobile.positivemargin {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .col-visible-md {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .col-visible-lg {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .col-visible-xl {
    display: none !important;
  }
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.333333%;
}

.col-xs-2 {
  width: 16.666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.333333%;
}

.col-xs-5 {
  width: 41.666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.333333%;
}

.col-xs-8 {
  width: 66.666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.333333%;
}

.col-xs-11 {
  width: 91.666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.333333%;
}

.col-xs-pull-2 {
  right: 16.666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.333333%;
}

.col-xs-pull-5 {
  right: 41.666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.333333%;
}

.col-xs-pull-8 {
  right: 66.666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.333333%;
}

.col-xs-pull-11 {
  right: 91.666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.333333%;
}

.col-xs-push-2 {
  left: 16.666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.333333%;
}

.col-xs-push-5 {
  left: 41.666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.333333%;
}

.col-xs-push-8 {
  left: 66.666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.333333%;
}

.col-xs-push-11 {
  left: 91.666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.333333%;
}

.col-xs-offset-2 {
  margin-left: 16.666667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.333333%;
}

.col-xs-offset-5 {
  margin-left: 41.666667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.333333%;
}

.col-xs-offset-8 {
  margin-left: 66.666667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.333333%;
}

.col-xs-offset-11 {
  margin-left: 91.666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 544px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333%;
  }
  .col-sm-2 {
    width: 16.666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.333333%;
  }
  .col-sm-5 {
    width: 41.666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333%;
  }
  .col-sm-8 {
    width: 66.666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.333333%;
  }
  .col-sm-11 {
    width: 91.666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.333333%;
  }
  .col-sm-pull-2 {
    right: 16.666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.333333%;
  }
  .col-sm-pull-5 {
    right: 41.666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333%;
  }
  .col-sm-pull-8 {
    right: 66.666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.333333%;
  }
  .col-sm-pull-11 {
    right: 91.666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.333333%;
  }
  .col-sm-push-2 {
    left: 16.666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.333333%;
  }
  .col-sm-push-5 {
    left: 41.666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333%;
  }
  .col-sm-push-8 {
    left: 66.666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.333333%;
  }
  .col-sm-push-11 {
    left: 91.666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.333333%;
  }
  .col-md-2 {
    width: 16.666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.333333%;
  }
  .col-md-5 {
    width: 41.666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333%;
  }
  .col-md-8 {
    width: 66.666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.333333%;
  }
  .col-md-11 {
    width: 91.666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.333333%;
  }
  .col-md-pull-2 {
    right: 16.666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.333333%;
  }
  .col-md-pull-5 {
    right: 41.666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333%;
  }
  .col-md-pull-8 {
    right: 66.666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.333333%;
  }
  .col-md-pull-11 {
    right: 91.666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.333333%;
  }
  .col-md-push-2 {
    left: 16.666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.333333%;
  }
  .col-md-push-5 {
    left: 41.666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333%;
  }
  .col-md-push-8 {
    left: 66.666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.333333%;
  }
  .col-md-push-11 {
    left: 91.666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333%;
  }
  .col-lg-2 {
    width: 16.666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.333333%;
  }
  .col-lg-5 {
    width: 41.666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333%;
  }
  .col-lg-8 {
    width: 66.666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.333333%;
  }
  .col-lg-11 {
    width: 91.666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.333333%;
  }
  .col-lg-pull-2 {
    right: 16.666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.333333%;
  }
  .col-lg-pull-5 {
    right: 41.666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333%;
  }
  .col-lg-pull-8 {
    right: 66.666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.333333%;
  }
  .col-lg-pull-11 {
    right: 91.666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.333333%;
  }
  .col-lg-push-2 {
    left: 16.666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.333333%;
  }
  .col-lg-push-5 {
    left: 41.666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333%;
  }
  .col-lg-push-8 {
    left: 66.666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.333333%;
  }
  .col-lg-push-11 {
    left: 91.666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-1 {
    width: 8.333333%;
  }
  .col-xl-2 {
    width: 16.666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.333333%;
  }
  .col-xl-5 {
    width: 41.666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.333333%;
  }
  .col-xl-8 {
    width: 66.666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.333333%;
  }
  .col-xl-11 {
    width: 91.666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.333333%;
  }
  .col-xl-pull-2 {
    right: 16.666667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.333333%;
  }
  .col-xl-pull-5 {
    right: 41.666667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.333333%;
  }
  .col-xl-pull-8 {
    right: 66.666667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.333333%;
  }
  .col-xl-pull-11 {
    right: 91.666667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.333333%;
  }
  .col-xl-push-2 {
    left: 16.666667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.333333%;
  }
  .col-xl-push-5 {
    left: 41.666667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.333333%;
  }
  .col-xl-push-8 {
    left: 66.666667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.333333%;
  }
  .col-xl-push-11 {
    left: 91.666667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .col-xl-offset-1 {
    margin-left: 8.333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.666667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

@media (max-width: 1299px) {
  .hidden-xl-down {
    display: none !important;
  }
}

@media (min-width: 1300px) {
  .hidden-xxl-up {
    display: none !important;
  }
}

.hidden-xxl-down {
  display: none !important;
}

body {
  font-family: 'Prompt', sans-serif;
  font-weight: 400;
  color: #1A171B;
  overflow-x: hidden;
  padding-top: 100px;
}

@media (min-width: 992px) {
  body {
    padding: 0;
  }
}

section.main-section {
  background: url("https://cdn.nwmgroups.hu/s/img/husveti-nyeremenyjatek/background.jpg") no-repeat top center;
  background-size: 100%;
  padding: 50px 20px;
  min-height: calc(100vh - 200px);
}

.white-box {
  padding: 50px 20px;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  font-size: 16px;
  line-height: 24px;
}

.white-box.small {
  max-width: 780px;
}

@media (min-width: 768px) {
  .white-box {
    padding: 50px 40px;
  }
}

@media (min-width: 992px) {
  .white-box {
    padding: 50px 100px;
    max-width: 980px;
  }
}

.white-box .white-box-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 30px;
}

.white-box .white-box-title.nomargin {
  margin: 0;
}

.white-box .white-box-title.margin15 {
  margin-bottom: 15px;
}

.white-box .white-box-title.middle {
  font-size: 20px;
  line-height: 24px;
}

.white-box .white-box-title.weight500 {
  font-weight: 500;
}

@media (max-width: 767px) {
  .white-box .white-box-title br {
    display: none;
  }
}

@media (max-width: 767px) {
  .white-box .mobile-hide {
    display: none;
  }
}

.white-box .white-box-descr {
  text-align: center;
  margin-bottom: 30px;
}

.white-box .white-box-descr strong {
  font-weight: 600;
}

.white-box .white-box-descr .husvet-title {
  margin-bottom: 30px;
}

.white-box .white-box-descr .husvet-title span {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  background: url("https://cdn.nwmgroups.hu/s/img/svg/husveti-nyeremenyjatek/logo.svg") no-repeat top center;
  background-size: 64px 45px;
  margin: 0 auto;
  padding: 50px 0 0;
  display: inline-block;
}

.white-box a {
  color: #2CB4D2;
  text-decoration: underline;
  transition: color 250ms;
  overflow-wrap: break-word;
}

@media (min-width: 992px) {
  .white-box a:hover {
    color: #1A171B;
  }
}

.white-box strong {
  font-weight: 500;
}

.white-box span.red {
  color: #F40E0E;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

.white-box .separator {
  height: 1px;
  background: #2CB4D2;
  margin: 30px 0;
}

.white-box .question-progress {
  margin-bottom: 40px;
  font-size: 0;
  text-align: center;
}

.white-box .question-progress .item {
  margin: 0 0 20px 0;
  padding: 10px 50px 10px 15px;
  border: 1px solid #1A171B;
  border-radius: 6px;
  font-size: 16px;
  line-height: 16px;
  opacity: 0.25;
  position: relative;
}

.white-box .question-progress .item::after {
  content: ' ';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("https://cdn.nwmgroups.hu/s/img/svg/husveti-nyeremenyjatek/question-inactive.svg") no-repeat center;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .white-box .question-progress .item {
    display: inline-block;
    margin: 0 10px;
  }
}

.white-box .question-progress .item.active {
  opacity: 1;
}

.white-box .question-progress .item.ok:after {
  background: url("https://cdn.nwmgroups.hu/s/img/svg/husveti-nyeremenyjatek/question-ok.svg") no-repeat center;
}

.white-box .question-progress .item.good:after {
  background: url("https://cdn.nwmgroups.hu/s/img/svg/husveti-nyeremenyjatek/question-good.svg") no-repeat center;
}

.white-box .question-progress .item.bad:after {
  background: url("https://cdn.nwmgroups.hu/s/img/svg/husveti-nyeremenyjatek/question-bad.svg") no-repeat center;
}

.white-box .question-info {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
  text-align: center;
  font-weight: 500;
}

.white-box .question-info strong {
  font-weight: 700;
}

.white-box .question-title {
  font-size: 24px;
  line-height: 36px;
  color: #F40E0E;
  font-weight: 700;
  text-align: center;
}

.white-box .question-form {
  margin-top: 30px;
}

.white-box .question-form .custom-radio {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  padding-left: 44px;
}

.white-box .question-form .custom-radio input {
  display: none;
}

.white-box .question-form .custom-radio input + span {
  width: 24px;
  height: 24px;
  background: #BDDEE5;
  border-radius: 50%;
  border: 1px solid #1A171B;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  position: absolute;
  top: 0;
  left: 0;
}

.white-box .question-form .custom-radio input:checked + span {
  border-width: 2px;
  background: #ABF40E url("https://cdn.nwmgroups.hu/s/img/svg/husveti-nyeremenyjatek/tick.svg") no-repeat center;
}

@media (min-width: 992px) {
  .white-box .question-form .custom-radio label:hover {
    cursor: pointer;
  }
  .white-box .question-form .custom-radio label:hover input + span {
    border-width: 2px;
  }
}

.white-box .question-success {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

.white-box .question-success strong {
  font-weight: 700;
}

.white-box .question-success big {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  display: block;
}

@media (max-width: 991px) {
  .white-box .question-success br {
    display: none;
  }
}

.button {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #fff !important;
  padding: 7px 15px;
  background: #2CB4D2;
  border-radius: 6px;
  display: inline-block;
  border: none;
  transition: background 250ms !important;
  text-decoration: none !important;
}

.button.red {
  background: #F40E0E;
}

.button.dark {
  background: #1899B6;
}

.button.white {
  background: #fff;
  color: #2CB4D2 !important;
}

.button.arrow {
  margin: 30px auto 0 auto;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  padding: 10px 30px;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.button.arrow::after {
  content: '';
  background: url("https://cdn.nwmgroups.hu/s/img/svg/husveti-nyeremenyjatek/arrow-button.svg") no-repeat center;
  width: 6px;
  height: 12px;
  display: inline-block;
  margin-left: 10px;
}

.button.arrow.white::after {
  background: url("https://cdn.nwmgroups.hu/s/img/svg/husveti-nyeremenyjatek/arrow-button-blue.svg") no-repeat center;
}

@media (min-width: 992px) {
  .button:hover {
    cursor: pointer;
    background: #1481ED;
  }
  .button:hover.white {
    color: #fff !important;
  }
  .button:hover.white::after {
    background: url("https://cdn.nwmgroups.hu/s/img/svg/husveti-nyeremenyjatek/arrow-button.svg") no-repeat center;
  }
}

header.main-header {
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 5;
  border-bottom: 1px solid #2CB4D2;
  /*
    .logo {
        font-weight: 500;
        font-size: 18px;
        line-height: 18px;
        text-transform: uppercase;
        color: #1A171B;
        padding: 32px 0 32px 45px;
        background: url('https://cdn.nwmgroups.hu/s/img/svg/husveti-nyeremenyjatek/eggs.svg') no-repeat bottom left;
        background-size: 60px 46px;

        @include mq-min($vp-md-min) {
            background-size: initial;
            padding: 32px 0 32px 120px;
        }
    }
    */
}

@media (min-width: 992px) {
  header.main-header {
    position: relative;
  }
}

header.main-header .flex-center {
  display: flex;
  align-items: center;
  height: 100%;
}

header.main-header .flex-center .buttons {
  width: 100%;
  text-align: right;
  font-size: 0;
}

@media (max-width: 991px) {
  header.main-header .flex-center .buttons {
    position: fixed;
    top: 100px;
    left: 0;
    background: #2CB4D2;
    z-index: 5;
    transition: height 200ms;
    overflow: hidden;
    height: 0;
  }
}

header.main-header .flex-center .buttons a {
  display: table;
  margin: 30px auto;
}

@media (min-width: 992px) {
  header.main-header .flex-center .buttons a {
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
  }
}

@media (max-width: 991px) {
  header.main-header .flex-center .buttons .button:not(.red) {
    background-color: #fff !important;
    color: #2CB4D2 !important;
  }
}

header.main-header .flex-center .buttons .facebook {
  background: #fff;
  border-radius: 5px;
}

@media (min-width: 992px) {
  header.main-header .flex-center .buttons .facebook {
    margin-left: 50px;
  }
  header.main-header .flex-center .buttons .facebook svg path {
    transition: fill 250ms;
  }
  header.main-header .flex-center .buttons .facebook:hover svg path {
    fill: #1A171B;
  }
}

@media (min-width: 992px) {
  header.main-header .flex-center .buttons .mobile {
    display: none;
  }
}

@media (max-width: 991px) {
  header.main-header.hamburger-active .flex-center .buttons {
    height: calc(100vh - 100px);
  }
}

.hamburger {
  cursor: pointer;
  display: inline-block;
  margin: auto;
  width: 36px;
  height: 30px;
  position: absolute;
  right: 20px;
}

@media (min-width: 992px) {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  background-color: #2CB4D2;
  display: block;
  height: 3px;
  margin: auto;
  width: 36px;
  transform: rotate(0deg);
  transition: all 0.3s cubic-bezier(0.33, 0.69, 0.29, 0.97);
  position: absolute;
  right: 0;
  left: 0;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 13px;
}

.hamburger span:nth-child(3) {
  top: 26px;
}

.hamburger-active .hamburger span:nth-child(1) {
  top: 13px;
  transform: rotate(45deg);
}

.hamburger-active .hamburger span:nth-child(2) {
  left: 1000%;
}

.hamburger-active .hamburger span:nth-child(3) {
  top: 13px;
  transform: rotate(-45deg);
}

form::after {
  content: ' ';
  display: table;
  clear: both;
}

form.small {
  max-width: 400px;
  display: block;
  margin: 0 auto;
}

form .form-title {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
}

form .input-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 10px;
  margin-top: 30px;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"] {
  display: block;
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #2CB4D2;
  box-sizing: border-box;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 0 20px;
  outline: none;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form input[type="tel"]:focus {
  border-color: #1A171B;
}

form input[type="text"]::placeholder,
form input[type="email"]::placeholder,
form input[type="password"]::placeholder,
form input[type="tel"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C4C4C4;
  opacity: 1;
  /* Firefox */
}

form input[type="text"]:-ms-input-placeholder,
form input[type="email"]:-ms-input-placeholder,
form input[type="password"]:-ms-input-placeholder,
form input[type="tel"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #C4C4C4;
}

form input[type="text"]::-ms-input-placeholder,
form input[type="email"]::-ms-input-placeholder,
form input[type="password"]::-ms-input-placeholder,
form input[type="tel"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #C4C4C4;
}

form .custom-select {
  position: relative;
}

form .custom-select select {
  display: block;
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #2CB4D2;
  box-sizing: border-box;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 0 20px;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

form .custom-select select::-ms-expand {
  display: none;
}

form .custom-select select:invalid, form .custom-select select.gray {
  color: #C4C4C4;
}

form .custom-select option {
  color: #2CB4D2;
  line-height: 30px;
  font-family: 'Prompt', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

form .custom-select::after {
  content: ' ';
  width: 40px;
  height: 100%;
  background: #2CB4D2 url("https://cdn.nwmgroups.hu/s/img/svg/husveti-nyeremenyjatek/arrow-down.svg") no-repeat center;
  position: absolute;
  right: 0;
  top: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  pointer-events: none;
}

form select {
  display: block;
  width: 100%;
  height: 40px;
}

form .custom-checkbox-wrapper {
  position: relative;
  margin-top: 30px;
  padding-left: 30px;
  display: block;
  font-size: 14px;
  line-height: 21px;
}

form .custom-checkbox-wrapper:hover {
  cursor: pointer;
}

form .custom-checkbox-wrapper .custom-checkbox {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #2CB4D2;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

form .custom-checkbox-wrapper .custom-checkbox input {
  display: none;
}

form .custom-checkbox-wrapper .custom-checkbox input:checked + span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("https://cdn.nwmgroups.hu/s/img/svg/husveti-nyeremenyjatek/tick.svg") no-repeat center;
}

form button[type="submit"] {
  margin: 30px auto 0 auto;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  display: block;
  padding: 10px 30px;
}

form button[type="submit"]::after {
  content: '';
  background: url("https://cdn.nwmgroups.hu/s/img/svg/husveti-nyeremenyjatek/arrow-button.svg") no-repeat center;
  width: 6px;
  height: 12px;
  display: inline-block;
  margin-left: 10px;
}

form button[type="submit"]:hover {
  cursor: pointer;
}

form .error-message {
  position: absolute;
  padding: 1px 20px;
  color: #F40E0E;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  border: 1px solid #F40E0E;
  box-shadow: 5px 5px 10px rgba(255, 0, 0, 0.25);
  border-radius: 6px;
  background: #fff;
  z-index: 1;
  display: none;
}

form .error {
  border-color: #F40E0E !important;
  color: #F40E0E !important;
}

form .error + .error-message {
  display: block;
}

.password-forgot {
  margin-top: 30px;
  text-align: center;
  font-size: 0;
}

.password-forgot a {
  position: relative;
  font-size: 16px;
  padding: 0 0 40px 0;
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .password-forgot a {
    padding: 0 10px;
    display: inline-block;
  }
}

.password-forgot a:last-child {
  padding: 0;
}

@media (min-width: 768px) {
  .password-forgot a:last-child {
    padding: 0 10px;
  }
}

.password-forgot a:last-child::after {
  display: none;
}

.password-forgot a::after {
  content: ' ';
  background: #1A171B;
  position: absolute;
  bottom: 20px;
  width: 100%;
  height: 1px;
  right: 0;
}

@media (min-width: 768px) {
  .password-forgot a::after {
    bottom: auto;
    width: 1px;
    height: 20px;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
  }
}

footer.main-footer {
  background-color: #2CB4D2;
  position: relative;
  z-index: 5;
}

@media (min-width: 768px) {
  footer.main-footer {
    height: 160px;
  }
}

@media (min-width: 992px) {
  footer.main-footer {
    height: 100px;
  }
}

footer.main-footer .logo {
  position: absolute;
  bottom: 13px;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 992px) {
  footer.main-footer .logo {
    position: static;
    transform: none;
  }
}

footer.main-footer .flex-center {
  padding: 20px 0 90px;
}

@media (min-width: 768px) {
  footer.main-footer .flex-center {
    padding: 24px 0 0;
    display: flex;
    align-items: flex-start;
    height: 100%;
  }
}

@media (min-width: 992px) {
  footer.main-footer .flex-center {
    padding: 0;
    align-items: center;
  }
}

footer.main-footer .flex-center .buttons {
  width: 100%;
  text-align: center;
  font-size: 0;
}

@media (min-width: 992px) {
  footer.main-footer .flex-center .buttons {
    text-align: right;
  }
}

footer.main-footer .flex-center .buttons a {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  margin: 0 0 20px;
}

@media (min-width: 768px) {
  footer.main-footer .flex-center .buttons a {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin: 0 0 0 20px;
  }
}

@media (min-width: 992px) {
  footer.main-footer .flex-center .buttons a {
    transition: color 250ms;
  }
  footer.main-footer .flex-center .buttons a:hover {
    color: #1A171B;
    text-decoration: underline;
  }
}

@media (min-width: 768px) {
  footer.main-footer .flex-center .buttons .facebook {
    margin-left: 50px;
  }
}

@media (min-width: 992px) {
  footer.main-footer .flex-center .buttons .facebook svg path {
    transition: fill 250ms;
  }
  footer.main-footer .flex-center .buttons .facebook:hover svg path {
    fill: #1A171B;
  }
}

.layer {
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  display: table;
}

.layer .layer-wrapper {
  padding: 0 20px;
  color: #fff;
  text-align: center;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.layer .layer-content {
  max-width: calc(100vw - 40px);
  width: 700px;
  position: relative;
  margin: 0 auto;
}

.layer .layer-content a {
  text-decoration: underline;
  color: #2CB4D2;
  font-weight: 500;
}

.layer .layer-content strong {
  font-weight: 700;
}

.layer .layer-content .buttons {
  margin-top: 30px;
  text-align: center;
}

.layer .layer-content .buttons .button {
  display: block;
  margin: 30px 0;
  transform: none;
  left: auto;
}

@media (min-width: 768px) {
  .layer .layer-content .buttons .button {
    display: inline-block;
    margin: 0 15px;
  }
}

.layer .layer-close {
  position: absolute;
  top: -45px;
  right: 15px;
}

@media (min-width: 992px) {
  .layer .layer-close {
    top: -14px;
    right: -14px;
  }
  .layer .layer-close svg rect, .layer .layer-close svg path {
    transition: fill 250ms;
  }
  .layer .layer-close:hover {
    cursor: pointer;
  }
  .layer .layer-close:hover svg rect {
    fill: #1481ED;
  }
  .layer .layer-close:hover svg path {
    fill: #fff;
  }
}

/*# sourceMappingURL=nyeremenyjatek.css.map */