@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 {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  vertical-align: middle;
}

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: 769px) {
  a:hover {
    /* color: $c-color; */
  }
}

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

/* 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 {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none !important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1043;
}

.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 {
  -ms-user-select: none;
  -webkit-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 {
  -webkit-appearance: none;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: none;
  overflow: visible;
  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: 769px) {
  .mfp-close {
    height: 57px;
    width: 67px;
  }
}

@media screen and (max-width: 768px) {
  .mfp-close {
    background-size: 8.93333vw 7.6vw;
    height: 7.6vw;
    width: 8.93333vw;
  }
}

.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 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 110px;
  margin: 0;
  margin-top: -55px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 90px;
}

.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: 768px) {
  .mfp-iframe-holder .mfp-close {
    top: -8vw;
  }
}

.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;
  padding-right: 36px;
  text-align: left;
  word-wrap: break-word;
}

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

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

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

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.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: .5em 1em;
  pointer-events: none;
  position: absolute;
  text-indent: 0;
  text-shadow: none;
  transition: all .18s ease-out .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 .18s ease-out .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 {
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}

.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 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@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") format("woff");
}

:root {
  --swiper-theme-color: #007aff;
}

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

.swiper-container-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-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

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

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

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

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

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

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

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

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

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

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

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

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

.swiper-container-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-container-css-mode > .swiper-wrapper {
  /* For Firefox */
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
  /* For Internet Explorer and Edge */
}

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

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

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

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

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

.swiper-button-prev,
.swiper-button-next {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  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: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;
  text-transform: none;
}

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

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

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

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

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

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

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

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

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  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);
}

.swiper-pagination-bullet {
  background: #000;
  border-radius: 100%;
  display: inline-block;
  height: 8px;
  opacity: 0.2;
  width: 8px;
}

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

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
}

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

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

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

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

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

.swiper-container-horizontal.swiper-container-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-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

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

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

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

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

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

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

