@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

figure {
  margin: 0;
}

dl {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0;
  padding: 0;
}

:root {
  --primary: 230, 0, 18;
  --secondary: 254, 192, 204;
  --neutral: 255, 250, 251;
  --warning: 234, 16, 16;
  --success: 166, 173, 78;
  --gray-1: 142, 142, 142;
  --gray-2: 175, 175, 175;
  --gray-3: 237, 237, 237;
  --gray-4: 241, 241, 241;
  --body-bg: 255, 255, 255;
  --body-color: 0, 0, 0;
  --color-01: 210, 49, 55;
  --color-02: 33, 164, 168;
  --color-03: 114, 187, 43;
  --color-04: 210, 49, 123;
  --color-05: 41, 149, 227;
  --focus: 0 0 0 4px rgba(var(--primary), .8);
  --link-color: 230, 0, 18;
  --link-hover-color: 240, 102, 113;
}

html {
  -webkit-font-kerning: normal;
          font-kerning: normal;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-print-color-adjust: exact;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 62.5%;
}
@media screen and (max-width: 576px) {
  html {
    font-size: 95.7446808511%;
  }
}
@media screen and (max-width: 551px) {
  html {
    font-size: 91.5890957447%;
  }
}
@media screen and (max-width: 526px) {
  html {
    font-size: 87.4335106383%;
  }
}
@media screen and (max-width: 501px) {
  html {
    font-size: 83.2779255319%;
  }
}
@media screen and (max-width: 476px) {
  html {
    font-size: 79.1223404255%;
  }
}
@media screen and (max-width: 451px) {
  html {
    font-size: 74.9667553191%;
  }
}
@media screen and (max-width: 426px) {
  html {
    font-size: 70.8111702128%;
  }
}
@media screen and (max-width: 401px) {
  html {
    font-size: 66.6555851064%;
  }
}
@media screen and (max-width: 376px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 351px) {
  html {
    font-size: 58.3444148936%;
  }
}
@media screen and (max-width: 326px) {
  html {
    font-size: 54.1888297872%;
  }
}

body {
  position: relative;
  width: 100%;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  background: rgb(var(--body-bg));
  color: rgb(var(--body-color));
  font-size: 1.6rem;
}
@media screen and (max-width: 575.98px) {
  body {
    font-size: 1.4rem;
  }
}
body > img {
  position: absolute;
  height: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  -webkit-box-shadow: var(--focus) !important;
          box-shadow: var(--focus) !important;
  outline: none;
}

::-moz-selection {
  color: #FFF;
  background-color: rgba(var(--secondary));
}

::selection {
  color: #FFF;
  background-color: rgba(var(--secondary));
}

[data-whatintent=mouse] *:focus,
[data-whatintent=touch] *:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none;
}

sup {
  vertical-align: top;
  font-size: 0.8em;
}

sub {
  vertical-align: baseline;
  font-size: 0.8em;
}

main {
  display: block;
}

picture {
  display: block;
}
picture source {
  display: block;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  aspect-ratio: attr(width)/attr(height);
}

a {
  color: rgba(var(--link-color));
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
a:hover {
  color: rgba(var(--link-hover-color));
  -webkit-text-decoration: rgba(var(--link-hover-decoration));
          text-decoration: rgba(var(--link-hover-decoration));
}

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

h1 {
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.5;
}

h2 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 575.98px) {
  h2 {
    font-size: 2.4rem;
  }
}

h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 575.98px) {
  h3 {
    font-size: 1.6rem;
  }
}

h4, h5, h6 {
  font-weight: 400;
  line-height: 1.5;
}

small {
  font-size: 75%;
}

hr {
  margin: 4rem 0;
  border: none;
  border-top: 1px solid #cccccc;
}

ul, ol {
  padding-left: 1.5em;
}

table {
  border-collapse: collapse;
}
table th, table td {
  padding: 1.5em;
  border: 1px solid #cccccc;
  -moz-text-align-last: left;
       text-align-last: left;
}

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

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

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

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

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

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

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

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

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  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 {
  -webkit-transform-style: preserve-3d;
  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 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  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: 0;
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  background: url(../img/common/nav_slider.png);
  background-size: 100%;
}

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

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

.swiper-pagination-bullet-active {
  background-position-y: 100%;
}

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

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

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

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

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

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

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

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

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

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

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

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

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

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

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

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

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

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

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

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

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

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

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

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

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

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

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  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 {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  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 {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

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

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  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 {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.l-breadcrumb {
  overflow: hidden;
  padding: 1rem 4rem 1rem;
}
.l-breadcrumb__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}
.l-breadcrumb li {
  list-style-type: none;
  float: left;
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
}
.l-breadcrumb li a {
  color: rgb(var(--body-color));
}
html:not(.device) .l-breadcrumb li a {
  text-decoration: none;
  -webkit-transition: color 0.15s, fill 0.15s;
  transition: color 0.15s, fill 0.15s;
}
html:not(.device) .l-breadcrumb li a:hover {
  fill: rgb(var(--link-hover-color));
  color: rgb(var(--link-hover-color));
}

.l-breadcrumb li svg {
  margin: 0 1em;
  font-size: 1rem;
}
@media screen and (max-width: 575.98px) {
  .l-breadcrumb {
    padding: 1rem 1.5rem 1rem;
  }
}

.l-wrapper {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.l-header {
  position: relative;
  z-index: 999;
  height: 8rem;
}
.l-header__inr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
  padding: 0 4rem;
  background: #fff;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.07);
          box-shadow: 0 6px 8px rgba(0, 0, 0, 0.07);
}
.hide .l-header__inr {
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
}
.sticky .l-header__inr {
  position: fixed;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
[data-menu] .l-header__inr {
  position: fixed !important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}
.l-header__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  height: inherit;
}
.l-header__logo {
  position: relative;
  padding: 0;
  width: 17.5rem;
  height: 4.3rem;
  margin: 0.5rem 1rem 0 0;
}
.l-header__logo > * {
  overflow: hidden;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/logo.svg) 0 0 no-repeat;
  background-size: 100%;
}
.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  width: 100%;
  max-width: 1030px;
}
.l-header__nav--sp {
  display: none;
}
.l-header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
}
.l-header__nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0;
}
.l-header__nav li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.l-header__nav li.cr::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgb(var(--primary));
}
.l-header__nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em;
  height: 6rem;
  color: rgb(var(--body-color));
  line-height: 1.5;
  text-align: center;
}
.l-header__nav a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background: url(../img/common/icon_blank.svg) 0 0 no-repeat;
  background-size: 100%;
}
.l-header__nav a br {
  display: none;
}
.l-header__nav a i {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-header__nav a i::after, .l-header__nav a i::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--primary), 0.1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.5, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.5, 0, 0, 1);
}
.l-header__nav a i::before {
  -webkit-transform: translate(-110%, -110%) skewY(-15deg);
          transform: translate(-110%, -110%) skewY(-15deg);
}
.l-header__nav a i::after {
  -webkit-transform: translate(110%, 110%) skewY(-15deg);
          transform: translate(110%, 110%) skewY(-15deg);
}
.l-header__nav a:hover {
  color: rgb(var(--primary));
}
.l-header__nav a:hover i::before {
  -webkit-transform: translate(0, -50%) skewY(-15deg);
          transform: translate(0, -50%) skewY(-15deg);
}
.l-header__nav a:hover i::after {
  -webkit-transform: translate(0, 50%) skewY(-15deg);
          transform: translate(0, 50%) skewY(-15deg);
}
@media screen and (max-width: 1279.98px) {
  .l-header__nav {
    width: auto;
  }
  .l-header__nav li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .l-header__nav a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991.98px) {
  .l-header__logo {
    width: 13.671875%;
    height: 0;
    padding-top: 3.359375%;
    margin-right: 2rem;
    margin-left: -3rem;
  }
  .l-header__logo a {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .l-header__nav {
    margin-right: -4rem;
  }
  .l-header__nav a {
    padding: 0 1.2rem;
    height: 4rem;
    font-size: 1.3rem;
  }
  .l-header__nav li.cr::after {
    bottom: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .l-header {
    height: 9rem;
  }
  .l-header__cnt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-header__logo {
    width: 11rem;
    padding-top: 3rem;
    margin: 1rem 0 0.8rem;
  }
  .l-header__nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 -2rem;
    width: calc(100% + 4rem);
  }
  .l-header__nav li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .l-header__nav li:first-child::before {
    content: none;
  }
  .l-header__nav a {
    font-size: 1.2rem;
    padding: 0 1rem;
    height: 4rem;
  }
  .l-header__nav a br {
    display: block;
  }
  .l-header__nav .pc {
    display: none;
  }
  .l-header__nav--sp {
    display: block;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: auto;
    margin-left: auto;
  }
  .l-header__nav--sp li::after {
    content: none;
  }
}
@media screen and (max-width: 575.98px) {
  .l-header__inr {
    padding: 0 2rem;
  }
}

.l-navigation {
  display: none;
  position: fixed;
  z-index: 900;
  top: 6rem;
  left: 0;
  height: calc(100% - 6rem);
  padding: 0 0 4rem;
  width: 100%;
  background: #FFF;
  -webkit-animation: 0.5s ease-in-out forwards;
          animation: 0.5s ease-in-out forwards;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.l-navigation[aria-hidden=true] {
  -webkit-animation-name: nav-collapsing;
          animation-name: nav-collapsing;
}
.l-navigation[aria-hidden=true]:not([aria-busy=true]) {
  z-index: -1;
  visibility: hidden;
}
.l-navigation[aria-hidden=false] {
  -webkit-animation-name: nav-expanding;
          animation-name: nav-expanding;
}
body[data-menu=menuBtn] {
  overflow: hidden;
  height: 100%;
}

.l-navigation__inr {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  position: relative;
  height: 100%;
  padding: 0;
}
.l-navigation__cnt {
  width: 100%;
}
.l-navigation .nav li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.l-navigation .nav a {
  position: relative;
  padding: 1em;
  display: block;
}
.l-navigation .nav .c-icon {
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: rgb(var(--primary));
}
.l-navigation .bnr ul {
  margin-top: 2rem;
  padding: 0 2rem;
}
.l-navigation .bnr li {
  max-width: 670px;
}
.l-navigation .bnr li ~ li {
  margin-top: 2rem;
}
.l-navigation .bnr a {
  display: block;
}
@media screen and (max-width: 991.98px) {
  .l-navigation {
    display: block;
  }
}

@-webkit-keyframes nav-collapsing {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
}

@keyframes nav-collapsing {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
}
@-webkit-keyframes nav-expanding {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes nav-expanding {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.l-footer-sns {
  padding: 7rem 1rem 7rem;
}
.l-footer-sns dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer-sns dt {
  font-weight: 700;
  margin-right: 2rem;
}
.l-footer-sns li {
  list-style-type: none;
  padding: 0;
}
@media screen and (max-width: 767.98px) {
  .l-footer-sns {
    padding: 4rem 1rem;
  }
  .l-footer-sns dl {
    display: block;
  }
  .l-footer-sns dt {
    font-size: 1.6rem;
    text-align: center;
    margin: 0 0 1em;
  }
  .l-footer-sns dd li {
    margin: 0 0.5rem;
  }
}

.l-footer {
  position: relative;
  z-index: 100;
  padding: 0 4rem;
  background: rgb(var(--primary));
  color: #FFF;
}
.l-footer__inr {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 3rem 0;
}
.l-footer__pagetop {
  overflow: hidden;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  text-align: left;
  position: absolute;
  z-index: 100;
  top: -7.5rem;
  right: 2rem;
  width: 5.5rem;
  height: 5.5rem;
  border: 1px solid rgb(var(--primary));
  border-radius: 5rem;
  background: url(../img/common/ar_pagetop.png) 0 0 #FFF no-repeat;
  background-size: 100%;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.l-footer__pagetop:hover {
  border-color: #000;
  background-position-y: 100%;
}
.l-footer__pagetop[data-hide=true] {
  -webkit-transform: translateY(200%);
          transform: translateY(200%);
}
.l-footer__pagetop[data-sticky=true] {
  position: fixed;
  top: auto;
  bottom: 2rem;
}
.l-footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
}
.l-footer__nav li {
  list-style-type: none;
  padding: 0;
  margin: 0 1.2em;
}
.l-footer__nav a {
  font-size: 1.4rem;
  color: #FFF;
  fill: #FFF;
}
html:not(.device) .l-footer__nav a {
  position: relative;
}
html:not(.device) .l-footer__nav a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1), color 0.2s;
  transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1), color 0.2s;
}
html:not(.device) .l-footer__nav a:hover::before {
  left: 0;
  right: auto;
  width: 100%;
}

.l-footer__logo {
  overflow: hidden;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  text-align: left;
  width: 19.3rem;
  height: 5.1rem;
  margin: 5rem auto 2rem;
  background: url(../img/common/logo_ft.png) 0 0 no-repeat;
  background-size: 100%;
}
.l-footer__copyright {
  text-align: center;
}
.l-footer__copyright small {
  font-size: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer {
    padding: 0rem 1rem;
  }
  .l-footer__pagetop {
    width: 4rem;
    height: 4rem;
    top: -6rem;
  }
  .l-footer__inr {
    padding: 0 0 2rem;
  }
  .l-footer__nav ul {
    display: block;
  }
  .l-footer__nav li {
    margin: 0 -1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .l-footer__nav a {
    display: block;
    position: relative;
    padding: 1em;
  }
  .l-footer__nav a .c-icon {
    position: absolute;
    top: 50%;
    right: 1rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .l-footer__logo {
    margin: 3rem auto 2rem;
  }
}

.l-contents {
  padding: 0 4rem;
}
.l-contents__inr {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 575.98px) {
  .l-contents {
    padding: 0 1.5rem;
  }
}

@media screen and (max-width: 767.98px) {
  .c-acc-md__btn {
    position: relative;
  }
  .c-acc-md__btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1em;
    width: 2rem;
    height: 2rem;
    background: url(../img/common/icon_expander.svg) 0 0 no-repeat;
    background-size: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .c-acc-md__btn[aria-expanded=true]::after {
    background-position-y: 100%;
  }
  .c-acc-md__cnt {
    -webkit-animation: 0.3s linear forwards;
            animation: 0.3s linear forwards;
  }
  .c-acc-md__cnt[aria-hidden=true] {
    -webkit-animation-name: collapsing;
            animation-name: collapsing;
    visibility: hidden;
  }
  .c-acc-md__cnt[aria-hidden=false] {
    -webkit-animation-name: expanding;
            animation-name: expanding;
    visibility: visible;
  }
}

@-webkit-keyframes collapsing {
  0% {
    opacity: 1;
    height: auto;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}

@keyframes collapsing {
  0% {
    opacity: 1;
    height: auto;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}
@-webkit-keyframes expanding {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: auto;
  }
}
@keyframes expanding {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: auto;
  }
}
.c-article--column {
  margin-top: 9rem;
}
.c-article--column time {
  color: #999999;
}
.c-article time + h2 {
  margin-top: 0.3em;
  margin-bottom: 0.4em;
}
.c-article__body {
  margin-top: 2.5rem;
}
.c-article__footer {
  margin-top: 6rem;
  text-align: center;
}
@media screen and (max-width: 575.98px) {
  .c-article--column {
    margin-top: 6rem;
  }
}

.c-article-a ~ .c-sect-a {
  margin-top: 9rem;
}
.c-article-a__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-bottom: 1px solid #ccc;
  margin-bottom: 4rem;
  padding-bottom: 3.5rem;
}
.c-article-a__header > * {
  display: inline-block;
  vertical-align: middle;
}
.c-article-a__header h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.c-article-a__header button, .c-article-a__header a {
  margin-left: 1em;
}
@media screen and (max-width: 575.98px) {
  .c-article-a__header {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .c-article-a__header button, .c-article-a__header a {
    margin-left: auto;
  }
}

.c-article-b {
  padding-top: 7rem;
}
.c-article-b ~ .c-sect-a {
  margin-top: 9rem;
}
@media screen and (max-width: 575.98px) {
  .c-article-b {
    padding-top: 3rem;
  }
}

.c-bnr-wrap {
  position: relative;
  left: calc(-50vw + 50%);
  width: 100vw;
}
.c-bnr-wrap--bg01 {
  padding: 6rem 0;
  background: rgb(var(--gray-4));
}
.c-bnr-wrap__inr {
  max-width: calc(1280px + 8rem);
  margin: 0 auto;
  padding: 0 4rem;
}
.c-bnr-wrap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0 -1.2rem -2.4rem;
}
.c-bnr-wrap li {
  list-style-type: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 1.2rem 2.4rem;
}
@media screen and (max-width: 575.98px) {
  .c-bnr-wrap--bg01 {
    padding: 5rem 0;
  }
  .c-bnr-wrap__inr {
    padding: 0 1.5rem;
  }
  .c-bnr-wrap__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.2rem -1rem;
  }
  .c-bnr-wrap li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0 1.2rem 1rem;
  }
}

