@charset "UTF-8";
:root {
  --main: #008CD2;
  --accent:#DC1E14;
  --base: #ffffff;
  --text-cl-01: #000;
  --text-blue: #0074C1;
  --txt_white: #F7F7F7;
  --txt_gray: #888;
  --link-01: #005cd1;
  --text-cl-placeholder: var(--text-cl-03);
  --text-cl-alert: #f0a3a3;
  --border-cl-01: #363636;
  --border-cl-02: #909090;
  --border-yellow: #F4EB4B;
  --bg-01: var(--main);
  --shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
@font-face {
  font-family: "ShoraiSansWESTERX-custom";
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url("/assets/fonts/wesmo/shoraisans_westerx/ShoraiSansforWESTERX-Light.woff2") format("woff2");
}
@font-face {
  font-family: "ShoraiSansWESTERX-custom";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url("/assets/fonts/wesmo/shoraisans_westerx/ShoraiSansforWESTERX-Demi.woff2") format("woff2");
}
:root {
  --font-jp-01: ShoraiSansWESTERX-custom, YuGothic, "Yu Gothic", Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --font-awesome: "Font Awesome 6 Pro";
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 700;
  --lh-normal: 2;
  --lh-narrow: 1.5;
  --lh-fit: 1;
  --duration: 0.3s ease;
  --pon: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  --op: opacity 0.3s ease, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1);
}