.swiper-container-vertical > .swiper-scrollbar {
  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 {
  animation: swiper-preloader-spin 1s infinite linear;
  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-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

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

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}

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

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

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

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

.swiper-container-cube {
  overflow: visible;
}

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
  background: #000;
  bottom: 0px;
  filter: blur(50px);
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

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

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

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

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

body[data-aos-duration='50'] [data-aos], [data-aos][data-aos][data-aos-duration='50'] {
  transition-duration: 50ms;
}

body[data-aos-delay='50'] [data-aos], [data-aos][data-aos][data-aos-delay='50'] {
  transition-delay: 0s;
}

body[data-aos-delay='50'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='50'].aos-animate {
  transition-delay: 50ms;
}

body[data-aos-duration='100'] [data-aos], [data-aos][data-aos][data-aos-duration='100'] {
  transition-duration: 100ms;
}

body[data-aos-delay='100'] [data-aos], [data-aos][data-aos][data-aos-delay='100'] {
  transition-delay: 0s;
}

body[data-aos-delay='100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='100'].aos-animate {
  transition-delay: 100ms;
}

body[data-aos-duration='150'] [data-aos], [data-aos][data-aos][data-aos-duration='150'] {
  transition-duration: 150ms;
}

body[data-aos-delay='150'] [data-aos], [data-aos][data-aos][data-aos-delay='150'] {
  transition-delay: 0s;
}

body[data-aos-delay='150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='150'].aos-animate {
  transition-delay: 150ms;
}

body[data-aos-duration='200'] [data-aos], [data-aos][data-aos][data-aos-duration='200'] {
  transition-duration: 200ms;
}

body[data-aos-delay='200'] [data-aos], [data-aos][data-aos][data-aos-delay='200'] {
  transition-delay: 0s;
}

body[data-aos-delay='200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='200'].aos-animate {
  transition-delay: 200ms;
}

body[data-aos-duration='250'] [data-aos], [data-aos][data-aos][data-aos-duration='250'] {
  transition-duration: 250ms;
}

body[data-aos-delay='250'] [data-aos], [data-aos][data-aos][data-aos-delay='250'] {
  transition-delay: 0s;
}

body[data-aos-delay='250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='250'].aos-animate {
  transition-delay: 250ms;
}

body[data-aos-duration='300'] [data-aos], [data-aos][data-aos][data-aos-duration='300'] {
  transition-duration: 300ms;
}

body[data-aos-delay='300'] [data-aos], [data-aos][data-aos][data-aos-delay='300'] {
  transition-delay: 0s;
}

body[data-aos-delay='300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='300'].aos-animate {
  transition-delay: 300ms;
}

body[data-aos-duration='350'] [data-aos], [data-aos][data-aos][data-aos-duration='350'] {
  transition-duration: 350ms;
}

body[data-aos-delay='350'] [data-aos], [data-aos][data-aos][data-aos-delay='350'] {
  transition-delay: 0s;
}

body[data-aos-delay='350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='350'].aos-animate {
  transition-delay: 350ms;
}

body[data-aos-duration='400'] [data-aos], [data-aos][data-aos][data-aos-duration='400'] {
  transition-duration: 400ms;
}

body[data-aos-delay='400'] [data-aos], [data-aos][data-aos][data-aos-delay='400'] {
  transition-delay: 0s;
}

body[data-aos-delay='400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='400'].aos-animate {
  transition-delay: 400ms;
}

body[data-aos-duration='450'] [data-aos], [data-aos][data-aos][data-aos-duration='450'] {
  transition-duration: 450ms;
}

body[data-aos-delay='450'] [data-aos], [data-aos][data-aos][data-aos-delay='450'] {
  transition-delay: 0s;
}

body[data-aos-delay='450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='450'].aos-animate {
  transition-delay: 450ms;
}

body[data-aos-duration='500'] [data-aos], [data-aos][data-aos][data-aos-duration='500'] {
  transition-duration: 500ms;
}

body[data-aos-delay='500'] [data-aos], [data-aos][data-aos][data-aos-delay='500'] {
  transition-delay: 0s;
}

body[data-aos-delay='500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='500'].aos-animate {
  transition-delay: 500ms;
}

body[data-aos-duration='550'] [data-aos], [data-aos][data-aos][data-aos-duration='550'] {
  transition-duration: 550ms;
}

body[data-aos-delay='550'] [data-aos], [data-aos][data-aos][data-aos-delay='550'] {
  transition-delay: 0s;
}

body[data-aos-delay='550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='550'].aos-animate {
  transition-delay: 550ms;
}

body[data-aos-duration='600'] [data-aos], [data-aos][data-aos][data-aos-duration='600'] {
  transition-duration: 600ms;
}

body[data-aos-delay='600'] [data-aos], [data-aos][data-aos][data-aos-delay='600'] {
  transition-delay: 0s;
}

body[data-aos-delay='600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='600'].aos-animate {
  transition-delay: 600ms;
}

body[data-aos-duration='650'] [data-aos], [data-aos][data-aos][data-aos-duration='650'] {
  transition-duration: 650ms;
}

body[data-aos-delay='650'] [data-aos], [data-aos][data-aos][data-aos-delay='650'] {
  transition-delay: 0s;
}

body[data-aos-delay='650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='650'].aos-animate {
  transition-delay: 650ms;
}

body[data-aos-duration='700'] [data-aos], [data-aos][data-aos][data-aos-duration='700'] {
  transition-duration: 700ms;
}

body[data-aos-delay='700'] [data-aos], [data-aos][data-aos][data-aos-delay='700'] {
  transition-delay: 0s;
}

body[data-aos-delay='700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='700'].aos-animate {
  transition-delay: 700ms;
}

body[data-aos-duration='750'] [data-aos], [data-aos][data-aos][data-aos-duration='750'] {
  transition-duration: 750ms;
}

body[data-aos-delay='750'] [data-aos], [data-aos][data-aos][data-aos-delay='750'] {
  transition-delay: 0s;
}

body[data-aos-delay='750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='750'].aos-animate {
  transition-delay: 750ms;
}

body[data-aos-duration='800'] [data-aos], [data-aos][data-aos][data-aos-duration='800'] {
  transition-duration: 800ms;
}

body[data-aos-delay='800'] [data-aos], [data-aos][data-aos][data-aos-delay='800'] {
  transition-delay: 0s;
}

body[data-aos-delay='800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='800'].aos-animate {
  transition-delay: 800ms;
}

body[data-aos-duration='850'] [data-aos], [data-aos][data-aos][data-aos-duration='850'] {
  transition-duration: 850ms;
}

body[data-aos-delay='850'] [data-aos], [data-aos][data-aos][data-aos-delay='850'] {
  transition-delay: 0s;
}

body[data-aos-delay='850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='850'].aos-animate {
  transition-delay: 850ms;
}

body[data-aos-duration='900'] [data-aos], [data-aos][data-aos][data-aos-duration='900'] {
  transition-duration: 900ms;
}

body[data-aos-delay='900'] [data-aos], [data-aos][data-aos][data-aos-delay='900'] {
  transition-delay: 0s;
}

body[data-aos-delay='900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='900'].aos-animate {
  transition-delay: 900ms;
}

body[data-aos-duration='950'] [data-aos], [data-aos][data-aos][data-aos-duration='950'] {
  transition-duration: 950ms;
}

body[data-aos-delay='950'] [data-aos], [data-aos][data-aos][data-aos-delay='950'] {
  transition-delay: 0s;
}

body[data-aos-delay='950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='950'].aos-animate {
  transition-delay: 950ms;
}

body[data-aos-duration='1000'] [data-aos], [data-aos][data-aos][data-aos-duration='1000'] {
  transition-duration: 1000ms;
}

body[data-aos-delay='1000'] [data-aos], [data-aos][data-aos][data-aos-delay='1000'] {
  transition-delay: 0s;
}

body[data-aos-delay='1000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1000'].aos-animate {
  transition-delay: 1000ms;
}

body[data-aos-duration='1050'] [data-aos], [data-aos][data-aos][data-aos-duration='1050'] {
  transition-duration: 1050ms;
}

body[data-aos-delay='1050'] [data-aos], [data-aos][data-aos][data-aos-delay='1050'] {
  transition-delay: 0s;
}

body[data-aos-delay='1050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1050'].aos-animate {
  transition-delay: 1050ms;
}

body[data-aos-duration='1100'] [data-aos], [data-aos][data-aos][data-aos-duration='1100'] {
  transition-duration: 1100ms;
}

body[data-aos-delay='1100'] [data-aos], [data-aos][data-aos][data-aos-delay='1100'] {
  transition-delay: 0s;
}

body[data-aos-delay='1100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1100'].aos-animate {
  transition-delay: 1100ms;
}

body[data-aos-duration='1150'] [data-aos], [data-aos][data-aos][data-aos-duration='1150'] {
  transition-duration: 1150ms;
}

body[data-aos-delay='1150'] [data-aos], [data-aos][data-aos][data-aos-delay='1150'] {
  transition-delay: 0s;
}

body[data-aos-delay='1150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1150'].aos-animate {
  transition-delay: 1150ms;
}

body[data-aos-duration='1200'] [data-aos], [data-aos][data-aos][data-aos-duration='1200'] {
  transition-duration: 1200ms;
}

body[data-aos-delay='1200'] [data-aos], [data-aos][data-aos][data-aos-delay='1200'] {
  transition-delay: 0s;
}

body[data-aos-delay='1200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1200'].aos-animate {
  transition-delay: 1200ms;
}

body[data-aos-duration='1250'] [data-aos], [data-aos][data-aos][data-aos-duration='1250'] {
  transition-duration: 1250ms;
}

body[data-aos-delay='1250'] [data-aos], [data-aos][data-aos][data-aos-delay='1250'] {
  transition-delay: 0s;
}

body[data-aos-delay='1250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1250'].aos-animate {
  transition-delay: 1250ms;
}

body[data-aos-duration='1300'] [data-aos], [data-aos][data-aos][data-aos-duration='1300'] {
  transition-duration: 1300ms;
}

body[data-aos-delay='1300'] [data-aos], [data-aos][data-aos][data-aos-delay='1300'] {
  transition-delay: 0s;
}

body[data-aos-delay='1300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1300'].aos-animate {
  transition-delay: 1300ms;
}

body[data-aos-duration='1350'] [data-aos], [data-aos][data-aos][data-aos-duration='1350'] {
  transition-duration: 1350ms;
}

body[data-aos-delay='1350'] [data-aos], [data-aos][data-aos][data-aos-delay='1350'] {
  transition-delay: 0s;
}

body[data-aos-delay='1350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1350'].aos-animate {
  transition-delay: 1350ms;
}

body[data-aos-duration='1400'] [data-aos], [data-aos][data-aos][data-aos-duration='1400'] {
  transition-duration: 1400ms;
}

body[data-aos-delay='1400'] [data-aos], [data-aos][data-aos][data-aos-delay='1400'] {
  transition-delay: 0s;
}

body[data-aos-delay='1400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1400'].aos-animate {
  transition-delay: 1400ms;
}

body[data-aos-duration='1450'] [data-aos], [data-aos][data-aos][data-aos-duration='1450'] {
  transition-duration: 1450ms;
}

body[data-aos-delay='1450'] [data-aos], [data-aos][data-aos][data-aos-delay='1450'] {
  transition-delay: 0s;
}

body[data-aos-delay='1450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1450'].aos-animate {
  transition-delay: 1450ms;
}

body[data-aos-duration='1500'] [data-aos], [data-aos][data-aos][data-aos-duration='1500'] {
  transition-duration: 1500ms;
}

body[data-aos-delay='1500'] [data-aos], [data-aos][data-aos][data-aos-delay='1500'] {
  transition-delay: 0s;
}

body[data-aos-delay='1500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1500'].aos-animate {
  transition-delay: 1500ms;
}

body[data-aos-duration='1550'] [data-aos], [data-aos][data-aos][data-aos-duration='1550'] {
  transition-duration: 1550ms;
}

body[data-aos-delay='1550'] [data-aos], [data-aos][data-aos][data-aos-delay='1550'] {
  transition-delay: 0s;
}

body[data-aos-delay='1550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1550'].aos-animate {
  transition-delay: 1550ms;
}

body[data-aos-duration='1600'] [data-aos], [data-aos][data-aos][data-aos-duration='1600'] {
  transition-duration: 1600ms;
}

body[data-aos-delay='1600'] [data-aos], [data-aos][data-aos][data-aos-delay='1600'] {
  transition-delay: 0s;
}

body[data-aos-delay='1600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1600'].aos-animate {
  transition-delay: 1600ms;
}

body[data-aos-duration='1650'] [data-aos], [data-aos][data-aos][data-aos-duration='1650'] {
  transition-duration: 1650ms;
}

body[data-aos-delay='1650'] [data-aos], [data-aos][data-aos][data-aos-delay='1650'] {
  transition-delay: 0s;
}

body[data-aos-delay='1650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1650'].aos-animate {
  transition-delay: 1650ms;
}

body[data-aos-duration='1700'] [data-aos], [data-aos][data-aos][data-aos-duration='1700'] {
  transition-duration: 1700ms;
}

body[data-aos-delay='1700'] [data-aos], [data-aos][data-aos][data-aos-delay='1700'] {
  transition-delay: 0s;
}

body[data-aos-delay='1700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1700'].aos-animate {
  transition-delay: 1700ms;
}

body[data-aos-duration='1750'] [data-aos], [data-aos][data-aos][data-aos-duration='1750'] {
  transition-duration: 1750ms;
}

body[data-aos-delay='1750'] [data-aos], [data-aos][data-aos][data-aos-delay='1750'] {
  transition-delay: 0s;
}

body[data-aos-delay='1750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1750'].aos-animate {
  transition-delay: 1750ms;
}

body[data-aos-duration='1800'] [data-aos], [data-aos][data-aos][data-aos-duration='1800'] {
  transition-duration: 1800ms;
}

body[data-aos-delay='1800'] [data-aos], [data-aos][data-aos][data-aos-delay='1800'] {
  transition-delay: 0s;
}

body[data-aos-delay='1800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1800'].aos-animate {
  transition-delay: 1800ms;
}

body[data-aos-duration='1850'] [data-aos], [data-aos][data-aos][data-aos-duration='1850'] {
  transition-duration: 1850ms;
}

body[data-aos-delay='1850'] [data-aos], [data-aos][data-aos][data-aos-delay='1850'] {
  transition-delay: 0s;
}

body[data-aos-delay='1850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1850'].aos-animate {
  transition-delay: 1850ms;
}

body[data-aos-duration='1900'] [data-aos], [data-aos][data-aos][data-aos-duration='1900'] {
  transition-duration: 1900ms;
}

body[data-aos-delay='1900'] [data-aos], [data-aos][data-aos][data-aos-delay='1900'] {
  transition-delay: 0s;
}

body[data-aos-delay='1900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1900'].aos-animate {
  transition-delay: 1900ms;
}

body[data-aos-duration='1950'] [data-aos], [data-aos][data-aos][data-aos-duration='1950'] {
  transition-duration: 1950ms;
}

body[data-aos-delay='1950'] [data-aos], [data-aos][data-aos][data-aos-delay='1950'] {
  transition-delay: 0s;
}

body[data-aos-delay='1950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1950'].aos-animate {
  transition-delay: 1950ms;
}

body[data-aos-duration='2000'] [data-aos], [data-aos][data-aos][data-aos-duration='2000'] {
  transition-duration: 2000ms;
}

body[data-aos-delay='2000'] [data-aos], [data-aos][data-aos][data-aos-delay='2000'] {
  transition-delay: 0s;
}

body[data-aos-delay='2000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2000'].aos-animate {
  transition-delay: 2000ms;
}

body[data-aos-duration='2050'] [data-aos], [data-aos][data-aos][data-aos-duration='2050'] {
  transition-duration: 2050ms;
}

body[data-aos-delay='2050'] [data-aos], [data-aos][data-aos][data-aos-delay='2050'] {
  transition-delay: 0s;
}

body[data-aos-delay='2050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2050'].aos-animate {
  transition-delay: 2050ms;
}

body[data-aos-duration='2100'] [data-aos], [data-aos][data-aos][data-aos-duration='2100'] {
  transition-duration: 2100ms;
}

body[data-aos-delay='2100'] [data-aos], [data-aos][data-aos][data-aos-delay='2100'] {
  transition-delay: 0s;
}

body[data-aos-delay='2100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2100'].aos-animate {
  transition-delay: 2100ms;
}

body[data-aos-duration='2150'] [data-aos], [data-aos][data-aos][data-aos-duration='2150'] {
  transition-duration: 2150ms;
}

body[data-aos-delay='2150'] [data-aos], [data-aos][data-aos][data-aos-delay='2150'] {
  transition-delay: 0s;
}

body[data-aos-delay='2150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2150'].aos-animate {
  transition-delay: 2150ms;
}

body[data-aos-duration='2200'] [data-aos], [data-aos][data-aos][data-aos-duration='2200'] {
  transition-duration: 2200ms;
}

body[data-aos-delay='2200'] [data-aos], [data-aos][data-aos][data-aos-delay='2200'] {
  transition-delay: 0s;
}

body[data-aos-delay='2200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2200'].aos-animate {
  transition-delay: 2200ms;
}

body[data-aos-duration='2250'] [data-aos], [data-aos][data-aos][data-aos-duration='2250'] {
  transition-duration: 2250ms;
}

body[data-aos-delay='2250'] [data-aos], [data-aos][data-aos][data-aos-delay='2250'] {
  transition-delay: 0s;
}

body[data-aos-delay='2250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2250'].aos-animate {
  transition-delay: 2250ms;
}

body[data-aos-duration='2300'] [data-aos], [data-aos][data-aos][data-aos-duration='2300'] {
  transition-duration: 2300ms;
}

body[data-aos-delay='2300'] [data-aos], [data-aos][data-aos][data-aos-delay='2300'] {
  transition-delay: 0s;
}

body[data-aos-delay='2300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2300'].aos-animate {
  transition-delay: 2300ms;
}

body[data-aos-duration='2350'] [data-aos], [data-aos][data-aos][data-aos-duration='2350'] {
  transition-duration: 2350ms;
}

body[data-aos-delay='2350'] [data-aos], [data-aos][data-aos][data-aos-delay='2350'] {
  transition-delay: 0s;
}

body[data-aos-delay='2350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2350'].aos-animate {
  transition-delay: 2350ms;
}

body[data-aos-duration='2400'] [data-aos], [data-aos][data-aos][data-aos-duration='2400'] {
  transition-duration: 2400ms;
}

body[data-aos-delay='2400'] [data-aos], [data-aos][data-aos][data-aos-delay='2400'] {
  transition-delay: 0s;
}

body[data-aos-delay='2400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2400'].aos-animate {
  transition-delay: 2400ms;
}

body[data-aos-duration='2450'] [data-aos], [data-aos][data-aos][data-aos-duration='2450'] {
  transition-duration: 2450ms;
}

body[data-aos-delay='2450'] [data-aos], [data-aos][data-aos][data-aos-delay='2450'] {
  transition-delay: 0s;
}

body[data-aos-delay='2450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2450'].aos-animate {
  transition-delay: 2450ms;
}

body[data-aos-duration='2500'] [data-aos], [data-aos][data-aos][data-aos-duration='2500'] {
  transition-duration: 2500ms;
}

body[data-aos-delay='2500'] [data-aos], [data-aos][data-aos][data-aos-delay='2500'] {
  transition-delay: 0s;
}

body[data-aos-delay='2500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2500'].aos-animate {
  transition-delay: 2500ms;
}

body[data-aos-duration='2550'] [data-aos], [data-aos][data-aos][data-aos-duration='2550'] {
  transition-duration: 2550ms;
}

body[data-aos-delay='2550'] [data-aos], [data-aos][data-aos][data-aos-delay='2550'] {
  transition-delay: 0s;
}

body[data-aos-delay='2550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2550'].aos-animate {
  transition-delay: 2550ms;
}

body[data-aos-duration='2600'] [data-aos], [data-aos][data-aos][data-aos-duration='2600'] {
  transition-duration: 2600ms;
}

body[data-aos-delay='2600'] [data-aos], [data-aos][data-aos][data-aos-delay='2600'] {
  transition-delay: 0s;
}

body[data-aos-delay='2600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2600'].aos-animate {
  transition-delay: 2600ms;
}

body[data-aos-duration='2650'] [data-aos], [data-aos][data-aos][data-aos-duration='2650'] {
  transition-duration: 2650ms;
}

body[data-aos-delay='2650'] [data-aos], [data-aos][data-aos][data-aos-delay='2650'] {
  transition-delay: 0s;
}

body[data-aos-delay='2650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2650'].aos-animate {
  transition-delay: 2650ms;
}

body[data-aos-duration='2700'] [data-aos], [data-aos][data-aos][data-aos-duration='2700'] {
  transition-duration: 2700ms;
}

body[data-aos-delay='2700'] [data-aos], [data-aos][data-aos][data-aos-delay='2700'] {
  transition-delay: 0s;
}

body[data-aos-delay='2700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2700'].aos-animate {
  transition-delay: 2700ms;
}

body[data-aos-duration='2750'] [data-aos], [data-aos][data-aos][data-aos-duration='2750'] {
  transition-duration: 2750ms;
}

body[data-aos-delay='2750'] [data-aos], [data-aos][data-aos][data-aos-delay='2750'] {
  transition-delay: 0s;
}

body[data-aos-delay='2750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2750'].aos-animate {
  transition-delay: 2750ms;
}

body[data-aos-duration='2800'] [data-aos], [data-aos][data-aos][data-aos-duration='2800'] {
  transition-duration: 2800ms;
}

body[data-aos-delay='2800'] [data-aos], [data-aos][data-aos][data-aos-delay='2800'] {
  transition-delay: 0s;
}

body[data-aos-delay='2800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2800'].aos-animate {
  transition-delay: 2800ms;
}

body[data-aos-duration='2850'] [data-aos], [data-aos][data-aos][data-aos-duration='2850'] {
  transition-duration: 2850ms;
}

body[data-aos-delay='2850'] [data-aos], [data-aos][data-aos][data-aos-delay='2850'] {
  transition-delay: 0s;
}

body[data-aos-delay='2850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2850'].aos-animate {
  transition-delay: 2850ms;
}

body[data-aos-duration='2900'] [data-aos], [data-aos][data-aos][data-aos-duration='2900'] {
  transition-duration: 2900ms;
}

body[data-aos-delay='2900'] [data-aos], [data-aos][data-aos][data-aos-delay='2900'] {
  transition-delay: 0s;
}

body[data-aos-delay='2900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2900'].aos-animate {
  transition-delay: 2900ms;
}

body[data-aos-duration='2950'] [data-aos], [data-aos][data-aos][data-aos-duration='2950'] {
  transition-duration: 2950ms;
}

body[data-aos-delay='2950'] [data-aos], [data-aos][data-aos][data-aos-delay='2950'] {
  transition-delay: 0s;
}

body[data-aos-delay='2950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2950'].aos-animate {
  transition-delay: 2950ms;
}

body[data-aos-duration='3000'] [data-aos], [data-aos][data-aos][data-aos-duration='3000'] {
  transition-duration: 3000ms;
}

body[data-aos-delay='3000'] [data-aos], [data-aos][data-aos][data-aos-delay='3000'] {
  transition-delay: 0s;
}

body[data-aos-delay='3000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3000'].aos-animate {
  transition-delay: 3000ms;
}

[data-aos] {
  pointer-events: none;
}

[data-aos].aos-animate {
  pointer-events: auto;
}

body[data-aos-easing="linear"] [data-aos], [data-aos][data-aos][data-aos-easing="linear"] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

body[data-aos-easing="ease"] [data-aos], [data-aos][data-aos][data-aos-easing="ease"] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

body[data-aos-easing="ease-in"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in"] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

body[data-aos-easing="ease-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out"] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

body[data-aos-easing="ease-in-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out"] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

body[data-aos-easing="ease-in-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-back"] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

body[data-aos-easing="ease-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-back"] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

body[data-aos-easing="ease-in-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

body[data-aos-easing="ease-in-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-sine"] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

body[data-aos-easing="ease-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-sine"] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

body[data-aos-easing="ease-in-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

body[data-aos-easing="ease-in-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quad"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quad"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing="ease-in-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing="ease-in-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quart"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quart"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen {
  html:not(.no-js) {
    /**
    * Fade animations:
    * fade
    * fade-up, fade-down, fade-left, fade-right
    * fade-up-right, fade-up-left, fade-down-right, fade-down-left
    */
    /**
    * Zoom animations:
    * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
    * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
    */
    /**
    * Slide animations
    */
    /**
    * Flip animations:
    * flip-left, flip-right, flip-up, flip-down
    */
  }
  html:not(.no-js) [data-aos^='fade'][data-aos^='fade'] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^='fade'][data-aos^='fade'].aos-animate {
    opacity: 1;
    transform: none;
  }
  html:not(.no-js) [data-aos='fade-up'] {
    transform: translate3d(0, 50px, 0);
  }
  html:not(.no-js) [data-aos='fade-down'] {
    transform: translate3d(0, -50px, 0);
  }
  html:not(.no-js) [data-aos='fade-right'] {
    transform: translate3d(-50px, 0, 0);
  }
  html:not(.no-js) [data-aos='fade-left'] {
    transform: translate3d(50px, 0, 0);
  }
  html:not(.no-js) [data-aos='fade-up-right'] {
    transform: translate3d(-50px, 50px, 0);
  }
  html:not(.no-js) [data-aos='fade-up-left'] {
    transform: translate3d(50px, 50px, 0);
  }
  html:not(.no-js) [data-aos='fade-down-right'] {
    transform: translate3d(-50px, -50px, 0);
  }
  html:not(.no-js) [data-aos='fade-down-left'] {
    transform: translate3d(50px, -50px, 0);
  }
  html:not(.no-js) [data-aos^='zoom'][data-aos^='zoom'] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^='zoom'][data-aos^='zoom'].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  html:not(.no-js) [data-aos='zoom-in'] {
    transform: scale(0.6);
  }
  html:not(.no-js) [data-aos='zoom-in-up'] {
    transform: translate3d(0, 50px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos='zoom-in-down'] {
    transform: translate3d(0, -50px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos='zoom-in-right'] {
    transform: translate3d(-50px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos='zoom-in-left'] {
    transform: translate3d(50px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos='zoom-out'] {
    transform: scale(1.2);
  }
  html:not(.no-js) [data-aos='zoom-out-up'] {
    transform: translate3d(0, 50px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos='zoom-out-down'] {
    transform: translate3d(0, -50px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos='zoom-out-right'] {
    transform: translate3d(-50px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos='zoom-out-left'] {
    transform: translate3d(50px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos^='slide'][data-aos^='slide'] {
    transition-property: transform;
    visibility: hidden;
  }
  html:not(.no-js) [data-aos^='slide'][data-aos^='slide'].aos-animate {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  html:not(.no-js) [data-aos='slide-up'] {
    transform: translate3d(0, 100%, 0);
  }
  html:not(.no-js) [data-aos='slide-down'] {
    transform: translate3d(0, -100%, 0);
  }
  html:not(.no-js) [data-aos='slide-right'] {
    transform: translate3d(-100%, 0, 0);
  }
  html:not(.no-js) [data-aos='slide-left'] {
    transform: translate3d(100%, 0, 0);
  }
  html:not(.no-js) [data-aos^='flip'][data-aos^='flip'] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: transform;
  }
  html:not(.no-js) [data-aos='flip-left'] {
    transform: perspective(2500px) rotateY(-100deg);
  }
  html:not(.no-js) [data-aos='flip-left'].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos='flip-right'] {
    transform: perspective(2500px) rotateY(100deg);
  }
  html:not(.no-js) [data-aos='flip-right'].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos='flip-up'] {
    transform: perspective(2500px) rotateX(-100deg);
  }
  html:not(.no-js) [data-aos='flip-up'].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
  html:not(.no-js) [data-aos='flip-down'] {
    transform: perspective(2500px) rotateX(100deg);
  }
  html:not(.no-js) [data-aos='flip-down'].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
}

@media screen and (max-width: 768px) {
  .spmt-50 {
    margin-top: -6.66667vw !important;
  }
  .spmb-50 {
    margin-bottom: -6.66667vw !important;
  }
  .spmr-50 {
    margin-right: -6.66667vw !important;
  }
  .spml-50 {
    margin-left: -6.66667vw !important;
  }
  .sppt-50 {
    padding-top: -6.66667vw !important;
  }
  .sppb-50 {
    padding-bottom: -6.66667vw !important;
  }
  .sppr-50 {
    padding-right: -6.66667vw !important;
  }
  .sppl-50 {
    padding-left: -6.66667vw !important;
  }
  .spmt-45 {
    margin-top: -6vw !important;
  }
  .spmb-45 {
    margin-bottom: -6vw !important;
  }
  .spmr-45 {
    margin-right: -6vw !important;
  }
  .spml-45 {
    margin-left: -6vw !important;
  }
  .sppt-45 {
    padding-top: -6vw !important;
  }
  .sppb-45 {
    padding-bottom: -6vw !important;
  }
  .sppr-45 {
    padding-right: -6vw !important;
  }
  .sppl-45 {
    padding-left: -6vw !important;
  }
  .spmt-40 {
    margin-top: -5.33333vw !important;
  }
  .spmb-40 {
    margin-bottom: -5.33333vw !important;
  }
  .spmr-40 {
    margin-right: -5.33333vw !important;
  }
  .spml-40 {
    margin-left: -5.33333vw !important;
  }
  .sppt-40 {
    padding-top: -5.33333vw !important;
  }
  .sppb-40 {
    padding-bottom: -5.33333vw !important;
  }
  .sppr-40 {
    padding-right: -5.33333vw !important;
  }
  .sppl-40 {
    padding-left: -5.33333vw !important;
  }
  .spmt-35 {
    margin-top: -4.66667vw !important;
  }
  .spmb-35 {
    margin-bottom: -4.66667vw !important;
  }
  .spmr-35 {
    margin-right: -4.66667vw !important;
  }
  .spml-35 {
    margin-left: -4.66667vw !important;
  }
  .sppt-35 {
    padding-top: -4.66667vw !important;
  }
  .sppb-35 {
    padding-bottom: -4.66667vw !important;
  }
  .sppr-35 {
    padding-right: -4.66667vw !important;
  }
  .sppl-35 {
    padding-left: -4.66667vw !important;
  }
  .spmt-30 {
    margin-top: -4vw !important;
  }
  .spmb-30 {
    margin-bottom: -4vw !important;
  }
  .spmr-30 {
    margin-right: -4vw !important;
  }
  .spml-30 {
    margin-left: -4vw !important;
  }
  .sppt-30 {
    padding-top: -4vw !important;
  }
  .sppb-30 {
    padding-bottom: -4vw !important;
  }
  .sppr-30 {
    padding-right: -4vw !important;
  }
  .sppl-30 {
    padding-left: -4vw !important;
  }
  .spmt-25 {
    margin-top: -3.33333vw !important;
  }
  .spmb-25 {
    margin-bottom: -3.33333vw !important;
  }
  .spmr-25 {
    margin-right: -3.33333vw !important;
  }
  .spml-25 {
    margin-left: -3.33333vw !important;
  }
  .sppt-25 {
    padding-top: -3.33333vw !important;
  }
  .sppb-25 {
    padding-bottom: -3.33333vw !important;
  }
  .sppr-25 {
    padding-right: -3.33333vw !important;
  }
  .sppl-25 {
    padding-left: -3.33333vw !important;
  }
  .spmt-20 {
    margin-top: -2.66667vw !important;
  }
  .spmb-20 {
    margin-bottom: -2.66667vw !important;
  }
  .spmr-20 {
    margin-right: -2.66667vw !important;
  }
  .spml-20 {
    margin-left: -2.66667vw !important;
  }
  .sppt-20 {
    padding-top: -2.66667vw !important;
  }
  .sppb-20 {
    padding-bottom: -2.66667vw !important;
  }
  .sppr-20 {
    padding-right: -2.66667vw !important;
  }
  .sppl-20 {
    padding-left: -2.66667vw !important;
  }
  .spmt-15 {
    margin-top: -2vw !important;
  }
  .spmb-15 {
    margin-bottom: -2vw !important;
  }
  .spmr-15 {
    margin-right: -2vw !important;
  }
  .spml-15 {
    margin-left: -2vw !important;
  }
  .sppt-15 {
    padding-top: -2vw !important;
  }
  .sppb-15 {
    padding-bottom: -2vw !important;
  }
  .sppr-15 {
    padding-right: -2vw !important;
  }
  .sppl-15 {
    padding-left: -2vw !important;
  }
  .spmt-10 {
    margin-top: -1.33333vw !important;
  }
  .spmb-10 {
    margin-bottom: -1.33333vw !important;
  }
  .spmr-10 {
    margin-right: -1.33333vw !important;
  }
  .spml-10 {
    margin-left: -1.33333vw !important;
  }
  .sppt-10 {
    padding-top: -1.33333vw !important;
  }
  .sppb-10 {
    padding-bottom: -1.33333vw !important;
  }
  .sppr-10 {
    padding-right: -1.33333vw !important;
  }
  .sppl-10 {
    padding-left: -1.33333vw !important;
  }
  .spmt-5 {
    margin-top: -0.66667vw !important;
  }
  .spmb-5 {
    margin-bottom: -0.66667vw !important;
  }
  .spmr-5 {
    margin-right: -0.66667vw !important;
  }
  .spml-5 {
    margin-left: -0.66667vw !important;
  }
  .sppt-5 {
    padding-top: -0.66667vw !important;
  }
  .sppb-5 {
    padding-bottom: -0.66667vw !important;
  }
  .sppr-5 {
    padding-right: -0.66667vw !important;
  }
  .sppl-5 {
    padding-left: -0.66667vw !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: 0.66667vw !important;
  }
  .spmb5 {
    margin-bottom: 0.66667vw !important;
  }
  .spmr5 {
    margin-right: 0.66667vw !important;
  }
  .spml5 {
    margin-left: 0.66667vw !important;
  }
  .sppt5 {
    padding-top: 0.66667vw !important;
  }
  .sppb5 {
    padding-bottom: 0.66667vw !important;
  }
  .sppr5 {
    padding-right: 0.66667vw !important;
  }
  .sppl5 {
    padding-left: 0.66667vw !important;
  }
  .spmt10 {
    margin-top: 1.33333vw !important;
  }
  .spmb10 {
    margin-bottom: 1.33333vw !important;
  }
  .spmr10 {
    margin-right: 1.33333vw !important;
  }
  .spml10 {
    margin-left: 1.33333vw !important;
  }
  .sppt10 {
    padding-top: 1.33333vw !important;
  }
  .sppb10 {
    padding-bottom: 1.33333vw !important;
  }
  .sppr10 {
    padding-right: 1.33333vw !important;
  }
  .sppl10 {
    padding-left: 1.33333vw !important;
  }
  .spmt15 {
    margin-top: 2vw !important;
  }
  .spmb15 {
    margin-bottom: 2vw !important;
  }
  .spmr15 {
    margin-right: 2vw !important;
  }
  .spml15 {
    margin-left: 2vw !important;
  }
  .sppt15 {
    padding-top: 2vw !important;
  }
  .sppb15 {
    padding-bottom: 2vw !important;
  }
  .sppr15 {
    padding-right: 2vw !important;
  }
  .sppl15 {
    padding-left: 2vw !important;
  }
  .spmt20 {
    margin-top: 2.66667vw !important;
  }
  .spmb20 {
    margin-bottom: 2.66667vw !important;
  }
  .spmr20 {
    margin-right: 2.66667vw !important;
  }
  .spml20 {
    margin-left: 2.66667vw !important;
  }
  .sppt20 {
    padding-top: 2.66667vw !important;
  }
  .sppb20 {
    padding-bottom: 2.66667vw !important;
  }
  .sppr20 {
    padding-right: 2.66667vw !important;
  }
  .sppl20 {
    padding-left: 2.66667vw !important;
  }
  .spmt25 {
    margin-top: 3.33333vw !important;
  }
  .spmb25 {
    margin-bottom: 3.33333vw !important;
  }
  .spmr25 {
    margin-right: 3.33333vw !important;
  }
  .spml25 {
    margin-left: 3.33333vw !important;
  }
  .sppt25 {
    padding-top: 3.33333vw !important;
  }
  .sppb25 {
    padding-bottom: 3.33333vw !important;
  }
  .sppr25 {
    padding-right: 3.33333vw !important;
  }
  .sppl25 {
    padding-left: 3.33333vw !important;
  }
  .spmt30 {
    margin-top: 4vw !important;
  }
  .spmb30 {
    margin-bottom: 4vw !important;
  }
  .spmr30 {
    margin-right: 4vw !important;
  }
  .spml30 {
    margin-left: 4vw !important;
  }
  .sppt30 {
    padding-top: 4vw !important;
  }
  .sppb30 {
    padding-bottom: 4vw !important;
  }
  .sppr30 {
    padding-right: 4vw !important;
  }
  .sppl30 {
    padding-left: 4vw !important;
  }
  .spmt35 {
    margin-top: 4.66667vw !important;
  }
  .spmb35 {
    margin-bottom: 4.66667vw !important;
  }
  .spmr35 {
    margin-right: 4.66667vw !important;
  }
  .spml35 {
    margin-left: 4.66667vw !important;
  }
  .sppt35 {
    padding-top: 4.66667vw !important;
  }
  .sppb35 {
    padding-bottom: 4.66667vw !important;
  }
  .sppr35 {
    padding-right: 4.66667vw !important;
  }
  .sppl35 {
    padding-left: 4.66667vw !important;
  }
  .spmt40 {
    margin-top: 5.33333vw !important;
  }
  .spmb40 {
    margin-bottom: 5.33333vw !important;
  }
  .spmr40 {
    margin-right: 5.33333vw !important;
  }
  .spml40 {
    margin-left: 5.33333vw !important;
  }
  .sppt40 {
    padding-top: 5.33333vw !important;
  }
  .sppb40 {
    padding-bottom: 5.33333vw !important;
  }
  .sppr40 {
    padding-right: 5.33333vw !important;
  }
  .sppl40 {
    padding-left: 5.33333vw !important;
  }
  .spmt45 {
    margin-top: 6vw !important;
  }
  .spmb45 {
    margin-bottom: 6vw !important;
  }
  .spmr45 {
    margin-right: 6vw !important;
  }
  .spml45 {
    margin-left: 6vw !important;
  }
  .sppt45 {
    padding-top: 6vw !important;
  }
  .sppb45 {
    padding-bottom: 6vw !important;
  }
  .sppr45 {
    padding-right: 6vw !important;
  }
  .sppl45 {
    padding-left: 6vw !important;
  }
  .spmt50 {
    margin-top: 6.66667vw !important;
  }
  .spmb50 {
    margin-bottom: 6.66667vw !important;
  }
  .spmr50 {
    margin-right: 6.66667vw !important;
  }
  .spml50 {
    margin-left: 6.66667vw !important;
  }
  .sppt50 {
    padding-top: 6.66667vw !important;
  }
  .sppb50 {
    padding-bottom: 6.66667vw !important;
  }
  .sppr50 {
    padding-right: 6.66667vw !important;
  }
  .sppl50 {
    padding-left: 6.66667vw !important;
  }
  .spmt55 {
    margin-top: 7.33333vw !important;
  }
  .spmb55 {
    margin-bottom: 7.33333vw !important;
  }
  .spmr55 {
    margin-right: 7.33333vw !important;
  }
  .spml55 {
    margin-left: 7.33333vw !important;
  }
  .sppt55 {
    padding-top: 7.33333vw !important;
  }
  .sppb55 {
    padding-bottom: 7.33333vw !important;
  }
  .sppr55 {
    padding-right: 7.33333vw !important;
  }
  .sppl55 {
    padding-left: 7.33333vw !important;
  }
  .spmt60 {
    margin-top: 8vw !important;
  }
  .spmb60 {
    margin-bottom: 8vw !important;
  }
  .spmr60 {
    margin-right: 8vw !important;
  }
  .spml60 {
    margin-left: 8vw !important;
  }
  .sppt60 {
    padding-top: 8vw !important;
  }
  .sppb60 {
    padding-bottom: 8vw !important;
  }
  .sppr60 {
    padding-right: 8vw !important;
  }
  .sppl60 {
    padding-left: 8vw !important;
  }
  .spmt65 {
    margin-top: 8.66667vw !important;
  }
  .spmb65 {
    margin-bottom: 8.66667vw !important;
  }
  .spmr65 {
    margin-right: 8.66667vw !important;
  }
  .spml65 {
    margin-left: 8.66667vw !important;
  }
  .sppt65 {
    padding-top: 8.66667vw !important;
  }
  .sppb65 {
    padding-bottom: 8.66667vw !important;
  }
  .sppr65 {
    padding-right: 8.66667vw !important;
  }
  .sppl65 {
    padding-left: 8.66667vw !important;
  }
  .spmt70 {
    margin-top: 9.33333vw !important;
  }
  .spmb70 {
    margin-bottom: 9.33333vw !important;
  }
  .spmr70 {
    margin-right: 9.33333vw !important;
  }
  .spml70 {
    margin-left: 9.33333vw !important;
  }
  .sppt70 {
    padding-top: 9.33333vw !important;
  }
  .sppb70 {
    padding-bottom: 9.33333vw !important;
  }
  .sppr70 {
    padding-right: 9.33333vw !important;
  }
  .sppl70 {
    padding-left: 9.33333vw !important;
  }
  .spmt75 {
    margin-top: 10vw !important;
  }
  .spmb75 {
    margin-bottom: 10vw !important;
  }
  .spmr75 {
    margin-right: 10vw !important;
  }
  .spml75 {
    margin-left: 10vw !important;
  }
  .sppt75 {
    padding-top: 10vw !important;
  }
  .sppb75 {
    padding-bottom: 10vw !important;
  }
  .sppr75 {
    padding-right: 10vw !important;
  }
  .sppl75 {
    padding-left: 10vw !important;
  }
  .spmt80 {
    margin-top: 10.66667vw !important;
  }
  .spmb80 {
    margin-bottom: 10.66667vw !important;
  }
  .spmr80 {
    margin-right: 10.66667vw !important;
  }
  .spml80 {
    margin-left: 10.66667vw !important;
  }
  .sppt80 {
    padding-top: 10.66667vw !important;
  }
  .sppb80 {
    padding-bottom: 10.66667vw !important;
  }
  .sppr80 {
    padding-right: 10.66667vw !important;
  }
  .sppl80 {
    padding-left: 10.66667vw !important;
  }
  .spmt85 {
    margin-top: 11.33333vw !important;
  }
  .spmb85 {
    margin-bottom: 11.33333vw !important;
  }
  .spmr85 {
    margin-right: 11.33333vw !important;
  }
  .spml85 {
    margin-left: 11.33333vw !important;
  }
  .sppt85 {
    padding-top: 11.33333vw !important;
  }
  .sppb85 {
    padding-bottom: 11.33333vw !important;
  }
  .sppr85 {
    padding-right: 11.33333vw !important;
  }
  .sppl85 {
    padding-left: 11.33333vw !important;
  }
  .spmt90 {
    margin-top: 12vw !important;
  }
  .spmb90 {
    margin-bottom: 12vw !important;
  }
  .spmr90 {
    margin-right: 12vw !important;
  }
  .spml90 {
    margin-left: 12vw !important;
  }
  .sppt90 {
    padding-top: 12vw !important;
  }
  .sppb90 {
    padding-bottom: 12vw !important;
  }
  .sppr90 {
    padding-right: 12vw !important;
  }
  .sppl90 {
    padding-left: 12vw !important;
  }
  .spmt95 {
    margin-top: 12.66667vw !important;
  }
  .spmb95 {
    margin-bottom: 12.66667vw !important;
  }
  .spmr95 {
    margin-right: 12.66667vw !important;
  }
  .spml95 {
    margin-left: 12.66667vw !important;
  }
  .sppt95 {
    padding-top: 12.66667vw !important;
  }
  .sppb95 {
    padding-bottom: 12.66667vw !important;
  }
  .sppr95 {
    padding-right: 12.66667vw !important;
  }
  .sppl95 {
    padding-left: 12.66667vw !important;
  }
  .spmt100 {
    margin-top: 13.33333vw !important;
  }
  .spmb100 {
    margin-bottom: 13.33333vw !important;
  }
  .spmr100 {
    margin-right: 13.33333vw !important;
  }
  .spml100 {
    margin-left: 13.33333vw !important;
  }
  .sppt100 {
    padding-top: 13.33333vw !important;
  }
  .sppb100 {
    padding-bottom: 13.33333vw !important;
  }
  .sppr100 {
    padding-right: 13.33333vw !important;
  }
  .sppl100 {
    padding-left: 13.33333vw !important;
  }
  .spmt105 {
    margin-top: 14vw !important;
  }
  .spmb105 {
    margin-bottom: 14vw !important;
  }
  .spmr105 {
    margin-right: 14vw !important;
  }
  .spml105 {
    margin-left: 14vw !important;
  }
  .sppt105 {
    padding-top: 14vw !important;
  }
  .sppb105 {
    padding-bottom: 14vw !important;
  }
  .sppr105 {
    padding-right: 14vw !important;
  }
  .sppl105 {
    padding-left: 14vw !important;
  }
  .spmt110 {
    margin-top: 14.66667vw !important;
  }
  .spmb110 {
    margin-bottom: 14.66667vw !important;
  }
  .spmr110 {
    margin-right: 14.66667vw !important;
  }
  .spml110 {
    margin-left: 14.66667vw !important;
  }
  .sppt110 {
    padding-top: 14.66667vw !important;
  }
  .sppb110 {
    padding-bottom: 14.66667vw !important;
  }
  .sppr110 {
    padding-right: 14.66667vw !important;
  }
  .sppl110 {
    padding-left: 14.66667vw !important;
  }
  .spmt115 {
    margin-top: 15.33333vw !important;
  }
  .spmb115 {
    margin-bottom: 15.33333vw !important;
  }
  .spmr115 {
    margin-right: 15.33333vw !important;
  }
  .spml115 {
    margin-left: 15.33333vw !important;
  }
  .sppt115 {
    padding-top: 15.33333vw !important;
  }
  .sppb115 {
    padding-bottom: 15.33333vw !important;
  }
  .sppr115 {
    padding-right: 15.33333vw !important;
  }
  .sppl115 {
    padding-left: 15.33333vw !important;
  }
  .spmt120 {
    margin-top: 16vw !important;
  }
  .spmb120 {
    margin-bottom: 16vw !important;
  }
  .spmr120 {
    margin-right: 16vw !important;
  }
  .spml120 {
    margin-left: 16vw !important;
  }
  .sppt120 {
    padding-top: 16vw !important;
  }
  .sppb120 {
    padding-bottom: 16vw !important;
  }
  .sppr120 {
    padding-right: 16vw !important;
  }
  .sppl120 {
    padding-left: 16vw !important;
  }
  .spmt125 {
    margin-top: 16.66667vw !important;
  }
  .spmb125 {
    margin-bottom: 16.66667vw !important;
  }
  .spmr125 {
    margin-right: 16.66667vw !important;
  }
  .spml125 {
    margin-left: 16.66667vw !important;
  }
  .sppt125 {
    padding-top: 16.66667vw !important;
  }
  .sppb125 {
    padding-bottom: 16.66667vw !important;
  }
  .sppr125 {
    padding-right: 16.66667vw !important;
  }
  .sppl125 {
    padding-left: 16.66667vw !important;
  }
  .spmt130 {
    margin-top: 17.33333vw !important;
  }
  .spmb130 {
    margin-bottom: 17.33333vw !important;
  }
  .spmr130 {
    margin-right: 17.33333vw !important;
  }
  .spml130 {
    margin-left: 17.33333vw !important;
  }
  .sppt130 {
    padding-top: 17.33333vw !important;
  }
  .sppb130 {
    padding-bottom: 17.33333vw !important;
  }
  .sppr130 {
    padding-right: 17.33333vw !important;
  }
  .sppl130 {
    padding-left: 17.33333vw !important;
  }
  .spmt135 {
    margin-top: 18vw !important;
  }
  .spmb135 {
    margin-bottom: 18vw !important;
  }
  .spmr135 {
    margin-right: 18vw !important;
  }
  .spml135 {
    margin-left: 18vw !important;
  }
  .sppt135 {
    padding-top: 18vw !important;
  }
  .sppb135 {
    padding-bottom: 18vw !important;
  }
  .sppr135 {
    padding-right: 18vw !important;
  }
  .sppl135 {
    padding-left: 18vw !important;
  }
  .spmt140 {
    margin-top: 18.66667vw !important;
  }
  .spmb140 {
    margin-bottom: 18.66667vw !important;
  }
  .spmr140 {
    margin-right: 18.66667vw !important;
  }
  .spml140 {
    margin-left: 18.66667vw !important;
  }
  .sppt140 {
    padding-top: 18.66667vw !important;
  }
  .sppb140 {
    padding-bottom: 18.66667vw !important;
  }
  .sppr140 {
    padding-right: 18.66667vw !important;
  }
  .sppl140 {
    padding-left: 18.66667vw !important;
  }
  .spmt145 {
    margin-top: 19.33333vw !important;
  }
  .spmb145 {
    margin-bottom: 19.33333vw !important;
  }
  .spmr145 {
    margin-right: 19.33333vw !important;
  }
  .spml145 {
    margin-left: 19.33333vw !important;
  }
  .sppt145 {
    padding-top: 19.33333vw !important;
  }
  .sppb145 {
    padding-bottom: 19.33333vw !important;
  }
  .sppr145 {
    padding-right: 19.33333vw !important;
  }
  .sppl145 {
    padding-left: 19.33333vw !important;
  }
  .spmt150 {
    margin-top: 20vw !important;
  }
  .spmb150 {
    margin-bottom: 20vw !important;
  }
  .spmr150 {
    margin-right: 20vw !important;
  }
  .spml150 {
    margin-left: 20vw !important;
  }
  .sppt150 {
    padding-top: 20vw !important;
  }
  .sppb150 {
    padding-bottom: 20vw !important;
  }
  .sppr150 {
    padding-right: 20vw !important;
  }
  .sppl150 {
    padding-left: 20vw !important;
  }
}

@media screen and (min-width: 769px) {
  .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 (max-width: 768px) {
  .palt-sp {
    font-feature-settings: 'palt';
  }
}

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

.u-text-link {
  color: #E83828;
}

@media screen and (min-width: 769px) {
  .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-text-color--pink {
  color: #ff4b6d;
}

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

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

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

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

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

html {
  font-size: 62.5%;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

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

body {
  font-family: "BIZ UDPGothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  width: 100%;
}

@media screen and (min-width: 769px) {
  body {
    min-width: 1040px;
  }
}

@media screen and (min-width: 769px) {
  .inner {
    margin: 0 auto;
    max-width: 1040px;
  }
}

@media screen and (max-width: 768px) {
  .inner {
    padding: 0 7.2vw;
  }
}

.wrapper {
  display: block;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .wrapper {
    min-width: 1140px;
  }
}

@media screen and (max-width: 768px) {
  .wrapper {
    overflow-x: hidden;
  }
}

.section:nth-child(even) {
  background-color: #0E3F85;
}

.section:nth-child(odd) {
  background-color: #F3BF31;
}

.footer {
  background-color: #0E3F85;
}

@media screen and (min-width: 769px) {
  .footer {
    padding: 50px 0 60px;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 8.13333vw 0 10.66667vw;
  }
}

.pagetop {
  overflow: hidden;
  position: fixed;
  transition: all .3s;
  z-index: 99;
}

@media screen and (min-width: 769px) {
  .pagetop {
    background: url(../img/img-pagetop.png) no-repeat center;
    background-size: contain;
    bottom: 100px;
    height: 165px;
    right: 35px;
    width: 165px;
  }
}

@media screen and (max-width: 768px) {
  .pagetop {
    background: url(../img/img-pagetop.png) no-repeat center;
    background-size: contain;
    bottom: 13.33333vw;
    height: 20.4vw;
    right: 2.93333vw;
    width: 20.4vw;
  }
}

.pagetop:hover {
  transition: all .3s;
}

@media screen and (min-width: 769px) {
  .pagetop:hover {
    background: url(../img/img-pagetop_on.png) no-repeat center;
    background-size: contain;
  }
}

@media screen and (min-width: 769px) {
  .foot-sns-share-btn-block {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .foot-sns-share-btn-block {
    display: flex;
    justify-content: center;
    margin-bottom: 2.66667vw;
  }
}

.foot-sns-share-btn {
  display: block;
  transition: all .3s;
}

@media screen and (min-width: 769px) {
  .foot-sns-share-btn {
    height: 45px;
    width: 205px;
  }
}

@media screen and (max-width: 768px) {
  .foot-sns-share-btn {
    height: 7.2vw;
    width: 35.46667vw;
  }
}

@media screen and (min-width: 769px) {
  .foot-sns-share-btn-tw {
    background: url(../img/img-share_btn_tw.png) no-repeat center;
    background-size: contain;
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .foot-sns-share-btn-tw {
    background: url(../img/img-share_btn_tw_sp.png) no-repeat center;
    background-size: contain;
    margin-right: 2vw;
  }
}

@media screen and (min-width: 769px) {
  .foot-sns-share-btn-tw:hover {
    background: url(../img/img-share_btn_tw_on.png) no-repeat center;
    background-size: contain;
  }
}

@media screen and (min-width: 769px) {
  .foot-sns-share-btn-fb {
    background: url(../img/img-share_btn_fb.png) no-repeat center;
    background-size: contain;
  }
}

@media screen and (max-width: 768px) {
  .foot-sns-share-btn-fb {
    background: url(../img/img-share_btn_fb_sp.png) no-repeat center;
    background-size: contain;
  }
}

@media screen and (min-width: 769px) {
  .foot-sns-share-btn-fb:hover {
    background: url(../img/img-share_btn_fb_on.png) no-repeat center;
    background-size: contain;
  }
}

.foot-site-top-btn {
  display: block;
  transition: all .3s;
}

@media screen and (min-width: 769px) {
  .foot-site-top-btn {
    background: url(../img/img-foot-site-top.png) no-repeat center;
    background-size: contain;
    height: 45px;
    margin: 0 auto 47px;
    width: 282px;
  }
}

@media screen and (max-width: 768px) {
  .foot-site-top-btn {
    background: url(../img/img-foot-site-top_sp.png) no-repeat center;
    background-size: contain;
    height: 7.2vw;
    margin: 0 auto 10vw;
    width: 73.33333vw;
  }
}

.foot-site-top-btn:hover {
  transition: all .3s;
}

@media screen and (min-width: 769px) {
  .foot-site-top-btn:hover {
    background: url(../img/img-foot-site-top_on.png) no-repeat center;
    background-size: contain;
  }
}

@media screen and (min-width: 769px) {
  .foot-sns-list {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .foot-sns-list {
    display: flex;
    justify-content: center;
    margin-bottom: 6.66667vw;
  }
}

@media screen and (min-width: 769px) {
  .foot-sns-list-item {
    margin-right: 30px;
  }
}

@media screen and (min-width: 769px) {
  .foot-sns-list-item:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 769px) {
  .foot-sns-list-item-link {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .foot-sns-list-item-link {
    display: block;
    margin: 0 2.66667vw;
  }
}

@media screen and (min-width: 769px) {
  .foot-sns-list-item-link-fb {
    background: url(../img/img-foot-sns-fb.png) no-repeat center;
    background-size: contain;
    height: 58px;
    width: 58px;
  }
}

@media screen and (max-width: 768px) {
  .foot-sns-list-item-link-fb {
    background: url(../img/img-foot-sns-fb.png) no-repeat center;
    background-size: contain;
    height: 7.73333vw;
    width: 7.73333vw;
  }
}

@media screen and (min-width: 769px) {
  .foot-sns-list-item-link-fb:hover {
    background: url(../img/img-foot-sns-fb_on.png) no-repeat center;
    background-size: contain;
    transition: all .3s;
  }
}

@media screen and (min-width: 769px) {
  .foot-sns-list-item-link-tw {
    background: url(../img/img-foot-sns-tw.png) no-repeat center;
    background-size: contain;
    height: 58px;
    width: 58px;
  }
}

@media screen and (max-width: 768px) {
  .foot-sns-list-item-link-tw {
    background: url(../img/img-foot-sns-tw.png) no-repeat center;
    background-size: contain;
    height: 7.73333vw;
    width: 7.73333vw;
  }
}

@media screen and (min-width: 769px) {
  .foot-sns-list-item-link-tw:hover {
    background: url(../img/img-foot-sns-tw_on.png) no-repeat center;
    background-size: contain;
    transition: all .3s;
  }
}

@media screen and (min-width: 769px) {
  .foot-sns-list-item-link-line {
    background: url(../img/img-foot-sns-line.png) no-repeat center;
    background-size: contain;
    height: 58px;
    width: 58px;
  }
}

@media screen and (max-width: 768px) {
  .foot-sns-list-item-link-line {
    background: url(../img/img-foot-sns-line.png) no-repeat center;
    background-size: contain;
    height: 7.73333vw;
    width: 7.73333vw;
  }
}

@media screen and (min-width: 769px) {
  .foot-sns-list-item-link-line:hover {
    background: url(../img/img-foot-sns-line_on.png) no-repeat center;
    background-size: contain;
    transition: all .3s;
  }
}

@media screen and (min-width: 769px) {
  .foot-sns-list-item-link-ig {
    background: url(../img/img-foot-sns-ig.png) no-repeat center;
    background-size: contain;
    height: 58px;
    width: 58px;
  }
}

@media screen and (max-width: 768px) {
  .foot-sns-list-item-link-ig {
    background: url(../img/img-foot-sns-ig.png) no-repeat center;
    background-size: contain;
    height: 7.73333vw;
    width: 7.73333vw;
  }
}

@media screen and (min-width: 769px) {
  .foot-sns-list-item-link-ig:hover {
    background: url(../img/img-foot-sns-ig_on.png) no-repeat center;
    background-size: contain;
    transition: all .3s;
  }
}

@media screen and (min-width: 769px) {
  .foot-sns-list-item-link-yt {
    background: url(../img/img-foot-sns-yt.png) no-repeat center;
    background-size: contain;
    height: 58px;
    width: 58px;
  }
}

@media screen and (max-width: 768px) {
  .foot-sns-list-item-link-yt {
    background: url(../img/img-foot-sns-yt.png) no-repeat center;
    background-size: contain;
    height: 7.73333vw;
    width: 7.73333vw;
  }
}

@media screen and (min-width: 769px) {
  .foot-sns-list-item-link-yt:hover {
    background: url(../img/img-foot-sns-yt_on.png) no-repeat center;
    background-size: contain;
    transition: all .3s;
  }
}

.foot-text {
  color: #fff;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .foot-text {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .foot-text {
    font-size: 2.66667vw;
    margin-bottom: 2.66667vw;
  }
}

.copyright {
  color: #fff;
  line-height: 1;
  position: static !important;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .copyright {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .copyright {
    font-size: 2.66667vw;
  }
}

.grecaptcha-badge {
  display: none !important;
}

#nav-toggle {
  cursor: pointer;
  position: fixed;
}

@media screen and (min-width: 769px) {
  #nav-toggle {
    height: 20px;
    right: 44px;
    top: 48px;
  }
}

@media screen and (max-width: 768px) {
  #nav-toggle {
    height: 4.26667vw;
    right: 5.33333vw;
    top: 5.6vw;
  }
}

#nav-toggle > div {
  position: relative;
}

@media screen and (min-width: 769px) {
  #nav-toggle > div {
    width: 48px;
  }
}

@media screen and (max-width: 768px) {
  #nav-toggle > div {
    width: 7.73333vw;
  }
}

#nav-toggle span {
  background: #010101;
  display: block;
  position: absolute;
  right: 0;
  transition: transform .6s ease-in-out, width .6s, top .5s ease, border-bottom .5s ease, border-right .5s ease, border-top .5s ease;
}

@media screen and (min-width: 769px) {
  #nav-toggle span {
    height: 2px;
  }
}

@media screen and (max-width: 768px) {
  #nav-toggle span {
    height: 1px;
  }
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

@media screen and (min-width: 769px) {
  #nav-toggle span:nth-child(1) {
    width: 48px;
  }
}

@media screen and (max-width: 768px) {
  #nav-toggle span:nth-child(1) {
    width: 7.73333vw;
  }
}

@media screen and (min-width: 769px) {
  #nav-toggle span:nth-child(2) {
    top: 9px;
    width: 48px;
  }
}

@media screen and (max-width: 768px) {
  #nav-toggle span:nth-child(2) {
    top: 2vw;
    width: 7.73333vw;
  }
}

@media screen and (min-width: 769px) {
  #nav-toggle span:nth-child(3) {
    top: 18px;
    width: 28px;
  }
}

@media screen and (max-width: 768px) {
  #nav-toggle span:nth-child(3) {
    top: 4.13333vw;
    width: 5.06667vw;
  }
}

.open #nav-toggle span {
  background: #010101;
  transition: transform .6s ease-in-out, width .6s, top .5s ease, border-bottom .5s ease, border-right .5s ease, border-top .5s ease;
}