.c-bnr {
  --bd-color: rgb(var(--primary));
  display: inline-block;
  position: relative;
}
.c-bnr::after {
  pointer-events: none;
  content: "";
  opacity: 0;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid var(--bd-color);
  -webkit-transform: scaleX(1.1) scaleY(1.3);
          transform: scaleX(1.1) scaleY(1.3);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.c-bnr img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
}
.c-bnr:hover::after {
  opacity: 1;
  z-index: 3;
  -webkit-transform: scaleX(1) scaleY(1);
          transform: scaleX(1) scaleY(1);
}
.c-bnr--shadow img {
  display: block;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.c-box-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.c-box-video > * {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-box-caution {
  padding: 2rem;
  border: 1px solid #ff0000;
  color: #ff0000;
}
.c-box-caution > *:first-child {
  margin-top: 0;
}
.c-box-caution > *:last-child {
  margin-bottom: 0;
}

.c-btn {
  --color: rgb(var(--body-color));
  --bd-color: rgb(var(--primary));
  --background: #FFF;
  --shadow: rgba(var(--primary), .3);
  --hv-bd-color: rgba(var(--primary), .7);
  --hv-color: #FFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-width: 34rem;
  height: 5rem;
  color: var(--color);
  fill: rgba(var(--primary));
  padding: 0 1em;
  border: none;
  border-radius: 0.3rem;
  background: var(--background);
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.c-btn::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid var(--bd-color);
  border-radius: 0.3rem;
}
.c-btn::before {
  pointer-events: none;
  content: "";
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid var(--bd-color);
  border-radius: 0.3rem;
  -webkit-transform: scaleX(1.1) scaleY(1.3);
          transform: scaleX(1.1) scaleY(1.3);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
html:not(.device) .c-btn:hover {
  background: var(--hv-bd-color);
  color: var(--hv-color);
  fill: var(--hv-color);
}
html:not(.device) .c-btn:hover::before {
  opacity: 1;
  -webkit-transform: scaleX(1) scaleY(1);
          transform: scaleX(1) scaleY(1);
}
html:not(.device) .c-btn:hover span {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.c-btn[disabled], .c-btn [aria-disabled=true] {
  opacity: 0.5;
  pointer-events: none;
  background: #F1F1F1;
  fill: #CCC;
}
.c-btn[disabled]::after, .c-btn[disabled]::before, .c-btn [aria-disabled=true]::after, .c-btn [aria-disabled=true]::before {
  border-color: #CCC;
}
.c-btn .ar, .c-btn .plus {
  position: absolute;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.6rem !important;
}
.c-btn span {
  display: block;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.c-btn--has-ar span, .c-btn--has-plus span {
  padding-right: 1em;
}
.c-btn--s {
  --hv-bd-color: rgba(var(--primary), .7);
  --hv-color: #FFF;
  --background: #FFF;
  min-width: 0 !important;
  height: auto;
  min-height: 4rem;
  padding: 0.5em 1em;
  fill: rgb(var(--primary));
}
.c-btn--s span {
  font-size: 1.3rem;
}
.c-btn--s.cr {
  pointer-events: none;
  --color: #FFF;
  --bd-color: rgb(var(--primary));
  --background: rgb(var(--primary));
  fill: #FFF;
}
.c-btn--s.c-btn--has-ar {
  padding: 0.5em 1em 0.5em 0.5em;
}
.c-btn--gray {
  --bd-color: rgb(var(--gray-2));
}
.c-btn--back {
  --bd-color: rgb(var(--gray-2));
}
.c-btn--back span {
  padding-left: 1em;
  padding-right: 0;
}
.c-btn--back .ar {
  top: 50%;
  left: 0.5em;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}
.c-btn.scroll .ar {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 575.98px) {
  .c-btn {
    min-width: 29rem;
  }
  .c-btn--sm100 {
    min-width: 0;
    width: 100%;
  }
}

.c-card-list__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0 -3.37rem;
}
.c-card-list__item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  max-width: 33.333%;
  list-style-type: none;
  padding: 4rem 3.37rem;
  margin: -1px 0 0 0;
  border-top: 1px solid rgb(var(--gray-3));
  border-bottom: 1px solid rgb(var(--gray-3));
}
.c-card-list__item::before, .c-card-list__item::after {
  position: absolute;
  left: 3.37rem;
  height: 1;
  width: calc(300% - 6.75rem);
  height: 1px;
  background: rgb(var(--gray-3));
}
.c-card-list__item::before {
  top: 0;
}
.c-card-list__item::after {
  bottom: 0;
}
.c-card-list__item--col1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.c-card-list__item[data-hide] {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.c-card-list__item[data-hide=true] {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.c-card-list__item[data-hide=false] {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.c-card-list--tp2 .c-card-list__item, .c-card-list--tp3 .c-card-list__item {
  border: none;
}
.c-card-list--tp2 .c-card-list__item:nth-child(3n-2)::before, .c-card-list--tp2 .c-card-list__item:nth-child(3n-2)::after, .c-card-list--tp3 .c-card-list__item:nth-child(3n-2)::before, .c-card-list--tp3 .c-card-list__item:nth-child(3n-2)::after {
  content: "";
}
.c-card-list--tp3 .c-card-list__item::after {
  content: none !important;
}
@media screen and (max-width: 575.98px) {
  .c-card-list__inr {
    margin: 0 -1rem;
  }
  .c-card-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 3rem 1rem;
  }
  .c-card-list__item--col1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .c-card-list--tp2 .c-card-list__item:nth-child(3n-2)::before, .c-card-list--tp2 .c-card-list__item:nth-child(3n-2)::after, .c-card-list--tp3 .c-card-list__item:nth-child(3n-2)::before, .c-card-list--tp3 .c-card-list__item:nth-child(3n-2)::after {
    content: "";
  }
  .c-card-list--tp2 .c-card-list__item:nth-child(2n-1)::before, .c-card-list--tp2 .c-card-list__item:nth-child(2n-1)::after, .c-card-list--tp3 .c-card-list__item:nth-child(2n-1)::before, .c-card-list--tp3 .c-card-list__item:nth-child(2n-1)::after {
    content: "";
    left: 1rem;
    width: calc(200% - 2rem);
  }
}

.c-card {
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
  color: rgb(var(--body-color));
}
.c-card--w .c-card__img img {
  max-width: 60rem;
}
.c-card--r .c-card__img img {
  max-width: 100%;
}
.c-card__img {
  position: relative;
}
.c-card__img img {
  display: block;
  max-width: 26rem;
  width: 100%;
  margin: 0 auto;
}
.c-card__txt {
  margin-top: 1em;
}
.c-card__txt .ar {
  fill: rgb(var(--primary));
  margin-right: 0.3em;
}
.c-card__txt p {
  margin: 0;
}
.c-card__link {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-card__link + .c-card__img {
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}
.c-card__link:hover + .c-card__img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.c-card__link:hover + .c-card__img + .c-card__txt {
  color: rgb(var(--primary));
}
.c-card__link:hover + .c-card__img + .c-card__txt .txt {
  color: rgb(var(--primary));
}
.c-card-list--tp2 .c-card .c-card__txt {
  text-align: left;
}
.c-card-list--tp2 .c-card .c-card__txt > *:not(:first-child) {
  margin-top: 0.6em;
}
.c-card.new .c-card__img::after {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 5rem;
  height: 2.8rem;
  background: url(../img/common/icon_new.png) 0 0 no-repeat;
  background-size: 100%;
}
.c-card.suspension .c-card__img::after {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 9.1rem;
  height: 2.4rem;
  background: url(../img/common/icon_suspension.png) 0 0 no-repeat;
  background-size: 100%;
}
.c-card .rate {
  color: rgb(var(--body-color));
}
.c-card .txt {
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
  color: rgb(var(--body-color));
  fill: rgb(var(--primary));
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-align: left;
}
.c-card .txt .ar {
  position: absolute;
  margin-left: -1.3em;
  margin-top: 0.15em;
}
.c-card .time {
  font-size: 1.4rem;
  color: #999;
}
@media screen and (max-width: 575.98px) {
  .c-card.new .c-card__img::after {
    top: 0;
    width: 3.6rem;
    height: 2rem;
  }
}

html:not(.device) a.c-card .c-card__img {
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}
html:not(.device) a.c-card:hover .c-card__img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
html:not(.device) a.c-card:hover .c-card__txt {
  color: rgb(var(--primary));
}
html:not(.device) a.c-card:hover .txt {
  color: rgb(var(--primary));
}

.c-carousel {
  position: relative;
}
.c-carousel__inr {
  overflow: hidden;
  position: relative;
  padding: 1rem;
  margin: -1rem;
}
.c-carousel__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.c-carousel__item {
  width: 285px;
}
.c-carousel .next,
.c-carousel .prev {
  position: absolute;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5.6rem;
  height: 5.6rem;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  fill: #FFF;
}
.c-carousel .next svg,
.c-carousel .prev svg {
  font-size: 2.4rem;
}
.c-carousel .next.swiper-button-disabled,
.c-carousel .prev.swiper-button-disabled {
  opacity: 0.5;
  background: rgba(204, 204, 204, 0.5);
}
.c-carousel .prev {
  left: -2.8rem;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}
.c-carousel .next {
  right: 0;
}
@media screen and (max-width: 575.98px) {
  .c-carousel__item {
    width: 19.5rem;
  }
  .c-carousel .prev {
    left: -1.5rem;
  }
  .c-carousel .next {
    right: -1.5rem;
  }
}

.c-dialog {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: 0.2s ease-out forwards;
          animation: 0.2s ease-out forwards;
}
.c-dialog[aria-hidden=true] {
  -webkit-animation-name: collapsing;
          animation-name: collapsing;
}
.c-dialog[aria-hidden=true]:not([aria-busy=true]) {
  z-index: -1;
  visibility: hidden;
}
.c-dialog[aria-hidden=false] {
  -webkit-animation-name: expanding;
          animation-name: expanding;
}
.c-dialog__wrap {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.c-dialog__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-dialog__cnt {
  position: absolute;
  z-index: 2;
  right: 50%;
  bottom: 50%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  width: calc(100% - 4rem);
  max-width: 1280px;
  max-height: 100%;
}
.c-dialog__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: 0;
      flex-wrap: 0;
  position: relative;
  max-width: 890px;
  margin: 0 auto;
  width: calc(100% - 4rem);
  min-height: 100%;
}
.msie .c-dialog__video {
  height: 100%;
}
.c-dialog__video > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.c-dialog__video > .video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 7rem;
  padding-bottom: 56.25%;
}
.c-dialog__video > .video > div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 7rem);
}
.c-dialog__video > .video video {
  width: 100%;
}
.c-dialog__main {
  position: relative;
  padding: 4rem 0 4rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
[aria-hidden=true] .c-dialog__main {
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
}
[aria-hidden=false] .c-dialog__main {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.c-dialog__white {
  position: relative;
  padding: 4.5rem;
  background: #FFF;
}
.c-dialog__close {
  overflow: hidden;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  text-align: left;
  cursor: pointer;
  position: absolute;
  z-index: 999;
  top: 5rem;
  right: 1rem;
  width: 4rem;
  height: 4rem;
  border: 1px solid rgb(var(--primary));
  border-radius: 0.3rem;
  background: url(../img/common/btn_expander.svg) center center #FFF no-repeat;
  background-size: 50%;
}
.c-dialog .next,
.c-dialog .prev {
  overflow: hidden;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  text-align: left;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -2rem;
  width: 4rem;
  height: 4rem;
  background-image: url("data:image/svg+xml;base64,base64Encode('<svg xmlns=\"http://www.w3.org/2000/svg\" y=\"0px\" width=\"26px\" height=\"26px\" viewBox=\"0 0 26 26\" enable-background=\"new 0 0 26 26\" ><path fill=\"var(--primary)\" enable-background=\"new\" d=\"M13,0C5.82,0,0,5.82,0,13s5.82,13,13,13s13-5.82,13-13S20.18,0,13,0z M15.475,15.121l-4.95,4.95L8.404,17.95l4.95-4.95l-4.95-4.95l2.121-2.121l4.95,4.95L17.596,13L15.475,15.121z\"/></svg>')");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 98%;
}
.c-dialog .next:hover,
.c-dialog .prev:hover {
  opacity: 0.7;
}
.c-dialog .next {
  right: 1rem;
}
.c-dialog .prev {
  left: 1rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@keyframes collapsing {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes expanding {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:root {
  --primary-form: 1, 35, 186;
  --warning-bg: 255, 245, 247;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=number]:focus,
textarea:focus {
  background-color: rgba(var(--primary-form), 0.1);
}

textarea::-webkit-input-placeholder {
  color: #AAA;
}

textarea::-moz-placeholder {
  color: #AAA;
}

textarea:-ms-input-placeholder {
  color: #AAA;
}

textarea::-ms-input-placeholder {
  color: #AAA;
}

textarea::placeholder {
  color: #AAA;
}

input::-webkit-input-placeholder {
  color: #AAA;
}

input::-moz-placeholder {
  color: #AAA;
}

input:-ms-input-placeholder {
  color: #AAA;
}

input::-ms-input-placeholder {
  color: #AAA;
}

input::placeholder {
  color: #AAA;
}

input:-ms-input-placeholder {
  color: #AAA;
}

input::-ms-input-placeholder {
  color: #AAA;
}

.c-input {
  padding: 0.2em 1em;
  height: 5rem;
  border: 0;
  width: 100%;
  background-color: #FFF;
  border: 1px solid rgb(var(--gray-1));
  border-radius: 0.4rem;
}
.c-input:required:valid:not(:focus):not([aria-invalid=true]), .c-input[data-elective=entered]:not(:focus) {
  border-color: rgb(var(--success));
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAeCAYAAACrI9dtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAJaADAAQAAAABAAAAHgAAAABl8aqiAAAC6ElEQVRYCc1XTVbbMBCW5GxgU46QGzQ3aLrta/rsB12QLJqeoHCC5gaBE4QuCItCTZs+tqQnKLkB3AA2ZVNrOiNnHFuRYhseoV5Eml99bzzfyBHiP3zkc2Ean3WGQsgQQNwq0Pu7739OGcuzgDo+64ykkH0GQSsI+NjbnhzRXtHPOh8E1LcB0fmo+8w41grq5OvbNh4+4sOttcny2kAdx29aWqmYD15aQRyybi2g4jjcEkkD+0hs8cHFFWYbgRqwbi2g7pMkllK0+NDCCuJOqiCMovNb1jd481QrMQ3buO3LD8Hfdje6uM7bn7RSPqYxADMGoosrlnktgDqJw+b4W+cVGx+zljCNBtMhzyX7nGx4zifsHjnglL1SgYp2o/NrO6CKTEwTunHpa2wA+N7bmYS+XKZS49N3B/jeDSBypKYErS8Na3yRHn0Vpm0GQd8TbtQGFEjxweHU/KMTvJ/qPWVMA5X080xzZTegpIAbl5GuA2pWl82lM0yTfqZJ0GHP0dh2rrTRQQxsw0KWQ9MjC4VzV4Vp+S8BZ5K5ctHo1FdSfHI5U+NvBuq1r+wEWurGb1es0YH40t350ffaLUNaKVSmYx5mlt2I1Pi+/qIxQkxzxaU6+FUHEMVkoKgK1IQ4P+5cB7j6i5imEx37qI/DZbaBV4gr3ypdBoqcqAlBQjYalgPl0FRmbkCmjVbdaVWYtnxGrlJsNFMWe4Dl/EoVocqQzsw2Kb1VqMq0fH7eZ43OClrptdzrZIpj9GVen+0Bpjhh25lsbfKftpapkugERZGGUUkDDxcvKmVip5pM47D8WuipvMEMOQmDvK58X59prpxeUOTc3Z4c0OXpClzWPYxpy3kcjW470eWJPXJj6wsyjpGHMq2QZy6srBT5mCmuEi/LyOcxTKN4+ykFRQHpJQr7dnAqQ+HfrdunntbLPlcanE1HyMbFZw5+PeIVsmLYurKU62qBonTj004IUraU1tOqt345jKLHP15tHHEX9MTxAAAAAElFTkSuQmCC);
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: 1.9rem;
}
.c-input[aria-invalid=true], [data-invalid=true] .c-input {
  background-color: rgb(var(--warning-bg));
  -webkit-box-shadow: 0 0 0px 1000px rgb(var(--warning-bg)) inset;
  border-color: rgb(var(--warning));
}
.c-input[readonly] {
  font-size: 2rem;
  font-weight: 500;
  background: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
}
.c-input--short {
  max-width: 21.8rem;
}
.c-input--potalcode {
  max-width: 14rem;
}

.c-textarea {
  padding: 1em 1em;
  border: 0;
  width: 100%;
  background-color: #FFF;
  border: 1px solid rgb(var(--gray-1));
  border-radius: 0.4rem;
}
.c-textarea:required:valid:not(:focus):not([aria-invalid=true]), .c-textarea[data-elective=entered]:not(:focus) {
  border-color: rgb(var(--success));
  -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
}
.c-textarea[aria-invalid=true] {
  background-color: rgb(var(--warning-bg));
  -webkit-box-shadow: 0 0 0px 1000px rgb(var(--warning-bg)) inset;
  border-color: rgb(var(--warning));
}
.c-textarea[readonly] {
  font-size: 2rem;
  font-weight: 500;
  background: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
}

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

.c-select {
  display: inline-block;
  position: relative;
}
.c-select > .c-icon {
  pointer-events: none;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.c-select select {
  width: 100%;
  padding: 0.2em 2.5em 0.2em 1.5em;
  height: 5rem;
  background: #FFF;
  border: 1px solid rgb(var(--gray-1));
  border-radius: 0.4rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-select select:focus {
  background-color: rgba(var(--primary-form), 0.1);
}
.c-select select:required:valid:not(:focus):not([aria-invalid=true]), .c-select select[data-elective=entered]:not(:focus) {
  border-color: rgb(var(--success));
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAeCAYAAACrI9dtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAJaADAAQAAAABAAAAHgAAAABl8aqiAAAC6ElEQVRYCc1XTVbbMBCW5GxgU46QGzQ3aLrta/rsB12QLJqeoHCC5gaBE4QuCItCTZs+tqQnKLkB3AA2ZVNrOiNnHFuRYhseoV5Eml99bzzfyBHiP3zkc2Ean3WGQsgQQNwq0Pu7739OGcuzgDo+64ykkH0GQSsI+NjbnhzRXtHPOh8E1LcB0fmo+8w41grq5OvbNh4+4sOttcny2kAdx29aWqmYD15aQRyybi2g4jjcEkkD+0hs8cHFFWYbgRqwbi2g7pMkllK0+NDCCuJOqiCMovNb1jd481QrMQ3buO3LD8Hfdje6uM7bn7RSPqYxADMGoosrlnktgDqJw+b4W+cVGx+zljCNBtMhzyX7nGx4zifsHjnglL1SgYp2o/NrO6CKTEwTunHpa2wA+N7bmYS+XKZS49N3B/jeDSBypKYErS8Na3yRHn0Vpm0GQd8TbtQGFEjxweHU/KMTvJ/qPWVMA5X080xzZTegpIAbl5GuA2pWl82lM0yTfqZJ0GHP0dh2rrTRQQxsw0KWQ9MjC4VzV4Vp+S8BZ5K5ctHo1FdSfHI5U+NvBuq1r+wEWurGb1es0YH40t350ffaLUNaKVSmYx5mlt2I1Pi+/qIxQkxzxaU6+FUHEMVkoKgK1IQ4P+5cB7j6i5imEx37qI/DZbaBV4gr3ypdBoqcqAlBQjYalgPl0FRmbkCmjVbdaVWYtnxGrlJsNFMWe4Dl/EoVocqQzsw2Kb1VqMq0fH7eZ43OClrptdzrZIpj9GVen+0Bpjhh25lsbfKftpapkugERZGGUUkDDxcvKmVip5pM47D8WuipvMEMOQmDvK58X59prpxeUOTc3Z4c0OXpClzWPYxpy3kcjW470eWJPXJj6wsyjpGHMq2QZy6srBT5mCmuEi/LyOcxTKN4+ykFRQHpJQr7dnAqQ+HfrdunntbLPlcanE1HyMbFZw5+PeIVsmLYurKU62qBonTj004IUraU1tOqt345jKLHP15tHHEX9MTxAAAAAElFTkSuQmCC);
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: 1.9rem;
}
.c-select select:required:valid:not(:focus):not([aria-invalid=true]) + .c-icon, .c-select select[data-elective=entered]:not(:focus) + .c-icon {
  display: none;
}
.c-select select[aria-invalid=true] {
  background-color: rgb(var(--warning-bg));
  -webkit-box-shadow: 0 0 0px 1000px rgb(var(--warning-bg)) inset;
  border-color: rgb(var(--warning));
}
@media screen and (max-width: 575.98px) {
  .c-select {
    display: block;
  }
  .c-select select {
    min-width: 0;
  }
}

.c-checkbox,
.c-radio {
  position: absolute;
  height: 0;
  opacity: 0;
}
.c-checkbox + label,
.c-radio + label {
  display: inline-block;
  position: relative;
  padding-left: 3rem;
  cursor: pointer;
  line-height: 1.5;
  vertical-align: middle;
}
.c-checkbox + label::before,
.c-radio + label::before {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
  background: url(../img/common/input_rd.png) 0 0 no-repeat;
  background-size: 100%;
}
.c-checkbox[aria-invalid=true] + label::before,
.c-radio[aria-invalid=true] + label::before {
  outline: 1px solid rgb(var(--warning));
}
.c-checkbox:checked + label::before,
.c-radio:checked + label::before {
  background-position-y: 33.333%;
}
.c-checkbox:focus,
.c-radio:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-checkbox:focus + label::before,
.c-radio:focus + label::before {
  -webkit-box-shadow: var(--focus);
          box-shadow: var(--focus);
}

.c-checkbox:checked + label::after {
  top: 0.7rem;
  left: 0.4rem;
  width: 1.2rem;
  height: 0.5rem;
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-radio + label::before {
  border-radius: 2rem;
}

[data-whatintent=mouse] .c-checkbox-btn:focus + label,
[data-whatintent=touch] .c-checkbox-btn:focus + label {
  -webkit-box-shadow: none;
          box-shadow: none;
}
[data-whatintent=mouse] .c-checkbox:focus + label,
[data-whatintent=mouse] .c-radio:focus + label,
[data-whatintent=touch] .c-checkbox:focus + label,
[data-whatintent=touch] .c-radio:focus + label {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-checkbox-btn,
.c-radio-btn {
  position: absolute;
  height: 0;
  opacity: 0;
}
.c-checkbox-btn + label,
.c-radio-btn + label {
  display: inline-block;
  position: relative;
  min-width: 20rem;
  padding: 0.6rem 1rem;
  color: rgb(var(--gray-1));
  background: #FFF;
  border: 1px solid rgb(var(--gray-1));
  border-radius: 4rem;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.c-checkbox-btn:disabled + label,
.c-radio-btn:disabled + label {
  background: rgb(var(--gray-4));
  border-color: rgb(var(--gray-4));
  color: #FFF;
  cursor: default;
}
.c-checkbox-btn:checked + label,
.c-radio-btn:checked + label {
  background: rgb(var(--gray-2) !important);
  border-color: rgb(var(--gray-2));
  color: #FFF;
}
html:not([data-whatinput=mouse]) .c-checkbox-btn:focus + label,
html:not([data-whatinput=mouse]) .c-radio-btn:focus + label {
  -webkit-box-shadow: var(--focus);
          box-shadow: var(--focus);
}
@media screen and (max-width: 575.98px) {
  .c-checkbox-btn + label,
.c-radio-btn + label {
    font-size: 1.3rem;
  }
}

html:not(.device) .c-checkbox-btn + label:hover {
  background: rgb(var(--gray-3));
}

html:not(.device) .c-radio-btn + label:hover {
  background: rgb(var(--gray-3));
}

.c-input-file {
  position: absolute;
  height: 0;
  opacity: 0;
}
.c-input-file + label {
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  background: #666;
  color: #fff;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
}
.c-input-file + label:hover {
  background: #999;
}
.c-input-file + label + button {
  display: inline-block;
  width: 2em;
  height: 2em;
  font-weight: bold;
  vertical-align: middle;
}
.c-input-file + label + button.hide {
  display: none;
}

.c-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1rem -2.2rem -1rem;
}
.c-input-group--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-input-group > * {
  position: relative;
  padding: 0 2.2rem 2rem;
}
.c-input-group[data-invalid=true] label::before {
  background-position-y: 66.666%;
}
.c-input-group[data-invalid=true] input:checked + label::before {
  background-position-y: 100%;
}
@media screen and (max-width: 575.98px) {
  .c-input-group--sm-50 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    min-width: 0;
  }
  .c-input-group--sm-100 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    min-width: 0;
  }
}

.c-text-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1rem -1rem;
}
.c-text-group > * {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 1rem 1rem;
}

.c-radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-radio-group > * {
  margin-right: -1px;
}
.c-radio-group > *:first-child label {
  border-radius: 5rem 0 0 5rem;
}
.c-radio-group > *:last-child label {
  border-radius: 0 5rem 5rem 0;
}
.c-radio-group input {
  position: absolute;
  opacity: 0;
  height: 0;
}
.c-radio-group input:checked + label {
  color: #FFF;
  background: rgb(var(--primary));
}
.c-radio-group label {
  display: block;
  min-width: 10rem;
  height: 5rem;
  text-align: center;
  line-height: 4.8rem;
  background-color: #FFF;
  color: rgb(var(--gray-2));
  border: 1px solid rgb(var(--gray-2));
  cursor: pointer;
}
.c-radio-group[data-invalid=true] label {
  background: rgb(var(--warning-bg));
}

.c-search-text {
  position: relative;
}
.c-search-text .c-icon-util {
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2.6rem;
}

.c-input-refine {
  position: absolute;
  height: 0;
  opacity: 0;
}
.c-input-refine + label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  line-height: 1.5;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 0.4rem;
  font-size: 1.5rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.c-input-refine + label img {
  pointer-events: none;
  display: block;
  width: 6rem;
  height: 4.3rem;
  border-radius: 0.4rem 0 0 0.4rem;
}
.c-input-refine + label span {
  padding: 0.7em 0.8em;
  letter-spacing: -0.02em;
}
.c-input-refine:checked + label {
  background: rgb(var(--primary));
  color: #FFF !important;
}
html:not([data-whatinput=mouse]) .c-input-refine:focus + label {
  -webkit-box-shadow: var(--focus);
          box-shadow: var(--focus);
}
.c-input-refine:hover + label {
  color: rgb(var(--primary));
  border-color: rgb(var(--primary));
}

.c-grid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.c-grid__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -1.2rem;
  margin-left: -1.2rem;
  margin-bottom: -2.4rem;
}
.c-grid__row--no-gutters {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.c-grid__row--no-gutters .col,
.c-grid__row--no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.col-xl,
.col-xl-auto, .col-xl-24, .col-xl-23, .col-xl-22, .col-xl-21, .col-xl-20, .col-xl-19, .col-xl-18, .col-xl-17, .col-xl-16, .col-xl-15, .col-xl-14, .col-xl-13, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-24, .col-lg-23, .col-lg-22, .col-lg-21, .col-lg-20, .col-lg-19, .col-lg-18, .col-lg-17, .col-lg-16, .col-lg-15, .col-lg-14, .col-lg-13, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-24, .col-md-23, .col-md-22, .col-md-21, .col-md-20, .col-md-19, .col-md-18, .col-md-17, .col-md-16, .col-md-15, .col-md-14, .col-md-13, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-24, .col-sm-23, .col-sm-22, .col-sm-21, .col-sm-20, .col-sm-19, .col-sm-18, .col-sm-17, .col-sm-16, .col-sm-15, .col-sm-14, .col-sm-13, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-24, .col-23, .col-22, .col-21, .col-20, .col-19, .col-18, .col-17, .col-16, .col-15, .col-14, .col-13, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 1.2rem;
  padding-left: 1.2rem;
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 767.98px) {
  .col-xl,
.col-xl-auto, .col-xl-24, .col-xl-23, .col-xl-22, .col-xl-21, .col-xl-20, .col-xl-19, .col-xl-18, .col-xl-17, .col-xl-16, .col-xl-15, .col-xl-14, .col-xl-13, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-24, .col-lg-23, .col-lg-22, .col-lg-21, .col-lg-20, .col-lg-19, .col-lg-18, .col-lg-17, .col-lg-16, .col-lg-15, .col-lg-14, .col-lg-13, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-24, .col-md-23, .col-md-22, .col-md-21, .col-md-20, .col-md-19, .col-md-18, .col-md-17, .col-md-16, .col-md-15, .col-md-14, .col-md-13, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-24, .col-sm-23, .col-sm-22, .col-sm-21, .col-sm-20, .col-sm-19, .col-sm-18, .col-sm-17, .col-sm-16, .col-sm-15, .col-sm-14, .col-sm-13, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-24, .col-23, .col-22, .col-21, .col-20, .col-19, .col-18, .col-17, .col-16, .col-15, .col-14, .col-13, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 2rem;
  }
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4.1666666667%;
          flex: 0 0 4.1666666667%;
  max-width: 4.1666666667%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
  max-width: 12.5%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20.8333333333%;
          flex: 0 0 20.8333333333%;
  max-width: 20.8333333333%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29.1666666667%;
          flex: 0 0 29.1666666667%;
  max-width: 29.1666666667%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37.5%;
          flex: 0 0 37.5%;
  max-width: 37.5%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45.8333333333%;
          flex: 0 0 45.8333333333%;
  max-width: 45.8333333333%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-13 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54.1666666667%;
          flex: 0 0 54.1666666667%;
  max-width: 54.1666666667%;
}

.col-14 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-15 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 62.5%;
          flex: 0 0 62.5%;
  max-width: 62.5%;
}

.col-16 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-17 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70.8333333333%;
          flex: 0 0 70.8333333333%;
  max-width: 70.8333333333%;
}

.col-18 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-19 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 79.1666666667%;
          flex: 0 0 79.1666666667%;
  max-width: 79.1666666667%;
}

.col-20 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-21 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 87.5%;
          flex: 0 0 87.5%;
  max-width: 87.5%;
}

.col-22 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-23 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 95.8333333333%;
          flex: 0 0 95.8333333333%;
  max-width: 95.8333333333%;
}

