@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  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: inherit;
}

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,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
*:before,
*:after {
  -webkit-appearance: none;
}

html {
  height: 100%;
  line-height: 2;
  font-size: 62.5%;
}
@media screen and (max-width: 519px) {
  html {
    line-height: 1.8;
  }
}

body {
  font-family: "Inconsolata", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  background-color: white;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #1c0933;
}
@media screen and (max-width: 519px) {
  body {
    font-size: 1.4rem;
  }
}
body.fixed {
  position: fixed;
  width: 100%;
}

a,
button {
  color: #ff5feb;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  will-change: transform;
  border: none;
  text-decoration: underline;
}
a:hover,
button:hover {
  color: #897c97;
}

img, svg, video {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

input[type=text], input[type=email], input[type=tel] {
  border: 1px #897c97 solid;
  padding: 8px;
  width: 100%;
  max-width: 500px;
  font-size: 1.6rem;
}
input[type=text]:-moz-read-only, input[type=email]:-moz-read-only, input[type=tel]:-moz-read-only {
  background-color: #897c97;
}
input[type=text][readonly=readonly], input[type=text][disabled=disabled], input[type=text]:read-only, input[type=email][readonly=readonly], input[type=email][disabled=disabled], input[type=email]:read-only, input[type=tel][readonly=readonly], input[type=tel][disabled=disabled], input[type=tel]:read-only {
  background-color: #897c97;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder {
  color: #897c97;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder {
  color: #897c97;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder {
  color: #897c97;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder {
  color: #897c97;
}
input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder {
  color: #897c97;
}
input[type=text]:focus::-webkit-input-placeholder, input[type=email]:focus::-webkit-input-placeholder, input[type=tel]:focus::-webkit-input-placeholder {
  color: transparent;
}
input[type=text]:focus::-moz-placeholder, input[type=email]:focus::-moz-placeholder, input[type=tel]:focus::-moz-placeholder {
  color: transparent;
}
input[type=text]:focus:-ms-input-placeholder, input[type=email]:focus:-ms-input-placeholder, input[type=tel]:focus:-ms-input-placeholder {
  color: transparent;
}
input[type=text]:focus::-ms-input-placeholder, input[type=email]:focus::-ms-input-placeholder, input[type=tel]:focus::-ms-input-placeholder {
  color: transparent;
}
input[type=text]:focus::placeholder, input[type=email]:focus::placeholder, input[type=tel]:focus::placeholder {
  color: transparent;
}

textarea {
  border: 1px #897c97 solid;
  padding: 4px 8px;
  width: 100%;
  height: 240px;
  font-size: 1.6rem;
}
textarea:-moz-read-only {
  background-color: #897c97;
}
textarea[readonly=readonly], textarea[disabled=disabled], textarea:read-only {
  background-color: #897c97;
}

input[type=submit], button[type=submit] {
  border: 1px #897c97 solid;
  padding: 8px;
  width: 100%;
  max-width: 300px;
  text-align: center;
  text-decoration: none;
  color: #1c0933;
}
input[type=submit][disabled=disabled], button[type=submit][disabled=disabled] {
  background-color: #897c97;
}

.c-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .c-wrapper.float {
    padding-bottom: 16vw;
  }
}

.js-effect {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translate(0, 10px) scale(0.9);
          transform: translate(0, 10px) scale(0.9);
  opacity: 0;
}
.js-effect.is-show {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
  opacity: 1;
}

.js-effectList > li {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translate(0, 10px) scale(0.9);
          transform: translate(0, 10px) scale(0.9);
  opacity: 0;
}
.js-effectList > li.is-show {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
  opacity: 1;
}

.c-header {
  background-color: white;
  text-align: center;
  border-bottom: 4px #ff5feb solid;
  z-index: 11;
  position: fixed;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  width: 100%;
  height: 80px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 959px) {
  .c-header {
    border-bottom-width: 3px;
    height: 60px;
  }
}
.c-header .header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header .header__logo {
  width: 140px;
  height: 80px;
  margin: -2px 7% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  .c-header .header__logo {
    width: 90px;
    height: initial;
    margin: 12px auto 0;
  }
}
.c-header .header__logo img {
  width: 100%;
}
.c-header .header__logo a {
  display: block;
}
.c-header .header__logo a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.c-header .header__nav--l, .c-header .header__nav--r {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  .c-header .header__nav--l, .c-header .header__nav--r {
    display: none;
  }
}
.c-header .header__nav--l li, .c-header .header__nav--r li {
  padding-left: 8%;
  margin-left: 8%;
  position: relative;
  line-height: 1;
}
.c-header .header__nav--l li::before, .c-header .header__nav--r li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(/wp-content/themes/2022aw/images/ico-flower-pink.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -6px;
  margin-top: -7px;
}
.c-header .header__nav--l li:first-child, .c-header .header__nav--r li:first-child {
  padding-left: 0;
  margin-left: 0;
}
.c-header .header__nav--l li:first-child::before, .c-header .header__nav--r li:first-child::before {
  display: none;
}
.c-header .header__nav--l li a, .c-header .header__nav--r li a {
  color: #1c0933;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  font-family: "Alkaline", sans-serif;
  letter-spacing: 0.1em;
}
.c-header .header__nav--l li a:hover, .c-header .header__nav--r li a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.c-header .header__nav--r {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-header .header__admission {
  position: absolute;
  top: 8px;
  right: 2%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  will-change: transform;
  width: 160px;
}
@media screen and (max-width: 1340px) {
  .c-header .header__admission {
    top: 60px;
    right: 12px;
  }
}
@media screen and (max-width: 959px) {
  .c-header .header__admission {
    width: 20vw;
    max-width: 160px;
    top: 4px;
  }
  .c-header .header__admission.is-off {
    top: -150%;
  }
}
@media screen and (max-width: 519px) {
  .c-header .header__admission {
    width: 26vw;
    right: 2%;
  }
}
@media screen and (max-width: 320px) {
  .c-header .header__admission {
    width: 100px;
  }
}
.c-header .header__admission::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 30px;
  background-color: #ff6a00;
  top: -8px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: -1;
}
@media screen and (max-width: 1340px) and (min-width: 960px) {
  .c-header .header__admission::before {
    width: 40px;
    height: 6px;
    top: 30%;
    left: initial;
    right: -12px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (max-width: 519px) {
  .c-header .header__admission::before {
    width: 3px;
    height: 22px;
  }
}
.c-header .header__admission::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 30px;
  background-color: #ff6a00;
  top: -8px;
  left: 30%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: -1;
}
@media screen and (max-width: 1340px) and (min-width: 960px) {
  .c-header .header__admission::after {
    width: 40px;
    height: 6px;
    top: 70%;
    left: initial;
    right: -12px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (max-width: 519px) {
  .c-header .header__admission::after {
    width: 3px;
    height: 22px;
  }
}
.c-header .header__admission:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-header .header__report {
  position: absolute;
  top: 8px;
  right: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  will-change: transform;
  width: 200px;
}
@media screen and (max-width: 1340px) {
  .c-header .header__report {
    width: 160px;
    top: 60px;
    right: 0;
  }
}
@media screen and (max-width: 959px) {
  .c-header .header__report {
    width: 20vw;
    max-width: 160px;
    top: 10px;
  }
  .c-header .header__report.is-off {
    top: -150%;
  }
}
@media screen and (max-width: 519px) {
  .c-header .header__report {
    width: 36vw;
    right: 0;
  }
}
@media screen and (max-width: 320px) {
  .c-header .header__report {
    width: 100px;
  }
}
.c-header .header__report:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-header .header__report a {
  display: block;
}
.c-header .header__report img {
  width: 100%;
}

.c-header__spNav {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}
.c-header__spNav.is-show {
  opacity: 1;
}
.c-header__spNav.fix {
  opacity: 1;
}
.c-header__spNav .spNav__btn {
  position: fixed;
  width: 52px;
  height: 52px;
  top: 0;
  left: 5px;
  z-index: 21;
  padding-top: 3px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: none;
  text-align: center;
  padding-top: 7px;
  font-size: 12px;
  font-weight: 600;
  margin-top: 3px;
}
@media screen and (max-width: 959px) {
  .c-header__spNav .spNav__btn {
    display: block;
  }
}
.c-header__spNav .spNav__btn .menu {
  color: #ff5feb;
}
.c-header__spNav .spNav__btn .close {
  color: #897c97;
  display: none;
}
.c-header__spNav .spNav__btn::before, .c-header__spNav .spNav__btn::after {
  content: "";
  background-color: #ff5feb;
  width: 30px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.c-header__spNav .spNav__btn::before {
  margin-top: 4px;
}
.c-header__spNav .spNav__btn::after {
  margin-top: 12px;
}
.c-header__spNav .spNav__btn.is-on {
  padding-top: 4px;
}
.c-header__spNav .spNav__btn.is-on .menu {
  display: none;
}
.c-header__spNav .spNav__btn.is-on .close {
  display: block;
}
.c-header__spNav .spNav__btn.is-on::before, .c-header__spNav .spNav__btn.is-on::after {
  margin-top: 7px;
  background-color: #897c97;
}
.c-header__spNav .spNav__btn.is-on::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-header__spNav .spNav__btn.is-on::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.c-header__spNav .spNav__wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: none;
}
.c-header__spNav .spNav__wrap .spNav__contents {
  position: fixed;
  width: 100%;
  top: calc(50% + 10px);
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 2;
}
.c-header__spNav .spNav__wrap .spNav__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 0 10% 32px;
}
@media screen and (max-width: 320px) {
  .c-header__spNav .spNav__wrap .spNav__nav {
    margin-bottom: 24px;
  }
}
.c-header__spNav .spNav__wrap .spNav__nav li {
  text-align: center;
  width: 50%;
}
.c-header__spNav .spNav__wrap .spNav__nav li a {
  color: #1c0933;
  text-decoration: none;
  font-size: 16px;
  padding: 20px 0;
  display: block;
  font-family: "Alkaline", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 320px) {
  .c-header__spNav .spNav__wrap .spNav__nav li a {
    padding: 10px 0;
  }
}
.c-header__spNav .spNav__wrap .spNav__nav li a::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(/wp-content/themes/2022aw/images/ico-flower-pink.svg) no-repeat center center;
  background-size: contain;
  margin: 0 auto 8px;
}
.c-header__spNav .spNav__wrap .spNav__admission {
  width: 70%;
  margin: 0 auto 32px;
}
.c-header__spNav .spNav__wrap .spNav__admission .p-btn {
  width: 100%;
  max-width: 250px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ff9f00;
  padding-bottom: 12px;
}
.c-header__spNav .spNav__wrap .spNav__admission .en {
  font-family: "Alkaline", sans-serif;
  letter-spacing: 0.1em;
  display: block;
  color: #ffea0f;
  font-size: 1.2rem;
  line-height: 1.3;
}
.c-header__spNav .spNav__wrap .spNav__admission .en span {
  font-size: 1.7rem;
}
.c-header__spNav .spNav__wrap .spNav__admission .jp {
  font-size: 1.2rem;
  color: white;
  line-height: 1.3;
}
.c-header__spNav .spNav__wrap .spNav__report {
  width: 80%;
  margin: 0 auto 32px;
}
.c-header__spNav .spNav__wrap .spNav__report .p-btn {
  width: 100%;
  max-width: 300px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #00cec9;
  padding-bottom: 12px;
}
.c-header__spNav .spNav__wrap .spNav__report .en {
  font-family: "Alkaline", sans-serif;
  letter-spacing: 0.1em;
  display: block;
  color: #ffea0f;
  font-size: 1.8rem;
  line-height: 1.3;
}
.c-header__spNav .spNav__wrap .spNav__report .en span {
  font-size: 2.3rem;
}
.c-header__spNav .spNav__wrap .spNav__report .jp {
  font-size: 1.2rem;
  color: white;
  line-height: 1.3;
}
.c-header__spNav .spNav__wrap .spNav__report .jp span {
  font-size: 1.3rem;
}
.c-header__spNav .spNav__wrap .spNav__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-header__spNav .spNav__wrap .spNav__sns li {
  margin: 0 16px;
}
.c-header__spNav .spNav__wrap .spNav__sns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ff24be;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.c-header__spNav .spNav__wrap .spNav__sns li a img {
  width: 80%;
}
.c-header__spNav .spNav__wrap .spNav__bg {
  position: fixed;
  width: 300vw;
  height: 300vw;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  top: -50vh;
  left: -50vw;
  background-color: white;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 1;
}
.c-header__spNav .spNav__wrap.is-on {
  top: 0;
}
.c-header__spNav .spNav__wrap.is-on .spNav__contents {
  top: 50%;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out 0.5s;
  transition: all 0.5s ease-out 0.5s;
}
.c-header__spNav .spNav__wrap.is-on .spNav__bg {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.c-specialPartners {
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 519px) {
  .c-specialPartners {
    margin-bottom: 40px;
  }
}
.c-specialPartners:last-child {
  margin-bottom: 0;
}
.c-specialPartners .specialPartners__ttl {
  font-size: 2rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 519px) {
  .c-specialPartners .specialPartners__ttl {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
}
.c-specialPartners img {
  width: 280px;
}
@media screen and (max-width: 519px) {
  .c-specialPartners img {
    width: 180px;
  }
}
.c-specialPartners a {
  display: block;
}
.c-specialPartners a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.c-supporter {
  padding-bottom: 100px;
  background-color: white;
}
.c-supporter .supporter {
  text-align: center;
  padding-right: 16px;
}
.c-supporter .supporter img {
  width: 228px;
}
@media screen and (max-width: 519px) {
  .c-supporter .supporter img {
    width: 180px;
  }
}

.c-footerContents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 1.4rem;
  padding: 50px 0;
  border: 4px #ff9f00 solid;
}
@media screen and (min-width: 520px) {
  .webp .c-footerContents {
    background-image: url(/wp-content/themes/2022aw/images/bg-footer_illust.webp);
    background-image: -webkit-image-set(url(/wp-content/themes/2022aw/images/bg-footer_illust.webp) 1x, url(/wp-content/themes/2022aw/images/bg-footer_illust-x2.webp) 2x);
    background-image: image-set(url(/wp-content/themes/2022aw/images/bg-footer_illust.webp) 1x, url(/wp-content/themes/2022aw/images/bg-footer_illust-x2.webp) 2x);
  }
  .no-webp .c-footerContents {
    background-image: url(/wp-content/themes/2022aw/images/bg-footer_illust.jpg);
  }
}
@media screen and (max-width: 959px) {
  .c-footerContents {
    padding: 0;
    font-size: 1.2rem;
    border-width: 6px;
  }
}
@media screen and (max-width: 519px) {
  .webp .c-footerContents {
    background-image: url(/wp-content/themes/2022aw/images/bg-footer_illust-sp.webp);
  }
  .no-webp .c-footerContents {
    background-image: url(/wp-content/themes/2022aw/images/bg-footer_illust-sp.jpg);
  }
}
.c-footerContents .footerContents__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 959px) {
  .c-footerContents .footerContents__in {
    display: block;
  }
}
.c-footerContents .footerContents__in > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: url(/wp-content/themes/2022aw/images/line-dot-orange.png) repeat-y right top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 959px) {
  .c-footerContents .footerContents__in > div {
    background: url(/wp-content/themes/2022aw/images/line-dot-ver-orange.png) repeat-x right bottom/auto 2px;
  }
}
.c-footerContents .footerContents__in > div:last-child {
  background: none;
}
.c-footerContents .footerContents__box {
  padding: 16px 0;
}
@media screen and (max-width: 959px) {
  .c-footerContents .footerContents__box {
    padding: 40px 0;
  }
}
.c-footerContents .footerContents__eventData .eventData__logo {
  text-align: center;
  margin-bottom: 54px;
}
@media screen and (max-width: 959px) {
  .c-footerContents .footerContents__eventData .eventData__logo {
    margin-bottom: 40px;
  }
  .c-footerContents .footerContents__eventData .eventData__logo img {
    width: 135px;
  }
}
.c-footerContents .footerContents__eventData .eventData__list li {
  margin-bottom: 16px;
}
@media screen and (max-width: 959px) {
  .c-footerContents .footerContents__eventData .eventData__list li {
    margin-bottom: 10px;
  }
}
.c-footerContents .footerContents__eventData .eventData__list li:last-child {
  margin-bottom: 0;
}
.c-footerContents .footerContents__eventData .eventData__list li::before {
  content: "◆";
  color: #ff9f00;
  display: inline-block;
  margin-right: 6px;
  font-size: 1rem;
  position: relative;
  top: -0.1em;
}
.c-footerContents .footerContents__info .info__ttl {
  font-size: 2.2rem;
  line-height: 1.2;
  margin-bottom: 24px;
}
@media screen and (max-width: 959px) {
  .c-footerContents .footerContents__info .info__ttl {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
}
.c-footerContents .footerContents__info .info__ttl span {
  font-size: 4rem;
  font-weight: 300;
}
@media screen and (max-width: 959px) {
  .c-footerContents .footerContents__info .info__ttl span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 959px) {
  .c-footerContents .footerContents__info .info__nav {
    text-align: center;
  }
}
.c-footerContents .footerContents__info .info__nav a {
  color: #1c0933;
  text-decoration: none;
  display: block;
  padding: 9px 0;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .c-footerContents .footerContents__info .info__nav a {
    padding: 6px 0;
  }
}
.c-footerContents .footerContents__info .info__nav a:hover {
  color: #ff9f00;
}
.c-footerContents .footerContents__subNav .subNav__ttl {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 14px;
}
@media screen and (max-width: 959px) {
  .c-footerContents .footerContents__subNav .subNav__ttl {
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .c-footerContents .footerContents__subNav .subNav__list {
    text-align: center;
    font-size: 1.4rem;
  }
  .c-footerContents .footerContents__subNav .subNav__list li {
    display: inline-block;
    position: relative;
    margin-right: -0.5em;
  }
  .c-footerContents .footerContents__subNav .subNav__list li:nth-of-type(2)::after, .c-footerContents .footerContents__subNav .subNav__list li:nth-of-type(3)::after, .c-footerContents .footerContents__subNav .subNav__list li:nth-of-type(5)::after, .c-footerContents .footerContents__subNav .subNav__list li:nth-of-type(6)::after, .c-footerContents .footerContents__subNav .subNav__list li:nth-of-type(8)::after, .c-footerContents .footerContents__subNav .subNav__list li:nth-of-type(9)::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 14px;
    background-color: #1c0933;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .c-footerContents .footerContents__subNav .subNav__list li a {
    padding: 9px 12px;
  }
}
.c-footerContents .footerContents__subNav .subNav__list a {
  color: #1c0933;
  text-decoration: none;
  display: block;
  font-weight: 300;
  padding: 4px 0;
  line-height: 1.5;
}
.c-footerContents .footerContents__subNav .subNav__list a:hover {
  color: #ff9f00;
}
.c-footerContents .footerContents__subNav .subNav__list br {
  display: none;
}
@media screen and (max-width: 959px) {
  .c-footerContents .footerContents__subNav .subNav__list br {
    display: inline;
  }
}

.c-footer {
  margin-top: auto;
  padding: 40px 0 24px;
  text-align: center;
  background-color: #ff9f00;
}
@media screen and (max-width: 959px) {
  .c-footer {
    padding: 20px 0 24px;
  }
}
.c-footer .footer__logo {
  margin-bottom: 24px;
}
@media screen and (max-width: 959px) {
  .c-footer .footer__logo {
    margin-bottom: 16px;
  }
  .c-footer .footer__logo img {
    width: 140px;
  }
}
.c-footer .footer__copyright {
  color: white;
  font-size: 1.2rem;
}
@media screen and (max-width: 519px) {
  .c-footer .footer__copyright {
    font-size: 1rem;
  }
}

.p-rakutenFashionBnr-float {
  display: none;
}
@media screen and (max-width: 959px) {
  .p-rakutenFashionBnr-float {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
}
@media screen and (max-width: 959px) {
  .p-rakutenFashionBnr-float img {
    width: 100%;
  }
}

.u-inner {
  width: 92%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.u-inner-l {
  width: 92%;
  max-width: 1192px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.u-pink {
  color: #ff5feb;
}

.u-purple {
  color: #6d2cc7;
}

.u-caution, .u-caution-white {
  color: #999;
  font-size: 1.4rem;
}
@media screen and (max-width: 519px) {
  .u-caution, .u-caution-white {
    font-size: 1.2rem;
  }
}
.u-caution-white {
  color: white;
  opacity: 0.7;
}

.u-cautionList li {
  color: #897c97;
  text-indent: -0.5em;
  margin-left: 1em;
}
.u-cautionList li::before {
  content: "＊";
  display: inline-block;
}

.u-textLink {
  color: #0000ff;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.u-textLink::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  height: 1px;
  background-color: #0000ff;
}
.u-textLink[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url(/wp-content/themes/2022aw/images/ico-blank.svg) no-repeat center center;
  background-size: contain;
}
.u-textLink:hover {
  color: #ff5feb;
}
.u-textLink:hover::before {
  background-color: #ff5feb;
}

.u-list-dot > li {
  list-style: disc;
  margin-left: 1.5em;
  margin-bottom: 1em;
}
.u-list-dot > li:last-child {
  margin-bottom: 0;
}

.u-list-num > li {
  list-style: decimal;
  margin-left: 1.5em;
  margin-bottom: 1em;
}
.u-list-num > li:last-child {
  margin-bottom: 0;
}

.u-txt-s {
  font-size: 1.4rem;
}
@media screen and (max-width: 519px) {
  .u-txt-s {
    font-size: 1.2rem;
  }
}

.u-txt-l {
  font-size: 1.8rem;
}
@media screen and (max-width: 519px) {
  .u-txt-l {
    font-size: 1.6rem;
  }
}

.u-linkSpot {
  margin-top: -80px;
  padding-top: 80px;
}
@media screen and (max-width: 519px) {
  .u-linkSpot {
    margin-top: -40px;
    padding-top: 40px;
  }
}

.u-linkSpot-2 {
  margin-top: -400px;
  padding-top: 400px;
}
@media screen and (max-width: 519px) {
  .u-linkSpot-2 {
    margin-top: -200px;
    padding-top: 200px;
  }
}

.u-linkSpot-3 {
  margin-top: -270px;
  padding-top: 270px;
}
@media screen and (max-width: 519px) {
  .u-linkSpot-3 {
    margin-top: -140px;
    padding-top: 140px;
  }
}

.u-12 {
  font-size: 1.2rem;
}
@media screen and (max-width: 519px) {
  .u-12 {
    font-size: 1rem;
  }
}

.u-14 {
  font-size: 1.4rem;
}
@media screen and (max-width: 519px) {
  .u-14 {
    font-size: 1.2rem;
  }
}

.u-16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 519px) {
  .u-16 {
    font-size: 1.4rem;
  }
}

.u-18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 519px) {
  .u-18 {
    font-size: 1.6rem;
  }
}

.u-20 {
  font-size: 2rem;
}
@media screen and (max-width: 519px) {
  .u-20 {
    font-size: 1.8rem;
  }
}

.u-24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 959px) {
  .u-24 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 519px) {
  .u-24 {
    font-size: 2rem;
  }
}

.u-28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 959px) {
  .u-28 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 519px) {
  .u-28 {
    font-size: 2.2rem;
  }
}

