@charset "UTF-8";

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.grid {
  width: 100%;
  max-width: 84rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.grid.no-gutter {
  width: 100%;
  max-width: 81rem;
  padding-left: 0;
  padding-right: 0;
}
.grid.no-gutter > .row {
  margin-left: 0;
  margin-right: 0;
}
.grid.no-gutter > .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.grid--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1056px) {
  .grid {
    max-width: 58rem;
  }
  .grid.no-gutter {
    max-width: 56rem;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 0) {
  .grid {
    max-width: 42rem;
  }
  .grid.no-gutter {
    max-width: 40rem;
  }
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutter > [class*="col"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.row.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.row.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.row.justify-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.row.justify-evenly {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.row.justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.row.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.row.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.col-sm-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
  -webkit-flex: 0 0 calc(100% * (1 / 12));
  -ms-flex: 0 0 calc(100% * (1 / 12));
  flex: 0 0 calc(100% * (1 / 12));
  max-width: calc(100% * (1 / 12));
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.col-sm-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  -webkit-flex: 0 0 calc(100% * (2 / 12));
  -ms-flex: 0 0 calc(100% * (2 / 12));
  flex: 0 0 calc(100% * (2 / 12));
  max-width: calc(100% * (2 / 12));
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.col-sm-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  -webkit-flex: 0 0 calc(100% * (3 / 12));
  -ms-flex: 0 0 calc(100% * (3 / 12));
  flex: 0 0 calc(100% * (3 / 12));
  max-width: calc(100% * (3 / 12));
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.col-sm-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  -webkit-flex: 0 0 calc(100% * (4 / 12));
  -ms-flex: 0 0 calc(100% * (4 / 12));
  flex: 0 0 calc(100% * (4 / 12));
  max-width: calc(100% * (4 / 12));
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.col-sm-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  -webkit-flex: 0 0 calc(100% * (5 / 12));
  -ms-flex: 0 0 calc(100% * (5 / 12));
  flex: 0 0 calc(100% * (5 / 12));
  max-width: calc(100% * (5 / 12));
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.col-sm-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  -webkit-flex: 0 0 calc(100% * (6 / 12));
  -ms-flex: 0 0 calc(100% * (6 / 12));
  flex: 0 0 calc(100% * (6 / 12));
  max-width: calc(100% * (6 / 12));
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.col-sm-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  -webkit-flex: 0 0 calc(100% * (7 / 12));
  -ms-flex: 0 0 calc(100% * (7 / 12));
  flex: 0 0 calc(100% * (7 / 12));
  max-width: calc(100% * (7 / 12));
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.col-sm-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  -webkit-flex: 0 0 calc(100% * (8 / 12));
  -ms-flex: 0 0 calc(100% * (8 / 12));
  flex: 0 0 calc(100% * (8 / 12));
  max-width: calc(100% * (8 / 12));
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.col-sm-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  -webkit-flex: 0 0 calc(100% * (9 / 12));
  -ms-flex: 0 0 calc(100% * (9 / 12));
  flex: 0 0 calc(100% * (9 / 12));
  max-width: calc(100% * (9 / 12));
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.col-sm-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
  -webkit-flex: 0 0 calc(100% * (10 / 12));
  -ms-flex: 0 0 calc(100% * (10 / 12));
  flex: 0 0 calc(100% * (10 / 12));
  max-width: calc(100% * (10 / 12));
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.col-sm-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
  -webkit-flex: 0 0 calc(100% * (11 / 12));
  -ms-flex: 0 0 calc(100% * (11 / 12));
  flex: 0 0 calc(100% * (11 / 12));
  max-width: calc(100% * (11 / 12));
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.col-sm-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -webkit-flex: 0 0 calc(100% * (12 / 12));
  -ms-flex: 0 0 calc(100% * (12 / 12));
  flex: 0 0 calc(100% * (12 / 12));
  max-width: calc(100% * (12 / 12));
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.hide-sm {
  display: none !important;
}
@media (max-width: 768px) {
  .show-md {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .hide-md {
    display: none !important;
  }
  .show-md {
    display: block !important;
  }
  .col-md-1 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (1 / 12));
    -ms-flex: 0 0 calc(100% * (1 / 12));
    flex: 0 0 calc(100% * (1 / 12));
    max-width: calc(100% * (1 / 12));
    min-height: 1px;
  }
  .col-md-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (2 / 12));
    -ms-flex: 0 0 calc(100% * (2 / 12));
    flex: 0 0 calc(100% * (2 / 12));
    max-width: calc(100% * (2 / 12));
    min-height: 1px;
  }
  .col-md-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (3 / 12));
    -ms-flex: 0 0 calc(100% * (3 / 12));
    flex: 0 0 calc(100% * (3 / 12));
    max-width: calc(100% * (3 / 12));
    min-height: 1px;
  }
  .col-md-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (4 / 12));
    -ms-flex: 0 0 calc(100% * (4 / 12));
    flex: 0 0 calc(100% * (4 / 12));
    max-width: calc(100% * (4 / 12));
    min-height: 1px;
  }
  .col-md-5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (5 / 12));
    -ms-flex: 0 0 calc(100% * (5 / 12));
    flex: 0 0 calc(100% * (5 / 12));
    max-width: calc(100% * (5 / 12));
    min-height: 1px;
  }
  .col-md-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (6 / 12));
    -ms-flex: 0 0 calc(100% * (6 / 12));
    flex: 0 0 calc(100% * (6 / 12));
    max-width: calc(100% * (6 / 12));
    min-height: 1px;
  }
  .col-md-7 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (7 / 12));
    -ms-flex: 0 0 calc(100% * (7 / 12));
    flex: 0 0 calc(100% * (7 / 12));
    max-width: calc(100% * (7 / 12));
    min-height: 1px;
  }
  .col-md-8 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (8 / 12));
    -ms-flex: 0 0 calc(100% * (8 / 12));
    flex: 0 0 calc(100% * (8 / 12));
    max-width: calc(100% * (8 / 12));
    min-height: 1px;
  }
  .col-md-9 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (9 / 12));
    -ms-flex: 0 0 calc(100% * (9 / 12));
    flex: 0 0 calc(100% * (9 / 12));
    max-width: calc(100% * (9 / 12));
    min-height: 1px;
  }
  .col-md-10 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (10 / 12));
    -ms-flex: 0 0 calc(100% * (10 / 12));
    flex: 0 0 calc(100% * (10 / 12));
    max-width: calc(100% * (10 / 12));
    min-height: 1px;
  }
  .col-md-11 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (11 / 12));
    -ms-flex: 0 0 calc(100% * (11 / 12));
    flex: 0 0 calc(100% * (11 / 12));
    max-width: calc(100% * (11 / 12));
    min-height: 1px;
  }
  .col-md-12 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (12 / 12));
    -ms-flex: 0 0 calc(100% * (12 / 12));
    flex: 0 0 calc(100% * (12 / 12));
    max-width: calc(100% * (12 / 12));
    min-height: 1px;
  }
}
@media (max-width: 1056px) {
  .show-lg {
    display: none !important;
  }
}
@media screen and (min-width: 1056px) {
  .hide-lg {
    display: none !important;
  }
  .show-lg {
    display: block !important;
  }
  .col-lg-1 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (1 / 12));
    -ms-flex: 0 0 calc(100% * (1 / 12));
    flex: 0 0 calc(100% * (1 / 12));
    max-width: calc(100% * (1 / 12));
    min-height: 1px;
  }
  .col-lg-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (2 / 12));
    -ms-flex: 0 0 calc(100% * (2 / 12));
    flex: 0 0 calc(100% * (2 / 12));
    max-width: calc(100% * (2 / 12));
    min-height: 1px;
  }
  .col-lg-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (3 / 12));
    -ms-flex: 0 0 calc(100% * (3 / 12));
    flex: 0 0 calc(100% * (3 / 12));
    max-width: calc(100% * (3 / 12));
    min-height: 1px;
  }
  .col-lg-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (4 / 12));
    -ms-flex: 0 0 calc(100% * (4 / 12));
    flex: 0 0 calc(100% * (4 / 12));
    max-width: calc(100% * (4 / 12));
    min-height: 1px;
  }
  .col-lg-5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (5 / 12));
    -ms-flex: 0 0 calc(100% * (5 / 12));
    flex: 0 0 calc(100% * (5 / 12));
    max-width: calc(100% * (5 / 12));
    min-height: 1px;
  }
  .col-lg-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (6 / 12));
    -ms-flex: 0 0 calc(100% * (6 / 12));
    flex: 0 0 calc(100% * (6 / 12));
    max-width: calc(100% * (6 / 12));
    min-height: 1px;
  }
  .col-lg-7 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (7 / 12));
    -ms-flex: 0 0 calc(100% * (7 / 12));
    flex: 0 0 calc(100% * (7 / 12));
    max-width: calc(100% * (7 / 12));
    min-height: 1px;
  }
  .col-lg-8 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (8 / 12));
    -ms-flex: 0 0 calc(100% * (8 / 12));
    flex: 0 0 calc(100% * (8 / 12));
    max-width: calc(100% * (8 / 12));
    min-height: 1px;
  }
  .col-lg-9 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (9 / 12));
    -ms-flex: 0 0 calc(100% * (9 / 12));
    flex: 0 0 calc(100% * (9 / 12));
    max-width: calc(100% * (9 / 12));
    min-height: 1px;
  }
  .col-lg-10 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (10 / 12));
    -ms-flex: 0 0 calc(100% * (10 / 12));
    flex: 0 0 calc(100% * (10 / 12));
    max-width: calc(100% * (10 / 12));
    min-height: 1px;
  }
  .col-lg-11 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (11 / 12));
    -ms-flex: 0 0 calc(100% * (11 / 12));
    flex: 0 0 calc(100% * (11 / 12));
    max-width: calc(100% * (11 / 12));
    min-height: 1px;
  }
  .col-lg-12 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (12 / 12));
    -ms-flex: 0 0 calc(100% * (12 / 12));
    flex: 0 0 calc(100% * (12 / 12));
    max-width: calc(100% * (12 / 12));
    min-height: 1px;
  }
}
@media (max-width: 1440px) {
  .show-xlg {
    display: none !important;
  }
}
@media screen and (min-width: 1440px) {
  .hide-xlg {
    display: none !important;
  }
  .show-xlg {
    display: block !important;
  }
  .col-xlg-1 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (1 / 12));
    -ms-flex: 0 0 calc(100% * (1 / 12));
    flex: 0 0 calc(100% * (1 / 12));
    max-width: calc(100% * (1 / 12));
    min-height: 1px;
  }
  .col-xlg-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (2 / 12));
    -ms-flex: 0 0 calc(100% * (2 / 12));
    flex: 0 0 calc(100% * (2 / 12));
    max-width: calc(100% * (2 / 12));
    min-height: 1px;
  }
  .col-xlg-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (3 / 12));
    -ms-flex: 0 0 calc(100% * (3 / 12));
    flex: 0 0 calc(100% * (3 / 12));
    max-width: calc(100% * (3 / 12));
    min-height: 1px;
  }
  .col-xlg-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (4 / 12));
    -ms-flex: 0 0 calc(100% * (4 / 12));
    flex: 0 0 calc(100% * (4 / 12));
    max-width: calc(100% * (4 / 12));
    min-height: 1px;
  }
  .col-xlg-5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (5 / 12));
    -ms-flex: 0 0 calc(100% * (5 / 12));
    flex: 0 0 calc(100% * (5 / 12));
    max-width: calc(100% * (5 / 12));
    min-height: 1px;
  }
  .col-xlg-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (6 / 12));
    -ms-flex: 0 0 calc(100% * (6 / 12));
    flex: 0 0 calc(100% * (6 / 12));
    max-width: calc(100% * (6 / 12));
    min-height: 1px;
  }
  .col-xlg-7 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (7 / 12));
    -ms-flex: 0 0 calc(100% * (7 / 12));
    flex: 0 0 calc(100% * (7 / 12));
    max-width: calc(100% * (7 / 12));
    min-height: 1px;
  }
  .col-xlg-8 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (8 / 12));
    -ms-flex: 0 0 calc(100% * (8 / 12));
    flex: 0 0 calc(100% * (8 / 12));
    max-width: calc(100% * (8 / 12));
    min-height: 1px;
  }
  .col-xlg-9 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (9 / 12));
    -ms-flex: 0 0 calc(100% * (9 / 12));
    flex: 0 0 calc(100% * (9 / 12));
    max-width: calc(100% * (9 / 12));
    min-height: 1px;
  }
  .col-xlg-10 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (10 / 12));
    -ms-flex: 0 0 calc(100% * (10 / 12));
    flex: 0 0 calc(100% * (10 / 12));
    max-width: calc(100% * (10 / 12));
    min-height: 1px;
  }
  .col-xlg-11 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (11 / 12));
    -ms-flex: 0 0 calc(100% * (11 / 12));
    flex: 0 0 calc(100% * (11 / 12));
    max-width: calc(100% * (11 / 12));
    min-height: 1px;
  }
  .col-xlg-12 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (12 / 12));
    -ms-flex: 0 0 calc(100% * (12 / 12));
    flex: 0 0 calc(100% * (12 / 12));
    max-width: calc(100% * (12 / 12));
    min-height: 1px;
  }
}
@media (max-width: 1584px) {
  .show-max {
    display: none !important;
  }
}
@media screen and (min-width: 1584px) {
  .hide-max {
    display: none !important;
  }
  .show-max {
    display: block !important;
  }
  .col-max-1 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (1 / 12));
    -ms-flex: 0 0 calc(100% * (1 / 12));
    flex: 0 0 calc(100% * (1 / 12));
    max-width: calc(100% * (1 / 12));
    min-height: 1px;
  }
  .col-max-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (2 / 12));
    -ms-flex: 0 0 calc(100% * (2 / 12));
    flex: 0 0 calc(100% * (2 / 12));
    max-width: calc(100% * (2 / 12));
    min-height: 1px;
  }
  .col-max-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (3 / 12));
    -ms-flex: 0 0 calc(100% * (3 / 12));
    flex: 0 0 calc(100% * (3 / 12));
    max-width: calc(100% * (3 / 12));
    min-height: 1px;
  }
  .col-max-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (4 / 12));
    -ms-flex: 0 0 calc(100% * (4 / 12));
    flex: 0 0 calc(100% * (4 / 12));
    max-width: calc(100% * (4 / 12));
    min-height: 1px;
  }
  .col-max-5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (5 / 12));
    -ms-flex: 0 0 calc(100% * (5 / 12));
    flex: 0 0 calc(100% * (5 / 12));
    max-width: calc(100% * (5 / 12));
    min-height: 1px;
  }
  .col-max-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (6 / 12));
    -ms-flex: 0 0 calc(100% * (6 / 12));
    flex: 0 0 calc(100% * (6 / 12));
    max-width: calc(100% * (6 / 12));
    min-height: 1px;
  }
  .col-max-7 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (7 / 12));
    -ms-flex: 0 0 calc(100% * (7 / 12));
    flex: 0 0 calc(100% * (7 / 12));
    max-width: calc(100% * (7 / 12));
    min-height: 1px;
  }
  .col-max-8 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (8 / 12));
    -ms-flex: 0 0 calc(100% * (8 / 12));
    flex: 0 0 calc(100% * (8 / 12));
    max-width: calc(100% * (8 / 12));
    min-height: 1px;
  }
  .col-max-9 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (9 / 12));
    -ms-flex: 0 0 calc(100% * (9 / 12));
    flex: 0 0 calc(100% * (9 / 12));
    max-width: calc(100% * (9 / 12));
    min-height: 1px;
  }
  .col-max-10 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (10 / 12));
    -ms-flex: 0 0 calc(100% * (10 / 12));
    flex: 0 0 calc(100% * (10 / 12));
    max-width: calc(100% * (10 / 12));
    min-height: 1px;
  }
  .col-max-11 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (11 / 12));
    -ms-flex: 0 0 calc(100% * (11 / 12));
    flex: 0 0 calc(100% * (11 / 12));
    max-width: calc(100% * (11 / 12));
    min-height: 1px;
  }
  .col-max-12 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% * (12 / 12));
    -ms-flex: 0 0 calc(100% * (12 / 12));
    flex: 0 0 calc(100% * (12 / 12));
    max-width: calc(100% * (12 / 12));
    min-height: 1px;
  }
}
@font-face {
  font-family: "nishiki";
  src: url("../fonts/nishiki-teki.eot");
  src: url("../fonts/nishiki-teki.eot?#iefix") format("embedded-opentype"),
    url("../fonts/nishiki-teki.woff2") format("woff2"),
    url("../fonts/nishiki-teki.woff") format("woff"),
    url("../fonts/nishiki-teki.ttf") format("truetype");
}
@namespace svg url(http://www.w3.org/2000/svg);
:root {
  font-size: 16px;
}
* {
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
  width: 100vw;
  font-size: 1em;
  font-family: "nishiki", "Helvetica Neue", Arial, "Hiragino Kaku Gothic Pro",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #111b0c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: url("../img/illusts/halftone-3.jpg");
  background-size: 100vw auto;
  background-repeat: repeat-y;
}
.is-fixed {
  overflow: hidden !important;
}
.is-hidden {
  display: none !important;
}
figure {
  width: 100%;
  margin: 0;
}
img {
  display: block;
  width: 100%;
}
a {
  display: inline-block;
}
dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  font-size: 0.875rem;
}
dl dt {
  line-height: 1rem;
  color: rgba(17, 27, 12, 0.5);
}
ol,
ul {
  padding-left: 1rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
ol li,
ul li {
  margin-bottom: 1rem;
  min-height: 1.5rem;
}
ol.compact li,
ul.compact li {
  margin-bottom: 0;
}
ol ul,
ol ol,
ul ul,
ul ol {
  margin-top: 0.5rem;
}
.table {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
table {
  width: 100%;
  border: 2px solid #111b0c;
  border-collapse: collapse;
  border-radius: 1px;
}
table th,
table td {
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #ececec;
  text-align: left;
}
table td {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
@media (max-width: 768px) {
  table th,
  table td {
    padding: 1rem;
    font-size: 0.75rem;
  }
}
table thead th,
table thead td {
  border-bottom: 2px solid #111b0c;
}
table tbody th {
  font-weight: 400;
}
.wrapper {
  background-size: 47px 1547px;
  background-repeat: repeat-y;
}
.wrapper--outer {
  background-position: 47px calc(768px * 0.94);
  background-image: url("../img/illusts/grass-pattern-left-xlg.png");
}
.wrapper--inner {
  background-position: calc(100vw - (47px * 2)) calc(768px * 1.94);
  background-image: url("../img/illusts/grass-pattern-right-xlg.png");
}
@media (max-width: 768px) {
  .wrapper {
    background-size: 23.5px 773.5px;
  }
  .wrapper--outer {
    background-position: 8px;
  }
  .wrapper--inner {
    background-position: calc(100vw - (32px * 1)) calc(100vh);
  }
}
.button-container {
  text-align: center;
}
.header__logo {
  position: fixed;
}
.menu-button {
  position: fixed;
  top: 32px;
  right: 16px;
  width: 3rem;
  height: 3rem;
  z-index: 990;
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.menu-button__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.menu-button__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 48px;
}
.menu-button__background::before,
.menu-button__background::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: 46px 48px;
  background-position: center;
  background-repeat: no-repeat;
}
.menu-button__background::after {
  top: 0;
  left: 0;
  background-image: url("../img/misc/blob-white.svg");
}
.menu-button__background::before {
  top: 3px;
  left: 4px;
  background-image: url("../img/misc/blob-shadow.svg");
  opacity: 0.25;
}
.menu-button__foreground {
  position: relative;
  padding: 14px 10px;
  width: 100%;
  height: 100%;
}
.menu-button__foreground i {
  display: block;
  position: absolute;
  width: 24px;
  height: 4px;
  border-radius: 2px;
  background-color: #6a441d;
}
.menu-button__foreground i:first-child {
  top: 14px;
  left: 10px;
}
.menu-button__foreground i:nth-child(2) {
  top: 22px;
  left: 10px;
}
.menu-button__foreground i:last-child {
  top: 30px;
  left: 10px;
}
.menu-button:hover .menu-button__background::after {
  background-image: url("../img/misc/blob-yellow.svg");
}
.menu-button.is-active .menu-button__background::after {
  top: 0;
  left: 0;
  background-image: url("../img/misc/blob-black.svg");
}
.menu-button.is-active .menu-button__foreground i {
  background-color: #fff;
}
.menu-button.is-active .menu-button__foreground i:first-child {
  top: 23px;
  left: 11px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-button.is-active .menu-button__foreground i:nth-child(2) {
  opacity: 0;
}
.menu-button.is-active .menu-button__foreground i:last-child {
  top: 23px;
  left: 11px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-panel {
  position: fixed;
  top: 104px;
  right: 16px;
  border: 2px solid #111b0c;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 4px 6px 0px rgba(92, 70, 34, 0.25);
  padding: 1.5rem 1.5rem 1rem;
  display: inline-block;
  z-index: 1000;
}
.menu-panel__list__item {
  margin-bottom: 0.5rem;
  text-align: left;
}
.menu-panel__list__item a {
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 1.28px;
  color: #111b0c;
  text-decoration: none;
  white-space: nowrap;
}
.menu-panel__list__item a span {
  border-bottom: 2px solid transparent;
}
.menu-panel__list__item a:hover span {
  border-bottom: 2px solid #111b0c;
}
.menu-panel__list__item--social {
  margin-top: 1rem;
}
.menu-panel__list__item--social a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.5rem;
}
.menu-panel__list__item--social a span {
  margin-left: 0.5rem;
}
.menu-panel__list__item--social a.twitter {
  color: #38a1f2;
}
.menu-panel__list__item--social a.twitter:hover span {
  border-color: #38a1f2;
}
.menu-panel__list__item--social a.youtube {
  color: red;
}
.menu-panel__list__item--social a.youtube:hover span {
  border-color: red;
}
@media (max-width: 50.75rem) and (orientation: landscape) {
  .menu-panel {
    top: 32px;
    right: 80px;
  }
}
button {
  cursor: pointer;
}
button:focus {
  outline: none;
}
.button {
  display: inline-block;
  padding: 0.75rem 3rem;
  border-width: 2px;
  border-style: solid;
  border-color: #111b0c;
  box-shadow: 2px 3px 0px #111b0c;
  height: 48px;
  text-decoration: none;
  color: #111b0c;
  border-radius: 0.5rem;
  cursor: pointer;
}
.button--primary {
  background-color: #f8bd0d;
}
.button--dark {
  color: #fff;
}
.button--twitter {
  background-color: #38a1f2;
  border-color: #111b0c;
}
.button span {
  display: inline-block;
  line-height: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-font-smoothing: subpixel-antialiased;
}
.button .ic {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.button span + .ic {
  margin-right: 0;
  margin-left: 0.5rem;
}
.button--arrow-down:hover .ic {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}
.button:hover {
  -webkit-transform: translate(2px, 3px);
  -ms-transform: translate(2px, 3px);
  transform: translate(2px, 3px);
  box-shadow: 1px 1px 0px #111b0c;
}
@media (max-width: 768px) {
  .button {
    padding: 0.75rem 1rem;
  }
}
.ic {
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.ic--arrow-down {
  background-image: url("../img/icons/arrow-down.svg");
}
.button--dark .ic--arrow-down {
  background-image: url("../img/icons/arrow-down-white.svg");
}
.ic--arrow-right {
  background-image: url("../img/icons/arrow-right.svg");
}
.button--dark .ic--arrow-right {
  background-image: url("../img/icons/arrow-right-white.svg");
}
.ic--arrow-top-right {
  background-image: url("../img/icons/arrow-top-right.svg");
}
.h1 {
  font-size: 4rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1;
  text-shadow: 2px 3px 0px rgba(248, 189, 13, 0.9);
}
@media (max-width: 768px) {
  .h1 {
    font-size: 3.75rem;
    font-size: 7vmax;
  }
}
.h2 {
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0.1em;
  }
}
.h3 {
  font-size: 1.5rem;
  line-height: calc(32 / 24);
  letter-spacing: 0.10667em;
}
@media (max-width: 768px) {
  .h3 {
    font-size: 1.25rem;
  }
}
.hero {
  display: block;
  width: 100vw;
  margin-bottom: 10rem;
}
.hero__inner {
  display: block;
  position: relative;
  width: 100vw;
  height: 100vh;
}
.hero__illusts {
  width: inherit;
  height: inherit;
}
.hero .part {
  position: absolute;
  overflow: hidden;
}
.hero .part img {
  width: 100%;
  object-fit: contain;
}
.hero .sky {
  width: 100vw;
  top: 0;
}
.hero .sky img {
  -webkit-transform: translateY(-25vw);
  -ms-transform: translateY(-25vw);
  transform: translateY(-25vw);
}
.hero .mountain {
  width: 100vw;
  top: 18.48958vh;
}
.hero .logo {
  top: 60px;
  left: 51%;
  width: 33.75vw;
  max-width: 530px;
  overflow: visible !important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hero .logo .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero .logo .jp-title {
  display: inline-block;
  position: absolute;
  color: #fff;
  bottom: 13.71px;
  right: 36%;
  font-size: 1rem;
  letter-spacing: 1.28px;
  white-space: nowrap;
}
.hero .logo .jp-title span {
  display: block;
  -webkit-transform: rotate(-6.5deg);
  -ms-transform: rotate(-6.5deg);
  transform: rotate(-6.5deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.hero .cloud-1 {
  top: 71px;
  left: calc(100vw * (264 / 1440));
  min-width: 64px;
  width: calc(100vw * (140 / 1440));
}
.hero .cloud-2 {
  top: 54px;
  right: 24.44444vw;
  min-width: 64px;
  width: calc(100vw * (134 / 1440));
}
.hero .sun {
  top: 0;
  left: 0;
  min-width: 80px;
  width: 15vw;
}
.hero .helicopter {
  top: 80px;
  right: 8.68056vw;
  min-width: 80px;
  width: 12.36111vw;
}
.hero .wolf-2 {
  top: 28vw;
  width: 17.5vw;
  left: calc(50% - 32px);
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.hero .bear-2 {
  width: 16vw;
  top: 25vw;
  left: 50%;
}

.hero .scroll-button {
  display: none;
  top: 50vw;
  left: 50vw;
  overflow: visible !important;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

/* .hero .store-button {
  position: absolute;
  top: 50vw;
  left: 20vw;
  overflow: visible !important;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
} */

.hero .store-button {
  position: absolute;
  top: 50vw;
  left: 50vw;
  overflow: visible !important;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.hero .store-button a {
  white-space: nowrap;
}

.hero .twitter-tl {
  position: absolute;
  top: 250px;
  right: 24px;
}
.hero .twitter-tl__iframe {
  position: relative;
  margin-bottom: 1rem;
  height: 424px;
  box-shadow: 2px 3px 0px #111b0c;
  border-radius: 8px;
  background-color: #fff;
}
.hero .twitter-tl__iframe::before,
.hero .twitter-tl__iframe::after {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  background-color: #38a1f2;
  width: 100%;
  height: 6px;
}
.hero .twitter-tl__iframe::before {
  top: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.hero .twitter-tl__iframe::after {
  bottom: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.hero .twitter-tl .button {
  width: 100%;
  padding: 0.75rem 1rem;
}
@media screen and (min-width: 1440px) {
  .hero {
    height: 40vw;
  }
  .hero__inner {
    height: 768px;
  }
  .hero .mountain {
    top: 142px;
  }
  .hero .logo {
    width: 488px;
  }
  .hero .cloud-2 {
    top: -30vw;
  }
  .hero .scroll-button,
  .hero .store-button {
    top: 40vw;
  }
  .hero .twitter-tl {
    width: 288px;
  }
  .hero .wolf-2 {
    top: 20.5vw;
  }
  .hero .bear-2 {
    top: 17vw;
  }
  .hero .sky img {
    -webkit-transform: translateY(-30vw);
    -ms-transform: translateY(-30vw);
    transform: translateY(-30vw);
  }
}
@media (max-width: 1056px) {
  .hero .sky img {
    -webkit-transform: translateY(-19vw);
    -ms-transform: translateY(-19vw);
    transform: translateY(-19vw);
  }
  .hero .twitter-tl {
    width: 80vw;
    top: 65vw;
    right: 50%;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }

  /* .hero .scroll-button {
    -webkit-transform: translate(-50%, 64px);
    -ms-transform: translate(-50%, 64px);
    transform: translate(-50%, 64px);
  } */

  /* .hero .store-button {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  } */

  .hero .store-button {
    -webkit-transform: translate(-50%, 64px);
    -ms-transform: translate(-50%, 64px);
    transform: translate(-50%, 64px);
  }
}
@media (max-width: 768px) {
  .hero {
    margin-bottom: 100vw;
  }
  .hero__illusts {
    margin-bottom: 5rem;
  }
  .hero .logo {
    left: 51.5vw;
    top: 23vw;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60vw;
  }
  .hero .wolf-2 {
    top: 61vw;
    width: 43vw;
    left: 50%;
  }
  .hero .bear-2 {
    width: 38vw;
    top: 54vw;
    left: 52%;
  }
  .hero .cloud-1 {
    top: 8vh;
  }
  .hero .cloud-2 {
    top: 5vh;
  }
  .hero .helicopter {
    top: 4vh;
    right: 20vw;
    width: 26.66667vw;
  }
  .hero .sky {
    width: 100vw;
    height: 100vw;
    overflow: hidden;
  }
  .hero .sky img {
    -webkit-transform: translateY(0vw) scale(1.5);
    -ms-transform: translateY(0vw) scale(1.5);
    transform: translateY(0vw) scale(1.5);
  }
  .hero .mountain {
    top: 50vw;
    overflow: hidden;
  }
  .hero .mountain img {
    width: 160vw;
    -webkit-transform: translateX(-26vw);
    -ms-transform: translateX(-26vw);
    transform: translateX(-26vw);
    object-fit: cover;
  }
  .hero .cloud-2 {
    top: 7vh;
    right: 13vw;
  }

  .hero .scroll-button,
  .hero .store-button {
    top: 104vw;
  }

  .hero .scroll-button {
    left: 50%;
  }

  .hero .store-button {
    left: 50vw;
  }

  .hero .store-button a,
  .hero .scroll-button a {
    position: relative;
    text-align: center;
  }

  .hero .store-button a .ic,
  .hero .scroll-button a .ic {
    position: absolute;
    top: 14px;
    right: 14px;
  }

  .hero .twitter-tl {
    width: 100vw;
    top: 150vw;
    padding: 0 1.5rem;
  }

  .hero .twitter-tl__iframe {
    width: 100%;
  }
  .hero .store-button a,
  .hero .scroll-button a {
    width: 280px;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .hero {
    margin-bottom: 170vw;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ipad .hero .sun {
    width: 22vw;
  }
  .ipad .hero .scroll-button {
    top: 115vw;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .ipad .hero {
    margin-bottom: 40vh;
  }
  .ipad .hero .sky img {
    -webkit-transform: translateY(-5vw);
    -ms-transform: translateY(-5vw);
    transform: translateY(-5vw);
  }
  .ipad .hero .logo {
    top: 8vw;
    width: 50vw;
  }
  .ipad .hero .sun {
    width: 20vw;
  }
  .ipad .hero .mountain {
    top: 35vw;
  }
  .ipad .hero .wolf-2 {
    top: 43vw;
    width: 28vw;
  }
  .ipad .hero .bear-2 {
    width: 25vw;
    top: 38vw;
  }
  .ipad .hero .bear {
    width: 27vw;
    top: 36vw;
  }
  .ipad .hero .helicopter {
    top: 27vw;
    right: 4vw;
  }
  .ipad .hero .scroll-button {
    top: 58vh;
  }
  .ipad .hero .twitter-tl {
    top: 95vw;
    width: calc(100vw / 12 * 9);
    margin: auto;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .ipad .hero__inner {
    height: 66vh;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .ipad .hero {
    margin-bottom: 48vh;
  }
  .ipad .hero__inner {
    height: 106vh;
  }
  .ipad .hero .mountain {
    top: 29vh;
  }
  .ipad .hero .mountain img {
    width: 130vw;
    -webkit-transform: translateX(-9vw);
    -ms-transform: translateX(-9vw);
    transform: translateX(-9vw);
  }
  .ipad .hero .sky img {
    -webkit-transform: translateY(-14vw);
    -ms-transform: translateY(-14vw);
    transform: translateY(-14vw);
  }
  .ipad .hero .angel-1 {
    left: 22vw;
  }
  .ipad .hero .angel-2 {
    top: 13vh;
    left: 70vw;
  }
  .ipad .hero .sun {
    width: 15vw;
  }
  .ipad .hero .lovers {
    top: 40vh;
    left: 10vw;
  }
  .ipad .hero .killer {
    top: 40vh;
    left: 78vw;
  }
  .ipad .hero .trees {
    top: 38vh;
  }
  .ipad .hero .tent {
    top: 66vh;
    width: 26vw;
    max-width: 100%;
  }
  .ipad .hero .tent img {
    -webkit-transform: translateX(0vw);
    -ms-transform: translateX(0vw);
    transform: translateX(0vw);
  }
  .ipad .hero .wolf {
    top: 66vh;
    width: 18vw;
    max-width: 100%;
  }
  .ipad .hero .johnny {
    top: 45vh;
    left: 20vw;
  }
  .ipad .hero .bear {
    top: 46vh;
    left: 43vw;
  }
  .ipad .hero .scroll-button {
    top: 90vh;
  }
}
.section {
  display: block;
  margin-bottom: 3rem;
  padding-top: 8rem;
}
.section-heading {
  position: relative;
  margin-bottom: 4rem;
}
.section-heading__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-heading__title {
  text-align: center;
}
.section-heading__title__pre {
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: 0.2em;
  position: relative;
  margin-bottom: 2rem;
  height: 58px;
  background-image: url("../img/misc/cloud-yellow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 126px 58px;
  line-height: 3.25rem !important;
}
@media (max-width: 768px) {
  .section-heading__title__pre {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0.1em;
  }
}
.section-heading__title__main {
  font-size: 4rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1;
  text-shadow: 2px 3px 0px rgba(248, 189, 13, 0.9);
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .section-heading__title__main {
    font-size: 3.75rem;
    font-size: 7vmax;
  }
}
.section-heading__title__sub {
  font-size: 1.5rem;
  line-height: calc(32 / 24);
  letter-spacing: 0.10667em;
  color: #f8bd0d;
}
@media (max-width: 768px) {
  .section-heading__title__sub {
    font-size: 1.25rem;
  }
}
.section-content .lead {
  margin-bottom: 10rem;
  letter-spacing: 1.28px;
}
.section-content .lead p {
  line-height: 2.18182;
}
@media screen and (min-width: 768px) {
  .section-content .lead {
    text-align: center;
  }
  .section-content .lead p {
    font-size: 22px;
  }
  .section-content .lead p span {
    display: block;
  }
}
@media (max-width: 768px) {
  .section-content .lead {
    padding: 0 1rem;
  }
}
.sub-section-heading {
  margin-bottom: 5rem;
  text-align: center;
  text-shadow: 2px 3px 0px rgba(248, 189, 13, 0.9);
}
.about .section-heading__image--left {
  position: absolute;
  left: 0;
  top: 33px;
  width: calc(100vw * (122 / 1440));
  max-width: 122px;
}
.about .section-heading__image--right {
  position: absolute;
  right: 0;
  top: 20px;
  width: calc(100vw * (141 / 1440));
  max-width: 141px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .about .section-heading__image--left {
    left: -16vw;
    width: 20vw;
  }
  .about .section-heading__image--right {
    width: 20vw;
    right: -17vw;
  }
}
@media (max-width: 768px) {
  .about .section-heading__image--left {
    top: -8px;
    width: 64px;
  }
  .about .section-heading__image--right {
    top: -20px;
    width: 72px;
  }
}
.video {
  margin-bottom: 4rem;
}
.video .video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  border: 4px solid #111b0c;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 4px 6px 0px rgba(92, 70, 34, 0.25);
  background-color: #000000;
  padding-bottom: 56.25%;
}
.video .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video__media {
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .video__media {
    margin-bottom: 1rem;
  }
}
.video__caption {
  text-align: center;
}
@media (max-width: 768px) {
  .video:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 50.75rem) and (orientation: landscape) {
  .video {
    max-width: 50%;
  }
}
.song .section-heading__title__main img {
  margin-left: auto;
  margin-right: auto;
  max-width: 432px;
}
.song .song-variations .video {
  margin-bottom: 5.5rem;
}
.goods-banner {
  position: relative;
  margin-bottom: 5rem;
}
.goods-banner .inner {
  position: relative;
  width: 100%;
}
.goods-banner__rect {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  border: 0.5rem solid #111b0c;
  border-radius: 0.25rem;
  box-shadow: 4px 6px 0px rgba(92, 70, 34, 0.25);
  background-color: #fff;
  padding-bottom: calc(100% * (520 / 1072));
}
@media screen and (min-width: 1072px) {
  .goods-banner__rect {
    padding-bottom: 0;
    height: 520px;
  }
}
@media screen and (min-width: 1584px) {
  .goods-banner__rect {
    padding-bottom: calc(100% * (520 / 1072));
    height: 0;
  }
}
.goods-banner__rect .bear-sitting {
  position: absolute;
  top: 9px;
  left: -18px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  width: calc(100% * (160 / 1072));
}
@media (max-width: 768px) {
  .goods-banner__rect {
    padding-bottom: 140vw;
    display: none;
  }
}
.goods-banner .pin {
  position: absolute;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.goods-banner a {
  display: inline-block;
}
.goods-banner .stickers {
  top: 0;
  left: 6.06343%;
  width: 44.12313%;
}
@media screen and (min-width: 1584px) {
  .goods-banner .stickers {
    width: 36.05183%;
  }
}
.goods-banner .t-shirt {
  top: 51.04423%;
  left: 1.95896%;
  width: 32.64925%;
}
.goods-banner .t-shirt img {
  -webkit-transform: rotate(-5.22deg);
  -ms-transform: rotate(-5.22deg);
  transform: rotate(-5.22deg);
}
.goods-banner .mugs {
  right: 57px;
  top: 25px;
  width: 36.66045%;
  max-width: 393px;
}
@media screen and (min-width: 1584px) {
  .goods-banner .mugs {
    width: 36.66045%;
    max-width: 500px;
  }
}
.goods-banner .mugs:hover {
  z-index: 1;
}
.goods-banner .mugs .inner {
  height: 0;
  padding-bottom: 71.70483%;
}
.goods-banner .mugs .mug-sleek {
  left: 0;
  bottom: 0;
  width: 30.2799%;
}
.goods-banner .mugs .mug-sleek:hover {
  z-index: 2;
}
.goods-banner .mugs .mug-bearl {
  left: 26.71756%;
  top: 0;
  width: 29.51654%;
}
.goods-banner .mugs .mug-bearl:hover {
  z-index: 2;
}
.goods-banner .mugs .diner-mug {
  right: 16.53944%;
  bottom: 0;
  width: 38.42239%;
}
.goods-banner .mugs .diner-mug:hover {
  z-index: 2;
}
.goods-banner .mugs .reuse-bottle {
  right: 0;
  top: 1.41945%;
  width: 21.88295%;
}
.goods-banner .mugs .reuse-bottle:hover {
  z-index: 2;
}
.goods-banner .bags {
  top: 33.46154%;
  right: -1.59474%;
  width: 58.4944%;
}
.goods-banner .bags .inner {
  width: 100%;
}
.goods-banner .bags .inner::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: calc(100% * (395 / 627.06));
}
.goods-banner .bags .bag-zipper {
  top: 14.95488%;
  left: 0;
  width: 44.8123%;
}
.goods-banner .bags .bag-shoulder {
  top: 6.08334%;
  right: 6.53845%;
  width: 37.15753%;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}
.goods-banner .label {
  position: absolute;
  background-color: #ecdcb2;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 1.28px;
  color: #111b0c;
  padding: 0.5rem 1rem;
}
.goods-banner .label--stickers {
  top: 37.9883%;
  left: -21.49049%;
}
.goods-banner .label--mugs {
  top: 12.77502%;
  left: -6.43003%;
}
.goods-banner .label--t-shirt {
  top: 60.48577%;
  left: 5.77983%;
}
.goods-banner .label--bags {
  top: 63.74075%;
  left: -14.87417%;
}
@media (max-width: 768px) {
  .goods-banner {
    border: 0.5rem solid #111b0c;
    border-radius: 0.25rem;
    box-shadow: 4px 6px 0px rgba(92, 70, 34, 0.25);
    background-color: #fff;
  }
  .goods-banner .goods-category {
    position: static;
    top: initial;
    right: initial;
    bottom: initial;
    left: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
    margin-left: auto;
    margin-right: auto;
  }
  .goods-banner .stickers {
    margin-top: 1rem;
    margin-bottom: 4rem;
    padding-left: 4%;
    width: 96%;
  }
  .goods-banner .mugs {
    margin-bottom: 4rem;
    width: 80%;
  }
  .goods-banner .t-shirt {
    margin-bottom: 4rem;
    width: 80%;
  }
  .goods-banner .bags {
    width: 100%;
  }
  .goods-banner .bags .bag-zipper {
    left: 2%;
    top: -5%;
    width: 50%;
  }
  .goods-banner .bags .bag-shoulder {
    top: 0;
    right: 2%;
    width: 41%;
  }
  .goods-banner .label--stickers {
    top: 68%;
    left: -14%;
  }
  .goods-banner .label--mugs {
    top: 0;
    left: -10%;
  }
  .goods-banner .label--bags {
    top: 0;
    left: 50%;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal__wrapper {
  display: -ms-grid;
  display: grid;
  position: relative;
  padding: 1.5rem;
  min-height: 100%;
}
.modal__panel {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: 0.5rem solid #111b0c;
  border-radius: 0.5rem;
  place-items: center;
  width: auto;
  max-width: 61rem;
}
@media screen and (min-width: 960px) {
  .modal__panel {
    width: 100%;
  }
}
.modal__panel__inner {
  position: relative;
  padding: 5rem 1.5rem 2rem;
  width: 100%;
  height: 100%;
}
.modal__panel__heading {
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: 0.2em;
  margin-bottom: 5rem;
  text-shadow: 2px 3px 0px rgba(248, 189, 13, 0.9);
  text-align: center;
}
@media (max-width: 768px) {
  .modal__panel__heading {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0.1em;
  }
}
.modal__panel__content {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}
.modal__panel .rivers-logo {
  margin-left: auto;
  margin-right: auto;
  max-width: 294px;
}
@media (max-width: 768px) {
  .modal__panel .rivers-logo {
    max-width: 75%;
  }
}
.modal__panel--company p {
  margin-top: 4rem;
  margin-bottom: 4rem;
  line-height: 2.18182;
}
@media screen and (min-width: 1056px) {
  .modal__panel--company p {
    text-align: center;
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .modal__panel--company p {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    font-size: 0.875rem;
    line-height: 2rem;
  }
}
.modal__panel--terms {
  max-height: 712px;
  overflow: auto;
}
.modal__panel--terms section {
  margin-bottom: 2rem;
  padding: 1rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic Pro",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  border-radius: 0.5rem;
  border: 4px solid #111b0c;
  box-shadow: 2px 3px 0px #111b0c;
}
.modal__panel--terms section h1 {
  margin-bottom: 2rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.modal__panel--terms section p {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.714285714;
  margin-bottom: 1rem;
}
.modal__panel--terms section dl {
  -ms-grid-columns: 6em 1fr;
  grid-template-columns: 6em 1fr;
}
.modal__panel--terms section dl dt {
  width: 6em;
  white-space: nowrap;
}
.modal__panel--terms section .caution p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 1.25rem;
}
@media screen and (min-width: 768px) {
  .modal__panel--terms section {
    padding: 2rem;
  }
}
@media screen and (min-width: 1056px) {
  .modal__panel--terms section {
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .modal__panel--terms section {
    margin-bottom: 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .modal__panel--terms section dl {
    display: block;
  }
  .modal__panel--terms section dl dd {
    margin: 0.25rem 0 1rem;
  }
}
.modal .modal-button--close.float {
  position: fixed;
  top: 1rem;
  right: 1rem;
  border: 0;
  padding: 0;
  width: 3rem;
  height: 3rem;
  background-color: transparent;
  cursor: pointer;
  z-index: 2;
}
.modal .modal-button--close.float::before,
.modal .modal-button--close.float::after {
  position: absolute;
  content: "";
  display: block;
  width: 46px;
  height: 48px;
  background-size: 46px 48px;
  background-position: center;
  background-repeat: no-repeat;
}
.modal .modal-button--close.float::after {
  top: 0;
  left: 0;
  background-image: url("../img/misc/blob-black.svg");
}
.modal .modal-button--close.float::before {
  top: 3px;
  left: 4px;
  background-image: url("../img/misc/blob-shadow.svg");
  opacity: 0.25;
}
.modal .modal-button--close.float i {
  position: relative;
  display: inline-block;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.modal .modal-button--close.float i::before,
.modal .modal-button--close.float i::after {
  content: "";
  display: inline-block;
  top: 23px;
  left: 11px;
  position: absolute;
  width: 24px;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
}
.modal .modal-button--close.float i::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal .modal-button--close.float i::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 960px) {
  .modal__panel {
    width: calc(100% - 3rem);
  }
}
@media (max-width: 768px) {
  .modal__wrapper {
    padding: 0.5rem;
  }
  .modal__panel {
    top: 0.5rem;
    left: 0.5rem;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
    width: calc(100vw - 1rem);
    height: calc(88vh - 1rem);
    place-items: initial;
    overflow: auto;
  }
  .modal__panel__inner {
    padding: 3rem 1.5rem 2rem;
  }
  .modal__panel__heading {
    margin-bottom: 3rem;
  }
  .modal__panel__content {
    padding-bottom: 1rem;
  }
  .modal .modal-button--close.float {
    top: 1.25rem;
    right: 1.25rem;
  }
}
.ie .modal__wrapper {
  display: table;
  width: 100vw;
  height: 100vh;
  max-width: 960px;
}
.ie .modal__panel {
  position: static;
  display: table-cell;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: auto;
  left: auto;
  vertical-align: middle;
  max-width: 960px;
}
.footer {
  color: #fff;
}
.footer__inner {
  text-align: center;
  overflow: hidden;
}
.footer .dance {
  margin-bottom: 8rem;
  min-width: 256px;
  width: calc(100% * (592 / 1440));
  max-width: 592px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1056px) {
  .footer .dance {
    width: 80vw;
  }
}
@media (max-width: 768px) {
  .footer .dance {
    margin-bottom: 3rem;
    width: 84vw;
  }
}
.footer__info {
  position: relative;
}
.footer__info__background img {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}
@media (max-width: 1440px) {
  .footer__info__background img {
    -webkit-transform: translateY(1px) scale(1.5);
    -ms-transform: translateY(1px) scale(1.5);
    transform: translateY(1px) scale(1.5);
  }
}
@media (max-width: 768px) {
  .footer__info__background {
    position: relative;
    overflow: hidden;
    height: 56vw;
  }
  .footer__info__background img {
    position: absolute;
    top: 0;
    -webkit-transform: translate(50%, 34vw) scale(2.5);
    -ms-transform: translate(50%, 34vw) scale(2.5);
    transform: translate(50%, 34vw) scale(2.5);
  }
}
@media (max-width: 50.75rem) and (orientation: landscape) {
  .footer__info__background {
    height: 33vw;
  }
  .footer__info__background img {
    -webkit-transform: translate(-24vw, 11vw) scale(1.5);
    -ms-transform: translate(-24vw, 11vw) scale(1.5);
    transform: translate(-24vw, 11vw) scale(1.5);
  }
}
.footer__info__foreground {
  position: absolute;
  bottom: 34px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .footer__info__foreground {
    bottom: 16px;
  }
}
.footer .produced-by {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.08em;
}
.footer__logo {
  width: 118px;
  height: 44px;
  margin: 1rem auto 1.5rem;
}
@media (max-width: 768px) {
  .footer__logo {
    width: 60vw;
    height: auto;
  }
}
.footer a {
  color: #fff;
  text-decoration: none;
  font-size: 0.75rem;
  letter-spacing: 0.106666667em;
  line-height: 1.5rem;
}
.footer .links .modal-button {
  padding: 0 1rem;
  background-color: transparent;
  border: 0;
  color: #fff;
}
.footer .links .modal-button:hover span {
  border-bottom: 2px solid #fff;
}
@media (max-width: 768px) {
  .footer .links .modal-button {
    font-size: 0.75rem;
  }
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100000;
  background-color: #fbfae6;
}
.loader__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.loader__content {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  padding-top: 7.5vh;
}
.loader__image {
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}
.loader__text {
  margin: auto;
  padding-top: 1rem;
  padding-left: 1rem;
  max-width: 132px;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
  white-space: nowrap;
}
.loaded .loader {
  -webkit-transition: ease-out 0.24s;
  transition: ease-out 0.24s;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .loader__image {
    max-width: 75px;
  }
  .loader__text {
    font-size: 1rem;
  }
  .loader__content {
    padding-top: 0;
  }
}
.video .youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.video .youtube img {
  width: 102.5%;
  top: 50%;
  left: 50%;
  opacity: 0.9;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video .youtube .play-button {
  width: 68px;
  height: 48px;
  z-index: 1;
  border-radius: 6px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100%25' version='1.1' viewBox='0 0 68 48' width='100%25'%3E%3Cstyle%3E.ytp-large-play-button-bg %7Bopacity: 0.8%7D %3C/style%3E%3Cpath class='ytp-large-play-button-bg' d='M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z' fill='%23212121'%3E%3C/path%3E%3Cpath d='M 45,24 27,14 27,34' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
}
.video .youtube:hover .play-button {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100%25' version='1.1' viewBox='0 0 68 48' width='100%25'%3E%3Cpath class='ytp-large-play-button-bg' d='M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z' fill='%23f00'%3E%3C/path%3E%3Cpath d='M 45,24 27,14 27,34' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
}
.video .youtube img,
.video .youtube .play-button {
  cursor: pointer;
}
.video .youtube img,
.video .youtube iframe,
.video .youtube .play-button,
.video .youtube .play-button:before {
  position: absolute;
}
.video .youtube .play-button,
.video .youtube .play-button:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.video .youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