.open #nav-toggle span:nth-child(1) {
  transform: rotate(45deg);
}

@media screen and (min-width: 769px) {
  .open #nav-toggle span:nth-child(1) {
    top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .open #nav-toggle span:nth-child(1) {
    top: 2vw;
  }
}

@media screen and (min-width: 769px) {
  .open #nav-toggle span:nth-child(3) {
    transform: translateY(50%);
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .open #nav-toggle span:nth-child(3) {
    transform: translateY(50%);
    width: 0;
  }
}

.open #nav-toggle span:nth-child(2) {
  transform: rotate(-45deg);
}

@media screen and (min-width: 769px) {
  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 48px;
  }
}

@media screen and (max-width: 768px) {
  .open #nav-toggle span:nth-child(2) {
    top: 2vw;
  }
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

#gloval-nav {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  transition: opacity .6s ease, visibility .6s ease;
  visibility: hidden;
  z-index: 990;
}

#gloval-nav a {
  text-align: center;
}

#gloval-nav a span, #gloval-nav a h2 {
  opacity: 1;
  transition: all .3s;
}

@media screen and (min-width: 769px) {
  #gloval-nav a:hover span, #gloval-nav a:hover h2 {
    opacity: 0.6;
    transition: all .3s;
  }
}

#gloval-nav ul {
  list-style: none;
  text-align: center;
}