.col-24 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 26;
      -ms-flex-order: 25;
          order: 25;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.order-13 {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-14 {
  -webkit-box-ordinal-group: 15;
      -ms-flex-order: 14;
          order: 14;
}

.order-15 {
  -webkit-box-ordinal-group: 16;
      -ms-flex-order: 15;
          order: 15;
}

.order-16 {
  -webkit-box-ordinal-group: 17;
      -ms-flex-order: 16;
          order: 16;
}

.order-17 {
  -webkit-box-ordinal-group: 18;
      -ms-flex-order: 17;
          order: 17;
}

.order-18 {
  -webkit-box-ordinal-group: 19;
      -ms-flex-order: 18;
          order: 18;
}

.order-19 {
  -webkit-box-ordinal-group: 20;
      -ms-flex-order: 19;
          order: 19;
}

.order-20 {
  -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20;
}

.order-21 {
  -webkit-box-ordinal-group: 22;
      -ms-flex-order: 21;
          order: 21;
}

.order-22 {
  -webkit-box-ordinal-group: 23;
      -ms-flex-order: 22;
          order: 22;
}

.order-23 {
  -webkit-box-ordinal-group: 24;
      -ms-flex-order: 23;
          order: 23;
}

.order-24 {
  -webkit-box-ordinal-group: 25;
      -ms-flex-order: 24;
          order: 24;
}

.offset-1 {
  margin-left: 4.1666666667%;
}

.offset-2 {
  margin-left: 8.3333333333%;
}

.offset-3 {
  margin-left: 12.5%;
}

.offset-4 {
  margin-left: 16.6666666667%;
}

.offset-5 {
  margin-left: 20.8333333333%;
}

.offset-6 {
  margin-left: 25%;
}

.offset-7 {
  margin-left: 29.1666666667%;
}

.offset-8 {
  margin-left: 33.3333333333%;
}

.offset-9 {
  margin-left: 37.5%;
}

.offset-10 {
  margin-left: 41.6666666667%;
}

.offset-11 {
  margin-left: 45.8333333333%;
}

.offset-12 {
  margin-left: 50%;
}

.offset-13 {
  margin-left: 54.1666666667%;
}

.offset-14 {
  margin-left: 58.3333333333%;
}

.offset-15 {
  margin-left: 62.5%;
}

.offset-16 {
  margin-left: 66.6666666667%;
}

.offset-17 {
  margin-left: 70.8333333333%;
}

.offset-18 {
  margin-left: 75%;
}

.offset-19 {
  margin-left: 79.1666666667%;
}

.offset-20 {
  margin-left: 83.3333333333%;
}

.offset-21 {
  margin-left: 87.5%;
}

.offset-22 {
  margin-left: 91.6666666667%;
}

.offset-23 {
  margin-left: 95.8333333333%;
}

@media screen and (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.1666666667%;
            flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.8333333333%;
            flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.1666666667%;
            flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.8333333333%;
            flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-13 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.1666666667%;
            flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }

  .col-sm-14 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-sm-16 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-17 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70.8333333333%;
            flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }

  .col-sm-18 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-19 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 79.1666666667%;
            flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }

  .col-sm-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-21 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-sm-22 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-23 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95.8333333333%;
            flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }

  .col-sm-24 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 26;
        -ms-flex-order: 25;
            order: 25;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .order-sm-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-sm-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }

  .order-sm-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }

  .order-sm-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }

  .order-sm-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }

  .order-sm-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }

  .order-sm-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }

  .order-sm-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }

  .order-sm-21 {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }

  .order-sm-22 {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }

  .order-sm-23 {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }

  .order-sm-24 {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 4.1666666667%;
  }

  .offset-sm-2 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-3 {
    margin-left: 12.5%;
  }

  .offset-sm-4 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-5 {
    margin-left: 20.8333333333%;
  }

  .offset-sm-6 {
    margin-left: 25%;
  }

  .offset-sm-7 {
    margin-left: 29.1666666667%;
  }

  .offset-sm-8 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-9 {
    margin-left: 37.5%;
  }

  .offset-sm-10 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-11 {
    margin-left: 45.8333333333%;
  }

  .offset-sm-12 {
    margin-left: 50%;
  }

  .offset-sm-13 {
    margin-left: 54.1666666667%;
  }

  .offset-sm-14 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-15 {
    margin-left: 62.5%;
  }

  .offset-sm-16 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-17 {
    margin-left: 70.8333333333%;
  }

  .offset-sm-18 {
    margin-left: 75%;
  }

  .offset-sm-19 {
    margin-left: 79.1666666667%;
  }

  .offset-sm-20 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-21 {
    margin-left: 87.5%;
  }

  .offset-sm-22 {
    margin-left: 91.6666666667%;
  }

  .offset-sm-23 {
    margin-left: 95.8333333333%;
  }
}
@media screen and (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.1666666667%;
            flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.8333333333%;
            flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.1666666667%;
            flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.8333333333%;
            flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-13 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.1666666667%;
            flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }

  .col-md-14 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-md-16 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-17 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70.8333333333%;
            flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }

  .col-md-18 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-19 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 79.1666666667%;
            flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }

  .col-md-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-21 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-md-22 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-23 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95.8333333333%;
            flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }

  .col-md-24 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 26;
        -ms-flex-order: 25;
            order: 25;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .order-md-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-md-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }

  .order-md-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }

  .order-md-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }

  .order-md-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }

  .order-md-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }

  .order-md-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }

  .order-md-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }

  .order-md-21 {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }

  .order-md-22 {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }

  .order-md-23 {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }

  .order-md-24 {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 4.1666666667%;
  }

  .offset-md-2 {
    margin-left: 8.3333333333%;
  }

  .offset-md-3 {
    margin-left: 12.5%;
  }

  .offset-md-4 {
    margin-left: 16.6666666667%;
  }

  .offset-md-5 {
    margin-left: 20.8333333333%;
  }

  .offset-md-6 {
    margin-left: 25%;
  }

  .offset-md-7 {
    margin-left: 29.1666666667%;
  }

  .offset-md-8 {
    margin-left: 33.3333333333%;
  }

  .offset-md-9 {
    margin-left: 37.5%;
  }

  .offset-md-10 {
    margin-left: 41.6666666667%;
  }

  .offset-md-11 {
    margin-left: 45.8333333333%;
  }

  .offset-md-12 {
    margin-left: 50%;
  }

  .offset-md-13 {
    margin-left: 54.1666666667%;
  }

  .offset-md-14 {
    margin-left: 58.3333333333%;
  }

  .offset-md-15 {
    margin-left: 62.5%;
  }

  .offset-md-16 {
    margin-left: 66.6666666667%;
  }

  .offset-md-17 {
    margin-left: 70.8333333333%;
  }

  .offset-md-18 {
    margin-left: 75%;
  }

  .offset-md-19 {
    margin-left: 79.1666666667%;
  }

  .offset-md-20 {
    margin-left: 83.3333333333%;
  }

  .offset-md-21 {
    margin-left: 87.5%;
  }

  .offset-md-22 {
    margin-left: 91.6666666667%;
  }

  .offset-md-23 {
    margin-left: 95.8333333333%;
  }
}
@media screen and (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.1666666667%;
            flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.8333333333%;
            flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.1666666667%;
            flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.8333333333%;
            flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-13 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.1666666667%;
            flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }

  .col-lg-14 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-lg-16 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-17 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70.8333333333%;
            flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }

  .col-lg-18 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-19 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 79.1666666667%;
            flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }

  .col-lg-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-21 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-lg-22 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-23 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95.8333333333%;
            flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }

  .col-lg-24 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 26;
        -ms-flex-order: 25;
            order: 25;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .order-lg-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-lg-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }

  .order-lg-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }

  .order-lg-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }

  .order-lg-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }

  .order-lg-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }

  .order-lg-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }

  .order-lg-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }

  .order-lg-21 {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }

  .order-lg-22 {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }

  .order-lg-23 {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }

  .order-lg-24 {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 4.1666666667%;
  }

  .offset-lg-2 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-3 {
    margin-left: 12.5%;
  }

  .offset-lg-4 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-5 {
    margin-left: 20.8333333333%;
  }

  .offset-lg-6 {
    margin-left: 25%;
  }

  .offset-lg-7 {
    margin-left: 29.1666666667%;
  }

  .offset-lg-8 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-9 {
    margin-left: 37.5%;
  }

  .offset-lg-10 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-11 {
    margin-left: 45.8333333333%;
  }

  .offset-lg-12 {
    margin-left: 50%;
  }

  .offset-lg-13 {
    margin-left: 54.1666666667%;
  }

  .offset-lg-14 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-15 {
    margin-left: 62.5%;
  }

  .offset-lg-16 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-17 {
    margin-left: 70.8333333333%;
  }

  .offset-lg-18 {
    margin-left: 75%;
  }

  .offset-lg-19 {
    margin-left: 79.1666666667%;
  }

  .offset-lg-20 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-21 {
    margin-left: 87.5%;
  }

  .offset-lg-22 {
    margin-left: 91.6666666667%;
  }

  .offset-lg-23 {
    margin-left: 95.8333333333%;
  }
}
@media screen and (min-width: 1280px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.1666666667%;
            flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.8333333333%;
            flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.1666666667%;
            flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.8333333333%;
            flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-13 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.1666666667%;
            flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }

  .col-xl-14 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-xl-16 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-17 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70.8333333333%;
            flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }

  .col-xl-18 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-19 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 79.1666666667%;
            flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }

  .col-xl-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-21 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-xl-22 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-23 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95.8333333333%;
            flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }

  .col-xl-24 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 26;
        -ms-flex-order: 25;
            order: 25;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .order-xl-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xl-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }

  .order-xl-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }

  .order-xl-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }

  .order-xl-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }

  .order-xl-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }

  .order-xl-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }

  .order-xl-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }

  .order-xl-21 {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }

  .order-xl-22 {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }

  .order-xl-23 {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }

  .order-xl-24 {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 4.1666666667%;
  }

  .offset-xl-2 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-3 {
    margin-left: 12.5%;
  }

  .offset-xl-4 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-5 {
    margin-left: 20.8333333333%;
  }

  .offset-xl-6 {
    margin-left: 25%;
  }

  .offset-xl-7 {
    margin-left: 29.1666666667%;
  }

  .offset-xl-8 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-9 {
    margin-left: 37.5%;
  }

  .offset-xl-10 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-11 {
    margin-left: 45.8333333333%;
  }

  .offset-xl-12 {
    margin-left: 50%;
  }

  .offset-xl-13 {
    margin-left: 54.1666666667%;
  }

  .offset-xl-14 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-15 {
    margin-left: 62.5%;
  }

  .offset-xl-16 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-17 {
    margin-left: 70.8333333333%;
  }

  .offset-xl-18 {
    margin-left: 75%;
  }

  .offset-xl-19 {
    margin-left: 79.1666666667%;
  }

  .offset-xl-20 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-21 {
    margin-left: 87.5%;
  }

  .offset-xl-22 {
    margin-left: 91.6666666667%;
  }

  .offset-xl-23 {
    margin-left: 95.8333333333%;
  }
}
@media print {
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.1666666667%;
            flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.8333333333%;
            flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.1666666667%;
            flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.8333333333%;
            flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-13 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.1666666667%;
            flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }

  .col-md-14 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-md-16 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-17 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70.8333333333%;
            flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }

  .col-md-18 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-19 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 79.1666666667%;
            flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }

  .col-md-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-21 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-md-22 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-23 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95.8333333333%;
            flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }

  .col-md-24 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .col-md-1-7 {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857%;
            flex: 0 0 14.2857%;
    max-width: 0 0 14.2857%;
  }
}

.c-heading-a {
  font-size: 4.5rem;
  font-weight: 500;
}
@media screen and (max-width: 575.98px) {
  .c-heading-a {
    font-size: 3.4rem;
  }
}

.c-heading-b {
  font-size: 3rem;
}
@media screen and (max-width: 575.98px) {
  .c-heading-b {
    font-size: 2.4rem;
  }
}

.c-heading-c {
  font-size: 2.5rem;
}
@media screen and (max-width: 575.98px) {
  .c-heading-c {
    font-size: 1.8rem;
  }
}

.c-heading-d {
  font-size: 2rem;
}
@media screen and (max-width: 575.98px) {
  .c-heading-d {
    font-size: 1.6rem;
  }
}
.c-heading-d--label {
  display: inline-block;
  padding: 0.2em 0.7em;
  background: rgb(var(--primary));
  color: #FFF;
}

.c-icon {
  display: inline-block;
  position: relative;
  top: -0.08em;
  width: 1em;
  height: 1em;
  margin-left: 0.3rem;
  line-height: inherit;
  vertical-align: middle;
  fill: inherit;
}
.c-icon.blank {
  font-size: 130%;
  fill: rgb(var(--primary));
}
.c-icon.pdf {
  font-size: 130%;
  fill: rgb(var(--color-01));
}
.c-icon.white {
  fill: white;
}
.c-icon.ar {
  font-size: 125%;
}

