@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {
  box-shadow: none;
  outline: 0;
}

input, select, textarea {
  border-radius: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

img {
  vertical-align: top;
}

* {
  box-sizing: border-box;
}

a {
  color: #333;
  text-decoration: none;
}
@media screen and (min-width: 751px) {
  a:hover {
    /* color: $c-color; */
  }
}

@media screen and (min-width: 751px) {
  a[href*="tel:"] {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 0;
  height: 15px;
  position: absolute;
}

.ps__rail-y {
  opacity: 1;
  position: absolute;
  right: 0;
  width: 16px;
}
@media screen and (max-width: 750px) {
  .ps__rail-y {
    width: 8.5333333333vw;
  }
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  background-color: #000;
  border: 1px solid #2f2f2f;
  display: block;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  height: 6px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #2862c7;
  border-radius: 1px;
  /* please don't change 'position' */
  position: absolute;
  /* there must be 'right' for ps__thumb-y */
  right: 1px;
  width: 12px;
}
@media screen and (max-width: 750px) {
  .ps__thumb-y {
    right: 0.5333333333vw;
    width: 6.4vw;
  }
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #2862c7;
  height: 12px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  width: 12px;
}
@media screen and (max-width: 750px) {
  .ps__rail-y:hover > .ps__thumb-y,
  .ps__rail-y:focus > .ps__thumb-y,
  .ps__rail-y.ps--clicking .ps__thumb-y {
    width: 6.4vw;
  }
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  background: #0b0b0b;
  height: 100%;
  left: 0;
  opacity: 0.8;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1042;
}

.mfp-wrap {
  height: 100%;
  left: 0;
  outline: none !important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1043;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  box-sizing: border-box;
  height: 100%;
  left: 0;
  padding: 0 8px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  text-align: left;
  vertical-align: middle;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  cursor: auto;
  width: 100%;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  left: 8px;
  margin-top: -0.8em;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 50%;
  width: auto;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  border: 0;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  box-shadow: none;
  display: block;
  outline: none;
  padding: 0;
  touch-action: manipulation;
  z-index: 1046;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.mfp-close {
  background-color: rgba(0, 0, 0, 0);
  background-position: right top;
  background-repeat: no-repeat;
  color: #fff;
  font-family: Arial, Baskerville, monospace;
  font-size: 0;
  font-style: normal;
  opacity: 1;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
}
@media screen and (min-width: 751px) {
  .mfp-close {
    height: 57px;
    width: 67px;
  }
}
@media screen and (max-width: 750px) {
  .mfp-close {
    background-size: 17.8666666667vw 15.2vw;
    height: 15.2vw;
    width: 17.8666666667vw;
  }
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  padding-right: 6px;
  right: -6px;
  text-align: right;
  width: 100%;
}

.mfp-counter {
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
}

.mfp-arrow {
  height: 110px;
  margin: 0;
  margin-top: -55px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 90px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  border: medium inset transparent;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin-left: 35px;
  margin-top: 35px;
  position: absolute;
  top: 0;
  width: 0;
}
.mfp-arrow:after {
  border-bottom-width: 13px;
  border-top-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-bottom-width: 21px;
  border-top-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  border-right: 27px solid #3f3f3f;
  margin-left: 25px;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-bottom: 40px;
  padding-top: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  max-width: 900px;
  width: 100%;
}
.mfp-iframe-holder .mfp-close {
  top: -60px;
}
@media screen and (max-width: 750px) {
  .mfp-iframe-holder .mfp-close {
    top: -16vw;
  }
}

.mfp-iframe-scaler {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
}
.mfp-iframe-scaler iframe {
  background: #000;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* Main image in popup */
img.mfp-img {
  box-sizing: border-box;
  display: block;
  height: auto;
  line-height: 0;
  margin: 0 auto;
  max-width: 100%;
  padding: 40px 0 40px;
  width: auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  background: #444;
  bottom: 40px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  content: "";
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 40px;
  width: auto;
  z-index: -1;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  cursor: auto;
  left: 0;
  margin-top: -36px;
  position: absolute;
  top: 100%;
  width: 100%;
}

.mfp-title {
  color: #f3f3f3;
  line-height: 18px;
  text-align: left;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    bottom: 0;
    top: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    position: fixed;
    top: auto;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    background: rgba(0, 0, 0, 0);
    height: 35px;
    line-height: 35px;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 35px;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/**
       * Simple fade transition,
       */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.5;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*
 * balloon css
 */
:root {
  --balloon-color: rgba(16, 16, 16, 0.95);
  --balloon-font-size: 12px;
  --balloon-move: 4px;
}

button[aria-label][data-balloon-pos] {
  overflow: visible;
}

[aria-label][data-balloon-pos] {
  cursor: pointer;
  position: relative;
}

[aria-label][data-balloon-pos]:after {
  background: var(--balloon-color);
  border-radius: 2px;
  color: #fff;
  content: attr(aria-label);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: var(--balloon-font-size);
  font-style: normal;
  font-weight: normal;
  opacity: 0;
  padding: 0.5em 1em;
  pointer-events: none;
  position: absolute;
  text-indent: 0;
  text-shadow: none;
  transition: all 0.18s ease-out 0.18s;
  white-space: nowrap;
  z-index: 10;
}

[aria-label][data-balloon-pos]:before {
  border: 5px solid transparent;
  border-top-color: var(--balloon-color);
  content: "";
  height: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: all 0.18s ease-out 0.18s;
  width: 0;
  z-index: 10;
}

[aria-label][data-balloon-pos]:hover:before,
[aria-label][data-balloon-pos]:hover:after,
[aria-label][data-balloon-pos][data-balloon-visible]:before,
[aria-label][data-balloon-pos][data-balloon-visible]:after,
[aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:before,
[aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:after {
  opacity: 1;
  pointer-events: none;
}

[aria-label][data-balloon-pos].font-awesome:after {
  font-family: FontAwesome, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

[aria-label][data-balloon-pos][data-balloon-break]:after {
  white-space: pre;
}

[aria-label][data-balloon-pos][data-balloon-break][data-balloon-length]:after {
  white-space: pre-line;
  word-break: break-word;
}

[aria-label][data-balloon-pos][data-balloon-blunt]:before,
[aria-label][data-balloon-pos][data-balloon-blunt]:after {
  transition: none;
}

[aria-label][data-balloon-pos][data-balloon-pos=up]:after {
  bottom: 100%;
  left: 50%;
  margin-bottom: 10px;
  transform: translate(-50%, var(--balloon-move));
  transform-origin: top;
}

[aria-label][data-balloon-pos][data-balloon-pos=up]:before {
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, var(--balloon-move));
  transform-origin: top;
}

[aria-label][data-balloon-pos][data-balloon-pos=up]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos=up][data-balloon-visible]:after {
  transform: translate(-50%, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=up]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos=up][data-balloon-visible]:before {
  transform: translate(-50%, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=up-left]:after {
  bottom: 100%;
  left: 0;
  margin-bottom: 10px;
  transform: translate(0, var(--balloon-move));
  transform-origin: top;
}

[aria-label][data-balloon-pos][data-balloon-pos=up-left]:before {
  bottom: 100%;
  left: 5px;
  transform: translate(0, var(--balloon-move));
  transform-origin: top;
}

[aria-label][data-balloon-pos][data-balloon-pos=up-left]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos=up-left][data-balloon-visible]:after {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=up-left]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos=up-left][data-balloon-visible]:before {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=up-right]:after {
  bottom: 100%;
  margin-bottom: 10px;
  right: 0;
  transform: translate(0, var(--balloon-move));
  transform-origin: top;
}

[aria-label][data-balloon-pos][data-balloon-pos=up-right]:before {
  bottom: 100%;
  right: 5px;
  transform: translate(0, var(--balloon-move));
  transform-origin: top;
}

[aria-label][data-balloon-pos][data-balloon-pos=up-right]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos=up-right][data-balloon-visible]:after {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=up-right]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos=up-right][data-balloon-visible]:before {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=down]:after {
  left: 50%;
  margin-top: 10px;
  top: 100%;
  transform: translate(-50%, calc(var(--balloon-move) * -1));
}

[aria-label][data-balloon-pos][data-balloon-pos=down]:before {
  border: 5px solid transparent;
  border-bottom-color: var(--balloon-color);
  height: 0;
  left: 50%;
  top: 100%;
  transform: translate(-50%, calc(var(--balloon-move) * -1));
  width: 0;
}

[aria-label][data-balloon-pos][data-balloon-pos=down]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos=down][data-balloon-visible]:after {
  transform: translate(-50%, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=down]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos=down][data-balloon-visible]:before {
  transform: translate(-50%, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=down-left]:after {
  left: 0;
  margin-top: 10px;
  top: 100%;
  transform: translate(0, calc(var(--balloon-move) * -1));
}

[aria-label][data-balloon-pos][data-balloon-pos=down-left]:before {
  border: 5px solid transparent;
  border-bottom-color: var(--balloon-color);
  height: 0;
  left: 5px;
  top: 100%;
  transform: translate(0, calc(var(--balloon-move) * -1));
  width: 0;
}

[aria-label][data-balloon-pos][data-balloon-pos=down-left]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos=down-left][data-balloon-visible]:after {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=down-left]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos=down-left][data-balloon-visible]:before {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=down-right]:after {
  margin-top: 10px;
  right: 0;
  top: 100%;
  transform: translate(0, calc(var(--balloon-move) * -1));
}

[aria-label][data-balloon-pos][data-balloon-pos=down-right]:before {
  border: 5px solid transparent;
  border-bottom-color: var(--balloon-color);
  height: 0;
  right: 5px;
  top: 100%;
  transform: translate(0, calc(var(--balloon-move) * -1));
  width: 0;
}

[aria-label][data-balloon-pos][data-balloon-pos=down-right]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos=down-right][data-balloon-visible]:after {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=down-right]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos=down-right][data-balloon-visible]:before {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=left]:after {
  margin-right: 10px;
  right: 100%;
  top: 50%;
  transform: translate(var(--balloon-move), -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos=left]:before {
  border: 5px solid transparent;
  border-left-color: var(--balloon-color);
  height: 0;
  right: 100%;
  top: 50%;
  transform: translate(var(--balloon-move), -50%);
  width: 0;
}

[aria-label][data-balloon-pos][data-balloon-pos=left]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos=left][data-balloon-visible]:after {
  transform: translate(0, -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos=left]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos=left][data-balloon-visible]:before {
  transform: translate(0, -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos=right]:after {
  left: 100%;
  margin-left: 10px;
  top: 50%;
  transform: translate(calc(var(--balloon-move) * -1), -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos=right]:before {
  border: 5px solid transparent;
  border-right-color: var(--balloon-color);
  height: 0;
  left: 100%;
  top: 50%;
  transform: translate(calc(var(--balloon-move) * -1), -50%);
  width: 0;
}

[aria-label][data-balloon-pos][data-balloon-pos=right]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos=right][data-balloon-visible]:after {
  transform: translate(0, -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos=right]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos=right][data-balloon-visible]:before {
  transform: translate(0, -50%);
}

[aria-label][data-balloon-pos][data-balloon-length=small]:after {
  white-space: normal;
  width: 80px;
}

[aria-label][data-balloon-pos][data-balloon-length=medium]:after {
  white-space: normal;
  width: 150px;
}

[aria-label][data-balloon-pos][data-balloon-length=large]:after {
  white-space: normal;
  width: 260px;
}

[aria-label][data-balloon-pos][data-balloon-length=xlarge]:after {
  white-space: normal;
  width: 380px;
}

@media screen and (max-width: 768px) {
  [aria-label][data-balloon-pos][data-balloon-length=xlarge]:after {
    white-space: normal;
    width: 90vw;
  }
}
[aria-label][data-balloon-pos][data-balloon-length=fit]:after {
  white-space: normal;
  width: 100%;
}

/* Slider */
.slick-slider {
  box-sizing: border-box;
  display: block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  touch-action: pan-y;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
} /**
* Swiper 8.4.7
* Most modern mobile touch slider and framework with hardware accelerated transitions
* https://swiperjs.com
*
* Copyright 2014-2023 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: January 30, 2023
*/
@font-face {
  font-family: "swiper-icons";
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
  z-index: 1;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  height: var(--swiper-virtual-size);
  width: 1px;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 50%;
  z-index: 10;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  cursor: auto;
  opacity: 0;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  font-variant: initial;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: auto;
  right: 10px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translate3d(0, 0, 0);
  transition: 300ms opacity;
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

button.swiper-pagination-bullet {
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
  width: 100%;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  height: 4px;
  left: 0;
  top: 0;
  width: 100%;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  height: 100%;
  left: 0;
  top: 0;
  width: 4px;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  bottom: 3px;
  height: 5px;
  left: 1%;
  position: absolute;
  width: 98%;
  z-index: 50;
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  height: 98%;
  position: absolute;
  right: 3px;
  top: 1%;
  width: 5px;
  z-index: 50;
}

.swiper-scrollbar-drag {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  transform-origin: 0 0;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  bottom: 0px;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  background: #000;
  bottom: 0;
  content: "";
  filter: blur(50px);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .spmt-50 {
    margin-top: -13.3333333333vw !important;
  }
  .spmb-50 {
    margin-bottom: -13.3333333333vw !important;
  }
  .spmr-50 {
    margin-right: -13.3333333333vw !important;
  }
  .spml-50 {
    margin-left: -13.3333333333vw !important;
  }
  .sppt-50 {
    padding-top: -13.3333333333vw !important;
  }
  .sppb-50 {
    padding-bottom: -13.3333333333vw !important;
  }
  .sppr-50 {
    padding-right: -13.3333333333vw !important;
  }
  .sppl-50 {
    padding-left: -13.3333333333vw !important;
  }
  .spmt-45 {
    margin-top: -12vw !important;
  }
  .spmb-45 {
    margin-bottom: -12vw !important;
  }
  .spmr-45 {
    margin-right: -12vw !important;
  }
  .spml-45 {
    margin-left: -12vw !important;
  }
  .sppt-45 {
    padding-top: -12vw !important;
  }
  .sppb-45 {
    padding-bottom: -12vw !important;
  }
  .sppr-45 {
    padding-right: -12vw !important;
  }
  .sppl-45 {
    padding-left: -12vw !important;
  }
  .spmt-40 {
    margin-top: -10.6666666667vw !important;
  }
  .spmb-40 {
    margin-bottom: -10.6666666667vw !important;
  }
  .spmr-40 {
    margin-right: -10.6666666667vw !important;
  }
  .spml-40 {
    margin-left: -10.6666666667vw !important;
  }
  .sppt-40 {
    padding-top: -10.6666666667vw !important;
  }
  .sppb-40 {
    padding-bottom: -10.6666666667vw !important;
  }
  .sppr-40 {
    padding-right: -10.6666666667vw !important;
  }
  .sppl-40 {
    padding-left: -10.6666666667vw !important;
  }
  .spmt-35 {
    margin-top: -9.3333333333vw !important;
  }
  .spmb-35 {
    margin-bottom: -9.3333333333vw !important;
  }
  .spmr-35 {
    margin-right: -9.3333333333vw !important;
  }
  .spml-35 {
    margin-left: -9.3333333333vw !important;
  }
  .sppt-35 {
    padding-top: -9.3333333333vw !important;
  }
  .sppb-35 {
    padding-bottom: -9.3333333333vw !important;
  }
  .sppr-35 {
    padding-right: -9.3333333333vw !important;
  }
  .sppl-35 {
    padding-left: -9.3333333333vw !important;
  }
  .spmt-30 {
    margin-top: -8vw !important;
  }
  .spmb-30 {
    margin-bottom: -8vw !important;
  }
  .spmr-30 {
    margin-right: -8vw !important;
  }
  .spml-30 {
    margin-left: -8vw !important;
  }
  .sppt-30 {
    padding-top: -8vw !important;
  }
  .sppb-30 {
    padding-bottom: -8vw !important;
  }
  .sppr-30 {
    padding-right: -8vw !important;
  }
  .sppl-30 {
    padding-left: -8vw !important;
  }
  .spmt-25 {
    margin-top: -6.6666666667vw !important;
  }
  .spmb-25 {
    margin-bottom: -6.6666666667vw !important;
  }
  .spmr-25 {
    margin-right: -6.6666666667vw !important;
  }
  .spml-25 {
    margin-left: -6.6666666667vw !important;
  }
  .sppt-25 {
    padding-top: -6.6666666667vw !important;
  }
  .sppb-25 {
    padding-bottom: -6.6666666667vw !important;
  }
  .sppr-25 {
    padding-right: -6.6666666667vw !important;
  }
  .sppl-25 {
    padding-left: -6.6666666667vw !important;
  }
  .spmt-20 {
    margin-top: -5.3333333333vw !important;
  }
  .spmb-20 {
    margin-bottom: -5.3333333333vw !important;
  }
  .spmr-20 {
    margin-right: -5.3333333333vw !important;
  }
  .spml-20 {
    margin-left: -5.3333333333vw !important;
  }
  .sppt-20 {
    padding-top: -5.3333333333vw !important;
  }
  .sppb-20 {
    padding-bottom: -5.3333333333vw !important;
  }
  .sppr-20 {
    padding-right: -5.3333333333vw !important;
  }
  .sppl-20 {
    padding-left: -5.3333333333vw !important;
  }
  .spmt-15 {
    margin-top: -4vw !important;
  }
  .spmb-15 {
    margin-bottom: -4vw !important;
  }
  .spmr-15 {
    margin-right: -4vw !important;
  }
  .spml-15 {
    margin-left: -4vw !important;
  }
  .sppt-15 {
    padding-top: -4vw !important;
  }
  .sppb-15 {
    padding-bottom: -4vw !important;
  }
  .sppr-15 {
    padding-right: -4vw !important;
  }
  .sppl-15 {
    padding-left: -4vw !important;
  }
  .spmt-10 {
    margin-top: -2.6666666667vw !important;
  }
  .spmb-10 {
    margin-bottom: -2.6666666667vw !important;
  }
  .spmr-10 {
    margin-right: -2.6666666667vw !important;
  }
  .spml-10 {
    margin-left: -2.6666666667vw !important;
  }
  .sppt-10 {
    padding-top: -2.6666666667vw !important;
  }
  .sppb-10 {
    padding-bottom: -2.6666666667vw !important;
  }
  .sppr-10 {
    padding-right: -2.6666666667vw !important;
  }
  .sppl-10 {
    padding-left: -2.6666666667vw !important;
  }
  .spmt-5 {
    margin-top: -1.3333333333vw !important;
  }
  .spmb-5 {
    margin-bottom: -1.3333333333vw !important;
  }
  .spmr-5 {
    margin-right: -1.3333333333vw !important;
  }
  .spml-5 {
    margin-left: -1.3333333333vw !important;
  }
  .sppt-5 {
    padding-top: -1.3333333333vw !important;
  }
  .sppb-5 {
    padding-bottom: -1.3333333333vw !important;
  }
  .sppr-5 {
    padding-right: -1.3333333333vw !important;
  }
  .sppl-5 {
    padding-left: -1.3333333333vw !important;
  }
  .spmt0 {
    margin-top: 0vw !important;
  }
  .spmb0 {
    margin-bottom: 0vw !important;
  }
  .spmr0 {
    margin-right: 0vw !important;
  }
  .spml0 {
    margin-left: 0vw !important;
  }
  .sppt0 {
    padding-top: 0vw !important;
  }
  .sppb0 {
    padding-bottom: 0vw !important;
  }
  .sppr0 {
    padding-right: 0vw !important;
  }
  .sppl0 {
    padding-left: 0vw !important;
  }
  .spmt5 {
    margin-top: 1.3333333333vw !important;
  }
  .spmb5 {
    margin-bottom: 1.3333333333vw !important;
  }
  .spmr5 {
    margin-right: 1.3333333333vw !important;
  }
  .spml5 {
    margin-left: 1.3333333333vw !important;
  }
  .sppt5 {
    padding-top: 1.3333333333vw !important;
  }
  .sppb5 {
    padding-bottom: 1.3333333333vw !important;
  }
  .sppr5 {
    padding-right: 1.3333333333vw !important;
  }
  .sppl5 {
    padding-left: 1.3333333333vw !important;
  }
  .spmt10 {
    margin-top: 2.6666666667vw !important;
  }
  .spmb10 {
    margin-bottom: 2.6666666667vw !important;
  }
  .spmr10 {
    margin-right: 2.6666666667vw !important;
  }
  .spml10 {
    margin-left: 2.6666666667vw !important;
  }
  .sppt10 {
    padding-top: 2.6666666667vw !important;
  }
  .sppb10 {
    padding-bottom: 2.6666666667vw !important;
  }
  .sppr10 {
    padding-right: 2.6666666667vw !important;
  }
  .sppl10 {
    padding-left: 2.6666666667vw !important;
  }
  .spmt15 {
    margin-top: 4vw !important;
  }
  .spmb15 {
    margin-bottom: 4vw !important;
  }
  .spmr15 {
    margin-right: 4vw !important;
  }
  .spml15 {
    margin-left: 4vw !important;
  }
  .sppt15 {
    padding-top: 4vw !important;
  }
  .sppb15 {
    padding-bottom: 4vw !important;
  }
  .sppr15 {
    padding-right: 4vw !important;
  }
  .sppl15 {
    padding-left: 4vw !important;
  }
  .spmt20 {
    margin-top: 5.3333333333vw !important;
  }
  .spmb20 {
    margin-bottom: 5.3333333333vw !important;
  }
  .spmr20 {
    margin-right: 5.3333333333vw !important;
  }
  .spml20 {
    margin-left: 5.3333333333vw !important;
  }
  .sppt20 {
    padding-top: 5.3333333333vw !important;
  }
  .sppb20 {
    padding-bottom: 5.3333333333vw !important;
  }
  .sppr20 {
    padding-right: 5.3333333333vw !important;
  }
  .sppl20 {
    padding-left: 5.3333333333vw !important;
  }
  .spmt25 {
    margin-top: 6.6666666667vw !important;
  }
  .spmb25 {
    margin-bottom: 6.6666666667vw !important;
  }
  .spmr25 {
    margin-right: 6.6666666667vw !important;
  }
  .spml25 {
    margin-left: 6.6666666667vw !important;
  }
  .sppt25 {
    padding-top: 6.6666666667vw !important;
  }
  .sppb25 {
    padding-bottom: 6.6666666667vw !important;
  }
  .sppr25 {
    padding-right: 6.6666666667vw !important;
  }
  .sppl25 {
    padding-left: 6.6666666667vw !important;
  }
  .spmt30 {
    margin-top: 8vw !important;
  }
  .spmb30 {
    margin-bottom: 8vw !important;
  }
  .spmr30 {
    margin-right: 8vw !important;
  }
  .spml30 {
    margin-left: 8vw !important;
  }
  .sppt30 {
    padding-top: 8vw !important;
  }
  .sppb30 {
    padding-bottom: 8vw !important;
  }
  .sppr30 {
    padding-right: 8vw !important;
  }
  .sppl30 {
    padding-left: 8vw !important;
  }
  .spmt35 {
    margin-top: 9.3333333333vw !important;
  }
  .spmb35 {
    margin-bottom: 9.3333333333vw !important;
  }
  .spmr35 {
    margin-right: 9.3333333333vw !important;
  }
  .spml35 {
    margin-left: 9.3333333333vw !important;
  }
  .sppt35 {
    padding-top: 9.3333333333vw !important;
  }
  .sppb35 {
    padding-bottom: 9.3333333333vw !important;
  }
  .sppr35 {
    padding-right: 9.3333333333vw !important;
  }
  .sppl35 {
    padding-left: 9.3333333333vw !important;
  }
  .spmt40 {
    margin-top: 10.6666666667vw !important;
  }
  .spmb40 {
    margin-bottom: 10.6666666667vw !important;
  }
  .spmr40 {
    margin-right: 10.6666666667vw !important;
  }
  .spml40 {
    margin-left: 10.6666666667vw !important;
  }
  .sppt40 {
    padding-top: 10.6666666667vw !important;
  }
  .sppb40 {
    padding-bottom: 10.6666666667vw !important;
  }
  .sppr40 {
    padding-right: 10.6666666667vw !important;
  }
  .sppl40 {
    padding-left: 10.6666666667vw !important;
  }
  .spmt45 {
    margin-top: 12vw !important;
  }
  .spmb45 {
    margin-bottom: 12vw !important;
  }
  .spmr45 {
    margin-right: 12vw !important;
  }
  .spml45 {
    margin-left: 12vw !important;
  }
  .sppt45 {
    padding-top: 12vw !important;
  }
  .sppb45 {
    padding-bottom: 12vw !important;
  }
  .sppr45 {
    padding-right: 12vw !important;
  }
  .sppl45 {
    padding-left: 12vw !important;
  }
  .spmt50 {
    margin-top: 13.3333333333vw !important;
  }
  .spmb50 {
    margin-bottom: 13.3333333333vw !important;
  }
  .spmr50 {
    margin-right: 13.3333333333vw !important;
  }
  .spml50 {
    margin-left: 13.3333333333vw !important;
  }
  .sppt50 {
    padding-top: 13.3333333333vw !important;
  }
  .sppb50 {
    padding-bottom: 13.3333333333vw !important;
  }
  .sppr50 {
    padding-right: 13.3333333333vw !important;
  }
  .sppl50 {
    padding-left: 13.3333333333vw !important;
  }
  .spmt55 {
    margin-top: 14.6666666667vw !important;
  }
  .spmb55 {
    margin-bottom: 14.6666666667vw !important;
  }
  .spmr55 {
    margin-right: 14.6666666667vw !important;
  }
  .spml55 {
    margin-left: 14.6666666667vw !important;
  }
  .sppt55 {
    padding-top: 14.6666666667vw !important;
  }
  .sppb55 {
    padding-bottom: 14.6666666667vw !important;
  }
  .sppr55 {
    padding-right: 14.6666666667vw !important;
  }
  .sppl55 {
    padding-left: 14.6666666667vw !important;
  }
  .spmt60 {
    margin-top: 16vw !important;
  }
  .spmb60 {
    margin-bottom: 16vw !important;
  }
  .spmr60 {
    margin-right: 16vw !important;
  }
  .spml60 {
    margin-left: 16vw !important;
  }
  .sppt60 {
    padding-top: 16vw !important;
  }
  .sppb60 {
    padding-bottom: 16vw !important;
  }
  .sppr60 {
    padding-right: 16vw !important;
  }
  .sppl60 {
    padding-left: 16vw !important;
  }
  .spmt65 {
    margin-top: 17.3333333333vw !important;
  }
  .spmb65 {
    margin-bottom: 17.3333333333vw !important;
  }
  .spmr65 {
    margin-right: 17.3333333333vw !important;
  }
  .spml65 {
    margin-left: 17.3333333333vw !important;
  }
  .sppt65 {
    padding-top: 17.3333333333vw !important;
  }
  .sppb65 {
    padding-bottom: 17.3333333333vw !important;
  }
  .sppr65 {
    padding-right: 17.3333333333vw !important;
  }
  .sppl65 {
    padding-left: 17.3333333333vw !important;
  }
  .spmt70 {
    margin-top: 18.6666666667vw !important;
  }
  .spmb70 {
    margin-bottom: 18.6666666667vw !important;
  }
  .spmr70 {
    margin-right: 18.6666666667vw !important;
  }
  .spml70 {
    margin-left: 18.6666666667vw !important;
  }
  .sppt70 {
    padding-top: 18.6666666667vw !important;
  }
  .sppb70 {
    padding-bottom: 18.6666666667vw !important;
  }
  .sppr70 {
    padding-right: 18.6666666667vw !important;
  }
  .sppl70 {
    padding-left: 18.6666666667vw !important;
  }
  .spmt75 {
    margin-top: 20vw !important;
  }
  .spmb75 {
    margin-bottom: 20vw !important;
  }
  .spmr75 {
    margin-right: 20vw !important;
  }
  .spml75 {
    margin-left: 20vw !important;
  }
  .sppt75 {
    padding-top: 20vw !important;
  }
  .sppb75 {
    padding-bottom: 20vw !important;
  }
  .sppr75 {
    padding-right: 20vw !important;
  }
  .sppl75 {
    padding-left: 20vw !important;
  }
  .spmt80 {
    margin-top: 21.3333333333vw !important;
  }
  .spmb80 {
    margin-bottom: 21.3333333333vw !important;
  }
  .spmr80 {
    margin-right: 21.3333333333vw !important;
  }
  .spml80 {
    margin-left: 21.3333333333vw !important;
  }
  .sppt80 {
    padding-top: 21.3333333333vw !important;
  }
  .sppb80 {
    padding-bottom: 21.3333333333vw !important;
  }
  .sppr80 {
    padding-right: 21.3333333333vw !important;
  }
  .sppl80 {
    padding-left: 21.3333333333vw !important;
  }
  .spmt85 {
    margin-top: 22.6666666667vw !important;
  }
  .spmb85 {
    margin-bottom: 22.6666666667vw !important;
  }
  .spmr85 {
    margin-right: 22.6666666667vw !important;
  }
  .spml85 {
    margin-left: 22.6666666667vw !important;
  }
  .sppt85 {
    padding-top: 22.6666666667vw !important;
  }
  .sppb85 {
    padding-bottom: 22.6666666667vw !important;
  }
  .sppr85 {
    padding-right: 22.6666666667vw !important;
  }
  .sppl85 {
    padding-left: 22.6666666667vw !important;
  }
  .spmt90 {
    margin-top: 24vw !important;
  }
  .spmb90 {
    margin-bottom: 24vw !important;
  }
  .spmr90 {
    margin-right: 24vw !important;
  }
  .spml90 {
    margin-left: 24vw !important;
  }
  .sppt90 {
    padding-top: 24vw !important;
  }
  .sppb90 {
    padding-bottom: 24vw !important;
  }
  .sppr90 {
    padding-right: 24vw !important;
  }
  .sppl90 {
    padding-left: 24vw !important;
  }
  .spmt95 {
    margin-top: 25.3333333333vw !important;
  }
  .spmb95 {
    margin-bottom: 25.3333333333vw !important;
  }
  .spmr95 {
    margin-right: 25.3333333333vw !important;
  }
  .spml95 {
    margin-left: 25.3333333333vw !important;
  }
  .sppt95 {
    padding-top: 25.3333333333vw !important;
  }
  .sppb95 {
    padding-bottom: 25.3333333333vw !important;
  }
  .sppr95 {
    padding-right: 25.3333333333vw !important;
  }
  .sppl95 {
    padding-left: 25.3333333333vw !important;
  }
  .spmt100 {
    margin-top: 26.6666666667vw !important;
  }
  .spmb100 {
    margin-bottom: 26.6666666667vw !important;
  }
  .spmr100 {
    margin-right: 26.6666666667vw !important;
  }
  .spml100 {
    margin-left: 26.6666666667vw !important;
  }
  .sppt100 {
    padding-top: 26.6666666667vw !important;
  }
  .sppb100 {
    padding-bottom: 26.6666666667vw !important;
  }
  .sppr100 {
    padding-right: 26.6666666667vw !important;
  }
  .sppl100 {
    padding-left: 26.6666666667vw !important;
  }
  .spmt105 {
    margin-top: 28vw !important;
  }
  .spmb105 {
    margin-bottom: 28vw !important;
  }
  .spmr105 {
    margin-right: 28vw !important;
  }
  .spml105 {
    margin-left: 28vw !important;
  }
  .sppt105 {
    padding-top: 28vw !important;
  }
  .sppb105 {
    padding-bottom: 28vw !important;
  }
  .sppr105 {
    padding-right: 28vw !important;
  }
  .sppl105 {
    padding-left: 28vw !important;
  }
  .spmt110 {
    margin-top: 29.3333333333vw !important;
  }
  .spmb110 {
    margin-bottom: 29.3333333333vw !important;
  }
  .spmr110 {
    margin-right: 29.3333333333vw !important;
  }
  .spml110 {
    margin-left: 29.3333333333vw !important;
  }
  .sppt110 {
    padding-top: 29.3333333333vw !important;
  }
  .sppb110 {
    padding-bottom: 29.3333333333vw !important;
  }
  .sppr110 {
    padding-right: 29.3333333333vw !important;
  }
  .sppl110 {
    padding-left: 29.3333333333vw !important;
  }
  .spmt115 {
    margin-top: 30.6666666667vw !important;
  }
  .spmb115 {
    margin-bottom: 30.6666666667vw !important;
  }
  .spmr115 {
    margin-right: 30.6666666667vw !important;
  }
  .spml115 {
    margin-left: 30.6666666667vw !important;
  }
  .sppt115 {
    padding-top: 30.6666666667vw !important;
  }
  .sppb115 {
    padding-bottom: 30.6666666667vw !important;
  }
  .sppr115 {
    padding-right: 30.6666666667vw !important;
  }
  .sppl115 {
    padding-left: 30.6666666667vw !important;
  }
  .spmt120 {
    margin-top: 32vw !important;
  }
  .spmb120 {
    margin-bottom: 32vw !important;
  }
  .spmr120 {
    margin-right: 32vw !important;
  }
  .spml120 {
    margin-left: 32vw !important;
  }
  .sppt120 {
    padding-top: 32vw !important;
  }
  .sppb120 {
    padding-bottom: 32vw !important;
  }
  .sppr120 {
    padding-right: 32vw !important;
  }
  .sppl120 {
    padding-left: 32vw !important;
  }
  .spmt125 {
    margin-top: 33.3333333333vw !important;
  }
  .spmb125 {
    margin-bottom: 33.3333333333vw !important;
  }
  .spmr125 {
    margin-right: 33.3333333333vw !important;
  }
  .spml125 {
    margin-left: 33.3333333333vw !important;
  }
  .sppt125 {
    padding-top: 33.3333333333vw !important;
  }
  .sppb125 {
    padding-bottom: 33.3333333333vw !important;
  }
  .sppr125 {
    padding-right: 33.3333333333vw !important;
  }
  .sppl125 {
    padding-left: 33.3333333333vw !important;
  }
  .spmt130 {
    margin-top: 34.6666666667vw !important;
  }
  .spmb130 {
    margin-bottom: 34.6666666667vw !important;
  }
  .spmr130 {
    margin-right: 34.6666666667vw !important;
  }
  .spml130 {
    margin-left: 34.6666666667vw !important;
  }
  .sppt130 {
    padding-top: 34.6666666667vw !important;
  }
  .sppb130 {
    padding-bottom: 34.6666666667vw !important;
  }
  .sppr130 {
    padding-right: 34.6666666667vw !important;
  }
  .sppl130 {
    padding-left: 34.6666666667vw !important;
  }
  .spmt135 {
    margin-top: 36vw !important;
  }
  .spmb135 {
    margin-bottom: 36vw !important;
  }
  .spmr135 {
    margin-right: 36vw !important;
  }
  .spml135 {
    margin-left: 36vw !important;
  }
  .sppt135 {
    padding-top: 36vw !important;
  }
  .sppb135 {
    padding-bottom: 36vw !important;
  }
  .sppr135 {
    padding-right: 36vw !important;
  }
  .sppl135 {
    padding-left: 36vw !important;
  }
  .spmt140 {
    margin-top: 37.3333333333vw !important;
  }
  .spmb140 {
    margin-bottom: 37.3333333333vw !important;
  }
  .spmr140 {
    margin-right: 37.3333333333vw !important;
  }
  .spml140 {
    margin-left: 37.3333333333vw !important;
  }
  .sppt140 {
    padding-top: 37.3333333333vw !important;
  }
  .sppb140 {
    padding-bottom: 37.3333333333vw !important;
  }
  .sppr140 {
    padding-right: 37.3333333333vw !important;
  }
  .sppl140 {
    padding-left: 37.3333333333vw !important;
  }
  .spmt145 {
    margin-top: 38.6666666667vw !important;
  }
  .spmb145 {
    margin-bottom: 38.6666666667vw !important;
  }
  .spmr145 {
    margin-right: 38.6666666667vw !important;
  }
  .spml145 {
    margin-left: 38.6666666667vw !important;
  }
  .sppt145 {
    padding-top: 38.6666666667vw !important;
  }
  .sppb145 {
    padding-bottom: 38.6666666667vw !important;
  }
  .sppr145 {
    padding-right: 38.6666666667vw !important;
  }
  .sppl145 {
    padding-left: 38.6666666667vw !important;
  }
  .spmt150 {
    margin-top: 40vw !important;
  }
  .spmb150 {
    margin-bottom: 40vw !important;
  }
  .spmr150 {
    margin-right: 40vw !important;
  }
  .spml150 {
    margin-left: 40vw !important;
  }
  .sppt150 {
    padding-top: 40vw !important;
  }
  .sppb150 {
    padding-bottom: 40vw !important;
  }
  .sppr150 {
    padding-right: 40vw !important;
  }
  .sppl150 {
    padding-left: 40vw !important;
  }
}
@media screen and (min-width: 751px) {
  .pcmt-50 {
    margin-top: -50px !important;
  }
  .pcmb-50 {
    margin-bottom: -50px !important;
  }
  .pcmr-50 {
    margin-right: -50px !important;
  }
  .pcml-50 {
    margin-left: -50px !important;
  }
  .pcpt-50 {
    padding-top: -50px !important;
  }
  .pcpb-50 {
    padding-bottom: -50px !important;
  }
  .pcpr-50 {
    padding-right: -50px !important;
  }
  .pcpl-50 {
    padding-left: -50px !important;
  }
  .pcmt-45 {
    margin-top: -45px !important;
  }
  .pcmb-45 {
    margin-bottom: -45px !important;
  }
  .pcmr-45 {
    margin-right: -45px !important;
  }
  .pcml-45 {
    margin-left: -45px !important;
  }
  .pcpt-45 {
    padding-top: -45px !important;
  }
  .pcpb-45 {
    padding-bottom: -45px !important;
  }
  .pcpr-45 {
    padding-right: -45px !important;
  }
  .pcpl-45 {
    padding-left: -45px !important;
  }
  .pcmt-40 {
    margin-top: -40px !important;
  }
  .pcmb-40 {
    margin-bottom: -40px !important;
  }
  .pcmr-40 {
    margin-right: -40px !important;
  }
  .pcml-40 {
    margin-left: -40px !important;
  }
  .pcpt-40 {
    padding-top: -40px !important;
  }
  .pcpb-40 {
    padding-bottom: -40px !important;
  }
  .pcpr-40 {
    padding-right: -40px !important;
  }
  .pcpl-40 {
    padding-left: -40px !important;
  }
  .pcmt-35 {
    margin-top: -35px !important;
  }
  .pcmb-35 {
    margin-bottom: -35px !important;
  }
  .pcmr-35 {
    margin-right: -35px !important;
  }
  .pcml-35 {
    margin-left: -35px !important;
  }
  .pcpt-35 {
    padding-top: -35px !important;
  }
  .pcpb-35 {
    padding-bottom: -35px !important;
  }
  .pcpr-35 {
    padding-right: -35px !important;
  }
  .pcpl-35 {
    padding-left: -35px !important;
  }
  .pcmt-30 {
    margin-top: -30px !important;
  }
  .pcmb-30 {
    margin-bottom: -30px !important;
  }
  .pcmr-30 {
    margin-right: -30px !important;
  }
  .pcml-30 {
    margin-left: -30px !important;
  }
  .pcpt-30 {
    padding-top: -30px !important;
  }
  .pcpb-30 {
    padding-bottom: -30px !important;
  }
  .pcpr-30 {
    padding-right: -30px !important;
  }
  .pcpl-30 {
    padding-left: -30px !important;
  }
  .pcmt-25 {
    margin-top: -25px !important;
  }
  .pcmb-25 {
    margin-bottom: -25px !important;
  }
  .pcmr-25 {
    margin-right: -25px !important;
  }
  .pcml-25 {
    margin-left: -25px !important;
  }
  .pcpt-25 {
    padding-top: -25px !important;
  }
  .pcpb-25 {
    padding-bottom: -25px !important;
  }
  .pcpr-25 {
    padding-right: -25px !important;
  }
  .pcpl-25 {
    padding-left: -25px !important;
  }
  .pcmt-20 {
    margin-top: -20px !important;
  }
  .pcmb-20 {
    margin-bottom: -20px !important;
  }
  .pcmr-20 {
    margin-right: -20px !important;
  }
  .pcml-20 {
    margin-left: -20px !important;
  }
  .pcpt-20 {
    padding-top: -20px !important;
  }
  .pcpb-20 {
    padding-bottom: -20px !important;
  }
  .pcpr-20 {
    padding-right: -20px !important;
  }
  .pcpl-20 {
    padding-left: -20px !important;
  }
  .pcmt-15 {
    margin-top: -15px !important;
  }
  .pcmb-15 {
    margin-bottom: -15px !important;
  }
  .pcmr-15 {
    margin-right: -15px !important;
  }
  .pcml-15 {
    margin-left: -15px !important;
  }
  .pcpt-15 {
    padding-top: -15px !important;
  }
  .pcpb-15 {
    padding-bottom: -15px !important;
  }
  .pcpr-15 {
    padding-right: -15px !important;
  }
  .pcpl-15 {
    padding-left: -15px !important;
  }
  .pcmt-10 {
    margin-top: -10px !important;
  }
  .pcmb-10 {
    margin-bottom: -10px !important;
  }
  .pcmr-10 {
    margin-right: -10px !important;
  }
  .pcml-10 {
    margin-left: -10px !important;
  }
  .pcpt-10 {
    padding-top: -10px !important;
  }
  .pcpb-10 {
    padding-bottom: -10px !important;
  }
  .pcpr-10 {
    padding-right: -10px !important;
  }
  .pcpl-10 {
    padding-left: -10px !important;
  }
  .pcmt-5 {
    margin-top: -5px !important;
  }
  .pcmb-5 {
    margin-bottom: -5px !important;
  }
  .pcmr-5 {
    margin-right: -5px !important;
  }
  .pcml-5 {
    margin-left: -5px !important;
  }
  .pcpt-5 {
    padding-top: -5px !important;
  }
  .pcpb-5 {
    padding-bottom: -5px !important;
  }
  .pcpr-5 {
    padding-right: -5px !important;
  }
  .pcpl-5 {
    padding-left: -5px !important;
  }
  .pcmt0 {
    margin-top: 0px !important;
  }
  .pcmb0 {
    margin-bottom: 0px !important;
  }
  .pcmr0 {
    margin-right: 0px !important;
  }
  .pcml0 {
    margin-left: 0px !important;
  }
  .pcpt0 {
    padding-top: 0px !important;
  }
  .pcpb0 {
    padding-bottom: 0px !important;
  }
  .pcpr0 {
    padding-right: 0px !important;
  }
  .pcpl0 {
    padding-left: 0px !important;
  }
  .pcmt5 {
    margin-top: 5px !important;
  }
  .pcmb5 {
    margin-bottom: 5px !important;
  }
  .pcmr5 {
    margin-right: 5px !important;
  }
  .pcml5 {
    margin-left: 5px !important;
  }
  .pcpt5 {
    padding-top: 5px !important;
  }
  .pcpb5 {
    padding-bottom: 5px !important;
  }
  .pcpr5 {
    padding-right: 5px !important;
  }
  .pcpl5 {
    padding-left: 5px !important;
  }
  .pcmt10 {
    margin-top: 10px !important;
  }
  .pcmb10 {
    margin-bottom: 10px !important;
  }
  .pcmr10 {
    margin-right: 10px !important;
  }
  .pcml10 {
    margin-left: 10px !important;
  }
  .pcpt10 {
    padding-top: 10px !important;
  }
  .pcpb10 {
    padding-bottom: 10px !important;
  }
  .pcpr10 {
    padding-right: 10px !important;
  }
  .pcpl10 {
    padding-left: 10px !important;
  }
  .pcmt15 {
    margin-top: 15px !important;
  }
  .pcmb15 {
    margin-bottom: 15px !important;
  }
  .pcmr15 {
    margin-right: 15px !important;
  }
  .pcml15 {
    margin-left: 15px !important;
  }
  .pcpt15 {
    padding-top: 15px !important;
  }
  .pcpb15 {
    padding-bottom: 15px !important;
  }
  .pcpr15 {
    padding-right: 15px !important;
  }
  .pcpl15 {
    padding-left: 15px !important;
  }
  .pcmt20 {
    margin-top: 20px !important;
  }
  .pcmb20 {
    margin-bottom: 20px !important;
  }
  .pcmr20 {
    margin-right: 20px !important;
  }
  .pcml20 {
    margin-left: 20px !important;
  }
  .pcpt20 {
    padding-top: 20px !important;
  }
  .pcpb20 {
    padding-bottom: 20px !important;
  }
  .pcpr20 {
    padding-right: 20px !important;
  }
  .pcpl20 {
    padding-left: 20px !important;
  }
  .pcmt25 {
    margin-top: 25px !important;
  }
  .pcmb25 {
    margin-bottom: 25px !important;
  }
  .pcmr25 {
    margin-right: 25px !important;
  }
  .pcml25 {
    margin-left: 25px !important;
  }
  .pcpt25 {
    padding-top: 25px !important;
  }
  .pcpb25 {
    padding-bottom: 25px !important;
  }
  .pcpr25 {
    padding-right: 25px !important;
  }
  .pcpl25 {
    padding-left: 25px !important;
  }
  .pcmt30 {
    margin-top: 30px !important;
  }
  .pcmb30 {
    margin-bottom: 30px !important;
  }
  .pcmr30 {
    margin-right: 30px !important;
  }
  .pcml30 {
    margin-left: 30px !important;
  }
  .pcpt30 {
    padding-top: 30px !important;
  }
  .pcpb30 {
    padding-bottom: 30px !important;
  }
  .pcpr30 {
    padding-right: 30px !important;
  }
  .pcpl30 {
    padding-left: 30px !important;
  }
  .pcmt35 {
    margin-top: 35px !important;
  }
  .pcmb35 {
    margin-bottom: 35px !important;
  }
  .pcmr35 {
    margin-right: 35px !important;
  }
  .pcml35 {
    margin-left: 35px !important;
  }
  .pcpt35 {
    padding-top: 35px !important;
  }
  .pcpb35 {
    padding-bottom: 35px !important;
  }
  .pcpr35 {
    padding-right: 35px !important;
  }
  .pcpl35 {
    padding-left: 35px !important;
  }
  .pcmt40 {
    margin-top: 40px !important;
  }
  .pcmb40 {
    margin-bottom: 40px !important;
  }
  .pcmr40 {
    margin-right: 40px !important;
  }
  .pcml40 {
    margin-left: 40px !important;
  }
  .pcpt40 {
    padding-top: 40px !important;
  }
  .pcpb40 {
    padding-bottom: 40px !important;
  }
  .pcpr40 {
    padding-right: 40px !important;
  }
  .pcpl40 {
    padding-left: 40px !important;
  }
  .pcmt45 {
    margin-top: 45px !important;
  }
  .pcmb45 {
    margin-bottom: 45px !important;
  }
  .pcmr45 {
    margin-right: 45px !important;
  }
  .pcml45 {
    margin-left: 45px !important;
  }
  .pcpt45 {
    padding-top: 45px !important;
  }
  .pcpb45 {
    padding-bottom: 45px !important;
  }
  .pcpr45 {
    padding-right: 45px !important;
  }
  .pcpl45 {
    padding-left: 45px !important;
  }
  .pcmt50 {
    margin-top: 50px !important;
  }
  .pcmb50 {
    margin-bottom: 50px !important;
  }
  .pcmr50 {
    margin-right: 50px !important;
  }
  .pcml50 {
    margin-left: 50px !important;
  }
  .pcpt50 {
    padding-top: 50px !important;
  }
  .pcpb50 {
    padding-bottom: 50px !important;
  }
  .pcpr50 {
    padding-right: 50px !important;
  }
  .pcpl50 {
    padding-left: 50px !important;
  }
  .pcmt55 {
    margin-top: 55px !important;
  }
  .pcmb55 {
    margin-bottom: 55px !important;
  }
  .pcmr55 {
    margin-right: 55px !important;
  }
  .pcml55 {
    margin-left: 55px !important;
  }
  .pcpt55 {
    padding-top: 55px !important;
  }
  .pcpb55 {
    padding-bottom: 55px !important;
  }
  .pcpr55 {
    padding-right: 55px !important;
  }
  .pcpl55 {
    padding-left: 55px !important;
  }
  .pcmt60 {
    margin-top: 60px !important;
  }
  .pcmb60 {
    margin-bottom: 60px !important;
  }
  .pcmr60 {
    margin-right: 60px !important;
  }
  .pcml60 {
    margin-left: 60px !important;
  }
  .pcpt60 {
    padding-top: 60px !important;
  }
  .pcpb60 {
    padding-bottom: 60px !important;
  }
  .pcpr60 {
    padding-right: 60px !important;
  }
  .pcpl60 {
    padding-left: 60px !important;
  }
  .pcmt65 {
    margin-top: 65px !important;
  }
  .pcmb65 {
    margin-bottom: 65px !important;
  }
  .pcmr65 {
    margin-right: 65px !important;
  }
  .pcml65 {
    margin-left: 65px !important;
  }
  .pcpt65 {
    padding-top: 65px !important;
  }
  .pcpb65 {
    padding-bottom: 65px !important;
  }
  .pcpr65 {
    padding-right: 65px !important;
  }
  .pcpl65 {
    padding-left: 65px !important;
  }
  .pcmt70 {
    margin-top: 70px !important;
  }
  .pcmb70 {
    margin-bottom: 70px !important;
  }
  .pcmr70 {
    margin-right: 70px !important;
  }
  .pcml70 {
    margin-left: 70px !important;
  }
  .pcpt70 {
    padding-top: 70px !important;
  }
  .pcpb70 {
    padding-bottom: 70px !important;
  }
  .pcpr70 {
    padding-right: 70px !important;
  }
  .pcpl70 {
    padding-left: 70px !important;
  }
  .pcmt75 {
    margin-top: 75px !important;
  }
  .pcmb75 {
    margin-bottom: 75px !important;
  }
  .pcmr75 {
    margin-right: 75px !important;
  }
  .pcml75 {
    margin-left: 75px !important;
  }
  .pcpt75 {
    padding-top: 75px !important;
  }
  .pcpb75 {
    padding-bottom: 75px !important;
  }
  .pcpr75 {
    padding-right: 75px !important;
  }
  .pcpl75 {
    padding-left: 75px !important;
  }
  .pcmt80 {
    margin-top: 80px !important;
  }
  .pcmb80 {
    margin-bottom: 80px !important;
  }
  .pcmr80 {
    margin-right: 80px !important;
  }
  .pcml80 {
    margin-left: 80px !important;
  }
  .pcpt80 {
    padding-top: 80px !important;
  }
  .pcpb80 {
    padding-bottom: 80px !important;
  }
  .pcpr80 {
    padding-right: 80px !important;
  }
  .pcpl80 {
    padding-left: 80px !important;
  }
  .pcmt85 {
    margin-top: 85px !important;
  }
  .pcmb85 {
    margin-bottom: 85px !important;
  }
  .pcmr85 {
    margin-right: 85px !important;
  }
  .pcml85 {
    margin-left: 85px !important;
  }
  .pcpt85 {
    padding-top: 85px !important;
  }
  .pcpb85 {
    padding-bottom: 85px !important;
  }
  .pcpr85 {
    padding-right: 85px !important;
  }
  .pcpl85 {
    padding-left: 85px !important;
  }
  .pcmt90 {
    margin-top: 90px !important;
  }
  .pcmb90 {
    margin-bottom: 90px !important;
  }
  .pcmr90 {
    margin-right: 90px !important;
  }
  .pcml90 {
    margin-left: 90px !important;
  }
  .pcpt90 {
    padding-top: 90px !important;
  }
  .pcpb90 {
    padding-bottom: 90px !important;
  }
  .pcpr90 {
    padding-right: 90px !important;
  }
  .pcpl90 {
    padding-left: 90px !important;
  }
  .pcmt95 {
    margin-top: 95px !important;
  }
  .pcmb95 {
    margin-bottom: 95px !important;
  }
  .pcmr95 {
    margin-right: 95px !important;
  }
  .pcml95 {
    margin-left: 95px !important;
  }
  .pcpt95 {
    padding-top: 95px !important;
  }
  .pcpb95 {
    padding-bottom: 95px !important;
  }
  .pcpr95 {
    padding-right: 95px !important;
  }
  .pcpl95 {
    padding-left: 95px !important;
  }
  .pcmt100 {
    margin-top: 100px !important;
  }
  .pcmb100 {
    margin-bottom: 100px !important;
  }
  .pcmr100 {
    margin-right: 100px !important;
  }
  .pcml100 {
    margin-left: 100px !important;
  }
  .pcpt100 {
    padding-top: 100px !important;
  }
  .pcpb100 {
    padding-bottom: 100px !important;
  }
  .pcpr100 {
    padding-right: 100px !important;
  }
  .pcpl100 {
    padding-left: 100px !important;
  }
  .pcmt105 {
    margin-top: 105px !important;
  }
  .pcmb105 {
    margin-bottom: 105px !important;
  }
  .pcmr105 {
    margin-right: 105px !important;
  }
  .pcml105 {
    margin-left: 105px !important;
  }
  .pcpt105 {
    padding-top: 105px !important;
  }
  .pcpb105 {
    padding-bottom: 105px !important;
  }
  .pcpr105 {
    padding-right: 105px !important;
  }
  .pcpl105 {
    padding-left: 105px !important;
  }
  .pcmt110 {
    margin-top: 110px !important;
  }
  .pcmb110 {
    margin-bottom: 110px !important;
  }
  .pcmr110 {
    margin-right: 110px !important;
  }
  .pcml110 {
    margin-left: 110px !important;
  }
  .pcpt110 {
    padding-top: 110px !important;
  }
  .pcpb110 {
    padding-bottom: 110px !important;
  }
  .pcpr110 {
    padding-right: 110px !important;
  }
  .pcpl110 {
    padding-left: 110px !important;
  }
  .pcmt115 {
    margin-top: 115px !important;
  }
  .pcmb115 {
    margin-bottom: 115px !important;
  }
  .pcmr115 {
    margin-right: 115px !important;
  }
  .pcml115 {
    margin-left: 115px !important;
  }
  .pcpt115 {
    padding-top: 115px !important;
  }
  .pcpb115 {
    padding-bottom: 115px !important;
  }
  .pcpr115 {
    padding-right: 115px !important;
  }
  .pcpl115 {
    padding-left: 115px !important;
  }
  .pcmt120 {
    margin-top: 120px !important;
  }
  .pcmb120 {
    margin-bottom: 120px !important;
  }
  .pcmr120 {
    margin-right: 120px !important;
  }
  .pcml120 {
    margin-left: 120px !important;
  }
  .pcpt120 {
    padding-top: 120px !important;
  }
  .pcpb120 {
    padding-bottom: 120px !important;
  }
  .pcpr120 {
    padding-right: 120px !important;
  }
  .pcpl120 {
    padding-left: 120px !important;
  }
  .pcmt125 {
    margin-top: 125px !important;
  }
  .pcmb125 {
    margin-bottom: 125px !important;
  }
  .pcmr125 {
    margin-right: 125px !important;
  }
  .pcml125 {
    margin-left: 125px !important;
  }
  .pcpt125 {
    padding-top: 125px !important;
  }
  .pcpb125 {
    padding-bottom: 125px !important;
  }
  .pcpr125 {
    padding-right: 125px !important;
  }
  .pcpl125 {
    padding-left: 125px !important;
  }
  .pcmt130 {
    margin-top: 130px !important;
  }
  .pcmb130 {
    margin-bottom: 130px !important;
  }
  .pcmr130 {
    margin-right: 130px !important;
  }
  .pcml130 {
    margin-left: 130px !important;
  }
  .pcpt130 {
    padding-top: 130px !important;
  }
  .pcpb130 {
    padding-bottom: 130px !important;
  }
  .pcpr130 {
    padding-right: 130px !important;
  }
  .pcpl130 {
    padding-left: 130px !important;
  }
  .pcmt135 {
    margin-top: 135px !important;
  }
  .pcmb135 {
    margin-bottom: 135px !important;
  }
  .pcmr135 {
    margin-right: 135px !important;
  }
  .pcml135 {
    margin-left: 135px !important;
  }
  .pcpt135 {
    padding-top: 135px !important;
  }
  .pcpb135 {
    padding-bottom: 135px !important;
  }
  .pcpr135 {
    padding-right: 135px !important;
  }
  .pcpl135 {
    padding-left: 135px !important;
  }
  .pcmt140 {
    margin-top: 140px !important;
  }
  .pcmb140 {
    margin-bottom: 140px !important;
  }
  .pcmr140 {
    margin-right: 140px !important;
  }
  .pcml140 {
    margin-left: 140px !important;
  }
  .pcpt140 {
    padding-top: 140px !important;
  }
  .pcpb140 {
    padding-bottom: 140px !important;
  }
  .pcpr140 {
    padding-right: 140px !important;
  }
  .pcpl140 {
    padding-left: 140px !important;
  }
  .pcmt145 {
    margin-top: 145px !important;
  }
  .pcmb145 {
    margin-bottom: 145px !important;
  }
  .pcmr145 {
    margin-right: 145px !important;
  }
  .pcml145 {
    margin-left: 145px !important;
  }
  .pcpt145 {
    padding-top: 145px !important;
  }
  .pcpb145 {
    padding-bottom: 145px !important;
  }
  .pcpr145 {
    padding-right: 145px !important;
  }
  .pcpl145 {
    padding-left: 145px !important;
  }
  .pcmt150 {
    margin-top: 150px !important;
  }
  .pcmb150 {
    margin-bottom: 150px !important;
  }
  .pcmr150 {
    margin-right: 150px !important;
  }
  .pcml150 {
    margin-left: 150px !important;
  }
  .pcpt150 {
    padding-top: 150px !important;
  }
  .pcpb150 {
    padding-bottom: 150px !important;
  }
  .pcpr150 {
    padding-right: 150px !important;
  }
  .pcpl150 {
    padding-left: 150px !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .pcmt-50 {
    margin-top: -5.2083333333vw !important;
  }
  .pcmb-50 {
    margin-bottom: -5.2083333333vw !important;
  }
  .pcmr-50 {
    margin-right: -5.2083333333vw !important;
  }
  .pcml-50 {
    margin-left: -5.2083333333vw !important;
  }
  .pcpt-50 {
    padding-top: -5.2083333333vw !important;
  }
  .pcpb-50 {
    padding-bottom: -5.2083333333vw !important;
  }
  .pcpr-50 {
    padding-right: -5.2083333333vw !important;
  }
  .pcpl-50 {
    padding-left: -5.2083333333vw !important;
  }
  .pcmt-45 {
    margin-top: -4.6875vw !important;
  }
  .pcmb-45 {
    margin-bottom: -4.6875vw !important;
  }
  .pcmr-45 {
    margin-right: -4.6875vw !important;
  }
  .pcml-45 {
    margin-left: -4.6875vw !important;
  }
  .pcpt-45 {
    padding-top: -4.6875vw !important;
  }
  .pcpb-45 {
    padding-bottom: -4.6875vw !important;
  }
  .pcpr-45 {
    padding-right: -4.6875vw !important;
  }
  .pcpl-45 {
    padding-left: -4.6875vw !important;
  }
  .pcmt-40 {
    margin-top: -4.1666666667vw !important;
  }
  .pcmb-40 {
    margin-bottom: -4.1666666667vw !important;
  }
  .pcmr-40 {
    margin-right: -4.1666666667vw !important;
  }
  .pcml-40 {
    margin-left: -4.1666666667vw !important;
  }
  .pcpt-40 {
    padding-top: -4.1666666667vw !important;
  }
  .pcpb-40 {
    padding-bottom: -4.1666666667vw !important;
  }
  .pcpr-40 {
    padding-right: -4.1666666667vw !important;
  }
  .pcpl-40 {
    padding-left: -4.1666666667vw !important;
  }
  .pcmt-35 {
    margin-top: -3.6458333333vw !important;
  }
  .pcmb-35 {
    margin-bottom: -3.6458333333vw !important;
  }
  .pcmr-35 {
    margin-right: -3.6458333333vw !important;
  }
  .pcml-35 {
    margin-left: -3.6458333333vw !important;
  }
  .pcpt-35 {
    padding-top: -3.6458333333vw !important;
  }
  .pcpb-35 {
    padding-bottom: -3.6458333333vw !important;
  }
  .pcpr-35 {
    padding-right: -3.6458333333vw !important;
  }
  .pcpl-35 {
    padding-left: -3.6458333333vw !important;
  }
  .pcmt-30 {
    margin-top: -3.125vw !important;
  }
  .pcmb-30 {
    margin-bottom: -3.125vw !important;
  }
  .pcmr-30 {
    margin-right: -3.125vw !important;
  }
  .pcml-30 {
    margin-left: -3.125vw !important;
  }
  .pcpt-30 {
    padding-top: -3.125vw !important;
  }
  .pcpb-30 {
    padding-bottom: -3.125vw !important;
  }
  .pcpr-30 {
    padding-right: -3.125vw !important;
  }
  .pcpl-30 {
    padding-left: -3.125vw !important;
  }
  .pcmt-25 {
    margin-top: -2.6041666667vw !important;
  }
  .pcmb-25 {
    margin-bottom: -2.6041666667vw !important;
  }
  .pcmr-25 {
    margin-right: -2.6041666667vw !important;
  }
  .pcml-25 {
    margin-left: -2.6041666667vw !important;
  }
  .pcpt-25 {
    padding-top: -2.6041666667vw !important;
  }
  .pcpb-25 {
    padding-bottom: -2.6041666667vw !important;
  }
  .pcpr-25 {
    padding-right: -2.6041666667vw !important;
  }
  .pcpl-25 {
    padding-left: -2.6041666667vw !important;
  }
  .pcmt-20 {
    margin-top: -2.0833333333vw !important;
  }
  .pcmb-20 {
    margin-bottom: -2.0833333333vw !important;
  }
  .pcmr-20 {
    margin-right: -2.0833333333vw !important;
  }
  .pcml-20 {
    margin-left: -2.0833333333vw !important;
  }
  .pcpt-20 {
    padding-top: -2.0833333333vw !important;
  }
  .pcpb-20 {
    padding-bottom: -2.0833333333vw !important;
  }
  .pcpr-20 {
    padding-right: -2.0833333333vw !important;
  }
  .pcpl-20 {
    padding-left: -2.0833333333vw !important;
  }
  .pcmt-15 {
    margin-top: -1.5625vw !important;
  }
  .pcmb-15 {
    margin-bottom: -1.5625vw !important;
  }
  .pcmr-15 {
    margin-right: -1.5625vw !important;
  }
  .pcml-15 {
    margin-left: -1.5625vw !important;
  }
  .pcpt-15 {
    padding-top: -1.5625vw !important;
  }
  .pcpb-15 {
    padding-bottom: -1.5625vw !important;
  }
  .pcpr-15 {
    padding-right: -1.5625vw !important;
  }
  .pcpl-15 {
    padding-left: -1.5625vw !important;
  }
  .pcmt-10 {
    margin-top: -1.0416666667vw !important;
  }
  .pcmb-10 {
    margin-bottom: -1.0416666667vw !important;
  }
  .pcmr-10 {
    margin-right: -1.0416666667vw !important;
  }
  .pcml-10 {
    margin-left: -1.0416666667vw !important;
  }
  .pcpt-10 {
    padding-top: -1.0416666667vw !important;
  }
  .pcpb-10 {
    padding-bottom: -1.0416666667vw !important;
  }
  .pcpr-10 {
    padding-right: -1.0416666667vw !important;
  }
  .pcpl-10 {
    padding-left: -1.0416666667vw !important;
  }
  .pcmt-5 {
    margin-top: -0.5208333333vw !important;
  }
  .pcmb-5 {
    margin-bottom: -0.5208333333vw !important;
  }
  .pcmr-5 {
    margin-right: -0.5208333333vw !important;
  }
  .pcml-5 {
    margin-left: -0.5208333333vw !important;
  }
  .pcpt-5 {
    padding-top: -0.5208333333vw !important;
  }
  .pcpb-5 {
    padding-bottom: -0.5208333333vw !important;
  }
  .pcpr-5 {
    padding-right: -0.5208333333vw !important;
  }
  .pcpl-5 {
    padding-left: -0.5208333333vw !important;
  }
  .pcmt0 {
    margin-top: 0vw !important;
  }
  .pcmb0 {
    margin-bottom: 0vw !important;
  }
  .pcmr0 {
    margin-right: 0vw !important;
  }
  .pcml0 {
    margin-left: 0vw !important;
  }
  .pcpt0 {
    padding-top: 0vw !important;
  }
  .pcpb0 {
    padding-bottom: 0vw !important;
  }
  .pcpr0 {
    padding-right: 0vw !important;
  }
  .pcpl0 {
    padding-left: 0vw !important;
  }
  .pcmt5 {
    margin-top: 0.5208333333vw !important;
  }
  .pcmb5 {
    margin-bottom: 0.5208333333vw !important;
  }
  .pcmr5 {
    margin-right: 0.5208333333vw !important;
  }
  .pcml5 {
    margin-left: 0.5208333333vw !important;
  }
  .pcpt5 {
    padding-top: 0.5208333333vw !important;
  }
  .pcpb5 {
    padding-bottom: 0.5208333333vw !important;
  }
  .pcpr5 {
    padding-right: 0.5208333333vw !important;
  }
  .pcpl5 {
    padding-left: 0.5208333333vw !important;
  }
  .pcmt10 {
    margin-top: 1.0416666667vw !important;
  }
  .pcmb10 {
    margin-bottom: 1.0416666667vw !important;
  }
  .pcmr10 {
    margin-right: 1.0416666667vw !important;
  }
  .pcml10 {
    margin-left: 1.0416666667vw !important;
  }
  .pcpt10 {
    padding-top: 1.0416666667vw !important;
  }
  .pcpb10 {
    padding-bottom: 1.0416666667vw !important;
  }
  .pcpr10 {
    padding-right: 1.0416666667vw !important;
  }
  .pcpl10 {
    padding-left: 1.0416666667vw !important;
  }
  .pcmt15 {
    margin-top: 1.5625vw !important;
  }
  .pcmb15 {
    margin-bottom: 1.5625vw !important;
  }
  .pcmr15 {
    margin-right: 1.5625vw !important;
  }
  .pcml15 {
    margin-left: 1.5625vw !important;
  }
  .pcpt15 {
    padding-top: 1.5625vw !important;
  }
  .pcpb15 {
    padding-bottom: 1.5625vw !important;
  }
  .pcpr15 {
    padding-right: 1.5625vw !important;
  }
  .pcpl15 {
    padding-left: 1.5625vw !important;
  }
  .pcmt20 {
    margin-top: 2.0833333333vw !important;
  }
  .pcmb20 {
    margin-bottom: 2.0833333333vw !important;
  }
  .pcmr20 {
    margin-right: 2.0833333333vw !important;
  }
  .pcml20 {
    margin-left: 2.0833333333vw !important;
  }
  .pcpt20 {
    padding-top: 2.0833333333vw !important;
  }
  .pcpb20 {
    padding-bottom: 2.0833333333vw !important;
  }
  .pcpr20 {
    padding-right: 2.0833333333vw !important;
  }
  .pcpl20 {
    padding-left: 2.0833333333vw !important;
  }
  .pcmt25 {
    margin-top: 2.6041666667vw !important;
  }
  .pcmb25 {
    margin-bottom: 2.6041666667vw !important;
  }
  .pcmr25 {
    margin-right: 2.6041666667vw !important;
  }
  .pcml25 {
    margin-left: 2.6041666667vw !important;
  }
  .pcpt25 {
    padding-top: 2.6041666667vw !important;
  }
  .pcpb25 {
    padding-bottom: 2.6041666667vw !important;
  }
  .pcpr25 {
    padding-right: 2.6041666667vw !important;
  }
  .pcpl25 {
    padding-left: 2.6041666667vw !important;
  }
  .pcmt30 {
    margin-top: 3.125vw !important;
  }
  .pcmb30 {
    margin-bottom: 3.125vw !important;
  }
  .pcmr30 {
    margin-right: 3.125vw !important;
  }
  .pcml30 {
    margin-left: 3.125vw !important;
  }
  .pcpt30 {
    padding-top: 3.125vw !important;
  }
  .pcpb30 {
    padding-bottom: 3.125vw !important;
  }
  .pcpr30 {
    padding-right: 3.125vw !important;
  }
  .pcpl30 {
    padding-left: 3.125vw !important;
  }
  .pcmt35 {
    margin-top: 3.6458333333vw !important;
  }
  .pcmb35 {
    margin-bottom: 3.6458333333vw !important;
  }
  .pcmr35 {
    margin-right: 3.6458333333vw !important;
  }
  .pcml35 {
    margin-left: 3.6458333333vw !important;
  }
  .pcpt35 {
    padding-top: 3.6458333333vw !important;
  }
  .pcpb35 {
    padding-bottom: 3.6458333333vw !important;
  }
  .pcpr35 {
    padding-right: 3.6458333333vw !important;
  }
  .pcpl35 {
    padding-left: 3.6458333333vw !important;
  }
  .pcmt40 {
    margin-top: 4.1666666667vw !important;
  }
  .pcmb40 {
    margin-bottom: 4.1666666667vw !important;
  }
  .pcmr40 {
    margin-right: 4.1666666667vw !important;
  }
  .pcml40 {
    margin-left: 4.1666666667vw !important;
  }
  .pcpt40 {
    padding-top: 4.1666666667vw !important;
  }
  .pcpb40 {
    padding-bottom: 4.1666666667vw !important;
  }
  .pcpr40 {
    padding-right: 4.1666666667vw !important;
  }
  .pcpl40 {
    padding-left: 4.1666666667vw !important;
  }
  .pcmt45 {
    margin-top: 4.6875vw !important;
  }
  .pcmb45 {
    margin-bottom: 4.6875vw !important;
  }
  .pcmr45 {
    margin-right: 4.6875vw !important;
  }
  .pcml45 {
    margin-left: 4.6875vw !important;
  }
  .pcpt45 {
    padding-top: 4.6875vw !important;
  }
  .pcpb45 {
    padding-bottom: 4.6875vw !important;
  }
  .pcpr45 {
    padding-right: 4.6875vw !important;
  }
  .pcpl45 {
    padding-left: 4.6875vw !important;
  }
  .pcmt50 {
    margin-top: 5.2083333333vw !important;
  }
  .pcmb50 {
    margin-bottom: 5.2083333333vw !important;
  }
  .pcmr50 {
    margin-right: 5.2083333333vw !important;
  }
  .pcml50 {
    margin-left: 5.2083333333vw !important;
  }
  .pcpt50 {
    padding-top: 5.2083333333vw !important;
  }
  .pcpb50 {
    padding-bottom: 5.2083333333vw !important;
  }
  .pcpr50 {
    padding-right: 5.2083333333vw !important;
  }
  .pcpl50 {
    padding-left: 5.2083333333vw !important;
  }
  .pcmt55 {
    margin-top: 5.7291666667vw !important;
  }
  .pcmb55 {
    margin-bottom: 5.7291666667vw !important;
  }
  .pcmr55 {
    margin-right: 5.7291666667vw !important;
  }
  .pcml55 {
    margin-left: 5.7291666667vw !important;
  }
  .pcpt55 {
    padding-top: 5.7291666667vw !important;
  }
  .pcpb55 {
    padding-bottom: 5.7291666667vw !important;
  }
  .pcpr55 {
    padding-right: 5.7291666667vw !important;
  }
  .pcpl55 {
    padding-left: 5.7291666667vw !important;
  }
  .pcmt60 {
    margin-top: 6.25vw !important;
  }
  .pcmb60 {
    margin-bottom: 6.25vw !important;
  }
  .pcmr60 {
    margin-right: 6.25vw !important;
  }
  .pcml60 {
    margin-left: 6.25vw !important;
  }
  .pcpt60 {
    padding-top: 6.25vw !important;
  }
  .pcpb60 {
    padding-bottom: 6.25vw !important;
  }
  .pcpr60 {
    padding-right: 6.25vw !important;
  }
  .pcpl60 {
    padding-left: 6.25vw !important;
  }
  .pcmt65 {
    margin-top: 6.7708333333vw !important;
  }
  .pcmb65 {
    margin-bottom: 6.7708333333vw !important;
  }
  .pcmr65 {
    margin-right: 6.7708333333vw !important;
  }
  .pcml65 {
    margin-left: 6.7708333333vw !important;
  }
  .pcpt65 {
    padding-top: 6.7708333333vw !important;
  }
  .pcpb65 {
    padding-bottom: 6.7708333333vw !important;
  }
  .pcpr65 {
    padding-right: 6.7708333333vw !important;
  }
  .pcpl65 {
    padding-left: 6.7708333333vw !important;
  }
  .pcmt70 {
    margin-top: 7.2916666667vw !important;
  }
  .pcmb70 {
    margin-bottom: 7.2916666667vw !important;
  }
  .pcmr70 {
    margin-right: 7.2916666667vw !important;
  }
  .pcml70 {
    margin-left: 7.2916666667vw !important;
  }
  .pcpt70 {
    padding-top: 7.2916666667vw !important;
  }
  .pcpb70 {
    padding-bottom: 7.2916666667vw !important;
  }
  .pcpr70 {
    padding-right: 7.2916666667vw !important;
  }
  .pcpl70 {
    padding-left: 7.2916666667vw !important;
  }
  .pcmt75 {
    margin-top: 7.8125vw !important;
  }
  .pcmb75 {
    margin-bottom: 7.8125vw !important;
  }
  .pcmr75 {
    margin-right: 7.8125vw !important;
  }
  .pcml75 {
    margin-left: 7.8125vw !important;
  }
  .pcpt75 {
    padding-top: 7.8125vw !important;
  }
  .pcpb75 {
    padding-bottom: 7.8125vw !important;
  }
  .pcpr75 {
    padding-right: 7.8125vw !important;
  }
  .pcpl75 {
    padding-left: 7.8125vw !important;
  }
  .pcmt80 {
    margin-top: 8.3333333333vw !important;
  }
  .pcmb80 {
    margin-bottom: 8.3333333333vw !important;
  }
  .pcmr80 {
    margin-right: 8.3333333333vw !important;
  }
  .pcml80 {
    margin-left: 8.3333333333vw !important;
  }
  .pcpt80 {
    padding-top: 8.3333333333vw !important;
  }
  .pcpb80 {
    padding-bottom: 8.3333333333vw !important;
  }
  .pcpr80 {
    padding-right: 8.3333333333vw !important;
  }
  .pcpl80 {
    padding-left: 8.3333333333vw !important;
  }
  .pcmt85 {
    margin-top: 8.8541666667vw !important;
  }
  .pcmb85 {
    margin-bottom: 8.8541666667vw !important;
  }
  .pcmr85 {
    margin-right: 8.8541666667vw !important;
  }
  .pcml85 {
    margin-left: 8.8541666667vw !important;
  }
  .pcpt85 {
    padding-top: 8.8541666667vw !important;
  }
  .pcpb85 {
    padding-bottom: 8.8541666667vw !important;
  }
  .pcpr85 {
    padding-right: 8.8541666667vw !important;
  }
  .pcpl85 {
    padding-left: 8.8541666667vw !important;
  }
  .pcmt90 {
    margin-top: 9.375vw !important;
  }
  .pcmb90 {
    margin-bottom: 9.375vw !important;
  }
  .pcmr90 {
    margin-right: 9.375vw !important;
  }
  .pcml90 {
    margin-left: 9.375vw !important;
  }
  .pcpt90 {
    padding-top: 9.375vw !important;
  }
  .pcpb90 {
    padding-bottom: 9.375vw !important;
  }
  .pcpr90 {
    padding-right: 9.375vw !important;
  }
  .pcpl90 {
    padding-left: 9.375vw !important;
  }
  .pcmt95 {
    margin-top: 9.8958333333vw !important;
  }
  .pcmb95 {
    margin-bottom: 9.8958333333vw !important;
  }
  .pcmr95 {
    margin-right: 9.8958333333vw !important;
  }
  .pcml95 {
    margin-left: 9.8958333333vw !important;
  }
  .pcpt95 {
    padding-top: 9.8958333333vw !important;
  }
  .pcpb95 {
    padding-bottom: 9.8958333333vw !important;
  }
  .pcpr95 {
    padding-right: 9.8958333333vw !important;
  }
  .pcpl95 {
    padding-left: 9.8958333333vw !important;
  }
  .pcmt100 {
    margin-top: 10.4166666667vw !important;
  }
  .pcmb100 {
    margin-bottom: 10.4166666667vw !important;
  }
  .pcmr100 {
    margin-right: 10.4166666667vw !important;
  }
  .pcml100 {
    margin-left: 10.4166666667vw !important;
  }
  .pcpt100 {
    padding-top: 10.4166666667vw !important;
  }
  .pcpb100 {
    padding-bottom: 10.4166666667vw !important;
  }
  .pcpr100 {
    padding-right: 10.4166666667vw !important;
  }
  .pcpl100 {
    padding-left: 10.4166666667vw !important;
  }
  .pcmt105 {
    margin-top: 10.9375vw !important;
  }
  .pcmb105 {
    margin-bottom: 10.9375vw !important;
  }
  .pcmr105 {
    margin-right: 10.9375vw !important;
  }
  .pcml105 {
    margin-left: 10.9375vw !important;
  }
  .pcpt105 {
    padding-top: 10.9375vw !important;
  }
  .pcpb105 {
    padding-bottom: 10.9375vw !important;
  }
  .pcpr105 {
    padding-right: 10.9375vw !important;
  }
  .pcpl105 {
    padding-left: 10.9375vw !important;
  }
  .pcmt110 {
    margin-top: 11.4583333333vw !important;
  }
  .pcmb110 {
    margin-bottom: 11.4583333333vw !important;
  }
  .pcmr110 {
    margin-right: 11.4583333333vw !important;
  }
  .pcml110 {
    margin-left: 11.4583333333vw !important;
  }
  .pcpt110 {
    padding-top: 11.4583333333vw !important;
  }
  .pcpb110 {
    padding-bottom: 11.4583333333vw !important;
  }
  .pcpr110 {
    padding-right: 11.4583333333vw !important;
  }
  .pcpl110 {
    padding-left: 11.4583333333vw !important;
  }
  .pcmt115 {
    margin-top: 11.9791666667vw !important;
  }
  .pcmb115 {
    margin-bottom: 11.9791666667vw !important;
  }
  .pcmr115 {
    margin-right: 11.9791666667vw !important;
  }
  .pcml115 {
    margin-left: 11.9791666667vw !important;
  }
  .pcpt115 {
    padding-top: 11.9791666667vw !important;
  }
  .pcpb115 {
    padding-bottom: 11.9791666667vw !important;
  }
  .pcpr115 {
    padding-right: 11.9791666667vw !important;
  }
  .pcpl115 {
    padding-left: 11.9791666667vw !important;
  }
  .pcmt120 {
    margin-top: 12.5vw !important;
  }
  .pcmb120 {
    margin-bottom: 12.5vw !important;
  }
  .pcmr120 {
    margin-right: 12.5vw !important;
  }
  .pcml120 {
    margin-left: 12.5vw !important;
  }
  .pcpt120 {
    padding-top: 12.5vw !important;
  }
  .pcpb120 {
    padding-bottom: 12.5vw !important;
  }
  .pcpr120 {
    padding-right: 12.5vw !important;
  }
  .pcpl120 {
    padding-left: 12.5vw !important;
  }
  .pcmt125 {
    margin-top: 13.0208333333vw !important;
  }
  .pcmb125 {
    margin-bottom: 13.0208333333vw !important;
  }
  .pcmr125 {
    margin-right: 13.0208333333vw !important;
  }
  .pcml125 {
    margin-left: 13.0208333333vw !important;
  }
  .pcpt125 {
    padding-top: 13.0208333333vw !important;
  }
  .pcpb125 {
    padding-bottom: 13.0208333333vw !important;
  }
  .pcpr125 {
    padding-right: 13.0208333333vw !important;
  }
  .pcpl125 {
    padding-left: 13.0208333333vw !important;
  }
  .pcmt130 {
    margin-top: 13.5416666667vw !important;
  }
  .pcmb130 {
    margin-bottom: 13.5416666667vw !important;
  }
  .pcmr130 {
    margin-right: 13.5416666667vw !important;
  }
  .pcml130 {
    margin-left: 13.5416666667vw !important;
  }
  .pcpt130 {
    padding-top: 13.5416666667vw !important;
  }
  .pcpb130 {
    padding-bottom: 13.5416666667vw !important;
  }
  .pcpr130 {
    padding-right: 13.5416666667vw !important;
  }
  .pcpl130 {
    padding-left: 13.5416666667vw !important;
  }
  .pcmt135 {
    margin-top: 14.0625vw !important;
  }
  .pcmb135 {
    margin-bottom: 14.0625vw !important;
  }
  .pcmr135 {
    margin-right: 14.0625vw !important;
  }
  .pcml135 {
    margin-left: 14.0625vw !important;
  }
  .pcpt135 {
    padding-top: 14.0625vw !important;
  }
  .pcpb135 {
    padding-bottom: 14.0625vw !important;
  }
  .pcpr135 {
    padding-right: 14.0625vw !important;
  }
  .pcpl135 {
    padding-left: 14.0625vw !important;
  }
  .pcmt140 {
    margin-top: 14.5833333333vw !important;
  }
  .pcmb140 {
    margin-bottom: 14.5833333333vw !important;
  }
  .pcmr140 {
    margin-right: 14.5833333333vw !important;
  }
  .pcml140 {
    margin-left: 14.5833333333vw !important;
  }
  .pcpt140 {
    padding-top: 14.5833333333vw !important;
  }
  .pcpb140 {
    padding-bottom: 14.5833333333vw !important;
  }
  .pcpr140 {
    padding-right: 14.5833333333vw !important;
  }
  .pcpl140 {
    padding-left: 14.5833333333vw !important;
  }
  .pcmt145 {
    margin-top: 15.1041666667vw !important;
  }
  .pcmb145 {
    margin-bottom: 15.1041666667vw !important;
  }
  .pcmr145 {
    margin-right: 15.1041666667vw !important;
  }
  .pcml145 {
    margin-left: 15.1041666667vw !important;
  }
  .pcpt145 {
    padding-top: 15.1041666667vw !important;
  }
  .pcpb145 {
    padding-bottom: 15.1041666667vw !important;
  }
  .pcpr145 {
    padding-right: 15.1041666667vw !important;
  }
  .pcpl145 {
    padding-left: 15.1041666667vw !important;
  }
  .pcmt150 {
    margin-top: 15.625vw !important;
  }
  .pcmb150 {
    margin-bottom: 15.625vw !important;
  }
  .pcmr150 {
    margin-right: 15.625vw !important;
  }
  .pcml150 {
    margin-left: 15.625vw !important;
  }
  .pcpt150 {
    padding-top: 15.625vw !important;
  }
  .pcpb150 {
    padding-bottom: 15.625vw !important;
  }
  .pcpr150 {
    padding-right: 15.625vw !important;
  }
  .pcpl150 {
    padding-left: 15.625vw !important;
  }
}
@media screen and (max-width: 750px) {
  .palt-sp {
    font-feature-settings: "palt";
  }
}

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

.u-text-link {
  color: #E83828;
}
@media screen and (min-width: 751px) {
  .u-text-link:hover {
    opacity: 0.7;
  }
}

.u-text-link[target=_blank]:after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-size: 0.9em;
  font-weight: 600;
  margin: 0px 6px;
}

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

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

.u-text-align-right {
  text-align: right !important;
}

.u-no-margin-top {
  margin-top: 0 !important;
}

.u-no-margin {
  margin: 0 !important;
}

.u-font-size80per {
  font-size: 80%;
}

.u-text-color--pink {
  color: #ff4b6d;
}

.u-border-radius-20 {
  border-radius: 20px 0px 20px 0px;
}

.u-wide-full {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-left: 40px;
  padding-right: 40px;
  width: 100dvw;
}

@media screen and (min-width: 751px) {
  .tel-link {
    pointer-events: none;
  }
}

@media screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .sp {
    display: block !important;
  }
}

@media screen and (min-width: 751px) {
  .pc {
    display: block !important;
  }
}
@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 751px) {
  .tab {
    display: none !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .tab {
    display: block !important;
  }
}
@media screen and (max-width: 750px) {
  .tab {
    display: none !important;
  }
}

html {
  /*font-size: 62.5%;*/
}

body {
  background-color: #f4f4f4;
  color: #ece6d1;
  font-family: "noto-sans-cjk-jp", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  object-fit: cover;
  width: 100%;
}

.wrapper {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.section {
  position: relative;
}
@media screen and (min-width: 751px) {
  .section {
    padding: 100px 0 100px;
  }
}
.section--bg-noise::before {
  background: url(../img/bg_noise.png) repeat center center;
  background-size: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.section--bg-black {
  background-color: #292929;
}

.section--bg-yellow {
  background-color: #ece6d1;
}

.section--bg-blue {
  background-color: #33b4d3;
}

@media screen and (min-width: 751px) {
  .section--page-heading {
    padding: 160px 0 116px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .section--page-heading {
    padding: 16.6666666667vw 0 12.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  .section--page-heading {
    padding: 26.6666666667vw 0 13.3333333333vw;
  }
}

.sec__heading-sub {
  margin: 0 auto;
  text-align: center;
  width: auto;
}
@media screen and (min-width: 751px) {
  .sec__heading-sub {
    height: 17.8px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .sec__heading-sub {
    height: 1.8541666667vw;
  }
}
@media screen and (max-width: 750px) {
  .sec__heading-sub {
    height: 3.8933333333vw;
  }
}
.sec__heading-sub > img {
  height: 100%;
  width: auto;
}

.sec__heading {
  display: inline-block;
  text-align: center;
  width: auto;
}
@media screen and (min-width: 751px) {
  .sec__heading {
    height: 37.6px;
    margin: 29.7px auto 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .sec__heading {
    height: 3.9166666667vw;
    margin: 3.09375vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  .sec__heading {
    height: 8.2133333333vw;
    margin: 7.1733333333vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  #about .sec__heading {
    height: 20.1333333333vw;
    margin: 8vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  #feature .sec__heading {
    height: 20.1333333333vw;
    margin: 8vw auto 0;
  }
}
.sec__heading > img {
  height: 100%;
  width: auto;
}

@media screen and (min-width: 751px) {
  img {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  img {
    width: 100%;
  }
}

a {
  transition: all 0.3s;
}
@media screen and (min-width: 751px) {
  a:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}

.text-link {
  text-decoration: underline;
}
@media screen and (min-width: 751px) {
  .text-link {
    transition: all 0.3s;
  }
}
@media screen and (min-width: 751px) {
  .text-link:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}

.inner {
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .inner {
    max-width: 1280px;
    padding: 0 40px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .inner {
    padding: 0 4.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .inner {
    padding: 0 2.6666666667vw;
  }
}

.footer {
  background-color: #000;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .footer {
    padding: 49px 40px 51px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .footer {
    padding: 8.3333333333vw 0;
  }
}
@media screen and (max-width: 750px) {
  .footer {
    padding: 12.8vw 5.3333333333vw 10.4vw;
  }
}

.footer__inner {
  margin: 0 auto;
  width: 100%;
}

.footer__logo {
  display: block;
}
@media screen and (min-width: 751px) {
  .footer__logo {
    height: 48px;
    width: 272.7px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .footer__logo {
    height: 5vw;
    width: 28.40625vw;
  }
}
@media screen and (max-width: 750px) {
  .footer__logo {
    height: 12.8vw;
    width: 72.72vw;
  }
}

@media screen and (min-width: 751px) {
  .footer__info {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 751px) {
  .foorer__list {
    display: flex;
    gap: 48px;
    justify-content: flex-start;
    margin: 26px 0 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .foorer__list {
    gap: 5vw;
    margin: 2.7083333333vw 0 0;
  }
}
@media screen and (max-width: 750px) {
  .foorer__list {
    display: grid;
    gap: 5.0666666667vw;
    margin: 7.2vw 0 0;
  }
}
.foorer__list > .item > .title {
  font-weight: 500;
  line-height: 2.29;
  text-align: left;
}
@media screen and (min-width: 751px) {
  .foorer__list > .item > .title {
    font-size: 14px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .foorer__list > .item > .title {
    font-size: 1.4583333333vw;
  }
}
@media screen and (max-width: 750px) {
  .foorer__list > .item > .title {
    font-size: 3.7333333333vw;
  }
}
.foorer__list > .item .logo {
  display: block;
}
@media screen and (min-width: 751px) {
  .foorer__list > .item .logo {
    height: 24px;
    margin: 14px 0 0;
    width: 112px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .foorer__list > .item .logo {
    height: 2.5vw;
    margin: 1.4583333333vw 0 0;
    width: 11.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .foorer__list > .item .logo {
    height: 6.4vw;
    margin: 1.3333333333vw 0 0;
    width: 29.8666666667vw;
  }
}
.foorer__list > .item .txt {
  font-weight: 500;
  text-align: left;
}
@media screen and (min-width: 751px) {
  .foorer__list > .item .txt {
    font-size: 12px;
    line-height: 2;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .foorer__list > .item .txt {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 750px) {
  .foorer__list > .item .txt {
    font-size: 3.2vw;
  }
}

.footer__txt {
  text-align: center;
}

@media screen and (min-width: 751px) {
  .footer__box {
    padding: 16px 23px 0 0;
    text-align: right;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .footer__box {
    padding: 1.6666666667vw 2.3958333333vw 0 0;
  }
}
@media screen and (max-width: 750px) {
  .footer__box {
    margin: 7.2vw 0 0;
    text-align: left;
  }
}

.footer__link {
  color: #ece6d1;
  font-weight: 500;
  line-height: 2.29;
  text-decoration: underline;
}
@media screen and (min-width: 751px) {
  .footer__link {
    font-size: 14px;
    text-align: right;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .footer__link {
    font-size: 1.4583333333vw;
  }
}
@media screen and (max-width: 750px) {
  .footer__link {
    font-size: 3.7333333333vw;
    text-align: left;
  }
}

.copyright {
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 751px) {
  .copyright {
    font-size: 12px;
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .copyright {
    font-size: 1.25vw;
    margin: 2.5vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  .copyright {
    font-size: 3.2vw;
    margin: 4vw auto 0;
    text-align: left;
  }
}

@media screen and (min-width: 751px) {
  #form__tab {
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  #form__tab {
    padding: 10.6666666667vw 0 0;
  }
}

.form__tab-list {
  align-items: flex-end;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 751px) {
  .form__tab-list {
    gap: 24px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__tab-list {
    gap: 2.5vw;
  }
}
@media screen and (max-width: 750px) {
  .form__tab-list {
    flex-wrap: wrap;
    gap: 6.4vw;
  }
}
.form__tab-list > .item {
  position: relative;
}
@media screen and (min-width: 751px) {
  .form__tab-list > .item {
    margin: 50px auto 24px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__tab-list > .item {
    margin: 5.2083333333vw auto 2.5vw;
    width: calc(100% - 16px);
  }
}
@media screen and (max-width: 750px) {
  .form__tab-list > .item {
    margin: 0 auto;
    width: 100%;
  }
}
.form__tab-list > .item::after {
  background-color: #a58d17;
  content: "";
  height: 100%;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 751px) {
  .form__tab-list > .item::after {
    border-radius: 4px;
    left: 0;
    top: 4px;
    width: 100%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__tab-list > .item::after {
    border-radius: 0.4166666667vw;
    top: 0.4166666667vw;
  }
}
@media screen and (max-width: 750px) {
  .form__tab-list > .item::after {
    border-radius: 1.0666666667vw;
    left: 50%;
    top: 1.0666666667vw;
    transform: translateX(-50%);
    width: calc(100% - 5.3333333333vw);
  }
}
.form__tab-list > .item > a {
  align-items: center;
  background-color: #f4d22c;
  display: flex;
  justify-content: center;
  position: relative;
  top: 0;
  transition: all 0.3s;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .form__tab-list > .item > a {
    border-radius: 4px;
    height: 86px;
    padding: 29px 32px 28px;
    width: 384px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__tab-list > .item > a {
    border-radius: 0.4166666667vw;
    height: 10.4166666667vw;
    padding: 2.0833333333vw 3.3333333333vw 2.0833333333vw;
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .form__tab-list > .item > a {
    border-radius: 1.0666666667vw;
    height: 22.9333333333vw;
    margin: 0 auto;
    padding: 7.7333333333vw 8.5333333333vw 7.4666666667vw;
    width: calc(100% - 5.3333333333vw);
  }
}
.form__tab-list > .item > a > span {
  color: #292929;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .form__tab-list > .item > a > span {
    font-size: 20px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__tab-list > .item > a > span {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  .form__tab-list > .item > a > span {
    font-size: 20px;
  }
}
@media screen and (min-width: 751px) {
  .form__tab-list > .item > a:hover {
    top: 4px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__tab-list > .item > a:hover {
    top: 0.4166666667vw;
  }
}
@media screen and (max-width: 750px) {
  .form__tab-list > .item > a:hover {
    top: 1.0666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .form__tab-list > .item.current {
    margin: 40px auto 0;
    pointer-events: none;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__tab-list > .item.current {
    margin: 4.1666666667vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  .form__tab-list > .item.current {
    margin: 0 auto 0;
    order: 3;
  }
}
.form__tab-list > .item.current::after {
  display: none;
}
.form__tab-list > .item.current > a {
  background-color: #33b4d3;
}
@media screen and (min-width: 751px) {
  .form__tab-list > .item.current > a {
    border-radius: 4px 4px 0 0;
    height: 120px;
    padding: 32px 20px 36px;
    width: 384px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__tab-list > .item.current > a {
    border-radius: 0.4166666667vw 0.4166666667vw 0 0;
    height: auto;
    padding: 3.3333333333vw 2.0833333333vw 3.75vw;
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .form__tab-list > .item.current > a {
    border-radius: 1.0666666667vw 1.0666666667vw 0 0;
    padding: 8.5333333333vw 5.3333333333vw 9.6vw;
  }
}
.form__tab-list > .item.current > a > span {
  color: #ece6d1;
  position: relative;
}
.form__tab-list > .item.current > a > span::after {
  background-color: #f4d22c;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 751px) {
  .form__tab-list > .item.current > a > span::after {
    bottom: -10px;
    height: 4px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__tab-list > .item.current > a > span::after {
    bottom: -10px;
    height: 4px;
  }
}
@media screen and (max-width: 750px) {
  .form__tab-list > .item.current > a > span::after {
    bottom: -10px;
    height: 4px;
  }
}

@media screen and (min-width: 751px) {
  #form {
    padding: 48px 0 120px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  #form {
    padding: 5vw 0 12.5vw;
  }
}
@media screen and (max-width: 750px) {
  #form {
    padding: 12.8vw 5.3333333333vw 32vw;
  }
}

.form__wrap {
  background-color: #fff;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .form__wrap {
    border-radius: 8px;
    padding: 66px 80px 85px;
    width: 904px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__wrap {
    border-radius: 0.8333333333vw;
    padding: 6.875vw 6.25vw 8.8541666667vw;
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .form__wrap {
    border-radius: 2.1333333333vw;
    padding: 17.6vw 5.3333333333vw 16vw;
    width: 100%;
  }
}

@media screen and (min-width: 751px) {
  .form__head {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  .form__head {
    /* justify-content: center;
    flex-wrap: wrap; */
  }
}
.form__head div {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 750px) {
  .form__head div {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.form__head div > p {
  color: #292929;
  font-weight: 500;
  line-height: 2.29;
  text-align: left;
}
@media screen and (min-width: 751px) {
  .form__head div > p {
    font-size: 14px;
    margin-left: 18px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__head div > p {
    font-size: 1.4583333333vw;
    margin-left: 1.875vw;
  }
}
@media screen and (max-width: 750px) {
  .form__head div > p {
    font-size: 3.2vw;
    margin: 0 2.4vw;
  }
}

.form__heading {
  color: #292929;
  font-weight: bold;
  line-height: 1.33;
  position: relative;
}
@media screen and (min-width: 751px) {
  .form__heading {
    font-size: 24px;
    margin-right: 8px;
    text-align: left;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__heading {
    font-size: 2.5vw;
    margin-right: 2.1333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .form__heading {
    /* width: 100%; */
    display: inline-flex;
    font-size: 6.4vw;
    justify-content: center;
    margin-bottom: 5.3333333333vw;
    text-align: center;
  }
}
.form__heading::after {
  background-color: #f4d22c;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
@media screen and (min-width: 751px) {
  .form__heading::after {
    bottom: -12px;
    height: 4px;
    width: 100%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__heading::after {
    bottom: -1.25vw;
    height: 0.4166666667vw;
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .form__heading::after {
    bottom: -3.2vw;
    height: 1.0666666667vw;
    width: calc(100% + 4.2666666667vw);
  }
}

.required {
  color: #ff0000;
}
@media screen and (min-width: 751px) {
  .required {
    display: inline-block;
    margin-left: 4px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .required {
    margin-left: 0.4166666667vw;
  }
}
@media screen and (max-width: 750px) {
  .required {
    margin-left: 1.0666666667vw;
  }
}

.optional {
  color: #292929;
}
@media screen and (min-width: 751px) {
  .optional {
    display: inline-block;
    margin-left: 4px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .optional {
    margin-left: 0.4166666667vw;
  }
}
@media screen and (max-width: 750px) {
  .optional {
    margin-left: 1.0666666667vw;
  }
}

@media screen and (min-width: 751px) {
  .form__body {
    margin: 32px auto 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__body {
    margin: 3.3333333333vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  .form__body {
    margin: 8.5333333333vw auto 0;
  }
}

.form__group-txt {
  color: #33b4d3;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 751px) {
  .form__group-txt {
    border-bottom: solid 2px #f7f6f2;
    font-size: 16px;
    padding: 40px 0 24px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__group-txt {
    border-bottom: solid 0.2083333333vw #f7f6f2;
    font-size: 1.6666666667vw;
    padding: 4.1666666667vw 0 2.5vw;
  }
}
@media screen and (max-width: 750px) {
  .form__group-txt {
    border-bottom: solid 0.5333333333vw #f7f6f2;
    font-size: 3.7333333333vw;
    padding: 10.6666666667vw 0 6.4vw;
  }
}

@media screen and (min-width: 751px) {
  .form__row {
    border-bottom: solid 2px #f7f6f2;
    padding: 32px 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__row {
    border-bottom: solid 0.2083333333vw #f7f6f2;
    padding: 3.3333333333vw 0;
  }
}
@media screen and (max-width: 750px) {
  .form__row {
    border-bottom: solid 0.5333333333vw #f7f6f2;
    padding: 7.4666666667vw 0;
  }
}
@media screen and (min-width: 751px) {
  .form__row > div {
    align-items: center;
    display: flex;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 750px) {
  .form__row > div {
    display: grid;
    gap: 3.2vw;
  }
}
@media screen and (min-width: 751px) {
  .form__row > div + div {
    margin-top: 12px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__row > div + div {
    margin-top: 1.25vw;
  }
}
.form__row > div.align-top {
  align-items: flex-start;
}
.form__row .txt {
  color: #292929;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 751px) {
  .form__row .txt {
    font-size: 16px;
    padding-bottom: 4px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__row .txt {
    font-size: 1.6666666667vw;
    padding-bottom: 0.4166666667vw;
    padding-left: 2.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  .form__row .txt {
    font-size: 3.7333333333vw;
    padding-bottom: 1.0666666667vw;
  }
}

@media screen and (min-width: 751px) {
  .form__label-container {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    padding: 0 10px 0 20px;
    width: 224px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__label-container {
    padding: 0 1.0416666667vw 0 2.0833333333vw;
    width: 23.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .form__label-container {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .form__label-container.jc-flex-end {
    justify-content: flex-end;
  }
}

.form__label {
  align-items: center;
  color: #292929;
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 751px) {
  .form__label {
    font-size: 16px;
    min-height: 48px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__label {
    font-size: 1.6666666667vw;
    min-height: 5vw;
  }
}
@media screen and (max-width: 750px) {
  .form__label {
    font-size: 3.7333333333vw;
  }
}
.form__label .small {
  display: block;
  line-height: 1.71;
}
@media screen and (min-width: 751px) {
  .form__label .small {
    font-size: 14px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__label .small {
    font-size: 1.4583333333vw;
  }
}
@media screen and (max-width: 750px) {
  .form__label .small {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 751px) {
  .form__input-container {
    width: 480px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__input-container {
    width: 50vw;
  }
}
@media screen and (max-width: 750px) {
  .form__input-container {
    width: 100%;
  }
}
.form__input-container .note {
  color: #292929;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}
@media screen and (min-width: 751px) {
  .form__input-container .note {
    font-size: 14px;
    margin-top: 12px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__input-container .note {
    font-size: 1.4583333333vw;
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 750px) {
  .form__input-container .note {
    font-size: 3.2vw;
    margin-top: 0.5333333333vw;
  }
}
.form__input-container > p {
  color: #292929;
  font-weight: bold;
  line-height: 1.75;
  text-align: left;
}
@media screen and (min-width: 751px) {
  .form__input-container > p {
    font-size: 16px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__input-container > p {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .form__input-container > p {
    font-size: 3.7333333333vw;
  }
}
.form__input-container > p.txtarea {
  font-weight: normal;
}
@media screen and (min-width: 751px) {
  .form__input-container > p.txtarea {
    padding: 10px 0 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__input-container > p.txtarea {
    padding: 1.0416666667vw 0 0;
  }
}
@media screen and (max-width: 750px) {
  .form__input-container > p.txtarea {
    padding: 2.6666666667vw 0 0;
  }
}

.form__input {
  background-color: #fcfaf4;
  border: solid 1px #aaa;
  color: #292929;
  font-weight: 500;
}
@media screen and (min-width: 751px) {
  .form__input {
    border-radius: 4px;
    font-size: 16px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__input {
    border-radius: 0.4166666667vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .form__input {
    border-radius: 1.0666666667vw;
    font-size: 3.7333333333vw;
  }
}
.form__input > input[type=text],
.form__input > input[type=email],
.form__input > textarea,
.form__input > select {
  line-height: 1.5;
}
@media screen and (min-width: 751px) {
  .form__input > input[type=text],
  .form__input > input[type=email],
  .form__input > textarea,
  .form__input > select {
    padding: 10px 17px 12px 17px;
    width: 100%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__input > input[type=text],
  .form__input > input[type=email],
  .form__input > textarea,
  .form__input > select {
    padding: 1.0416666667vw 1.7708333333vw 1.25vw 1.7708333333vw;
  }
}
@media screen and (max-width: 750px) {
  .form__input > input[type=text],
  .form__input > input[type=email],
  .form__input > textarea,
  .form__input > select {
    padding: 2.6666666667vw 4.5333333333vw 3.2vw 4.5333333333vw;
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .form__input > select {
    padding: 2.6666666667vw 8.5333333333vw 3.2vw 4.5333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .form__input > textarea {
    height: 198px;
  }
}

.form__input-radio {
  display: flex;
  justify-content: flex-start;
}
@media screen and (min-width: 751px) {
  .form__input-radio {
    gap: 24px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__input-radio {
    gap: 2.5vw;
  }
}
@media screen and (max-width: 750px) {
  .form__input-radio {
    gap: 2.6666666667vw;
  }
}
.form__input-radio label {
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 751px) {
  .form__input-radio label {
    padding-left: 32px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__input-radio label {
    padding-left: 3.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .form__input-radio label {
    padding-left: 8.5333333333vw;
  }
}
.form__input-radio label::before, .form__input-radio label::after {
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.form__input-radio label::before {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  box-sizing: border-box;
  left: 0;
  transition: all 0.3s;
}
@media screen and (min-width: 751px) {
  .form__input-radio label::before {
    height: 24px;
    width: 24px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__input-radio label::before {
    height: 2.5vw;
    width: 2.5vw;
  }
}
@media screen and (max-width: 750px) {
  .form__input-radio label::before {
    height: 6.4vw;
    width: 6.4vw;
  }
}
.form__input-radio label::after {
  background-color: #33b4d3;
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.3s;
}
@media screen and (min-width: 751px) {
  .form__input-radio label::after {
    height: 14px;
    left: 5px;
    width: 14px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__input-radio label::after {
    height: 1.4583333333vw;
    left: 0.5208333333vw;
    width: 1.4583333333vw;
  }
}
@media screen and (max-width: 750px) {
  .form__input-radio label::after {
    height: 3.7333333333vw;
    left: 1.3333333333vw;
    width: 3.7333333333vw;
  }
}
.form__input-radio input:checked + label::before {
  background-color: #fff;
}
.form__input-radio input:checked + label::after {
  opacity: 1;
}

.visually-hidden {
  border: 0;
  position: absolute;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
}

.form__input-select {
  position: relative;
  width: 100%;
}
.form__input-select::after {
  color: #33b4d3;
  content: "▼";
  font-weight: 500;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 751px) {
  .form__input-select::after {
    font-size: 14px;
    right: 16px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__input-select::after {
    font-size: 1.4583333333vw;
    right: 1.4583333333vw;
  }
}
@media screen and (max-width: 750px) {
  .form__input-select::after {
    font-size: 3.7333333333vw;
    right: 3.7333333333vw;
  }
}
.form__input-select select:invalid {
  color: #a8a8a8;
}
.form__input-select select.is-empty {
  color: #a8a8a8;
}

@media screen and (min-width: 751px) {
  .form__input-select--small {
    width: 200px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__input-select--small {
    width: 20.8333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .form__input-select--small {
    width: 100%;
  }
}

@media screen and (min-width: 751px) {
  .form__input-select--medium {
    width: 320px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__input-select--medium {
    width: 33.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .form__input-select--medium {
    width: 100%;
  }
}

.form__checkbox {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 751px) {
  .form__checkbox {
    margin: 39px auto 0;
    text-align: center;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__checkbox {
    margin: 4.0625vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  .form__checkbox {
    margin: 10.4vw auto 0;
  }
}
.form__checkbox label {
  color: #292929;
  cursor: pointer;
  display: flex;
  font-weight: bold;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 751px) {
  .form__checkbox label {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__checkbox label {
    font-size: 1.4583333333vw;
    line-height: 2.5vw;
  }
}
@media screen and (max-width: 750px) {
  .form__checkbox label {
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
  }
}
.form__checkbox label > a {
  color: #33b4d3;
  text-decoration: underline;
}
@media screen and (min-width: 751px) {
  .form__checkbox label > a {
    text-underline-offset: 2px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__checkbox label > a {
    text-underline-offset: 0.2083333333vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__checkbox label > a {
    text-underline-offset: 0.5333333333vw;
  }
}
.form__checkbox input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.form__checkbox input:checked + .option-input::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.12 9.12'%3E%3Cpath fill='%2333b4d3' d='M11.84 1.64L5.22 8.26a1 1 0 01-1.68.57L.29 5.59a1 1 0 011.42-1.42l2.44 2.44L10.48.28a1 1 0 011.36 0 1 1 0 010 1.36z'/%3E%3C/svg%3E") no-repeat 50%;
  background-size: 100% auto;
}
.form__checkbox .option-input {
  cursor: pointer;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 751px) {
  .form__checkbox .option-input {
    padding-left: 36px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__checkbox .option-input {
    padding-left: 3.75vw;
  }
}
@media screen and (max-width: 750px) {
  .form__checkbox .option-input {
    padding-left: 9.6vw;
  }
}
.form__checkbox .option-input::before {
  content: "";
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .form__checkbox .option-input::before {
    height: 14px;
    left: 5px;
    top: 6px;
    width: 14px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__checkbox .option-input::before {
    height: 1.4583333333vw;
    left: 0.5208333333vw;
    top: 0.625vw;
    width: 1.4583333333vw;
  }
}
@media screen and (max-width: 750px) {
  .form__checkbox .option-input::before {
    height: 3.7333333333vw;
    left: 1.3333333333vw;
    top: 1.6vw;
    width: 3.7333333333vw;
  }
}
.form__checkbox .option-input::after {
  background-color: #fcfaf4;
  border: solid 1px #aaa;
  box-sizing: border-box;
  content: "";
  left: 0;
  position: absolute;
}
@media screen and (min-width: 751px) {
  .form__checkbox .option-input::after {
    border-radius: 4px;
    height: 24px;
    top: 1px;
    width: 24px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__checkbox .option-input::after {
    border-radius: 0.4166666667vw;
    height: 2.5vw;
    top: 1px;
    width: 2.5vw;
  }
}
@media screen and (max-width: 750px) {
  .form__checkbox .option-input::after {
    border-radius: 1.0666666667vw;
    height: 6.4vw;
    top: 1px;
    width: 6.4vw;
  }
}

@media screen and (min-width: 751px) {
  .form__thx {
    padding: 82px 0 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__thx {
    padding: 8.5416666667vw 0 0;
  }
}
@media screen and (max-width: 750px) {
  .form__thx {
    padding: 13.8666666667vw 0 0;
  }
}

.form__thx-lead {
  font-weight: 500;
}
@media screen and (min-width: 751px) {
  .form__thx-lead {
    font-size: 32px;
    line-height: 1;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__thx-lead {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .form__thx-lead {
    font-size: 8vw;
    line-height: 1.4;
  }
}

.form__thx-txt {
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 751px) {
  .form__thx-txt {
    font-size: 16px;
    margin: 44px auto 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__thx-txt {
    font-size: 1.6666666667vw;
    margin: 4.5833333333vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  .form__thx-txt {
    font-size: 3.7333333333vw;
    margin: 11.7333333333vw auto 0;
    text-align: left;
  }
}

.header {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .header {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }
}

@media screen and (max-width: 750px) {
  .header__inner {
    align-items: center;
    background-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
    display: flex;
    justify-content: space-between;
    padding: 5.3333333333vw 4.2666666667vw 5.3333333333vw 6.4vw;
    position: relative;
    z-index: 999;
  }
}

#gloval-nav {
  display: inline-block;
  margin-left: auto;
}

.global-nav__logo {
  display: block;
  font-size: 0;
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 751px) {
  .global-nav__logo svg {
    opacity: 1;
  }
}

@media screen and (min-width: 751px) {
  .global-nav__logo {
    height: 48px;
    left: 48px;
    position: fixed;
    top: 48px;
    transition: opacity 0.3s;
    width: 272.7px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .global-nav__logo {
    height: auto;
    left: 5vw;
    position: fixed;
    top: 5vw;
    width: 28.40625vw;
  }
}
@media screen and (max-width: 750px) {
  .global-nav__logo {
    height: auto;
    width: 46.7733333333vw;
  }
}
@media screen and (min-width: 751px) {
  .global-nav__logo a {
    align-items: center;
    display: flex;
    justify-content: flex-start;
  }
}
.global-nav__logo svg {
  opacity: 1;
}
@media screen and (min-width: 751px) {
  .global-nav__logo:hover {
    opacity: 0.6;
  }
}

@media screen and (min-width: 751px) {
  .header__btn {
    position: fixed;
    right: 48px;
    top: 48px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .header__btn {
    position: fixed;
    right: 5vw;
    top: 5vw;
  }
}

#mv {
  position: relative;
}
@media screen and (min-width: 751px) {
  #mv {
    padding: 81px 0 71px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  #mv {
    padding: 21.6vw 0 18.9333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #mv {
    padding: 32vw 0 14.1333333333vw;
  }
}
#mv::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 751px) {
  #mv::after {
    background: url(../img/bg_mv.png) no-repeat center center;
    background-size: cover;
  }
}
@media screen and (max-width: 750px) {
  #mv::after {
    background: url(../img/bg_mv-sp.png) no-repeat center center;
    background-size: cover;
  }
}

@media screen and (min-width: 751px) {
  .mv__logo {
    height: 534px;
    margin: 0 auto;
    width: 534px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .mv__logo {
    height: 55.625vw;
    width: 55.625vw;
  }
}
@media screen and (max-width: 750px) {
  .mv__logo {
    height: 78.6666666667vw;
    margin: 0 auto;
    width: 78.6666666667vw;
  }
}

.mv__txt {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .mv__txt {
    font-size: 18px;
    line-height: 2.22;
    margin: 35px auto 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .mv__txt {
    font-size: 1.875vw;
    margin: 3.6458333333vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  .mv__txt {
    font-size: 3.7333333333vw;
    line-height: 2;
    margin: 10.6666666667vw auto 0;
  }
}

@media screen and (min-width: 751px) {
  #about {
    padding: 100px 0 96px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  #about {
    padding: 10.4166666667vw 0 10vw;
  }
}
@media screen and (max-width: 750px) {
  #about {
    padding: 21.44vw 0 20.2666666667vw;
  }
}

@media screen and (min-width: 751px) {
  .about__figure {
    margin: 43px auto 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .about__figure {
    margin: 4.4791666667vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  .about__figure {
    margin: 9.3333333333vw auto 0;
    width: calc(100% - 5.3333333333vw);
  }
}

.about__heading {
  position: relative;
}
@media screen and (min-width: 751px) {
  .about__heading {
    height: 26.5px;
    margin: 49px auto 0;
    width: 369.9px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .about__heading {
    height: 26.5px;
    margin: 5.1041666667vw auto 0;
    width: 369.9px;
  }
}
@media screen and (max-width: 750px) {
  .about__heading {
    height: 6.1333333333vw;
    margin: 12.88vw auto 0;
    width: 84.6133333333vw;
  }
}
.about__heading::after {
  background-color: #f4d22c;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
@media screen and (min-width: 751px) {
  .about__heading::after {
    bottom: -12px;
    height: 4px;
    width: 100%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .about__heading::after {
    bottom: -1.25vw;
    height: 0.4166666667vw;
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .about__heading::after {
    bottom: -3.2vw;
    height: 1.0666666667vw;
    width: calc(100% + 4.2666666667vw);
  }
}

@media screen and (min-width: 751px) {
  .about__list {
    display: flex;
    gap: 48px;
    justify-content: center;
    margin: 52px auto 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .about__list {
    gap: 3.125vw;
    margin: 5.4166666667vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  .about__list {
    display: grid;
    gap: 5.3333333333vw;
    margin: 9.6vw auto 0;
    padding: 0 2.6666666667vw;
  }
}
.about__list > .item {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 751px) {
  .about__list > .item {
    border: solid 4px #ece6d1;
    border-radius: 4px;
    padding: 30px 0 26px 81px;
    width: 368px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .about__list > .item {
    border: solid 0.4166666667vw #ece6d1;
    border-radius: 0.4166666667vw;
    padding: 3.125vw 0 2.7083333333vw 7.2916666667vw;
    width: calc((100% - 3.125vw * 2) / 3);
  }
}
@media screen and (max-width: 750px) {
  .about__list > .item {
    border: solid 1.0666666667vw #ece6d1;
    border-radius: 1.0666666667vw;
    padding: 5.0666666667vw 0 5.0666666667vw 17.3333333333vw;
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .about__list > .item:last-child {
    padding: 20px 0 16px 81px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .about__list > .item:last-child {
    padding: 2.0833333333vw 0 3.3333333333vw 7.2916666667vw;
  }
}
@media screen and (max-width: 750px) {
  .about__list > .item:last-child {
    padding-bottom: 9.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .about__list > .item:last-child > .icon {
    top: calc(50% - 8px);
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .about__list > .item:last-child > .icon {
    top: calc(50% - 0.8333333333vw);
  }
}
@media screen and (max-width: 750px) {
  .about__list > .item:last-child > .icon {
    top: calc(50% - 2.1333333333vw);
  }
}
.about__list > .item > .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 751px) {
  .about__list > .item > .icon {
    height: 27px;
    left: 31px;
    width: 27px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .about__list > .item > .icon {
    height: 2.8125vw;
    left: 2.0833333333vw;
    width: 2.8125vw;
  }
}
@media screen and (max-width: 750px) {
  .about__list > .item > .icon {
    height: 7.2vw;
    left: 6.1333333333vw;
    width: 7.2vw;
  }
}
.about__list > .item > .txt {
  font-weight: bold;
  line-height: 1.56;
  text-align: left;
}
@media screen and (min-width: 751px) {
  .about__list > .item > .txt {
    font-size: 18px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .about__list > .item > .txt {
    font-size: 1.4583333333vw;
  }
}
@media screen and (max-width: 750px) {
  .about__list > .item > .txt {
    font-size: 4.8vw;
  }
}
.about__list > .item > .note {
  font-weight: bold;
  left: 50%;
  line-height: 2.33;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 751px) {
  .about__list > .item > .note {
    bottom: 2px;
    font-size: 12px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .about__list > .item > .note {
    bottom: 0.2083333333vw;
    font-size: 1.0416666667vw;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 750px) {
  .about__list > .item > .note {
    bottom: 1.3333333333vw;
    font-size: 3.2vw;
    letter-spacing: -0.05em;
  }
}

.about__txt {
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .about__txt {
    font-size: 16px;
    margin-top: 45px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .about__txt {
    font-size: 1.6666666667vw;
    margin-top: 4.6875vw;
  }
}
@media screen and (max-width: 750px) {
  .about__txt {
    font-size: 3.7333333333vw;
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .about__list + .about__txt {
    margin-top: 21px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .about__list + .about__txt {
    margin-top: 2.1875vw;
  }
}
@media screen and (max-width: 750px) {
  .about__list + .about__txt {
    margin-top: 4.5333333333vw;
  }
}

#feature {
  overflow: hidden;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
@media screen and (min-width: 751px) {
  #feature {
    padding: 100px 0 97px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  #feature {
    padding: 10.4166666667vw 0 10.1041666667vw;
  }
}
@media screen and (max-width: 750px) {
  #feature {
    padding: 21.4933333333vw 0 20.2666666667vw;
  }
}
#feature > .bg {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: -1;
}
@media screen and (min-width: 751px) {
  #feature > .bg {
    background: url(../img/bg_feature.png) no-repeat center/cover;
  }
}
@media screen and (max-width: 750px) {
  #feature > .bg {
    background: url(../img/bg_feature-sp.png) no-repeat center/cover;
  }
}

.feature__list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 751px) {
  .feature__list {
    margin: 65px auto 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .feature__list {
    margin: 6.7708333333vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  .feature__list {
    flex-wrap: wrap;
    gap: 9.3333333333vw 0;
    justify-content: center;
    margin: 13.3333333333vw auto 0;
  }
}
.feature__list > .item {
  margin: 0 auto 0;
}
@media screen and (min-width: 751px) {
  .feature__list > .item {
    width: 198px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .feature__list > .item {
    width: 20.625vw;
  }
}
@media screen and (max-width: 750px) {
  .feature__list > .item {
    width: 50%;
  }
}
@media screen and (min-width: 751px) {
  .feature__list > .item:nth-child(1) .icon {
    width: 106px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .feature__list > .item:nth-child(1) .icon {
    width: 11.0416666667vw;
  }
}
@media screen and (max-width: 750px) {
  .feature__list > .item:nth-child(1) .icon {
    width: 23.8133333333vw;
  }
}
@media screen and (min-width: 751px) {
  .feature__list > .item:nth-child(2) .icon {
    width: 100.8px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .feature__list > .item:nth-child(2) .icon {
    width: 10.5vw;
  }
}
@media screen and (max-width: 750px) {
  .feature__list > .item:nth-child(2) .icon {
    width: 21.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .feature__list > .item:nth-child(3) .icon {
    width: 89.3px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .feature__list > .item:nth-child(3) .icon {
    width: 9.3020833333vw;
  }
}
@media screen and (max-width: 750px) {
  .feature__list > .item:nth-child(3) .icon {
    width: 17.0666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .feature__list > .item:nth-child(4) .icon {
    width: 78.9px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .feature__list > .item:nth-child(4) .icon {
    width: 8.21875vw;
  }
}
@media screen and (max-width: 750px) {
  .feature__list > .item:nth-child(4) .icon {
    width: 16.8266666667vw;
  }
}
.feature__list > .item > .title {
  color: #33b4d3;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .feature__list > .item > .title {
    font-size: 18px;
    line-height: 1.33;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .feature__list > .item > .title {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 750px) {
  .feature__list > .item > .title {
    font-size: 4.8vw;
    line-height: 1.56;
  }
}
.feature__list > .item > .icon {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .feature__list > .item > .icon {
    height: 88px;
    margin: 25px auto 23px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .feature__list > .item > .icon {
    height: 9.1666666667vw;
    margin: 2.6041666667vw auto 2.3958333333vw;
  }
}
@media screen and (max-width: 750px) {
  .feature__list > .item > .icon {
    height: 17.0666666667vw;
    margin: 3.4666666667vw auto 4.2666666667vw;
  }
}
.feature__list > .item > .txt {
  color: #ece6d1;
  line-height: 1.71;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .feature__list > .item > .txt {
    font-size: 14px;
    font-weight: bold;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .feature__list > .item > .txt {
    font-size: 1.4583333333vw;
  }
}
@media screen and (max-width: 750px) {
  .feature__list > .item > .txt {
    font-size: 3.7333333333vw;
    font-weight: 500;
  }
}

@media screen and (max-width: 750px) {
  #flow {
    padding: 21.4933333333vw 0 21.3333333333vw;
  }
}

@media screen and (min-width: 751px) {
  .flow__list {
    display: flex;
    gap: 0 80px;
    justify-content: center;
    margin: 66px auto 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .flow__list {
    gap: 0 6.25vw;
    margin: 6.875vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  .flow__list {
    display: grid;
    gap: 22.4vw 0;
    margin: 18.4vw auto 0;
    padding: 0 8vw;
  }
}
.flow__list > .item {
  align-items: center;
  background-color: #ece6d1;
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 751px) {
  .flow__list > .item {
    border-radius: 4px;
    height: 140px;
    margin: 20px 0 0;
    padding: 10px 0 0;
    width: 240px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .flow__list > .item {
    border-radius: 0.4166666667vw;
    height: 14.5833333333vw;
    margin: 2.0833333333vw 0 0;
    padding: 1.0416666667vw 0 0;
    width: 25vw;
  }
}
@media screen and (max-width: 750px) {
  .flow__list > .item {
    border-radius: 1.0666666667vw;
    padding: 13.3333333333vw 6.4vw 10.6666666667vw;
  }
}
.flow__list > .item > .title {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
@media screen and (min-width: 751px) {
  .flow__list > .item > .title {
    height: 40px;
    top: -20px;
    width: 98px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .flow__list > .item > .title {
    height: 4.1666666667vw;
    top: -2.0833333333vw;
    width: 10.2083333333vw;
  }
}
@media screen and (max-width: 750px) {
  .flow__list > .item > .title {
    height: 10.6666666667vw;
    top: -5.3333333333vw;
    width: 26.1333333333vw;
  }
}
.flow__list > .item > .txt {
  color: #292929;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .flow__list > .item > .txt {
    font-size: 18px;
    line-height: 1.56;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .flow__list > .item > .txt {
    font-size: 1.4583333333vw;
  }
}
@media screen and (max-width: 750px) {
  .flow__list > .item > .txt {
    font-size: 4.8vw;
    line-height: 1.33;
  }
}
@media screen and (max-width: 750px) {
  .flow__list > .item:not(:first-child) {
    padding: 11.7333333333vw 6.4vw 10.1333333333vw;
  }
}
.flow__list > .item:not(:first-child)::after {
  content: "";
  position: absolute;
}
@media screen and (min-width: 751px) {
  .flow__list > .item:not(:first-child)::after {
    background: url(../img/flow_arrow.svg) center center no-repeat;
    background-size: cover;
    height: 32px;
    left: -53px;
    top: 60px;
    width: 26px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .flow__list > .item:not(:first-child)::after {
    height: 3.3333333333vw;
    left: -4.1666666667vw;
    top: 6.25vw;
    width: 2.7083333333vw;
  }
}
@media screen and (max-width: 750px) {
  .flow__list > .item:not(:first-child)::after {
    background: url(../img/flow_arrow-sp.svg) center center no-repeat;
    background-size: cover;
    height: 6.6666666667vw;
    left: 50%;
    top: -17.3333333333vw;
    transform: translateX(-50%);
    width: 8.2666666667vw;
  }
}

@media screen and (min-width: 751px) {
  #contact {
    padding: 100px 0 120px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  #contact {
    padding: 10.4166666667vw 0 12.5vw;
  }
}
@media screen and (max-width: 750px) {
  #contact {
    padding: 21.4933333333vw 0 21.3333333333vw;
  }
}

.contact__box {
  background-color: #292929;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .contact__box {
    border-radius: 4px;
    height: 222px;
    margin: 65.4px auto 0;
    padding: 51px 80px;
    width: 840px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .contact__box {
    border-radius: 0.4166666667vw;
    height: 23.125vw;
    padding: 5.3125vw 8.3333333333vw;
    width: 87.5vw;
  }
}
@media screen and (max-width: 750px) {
  .contact__box {
    border-radius: 1.0666666667vw;
    margin: 12.8vw auto 0;
    padding: 9.0666666667vw 8vw 10.6666666667vw;
    width: calc(100% - 5.3333333333vw);
  }
}
.contact__box > .txt {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .contact__box > .txt {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .contact__box > .txt {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  .contact__box > .txt {
    font-size: 4.2666666667vw;
    line-height: 1.75;
  }
}

@media screen and (max-width: 750px) {
  .btn {
    display: inline-block;
    font-size: 0;
  }
}
.btn > a {
  align-items: center;
  background-color: #f4d22c;
  color: #292929;
  display: inline-flex;
  font-weight: bold;
  justify-content: center;
  line-height: 1.2;
  text-align: center;
}

.header__btn > a {
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  .header__btn > a {
    border-radius: 24px;
    font-size: 18px;
    height: 48px;
    line-height: 2.22;
    width: 180px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .header__btn > a {
    border-radius: 2.5vw;
    font-size: 1.875vw;
    height: 5vw;
    width: 18.75vw;
  }
}
@media screen and (max-width: 750px) {
  .header__btn > a {
    border-radius: 5.3333333333vw;
    font-size: 3.7333333333vw;
    height: 10.6666666667vw;
    line-height: 2.86;
    width: 28.8vw;
  }
}

.flow__btn {
  position: relative;
}
@media screen and (min-width: 751px) {
  .flow__btn {
    margin: -6px auto 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .flow__btn {
    margin: -0.3125vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  .flow__btn {
    margin: -1.6vw auto 0;
  }
}
.flow__btn > a {
  position: relative;
  top: 0;
}
@media screen and (min-width: 751px) {
  .flow__btn > a {
    border-radius: 28px;
    font-size: 20px;
    height: 56px;
    transition: all 0.3s;
    width: 192px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .flow__btn > a {
    border-radius: 2.3958333333vw;
    font-size: 1.875vw;
    height: 4.7916666667vw;
    width: 16.875vw;
  }
}
@media screen and (max-width: 750px) {
  .flow__btn > a {
    border-radius: 7.4666666667vw;
    font-size: 5.3333333333vw;
    height: 14.9333333333vw;
    width: 65.8666666667vw;
  }
}
.flow__btn::before {
  background-color: #a58d17;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  transition: all 0.3s;
  width: 100%;
  z-index: 0;
}
@media screen and (min-width: 751px) {
  .flow__btn::before {
    border-radius: 28px;
    bottom: -6px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .flow__btn::before {
    border-radius: 2.3958333333vw;
    bottom: -0.3125vw;
  }
}
@media screen and (max-width: 750px) {
  .flow__btn::before {
    border-radius: 7.4666666667vw;
    bottom: -1.6vw;
  }
}
@media screen and (min-width: 751px) {
  .flow__btn:hover a {
    top: 6px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .flow__btn:hover a {
    top: 0.3125vw;
  }
}
@media screen and (max-width: 750px) {
  .flow__btn:hover a {
    top: 1.6vw;
  }
}

.contact__btn {
  display: inline-block;
}
@media screen and (min-width: 751px) {
  .contact__btn {
    margin: 34px auto 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .contact__btn {
    margin: 3.5416666667vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  .contact__btn {
    margin: 5.3333333333vw auto 0;
  }
}
@media screen and (min-width: 751px) {
  .contact__btn a {
    border-radius: 32px;
    font-size: 20px;
    height: 64px;
    width: 280px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .contact__btn a {
    border-radius: 3.3333333333vw;
    font-size: 2.0833333333vw;
    height: 6.6666666667vw;
    width: 29.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .contact__btn a {
    border-radius: 8.5333333333vw;
    font-size: 5.3333333333vw;
    height: 17.0666666667vw;
    width: 61.6vw;
  }
}

.form__btn {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 751px) {
  .form__btn {
    margin: 32px auto 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__btn {
    margin: 3.3333333333vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  .form__btn {
    margin: 8.5333333333vw auto 0;
  }
}
.form__btn > button {
  background-color: #f4d22c;
  font-weight: bold;
  position: relative;
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .form__btn > button {
    border-radius: 32px;
    font-size: 20px;
    height: 64px;
    transition: all 0.3s;
    width: 280px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__btn > button {
    border-radius: 3.3333333333vw;
    font-size: 2.0833333333vw;
    height: 6.6666666667vw;
    width: 29.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .form__btn > button {
    border-radius: 7.4666666667vw;
    font-size: 5.3333333333vw;
    height: 14.9333333333vw;
    width: 65.8666666667vw;
  }
}
.form__btn::before {
  background-color: #a58d17;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  transition: all 0.3s;
  width: 100%;
  z-index: 0;
}
@media screen and (min-width: 751px) {
  .form__btn::before {
    border-radius: 32px;
    bottom: -4px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__btn::before {
    border-radius: 3.3333333333vw;
    bottom: -0.4166666667vw;
  }
}
@media screen and (max-width: 750px) {
  .form__btn::before {
    border-radius: 7.4666666667vw;
    bottom: -1.6vw;
  }
}
.form__btn:hover button {
  opacity: 0.6;
}
@media screen and (min-width: 751px) {
  .form__btn:hover button {
    top: 4px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .form__btn:hover button {
    top: 0.4166666667vw;
  }
}
@media screen and (max-width: 750px) {
  .form__btn:hover button {
    top: 1.6vw;
  }
}

.modal-wrap {
  background-color: #fff;
  color: #000;
  margin: auto;
  overflow-y: auto;
}
@media screen and (min-width: 751px) {
  .modal-wrap {
    height: 45vw;
    padding: 2em;
    width: 800px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .modal-wrap {
    height: calc(100vw - 8.3333333333vw);
  }
}
@media screen and (max-width: 750px) {
  .modal-wrap {
    height: calc(100% - 5.3333333333vw);
    padding: 1em;
  }
}
.modal-wrap h2 {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .modal-wrap h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .modal-wrap h2 {
    font-size: 6.4vw;
  }
}
.modal-wrap h3 {
  font-weight: bold;
  margin-top: 1.5em;
}
@media screen and (min-width: 751px) {
  .modal-wrap h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .modal-wrap h3 {
    font-size: 6.4vw;
  }
}
.modal-wrap p {
  margin-top: 1.5em;
}
@media screen and (min-width: 751px) {
  .modal-wrap p {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .modal-wrap p {
    font-size: 4.8vw;
  }
}
.modal-wrap ol {
  margin-top: 2em;
}
.modal-wrap ol li {
  list-style: decimal;
  list-style-position: outside;
  margin-left: 1.3em;
  margin-top: 1em;
}
@media screen and (min-width: 751px) {
  .modal-wrap ol li {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .modal-wrap ol li {
    font-size: 4.8vw;
  }
}

.popup-modal-dismiss {
  text-align: center;
}

.defs {
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}

svg {
  display: block;
}

.error {
  color: red;
  font-size: 0.6em;
  display: flex;
}

@media screen and (max-width: 750px) {
  .error {
    font-size: 4.8vw;
  }
}

#error-privacy-policy {
  justify-content: center;
}

.wrap-text {
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
}

.production-code {
  color:#007aff;
  text-decoration: underline;
}