#gloval-nav ul li {
  opacity: 0;
  transition: transform .6s ease, opacity .2s ease;
}

/* open */
.open {
  /* overflow: hidden; */
}

.open #gloval-nav {
  opacity: 1;
  visibility: visible;
}

.open #gloval-nav li {
  opacity: 1;
  /* transform: translateX(0); */
  transition: transform 1s ease, opacity .9s ease;
}

.gloval-nav__list-item {
  /* a{
    opacity: 1;
    transition: all .3s;
    &:hover{
      opacity: .3;
      transition: all .3s;
    }
  } */
}

@media screen and (min-width: 769px) {
  .gloval-nav__list-item {
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 768px) {
  .gloval-nav__list-item {
    margin: 0 auto 6.66667vw;
  }
}

.gloval-nav__list-item:last-child {
  margin: 0 auto;
}

#header-logo {
  opacity: 1;
  position: fixed;
  transition: all 0.3s;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  #header-logo {
    height: 24px;
    left: 120px;
    top: 46px;
    width: 162px;
  }
}

@media screen and (max-width: 768px) {
  #header-logo {
    height: 4.26667vw;
    left: 5.33333vw;
    top: 5.6vw;
    width: 28.93333vw;
  }
}

@media screen and (min-width: 769px) {
  #header-logo:hover {
    opacity: 6;
    transition: all 0.3s;
  }
}