.u-32 {
  font-size: 3.2rem;
}
@media screen and (max-width: 959px) {
  .u-32 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 519px) {
  .u-32 {
    font-size: 2.4rem;
  }
}

.u-36 {
  font-size: 3.6rem;
}
@media screen and (max-width: 959px) {
  .u-36 {
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 519px) {
  .u-36 {
    font-size: 2.6rem;
  }
}

.u-40 {
  font-size: 4rem;
}
@media screen and (max-width: 959px) {
  .u-40 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 519px) {
  .u-40 {
    font-size: 2.8rem;
  }
}

.u-bold {
  font-weight: bold;
}

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

@media screen and (min-width: 960px) {
  .u-center-pc {
    text-align: center;
  }
}

.u-center-pctb {
  text-align: center;
}
@media screen and (max-width: 519px) {
  .u-center-pctb {
    text-align: left;
  }
}

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

.u-right {
  margin-top: 1%;
  text-align: right;
}

.u-pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .u-pc {
    display: block;
  }
  br.u-pc, span.u-pc {
    display: inline-block;
  }
}

.u-tb {
  display: none;
}
@media screen and (max-width: 959px) {
  .u-tb {
    display: block;
  }
  br.u-tb, span.u-tb {
    display: inline-block;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 519px) {
  .u-sp {
    display: block;
  }
  br.u-sp, span.u-sp {
    display: inline-block;
  }
}

@media screen and (max-width: 519px) {
  .u-pctb {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .u-tbsp {
    display: none;
  }
}

.u-mt-0 {
  margin-top: 0px !important;
}
@media screen and (max-width: 959px) {
  .u-mt-0 {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mt-0 {
    margin-top: 0px !important;
  }
}

.u-mb-0 {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 959px) {
  .u-mb-0 {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mb-0 {
    margin-bottom: 0px !important;
  }
}

.u-ml-0 {
  margin-left: 0px !important;
}
@media screen and (max-width: 959px) {
  .u-ml-0 {
    margin-left: 0px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-ml-0 {
    margin-left: 0px !important;
  }
}

.u-mr-0 {
  margin-right: 0px !important;
}
@media screen and (max-width: 959px) {
  .u-mr-0 {
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mr-0 {
    margin-right: 0px !important;
  }
}

.u-m-0 {
  margin: 0px !important;
}
@media screen and (max-width: 959px) {
  .u-m-0 {
    margin: 0px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-m-0 {
    margin: 0px !important;
  }
}

.u-mt-1 {
  margin-top: 8px !important;
}
@media screen and (max-width: 959px) {
  .u-mt-1 {
    margin-top: 6px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mt-1 {
    margin-top: 4px !important;
  }
}

.u-mb-1 {
  margin-bottom: 8px !important;
}
@media screen and (max-width: 959px) {
  .u-mb-1 {
    margin-bottom: 6px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mb-1 {
    margin-bottom: 4px !important;
  }
}

.u-ml-1 {
  margin-left: 8px !important;
}
@media screen and (max-width: 959px) {
  .u-ml-1 {
    margin-left: 6px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-ml-1 {
    margin-left: 4px !important;
  }
}

.u-mr-1 {
  margin-right: 8px !important;
}
@media screen and (max-width: 959px) {
  .u-mr-1 {
    margin-right: 6px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mr-1 {
    margin-right: 4px !important;
  }
}

.u-m-1 {
  margin: 8px !important;
}
@media screen and (max-width: 959px) {
  .u-m-1 {
    margin: 6px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-m-1 {
    margin: 4px !important;
  }
}

.u-mt-2 {
  margin-top: 16px !important;
}
@media screen and (max-width: 959px) {
  .u-mt-2 {
    margin-top: 12px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mt-2 {
    margin-top: 8px !important;
  }
}

.u-mb-2 {
  margin-bottom: 16px !important;
}
@media screen and (max-width: 959px) {
  .u-mb-2 {
    margin-bottom: 12px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mb-2 {
    margin-bottom: 8px !important;
  }
}

.u-ml-2 {
  margin-left: 16px !important;
}
@media screen and (max-width: 959px) {
  .u-ml-2 {
    margin-left: 12px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-ml-2 {
    margin-left: 8px !important;
  }
}

.u-mr-2 {
  margin-right: 16px !important;
}
@media screen and (max-width: 959px) {
  .u-mr-2 {
    margin-right: 12px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mr-2 {
    margin-right: 8px !important;
  }
}

.u-m-2 {
  margin: 16px !important;
}
@media screen and (max-width: 959px) {
  .u-m-2 {
    margin: 12px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-m-2 {
    margin: 8px !important;
  }
}

.u-mt-3 {
  margin-top: 24px !important;
}
@media screen and (max-width: 959px) {
  .u-mt-3 {
    margin-top: 18px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mt-3 {
    margin-top: 12px !important;
  }
}

.u-mb-3 {
  margin-bottom: 24px !important;
}
@media screen and (max-width: 959px) {
  .u-mb-3 {
    margin-bottom: 18px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mb-3 {
    margin-bottom: 12px !important;
  }
}

.u-ml-3 {
  margin-left: 24px !important;
}
@media screen and (max-width: 959px) {
  .u-ml-3 {
    margin-left: 18px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-ml-3 {
    margin-left: 12px !important;
  }
}

.u-mr-3 {
  margin-right: 24px !important;
}
@media screen and (max-width: 959px) {
  .u-mr-3 {
    margin-right: 18px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mr-3 {
    margin-right: 12px !important;
  }
}

.u-m-3 {
  margin: 24px !important;
}
@media screen and (max-width: 959px) {
  .u-m-3 {
    margin: 18px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-m-3 {
    margin: 12px !important;
  }
}

.u-mt-4 {
  margin-top: 32px !important;
}
@media screen and (max-width: 959px) {
  .u-mt-4 {
    margin-top: 24px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mt-4 {
    margin-top: 16px !important;
  }
}

.u-mb-4 {
  margin-bottom: 32px !important;
}
@media screen and (max-width: 959px) {
  .u-mb-4 {
    margin-bottom: 24px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mb-4 {
    margin-bottom: 16px !important;
  }
}

.u-ml-4 {
  margin-left: 32px !important;
}
@media screen and (max-width: 959px) {
  .u-ml-4 {
    margin-left: 24px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-ml-4 {
    margin-left: 16px !important;
  }
}

.u-mr-4 {
  margin-right: 32px !important;
}
@media screen and (max-width: 959px) {
  .u-mr-4 {
    margin-right: 24px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mr-4 {
    margin-right: 16px !important;
  }
}

.u-m-4 {
  margin: 32px !important;
}
@media screen and (max-width: 959px) {
  .u-m-4 {
    margin: 24px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-m-4 {
    margin: 16px !important;
  }
}

.u-mt-5 {
  margin-top: 40px !important;
}
@media screen and (max-width: 959px) {
  .u-mt-5 {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mt-5 {
    margin-top: 20px !important;
  }
}

.u-mb-5 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 959px) {
  .u-mb-5 {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mb-5 {
    margin-bottom: 20px !important;
  }
}

.u-ml-5 {
  margin-left: 40px !important;
}
@media screen and (max-width: 959px) {
  .u-ml-5 {
    margin-left: 30px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-ml-5 {
    margin-left: 20px !important;
  }
}

.u-mr-5 {
  margin-right: 40px !important;
}
@media screen and (max-width: 959px) {
  .u-mr-5 {
    margin-right: 30px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mr-5 {
    margin-right: 20px !important;
  }
}

.u-m-5 {
  margin: 40px !important;
}
@media screen and (max-width: 959px) {
  .u-m-5 {
    margin: 30px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-m-5 {
    margin: 20px !important;
  }
}

.u-mt-6 {
  margin-top: 48px !important;
}
@media screen and (max-width: 959px) {
  .u-mt-6 {
    margin-top: 36px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mt-6 {
    margin-top: 24px !important;
  }
}

.u-mb-6 {
  margin-bottom: 48px !important;
}
@media screen and (max-width: 959px) {
  .u-mb-6 {
    margin-bottom: 36px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mb-6 {
    margin-bottom: 24px !important;
  }
}

.u-ml-6 {
  margin-left: 48px !important;
}
@media screen and (max-width: 959px) {
  .u-ml-6 {
    margin-left: 36px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-ml-6 {
    margin-left: 24px !important;
  }
}

.u-mr-6 {
  margin-right: 48px !important;
}
@media screen and (max-width: 959px) {
  .u-mr-6 {
    margin-right: 36px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mr-6 {
    margin-right: 24px !important;
  }
}

.u-m-6 {
  margin: 48px !important;
}
@media screen and (max-width: 959px) {
  .u-m-6 {
    margin: 36px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-m-6 {
    margin: 24px !important;
  }
}

.u-mt-7 {
  margin-top: 56px !important;
}
@media screen and (max-width: 959px) {
  .u-mt-7 {
    margin-top: 42px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mt-7 {
    margin-top: 28px !important;
  }
}

.u-mb-7 {
  margin-bottom: 56px !important;
}
@media screen and (max-width: 959px) {
  .u-mb-7 {
    margin-bottom: 42px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mb-7 {
    margin-bottom: 28px !important;
  }
}

.u-ml-7 {
  margin-left: 56px !important;
}
@media screen and (max-width: 959px) {
  .u-ml-7 {
    margin-left: 42px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-ml-7 {
    margin-left: 28px !important;
  }
}

.u-mr-7 {
  margin-right: 56px !important;
}
@media screen and (max-width: 959px) {
  .u-mr-7 {
    margin-right: 42px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mr-7 {
    margin-right: 28px !important;
  }
}

.u-m-7 {
  margin: 56px !important;
}
@media screen and (max-width: 959px) {
  .u-m-7 {
    margin: 42px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-m-7 {
    margin: 28px !important;
  }
}

.u-mt-8 {
  margin-top: 64px !important;
}
@media screen and (max-width: 959px) {
  .u-mt-8 {
    margin-top: 48px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mt-8 {
    margin-top: 32px !important;
  }
}

.u-mb-8 {
  margin-bottom: 64px !important;
}
@media screen and (max-width: 959px) {
  .u-mb-8 {
    margin-bottom: 48px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mb-8 {
    margin-bottom: 32px !important;
  }
}

.u-ml-8 {
  margin-left: 64px !important;
}
@media screen and (max-width: 959px) {
  .u-ml-8 {
    margin-left: 48px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-ml-8 {
    margin-left: 32px !important;
  }
}

.u-mr-8 {
  margin-right: 64px !important;
}
@media screen and (max-width: 959px) {
  .u-mr-8 {
    margin-right: 48px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mr-8 {
    margin-right: 32px !important;
  }
}

.u-m-8 {
  margin: 64px !important;
}
@media screen and (max-width: 959px) {
  .u-m-8 {
    margin: 48px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-m-8 {
    margin: 32px !important;
  }
}

.u-mt-9 {
  margin-top: 72px !important;
}
@media screen and (max-width: 959px) {
  .u-mt-9 {
    margin-top: 54px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mt-9 {
    margin-top: 36px !important;
  }
}

.u-mb-9 {
  margin-bottom: 72px !important;
}
@media screen and (max-width: 959px) {
  .u-mb-9 {
    margin-bottom: 54px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mb-9 {
    margin-bottom: 36px !important;
  }
}

.u-ml-9 {
  margin-left: 72px !important;
}
@media screen and (max-width: 959px) {
  .u-ml-9 {
    margin-left: 54px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-ml-9 {
    margin-left: 36px !important;
  }
}

.u-mr-9 {
  margin-right: 72px !important;
}
@media screen and (max-width: 959px) {
  .u-mr-9 {
    margin-right: 54px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mr-9 {
    margin-right: 36px !important;
  }
}

.u-m-9 {
  margin: 72px !important;
}
@media screen and (max-width: 959px) {
  .u-m-9 {
    margin: 54px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-m-9 {
    margin: 36px !important;
  }
}

.u-mt-10 {
  margin-top: 80px !important;
}
@media screen and (max-width: 959px) {
  .u-mt-10 {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mt-10 {
    margin-top: 40px !important;
  }
}

.u-mb-10 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 959px) {
  .u-mb-10 {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mb-10 {
    margin-bottom: 40px !important;
  }
}

.u-ml-10 {
  margin-left: 80px !important;
}
@media screen and (max-width: 959px) {
  .u-ml-10 {
    margin-left: 60px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-ml-10 {
    margin-left: 40px !important;
  }
}

.u-mr-10 {
  margin-right: 80px !important;
}
@media screen and (max-width: 959px) {
  .u-mr-10 {
    margin-right: 60px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mr-10 {
    margin-right: 40px !important;
  }
}

.u-m-10 {
  margin: 80px !important;
}
@media screen and (max-width: 959px) {
  .u-m-10 {
    margin: 60px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-m-10 {
    margin: 40px !important;
  }
}

.u-mt-11 {
  margin-top: 88px !important;
}
@media screen and (max-width: 959px) {
  .u-mt-11 {
    margin-top: 66px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mt-11 {
    margin-top: 44px !important;
  }
}

.u-mb-11 {
  margin-bottom: 88px !important;
}
@media screen and (max-width: 959px) {
  .u-mb-11 {
    margin-bottom: 66px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mb-11 {
    margin-bottom: 44px !important;
  }
}

.u-ml-11 {
  margin-left: 88px !important;
}
@media screen and (max-width: 959px) {
  .u-ml-11 {
    margin-left: 66px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-ml-11 {
    margin-left: 44px !important;
  }
}

.u-mr-11 {
  margin-right: 88px !important;
}
@media screen and (max-width: 959px) {
  .u-mr-11 {
    margin-right: 66px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mr-11 {
    margin-right: 44px !important;
  }
}

.u-m-11 {
  margin: 88px !important;
}
@media screen and (max-width: 959px) {
  .u-m-11 {
    margin: 66px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-m-11 {
    margin: 44px !important;
  }
}

.u-mt-12 {
  margin-top: 96px !important;
}
@media screen and (max-width: 959px) {
  .u-mt-12 {
    margin-top: 72px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mt-12 {
    margin-top: 48px !important;
  }
}

.u-mb-12 {
  margin-bottom: 96px !important;
}
@media screen and (max-width: 959px) {
  .u-mb-12 {
    margin-bottom: 72px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mb-12 {
    margin-bottom: 48px !important;
  }
}

.u-ml-12 {
  margin-left: 96px !important;
}
@media screen and (max-width: 959px) {
  .u-ml-12 {
    margin-left: 72px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-ml-12 {
    margin-left: 48px !important;
  }
}

.u-mr-12 {
  margin-right: 96px !important;
}
@media screen and (max-width: 959px) {
  .u-mr-12 {
    margin-right: 72px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mr-12 {
    margin-right: 48px !important;
  }
}

.u-m-12 {
  margin: 96px !important;
}
@media screen and (max-width: 959px) {
  .u-m-12 {
    margin: 72px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-m-12 {
    margin: 48px !important;
  }
}

.u-mt-13 {
  margin-top: 104px !important;
}
@media screen and (max-width: 959px) {
  .u-mt-13 {
    margin-top: 78px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mt-13 {
    margin-top: 52px !important;
  }
}

.u-mb-13 {
  margin-bottom: 104px !important;
}
@media screen and (max-width: 959px) {
  .u-mb-13 {
    margin-bottom: 78px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mb-13 {
    margin-bottom: 52px !important;
  }
}

.u-ml-13 {
  margin-left: 104px !important;
}
@media screen and (max-width: 959px) {
  .u-ml-13 {
    margin-left: 78px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-ml-13 {
    margin-left: 52px !important;
  }
}

.u-mr-13 {
  margin-right: 104px !important;
}
@media screen and (max-width: 959px) {
  .u-mr-13 {
    margin-right: 78px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mr-13 {
    margin-right: 52px !important;
  }
}

.u-m-13 {
  margin: 104px !important;
}
@media screen and (max-width: 959px) {
  .u-m-13 {
    margin: 78px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-m-13 {
    margin: 52px !important;
  }
}

.u-mt-14 {
  margin-top: 112px !important;
}
@media screen and (max-width: 959px) {
  .u-mt-14 {
    margin-top: 84px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mt-14 {
    margin-top: 56px !important;
  }
}

.u-mb-14 {
  margin-bottom: 112px !important;
}
@media screen and (max-width: 959px) {
  .u-mb-14 {
    margin-bottom: 84px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mb-14 {
    margin-bottom: 56px !important;
  }
}

.u-ml-14 {
  margin-left: 112px !important;
}
@media screen and (max-width: 959px) {
  .u-ml-14 {
    margin-left: 84px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-ml-14 {
    margin-left: 56px !important;
  }
}

.u-mr-14 {
  margin-right: 112px !important;
}
@media screen and (max-width: 959px) {
  .u-mr-14 {
    margin-right: 84px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mr-14 {
    margin-right: 56px !important;
  }
}

.u-m-14 {
  margin: 112px !important;
}
@media screen and (max-width: 959px) {
  .u-m-14 {
    margin: 84px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-m-14 {
    margin: 56px !important;
  }
}

.u-mt-15 {
  margin-top: 120px !important;
}
@media screen and (max-width: 959px) {
  .u-mt-15 {
    margin-top: 90px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mt-15 {
    margin-top: 60px !important;
  }
}

.u-mb-15 {
  margin-bottom: 120px !important;
}
@media screen and (max-width: 959px) {
  .u-mb-15 {
    margin-bottom: 90px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mb-15 {
    margin-bottom: 60px !important;
  }
}

.u-ml-15 {
  margin-left: 120px !important;
}
@media screen and (max-width: 959px) {
  .u-ml-15 {
    margin-left: 90px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-ml-15 {
    margin-left: 60px !important;
  }
}

.u-mr-15 {
  margin-right: 120px !important;
}
@media screen and (max-width: 959px) {
  .u-mr-15 {
    margin-right: 90px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mr-15 {
    margin-right: 60px !important;
  }
}

.u-m-15 {
  margin: 120px !important;
}
@media screen and (max-width: 959px) {
  .u-m-15 {
    margin: 90px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-m-15 {
    margin: 60px !important;
  }
}

.u-mt-16 {
  margin-top: 128px !important;
}
@media screen and (max-width: 959px) {
  .u-mt-16 {
    margin-top: 96px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mt-16 {
    margin-top: 64px !important;
  }
}

.u-mb-16 {
  margin-bottom: 128px !important;
}
@media screen and (max-width: 959px) {
  .u-mb-16 {
    margin-bottom: 96px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mb-16 {
    margin-bottom: 64px !important;
  }
}

.u-ml-16 {
  margin-left: 128px !important;
}
@media screen and (max-width: 959px) {
  .u-ml-16 {
    margin-left: 96px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-ml-16 {
    margin-left: 64px !important;
  }
}

.u-mr-16 {
  margin-right: 128px !important;
}
@media screen and (max-width: 959px) {
  .u-mr-16 {
    margin-right: 96px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mr-16 {
    margin-right: 64px !important;
  }
}

.u-m-16 {
  margin: 128px !important;
}
@media screen and (max-width: 959px) {
  .u-m-16 {
    margin: 96px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-m-16 {
    margin: 64px !important;
  }
}

.u-mt-17 {
  margin-top: 136px !important;
}
@media screen and (max-width: 959px) {
  .u-mt-17 {
    margin-top: 102px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mt-17 {
    margin-top: 68px !important;
  }
}

.u-mb-17 {
  margin-bottom: 136px !important;
}
@media screen and (max-width: 959px) {
  .u-mb-17 {
    margin-bottom: 102px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mb-17 {
    margin-bottom: 68px !important;
  }
}

.u-ml-17 {
  margin-left: 136px !important;
}
@media screen and (max-width: 959px) {
  .u-ml-17 {
    margin-left: 102px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-ml-17 {
    margin-left: 68px !important;
  }
}

.u-mr-17 {
  margin-right: 136px !important;
}
@media screen and (max-width: 959px) {
  .u-mr-17 {
    margin-right: 102px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mr-17 {
    margin-right: 68px !important;
  }
}

.u-m-17 {
  margin: 136px !important;
}
@media screen and (max-width: 959px) {
  .u-m-17 {
    margin: 102px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-m-17 {
    margin: 68px !important;
  }
}

.u-mt-18 {
  margin-top: 144px !important;
}
@media screen and (max-width: 959px) {
  .u-mt-18 {
    margin-top: 108px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mt-18 {
    margin-top: 72px !important;
  }
}

.u-mb-18 {
  margin-bottom: 144px !important;
}
@media screen and (max-width: 959px) {
  .u-mb-18 {
    margin-bottom: 108px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mb-18 {
    margin-bottom: 72px !important;
  }
}

.u-ml-18 {
  margin-left: 144px !important;
}
@media screen and (max-width: 959px) {
  .u-ml-18 {
    margin-left: 108px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-ml-18 {
    margin-left: 72px !important;
  }
}

.u-mr-18 {
  margin-right: 144px !important;
}
@media screen and (max-width: 959px) {
  .u-mr-18 {
    margin-right: 108px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mr-18 {
    margin-right: 72px !important;
  }
}

.u-m-18 {
  margin: 144px !important;
}
@media screen and (max-width: 959px) {
  .u-m-18 {
    margin: 108px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-m-18 {
    margin: 72px !important;
  }
}

.u-mt-19 {
  margin-top: 152px !important;
}
@media screen and (max-width: 959px) {
  .u-mt-19 {
    margin-top: 114px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mt-19 {
    margin-top: 76px !important;
  }
}

.u-mb-19 {
  margin-bottom: 152px !important;
}
@media screen and (max-width: 959px) {
  .u-mb-19 {
    margin-bottom: 114px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mb-19 {
    margin-bottom: 76px !important;
  }
}

.u-ml-19 {
  margin-left: 152px !important;
}
@media screen and (max-width: 959px) {
  .u-ml-19 {
    margin-left: 114px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-ml-19 {
    margin-left: 76px !important;
  }
}

.u-mr-19 {
  margin-right: 152px !important;
}
@media screen and (max-width: 959px) {
  .u-mr-19 {
    margin-right: 114px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mr-19 {
    margin-right: 76px !important;
  }
}

.u-m-19 {
  margin: 152px !important;
}
@media screen and (max-width: 959px) {
  .u-m-19 {
    margin: 114px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-m-19 {
    margin: 76px !important;
  }
}

.u-mt-20 {
  margin-top: 160px !important;
}
@media screen and (max-width: 959px) {
  .u-mt-20 {
    margin-top: 120px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mt-20 {
    margin-top: 80px !important;
  }
}

.u-mb-20 {
  margin-bottom: 160px !important;
}
@media screen and (max-width: 959px) {
  .u-mb-20 {
    margin-bottom: 120px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mb-20 {
    margin-bottom: 80px !important;
  }
}

.u-ml-20 {
  margin-left: 160px !important;
}
@media screen and (max-width: 959px) {
  .u-ml-20 {
    margin-left: 120px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-ml-20 {
    margin-left: 80px !important;
  }
}

.u-mr-20 {
  margin-right: 160px !important;
}
@media screen and (max-width: 959px) {
  .u-mr-20 {
    margin-right: 120px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mr-20 {
    margin-right: 80px !important;
  }
}

.u-m-20 {
  margin: 160px !important;
}
@media screen and (max-width: 959px) {
  .u-m-20 {
    margin: 120px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-m-20 {
    margin: 80px !important;
  }
}

.u-mt-21 {
  margin-top: 168px !important;
}
@media screen and (max-width: 959px) {
  .u-mt-21 {
    margin-top: 126px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mt-21 {
    margin-top: 84px !important;
  }
}

.u-mb-21 {
  margin-bottom: 168px !important;
}
@media screen and (max-width: 959px) {
  .u-mb-21 {
    margin-bottom: 126px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mb-21 {
    margin-bottom: 84px !important;
  }
}

.u-ml-21 {
  margin-left: 168px !important;
}
@media screen and (max-width: 959px) {
  .u-ml-21 {
    margin-left: 126px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-ml-21 {
    margin-left: 84px !important;
  }
}

.u-mr-21 {
  margin-right: 168px !important;
}
@media screen and (max-width: 959px) {
  .u-mr-21 {
    margin-right: 126px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mr-21 {
    margin-right: 84px !important;
  }
}

.u-m-21 {
  margin: 168px !important;
}
@media screen and (max-width: 959px) {
  .u-m-21 {
    margin: 126px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-m-21 {
    margin: 84px !important;
  }
}

.u-mt-22 {
  margin-top: 176px !important;
}
@media screen and (max-width: 959px) {
  .u-mt-22 {
    margin-top: 132px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mt-22 {
    margin-top: 88px !important;
  }
}

.u-mb-22 {
  margin-bottom: 176px !important;
}
@media screen and (max-width: 959px) {
  .u-mb-22 {
    margin-bottom: 132px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mb-22 {
    margin-bottom: 88px !important;
  }
}

.u-ml-22 {
  margin-left: 176px !important;
}
@media screen and (max-width: 959px) {
  .u-ml-22 {
    margin-left: 132px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-ml-22 {
    margin-left: 88px !important;
  }
}

.u-mr-22 {
  margin-right: 176px !important;
}
@media screen and (max-width: 959px) {
  .u-mr-22 {
    margin-right: 132px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mr-22 {
    margin-right: 88px !important;
  }
}

.u-m-22 {
  margin: 176px !important;
}
@media screen and (max-width: 959px) {
  .u-m-22 {
    margin: 132px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-m-22 {
    margin: 88px !important;
  }
}

.u-mt-23 {
  margin-top: 184px !important;
}
@media screen and (max-width: 959px) {
  .u-mt-23 {
    margin-top: 138px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mt-23 {
    margin-top: 92px !important;
  }
}

.u-mb-23 {
  margin-bottom: 184px !important;
}
@media screen and (max-width: 959px) {
  .u-mb-23 {
    margin-bottom: 138px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mb-23 {
    margin-bottom: 92px !important;
  }
}

.u-ml-23 {
  margin-left: 184px !important;
}
@media screen and (max-width: 959px) {
  .u-ml-23 {
    margin-left: 138px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-ml-23 {
    margin-left: 92px !important;
  }
}

.u-mr-23 {
  margin-right: 184px !important;
}
@media screen and (max-width: 959px) {
  .u-mr-23 {
    margin-right: 138px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mr-23 {
    margin-right: 92px !important;
  }
}

.u-m-23 {
  margin: 184px !important;
}
@media screen and (max-width: 959px) {
  .u-m-23 {
    margin: 138px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-m-23 {
    margin: 92px !important;
  }
}

.u-mt-24 {
  margin-top: 192px !important;
}
@media screen and (max-width: 959px) {
  .u-mt-24 {
    margin-top: 144px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mt-24 {
    margin-top: 96px !important;
  }
}

.u-mb-24 {
  margin-bottom: 192px !important;
}
@media screen and (max-width: 959px) {
  .u-mb-24 {
    margin-bottom: 144px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mb-24 {
    margin-bottom: 96px !important;
  }
}

.u-ml-24 {
  margin-left: 192px !important;
}
@media screen and (max-width: 959px) {
  .u-ml-24 {
    margin-left: 144px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-ml-24 {
    margin-left: 96px !important;
  }
}

.u-mr-24 {
  margin-right: 192px !important;
}
@media screen and (max-width: 959px) {
  .u-mr-24 {
    margin-right: 144px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mr-24 {
    margin-right: 96px !important;
  }
}

.u-m-24 {
  margin: 192px !important;
}
@media screen and (max-width: 959px) {
  .u-m-24 {
    margin: 144px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-m-24 {
    margin: 96px !important;
  }
}

.u-mt-25 {
  margin-top: 200px !important;
}
@media screen and (max-width: 959px) {
  .u-mt-25 {
    margin-top: 150px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mt-25 {
    margin-top: 100px !important;
  }
}

.u-mb-25 {
  margin-bottom: 200px !important;
}
@media screen and (max-width: 959px) {
  .u-mb-25 {
    margin-bottom: 150px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mb-25 {
    margin-bottom: 100px !important;
  }
}

.u-ml-25 {
  margin-left: 200px !important;
}
@media screen and (max-width: 959px) {
  .u-ml-25 {
    margin-left: 150px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-ml-25 {
    margin-left: 100px !important;
  }
}

.u-mr-25 {
  margin-right: 200px !important;
}
@media screen and (max-width: 959px) {
  .u-mr-25 {
    margin-right: 150px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mr-25 {
    margin-right: 100px !important;
  }
}

.u-m-25 {
  margin: 200px !important;
}
@media screen and (max-width: 959px) {
  .u-m-25 {
    margin: 150px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-m-25 {
    margin: 100px !important;
  }
}

.u-mt-26 {
  margin-top: 208px !important;
}
@media screen and (max-width: 959px) {
  .u-mt-26 {
    margin-top: 156px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mt-26 {
    margin-top: 104px !important;
  }
}

.u-mb-26 {
  margin-bottom: 208px !important;
}
@media screen and (max-width: 959px) {
  .u-mb-26 {
    margin-bottom: 156px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mb-26 {
    margin-bottom: 104px !important;
  }
}

.u-ml-26 {
  margin-left: 208px !important;
}
@media screen and (max-width: 959px) {
  .u-ml-26 {
    margin-left: 156px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-ml-26 {
    margin-left: 104px !important;
  }
}

.u-mr-26 {
  margin-right: 208px !important;
}
@media screen and (max-width: 959px) {
  .u-mr-26 {
    margin-right: 156px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mr-26 {
    margin-right: 104px !important;
  }
}

.u-m-26 {
  margin: 208px !important;
}
@media screen and (max-width: 959px) {
  .u-m-26 {
    margin: 156px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-m-26 {
    margin: 104px !important;
  }
}

.u-mt-27 {
  margin-top: 216px !important;
}
@media screen and (max-width: 959px) {
  .u-mt-27 {
    margin-top: 162px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mt-27 {
    margin-top: 108px !important;
  }
}

.u-mb-27 {
  margin-bottom: 216px !important;
}
@media screen and (max-width: 959px) {
  .u-mb-27 {
    margin-bottom: 162px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mb-27 {
    margin-bottom: 108px !important;
  }
}

.u-ml-27 {
  margin-left: 216px !important;
}
@media screen and (max-width: 959px) {
  .u-ml-27 {
    margin-left: 162px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-ml-27 {
    margin-left: 108px !important;
  }
}

.u-mr-27 {
  margin-right: 216px !important;
}
@media screen and (max-width: 959px) {
  .u-mr-27 {
    margin-right: 162px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mr-27 {
    margin-right: 108px !important;
  }
}

.u-m-27 {
  margin: 216px !important;
}
@media screen and (max-width: 959px) {
  .u-m-27 {
    margin: 162px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-m-27 {
    margin: 108px !important;
  }
}

.u-mt-28 {
  margin-top: 224px !important;
}
@media screen and (max-width: 959px) {
  .u-mt-28 {
    margin-top: 168px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mt-28 {
    margin-top: 112px !important;
  }
}

.u-mb-28 {
  margin-bottom: 224px !important;
}
@media screen and (max-width: 959px) {
  .u-mb-28 {
    margin-bottom: 168px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mb-28 {
    margin-bottom: 112px !important;
  }
}

.u-ml-28 {
  margin-left: 224px !important;
}
@media screen and (max-width: 959px) {
  .u-ml-28 {
    margin-left: 168px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-ml-28 {
    margin-left: 112px !important;
  }
}

.u-mr-28 {
  margin-right: 224px !important;
}
@media screen and (max-width: 959px) {
  .u-mr-28 {
    margin-right: 168px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mr-28 {
    margin-right: 112px !important;
  }
}

.u-m-28 {
  margin: 224px !important;
}
@media screen and (max-width: 959px) {
  .u-m-28 {
    margin: 168px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-m-28 {
    margin: 112px !important;
  }
}

.u-mt-29 {
  margin-top: 232px !important;
}
@media screen and (max-width: 959px) {
  .u-mt-29 {
    margin-top: 174px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mt-29 {
    margin-top: 116px !important;
  }
}

.u-mb-29 {
  margin-bottom: 232px !important;
}
@media screen and (max-width: 959px) {
  .u-mb-29 {
    margin-bottom: 174px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mb-29 {
    margin-bottom: 116px !important;
  }
}

.u-ml-29 {
  margin-left: 232px !important;
}
@media screen and (max-width: 959px) {
  .u-ml-29 {
    margin-left: 174px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-ml-29 {
    margin-left: 116px !important;
  }
}

.u-mr-29 {
  margin-right: 232px !important;
}
@media screen and (max-width: 959px) {
  .u-mr-29 {
    margin-right: 174px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mr-29 {
    margin-right: 116px !important;
  }
}

.u-m-29 {
  margin: 232px !important;
}
@media screen and (max-width: 959px) {
  .u-m-29 {
    margin: 174px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-m-29 {
    margin: 116px !important;
  }
}

.u-mt-30 {
  margin-top: 240px !important;
}
@media screen and (max-width: 959px) {
  .u-mt-30 {
    margin-top: 180px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mt-30 {
    margin-top: 120px !important;
  }
}

.u-mb-30 {
  margin-bottom: 240px !important;
}
@media screen and (max-width: 959px) {
  .u-mb-30 {
    margin-bottom: 180px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mb-30 {
    margin-bottom: 120px !important;
  }
}

.u-ml-30 {
  margin-left: 240px !important;
}
@media screen and (max-width: 959px) {
  .u-ml-30 {
    margin-left: 180px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-ml-30 {
    margin-left: 120px !important;
  }
}

.u-mr-30 {
  margin-right: 240px !important;
}
@media screen and (max-width: 959px) {
  .u-mr-30 {
    margin-right: 180px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mr-30 {
    margin-right: 120px !important;
  }
}

.u-m-30 {
  margin: 240px !important;
}
@media screen and (max-width: 959px) {
  .u-m-30 {
    margin: 180px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-m-30 {
    margin: 120px !important;
  }
}

.u-mt-31 {
  margin-top: 248px !important;
}
@media screen and (max-width: 959px) {
  .u-mt-31 {
    margin-top: 186px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mt-31 {
    margin-top: 124px !important;
  }
}

.u-mb-31 {
  margin-bottom: 248px !important;
}
@media screen and (max-width: 959px) {
  .u-mb-31 {
    margin-bottom: 186px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mb-31 {
    margin-bottom: 124px !important;
  }
}

.u-ml-31 {
  margin-left: 248px !important;
}
@media screen and (max-width: 959px) {
  .u-ml-31 {
    margin-left: 186px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-ml-31 {
    margin-left: 124px !important;
  }
}

.u-mr-31 {
  margin-right: 248px !important;
}
@media screen and (max-width: 959px) {
  .u-mr-31 {
    margin-right: 186px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mr-31 {
    margin-right: 124px !important;
  }
}

.u-m-31 {
  margin: 248px !important;
}
@media screen and (max-width: 959px) {
  .u-m-31 {
    margin: 186px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-m-31 {
    margin: 124px !important;
  }
}

.u-mt-32 {
  margin-top: 256px !important;
}
@media screen and (max-width: 959px) {
  .u-mt-32 {
    margin-top: 192px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mt-32 {
    margin-top: 128px !important;
  }
}

.u-mb-32 {
  margin-bottom: 256px !important;
}
@media screen and (max-width: 959px) {
  .u-mb-32 {
    margin-bottom: 192px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mb-32 {
    margin-bottom: 128px !important;
  }
}

.u-ml-32 {
  margin-left: 256px !important;
}
@media screen and (max-width: 959px) {
  .u-ml-32 {
    margin-left: 192px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-ml-32 {
    margin-left: 128px !important;
  }
}

.u-mr-32 {
  margin-right: 256px !important;
}
@media screen and (max-width: 959px) {
  .u-mr-32 {
    margin-right: 192px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mr-32 {
    margin-right: 128px !important;
  }
}

.u-m-32 {
  margin: 256px !important;
}
@media screen and (max-width: 959px) {
  .u-m-32 {
    margin: 192px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-m-32 {
    margin: 128px !important;
  }
}

.u-mt-33 {
  margin-top: 264px !important;
}
@media screen and (max-width: 959px) {
  .u-mt-33 {
    margin-top: 198px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mt-33 {
    margin-top: 132px !important;
  }
}

.u-mb-33 {
  margin-bottom: 264px !important;
}
@media screen and (max-width: 959px) {
  .u-mb-33 {
    margin-bottom: 198px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mb-33 {
    margin-bottom: 132px !important;
  }
}

.u-ml-33 {
  margin-left: 264px !important;
}
@media screen and (max-width: 959px) {
  .u-ml-33 {
    margin-left: 198px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-ml-33 {
    margin-left: 132px !important;
  }
}

.u-mr-33 {
  margin-right: 264px !important;
}
@media screen and (max-width: 959px) {
  .u-mr-33 {
    margin-right: 198px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mr-33 {
    margin-right: 132px !important;
  }
}

.u-m-33 {
  margin: 264px !important;
}
@media screen and (max-width: 959px) {
  .u-m-33 {
    margin: 198px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-m-33 {
    margin: 132px !important;
  }
}

.u-mt-34 {
  margin-top: 272px !important;
}
@media screen and (max-width: 959px) {
  .u-mt-34 {
    margin-top: 204px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mt-34 {
    margin-top: 136px !important;
  }
}

.u-mb-34 {
  margin-bottom: 272px !important;
}
@media screen and (max-width: 959px) {
  .u-mb-34 {
    margin-bottom: 204px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mb-34 {
    margin-bottom: 136px !important;
  }
}

.u-ml-34 {
  margin-left: 272px !important;
}
@media screen and (max-width: 959px) {
  .u-ml-34 {
    margin-left: 204px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-ml-34 {
    margin-left: 136px !important;
  }
}

.u-mr-34 {
  margin-right: 272px !important;
}
@media screen and (max-width: 959px) {
  .u-mr-34 {
    margin-right: 204px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mr-34 {
    margin-right: 136px !important;
  }
}

.u-m-34 {
  margin: 272px !important;
}
@media screen and (max-width: 959px) {
  .u-m-34 {
    margin: 204px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-m-34 {
    margin: 136px !important;
  }
}

.u-mt-35 {
  margin-top: 280px !important;
}
@media screen and (max-width: 959px) {
  .u-mt-35 {
    margin-top: 210px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mt-35 {
    margin-top: 140px !important;
  }
}

.u-mb-35 {
  margin-bottom: 280px !important;
}
@media screen and (max-width: 959px) {
  .u-mb-35 {
    margin-bottom: 210px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mb-35 {
    margin-bottom: 140px !important;
  }
}

.u-ml-35 {
  margin-left: 280px !important;
}
@media screen and (max-width: 959px) {
  .u-ml-35 {
    margin-left: 210px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-ml-35 {
    margin-left: 140px !important;
  }
}

.u-mr-35 {
  margin-right: 280px !important;
}
@media screen and (max-width: 959px) {
  .u-mr-35 {
    margin-right: 210px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mr-35 {
    margin-right: 140px !important;
  }
}

.u-m-35 {
  margin: 280px !important;
}
@media screen and (max-width: 959px) {
  .u-m-35 {
    margin: 210px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-m-35 {
    margin: 140px !important;
  }
}

.u-mt-36 {
  margin-top: 288px !important;
}
@media screen and (max-width: 959px) {
  .u-mt-36 {
    margin-top: 216px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mt-36 {
    margin-top: 144px !important;
  }
}

.u-mb-36 {
  margin-bottom: 288px !important;
}
@media screen and (max-width: 959px) {
  .u-mb-36 {
    margin-bottom: 216px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mb-36 {
    margin-bottom: 144px !important;
  }
}

.u-ml-36 {
  margin-left: 288px !important;
}
@media screen and (max-width: 959px) {
  .u-ml-36 {
    margin-left: 216px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-ml-36 {
    margin-left: 144px !important;
  }
}

.u-mr-36 {
  margin-right: 288px !important;
}
@media screen and (max-width: 959px) {
  .u-mr-36 {
    margin-right: 216px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mr-36 {
    margin-right: 144px !important;
  }
}

.u-m-36 {
  margin: 288px !important;
}
@media screen and (max-width: 959px) {
  .u-m-36 {
    margin: 216px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-m-36 {
    margin: 144px !important;
  }
}

.u-mt-37 {
  margin-top: 296px !important;
}
@media screen and (max-width: 959px) {
  .u-mt-37 {
    margin-top: 222px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mt-37 {
    margin-top: 148px !important;
  }
}

.u-mb-37 {
  margin-bottom: 296px !important;
}
@media screen and (max-width: 959px) {
  .u-mb-37 {
    margin-bottom: 222px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mb-37 {
    margin-bottom: 148px !important;
  }
}

.u-ml-37 {
  margin-left: 296px !important;
}
@media screen and (max-width: 959px) {
  .u-ml-37 {
    margin-left: 222px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-ml-37 {
    margin-left: 148px !important;
  }
}

.u-mr-37 {
  margin-right: 296px !important;
}
@media screen and (max-width: 959px) {
  .u-mr-37 {
    margin-right: 222px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mr-37 {
    margin-right: 148px !important;
  }
}

.u-m-37 {
  margin: 296px !important;
}
@media screen and (max-width: 959px) {
  .u-m-37 {
    margin: 222px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-m-37 {
    margin: 148px !important;
  }
}

.u-mt-38 {
  margin-top: 304px !important;
}
@media screen and (max-width: 959px) {
  .u-mt-38 {
    margin-top: 228px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mt-38 {
    margin-top: 152px !important;
  }
}

.u-mb-38 {
  margin-bottom: 304px !important;
}
@media screen and (max-width: 959px) {
  .u-mb-38 {
    margin-bottom: 228px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mb-38 {
    margin-bottom: 152px !important;
  }
}

.u-ml-38 {
  margin-left: 304px !important;
}
@media screen and (max-width: 959px) {
  .u-ml-38 {
    margin-left: 228px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-ml-38 {
    margin-left: 152px !important;
  }
}

.u-mr-38 {
  margin-right: 304px !important;
}
@media screen and (max-width: 959px) {
  .u-mr-38 {
    margin-right: 228px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mr-38 {
    margin-right: 152px !important;
  }
}

.u-m-38 {
  margin: 304px !important;
}
@media screen and (max-width: 959px) {
  .u-m-38 {
    margin: 228px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-m-38 {
    margin: 152px !important;
  }
}

.u-mt-39 {
  margin-top: 312px !important;
}
@media screen and (max-width: 959px) {
  .u-mt-39 {
    margin-top: 234px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mt-39 {
    margin-top: 156px !important;
  }
}

.u-mb-39 {
  margin-bottom: 312px !important;
}
@media screen and (max-width: 959px) {
  .u-mb-39 {
    margin-bottom: 234px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mb-39 {
    margin-bottom: 156px !important;
  }
}

.u-ml-39 {
  margin-left: 312px !important;
}
@media screen and (max-width: 959px) {
  .u-ml-39 {
    margin-left: 234px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-ml-39 {
    margin-left: 156px !important;
  }
}

.u-mr-39 {
  margin-right: 312px !important;
}
@media screen and (max-width: 959px) {
  .u-mr-39 {
    margin-right: 234px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mr-39 {
    margin-right: 156px !important;
  }
}

.u-m-39 {
  margin: 312px !important;
}
@media screen and (max-width: 959px) {
  .u-m-39 {
    margin: 234px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-m-39 {
    margin: 156px !important;
  }
}

.u-mt-40 {
  margin-top: 320px !important;
}
@media screen and (max-width: 959px) {
  .u-mt-40 {
    margin-top: 240px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mt-40 {
    margin-top: 160px !important;
  }
}

.u-mb-40 {
  margin-bottom: 320px !important;
}
@media screen and (max-width: 959px) {
  .u-mb-40 {
    margin-bottom: 240px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mb-40 {
    margin-bottom: 160px !important;
  }
}

.u-ml-40 {
  margin-left: 320px !important;
}
@media screen and (max-width: 959px) {
  .u-ml-40 {
    margin-left: 240px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-ml-40 {
    margin-left: 160px !important;
  }
}

.u-mr-40 {
  margin-right: 320px !important;
}
@media screen and (max-width: 959px) {
  .u-mr-40 {
    margin-right: 240px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-mr-40 {
    margin-right: 160px !important;
  }
}

.u-m-40 {
  margin: 320px !important;
}
@media screen and (max-width: 959px) {
  .u-m-40 {
    margin: 240px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-m-40 {
    margin: 160px !important;
  }
}

.u-pt-0 {
  padding-top: 0px !important;
}
@media screen and (max-width: 959px) {
  .u-pt-0 {
    padding-top: 0px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pt-0 {
    padding-top: 0px !important;
  }
}

.u-pb-0 {
  padding-bottom: 0px !important;
}
@media screen and (max-width: 959px) {
  .u-pb-0 {
    padding-bottom: 0px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pb-0 {
    padding-bottom: 0px !important;
  }
}

.u-pl-0 {
  padding-left: 0px !important;
}
@media screen and (max-width: 959px) {
  .u-pl-0 {
    padding-left: 0px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pl-0 {
    padding-left: 0px !important;
  }
}

.u-pr-0 {
  padding-right: 0px !important;
}
@media screen and (max-width: 959px) {
  .u-pr-0 {
    padding-right: 0px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pr-0 {
    padding-right: 0px !important;
  }
}

.u-p-0 {
  padding: 0px !important;
}
@media screen and (max-width: 959px) {
  .u-p-0 {
    padding: 0px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-p-0 {
    padding: 0px !important;
  }
}

.u-pt-1 {
  padding-top: 8px !important;
}
@media screen and (max-width: 959px) {
  .u-pt-1 {
    padding-top: 6px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pt-1 {
    padding-top: 4px !important;
  }
}

.u-pb-1 {
  padding-bottom: 8px !important;
}
@media screen and (max-width: 959px) {
  .u-pb-1 {
    padding-bottom: 6px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pb-1 {
    padding-bottom: 4px !important;
  }
}

.u-pl-1 {
  padding-left: 8px !important;
}
@media screen and (max-width: 959px) {
  .u-pl-1 {
    padding-left: 6px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pl-1 {
    padding-left: 4px !important;
  }
}

.u-pr-1 {
  padding-right: 8px !important;
}
@media screen and (max-width: 959px) {
  .u-pr-1 {
    padding-right: 6px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pr-1 {
    padding-right: 4px !important;
  }
}

.u-p-1 {
  padding: 8px !important;
}
@media screen and (max-width: 959px) {
  .u-p-1 {
    padding: 6px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-p-1 {
    padding: 4px !important;
  }
}

.u-pt-2 {
  padding-top: 16px !important;
}
@media screen and (max-width: 959px) {
  .u-pt-2 {
    padding-top: 12px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pt-2 {
    padding-top: 8px !important;
  }
}

.u-pb-2 {
  padding-bottom: 16px !important;
}
@media screen and (max-width: 959px) {
  .u-pb-2 {
    padding-bottom: 12px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pb-2 {
    padding-bottom: 8px !important;
  }
}

.u-pl-2 {
  padding-left: 16px !important;
}
@media screen and (max-width: 959px) {
  .u-pl-2 {
    padding-left: 12px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pl-2 {
    padding-left: 8px !important;
  }
}

.u-pr-2 {
  padding-right: 16px !important;
}
@media screen and (max-width: 959px) {
  .u-pr-2 {
    padding-right: 12px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pr-2 {
    padding-right: 8px !important;
  }
}

.u-p-2 {
  padding: 16px !important;
}
@media screen and (max-width: 959px) {
  .u-p-2 {
    padding: 12px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-p-2 {
    padding: 8px !important;
  }
}

.u-pt-3 {
  padding-top: 24px !important;
}
@media screen and (max-width: 959px) {
  .u-pt-3 {
    padding-top: 18px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pt-3 {
    padding-top: 12px !important;
  }
}

.u-pb-3 {
  padding-bottom: 24px !important;
}
@media screen and (max-width: 959px) {
  .u-pb-3 {
    padding-bottom: 18px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pb-3 {
    padding-bottom: 12px !important;
  }
}

.u-pl-3 {
  padding-left: 24px !important;
}
@media screen and (max-width: 959px) {
  .u-pl-3 {
    padding-left: 18px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pl-3 {
    padding-left: 12px !important;
  }
}

.u-pr-3 {
  padding-right: 24px !important;
}
@media screen and (max-width: 959px) {
  .u-pr-3 {
    padding-right: 18px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pr-3 {
    padding-right: 12px !important;
  }
}

.u-p-3 {
  padding: 24px !important;
}
@media screen and (max-width: 959px) {
  .u-p-3 {
    padding: 18px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-p-3 {
    padding: 12px !important;
  }
}

.u-pt-4 {
  padding-top: 32px !important;
}
@media screen and (max-width: 959px) {
  .u-pt-4 {
    padding-top: 24px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pt-4 {
    padding-top: 16px !important;
  }
}

.u-pb-4 {
  padding-bottom: 32px !important;
}
@media screen and (max-width: 959px) {
  .u-pb-4 {
    padding-bottom: 24px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pb-4 {
    padding-bottom: 16px !important;
  }
}

.u-pl-4 {
  padding-left: 32px !important;
}
@media screen and (max-width: 959px) {
  .u-pl-4 {
    padding-left: 24px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pl-4 {
    padding-left: 16px !important;
  }
}

.u-pr-4 {
  padding-right: 32px !important;
}
@media screen and (max-width: 959px) {
  .u-pr-4 {
    padding-right: 24px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pr-4 {
    padding-right: 16px !important;
  }
}

.u-p-4 {
  padding: 32px !important;
}
@media screen and (max-width: 959px) {
  .u-p-4 {
    padding: 24px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-p-4 {
    padding: 16px !important;
  }
}

.u-pt-5 {
  padding-top: 40px !important;
}
@media screen and (max-width: 959px) {
  .u-pt-5 {
    padding-top: 30px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pt-5 {
    padding-top: 20px !important;
  }
}

.u-pb-5 {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 959px) {
  .u-pb-5 {
    padding-bottom: 30px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pb-5 {
    padding-bottom: 20px !important;
  }
}

.u-pl-5 {
  padding-left: 40px !important;
}
@media screen and (max-width: 959px) {
  .u-pl-5 {
    padding-left: 30px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pl-5 {
    padding-left: 20px !important;
  }
}

.u-pr-5 {
  padding-right: 40px !important;
}
@media screen and (max-width: 959px) {
  .u-pr-5 {
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pr-5 {
    padding-right: 20px !important;
  }
}

.u-p-5 {
  padding: 40px !important;
}
@media screen and (max-width: 959px) {
  .u-p-5 {
    padding: 30px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-p-5 {
    padding: 20px !important;
  }
}

.u-pt-6 {
  padding-top: 48px !important;
}
@media screen and (max-width: 959px) {
  .u-pt-6 {
    padding-top: 36px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pt-6 {
    padding-top: 24px !important;
  }
}

.u-pb-6 {
  padding-bottom: 48px !important;
}
@media screen and (max-width: 959px) {
  .u-pb-6 {
    padding-bottom: 36px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pb-6 {
    padding-bottom: 24px !important;
  }
}

.u-pl-6 {
  padding-left: 48px !important;
}
@media screen and (max-width: 959px) {
  .u-pl-6 {
    padding-left: 36px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pl-6 {
    padding-left: 24px !important;
  }
}

.u-pr-6 {
  padding-right: 48px !important;
}
@media screen and (max-width: 959px) {
  .u-pr-6 {
    padding-right: 36px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pr-6 {
    padding-right: 24px !important;
  }
}

.u-p-6 {
  padding: 48px !important;
}
@media screen and (max-width: 959px) {
  .u-p-6 {
    padding: 36px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-p-6 {
    padding: 24px !important;
  }
}

.u-pt-7 {
  padding-top: 56px !important;
}
@media screen and (max-width: 959px) {
  .u-pt-7 {
    padding-top: 42px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pt-7 {
    padding-top: 28px !important;
  }
}

.u-pb-7 {
  padding-bottom: 56px !important;
}
@media screen and (max-width: 959px) {
  .u-pb-7 {
    padding-bottom: 42px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pb-7 {
    padding-bottom: 28px !important;
  }
}

.u-pl-7 {
  padding-left: 56px !important;
}
@media screen and (max-width: 959px) {
  .u-pl-7 {
    padding-left: 42px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pl-7 {
    padding-left: 28px !important;
  }
}

.u-pr-7 {
  padding-right: 56px !important;
}
@media screen and (max-width: 959px) {
  .u-pr-7 {
    padding-right: 42px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pr-7 {
    padding-right: 28px !important;
  }
}

.u-p-7 {
  padding: 56px !important;
}
@media screen and (max-width: 959px) {
  .u-p-7 {
    padding: 42px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-p-7 {
    padding: 28px !important;
  }
}

.u-pt-8 {
  padding-top: 64px !important;
}
@media screen and (max-width: 959px) {
  .u-pt-8 {
    padding-top: 48px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pt-8 {
    padding-top: 32px !important;
  }
}

.u-pb-8 {
  padding-bottom: 64px !important;
}
@media screen and (max-width: 959px) {
  .u-pb-8 {
    padding-bottom: 48px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pb-8 {
    padding-bottom: 32px !important;
  }
}

.u-pl-8 {
  padding-left: 64px !important;
}
@media screen and (max-width: 959px) {
  .u-pl-8 {
    padding-left: 48px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pl-8 {
    padding-left: 32px !important;
  }
}

.u-pr-8 {
  padding-right: 64px !important;
}
@media screen and (max-width: 959px) {
  .u-pr-8 {
    padding-right: 48px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pr-8 {
    padding-right: 32px !important;
  }
}

.u-p-8 {
  padding: 64px !important;
}
@media screen and (max-width: 959px) {
  .u-p-8 {
    padding: 48px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-p-8 {
    padding: 32px !important;
  }
}

.u-pt-9 {
  padding-top: 72px !important;
}
@media screen and (max-width: 959px) {
  .u-pt-9 {
    padding-top: 54px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pt-9 {
    padding-top: 36px !important;
  }
}

.u-pb-9 {
  padding-bottom: 72px !important;
}
@media screen and (max-width: 959px) {
  .u-pb-9 {
    padding-bottom: 54px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pb-9 {
    padding-bottom: 36px !important;
  }
}

.u-pl-9 {
  padding-left: 72px !important;
}
@media screen and (max-width: 959px) {
  .u-pl-9 {
    padding-left: 54px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pl-9 {
    padding-left: 36px !important;
  }
}

.u-pr-9 {
  padding-right: 72px !important;
}
@media screen and (max-width: 959px) {
  .u-pr-9 {
    padding-right: 54px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pr-9 {
    padding-right: 36px !important;
  }
}

.u-p-9 {
  padding: 72px !important;
}
@media screen and (max-width: 959px) {
  .u-p-9 {
    padding: 54px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-p-9 {
    padding: 36px !important;
  }
}

.u-pt-10 {
  padding-top: 80px !important;
}
@media screen and (max-width: 959px) {
  .u-pt-10 {
    padding-top: 60px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pt-10 {
    padding-top: 40px !important;
  }
}

.u-pb-10 {
  padding-bottom: 80px !important;
}
@media screen and (max-width: 959px) {
  .u-pb-10 {
    padding-bottom: 60px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pb-10 {
    padding-bottom: 40px !important;
  }
}

.u-pl-10 {
  padding-left: 80px !important;
}
@media screen and (max-width: 959px) {
  .u-pl-10 {
    padding-left: 60px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pl-10 {
    padding-left: 40px !important;
  }
}

.u-pr-10 {
  padding-right: 80px !important;
}
@media screen and (max-width: 959px) {
  .u-pr-10 {
    padding-right: 60px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pr-10 {
    padding-right: 40px !important;
  }
}

.u-p-10 {
  padding: 80px !important;
}
@media screen and (max-width: 959px) {
  .u-p-10 {
    padding: 60px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-p-10 {
    padding: 40px !important;
  }
}

.u-pt-11 {
  padding-top: 88px !important;
}
@media screen and (max-width: 959px) {
  .u-pt-11 {
    padding-top: 66px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pt-11 {
    padding-top: 44px !important;
  }
}

.u-pb-11 {
  padding-bottom: 88px !important;
}
@media screen and (max-width: 959px) {
  .u-pb-11 {
    padding-bottom: 66px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pb-11 {
    padding-bottom: 44px !important;
  }
}

.u-pl-11 {
  padding-left: 88px !important;
}
@media screen and (max-width: 959px) {
  .u-pl-11 {
    padding-left: 66px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pl-11 {
    padding-left: 44px !important;
  }
}

.u-pr-11 {
  padding-right: 88px !important;
}
@media screen and (max-width: 959px) {
  .u-pr-11 {
    padding-right: 66px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pr-11 {
    padding-right: 44px !important;
  }
}

.u-p-11 {
  padding: 88px !important;
}
@media screen and (max-width: 959px) {
  .u-p-11 {
    padding: 66px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-p-11 {
    padding: 44px !important;
  }
}

.u-pt-12 {
  padding-top: 96px !important;
}
@media screen and (max-width: 959px) {
  .u-pt-12 {
    padding-top: 72px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pt-12 {
    padding-top: 48px !important;
  }
}

.u-pb-12 {
  padding-bottom: 96px !important;
}
@media screen and (max-width: 959px) {
  .u-pb-12 {
    padding-bottom: 72px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pb-12 {
    padding-bottom: 48px !important;
  }
}

.u-pl-12 {
  padding-left: 96px !important;
}
@media screen and (max-width: 959px) {
  .u-pl-12 {
    padding-left: 72px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pl-12 {
    padding-left: 48px !important;
  }
}

.u-pr-12 {
  padding-right: 96px !important;
}
@media screen and (max-width: 959px) {
  .u-pr-12 {
    padding-right: 72px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pr-12 {
    padding-right: 48px !important;
  }
}

.u-p-12 {
  padding: 96px !important;
}
@media screen and (max-width: 959px) {
  .u-p-12 {
    padding: 72px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-p-12 {
    padding: 48px !important;
  }
}

.u-pt-13 {
  padding-top: 104px !important;
}
@media screen and (max-width: 959px) {
  .u-pt-13 {
    padding-top: 78px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pt-13 {
    padding-top: 52px !important;
  }
}

.u-pb-13 {
  padding-bottom: 104px !important;
}
@media screen and (max-width: 959px) {
  .u-pb-13 {
    padding-bottom: 78px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pb-13 {
    padding-bottom: 52px !important;
  }
}

.u-pl-13 {
  padding-left: 104px !important;
}
@media screen and (max-width: 959px) {
  .u-pl-13 {
    padding-left: 78px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pl-13 {
    padding-left: 52px !important;
  }
}

.u-pr-13 {
  padding-right: 104px !important;
}
@media screen and (max-width: 959px) {
  .u-pr-13 {
    padding-right: 78px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pr-13 {
    padding-right: 52px !important;
  }
}

.u-p-13 {
  padding: 104px !important;
}
@media screen and (max-width: 959px) {
  .u-p-13 {
    padding: 78px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-p-13 {
    padding: 52px !important;
  }
}

.u-pt-14 {
  padding-top: 112px !important;
}
@media screen and (max-width: 959px) {
  .u-pt-14 {
    padding-top: 84px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pt-14 {
    padding-top: 56px !important;
  }
}

.u-pb-14 {
  padding-bottom: 112px !important;
}
@media screen and (max-width: 959px) {
  .u-pb-14 {
    padding-bottom: 84px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pb-14 {
    padding-bottom: 56px !important;
  }
}

.u-pl-14 {
  padding-left: 112px !important;
}
@media screen and (max-width: 959px) {
  .u-pl-14 {
    padding-left: 84px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pl-14 {
    padding-left: 56px !important;
  }
}

.u-pr-14 {
  padding-right: 112px !important;
}
@media screen and (max-width: 959px) {
  .u-pr-14 {
    padding-right: 84px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pr-14 {
    padding-right: 56px !important;
  }
}

.u-p-14 {
  padding: 112px !important;
}
@media screen and (max-width: 959px) {
  .u-p-14 {
    padding: 84px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-p-14 {
    padding: 56px !important;
  }
}

.u-pt-15 {
  padding-top: 120px !important;
}
@media screen and (max-width: 959px) {
  .u-pt-15 {
    padding-top: 90px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pt-15 {
    padding-top: 60px !important;
  }
}

.u-pb-15 {
  padding-bottom: 120px !important;
}
@media screen and (max-width: 959px) {
  .u-pb-15 {
    padding-bottom: 90px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pb-15 {
    padding-bottom: 60px !important;
  }
}

.u-pl-15 {
  padding-left: 120px !important;
}
@media screen and (max-width: 959px) {
  .u-pl-15 {
    padding-left: 90px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pl-15 {
    padding-left: 60px !important;
  }
}

.u-pr-15 {
  padding-right: 120px !important;
}
@media screen and (max-width: 959px) {
  .u-pr-15 {
    padding-right: 90px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pr-15 {
    padding-right: 60px !important;
  }
}

.u-p-15 {
  padding: 120px !important;
}
@media screen and (max-width: 959px) {
  .u-p-15 {
    padding: 90px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-p-15 {
    padding: 60px !important;
  }
}

.u-pt-16 {
  padding-top: 128px !important;
}
@media screen and (max-width: 959px) {
  .u-pt-16 {
    padding-top: 96px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pt-16 {
    padding-top: 64px !important;
  }
}

.u-pb-16 {
  padding-bottom: 128px !important;
}
@media screen and (max-width: 959px) {
  .u-pb-16 {
    padding-bottom: 96px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pb-16 {
    padding-bottom: 64px !important;
  }
}

.u-pl-16 {
  padding-left: 128px !important;
}
@media screen and (max-width: 959px) {
  .u-pl-16 {
    padding-left: 96px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pl-16 {
    padding-left: 64px !important;
  }
}

.u-pr-16 {
  padding-right: 128px !important;
}
@media screen and (max-width: 959px) {
  .u-pr-16 {
    padding-right: 96px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pr-16 {
    padding-right: 64px !important;
  }
}

.u-p-16 {
  padding: 128px !important;
}
@media screen and (max-width: 959px) {
  .u-p-16 {
    padding: 96px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-p-16 {
    padding: 64px !important;
  }
}

.u-pt-17 {
  padding-top: 136px !important;
}
@media screen and (max-width: 959px) {
  .u-pt-17 {
    padding-top: 102px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pt-17 {
    padding-top: 68px !important;
  }
}

.u-pb-17 {
  padding-bottom: 136px !important;
}
@media screen and (max-width: 959px) {
  .u-pb-17 {
    padding-bottom: 102px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pb-17 {
    padding-bottom: 68px !important;
  }
}

.u-pl-17 {
  padding-left: 136px !important;
}
@media screen and (max-width: 959px) {
  .u-pl-17 {
    padding-left: 102px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pl-17 {
    padding-left: 68px !important;
  }
}

.u-pr-17 {
  padding-right: 136px !important;
}
@media screen and (max-width: 959px) {
  .u-pr-17 {
    padding-right: 102px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pr-17 {
    padding-right: 68px !important;
  }
}

.u-p-17 {
  padding: 136px !important;
}
@media screen and (max-width: 959px) {
  .u-p-17 {
    padding: 102px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-p-17 {
    padding: 68px !important;
  }
}

.u-pt-18 {
  padding-top: 144px !important;
}
@media screen and (max-width: 959px) {
  .u-pt-18 {
    padding-top: 108px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pt-18 {
    padding-top: 72px !important;
  }
}

.u-pb-18 {
  padding-bottom: 144px !important;
}
@media screen and (max-width: 959px) {
  .u-pb-18 {
    padding-bottom: 108px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pb-18 {
    padding-bottom: 72px !important;
  }
}

.u-pl-18 {
  padding-left: 144px !important;
}
@media screen and (max-width: 959px) {
  .u-pl-18 {
    padding-left: 108px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pl-18 {
    padding-left: 72px !important;
  }
}

.u-pr-18 {
  padding-right: 144px !important;
}
@media screen and (max-width: 959px) {
  .u-pr-18 {
    padding-right: 108px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pr-18 {
    padding-right: 72px !important;
  }
}

.u-p-18 {
  padding: 144px !important;
}
@media screen and (max-width: 959px) {
  .u-p-18 {
    padding: 108px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-p-18 {
    padding: 72px !important;
  }
}

.u-pt-19 {
  padding-top: 152px !important;
}
@media screen and (max-width: 959px) {
  .u-pt-19 {
    padding-top: 114px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pt-19 {
    padding-top: 76px !important;
  }
}

.u-pb-19 {
  padding-bottom: 152px !important;
}
@media screen and (max-width: 959px) {
  .u-pb-19 {
    padding-bottom: 114px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pb-19 {
    padding-bottom: 76px !important;
  }
}

.u-pl-19 {
  padding-left: 152px !important;
}
@media screen and (max-width: 959px) {
  .u-pl-19 {
    padding-left: 114px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pl-19 {
    padding-left: 76px !important;
  }
}

.u-pr-19 {
  padding-right: 152px !important;
}
@media screen and (max-width: 959px) {
  .u-pr-19 {
    padding-right: 114px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pr-19 {
    padding-right: 76px !important;
  }
}

.u-p-19 {
  padding: 152px !important;
}
@media screen and (max-width: 959px) {
  .u-p-19 {
    padding: 114px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-p-19 {
    padding: 76px !important;
  }
}

.u-pt-20 {
  padding-top: 160px !important;
}
@media screen and (max-width: 959px) {
  .u-pt-20 {
    padding-top: 120px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pt-20 {
    padding-top: 80px !important;
  }
}

.u-pb-20 {
  padding-bottom: 160px !important;
}
@media screen and (max-width: 959px) {
  .u-pb-20 {
    padding-bottom: 120px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pb-20 {
    padding-bottom: 80px !important;
  }
}

.u-pl-20 {
  padding-left: 160px !important;
}
@media screen and (max-width: 959px) {
  .u-pl-20 {
    padding-left: 120px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pl-20 {
    padding-left: 80px !important;
  }
}

.u-pr-20 {
  padding-right: 160px !important;
}
@media screen and (max-width: 959px) {
  .u-pr-20 {
    padding-right: 120px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pr-20 {
    padding-right: 80px !important;
  }
}

.u-p-20 {
  padding: 160px !important;
}
@media screen and (max-width: 959px) {
  .u-p-20 {
    padding: 120px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-p-20 {
    padding: 80px !important;
  }
}

.u-pt-21 {
  padding-top: 168px !important;
}
@media screen and (max-width: 959px) {
  .u-pt-21 {
    padding-top: 126px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pt-21 {
    padding-top: 84px !important;
  }
}

.u-pb-21 {
  padding-bottom: 168px !important;
}
@media screen and (max-width: 959px) {
  .u-pb-21 {
    padding-bottom: 126px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pb-21 {
    padding-bottom: 84px !important;
  }
}

.u-pl-21 {
  padding-left: 168px !important;
}
@media screen and (max-width: 959px) {
  .u-pl-21 {
    padding-left: 126px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pl-21 {
    padding-left: 84px !important;
  }
}

.u-pr-21 {
  padding-right: 168px !important;
}
@media screen and (max-width: 959px) {
  .u-pr-21 {
    padding-right: 126px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pr-21 {
    padding-right: 84px !important;
  }
}

.u-p-21 {
  padding: 168px !important;
}
@media screen and (max-width: 959px) {
  .u-p-21 {
    padding: 126px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-p-21 {
    padding: 84px !important;
  }
}

.u-pt-22 {
  padding-top: 176px !important;
}
@media screen and (max-width: 959px) {
  .u-pt-22 {
    padding-top: 132px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pt-22 {
    padding-top: 88px !important;
  }
}

.u-pb-22 {
  padding-bottom: 176px !important;
}
@media screen and (max-width: 959px) {
  .u-pb-22 {
    padding-bottom: 132px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pb-22 {
    padding-bottom: 88px !important;
  }
}

.u-pl-22 {
  padding-left: 176px !important;
}
@media screen and (max-width: 959px) {
  .u-pl-22 {
    padding-left: 132px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pl-22 {
    padding-left: 88px !important;
  }
}

.u-pr-22 {
  padding-right: 176px !important;
}
@media screen and (max-width: 959px) {
  .u-pr-22 {
    padding-right: 132px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pr-22 {
    padding-right: 88px !important;
  }
}

.u-p-22 {
  padding: 176px !important;
}
@media screen and (max-width: 959px) {
  .u-p-22 {
    padding: 132px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-p-22 {
    padding: 88px !important;
  }
}

.u-pt-23 {
  padding-top: 184px !important;
}
@media screen and (max-width: 959px) {
  .u-pt-23 {
    padding-top: 138px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pt-23 {
    padding-top: 92px !important;
  }
}

.u-pb-23 {
  padding-bottom: 184px !important;
}
@media screen and (max-width: 959px) {
  .u-pb-23 {
    padding-bottom: 138px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pb-23 {
    padding-bottom: 92px !important;
  }
}

.u-pl-23 {
  padding-left: 184px !important;
}
@media screen and (max-width: 959px) {
  .u-pl-23 {
    padding-left: 138px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pl-23 {
    padding-left: 92px !important;
  }
}

.u-pr-23 {
  padding-right: 184px !important;
}
@media screen and (max-width: 959px) {
  .u-pr-23 {
    padding-right: 138px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pr-23 {
    padding-right: 92px !important;
  }
}

.u-p-23 {
  padding: 184px !important;
}
@media screen and (max-width: 959px) {
  .u-p-23 {
    padding: 138px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-p-23 {
    padding: 92px !important;
  }
}

.u-pt-24 {
  padding-top: 192px !important;
}
@media screen and (max-width: 959px) {
  .u-pt-24 {
    padding-top: 144px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pt-24 {
    padding-top: 96px !important;
  }
}

.u-pb-24 {
  padding-bottom: 192px !important;
}
@media screen and (max-width: 959px) {
  .u-pb-24 {
    padding-bottom: 144px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pb-24 {
    padding-bottom: 96px !important;
  }
}

.u-pl-24 {
  padding-left: 192px !important;
}
@media screen and (max-width: 959px) {
  .u-pl-24 {
    padding-left: 144px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pl-24 {
    padding-left: 96px !important;
  }
}

.u-pr-24 {
  padding-right: 192px !important;
}
@media screen and (max-width: 959px) {
  .u-pr-24 {
    padding-right: 144px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pr-24 {
    padding-right: 96px !important;
  }
}

.u-p-24 {
  padding: 192px !important;
}
@media screen and (max-width: 959px) {
  .u-p-24 {
    padding: 144px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-p-24 {
    padding: 96px !important;
  }
}

.u-pt-25 {
  padding-top: 200px !important;
}
@media screen and (max-width: 959px) {
  .u-pt-25 {
    padding-top: 150px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pt-25 {
    padding-top: 100px !important;
  }
}

.u-pb-25 {
  padding-bottom: 200px !important;
}
@media screen and (max-width: 959px) {
  .u-pb-25 {
    padding-bottom: 150px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pb-25 {
    padding-bottom: 100px !important;
  }
}

.u-pl-25 {
  padding-left: 200px !important;
}
@media screen and (max-width: 959px) {
  .u-pl-25 {
    padding-left: 150px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pl-25 {
    padding-left: 100px !important;
  }
}

.u-pr-25 {
  padding-right: 200px !important;
}
@media screen and (max-width: 959px) {
  .u-pr-25 {
    padding-right: 150px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pr-25 {
    padding-right: 100px !important;
  }
}

.u-p-25 {
  padding: 200px !important;
}
@media screen and (max-width: 959px) {
  .u-p-25 {
    padding: 150px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-p-25 {
    padding: 100px !important;
  }
}

.u-pt-26 {
  padding-top: 208px !important;
}
@media screen and (max-width: 959px) {
  .u-pt-26 {
    padding-top: 156px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pt-26 {
    padding-top: 104px !important;
  }
}

.u-pb-26 {
  padding-bottom: 208px !important;
}
@media screen and (max-width: 959px) {
  .u-pb-26 {
    padding-bottom: 156px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pb-26 {
    padding-bottom: 104px !important;
  }
}

.u-pl-26 {
  padding-left: 208px !important;
}
@media screen and (max-width: 959px) {
  .u-pl-26 {
    padding-left: 156px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pl-26 {
    padding-left: 104px !important;
  }
}

.u-pr-26 {
  padding-right: 208px !important;
}
@media screen and (max-width: 959px) {
  .u-pr-26 {
    padding-right: 156px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pr-26 {
    padding-right: 104px !important;
  }
}

.u-p-26 {
  padding: 208px !important;
}
@media screen and (max-width: 959px) {
  .u-p-26 {
    padding: 156px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-p-26 {
    padding: 104px !important;
  }
}

.u-pt-27 {
  padding-top: 216px !important;
}
@media screen and (max-width: 959px) {
  .u-pt-27 {
    padding-top: 162px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pt-27 {
    padding-top: 108px !important;
  }
}

.u-pb-27 {
  padding-bottom: 216px !important;
}
@media screen and (max-width: 959px) {
  .u-pb-27 {
    padding-bottom: 162px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pb-27 {
    padding-bottom: 108px !important;
  }
}

.u-pl-27 {
  padding-left: 216px !important;
}
@media screen and (max-width: 959px) {
  .u-pl-27 {
    padding-left: 162px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pl-27 {
    padding-left: 108px !important;
  }
}

.u-pr-27 {
  padding-right: 216px !important;
}
@media screen and (max-width: 959px) {
  .u-pr-27 {
    padding-right: 162px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pr-27 {
    padding-right: 108px !important;
  }
}

.u-p-27 {
  padding: 216px !important;
}
@media screen and (max-width: 959px) {
  .u-p-27 {
    padding: 162px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-p-27 {
    padding: 108px !important;
  }
}

.u-pt-28 {
  padding-top: 224px !important;
}
@media screen and (max-width: 959px) {
  .u-pt-28 {
    padding-top: 168px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pt-28 {
    padding-top: 112px !important;
  }
}

.u-pb-28 {
  padding-bottom: 224px !important;
}
@media screen and (max-width: 959px) {
  .u-pb-28 {
    padding-bottom: 168px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pb-28 {
    padding-bottom: 112px !important;
  }
}

.u-pl-28 {
  padding-left: 224px !important;
}
@media screen and (max-width: 959px) {
  .u-pl-28 {
    padding-left: 168px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pl-28 {
    padding-left: 112px !important;
  }
}

.u-pr-28 {
  padding-right: 224px !important;
}
@media screen and (max-width: 959px) {
  .u-pr-28 {
    padding-right: 168px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pr-28 {
    padding-right: 112px !important;
  }
}

.u-p-28 {
  padding: 224px !important;
}
@media screen and (max-width: 959px) {
  .u-p-28 {
    padding: 168px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-p-28 {
    padding: 112px !important;
  }
}

.u-pt-29 {
  padding-top: 232px !important;
}
@media screen and (max-width: 959px) {
  .u-pt-29 {
    padding-top: 174px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pt-29 {
    padding-top: 116px !important;
  }
}

.u-pb-29 {
  padding-bottom: 232px !important;
}
@media screen and (max-width: 959px) {
  .u-pb-29 {
    padding-bottom: 174px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pb-29 {
    padding-bottom: 116px !important;
  }
}

.u-pl-29 {
  padding-left: 232px !important;
}
@media screen and (max-width: 959px) {
  .u-pl-29 {
    padding-left: 174px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pl-29 {
    padding-left: 116px !important;
  }
}

.u-pr-29 {
  padding-right: 232px !important;
}
@media screen and (max-width: 959px) {
  .u-pr-29 {
    padding-right: 174px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pr-29 {
    padding-right: 116px !important;
  }
}

.u-p-29 {
  padding: 232px !important;
}
@media screen and (max-width: 959px) {
  .u-p-29 {
    padding: 174px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-p-29 {
    padding: 116px !important;
  }
}

.u-pt-30 {
  padding-top: 240px !important;
}
@media screen and (max-width: 959px) {
  .u-pt-30 {
    padding-top: 180px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pt-30 {
    padding-top: 120px !important;
  }
}

.u-pb-30 {
  padding-bottom: 240px !important;
}
@media screen and (max-width: 959px) {
  .u-pb-30 {
    padding-bottom: 180px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pb-30 {
    padding-bottom: 120px !important;
  }
}

.u-pl-30 {
  padding-left: 240px !important;
}
@media screen and (max-width: 959px) {
  .u-pl-30 {
    padding-left: 180px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pl-30 {
    padding-left: 120px !important;
  }
}

.u-pr-30 {
  padding-right: 240px !important;
}
@media screen and (max-width: 959px) {
  .u-pr-30 {
    padding-right: 180px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pr-30 {
    padding-right: 120px !important;
  }
}

.u-p-30 {
  padding: 240px !important;
}
@media screen and (max-width: 959px) {
  .u-p-30 {
    padding: 180px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-p-30 {
    padding: 120px !important;
  }
}

.u-pt-31 {
  padding-top: 248px !important;
}
@media screen and (max-width: 959px) {
  .u-pt-31 {
    padding-top: 186px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pt-31 {
    padding-top: 124px !important;
  }
}

.u-pb-31 {
  padding-bottom: 248px !important;
}
@media screen and (max-width: 959px) {
  .u-pb-31 {
    padding-bottom: 186px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pb-31 {
    padding-bottom: 124px !important;
  }
}

.u-pl-31 {
  padding-left: 248px !important;
}
@media screen and (max-width: 959px) {
  .u-pl-31 {
    padding-left: 186px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pl-31 {
    padding-left: 124px !important;
  }
}

.u-pr-31 {
  padding-right: 248px !important;
}
@media screen and (max-width: 959px) {
  .u-pr-31 {
    padding-right: 186px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pr-31 {
    padding-right: 124px !important;
  }
}

.u-p-31 {
  padding: 248px !important;
}
@media screen and (max-width: 959px) {
  .u-p-31 {
    padding: 186px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-p-31 {
    padding: 124px !important;
  }
}

.u-pt-32 {
  padding-top: 256px !important;
}
@media screen and (max-width: 959px) {
  .u-pt-32 {
    padding-top: 192px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pt-32 {
    padding-top: 128px !important;
  }
}

.u-pb-32 {
  padding-bottom: 256px !important;
}
@media screen and (max-width: 959px) {
  .u-pb-32 {
    padding-bottom: 192px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pb-32 {
    padding-bottom: 128px !important;
  }
}

.u-pl-32 {
  padding-left: 256px !important;
}
@media screen and (max-width: 959px) {
  .u-pl-32 {
    padding-left: 192px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pl-32 {
    padding-left: 128px !important;
  }
}

.u-pr-32 {
  padding-right: 256px !important;
}
@media screen and (max-width: 959px) {
  .u-pr-32 {
    padding-right: 192px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pr-32 {
    padding-right: 128px !important;
  }
}

.u-p-32 {
  padding: 256px !important;
}
@media screen and (max-width: 959px) {
  .u-p-32 {
    padding: 192px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-p-32 {
    padding: 128px !important;
  }
}

.u-pt-33 {
  padding-top: 264px !important;
}
@media screen and (max-width: 959px) {
  .u-pt-33 {
    padding-top: 198px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pt-33 {
    padding-top: 132px !important;
  }
}

.u-pb-33 {
  padding-bottom: 264px !important;
}
@media screen and (max-width: 959px) {
  .u-pb-33 {
    padding-bottom: 198px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pb-33 {
    padding-bottom: 132px !important;
  }
}

.u-pl-33 {
  padding-left: 264px !important;
}
@media screen and (max-width: 959px) {
  .u-pl-33 {
    padding-left: 198px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pl-33 {
    padding-left: 132px !important;
  }
}

.u-pr-33 {
  padding-right: 264px !important;
}
@media screen and (max-width: 959px) {
  .u-pr-33 {
    padding-right: 198px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pr-33 {
    padding-right: 132px !important;
  }
}

.u-p-33 {
  padding: 264px !important;
}
@media screen and (max-width: 959px) {
  .u-p-33 {
    padding: 198px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-p-33 {
    padding: 132px !important;
  }
}

.u-pt-34 {
  padding-top: 272px !important;
}
@media screen and (max-width: 959px) {
  .u-pt-34 {
    padding-top: 204px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pt-34 {
    padding-top: 136px !important;
  }
}

.u-pb-34 {
  padding-bottom: 272px !important;
}
@media screen and (max-width: 959px) {
  .u-pb-34 {
    padding-bottom: 204px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pb-34 {
    padding-bottom: 136px !important;
  }
}

.u-pl-34 {
  padding-left: 272px !important;
}
@media screen and (max-width: 959px) {
  .u-pl-34 {
    padding-left: 204px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pl-34 {
    padding-left: 136px !important;
  }
}

.u-pr-34 {
  padding-right: 272px !important;
}
@media screen and (max-width: 959px) {
  .u-pr-34 {
    padding-right: 204px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pr-34 {
    padding-right: 136px !important;
  }
}

.u-p-34 {
  padding: 272px !important;
}
@media screen and (max-width: 959px) {
  .u-p-34 {
    padding: 204px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-p-34 {
    padding: 136px !important;
  }
}

.u-pt-35 {
  padding-top: 280px !important;
}
@media screen and (max-width: 959px) {
  .u-pt-35 {
    padding-top: 210px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pt-35 {
    padding-top: 140px !important;
  }
}

.u-pb-35 {
  padding-bottom: 280px !important;
}
@media screen and (max-width: 959px) {
  .u-pb-35 {
    padding-bottom: 210px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pb-35 {
    padding-bottom: 140px !important;
  }
}

.u-pl-35 {
  padding-left: 280px !important;
}
@media screen and (max-width: 959px) {
  .u-pl-35 {
    padding-left: 210px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pl-35 {
    padding-left: 140px !important;
  }
}

.u-pr-35 {
  padding-right: 280px !important;
}
@media screen and (max-width: 959px) {
  .u-pr-35 {
    padding-right: 210px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pr-35 {
    padding-right: 140px !important;
  }
}

.u-p-35 {
  padding: 280px !important;
}
@media screen and (max-width: 959px) {
  .u-p-35 {
    padding: 210px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-p-35 {
    padding: 140px !important;
  }
}

.u-pt-36 {
  padding-top: 288px !important;
}
@media screen and (max-width: 959px) {
  .u-pt-36 {
    padding-top: 216px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pt-36 {
    padding-top: 144px !important;
  }
}

.u-pb-36 {
  padding-bottom: 288px !important;
}
@media screen and (max-width: 959px) {
  .u-pb-36 {
    padding-bottom: 216px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pb-36 {
    padding-bottom: 144px !important;
  }
}

.u-pl-36 {
  padding-left: 288px !important;
}
@media screen and (max-width: 959px) {
  .u-pl-36 {
    padding-left: 216px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pl-36 {
    padding-left: 144px !important;
  }
}

.u-pr-36 {
  padding-right: 288px !important;
}
@media screen and (max-width: 959px) {
  .u-pr-36 {
    padding-right: 216px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pr-36 {
    padding-right: 144px !important;
  }
}

.u-p-36 {
  padding: 288px !important;
}
@media screen and (max-width: 959px) {
  .u-p-36 {
    padding: 216px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-p-36 {
    padding: 144px !important;
  }
}

.u-pt-37 {
  padding-top: 296px !important;
}
@media screen and (max-width: 959px) {
  .u-pt-37 {
    padding-top: 222px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pt-37 {
    padding-top: 148px !important;
  }
}

.u-pb-37 {
  padding-bottom: 296px !important;
}
@media screen and (max-width: 959px) {
  .u-pb-37 {
    padding-bottom: 222px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pb-37 {
    padding-bottom: 148px !important;
  }
}

.u-pl-37 {
  padding-left: 296px !important;
}
@media screen and (max-width: 959px) {
  .u-pl-37 {
    padding-left: 222px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pl-37 {
    padding-left: 148px !important;
  }
}

.u-pr-37 {
  padding-right: 296px !important;
}
@media screen and (max-width: 959px) {
  .u-pr-37 {
    padding-right: 222px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pr-37 {
    padding-right: 148px !important;
  }
}

.u-p-37 {
  padding: 296px !important;
}
@media screen and (max-width: 959px) {
  .u-p-37 {
    padding: 222px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-p-37 {
    padding: 148px !important;
  }
}

.u-pt-38 {
  padding-top: 304px !important;
}
@media screen and (max-width: 959px) {
  .u-pt-38 {
    padding-top: 228px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pt-38 {
    padding-top: 152px !important;
  }
}

.u-pb-38 {
  padding-bottom: 304px !important;
}
@media screen and (max-width: 959px) {
  .u-pb-38 {
    padding-bottom: 228px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pb-38 {
    padding-bottom: 152px !important;
  }
}

.u-pl-38 {
  padding-left: 304px !important;
}
@media screen and (max-width: 959px) {
  .u-pl-38 {
    padding-left: 228px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pl-38 {
    padding-left: 152px !important;
  }
}

.u-pr-38 {
  padding-right: 304px !important;
}
@media screen and (max-width: 959px) {
  .u-pr-38 {
    padding-right: 228px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pr-38 {
    padding-right: 152px !important;
  }
}

.u-p-38 {
  padding: 304px !important;
}
@media screen and (max-width: 959px) {
  .u-p-38 {
    padding: 228px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-p-38 {
    padding: 152px !important;
  }
}

.u-pt-39 {
  padding-top: 312px !important;
}
@media screen and (max-width: 959px) {
  .u-pt-39 {
    padding-top: 234px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pt-39 {
    padding-top: 156px !important;
  }
}

.u-pb-39 {
  padding-bottom: 312px !important;
}
@media screen and (max-width: 959px) {
  .u-pb-39 {
    padding-bottom: 234px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pb-39 {
    padding-bottom: 156px !important;
  }
}

.u-pl-39 {
  padding-left: 312px !important;
}
@media screen and (max-width: 959px) {
  .u-pl-39 {
    padding-left: 234px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pl-39 {
    padding-left: 156px !important;
  }
}

.u-pr-39 {
  padding-right: 312px !important;
}
@media screen and (max-width: 959px) {
  .u-pr-39 {
    padding-right: 234px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pr-39 {
    padding-right: 156px !important;
  }
}

.u-p-39 {
  padding: 312px !important;
}
@media screen and (max-width: 959px) {
  .u-p-39 {
    padding: 234px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-p-39 {
    padding: 156px !important;
  }
}

.u-pt-40 {
  padding-top: 320px !important;
}
@media screen and (max-width: 959px) {
  .u-pt-40 {
    padding-top: 240px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pt-40 {
    padding-top: 160px !important;
  }
}

.u-pb-40 {
  padding-bottom: 320px !important;
}
@media screen and (max-width: 959px) {
  .u-pb-40 {
    padding-bottom: 240px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pb-40 {
    padding-bottom: 160px !important;
  }
}

.u-pl-40 {
  padding-left: 320px !important;
}
@media screen and (max-width: 959px) {
  .u-pl-40 {
    padding-left: 240px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pl-40 {
    padding-left: 160px !important;
  }
}

.u-pr-40 {
  padding-right: 320px !important;
}
@media screen and (max-width: 959px) {
  .u-pr-40 {
    padding-right: 240px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-pr-40 {
    padding-right: 160px !important;
  }
}

.u-p-40 {
  padding: 320px !important;
}
@media screen and (max-width: 959px) {
  .u-p-40 {
    padding: 240px !important;
  }
}
@media screen and (max-width: 519px) {
  .u-p-40 {
    padding: 160px !important;
  }
}

.p-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(circle farthest-side, #fef9f3, #f5e0c0, #ef97b6, #6a4e9a, #182a6a);
  z-index: 20;
  overflow: hidden;
  display: none;
}
.p-loading::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-size: 3px auto;
  background-repeat: repeat;
  background-position: center center;
  mix-blend-mode: overlay;
}
.webp .p-loading::after {
  background-image: url(/wp-content/themes/2022aw/images/bg-main_dot.webp);
}

.no-webp .p-loading::after {
  background-image: url(/wp-content/themes/2022aw/images/bg-main_dot.png);
}

.index .p-loading {
  display: block;
}

.p-loading .loading__box {
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 70%;
  max-width: 390px;
  z-index: 2;
}
.p-loading .loading__box .logo--girlsAward {
  position: relative;
  z-index: 3;
  opacity: 0;
  width: 100%;
}
.p-loading .loading__box .logo--rakuten {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0;
  position: relative;
  left: 0;
  -webkit-transform: translate(0, 10%) scale(0.8);
          transform: translate(0, 10%) scale(0.8);
  width: 60%;
  margin: 0 auto -8%;
}
.p-loading .loading__box .girlWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}
.p-loading .loading__box .girlWrap .girl01, .p-loading .loading__box .girlWrap .girl02 {
  position: absolute;
}
.p-loading .loading__box .girlWrap .girl01 img, .p-loading .loading__box .girlWrap .girl02 img {
  image-rendering: -webkit-optimize-contrast;
}
.p-loading .loading__box .girlWrap .girl01 {
  width: 44.6%;
  left: -25%;
  bottom: 15%;
}
.p-loading .loading__box .girlWrap .girl02 {
  width: 46%;
  right: -40%;
  bottom: -10%;
}
.p-loading .loading__box .flower > div {
  position: absolute;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(0.8);
          transform: translate(-50%, -50%) rotate(-45deg) scale(0.8);
  opacity: 0;
}
.p-loading .loading__box .flower .flower01 {
  width: 22%;
  top: -30%;
  left: 30%;
}
.p-loading .loading__box .flower .flower02 {
  width: 29%;
  top: -12%;
  left: 90%;
}
.p-loading .loading__box .flower .flower03 {
  width: 25%;
  top: 100%;
  left: -15%;
}
@media screen and (max-width: 519px) {
  .p-loading .loading__box .flower .flower03 {
    top: 120%;
    left: 5%;
  }
}
.p-loading .loading__box .star-s {
  width: 231%;
  height: 270%;
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
@media screen and (max-width: 519px) {
  .p-loading .loading__box .star-s {
    width: 185%;
    height: 216%;
  }
}
.p-loading .loading__box .star-s > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-animation: kira 0.6s infinite linear;
          animation: kira 0.6s infinite linear;
}
@-webkit-keyframes kira {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes kira {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.p-loading .loading__box .star-s .star-s01 {
  -webkit-animation: kira 0.9s infinite linear;
          animation: kira 0.9s infinite linear;
}
.webp .p-loading .loading__box .star-s .star-s01 {
  background-image: url(/wp-content/themes/2022aw/images/loading-kirakira01.webp);
}

.no-webp .p-loading .loading__box .star-s .star-s01 {
  background-image: url(/wp-content/themes/2022aw/images/loading-kirakira01.png);
}

.p-loading .loading__box .star-s .star-s02 {
  -webkit-animation: kira 0.9s infinite linear 0.3s;
          animation: kira 0.9s infinite linear 0.3s;
}
.webp .p-loading .loading__box .star-s .star-s02 {
  background-image: url(/wp-content/themes/2022aw/images/loading-kirakira02.webp);
}

.no-webp .p-loading .loading__box .star-s .star-s02 {
  background-image: url(/wp-content/themes/2022aw/images/loading-kirakira02.png);
}

.p-loading.is-on .loading__box .logo--girlsAward {
  opacity: 1;
  -webkit-animation: purun 4s infinite linear;
          animation: purun 4s infinite linear;
}
@-webkit-keyframes purun {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  3% {
    -webkit-transform: scale(0.9, 0.9) translate(0%, 5%);
            transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  6% {
    -webkit-transform: scale(1.3, 0.8) translate(0%, 10%);
            transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  10% {
    -webkit-transform: scale(0.8, 1.3) translate(0%, -10%);
            transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  14% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  20% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes purun {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  3% {
    -webkit-transform: scale(0.9, 0.9) translate(0%, 5%);
            transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  6% {
    -webkit-transform: scale(1.3, 0.8) translate(0%, 10%);
            transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  10% {
    -webkit-transform: scale(0.8, 1.3) translate(0%, -10%);
            transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  14% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  20% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
.p-loading.is-on .loading__box .logo--rakuten {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
  -webkit-transition: all 0.2s ease-out 0.4s;
  transition: all 0.2s ease-out 0.4s;
}
.p-loading.is-on .loading__box .girlWrap {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: all 0.2s ease-out 0.4s;
  transition: all 0.2s ease-out 0.4s;
}
.p-loading.is-on .loading__box .star-s {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out 0.4s;
  transition: all 0.2s ease-out 0.4s;
}
.p-loading.is-on .loading__box .flower > div {
  -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
          transform: translate(-50%, -50%) rotate(0deg) scale(1);
  opacity: 1;
}
.p-loading.is-on .loading__box .flower .flower01 {
  -webkit-transition: all 0.4s ease-out 0.4s;
  transition: all 0.4s ease-out 0.4s;
}
.p-loading.is-on .loading__box .flower .flower02 {
  -webkit-transition: all 0.4s ease-out 0.5s;
  transition: all 0.4s ease-out 0.5s;
}
.p-loading.is-on .loading__box .flower .flower03 {
  -webkit-transition: all 0.4s ease-out 0.6s;
  transition: all 0.4s ease-out 0.6s;
}

.p-mainVisual {
  text-align: center;
  height: calc(100vh - 80px);
  max-height: calc(75vw + 70px);
  position: relative;
  margin-top: 80px;
  padding-bottom: 70px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.webp .p-mainVisual {
  background-image: url(/wp-content/themes/2022aw/images/bg-mainvisual.webp);
}

.no-webp .p-mainVisual {
  background-image: url(/wp-content/themes/2022aw/images/bg-mainvisual.jpg);
}

@media screen and (max-width: 959px) {
  .p-mainVisual {
    height: initial;
    max-height: initial;
    margin-top: 60px;
    padding-bottom: 58px;
    background-position: center bottom 50px;
  }
}
.p-mainVisual .mainVisual__img {
  height: 100%;
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 959px) {
  .p-mainVisual .mainVisual__img {
    height: auto;
  }
  .p-mainVisual .mainVisual__img::before {
    content: "";
    display: block;
  }
}
.p-mainVisual .mainVisual__img img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .p-mainVisual .mainVisual__img img {
    width: 100%;
    height: auto;
  }
}
.p-mainVisual .mainVisual__movie {
  height: 100%;
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 959px) {
  .p-mainVisual .mainVisual__movie {
    height: auto;
  }
  .p-mainVisual .mainVisual__movie::before {
    content: "";
    display: block;
  }
}
.p-mainVisual .mainVisual__movie video {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .p-mainVisual .mainVisual__movie video {
    width: 100%;
    height: auto;
  }
}
.p-mainVisual .mainVisual__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 90px;
  left: 50%;
  width: 90%;
  max-width: 860px;
  height: 60px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: white;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-radius: 9999px;
  padding-left: 80px;
  padding-bottom: 2px;
}
@media screen and (max-width: 959px) {
  .p-mainVisual .mainVisual__info {
    position: relative;
    bottom: initial;
    height: 50px;
    margin-top: 8px;
    max-width: 560px;
  }
}
@media screen and (max-width: 519px) {
  .p-mainVisual .mainVisual__info {
    height: 44px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 320px) {
  .p-mainVisual .mainVisual__info {
    padding-left: 40px;
  }
}
.p-mainVisual .mainVisual__info .info_ticket {
  width: 158px;
  position: absolute;
  top: 50%;
  left: 6px;
  -webkit-transform: translate(0, -50%) rotate(-15deg);
          transform: translate(0, -50%) rotate(-15deg);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  margin-top: 8px;
}
@media screen and (min-width: 960px) {
  .p-mainVisual .mainVisual__info .info_ticket:hover {
    -webkit-transform: translate(0, -50%) rotate(-18deg);
            transform: translate(0, -50%) rotate(-18deg);
  }
}
@media screen and (max-width: 959px) {
  .p-mainVisual .mainVisual__info .info_ticket {
    margin-right: 12px;
    width: 30%;
    max-width: 120px;
  }
}
@media screen and (max-width: 519px) {
  .p-mainVisual .mainVisual__info .info_ticket {
    margin-top: 0;
    left: 20px;
  }
}
@media screen and (max-width: 320px) {
  .p-mainVisual .mainVisual__info .info_ticket {
    left: 0;
  }
}
.p-mainVisual .mainVisual__info .info_ticket a {
  display: block;
}
.p-mainVisual .mainVisual__info .info_data {
  font-weight: 300;
  font-size: 2.4rem;
  font-family: "Alkaline", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 959px) {
  .p-mainVisual .mainVisual__info .info_data {
    font-size: 1.4rem;
    line-height: 1.1;
    position: relative;
    top: 0.1em;
  }
}
.p-mainVisual .mainVisual__info .info_data .txt--l {
  font-size: 2.8rem;
}
@media screen and (max-width: 959px) {
  .p-mainVisual .mainVisual__info .info_data .txt--l {
    font-size: 1.9rem;
  }
}
.p-mainVisual .mainVisual__info .info_data .txt--l--sp {
  font-size: 2.8rem;
}
@media screen and (max-width: 959px) {
  .p-mainVisual .mainVisual__info .info_data .txt--l--sp {
    font-size: 1.4rem;
  }
}
.p-mainVisual .mainVisual__info .info_data .up {
  position: relative;
  top: -0.15em;
}
.p-mainVisual .mainVisual__info .info_data br {
  display: none;
}
@media screen and (max-width: 580px) {
  .p-mainVisual .mainVisual__info .info_data br {
    display: inline;
  }
}
.p-mainVisual .mainVisual__sns {
  position: absolute;
  right: 4%;
  bottom: 110px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 959px) {
  .p-mainVisual .mainVisual__sns {
    display: none;
  }
}
.p-mainVisual .mainVisual__sns li {
  margin-bottom: 20px;
}
.p-mainVisual .mainVisual__sns li:last-child {
  margin-bottom: 0;
}
.p-mainVisual .mainVisual__sns li a {
  background-color: #ff24be;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-mainVisual .mainVisual__sns li a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-mainVisual .mainVisual__lineFriend {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-top: 0.2em;
  z-index: 2;
}
.p-mainVisual .mainVisual__lineFriend a, .p-mainVisual .mainVisual__lineFriend > div {
  display: block;
  color: white;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  text-decoration: none;
  font-size: 2.4rem;
}
.webp .p-mainVisual .mainVisual__lineFriend a, .webp .p-mainVisual .mainVisual__lineFriend > div {
  background-image: url(/wp-content/themes/2022aw/images/bg-stripe-pink.webp);
}

.no-webp .p-mainVisual .mainVisual__lineFriend a, .no-webp .p-mainVisual .mainVisual__lineFriend > div {
  background-image: url(/wp-content/themes/2022aw/images/bg-stripe-pink.png);
}

@media screen and (max-width: 959px) {
  .p-mainVisual .mainVisual__lineFriend a, .p-mainVisual .mainVisual__lineFriend > div {
    height: 50px;
    font-size: 1.5rem;
    background-size: 10px auto;
  }
}
@media screen and (max-width: 320px) {
  .p-mainVisual .mainVisual__lineFriend a, .p-mainVisual .mainVisual__lineFriend > div {
    font-size: 1.4rem;
  }
}
.p-mainVisual .mainVisual__lineFriend a::before, .p-mainVisual .mainVisual__lineFriend > div::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: 2px white solid;
}
@media screen and (max-width: 959px) {
  .p-mainVisual .mainVisual__lineFriend a::before, .p-mainVisual .mainVisual__lineFriend > div::before {
    border-width: 1px;
  }
}
.p-mainVisual .mainVisual__lineFriend a::after, .p-mainVisual .mainVisual__lineFriend > div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left 24px center, right 24px center;
  background-size: 12px auto;
}
.webp .p-mainVisual .mainVisual__lineFriend a::after, .webp .p-mainVisual .mainVisual__lineFriend > div::after {
  background-image: url(/wp-content/themes/2022aw/images/ico-circle-white.webp), url(/wp-content/themes/2022aw/images/ico-circle-white.webp);
}

.no-webp .p-mainVisual .mainVisual__lineFriend a::after, .no-webp .p-mainVisual .mainVisual__lineFriend > div::after {
  background-image: url(/wp-content/themes/2022aw/images/ico-circle-white.png), url(/wp-content/themes/2022aw/images/ico-circle-white.png);
}

@media screen and (max-width: 519px) {
  .p-mainVisual .mainVisual__lineFriend a::after, .p-mainVisual .mainVisual__lineFriend > div::after {
    background-position: left 18px center, right 18px center;
    background-size: 8px auto;
  }
}
.p-mainVisual .mainVisual__lineFriend .btn {
  background-color: white;
  color: #ff5feb;
  padding: 0 28px;
  border-radius: 9999px;
  margin-left: 16px;
  height: 30px;
  line-height: 30px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .p-mainVisual .mainVisual__lineFriend .btn {
    height: 20px;
    font-size: 1rem;
    line-height: 20px;
    padding: 0 16px;
    margin-left: 4px;
  }
}
@media screen and (max-width: 320px) {
  .p-mainVisual .mainVisual__lineFriend .btn {
    padding: 0 8px;
  }
}
.p-mainVisual .mainVisual__lineFriend a:hover {
  -webkit-filter: brightness(130%);
          filter: brightness(130%);
}
.p-mainVisual .mainVisual__infoBnr {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: #6d2cc7;
}
.p-mainVisual .mainVisual__infoBnr:hover {
  background-color: #8b5fff;
}
.p-mainVisual .mainVisual__infoBnr:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-mainVisual .mainVisual__infoBnr img {
  height: 54px;
  width: auto;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 959px) {
  .p-mainVisual .mainVisual__infoBnr img {
    width: 100%;
    height: auto;
  }
}
.p-mainVisual .mainVisual__infoBnr a {
  display: block;
}
.p-mainVisual .mainVisual__scroll {
  position: absolute;
  bottom: 0;
  left: 100px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 959px) {
  .p-mainVisual .mainVisual__scroll {
    display: none;
  }
}
.p-mainVisual .mainVisual__scroll::before {
  content: "";
  display: inline-block;
  width: 160px;
  height: 1px;
  background-color: #ff5feb;
  vertical-align: middle;
  margin-right: 30px;
}
.p-mainVisual .mainVisual__scroll a {
  display: inline-block;
  color: #ff5feb;
  text-decoration: none;
  font-weight: 300;
  font-size: 1.7rem;
}

.p-topMainContents {
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#192a6a), to(#8324db));
  background: linear-gradient(#192a6a, #8324db);
  padding-top: 12vw;
  padding-bottom: 20vw;
}
@media screen and (max-width: 519px) {
  .p-topMainContents {
    padding-top: 20vw;
    padding-bottom: 26vw;
  }
}
.p-topMainContents::before {
  content: "";
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top, center bottom, center top, center bottom;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 520px) {
  .webp .p-topMainContents::before {
    background-image: -webkit-image-set(url(/wp-content/themes/2022aw/images/bg-main_flower.webp) 1x, url(/wp-content/themes/2022aw/images/bg-main_flower-x2.webp) 2x), -webkit-image-set(url(/wp-content/themes/2022aw/images/bg-main_building.webp) 1x, url(/wp-content/themes/2022aw/images/bg-main_building-x2.webp) 2x), -webkit-image-set(url(/wp-content/themes/2022aw/images/bg-main_light-l.webp) 1x, url(/wp-content/themes/2022aw/images/bg-main_light-l.webp) 2x), -webkit-image-set(url(/wp-content/themes/2022aw/images/bg-main_light-s.webp) 1x, url(/wp-content/themes/2022aw/images/bg-main_light-s.webp) 2x);
    background-image: image-set(url(/wp-content/themes/2022aw/images/bg-main_flower.webp) 1x, url(/wp-content/themes/2022aw/images/bg-main_flower-x2.webp) 2x), image-set(url(/wp-content/themes/2022aw/images/bg-main_building.webp) 1x, url(/wp-content/themes/2022aw/images/bg-main_building-x2.webp) 2x), image-set(url(/wp-content/themes/2022aw/images/bg-main_light-l.webp) 1x, url(/wp-content/themes/2022aw/images/bg-main_light-l.webp) 2x), image-set(url(/wp-content/themes/2022aw/images/bg-main_light-s.webp) 1x, url(/wp-content/themes/2022aw/images/bg-main_light-s.webp) 2x);
  }
  .no-webp .p-topMainContents::before {
    background-image: url(/wp-content/themes/2022aw/images/bg-main_flower.png), url(/wp-content/themes/2022aw/images/bg-main_building.png), url(/wp-content/themes/2022aw/images/bg-main_light-l.png), url(/wp-content/themes/2022aw/images/bg-main_light-s.png);
  }
}
@media screen and (max-width: 519px) {
  .webp .p-topMainContents::before {
    background-image: url(/wp-content/themes/2022aw/images/bg-main_flower-sp.webp), url(/wp-content/themes/2022aw/images/bg-main_building-sp.webp), url(/wp-content/themes/2022aw/images/bg-main_light-l-sp.webp), url(/wp-content/themes/2022aw/images/bg-main_light-s-sp.webp);
  }
  .no-webp .p-topMainContents::before {
    background-image: url(/wp-content/themes/2022aw/images/bg-main_flower-sp.png), url(/wp-content/themes/2022aw/images/bg-main_building-sp.png), url(/wp-content/themes/2022aw/images/bg-main_light-l-sp.png), url(/wp-content/themes/2022aw/images/bg-main_light-s-sp.png);
  }
}
.p-topMainContents::after {
  content: "";
  background-size: 3px auto;
  background-repeat: repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: overlay;
}
.webp .p-topMainContents::after {
  background-image: url(/wp-content/themes/2022aw/images/bg-main_dot.webp);
}

.no-webp .p-topMainContents::after {
  background-image: url(/wp-content/themes/2022aw/images/bg-main_dot.png);
}

.p-topPickup {
  position: relative;
  z-index: 2;
  min-height: 960px;
}
@media screen and (max-width: 1100px) {
  .p-topPickup {
    min-height: calc(50vw + 400px);
  }
}
@media screen and (max-width: 519px) {
  .p-topPickup {
    width: 100%;
  }
}
.p-topPickup::after {
  content: "";
  position: absolute;
  top: 380px;
  right: -40px;
  width: 180px;
  height: 180px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.webp .p-topPickup::after {
  background-image: -webkit-image-set(url(/wp-content/themes/2022aw/images/illust-cat.webp) 1x, url(/wp-content/themes/2022aw/images/illust-cat-x2.webp) 2x);
  background-image: image-set(url(/wp-content/themes/2022aw/images/illust-cat.webp) 1x, url(/wp-content/themes/2022aw/images/illust-cat-x2.webp) 2x);
}

.no-webp .p-topPickup::after {
  background-image: url(/wp-content/themes/2022aw/images/illust-cat.png);
}

@media screen and (max-width: 1100px) {
  .p-topPickup::after {
    top: 43vw;
    right: -30px;
    width: 140px;
    height: 140px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (max-width: 519px) {
  .p-topPickup::after {
    top: 70vw;
    right: initial;
    left: 2%;
    width: 90px;
    height: 90px;
  }
}
.p-topPickup .topPickup__ttl {
  position: absolute;
  top: -64px;
  left: -40px;
  z-index: 4;
  width: 34%;
  -webkit-transition: all 0.3s ease-out 0.5s;
  transition: all 0.3s ease-out 0.5s;
  -webkit-transform-origin: 20% 80%;
          transform-origin: 20% 80%;
}
@media screen and (max-width: 519px) {
  .p-topPickup .topPickup__ttl {
    width: 50%;
    top: -40px;
    left: -10px;
  }
}

.p-pickupSlider .pickupSlider__box.slide0th .pickupSlider__img {
  top: -20px;
  left: -20px;
}
@media screen and (max-width: 519px) {
  .p-pickupSlider .pickupSlider__box.slide0th .pickupSlider__img {
    top: -10px;
    left: 10px;
  }
}
.p-pickupSlider .pickupSlider__box.slide0th .pickupSlider__txt {
  display: none;
}
.p-pickupSlider .pickupSlider__box.slide1th .pickupSlider__img {
  top: 0;
  left: 0;
}
@media screen and (max-width: 519px) {
  .p-pickupSlider .pickupSlider__box.slide1th .pickupSlider__img {
    left: 10px;
  }
}
.p-pickupSlider .pickupSlider__box.slide1th .pickupSlider__txt {
  display: block;
}
.p-pickupSlider .pickupSlider__box.slide2th {
  opacity: 1 !important;
}
.p-pickupSlider .pickupSlider__box.slide2th .pickupSlider__img {
  top: 20px;
  left: 20px;
}
@media screen and (max-width: 519px) {
  .p-pickupSlider .pickupSlider__box.slide2th .pickupSlider__img {
    top: 10px;
    left: 20px;
  }
}
.p-pickupSlider .pickupSlider__box.slide2th .pickupSlider__txt {
  display: none;
}
.p-pickupSlider .pickupSlider__box.slide3th {
  opacity: 1 !important;
  z-index: -1 !important;
}
.p-pickupSlider .pickupSlider__box.slide3th .pickupSlider__img {
  top: 40px;
  left: 40px;
}
@media screen and (max-width: 519px) {
  .p-pickupSlider .pickupSlider__box.slide3th .pickupSlider__img {
    top: 20px;
    left: 30px;
  }
}
.p-pickupSlider .pickupSlider__box.slide3th .pickupSlider__txt {
  display: none;
}
.p-pickupSlider .pickupSlider__img {
  position: absolute;
  top: 60px;
  left: 60px;
  width: 76%;
  border: 4px #1c0933 solid;
  background-color: white;
  padding: 6px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 519px) {
  .p-pickupSlider .pickupSlider__img {
    top: 30px;
    left: 40px;
    width: calc(100% - 40px);
    border-width: 3px;
    padding: 4px;
  }
}
.p-pickupSlider .pickupSlider__txt {
  background-color: white;
  border: 4px #220b41 solid;
  width: 66%;
  margin: 0 0 0 auto;
  margin-top: 50%;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 56px 56px 100px;
}
@media screen and (max-width: 519px) {
  .p-pickupSlider .pickupSlider__txt {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-top: 77vw;
    border-width: 3px;
    border-left: none;
    border-right: none;
    padding: 24px 40px;
  }
}
.p-pickupSlider .pickupSlider__txt::after {
  content: "";
  position: absolute;
  width: 96px;
  height: 46px;
  top: -46px;
  right: 28%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.webp .p-pickupSlider .pickupSlider__txt::after {
  background-image: url(/wp-content/themes/2022aw/images/img-fuki-popup.webp);
}

.no-webp .p-pickupSlider .pickupSlider__txt::after {
  background-image: url(/wp-content/themes/2022aw/images/img-fuki-popup.png);
}

@media screen and (max-width: 519px) {
  .p-pickupSlider .pickupSlider__txt::after {
    width: 48px;
    height: 23px;
    top: -23px;
    right: 10%;
  }
}
.p-pickupSlider .pickupSlider__txt .title {
  font-size: 2.6rem;
  line-height: 1.3;
}
@media screen and (max-width: 959px) {
  .p-pickupSlider .pickupSlider__txt .title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 519px) {
  .p-pickupSlider .pickupSlider__txt .title {
    font-size: 1.8rem;
  }
}
.p-pickupSlider .pickupSlider__txt .category {
  font-size: 1.4rem;
  color: #897c97;
  margin-top: 8px;
}
@media screen and (max-width: 519px) {
  .p-pickupSlider .pickupSlider__txt .category {
    font-size: 1.2rem;
    margin-top: 4px;
  }
}
.p-pickupSlider .pickupSlider__txt .txt {
  margin-top: 32px;
  line-height: 1.5;
}
@media screen and (max-width: 519px) {
  .p-pickupSlider .pickupSlider__txt .txt {
    margin-top: 12px;
  }
}
@media screen and (max-width: 320px) {
  .p-pickupSlider .pickupSlider__txt .txt {
    font-size: 1.3rem;
  }
}
.p-pickupSlider a {
  text-decoration: none;
  color: #1c0933;
}
.p-pickupSlider .slick-arrow {
  position: absolute;
  top: 600px;
  width: 80px;
  height: 80px;
  border-radius: 9999px;
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: center center;
  background-color: #ff5feb;
  text-indent: -1000px;
  overflow: hidden;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  z-index: 3;
  cursor: pointer;
}
.p-pickupSlider .slick-arrow.slick-prev {
  right: 66%;
  background-image: url(/wp-content/themes/2022aw/images/ico-arrow-prev-white.svg);
}
@media screen and (max-width: 519px) {
  .p-pickupSlider .slick-arrow.slick-prev {
    right: initial;
    left: 2.5%;
  }
}
.p-pickupSlider .slick-arrow.slick-next {
  right: 0;
  background-image: url(/wp-content/themes/2022aw/images/ico-arrow-next-white.svg);
}
@media screen and (max-width: 519px) {
  .p-pickupSlider .slick-arrow.slick-next {
    right: 2.5%;
  }
}
@media screen and (max-width: 1100px) {
  .p-pickupSlider .slick-arrow {
    width: 60px;
    height: 60px;
    background-size: 14px auto;
    top: 56vw;
  }
}
@media screen and (max-width: 519px) {
  .p-pickupSlider .slick-arrow {
    width: 40px;
    height: 40px;
    top: calc(70vw + 80px);
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    background-size: 10px auto;
  }
}
.p-pickupSlider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 66%;
  position: absolute;
  bottom: 40px;
  right: 0;
  padding: 0 24px;
}
@media screen and (max-width: 519px) {
  .p-pickupSlider .slick-dots {
    display: none !important;
  }
}
.p-pickupSlider .slick-dots li {
  width: 6px;
  height: 6px;
  border-radius: 9999px;
  background-color: #897c97;
  text-indent: -1000px;
  overflow: hidden;
  margin: 0 4px;
  opacity: 0.5;
}
.p-pickupSlider .slick-dots li.slick-active {
  background-color: #ff5feb;
  opacity: 1;
}

.p-infoBnr {
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 2;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.p-infoBnr:hover {
  background-color: white;
}
.p-infoBnr:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-infoBnr img {
  height: 54px;
  width: auto;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 519px) {
  .p-infoBnr img {
    width: 82%;
    max-width: 340px;
    height: auto;
    margin-bottom: 2px;
  }
}
.p-infoBnr a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  padding: 0 5vw;
}
@media screen and (max-width: 959px) {
  .p-infoBnr a {
    height: 50px;
  }
}
.p-infoBnr.is-fix {
  position: fixed;
  z-index: 10;
  width: 100%;
  -webkit-transition: all 0s;
  transition: all 0s;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 640px) {
  .p-infoBnr.is-fix {
    padding: 0;
    border-bottom: 2px #ff70ab solid;
  }
}

.p-rakutenFashionBnr {
  z-index: 1;
  text-align: center;
}
.p-rakutenFashionBnr .rakutenFashionBnr_ttl {
  position: absolute;
  top: -56px;
  left: -18px;
  z-index: 4;
  width: 34%;
  -webkit-transition: all 0.3s ease-out 0.5s;
  transition: all 0.3s ease-out 0.5s;
  -webkit-transform-origin: 20% 80%;
          transform-origin: 20% 80%;
}
@media screen and (max-width: 519px) {
  .p-rakutenFashionBnr .rakutenFashionBnr_ttl {
    width: 44%;
    top: -16%;
    left: -3%;
  }
}
.p-rakutenFashionBnr a img {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.p-rakutenFashionBnr a img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}/*# sourceMappingURL=style_preload.css.map */