.c-icon-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
}
.c-icon-sns li {
  list-style-type: none;
  margin: 0 1em;
}
.c-icon-sns a, .c-icon-sns button {
  display: block;
  position: relative;
}
.c-icon-sns a::after, .c-icon-sns button::after {
  pointer-events: none;
  opacity: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  width: 200%;
  height: 200%;
  background: #f1f1f1;
  border-radius: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.c-icon-sns a:hover::after, .c-icon-sns button:hover::after {
  opacity: 1;
  width: 140%;
  height: 140%;
}
.c-icon-sns .c-icon {
  display: block;
  position: relative;
  z-index: 2;
  top: 0;
  left: 0;
  margin: 0;
  font-size: 4rem;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.c-icon-sns .c-icon:hover {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.c-icon-sns--s li {
  margin: 0 0.5em;
}
.c-icon-sns--s .c-icon {
  font-size: 3.2rem;
}
@media screen and (max-width: 767.98px) {
  .c-icon-sns .c-icon {
    top: 0;
    font-size: 3rem;
  }
}

.c-info--bd {
  border-bottom: 1px solid rgb(var(--gray-3));
}
.c-info__item {
  position: relative;
  border-top: 1px solid rgb(var(--gray-3));
}
.c-info__item > * {
  display: block;
  position: relative;
  padding: 3rem 5rem;
}
.c-info__item > a {
  color: rgb(var(--body-color));
}
html:not(.device) .c-info__item > a {
  text-decoration: none;
  -webkit-transition: color 0.15s, fill 0.15s;
  transition: color 0.15s, fill 0.15s;
}
html:not(.device) .c-info__item > a:hover {
  fill: rgb(var(--link-hover-color));
  color: rgb(var(--link-hover-color));
}

.c-info__item > a h3 {
  padding-left: 2em;
}
.c-info__item > a h3 .ar {
  position: absolute;
  top: 0.15em;
  left: 0;
  fill: rgb(var(--primary));
}
.c-info__time {
  display: inline-block;
  margin-right: 1em;
  color: #999;
  font-size: 1.4rem;
  font-weight: 700;
}
.c-info__tag {
  display: inline-block;
  padding: 0.1em;
  min-width: 9rem;
  font-size: 1.2rem;
  text-align: center;
  background: #f1f1f1;
  border-radius: 5rem;
  color: #666;
}
.c-info__txt {
  position: relative;
  margin: 1em 0 0;
  font-weight: 400;
  font-size: 1.6rem;
}
@media screen and (max-width: 575.98px) {
  .c-info__item > * {
    padding: 2rem;
  }
  .c-info__item > a h3 .ar {
    top: 0.05em;
  }
  .c-info__txt {
    font-size: 1.4rem;
  }
}

.c-link {
  fill: rgb(var(--primary));
}
html:not(.device) .c-link {
  text-decoration: none;
  -webkit-transition: color 0.15s, fill 0.15s;
  transition: color 0.15s, fill 0.15s;
}
html:not(.device) .c-link:hover {
  fill: rgb(var(--link-hover-color));
  color: rgb(var(--link-hover-color));
}

.c-link-ar {
  color: rgb(var(--body-color));
  fill: rgb(var(--primary));
}
html:not(.device) .c-link-ar {
  text-decoration: none;
  -webkit-transition: color 0.15s, fill 0.15s;
  transition: color 0.15s, fill 0.15s;
}
html:not(.device) .c-link-ar:hover {
  fill: rgb(var(--link-hover-color));
  color: rgb(var(--link-hover-color));
}

.c-link-ar .ar {
  margin-right: 0.2em;
}

.c-link-body-color {
  color: rgb(var(--body-color));
  text-decoration: underline !important;
}
html:not(.device) .c-link-body-color {
  text-decoration: none;
  -webkit-transition: color 0.15s, fill 0.15s;
  transition: color 0.15s, fill 0.15s;
}
html:not(.device) .c-link-body-color:hover {
  fill: rgb(var(--link-hover-color));
  color: rgb(var(--link-hover-color));
}

html:not(.device) .c-link-mobile {
  color: rgb(var(--body-color));
  pointer-events: none;
}

.c-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-list__item {
  position: relative;
  padding-left: 1em;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 400;
}
.c-list__item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.c-list-dl ~ .c-list-dl {
  margin-top: 1.6em;
}
.c-list-dl dt {
  font-weight: 500;
  color: rgb(var(--primary));
}
.c-list-dl dd > *:first-child {
  margin-top: 0;
}
.c-list-dl dd > *:last-child {
  margin-bottom: 0;
}

.c-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0 -0.3rem 6rem;
}
.c-nav--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0 0.3rem 0.6em;
  line-height: 1.3;
}
.c-nav .c-btn {
  width: 100%;
}
@media screen and (max-width: 575.98px) {
  .c-nav {
    margin: 0 -0.3rem 4rem;
  }
}

.c-pagination {
  margin-top: 5rem;
}
.c-pagination__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-pagination__inr > * + * {
  margin-left: 8px;
}
.c-pagination button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4rem;
  height: 4rem;
  border: 1px solid #999;
  border-radius: 5px;
  color: currentColor;
  font-weight: 700;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
}
.c-pagination button:not(:disabled):hover {
  border-color: #e60012;
}
.c-pagination button:disabled {
  pointer-events: none;
  opacity: 0.4;
}
.c-pagination span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3rem;
  height: 4rem;
}
.c-pagination .first {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="40px" height="40px" viewBox="0 0 40 40" ><polygon fill="%237F7F7F" points="20.525,26.011 19.818,25.304 25.121,20 19.818,14.697 20.525,13.99 26.535,20"/><polygon fill="%237F7F7F" points="14.525,26.011 13.818,25.304 19.121,20 13.818,14.697 14.525,13.99 20.535,20"/></svg>') no-repeat center center/100%;
}
.c-pagination .prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="40px" height="40px" viewBox="0 0 40 40" enable-background="new 0 0 40 40" xml:space="preserve"><polygon fill="%237F7F7F" points="17.349,26.011 16.642,25.304 21.944,20 16.642,14.697 17.349,13.99 23.358,20 	"/></svg>') no-repeat center center/100%;
}
.c-pagination .last {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="40px" height="40px" viewBox="0 0 40 40" ><polygon fill="%237F7F7F" points="20.525,26.011 19.818,25.304 25.121,20 19.818,14.697 20.525,13.99 26.535,20"/><polygon fill="%237F7F7F" points="14.525,26.011 13.818,25.304 19.121,20 13.818,14.697 14.525,13.99 20.535,20"/></svg>') no-repeat center center/100%;
}
.c-pagination .next {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="40px" height="40px" viewBox="0 0 40 40" enable-background="new 0 0 40 40" xml:space="preserve"><polygon fill="%237F7F7F" points="17.349,26.011 16.642,25.304 21.944,20 16.642,14.697 17.349,13.99 23.358,20 	"/></svg>') no-repeat center center/100%;
}
.c-pagination .cr {
  background: #e60012;
  color: #fff;
  border-color: #e60012;
}
@media screen and (max-width: 575.98px) {
  .c-pagination__inr > * + * {
    margin-left: 6px;
  }
  .c-pagination button {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.2rem;
  }
  .c-pagination span {
    width: 1.6rem;
    height: 2.5rem;
    font-size: 1.2rem;
  }
}

.c-rate {
  display: inline-block;
  padding-left: 9.7rem;
  width: 0;
  margin-right: 0.3em;
  height: 2rem;
  background: url(../img/common/icon_rate.png) 0 0 no-repeat;
  background-size: 100%;
}
.c-rate[data-rate="5"] {
  background-position-y: 10%;
}
.c-rate[data-rate="10"] {
  background-position-y: 20%;
}
.c-rate[data-rate="15"] {
  background-position-y: 30%;
}
.c-rate[data-rate="20"] {
  background-position-y: 40%;
}
.c-rate[data-rate="25"] {
  background-position-y: 50%;
}
.c-rate[data-rate="30"] {
  background-position-y: 60%;
}
.c-rate[data-rate="35"] {
  background-position-y: 70%;
}
.c-rate[data-rate="40"] {
  background-position-y: 80%;
}
.c-rate[data-rate="45"] {
  background-position-y: 90%;
}
.c-rate[data-rate="50"] {
  background-position-y: 100%;
}

.c-sect {
  position: relative;
  padding: 6rem 0;
}
.c-sect__header {
  position: relative;
  z-index: 2;
  margin-bottom: 5rem;
  text-align: center;
}
.c-sect__header h2 {
  margin: 0;
}
.c-sect__header .sub {
  margin: 0.2em 0 0;
  font-size: 2.2rem;
}
.c-sect__cnt {
  position: relative;
  z-index: 2;
}
.c-sect__cnt > *:not(:first-child) {
  margin-top: 6rem;
}
@media screen and (max-width: 575.98px) {
  .c-sect {
    padding: 4rem 0;
  }
  .c-sect__header {
    margin-bottom: 3rem;
  }
  .c-sect__header .sub {
    font-size: 1.6rem;
  }
  .c-sect__cnt > *:not(:first-child) {
    margin-top: 4rem;
  }
}

.c-sect-a ~ .c-sect-a {
  margin-top: 9rem;
}
.c-sect-a__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-bottom: 2rem;
}
.c-sect-a__header > * {
  display: inline-block;
  vertical-align: middle;
}
.c-sect-a__header h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.c-sect-a__header button, .c-sect-a__header a {
  margin-left: 1em;
}
@media screen and (max-width: 575.98px) {
  .c-sect-a__header button, .c-sect-a__header a {
    margin-left: auto;
  }
}

.c-table-a {
  width: 100%;
  table-layout: fixed;
}

.c-table-noborder th, .c-table-noborder td {
  padding: 0.5em;
  border: none;
  vertical-align: top;
}
.c-table-noborder th {
  padding-left: 0;
}

.w260 {
  width: 26rem;
}
@media screen and (max-width: 575.98px) {
  .w260 {
    width: 13rem;
  }
}

.w160 {
  width: 16rem;
}
@media screen and (max-width: 575.98px) {
  .w160 {
    width: 12rem;
  }
}

.c-tags-wrap {
  position: relative;
  z-index: 6;
  color: rgb(var(--body-color));
  margin: 0 -0.3em;
}
.c-tags-wrap > * {
  display: inline-block;
  padding: 0 0.3em !important;
}
.c-tags-wrap span {
  font-size: 1.4rem;
}

.c-tag {
  margin: 0 -0.3em;
  padding: 0;
}
.c-tag li {
  display: inline-block;
  list-style-type: none;
  margin: 0 0.3em 0.6em;
  padding: 0;
}
.c-tag li a, .c-tag li button, .c-tag li span {
  display: block;
  padding: 0.2em 0.5em;
  font-size: 1.4rem;
  text-align: center;
  color: rgb(var(--body-color));
  border: 1px solid #CCC;
  border-radius: 0.4rem;
}
.c-tag li a, .c-tag li button {
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.c-tag li a:hover, .c-tag li button:hover {
  background: rgba(var(--gray-3), 1);
}

.p-box-form > *:not(:first-child) {
  margin-top: 8rem;
}
.p-box-form__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -1rem;
}
.p-box-form__submit > * {
  padding: 0 0.5rem 1rem;
}
@media screen and (max-width: 575.98px) {
  .p-box-form > *:not(:first-child) {
    margin-top: 7rem;
  }
  .p-box-form__submit {
    margin-top: 5rem !important;
  }
  .p-box-form__submit--col2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .p-box-form__submit .c-btn {
    width: 100%;
    min-width: 0;
  }
}

.p-box-form-pp {
  border: 1px solid rgb(var(--gray-2));
}
.p-box-form-pp__cnt {
  padding: 2rem 4rem 3rem;
}
.p-box-form-pp dt {
  font-weight: 500;
  font-size: 1.8rem;
}
.p-box-form-pp__input {
  padding: 3rem 4rem 3rem;
  background: rgb(var(--gray-4));
}
@media screen and (max-width: 575.98px) {
  .p-box-form-pp__cnt {
    padding: 2rem 2rem 2rem;
  }
  .p-box-form-pp dt {
    text-align: center;
  }
  .p-box-form-pp__input {
    padding: 1rem 2rem;
  }
}

.p-step {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-step li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  list-style-type: none;
  padding: 0 1rem 0 2rem;
  margin: 0;
  background: #FFF;
  border: 1px solid rgb(var(--gray-2));
  width: 13rem;
  height: 4.8rem;
  text-align: center;
}
.p-step li.cr {
  background: rgb(var(--primary));
  color: #fff;
}
.p-step li.cr::after {
  border-left-color: rgb(var(--primary));
}
.p-step li::before, .p-step li::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: -1px;
  left: 100%;
  border: 2.4rem solid transparent;
  border-left: 2rem solid rgb(var(--gray-2));
}
.p-step li::after {
  border-left-color: #fff;
  margin-left: -1px;
}
.p-step span {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 575.98px) {
  .p-step {
    margin-left: -1rem;
  }
  .p-step li {
    width: 10rem;
    height: 6rem;
  }
  .p-step li::before, .p-step li::after {
    border-width: 3rem;
    border-left-width: 2rem;
  }
}

.p-form {
  margin-top: 3.5rem;
}
.p-form__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 840px;
  margin: 2rem auto 0;
}
.p-form__dl > dt {
  position: relative;
  padding-top: 0.8em;
  padding-right: 8rem;
  width: 300px;
  font-weight: 500;
  margin-bottom: 1rem;
  text-align: right;
}
.p-form__dl > dt label::after {
  position: absolute;
  top: 1.5rem;
  right: 1.7rem;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-form__dl > dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-form__prd {
  max-width: 680px;
  margin: 0 auto 0;
}
.p-form__prd dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 0;
}
.p-form__prd dl:not(:first-child) {
  border-top: 1px solid #ddd;
}
.p-form__prd dt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding-top: 0.8em;
  padding-right: 2rem;
  font-weight: 500;
}
.p-form__prd dd {
  width: 170px;
  margin-left: auto;
}
.p-form__prd dd input {
  margin-right: 1rem;
  width: 100px;
  text-align: right;
}
.p-form__message {
  display: none;
  color: rgb(var(--warning));
  height: 1.5em;
}
.p-form__notice {
  margin-top: 0.2rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 575.98px) {
  .p-form__dl {
    display: block;
  }
  .p-form__dl > dt {
    padding-right: 0;
    width: auto;
    text-align: left;
  }
  .p-form__dl > dt label::after {
    position: relative;
    top: 0;
    right: 0;
  }
  .p-form__dl > dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-form__prd dl {
    display: block;
    margin-top: 2rem;
    padding: 0 !important;
    border: none !important;
  }
  .p-form__prd dt {
    padding-top: 0.8rem;
    margin-bottom: 1rem;
  }
  .p-form__prd dd {
    width: auto;
    margin-left: 0;
  }
  .p-form__prd dd input {
    margin-right: 1rem;
    width: 100px;
    text-align: right;
  }
}

.p-birth > *:first-child {
  max-width: 18rem;
}
.p-birth > *:nth-child(2) {
  max-width: 12rem;
}
.p-birth > *:nth-child(3) {
  max-width: 12rem;
}
.p-birth > * .c-select {
  width: 100%;
}
@media screen and (max-width: 575.98px) {
  .p-birth {
    margin: 0 -0.5rem -3rem;
  }
  .p-birth > * {
    position: relative;
    padding: 0 0.5rem 3rem;
    min-width: 0 !important;
  }
  .p-birth > *:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
  .p-birth > *:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }
  .p-birth > *:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }
}

.required::after {
  content: "必須";
  display: inline-block;
  padding: 0.3rem 0.8rem;
  margin-left: 1rem;
  background: rgb(var(--warning));
  border: 1px solid #FFF;
  border-radius: 2rem;
  font-size: 1.2rem;
  font-weight: normal;
  color: #FFF;
  line-height: 1.2;
  vertical-align: middle;
}

.elective::after {
  content: "任意";
  display: inline-block;
  padding: 0.3rem 0.8rem;
  margin-left: 1rem;
  background: rgb(var(--gray-4));
  border: 1px solid #FFF;
  border-radius: 2rem;
  font-size: 1.2rem;
  font-weight: normal;
  color: #000;
  line-height: 1.2;
}

.p-shipping {
  margin-top: 3rem;
  padding: 3rem;
  background: rgb(var(--gray-3));
}
.p-shipping__dl:not(:first-child) {
  margin-top: 2.5rem;
}
.p-shipping dt {
  position: relative;
  font-weight: 500;
  margin-bottom: 1rem;
}
.p-shipping dt label::after {
  position: relative;
  top: -0.1rem;
  margin-right: 1rem;
}
.p-shipping dt span {
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (max-width: 575.98px) {
  .p-shipping {
    margin: 3rem -1.5rem 0;
    padding: 1.5rem;
  }
}

.p-noshi {
  margin-top: 3rem;
  padding: 3rem;
  background: rgb(var(--gray-3));
}
.p-noshi__dl:not(:first-child) {
  margin-top: 2.5rem;
}
.p-noshi dt {
  position: relative;
  font-weight: 500;
  margin-bottom: 1rem;
}
.p-noshi dt label::after {
  position: relative;
  top: -0.1rem;
  margin-right: 1rem;
}
.p-noshi dt span {
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (max-width: 575.98px) {
  .p-noshi {
    margin: 3rem -1.5rem 0;
    padding: 1.5rem;
  }
}

.p-top-mv {
  position: relative;
}
.p-top-mv__inr {
  overflow: hidden;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
.p-top-mv__slider {
  margin: 0;
  padding: 0;
}
.p-top-mv__item {
  list-style-type: none;
}
.p-top-mv__item a {
  display: block;
}
.p-top-mv .next,
.p-top-mv .prev {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 4rem;
  height: 8rem;
  background: url(../img/common/ar_slider.png) 0 0 no-repeat;
  background-size: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-top-mv .next:hover,
.p-top-mv .prev:hover {
  background-position-y: 100%;
}
.p-top-mv .prev {
  left: 0;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}
.p-top-mv .next {
  right: 0;
}
.p-top-mv .pagination {
  padding: 1em;
  text-align: center;
}
@media screen and (max-width: 575.98px) {
  .p-top-mv .next,
.p-top-mv .prev {
    width: 2rem;
    height: 4rem;
  }
}

.p-caution {
  margin: 0 auto 3rem;
}
.p-caution__inr {
  padding: 2rem 5rem;
  border: 1px solid #F00;
}
.p-caution dl {
  padding: 0;
  margin: 0;
}
.p-caution dt {
  padding: 0;
  color: #F00;
  font-size: 1.8rem;
  font-weight: 700;
}
.p-caution dd {
  margin: 0;
}
.p-caution p {
  margin: 1em 0 0;
}
@media screen and (max-width: 575.98px) {
  .p-caution__inr {
    padding: 1.5rem;
  }
  .p-caution dt {
    text-align: center;
  }
}

.p-top-main {
  max-width: 961px;
  margin: 0 auto 5rem;
  text-align: center;
}
.p-top-main img {
  max-width: 961px;
  width: 100%;
}
.p-top-main figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -5rem 0 0;
}
.p-top-main figcaption span {
  display: block;
  width: 1px;
  margin: 0 auto;
  background: #000;
}
.p-top-main dl {
  position: relative;
  padding: 0 2rem;
  margin: 0 auto;
  text-align: center;
}
.p-top-main dt {
  font-size: 3.8rem;
  font-weight: 700;
}
.p-top-main dd {
  font-size: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-main figcaption {
    margin: -3rem -3rem 0;
  }
  .p-top-main dl {
    padding: 0 1rem;
  }
  .p-top-main dt {
    font-size: 3rem;
  }
}
@media screen and (max-width: 575.98px) {
  .p-top-main {
    margin: 0 -1.5rem 3rem;
  }
  .p-top-main figcaption {
    display: block;
    margin: -6rem 0 0;
  }
  .p-top-main figcaption dl {
    padding: 0;
    margin-left: 2.5rem;
    margin-right: 1.5rem;
    text-align: left;
  }
  .p-top-main figcaption dl ~ dl {
    margin-top: 1em;
  }
  .p-top-main figcaption dl ~ dl::after {
    content: none;
  }
  .p-top-main figcaption dt {
    font-size: 2.2rem;
  }
}

.p-top-recipe p {
  text-align: center;
  font-size: 2.2rem;
}
@media screen and (max-width: 575.98px) {
  .p-top-recipe {
    margin: 0 -1.5rem;
  }
  .p-top-recipe p {
    padding: 0 1.5rem;
    font-size: 1.4rem;
  }
}

.p-prm {
  margin-top: 5rem;
  border: 1px solid #ccc;
  border-top: 2px solid #000;
}
.p-prm__header {
  padding: 4rem 5rem 0;
}
.p-prm__cnt {
  padding: 0.4rem 5rem 4rem;
  margin-top: 2rem;
}
.p-prm__cnt > *:first-child {
  margin-top: 0;
}
.p-prm__cnt > *:last-child {
  margin-bottom: 0;
}
.p-prm__cat {
  font-size: 1.4rem;
  font-weight: 700;
}
.p-prm__ttl {
  margin: 0 0 1rem;
  font-size: 2.8rem;
  font-weight: 700;
}
.p-prm__btn {
  padding: 1rem 5rem 4rem;
  text-align: center;
}
.p-prm__value {
  padding: 4rem 5rem;
  border-top: 1px solid #ccc;
  text-align: center;
}
.p-prm__value > *:first-child {
  margin-top: 0;
}
.p-prm__value > *:last-child {
  margin-bottom: 0;
}
.p-prm__value .val em {
  margin: 0 0.2em;
  font-style: normal;
  font-size: 3.6rem;
  font-weight: 700;
}
.p-prm__footer {
  padding: 4rem 5rem;
  background: #ededed;
}
.p-prm__footer > *:first-child {
  margin-top: 0;
}
.p-prm__footer > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 575.98px) {
  .p-prm {
    margin-top: 3rem;
  }
  .p-prm__header {
    padding: 2rem 2rem 0;
  }
  .p-prm__cat {
    font-size: 1.2rem;
  }
  .p-prm__ttl {
    font-size: 2.1rem;
  }
  .p-prm__cnt {
    padding: 0.4rem 2rem 2rem;
  }
  .p-prm__value {
    padding: 2rem 2rem;
  }
  .p-prm__value .val em {
    font-size: 2.4rem;
  }
  .p-prm__footer {
    padding: 2rem 2rem;
  }
}

.p-mv {
  position: relative;
  max-width: 1280px;
  margin: 0 auto 3rem;
}
.p-mv__img {
  margin: 0;
}
.p-mv__img img {
  display: block;
}

.p-lead {
  font-size: 1.8rem;
  margin-bottom: 5.5rem;
}

.p-aside--mt {
  margin-top: 9rem;
}
.p-aside h2 {
  font-size: 4.5rem;
  font-weight: 500;
  text-align: center;
}

.p-history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-history ~ .p-history {
  margin-top: 1em;
}
.p-history dt {
  width: 4em;
  font-weight: 700;
}
.p-history dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-sitemap {
  margin: 0;
  padding: 0;
}
.p-sitemap li {
  list-style-type: none;
  margin: 0;
  padding: 1rem 0;
}
.p-sitemap > li {
  padding: 2em 0;
}
.p-sitemap > li ~ li {
  border-top: 1px solid #ccc;
}
.p-sitemap > li > a {
  font-size: 2rem;
  font-weight: 500;
}
.p-sitemap > li ul {
  margin-top: 0.5em;
}

.p-bnr-ar {
  display: block;
  width: 158px;
  height: 39px;
}

.p-intro-shin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
}
.p-intro-shin__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37.1875%;
          flex: 0 0 37.1875%;
  max-width: 37.1875%;
}
.p-intro-shin__img img {
  display: block;
  width: 100%;
}
.p-intro-shin__cnt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem 6rem;
}
.p-intro-shin h3 {
  font-size: 2.3rem;
  color: rgb(var(--primary));
}
@media screen and (max-width: 767.98px) {
  .p-intro-shin {
    display: block;
  }
  .p-intro-shin__img {
    max-width: 100%;
  }
  .p-intro-shin__cnt {
    padding: 1.5rem;
  }
  .p-intro-shin h3 {
    font-size: 1.8rem;
  }
}