@media screen and (min-width: 769px) {
  #section01 {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  #section01 {
    padding-bottom: 6.66667vw;
  }
}

@media screen and (min-width: 769px) {
  .page-title {
    margin: auto;
    max-width: 2200px;
  }
}

@media screen and (max-width: 768px) {
  .page-title {
    margin-bottom: 8.66667vw;
  }
}

.sec-top_title-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
}

@media screen and (min-width: 769px) {
  .sec-top_title-block {
    margin: 65px auto 0;
    padding-right: 253px;
  }
}

@media screen and (min-width: 769px) {
  .sec-top_title-block-img01 {
    height: 116px;
    margin-bottom: 15px;
    margin-right: 24px;
    width: 230px;
  }
}

@media screen and (max-width: 768px) {
  .sec-top_title-block-img01 {
    margin-bottom: 7.33333vw;
  }
}

@media screen and (min-width: 769px) {
  .sec-top_title-block-img02 {
    height: 116px;
    width: 491px;
  }
}

@media screen and (max-width: 768px) {
  .sec-top_title-block-img02 {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sec-top_title-block-img03 {
    height: 118px;
    margin-bottom: 15px;
    margin-right: 35px;
    width: 229px;
  }
}

@media screen and (max-width: 768px) {
  .sec-top_title-block-img03 {
    display: none;
  }
}

.sec-top_title-block-img04 {
  background: url(../img/img-online_vote.png) no-repeat center;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  transition: all .3s;
}

@media screen and (min-width: 769px) {
  .sec-top_title-block-img04 {
    bottom: 0;
    height: 284px;
    right: 0;
    width: 287px;
  }
}

@media screen and (max-width: 768px) {
  .sec-top_title-block-img04 {
    bottom: -1.33333vw;
    height: 34.66667vw;
    right: 0;
    width: 34.13333vw;
  }
}

@media screen and (min-width: 769px) {
  .sec-top_title-block-img04:hover {
    background-image: url(../img/img-online_vote_on.png);
    background-size: contain;
    transition: all .3s;
  }
}

.sec-top_title-block-img04::before {
  background: url(../img/img-online_vote_line.png) no-repeat center;
  background-size: contain;
  content: "";
  position: absolute;
}

@media screen and (min-width: 769px) {
  .sec-top_title-block-img04::before {
    bottom: -11px;
    height: 100px;
    right: 0;
    width: 99px;
  }
}

@media screen and (max-width: 768px) {
  .sec-top_title-block-img04::before {
    bottom: -1.46667vw;
    height: 11.33333vw;
    right: 0;
    width: 10.66667vw;
  }
}

.sec-top_title-block-text {
  color: #0E3F85;
}

@media screen and (min-width: 769px) {
  .sec-top_title-block-text {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    width: 470px;
  }
}

@media screen and (max-width: 768px) {
  .sec-top_title-block-text {
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1.5;
    width: 50.66667vw;
  }
}

.sec-result_block {
  background-color: #f3bf31;
  color: #0e3f85;
  position: relative;
}

@media screen and (min-width: 769px) {
  .sec-result_block {
    margin-bottom: 50px;
    padding: 40px 30px 40px 225px;
  }
}

@media screen and (max-width: 768px) {
  .sec-result_block {
    margin-bottom: 6.66667vw;
    padding: 4.66667vw 4vw 4vw 4vw;
  }
}

@media screen and (min-width: 769px) {
  .sec-result_title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .sec-result_title {
    font-size: 4.26667vw;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 4vw;
    padding-left: 18.66667vw;
  }
}

.sec-result_text {
  line-height: 1.77;
}

@media screen and (min-width: 769px) {
  .sec-result_text {
    font-size: 18px;
    font-weight: bold;
  }
}

@media screen and (max-width: 768px) {
  .sec-result_text {
    font-size: 3.2vw;
    font-weight: bold;
  }
}

.sec-result_icon {
  background: url(../img/img-result-icon.png) no-repeat left top;
  background-size: cover;
  position: absolute;
}

@media screen and (min-width: 769px) {
  .sec-result_icon {
    height: 196px;
    left: 10px;
    top: 10px;
    width: 196px;
  }
}

@media screen and (max-width: 768px) {
  .sec-result_icon {
    height: 20.26667vw;
    left: 0vw;
    top: 0vw;
    width: 20.26667vw;
  }
}

@media screen and (min-width: 769px) {
  #sec-about {
    /* margin-bottom: 158px; */
    padding-top: 155px;
  }
}