html, body {
  width: 100%;
  min-height: 100%;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (min-width: 835px) {
  html {
    scroll-padding-top: min(74.8px, 4.722vw);
  }
}
@media screen and (max-width: 834px) {
  html {
    scroll-padding-top: min(74.8px, 17.436vw);
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  letter-spacing: normal;
  line-height: normal;
  font-family: var(--font-jp-01);
  color: var(--text-cl-01);
  background-image: repeating-linear-gradient(to bottom, #F5F5F5 0px, #F5F5F5 16.52px, transparent 16.52px, transparent 30.28px);
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  transition: opacity var(--duration);
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}

@media screen and (min-width: 1100px) {
  a [href^="tel:"] {
    pointer-events: none;
  }
}

i[class^=fa] {
  margin-right: 0.5em;
  margin-left: 0.5em;
}

img, svg {
  max-width: 100%;
  width: 100%;
  height: auto;
}

svg {
  fill: currentcolor;
}

small {
  font-size: 3.0769230769cqw;
}

strong {
  font-weight: 500;
}

p a, td a, th a, blockquote a, span a {
  color: var(--text-blue);
  text-decoration: underline;
}
@media (any-hover: hover) {
  p a:hover, td a:hover, th a:hover, blockquote a:hover, span a:hover {
    opacity: 0.7;
    text-decoration: none;
    color: inherit !important;
  }
}

hr {
  height: 1px;
  background-color: var(--main);
  border: none;
  margin: min(22px, 1.389vw) 0;
}
@media screen and (max-width: 834px) {
  hr {
    margin: min(22px, 5.128vw) 0;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

a:has(img) {
  line-height: 0;
}

.l-header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: min(8.8px, 2.051vw) min(12.1px, 2.821vw) 0;
  transform: translateX(-50%);
}
@media screen and (min-width: 1100px) {
  .l-header {
    padding-top: min(29.7px, 1.875vw);
    padding-left: min(51.7px, 3.264vw);
  }
}
.l-header__drawer {
  position: relative;
  display: grid;
  place-content: center;
  width: clamp(45.9px, 13.846vw, 59.4px);
  height: clamp(45.9px, 13.846vw, 59.4px);
  font-size: clamp(9.35px, 2.821vw, 12.1px);
  text-transform: uppercase;
  border-radius: 50%;
  border: 1px solid var(--border-cl-01);
  color: #000;
  background-color: #fff;
}
@media screen and (min-width: 1100px) {
  .l-header__drawer {
    display: none !important;
  }
}
.is-nav-open .l-header__drawer {
  color: #fff;
  background: linear-gradient(180deg, #0074C1 0%, #00499F 100%);
}
.is-nav-open .l-header__drawer .open {
  display: none;
}
.is-nav-open .l-header__drawer .close {
  display: block;
}
.l-header__drawer .close {
  display: none;
  transform: translateY(min(8.8px, 2.051vw));
}
.l-header__drawer .close::before, .l-header__drawer .close::after {
  content: "";
  position: absolute;
  top: clamp(-11px, -2.564vw, -8.5px);
  left: 50%;
  display: block;
  width: clamp(13.6px, 4.103vw, 17.6px);
  height: 1px;
  background-color: #fff;
  transform-origin: center;
}
.l-header__drawer .close::before {
  transform: translate(-50%, 0%) rotate(45deg);
}
.l-header__drawer .close::after {
  transform: translate(-50%, 0%) rotate(-45deg);
}
.l-header__top {
  display: block;
  width: min(99px, 23.077vw);
}
@media screen and (min-width: 835px) {
  .l-header__top {
    width: min(331.1px, 20.903vw);
  }
}

.l-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
  transform: scale(0);
  transform-origin: 100% 0%;
  transition: var(--pon);
}
@media screen and (min-width: 1100px) {
  .l-nav {
    display: none !important;
  }
}
.is-nav-open .l-nav {
  transform: scale(1);
}
.l-nav__wrap {
  overflow: auto;
  height: 100%;
  padding: min(118.8px, 27.692vw) min(23.1px, 5.385vw) min(63.8px, 14.872vw) min(13.2px, 3.077vw);
}
@media screen and (min-width: 835px) {
  .l-nav__wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.l-nav__wrap > * {
  max-width: 430px;
  margin-inline: auto;
}
.l-nav__wrap > * + * {
  margin-top: min(31.9px, 7.436vw);
}
.l-nav__menu, .l-nav__app {
  position: relative;
  border-radius: 20px;
  background-size: cover;
}
@media screen and (max-width: 1099px) {
  .l-nav__menu, .l-nav__app {
    transform: scale(0);
  }
}
.l-nav__menu::before, .l-nav__app::before {
  content: "";
  position: absolute;
  top: max(-7.7px, -1.795vw);
  left: min(7.7px, 1.795vw);
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: 20px;
  border: 2px solid var(--border-cl-01);
}
@media screen and (min-width: 1100px) {
  .l-nav__menu::before, .l-nav__app::before {
    top: -2.6666666667cqw;
    left: 2.6666666667cqw;
  }
}
.is-nav-open .l-nav__menu, .is-nav-open .l-nav__app {
  transform: scale(1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s;
}
.l-nav__menu {
  padding: min(56.1px, 13.077vw) min(41.8px, 9.744vw) min(49.5px, 11.538vw) min(57.2px, 13.333vw);
  background-image: url("/assets/img/wesmo/cp/user/wesmo-stamprally-mission/nav/yellow.jpg");
}
@media screen and (min-width: 1100px) {
  .l-nav__menu {
    padding: 11cqw 12.3333333333cqw 11cqw 14.6666666667cqw;
  }
}
.l-nav__menu__list {
  display: grid;
  gap: 4cqw;
}
@media screen and (max-width: 1099px) {
  .l-nav__menu__list {
    gap: min(17.6px, 4.103vw);
  }
}
.l-nav__menu__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1em;
  font-size: clamp(17px, 5.128vw, 22px);
  color: var(--text-cl-01);
}
@media screen and (min-width: 1100px) {
  .l-nav__menu__item {
    font-size: 5.3333333333cqw;
  }
}
@media (any-hover: hover) {
  .l-nav__menu__item:hover {
    opacity: 0.5;
    color: var(--accent-cl-01);
  }
}
.l-nav__menu__item span {
  flex: 1;
}
.l-nav__menu__item::after {
  content: "";
  display: block;
  width: clamp(27.2px, 8.205vw, 35.2px);
  height: clamp(27.2px, 8.205vw, 35.2px);
  border: 1px solid var(--border-cl-01);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: min(13.2px, 3.077vw);
  background-position: center 55%;
  background-image: url("/assets/img/wesmo/cp/user/wesmo-stamprally-mission/icon_arrow_black.svg");
}
@media screen and (min-width: 1100px) {
  .l-nav__menu__item::after {
    width: 8.3333333333cqw;
    height: 8.3333333333cqw;
    background-size: 4cqw;
  }
}
.l-nav__app {
  padding: min(27.5px, 6.41vw) min(14.3px, 3.333vw) min(35.2px, 8.205vw) min(30.8px, 7.179vw);
}
@media screen and (min-width: 1100px) {
  .l-nav__app {
    padding: 7.6666666667cqw 5.3333333333cqw 9.3333333333cqw 8cqw;
  }
}
.l-nav__app.--blue {
  background-image: url("/assets/img/wesmo/cp/user/wesmo-stamprally-mission/nav/blue.jpg");
}
.l-nav__app.--red {
  background-image: url("/assets/img/wesmo/cp/user/wesmo-stamprally-mission/nav/red.jpg");
}
.l-nav__app__head {
  display: grid;
  grid-template-columns: clamp(55.25px, 16.667vw, 71.5px) 1fr;
  align-items: center;
  column-gap: min(18.7px, 4.359vw);
}
@media screen and (min-width: 1100px) {
  .l-nav__app__head {
    grid-template-columns: 15.3333333333cqw 1fr;
  }
}
.l-nav__app__head__text {
  color: #fff;
  text-align: center;
  font-size: clamp(11.9px, 3.59vw, 15.4px);
}
@media screen and (min-width: 1100px) {
  .l-nav__app__head__text {
    display: block;
    width: max-content;
    margin-left: auto;
    font-size: 4cqw;
  }
}
.l-nav__app__head__text strong {
  display: block;
}
@media screen and (max-width: 1099px) {
  .l-nav__app__head__text strong {
    font-size: clamp(13.6px, 4.103vw, 17.6px);
  }
}
.l-nav__app__btn {
  display: flex;
  column-gap: min(15.4px, 3.59vw);
  margin-top: min(24.2px, 5.641vw);
}
@media screen and (min-width: 1100px) {
  .l-nav__app__btn {
    column-gap: 4.6666666667cqw;
    margin-top: 6.6666666667cqw;
  }
}

.p-footer {
  --spWidth: 390;
  padding-bottom: 20px !important;
}

@media screen and (max-width: 834px) {
  .p-footer-logo {
    width: 100%;
  }
  .p-footer-logo img {
    width: min(147.4px, 34.359vw);
  }
  .p-footer-layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .p-footer-layout__right {
    grid-template-columns: min(192.5px, 44.872vw) min(138.6px, 32.308vw);
  }
  .p-footer-sns__popup {
    width: min(138.6px, 32.308vw);
  }
  .p-footer-logo__label {
    font-size: min(31.9px, 7.436vw);
  }
}
@media screen and (min-width: 768px) {
  .p-footer {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: calc(33150px / var(--spWidth)) 0 calc(42900px / var(--spWidth));
  }
  .u-block {
    width: auto;
    padding: 0 min(22px, 5.128vw);
  }
  .p-footer-logo {
    margin-left: 0;
  }
  .p-footer-logo img {
    margin-left: calc(1170px / var(--spWidth));
    width: calc(52260px / var(--spWidth));
  }
  .p-footer-logo__label {
    margin-top: calc(3510px / var(--spWidth));
    font-size: calc(11310px / var(--spWidth));
  }
  .p-footer-layout {
    gap: calc(14820px / var(--spWidth)) 0;
    grid-template-columns: 100%;
  }
  .p-footer-layout__left {
    padding-top: 0;
    order: 2;
  }
  .p-footer-layout__right {
    order: 1;
    display: grid;
    justify-content: space-between;
    align-items: flex-end;
    grid-template-columns: calc(68250px / var(--spWidth)) calc(49140px / var(--spWidth));
    margin-right: 0;
  }
  .p-footer-layout-foot {
    margin-top: calc(21840px / var(--spWidth));
  }
  .p-footer-layout-foot-v2 {
    margin-top: calc(19500px / var(--spWidth));
  }
  .p-footer-navgroup {
    margin-top: calc(12480px / var(--spWidth));
  }
  .p-footer-navgroup__title {
    margin: 0 0 calc(3120px / var(--spWidth));
    font-size: calc(7800px / var(--spWidth));
  }
  .p-footer-nav-lv1 {
    grid-template-columns: repeat(2, auto);
    gap: calc(6240px / var(--spWidth)) calc(15600px / var(--spWidth));
    font-size: calc(5070px / var(--spWidth));
    letter-spacing: 0.1em;
  }
  .p-footer-nav-lv2-wrap {
    flex-direction: column;
    gap: calc(6240px / var(--spWidth)) 0;
  }
  .p-footer-nav-lv2 {
    gap: calc(6240px / var(--spWidth));
    font-size: calc(4680px / var(--spWidth));
  }
  .p-footer-nav-lv2 a.is-pdf:after {
    top: -1px;
    margin-left: calc(1950px / var(--spWidth));
    width: calc(10920px / var(--spWidth));
    height: calc(5070px / var(--spWidth));
  }
  .p-footer-nav-lv2 a.is-blank:after {
    top: -2px;
    margin-left: calc(1950px / var(--spWidth));
    width: calc(4680px / var(--spWidth));
  }
  .p-footer-note-text {
    margin-top: calc(14040px / var(--spWidth));
  }
  .p-footer-sns {
    margin: 0;
    padding: 0 0 2px;
  }
  .p-footer-sns__popup {
    width: calc(49140px / var(--spWidth));
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
  }
  .p-footer-sns__list {
    line-height: 0;
    margin: 13px 0 0 0;
  }
  .p-footer-sns__list li {
    width: 28px;
  }
  .p-footer-pagetop {
    border: none;
    background: transparent;
    display: block;
    margin: calc(3120px / var(--spWidth)) 0 0 auto;
    padding: 0;
    width: calc(20670px / var(--spWidth));
  }
  .p-footer-copyright {
    margin-top: calc(15600px / var(--spWidth));
    font-size: calc(3900px / var(--spWidth));
    text-align: center;
  }
}
.p-footer {
  position: relative;
  z-index: 0;
  margin-top: -10.2564102564cqw;
  padding-top: 32.0512820513cqw;
}

.l-main {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 0 1fr 0;
  min-width: auto;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin: auto;
  overflow: clip;
  font-size: 3.5897435897cqw;
}
@media screen and (max-width: 834px) {
  .l-main {
    overflow: auto;
    max-height: 100svh;
  }
}
@media screen and (min-width: 835px) {
  .l-main {
    height: 100svh;
    padding: 2.6388888889cqw 0;
  }
}
@media screen and (min-width: 1100px) {
  .l-main {
    grid-template-columns: 1fr min(390px, 31.9444444444cqw) 1fr;
  }
}
.l-main__contents {
  container-type: inline-size;
  position: relative;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  font-size: inherit;
  background-color: #fff;
  background-image: repeating-linear-gradient(to right, #F5F5F5 0px, #F5F5F5 13.68px, transparent 13.68px, transparent 25.08px);
}
@media screen and (min-width: 835px) {
  .l-main__contents {
    scroll-behavior: smooth;
    overflow: auto;
    width: 100%;
    height: 100%;
    margin: auto;
    border-radius: 20px;
    box-shadow: 0 0 0 2px var(--border-cl-01);
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .l-main__contents::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .l-main__contents {
    max-width: 390px;
  }
}

.l-inner {
  padding: 0 5.8974358974cqw;
}

.l-left, .l-menu {
  display: flex;
  overflow: auto;
  padding-bottom: 6.4285714286vmin;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-left::-webkit-scrollbar, .l-menu::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1099px) {
  .l-left, .l-menu {
    transform: scale(0) !important;
    opacity: 0 !important;
  }
}
.l-left__wrap, .l-menu__wrap {
  container-type: inline-size;
  max-width: 300px;
  width: 57.1428571429%;
  margin-top: auto;
  margin-inline: auto;
}
@media screen and (min-width: 835px) {
  .l-left.js-scroll, .l-menu.js-scroll {
    transition: opacity 0.3s ease, transform 0.5s cubic-bezier(0.15, 0.8, 0.35, 1) 0.2s !important;
  }
}
.l-left .js-scroll, .l-menu .js-scroll {
  transition: opacity 0.3s ease, transform 0.5s cubic-bezier(0.15, 0.8, 0.35, 1) 0.2s !important;
}

.l-left__wrap__img {
  width: 100%;
  margin-bottom: 9.3333333333cqw;
}

.l-menu .deco2 {
  margin-top: 10cqw;
}

.is-nav-open {
  overflow: colip;
}

.c-row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
@media screen and (min-width: 835px) {
  .c-row {
    gap: min(22px, 1.389vw);
  }
}
@media screen and (max-width: 834px) {
  .c-row {
    gap: min(17.6px, 4.103vw);
  }
}
@media screen and (min-width: 835px) {
  .c-row:where(.--gap-wide) {
    gap: min(52.8px, 3.333vw);
  }
}
@media screen and (max-width: 834px) {
  .c-row:where(.--gap-wide) {
    gap: min(30.8px, 7.179vw);
  }
}
@media screen and (min-width: 835px) {
  .c-row:where(.--gap-narrow) {
    gap: min(8.8px, 0.556vw);
  }
}
@media screen and (max-width: 834px) {
  .c-row:where(.--gap-narrow) {
    gap: min(4.4px, 1.026vw);
  }
}
.c-row:where(.--gap-none) {
  gap: min(0px, 0vw);
}

.c-col-1 {
  grid-column: span 1;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-1 {
    grid-column: span 1 !important;
  }
}
@media screen and (max-width: 390px) {
  .c-col-sm-1 {
    grid-column: span 1 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-1 {
    grid-column: span 1 !important;
  }
}
@media screen and (max-width: 1099px) {
  .c-col-tb-1 {
    grid-column: span 1 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-1 {
    grid-column: span 1 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-1 {
    grid-column: span 1 !important;
  }
}
.c-col-2 {
  grid-column: span 2;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-2 {
    grid-column: span 2 !important;
  }
}
@media screen and (max-width: 390px) {
  .c-col-sm-2 {
    grid-column: span 2 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-2 {
    grid-column: span 2 !important;
  }
}
@media screen and (max-width: 1099px) {
  .c-col-tb-2 {
    grid-column: span 2 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-2 {
    grid-column: span 2 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-2 {
    grid-column: span 2 !important;
  }
}
.c-col-3 {
  grid-column: span 3;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-3 {
    grid-column: span 3 !important;
  }
}
@media screen and (max-width: 390px) {
  .c-col-sm-3 {
    grid-column: span 3 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-3 {
    grid-column: span 3 !important;
  }
}
@media screen and (max-width: 1099px) {
  .c-col-tb-3 {
    grid-column: span 3 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-3 {
    grid-column: span 3 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-3 {
    grid-column: span 3 !important;
  }
}
.c-col-4 {
  grid-column: span 4;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-4 {
    grid-column: span 4 !important;
  }
}
@media screen and (max-width: 390px) {
  .c-col-sm-4 {
    grid-column: span 4 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-4 {
    grid-column: span 4 !important;
  }
}
@media screen and (max-width: 1099px) {
  .c-col-tb-4 {
    grid-column: span 4 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-4 {
    grid-column: span 4 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-4 {
    grid-column: span 4 !important;
  }
}
.c-col-5 {
  grid-column: span 5;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-5 {
    grid-column: span 5 !important;
  }
}
@media screen and (max-width: 390px) {
  .c-col-sm-5 {
    grid-column: span 5 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-5 {
    grid-column: span 5 !important;
  }
}
@media screen and (max-width: 1099px) {
  .c-col-tb-5 {
    grid-column: span 5 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-5 {
    grid-column: span 5 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-5 {
    grid-column: span 5 !important;
  }
}
.c-col-6 {
  grid-column: span 6;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-6 {
    grid-column: span 6 !important;
  }
}
@media screen and (max-width: 390px) {
  .c-col-sm-6 {
    grid-column: span 6 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-6 {
    grid-column: span 6 !important;
  }
}
@media screen and (max-width: 1099px) {
  .c-col-tb-6 {
    grid-column: span 6 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-6 {
    grid-column: span 6 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-6 {
    grid-column: span 6 !important;
  }
}
.c-col-7 {
  grid-column: span 7;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-7 {
    grid-column: span 7 !important;
  }
}
@media screen and (max-width: 390px) {
  .c-col-sm-7 {
    grid-column: span 7 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-7 {
    grid-column: span 7 !important;
  }
}
@media screen and (max-width: 1099px) {
  .c-col-tb-7 {
    grid-column: span 7 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-7 {
    grid-column: span 7 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-7 {
    grid-column: span 7 !important;
  }
}
.c-col-8 {
  grid-column: span 8;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-8 {
    grid-column: span 8 !important;
  }
}
@media screen and (max-width: 390px) {
  .c-col-sm-8 {
    grid-column: span 8 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-8 {
    grid-column: span 8 !important;
  }
}
@media screen and (max-width: 1099px) {
  .c-col-tb-8 {
    grid-column: span 8 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-8 {
    grid-column: span 8 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-8 {
    grid-column: span 8 !important;
  }
}
.c-col-9 {
  grid-column: span 9;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-9 {
    grid-column: span 9 !important;
  }
}
@media screen and (max-width: 390px) {
  .c-col-sm-9 {
    grid-column: span 9 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-9 {
    grid-column: span 9 !important;
  }
}
@media screen and (max-width: 1099px) {
  .c-col-tb-9 {
    grid-column: span 9 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-9 {
    grid-column: span 9 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-9 {
    grid-column: span 9 !important;
  }
}
.c-col-10 {
  grid-column: span 10;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-10 {
    grid-column: span 10 !important;
  }
}
@media screen and (max-width: 390px) {
  .c-col-sm-10 {
    grid-column: span 10 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-10 {
    grid-column: span 10 !important;
  }
}
@media screen and (max-width: 1099px) {
  .c-col-tb-10 {
    grid-column: span 10 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-10 {
    grid-column: span 10 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-10 {
    grid-column: span 10 !important;
  }
}
.c-col-11 {
  grid-column: span 11;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-11 {
    grid-column: span 11 !important;
  }
}
@media screen and (max-width: 390px) {
  .c-col-sm-11 {
    grid-column: span 11 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-11 {
    grid-column: span 11 !important;
  }
}
@media screen and (max-width: 1099px) {
  .c-col-tb-11 {
    grid-column: span 11 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-11 {
    grid-column: span 11 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-11 {
    grid-column: span 11 !important;
  }
}
.c-col-12 {
  grid-column: span 12;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-12 {
    grid-column: span 12 !important;
  }
}
@media screen and (max-width: 390px) {
  .c-col-sm-12 {
    grid-column: span 12 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-12 {
    grid-column: span 12 !important;
  }
}
@media screen and (max-width: 1099px) {
  .c-col-tb-12 {
    grid-column: span 12 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-12 {
    grid-column: span 12 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-12 {
    grid-column: span 12 !important;
  }
}

/* ===============================================
p-kv
=============================================== */
.p-kv {
  padding-bottom: 14.1025641026cqw;
  background-color: #F2F2F2;
}

/* ===============================================
p-lead
=============================================== */
.p-lead {
  background: linear-gradient(to bottom, #F2F2F2 10%, #fff 85%, transparent 100%);
}
.p-lead__entry {
  position: relative;
  color: var(--txt_white);
  padding-top: 17.9487179487cqw;
  padding-bottom: 34.6153846154cqw;
  background-size: cover;
  background-image: url("/assets/img/wesmo/cp/user/wesmo-stamprally-mission//lead/bg.png");
}
.p-lead__entry__deco {
  position: absolute;
  top: -8.2051282051cqw;
  right: 2.3076923077cqw;
  width: 54.358974359cqw;
}
.p-lead__entry__title {
  display: flex;
  flex-direction: column;
}
.p-lead__entry__title img {
  width: 34.6153846154cqw;
  margin-bottom: 3.3333333333cqw;
}
.p-lead__entry__title span {
  display: block;
  margin-left: 0.8em;
}
.p-lead__entry__text {
  margin-top: 10.2564102564cqw;
  padding: 1.25em 0;
  text-align: center;
  font-size: 4.1025641026cqw;
  font-weight: 300;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.p-lead__entry__video {
  width: calc(100% + 6.1538461538cqw);
  margin-top: 10.2564102564cqw;
  margin-left: -3.0769230769cqw;
}
.p-lead__entry__video__title {
  text-align: center;
  font-size: 6.1538461538cqw;
}
.p-lead__entry__video__thumb {
  position: relative;
  aspect-ratio: 23/13;
  margin-top: 7.6923076923cqw;
  border-radius: 10px;
  overflow: hidden;
}
.p-lead__entry__video__thumb iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-lead__about {
  position: relative;
  padding: 28.2051282051cqw 0 24.8717948718cqw;
  background-size: cover;
  background-image: url("/assets/img/wesmo/cp/user/wesmo-stamprally-mission//lead/bg2.png");
}
.p-lead__about__title {
  margin-bottom: 8.7179487179cqw;
  padding: 4.6153846154cqw 0 4.358974359cqw;
  text-align: center;
  font-size: 7.1794871795cqw;
  color: var(--txt_white);
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.p-lead__about__deco {
  position: absolute;
  top: 0;
  right: 0;
  width: 61.5384615385cqw;
  transform: translateY(-55%);
}
.p-lead__about__box {
  position: relative;
  text-align: center;
  width: 105.5072463768%;
  padding: 6.9230769231cqw 0 0;
  border-radius: 10px;
  background-color: #fff;
  transform: translateX(-3.0769230769cqw);
}
.p-lead__about__box::before {
  content: "";
  position: absolute;
  top: -1.5384615385cqw;
  right: -1.5384615385cqw;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: 10px;
  border: 2px solid #000;
}
.p-lead__about__box__head {
  width: 46.6666666667cqw;
  margin: 0 auto 5.1282051282cqw;
  line-height: 0;
}
.p-lead__about__box__head img {
  width: 100%;
}
.p-lead__about__box__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 8.2051282051cqw;
  line-height: 1.6;
}
.p-lead__about__box__text .head {
  margin-bottom: 2.3076923077cqw;
}
.p-lead__about__box__text .middle {
  color: var(--text-blue);
  font-size: 4.1025641026cqw;
}
.p-lead__about__box__text .bottom {
  margin-top: 5.1282051282cqw;
}
.p-lead__about__box .img {
  position: relative;
  z-index: -1;
}

/* ===============================================
p-campaign
=============================================== */
.p-campaign {
  padding-top: 12.0512820513cqw;
}
.p-campaign__title {
  margin-bottom: 8.9743589744cqw;
  padding: 5.8974358974cqw 0 6.1538461538cqw;
  text-align: center;
  font-size: 7.1794871795cqw;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  background-color: #fff;
}
.p-campaign__text {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 7.6923076923cqw;
}
.p-campaign__text .head span {
  font-size: 5.1282051282cqw;
}
.p-campaign__text .desc {
  margin-top: 0.5em;
  font-weight: 300;
  font-size: 4.1025641026cqw;
}
.p-campaign__step {
  display: grid;
  gap: 4.8717948718cqw;
  margin-top: 10cqw;
}
.p-campaign__step__item {
  position: relative;
  display: grid;
  grid-template-columns: 9.2307692308cqw 1fr;
  align-items: center;
  gap: 3.0769230769cqw;
  width: 105.5072463768%;
  height: 17.9487179487cqw;
  margin-left: -3.0769230769cqw;
  padding-left: 5.3846153846cqw;
  font-size: 3.5897435897cqw;
  color: #fff !important;
  border-radius: 10px;
}
.p-campaign__step__item > * {
  transform: translateY(-1.0256410256cqw);
}
.p-campaign__step__item::before {
  content: "";
  position: absolute;
  top: -1.0256410256cqw;
  right: -1.0256410256cqw;
  pointer-events: none;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 2px solid #000;
}
.p-campaign__step__item::after {
  content: "";
  position: absolute;
  top: calc(50% - 1.0256410256cqw);
  right: 6.1538461538cqw;
  width: 3.5897435897cqw;
  height: 2.3076923077cqw;
  background-size: cover;
  background-image: url("/assets/img/wesmo/cp/user/wesmo-stamprally-mission//icon_arrow.svg");
  transform: translateY(-50%);
}
.p-campaign__step__item:nth-child(1) {
  background-color: var(--main);
}
.p-campaign__step__item:nth-child(2) {
  background-color: var(--accent);
}
.p-campaign__step__item:nth-child(3) {
  background-color: var(--border-cl-02);
}
.p-campaign__point {
  position: relative;
  margin-top: 13.8461538462cqw;
  padding: 12.3076923077cqw 6.1538461538cqw 3.0769230769cqw;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #000;
}
.p-campaign__point__head {
  position: absolute;
  top: 0;
  left: 50%;
  width: 62.5641025641cqw;
  text-align: center;
  line-height: 1;
  transform: translate(-50%, -32%);
}
.p-campaign__point__head img {
  width: 100%;
}
.p-campaign__point__item {
  display: grid;
  grid-template-columns: 7.6923076923cqw 1fr;
  gap: 2.0512820513cqw;
  align-items: center;
  padding: 2.5641025641cqw 0;
  font-size: 3.5897435897cqw;
  color: var(--border-cl-01);
}
.p-campaign__point__item:not(:last-child) {
  border-bottom: 1px solid #BEBEBE;
}
.p-campaign__note {
  text-align: center;
  margin-top: 1em;
  font-size: 2.8205128205cqw;
  color: var(--border-cl-01);
}
.p-campaign__cause {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 5.8974358974cqw;
  margin-top: 7.6923076923cqw;
}

/* ===============================================
p-casual
=============================================== */
.p-casual {
  margin-top: 17.6923076923cqw;
}

/* ===============================================
p-mania
=============================================== */
.p-mania {
  margin-top: 10.2564102564cqw;
}
.p-mania__img {
  width: 100%;
}

/* ===============================================
p-mission
=============================================== */
.p-mission {
  margin-top: 7.6923076923cqw;
}
.p-mission__img {
  margin-bottom: 7.6923076923cqw;
}
.p-mission__list {
  margin-top: 10.7692307692cqw;
  padding-left: 4.8717948718cqw;
  padding-right: 7.9487179487cqw;
  font-size: 3.5897435897cqw;
}
.p-mission__list__block {
  position: relative;
  padding: 4.8717948718cqw 4.358974359cqw 6.4102564103cqw 7.9487179487cqw;
  background-size: cover;
  border-radius: 10px;
  background-image: url("/assets/img/wesmo/cp/user/wesmo-stamprally-mission//mission/bg_yellow.png");
}
.p-mission__list__block::before {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  top: -1.7948717949cqw;
  left: 1.7948717949cqw;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 2px solid var(--border-cl-01);
}
.--bonus .p-mission__list__block {
  padding-top: 6.1538461538cqw;
  padding-bottom: 8.9743589744cqw;
  background-image: url("/assets/img/wesmo/cp/user/wesmo-stamprally-mission//mission/bg_orange.png");
}
.p-mission__list__title {
  justify-content: space-between;
  font-size: 4.1025641026cqw;
  line-height: 1.7;
}
.p-mission__list__body {
  margin-top: 4.1025641026cqw;
}
.p-mission__list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1em;
  padding: 5.1282051282cqw 0;
  line-height: 1.7;
  border-top: 1px solid var(--border-cl-01);
}
.p-mission__list__item:last-of-type {
  padding-bottom: 2.5641025641cqw;
}
.p-mission__list__item .point {
  font-size: 5.1282051282cqw;
}
.p-mission__list.--bonus {
  color: #fff;
}
.p-mission__list__head__title {
  display: flex;
  align-items: center;
  column-gap: 2.0512820513cqw;
  margin-bottom: 2.3076923077cqw;
  font-size: 4.6153846154cqw;
}
.p-mission__list__head__title img {
  width: 7.4358974359cqw;
}
.p-mission__list__head__desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.6;
}
.p-mission__list__head__desc .point {
  text-align: center;
  font-size: 5.1282051282cqw;
  line-height: 1;
}
.p-mission__list__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4.8717948718cqw;
  padding: 3.8461538462cqw 3.3333333333cqw;
  font-size: 4.358974359cqw;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.p-mission__list__dl {
  margin-top: 5.641025641cqw;
}
.p-mission__list__dl__block:not(:first-of-type) {
  margin-top: 8.2051282051cqw;
}
.p-mission__list__dl .term {
  font-size: 4.358974359cqw;
  margin-bottom: 2.0512820513cqw;
}
.p-mission__list__dl .desc {
  font-size: 3.5897435897cqw;
  line-height: 1.6;
}
.p-mission__list__link {
  display: block;
  text-align: center;
  margin: 6.1538461538cqw auto 0;
  font-size: 3.0769230769cqw;
  text-decoration: underline;
}

/* ===============================================
p-method
=============================================== */
.p-method {
  margin-top: 12.8205128205cqw;
}
.p-method__block {
  margin-top: 14.8717948718cqw;
  padding: 0 4.358974359cqw;
}
.p-method__block + .p-method__block {
  margin-top: 12.8205128205cqw;
}
.p-method__head {
  display: grid;
  grid-template-columns: 21.5384615385cqw 1fr;
  align-items: center;
  column-gap: 3.8461538462cqw;
  margin-bottom: 15.8974358974cqw;
  font-size: 4.6153846154cqw;
}
.p-method__head img {
  width: 100%;
}
.p-method__define {
  display: grid;
  row-gap: 8.2051282051cqw;
}
.p-method__define.--border {
  margin-top: 13.3333333333cqw;
  padding-top: 12.8205128205cqw;
  border-top: 1px solid var(--border-cl-02);
}
.p-method__define__wrap {
  display: flex;
  justify-content: space-between;
}
.p-method__define__term {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.p-method__define__term .num {
  position: relative;
  display: grid;
  place-content: center;
  width: 20.5128205128cqw;
  height: 10.2564102564cqw;
  color: #fff;
  font-size: 3.5897435897cqw;
  border-radius: 5px;
  background-color: var(--text-blue);
}
.p-method__define__term .num::before {
  content: "";
  position: absolute;
  top: -0.5128205128cqw;
  right: -0.5128205128cqw;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #000;
}
.p-method__define__term .text {
  margin-top: 5.1282051282cqw;
  font-size: 4.1025641026cqw;
}
.p-method__define__term .step {
  color: var(--text-blue);
  font-size: 5.1282051282cqw;
  margin-bottom: 2.5641025641cqw;
  text-transform: uppercase;
}
.p-method__define__term .desc {
  font-size: 3.5897435897cqw;
}
.p-method__define__term .desc + .p-method__define__term .desc {
  margin-top: 1.2820512821cqw;
}
.p-method__define__desc {
  width: 28.2051282051cqw;
}
.p-method__define__desc.--icon {
  width: 27.6923076923cqw;
  margin-top: -3.5897435897cqw;
}
.p-method__app {
  display: flex;
  column-gap: 2.5641025641cqw;
  margin-top: 5.1282051282cqw;
}
.p-method__step {
  width: calc(100% + 8.7179487179cqw);
  margin: 12.8205128205cqw 0;
  margin-left: -4.358974359cqw;
}
.p-method__finish {
  text-align: center;
  margin: 12.8205128205cqw auto;
}
.p-method__finish__text {
  display: inline-block;
  margin-bottom: 7.6923076923cqw;
  padding: 0 1em;
  font-size: 5.1282051282cqw;
}
.p-method__finish img {
  width: 34.6153846154cqw;
}
.p-method__text {
  text-align: center;
  margin: 5.1282051282cqw 0;
  font-weight: 300;
  font-size: 3.5897435897cqw;
}

/* ===============================================
.p-faq
=============================================== */
.p-faq {
  margin-top: 25.641025641cqw;
  padding: 21.7948717949cqw 0 26.6666666667cqw;
  background-size: cover;
  background-image: url("/assets/img/wesmo/cp/user/wesmo-stamprally-mission//bg_faq.webp");
}
.p-faq__list {
  margin-top: 14.1025641026cqw;
}
.p-faq__list > li {
  position: relative;
  padding-bottom: 5.1282051282cqw;
  margin-bottom: 5.1282051282cqw;
  border-bottom: 1px solid var(--border-cl-02);
}
.p-faq__list > li::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0.2564102564cqw;
  background-color: var(--border-cl-02);
}
.p-faq__list__question {
  display: flex;
  gap: 2.5641025641cqw;
  margin-bottom: 3.0769230769cqw;
}
.p-faq__list__question__text {
  font-size: 3.5897435897cqw;
  line-height: 1.6;
  letter-spacing: 0;
  padding-top: 1.0256410256cqw;
}
.p-faq__list__question__q {
  font-size: 6.1538461538cqw;
  line-height: 1;
}
.p-faq__list__answer {
  display: flex;
  gap: 2.0512820513cqw;
  color: #505050;
}
.p-faq__list__answer a {
  color: #505050;
}
.p-faq__list__answer__a {
  font-size: 6.1538461538cqw;
  line-height: 1;
}
.p-faq__list__answer__text {
  font-size: 3.0769230769cqw;
  line-height: 1.6;
  letter-spacing: 0;
  padding-top: 1.0256410256cqw;
}

/* ===============================================
p-other
=============================================== */
.p-other {
  margin-top: 14.1025641026cqw;
}
.p-other__box {
  margin-top: 7.6923076923cqw;
  padding: 7.6923076923cqw 4.358974359cqw;
  border-radius: 10px;
  background-color: #fff;
}
.p-other__list > li {
  position: relative;
  font-size: 3.0769230769cqw;
  line-height: 1.6;
  letter-spacing: 0;
  color: #888888;
  padding-left: 3.5897435897cqw;
}
.p-other__list > li::before {
  position: absolute;
  top: 1.5384615385cqw;
  left: 0;
  width: 1.5384615385cqw;
  height: 1.5384615385cqw;
  border-radius: 50%;
  background: #0074c1;
  content: "";
}
.p-other__list > li + li {
  margin-top: 3.0769230769cqw;
}
.p-other__linklist {
  display: flex;
  flex-direction: column;
  margin: 7.6923076923cqw 0;
}
.p-other__linklist > li {
  display: inline-block;
  width: max-content;
  color: #505050;
  font-size: 3.0769230769cqw;
  border-bottom: 1px solid #505050;
}
.p-other__linklist > li + li {
  margin-top: 3.0769230769cqw;
}

/* ===============================================
p-app
=============================================== */
.p-app {
  position: relative;
  z-index: 1;
  color: #fff;
  margin-top: 25.641025641cqw;
  padding: 16.9230769231cqw 0 26.6666666667cqw;
  background-size: cover;
  background-image: url("/assets/img/wesmo/cp/user/wesmo-stamprally-mission//bg_app.webp");
}
.p-app .l-inner {
  padding: 0 10.2564102564cqw;
  text-align: center;
}
.p-app__wrap:nth-child(2) {
  margin-top: 38.4615384615cqw;
}
.p-app__text {
  width: calc(100% + 2em);
  margin: 7.6923076923cqw 0 5.1282051282cqw;
  margin-left: -1em;
  font-size: 4.6153846154cqw;
}
.p-app__btn {
  display: flex;
  justify-content: center;
  gap: 2.5641025641cqw;
}
.p-app__banner {
  margin-top: 7.6923076923cqw;
}
.p-app__banner__img {
  display: block;
  margin-top: 3.0769230769cqw;
}
.p-app__banner + .p-app__banner {
  margin-top: 10.2564102564cqw;
}

/* ===============================================
p-accordion
=============================================== */
.p-accordion {
  padding: 6.6666666667cqw 0;
  border: 2px solid var(--border-cl-01);
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
.p-accordion__btn {
  justify-content: center;
  gap: 2.5641025641cqw;
  text-align: center;
  padding: 0 5.641025641cqw;
  font-size: 4.358974359cqw;
}
.p-accordion__body {
  width: calc(100% - 10.2564102564cqw);
  margin: 6.1538461538cqw auto 0;
  padding: 10.2564102564cqw 0 6.1538461538cqw;
  border-top: 1px solid #000;
}

.js-toggle-btn {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.js-toggle-btn img {
  width: 3.0769230769cqw;
  transition: transform var(--duration);
}
.is-open .js-toggle-btn img {
  transform: rotate(180deg);
}
.js-toggle-body {
  display: none;
}

/* ===============================================
p-heading
=============================================== */
.p-heading__border {
  margin-bottom: 8.9743589744cqw;
  padding: 5.8974358974cqw 0 6.1538461538cqw;
  text-align: center;
  font-size: 7.1794871795cqw;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  box-shadow: 0 6px 0 #fff, 0 -6px 0 #fff;
  background-color: #fff;
}
.p-heading__title {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 5.1282051282cqw;
}
.p-heading__title__main {
  font-size: 7.1794871795cqw;
}
.p-heading__title__sub {
  margin-top: 1.2820512821cqw;
  font-size: 4.1025641026cqw;
}
.p-heading__title__m {
  font-size: 6.1538461538cqw;
}
.p-heading__title__s {
  text-align: center;
  margin-top: 1em;
  font-size: 3.0769230769cqw;
}
.p-heading__point {
  text-align: center;
  color: var(--text-blue);
  margin-bottom: 7.1794871795cqw;
}
.p-heading__point__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 2.5641025641cqw;
  margin-top: -0.25em;
}
.p-heading__point__title {
  font-size: 7.1794871795cqw;
}
.p-heading__point__small {
  display: block;
  width: 100%;
  margin-top: -0.25em;
  font-size: 3.0769230769cqw;
}
.p-heading__point__top {
  display: block;
  font-size: 3.5897435897cqw;
}
.p-heading__point__middle {
  display: block;
  color: #000;
  font-size: 3.5897435897cqw;
}
.p-heading__point img {
  width: 12.5641025641cqw;
}
.p-heading__more {
  width: 36.6666666667cqw;
  margin: 0 auto 7.6923076923cqw;
}

/* ===============================================
p-pop
=============================================== */
.p-pop {
  position: relative;
  display: flex;
  align-items: end;
  text-align: center;
  width: max-content;
  margin-inline: auto;
  padding: 0 1em;
  font-size: 3.5897435897cqw;
}
.p-pop::before, .p-pop::after {
  content: "";
  position: absolute;
  bottom: -0.05em;
  width: 1px;
  height: 1.8em;
  background-color: #000;
}
.p-pop::before {
  left: 0;
  transform: rotate(-25deg);
}
.p-pop::after {
  right: 0;
  transform: rotate(25deg);
}
.p-pop .num {
  font-size: 4.1025641026cqw;
}
.p-heading__title .p-pop {
  margin-bottom: 2.5641025641cqw;
}
.p-pop.--blue {
  color: var(--text-blue);
}
.p-pop.--blue::before, .p-pop.--blue::after {
  background-color: var(--text-blue);
}
.p-pop.--xl {
  font-size: 4.6153846154cqw;
}
.p-pop.--xl::before, .p-pop.--xl::after {
  width: 2px;
}

/* ===============================================
.p-button
=============================================== */
.p-button {
  position: relative;
  display: grid;
  place-content: center;
  width: calc(100% + 4.1025641026cqw);
  height: 17.9487179487cqw;
  margin-left: -2.0512820513cqw;
  font-size: 4.6153846154cqw;
  color: #fff !important;
  border-radius: 10px;
  background-color: var(--text-blue);
}
.p-button::before {
  content: "";
  position: absolute;
  top: -1.0256410256cqw;
  right: -1.0256410256cqw;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 2px solid #000;
}
.p-button > * {
  transform: translateY(-1.0256410256cqw);
}
.p-button.--faq {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5641025641cqw;
  width: 100%;
  margin-top: 12.8205128205cqw;
  margin-right: 0.8974358974cqw;
  margin-left: 0;
  font-size: 4.1025641026cqw;
  background-color: var(--border-cl-02);
}
.p-button.--faq img {
  width: 4.1025641026cqw;
}

/* ===============================================
p-full
=============================================== */
.p-full {
  display: block;
  width: calc(100% + 11.7948717949cqw);
  margin-left: -5.8974358974cqw;
}

/* ===============================================
p-cta
=============================================== */
.p-cta {
  position: sticky;
  left: 0;
  z-index: 5;
  display: flex;
  gap: 2.0512820513cqw;
  width: 100%;
  max-width: 460px;
  padding: 2.0512820513cqw 3.5897435897cqw;
  background-color: #fff;
  opacity: 0;
  bottom: -100%;
}
.p-cta.is-show {
  opacity: 1;
  bottom: 0;
  transition: opacity ease 0.1s, bottom ease 0.45s;
}

/* ===============================================
注釈リスト ・ リスト(灰)
=============================================== */
.p-notelist > li {
  position: relative;
  font-size: 2.8205128205cqw;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: var(--txt_gray);
  padding-left: 4.6153846154cqw;
}
.p-notelist > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 1.2820512821cqw;
  font-size: 2.8205128205cqw;
}
.p-notelist > li + li {
  margin-top: 1.2820512821cqw;
}

.text-link {
  text-decoration: underline;
}

.marker {
  display: inline;
  background: linear-gradient(transparent 50%, var(--border-yellow) 0%);
}

.js-scroll {
  opacity: 0;
  transform: scale(0) translateY(20px);
}
.js-scroll.is-scroll {
  opacity: 1;
  transform: scale(1) translateY(0);
  transition: var(--op);
}

.u-align--left {
  text-align: left !important;
}
@media screen and (max-width: 834px) {
  .u-align--left.--sp {
    text-align: left !important;
  }
}
@media screen and (min-width: 835px) {
  .u-align--left.--pc {
    text-align: left !important;
  }
}
.u-align--center {
  text-align: center !important;
}
@media screen and (max-width: 834px) {
  .u-align--center.--sp {
    text-align: center !important;
  }
}
@media screen and (min-width: 835px) {
  .u-align--center.--pc {
    text-align: center !important;
  }
}
.u-align--right {
  text-align: right !important;
}
@media screen and (max-width: 834px) {
  .u-align--right.--sp {
    text-align: right !important;
  }
}
@media screen and (min-width: 835px) {
  .u-align--right.--pc {
    text-align: right !important;
  }
}

.u-color--accent {
  color: var(--accent);
}
.u-color--main {
  color: var(--main);
}
.u-color--base {
  color: var(--base);
}
.u-color {
  /* 案件によって必要なサブカラーを追加する
  &--sub-1{
    color: $sub-1;
  }
  &--sub-1{
    color: $sub-1;
  }
  */
}
.u-color--text {
  color: var(--text-cl-01);
}
.u-color--text-second {
  color: var(--text-cl-02);
}
.u-color--text-third {
  color: var(--text-cl-03);
}
.u-color--text-white {
  color: var(--text-cl-04);
}
.u-color--text-link {
  color: var(--link-01);
}
.u-color--text-placeholder {
  color: var(--text-cl-placeholder);
}
.u-color--text-alert {
  color: var(--text-cl-alert);
}
.u-color--border {
  border: var(--border-cl-01) solid var(--border-size-s);
}
.u-color--bg-gray {
  background-color: var(--bg-01);
}
.u-color--bg-alert {
  background-color: var(--bg-alert);
}

@media screen and (min-width: 835px) {
  .is-pc {
    display: block !important;
  }
}
@media screen and (max-width: 834px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 834px) {
  .is-sp {
    display: block !important;
  }
}

.d-hide {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}
.d-flex-ai-start {
  align-items: flex-start;
}
.d-flex-ai-end {
  align-items: flex-end;
}
.d-flex-ai-center {
  align-items: center;
}
.d-flex-jc-start {
  justify-content: flex-start;
}
.d-flex-jc-end {
  justify-content: flex-end;
}
.d-flex-jc-center {
  justify-content: center;
}
.d-flex-jc-between {
  justify-content: space-between;
}

.d-inline-flex {
  display: inline-flex !important;
}

table.d-inline-block, table.d-block {
  display: table !important;
}
table th.d-inline-block, table th.d-block,
table td.d-inline-block,
table td.d-block {
  display: table-cell !important;
}

@media screen and (max-width: 1280px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-flex-ai-start {
    align-items: flex-start;
  }
  .d-lg-flex-ai-end {
    align-items: flex-end;
  }
  .d-lg-flex-ai-center {
    align-items: center;
  }
  .d-lg-flex-jc-start {
    justify-content: flex-start;
  }
  .d-lg-flex-jc-end {
    justify-content: flex-end;
  }
  .d-lg-flex-jc-center {
    justify-content: center;
  }
  .d-lg-flex-jc-between {
    justify-content: space-between;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  table.d-lg-inline-block, table.d-lg-block {
    display: table !important;
  }
  table th.d-lg-inline-block, table th.d-lg-block,
  table td.d-lg-inline-block,
  table td.d-lg-block {
    display: table-cell !important;
  }
}
@media screen and (max-width: 1099px) {
  .d-tb-none {
    display: none !important;
  }
  .d-tb-inline {
    display: inline !important;
  }
  .d-tb-inline-block {
    display: inline-block !important;
  }
  .d-tb-block {
    display: block !important;
  }
  .d-tb-table {
    display: table !important;
  }
  .d-tb-table-row {
    display: table-row !important;
  }
  .d-tb-table-cell {
    display: table-cell !important;
  }
  .d-tb-flex {
    display: flex !important;
  }
  .d-tb-flex-ai-start {
    align-items: flex-start;
  }
  .d-tb-flex-ai-end {
    align-items: flex-end;
  }
  .d-tb-flex-ai-center {
    align-items: center;
  }
  .d-tb-flex-jc-start {
    justify-content: flex-start;
  }
  .d-tb-flex-jc-end {
    justify-content: flex-end;
  }
  .d-tb-flex-jc-center {
    justify-content: center;
  }
  .d-tb-flex-jc-between {
    justify-content: space-between;
  }
  .d-tb-inline-flex {
    display: inline-flex !important;
  }
  table.d-tb-inline-block, table.d-tb-block {
    display: table !important;
  }
  table th.d-tb-inline-block, table th.d-tb-block,
  table td.d-tb-inline-block,
  table td.d-tb-block {
    display: table-cell !important;
  }
}
@media screen and (max-width: 834px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-flex-ai-start {
    align-items: flex-start;
  }
  .d-md-flex-ai-end {
    align-items: flex-end;
  }
  .d-md-flex-ai-center {
    align-items: center;
  }
  .d-md-flex-jc-start {
    justify-content: flex-start;
  }
  .d-md-flex-jc-end {
    justify-content: flex-end;
  }
  .d-md-flex-jc-center {
    justify-content: center;
  }
  .d-md-flex-jc-between {
    justify-content: space-between;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  table.d-md-inline-block, table.d-md-block {
    display: table !important;
  }
  table th.d-md-inline-block, table th.d-md-block,
  table td.d-md-inline-block,
  table td.d-md-block {
    display: table-cell !important;
  }
}
@media screen and (max-width: 390px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-flex-ai-start {
    align-items: flex-start;
  }
  .d-sm-flex-ai-end {
    align-items: flex-end;
  }
  .d-sm-flex-ai-center {
    align-items: center;
  }
  .d-sm-flex-jc-start {
    justify-content: flex-start;
  }
  .d-sm-flex-jc-end {
    justify-content: flex-end;
  }
  .d-sm-flex-jc-center {
    justify-content: center;
  }
  .d-sm-flex-jc-between {
    justify-content: space-between;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  table.d-sm-inline-block, table.d-sm-block {
    display: table !important;
  }
  table th.d-sm-inline-block, table th.d-sm-block,
  table td.d-sm-inline-block,
  table td.d-sm-block {
    display: table-cell !important;
  }
}
@media screen and (max-width: 360px) {
  .d-xsm-none {
    display: none !important;
  }
  .d-xsm-inline {
    display: inline !important;
  }
  .d-xsm-inline-block {
    display: inline-block !important;
  }
  .d-xsm-block {
    display: block !important;
  }
}
.u-m-0 {
  margin: 0 !important;
}
.u-m-auto {
  margin: auto !important;
}
.u-m-left {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.u-m-center {
  margin-left: auto !important;
  margin-right: auto !important;
}
.u-m-right {
  margin-left: auto !important;
  margin-right: 0 !important;
}

.u-mt-100 {
  margin-top: min(110px, 6.944vw);
}
.u-mt-120 {
  margin-top: min(132px, 8.333vw);
}
.u-mt-160 {
  margin-top: min(176px, 11.111vw);
}
.u-mt-200 {
  margin-top: min(220px, 13.889vw);
}
@media screen and (max-width: 834px) {
  .u-mt-100 {
    margin-top: min(110px, 25.641vw);
  }
  .u-mt-120 {
    margin-top: min(132px, 30.769vw);
  }
  .u-mt-160 {
    margin-top: min(176px, 41.026vw);
  }
  .u-mt-200 {
    margin-top: min(220px, 51.282vw);
  }
}

.u-mr-100 {
  margin-right: min(110px, 6.944vw);
}
.u-mr-120 {
  margin-right: min(132px, 8.333vw);
}
.u-mr-160 {
  margin-right: min(176px, 11.111vw);
}
.u-mr-200 {
  margin-right: min(220px, 13.889vw);
}
@media screen and (max-width: 834px) {
  .u-mr-100 {
    margin-right: min(110px, 25.641vw);
  }
  .u-mr-120 {
    margin-right: min(132px, 30.769vw);
  }
  .u-mr-160 {
    margin-right: min(176px, 41.026vw);
  }
  .u-mr-200 {
    margin-right: min(220px, 51.282vw);
  }
}

.u-mb-100 {
  margin-bottom: min(110px, 6.944vw);
}
.u-mb-120 {
  margin-bottom: min(132px, 8.333vw);
}
.u-mb-160 {
  margin-bottom: min(176px, 11.111vw);
}
.u-mb-200 {
  margin-bottom: min(220px, 13.889vw);
}
@media screen and (max-width: 834px) {
  .u-mb-100 {
    margin-bottom: min(110px, 25.641vw);
  }
  .u-mb-120 {
    margin-bottom: min(132px, 30.769vw);
  }
  .u-mb-160 {
    margin-bottom: min(176px, 41.026vw);
  }
  .u-mb-200 {
    margin-bottom: min(220px, 51.282vw);
  }
}

.u-ml-100 {
  margin-left: min(110px, 6.944vw);
}
.u-ml-120 {
  margin-left: min(132px, 8.333vw);
}
.u-ml-160 {
  margin-left: min(176px, 11.111vw);
}
.u-ml-200 {
  margin-left: min(220px, 13.889vw);
}
@media screen and (max-width: 834px) {
  .u-ml-100 {
    margin-left: min(110px, 25.641vw);
  }
  .u-ml-120 {
    margin-left: min(132px, 30.769vw);
  }
  .u-ml-160 {
    margin-left: min(176px, 41.026vw);
  }
  .u-ml-200 {
    margin-left: min(220px, 51.282vw);
  }
}

.u-mt-0 {
  margin-top: min(0px, 0vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-0 {
    margin-top: min(0px, 0vw) !important;
  }
}

.u-mb-0 {
  margin-bottom: min(0px, 0vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-0 {
    margin-bottom: min(0px, 0vw) !important;
  }
}

.u-ml-0 {
  margin-left: min(0px, 0vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-0 {
    margin-left: min(0px, 0vw) !important;
  }
}

.u-mr-0 {
  margin-right: min(0px, 0vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-0 {
    margin-right: min(0px, 0vw) !important;
  }
}

.u-mt-4 {
  margin-top: min(4.4px, 0.278vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-4 {
    margin-top: min(4.4px, 1.026vw) !important;
  }
}

.u-mb-4 {
  margin-bottom: min(4.4px, 0.278vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-4 {
    margin-bottom: min(4.4px, 1.026vw) !important;
  }
}

.u-ml-4 {
  margin-left: min(4.4px, 0.278vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-4 {
    margin-left: min(4.4px, 1.026vw) !important;
  }
}

.u-mr-4 {
  margin-right: min(4.4px, 0.278vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-4 {
    margin-right: min(4.4px, 1.026vw) !important;
  }
}

.u-mt-8 {
  margin-top: min(8.8px, 0.556vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-8 {
    margin-top: min(8.8px, 2.051vw) !important;
  }
}

.u-mb-8 {
  margin-bottom: min(8.8px, 0.556vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-8 {
    margin-bottom: min(8.8px, 2.051vw) !important;
  }
}

.u-ml-8 {
  margin-left: min(8.8px, 0.556vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-8 {
    margin-left: min(8.8px, 2.051vw) !important;
  }
}

.u-mr-8 {
  margin-right: min(8.8px, 0.556vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-8 {
    margin-right: min(8.8px, 2.051vw) !important;
  }
}

.u-mt-12 {
  margin-top: min(13.2px, 0.833vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-12 {
    margin-top: min(13.2px, 3.077vw) !important;
  }
}

.u-mb-12 {
  margin-bottom: min(13.2px, 0.833vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-12 {
    margin-bottom: min(13.2px, 3.077vw) !important;
  }
}

.u-ml-12 {
  margin-left: min(13.2px, 0.833vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-12 {
    margin-left: min(13.2px, 3.077vw) !important;
  }
}

.u-mr-12 {
  margin-right: min(13.2px, 0.833vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-12 {
    margin-right: min(13.2px, 3.077vw) !important;
  }
}

.u-mt-16 {
  margin-top: min(17.6px, 1.111vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-16 {
    margin-top: min(17.6px, 4.103vw) !important;
  }
}

.u-mb-16 {
  margin-bottom: min(17.6px, 1.111vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-16 {
    margin-bottom: min(17.6px, 4.103vw) !important;
  }
}

.u-ml-16 {
  margin-left: min(17.6px, 1.111vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-16 {
    margin-left: min(17.6px, 4.103vw) !important;
  }
}

.u-mr-16 {
  margin-right: min(17.6px, 1.111vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-16 {
    margin-right: min(17.6px, 4.103vw) !important;
  }
}

.u-mt-20 {
  margin-top: min(22px, 1.389vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-20 {
    margin-top: min(22px, 5.128vw) !important;
  }
}

.u-mb-20 {
  margin-bottom: min(22px, 1.389vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-20 {
    margin-bottom: min(22px, 5.128vw) !important;
  }
}

.u-ml-20 {
  margin-left: min(22px, 1.389vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-20 {
    margin-left: min(22px, 5.128vw) !important;
  }
}

.u-mr-20 {
  margin-right: min(22px, 1.389vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-20 {
    margin-right: min(22px, 5.128vw) !important;
  }
}

.u-mt-24 {
  margin-top: min(26.4px, 1.667vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-24 {
    margin-top: min(26.4px, 6.154vw) !important;
  }
}

.u-mb-24 {
  margin-bottom: min(26.4px, 1.667vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-24 {
    margin-bottom: min(26.4px, 6.154vw) !important;
  }
}

.u-ml-24 {
  margin-left: min(26.4px, 1.667vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-24 {
    margin-left: min(26.4px, 6.154vw) !important;
  }
}

.u-mr-24 {
  margin-right: min(26.4px, 1.667vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-24 {
    margin-right: min(26.4px, 6.154vw) !important;
  }
}

.u-mt-28 {
  margin-top: min(30.8px, 1.944vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-28 {
    margin-top: min(30.8px, 7.179vw) !important;
  }
}

.u-mb-28 {
  margin-bottom: min(30.8px, 1.944vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-28 {
    margin-bottom: min(30.8px, 7.179vw) !important;
  }
}

.u-ml-28 {
  margin-left: min(30.8px, 1.944vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-28 {
    margin-left: min(30.8px, 7.179vw) !important;
  }
}

.u-mr-28 {
  margin-right: min(30.8px, 1.944vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-28 {
    margin-right: min(30.8px, 7.179vw) !important;
  }
}

.u-mt-32 {
  margin-top: min(35.2px, 2.222vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-32 {
    margin-top: min(35.2px, 8.205vw) !important;
  }
}

.u-mb-32 {
  margin-bottom: min(35.2px, 2.222vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-32 {
    margin-bottom: min(35.2px, 8.205vw) !important;
  }
}

.u-ml-32 {
  margin-left: min(35.2px, 2.222vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-32 {
    margin-left: min(35.2px, 8.205vw) !important;
  }
}

.u-mr-32 {
  margin-right: min(35.2px, 2.222vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-32 {
    margin-right: min(35.2px, 8.205vw) !important;
  }
}

.u-mt-36 {
  margin-top: min(39.6px, 2.5vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-36 {
    margin-top: min(39.6px, 9.231vw) !important;
  }
}

.u-mb-36 {
  margin-bottom: min(39.6px, 2.5vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-36 {
    margin-bottom: min(39.6px, 9.231vw) !important;
  }
}

.u-ml-36 {
  margin-left: min(39.6px, 2.5vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-36 {
    margin-left: min(39.6px, 9.231vw) !important;
  }
}

.u-mr-36 {
  margin-right: min(39.6px, 2.5vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-36 {
    margin-right: min(39.6px, 9.231vw) !important;
  }
}

.u-mt-40 {
  margin-top: min(44px, 2.778vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-40 {
    margin-top: min(44px, 10.256vw) !important;
  }
}

.u-mb-40 {
  margin-bottom: min(44px, 2.778vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-40 {
    margin-bottom: min(44px, 10.256vw) !important;
  }
}

.u-ml-40 {
  margin-left: min(44px, 2.778vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-40 {
    margin-left: min(44px, 10.256vw) !important;
  }
}

.u-mr-40 {
  margin-right: min(44px, 2.778vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-40 {
    margin-right: min(44px, 10.256vw) !important;
  }
}

.u-mt-44 {
  margin-top: min(48.4px, 3.056vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-44 {
    margin-top: min(48.4px, 11.282vw) !important;
  }
}

.u-mb-44 {
  margin-bottom: min(48.4px, 3.056vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-44 {
    margin-bottom: min(48.4px, 11.282vw) !important;
  }
}

.u-ml-44 {
  margin-left: min(48.4px, 3.056vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-44 {
    margin-left: min(48.4px, 11.282vw) !important;
  }
}

.u-mr-44 {
  margin-right: min(48.4px, 3.056vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-44 {
    margin-right: min(48.4px, 11.282vw) !important;
  }
}

.u-mt-48 {
  margin-top: min(52.8px, 3.333vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-48 {
    margin-top: min(52.8px, 12.308vw) !important;
  }
}

.u-mb-48 {
  margin-bottom: min(52.8px, 3.333vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-48 {
    margin-bottom: min(52.8px, 12.308vw) !important;
  }
}

.u-ml-48 {
  margin-left: min(52.8px, 3.333vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-48 {
    margin-left: min(52.8px, 12.308vw) !important;
  }
}

.u-mr-48 {
  margin-right: min(52.8px, 3.333vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-48 {
    margin-right: min(52.8px, 12.308vw) !important;
  }
}

.u-mt-52 {
  margin-top: min(57.2px, 3.611vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-52 {
    margin-top: min(57.2px, 13.333vw) !important;
  }
}

.u-mb-52 {
  margin-bottom: min(57.2px, 3.611vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-52 {
    margin-bottom: min(57.2px, 13.333vw) !important;
  }
}

.u-ml-52 {
  margin-left: min(57.2px, 3.611vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-52 {
    margin-left: min(57.2px, 13.333vw) !important;
  }
}

.u-mr-52 {
  margin-right: min(57.2px, 3.611vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-52 {
    margin-right: min(57.2px, 13.333vw) !important;
  }
}

.u-mt-56 {
  margin-top: min(61.6px, 3.889vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-56 {
    margin-top: min(61.6px, 14.359vw) !important;
  }
}

.u-mb-56 {
  margin-bottom: min(61.6px, 3.889vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-56 {
    margin-bottom: min(61.6px, 14.359vw) !important;
  }
}

.u-ml-56 {
  margin-left: min(61.6px, 3.889vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-56 {
    margin-left: min(61.6px, 14.359vw) !important;
  }
}

.u-mr-56 {
  margin-right: min(61.6px, 3.889vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-56 {
    margin-right: min(61.6px, 14.359vw) !important;
  }
}

.u-mt-60 {
  margin-top: min(66px, 4.167vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-60 {
    margin-top: min(66px, 15.385vw) !important;
  }
}

.u-mb-60 {
  margin-bottom: min(66px, 4.167vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-60 {
    margin-bottom: min(66px, 15.385vw) !important;
  }
}

.u-ml-60 {
  margin-left: min(66px, 4.167vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-60 {
    margin-left: min(66px, 15.385vw) !important;
  }
}

.u-mr-60 {
  margin-right: min(66px, 4.167vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-60 {
    margin-right: min(66px, 15.385vw) !important;
  }
}

.u-mt-64 {
  margin-top: min(70.4px, 4.444vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-64 {
    margin-top: min(70.4px, 16.41vw) !important;
  }
}

.u-mb-64 {
  margin-bottom: min(70.4px, 4.444vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-64 {
    margin-bottom: min(70.4px, 16.41vw) !important;
  }
}

.u-ml-64 {
  margin-left: min(70.4px, 4.444vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-64 {
    margin-left: min(70.4px, 16.41vw) !important;
  }
}

.u-mr-64 {
  margin-right: min(70.4px, 4.444vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-64 {
    margin-right: min(70.4px, 16.41vw) !important;
  }
}

.u-mt-68 {
  margin-top: min(74.8px, 4.722vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-68 {
    margin-top: min(74.8px, 17.436vw) !important;
  }
}

.u-mb-68 {
  margin-bottom: min(74.8px, 4.722vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-68 {
    margin-bottom: min(74.8px, 17.436vw) !important;
  }
}

.u-ml-68 {
  margin-left: min(74.8px, 4.722vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-68 {
    margin-left: min(74.8px, 17.436vw) !important;
  }
}

.u-mr-68 {
  margin-right: min(74.8px, 4.722vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-68 {
    margin-right: min(74.8px, 17.436vw) !important;
  }
}

.u-mt-72 {
  margin-top: min(79.2px, 5vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-72 {
    margin-top: min(79.2px, 18.462vw) !important;
  }
}

.u-mb-72 {
  margin-bottom: min(79.2px, 5vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-72 {
    margin-bottom: min(79.2px, 18.462vw) !important;
  }
}

.u-ml-72 {
  margin-left: min(79.2px, 5vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-72 {
    margin-left: min(79.2px, 18.462vw) !important;
  }
}

.u-mr-72 {
  margin-right: min(79.2px, 5vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-72 {
    margin-right: min(79.2px, 18.462vw) !important;
  }
}

.u-mt-76 {
  margin-top: min(83.6px, 5.278vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-76 {
    margin-top: min(83.6px, 19.487vw) !important;
  }
}

.u-mb-76 {
  margin-bottom: min(83.6px, 5.278vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-76 {
    margin-bottom: min(83.6px, 19.487vw) !important;
  }
}

.u-ml-76 {
  margin-left: min(83.6px, 5.278vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-76 {
    margin-left: min(83.6px, 19.487vw) !important;
  }
}

.u-mr-76 {
  margin-right: min(83.6px, 5.278vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-76 {
    margin-right: min(83.6px, 19.487vw) !important;
  }
}

.u-mt-80 {
  margin-top: min(88px, 5.556vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-80 {
    margin-top: min(88px, 20.513vw) !important;
  }
}

.u-mb-80 {
  margin-bottom: min(88px, 5.556vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-80 {
    margin-bottom: min(88px, 20.513vw) !important;
  }
}

.u-ml-80 {
  margin-left: min(88px, 5.556vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-80 {
    margin-left: min(88px, 20.513vw) !important;
  }
}

.u-mr-80 {
  margin-right: min(88px, 5.556vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-80 {
    margin-right: min(88px, 20.513vw) !important;
  }
}

@media screen and (max-width: 834px) {
  .u-m-md-0 {
    margin: 0 !important;
  }
  .u-m-md-auto {
    margin: auto !important;
  }
  .u-m-md-left {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  .u-m-md-center {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-m-md-right {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  .u-mt-md-0 {
    margin-top: min(0px, 0vw) !important;
  }
  .u-mb-md-0 {
    margin-bottom: min(0px, 0vw) !important;
  }
  .u-ml-md-0 {
    margin-left: min(0px, 0vw) !important;
  }
  .u-mr-md-0 {
    margin-right: min(0px, 0vw) !important;
  }
  .u-mt-md-4 {
    margin-top: min(4.4px, 1.026vw) !important;
  }
  .u-mb-md-4 {
    margin-bottom: min(4.4px, 1.026vw) !important;
  }
  .u-ml-md-4 {
    margin-left: min(4.4px, 1.026vw) !important;
  }
  .u-mr-md-4 {
    margin-right: min(4.4px, 1.026vw) !important;
  }
  .u-mt-md-8 {
    margin-top: min(8.8px, 2.051vw) !important;
  }
  .u-mb-md-8 {
    margin-bottom: min(8.8px, 2.051vw) !important;
  }
  .u-ml-md-8 {
    margin-left: min(8.8px, 2.051vw) !important;
  }
  .u-mr-md-8 {
    margin-right: min(8.8px, 2.051vw) !important;
  }
  .u-mt-md-12 {
    margin-top: min(13.2px, 3.077vw) !important;
  }
  .u-mb-md-12 {
    margin-bottom: min(13.2px, 3.077vw) !important;
  }
  .u-ml-md-12 {
    margin-left: min(13.2px, 3.077vw) !important;
  }
  .u-mr-md-12 {
    margin-right: min(13.2px, 3.077vw) !important;
  }
  .u-mt-md-16 {
    margin-top: min(17.6px, 4.103vw) !important;
  }
  .u-mb-md-16 {
    margin-bottom: min(17.6px, 4.103vw) !important;
  }
  .u-ml-md-16 {
    margin-left: min(17.6px, 4.103vw) !important;
  }
  .u-mr-md-16 {
    margin-right: min(17.6px, 4.103vw) !important;
  }
  .u-mt-md-20 {
    margin-top: min(22px, 5.128vw) !important;
  }
  .u-mb-md-20 {
    margin-bottom: min(22px, 5.128vw) !important;
  }
  .u-ml-md-20 {
    margin-left: min(22px, 5.128vw) !important;
  }
  .u-mr-md-20 {
    margin-right: min(22px, 5.128vw) !important;
  }
  .u-mt-md-24 {
    margin-top: min(26.4px, 6.154vw) !important;
  }
  .u-mb-md-24 {
    margin-bottom: min(26.4px, 6.154vw) !important;
  }
  .u-ml-md-24 {
    margin-left: min(26.4px, 6.154vw) !important;
  }
  .u-mr-md-24 {
    margin-right: min(26.4px, 6.154vw) !important;
  }
  .u-mt-md-28 {
    margin-top: min(30.8px, 7.179vw) !important;
  }
  .u-mb-md-28 {
    margin-bottom: min(30.8px, 7.179vw) !important;
  }
  .u-ml-md-28 {
    margin-left: min(30.8px, 7.179vw) !important;
  }
  .u-mr-md-28 {
    margin-right: min(30.8px, 7.179vw) !important;
  }
  .u-mt-md-32 {
    margin-top: min(35.2px, 8.205vw) !important;
  }
  .u-mb-md-32 {
    margin-bottom: min(35.2px, 8.205vw) !important;
  }
  .u-ml-md-32 {
    margin-left: min(35.2px, 8.205vw) !important;
  }
  .u-mr-md-32 {
    margin-right: min(35.2px, 8.205vw) !important;
  }
  .u-mt-md-36 {
    margin-top: min(39.6px, 9.231vw) !important;
  }
  .u-mb-md-36 {
    margin-bottom: min(39.6px, 9.231vw) !important;
  }
  .u-ml-md-36 {
    margin-left: min(39.6px, 9.231vw) !important;
  }
  .u-mr-md-36 {
    margin-right: min(39.6px, 9.231vw) !important;
  }
  .u-mt-md-40 {
    margin-top: min(44px, 10.256vw) !important;
  }
  .u-mb-md-40 {
    margin-bottom: min(44px, 10.256vw) !important;
  }
  .u-ml-md-40 {
    margin-left: min(44px, 10.256vw) !important;
  }
  .u-mr-md-40 {
    margin-right: min(44px, 10.256vw) !important;
  }
  .u-mt-md-44 {
    margin-top: min(48.4px, 11.282vw) !important;
  }
  .u-mb-md-44 {
    margin-bottom: min(48.4px, 11.282vw) !important;
  }
  .u-ml-md-44 {
    margin-left: min(48.4px, 11.282vw) !important;
  }
  .u-mr-md-44 {
    margin-right: min(48.4px, 11.282vw) !important;
  }
  .u-mt-md-48 {
    margin-top: min(52.8px, 12.308vw) !important;
  }
  .u-mb-md-48 {
    margin-bottom: min(52.8px, 12.308vw) !important;
  }
  .u-ml-md-48 {
    margin-left: min(52.8px, 12.308vw) !important;
  }
  .u-mr-md-48 {
    margin-right: min(52.8px, 12.308vw) !important;
  }
  .u-mt-md-52 {
    margin-top: min(57.2px, 13.333vw) !important;
  }
  .u-mb-md-52 {
    margin-bottom: min(57.2px, 13.333vw) !important;
  }
  .u-ml-md-52 {
    margin-left: min(57.2px, 13.333vw) !important;
  }
  .u-mr-md-52 {
    margin-right: min(57.2px, 13.333vw) !important;
  }
  .u-mt-md-56 {
    margin-top: min(61.6px, 14.359vw) !important;
  }
  .u-mb-md-56 {
    margin-bottom: min(61.6px, 14.359vw) !important;
  }
  .u-ml-md-56 {
    margin-left: min(61.6px, 14.359vw) !important;
  }
  .u-mr-md-56 {
    margin-right: min(61.6px, 14.359vw) !important;
  }
  .u-mt-md-60 {
    margin-top: min(66px, 15.385vw) !important;
  }
  .u-mb-md-60 {
    margin-bottom: min(66px, 15.385vw) !important;
  }
  .u-ml-md-60 {
    margin-left: min(66px, 15.385vw) !important;
  }
  .u-mr-md-60 {
    margin-right: min(66px, 15.385vw) !important;
  }
  .u-mt-md-64 {
    margin-top: min(70.4px, 16.41vw) !important;
  }
  .u-mb-md-64 {
    margin-bottom: min(70.4px, 16.41vw) !important;
  }
  .u-ml-md-64 {
    margin-left: min(70.4px, 16.41vw) !important;
  }
  .u-mr-md-64 {
    margin-right: min(70.4px, 16.41vw) !important;
  }
  .u-mt-md-68 {
    margin-top: min(74.8px, 17.436vw) !important;
  }
  .u-mb-md-68 {
    margin-bottom: min(74.8px, 17.436vw) !important;
  }
  .u-ml-md-68 {
    margin-left: min(74.8px, 17.436vw) !important;
  }
  .u-mr-md-68 {
    margin-right: min(74.8px, 17.436vw) !important;
  }
  .u-mt-md-72 {
    margin-top: min(79.2px, 18.462vw) !important;
  }
  .u-mb-md-72 {
    margin-bottom: min(79.2px, 18.462vw) !important;
  }
  .u-ml-md-72 {
    margin-left: min(79.2px, 18.462vw) !important;
  }
  .u-mr-md-72 {
    margin-right: min(79.2px, 18.462vw) !important;
  }
  .u-mt-md-76 {
    margin-top: min(83.6px, 19.487vw) !important;
  }
  .u-mb-md-76 {
    margin-bottom: min(83.6px, 19.487vw) !important;
  }
  .u-ml-md-76 {
    margin-left: min(83.6px, 19.487vw) !important;
  }
  .u-mr-md-76 {
    margin-right: min(83.6px, 19.487vw) !important;
  }
  .u-mt-md-80 {
    margin-top: min(88px, 20.513vw) !important;
  }
  .u-mb-md-80 {
    margin-bottom: min(88px, 20.513vw) !important;
  }
  .u-ml-md-80 {
    margin-left: min(88px, 20.513vw) !important;
  }
  .u-mr-md-80 {
    margin-right: min(88px, 20.513vw) !important;
  }
}
.u-pt-0 {
  padding-top: min(0px, 0vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-0 {
    padding-top: min(0px, 0vw) !important;
  }
}

.u-pb-0 {
  padding-bottom: min(0px, 0vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-0 {
    padding-bottom: min(0px, 0vw) !important;
  }
}

.u-pl-0 {
  padding-left: min(0px, 0vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-0 {
    padding-left: min(0px, 0vw) !important;
  }
}

.u-pr-0 {
  padding-right: min(0px, 0vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-0 {
    padding-right: min(0px, 0vw) !important;
  }
}

.u-pt-4 {
  padding-top: min(4.4px, 0.278vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-4 {
    padding-top: min(4.4px, 1.026vw) !important;
  }
}

.u-pb-4 {
  padding-bottom: min(4.4px, 0.278vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-4 {
    padding-bottom: min(4.4px, 1.026vw) !important;
  }
}

.u-pl-4 {
  padding-left: min(4.4px, 0.278vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-4 {
    padding-left: min(4.4px, 1.026vw) !important;
  }
}

.u-pr-4 {
  padding-right: min(4.4px, 0.278vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-4 {
    padding-right: min(4.4px, 1.026vw) !important;
  }
}

.u-pt-8 {
  padding-top: min(8.8px, 0.556vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-8 {
    padding-top: min(8.8px, 2.051vw) !important;
  }
}

.u-pb-8 {
  padding-bottom: min(8.8px, 0.556vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-8 {
    padding-bottom: min(8.8px, 2.051vw) !important;
  }
}

.u-pl-8 {
  padding-left: min(8.8px, 0.556vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-8 {
    padding-left: min(8.8px, 2.051vw) !important;
  }
}

.u-pr-8 {
  padding-right: min(8.8px, 0.556vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-8 {
    padding-right: min(8.8px, 2.051vw) !important;
  }
}

.u-pt-12 {
  padding-top: min(13.2px, 0.833vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-12 {
    padding-top: min(13.2px, 3.077vw) !important;
  }
}

.u-pb-12 {
  padding-bottom: min(13.2px, 0.833vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-12 {
    padding-bottom: min(13.2px, 3.077vw) !important;
  }
}

.u-pl-12 {
  padding-left: min(13.2px, 0.833vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-12 {
    padding-left: min(13.2px, 3.077vw) !important;
  }
}

.u-pr-12 {
  padding-right: min(13.2px, 0.833vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-12 {
    padding-right: min(13.2px, 3.077vw) !important;
  }
}

.u-pt-16 {
  padding-top: min(17.6px, 1.111vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-16 {
    padding-top: min(17.6px, 4.103vw) !important;
  }
}

.u-pb-16 {
  padding-bottom: min(17.6px, 1.111vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-16 {
    padding-bottom: min(17.6px, 4.103vw) !important;
  }
}

.u-pl-16 {
  padding-left: min(17.6px, 1.111vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-16 {
    padding-left: min(17.6px, 4.103vw) !important;
  }
}

.u-pr-16 {
  padding-right: min(17.6px, 1.111vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-16 {
    padding-right: min(17.6px, 4.103vw) !important;
  }
}

.u-pt-20 {
  padding-top: min(22px, 1.389vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-20 {
    padding-top: min(22px, 5.128vw) !important;
  }
}

.u-pb-20 {
  padding-bottom: min(22px, 1.389vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-20 {
    padding-bottom: min(22px, 5.128vw) !important;
  }
}

.u-pl-20 {
  padding-left: min(22px, 1.389vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-20 {
    padding-left: min(22px, 5.128vw) !important;
  }
}

.u-pr-20 {
  padding-right: min(22px, 1.389vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-20 {
    padding-right: min(22px, 5.128vw) !important;
  }
}

.u-pt-24 {
  padding-top: min(26.4px, 1.667vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-24 {
    padding-top: min(26.4px, 6.154vw) !important;
  }
}

.u-pb-24 {
  padding-bottom: min(26.4px, 1.667vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-24 {
    padding-bottom: min(26.4px, 6.154vw) !important;
  }
}

.u-pl-24 {
  padding-left: min(26.4px, 1.667vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-24 {
    padding-left: min(26.4px, 6.154vw) !important;
  }
}

.u-pr-24 {
  padding-right: min(26.4px, 1.667vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-24 {
    padding-right: min(26.4px, 6.154vw) !important;
  }
}

.u-pt-28 {
  padding-top: min(30.8px, 1.944vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-28 {
    padding-top: min(30.8px, 7.179vw) !important;
  }
}

.u-pb-28 {
  padding-bottom: min(30.8px, 1.944vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-28 {
    padding-bottom: min(30.8px, 7.179vw) !important;
  }
}

.u-pl-28 {
  padding-left: min(30.8px, 1.944vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-28 {
    padding-left: min(30.8px, 7.179vw) !important;
  }
}

.u-pr-28 {
  padding-right: min(30.8px, 1.944vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-28 {
    padding-right: min(30.8px, 7.179vw) !important;
  }
}

.u-pt-32 {
  padding-top: min(35.2px, 2.222vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-32 {
    padding-top: min(35.2px, 8.205vw) !important;
  }
}

.u-pb-32 {
  padding-bottom: min(35.2px, 2.222vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-32 {
    padding-bottom: min(35.2px, 8.205vw) !important;
  }
}

.u-pl-32 {
  padding-left: min(35.2px, 2.222vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-32 {
    padding-left: min(35.2px, 8.205vw) !important;
  }
}

.u-pr-32 {
  padding-right: min(35.2px, 2.222vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-32 {
    padding-right: min(35.2px, 8.205vw) !important;
  }
}

.u-pt-36 {
  padding-top: min(39.6px, 2.5vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-36 {
    padding-top: min(39.6px, 9.231vw) !important;
  }
}

.u-pb-36 {
  padding-bottom: min(39.6px, 2.5vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-36 {
    padding-bottom: min(39.6px, 9.231vw) !important;
  }
}

.u-pl-36 {
  padding-left: min(39.6px, 2.5vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-36 {
    padding-left: min(39.6px, 9.231vw) !important;
  }
}

.u-pr-36 {
  padding-right: min(39.6px, 2.5vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-36 {
    padding-right: min(39.6px, 9.231vw) !important;
  }
}

.u-pt-40 {
  padding-top: min(44px, 2.778vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-40 {
    padding-top: min(44px, 10.256vw) !important;
  }
}

.u-pb-40 {
  padding-bottom: min(44px, 2.778vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-40 {
    padding-bottom: min(44px, 10.256vw) !important;
  }
}

.u-pl-40 {
  padding-left: min(44px, 2.778vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-40 {
    padding-left: min(44px, 10.256vw) !important;
  }
}

.u-pr-40 {
  padding-right: min(44px, 2.778vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-40 {
    padding-right: min(44px, 10.256vw) !important;
  }
}

.u-pt-44 {
  padding-top: min(48.4px, 3.056vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-44 {
    padding-top: min(48.4px, 11.282vw) !important;
  }
}

.u-pb-44 {
  padding-bottom: min(48.4px, 3.056vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-44 {
    padding-bottom: min(48.4px, 11.282vw) !important;
  }
}

.u-pl-44 {
  padding-left: min(48.4px, 3.056vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-44 {
    padding-left: min(48.4px, 11.282vw) !important;
  }
}

.u-pr-44 {
  padding-right: min(48.4px, 3.056vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-44 {
    padding-right: min(48.4px, 11.282vw) !important;
  }
}

.u-pt-48 {
  padding-top: min(52.8px, 3.333vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-48 {
    padding-top: min(52.8px, 12.308vw) !important;
  }
}

.u-pb-48 {
  padding-bottom: min(52.8px, 3.333vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-48 {
    padding-bottom: min(52.8px, 12.308vw) !important;
  }
}

.u-pl-48 {
  padding-left: min(52.8px, 3.333vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-48 {
    padding-left: min(52.8px, 12.308vw) !important;
  }
}

.u-pr-48 {
  padding-right: min(52.8px, 3.333vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-48 {
    padding-right: min(52.8px, 12.308vw) !important;
  }
}

.u-pt-52 {
  padding-top: min(57.2px, 3.611vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-52 {
    padding-top: min(57.2px, 13.333vw) !important;
  }
}

.u-pb-52 {
  padding-bottom: min(57.2px, 3.611vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-52 {
    padding-bottom: min(57.2px, 13.333vw) !important;
  }
}

.u-pl-52 {
  padding-left: min(57.2px, 3.611vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-52 {
    padding-left: min(57.2px, 13.333vw) !important;
  }
}

.u-pr-52 {
  padding-right: min(57.2px, 3.611vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-52 {
    padding-right: min(57.2px, 13.333vw) !important;
  }
}

.u-pt-56 {
  padding-top: min(61.6px, 3.889vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-56 {
    padding-top: min(61.6px, 14.359vw) !important;
  }
}

.u-pb-56 {
  padding-bottom: min(61.6px, 3.889vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-56 {
    padding-bottom: min(61.6px, 14.359vw) !important;
  }
}

.u-pl-56 {
  padding-left: min(61.6px, 3.889vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-56 {
    padding-left: min(61.6px, 14.359vw) !important;
  }
}

.u-pr-56 {
  padding-right: min(61.6px, 3.889vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-56 {
    padding-right: min(61.6px, 14.359vw) !important;
  }
}

.u-pt-60 {
  padding-top: min(66px, 4.167vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-60 {
    padding-top: min(66px, 15.385vw) !important;
  }
}

.u-pb-60 {
  padding-bottom: min(66px, 4.167vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-60 {
    padding-bottom: min(66px, 15.385vw) !important;
  }
}

.u-pl-60 {
  padding-left: min(66px, 4.167vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-60 {
    padding-left: min(66px, 15.385vw) !important;
  }
}

.u-pr-60 {
  padding-right: min(66px, 4.167vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-60 {
    padding-right: min(66px, 15.385vw) !important;
  }
}

@media screen and (max-width: 834px) {
  .u-pt-pr-0 {
    padding-top: min(0px, 0vw) !important;
  }
  .u-pb-pr-0 {
    padding-bottom: min(0px, 0vw) !important;
  }
  .u-pl-pr-0 {
    padding-left: min(0px, 0vw) !important;
  }
  .u-pr-pr-0 {
    padding-right: min(0px, 0vw) !important;
  }
  .u-pt-pr-4 {
    padding-top: min(4.4px, 1.026vw) !important;
  }
  .u-pb-pr-4 {
    padding-bottom: min(4.4px, 1.026vw) !important;
  }
  .u-pl-pr-4 {
    padding-left: min(4.4px, 1.026vw) !important;
  }
  .u-pr-pr-4 {
    padding-right: min(4.4px, 1.026vw) !important;
  }
  .u-pt-pr-8 {
    padding-top: min(8.8px, 2.051vw) !important;
  }
  .u-pb-pr-8 {
    padding-bottom: min(8.8px, 2.051vw) !important;
  }
  .u-pl-pr-8 {
    padding-left: min(8.8px, 2.051vw) !important;
  }
  .u-pr-pr-8 {
    padding-right: min(8.8px, 2.051vw) !important;
  }
  .u-pt-pr-12 {
    padding-top: min(13.2px, 3.077vw) !important;
  }
  .u-pb-pr-12 {
    padding-bottom: min(13.2px, 3.077vw) !important;
  }
  .u-pl-pr-12 {
    padding-left: min(13.2px, 3.077vw) !important;
  }
  .u-pr-pr-12 {
    padding-right: min(13.2px, 3.077vw) !important;
  }
  .u-pt-pr-16 {
    padding-top: min(17.6px, 4.103vw) !important;
  }
  .u-pb-pr-16 {
    padding-bottom: min(17.6px, 4.103vw) !important;
  }
  .u-pl-pr-16 {
    padding-left: min(17.6px, 4.103vw) !important;
  }
  .u-pr-pr-16 {
    padding-right: min(17.6px, 4.103vw) !important;
  }
  .u-pt-pr-20 {
    padding-top: min(22px, 5.128vw) !important;
  }
  .u-pb-pr-20 {
    padding-bottom: min(22px, 5.128vw) !important;
  }
  .u-pl-pr-20 {
    padding-left: min(22px, 5.128vw) !important;
  }
  .u-pr-pr-20 {
    padding-right: min(22px, 5.128vw) !important;
  }
  .u-pt-pr-24 {
    padding-top: min(26.4px, 6.154vw) !important;
  }
  .u-pb-pr-24 {
    padding-bottom: min(26.4px, 6.154vw) !important;
  }
  .u-pl-pr-24 {
    padding-left: min(26.4px, 6.154vw) !important;
  }
  .u-pr-pr-24 {
    padding-right: min(26.4px, 6.154vw) !important;
  }
  .u-pt-pr-28 {
    padding-top: min(30.8px, 7.179vw) !important;
  }
  .u-pb-pr-28 {
    padding-bottom: min(30.8px, 7.179vw) !important;
  }
  .u-pl-pr-28 {
    padding-left: min(30.8px, 7.179vw) !important;
  }
  .u-pr-pr-28 {
    padding-right: min(30.8px, 7.179vw) !important;
  }
  .u-pt-pr-32 {
    padding-top: min(35.2px, 8.205vw) !important;
  }
  .u-pb-pr-32 {
    padding-bottom: min(35.2px, 8.205vw) !important;
  }
  .u-pl-pr-32 {
    padding-left: min(35.2px, 8.205vw) !important;
  }
  .u-pr-pr-32 {
    padding-right: min(35.2px, 8.205vw) !important;
  }
  .u-pt-pr-36 {
    padding-top: min(39.6px, 9.231vw) !important;
  }
  .u-pb-pr-36 {
    padding-bottom: min(39.6px, 9.231vw) !important;
  }
  .u-pl-pr-36 {
    padding-left: min(39.6px, 9.231vw) !important;
  }
  .u-pr-pr-36 {
    padding-right: min(39.6px, 9.231vw) !important;
  }
  .u-pt-pr-40 {
    padding-top: min(44px, 10.256vw) !important;
  }
  .u-pb-pr-40 {
    padding-bottom: min(44px, 10.256vw) !important;
  }
  .u-pl-pr-40 {
    padding-left: min(44px, 10.256vw) !important;
  }
  .u-pr-pr-40 {
    padding-right: min(44px, 10.256vw) !important;
  }
  .u-pt-pr-44 {
    padding-top: min(48.4px, 11.282vw) !important;
  }
  .u-pb-pr-44 {
    padding-bottom: min(48.4px, 11.282vw) !important;
  }
  .u-pl-pr-44 {
    padding-left: min(48.4px, 11.282vw) !important;
  }
  .u-pr-pr-44 {
    padding-right: min(48.4px, 11.282vw) !important;
  }
  .u-pt-pr-48 {
    padding-top: min(52.8px, 12.308vw) !important;
  }
  .u-pb-pr-48 {
    padding-bottom: min(52.8px, 12.308vw) !important;
  }
  .u-pl-pr-48 {
    padding-left: min(52.8px, 12.308vw) !important;
  }
  .u-pr-pr-48 {
    padding-right: min(52.8px, 12.308vw) !important;
  }
  .u-pt-pr-52 {
    padding-top: min(57.2px, 13.333vw) !important;
  }
  .u-pb-pr-52 {
    padding-bottom: min(57.2px, 13.333vw) !important;
  }
  .u-pl-pr-52 {
    padding-left: min(57.2px, 13.333vw) !important;
  }
  .u-pr-pr-52 {
    padding-right: min(57.2px, 13.333vw) !important;
  }
  .u-pt-pr-56 {
    padding-top: min(61.6px, 14.359vw) !important;
  }
  .u-pb-pr-56 {
    padding-bottom: min(61.6px, 14.359vw) !important;
  }
  .u-pl-pr-56 {
    padding-left: min(61.6px, 14.359vw) !important;
  }
  .u-pr-pr-56 {
    padding-right: min(61.6px, 14.359vw) !important;
  }
  .u-pt-pr-60 {
    padding-top: min(66px, 15.385vw) !important;
  }
  .u-pb-pr-60 {
    padding-bottom: min(66px, 15.385vw) !important;
  }
  .u-pl-pr-60 {
    padding-left: min(66px, 15.385vw) !important;
  }
  .u-pr-pr-60 {
    padding-right: min(66px, 15.385vw) !important;
  }
}
.u-text {
  font-size: 3.5897435897cqw;
}

.u-font-wesmo {
  font-feature-settings: "calt" 1, "kern" 1, "liga" 1;
  -webkit-font-feature-settings: "calt" 1, "kern" 1, "liga" 1;
  -moz-font-feature-settings: "calt" 1, "kern" 1, "liga" 1;
  -moz-font-feature-settings: "calt=1, kern=1, liga=1";
  -ms-font-feature-settings: "calt" 1, "kern" 1, "liga" 1;
  -o-font-feature-settings: "calt" 1, "kern" 1, "liga" 1;
}

.u-wid-10 {
  width: min(11px, 0.694vw) !important;
  min-width: min(11px, 0.694vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-10 {
    width: min(11px, 2.564vw) !important;
    min-width: min(11px, 2.564vw) !important;
  }
}

.u-wid-20 {
  width: min(22px, 1.389vw) !important;
  min-width: min(22px, 1.389vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-20 {
    width: min(22px, 5.128vw) !important;
    min-width: min(22px, 5.128vw) !important;
  }
}

.u-wid-30 {
  width: min(33px, 2.083vw) !important;
  min-width: min(33px, 2.083vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-30 {
    width: min(33px, 7.692vw) !important;
    min-width: min(33px, 7.692vw) !important;
  }
}

.u-wid-40 {
  width: min(44px, 2.778vw) !important;
  min-width: min(44px, 2.778vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-40 {
    width: min(44px, 10.256vw) !important;
    min-width: min(44px, 10.256vw) !important;
  }
}

.u-wid-50 {
  width: min(55px, 3.472vw) !important;
  min-width: min(55px, 3.472vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-50 {
    width: min(55px, 12.821vw) !important;
    min-width: min(55px, 12.821vw) !important;
  }
}

.u-wid-60 {
  width: min(66px, 4.167vw) !important;
  min-width: min(66px, 4.167vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-60 {
    width: min(66px, 15.385vw) !important;
    min-width: min(66px, 15.385vw) !important;
  }
}

.u-wid-70 {
  width: min(77px, 4.861vw) !important;
  min-width: min(77px, 4.861vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-70 {
    width: min(77px, 17.949vw) !important;
    min-width: min(77px, 17.949vw) !important;
  }
}

.u-wid-80 {
  width: min(88px, 5.556vw) !important;
  min-width: min(88px, 5.556vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-80 {
    width: min(88px, 20.513vw) !important;
    min-width: min(88px, 20.513vw) !important;
  }
}

.u-wid-90 {
  width: min(99px, 6.25vw) !important;
  min-width: min(99px, 6.25vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-90 {
    width: min(99px, 23.077vw) !important;
    min-width: min(99px, 23.077vw) !important;
  }
}

.u-wid-100 {
  width: min(110px, 6.944vw) !important;
  min-width: min(110px, 6.944vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-100 {
    width: min(110px, 25.641vw) !important;
    min-width: min(110px, 25.641vw) !important;
  }
}

.u-wid-110 {
  width: min(121px, 7.639vw) !important;
  min-width: min(121px, 7.639vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-110 {
    width: min(121px, 28.205vw) !important;
    min-width: min(121px, 28.205vw) !important;
  }
}

.u-wid-120 {
  width: min(132px, 8.333vw) !important;
  min-width: min(132px, 8.333vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-120 {
    width: min(132px, 30.769vw) !important;
    min-width: min(132px, 30.769vw) !important;
  }
}

.u-wid-130 {
  width: min(143px, 9.028vw) !important;
  min-width: min(143px, 9.028vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-130 {
    width: min(143px, 33.333vw) !important;
    min-width: min(143px, 33.333vw) !important;
  }
}

.u-wid-140 {
  width: min(154px, 9.722vw) !important;
  min-width: min(154px, 9.722vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-140 {
    width: min(154px, 35.897vw) !important;
    min-width: min(154px, 35.897vw) !important;
  }
}

.u-wid-150 {
  width: min(165px, 10.417vw) !important;
  min-width: min(165px, 10.417vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-150 {
    width: min(165px, 38.462vw) !important;
    min-width: min(165px, 38.462vw) !important;
  }
}

.u-wid-160 {
  width: min(176px, 11.111vw) !important;
  min-width: min(176px, 11.111vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-160 {
    width: min(176px, 41.026vw) !important;
    min-width: min(176px, 41.026vw) !important;
  }
}

.u-wid-170 {
  width: min(187px, 11.806vw) !important;
  min-width: min(187px, 11.806vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-170 {
    width: min(187px, 43.59vw) !important;
    min-width: min(187px, 43.59vw) !important;
  }
}

.u-wid-180 {
  width: min(198px, 12.5vw) !important;
  min-width: min(198px, 12.5vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-180 {
    width: min(198px, 46.154vw) !important;
    min-width: min(198px, 46.154vw) !important;
  }
}

.u-wid-190 {
  width: min(209px, 13.194vw) !important;
  min-width: min(209px, 13.194vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-190 {
    width: min(209px, 48.718vw) !important;
    min-width: min(209px, 48.718vw) !important;
  }
}

.u-wid-200 {
  width: min(220px, 13.889vw) !important;
  min-width: min(220px, 13.889vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-200 {
    width: min(220px, 51.282vw) !important;
    min-width: min(220px, 51.282vw) !important;
  }
}

.u-wid-210 {
  width: min(231px, 14.583vw) !important;
  min-width: min(231px, 14.583vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-210 {
    width: min(231px, 53.846vw) !important;
    min-width: min(231px, 53.846vw) !important;
  }
}

.u-wid-220 {
  width: min(242px, 15.278vw) !important;
  min-width: min(242px, 15.278vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-220 {
    width: min(242px, 56.41vw) !important;
    min-width: min(242px, 56.41vw) !important;
  }
}

.u-wid-230 {
  width: min(253px, 15.972vw) !important;
  min-width: min(253px, 15.972vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-230 {
    width: min(253px, 58.974vw) !important;
    min-width: min(253px, 58.974vw) !important;
  }
}

.u-wid-240 {
  width: min(264px, 16.667vw) !important;
  min-width: min(264px, 16.667vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-240 {
    width: min(264px, 61.538vw) !important;
    min-width: min(264px, 61.538vw) !important;
  }
}

.u-wid-250 {
  width: min(275px, 17.361vw) !important;
  min-width: min(275px, 17.361vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-250 {
    width: min(275px, 64.103vw) !important;
    min-width: min(275px, 64.103vw) !important;
  }
}

.u-wid-260 {
  width: min(286px, 18.056vw) !important;
  min-width: min(286px, 18.056vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-260 {
    width: min(286px, 66.667vw) !important;
    min-width: min(286px, 66.667vw) !important;
  }
}

.u-wid-270 {
  width: min(297px, 18.75vw) !important;
  min-width: min(297px, 18.75vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-270 {
    width: min(297px, 69.231vw) !important;
    min-width: min(297px, 69.231vw) !important;
  }
}

.u-wid-280 {
  width: min(308px, 19.444vw) !important;
  min-width: min(308px, 19.444vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-280 {
    width: min(308px, 71.795vw) !important;
    min-width: min(308px, 71.795vw) !important;
  }
}

.u-wid-290 {
  width: min(319px, 20.139vw) !important;
  min-width: min(319px, 20.139vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-290 {
    width: min(319px, 74.359vw) !important;
    min-width: min(319px, 74.359vw) !important;
  }
}

.u-wid-300 {
  width: min(330px, 20.833vw) !important;
  min-width: min(330px, 20.833vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-300 {
    width: min(330px, 76.923vw) !important;
    min-width: min(330px, 76.923vw) !important;
  }
}

.u-wid-310 {
  width: min(341px, 21.528vw) !important;
  min-width: min(341px, 21.528vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-310 {
    width: min(341px, 79.487vw) !important;
    min-width: min(341px, 79.487vw) !important;
  }
}

.u-wid-320 {
  width: min(352px, 22.222vw) !important;
  min-width: min(352px, 22.222vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-320 {
    width: min(352px, 82.051vw) !important;
    min-width: min(352px, 82.051vw) !important;
  }
}

.u-wid-330 {
  width: min(363px, 22.917vw) !important;
  min-width: min(363px, 22.917vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-330 {
    width: min(363px, 84.615vw) !important;
    min-width: min(363px, 84.615vw) !important;
  }
}

.u-wid-340 {
  width: min(374px, 23.611vw) !important;
  min-width: min(374px, 23.611vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-340 {
    width: min(374px, 87.179vw) !important;
    min-width: min(374px, 87.179vw) !important;
  }
}

.u-wid-350 {
  width: min(385px, 24.306vw) !important;
  min-width: min(385px, 24.306vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-350 {
    width: min(385px, 89.744vw) !important;
    min-width: min(385px, 89.744vw) !important;
  }
}

.u-wid-360 {
  width: min(396px, 25vw) !important;
  min-width: min(396px, 25vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-360 {
    width: min(396px, 92.308vw) !important;
    min-width: min(396px, 92.308vw) !important;
  }
}

.u-wid-370 {
  width: min(407px, 25.694vw) !important;
  min-width: min(407px, 25.694vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-370 {
    width: min(407px, 94.872vw) !important;
    min-width: min(407px, 94.872vw) !important;
  }
}

.u-wid-380 {
  width: min(418px, 26.389vw) !important;
  min-width: min(418px, 26.389vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-380 {
    width: min(418px, 97.436vw) !important;
    min-width: min(418px, 97.436vw) !important;
  }
}

.u-wid-390 {
  width: min(429px, 27.083vw) !important;
  min-width: min(429px, 27.083vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-390 {
    width: min(429px, 100vw) !important;
    min-width: min(429px, 100vw) !important;
  }
}

.u-wid-400 {
  width: min(440px, 27.778vw) !important;
  min-width: min(440px, 27.778vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-400 {
    width: min(440px, 102.564vw) !important;
    min-width: min(440px, 102.564vw) !important;
  }
}

.u-wid-410 {
  width: min(451px, 28.472vw) !important;
  min-width: min(451px, 28.472vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-410 {
    width: min(451px, 105.128vw) !important;
    min-width: min(451px, 105.128vw) !important;
  }
}

.u-wid-420 {
  width: min(462px, 29.167vw) !important;
  min-width: min(462px, 29.167vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-420 {
    width: min(462px, 107.692vw) !important;
    min-width: min(462px, 107.692vw) !important;
  }
}

.u-wid-430 {
  width: min(473px, 29.861vw) !important;
  min-width: min(473px, 29.861vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-430 {
    width: min(473px, 110.256vw) !important;
    min-width: min(473px, 110.256vw) !important;
  }
}

.u-wid-440 {
  width: min(484px, 30.556vw) !important;
  min-width: min(484px, 30.556vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-440 {
    width: min(484px, 112.821vw) !important;
    min-width: min(484px, 112.821vw) !important;
  }
}

.u-wid-450 {
  width: min(495px, 31.25vw) !important;
  min-width: min(495px, 31.25vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-450 {
    width: min(495px, 115.385vw) !important;
    min-width: min(495px, 115.385vw) !important;
  }
}

.u-wid-460 {
  width: min(506px, 31.944vw) !important;
  min-width: min(506px, 31.944vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-460 {
    width: min(506px, 117.949vw) !important;
    min-width: min(506px, 117.949vw) !important;
  }
}

.u-wid-470 {
  width: min(517px, 32.639vw) !important;
  min-width: min(517px, 32.639vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-470 {
    width: min(517px, 120.513vw) !important;
    min-width: min(517px, 120.513vw) !important;
  }
}

.u-wid-480 {
  width: min(528px, 33.333vw) !important;
  min-width: min(528px, 33.333vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-480 {
    width: min(528px, 123.077vw) !important;
    min-width: min(528px, 123.077vw) !important;
  }
}

.u-wid-490 {
  width: min(539px, 34.028vw) !important;
  min-width: min(539px, 34.028vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-490 {
    width: min(539px, 125.641vw) !important;
    min-width: min(539px, 125.641vw) !important;
  }
}

.u-wid-500 {
  width: min(550px, 34.722vw) !important;
  min-width: min(550px, 34.722vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-500 {
    width: min(550px, 128.205vw) !important;
    min-width: min(550px, 128.205vw) !important;
  }
}

.u-wid-510 {
  width: min(561px, 35.417vw) !important;
  min-width: min(561px, 35.417vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-510 {
    width: min(561px, 130.769vw) !important;
    min-width: min(561px, 130.769vw) !important;
  }
}

.u-wid-520 {
  width: min(572px, 36.111vw) !important;
  min-width: min(572px, 36.111vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-520 {
    width: min(572px, 133.333vw) !important;
    min-width: min(572px, 133.333vw) !important;
  }
}

.u-wid-530 {
  width: min(583px, 36.806vw) !important;
  min-width: min(583px, 36.806vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-530 {
    width: min(583px, 135.897vw) !important;
    min-width: min(583px, 135.897vw) !important;
  }
}

.u-wid-540 {
  width: min(594px, 37.5vw) !important;
  min-width: min(594px, 37.5vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-540 {
    width: min(594px, 138.462vw) !important;
    min-width: min(594px, 138.462vw) !important;
  }
}

.u-wid-550 {
  width: min(605px, 38.194vw) !important;
  min-width: min(605px, 38.194vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-550 {
    width: min(605px, 141.026vw) !important;
    min-width: min(605px, 141.026vw) !important;
  }
}

.u-wid-560 {
  width: min(616px, 38.889vw) !important;
  min-width: min(616px, 38.889vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-560 {
    width: min(616px, 143.59vw) !important;
    min-width: min(616px, 143.59vw) !important;
  }
}

.u-wid-570 {
  width: min(627px, 39.583vw) !important;
  min-width: min(627px, 39.583vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-570 {
    width: min(627px, 146.154vw) !important;
    min-width: min(627px, 146.154vw) !important;
  }
}

.u-wid-580 {
  width: min(638px, 40.278vw) !important;
  min-width: min(638px, 40.278vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-580 {
    width: min(638px, 148.718vw) !important;
    min-width: min(638px, 148.718vw) !important;
  }
}

.u-wid-590 {
  width: min(649px, 40.972vw) !important;
  min-width: min(649px, 40.972vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-590 {
    width: min(649px, 151.282vw) !important;
    min-width: min(649px, 151.282vw) !important;
  }
}

.u-wid-600 {
  width: min(660px, 41.667vw) !important;
  min-width: min(660px, 41.667vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-600 {
    width: min(660px, 153.846vw) !important;
    min-width: min(660px, 153.846vw) !important;
  }
}

.u-wid-610 {
  width: min(671px, 42.361vw) !important;
  min-width: min(671px, 42.361vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-610 {
    width: min(671px, 156.41vw) !important;
    min-width: min(671px, 156.41vw) !important;
  }
}

.u-wid-620 {
  width: min(682px, 43.056vw) !important;
  min-width: min(682px, 43.056vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-620 {
    width: min(682px, 158.974vw) !important;
    min-width: min(682px, 158.974vw) !important;
  }
}

.u-wid-630 {
  width: min(693px, 43.75vw) !important;
  min-width: min(693px, 43.75vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-630 {
    width: min(693px, 161.538vw) !important;
    min-width: min(693px, 161.538vw) !important;
  }
}

.u-wid-640 {
  width: min(704px, 44.444vw) !important;
  min-width: min(704px, 44.444vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-640 {
    width: min(704px, 164.103vw) !important;
    min-width: min(704px, 164.103vw) !important;
  }
}

.u-wid-650 {
  width: min(715px, 45.139vw) !important;
  min-width: min(715px, 45.139vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-650 {
    width: min(715px, 166.667vw) !important;
    min-width: min(715px, 166.667vw) !important;
  }
}

.u-wid-660 {
  width: min(726px, 45.833vw) !important;
  min-width: min(726px, 45.833vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-660 {
    width: min(726px, 169.231vw) !important;
    min-width: min(726px, 169.231vw) !important;
  }
}

.u-wid-670 {
  width: min(737px, 46.528vw) !important;
  min-width: min(737px, 46.528vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-670 {
    width: min(737px, 171.795vw) !important;
    min-width: min(737px, 171.795vw) !important;
  }
}

.u-wid-680 {
  width: min(748px, 47.222vw) !important;
  min-width: min(748px, 47.222vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-680 {
    width: min(748px, 174.359vw) !important;
    min-width: min(748px, 174.359vw) !important;
  }
}

.u-wid-690 {
  width: min(759px, 47.917vw) !important;
  min-width: min(759px, 47.917vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-690 {
    width: min(759px, 176.923vw) !important;
    min-width: min(759px, 176.923vw) !important;
  }
}

.u-wid-700 {
  width: min(770px, 48.611vw) !important;
  min-width: min(770px, 48.611vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-700 {
    width: min(770px, 179.487vw) !important;
    min-width: min(770px, 179.487vw) !important;
  }
}

.u-wid-710 {
  width: min(781px, 49.306vw) !important;
  min-width: min(781px, 49.306vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-710 {
    width: min(781px, 182.051vw) !important;
    min-width: min(781px, 182.051vw) !important;
  }
}

.u-wid-720 {
  width: min(792px, 50vw) !important;
  min-width: min(792px, 50vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-720 {
    width: min(792px, 184.615vw) !important;
    min-width: min(792px, 184.615vw) !important;
  }
}

.u-wid-730 {
  width: min(803px, 50.694vw) !important;
  min-width: min(803px, 50.694vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-730 {
    width: min(803px, 187.179vw) !important;
    min-width: min(803px, 187.179vw) !important;
  }
}

.u-wid-740 {
  width: min(814px, 51.389vw) !important;
  min-width: min(814px, 51.389vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-740 {
    width: min(814px, 189.744vw) !important;
    min-width: min(814px, 189.744vw) !important;
  }
}

.u-wid-750 {
  width: min(825px, 52.083vw) !important;
  min-width: min(825px, 52.083vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-750 {
    width: min(825px, 192.308vw) !important;
    min-width: min(825px, 192.308vw) !important;
  }
}

.u-wid-760 {
  width: min(836px, 52.778vw) !important;
  min-width: min(836px, 52.778vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-760 {
    width: min(836px, 194.872vw) !important;
    min-width: min(836px, 194.872vw) !important;
  }
}

.u-wid-770 {
  width: min(847px, 53.472vw) !important;
  min-width: min(847px, 53.472vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-770 {
    width: min(847px, 197.436vw) !important;
    min-width: min(847px, 197.436vw) !important;
  }
}

.u-wid-780 {
  width: min(858px, 54.167vw) !important;
  min-width: min(858px, 54.167vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-780 {
    width: min(858px, 200vw) !important;
    min-width: min(858px, 200vw) !important;
  }
}

.u-wid-790 {
  width: min(869px, 54.861vw) !important;
  min-width: min(869px, 54.861vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-790 {
    width: min(869px, 202.564vw) !important;
    min-width: min(869px, 202.564vw) !important;
  }
}

.u-wid-800 {
  width: min(880px, 55.556vw) !important;
  min-width: min(880px, 55.556vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-800 {
    width: min(880px, 205.128vw) !important;
    min-width: min(880px, 205.128vw) !important;
  }
}

.u-wid-810 {
  width: min(891px, 56.25vw) !important;
  min-width: min(891px, 56.25vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-810 {
    width: min(891px, 207.692vw) !important;
    min-width: min(891px, 207.692vw) !important;
  }
}

.u-wid-820 {
  width: min(902px, 56.944vw) !important;
  min-width: min(902px, 56.944vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-820 {
    width: min(902px, 210.256vw) !important;
    min-width: min(902px, 210.256vw) !important;
  }
}

.u-wid-830 {
  width: min(913px, 57.639vw) !important;
  min-width: min(913px, 57.639vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-830 {
    width: min(913px, 212.821vw) !important;
    min-width: min(913px, 212.821vw) !important;
  }
}

.u-wid-840 {
  width: min(924px, 58.333vw) !important;
  min-width: min(924px, 58.333vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-840 {
    width: min(924px, 215.385vw) !important;
    min-width: min(924px, 215.385vw) !important;
  }
}

.u-wid-850 {
  width: min(935px, 59.028vw) !important;
  min-width: min(935px, 59.028vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-850 {
    width: min(935px, 217.949vw) !important;
    min-width: min(935px, 217.949vw) !important;
  }
}

.u-wid-860 {
  width: min(946px, 59.722vw) !important;
  min-width: min(946px, 59.722vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-860 {
    width: min(946px, 220.513vw) !important;
    min-width: min(946px, 220.513vw) !important;
  }
}

.u-wid-870 {
  width: min(957px, 60.417vw) !important;
  min-width: min(957px, 60.417vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-870 {
    width: min(957px, 223.077vw) !important;
    min-width: min(957px, 223.077vw) !important;
  }
}

.u-wid-880 {
  width: min(968px, 61.111vw) !important;
  min-width: min(968px, 61.111vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-880 {
    width: min(968px, 225.641vw) !important;
    min-width: min(968px, 225.641vw) !important;
  }
}

.u-wid-890 {
  width: min(979px, 61.806vw) !important;
  min-width: min(979px, 61.806vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-890 {
    width: min(979px, 228.205vw) !important;
    min-width: min(979px, 228.205vw) !important;
  }
}

.u-wid-900 {
  width: min(990px, 62.5vw) !important;
  min-width: min(990px, 62.5vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-900 {
    width: min(990px, 230.769vw) !important;
    min-width: min(990px, 230.769vw) !important;
  }
}

.u-wid-910 {
  width: min(1001px, 63.194vw) !important;
  min-width: min(1001px, 63.194vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-910 {
    width: min(1001px, 233.333vw) !important;
    min-width: min(1001px, 233.333vw) !important;
  }
}

.u-wid-920 {
  width: min(1012px, 63.889vw) !important;
  min-width: min(1012px, 63.889vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-920 {
    width: min(1012px, 235.897vw) !important;
    min-width: min(1012px, 235.897vw) !important;
  }
}

.u-wid-930 {
  width: min(1023px, 64.583vw) !important;
  min-width: min(1023px, 64.583vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-930 {
    width: min(1023px, 238.462vw) !important;
    min-width: min(1023px, 238.462vw) !important;
  }
}

.u-wid-940 {
  width: min(1034px, 65.278vw) !important;
  min-width: min(1034px, 65.278vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-940 {
    width: min(1034px, 241.026vw) !important;
    min-width: min(1034px, 241.026vw) !important;
  }
}

.u-wid-950 {
  width: min(1045px, 65.972vw) !important;
  min-width: min(1045px, 65.972vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-950 {
    width: min(1045px, 243.59vw) !important;
    min-width: min(1045px, 243.59vw) !important;
  }
}

.u-wid-960 {
  width: min(1056px, 66.667vw) !important;
  min-width: min(1056px, 66.667vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-960 {
    width: min(1056px, 246.154vw) !important;
    min-width: min(1056px, 246.154vw) !important;
  }
}

.u-wid-970 {
  width: min(1067px, 67.361vw) !important;
  min-width: min(1067px, 67.361vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-970 {
    width: min(1067px, 248.718vw) !important;
    min-width: min(1067px, 248.718vw) !important;
  }
}

.u-wid-980 {
  width: min(1078px, 68.056vw) !important;
  min-width: min(1078px, 68.056vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-980 {
    width: min(1078px, 251.282vw) !important;
    min-width: min(1078px, 251.282vw) !important;
  }
}

.u-wid-990 {
  width: min(1089px, 68.75vw) !important;
  min-width: min(1089px, 68.75vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-990 {
    width: min(1089px, 253.846vw) !important;
    min-width: min(1089px, 253.846vw) !important;
  }
}

.u-wid-1000 {
  width: min(1100px, 69.444vw) !important;
  min-width: min(1100px, 69.444vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-1000 {
    width: min(1100px, 256.41vw) !important;
    min-width: min(1100px, 256.41vw) !important;
  }
}

.u-wid-05per {
  width: 5% !important;
  min-width: 5% !important;
}

.u-wid-10per {
  width: 10% !important;
  min-width: 10% !important;
}

.u-wid-15per {
  width: 15% !important;
  min-width: 15% !important;
}

.u-wid-20per {
  width: 20% !important;
  min-width: 20% !important;
}

.u-wid-25per {
  width: 25% !important;
  min-width: 25% !important;
}

.u-wid-30per {
  width: 30% !important;
  min-width: 30% !important;
}

.u-wid-35per {
  width: 35% !important;
  min-width: 35% !important;
}

.u-wid-40per {
  width: 40% !important;
  min-width: 40% !important;
}

.u-wid-45per {
  width: 45% !important;
  min-width: 45% !important;
}

.u-wid-50per {
  width: 50% !important;
  min-width: 50% !important;
}

.u-wid-55per {
  width: 55% !important;
  min-width: 55% !important;
}

.u-wid-60per {
  width: 60% !important;
  min-width: 60% !important;
}

.u-wid-65per {
  width: 65% !important;
  min-width: 65% !important;
}

.u-wid-70per {
  width: 70% !important;
  min-width: 70% !important;
}

.u-wid-75per {
  width: 75% !important;
  min-width: 75% !important;
}

.u-wid-80per {
  width: 80% !important;
  min-width: 80% !important;
}

.u-wid-85per {
  width: 85% !important;
  min-width: 85% !important;
}

.u-wid-90per {
  width: 90% !important;
  min-width: 90% !important;
}

.u-wid-95per {
  width: 95% !important;
  min-width: 95% !important;
}

.u-wid-100per {
  width: 100% !important;
  min-width: 100% !important;
}

.u-wid-auto {
  width: auto !important;
  min-width: 0;
}

@media screen and (max-width: 834px) {
  .u-wid-md-10 {
    width: min(11px, 0.694vw) !important;
    min-width: min(11px, 0.694vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-10 {
    width: min(11px, 2.564vw) !important;
    min-width: min(11px, 2.564vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-20 {
    width: min(22px, 1.389vw) !important;
    min-width: min(22px, 1.389vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-20 {
    width: min(22px, 5.128vw) !important;
    min-width: min(22px, 5.128vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-30 {
    width: min(33px, 2.083vw) !important;
    min-width: min(33px, 2.083vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-30 {
    width: min(33px, 7.692vw) !important;
    min-width: min(33px, 7.692vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-40 {
    width: min(44px, 2.778vw) !important;
    min-width: min(44px, 2.778vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-40 {
    width: min(44px, 10.256vw) !important;
    min-width: min(44px, 10.256vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-50 {
    width: min(55px, 3.472vw) !important;
    min-width: min(55px, 3.472vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-50 {
    width: min(55px, 12.821vw) !important;
    min-width: min(55px, 12.821vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-60 {
    width: min(66px, 4.167vw) !important;
    min-width: min(66px, 4.167vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-60 {
    width: min(66px, 15.385vw) !important;
    min-width: min(66px, 15.385vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-70 {
    width: min(77px, 4.861vw) !important;
    min-width: min(77px, 4.861vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-70 {
    width: min(77px, 17.949vw) !important;
    min-width: min(77px, 17.949vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-80 {
    width: min(88px, 5.556vw) !important;
    min-width: min(88px, 5.556vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-80 {
    width: min(88px, 20.513vw) !important;
    min-width: min(88px, 20.513vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-90 {
    width: min(99px, 6.25vw) !important;
    min-width: min(99px, 6.25vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-90 {
    width: min(99px, 23.077vw) !important;
    min-width: min(99px, 23.077vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-100 {
    width: min(110px, 6.944vw) !important;
    min-width: min(110px, 6.944vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-100 {
    width: min(110px, 25.641vw) !important;
    min-width: min(110px, 25.641vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-110 {
    width: min(121px, 7.639vw) !important;
    min-width: min(121px, 7.639vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-110 {
    width: min(121px, 28.205vw) !important;
    min-width: min(121px, 28.205vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-120 {
    width: min(132px, 8.333vw) !important;
    min-width: min(132px, 8.333vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-120 {
    width: min(132px, 30.769vw) !important;
    min-width: min(132px, 30.769vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-130 {
    width: min(143px, 9.028vw) !important;
    min-width: min(143px, 9.028vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-130 {
    width: min(143px, 33.333vw) !important;
    min-width: min(143px, 33.333vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-140 {
    width: min(154px, 9.722vw) !important;
    min-width: min(154px, 9.722vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-140 {
    width: min(154px, 35.897vw) !important;
    min-width: min(154px, 35.897vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-150 {
    width: min(165px, 10.417vw) !important;
    min-width: min(165px, 10.417vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-150 {
    width: min(165px, 38.462vw) !important;
    min-width: min(165px, 38.462vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-160 {
    width: min(176px, 11.111vw) !important;
    min-width: min(176px, 11.111vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-160 {
    width: min(176px, 41.026vw) !important;
    min-width: min(176px, 41.026vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-170 {
    width: min(187px, 11.806vw) !important;
    min-width: min(187px, 11.806vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-170 {
    width: min(187px, 43.59vw) !important;
    min-width: min(187px, 43.59vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-180 {
    width: min(198px, 12.5vw) !important;
    min-width: min(198px, 12.5vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-180 {
    width: min(198px, 46.154vw) !important;
    min-width: min(198px, 46.154vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-190 {
    width: min(209px, 13.194vw) !important;
    min-width: min(209px, 13.194vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-190 {
    width: min(209px, 48.718vw) !important;
    min-width: min(209px, 48.718vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-200 {
    width: min(220px, 13.889vw) !important;
    min-width: min(220px, 13.889vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-200 {
    width: min(220px, 51.282vw) !important;
    min-width: min(220px, 51.282vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-210 {
    width: min(231px, 14.583vw) !important;
    min-width: min(231px, 14.583vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-210 {
    width: min(231px, 53.846vw) !important;
    min-width: min(231px, 53.846vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-220 {
    width: min(242px, 15.278vw) !important;
    min-width: min(242px, 15.278vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-220 {
    width: min(242px, 56.41vw) !important;
    min-width: min(242px, 56.41vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-230 {
    width: min(253px, 15.972vw) !important;
    min-width: min(253px, 15.972vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-230 {
    width: min(253px, 58.974vw) !important;
    min-width: min(253px, 58.974vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-240 {
    width: min(264px, 16.667vw) !important;
    min-width: min(264px, 16.667vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-240 {
    width: min(264px, 61.538vw) !important;
    min-width: min(264px, 61.538vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-250 {
    width: min(275px, 17.361vw) !important;
    min-width: min(275px, 17.361vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-250 {
    width: min(275px, 64.103vw) !important;
    min-width: min(275px, 64.103vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-260 {
    width: min(286px, 18.056vw) !important;
    min-width: min(286px, 18.056vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-260 {
    width: min(286px, 66.667vw) !important;
    min-width: min(286px, 66.667vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-270 {
    width: min(297px, 18.75vw) !important;
    min-width: min(297px, 18.75vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-270 {
    width: min(297px, 69.231vw) !important;
    min-width: min(297px, 69.231vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-280 {
    width: min(308px, 19.444vw) !important;
    min-width: min(308px, 19.444vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-280 {
    width: min(308px, 71.795vw) !important;
    min-width: min(308px, 71.795vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-290 {
    width: min(319px, 20.139vw) !important;
    min-width: min(319px, 20.139vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-290 {
    width: min(319px, 74.359vw) !important;
    min-width: min(319px, 74.359vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-300 {
    width: min(330px, 20.833vw) !important;
    min-width: min(330px, 20.833vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-300 {
    width: min(330px, 76.923vw) !important;
    min-width: min(330px, 76.923vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-310 {
    width: min(341px, 21.528vw) !important;
    min-width: min(341px, 21.528vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-310 {
    width: min(341px, 79.487vw) !important;
    min-width: min(341px, 79.487vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-320 {
    width: min(352px, 22.222vw) !important;
    min-width: min(352px, 22.222vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-320 {
    width: min(352px, 82.051vw) !important;
    min-width: min(352px, 82.051vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-330 {
    width: min(363px, 22.917vw) !important;
    min-width: min(363px, 22.917vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-330 {
    width: min(363px, 84.615vw) !important;
    min-width: min(363px, 84.615vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-340 {
    width: min(374px, 23.611vw) !important;
    min-width: min(374px, 23.611vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-340 {
    width: min(374px, 87.179vw) !important;
    min-width: min(374px, 87.179vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-350 {
    width: min(385px, 24.306vw) !important;
    min-width: min(385px, 24.306vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-350 {
    width: min(385px, 89.744vw) !important;
    min-width: min(385px, 89.744vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-360 {
    width: min(396px, 25vw) !important;
    min-width: min(396px, 25vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-360 {
    width: min(396px, 92.308vw) !important;
    min-width: min(396px, 92.308vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-370 {
    width: min(407px, 25.694vw) !important;
    min-width: min(407px, 25.694vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-370 {
    width: min(407px, 94.872vw) !important;
    min-width: min(407px, 94.872vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-380 {
    width: min(418px, 26.389vw) !important;
    min-width: min(418px, 26.389vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-380 {
    width: min(418px, 97.436vw) !important;
    min-width: min(418px, 97.436vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-390 {
    width: min(429px, 27.083vw) !important;
    min-width: min(429px, 27.083vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-390 {
    width: min(429px, 100vw) !important;
    min-width: min(429px, 100vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-400 {
    width: min(440px, 27.778vw) !important;
    min-width: min(440px, 27.778vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-400 {
    width: min(440px, 102.564vw) !important;
    min-width: min(440px, 102.564vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-10per {
    width: 10% !important;
    min-width: 10% !important;
  }
  .u-wid-md-20per {
    width: 20% !important;
    min-width: 20% !important;
  }
  .u-wid-md-30per {
    width: 30% !important;
    min-width: 30% !important;
  }
  .u-wid-md-40per {
    width: 40% !important;
    min-width: 40% !important;
  }
  .u-wid-md-50per {
    width: 50% !important;
    min-width: 50% !important;
  }
  .u-wid-md-60per {
    width: 60% !important;
    min-width: 60% !important;
  }
  .u-wid-md-70per {
    width: 70% !important;
    min-width: 70% !important;
  }
  .u-wid-md-80per {
    width: 80% !important;
    min-width: 80% !important;
  }
  .u-wid-md-90per {
    width: 90% !important;
    min-width: 90% !important;
  }
  .u-wid-md-100per {
    width: 100% !important;
    min-width: 100% !important;
  }
}

a[href*="#"].p-footer-nav-noicon {
  background: none;
}

/* fixedend ---------------------------------------*/
.fixedend { 
	position: fixed;
	right: calc(9 / var(--spWidth) * 100vw);
	bottom: calc(135 / var(--spWidth) * 100vw);
	z-index: 1000;
}

.fixedend-block { 
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: calc(207 / var(--spWidth) * 100vw);
	height: calc(207 / var(--spWidth) * 100vw);
	background: #E70000;
	border: calc(3.35 / var(--spWidth) * 100vw) solid #fff;
	border-radius: 50%;
	padding: calc(20 / var(--spWidth) * 100vw);
	box-shadow: 0 0 calc(30 / var(--spWidth) * 100vw) rgba(0, 40, 87, 0.3);
}

.fixedend-lead { 
	font-size: calc((20 / var(--spWidth) ) * 100vw);
	line-height: 1.4;
	text-align: center;
	letter-spacing: 0.08em;
	color: #fff;
	margin: calc(6 / var(--spWidth) * 100vw) auto calc(12 / var(--spWidth) * 100vw);
}

.fixedend-text { 
	font-size: calc((12 / var(--spWidth) ) * 100vw);
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.06em;
	color: #fff;
}

/* pc only */
@media screen and (min-width: 835px){
  /* fixedend ---------------------------------------*/
	.fixedend { 
		right: calc(50% - calc(46px * 480 / var(--spWidth)));
		bottom:  calc(135px * 480 / var(--spWidth));
		transform: translateX(50%);
	}

	.fixedend-block { 
		width: calc(207px * 480 / var(--spWidth));
		height: calc(207px * 480 / var(--spWidth));
		border: calc(3.35px * 480 / var(--spWidth)) solid #fff;
		padding: calc(20px * 480 / var(--spWidth));
		box-shadow: 0 0 calc(30px * 480 / var(--spWidth)) rgba(0, 40, 87, 0.3);
	}

	.fixedend-lead { 
		font-size: calc(20px * 480 / var(--spWidth));
		margin: calc(6px * 480 / var(--spWidth)) auto calc(12px * 480 / var(--spWidth));
	}

	.fixedend-text { 
		font-size: calc(12px * 480 / var(--spWidth));
	}
}

/* ------------------------------------------------------
 * p-footer--user
------------------------------------------------------ */
@media screen and (min-width: 768px){
  .p-footer--user .p-footer-layout {
    grid-template-columns: 100%;
  }
  .p-footer--user .p-footer-nav-lv1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 10px;
    max-width: 100%;
  }
  .p-footer--user .p-footer-nav-lv1 > li:has(.p-footer-nav-lv1__nest) {
    display: list-item;
    grid-column: 1 / 3;
  }
  .p-footer--user .p-footer-nav-lv1__nest {
    margin-top: -2rem;
  }
  .p-footer--user .p-footer-nav-lv1-v2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 10px;
    max-width: 100%;
  }
  .p-footer--user .p-footer-nav-lv1-v3 {
    grid-template-columns: repeat(2, 165px);
    gap: 16px 10px;
    width: auto;
    font-size: 13px;
    letter-spacing: .03em;
  }
}
@media screen and (min-width: 835px){
  .p-footer__guide__pagetop {
    display: none;
  }
  /* ----- p-footer-nav-lv1-v3 ----- */
  .p-footer--user .p-footer-nav-lv1-v3 {
    display: grid;
    grid-template-columns: repeat(5, auto);
    gap: 1px 36px;
    max-width: 100%;
    width: fit-content;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: .08em;
  }
  .p-footer--user .p-footer-nav-lv1-v3 a {
    position: relative;
    display: inline-block;
  }
  .p-footer--user .p-footer-nav-lv1-v3 a.is-blank {
    padding-right: 20px;
    background: url(/assets/img/wesmo/cmn_ic13.svg) no-repeat right center;
    background-size: 13px 13px;
  }
  .p-footer--user .p-footer-nav-lv1-v3 a[href*="#"] {
    padding-right: 14px;
    background: url(/assets/img/wesmo/cmn_ic20.svg) no-repeat right center;
  }
  .p-footer--user .p-footer-nav-lv1-v3 {
    grid-template-columns: repeat(2, auto);
    gap: 16px 40px;
    font-size: 1.3rem;
    letter-spacing: .1em;
  }

  /* ----- override ----- */
  .p-footer--user .p-footer-layout {
    gap: 44px 0;
    grid-template-columns: 100%;
  }
  .p-footer--user .p-footer-navgroup__title {
    margin-bottom: 12px;
    letter-spacing: .03em;
  }
  .p-footer--user .p-footer-nav-lv1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 10px;
    letter-spacing: .03em;    
    max-width: 100%;
    width: fit-content;
    line-height: 1.8;
  }
  .p-footer--user .p-footer-nav-lv1 > li:has(.p-footer-nav-lv1__nest) {
    display: list-item;
    grid-column: 1 / 3;
  }
  .p-footer--user .p-footer-nav-lv1-v3 {
    grid-template-columns: repeat(2, 165px);
    gap: 16px 10px;
    width: auto;
    font-size: 1.3rem;
    letter-spacing: .03em;
  }
  .p-footer--user .p-footer-layout-foot {
    margin-top: 50px;
  }

  /* ----- p-footer-nav-lv1-v2 ----- */
  .p-footer--user .p-footer-nav-lv1__nest {
    margin-top: -2rem;
  }
  .p-footer--user .p-footer-nav-lv1-v2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 10px;
    max-width: 100%;
  }
  .p-footer--user .p-footer-nav-lv1-v2 > li {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.6;
  }
  .p-footer--user .p-footer-nav-lv1-v2 > li:first-child {
    grid-column: 2;
  }
  .p-footer--user .p-footer-nav-lv1-v2 > li a[href*="#"] {
    padding-right: 0;
    background: none;
  }
}

@media screen and (max-width: 834px) {
  .p-footer--user.p-footer {
    position: relative;
    z-index: 1;
    margin-top: -0.25641cqw;
    padding-top: 22.051282cqw;
    padding-bottom: calc((80 / var(--spWidth)) * 100vw)!important;
  }
  .p-footer--user .p-footer__guide__pagetop {
    bottom: calc(120 * 100vw / 500);
    z-index: 10000;
  }
}