.p-prd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-prd__ttl {
  font-size: 2.8rem;
  margin: 0 0 0.4em;
}
.p-prd__ttl span {
  display: inline-block;
  margin-left: 2rem;
  font-size: 1.4rem;
}
.p-prd__ttl a {
  color: rgb(var(--body-color));
  text-decoration: underline !important;
}
html:not(.device) .p-prd__ttl a {
  text-decoration: none;
  -webkit-transition: color 0.15s, fill 0.15s;
  transition: color 0.15s, fill 0.15s;
}
html:not(.device) .p-prd__ttl a:hover {
  fill: rgb(var(--link-hover-color));
  color: rgb(var(--link-hover-color));
}

.p-prd__img {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44.4444444444%;
          flex: 0 0 44.4444444444%;
  max-width: 44.4444444444%;
  border: 1px solid #ccc;
}
.p-prd__img img {
  display: block;
  width: 100%;
}
.p-prd__img.new::after {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 5rem;
  height: 2.8rem;
  background: url(../img/common/icon_new.png) 0 0 no-repeat;
  background-size: 100%;
}
.p-prd__img.suspension::after {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 9.1rem;
  height: 2.4rem;
  background: url(../img/common/icon_suspension.png) 0 0 no-repeat;
  background-size: 100%;
}
.p-prd__cnt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 5.5rem;
}
.p-prd .rate {
  margin-bottom: 1em;
}
.p-prd--recipe .p-prd__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 62.962962963%;
  border: none;
}
.p-prd--recipe .p-prd__img.new::after {
  top: 0;
  left: 0;
  width: 8rem;
  height: 5.2rem;
  background-image: url(../img/common/icon_new_02.png);
}
.p-prd--recipe .p-prd__cnt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 395px;
          flex: 0 0 395px;
  max-width: 50%;
}
.p-prd--recipe .p-prd__ttl {
  font-size: 3rem;
}
@media screen and (max-width: 767.98px) {
  .p-prd {
    display: block;
  }
  .p-prd__img {
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .p-prd__cnt {
    padding-left: 0;
  }
}
@media screen and (max-width: 575.98px) {
  .p-prd {
    display: block;
  }
  .p-prd__img {
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .p-prd__img.new::after {
    width: 3.6rem;
    height: 2rem;
  }
  .p-prd__cnt {
    padding-left: 0;
  }
  .p-prd__ttl {
    text-align: center;
    font-size: 2rem;
  }
  .p-prd__ttl span {
    display: block;
    margin: 1rem 0 2rem;
    font-size: 1.3rem;
  }
  .p-prd .rate {
    text-align: center;
  }
  .p-prd .rate small {
    display: block;
  }
  .p-prd--recipe .p-prd__img {
    max-width: 100%;
  }
  .p-prd--recipe .p-prd__cnt {
    max-width: 100%;
  }
  .p-prd--recipe .p-prd__ttl {
    text-align: left;
    font-size: 2.3rem;
  }
}

.p-prd-btns__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1rem -1rem;
}
.p-prd-btns__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 50%;
  max-width: 270px;
  padding: 0 1rem 1rem;
}
.p-prd-btns a {
  position: relative;
  display: block;
  border: 1px solid #cccccc;
  border-radius: 5px;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.p-prd-btns a img {
  display: block;
  width: 100%;
}
.p-prd-btns a .c-icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-prd-btns a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767.98px) {
  .p-prd-btns__row {
    margin: 0 -0.5rem -1rem;
  }
  .p-prd-btns__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0 0.5rem 1rem;
  }
}

.p-prd-btns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
}
.p-prd-btns-wrap h3 {
  white-space: nowrap;
  margin: 0.8rem 3rem 0 0;
}
@media screen and (max-width: 575.98px) {
  .p-prd-btns-wrap {
    display: block;
  }
  .p-prd-btns-wrap h3 {
    margin-bottom: 1rem;
  }
}

.p-refine-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.4rem 8rem;
}
.p-refine-nav > * {
  padding: 0 0.4rem 1rem;
}

.p-recipe-list {
  padding: 0;
  margin: 0;
}
.p-recipe-list::after {
  content: "";
  display: block;
  clear: both;
}
.p-recipe-list__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 33.333%;
  height: 400px;
}

.p-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -0.5rem;
}
.p-grid--tp2 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-grid > * {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 0.5em;
}
.p-grid .img {
  max-width: 320px;
  text-align: center;
}
.p-grid .txt {
  position: relative;
  padding-left: 1.5em;
  color: rgb(var(--body-color));
  fill: rgb(var(--primary));
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.p-grid .txt .ar {
  position: absolute;
  margin-left: -1.5em;
  margin-top: 0.4em;
}
.p-grid a.img:hover .txt {
  color: rgb(var(--primary));
}
@media screen and (max-width: 575.98px) {
  .p-grid {
    display: block;
  }
  .p-grid > * {
    max-width: 100%;
  }
  .p-grid > *:first-child {
    max-width: 60%;
    margin: 0 auto;
  }
  .p-grid .txt {
    text-align: center;
  }
  .p-grid .cnt {
    margin-top: 1rem;
  }
}

a.p-grid:hover .txt {
  color: rgb(var(--primary));
}

.p-share-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5rem;
}

.p-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.5rem 0 1rem;
  padding: 0 0.5rem;
  border: 2px solid #ededed;
  width: 100%;
  max-width: 34rem;
}
.p-share p {
  font-weight: 500;
  margin-right: 1rem;
}

.u-d-none {
  display: none !important;
}

.u-d-inline {
  display: inline !important;
}

.u-d-inline-block {
  display: inline-block !important;
}

.u-d-block {
  display: block !important;
}

.u-d-table {
  display: table !important;
}

.u-d-table-row {
  display: table-row !important;
}

.u-d-table-cell {
  display: table-cell !important;
}