@media screen and (max-width: 768px) {
  #sec-about {
    padding-top: 21.33333vw;
    /* margin-bottom: spvw(145); */
  }
}

@media screen and (min-width: 769px) {
  .sec__title-block--about {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 768px) {
  .sec__title-block--about {
    margin-bottom: 4.93333vw;
  }
}

@media screen and (min-width: 769px) {
  .sec__title--about {
    margin-bottom: 66px;
  }
}

@media screen and (max-width: 768px) {
  .sec__title--about {
    margin-bottom: 7.46667vw;
  }
}

@media screen and (min-width: 769px) {
  .sec-about {
    display: flex;
  }
}

@media screen and (min-width: 769px) {
  .sec-about__table {
    width: 560px;
  }
}

@media screen and (min-width: 769px) {
  .sec-about__table--top {
    margin-right: 80px;
  }
}

@media screen and (min-width: 769px) {
  .sec-about__table--top .sec-about__table-tr:last-child::before {
    content: none;
  }
}

@media screen and (max-width: 768px) {
  .sec-about__table--top .sec-about__table-tr:last-child::before {
    content: "";
  }
}

@media screen and (min-width: 769px) {
  .sec-about__table--top .sec-about__table-tr:last-child::after {
    content: none;
  }
}

@media screen and (max-width: 768px) {
  .sec-about__table--top .sec-about__table-tr:last-child::after {
    content: "";
  }
}

.sec-about__table--bottom .sec-about__table-tr:last-child::before {
  content: none;
}

.sec-about__table--bottom .sec-about__table-tr:last-child::after {
  content: none;
}

.sec-about__table-tr {
  display: table;
  position: relative;
}

@media screen and (min-width: 769px) {
  .sec-about__table-tr {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .sec-about__table-tr {
    width: 100%;
  }
}

.sec-about__table-tr::before {
  content: "";
  position: absolute;
}

@media screen and (min-width: 769px) {
  .sec-about__table-tr::before {
    background-color: #d9d9d9;
    bottom: 0;
    height: 1px;
    left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .sec-about__table-tr::before {
    background-color: #d9d9d9;
    bottom: 0;
    height: 0.26667vw;
    left: 0;
    width: 100%;
  }
}

.sec-about__table-tr::after {
  content: "";
  position: absolute;
}

@media screen and (min-width: 769px) {
  .sec-about__table-tr::after {
    background-color: #010101;
    bottom: 0;
    height: 1px;
    left: 0;
    width: 2px;
  }
}

@media screen and (max-width: 768px) {
  .sec-about__table-tr::after {
    background-color: #010101;
    bottom: 0;
    height: 0.26667vw;
    left: 0;
    width: 0.53333vw;
  }
}

.sec-about__table-cell {
  color: #010101;
  display: table-cell;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .sec-about__table-cell {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 2.29;
    padding: 16px 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .sec-about__table-cell {
    font-size: 2.66667vw;
    letter-spacing: 0.01em;
    line-height: 2;
    /* letter-spacing: 0.02em; */
    padding: 2.4vw 0 3.06667vw;
  }
}

@media screen and (min-width: 769px) {
  .sec-about__table-cell--th {
    padding-left: 10px;
    width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .sec-about__table-cell--th {
    /* padding-right: spvw(10); */
    width: 22.66667vw;
  }
}

@media screen and (min-width: 769px) {
  .sec-candidate_title-block {
    align-items: flex-end;
    display: flex;
    justify-content: flex-start;
    padding: 40px 0;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .sec-candidate_title-block {
    padding: 3.73333vw 0 4.93333vw;
    position: relative;
  }
}

.sec-candidate_title-block::before {
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 5;
}

@media screen and (min-width: 769px) {
  .sec-candidate_title-block::before {
    border-left: 37px solid transparent;
    border-right: 37px solid transparent;
    border-top: 37px solid #F3BF31;
    bottom: -37px;
  }
}

@media screen and (max-width: 768px) {
  .sec-candidate_title-block::before {
    border-left: 4vw solid transparent;
    border-right: 4vw solid transparent;
    border-top: 4vw solid #F3BF31;
    bottom: -4vw;
    z-index: 2;
  }
}

@media screen and (min-width: 769px) {
  .sec-candidate_title {
    margin-right: 36px;
    width: 364px;
  }
}

@media screen and (max-width: 768px) {
  .sec-candidate_title {
    margin-bottom: 4vw;
  }
}

@media screen and (min-width: 769px) {
  .sec-candidate_title-ja {
    height:  50px;
    width: 364px;
  }
}

@media screen and (max-width: 768px) {
  .sec-candidate_title-ja {
    height:  spvw(59);
    width: 54.13333vw;
  }
}

@media screen and (min-width: 769px) {
  .sec-candidate_title-en {
    height: 21px;
    margin-bottom: 15px;
    width: 166px;
  }
}

@media screen and (max-width: 768px) {
  .sec-candidate_title-en {
    height:  spvw(27);
    margin-bottom: 3.73333vw;
    width: 29.46667vw;
  }
}

.sec-candidate_lead {
  color: #0E3F85;
}

@media screen and (min-width: 769px) {
  .sec-candidate_lead {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4375;
  }
}

@media screen and (max-width: 768px) {
  .sec-candidate_lead {
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1.5;
  }
}

@media screen and (min-width: 769px) {
  .sec-candidate_youtube-block {
    padding: 80px 0 70px;
  }
}

@media screen and (max-width: 768px) {
  .sec-candidate_youtube-block {
    padding: 6.66667vw 0;
  }
}

@media screen and (min-width: 769px) {
  .sec-candidate_youtube-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.sec-candidate_youtube-list-item {
  /* &:last-child{
      @include max{
        margin-bottom: 0;
      }
    } */
}

@media screen and (min-width: 769px) {
  .sec-candidate_youtube-list-item {
    margin-bottom: 40px;
    width: 500px;
  }
}

@media screen and (max-width: 768px) {
  .sec-candidate_youtube-list-item {
    margin-bottom: 6vw;
  }
}

@media screen and (min-width: 769px) {
  .sec-candidate_youtube-list-item iframe {
    height: 281px;
    margin-bottom: 10px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .sec-candidate_youtube-list-item iframe {
    height: 48vw;
    margin-bottom: 1.33333vw;
    width: 100%;
  }
}

.sec-candidate_youtube-list-item-text {
  color: #0E3F85;
}

@media screen and (min-width: 769px) {
  .sec-candidate_youtube-list-item-text {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4375;
  }
}

@media screen and (max-width: 768px) {
  .sec-candidate_youtube-list-item-text {
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1.5;
  }
}

.sec-candidate_youtube-channel-btn {
  cursor: pointer;
  display: block;
  transition: all .3s;
}

@media screen and (min-width: 769px) {
  .sec-candidate_youtube-channel-btn {
    background: url(../img/img-btn-youtube.png) no-repeat center;
    background-size: contain;
    height: 55px;
    margin: 40px auto 0;
    width: 436px;
  }
}

@media screen and (max-width: 768px) {
  .sec-candidate_youtube-channel-btn {
    background: url(../img/img-btn-youtube.png) no-repeat center;
    background-size: contain;
    height: 10.66667vw;
    width: 100%;
  }
}

.sec-candidate_youtube-channel-btn:hover {
  transition: all .3s;
}

@media screen and (min-width: 769px) {
  .sec-candidate_youtube-channel-btn:hover {
    background: url(../img/img-btn-youtube_on.png) no-repeat center;
    background-size: contain;
  }
}

@media screen and (min-width: 769px) {
  #sec-contact {
    margin-bottom: 200px;
    padding-top: 158px;
  }
}

@media screen and (max-width: 768px) {
  #sec-contact {
    margin-bottom: 21.33333vw;
    padding-top: 19.33333vw;
  }
}

@media screen and (min-width: 769px) {
  #sec-contact .sec__title-block {
    margin: 0;
    width: 282px;
  }
}

@media screen and (max-width: 768px) {
  #sec-contact .sec__title-block {
    margin-bottom: 5.33333vw;
  }
}

@media screen and (min-width: 769px) {
  .sec-contact {
    margin: 0;
    padding: 21px 0 0;
  }
}

@media screen and (min-width: 769px) {
  .sec-contact__wrapper {
    display: flex;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 1200px;
  }
}

.sec-contact__text {
  color: #010101;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .sec-contact__text {
    font-size: 13px;
    letter-spacing: 0.78px;
    line-height: 1em;
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .sec-contact__text {
    font-size: 2.4vw;
    letter-spacing: 1.08px;
    line-height: 1;
    margin-top: 6.4vw;
  }
}

.sec-contact__text .red {
  color: #ff0000;
}

@media screen and (min-width: 769px) {
  .sec-contact__form-block {
    align-items: self-end;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 768px) {
  .sec-contact__form-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 1.33333vw;
  }
}

@media screen and (min-width: 769px) {
  .sec-contact__form-label {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 3.4em;
    text-align: left;
    width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .sec-contact__form-label {
    color: #010101;
    font-size: 2.66667vw;
    letter-spacing: 1.2px;
    line-height: 4;
    text-align: left;
    width: 100%;
  }
}

.sec-contact__form-necessary {
  color: #ff0000;
}

@media screen and (min-width: 769px) {
  .sec-contact__form-necessary {
    padding-left: 6px;
  }
}

@media screen and (max-width: 768px) {
  .sec-contact__form-necessary {
    padding-left: 1.6vw;
  }
}

@media screen and (min-width: 769px) {
  .sec-contact__form-input {
    /* box-shadow: inset 0px 1px 1px 0 rgba(0, 0, 0, 0.06); */
    background-color: #f8f8f8;
    font-size: 14px;
    height: 48px;
    letter-spacing: 0.84px;
    line-height: 3.4em;
    padding: 0 10px;
    width: 490px;
  }
}

@media screen and (max-width: 768px) {
  .sec-contact__form-input {
    background-color: #f8f8f8;
    height: 10.66667vw;
    letter-spacing: 1.2px;
    line-height: 1;
    padding: 0 1.33333vw;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .sec-contact__form-input--textarea {
    /* box-shadow: inset 0px 1px 1px 0 rgba(0, 0, 0, 0.06); */
    background-color: #f8f8f8;
    font-size: 14px;
    height: 217px;
    letter-spacing: 0.84px;
    line-height: 3.4em;
    padding: 0 10px;
    width: 490px;
  }
}

@media screen and (max-width: 768px) {
  .sec-contact__form-input--textarea {
    background-color: #f8f8f8;
    height: 29.33333vw;
    letter-spacing: 1.2px;
    margin-bottom: 5.06667vw;
    width: 100%;
  }
}

.sec-contact__form-btn {
  align-items: center;
  background-color: #010101 !important;
  border: none;
  color: #ffffff;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  opacity: 1;
  outline: none;
  transition: all .3s;
}

@media screen and (min-width: 769px) {
  .sec-contact__form-btn {
    font-size: 16px;
    font-weight: 500;
    height: 60px;
    letter-spacing: 0.96px;
    width: 160px;
  }
}

@media screen and (max-width: 768px) {
  .sec-contact__form-btn {
    font-size: 3.2vw;
    height: 11.73333vw;
    margin: 0 auto;
    width: 26.66667vw;
  }
}

@media screen and (min-width: 769px) {
  .sec-contact__form-btn:hover {
    opacity: 0.6;
    transition: all .3s;
  }
}

@media screen and (min-width: 769px) {
  .sec-howto {
    padding: 86px 0 93px;
  }
}

@media screen and (max-width: 768px) {
  .sec-howto {
    padding: 9.33333vw 0 8vw;
  }
}

@media screen and (max-width: 768px) {
  .sec-howto .inner {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .sec-howto_title-block {
    width: 32vw;
    /* margin-right: spvw(35); */
  }
}

@media screen and (min-width: 769px) {
  .sec-howto_title {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 768px) {
  .sec-howto_title {
    margin-bottom: 4vw;
  }
}

.sec-howto_text {
  color: #0E3F85;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .sec-howto_text {
    font-size: 18px;
    line-height: 1.55555;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .sec-howto_text {
    font-size: 3.2vw;
    line-height: 1.4583;
  }
}

@media screen and (min-width: 769px) {
  .sec-howto_list {
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .sec-howto_list {
    width: 47.73333vw;
  }
}

@media screen and (min-width: 769px) {
  .sec-howto_list-item {
    height: 381px;
    margin-right: 35px;
    width: 324px;
  }
}

@media screen and (min-width: 769px) {
  .sec-howto_list-item:last-child {
    margin-right: 0;
  }
}

.modal-wrap {
  background: #FFF;
  max-width: 100%;
  position: relative;
  width: auto;
}

@media screen and (min-width: 769px) {
  .modal-wrap {
    margin: 30px auto;
    width: 1040px;
  }
}

@media screen and (max-width: 768px) {
  .modal-wrap {
    margin: 2.66667vw auto;
    padding: 4vw 2vw 8vw;
  }
}

.mfp-inline-holder .mfp-content {
  width: auto;
}

button.mfp-close {
  bottom: -60px;
  color: #f3bf31 !important;
  font-size: 68px;
  left: 50%;
  right: auto;
  top: auto;
  transform: translateX(-50%);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  button.mfp-close {
    bottom: -8vw;
    font-size: 10.66667vw;
  }
}

button.mfp-close {
  cursor: pointer;
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  .modal-inner {
    display: flex;
    justify-content: space-between;
    padding: 57px 80px;
  }
}

@media screen and (min-width: 769px) {
  .modal-head {
    width: 265px;
  }
}

@media screen and (max-width: 768px) {
  .modal-head {
    display: flex;
    padding: 0 2.66667vw;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .modal-pic {
    width: 30.4vw;
  }
}

.modal-name {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .modal-name {
    font-size: 38px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .modal-name {
    flex: 1;
    font-size: 5.06667vw;
    margin-top: 1.33333vw;
  }
}

@media screen and (max-width: 768px) {
  .modal-name-wrap {
    margin-left: 4vw;
  }
}

.modal-name-rubi {
  display: block;
  font-weight: normal;
}

@media screen and (min-width: 769px) {
  .modal-name-rubi {
    font-size: 20px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .modal-name-rubi {
    font-size: 2.66667vw;
    margin-top: 1.33333vw;
  }
}

@media screen and (min-width: 769px) {
  .modal-body {
    flex: 1;
    margin-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .modal-body {
    margin-top: 6.66667vw;
  }
}

.modal-heading {
  background-color: #0e3f85;
  color: #fff;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .modal-heading {
    font-size: 18px;
    margin-bottom: 15px;
    padding: 5px 10px;
  }
}

@media screen and (max-width: 768px) {
  .modal-heading {
    font-size: 3.2vw;
    margin-bottom: 2vw;
    padding: 1.33333vw 2.66667vw;
  }
}

.modal-text {
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .modal-text {
    font-size: 3.2vw;
    padding: 1.33333vw 2.66667vw 0;
  }
}

.modal-btn-wrap {
  display: flex;
}

@media screen and (min-width: 769px) {
  .modal-btn-wrap {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .modal-btn-wrap {
    margin-top: 4vw;
    padding: 0 2.66667vw 0;
  }
}

.modal-btn01 {
  cursor: pointer;
  display: inline-block;
  transition: 0.3s;
}

@media screen and (min-width: 769px) {
  .modal-btn01 {
    background: url(../img/img-btn-modal01.png) no-repeat center;
    background-size: 99% auto;
    height: 34px;
    margin-right: 13px;
    width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .modal-btn01 {
    background: url(../img/img-btn-modal01.png) no-repeat center;
    background-size: 99% auto;
    height: 6vw;
    margin-right: 1.73333vw;
    width: 25.33333vw;
  }
}

@media screen and (min-width: 769px) {
  .modal-btn01:hover {
    background: url(../img/img-btn-modal01_on.png) no-repeat center;
    background-size: 99% auto;
  }
}

.modal-btn02 {
  cursor: pointer;
  display: inline-block;
  transition: 0.3s;
}

@media screen and (min-width: 769px) {
  .modal-btn02 {
    background: url(../img/img-btn-modal02.png) no-repeat center;
    background-size: 99% auto;
    height: 34px;
    margin-right: 13px;
    width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .modal-btn02 {
    background: url(../img/img-btn-modal02.png) no-repeat center;
    background-size: 99% auto;
    height: 6vw;
    margin-right: 1.73333vw;
    width: 25.33333vw;
  }
}

@media screen and (min-width: 769px) {
  .modal-btn02:hover {
    background: url(../img/img-btn-modal02_on.png) no-repeat center;
    background-size: 99% auto;
  }
}

.modal-btn03 {
  cursor: pointer;
  display: inline-block;
  transition: 0.3s;
}

@media screen and (min-width: 769px) {
  .modal-btn03 {
    background: url(../img/img-btn-modal03.png) no-repeat center;
    background-size: 99% auto;
    height: 34px;
    width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .modal-btn03 {
    background: url(../img/img-btn-modal03.png) no-repeat center;
    background-size: 99% auto;
    height: 6vw;
    width: 25.33333vw;
  }
}

@media screen and (min-width: 769px) {
  .modal-btn03:hover {
    background: url(../img/img-btn-modal03_on.png) no-repeat center;
    background-size: 99% auto;
  }
}

@media screen and (min-width: 769px) {
  .modal-youtube {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .modal-youtube {
    height: 0;
    margin-bottom: 5.33333vw;
    margin-left: 2.66667vw;
    margin-right: 2.66667vw;
    margin-top: 5.33333vw;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .modal-youtube iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .modal-foot-btn-wrap {
    align-items: center;
    display: flex;
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .modal-foot-btn-wrap {
    display: flex;
    flex-direction: column;
    margin-top: 4vw;
  }
}

@media screen and (max-width: 768px) {
  .modal-foot-btn-wrap-pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .modal-foot-btn-wrap-sp {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .modal-foot-btn-left {
    margin-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .modal-foot-btn-left {
    margin-bottom: 4vw;
    margin-right: 4vw;
  }
}

.modal-foot-btn-right {
  display: flex;
}

@media screen and (min-width: 769px) {
  .modal-foot-btn-right a {
    margin-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .modal-foot-btn-right a {
    margin-right: 1.33333vw;
  }
}

.modal-foot-btn-right a:last-child {
  margin-right: 0;
}

.modal-btn-member {
  display: block;
  transition: all .3s;
}

@media screen and (min-width: 769px) {
  .modal-btn-member {
    background: url(../img/img-btn-modal-member.png) no-repeat left center;
    background-size: 37px auto;
    line-height: 37px;
    padding-left: 50px;
  }
}

@media screen and (max-width: 768px) {
  .modal-btn-member {
    background: url(../img/img-btn-modal-member.png) no-repeat left center;
    background-size: contain;
    font-size: 3.2vw;
    line-height: 6.13333vw;
    padding-left: 8vw;
  }
}

@media screen and (min-width: 769px) {
  .modal-btn-member:hover {
    background: url(../img/img-btn-modal-member_on.png) no-repeat left center;
    background-size: 37px auto;
  }
}

@media screen and (min-width: 769px) {
  .modal-btn-home {
    background: url(../img/img-foot-sns-home.png) no-repeat center;
    background-size: contain;
    height: 36px;
    width: 36px;
  }
}

@media screen and (max-width: 768px) {
  .modal-btn-home {
    background: url(../img/img-foot-sns-home.png) no-repeat center;
    background-size: contain;
    height: 6.13333vw;
    width: 6.13333vw;
  }
}

@media screen and (min-width: 769px) {
  .modal-btn-home:hover {
    background: url(../img/img-foot-sns-home_on.png) no-repeat center;
    background-size: contain;
    transition: all .3s;
  }
}

@media screen and (min-width: 769px) {
  .modal-btn-fb {
    background: url(../img/img-foot-sns-fb.png) no-repeat center;
    background-size: contain;
    height: 36px;
    width: 36px;
  }
}

@media screen and (max-width: 768px) {
  .modal-btn-fb {
    background: url(../img/img-foot-sns-fb.png) no-repeat center;
    background-size: contain;
    height: 6.13333vw;
    width: 6.13333vw;
  }
}

@media screen and (min-width: 769px) {
  .modal-btn-fb:hover {
    background: url(../img/img-foot-sns-fb_on.png) no-repeat center;
    background-size: contain;
    transition: all .3s;
  }
}

@media screen and (min-width: 769px) {
  .modal-btn-tw {
    background: url(../img/img-foot-sns-tw.png) no-repeat center;
    background-size: contain;
    height: 36px;
    width: 36px;
  }
}

@media screen and (max-width: 768px) {
  .modal-btn-tw {
    background: url(../img/img-foot-sns-tw.png) no-repeat center;
    background-size: contain;
    height: 6.13333vw;
    width: 6.13333vw;
  }
}

@media screen and (min-width: 769px) {
  .modal-btn-tw:hover {
    background: url(../img/img-foot-sns-tw_on.png) no-repeat center;
    background-size: contain;
    transition: all .3s;
  }
}

@media screen and (min-width: 769px) {
  .modal-btn-line {
    background: url(../img/img-foot-sns-line.png) no-repeat center;
    background-size: contain;
    height: 36px;
    width: 36px;
  }
}

@media screen and (max-width: 768px) {
  .modal-btn-line {
    background: url(../img/img-foot-sns-line.png) no-repeat center;
    background-size: contain;
    height: 6.13333vw;
    width: 6.13333vw;
  }
}

@media screen and (min-width: 769px) {
  .modal-btn-line:hover {
    background: url(../img/img-foot-sns-line_on.png) no-repeat center;
    background-size: contain;
    transition: all .3s;
  }
}

@media screen and (min-width: 769px) {
  .modal-btn-ig {
    background: url(../img/img-foot-sns-ig.png) no-repeat center;
    background-size: contain;
    height: 36px;
    width: 36px;
  }
}

@media screen and (max-width: 768px) {
  .modal-btn-ig {
    background: url(../img/img-foot-sns-ig.png) no-repeat center;
    background-size: contain;
    height: 6.13333vw;
    width: 6.13333vw;
  }
}

@media screen and (min-width: 769px) {
  .modal-btn-ig:hover {
    background: url(../img/img-foot-sns-ig_on.png) no-repeat center;
    background-size: contain;
    transition: all .3s;
  }
}

@media screen and (min-width: 769px) {
  .modal-btn-yt {
    background: url(../img/img-foot-sns-yt.png) no-repeat center;
    background-size: contain;
    height: 36px;
    width: 36px;
  }
}

@media screen and (max-width: 768px) {
  .modal-btn-yt {
    background: url(../img/img-foot-sns-yt.png) no-repeat center;
    background-size: contain;
    height: 6.13333vw;
    width: 6.13333vw;
  }
}

@media screen and (min-width: 769px) {
  .modal-btn-yt:hover {
    background: url(../img/img-foot-sns-yt_on.png) no-repeat center;
    background-size: contain;
    transition: all .3s;
  }
}

@media screen and (max-width: 768px) {
  .mfp-container {
    padding: 0 6.93333vw;
  }
}

@media screen and (min-width: 769px) {
  .sec-news {
    padding: 50px 0;
  }
}

@media screen and (max-width: 768px) {
  .sec-news {
    padding: 6.66667vw 0;
  }
}

.sec-news_block {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .sec-news_block {
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 769px) {
  .sec-news_list {
    padding-right: 50px;
  }
}

@media screen and (max-width: 768px) {
  .sec-news_list {
    margin-bottom: 6.4vw;
  }
}

@media screen and (min-width: 769px) {
  .sec-news_list-item {
    display: flex;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .sec-news_list-item {
    margin-top: 1.33333vw;
  }
}

.sec-news_list-item-link {
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .sec-news_list-item-link {
    display: flex;
    opacity: 1;
    transition: all .3s;
  }
}

@media screen and (min-width: 769px) {
  .sec-news_list-item-link:hover {
    text-decoration: underline;
  }
}

.sec-news_list-item-link:hover .sec-news_info {
  text-decoration: underline;
}

.sec-news_date {
  color: #fff;
}

@media screen and (min-width: 769px) {
  .sec-news_date {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.875;
    width: 130px;
  }
}

@media screen and (max-width: 768px) {
  .sec-news_date {
    display: inline-block;
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1.41666;
  }
}

.sec-news_info {
  color: #fff;
}

@media screen and (min-width: 769px) {
  .sec-news_info {
    flex: 1;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.875;
  }
}

@media screen and (max-width: 768px) {
  .sec-news_info {
    display: inline-block;
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1.41666;
    width: 100%;
  }
}

.sec-news_btn {
  cursor: pointer;
  display: block;
  transition: all .3s;
}

@media screen and (min-width: 769px) {
  .sec-news_btn {
    background: url(../img/img-btn_news.png) no-repeat center;
    background-size: contain;
    height: 80px;
    width: 299px;
  }
}

@media screen and (max-width: 768px) {
  .sec-news_btn {
    background: url(../img/img-btn_news_sp.png) no-repeat center;
    background-size: contain;
    height: 10.66667vw;
    width: 100%;
  }
}

.sec-news_btn:hover {
  transition: all .3s;
}

@media screen and (min-width: 769px) {
  .sec-news_btn:hover {
    background: url(../img/img-btn_news_on.png) no-repeat center;
    background-size: contain;
  }
}

@media screen and (min-width: 769px) {
  .sec-schedule {
    padding: 50px 0;
  }
}

@media screen and (max-width: 768px) {
  .sec-schedule {
    padding: 8.8vw 0;
  }
}

@media screen and (min-width: 769px) {
  .sec-schedule_title-en {
    height: 18px;
    margin-bottom: 10px;
    width: 110px;
  }
}

@media screen and (max-width: 768px) {
  .sec-schedule_title-en {
    height: 3.73333vw;
    margin-bottom: 2.26667vw;
    width: 23.06667vw;
  }
}

@media screen and (min-width: 769px) {
  .sec-schedule_title-ja {
    height: 35px;
    margin-bottom: 15px;
    width: 206px;
  }
}

@media screen and (max-width: 768px) {
  .sec-schedule_title-ja {
    height: 6.66667vw;
    margin-bottom: 3.6vw;
    width: 42.13333vw;
  }
}

.sec-schedule_box {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .sec-schedule_block {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .sec-schedule_list {
    /* margin-right: 77px; */
    width: 610px;
  }
}

@media screen and (max-width: 768px) {
  .sec-schedule_list {
    margin-bottom: 5.33333vw;
  }
}

@media screen and (min-width: 769px) {
  .sec-schedule_list-item {
    display: flex;
    justify-content: flex-start;
  }
}

.sec-schedule_list-item-link {
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .sec-schedule_list-item-link {
    opacity: 1;
    transition: all .3s;
  }
}

@media screen and (min-width: 769px) {
  .sec-schedule_list-item-link:hover {
    opacity: 0.6;
    transition: all .3s;
  }
}

.sec-schedule_date {
  color: #fff;
}

@media screen and (min-width: 769px) {
  .sec-schedule_date {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.875;
    width: 128px;
  }
}

@media screen and (max-width: 768px) {
  .sec-schedule_date {
    display: inline-block;
    font-size: 3.6vw;
    font-weight: bold;
    line-height: 1.5;
  }
}

.sec-schedule_date02 {
  color: #fff;
}

@media screen and (min-width: 769px) {
  .sec-schedule_date02 {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.875;
    width: 45px;
  }
}

@media screen and (max-width: 768px) {
  .sec-schedule_date02 {
    display: inline-block;
    font-size: 2.66667vw;
    font-weight: bold;
    line-height: 1.5;
  }
}

.sec-schedule_info {
  color: #fff;
}

@media screen and (min-width: 769px) {
  .sec-schedule_info {
    display: inline-block;
    flex: 1;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.875;
  }
}

@media screen and (max-width: 768px) {
  .sec-schedule_info {
    display: inline-block;
    font-size: 3.2vw;
    line-height: 1.7;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .sec-schedule_btn-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 358px;
  }
}

.sec-schedule_btn {
  cursor: pointer;
  display: block;
  transition: all .3s;
}

@media screen and (min-width: 769px) {
  .sec-schedule_btn {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .sec-schedule_btn {
    margin-bottom: 2vw;
  }
}

.sec-schedule_btn:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .sec-schedule_btn:hover {
    transition: all .3s;
  }
}

@media screen and (min-width: 769px) {
  .sec-schedule_btn01 {
    background: url(../img/img-btn_schedule01.png) no-repeat center;
    background-size: contain;
    height: 55px;
    width: 358px;
  }
}

@media screen and (max-width: 768px) {
  .sec-schedule_btn01 {
    background: url(../img/img-btn_schedule01_sp.png) no-repeat center;
    background-size: contain;
    height: 11.06667vw;
    width: 100%;
  }
}

.sec-schedule_btn01:hover {
  transition: all .3s;
}

@media screen and (min-width: 769px) {
  .sec-schedule_btn01:hover {
    background: url(../img/img-btn_schedule01_on.png) no-repeat center;
    background-size: contain;
  }
}

@media screen and (min-width: 769px) {
  .sec-schedule_btn02 {
    background: url(../img/img-btn_schedule02.png) no-repeat center;
    background-size: contain;
    height: 54px;
    width: 358px;
  }
}

@media screen and (max-width: 768px) {
  .sec-schedule_btn02 {
    background: url(../img/img-btn_schedule02_sp.png) no-repeat center;
    background-size: contain;
    height: 11.06667vw;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .sec-schedule_btn02:hover {
    background: url(../img/img-btn_schedule02_on.png) no-repeat center;
    background-size: contain;
  }
}

.sec-schedule_btn03 {
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .sec-schedule_btn03 {
    background: url(../img/img-btn_schedule03.png) no-repeat center;
    background-size: contain;
    height: 54px;
    width: 358px;
  }
}

@media screen and (max-width: 768px) {
  .sec-schedule_btn03 {
    background: url(../img/img-btn_schedule03_sp.png) no-repeat center;
    background-size: contain;
    height: 11.06667vw;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .sec-schedule_btn03:hover {
    background: url(../img/img-btn_schedule03_on.png) no-repeat center;
    background-size: contain;
  }
}

.sec-schedule_btn04 {
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .sec-schedule_btn04 {
    background: url(../img/img-btn_schedule04.png) no-repeat center;
    background-size: contain;
    height: 55px;
    width: 358px;
  }
}

@media screen and (max-width: 768px) {
  .sec-schedule_btn04 {
    background: url(../img/img-btn_schedule04_sp.png) no-repeat center;
    background-size: contain;
    height: 11.06667vw;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .sec-schedule_btn04:hover {
    background: url(../img/img-btn_schedule04_on.png) no-repeat center;
    background-size: contain;
  }
}

.sec-schedule_btn05 {
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .sec-schedule_btn05 {
    background: url(../img/img-btn_schedule05.png) no-repeat center;
    background-size: contain;
    height: 55px;
    width: 358px;
  }
}

@media screen and (max-width: 768px) {
  .sec-schedule_btn05 {
    background: url(../img/img-btn_schedule05_sp.png) no-repeat center;
    background-size: contain;
    height: 11.06667vw;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .sec-schedule_btn05:hover {
    background: url(../img/img-btn_schedule05_on.png) no-repeat center;
    background-size: contain;
  }
}

.sec-candidate-slider-wrap {
  background-color: #0E3F85;
  overflow: hidden;
}

.sec-candidate-slider-inner {
  margin: 0 auto;
  max-width: 1040px;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .sec-candidate_slide {
    min-width: 1040px;
  }
}

@media screen and (min-width: 769px) {
  .sec-candidate_slide-wrap {
    min-height: 801px;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .sec-candidate_slide-wrap {
    padding: 0 9.33333vw;
    position: relative;
  }
}

@media screen and (min-width: 769px) {
  .sec-candidate_slide-name-en {
    bottom: -82px;
    height: 225px;
    left: -40px;
    position: absolute;
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .sec-candidate_slide-name-en {
    height: 29.33333vw;
    left: 0;
    position: absolute;
    top: 89.33333vw;
    width: auto;
  }
}

.sec-candidate_slide-name-en img {
  height: 100%;
  width: auto;
}

@media screen and (min-width: 769px) {
  .sec-candidate_slide-box {
    position: absolute;
    right: 70px;
    top: 185px;
    width: 400px;
  }
}

@media screen and (max-width: 768px) {
  .sec-candidate_slide-box {
    margin-top: 16vw;
    position: relative;
  }
}

@media screen and (min-width: 769px) {
  .sec-candidate_slide-name-ja {
    height: 48px;
    margin-bottom: 10px;
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .sec-candidate_slide-name-ja {
    height: 6.4vw;
    margin-bottom: 1.33333vw;
    width: auto;
  }
}

.sec-candidate_slide-name-ja img {
  height: 100%;
  width: auto;
}

@media screen and (min-width: 769px) {
  .sec-candidate_slide-name-kana {
    color: #0E3F85;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4444;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .sec-candidate_slide-name-kana {
    color: #fff;
    font-size: 3.2vw;
    font-weight: bold;
    margin-bottom: 4vw;
  }
}

@media screen and (min-width: 769px) {
  .sec-candidate_slide-text {
    color: #0E3F85;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4375;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .sec-candidate_slide-text {
    color: #fff;
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1.4583;
    margin-bottom: 4vw;
    width: 57.33333vw;
  }
}

@media screen and (min-width: 769px) {
  .sec-candidate_slide-list {
    color: #0E3F85;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4375;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .sec-candidate_slide-list {
    color: #fff;
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1.4583;
    margin-bottom: 4vw;
    width: 57.33333vw;
  }
}

.sec-candidate_slide-list li {
  list-style: disc;
  list-style-position: outside;
  margin-bottom: 0.3em;
  margin-left: 1.3em;
}

.sec-candidate_slide-btn {
  cursor: pointer;
  display: block;
  transition: all .3s;
}

@media screen and (min-width: 769px) {
  .sec-candidate_slide-btn {
    background: url(../img/img-btn-tweet.png) no-repeat center;
    background-size: contain;
    height: 56px;
    width: 299px;
  }
}

@media screen and (max-width: 768px) {
  .sec-candidate_slide-btn {
    background: url(../img/img-btn-tweet_sp.png) no-repeat center;
    background-size: contain;
    height: 10.66667vw;
    width: 100%;
  }
}

.sec-candidate_slide-btn:hover {
  transition: all .3s;
}

@media screen and (min-width: 769px) {
  .sec-candidate_slide-btn:hover {
    background: url(../img/img-btn-tweet_on.png) no-repeat center;
    background-size: contain;
  }
}

.sec-candidate_slide-profile-btn {
  cursor: pointer;
  position: absolute;
  transition: all .3s;
}

@media screen and (min-width: 769px) {
  .sec-candidate_slide-profile-btn {
    background: url(../img/img-btn-profile.png) no-repeat center;
    background-size: contain;
    height: 165px;
    right: -26px;
    top: -130px;
    width: 166px;
  }
}

@media screen and (max-width: 768px) {
  .sec-candidate_slide-profile-btn {
    background: url(../img/img-btn-profile.png) no-repeat center;
    background-size: contain;
    height: 20.8vw;
    right: 0;
    top: 13.33333vw;
    width: 20.26667vw;
  }
}

.sec-candidate_slide-profile-btn:hover {
  transition: all .3s;
}

@media screen and (min-width: 769px) {
  .sec-candidate_slide-profile-btn:hover {
    background: url(../img/img-btn-profile_on.png) no-repeat center;
    background-size: contain;
  }
}

@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") format("woff");
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  background-color: #0E3F85;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  /* Fix of Webkit flickering */
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .swiper-container {
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  .swiper-container {
    padding: 9.6vw 0 9.73333vw;
  }
}

.swiper-container-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-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

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

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

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

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

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

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

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

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

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

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

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

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

.swiper-container-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-container-css-mode > .swiper-wrapper {
  /* For Firefox */
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
  /* For Internet Explorer and Edge */
}

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

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

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

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

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

.swiper-button-prev,
.swiper-button-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.swiper-button-prev {
  background: url(../img/img-arrow_left.png) no-repeat center;
  background-size: contain;
  position: absolute;
  transition: all .3s;
}

@media screen and (min-width: 769px) {
  .swiper-button-prev {
    height: 56px;
    width: 56px;
  }
}

@media screen and (max-width: 768px) {
  .swiper-button-prev {
    height: 7.13333vw;
    width: 7.13333vw;
  }
}

.swiper-button-next {
  background: url(../img/img-arrow_right.png) no-repeat center;
  background-size: contain;
  position: absolute;
  transition: all .3s;
}

@media screen and (min-width: 769px) {
  .swiper-button-next {
    height: 56px;
    width: 57px;
  }
}

@media screen and (max-width: 768px) {
  .swiper-button-next {
    height: 7.13333vw;
    width: 7.13333vw;
  }
}

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  right: auto;
}

@media screen and (min-width: 769px) {
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: -35px;
  }
}

@media screen and (max-width: 768px) {
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 4.93333vw;
  }
}

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

@media screen and (min-width: 769px) {
  .swiper-button-prev:hover {
    background: url(../img/img-arrow_left_on.png) no-repeat center;
    background-size: contain;
    transition: all .3s;
  }
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  left: auto;
}

@media screen and (min-width: 769px) {
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: -35px;
  }
}

@media screen and (max-width: 768px) {
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 4.93333vw;
  }
}

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

@media screen and (min-width: 769px) {
  .swiper-button-next:hover {
    background: url(../img/img-arrow_right_on.png) no-repeat center;
    background-size: contain;
    transition: all .3s;
  }
}

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

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

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  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);
}

.swiper-pagination-bullet {
  background: #000;
  border-radius: 100%;
  display: inline-block;
  height: 8px;
  opacity: 0.2;
  width: 8px;
}

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

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
}

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

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

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

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

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

.swiper-container-horizontal.swiper-container-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-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

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

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

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

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

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

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

.swiper-container-vertical > .swiper-scrollbar {
  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 {
  animation: swiper-preloader-spin 1s infinite linear;
  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-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

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

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}

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

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

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

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

.swiper-container-cube {
  overflow: visible;
}

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
  background: #000;
  bottom: 0px;
  filter: blur(50px);
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

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

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

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

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

.swiper-container {
  height: 100%;
  overflow: visible;
  width: 100%;
  z-index: 1;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0 !important;
}

@media screen and (min-width: 769px) {
  .caution {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .caution {
    color: #fff;
    font-size: 2.66667vw;
    line-height: 1.5;
    margin-bottom: 20px;
    width: 100%;
  }
}
