@charset "UTF-8";
.text-10px {
  font-size: 10px !important;
}

.text-12px {
  font-size: 12px !important;
}

.text-14px {
  font-size: 14px !important;
}

.text-16px {
  font-size: 16px !important;
}

.text-18px {
  font-size: 18px !important;
}

.text-20px {
  font-size: 20px !important;
}

.text-24px {
  font-size: 24px !important;
}

/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
# General elements
# ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0;
}

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

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

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
# Accessibility
# ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

html, body {
  margin: 0;
  color: #555;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1100px) {
  html, body {
    font-size: 14px;
    overflow-x: hidden;
  }
}
.nav-overflow {
  overflow: hidden;
}

body.load {
  overflow-x: hidden;
  overflow-y: scroll;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

a {
  display: block;
  font-size: 1rem;
  color: #555;
  text-decoration: none;
  line-height: 1.7;
}
ul {
  padding: 0px;
  margin: 0;
}
ul li {
  list-style: none;
  line-height: 2;
  letter-spacing: 2px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
html, body {
  font-size: 16px;
}
@media screen and (max-width: 550px) {
  html, body {
    font-size: 14px;
  }
}

html, body, p, li, td, th, input, select, textarea, h1, h2, h3, h4, h5, h6, ul, ol, dl, dt, dd, table, form, button, a, img, span, div, label, fieldset, legend, figure, figcaption, blockquote, cite, code, pre, address, time, small, strong, em, i, b, mark, q, s, sub, sup, abbr, dfn, kbd, samp, var {
  font-family: "Noto Sans JP", serif;
}

body, p, li, td, th, input, select, textarea {
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  body, p, li, td, th, input, select, textarea {
    font-size: clamp(16px, 16px + 0.1vw * 2, 19.2px);
  }
}
@media screen and (max-width: 767px) {
  body, p, li, td, th, input, select, textarea {
    font-size: clamp(14px, 14px + 0.1vw, 19.2px);
  }
}

h1 {
  font-size: 40px;
}
@media screen and (max-width: 1100px) {
  h1 {
    font-size: clamp(40px, 40px + 0.1vw * 2, 48px);
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: clamp(35px, 35px + 0.1vw, 48px);
  }
}

h2 {
  font-size: 32px;
}
@media screen and (max-width: 1100px) {
  h2 {
    font-size: clamp(32px, 32px + 0.1vw * 2, 38.4px);
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: clamp(28px, 28px + 0.1vw, 38.4px);
  }
}

h3 {
  font-size: 24px;
}
@media screen and (max-width: 1100px) {
  h3 {
    font-size: clamp(24px, 24px + 0.1vw * 2, 28.8px);
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: clamp(21px, 21px + 0.1vw, 28.8px);
  }
}

h4 {
  font-size: 20px;
}
@media screen and (max-width: 1100px) {
  h4 {
    font-size: clamp(20px, 20px + 0.1vw * 2, 24px);
  }
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: clamp(17.5px, 17.5px + 0.1vw, 24px);
  }
}

.text-base {
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  .text-base {
    font-size: clamp(16px, 16px + 0.1vw * 2, 19.2px);
  }
}
@media screen and (max-width: 767px) {
  .text-base {
    font-size: clamp(14px, 14px + 0.1vw, 19.2px);
  }
}

.text-small {
  font-size: 14px;
}
@media screen and (max-width: 1100px) {
  .text-small {
    font-size: clamp(14px, 14px + 0.1vw * 2, 15.4px);
  }
}
@media screen and (max-width: 767px) {
  .text-small {
    font-size: clamp(14px, 14px + 0.1vw, 15.4px);
  }
}

.text-h1 {
  font-size: 40px;
}
@media screen and (max-width: 1100px) {
  .text-h1 {
    font-size: clamp(40px, 40px + 0.1vw * 2, 48px);
  }
}
@media screen and (max-width: 767px) {
  .text-h1 {
    font-size: clamp(35px, 35px + 0.1vw, 48px);
  }
}

.text-h2 {
  font-size: 32px;
}
@media screen and (max-width: 1100px) {
  .text-h2 {
    font-size: clamp(32px, 32px + 0.1vw * 2, 38.4px);
  }
}
@media screen and (max-width: 767px) {
  .text-h2 {
    font-size: clamp(28px, 28px + 0.1vw, 38.4px);
  }
}

.text-h3 {
  font-size: 24px;
}
@media screen and (max-width: 1100px) {
  .text-h3 {
    font-size: clamp(24px, 24px + 0.1vw * 2, 28.8px);
  }
}
@media screen and (max-width: 767px) {
  .text-h3 {
    font-size: clamp(21px, 21px + 0.1vw, 28.8px);
  }
}

.text-h4 {
  font-size: 20px;
}
@media screen and (max-width: 1100px) {
  .text-h4 {
    font-size: clamp(20px, 20px + 0.1vw * 2, 24px);
  }
}
@media screen and (max-width: 767px) {
  .text-h4 {
    font-size: clamp(17.5px, 17.5px + 0.1vw, 24px);
  }
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

@media (min-width: 576px) {
  .sm\:fw-100 {
    font-weight: 100 !important;
  }
  .sm\:fw-200 {
    font-weight: 200 !important;
  }
  .sm\:fw-300 {
    font-weight: 300 !important;
  }
  .sm\:fw-400 {
    font-weight: 400 !important;
  }
  .sm\:fw-500 {
    font-weight: 500 !important;
  }
  .sm\:fw-600 {
    font-weight: 600 !important;
  }
  .sm\:fw-700 {
    font-weight: 700 !important;
  }
  .sm\:fw-800 {
    font-weight: 800 !important;
  }
  .sm\:fw-900 {
    font-weight: 900 !important;
  }
}
@media (min-width: 768px) {
  .md\:fw-100 {
    font-weight: 100 !important;
  }
  .md\:fw-200 {
    font-weight: 200 !important;
  }
  .md\:fw-300 {
    font-weight: 300 !important;
  }
  .md\:fw-400 {
    font-weight: 400 !important;
  }
  .md\:fw-500 {
    font-weight: 500 !important;
  }
  .md\:fw-600 {
    font-weight: 600 !important;
  }
  .md\:fw-700 {
    font-weight: 700 !important;
  }
  .md\:fw-800 {
    font-weight: 800 !important;
  }
  .md\:fw-900 {
    font-weight: 900 !important;
  }
}
@media (min-width: 992px) {
  .lg\:fw-100 {
    font-weight: 100 !important;
  }
  .lg\:fw-200 {
    font-weight: 200 !important;
  }
  .lg\:fw-300 {
    font-weight: 300 !important;
  }
  .lg\:fw-400 {
    font-weight: 400 !important;
  }
  .lg\:fw-500 {
    font-weight: 500 !important;
  }
  .lg\:fw-600 {
    font-weight: 600 !important;
  }
  .lg\:fw-700 {
    font-weight: 700 !important;
  }
  .lg\:fw-800 {
    font-weight: 800 !important;
  }
  .lg\:fw-900 {
    font-weight: 900 !important;
  }
}
@media (min-width: 1200px) {
  .xl\:fw-100 {
    font-weight: 100 !important;
  }
  .xl\:fw-200 {
    font-weight: 200 !important;
  }
  .xl\:fw-300 {
    font-weight: 300 !important;
  }
  .xl\:fw-400 {
    font-weight: 400 !important;
  }
  .xl\:fw-500 {
    font-weight: 500 !important;
  }
  .xl\:fw-600 {
    font-weight: 600 !important;
  }
  .xl\:fw-700 {
    font-weight: 700 !important;
  }
  .xl\:fw-800 {
    font-weight: 800 !important;
  }
  .xl\:fw-900 {
    font-weight: 900 !important;
  }
}
.ta-l {
  text-align: left !important;
}

.ta-c {
  text-align: center !important;
}

.ta-r {
  text-align: right !important;
}

.ta-j {
  text-align: justify !important;
}

@media (min-width: 576px) {
  .sm\:ta-l {
    text-align: left !important;
  }
  .sm\:ta-c {
    text-align: center !important;
  }
  .sm\:ta-r {
    text-align: right !important;
  }
  .sm\:ta-j {
    text-align: justify !important;
  }
}
@media (min-width: 768px) {
  .md\:ta-l {
    text-align: left !important;
  }
  .md\:ta-c {
    text-align: center !important;
  }
  .md\:ta-r {
    text-align: right !important;
  }
  .md\:ta-j {
    text-align: justify !important;
  }
}
@media (min-width: 992px) {
  .lg\:ta-l {
    text-align: left !important;
  }
  .lg\:ta-c {
    text-align: center !important;
  }
  .lg\:ta-r {
    text-align: right !important;
  }
  .lg\:ta-j {
    text-align: justify !important;
  }
}
@media (min-width: 1200px) {
  .xl\:ta-l {
    text-align: left !important;
  }
  .xl\:ta-c {
    text-align: center !important;
  }
  .xl\:ta-r {
    text-align: right !important;
  }
  .xl\:ta-j {
    text-align: justify !important;
  }
}
.fade2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.fade3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.fade_up {
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  position: relative;
  top: 30px;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fade_up.fade_up_active {
  opacity: 1;
  visibility: visible;
  top: 0px;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fade.fade_active {
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

section {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
section .section__container {
  max-width: 1920px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  section .section__container {
    width: 93%;
    max-width: 93%;
  }
}
body section {
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
body.load section {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

section.load-contents1#load {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6E2E2E;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 2s ease, visibility 2s ease;
  transition: opacity 2s ease, visibility 2s ease; /* フェードアウト演出 */
}
section.load-contents1#load.hidden {
  opacity: 0;
  visibility: hidden;
}
section.load-contents1#load .section-container {
  width: 100%;
  height: 100%;
  max-width: none;
}
section.load-contents1#load .section-container .load__visual {
  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;
}
section.load-contents1#load.top {
  background-color: #3768B7;
}

button.button1, button.button3, button.button7, button.button8 {
  display: block;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  button.button1, button.button3, button.button7, button.button8 {
    width: 100%;
  }
}

button a.blue, button input.blue, button label.blue {
  background-color: #3768B7 !important;
  border: 1px solid #3768B7 !important;
}
button a.blue:hover, button input.blue:hover, button label.blue:hover {
  background-color: #ffffff !important;
  color: #3768B7 !important;
}
button a.blue:hover:before, button a.blue:hover:after, button input.blue:hover:before, button input.blue:hover:after, button label.blue:hover:before, button label.blue:hover:after {
  background-color: #3768B7 !important;
}
button a.red, button input.red, button label.red {
  background-color: #D24646 !important;
  border: 1px solid #D24646 !important;
}
button a.red:hover, button input.red:hover, button label.red:hover {
  background-color: #ffffff !important;
  color: #D24646 !important;
}
button a.red:hover:before, button a.red:hover:after, button input.red:hover:before, button input.red:hover:after, button label.red:hover:before, button label.red:hover:after {
  background-color: #D24646 !important;
}
button a.white, button input.white, button label.white {
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
  color: #6E2E2E !important;
}
button a.white:hover, button input.white:hover, button label.white:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
button a.white:hover:before, button a.white:hover:after, button input.white:hover:before, button input.white:hover:after, button label.white:hover:before, button label.white:hover:after {
  background-color: #ffffff !important;
}
button a.primary1, button input.primary1, button label.primary1 {
  background-color: #6E2E2E !important;
  border: 1px solid #6E2E2E !important;
}
button a.primary1:hover, button input.primary1:hover, button label.primary1:hover {
  background-color: #ffffff !important;
  color: #6E2E2E !important;
}
button a.primary1:hover:before, button a.primary1:hover:after, button input.primary1:hover:before, button input.primary1:hover:after, button label.primary1:hover:before, button label.primary1:hover:after {
  background-color: #6E2E2E !important;
}
button a.primary2, button input.primary2, button label.primary2 {
  background-color: #453535 !important;
  border: 1px solid #453535 !important;
}
button a.primary2:hover, button input.primary2:hover, button label.primary2:hover {
  background-color: #ffffff !important;
  color: #3768B7 !important;
}
button a.primary2:hover:before, button a.primary2:hover:after, button input.primary2:hover:before, button input.primary2:hover:after, button label.primary2:hover:before, button label.primary2:hover:after {
  background-color: #3768B7 !important;
}
button a.line, button input.line, button label.line {
  background-color: rgba(0, 0, 0, 0) !important;
  border: 1px solid #ffffff !important;
}
button a.line:hover, button input.line:hover, button label.line:hover {
  background-color: #ffffff !important;
  color: #6E2E2E !important;
}
button a.line:hover:before, button a.line:hover:after, button input.line:hover:before, button input.line:hover:after, button label.line:hover:before, button label.line:hover:after {
  background-color: #6E2E2E !important;
}

/* ============
button1 - シンプルボタン
============ */
button.button1 a, button.button1 input, button.button1 label {
  display: inline-block;
  text-align: center;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  border: 1px solid;
  background-color: #6E2E2E;
  color: #ffffff;
  border-color: #6E2E2E;
}
button.button1 a:hover, button.button1 input:hover, button.button1 label:hover {
  background-color: #ffffff;
  color: #6E2E2E;
  border-color: #6E2E2E;
}
button.button1 a:hover:before, button.button1 a:hover:after, button.button1 input:hover:before, button.button1 input:hover:after, button.button1 label:hover:before, button.button1 label:hover:after {
  background-color: #6E2E2E;
}
button.button1.medium a, button.button1.medium input, button.button1.medium label {
  padding: 15px 0;
  width: 250px;
}
@media screen and (max-width: 767px) {
  button.button1.medium a, button.button1.medium input, button.button1.medium label {
    width: 100%;
    display: block;
  }
}
button.button1.large a, button.button1.large input, button.button1.large label {
  padding: 20px 0;
  width: 400px;
}
@media screen and (max-width: 767px) {
  button.button1.large a, button.button1.large input, button.button1.large label {
    width: 100%;
    display: block;
  }
}
button.button1.center a, button.button1.center input, button.button1.center label {
  text-align: center;
  padding-left: 0;
}

/* ============
button3 - 矢印ラインボタン
============ */
button.button3 a, button.button3 input, button.button3 label {
  display: inline-block;
  text-align: center;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  border: 1px solid;
  position: relative;
  background-color: #6E2E2E;
  color: #ffffff;
  border-color: #6E2E2E;
  text-align: left;
}
button.button3 a:after, button.button3 input:after, button.button3 label:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  height: 1px;
  background-color: currentColor;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
button.button3 a:hover, button.button3 input:hover, button.button3 label:hover {
  background-color: #ffffff;
  color: #6E2E2E;
  border-color: #6E2E2E;
}
button.button3 a:hover:before, button.button3 a:hover:after, button.button3 input:hover:before, button.button3 input:hover:after, button.button3 label:hover:before, button.button3 label:hover:after {
  background-color: #6E2E2E;
}
button.button3.medium a, button.button3.medium input, button.button3.medium label {
  padding: 15px 0;
  width: 250px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  button.button3.medium a, button.button3.medium input, button.button3.medium label {
    width: 100%;
    display: block;
  }
}
button.button3.medium a:after, button.button3.medium input:after, button.button3.medium label:after {
  width: 40px;
}
@media screen and (max-width: 767px) {
  button.button3.medium a:after, button.button3.medium input:after, button.button3.medium label:after {
    width: 70px;
  }
}
button.button3.large a, button.button3.large input, button.button3.large label {
  padding: 20px 0;
  width: 400px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  button.button3.large a, button.button3.large input, button.button3.large label {
    width: 100%;
    display: block;
  }
}
button.button3.large a:after, button.button3.large input:after, button.button3.large label:after {
  width: 70px;
}
button.button3.center a, button.button3.center input, button.button3.center label {
  text-align: center;
  padding-left: 0;
}

/* ============
button7 - 角度付き矢印ボタン
============ */
button.button7 a, button.button7 input, button.button7 label {
  display: inline-block;
  text-align: center;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  border: 1px solid;
  position: relative;
  background-color: #6E2E2E;
  color: #ffffff;
  border-color: #6E2E2E;
  text-align: left;
}
button.button7 a:before, button.button7 input:before, button.button7 label:before {
  content: "";
  position: absolute;
  right: 8px;
  top: 47%;
  height: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: currentColor;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
button.button7 a:after, button.button7 input:after, button.button7 label:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 60%;
  height: 1px;
  background-color: currentColor;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
button.button7 a:hover, button.button7 input:hover, button.button7 label:hover {
  background-color: #ffffff;
  color: #6E2E2E;
  border-color: #6E2E2E;
}
button.button7 a:hover:before, button.button7 a:hover:after, button.button7 input:hover:before, button.button7 input:hover:after, button.button7 label:hover:before, button.button7 label:hover:after {
  background-color: #6E2E2E;
}
button.button7.medium a, button.button7.medium input, button.button7.medium label {
  padding: 15px 0;
  width: 250px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  button.button7.medium a, button.button7.medium input, button.button7.medium label {
    width: 100%;
    display: block;
  }
}
button.button7.medium a:before, button.button7.medium input:before, button.button7.medium label:before {
  width: 20px;
}
button.button7.medium a:after, button.button7.medium input:after, button.button7.medium label:after {
  width: 40px;
}
@media screen and (max-width: 767px) {
  button.button7.medium a:after, button.button7.medium input:after, button.button7.medium label:after {
    width: 70px;
  }
}
button.button7.large a, button.button7.large input, button.button7.large label {
  padding: 20px 0;
  width: 400px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  button.button7.large a, button.button7.large input, button.button7.large label {
    width: 100%;
    display: block;
  }
}
button.button7.large a:before, button.button7.large input:before, button.button7.large label:before {
  width: 20px;
}
button.button7.large a:after, button.button7.large input:after, button.button7.large label:after {
  width: 70px;
}
button.button7.center a, button.button7.center input, button.button7.center label {
  text-align: center;
  padding-left: 0;
}

/* ============
button8 - シェブロン矢印ボタン
============ */
button.button8 a, button.button8 input, button.button8 label {
  display: inline-block;
  text-align: center;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  border: 1px solid;
  position: relative;
  background-color: #6E2E2E;
  color: #ffffff;
  border-color: #6E2E2E;
  text-align: left;
}
button.button8 a:after, button.button8 input:after, button.button8 label:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 11px;
  height: 11px;
  margin: auto;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
button.button8 a:hover, button.button8 input:hover, button.button8 label:hover {
  background-color: #ffffff;
  color: #6E2E2E;
  border-color: #6E2E2E;
}
button.button8 a:hover:before, button.button8 a:hover:after, button.button8 input:hover:before, button.button8 input:hover:after, button.button8 label:hover:before, button.button8 label:hover:after {
  background-color: #6E2E2E;
}
button.button8.medium a, button.button8.medium input, button.button8.medium label {
  padding: 15px 0;
  width: 250px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  button.button8.medium a, button.button8.medium input, button.button8.medium label {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  button.button8.medium a:after, button.button8.medium input:after, button.button8.medium label:after {
    width: 70px;
  }
}
button.button8.large a, button.button8.large input, button.button8.large label {
  padding: 20px 0;
  width: 400px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  button.button8.large a, button.button8.large input, button.button8.large label {
    width: 100%;
    display: block;
  }
}
button.button8.center a, button.button8.center input, button.button8.center label {
  text-align: center;
  padding-left: 0;
}

/* ============
title1 - センタリングタイトル
============ */
.title1 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .title1 {
    margin-bottom: 40px;
  }
}
.title1 h3 {
  color: #6E2E2E;
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-size: clamp(1.5rem, 2vw, 3rem);
  font-weight: 500;
  line-height: 1.7;
}
.title1 h3 span {
  display: block;
  color: #6E2E2E;
  text-align: center;
  font-family: "DIN 2014";
  font-size: clamp(1rem, 1.1vw, 2rem);
  font-weight: 800;
  letter-spacing: 1px;
}
.title1 h4 {
  color: #6E2E2E;
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-size: clamp(1.1rem, 1.2vw, 2rem);
  font-weight: 500;
  line-height: 1.7;
}
.title1 h4 span {
  display: block;
  color: #6E2E2E;
  text-align: center;
  font-family: "DIN 2014";
  font-size: clamp(1rem, 1.3vw, 1.5rem);
  font-weight: 800;
  letter-spacing: 1px;
}

/* ============
title2 - 左揃えタイトル
============ */
.title2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .title2 {
    margin-bottom: 40px;
  }
}
.title2 h3 {
  color: #6E2E2E;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(2rem, 2.8vw, 3rem);
  font-weight: 300;
  line-height: 1.4;
}
.title2 h3 span {
  display: block;
  color: #6E2E2E;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1rem, 1.3vw, 1.5rem);
  font-weight: 400;
  letter-spacing: 1.5px;
}
.title2 h4 {
  color: #6E2E2E;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.1rem, 1.2vw, 2rem);
  font-weight: 300;
  line-height: 1.7;
}
.title2 h4 span {
  display: block;
  color: #6E2E2E;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1rem, 1.3vw, 1rem);
  font-weight: 800;
  letter-spacing: 1.5px;
}

/* ============
contents__map | map1
============ */
.contents-map.map1 .contents-map__detail iframe {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .contents-map.map1 .contents-map__detail iframe {
    height: 270px;
  }
}
.contents-map.map1 .contents-map__address p {
  text-align: center;
  margin-top: 20px;
}
.contents-map.map1 .contents-map__address .contents-map__address-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* ============
contents-pagination | pagination1
============ */
.contents-pagination.pagination1 {
  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;
  gap: 12px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .contents-pagination.pagination1 {
    gap: 5px;
  }
}
.contents-pagination.pagination1 .page-numbers {
  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;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border-radius: 2px;
  background-color: #ffffff;
  color: #6E2E2E;
  border: 1px solid #6E2E2E;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .contents-pagination.pagination1 .page-numbers {
    min-width: 35px;
    height: 35px;
    font-size: 14px;
  }
}
.contents-pagination.pagination1 .page-numbers:hover {
  background-color: #6E2E2E;
  color: #ffffff;
}
.contents-pagination.pagination1 .page-numbers.current {
  background-color: #6E2E2E;
  color: #ffffff;
  border-color: #6E2E2E;
  cursor: default;
}
.contents-pagination.pagination1 .page-numbers.next, .contents-pagination.pagination1 .page-numbers.prev {
  padding: 0 15px;
}
.contents-pagination.pagination1 .page-numbers.next:hover, .contents-pagination.pagination1 .page-numbers.prev:hover {
  background-color: #453535;
}

/* ============
contents-pagination | pagination2
============ */
.contents-pagination.pagination2 {
  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;
  gap: 12px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .contents-pagination.pagination2 {
    gap: 5px;
  }
}
.contents-pagination.pagination2 .page-numbers {
  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;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border-radius: 2px;
  background-color: #ffffff;
  color: #6E2E2E;
  border: 1px solid #6E2E2E;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .contents-pagination.pagination2 .page-numbers {
    min-width: 35px;
    height: 35px;
    font-size: 14px;
  }
}
.contents-pagination.pagination2 .page-numbers:hover {
  background-color: #6E2E2E;
  color: #ffffff;
}
.contents-pagination.pagination2 .page-numbers.current {
  background-color: #6E2E2E;
  color: #ffffff;
  border-color: #6E2E2E;
  cursor: default;
}
.contents-pagination.pagination2 .page-numbers.next, .contents-pagination.pagination2 .page-numbers.prev {
  padding: 0 15px;
}
.contents-pagination.pagination2 .page-numbers.next:hover, .contents-pagination.pagination2 .page-numbers.prev:hover {
  background-color: #453535;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (min-width: 576px) {
  .sm\:m-0 {
    margin: 0 !important;
  }
  .sm\:mt-0 {
    margin-top: 0 !important;
  }
  .sm\:mb-0 {
    margin-bottom: 0 !important;
  }
  .sm\:ml-0 {
    margin-left: 0 !important;
  }
  .sm\:mr-0 {
    margin-right: 0 !important;
  }
  .sm\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sm\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .md\:m-0 {
    margin: 0 !important;
  }
  .md\:mt-0 {
    margin-top: 0 !important;
  }
  .md\:mb-0 {
    margin-bottom: 0 !important;
  }
  .md\:ml-0 {
    margin-left: 0 !important;
  }
  .md\:mr-0 {
    margin-right: 0 !important;
  }
  .md\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .md\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .lg\:m-0 {
    margin: 0 !important;
  }
  .lg\:mt-0 {
    margin-top: 0 !important;
  }
  .lg\:mb-0 {
    margin-bottom: 0 !important;
  }
  .lg\:ml-0 {
    margin-left: 0 !important;
  }
  .lg\:mr-0 {
    margin-right: 0 !important;
  }
  .lg\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .lg\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  .xl\:m-0 {
    margin: 0 !important;
  }
  .xl\:mt-0 {
    margin-top: 0 !important;
  }
  .xl\:mb-0 {
    margin-bottom: 0 !important;
  }
  .xl\:ml-0 {
    margin-left: 0 !important;
  }
  .xl\:mr-0 {
    margin-right: 0 !important;
  }
  .xl\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .xl\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (min-width: 576px) {
  .sm\:m-auto {
    margin: auto !important;
  }
  .sm\:mt-auto {
    margin-top: auto !important;
  }
  .sm\:mb-auto {
    margin-bottom: auto !important;
  }
  .sm\:ml-auto {
    margin-left: auto !important;
  }
  .sm\:mr-auto {
    margin-right: auto !important;
  }
  .sm\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .sm\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .md\:m-auto {
    margin: auto !important;
  }
  .md\:mt-auto {
    margin-top: auto !important;
  }
  .md\:mb-auto {
    margin-bottom: auto !important;
  }
  .md\:ml-auto {
    margin-left: auto !important;
  }
  .md\:mr-auto {
    margin-right: auto !important;
  }
  .md\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .md\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  .lg\:m-auto {
    margin: auto !important;
  }
  .lg\:mt-auto {
    margin-top: auto !important;
  }
  .lg\:mb-auto {
    margin-bottom: auto !important;
  }
  .lg\:ml-auto {
    margin-left: auto !important;
  }
  .lg\:mr-auto {
    margin-right: auto !important;
  }
  .lg\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .lg\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1200px) {
  .xl\:m-auto {
    margin: auto !important;
  }
  .xl\:mt-auto {
    margin-top: auto !important;
  }
  .xl\:mb-auto {
    margin-bottom: auto !important;
  }
  .xl\:ml-auto {
    margin-left: auto !important;
  }
  .xl\:mr-auto {
    margin-right: auto !important;
  }
  .xl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .xl\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
.m-xs {
  margin: 4px !important;
}

.mt-xs {
  margin-top: 4px !important;
}

.mb-xs {
  margin-bottom: 4px !important;
}

.ml-xs {
  margin-left: 4px !important;
}

.mr-xs {
  margin-right: 4px !important;
}

.mx-xs {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.my-xs {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

@media (min-width: 576px) {
  .sm\:m-xs {
    margin: 4px !important;
  }
  .sm\:mt-xs {
    margin-top: 4px !important;
  }
  .sm\:mb-xs {
    margin-bottom: 4px !important;
  }
  .sm\:ml-xs {
    margin-left: 4px !important;
  }
  .sm\:mr-xs {
    margin-right: 4px !important;
  }
  .sm\:mx-xs {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .sm\:my-xs {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 768px) {
  .md\:m-xs {
    margin: 4px !important;
  }
  .md\:mt-xs {
    margin-top: 4px !important;
  }
  .md\:mb-xs {
    margin-bottom: 4px !important;
  }
  .md\:ml-xs {
    margin-left: 4px !important;
  }
  .md\:mr-xs {
    margin-right: 4px !important;
  }
  .md\:mx-xs {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .md\:my-xs {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 992px) {
  .lg\:m-xs {
    margin: 4px !important;
  }
  .lg\:mt-xs {
    margin-top: 4px !important;
  }
  .lg\:mb-xs {
    margin-bottom: 4px !important;
  }
  .lg\:ml-xs {
    margin-left: 4px !important;
  }
  .lg\:mr-xs {
    margin-right: 4px !important;
  }
  .lg\:mx-xs {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .lg\:my-xs {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:m-xs {
    margin: 4px !important;
  }
  .xl\:mt-xs {
    margin-top: 4px !important;
  }
  .xl\:mb-xs {
    margin-bottom: 4px !important;
  }
  .xl\:ml-xs {
    margin-left: 4px !important;
  }
  .xl\:mr-xs {
    margin-right: 4px !important;
  }
  .xl\:mx-xs {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .xl\:my-xs {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
}
.m-sm {
  margin: 8px !important;
}

.mt-sm {
  margin-top: 8px !important;
}

.mb-sm {
  margin-bottom: 8px !important;
}

.ml-sm {
  margin-left: 8px !important;
}

.mr-sm {
  margin-right: 8px !important;
}

.mx-sm {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.my-sm {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

@media (min-width: 576px) {
  .sm\:m-sm {
    margin: 8px !important;
  }
  .sm\:mt-sm {
    margin-top: 8px !important;
  }
  .sm\:mb-sm {
    margin-bottom: 8px !important;
  }
  .sm\:ml-sm {
    margin-left: 8px !important;
  }
  .sm\:mr-sm {
    margin-right: 8px !important;
  }
  .sm\:mx-sm {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .sm\:my-sm {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
}
@media (min-width: 768px) {
  .md\:m-sm {
    margin: 8px !important;
  }
  .md\:mt-sm {
    margin-top: 8px !important;
  }
  .md\:mb-sm {
    margin-bottom: 8px !important;
  }
  .md\:ml-sm {
    margin-left: 8px !important;
  }
  .md\:mr-sm {
    margin-right: 8px !important;
  }
  .md\:mx-sm {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .md\:my-sm {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
}
@media (min-width: 992px) {
  .lg\:m-sm {
    margin: 8px !important;
  }
  .lg\:mt-sm {
    margin-top: 8px !important;
  }
  .lg\:mb-sm {
    margin-bottom: 8px !important;
  }
  .lg\:ml-sm {
    margin-left: 8px !important;
  }
  .lg\:mr-sm {
    margin-right: 8px !important;
  }
  .lg\:mx-sm {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .lg\:my-sm {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:m-sm {
    margin: 8px !important;
  }
  .xl\:mt-sm {
    margin-top: 8px !important;
  }
  .xl\:mb-sm {
    margin-bottom: 8px !important;
  }
  .xl\:ml-sm {
    margin-left: 8px !important;
  }
  .xl\:mr-sm {
    margin-right: 8px !important;
  }
  .xl\:mx-sm {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .xl\:my-sm {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
}
.m-md {
  margin: 16px !important;
}

.mt-md {
  margin-top: 16px !important;
}

.mb-md {
  margin-bottom: 16px !important;
}

.ml-md {
  margin-left: 16px !important;
}

.mr-md {
  margin-right: 16px !important;
}

.mx-md {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.my-md {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

@media (min-width: 576px) {
  .sm\:m-md {
    margin: 16px !important;
  }
  .sm\:mt-md {
    margin-top: 16px !important;
  }
  .sm\:mb-md {
    margin-bottom: 16px !important;
  }
  .sm\:ml-md {
    margin-left: 16px !important;
  }
  .sm\:mr-md {
    margin-right: 16px !important;
  }
  .sm\:mx-md {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .sm\:my-md {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}
@media (min-width: 768px) {
  .md\:m-md {
    margin: 16px !important;
  }
  .md\:mt-md {
    margin-top: 16px !important;
  }
  .md\:mb-md {
    margin-bottom: 16px !important;
  }
  .md\:ml-md {
    margin-left: 16px !important;
  }
  .md\:mr-md {
    margin-right: 16px !important;
  }
  .md\:mx-md {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .md\:my-md {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}
@media (min-width: 992px) {
  .lg\:m-md {
    margin: 16px !important;
  }
  .lg\:mt-md {
    margin-top: 16px !important;
  }
  .lg\:mb-md {
    margin-bottom: 16px !important;
  }
  .lg\:ml-md {
    margin-left: 16px !important;
  }
  .lg\:mr-md {
    margin-right: 16px !important;
  }
  .lg\:mx-md {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .lg\:my-md {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:m-md {
    margin: 16px !important;
  }
  .xl\:mt-md {
    margin-top: 16px !important;
  }
  .xl\:mb-md {
    margin-bottom: 16px !important;
  }
  .xl\:ml-md {
    margin-left: 16px !important;
  }
  .xl\:mr-md {
    margin-right: 16px !important;
  }
  .xl\:mx-md {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .xl\:my-md {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}
.m-lg {
  margin: 24px !important;
}

.mt-lg {
  margin-top: 24px !important;
}

.mb-lg {
  margin-bottom: 24px !important;
}

.ml-lg {
  margin-left: 24px !important;
}

.mr-lg {
  margin-right: 24px !important;
}

.mx-lg {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.my-lg {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

@media (min-width: 576px) {
  .sm\:m-lg {
    margin: 24px !important;
  }
  .sm\:mt-lg {
    margin-top: 24px !important;
  }
  .sm\:mb-lg {
    margin-bottom: 24px !important;
  }
  .sm\:ml-lg {
    margin-left: 24px !important;
  }
  .sm\:mr-lg {
    margin-right: 24px !important;
  }
  .sm\:mx-lg {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .sm\:my-lg {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}
@media (min-width: 768px) {
  .md\:m-lg {
    margin: 24px !important;
  }
  .md\:mt-lg {
    margin-top: 24px !important;
  }
  .md\:mb-lg {
    margin-bottom: 24px !important;
  }
  .md\:ml-lg {
    margin-left: 24px !important;
  }
  .md\:mr-lg {
    margin-right: 24px !important;
  }
  .md\:mx-lg {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .md\:my-lg {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}
@media (min-width: 992px) {
  .lg\:m-lg {
    margin: 24px !important;
  }
  .lg\:mt-lg {
    margin-top: 24px !important;
  }
  .lg\:mb-lg {
    margin-bottom: 24px !important;
  }
  .lg\:ml-lg {
    margin-left: 24px !important;
  }
  .lg\:mr-lg {
    margin-right: 24px !important;
  }
  .lg\:mx-lg {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .lg\:my-lg {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:m-lg {
    margin: 24px !important;
  }
  .xl\:mt-lg {
    margin-top: 24px !important;
  }
  .xl\:mb-lg {
    margin-bottom: 24px !important;
  }
  .xl\:ml-lg {
    margin-left: 24px !important;
  }
  .xl\:mr-lg {
    margin-right: 24px !important;
  }
  .xl\:mx-lg {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .xl\:my-lg {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}
.m-xl {
  margin: 32px !important;
}

.mt-xl {
  margin-top: 32px !important;
}

.mb-xl {
  margin-bottom: 32px !important;
}

.ml-xl {
  margin-left: 32px !important;
}

.mr-xl {
  margin-right: 32px !important;
}

.mx-xl {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.my-xl {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

@media (min-width: 576px) {
  .sm\:m-xl {
    margin: 32px !important;
  }
  .sm\:mt-xl {
    margin-top: 32px !important;
  }
  .sm\:mb-xl {
    margin-bottom: 32px !important;
  }
  .sm\:ml-xl {
    margin-left: 32px !important;
  }
  .sm\:mr-xl {
    margin-right: 32px !important;
  }
  .sm\:mx-xl {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .sm\:my-xl {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}
@media (min-width: 768px) {
  .md\:m-xl {
    margin: 32px !important;
  }
  .md\:mt-xl {
    margin-top: 32px !important;
  }
  .md\:mb-xl {
    margin-bottom: 32px !important;
  }
  .md\:ml-xl {
    margin-left: 32px !important;
  }
  .md\:mr-xl {
    margin-right: 32px !important;
  }
  .md\:mx-xl {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .md\:my-xl {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}
@media (min-width: 992px) {
  .lg\:m-xl {
    margin: 32px !important;
  }
  .lg\:mt-xl {
    margin-top: 32px !important;
  }
  .lg\:mb-xl {
    margin-bottom: 32px !important;
  }
  .lg\:ml-xl {
    margin-left: 32px !important;
  }
  .lg\:mr-xl {
    margin-right: 32px !important;
  }
  .lg\:mx-xl {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .lg\:my-xl {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:m-xl {
    margin: 32px !important;
  }
  .xl\:mt-xl {
    margin-top: 32px !important;
  }
  .xl\:mb-xl {
    margin-bottom: 32px !important;
  }
  .xl\:ml-xl {
    margin-left: 32px !important;
  }
  .xl\:mr-xl {
    margin-right: 32px !important;
  }
  .xl\:mx-xl {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .xl\:my-xl {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}
.m-xxl {
  margin: 48px !important;
}

.mt-xxl {
  margin-top: 48px !important;
}

.mb-xxl {
  margin-bottom: 48px !important;
}

.ml-xxl {
  margin-left: 48px !important;
}

.mr-xxl {
  margin-right: 48px !important;
}

.mx-xxl {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.my-xxl {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

@media (min-width: 576px) {
  .sm\:m-xxl {
    margin: 48px !important;
  }
  .sm\:mt-xxl {
    margin-top: 48px !important;
  }
  .sm\:mb-xxl {
    margin-bottom: 48px !important;
  }
  .sm\:ml-xxl {
    margin-left: 48px !important;
  }
  .sm\:mr-xxl {
    margin-right: 48px !important;
  }
  .sm\:mx-xxl {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .sm\:my-xxl {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}
@media (min-width: 768px) {
  .md\:m-xxl {
    margin: 48px !important;
  }
  .md\:mt-xxl {
    margin-top: 48px !important;
  }
  .md\:mb-xxl {
    margin-bottom: 48px !important;
  }
  .md\:ml-xxl {
    margin-left: 48px !important;
  }
  .md\:mr-xxl {
    margin-right: 48px !important;
  }
  .md\:mx-xxl {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .md\:my-xxl {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}
@media (min-width: 992px) {
  .lg\:m-xxl {
    margin: 48px !important;
  }
  .lg\:mt-xxl {
    margin-top: 48px !important;
  }
  .lg\:mb-xxl {
    margin-bottom: 48px !important;
  }
  .lg\:ml-xxl {
    margin-left: 48px !important;
  }
  .lg\:mr-xxl {
    margin-right: 48px !important;
  }
  .lg\:mx-xxl {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .lg\:my-xxl {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:m-xxl {
    margin: 48px !important;
  }
  .xl\:mt-xxl {
    margin-top: 48px !important;
  }
  .xl\:mb-xxl {
    margin-bottom: 48px !important;
  }
  .xl\:ml-xxl {
    margin-left: 48px !important;
  }
  .xl\:mr-xxl {
    margin-right: 48px !important;
  }
  .xl\:mx-xxl {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .xl\:my-xxl {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}
.m-3xl {
  margin: 64px !important;
}

.mt-3xl {
  margin-top: 64px !important;
}

.mb-3xl {
  margin-bottom: 64px !important;
}

.ml-3xl {
  margin-left: 64px !important;
}

.mr-3xl {
  margin-right: 64px !important;
}

.mx-3xl {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.my-3xl {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

@media (min-width: 576px) {
  .sm\:m-3xl {
    margin: 64px !important;
  }
  .sm\:mt-3xl {
    margin-top: 64px !important;
  }
  .sm\:mb-3xl {
    margin-bottom: 64px !important;
  }
  .sm\:ml-3xl {
    margin-left: 64px !important;
  }
  .sm\:mr-3xl {
    margin-right: 64px !important;
  }
  .sm\:mx-3xl {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .sm\:my-3xl {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
}
@media (min-width: 768px) {
  .md\:m-3xl {
    margin: 64px !important;
  }
  .md\:mt-3xl {
    margin-top: 64px !important;
  }
  .md\:mb-3xl {
    margin-bottom: 64px !important;
  }
  .md\:ml-3xl {
    margin-left: 64px !important;
  }
  .md\:mr-3xl {
    margin-right: 64px !important;
  }
  .md\:mx-3xl {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .md\:my-3xl {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
}
@media (min-width: 992px) {
  .lg\:m-3xl {
    margin: 64px !important;
  }
  .lg\:mt-3xl {
    margin-top: 64px !important;
  }
  .lg\:mb-3xl {
    margin-bottom: 64px !important;
  }
  .lg\:ml-3xl {
    margin-left: 64px !important;
  }
  .lg\:mr-3xl {
    margin-right: 64px !important;
  }
  .lg\:mx-3xl {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .lg\:my-3xl {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:m-3xl {
    margin: 64px !important;
  }
  .xl\:mt-3xl {
    margin-top: 64px !important;
  }
  .xl\:mb-3xl {
    margin-bottom: 64px !important;
  }
  .xl\:ml-3xl {
    margin-left: 64px !important;
  }
  .xl\:mr-3xl {
    margin-right: 64px !important;
  }
  .xl\:mx-3xl {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .xl\:my-3xl {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
}
.m-4xl {
  margin: 80px !important;
}

.mt-4xl {
  margin-top: 80px !important;
}

.mb-4xl {
  margin-bottom: 80px !important;
}

.ml-4xl {
  margin-left: 80px !important;
}

.mr-4xl {
  margin-right: 80px !important;
}

.mx-4xl {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.my-4xl {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

@media (min-width: 576px) {
  .sm\:m-4xl {
    margin: 80px !important;
  }
  .sm\:mt-4xl {
    margin-top: 80px !important;
  }
  .sm\:mb-4xl {
    margin-bottom: 80px !important;
  }
  .sm\:ml-4xl {
    margin-left: 80px !important;
  }
  .sm\:mr-4xl {
    margin-right: 80px !important;
  }
  .sm\:mx-4xl {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .sm\:my-4xl {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}
@media (min-width: 768px) {
  .md\:m-4xl {
    margin: 80px !important;
  }
  .md\:mt-4xl {
    margin-top: 80px !important;
  }
  .md\:mb-4xl {
    margin-bottom: 80px !important;
  }
  .md\:ml-4xl {
    margin-left: 80px !important;
  }
  .md\:mr-4xl {
    margin-right: 80px !important;
  }
  .md\:mx-4xl {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .md\:my-4xl {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}
@media (min-width: 992px) {
  .lg\:m-4xl {
    margin: 80px !important;
  }
  .lg\:mt-4xl {
    margin-top: 80px !important;
  }
  .lg\:mb-4xl {
    margin-bottom: 80px !important;
  }
  .lg\:ml-4xl {
    margin-left: 80px !important;
  }
  .lg\:mr-4xl {
    margin-right: 80px !important;
  }
  .lg\:mx-4xl {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .lg\:my-4xl {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:m-4xl {
    margin: 80px !important;
  }
  .xl\:mt-4xl {
    margin-top: 80px !important;
  }
  .xl\:mb-4xl {
    margin-bottom: 80px !important;
  }
  .xl\:ml-4xl {
    margin-left: 80px !important;
  }
  .xl\:mr-4xl {
    margin-right: 80px !important;
  }
  .xl\:mx-4xl {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .xl\:my-4xl {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}
.m-5xl {
  margin: 96px !important;
}

.mt-5xl {
  margin-top: 96px !important;
}

.mb-5xl {
  margin-bottom: 96px !important;
}

.ml-5xl {
  margin-left: 96px !important;
}

.mr-5xl {
  margin-right: 96px !important;
}

.mx-5xl {
  margin-left: 96px !important;
  margin-right: 96px !important;
}

.my-5xl {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

@media (min-width: 576px) {
  .sm\:m-5xl {
    margin: 96px !important;
  }
  .sm\:mt-5xl {
    margin-top: 96px !important;
  }
  .sm\:mb-5xl {
    margin-bottom: 96px !important;
  }
  .sm\:ml-5xl {
    margin-left: 96px !important;
  }
  .sm\:mr-5xl {
    margin-right: 96px !important;
  }
  .sm\:mx-5xl {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }
  .sm\:my-5xl {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
}
@media (min-width: 768px) {
  .md\:m-5xl {
    margin: 96px !important;
  }
  .md\:mt-5xl {
    margin-top: 96px !important;
  }
  .md\:mb-5xl {
    margin-bottom: 96px !important;
  }
  .md\:ml-5xl {
    margin-left: 96px !important;
  }
  .md\:mr-5xl {
    margin-right: 96px !important;
  }
  .md\:mx-5xl {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }
  .md\:my-5xl {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
}
@media (min-width: 992px) {
  .lg\:m-5xl {
    margin: 96px !important;
  }
  .lg\:mt-5xl {
    margin-top: 96px !important;
  }
  .lg\:mb-5xl {
    margin-bottom: 96px !important;
  }
  .lg\:ml-5xl {
    margin-left: 96px !important;
  }
  .lg\:mr-5xl {
    margin-right: 96px !important;
  }
  .lg\:mx-5xl {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }
  .lg\:my-5xl {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:m-5xl {
    margin: 96px !important;
  }
  .xl\:mt-5xl {
    margin-top: 96px !important;
  }
  .xl\:mb-5xl {
    margin-bottom: 96px !important;
  }
  .xl\:ml-5xl {
    margin-left: 96px !important;
  }
  .xl\:mr-5xl {
    margin-right: 96px !important;
  }
  .xl\:mx-5xl {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }
  .xl\:my-5xl {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
}
.m-6xl {
  margin: 112px !important;
}

.mt-6xl {
  margin-top: 112px !important;
}

.mb-6xl {
  margin-bottom: 112px !important;
}

.ml-6xl {
  margin-left: 112px !important;
}

.mr-6xl {
  margin-right: 112px !important;
}

.mx-6xl {
  margin-left: 112px !important;
  margin-right: 112px !important;
}

.my-6xl {
  margin-top: 112px !important;
  margin-bottom: 112px !important;
}

@media (min-width: 576px) {
  .sm\:m-6xl {
    margin: 112px !important;
  }
  .sm\:mt-6xl {
    margin-top: 112px !important;
  }
  .sm\:mb-6xl {
    margin-bottom: 112px !important;
  }
  .sm\:ml-6xl {
    margin-left: 112px !important;
  }
  .sm\:mr-6xl {
    margin-right: 112px !important;
  }
  .sm\:mx-6xl {
    margin-left: 112px !important;
    margin-right: 112px !important;
  }
  .sm\:my-6xl {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
}
@media (min-width: 768px) {
  .md\:m-6xl {
    margin: 112px !important;
  }
  .md\:mt-6xl {
    margin-top: 112px !important;
  }
  .md\:mb-6xl {
    margin-bottom: 112px !important;
  }
  .md\:ml-6xl {
    margin-left: 112px !important;
  }
  .md\:mr-6xl {
    margin-right: 112px !important;
  }
  .md\:mx-6xl {
    margin-left: 112px !important;
    margin-right: 112px !important;
  }
  .md\:my-6xl {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
}
@media (min-width: 992px) {
  .lg\:m-6xl {
    margin: 112px !important;
  }
  .lg\:mt-6xl {
    margin-top: 112px !important;
  }
  .lg\:mb-6xl {
    margin-bottom: 112px !important;
  }
  .lg\:ml-6xl {
    margin-left: 112px !important;
  }
  .lg\:mr-6xl {
    margin-right: 112px !important;
  }
  .lg\:mx-6xl {
    margin-left: 112px !important;
    margin-right: 112px !important;
  }
  .lg\:my-6xl {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:m-6xl {
    margin: 112px !important;
  }
  .xl\:mt-6xl {
    margin-top: 112px !important;
  }
  .xl\:mb-6xl {
    margin-bottom: 112px !important;
  }
  .xl\:ml-6xl {
    margin-left: 112px !important;
  }
  .xl\:mr-6xl {
    margin-right: 112px !important;
  }
  .xl\:mx-6xl {
    margin-left: 112px !important;
    margin-right: 112px !important;
  }
  .xl\:my-6xl {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
}
.m-7xl {
  margin: 128px !important;
}

.mt-7xl {
  margin-top: 128px !important;
}

.mb-7xl {
  margin-bottom: 128px !important;
}

.ml-7xl {
  margin-left: 128px !important;
}

.mr-7xl {
  margin-right: 128px !important;
}

.mx-7xl {
  margin-left: 128px !important;
  margin-right: 128px !important;
}

.my-7xl {
  margin-top: 128px !important;
  margin-bottom: 128px !important;
}

@media (min-width: 576px) {
  .sm\:m-7xl {
    margin: 128px !important;
  }
  .sm\:mt-7xl {
    margin-top: 128px !important;
  }
  .sm\:mb-7xl {
    margin-bottom: 128px !important;
  }
  .sm\:ml-7xl {
    margin-left: 128px !important;
  }
  .sm\:mr-7xl {
    margin-right: 128px !important;
  }
  .sm\:mx-7xl {
    margin-left: 128px !important;
    margin-right: 128px !important;
  }
  .sm\:my-7xl {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
}
@media (min-width: 768px) {
  .md\:m-7xl {
    margin: 128px !important;
  }
  .md\:mt-7xl {
    margin-top: 128px !important;
  }
  .md\:mb-7xl {
    margin-bottom: 128px !important;
  }
  .md\:ml-7xl {
    margin-left: 128px !important;
  }
  .md\:mr-7xl {
    margin-right: 128px !important;
  }
  .md\:mx-7xl {
    margin-left: 128px !important;
    margin-right: 128px !important;
  }
  .md\:my-7xl {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
}
@media (min-width: 992px) {
  .lg\:m-7xl {
    margin: 128px !important;
  }
  .lg\:mt-7xl {
    margin-top: 128px !important;
  }
  .lg\:mb-7xl {
    margin-bottom: 128px !important;
  }
  .lg\:ml-7xl {
    margin-left: 128px !important;
  }
  .lg\:mr-7xl {
    margin-right: 128px !important;
  }
  .lg\:mx-7xl {
    margin-left: 128px !important;
    margin-right: 128px !important;
  }
  .lg\:my-7xl {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:m-7xl {
    margin: 128px !important;
  }
  .xl\:mt-7xl {
    margin-top: 128px !important;
  }
  .xl\:mb-7xl {
    margin-bottom: 128px !important;
  }
  .xl\:ml-7xl {
    margin-left: 128px !important;
  }
  .xl\:mr-7xl {
    margin-right: 128px !important;
  }
  .xl\:mx-7xl {
    margin-left: 128px !important;
    margin-right: 128px !important;
  }
  .xl\:my-7xl {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
}
.-mt-xs {
  margin-top: -4px !important;
}

.-mb-xs {
  margin-bottom: -4px !important;
}

.-ml-xs {
  margin-left: -4px !important;
}

.-mr-xs {
  margin-right: -4px !important;
}

@media (min-width: 576px) {
  .sm\:-mt-xs {
    margin-top: -4px !important;
  }
  .sm\:-mb-xs {
    margin-bottom: -4px !important;
  }
  .sm\:-ml-xs {
    margin-left: -4px !important;
  }
  .sm\:-mr-xs {
    margin-right: -4px !important;
  }
}
@media (min-width: 768px) {
  .md\:-mt-xs {
    margin-top: -4px !important;
  }
  .md\:-mb-xs {
    margin-bottom: -4px !important;
  }
  .md\:-ml-xs {
    margin-left: -4px !important;
  }
  .md\:-mr-xs {
    margin-right: -4px !important;
  }
}
@media (min-width: 992px) {
  .lg\:-mt-xs {
    margin-top: -4px !important;
  }
  .lg\:-mb-xs {
    margin-bottom: -4px !important;
  }
  .lg\:-ml-xs {
    margin-left: -4px !important;
  }
  .lg\:-mr-xs {
    margin-right: -4px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:-mt-xs {
    margin-top: -4px !important;
  }
  .xl\:-mb-xs {
    margin-bottom: -4px !important;
  }
  .xl\:-ml-xs {
    margin-left: -4px !important;
  }
  .xl\:-mr-xs {
    margin-right: -4px !important;
  }
}
.-mt-sm {
  margin-top: -8px !important;
}

.-mb-sm {
  margin-bottom: -8px !important;
}

.-ml-sm {
  margin-left: -8px !important;
}

.-mr-sm {
  margin-right: -8px !important;
}

@media (min-width: 576px) {
  .sm\:-mt-sm {
    margin-top: -8px !important;
  }
  .sm\:-mb-sm {
    margin-bottom: -8px !important;
  }
  .sm\:-ml-sm {
    margin-left: -8px !important;
  }
  .sm\:-mr-sm {
    margin-right: -8px !important;
  }
}
@media (min-width: 768px) {
  .md\:-mt-sm {
    margin-top: -8px !important;
  }
  .md\:-mb-sm {
    margin-bottom: -8px !important;
  }
  .md\:-ml-sm {
    margin-left: -8px !important;
  }
  .md\:-mr-sm {
    margin-right: -8px !important;
  }
}
@media (min-width: 992px) {
  .lg\:-mt-sm {
    margin-top: -8px !important;
  }
  .lg\:-mb-sm {
    margin-bottom: -8px !important;
  }
  .lg\:-ml-sm {
    margin-left: -8px !important;
  }
  .lg\:-mr-sm {
    margin-right: -8px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:-mt-sm {
    margin-top: -8px !important;
  }
  .xl\:-mb-sm {
    margin-bottom: -8px !important;
  }
  .xl\:-ml-sm {
    margin-left: -8px !important;
  }
  .xl\:-mr-sm {
    margin-right: -8px !important;
  }
}
.-mt-md {
  margin-top: -16px !important;
}

.-mb-md {
  margin-bottom: -16px !important;
}

.-ml-md {
  margin-left: -16px !important;
}

.-mr-md {
  margin-right: -16px !important;
}

@media (min-width: 576px) {
  .sm\:-mt-md {
    margin-top: -16px !important;
  }
  .sm\:-mb-md {
    margin-bottom: -16px !important;
  }
  .sm\:-ml-md {
    margin-left: -16px !important;
  }
  .sm\:-mr-md {
    margin-right: -16px !important;
  }
}
@media (min-width: 768px) {
  .md\:-mt-md {
    margin-top: -16px !important;
  }
  .md\:-mb-md {
    margin-bottom: -16px !important;
  }
  .md\:-ml-md {
    margin-left: -16px !important;
  }
  .md\:-mr-md {
    margin-right: -16px !important;
  }
}
@media (min-width: 992px) {
  .lg\:-mt-md {
    margin-top: -16px !important;
  }
  .lg\:-mb-md {
    margin-bottom: -16px !important;
  }
  .lg\:-ml-md {
    margin-left: -16px !important;
  }
  .lg\:-mr-md {
    margin-right: -16px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:-mt-md {
    margin-top: -16px !important;
  }
  .xl\:-mb-md {
    margin-bottom: -16px !important;
  }
  .xl\:-ml-md {
    margin-left: -16px !important;
  }
  .xl\:-mr-md {
    margin-right: -16px !important;
  }
}
.-mt-lg {
  margin-top: -24px !important;
}

.-mb-lg {
  margin-bottom: -24px !important;
}

.-ml-lg {
  margin-left: -24px !important;
}

.-mr-lg {
  margin-right: -24px !important;
}

@media (min-width: 576px) {
  .sm\:-mt-lg {
    margin-top: -24px !important;
  }
  .sm\:-mb-lg {
    margin-bottom: -24px !important;
  }
  .sm\:-ml-lg {
    margin-left: -24px !important;
  }
  .sm\:-mr-lg {
    margin-right: -24px !important;
  }
}
@media (min-width: 768px) {
  .md\:-mt-lg {
    margin-top: -24px !important;
  }
  .md\:-mb-lg {
    margin-bottom: -24px !important;
  }
  .md\:-ml-lg {
    margin-left: -24px !important;
  }
  .md\:-mr-lg {
    margin-right: -24px !important;
  }
}
@media (min-width: 992px) {
  .lg\:-mt-lg {
    margin-top: -24px !important;
  }
  .lg\:-mb-lg {
    margin-bottom: -24px !important;
  }
  .lg\:-ml-lg {
    margin-left: -24px !important;
  }
  .lg\:-mr-lg {
    margin-right: -24px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:-mt-lg {
    margin-top: -24px !important;
  }
  .xl\:-mb-lg {
    margin-bottom: -24px !important;
  }
  .xl\:-ml-lg {
    margin-left: -24px !important;
  }
  .xl\:-mr-lg {
    margin-right: -24px !important;
  }
}
.-mt-xl {
  margin-top: -32px !important;
}

.-mb-xl {
  margin-bottom: -32px !important;
}

.-ml-xl {
  margin-left: -32px !important;
}

.-mr-xl {
  margin-right: -32px !important;
}

@media (min-width: 576px) {
  .sm\:-mt-xl {
    margin-top: -32px !important;
  }
  .sm\:-mb-xl {
    margin-bottom: -32px !important;
  }
  .sm\:-ml-xl {
    margin-left: -32px !important;
  }
  .sm\:-mr-xl {
    margin-right: -32px !important;
  }
}
@media (min-width: 768px) {
  .md\:-mt-xl {
    margin-top: -32px !important;
  }
  .md\:-mb-xl {
    margin-bottom: -32px !important;
  }
  .md\:-ml-xl {
    margin-left: -32px !important;
  }
  .md\:-mr-xl {
    margin-right: -32px !important;
  }
}
@media (min-width: 992px) {
  .lg\:-mt-xl {
    margin-top: -32px !important;
  }
  .lg\:-mb-xl {
    margin-bottom: -32px !important;
  }
  .lg\:-ml-xl {
    margin-left: -32px !important;
  }
  .lg\:-mr-xl {
    margin-right: -32px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:-mt-xl {
    margin-top: -32px !important;
  }
  .xl\:-mb-xl {
    margin-bottom: -32px !important;
  }
  .xl\:-ml-xl {
    margin-left: -32px !important;
  }
  .xl\:-mr-xl {
    margin-right: -32px !important;
  }
}
.-mt-xxl {
  margin-top: -48px !important;
}

.-mb-xxl {
  margin-bottom: -48px !important;
}

.-ml-xxl {
  margin-left: -48px !important;
}

.-mr-xxl {
  margin-right: -48px !important;
}

@media (min-width: 576px) {
  .sm\:-mt-xxl {
    margin-top: -48px !important;
  }
  .sm\:-mb-xxl {
    margin-bottom: -48px !important;
  }
  .sm\:-ml-xxl {
    margin-left: -48px !important;
  }
  .sm\:-mr-xxl {
    margin-right: -48px !important;
  }
}
@media (min-width: 768px) {
  .md\:-mt-xxl {
    margin-top: -48px !important;
  }
  .md\:-mb-xxl {
    margin-bottom: -48px !important;
  }
  .md\:-ml-xxl {
    margin-left: -48px !important;
  }
  .md\:-mr-xxl {
    margin-right: -48px !important;
  }
}
@media (min-width: 992px) {
  .lg\:-mt-xxl {
    margin-top: -48px !important;
  }
  .lg\:-mb-xxl {
    margin-bottom: -48px !important;
  }
  .lg\:-ml-xxl {
    margin-left: -48px !important;
  }
  .lg\:-mr-xxl {
    margin-right: -48px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:-mt-xxl {
    margin-top: -48px !important;
  }
  .xl\:-mb-xxl {
    margin-bottom: -48px !important;
  }
  .xl\:-ml-xxl {
    margin-left: -48px !important;
  }
  .xl\:-mr-xxl {
    margin-right: -48px !important;
  }
}
.-mt-3xl {
  margin-top: -64px !important;
}

.-mb-3xl {
  margin-bottom: -64px !important;
}

.-ml-3xl {
  margin-left: -64px !important;
}

.-mr-3xl {
  margin-right: -64px !important;
}

@media (min-width: 576px) {
  .sm\:-mt-3xl {
    margin-top: -64px !important;
  }
  .sm\:-mb-3xl {
    margin-bottom: -64px !important;
  }
  .sm\:-ml-3xl {
    margin-left: -64px !important;
  }
  .sm\:-mr-3xl {
    margin-right: -64px !important;
  }
}
@media (min-width: 768px) {
  .md\:-mt-3xl {
    margin-top: -64px !important;
  }
  .md\:-mb-3xl {
    margin-bottom: -64px !important;
  }
  .md\:-ml-3xl {
    margin-left: -64px !important;
  }
  .md\:-mr-3xl {
    margin-right: -64px !important;
  }
}
@media (min-width: 992px) {
  .lg\:-mt-3xl {
    margin-top: -64px !important;
  }
  .lg\:-mb-3xl {
    margin-bottom: -64px !important;
  }
  .lg\:-ml-3xl {
    margin-left: -64px !important;
  }
  .lg\:-mr-3xl {
    margin-right: -64px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:-mt-3xl {
    margin-top: -64px !important;
  }
  .xl\:-mb-3xl {
    margin-bottom: -64px !important;
  }
  .xl\:-ml-3xl {
    margin-left: -64px !important;
  }
  .xl\:-mr-3xl {
    margin-right: -64px !important;
  }
}
.-mt-4xl {
  margin-top: -80px !important;
}

.-mb-4xl {
  margin-bottom: -80px !important;
}

.-ml-4xl {
  margin-left: -80px !important;
}

.-mr-4xl {
  margin-right: -80px !important;
}

@media (min-width: 576px) {
  .sm\:-mt-4xl {
    margin-top: -80px !important;
  }
  .sm\:-mb-4xl {
    margin-bottom: -80px !important;
  }
  .sm\:-ml-4xl {
    margin-left: -80px !important;
  }
  .sm\:-mr-4xl {
    margin-right: -80px !important;
  }
}
@media (min-width: 768px) {
  .md\:-mt-4xl {
    margin-top: -80px !important;
  }
  .md\:-mb-4xl {
    margin-bottom: -80px !important;
  }
  .md\:-ml-4xl {
    margin-left: -80px !important;
  }
  .md\:-mr-4xl {
    margin-right: -80px !important;
  }
}
@media (min-width: 992px) {
  .lg\:-mt-4xl {
    margin-top: -80px !important;
  }
  .lg\:-mb-4xl {
    margin-bottom: -80px !important;
  }
  .lg\:-ml-4xl {
    margin-left: -80px !important;
  }
  .lg\:-mr-4xl {
    margin-right: -80px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:-mt-4xl {
    margin-top: -80px !important;
  }
  .xl\:-mb-4xl {
    margin-bottom: -80px !important;
  }
  .xl\:-ml-4xl {
    margin-left: -80px !important;
  }
  .xl\:-mr-4xl {
    margin-right: -80px !important;
  }
}
.-mt-5xl {
  margin-top: -96px !important;
}

.-mb-5xl {
  margin-bottom: -96px !important;
}

.-ml-5xl {
  margin-left: -96px !important;
}

.-mr-5xl {
  margin-right: -96px !important;
}

@media (min-width: 576px) {
  .sm\:-mt-5xl {
    margin-top: -96px !important;
  }
  .sm\:-mb-5xl {
    margin-bottom: -96px !important;
  }
  .sm\:-ml-5xl {
    margin-left: -96px !important;
  }
  .sm\:-mr-5xl {
    margin-right: -96px !important;
  }
}
@media (min-width: 768px) {
  .md\:-mt-5xl {
    margin-top: -96px !important;
  }
  .md\:-mb-5xl {
    margin-bottom: -96px !important;
  }
  .md\:-ml-5xl {
    margin-left: -96px !important;
  }
  .md\:-mr-5xl {
    margin-right: -96px !important;
  }
}
@media (min-width: 992px) {
  .lg\:-mt-5xl {
    margin-top: -96px !important;
  }
  .lg\:-mb-5xl {
    margin-bottom: -96px !important;
  }
  .lg\:-ml-5xl {
    margin-left: -96px !important;
  }
  .lg\:-mr-5xl {
    margin-right: -96px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:-mt-5xl {
    margin-top: -96px !important;
  }
  .xl\:-mb-5xl {
    margin-bottom: -96px !important;
  }
  .xl\:-ml-5xl {
    margin-left: -96px !important;
  }
  .xl\:-mr-5xl {
    margin-right: -96px !important;
  }
}
.-mt-6xl {
  margin-top: -112px !important;
}

.-mb-6xl {
  margin-bottom: -112px !important;
}

.-ml-6xl {
  margin-left: -112px !important;
}

.-mr-6xl {
  margin-right: -112px !important;
}

@media (min-width: 576px) {
  .sm\:-mt-6xl {
    margin-top: -112px !important;
  }
  .sm\:-mb-6xl {
    margin-bottom: -112px !important;
  }
  .sm\:-ml-6xl {
    margin-left: -112px !important;
  }
  .sm\:-mr-6xl {
    margin-right: -112px !important;
  }
}
@media (min-width: 768px) {
  .md\:-mt-6xl {
    margin-top: -112px !important;
  }
  .md\:-mb-6xl {
    margin-bottom: -112px !important;
  }
  .md\:-ml-6xl {
    margin-left: -112px !important;
  }
  .md\:-mr-6xl {
    margin-right: -112px !important;
  }
}
@media (min-width: 992px) {
  .lg\:-mt-6xl {
    margin-top: -112px !important;
  }
  .lg\:-mb-6xl {
    margin-bottom: -112px !important;
  }
  .lg\:-ml-6xl {
    margin-left: -112px !important;
  }
  .lg\:-mr-6xl {
    margin-right: -112px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:-mt-6xl {
    margin-top: -112px !important;
  }
  .xl\:-mb-6xl {
    margin-bottom: -112px !important;
  }
  .xl\:-ml-6xl {
    margin-left: -112px !important;
  }
  .xl\:-mr-6xl {
    margin-right: -112px !important;
  }
}
.-mt-7xl {
  margin-top: -128px !important;
}

.-mb-7xl {
  margin-bottom: -128px !important;
}

.-ml-7xl {
  margin-left: -128px !important;
}

.-mr-7xl {
  margin-right: -128px !important;
}

@media (min-width: 576px) {
  .sm\:-mt-7xl {
    margin-top: -128px !important;
  }
  .sm\:-mb-7xl {
    margin-bottom: -128px !important;
  }
  .sm\:-ml-7xl {
    margin-left: -128px !important;
  }
  .sm\:-mr-7xl {
    margin-right: -128px !important;
  }
}
@media (min-width: 768px) {
  .md\:-mt-7xl {
    margin-top: -128px !important;
  }
  .md\:-mb-7xl {
    margin-bottom: -128px !important;
  }
  .md\:-ml-7xl {
    margin-left: -128px !important;
  }
  .md\:-mr-7xl {
    margin-right: -128px !important;
  }
}
@media (min-width: 992px) {
  .lg\:-mt-7xl {
    margin-top: -128px !important;
  }
  .lg\:-mb-7xl {
    margin-bottom: -128px !important;
  }
  .lg\:-ml-7xl {
    margin-left: -128px !important;
  }
  .lg\:-mr-7xl {
    margin-right: -128px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:-mt-7xl {
    margin-top: -128px !important;
  }
  .xl\:-mb-7xl {
    margin-bottom: -128px !important;
  }
  .xl\:-ml-7xl {
    margin-left: -128px !important;
  }
  .xl\:-mr-7xl {
    margin-right: -128px !important;
  }
}