.u-d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media screen and (min-width: 576px) {
  .u-d-sm-none {
    display: none !important;
  }

  .u-d-sm-inline {
    display: inline !important;
  }

  .u-d-sm-inline-block {
    display: inline-block !important;
  }

  .u-d-sm-block {
    display: block !important;
  }

  .u-d-sm-table {
    display: table !important;
  }

  .u-d-sm-table-row {
    display: table-row !important;
  }

  .u-d-sm-table-cell {
    display: table-cell !important;
  }

  .u-d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 768px) {
  .u-d-md-none {
    display: none !important;
  }

  .u-d-md-inline {
    display: inline !important;
  }

  .u-d-md-inline-block {
    display: inline-block !important;
  }

  .u-d-md-block {
    display: block !important;
  }

  .u-d-md-table {
    display: table !important;
  }

  .u-d-md-table-row {
    display: table-row !important;
  }

  .u-d-md-table-cell {
    display: table-cell !important;
  }

  .u-d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 992px) {
  .u-d-lg-none {
    display: none !important;
  }

  .u-d-lg-inline {
    display: inline !important;
  }

  .u-d-lg-inline-block {
    display: inline-block !important;
  }

  .u-d-lg-block {
    display: block !important;
  }

  .u-d-lg-table {
    display: table !important;
  }

  .u-d-lg-table-row {
    display: table-row !important;
  }

  .u-d-lg-table-cell {
    display: table-cell !important;
  }

  .u-d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1280px) {
  .u-d-xl-none {
    display: none !important;
  }

  .u-d-xl-inline {
    display: inline !important;
  }

  .u-d-xl-inline-block {
    display: inline-block !important;
  }

  .u-d-xl-block {
    display: block !important;
  }

  .u-d-xl-table {
    display: table !important;
  }

  .u-d-xl-table-row {
    display: table-row !important;
  }

  .u-d-xl-table-cell {
    display: table-cell !important;
  }

  .u-d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (max-width: 767.98px) {
  .u-only-pc {
    display: none !important;
  }
}
.u-only-sp {
  display: none !important;
}
@media screen and (max-width: 767.98px) {
  .u-only-sp {
    display: block !important;
  }
}

.u-d-inline-block-pc {
  display: inline-block !important;
}
@media screen and (max-width: 767.98px) {
  .u-d-inline-block-pc {
    display: block !important;
  }
}

.u-device-only {
  display: none !important;
}
.device .u-device-only {
  display: block !important;
}

.device .u-device-none {
  display: none !important;
}

.u-flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.u-flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.u-flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.u-flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.u-flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.u-flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.u-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.u-flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.u-flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.u-flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.u-flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.u-flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.u-jc-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.u-jc-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.u-jc-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.u-jc-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.u-jc-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.u-ai-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.u-ai-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.u-ai-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.u-ai-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.u-ai-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.u-ac-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.u-ac-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.u-ac-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.u-ac-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.u-ac-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.u-ac-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.u-as-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.u-as-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.u-as-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.u-as-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.u-as-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.u-as-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media screen and (min-width: 576px) {
  .u-flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .u-flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .u-flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .u-flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .u-flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .u-flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .u-flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .u-flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .u-flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .u-flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .u-flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .u-flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .u-jc-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .u-jc-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .u-jc-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .u-jc-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .u-jc-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .u-ai-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .u-ai-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .u-ai-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .u-ai-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .u-ai-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .u-ac-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .u-ac-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .u-ac-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .u-ac-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .u-ac-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .u-ac-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .u-as-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .u-as-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .u-as-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .u-as-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .u-as-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .u-as-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media screen and (min-width: 768px) {
  .u-flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .u-flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .u-flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .u-flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .u-flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .u-flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .u-flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .u-flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .u-flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .u-flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .u-flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .u-flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .u-jc-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .u-jc-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .u-jc-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .u-jc-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .u-jc-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .u-ai-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .u-ai-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .u-ai-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .u-ai-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .u-ai-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .u-ac-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .u-ac-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .u-ac-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .u-ac-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .u-ac-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .u-ac-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .u-as-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .u-as-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .u-as-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .u-as-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .u-as-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .u-as-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media screen and (min-width: 992px) {
  .u-flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .u-flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .u-flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .u-flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .u-flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .u-flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .u-flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .u-flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .u-flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .u-flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .u-flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .u-flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .u-jc-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .u-jc-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .u-jc-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .u-jc-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .u-jc-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .u-ai-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .u-ai-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .u-ai-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .u-ai-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .u-ai-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .u-ac-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .u-ac-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .u-ac-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .u-ac-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .u-ac-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .u-ac-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .u-as-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .u-as-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .u-as-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .u-as-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .u-as-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .u-as-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media screen and (min-width: 1280px) {
  .u-flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .u-flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .u-flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .u-flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .u-flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .u-flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .u-flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .u-flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .u-flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .u-flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .u-flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .u-flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .u-jc-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .u-jc-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .u-jc-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .u-jc-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .u-jc-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .u-ai-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .u-ai-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .u-ai-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .u-ai-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .u-ai-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .u-ac-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .u-ac-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .u-ac-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .u-ac-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .u-ac-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .u-ac-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .u-as-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .u-as-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .u-as-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .u-as-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .u-as-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .u-as-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
.u-m-0 {
  margin: 0 !important;
}

.u-mt-0,
.u-my-0 {
  margin-top: 0 !important;
}

.u-mr-0,
.u-mx-0 {
  margin-right: 0 !important;
}

.u-mb-0,
.u-my-0 {
  margin-bottom: 0 !important;
}

.u-ml-0,
.u-mx-0 {
  margin-left: 0 !important;
}

.u-m-1 {
  margin: 0.25rem !important;
}

.u-mt-1,
.u-my-1 {
  margin-top: 0.25rem !important;
}

.u-mr-1,
.u-mx-1 {
  margin-right: 0.25rem !important;
}

.u-mb-1,
.u-my-1 {
  margin-bottom: 0.25rem !important;
}

.u-ml-1,
.u-mx-1 {
  margin-left: 0.25rem !important;
}

.u-m-2 {
  margin: 0.5rem !important;
}

.u-mt-2,
.u-my-2 {
  margin-top: 0.5rem !important;
}

.u-mr-2,
.u-mx-2 {
  margin-right: 0.5rem !important;
}

.u-mb-2,
.u-my-2 {
  margin-bottom: 0.5rem !important;
}

.u-ml-2,
.u-mx-2 {
  margin-left: 0.5rem !important;
}

.u-m-3 {
  margin: 1rem !important;
}

.u-mt-3,
.u-my-3 {
  margin-top: 1rem !important;
}

.u-mr-3,
.u-mx-3 {
  margin-right: 1rem !important;
}

.u-mb-3,
.u-my-3 {
  margin-bottom: 1rem !important;
}

.u-ml-3,
.u-mx-3 {
  margin-left: 1rem !important;
}

.u-m-4 {
  margin: 1.25rem !important;
}

.u-mt-4,
.u-my-4 {
  margin-top: 1.25rem !important;
}

.u-mr-4,
.u-mx-4 {
  margin-right: 1.25rem !important;
}

.u-mb-4,
.u-my-4 {
  margin-bottom: 1.25rem !important;
}

.u-ml-4,
.u-mx-4 {
  margin-left: 1.25rem !important;
}

.u-m-5 {
  margin: 2.5rem !important;
}

.u-mt-5,
.u-my-5 {
  margin-top: 2.5rem !important;
}

.u-mr-5,
.u-mx-5 {
  margin-right: 2.5rem !important;
}

.u-mb-5,
.u-my-5 {
  margin-bottom: 2.5rem !important;
}

.u-ml-5,
.u-mx-5 {
  margin-left: 2.5rem !important;
}

.u-m-6 {
  margin: 3rem !important;
}

.u-mt-6,
.u-my-6 {
  margin-top: 3rem !important;
}

.u-mr-6,
.u-mx-6 {
  margin-right: 3rem !important;
}

.u-mb-6,
.u-my-6 {
  margin-bottom: 3rem !important;
}

.u-ml-6,
.u-mx-6 {
  margin-left: 3rem !important;
}

.u-m-7 {
  margin: 3.25rem !important;
}

.u-mt-7,
.u-my-7 {
  margin-top: 3.25rem !important;
}

.u-mr-7,
.u-mx-7 {
  margin-right: 3.25rem !important;
}

.u-mb-7,
.u-my-7 {
  margin-bottom: 3.25rem !important;
}

.u-ml-7,
.u-mx-7 {
  margin-left: 3.25rem !important;
}

.u-m-8 {
  margin: 3.5rem !important;
}

.u-mt-8,
.u-my-8 {
  margin-top: 3.5rem !important;
}

.u-mr-8,
.u-mx-8 {
  margin-right: 3.5rem !important;
}

.u-mb-8,
.u-my-8 {
  margin-bottom: 3.5rem !important;
}

.u-ml-8,
.u-mx-8 {
  margin-left: 3.5rem !important;
}

.u-m-9 {
  margin: 4rem !important;
}

.u-mt-9,
.u-my-9 {
  margin-top: 4rem !important;
}

.u-mr-9,
.u-mx-9 {
  margin-right: 4rem !important;
}

.u-mb-9,
.u-my-9 {
  margin-bottom: 4rem !important;
}

.u-ml-9,
.u-mx-9 {
  margin-left: 4rem !important;
}

.u-m-10 {
  margin: 5rem !important;
}

.u-mt-10,
.u-my-10 {
  margin-top: 5rem !important;
}

.u-mr-10,
.u-mx-10 {
  margin-right: 5rem !important;
}

.u-mb-10,
.u-my-10 {
  margin-bottom: 5rem !important;
}

.u-ml-10,
.u-mx-10 {
  margin-left: 5rem !important;
}

.u-p-0 {
  padding: 0 !important;
}

.u-pt-0,
.u-py-0 {
  padding-top: 0 !important;
}

.u-pr-0,
.u-px-0 {
  padding-right: 0 !important;
}

.u-pb-0,
.u-py-0 {
  padding-bottom: 0 !important;
}

.u-pl-0,
.u-px-0 {
  padding-left: 0 !important;
}

.u-p-1 {
  padding: 0.25rem !important;
}

.u-pt-1,
.u-py-1 {
  padding-top: 0.25rem !important;
}

.u-pr-1,
.u-px-1 {
  padding-right: 0.25rem !important;
}

.u-pb-1,
.u-py-1 {
  padding-bottom: 0.25rem !important;
}

.u-pl-1,
.u-px-1 {
  padding-left: 0.25rem !important;
}

.u-p-2 {
  padding: 0.5rem !important;
}

.u-pt-2,
.u-py-2 {
  padding-top: 0.5rem !important;
}

.u-pr-2,
.u-px-2 {
  padding-right: 0.5rem !important;
}

.u-pb-2,
.u-py-2 {
  padding-bottom: 0.5rem !important;
}

.u-pl-2,
.u-px-2 {
  padding-left: 0.5rem !important;
}

.u-p-3 {
  padding: 1rem !important;
}

.u-pt-3,
.u-py-3 {
  padding-top: 1rem !important;
}

.u-pr-3,
.u-px-3 {
  padding-right: 1rem !important;
}

.u-pb-3,
.u-py-3 {
  padding-bottom: 1rem !important;
}

.u-pl-3,
.u-px-3 {
  padding-left: 1rem !important;
}

.u-p-4 {
  padding: 1.25rem !important;
}

.u-pt-4,
.u-py-4 {
  padding-top: 1.25rem !important;
}

.u-pr-4,
.u-px-4 {
  padding-right: 1.25rem !important;
}

.u-pb-4,
.u-py-4 {
  padding-bottom: 1.25rem !important;
}

.u-pl-4,
.u-px-4 {
  padding-left: 1.25rem !important;
}

.u-p-5 {
  padding: 2.5rem !important;
}

.u-pt-5,
.u-py-5 {
  padding-top: 2.5rem !important;
}

.u-pr-5,
.u-px-5 {
  padding-right: 2.5rem !important;
}

.u-pb-5,
.u-py-5 {
  padding-bottom: 2.5rem !important;
}

.u-pl-5,
.u-px-5 {
  padding-left: 2.5rem !important;
}

.u-p-6 {
  padding: 3rem !important;
}

.u-pt-6,
.u-py-6 {
  padding-top: 3rem !important;
}

.u-pr-6,
.u-px-6 {
  padding-right: 3rem !important;
}

.u-pb-6,
.u-py-6 {
  padding-bottom: 3rem !important;
}

.u-pl-6,
.u-px-6 {
  padding-left: 3rem !important;
}

.u-p-7 {
  padding: 3.25rem !important;
}

.u-pt-7,
.u-py-7 {
  padding-top: 3.25rem !important;
}

.u-pr-7,
.u-px-7 {
  padding-right: 3.25rem !important;
}

.u-pb-7,
.u-py-7 {
  padding-bottom: 3.25rem !important;
}

.u-pl-7,
.u-px-7 {
  padding-left: 3.25rem !important;
}

.u-p-8 {
  padding: 3.5rem !important;
}

.u-pt-8,
.u-py-8 {
  padding-top: 3.5rem !important;
}

.u-pr-8,
.u-px-8 {
  padding-right: 3.5rem !important;
}

.u-pb-8,
.u-py-8 {
  padding-bottom: 3.5rem !important;
}

.u-pl-8,
.u-px-8 {
  padding-left: 3.5rem !important;
}

.u-p-9 {
  padding: 4rem !important;
}

.u-pt-9,
.u-py-9 {
  padding-top: 4rem !important;
}

.u-pr-9,
.u-px-9 {
  padding-right: 4rem !important;
}

.u-pb-9,
.u-py-9 {
  padding-bottom: 4rem !important;
}

.u-pl-9,
.u-px-9 {
  padding-left: 4rem !important;
}

.u-p-10 {
  padding: 5rem !important;
}

.u-pt-10,
.u-py-10 {
  padding-top: 5rem !important;
}

.u-pr-10,
.u-px-10 {
  padding-right: 5rem !important;
}

.u-pb-10,
.u-py-10 {
  padding-bottom: 5rem !important;
}

.u-pl-10,
.u-px-10 {
  padding-left: 5rem !important;
}

.u-m-n1 {
  margin: -0.25rem !important;
}

.u-mt-n1,
.u-my-n1 {
  margin-top: -0.25rem !important;
}

.u-mr-n1,
.u-mx-n1 {
  margin-right: -0.25rem !important;
}

.u-mb-n1,
.u-my-n1 {
  margin-bottom: -0.25rem !important;
}

.u-ml-n1,
.u-mx-n1 {
  margin-left: -0.25rem !important;
}

.u-m-n2 {
  margin: -0.5rem !important;
}

.u-mt-n2,
.u-my-n2 {
  margin-top: -0.5rem !important;
}

.u-mr-n2,
.u-mx-n2 {
  margin-right: -0.5rem !important;
}

.u-mb-n2,
.u-my-n2 {
  margin-bottom: -0.5rem !important;
}

.u-ml-n2,
.u-mx-n2 {
  margin-left: -0.5rem !important;
}

.u-m-n3 {
  margin: -1rem !important;
}

.u-mt-n3,
.u-my-n3 {
  margin-top: -1rem !important;
}

.u-mr-n3,
.u-mx-n3 {
  margin-right: -1rem !important;
}

.u-mb-n3,
.u-my-n3 {
  margin-bottom: -1rem !important;
}

.u-ml-n3,
.u-mx-n3 {
  margin-left: -1rem !important;
}

.u-m-n4 {
  margin: -1.25rem !important;
}

.u-mt-n4,
.u-my-n4 {
  margin-top: -1.25rem !important;
}

.u-mr-n4,
.u-mx-n4 {
  margin-right: -1.25rem !important;
}

.u-mb-n4,
.u-my-n4 {
  margin-bottom: -1.25rem !important;
}

.u-ml-n4,
.u-mx-n4 {
  margin-left: -1.25rem !important;
}

.u-m-n5 {
  margin: -2.5rem !important;
}

.u-mt-n5,
.u-my-n5 {
  margin-top: -2.5rem !important;
}

.u-mr-n5,
.u-mx-n5 {
  margin-right: -2.5rem !important;
}

.u-mb-n5,
.u-my-n5 {
  margin-bottom: -2.5rem !important;
}

.u-ml-n5,
.u-mx-n5 {
  margin-left: -2.5rem !important;
}

.u-m-n6 {
  margin: -3rem !important;
}

.u-mt-n6,
.u-my-n6 {
  margin-top: -3rem !important;
}

.u-mr-n6,
.u-mx-n6 {
  margin-right: -3rem !important;
}

.u-mb-n6,
.u-my-n6 {
  margin-bottom: -3rem !important;
}

.u-ml-n6,
.u-mx-n6 {
  margin-left: -3rem !important;
}

.u-m-n7 {
  margin: -3.25rem !important;
}

.u-mt-n7,
.u-my-n7 {
  margin-top: -3.25rem !important;
}

.u-mr-n7,
.u-mx-n7 {
  margin-right: -3.25rem !important;
}

.u-mb-n7,
.u-my-n7 {
  margin-bottom: -3.25rem !important;
}

.u-ml-n7,
.u-mx-n7 {
  margin-left: -3.25rem !important;
}

.u-m-n8 {
  margin: -3.5rem !important;
}

.u-mt-n8,
.u-my-n8 {
  margin-top: -3.5rem !important;
}

.u-mr-n8,
.u-mx-n8 {
  margin-right: -3.5rem !important;
}

.u-mb-n8,
.u-my-n8 {
  margin-bottom: -3.5rem !important;
}

.u-ml-n8,
.u-mx-n8 {
  margin-left: -3.5rem !important;
}

.u-m-n9 {
  margin: -4rem !important;
}

.u-mt-n9,
.u-my-n9 {
  margin-top: -4rem !important;
}

.u-mr-n9,
.u-mx-n9 {
  margin-right: -4rem !important;
}

.u-mb-n9,
.u-my-n9 {
  margin-bottom: -4rem !important;
}

.u-ml-n9,
.u-mx-n9 {
  margin-left: -4rem !important;
}

.u-m-n10 {
  margin: -5rem !important;
}

.u-mt-n10,
.u-my-n10 {
  margin-top: -5rem !important;
}

.u-mr-n10,
.u-mx-n10 {
  margin-right: -5rem !important;
}

.u-mb-n10,
.u-my-n10 {
  margin-bottom: -5rem !important;
}

.u-ml-n10,
.u-mx-n10 {
  margin-left: -5rem !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mt-auto,
.u-my-auto {
  margin-top: auto !important;
}

.u-mr-auto,
.u-mx-auto {
  margin-right: auto !important;
}

.u-mb-auto,
.u-my-auto {
  margin-bottom: auto !important;
}

.u-ml-auto,
.u-mx-auto {
  margin-left: auto !important;
}

@media screen and (min-width: 576px) {
  .u-m-sm-0 {
    margin: 0 !important;
  }

  .u-mt-sm-0,
.u-my-sm-0 {
    margin-top: 0 !important;
  }

  .u-mr-sm-0,
.u-mx-sm-0 {
    margin-right: 0 !important;
  }

  .u-mb-sm-0,
.u-my-sm-0 {
    margin-bottom: 0 !important;
  }

  .u-ml-sm-0,
.u-mx-sm-0 {
    margin-left: 0 !important;
  }

  .u-m-sm-1 {
    margin: 0.25rem !important;
  }

  .u-mt-sm-1,
.u-my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .u-mr-sm-1,
.u-mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .u-mb-sm-1,
.u-my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .u-ml-sm-1,
.u-mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .u-m-sm-2 {
    margin: 0.5rem !important;
  }

  .u-mt-sm-2,
.u-my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .u-mr-sm-2,
.u-mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .u-mb-sm-2,
.u-my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .u-ml-sm-2,
.u-mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .u-m-sm-3 {
    margin: 1rem !important;
  }

  .u-mt-sm-3,
.u-my-sm-3 {
    margin-top: 1rem !important;
  }

  .u-mr-sm-3,
.u-mx-sm-3 {
    margin-right: 1rem !important;
  }

  .u-mb-sm-3,
.u-my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .u-ml-sm-3,
.u-mx-sm-3 {
    margin-left: 1rem !important;
  }

  .u-m-sm-4 {
    margin: 1.25rem !important;
  }

  .u-mt-sm-4,
.u-my-sm-4 {
    margin-top: 1.25rem !important;
  }

  .u-mr-sm-4,
.u-mx-sm-4 {
    margin-right: 1.25rem !important;
  }

  .u-mb-sm-4,
.u-my-sm-4 {
    margin-bottom: 1.25rem !important;
  }

  .u-ml-sm-4,
.u-mx-sm-4 {
    margin-left: 1.25rem !important;
  }

  .u-m-sm-5 {
    margin: 2.5rem !important;
  }

  .u-mt-sm-5,
.u-my-sm-5 {
    margin-top: 2.5rem !important;
  }

  .u-mr-sm-5,
.u-mx-sm-5 {
    margin-right: 2.5rem !important;
  }

  .u-mb-sm-5,
.u-my-sm-5 {
    margin-bottom: 2.5rem !important;
  }

  .u-ml-sm-5,
.u-mx-sm-5 {
    margin-left: 2.5rem !important;
  }

  .u-m-sm-6 {
    margin: 3rem !important;
  }

  .u-mt-sm-6,
.u-my-sm-6 {
    margin-top: 3rem !important;
  }

  .u-mr-sm-6,
.u-mx-sm-6 {
    margin-right: 3rem !important;
  }

  .u-mb-sm-6,
.u-my-sm-6 {
    margin-bottom: 3rem !important;
  }

  .u-ml-sm-6,
.u-mx-sm-6 {
    margin-left: 3rem !important;
  }

  .u-m-sm-7 {
    margin: 3.25rem !important;
  }

  .u-mt-sm-7,
.u-my-sm-7 {
    margin-top: 3.25rem !important;
  }

  .u-mr-sm-7,
.u-mx-sm-7 {
    margin-right: 3.25rem !important;
  }

  .u-mb-sm-7,
.u-my-sm-7 {
    margin-bottom: 3.25rem !important;
  }

  .u-ml-sm-7,
.u-mx-sm-7 {
    margin-left: 3.25rem !important;
  }

  .u-m-sm-8 {
    margin: 3.5rem !important;
  }

  .u-mt-sm-8,
.u-my-sm-8 {
    margin-top: 3.5rem !important;
  }

  .u-mr-sm-8,
.u-mx-sm-8 {
    margin-right: 3.5rem !important;
  }

  .u-mb-sm-8,
.u-my-sm-8 {
    margin-bottom: 3.5rem !important;
  }

  .u-ml-sm-8,
.u-mx-sm-8 {
    margin-left: 3.5rem !important;
  }

  .u-m-sm-9 {
    margin: 4rem !important;
  }

  .u-mt-sm-9,
.u-my-sm-9 {
    margin-top: 4rem !important;
  }

  .u-mr-sm-9,
.u-mx-sm-9 {
    margin-right: 4rem !important;
  }

  .u-mb-sm-9,
.u-my-sm-9 {
    margin-bottom: 4rem !important;
  }

  .u-ml-sm-9,
.u-mx-sm-9 {
    margin-left: 4rem !important;
  }

  .u-m-sm-10 {
    margin: 5rem !important;
  }

  .u-mt-sm-10,
.u-my-sm-10 {
    margin-top: 5rem !important;
  }

  .u-mr-sm-10,
.u-mx-sm-10 {
    margin-right: 5rem !important;
  }

  .u-mb-sm-10,
.u-my-sm-10 {
    margin-bottom: 5rem !important;
  }

  .u-ml-sm-10,
.u-mx-sm-10 {
    margin-left: 5rem !important;
  }

  .u-p-sm-0 {
    padding: 0 !important;
  }

  .u-pt-sm-0,
.u-py-sm-0 {
    padding-top: 0 !important;
  }

  .u-pr-sm-0,
.u-px-sm-0 {
    padding-right: 0 !important;
  }

  .u-pb-sm-0,
.u-py-sm-0 {
    padding-bottom: 0 !important;
  }

  .u-pl-sm-0,
.u-px-sm-0 {
    padding-left: 0 !important;
  }

  .u-p-sm-1 {
    padding: 0.25rem !important;
  }

  .u-pt-sm-1,
.u-py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .u-pr-sm-1,
.u-px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .u-pb-sm-1,
.u-py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .u-pl-sm-1,
.u-px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .u-p-sm-2 {
    padding: 0.5rem !important;
  }

  .u-pt-sm-2,
.u-py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .u-pr-sm-2,
.u-px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .u-pb-sm-2,
.u-py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .u-pl-sm-2,
.u-px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .u-p-sm-3 {
    padding: 1rem !important;
  }

  .u-pt-sm-3,
.u-py-sm-3 {
    padding-top: 1rem !important;
  }

  .u-pr-sm-3,
.u-px-sm-3 {
    padding-right: 1rem !important;
  }

  .u-pb-sm-3,
.u-py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .u-pl-sm-3,
.u-px-sm-3 {
    padding-left: 1rem !important;
  }

  .u-p-sm-4 {
    padding: 1.25rem !important;
  }

  .u-pt-sm-4,
.u-py-sm-4 {
    padding-top: 1.25rem !important;
  }

  .u-pr-sm-4,
.u-px-sm-4 {
    padding-right: 1.25rem !important;
  }

  .u-pb-sm-4,
.u-py-sm-4 {
    padding-bottom: 1.25rem !important;
  }

  .u-pl-sm-4,
.u-px-sm-4 {
    padding-left: 1.25rem !important;
  }

  .u-p-sm-5 {
    padding: 2.5rem !important;
  }

  .u-pt-sm-5,
.u-py-sm-5 {
    padding-top: 2.5rem !important;
  }

  .u-pr-sm-5,
.u-px-sm-5 {
    padding-right: 2.5rem !important;
  }

  .u-pb-sm-5,
.u-py-sm-5 {
    padding-bottom: 2.5rem !important;
  }

  .u-pl-sm-5,
.u-px-sm-5 {
    padding-left: 2.5rem !important;
  }

  .u-p-sm-6 {
    padding: 3rem !important;
  }

  .u-pt-sm-6,
.u-py-sm-6 {
    padding-top: 3rem !important;
  }

  .u-pr-sm-6,
.u-px-sm-6 {
    padding-right: 3rem !important;
  }

  .u-pb-sm-6,
.u-py-sm-6 {
    padding-bottom: 3rem !important;
  }

  .u-pl-sm-6,
.u-px-sm-6 {
    padding-left: 3rem !important;
  }

  .u-p-sm-7 {
    padding: 3.25rem !important;
  }

  .u-pt-sm-7,
.u-py-sm-7 {
    padding-top: 3.25rem !important;
  }

  .u-pr-sm-7,
.u-px-sm-7 {
    padding-right: 3.25rem !important;
  }

  .u-pb-sm-7,
.u-py-sm-7 {
    padding-bottom: 3.25rem !important;
  }

  .u-pl-sm-7,
.u-px-sm-7 {
    padding-left: 3.25rem !important;
  }

  .u-p-sm-8 {
    padding: 3.5rem !important;
  }

  .u-pt-sm-8,
.u-py-sm-8 {
    padding-top: 3.5rem !important;
  }

  .u-pr-sm-8,
.u-px-sm-8 {
    padding-right: 3.5rem !important;
  }

  .u-pb-sm-8,
.u-py-sm-8 {
    padding-bottom: 3.5rem !important;
  }

  .u-pl-sm-8,
.u-px-sm-8 {
    padding-left: 3.5rem !important;
  }

  .u-p-sm-9 {
    padding: 4rem !important;
  }

  .u-pt-sm-9,
.u-py-sm-9 {
    padding-top: 4rem !important;
  }

  .u-pr-sm-9,
.u-px-sm-9 {
    padding-right: 4rem !important;
  }

  .u-pb-sm-9,
.u-py-sm-9 {
    padding-bottom: 4rem !important;
  }

  .u-pl-sm-9,
.u-px-sm-9 {
    padding-left: 4rem !important;
  }

  .u-p-sm-10 {
    padding: 5rem !important;
  }

  .u-pt-sm-10,
.u-py-sm-10 {
    padding-top: 5rem !important;
  }

  .u-pr-sm-10,
.u-px-sm-10 {
    padding-right: 5rem !important;
  }

  .u-pb-sm-10,
.u-py-sm-10 {
    padding-bottom: 5rem !important;
  }

  .u-pl-sm-10,
.u-px-sm-10 {
    padding-left: 5rem !important;
  }

  .u-m-sm-n1 {
    margin: -0.25rem !important;
  }

  .u-mt-sm-n1,
.u-my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .u-mr-sm-n1,
.u-mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .u-mb-sm-n1,
.u-my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .u-ml-sm-n1,
.u-mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .u-m-sm-n2 {
    margin: -0.5rem !important;
  }

  .u-mt-sm-n2,
.u-my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .u-mr-sm-n2,
.u-mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .u-mb-sm-n2,
.u-my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .u-ml-sm-n2,
.u-mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .u-m-sm-n3 {
    margin: -1rem !important;
  }

  .u-mt-sm-n3,
.u-my-sm-n3 {
    margin-top: -1rem !important;
  }

  .u-mr-sm-n3,
.u-mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .u-mb-sm-n3,
.u-my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .u-ml-sm-n3,
.u-mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .u-m-sm-n4 {
    margin: -1.25rem !important;
  }

  .u-mt-sm-n4,
.u-my-sm-n4 {
    margin-top: -1.25rem !important;
  }

  .u-mr-sm-n4,
.u-mx-sm-n4 {
    margin-right: -1.25rem !important;
  }

  .u-mb-sm-n4,
.u-my-sm-n4 {
    margin-bottom: -1.25rem !important;
  }

  .u-ml-sm-n4,
.u-mx-sm-n4 {
    margin-left: -1.25rem !important;
  }

  .u-m-sm-n5 {
    margin: -2.5rem !important;
  }

  .u-mt-sm-n5,
.u-my-sm-n5 {
    margin-top: -2.5rem !important;
  }

  .u-mr-sm-n5,
.u-mx-sm-n5 {
    margin-right: -2.5rem !important;
  }

  .u-mb-sm-n5,
.u-my-sm-n5 {
    margin-bottom: -2.5rem !important;
  }

  .u-ml-sm-n5,
.u-mx-sm-n5 {
    margin-left: -2.5rem !important;
  }

  .u-m-sm-n6 {
    margin: -3rem !important;
  }

  .u-mt-sm-n6,
.u-my-sm-n6 {
    margin-top: -3rem !important;
  }

  .u-mr-sm-n6,
.u-mx-sm-n6 {
    margin-right: -3rem !important;
  }

  .u-mb-sm-n6,
.u-my-sm-n6 {
    margin-bottom: -3rem !important;
  }

  .u-ml-sm-n6,
.u-mx-sm-n6 {
    margin-left: -3rem !important;
  }

  .u-m-sm-n7 {
    margin: -3.25rem !important;
  }

  .u-mt-sm-n7,
.u-my-sm-n7 {
    margin-top: -3.25rem !important;
  }

  .u-mr-sm-n7,
.u-mx-sm-n7 {
    margin-right: -3.25rem !important;
  }

  .u-mb-sm-n7,
.u-my-sm-n7 {
    margin-bottom: -3.25rem !important;
  }

  .u-ml-sm-n7,
.u-mx-sm-n7 {
    margin-left: -3.25rem !important;
  }

  .u-m-sm-n8 {
    margin: -3.5rem !important;
  }

  .u-mt-sm-n8,
.u-my-sm-n8 {
    margin-top: -3.5rem !important;
  }

  .u-mr-sm-n8,
.u-mx-sm-n8 {
    margin-right: -3.5rem !important;
  }

  .u-mb-sm-n8,
.u-my-sm-n8 {
    margin-bottom: -3.5rem !important;
  }

  .u-ml-sm-n8,
.u-mx-sm-n8 {
    margin-left: -3.5rem !important;
  }

  .u-m-sm-n9 {
    margin: -4rem !important;
  }

  .u-mt-sm-n9,
.u-my-sm-n9 {
    margin-top: -4rem !important;
  }

  .u-mr-sm-n9,
.u-mx-sm-n9 {
    margin-right: -4rem !important;
  }

  .u-mb-sm-n9,
.u-my-sm-n9 {
    margin-bottom: -4rem !important;
  }

  .u-ml-sm-n9,
.u-mx-sm-n9 {
    margin-left: -4rem !important;
  }

  .u-m-sm-n10 {
    margin: -5rem !important;
  }

  .u-mt-sm-n10,
.u-my-sm-n10 {
    margin-top: -5rem !important;
  }

  .u-mr-sm-n10,
.u-mx-sm-n10 {
    margin-right: -5rem !important;
  }

  .u-mb-sm-n10,
.u-my-sm-n10 {
    margin-bottom: -5rem !important;
  }

  .u-ml-sm-n10,
.u-mx-sm-n10 {
    margin-left: -5rem !important;
  }

  .u-m-sm-auto {
    margin: auto !important;
  }

  .u-mt-sm-auto,
.u-my-sm-auto {
    margin-top: auto !important;
  }

  .u-mr-sm-auto,
.u-mx-sm-auto {
    margin-right: auto !important;
  }

  .u-mb-sm-auto,
.u-my-sm-auto {
    margin-bottom: auto !important;
  }

  .u-ml-sm-auto,
.u-mx-sm-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .u-m-md-0 {
    margin: 0 !important;
  }

  .u-mt-md-0,
.u-my-md-0 {
    margin-top: 0 !important;
  }

  .u-mr-md-0,
.u-mx-md-0 {
    margin-right: 0 !important;
  }

  .u-mb-md-0,
.u-my-md-0 {
    margin-bottom: 0 !important;
  }

  .u-ml-md-0,
.u-mx-md-0 {
    margin-left: 0 !important;
  }

  .u-m-md-1 {
    margin: 0.25rem !important;
  }

  .u-mt-md-1,
.u-my-md-1 {
    margin-top: 0.25rem !important;
  }

  .u-mr-md-1,
.u-mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .u-mb-md-1,
.u-my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .u-ml-md-1,
.u-mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .u-m-md-2 {
    margin: 0.5rem !important;
  }

  .u-mt-md-2,
.u-my-md-2 {
    margin-top: 0.5rem !important;
  }

  .u-mr-md-2,
.u-mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .u-mb-md-2,
.u-my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .u-ml-md-2,
.u-mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .u-m-md-3 {
    margin: 1rem !important;
  }

  .u-mt-md-3,
.u-my-md-3 {
    margin-top: 1rem !important;
  }

  .u-mr-md-3,
.u-mx-md-3 {
    margin-right: 1rem !important;
  }

  .u-mb-md-3,
.u-my-md-3 {
    margin-bottom: 1rem !important;
  }

  .u-ml-md-3,
.u-mx-md-3 {
    margin-left: 1rem !important;
  }

  .u-m-md-4 {
    margin: 1.25rem !important;
  }

  .u-mt-md-4,
.u-my-md-4 {
    margin-top: 1.25rem !important;
  }

  .u-mr-md-4,
.u-mx-md-4 {
    margin-right: 1.25rem !important;
  }

  .u-mb-md-4,
.u-my-md-4 {
    margin-bottom: 1.25rem !important;
  }

  .u-ml-md-4,
.u-mx-md-4 {
    margin-left: 1.25rem !important;
  }

  .u-m-md-5 {
    margin: 2.5rem !important;
  }

  .u-mt-md-5,
.u-my-md-5 {
    margin-top: 2.5rem !important;
  }

  .u-mr-md-5,
.u-mx-md-5 {
    margin-right: 2.5rem !important;
  }

  .u-mb-md-5,
.u-my-md-5 {
    margin-bottom: 2.5rem !important;
  }

  .u-ml-md-5,
.u-mx-md-5 {
    margin-left: 2.5rem !important;
  }

  .u-m-md-6 {
    margin: 3rem !important;
  }

  .u-mt-md-6,
.u-my-md-6 {
    margin-top: 3rem !important;
  }

  .u-mr-md-6,
.u-mx-md-6 {
    margin-right: 3rem !important;
  }

  .u-mb-md-6,
.u-my-md-6 {
    margin-bottom: 3rem !important;
  }

  .u-ml-md-6,
.u-mx-md-6 {
    margin-left: 3rem !important;
  }

  .u-m-md-7 {
    margin: 3.25rem !important;
  }

  .u-mt-md-7,
.u-my-md-7 {
    margin-top: 3.25rem !important;
  }

  .u-mr-md-7,
.u-mx-md-7 {
    margin-right: 3.25rem !important;
  }

  .u-mb-md-7,
.u-my-md-7 {
    margin-bottom: 3.25rem !important;
  }

  .u-ml-md-7,
.u-mx-md-7 {
    margin-left: 3.25rem !important;
  }

  .u-m-md-8 {
    margin: 3.5rem !important;
  }

  .u-mt-md-8,
.u-my-md-8 {
    margin-top: 3.5rem !important;
  }

  .u-mr-md-8,
.u-mx-md-8 {
    margin-right: 3.5rem !important;
  }

  .u-mb-md-8,
.u-my-md-8 {
    margin-bottom: 3.5rem !important;
  }

  .u-ml-md-8,
.u-mx-md-8 {
    margin-left: 3.5rem !important;
  }

  .u-m-md-9 {
    margin: 4rem !important;
  }

  .u-mt-md-9,
.u-my-md-9 {
    margin-top: 4rem !important;
  }

  .u-mr-md-9,
.u-mx-md-9 {
    margin-right: 4rem !important;
  }

  .u-mb-md-9,
.u-my-md-9 {
    margin-bottom: 4rem !important;
  }

  .u-ml-md-9,
.u-mx-md-9 {
    margin-left: 4rem !important;
  }

  .u-m-md-10 {
    margin: 5rem !important;
  }

  .u-mt-md-10,
.u-my-md-10 {
    margin-top: 5rem !important;
  }

  .u-mr-md-10,
.u-mx-md-10 {
    margin-right: 5rem !important;
  }

  .u-mb-md-10,
.u-my-md-10 {
    margin-bottom: 5rem !important;
  }

  .u-ml-md-10,
.u-mx-md-10 {
    margin-left: 5rem !important;
  }

  .u-p-md-0 {
    padding: 0 !important;
  }

  .u-pt-md-0,
.u-py-md-0 {
    padding-top: 0 !important;
  }

  .u-pr-md-0,
.u-px-md-0 {
    padding-right: 0 !important;
  }

  .u-pb-md-0,
.u-py-md-0 {
    padding-bottom: 0 !important;
  }

  .u-pl-md-0,
.u-px-md-0 {
    padding-left: 0 !important;
  }

  .u-p-md-1 {
    padding: 0.25rem !important;
  }

  .u-pt-md-1,
.u-py-md-1 {
    padding-top: 0.25rem !important;
  }

  .u-pr-md-1,
.u-px-md-1 {
    padding-right: 0.25rem !important;
  }

  .u-pb-md-1,
.u-py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .u-pl-md-1,
.u-px-md-1 {
    padding-left: 0.25rem !important;
  }

  .u-p-md-2 {
    padding: 0.5rem !important;
  }

  .u-pt-md-2,
.u-py-md-2 {
    padding-top: 0.5rem !important;
  }

  .u-pr-md-2,
.u-px-md-2 {
    padding-right: 0.5rem !important;
  }

  .u-pb-md-2,
.u-py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .u-pl-md-2,
.u-px-md-2 {
    padding-left: 0.5rem !important;
  }

  .u-p-md-3 {
    padding: 1rem !important;
  }

  .u-pt-md-3,
.u-py-md-3 {
    padding-top: 1rem !important;
  }

  .u-pr-md-3,
.u-px-md-3 {
    padding-right: 1rem !important;
  }

  .u-pb-md-3,
.u-py-md-3 {
    padding-bottom: 1rem !important;
  }

  .u-pl-md-3,
.u-px-md-3 {
    padding-left: 1rem !important;
  }

  .u-p-md-4 {
    padding: 1.25rem !important;
  }

  .u-pt-md-4,
.u-py-md-4 {
    padding-top: 1.25rem !important;
  }

  .u-pr-md-4,
.u-px-md-4 {
    padding-right: 1.25rem !important;
  }

  .u-pb-md-4,
.u-py-md-4 {
    padding-bottom: 1.25rem !important;
  }

  .u-pl-md-4,
.u-px-md-4 {
    padding-left: 1.25rem !important;
  }

  .u-p-md-5 {
    padding: 2.5rem !important;
  }

  .u-pt-md-5,
.u-py-md-5 {
    padding-top: 2.5rem !important;
  }

  .u-pr-md-5,
.u-px-md-5 {
    padding-right: 2.5rem !important;
  }

  .u-pb-md-5,
.u-py-md-5 {
    padding-bottom: 2.5rem !important;
  }

  .u-pl-md-5,
.u-px-md-5 {
    padding-left: 2.5rem !important;
  }

  .u-p-md-6 {
    padding: 3rem !important;
  }

  .u-pt-md-6,
.u-py-md-6 {
    padding-top: 3rem !important;
  }

  .u-pr-md-6,
.u-px-md-6 {
    padding-right: 3rem !important;
  }

  .u-pb-md-6,
.u-py-md-6 {
    padding-bottom: 3rem !important;
  }

  .u-pl-md-6,
.u-px-md-6 {
    padding-left: 3rem !important;
  }

  .u-p-md-7 {
    padding: 3.25rem !important;
  }

  .u-pt-md-7,
.u-py-md-7 {
    padding-top: 3.25rem !important;
  }

  .u-pr-md-7,
.u-px-md-7 {
    padding-right: 3.25rem !important;
  }

  .u-pb-md-7,
.u-py-md-7 {
    padding-bottom: 3.25rem !important;
  }

  .u-pl-md-7,
.u-px-md-7 {
    padding-left: 3.25rem !important;
  }

  .u-p-md-8 {
    padding: 3.5rem !important;
  }

  .u-pt-md-8,
.u-py-md-8 {
    padding-top: 3.5rem !important;
  }

  .u-pr-md-8,
.u-px-md-8 {
    padding-right: 3.5rem !important;
  }

  .u-pb-md-8,
.u-py-md-8 {
    padding-bottom: 3.5rem !important;
  }

  .u-pl-md-8,
.u-px-md-8 {
    padding-left: 3.5rem !important;
  }

  .u-p-md-9 {
    padding: 4rem !important;
  }

  .u-pt-md-9,
.u-py-md-9 {
    padding-top: 4rem !important;
  }

  .u-pr-md-9,
.u-px-md-9 {
    padding-right: 4rem !important;
  }

  .u-pb-md-9,
.u-py-md-9 {
    padding-bottom: 4rem !important;
  }

  .u-pl-md-9,
.u-px-md-9 {
    padding-left: 4rem !important;
  }

  .u-p-md-10 {
    padding: 5rem !important;
  }

  .u-pt-md-10,
.u-py-md-10 {
    padding-top: 5rem !important;
  }

  .u-pr-md-10,
.u-px-md-10 {
    padding-right: 5rem !important;
  }

  .u-pb-md-10,
.u-py-md-10 {
    padding-bottom: 5rem !important;
  }

  .u-pl-md-10,
.u-px-md-10 {
    padding-left: 5rem !important;
  }

  .u-m-md-n1 {
    margin: -0.25rem !important;
  }

  .u-mt-md-n1,
.u-my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .u-mr-md-n1,
.u-mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .u-mb-md-n1,
.u-my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .u-ml-md-n1,
.u-mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .u-m-md-n2 {
    margin: -0.5rem !important;
  }

  .u-mt-md-n2,
.u-my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .u-mr-md-n2,
.u-mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .u-mb-md-n2,
.u-my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .u-ml-md-n2,
.u-mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .u-m-md-n3 {
    margin: -1rem !important;
  }

  .u-mt-md-n3,
.u-my-md-n3 {
    margin-top: -1rem !important;
  }

  .u-mr-md-n3,
.u-mx-md-n3 {
    margin-right: -1rem !important;
  }

  .u-mb-md-n3,
.u-my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .u-ml-md-n3,
.u-mx-md-n3 {
    margin-left: -1rem !important;
  }

  .u-m-md-n4 {
    margin: -1.25rem !important;
  }

  .u-mt-md-n4,
.u-my-md-n4 {
    margin-top: -1.25rem !important;
  }

  .u-mr-md-n4,
.u-mx-md-n4 {
    margin-right: -1.25rem !important;
  }

  .u-mb-md-n4,
.u-my-md-n4 {
    margin-bottom: -1.25rem !important;
  }

  .u-ml-md-n4,
.u-mx-md-n4 {
    margin-left: -1.25rem !important;
  }

  .u-m-md-n5 {
    margin: -2.5rem !important;
  }

  .u-mt-md-n5,
.u-my-md-n5 {
    margin-top: -2.5rem !important;
  }

  .u-mr-md-n5,
.u-mx-md-n5 {
    margin-right: -2.5rem !important;
  }

  .u-mb-md-n5,
.u-my-md-n5 {
    margin-bottom: -2.5rem !important;
  }

  .u-ml-md-n5,
.u-mx-md-n5 {
    margin-left: -2.5rem !important;
  }

  .u-m-md-n6 {
    margin: -3rem !important;
  }

  .u-mt-md-n6,
.u-my-md-n6 {
    margin-top: -3rem !important;
  }

  .u-mr-md-n6,
.u-mx-md-n6 {
    margin-right: -3rem !important;
  }

  .u-mb-md-n6,
.u-my-md-n6 {
    margin-bottom: -3rem !important;
  }

  .u-ml-md-n6,
.u-mx-md-n6 {
    margin-left: -3rem !important;
  }

  .u-m-md-n7 {
    margin: -3.25rem !important;
  }

  .u-mt-md-n7,
.u-my-md-n7 {
    margin-top: -3.25rem !important;
  }

  .u-mr-md-n7,
.u-mx-md-n7 {
    margin-right: -3.25rem !important;
  }

  .u-mb-md-n7,
.u-my-md-n7 {
    margin-bottom: -3.25rem !important;
  }

  .u-ml-md-n7,
.u-mx-md-n7 {
    margin-left: -3.25rem !important;
  }

  .u-m-md-n8 {
    margin: -3.5rem !important;
  }

  .u-mt-md-n8,
.u-my-md-n8 {
    margin-top: -3.5rem !important;
  }

  .u-mr-md-n8,
.u-mx-md-n8 {
    margin-right: -3.5rem !important;
  }

  .u-mb-md-n8,
.u-my-md-n8 {
    margin-bottom: -3.5rem !important;
  }

  .u-ml-md-n8,
.u-mx-md-n8 {
    margin-left: -3.5rem !important;
  }

  .u-m-md-n9 {
    margin: -4rem !important;
  }

  .u-mt-md-n9,
.u-my-md-n9 {
    margin-top: -4rem !important;
  }

  .u-mr-md-n9,
.u-mx-md-n9 {
    margin-right: -4rem !important;
  }

  .u-mb-md-n9,
.u-my-md-n9 {
    margin-bottom: -4rem !important;
  }

  .u-ml-md-n9,
.u-mx-md-n9 {
    margin-left: -4rem !important;
  }

  .u-m-md-n10 {
    margin: -5rem !important;
  }

  .u-mt-md-n10,
.u-my-md-n10 {
    margin-top: -5rem !important;
  }

  .u-mr-md-n10,
.u-mx-md-n10 {
    margin-right: -5rem !important;
  }

  .u-mb-md-n10,
.u-my-md-n10 {
    margin-bottom: -5rem !important;
  }

  .u-ml-md-n10,
.u-mx-md-n10 {
    margin-left: -5rem !important;
  }

  .u-m-md-auto {
    margin: auto !important;
  }

  .u-mt-md-auto,
.u-my-md-auto {
    margin-top: auto !important;
  }

  .u-mr-md-auto,
.u-mx-md-auto {
    margin-right: auto !important;
  }

  .u-mb-md-auto,
.u-my-md-auto {
    margin-bottom: auto !important;
  }

  .u-ml-md-auto,
.u-mx-md-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 992px) {
  .u-m-lg-0 {
    margin: 0 !important;
  }

  .u-mt-lg-0,
.u-my-lg-0 {
    margin-top: 0 !important;
  }

  .u-mr-lg-0,
.u-mx-lg-0 {
    margin-right: 0 !important;
  }

  .u-mb-lg-0,
.u-my-lg-0 {
    margin-bottom: 0 !important;
  }

  .u-ml-lg-0,
.u-mx-lg-0 {
    margin-left: 0 !important;
  }

  .u-m-lg-1 {
    margin: 0.25rem !important;
  }

  .u-mt-lg-1,
.u-my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .u-mr-lg-1,
.u-mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .u-mb-lg-1,
.u-my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .u-ml-lg-1,
.u-mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .u-m-lg-2 {
    margin: 0.5rem !important;
  }

  .u-mt-lg-2,
.u-my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .u-mr-lg-2,
.u-mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .u-mb-lg-2,
.u-my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .u-ml-lg-2,
.u-mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .u-m-lg-3 {
    margin: 1rem !important;
  }

  .u-mt-lg-3,
.u-my-lg-3 {
    margin-top: 1rem !important;
  }

  .u-mr-lg-3,
.u-mx-lg-3 {
    margin-right: 1rem !important;
  }

  .u-mb-lg-3,
.u-my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .u-ml-lg-3,
.u-mx-lg-3 {
    margin-left: 1rem !important;
  }

  .u-m-lg-4 {
    margin: 1.25rem !important;
  }

  .u-mt-lg-4,
.u-my-lg-4 {
    margin-top: 1.25rem !important;
  }

  .u-mr-lg-4,
.u-mx-lg-4 {
    margin-right: 1.25rem !important;
  }

  .u-mb-lg-4,
.u-my-lg-4 {
    margin-bottom: 1.25rem !important;
  }

  .u-ml-lg-4,
.u-mx-lg-4 {
    margin-left: 1.25rem !important;
  }

  .u-m-lg-5 {
    margin: 2.5rem !important;
  }

  .u-mt-lg-5,
.u-my-lg-5 {
    margin-top: 2.5rem !important;
  }

  .u-mr-lg-5,
.u-mx-lg-5 {
    margin-right: 2.5rem !important;
  }

  .u-mb-lg-5,
.u-my-lg-5 {
    margin-bottom: 2.5rem !important;
  }

  .u-ml-lg-5,
.u-mx-lg-5 {
    margin-left: 2.5rem !important;
  }

  .u-m-lg-6 {
    margin: 3rem !important;
  }

  .u-mt-lg-6,
.u-my-lg-6 {
    margin-top: 3rem !important;
  }

  .u-mr-lg-6,
.u-mx-lg-6 {
    margin-right: 3rem !important;
  }

  .u-mb-lg-6,
.u-my-lg-6 {
    margin-bottom: 3rem !important;
  }

  .u-ml-lg-6,
.u-mx-lg-6 {
    margin-left: 3rem !important;
  }

  .u-m-lg-7 {
    margin: 3.25rem !important;
  }

  .u-mt-lg-7,
.u-my-lg-7 {
    margin-top: 3.25rem !important;
  }

  .u-mr-lg-7,
.u-mx-lg-7 {
    margin-right: 3.25rem !important;
  }

  .u-mb-lg-7,
.u-my-lg-7 {
    margin-bottom: 3.25rem !important;
  }

  .u-ml-lg-7,
.u-mx-lg-7 {
    margin-left: 3.25rem !important;
  }

  .u-m-lg-8 {
    margin: 3.5rem !important;
  }

  .u-mt-lg-8,
.u-my-lg-8 {
    margin-top: 3.5rem !important;
  }

  .u-mr-lg-8,
.u-mx-lg-8 {
    margin-right: 3.5rem !important;
  }

  .u-mb-lg-8,
.u-my-lg-8 {
    margin-bottom: 3.5rem !important;
  }

  .u-ml-lg-8,
.u-mx-lg-8 {
    margin-left: 3.5rem !important;
  }

  .u-m-lg-9 {
    margin: 4rem !important;
  }

  .u-mt-lg-9,
.u-my-lg-9 {
    margin-top: 4rem !important;
  }

  .u-mr-lg-9,
.u-mx-lg-9 {
    margin-right: 4rem !important;
  }

  .u-mb-lg-9,
.u-my-lg-9 {
    margin-bottom: 4rem !important;
  }

  .u-ml-lg-9,
.u-mx-lg-9 {
    margin-left: 4rem !important;
  }

  .u-m-lg-10 {
    margin: 5rem !important;
  }

  .u-mt-lg-10,
.u-my-lg-10 {
    margin-top: 5rem !important;
  }

  .u-mr-lg-10,
.u-mx-lg-10 {
    margin-right: 5rem !important;
  }

  .u-mb-lg-10,
.u-my-lg-10 {
    margin-bottom: 5rem !important;
  }

  .u-ml-lg-10,
.u-mx-lg-10 {
    margin-left: 5rem !important;
  }

  .u-p-lg-0 {
    padding: 0 !important;
  }

  .u-pt-lg-0,
.u-py-lg-0 {
    padding-top: 0 !important;
  }

  .u-pr-lg-0,
.u-px-lg-0 {
    padding-right: 0 !important;
  }

  .u-pb-lg-0,
.u-py-lg-0 {
    padding-bottom: 0 !important;
  }

  .u-pl-lg-0,
.u-px-lg-0 {
    padding-left: 0 !important;
  }

  .u-p-lg-1 {
    padding: 0.25rem !important;
  }

  .u-pt-lg-1,
.u-py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .u-pr-lg-1,
.u-px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .u-pb-lg-1,
.u-py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .u-pl-lg-1,
.u-px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .u-p-lg-2 {
    padding: 0.5rem !important;
  }

  .u-pt-lg-2,
.u-py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .u-pr-lg-2,
.u-px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .u-pb-lg-2,
.u-py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .u-pl-lg-2,
.u-px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .u-p-lg-3 {
    padding: 1rem !important;
  }

  .u-pt-lg-3,
.u-py-lg-3 {
    padding-top: 1rem !important;
  }

  .u-pr-lg-3,
.u-px-lg-3 {
    padding-right: 1rem !important;
  }

  .u-pb-lg-3,
.u-py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .u-pl-lg-3,
.u-px-lg-3 {
    padding-left: 1rem !important;
  }

  .u-p-lg-4 {
    padding: 1.25rem !important;
  }

  .u-pt-lg-4,
.u-py-lg-4 {
    padding-top: 1.25rem !important;
  }

  .u-pr-lg-4,
.u-px-lg-4 {
    padding-right: 1.25rem !important;
  }

  .u-pb-lg-4,
.u-py-lg-4 {
    padding-bottom: 1.25rem !important;
  }

  .u-pl-lg-4,
.u-px-lg-4 {
    padding-left: 1.25rem !important;
  }

  .u-p-lg-5 {
    padding: 2.5rem !important;
  }

  .u-pt-lg-5,
.u-py-lg-5 {
    padding-top: 2.5rem !important;
  }

  .u-pr-lg-5,
.u-px-lg-5 {
    padding-right: 2.5rem !important;
  }

  .u-pb-lg-5,
.u-py-lg-5 {
    padding-bottom: 2.5rem !important;
  }

  .u-pl-lg-5,
.u-px-lg-5 {
    padding-left: 2.5rem !important;
  }

  .u-p-lg-6 {
    padding: 3rem !important;
  }

  .u-pt-lg-6,
.u-py-lg-6 {
    padding-top: 3rem !important;
  }

  .u-pr-lg-6,
.u-px-lg-6 {
    padding-right: 3rem !important;
  }

  .u-pb-lg-6,
.u-py-lg-6 {
    padding-bottom: 3rem !important;
  }

  .u-pl-lg-6,
.u-px-lg-6 {
    padding-left: 3rem !important;
  }

  .u-p-lg-7 {
    padding: 3.25rem !important;
  }

  .u-pt-lg-7,
.u-py-lg-7 {
    padding-top: 3.25rem !important;
  }

  .u-pr-lg-7,
.u-px-lg-7 {
    padding-right: 3.25rem !important;
  }

  .u-pb-lg-7,
.u-py-lg-7 {
    padding-bottom: 3.25rem !important;
  }

  .u-pl-lg-7,
.u-px-lg-7 {
    padding-left: 3.25rem !important;
  }

  .u-p-lg-8 {
    padding: 3.5rem !important;
  }

  .u-pt-lg-8,
.u-py-lg-8 {
    padding-top: 3.5rem !important;
  }

  .u-pr-lg-8,
.u-px-lg-8 {
    padding-right: 3.5rem !important;
  }

  .u-pb-lg-8,
.u-py-lg-8 {
    padding-bottom: 3.5rem !important;
  }

  .u-pl-lg-8,
.u-px-lg-8 {
    padding-left: 3.5rem !important;
  }

  .u-p-lg-9 {
    padding: 4rem !important;
  }

  .u-pt-lg-9,
.u-py-lg-9 {
    padding-top: 4rem !important;
  }

  .u-pr-lg-9,
.u-px-lg-9 {
    padding-right: 4rem !important;
  }

  .u-pb-lg-9,
.u-py-lg-9 {
    padding-bottom: 4rem !important;
  }

  .u-pl-lg-9,
.u-px-lg-9 {
    padding-left: 4rem !important;
  }

  .u-p-lg-10 {
    padding: 5rem !important;
  }

  .u-pt-lg-10,
.u-py-lg-10 {
    padding-top: 5rem !important;
  }

  .u-pr-lg-10,
.u-px-lg-10 {
    padding-right: 5rem !important;
  }

  .u-pb-lg-10,
.u-py-lg-10 {
    padding-bottom: 5rem !important;
  }

  .u-pl-lg-10,
.u-px-lg-10 {
    padding-left: 5rem !important;
  }

  .u-m-lg-n1 {
    margin: -0.25rem !important;
  }

  .u-mt-lg-n1,
.u-my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .u-mr-lg-n1,
.u-mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .u-mb-lg-n1,
.u-my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .u-ml-lg-n1,
.u-mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .u-m-lg-n2 {
    margin: -0.5rem !important;
  }

  .u-mt-lg-n2,
.u-my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .u-mr-lg-n2,
.u-mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .u-mb-lg-n2,
.u-my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .u-ml-lg-n2,
.u-mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .u-m-lg-n3 {
    margin: -1rem !important;
  }

  .u-mt-lg-n3,
.u-my-lg-n3 {
    margin-top: -1rem !important;
  }

  .u-mr-lg-n3,
.u-mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .u-mb-lg-n3,
.u-my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .u-ml-lg-n3,
.u-mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .u-m-lg-n4 {
    margin: -1.25rem !important;
  }

  .u-mt-lg-n4,
.u-my-lg-n4 {
    margin-top: -1.25rem !important;
  }

  .u-mr-lg-n4,
.u-mx-lg-n4 {
    margin-right: -1.25rem !important;
  }

  .u-mb-lg-n4,
.u-my-lg-n4 {
    margin-bottom: -1.25rem !important;
  }

  .u-ml-lg-n4,
.u-mx-lg-n4 {
    margin-left: -1.25rem !important;
  }

  .u-m-lg-n5 {
    margin: -2.5rem !important;
  }

  .u-mt-lg-n5,
.u-my-lg-n5 {
    margin-top: -2.5rem !important;
  }

  .u-mr-lg-n5,
.u-mx-lg-n5 {
    margin-right: -2.5rem !important;
  }

  .u-mb-lg-n5,
.u-my-lg-n5 {
    margin-bottom: -2.5rem !important;
  }

  .u-ml-lg-n5,
.u-mx-lg-n5 {
    margin-left: -2.5rem !important;
  }

  .u-m-lg-n6 {
    margin: -3rem !important;
  }

  .u-mt-lg-n6,
.u-my-lg-n6 {
    margin-top: -3rem !important;
  }

  .u-mr-lg-n6,
.u-mx-lg-n6 {
    margin-right: -3rem !important;
  }

  .u-mb-lg-n6,
.u-my-lg-n6 {
    margin-bottom: -3rem !important;
  }

  .u-ml-lg-n6,
.u-mx-lg-n6 {
    margin-left: -3rem !important;
  }

  .u-m-lg-n7 {
    margin: -3.25rem !important;
  }

  .u-mt-lg-n7,
.u-my-lg-n7 {
    margin-top: -3.25rem !important;
  }

  .u-mr-lg-n7,
.u-mx-lg-n7 {
    margin-right: -3.25rem !important;
  }

  .u-mb-lg-n7,
.u-my-lg-n7 {
    margin-bottom: -3.25rem !important;
  }

  .u-ml-lg-n7,
.u-mx-lg-n7 {
    margin-left: -3.25rem !important;
  }

  .u-m-lg-n8 {
    margin: -3.5rem !important;
  }

  .u-mt-lg-n8,
.u-my-lg-n8 {
    margin-top: -3.5rem !important;
  }

  .u-mr-lg-n8,
.u-mx-lg-n8 {
    margin-right: -3.5rem !important;
  }

  .u-mb-lg-n8,
.u-my-lg-n8 {
    margin-bottom: -3.5rem !important;
  }

  .u-ml-lg-n8,
.u-mx-lg-n8 {
    margin-left: -3.5rem !important;
  }

  .u-m-lg-n9 {
    margin: -4rem !important;
  }

  .u-mt-lg-n9,
.u-my-lg-n9 {
    margin-top: -4rem !important;
  }

  .u-mr-lg-n9,
.u-mx-lg-n9 {
    margin-right: -4rem !important;
  }

  .u-mb-lg-n9,
.u-my-lg-n9 {
    margin-bottom: -4rem !important;
  }

  .u-ml-lg-n9,
.u-mx-lg-n9 {
    margin-left: -4rem !important;
  }

  .u-m-lg-n10 {
    margin: -5rem !important;
  }

  .u-mt-lg-n10,
.u-my-lg-n10 {
    margin-top: -5rem !important;
  }

  .u-mr-lg-n10,
.u-mx-lg-n10 {
    margin-right: -5rem !important;
  }

  .u-mb-lg-n10,
.u-my-lg-n10 {
    margin-bottom: -5rem !important;
  }

  .u-ml-lg-n10,
.u-mx-lg-n10 {
    margin-left: -5rem !important;
  }

  .u-m-lg-auto {
    margin: auto !important;
  }

  .u-mt-lg-auto,
.u-my-lg-auto {
    margin-top: auto !important;
  }

  .u-mr-lg-auto,
.u-mx-lg-auto {
    margin-right: auto !important;
  }

  .u-mb-lg-auto,
.u-my-lg-auto {
    margin-bottom: auto !important;
  }

  .u-ml-lg-auto,
.u-mx-lg-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 1280px) {
  .u-m-xl-0 {
    margin: 0 !important;
  }

  .u-mt-xl-0,
.u-my-xl-0 {
    margin-top: 0 !important;
  }

  .u-mr-xl-0,
.u-mx-xl-0 {
    margin-right: 0 !important;
  }

  .u-mb-xl-0,
.u-my-xl-0 {
    margin-bottom: 0 !important;
  }

  .u-ml-xl-0,
.u-mx-xl-0 {
    margin-left: 0 !important;
  }

  .u-m-xl-1 {
    margin: 0.25rem !important;
  }

  .u-mt-xl-1,
.u-my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .u-mr-xl-1,
.u-mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .u-mb-xl-1,
.u-my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .u-ml-xl-1,
.u-mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .u-m-xl-2 {
    margin: 0.5rem !important;
  }

  .u-mt-xl-2,
.u-my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .u-mr-xl-2,
.u-mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .u-mb-xl-2,
.u-my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .u-ml-xl-2,
.u-mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .u-m-xl-3 {
    margin: 1rem !important;
  }

  .u-mt-xl-3,
.u-my-xl-3 {
    margin-top: 1rem !important;
  }

  .u-mr-xl-3,
.u-mx-xl-3 {
    margin-right: 1rem !important;
  }

  .u-mb-xl-3,
.u-my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .u-ml-xl-3,
.u-mx-xl-3 {
    margin-left: 1rem !important;
  }

  .u-m-xl-4 {
    margin: 1.25rem !important;
  }

  .u-mt-xl-4,
.u-my-xl-4 {
    margin-top: 1.25rem !important;
  }

  .u-mr-xl-4,
.u-mx-xl-4 {
    margin-right: 1.25rem !important;
  }

  .u-mb-xl-4,
.u-my-xl-4 {
    margin-bottom: 1.25rem !important;
  }

  .u-ml-xl-4,
.u-mx-xl-4 {
    margin-left: 1.25rem !important;
  }

  .u-m-xl-5 {
    margin: 2.5rem !important;
  }

  .u-mt-xl-5,
.u-my-xl-5 {
    margin-top: 2.5rem !important;
  }

  .u-mr-xl-5,
.u-mx-xl-5 {
    margin-right: 2.5rem !important;
  }

  .u-mb-xl-5,
.u-my-xl-5 {
    margin-bottom: 2.5rem !important;
  }

  .u-ml-xl-5,
.u-mx-xl-5 {
    margin-left: 2.5rem !important;
  }

  .u-m-xl-6 {
    margin: 3rem !important;
  }

  .u-mt-xl-6,
.u-my-xl-6 {
    margin-top: 3rem !important;
  }

  .u-mr-xl-6,
.u-mx-xl-6 {
    margin-right: 3rem !important;
  }

  .u-mb-xl-6,
.u-my-xl-6 {
    margin-bottom: 3rem !important;
  }

  .u-ml-xl-6,
.u-mx-xl-6 {
    margin-left: 3rem !important;
  }

  .u-m-xl-7 {
    margin: 3.25rem !important;
  }

  .u-mt-xl-7,
.u-my-xl-7 {
    margin-top: 3.25rem !important;
  }

  .u-mr-xl-7,
.u-mx-xl-7 {
    margin-right: 3.25rem !important;
  }

  .u-mb-xl-7,
.u-my-xl-7 {
    margin-bottom: 3.25rem !important;
  }

  .u-ml-xl-7,
.u-mx-xl-7 {
    margin-left: 3.25rem !important;
  }

  .u-m-xl-8 {
    margin: 3.5rem !important;
  }

  .u-mt-xl-8,
.u-my-xl-8 {
    margin-top: 3.5rem !important;
  }

  .u-mr-xl-8,
.u-mx-xl-8 {
    margin-right: 3.5rem !important;
  }

  .u-mb-xl-8,
.u-my-xl-8 {
    margin-bottom: 3.5rem !important;
  }

  .u-ml-xl-8,
.u-mx-xl-8 {
    margin-left: 3.5rem !important;
  }

  .u-m-xl-9 {
    margin: 4rem !important;
  }

  .u-mt-xl-9,
.u-my-xl-9 {
    margin-top: 4rem !important;
  }

  .u-mr-xl-9,
.u-mx-xl-9 {
    margin-right: 4rem !important;
  }

  .u-mb-xl-9,
.u-my-xl-9 {
    margin-bottom: 4rem !important;
  }

  .u-ml-xl-9,
.u-mx-xl-9 {
    margin-left: 4rem !important;
  }

  .u-m-xl-10 {
    margin: 5rem !important;
  }

  .u-mt-xl-10,
.u-my-xl-10 {
    margin-top: 5rem !important;
  }

  .u-mr-xl-10,
.u-mx-xl-10 {
    margin-right: 5rem !important;
  }

  .u-mb-xl-10,
.u-my-xl-10 {
    margin-bottom: 5rem !important;
  }

  .u-ml-xl-10,
.u-mx-xl-10 {
    margin-left: 5rem !important;
  }

  .u-p-xl-0 {
    padding: 0 !important;
  }

  .u-pt-xl-0,
.u-py-xl-0 {
    padding-top: 0 !important;
  }

  .u-pr-xl-0,
.u-px-xl-0 {
    padding-right: 0 !important;
  }

  .u-pb-xl-0,
.u-py-xl-0 {
    padding-bottom: 0 !important;
  }

  .u-pl-xl-0,
.u-px-xl-0 {
    padding-left: 0 !important;
  }

  .u-p-xl-1 {
    padding: 0.25rem !important;
  }

  .u-pt-xl-1,
.u-py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .u-pr-xl-1,
.u-px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .u-pb-xl-1,
.u-py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .u-pl-xl-1,
.u-px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .u-p-xl-2 {
    padding: 0.5rem !important;
  }

  .u-pt-xl-2,
.u-py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .u-pr-xl-2,
.u-px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .u-pb-xl-2,
.u-py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .u-pl-xl-2,
.u-px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .u-p-xl-3 {
    padding: 1rem !important;
  }

  .u-pt-xl-3,
.u-py-xl-3 {
    padding-top: 1rem !important;
  }

  .u-pr-xl-3,
.u-px-xl-3 {
    padding-right: 1rem !important;
  }

  .u-pb-xl-3,
.u-py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .u-pl-xl-3,
.u-px-xl-3 {
    padding-left: 1rem !important;
  }

  .u-p-xl-4 {
    padding: 1.25rem !important;
  }

  .u-pt-xl-4,
.u-py-xl-4 {
    padding-top: 1.25rem !important;
  }

  .u-pr-xl-4,
.u-px-xl-4 {
    padding-right: 1.25rem !important;
  }

  .u-pb-xl-4,
.u-py-xl-4 {
    padding-bottom: 1.25rem !important;
  }

  .u-pl-xl-4,
.u-px-xl-4 {
    padding-left: 1.25rem !important;
  }

  .u-p-xl-5 {
    padding: 2.5rem !important;
  }

  .u-pt-xl-5,
.u-py-xl-5 {
    padding-top: 2.5rem !important;
  }

  .u-pr-xl-5,
.u-px-xl-5 {
    padding-right: 2.5rem !important;
  }

  .u-pb-xl-5,
.u-py-xl-5 {
    padding-bottom: 2.5rem !important;
  }

  .u-pl-xl-5,
.u-px-xl-5 {
    padding-left: 2.5rem !important;
  }

  .u-p-xl-6 {
    padding: 3rem !important;
  }

  .u-pt-xl-6,
.u-py-xl-6 {
    padding-top: 3rem !important;
  }

  .u-pr-xl-6,
.u-px-xl-6 {
    padding-right: 3rem !important;
  }

  .u-pb-xl-6,
.u-py-xl-6 {
    padding-bottom: 3rem !important;
  }

  .u-pl-xl-6,
.u-px-xl-6 {
    padding-left: 3rem !important;
  }

  .u-p-xl-7 {
    padding: 3.25rem !important;
  }

  .u-pt-xl-7,
.u-py-xl-7 {
    padding-top: 3.25rem !important;
  }

  .u-pr-xl-7,
.u-px-xl-7 {
    padding-right: 3.25rem !important;
  }

  .u-pb-xl-7,
.u-py-xl-7 {
    padding-bottom: 3.25rem !important;
  }

  .u-pl-xl-7,
.u-px-xl-7 {
    padding-left: 3.25rem !important;
  }

  .u-p-xl-8 {
    padding: 3.5rem !important;
  }

  .u-pt-xl-8,
.u-py-xl-8 {
    padding-top: 3.5rem !important;
  }

  .u-pr-xl-8,
.u-px-xl-8 {
    padding-right: 3.5rem !important;
  }

  .u-pb-xl-8,
.u-py-xl-8 {
    padding-bottom: 3.5rem !important;
  }

  .u-pl-xl-8,
.u-px-xl-8 {
    padding-left: 3.5rem !important;
  }

  .u-p-xl-9 {
    padding: 4rem !important;
  }

  .u-pt-xl-9,
.u-py-xl-9 {
    padding-top: 4rem !important;
  }

  .u-pr-xl-9,
.u-px-xl-9 {
    padding-right: 4rem !important;
  }

  .u-pb-xl-9,
.u-py-xl-9 {
    padding-bottom: 4rem !important;
  }

  .u-pl-xl-9,
.u-px-xl-9 {
    padding-left: 4rem !important;
  }

  .u-p-xl-10 {
    padding: 5rem !important;
  }

  .u-pt-xl-10,
.u-py-xl-10 {
    padding-top: 5rem !important;
  }

  .u-pr-xl-10,
.u-px-xl-10 {
    padding-right: 5rem !important;
  }

  .u-pb-xl-10,
.u-py-xl-10 {
    padding-bottom: 5rem !important;
  }

  .u-pl-xl-10,
.u-px-xl-10 {
    padding-left: 5rem !important;
  }

  .u-m-xl-n1 {
    margin: -0.25rem !important;
  }

  .u-mt-xl-n1,
.u-my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .u-mr-xl-n1,
.u-mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .u-mb-xl-n1,
.u-my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .u-ml-xl-n1,
.u-mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .u-m-xl-n2 {
    margin: -0.5rem !important;
  }

  .u-mt-xl-n2,
.u-my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .u-mr-xl-n2,
.u-mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .u-mb-xl-n2,
.u-my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .u-ml-xl-n2,
.u-mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .u-m-xl-n3 {
    margin: -1rem !important;
  }

  .u-mt-xl-n3,
.u-my-xl-n3 {
    margin-top: -1rem !important;
  }

  .u-mr-xl-n3,
.u-mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .u-mb-xl-n3,
.u-my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .u-ml-xl-n3,
.u-mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .u-m-xl-n4 {
    margin: -1.25rem !important;
  }

  .u-mt-xl-n4,
.u-my-xl-n4 {
    margin-top: -1.25rem !important;
  }

  .u-mr-xl-n4,
.u-mx-xl-n4 {
    margin-right: -1.25rem !important;
  }

  .u-mb-xl-n4,
.u-my-xl-n4 {
    margin-bottom: -1.25rem !important;
  }

  .u-ml-xl-n4,
.u-mx-xl-n4 {
    margin-left: -1.25rem !important;
  }

  .u-m-xl-n5 {
    margin: -2.5rem !important;
  }

  .u-mt-xl-n5,
.u-my-xl-n5 {
    margin-top: -2.5rem !important;
  }

  .u-mr-xl-n5,
.u-mx-xl-n5 {
    margin-right: -2.5rem !important;
  }

  .u-mb-xl-n5,
.u-my-xl-n5 {
    margin-bottom: -2.5rem !important;
  }

  .u-ml-xl-n5,
.u-mx-xl-n5 {
    margin-left: -2.5rem !important;
  }

  .u-m-xl-n6 {
    margin: -3rem !important;
  }

  .u-mt-xl-n6,
.u-my-xl-n6 {
    margin-top: -3rem !important;
  }

  .u-mr-xl-n6,
.u-mx-xl-n6 {
    margin-right: -3rem !important;
  }

  .u-mb-xl-n6,
.u-my-xl-n6 {
    margin-bottom: -3rem !important;
  }

  .u-ml-xl-n6,
.u-mx-xl-n6 {
    margin-left: -3rem !important;
  }

  .u-m-xl-n7 {
    margin: -3.25rem !important;
  }

  .u-mt-xl-n7,
.u-my-xl-n7 {
    margin-top: -3.25rem !important;
  }

  .u-mr-xl-n7,
.u-mx-xl-n7 {
    margin-right: -3.25rem !important;
  }

  .u-mb-xl-n7,
.u-my-xl-n7 {
    margin-bottom: -3.25rem !important;
  }

  .u-ml-xl-n7,
.u-mx-xl-n7 {
    margin-left: -3.25rem !important;
  }

  .u-m-xl-n8 {
    margin: -3.5rem !important;
  }

  .u-mt-xl-n8,
.u-my-xl-n8 {
    margin-top: -3.5rem !important;
  }

  .u-mr-xl-n8,
.u-mx-xl-n8 {
    margin-right: -3.5rem !important;
  }

  .u-mb-xl-n8,
.u-my-xl-n8 {
    margin-bottom: -3.5rem !important;
  }

  .u-ml-xl-n8,
.u-mx-xl-n8 {
    margin-left: -3.5rem !important;
  }

  .u-m-xl-n9 {
    margin: -4rem !important;
  }

  .u-mt-xl-n9,
.u-my-xl-n9 {
    margin-top: -4rem !important;
  }

  .u-mr-xl-n9,
.u-mx-xl-n9 {
    margin-right: -4rem !important;
  }

  .u-mb-xl-n9,
.u-my-xl-n9 {
    margin-bottom: -4rem !important;
  }

  .u-ml-xl-n9,
.u-mx-xl-n9 {
    margin-left: -4rem !important;
  }

  .u-m-xl-n10 {
    margin: -5rem !important;
  }

  .u-mt-xl-n10,
.u-my-xl-n10 {
    margin-top: -5rem !important;
  }

  .u-mr-xl-n10,
.u-mx-xl-n10 {
    margin-right: -5rem !important;
  }

  .u-mb-xl-n10,
.u-my-xl-n10 {
    margin-bottom: -5rem !important;
  }

  .u-ml-xl-n10,
.u-mx-xl-n10 {
    margin-left: -5rem !important;
  }

  .u-m-xl-auto {
    margin: auto !important;
  }

  .u-mt-xl-auto,
.u-my-xl-auto {
    margin-top: auto !important;
  }

  .u-mr-xl-auto,
.u-mx-xl-auto {
    margin-right: auto !important;
  }

  .u-mb-xl-auto,
.u-my-xl-auto {
    margin-bottom: auto !important;
  }

  .u-ml-xl-auto,
.u-mx-xl-auto {
    margin-left: auto !important;
  }
}
.u-text-justify {
  text-align: justify !important;
}

.u-text-wrap {
  white-space: normal !important;
}

.u-text-nowrap {
  white-space: nowrap !important;
}

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

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

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

@media screen and (min-width: 576px) {
  .u-text-sm-left {
    text-align: left !important;
  }

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

  .u-text-sm-center {
    text-align: center !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text-md-left {
    text-align: left !important;
  }

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

  .u-text-md-center {
    text-align: center !important;
  }
}
@media screen and (min-width: 992px) {
  .u-text-lg-left {
    text-align: left !important;
  }

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

  .u-text-lg-center {
    text-align: center !important;
  }
}
@media screen and (min-width: 1280px) {
  .u-text-xl-left {
    text-align: left !important;
  }

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

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

.u-text-uppercase {
  text-transform: uppercase !important;
}

.u-text-capitalize {
  text-transform: capitalize !important;
}

.u-fw-light {
  font-weight: 300 !important;
}

.u-fw-normal {
  font-weight: 400 !important;
}

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

.u-font-italic {
  font-style: italic !important;
}

.u-fz-xl {
  font-size: 150%;
}

.u-fz-l {
  font-size: 125%;
}

.u-fz-sm {
  font-size: 85%;
}

.u-fz-18 {
  font-size: 1.8rem;
}

.u-fz-17 {
  font-size: 1.7rem;
}

.u-fz-16 {
  font-size: 1.6rem;
}

.u-fz-15 {
  font-size: 1.5rem;
}

.u-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.u-note > span:first-child {
  padding-right: 0.1em;
}
.u-note--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-ff-serif {
  font-family: "Noto Serif JP", serif;
}

.u-underline {
  text-decoration: underline;
}

.u-color-primary {
  color: rgb(var(--primary));
}