/*
Theme Name: Leapy Loops Theme
Author: Leapy,Inc.
Author URI: https://leapy.jp/
License: © Leapy,Inc.

==============================================================

【重要】お読みください

==============================================================

▼テーマファイルを編集された場合
・弊社に改修をご依頼いただく場合は、ファイルを編集されている旨を必ずご連絡ください。
・改修時はテストサイトと環境を合わせるため、都度「テスト環境構築」が別途必要となります。
・不具合調査・対応についても有償でのご案内となります。ご了承くださいませ。

▼お客様でCSSを編集したい場合
/wp/wp-content/themes/standard_sass/css/style-c.css のみはご自由に編集可能です。

*/
@charset "UTF-8";
:root {
  --ltr-space-default: perc(.64,16,em);
  --line-height-default: 2;
  --line-height-hdr: 1.7;
  --line-height-none: 1;
  --font-default: YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  --font-primary: "Noto Sans JP", sans-serif;
  --font-secondary: "ヒラギノ角ゴ オールド W6 JIS2004", sans-serif;
  --font-jp: "Noto Sans JP", sans-serif;
  --font-en: "Raleway", sans-serif;
  --clr-primary-default: #F87800;
  --clr-primary-dark: #DF6C00;
  --clr-primary-light: #FC9839;
  --clr-secondary-default: #2DB898;
  --clr-secondary-dark: #19A081;
  --clr-secondary-light: #5DD8BC;
  --clr-bg-01: #F7F7F4;
  --clr-bg-02: #F0EFEC;
  --clr-sub-01: #3D9BA4;
  --clr-sub-02: #61BC6F;
  --clr-sub-03: #D48D26;
  --clr-sub-04: #FF96B5;
  --clr-sub-05: #E34932;
  --clr-sub-06: #4E97DD;
  --clr-sub-07: #FFD650;
  --clr-sub-08: #22C55E;
  --clr-mono-01: #F2F2F2;
  --clr-mono-02: #DFDFE0;
  --clr-mono-03: #BABDC4;
  --clr-mono-04: #9599A3;
  --clr-mono-05: #646B7A;
  --clr-mono-06: #333841;
  --clr-text-primary: #404044;
  --clr-text-secondary: #7A7A81;
  --clr-text-placeholder: #C2C2C2;
  --clr-text-light: #F7F7F7;
  --clr-wht: #fff;
  --clr-blk: #000;
  --transit-default: all .4s ease-out;
}

/* ##############################################################################

    style info : リセット及びフォントサイズ

############################################################################## */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;
  background: #fff;
  color: #333;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ins {
  background-color: #ff9;
  color: #333;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #333;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*-- ClearFix --*/
/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

/*隙間消し*/
li img {
  vertical-align: bottom;
}

/* Reset input[type="search"] */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

input[type=search]:focus {
  outline-offset: -2px;
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

/* iOS reset */
input[type=submit] {
  -webkit-appearance: none;
}

@media print, screen and (min-width: 768px) {
  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  @-moz-document url-prefix() {
    * {
      font-feature-settings: "palt";
    }
  }
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 0) {
  * {
    font-feature-settings: "palt";
  }
}
/* ##############################################################################

    COMMON

############################################################################## */
html {
  font-size: clamp(9px, 0.8333333333vw, 1rem);
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-padding-top: 4.875rem;
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  html {
    font-size: 0.875rem;
    overflow-y: auto;
    overflow-x: auto;
  }
}
@media screen and (max-width: 47.9375em) {
  html {
    font-size: min(3.5897435897vw, 0.875rem);
    scroll-padding-top: 3.125rem;
  }
}
html.fixed {
  overflow-y: hidden;
}

body {
  font-family: var(--font-primary);
  line-height: var(--line-height-default);
  font-weight: 400;
  font-feature-settings: "palt";
  color: var(--clr-text-primary);
  height: 100%;
  padding-top: 4.875rem;
  word-break: break-word;
}
@media print, screen and (min-width: 48em) {
  body {
    font-size: clamp(14.1666666667px, 0.8333333333vw, 1rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  body:not(.mce-content-body) {
    min-width: 1080px;
  }
}
@media screen and (max-width: 67.5em) {
  body {
    padding-top: 3.5714285714rem;
  }
}
@media screen and (max-width: 47.9375em) {
  body {
    -webkit-text-size-adjust: none;
  }
}

* {
  letter-spacing: var(--ltr-space-default);
}
@media print, screen and (min-width: 48em) {
  *::-webkit-scrollbar {
    width: 0.625rem;
  }
  *::-webkit-scrollbar:horizontal {
    height: 0.625rem;
  }
  *::-webkit-scrollbar-track {
    background-color: rgba(207, 208, 215, 0.2);
    border-radius: 0.625rem;
    border: none;
  }
  *::-webkit-scrollbar-thumb {
    background-color: var(--clr-text-placeholder);
    border-radius: 0.625rem;
    box-shadow: none;
  }
}

ul,
ol {
  list-style: none;
}

small {
  font-size: max(12px, 0.875rem);
}
@media screen and (max-width: 47.9375em) {
  small {
    font-size: 0.9285714286rem;
  }
}

a,
a:where([href="javascript:void(0);"]):hover {
  color: var(--clr-text-primary);
  text-decoration: none;
  transition: var(--transit-default);
  outline: none;
}

a:where([href="javascript:void(0);"]),
a:where([href="javascript:void(0);"])::before {
  color: inherit;
  cursor: default;
  opacity: 1;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus {
  text-decoration: none !important;
}

@media print, screen and (min-width: 48em) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

img {
  vertical-align: middle;
}
@media screen and (max-width: 47.9375em) {
  img {
    max-width: 100%;
    height: auto;
  }
}

address,
em,
i {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  line-height: var(--line-height-hdr);
}

svg {
  transition: var(--transit-default);
}
svg[preserveAspectRatio=none] {
  height: auto;
}

.fill-clr {
  fill: var(--clr);
}

.loop {
  position: absolute;
  left: 0;
  display: flex;
  width: 100vw;
  white-space: nowrap;
  overflow: hidden;
}
.loop * {
  position: static;
}
.loop .loop-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.loop .loop-slide:first-child {
  animation: loop_1st 96s -48s linear infinite;
}
.loop .loop-slide:last-child {
  animation: loop_2nd 96s linear infinite;
}
.loop .loop-slide img {
  max-width: inherit;
}

.loop-rgt {
  transform: scaleX(-1);
}
.loop-rgt .loop-slide {
  flex-direction: row-reverse;
}
.loop-rgt li {
  transform: scaleX(-1);
}

.loop-en {
  font-size: 8.75rem;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  z-index: -1;
}
@media screen and (max-width: 47.9375em) {
  .loop-en {
    font-size: 7.1428571429rem;
  }
}
.loop-en .loop-slide li {
  padding-inline: 0.25em;
}
.loop-en.txt-stroke {
  color: rgba(251, 146, 60, 0.6);
  text-shadow: var(--clr-wht) 3px 0 0, var(--clr-wht) -3px 0 0, var(--clr-wht) 0 -3px 0, var(--clr-wht) 0 3px 0, var(--clr-wht) 3px 3px 0, var(--clr-wht) -3px 3px 0, var(--clr-wht) 3px -3px 0, var(--clr-wht) -3px -3px 0, var(--clr-wht) 2px 3px 0, var(--clr-wht) -2px 3px 0, var(--clr-wht) 2px -3px 0, var(--clr-wht) -2px -3px 0, var(--clr-wht) 3px 2px 0, var(--clr-wht) -3px 2px 0, var(--clr-wht) 3px -2px 0, var(--clr-wht) -3px -2px 0, var(--clr-wht) 2px 2px 0, var(--clr-wht) -2px 2px 0, var(--clr-wht) 2px -2px 0, var(--clr-wht) -2px -2px 0;
}

.deco {
  z-index: 1;
  pointer-events: none;
}

/* switch
********************************************** */
.list-switch > * {
  cursor: pointer;
  transition: var(--transit-default);
}

.cont-switch {
  position: relative;
}
.cont-switch > *:not(.ajax-contents) {
  position: absolute;
  top: 0;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  transition: var(--transit-default);
}
.cont-switch > *:not(.ajax-contents).active {
  position: static;
  opacity: 1;
  pointer-events: auto;
}

.cont-switch > *:not(.active):not(.ajax-contents) .cont-switch > .active {
  position: absolute;
  top: 0;
  opacity: 0;
  pointer-events: none;
}

.modal .cont-switch > *.active:not(.ajax-contents) {
  pointer-events: none;
}

.modal.active .cont-switch > *.active:not(.ajax-contents) {
  pointer-events: auto;
}

.handle {
  transition: var(--transit-default);
  cursor: pointer;
}

/* modal
********************************************** */
.modal {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  inset: 4.875rem 0 0;
  opacity: 0;
  pointer-events: none;
  transition: var(--transit-default);
  z-index: 9990;
}
@media screen and (max-width: 47.9375em) {
  .modal {
    inset: 3.5714285714rem 0 0;
  }
}
.modal.active {
  opacity: 1;
  pointer-events: auto;
}

@media print, screen and (min-width: 48em) {
  .modal-sp {
    position: absolute;
    inset: 100% 0 auto;
    display: block;
    z-index: 50;
  }
  .modal-sp .modal--overlay,
  .modal-sp .modal--close {
    display: none;
  }
  .modal-sp .modal--cont {
    width: auto;
    max-width: inherit;
    height: auto;
  }
}

.modal--overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(0.5rem);
  z-index: -1;
}

.modal--close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 1px solid var(--clr-text-secondary);
  background-color: var(--clr-text-placeholder);
  z-index: 2;
  cursor: pointer;
  transition: var(--transit-default);
  background-image: url(images/common/icon-close_search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 47.9375em) {
  .modal--close {
    top: -1.4285714286rem;
    right: -1.4285714286rem;
    width: 2.8571428571rem;
    height: 2.8571428571rem;
  }
}
.modal--close:hover {
  transform: rotate(180deg);
}

.modal--cont {
  position: relative;
  width: 90%;
  max-width: 87.5rem;
}

.modal:not(.modal-full) .modal--cont {
  height: calc(100% - 4.875rem * 2);
}
@media screen and (max-width: 47.9375em) {
  .modal:not(.modal-full) .modal--cont {
    height: fit-content;
    max-height: calc(100% - 3.5714285714rem);
  }
}

.modal-full .modal--cont {
  width: 100%;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}

.modal--movie {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  background-color: var(--clr-wht);
  border-radius: 1.5rem;
  height: 100%;
}
@media screen and (max-width: 47.9375em) {
  .modal--movie {
    padding: 1.1428571429rem;
  }
}
.modal--movie .tiktok-embed {
  height: 100%;
}
.modal--movie iframe {
  height: calc(100vh - 4.875rem * 2 - 5rem) !important;
  max-height: 100% !important;
}
@media screen and (max-width: 47.9375em) {
  .modal--movie iframe {
    height: calc(100vh - 3.5714285714rem * 2 - 5.7142857143rem) !important;
  }
}

/* google_review
********************************************** */
.google_review {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.625rem;
  background-color: var(--clr-bg-01);
  max-width: 62.5rem;
}

.google_review--label {
  position: absolute;
  top: -0.5lh;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  line-height: 1.6;
  padding: 0.25rem 1rem;
  border-radius: 999px;
  color: var(--clr-wht);
  background-color: var(--clr-secondary-default);
}
.google_review--label .ttl-icon {
  padding-left: 1.875rem;
}
.google_review--label .ttl-icon::before {
  width: 1.25rem;
  transform: translateY(-0.625rem);
  background-color: var(--clr-wht);
}

.google_review--based {
  font-size: 1.125rem;
}
@media screen and (max-width: 47.9375em) {
  .google_review--based {
    font-size: 1rem;
  }
}

.wp-star {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wp-google-place {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.wp-google-place .wp-google-right > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 1rem;
}
@media screen and (max-width: 47.9375em) {
  .wp-google-place .wp-google-right > div {
    gap: 0.5714285714rem;
  }
}
.wp-google-place .wp-google-rating {
  font-size: 1.5rem;
  line-height: 1.8;
  color: var(--clr-text-secondary);
}
@media screen and (max-width: 47.9375em) {
  .wp-google-place .wp-google-rating {
    font-size: 1.4285714286rem;
  }
}
.wp-google-place .wp-google-based,
.wp-google-place .wp-google-powered {
  display: none !important;
}
.wp-google-place .wp-stars {
  display: flex;
  gap: 0.125rem;
}
.wp-google-place .wp-star svg {
  width: 2rem !important;
  height: auto;
  aspect-ratio: 1;
}

.wp-google-reviews .wp-google-review {
  border-radius: 0.25rem;
  background-color: var(--clr-wht);
  padding: 0.75rem;
}
@media screen and (max-width: 47.9375em) {
  .wp-google-reviews .wp-google-review {
    padding: 0.5714285714rem;
  }
}
.wp-google-reviews .wp-google-left {
  display: none;
}
.wp-google-reviews .wp-google-time {
  display: none;
}
.wp-google-reviews .wp-stars {
  display: flex;
}
.wp-google-reviews .wp-star svg {
  width: 1rem !important;
  height: auto;
  aspect-ratio: 1;
}
.wp-google-reviews .wp-google-name {
  color: var(--clr-text-primary) !important;
  text-decoration: none !important;
  font-weight: 700;
  margin-bottom: 0.25rem;
  line-height: 1.6;
}
@media screen and (max-width: 47.9375em) {
  .wp-google-reviews .wp-google-name {
    font-size: 0.8571428571rem;
  }
}
.wp-google-reviews .wp-google-text {
  display: block;
  font-size: max(12px, 0.875rem);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-weight: 400;
  color: var(--clr-text-secondary);
  line-height: 1.7;
}
@media screen and (max-width: 47.9375em) {
  .wp-google-reviews .wp-google-text {
    font-size: 0.7142857143rem;
  }
}

.wp-google-url {
  display: none;
}

.wp-google-feedback {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media screen and (max-width: 47.9375em) {
  .wp-google-feedback {
    gap: 0.4285714286rem;
  }
}

.google_review:not(.google_review-side_column) .google_review--txtarea {
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  width: 15.3125rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 47.9375em) {
  .google_review:not(.google_review-side_column) .google_review--txtarea {
    top: 0.8571428571rem;
    left: 0;
    right: 0;
    width: auto;
  }
}
.google_review:not(.google_review-side_column) .wp-google-list {
  display: flex;
  gap: 1.5rem;
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 47.9375em) {
  .google_review:not(.google_review-side_column) .wp-google-list {
    flex-direction: column;
    gap: 1.1428571429rem;
    padding: 0.8571428571rem;
  }
}
.google_review:not(.google_review-side_column) .wp-google-place {
  padding-top: 6.5rem;
}
@media screen and (max-width: 47.9375em) {
  .google_review:not(.google_review-side_column) .wp-google-place {
    padding-top: 4.5714285714rem;
  }
}
.google_review:not(.google_review-side_column) .wp-google-content-inner {
  padding-bottom: 1rem;
  overflow-x: auto;
}
.google_review:not(.google_review-side_column) .wp-google-content-inner::-webkit-scrollbar {
  width: 0.375rem;
}
.google_review:not(.google_review-side_column) .wp-google-content-inner::-webkit-scrollbar:horizontal {
  height: 0.375rem;
}
.google_review:not(.google_review-side_column) .wp-google-content-inner::-webkit-scrollbar-track {
  border-radius: 0.375rem;
}
.google_review:not(.google_review-side_column) .wp-google-content-inner::-webkit-scrollbar-thumb {
  border-radius: 0.375rem;
}
.google_review:not(.google_review-side_column) .wp-google-reviews {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.625rem;
}
.google_review:not(.google_review-side_column) .wp-google-reviews .wp-google-review {
  min-width: 13.875rem;
  max-width: 13.875rem;
}
@media screen and (max-width: 47.9375em) {
  .google_review:not(.google_review-side_column) .wp-google-reviews .wp-google-review {
    min-width: 8.75rem;
    max-width: 8.75rem;
  }
}

.google_review-main_content .google_review--ttl,
.google_review-cta .google_review--ttl {
  margin-bottom: 0 !important;
}
@media print, screen and (min-width: 48em) {
  .google_review-main_content .wp-google-content-inner,
  .google_review-cta .wp-google-content-inner {
    width: calc(100% - 15.5rem);
  }
}

.google_review-main_content {
  max-width: 45.25rem;
}

.google_review-cta {
  background-color: var(--clr-wht);
}
.google_review-cta .wp-google-reviews {
  gap: 0.5rem;
}
.google_review-cta .wp-google-reviews .wp-google-review {
  background-color: var(--clr-bg-01);
}

.google_review-footer {
  max-width: 62.5rem;
}
@media print, screen and (min-width: 48em) {
  .google_review-footer .wp-google-content-inner {
    width: calc(100% - 17rem);
  }
}

.google_review-side_column {
  display: flex;
  flex-direction: column;
  padding: 1.75rem 1rem 1rem;
  border-radius: 0.625rem;
  border: 1px solid var(--clr-secondary-default);
  background-color: var(--clr-wht);
}
.google_review-side_column .wp-google-list {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
.google_review-side_column .wp-google-reviews {
  width: 16.5rem;
  visibility: hidden;
  height: 0;
}
.google_review-side_column .wp-google-reviews.slick-initialized {
  visibility: visible;
  height: auto;
}
.google_review-side_column .wp-google-reviews .wp-google-review {
  background-color: var(--clr-bg-01);
}
.google_review-side_column .slick-track {
  display: flex !important;
}
.google_review-side_column .slick-slide {
  height: auto;
}
.google_review-side_column .slick-dots {
  margin-block: 0.75rem 1rem;
}

.google_review--btnarea {
  padding: 1rem;
  background-color: var(--clr-secondary-default);
  margin: 0 -1rem -1rem;
  border-radius: 0 0 0.625rem 0.625rem;
}

/* svg-line
********************************************** */
.svg-line {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.home .svg-line.waypoint {
  opacity: 0;
}
.home .svg-line.waypoint path {
  stroke-dasharray: 2400px;
}
.home .svg-line.waypoint.active {
  opacity: 1;
}
.home .svg-line.waypoint.active path {
  animation: stroke_dashoffset 4s forwards;
}

/* txt
**************************************** */
.txt-lg {
  font-size: max(16px, 1.125rem);
}
@media screen and (max-width: 47.9375em) {
  .txt-lg {
    font-size: 1.0714285714rem;
  }
}

.txt-sm {
  font-size: max(12px, 0.875rem);
}
@media screen and (max-width: 47.9375em) {
  .txt-sm {
    font-size: 0.9285714286rem;
  }
}

.clr-primary-default,
.clr-primary-default * {
  color: var(--clr-primary-default);
}

.clr-primary-dark,
.clr-primary-dark * {
  color: var(--clr-primary-dark);
}

.clr-primary-light,
.clr-primary-light * {
  color: var(--clr-primary-light);
}

.clr-secondary-default,
.clr-secondary-default * {
  color: var(--clr-secondary-default);
}

.clr-secondary-dark,
.clr-secondary-dark * {
  color: var(--clr-secondary-dark);
}

.clr-secondary-light,
.clr-secondary-light * {
  color: var(--clr-secondary-light);
}

.clr-bg-01,
.clr-bg-01 * {
  color: var(--clr-bg-01);
}

.clr-bg-02,
.clr-bg-02 * {
  color: var(--clr-bg-02);
}

.clr-sub-01,
.clr-sub-01 * {
  color: var(--clr-sub-01);
}

.clr-sub-02,
.clr-sub-02 * {
  color: var(--clr-sub-02);
}

.clr-sub-03,
.clr-sub-03 * {
  color: var(--clr-sub-03);
}

.clr-sub-04,
.clr-sub-04 * {
  color: var(--clr-sub-04);
}

.clr-sub-05,
.clr-sub-05 * {
  color: var(--clr-sub-05);
}

.clr-sub-06,
.clr-sub-06 * {
  color: var(--clr-sub-06);
}

.clr-sub-07,
.clr-sub-07 * {
  color: var(--clr-sub-07);
}

.clr-sub-08,
.clr-sub-08 * {
  color: var(--clr-sub-08);
}

.clr-mono-01,
.clr-mono-01 * {
  color: var(--clr-mono-01);
}

.clr-mono-02,
.clr-mono-02 * {
  color: var(--clr-mono-02);
}

.clr-mono-03,
.clr-mono-03 * {
  color: var(--clr-mono-03);
}

.clr-mono-04,
.clr-mono-04 * {
  color: var(--clr-mono-04);
}

.clr-mono-05,
.clr-mono-05 * {
  color: var(--clr-mono-05);
}

.clr-mono-06,
.clr-mono-06 * {
  color: var(--clr-mono-06);
}

.clr-text-primary,
.clr-text-primary * {
  color: var(--clr-text-primary);
}

.clr-text-secondary,
.clr-text-secondary * {
  color: var(--clr-text-secondary);
}

.clr-text-placeholder,
.clr-text-placeholder * {
  color: var(--clr-text-placeholder);
}

.clr-text-light,
.clr-text-light * {
  color: var(--clr-text-light);
}

.clr-wht,
.clr-wht * {
  color: var(--clr-wht);
}

.clr-blk,
.clr-blk * {
  color: var(--clr-blk);
}

.clr,
.clr * {
  color: var(--clr);
}

.has-clr-primary-default-color,
.has-clr-primary-default-color * {
  color: var(--clr-primary-default);
}

.has-clr-primary-dark-color,
.has-clr-primary-dark-color * {
  color: var(--clr-primary-dark);
}

.has-clr-primary-light-color,
.has-clr-primary-light-color * {
  color: var(--clr-primary-light);
}

.has-clr-secondary-default-color,
.has-clr-secondary-default-color * {
  color: var(--clr-secondary-default);
}

.has-clr-secondary-dark-color,
.has-clr-secondary-dark-color * {
  color: var(--clr-secondary-dark);
}

.has-clr-secondary-light-color,
.has-clr-secondary-light-color * {
  color: var(--clr-secondary-light);
}

.has-clr-bg-01-color,
.has-clr-bg-01-color * {
  color: var(--clr-bg-01);
}

.has-clr-bg-02-color,
.has-clr-bg-02-color * {
  color: var(--clr-bg-02);
}

.has-clr-sub-01-color,
.has-clr-sub-01-color * {
  color: var(--clr-sub-01);
}

.has-clr-sub-02-color,
.has-clr-sub-02-color * {
  color: var(--clr-sub-02);
}

.has-clr-sub-03-color,
.has-clr-sub-03-color * {
  color: var(--clr-sub-03);
}

.has-clr-sub-04-color,
.has-clr-sub-04-color * {
  color: var(--clr-sub-04);
}

.has-clr-sub-05-color,
.has-clr-sub-05-color * {
  color: var(--clr-sub-05);
}

.has-clr-sub-06-color,
.has-clr-sub-06-color * {
  color: var(--clr-sub-06);
}

.has-clr-sub-07-color,
.has-clr-sub-07-color * {
  color: var(--clr-sub-07);
}

.has-clr-sub-08-color,
.has-clr-sub-08-color * {
  color: var(--clr-sub-08);
}

.has-clr-mono-01-color,
.has-clr-mono-01-color * {
  color: var(--clr-mono-01);
}

.has-clr-mono-02-color,
.has-clr-mono-02-color * {
  color: var(--clr-mono-02);
}

.has-clr-mono-03-color,
.has-clr-mono-03-color * {
  color: var(--clr-mono-03);
}

.has-clr-mono-04-color,
.has-clr-mono-04-color * {
  color: var(--clr-mono-04);
}

.has-clr-mono-05-color,
.has-clr-mono-05-color * {
  color: var(--clr-mono-05);
}

.has-clr-mono-06-color,
.has-clr-mono-06-color * {
  color: var(--clr-mono-06);
}

.has-clr-text-primary-color,
.has-clr-text-primary-color * {
  color: var(--clr-text-primary);
}

.has-clr-text-secondary-color,
.has-clr-text-secondary-color * {
  color: var(--clr-text-secondary);
}

.has-clr-text-placeholder-color,
.has-clr-text-placeholder-color * {
  color: var(--clr-text-placeholder);
}

.has-clr-text-light-color,
.has-clr-text-light-color * {
  color: var(--clr-text-light);
}

.has-clr-wht-color,
.has-clr-wht-color * {
  color: var(--clr-wht);
}

.has-clr-blk-color,
.has-clr-blk-color * {
  color: var(--clr-blk);
}

/* --- font-size --- */
.fz8 {
  font-size: max(6px, 0.5rem);
}
@media screen and (max-width: 47.9375em) {
  .fz8 {
    font-size: 0.5rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp8 {
    font-size: 0.5714285714rem !important;
  }
}

.fz9 {
  font-size: max(7px, 0.5625rem);
}
@media screen and (max-width: 47.9375em) {
  .fz9 {
    font-size: 0.5625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp9 {
    font-size: 0.6428571429rem !important;
  }
}

.fz10 {
  font-size: max(8px, 0.625rem);
}
@media screen and (max-width: 47.9375em) {
  .fz10 {
    font-size: 0.625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp10 {
    font-size: 0.7142857143rem !important;
  }
}

.fz11 {
  font-size: max(9px, 0.6875rem);
}
@media screen and (max-width: 47.9375em) {
  .fz11 {
    font-size: 0.6875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp11 {
    font-size: 0.7857142857rem !important;
  }
}

.fz12 {
  font-size: max(10px, 0.75rem);
}
@media screen and (max-width: 47.9375em) {
  .fz12 {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp12 {
    font-size: 0.8571428571rem !important;
  }
}

.fz13 {
  font-size: max(11px, 0.8125rem);
}
@media screen and (max-width: 47.9375em) {
  .fz13 {
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp13 {
    font-size: 0.9285714286rem !important;
  }
}

.fz14 {
  font-size: max(12px, 0.875rem);
}
@media screen and (max-width: 47.9375em) {
  .fz14 {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp14 {
    font-size: 1rem !important;
  }
}

.fz15 {
  font-size: max(13px, 0.9375rem);
}
@media screen and (max-width: 47.9375em) {
  .fz15 {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp15 {
    font-size: 1.0714285714rem !important;
  }
}

.fz16 {
  font-size: max(14px, 1rem);
}
@media screen and (max-width: 47.9375em) {
  .fz16 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp16 {
    font-size: 1.1428571429rem !important;
  }
}

.fz17 {
  font-size: max(15px, 1.0625rem);
}
@media screen and (max-width: 47.9375em) {
  .fz17 {
    font-size: 1.0625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp17 {
    font-size: 1.2142857143rem !important;
  }
}

.fz18 {
  font-size: max(16px, 1.125rem);
}
@media screen and (max-width: 47.9375em) {
  .fz18 {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp18 {
    font-size: 1.2857142857rem !important;
  }
}

.fz19 {
  font-size: max(17px, 1.1875rem);
}
@media screen and (max-width: 47.9375em) {
  .fz19 {
    font-size: 1.1875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp19 {
    font-size: 1.3571428571rem !important;
  }
}

.fz20 {
  font-size: max(18px, 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .fz20 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp20 {
    font-size: 1.4285714286rem !important;
  }
}

.fz21 {
  font-size: max(19px, 1.3125rem);
}
@media screen and (max-width: 47.9375em) {
  .fz21 {
    font-size: 1.3125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp21 {
    font-size: 1.5rem !important;
  }
}

.fz22 {
  font-size: max(20px, 1.375rem);
}
@media screen and (max-width: 47.9375em) {
  .fz22 {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp22 {
    font-size: 1.5714285714rem !important;
  }
}

.fz23 {
  font-size: max(21px, 1.4375rem);
}
@media screen and (max-width: 47.9375em) {
  .fz23 {
    font-size: 1.4375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp23 {
    font-size: 1.6428571429rem !important;
  }
}

.fz24 {
  font-size: max(22px, 1.5rem);
}
@media screen and (max-width: 47.9375em) {
  .fz24 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp24 {
    font-size: 1.7142857143rem !important;
  }
}

.fz25 {
  font-size: max(23px, 1.5625rem);
}
@media screen and (max-width: 47.9375em) {
  .fz25 {
    font-size: 1.5625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp25 {
    font-size: 1.7857142857rem !important;
  }
}

.fz26 {
  font-size: max(24px, 1.625rem);
}
@media screen and (max-width: 47.9375em) {
  .fz26 {
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp26 {
    font-size: 1.8571428571rem !important;
  }
}

.fz27 {
  font-size: max(25px, 1.6875rem);
}
@media screen and (max-width: 47.9375em) {
  .fz27 {
    font-size: 1.6875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp27 {
    font-size: 1.9285714286rem !important;
  }
}

.fz28 {
  font-size: max(26px, 1.75rem);
}
@media screen and (max-width: 47.9375em) {
  .fz28 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp28 {
    font-size: 2rem !important;
  }
}

.fz29 {
  font-size: max(27px, 1.8125rem);
}
@media screen and (max-width: 47.9375em) {
  .fz29 {
    font-size: 1.8125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp29 {
    font-size: 2.0714285714rem !important;
  }
}

.fz30 {
  font-size: max(28px, 1.875rem);
}
@media screen and (max-width: 47.9375em) {
  .fz30 {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp30 {
    font-size: 2.1428571429rem !important;
  }
}

.fz31 {
  font-size: max(29px, 1.9375rem);
}
@media screen and (max-width: 47.9375em) {
  .fz31 {
    font-size: 1.9375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp31 {
    font-size: 2.2142857143rem !important;
  }
}

.fz32 {
  font-size: max(30px, 2rem);
}
@media screen and (max-width: 47.9375em) {
  .fz32 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp32 {
    font-size: 2.2857142857rem !important;
  }
}

.fz33 {
  font-size: max(31px, 2.0625rem);
}
@media screen and (max-width: 47.9375em) {
  .fz33 {
    font-size: 2.0625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp33 {
    font-size: 2.3571428571rem !important;
  }
}

.fz34 {
  font-size: max(32px, 2.125rem);
}
@media screen and (max-width: 47.9375em) {
  .fz34 {
    font-size: 2.125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp34 {
    font-size: 2.4285714286rem !important;
  }
}

.fz35 {
  font-size: max(33px, 2.1875rem);
}
@media screen and (max-width: 47.9375em) {
  .fz35 {
    font-size: 2.1875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp35 {
    font-size: 2.5rem !important;
  }
}

.fz36 {
  font-size: max(34px, 2.25rem);
}
@media screen and (max-width: 47.9375em) {
  .fz36 {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp36 {
    font-size: 2.5714285714rem !important;
  }
}

.fz37 {
  font-size: max(35px, 2.3125rem);
}
@media screen and (max-width: 47.9375em) {
  .fz37 {
    font-size: 2.3125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp37 {
    font-size: 2.6428571429rem !important;
  }
}

.fz38 {
  font-size: max(36px, 2.375rem);
}
@media screen and (max-width: 47.9375em) {
  .fz38 {
    font-size: 2.375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp38 {
    font-size: 2.7142857143rem !important;
  }
}

.fz39 {
  font-size: max(37px, 2.4375rem);
}
@media screen and (max-width: 47.9375em) {
  .fz39 {
    font-size: 2.4375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp39 {
    font-size: 2.7857142857rem !important;
  }
}

.fz40 {
  font-size: max(38px, 2.5rem);
}
@media screen and (max-width: 47.9375em) {
  .fz40 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp40 {
    font-size: 2.8571428571rem !important;
  }
}

.fz41 {
  font-size: 2.5625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz41 {
    font-size: 2.5625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp41 {
    font-size: 2.9285714286rem !important;
  }
}

.fz42 {
  font-size: 2.625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz42 {
    font-size: 2.625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp42 {
    font-size: 3rem !important;
  }
}

.fz43 {
  font-size: 2.6875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz43 {
    font-size: 2.6875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp43 {
    font-size: 3.0714285714rem !important;
  }
}

.fz44 {
  font-size: 2.75rem;
}
@media screen and (max-width: 47.9375em) {
  .fz44 {
    font-size: 2.75rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp44 {
    font-size: 3.1428571429rem !important;
  }
}

.fz45 {
  font-size: 2.8125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz45 {
    font-size: 2.8125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp45 {
    font-size: 3.2142857143rem !important;
  }
}

.fz46 {
  font-size: 2.875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz46 {
    font-size: 2.875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp46 {
    font-size: 3.2857142857rem !important;
  }
}

.fz47 {
  font-size: 2.9375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz47 {
    font-size: 2.9375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp47 {
    font-size: 3.3571428571rem !important;
  }
}

.fz48 {
  font-size: 3rem;
}
@media screen and (max-width: 47.9375em) {
  .fz48 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp48 {
    font-size: 3.4285714286rem !important;
  }
}

.fz49 {
  font-size: 3.0625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz49 {
    font-size: 3.0625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp49 {
    font-size: 3.5rem !important;
  }
}

.fz50 {
  font-size: 3.125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz50 {
    font-size: 3.125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp50 {
    font-size: 3.5714285714rem !important;
  }
}

.fz51 {
  font-size: 3.1875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz51 {
    font-size: 3.1875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp51 {
    font-size: 3.6428571429rem !important;
  }
}

.fz52 {
  font-size: 3.25rem;
}
@media screen and (max-width: 47.9375em) {
  .fz52 {
    font-size: 3.25rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp52 {
    font-size: 3.7142857143rem !important;
  }
}

.fz53 {
  font-size: 3.3125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz53 {
    font-size: 3.3125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp53 {
    font-size: 3.7857142857rem !important;
  }
}

.fz54 {
  font-size: 3.375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz54 {
    font-size: 3.375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp54 {
    font-size: 3.8571428571rem !important;
  }
}

.fz55 {
  font-size: 3.4375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz55 {
    font-size: 3.4375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp55 {
    font-size: 3.9285714286rem !important;
  }
}

.fz56 {
  font-size: 3.5rem;
}
@media screen and (max-width: 47.9375em) {
  .fz56 {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp56 {
    font-size: 4rem !important;
  }
}

.fz57 {
  font-size: 3.5625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz57 {
    font-size: 3.5625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp57 {
    font-size: 4.0714285714rem !important;
  }
}

.fz58 {
  font-size: 3.625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz58 {
    font-size: 3.625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp58 {
    font-size: 4.1428571429rem !important;
  }
}

.fz59 {
  font-size: 3.6875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz59 {
    font-size: 3.6875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp59 {
    font-size: 4.2142857143rem !important;
  }
}

.fz60 {
  font-size: 3.75rem;
}
@media screen and (max-width: 47.9375em) {
  .fz60 {
    font-size: 3.75rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp60 {
    font-size: 4.2857142857rem !important;
  }
}

.fz61 {
  font-size: 3.8125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz61 {
    font-size: 3.8125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp61 {
    font-size: 4.3571428571rem !important;
  }
}

.fz62 {
  font-size: 3.875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz62 {
    font-size: 3.875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp62 {
    font-size: 4.4285714286rem !important;
  }
}

.fz63 {
  font-size: 3.9375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz63 {
    font-size: 3.9375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp63 {
    font-size: 4.5rem !important;
  }
}

.fz64 {
  font-size: 4rem;
}
@media screen and (max-width: 47.9375em) {
  .fz64 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp64 {
    font-size: 4.5714285714rem !important;
  }
}

.fz65 {
  font-size: 4.0625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz65 {
    font-size: 4.0625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp65 {
    font-size: 4.6428571429rem !important;
  }
}

.fz66 {
  font-size: 4.125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz66 {
    font-size: 4.125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp66 {
    font-size: 4.7142857143rem !important;
  }
}

.fz67 {
  font-size: 4.1875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz67 {
    font-size: 4.1875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp67 {
    font-size: 4.7857142857rem !important;
  }
}

.fz68 {
  font-size: 4.25rem;
}
@media screen and (max-width: 47.9375em) {
  .fz68 {
    font-size: 4.25rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp68 {
    font-size: 4.8571428571rem !important;
  }
}

.fz69 {
  font-size: 4.3125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz69 {
    font-size: 4.3125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp69 {
    font-size: 4.9285714286rem !important;
  }
}

.fz70 {
  font-size: 4.375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz70 {
    font-size: 4.375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp70 {
    font-size: 5rem !important;
  }
}

.fz71 {
  font-size: 4.4375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz71 {
    font-size: 4.4375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp71 {
    font-size: 5.0714285714rem !important;
  }
}

.fz72 {
  font-size: 4.5rem;
}
@media screen and (max-width: 47.9375em) {
  .fz72 {
    font-size: 4.5rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp72 {
    font-size: 5.1428571429rem !important;
  }
}

.fz73 {
  font-size: 4.5625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz73 {
    font-size: 4.5625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp73 {
    font-size: 5.2142857143rem !important;
  }
}

.fz74 {
  font-size: 4.625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz74 {
    font-size: 4.625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp74 {
    font-size: 5.2857142857rem !important;
  }
}

.fz75 {
  font-size: 4.6875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz75 {
    font-size: 4.6875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp75 {
    font-size: 5.3571428571rem !important;
  }
}

.fz76 {
  font-size: 4.75rem;
}
@media screen and (max-width: 47.9375em) {
  .fz76 {
    font-size: 4.75rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp76 {
    font-size: 5.4285714286rem !important;
  }
}

.fz77 {
  font-size: 4.8125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz77 {
    font-size: 4.8125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp77 {
    font-size: 5.5rem !important;
  }
}

.fz78 {
  font-size: 4.875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz78 {
    font-size: 4.875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp78 {
    font-size: 5.5714285714rem !important;
  }
}

.fz79 {
  font-size: 4.9375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz79 {
    font-size: 4.9375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp79 {
    font-size: 5.6428571429rem !important;
  }
}

.fz80 {
  font-size: 5rem;
}
@media screen and (max-width: 47.9375em) {
  .fz80 {
    font-size: 5rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp80 {
    font-size: 5.7142857143rem !important;
  }
}

.fz81 {
  font-size: 5.0625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz81 {
    font-size: 5.0625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp81 {
    font-size: 5.7857142857rem !important;
  }
}

.fz82 {
  font-size: 5.125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz82 {
    font-size: 5.125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp82 {
    font-size: 5.8571428571rem !important;
  }
}

.fz83 {
  font-size: 5.1875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz83 {
    font-size: 5.1875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp83 {
    font-size: 5.9285714286rem !important;
  }
}

.fz84 {
  font-size: 5.25rem;
}
@media screen and (max-width: 47.9375em) {
  .fz84 {
    font-size: 5.25rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp84 {
    font-size: 6rem !important;
  }
}

.fz85 {
  font-size: 5.3125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz85 {
    font-size: 5.3125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp85 {
    font-size: 6.0714285714rem !important;
  }
}

.fz86 {
  font-size: 5.375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz86 {
    font-size: 5.375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp86 {
    font-size: 6.1428571429rem !important;
  }
}

.fz87 {
  font-size: 5.4375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz87 {
    font-size: 5.4375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp87 {
    font-size: 6.2142857143rem !important;
  }
}

.fz88 {
  font-size: 5.5rem;
}
@media screen and (max-width: 47.9375em) {
  .fz88 {
    font-size: 5.5rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp88 {
    font-size: 6.2857142857rem !important;
  }
}

.fz89 {
  font-size: 5.5625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz89 {
    font-size: 5.5625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp89 {
    font-size: 6.3571428571rem !important;
  }
}

.fz90 {
  font-size: 5.625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz90 {
    font-size: 5.625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp90 {
    font-size: 6.4285714286rem !important;
  }
}

.fz91 {
  font-size: 5.6875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz91 {
    font-size: 5.6875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp91 {
    font-size: 6.5rem !important;
  }
}

.fz92 {
  font-size: 5.75rem;
}
@media screen and (max-width: 47.9375em) {
  .fz92 {
    font-size: 5.75rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp92 {
    font-size: 6.5714285714rem !important;
  }
}

.fz93 {
  font-size: 5.8125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz93 {
    font-size: 5.8125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp93 {
    font-size: 6.6428571429rem !important;
  }
}

.fz94 {
  font-size: 5.875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz94 {
    font-size: 5.875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp94 {
    font-size: 6.7142857143rem !important;
  }
}

.fz95 {
  font-size: 5.9375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz95 {
    font-size: 5.9375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp95 {
    font-size: 6.7857142857rem !important;
  }
}

.fz96 {
  font-size: 6rem;
}
@media screen and (max-width: 47.9375em) {
  .fz96 {
    font-size: 6rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp96 {
    font-size: 6.8571428571rem !important;
  }
}

.fz97 {
  font-size: 6.0625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz97 {
    font-size: 6.0625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp97 {
    font-size: 6.9285714286rem !important;
  }
}

.fz98 {
  font-size: 6.125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz98 {
    font-size: 6.125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp98 {
    font-size: 7rem !important;
  }
}

.fz99 {
  font-size: 6.1875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz99 {
    font-size: 6.1875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp99 {
    font-size: 7.0714285714rem !important;
  }
}

.fz100 {
  font-size: 6.25rem;
}
@media screen and (max-width: 47.9375em) {
  .fz100 {
    font-size: 6.25rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp100 {
    font-size: 7.1428571429rem !important;
  }
}

.fz101 {
  font-size: 6.3125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz101 {
    font-size: 6.3125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp101 {
    font-size: 7.2142857143rem !important;
  }
}

.fz102 {
  font-size: 6.375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz102 {
    font-size: 6.375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp102 {
    font-size: 7.2857142857rem !important;
  }
}

.fz103 {
  font-size: 6.4375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz103 {
    font-size: 6.4375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp103 {
    font-size: 7.3571428571rem !important;
  }
}

.fz104 {
  font-size: 6.5rem;
}
@media screen and (max-width: 47.9375em) {
  .fz104 {
    font-size: 6.5rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp104 {
    font-size: 7.4285714286rem !important;
  }
}

.fz105 {
  font-size: 6.5625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz105 {
    font-size: 6.5625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp105 {
    font-size: 7.5rem !important;
  }
}

.fz106 {
  font-size: 6.625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz106 {
    font-size: 6.625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp106 {
    font-size: 7.5714285714rem !important;
  }
}

.fz107 {
  font-size: 6.6875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz107 {
    font-size: 6.6875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp107 {
    font-size: 7.6428571429rem !important;
  }
}

.fz108 {
  font-size: 6.75rem;
}
@media screen and (max-width: 47.9375em) {
  .fz108 {
    font-size: 6.75rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp108 {
    font-size: 7.7142857143rem !important;
  }
}

.fz109 {
  font-size: 6.8125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz109 {
    font-size: 6.8125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp109 {
    font-size: 7.7857142857rem !important;
  }
}

.fz110 {
  font-size: 6.875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz110 {
    font-size: 6.875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp110 {
    font-size: 7.8571428571rem !important;
  }
}

.fz111 {
  font-size: 6.9375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz111 {
    font-size: 6.9375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp111 {
    font-size: 7.9285714286rem !important;
  }
}

.fz112 {
  font-size: 7rem;
}
@media screen and (max-width: 47.9375em) {
  .fz112 {
    font-size: 7rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp112 {
    font-size: 8rem !important;
  }
}

.fz113 {
  font-size: 7.0625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz113 {
    font-size: 7.0625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp113 {
    font-size: 8.0714285714rem !important;
  }
}

.fz114 {
  font-size: 7.125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz114 {
    font-size: 7.125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp114 {
    font-size: 8.1428571429rem !important;
  }
}

.fz115 {
  font-size: 7.1875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz115 {
    font-size: 7.1875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp115 {
    font-size: 8.2142857143rem !important;
  }
}

.fz116 {
  font-size: 7.25rem;
}
@media screen and (max-width: 47.9375em) {
  .fz116 {
    font-size: 7.25rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp116 {
    font-size: 8.2857142857rem !important;
  }
}

.fz117 {
  font-size: 7.3125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz117 {
    font-size: 7.3125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp117 {
    font-size: 8.3571428571rem !important;
  }
}

.fz118 {
  font-size: 7.375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz118 {
    font-size: 7.375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp118 {
    font-size: 8.4285714286rem !important;
  }
}

.fz119 {
  font-size: 7.4375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz119 {
    font-size: 7.4375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp119 {
    font-size: 8.5rem !important;
  }
}

.fz120 {
  font-size: 7.5rem;
}
@media screen and (max-width: 47.9375em) {
  .fz120 {
    font-size: 7.5rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp120 {
    font-size: 8.5714285714rem !important;
  }
}

.fz121 {
  font-size: 7.5625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz121 {
    font-size: 7.5625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp121 {
    font-size: 8.6428571429rem !important;
  }
}

.fz122 {
  font-size: 7.625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz122 {
    font-size: 7.625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp122 {
    font-size: 8.7142857143rem !important;
  }
}

.fz123 {
  font-size: 7.6875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz123 {
    font-size: 7.6875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp123 {
    font-size: 8.7857142857rem !important;
  }
}

.fz124 {
  font-size: 7.75rem;
}
@media screen and (max-width: 47.9375em) {
  .fz124 {
    font-size: 7.75rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp124 {
    font-size: 8.8571428571rem !important;
  }
}

.fz125 {
  font-size: 7.8125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz125 {
    font-size: 7.8125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp125 {
    font-size: 8.9285714286rem !important;
  }
}

.fz126 {
  font-size: 7.875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz126 {
    font-size: 7.875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp126 {
    font-size: 9rem !important;
  }
}

.fz127 {
  font-size: 7.9375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz127 {
    font-size: 7.9375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp127 {
    font-size: 9.0714285714rem !important;
  }
}

.fz128 {
  font-size: 8rem;
}
@media screen and (max-width: 47.9375em) {
  .fz128 {
    font-size: 8rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp128 {
    font-size: 9.1428571429rem !important;
  }
}

.fz129 {
  font-size: 8.0625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz129 {
    font-size: 8.0625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp129 {
    font-size: 9.2142857143rem !important;
  }
}

.fz130 {
  font-size: 8.125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz130 {
    font-size: 8.125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp130 {
    font-size: 9.2857142857rem !important;
  }
}

.fz131 {
  font-size: 8.1875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz131 {
    font-size: 8.1875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp131 {
    font-size: 9.3571428571rem !important;
  }
}

.fz132 {
  font-size: 8.25rem;
}
@media screen and (max-width: 47.9375em) {
  .fz132 {
    font-size: 8.25rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp132 {
    font-size: 9.4285714286rem !important;
  }
}

.fz133 {
  font-size: 8.3125rem;
}
@media screen and (max-width: 47.9375em) {
  .fz133 {
    font-size: 8.3125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp133 {
    font-size: 9.5rem !important;
  }
}

.fz134 {
  font-size: 8.375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz134 {
    font-size: 8.375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp134 {
    font-size: 9.5714285714rem !important;
  }
}

.fz135 {
  font-size: 8.4375rem;
}
@media screen and (max-width: 47.9375em) {
  .fz135 {
    font-size: 8.4375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp135 {
    font-size: 9.6428571429rem !important;
  }
}

.fz136 {
  font-size: 8.5rem;
}
@media screen and (max-width: 47.9375em) {
  .fz136 {
    font-size: 8.5rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp136 {
    font-size: 9.7142857143rem !important;
  }
}

.fz137 {
  font-size: 8.5625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz137 {
    font-size: 8.5625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp137 {
    font-size: 9.7857142857rem !important;
  }
}

.fz138 {
  font-size: 8.625rem;
}
@media screen and (max-width: 47.9375em) {
  .fz138 {
    font-size: 8.625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp138 {
    font-size: 9.8571428571rem !important;
  }
}

.fz139 {
  font-size: 8.6875rem;
}
@media screen and (max-width: 47.9375em) {
  .fz139 {
    font-size: 8.6875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp139 {
    font-size: 9.9285714286rem !important;
  }
}

.fz140 {
  font-size: 8.75rem;
}
@media screen and (max-width: 47.9375em) {
  .fz140 {
    font-size: 8.75rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .fz-sp140 {
    font-size: 10rem !important;
  }
}

/* --- font-family --- */
.font-jp {
  font-family: var(--font-jp);
  font-weight: 700;
}

.font-en {
  font-family: var(--font-en);
}

/* --- clip-txt --- */
.clip-txt1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.clip-txt2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clip-txt3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.clip-txt4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

/* txt-ctr
**************************************** */
.txt-ctr,
.txt-ctr-pc {
  text-align: center;
}

.txt-rgt,
.txt-rgt-pc {
  text-align: right;
}

.txt-tate {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
}

@media screen and (max-width: 47.9375em) {
  .txt-ctr-pc,
  .txt-rgt-pc {
    text-align: left;
  }
  .txt-ctr-sp {
    text-align: center;
  }
}
/* txtarea
**************************************** */
.txtarea p:not(:last-child) {
  margin-bottom: 1em;
}

/* Wysiwyg editor
**************************************** */
/* --- 共通 --- */
.editor-styles-wrapper,
.mce-content-body {
  line-height: 1.6;
}
.editor-styles-wrapper::before, .editor-styles-wrapper::after,
.mce-content-body::before,
.mce-content-body::after {
  content: "";
  display: table;
}
.editor-styles-wrapper::after,
.mce-content-body::after {
  clear: both;
}
.editor-styles-wrapper ul:where(:not([class*=ez-toc-])),
.editor-styles-wrapper ol,
.mce-content-body ul:where(:not([class*=ez-toc-])),
.mce-content-body ol {
  margin-inline-start: 1.625rem;
}
.editor-styles-wrapper ul:where(:not([class*=ez-toc-])):not(:first-child),
.editor-styles-wrapper ol:not(:first-child),
.mce-content-body ul:where(:not([class*=ez-toc-])):not(:first-child),
.mce-content-body ol:not(:first-child) {
  margin-top: 1em;
}
.editor-styles-wrapper ul:where(:not([class*=ez-toc-])):not(:last-child),
.editor-styles-wrapper ol:not(:last-child),
.mce-content-body ul:where(:not([class*=ez-toc-])):not(:last-child),
.mce-content-body ol:not(:last-child) {
  margin-bottom: 1em;
}
.editor-styles-wrapper ol,
.mce-content-body ol {
  list-style-type: decimal-leading-zero;
}
.editor-styles-wrapper li,
.mce-content-body li {
  position: relative;
  padding-block-end: 0.5em;
}
.editor-styles-wrapper ul:where(:not([class*=ez-toc-])) li,
.mce-content-body ul:where(:not([class*=ez-toc-])) li {
  list-style: none;
}
.editor-styles-wrapper ul:where(:not([class*=ez-toc-])) li::before,
.mce-content-body ul:where(:not([class*=ez-toc-])) li::before {
  content: "";
  float: inline-start;
  inline-size: 0.625rem;
  aspect-ratio: 1;
  margin-block: calc((1lh - 0.625rem) / 2);
  margin-inline-start: calc(1.625rem * -1);
  color: var(--clr-secondary-default);
  border: 1px solid;
  background-color: currentColor;
}
.editor-styles-wrapper ol li::marker,
.mce-content-body ol li::marker {
  color: var(--clr-secondary-default);
  font-weight: 600;
  letter-spacing: 0.2em;
}
.editor-styles-wrapper ul[style="list-style-type: circle;"] li::before,
.mce-content-body ul[style="list-style-type: circle;"] li::before {
  background-color: var(--clr-wht);
}
.editor-styles-wrapper ul:not([style="list-style-type: square;"]) li::before,
.mce-content-body ul:not([style="list-style-type: square;"]) li::before {
  border-radius: 50%;
}
.editor-styles-wrapper .wp-block-image img,
.mce-content-body .wp-block-image img {
  margin: 1em 0;
  max-width: 100%;
  height: auto;
}
.editor-styles-wrapper .wp-caption,
.mce-content-body .wp-caption {
  width: fit-content;
  max-width: 100%;
}
.editor-styles-wrapper hr,
.mce-content-body hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: none;
  border-bottom: 1px solid var(--clr-secondary-default);
}
.editor-styles-wrapper a .wp-block-image img,
.mce-content-body a .wp-block-image img {
  transition: var(--transit-default);
}
.editor-styles-wrapper a:hover .wp-block-image img,
.mce-content-body a:hover .wp-block-image img {
  opacity: 0.8;
}
.editor-styles-wrapper img,
.mce-content-body img {
  display: block;
}
@media screen and (max-width: 47.9375em) {
  .editor-styles-wrapper .alignright,
  .editor-styles-wrapper .alignleft,
  .mce-content-body .alignright,
  .mce-content-body .alignleft {
    width: 100% !important;
    float: none;
    margin: 1em auto;
    display: block;
  }
}
.editor-styles-wrapper .alignleft,
.mce-content-body .alignleft {
  float: left;
  clear: left;
  margin-right: 1em;
  margin-bottom: 1em;
}
.editor-styles-wrapper .alignright,
.mce-content-body .alignright {
  float: right;
  clear: right;
  margin-left: 1em;
  margin-bottom: 1em;
}
.editor-styles-wrapper img:not(.alignleft),
.editor-styles-wrapper img:not(.alignright) .aligncenter,
.mce-content-body img:not(.alignleft),
.mce-content-body img:not(.alignright) .aligncenter {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
.editor-styles-wrapper .wp-block-image img.aligncenter,
.mce-content-body .wp-block-image img.aligncenter {
  display: block;
}
.editor-styles-wrapper .alignleft:last-child,
.editor-styles-wrapper .alignright:last-child,
.editor-styles-wrapper .aligncenter:last-child,
.mce-content-body .alignleft:last-child,
.mce-content-body .alignright:last-child,
.mce-content-body .aligncenter:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper p:not(:last-child):not(.post p),
.mce-content-body p:not(:last-child):not(.post p) {
  margin-bottom: 1em;
}
.editor-styles-wrapper strong,
.mce-content-body strong {
  font-weight: bold;
}
.editor-styles-wrapper .wp-block-quote > p,
.editor-styles-wrapper blockquote:not(.wp-block-quote),
.mce-content-body .wp-block-quote > p,
.mce-content-body blockquote:not(.wp-block-quote) {
  padding: 1rem 2.5rem;
  border-radius: 0.1875rem;
  position: relative;
  display: block;
  width: fit-content;
  font-style: oblique;
  margin-left: 0 !important;
  border-left: 0 !important;
  box-shadow: 0 !important;
  color: #666;
  background-color: var(--clr-bg-02);
  text-align: left;
}
.editor-styles-wrapper .wp-block-quote > p:not(:first-child),
.editor-styles-wrapper blockquote:not(.wp-block-quote):not(:first-child),
.mce-content-body .wp-block-quote > p:not(:first-child),
.mce-content-body blockquote:not(.wp-block-quote):not(:first-child) {
  margin-top: 1em;
}
.editor-styles-wrapper .wp-block-quote > p:not(:last-child),
.editor-styles-wrapper blockquote:not(.wp-block-quote):not(:last-child),
.mce-content-body .wp-block-quote > p:not(:last-child),
.mce-content-body blockquote:not(.wp-block-quote):not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (max-width: 47.9375em) {
  .editor-styles-wrapper .wp-block-quote > p,
  .editor-styles-wrapper blockquote:not(.wp-block-quote),
  .mce-content-body .wp-block-quote > p,
  .mce-content-body blockquote:not(.wp-block-quote) {
    padding: 1rem;
  }
}
.editor-styles-wrapper .wp-block-quote > p::before, .editor-styles-wrapper .wp-block-quote > p::after,
.editor-styles-wrapper blockquote:not(.wp-block-quote)::before,
.editor-styles-wrapper blockquote:not(.wp-block-quote)::after,
.mce-content-body .wp-block-quote > p::before,
.mce-content-body .wp-block-quote > p::after,
.mce-content-body blockquote:not(.wp-block-quote)::before,
.mce-content-body blockquote:not(.wp-block-quote)::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  opacity: 0.25;
}
.editor-styles-wrapper .wp-block-quote > p::before,
.editor-styles-wrapper blockquote:not(.wp-block-quote)::before,
.mce-content-body .wp-block-quote > p::before,
.mce-content-body blockquote:not(.wp-block-quote)::before {
  background-image: url("images/common/icon-quote_left.svg");
  top: 0.875rem;
  left: 0.75rem;
}
@media screen and (max-width: 47.9375em) {
  .editor-styles-wrapper .wp-block-quote > p::before,
  .editor-styles-wrapper blockquote:not(.wp-block-quote)::before,
  .mce-content-body .wp-block-quote > p::before,
  .mce-content-body blockquote:not(.wp-block-quote)::before {
    top: 0;
    left: 0;
  }
}
.editor-styles-wrapper .wp-block-quote > p::after,
.editor-styles-wrapper blockquote:not(.wp-block-quote)::after,
.mce-content-body .wp-block-quote > p::after,
.mce-content-body blockquote:not(.wp-block-quote)::after {
  background-image: url("images/common/icon-quote_right.svg");
  bottom: 0.875rem;
  right: 0.75rem;
}
@media screen and (max-width: 47.9375em) {
  .editor-styles-wrapper .wp-block-quote > p::after,
  .editor-styles-wrapper blockquote:not(.wp-block-quote)::after,
  .mce-content-body .wp-block-quote > p::after,
  .mce-content-body blockquote:not(.wp-block-quote)::after {
    bottom: 0;
    right: 0;
  }
}
.editor-styles-wrapper p:has(> img:only-child):not(:first-child),
.editor-styles-wrapper p:has(> a > img:only-child):not(:first-child),
.mce-content-body p:has(> img:only-child):not(:first-child),
.mce-content-body p:has(> a > img:only-child):not(:first-child) {
  margin-top: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  .editor-styles-wrapper p:has(> img:only-child):not(:first-child),
  .editor-styles-wrapper p:has(> a > img:only-child):not(:first-child),
  .mce-content-body p:has(> img:only-child):not(:first-child),
  .mce-content-body p:has(> a > img:only-child):not(:first-child) {
    margin-top: 1.4285714286rem;
  }
}
.editor-styles-wrapper p:has(> img:only-child):not(:last-child),
.editor-styles-wrapper p:has(> a > img:only-child):not(:last-child),
.mce-content-body p:has(> img:only-child):not(:last-child),
.mce-content-body p:has(> a > img:only-child):not(:last-child) {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  .editor-styles-wrapper p:has(> img:only-child):not(:last-child),
  .editor-styles-wrapper p:has(> a > img:only-child):not(:last-child),
  .mce-content-body p:has(> img:only-child):not(:last-child),
  .mce-content-body p:has(> a > img:only-child):not(:last-child) {
    margin-bottom: 1.4285714286rem;
  }
}
.editor-styles-wrapper a:not(.post a):not(.btn a),
.mce-content-body a:not(.post a):not(.btn a) {
  color: var(--clr-secondary-default);
  text-decoration: underline;
}
.editor-styles-wrapper a:not(.post a):not(.btn a):hover,
.mce-content-body a:not(.post a):not(.btn a):hover {
  text-decoration: none;
}
.editor-styles-wrapper a:not(.post a):not(.btn a):has(> img:only-child):hover,
.mce-content-body a:not(.post a):not(.btn a):has(> img:only-child):hover {
  opacity: 0.7;
}
.editor-styles-wrapper table,
.mce-content-body table {
  border: none;
  height: auto !important;
}
@media screen and (max-width: 47.9375em) {
  .editor-styles-wrapper table,
  .mce-content-body table {
    max-width: none !important;
  }
}
.editor-styles-wrapper table:not(:first-child),
.mce-content-body table:not(:first-child) {
  margin-top: 1em;
}
.editor-styles-wrapper table:not(:last-child),
.mce-content-body table:not(:last-child) {
  margin-bottom: 1em;
}
.editor-styles-wrapper tr,
.editor-styles-wrapper th,
.editor-styles-wrapper td,
.mce-content-body tr,
.mce-content-body th,
.mce-content-body td {
  height: auto !important;
}
.editor-styles-wrapper th,
.editor-styles-wrapper td,
.mce-content-body th,
.mce-content-body td {
  padding: 0.875em 1.25em;
  border: 1px solid var(--clr-text-primary);
  vertical-align: top;
}
@media screen and (max-width: 47.9375em) {
  .editor-styles-wrapper th,
  .editor-styles-wrapper td,
  .mce-content-body th,
  .mce-content-body td {
    padding: 0.75em;
    line-height: var(--line-height-hdr);
  }
}
.editor-styles-wrapper th,
.mce-content-body th {
  min-width: 7.5rem;
  text-align: left;
}
.editor-styles-wrapper sup,
.mce-content-body sup {
  font-size: max(10px, 0.75rem);
  color: #555;
}
.editor-styles-wrapper iframe,
.mce-content-body iframe {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  vertical-align: bottom;
}
@media screen and (max-width: 47.9375em) {
  .editor-styles-wrapper iframe[src*="google.com/maps"],
  .mce-content-body iframe[src*="google.com/maps"] {
    aspect-ratio: 4/3;
  }
}
.editor-styles-wrapper iframe:not(:first-child),
.mce-content-body iframe:not(:first-child) {
  margin-top: 2em;
}
.editor-styles-wrapper iframe:not(:last-child),
.mce-content-body iframe:not(:last-child) {
  margin-bottom: 2em;
}
.editor-styles-wrapper strong[class*=mark-],
.mce-content-body strong[class*=mark-] {
  font-weight: 500;
}

[style*="--clr"] .editor-styles-wrapper::before,
[style*="--clr"] .mce-content-body ul:where(:not([class*=ez-toc-])) li::before {
  color: var(--clr);
}

ol li::marker {
  color: var(--clr);
}

.acf-field ul li::before {
  display: none;
}

.acf-button {
  text-decoration: none !important;
}

/* --- ブロックエディタ --- */
.editor-styles-wrapper h2, .editor-styles-wrapper h3, .editor-styles-wrapper h4, .editor-styles-wrapper h5:not(.post--ttl), .editor-styles-wrapper h6 {
  font-family: var(--font-jp);
  font-weight: 500;
}
.editor-styles-wrapper h2:not(:first-child), .editor-styles-wrapper h3:not(:first-child), .editor-styles-wrapper h4:not(:first-child), .editor-styles-wrapper h5:not(.post--ttl):not(:first-child), .editor-styles-wrapper h6:not(:first-child) {
  margin-top: 2em;
}
.editor-styles-wrapper h2:not(:last-child), .editor-styles-wrapper h3:not(:last-child), .editor-styles-wrapper h4:not(:last-child), .editor-styles-wrapper h5:not(.post--ttl):not(:last-child), .editor-styles-wrapper h6:not(:last-child) {
  margin-bottom: 1em;
}
.editor-styles-wrapper h2:not([class*=mce-ttl]) {
  font-size: max(28px, 1.875rem);
  color: var(--clr-wht);
  line-height: 1.6;
  padding: 0.1333333333em 0.8em;
  background-color: var(--clr-secondary-default);
  border-radius: 0.25rem;
}
@media screen and (max-width: 47.9375em) {
  .editor-styles-wrapper h2:not([class*=mce-ttl]) {
    font-size: 1.7142857143rem;
  }
}
.editor-styles-wrapper h3:not([class*=mce-ttl]) {
  font-size: max(24px, 1.625rem);
  line-height: 1.8;
  padding-bottom: 0.3846153846em;
  padding-left: 0.9230769231em;
  border-bottom: 1px solid var(--clr-secondary-default);
  border-left: 0.3076923077em solid var(--clr-secondary-default);
}
@media screen and (max-width: 47.9375em) {
  .editor-styles-wrapper h3:not([class*=mce-ttl]) {
    font-size: 1.4285714286rem;
  }
}
.editor-styles-wrapper h4:not([class*=mce-ttl]) {
  font-size: max(22px, 1.5rem);
  padding: 0.3333333333em 1em;
  border-radius: 0.25rem;
  background-color: rgba(45, 184, 152, 0.15);
}
@media screen and (max-width: 47.9375em) {
  .editor-styles-wrapper h4:not([class*=mce-ttl]) {
    font-size: 1.2857142857rem;
  }
}
.editor-styles-wrapper h5:not([class*=mce-ttl]):not(.post--ttl) {
  position: relative;
  font-size: max(18px, 1.25rem);
  padding-left: 1.6em;
}
@media screen and (max-width: 47.9375em) {
  .editor-styles-wrapper h5:not([class*=mce-ttl]):not(.post--ttl) {
    font-size: 1.1428571429rem;
  }
}
.editor-styles-wrapper h5:not([class*=mce-ttl]):not(.post--ttl)::before {
  content: "";
  position: absolute;
  top: 0.2lh;
  left: 0;
  width: 1em;
  aspect-ratio: 1;
  border: 0.15em solid var(--clr-secondary-default);
  border-radius: 50%;
}
.editor-styles-wrapper h6:not([class*=mce-ttl]) {
  font-size: max(16px, 1.125rem);
}
@media screen and (max-width: 47.9375em) {
  .editor-styles-wrapper h6:not([class*=mce-ttl]) {
    font-size: 1.0714285714rem;
  }
}

[style*="--clr"] .editor-styles-wrapper h4:not([class*=mce-ttl]) {
  background-color: var(--bg);
}

.bold {
  font-weight: 700;
}

.fw500 {
  font-weight: 500;
}

.fw400 {
  font-weight: 400;
}

/* table scroll */
.scroll {
  overflow-x: scroll;
  margin-bottom: 1em;
  -webkit-overflow-scrolling: touch;
}
.scroll table {
  margin: 0;
}

.scroll--cap {
  text-align: right;
  margin: 1em 0 0 !important;
  opacity: 0.25;
  font-size: max(12px, 0.875rem);
}

.table-pc-scroll {
  white-space: nowrap;
}

@media screen and (max-width: 47.9375em) {
  .table-sp-scroll {
    min-width: 38.5714285714rem;
  }
}
/* AddQuicktag
*************************************************** */
/* 見出し */
.mce-ttl-01,
.mce-ttl-02,
.mce-ttl-03,
.is-style-mce-ttl-01,
.is-style-mce-ttl-02,
.is-style-mce-ttl-03 {
  font-family: var(--font-jp);
  font-weight: 500;
}

.mce-ttl-01,
.is-style-mce-ttl-01 {
  font-size: max(38px, 2.5rem);
}
@media screen and (max-width: 47.9375em) {
  .mce-ttl-01,
  .is-style-mce-ttl-01 {
    font-size: 1.7142857143rem;
  }
}

.mce-ttl-02,
.is-style-mce-ttl-02 {
  font-size: max(30px, 2rem);
}
@media screen and (max-width: 47.9375em) {
  .mce-ttl-02,
  .is-style-mce-ttl-02 {
    font-size: 1.4285714286rem;
  }
}

.mce-ttl-03,
.is-style-mce-ttl-03 {
  font-size: max(24px, 1.625rem);
}
@media screen and (max-width: 47.9375em) {
  .mce-ttl-03,
  .is-style-mce-ttl-03 {
    font-size: 1.2857142857rem;
  }
}

.mce-ttl-call,
.is-style-mce-ttl-call {
  font-size: max(16px, 1.125rem);
  color: var(--clr-secondary-default);
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 3.0555555556em;
  background-image: url(images/common/ttl-deco-lft-primary-default.svg), url(images/common/ttl-deco-rgt-primary-default.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: left, right;
  background-size: 1.7222222222em;
}

/* 注意書き */
.mce-txt-attention,
.is-style-mce-txt-attention {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  font-size: max(12px, 0.875rem);
  opacity: 0.6;
}
@media screen and (max-width: 47.9375em) {
  .mce-txt-attention,
  .is-style-mce-txt-attention {
    font-size: 0.9285714286rem;
  }
}
.mce-txt-attention::before,
.is-style-mce-txt-attention::before {
  content: "※";
}

/* テーブル */
.mce-table1 th,
.mce-table1 td {
  position: relative;
  border: 0;
  padding: 1em 1.5em;
}
@media screen and (max-width: 47.9375em) {
  .mce-table1 th,
  .mce-table1 td {
    padding: 1em 0.25em;
  }
}
.mce-table1 th::before,
.mce-table1 td::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(100% - 0.1875rem);
}

.mce-table1 th {
  color: var(--clr-secondary-default);
}
.mce-table1 th::before {
  left: 0;
  border-bottom: 2px solid;
}

.mce-table1 td::before {
  right: 0;
  border-bottom: 1px solid #D3D3D3;
}

.mce-table2 table {
  background-color: var(--clr-wht);
}
@media print, screen and (min-width: 48em) {
  .mce-table2 table th:not(:last-child) {
    border-right: 0;
  }
  .mce-table2 table td:not(:first-child) {
    border-left: 0;
  }
}

.mce-table2 th {
  background-color: var(--clr-bg-01);
}

.mce-table2 td {
  background-color: var(--clr-wht);
}

/* ボックス */
.mce-box,
.is-style-mce-box {
  position: relative;
  padding: 1.5rem;
  background-color: var(--clr-bg-01);
  border-radius: 0.5rem;
}
@media screen and (max-width: 47.9375em) {
  .mce-box,
  .is-style-mce-box {
    padding: 1.1428571429rem;
  }
}
.mce-box:not(:first-child),
.is-style-mce-box:not(:first-child) {
  margin-top: 2em;
}
.mce-box:not(:last-child),
.is-style-mce-box:not(:last-child) {
  margin-bottom: 2em;
}
.mce-box *:not([class*=clr-]):not([class*=bold]):not([class*=mce-ttl]),
.is-style-mce-box *:not([class*=clr-]):not([class*=bold]):not([class*=mce-ttl]) {
  color: var(--clr-text-primary);
}
.mce-box:has(.ttl-fukidashi),
.is-style-mce-box:has(.ttl-fukidashi) {
  padding-top: 1.5rem;
}
.mce-box ol:not([style*=list-style-type]),
.is-style-mce-box ol:not([style*=list-style-type]) {
  margin-inline-start: calc(1.625rem + 1em);
}

.lps_sec:nth-child(odd) *:not(.bg-wht) .mce-box,
.lps_sec[style*=background-color] *:not(.bg-wht) .mce-box {
  background-color: var(--clr-wht);
}
.lps_sec:nth-child(odd) .bg-wht .mce-box,
.lps_sec[style*=background-color] .bg-wht .mce-box {
  background-color: var(--clr-bg-01);
}

.lps_sec:nth-child(odd) *:not(.bg-wht) .mce-box {
  background-color: var(--clr-bg-01);
}
.lps_sec:nth-child(odd) .bg-wht .mce-box {
  background-color: var(--clr-wht);
}

.mce-box-ttl {
  font-size: max(18px, 1.25rem);
  line-height: var(--line-height-hdr);
}
.mce-box-ttl:not(:last-child) {
  margin-bottom: 0.8em !important;
}

.ttl-fukidashi {
  position: absolute;
  top: -0.6lh;
  left: 1.5rem;
  width: fit-content;
  min-width: min(12.5em, 100%);
  padding: 0.125rem 1.5rem;
  border-radius: 999px;
  color: var(--clr-wht) !important;
  background-color: var(--clr-secondary-default);
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 47.9375em) {
  .ttl-fukidashi {
    left: 1.1428571429rem;
    min-width: min(6.25em, 100%);
  }
}
.ttl-fukidashi::before {
  content: "";
  position: absolute;
  bottom: -0.625rem;
  left: 2.125rem;
  width: 1.0625rem;
  height: 0.6875rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: var(--clr-secondary-default);
}
.ttl-fukidashi.txt-ctr {
  left: 0;
  right: 0;
  margin: auto;
}

.ttl-fukidashi-lgt {
  background-color: var(--clr-primary-light);
  border: 1px solid var(--clr-text-primary);
}
.ttl-fukidashi-lgt::before {
  background-color: var(--clr-primary-light);
  z-index: 1;
}
.ttl-fukidashi-lgt::after {
  content: "";
  position: absolute;
  bottom: calc(-0.625rem - 1px);
  left: 2.125rem;
  width: 1.0625rem;
  height: 0.6875rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: var(--clr-text-primary);
}

.ttl-fukidashi-ctr::before, .ttl-fukidashi-ctr::after {
  left: 0;
  right: 0;
  margin: auto;
}

.ttl-fukidashi-clr {
  background-color: var(--clr-secondary-default);
}
.ttl-fukidashi-clr::before {
  background-color: var(--clr-secondary-default);
}

.mce-box-topics {
  border: 1px solid var(--clr-secondary-default);
  padding: 2rem;
  color: var(--clr-text-secondary);
  background-color: var(--clr-wht);
}
.mce-box-topics .mce-box-ttl {
  position: relative;
  color: var(--clr-text-primary);
  text-align: center;
  z-index: 1;
  font-weight: 500;
}
@media print, screen and (min-width: 48em) {
  .mce-box-topics .mce-box-ttl {
    font-size: max(22px, 1.5rem);
    line-height: 1.8;
  }
}
.mce-box-topics li::before {
  background-color: rgba(54, 151, 221, 0.4);
  border: 0;
}
.mce-box-topics .pos-ab {
  top: -0.875rem;
  left: -2.5rem;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 47.9375em) {
  .mce-box-topics .pos-ab {
    top: -0.5rem;
    left: -1.4285714286rem;
  }
}

.mce-box-03 .mce-box-ttl {
  padding: 0.75rem 1.5rem;
  background-color: var(--clr-bg-01);
  margin-top: -1.5rem;
  margin-inline: -1.5rem;
  border-radius: 0.5rem 0.5rem 0 0;
}
@media screen and (max-width: 47.9375em) {
  .mce-box-03 .mce-box-ttl {
    padding: 1.1428571429rem;
    margin-top: -1.1428571429rem;
    margin-inline: -1.1428571429rem;
  }
}

.mce-box-01 {
  border: 1px solid var(--clr-secondary-default);
  background-color: var(--clr-wht);
}

.mce-box-02 {
  background-color: rgba(45, 184, 152, 0.15);
}

.mce-box-03 {
  border: 1px solid var(--clr-text-secondary);
  background-color: var(--clr-wht);
}

.mce-box-04 {
  border: 1px solid var(--clr-secondary-default);
  background-color: var(--clr-wht);
}
@media print, screen and (min-width: 48em) {
  .mce-box-04 {
    padding: 1.5rem 2.5rem;
  }
}

[style*="--clr"] .mce-box-01 {
  border: 1px solid var(--clr);
}
[style*="--clr"] .mce-box-02 {
  background-color: var(--bg);
}
[style*="--clr"] .mce-box-04 {
  border: 1px solid var(--clr);
}

/* 吹き出し */
.mce-balloon {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
@media screen and (max-width: 47.9375em) {
  .mce-balloon {
    gap: 1.1428571429rem;
  }
}
.mce-balloon:not(:first-child) {
  margin-top: 2em;
}
.mce-balloon:not(:last-child) {
  margin-bottom: 2em;
}
.mce-balloon > * {
  margin: 0 !important;
}
.mce-balloon .mce-box {
  flex: 1;
}
.mce-balloon .mce-box::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  width: 0.6875rem;
  height: 1.0625rem;
  background-color: var(--clr-bg-01);
}
@media screen and (max-width: 47.9375em) {
  .mce-balloon .mce-box::before {
    top: 1.2142857143rem;
    width: 0.5714285714rem;
    height: 0.8571428571rem;
  }
}
.mce-balloon img {
  width: 5rem !important;
}
@media screen and (max-width: 47.9375em) {
  .mce-balloon img {
    width: 4rem !important;
  }
}

.mce-balloon-lft {
  flex-direction: row-reverse;
}
.mce-balloon-lft .mce-box::before {
  left: -0.625rem;
  clip-path: polygon(100% 100%, 100% 0, 0 50%);
}
@media screen and (max-width: 47.9375em) {
  .mce-balloon-lft .mce-box::before {
    left: -0.5rem;
  }
}

.mce-balloon-rgt .mce-box::before {
  right: -0.625rem;
  clip-path: polygon(0 100%, 0 0, 100% 50%);
}
@media screen and (max-width: 47.9375em) {
  .mce-balloon-rgt .mce-box::before {
    right: -0.5rem;
  }
}
.mce-balloon-rgt > img {
  transform: scaleX(-1);
}

/* マーカー */
.mark-01,
.is-style-mark-01,
.mark-02,
.is-style-mark-02 {
  font-weight: 700;
}

.mark-01,
.is-style-mark-01 {
  background: linear-gradient(transparent 50%, rgba(251, 255, 0, 0.5) 0);
}

.mark-02,
.is-style-mark-02 {
  background: linear-gradient(transparent 50%, rgba(248, 0, 248, 0.2) 0);
}

/* リスト */
.mce-list-circle::before,
.editor-styles-wrapper ul .is-style-mce-list-circle::before {
  background-color: transparent;
}

.mce-list-square::before,
.editor-styles-wrapper ul .is-style-mce-list-square::before {
  border-radius: 0;
}

ul.mce-check--list li::before, ul.mce-check--list li::after,
.mce-list-check::before,
.mce-list-check::after,
.editor-styles-wrapper ul .is-style-mce-list-check::before,
.editor-styles-wrapper ul .is-style-mce-list-check::after {
  content: "";
  margin-inline-start: -2.125em;
}
ul.mce-check--list li::before,
.mce-list-check::before,
.editor-styles-wrapper ul .is-style-mce-list-check::before {
  width: 1.5em;
  margin-block: calc((1lh - 1.5em) / 2);
  background-color: var(--clr-primary-default);
  border-radius: 50%;
}
ul.mce-check--list li::after,
.mce-list-check::after,
.editor-styles-wrapper ul .is-style-mce-list-check::after {
  position: absolute;
  top: 0;
  left: 0.4375em;
  float: inline-start;
  width: 0.625em;
  margin-block: calc((1lh - 0.625em) / 2);
  aspect-ratio: 10/7;
  border-left: 2px solid var(--clr-wht);
  border-bottom: 2px solid var(--clr-wht);
  rotate: -45deg;
}

.column_list {
  column-count: 2;
}
@media screen and (max-width: 47.9375em) {
  .column_list {
    column-count: 1;
  }
}

/* 見出し+テキスト、Q&A（インタビュー） */
.ttl_text {
  position: relative;
  padding: 1.5rem 2.5rem;
  border-radius: 0.5rem;
  border: 1px solid var(--clr-text-placeholder);
}
@media screen and (max-width: 47.9375em) {
  .ttl_text {
    padding: 1.1428571429rem;
  }
}
.ttl_text:not(:first-child) {
  margin-top: 3.5rem;
}
@media screen and (max-width: 47.9375em) {
  .ttl_text:not(:first-child) {
    margin-top: 2.8571428571rem;
  }
}
.ttl_text:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 47.9375em) {
  .ttl_text:not(:last-child) {
    margin-bottom: 2.8571428571rem;
  }
}
.ttl_text .ttl-fukidashi {
  top: -1lh;
  padding: 0.5rem 1rem 0.5rem 2.5rem;
  line-height: 1.25;
}
.ttl_text .ttl-fukidashi::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1em;
  margin: auto;
  width: 1.25em;
  aspect-ratio: 1;
  background-image: url(images/common/icon-interview.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.ttl_text .btn-simple {
  margin-top: 1.5rem;
}

.ttl_text--eyecatch {
  border-radius: 0.5rem;
  overflow: hidden;
}
.ttl_text--eyecatch:has(+ .ttl_text) {
  margin-bottom: -1rem !important;
}
.ttl_text--eyecatch img {
  margin: 0 !important;
}

.ttl_text--item {
  padding-block: 1.5rem;
  border-bottom: 1px solid var(--clr-text-placeholder);
}
@media screen and (max-width: 47.9375em) {
  .ttl_text--item {
    padding-block: 1.1428571429rem;
  }
}

.ttl_text--ttl {
  position: relative;
  line-height: 1.6;
}
.ttl_text--ttl:not(:last-child) {
  margin-bottom: 0 !important;
}

.ttl_text--txt {
  margin-top: 1rem;
}

.ttl_text-accordion .ttl_text--item {
  transition: var(--transit-default);
}
.ttl_text-accordion .ttl_text--ttl {
  cursor: pointer;
  padding-right: 3.75rem;
}
@media screen and (max-width: 47.9375em) {
  .ttl_text-accordion .ttl_text--ttl {
    padding-right: 3.2857142857rem;
  }
}
.ttl_text-accordion .ttl_text--ttl::after {
  content: "";
  position: absolute;
  inset: -1.5rem 0;
}
.ttl_text-accordion .ttl_text--ttl.active .toggle {
  opacity: 0.7;
}
.ttl_text-accordion .ttl_text--ttl.active .toggle {
  transform: rotate(180deg);
}
.ttl_text-accordion .ttl_text--ttl.active .toggle::after {
  opacity: 0;
}
.ttl_text-accordion .ttl_text--item:has(.ttl_text--ttl:hover) {
  opacity: 0.7;
}
.ttl_text-accordion .toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 2.6875rem;
  height: 2.6875rem;
  color: var(--clr-wht);
  background-color: var(--clr-secondary-default);
  border-radius: 50%;
  transition: var(--transit-default);
}
.ttl_text-accordion .toggle::before, .ttl_text-accordion .toggle::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0.75rem;
  height: 0;
  border-bottom: 1px solid;
  transition: var(--transit-default);
}
.ttl_text-accordion .toggle::after {
  transform: rotate(90deg);
}
.ttl_text-accordion .ttl_text--txt {
  display: none;
}

/* 見出し+テキスト */
.ttl_text:not(.interview_faq) {
  counter-reset: number;
}
.ttl_text:not(.interview_faq):has(.ttl_text--item:nth-child(2)) { /* 2個以上で連番 */ }
.ttl_text:not(.interview_faq):has(.ttl_text--item:nth-child(2)) .ttl_text--ttl::before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  display: block;
  font-size: max(12px, 0.875rem);
  line-height: 1.5;
  color: var(--clr-primary-default);
  letter-spacing: 0.04em;
}

/* Q&A（インタビュー） */
.interview_faq {
  border-color: var(--clr-secondary-default);
}

/* CTA */
.cta_box {
  display: flex;
  flex-direction: column;
  border-radius: 1.5rem;
  border: 4px solid rgba(248, 120, 0, 0.5);
  background-color: var(--clr-bg-01);
  overflow: hidden;
}
.cta_box .btn > * {
  font-weight: 500;
  padding-inline: 1.5rem 3rem;
}
.cta_box .btn > * .arrow {
  right: 1rem;
  width: 1.375rem;
  height: 1.375rem;
}
.cta_box .cta--txt .free {
  background-color: var(--clr-wht);
}

.cta_box--imgarea img {
  margin: 0 !important;
}

.cta1 .cta_box--txtarea {
  padding: 2.5rem 2.5rem 1.5rem;
}
@media screen and (max-width: 47.9375em) {
  .cta1 .cta_box--txtarea {
    padding: 1.7142857143rem;
  }
}

.cta2 .cta_box--txtarea,
.cta3 .cta_box--txtarea {
  padding: 2rem 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  .cta2 .cta_box--txtarea,
  .cta3 .cta_box--txtarea {
    padding: 1.7142857143rem;
  }
}

@media screen and (max-width: 47.9375em) {
  /* テーブル */
  .table-sp-full {
    width: 100% !important;
  }
  .table-sp-full th,
  .table-sp-full td {
    flex: 1;
  }
  .table-sp-block,
  .table-sp-block th,
  .table-sp-block td {
    width: 100% !important;
  }
  .table-sp-block th,
  .table-sp-block td {
    display: block;
  }
  .mce-table1.table-sp-block td::before {
    display: none;
  }
  .mce-table2.table-sp-block th,
  .mce-table2.table-sp-block td {
    border-bottom: 0;
  }
  .mce-table2.table-sp-block tr:last-child > *:last-child {
    border-bottom: 1px solid #D3D3D3;
  }
}
/* 管理画面エディタ用
*************************************************** */
#tinymce {
  padding: 24px;
}

h1.editor-post-title__input {
  padding: 32px 0;
  font-size: max(38px, 2.5rem);
  font-family: var(--font-jp);
}

.editor-styles-wrapper.block-editor-writing-flow {
  font-size: 16px;
}

@media screen and (max-width: 47.9375em) {
  .editor-styles-wrapper.block-editor-writing-flow table tr *:first-child:nth-last-child(2),
  .editor-styles-wrapper.block-editor-writing-flow table tr *:first-child:nth-last-child(2) ~ * {
    display: table-cell;
    width: auto !important;
  }
}
/* コアブロック
********************************************** */
div[class*=wp-block-] {
  margin-block: 1.5rem;
}
@media screen and (max-width: 47.9375em) {
  div[class*=wp-block-] {
    gap: 1.1428571429rem;
  }
}
div[class*=wp-block-] div[class*=wp-block-] {
  margin-block: 0 !important;
}

.has-text-align-left {
  text-align: left;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-right {
  text-align: right;
}

.em {
  font-style: italic;
}

.wp-block-columns {
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 47.9375em) {
  .wp-block-columns {
    gap: 1.1428571429rem;
  }
}

.wp-block-column {
  flex: 1;
}
@media screen and (max-width: 47.9375em) {
  .wp-block-column {
    flex-basis: 100% !important;
  }
}
.wp-block-column img {
  margin: 0 !important;
}

/* デフォルトの機能
********************************************** */
.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}

.wp-block-table.aligncenter table,
.wp-block-table.alignleft table,
.wp-block-table.alignright table {
  display: table;
  width: auto;
}

.wp-block[data-align=center] > .wp-block-table table {
  margin: 0 auto;
}

.wp-block-embed.aligncenter iframe,
.wp-block-embed.aligncenter .twitter-tweet {
  margin-inline: auto;
}

.wp-block-embed.alignright iframe,
.wp-block-embed.alignright .twitter-tweet {
  margin-left: auto;
}

/* bg
********************************************** */
.bg-primary-default {
  background-color: var(--clr-primary-default);
}

.bg-primary-dark {
  background-color: var(--clr-primary-dark);
}

.bg-primary-light {
  background-color: var(--clr-primary-light);
}

.bg-secondary-default {
  background-color: var(--clr-secondary-default);
}

.bg-secondary-dark {
  background-color: var(--clr-secondary-dark);
}

.bg-secondary-light {
  background-color: var(--clr-secondary-light);
}

.bg-bg-01 {
  background-color: var(--clr-bg-01);
}

.bg-bg-02 {
  background-color: var(--clr-bg-02);
}

.bg-sub-01 {
  background-color: var(--clr-sub-01);
}

.bg-sub-02 {
  background-color: var(--clr-sub-02);
}

.bg-sub-03 {
  background-color: var(--clr-sub-03);
}

.bg-sub-04 {
  background-color: var(--clr-sub-04);
}

.bg-sub-05 {
  background-color: var(--clr-sub-05);
}

.bg-sub-06 {
  background-color: var(--clr-sub-06);
}

.bg-sub-07 {
  background-color: var(--clr-sub-07);
}

.bg-sub-08 {
  background-color: var(--clr-sub-08);
}

.bg-mono-01 {
  background-color: var(--clr-mono-01);
}

.bg-mono-02 {
  background-color: var(--clr-mono-02);
}

.bg-mono-03 {
  background-color: var(--clr-mono-03);
}

.bg-mono-04 {
  background-color: var(--clr-mono-04);
}

.bg-mono-05 {
  background-color: var(--clr-mono-05);
}

.bg-mono-06 {
  background-color: var(--clr-mono-06);
}

.bg-text-primary {
  background-color: var(--clr-text-primary);
}

.bg-text-secondary {
  background-color: var(--clr-text-secondary);
}

.bg-text-placeholder {
  background-color: var(--clr-text-placeholder);
}

.bg-text-light {
  background-color: var(--clr-text-light);
}

.bg-wht {
  background-color: var(--clr-wht);
}

.bg-blk {
  background-color: var(--clr-blk);
}

.bg-01 {
  background-color: var(--clr-bg-01);
}

.bg-02 {
  background-color: var(--clr-bg-02);
}

.bg {
  background-color: var(--bg);
}

/* --- pc or sp --- */
.pc-none,
.pc-none-inline,
.pc-none-table,
.pc-none-flex,
.pc-none-grid {
  display: none;
}

.sp-none {
  display: block;
}

.sp-none-inline {
  display: inline;
}

.sp-none-table {
  display: table;
}

.sp-none-flex {
  display: flex;
}

.sp-none-grid {
  display: grid;
}

@media screen and (max-width: 47.9375em) {
  /* --- pc or sp --- */
  .sp-none,
  .sp-none-inline,
  .sp-none-table,
  .sp-none-flex,
  .sp-none-grid {
    display: none;
  }
  .pc-none {
    display: block;
  }
  .pc-none-inline {
    display: inline;
  }
  .pc-none-table {
    display: table;
  }
  .pc-none-flex {
    display: flex;
  }
  .pc-none-grid {
    display: grid;
  }
}
/* img
********************************************** */
.img-ctr {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 47.9375em) {
  .img-ctr.sp-none {
    display: none;
  }
}

.img-trim {
  display: flex;
  justify-content: center;
  align-items: center;
}

.trim-widescreen {
  aspect-ratio: 3/2;
}

.trim-square {
  aspect-ratio: 1/1;
}

.trim-portrait {
  aspect-ratio: 2/3;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-contain {
  object-fit: contain;
}

.mgn0 {
  margin: 0rem;
}

.mgn-top0 {
  margin-top: 0rem;
}

.mgn-rgt0 {
  margin-right: 0rem;
}

.mgn-btm0 {
  margin-bottom: 0rem;
}

.mgn-lft0 {
  margin-left: 0rem;
}

.mgn1 {
  margin: 0.0625rem;
}

.mgn-top1 {
  margin-top: 0.0625rem;
}

.mgn-rgt1 {
  margin-right: 0.0625rem;
}

.mgn-btm1 {
  margin-bottom: 0.0625rem;
}

.mgn-lft1 {
  margin-left: 0.0625rem;
}

.mgn2 {
  margin: 0.125rem;
}

.mgn-top2 {
  margin-top: 0.125rem;
}

.mgn-rgt2 {
  margin-right: 0.125rem;
}

.mgn-btm2 {
  margin-bottom: 0.125rem;
}

.mgn-lft2 {
  margin-left: 0.125rem;
}

.mgn3 {
  margin: 0.1875rem;
}

.mgn-top3 {
  margin-top: 0.1875rem;
}

.mgn-rgt3 {
  margin-right: 0.1875rem;
}

.mgn-btm3 {
  margin-bottom: 0.1875rem;
}

.mgn-lft3 {
  margin-left: 0.1875rem;
}

.mgn4 {
  margin: 0.25rem;
}

.mgn-top4 {
  margin-top: 0.25rem;
}

.mgn-rgt4 {
  margin-right: 0.25rem;
}

.mgn-btm4 {
  margin-bottom: 0.25rem;
}

.mgn-lft4 {
  margin-left: 0.25rem;
}

.mgn5 {
  margin: 0.3125rem;
}

.mgn-top5 {
  margin-top: 0.3125rem;
}

.mgn-rgt5 {
  margin-right: 0.3125rem;
}

.mgn-btm5 {
  margin-bottom: 0.3125rem;
}

.mgn-lft5 {
  margin-left: 0.3125rem;
}

.mgn6 {
  margin: 0.375rem;
}

.mgn-top6 {
  margin-top: 0.375rem;
}

.mgn-rgt6 {
  margin-right: 0.375rem;
}

.mgn-btm6 {
  margin-bottom: 0.375rem;
}

.mgn-lft6 {
  margin-left: 0.375rem;
}

.mgn7 {
  margin: 0.4375rem;
}

.mgn-top7 {
  margin-top: 0.4375rem;
}

.mgn-rgt7 {
  margin-right: 0.4375rem;
}

.mgn-btm7 {
  margin-bottom: 0.4375rem;
}

.mgn-lft7 {
  margin-left: 0.4375rem;
}

.mgn8 {
  margin: 0.5rem;
}

.mgn-top8 {
  margin-top: 0.5rem;
}

.mgn-rgt8 {
  margin-right: 0.5rem;
}

.mgn-btm8 {
  margin-bottom: 0.5rem;
}

.mgn-lft8 {
  margin-left: 0.5rem;
}

.mgn9 {
  margin: 0.5625rem;
}

.mgn-top9 {
  margin-top: 0.5625rem;
}

.mgn-rgt9 {
  margin-right: 0.5625rem;
}

.mgn-btm9 {
  margin-bottom: 0.5625rem;
}

.mgn-lft9 {
  margin-left: 0.5625rem;
}

.mgn10 {
  margin: 0.625rem;
}

.mgn-top10 {
  margin-top: 0.625rem;
}

.mgn-rgt10 {
  margin-right: 0.625rem;
}

.mgn-btm10 {
  margin-bottom: 0.625rem;
}

.mgn-lft10 {
  margin-left: 0.625rem;
}

.mgn11 {
  margin: 0.6875rem;
}

.mgn-top11 {
  margin-top: 0.6875rem;
}

.mgn-rgt11 {
  margin-right: 0.6875rem;
}

.mgn-btm11 {
  margin-bottom: 0.6875rem;
}

.mgn-lft11 {
  margin-left: 0.6875rem;
}

.mgn12 {
  margin: 0.75rem;
}

.mgn-top12 {
  margin-top: 0.75rem;
}

.mgn-rgt12 {
  margin-right: 0.75rem;
}

.mgn-btm12 {
  margin-bottom: 0.75rem;
}

.mgn-lft12 {
  margin-left: 0.75rem;
}

.mgn13 {
  margin: 0.8125rem;
}

.mgn-top13 {
  margin-top: 0.8125rem;
}

.mgn-rgt13 {
  margin-right: 0.8125rem;
}

.mgn-btm13 {
  margin-bottom: 0.8125rem;
}

.mgn-lft13 {
  margin-left: 0.8125rem;
}

.mgn14 {
  margin: 0.875rem;
}

.mgn-top14 {
  margin-top: 0.875rem;
}

.mgn-rgt14 {
  margin-right: 0.875rem;
}

.mgn-btm14 {
  margin-bottom: 0.875rem;
}

.mgn-lft14 {
  margin-left: 0.875rem;
}

.mgn15 {
  margin: 0.9375rem;
}

.mgn-top15 {
  margin-top: 0.9375rem;
}

.mgn-rgt15 {
  margin-right: 0.9375rem;
}

.mgn-btm15 {
  margin-bottom: 0.9375rem;
}

.mgn-lft15 {
  margin-left: 0.9375rem;
}

.mgn16 {
  margin: 1rem;
}

.mgn-top16 {
  margin-top: 1rem;
}

.mgn-rgt16 {
  margin-right: 1rem;
}

.mgn-btm16 {
  margin-bottom: 1rem;
}

.mgn-lft16 {
  margin-left: 1rem;
}

.mgn17 {
  margin: 1.0625rem;
}

.mgn-top17 {
  margin-top: 1.0625rem;
}

.mgn-rgt17 {
  margin-right: 1.0625rem;
}

.mgn-btm17 {
  margin-bottom: 1.0625rem;
}

.mgn-lft17 {
  margin-left: 1.0625rem;
}

.mgn18 {
  margin: 1.125rem;
}

.mgn-top18 {
  margin-top: 1.125rem;
}

.mgn-rgt18 {
  margin-right: 1.125rem;
}

.mgn-btm18 {
  margin-bottom: 1.125rem;
}

.mgn-lft18 {
  margin-left: 1.125rem;
}

.mgn19 {
  margin: 1.1875rem;
}

.mgn-top19 {
  margin-top: 1.1875rem;
}

.mgn-rgt19 {
  margin-right: 1.1875rem;
}

.mgn-btm19 {
  margin-bottom: 1.1875rem;
}

.mgn-lft19 {
  margin-left: 1.1875rem;
}

.mgn20 {
  margin: 1.25rem;
}

.mgn-top20 {
  margin-top: 1.25rem;
}

.mgn-rgt20 {
  margin-right: 1.25rem;
}

.mgn-btm20 {
  margin-bottom: 1.25rem;
}

.mgn-lft20 {
  margin-left: 1.25rem;
}

.mgn21 {
  margin: 1.3125rem;
}

.mgn-top21 {
  margin-top: 1.3125rem;
}

.mgn-rgt21 {
  margin-right: 1.3125rem;
}

.mgn-btm21 {
  margin-bottom: 1.3125rem;
}

.mgn-lft21 {
  margin-left: 1.3125rem;
}

.mgn22 {
  margin: 1.375rem;
}

.mgn-top22 {
  margin-top: 1.375rem;
}

.mgn-rgt22 {
  margin-right: 1.375rem;
}

.mgn-btm22 {
  margin-bottom: 1.375rem;
}

.mgn-lft22 {
  margin-left: 1.375rem;
}

.mgn23 {
  margin: 1.4375rem;
}

.mgn-top23 {
  margin-top: 1.4375rem;
}

.mgn-rgt23 {
  margin-right: 1.4375rem;
}

.mgn-btm23 {
  margin-bottom: 1.4375rem;
}

.mgn-lft23 {
  margin-left: 1.4375rem;
}

.mgn24 {
  margin: 1.5rem;
}

.mgn-top24 {
  margin-top: 1.5rem;
}

.mgn-rgt24 {
  margin-right: 1.5rem;
}

.mgn-btm24 {
  margin-bottom: 1.5rem;
}

.mgn-lft24 {
  margin-left: 1.5rem;
}

.mgn25 {
  margin: 1.5625rem;
}

.mgn-top25 {
  margin-top: 1.5625rem;
}

.mgn-rgt25 {
  margin-right: 1.5625rem;
}

.mgn-btm25 {
  margin-bottom: 1.5625rem;
}

.mgn-lft25 {
  margin-left: 1.5625rem;
}

.mgn26 {
  margin: 1.625rem;
}

.mgn-top26 {
  margin-top: 1.625rem;
}

.mgn-rgt26 {
  margin-right: 1.625rem;
}

.mgn-btm26 {
  margin-bottom: 1.625rem;
}

.mgn-lft26 {
  margin-left: 1.625rem;
}

.mgn27 {
  margin: 1.6875rem;
}

.mgn-top27 {
  margin-top: 1.6875rem;
}

.mgn-rgt27 {
  margin-right: 1.6875rem;
}

.mgn-btm27 {
  margin-bottom: 1.6875rem;
}

.mgn-lft27 {
  margin-left: 1.6875rem;
}

.mgn28 {
  margin: 1.75rem;
}

.mgn-top28 {
  margin-top: 1.75rem;
}

.mgn-rgt28 {
  margin-right: 1.75rem;
}

.mgn-btm28 {
  margin-bottom: 1.75rem;
}

.mgn-lft28 {
  margin-left: 1.75rem;
}

.mgn29 {
  margin: 1.8125rem;
}

.mgn-top29 {
  margin-top: 1.8125rem;
}

.mgn-rgt29 {
  margin-right: 1.8125rem;
}

.mgn-btm29 {
  margin-bottom: 1.8125rem;
}

.mgn-lft29 {
  margin-left: 1.8125rem;
}

.mgn30 {
  margin: 1.875rem;
}

.mgn-top30 {
  margin-top: 1.875rem;
}

.mgn-rgt30 {
  margin-right: 1.875rem;
}

.mgn-btm30 {
  margin-bottom: 1.875rem;
}

.mgn-lft30 {
  margin-left: 1.875rem;
}

.mgn31 {
  margin: 1.9375rem;
}

.mgn-top31 {
  margin-top: 1.9375rem;
}

.mgn-rgt31 {
  margin-right: 1.9375rem;
}

.mgn-btm31 {
  margin-bottom: 1.9375rem;
}

.mgn-lft31 {
  margin-left: 1.9375rem;
}

.mgn32 {
  margin: 2rem;
}

.mgn-top32 {
  margin-top: 2rem;
}

.mgn-rgt32 {
  margin-right: 2rem;
}

.mgn-btm32 {
  margin-bottom: 2rem;
}

.mgn-lft32 {
  margin-left: 2rem;
}

.mgn33 {
  margin: 2.0625rem;
}

.mgn-top33 {
  margin-top: 2.0625rem;
}

.mgn-rgt33 {
  margin-right: 2.0625rem;
}

.mgn-btm33 {
  margin-bottom: 2.0625rem;
}

.mgn-lft33 {
  margin-left: 2.0625rem;
}

.mgn34 {
  margin: 2.125rem;
}

.mgn-top34 {
  margin-top: 2.125rem;
}

.mgn-rgt34 {
  margin-right: 2.125rem;
}

.mgn-btm34 {
  margin-bottom: 2.125rem;
}

.mgn-lft34 {
  margin-left: 2.125rem;
}

.mgn35 {
  margin: 2.1875rem;
}

.mgn-top35 {
  margin-top: 2.1875rem;
}

.mgn-rgt35 {
  margin-right: 2.1875rem;
}

.mgn-btm35 {
  margin-bottom: 2.1875rem;
}

.mgn-lft35 {
  margin-left: 2.1875rem;
}

.mgn36 {
  margin: 2.25rem;
}

.mgn-top36 {
  margin-top: 2.25rem;
}

.mgn-rgt36 {
  margin-right: 2.25rem;
}

.mgn-btm36 {
  margin-bottom: 2.25rem;
}

.mgn-lft36 {
  margin-left: 2.25rem;
}

.mgn37 {
  margin: 2.3125rem;
}

.mgn-top37 {
  margin-top: 2.3125rem;
}

.mgn-rgt37 {
  margin-right: 2.3125rem;
}

.mgn-btm37 {
  margin-bottom: 2.3125rem;
}

.mgn-lft37 {
  margin-left: 2.3125rem;
}

.mgn38 {
  margin: 2.375rem;
}

.mgn-top38 {
  margin-top: 2.375rem;
}

.mgn-rgt38 {
  margin-right: 2.375rem;
}

.mgn-btm38 {
  margin-bottom: 2.375rem;
}

.mgn-lft38 {
  margin-left: 2.375rem;
}

.mgn39 {
  margin: 2.4375rem;
}

.mgn-top39 {
  margin-top: 2.4375rem;
}

.mgn-rgt39 {
  margin-right: 2.4375rem;
}

.mgn-btm39 {
  margin-bottom: 2.4375rem;
}

.mgn-lft39 {
  margin-left: 2.4375rem;
}

.mgn40 {
  margin: 2.5rem;
}

.mgn-top40 {
  margin-top: 2.5rem;
}

.mgn-rgt40 {
  margin-right: 2.5rem;
}

.mgn-btm40 {
  margin-bottom: 2.5rem;
}

.mgn-lft40 {
  margin-left: 2.5rem;
}

.mgn41 {
  margin: 2.5625rem;
}

.mgn-top41 {
  margin-top: 2.5625rem;
}

.mgn-rgt41 {
  margin-right: 2.5625rem;
}

.mgn-btm41 {
  margin-bottom: 2.5625rem;
}

.mgn-lft41 {
  margin-left: 2.5625rem;
}

.mgn42 {
  margin: 2.625rem;
}

.mgn-top42 {
  margin-top: 2.625rem;
}

.mgn-rgt42 {
  margin-right: 2.625rem;
}

.mgn-btm42 {
  margin-bottom: 2.625rem;
}

.mgn-lft42 {
  margin-left: 2.625rem;
}

.mgn43 {
  margin: 2.6875rem;
}

.mgn-top43 {
  margin-top: 2.6875rem;
}

.mgn-rgt43 {
  margin-right: 2.6875rem;
}

.mgn-btm43 {
  margin-bottom: 2.6875rem;
}

.mgn-lft43 {
  margin-left: 2.6875rem;
}

.mgn44 {
  margin: 2.75rem;
}

.mgn-top44 {
  margin-top: 2.75rem;
}

.mgn-rgt44 {
  margin-right: 2.75rem;
}

.mgn-btm44 {
  margin-bottom: 2.75rem;
}

.mgn-lft44 {
  margin-left: 2.75rem;
}

.mgn45 {
  margin: 2.8125rem;
}

.mgn-top45 {
  margin-top: 2.8125rem;
}

.mgn-rgt45 {
  margin-right: 2.8125rem;
}

.mgn-btm45 {
  margin-bottom: 2.8125rem;
}

.mgn-lft45 {
  margin-left: 2.8125rem;
}

.mgn46 {
  margin: 2.875rem;
}

.mgn-top46 {
  margin-top: 2.875rem;
}

.mgn-rgt46 {
  margin-right: 2.875rem;
}

.mgn-btm46 {
  margin-bottom: 2.875rem;
}

.mgn-lft46 {
  margin-left: 2.875rem;
}

.mgn47 {
  margin: 2.9375rem;
}

.mgn-top47 {
  margin-top: 2.9375rem;
}

.mgn-rgt47 {
  margin-right: 2.9375rem;
}

.mgn-btm47 {
  margin-bottom: 2.9375rem;
}

.mgn-lft47 {
  margin-left: 2.9375rem;
}

.mgn48 {
  margin: 3rem;
}

.mgn-top48 {
  margin-top: 3rem;
}

.mgn-rgt48 {
  margin-right: 3rem;
}

.mgn-btm48 {
  margin-bottom: 3rem;
}

.mgn-lft48 {
  margin-left: 3rem;
}

.mgn49 {
  margin: 3.0625rem;
}

.mgn-top49 {
  margin-top: 3.0625rem;
}

.mgn-rgt49 {
  margin-right: 3.0625rem;
}

.mgn-btm49 {
  margin-bottom: 3.0625rem;
}

.mgn-lft49 {
  margin-left: 3.0625rem;
}

.mgn50 {
  margin: 3.125rem;
}

.mgn-top50 {
  margin-top: 3.125rem;
}

.mgn-rgt50 {
  margin-right: 3.125rem;
}

.mgn-btm50 {
  margin-bottom: 3.125rem;
}

.mgn-lft50 {
  margin-left: 3.125rem;
}

.mgn51 {
  margin: 3.1875rem;
}

.mgn-top51 {
  margin-top: 3.1875rem;
}

.mgn-rgt51 {
  margin-right: 3.1875rem;
}

.mgn-btm51 {
  margin-bottom: 3.1875rem;
}

.mgn-lft51 {
  margin-left: 3.1875rem;
}

.mgn52 {
  margin: 3.25rem;
}

.mgn-top52 {
  margin-top: 3.25rem;
}

.mgn-rgt52 {
  margin-right: 3.25rem;
}

.mgn-btm52 {
  margin-bottom: 3.25rem;
}

.mgn-lft52 {
  margin-left: 3.25rem;
}

.mgn53 {
  margin: 3.3125rem;
}

.mgn-top53 {
  margin-top: 3.3125rem;
}

.mgn-rgt53 {
  margin-right: 3.3125rem;
}

.mgn-btm53 {
  margin-bottom: 3.3125rem;
}

.mgn-lft53 {
  margin-left: 3.3125rem;
}

.mgn54 {
  margin: 3.375rem;
}

.mgn-top54 {
  margin-top: 3.375rem;
}

.mgn-rgt54 {
  margin-right: 3.375rem;
}

.mgn-btm54 {
  margin-bottom: 3.375rem;
}

.mgn-lft54 {
  margin-left: 3.375rem;
}

.mgn55 {
  margin: 3.4375rem;
}

.mgn-top55 {
  margin-top: 3.4375rem;
}

.mgn-rgt55 {
  margin-right: 3.4375rem;
}

.mgn-btm55 {
  margin-bottom: 3.4375rem;
}

.mgn-lft55 {
  margin-left: 3.4375rem;
}

.mgn56 {
  margin: 3.5rem;
}

.mgn-top56 {
  margin-top: 3.5rem;
}

.mgn-rgt56 {
  margin-right: 3.5rem;
}

.mgn-btm56 {
  margin-bottom: 3.5rem;
}

.mgn-lft56 {
  margin-left: 3.5rem;
}

.mgn57 {
  margin: 3.5625rem;
}

.mgn-top57 {
  margin-top: 3.5625rem;
}

.mgn-rgt57 {
  margin-right: 3.5625rem;
}

.mgn-btm57 {
  margin-bottom: 3.5625rem;
}

.mgn-lft57 {
  margin-left: 3.5625rem;
}

.mgn58 {
  margin: 3.625rem;
}

.mgn-top58 {
  margin-top: 3.625rem;
}

.mgn-rgt58 {
  margin-right: 3.625rem;
}

.mgn-btm58 {
  margin-bottom: 3.625rem;
}

.mgn-lft58 {
  margin-left: 3.625rem;
}

.mgn59 {
  margin: 3.6875rem;
}

.mgn-top59 {
  margin-top: 3.6875rem;
}

.mgn-rgt59 {
  margin-right: 3.6875rem;
}

.mgn-btm59 {
  margin-bottom: 3.6875rem;
}

.mgn-lft59 {
  margin-left: 3.6875rem;
}

.mgn60 {
  margin: 3.75rem;
}

.mgn-top60 {
  margin-top: 3.75rem;
}

.mgn-rgt60 {
  margin-right: 3.75rem;
}

.mgn-btm60 {
  margin-bottom: 3.75rem;
}

.mgn-lft60 {
  margin-left: 3.75rem;
}

.mgn61 {
  margin: 3.8125rem;
}

.mgn-top61 {
  margin-top: 3.8125rem;
}

.mgn-rgt61 {
  margin-right: 3.8125rem;
}

.mgn-btm61 {
  margin-bottom: 3.8125rem;
}

.mgn-lft61 {
  margin-left: 3.8125rem;
}

.mgn62 {
  margin: 3.875rem;
}

.mgn-top62 {
  margin-top: 3.875rem;
}

.mgn-rgt62 {
  margin-right: 3.875rem;
}

.mgn-btm62 {
  margin-bottom: 3.875rem;
}

.mgn-lft62 {
  margin-left: 3.875rem;
}

.mgn63 {
  margin: 3.9375rem;
}

.mgn-top63 {
  margin-top: 3.9375rem;
}

.mgn-rgt63 {
  margin-right: 3.9375rem;
}

.mgn-btm63 {
  margin-bottom: 3.9375rem;
}

.mgn-lft63 {
  margin-left: 3.9375rem;
}

.mgn64 {
  margin: 4rem;
}

.mgn-top64 {
  margin-top: 4rem;
}

.mgn-rgt64 {
  margin-right: 4rem;
}

.mgn-btm64 {
  margin-bottom: 4rem;
}

.mgn-lft64 {
  margin-left: 4rem;
}

.mgn65 {
  margin: 4.0625rem;
}

.mgn-top65 {
  margin-top: 4.0625rem;
}

.mgn-rgt65 {
  margin-right: 4.0625rem;
}

.mgn-btm65 {
  margin-bottom: 4.0625rem;
}

.mgn-lft65 {
  margin-left: 4.0625rem;
}

.mgn66 {
  margin: 4.125rem;
}

.mgn-top66 {
  margin-top: 4.125rem;
}

.mgn-rgt66 {
  margin-right: 4.125rem;
}

.mgn-btm66 {
  margin-bottom: 4.125rem;
}

.mgn-lft66 {
  margin-left: 4.125rem;
}

.mgn67 {
  margin: 4.1875rem;
}

.mgn-top67 {
  margin-top: 4.1875rem;
}

.mgn-rgt67 {
  margin-right: 4.1875rem;
}

.mgn-btm67 {
  margin-bottom: 4.1875rem;
}

.mgn-lft67 {
  margin-left: 4.1875rem;
}

.mgn68 {
  margin: 4.25rem;
}

.mgn-top68 {
  margin-top: 4.25rem;
}

.mgn-rgt68 {
  margin-right: 4.25rem;
}

.mgn-btm68 {
  margin-bottom: 4.25rem;
}

.mgn-lft68 {
  margin-left: 4.25rem;
}

.mgn69 {
  margin: 4.3125rem;
}

.mgn-top69 {
  margin-top: 4.3125rem;
}

.mgn-rgt69 {
  margin-right: 4.3125rem;
}

.mgn-btm69 {
  margin-bottom: 4.3125rem;
}

.mgn-lft69 {
  margin-left: 4.3125rem;
}

.mgn70 {
  margin: 4.375rem;
}

.mgn-top70 {
  margin-top: 4.375rem;
}

.mgn-rgt70 {
  margin-right: 4.375rem;
}

.mgn-btm70 {
  margin-bottom: 4.375rem;
}

.mgn-lft70 {
  margin-left: 4.375rem;
}

.mgn71 {
  margin: 4.4375rem;
}

.mgn-top71 {
  margin-top: 4.4375rem;
}

.mgn-rgt71 {
  margin-right: 4.4375rem;
}

.mgn-btm71 {
  margin-bottom: 4.4375rem;
}

.mgn-lft71 {
  margin-left: 4.4375rem;
}

.mgn72 {
  margin: 4.5rem;
}

.mgn-top72 {
  margin-top: 4.5rem;
}

.mgn-rgt72 {
  margin-right: 4.5rem;
}

.mgn-btm72 {
  margin-bottom: 4.5rem;
}

.mgn-lft72 {
  margin-left: 4.5rem;
}

.mgn73 {
  margin: 4.5625rem;
}

.mgn-top73 {
  margin-top: 4.5625rem;
}

.mgn-rgt73 {
  margin-right: 4.5625rem;
}

.mgn-btm73 {
  margin-bottom: 4.5625rem;
}

.mgn-lft73 {
  margin-left: 4.5625rem;
}

.mgn74 {
  margin: 4.625rem;
}

.mgn-top74 {
  margin-top: 4.625rem;
}

.mgn-rgt74 {
  margin-right: 4.625rem;
}

.mgn-btm74 {
  margin-bottom: 4.625rem;
}

.mgn-lft74 {
  margin-left: 4.625rem;
}

.mgn75 {
  margin: 4.6875rem;
}

.mgn-top75 {
  margin-top: 4.6875rem;
}

.mgn-rgt75 {
  margin-right: 4.6875rem;
}

.mgn-btm75 {
  margin-bottom: 4.6875rem;
}

.mgn-lft75 {
  margin-left: 4.6875rem;
}

.mgn76 {
  margin: 4.75rem;
}

.mgn-top76 {
  margin-top: 4.75rem;
}

.mgn-rgt76 {
  margin-right: 4.75rem;
}

.mgn-btm76 {
  margin-bottom: 4.75rem;
}

.mgn-lft76 {
  margin-left: 4.75rem;
}

.mgn77 {
  margin: 4.8125rem;
}

.mgn-top77 {
  margin-top: 4.8125rem;
}

.mgn-rgt77 {
  margin-right: 4.8125rem;
}

.mgn-btm77 {
  margin-bottom: 4.8125rem;
}

.mgn-lft77 {
  margin-left: 4.8125rem;
}

.mgn78 {
  margin: 4.875rem;
}

.mgn-top78 {
  margin-top: 4.875rem;
}

.mgn-rgt78 {
  margin-right: 4.875rem;
}

.mgn-btm78 {
  margin-bottom: 4.875rem;
}

.mgn-lft78 {
  margin-left: 4.875rem;
}

.mgn79 {
  margin: 4.9375rem;
}

.mgn-top79 {
  margin-top: 4.9375rem;
}

.mgn-rgt79 {
  margin-right: 4.9375rem;
}

.mgn-btm79 {
  margin-bottom: 4.9375rem;
}

.mgn-lft79 {
  margin-left: 4.9375rem;
}

.mgn80 {
  margin: 5rem;
}

.mgn-top80 {
  margin-top: 5rem;
}

.mgn-rgt80 {
  margin-right: 5rem;
}

.mgn-btm80 {
  margin-bottom: 5rem;
}

.mgn-lft80 {
  margin-left: 5rem;
}

.mgn81 {
  margin: 5.0625rem;
}

.mgn-top81 {
  margin-top: 5.0625rem;
}

.mgn-rgt81 {
  margin-right: 5.0625rem;
}

.mgn-btm81 {
  margin-bottom: 5.0625rem;
}

.mgn-lft81 {
  margin-left: 5.0625rem;
}

.mgn82 {
  margin: 5.125rem;
}

.mgn-top82 {
  margin-top: 5.125rem;
}

.mgn-rgt82 {
  margin-right: 5.125rem;
}

.mgn-btm82 {
  margin-bottom: 5.125rem;
}

.mgn-lft82 {
  margin-left: 5.125rem;
}

.mgn83 {
  margin: 5.1875rem;
}

.mgn-top83 {
  margin-top: 5.1875rem;
}

.mgn-rgt83 {
  margin-right: 5.1875rem;
}

.mgn-btm83 {
  margin-bottom: 5.1875rem;
}

.mgn-lft83 {
  margin-left: 5.1875rem;
}

.mgn84 {
  margin: 5.25rem;
}

.mgn-top84 {
  margin-top: 5.25rem;
}

.mgn-rgt84 {
  margin-right: 5.25rem;
}

.mgn-btm84 {
  margin-bottom: 5.25rem;
}

.mgn-lft84 {
  margin-left: 5.25rem;
}

.mgn85 {
  margin: 5.3125rem;
}

.mgn-top85 {
  margin-top: 5.3125rem;
}

.mgn-rgt85 {
  margin-right: 5.3125rem;
}

.mgn-btm85 {
  margin-bottom: 5.3125rem;
}

.mgn-lft85 {
  margin-left: 5.3125rem;
}

.mgn86 {
  margin: 5.375rem;
}

.mgn-top86 {
  margin-top: 5.375rem;
}

.mgn-rgt86 {
  margin-right: 5.375rem;
}

.mgn-btm86 {
  margin-bottom: 5.375rem;
}

.mgn-lft86 {
  margin-left: 5.375rem;
}

.mgn87 {
  margin: 5.4375rem;
}

.mgn-top87 {
  margin-top: 5.4375rem;
}

.mgn-rgt87 {
  margin-right: 5.4375rem;
}

.mgn-btm87 {
  margin-bottom: 5.4375rem;
}

.mgn-lft87 {
  margin-left: 5.4375rem;
}

.mgn88 {
  margin: 5.5rem;
}

.mgn-top88 {
  margin-top: 5.5rem;
}

.mgn-rgt88 {
  margin-right: 5.5rem;
}

.mgn-btm88 {
  margin-bottom: 5.5rem;
}

.mgn-lft88 {
  margin-left: 5.5rem;
}

.mgn89 {
  margin: 5.5625rem;
}

.mgn-top89 {
  margin-top: 5.5625rem;
}

.mgn-rgt89 {
  margin-right: 5.5625rem;
}

.mgn-btm89 {
  margin-bottom: 5.5625rem;
}

.mgn-lft89 {
  margin-left: 5.5625rem;
}

.mgn90 {
  margin: 5.625rem;
}

.mgn-top90 {
  margin-top: 5.625rem;
}

.mgn-rgt90 {
  margin-right: 5.625rem;
}

.mgn-btm90 {
  margin-bottom: 5.625rem;
}

.mgn-lft90 {
  margin-left: 5.625rem;
}

.mgn91 {
  margin: 5.6875rem;
}

.mgn-top91 {
  margin-top: 5.6875rem;
}

.mgn-rgt91 {
  margin-right: 5.6875rem;
}

.mgn-btm91 {
  margin-bottom: 5.6875rem;
}

.mgn-lft91 {
  margin-left: 5.6875rem;
}

.mgn92 {
  margin: 5.75rem;
}

.mgn-top92 {
  margin-top: 5.75rem;
}

.mgn-rgt92 {
  margin-right: 5.75rem;
}

.mgn-btm92 {
  margin-bottom: 5.75rem;
}

.mgn-lft92 {
  margin-left: 5.75rem;
}

.mgn93 {
  margin: 5.8125rem;
}

.mgn-top93 {
  margin-top: 5.8125rem;
}

.mgn-rgt93 {
  margin-right: 5.8125rem;
}

.mgn-btm93 {
  margin-bottom: 5.8125rem;
}

.mgn-lft93 {
  margin-left: 5.8125rem;
}

.mgn94 {
  margin: 5.875rem;
}

.mgn-top94 {
  margin-top: 5.875rem;
}

.mgn-rgt94 {
  margin-right: 5.875rem;
}

.mgn-btm94 {
  margin-bottom: 5.875rem;
}

.mgn-lft94 {
  margin-left: 5.875rem;
}

.mgn95 {
  margin: 5.9375rem;
}

.mgn-top95 {
  margin-top: 5.9375rem;
}

.mgn-rgt95 {
  margin-right: 5.9375rem;
}

.mgn-btm95 {
  margin-bottom: 5.9375rem;
}

.mgn-lft95 {
  margin-left: 5.9375rem;
}

.mgn96 {
  margin: 6rem;
}

.mgn-top96 {
  margin-top: 6rem;
}

.mgn-rgt96 {
  margin-right: 6rem;
}

.mgn-btm96 {
  margin-bottom: 6rem;
}

.mgn-lft96 {
  margin-left: 6rem;
}

.mgn97 {
  margin: 6.0625rem;
}

.mgn-top97 {
  margin-top: 6.0625rem;
}

.mgn-rgt97 {
  margin-right: 6.0625rem;
}

.mgn-btm97 {
  margin-bottom: 6.0625rem;
}

.mgn-lft97 {
  margin-left: 6.0625rem;
}

.mgn98 {
  margin: 6.125rem;
}

.mgn-top98 {
  margin-top: 6.125rem;
}

.mgn-rgt98 {
  margin-right: 6.125rem;
}

.mgn-btm98 {
  margin-bottom: 6.125rem;
}

.mgn-lft98 {
  margin-left: 6.125rem;
}

.mgn99 {
  margin: 6.1875rem;
}

.mgn-top99 {
  margin-top: 6.1875rem;
}

.mgn-rgt99 {
  margin-right: 6.1875rem;
}

.mgn-btm99 {
  margin-bottom: 6.1875rem;
}

.mgn-lft99 {
  margin-left: 6.1875rem;
}

.mgn100 {
  margin: 6.25rem;
}

.mgn-top100 {
  margin-top: 6.25rem;
}

.mgn-rgt100 {
  margin-right: 6.25rem;
}

.mgn-btm100 {
  margin-bottom: 6.25rem;
}

.mgn-lft100 {
  margin-left: 6.25rem;
}

.mgn101 {
  margin: 6.3125rem;
}

.mgn-top101 {
  margin-top: 6.3125rem;
}

.mgn-rgt101 {
  margin-right: 6.3125rem;
}

.mgn-btm101 {
  margin-bottom: 6.3125rem;
}

.mgn-lft101 {
  margin-left: 6.3125rem;
}

.mgn102 {
  margin: 6.375rem;
}

.mgn-top102 {
  margin-top: 6.375rem;
}

.mgn-rgt102 {
  margin-right: 6.375rem;
}

.mgn-btm102 {
  margin-bottom: 6.375rem;
}

.mgn-lft102 {
  margin-left: 6.375rem;
}

.mgn103 {
  margin: 6.4375rem;
}

.mgn-top103 {
  margin-top: 6.4375rem;
}

.mgn-rgt103 {
  margin-right: 6.4375rem;
}

.mgn-btm103 {
  margin-bottom: 6.4375rem;
}

.mgn-lft103 {
  margin-left: 6.4375rem;
}

.mgn104 {
  margin: 6.5rem;
}

.mgn-top104 {
  margin-top: 6.5rem;
}

.mgn-rgt104 {
  margin-right: 6.5rem;
}

.mgn-btm104 {
  margin-bottom: 6.5rem;
}

.mgn-lft104 {
  margin-left: 6.5rem;
}

.mgn105 {
  margin: 6.5625rem;
}

.mgn-top105 {
  margin-top: 6.5625rem;
}

.mgn-rgt105 {
  margin-right: 6.5625rem;
}

.mgn-btm105 {
  margin-bottom: 6.5625rem;
}

.mgn-lft105 {
  margin-left: 6.5625rem;
}

.mgn106 {
  margin: 6.625rem;
}

.mgn-top106 {
  margin-top: 6.625rem;
}

.mgn-rgt106 {
  margin-right: 6.625rem;
}

.mgn-btm106 {
  margin-bottom: 6.625rem;
}

.mgn-lft106 {
  margin-left: 6.625rem;
}

.mgn107 {
  margin: 6.6875rem;
}

.mgn-top107 {
  margin-top: 6.6875rem;
}

.mgn-rgt107 {
  margin-right: 6.6875rem;
}

.mgn-btm107 {
  margin-bottom: 6.6875rem;
}

.mgn-lft107 {
  margin-left: 6.6875rem;
}

.mgn108 {
  margin: 6.75rem;
}

.mgn-top108 {
  margin-top: 6.75rem;
}

.mgn-rgt108 {
  margin-right: 6.75rem;
}

.mgn-btm108 {
  margin-bottom: 6.75rem;
}

.mgn-lft108 {
  margin-left: 6.75rem;
}

.mgn109 {
  margin: 6.8125rem;
}

.mgn-top109 {
  margin-top: 6.8125rem;
}

.mgn-rgt109 {
  margin-right: 6.8125rem;
}

.mgn-btm109 {
  margin-bottom: 6.8125rem;
}

.mgn-lft109 {
  margin-left: 6.8125rem;
}

.mgn110 {
  margin: 6.875rem;
}

.mgn-top110 {
  margin-top: 6.875rem;
}

.mgn-rgt110 {
  margin-right: 6.875rem;
}

.mgn-btm110 {
  margin-bottom: 6.875rem;
}

.mgn-lft110 {
  margin-left: 6.875rem;
}

.mgn111 {
  margin: 6.9375rem;
}

.mgn-top111 {
  margin-top: 6.9375rem;
}

.mgn-rgt111 {
  margin-right: 6.9375rem;
}

.mgn-btm111 {
  margin-bottom: 6.9375rem;
}

.mgn-lft111 {
  margin-left: 6.9375rem;
}

.mgn112 {
  margin: 7rem;
}

.mgn-top112 {
  margin-top: 7rem;
}

.mgn-rgt112 {
  margin-right: 7rem;
}

.mgn-btm112 {
  margin-bottom: 7rem;
}

.mgn-lft112 {
  margin-left: 7rem;
}

.mgn113 {
  margin: 7.0625rem;
}

.mgn-top113 {
  margin-top: 7.0625rem;
}

.mgn-rgt113 {
  margin-right: 7.0625rem;
}

.mgn-btm113 {
  margin-bottom: 7.0625rem;
}

.mgn-lft113 {
  margin-left: 7.0625rem;
}

.mgn114 {
  margin: 7.125rem;
}

.mgn-top114 {
  margin-top: 7.125rem;
}

.mgn-rgt114 {
  margin-right: 7.125rem;
}

.mgn-btm114 {
  margin-bottom: 7.125rem;
}

.mgn-lft114 {
  margin-left: 7.125rem;
}

.mgn115 {
  margin: 7.1875rem;
}

.mgn-top115 {
  margin-top: 7.1875rem;
}

.mgn-rgt115 {
  margin-right: 7.1875rem;
}

.mgn-btm115 {
  margin-bottom: 7.1875rem;
}

.mgn-lft115 {
  margin-left: 7.1875rem;
}

.mgn116 {
  margin: 7.25rem;
}

.mgn-top116 {
  margin-top: 7.25rem;
}

.mgn-rgt116 {
  margin-right: 7.25rem;
}

.mgn-btm116 {
  margin-bottom: 7.25rem;
}

.mgn-lft116 {
  margin-left: 7.25rem;
}

.mgn117 {
  margin: 7.3125rem;
}

.mgn-top117 {
  margin-top: 7.3125rem;
}

.mgn-rgt117 {
  margin-right: 7.3125rem;
}

.mgn-btm117 {
  margin-bottom: 7.3125rem;
}

.mgn-lft117 {
  margin-left: 7.3125rem;
}

.mgn118 {
  margin: 7.375rem;
}

.mgn-top118 {
  margin-top: 7.375rem;
}

.mgn-rgt118 {
  margin-right: 7.375rem;
}

.mgn-btm118 {
  margin-bottom: 7.375rem;
}

.mgn-lft118 {
  margin-left: 7.375rem;
}

.mgn119 {
  margin: 7.4375rem;
}

.mgn-top119 {
  margin-top: 7.4375rem;
}

.mgn-rgt119 {
  margin-right: 7.4375rem;
}

.mgn-btm119 {
  margin-bottom: 7.4375rem;
}

.mgn-lft119 {
  margin-left: 7.4375rem;
}

.mgn120 {
  margin: 7.5rem;
}

.mgn-top120 {
  margin-top: 7.5rem;
}

.mgn-rgt120 {
  margin-right: 7.5rem;
}

.mgn-btm120 {
  margin-bottom: 7.5rem;
}

.mgn-lft120 {
  margin-left: 7.5rem;
}

.mgn121 {
  margin: 7.5625rem;
}

.mgn-top121 {
  margin-top: 7.5625rem;
}

.mgn-rgt121 {
  margin-right: 7.5625rem;
}

.mgn-btm121 {
  margin-bottom: 7.5625rem;
}

.mgn-lft121 {
  margin-left: 7.5625rem;
}

.mgn122 {
  margin: 7.625rem;
}

.mgn-top122 {
  margin-top: 7.625rem;
}

.mgn-rgt122 {
  margin-right: 7.625rem;
}

.mgn-btm122 {
  margin-bottom: 7.625rem;
}

.mgn-lft122 {
  margin-left: 7.625rem;
}

.mgn123 {
  margin: 7.6875rem;
}

.mgn-top123 {
  margin-top: 7.6875rem;
}

.mgn-rgt123 {
  margin-right: 7.6875rem;
}

.mgn-btm123 {
  margin-bottom: 7.6875rem;
}

.mgn-lft123 {
  margin-left: 7.6875rem;
}

.mgn124 {
  margin: 7.75rem;
}

.mgn-top124 {
  margin-top: 7.75rem;
}

.mgn-rgt124 {
  margin-right: 7.75rem;
}

.mgn-btm124 {
  margin-bottom: 7.75rem;
}

.mgn-lft124 {
  margin-left: 7.75rem;
}

.mgn125 {
  margin: 7.8125rem;
}

.mgn-top125 {
  margin-top: 7.8125rem;
}

.mgn-rgt125 {
  margin-right: 7.8125rem;
}

.mgn-btm125 {
  margin-bottom: 7.8125rem;
}

.mgn-lft125 {
  margin-left: 7.8125rem;
}

.mgn126 {
  margin: 7.875rem;
}

.mgn-top126 {
  margin-top: 7.875rem;
}

.mgn-rgt126 {
  margin-right: 7.875rem;
}

.mgn-btm126 {
  margin-bottom: 7.875rem;
}

.mgn-lft126 {
  margin-left: 7.875rem;
}

.mgn127 {
  margin: 7.9375rem;
}

.mgn-top127 {
  margin-top: 7.9375rem;
}

.mgn-rgt127 {
  margin-right: 7.9375rem;
}

.mgn-btm127 {
  margin-bottom: 7.9375rem;
}

.mgn-lft127 {
  margin-left: 7.9375rem;
}

.mgn128 {
  margin: 8rem;
}

.mgn-top128 {
  margin-top: 8rem;
}

.mgn-rgt128 {
  margin-right: 8rem;
}

.mgn-btm128 {
  margin-bottom: 8rem;
}

.mgn-lft128 {
  margin-left: 8rem;
}

.mgn129 {
  margin: 8.0625rem;
}

.mgn-top129 {
  margin-top: 8.0625rem;
}

.mgn-rgt129 {
  margin-right: 8.0625rem;
}

.mgn-btm129 {
  margin-bottom: 8.0625rem;
}

.mgn-lft129 {
  margin-left: 8.0625rem;
}

.mgn130 {
  margin: 8.125rem;
}

.mgn-top130 {
  margin-top: 8.125rem;
}

.mgn-rgt130 {
  margin-right: 8.125rem;
}

.mgn-btm130 {
  margin-bottom: 8.125rem;
}

.mgn-lft130 {
  margin-left: 8.125rem;
}

.mgn131 {
  margin: 8.1875rem;
}

.mgn-top131 {
  margin-top: 8.1875rem;
}

.mgn-rgt131 {
  margin-right: 8.1875rem;
}

.mgn-btm131 {
  margin-bottom: 8.1875rem;
}

.mgn-lft131 {
  margin-left: 8.1875rem;
}

.mgn132 {
  margin: 8.25rem;
}

.mgn-top132 {
  margin-top: 8.25rem;
}

.mgn-rgt132 {
  margin-right: 8.25rem;
}

.mgn-btm132 {
  margin-bottom: 8.25rem;
}

.mgn-lft132 {
  margin-left: 8.25rem;
}

.mgn133 {
  margin: 8.3125rem;
}

.mgn-top133 {
  margin-top: 8.3125rem;
}

.mgn-rgt133 {
  margin-right: 8.3125rem;
}

.mgn-btm133 {
  margin-bottom: 8.3125rem;
}

.mgn-lft133 {
  margin-left: 8.3125rem;
}

.mgn134 {
  margin: 8.375rem;
}

.mgn-top134 {
  margin-top: 8.375rem;
}

.mgn-rgt134 {
  margin-right: 8.375rem;
}

.mgn-btm134 {
  margin-bottom: 8.375rem;
}

.mgn-lft134 {
  margin-left: 8.375rem;
}

.mgn135 {
  margin: 8.4375rem;
}

.mgn-top135 {
  margin-top: 8.4375rem;
}

.mgn-rgt135 {
  margin-right: 8.4375rem;
}

.mgn-btm135 {
  margin-bottom: 8.4375rem;
}

.mgn-lft135 {
  margin-left: 8.4375rem;
}

.mgn136 {
  margin: 8.5rem;
}

.mgn-top136 {
  margin-top: 8.5rem;
}

.mgn-rgt136 {
  margin-right: 8.5rem;
}

.mgn-btm136 {
  margin-bottom: 8.5rem;
}

.mgn-lft136 {
  margin-left: 8.5rem;
}

.mgn137 {
  margin: 8.5625rem;
}

.mgn-top137 {
  margin-top: 8.5625rem;
}

.mgn-rgt137 {
  margin-right: 8.5625rem;
}

.mgn-btm137 {
  margin-bottom: 8.5625rem;
}

.mgn-lft137 {
  margin-left: 8.5625rem;
}

.mgn138 {
  margin: 8.625rem;
}

.mgn-top138 {
  margin-top: 8.625rem;
}

.mgn-rgt138 {
  margin-right: 8.625rem;
}

.mgn-btm138 {
  margin-bottom: 8.625rem;
}

.mgn-lft138 {
  margin-left: 8.625rem;
}

.mgn139 {
  margin: 8.6875rem;
}

.mgn-top139 {
  margin-top: 8.6875rem;
}

.mgn-rgt139 {
  margin-right: 8.6875rem;
}

.mgn-btm139 {
  margin-bottom: 8.6875rem;
}

.mgn-lft139 {
  margin-left: 8.6875rem;
}

.mgn140 {
  margin: 8.75rem;
}

.mgn-top140 {
  margin-top: 8.75rem;
}

.mgn-rgt140 {
  margin-right: 8.75rem;
}

.mgn-btm140 {
  margin-bottom: 8.75rem;
}

.mgn-lft140 {
  margin-left: 8.75rem;
}

.mgn141 {
  margin: 8.8125rem;
}

.mgn-top141 {
  margin-top: 8.8125rem;
}

.mgn-rgt141 {
  margin-right: 8.8125rem;
}

.mgn-btm141 {
  margin-bottom: 8.8125rem;
}

.mgn-lft141 {
  margin-left: 8.8125rem;
}

.mgn142 {
  margin: 8.875rem;
}

.mgn-top142 {
  margin-top: 8.875rem;
}

.mgn-rgt142 {
  margin-right: 8.875rem;
}

.mgn-btm142 {
  margin-bottom: 8.875rem;
}

.mgn-lft142 {
  margin-left: 8.875rem;
}

.mgn143 {
  margin: 8.9375rem;
}

.mgn-top143 {
  margin-top: 8.9375rem;
}

.mgn-rgt143 {
  margin-right: 8.9375rem;
}

.mgn-btm143 {
  margin-bottom: 8.9375rem;
}

.mgn-lft143 {
  margin-left: 8.9375rem;
}

.mgn144 {
  margin: 9rem;
}

.mgn-top144 {
  margin-top: 9rem;
}

.mgn-rgt144 {
  margin-right: 9rem;
}

.mgn-btm144 {
  margin-bottom: 9rem;
}

.mgn-lft144 {
  margin-left: 9rem;
}

.mgn145 {
  margin: 9.0625rem;
}

.mgn-top145 {
  margin-top: 9.0625rem;
}

.mgn-rgt145 {
  margin-right: 9.0625rem;
}

.mgn-btm145 {
  margin-bottom: 9.0625rem;
}

.mgn-lft145 {
  margin-left: 9.0625rem;
}

.mgn146 {
  margin: 9.125rem;
}

.mgn-top146 {
  margin-top: 9.125rem;
}

.mgn-rgt146 {
  margin-right: 9.125rem;
}

.mgn-btm146 {
  margin-bottom: 9.125rem;
}

.mgn-lft146 {
  margin-left: 9.125rem;
}

.mgn147 {
  margin: 9.1875rem;
}

.mgn-top147 {
  margin-top: 9.1875rem;
}

.mgn-rgt147 {
  margin-right: 9.1875rem;
}

.mgn-btm147 {
  margin-bottom: 9.1875rem;
}

.mgn-lft147 {
  margin-left: 9.1875rem;
}

.mgn148 {
  margin: 9.25rem;
}

.mgn-top148 {
  margin-top: 9.25rem;
}

.mgn-rgt148 {
  margin-right: 9.25rem;
}

.mgn-btm148 {
  margin-bottom: 9.25rem;
}

.mgn-lft148 {
  margin-left: 9.25rem;
}

.mgn149 {
  margin: 9.3125rem;
}

.mgn-top149 {
  margin-top: 9.3125rem;
}

.mgn-rgt149 {
  margin-right: 9.3125rem;
}

.mgn-btm149 {
  margin-bottom: 9.3125rem;
}

.mgn-lft149 {
  margin-left: 9.3125rem;
}

.mgn150 {
  margin: 9.375rem;
}

.mgn-top150 {
  margin-top: 9.375rem;
}

.mgn-rgt150 {
  margin-right: 9.375rem;
}

.mgn-btm150 {
  margin-bottom: 9.375rem;
}

.mgn-lft150 {
  margin-left: 9.375rem;
}

@media screen and (max-width: 47.9375em) {
  .mgn0 {
    margin: 0rem;
  }
  .mgn-top0 {
    margin-top: 0rem;
  }
  .mgn-rgt0 {
    margin-right: 0rem;
  }
  .mgn-btm0 {
    margin-bottom: 0rem;
  }
  .mgn-lft0 {
    margin-left: 0rem;
  }
  .mgn-sp0 {
    margin: 0rem !important;
  }
  .mgn-top-sp0 {
    margin-top: 0rem !important;
  }
  .mgn-rgt-sp0 {
    margin-right: 0rem !important;
  }
  .mgn-btm-sp0 {
    margin-bottom: 0rem !important;
  }
  .mgn-lft-sp0 {
    margin-left: 0rem !important;
  }
  .mgn1 {
    margin: 0.0357142857rem;
  }
  .mgn-top1 {
    margin-top: 0.0357142857rem;
  }
  .mgn-rgt1 {
    margin-right: 0.0357142857rem;
  }
  .mgn-btm1 {
    margin-bottom: 0.0357142857rem;
  }
  .mgn-lft1 {
    margin-left: 0.0357142857rem;
  }
  .mgn-sp1 {
    margin: 0.0714285714rem !important;
  }
  .mgn-top-sp1 {
    margin-top: 0.0714285714rem !important;
  }
  .mgn-rgt-sp1 {
    margin-right: 0.0714285714rem !important;
  }
  .mgn-btm-sp1 {
    margin-bottom: 0.0714285714rem !important;
  }
  .mgn-lft-sp1 {
    margin-left: 0.0714285714rem !important;
  }
  .mgn2 {
    margin: 0.0714285714rem;
  }
  .mgn-top2 {
    margin-top: 0.0714285714rem;
  }
  .mgn-rgt2 {
    margin-right: 0.0714285714rem;
  }
  .mgn-btm2 {
    margin-bottom: 0.0714285714rem;
  }
  .mgn-lft2 {
    margin-left: 0.0714285714rem;
  }
  .mgn-sp2 {
    margin: 0.1428571429rem !important;
  }
  .mgn-top-sp2 {
    margin-top: 0.1428571429rem !important;
  }
  .mgn-rgt-sp2 {
    margin-right: 0.1428571429rem !important;
  }
  .mgn-btm-sp2 {
    margin-bottom: 0.1428571429rem !important;
  }
  .mgn-lft-sp2 {
    margin-left: 0.1428571429rem !important;
  }
  .mgn3 {
    margin: 0.1071428571rem;
  }
  .mgn-top3 {
    margin-top: 0.1071428571rem;
  }
  .mgn-rgt3 {
    margin-right: 0.1071428571rem;
  }
  .mgn-btm3 {
    margin-bottom: 0.1071428571rem;
  }
  .mgn-lft3 {
    margin-left: 0.1071428571rem;
  }
  .mgn-sp3 {
    margin: 0.2142857143rem !important;
  }
  .mgn-top-sp3 {
    margin-top: 0.2142857143rem !important;
  }
  .mgn-rgt-sp3 {
    margin-right: 0.2142857143rem !important;
  }
  .mgn-btm-sp3 {
    margin-bottom: 0.2142857143rem !important;
  }
  .mgn-lft-sp3 {
    margin-left: 0.2142857143rem !important;
  }
  .mgn4 {
    margin: 0.1428571429rem;
  }
  .mgn-top4 {
    margin-top: 0.1428571429rem;
  }
  .mgn-rgt4 {
    margin-right: 0.1428571429rem;
  }
  .mgn-btm4 {
    margin-bottom: 0.1428571429rem;
  }
  .mgn-lft4 {
    margin-left: 0.1428571429rem;
  }
  .mgn-sp4 {
    margin: 0.2857142857rem !important;
  }
  .mgn-top-sp4 {
    margin-top: 0.2857142857rem !important;
  }
  .mgn-rgt-sp4 {
    margin-right: 0.2857142857rem !important;
  }
  .mgn-btm-sp4 {
    margin-bottom: 0.2857142857rem !important;
  }
  .mgn-lft-sp4 {
    margin-left: 0.2857142857rem !important;
  }
  .mgn5 {
    margin: 0.1785714286rem;
  }
  .mgn-top5 {
    margin-top: 0.1785714286rem;
  }
  .mgn-rgt5 {
    margin-right: 0.1785714286rem;
  }
  .mgn-btm5 {
    margin-bottom: 0.1785714286rem;
  }
  .mgn-lft5 {
    margin-left: 0.1785714286rem;
  }
  .mgn-sp5 {
    margin: 0.3571428571rem !important;
  }
  .mgn-top-sp5 {
    margin-top: 0.3571428571rem !important;
  }
  .mgn-rgt-sp5 {
    margin-right: 0.3571428571rem !important;
  }
  .mgn-btm-sp5 {
    margin-bottom: 0.3571428571rem !important;
  }
  .mgn-lft-sp5 {
    margin-left: 0.3571428571rem !important;
  }
  .mgn6 {
    margin: 0.2142857143rem;
  }
  .mgn-top6 {
    margin-top: 0.2142857143rem;
  }
  .mgn-rgt6 {
    margin-right: 0.2142857143rem;
  }
  .mgn-btm6 {
    margin-bottom: 0.2142857143rem;
  }
  .mgn-lft6 {
    margin-left: 0.2142857143rem;
  }
  .mgn-sp6 {
    margin: 0.4285714286rem !important;
  }
  .mgn-top-sp6 {
    margin-top: 0.4285714286rem !important;
  }
  .mgn-rgt-sp6 {
    margin-right: 0.4285714286rem !important;
  }
  .mgn-btm-sp6 {
    margin-bottom: 0.4285714286rem !important;
  }
  .mgn-lft-sp6 {
    margin-left: 0.4285714286rem !important;
  }
  .mgn7 {
    margin: 0.25rem;
  }
  .mgn-top7 {
    margin-top: 0.25rem;
  }
  .mgn-rgt7 {
    margin-right: 0.25rem;
  }
  .mgn-btm7 {
    margin-bottom: 0.25rem;
  }
  .mgn-lft7 {
    margin-left: 0.25rem;
  }
  .mgn-sp7 {
    margin: 0.5rem !important;
  }
  .mgn-top-sp7 {
    margin-top: 0.5rem !important;
  }
  .mgn-rgt-sp7 {
    margin-right: 0.5rem !important;
  }
  .mgn-btm-sp7 {
    margin-bottom: 0.5rem !important;
  }
  .mgn-lft-sp7 {
    margin-left: 0.5rem !important;
  }
  .mgn8 {
    margin: 0.2857142857rem;
  }
  .mgn-top8 {
    margin-top: 0.2857142857rem;
  }
  .mgn-rgt8 {
    margin-right: 0.2857142857rem;
  }
  .mgn-btm8 {
    margin-bottom: 0.2857142857rem;
  }
  .mgn-lft8 {
    margin-left: 0.2857142857rem;
  }
  .mgn-sp8 {
    margin: 0.5714285714rem !important;
  }
  .mgn-top-sp8 {
    margin-top: 0.5714285714rem !important;
  }
  .mgn-rgt-sp8 {
    margin-right: 0.5714285714rem !important;
  }
  .mgn-btm-sp8 {
    margin-bottom: 0.5714285714rem !important;
  }
  .mgn-lft-sp8 {
    margin-left: 0.5714285714rem !important;
  }
  .mgn9 {
    margin: 0.3214285714rem;
  }
  .mgn-top9 {
    margin-top: 0.3214285714rem;
  }
  .mgn-rgt9 {
    margin-right: 0.3214285714rem;
  }
  .mgn-btm9 {
    margin-bottom: 0.3214285714rem;
  }
  .mgn-lft9 {
    margin-left: 0.3214285714rem;
  }
  .mgn-sp9 {
    margin: 0.6428571429rem !important;
  }
  .mgn-top-sp9 {
    margin-top: 0.6428571429rem !important;
  }
  .mgn-rgt-sp9 {
    margin-right: 0.6428571429rem !important;
  }
  .mgn-btm-sp9 {
    margin-bottom: 0.6428571429rem !important;
  }
  .mgn-lft-sp9 {
    margin-left: 0.6428571429rem !important;
  }
  .mgn10 {
    margin: 0.3571428571rem;
  }
  .mgn-top10 {
    margin-top: 0.3571428571rem;
  }
  .mgn-rgt10 {
    margin-right: 0.3571428571rem;
  }
  .mgn-btm10 {
    margin-bottom: 0.3571428571rem;
  }
  .mgn-lft10 {
    margin-left: 0.3571428571rem;
  }
  .mgn-sp10 {
    margin: 0.7142857143rem !important;
  }
  .mgn-top-sp10 {
    margin-top: 0.7142857143rem !important;
  }
  .mgn-rgt-sp10 {
    margin-right: 0.7142857143rem !important;
  }
  .mgn-btm-sp10 {
    margin-bottom: 0.7142857143rem !important;
  }
  .mgn-lft-sp10 {
    margin-left: 0.7142857143rem !important;
  }
  .mgn11 {
    margin: 0.3928571429rem;
  }
  .mgn-top11 {
    margin-top: 0.3928571429rem;
  }
  .mgn-rgt11 {
    margin-right: 0.3928571429rem;
  }
  .mgn-btm11 {
    margin-bottom: 0.3928571429rem;
  }
  .mgn-lft11 {
    margin-left: 0.3928571429rem;
  }
  .mgn-sp11 {
    margin: 0.7857142857rem !important;
  }
  .mgn-top-sp11 {
    margin-top: 0.7857142857rem !important;
  }
  .mgn-rgt-sp11 {
    margin-right: 0.7857142857rem !important;
  }
  .mgn-btm-sp11 {
    margin-bottom: 0.7857142857rem !important;
  }
  .mgn-lft-sp11 {
    margin-left: 0.7857142857rem !important;
  }
  .mgn12 {
    margin: 0.4285714286rem;
  }
  .mgn-top12 {
    margin-top: 0.4285714286rem;
  }
  .mgn-rgt12 {
    margin-right: 0.4285714286rem;
  }
  .mgn-btm12 {
    margin-bottom: 0.4285714286rem;
  }
  .mgn-lft12 {
    margin-left: 0.4285714286rem;
  }
  .mgn-sp12 {
    margin: 0.8571428571rem !important;
  }
  .mgn-top-sp12 {
    margin-top: 0.8571428571rem !important;
  }
  .mgn-rgt-sp12 {
    margin-right: 0.8571428571rem !important;
  }
  .mgn-btm-sp12 {
    margin-bottom: 0.8571428571rem !important;
  }
  .mgn-lft-sp12 {
    margin-left: 0.8571428571rem !important;
  }
  .mgn13 {
    margin: 0.4642857143rem;
  }
  .mgn-top13 {
    margin-top: 0.4642857143rem;
  }
  .mgn-rgt13 {
    margin-right: 0.4642857143rem;
  }
  .mgn-btm13 {
    margin-bottom: 0.4642857143rem;
  }
  .mgn-lft13 {
    margin-left: 0.4642857143rem;
  }
  .mgn-sp13 {
    margin: 0.9285714286rem !important;
  }
  .mgn-top-sp13 {
    margin-top: 0.9285714286rem !important;
  }
  .mgn-rgt-sp13 {
    margin-right: 0.9285714286rem !important;
  }
  .mgn-btm-sp13 {
    margin-bottom: 0.9285714286rem !important;
  }
  .mgn-lft-sp13 {
    margin-left: 0.9285714286rem !important;
  }
  .mgn14 {
    margin: 0.5rem;
  }
  .mgn-top14 {
    margin-top: 0.5rem;
  }
  .mgn-rgt14 {
    margin-right: 0.5rem;
  }
  .mgn-btm14 {
    margin-bottom: 0.5rem;
  }
  .mgn-lft14 {
    margin-left: 0.5rem;
  }
  .mgn-sp14 {
    margin: 1rem !important;
  }
  .mgn-top-sp14 {
    margin-top: 1rem !important;
  }
  .mgn-rgt-sp14 {
    margin-right: 1rem !important;
  }
  .mgn-btm-sp14 {
    margin-bottom: 1rem !important;
  }
  .mgn-lft-sp14 {
    margin-left: 1rem !important;
  }
  .mgn15 {
    margin: 0.5357142857rem;
  }
  .mgn-top15 {
    margin-top: 0.5357142857rem;
  }
  .mgn-rgt15 {
    margin-right: 0.5357142857rem;
  }
  .mgn-btm15 {
    margin-bottom: 0.5357142857rem;
  }
  .mgn-lft15 {
    margin-left: 0.5357142857rem;
  }
  .mgn-sp15 {
    margin: 1.0714285714rem !important;
  }
  .mgn-top-sp15 {
    margin-top: 1.0714285714rem !important;
  }
  .mgn-rgt-sp15 {
    margin-right: 1.0714285714rem !important;
  }
  .mgn-btm-sp15 {
    margin-bottom: 1.0714285714rem !important;
  }
  .mgn-lft-sp15 {
    margin-left: 1.0714285714rem !important;
  }
  .mgn16 {
    margin: 0.5714285714rem;
  }
  .mgn-top16 {
    margin-top: 0.5714285714rem;
  }
  .mgn-rgt16 {
    margin-right: 0.5714285714rem;
  }
  .mgn-btm16 {
    margin-bottom: 0.5714285714rem;
  }
  .mgn-lft16 {
    margin-left: 0.5714285714rem;
  }
  .mgn-sp16 {
    margin: 1.1428571429rem !important;
  }
  .mgn-top-sp16 {
    margin-top: 1.1428571429rem !important;
  }
  .mgn-rgt-sp16 {
    margin-right: 1.1428571429rem !important;
  }
  .mgn-btm-sp16 {
    margin-bottom: 1.1428571429rem !important;
  }
  .mgn-lft-sp16 {
    margin-left: 1.1428571429rem !important;
  }
  .mgn17 {
    margin: 0.6071428571rem;
  }
  .mgn-top17 {
    margin-top: 0.6071428571rem;
  }
  .mgn-rgt17 {
    margin-right: 0.6071428571rem;
  }
  .mgn-btm17 {
    margin-bottom: 0.6071428571rem;
  }
  .mgn-lft17 {
    margin-left: 0.6071428571rem;
  }
  .mgn-sp17 {
    margin: 1.2142857143rem !important;
  }
  .mgn-top-sp17 {
    margin-top: 1.2142857143rem !important;
  }
  .mgn-rgt-sp17 {
    margin-right: 1.2142857143rem !important;
  }
  .mgn-btm-sp17 {
    margin-bottom: 1.2142857143rem !important;
  }
  .mgn-lft-sp17 {
    margin-left: 1.2142857143rem !important;
  }
  .mgn18 {
    margin: 0.6428571429rem;
  }
  .mgn-top18 {
    margin-top: 0.6428571429rem;
  }
  .mgn-rgt18 {
    margin-right: 0.6428571429rem;
  }
  .mgn-btm18 {
    margin-bottom: 0.6428571429rem;
  }
  .mgn-lft18 {
    margin-left: 0.6428571429rem;
  }
  .mgn-sp18 {
    margin: 1.2857142857rem !important;
  }
  .mgn-top-sp18 {
    margin-top: 1.2857142857rem !important;
  }
  .mgn-rgt-sp18 {
    margin-right: 1.2857142857rem !important;
  }
  .mgn-btm-sp18 {
    margin-bottom: 1.2857142857rem !important;
  }
  .mgn-lft-sp18 {
    margin-left: 1.2857142857rem !important;
  }
  .mgn19 {
    margin: 0.6785714286rem;
  }
  .mgn-top19 {
    margin-top: 0.6785714286rem;
  }
  .mgn-rgt19 {
    margin-right: 0.6785714286rem;
  }
  .mgn-btm19 {
    margin-bottom: 0.6785714286rem;
  }
  .mgn-lft19 {
    margin-left: 0.6785714286rem;
  }
  .mgn-sp19 {
    margin: 1.3571428571rem !important;
  }
  .mgn-top-sp19 {
    margin-top: 1.3571428571rem !important;
  }
  .mgn-rgt-sp19 {
    margin-right: 1.3571428571rem !important;
  }
  .mgn-btm-sp19 {
    margin-bottom: 1.3571428571rem !important;
  }
  .mgn-lft-sp19 {
    margin-left: 1.3571428571rem !important;
  }
  .mgn20 {
    margin: 0.7142857143rem;
  }
  .mgn-top20 {
    margin-top: 0.7142857143rem;
  }
  .mgn-rgt20 {
    margin-right: 0.7142857143rem;
  }
  .mgn-btm20 {
    margin-bottom: 0.7142857143rem;
  }
  .mgn-lft20 {
    margin-left: 0.7142857143rem;
  }
  .mgn-sp20 {
    margin: 1.4285714286rem !important;
  }
  .mgn-top-sp20 {
    margin-top: 1.4285714286rem !important;
  }
  .mgn-rgt-sp20 {
    margin-right: 1.4285714286rem !important;
  }
  .mgn-btm-sp20 {
    margin-bottom: 1.4285714286rem !important;
  }
  .mgn-lft-sp20 {
    margin-left: 1.4285714286rem !important;
  }
  .mgn21 {
    margin: 0.75rem;
  }
  .mgn-top21 {
    margin-top: 0.75rem;
  }
  .mgn-rgt21 {
    margin-right: 0.75rem;
  }
  .mgn-btm21 {
    margin-bottom: 0.75rem;
  }
  .mgn-lft21 {
    margin-left: 0.75rem;
  }
  .mgn-sp21 {
    margin: 1.5rem !important;
  }
  .mgn-top-sp21 {
    margin-top: 1.5rem !important;
  }
  .mgn-rgt-sp21 {
    margin-right: 1.5rem !important;
  }
  .mgn-btm-sp21 {
    margin-bottom: 1.5rem !important;
  }
  .mgn-lft-sp21 {
    margin-left: 1.5rem !important;
  }
  .mgn22 {
    margin: 0.7857142857rem;
  }
  .mgn-top22 {
    margin-top: 0.7857142857rem;
  }
  .mgn-rgt22 {
    margin-right: 0.7857142857rem;
  }
  .mgn-btm22 {
    margin-bottom: 0.7857142857rem;
  }
  .mgn-lft22 {
    margin-left: 0.7857142857rem;
  }
  .mgn-sp22 {
    margin: 1.5714285714rem !important;
  }
  .mgn-top-sp22 {
    margin-top: 1.5714285714rem !important;
  }
  .mgn-rgt-sp22 {
    margin-right: 1.5714285714rem !important;
  }
  .mgn-btm-sp22 {
    margin-bottom: 1.5714285714rem !important;
  }
  .mgn-lft-sp22 {
    margin-left: 1.5714285714rem !important;
  }
  .mgn23 {
    margin: 0.8214285714rem;
  }
  .mgn-top23 {
    margin-top: 0.8214285714rem;
  }
  .mgn-rgt23 {
    margin-right: 0.8214285714rem;
  }
  .mgn-btm23 {
    margin-bottom: 0.8214285714rem;
  }
  .mgn-lft23 {
    margin-left: 0.8214285714rem;
  }
  .mgn-sp23 {
    margin: 1.6428571429rem !important;
  }
  .mgn-top-sp23 {
    margin-top: 1.6428571429rem !important;
  }
  .mgn-rgt-sp23 {
    margin-right: 1.6428571429rem !important;
  }
  .mgn-btm-sp23 {
    margin-bottom: 1.6428571429rem !important;
  }
  .mgn-lft-sp23 {
    margin-left: 1.6428571429rem !important;
  }
  .mgn24 {
    margin: 0.8571428571rem;
  }
  .mgn-top24 {
    margin-top: 0.8571428571rem;
  }
  .mgn-rgt24 {
    margin-right: 0.8571428571rem;
  }
  .mgn-btm24 {
    margin-bottom: 0.8571428571rem;
  }
  .mgn-lft24 {
    margin-left: 0.8571428571rem;
  }
  .mgn-sp24 {
    margin: 1.7142857143rem !important;
  }
  .mgn-top-sp24 {
    margin-top: 1.7142857143rem !important;
  }
  .mgn-rgt-sp24 {
    margin-right: 1.7142857143rem !important;
  }
  .mgn-btm-sp24 {
    margin-bottom: 1.7142857143rem !important;
  }
  .mgn-lft-sp24 {
    margin-left: 1.7142857143rem !important;
  }
  .mgn25 {
    margin: 0.8928571429rem;
  }
  .mgn-top25 {
    margin-top: 0.8928571429rem;
  }
  .mgn-rgt25 {
    margin-right: 0.8928571429rem;
  }
  .mgn-btm25 {
    margin-bottom: 0.8928571429rem;
  }
  .mgn-lft25 {
    margin-left: 0.8928571429rem;
  }
  .mgn-sp25 {
    margin: 1.7857142857rem !important;
  }
  .mgn-top-sp25 {
    margin-top: 1.7857142857rem !important;
  }
  .mgn-rgt-sp25 {
    margin-right: 1.7857142857rem !important;
  }
  .mgn-btm-sp25 {
    margin-bottom: 1.7857142857rem !important;
  }
  .mgn-lft-sp25 {
    margin-left: 1.7857142857rem !important;
  }
  .mgn26 {
    margin: 0.9285714286rem;
  }
  .mgn-top26 {
    margin-top: 0.9285714286rem;
  }
  .mgn-rgt26 {
    margin-right: 0.9285714286rem;
  }
  .mgn-btm26 {
    margin-bottom: 0.9285714286rem;
  }
  .mgn-lft26 {
    margin-left: 0.9285714286rem;
  }
  .mgn-sp26 {
    margin: 1.8571428571rem !important;
  }
  .mgn-top-sp26 {
    margin-top: 1.8571428571rem !important;
  }
  .mgn-rgt-sp26 {
    margin-right: 1.8571428571rem !important;
  }
  .mgn-btm-sp26 {
    margin-bottom: 1.8571428571rem !important;
  }
  .mgn-lft-sp26 {
    margin-left: 1.8571428571rem !important;
  }
  .mgn27 {
    margin: 0.9642857143rem;
  }
  .mgn-top27 {
    margin-top: 0.9642857143rem;
  }
  .mgn-rgt27 {
    margin-right: 0.9642857143rem;
  }
  .mgn-btm27 {
    margin-bottom: 0.9642857143rem;
  }
  .mgn-lft27 {
    margin-left: 0.9642857143rem;
  }
  .mgn-sp27 {
    margin: 1.9285714286rem !important;
  }
  .mgn-top-sp27 {
    margin-top: 1.9285714286rem !important;
  }
  .mgn-rgt-sp27 {
    margin-right: 1.9285714286rem !important;
  }
  .mgn-btm-sp27 {
    margin-bottom: 1.9285714286rem !important;
  }
  .mgn-lft-sp27 {
    margin-left: 1.9285714286rem !important;
  }
  .mgn28 {
    margin: 1rem;
  }
  .mgn-top28 {
    margin-top: 1rem;
  }
  .mgn-rgt28 {
    margin-right: 1rem;
  }
  .mgn-btm28 {
    margin-bottom: 1rem;
  }
  .mgn-lft28 {
    margin-left: 1rem;
  }
  .mgn-sp28 {
    margin: 2rem !important;
  }
  .mgn-top-sp28 {
    margin-top: 2rem !important;
  }
  .mgn-rgt-sp28 {
    margin-right: 2rem !important;
  }
  .mgn-btm-sp28 {
    margin-bottom: 2rem !important;
  }
  .mgn-lft-sp28 {
    margin-left: 2rem !important;
  }
  .mgn29 {
    margin: 1.0357142857rem;
  }
  .mgn-top29 {
    margin-top: 1.0357142857rem;
  }
  .mgn-rgt29 {
    margin-right: 1.0357142857rem;
  }
  .mgn-btm29 {
    margin-bottom: 1.0357142857rem;
  }
  .mgn-lft29 {
    margin-left: 1.0357142857rem;
  }
  .mgn-sp29 {
    margin: 2.0714285714rem !important;
  }
  .mgn-top-sp29 {
    margin-top: 2.0714285714rem !important;
  }
  .mgn-rgt-sp29 {
    margin-right: 2.0714285714rem !important;
  }
  .mgn-btm-sp29 {
    margin-bottom: 2.0714285714rem !important;
  }
  .mgn-lft-sp29 {
    margin-left: 2.0714285714rem !important;
  }
  .mgn30 {
    margin: 1.0714285714rem;
  }
  .mgn-top30 {
    margin-top: 1.0714285714rem;
  }
  .mgn-rgt30 {
    margin-right: 1.0714285714rem;
  }
  .mgn-btm30 {
    margin-bottom: 1.0714285714rem;
  }
  .mgn-lft30 {
    margin-left: 1.0714285714rem;
  }
  .mgn-sp30 {
    margin: 2.1428571429rem !important;
  }
  .mgn-top-sp30 {
    margin-top: 2.1428571429rem !important;
  }
  .mgn-rgt-sp30 {
    margin-right: 2.1428571429rem !important;
  }
  .mgn-btm-sp30 {
    margin-bottom: 2.1428571429rem !important;
  }
  .mgn-lft-sp30 {
    margin-left: 2.1428571429rem !important;
  }
  .mgn31 {
    margin: 1.1071428571rem;
  }
  .mgn-top31 {
    margin-top: 1.1071428571rem;
  }
  .mgn-rgt31 {
    margin-right: 1.1071428571rem;
  }
  .mgn-btm31 {
    margin-bottom: 1.1071428571rem;
  }
  .mgn-lft31 {
    margin-left: 1.1071428571rem;
  }
  .mgn-sp31 {
    margin: 2.2142857143rem !important;
  }
  .mgn-top-sp31 {
    margin-top: 2.2142857143rem !important;
  }
  .mgn-rgt-sp31 {
    margin-right: 2.2142857143rem !important;
  }
  .mgn-btm-sp31 {
    margin-bottom: 2.2142857143rem !important;
  }
  .mgn-lft-sp31 {
    margin-left: 2.2142857143rem !important;
  }
  .mgn32 {
    margin: 1.1428571429rem;
  }
  .mgn-top32 {
    margin-top: 1.1428571429rem;
  }
  .mgn-rgt32 {
    margin-right: 1.1428571429rem;
  }
  .mgn-btm32 {
    margin-bottom: 1.1428571429rem;
  }
  .mgn-lft32 {
    margin-left: 1.1428571429rem;
  }
  .mgn-sp32 {
    margin: 2.2857142857rem !important;
  }
  .mgn-top-sp32 {
    margin-top: 2.2857142857rem !important;
  }
  .mgn-rgt-sp32 {
    margin-right: 2.2857142857rem !important;
  }
  .mgn-btm-sp32 {
    margin-bottom: 2.2857142857rem !important;
  }
  .mgn-lft-sp32 {
    margin-left: 2.2857142857rem !important;
  }
  .mgn33 {
    margin: 1.1785714286rem;
  }
  .mgn-top33 {
    margin-top: 1.1785714286rem;
  }
  .mgn-rgt33 {
    margin-right: 1.1785714286rem;
  }
  .mgn-btm33 {
    margin-bottom: 1.1785714286rem;
  }
  .mgn-lft33 {
    margin-left: 1.1785714286rem;
  }
  .mgn-sp33 {
    margin: 2.3571428571rem !important;
  }
  .mgn-top-sp33 {
    margin-top: 2.3571428571rem !important;
  }
  .mgn-rgt-sp33 {
    margin-right: 2.3571428571rem !important;
  }
  .mgn-btm-sp33 {
    margin-bottom: 2.3571428571rem !important;
  }
  .mgn-lft-sp33 {
    margin-left: 2.3571428571rem !important;
  }
  .mgn34 {
    margin: 1.2142857143rem;
  }
  .mgn-top34 {
    margin-top: 1.2142857143rem;
  }
  .mgn-rgt34 {
    margin-right: 1.2142857143rem;
  }
  .mgn-btm34 {
    margin-bottom: 1.2142857143rem;
  }
  .mgn-lft34 {
    margin-left: 1.2142857143rem;
  }
  .mgn-sp34 {
    margin: 2.4285714286rem !important;
  }
  .mgn-top-sp34 {
    margin-top: 2.4285714286rem !important;
  }
  .mgn-rgt-sp34 {
    margin-right: 2.4285714286rem !important;
  }
  .mgn-btm-sp34 {
    margin-bottom: 2.4285714286rem !important;
  }
  .mgn-lft-sp34 {
    margin-left: 2.4285714286rem !important;
  }
  .mgn35 {
    margin: 1.25rem;
  }
  .mgn-top35 {
    margin-top: 1.25rem;
  }
  .mgn-rgt35 {
    margin-right: 1.25rem;
  }
  .mgn-btm35 {
    margin-bottom: 1.25rem;
  }
  .mgn-lft35 {
    margin-left: 1.25rem;
  }
  .mgn-sp35 {
    margin: 2.5rem !important;
  }
  .mgn-top-sp35 {
    margin-top: 2.5rem !important;
  }
  .mgn-rgt-sp35 {
    margin-right: 2.5rem !important;
  }
  .mgn-btm-sp35 {
    margin-bottom: 2.5rem !important;
  }
  .mgn-lft-sp35 {
    margin-left: 2.5rem !important;
  }
  .mgn36 {
    margin: 1.2857142857rem;
  }
  .mgn-top36 {
    margin-top: 1.2857142857rem;
  }
  .mgn-rgt36 {
    margin-right: 1.2857142857rem;
  }
  .mgn-btm36 {
    margin-bottom: 1.2857142857rem;
  }
  .mgn-lft36 {
    margin-left: 1.2857142857rem;
  }
  .mgn-sp36 {
    margin: 2.5714285714rem !important;
  }
  .mgn-top-sp36 {
    margin-top: 2.5714285714rem !important;
  }
  .mgn-rgt-sp36 {
    margin-right: 2.5714285714rem !important;
  }
  .mgn-btm-sp36 {
    margin-bottom: 2.5714285714rem !important;
  }
  .mgn-lft-sp36 {
    margin-left: 2.5714285714rem !important;
  }
  .mgn37 {
    margin: 1.3214285714rem;
  }
  .mgn-top37 {
    margin-top: 1.3214285714rem;
  }
  .mgn-rgt37 {
    margin-right: 1.3214285714rem;
  }
  .mgn-btm37 {
    margin-bottom: 1.3214285714rem;
  }
  .mgn-lft37 {
    margin-left: 1.3214285714rem;
  }
  .mgn-sp37 {
    margin: 2.6428571429rem !important;
  }
  .mgn-top-sp37 {
    margin-top: 2.6428571429rem !important;
  }
  .mgn-rgt-sp37 {
    margin-right: 2.6428571429rem !important;
  }
  .mgn-btm-sp37 {
    margin-bottom: 2.6428571429rem !important;
  }
  .mgn-lft-sp37 {
    margin-left: 2.6428571429rem !important;
  }
  .mgn38 {
    margin: 1.3571428571rem;
  }
  .mgn-top38 {
    margin-top: 1.3571428571rem;
  }
  .mgn-rgt38 {
    margin-right: 1.3571428571rem;
  }
  .mgn-btm38 {
    margin-bottom: 1.3571428571rem;
  }
  .mgn-lft38 {
    margin-left: 1.3571428571rem;
  }
  .mgn-sp38 {
    margin: 2.7142857143rem !important;
  }
  .mgn-top-sp38 {
    margin-top: 2.7142857143rem !important;
  }
  .mgn-rgt-sp38 {
    margin-right: 2.7142857143rem !important;
  }
  .mgn-btm-sp38 {
    margin-bottom: 2.7142857143rem !important;
  }
  .mgn-lft-sp38 {
    margin-left: 2.7142857143rem !important;
  }
  .mgn39 {
    margin: 1.3928571429rem;
  }
  .mgn-top39 {
    margin-top: 1.3928571429rem;
  }
  .mgn-rgt39 {
    margin-right: 1.3928571429rem;
  }
  .mgn-btm39 {
    margin-bottom: 1.3928571429rem;
  }
  .mgn-lft39 {
    margin-left: 1.3928571429rem;
  }
  .mgn-sp39 {
    margin: 2.7857142857rem !important;
  }
  .mgn-top-sp39 {
    margin-top: 2.7857142857rem !important;
  }
  .mgn-rgt-sp39 {
    margin-right: 2.7857142857rem !important;
  }
  .mgn-btm-sp39 {
    margin-bottom: 2.7857142857rem !important;
  }
  .mgn-lft-sp39 {
    margin-left: 2.7857142857rem !important;
  }
  .mgn40 {
    margin: 1.4285714286rem;
  }
  .mgn-top40 {
    margin-top: 1.4285714286rem;
  }
  .mgn-rgt40 {
    margin-right: 1.4285714286rem;
  }
  .mgn-btm40 {
    margin-bottom: 1.4285714286rem;
  }
  .mgn-lft40 {
    margin-left: 1.4285714286rem;
  }
  .mgn-sp40 {
    margin: 2.8571428571rem !important;
  }
  .mgn-top-sp40 {
    margin-top: 2.8571428571rem !important;
  }
  .mgn-rgt-sp40 {
    margin-right: 2.8571428571rem !important;
  }
  .mgn-btm-sp40 {
    margin-bottom: 2.8571428571rem !important;
  }
  .mgn-lft-sp40 {
    margin-left: 2.8571428571rem !important;
  }
  .mgn41 {
    margin: 1.4642857143rem;
  }
  .mgn-top41 {
    margin-top: 1.4642857143rem;
  }
  .mgn-rgt41 {
    margin-right: 1.4642857143rem;
  }
  .mgn-btm41 {
    margin-bottom: 1.4642857143rem;
  }
  .mgn-lft41 {
    margin-left: 1.4642857143rem;
  }
  .mgn-sp41 {
    margin: 2.9285714286rem !important;
  }
  .mgn-top-sp41 {
    margin-top: 2.9285714286rem !important;
  }
  .mgn-rgt-sp41 {
    margin-right: 2.9285714286rem !important;
  }
  .mgn-btm-sp41 {
    margin-bottom: 2.9285714286rem !important;
  }
  .mgn-lft-sp41 {
    margin-left: 2.9285714286rem !important;
  }
  .mgn42 {
    margin: 1.5rem;
  }
  .mgn-top42 {
    margin-top: 1.5rem;
  }
  .mgn-rgt42 {
    margin-right: 1.5rem;
  }
  .mgn-btm42 {
    margin-bottom: 1.5rem;
  }
  .mgn-lft42 {
    margin-left: 1.5rem;
  }
  .mgn-sp42 {
    margin: 3rem !important;
  }
  .mgn-top-sp42 {
    margin-top: 3rem !important;
  }
  .mgn-rgt-sp42 {
    margin-right: 3rem !important;
  }
  .mgn-btm-sp42 {
    margin-bottom: 3rem !important;
  }
  .mgn-lft-sp42 {
    margin-left: 3rem !important;
  }
  .mgn43 {
    margin: 1.5357142857rem;
  }
  .mgn-top43 {
    margin-top: 1.5357142857rem;
  }
  .mgn-rgt43 {
    margin-right: 1.5357142857rem;
  }
  .mgn-btm43 {
    margin-bottom: 1.5357142857rem;
  }
  .mgn-lft43 {
    margin-left: 1.5357142857rem;
  }
  .mgn-sp43 {
    margin: 3.0714285714rem !important;
  }
  .mgn-top-sp43 {
    margin-top: 3.0714285714rem !important;
  }
  .mgn-rgt-sp43 {
    margin-right: 3.0714285714rem !important;
  }
  .mgn-btm-sp43 {
    margin-bottom: 3.0714285714rem !important;
  }
  .mgn-lft-sp43 {
    margin-left: 3.0714285714rem !important;
  }
  .mgn44 {
    margin: 1.5714285714rem;
  }
  .mgn-top44 {
    margin-top: 1.5714285714rem;
  }
  .mgn-rgt44 {
    margin-right: 1.5714285714rem;
  }
  .mgn-btm44 {
    margin-bottom: 1.5714285714rem;
  }
  .mgn-lft44 {
    margin-left: 1.5714285714rem;
  }
  .mgn-sp44 {
    margin: 3.1428571429rem !important;
  }
  .mgn-top-sp44 {
    margin-top: 3.1428571429rem !important;
  }
  .mgn-rgt-sp44 {
    margin-right: 3.1428571429rem !important;
  }
  .mgn-btm-sp44 {
    margin-bottom: 3.1428571429rem !important;
  }
  .mgn-lft-sp44 {
    margin-left: 3.1428571429rem !important;
  }
  .mgn45 {
    margin: 1.6071428571rem;
  }
  .mgn-top45 {
    margin-top: 1.6071428571rem;
  }
  .mgn-rgt45 {
    margin-right: 1.6071428571rem;
  }
  .mgn-btm45 {
    margin-bottom: 1.6071428571rem;
  }
  .mgn-lft45 {
    margin-left: 1.6071428571rem;
  }
  .mgn-sp45 {
    margin: 3.2142857143rem !important;
  }
  .mgn-top-sp45 {
    margin-top: 3.2142857143rem !important;
  }
  .mgn-rgt-sp45 {
    margin-right: 3.2142857143rem !important;
  }
  .mgn-btm-sp45 {
    margin-bottom: 3.2142857143rem !important;
  }
  .mgn-lft-sp45 {
    margin-left: 3.2142857143rem !important;
  }
  .mgn46 {
    margin: 1.6428571429rem;
  }
  .mgn-top46 {
    margin-top: 1.6428571429rem;
  }
  .mgn-rgt46 {
    margin-right: 1.6428571429rem;
  }
  .mgn-btm46 {
    margin-bottom: 1.6428571429rem;
  }
  .mgn-lft46 {
    margin-left: 1.6428571429rem;
  }
  .mgn-sp46 {
    margin: 3.2857142857rem !important;
  }
  .mgn-top-sp46 {
    margin-top: 3.2857142857rem !important;
  }
  .mgn-rgt-sp46 {
    margin-right: 3.2857142857rem !important;
  }
  .mgn-btm-sp46 {
    margin-bottom: 3.2857142857rem !important;
  }
  .mgn-lft-sp46 {
    margin-left: 3.2857142857rem !important;
  }
  .mgn47 {
    margin: 1.6785714286rem;
  }
  .mgn-top47 {
    margin-top: 1.6785714286rem;
  }
  .mgn-rgt47 {
    margin-right: 1.6785714286rem;
  }
  .mgn-btm47 {
    margin-bottom: 1.6785714286rem;
  }
  .mgn-lft47 {
    margin-left: 1.6785714286rem;
  }
  .mgn-sp47 {
    margin: 3.3571428571rem !important;
  }
  .mgn-top-sp47 {
    margin-top: 3.3571428571rem !important;
  }
  .mgn-rgt-sp47 {
    margin-right: 3.3571428571rem !important;
  }
  .mgn-btm-sp47 {
    margin-bottom: 3.3571428571rem !important;
  }
  .mgn-lft-sp47 {
    margin-left: 3.3571428571rem !important;
  }
  .mgn48 {
    margin: 1.7142857143rem;
  }
  .mgn-top48 {
    margin-top: 1.7142857143rem;
  }
  .mgn-rgt48 {
    margin-right: 1.7142857143rem;
  }
  .mgn-btm48 {
    margin-bottom: 1.7142857143rem;
  }
  .mgn-lft48 {
    margin-left: 1.7142857143rem;
  }
  .mgn-sp48 {
    margin: 3.4285714286rem !important;
  }
  .mgn-top-sp48 {
    margin-top: 3.4285714286rem !important;
  }
  .mgn-rgt-sp48 {
    margin-right: 3.4285714286rem !important;
  }
  .mgn-btm-sp48 {
    margin-bottom: 3.4285714286rem !important;
  }
  .mgn-lft-sp48 {
    margin-left: 3.4285714286rem !important;
  }
  .mgn49 {
    margin: 1.75rem;
  }
  .mgn-top49 {
    margin-top: 1.75rem;
  }
  .mgn-rgt49 {
    margin-right: 1.75rem;
  }
  .mgn-btm49 {
    margin-bottom: 1.75rem;
  }
  .mgn-lft49 {
    margin-left: 1.75rem;
  }
  .mgn-sp49 {
    margin: 3.5rem !important;
  }
  .mgn-top-sp49 {
    margin-top: 3.5rem !important;
  }
  .mgn-rgt-sp49 {
    margin-right: 3.5rem !important;
  }
  .mgn-btm-sp49 {
    margin-bottom: 3.5rem !important;
  }
  .mgn-lft-sp49 {
    margin-left: 3.5rem !important;
  }
  .mgn50 {
    margin: 1.7857142857rem;
  }
  .mgn-top50 {
    margin-top: 1.7857142857rem;
  }
  .mgn-rgt50 {
    margin-right: 1.7857142857rem;
  }
  .mgn-btm50 {
    margin-bottom: 1.7857142857rem;
  }
  .mgn-lft50 {
    margin-left: 1.7857142857rem;
  }
  .mgn-sp50 {
    margin: 3.5714285714rem !important;
  }
  .mgn-top-sp50 {
    margin-top: 3.5714285714rem !important;
  }
  .mgn-rgt-sp50 {
    margin-right: 3.5714285714rem !important;
  }
  .mgn-btm-sp50 {
    margin-bottom: 3.5714285714rem !important;
  }
  .mgn-lft-sp50 {
    margin-left: 3.5714285714rem !important;
  }
  .mgn51 {
    margin: 1.8214285714rem;
  }
  .mgn-top51 {
    margin-top: 1.8214285714rem;
  }
  .mgn-rgt51 {
    margin-right: 1.8214285714rem;
  }
  .mgn-btm51 {
    margin-bottom: 1.8214285714rem;
  }
  .mgn-lft51 {
    margin-left: 1.8214285714rem;
  }
  .mgn-sp51 {
    margin: 3.6428571429rem !important;
  }
  .mgn-top-sp51 {
    margin-top: 3.6428571429rem !important;
  }
  .mgn-rgt-sp51 {
    margin-right: 3.6428571429rem !important;
  }
  .mgn-btm-sp51 {
    margin-bottom: 3.6428571429rem !important;
  }
  .mgn-lft-sp51 {
    margin-left: 3.6428571429rem !important;
  }
  .mgn52 {
    margin: 1.8571428571rem;
  }
  .mgn-top52 {
    margin-top: 1.8571428571rem;
  }
  .mgn-rgt52 {
    margin-right: 1.8571428571rem;
  }
  .mgn-btm52 {
    margin-bottom: 1.8571428571rem;
  }
  .mgn-lft52 {
    margin-left: 1.8571428571rem;
  }
  .mgn-sp52 {
    margin: 3.7142857143rem !important;
  }
  .mgn-top-sp52 {
    margin-top: 3.7142857143rem !important;
  }
  .mgn-rgt-sp52 {
    margin-right: 3.7142857143rem !important;
  }
  .mgn-btm-sp52 {
    margin-bottom: 3.7142857143rem !important;
  }
  .mgn-lft-sp52 {
    margin-left: 3.7142857143rem !important;
  }
  .mgn53 {
    margin: 1.8928571429rem;
  }
  .mgn-top53 {
    margin-top: 1.8928571429rem;
  }
  .mgn-rgt53 {
    margin-right: 1.8928571429rem;
  }
  .mgn-btm53 {
    margin-bottom: 1.8928571429rem;
  }
  .mgn-lft53 {
    margin-left: 1.8928571429rem;
  }
  .mgn-sp53 {
    margin: 3.7857142857rem !important;
  }
  .mgn-top-sp53 {
    margin-top: 3.7857142857rem !important;
  }
  .mgn-rgt-sp53 {
    margin-right: 3.7857142857rem !important;
  }
  .mgn-btm-sp53 {
    margin-bottom: 3.7857142857rem !important;
  }
  .mgn-lft-sp53 {
    margin-left: 3.7857142857rem !important;
  }
  .mgn54 {
    margin: 1.9285714286rem;
  }
  .mgn-top54 {
    margin-top: 1.9285714286rem;
  }
  .mgn-rgt54 {
    margin-right: 1.9285714286rem;
  }
  .mgn-btm54 {
    margin-bottom: 1.9285714286rem;
  }
  .mgn-lft54 {
    margin-left: 1.9285714286rem;
  }
  .mgn-sp54 {
    margin: 3.8571428571rem !important;
  }
  .mgn-top-sp54 {
    margin-top: 3.8571428571rem !important;
  }
  .mgn-rgt-sp54 {
    margin-right: 3.8571428571rem !important;
  }
  .mgn-btm-sp54 {
    margin-bottom: 3.8571428571rem !important;
  }
  .mgn-lft-sp54 {
    margin-left: 3.8571428571rem !important;
  }
  .mgn55 {
    margin: 1.9642857143rem;
  }
  .mgn-top55 {
    margin-top: 1.9642857143rem;
  }
  .mgn-rgt55 {
    margin-right: 1.9642857143rem;
  }
  .mgn-btm55 {
    margin-bottom: 1.9642857143rem;
  }
  .mgn-lft55 {
    margin-left: 1.9642857143rem;
  }
  .mgn-sp55 {
    margin: 3.9285714286rem !important;
  }
  .mgn-top-sp55 {
    margin-top: 3.9285714286rem !important;
  }
  .mgn-rgt-sp55 {
    margin-right: 3.9285714286rem !important;
  }
  .mgn-btm-sp55 {
    margin-bottom: 3.9285714286rem !important;
  }
  .mgn-lft-sp55 {
    margin-left: 3.9285714286rem !important;
  }
  .mgn56 {
    margin: 2rem;
  }
  .mgn-top56 {
    margin-top: 2rem;
  }
  .mgn-rgt56 {
    margin-right: 2rem;
  }
  .mgn-btm56 {
    margin-bottom: 2rem;
  }
  .mgn-lft56 {
    margin-left: 2rem;
  }
  .mgn-sp56 {
    margin: 4rem !important;
  }
  .mgn-top-sp56 {
    margin-top: 4rem !important;
  }
  .mgn-rgt-sp56 {
    margin-right: 4rem !important;
  }
  .mgn-btm-sp56 {
    margin-bottom: 4rem !important;
  }
  .mgn-lft-sp56 {
    margin-left: 4rem !important;
  }
  .mgn57 {
    margin: 2.0357142857rem;
  }
  .mgn-top57 {
    margin-top: 2.0357142857rem;
  }
  .mgn-rgt57 {
    margin-right: 2.0357142857rem;
  }
  .mgn-btm57 {
    margin-bottom: 2.0357142857rem;
  }
  .mgn-lft57 {
    margin-left: 2.0357142857rem;
  }
  .mgn-sp57 {
    margin: 4.0714285714rem !important;
  }
  .mgn-top-sp57 {
    margin-top: 4.0714285714rem !important;
  }
  .mgn-rgt-sp57 {
    margin-right: 4.0714285714rem !important;
  }
  .mgn-btm-sp57 {
    margin-bottom: 4.0714285714rem !important;
  }
  .mgn-lft-sp57 {
    margin-left: 4.0714285714rem !important;
  }
  .mgn58 {
    margin: 2.0714285714rem;
  }
  .mgn-top58 {
    margin-top: 2.0714285714rem;
  }
  .mgn-rgt58 {
    margin-right: 2.0714285714rem;
  }
  .mgn-btm58 {
    margin-bottom: 2.0714285714rem;
  }
  .mgn-lft58 {
    margin-left: 2.0714285714rem;
  }
  .mgn-sp58 {
    margin: 4.1428571429rem !important;
  }
  .mgn-top-sp58 {
    margin-top: 4.1428571429rem !important;
  }
  .mgn-rgt-sp58 {
    margin-right: 4.1428571429rem !important;
  }
  .mgn-btm-sp58 {
    margin-bottom: 4.1428571429rem !important;
  }
  .mgn-lft-sp58 {
    margin-left: 4.1428571429rem !important;
  }
  .mgn59 {
    margin: 2.1071428571rem;
  }
  .mgn-top59 {
    margin-top: 2.1071428571rem;
  }
  .mgn-rgt59 {
    margin-right: 2.1071428571rem;
  }
  .mgn-btm59 {
    margin-bottom: 2.1071428571rem;
  }
  .mgn-lft59 {
    margin-left: 2.1071428571rem;
  }
  .mgn-sp59 {
    margin: 4.2142857143rem !important;
  }
  .mgn-top-sp59 {
    margin-top: 4.2142857143rem !important;
  }
  .mgn-rgt-sp59 {
    margin-right: 4.2142857143rem !important;
  }
  .mgn-btm-sp59 {
    margin-bottom: 4.2142857143rem !important;
  }
  .mgn-lft-sp59 {
    margin-left: 4.2142857143rem !important;
  }
  .mgn60 {
    margin: 2.1428571429rem;
  }
  .mgn-top60 {
    margin-top: 2.1428571429rem;
  }
  .mgn-rgt60 {
    margin-right: 2.1428571429rem;
  }
  .mgn-btm60 {
    margin-bottom: 2.1428571429rem;
  }
  .mgn-lft60 {
    margin-left: 2.1428571429rem;
  }
  .mgn-sp60 {
    margin: 4.2857142857rem !important;
  }
  .mgn-top-sp60 {
    margin-top: 4.2857142857rem !important;
  }
  .mgn-rgt-sp60 {
    margin-right: 4.2857142857rem !important;
  }
  .mgn-btm-sp60 {
    margin-bottom: 4.2857142857rem !important;
  }
  .mgn-lft-sp60 {
    margin-left: 4.2857142857rem !important;
  }
  .mgn61 {
    margin: 2.1785714286rem;
  }
  .mgn-top61 {
    margin-top: 2.1785714286rem;
  }
  .mgn-rgt61 {
    margin-right: 2.1785714286rem;
  }
  .mgn-btm61 {
    margin-bottom: 2.1785714286rem;
  }
  .mgn-lft61 {
    margin-left: 2.1785714286rem;
  }
  .mgn-sp61 {
    margin: 4.3571428571rem !important;
  }
  .mgn-top-sp61 {
    margin-top: 4.3571428571rem !important;
  }
  .mgn-rgt-sp61 {
    margin-right: 4.3571428571rem !important;
  }
  .mgn-btm-sp61 {
    margin-bottom: 4.3571428571rem !important;
  }
  .mgn-lft-sp61 {
    margin-left: 4.3571428571rem !important;
  }
  .mgn62 {
    margin: 2.2142857143rem;
  }
  .mgn-top62 {
    margin-top: 2.2142857143rem;
  }
  .mgn-rgt62 {
    margin-right: 2.2142857143rem;
  }
  .mgn-btm62 {
    margin-bottom: 2.2142857143rem;
  }
  .mgn-lft62 {
    margin-left: 2.2142857143rem;
  }
  .mgn-sp62 {
    margin: 4.4285714286rem !important;
  }
  .mgn-top-sp62 {
    margin-top: 4.4285714286rem !important;
  }
  .mgn-rgt-sp62 {
    margin-right: 4.4285714286rem !important;
  }
  .mgn-btm-sp62 {
    margin-bottom: 4.4285714286rem !important;
  }
  .mgn-lft-sp62 {
    margin-left: 4.4285714286rem !important;
  }
  .mgn63 {
    margin: 2.25rem;
  }
  .mgn-top63 {
    margin-top: 2.25rem;
  }
  .mgn-rgt63 {
    margin-right: 2.25rem;
  }
  .mgn-btm63 {
    margin-bottom: 2.25rem;
  }
  .mgn-lft63 {
    margin-left: 2.25rem;
  }
  .mgn-sp63 {
    margin: 4.5rem !important;
  }
  .mgn-top-sp63 {
    margin-top: 4.5rem !important;
  }
  .mgn-rgt-sp63 {
    margin-right: 4.5rem !important;
  }
  .mgn-btm-sp63 {
    margin-bottom: 4.5rem !important;
  }
  .mgn-lft-sp63 {
    margin-left: 4.5rem !important;
  }
  .mgn64 {
    margin: 2.2857142857rem;
  }
  .mgn-top64 {
    margin-top: 2.2857142857rem;
  }
  .mgn-rgt64 {
    margin-right: 2.2857142857rem;
  }
  .mgn-btm64 {
    margin-bottom: 2.2857142857rem;
  }
  .mgn-lft64 {
    margin-left: 2.2857142857rem;
  }
  .mgn-sp64 {
    margin: 4.5714285714rem !important;
  }
  .mgn-top-sp64 {
    margin-top: 4.5714285714rem !important;
  }
  .mgn-rgt-sp64 {
    margin-right: 4.5714285714rem !important;
  }
  .mgn-btm-sp64 {
    margin-bottom: 4.5714285714rem !important;
  }
  .mgn-lft-sp64 {
    margin-left: 4.5714285714rem !important;
  }
  .mgn65 {
    margin: 2.3214285714rem;
  }
  .mgn-top65 {
    margin-top: 2.3214285714rem;
  }
  .mgn-rgt65 {
    margin-right: 2.3214285714rem;
  }
  .mgn-btm65 {
    margin-bottom: 2.3214285714rem;
  }
  .mgn-lft65 {
    margin-left: 2.3214285714rem;
  }
  .mgn-sp65 {
    margin: 4.6428571429rem !important;
  }
  .mgn-top-sp65 {
    margin-top: 4.6428571429rem !important;
  }
  .mgn-rgt-sp65 {
    margin-right: 4.6428571429rem !important;
  }
  .mgn-btm-sp65 {
    margin-bottom: 4.6428571429rem !important;
  }
  .mgn-lft-sp65 {
    margin-left: 4.6428571429rem !important;
  }
  .mgn66 {
    margin: 2.3571428571rem;
  }
  .mgn-top66 {
    margin-top: 2.3571428571rem;
  }
  .mgn-rgt66 {
    margin-right: 2.3571428571rem;
  }
  .mgn-btm66 {
    margin-bottom: 2.3571428571rem;
  }
  .mgn-lft66 {
    margin-left: 2.3571428571rem;
  }
  .mgn-sp66 {
    margin: 4.7142857143rem !important;
  }
  .mgn-top-sp66 {
    margin-top: 4.7142857143rem !important;
  }
  .mgn-rgt-sp66 {
    margin-right: 4.7142857143rem !important;
  }
  .mgn-btm-sp66 {
    margin-bottom: 4.7142857143rem !important;
  }
  .mgn-lft-sp66 {
    margin-left: 4.7142857143rem !important;
  }
  .mgn67 {
    margin: 2.3928571429rem;
  }
  .mgn-top67 {
    margin-top: 2.3928571429rem;
  }
  .mgn-rgt67 {
    margin-right: 2.3928571429rem;
  }
  .mgn-btm67 {
    margin-bottom: 2.3928571429rem;
  }
  .mgn-lft67 {
    margin-left: 2.3928571429rem;
  }
  .mgn-sp67 {
    margin: 4.7857142857rem !important;
  }
  .mgn-top-sp67 {
    margin-top: 4.7857142857rem !important;
  }
  .mgn-rgt-sp67 {
    margin-right: 4.7857142857rem !important;
  }
  .mgn-btm-sp67 {
    margin-bottom: 4.7857142857rem !important;
  }
  .mgn-lft-sp67 {
    margin-left: 4.7857142857rem !important;
  }
  .mgn68 {
    margin: 2.4285714286rem;
  }
  .mgn-top68 {
    margin-top: 2.4285714286rem;
  }
  .mgn-rgt68 {
    margin-right: 2.4285714286rem;
  }
  .mgn-btm68 {
    margin-bottom: 2.4285714286rem;
  }
  .mgn-lft68 {
    margin-left: 2.4285714286rem;
  }
  .mgn-sp68 {
    margin: 4.8571428571rem !important;
  }
  .mgn-top-sp68 {
    margin-top: 4.8571428571rem !important;
  }
  .mgn-rgt-sp68 {
    margin-right: 4.8571428571rem !important;
  }
  .mgn-btm-sp68 {
    margin-bottom: 4.8571428571rem !important;
  }
  .mgn-lft-sp68 {
    margin-left: 4.8571428571rem !important;
  }
  .mgn69 {
    margin: 2.4642857143rem;
  }
  .mgn-top69 {
    margin-top: 2.4642857143rem;
  }
  .mgn-rgt69 {
    margin-right: 2.4642857143rem;
  }
  .mgn-btm69 {
    margin-bottom: 2.4642857143rem;
  }
  .mgn-lft69 {
    margin-left: 2.4642857143rem;
  }
  .mgn-sp69 {
    margin: 4.9285714286rem !important;
  }
  .mgn-top-sp69 {
    margin-top: 4.9285714286rem !important;
  }
  .mgn-rgt-sp69 {
    margin-right: 4.9285714286rem !important;
  }
  .mgn-btm-sp69 {
    margin-bottom: 4.9285714286rem !important;
  }
  .mgn-lft-sp69 {
    margin-left: 4.9285714286rem !important;
  }
  .mgn70 {
    margin: 2.5rem;
  }
  .mgn-top70 {
    margin-top: 2.5rem;
  }
  .mgn-rgt70 {
    margin-right: 2.5rem;
  }
  .mgn-btm70 {
    margin-bottom: 2.5rem;
  }
  .mgn-lft70 {
    margin-left: 2.5rem;
  }
  .mgn-sp70 {
    margin: 5rem !important;
  }
  .mgn-top-sp70 {
    margin-top: 5rem !important;
  }
  .mgn-rgt-sp70 {
    margin-right: 5rem !important;
  }
  .mgn-btm-sp70 {
    margin-bottom: 5rem !important;
  }
  .mgn-lft-sp70 {
    margin-left: 5rem !important;
  }
  .mgn71 {
    margin: 2.5357142857rem;
  }
  .mgn-top71 {
    margin-top: 2.5357142857rem;
  }
  .mgn-rgt71 {
    margin-right: 2.5357142857rem;
  }
  .mgn-btm71 {
    margin-bottom: 2.5357142857rem;
  }
  .mgn-lft71 {
    margin-left: 2.5357142857rem;
  }
  .mgn-sp71 {
    margin: 5.0714285714rem !important;
  }
  .mgn-top-sp71 {
    margin-top: 5.0714285714rem !important;
  }
  .mgn-rgt-sp71 {
    margin-right: 5.0714285714rem !important;
  }
  .mgn-btm-sp71 {
    margin-bottom: 5.0714285714rem !important;
  }
  .mgn-lft-sp71 {
    margin-left: 5.0714285714rem !important;
  }
  .mgn72 {
    margin: 2.5714285714rem;
  }
  .mgn-top72 {
    margin-top: 2.5714285714rem;
  }
  .mgn-rgt72 {
    margin-right: 2.5714285714rem;
  }
  .mgn-btm72 {
    margin-bottom: 2.5714285714rem;
  }
  .mgn-lft72 {
    margin-left: 2.5714285714rem;
  }
  .mgn-sp72 {
    margin: 5.1428571429rem !important;
  }
  .mgn-top-sp72 {
    margin-top: 5.1428571429rem !important;
  }
  .mgn-rgt-sp72 {
    margin-right: 5.1428571429rem !important;
  }
  .mgn-btm-sp72 {
    margin-bottom: 5.1428571429rem !important;
  }
  .mgn-lft-sp72 {
    margin-left: 5.1428571429rem !important;
  }
  .mgn73 {
    margin: 2.6071428571rem;
  }
  .mgn-top73 {
    margin-top: 2.6071428571rem;
  }
  .mgn-rgt73 {
    margin-right: 2.6071428571rem;
  }
  .mgn-btm73 {
    margin-bottom: 2.6071428571rem;
  }
  .mgn-lft73 {
    margin-left: 2.6071428571rem;
  }
  .mgn-sp73 {
    margin: 5.2142857143rem !important;
  }
  .mgn-top-sp73 {
    margin-top: 5.2142857143rem !important;
  }
  .mgn-rgt-sp73 {
    margin-right: 5.2142857143rem !important;
  }
  .mgn-btm-sp73 {
    margin-bottom: 5.2142857143rem !important;
  }
  .mgn-lft-sp73 {
    margin-left: 5.2142857143rem !important;
  }
  .mgn74 {
    margin: 2.6428571429rem;
  }
  .mgn-top74 {
    margin-top: 2.6428571429rem;
  }
  .mgn-rgt74 {
    margin-right: 2.6428571429rem;
  }
  .mgn-btm74 {
    margin-bottom: 2.6428571429rem;
  }
  .mgn-lft74 {
    margin-left: 2.6428571429rem;
  }
  .mgn-sp74 {
    margin: 5.2857142857rem !important;
  }
  .mgn-top-sp74 {
    margin-top: 5.2857142857rem !important;
  }
  .mgn-rgt-sp74 {
    margin-right: 5.2857142857rem !important;
  }
  .mgn-btm-sp74 {
    margin-bottom: 5.2857142857rem !important;
  }
  .mgn-lft-sp74 {
    margin-left: 5.2857142857rem !important;
  }
  .mgn75 {
    margin: 2.6785714286rem;
  }
  .mgn-top75 {
    margin-top: 2.6785714286rem;
  }
  .mgn-rgt75 {
    margin-right: 2.6785714286rem;
  }
  .mgn-btm75 {
    margin-bottom: 2.6785714286rem;
  }
  .mgn-lft75 {
    margin-left: 2.6785714286rem;
  }
  .mgn-sp75 {
    margin: 5.3571428571rem !important;
  }
  .mgn-top-sp75 {
    margin-top: 5.3571428571rem !important;
  }
  .mgn-rgt-sp75 {
    margin-right: 5.3571428571rem !important;
  }
  .mgn-btm-sp75 {
    margin-bottom: 5.3571428571rem !important;
  }
  .mgn-lft-sp75 {
    margin-left: 5.3571428571rem !important;
  }
  .mgn76 {
    margin: 2.7142857143rem;
  }
  .mgn-top76 {
    margin-top: 2.7142857143rem;
  }
  .mgn-rgt76 {
    margin-right: 2.7142857143rem;
  }
  .mgn-btm76 {
    margin-bottom: 2.7142857143rem;
  }
  .mgn-lft76 {
    margin-left: 2.7142857143rem;
  }
  .mgn-sp76 {
    margin: 5.4285714286rem !important;
  }
  .mgn-top-sp76 {
    margin-top: 5.4285714286rem !important;
  }
  .mgn-rgt-sp76 {
    margin-right: 5.4285714286rem !important;
  }
  .mgn-btm-sp76 {
    margin-bottom: 5.4285714286rem !important;
  }
  .mgn-lft-sp76 {
    margin-left: 5.4285714286rem !important;
  }
  .mgn77 {
    margin: 2.75rem;
  }
  .mgn-top77 {
    margin-top: 2.75rem;
  }
  .mgn-rgt77 {
    margin-right: 2.75rem;
  }
  .mgn-btm77 {
    margin-bottom: 2.75rem;
  }
  .mgn-lft77 {
    margin-left: 2.75rem;
  }
  .mgn-sp77 {
    margin: 5.5rem !important;
  }
  .mgn-top-sp77 {
    margin-top: 5.5rem !important;
  }
  .mgn-rgt-sp77 {
    margin-right: 5.5rem !important;
  }
  .mgn-btm-sp77 {
    margin-bottom: 5.5rem !important;
  }
  .mgn-lft-sp77 {
    margin-left: 5.5rem !important;
  }
  .mgn78 {
    margin: 2.7857142857rem;
  }
  .mgn-top78 {
    margin-top: 2.7857142857rem;
  }
  .mgn-rgt78 {
    margin-right: 2.7857142857rem;
  }
  .mgn-btm78 {
    margin-bottom: 2.7857142857rem;
  }
  .mgn-lft78 {
    margin-left: 2.7857142857rem;
  }
  .mgn-sp78 {
    margin: 5.5714285714rem !important;
  }
  .mgn-top-sp78 {
    margin-top: 5.5714285714rem !important;
  }
  .mgn-rgt-sp78 {
    margin-right: 5.5714285714rem !important;
  }
  .mgn-btm-sp78 {
    margin-bottom: 5.5714285714rem !important;
  }
  .mgn-lft-sp78 {
    margin-left: 5.5714285714rem !important;
  }
  .mgn79 {
    margin: 2.8214285714rem;
  }
  .mgn-top79 {
    margin-top: 2.8214285714rem;
  }
  .mgn-rgt79 {
    margin-right: 2.8214285714rem;
  }
  .mgn-btm79 {
    margin-bottom: 2.8214285714rem;
  }
  .mgn-lft79 {
    margin-left: 2.8214285714rem;
  }
  .mgn-sp79 {
    margin: 5.6428571429rem !important;
  }
  .mgn-top-sp79 {
    margin-top: 5.6428571429rem !important;
  }
  .mgn-rgt-sp79 {
    margin-right: 5.6428571429rem !important;
  }
  .mgn-btm-sp79 {
    margin-bottom: 5.6428571429rem !important;
  }
  .mgn-lft-sp79 {
    margin-left: 5.6428571429rem !important;
  }
  .mgn80 {
    margin: 2.8571428571rem;
  }
  .mgn-top80 {
    margin-top: 2.8571428571rem;
  }
  .mgn-rgt80 {
    margin-right: 2.8571428571rem;
  }
  .mgn-btm80 {
    margin-bottom: 2.8571428571rem;
  }
  .mgn-lft80 {
    margin-left: 2.8571428571rem;
  }
  .mgn-sp80 {
    margin: 5.7142857143rem !important;
  }
  .mgn-top-sp80 {
    margin-top: 5.7142857143rem !important;
  }
  .mgn-rgt-sp80 {
    margin-right: 5.7142857143rem !important;
  }
  .mgn-btm-sp80 {
    margin-bottom: 5.7142857143rem !important;
  }
  .mgn-lft-sp80 {
    margin-left: 5.7142857143rem !important;
  }
  .mgn81 {
    margin: 2.8928571429rem;
  }
  .mgn-top81 {
    margin-top: 2.8928571429rem;
  }
  .mgn-rgt81 {
    margin-right: 2.8928571429rem;
  }
  .mgn-btm81 {
    margin-bottom: 2.8928571429rem;
  }
  .mgn-lft81 {
    margin-left: 2.8928571429rem;
  }
  .mgn-sp81 {
    margin: 5.7857142857rem !important;
  }
  .mgn-top-sp81 {
    margin-top: 5.7857142857rem !important;
  }
  .mgn-rgt-sp81 {
    margin-right: 5.7857142857rem !important;
  }
  .mgn-btm-sp81 {
    margin-bottom: 5.7857142857rem !important;
  }
  .mgn-lft-sp81 {
    margin-left: 5.7857142857rem !important;
  }
  .mgn82 {
    margin: 2.9285714286rem;
  }
  .mgn-top82 {
    margin-top: 2.9285714286rem;
  }
  .mgn-rgt82 {
    margin-right: 2.9285714286rem;
  }
  .mgn-btm82 {
    margin-bottom: 2.9285714286rem;
  }
  .mgn-lft82 {
    margin-left: 2.9285714286rem;
  }
  .mgn-sp82 {
    margin: 5.8571428571rem !important;
  }
  .mgn-top-sp82 {
    margin-top: 5.8571428571rem !important;
  }
  .mgn-rgt-sp82 {
    margin-right: 5.8571428571rem !important;
  }
  .mgn-btm-sp82 {
    margin-bottom: 5.8571428571rem !important;
  }
  .mgn-lft-sp82 {
    margin-left: 5.8571428571rem !important;
  }
  .mgn83 {
    margin: 2.9642857143rem;
  }
  .mgn-top83 {
    margin-top: 2.9642857143rem;
  }
  .mgn-rgt83 {
    margin-right: 2.9642857143rem;
  }
  .mgn-btm83 {
    margin-bottom: 2.9642857143rem;
  }
  .mgn-lft83 {
    margin-left: 2.9642857143rem;
  }
  .mgn-sp83 {
    margin: 5.9285714286rem !important;
  }
  .mgn-top-sp83 {
    margin-top: 5.9285714286rem !important;
  }
  .mgn-rgt-sp83 {
    margin-right: 5.9285714286rem !important;
  }
  .mgn-btm-sp83 {
    margin-bottom: 5.9285714286rem !important;
  }
  .mgn-lft-sp83 {
    margin-left: 5.9285714286rem !important;
  }
  .mgn84 {
    margin: 3rem;
  }
  .mgn-top84 {
    margin-top: 3rem;
  }
  .mgn-rgt84 {
    margin-right: 3rem;
  }
  .mgn-btm84 {
    margin-bottom: 3rem;
  }
  .mgn-lft84 {
    margin-left: 3rem;
  }
  .mgn-sp84 {
    margin: 6rem !important;
  }
  .mgn-top-sp84 {
    margin-top: 6rem !important;
  }
  .mgn-rgt-sp84 {
    margin-right: 6rem !important;
  }
  .mgn-btm-sp84 {
    margin-bottom: 6rem !important;
  }
  .mgn-lft-sp84 {
    margin-left: 6rem !important;
  }
  .mgn85 {
    margin: 3.0357142857rem;
  }
  .mgn-top85 {
    margin-top: 3.0357142857rem;
  }
  .mgn-rgt85 {
    margin-right: 3.0357142857rem;
  }
  .mgn-btm85 {
    margin-bottom: 3.0357142857rem;
  }
  .mgn-lft85 {
    margin-left: 3.0357142857rem;
  }
  .mgn-sp85 {
    margin: 6.0714285714rem !important;
  }
  .mgn-top-sp85 {
    margin-top: 6.0714285714rem !important;
  }
  .mgn-rgt-sp85 {
    margin-right: 6.0714285714rem !important;
  }
  .mgn-btm-sp85 {
    margin-bottom: 6.0714285714rem !important;
  }
  .mgn-lft-sp85 {
    margin-left: 6.0714285714rem !important;
  }
  .mgn86 {
    margin: 3.0714285714rem;
  }
  .mgn-top86 {
    margin-top: 3.0714285714rem;
  }
  .mgn-rgt86 {
    margin-right: 3.0714285714rem;
  }
  .mgn-btm86 {
    margin-bottom: 3.0714285714rem;
  }
  .mgn-lft86 {
    margin-left: 3.0714285714rem;
  }
  .mgn-sp86 {
    margin: 6.1428571429rem !important;
  }
  .mgn-top-sp86 {
    margin-top: 6.1428571429rem !important;
  }
  .mgn-rgt-sp86 {
    margin-right: 6.1428571429rem !important;
  }
  .mgn-btm-sp86 {
    margin-bottom: 6.1428571429rem !important;
  }
  .mgn-lft-sp86 {
    margin-left: 6.1428571429rem !important;
  }
  .mgn87 {
    margin: 3.1071428571rem;
  }
  .mgn-top87 {
    margin-top: 3.1071428571rem;
  }
  .mgn-rgt87 {
    margin-right: 3.1071428571rem;
  }
  .mgn-btm87 {
    margin-bottom: 3.1071428571rem;
  }
  .mgn-lft87 {
    margin-left: 3.1071428571rem;
  }
  .mgn-sp87 {
    margin: 6.2142857143rem !important;
  }
  .mgn-top-sp87 {
    margin-top: 6.2142857143rem !important;
  }
  .mgn-rgt-sp87 {
    margin-right: 6.2142857143rem !important;
  }
  .mgn-btm-sp87 {
    margin-bottom: 6.2142857143rem !important;
  }
  .mgn-lft-sp87 {
    margin-left: 6.2142857143rem !important;
  }
  .mgn88 {
    margin: 3.1428571429rem;
  }
  .mgn-top88 {
    margin-top: 3.1428571429rem;
  }
  .mgn-rgt88 {
    margin-right: 3.1428571429rem;
  }
  .mgn-btm88 {
    margin-bottom: 3.1428571429rem;
  }
  .mgn-lft88 {
    margin-left: 3.1428571429rem;
  }
  .mgn-sp88 {
    margin: 6.2857142857rem !important;
  }
  .mgn-top-sp88 {
    margin-top: 6.2857142857rem !important;
  }
  .mgn-rgt-sp88 {
    margin-right: 6.2857142857rem !important;
  }
  .mgn-btm-sp88 {
    margin-bottom: 6.2857142857rem !important;
  }
  .mgn-lft-sp88 {
    margin-left: 6.2857142857rem !important;
  }
  .mgn89 {
    margin: 3.1785714286rem;
  }
  .mgn-top89 {
    margin-top: 3.1785714286rem;
  }
  .mgn-rgt89 {
    margin-right: 3.1785714286rem;
  }
  .mgn-btm89 {
    margin-bottom: 3.1785714286rem;
  }
  .mgn-lft89 {
    margin-left: 3.1785714286rem;
  }
  .mgn-sp89 {
    margin: 6.3571428571rem !important;
  }
  .mgn-top-sp89 {
    margin-top: 6.3571428571rem !important;
  }
  .mgn-rgt-sp89 {
    margin-right: 6.3571428571rem !important;
  }
  .mgn-btm-sp89 {
    margin-bottom: 6.3571428571rem !important;
  }
  .mgn-lft-sp89 {
    margin-left: 6.3571428571rem !important;
  }
  .mgn90 {
    margin: 3.2142857143rem;
  }
  .mgn-top90 {
    margin-top: 3.2142857143rem;
  }
  .mgn-rgt90 {
    margin-right: 3.2142857143rem;
  }
  .mgn-btm90 {
    margin-bottom: 3.2142857143rem;
  }
  .mgn-lft90 {
    margin-left: 3.2142857143rem;
  }
  .mgn-sp90 {
    margin: 6.4285714286rem !important;
  }
  .mgn-top-sp90 {
    margin-top: 6.4285714286rem !important;
  }
  .mgn-rgt-sp90 {
    margin-right: 6.4285714286rem !important;
  }
  .mgn-btm-sp90 {
    margin-bottom: 6.4285714286rem !important;
  }
  .mgn-lft-sp90 {
    margin-left: 6.4285714286rem !important;
  }
  .mgn91 {
    margin: 3.25rem;
  }
  .mgn-top91 {
    margin-top: 3.25rem;
  }
  .mgn-rgt91 {
    margin-right: 3.25rem;
  }
  .mgn-btm91 {
    margin-bottom: 3.25rem;
  }
  .mgn-lft91 {
    margin-left: 3.25rem;
  }
  .mgn-sp91 {
    margin: 6.5rem !important;
  }
  .mgn-top-sp91 {
    margin-top: 6.5rem !important;
  }
  .mgn-rgt-sp91 {
    margin-right: 6.5rem !important;
  }
  .mgn-btm-sp91 {
    margin-bottom: 6.5rem !important;
  }
  .mgn-lft-sp91 {
    margin-left: 6.5rem !important;
  }
  .mgn92 {
    margin: 3.2857142857rem;
  }
  .mgn-top92 {
    margin-top: 3.2857142857rem;
  }
  .mgn-rgt92 {
    margin-right: 3.2857142857rem;
  }
  .mgn-btm92 {
    margin-bottom: 3.2857142857rem;
  }
  .mgn-lft92 {
    margin-left: 3.2857142857rem;
  }
  .mgn-sp92 {
    margin: 6.5714285714rem !important;
  }
  .mgn-top-sp92 {
    margin-top: 6.5714285714rem !important;
  }
  .mgn-rgt-sp92 {
    margin-right: 6.5714285714rem !important;
  }
  .mgn-btm-sp92 {
    margin-bottom: 6.5714285714rem !important;
  }
  .mgn-lft-sp92 {
    margin-left: 6.5714285714rem !important;
  }
  .mgn93 {
    margin: 3.3214285714rem;
  }
  .mgn-top93 {
    margin-top: 3.3214285714rem;
  }
  .mgn-rgt93 {
    margin-right: 3.3214285714rem;
  }
  .mgn-btm93 {
    margin-bottom: 3.3214285714rem;
  }
  .mgn-lft93 {
    margin-left: 3.3214285714rem;
  }
  .mgn-sp93 {
    margin: 6.6428571429rem !important;
  }
  .mgn-top-sp93 {
    margin-top: 6.6428571429rem !important;
  }
  .mgn-rgt-sp93 {
    margin-right: 6.6428571429rem !important;
  }
  .mgn-btm-sp93 {
    margin-bottom: 6.6428571429rem !important;
  }
  .mgn-lft-sp93 {
    margin-left: 6.6428571429rem !important;
  }
  .mgn94 {
    margin: 3.3571428571rem;
  }
  .mgn-top94 {
    margin-top: 3.3571428571rem;
  }
  .mgn-rgt94 {
    margin-right: 3.3571428571rem;
  }
  .mgn-btm94 {
    margin-bottom: 3.3571428571rem;
  }
  .mgn-lft94 {
    margin-left: 3.3571428571rem;
  }
  .mgn-sp94 {
    margin: 6.7142857143rem !important;
  }
  .mgn-top-sp94 {
    margin-top: 6.7142857143rem !important;
  }
  .mgn-rgt-sp94 {
    margin-right: 6.7142857143rem !important;
  }
  .mgn-btm-sp94 {
    margin-bottom: 6.7142857143rem !important;
  }
  .mgn-lft-sp94 {
    margin-left: 6.7142857143rem !important;
  }
  .mgn95 {
    margin: 3.3928571429rem;
  }
  .mgn-top95 {
    margin-top: 3.3928571429rem;
  }
  .mgn-rgt95 {
    margin-right: 3.3928571429rem;
  }
  .mgn-btm95 {
    margin-bottom: 3.3928571429rem;
  }
  .mgn-lft95 {
    margin-left: 3.3928571429rem;
  }
  .mgn-sp95 {
    margin: 6.7857142857rem !important;
  }
  .mgn-top-sp95 {
    margin-top: 6.7857142857rem !important;
  }
  .mgn-rgt-sp95 {
    margin-right: 6.7857142857rem !important;
  }
  .mgn-btm-sp95 {
    margin-bottom: 6.7857142857rem !important;
  }
  .mgn-lft-sp95 {
    margin-left: 6.7857142857rem !important;
  }
  .mgn96 {
    margin: 3.4285714286rem;
  }
  .mgn-top96 {
    margin-top: 3.4285714286rem;
  }
  .mgn-rgt96 {
    margin-right: 3.4285714286rem;
  }
  .mgn-btm96 {
    margin-bottom: 3.4285714286rem;
  }
  .mgn-lft96 {
    margin-left: 3.4285714286rem;
  }
  .mgn-sp96 {
    margin: 6.8571428571rem !important;
  }
  .mgn-top-sp96 {
    margin-top: 6.8571428571rem !important;
  }
  .mgn-rgt-sp96 {
    margin-right: 6.8571428571rem !important;
  }
  .mgn-btm-sp96 {
    margin-bottom: 6.8571428571rem !important;
  }
  .mgn-lft-sp96 {
    margin-left: 6.8571428571rem !important;
  }
  .mgn97 {
    margin: 3.4642857143rem;
  }
  .mgn-top97 {
    margin-top: 3.4642857143rem;
  }
  .mgn-rgt97 {
    margin-right: 3.4642857143rem;
  }
  .mgn-btm97 {
    margin-bottom: 3.4642857143rem;
  }
  .mgn-lft97 {
    margin-left: 3.4642857143rem;
  }
  .mgn-sp97 {
    margin: 6.9285714286rem !important;
  }
  .mgn-top-sp97 {
    margin-top: 6.9285714286rem !important;
  }
  .mgn-rgt-sp97 {
    margin-right: 6.9285714286rem !important;
  }
  .mgn-btm-sp97 {
    margin-bottom: 6.9285714286rem !important;
  }
  .mgn-lft-sp97 {
    margin-left: 6.9285714286rem !important;
  }
  .mgn98 {
    margin: 3.5rem;
  }
  .mgn-top98 {
    margin-top: 3.5rem;
  }
  .mgn-rgt98 {
    margin-right: 3.5rem;
  }
  .mgn-btm98 {
    margin-bottom: 3.5rem;
  }
  .mgn-lft98 {
    margin-left: 3.5rem;
  }
  .mgn-sp98 {
    margin: 7rem !important;
  }
  .mgn-top-sp98 {
    margin-top: 7rem !important;
  }
  .mgn-rgt-sp98 {
    margin-right: 7rem !important;
  }
  .mgn-btm-sp98 {
    margin-bottom: 7rem !important;
  }
  .mgn-lft-sp98 {
    margin-left: 7rem !important;
  }
  .mgn99 {
    margin: 3.5357142857rem;
  }
  .mgn-top99 {
    margin-top: 3.5357142857rem;
  }
  .mgn-rgt99 {
    margin-right: 3.5357142857rem;
  }
  .mgn-btm99 {
    margin-bottom: 3.5357142857rem;
  }
  .mgn-lft99 {
    margin-left: 3.5357142857rem;
  }
  .mgn-sp99 {
    margin: 7.0714285714rem !important;
  }
  .mgn-top-sp99 {
    margin-top: 7.0714285714rem !important;
  }
  .mgn-rgt-sp99 {
    margin-right: 7.0714285714rem !important;
  }
  .mgn-btm-sp99 {
    margin-bottom: 7.0714285714rem !important;
  }
  .mgn-lft-sp99 {
    margin-left: 7.0714285714rem !important;
  }
  .mgn100 {
    margin: 3.5714285714rem;
  }
  .mgn-top100 {
    margin-top: 3.5714285714rem;
  }
  .mgn-rgt100 {
    margin-right: 3.5714285714rem;
  }
  .mgn-btm100 {
    margin-bottom: 3.5714285714rem;
  }
  .mgn-lft100 {
    margin-left: 3.5714285714rem;
  }
  .mgn-sp100 {
    margin: 7.1428571429rem !important;
  }
  .mgn-top-sp100 {
    margin-top: 7.1428571429rem !important;
  }
  .mgn-rgt-sp100 {
    margin-right: 7.1428571429rem !important;
  }
  .mgn-btm-sp100 {
    margin-bottom: 7.1428571429rem !important;
  }
  .mgn-lft-sp100 {
    margin-left: 7.1428571429rem !important;
  }
  .mgn101 {
    margin: 3.6071428571rem;
  }
  .mgn-top101 {
    margin-top: 3.6071428571rem;
  }
  .mgn-rgt101 {
    margin-right: 3.6071428571rem;
  }
  .mgn-btm101 {
    margin-bottom: 3.6071428571rem;
  }
  .mgn-lft101 {
    margin-left: 3.6071428571rem;
  }
  .mgn-sp101 {
    margin: 7.2142857143rem !important;
  }
  .mgn-top-sp101 {
    margin-top: 7.2142857143rem !important;
  }
  .mgn-rgt-sp101 {
    margin-right: 7.2142857143rem !important;
  }
  .mgn-btm-sp101 {
    margin-bottom: 7.2142857143rem !important;
  }
  .mgn-lft-sp101 {
    margin-left: 7.2142857143rem !important;
  }
  .mgn102 {
    margin: 3.6428571429rem;
  }
  .mgn-top102 {
    margin-top: 3.6428571429rem;
  }
  .mgn-rgt102 {
    margin-right: 3.6428571429rem;
  }
  .mgn-btm102 {
    margin-bottom: 3.6428571429rem;
  }
  .mgn-lft102 {
    margin-left: 3.6428571429rem;
  }
  .mgn-sp102 {
    margin: 7.2857142857rem !important;
  }
  .mgn-top-sp102 {
    margin-top: 7.2857142857rem !important;
  }
  .mgn-rgt-sp102 {
    margin-right: 7.2857142857rem !important;
  }
  .mgn-btm-sp102 {
    margin-bottom: 7.2857142857rem !important;
  }
  .mgn-lft-sp102 {
    margin-left: 7.2857142857rem !important;
  }
  .mgn103 {
    margin: 3.6785714286rem;
  }
  .mgn-top103 {
    margin-top: 3.6785714286rem;
  }
  .mgn-rgt103 {
    margin-right: 3.6785714286rem;
  }
  .mgn-btm103 {
    margin-bottom: 3.6785714286rem;
  }
  .mgn-lft103 {
    margin-left: 3.6785714286rem;
  }
  .mgn-sp103 {
    margin: 7.3571428571rem !important;
  }
  .mgn-top-sp103 {
    margin-top: 7.3571428571rem !important;
  }
  .mgn-rgt-sp103 {
    margin-right: 7.3571428571rem !important;
  }
  .mgn-btm-sp103 {
    margin-bottom: 7.3571428571rem !important;
  }
  .mgn-lft-sp103 {
    margin-left: 7.3571428571rem !important;
  }
  .mgn104 {
    margin: 3.7142857143rem;
  }
  .mgn-top104 {
    margin-top: 3.7142857143rem;
  }
  .mgn-rgt104 {
    margin-right: 3.7142857143rem;
  }
  .mgn-btm104 {
    margin-bottom: 3.7142857143rem;
  }
  .mgn-lft104 {
    margin-left: 3.7142857143rem;
  }
  .mgn-sp104 {
    margin: 7.4285714286rem !important;
  }
  .mgn-top-sp104 {
    margin-top: 7.4285714286rem !important;
  }
  .mgn-rgt-sp104 {
    margin-right: 7.4285714286rem !important;
  }
  .mgn-btm-sp104 {
    margin-bottom: 7.4285714286rem !important;
  }
  .mgn-lft-sp104 {
    margin-left: 7.4285714286rem !important;
  }
  .mgn105 {
    margin: 3.75rem;
  }
  .mgn-top105 {
    margin-top: 3.75rem;
  }
  .mgn-rgt105 {
    margin-right: 3.75rem;
  }
  .mgn-btm105 {
    margin-bottom: 3.75rem;
  }
  .mgn-lft105 {
    margin-left: 3.75rem;
  }
  .mgn-sp105 {
    margin: 7.5rem !important;
  }
  .mgn-top-sp105 {
    margin-top: 7.5rem !important;
  }
  .mgn-rgt-sp105 {
    margin-right: 7.5rem !important;
  }
  .mgn-btm-sp105 {
    margin-bottom: 7.5rem !important;
  }
  .mgn-lft-sp105 {
    margin-left: 7.5rem !important;
  }
  .mgn106 {
    margin: 3.7857142857rem;
  }
  .mgn-top106 {
    margin-top: 3.7857142857rem;
  }
  .mgn-rgt106 {
    margin-right: 3.7857142857rem;
  }
  .mgn-btm106 {
    margin-bottom: 3.7857142857rem;
  }
  .mgn-lft106 {
    margin-left: 3.7857142857rem;
  }
  .mgn-sp106 {
    margin: 7.5714285714rem !important;
  }
  .mgn-top-sp106 {
    margin-top: 7.5714285714rem !important;
  }
  .mgn-rgt-sp106 {
    margin-right: 7.5714285714rem !important;
  }
  .mgn-btm-sp106 {
    margin-bottom: 7.5714285714rem !important;
  }
  .mgn-lft-sp106 {
    margin-left: 7.5714285714rem !important;
  }
  .mgn107 {
    margin: 3.8214285714rem;
  }
  .mgn-top107 {
    margin-top: 3.8214285714rem;
  }
  .mgn-rgt107 {
    margin-right: 3.8214285714rem;
  }
  .mgn-btm107 {
    margin-bottom: 3.8214285714rem;
  }
  .mgn-lft107 {
    margin-left: 3.8214285714rem;
  }
  .mgn-sp107 {
    margin: 7.6428571429rem !important;
  }
  .mgn-top-sp107 {
    margin-top: 7.6428571429rem !important;
  }
  .mgn-rgt-sp107 {
    margin-right: 7.6428571429rem !important;
  }
  .mgn-btm-sp107 {
    margin-bottom: 7.6428571429rem !important;
  }
  .mgn-lft-sp107 {
    margin-left: 7.6428571429rem !important;
  }
  .mgn108 {
    margin: 3.8571428571rem;
  }
  .mgn-top108 {
    margin-top: 3.8571428571rem;
  }
  .mgn-rgt108 {
    margin-right: 3.8571428571rem;
  }
  .mgn-btm108 {
    margin-bottom: 3.8571428571rem;
  }
  .mgn-lft108 {
    margin-left: 3.8571428571rem;
  }
  .mgn-sp108 {
    margin: 7.7142857143rem !important;
  }
  .mgn-top-sp108 {
    margin-top: 7.7142857143rem !important;
  }
  .mgn-rgt-sp108 {
    margin-right: 7.7142857143rem !important;
  }
  .mgn-btm-sp108 {
    margin-bottom: 7.7142857143rem !important;
  }
  .mgn-lft-sp108 {
    margin-left: 7.7142857143rem !important;
  }
  .mgn109 {
    margin: 3.8928571429rem;
  }
  .mgn-top109 {
    margin-top: 3.8928571429rem;
  }
  .mgn-rgt109 {
    margin-right: 3.8928571429rem;
  }
  .mgn-btm109 {
    margin-bottom: 3.8928571429rem;
  }
  .mgn-lft109 {
    margin-left: 3.8928571429rem;
  }
  .mgn-sp109 {
    margin: 7.7857142857rem !important;
  }
  .mgn-top-sp109 {
    margin-top: 7.7857142857rem !important;
  }
  .mgn-rgt-sp109 {
    margin-right: 7.7857142857rem !important;
  }
  .mgn-btm-sp109 {
    margin-bottom: 7.7857142857rem !important;
  }
  .mgn-lft-sp109 {
    margin-left: 7.7857142857rem !important;
  }
  .mgn110 {
    margin: 3.9285714286rem;
  }
  .mgn-top110 {
    margin-top: 3.9285714286rem;
  }
  .mgn-rgt110 {
    margin-right: 3.9285714286rem;
  }
  .mgn-btm110 {
    margin-bottom: 3.9285714286rem;
  }
  .mgn-lft110 {
    margin-left: 3.9285714286rem;
  }
  .mgn-sp110 {
    margin: 7.8571428571rem !important;
  }
  .mgn-top-sp110 {
    margin-top: 7.8571428571rem !important;
  }
  .mgn-rgt-sp110 {
    margin-right: 7.8571428571rem !important;
  }
  .mgn-btm-sp110 {
    margin-bottom: 7.8571428571rem !important;
  }
  .mgn-lft-sp110 {
    margin-left: 7.8571428571rem !important;
  }
  .mgn111 {
    margin: 3.9642857143rem;
  }
  .mgn-top111 {
    margin-top: 3.9642857143rem;
  }
  .mgn-rgt111 {
    margin-right: 3.9642857143rem;
  }
  .mgn-btm111 {
    margin-bottom: 3.9642857143rem;
  }
  .mgn-lft111 {
    margin-left: 3.9642857143rem;
  }
  .mgn-sp111 {
    margin: 7.9285714286rem !important;
  }
  .mgn-top-sp111 {
    margin-top: 7.9285714286rem !important;
  }
  .mgn-rgt-sp111 {
    margin-right: 7.9285714286rem !important;
  }
  .mgn-btm-sp111 {
    margin-bottom: 7.9285714286rem !important;
  }
  .mgn-lft-sp111 {
    margin-left: 7.9285714286rem !important;
  }
  .mgn112 {
    margin: 4rem;
  }
  .mgn-top112 {
    margin-top: 4rem;
  }
  .mgn-rgt112 {
    margin-right: 4rem;
  }
  .mgn-btm112 {
    margin-bottom: 4rem;
  }
  .mgn-lft112 {
    margin-left: 4rem;
  }
  .mgn-sp112 {
    margin: 8rem !important;
  }
  .mgn-top-sp112 {
    margin-top: 8rem !important;
  }
  .mgn-rgt-sp112 {
    margin-right: 8rem !important;
  }
  .mgn-btm-sp112 {
    margin-bottom: 8rem !important;
  }
  .mgn-lft-sp112 {
    margin-left: 8rem !important;
  }
  .mgn113 {
    margin: 4.0357142857rem;
  }
  .mgn-top113 {
    margin-top: 4.0357142857rem;
  }
  .mgn-rgt113 {
    margin-right: 4.0357142857rem;
  }
  .mgn-btm113 {
    margin-bottom: 4.0357142857rem;
  }
  .mgn-lft113 {
    margin-left: 4.0357142857rem;
  }
  .mgn-sp113 {
    margin: 8.0714285714rem !important;
  }
  .mgn-top-sp113 {
    margin-top: 8.0714285714rem !important;
  }
  .mgn-rgt-sp113 {
    margin-right: 8.0714285714rem !important;
  }
  .mgn-btm-sp113 {
    margin-bottom: 8.0714285714rem !important;
  }
  .mgn-lft-sp113 {
    margin-left: 8.0714285714rem !important;
  }
  .mgn114 {
    margin: 4.0714285714rem;
  }
  .mgn-top114 {
    margin-top: 4.0714285714rem;
  }
  .mgn-rgt114 {
    margin-right: 4.0714285714rem;
  }
  .mgn-btm114 {
    margin-bottom: 4.0714285714rem;
  }
  .mgn-lft114 {
    margin-left: 4.0714285714rem;
  }
  .mgn-sp114 {
    margin: 8.1428571429rem !important;
  }
  .mgn-top-sp114 {
    margin-top: 8.1428571429rem !important;
  }
  .mgn-rgt-sp114 {
    margin-right: 8.1428571429rem !important;
  }
  .mgn-btm-sp114 {
    margin-bottom: 8.1428571429rem !important;
  }
  .mgn-lft-sp114 {
    margin-left: 8.1428571429rem !important;
  }
  .mgn115 {
    margin: 4.1071428571rem;
  }
  .mgn-top115 {
    margin-top: 4.1071428571rem;
  }
  .mgn-rgt115 {
    margin-right: 4.1071428571rem;
  }
  .mgn-btm115 {
    margin-bottom: 4.1071428571rem;
  }
  .mgn-lft115 {
    margin-left: 4.1071428571rem;
  }
  .mgn-sp115 {
    margin: 8.2142857143rem !important;
  }
  .mgn-top-sp115 {
    margin-top: 8.2142857143rem !important;
  }
  .mgn-rgt-sp115 {
    margin-right: 8.2142857143rem !important;
  }
  .mgn-btm-sp115 {
    margin-bottom: 8.2142857143rem !important;
  }
  .mgn-lft-sp115 {
    margin-left: 8.2142857143rem !important;
  }
  .mgn116 {
    margin: 4.1428571429rem;
  }
  .mgn-top116 {
    margin-top: 4.1428571429rem;
  }
  .mgn-rgt116 {
    margin-right: 4.1428571429rem;
  }
  .mgn-btm116 {
    margin-bottom: 4.1428571429rem;
  }
  .mgn-lft116 {
    margin-left: 4.1428571429rem;
  }
  .mgn-sp116 {
    margin: 8.2857142857rem !important;
  }
  .mgn-top-sp116 {
    margin-top: 8.2857142857rem !important;
  }
  .mgn-rgt-sp116 {
    margin-right: 8.2857142857rem !important;
  }
  .mgn-btm-sp116 {
    margin-bottom: 8.2857142857rem !important;
  }
  .mgn-lft-sp116 {
    margin-left: 8.2857142857rem !important;
  }
  .mgn117 {
    margin: 4.1785714286rem;
  }
  .mgn-top117 {
    margin-top: 4.1785714286rem;
  }
  .mgn-rgt117 {
    margin-right: 4.1785714286rem;
  }
  .mgn-btm117 {
    margin-bottom: 4.1785714286rem;
  }
  .mgn-lft117 {
    margin-left: 4.1785714286rem;
  }
  .mgn-sp117 {
    margin: 8.3571428571rem !important;
  }
  .mgn-top-sp117 {
    margin-top: 8.3571428571rem !important;
  }
  .mgn-rgt-sp117 {
    margin-right: 8.3571428571rem !important;
  }
  .mgn-btm-sp117 {
    margin-bottom: 8.3571428571rem !important;
  }
  .mgn-lft-sp117 {
    margin-left: 8.3571428571rem !important;
  }
  .mgn118 {
    margin: 4.2142857143rem;
  }
  .mgn-top118 {
    margin-top: 4.2142857143rem;
  }
  .mgn-rgt118 {
    margin-right: 4.2142857143rem;
  }
  .mgn-btm118 {
    margin-bottom: 4.2142857143rem;
  }
  .mgn-lft118 {
    margin-left: 4.2142857143rem;
  }
  .mgn-sp118 {
    margin: 8.4285714286rem !important;
  }
  .mgn-top-sp118 {
    margin-top: 8.4285714286rem !important;
  }
  .mgn-rgt-sp118 {
    margin-right: 8.4285714286rem !important;
  }
  .mgn-btm-sp118 {
    margin-bottom: 8.4285714286rem !important;
  }
  .mgn-lft-sp118 {
    margin-left: 8.4285714286rem !important;
  }
  .mgn119 {
    margin: 4.25rem;
  }
  .mgn-top119 {
    margin-top: 4.25rem;
  }
  .mgn-rgt119 {
    margin-right: 4.25rem;
  }
  .mgn-btm119 {
    margin-bottom: 4.25rem;
  }
  .mgn-lft119 {
    margin-left: 4.25rem;
  }
  .mgn-sp119 {
    margin: 8.5rem !important;
  }
  .mgn-top-sp119 {
    margin-top: 8.5rem !important;
  }
  .mgn-rgt-sp119 {
    margin-right: 8.5rem !important;
  }
  .mgn-btm-sp119 {
    margin-bottom: 8.5rem !important;
  }
  .mgn-lft-sp119 {
    margin-left: 8.5rem !important;
  }
  .mgn120 {
    margin: 4.2857142857rem;
  }
  .mgn-top120 {
    margin-top: 4.2857142857rem;
  }
  .mgn-rgt120 {
    margin-right: 4.2857142857rem;
  }
  .mgn-btm120 {
    margin-bottom: 4.2857142857rem;
  }
  .mgn-lft120 {
    margin-left: 4.2857142857rem;
  }
  .mgn-sp120 {
    margin: 8.5714285714rem !important;
  }
  .mgn-top-sp120 {
    margin-top: 8.5714285714rem !important;
  }
  .mgn-rgt-sp120 {
    margin-right: 8.5714285714rem !important;
  }
  .mgn-btm-sp120 {
    margin-bottom: 8.5714285714rem !important;
  }
  .mgn-lft-sp120 {
    margin-left: 8.5714285714rem !important;
  }
  .mgn121 {
    margin: 4.3214285714rem;
  }
  .mgn-top121 {
    margin-top: 4.3214285714rem;
  }
  .mgn-rgt121 {
    margin-right: 4.3214285714rem;
  }
  .mgn-btm121 {
    margin-bottom: 4.3214285714rem;
  }
  .mgn-lft121 {
    margin-left: 4.3214285714rem;
  }
  .mgn-sp121 {
    margin: 8.6428571429rem !important;
  }
  .mgn-top-sp121 {
    margin-top: 8.6428571429rem !important;
  }
  .mgn-rgt-sp121 {
    margin-right: 8.6428571429rem !important;
  }
  .mgn-btm-sp121 {
    margin-bottom: 8.6428571429rem !important;
  }
  .mgn-lft-sp121 {
    margin-left: 8.6428571429rem !important;
  }
  .mgn122 {
    margin: 4.3571428571rem;
  }
  .mgn-top122 {
    margin-top: 4.3571428571rem;
  }
  .mgn-rgt122 {
    margin-right: 4.3571428571rem;
  }
  .mgn-btm122 {
    margin-bottom: 4.3571428571rem;
  }
  .mgn-lft122 {
    margin-left: 4.3571428571rem;
  }
  .mgn-sp122 {
    margin: 8.7142857143rem !important;
  }
  .mgn-top-sp122 {
    margin-top: 8.7142857143rem !important;
  }
  .mgn-rgt-sp122 {
    margin-right: 8.7142857143rem !important;
  }
  .mgn-btm-sp122 {
    margin-bottom: 8.7142857143rem !important;
  }
  .mgn-lft-sp122 {
    margin-left: 8.7142857143rem !important;
  }
  .mgn123 {
    margin: 4.3928571429rem;
  }
  .mgn-top123 {
    margin-top: 4.3928571429rem;
  }
  .mgn-rgt123 {
    margin-right: 4.3928571429rem;
  }
  .mgn-btm123 {
    margin-bottom: 4.3928571429rem;
  }
  .mgn-lft123 {
    margin-left: 4.3928571429rem;
  }
  .mgn-sp123 {
    margin: 8.7857142857rem !important;
  }
  .mgn-top-sp123 {
    margin-top: 8.7857142857rem !important;
  }
  .mgn-rgt-sp123 {
    margin-right: 8.7857142857rem !important;
  }
  .mgn-btm-sp123 {
    margin-bottom: 8.7857142857rem !important;
  }
  .mgn-lft-sp123 {
    margin-left: 8.7857142857rem !important;
  }
  .mgn124 {
    margin: 4.4285714286rem;
  }
  .mgn-top124 {
    margin-top: 4.4285714286rem;
  }
  .mgn-rgt124 {
    margin-right: 4.4285714286rem;
  }
  .mgn-btm124 {
    margin-bottom: 4.4285714286rem;
  }
  .mgn-lft124 {
    margin-left: 4.4285714286rem;
  }
  .mgn-sp124 {
    margin: 8.8571428571rem !important;
  }
  .mgn-top-sp124 {
    margin-top: 8.8571428571rem !important;
  }
  .mgn-rgt-sp124 {
    margin-right: 8.8571428571rem !important;
  }
  .mgn-btm-sp124 {
    margin-bottom: 8.8571428571rem !important;
  }
  .mgn-lft-sp124 {
    margin-left: 8.8571428571rem !important;
  }
  .mgn125 {
    margin: 4.4642857143rem;
  }
  .mgn-top125 {
    margin-top: 4.4642857143rem;
  }
  .mgn-rgt125 {
    margin-right: 4.4642857143rem;
  }
  .mgn-btm125 {
    margin-bottom: 4.4642857143rem;
  }
  .mgn-lft125 {
    margin-left: 4.4642857143rem;
  }
  .mgn-sp125 {
    margin: 8.9285714286rem !important;
  }
  .mgn-top-sp125 {
    margin-top: 8.9285714286rem !important;
  }
  .mgn-rgt-sp125 {
    margin-right: 8.9285714286rem !important;
  }
  .mgn-btm-sp125 {
    margin-bottom: 8.9285714286rem !important;
  }
  .mgn-lft-sp125 {
    margin-left: 8.9285714286rem !important;
  }
  .mgn126 {
    margin: 4.5rem;
  }
  .mgn-top126 {
    margin-top: 4.5rem;
  }
  .mgn-rgt126 {
    margin-right: 4.5rem;
  }
  .mgn-btm126 {
    margin-bottom: 4.5rem;
  }
  .mgn-lft126 {
    margin-left: 4.5rem;
  }
  .mgn-sp126 {
    margin: 9rem !important;
  }
  .mgn-top-sp126 {
    margin-top: 9rem !important;
  }
  .mgn-rgt-sp126 {
    margin-right: 9rem !important;
  }
  .mgn-btm-sp126 {
    margin-bottom: 9rem !important;
  }
  .mgn-lft-sp126 {
    margin-left: 9rem !important;
  }
  .mgn127 {
    margin: 4.5357142857rem;
  }
  .mgn-top127 {
    margin-top: 4.5357142857rem;
  }
  .mgn-rgt127 {
    margin-right: 4.5357142857rem;
  }
  .mgn-btm127 {
    margin-bottom: 4.5357142857rem;
  }
  .mgn-lft127 {
    margin-left: 4.5357142857rem;
  }
  .mgn-sp127 {
    margin: 9.0714285714rem !important;
  }
  .mgn-top-sp127 {
    margin-top: 9.0714285714rem !important;
  }
  .mgn-rgt-sp127 {
    margin-right: 9.0714285714rem !important;
  }
  .mgn-btm-sp127 {
    margin-bottom: 9.0714285714rem !important;
  }
  .mgn-lft-sp127 {
    margin-left: 9.0714285714rem !important;
  }
  .mgn128 {
    margin: 4.5714285714rem;
  }
  .mgn-top128 {
    margin-top: 4.5714285714rem;
  }
  .mgn-rgt128 {
    margin-right: 4.5714285714rem;
  }
  .mgn-btm128 {
    margin-bottom: 4.5714285714rem;
  }
  .mgn-lft128 {
    margin-left: 4.5714285714rem;
  }
  .mgn-sp128 {
    margin: 9.1428571429rem !important;
  }
  .mgn-top-sp128 {
    margin-top: 9.1428571429rem !important;
  }
  .mgn-rgt-sp128 {
    margin-right: 9.1428571429rem !important;
  }
  .mgn-btm-sp128 {
    margin-bottom: 9.1428571429rem !important;
  }
  .mgn-lft-sp128 {
    margin-left: 9.1428571429rem !important;
  }
  .mgn129 {
    margin: 4.6071428571rem;
  }
  .mgn-top129 {
    margin-top: 4.6071428571rem;
  }
  .mgn-rgt129 {
    margin-right: 4.6071428571rem;
  }
  .mgn-btm129 {
    margin-bottom: 4.6071428571rem;
  }
  .mgn-lft129 {
    margin-left: 4.6071428571rem;
  }
  .mgn-sp129 {
    margin: 9.2142857143rem !important;
  }
  .mgn-top-sp129 {
    margin-top: 9.2142857143rem !important;
  }
  .mgn-rgt-sp129 {
    margin-right: 9.2142857143rem !important;
  }
  .mgn-btm-sp129 {
    margin-bottom: 9.2142857143rem !important;
  }
  .mgn-lft-sp129 {
    margin-left: 9.2142857143rem !important;
  }
  .mgn130 {
    margin: 4.6428571429rem;
  }
  .mgn-top130 {
    margin-top: 4.6428571429rem;
  }
  .mgn-rgt130 {
    margin-right: 4.6428571429rem;
  }
  .mgn-btm130 {
    margin-bottom: 4.6428571429rem;
  }
  .mgn-lft130 {
    margin-left: 4.6428571429rem;
  }
  .mgn-sp130 {
    margin: 9.2857142857rem !important;
  }
  .mgn-top-sp130 {
    margin-top: 9.2857142857rem !important;
  }
  .mgn-rgt-sp130 {
    margin-right: 9.2857142857rem !important;
  }
  .mgn-btm-sp130 {
    margin-bottom: 9.2857142857rem !important;
  }
  .mgn-lft-sp130 {
    margin-left: 9.2857142857rem !important;
  }
  .mgn131 {
    margin: 4.6785714286rem;
  }
  .mgn-top131 {
    margin-top: 4.6785714286rem;
  }
  .mgn-rgt131 {
    margin-right: 4.6785714286rem;
  }
  .mgn-btm131 {
    margin-bottom: 4.6785714286rem;
  }
  .mgn-lft131 {
    margin-left: 4.6785714286rem;
  }
  .mgn-sp131 {
    margin: 9.3571428571rem !important;
  }
  .mgn-top-sp131 {
    margin-top: 9.3571428571rem !important;
  }
  .mgn-rgt-sp131 {
    margin-right: 9.3571428571rem !important;
  }
  .mgn-btm-sp131 {
    margin-bottom: 9.3571428571rem !important;
  }
  .mgn-lft-sp131 {
    margin-left: 9.3571428571rem !important;
  }
  .mgn132 {
    margin: 4.7142857143rem;
  }
  .mgn-top132 {
    margin-top: 4.7142857143rem;
  }
  .mgn-rgt132 {
    margin-right: 4.7142857143rem;
  }
  .mgn-btm132 {
    margin-bottom: 4.7142857143rem;
  }
  .mgn-lft132 {
    margin-left: 4.7142857143rem;
  }
  .mgn-sp132 {
    margin: 9.4285714286rem !important;
  }
  .mgn-top-sp132 {
    margin-top: 9.4285714286rem !important;
  }
  .mgn-rgt-sp132 {
    margin-right: 9.4285714286rem !important;
  }
  .mgn-btm-sp132 {
    margin-bottom: 9.4285714286rem !important;
  }
  .mgn-lft-sp132 {
    margin-left: 9.4285714286rem !important;
  }
  .mgn133 {
    margin: 4.75rem;
  }
  .mgn-top133 {
    margin-top: 4.75rem;
  }
  .mgn-rgt133 {
    margin-right: 4.75rem;
  }
  .mgn-btm133 {
    margin-bottom: 4.75rem;
  }
  .mgn-lft133 {
    margin-left: 4.75rem;
  }
  .mgn-sp133 {
    margin: 9.5rem !important;
  }
  .mgn-top-sp133 {
    margin-top: 9.5rem !important;
  }
  .mgn-rgt-sp133 {
    margin-right: 9.5rem !important;
  }
  .mgn-btm-sp133 {
    margin-bottom: 9.5rem !important;
  }
  .mgn-lft-sp133 {
    margin-left: 9.5rem !important;
  }
  .mgn134 {
    margin: 4.7857142857rem;
  }
  .mgn-top134 {
    margin-top: 4.7857142857rem;
  }
  .mgn-rgt134 {
    margin-right: 4.7857142857rem;
  }
  .mgn-btm134 {
    margin-bottom: 4.7857142857rem;
  }
  .mgn-lft134 {
    margin-left: 4.7857142857rem;
  }
  .mgn-sp134 {
    margin: 9.5714285714rem !important;
  }
  .mgn-top-sp134 {
    margin-top: 9.5714285714rem !important;
  }
  .mgn-rgt-sp134 {
    margin-right: 9.5714285714rem !important;
  }
  .mgn-btm-sp134 {
    margin-bottom: 9.5714285714rem !important;
  }
  .mgn-lft-sp134 {
    margin-left: 9.5714285714rem !important;
  }
  .mgn135 {
    margin: 4.8214285714rem;
  }
  .mgn-top135 {
    margin-top: 4.8214285714rem;
  }
  .mgn-rgt135 {
    margin-right: 4.8214285714rem;
  }
  .mgn-btm135 {
    margin-bottom: 4.8214285714rem;
  }
  .mgn-lft135 {
    margin-left: 4.8214285714rem;
  }
  .mgn-sp135 {
    margin: 9.6428571429rem !important;
  }
  .mgn-top-sp135 {
    margin-top: 9.6428571429rem !important;
  }
  .mgn-rgt-sp135 {
    margin-right: 9.6428571429rem !important;
  }
  .mgn-btm-sp135 {
    margin-bottom: 9.6428571429rem !important;
  }
  .mgn-lft-sp135 {
    margin-left: 9.6428571429rem !important;
  }
  .mgn136 {
    margin: 4.8571428571rem;
  }
  .mgn-top136 {
    margin-top: 4.8571428571rem;
  }
  .mgn-rgt136 {
    margin-right: 4.8571428571rem;
  }
  .mgn-btm136 {
    margin-bottom: 4.8571428571rem;
  }
  .mgn-lft136 {
    margin-left: 4.8571428571rem;
  }
  .mgn-sp136 {
    margin: 9.7142857143rem !important;
  }
  .mgn-top-sp136 {
    margin-top: 9.7142857143rem !important;
  }
  .mgn-rgt-sp136 {
    margin-right: 9.7142857143rem !important;
  }
  .mgn-btm-sp136 {
    margin-bottom: 9.7142857143rem !important;
  }
  .mgn-lft-sp136 {
    margin-left: 9.7142857143rem !important;
  }
  .mgn137 {
    margin: 4.8928571429rem;
  }
  .mgn-top137 {
    margin-top: 4.8928571429rem;
  }
  .mgn-rgt137 {
    margin-right: 4.8928571429rem;
  }
  .mgn-btm137 {
    margin-bottom: 4.8928571429rem;
  }
  .mgn-lft137 {
    margin-left: 4.8928571429rem;
  }
  .mgn-sp137 {
    margin: 9.7857142857rem !important;
  }
  .mgn-top-sp137 {
    margin-top: 9.7857142857rem !important;
  }
  .mgn-rgt-sp137 {
    margin-right: 9.7857142857rem !important;
  }
  .mgn-btm-sp137 {
    margin-bottom: 9.7857142857rem !important;
  }
  .mgn-lft-sp137 {
    margin-left: 9.7857142857rem !important;
  }
  .mgn138 {
    margin: 4.9285714286rem;
  }
  .mgn-top138 {
    margin-top: 4.9285714286rem;
  }
  .mgn-rgt138 {
    margin-right: 4.9285714286rem;
  }
  .mgn-btm138 {
    margin-bottom: 4.9285714286rem;
  }
  .mgn-lft138 {
    margin-left: 4.9285714286rem;
  }
  .mgn-sp138 {
    margin: 9.8571428571rem !important;
  }
  .mgn-top-sp138 {
    margin-top: 9.8571428571rem !important;
  }
  .mgn-rgt-sp138 {
    margin-right: 9.8571428571rem !important;
  }
  .mgn-btm-sp138 {
    margin-bottom: 9.8571428571rem !important;
  }
  .mgn-lft-sp138 {
    margin-left: 9.8571428571rem !important;
  }
  .mgn139 {
    margin: 4.9642857143rem;
  }
  .mgn-top139 {
    margin-top: 4.9642857143rem;
  }
  .mgn-rgt139 {
    margin-right: 4.9642857143rem;
  }
  .mgn-btm139 {
    margin-bottom: 4.9642857143rem;
  }
  .mgn-lft139 {
    margin-left: 4.9642857143rem;
  }
  .mgn-sp139 {
    margin: 9.9285714286rem !important;
  }
  .mgn-top-sp139 {
    margin-top: 9.9285714286rem !important;
  }
  .mgn-rgt-sp139 {
    margin-right: 9.9285714286rem !important;
  }
  .mgn-btm-sp139 {
    margin-bottom: 9.9285714286rem !important;
  }
  .mgn-lft-sp139 {
    margin-left: 9.9285714286rem !important;
  }
  .mgn140 {
    margin: 5rem;
  }
  .mgn-top140 {
    margin-top: 5rem;
  }
  .mgn-rgt140 {
    margin-right: 5rem;
  }
  .mgn-btm140 {
    margin-bottom: 5rem;
  }
  .mgn-lft140 {
    margin-left: 5rem;
  }
  .mgn-sp140 {
    margin: 10rem !important;
  }
  .mgn-top-sp140 {
    margin-top: 10rem !important;
  }
  .mgn-rgt-sp140 {
    margin-right: 10rem !important;
  }
  .mgn-btm-sp140 {
    margin-bottom: 10rem !important;
  }
  .mgn-lft-sp140 {
    margin-left: 10rem !important;
  }
  .mgn141 {
    margin: 5.0357142857rem;
  }
  .mgn-top141 {
    margin-top: 5.0357142857rem;
  }
  .mgn-rgt141 {
    margin-right: 5.0357142857rem;
  }
  .mgn-btm141 {
    margin-bottom: 5.0357142857rem;
  }
  .mgn-lft141 {
    margin-left: 5.0357142857rem;
  }
  .mgn-sp141 {
    margin: 10.0714285714rem !important;
  }
  .mgn-top-sp141 {
    margin-top: 10.0714285714rem !important;
  }
  .mgn-rgt-sp141 {
    margin-right: 10.0714285714rem !important;
  }
  .mgn-btm-sp141 {
    margin-bottom: 10.0714285714rem !important;
  }
  .mgn-lft-sp141 {
    margin-left: 10.0714285714rem !important;
  }
  .mgn142 {
    margin: 5.0714285714rem;
  }
  .mgn-top142 {
    margin-top: 5.0714285714rem;
  }
  .mgn-rgt142 {
    margin-right: 5.0714285714rem;
  }
  .mgn-btm142 {
    margin-bottom: 5.0714285714rem;
  }
  .mgn-lft142 {
    margin-left: 5.0714285714rem;
  }
  .mgn-sp142 {
    margin: 10.1428571429rem !important;
  }
  .mgn-top-sp142 {
    margin-top: 10.1428571429rem !important;
  }
  .mgn-rgt-sp142 {
    margin-right: 10.1428571429rem !important;
  }
  .mgn-btm-sp142 {
    margin-bottom: 10.1428571429rem !important;
  }
  .mgn-lft-sp142 {
    margin-left: 10.1428571429rem !important;
  }
  .mgn143 {
    margin: 5.1071428571rem;
  }
  .mgn-top143 {
    margin-top: 5.1071428571rem;
  }
  .mgn-rgt143 {
    margin-right: 5.1071428571rem;
  }
  .mgn-btm143 {
    margin-bottom: 5.1071428571rem;
  }
  .mgn-lft143 {
    margin-left: 5.1071428571rem;
  }
  .mgn-sp143 {
    margin: 10.2142857143rem !important;
  }
  .mgn-top-sp143 {
    margin-top: 10.2142857143rem !important;
  }
  .mgn-rgt-sp143 {
    margin-right: 10.2142857143rem !important;
  }
  .mgn-btm-sp143 {
    margin-bottom: 10.2142857143rem !important;
  }
  .mgn-lft-sp143 {
    margin-left: 10.2142857143rem !important;
  }
  .mgn144 {
    margin: 5.1428571429rem;
  }
  .mgn-top144 {
    margin-top: 5.1428571429rem;
  }
  .mgn-rgt144 {
    margin-right: 5.1428571429rem;
  }
  .mgn-btm144 {
    margin-bottom: 5.1428571429rem;
  }
  .mgn-lft144 {
    margin-left: 5.1428571429rem;
  }
  .mgn-sp144 {
    margin: 10.2857142857rem !important;
  }
  .mgn-top-sp144 {
    margin-top: 10.2857142857rem !important;
  }
  .mgn-rgt-sp144 {
    margin-right: 10.2857142857rem !important;
  }
  .mgn-btm-sp144 {
    margin-bottom: 10.2857142857rem !important;
  }
  .mgn-lft-sp144 {
    margin-left: 10.2857142857rem !important;
  }
  .mgn145 {
    margin: 5.1785714286rem;
  }
  .mgn-top145 {
    margin-top: 5.1785714286rem;
  }
  .mgn-rgt145 {
    margin-right: 5.1785714286rem;
  }
  .mgn-btm145 {
    margin-bottom: 5.1785714286rem;
  }
  .mgn-lft145 {
    margin-left: 5.1785714286rem;
  }
  .mgn-sp145 {
    margin: 10.3571428571rem !important;
  }
  .mgn-top-sp145 {
    margin-top: 10.3571428571rem !important;
  }
  .mgn-rgt-sp145 {
    margin-right: 10.3571428571rem !important;
  }
  .mgn-btm-sp145 {
    margin-bottom: 10.3571428571rem !important;
  }
  .mgn-lft-sp145 {
    margin-left: 10.3571428571rem !important;
  }
  .mgn146 {
    margin: 5.2142857143rem;
  }
  .mgn-top146 {
    margin-top: 5.2142857143rem;
  }
  .mgn-rgt146 {
    margin-right: 5.2142857143rem;
  }
  .mgn-btm146 {
    margin-bottom: 5.2142857143rem;
  }
  .mgn-lft146 {
    margin-left: 5.2142857143rem;
  }
  .mgn-sp146 {
    margin: 10.4285714286rem !important;
  }
  .mgn-top-sp146 {
    margin-top: 10.4285714286rem !important;
  }
  .mgn-rgt-sp146 {
    margin-right: 10.4285714286rem !important;
  }
  .mgn-btm-sp146 {
    margin-bottom: 10.4285714286rem !important;
  }
  .mgn-lft-sp146 {
    margin-left: 10.4285714286rem !important;
  }
  .mgn147 {
    margin: 5.25rem;
  }
  .mgn-top147 {
    margin-top: 5.25rem;
  }
  .mgn-rgt147 {
    margin-right: 5.25rem;
  }
  .mgn-btm147 {
    margin-bottom: 5.25rem;
  }
  .mgn-lft147 {
    margin-left: 5.25rem;
  }
  .mgn-sp147 {
    margin: 10.5rem !important;
  }
  .mgn-top-sp147 {
    margin-top: 10.5rem !important;
  }
  .mgn-rgt-sp147 {
    margin-right: 10.5rem !important;
  }
  .mgn-btm-sp147 {
    margin-bottom: 10.5rem !important;
  }
  .mgn-lft-sp147 {
    margin-left: 10.5rem !important;
  }
  .mgn148 {
    margin: 5.2857142857rem;
  }
  .mgn-top148 {
    margin-top: 5.2857142857rem;
  }
  .mgn-rgt148 {
    margin-right: 5.2857142857rem;
  }
  .mgn-btm148 {
    margin-bottom: 5.2857142857rem;
  }
  .mgn-lft148 {
    margin-left: 5.2857142857rem;
  }
  .mgn-sp148 {
    margin: 10.5714285714rem !important;
  }
  .mgn-top-sp148 {
    margin-top: 10.5714285714rem !important;
  }
  .mgn-rgt-sp148 {
    margin-right: 10.5714285714rem !important;
  }
  .mgn-btm-sp148 {
    margin-bottom: 10.5714285714rem !important;
  }
  .mgn-lft-sp148 {
    margin-left: 10.5714285714rem !important;
  }
  .mgn149 {
    margin: 5.3214285714rem;
  }
  .mgn-top149 {
    margin-top: 5.3214285714rem;
  }
  .mgn-rgt149 {
    margin-right: 5.3214285714rem;
  }
  .mgn-btm149 {
    margin-bottom: 5.3214285714rem;
  }
  .mgn-lft149 {
    margin-left: 5.3214285714rem;
  }
  .mgn-sp149 {
    margin: 10.6428571429rem !important;
  }
  .mgn-top-sp149 {
    margin-top: 10.6428571429rem !important;
  }
  .mgn-rgt-sp149 {
    margin-right: 10.6428571429rem !important;
  }
  .mgn-btm-sp149 {
    margin-bottom: 10.6428571429rem !important;
  }
  .mgn-lft-sp149 {
    margin-left: 10.6428571429rem !important;
  }
  .mgn150 {
    margin: 5.3571428571rem;
  }
  .mgn-top150 {
    margin-top: 5.3571428571rem;
  }
  .mgn-rgt150 {
    margin-right: 5.3571428571rem;
  }
  .mgn-btm150 {
    margin-bottom: 5.3571428571rem;
  }
  .mgn-lft150 {
    margin-left: 5.3571428571rem;
  }
  .mgn-sp150 {
    margin: 10.7142857143rem !important;
  }
  .mgn-top-sp150 {
    margin-top: 10.7142857143rem !important;
  }
  .mgn-rgt-sp150 {
    margin-right: 10.7142857143rem !important;
  }
  .mgn-btm-sp150 {
    margin-bottom: 10.7142857143rem !important;
  }
  .mgn-lft-sp150 {
    margin-left: 10.7142857143rem !important;
  }
}
.mgn0em {
  margin: 0em;
}

.mgn-top0em {
  margin-top: 0em;
}

.mgn-rgt0em {
  margin-right: 0em;
}

.mgn-btm0em {
  margin-bottom: 0em;
}

.mgn-lft0em {
  margin-left: 0em;
}

.mgn1em {
  margin: 1em;
}

.mgn-top1em {
  margin-top: 1em;
}

.mgn-rgt1em {
  margin-right: 1em;
}

.mgn-btm1em {
  margin-bottom: 1em;
}

.mgn-lft1em {
  margin-left: 1em;
}

.mgn2em {
  margin: 2em;
}

.mgn-top2em {
  margin-top: 2em;
}

.mgn-rgt2em {
  margin-right: 2em;
}

.mgn-btm2em {
  margin-bottom: 2em;
}

.mgn-lft2em {
  margin-left: 2em;
}

.mgn3em {
  margin: 3em;
}

.mgn-top3em {
  margin-top: 3em;
}

.mgn-rgt3em {
  margin-right: 3em;
}

.mgn-btm3em {
  margin-bottom: 3em;
}

.mgn-lft3em {
  margin-left: 3em;
}

.mgn4em {
  margin: 4em;
}

.mgn-top4em {
  margin-top: 4em;
}

.mgn-rgt4em {
  margin-right: 4em;
}

.mgn-btm4em {
  margin-bottom: 4em;
}

.mgn-lft4em {
  margin-left: 4em;
}

.mgn5em {
  margin: 5em;
}

.mgn-top5em {
  margin-top: 5em;
}

.mgn-rgt5em {
  margin-right: 5em;
}

.mgn-btm5em {
  margin-bottom: 5em;
}

.mgn-lft5em {
  margin-left: 5em;
}

.mgn6em {
  margin: 6em;
}

.mgn-top6em {
  margin-top: 6em;
}

.mgn-rgt6em {
  margin-right: 6em;
}

.mgn-btm6em {
  margin-bottom: 6em;
}

.mgn-lft6em {
  margin-left: 6em;
}

.mgn7em {
  margin: 7em;
}

.mgn-top7em {
  margin-top: 7em;
}

.mgn-rgt7em {
  margin-right: 7em;
}

.mgn-btm7em {
  margin-bottom: 7em;
}

.mgn-lft7em {
  margin-left: 7em;
}

.mgn8em {
  margin: 8em;
}

.mgn-top8em {
  margin-top: 8em;
}

.mgn-rgt8em {
  margin-right: 8em;
}

.mgn-btm8em {
  margin-bottom: 8em;
}

.mgn-lft8em {
  margin-left: 8em;
}

.mgn9em {
  margin: 9em;
}

.mgn-top9em {
  margin-top: 9em;
}

.mgn-rgt9em {
  margin-right: 9em;
}

.mgn-btm9em {
  margin-bottom: 9em;
}

.mgn-lft9em {
  margin-left: 9em;
}

.mgn10em {
  margin: 10em;
}

.mgn-top10em {
  margin-top: 10em;
}

.mgn-rgt10em {
  margin-right: 10em;
}

.mgn-btm10em {
  margin-bottom: 10em;
}

.mgn-lft10em {
  margin-left: 10em;
}

.mgn11em {
  margin: 11em;
}

.mgn-top11em {
  margin-top: 11em;
}

.mgn-rgt11em {
  margin-right: 11em;
}

.mgn-btm11em {
  margin-bottom: 11em;
}

.mgn-lft11em {
  margin-left: 11em;
}

.mgn12em {
  margin: 12em;
}

.mgn-top12em {
  margin-top: 12em;
}

.mgn-rgt12em {
  margin-right: 12em;
}

.mgn-btm12em {
  margin-bottom: 12em;
}

.mgn-lft12em {
  margin-left: 12em;
}

.mgn13em {
  margin: 13em;
}

.mgn-top13em {
  margin-top: 13em;
}

.mgn-rgt13em {
  margin-right: 13em;
}

.mgn-btm13em {
  margin-bottom: 13em;
}

.mgn-lft13em {
  margin-left: 13em;
}

.mgn14em {
  margin: 14em;
}

.mgn-top14em {
  margin-top: 14em;
}

.mgn-rgt14em {
  margin-right: 14em;
}

.mgn-btm14em {
  margin-bottom: 14em;
}

.mgn-lft14em {
  margin-left: 14em;
}

.mgn15em {
  margin: 15em;
}

.mgn-top15em {
  margin-top: 15em;
}

.mgn-rgt15em {
  margin-right: 15em;
}

.mgn-btm15em {
  margin-bottom: 15em;
}

.mgn-lft15em {
  margin-left: 15em;
}

.pdg0 {
  padding: 0rem !important;
}

.pdg-top0 {
  padding-top: 0rem !important;
}

.pdg-rgt0 {
  padding-right: 0rem !important;
}

.pdg-btm0 {
  padding-bottom: 0rem !important;
}

.pdg-lft0 {
  padding-left: 0rem !important;
}

.pdg1 {
  padding: 0.0625rem !important;
}

.pdg-top1 {
  padding-top: 0.0625rem !important;
}

.pdg-rgt1 {
  padding-right: 0.0625rem !important;
}

.pdg-btm1 {
  padding-bottom: 0.0625rem !important;
}

.pdg-lft1 {
  padding-left: 0.0625rem !important;
}

.pdg2 {
  padding: 0.125rem !important;
}

.pdg-top2 {
  padding-top: 0.125rem !important;
}

.pdg-rgt2 {
  padding-right: 0.125rem !important;
}

.pdg-btm2 {
  padding-bottom: 0.125rem !important;
}

.pdg-lft2 {
  padding-left: 0.125rem !important;
}

.pdg3 {
  padding: 0.1875rem !important;
}

.pdg-top3 {
  padding-top: 0.1875rem !important;
}

.pdg-rgt3 {
  padding-right: 0.1875rem !important;
}

.pdg-btm3 {
  padding-bottom: 0.1875rem !important;
}

.pdg-lft3 {
  padding-left: 0.1875rem !important;
}

.pdg4 {
  padding: 0.25rem !important;
}

.pdg-top4 {
  padding-top: 0.25rem !important;
}

.pdg-rgt4 {
  padding-right: 0.25rem !important;
}

.pdg-btm4 {
  padding-bottom: 0.25rem !important;
}

.pdg-lft4 {
  padding-left: 0.25rem !important;
}

.pdg5 {
  padding: 0.3125rem !important;
}

.pdg-top5 {
  padding-top: 0.3125rem !important;
}

.pdg-rgt5 {
  padding-right: 0.3125rem !important;
}

.pdg-btm5 {
  padding-bottom: 0.3125rem !important;
}

.pdg-lft5 {
  padding-left: 0.3125rem !important;
}

.pdg6 {
  padding: 0.375rem !important;
}

.pdg-top6 {
  padding-top: 0.375rem !important;
}

.pdg-rgt6 {
  padding-right: 0.375rem !important;
}

.pdg-btm6 {
  padding-bottom: 0.375rem !important;
}

.pdg-lft6 {
  padding-left: 0.375rem !important;
}

.pdg7 {
  padding: 0.4375rem !important;
}

.pdg-top7 {
  padding-top: 0.4375rem !important;
}

.pdg-rgt7 {
  padding-right: 0.4375rem !important;
}

.pdg-btm7 {
  padding-bottom: 0.4375rem !important;
}

.pdg-lft7 {
  padding-left: 0.4375rem !important;
}

.pdg8 {
  padding: 0.5rem !important;
}

.pdg-top8 {
  padding-top: 0.5rem !important;
}

.pdg-rgt8 {
  padding-right: 0.5rem !important;
}

.pdg-btm8 {
  padding-bottom: 0.5rem !important;
}

.pdg-lft8 {
  padding-left: 0.5rem !important;
}

.pdg9 {
  padding: 0.5625rem !important;
}

.pdg-top9 {
  padding-top: 0.5625rem !important;
}

.pdg-rgt9 {
  padding-right: 0.5625rem !important;
}

.pdg-btm9 {
  padding-bottom: 0.5625rem !important;
}

.pdg-lft9 {
  padding-left: 0.5625rem !important;
}

.pdg10 {
  padding: 0.625rem !important;
}

.pdg-top10 {
  padding-top: 0.625rem !important;
}

.pdg-rgt10 {
  padding-right: 0.625rem !important;
}

.pdg-btm10 {
  padding-bottom: 0.625rem !important;
}

.pdg-lft10 {
  padding-left: 0.625rem !important;
}

.pdg11 {
  padding: 0.6875rem !important;
}

.pdg-top11 {
  padding-top: 0.6875rem !important;
}

.pdg-rgt11 {
  padding-right: 0.6875rem !important;
}

.pdg-btm11 {
  padding-bottom: 0.6875rem !important;
}

.pdg-lft11 {
  padding-left: 0.6875rem !important;
}

.pdg12 {
  padding: 0.75rem !important;
}

.pdg-top12 {
  padding-top: 0.75rem !important;
}

.pdg-rgt12 {
  padding-right: 0.75rem !important;
}

.pdg-btm12 {
  padding-bottom: 0.75rem !important;
}

.pdg-lft12 {
  padding-left: 0.75rem !important;
}

.pdg13 {
  padding: 0.8125rem !important;
}

.pdg-top13 {
  padding-top: 0.8125rem !important;
}

.pdg-rgt13 {
  padding-right: 0.8125rem !important;
}

.pdg-btm13 {
  padding-bottom: 0.8125rem !important;
}

.pdg-lft13 {
  padding-left: 0.8125rem !important;
}

.pdg14 {
  padding: 0.875rem !important;
}

.pdg-top14 {
  padding-top: 0.875rem !important;
}

.pdg-rgt14 {
  padding-right: 0.875rem !important;
}

.pdg-btm14 {
  padding-bottom: 0.875rem !important;
}

.pdg-lft14 {
  padding-left: 0.875rem !important;
}

.pdg15 {
  padding: 0.9375rem !important;
}

.pdg-top15 {
  padding-top: 0.9375rem !important;
}

.pdg-rgt15 {
  padding-right: 0.9375rem !important;
}

.pdg-btm15 {
  padding-bottom: 0.9375rem !important;
}

.pdg-lft15 {
  padding-left: 0.9375rem !important;
}

.pdg16 {
  padding: 1rem !important;
}

.pdg-top16 {
  padding-top: 1rem !important;
}

.pdg-rgt16 {
  padding-right: 1rem !important;
}

.pdg-btm16 {
  padding-bottom: 1rem !important;
}

.pdg-lft16 {
  padding-left: 1rem !important;
}

.pdg17 {
  padding: 1.0625rem !important;
}

.pdg-top17 {
  padding-top: 1.0625rem !important;
}

.pdg-rgt17 {
  padding-right: 1.0625rem !important;
}

.pdg-btm17 {
  padding-bottom: 1.0625rem !important;
}

.pdg-lft17 {
  padding-left: 1.0625rem !important;
}

.pdg18 {
  padding: 1.125rem !important;
}

.pdg-top18 {
  padding-top: 1.125rem !important;
}

.pdg-rgt18 {
  padding-right: 1.125rem !important;
}

.pdg-btm18 {
  padding-bottom: 1.125rem !important;
}

.pdg-lft18 {
  padding-left: 1.125rem !important;
}

.pdg19 {
  padding: 1.1875rem !important;
}

.pdg-top19 {
  padding-top: 1.1875rem !important;
}

.pdg-rgt19 {
  padding-right: 1.1875rem !important;
}

.pdg-btm19 {
  padding-bottom: 1.1875rem !important;
}

.pdg-lft19 {
  padding-left: 1.1875rem !important;
}

.pdg20 {
  padding: 1.25rem !important;
}

.pdg-top20 {
  padding-top: 1.25rem !important;
}

.pdg-rgt20 {
  padding-right: 1.25rem !important;
}

.pdg-btm20 {
  padding-bottom: 1.25rem !important;
}

.pdg-lft20 {
  padding-left: 1.25rem !important;
}

.pdg21 {
  padding: 1.3125rem !important;
}

.pdg-top21 {
  padding-top: 1.3125rem !important;
}

.pdg-rgt21 {
  padding-right: 1.3125rem !important;
}

.pdg-btm21 {
  padding-bottom: 1.3125rem !important;
}

.pdg-lft21 {
  padding-left: 1.3125rem !important;
}

.pdg22 {
  padding: 1.375rem !important;
}

.pdg-top22 {
  padding-top: 1.375rem !important;
}

.pdg-rgt22 {
  padding-right: 1.375rem !important;
}

.pdg-btm22 {
  padding-bottom: 1.375rem !important;
}

.pdg-lft22 {
  padding-left: 1.375rem !important;
}

.pdg23 {
  padding: 1.4375rem !important;
}

.pdg-top23 {
  padding-top: 1.4375rem !important;
}

.pdg-rgt23 {
  padding-right: 1.4375rem !important;
}

.pdg-btm23 {
  padding-bottom: 1.4375rem !important;
}

.pdg-lft23 {
  padding-left: 1.4375rem !important;
}

.pdg24 {
  padding: 1.5rem !important;
}

.pdg-top24 {
  padding-top: 1.5rem !important;
}

.pdg-rgt24 {
  padding-right: 1.5rem !important;
}

.pdg-btm24 {
  padding-bottom: 1.5rem !important;
}

.pdg-lft24 {
  padding-left: 1.5rem !important;
}

.pdg25 {
  padding: 1.5625rem !important;
}

.pdg-top25 {
  padding-top: 1.5625rem !important;
}

.pdg-rgt25 {
  padding-right: 1.5625rem !important;
}

.pdg-btm25 {
  padding-bottom: 1.5625rem !important;
}

.pdg-lft25 {
  padding-left: 1.5625rem !important;
}

.pdg26 {
  padding: 1.625rem !important;
}

.pdg-top26 {
  padding-top: 1.625rem !important;
}

.pdg-rgt26 {
  padding-right: 1.625rem !important;
}

.pdg-btm26 {
  padding-bottom: 1.625rem !important;
}

.pdg-lft26 {
  padding-left: 1.625rem !important;
}

.pdg27 {
  padding: 1.6875rem !important;
}

.pdg-top27 {
  padding-top: 1.6875rem !important;
}

.pdg-rgt27 {
  padding-right: 1.6875rem !important;
}

.pdg-btm27 {
  padding-bottom: 1.6875rem !important;
}

.pdg-lft27 {
  padding-left: 1.6875rem !important;
}

.pdg28 {
  padding: 1.75rem !important;
}

.pdg-top28 {
  padding-top: 1.75rem !important;
}

.pdg-rgt28 {
  padding-right: 1.75rem !important;
}

.pdg-btm28 {
  padding-bottom: 1.75rem !important;
}

.pdg-lft28 {
  padding-left: 1.75rem !important;
}

.pdg29 {
  padding: 1.8125rem !important;
}

.pdg-top29 {
  padding-top: 1.8125rem !important;
}

.pdg-rgt29 {
  padding-right: 1.8125rem !important;
}

.pdg-btm29 {
  padding-bottom: 1.8125rem !important;
}

.pdg-lft29 {
  padding-left: 1.8125rem !important;
}

.pdg30 {
  padding: 1.875rem !important;
}

.pdg-top30 {
  padding-top: 1.875rem !important;
}

.pdg-rgt30 {
  padding-right: 1.875rem !important;
}

.pdg-btm30 {
  padding-bottom: 1.875rem !important;
}

.pdg-lft30 {
  padding-left: 1.875rem !important;
}

.pdg31 {
  padding: 1.9375rem !important;
}

.pdg-top31 {
  padding-top: 1.9375rem !important;
}

.pdg-rgt31 {
  padding-right: 1.9375rem !important;
}

.pdg-btm31 {
  padding-bottom: 1.9375rem !important;
}

.pdg-lft31 {
  padding-left: 1.9375rem !important;
}

.pdg32 {
  padding: 2rem !important;
}

.pdg-top32 {
  padding-top: 2rem !important;
}

.pdg-rgt32 {
  padding-right: 2rem !important;
}

.pdg-btm32 {
  padding-bottom: 2rem !important;
}

.pdg-lft32 {
  padding-left: 2rem !important;
}

.pdg33 {
  padding: 2.0625rem !important;
}

.pdg-top33 {
  padding-top: 2.0625rem !important;
}

.pdg-rgt33 {
  padding-right: 2.0625rem !important;
}

.pdg-btm33 {
  padding-bottom: 2.0625rem !important;
}

.pdg-lft33 {
  padding-left: 2.0625rem !important;
}

.pdg34 {
  padding: 2.125rem !important;
}

.pdg-top34 {
  padding-top: 2.125rem !important;
}

.pdg-rgt34 {
  padding-right: 2.125rem !important;
}

.pdg-btm34 {
  padding-bottom: 2.125rem !important;
}

.pdg-lft34 {
  padding-left: 2.125rem !important;
}

.pdg35 {
  padding: 2.1875rem !important;
}

.pdg-top35 {
  padding-top: 2.1875rem !important;
}

.pdg-rgt35 {
  padding-right: 2.1875rem !important;
}

.pdg-btm35 {
  padding-bottom: 2.1875rem !important;
}

.pdg-lft35 {
  padding-left: 2.1875rem !important;
}

.pdg36 {
  padding: 2.25rem !important;
}

.pdg-top36 {
  padding-top: 2.25rem !important;
}

.pdg-rgt36 {
  padding-right: 2.25rem !important;
}

.pdg-btm36 {
  padding-bottom: 2.25rem !important;
}

.pdg-lft36 {
  padding-left: 2.25rem !important;
}

.pdg37 {
  padding: 2.3125rem !important;
}

.pdg-top37 {
  padding-top: 2.3125rem !important;
}

.pdg-rgt37 {
  padding-right: 2.3125rem !important;
}

.pdg-btm37 {
  padding-bottom: 2.3125rem !important;
}

.pdg-lft37 {
  padding-left: 2.3125rem !important;
}

.pdg38 {
  padding: 2.375rem !important;
}

.pdg-top38 {
  padding-top: 2.375rem !important;
}

.pdg-rgt38 {
  padding-right: 2.375rem !important;
}

.pdg-btm38 {
  padding-bottom: 2.375rem !important;
}

.pdg-lft38 {
  padding-left: 2.375rem !important;
}

.pdg39 {
  padding: 2.4375rem !important;
}

.pdg-top39 {
  padding-top: 2.4375rem !important;
}

.pdg-rgt39 {
  padding-right: 2.4375rem !important;
}

.pdg-btm39 {
  padding-bottom: 2.4375rem !important;
}

.pdg-lft39 {
  padding-left: 2.4375rem !important;
}

.pdg40 {
  padding: 2.5rem !important;
}

.pdg-top40 {
  padding-top: 2.5rem !important;
}

.pdg-rgt40 {
  padding-right: 2.5rem !important;
}

.pdg-btm40 {
  padding-bottom: 2.5rem !important;
}

.pdg-lft40 {
  padding-left: 2.5rem !important;
}

.pdg41 {
  padding: 2.5625rem !important;
}

.pdg-top41 {
  padding-top: 2.5625rem !important;
}

.pdg-rgt41 {
  padding-right: 2.5625rem !important;
}

.pdg-btm41 {
  padding-bottom: 2.5625rem !important;
}

.pdg-lft41 {
  padding-left: 2.5625rem !important;
}

.pdg42 {
  padding: 2.625rem !important;
}

.pdg-top42 {
  padding-top: 2.625rem !important;
}

.pdg-rgt42 {
  padding-right: 2.625rem !important;
}

.pdg-btm42 {
  padding-bottom: 2.625rem !important;
}

.pdg-lft42 {
  padding-left: 2.625rem !important;
}

.pdg43 {
  padding: 2.6875rem !important;
}

.pdg-top43 {
  padding-top: 2.6875rem !important;
}

.pdg-rgt43 {
  padding-right: 2.6875rem !important;
}

.pdg-btm43 {
  padding-bottom: 2.6875rem !important;
}

.pdg-lft43 {
  padding-left: 2.6875rem !important;
}

.pdg44 {
  padding: 2.75rem !important;
}

.pdg-top44 {
  padding-top: 2.75rem !important;
}

.pdg-rgt44 {
  padding-right: 2.75rem !important;
}

.pdg-btm44 {
  padding-bottom: 2.75rem !important;
}

.pdg-lft44 {
  padding-left: 2.75rem !important;
}

.pdg45 {
  padding: 2.8125rem !important;
}

.pdg-top45 {
  padding-top: 2.8125rem !important;
}

.pdg-rgt45 {
  padding-right: 2.8125rem !important;
}

.pdg-btm45 {
  padding-bottom: 2.8125rem !important;
}

.pdg-lft45 {
  padding-left: 2.8125rem !important;
}

.pdg46 {
  padding: 2.875rem !important;
}

.pdg-top46 {
  padding-top: 2.875rem !important;
}

.pdg-rgt46 {
  padding-right: 2.875rem !important;
}

.pdg-btm46 {
  padding-bottom: 2.875rem !important;
}

.pdg-lft46 {
  padding-left: 2.875rem !important;
}

.pdg47 {
  padding: 2.9375rem !important;
}

.pdg-top47 {
  padding-top: 2.9375rem !important;
}

.pdg-rgt47 {
  padding-right: 2.9375rem !important;
}

.pdg-btm47 {
  padding-bottom: 2.9375rem !important;
}

.pdg-lft47 {
  padding-left: 2.9375rem !important;
}

.pdg48 {
  padding: 3rem !important;
}

.pdg-top48 {
  padding-top: 3rem !important;
}

.pdg-rgt48 {
  padding-right: 3rem !important;
}

.pdg-btm48 {
  padding-bottom: 3rem !important;
}

.pdg-lft48 {
  padding-left: 3rem !important;
}

.pdg49 {
  padding: 3.0625rem !important;
}

.pdg-top49 {
  padding-top: 3.0625rem !important;
}

.pdg-rgt49 {
  padding-right: 3.0625rem !important;
}

.pdg-btm49 {
  padding-bottom: 3.0625rem !important;
}

.pdg-lft49 {
  padding-left: 3.0625rem !important;
}

.pdg50 {
  padding: 3.125rem !important;
}

.pdg-top50 {
  padding-top: 3.125rem !important;
}

.pdg-rgt50 {
  padding-right: 3.125rem !important;
}

.pdg-btm50 {
  padding-bottom: 3.125rem !important;
}

.pdg-lft50 {
  padding-left: 3.125rem !important;
}

.pdg51 {
  padding: 3.1875rem !important;
}

.pdg-top51 {
  padding-top: 3.1875rem !important;
}

.pdg-rgt51 {
  padding-right: 3.1875rem !important;
}

.pdg-btm51 {
  padding-bottom: 3.1875rem !important;
}

.pdg-lft51 {
  padding-left: 3.1875rem !important;
}

.pdg52 {
  padding: 3.25rem !important;
}

.pdg-top52 {
  padding-top: 3.25rem !important;
}

.pdg-rgt52 {
  padding-right: 3.25rem !important;
}

.pdg-btm52 {
  padding-bottom: 3.25rem !important;
}

.pdg-lft52 {
  padding-left: 3.25rem !important;
}

.pdg53 {
  padding: 3.3125rem !important;
}

.pdg-top53 {
  padding-top: 3.3125rem !important;
}

.pdg-rgt53 {
  padding-right: 3.3125rem !important;
}

.pdg-btm53 {
  padding-bottom: 3.3125rem !important;
}

.pdg-lft53 {
  padding-left: 3.3125rem !important;
}

.pdg54 {
  padding: 3.375rem !important;
}

.pdg-top54 {
  padding-top: 3.375rem !important;
}

.pdg-rgt54 {
  padding-right: 3.375rem !important;
}

.pdg-btm54 {
  padding-bottom: 3.375rem !important;
}

.pdg-lft54 {
  padding-left: 3.375rem !important;
}

.pdg55 {
  padding: 3.4375rem !important;
}

.pdg-top55 {
  padding-top: 3.4375rem !important;
}

.pdg-rgt55 {
  padding-right: 3.4375rem !important;
}

.pdg-btm55 {
  padding-bottom: 3.4375rem !important;
}

.pdg-lft55 {
  padding-left: 3.4375rem !important;
}

.pdg56 {
  padding: 3.5rem !important;
}

.pdg-top56 {
  padding-top: 3.5rem !important;
}

.pdg-rgt56 {
  padding-right: 3.5rem !important;
}

.pdg-btm56 {
  padding-bottom: 3.5rem !important;
}

.pdg-lft56 {
  padding-left: 3.5rem !important;
}

.pdg57 {
  padding: 3.5625rem !important;
}

.pdg-top57 {
  padding-top: 3.5625rem !important;
}

.pdg-rgt57 {
  padding-right: 3.5625rem !important;
}

.pdg-btm57 {
  padding-bottom: 3.5625rem !important;
}

.pdg-lft57 {
  padding-left: 3.5625rem !important;
}

.pdg58 {
  padding: 3.625rem !important;
}

.pdg-top58 {
  padding-top: 3.625rem !important;
}

.pdg-rgt58 {
  padding-right: 3.625rem !important;
}

.pdg-btm58 {
  padding-bottom: 3.625rem !important;
}

.pdg-lft58 {
  padding-left: 3.625rem !important;
}

.pdg59 {
  padding: 3.6875rem !important;
}

.pdg-top59 {
  padding-top: 3.6875rem !important;
}

.pdg-rgt59 {
  padding-right: 3.6875rem !important;
}

.pdg-btm59 {
  padding-bottom: 3.6875rem !important;
}

.pdg-lft59 {
  padding-left: 3.6875rem !important;
}

.pdg60 {
  padding: 3.75rem !important;
}

.pdg-top60 {
  padding-top: 3.75rem !important;
}

.pdg-rgt60 {
  padding-right: 3.75rem !important;
}

.pdg-btm60 {
  padding-bottom: 3.75rem !important;
}

.pdg-lft60 {
  padding-left: 3.75rem !important;
}

.pdg61 {
  padding: 3.8125rem !important;
}

.pdg-top61 {
  padding-top: 3.8125rem !important;
}

.pdg-rgt61 {
  padding-right: 3.8125rem !important;
}

.pdg-btm61 {
  padding-bottom: 3.8125rem !important;
}

.pdg-lft61 {
  padding-left: 3.8125rem !important;
}

.pdg62 {
  padding: 3.875rem !important;
}

.pdg-top62 {
  padding-top: 3.875rem !important;
}

.pdg-rgt62 {
  padding-right: 3.875rem !important;
}

.pdg-btm62 {
  padding-bottom: 3.875rem !important;
}

.pdg-lft62 {
  padding-left: 3.875rem !important;
}

.pdg63 {
  padding: 3.9375rem !important;
}

.pdg-top63 {
  padding-top: 3.9375rem !important;
}

.pdg-rgt63 {
  padding-right: 3.9375rem !important;
}

.pdg-btm63 {
  padding-bottom: 3.9375rem !important;
}

.pdg-lft63 {
  padding-left: 3.9375rem !important;
}

.pdg64 {
  padding: 4rem !important;
}

.pdg-top64 {
  padding-top: 4rem !important;
}

.pdg-rgt64 {
  padding-right: 4rem !important;
}

.pdg-btm64 {
  padding-bottom: 4rem !important;
}

.pdg-lft64 {
  padding-left: 4rem !important;
}

.pdg65 {
  padding: 4.0625rem !important;
}

.pdg-top65 {
  padding-top: 4.0625rem !important;
}

.pdg-rgt65 {
  padding-right: 4.0625rem !important;
}

.pdg-btm65 {
  padding-bottom: 4.0625rem !important;
}

.pdg-lft65 {
  padding-left: 4.0625rem !important;
}

.pdg66 {
  padding: 4.125rem !important;
}

.pdg-top66 {
  padding-top: 4.125rem !important;
}

.pdg-rgt66 {
  padding-right: 4.125rem !important;
}

.pdg-btm66 {
  padding-bottom: 4.125rem !important;
}

.pdg-lft66 {
  padding-left: 4.125rem !important;
}

.pdg67 {
  padding: 4.1875rem !important;
}

.pdg-top67 {
  padding-top: 4.1875rem !important;
}

.pdg-rgt67 {
  padding-right: 4.1875rem !important;
}

.pdg-btm67 {
  padding-bottom: 4.1875rem !important;
}

.pdg-lft67 {
  padding-left: 4.1875rem !important;
}

.pdg68 {
  padding: 4.25rem !important;
}

.pdg-top68 {
  padding-top: 4.25rem !important;
}

.pdg-rgt68 {
  padding-right: 4.25rem !important;
}

.pdg-btm68 {
  padding-bottom: 4.25rem !important;
}

.pdg-lft68 {
  padding-left: 4.25rem !important;
}

.pdg69 {
  padding: 4.3125rem !important;
}

.pdg-top69 {
  padding-top: 4.3125rem !important;
}

.pdg-rgt69 {
  padding-right: 4.3125rem !important;
}

.pdg-btm69 {
  padding-bottom: 4.3125rem !important;
}

.pdg-lft69 {
  padding-left: 4.3125rem !important;
}

.pdg70 {
  padding: 4.375rem !important;
}

.pdg-top70 {
  padding-top: 4.375rem !important;
}

.pdg-rgt70 {
  padding-right: 4.375rem !important;
}

.pdg-btm70 {
  padding-bottom: 4.375rem !important;
}

.pdg-lft70 {
  padding-left: 4.375rem !important;
}

.pdg71 {
  padding: 4.4375rem !important;
}

.pdg-top71 {
  padding-top: 4.4375rem !important;
}

.pdg-rgt71 {
  padding-right: 4.4375rem !important;
}

.pdg-btm71 {
  padding-bottom: 4.4375rem !important;
}

.pdg-lft71 {
  padding-left: 4.4375rem !important;
}

.pdg72 {
  padding: 4.5rem !important;
}

.pdg-top72 {
  padding-top: 4.5rem !important;
}

.pdg-rgt72 {
  padding-right: 4.5rem !important;
}

.pdg-btm72 {
  padding-bottom: 4.5rem !important;
}

.pdg-lft72 {
  padding-left: 4.5rem !important;
}

.pdg73 {
  padding: 4.5625rem !important;
}

.pdg-top73 {
  padding-top: 4.5625rem !important;
}

.pdg-rgt73 {
  padding-right: 4.5625rem !important;
}

.pdg-btm73 {
  padding-bottom: 4.5625rem !important;
}

.pdg-lft73 {
  padding-left: 4.5625rem !important;
}

.pdg74 {
  padding: 4.625rem !important;
}

.pdg-top74 {
  padding-top: 4.625rem !important;
}

.pdg-rgt74 {
  padding-right: 4.625rem !important;
}

.pdg-btm74 {
  padding-bottom: 4.625rem !important;
}

.pdg-lft74 {
  padding-left: 4.625rem !important;
}

.pdg75 {
  padding: 4.6875rem !important;
}

.pdg-top75 {
  padding-top: 4.6875rem !important;
}

.pdg-rgt75 {
  padding-right: 4.6875rem !important;
}

.pdg-btm75 {
  padding-bottom: 4.6875rem !important;
}

.pdg-lft75 {
  padding-left: 4.6875rem !important;
}

.pdg76 {
  padding: 4.75rem !important;
}

.pdg-top76 {
  padding-top: 4.75rem !important;
}

.pdg-rgt76 {
  padding-right: 4.75rem !important;
}

.pdg-btm76 {
  padding-bottom: 4.75rem !important;
}

.pdg-lft76 {
  padding-left: 4.75rem !important;
}

.pdg77 {
  padding: 4.8125rem !important;
}

.pdg-top77 {
  padding-top: 4.8125rem !important;
}

.pdg-rgt77 {
  padding-right: 4.8125rem !important;
}

.pdg-btm77 {
  padding-bottom: 4.8125rem !important;
}

.pdg-lft77 {
  padding-left: 4.8125rem !important;
}

.pdg78 {
  padding: 4.875rem !important;
}

.pdg-top78 {
  padding-top: 4.875rem !important;
}

.pdg-rgt78 {
  padding-right: 4.875rem !important;
}

.pdg-btm78 {
  padding-bottom: 4.875rem !important;
}

.pdg-lft78 {
  padding-left: 4.875rem !important;
}

.pdg79 {
  padding: 4.9375rem !important;
}

.pdg-top79 {
  padding-top: 4.9375rem !important;
}

.pdg-rgt79 {
  padding-right: 4.9375rem !important;
}

.pdg-btm79 {
  padding-bottom: 4.9375rem !important;
}

.pdg-lft79 {
  padding-left: 4.9375rem !important;
}

.pdg80 {
  padding: 5rem !important;
}

.pdg-top80 {
  padding-top: 5rem !important;
}

.pdg-rgt80 {
  padding-right: 5rem !important;
}

.pdg-btm80 {
  padding-bottom: 5rem !important;
}

.pdg-lft80 {
  padding-left: 5rem !important;
}

.pdg81 {
  padding: 5.0625rem !important;
}

.pdg-top81 {
  padding-top: 5.0625rem !important;
}

.pdg-rgt81 {
  padding-right: 5.0625rem !important;
}

.pdg-btm81 {
  padding-bottom: 5.0625rem !important;
}

.pdg-lft81 {
  padding-left: 5.0625rem !important;
}

.pdg82 {
  padding: 5.125rem !important;
}

.pdg-top82 {
  padding-top: 5.125rem !important;
}

.pdg-rgt82 {
  padding-right: 5.125rem !important;
}

.pdg-btm82 {
  padding-bottom: 5.125rem !important;
}

.pdg-lft82 {
  padding-left: 5.125rem !important;
}

.pdg83 {
  padding: 5.1875rem !important;
}

.pdg-top83 {
  padding-top: 5.1875rem !important;
}

.pdg-rgt83 {
  padding-right: 5.1875rem !important;
}

.pdg-btm83 {
  padding-bottom: 5.1875rem !important;
}

.pdg-lft83 {
  padding-left: 5.1875rem !important;
}

.pdg84 {
  padding: 5.25rem !important;
}

.pdg-top84 {
  padding-top: 5.25rem !important;
}

.pdg-rgt84 {
  padding-right: 5.25rem !important;
}

.pdg-btm84 {
  padding-bottom: 5.25rem !important;
}

.pdg-lft84 {
  padding-left: 5.25rem !important;
}

.pdg85 {
  padding: 5.3125rem !important;
}

.pdg-top85 {
  padding-top: 5.3125rem !important;
}

.pdg-rgt85 {
  padding-right: 5.3125rem !important;
}

.pdg-btm85 {
  padding-bottom: 5.3125rem !important;
}

.pdg-lft85 {
  padding-left: 5.3125rem !important;
}

.pdg86 {
  padding: 5.375rem !important;
}

.pdg-top86 {
  padding-top: 5.375rem !important;
}

.pdg-rgt86 {
  padding-right: 5.375rem !important;
}

.pdg-btm86 {
  padding-bottom: 5.375rem !important;
}

.pdg-lft86 {
  padding-left: 5.375rem !important;
}

.pdg87 {
  padding: 5.4375rem !important;
}

.pdg-top87 {
  padding-top: 5.4375rem !important;
}

.pdg-rgt87 {
  padding-right: 5.4375rem !important;
}

.pdg-btm87 {
  padding-bottom: 5.4375rem !important;
}

.pdg-lft87 {
  padding-left: 5.4375rem !important;
}

.pdg88 {
  padding: 5.5rem !important;
}

.pdg-top88 {
  padding-top: 5.5rem !important;
}

.pdg-rgt88 {
  padding-right: 5.5rem !important;
}

.pdg-btm88 {
  padding-bottom: 5.5rem !important;
}

.pdg-lft88 {
  padding-left: 5.5rem !important;
}

.pdg89 {
  padding: 5.5625rem !important;
}

.pdg-top89 {
  padding-top: 5.5625rem !important;
}

.pdg-rgt89 {
  padding-right: 5.5625rem !important;
}

.pdg-btm89 {
  padding-bottom: 5.5625rem !important;
}

.pdg-lft89 {
  padding-left: 5.5625rem !important;
}

.pdg90 {
  padding: 5.625rem !important;
}

.pdg-top90 {
  padding-top: 5.625rem !important;
}

.pdg-rgt90 {
  padding-right: 5.625rem !important;
}

.pdg-btm90 {
  padding-bottom: 5.625rem !important;
}

.pdg-lft90 {
  padding-left: 5.625rem !important;
}

.pdg91 {
  padding: 5.6875rem !important;
}

.pdg-top91 {
  padding-top: 5.6875rem !important;
}

.pdg-rgt91 {
  padding-right: 5.6875rem !important;
}

.pdg-btm91 {
  padding-bottom: 5.6875rem !important;
}

.pdg-lft91 {
  padding-left: 5.6875rem !important;
}

.pdg92 {
  padding: 5.75rem !important;
}

.pdg-top92 {
  padding-top: 5.75rem !important;
}

.pdg-rgt92 {
  padding-right: 5.75rem !important;
}

.pdg-btm92 {
  padding-bottom: 5.75rem !important;
}

.pdg-lft92 {
  padding-left: 5.75rem !important;
}

.pdg93 {
  padding: 5.8125rem !important;
}

.pdg-top93 {
  padding-top: 5.8125rem !important;
}

.pdg-rgt93 {
  padding-right: 5.8125rem !important;
}

.pdg-btm93 {
  padding-bottom: 5.8125rem !important;
}

.pdg-lft93 {
  padding-left: 5.8125rem !important;
}

.pdg94 {
  padding: 5.875rem !important;
}

.pdg-top94 {
  padding-top: 5.875rem !important;
}

.pdg-rgt94 {
  padding-right: 5.875rem !important;
}

.pdg-btm94 {
  padding-bottom: 5.875rem !important;
}

.pdg-lft94 {
  padding-left: 5.875rem !important;
}

.pdg95 {
  padding: 5.9375rem !important;
}

.pdg-top95 {
  padding-top: 5.9375rem !important;
}

.pdg-rgt95 {
  padding-right: 5.9375rem !important;
}

.pdg-btm95 {
  padding-bottom: 5.9375rem !important;
}

.pdg-lft95 {
  padding-left: 5.9375rem !important;
}

.pdg96 {
  padding: 6rem !important;
}

.pdg-top96 {
  padding-top: 6rem !important;
}

.pdg-rgt96 {
  padding-right: 6rem !important;
}

.pdg-btm96 {
  padding-bottom: 6rem !important;
}

.pdg-lft96 {
  padding-left: 6rem !important;
}

.pdg97 {
  padding: 6.0625rem !important;
}

.pdg-top97 {
  padding-top: 6.0625rem !important;
}

.pdg-rgt97 {
  padding-right: 6.0625rem !important;
}

.pdg-btm97 {
  padding-bottom: 6.0625rem !important;
}

.pdg-lft97 {
  padding-left: 6.0625rem !important;
}

.pdg98 {
  padding: 6.125rem !important;
}

.pdg-top98 {
  padding-top: 6.125rem !important;
}

.pdg-rgt98 {
  padding-right: 6.125rem !important;
}

.pdg-btm98 {
  padding-bottom: 6.125rem !important;
}

.pdg-lft98 {
  padding-left: 6.125rem !important;
}

.pdg99 {
  padding: 6.1875rem !important;
}

.pdg-top99 {
  padding-top: 6.1875rem !important;
}

.pdg-rgt99 {
  padding-right: 6.1875rem !important;
}

.pdg-btm99 {
  padding-bottom: 6.1875rem !important;
}

.pdg-lft99 {
  padding-left: 6.1875rem !important;
}

.pdg100 {
  padding: 6.25rem !important;
}

.pdg-top100 {
  padding-top: 6.25rem !important;
}

.pdg-rgt100 {
  padding-right: 6.25rem !important;
}

.pdg-btm100 {
  padding-bottom: 6.25rem !important;
}

.pdg-lft100 {
  padding-left: 6.25rem !important;
}

.pdg101 {
  padding: 6.3125rem !important;
}

.pdg-top101 {
  padding-top: 6.3125rem !important;
}

.pdg-rgt101 {
  padding-right: 6.3125rem !important;
}

.pdg-btm101 {
  padding-bottom: 6.3125rem !important;
}

.pdg-lft101 {
  padding-left: 6.3125rem !important;
}

.pdg102 {
  padding: 6.375rem !important;
}

.pdg-top102 {
  padding-top: 6.375rem !important;
}

.pdg-rgt102 {
  padding-right: 6.375rem !important;
}

.pdg-btm102 {
  padding-bottom: 6.375rem !important;
}

.pdg-lft102 {
  padding-left: 6.375rem !important;
}

.pdg103 {
  padding: 6.4375rem !important;
}

.pdg-top103 {
  padding-top: 6.4375rem !important;
}

.pdg-rgt103 {
  padding-right: 6.4375rem !important;
}

.pdg-btm103 {
  padding-bottom: 6.4375rem !important;
}

.pdg-lft103 {
  padding-left: 6.4375rem !important;
}

.pdg104 {
  padding: 6.5rem !important;
}

.pdg-top104 {
  padding-top: 6.5rem !important;
}

.pdg-rgt104 {
  padding-right: 6.5rem !important;
}

.pdg-btm104 {
  padding-bottom: 6.5rem !important;
}

.pdg-lft104 {
  padding-left: 6.5rem !important;
}

.pdg105 {
  padding: 6.5625rem !important;
}

.pdg-top105 {
  padding-top: 6.5625rem !important;
}

.pdg-rgt105 {
  padding-right: 6.5625rem !important;
}

.pdg-btm105 {
  padding-bottom: 6.5625rem !important;
}

.pdg-lft105 {
  padding-left: 6.5625rem !important;
}

.pdg106 {
  padding: 6.625rem !important;
}

.pdg-top106 {
  padding-top: 6.625rem !important;
}

.pdg-rgt106 {
  padding-right: 6.625rem !important;
}

.pdg-btm106 {
  padding-bottom: 6.625rem !important;
}

.pdg-lft106 {
  padding-left: 6.625rem !important;
}

.pdg107 {
  padding: 6.6875rem !important;
}

.pdg-top107 {
  padding-top: 6.6875rem !important;
}

.pdg-rgt107 {
  padding-right: 6.6875rem !important;
}

.pdg-btm107 {
  padding-bottom: 6.6875rem !important;
}

.pdg-lft107 {
  padding-left: 6.6875rem !important;
}

.pdg108 {
  padding: 6.75rem !important;
}

.pdg-top108 {
  padding-top: 6.75rem !important;
}

.pdg-rgt108 {
  padding-right: 6.75rem !important;
}

.pdg-btm108 {
  padding-bottom: 6.75rem !important;
}

.pdg-lft108 {
  padding-left: 6.75rem !important;
}

.pdg109 {
  padding: 6.8125rem !important;
}

.pdg-top109 {
  padding-top: 6.8125rem !important;
}

.pdg-rgt109 {
  padding-right: 6.8125rem !important;
}

.pdg-btm109 {
  padding-bottom: 6.8125rem !important;
}

.pdg-lft109 {
  padding-left: 6.8125rem !important;
}

.pdg110 {
  padding: 6.875rem !important;
}

.pdg-top110 {
  padding-top: 6.875rem !important;
}

.pdg-rgt110 {
  padding-right: 6.875rem !important;
}

.pdg-btm110 {
  padding-bottom: 6.875rem !important;
}

.pdg-lft110 {
  padding-left: 6.875rem !important;
}

.pdg111 {
  padding: 6.9375rem !important;
}

.pdg-top111 {
  padding-top: 6.9375rem !important;
}

.pdg-rgt111 {
  padding-right: 6.9375rem !important;
}

.pdg-btm111 {
  padding-bottom: 6.9375rem !important;
}

.pdg-lft111 {
  padding-left: 6.9375rem !important;
}

.pdg112 {
  padding: 7rem !important;
}

.pdg-top112 {
  padding-top: 7rem !important;
}

.pdg-rgt112 {
  padding-right: 7rem !important;
}

.pdg-btm112 {
  padding-bottom: 7rem !important;
}

.pdg-lft112 {
  padding-left: 7rem !important;
}

.pdg113 {
  padding: 7.0625rem !important;
}

.pdg-top113 {
  padding-top: 7.0625rem !important;
}

.pdg-rgt113 {
  padding-right: 7.0625rem !important;
}

.pdg-btm113 {
  padding-bottom: 7.0625rem !important;
}

.pdg-lft113 {
  padding-left: 7.0625rem !important;
}

.pdg114 {
  padding: 7.125rem !important;
}

.pdg-top114 {
  padding-top: 7.125rem !important;
}

.pdg-rgt114 {
  padding-right: 7.125rem !important;
}

.pdg-btm114 {
  padding-bottom: 7.125rem !important;
}

.pdg-lft114 {
  padding-left: 7.125rem !important;
}

.pdg115 {
  padding: 7.1875rem !important;
}

.pdg-top115 {
  padding-top: 7.1875rem !important;
}

.pdg-rgt115 {
  padding-right: 7.1875rem !important;
}

.pdg-btm115 {
  padding-bottom: 7.1875rem !important;
}

.pdg-lft115 {
  padding-left: 7.1875rem !important;
}

.pdg116 {
  padding: 7.25rem !important;
}

.pdg-top116 {
  padding-top: 7.25rem !important;
}

.pdg-rgt116 {
  padding-right: 7.25rem !important;
}

.pdg-btm116 {
  padding-bottom: 7.25rem !important;
}

.pdg-lft116 {
  padding-left: 7.25rem !important;
}

.pdg117 {
  padding: 7.3125rem !important;
}

.pdg-top117 {
  padding-top: 7.3125rem !important;
}

.pdg-rgt117 {
  padding-right: 7.3125rem !important;
}

.pdg-btm117 {
  padding-bottom: 7.3125rem !important;
}

.pdg-lft117 {
  padding-left: 7.3125rem !important;
}

.pdg118 {
  padding: 7.375rem !important;
}

.pdg-top118 {
  padding-top: 7.375rem !important;
}

.pdg-rgt118 {
  padding-right: 7.375rem !important;
}

.pdg-btm118 {
  padding-bottom: 7.375rem !important;
}

.pdg-lft118 {
  padding-left: 7.375rem !important;
}

.pdg119 {
  padding: 7.4375rem !important;
}

.pdg-top119 {
  padding-top: 7.4375rem !important;
}

.pdg-rgt119 {
  padding-right: 7.4375rem !important;
}

.pdg-btm119 {
  padding-bottom: 7.4375rem !important;
}

.pdg-lft119 {
  padding-left: 7.4375rem !important;
}

.pdg120 {
  padding: 7.5rem !important;
}

.pdg-top120 {
  padding-top: 7.5rem !important;
}

.pdg-rgt120 {
  padding-right: 7.5rem !important;
}

.pdg-btm120 {
  padding-bottom: 7.5rem !important;
}

.pdg-lft120 {
  padding-left: 7.5rem !important;
}

.pdg121 {
  padding: 7.5625rem !important;
}

.pdg-top121 {
  padding-top: 7.5625rem !important;
}

.pdg-rgt121 {
  padding-right: 7.5625rem !important;
}

.pdg-btm121 {
  padding-bottom: 7.5625rem !important;
}

.pdg-lft121 {
  padding-left: 7.5625rem !important;
}

.pdg122 {
  padding: 7.625rem !important;
}

.pdg-top122 {
  padding-top: 7.625rem !important;
}

.pdg-rgt122 {
  padding-right: 7.625rem !important;
}

.pdg-btm122 {
  padding-bottom: 7.625rem !important;
}

.pdg-lft122 {
  padding-left: 7.625rem !important;
}

.pdg123 {
  padding: 7.6875rem !important;
}

.pdg-top123 {
  padding-top: 7.6875rem !important;
}

.pdg-rgt123 {
  padding-right: 7.6875rem !important;
}

.pdg-btm123 {
  padding-bottom: 7.6875rem !important;
}

.pdg-lft123 {
  padding-left: 7.6875rem !important;
}

.pdg124 {
  padding: 7.75rem !important;
}

.pdg-top124 {
  padding-top: 7.75rem !important;
}

.pdg-rgt124 {
  padding-right: 7.75rem !important;
}

.pdg-btm124 {
  padding-bottom: 7.75rem !important;
}

.pdg-lft124 {
  padding-left: 7.75rem !important;
}

.pdg125 {
  padding: 7.8125rem !important;
}

.pdg-top125 {
  padding-top: 7.8125rem !important;
}

.pdg-rgt125 {
  padding-right: 7.8125rem !important;
}

.pdg-btm125 {
  padding-bottom: 7.8125rem !important;
}

.pdg-lft125 {
  padding-left: 7.8125rem !important;
}

.pdg126 {
  padding: 7.875rem !important;
}

.pdg-top126 {
  padding-top: 7.875rem !important;
}

.pdg-rgt126 {
  padding-right: 7.875rem !important;
}

.pdg-btm126 {
  padding-bottom: 7.875rem !important;
}

.pdg-lft126 {
  padding-left: 7.875rem !important;
}

.pdg127 {
  padding: 7.9375rem !important;
}

.pdg-top127 {
  padding-top: 7.9375rem !important;
}

.pdg-rgt127 {
  padding-right: 7.9375rem !important;
}

.pdg-btm127 {
  padding-bottom: 7.9375rem !important;
}

.pdg-lft127 {
  padding-left: 7.9375rem !important;
}

.pdg128 {
  padding: 8rem !important;
}

.pdg-top128 {
  padding-top: 8rem !important;
}

.pdg-rgt128 {
  padding-right: 8rem !important;
}

.pdg-btm128 {
  padding-bottom: 8rem !important;
}

.pdg-lft128 {
  padding-left: 8rem !important;
}

.pdg129 {
  padding: 8.0625rem !important;
}

.pdg-top129 {
  padding-top: 8.0625rem !important;
}

.pdg-rgt129 {
  padding-right: 8.0625rem !important;
}

.pdg-btm129 {
  padding-bottom: 8.0625rem !important;
}

.pdg-lft129 {
  padding-left: 8.0625rem !important;
}

.pdg130 {
  padding: 8.125rem !important;
}

.pdg-top130 {
  padding-top: 8.125rem !important;
}

.pdg-rgt130 {
  padding-right: 8.125rem !important;
}

.pdg-btm130 {
  padding-bottom: 8.125rem !important;
}

.pdg-lft130 {
  padding-left: 8.125rem !important;
}

.pdg131 {
  padding: 8.1875rem !important;
}

.pdg-top131 {
  padding-top: 8.1875rem !important;
}

.pdg-rgt131 {
  padding-right: 8.1875rem !important;
}

.pdg-btm131 {
  padding-bottom: 8.1875rem !important;
}

.pdg-lft131 {
  padding-left: 8.1875rem !important;
}

.pdg132 {
  padding: 8.25rem !important;
}

.pdg-top132 {
  padding-top: 8.25rem !important;
}

.pdg-rgt132 {
  padding-right: 8.25rem !important;
}

.pdg-btm132 {
  padding-bottom: 8.25rem !important;
}

.pdg-lft132 {
  padding-left: 8.25rem !important;
}

.pdg133 {
  padding: 8.3125rem !important;
}

.pdg-top133 {
  padding-top: 8.3125rem !important;
}

.pdg-rgt133 {
  padding-right: 8.3125rem !important;
}

.pdg-btm133 {
  padding-bottom: 8.3125rem !important;
}

.pdg-lft133 {
  padding-left: 8.3125rem !important;
}

.pdg134 {
  padding: 8.375rem !important;
}

.pdg-top134 {
  padding-top: 8.375rem !important;
}

.pdg-rgt134 {
  padding-right: 8.375rem !important;
}

.pdg-btm134 {
  padding-bottom: 8.375rem !important;
}

.pdg-lft134 {
  padding-left: 8.375rem !important;
}

.pdg135 {
  padding: 8.4375rem !important;
}

.pdg-top135 {
  padding-top: 8.4375rem !important;
}

.pdg-rgt135 {
  padding-right: 8.4375rem !important;
}

.pdg-btm135 {
  padding-bottom: 8.4375rem !important;
}

.pdg-lft135 {
  padding-left: 8.4375rem !important;
}

.pdg136 {
  padding: 8.5rem !important;
}

.pdg-top136 {
  padding-top: 8.5rem !important;
}

.pdg-rgt136 {
  padding-right: 8.5rem !important;
}

.pdg-btm136 {
  padding-bottom: 8.5rem !important;
}

.pdg-lft136 {
  padding-left: 8.5rem !important;
}

.pdg137 {
  padding: 8.5625rem !important;
}

.pdg-top137 {
  padding-top: 8.5625rem !important;
}

.pdg-rgt137 {
  padding-right: 8.5625rem !important;
}

.pdg-btm137 {
  padding-bottom: 8.5625rem !important;
}

.pdg-lft137 {
  padding-left: 8.5625rem !important;
}

.pdg138 {
  padding: 8.625rem !important;
}

.pdg-top138 {
  padding-top: 8.625rem !important;
}

.pdg-rgt138 {
  padding-right: 8.625rem !important;
}

.pdg-btm138 {
  padding-bottom: 8.625rem !important;
}

.pdg-lft138 {
  padding-left: 8.625rem !important;
}

.pdg139 {
  padding: 8.6875rem !important;
}

.pdg-top139 {
  padding-top: 8.6875rem !important;
}

.pdg-rgt139 {
  padding-right: 8.6875rem !important;
}

.pdg-btm139 {
  padding-bottom: 8.6875rem !important;
}

.pdg-lft139 {
  padding-left: 8.6875rem !important;
}

.pdg140 {
  padding: 8.75rem !important;
}

.pdg-top140 {
  padding-top: 8.75rem !important;
}

.pdg-rgt140 {
  padding-right: 8.75rem !important;
}

.pdg-btm140 {
  padding-bottom: 8.75rem !important;
}

.pdg-lft140 {
  padding-left: 8.75rem !important;
}

.pdg141 {
  padding: 8.8125rem !important;
}

.pdg-top141 {
  padding-top: 8.8125rem !important;
}

.pdg-rgt141 {
  padding-right: 8.8125rem !important;
}

.pdg-btm141 {
  padding-bottom: 8.8125rem !important;
}

.pdg-lft141 {
  padding-left: 8.8125rem !important;
}

.pdg142 {
  padding: 8.875rem !important;
}

.pdg-top142 {
  padding-top: 8.875rem !important;
}

.pdg-rgt142 {
  padding-right: 8.875rem !important;
}

.pdg-btm142 {
  padding-bottom: 8.875rem !important;
}

.pdg-lft142 {
  padding-left: 8.875rem !important;
}

.pdg143 {
  padding: 8.9375rem !important;
}

.pdg-top143 {
  padding-top: 8.9375rem !important;
}

.pdg-rgt143 {
  padding-right: 8.9375rem !important;
}

.pdg-btm143 {
  padding-bottom: 8.9375rem !important;
}

.pdg-lft143 {
  padding-left: 8.9375rem !important;
}

.pdg144 {
  padding: 9rem !important;
}

.pdg-top144 {
  padding-top: 9rem !important;
}

.pdg-rgt144 {
  padding-right: 9rem !important;
}

.pdg-btm144 {
  padding-bottom: 9rem !important;
}

.pdg-lft144 {
  padding-left: 9rem !important;
}

.pdg145 {
  padding: 9.0625rem !important;
}

.pdg-top145 {
  padding-top: 9.0625rem !important;
}

.pdg-rgt145 {
  padding-right: 9.0625rem !important;
}

.pdg-btm145 {
  padding-bottom: 9.0625rem !important;
}

.pdg-lft145 {
  padding-left: 9.0625rem !important;
}

.pdg146 {
  padding: 9.125rem !important;
}

.pdg-top146 {
  padding-top: 9.125rem !important;
}

.pdg-rgt146 {
  padding-right: 9.125rem !important;
}

.pdg-btm146 {
  padding-bottom: 9.125rem !important;
}

.pdg-lft146 {
  padding-left: 9.125rem !important;
}

.pdg147 {
  padding: 9.1875rem !important;
}

.pdg-top147 {
  padding-top: 9.1875rem !important;
}

.pdg-rgt147 {
  padding-right: 9.1875rem !important;
}

.pdg-btm147 {
  padding-bottom: 9.1875rem !important;
}

.pdg-lft147 {
  padding-left: 9.1875rem !important;
}

.pdg148 {
  padding: 9.25rem !important;
}

.pdg-top148 {
  padding-top: 9.25rem !important;
}

.pdg-rgt148 {
  padding-right: 9.25rem !important;
}

.pdg-btm148 {
  padding-bottom: 9.25rem !important;
}

.pdg-lft148 {
  padding-left: 9.25rem !important;
}

.pdg149 {
  padding: 9.3125rem !important;
}

.pdg-top149 {
  padding-top: 9.3125rem !important;
}

.pdg-rgt149 {
  padding-right: 9.3125rem !important;
}

.pdg-btm149 {
  padding-bottom: 9.3125rem !important;
}

.pdg-lft149 {
  padding-left: 9.3125rem !important;
}

.pdg150 {
  padding: 9.375rem !important;
}

.pdg-top150 {
  padding-top: 9.375rem !important;
}

.pdg-rgt150 {
  padding-right: 9.375rem !important;
}

.pdg-btm150 {
  padding-bottom: 9.375rem !important;
}

.pdg-lft150 {
  padding-left: 9.375rem !important;
}

.pdg151 {
  padding: 9.4375rem !important;
}

.pdg-top151 {
  padding-top: 9.4375rem !important;
}

.pdg-rgt151 {
  padding-right: 9.4375rem !important;
}

.pdg-btm151 {
  padding-bottom: 9.4375rem !important;
}

.pdg-lft151 {
  padding-left: 9.4375rem !important;
}

.pdg152 {
  padding: 9.5rem !important;
}

.pdg-top152 {
  padding-top: 9.5rem !important;
}

.pdg-rgt152 {
  padding-right: 9.5rem !important;
}

.pdg-btm152 {
  padding-bottom: 9.5rem !important;
}

.pdg-lft152 {
  padding-left: 9.5rem !important;
}

.pdg153 {
  padding: 9.5625rem !important;
}

.pdg-top153 {
  padding-top: 9.5625rem !important;
}

.pdg-rgt153 {
  padding-right: 9.5625rem !important;
}

.pdg-btm153 {
  padding-bottom: 9.5625rem !important;
}

.pdg-lft153 {
  padding-left: 9.5625rem !important;
}

.pdg154 {
  padding: 9.625rem !important;
}

.pdg-top154 {
  padding-top: 9.625rem !important;
}

.pdg-rgt154 {
  padding-right: 9.625rem !important;
}

.pdg-btm154 {
  padding-bottom: 9.625rem !important;
}

.pdg-lft154 {
  padding-left: 9.625rem !important;
}

.pdg155 {
  padding: 9.6875rem !important;
}

.pdg-top155 {
  padding-top: 9.6875rem !important;
}

.pdg-rgt155 {
  padding-right: 9.6875rem !important;
}

.pdg-btm155 {
  padding-bottom: 9.6875rem !important;
}

.pdg-lft155 {
  padding-left: 9.6875rem !important;
}

.pdg156 {
  padding: 9.75rem !important;
}

.pdg-top156 {
  padding-top: 9.75rem !important;
}

.pdg-rgt156 {
  padding-right: 9.75rem !important;
}

.pdg-btm156 {
  padding-bottom: 9.75rem !important;
}

.pdg-lft156 {
  padding-left: 9.75rem !important;
}

.pdg157 {
  padding: 9.8125rem !important;
}

.pdg-top157 {
  padding-top: 9.8125rem !important;
}

.pdg-rgt157 {
  padding-right: 9.8125rem !important;
}

.pdg-btm157 {
  padding-bottom: 9.8125rem !important;
}

.pdg-lft157 {
  padding-left: 9.8125rem !important;
}

.pdg158 {
  padding: 9.875rem !important;
}

.pdg-top158 {
  padding-top: 9.875rem !important;
}

.pdg-rgt158 {
  padding-right: 9.875rem !important;
}

.pdg-btm158 {
  padding-bottom: 9.875rem !important;
}

.pdg-lft158 {
  padding-left: 9.875rem !important;
}

.pdg159 {
  padding: 9.9375rem !important;
}

.pdg-top159 {
  padding-top: 9.9375rem !important;
}

.pdg-rgt159 {
  padding-right: 9.9375rem !important;
}

.pdg-btm159 {
  padding-bottom: 9.9375rem !important;
}

.pdg-lft159 {
  padding-left: 9.9375rem !important;
}

.pdg160 {
  padding: 10rem !important;
}

.pdg-top160 {
  padding-top: 10rem !important;
}

.pdg-rgt160 {
  padding-right: 10rem !important;
}

.pdg-btm160 {
  padding-bottom: 10rem !important;
}

.pdg-lft160 {
  padding-left: 10rem !important;
}

@media screen and (max-width: 47.9375em) {
  .pdg0 {
    padding: 0rem !important;
  }
  .pdg-top0 {
    padding-top: 0rem !important;
  }
  .pdg-rgt0 {
    padding-right: 0rem !important;
  }
  .pdg-btm0 {
    padding-bottom: 0rem !important;
  }
  .pdg-lft0 {
    padding-left: 0rem !important;
  }
  .pdg-sp0 {
    padding: 0rem !important;
  }
  .pdg-top-sp0 {
    padding-top: 0rem !important;
  }
  .pdg-rgt-sp0 {
    padding-right: 0rem !important;
  }
  .pdg-btm-sp0 {
    padding-bottom: 0rem !important;
  }
  .pdg-lft-sp0 {
    padding-left: 0rem !important;
  }
  .pdg1 {
    padding: 0.0357142857rem !important;
  }
  .pdg-top1 {
    padding-top: 0.0357142857rem !important;
  }
  .pdg-rgt1 {
    padding-right: 0.0357142857rem !important;
  }
  .pdg-btm1 {
    padding-bottom: 0.0357142857rem !important;
  }
  .pdg-lft1 {
    padding-left: 0.0357142857rem !important;
  }
  .pdg-sp1 {
    padding: 0.0714285714rem !important;
  }
  .pdg-top-sp1 {
    padding-top: 0.0714285714rem !important;
  }
  .pdg-rgt-sp1 {
    padding-right: 0.0714285714rem !important;
  }
  .pdg-btm-sp1 {
    padding-bottom: 0.0714285714rem !important;
  }
  .pdg-lft-sp1 {
    padding-left: 0.0714285714rem !important;
  }
  .pdg2 {
    padding: 0.0714285714rem !important;
  }
  .pdg-top2 {
    padding-top: 0.0714285714rem !important;
  }
  .pdg-rgt2 {
    padding-right: 0.0714285714rem !important;
  }
  .pdg-btm2 {
    padding-bottom: 0.0714285714rem !important;
  }
  .pdg-lft2 {
    padding-left: 0.0714285714rem !important;
  }
  .pdg-sp2 {
    padding: 0.1428571429rem !important;
  }
  .pdg-top-sp2 {
    padding-top: 0.1428571429rem !important;
  }
  .pdg-rgt-sp2 {
    padding-right: 0.1428571429rem !important;
  }
  .pdg-btm-sp2 {
    padding-bottom: 0.1428571429rem !important;
  }
  .pdg-lft-sp2 {
    padding-left: 0.1428571429rem !important;
  }
  .pdg3 {
    padding: 0.1071428571rem !important;
  }
  .pdg-top3 {
    padding-top: 0.1071428571rem !important;
  }
  .pdg-rgt3 {
    padding-right: 0.1071428571rem !important;
  }
  .pdg-btm3 {
    padding-bottom: 0.1071428571rem !important;
  }
  .pdg-lft3 {
    padding-left: 0.1071428571rem !important;
  }
  .pdg-sp3 {
    padding: 0.2142857143rem !important;
  }
  .pdg-top-sp3 {
    padding-top: 0.2142857143rem !important;
  }
  .pdg-rgt-sp3 {
    padding-right: 0.2142857143rem !important;
  }
  .pdg-btm-sp3 {
    padding-bottom: 0.2142857143rem !important;
  }
  .pdg-lft-sp3 {
    padding-left: 0.2142857143rem !important;
  }
  .pdg4 {
    padding: 0.1428571429rem !important;
  }
  .pdg-top4 {
    padding-top: 0.1428571429rem !important;
  }
  .pdg-rgt4 {
    padding-right: 0.1428571429rem !important;
  }
  .pdg-btm4 {
    padding-bottom: 0.1428571429rem !important;
  }
  .pdg-lft4 {
    padding-left: 0.1428571429rem !important;
  }
  .pdg-sp4 {
    padding: 0.2857142857rem !important;
  }
  .pdg-top-sp4 {
    padding-top: 0.2857142857rem !important;
  }
  .pdg-rgt-sp4 {
    padding-right: 0.2857142857rem !important;
  }
  .pdg-btm-sp4 {
    padding-bottom: 0.2857142857rem !important;
  }
  .pdg-lft-sp4 {
    padding-left: 0.2857142857rem !important;
  }
  .pdg5 {
    padding: 0.1785714286rem !important;
  }
  .pdg-top5 {
    padding-top: 0.1785714286rem !important;
  }
  .pdg-rgt5 {
    padding-right: 0.1785714286rem !important;
  }
  .pdg-btm5 {
    padding-bottom: 0.1785714286rem !important;
  }
  .pdg-lft5 {
    padding-left: 0.1785714286rem !important;
  }
  .pdg-sp5 {
    padding: 0.3571428571rem !important;
  }
  .pdg-top-sp5 {
    padding-top: 0.3571428571rem !important;
  }
  .pdg-rgt-sp5 {
    padding-right: 0.3571428571rem !important;
  }
  .pdg-btm-sp5 {
    padding-bottom: 0.3571428571rem !important;
  }
  .pdg-lft-sp5 {
    padding-left: 0.3571428571rem !important;
  }
  .pdg6 {
    padding: 0.2142857143rem !important;
  }
  .pdg-top6 {
    padding-top: 0.2142857143rem !important;
  }
  .pdg-rgt6 {
    padding-right: 0.2142857143rem !important;
  }
  .pdg-btm6 {
    padding-bottom: 0.2142857143rem !important;
  }
  .pdg-lft6 {
    padding-left: 0.2142857143rem !important;
  }
  .pdg-sp6 {
    padding: 0.4285714286rem !important;
  }
  .pdg-top-sp6 {
    padding-top: 0.4285714286rem !important;
  }
  .pdg-rgt-sp6 {
    padding-right: 0.4285714286rem !important;
  }
  .pdg-btm-sp6 {
    padding-bottom: 0.4285714286rem !important;
  }
  .pdg-lft-sp6 {
    padding-left: 0.4285714286rem !important;
  }
  .pdg7 {
    padding: 0.25rem !important;
  }
  .pdg-top7 {
    padding-top: 0.25rem !important;
  }
  .pdg-rgt7 {
    padding-right: 0.25rem !important;
  }
  .pdg-btm7 {
    padding-bottom: 0.25rem !important;
  }
  .pdg-lft7 {
    padding-left: 0.25rem !important;
  }
  .pdg-sp7 {
    padding: 0.5rem !important;
  }
  .pdg-top-sp7 {
    padding-top: 0.5rem !important;
  }
  .pdg-rgt-sp7 {
    padding-right: 0.5rem !important;
  }
  .pdg-btm-sp7 {
    padding-bottom: 0.5rem !important;
  }
  .pdg-lft-sp7 {
    padding-left: 0.5rem !important;
  }
  .pdg8 {
    padding: 0.2857142857rem !important;
  }
  .pdg-top8 {
    padding-top: 0.2857142857rem !important;
  }
  .pdg-rgt8 {
    padding-right: 0.2857142857rem !important;
  }
  .pdg-btm8 {
    padding-bottom: 0.2857142857rem !important;
  }
  .pdg-lft8 {
    padding-left: 0.2857142857rem !important;
  }
  .pdg-sp8 {
    padding: 0.5714285714rem !important;
  }
  .pdg-top-sp8 {
    padding-top: 0.5714285714rem !important;
  }
  .pdg-rgt-sp8 {
    padding-right: 0.5714285714rem !important;
  }
  .pdg-btm-sp8 {
    padding-bottom: 0.5714285714rem !important;
  }
  .pdg-lft-sp8 {
    padding-left: 0.5714285714rem !important;
  }
  .pdg9 {
    padding: 0.3214285714rem !important;
  }
  .pdg-top9 {
    padding-top: 0.3214285714rem !important;
  }
  .pdg-rgt9 {
    padding-right: 0.3214285714rem !important;
  }
  .pdg-btm9 {
    padding-bottom: 0.3214285714rem !important;
  }
  .pdg-lft9 {
    padding-left: 0.3214285714rem !important;
  }
  .pdg-sp9 {
    padding: 0.6428571429rem !important;
  }
  .pdg-top-sp9 {
    padding-top: 0.6428571429rem !important;
  }
  .pdg-rgt-sp9 {
    padding-right: 0.6428571429rem !important;
  }
  .pdg-btm-sp9 {
    padding-bottom: 0.6428571429rem !important;
  }
  .pdg-lft-sp9 {
    padding-left: 0.6428571429rem !important;
  }
  .pdg10 {
    padding: 0.3571428571rem !important;
  }
  .pdg-top10 {
    padding-top: 0.3571428571rem !important;
  }
  .pdg-rgt10 {
    padding-right: 0.3571428571rem !important;
  }
  .pdg-btm10 {
    padding-bottom: 0.3571428571rem !important;
  }
  .pdg-lft10 {
    padding-left: 0.3571428571rem !important;
  }
  .pdg-sp10 {
    padding: 0.7142857143rem !important;
  }
  .pdg-top-sp10 {
    padding-top: 0.7142857143rem !important;
  }
  .pdg-rgt-sp10 {
    padding-right: 0.7142857143rem !important;
  }
  .pdg-btm-sp10 {
    padding-bottom: 0.7142857143rem !important;
  }
  .pdg-lft-sp10 {
    padding-left: 0.7142857143rem !important;
  }
  .pdg11 {
    padding: 0.3928571429rem !important;
  }
  .pdg-top11 {
    padding-top: 0.3928571429rem !important;
  }
  .pdg-rgt11 {
    padding-right: 0.3928571429rem !important;
  }
  .pdg-btm11 {
    padding-bottom: 0.3928571429rem !important;
  }
  .pdg-lft11 {
    padding-left: 0.3928571429rem !important;
  }
  .pdg-sp11 {
    padding: 0.7857142857rem !important;
  }
  .pdg-top-sp11 {
    padding-top: 0.7857142857rem !important;
  }
  .pdg-rgt-sp11 {
    padding-right: 0.7857142857rem !important;
  }
  .pdg-btm-sp11 {
    padding-bottom: 0.7857142857rem !important;
  }
  .pdg-lft-sp11 {
    padding-left: 0.7857142857rem !important;
  }
  .pdg12 {
    padding: 0.4285714286rem !important;
  }
  .pdg-top12 {
    padding-top: 0.4285714286rem !important;
  }
  .pdg-rgt12 {
    padding-right: 0.4285714286rem !important;
  }
  .pdg-btm12 {
    padding-bottom: 0.4285714286rem !important;
  }
  .pdg-lft12 {
    padding-left: 0.4285714286rem !important;
  }
  .pdg-sp12 {
    padding: 0.8571428571rem !important;
  }
  .pdg-top-sp12 {
    padding-top: 0.8571428571rem !important;
  }
  .pdg-rgt-sp12 {
    padding-right: 0.8571428571rem !important;
  }
  .pdg-btm-sp12 {
    padding-bottom: 0.8571428571rem !important;
  }
  .pdg-lft-sp12 {
    padding-left: 0.8571428571rem !important;
  }
  .pdg13 {
    padding: 0.4642857143rem !important;
  }
  .pdg-top13 {
    padding-top: 0.4642857143rem !important;
  }
  .pdg-rgt13 {
    padding-right: 0.4642857143rem !important;
  }
  .pdg-btm13 {
    padding-bottom: 0.4642857143rem !important;
  }
  .pdg-lft13 {
    padding-left: 0.4642857143rem !important;
  }
  .pdg-sp13 {
    padding: 0.9285714286rem !important;
  }
  .pdg-top-sp13 {
    padding-top: 0.9285714286rem !important;
  }
  .pdg-rgt-sp13 {
    padding-right: 0.9285714286rem !important;
  }
  .pdg-btm-sp13 {
    padding-bottom: 0.9285714286rem !important;
  }
  .pdg-lft-sp13 {
    padding-left: 0.9285714286rem !important;
  }
  .pdg14 {
    padding: 0.5rem !important;
  }
  .pdg-top14 {
    padding-top: 0.5rem !important;
  }
  .pdg-rgt14 {
    padding-right: 0.5rem !important;
  }
  .pdg-btm14 {
    padding-bottom: 0.5rem !important;
  }
  .pdg-lft14 {
    padding-left: 0.5rem !important;
  }
  .pdg-sp14 {
    padding: 1rem !important;
  }
  .pdg-top-sp14 {
    padding-top: 1rem !important;
  }
  .pdg-rgt-sp14 {
    padding-right: 1rem !important;
  }
  .pdg-btm-sp14 {
    padding-bottom: 1rem !important;
  }
  .pdg-lft-sp14 {
    padding-left: 1rem !important;
  }
  .pdg15 {
    padding: 0.5357142857rem !important;
  }
  .pdg-top15 {
    padding-top: 0.5357142857rem !important;
  }
  .pdg-rgt15 {
    padding-right: 0.5357142857rem !important;
  }
  .pdg-btm15 {
    padding-bottom: 0.5357142857rem !important;
  }
  .pdg-lft15 {
    padding-left: 0.5357142857rem !important;
  }
  .pdg-sp15 {
    padding: 1.0714285714rem !important;
  }
  .pdg-top-sp15 {
    padding-top: 1.0714285714rem !important;
  }
  .pdg-rgt-sp15 {
    padding-right: 1.0714285714rem !important;
  }
  .pdg-btm-sp15 {
    padding-bottom: 1.0714285714rem !important;
  }
  .pdg-lft-sp15 {
    padding-left: 1.0714285714rem !important;
  }
  .pdg16 {
    padding: 0.5714285714rem !important;
  }
  .pdg-top16 {
    padding-top: 0.5714285714rem !important;
  }
  .pdg-rgt16 {
    padding-right: 0.5714285714rem !important;
  }
  .pdg-btm16 {
    padding-bottom: 0.5714285714rem !important;
  }
  .pdg-lft16 {
    padding-left: 0.5714285714rem !important;
  }
  .pdg-sp16 {
    padding: 1.1428571429rem !important;
  }
  .pdg-top-sp16 {
    padding-top: 1.1428571429rem !important;
  }
  .pdg-rgt-sp16 {
    padding-right: 1.1428571429rem !important;
  }
  .pdg-btm-sp16 {
    padding-bottom: 1.1428571429rem !important;
  }
  .pdg-lft-sp16 {
    padding-left: 1.1428571429rem !important;
  }
  .pdg17 {
    padding: 0.6071428571rem !important;
  }
  .pdg-top17 {
    padding-top: 0.6071428571rem !important;
  }
  .pdg-rgt17 {
    padding-right: 0.6071428571rem !important;
  }
  .pdg-btm17 {
    padding-bottom: 0.6071428571rem !important;
  }
  .pdg-lft17 {
    padding-left: 0.6071428571rem !important;
  }
  .pdg-sp17 {
    padding: 1.2142857143rem !important;
  }
  .pdg-top-sp17 {
    padding-top: 1.2142857143rem !important;
  }
  .pdg-rgt-sp17 {
    padding-right: 1.2142857143rem !important;
  }
  .pdg-btm-sp17 {
    padding-bottom: 1.2142857143rem !important;
  }
  .pdg-lft-sp17 {
    padding-left: 1.2142857143rem !important;
  }
  .pdg18 {
    padding: 0.6428571429rem !important;
  }
  .pdg-top18 {
    padding-top: 0.6428571429rem !important;
  }
  .pdg-rgt18 {
    padding-right: 0.6428571429rem !important;
  }
  .pdg-btm18 {
    padding-bottom: 0.6428571429rem !important;
  }
  .pdg-lft18 {
    padding-left: 0.6428571429rem !important;
  }
  .pdg-sp18 {
    padding: 1.2857142857rem !important;
  }
  .pdg-top-sp18 {
    padding-top: 1.2857142857rem !important;
  }
  .pdg-rgt-sp18 {
    padding-right: 1.2857142857rem !important;
  }
  .pdg-btm-sp18 {
    padding-bottom: 1.2857142857rem !important;
  }
  .pdg-lft-sp18 {
    padding-left: 1.2857142857rem !important;
  }
  .pdg19 {
    padding: 0.6785714286rem !important;
  }
  .pdg-top19 {
    padding-top: 0.6785714286rem !important;
  }
  .pdg-rgt19 {
    padding-right: 0.6785714286rem !important;
  }
  .pdg-btm19 {
    padding-bottom: 0.6785714286rem !important;
  }
  .pdg-lft19 {
    padding-left: 0.6785714286rem !important;
  }
  .pdg-sp19 {
    padding: 1.3571428571rem !important;
  }
  .pdg-top-sp19 {
    padding-top: 1.3571428571rem !important;
  }
  .pdg-rgt-sp19 {
    padding-right: 1.3571428571rem !important;
  }
  .pdg-btm-sp19 {
    padding-bottom: 1.3571428571rem !important;
  }
  .pdg-lft-sp19 {
    padding-left: 1.3571428571rem !important;
  }
  .pdg20 {
    padding: 0.7142857143rem !important;
  }
  .pdg-top20 {
    padding-top: 0.7142857143rem !important;
  }
  .pdg-rgt20 {
    padding-right: 0.7142857143rem !important;
  }
  .pdg-btm20 {
    padding-bottom: 0.7142857143rem !important;
  }
  .pdg-lft20 {
    padding-left: 0.7142857143rem !important;
  }
  .pdg-sp20 {
    padding: 1.4285714286rem !important;
  }
  .pdg-top-sp20 {
    padding-top: 1.4285714286rem !important;
  }
  .pdg-rgt-sp20 {
    padding-right: 1.4285714286rem !important;
  }
  .pdg-btm-sp20 {
    padding-bottom: 1.4285714286rem !important;
  }
  .pdg-lft-sp20 {
    padding-left: 1.4285714286rem !important;
  }
  .pdg21 {
    padding: 0.75rem !important;
  }
  .pdg-top21 {
    padding-top: 0.75rem !important;
  }
  .pdg-rgt21 {
    padding-right: 0.75rem !important;
  }
  .pdg-btm21 {
    padding-bottom: 0.75rem !important;
  }
  .pdg-lft21 {
    padding-left: 0.75rem !important;
  }
  .pdg-sp21 {
    padding: 1.5rem !important;
  }
  .pdg-top-sp21 {
    padding-top: 1.5rem !important;
  }
  .pdg-rgt-sp21 {
    padding-right: 1.5rem !important;
  }
  .pdg-btm-sp21 {
    padding-bottom: 1.5rem !important;
  }
  .pdg-lft-sp21 {
    padding-left: 1.5rem !important;
  }
  .pdg22 {
    padding: 0.7857142857rem !important;
  }
  .pdg-top22 {
    padding-top: 0.7857142857rem !important;
  }
  .pdg-rgt22 {
    padding-right: 0.7857142857rem !important;
  }
  .pdg-btm22 {
    padding-bottom: 0.7857142857rem !important;
  }
  .pdg-lft22 {
    padding-left: 0.7857142857rem !important;
  }
  .pdg-sp22 {
    padding: 1.5714285714rem !important;
  }
  .pdg-top-sp22 {
    padding-top: 1.5714285714rem !important;
  }
  .pdg-rgt-sp22 {
    padding-right: 1.5714285714rem !important;
  }
  .pdg-btm-sp22 {
    padding-bottom: 1.5714285714rem !important;
  }
  .pdg-lft-sp22 {
    padding-left: 1.5714285714rem !important;
  }
  .pdg23 {
    padding: 0.8214285714rem !important;
  }
  .pdg-top23 {
    padding-top: 0.8214285714rem !important;
  }
  .pdg-rgt23 {
    padding-right: 0.8214285714rem !important;
  }
  .pdg-btm23 {
    padding-bottom: 0.8214285714rem !important;
  }
  .pdg-lft23 {
    padding-left: 0.8214285714rem !important;
  }
  .pdg-sp23 {
    padding: 1.6428571429rem !important;
  }
  .pdg-top-sp23 {
    padding-top: 1.6428571429rem !important;
  }
  .pdg-rgt-sp23 {
    padding-right: 1.6428571429rem !important;
  }
  .pdg-btm-sp23 {
    padding-bottom: 1.6428571429rem !important;
  }
  .pdg-lft-sp23 {
    padding-left: 1.6428571429rem !important;
  }
  .pdg24 {
    padding: 0.8571428571rem !important;
  }
  .pdg-top24 {
    padding-top: 0.8571428571rem !important;
  }
  .pdg-rgt24 {
    padding-right: 0.8571428571rem !important;
  }
  .pdg-btm24 {
    padding-bottom: 0.8571428571rem !important;
  }
  .pdg-lft24 {
    padding-left: 0.8571428571rem !important;
  }
  .pdg-sp24 {
    padding: 1.7142857143rem !important;
  }
  .pdg-top-sp24 {
    padding-top: 1.7142857143rem !important;
  }
  .pdg-rgt-sp24 {
    padding-right: 1.7142857143rem !important;
  }
  .pdg-btm-sp24 {
    padding-bottom: 1.7142857143rem !important;
  }
  .pdg-lft-sp24 {
    padding-left: 1.7142857143rem !important;
  }
  .pdg25 {
    padding: 0.8928571429rem !important;
  }
  .pdg-top25 {
    padding-top: 0.8928571429rem !important;
  }
  .pdg-rgt25 {
    padding-right: 0.8928571429rem !important;
  }
  .pdg-btm25 {
    padding-bottom: 0.8928571429rem !important;
  }
  .pdg-lft25 {
    padding-left: 0.8928571429rem !important;
  }
  .pdg-sp25 {
    padding: 1.7857142857rem !important;
  }
  .pdg-top-sp25 {
    padding-top: 1.7857142857rem !important;
  }
  .pdg-rgt-sp25 {
    padding-right: 1.7857142857rem !important;
  }
  .pdg-btm-sp25 {
    padding-bottom: 1.7857142857rem !important;
  }
  .pdg-lft-sp25 {
    padding-left: 1.7857142857rem !important;
  }
  .pdg26 {
    padding: 0.9285714286rem !important;
  }
  .pdg-top26 {
    padding-top: 0.9285714286rem !important;
  }
  .pdg-rgt26 {
    padding-right: 0.9285714286rem !important;
  }
  .pdg-btm26 {
    padding-bottom: 0.9285714286rem !important;
  }
  .pdg-lft26 {
    padding-left: 0.9285714286rem !important;
  }
  .pdg-sp26 {
    padding: 1.8571428571rem !important;
  }
  .pdg-top-sp26 {
    padding-top: 1.8571428571rem !important;
  }
  .pdg-rgt-sp26 {
    padding-right: 1.8571428571rem !important;
  }
  .pdg-btm-sp26 {
    padding-bottom: 1.8571428571rem !important;
  }
  .pdg-lft-sp26 {
    padding-left: 1.8571428571rem !important;
  }
  .pdg27 {
    padding: 0.9642857143rem !important;
  }
  .pdg-top27 {
    padding-top: 0.9642857143rem !important;
  }
  .pdg-rgt27 {
    padding-right: 0.9642857143rem !important;
  }
  .pdg-btm27 {
    padding-bottom: 0.9642857143rem !important;
  }
  .pdg-lft27 {
    padding-left: 0.9642857143rem !important;
  }
  .pdg-sp27 {
    padding: 1.9285714286rem !important;
  }
  .pdg-top-sp27 {
    padding-top: 1.9285714286rem !important;
  }
  .pdg-rgt-sp27 {
    padding-right: 1.9285714286rem !important;
  }
  .pdg-btm-sp27 {
    padding-bottom: 1.9285714286rem !important;
  }
  .pdg-lft-sp27 {
    padding-left: 1.9285714286rem !important;
  }
  .pdg28 {
    padding: 1rem !important;
  }
  .pdg-top28 {
    padding-top: 1rem !important;
  }
  .pdg-rgt28 {
    padding-right: 1rem !important;
  }
  .pdg-btm28 {
    padding-bottom: 1rem !important;
  }
  .pdg-lft28 {
    padding-left: 1rem !important;
  }
  .pdg-sp28 {
    padding: 2rem !important;
  }
  .pdg-top-sp28 {
    padding-top: 2rem !important;
  }
  .pdg-rgt-sp28 {
    padding-right: 2rem !important;
  }
  .pdg-btm-sp28 {
    padding-bottom: 2rem !important;
  }
  .pdg-lft-sp28 {
    padding-left: 2rem !important;
  }
  .pdg29 {
    padding: 1.0357142857rem !important;
  }
  .pdg-top29 {
    padding-top: 1.0357142857rem !important;
  }
  .pdg-rgt29 {
    padding-right: 1.0357142857rem !important;
  }
  .pdg-btm29 {
    padding-bottom: 1.0357142857rem !important;
  }
  .pdg-lft29 {
    padding-left: 1.0357142857rem !important;
  }
  .pdg-sp29 {
    padding: 2.0714285714rem !important;
  }
  .pdg-top-sp29 {
    padding-top: 2.0714285714rem !important;
  }
  .pdg-rgt-sp29 {
    padding-right: 2.0714285714rem !important;
  }
  .pdg-btm-sp29 {
    padding-bottom: 2.0714285714rem !important;
  }
  .pdg-lft-sp29 {
    padding-left: 2.0714285714rem !important;
  }
  .pdg30 {
    padding: 1.0714285714rem !important;
  }
  .pdg-top30 {
    padding-top: 1.0714285714rem !important;
  }
  .pdg-rgt30 {
    padding-right: 1.0714285714rem !important;
  }
  .pdg-btm30 {
    padding-bottom: 1.0714285714rem !important;
  }
  .pdg-lft30 {
    padding-left: 1.0714285714rem !important;
  }
  .pdg-sp30 {
    padding: 2.1428571429rem !important;
  }
  .pdg-top-sp30 {
    padding-top: 2.1428571429rem !important;
  }
  .pdg-rgt-sp30 {
    padding-right: 2.1428571429rem !important;
  }
  .pdg-btm-sp30 {
    padding-bottom: 2.1428571429rem !important;
  }
  .pdg-lft-sp30 {
    padding-left: 2.1428571429rem !important;
  }
  .pdg31 {
    padding: 1.1071428571rem !important;
  }
  .pdg-top31 {
    padding-top: 1.1071428571rem !important;
  }
  .pdg-rgt31 {
    padding-right: 1.1071428571rem !important;
  }
  .pdg-btm31 {
    padding-bottom: 1.1071428571rem !important;
  }
  .pdg-lft31 {
    padding-left: 1.1071428571rem !important;
  }
  .pdg-sp31 {
    padding: 2.2142857143rem !important;
  }
  .pdg-top-sp31 {
    padding-top: 2.2142857143rem !important;
  }
  .pdg-rgt-sp31 {
    padding-right: 2.2142857143rem !important;
  }
  .pdg-btm-sp31 {
    padding-bottom: 2.2142857143rem !important;
  }
  .pdg-lft-sp31 {
    padding-left: 2.2142857143rem !important;
  }
  .pdg32 {
    padding: 1.1428571429rem !important;
  }
  .pdg-top32 {
    padding-top: 1.1428571429rem !important;
  }
  .pdg-rgt32 {
    padding-right: 1.1428571429rem !important;
  }
  .pdg-btm32 {
    padding-bottom: 1.1428571429rem !important;
  }
  .pdg-lft32 {
    padding-left: 1.1428571429rem !important;
  }
  .pdg-sp32 {
    padding: 2.2857142857rem !important;
  }
  .pdg-top-sp32 {
    padding-top: 2.2857142857rem !important;
  }
  .pdg-rgt-sp32 {
    padding-right: 2.2857142857rem !important;
  }
  .pdg-btm-sp32 {
    padding-bottom: 2.2857142857rem !important;
  }
  .pdg-lft-sp32 {
    padding-left: 2.2857142857rem !important;
  }
  .pdg33 {
    padding: 1.1785714286rem !important;
  }
  .pdg-top33 {
    padding-top: 1.1785714286rem !important;
  }
  .pdg-rgt33 {
    padding-right: 1.1785714286rem !important;
  }
  .pdg-btm33 {
    padding-bottom: 1.1785714286rem !important;
  }
  .pdg-lft33 {
    padding-left: 1.1785714286rem !important;
  }
  .pdg-sp33 {
    padding: 2.3571428571rem !important;
  }
  .pdg-top-sp33 {
    padding-top: 2.3571428571rem !important;
  }
  .pdg-rgt-sp33 {
    padding-right: 2.3571428571rem !important;
  }
  .pdg-btm-sp33 {
    padding-bottom: 2.3571428571rem !important;
  }
  .pdg-lft-sp33 {
    padding-left: 2.3571428571rem !important;
  }
  .pdg34 {
    padding: 1.2142857143rem !important;
  }
  .pdg-top34 {
    padding-top: 1.2142857143rem !important;
  }
  .pdg-rgt34 {
    padding-right: 1.2142857143rem !important;
  }
  .pdg-btm34 {
    padding-bottom: 1.2142857143rem !important;
  }
  .pdg-lft34 {
    padding-left: 1.2142857143rem !important;
  }
  .pdg-sp34 {
    padding: 2.4285714286rem !important;
  }
  .pdg-top-sp34 {
    padding-top: 2.4285714286rem !important;
  }
  .pdg-rgt-sp34 {
    padding-right: 2.4285714286rem !important;
  }
  .pdg-btm-sp34 {
    padding-bottom: 2.4285714286rem !important;
  }
  .pdg-lft-sp34 {
    padding-left: 2.4285714286rem !important;
  }
  .pdg35 {
    padding: 1.25rem !important;
  }
  .pdg-top35 {
    padding-top: 1.25rem !important;
  }
  .pdg-rgt35 {
    padding-right: 1.25rem !important;
  }
  .pdg-btm35 {
    padding-bottom: 1.25rem !important;
  }
  .pdg-lft35 {
    padding-left: 1.25rem !important;
  }
  .pdg-sp35 {
    padding: 2.5rem !important;
  }
  .pdg-top-sp35 {
    padding-top: 2.5rem !important;
  }
  .pdg-rgt-sp35 {
    padding-right: 2.5rem !important;
  }
  .pdg-btm-sp35 {
    padding-bottom: 2.5rem !important;
  }
  .pdg-lft-sp35 {
    padding-left: 2.5rem !important;
  }
  .pdg36 {
    padding: 1.2857142857rem !important;
  }
  .pdg-top36 {
    padding-top: 1.2857142857rem !important;
  }
  .pdg-rgt36 {
    padding-right: 1.2857142857rem !important;
  }
  .pdg-btm36 {
    padding-bottom: 1.2857142857rem !important;
  }
  .pdg-lft36 {
    padding-left: 1.2857142857rem !important;
  }
  .pdg-sp36 {
    padding: 2.5714285714rem !important;
  }
  .pdg-top-sp36 {
    padding-top: 2.5714285714rem !important;
  }
  .pdg-rgt-sp36 {
    padding-right: 2.5714285714rem !important;
  }
  .pdg-btm-sp36 {
    padding-bottom: 2.5714285714rem !important;
  }
  .pdg-lft-sp36 {
    padding-left: 2.5714285714rem !important;
  }
  .pdg37 {
    padding: 1.3214285714rem !important;
  }
  .pdg-top37 {
    padding-top: 1.3214285714rem !important;
  }
  .pdg-rgt37 {
    padding-right: 1.3214285714rem !important;
  }
  .pdg-btm37 {
    padding-bottom: 1.3214285714rem !important;
  }
  .pdg-lft37 {
    padding-left: 1.3214285714rem !important;
  }
  .pdg-sp37 {
    padding: 2.6428571429rem !important;
  }
  .pdg-top-sp37 {
    padding-top: 2.6428571429rem !important;
  }
  .pdg-rgt-sp37 {
    padding-right: 2.6428571429rem !important;
  }
  .pdg-btm-sp37 {
    padding-bottom: 2.6428571429rem !important;
  }
  .pdg-lft-sp37 {
    padding-left: 2.6428571429rem !important;
  }
  .pdg38 {
    padding: 1.3571428571rem !important;
  }
  .pdg-top38 {
    padding-top: 1.3571428571rem !important;
  }
  .pdg-rgt38 {
    padding-right: 1.3571428571rem !important;
  }
  .pdg-btm38 {
    padding-bottom: 1.3571428571rem !important;
  }
  .pdg-lft38 {
    padding-left: 1.3571428571rem !important;
  }
  .pdg-sp38 {
    padding: 2.7142857143rem !important;
  }
  .pdg-top-sp38 {
    padding-top: 2.7142857143rem !important;
  }
  .pdg-rgt-sp38 {
    padding-right: 2.7142857143rem !important;
  }
  .pdg-btm-sp38 {
    padding-bottom: 2.7142857143rem !important;
  }
  .pdg-lft-sp38 {
    padding-left: 2.7142857143rem !important;
  }
  .pdg39 {
    padding: 1.3928571429rem !important;
  }
  .pdg-top39 {
    padding-top: 1.3928571429rem !important;
  }
  .pdg-rgt39 {
    padding-right: 1.3928571429rem !important;
  }
  .pdg-btm39 {
    padding-bottom: 1.3928571429rem !important;
  }
  .pdg-lft39 {
    padding-left: 1.3928571429rem !important;
  }
  .pdg-sp39 {
    padding: 2.7857142857rem !important;
  }
  .pdg-top-sp39 {
    padding-top: 2.7857142857rem !important;
  }
  .pdg-rgt-sp39 {
    padding-right: 2.7857142857rem !important;
  }
  .pdg-btm-sp39 {
    padding-bottom: 2.7857142857rem !important;
  }
  .pdg-lft-sp39 {
    padding-left: 2.7857142857rem !important;
  }
  .pdg40 {
    padding: 1.4285714286rem !important;
  }
  .pdg-top40 {
    padding-top: 1.4285714286rem !important;
  }
  .pdg-rgt40 {
    padding-right: 1.4285714286rem !important;
  }
  .pdg-btm40 {
    padding-bottom: 1.4285714286rem !important;
  }
  .pdg-lft40 {
    padding-left: 1.4285714286rem !important;
  }
  .pdg-sp40 {
    padding: 2.8571428571rem !important;
  }
  .pdg-top-sp40 {
    padding-top: 2.8571428571rem !important;
  }
  .pdg-rgt-sp40 {
    padding-right: 2.8571428571rem !important;
  }
  .pdg-btm-sp40 {
    padding-bottom: 2.8571428571rem !important;
  }
  .pdg-lft-sp40 {
    padding-left: 2.8571428571rem !important;
  }
  .pdg41 {
    padding: 1.4642857143rem !important;
  }
  .pdg-top41 {
    padding-top: 1.4642857143rem !important;
  }
  .pdg-rgt41 {
    padding-right: 1.4642857143rem !important;
  }
  .pdg-btm41 {
    padding-bottom: 1.4642857143rem !important;
  }
  .pdg-lft41 {
    padding-left: 1.4642857143rem !important;
  }
  .pdg-sp41 {
    padding: 2.9285714286rem !important;
  }
  .pdg-top-sp41 {
    padding-top: 2.9285714286rem !important;
  }
  .pdg-rgt-sp41 {
    padding-right: 2.9285714286rem !important;
  }
  .pdg-btm-sp41 {
    padding-bottom: 2.9285714286rem !important;
  }
  .pdg-lft-sp41 {
    padding-left: 2.9285714286rem !important;
  }
  .pdg42 {
    padding: 1.5rem !important;
  }
  .pdg-top42 {
    padding-top: 1.5rem !important;
  }
  .pdg-rgt42 {
    padding-right: 1.5rem !important;
  }
  .pdg-btm42 {
    padding-bottom: 1.5rem !important;
  }
  .pdg-lft42 {
    padding-left: 1.5rem !important;
  }
  .pdg-sp42 {
    padding: 3rem !important;
  }
  .pdg-top-sp42 {
    padding-top: 3rem !important;
  }
  .pdg-rgt-sp42 {
    padding-right: 3rem !important;
  }
  .pdg-btm-sp42 {
    padding-bottom: 3rem !important;
  }
  .pdg-lft-sp42 {
    padding-left: 3rem !important;
  }
  .pdg43 {
    padding: 1.5357142857rem !important;
  }
  .pdg-top43 {
    padding-top: 1.5357142857rem !important;
  }
  .pdg-rgt43 {
    padding-right: 1.5357142857rem !important;
  }
  .pdg-btm43 {
    padding-bottom: 1.5357142857rem !important;
  }
  .pdg-lft43 {
    padding-left: 1.5357142857rem !important;
  }
  .pdg-sp43 {
    padding: 3.0714285714rem !important;
  }
  .pdg-top-sp43 {
    padding-top: 3.0714285714rem !important;
  }
  .pdg-rgt-sp43 {
    padding-right: 3.0714285714rem !important;
  }
  .pdg-btm-sp43 {
    padding-bottom: 3.0714285714rem !important;
  }
  .pdg-lft-sp43 {
    padding-left: 3.0714285714rem !important;
  }
  .pdg44 {
    padding: 1.5714285714rem !important;
  }
  .pdg-top44 {
    padding-top: 1.5714285714rem !important;
  }
  .pdg-rgt44 {
    padding-right: 1.5714285714rem !important;
  }
  .pdg-btm44 {
    padding-bottom: 1.5714285714rem !important;
  }
  .pdg-lft44 {
    padding-left: 1.5714285714rem !important;
  }
  .pdg-sp44 {
    padding: 3.1428571429rem !important;
  }
  .pdg-top-sp44 {
    padding-top: 3.1428571429rem !important;
  }
  .pdg-rgt-sp44 {
    padding-right: 3.1428571429rem !important;
  }
  .pdg-btm-sp44 {
    padding-bottom: 3.1428571429rem !important;
  }
  .pdg-lft-sp44 {
    padding-left: 3.1428571429rem !important;
  }
  .pdg45 {
    padding: 1.6071428571rem !important;
  }
  .pdg-top45 {
    padding-top: 1.6071428571rem !important;
  }
  .pdg-rgt45 {
    padding-right: 1.6071428571rem !important;
  }
  .pdg-btm45 {
    padding-bottom: 1.6071428571rem !important;
  }
  .pdg-lft45 {
    padding-left: 1.6071428571rem !important;
  }
  .pdg-sp45 {
    padding: 3.2142857143rem !important;
  }
  .pdg-top-sp45 {
    padding-top: 3.2142857143rem !important;
  }
  .pdg-rgt-sp45 {
    padding-right: 3.2142857143rem !important;
  }
  .pdg-btm-sp45 {
    padding-bottom: 3.2142857143rem !important;
  }
  .pdg-lft-sp45 {
    padding-left: 3.2142857143rem !important;
  }
  .pdg46 {
    padding: 1.6428571429rem !important;
  }
  .pdg-top46 {
    padding-top: 1.6428571429rem !important;
  }
  .pdg-rgt46 {
    padding-right: 1.6428571429rem !important;
  }
  .pdg-btm46 {
    padding-bottom: 1.6428571429rem !important;
  }
  .pdg-lft46 {
    padding-left: 1.6428571429rem !important;
  }
  .pdg-sp46 {
    padding: 3.2857142857rem !important;
  }
  .pdg-top-sp46 {
    padding-top: 3.2857142857rem !important;
  }
  .pdg-rgt-sp46 {
    padding-right: 3.2857142857rem !important;
  }
  .pdg-btm-sp46 {
    padding-bottom: 3.2857142857rem !important;
  }
  .pdg-lft-sp46 {
    padding-left: 3.2857142857rem !important;
  }
  .pdg47 {
    padding: 1.6785714286rem !important;
  }
  .pdg-top47 {
    padding-top: 1.6785714286rem !important;
  }
  .pdg-rgt47 {
    padding-right: 1.6785714286rem !important;
  }
  .pdg-btm47 {
    padding-bottom: 1.6785714286rem !important;
  }
  .pdg-lft47 {
    padding-left: 1.6785714286rem !important;
  }
  .pdg-sp47 {
    padding: 3.3571428571rem !important;
  }
  .pdg-top-sp47 {
    padding-top: 3.3571428571rem !important;
  }
  .pdg-rgt-sp47 {
    padding-right: 3.3571428571rem !important;
  }
  .pdg-btm-sp47 {
    padding-bottom: 3.3571428571rem !important;
  }
  .pdg-lft-sp47 {
    padding-left: 3.3571428571rem !important;
  }
  .pdg48 {
    padding: 1.7142857143rem !important;
  }
  .pdg-top48 {
    padding-top: 1.7142857143rem !important;
  }
  .pdg-rgt48 {
    padding-right: 1.7142857143rem !important;
  }
  .pdg-btm48 {
    padding-bottom: 1.7142857143rem !important;
  }
  .pdg-lft48 {
    padding-left: 1.7142857143rem !important;
  }
  .pdg-sp48 {
    padding: 3.4285714286rem !important;
  }
  .pdg-top-sp48 {
    padding-top: 3.4285714286rem !important;
  }
  .pdg-rgt-sp48 {
    padding-right: 3.4285714286rem !important;
  }
  .pdg-btm-sp48 {
    padding-bottom: 3.4285714286rem !important;
  }
  .pdg-lft-sp48 {
    padding-left: 3.4285714286rem !important;
  }
  .pdg49 {
    padding: 1.75rem !important;
  }
  .pdg-top49 {
    padding-top: 1.75rem !important;
  }
  .pdg-rgt49 {
    padding-right: 1.75rem !important;
  }
  .pdg-btm49 {
    padding-bottom: 1.75rem !important;
  }
  .pdg-lft49 {
    padding-left: 1.75rem !important;
  }
  .pdg-sp49 {
    padding: 3.5rem !important;
  }
  .pdg-top-sp49 {
    padding-top: 3.5rem !important;
  }
  .pdg-rgt-sp49 {
    padding-right: 3.5rem !important;
  }
  .pdg-btm-sp49 {
    padding-bottom: 3.5rem !important;
  }
  .pdg-lft-sp49 {
    padding-left: 3.5rem !important;
  }
  .pdg50 {
    padding: 1.7857142857rem !important;
  }
  .pdg-top50 {
    padding-top: 1.7857142857rem !important;
  }
  .pdg-rgt50 {
    padding-right: 1.7857142857rem !important;
  }
  .pdg-btm50 {
    padding-bottom: 1.7857142857rem !important;
  }
  .pdg-lft50 {
    padding-left: 1.7857142857rem !important;
  }
  .pdg-sp50 {
    padding: 3.5714285714rem !important;
  }
  .pdg-top-sp50 {
    padding-top: 3.5714285714rem !important;
  }
  .pdg-rgt-sp50 {
    padding-right: 3.5714285714rem !important;
  }
  .pdg-btm-sp50 {
    padding-bottom: 3.5714285714rem !important;
  }
  .pdg-lft-sp50 {
    padding-left: 3.5714285714rem !important;
  }
  .pdg51 {
    padding: 1.8214285714rem !important;
  }
  .pdg-top51 {
    padding-top: 1.8214285714rem !important;
  }
  .pdg-rgt51 {
    padding-right: 1.8214285714rem !important;
  }
  .pdg-btm51 {
    padding-bottom: 1.8214285714rem !important;
  }
  .pdg-lft51 {
    padding-left: 1.8214285714rem !important;
  }
  .pdg-sp51 {
    padding: 3.6428571429rem !important;
  }
  .pdg-top-sp51 {
    padding-top: 3.6428571429rem !important;
  }
  .pdg-rgt-sp51 {
    padding-right: 3.6428571429rem !important;
  }
  .pdg-btm-sp51 {
    padding-bottom: 3.6428571429rem !important;
  }
  .pdg-lft-sp51 {
    padding-left: 3.6428571429rem !important;
  }
  .pdg52 {
    padding: 1.8571428571rem !important;
  }
  .pdg-top52 {
    padding-top: 1.8571428571rem !important;
  }
  .pdg-rgt52 {
    padding-right: 1.8571428571rem !important;
  }
  .pdg-btm52 {
    padding-bottom: 1.8571428571rem !important;
  }
  .pdg-lft52 {
    padding-left: 1.8571428571rem !important;
  }
  .pdg-sp52 {
    padding: 3.7142857143rem !important;
  }
  .pdg-top-sp52 {
    padding-top: 3.7142857143rem !important;
  }
  .pdg-rgt-sp52 {
    padding-right: 3.7142857143rem !important;
  }
  .pdg-btm-sp52 {
    padding-bottom: 3.7142857143rem !important;
  }
  .pdg-lft-sp52 {
    padding-left: 3.7142857143rem !important;
  }
  .pdg53 {
    padding: 1.8928571429rem !important;
  }
  .pdg-top53 {
    padding-top: 1.8928571429rem !important;
  }
  .pdg-rgt53 {
    padding-right: 1.8928571429rem !important;
  }
  .pdg-btm53 {
    padding-bottom: 1.8928571429rem !important;
  }
  .pdg-lft53 {
    padding-left: 1.8928571429rem !important;
  }
  .pdg-sp53 {
    padding: 3.7857142857rem !important;
  }
  .pdg-top-sp53 {
    padding-top: 3.7857142857rem !important;
  }
  .pdg-rgt-sp53 {
    padding-right: 3.7857142857rem !important;
  }
  .pdg-btm-sp53 {
    padding-bottom: 3.7857142857rem !important;
  }
  .pdg-lft-sp53 {
    padding-left: 3.7857142857rem !important;
  }
  .pdg54 {
    padding: 1.9285714286rem !important;
  }
  .pdg-top54 {
    padding-top: 1.9285714286rem !important;
  }
  .pdg-rgt54 {
    padding-right: 1.9285714286rem !important;
  }
  .pdg-btm54 {
    padding-bottom: 1.9285714286rem !important;
  }
  .pdg-lft54 {
    padding-left: 1.9285714286rem !important;
  }
  .pdg-sp54 {
    padding: 3.8571428571rem !important;
  }
  .pdg-top-sp54 {
    padding-top: 3.8571428571rem !important;
  }
  .pdg-rgt-sp54 {
    padding-right: 3.8571428571rem !important;
  }
  .pdg-btm-sp54 {
    padding-bottom: 3.8571428571rem !important;
  }
  .pdg-lft-sp54 {
    padding-left: 3.8571428571rem !important;
  }
  .pdg55 {
    padding: 1.9642857143rem !important;
  }
  .pdg-top55 {
    padding-top: 1.9642857143rem !important;
  }
  .pdg-rgt55 {
    padding-right: 1.9642857143rem !important;
  }
  .pdg-btm55 {
    padding-bottom: 1.9642857143rem !important;
  }
  .pdg-lft55 {
    padding-left: 1.9642857143rem !important;
  }
  .pdg-sp55 {
    padding: 3.9285714286rem !important;
  }
  .pdg-top-sp55 {
    padding-top: 3.9285714286rem !important;
  }
  .pdg-rgt-sp55 {
    padding-right: 3.9285714286rem !important;
  }
  .pdg-btm-sp55 {
    padding-bottom: 3.9285714286rem !important;
  }
  .pdg-lft-sp55 {
    padding-left: 3.9285714286rem !important;
  }
  .pdg56 {
    padding: 2rem !important;
  }
  .pdg-top56 {
    padding-top: 2rem !important;
  }
  .pdg-rgt56 {
    padding-right: 2rem !important;
  }
  .pdg-btm56 {
    padding-bottom: 2rem !important;
  }
  .pdg-lft56 {
    padding-left: 2rem !important;
  }
  .pdg-sp56 {
    padding: 4rem !important;
  }
  .pdg-top-sp56 {
    padding-top: 4rem !important;
  }
  .pdg-rgt-sp56 {
    padding-right: 4rem !important;
  }
  .pdg-btm-sp56 {
    padding-bottom: 4rem !important;
  }
  .pdg-lft-sp56 {
    padding-left: 4rem !important;
  }
  .pdg57 {
    padding: 2.0357142857rem !important;
  }
  .pdg-top57 {
    padding-top: 2.0357142857rem !important;
  }
  .pdg-rgt57 {
    padding-right: 2.0357142857rem !important;
  }
  .pdg-btm57 {
    padding-bottom: 2.0357142857rem !important;
  }
  .pdg-lft57 {
    padding-left: 2.0357142857rem !important;
  }
  .pdg-sp57 {
    padding: 4.0714285714rem !important;
  }
  .pdg-top-sp57 {
    padding-top: 4.0714285714rem !important;
  }
  .pdg-rgt-sp57 {
    padding-right: 4.0714285714rem !important;
  }
  .pdg-btm-sp57 {
    padding-bottom: 4.0714285714rem !important;
  }
  .pdg-lft-sp57 {
    padding-left: 4.0714285714rem !important;
  }
  .pdg58 {
    padding: 2.0714285714rem !important;
  }
  .pdg-top58 {
    padding-top: 2.0714285714rem !important;
  }
  .pdg-rgt58 {
    padding-right: 2.0714285714rem !important;
  }
  .pdg-btm58 {
    padding-bottom: 2.0714285714rem !important;
  }
  .pdg-lft58 {
    padding-left: 2.0714285714rem !important;
  }
  .pdg-sp58 {
    padding: 4.1428571429rem !important;
  }
  .pdg-top-sp58 {
    padding-top: 4.1428571429rem !important;
  }
  .pdg-rgt-sp58 {
    padding-right: 4.1428571429rem !important;
  }
  .pdg-btm-sp58 {
    padding-bottom: 4.1428571429rem !important;
  }
  .pdg-lft-sp58 {
    padding-left: 4.1428571429rem !important;
  }
  .pdg59 {
    padding: 2.1071428571rem !important;
  }
  .pdg-top59 {
    padding-top: 2.1071428571rem !important;
  }
  .pdg-rgt59 {
    padding-right: 2.1071428571rem !important;
  }
  .pdg-btm59 {
    padding-bottom: 2.1071428571rem !important;
  }
  .pdg-lft59 {
    padding-left: 2.1071428571rem !important;
  }
  .pdg-sp59 {
    padding: 4.2142857143rem !important;
  }
  .pdg-top-sp59 {
    padding-top: 4.2142857143rem !important;
  }
  .pdg-rgt-sp59 {
    padding-right: 4.2142857143rem !important;
  }
  .pdg-btm-sp59 {
    padding-bottom: 4.2142857143rem !important;
  }
  .pdg-lft-sp59 {
    padding-left: 4.2142857143rem !important;
  }
  .pdg60 {
    padding: 2.1428571429rem !important;
  }
  .pdg-top60 {
    padding-top: 2.1428571429rem !important;
  }
  .pdg-rgt60 {
    padding-right: 2.1428571429rem !important;
  }
  .pdg-btm60 {
    padding-bottom: 2.1428571429rem !important;
  }
  .pdg-lft60 {
    padding-left: 2.1428571429rem !important;
  }
  .pdg-sp60 {
    padding: 4.2857142857rem !important;
  }
  .pdg-top-sp60 {
    padding-top: 4.2857142857rem !important;
  }
  .pdg-rgt-sp60 {
    padding-right: 4.2857142857rem !important;
  }
  .pdg-btm-sp60 {
    padding-bottom: 4.2857142857rem !important;
  }
  .pdg-lft-sp60 {
    padding-left: 4.2857142857rem !important;
  }
  .pdg61 {
    padding: 2.1785714286rem !important;
  }
  .pdg-top61 {
    padding-top: 2.1785714286rem !important;
  }
  .pdg-rgt61 {
    padding-right: 2.1785714286rem !important;
  }
  .pdg-btm61 {
    padding-bottom: 2.1785714286rem !important;
  }
  .pdg-lft61 {
    padding-left: 2.1785714286rem !important;
  }
  .pdg-sp61 {
    padding: 4.3571428571rem !important;
  }
  .pdg-top-sp61 {
    padding-top: 4.3571428571rem !important;
  }
  .pdg-rgt-sp61 {
    padding-right: 4.3571428571rem !important;
  }
  .pdg-btm-sp61 {
    padding-bottom: 4.3571428571rem !important;
  }
  .pdg-lft-sp61 {
    padding-left: 4.3571428571rem !important;
  }
  .pdg62 {
    padding: 2.2142857143rem !important;
  }
  .pdg-top62 {
    padding-top: 2.2142857143rem !important;
  }
  .pdg-rgt62 {
    padding-right: 2.2142857143rem !important;
  }
  .pdg-btm62 {
    padding-bottom: 2.2142857143rem !important;
  }
  .pdg-lft62 {
    padding-left: 2.2142857143rem !important;
  }
  .pdg-sp62 {
    padding: 4.4285714286rem !important;
  }
  .pdg-top-sp62 {
    padding-top: 4.4285714286rem !important;
  }
  .pdg-rgt-sp62 {
    padding-right: 4.4285714286rem !important;
  }
  .pdg-btm-sp62 {
    padding-bottom: 4.4285714286rem !important;
  }
  .pdg-lft-sp62 {
    padding-left: 4.4285714286rem !important;
  }
  .pdg63 {
    padding: 2.25rem !important;
  }
  .pdg-top63 {
    padding-top: 2.25rem !important;
  }
  .pdg-rgt63 {
    padding-right: 2.25rem !important;
  }
  .pdg-btm63 {
    padding-bottom: 2.25rem !important;
  }
  .pdg-lft63 {
    padding-left: 2.25rem !important;
  }
  .pdg-sp63 {
    padding: 4.5rem !important;
  }
  .pdg-top-sp63 {
    padding-top: 4.5rem !important;
  }
  .pdg-rgt-sp63 {
    padding-right: 4.5rem !important;
  }
  .pdg-btm-sp63 {
    padding-bottom: 4.5rem !important;
  }
  .pdg-lft-sp63 {
    padding-left: 4.5rem !important;
  }
  .pdg64 {
    padding: 2.2857142857rem !important;
  }
  .pdg-top64 {
    padding-top: 2.2857142857rem !important;
  }
  .pdg-rgt64 {
    padding-right: 2.2857142857rem !important;
  }
  .pdg-btm64 {
    padding-bottom: 2.2857142857rem !important;
  }
  .pdg-lft64 {
    padding-left: 2.2857142857rem !important;
  }
  .pdg-sp64 {
    padding: 4.5714285714rem !important;
  }
  .pdg-top-sp64 {
    padding-top: 4.5714285714rem !important;
  }
  .pdg-rgt-sp64 {
    padding-right: 4.5714285714rem !important;
  }
  .pdg-btm-sp64 {
    padding-bottom: 4.5714285714rem !important;
  }
  .pdg-lft-sp64 {
    padding-left: 4.5714285714rem !important;
  }
  .pdg65 {
    padding: 2.3214285714rem !important;
  }
  .pdg-top65 {
    padding-top: 2.3214285714rem !important;
  }
  .pdg-rgt65 {
    padding-right: 2.3214285714rem !important;
  }
  .pdg-btm65 {
    padding-bottom: 2.3214285714rem !important;
  }
  .pdg-lft65 {
    padding-left: 2.3214285714rem !important;
  }
  .pdg-sp65 {
    padding: 4.6428571429rem !important;
  }
  .pdg-top-sp65 {
    padding-top: 4.6428571429rem !important;
  }
  .pdg-rgt-sp65 {
    padding-right: 4.6428571429rem !important;
  }
  .pdg-btm-sp65 {
    padding-bottom: 4.6428571429rem !important;
  }
  .pdg-lft-sp65 {
    padding-left: 4.6428571429rem !important;
  }
  .pdg66 {
    padding: 2.3571428571rem !important;
  }
  .pdg-top66 {
    padding-top: 2.3571428571rem !important;
  }
  .pdg-rgt66 {
    padding-right: 2.3571428571rem !important;
  }
  .pdg-btm66 {
    padding-bottom: 2.3571428571rem !important;
  }
  .pdg-lft66 {
    padding-left: 2.3571428571rem !important;
  }
  .pdg-sp66 {
    padding: 4.7142857143rem !important;
  }
  .pdg-top-sp66 {
    padding-top: 4.7142857143rem !important;
  }
  .pdg-rgt-sp66 {
    padding-right: 4.7142857143rem !important;
  }
  .pdg-btm-sp66 {
    padding-bottom: 4.7142857143rem !important;
  }
  .pdg-lft-sp66 {
    padding-left: 4.7142857143rem !important;
  }
  .pdg67 {
    padding: 2.3928571429rem !important;
  }
  .pdg-top67 {
    padding-top: 2.3928571429rem !important;
  }
  .pdg-rgt67 {
    padding-right: 2.3928571429rem !important;
  }
  .pdg-btm67 {
    padding-bottom: 2.3928571429rem !important;
  }
  .pdg-lft67 {
    padding-left: 2.3928571429rem !important;
  }
  .pdg-sp67 {
    padding: 4.7857142857rem !important;
  }
  .pdg-top-sp67 {
    padding-top: 4.7857142857rem !important;
  }
  .pdg-rgt-sp67 {
    padding-right: 4.7857142857rem !important;
  }
  .pdg-btm-sp67 {
    padding-bottom: 4.7857142857rem !important;
  }
  .pdg-lft-sp67 {
    padding-left: 4.7857142857rem !important;
  }
  .pdg68 {
    padding: 2.4285714286rem !important;
  }
  .pdg-top68 {
    padding-top: 2.4285714286rem !important;
  }
  .pdg-rgt68 {
    padding-right: 2.4285714286rem !important;
  }
  .pdg-btm68 {
    padding-bottom: 2.4285714286rem !important;
  }
  .pdg-lft68 {
    padding-left: 2.4285714286rem !important;
  }
  .pdg-sp68 {
    padding: 4.8571428571rem !important;
  }
  .pdg-top-sp68 {
    padding-top: 4.8571428571rem !important;
  }
  .pdg-rgt-sp68 {
    padding-right: 4.8571428571rem !important;
  }
  .pdg-btm-sp68 {
    padding-bottom: 4.8571428571rem !important;
  }
  .pdg-lft-sp68 {
    padding-left: 4.8571428571rem !important;
  }
  .pdg69 {
    padding: 2.4642857143rem !important;
  }
  .pdg-top69 {
    padding-top: 2.4642857143rem !important;
  }
  .pdg-rgt69 {
    padding-right: 2.4642857143rem !important;
  }
  .pdg-btm69 {
    padding-bottom: 2.4642857143rem !important;
  }
  .pdg-lft69 {
    padding-left: 2.4642857143rem !important;
  }
  .pdg-sp69 {
    padding: 4.9285714286rem !important;
  }
  .pdg-top-sp69 {
    padding-top: 4.9285714286rem !important;
  }
  .pdg-rgt-sp69 {
    padding-right: 4.9285714286rem !important;
  }
  .pdg-btm-sp69 {
    padding-bottom: 4.9285714286rem !important;
  }
  .pdg-lft-sp69 {
    padding-left: 4.9285714286rem !important;
  }
  .pdg70 {
    padding: 2.5rem !important;
  }
  .pdg-top70 {
    padding-top: 2.5rem !important;
  }
  .pdg-rgt70 {
    padding-right: 2.5rem !important;
  }
  .pdg-btm70 {
    padding-bottom: 2.5rem !important;
  }
  .pdg-lft70 {
    padding-left: 2.5rem !important;
  }
  .pdg-sp70 {
    padding: 5rem !important;
  }
  .pdg-top-sp70 {
    padding-top: 5rem !important;
  }
  .pdg-rgt-sp70 {
    padding-right: 5rem !important;
  }
  .pdg-btm-sp70 {
    padding-bottom: 5rem !important;
  }
  .pdg-lft-sp70 {
    padding-left: 5rem !important;
  }
  .pdg71 {
    padding: 2.5357142857rem !important;
  }
  .pdg-top71 {
    padding-top: 2.5357142857rem !important;
  }
  .pdg-rgt71 {
    padding-right: 2.5357142857rem !important;
  }
  .pdg-btm71 {
    padding-bottom: 2.5357142857rem !important;
  }
  .pdg-lft71 {
    padding-left: 2.5357142857rem !important;
  }
  .pdg-sp71 {
    padding: 5.0714285714rem !important;
  }
  .pdg-top-sp71 {
    padding-top: 5.0714285714rem !important;
  }
  .pdg-rgt-sp71 {
    padding-right: 5.0714285714rem !important;
  }
  .pdg-btm-sp71 {
    padding-bottom: 5.0714285714rem !important;
  }
  .pdg-lft-sp71 {
    padding-left: 5.0714285714rem !important;
  }
  .pdg72 {
    padding: 2.5714285714rem !important;
  }
  .pdg-top72 {
    padding-top: 2.5714285714rem !important;
  }
  .pdg-rgt72 {
    padding-right: 2.5714285714rem !important;
  }
  .pdg-btm72 {
    padding-bottom: 2.5714285714rem !important;
  }
  .pdg-lft72 {
    padding-left: 2.5714285714rem !important;
  }
  .pdg-sp72 {
    padding: 5.1428571429rem !important;
  }
  .pdg-top-sp72 {
    padding-top: 5.1428571429rem !important;
  }
  .pdg-rgt-sp72 {
    padding-right: 5.1428571429rem !important;
  }
  .pdg-btm-sp72 {
    padding-bottom: 5.1428571429rem !important;
  }
  .pdg-lft-sp72 {
    padding-left: 5.1428571429rem !important;
  }
  .pdg73 {
    padding: 2.6071428571rem !important;
  }
  .pdg-top73 {
    padding-top: 2.6071428571rem !important;
  }
  .pdg-rgt73 {
    padding-right: 2.6071428571rem !important;
  }
  .pdg-btm73 {
    padding-bottom: 2.6071428571rem !important;
  }
  .pdg-lft73 {
    padding-left: 2.6071428571rem !important;
  }
  .pdg-sp73 {
    padding: 5.2142857143rem !important;
  }
  .pdg-top-sp73 {
    padding-top: 5.2142857143rem !important;
  }
  .pdg-rgt-sp73 {
    padding-right: 5.2142857143rem !important;
  }
  .pdg-btm-sp73 {
    padding-bottom: 5.2142857143rem !important;
  }
  .pdg-lft-sp73 {
    padding-left: 5.2142857143rem !important;
  }
  .pdg74 {
    padding: 2.6428571429rem !important;
  }
  .pdg-top74 {
    padding-top: 2.6428571429rem !important;
  }
  .pdg-rgt74 {
    padding-right: 2.6428571429rem !important;
  }
  .pdg-btm74 {
    padding-bottom: 2.6428571429rem !important;
  }
  .pdg-lft74 {
    padding-left: 2.6428571429rem !important;
  }
  .pdg-sp74 {
    padding: 5.2857142857rem !important;
  }
  .pdg-top-sp74 {
    padding-top: 5.2857142857rem !important;
  }
  .pdg-rgt-sp74 {
    padding-right: 5.2857142857rem !important;
  }
  .pdg-btm-sp74 {
    padding-bottom: 5.2857142857rem !important;
  }
  .pdg-lft-sp74 {
    padding-left: 5.2857142857rem !important;
  }
  .pdg75 {
    padding: 2.6785714286rem !important;
  }
  .pdg-top75 {
    padding-top: 2.6785714286rem !important;
  }
  .pdg-rgt75 {
    padding-right: 2.6785714286rem !important;
  }
  .pdg-btm75 {
    padding-bottom: 2.6785714286rem !important;
  }
  .pdg-lft75 {
    padding-left: 2.6785714286rem !important;
  }
  .pdg-sp75 {
    padding: 5.3571428571rem !important;
  }
  .pdg-top-sp75 {
    padding-top: 5.3571428571rem !important;
  }
  .pdg-rgt-sp75 {
    padding-right: 5.3571428571rem !important;
  }
  .pdg-btm-sp75 {
    padding-bottom: 5.3571428571rem !important;
  }
  .pdg-lft-sp75 {
    padding-left: 5.3571428571rem !important;
  }
  .pdg76 {
    padding: 2.7142857143rem !important;
  }
  .pdg-top76 {
    padding-top: 2.7142857143rem !important;
  }
  .pdg-rgt76 {
    padding-right: 2.7142857143rem !important;
  }
  .pdg-btm76 {
    padding-bottom: 2.7142857143rem !important;
  }
  .pdg-lft76 {
    padding-left: 2.7142857143rem !important;
  }
  .pdg-sp76 {
    padding: 5.4285714286rem !important;
  }
  .pdg-top-sp76 {
    padding-top: 5.4285714286rem !important;
  }
  .pdg-rgt-sp76 {
    padding-right: 5.4285714286rem !important;
  }
  .pdg-btm-sp76 {
    padding-bottom: 5.4285714286rem !important;
  }
  .pdg-lft-sp76 {
    padding-left: 5.4285714286rem !important;
  }
  .pdg77 {
    padding: 2.75rem !important;
  }
  .pdg-top77 {
    padding-top: 2.75rem !important;
  }
  .pdg-rgt77 {
    padding-right: 2.75rem !important;
  }
  .pdg-btm77 {
    padding-bottom: 2.75rem !important;
  }
  .pdg-lft77 {
    padding-left: 2.75rem !important;
  }
  .pdg-sp77 {
    padding: 5.5rem !important;
  }
  .pdg-top-sp77 {
    padding-top: 5.5rem !important;
  }
  .pdg-rgt-sp77 {
    padding-right: 5.5rem !important;
  }
  .pdg-btm-sp77 {
    padding-bottom: 5.5rem !important;
  }
  .pdg-lft-sp77 {
    padding-left: 5.5rem !important;
  }
  .pdg78 {
    padding: 2.7857142857rem !important;
  }
  .pdg-top78 {
    padding-top: 2.7857142857rem !important;
  }
  .pdg-rgt78 {
    padding-right: 2.7857142857rem !important;
  }
  .pdg-btm78 {
    padding-bottom: 2.7857142857rem !important;
  }
  .pdg-lft78 {
    padding-left: 2.7857142857rem !important;
  }
  .pdg-sp78 {
    padding: 5.5714285714rem !important;
  }
  .pdg-top-sp78 {
    padding-top: 5.5714285714rem !important;
  }
  .pdg-rgt-sp78 {
    padding-right: 5.5714285714rem !important;
  }
  .pdg-btm-sp78 {
    padding-bottom: 5.5714285714rem !important;
  }
  .pdg-lft-sp78 {
    padding-left: 5.5714285714rem !important;
  }
  .pdg79 {
    padding: 2.8214285714rem !important;
  }
  .pdg-top79 {
    padding-top: 2.8214285714rem !important;
  }
  .pdg-rgt79 {
    padding-right: 2.8214285714rem !important;
  }
  .pdg-btm79 {
    padding-bottom: 2.8214285714rem !important;
  }
  .pdg-lft79 {
    padding-left: 2.8214285714rem !important;
  }
  .pdg-sp79 {
    padding: 5.6428571429rem !important;
  }
  .pdg-top-sp79 {
    padding-top: 5.6428571429rem !important;
  }
  .pdg-rgt-sp79 {
    padding-right: 5.6428571429rem !important;
  }
  .pdg-btm-sp79 {
    padding-bottom: 5.6428571429rem !important;
  }
  .pdg-lft-sp79 {
    padding-left: 5.6428571429rem !important;
  }
  .pdg80 {
    padding: 2.8571428571rem !important;
  }
  .pdg-top80 {
    padding-top: 2.8571428571rem !important;
  }
  .pdg-rgt80 {
    padding-right: 2.8571428571rem !important;
  }
  .pdg-btm80 {
    padding-bottom: 2.8571428571rem !important;
  }
  .pdg-lft80 {
    padding-left: 2.8571428571rem !important;
  }
  .pdg-sp80 {
    padding: 5.7142857143rem !important;
  }
  .pdg-top-sp80 {
    padding-top: 5.7142857143rem !important;
  }
  .pdg-rgt-sp80 {
    padding-right: 5.7142857143rem !important;
  }
  .pdg-btm-sp80 {
    padding-bottom: 5.7142857143rem !important;
  }
  .pdg-lft-sp80 {
    padding-left: 5.7142857143rem !important;
  }
  .pdg81 {
    padding: 2.8928571429rem !important;
  }
  .pdg-top81 {
    padding-top: 2.8928571429rem !important;
  }
  .pdg-rgt81 {
    padding-right: 2.8928571429rem !important;
  }
  .pdg-btm81 {
    padding-bottom: 2.8928571429rem !important;
  }
  .pdg-lft81 {
    padding-left: 2.8928571429rem !important;
  }
  .pdg-sp81 {
    padding: 5.7857142857rem !important;
  }
  .pdg-top-sp81 {
    padding-top: 5.7857142857rem !important;
  }
  .pdg-rgt-sp81 {
    padding-right: 5.7857142857rem !important;
  }
  .pdg-btm-sp81 {
    padding-bottom: 5.7857142857rem !important;
  }
  .pdg-lft-sp81 {
    padding-left: 5.7857142857rem !important;
  }
  .pdg82 {
    padding: 2.9285714286rem !important;
  }
  .pdg-top82 {
    padding-top: 2.9285714286rem !important;
  }
  .pdg-rgt82 {
    padding-right: 2.9285714286rem !important;
  }
  .pdg-btm82 {
    padding-bottom: 2.9285714286rem !important;
  }
  .pdg-lft82 {
    padding-left: 2.9285714286rem !important;
  }
  .pdg-sp82 {
    padding: 5.8571428571rem !important;
  }
  .pdg-top-sp82 {
    padding-top: 5.8571428571rem !important;
  }
  .pdg-rgt-sp82 {
    padding-right: 5.8571428571rem !important;
  }
  .pdg-btm-sp82 {
    padding-bottom: 5.8571428571rem !important;
  }
  .pdg-lft-sp82 {
    padding-left: 5.8571428571rem !important;
  }
  .pdg83 {
    padding: 2.9642857143rem !important;
  }
  .pdg-top83 {
    padding-top: 2.9642857143rem !important;
  }
  .pdg-rgt83 {
    padding-right: 2.9642857143rem !important;
  }
  .pdg-btm83 {
    padding-bottom: 2.9642857143rem !important;
  }
  .pdg-lft83 {
    padding-left: 2.9642857143rem !important;
  }
  .pdg-sp83 {
    padding: 5.9285714286rem !important;
  }
  .pdg-top-sp83 {
    padding-top: 5.9285714286rem !important;
  }
  .pdg-rgt-sp83 {
    padding-right: 5.9285714286rem !important;
  }
  .pdg-btm-sp83 {
    padding-bottom: 5.9285714286rem !important;
  }
  .pdg-lft-sp83 {
    padding-left: 5.9285714286rem !important;
  }
  .pdg84 {
    padding: 3rem !important;
  }
  .pdg-top84 {
    padding-top: 3rem !important;
  }
  .pdg-rgt84 {
    padding-right: 3rem !important;
  }
  .pdg-btm84 {
    padding-bottom: 3rem !important;
  }
  .pdg-lft84 {
    padding-left: 3rem !important;
  }
  .pdg-sp84 {
    padding: 6rem !important;
  }
  .pdg-top-sp84 {
    padding-top: 6rem !important;
  }
  .pdg-rgt-sp84 {
    padding-right: 6rem !important;
  }
  .pdg-btm-sp84 {
    padding-bottom: 6rem !important;
  }
  .pdg-lft-sp84 {
    padding-left: 6rem !important;
  }
  .pdg85 {
    padding: 3.0357142857rem !important;
  }
  .pdg-top85 {
    padding-top: 3.0357142857rem !important;
  }
  .pdg-rgt85 {
    padding-right: 3.0357142857rem !important;
  }
  .pdg-btm85 {
    padding-bottom: 3.0357142857rem !important;
  }
  .pdg-lft85 {
    padding-left: 3.0357142857rem !important;
  }
  .pdg-sp85 {
    padding: 6.0714285714rem !important;
  }
  .pdg-top-sp85 {
    padding-top: 6.0714285714rem !important;
  }
  .pdg-rgt-sp85 {
    padding-right: 6.0714285714rem !important;
  }
  .pdg-btm-sp85 {
    padding-bottom: 6.0714285714rem !important;
  }
  .pdg-lft-sp85 {
    padding-left: 6.0714285714rem !important;
  }
  .pdg86 {
    padding: 3.0714285714rem !important;
  }
  .pdg-top86 {
    padding-top: 3.0714285714rem !important;
  }
  .pdg-rgt86 {
    padding-right: 3.0714285714rem !important;
  }
  .pdg-btm86 {
    padding-bottom: 3.0714285714rem !important;
  }
  .pdg-lft86 {
    padding-left: 3.0714285714rem !important;
  }
  .pdg-sp86 {
    padding: 6.1428571429rem !important;
  }
  .pdg-top-sp86 {
    padding-top: 6.1428571429rem !important;
  }
  .pdg-rgt-sp86 {
    padding-right: 6.1428571429rem !important;
  }
  .pdg-btm-sp86 {
    padding-bottom: 6.1428571429rem !important;
  }
  .pdg-lft-sp86 {
    padding-left: 6.1428571429rem !important;
  }
  .pdg87 {
    padding: 3.1071428571rem !important;
  }
  .pdg-top87 {
    padding-top: 3.1071428571rem !important;
  }
  .pdg-rgt87 {
    padding-right: 3.1071428571rem !important;
  }
  .pdg-btm87 {
    padding-bottom: 3.1071428571rem !important;
  }
  .pdg-lft87 {
    padding-left: 3.1071428571rem !important;
  }
  .pdg-sp87 {
    padding: 6.2142857143rem !important;
  }
  .pdg-top-sp87 {
    padding-top: 6.2142857143rem !important;
  }
  .pdg-rgt-sp87 {
    padding-right: 6.2142857143rem !important;
  }
  .pdg-btm-sp87 {
    padding-bottom: 6.2142857143rem !important;
  }
  .pdg-lft-sp87 {
    padding-left: 6.2142857143rem !important;
  }
  .pdg88 {
    padding: 3.1428571429rem !important;
  }
  .pdg-top88 {
    padding-top: 3.1428571429rem !important;
  }
  .pdg-rgt88 {
    padding-right: 3.1428571429rem !important;
  }
  .pdg-btm88 {
    padding-bottom: 3.1428571429rem !important;
  }
  .pdg-lft88 {
    padding-left: 3.1428571429rem !important;
  }
  .pdg-sp88 {
    padding: 6.2857142857rem !important;
  }
  .pdg-top-sp88 {
    padding-top: 6.2857142857rem !important;
  }
  .pdg-rgt-sp88 {
    padding-right: 6.2857142857rem !important;
  }
  .pdg-btm-sp88 {
    padding-bottom: 6.2857142857rem !important;
  }
  .pdg-lft-sp88 {
    padding-left: 6.2857142857rem !important;
  }
  .pdg89 {
    padding: 3.1785714286rem !important;
  }
  .pdg-top89 {
    padding-top: 3.1785714286rem !important;
  }
  .pdg-rgt89 {
    padding-right: 3.1785714286rem !important;
  }
  .pdg-btm89 {
    padding-bottom: 3.1785714286rem !important;
  }
  .pdg-lft89 {
    padding-left: 3.1785714286rem !important;
  }
  .pdg-sp89 {
    padding: 6.3571428571rem !important;
  }
  .pdg-top-sp89 {
    padding-top: 6.3571428571rem !important;
  }
  .pdg-rgt-sp89 {
    padding-right: 6.3571428571rem !important;
  }
  .pdg-btm-sp89 {
    padding-bottom: 6.3571428571rem !important;
  }
  .pdg-lft-sp89 {
    padding-left: 6.3571428571rem !important;
  }
  .pdg90 {
    padding: 3.2142857143rem !important;
  }
  .pdg-top90 {
    padding-top: 3.2142857143rem !important;
  }
  .pdg-rgt90 {
    padding-right: 3.2142857143rem !important;
  }
  .pdg-btm90 {
    padding-bottom: 3.2142857143rem !important;
  }
  .pdg-lft90 {
    padding-left: 3.2142857143rem !important;
  }
  .pdg-sp90 {
    padding: 6.4285714286rem !important;
  }
  .pdg-top-sp90 {
    padding-top: 6.4285714286rem !important;
  }
  .pdg-rgt-sp90 {
    padding-right: 6.4285714286rem !important;
  }
  .pdg-btm-sp90 {
    padding-bottom: 6.4285714286rem !important;
  }
  .pdg-lft-sp90 {
    padding-left: 6.4285714286rem !important;
  }
  .pdg91 {
    padding: 3.25rem !important;
  }
  .pdg-top91 {
    padding-top: 3.25rem !important;
  }
  .pdg-rgt91 {
    padding-right: 3.25rem !important;
  }
  .pdg-btm91 {
    padding-bottom: 3.25rem !important;
  }
  .pdg-lft91 {
    padding-left: 3.25rem !important;
  }
  .pdg-sp91 {
    padding: 6.5rem !important;
  }
  .pdg-top-sp91 {
    padding-top: 6.5rem !important;
  }
  .pdg-rgt-sp91 {
    padding-right: 6.5rem !important;
  }
  .pdg-btm-sp91 {
    padding-bottom: 6.5rem !important;
  }
  .pdg-lft-sp91 {
    padding-left: 6.5rem !important;
  }
  .pdg92 {
    padding: 3.2857142857rem !important;
  }
  .pdg-top92 {
    padding-top: 3.2857142857rem !important;
  }
  .pdg-rgt92 {
    padding-right: 3.2857142857rem !important;
  }
  .pdg-btm92 {
    padding-bottom: 3.2857142857rem !important;
  }
  .pdg-lft92 {
    padding-left: 3.2857142857rem !important;
  }
  .pdg-sp92 {
    padding: 6.5714285714rem !important;
  }
  .pdg-top-sp92 {
    padding-top: 6.5714285714rem !important;
  }
  .pdg-rgt-sp92 {
    padding-right: 6.5714285714rem !important;
  }
  .pdg-btm-sp92 {
    padding-bottom: 6.5714285714rem !important;
  }
  .pdg-lft-sp92 {
    padding-left: 6.5714285714rem !important;
  }
  .pdg93 {
    padding: 3.3214285714rem !important;
  }
  .pdg-top93 {
    padding-top: 3.3214285714rem !important;
  }
  .pdg-rgt93 {
    padding-right: 3.3214285714rem !important;
  }
  .pdg-btm93 {
    padding-bottom: 3.3214285714rem !important;
  }
  .pdg-lft93 {
    padding-left: 3.3214285714rem !important;
  }
  .pdg-sp93 {
    padding: 6.6428571429rem !important;
  }
  .pdg-top-sp93 {
    padding-top: 6.6428571429rem !important;
  }
  .pdg-rgt-sp93 {
    padding-right: 6.6428571429rem !important;
  }
  .pdg-btm-sp93 {
    padding-bottom: 6.6428571429rem !important;
  }
  .pdg-lft-sp93 {
    padding-left: 6.6428571429rem !important;
  }
  .pdg94 {
    padding: 3.3571428571rem !important;
  }
  .pdg-top94 {
    padding-top: 3.3571428571rem !important;
  }
  .pdg-rgt94 {
    padding-right: 3.3571428571rem !important;
  }
  .pdg-btm94 {
    padding-bottom: 3.3571428571rem !important;
  }
  .pdg-lft94 {
    padding-left: 3.3571428571rem !important;
  }
  .pdg-sp94 {
    padding: 6.7142857143rem !important;
  }
  .pdg-top-sp94 {
    padding-top: 6.7142857143rem !important;
  }
  .pdg-rgt-sp94 {
    padding-right: 6.7142857143rem !important;
  }
  .pdg-btm-sp94 {
    padding-bottom: 6.7142857143rem !important;
  }
  .pdg-lft-sp94 {
    padding-left: 6.7142857143rem !important;
  }
  .pdg95 {
    padding: 3.3928571429rem !important;
  }
  .pdg-top95 {
    padding-top: 3.3928571429rem !important;
  }
  .pdg-rgt95 {
    padding-right: 3.3928571429rem !important;
  }
  .pdg-btm95 {
    padding-bottom: 3.3928571429rem !important;
  }
  .pdg-lft95 {
    padding-left: 3.3928571429rem !important;
  }
  .pdg-sp95 {
    padding: 6.7857142857rem !important;
  }
  .pdg-top-sp95 {
    padding-top: 6.7857142857rem !important;
  }
  .pdg-rgt-sp95 {
    padding-right: 6.7857142857rem !important;
  }
  .pdg-btm-sp95 {
    padding-bottom: 6.7857142857rem !important;
  }
  .pdg-lft-sp95 {
    padding-left: 6.7857142857rem !important;
  }
  .pdg96 {
    padding: 3.4285714286rem !important;
  }
  .pdg-top96 {
    padding-top: 3.4285714286rem !important;
  }
  .pdg-rgt96 {
    padding-right: 3.4285714286rem !important;
  }
  .pdg-btm96 {
    padding-bottom: 3.4285714286rem !important;
  }
  .pdg-lft96 {
    padding-left: 3.4285714286rem !important;
  }
  .pdg-sp96 {
    padding: 6.8571428571rem !important;
  }
  .pdg-top-sp96 {
    padding-top: 6.8571428571rem !important;
  }
  .pdg-rgt-sp96 {
    padding-right: 6.8571428571rem !important;
  }
  .pdg-btm-sp96 {
    padding-bottom: 6.8571428571rem !important;
  }
  .pdg-lft-sp96 {
    padding-left: 6.8571428571rem !important;
  }
  .pdg97 {
    padding: 3.4642857143rem !important;
  }
  .pdg-top97 {
    padding-top: 3.4642857143rem !important;
  }
  .pdg-rgt97 {
    padding-right: 3.4642857143rem !important;
  }
  .pdg-btm97 {
    padding-bottom: 3.4642857143rem !important;
  }
  .pdg-lft97 {
    padding-left: 3.4642857143rem !important;
  }
  .pdg-sp97 {
    padding: 6.9285714286rem !important;
  }
  .pdg-top-sp97 {
    padding-top: 6.9285714286rem !important;
  }
  .pdg-rgt-sp97 {
    padding-right: 6.9285714286rem !important;
  }
  .pdg-btm-sp97 {
    padding-bottom: 6.9285714286rem !important;
  }
  .pdg-lft-sp97 {
    padding-left: 6.9285714286rem !important;
  }
  .pdg98 {
    padding: 3.5rem !important;
  }
  .pdg-top98 {
    padding-top: 3.5rem !important;
  }
  .pdg-rgt98 {
    padding-right: 3.5rem !important;
  }
  .pdg-btm98 {
    padding-bottom: 3.5rem !important;
  }
  .pdg-lft98 {
    padding-left: 3.5rem !important;
  }
  .pdg-sp98 {
    padding: 7rem !important;
  }
  .pdg-top-sp98 {
    padding-top: 7rem !important;
  }
  .pdg-rgt-sp98 {
    padding-right: 7rem !important;
  }
  .pdg-btm-sp98 {
    padding-bottom: 7rem !important;
  }
  .pdg-lft-sp98 {
    padding-left: 7rem !important;
  }
  .pdg99 {
    padding: 3.5357142857rem !important;
  }
  .pdg-top99 {
    padding-top: 3.5357142857rem !important;
  }
  .pdg-rgt99 {
    padding-right: 3.5357142857rem !important;
  }
  .pdg-btm99 {
    padding-bottom: 3.5357142857rem !important;
  }
  .pdg-lft99 {
    padding-left: 3.5357142857rem !important;
  }
  .pdg-sp99 {
    padding: 7.0714285714rem !important;
  }
  .pdg-top-sp99 {
    padding-top: 7.0714285714rem !important;
  }
  .pdg-rgt-sp99 {
    padding-right: 7.0714285714rem !important;
  }
  .pdg-btm-sp99 {
    padding-bottom: 7.0714285714rem !important;
  }
  .pdg-lft-sp99 {
    padding-left: 7.0714285714rem !important;
  }
  .pdg100 {
    padding: 3.5714285714rem !important;
  }
  .pdg-top100 {
    padding-top: 3.5714285714rem !important;
  }
  .pdg-rgt100 {
    padding-right: 3.5714285714rem !important;
  }
  .pdg-btm100 {
    padding-bottom: 3.5714285714rem !important;
  }
  .pdg-lft100 {
    padding-left: 3.5714285714rem !important;
  }
  .pdg-sp100 {
    padding: 7.1428571429rem !important;
  }
  .pdg-top-sp100 {
    padding-top: 7.1428571429rem !important;
  }
  .pdg-rgt-sp100 {
    padding-right: 7.1428571429rem !important;
  }
  .pdg-btm-sp100 {
    padding-bottom: 7.1428571429rem !important;
  }
  .pdg-lft-sp100 {
    padding-left: 7.1428571429rem !important;
  }
  .pdg101 {
    padding: 3.6071428571rem !important;
  }
  .pdg-top101 {
    padding-top: 3.6071428571rem !important;
  }
  .pdg-rgt101 {
    padding-right: 3.6071428571rem !important;
  }
  .pdg-btm101 {
    padding-bottom: 3.6071428571rem !important;
  }
  .pdg-lft101 {
    padding-left: 3.6071428571rem !important;
  }
  .pdg-sp101 {
    padding: 7.2142857143rem !important;
  }
  .pdg-top-sp101 {
    padding-top: 7.2142857143rem !important;
  }
  .pdg-rgt-sp101 {
    padding-right: 7.2142857143rem !important;
  }
  .pdg-btm-sp101 {
    padding-bottom: 7.2142857143rem !important;
  }
  .pdg-lft-sp101 {
    padding-left: 7.2142857143rem !important;
  }
  .pdg102 {
    padding: 3.6428571429rem !important;
  }
  .pdg-top102 {
    padding-top: 3.6428571429rem !important;
  }
  .pdg-rgt102 {
    padding-right: 3.6428571429rem !important;
  }
  .pdg-btm102 {
    padding-bottom: 3.6428571429rem !important;
  }
  .pdg-lft102 {
    padding-left: 3.6428571429rem !important;
  }
  .pdg-sp102 {
    padding: 7.2857142857rem !important;
  }
  .pdg-top-sp102 {
    padding-top: 7.2857142857rem !important;
  }
  .pdg-rgt-sp102 {
    padding-right: 7.2857142857rem !important;
  }
  .pdg-btm-sp102 {
    padding-bottom: 7.2857142857rem !important;
  }
  .pdg-lft-sp102 {
    padding-left: 7.2857142857rem !important;
  }
  .pdg103 {
    padding: 3.6785714286rem !important;
  }
  .pdg-top103 {
    padding-top: 3.6785714286rem !important;
  }
  .pdg-rgt103 {
    padding-right: 3.6785714286rem !important;
  }
  .pdg-btm103 {
    padding-bottom: 3.6785714286rem !important;
  }
  .pdg-lft103 {
    padding-left: 3.6785714286rem !important;
  }
  .pdg-sp103 {
    padding: 7.3571428571rem !important;
  }
  .pdg-top-sp103 {
    padding-top: 7.3571428571rem !important;
  }
  .pdg-rgt-sp103 {
    padding-right: 7.3571428571rem !important;
  }
  .pdg-btm-sp103 {
    padding-bottom: 7.3571428571rem !important;
  }
  .pdg-lft-sp103 {
    padding-left: 7.3571428571rem !important;
  }
  .pdg104 {
    padding: 3.7142857143rem !important;
  }
  .pdg-top104 {
    padding-top: 3.7142857143rem !important;
  }
  .pdg-rgt104 {
    padding-right: 3.7142857143rem !important;
  }
  .pdg-btm104 {
    padding-bottom: 3.7142857143rem !important;
  }
  .pdg-lft104 {
    padding-left: 3.7142857143rem !important;
  }
  .pdg-sp104 {
    padding: 7.4285714286rem !important;
  }
  .pdg-top-sp104 {
    padding-top: 7.4285714286rem !important;
  }
  .pdg-rgt-sp104 {
    padding-right: 7.4285714286rem !important;
  }
  .pdg-btm-sp104 {
    padding-bottom: 7.4285714286rem !important;
  }
  .pdg-lft-sp104 {
    padding-left: 7.4285714286rem !important;
  }
  .pdg105 {
    padding: 3.75rem !important;
  }
  .pdg-top105 {
    padding-top: 3.75rem !important;
  }
  .pdg-rgt105 {
    padding-right: 3.75rem !important;
  }
  .pdg-btm105 {
    padding-bottom: 3.75rem !important;
  }
  .pdg-lft105 {
    padding-left: 3.75rem !important;
  }
  .pdg-sp105 {
    padding: 7.5rem !important;
  }
  .pdg-top-sp105 {
    padding-top: 7.5rem !important;
  }
  .pdg-rgt-sp105 {
    padding-right: 7.5rem !important;
  }
  .pdg-btm-sp105 {
    padding-bottom: 7.5rem !important;
  }
  .pdg-lft-sp105 {
    padding-left: 7.5rem !important;
  }
  .pdg106 {
    padding: 3.7857142857rem !important;
  }
  .pdg-top106 {
    padding-top: 3.7857142857rem !important;
  }
  .pdg-rgt106 {
    padding-right: 3.7857142857rem !important;
  }
  .pdg-btm106 {
    padding-bottom: 3.7857142857rem !important;
  }
  .pdg-lft106 {
    padding-left: 3.7857142857rem !important;
  }
  .pdg-sp106 {
    padding: 7.5714285714rem !important;
  }
  .pdg-top-sp106 {
    padding-top: 7.5714285714rem !important;
  }
  .pdg-rgt-sp106 {
    padding-right: 7.5714285714rem !important;
  }
  .pdg-btm-sp106 {
    padding-bottom: 7.5714285714rem !important;
  }
  .pdg-lft-sp106 {
    padding-left: 7.5714285714rem !important;
  }
  .pdg107 {
    padding: 3.8214285714rem !important;
  }
  .pdg-top107 {
    padding-top: 3.8214285714rem !important;
  }
  .pdg-rgt107 {
    padding-right: 3.8214285714rem !important;
  }
  .pdg-btm107 {
    padding-bottom: 3.8214285714rem !important;
  }
  .pdg-lft107 {
    padding-left: 3.8214285714rem !important;
  }
  .pdg-sp107 {
    padding: 7.6428571429rem !important;
  }
  .pdg-top-sp107 {
    padding-top: 7.6428571429rem !important;
  }
  .pdg-rgt-sp107 {
    padding-right: 7.6428571429rem !important;
  }
  .pdg-btm-sp107 {
    padding-bottom: 7.6428571429rem !important;
  }
  .pdg-lft-sp107 {
    padding-left: 7.6428571429rem !important;
  }
  .pdg108 {
    padding: 3.8571428571rem !important;
  }
  .pdg-top108 {
    padding-top: 3.8571428571rem !important;
  }
  .pdg-rgt108 {
    padding-right: 3.8571428571rem !important;
  }
  .pdg-btm108 {
    padding-bottom: 3.8571428571rem !important;
  }
  .pdg-lft108 {
    padding-left: 3.8571428571rem !important;
  }
  .pdg-sp108 {
    padding: 7.7142857143rem !important;
  }
  .pdg-top-sp108 {
    padding-top: 7.7142857143rem !important;
  }
  .pdg-rgt-sp108 {
    padding-right: 7.7142857143rem !important;
  }
  .pdg-btm-sp108 {
    padding-bottom: 7.7142857143rem !important;
  }
  .pdg-lft-sp108 {
    padding-left: 7.7142857143rem !important;
  }
  .pdg109 {
    padding: 3.8928571429rem !important;
  }
  .pdg-top109 {
    padding-top: 3.8928571429rem !important;
  }
  .pdg-rgt109 {
    padding-right: 3.8928571429rem !important;
  }
  .pdg-btm109 {
    padding-bottom: 3.8928571429rem !important;
  }
  .pdg-lft109 {
    padding-left: 3.8928571429rem !important;
  }
  .pdg-sp109 {
    padding: 7.7857142857rem !important;
  }
  .pdg-top-sp109 {
    padding-top: 7.7857142857rem !important;
  }
  .pdg-rgt-sp109 {
    padding-right: 7.7857142857rem !important;
  }
  .pdg-btm-sp109 {
    padding-bottom: 7.7857142857rem !important;
  }
  .pdg-lft-sp109 {
    padding-left: 7.7857142857rem !important;
  }
  .pdg110 {
    padding: 3.9285714286rem !important;
  }
  .pdg-top110 {
    padding-top: 3.9285714286rem !important;
  }
  .pdg-rgt110 {
    padding-right: 3.9285714286rem !important;
  }
  .pdg-btm110 {
    padding-bottom: 3.9285714286rem !important;
  }
  .pdg-lft110 {
    padding-left: 3.9285714286rem !important;
  }
  .pdg-sp110 {
    padding: 7.8571428571rem !important;
  }
  .pdg-top-sp110 {
    padding-top: 7.8571428571rem !important;
  }
  .pdg-rgt-sp110 {
    padding-right: 7.8571428571rem !important;
  }
  .pdg-btm-sp110 {
    padding-bottom: 7.8571428571rem !important;
  }
  .pdg-lft-sp110 {
    padding-left: 7.8571428571rem !important;
  }
  .pdg111 {
    padding: 3.9642857143rem !important;
  }
  .pdg-top111 {
    padding-top: 3.9642857143rem !important;
  }
  .pdg-rgt111 {
    padding-right: 3.9642857143rem !important;
  }
  .pdg-btm111 {
    padding-bottom: 3.9642857143rem !important;
  }
  .pdg-lft111 {
    padding-left: 3.9642857143rem !important;
  }
  .pdg-sp111 {
    padding: 7.9285714286rem !important;
  }
  .pdg-top-sp111 {
    padding-top: 7.9285714286rem !important;
  }
  .pdg-rgt-sp111 {
    padding-right: 7.9285714286rem !important;
  }
  .pdg-btm-sp111 {
    padding-bottom: 7.9285714286rem !important;
  }
  .pdg-lft-sp111 {
    padding-left: 7.9285714286rem !important;
  }
  .pdg112 {
    padding: 4rem !important;
  }
  .pdg-top112 {
    padding-top: 4rem !important;
  }
  .pdg-rgt112 {
    padding-right: 4rem !important;
  }
  .pdg-btm112 {
    padding-bottom: 4rem !important;
  }
  .pdg-lft112 {
    padding-left: 4rem !important;
  }
  .pdg-sp112 {
    padding: 8rem !important;
  }
  .pdg-top-sp112 {
    padding-top: 8rem !important;
  }
  .pdg-rgt-sp112 {
    padding-right: 8rem !important;
  }
  .pdg-btm-sp112 {
    padding-bottom: 8rem !important;
  }
  .pdg-lft-sp112 {
    padding-left: 8rem !important;
  }
  .pdg113 {
    padding: 4.0357142857rem !important;
  }
  .pdg-top113 {
    padding-top: 4.0357142857rem !important;
  }
  .pdg-rgt113 {
    padding-right: 4.0357142857rem !important;
  }
  .pdg-btm113 {
    padding-bottom: 4.0357142857rem !important;
  }
  .pdg-lft113 {
    padding-left: 4.0357142857rem !important;
  }
  .pdg-sp113 {
    padding: 8.0714285714rem !important;
  }
  .pdg-top-sp113 {
    padding-top: 8.0714285714rem !important;
  }
  .pdg-rgt-sp113 {
    padding-right: 8.0714285714rem !important;
  }
  .pdg-btm-sp113 {
    padding-bottom: 8.0714285714rem !important;
  }
  .pdg-lft-sp113 {
    padding-left: 8.0714285714rem !important;
  }
  .pdg114 {
    padding: 4.0714285714rem !important;
  }
  .pdg-top114 {
    padding-top: 4.0714285714rem !important;
  }
  .pdg-rgt114 {
    padding-right: 4.0714285714rem !important;
  }
  .pdg-btm114 {
    padding-bottom: 4.0714285714rem !important;
  }
  .pdg-lft114 {
    padding-left: 4.0714285714rem !important;
  }
  .pdg-sp114 {
    padding: 8.1428571429rem !important;
  }
  .pdg-top-sp114 {
    padding-top: 8.1428571429rem !important;
  }
  .pdg-rgt-sp114 {
    padding-right: 8.1428571429rem !important;
  }
  .pdg-btm-sp114 {
    padding-bottom: 8.1428571429rem !important;
  }
  .pdg-lft-sp114 {
    padding-left: 8.1428571429rem !important;
  }
  .pdg115 {
    padding: 4.1071428571rem !important;
  }
  .pdg-top115 {
    padding-top: 4.1071428571rem !important;
  }
  .pdg-rgt115 {
    padding-right: 4.1071428571rem !important;
  }
  .pdg-btm115 {
    padding-bottom: 4.1071428571rem !important;
  }
  .pdg-lft115 {
    padding-left: 4.1071428571rem !important;
  }
  .pdg-sp115 {
    padding: 8.2142857143rem !important;
  }
  .pdg-top-sp115 {
    padding-top: 8.2142857143rem !important;
  }
  .pdg-rgt-sp115 {
    padding-right: 8.2142857143rem !important;
  }
  .pdg-btm-sp115 {
    padding-bottom: 8.2142857143rem !important;
  }
  .pdg-lft-sp115 {
    padding-left: 8.2142857143rem !important;
  }
  .pdg116 {
    padding: 4.1428571429rem !important;
  }
  .pdg-top116 {
    padding-top: 4.1428571429rem !important;
  }
  .pdg-rgt116 {
    padding-right: 4.1428571429rem !important;
  }
  .pdg-btm116 {
    padding-bottom: 4.1428571429rem !important;
  }
  .pdg-lft116 {
    padding-left: 4.1428571429rem !important;
  }
  .pdg-sp116 {
    padding: 8.2857142857rem !important;
  }
  .pdg-top-sp116 {
    padding-top: 8.2857142857rem !important;
  }
  .pdg-rgt-sp116 {
    padding-right: 8.2857142857rem !important;
  }
  .pdg-btm-sp116 {
    padding-bottom: 8.2857142857rem !important;
  }
  .pdg-lft-sp116 {
    padding-left: 8.2857142857rem !important;
  }
  .pdg117 {
    padding: 4.1785714286rem !important;
  }
  .pdg-top117 {
    padding-top: 4.1785714286rem !important;
  }
  .pdg-rgt117 {
    padding-right: 4.1785714286rem !important;
  }
  .pdg-btm117 {
    padding-bottom: 4.1785714286rem !important;
  }
  .pdg-lft117 {
    padding-left: 4.1785714286rem !important;
  }
  .pdg-sp117 {
    padding: 8.3571428571rem !important;
  }
  .pdg-top-sp117 {
    padding-top: 8.3571428571rem !important;
  }
  .pdg-rgt-sp117 {
    padding-right: 8.3571428571rem !important;
  }
  .pdg-btm-sp117 {
    padding-bottom: 8.3571428571rem !important;
  }
  .pdg-lft-sp117 {
    padding-left: 8.3571428571rem !important;
  }
  .pdg118 {
    padding: 4.2142857143rem !important;
  }
  .pdg-top118 {
    padding-top: 4.2142857143rem !important;
  }
  .pdg-rgt118 {
    padding-right: 4.2142857143rem !important;
  }
  .pdg-btm118 {
    padding-bottom: 4.2142857143rem !important;
  }
  .pdg-lft118 {
    padding-left: 4.2142857143rem !important;
  }
  .pdg-sp118 {
    padding: 8.4285714286rem !important;
  }
  .pdg-top-sp118 {
    padding-top: 8.4285714286rem !important;
  }
  .pdg-rgt-sp118 {
    padding-right: 8.4285714286rem !important;
  }
  .pdg-btm-sp118 {
    padding-bottom: 8.4285714286rem !important;
  }
  .pdg-lft-sp118 {
    padding-left: 8.4285714286rem !important;
  }
  .pdg119 {
    padding: 4.25rem !important;
  }
  .pdg-top119 {
    padding-top: 4.25rem !important;
  }
  .pdg-rgt119 {
    padding-right: 4.25rem !important;
  }
  .pdg-btm119 {
    padding-bottom: 4.25rem !important;
  }
  .pdg-lft119 {
    padding-left: 4.25rem !important;
  }
  .pdg-sp119 {
    padding: 8.5rem !important;
  }
  .pdg-top-sp119 {
    padding-top: 8.5rem !important;
  }
  .pdg-rgt-sp119 {
    padding-right: 8.5rem !important;
  }
  .pdg-btm-sp119 {
    padding-bottom: 8.5rem !important;
  }
  .pdg-lft-sp119 {
    padding-left: 8.5rem !important;
  }
  .pdg120 {
    padding: 4.2857142857rem !important;
  }
  .pdg-top120 {
    padding-top: 4.2857142857rem !important;
  }
  .pdg-rgt120 {
    padding-right: 4.2857142857rem !important;
  }
  .pdg-btm120 {
    padding-bottom: 4.2857142857rem !important;
  }
  .pdg-lft120 {
    padding-left: 4.2857142857rem !important;
  }
  .pdg-sp120 {
    padding: 8.5714285714rem !important;
  }
  .pdg-top-sp120 {
    padding-top: 8.5714285714rem !important;
  }
  .pdg-rgt-sp120 {
    padding-right: 8.5714285714rem !important;
  }
  .pdg-btm-sp120 {
    padding-bottom: 8.5714285714rem !important;
  }
  .pdg-lft-sp120 {
    padding-left: 8.5714285714rem !important;
  }
  .pdg121 {
    padding: 4.3214285714rem !important;
  }
  .pdg-top121 {
    padding-top: 4.3214285714rem !important;
  }
  .pdg-rgt121 {
    padding-right: 4.3214285714rem !important;
  }
  .pdg-btm121 {
    padding-bottom: 4.3214285714rem !important;
  }
  .pdg-lft121 {
    padding-left: 4.3214285714rem !important;
  }
  .pdg-sp121 {
    padding: 8.6428571429rem !important;
  }
  .pdg-top-sp121 {
    padding-top: 8.6428571429rem !important;
  }
  .pdg-rgt-sp121 {
    padding-right: 8.6428571429rem !important;
  }
  .pdg-btm-sp121 {
    padding-bottom: 8.6428571429rem !important;
  }
  .pdg-lft-sp121 {
    padding-left: 8.6428571429rem !important;
  }
  .pdg122 {
    padding: 4.3571428571rem !important;
  }
  .pdg-top122 {
    padding-top: 4.3571428571rem !important;
  }
  .pdg-rgt122 {
    padding-right: 4.3571428571rem !important;
  }
  .pdg-btm122 {
    padding-bottom: 4.3571428571rem !important;
  }
  .pdg-lft122 {
    padding-left: 4.3571428571rem !important;
  }
  .pdg-sp122 {
    padding: 8.7142857143rem !important;
  }
  .pdg-top-sp122 {
    padding-top: 8.7142857143rem !important;
  }
  .pdg-rgt-sp122 {
    padding-right: 8.7142857143rem !important;
  }
  .pdg-btm-sp122 {
    padding-bottom: 8.7142857143rem !important;
  }
  .pdg-lft-sp122 {
    padding-left: 8.7142857143rem !important;
  }
  .pdg123 {
    padding: 4.3928571429rem !important;
  }
  .pdg-top123 {
    padding-top: 4.3928571429rem !important;
  }
  .pdg-rgt123 {
    padding-right: 4.3928571429rem !important;
  }
  .pdg-btm123 {
    padding-bottom: 4.3928571429rem !important;
  }
  .pdg-lft123 {
    padding-left: 4.3928571429rem !important;
  }
  .pdg-sp123 {
    padding: 8.7857142857rem !important;
  }
  .pdg-top-sp123 {
    padding-top: 8.7857142857rem !important;
  }
  .pdg-rgt-sp123 {
    padding-right: 8.7857142857rem !important;
  }
  .pdg-btm-sp123 {
    padding-bottom: 8.7857142857rem !important;
  }
  .pdg-lft-sp123 {
    padding-left: 8.7857142857rem !important;
  }
  .pdg124 {
    padding: 4.4285714286rem !important;
  }
  .pdg-top124 {
    padding-top: 4.4285714286rem !important;
  }
  .pdg-rgt124 {
    padding-right: 4.4285714286rem !important;
  }
  .pdg-btm124 {
    padding-bottom: 4.4285714286rem !important;
  }
  .pdg-lft124 {
    padding-left: 4.4285714286rem !important;
  }
  .pdg-sp124 {
    padding: 8.8571428571rem !important;
  }
  .pdg-top-sp124 {
    padding-top: 8.8571428571rem !important;
  }
  .pdg-rgt-sp124 {
    padding-right: 8.8571428571rem !important;
  }
  .pdg-btm-sp124 {
    padding-bottom: 8.8571428571rem !important;
  }
  .pdg-lft-sp124 {
    padding-left: 8.8571428571rem !important;
  }
  .pdg125 {
    padding: 4.4642857143rem !important;
  }
  .pdg-top125 {
    padding-top: 4.4642857143rem !important;
  }
  .pdg-rgt125 {
    padding-right: 4.4642857143rem !important;
  }
  .pdg-btm125 {
    padding-bottom: 4.4642857143rem !important;
  }
  .pdg-lft125 {
    padding-left: 4.4642857143rem !important;
  }
  .pdg-sp125 {
    padding: 8.9285714286rem !important;
  }
  .pdg-top-sp125 {
    padding-top: 8.9285714286rem !important;
  }
  .pdg-rgt-sp125 {
    padding-right: 8.9285714286rem !important;
  }
  .pdg-btm-sp125 {
    padding-bottom: 8.9285714286rem !important;
  }
  .pdg-lft-sp125 {
    padding-left: 8.9285714286rem !important;
  }
  .pdg126 {
    padding: 4.5rem !important;
  }
  .pdg-top126 {
    padding-top: 4.5rem !important;
  }
  .pdg-rgt126 {
    padding-right: 4.5rem !important;
  }
  .pdg-btm126 {
    padding-bottom: 4.5rem !important;
  }
  .pdg-lft126 {
    padding-left: 4.5rem !important;
  }
  .pdg-sp126 {
    padding: 9rem !important;
  }
  .pdg-top-sp126 {
    padding-top: 9rem !important;
  }
  .pdg-rgt-sp126 {
    padding-right: 9rem !important;
  }
  .pdg-btm-sp126 {
    padding-bottom: 9rem !important;
  }
  .pdg-lft-sp126 {
    padding-left: 9rem !important;
  }
  .pdg127 {
    padding: 4.5357142857rem !important;
  }
  .pdg-top127 {
    padding-top: 4.5357142857rem !important;
  }
  .pdg-rgt127 {
    padding-right: 4.5357142857rem !important;
  }
  .pdg-btm127 {
    padding-bottom: 4.5357142857rem !important;
  }
  .pdg-lft127 {
    padding-left: 4.5357142857rem !important;
  }
  .pdg-sp127 {
    padding: 9.0714285714rem !important;
  }
  .pdg-top-sp127 {
    padding-top: 9.0714285714rem !important;
  }
  .pdg-rgt-sp127 {
    padding-right: 9.0714285714rem !important;
  }
  .pdg-btm-sp127 {
    padding-bottom: 9.0714285714rem !important;
  }
  .pdg-lft-sp127 {
    padding-left: 9.0714285714rem !important;
  }
  .pdg128 {
    padding: 4.5714285714rem !important;
  }
  .pdg-top128 {
    padding-top: 4.5714285714rem !important;
  }
  .pdg-rgt128 {
    padding-right: 4.5714285714rem !important;
  }
  .pdg-btm128 {
    padding-bottom: 4.5714285714rem !important;
  }
  .pdg-lft128 {
    padding-left: 4.5714285714rem !important;
  }
  .pdg-sp128 {
    padding: 9.1428571429rem !important;
  }
  .pdg-top-sp128 {
    padding-top: 9.1428571429rem !important;
  }
  .pdg-rgt-sp128 {
    padding-right: 9.1428571429rem !important;
  }
  .pdg-btm-sp128 {
    padding-bottom: 9.1428571429rem !important;
  }
  .pdg-lft-sp128 {
    padding-left: 9.1428571429rem !important;
  }
  .pdg129 {
    padding: 4.6071428571rem !important;
  }
  .pdg-top129 {
    padding-top: 4.6071428571rem !important;
  }
  .pdg-rgt129 {
    padding-right: 4.6071428571rem !important;
  }
  .pdg-btm129 {
    padding-bottom: 4.6071428571rem !important;
  }
  .pdg-lft129 {
    padding-left: 4.6071428571rem !important;
  }
  .pdg-sp129 {
    padding: 9.2142857143rem !important;
  }
  .pdg-top-sp129 {
    padding-top: 9.2142857143rem !important;
  }
  .pdg-rgt-sp129 {
    padding-right: 9.2142857143rem !important;
  }
  .pdg-btm-sp129 {
    padding-bottom: 9.2142857143rem !important;
  }
  .pdg-lft-sp129 {
    padding-left: 9.2142857143rem !important;
  }
  .pdg130 {
    padding: 4.6428571429rem !important;
  }
  .pdg-top130 {
    padding-top: 4.6428571429rem !important;
  }
  .pdg-rgt130 {
    padding-right: 4.6428571429rem !important;
  }
  .pdg-btm130 {
    padding-bottom: 4.6428571429rem !important;
  }
  .pdg-lft130 {
    padding-left: 4.6428571429rem !important;
  }
  .pdg-sp130 {
    padding: 9.2857142857rem !important;
  }
  .pdg-top-sp130 {
    padding-top: 9.2857142857rem !important;
  }
  .pdg-rgt-sp130 {
    padding-right: 9.2857142857rem !important;
  }
  .pdg-btm-sp130 {
    padding-bottom: 9.2857142857rem !important;
  }
  .pdg-lft-sp130 {
    padding-left: 9.2857142857rem !important;
  }
  .pdg131 {
    padding: 4.6785714286rem !important;
  }
  .pdg-top131 {
    padding-top: 4.6785714286rem !important;
  }
  .pdg-rgt131 {
    padding-right: 4.6785714286rem !important;
  }
  .pdg-btm131 {
    padding-bottom: 4.6785714286rem !important;
  }
  .pdg-lft131 {
    padding-left: 4.6785714286rem !important;
  }
  .pdg-sp131 {
    padding: 9.3571428571rem !important;
  }
  .pdg-top-sp131 {
    padding-top: 9.3571428571rem !important;
  }
  .pdg-rgt-sp131 {
    padding-right: 9.3571428571rem !important;
  }
  .pdg-btm-sp131 {
    padding-bottom: 9.3571428571rem !important;
  }
  .pdg-lft-sp131 {
    padding-left: 9.3571428571rem !important;
  }
  .pdg132 {
    padding: 4.7142857143rem !important;
  }
  .pdg-top132 {
    padding-top: 4.7142857143rem !important;
  }
  .pdg-rgt132 {
    padding-right: 4.7142857143rem !important;
  }
  .pdg-btm132 {
    padding-bottom: 4.7142857143rem !important;
  }
  .pdg-lft132 {
    padding-left: 4.7142857143rem !important;
  }
  .pdg-sp132 {
    padding: 9.4285714286rem !important;
  }
  .pdg-top-sp132 {
    padding-top: 9.4285714286rem !important;
  }
  .pdg-rgt-sp132 {
    padding-right: 9.4285714286rem !important;
  }
  .pdg-btm-sp132 {
    padding-bottom: 9.4285714286rem !important;
  }
  .pdg-lft-sp132 {
    padding-left: 9.4285714286rem !important;
  }
  .pdg133 {
    padding: 4.75rem !important;
  }
  .pdg-top133 {
    padding-top: 4.75rem !important;
  }
  .pdg-rgt133 {
    padding-right: 4.75rem !important;
  }
  .pdg-btm133 {
    padding-bottom: 4.75rem !important;
  }
  .pdg-lft133 {
    padding-left: 4.75rem !important;
  }
  .pdg-sp133 {
    padding: 9.5rem !important;
  }
  .pdg-top-sp133 {
    padding-top: 9.5rem !important;
  }
  .pdg-rgt-sp133 {
    padding-right: 9.5rem !important;
  }
  .pdg-btm-sp133 {
    padding-bottom: 9.5rem !important;
  }
  .pdg-lft-sp133 {
    padding-left: 9.5rem !important;
  }
  .pdg134 {
    padding: 4.7857142857rem !important;
  }
  .pdg-top134 {
    padding-top: 4.7857142857rem !important;
  }
  .pdg-rgt134 {
    padding-right: 4.7857142857rem !important;
  }
  .pdg-btm134 {
    padding-bottom: 4.7857142857rem !important;
  }
  .pdg-lft134 {
    padding-left: 4.7857142857rem !important;
  }
  .pdg-sp134 {
    padding: 9.5714285714rem !important;
  }
  .pdg-top-sp134 {
    padding-top: 9.5714285714rem !important;
  }
  .pdg-rgt-sp134 {
    padding-right: 9.5714285714rem !important;
  }
  .pdg-btm-sp134 {
    padding-bottom: 9.5714285714rem !important;
  }
  .pdg-lft-sp134 {
    padding-left: 9.5714285714rem !important;
  }
  .pdg135 {
    padding: 4.8214285714rem !important;
  }
  .pdg-top135 {
    padding-top: 4.8214285714rem !important;
  }
  .pdg-rgt135 {
    padding-right: 4.8214285714rem !important;
  }
  .pdg-btm135 {
    padding-bottom: 4.8214285714rem !important;
  }
  .pdg-lft135 {
    padding-left: 4.8214285714rem !important;
  }
  .pdg-sp135 {
    padding: 9.6428571429rem !important;
  }
  .pdg-top-sp135 {
    padding-top: 9.6428571429rem !important;
  }
  .pdg-rgt-sp135 {
    padding-right: 9.6428571429rem !important;
  }
  .pdg-btm-sp135 {
    padding-bottom: 9.6428571429rem !important;
  }
  .pdg-lft-sp135 {
    padding-left: 9.6428571429rem !important;
  }
  .pdg136 {
    padding: 4.8571428571rem !important;
  }
  .pdg-top136 {
    padding-top: 4.8571428571rem !important;
  }
  .pdg-rgt136 {
    padding-right: 4.8571428571rem !important;
  }
  .pdg-btm136 {
    padding-bottom: 4.8571428571rem !important;
  }
  .pdg-lft136 {
    padding-left: 4.8571428571rem !important;
  }
  .pdg-sp136 {
    padding: 9.7142857143rem !important;
  }
  .pdg-top-sp136 {
    padding-top: 9.7142857143rem !important;
  }
  .pdg-rgt-sp136 {
    padding-right: 9.7142857143rem !important;
  }
  .pdg-btm-sp136 {
    padding-bottom: 9.7142857143rem !important;
  }
  .pdg-lft-sp136 {
    padding-left: 9.7142857143rem !important;
  }
  .pdg137 {
    padding: 4.8928571429rem !important;
  }
  .pdg-top137 {
    padding-top: 4.8928571429rem !important;
  }
  .pdg-rgt137 {
    padding-right: 4.8928571429rem !important;
  }
  .pdg-btm137 {
    padding-bottom: 4.8928571429rem !important;
  }
  .pdg-lft137 {
    padding-left: 4.8928571429rem !important;
  }
  .pdg-sp137 {
    padding: 9.7857142857rem !important;
  }
  .pdg-top-sp137 {
    padding-top: 9.7857142857rem !important;
  }
  .pdg-rgt-sp137 {
    padding-right: 9.7857142857rem !important;
  }
  .pdg-btm-sp137 {
    padding-bottom: 9.7857142857rem !important;
  }
  .pdg-lft-sp137 {
    padding-left: 9.7857142857rem !important;
  }
  .pdg138 {
    padding: 4.9285714286rem !important;
  }
  .pdg-top138 {
    padding-top: 4.9285714286rem !important;
  }
  .pdg-rgt138 {
    padding-right: 4.9285714286rem !important;
  }
  .pdg-btm138 {
    padding-bottom: 4.9285714286rem !important;
  }
  .pdg-lft138 {
    padding-left: 4.9285714286rem !important;
  }
  .pdg-sp138 {
    padding: 9.8571428571rem !important;
  }
  .pdg-top-sp138 {
    padding-top: 9.8571428571rem !important;
  }
  .pdg-rgt-sp138 {
    padding-right: 9.8571428571rem !important;
  }
  .pdg-btm-sp138 {
    padding-bottom: 9.8571428571rem !important;
  }
  .pdg-lft-sp138 {
    padding-left: 9.8571428571rem !important;
  }
  .pdg139 {
    padding: 4.9642857143rem !important;
  }
  .pdg-top139 {
    padding-top: 4.9642857143rem !important;
  }
  .pdg-rgt139 {
    padding-right: 4.9642857143rem !important;
  }
  .pdg-btm139 {
    padding-bottom: 4.9642857143rem !important;
  }
  .pdg-lft139 {
    padding-left: 4.9642857143rem !important;
  }
  .pdg-sp139 {
    padding: 9.9285714286rem !important;
  }
  .pdg-top-sp139 {
    padding-top: 9.9285714286rem !important;
  }
  .pdg-rgt-sp139 {
    padding-right: 9.9285714286rem !important;
  }
  .pdg-btm-sp139 {
    padding-bottom: 9.9285714286rem !important;
  }
  .pdg-lft-sp139 {
    padding-left: 9.9285714286rem !important;
  }
  .pdg140 {
    padding: 5rem !important;
  }
  .pdg-top140 {
    padding-top: 5rem !important;
  }
  .pdg-rgt140 {
    padding-right: 5rem !important;
  }
  .pdg-btm140 {
    padding-bottom: 5rem !important;
  }
  .pdg-lft140 {
    padding-left: 5rem !important;
  }
  .pdg-sp140 {
    padding: 10rem !important;
  }
  .pdg-top-sp140 {
    padding-top: 10rem !important;
  }
  .pdg-rgt-sp140 {
    padding-right: 10rem !important;
  }
  .pdg-btm-sp140 {
    padding-bottom: 10rem !important;
  }
  .pdg-lft-sp140 {
    padding-left: 10rem !important;
  }
  .pdg141 {
    padding: 5.0357142857rem !important;
  }
  .pdg-top141 {
    padding-top: 5.0357142857rem !important;
  }
  .pdg-rgt141 {
    padding-right: 5.0357142857rem !important;
  }
  .pdg-btm141 {
    padding-bottom: 5.0357142857rem !important;
  }
  .pdg-lft141 {
    padding-left: 5.0357142857rem !important;
  }
  .pdg-sp141 {
    padding: 10.0714285714rem !important;
  }
  .pdg-top-sp141 {
    padding-top: 10.0714285714rem !important;
  }
  .pdg-rgt-sp141 {
    padding-right: 10.0714285714rem !important;
  }
  .pdg-btm-sp141 {
    padding-bottom: 10.0714285714rem !important;
  }
  .pdg-lft-sp141 {
    padding-left: 10.0714285714rem !important;
  }
  .pdg142 {
    padding: 5.0714285714rem !important;
  }
  .pdg-top142 {
    padding-top: 5.0714285714rem !important;
  }
  .pdg-rgt142 {
    padding-right: 5.0714285714rem !important;
  }
  .pdg-btm142 {
    padding-bottom: 5.0714285714rem !important;
  }
  .pdg-lft142 {
    padding-left: 5.0714285714rem !important;
  }
  .pdg-sp142 {
    padding: 10.1428571429rem !important;
  }
  .pdg-top-sp142 {
    padding-top: 10.1428571429rem !important;
  }
  .pdg-rgt-sp142 {
    padding-right: 10.1428571429rem !important;
  }
  .pdg-btm-sp142 {
    padding-bottom: 10.1428571429rem !important;
  }
  .pdg-lft-sp142 {
    padding-left: 10.1428571429rem !important;
  }
  .pdg143 {
    padding: 5.1071428571rem !important;
  }
  .pdg-top143 {
    padding-top: 5.1071428571rem !important;
  }
  .pdg-rgt143 {
    padding-right: 5.1071428571rem !important;
  }
  .pdg-btm143 {
    padding-bottom: 5.1071428571rem !important;
  }
  .pdg-lft143 {
    padding-left: 5.1071428571rem !important;
  }
  .pdg-sp143 {
    padding: 10.2142857143rem !important;
  }
  .pdg-top-sp143 {
    padding-top: 10.2142857143rem !important;
  }
  .pdg-rgt-sp143 {
    padding-right: 10.2142857143rem !important;
  }
  .pdg-btm-sp143 {
    padding-bottom: 10.2142857143rem !important;
  }
  .pdg-lft-sp143 {
    padding-left: 10.2142857143rem !important;
  }
  .pdg144 {
    padding: 5.1428571429rem !important;
  }
  .pdg-top144 {
    padding-top: 5.1428571429rem !important;
  }
  .pdg-rgt144 {
    padding-right: 5.1428571429rem !important;
  }
  .pdg-btm144 {
    padding-bottom: 5.1428571429rem !important;
  }
  .pdg-lft144 {
    padding-left: 5.1428571429rem !important;
  }
  .pdg-sp144 {
    padding: 10.2857142857rem !important;
  }
  .pdg-top-sp144 {
    padding-top: 10.2857142857rem !important;
  }
  .pdg-rgt-sp144 {
    padding-right: 10.2857142857rem !important;
  }
  .pdg-btm-sp144 {
    padding-bottom: 10.2857142857rem !important;
  }
  .pdg-lft-sp144 {
    padding-left: 10.2857142857rem !important;
  }
  .pdg145 {
    padding: 5.1785714286rem !important;
  }
  .pdg-top145 {
    padding-top: 5.1785714286rem !important;
  }
  .pdg-rgt145 {
    padding-right: 5.1785714286rem !important;
  }
  .pdg-btm145 {
    padding-bottom: 5.1785714286rem !important;
  }
  .pdg-lft145 {
    padding-left: 5.1785714286rem !important;
  }
  .pdg-sp145 {
    padding: 10.3571428571rem !important;
  }
  .pdg-top-sp145 {
    padding-top: 10.3571428571rem !important;
  }
  .pdg-rgt-sp145 {
    padding-right: 10.3571428571rem !important;
  }
  .pdg-btm-sp145 {
    padding-bottom: 10.3571428571rem !important;
  }
  .pdg-lft-sp145 {
    padding-left: 10.3571428571rem !important;
  }
  .pdg146 {
    padding: 5.2142857143rem !important;
  }
  .pdg-top146 {
    padding-top: 5.2142857143rem !important;
  }
  .pdg-rgt146 {
    padding-right: 5.2142857143rem !important;
  }
  .pdg-btm146 {
    padding-bottom: 5.2142857143rem !important;
  }
  .pdg-lft146 {
    padding-left: 5.2142857143rem !important;
  }
  .pdg-sp146 {
    padding: 10.4285714286rem !important;
  }
  .pdg-top-sp146 {
    padding-top: 10.4285714286rem !important;
  }
  .pdg-rgt-sp146 {
    padding-right: 10.4285714286rem !important;
  }
  .pdg-btm-sp146 {
    padding-bottom: 10.4285714286rem !important;
  }
  .pdg-lft-sp146 {
    padding-left: 10.4285714286rem !important;
  }
  .pdg147 {
    padding: 5.25rem !important;
  }
  .pdg-top147 {
    padding-top: 5.25rem !important;
  }
  .pdg-rgt147 {
    padding-right: 5.25rem !important;
  }
  .pdg-btm147 {
    padding-bottom: 5.25rem !important;
  }
  .pdg-lft147 {
    padding-left: 5.25rem !important;
  }
  .pdg-sp147 {
    padding: 10.5rem !important;
  }
  .pdg-top-sp147 {
    padding-top: 10.5rem !important;
  }
  .pdg-rgt-sp147 {
    padding-right: 10.5rem !important;
  }
  .pdg-btm-sp147 {
    padding-bottom: 10.5rem !important;
  }
  .pdg-lft-sp147 {
    padding-left: 10.5rem !important;
  }
  .pdg148 {
    padding: 5.2857142857rem !important;
  }
  .pdg-top148 {
    padding-top: 5.2857142857rem !important;
  }
  .pdg-rgt148 {
    padding-right: 5.2857142857rem !important;
  }
  .pdg-btm148 {
    padding-bottom: 5.2857142857rem !important;
  }
  .pdg-lft148 {
    padding-left: 5.2857142857rem !important;
  }
  .pdg-sp148 {
    padding: 10.5714285714rem !important;
  }
  .pdg-top-sp148 {
    padding-top: 10.5714285714rem !important;
  }
  .pdg-rgt-sp148 {
    padding-right: 10.5714285714rem !important;
  }
  .pdg-btm-sp148 {
    padding-bottom: 10.5714285714rem !important;
  }
  .pdg-lft-sp148 {
    padding-left: 10.5714285714rem !important;
  }
  .pdg149 {
    padding: 5.3214285714rem !important;
  }
  .pdg-top149 {
    padding-top: 5.3214285714rem !important;
  }
  .pdg-rgt149 {
    padding-right: 5.3214285714rem !important;
  }
  .pdg-btm149 {
    padding-bottom: 5.3214285714rem !important;
  }
  .pdg-lft149 {
    padding-left: 5.3214285714rem !important;
  }
  .pdg-sp149 {
    padding: 10.6428571429rem !important;
  }
  .pdg-top-sp149 {
    padding-top: 10.6428571429rem !important;
  }
  .pdg-rgt-sp149 {
    padding-right: 10.6428571429rem !important;
  }
  .pdg-btm-sp149 {
    padding-bottom: 10.6428571429rem !important;
  }
  .pdg-lft-sp149 {
    padding-left: 10.6428571429rem !important;
  }
  .pdg150 {
    padding: 5.3571428571rem !important;
  }
  .pdg-top150 {
    padding-top: 5.3571428571rem !important;
  }
  .pdg-rgt150 {
    padding-right: 5.3571428571rem !important;
  }
  .pdg-btm150 {
    padding-bottom: 5.3571428571rem !important;
  }
  .pdg-lft150 {
    padding-left: 5.3571428571rem !important;
  }
  .pdg-sp150 {
    padding: 10.7142857143rem !important;
  }
  .pdg-top-sp150 {
    padding-top: 10.7142857143rem !important;
  }
  .pdg-rgt-sp150 {
    padding-right: 10.7142857143rem !important;
  }
  .pdg-btm-sp150 {
    padding-bottom: 10.7142857143rem !important;
  }
  .pdg-lft-sp150 {
    padding-left: 10.7142857143rem !important;
  }
  .pdg151 {
    padding: 5.3928571429rem !important;
  }
  .pdg-top151 {
    padding-top: 5.3928571429rem !important;
  }
  .pdg-rgt151 {
    padding-right: 5.3928571429rem !important;
  }
  .pdg-btm151 {
    padding-bottom: 5.3928571429rem !important;
  }
  .pdg-lft151 {
    padding-left: 5.3928571429rem !important;
  }
  .pdg-sp151 {
    padding: 10.7857142857rem !important;
  }
  .pdg-top-sp151 {
    padding-top: 10.7857142857rem !important;
  }
  .pdg-rgt-sp151 {
    padding-right: 10.7857142857rem !important;
  }
  .pdg-btm-sp151 {
    padding-bottom: 10.7857142857rem !important;
  }
  .pdg-lft-sp151 {
    padding-left: 10.7857142857rem !important;
  }
  .pdg152 {
    padding: 5.4285714286rem !important;
  }
  .pdg-top152 {
    padding-top: 5.4285714286rem !important;
  }
  .pdg-rgt152 {
    padding-right: 5.4285714286rem !important;
  }
  .pdg-btm152 {
    padding-bottom: 5.4285714286rem !important;
  }
  .pdg-lft152 {
    padding-left: 5.4285714286rem !important;
  }
  .pdg-sp152 {
    padding: 10.8571428571rem !important;
  }
  .pdg-top-sp152 {
    padding-top: 10.8571428571rem !important;
  }
  .pdg-rgt-sp152 {
    padding-right: 10.8571428571rem !important;
  }
  .pdg-btm-sp152 {
    padding-bottom: 10.8571428571rem !important;
  }
  .pdg-lft-sp152 {
    padding-left: 10.8571428571rem !important;
  }
  .pdg153 {
    padding: 5.4642857143rem !important;
  }
  .pdg-top153 {
    padding-top: 5.4642857143rem !important;
  }
  .pdg-rgt153 {
    padding-right: 5.4642857143rem !important;
  }
  .pdg-btm153 {
    padding-bottom: 5.4642857143rem !important;
  }
  .pdg-lft153 {
    padding-left: 5.4642857143rem !important;
  }
  .pdg-sp153 {
    padding: 10.9285714286rem !important;
  }
  .pdg-top-sp153 {
    padding-top: 10.9285714286rem !important;
  }
  .pdg-rgt-sp153 {
    padding-right: 10.9285714286rem !important;
  }
  .pdg-btm-sp153 {
    padding-bottom: 10.9285714286rem !important;
  }
  .pdg-lft-sp153 {
    padding-left: 10.9285714286rem !important;
  }
  .pdg154 {
    padding: 5.5rem !important;
  }
  .pdg-top154 {
    padding-top: 5.5rem !important;
  }
  .pdg-rgt154 {
    padding-right: 5.5rem !important;
  }
  .pdg-btm154 {
    padding-bottom: 5.5rem !important;
  }
  .pdg-lft154 {
    padding-left: 5.5rem !important;
  }
  .pdg-sp154 {
    padding: 11rem !important;
  }
  .pdg-top-sp154 {
    padding-top: 11rem !important;
  }
  .pdg-rgt-sp154 {
    padding-right: 11rem !important;
  }
  .pdg-btm-sp154 {
    padding-bottom: 11rem !important;
  }
  .pdg-lft-sp154 {
    padding-left: 11rem !important;
  }
  .pdg155 {
    padding: 5.5357142857rem !important;
  }
  .pdg-top155 {
    padding-top: 5.5357142857rem !important;
  }
  .pdg-rgt155 {
    padding-right: 5.5357142857rem !important;
  }
  .pdg-btm155 {
    padding-bottom: 5.5357142857rem !important;
  }
  .pdg-lft155 {
    padding-left: 5.5357142857rem !important;
  }
  .pdg-sp155 {
    padding: 11.0714285714rem !important;
  }
  .pdg-top-sp155 {
    padding-top: 11.0714285714rem !important;
  }
  .pdg-rgt-sp155 {
    padding-right: 11.0714285714rem !important;
  }
  .pdg-btm-sp155 {
    padding-bottom: 11.0714285714rem !important;
  }
  .pdg-lft-sp155 {
    padding-left: 11.0714285714rem !important;
  }
  .pdg156 {
    padding: 5.5714285714rem !important;
  }
  .pdg-top156 {
    padding-top: 5.5714285714rem !important;
  }
  .pdg-rgt156 {
    padding-right: 5.5714285714rem !important;
  }
  .pdg-btm156 {
    padding-bottom: 5.5714285714rem !important;
  }
  .pdg-lft156 {
    padding-left: 5.5714285714rem !important;
  }
  .pdg-sp156 {
    padding: 11.1428571429rem !important;
  }
  .pdg-top-sp156 {
    padding-top: 11.1428571429rem !important;
  }
  .pdg-rgt-sp156 {
    padding-right: 11.1428571429rem !important;
  }
  .pdg-btm-sp156 {
    padding-bottom: 11.1428571429rem !important;
  }
  .pdg-lft-sp156 {
    padding-left: 11.1428571429rem !important;
  }
  .pdg157 {
    padding: 5.6071428571rem !important;
  }
  .pdg-top157 {
    padding-top: 5.6071428571rem !important;
  }
  .pdg-rgt157 {
    padding-right: 5.6071428571rem !important;
  }
  .pdg-btm157 {
    padding-bottom: 5.6071428571rem !important;
  }
  .pdg-lft157 {
    padding-left: 5.6071428571rem !important;
  }
  .pdg-sp157 {
    padding: 11.2142857143rem !important;
  }
  .pdg-top-sp157 {
    padding-top: 11.2142857143rem !important;
  }
  .pdg-rgt-sp157 {
    padding-right: 11.2142857143rem !important;
  }
  .pdg-btm-sp157 {
    padding-bottom: 11.2142857143rem !important;
  }
  .pdg-lft-sp157 {
    padding-left: 11.2142857143rem !important;
  }
  .pdg158 {
    padding: 5.6428571429rem !important;
  }
  .pdg-top158 {
    padding-top: 5.6428571429rem !important;
  }
  .pdg-rgt158 {
    padding-right: 5.6428571429rem !important;
  }
  .pdg-btm158 {
    padding-bottom: 5.6428571429rem !important;
  }
  .pdg-lft158 {
    padding-left: 5.6428571429rem !important;
  }
  .pdg-sp158 {
    padding: 11.2857142857rem !important;
  }
  .pdg-top-sp158 {
    padding-top: 11.2857142857rem !important;
  }
  .pdg-rgt-sp158 {
    padding-right: 11.2857142857rem !important;
  }
  .pdg-btm-sp158 {
    padding-bottom: 11.2857142857rem !important;
  }
  .pdg-lft-sp158 {
    padding-left: 11.2857142857rem !important;
  }
  .pdg159 {
    padding: 5.6785714286rem !important;
  }
  .pdg-top159 {
    padding-top: 5.6785714286rem !important;
  }
  .pdg-rgt159 {
    padding-right: 5.6785714286rem !important;
  }
  .pdg-btm159 {
    padding-bottom: 5.6785714286rem !important;
  }
  .pdg-lft159 {
    padding-left: 5.6785714286rem !important;
  }
  .pdg-sp159 {
    padding: 11.3571428571rem !important;
  }
  .pdg-top-sp159 {
    padding-top: 11.3571428571rem !important;
  }
  .pdg-rgt-sp159 {
    padding-right: 11.3571428571rem !important;
  }
  .pdg-btm-sp159 {
    padding-bottom: 11.3571428571rem !important;
  }
  .pdg-lft-sp159 {
    padding-left: 11.3571428571rem !important;
  }
  .pdg160 {
    padding: 5.7142857143rem !important;
  }
  .pdg-top160 {
    padding-top: 5.7142857143rem !important;
  }
  .pdg-rgt160 {
    padding-right: 5.7142857143rem !important;
  }
  .pdg-btm160 {
    padding-bottom: 5.7142857143rem !important;
  }
  .pdg-lft160 {
    padding-left: 5.7142857143rem !important;
  }
  .pdg-sp160 {
    padding: 11.4285714286rem !important;
  }
  .pdg-top-sp160 {
    padding-top: 11.4285714286rem !important;
  }
  .pdg-rgt-sp160 {
    padding-right: 11.4285714286rem !important;
  }
  .pdg-btm-sp160 {
    padding-bottom: 11.4285714286rem !important;
  }
  .pdg-lft-sp160 {
    padding-left: 11.4285714286rem !important;
  }
}
/* --- position --- */
.pos-rel {
  position: relative;
}

.pos-ab {
  position: absolute;
}

.pos-fx {
  position: fixed;
}

/* --- float --- */
.flt-rgt {
  float: right;
}

.flt-lft {
  float: left;
}

/* breadcrumbs
**************************************** */
.breadcrumbs {
  white-space: nowrap;
}
@media print, screen and (min-width: 48em) {
  .breadcrumbs {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 47.9375em) {
  .breadcrumbs {
    overflow: auto;
  }
}

.breadcrumbs a {
  color: var(--clr-text-secondary);
}
.breadcrumbs a:hover {
  color: var(--clr-primary-default);
}

.breadcrumbs span span:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  aspect-ratio: 1;
  color: var(--clr-text-secondary);
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
  margin: 0.15em 0.5em;
}

/* btn
********************************************** */
.btn:not([class*=mgn-btm]):not(:last-child) {
  margin-bottom: 0.625rem;
}

.btn > * {
  position: relative;
  display: block;
  padding: 0.75rem 3.5rem 0.75rem 2.5rem;
  border-radius: 0.5rem;
  width: fit-content;
  min-width: min(14.375rem, 100%);
  background-color: var(--clr-wht);
  border: 1px solid;
  text-decoration: none;
  line-height: 1.25;
  transition: var(--transit-default);
  text-decoration: none !important;
  font-weight: 700;
}
@media screen and (max-width: 47.9375em) {
  .btn > * {
    min-width: 100%;
    text-align: center;
  }
}
.btn > * .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1.5rem;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  background-color: var(--clr-wht);
  transition: var(--transit-default);
}
.btn > * .arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  mask-image: url(images/common/icon-arrow.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  transition: var(--transit-default);
}
.btn > * svg {
  right: 1.5rem;
  fill: currentColor;
}
.btn > * .ttl-icon {
  padding-left: 2rem;
}
.btn > * .ttl-icon::before {
  width: 1.5rem;
  transform: translateY(-0.75rem);
}
.btn > *:hover {
  color: var(--clr-wht);
  background-color: var(--clr-text-primary);
  border-color: var(--clr-text-primary);
}
.btn > *:hover .arrow::before {
  background-color: var(--clr-text-primary);
}
.btn > *:hover .ttl-icon::before {
  background-color: var(--clr-wht);
}

.btn[style*="--clr"]:not(:first-child) {
  margin-top: 2em;
}
.btn[style*="--clr"]:not(:last-child) {
  margin-bottom: 2em;
}

.btn-ctr > * {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 67.5em) {
  .btn-med-ctr > * {
    margin-left: auto;
    margin-right: auto;
  }
}

.btn-rgt > * {
  margin-left: auto;
}

.btn-fill > * {
  min-width: 100%;
}

.btn.flex-ctr > * {
  display: flex;
  justify-content: center;
}

.btn.flex-ctr:not(.btn-search) > * .arrow {
  position: relative;
  inset: inherit;
  display: block;
  margin-left: 1rem;
  margin-right: -1rem;
}

/* --- btn-list --- */
.btn-list > * {
  padding: 0.5rem 4.125rem 0.5rem 1.5rem;
  border: 0;
  border-radius: 999px;
}
.btn-list > * .arrow {
  background-color: var(--clr-text-primary);
}
.btn-list > * .arrow::before {
  background-color: var(--clr-wht);
}
.btn-list > *:hover .arrow {
  background-color: var(--clr-wht);
}
.btn-list > *:hover .arrow::before {
  background-color: var(--clr-text-primary);
}

/* --- btn-round --- */
.btn-round > * {
  border-radius: 999px;
}

/* --- btn-shadow --- */
.btn-shadow > * {
  color: var(--clr-wht) !important;
  background-color: var(--clr-primary-default);
  padding: 1.1875rem 3.5rem 1.1875rem 2.5rem;
  border-color: var(--clr-text-primary);
  box-shadow: 0.625rem 0.625rem 0 0 var(--clr-text-primary);
}
@media screen and (max-width: 47.9375em) {
  .btn-shadow > * {
    box-shadow: 0.3571428571rem 0.3571428571rem 0 0 var(--clr-text-primary);
  }
}

@media print, screen and (min-width: 48em) {
  .btn-shadow:not(.btn-cta[style*="--clr"]) > *:hover {
    border-color: var(--clr-text-primary) !important;
    box-shadow: 0 0 0 0 var(--clr-text-primary);
    transform: translate(0.625rem, 0.625rem);
  }
}

.btn-shadow[style*="--clr"] > * {
  background-color: var(--clr);
}

.btn-shadow-cta > * {
  color: var(--clr-text-primary) !important;
  background-color: var(--clr-sub-02);
}
.btn-shadow-cta > *:hover {
  background-color: var(--clr-sub-02);
}

/* --- btn-3d --- */
.btn-3d > * {
  color: var(--clr-wht) !important;
  background-color: var(--clr-secondary-default);
  padding: 1.1875rem 3.5rem 1.1875rem 2.5rem;
  border: 0;
  box-shadow: 0 0.375rem 0 0 color-mix(in sRGB, var(--clr-secondary-default) 90%, #000);
}
@media screen and (max-width: 47.9375em) {
  .btn-3d > * {
    box-shadow: 0 0.2857142857rem 0 0 color-mix(in sRGB, var(--clr-secondary-default) 90%, #000);
  }
}

.btn-3d:not(.btn-round) > *::before {
  border-radius: 999px;
}

.btn-3d[style*="--clr"] > * {
  background-color: var(--clr);
  box-shadow: 0 0.375rem 0 0 color-mix(in sRGB, var(--clr) 90%, #000);
}
@media screen and (max-width: 47.9375em) {
  .btn-3d[style*="--clr"] > * {
    box-shadow: 0 0.2857142857rem 0 0 color-mix(in sRGB, var(--clr) 90%, #000);
  }
}

/* --- btn-simple --- */
.btn-simple > * {
  font-size: max(16px, 1.125rem);
  font-weight: 700;
  padding: 0.25rem 2.625rem 0.25rem 0;
  color: var(--clr-text-primary);
  background-color: transparent;
  border: 0;
}
.btn-simple > * .arrow {
  right: 0;
  background-color: currentColor;
}
.btn-simple > * .arrow::before {
  background-color: var(--clr-wht);
}
.btn-simple > *:hover {
  color: var(--clr);
  background-color: transparent;
}
.btn-simple > *:hover .arrow::before {
  background-color: var(--clr-wht);
}

.btn-simple[style*="--clr"] > * {
  color: var(--clr);
}
.btn-simple[style*="--clr"] > * .arrow {
  background-color: var(--clr-secondary-default);
}
.btn-simple[style*="--clr"] > *:hover {
  color: var(--clr);
  background-color: transparent;
  opacity: 0.7;
}

/* --- btn-cta --- */
@media print, screen and (min-width: 48em) {
  .btn-cta_wrap {
    width: fit-content;
    min-width: min(14.375rem, 100%);
  }
}
.btn-cta_wrap:not(:first-child) {
  margin-top: 2em;
}
.btn-cta_wrap:not(:last-child) {
  margin-bottom: 2em;
}
.btn-cta_wrap:has(.btn-ctr) {
  margin-left: auto;
  margin-right: auto;
}
.btn-cta_wrap:has(.btn-owl) {
  margin-top: calc(2em + 3.5rem);
}
.btn-cta_wrap .btn-cta,
.btn-cta_wrap p {
  margin: 0 !important;
}

.btn-cta > * {
  color: var(--clr-wht);
  background-color: var(--clr-primary-default);
  border-color: var(--clr-primary-default);
}
.btn-cta > * .arrow::before {
  background-color: var(--clr-primary-default);
}
.btn-cta > *:hover {
  background-color: var(--clr-primary-default);
  border-color: var(--clr-primary-default);
  opacity: 0.7;
}
.btn-cta > *:hover .arrow::before {
  background-color: var(--clr-primary-default);
}

/* --- btn-download --- */
.btn-download > * {
  color: var(--clr-wht);
  background-color: var(--clr-secondary-default);
  border-color: var(--clr-secondary-default);
}
.btn-download > * .arrow::before {
  background-color: var(--clr-secondary-default);
}
.btn-download > *:hover {
  background-color: var(--clr-secondary-default);
  border-color: var(--clr-secondary-default);
  opacity: 0.7;
}
.btn-download > *:hover .arrow::before {
  background-color: var(--clr-secondary-default);
}

/* --- btn-blk --- */
.btn-blk > * {
  color: var(--clr-wht);
  background-color: var(--clr-text-primary);
  border-color: var(--clr-text-primary);
}
.btn-blk > * .arrow::before {
  background-color: var(--clr-text-primary);
}
.btn-blk > *:hover {
  opacity: 0.7;
}

[style*=clr-] .btn-blk > *:hover {
  background-color: var(--clr);
  border-color: var(--clr);
  opacity: 1;
}
[style*=clr-] .btn-blk > *:hover .arrow::before {
  background-color: var(--clr);
}

/* --- btn-clr --- */
.btn-clr > * {
  color: var(--clr-wht);
  background-color: var(--clr);
  border-color: var(--clr);
}
.btn-clr > * .arrow::before {
  background-color: var(--clr);
}
.btn-clr > *:hover {
  background-color: var(--clr);
  border-color: var(--clr);
  opacity: 0.7;
}

.btn-clr[style*="--clr"] > * {
  color: var(--clr-wht);
  background-color: var(--clr);
}

/* --- btn-sm --- */
.btn-sm > * {
  padding-block: 0.5rem;
  line-height: 1.6;
}
.btn-sm > * .arrow {
  width: 1.375rem;
  height: 1.375rem;
}

/* --- btn-lg --- */
.btn-lg > * {
  font-size: max(16px, 1.125rem);
  padding: 1.125rem 3.5rem 1.125rem 1.5rem;
}

/* --- .btn-cta hvr ホバーエフェクト --- */
/* 透過 */
.btn-cta.hvr[style*="--clr"] > *:hover {
  opacity: 0.7;
}

/* 反転 */
.btn-cta.hvr-inversion[style*="--clr"] > * {
  border-width: 2px;
}
.btn-cta.hvr-inversion[style*="--clr"] > *:hover {
  color: var(--clr) !important;
  background-color: var(--clr-wht);
  border-color: var(--clr);
}
.btn-cta.hvr-inversion[style*="--clr"] > *:hover .arrow {
  background-color: var(--clr);
}
.btn-cta.hvr-inversion[style*="--clr"] > *:hover .arrow::before {
  background-color: var(--clr-wht);
}

/* 押し込み */
.btn-cta.hvr-push[style*="--clr"] > *:hover {
  transform: translateY(0.375rem);
}
@media print, screen and (min-width: 48em) {
  .btn-cta.hvr-push[style*="--clr"].btn-shadow > *:hover {
    box-shadow: 0 0 0 0 var(--clr-text-primary);
    transform: translate(0.625rem, 0.625rem);
  }
}
.btn-cta.hvr-push[style*="--clr"].btn-3d > *:hover {
  box-shadow: 0 0 0 0 color-mix(in sRGB, var(--clr) 90%, #000);
}

/* 波紋 */
.ripple {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  transition: var(--transit-default);
  opacity: 0;
}
.ripple::before, .ripple::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0.5rem;
  background-color: var(--clr);
  transform: translate3d(0, 0, 0);
}
.ripple:before {
  animation: ripple 1s ease-out infinite;
}
.ripple:after {
  animation: ripple 1s ease-out 1s infinite;
}

.btn-round .ripple::before, .btn-round .ripple::after {
  border-radius: 999px;
}

.btn-cta.hvr-ripple[style*="--clr"] > *:hover .ripple {
  opacity: 1;
}

/* 拡大 */
.btn-cta.hvr-lg[style*="--clr"] > *:hover {
  transform: scale(1.05);
}

/* --- .btn-cta anim アニメーション --- */
/* 光 */
.btn-cta.anim-shine[style*="--clr"] > * {
  overflow: hidden;
}
.btn-cta.anim-shine[style*="--clr"] > *::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -11.25rem;
  left: 0;
  width: 1.875rem;
  height: 100%;
  background-color: #fbfbfb;
  animation: shine 2.5s ease-in-out infinite;
}

/* 波紋 */
.btn-cta.anim-ripple[style*="--clr"] > * .ripple {
  opacity: 1;
}

/* --- btn-owl --- */
.btn-owl {
  position: relative;
}
.btn-owl > * {
  padding-left: 5rem;
  border-width: 2px;
  border-radius: 999px;
}
.btn-owl > *:hover {
  color: var(--clr) !important;
  background-color: var(--clr-wht);
  border-color: var(--clr);
  opacity: 1;
}
.btn-owl > *:hover .arrow {
  background-color: var(--clr);
}
.btn-owl > *:hover .arrow::before {
  background-color: var(--clr-wht);
}
.btn-owl > .lottie {
  position: absolute;
  top: -4.5rem;
  left: -1rem;
  width: 7rem;
  min-width: inherit;
  aspect-ratio: 81/111;
  transition: var(--transit-default);
  padding: 0;
  border-radius: 0;
  background-color: transparent !important;
  border: 0;
  opacity: 1 !important;
  pointer-events: none;
}

/* --- btn-search --- */
.btn-search .ttl-icon {
  padding-left: 3rem;
}

.btn-nav > * {
  border-color: var(--clr);
  padding-left: 1.5rem;
}
.btn-nav > *:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
  width: 0.5rem;
  height: 0.5rem;
  color: var(--clr-text-secondary);
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  transition: var(--transit-default);
}
.btn-nav > *:hover {
  background-color: var(--clr);
  border-color: var(--clr);
}
.btn-nav > *:hover::before {
  color: var(--clr-wht);
}

.btn-favorite > * .ttl-icon::before {
  transform: translateY(-0.625rem);
}

.btn-interview > * {
  color: var(--clr-wht);
  background-color: var(--clr-secondary-default);
  border-color: var(--clr-secondary-default);
}
.btn-interview > * .arrow::before {
  background-color: var(--clr-secondary-default);
}
.btn-interview > *:hover {
  background-color: var(--clr-secondary-default);
  border-color: var(--clr-secondary-default);
  opacity: 0.7;
}

.btn-google_review > * {
  color: var(--clr-secondary-default);
}
.btn-google_review > * .arrow {
  background-color: currentColor;
}
.btn-google_review > * .arrow::before {
  background-color: var(--clr-wht);
}

.btn-tag a span::before {
  background-image: url(images/common/icon-tag_fill.svg);
}

/* --- btn-form --- */
.btn-form > * {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.125rem;
  padding: 0.5rem 2rem;
  border-radius: 0.5rem;
  width: 100%;
  cursor: pointer;
  font-family: var(--font-primary);
  transition: var(--transit-default);
}
@media screen and (max-width: 47.9375em) {
  .btn-form > * {
    height: 3.4285714286rem;
    padding-inline: 1.1428571429rem;
  }
}
.btn-form > *:hover {
  opacity: 0.7;
}

.btn-reset > * {
  font-size: max(18px, 1.25rem);
  color: var(--clr-text-placeholder);
  background-color: var(--clr-wht);
  border: 2px solid;
  line-height: var(--line-height-hdr);
}
@media screen and (max-width: 47.9375em) {
  .btn-reset > * {
    font-size: 1rem;
  }
}

@media print, screen and (min-width: 48em) {
  .modal .btn-reset > * {
    font-size: max(22px, 1.5rem);
  }
}

.btn-submit > * {
  font-size: max(22px, 1.5rem);
  color: var(--clr-wht);
  background-color: var(--clr-text-primary);
  letter-spacing: 0.2em;
  font-weight: 700;
  border: 0;
}
@media screen and (max-width: 47.9375em) {
  .btn-submit > * {
    font-size: 1.3571428571rem;
  }
}

@media print, screen and (min-width: 48em) {
  .modal .btn-submit > * {
    font-size: max(30px, 2rem);
  }
}

/* --- 横並び --- */
.flex > .btn {
  margin-bottom: 0 !important;
}
.flex > .btn:first-child {
  margin-left: auto;
}
.flex > .btn:last-child {
  margin-right: auto;
}
@media print, screen and (min-width: 48em) {
  .flex > .btn:only-child {
    width: fit-content;
    min-width: min(17.5rem, 100%);
  }
}
.flex > .btn a {
  min-width: 100%;
  height: 100%;
}

[class*=grid-col] > .btn {
  margin-bottom: 0;
}

/* ##############################################################################

  FORM

############################################################################## */
.nf-form-cont .nf-form-fields-required {
  display: none !important;
}

.nf-form-content .list-checkbox-wrap .nf-field-element li label,
.nf-form-content .list-image-wrap .nf-field-element li label,
.nf-form-content .list-radio-wrap .nf-field-element li label {
  cursor: pointer;
}

main:not(.media-form) input[type=text],
main:not(.media-form) textarea {
  font-family: var(--font-default) !important;
}
main:not(.media-form) nf-field {
  display: block;
}
main:not(.media-form) nf-field:not(:first-child) {
  padding-top: 1.5em;
  border-top: 1px solid #ddd;
}
main:not(.media-form) nf-field:not(:last-child) {
  padding-bottom: 1.5em;
}
main:not(.media-form) nf-field:has(input[type=submit]) {
  padding-top: 0;
  border-top: 0;
}
main:not(.media-form) .nf-form-cont .nf-form-content label,
main:not(.media-form) .nf-form-cont .nf-field-label .nf-label-span {
  font-size: max(16px, 1.125rem);
  font-weight: 500;
}
@media screen and (max-width: 47.9375em) {
  main:not(.media-form) .nf-form-cont .nf-form-content label,
  main:not(.media-form) .nf-form-cont .nf-field-label .nf-label-span {
    font-size: 1.0714285714rem;
    margin-bottom: 6px !important;
  }
}
main:not(.media-form) #ninja_forms_required_items,
main:not(.media-form) .nf-form-cont .nf-field-container {
  margin-bottom: 0;
}
main:not(.media-form) .nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div,
main:not(.media-form) .nf-form-cont .nf-form-content input:not([type=button]),
main:not(.media-form) .nf-form-cont .nf-form-content textarea {
  background: var(--clr-wht);
  color: var(--clr-text-primary);
  border-radius: 0.1875rem;
  vertical-align: bottom;
  font-size: max(14px, 1rem);
  transition: var(--transit-default);
  font-weight: 500;
}
main:not(.media-form) .nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div:focus,
main:not(.media-form) .nf-form-cont .nf-form-content input:not([type=button]):focus,
main:not(.media-form) .nf-form-cont .nf-form-content textarea:focus {
  color: var(--clr-text-primary);
}
main:not(.media-form) .nf-form-content input[type=checkbox]:focus + label:after,
main:not(.media-form) .nf-form-content input[type=radio]:focus + label:after {
  box-shadow: none;
}
main:not(.media-form) .checkbox-wrap .nf-field-element label.nf-checked-label:before,
main:not(.media-form) .checkbox-wrap .nf-field-label label.nf-checked-label:before,
main:not(.media-form) .listcheckbox-wrap .nf-field-element label.nf-checked-label:before,
main:not(.media-form) .listcheckbox-wrap .nf-field-label label.nf-checked-label:before {
  color: var(--clr-primary-default);
}
main:not(.media-form) .nf-form-cont .ninja-forms-req-symbol {
  font-size: 0 !important;
}
main:not(.media-form) .nf-form-cont .ninja-forms-req-symbol::before {
  content: "必須"; /* 必須 */
  background-color: #f55;
  color: var(--clr-wht);
  margin-left: 0.5em;
  font-size: max(10px, 0.75rem);
  padding: 0.125rem 0.3125rem;
  border-radius: 0.1875rem;
}
main:not(.media-form) .nf-form-cont .nf-form-content .submit-wrap {
  text-align: center;
}
main:not(.media-form) .nf-form-cont .nf-form-content .submit-wrap input:not([type=button]) {
  min-width: min(19.375rem, 100%);
  height: auto;
  padding: 1.25em;
  font-size: max(16px, 1.125rem);
  line-height: 1;
  letter-spacing: 0.1em;
  color: var(--clr-wht);
  background-color: var(--clr-primary-default);
  border-radius: 3.125rem;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  font-family: var(--font-default) !important;
  transition: var(--transit-default);
}
main:not(.media-form) .nf-form-cont .nf-form-content .submit-wrap input:not([type=button]):hover {
  opacity: 0.7;
}
@media screen and (min-width: 48em) {
  main:not(.media-form) .nf-form-cont .nf-form-content .submit-wrap input:not([type=button]) {
    margin-top: 1.7142857143rem;
  }
}
main:not(.media-form) .nf-form-cont .nf-form-errors {
  margin-top: -1em;
  text-align: center;
}
/* リキャプチャ・キャプション
**************************************** */
.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha_policy {
  padding: 0;
  margin-top: 3rem;
  color: var(--clr-text-primary);
  font-size: max(8px, 0.625rem);
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 47.9375em) {
  .recaptcha_policy {
    text-align: left;
  }
}

.recaptcha_policy a {
  color: #69ABDB;
  font-size: max(10px, 0.75rem);
  text-decoration: underline;
}

/* ##############################################################################

  MEDIA-FORM

############################################################################## */
html:has(.page-media-form) {
  overflow-y: hidden;
}

.page-media-form {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 47.9375em) {
  .page-media-form:not(:has(#wrapper.active)) .header {
    box-shadow: none;
  }
}
.page-media-form .footer {
  height: 6rem;
}
@media screen and (max-width: 47.9375em) {
  .page-media-form .footer {
    height: 8.5rem;
  }
}
.page-media-form .footer .search_nav {
  padding-block: 2rem 2.1875rem;
  background-color: var(--clr-wht);
  border-top: 1px solid var(--clr-text-placeholder);
}
@media screen and (max-width: 47.9375em) {
  .page-media-form .footer .search_nav {
    padding-block: 1.1428571429rem;
  }
}

.media-form {
  flex: 1;
}
.media-form + .footer {
  position: fixed;
  inset: auto 0 0;
  transition: var(--transit-default);
  opacity: 0;
  pointer-events: none;
}
.media-form:has(#wrapper.active) + .footer {
  position: relative;
  inset: inherit;
  opacity: 1;
  pointer-events: auto;
}

.form--bg {
  position: fixed;
  inset: 4.875rem 0 6rem;
  background-image: url(images/media-form/lp-bg-lft.png), url(images/media-form/lp-bg-rgt.png);
  background-repeat: no-repeat;
  background-position: left bottom, right top;
  background-size: 35.5rem, auto;
  z-index: -1;
}
@media print, screen and (min-width: 120.0625em) {
  .form--bg {
    background-size: 29.5833333333vw, 24.1666666667vw;
  }
}
@media screen and (max-width: 47.9375em) {
  .form--bg {
    background-image: url(images/media-form/lp-bg-rgt.png);
    background-position: right top;
    inset: 3.5714285714rem 0 8.5rem;
    background-size: 8.2857142857rem;
  }
}

.wpcf7,
.wpcf7 form,
.wpcf7 #wrapper,
.wpcf7 #wrapper .formarea {
  height: 100%;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7 label {
  position: relative;
  display: block;
  font-weight: 500;
}
.wpcf7 label[for] {
  cursor: pointer;
}
.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] {
  display: none;
}
.wpcf7 #wrapper {
  position: relative;
  background-color: var(--clr-wht);
  z-index: 1;
  transition: var(--transit-default);
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}
.wpcf7 #wrapper.active {
  opacity: 1;
  pointer-events: auto;
}
.wpcf7 #wrapper.active .field.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
.wpcf7 #wrapper.active .btn-next.active > * {
  pointer-events: auto;
  background-color: var(--clr-primary-default);
  border-color: var(--clr-primary-default);
}
.wpcf7 #wrapper.active .btn-next.active > *:hover {
  opacity: 0.7;
}
.wpcf7 #wrapper .formarea > .inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wpcf7 #wrapper .steps {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3.3125rem;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
@media screen and (max-width: 47.9375em) {
  .wpcf7 #wrapper .steps {
    gap: 2.2857142857rem;
  }
}
.wpcf7 #wrapper .steps::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  height: 0;
  border-bottom: 2px solid var(--clr-text-placeholder);
  z-index: -1;
}
.wpcf7 #wrapper .step {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  aspect-ratio: 1;
  color: var(--clr-wht);
  background-color: var(--clr-text-placeholder);
  border-radius: 50%;
  line-height: 1;
  transition: var(--transit-default);
}
@media screen and (max-width: 47.9375em) {
  .wpcf7 #wrapper .step {
    width: 2.4285714286rem;
  }
}
.wpcf7 #wrapper .step.active {
  background-color: var(--clr-secondary-default);
}
.wpcf7 #wrapper .fields {
  display: grid;
  flex: 1;
  width: 100%;
  max-width: 42.5rem;
  margin-left: auto;
  margin-right: auto;
}
.wpcf7 #wrapper .field {
  grid-area: 1/1;
  padding: 2.5rem 3.5rem;
  border-radius: 1rem;
  background-color: var(--clr-bg-01);
  max-height: calc(100vh - 27.0625rem);
  transition: var(--transit-default);
  opacity: 0;
  pointer-events: none;
  transform: translateX(100%);
}
@media screen and (max-width: 47.9375em) {
  .wpcf7 #wrapper .field {
    padding: 1.7142857143rem;
    max-height: calc(100vh - 22.8571428571rem);
  }
}
.wpcf7 #wrapper .field--scroll {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  overflow-y: auto;
  padding-right: 1.875rem;
  margin-right: -1.875rem;
}
@media screen and (max-width: 47.9375em) {
  .wpcf7 #wrapper .field--scroll {
    padding-right: 1.0714285714rem;
    margin-right: -1.0714285714rem;
  }
}
.wpcf7 #wrapper .btn_wrap {
  width: 100%;
  margin-top: 1rem;
}
.wpcf7 #wrapper .btn-next {
  flex: 1;
}
.wpcf7 #wrapper .btn-next > * {
  pointer-events: none;
}
.wpcf7 #wrapper .btn > * {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: auto;
  border-width: 2px;
  border-radius: 0.25rem;
}
.wpcf7 #wrapper .btn > *:not(:has(input[type=submit])),
.wpcf7 #wrapper .btn > *:has(input[type=submit]) input[type=submit] {
  padding: 1.3333333333em 2.2222222222em;
  line-height: 1;
  color: var(--clr-text-placeholder);
  background-color: transparent;
  border-color: var(--clr-text-placeholder);
  cursor: pointer;
}
.wpcf7 #wrapper .btn-prev > *:hover {
  color: var(--clr-secondary-default) !important;
  border-color: var(--clr-secondary-default) !important;
}
.wpcf7 #wrapper .btn-next > *:not(:has(input[type=submit])),
.wpcf7 #wrapper .btn-next > *:has(input[type=submit]) input[type=submit] {
  color: var(--clr-wht);
  background-color: var(--clr-text-placeholder);
}
.wpcf7 #wrapper .btn-prev > *::before,
.wpcf7 #wrapper .btn-next > *:not(:has(input[type=submit]))::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  transform: rotate(45deg);
}
.wpcf7 #wrapper .btn-prev > *::before {
  border-bottom: 2px solid;
  border-left: 2px solid;
}
.wpcf7 #wrapper .btn-next > *:not(:has(input[type=submit]))::after {
  border-top: 2px solid;
  border-right: 2px solid;
}
.wpcf7 #wrapper .btn > *:has(input[type=submit]) {
  width: 100%;
  padding: 0;
}
.wpcf7 #wrapper .btn > *:has(input[type=submit]) input[type=submit] {
  width: 100%;
  background-color: var(--clr-primary-default);
  font-size: max(16px, 1.125rem);
  font-family: var(--font-primary);
  font-weight: 700;
  border: 0;
}
@media screen and (max-width: 47.9375em) {
  .wpcf7 #wrapper .btn > *:has(input[type=submit]) input[type=submit] {
    font-size: 1rem;
  }
}
.wpcf7 #wrapper label {
  font-size: max(16px, 1.125rem);
  line-height: 1.8;
  margin-bottom: 2.2222222222em;
}
@media screen and (max-width: 47.9375em) {
  .wpcf7 #wrapper label {
    font-size: 1rem;
  }
}
.wpcf7 #wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 47.9375em) {
  .wpcf7 #wrapper ul {
    gap: 0.5714285714rem;
  }
}
.wpcf7 #wrapper li label {
  display: flex;
  align-items: center;
  padding: 0.6666666667em 1.3333333333em;
  gap: 0.6666666667em;
  border-radius: 0.5rem;
  color: var(--clr-text-placeholder);
  border: 1px solid;
  background-color: var(--clr-wht);
  line-height: 1.8;
  font-weight: 700;
  margin: 0 !important;
  transition: var(--transit-default);
}
.wpcf7 #wrapper li label::before {
  content: "";
  position: static;
  display: block;
  width: 1.7777777778em;
  height: auto;
  aspect-ratio: 1;
  mask-image: url(images/common/icon-check.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: var(--clr-text-placeholder);
  transition: var(--transit-default);
  opacity: 1;
}
.wpcf7 #wrapper li label::after {
  display: none;
}
.wpcf7 #wrapper li label:hover {
  color: var(--clr-primary-default);
}
.wpcf7 #wrapper li label:hover::before {
  background-color: var(--clr-primary-default);
}
.wpcf7 #wrapper li input:checked + label {
  color: var(--clr-primary-default);
}
.wpcf7 #wrapper li input:checked + label::before {
  background-color: var(--clr-primary-default);
}
.wpcf7 #wrapper input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]),
.wpcf7 #wrapper textarea,
.wpcf7 #wrapper select {
  width: 100%;
  background-color: var(--clr-wht);
  border: 1px solid var(--clr-text-placeholder);
  border-radius: 0.25rem;
  color: var(--clr-text-primary);
  transition: var(--transit-default);
  font-size: max(14px, 1rem);
  padding: 0.5rem 1rem;
}
.wpcf7 #wrapper input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]),
.wpcf7 #wrapper select {
  height: 2.625rem;
}
.wpcf7 #wrapper a {
  text-decoration: underline;
}
.wpcf7 #wrapper .note {
  display: block;
  font-size: max(12px, 0.875rem);
  color: var(--clr-text-secondary);
  line-height: 1.7;
}
.wpcf7 #wrapper .fieldset {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.wpcf7 #wrapper .fieldset label {
  font-size: max(14px, 1rem);
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0.75em;
}

.form_hero {
  position: fixed;
  inset: 4.875rem 0 0;
  background-image: linear-gradient(106deg, #FFF 0%, #FFF 40%, #CDFFDA 75%, #2E957D 100%);
}
@media screen and (max-width: 47.9375em) {
  .form_hero {
    inset: 3.5714285714rem 0 0;
    background-image: linear-gradient(158deg, #FFF 0%, #FFF 32.23%, #CDFFDA 65.39%, #3EC5A5 87.19%);
    display: grid;
    place-content: center;
    overflow-y: auto;
  }
}
@media screen and (max-height: 700px) {
  .form_hero {
    place-content: unset;
  }
}

.form_hero--cont {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}
@media print, screen and (min-width: 48em) {
  .form_hero--cont {
    padding-top: 1.5rem;
    height: 100%;
  }
}
@media screen and (max-width: 47.9375em) {
  .form_hero--cont {
    position: relative;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    width: fit-content !important;
  }
}

.form_hero--txtarea {
  display: flex;
  flex-direction: column;
  justify-self: start;
}
@media screen and (max-width: 47.9375em) {
  .form_hero--txtarea {
    width: 100%;
    min-height: 46.4285714286rem;
  }
}
@media screen and (max-width: 47.9375em) and (max-height: 700px) {
  .form_hero--txtarea {
    padding-top: 0.2142857143rem;
    padding-bottom: 1.7142857143rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .form_hero--list {
    order: 2;
    justify-content: center;
  }
}

.form_hero--ttl {
  line-height: 1.3;
}
@media screen and (max-width: 47.9375em) {
  .form_hero--ttl {
    order: 0;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    text-indent: -2em;
    padding-left: 2em;
  }
}
.form_hero--ttl .dot {
  color: var(--clr-secondary-default);
  background-image: radial-gradient(circle at center, var(--clr-secondary-default) 15%, transparent 17%);
  background-repeat: repeat-x;
  background-size: 1.04em 0.3em;
  padding-top: 0.15em;
}

.form_hero--lead {
  line-height: 1.7;
}
@media screen and (max-width: 47.9375em) {
  .form_hero--lead {
    order: 1;
  }
}

.form_hero--imgarea {
  display: flex;
  align-self: flex-end;
}
@media print, screen and (min-width: 120.0625em) {
  .form_hero--imgarea img {
    width: 43.28125vw !important;
  }
}
@media screen and (max-width: 47.9375em) {
  .form_hero--imgarea {
    position: absolute;
    bottom: 13.7142857143rem;
    left: 50%;
    translate: -50% 0;
    width: 100%;
    z-index: -1;
  }
  .form_hero--imgarea img {
    width: 100% !important;
  }
}

.form_hero--loop {
  left: inherit;
  right: 5rem;
  transform-origin: right;
  transform: rotate(90deg);
  width: calc(100vw - 0.75lh);
}
@media screen and (max-width: 47.9375em) {
  .form_hero--loop {
    display: none;
  }
}

.form_hero--fields {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2.5rem 2rem 2rem 2rem;
  gap: 1.25rem;
  border-radius: 0.75rem;
  background-color: var(--clr-wht);
  box-shadow: 0 0 3.125rem 0 rgba(208, 198, 171, 0.5);
  width: 48.75rem;
}
@media screen and (max-width: 47.9375em) {
  .form_hero--fields {
    order: 3;
    padding: 2.2857142857rem 1.1428571429rem 1.1428571429rem;
    width: 100%;
    border-radius: 0.4285714286rem;
  }
}

.form_hero--label {
  position: absolute;
  top: -1.5rem;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  padding: 0.125rem 1.5rem 0.375rem 1.5rem;
  border-radius: 999px;
  color: var(--clr-wht);
  background-color: var(--clr-text-primary);
  line-height: 1.2;
}
.form_hero--label::before {
  content: "";
  position: absolute;
  bottom: -0.6875rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 1.25rem;
  aspect-ratio: 20/12;
  background-color: var(--clr-text-primary);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 47.9375em) {
  .form_hero--label::before {
    bottom: -0.6428571429rem;
    width: 1.2142857143rem;
  }
}

.form_hero--field .hidden,
.form_hero--field .btn_wrap {
  display: none;
}
.form_hero--field ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (max-width: 47.9375em) {
  .form_hero--field ul {
    gap: 0.5714285714rem;
  }
}
.form_hero--field label:not([for]) {
  display: block !important;
  font-size: max(22px, 1.5rem);
  white-space: nowrap;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.4166666667em;
  padding-inline: 3rem !important;
}
@media screen and (max-width: 47.9375em) {
  .form_hero--field label:not([for]) {
    font-size: 1.1428571429rem;
    padding-inline: 1.7142857143rem !important;
  }
}
.form_hero--field label:not([for])::before, .form_hero--field label:not([for])::after {
  content: "";
  position: absolute;
  top: 0.5lh;
  width: 1.75rem;
  aspect-ratio: 20/30;
  mask-image: url(images/common/ttl-deco.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: var(--clr-primary-default);
  transform: translateY(-1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .form_hero--field label:not([for])::before, .form_hero--field label:not([for])::after {
    width: 0.875rem;
    transform: translateY(-0.7142857143rem);
  }
}
.form_hero--field label:not([for])::before {
  left: 0;
}
.form_hero--field label:not([for])::after {
  right: 0;
  scale: -1 1;
}
.form_hero--field label[for] {
  padding: 1.25rem 3.375rem 1.25rem 2rem;
  border-radius: 0.5rem;
  color: var(--clr-wht);
  background-image: linear-gradient(277deg, #F87800 33.81%, #FFC300 101.81%);
  font-size: max(22px, 1.5rem);
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin: 0 !important;
  transition: var(--transit-default);
}
@media screen and (max-width: 47.9375em) {
  .form_hero--field label[for] {
    font-size: 1.1428571429rem;
    padding: 0.8571428571rem 0.5714285714rem 0.8571428571rem 1.1428571429rem;
    text-indent: -1.1428571429rem;
  }
}
.form_hero--field label[for]::before, .form_hero--field label[for]::after {
  display: none;
}
.form_hero--field label[for]:hover {
  opacity: 0.7;
}
.form_hero--field label[for] .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1rem;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background-color: var(--clr-wht);
  transition: var(--transit-default);
}
@media screen and (max-width: 47.9375em) {
  .form_hero--field label[for] .arrow {
    right: 0.5714285714rem;
    width: 1.1428571429rem;
    height: 1.1428571429rem;
  }
}
.form_hero--field label[for] .arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  mask-image: url(images/common/icon-arrow.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: var(--clr-primary-default);
  transition: var(--transit-default);
}

/* ##############################################################################

  THANKS

############################################################################## */
.page-media-form.page-thanks .section-contact {
  height: calc(100vh - 4.875rem - 6rem);
  overflow: auto;
}
@media screen and (max-width: 47.9375em) {
  .page-media-form.page-thanks .section-contact {
    height: calc(100vh - 3.5714285714rem - 8.5rem);
  }
}
.page-media-form.page-thanks .ttl-02 {
  line-height: 1.5;
  letter-spacing: 0.07em;
}
.page-media-form.page-thanks .ttl-02:not([class*=mgn-btm]):not(:last-child) {
  margin-bottom: 0.6666666667em;
}
.page-media-form.page-thanks .flow {
  padding: 2.5rem 3.5rem 3.75rem 3.5rem;
  border-radius: 1rem;
  background-color: var(--clr-bg-01);
}
@media screen and (max-width: 47.9375em) {
  .page-media-form.page-thanks .flow {
    padding: 1.7142857143rem;
  }
}
@media print, screen and (min-width: 48em) {
  .page-media-form.page-thanks .flow--ttl {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
}
.page-media-form.page-thanks .flow--ttl img {
  max-width: 12.5rem;
}
@media screen and (max-width: 47.9375em) {
  .page-media-form.page-thanks .flow--ttl img {
    max-width: 11.4285714286rem;
  }
}
.page-media-form.page-thanks .flow--items {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  .page-media-form.page-thanks .flow--items {
    gap: 1.7142857143rem;
  }
}
.page-media-form.page-thanks .flow--item {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  .page-media-form.page-thanks .flow--item {
    flex-direction: column;
    gap: 1.1428571429rem;
  }
}
.page-media-form.page-thanks .flow--imgarea {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 14.375rem;
  min-width: 208px;
  aspect-ratio: 230/200;
  padding: 1.25rem 0.5rem;
  gap: 0.5rem;
  border-radius: 0.75rem;
  border: 2px solid var(--clr-bg-02);
  background-color: var(--clr-wht);
  z-index: 1;
}
@media screen and (max-width: 47.9375em) {
  .page-media-form.page-thanks .flow--imgarea {
    width: 14rem;
    min-width: inherit;
  }
}
.page-media-form.page-thanks .flow--txtarea {
  flex: 1;
}
.page-media-form.page-thanks .flow--num {
  position: absolute;
  left: 0.625rem;
  top: 0.125rem;
  line-height: 1;
  letter-spacing: -0.01em;
  color: var(--clr-wht);
  text-shadow: var(--clr-text-placeholder) 1px 0 0, var(--clr-text-placeholder) -1px 0 0, var(--clr-text-placeholder) 0 -1px 0, var(--clr-text-placeholder) 0 1px 0, var(--clr-text-placeholder) 1px 1px 0, var(--clr-text-placeholder) -1px 1px 0, var(--clr-text-placeholder) 1px -1px 0, var(--clr-text-placeholder) -1px -1px 0, var(--clr-text-placeholder) 0.5px 1px 0, var(--clr-text-placeholder) -0.5px 1px 0, var(--clr-text-placeholder) 0.5px -1px 0, var(--clr-text-placeholder) -0.5px -1px 0, var(--clr-text-placeholder) 1px 0.5px 0, var(--clr-text-placeholder) -1px 0.5px 0, var(--clr-text-placeholder) 1px -0.5px 0, var(--clr-text-placeholder) -1px -0.5px 0, var(--clr-text-placeholder) 0.5px 0.5px 0, var(--clr-text-placeholder) -0.5px 0.5px 0, var(--clr-text-placeholder) 0.5px -0.5px 0, var(--clr-text-placeholder) -0.5px -0.5px 0;
}

/* cta_tel
**************************************** */
.cta_tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0.75rem;
  line-height: var(--line-height-hdr);
  border-radius: 0.25rem;
}

.cta_tel a > span {
  display: block;
}

/* cta_contact
**************************************** */
.cta_contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border-radius: 0.25rem;
  background-color: var(--clr-primary-default);
}

.cta_contact .micro_copy {
  position: absolute;
  top: calc(-1em - 0.625rem);
  inset-inline: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0.8125rem;
  color: var(--clr-secondary-default);
  text-align: center;
  line-height: 1;
}
.cta_contact .micro_copy::before, .cta_contact .micro_copy::after {
  content: "";
  width: 0.125rem;
  height: 1rem;
  background-color: var(--clr-secondary-default);
}
.cta_contact .micro_copy::before {
  transform: rotate(-45deg);
}
.cta_contact .micro_copy::after {
  transform: rotate(45deg);
}

/* icon
**************************************** */
.icon-mail {
  width: 1.3125rem;
  aspect-ratio: 21/16;
}

/* ##############################################################################

    KEYFRAMES

############################################################################## */
@keyframes hero_shine {
  0% {
    background-position: 100%;
  }
  100% {
    background-position: 0%;
  }
}
@keyframes loop_1st {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop_2nd {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
@keyframes ripple {
  0% {
    transform: scale(0.95);
    opacity: 1;
  }
  90% {
    opacity: 0.1;
  }
  to {
    transform: scale(1.1, 1.4);
    opacity: 0;
  }
}
@keyframes shine {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes stroke_dashoffset {
  0% {
    stroke-dashoffset: 2400px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* default
**************************************** */
.section_pdg {
  padding-block: 10rem;
}
@media screen and (max-width: 47.9375em) {
  .section_pdg {
    padding-block: 5.7142857143rem;
  }
}

.section_pdg-top {
  padding-top: 10rem;
}
@media screen and (max-width: 47.9375em) {
  .section_pdg-top {
    padding-top: 5.7142857143rem;
  }
}

.section_pdg-btm {
  padding-bottom: 10rem;
}
@media screen and (max-width: 47.9375em) {
  .section_pdg-btm {
    padding-bottom: 5.7142857143rem;
  }
}

/* sm
**************************************** */
.section_pdg-sm {
  padding-block: 5rem;
}
@media screen and (max-width: 47.9375em) {
  .section_pdg-sm {
    padding-block: 2.8571428571rem;
  }
}

.section_pdg-sm-top {
  padding-top: 5rem;
}
@media screen and (max-width: 47.9375em) {
  .section_pdg-sm-top {
    padding-top: 2.8571428571rem;
  }
}

.section_pdg-sm-btm {
  padding-bottom: 5rem;
}
@media screen and (max-width: 47.9375em) {
  .section_pdg-sm-btm {
    padding-bottom: 2.8571428571rem;
  }
}

/* xs
**************************************** */
.section_pdg-xs {
  padding-block: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  .section_pdg-xs {
    padding-block: 1.4285714286rem;
  }
}

.section_pdg-xs-top {
  padding-top: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  .section_pdg-xs-top {
    padding-top: 1.4285714286rem;
  }
}

.section_pdg-xs-btm {
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  .section_pdg-xs-btm {
    padding-bottom: 1.4285714286rem;
  }
}

/* --- blc:not(:last-child) --- */
.blc:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (max-width: 47.9375em) {
  .blc:not(:last-child) {
    margin-bottom: 2.8571428571rem;
  }
}

.blc-lg:not(:last-child) {
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 47.9375em) {
  .blc-lg:not(:last-child) {
    margin-bottom: 4rem;
  }
}

.blc-md:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 47.9375em) {
  .blc-md:not(:last-child) {
    margin-bottom: 2rem;
  }
}

.blc-sm:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  .blc-sm:not(:last-child) {
    margin-bottom: 2.2857142857rem;
  }
}

.blc-xs:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 47.9375em) {
  .blc-xs:not(:last-child) {
    margin-bottom: 1.7142857143rem;
  }
}

.blc-xxs:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 47.9375em) {
  .blc-xxs:not(:last-child) {
    margin-bottom: 1.7142857143rem;
  }
}

/* --- inner --- */
.inner {
  width: 90%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 47.9375em) {
  .inner {
    width: 86%;
    max-width: 86%;
  }
}

.inner-sm {
  max-width: 45rem;
}

.inner-md {
  max-width: 57.5rem;
}

.inner-md2 {
  max-width: 62.5rem;
}

.inner-lg {
  max-width: 100rem;
}

.inner-xl {
  max-width: 116.25rem;
}

.inner-xxl {
  width: calc(100% - 11rem);
  max-width: calc(100% - 11rem);
}
@media screen and (max-width: 47.9375em) {
  .inner-xxl {
    width: 86%;
    max-width: 86%;
  }
}

/* --- anchor --- */
/* section-contact
********************************************** */
.section-contact .cta_tel a {
  padding: 1rem 5rem;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--clr-bg-01);
  border-radius: 0.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 47.9375em) {
  .section-contact .cta_tel a {
    padding: 1.1428571429rem;
  }
}
.section-contact.lps_sec:nth-child(odd) .cta_tel a {
  background-color: var(--clr-wht);
}
.section-contact .cta_tel .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6666666667em;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.section-contact .cta_tel .num {
  line-height: 1.6;
  letter-spacing: 0.03em;
}

/* flex
**************************************** */
/* --- ブロック要素 --- */
.flex {
  display: flex;
}
@media print, screen and (min-width: 48em) {
  .flex[class*=grid-sp-] {
    display: flex;
  }
}

/* --- インライン要素 --- */
.flex-inline {
  display: inline-flex;
}

/* --- 逆向き --- */
.flex-reverse {
  flex-direction: row-reverse;
}

/* --- 縦並び --- */
.flex-column {
  flex-direction: column;
}

/* --- 水平方向揃え --- */
.flex-j-start {
  justify-content: flex-start;
}

.flex-j-end {
  justify-content: flex-end;
}

.flex-j-ctr {
  justify-content: center;
}

.flex-j-between {
  justify-content: space-between;
}

.flex-j-around {
  justify-content: space-around;
}

/* --- 垂直方向揃え --- */
.flex-a-start {
  align-items: flex-start;
}

.flex-a-end {
  align-items: flex-end;
}

.flex-a-ctr {
  align-items: center;
}

.flex-a-baseline {
  align-items: baseline;
}

.flex-a-stretch {
  align-items: stretch;
}

/* --- 子要素の折り返し設定 --- */
.flex-c-nowrap {
  flex-wrap: nowrap;
}

.flex-c-wrap {
  flex-wrap: wrap;
}

/* --- 子要素の複数行設定 --- */
.flex-c-reverse {
  flex-wrap: wrap-reverse;
}

.flex-c-start {
  align-content: flex-start;
}

.flex-c-start {
  align-content: flex-start;
}

.flex-c-end {
  align-content: flex-end;
}

.flex-c-ctr {
  align-content: center;
}

.flex-c-baseline {
  align-content: baseline;
}

.flex-c-stretch {
  align-content: stretch;
}

@media screen and (max-width: 47.9375em) {
  /* --- 縦並び - sp --- */
  .flex-sp-block {
    flex-direction: column;
  }
}
.flex-col1 {
  flex-wrap: wrap;
}
.flex-col1 > * {
  width: 100%;
}
.flex-col1.gap6 > * {
  width: calc(100% - 0.375rem / 1 * 0);
}
.flex-col1.gap7 > * {
  width: calc(100% - 0.4375rem / 1 * 0);
}
.flex-col1.gap8 > * {
  width: calc(100% - 0.5rem / 1 * 0);
}
.flex-col1.gap9 > * {
  width: calc(100% - 0.5625rem / 1 * 0);
}
.flex-col1.gap10 > * {
  width: calc(100% - 0.625rem / 1 * 0);
}
.flex-col1.gap11 > * {
  width: calc(100% - 0.6875rem / 1 * 0);
}
.flex-col1.gap12 > * {
  width: calc(100% - 0.75rem / 1 * 0);
}
.flex-col1.gap13 > * {
  width: calc(100% - 0.8125rem / 1 * 0);
}
.flex-col1.gap14 > * {
  width: calc(100% - 0.875rem / 1 * 0);
}
.flex-col1.gap15 > * {
  width: calc(100% - 0.9375rem / 1 * 0);
}
.flex-col1.gap16 > * {
  width: calc(100% - 1rem / 1 * 0);
}
.flex-col1.gap17 > * {
  width: calc(100% - 1.0625rem / 1 * 0);
}
.flex-col1.gap18 > * {
  width: calc(100% - 1.125rem / 1 * 0);
}
.flex-col1.gap19 > * {
  width: calc(100% - 1.1875rem / 1 * 0);
}
.flex-col1.gap20 > * {
  width: calc(100% - 1.25rem / 1 * 0);
}
.flex-col1.gap21 > * {
  width: calc(100% - 1.3125rem / 1 * 0);
}
.flex-col1.gap22 > * {
  width: calc(100% - 1.375rem / 1 * 0);
}
.flex-col1.gap23 > * {
  width: calc(100% - 1.4375rem / 1 * 0);
}
.flex-col1.gap24 > * {
  width: calc(100% - 1.5rem / 1 * 0);
}
.flex-col1.gap25 > * {
  width: calc(100% - 1.5625rem / 1 * 0);
}
.flex-col1.gap26 > * {
  width: calc(100% - 1.625rem / 1 * 0);
}
.flex-col1.gap27 > * {
  width: calc(100% - 1.6875rem / 1 * 0);
}
.flex-col1.gap28 > * {
  width: calc(100% - 1.75rem / 1 * 0);
}
.flex-col1.gap29 > * {
  width: calc(100% - 1.8125rem / 1 * 0);
}
.flex-col1.gap30 > * {
  width: calc(100% - 1.875rem / 1 * 0);
}
.flex-col1.gap31 > * {
  width: calc(100% - 1.9375rem / 1 * 0);
}
.flex-col1.gap32 > * {
  width: calc(100% - 2rem / 1 * 0);
}
.flex-col1.gap33 > * {
  width: calc(100% - 2.0625rem / 1 * 0);
}
.flex-col1.gap34 > * {
  width: calc(100% - 2.125rem / 1 * 0);
}
.flex-col1.gap35 > * {
  width: calc(100% - 2.1875rem / 1 * 0);
}
.flex-col1.gap36 > * {
  width: calc(100% - 2.25rem / 1 * 0);
}
.flex-col1.gap37 > * {
  width: calc(100% - 2.3125rem / 1 * 0);
}
.flex-col1.gap38 > * {
  width: calc(100% - 2.375rem / 1 * 0);
}
.flex-col1.gap39 > * {
  width: calc(100% - 2.4375rem / 1 * 0);
}
.flex-col1.gap40 > * {
  width: calc(100% - 2.5rem / 1 * 0);
}
.flex-col1.gap41 > * {
  width: calc(100% - 2.5625rem / 1 * 0);
}
.flex-col1.gap42 > * {
  width: calc(100% - 2.625rem / 1 * 0);
}
.flex-col1.gap43 > * {
  width: calc(100% - 2.6875rem / 1 * 0);
}
.flex-col1.gap44 > * {
  width: calc(100% - 2.75rem / 1 * 0);
}
.flex-col1.gap45 > * {
  width: calc(100% - 2.8125rem / 1 * 0);
}
.flex-col1.gap46 > * {
  width: calc(100% - 2.875rem / 1 * 0);
}
.flex-col1.gap47 > * {
  width: calc(100% - 2.9375rem / 1 * 0);
}
.flex-col1.gap48 > * {
  width: calc(100% - 3rem / 1 * 0);
}
.flex-col1.gap49 > * {
  width: calc(100% - 3.0625rem / 1 * 0);
}
.flex-col1.gap50 > * {
  width: calc(100% - 3.125rem / 1 * 0);
}
.flex-col1.gap51 > * {
  width: calc(100% - 3.1875rem / 1 * 0);
}
.flex-col1.gap52 > * {
  width: calc(100% - 3.25rem / 1 * 0);
}
.flex-col1.gap53 > * {
  width: calc(100% - 3.3125rem / 1 * 0);
}
.flex-col1.gap54 > * {
  width: calc(100% - 3.375rem / 1 * 0);
}
.flex-col1.gap55 > * {
  width: calc(100% - 3.4375rem / 1 * 0);
}
.flex-col1.gap56 > * {
  width: calc(100% - 3.5rem / 1 * 0);
}
.flex-col1.gap57 > * {
  width: calc(100% - 3.5625rem / 1 * 0);
}
.flex-col1.gap58 > * {
  width: calc(100% - 3.625rem / 1 * 0);
}
.flex-col1.gap59 > * {
  width: calc(100% - 3.6875rem / 1 * 0);
}
.flex-col1.gap60 > * {
  width: calc(100% - 3.75rem / 1 * 0);
}
.flex-col1.gap61 > * {
  width: calc(100% - 3.8125rem / 1 * 0);
}
.flex-col1.gap62 > * {
  width: calc(100% - 3.875rem / 1 * 0);
}
.flex-col1.gap63 > * {
  width: calc(100% - 3.9375rem / 1 * 0);
}
.flex-col1.gap64 > * {
  width: calc(100% - 4rem / 1 * 0);
}
.flex-col1.gap65 > * {
  width: calc(100% - 4.0625rem / 1 * 0);
}
.flex-col1.gap66 > * {
  width: calc(100% - 4.125rem / 1 * 0);
}
.flex-col1.gap67 > * {
  width: calc(100% - 4.1875rem / 1 * 0);
}
.flex-col1.gap68 > * {
  width: calc(100% - 4.25rem / 1 * 0);
}
.flex-col1.gap69 > * {
  width: calc(100% - 4.3125rem / 1 * 0);
}
.flex-col1.gap70 > * {
  width: calc(100% - 4.375rem / 1 * 0);
}
.flex-col1.gap71 > * {
  width: calc(100% - 4.4375rem / 1 * 0);
}
.flex-col1.gap72 > * {
  width: calc(100% - 4.5rem / 1 * 0);
}
.flex-col1.gap73 > * {
  width: calc(100% - 4.5625rem / 1 * 0);
}
.flex-col1.gap74 > * {
  width: calc(100% - 4.625rem / 1 * 0);
}
.flex-col1.gap75 > * {
  width: calc(100% - 4.6875rem / 1 * 0);
}
.flex-col1.gap76 > * {
  width: calc(100% - 4.75rem / 1 * 0);
}
.flex-col1.gap77 > * {
  width: calc(100% - 4.8125rem / 1 * 0);
}
.flex-col1.gap78 > * {
  width: calc(100% - 4.875rem / 1 * 0);
}
.flex-col1.gap79 > * {
  width: calc(100% - 4.9375rem / 1 * 0);
}
.flex-col1.gap80 > * {
  width: calc(100% - 5rem / 1 * 0);
}
.flex-col1.gap81 > * {
  width: calc(100% - 5.0625rem / 1 * 0);
}
.flex-col1.gap82 > * {
  width: calc(100% - 5.125rem / 1 * 0);
}
.flex-col1.gap83 > * {
  width: calc(100% - 5.1875rem / 1 * 0);
}
.flex-col1.gap84 > * {
  width: calc(100% - 5.25rem / 1 * 0);
}
.flex-col1.gap85 > * {
  width: calc(100% - 5.3125rem / 1 * 0);
}
.flex-col1.gap86 > * {
  width: calc(100% - 5.375rem / 1 * 0);
}
.flex-col1.gap87 > * {
  width: calc(100% - 5.4375rem / 1 * 0);
}
.flex-col1.gap88 > * {
  width: calc(100% - 5.5rem / 1 * 0);
}
.flex-col1.gap89 > * {
  width: calc(100% - 5.5625rem / 1 * 0);
}
.flex-col1.gap90 > * {
  width: calc(100% - 5.625rem / 1 * 0);
}
.flex-col1.gap91 > * {
  width: calc(100% - 5.6875rem / 1 * 0);
}
.flex-col1.gap92 > * {
  width: calc(100% - 5.75rem / 1 * 0);
}
.flex-col1.gap93 > * {
  width: calc(100% - 5.8125rem / 1 * 0);
}
.flex-col1.gap94 > * {
  width: calc(100% - 5.875rem / 1 * 0);
}
.flex-col1.gap95 > * {
  width: calc(100% - 5.9375rem / 1 * 0);
}
.flex-col1.gap96 > * {
  width: calc(100% - 6rem / 1 * 0);
}
.flex-col1.gap97 > * {
  width: calc(100% - 6.0625rem / 1 * 0);
}
.flex-col1.gap98 > * {
  width: calc(100% - 6.125rem / 1 * 0);
}
.flex-col1.gap99 > * {
  width: calc(100% - 6.1875rem / 1 * 0);
}
.flex-col1.gap100 > * {
  width: calc(100% - 6.25rem / 1 * 0);
}
.flex-col1.gap101 > * {
  width: calc(100% - 6.3125rem / 1 * 0);
}
.flex-col1.gap102 > * {
  width: calc(100% - 6.375rem / 1 * 0);
}
.flex-col1.gap103 > * {
  width: calc(100% - 6.4375rem / 1 * 0);
}
.flex-col1.gap104 > * {
  width: calc(100% - 6.5rem / 1 * 0);
}
.flex-col1.gap105 > * {
  width: calc(100% - 6.5625rem / 1 * 0);
}
.flex-col1.gap106 > * {
  width: calc(100% - 6.625rem / 1 * 0);
}
.flex-col1.gap107 > * {
  width: calc(100% - 6.6875rem / 1 * 0);
}
.flex-col1.gap108 > * {
  width: calc(100% - 6.75rem / 1 * 0);
}
.flex-col1.gap109 > * {
  width: calc(100% - 6.8125rem / 1 * 0);
}
.flex-col1.gap110 > * {
  width: calc(100% - 6.875rem / 1 * 0);
}
.flex-col1.gap111 > * {
  width: calc(100% - 6.9375rem / 1 * 0);
}
.flex-col1.gap112 > * {
  width: calc(100% - 7rem / 1 * 0);
}
.flex-col1.gap113 > * {
  width: calc(100% - 7.0625rem / 1 * 0);
}
.flex-col1.gap114 > * {
  width: calc(100% - 7.125rem / 1 * 0);
}
.flex-col1.gap115 > * {
  width: calc(100% - 7.1875rem / 1 * 0);
}
.flex-col1.gap116 > * {
  width: calc(100% - 7.25rem / 1 * 0);
}
.flex-col1.gap117 > * {
  width: calc(100% - 7.3125rem / 1 * 0);
}
.flex-col1.gap118 > * {
  width: calc(100% - 7.375rem / 1 * 0);
}
.flex-col1.gap119 > * {
  width: calc(100% - 7.4375rem / 1 * 0);
}
.flex-col1.gap120 > * {
  width: calc(100% - 7.5rem / 1 * 0);
}
.flex-col1.gap121 > * {
  width: calc(100% - 7.5625rem / 1 * 0);
}
.flex-col1.gap122 > * {
  width: calc(100% - 7.625rem / 1 * 0);
}
.flex-col1.gap123 > * {
  width: calc(100% - 7.6875rem / 1 * 0);
}
.flex-col1.gap124 > * {
  width: calc(100% - 7.75rem / 1 * 0);
}
.flex-col1.gap125 > * {
  width: calc(100% - 7.8125rem / 1 * 0);
}
.flex-col1.gap126 > * {
  width: calc(100% - 7.875rem / 1 * 0);
}
.flex-col1.gap127 > * {
  width: calc(100% - 7.9375rem / 1 * 0);
}
.flex-col1.gap128 > * {
  width: calc(100% - 8rem / 1 * 0);
}
.flex-col1.gap129 > * {
  width: calc(100% - 8.0625rem / 1 * 0);
}
.flex-col1.gap130 > * {
  width: calc(100% - 8.125rem / 1 * 0);
}
.flex-col1.gap131 > * {
  width: calc(100% - 8.1875rem / 1 * 0);
}
.flex-col1.gap132 > * {
  width: calc(100% - 8.25rem / 1 * 0);
}
.flex-col1.gap133 > * {
  width: calc(100% - 8.3125rem / 1 * 0);
}
.flex-col1.gap134 > * {
  width: calc(100% - 8.375rem / 1 * 0);
}
.flex-col1.gap135 > * {
  width: calc(100% - 8.4375rem / 1 * 0);
}
.flex-col1.gap136 > * {
  width: calc(100% - 8.5rem / 1 * 0);
}
.flex-col1.gap137 > * {
  width: calc(100% - 8.5625rem / 1 * 0);
}
.flex-col1.gap138 > * {
  width: calc(100% - 8.625rem / 1 * 0);
}
.flex-col1.gap139 > * {
  width: calc(100% - 8.6875rem / 1 * 0);
}
.flex-col1.gap140 > * {
  width: calc(100% - 8.75rem / 1 * 0);
}
.flex-col1.gap141 > * {
  width: calc(100% - 8.8125rem / 1 * 0);
}
.flex-col1.gap142 > * {
  width: calc(100% - 8.875rem / 1 * 0);
}
.flex-col1.gap143 > * {
  width: calc(100% - 8.9375rem / 1 * 0);
}
.flex-col1.gap144 > * {
  width: calc(100% - 9rem / 1 * 0);
}
.flex-col1.gap145 > * {
  width: calc(100% - 9.0625rem / 1 * 0);
}
.flex-col1.gap146 > * {
  width: calc(100% - 9.125rem / 1 * 0);
}
.flex-col1.gap147 > * {
  width: calc(100% - 9.1875rem / 1 * 0);
}
.flex-col1.gap148 > * {
  width: calc(100% - 9.25rem / 1 * 0);
}
.flex-col1.gap149 > * {
  width: calc(100% - 9.3125rem / 1 * 0);
}
.flex-col1.gap150 > * {
  width: calc(100% - 9.375rem / 1 * 0);
}

.flex-col2 {
  flex-wrap: wrap;
}
.flex-col2 > * {
  width: 50%;
}
.flex-col2.gap6 > * {
  width: calc(50% - 0.375rem / 2 * 1);
}
.flex-col2.gap7 > * {
  width: calc(50% - 0.4375rem / 2 * 1);
}
.flex-col2.gap8 > * {
  width: calc(50% - 0.5rem / 2 * 1);
}
.flex-col2.gap9 > * {
  width: calc(50% - 0.5625rem / 2 * 1);
}
.flex-col2.gap10 > * {
  width: calc(50% - 0.625rem / 2 * 1);
}
.flex-col2.gap11 > * {
  width: calc(50% - 0.6875rem / 2 * 1);
}
.flex-col2.gap12 > * {
  width: calc(50% - 0.75rem / 2 * 1);
}
.flex-col2.gap13 > * {
  width: calc(50% - 0.8125rem / 2 * 1);
}
.flex-col2.gap14 > * {
  width: calc(50% - 0.875rem / 2 * 1);
}
.flex-col2.gap15 > * {
  width: calc(50% - 0.9375rem / 2 * 1);
}
.flex-col2.gap16 > * {
  width: calc(50% - 1rem / 2 * 1);
}
.flex-col2.gap17 > * {
  width: calc(50% - 1.0625rem / 2 * 1);
}
.flex-col2.gap18 > * {
  width: calc(50% - 1.125rem / 2 * 1);
}
.flex-col2.gap19 > * {
  width: calc(50% - 1.1875rem / 2 * 1);
}
.flex-col2.gap20 > * {
  width: calc(50% - 1.25rem / 2 * 1);
}
.flex-col2.gap21 > * {
  width: calc(50% - 1.3125rem / 2 * 1);
}
.flex-col2.gap22 > * {
  width: calc(50% - 1.375rem / 2 * 1);
}
.flex-col2.gap23 > * {
  width: calc(50% - 1.4375rem / 2 * 1);
}
.flex-col2.gap24 > * {
  width: calc(50% - 1.5rem / 2 * 1);
}
.flex-col2.gap25 > * {
  width: calc(50% - 1.5625rem / 2 * 1);
}
.flex-col2.gap26 > * {
  width: calc(50% - 1.625rem / 2 * 1);
}
.flex-col2.gap27 > * {
  width: calc(50% - 1.6875rem / 2 * 1);
}
.flex-col2.gap28 > * {
  width: calc(50% - 1.75rem / 2 * 1);
}
.flex-col2.gap29 > * {
  width: calc(50% - 1.8125rem / 2 * 1);
}
.flex-col2.gap30 > * {
  width: calc(50% - 1.875rem / 2 * 1);
}
.flex-col2.gap31 > * {
  width: calc(50% - 1.9375rem / 2 * 1);
}
.flex-col2.gap32 > * {
  width: calc(50% - 2rem / 2 * 1);
}
.flex-col2.gap33 > * {
  width: calc(50% - 2.0625rem / 2 * 1);
}
.flex-col2.gap34 > * {
  width: calc(50% - 2.125rem / 2 * 1);
}
.flex-col2.gap35 > * {
  width: calc(50% - 2.1875rem / 2 * 1);
}
.flex-col2.gap36 > * {
  width: calc(50% - 2.25rem / 2 * 1);
}
.flex-col2.gap37 > * {
  width: calc(50% - 2.3125rem / 2 * 1);
}
.flex-col2.gap38 > * {
  width: calc(50% - 2.375rem / 2 * 1);
}
.flex-col2.gap39 > * {
  width: calc(50% - 2.4375rem / 2 * 1);
}
.flex-col2.gap40 > * {
  width: calc(50% - 2.5rem / 2 * 1);
}
.flex-col2.gap41 > * {
  width: calc(50% - 2.5625rem / 2 * 1);
}
.flex-col2.gap42 > * {
  width: calc(50% - 2.625rem / 2 * 1);
}
.flex-col2.gap43 > * {
  width: calc(50% - 2.6875rem / 2 * 1);
}
.flex-col2.gap44 > * {
  width: calc(50% - 2.75rem / 2 * 1);
}
.flex-col2.gap45 > * {
  width: calc(50% - 2.8125rem / 2 * 1);
}
.flex-col2.gap46 > * {
  width: calc(50% - 2.875rem / 2 * 1);
}
.flex-col2.gap47 > * {
  width: calc(50% - 2.9375rem / 2 * 1);
}
.flex-col2.gap48 > * {
  width: calc(50% - 3rem / 2 * 1);
}
.flex-col2.gap49 > * {
  width: calc(50% - 3.0625rem / 2 * 1);
}
.flex-col2.gap50 > * {
  width: calc(50% - 3.125rem / 2 * 1);
}
.flex-col2.gap51 > * {
  width: calc(50% - 3.1875rem / 2 * 1);
}
.flex-col2.gap52 > * {
  width: calc(50% - 3.25rem / 2 * 1);
}
.flex-col2.gap53 > * {
  width: calc(50% - 3.3125rem / 2 * 1);
}
.flex-col2.gap54 > * {
  width: calc(50% - 3.375rem / 2 * 1);
}
.flex-col2.gap55 > * {
  width: calc(50% - 3.4375rem / 2 * 1);
}
.flex-col2.gap56 > * {
  width: calc(50% - 3.5rem / 2 * 1);
}
.flex-col2.gap57 > * {
  width: calc(50% - 3.5625rem / 2 * 1);
}
.flex-col2.gap58 > * {
  width: calc(50% - 3.625rem / 2 * 1);
}
.flex-col2.gap59 > * {
  width: calc(50% - 3.6875rem / 2 * 1);
}
.flex-col2.gap60 > * {
  width: calc(50% - 3.75rem / 2 * 1);
}
.flex-col2.gap61 > * {
  width: calc(50% - 3.8125rem / 2 * 1);
}
.flex-col2.gap62 > * {
  width: calc(50% - 3.875rem / 2 * 1);
}
.flex-col2.gap63 > * {
  width: calc(50% - 3.9375rem / 2 * 1);
}
.flex-col2.gap64 > * {
  width: calc(50% - 4rem / 2 * 1);
}
.flex-col2.gap65 > * {
  width: calc(50% - 4.0625rem / 2 * 1);
}
.flex-col2.gap66 > * {
  width: calc(50% - 4.125rem / 2 * 1);
}
.flex-col2.gap67 > * {
  width: calc(50% - 4.1875rem / 2 * 1);
}
.flex-col2.gap68 > * {
  width: calc(50% - 4.25rem / 2 * 1);
}
.flex-col2.gap69 > * {
  width: calc(50% - 4.3125rem / 2 * 1);
}
.flex-col2.gap70 > * {
  width: calc(50% - 4.375rem / 2 * 1);
}
.flex-col2.gap71 > * {
  width: calc(50% - 4.4375rem / 2 * 1);
}
.flex-col2.gap72 > * {
  width: calc(50% - 4.5rem / 2 * 1);
}
.flex-col2.gap73 > * {
  width: calc(50% - 4.5625rem / 2 * 1);
}
.flex-col2.gap74 > * {
  width: calc(50% - 4.625rem / 2 * 1);
}
.flex-col2.gap75 > * {
  width: calc(50% - 4.6875rem / 2 * 1);
}
.flex-col2.gap76 > * {
  width: calc(50% - 4.75rem / 2 * 1);
}
.flex-col2.gap77 > * {
  width: calc(50% - 4.8125rem / 2 * 1);
}
.flex-col2.gap78 > * {
  width: calc(50% - 4.875rem / 2 * 1);
}
.flex-col2.gap79 > * {
  width: calc(50% - 4.9375rem / 2 * 1);
}
.flex-col2.gap80 > * {
  width: calc(50% - 5rem / 2 * 1);
}
.flex-col2.gap81 > * {
  width: calc(50% - 5.0625rem / 2 * 1);
}
.flex-col2.gap82 > * {
  width: calc(50% - 5.125rem / 2 * 1);
}
.flex-col2.gap83 > * {
  width: calc(50% - 5.1875rem / 2 * 1);
}
.flex-col2.gap84 > * {
  width: calc(50% - 5.25rem / 2 * 1);
}
.flex-col2.gap85 > * {
  width: calc(50% - 5.3125rem / 2 * 1);
}
.flex-col2.gap86 > * {
  width: calc(50% - 5.375rem / 2 * 1);
}
.flex-col2.gap87 > * {
  width: calc(50% - 5.4375rem / 2 * 1);
}
.flex-col2.gap88 > * {
  width: calc(50% - 5.5rem / 2 * 1);
}
.flex-col2.gap89 > * {
  width: calc(50% - 5.5625rem / 2 * 1);
}
.flex-col2.gap90 > * {
  width: calc(50% - 5.625rem / 2 * 1);
}
.flex-col2.gap91 > * {
  width: calc(50% - 5.6875rem / 2 * 1);
}
.flex-col2.gap92 > * {
  width: calc(50% - 5.75rem / 2 * 1);
}
.flex-col2.gap93 > * {
  width: calc(50% - 5.8125rem / 2 * 1);
}
.flex-col2.gap94 > * {
  width: calc(50% - 5.875rem / 2 * 1);
}
.flex-col2.gap95 > * {
  width: calc(50% - 5.9375rem / 2 * 1);
}
.flex-col2.gap96 > * {
  width: calc(50% - 6rem / 2 * 1);
}
.flex-col2.gap97 > * {
  width: calc(50% - 6.0625rem / 2 * 1);
}
.flex-col2.gap98 > * {
  width: calc(50% - 6.125rem / 2 * 1);
}
.flex-col2.gap99 > * {
  width: calc(50% - 6.1875rem / 2 * 1);
}
.flex-col2.gap100 > * {
  width: calc(50% - 6.25rem / 2 * 1);
}
.flex-col2.gap101 > * {
  width: calc(50% - 6.3125rem / 2 * 1);
}
.flex-col2.gap102 > * {
  width: calc(50% - 6.375rem / 2 * 1);
}
.flex-col2.gap103 > * {
  width: calc(50% - 6.4375rem / 2 * 1);
}
.flex-col2.gap104 > * {
  width: calc(50% - 6.5rem / 2 * 1);
}
.flex-col2.gap105 > * {
  width: calc(50% - 6.5625rem / 2 * 1);
}
.flex-col2.gap106 > * {
  width: calc(50% - 6.625rem / 2 * 1);
}
.flex-col2.gap107 > * {
  width: calc(50% - 6.6875rem / 2 * 1);
}
.flex-col2.gap108 > * {
  width: calc(50% - 6.75rem / 2 * 1);
}
.flex-col2.gap109 > * {
  width: calc(50% - 6.8125rem / 2 * 1);
}
.flex-col2.gap110 > * {
  width: calc(50% - 6.875rem / 2 * 1);
}
.flex-col2.gap111 > * {
  width: calc(50% - 6.9375rem / 2 * 1);
}
.flex-col2.gap112 > * {
  width: calc(50% - 7rem / 2 * 1);
}
.flex-col2.gap113 > * {
  width: calc(50% - 7.0625rem / 2 * 1);
}
.flex-col2.gap114 > * {
  width: calc(50% - 7.125rem / 2 * 1);
}
.flex-col2.gap115 > * {
  width: calc(50% - 7.1875rem / 2 * 1);
}
.flex-col2.gap116 > * {
  width: calc(50% - 7.25rem / 2 * 1);
}
.flex-col2.gap117 > * {
  width: calc(50% - 7.3125rem / 2 * 1);
}
.flex-col2.gap118 > * {
  width: calc(50% - 7.375rem / 2 * 1);
}
.flex-col2.gap119 > * {
  width: calc(50% - 7.4375rem / 2 * 1);
}
.flex-col2.gap120 > * {
  width: calc(50% - 7.5rem / 2 * 1);
}
.flex-col2.gap121 > * {
  width: calc(50% - 7.5625rem / 2 * 1);
}
.flex-col2.gap122 > * {
  width: calc(50% - 7.625rem / 2 * 1);
}
.flex-col2.gap123 > * {
  width: calc(50% - 7.6875rem / 2 * 1);
}
.flex-col2.gap124 > * {
  width: calc(50% - 7.75rem / 2 * 1);
}
.flex-col2.gap125 > * {
  width: calc(50% - 7.8125rem / 2 * 1);
}
.flex-col2.gap126 > * {
  width: calc(50% - 7.875rem / 2 * 1);
}
.flex-col2.gap127 > * {
  width: calc(50% - 7.9375rem / 2 * 1);
}
.flex-col2.gap128 > * {
  width: calc(50% - 8rem / 2 * 1);
}
.flex-col2.gap129 > * {
  width: calc(50% - 8.0625rem / 2 * 1);
}
.flex-col2.gap130 > * {
  width: calc(50% - 8.125rem / 2 * 1);
}
.flex-col2.gap131 > * {
  width: calc(50% - 8.1875rem / 2 * 1);
}
.flex-col2.gap132 > * {
  width: calc(50% - 8.25rem / 2 * 1);
}
.flex-col2.gap133 > * {
  width: calc(50% - 8.3125rem / 2 * 1);
}
.flex-col2.gap134 > * {
  width: calc(50% - 8.375rem / 2 * 1);
}
.flex-col2.gap135 > * {
  width: calc(50% - 8.4375rem / 2 * 1);
}
.flex-col2.gap136 > * {
  width: calc(50% - 8.5rem / 2 * 1);
}
.flex-col2.gap137 > * {
  width: calc(50% - 8.5625rem / 2 * 1);
}
.flex-col2.gap138 > * {
  width: calc(50% - 8.625rem / 2 * 1);
}
.flex-col2.gap139 > * {
  width: calc(50% - 8.6875rem / 2 * 1);
}
.flex-col2.gap140 > * {
  width: calc(50% - 8.75rem / 2 * 1);
}
.flex-col2.gap141 > * {
  width: calc(50% - 8.8125rem / 2 * 1);
}
.flex-col2.gap142 > * {
  width: calc(50% - 8.875rem / 2 * 1);
}
.flex-col2.gap143 > * {
  width: calc(50% - 8.9375rem / 2 * 1);
}
.flex-col2.gap144 > * {
  width: calc(50% - 9rem / 2 * 1);
}
.flex-col2.gap145 > * {
  width: calc(50% - 9.0625rem / 2 * 1);
}
.flex-col2.gap146 > * {
  width: calc(50% - 9.125rem / 2 * 1);
}
.flex-col2.gap147 > * {
  width: calc(50% - 9.1875rem / 2 * 1);
}
.flex-col2.gap148 > * {
  width: calc(50% - 9.25rem / 2 * 1);
}
.flex-col2.gap149 > * {
  width: calc(50% - 9.3125rem / 2 * 1);
}
.flex-col2.gap150 > * {
  width: calc(50% - 9.375rem / 2 * 1);
}

.flex-col3 {
  flex-wrap: wrap;
}
.flex-col3 > * {
  width: 33.3333333333%;
}
.flex-col3.gap6 > * {
  width: calc(33.3333333333% - 0.375rem / 3 * 2);
}
.flex-col3.gap7 > * {
  width: calc(33.3333333333% - 0.4375rem / 3 * 2);
}
.flex-col3.gap8 > * {
  width: calc(33.3333333333% - 0.5rem / 3 * 2);
}
.flex-col3.gap9 > * {
  width: calc(33.3333333333% - 0.5625rem / 3 * 2);
}
.flex-col3.gap10 > * {
  width: calc(33.3333333333% - 0.625rem / 3 * 2);
}
.flex-col3.gap11 > * {
  width: calc(33.3333333333% - 0.6875rem / 3 * 2);
}
.flex-col3.gap12 > * {
  width: calc(33.3333333333% - 0.75rem / 3 * 2);
}
.flex-col3.gap13 > * {
  width: calc(33.3333333333% - 0.8125rem / 3 * 2);
}
.flex-col3.gap14 > * {
  width: calc(33.3333333333% - 0.875rem / 3 * 2);
}
.flex-col3.gap15 > * {
  width: calc(33.3333333333% - 0.9375rem / 3 * 2);
}
.flex-col3.gap16 > * {
  width: calc(33.3333333333% - 1rem / 3 * 2);
}
.flex-col3.gap17 > * {
  width: calc(33.3333333333% - 1.0625rem / 3 * 2);
}
.flex-col3.gap18 > * {
  width: calc(33.3333333333% - 1.125rem / 3 * 2);
}
.flex-col3.gap19 > * {
  width: calc(33.3333333333% - 1.1875rem / 3 * 2);
}
.flex-col3.gap20 > * {
  width: calc(33.3333333333% - 1.25rem / 3 * 2);
}
.flex-col3.gap21 > * {
  width: calc(33.3333333333% - 1.3125rem / 3 * 2);
}
.flex-col3.gap22 > * {
  width: calc(33.3333333333% - 1.375rem / 3 * 2);
}
.flex-col3.gap23 > * {
  width: calc(33.3333333333% - 1.4375rem / 3 * 2);
}
.flex-col3.gap24 > * {
  width: calc(33.3333333333% - 1.5rem / 3 * 2);
}
.flex-col3.gap25 > * {
  width: calc(33.3333333333% - 1.5625rem / 3 * 2);
}
.flex-col3.gap26 > * {
  width: calc(33.3333333333% - 1.625rem / 3 * 2);
}
.flex-col3.gap27 > * {
  width: calc(33.3333333333% - 1.6875rem / 3 * 2);
}
.flex-col3.gap28 > * {
  width: calc(33.3333333333% - 1.75rem / 3 * 2);
}
.flex-col3.gap29 > * {
  width: calc(33.3333333333% - 1.8125rem / 3 * 2);
}
.flex-col3.gap30 > * {
  width: calc(33.3333333333% - 1.875rem / 3 * 2);
}
.flex-col3.gap31 > * {
  width: calc(33.3333333333% - 1.9375rem / 3 * 2);
}
.flex-col3.gap32 > * {
  width: calc(33.3333333333% - 2rem / 3 * 2);
}
.flex-col3.gap33 > * {
  width: calc(33.3333333333% - 2.0625rem / 3 * 2);
}
.flex-col3.gap34 > * {
  width: calc(33.3333333333% - 2.125rem / 3 * 2);
}
.flex-col3.gap35 > * {
  width: calc(33.3333333333% - 2.1875rem / 3 * 2);
}
.flex-col3.gap36 > * {
  width: calc(33.3333333333% - 2.25rem / 3 * 2);
}
.flex-col3.gap37 > * {
  width: calc(33.3333333333% - 2.3125rem / 3 * 2);
}
.flex-col3.gap38 > * {
  width: calc(33.3333333333% - 2.375rem / 3 * 2);
}
.flex-col3.gap39 > * {
  width: calc(33.3333333333% - 2.4375rem / 3 * 2);
}
.flex-col3.gap40 > * {
  width: calc(33.3333333333% - 2.5rem / 3 * 2);
}
.flex-col3.gap41 > * {
  width: calc(33.3333333333% - 2.5625rem / 3 * 2);
}
.flex-col3.gap42 > * {
  width: calc(33.3333333333% - 2.625rem / 3 * 2);
}
.flex-col3.gap43 > * {
  width: calc(33.3333333333% - 2.6875rem / 3 * 2);
}
.flex-col3.gap44 > * {
  width: calc(33.3333333333% - 2.75rem / 3 * 2);
}
.flex-col3.gap45 > * {
  width: calc(33.3333333333% - 2.8125rem / 3 * 2);
}
.flex-col3.gap46 > * {
  width: calc(33.3333333333% - 2.875rem / 3 * 2);
}
.flex-col3.gap47 > * {
  width: calc(33.3333333333% - 2.9375rem / 3 * 2);
}
.flex-col3.gap48 > * {
  width: calc(33.3333333333% - 3rem / 3 * 2);
}
.flex-col3.gap49 > * {
  width: calc(33.3333333333% - 3.0625rem / 3 * 2);
}
.flex-col3.gap50 > * {
  width: calc(33.3333333333% - 3.125rem / 3 * 2);
}
.flex-col3.gap51 > * {
  width: calc(33.3333333333% - 3.1875rem / 3 * 2);
}
.flex-col3.gap52 > * {
  width: calc(33.3333333333% - 3.25rem / 3 * 2);
}
.flex-col3.gap53 > * {
  width: calc(33.3333333333% - 3.3125rem / 3 * 2);
}
.flex-col3.gap54 > * {
  width: calc(33.3333333333% - 3.375rem / 3 * 2);
}
.flex-col3.gap55 > * {
  width: calc(33.3333333333% - 3.4375rem / 3 * 2);
}
.flex-col3.gap56 > * {
  width: calc(33.3333333333% - 3.5rem / 3 * 2);
}
.flex-col3.gap57 > * {
  width: calc(33.3333333333% - 3.5625rem / 3 * 2);
}
.flex-col3.gap58 > * {
  width: calc(33.3333333333% - 3.625rem / 3 * 2);
}
.flex-col3.gap59 > * {
  width: calc(33.3333333333% - 3.6875rem / 3 * 2);
}
.flex-col3.gap60 > * {
  width: calc(33.3333333333% - 3.75rem / 3 * 2);
}
.flex-col3.gap61 > * {
  width: calc(33.3333333333% - 3.8125rem / 3 * 2);
}
.flex-col3.gap62 > * {
  width: calc(33.3333333333% - 3.875rem / 3 * 2);
}
.flex-col3.gap63 > * {
  width: calc(33.3333333333% - 3.9375rem / 3 * 2);
}
.flex-col3.gap64 > * {
  width: calc(33.3333333333% - 4rem / 3 * 2);
}
.flex-col3.gap65 > * {
  width: calc(33.3333333333% - 4.0625rem / 3 * 2);
}
.flex-col3.gap66 > * {
  width: calc(33.3333333333% - 4.125rem / 3 * 2);
}
.flex-col3.gap67 > * {
  width: calc(33.3333333333% - 4.1875rem / 3 * 2);
}
.flex-col3.gap68 > * {
  width: calc(33.3333333333% - 4.25rem / 3 * 2);
}
.flex-col3.gap69 > * {
  width: calc(33.3333333333% - 4.3125rem / 3 * 2);
}
.flex-col3.gap70 > * {
  width: calc(33.3333333333% - 4.375rem / 3 * 2);
}
.flex-col3.gap71 > * {
  width: calc(33.3333333333% - 4.4375rem / 3 * 2);
}
.flex-col3.gap72 > * {
  width: calc(33.3333333333% - 4.5rem / 3 * 2);
}
.flex-col3.gap73 > * {
  width: calc(33.3333333333% - 4.5625rem / 3 * 2);
}
.flex-col3.gap74 > * {
  width: calc(33.3333333333% - 4.625rem / 3 * 2);
}
.flex-col3.gap75 > * {
  width: calc(33.3333333333% - 4.6875rem / 3 * 2);
}
.flex-col3.gap76 > * {
  width: calc(33.3333333333% - 4.75rem / 3 * 2);
}
.flex-col3.gap77 > * {
  width: calc(33.3333333333% - 4.8125rem / 3 * 2);
}
.flex-col3.gap78 > * {
  width: calc(33.3333333333% - 4.875rem / 3 * 2);
}
.flex-col3.gap79 > * {
  width: calc(33.3333333333% - 4.9375rem / 3 * 2);
}
.flex-col3.gap80 > * {
  width: calc(33.3333333333% - 5rem / 3 * 2);
}
.flex-col3.gap81 > * {
  width: calc(33.3333333333% - 5.0625rem / 3 * 2);
}
.flex-col3.gap82 > * {
  width: calc(33.3333333333% - 5.125rem / 3 * 2);
}
.flex-col3.gap83 > * {
  width: calc(33.3333333333% - 5.1875rem / 3 * 2);
}
.flex-col3.gap84 > * {
  width: calc(33.3333333333% - 5.25rem / 3 * 2);
}
.flex-col3.gap85 > * {
  width: calc(33.3333333333% - 5.3125rem / 3 * 2);
}
.flex-col3.gap86 > * {
  width: calc(33.3333333333% - 5.375rem / 3 * 2);
}
.flex-col3.gap87 > * {
  width: calc(33.3333333333% - 5.4375rem / 3 * 2);
}
.flex-col3.gap88 > * {
  width: calc(33.3333333333% - 5.5rem / 3 * 2);
}
.flex-col3.gap89 > * {
  width: calc(33.3333333333% - 5.5625rem / 3 * 2);
}
.flex-col3.gap90 > * {
  width: calc(33.3333333333% - 5.625rem / 3 * 2);
}
.flex-col3.gap91 > * {
  width: calc(33.3333333333% - 5.6875rem / 3 * 2);
}
.flex-col3.gap92 > * {
  width: calc(33.3333333333% - 5.75rem / 3 * 2);
}
.flex-col3.gap93 > * {
  width: calc(33.3333333333% - 5.8125rem / 3 * 2);
}
.flex-col3.gap94 > * {
  width: calc(33.3333333333% - 5.875rem / 3 * 2);
}
.flex-col3.gap95 > * {
  width: calc(33.3333333333% - 5.9375rem / 3 * 2);
}
.flex-col3.gap96 > * {
  width: calc(33.3333333333% - 6rem / 3 * 2);
}
.flex-col3.gap97 > * {
  width: calc(33.3333333333% - 6.0625rem / 3 * 2);
}
.flex-col3.gap98 > * {
  width: calc(33.3333333333% - 6.125rem / 3 * 2);
}
.flex-col3.gap99 > * {
  width: calc(33.3333333333% - 6.1875rem / 3 * 2);
}
.flex-col3.gap100 > * {
  width: calc(33.3333333333% - 6.25rem / 3 * 2);
}
.flex-col3.gap101 > * {
  width: calc(33.3333333333% - 6.3125rem / 3 * 2);
}
.flex-col3.gap102 > * {
  width: calc(33.3333333333% - 6.375rem / 3 * 2);
}
.flex-col3.gap103 > * {
  width: calc(33.3333333333% - 6.4375rem / 3 * 2);
}
.flex-col3.gap104 > * {
  width: calc(33.3333333333% - 6.5rem / 3 * 2);
}
.flex-col3.gap105 > * {
  width: calc(33.3333333333% - 6.5625rem / 3 * 2);
}
.flex-col3.gap106 > * {
  width: calc(33.3333333333% - 6.625rem / 3 * 2);
}
.flex-col3.gap107 > * {
  width: calc(33.3333333333% - 6.6875rem / 3 * 2);
}
.flex-col3.gap108 > * {
  width: calc(33.3333333333% - 6.75rem / 3 * 2);
}
.flex-col3.gap109 > * {
  width: calc(33.3333333333% - 6.8125rem / 3 * 2);
}
.flex-col3.gap110 > * {
  width: calc(33.3333333333% - 6.875rem / 3 * 2);
}
.flex-col3.gap111 > * {
  width: calc(33.3333333333% - 6.9375rem / 3 * 2);
}
.flex-col3.gap112 > * {
  width: calc(33.3333333333% - 7rem / 3 * 2);
}
.flex-col3.gap113 > * {
  width: calc(33.3333333333% - 7.0625rem / 3 * 2);
}
.flex-col3.gap114 > * {
  width: calc(33.3333333333% - 7.125rem / 3 * 2);
}
.flex-col3.gap115 > * {
  width: calc(33.3333333333% - 7.1875rem / 3 * 2);
}
.flex-col3.gap116 > * {
  width: calc(33.3333333333% - 7.25rem / 3 * 2);
}
.flex-col3.gap117 > * {
  width: calc(33.3333333333% - 7.3125rem / 3 * 2);
}
.flex-col3.gap118 > * {
  width: calc(33.3333333333% - 7.375rem / 3 * 2);
}
.flex-col3.gap119 > * {
  width: calc(33.3333333333% - 7.4375rem / 3 * 2);
}
.flex-col3.gap120 > * {
  width: calc(33.3333333333% - 7.5rem / 3 * 2);
}
.flex-col3.gap121 > * {
  width: calc(33.3333333333% - 7.5625rem / 3 * 2);
}
.flex-col3.gap122 > * {
  width: calc(33.3333333333% - 7.625rem / 3 * 2);
}
.flex-col3.gap123 > * {
  width: calc(33.3333333333% - 7.6875rem / 3 * 2);
}
.flex-col3.gap124 > * {
  width: calc(33.3333333333% - 7.75rem / 3 * 2);
}
.flex-col3.gap125 > * {
  width: calc(33.3333333333% - 7.8125rem / 3 * 2);
}
.flex-col3.gap126 > * {
  width: calc(33.3333333333% - 7.875rem / 3 * 2);
}
.flex-col3.gap127 > * {
  width: calc(33.3333333333% - 7.9375rem / 3 * 2);
}
.flex-col3.gap128 > * {
  width: calc(33.3333333333% - 8rem / 3 * 2);
}
.flex-col3.gap129 > * {
  width: calc(33.3333333333% - 8.0625rem / 3 * 2);
}
.flex-col3.gap130 > * {
  width: calc(33.3333333333% - 8.125rem / 3 * 2);
}
.flex-col3.gap131 > * {
  width: calc(33.3333333333% - 8.1875rem / 3 * 2);
}
.flex-col3.gap132 > * {
  width: calc(33.3333333333% - 8.25rem / 3 * 2);
}
.flex-col3.gap133 > * {
  width: calc(33.3333333333% - 8.3125rem / 3 * 2);
}
.flex-col3.gap134 > * {
  width: calc(33.3333333333% - 8.375rem / 3 * 2);
}
.flex-col3.gap135 > * {
  width: calc(33.3333333333% - 8.4375rem / 3 * 2);
}
.flex-col3.gap136 > * {
  width: calc(33.3333333333% - 8.5rem / 3 * 2);
}
.flex-col3.gap137 > * {
  width: calc(33.3333333333% - 8.5625rem / 3 * 2);
}
.flex-col3.gap138 > * {
  width: calc(33.3333333333% - 8.625rem / 3 * 2);
}
.flex-col3.gap139 > * {
  width: calc(33.3333333333% - 8.6875rem / 3 * 2);
}
.flex-col3.gap140 > * {
  width: calc(33.3333333333% - 8.75rem / 3 * 2);
}
.flex-col3.gap141 > * {
  width: calc(33.3333333333% - 8.8125rem / 3 * 2);
}
.flex-col3.gap142 > * {
  width: calc(33.3333333333% - 8.875rem / 3 * 2);
}
.flex-col3.gap143 > * {
  width: calc(33.3333333333% - 8.9375rem / 3 * 2);
}
.flex-col3.gap144 > * {
  width: calc(33.3333333333% - 9rem / 3 * 2);
}
.flex-col3.gap145 > * {
  width: calc(33.3333333333% - 9.0625rem / 3 * 2);
}
.flex-col3.gap146 > * {
  width: calc(33.3333333333% - 9.125rem / 3 * 2);
}
.flex-col3.gap147 > * {
  width: calc(33.3333333333% - 9.1875rem / 3 * 2);
}
.flex-col3.gap148 > * {
  width: calc(33.3333333333% - 9.25rem / 3 * 2);
}
.flex-col3.gap149 > * {
  width: calc(33.3333333333% - 9.3125rem / 3 * 2);
}
.flex-col3.gap150 > * {
  width: calc(33.3333333333% - 9.375rem / 3 * 2);
}

.flex-col4 {
  flex-wrap: wrap;
}
.flex-col4 > * {
  width: 25%;
}
.flex-col4.gap6 > * {
  width: calc(25% - 0.375rem / 4 * 3);
}
.flex-col4.gap7 > * {
  width: calc(25% - 0.4375rem / 4 * 3);
}
.flex-col4.gap8 > * {
  width: calc(25% - 0.5rem / 4 * 3);
}
.flex-col4.gap9 > * {
  width: calc(25% - 0.5625rem / 4 * 3);
}
.flex-col4.gap10 > * {
  width: calc(25% - 0.625rem / 4 * 3);
}
.flex-col4.gap11 > * {
  width: calc(25% - 0.6875rem / 4 * 3);
}
.flex-col4.gap12 > * {
  width: calc(25% - 0.75rem / 4 * 3);
}
.flex-col4.gap13 > * {
  width: calc(25% - 0.8125rem / 4 * 3);
}
.flex-col4.gap14 > * {
  width: calc(25% - 0.875rem / 4 * 3);
}
.flex-col4.gap15 > * {
  width: calc(25% - 0.9375rem / 4 * 3);
}
.flex-col4.gap16 > * {
  width: calc(25% - 1rem / 4 * 3);
}
.flex-col4.gap17 > * {
  width: calc(25% - 1.0625rem / 4 * 3);
}
.flex-col4.gap18 > * {
  width: calc(25% - 1.125rem / 4 * 3);
}
.flex-col4.gap19 > * {
  width: calc(25% - 1.1875rem / 4 * 3);
}
.flex-col4.gap20 > * {
  width: calc(25% - 1.25rem / 4 * 3);
}
.flex-col4.gap21 > * {
  width: calc(25% - 1.3125rem / 4 * 3);
}
.flex-col4.gap22 > * {
  width: calc(25% - 1.375rem / 4 * 3);
}
.flex-col4.gap23 > * {
  width: calc(25% - 1.4375rem / 4 * 3);
}
.flex-col4.gap24 > * {
  width: calc(25% - 1.5rem / 4 * 3);
}
.flex-col4.gap25 > * {
  width: calc(25% - 1.5625rem / 4 * 3);
}
.flex-col4.gap26 > * {
  width: calc(25% - 1.625rem / 4 * 3);
}
.flex-col4.gap27 > * {
  width: calc(25% - 1.6875rem / 4 * 3);
}
.flex-col4.gap28 > * {
  width: calc(25% - 1.75rem / 4 * 3);
}
.flex-col4.gap29 > * {
  width: calc(25% - 1.8125rem / 4 * 3);
}
.flex-col4.gap30 > * {
  width: calc(25% - 1.875rem / 4 * 3);
}
.flex-col4.gap31 > * {
  width: calc(25% - 1.9375rem / 4 * 3);
}
.flex-col4.gap32 > * {
  width: calc(25% - 2rem / 4 * 3);
}
.flex-col4.gap33 > * {
  width: calc(25% - 2.0625rem / 4 * 3);
}
.flex-col4.gap34 > * {
  width: calc(25% - 2.125rem / 4 * 3);
}
.flex-col4.gap35 > * {
  width: calc(25% - 2.1875rem / 4 * 3);
}
.flex-col4.gap36 > * {
  width: calc(25% - 2.25rem / 4 * 3);
}
.flex-col4.gap37 > * {
  width: calc(25% - 2.3125rem / 4 * 3);
}
.flex-col4.gap38 > * {
  width: calc(25% - 2.375rem / 4 * 3);
}
.flex-col4.gap39 > * {
  width: calc(25% - 2.4375rem / 4 * 3);
}
.flex-col4.gap40 > * {
  width: calc(25% - 2.5rem / 4 * 3);
}
.flex-col4.gap41 > * {
  width: calc(25% - 2.5625rem / 4 * 3);
}
.flex-col4.gap42 > * {
  width: calc(25% - 2.625rem / 4 * 3);
}
.flex-col4.gap43 > * {
  width: calc(25% - 2.6875rem / 4 * 3);
}
.flex-col4.gap44 > * {
  width: calc(25% - 2.75rem / 4 * 3);
}
.flex-col4.gap45 > * {
  width: calc(25% - 2.8125rem / 4 * 3);
}
.flex-col4.gap46 > * {
  width: calc(25% - 2.875rem / 4 * 3);
}
.flex-col4.gap47 > * {
  width: calc(25% - 2.9375rem / 4 * 3);
}
.flex-col4.gap48 > * {
  width: calc(25% - 3rem / 4 * 3);
}
.flex-col4.gap49 > * {
  width: calc(25% - 3.0625rem / 4 * 3);
}
.flex-col4.gap50 > * {
  width: calc(25% - 3.125rem / 4 * 3);
}
.flex-col4.gap51 > * {
  width: calc(25% - 3.1875rem / 4 * 3);
}
.flex-col4.gap52 > * {
  width: calc(25% - 3.25rem / 4 * 3);
}
.flex-col4.gap53 > * {
  width: calc(25% - 3.3125rem / 4 * 3);
}
.flex-col4.gap54 > * {
  width: calc(25% - 3.375rem / 4 * 3);
}
.flex-col4.gap55 > * {
  width: calc(25% - 3.4375rem / 4 * 3);
}
.flex-col4.gap56 > * {
  width: calc(25% - 3.5rem / 4 * 3);
}
.flex-col4.gap57 > * {
  width: calc(25% - 3.5625rem / 4 * 3);
}
.flex-col4.gap58 > * {
  width: calc(25% - 3.625rem / 4 * 3);
}
.flex-col4.gap59 > * {
  width: calc(25% - 3.6875rem / 4 * 3);
}
.flex-col4.gap60 > * {
  width: calc(25% - 3.75rem / 4 * 3);
}
.flex-col4.gap61 > * {
  width: calc(25% - 3.8125rem / 4 * 3);
}
.flex-col4.gap62 > * {
  width: calc(25% - 3.875rem / 4 * 3);
}
.flex-col4.gap63 > * {
  width: calc(25% - 3.9375rem / 4 * 3);
}
.flex-col4.gap64 > * {
  width: calc(25% - 4rem / 4 * 3);
}
.flex-col4.gap65 > * {
  width: calc(25% - 4.0625rem / 4 * 3);
}
.flex-col4.gap66 > * {
  width: calc(25% - 4.125rem / 4 * 3);
}
.flex-col4.gap67 > * {
  width: calc(25% - 4.1875rem / 4 * 3);
}
.flex-col4.gap68 > * {
  width: calc(25% - 4.25rem / 4 * 3);
}
.flex-col4.gap69 > * {
  width: calc(25% - 4.3125rem / 4 * 3);
}
.flex-col4.gap70 > * {
  width: calc(25% - 4.375rem / 4 * 3);
}
.flex-col4.gap71 > * {
  width: calc(25% - 4.4375rem / 4 * 3);
}
.flex-col4.gap72 > * {
  width: calc(25% - 4.5rem / 4 * 3);
}
.flex-col4.gap73 > * {
  width: calc(25% - 4.5625rem / 4 * 3);
}
.flex-col4.gap74 > * {
  width: calc(25% - 4.625rem / 4 * 3);
}
.flex-col4.gap75 > * {
  width: calc(25% - 4.6875rem / 4 * 3);
}
.flex-col4.gap76 > * {
  width: calc(25% - 4.75rem / 4 * 3);
}
.flex-col4.gap77 > * {
  width: calc(25% - 4.8125rem / 4 * 3);
}
.flex-col4.gap78 > * {
  width: calc(25% - 4.875rem / 4 * 3);
}
.flex-col4.gap79 > * {
  width: calc(25% - 4.9375rem / 4 * 3);
}
.flex-col4.gap80 > * {
  width: calc(25% - 5rem / 4 * 3);
}
.flex-col4.gap81 > * {
  width: calc(25% - 5.0625rem / 4 * 3);
}
.flex-col4.gap82 > * {
  width: calc(25% - 5.125rem / 4 * 3);
}
.flex-col4.gap83 > * {
  width: calc(25% - 5.1875rem / 4 * 3);
}
.flex-col4.gap84 > * {
  width: calc(25% - 5.25rem / 4 * 3);
}
.flex-col4.gap85 > * {
  width: calc(25% - 5.3125rem / 4 * 3);
}
.flex-col4.gap86 > * {
  width: calc(25% - 5.375rem / 4 * 3);
}
.flex-col4.gap87 > * {
  width: calc(25% - 5.4375rem / 4 * 3);
}
.flex-col4.gap88 > * {
  width: calc(25% - 5.5rem / 4 * 3);
}
.flex-col4.gap89 > * {
  width: calc(25% - 5.5625rem / 4 * 3);
}
.flex-col4.gap90 > * {
  width: calc(25% - 5.625rem / 4 * 3);
}
.flex-col4.gap91 > * {
  width: calc(25% - 5.6875rem / 4 * 3);
}
.flex-col4.gap92 > * {
  width: calc(25% - 5.75rem / 4 * 3);
}
.flex-col4.gap93 > * {
  width: calc(25% - 5.8125rem / 4 * 3);
}
.flex-col4.gap94 > * {
  width: calc(25% - 5.875rem / 4 * 3);
}
.flex-col4.gap95 > * {
  width: calc(25% - 5.9375rem / 4 * 3);
}
.flex-col4.gap96 > * {
  width: calc(25% - 6rem / 4 * 3);
}
.flex-col4.gap97 > * {
  width: calc(25% - 6.0625rem / 4 * 3);
}
.flex-col4.gap98 > * {
  width: calc(25% - 6.125rem / 4 * 3);
}
.flex-col4.gap99 > * {
  width: calc(25% - 6.1875rem / 4 * 3);
}
.flex-col4.gap100 > * {
  width: calc(25% - 6.25rem / 4 * 3);
}
.flex-col4.gap101 > * {
  width: calc(25% - 6.3125rem / 4 * 3);
}
.flex-col4.gap102 > * {
  width: calc(25% - 6.375rem / 4 * 3);
}
.flex-col4.gap103 > * {
  width: calc(25% - 6.4375rem / 4 * 3);
}
.flex-col4.gap104 > * {
  width: calc(25% - 6.5rem / 4 * 3);
}
.flex-col4.gap105 > * {
  width: calc(25% - 6.5625rem / 4 * 3);
}
.flex-col4.gap106 > * {
  width: calc(25% - 6.625rem / 4 * 3);
}
.flex-col4.gap107 > * {
  width: calc(25% - 6.6875rem / 4 * 3);
}
.flex-col4.gap108 > * {
  width: calc(25% - 6.75rem / 4 * 3);
}
.flex-col4.gap109 > * {
  width: calc(25% - 6.8125rem / 4 * 3);
}
.flex-col4.gap110 > * {
  width: calc(25% - 6.875rem / 4 * 3);
}
.flex-col4.gap111 > * {
  width: calc(25% - 6.9375rem / 4 * 3);
}
.flex-col4.gap112 > * {
  width: calc(25% - 7rem / 4 * 3);
}
.flex-col4.gap113 > * {
  width: calc(25% - 7.0625rem / 4 * 3);
}
.flex-col4.gap114 > * {
  width: calc(25% - 7.125rem / 4 * 3);
}
.flex-col4.gap115 > * {
  width: calc(25% - 7.1875rem / 4 * 3);
}
.flex-col4.gap116 > * {
  width: calc(25% - 7.25rem / 4 * 3);
}
.flex-col4.gap117 > * {
  width: calc(25% - 7.3125rem / 4 * 3);
}
.flex-col4.gap118 > * {
  width: calc(25% - 7.375rem / 4 * 3);
}
.flex-col4.gap119 > * {
  width: calc(25% - 7.4375rem / 4 * 3);
}
.flex-col4.gap120 > * {
  width: calc(25% - 7.5rem / 4 * 3);
}
.flex-col4.gap121 > * {
  width: calc(25% - 7.5625rem / 4 * 3);
}
.flex-col4.gap122 > * {
  width: calc(25% - 7.625rem / 4 * 3);
}
.flex-col4.gap123 > * {
  width: calc(25% - 7.6875rem / 4 * 3);
}
.flex-col4.gap124 > * {
  width: calc(25% - 7.75rem / 4 * 3);
}
.flex-col4.gap125 > * {
  width: calc(25% - 7.8125rem / 4 * 3);
}
.flex-col4.gap126 > * {
  width: calc(25% - 7.875rem / 4 * 3);
}
.flex-col4.gap127 > * {
  width: calc(25% - 7.9375rem / 4 * 3);
}
.flex-col4.gap128 > * {
  width: calc(25% - 8rem / 4 * 3);
}
.flex-col4.gap129 > * {
  width: calc(25% - 8.0625rem / 4 * 3);
}
.flex-col4.gap130 > * {
  width: calc(25% - 8.125rem / 4 * 3);
}
.flex-col4.gap131 > * {
  width: calc(25% - 8.1875rem / 4 * 3);
}
.flex-col4.gap132 > * {
  width: calc(25% - 8.25rem / 4 * 3);
}
.flex-col4.gap133 > * {
  width: calc(25% - 8.3125rem / 4 * 3);
}
.flex-col4.gap134 > * {
  width: calc(25% - 8.375rem / 4 * 3);
}
.flex-col4.gap135 > * {
  width: calc(25% - 8.4375rem / 4 * 3);
}
.flex-col4.gap136 > * {
  width: calc(25% - 8.5rem / 4 * 3);
}
.flex-col4.gap137 > * {
  width: calc(25% - 8.5625rem / 4 * 3);
}
.flex-col4.gap138 > * {
  width: calc(25% - 8.625rem / 4 * 3);
}
.flex-col4.gap139 > * {
  width: calc(25% - 8.6875rem / 4 * 3);
}
.flex-col4.gap140 > * {
  width: calc(25% - 8.75rem / 4 * 3);
}
.flex-col4.gap141 > * {
  width: calc(25% - 8.8125rem / 4 * 3);
}
.flex-col4.gap142 > * {
  width: calc(25% - 8.875rem / 4 * 3);
}
.flex-col4.gap143 > * {
  width: calc(25% - 8.9375rem / 4 * 3);
}
.flex-col4.gap144 > * {
  width: calc(25% - 9rem / 4 * 3);
}
.flex-col4.gap145 > * {
  width: calc(25% - 9.0625rem / 4 * 3);
}
.flex-col4.gap146 > * {
  width: calc(25% - 9.125rem / 4 * 3);
}
.flex-col4.gap147 > * {
  width: calc(25% - 9.1875rem / 4 * 3);
}
.flex-col4.gap148 > * {
  width: calc(25% - 9.25rem / 4 * 3);
}
.flex-col4.gap149 > * {
  width: calc(25% - 9.3125rem / 4 * 3);
}
.flex-col4.gap150 > * {
  width: calc(25% - 9.375rem / 4 * 3);
}

.flex-col5 {
  flex-wrap: wrap;
}
.flex-col5 > * {
  width: 20%;
}
.flex-col5.gap6 > * {
  width: calc(20% - 0.375rem / 5 * 4);
}
.flex-col5.gap7 > * {
  width: calc(20% - 0.4375rem / 5 * 4);
}
.flex-col5.gap8 > * {
  width: calc(20% - 0.5rem / 5 * 4);
}
.flex-col5.gap9 > * {
  width: calc(20% - 0.5625rem / 5 * 4);
}
.flex-col5.gap10 > * {
  width: calc(20% - 0.625rem / 5 * 4);
}
.flex-col5.gap11 > * {
  width: calc(20% - 0.6875rem / 5 * 4);
}
.flex-col5.gap12 > * {
  width: calc(20% - 0.75rem / 5 * 4);
}
.flex-col5.gap13 > * {
  width: calc(20% - 0.8125rem / 5 * 4);
}
.flex-col5.gap14 > * {
  width: calc(20% - 0.875rem / 5 * 4);
}
.flex-col5.gap15 > * {
  width: calc(20% - 0.9375rem / 5 * 4);
}
.flex-col5.gap16 > * {
  width: calc(20% - 1rem / 5 * 4);
}
.flex-col5.gap17 > * {
  width: calc(20% - 1.0625rem / 5 * 4);
}
.flex-col5.gap18 > * {
  width: calc(20% - 1.125rem / 5 * 4);
}
.flex-col5.gap19 > * {
  width: calc(20% - 1.1875rem / 5 * 4);
}
.flex-col5.gap20 > * {
  width: calc(20% - 1.25rem / 5 * 4);
}
.flex-col5.gap21 > * {
  width: calc(20% - 1.3125rem / 5 * 4);
}
.flex-col5.gap22 > * {
  width: calc(20% - 1.375rem / 5 * 4);
}
.flex-col5.gap23 > * {
  width: calc(20% - 1.4375rem / 5 * 4);
}
.flex-col5.gap24 > * {
  width: calc(20% - 1.5rem / 5 * 4);
}
.flex-col5.gap25 > * {
  width: calc(20% - 1.5625rem / 5 * 4);
}
.flex-col5.gap26 > * {
  width: calc(20% - 1.625rem / 5 * 4);
}
.flex-col5.gap27 > * {
  width: calc(20% - 1.6875rem / 5 * 4);
}
.flex-col5.gap28 > * {
  width: calc(20% - 1.75rem / 5 * 4);
}
.flex-col5.gap29 > * {
  width: calc(20% - 1.8125rem / 5 * 4);
}
.flex-col5.gap30 > * {
  width: calc(20% - 1.875rem / 5 * 4);
}
.flex-col5.gap31 > * {
  width: calc(20% - 1.9375rem / 5 * 4);
}
.flex-col5.gap32 > * {
  width: calc(20% - 2rem / 5 * 4);
}
.flex-col5.gap33 > * {
  width: calc(20% - 2.0625rem / 5 * 4);
}
.flex-col5.gap34 > * {
  width: calc(20% - 2.125rem / 5 * 4);
}
.flex-col5.gap35 > * {
  width: calc(20% - 2.1875rem / 5 * 4);
}
.flex-col5.gap36 > * {
  width: calc(20% - 2.25rem / 5 * 4);
}
.flex-col5.gap37 > * {
  width: calc(20% - 2.3125rem / 5 * 4);
}
.flex-col5.gap38 > * {
  width: calc(20% - 2.375rem / 5 * 4);
}
.flex-col5.gap39 > * {
  width: calc(20% - 2.4375rem / 5 * 4);
}
.flex-col5.gap40 > * {
  width: calc(20% - 2.5rem / 5 * 4);
}
.flex-col5.gap41 > * {
  width: calc(20% - 2.5625rem / 5 * 4);
}
.flex-col5.gap42 > * {
  width: calc(20% - 2.625rem / 5 * 4);
}
.flex-col5.gap43 > * {
  width: calc(20% - 2.6875rem / 5 * 4);
}
.flex-col5.gap44 > * {
  width: calc(20% - 2.75rem / 5 * 4);
}
.flex-col5.gap45 > * {
  width: calc(20% - 2.8125rem / 5 * 4);
}
.flex-col5.gap46 > * {
  width: calc(20% - 2.875rem / 5 * 4);
}
.flex-col5.gap47 > * {
  width: calc(20% - 2.9375rem / 5 * 4);
}
.flex-col5.gap48 > * {
  width: calc(20% - 3rem / 5 * 4);
}
.flex-col5.gap49 > * {
  width: calc(20% - 3.0625rem / 5 * 4);
}
.flex-col5.gap50 > * {
  width: calc(20% - 3.125rem / 5 * 4);
}
.flex-col5.gap51 > * {
  width: calc(20% - 3.1875rem / 5 * 4);
}
.flex-col5.gap52 > * {
  width: calc(20% - 3.25rem / 5 * 4);
}
.flex-col5.gap53 > * {
  width: calc(20% - 3.3125rem / 5 * 4);
}
.flex-col5.gap54 > * {
  width: calc(20% - 3.375rem / 5 * 4);
}
.flex-col5.gap55 > * {
  width: calc(20% - 3.4375rem / 5 * 4);
}
.flex-col5.gap56 > * {
  width: calc(20% - 3.5rem / 5 * 4);
}
.flex-col5.gap57 > * {
  width: calc(20% - 3.5625rem / 5 * 4);
}
.flex-col5.gap58 > * {
  width: calc(20% - 3.625rem / 5 * 4);
}
.flex-col5.gap59 > * {
  width: calc(20% - 3.6875rem / 5 * 4);
}
.flex-col5.gap60 > * {
  width: calc(20% - 3.75rem / 5 * 4);
}
.flex-col5.gap61 > * {
  width: calc(20% - 3.8125rem / 5 * 4);
}
.flex-col5.gap62 > * {
  width: calc(20% - 3.875rem / 5 * 4);
}
.flex-col5.gap63 > * {
  width: calc(20% - 3.9375rem / 5 * 4);
}
.flex-col5.gap64 > * {
  width: calc(20% - 4rem / 5 * 4);
}
.flex-col5.gap65 > * {
  width: calc(20% - 4.0625rem / 5 * 4);
}
.flex-col5.gap66 > * {
  width: calc(20% - 4.125rem / 5 * 4);
}
.flex-col5.gap67 > * {
  width: calc(20% - 4.1875rem / 5 * 4);
}
.flex-col5.gap68 > * {
  width: calc(20% - 4.25rem / 5 * 4);
}
.flex-col5.gap69 > * {
  width: calc(20% - 4.3125rem / 5 * 4);
}
.flex-col5.gap70 > * {
  width: calc(20% - 4.375rem / 5 * 4);
}
.flex-col5.gap71 > * {
  width: calc(20% - 4.4375rem / 5 * 4);
}
.flex-col5.gap72 > * {
  width: calc(20% - 4.5rem / 5 * 4);
}
.flex-col5.gap73 > * {
  width: calc(20% - 4.5625rem / 5 * 4);
}
.flex-col5.gap74 > * {
  width: calc(20% - 4.625rem / 5 * 4);
}
.flex-col5.gap75 > * {
  width: calc(20% - 4.6875rem / 5 * 4);
}
.flex-col5.gap76 > * {
  width: calc(20% - 4.75rem / 5 * 4);
}
.flex-col5.gap77 > * {
  width: calc(20% - 4.8125rem / 5 * 4);
}
.flex-col5.gap78 > * {
  width: calc(20% - 4.875rem / 5 * 4);
}
.flex-col5.gap79 > * {
  width: calc(20% - 4.9375rem / 5 * 4);
}
.flex-col5.gap80 > * {
  width: calc(20% - 5rem / 5 * 4);
}
.flex-col5.gap81 > * {
  width: calc(20% - 5.0625rem / 5 * 4);
}
.flex-col5.gap82 > * {
  width: calc(20% - 5.125rem / 5 * 4);
}
.flex-col5.gap83 > * {
  width: calc(20% - 5.1875rem / 5 * 4);
}
.flex-col5.gap84 > * {
  width: calc(20% - 5.25rem / 5 * 4);
}
.flex-col5.gap85 > * {
  width: calc(20% - 5.3125rem / 5 * 4);
}
.flex-col5.gap86 > * {
  width: calc(20% - 5.375rem / 5 * 4);
}
.flex-col5.gap87 > * {
  width: calc(20% - 5.4375rem / 5 * 4);
}
.flex-col5.gap88 > * {
  width: calc(20% - 5.5rem / 5 * 4);
}
.flex-col5.gap89 > * {
  width: calc(20% - 5.5625rem / 5 * 4);
}
.flex-col5.gap90 > * {
  width: calc(20% - 5.625rem / 5 * 4);
}
.flex-col5.gap91 > * {
  width: calc(20% - 5.6875rem / 5 * 4);
}
.flex-col5.gap92 > * {
  width: calc(20% - 5.75rem / 5 * 4);
}
.flex-col5.gap93 > * {
  width: calc(20% - 5.8125rem / 5 * 4);
}
.flex-col5.gap94 > * {
  width: calc(20% - 5.875rem / 5 * 4);
}
.flex-col5.gap95 > * {
  width: calc(20% - 5.9375rem / 5 * 4);
}
.flex-col5.gap96 > * {
  width: calc(20% - 6rem / 5 * 4);
}
.flex-col5.gap97 > * {
  width: calc(20% - 6.0625rem / 5 * 4);
}
.flex-col5.gap98 > * {
  width: calc(20% - 6.125rem / 5 * 4);
}
.flex-col5.gap99 > * {
  width: calc(20% - 6.1875rem / 5 * 4);
}
.flex-col5.gap100 > * {
  width: calc(20% - 6.25rem / 5 * 4);
}
.flex-col5.gap101 > * {
  width: calc(20% - 6.3125rem / 5 * 4);
}
.flex-col5.gap102 > * {
  width: calc(20% - 6.375rem / 5 * 4);
}
.flex-col5.gap103 > * {
  width: calc(20% - 6.4375rem / 5 * 4);
}
.flex-col5.gap104 > * {
  width: calc(20% - 6.5rem / 5 * 4);
}
.flex-col5.gap105 > * {
  width: calc(20% - 6.5625rem / 5 * 4);
}
.flex-col5.gap106 > * {
  width: calc(20% - 6.625rem / 5 * 4);
}
.flex-col5.gap107 > * {
  width: calc(20% - 6.6875rem / 5 * 4);
}
.flex-col5.gap108 > * {
  width: calc(20% - 6.75rem / 5 * 4);
}
.flex-col5.gap109 > * {
  width: calc(20% - 6.8125rem / 5 * 4);
}
.flex-col5.gap110 > * {
  width: calc(20% - 6.875rem / 5 * 4);
}
.flex-col5.gap111 > * {
  width: calc(20% - 6.9375rem / 5 * 4);
}
.flex-col5.gap112 > * {
  width: calc(20% - 7rem / 5 * 4);
}
.flex-col5.gap113 > * {
  width: calc(20% - 7.0625rem / 5 * 4);
}
.flex-col5.gap114 > * {
  width: calc(20% - 7.125rem / 5 * 4);
}
.flex-col5.gap115 > * {
  width: calc(20% - 7.1875rem / 5 * 4);
}
.flex-col5.gap116 > * {
  width: calc(20% - 7.25rem / 5 * 4);
}
.flex-col5.gap117 > * {
  width: calc(20% - 7.3125rem / 5 * 4);
}
.flex-col5.gap118 > * {
  width: calc(20% - 7.375rem / 5 * 4);
}
.flex-col5.gap119 > * {
  width: calc(20% - 7.4375rem / 5 * 4);
}
.flex-col5.gap120 > * {
  width: calc(20% - 7.5rem / 5 * 4);
}
.flex-col5.gap121 > * {
  width: calc(20% - 7.5625rem / 5 * 4);
}
.flex-col5.gap122 > * {
  width: calc(20% - 7.625rem / 5 * 4);
}
.flex-col5.gap123 > * {
  width: calc(20% - 7.6875rem / 5 * 4);
}
.flex-col5.gap124 > * {
  width: calc(20% - 7.75rem / 5 * 4);
}
.flex-col5.gap125 > * {
  width: calc(20% - 7.8125rem / 5 * 4);
}
.flex-col5.gap126 > * {
  width: calc(20% - 7.875rem / 5 * 4);
}
.flex-col5.gap127 > * {
  width: calc(20% - 7.9375rem / 5 * 4);
}
.flex-col5.gap128 > * {
  width: calc(20% - 8rem / 5 * 4);
}
.flex-col5.gap129 > * {
  width: calc(20% - 8.0625rem / 5 * 4);
}
.flex-col5.gap130 > * {
  width: calc(20% - 8.125rem / 5 * 4);
}
.flex-col5.gap131 > * {
  width: calc(20% - 8.1875rem / 5 * 4);
}
.flex-col5.gap132 > * {
  width: calc(20% - 8.25rem / 5 * 4);
}
.flex-col5.gap133 > * {
  width: calc(20% - 8.3125rem / 5 * 4);
}
.flex-col5.gap134 > * {
  width: calc(20% - 8.375rem / 5 * 4);
}
.flex-col5.gap135 > * {
  width: calc(20% - 8.4375rem / 5 * 4);
}
.flex-col5.gap136 > * {
  width: calc(20% - 8.5rem / 5 * 4);
}
.flex-col5.gap137 > * {
  width: calc(20% - 8.5625rem / 5 * 4);
}
.flex-col5.gap138 > * {
  width: calc(20% - 8.625rem / 5 * 4);
}
.flex-col5.gap139 > * {
  width: calc(20% - 8.6875rem / 5 * 4);
}
.flex-col5.gap140 > * {
  width: calc(20% - 8.75rem / 5 * 4);
}
.flex-col5.gap141 > * {
  width: calc(20% - 8.8125rem / 5 * 4);
}
.flex-col5.gap142 > * {
  width: calc(20% - 8.875rem / 5 * 4);
}
.flex-col5.gap143 > * {
  width: calc(20% - 8.9375rem / 5 * 4);
}
.flex-col5.gap144 > * {
  width: calc(20% - 9rem / 5 * 4);
}
.flex-col5.gap145 > * {
  width: calc(20% - 9.0625rem / 5 * 4);
}
.flex-col5.gap146 > * {
  width: calc(20% - 9.125rem / 5 * 4);
}
.flex-col5.gap147 > * {
  width: calc(20% - 9.1875rem / 5 * 4);
}
.flex-col5.gap148 > * {
  width: calc(20% - 9.25rem / 5 * 4);
}
.flex-col5.gap149 > * {
  width: calc(20% - 9.3125rem / 5 * 4);
}
.flex-col5.gap150 > * {
  width: calc(20% - 9.375rem / 5 * 4);
}

.flex-col6 {
  flex-wrap: wrap;
}
.flex-col6 > * {
  width: 16.6666666667%;
}
.flex-col6.gap6 > * {
  width: calc(16.6666666667% - 0.375rem / 6 * 5);
}
.flex-col6.gap7 > * {
  width: calc(16.6666666667% - 0.4375rem / 6 * 5);
}
.flex-col6.gap8 > * {
  width: calc(16.6666666667% - 0.5rem / 6 * 5);
}
.flex-col6.gap9 > * {
  width: calc(16.6666666667% - 0.5625rem / 6 * 5);
}
.flex-col6.gap10 > * {
  width: calc(16.6666666667% - 0.625rem / 6 * 5);
}
.flex-col6.gap11 > * {
  width: calc(16.6666666667% - 0.6875rem / 6 * 5);
}
.flex-col6.gap12 > * {
  width: calc(16.6666666667% - 0.75rem / 6 * 5);
}
.flex-col6.gap13 > * {
  width: calc(16.6666666667% - 0.8125rem / 6 * 5);
}
.flex-col6.gap14 > * {
  width: calc(16.6666666667% - 0.875rem / 6 * 5);
}
.flex-col6.gap15 > * {
  width: calc(16.6666666667% - 0.9375rem / 6 * 5);
}
.flex-col6.gap16 > * {
  width: calc(16.6666666667% - 1rem / 6 * 5);
}
.flex-col6.gap17 > * {
  width: calc(16.6666666667% - 1.0625rem / 6 * 5);
}
.flex-col6.gap18 > * {
  width: calc(16.6666666667% - 1.125rem / 6 * 5);
}
.flex-col6.gap19 > * {
  width: calc(16.6666666667% - 1.1875rem / 6 * 5);
}
.flex-col6.gap20 > * {
  width: calc(16.6666666667% - 1.25rem / 6 * 5);
}
.flex-col6.gap21 > * {
  width: calc(16.6666666667% - 1.3125rem / 6 * 5);
}
.flex-col6.gap22 > * {
  width: calc(16.6666666667% - 1.375rem / 6 * 5);
}
.flex-col6.gap23 > * {
  width: calc(16.6666666667% - 1.4375rem / 6 * 5);
}
.flex-col6.gap24 > * {
  width: calc(16.6666666667% - 1.5rem / 6 * 5);
}
.flex-col6.gap25 > * {
  width: calc(16.6666666667% - 1.5625rem / 6 * 5);
}
.flex-col6.gap26 > * {
  width: calc(16.6666666667% - 1.625rem / 6 * 5);
}
.flex-col6.gap27 > * {
  width: calc(16.6666666667% - 1.6875rem / 6 * 5);
}
.flex-col6.gap28 > * {
  width: calc(16.6666666667% - 1.75rem / 6 * 5);
}
.flex-col6.gap29 > * {
  width: calc(16.6666666667% - 1.8125rem / 6 * 5);
}
.flex-col6.gap30 > * {
  width: calc(16.6666666667% - 1.875rem / 6 * 5);
}
.flex-col6.gap31 > * {
  width: calc(16.6666666667% - 1.9375rem / 6 * 5);
}
.flex-col6.gap32 > * {
  width: calc(16.6666666667% - 2rem / 6 * 5);
}
.flex-col6.gap33 > * {
  width: calc(16.6666666667% - 2.0625rem / 6 * 5);
}
.flex-col6.gap34 > * {
  width: calc(16.6666666667% - 2.125rem / 6 * 5);
}
.flex-col6.gap35 > * {
  width: calc(16.6666666667% - 2.1875rem / 6 * 5);
}
.flex-col6.gap36 > * {
  width: calc(16.6666666667% - 2.25rem / 6 * 5);
}
.flex-col6.gap37 > * {
  width: calc(16.6666666667% - 2.3125rem / 6 * 5);
}
.flex-col6.gap38 > * {
  width: calc(16.6666666667% - 2.375rem / 6 * 5);
}
.flex-col6.gap39 > * {
  width: calc(16.6666666667% - 2.4375rem / 6 * 5);
}
.flex-col6.gap40 > * {
  width: calc(16.6666666667% - 2.5rem / 6 * 5);
}
.flex-col6.gap41 > * {
  width: calc(16.6666666667% - 2.5625rem / 6 * 5);
}
.flex-col6.gap42 > * {
  width: calc(16.6666666667% - 2.625rem / 6 * 5);
}
.flex-col6.gap43 > * {
  width: calc(16.6666666667% - 2.6875rem / 6 * 5);
}
.flex-col6.gap44 > * {
  width: calc(16.6666666667% - 2.75rem / 6 * 5);
}
.flex-col6.gap45 > * {
  width: calc(16.6666666667% - 2.8125rem / 6 * 5);
}
.flex-col6.gap46 > * {
  width: calc(16.6666666667% - 2.875rem / 6 * 5);
}
.flex-col6.gap47 > * {
  width: calc(16.6666666667% - 2.9375rem / 6 * 5);
}
.flex-col6.gap48 > * {
  width: calc(16.6666666667% - 3rem / 6 * 5);
}
.flex-col6.gap49 > * {
  width: calc(16.6666666667% - 3.0625rem / 6 * 5);
}
.flex-col6.gap50 > * {
  width: calc(16.6666666667% - 3.125rem / 6 * 5);
}
.flex-col6.gap51 > * {
  width: calc(16.6666666667% - 3.1875rem / 6 * 5);
}
.flex-col6.gap52 > * {
  width: calc(16.6666666667% - 3.25rem / 6 * 5);
}
.flex-col6.gap53 > * {
  width: calc(16.6666666667% - 3.3125rem / 6 * 5);
}
.flex-col6.gap54 > * {
  width: calc(16.6666666667% - 3.375rem / 6 * 5);
}
.flex-col6.gap55 > * {
  width: calc(16.6666666667% - 3.4375rem / 6 * 5);
}
.flex-col6.gap56 > * {
  width: calc(16.6666666667% - 3.5rem / 6 * 5);
}
.flex-col6.gap57 > * {
  width: calc(16.6666666667% - 3.5625rem / 6 * 5);
}
.flex-col6.gap58 > * {
  width: calc(16.6666666667% - 3.625rem / 6 * 5);
}
.flex-col6.gap59 > * {
  width: calc(16.6666666667% - 3.6875rem / 6 * 5);
}
.flex-col6.gap60 > * {
  width: calc(16.6666666667% - 3.75rem / 6 * 5);
}
.flex-col6.gap61 > * {
  width: calc(16.6666666667% - 3.8125rem / 6 * 5);
}
.flex-col6.gap62 > * {
  width: calc(16.6666666667% - 3.875rem / 6 * 5);
}
.flex-col6.gap63 > * {
  width: calc(16.6666666667% - 3.9375rem / 6 * 5);
}
.flex-col6.gap64 > * {
  width: calc(16.6666666667% - 4rem / 6 * 5);
}
.flex-col6.gap65 > * {
  width: calc(16.6666666667% - 4.0625rem / 6 * 5);
}
.flex-col6.gap66 > * {
  width: calc(16.6666666667% - 4.125rem / 6 * 5);
}
.flex-col6.gap67 > * {
  width: calc(16.6666666667% - 4.1875rem / 6 * 5);
}
.flex-col6.gap68 > * {
  width: calc(16.6666666667% - 4.25rem / 6 * 5);
}
.flex-col6.gap69 > * {
  width: calc(16.6666666667% - 4.3125rem / 6 * 5);
}
.flex-col6.gap70 > * {
  width: calc(16.6666666667% - 4.375rem / 6 * 5);
}
.flex-col6.gap71 > * {
  width: calc(16.6666666667% - 4.4375rem / 6 * 5);
}
.flex-col6.gap72 > * {
  width: calc(16.6666666667% - 4.5rem / 6 * 5);
}
.flex-col6.gap73 > * {
  width: calc(16.6666666667% - 4.5625rem / 6 * 5);
}
.flex-col6.gap74 > * {
  width: calc(16.6666666667% - 4.625rem / 6 * 5);
}
.flex-col6.gap75 > * {
  width: calc(16.6666666667% - 4.6875rem / 6 * 5);
}
.flex-col6.gap76 > * {
  width: calc(16.6666666667% - 4.75rem / 6 * 5);
}
.flex-col6.gap77 > * {
  width: calc(16.6666666667% - 4.8125rem / 6 * 5);
}
.flex-col6.gap78 > * {
  width: calc(16.6666666667% - 4.875rem / 6 * 5);
}
.flex-col6.gap79 > * {
  width: calc(16.6666666667% - 4.9375rem / 6 * 5);
}
.flex-col6.gap80 > * {
  width: calc(16.6666666667% - 5rem / 6 * 5);
}
.flex-col6.gap81 > * {
  width: calc(16.6666666667% - 5.0625rem / 6 * 5);
}
.flex-col6.gap82 > * {
  width: calc(16.6666666667% - 5.125rem / 6 * 5);
}
.flex-col6.gap83 > * {
  width: calc(16.6666666667% - 5.1875rem / 6 * 5);
}
.flex-col6.gap84 > * {
  width: calc(16.6666666667% - 5.25rem / 6 * 5);
}
.flex-col6.gap85 > * {
  width: calc(16.6666666667% - 5.3125rem / 6 * 5);
}
.flex-col6.gap86 > * {
  width: calc(16.6666666667% - 5.375rem / 6 * 5);
}
.flex-col6.gap87 > * {
  width: calc(16.6666666667% - 5.4375rem / 6 * 5);
}
.flex-col6.gap88 > * {
  width: calc(16.6666666667% - 5.5rem / 6 * 5);
}
.flex-col6.gap89 > * {
  width: calc(16.6666666667% - 5.5625rem / 6 * 5);
}
.flex-col6.gap90 > * {
  width: calc(16.6666666667% - 5.625rem / 6 * 5);
}
.flex-col6.gap91 > * {
  width: calc(16.6666666667% - 5.6875rem / 6 * 5);
}
.flex-col6.gap92 > * {
  width: calc(16.6666666667% - 5.75rem / 6 * 5);
}
.flex-col6.gap93 > * {
  width: calc(16.6666666667% - 5.8125rem / 6 * 5);
}
.flex-col6.gap94 > * {
  width: calc(16.6666666667% - 5.875rem / 6 * 5);
}
.flex-col6.gap95 > * {
  width: calc(16.6666666667% - 5.9375rem / 6 * 5);
}
.flex-col6.gap96 > * {
  width: calc(16.6666666667% - 6rem / 6 * 5);
}
.flex-col6.gap97 > * {
  width: calc(16.6666666667% - 6.0625rem / 6 * 5);
}
.flex-col6.gap98 > * {
  width: calc(16.6666666667% - 6.125rem / 6 * 5);
}
.flex-col6.gap99 > * {
  width: calc(16.6666666667% - 6.1875rem / 6 * 5);
}
.flex-col6.gap100 > * {
  width: calc(16.6666666667% - 6.25rem / 6 * 5);
}
.flex-col6.gap101 > * {
  width: calc(16.6666666667% - 6.3125rem / 6 * 5);
}
.flex-col6.gap102 > * {
  width: calc(16.6666666667% - 6.375rem / 6 * 5);
}
.flex-col6.gap103 > * {
  width: calc(16.6666666667% - 6.4375rem / 6 * 5);
}
.flex-col6.gap104 > * {
  width: calc(16.6666666667% - 6.5rem / 6 * 5);
}
.flex-col6.gap105 > * {
  width: calc(16.6666666667% - 6.5625rem / 6 * 5);
}
.flex-col6.gap106 > * {
  width: calc(16.6666666667% - 6.625rem / 6 * 5);
}
.flex-col6.gap107 > * {
  width: calc(16.6666666667% - 6.6875rem / 6 * 5);
}
.flex-col6.gap108 > * {
  width: calc(16.6666666667% - 6.75rem / 6 * 5);
}
.flex-col6.gap109 > * {
  width: calc(16.6666666667% - 6.8125rem / 6 * 5);
}
.flex-col6.gap110 > * {
  width: calc(16.6666666667% - 6.875rem / 6 * 5);
}
.flex-col6.gap111 > * {
  width: calc(16.6666666667% - 6.9375rem / 6 * 5);
}
.flex-col6.gap112 > * {
  width: calc(16.6666666667% - 7rem / 6 * 5);
}
.flex-col6.gap113 > * {
  width: calc(16.6666666667% - 7.0625rem / 6 * 5);
}
.flex-col6.gap114 > * {
  width: calc(16.6666666667% - 7.125rem / 6 * 5);
}
.flex-col6.gap115 > * {
  width: calc(16.6666666667% - 7.1875rem / 6 * 5);
}
.flex-col6.gap116 > * {
  width: calc(16.6666666667% - 7.25rem / 6 * 5);
}
.flex-col6.gap117 > * {
  width: calc(16.6666666667% - 7.3125rem / 6 * 5);
}
.flex-col6.gap118 > * {
  width: calc(16.6666666667% - 7.375rem / 6 * 5);
}
.flex-col6.gap119 > * {
  width: calc(16.6666666667% - 7.4375rem / 6 * 5);
}
.flex-col6.gap120 > * {
  width: calc(16.6666666667% - 7.5rem / 6 * 5);
}
.flex-col6.gap121 > * {
  width: calc(16.6666666667% - 7.5625rem / 6 * 5);
}
.flex-col6.gap122 > * {
  width: calc(16.6666666667% - 7.625rem / 6 * 5);
}
.flex-col6.gap123 > * {
  width: calc(16.6666666667% - 7.6875rem / 6 * 5);
}
.flex-col6.gap124 > * {
  width: calc(16.6666666667% - 7.75rem / 6 * 5);
}
.flex-col6.gap125 > * {
  width: calc(16.6666666667% - 7.8125rem / 6 * 5);
}
.flex-col6.gap126 > * {
  width: calc(16.6666666667% - 7.875rem / 6 * 5);
}
.flex-col6.gap127 > * {
  width: calc(16.6666666667% - 7.9375rem / 6 * 5);
}
.flex-col6.gap128 > * {
  width: calc(16.6666666667% - 8rem / 6 * 5);
}
.flex-col6.gap129 > * {
  width: calc(16.6666666667% - 8.0625rem / 6 * 5);
}
.flex-col6.gap130 > * {
  width: calc(16.6666666667% - 8.125rem / 6 * 5);
}
.flex-col6.gap131 > * {
  width: calc(16.6666666667% - 8.1875rem / 6 * 5);
}
.flex-col6.gap132 > * {
  width: calc(16.6666666667% - 8.25rem / 6 * 5);
}
.flex-col6.gap133 > * {
  width: calc(16.6666666667% - 8.3125rem / 6 * 5);
}
.flex-col6.gap134 > * {
  width: calc(16.6666666667% - 8.375rem / 6 * 5);
}
.flex-col6.gap135 > * {
  width: calc(16.6666666667% - 8.4375rem / 6 * 5);
}
.flex-col6.gap136 > * {
  width: calc(16.6666666667% - 8.5rem / 6 * 5);
}
.flex-col6.gap137 > * {
  width: calc(16.6666666667% - 8.5625rem / 6 * 5);
}
.flex-col6.gap138 > * {
  width: calc(16.6666666667% - 8.625rem / 6 * 5);
}
.flex-col6.gap139 > * {
  width: calc(16.6666666667% - 8.6875rem / 6 * 5);
}
.flex-col6.gap140 > * {
  width: calc(16.6666666667% - 8.75rem / 6 * 5);
}
.flex-col6.gap141 > * {
  width: calc(16.6666666667% - 8.8125rem / 6 * 5);
}
.flex-col6.gap142 > * {
  width: calc(16.6666666667% - 8.875rem / 6 * 5);
}
.flex-col6.gap143 > * {
  width: calc(16.6666666667% - 8.9375rem / 6 * 5);
}
.flex-col6.gap144 > * {
  width: calc(16.6666666667% - 9rem / 6 * 5);
}
.flex-col6.gap145 > * {
  width: calc(16.6666666667% - 9.0625rem / 6 * 5);
}
.flex-col6.gap146 > * {
  width: calc(16.6666666667% - 9.125rem / 6 * 5);
}
.flex-col6.gap147 > * {
  width: calc(16.6666666667% - 9.1875rem / 6 * 5);
}
.flex-col6.gap148 > * {
  width: calc(16.6666666667% - 9.25rem / 6 * 5);
}
.flex-col6.gap149 > * {
  width: calc(16.6666666667% - 9.3125rem / 6 * 5);
}
.flex-col6.gap150 > * {
  width: calc(16.6666666667% - 9.375rem / 6 * 5);
}

.flex-col7 {
  flex-wrap: wrap;
}
.flex-col7 > * {
  width: 14.2857142857%;
}
.flex-col7.gap6 > * {
  width: calc(14.2857142857% - 0.375rem / 7 * 6);
}
.flex-col7.gap7 > * {
  width: calc(14.2857142857% - 0.4375rem / 7 * 6);
}
.flex-col7.gap8 > * {
  width: calc(14.2857142857% - 0.5rem / 7 * 6);
}
.flex-col7.gap9 > * {
  width: calc(14.2857142857% - 0.5625rem / 7 * 6);
}
.flex-col7.gap10 > * {
  width: calc(14.2857142857% - 0.625rem / 7 * 6);
}
.flex-col7.gap11 > * {
  width: calc(14.2857142857% - 0.6875rem / 7 * 6);
}
.flex-col7.gap12 > * {
  width: calc(14.2857142857% - 0.75rem / 7 * 6);
}
.flex-col7.gap13 > * {
  width: calc(14.2857142857% - 0.8125rem / 7 * 6);
}
.flex-col7.gap14 > * {
  width: calc(14.2857142857% - 0.875rem / 7 * 6);
}
.flex-col7.gap15 > * {
  width: calc(14.2857142857% - 0.9375rem / 7 * 6);
}
.flex-col7.gap16 > * {
  width: calc(14.2857142857% - 1rem / 7 * 6);
}
.flex-col7.gap17 > * {
  width: calc(14.2857142857% - 1.0625rem / 7 * 6);
}
.flex-col7.gap18 > * {
  width: calc(14.2857142857% - 1.125rem / 7 * 6);
}
.flex-col7.gap19 > * {
  width: calc(14.2857142857% - 1.1875rem / 7 * 6);
}
.flex-col7.gap20 > * {
  width: calc(14.2857142857% - 1.25rem / 7 * 6);
}
.flex-col7.gap21 > * {
  width: calc(14.2857142857% - 1.3125rem / 7 * 6);
}
.flex-col7.gap22 > * {
  width: calc(14.2857142857% - 1.375rem / 7 * 6);
}
.flex-col7.gap23 > * {
  width: calc(14.2857142857% - 1.4375rem / 7 * 6);
}
.flex-col7.gap24 > * {
  width: calc(14.2857142857% - 1.5rem / 7 * 6);
}
.flex-col7.gap25 > * {
  width: calc(14.2857142857% - 1.5625rem / 7 * 6);
}
.flex-col7.gap26 > * {
  width: calc(14.2857142857% - 1.625rem / 7 * 6);
}
.flex-col7.gap27 > * {
  width: calc(14.2857142857% - 1.6875rem / 7 * 6);
}
.flex-col7.gap28 > * {
  width: calc(14.2857142857% - 1.75rem / 7 * 6);
}
.flex-col7.gap29 > * {
  width: calc(14.2857142857% - 1.8125rem / 7 * 6);
}
.flex-col7.gap30 > * {
  width: calc(14.2857142857% - 1.875rem / 7 * 6);
}
.flex-col7.gap31 > * {
  width: calc(14.2857142857% - 1.9375rem / 7 * 6);
}
.flex-col7.gap32 > * {
  width: calc(14.2857142857% - 2rem / 7 * 6);
}
.flex-col7.gap33 > * {
  width: calc(14.2857142857% - 2.0625rem / 7 * 6);
}
.flex-col7.gap34 > * {
  width: calc(14.2857142857% - 2.125rem / 7 * 6);
}
.flex-col7.gap35 > * {
  width: calc(14.2857142857% - 2.1875rem / 7 * 6);
}
.flex-col7.gap36 > * {
  width: calc(14.2857142857% - 2.25rem / 7 * 6);
}
.flex-col7.gap37 > * {
  width: calc(14.2857142857% - 2.3125rem / 7 * 6);
}
.flex-col7.gap38 > * {
  width: calc(14.2857142857% - 2.375rem / 7 * 6);
}
.flex-col7.gap39 > * {
  width: calc(14.2857142857% - 2.4375rem / 7 * 6);
}
.flex-col7.gap40 > * {
  width: calc(14.2857142857% - 2.5rem / 7 * 6);
}
.flex-col7.gap41 > * {
  width: calc(14.2857142857% - 2.5625rem / 7 * 6);
}
.flex-col7.gap42 > * {
  width: calc(14.2857142857% - 2.625rem / 7 * 6);
}
.flex-col7.gap43 > * {
  width: calc(14.2857142857% - 2.6875rem / 7 * 6);
}
.flex-col7.gap44 > * {
  width: calc(14.2857142857% - 2.75rem / 7 * 6);
}
.flex-col7.gap45 > * {
  width: calc(14.2857142857% - 2.8125rem / 7 * 6);
}
.flex-col7.gap46 > * {
  width: calc(14.2857142857% - 2.875rem / 7 * 6);
}
.flex-col7.gap47 > * {
  width: calc(14.2857142857% - 2.9375rem / 7 * 6);
}
.flex-col7.gap48 > * {
  width: calc(14.2857142857% - 3rem / 7 * 6);
}
.flex-col7.gap49 > * {
  width: calc(14.2857142857% - 3.0625rem / 7 * 6);
}
.flex-col7.gap50 > * {
  width: calc(14.2857142857% - 3.125rem / 7 * 6);
}
.flex-col7.gap51 > * {
  width: calc(14.2857142857% - 3.1875rem / 7 * 6);
}
.flex-col7.gap52 > * {
  width: calc(14.2857142857% - 3.25rem / 7 * 6);
}
.flex-col7.gap53 > * {
  width: calc(14.2857142857% - 3.3125rem / 7 * 6);
}
.flex-col7.gap54 > * {
  width: calc(14.2857142857% - 3.375rem / 7 * 6);
}
.flex-col7.gap55 > * {
  width: calc(14.2857142857% - 3.4375rem / 7 * 6);
}
.flex-col7.gap56 > * {
  width: calc(14.2857142857% - 3.5rem / 7 * 6);
}
.flex-col7.gap57 > * {
  width: calc(14.2857142857% - 3.5625rem / 7 * 6);
}
.flex-col7.gap58 > * {
  width: calc(14.2857142857% - 3.625rem / 7 * 6);
}
.flex-col7.gap59 > * {
  width: calc(14.2857142857% - 3.6875rem / 7 * 6);
}
.flex-col7.gap60 > * {
  width: calc(14.2857142857% - 3.75rem / 7 * 6);
}
.flex-col7.gap61 > * {
  width: calc(14.2857142857% - 3.8125rem / 7 * 6);
}
.flex-col7.gap62 > * {
  width: calc(14.2857142857% - 3.875rem / 7 * 6);
}
.flex-col7.gap63 > * {
  width: calc(14.2857142857% - 3.9375rem / 7 * 6);
}
.flex-col7.gap64 > * {
  width: calc(14.2857142857% - 4rem / 7 * 6);
}
.flex-col7.gap65 > * {
  width: calc(14.2857142857% - 4.0625rem / 7 * 6);
}
.flex-col7.gap66 > * {
  width: calc(14.2857142857% - 4.125rem / 7 * 6);
}
.flex-col7.gap67 > * {
  width: calc(14.2857142857% - 4.1875rem / 7 * 6);
}
.flex-col7.gap68 > * {
  width: calc(14.2857142857% - 4.25rem / 7 * 6);
}
.flex-col7.gap69 > * {
  width: calc(14.2857142857% - 4.3125rem / 7 * 6);
}
.flex-col7.gap70 > * {
  width: calc(14.2857142857% - 4.375rem / 7 * 6);
}
.flex-col7.gap71 > * {
  width: calc(14.2857142857% - 4.4375rem / 7 * 6);
}
.flex-col7.gap72 > * {
  width: calc(14.2857142857% - 4.5rem / 7 * 6);
}
.flex-col7.gap73 > * {
  width: calc(14.2857142857% - 4.5625rem / 7 * 6);
}
.flex-col7.gap74 > * {
  width: calc(14.2857142857% - 4.625rem / 7 * 6);
}
.flex-col7.gap75 > * {
  width: calc(14.2857142857% - 4.6875rem / 7 * 6);
}
.flex-col7.gap76 > * {
  width: calc(14.2857142857% - 4.75rem / 7 * 6);
}
.flex-col7.gap77 > * {
  width: calc(14.2857142857% - 4.8125rem / 7 * 6);
}
.flex-col7.gap78 > * {
  width: calc(14.2857142857% - 4.875rem / 7 * 6);
}
.flex-col7.gap79 > * {
  width: calc(14.2857142857% - 4.9375rem / 7 * 6);
}
.flex-col7.gap80 > * {
  width: calc(14.2857142857% - 5rem / 7 * 6);
}
.flex-col7.gap81 > * {
  width: calc(14.2857142857% - 5.0625rem / 7 * 6);
}
.flex-col7.gap82 > * {
  width: calc(14.2857142857% - 5.125rem / 7 * 6);
}
.flex-col7.gap83 > * {
  width: calc(14.2857142857% - 5.1875rem / 7 * 6);
}
.flex-col7.gap84 > * {
  width: calc(14.2857142857% - 5.25rem / 7 * 6);
}
.flex-col7.gap85 > * {
  width: calc(14.2857142857% - 5.3125rem / 7 * 6);
}
.flex-col7.gap86 > * {
  width: calc(14.2857142857% - 5.375rem / 7 * 6);
}
.flex-col7.gap87 > * {
  width: calc(14.2857142857% - 5.4375rem / 7 * 6);
}
.flex-col7.gap88 > * {
  width: calc(14.2857142857% - 5.5rem / 7 * 6);
}
.flex-col7.gap89 > * {
  width: calc(14.2857142857% - 5.5625rem / 7 * 6);
}
.flex-col7.gap90 > * {
  width: calc(14.2857142857% - 5.625rem / 7 * 6);
}
.flex-col7.gap91 > * {
  width: calc(14.2857142857% - 5.6875rem / 7 * 6);
}
.flex-col7.gap92 > * {
  width: calc(14.2857142857% - 5.75rem / 7 * 6);
}
.flex-col7.gap93 > * {
  width: calc(14.2857142857% - 5.8125rem / 7 * 6);
}
.flex-col7.gap94 > * {
  width: calc(14.2857142857% - 5.875rem / 7 * 6);
}
.flex-col7.gap95 > * {
  width: calc(14.2857142857% - 5.9375rem / 7 * 6);
}
.flex-col7.gap96 > * {
  width: calc(14.2857142857% - 6rem / 7 * 6);
}
.flex-col7.gap97 > * {
  width: calc(14.2857142857% - 6.0625rem / 7 * 6);
}
.flex-col7.gap98 > * {
  width: calc(14.2857142857% - 6.125rem / 7 * 6);
}
.flex-col7.gap99 > * {
  width: calc(14.2857142857% - 6.1875rem / 7 * 6);
}
.flex-col7.gap100 > * {
  width: calc(14.2857142857% - 6.25rem / 7 * 6);
}
.flex-col7.gap101 > * {
  width: calc(14.2857142857% - 6.3125rem / 7 * 6);
}
.flex-col7.gap102 > * {
  width: calc(14.2857142857% - 6.375rem / 7 * 6);
}
.flex-col7.gap103 > * {
  width: calc(14.2857142857% - 6.4375rem / 7 * 6);
}
.flex-col7.gap104 > * {
  width: calc(14.2857142857% - 6.5rem / 7 * 6);
}
.flex-col7.gap105 > * {
  width: calc(14.2857142857% - 6.5625rem / 7 * 6);
}
.flex-col7.gap106 > * {
  width: calc(14.2857142857% - 6.625rem / 7 * 6);
}
.flex-col7.gap107 > * {
  width: calc(14.2857142857% - 6.6875rem / 7 * 6);
}
.flex-col7.gap108 > * {
  width: calc(14.2857142857% - 6.75rem / 7 * 6);
}
.flex-col7.gap109 > * {
  width: calc(14.2857142857% - 6.8125rem / 7 * 6);
}
.flex-col7.gap110 > * {
  width: calc(14.2857142857% - 6.875rem / 7 * 6);
}
.flex-col7.gap111 > * {
  width: calc(14.2857142857% - 6.9375rem / 7 * 6);
}
.flex-col7.gap112 > * {
  width: calc(14.2857142857% - 7rem / 7 * 6);
}
.flex-col7.gap113 > * {
  width: calc(14.2857142857% - 7.0625rem / 7 * 6);
}
.flex-col7.gap114 > * {
  width: calc(14.2857142857% - 7.125rem / 7 * 6);
}
.flex-col7.gap115 > * {
  width: calc(14.2857142857% - 7.1875rem / 7 * 6);
}
.flex-col7.gap116 > * {
  width: calc(14.2857142857% - 7.25rem / 7 * 6);
}
.flex-col7.gap117 > * {
  width: calc(14.2857142857% - 7.3125rem / 7 * 6);
}
.flex-col7.gap118 > * {
  width: calc(14.2857142857% - 7.375rem / 7 * 6);
}
.flex-col7.gap119 > * {
  width: calc(14.2857142857% - 7.4375rem / 7 * 6);
}
.flex-col7.gap120 > * {
  width: calc(14.2857142857% - 7.5rem / 7 * 6);
}
.flex-col7.gap121 > * {
  width: calc(14.2857142857% - 7.5625rem / 7 * 6);
}
.flex-col7.gap122 > * {
  width: calc(14.2857142857% - 7.625rem / 7 * 6);
}
.flex-col7.gap123 > * {
  width: calc(14.2857142857% - 7.6875rem / 7 * 6);
}
.flex-col7.gap124 > * {
  width: calc(14.2857142857% - 7.75rem / 7 * 6);
}
.flex-col7.gap125 > * {
  width: calc(14.2857142857% - 7.8125rem / 7 * 6);
}
.flex-col7.gap126 > * {
  width: calc(14.2857142857% - 7.875rem / 7 * 6);
}
.flex-col7.gap127 > * {
  width: calc(14.2857142857% - 7.9375rem / 7 * 6);
}
.flex-col7.gap128 > * {
  width: calc(14.2857142857% - 8rem / 7 * 6);
}
.flex-col7.gap129 > * {
  width: calc(14.2857142857% - 8.0625rem / 7 * 6);
}
.flex-col7.gap130 > * {
  width: calc(14.2857142857% - 8.125rem / 7 * 6);
}
.flex-col7.gap131 > * {
  width: calc(14.2857142857% - 8.1875rem / 7 * 6);
}
.flex-col7.gap132 > * {
  width: calc(14.2857142857% - 8.25rem / 7 * 6);
}
.flex-col7.gap133 > * {
  width: calc(14.2857142857% - 8.3125rem / 7 * 6);
}
.flex-col7.gap134 > * {
  width: calc(14.2857142857% - 8.375rem / 7 * 6);
}
.flex-col7.gap135 > * {
  width: calc(14.2857142857% - 8.4375rem / 7 * 6);
}
.flex-col7.gap136 > * {
  width: calc(14.2857142857% - 8.5rem / 7 * 6);
}
.flex-col7.gap137 > * {
  width: calc(14.2857142857% - 8.5625rem / 7 * 6);
}
.flex-col7.gap138 > * {
  width: calc(14.2857142857% - 8.625rem / 7 * 6);
}
.flex-col7.gap139 > * {
  width: calc(14.2857142857% - 8.6875rem / 7 * 6);
}
.flex-col7.gap140 > * {
  width: calc(14.2857142857% - 8.75rem / 7 * 6);
}
.flex-col7.gap141 > * {
  width: calc(14.2857142857% - 8.8125rem / 7 * 6);
}
.flex-col7.gap142 > * {
  width: calc(14.2857142857% - 8.875rem / 7 * 6);
}
.flex-col7.gap143 > * {
  width: calc(14.2857142857% - 8.9375rem / 7 * 6);
}
.flex-col7.gap144 > * {
  width: calc(14.2857142857% - 9rem / 7 * 6);
}
.flex-col7.gap145 > * {
  width: calc(14.2857142857% - 9.0625rem / 7 * 6);
}
.flex-col7.gap146 > * {
  width: calc(14.2857142857% - 9.125rem / 7 * 6);
}
.flex-col7.gap147 > * {
  width: calc(14.2857142857% - 9.1875rem / 7 * 6);
}
.flex-col7.gap148 > * {
  width: calc(14.2857142857% - 9.25rem / 7 * 6);
}
.flex-col7.gap149 > * {
  width: calc(14.2857142857% - 9.3125rem / 7 * 6);
}
.flex-col7.gap150 > * {
  width: calc(14.2857142857% - 9.375rem / 7 * 6);
}

.flex-col8 {
  flex-wrap: wrap;
}
.flex-col8 > * {
  width: 12.5%;
}
.flex-col8.gap6 > * {
  width: calc(12.5% - 0.375rem / 8 * 7);
}
.flex-col8.gap7 > * {
  width: calc(12.5% - 0.4375rem / 8 * 7);
}
.flex-col8.gap8 > * {
  width: calc(12.5% - 0.5rem / 8 * 7);
}
.flex-col8.gap9 > * {
  width: calc(12.5% - 0.5625rem / 8 * 7);
}
.flex-col8.gap10 > * {
  width: calc(12.5% - 0.625rem / 8 * 7);
}
.flex-col8.gap11 > * {
  width: calc(12.5% - 0.6875rem / 8 * 7);
}
.flex-col8.gap12 > * {
  width: calc(12.5% - 0.75rem / 8 * 7);
}
.flex-col8.gap13 > * {
  width: calc(12.5% - 0.8125rem / 8 * 7);
}
.flex-col8.gap14 > * {
  width: calc(12.5% - 0.875rem / 8 * 7);
}
.flex-col8.gap15 > * {
  width: calc(12.5% - 0.9375rem / 8 * 7);
}
.flex-col8.gap16 > * {
  width: calc(12.5% - 1rem / 8 * 7);
}
.flex-col8.gap17 > * {
  width: calc(12.5% - 1.0625rem / 8 * 7);
}
.flex-col8.gap18 > * {
  width: calc(12.5% - 1.125rem / 8 * 7);
}
.flex-col8.gap19 > * {
  width: calc(12.5% - 1.1875rem / 8 * 7);
}
.flex-col8.gap20 > * {
  width: calc(12.5% - 1.25rem / 8 * 7);
}
.flex-col8.gap21 > * {
  width: calc(12.5% - 1.3125rem / 8 * 7);
}
.flex-col8.gap22 > * {
  width: calc(12.5% - 1.375rem / 8 * 7);
}
.flex-col8.gap23 > * {
  width: calc(12.5% - 1.4375rem / 8 * 7);
}
.flex-col8.gap24 > * {
  width: calc(12.5% - 1.5rem / 8 * 7);
}
.flex-col8.gap25 > * {
  width: calc(12.5% - 1.5625rem / 8 * 7);
}
.flex-col8.gap26 > * {
  width: calc(12.5% - 1.625rem / 8 * 7);
}
.flex-col8.gap27 > * {
  width: calc(12.5% - 1.6875rem / 8 * 7);
}
.flex-col8.gap28 > * {
  width: calc(12.5% - 1.75rem / 8 * 7);
}
.flex-col8.gap29 > * {
  width: calc(12.5% - 1.8125rem / 8 * 7);
}
.flex-col8.gap30 > * {
  width: calc(12.5% - 1.875rem / 8 * 7);
}
.flex-col8.gap31 > * {
  width: calc(12.5% - 1.9375rem / 8 * 7);
}
.flex-col8.gap32 > * {
  width: calc(12.5% - 2rem / 8 * 7);
}
.flex-col8.gap33 > * {
  width: calc(12.5% - 2.0625rem / 8 * 7);
}
.flex-col8.gap34 > * {
  width: calc(12.5% - 2.125rem / 8 * 7);
}
.flex-col8.gap35 > * {
  width: calc(12.5% - 2.1875rem / 8 * 7);
}
.flex-col8.gap36 > * {
  width: calc(12.5% - 2.25rem / 8 * 7);
}
.flex-col8.gap37 > * {
  width: calc(12.5% - 2.3125rem / 8 * 7);
}
.flex-col8.gap38 > * {
  width: calc(12.5% - 2.375rem / 8 * 7);
}
.flex-col8.gap39 > * {
  width: calc(12.5% - 2.4375rem / 8 * 7);
}
.flex-col8.gap40 > * {
  width: calc(12.5% - 2.5rem / 8 * 7);
}
.flex-col8.gap41 > * {
  width: calc(12.5% - 2.5625rem / 8 * 7);
}
.flex-col8.gap42 > * {
  width: calc(12.5% - 2.625rem / 8 * 7);
}
.flex-col8.gap43 > * {
  width: calc(12.5% - 2.6875rem / 8 * 7);
}
.flex-col8.gap44 > * {
  width: calc(12.5% - 2.75rem / 8 * 7);
}
.flex-col8.gap45 > * {
  width: calc(12.5% - 2.8125rem / 8 * 7);
}
.flex-col8.gap46 > * {
  width: calc(12.5% - 2.875rem / 8 * 7);
}
.flex-col8.gap47 > * {
  width: calc(12.5% - 2.9375rem / 8 * 7);
}
.flex-col8.gap48 > * {
  width: calc(12.5% - 3rem / 8 * 7);
}
.flex-col8.gap49 > * {
  width: calc(12.5% - 3.0625rem / 8 * 7);
}
.flex-col8.gap50 > * {
  width: calc(12.5% - 3.125rem / 8 * 7);
}
.flex-col8.gap51 > * {
  width: calc(12.5% - 3.1875rem / 8 * 7);
}
.flex-col8.gap52 > * {
  width: calc(12.5% - 3.25rem / 8 * 7);
}
.flex-col8.gap53 > * {
  width: calc(12.5% - 3.3125rem / 8 * 7);
}
.flex-col8.gap54 > * {
  width: calc(12.5% - 3.375rem / 8 * 7);
}
.flex-col8.gap55 > * {
  width: calc(12.5% - 3.4375rem / 8 * 7);
}
.flex-col8.gap56 > * {
  width: calc(12.5% - 3.5rem / 8 * 7);
}
.flex-col8.gap57 > * {
  width: calc(12.5% - 3.5625rem / 8 * 7);
}
.flex-col8.gap58 > * {
  width: calc(12.5% - 3.625rem / 8 * 7);
}
.flex-col8.gap59 > * {
  width: calc(12.5% - 3.6875rem / 8 * 7);
}
.flex-col8.gap60 > * {
  width: calc(12.5% - 3.75rem / 8 * 7);
}
.flex-col8.gap61 > * {
  width: calc(12.5% - 3.8125rem / 8 * 7);
}
.flex-col8.gap62 > * {
  width: calc(12.5% - 3.875rem / 8 * 7);
}
.flex-col8.gap63 > * {
  width: calc(12.5% - 3.9375rem / 8 * 7);
}
.flex-col8.gap64 > * {
  width: calc(12.5% - 4rem / 8 * 7);
}
.flex-col8.gap65 > * {
  width: calc(12.5% - 4.0625rem / 8 * 7);
}
.flex-col8.gap66 > * {
  width: calc(12.5% - 4.125rem / 8 * 7);
}
.flex-col8.gap67 > * {
  width: calc(12.5% - 4.1875rem / 8 * 7);
}
.flex-col8.gap68 > * {
  width: calc(12.5% - 4.25rem / 8 * 7);
}
.flex-col8.gap69 > * {
  width: calc(12.5% - 4.3125rem / 8 * 7);
}
.flex-col8.gap70 > * {
  width: calc(12.5% - 4.375rem / 8 * 7);
}
.flex-col8.gap71 > * {
  width: calc(12.5% - 4.4375rem / 8 * 7);
}
.flex-col8.gap72 > * {
  width: calc(12.5% - 4.5rem / 8 * 7);
}
.flex-col8.gap73 > * {
  width: calc(12.5% - 4.5625rem / 8 * 7);
}
.flex-col8.gap74 > * {
  width: calc(12.5% - 4.625rem / 8 * 7);
}
.flex-col8.gap75 > * {
  width: calc(12.5% - 4.6875rem / 8 * 7);
}
.flex-col8.gap76 > * {
  width: calc(12.5% - 4.75rem / 8 * 7);
}
.flex-col8.gap77 > * {
  width: calc(12.5% - 4.8125rem / 8 * 7);
}
.flex-col8.gap78 > * {
  width: calc(12.5% - 4.875rem / 8 * 7);
}
.flex-col8.gap79 > * {
  width: calc(12.5% - 4.9375rem / 8 * 7);
}
.flex-col8.gap80 > * {
  width: calc(12.5% - 5rem / 8 * 7);
}
.flex-col8.gap81 > * {
  width: calc(12.5% - 5.0625rem / 8 * 7);
}
.flex-col8.gap82 > * {
  width: calc(12.5% - 5.125rem / 8 * 7);
}
.flex-col8.gap83 > * {
  width: calc(12.5% - 5.1875rem / 8 * 7);
}
.flex-col8.gap84 > * {
  width: calc(12.5% - 5.25rem / 8 * 7);
}
.flex-col8.gap85 > * {
  width: calc(12.5% - 5.3125rem / 8 * 7);
}
.flex-col8.gap86 > * {
  width: calc(12.5% - 5.375rem / 8 * 7);
}
.flex-col8.gap87 > * {
  width: calc(12.5% - 5.4375rem / 8 * 7);
}
.flex-col8.gap88 > * {
  width: calc(12.5% - 5.5rem / 8 * 7);
}
.flex-col8.gap89 > * {
  width: calc(12.5% - 5.5625rem / 8 * 7);
}
.flex-col8.gap90 > * {
  width: calc(12.5% - 5.625rem / 8 * 7);
}
.flex-col8.gap91 > * {
  width: calc(12.5% - 5.6875rem / 8 * 7);
}
.flex-col8.gap92 > * {
  width: calc(12.5% - 5.75rem / 8 * 7);
}
.flex-col8.gap93 > * {
  width: calc(12.5% - 5.8125rem / 8 * 7);
}
.flex-col8.gap94 > * {
  width: calc(12.5% - 5.875rem / 8 * 7);
}
.flex-col8.gap95 > * {
  width: calc(12.5% - 5.9375rem / 8 * 7);
}
.flex-col8.gap96 > * {
  width: calc(12.5% - 6rem / 8 * 7);
}
.flex-col8.gap97 > * {
  width: calc(12.5% - 6.0625rem / 8 * 7);
}
.flex-col8.gap98 > * {
  width: calc(12.5% - 6.125rem / 8 * 7);
}
.flex-col8.gap99 > * {
  width: calc(12.5% - 6.1875rem / 8 * 7);
}
.flex-col8.gap100 > * {
  width: calc(12.5% - 6.25rem / 8 * 7);
}
.flex-col8.gap101 > * {
  width: calc(12.5% - 6.3125rem / 8 * 7);
}
.flex-col8.gap102 > * {
  width: calc(12.5% - 6.375rem / 8 * 7);
}
.flex-col8.gap103 > * {
  width: calc(12.5% - 6.4375rem / 8 * 7);
}
.flex-col8.gap104 > * {
  width: calc(12.5% - 6.5rem / 8 * 7);
}
.flex-col8.gap105 > * {
  width: calc(12.5% - 6.5625rem / 8 * 7);
}
.flex-col8.gap106 > * {
  width: calc(12.5% - 6.625rem / 8 * 7);
}
.flex-col8.gap107 > * {
  width: calc(12.5% - 6.6875rem / 8 * 7);
}
.flex-col8.gap108 > * {
  width: calc(12.5% - 6.75rem / 8 * 7);
}
.flex-col8.gap109 > * {
  width: calc(12.5% - 6.8125rem / 8 * 7);
}
.flex-col8.gap110 > * {
  width: calc(12.5% - 6.875rem / 8 * 7);
}
.flex-col8.gap111 > * {
  width: calc(12.5% - 6.9375rem / 8 * 7);
}
.flex-col8.gap112 > * {
  width: calc(12.5% - 7rem / 8 * 7);
}
.flex-col8.gap113 > * {
  width: calc(12.5% - 7.0625rem / 8 * 7);
}
.flex-col8.gap114 > * {
  width: calc(12.5% - 7.125rem / 8 * 7);
}
.flex-col8.gap115 > * {
  width: calc(12.5% - 7.1875rem / 8 * 7);
}
.flex-col8.gap116 > * {
  width: calc(12.5% - 7.25rem / 8 * 7);
}
.flex-col8.gap117 > * {
  width: calc(12.5% - 7.3125rem / 8 * 7);
}
.flex-col8.gap118 > * {
  width: calc(12.5% - 7.375rem / 8 * 7);
}
.flex-col8.gap119 > * {
  width: calc(12.5% - 7.4375rem / 8 * 7);
}
.flex-col8.gap120 > * {
  width: calc(12.5% - 7.5rem / 8 * 7);
}
.flex-col8.gap121 > * {
  width: calc(12.5% - 7.5625rem / 8 * 7);
}
.flex-col8.gap122 > * {
  width: calc(12.5% - 7.625rem / 8 * 7);
}
.flex-col8.gap123 > * {
  width: calc(12.5% - 7.6875rem / 8 * 7);
}
.flex-col8.gap124 > * {
  width: calc(12.5% - 7.75rem / 8 * 7);
}
.flex-col8.gap125 > * {
  width: calc(12.5% - 7.8125rem / 8 * 7);
}
.flex-col8.gap126 > * {
  width: calc(12.5% - 7.875rem / 8 * 7);
}
.flex-col8.gap127 > * {
  width: calc(12.5% - 7.9375rem / 8 * 7);
}
.flex-col8.gap128 > * {
  width: calc(12.5% - 8rem / 8 * 7);
}
.flex-col8.gap129 > * {
  width: calc(12.5% - 8.0625rem / 8 * 7);
}
.flex-col8.gap130 > * {
  width: calc(12.5% - 8.125rem / 8 * 7);
}
.flex-col8.gap131 > * {
  width: calc(12.5% - 8.1875rem / 8 * 7);
}
.flex-col8.gap132 > * {
  width: calc(12.5% - 8.25rem / 8 * 7);
}
.flex-col8.gap133 > * {
  width: calc(12.5% - 8.3125rem / 8 * 7);
}
.flex-col8.gap134 > * {
  width: calc(12.5% - 8.375rem / 8 * 7);
}
.flex-col8.gap135 > * {
  width: calc(12.5% - 8.4375rem / 8 * 7);
}
.flex-col8.gap136 > * {
  width: calc(12.5% - 8.5rem / 8 * 7);
}
.flex-col8.gap137 > * {
  width: calc(12.5% - 8.5625rem / 8 * 7);
}
.flex-col8.gap138 > * {
  width: calc(12.5% - 8.625rem / 8 * 7);
}
.flex-col8.gap139 > * {
  width: calc(12.5% - 8.6875rem / 8 * 7);
}
.flex-col8.gap140 > * {
  width: calc(12.5% - 8.75rem / 8 * 7);
}
.flex-col8.gap141 > * {
  width: calc(12.5% - 8.8125rem / 8 * 7);
}
.flex-col8.gap142 > * {
  width: calc(12.5% - 8.875rem / 8 * 7);
}
.flex-col8.gap143 > * {
  width: calc(12.5% - 8.9375rem / 8 * 7);
}
.flex-col8.gap144 > * {
  width: calc(12.5% - 9rem / 8 * 7);
}
.flex-col8.gap145 > * {
  width: calc(12.5% - 9.0625rem / 8 * 7);
}
.flex-col8.gap146 > * {
  width: calc(12.5% - 9.125rem / 8 * 7);
}
.flex-col8.gap147 > * {
  width: calc(12.5% - 9.1875rem / 8 * 7);
}
.flex-col8.gap148 > * {
  width: calc(12.5% - 9.25rem / 8 * 7);
}
.flex-col8.gap149 > * {
  width: calc(12.5% - 9.3125rem / 8 * 7);
}
.flex-col8.gap150 > * {
  width: calc(12.5% - 9.375rem / 8 * 7);
}

.flex-col9 {
  flex-wrap: wrap;
}
.flex-col9 > * {
  width: 11.1111111111%;
}
.flex-col9.gap6 > * {
  width: calc(11.1111111111% - 0.375rem / 9 * 8);
}
.flex-col9.gap7 > * {
  width: calc(11.1111111111% - 0.4375rem / 9 * 8);
}
.flex-col9.gap8 > * {
  width: calc(11.1111111111% - 0.5rem / 9 * 8);
}
.flex-col9.gap9 > * {
  width: calc(11.1111111111% - 0.5625rem / 9 * 8);
}
.flex-col9.gap10 > * {
  width: calc(11.1111111111% - 0.625rem / 9 * 8);
}
.flex-col9.gap11 > * {
  width: calc(11.1111111111% - 0.6875rem / 9 * 8);
}
.flex-col9.gap12 > * {
  width: calc(11.1111111111% - 0.75rem / 9 * 8);
}
.flex-col9.gap13 > * {
  width: calc(11.1111111111% - 0.8125rem / 9 * 8);
}
.flex-col9.gap14 > * {
  width: calc(11.1111111111% - 0.875rem / 9 * 8);
}
.flex-col9.gap15 > * {
  width: calc(11.1111111111% - 0.9375rem / 9 * 8);
}
.flex-col9.gap16 > * {
  width: calc(11.1111111111% - 1rem / 9 * 8);
}
.flex-col9.gap17 > * {
  width: calc(11.1111111111% - 1.0625rem / 9 * 8);
}
.flex-col9.gap18 > * {
  width: calc(11.1111111111% - 1.125rem / 9 * 8);
}
.flex-col9.gap19 > * {
  width: calc(11.1111111111% - 1.1875rem / 9 * 8);
}
.flex-col9.gap20 > * {
  width: calc(11.1111111111% - 1.25rem / 9 * 8);
}
.flex-col9.gap21 > * {
  width: calc(11.1111111111% - 1.3125rem / 9 * 8);
}
.flex-col9.gap22 > * {
  width: calc(11.1111111111% - 1.375rem / 9 * 8);
}
.flex-col9.gap23 > * {
  width: calc(11.1111111111% - 1.4375rem / 9 * 8);
}
.flex-col9.gap24 > * {
  width: calc(11.1111111111% - 1.5rem / 9 * 8);
}
.flex-col9.gap25 > * {
  width: calc(11.1111111111% - 1.5625rem / 9 * 8);
}
.flex-col9.gap26 > * {
  width: calc(11.1111111111% - 1.625rem / 9 * 8);
}
.flex-col9.gap27 > * {
  width: calc(11.1111111111% - 1.6875rem / 9 * 8);
}
.flex-col9.gap28 > * {
  width: calc(11.1111111111% - 1.75rem / 9 * 8);
}
.flex-col9.gap29 > * {
  width: calc(11.1111111111% - 1.8125rem / 9 * 8);
}
.flex-col9.gap30 > * {
  width: calc(11.1111111111% - 1.875rem / 9 * 8);
}
.flex-col9.gap31 > * {
  width: calc(11.1111111111% - 1.9375rem / 9 * 8);
}
.flex-col9.gap32 > * {
  width: calc(11.1111111111% - 2rem / 9 * 8);
}
.flex-col9.gap33 > * {
  width: calc(11.1111111111% - 2.0625rem / 9 * 8);
}
.flex-col9.gap34 > * {
  width: calc(11.1111111111% - 2.125rem / 9 * 8);
}
.flex-col9.gap35 > * {
  width: calc(11.1111111111% - 2.1875rem / 9 * 8);
}
.flex-col9.gap36 > * {
  width: calc(11.1111111111% - 2.25rem / 9 * 8);
}
.flex-col9.gap37 > * {
  width: calc(11.1111111111% - 2.3125rem / 9 * 8);
}
.flex-col9.gap38 > * {
  width: calc(11.1111111111% - 2.375rem / 9 * 8);
}
.flex-col9.gap39 > * {
  width: calc(11.1111111111% - 2.4375rem / 9 * 8);
}
.flex-col9.gap40 > * {
  width: calc(11.1111111111% - 2.5rem / 9 * 8);
}
.flex-col9.gap41 > * {
  width: calc(11.1111111111% - 2.5625rem / 9 * 8);
}
.flex-col9.gap42 > * {
  width: calc(11.1111111111% - 2.625rem / 9 * 8);
}
.flex-col9.gap43 > * {
  width: calc(11.1111111111% - 2.6875rem / 9 * 8);
}
.flex-col9.gap44 > * {
  width: calc(11.1111111111% - 2.75rem / 9 * 8);
}
.flex-col9.gap45 > * {
  width: calc(11.1111111111% - 2.8125rem / 9 * 8);
}
.flex-col9.gap46 > * {
  width: calc(11.1111111111% - 2.875rem / 9 * 8);
}
.flex-col9.gap47 > * {
  width: calc(11.1111111111% - 2.9375rem / 9 * 8);
}
.flex-col9.gap48 > * {
  width: calc(11.1111111111% - 3rem / 9 * 8);
}
.flex-col9.gap49 > * {
  width: calc(11.1111111111% - 3.0625rem / 9 * 8);
}
.flex-col9.gap50 > * {
  width: calc(11.1111111111% - 3.125rem / 9 * 8);
}
.flex-col9.gap51 > * {
  width: calc(11.1111111111% - 3.1875rem / 9 * 8);
}
.flex-col9.gap52 > * {
  width: calc(11.1111111111% - 3.25rem / 9 * 8);
}
.flex-col9.gap53 > * {
  width: calc(11.1111111111% - 3.3125rem / 9 * 8);
}
.flex-col9.gap54 > * {
  width: calc(11.1111111111% - 3.375rem / 9 * 8);
}
.flex-col9.gap55 > * {
  width: calc(11.1111111111% - 3.4375rem / 9 * 8);
}
.flex-col9.gap56 > * {
  width: calc(11.1111111111% - 3.5rem / 9 * 8);
}
.flex-col9.gap57 > * {
  width: calc(11.1111111111% - 3.5625rem / 9 * 8);
}
.flex-col9.gap58 > * {
  width: calc(11.1111111111% - 3.625rem / 9 * 8);
}
.flex-col9.gap59 > * {
  width: calc(11.1111111111% - 3.6875rem / 9 * 8);
}
.flex-col9.gap60 > * {
  width: calc(11.1111111111% - 3.75rem / 9 * 8);
}
.flex-col9.gap61 > * {
  width: calc(11.1111111111% - 3.8125rem / 9 * 8);
}
.flex-col9.gap62 > * {
  width: calc(11.1111111111% - 3.875rem / 9 * 8);
}
.flex-col9.gap63 > * {
  width: calc(11.1111111111% - 3.9375rem / 9 * 8);
}
.flex-col9.gap64 > * {
  width: calc(11.1111111111% - 4rem / 9 * 8);
}
.flex-col9.gap65 > * {
  width: calc(11.1111111111% - 4.0625rem / 9 * 8);
}
.flex-col9.gap66 > * {
  width: calc(11.1111111111% - 4.125rem / 9 * 8);
}
.flex-col9.gap67 > * {
  width: calc(11.1111111111% - 4.1875rem / 9 * 8);
}
.flex-col9.gap68 > * {
  width: calc(11.1111111111% - 4.25rem / 9 * 8);
}
.flex-col9.gap69 > * {
  width: calc(11.1111111111% - 4.3125rem / 9 * 8);
}
.flex-col9.gap70 > * {
  width: calc(11.1111111111% - 4.375rem / 9 * 8);
}
.flex-col9.gap71 > * {
  width: calc(11.1111111111% - 4.4375rem / 9 * 8);
}
.flex-col9.gap72 > * {
  width: calc(11.1111111111% - 4.5rem / 9 * 8);
}
.flex-col9.gap73 > * {
  width: calc(11.1111111111% - 4.5625rem / 9 * 8);
}
.flex-col9.gap74 > * {
  width: calc(11.1111111111% - 4.625rem / 9 * 8);
}
.flex-col9.gap75 > * {
  width: calc(11.1111111111% - 4.6875rem / 9 * 8);
}
.flex-col9.gap76 > * {
  width: calc(11.1111111111% - 4.75rem / 9 * 8);
}
.flex-col9.gap77 > * {
  width: calc(11.1111111111% - 4.8125rem / 9 * 8);
}
.flex-col9.gap78 > * {
  width: calc(11.1111111111% - 4.875rem / 9 * 8);
}
.flex-col9.gap79 > * {
  width: calc(11.1111111111% - 4.9375rem / 9 * 8);
}
.flex-col9.gap80 > * {
  width: calc(11.1111111111% - 5rem / 9 * 8);
}
.flex-col9.gap81 > * {
  width: calc(11.1111111111% - 5.0625rem / 9 * 8);
}
.flex-col9.gap82 > * {
  width: calc(11.1111111111% - 5.125rem / 9 * 8);
}
.flex-col9.gap83 > * {
  width: calc(11.1111111111% - 5.1875rem / 9 * 8);
}
.flex-col9.gap84 > * {
  width: calc(11.1111111111% - 5.25rem / 9 * 8);
}
.flex-col9.gap85 > * {
  width: calc(11.1111111111% - 5.3125rem / 9 * 8);
}
.flex-col9.gap86 > * {
  width: calc(11.1111111111% - 5.375rem / 9 * 8);
}
.flex-col9.gap87 > * {
  width: calc(11.1111111111% - 5.4375rem / 9 * 8);
}
.flex-col9.gap88 > * {
  width: calc(11.1111111111% - 5.5rem / 9 * 8);
}
.flex-col9.gap89 > * {
  width: calc(11.1111111111% - 5.5625rem / 9 * 8);
}
.flex-col9.gap90 > * {
  width: calc(11.1111111111% - 5.625rem / 9 * 8);
}
.flex-col9.gap91 > * {
  width: calc(11.1111111111% - 5.6875rem / 9 * 8);
}
.flex-col9.gap92 > * {
  width: calc(11.1111111111% - 5.75rem / 9 * 8);
}
.flex-col9.gap93 > * {
  width: calc(11.1111111111% - 5.8125rem / 9 * 8);
}
.flex-col9.gap94 > * {
  width: calc(11.1111111111% - 5.875rem / 9 * 8);
}
.flex-col9.gap95 > * {
  width: calc(11.1111111111% - 5.9375rem / 9 * 8);
}
.flex-col9.gap96 > * {
  width: calc(11.1111111111% - 6rem / 9 * 8);
}
.flex-col9.gap97 > * {
  width: calc(11.1111111111% - 6.0625rem / 9 * 8);
}
.flex-col9.gap98 > * {
  width: calc(11.1111111111% - 6.125rem / 9 * 8);
}
.flex-col9.gap99 > * {
  width: calc(11.1111111111% - 6.1875rem / 9 * 8);
}
.flex-col9.gap100 > * {
  width: calc(11.1111111111% - 6.25rem / 9 * 8);
}
.flex-col9.gap101 > * {
  width: calc(11.1111111111% - 6.3125rem / 9 * 8);
}
.flex-col9.gap102 > * {
  width: calc(11.1111111111% - 6.375rem / 9 * 8);
}
.flex-col9.gap103 > * {
  width: calc(11.1111111111% - 6.4375rem / 9 * 8);
}
.flex-col9.gap104 > * {
  width: calc(11.1111111111% - 6.5rem / 9 * 8);
}
.flex-col9.gap105 > * {
  width: calc(11.1111111111% - 6.5625rem / 9 * 8);
}
.flex-col9.gap106 > * {
  width: calc(11.1111111111% - 6.625rem / 9 * 8);
}
.flex-col9.gap107 > * {
  width: calc(11.1111111111% - 6.6875rem / 9 * 8);
}
.flex-col9.gap108 > * {
  width: calc(11.1111111111% - 6.75rem / 9 * 8);
}
.flex-col9.gap109 > * {
  width: calc(11.1111111111% - 6.8125rem / 9 * 8);
}
.flex-col9.gap110 > * {
  width: calc(11.1111111111% - 6.875rem / 9 * 8);
}
.flex-col9.gap111 > * {
  width: calc(11.1111111111% - 6.9375rem / 9 * 8);
}
.flex-col9.gap112 > * {
  width: calc(11.1111111111% - 7rem / 9 * 8);
}
.flex-col9.gap113 > * {
  width: calc(11.1111111111% - 7.0625rem / 9 * 8);
}
.flex-col9.gap114 > * {
  width: calc(11.1111111111% - 7.125rem / 9 * 8);
}
.flex-col9.gap115 > * {
  width: calc(11.1111111111% - 7.1875rem / 9 * 8);
}
.flex-col9.gap116 > * {
  width: calc(11.1111111111% - 7.25rem / 9 * 8);
}
.flex-col9.gap117 > * {
  width: calc(11.1111111111% - 7.3125rem / 9 * 8);
}
.flex-col9.gap118 > * {
  width: calc(11.1111111111% - 7.375rem / 9 * 8);
}
.flex-col9.gap119 > * {
  width: calc(11.1111111111% - 7.4375rem / 9 * 8);
}
.flex-col9.gap120 > * {
  width: calc(11.1111111111% - 7.5rem / 9 * 8);
}
.flex-col9.gap121 > * {
  width: calc(11.1111111111% - 7.5625rem / 9 * 8);
}
.flex-col9.gap122 > * {
  width: calc(11.1111111111% - 7.625rem / 9 * 8);
}
.flex-col9.gap123 > * {
  width: calc(11.1111111111% - 7.6875rem / 9 * 8);
}
.flex-col9.gap124 > * {
  width: calc(11.1111111111% - 7.75rem / 9 * 8);
}
.flex-col9.gap125 > * {
  width: calc(11.1111111111% - 7.8125rem / 9 * 8);
}
.flex-col9.gap126 > * {
  width: calc(11.1111111111% - 7.875rem / 9 * 8);
}
.flex-col9.gap127 > * {
  width: calc(11.1111111111% - 7.9375rem / 9 * 8);
}
.flex-col9.gap128 > * {
  width: calc(11.1111111111% - 8rem / 9 * 8);
}
.flex-col9.gap129 > * {
  width: calc(11.1111111111% - 8.0625rem / 9 * 8);
}
.flex-col9.gap130 > * {
  width: calc(11.1111111111% - 8.125rem / 9 * 8);
}
.flex-col9.gap131 > * {
  width: calc(11.1111111111% - 8.1875rem / 9 * 8);
}
.flex-col9.gap132 > * {
  width: calc(11.1111111111% - 8.25rem / 9 * 8);
}
.flex-col9.gap133 > * {
  width: calc(11.1111111111% - 8.3125rem / 9 * 8);
}
.flex-col9.gap134 > * {
  width: calc(11.1111111111% - 8.375rem / 9 * 8);
}
.flex-col9.gap135 > * {
  width: calc(11.1111111111% - 8.4375rem / 9 * 8);
}
.flex-col9.gap136 > * {
  width: calc(11.1111111111% - 8.5rem / 9 * 8);
}
.flex-col9.gap137 > * {
  width: calc(11.1111111111% - 8.5625rem / 9 * 8);
}
.flex-col9.gap138 > * {
  width: calc(11.1111111111% - 8.625rem / 9 * 8);
}
.flex-col9.gap139 > * {
  width: calc(11.1111111111% - 8.6875rem / 9 * 8);
}
.flex-col9.gap140 > * {
  width: calc(11.1111111111% - 8.75rem / 9 * 8);
}
.flex-col9.gap141 > * {
  width: calc(11.1111111111% - 8.8125rem / 9 * 8);
}
.flex-col9.gap142 > * {
  width: calc(11.1111111111% - 8.875rem / 9 * 8);
}
.flex-col9.gap143 > * {
  width: calc(11.1111111111% - 8.9375rem / 9 * 8);
}
.flex-col9.gap144 > * {
  width: calc(11.1111111111% - 9rem / 9 * 8);
}
.flex-col9.gap145 > * {
  width: calc(11.1111111111% - 9.0625rem / 9 * 8);
}
.flex-col9.gap146 > * {
  width: calc(11.1111111111% - 9.125rem / 9 * 8);
}
.flex-col9.gap147 > * {
  width: calc(11.1111111111% - 9.1875rem / 9 * 8);
}
.flex-col9.gap148 > * {
  width: calc(11.1111111111% - 9.25rem / 9 * 8);
}
.flex-col9.gap149 > * {
  width: calc(11.1111111111% - 9.3125rem / 9 * 8);
}
.flex-col9.gap150 > * {
  width: calc(11.1111111111% - 9.375rem / 9 * 8);
}

@media screen and (max-width: 47.9375em) {
  .flex-sp-col1 {
    flex-wrap: wrap;
  }
  .flex-sp-col1 > * {
    width: 100%;
  }
  .flex-sp-col1.gap6 > * {
    width: calc(100% - 0.375rem / 1 * 0);
  }
  .flex-sp-col1.gap7 > * {
    width: calc(100% - 0.4375rem / 1 * 0);
  }
  .flex-sp-col1.gap8 > * {
    width: calc(100% - 0.5rem / 1 * 0);
  }
  .flex-sp-col1.gap9 > * {
    width: calc(100% - 0.5625rem / 1 * 0);
  }
  .flex-sp-col1.gap10 > * {
    width: calc(100% - 0.625rem / 1 * 0);
  }
  .flex-sp-col1.gap11 > * {
    width: calc(100% - 0.6875rem / 1 * 0);
  }
  .flex-sp-col1.gap12 > * {
    width: calc(100% - 0.75rem / 1 * 0);
  }
  .flex-sp-col1.gap13 > * {
    width: calc(100% - 0.8125rem / 1 * 0);
  }
  .flex-sp-col1.gap14 > * {
    width: calc(100% - 0.875rem / 1 * 0);
  }
  .flex-sp-col1.gap15 > * {
    width: calc(100% - 0.9375rem / 1 * 0);
  }
  .flex-sp-col1.gap16 > * {
    width: calc(100% - 1rem / 1 * 0);
  }
  .flex-sp-col1.gap17 > * {
    width: calc(100% - 1.0625rem / 1 * 0);
  }
  .flex-sp-col1.gap18 > * {
    width: calc(100% - 1.125rem / 1 * 0);
  }
  .flex-sp-col1.gap19 > * {
    width: calc(100% - 1.1875rem / 1 * 0);
  }
  .flex-sp-col1.gap20 > * {
    width: calc(100% - 1.25rem / 1 * 0);
  }
  .flex-sp-col1.gap21 > * {
    width: calc(100% - 1.3125rem / 1 * 0);
  }
  .flex-sp-col1.gap22 > * {
    width: calc(100% - 1.375rem / 1 * 0);
  }
  .flex-sp-col1.gap23 > * {
    width: calc(100% - 1.4375rem / 1 * 0);
  }
  .flex-sp-col1.gap24 > * {
    width: calc(100% - 1.5rem / 1 * 0);
  }
  .flex-sp-col1.gap25 > * {
    width: calc(100% - 1.5625rem / 1 * 0);
  }
  .flex-sp-col1.gap26 > * {
    width: calc(100% - 1.625rem / 1 * 0);
  }
  .flex-sp-col1.gap27 > * {
    width: calc(100% - 1.6875rem / 1 * 0);
  }
  .flex-sp-col1.gap28 > * {
    width: calc(100% - 1.75rem / 1 * 0);
  }
  .flex-sp-col1.gap29 > * {
    width: calc(100% - 1.8125rem / 1 * 0);
  }
  .flex-sp-col1.gap30 > * {
    width: calc(100% - 1.875rem / 1 * 0);
  }
  .flex-sp-col1.gap31 > * {
    width: calc(100% - 1.9375rem / 1 * 0);
  }
  .flex-sp-col1.gap32 > * {
    width: calc(100% - 2rem / 1 * 0);
  }
  .flex-sp-col1.gap33 > * {
    width: calc(100% - 2.0625rem / 1 * 0);
  }
  .flex-sp-col1.gap34 > * {
    width: calc(100% - 2.125rem / 1 * 0);
  }
  .flex-sp-col1.gap35 > * {
    width: calc(100% - 2.1875rem / 1 * 0);
  }
  .flex-sp-col1.gap36 > * {
    width: calc(100% - 2.25rem / 1 * 0);
  }
  .flex-sp-col1.gap37 > * {
    width: calc(100% - 2.3125rem / 1 * 0);
  }
  .flex-sp-col1.gap38 > * {
    width: calc(100% - 2.375rem / 1 * 0);
  }
  .flex-sp-col1.gap39 > * {
    width: calc(100% - 2.4375rem / 1 * 0);
  }
  .flex-sp-col1.gap40 > * {
    width: calc(100% - 2.5rem / 1 * 0);
  }
  .flex-sp-col1.gap41 > * {
    width: calc(100% - 2.5625rem / 1 * 0);
  }
  .flex-sp-col1.gap42 > * {
    width: calc(100% - 2.625rem / 1 * 0);
  }
  .flex-sp-col1.gap43 > * {
    width: calc(100% - 2.6875rem / 1 * 0);
  }
  .flex-sp-col1.gap44 > * {
    width: calc(100% - 2.75rem / 1 * 0);
  }
  .flex-sp-col1.gap45 > * {
    width: calc(100% - 2.8125rem / 1 * 0);
  }
  .flex-sp-col1.gap46 > * {
    width: calc(100% - 2.875rem / 1 * 0);
  }
  .flex-sp-col1.gap47 > * {
    width: calc(100% - 2.9375rem / 1 * 0);
  }
  .flex-sp-col1.gap48 > * {
    width: calc(100% - 3rem / 1 * 0);
  }
  .flex-sp-col1.gap49 > * {
    width: calc(100% - 3.0625rem / 1 * 0);
  }
  .flex-sp-col1.gap50 > * {
    width: calc(100% - 3.125rem / 1 * 0);
  }
  .flex-sp-col1.gap51 > * {
    width: calc(100% - 3.1875rem / 1 * 0);
  }
  .flex-sp-col1.gap52 > * {
    width: calc(100% - 3.25rem / 1 * 0);
  }
  .flex-sp-col1.gap53 > * {
    width: calc(100% - 3.3125rem / 1 * 0);
  }
  .flex-sp-col1.gap54 > * {
    width: calc(100% - 3.375rem / 1 * 0);
  }
  .flex-sp-col1.gap55 > * {
    width: calc(100% - 3.4375rem / 1 * 0);
  }
  .flex-sp-col1.gap56 > * {
    width: calc(100% - 3.5rem / 1 * 0);
  }
  .flex-sp-col1.gap57 > * {
    width: calc(100% - 3.5625rem / 1 * 0);
  }
  .flex-sp-col1.gap58 > * {
    width: calc(100% - 3.625rem / 1 * 0);
  }
  .flex-sp-col1.gap59 > * {
    width: calc(100% - 3.6875rem / 1 * 0);
  }
  .flex-sp-col1.gap60 > * {
    width: calc(100% - 3.75rem / 1 * 0);
  }
  .flex-sp-col1.gap61 > * {
    width: calc(100% - 3.8125rem / 1 * 0);
  }
  .flex-sp-col1.gap62 > * {
    width: calc(100% - 3.875rem / 1 * 0);
  }
  .flex-sp-col1.gap63 > * {
    width: calc(100% - 3.9375rem / 1 * 0);
  }
  .flex-sp-col1.gap64 > * {
    width: calc(100% - 4rem / 1 * 0);
  }
  .flex-sp-col1.gap65 > * {
    width: calc(100% - 4.0625rem / 1 * 0);
  }
  .flex-sp-col1.gap66 > * {
    width: calc(100% - 4.125rem / 1 * 0);
  }
  .flex-sp-col1.gap67 > * {
    width: calc(100% - 4.1875rem / 1 * 0);
  }
  .flex-sp-col1.gap68 > * {
    width: calc(100% - 4.25rem / 1 * 0);
  }
  .flex-sp-col1.gap69 > * {
    width: calc(100% - 4.3125rem / 1 * 0);
  }
  .flex-sp-col1.gap70 > * {
    width: calc(100% - 4.375rem / 1 * 0);
  }
  .flex-sp-col1.gap71 > * {
    width: calc(100% - 4.4375rem / 1 * 0);
  }
  .flex-sp-col1.gap72 > * {
    width: calc(100% - 4.5rem / 1 * 0);
  }
  .flex-sp-col1.gap73 > * {
    width: calc(100% - 4.5625rem / 1 * 0);
  }
  .flex-sp-col1.gap74 > * {
    width: calc(100% - 4.625rem / 1 * 0);
  }
  .flex-sp-col1.gap75 > * {
    width: calc(100% - 4.6875rem / 1 * 0);
  }
  .flex-sp-col1.gap76 > * {
    width: calc(100% - 4.75rem / 1 * 0);
  }
  .flex-sp-col1.gap77 > * {
    width: calc(100% - 4.8125rem / 1 * 0);
  }
  .flex-sp-col1.gap78 > * {
    width: calc(100% - 4.875rem / 1 * 0);
  }
  .flex-sp-col1.gap79 > * {
    width: calc(100% - 4.9375rem / 1 * 0);
  }
  .flex-sp-col1.gap80 > * {
    width: calc(100% - 5rem / 1 * 0);
  }
  .flex-sp-col1.gap81 > * {
    width: calc(100% - 5.0625rem / 1 * 0);
  }
  .flex-sp-col1.gap82 > * {
    width: calc(100% - 5.125rem / 1 * 0);
  }
  .flex-sp-col1.gap83 > * {
    width: calc(100% - 5.1875rem / 1 * 0);
  }
  .flex-sp-col1.gap84 > * {
    width: calc(100% - 5.25rem / 1 * 0);
  }
  .flex-sp-col1.gap85 > * {
    width: calc(100% - 5.3125rem / 1 * 0);
  }
  .flex-sp-col1.gap86 > * {
    width: calc(100% - 5.375rem / 1 * 0);
  }
  .flex-sp-col1.gap87 > * {
    width: calc(100% - 5.4375rem / 1 * 0);
  }
  .flex-sp-col1.gap88 > * {
    width: calc(100% - 5.5rem / 1 * 0);
  }
  .flex-sp-col1.gap89 > * {
    width: calc(100% - 5.5625rem / 1 * 0);
  }
  .flex-sp-col1.gap90 > * {
    width: calc(100% - 5.625rem / 1 * 0);
  }
  .flex-sp-col1.gap91 > * {
    width: calc(100% - 5.6875rem / 1 * 0);
  }
  .flex-sp-col1.gap92 > * {
    width: calc(100% - 5.75rem / 1 * 0);
  }
  .flex-sp-col1.gap93 > * {
    width: calc(100% - 5.8125rem / 1 * 0);
  }
  .flex-sp-col1.gap94 > * {
    width: calc(100% - 5.875rem / 1 * 0);
  }
  .flex-sp-col1.gap95 > * {
    width: calc(100% - 5.9375rem / 1 * 0);
  }
  .flex-sp-col1.gap96 > * {
    width: calc(100% - 6rem / 1 * 0);
  }
  .flex-sp-col1.gap97 > * {
    width: calc(100% - 6.0625rem / 1 * 0);
  }
  .flex-sp-col1.gap98 > * {
    width: calc(100% - 6.125rem / 1 * 0);
  }
  .flex-sp-col1.gap99 > * {
    width: calc(100% - 6.1875rem / 1 * 0);
  }
  .flex-sp-col1.gap100 > * {
    width: calc(100% - 6.25rem / 1 * 0);
  }
  .flex-sp-col1.gap101 > * {
    width: calc(100% - 6.3125rem / 1 * 0);
  }
  .flex-sp-col1.gap102 > * {
    width: calc(100% - 6.375rem / 1 * 0);
  }
  .flex-sp-col1.gap103 > * {
    width: calc(100% - 6.4375rem / 1 * 0);
  }
  .flex-sp-col1.gap104 > * {
    width: calc(100% - 6.5rem / 1 * 0);
  }
  .flex-sp-col1.gap105 > * {
    width: calc(100% - 6.5625rem / 1 * 0);
  }
  .flex-sp-col1.gap106 > * {
    width: calc(100% - 6.625rem / 1 * 0);
  }
  .flex-sp-col1.gap107 > * {
    width: calc(100% - 6.6875rem / 1 * 0);
  }
  .flex-sp-col1.gap108 > * {
    width: calc(100% - 6.75rem / 1 * 0);
  }
  .flex-sp-col1.gap109 > * {
    width: calc(100% - 6.8125rem / 1 * 0);
  }
  .flex-sp-col1.gap110 > * {
    width: calc(100% - 6.875rem / 1 * 0);
  }
  .flex-sp-col1.gap111 > * {
    width: calc(100% - 6.9375rem / 1 * 0);
  }
  .flex-sp-col1.gap112 > * {
    width: calc(100% - 7rem / 1 * 0);
  }
  .flex-sp-col1.gap113 > * {
    width: calc(100% - 7.0625rem / 1 * 0);
  }
  .flex-sp-col1.gap114 > * {
    width: calc(100% - 7.125rem / 1 * 0);
  }
  .flex-sp-col1.gap115 > * {
    width: calc(100% - 7.1875rem / 1 * 0);
  }
  .flex-sp-col1.gap116 > * {
    width: calc(100% - 7.25rem / 1 * 0);
  }
  .flex-sp-col1.gap117 > * {
    width: calc(100% - 7.3125rem / 1 * 0);
  }
  .flex-sp-col1.gap118 > * {
    width: calc(100% - 7.375rem / 1 * 0);
  }
  .flex-sp-col1.gap119 > * {
    width: calc(100% - 7.4375rem / 1 * 0);
  }
  .flex-sp-col1.gap120 > * {
    width: calc(100% - 7.5rem / 1 * 0);
  }
  .flex-sp-col1.gap121 > * {
    width: calc(100% - 7.5625rem / 1 * 0);
  }
  .flex-sp-col1.gap122 > * {
    width: calc(100% - 7.625rem / 1 * 0);
  }
  .flex-sp-col1.gap123 > * {
    width: calc(100% - 7.6875rem / 1 * 0);
  }
  .flex-sp-col1.gap124 > * {
    width: calc(100% - 7.75rem / 1 * 0);
  }
  .flex-sp-col1.gap125 > * {
    width: calc(100% - 7.8125rem / 1 * 0);
  }
  .flex-sp-col1.gap126 > * {
    width: calc(100% - 7.875rem / 1 * 0);
  }
  .flex-sp-col1.gap127 > * {
    width: calc(100% - 7.9375rem / 1 * 0);
  }
  .flex-sp-col1.gap128 > * {
    width: calc(100% - 8rem / 1 * 0);
  }
  .flex-sp-col1.gap129 > * {
    width: calc(100% - 8.0625rem / 1 * 0);
  }
  .flex-sp-col1.gap130 > * {
    width: calc(100% - 8.125rem / 1 * 0);
  }
  .flex-sp-col1.gap131 > * {
    width: calc(100% - 8.1875rem / 1 * 0);
  }
  .flex-sp-col1.gap132 > * {
    width: calc(100% - 8.25rem / 1 * 0);
  }
  .flex-sp-col1.gap133 > * {
    width: calc(100% - 8.3125rem / 1 * 0);
  }
  .flex-sp-col1.gap134 > * {
    width: calc(100% - 8.375rem / 1 * 0);
  }
  .flex-sp-col1.gap135 > * {
    width: calc(100% - 8.4375rem / 1 * 0);
  }
  .flex-sp-col1.gap136 > * {
    width: calc(100% - 8.5rem / 1 * 0);
  }
  .flex-sp-col1.gap137 > * {
    width: calc(100% - 8.5625rem / 1 * 0);
  }
  .flex-sp-col1.gap138 > * {
    width: calc(100% - 8.625rem / 1 * 0);
  }
  .flex-sp-col1.gap139 > * {
    width: calc(100% - 8.6875rem / 1 * 0);
  }
  .flex-sp-col1.gap140 > * {
    width: calc(100% - 8.75rem / 1 * 0);
  }
  .flex-sp-col1.gap141 > * {
    width: calc(100% - 8.8125rem / 1 * 0);
  }
  .flex-sp-col1.gap142 > * {
    width: calc(100% - 8.875rem / 1 * 0);
  }
  .flex-sp-col1.gap143 > * {
    width: calc(100% - 8.9375rem / 1 * 0);
  }
  .flex-sp-col1.gap144 > * {
    width: calc(100% - 9rem / 1 * 0);
  }
  .flex-sp-col1.gap145 > * {
    width: calc(100% - 9.0625rem / 1 * 0);
  }
  .flex-sp-col1.gap146 > * {
    width: calc(100% - 9.125rem / 1 * 0);
  }
  .flex-sp-col1.gap147 > * {
    width: calc(100% - 9.1875rem / 1 * 0);
  }
  .flex-sp-col1.gap148 > * {
    width: calc(100% - 9.25rem / 1 * 0);
  }
  .flex-sp-col1.gap149 > * {
    width: calc(100% - 9.3125rem / 1 * 0);
  }
  .flex-sp-col1.gap150 > * {
    width: calc(100% - 9.375rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp6 > * {
    width: calc(100% - 0.4285714286rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp7 > * {
    width: calc(100% - 0.5rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp8 > * {
    width: calc(100% - 0.5714285714rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp9 > * {
    width: calc(100% - 0.6428571429rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp10 > * {
    width: calc(100% - 0.7142857143rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp11 > * {
    width: calc(100% - 0.7857142857rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp12 > * {
    width: calc(100% - 0.8571428571rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp13 > * {
    width: calc(100% - 0.9285714286rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp14 > * {
    width: calc(100% - 1rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp15 > * {
    width: calc(100% - 1.0714285714rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp16 > * {
    width: calc(100% - 1.1428571429rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp17 > * {
    width: calc(100% - 1.2142857143rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp18 > * {
    width: calc(100% - 1.2857142857rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp19 > * {
    width: calc(100% - 1.3571428571rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp20 > * {
    width: calc(100% - 1.4285714286rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp21 > * {
    width: calc(100% - 1.5rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp22 > * {
    width: calc(100% - 1.5714285714rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp23 > * {
    width: calc(100% - 1.6428571429rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp24 > * {
    width: calc(100% - 1.7142857143rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp25 > * {
    width: calc(100% - 1.7857142857rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp26 > * {
    width: calc(100% - 1.8571428571rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp27 > * {
    width: calc(100% - 1.9285714286rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp28 > * {
    width: calc(100% - 2rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp29 > * {
    width: calc(100% - 2.0714285714rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp30 > * {
    width: calc(100% - 2.1428571429rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp31 > * {
    width: calc(100% - 2.2142857143rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp32 > * {
    width: calc(100% - 2.2857142857rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp33 > * {
    width: calc(100% - 2.3571428571rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp34 > * {
    width: calc(100% - 2.4285714286rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp35 > * {
    width: calc(100% - 2.5rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp36 > * {
    width: calc(100% - 2.5714285714rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp37 > * {
    width: calc(100% - 2.6428571429rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp38 > * {
    width: calc(100% - 2.7142857143rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp39 > * {
    width: calc(100% - 2.7857142857rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp40 > * {
    width: calc(100% - 2.8571428571rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp41 > * {
    width: calc(100% - 2.9285714286rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp42 > * {
    width: calc(100% - 3rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp43 > * {
    width: calc(100% - 3.0714285714rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp44 > * {
    width: calc(100% - 3.1428571429rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp45 > * {
    width: calc(100% - 3.2142857143rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp46 > * {
    width: calc(100% - 3.2857142857rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp47 > * {
    width: calc(100% - 3.3571428571rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp48 > * {
    width: calc(100% - 3.4285714286rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp49 > * {
    width: calc(100% - 3.5rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp50 > * {
    width: calc(100% - 3.5714285714rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp51 > * {
    width: calc(100% - 3.6428571429rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp52 > * {
    width: calc(100% - 3.7142857143rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp53 > * {
    width: calc(100% - 3.7857142857rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp54 > * {
    width: calc(100% - 3.8571428571rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp55 > * {
    width: calc(100% - 3.9285714286rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp56 > * {
    width: calc(100% - 4rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp57 > * {
    width: calc(100% - 4.0714285714rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp58 > * {
    width: calc(100% - 4.1428571429rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp59 > * {
    width: calc(100% - 4.2142857143rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp60 > * {
    width: calc(100% - 4.2857142857rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp61 > * {
    width: calc(100% - 4.3571428571rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp62 > * {
    width: calc(100% - 4.4285714286rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp63 > * {
    width: calc(100% - 4.5rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp64 > * {
    width: calc(100% - 4.5714285714rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp65 > * {
    width: calc(100% - 4.6428571429rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp66 > * {
    width: calc(100% - 4.7142857143rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp67 > * {
    width: calc(100% - 4.7857142857rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp68 > * {
    width: calc(100% - 4.8571428571rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp69 > * {
    width: calc(100% - 4.9285714286rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp70 > * {
    width: calc(100% - 5rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp71 > * {
    width: calc(100% - 5.0714285714rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp72 > * {
    width: calc(100% - 5.1428571429rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp73 > * {
    width: calc(100% - 5.2142857143rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp74 > * {
    width: calc(100% - 5.2857142857rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp75 > * {
    width: calc(100% - 5.3571428571rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp76 > * {
    width: calc(100% - 5.4285714286rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp77 > * {
    width: calc(100% - 5.5rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp78 > * {
    width: calc(100% - 5.5714285714rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp79 > * {
    width: calc(100% - 5.6428571429rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp80 > * {
    width: calc(100% - 5.7142857143rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp81 > * {
    width: calc(100% - 5.7857142857rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp82 > * {
    width: calc(100% - 5.8571428571rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp83 > * {
    width: calc(100% - 5.9285714286rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp84 > * {
    width: calc(100% - 6rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp85 > * {
    width: calc(100% - 6.0714285714rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp86 > * {
    width: calc(100% - 6.1428571429rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp87 > * {
    width: calc(100% - 6.2142857143rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp88 > * {
    width: calc(100% - 6.2857142857rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp89 > * {
    width: calc(100% - 6.3571428571rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp90 > * {
    width: calc(100% - 6.4285714286rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp91 > * {
    width: calc(100% - 6.5rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp92 > * {
    width: calc(100% - 6.5714285714rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp93 > * {
    width: calc(100% - 6.6428571429rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp94 > * {
    width: calc(100% - 6.7142857143rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp95 > * {
    width: calc(100% - 6.7857142857rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp96 > * {
    width: calc(100% - 6.8571428571rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp97 > * {
    width: calc(100% - 6.9285714286rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp98 > * {
    width: calc(100% - 7rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp99 > * {
    width: calc(100% - 7.0714285714rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp100 > * {
    width: calc(100% - 7.1428571429rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp101 > * {
    width: calc(100% - 7.2142857143rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp102 > * {
    width: calc(100% - 7.2857142857rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp103 > * {
    width: calc(100% - 7.3571428571rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp104 > * {
    width: calc(100% - 7.4285714286rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp105 > * {
    width: calc(100% - 7.5rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp106 > * {
    width: calc(100% - 7.5714285714rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp107 > * {
    width: calc(100% - 7.6428571429rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp108 > * {
    width: calc(100% - 7.7142857143rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp109 > * {
    width: calc(100% - 7.7857142857rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp110 > * {
    width: calc(100% - 7.8571428571rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp111 > * {
    width: calc(100% - 7.9285714286rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp112 > * {
    width: calc(100% - 8rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp113 > * {
    width: calc(100% - 8.0714285714rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp114 > * {
    width: calc(100% - 8.1428571429rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp115 > * {
    width: calc(100% - 8.2142857143rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp116 > * {
    width: calc(100% - 8.2857142857rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp117 > * {
    width: calc(100% - 8.3571428571rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp118 > * {
    width: calc(100% - 8.4285714286rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp119 > * {
    width: calc(100% - 8.5rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp120 > * {
    width: calc(100% - 8.5714285714rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp121 > * {
    width: calc(100% - 8.6428571429rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp122 > * {
    width: calc(100% - 8.7142857143rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp123 > * {
    width: calc(100% - 8.7857142857rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp124 > * {
    width: calc(100% - 8.8571428571rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp125 > * {
    width: calc(100% - 8.9285714286rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp126 > * {
    width: calc(100% - 9rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp127 > * {
    width: calc(100% - 9.0714285714rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp128 > * {
    width: calc(100% - 9.1428571429rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp129 > * {
    width: calc(100% - 9.2142857143rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp130 > * {
    width: calc(100% - 9.2857142857rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp131 > * {
    width: calc(100% - 9.3571428571rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp132 > * {
    width: calc(100% - 9.4285714286rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp133 > * {
    width: calc(100% - 9.5rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp134 > * {
    width: calc(100% - 9.5714285714rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp135 > * {
    width: calc(100% - 9.6428571429rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp136 > * {
    width: calc(100% - 9.7142857143rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp137 > * {
    width: calc(100% - 9.7857142857rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp138 > * {
    width: calc(100% - 9.8571428571rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp139 > * {
    width: calc(100% - 9.9285714286rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp140 > * {
    width: calc(100% - 10rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp141 > * {
    width: calc(100% - 10.0714285714rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp142 > * {
    width: calc(100% - 10.1428571429rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp143 > * {
    width: calc(100% - 10.2142857143rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp144 > * {
    width: calc(100% - 10.2857142857rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp145 > * {
    width: calc(100% - 10.3571428571rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp146 > * {
    width: calc(100% - 10.4285714286rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp147 > * {
    width: calc(100% - 10.5rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp148 > * {
    width: calc(100% - 10.5714285714rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp149 > * {
    width: calc(100% - 10.6428571429rem / 1 * 0);
  }
  .flex-sp-col1.gap-sp150 > * {
    width: calc(100% - 10.7142857143rem / 1 * 0);
  }
  .flex-sp-col2 {
    flex-wrap: wrap;
  }
  .flex-sp-col2 > * {
    width: 50%;
  }
  .flex-sp-col2.gap6 > * {
    width: calc(50% - 0.375rem / 2 * 1);
  }
  .flex-sp-col2.gap7 > * {
    width: calc(50% - 0.4375rem / 2 * 1);
  }
  .flex-sp-col2.gap8 > * {
    width: calc(50% - 0.5rem / 2 * 1);
  }
  .flex-sp-col2.gap9 > * {
    width: calc(50% - 0.5625rem / 2 * 1);
  }
  .flex-sp-col2.gap10 > * {
    width: calc(50% - 0.625rem / 2 * 1);
  }
  .flex-sp-col2.gap11 > * {
    width: calc(50% - 0.6875rem / 2 * 1);
  }
  .flex-sp-col2.gap12 > * {
    width: calc(50% - 0.75rem / 2 * 1);
  }
  .flex-sp-col2.gap13 > * {
    width: calc(50% - 0.8125rem / 2 * 1);
  }
  .flex-sp-col2.gap14 > * {
    width: calc(50% - 0.875rem / 2 * 1);
  }
  .flex-sp-col2.gap15 > * {
    width: calc(50% - 0.9375rem / 2 * 1);
  }
  .flex-sp-col2.gap16 > * {
    width: calc(50% - 1rem / 2 * 1);
  }
  .flex-sp-col2.gap17 > * {
    width: calc(50% - 1.0625rem / 2 * 1);
  }
  .flex-sp-col2.gap18 > * {
    width: calc(50% - 1.125rem / 2 * 1);
  }
  .flex-sp-col2.gap19 > * {
    width: calc(50% - 1.1875rem / 2 * 1);
  }
  .flex-sp-col2.gap20 > * {
    width: calc(50% - 1.25rem / 2 * 1);
  }
  .flex-sp-col2.gap21 > * {
    width: calc(50% - 1.3125rem / 2 * 1);
  }
  .flex-sp-col2.gap22 > * {
    width: calc(50% - 1.375rem / 2 * 1);
  }
  .flex-sp-col2.gap23 > * {
    width: calc(50% - 1.4375rem / 2 * 1);
  }
  .flex-sp-col2.gap24 > * {
    width: calc(50% - 1.5rem / 2 * 1);
  }
  .flex-sp-col2.gap25 > * {
    width: calc(50% - 1.5625rem / 2 * 1);
  }
  .flex-sp-col2.gap26 > * {
    width: calc(50% - 1.625rem / 2 * 1);
  }
  .flex-sp-col2.gap27 > * {
    width: calc(50% - 1.6875rem / 2 * 1);
  }
  .flex-sp-col2.gap28 > * {
    width: calc(50% - 1.75rem / 2 * 1);
  }
  .flex-sp-col2.gap29 > * {
    width: calc(50% - 1.8125rem / 2 * 1);
  }
  .flex-sp-col2.gap30 > * {
    width: calc(50% - 1.875rem / 2 * 1);
  }
  .flex-sp-col2.gap31 > * {
    width: calc(50% - 1.9375rem / 2 * 1);
  }
  .flex-sp-col2.gap32 > * {
    width: calc(50% - 2rem / 2 * 1);
  }
  .flex-sp-col2.gap33 > * {
    width: calc(50% - 2.0625rem / 2 * 1);
  }
  .flex-sp-col2.gap34 > * {
    width: calc(50% - 2.125rem / 2 * 1);
  }
  .flex-sp-col2.gap35 > * {
    width: calc(50% - 2.1875rem / 2 * 1);
  }
  .flex-sp-col2.gap36 > * {
    width: calc(50% - 2.25rem / 2 * 1);
  }
  .flex-sp-col2.gap37 > * {
    width: calc(50% - 2.3125rem / 2 * 1);
  }
  .flex-sp-col2.gap38 > * {
    width: calc(50% - 2.375rem / 2 * 1);
  }
  .flex-sp-col2.gap39 > * {
    width: calc(50% - 2.4375rem / 2 * 1);
  }
  .flex-sp-col2.gap40 > * {
    width: calc(50% - 2.5rem / 2 * 1);
  }
  .flex-sp-col2.gap41 > * {
    width: calc(50% - 2.5625rem / 2 * 1);
  }
  .flex-sp-col2.gap42 > * {
    width: calc(50% - 2.625rem / 2 * 1);
  }
  .flex-sp-col2.gap43 > * {
    width: calc(50% - 2.6875rem / 2 * 1);
  }
  .flex-sp-col2.gap44 > * {
    width: calc(50% - 2.75rem / 2 * 1);
  }
  .flex-sp-col2.gap45 > * {
    width: calc(50% - 2.8125rem / 2 * 1);
  }
  .flex-sp-col2.gap46 > * {
    width: calc(50% - 2.875rem / 2 * 1);
  }
  .flex-sp-col2.gap47 > * {
    width: calc(50% - 2.9375rem / 2 * 1);
  }
  .flex-sp-col2.gap48 > * {
    width: calc(50% - 3rem / 2 * 1);
  }
  .flex-sp-col2.gap49 > * {
    width: calc(50% - 3.0625rem / 2 * 1);
  }
  .flex-sp-col2.gap50 > * {
    width: calc(50% - 3.125rem / 2 * 1);
  }
  .flex-sp-col2.gap51 > * {
    width: calc(50% - 3.1875rem / 2 * 1);
  }
  .flex-sp-col2.gap52 > * {
    width: calc(50% - 3.25rem / 2 * 1);
  }
  .flex-sp-col2.gap53 > * {
    width: calc(50% - 3.3125rem / 2 * 1);
  }
  .flex-sp-col2.gap54 > * {
    width: calc(50% - 3.375rem / 2 * 1);
  }
  .flex-sp-col2.gap55 > * {
    width: calc(50% - 3.4375rem / 2 * 1);
  }
  .flex-sp-col2.gap56 > * {
    width: calc(50% - 3.5rem / 2 * 1);
  }
  .flex-sp-col2.gap57 > * {
    width: calc(50% - 3.5625rem / 2 * 1);
  }
  .flex-sp-col2.gap58 > * {
    width: calc(50% - 3.625rem / 2 * 1);
  }
  .flex-sp-col2.gap59 > * {
    width: calc(50% - 3.6875rem / 2 * 1);
  }
  .flex-sp-col2.gap60 > * {
    width: calc(50% - 3.75rem / 2 * 1);
  }
  .flex-sp-col2.gap61 > * {
    width: calc(50% - 3.8125rem / 2 * 1);
  }
  .flex-sp-col2.gap62 > * {
    width: calc(50% - 3.875rem / 2 * 1);
  }
  .flex-sp-col2.gap63 > * {
    width: calc(50% - 3.9375rem / 2 * 1);
  }
  .flex-sp-col2.gap64 > * {
    width: calc(50% - 4rem / 2 * 1);
  }
  .flex-sp-col2.gap65 > * {
    width: calc(50% - 4.0625rem / 2 * 1);
  }
  .flex-sp-col2.gap66 > * {
    width: calc(50% - 4.125rem / 2 * 1);
  }
  .flex-sp-col2.gap67 > * {
    width: calc(50% - 4.1875rem / 2 * 1);
  }
  .flex-sp-col2.gap68 > * {
    width: calc(50% - 4.25rem / 2 * 1);
  }
  .flex-sp-col2.gap69 > * {
    width: calc(50% - 4.3125rem / 2 * 1);
  }
  .flex-sp-col2.gap70 > * {
    width: calc(50% - 4.375rem / 2 * 1);
  }
  .flex-sp-col2.gap71 > * {
    width: calc(50% - 4.4375rem / 2 * 1);
  }
  .flex-sp-col2.gap72 > * {
    width: calc(50% - 4.5rem / 2 * 1);
  }
  .flex-sp-col2.gap73 > * {
    width: calc(50% - 4.5625rem / 2 * 1);
  }
  .flex-sp-col2.gap74 > * {
    width: calc(50% - 4.625rem / 2 * 1);
  }
  .flex-sp-col2.gap75 > * {
    width: calc(50% - 4.6875rem / 2 * 1);
  }
  .flex-sp-col2.gap76 > * {
    width: calc(50% - 4.75rem / 2 * 1);
  }
  .flex-sp-col2.gap77 > * {
    width: calc(50% - 4.8125rem / 2 * 1);
  }
  .flex-sp-col2.gap78 > * {
    width: calc(50% - 4.875rem / 2 * 1);
  }
  .flex-sp-col2.gap79 > * {
    width: calc(50% - 4.9375rem / 2 * 1);
  }
  .flex-sp-col2.gap80 > * {
    width: calc(50% - 5rem / 2 * 1);
  }
  .flex-sp-col2.gap81 > * {
    width: calc(50% - 5.0625rem / 2 * 1);
  }
  .flex-sp-col2.gap82 > * {
    width: calc(50% - 5.125rem / 2 * 1);
  }
  .flex-sp-col2.gap83 > * {
    width: calc(50% - 5.1875rem / 2 * 1);
  }
  .flex-sp-col2.gap84 > * {
    width: calc(50% - 5.25rem / 2 * 1);
  }
  .flex-sp-col2.gap85 > * {
    width: calc(50% - 5.3125rem / 2 * 1);
  }
  .flex-sp-col2.gap86 > * {
    width: calc(50% - 5.375rem / 2 * 1);
  }
  .flex-sp-col2.gap87 > * {
    width: calc(50% - 5.4375rem / 2 * 1);
  }
  .flex-sp-col2.gap88 > * {
    width: calc(50% - 5.5rem / 2 * 1);
  }
  .flex-sp-col2.gap89 > * {
    width: calc(50% - 5.5625rem / 2 * 1);
  }
  .flex-sp-col2.gap90 > * {
    width: calc(50% - 5.625rem / 2 * 1);
  }
  .flex-sp-col2.gap91 > * {
    width: calc(50% - 5.6875rem / 2 * 1);
  }
  .flex-sp-col2.gap92 > * {
    width: calc(50% - 5.75rem / 2 * 1);
  }
  .flex-sp-col2.gap93 > * {
    width: calc(50% - 5.8125rem / 2 * 1);
  }
  .flex-sp-col2.gap94 > * {
    width: calc(50% - 5.875rem / 2 * 1);
  }
  .flex-sp-col2.gap95 > * {
    width: calc(50% - 5.9375rem / 2 * 1);
  }
  .flex-sp-col2.gap96 > * {
    width: calc(50% - 6rem / 2 * 1);
  }
  .flex-sp-col2.gap97 > * {
    width: calc(50% - 6.0625rem / 2 * 1);
  }
  .flex-sp-col2.gap98 > * {
    width: calc(50% - 6.125rem / 2 * 1);
  }
  .flex-sp-col2.gap99 > * {
    width: calc(50% - 6.1875rem / 2 * 1);
  }
  .flex-sp-col2.gap100 > * {
    width: calc(50% - 6.25rem / 2 * 1);
  }
  .flex-sp-col2.gap101 > * {
    width: calc(50% - 6.3125rem / 2 * 1);
  }
  .flex-sp-col2.gap102 > * {
    width: calc(50% - 6.375rem / 2 * 1);
  }
  .flex-sp-col2.gap103 > * {
    width: calc(50% - 6.4375rem / 2 * 1);
  }
  .flex-sp-col2.gap104 > * {
    width: calc(50% - 6.5rem / 2 * 1);
  }
  .flex-sp-col2.gap105 > * {
    width: calc(50% - 6.5625rem / 2 * 1);
  }
  .flex-sp-col2.gap106 > * {
    width: calc(50% - 6.625rem / 2 * 1);
  }
  .flex-sp-col2.gap107 > * {
    width: calc(50% - 6.6875rem / 2 * 1);
  }
  .flex-sp-col2.gap108 > * {
    width: calc(50% - 6.75rem / 2 * 1);
  }
  .flex-sp-col2.gap109 > * {
    width: calc(50% - 6.8125rem / 2 * 1);
  }
  .flex-sp-col2.gap110 > * {
    width: calc(50% - 6.875rem / 2 * 1);
  }
  .flex-sp-col2.gap111 > * {
    width: calc(50% - 6.9375rem / 2 * 1);
  }
  .flex-sp-col2.gap112 > * {
    width: calc(50% - 7rem / 2 * 1);
  }
  .flex-sp-col2.gap113 > * {
    width: calc(50% - 7.0625rem / 2 * 1);
  }
  .flex-sp-col2.gap114 > * {
    width: calc(50% - 7.125rem / 2 * 1);
  }
  .flex-sp-col2.gap115 > * {
    width: calc(50% - 7.1875rem / 2 * 1);
  }
  .flex-sp-col2.gap116 > * {
    width: calc(50% - 7.25rem / 2 * 1);
  }
  .flex-sp-col2.gap117 > * {
    width: calc(50% - 7.3125rem / 2 * 1);
  }
  .flex-sp-col2.gap118 > * {
    width: calc(50% - 7.375rem / 2 * 1);
  }
  .flex-sp-col2.gap119 > * {
    width: calc(50% - 7.4375rem / 2 * 1);
  }
  .flex-sp-col2.gap120 > * {
    width: calc(50% - 7.5rem / 2 * 1);
  }
  .flex-sp-col2.gap121 > * {
    width: calc(50% - 7.5625rem / 2 * 1);
  }
  .flex-sp-col2.gap122 > * {
    width: calc(50% - 7.625rem / 2 * 1);
  }
  .flex-sp-col2.gap123 > * {
    width: calc(50% - 7.6875rem / 2 * 1);
  }
  .flex-sp-col2.gap124 > * {
    width: calc(50% - 7.75rem / 2 * 1);
  }
  .flex-sp-col2.gap125 > * {
    width: calc(50% - 7.8125rem / 2 * 1);
  }
  .flex-sp-col2.gap126 > * {
    width: calc(50% - 7.875rem / 2 * 1);
  }
  .flex-sp-col2.gap127 > * {
    width: calc(50% - 7.9375rem / 2 * 1);
  }
  .flex-sp-col2.gap128 > * {
    width: calc(50% - 8rem / 2 * 1);
  }
  .flex-sp-col2.gap129 > * {
    width: calc(50% - 8.0625rem / 2 * 1);
  }
  .flex-sp-col2.gap130 > * {
    width: calc(50% - 8.125rem / 2 * 1);
  }
  .flex-sp-col2.gap131 > * {
    width: calc(50% - 8.1875rem / 2 * 1);
  }
  .flex-sp-col2.gap132 > * {
    width: calc(50% - 8.25rem / 2 * 1);
  }
  .flex-sp-col2.gap133 > * {
    width: calc(50% - 8.3125rem / 2 * 1);
  }
  .flex-sp-col2.gap134 > * {
    width: calc(50% - 8.375rem / 2 * 1);
  }
  .flex-sp-col2.gap135 > * {
    width: calc(50% - 8.4375rem / 2 * 1);
  }
  .flex-sp-col2.gap136 > * {
    width: calc(50% - 8.5rem / 2 * 1);
  }
  .flex-sp-col2.gap137 > * {
    width: calc(50% - 8.5625rem / 2 * 1);
  }
  .flex-sp-col2.gap138 > * {
    width: calc(50% - 8.625rem / 2 * 1);
  }
  .flex-sp-col2.gap139 > * {
    width: calc(50% - 8.6875rem / 2 * 1);
  }
  .flex-sp-col2.gap140 > * {
    width: calc(50% - 8.75rem / 2 * 1);
  }
  .flex-sp-col2.gap141 > * {
    width: calc(50% - 8.8125rem / 2 * 1);
  }
  .flex-sp-col2.gap142 > * {
    width: calc(50% - 8.875rem / 2 * 1);
  }
  .flex-sp-col2.gap143 > * {
    width: calc(50% - 8.9375rem / 2 * 1);
  }
  .flex-sp-col2.gap144 > * {
    width: calc(50% - 9rem / 2 * 1);
  }
  .flex-sp-col2.gap145 > * {
    width: calc(50% - 9.0625rem / 2 * 1);
  }
  .flex-sp-col2.gap146 > * {
    width: calc(50% - 9.125rem / 2 * 1);
  }
  .flex-sp-col2.gap147 > * {
    width: calc(50% - 9.1875rem / 2 * 1);
  }
  .flex-sp-col2.gap148 > * {
    width: calc(50% - 9.25rem / 2 * 1);
  }
  .flex-sp-col2.gap149 > * {
    width: calc(50% - 9.3125rem / 2 * 1);
  }
  .flex-sp-col2.gap150 > * {
    width: calc(50% - 9.375rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp6 > * {
    width: calc(50% - 0.4285714286rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp7 > * {
    width: calc(50% - 0.5rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp8 > * {
    width: calc(50% - 0.5714285714rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp9 > * {
    width: calc(50% - 0.6428571429rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp10 > * {
    width: calc(50% - 0.7142857143rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp11 > * {
    width: calc(50% - 0.7857142857rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp12 > * {
    width: calc(50% - 0.8571428571rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp13 > * {
    width: calc(50% - 0.9285714286rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp14 > * {
    width: calc(50% - 1rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp15 > * {
    width: calc(50% - 1.0714285714rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp16 > * {
    width: calc(50% - 1.1428571429rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp17 > * {
    width: calc(50% - 1.2142857143rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp18 > * {
    width: calc(50% - 1.2857142857rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp19 > * {
    width: calc(50% - 1.3571428571rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp20 > * {
    width: calc(50% - 1.4285714286rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp21 > * {
    width: calc(50% - 1.5rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp22 > * {
    width: calc(50% - 1.5714285714rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp23 > * {
    width: calc(50% - 1.6428571429rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp24 > * {
    width: calc(50% - 1.7142857143rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp25 > * {
    width: calc(50% - 1.7857142857rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp26 > * {
    width: calc(50% - 1.8571428571rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp27 > * {
    width: calc(50% - 1.9285714286rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp28 > * {
    width: calc(50% - 2rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp29 > * {
    width: calc(50% - 2.0714285714rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp30 > * {
    width: calc(50% - 2.1428571429rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp31 > * {
    width: calc(50% - 2.2142857143rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp32 > * {
    width: calc(50% - 2.2857142857rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp33 > * {
    width: calc(50% - 2.3571428571rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp34 > * {
    width: calc(50% - 2.4285714286rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp35 > * {
    width: calc(50% - 2.5rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp36 > * {
    width: calc(50% - 2.5714285714rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp37 > * {
    width: calc(50% - 2.6428571429rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp38 > * {
    width: calc(50% - 2.7142857143rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp39 > * {
    width: calc(50% - 2.7857142857rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp40 > * {
    width: calc(50% - 2.8571428571rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp41 > * {
    width: calc(50% - 2.9285714286rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp42 > * {
    width: calc(50% - 3rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp43 > * {
    width: calc(50% - 3.0714285714rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp44 > * {
    width: calc(50% - 3.1428571429rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp45 > * {
    width: calc(50% - 3.2142857143rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp46 > * {
    width: calc(50% - 3.2857142857rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp47 > * {
    width: calc(50% - 3.3571428571rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp48 > * {
    width: calc(50% - 3.4285714286rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp49 > * {
    width: calc(50% - 3.5rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp50 > * {
    width: calc(50% - 3.5714285714rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp51 > * {
    width: calc(50% - 3.6428571429rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp52 > * {
    width: calc(50% - 3.7142857143rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp53 > * {
    width: calc(50% - 3.7857142857rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp54 > * {
    width: calc(50% - 3.8571428571rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp55 > * {
    width: calc(50% - 3.9285714286rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp56 > * {
    width: calc(50% - 4rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp57 > * {
    width: calc(50% - 4.0714285714rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp58 > * {
    width: calc(50% - 4.1428571429rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp59 > * {
    width: calc(50% - 4.2142857143rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp60 > * {
    width: calc(50% - 4.2857142857rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp61 > * {
    width: calc(50% - 4.3571428571rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp62 > * {
    width: calc(50% - 4.4285714286rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp63 > * {
    width: calc(50% - 4.5rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp64 > * {
    width: calc(50% - 4.5714285714rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp65 > * {
    width: calc(50% - 4.6428571429rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp66 > * {
    width: calc(50% - 4.7142857143rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp67 > * {
    width: calc(50% - 4.7857142857rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp68 > * {
    width: calc(50% - 4.8571428571rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp69 > * {
    width: calc(50% - 4.9285714286rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp70 > * {
    width: calc(50% - 5rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp71 > * {
    width: calc(50% - 5.0714285714rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp72 > * {
    width: calc(50% - 5.1428571429rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp73 > * {
    width: calc(50% - 5.2142857143rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp74 > * {
    width: calc(50% - 5.2857142857rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp75 > * {
    width: calc(50% - 5.3571428571rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp76 > * {
    width: calc(50% - 5.4285714286rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp77 > * {
    width: calc(50% - 5.5rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp78 > * {
    width: calc(50% - 5.5714285714rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp79 > * {
    width: calc(50% - 5.6428571429rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp80 > * {
    width: calc(50% - 5.7142857143rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp81 > * {
    width: calc(50% - 5.7857142857rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp82 > * {
    width: calc(50% - 5.8571428571rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp83 > * {
    width: calc(50% - 5.9285714286rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp84 > * {
    width: calc(50% - 6rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp85 > * {
    width: calc(50% - 6.0714285714rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp86 > * {
    width: calc(50% - 6.1428571429rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp87 > * {
    width: calc(50% - 6.2142857143rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp88 > * {
    width: calc(50% - 6.2857142857rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp89 > * {
    width: calc(50% - 6.3571428571rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp90 > * {
    width: calc(50% - 6.4285714286rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp91 > * {
    width: calc(50% - 6.5rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp92 > * {
    width: calc(50% - 6.5714285714rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp93 > * {
    width: calc(50% - 6.6428571429rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp94 > * {
    width: calc(50% - 6.7142857143rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp95 > * {
    width: calc(50% - 6.7857142857rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp96 > * {
    width: calc(50% - 6.8571428571rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp97 > * {
    width: calc(50% - 6.9285714286rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp98 > * {
    width: calc(50% - 7rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp99 > * {
    width: calc(50% - 7.0714285714rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp100 > * {
    width: calc(50% - 7.1428571429rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp101 > * {
    width: calc(50% - 7.2142857143rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp102 > * {
    width: calc(50% - 7.2857142857rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp103 > * {
    width: calc(50% - 7.3571428571rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp104 > * {
    width: calc(50% - 7.4285714286rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp105 > * {
    width: calc(50% - 7.5rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp106 > * {
    width: calc(50% - 7.5714285714rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp107 > * {
    width: calc(50% - 7.6428571429rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp108 > * {
    width: calc(50% - 7.7142857143rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp109 > * {
    width: calc(50% - 7.7857142857rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp110 > * {
    width: calc(50% - 7.8571428571rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp111 > * {
    width: calc(50% - 7.9285714286rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp112 > * {
    width: calc(50% - 8rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp113 > * {
    width: calc(50% - 8.0714285714rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp114 > * {
    width: calc(50% - 8.1428571429rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp115 > * {
    width: calc(50% - 8.2142857143rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp116 > * {
    width: calc(50% - 8.2857142857rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp117 > * {
    width: calc(50% - 8.3571428571rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp118 > * {
    width: calc(50% - 8.4285714286rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp119 > * {
    width: calc(50% - 8.5rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp120 > * {
    width: calc(50% - 8.5714285714rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp121 > * {
    width: calc(50% - 8.6428571429rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp122 > * {
    width: calc(50% - 8.7142857143rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp123 > * {
    width: calc(50% - 8.7857142857rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp124 > * {
    width: calc(50% - 8.8571428571rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp125 > * {
    width: calc(50% - 8.9285714286rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp126 > * {
    width: calc(50% - 9rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp127 > * {
    width: calc(50% - 9.0714285714rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp128 > * {
    width: calc(50% - 9.1428571429rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp129 > * {
    width: calc(50% - 9.2142857143rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp130 > * {
    width: calc(50% - 9.2857142857rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp131 > * {
    width: calc(50% - 9.3571428571rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp132 > * {
    width: calc(50% - 9.4285714286rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp133 > * {
    width: calc(50% - 9.5rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp134 > * {
    width: calc(50% - 9.5714285714rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp135 > * {
    width: calc(50% - 9.6428571429rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp136 > * {
    width: calc(50% - 9.7142857143rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp137 > * {
    width: calc(50% - 9.7857142857rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp138 > * {
    width: calc(50% - 9.8571428571rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp139 > * {
    width: calc(50% - 9.9285714286rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp140 > * {
    width: calc(50% - 10rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp141 > * {
    width: calc(50% - 10.0714285714rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp142 > * {
    width: calc(50% - 10.1428571429rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp143 > * {
    width: calc(50% - 10.2142857143rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp144 > * {
    width: calc(50% - 10.2857142857rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp145 > * {
    width: calc(50% - 10.3571428571rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp146 > * {
    width: calc(50% - 10.4285714286rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp147 > * {
    width: calc(50% - 10.5rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp148 > * {
    width: calc(50% - 10.5714285714rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp149 > * {
    width: calc(50% - 10.6428571429rem / 2 * 1);
  }
  .flex-sp-col2.gap-sp150 > * {
    width: calc(50% - 10.7142857143rem / 2 * 1);
  }
  .flex-sp-col3 {
    flex-wrap: wrap;
  }
  .flex-sp-col3 > * {
    width: 33.3333333333%;
  }
  .flex-sp-col3.gap6 > * {
    width: calc(33.3333333333% - 0.375rem / 3 * 2);
  }
  .flex-sp-col3.gap7 > * {
    width: calc(33.3333333333% - 0.4375rem / 3 * 2);
  }
  .flex-sp-col3.gap8 > * {
    width: calc(33.3333333333% - 0.5rem / 3 * 2);
  }
  .flex-sp-col3.gap9 > * {
    width: calc(33.3333333333% - 0.5625rem / 3 * 2);
  }
  .flex-sp-col3.gap10 > * {
    width: calc(33.3333333333% - 0.625rem / 3 * 2);
  }
  .flex-sp-col3.gap11 > * {
    width: calc(33.3333333333% - 0.6875rem / 3 * 2);
  }
  .flex-sp-col3.gap12 > * {
    width: calc(33.3333333333% - 0.75rem / 3 * 2);
  }
  .flex-sp-col3.gap13 > * {
    width: calc(33.3333333333% - 0.8125rem / 3 * 2);
  }
  .flex-sp-col3.gap14 > * {
    width: calc(33.3333333333% - 0.875rem / 3 * 2);
  }
  .flex-sp-col3.gap15 > * {
    width: calc(33.3333333333% - 0.9375rem / 3 * 2);
  }
  .flex-sp-col3.gap16 > * {
    width: calc(33.3333333333% - 1rem / 3 * 2);
  }
  .flex-sp-col3.gap17 > * {
    width: calc(33.3333333333% - 1.0625rem / 3 * 2);
  }
  .flex-sp-col3.gap18 > * {
    width: calc(33.3333333333% - 1.125rem / 3 * 2);
  }
  .flex-sp-col3.gap19 > * {
    width: calc(33.3333333333% - 1.1875rem / 3 * 2);
  }
  .flex-sp-col3.gap20 > * {
    width: calc(33.3333333333% - 1.25rem / 3 * 2);
  }
  .flex-sp-col3.gap21 > * {
    width: calc(33.3333333333% - 1.3125rem / 3 * 2);
  }
  .flex-sp-col3.gap22 > * {
    width: calc(33.3333333333% - 1.375rem / 3 * 2);
  }
  .flex-sp-col3.gap23 > * {
    width: calc(33.3333333333% - 1.4375rem / 3 * 2);
  }
  .flex-sp-col3.gap24 > * {
    width: calc(33.3333333333% - 1.5rem / 3 * 2);
  }
  .flex-sp-col3.gap25 > * {
    width: calc(33.3333333333% - 1.5625rem / 3 * 2);
  }
  .flex-sp-col3.gap26 > * {
    width: calc(33.3333333333% - 1.625rem / 3 * 2);
  }
  .flex-sp-col3.gap27 > * {
    width: calc(33.3333333333% - 1.6875rem / 3 * 2);
  }
  .flex-sp-col3.gap28 > * {
    width: calc(33.3333333333% - 1.75rem / 3 * 2);
  }
  .flex-sp-col3.gap29 > * {
    width: calc(33.3333333333% - 1.8125rem / 3 * 2);
  }
  .flex-sp-col3.gap30 > * {
    width: calc(33.3333333333% - 1.875rem / 3 * 2);
  }
  .flex-sp-col3.gap31 > * {
    width: calc(33.3333333333% - 1.9375rem / 3 * 2);
  }
  .flex-sp-col3.gap32 > * {
    width: calc(33.3333333333% - 2rem / 3 * 2);
  }
  .flex-sp-col3.gap33 > * {
    width: calc(33.3333333333% - 2.0625rem / 3 * 2);
  }
  .flex-sp-col3.gap34 > * {
    width: calc(33.3333333333% - 2.125rem / 3 * 2);
  }
  .flex-sp-col3.gap35 > * {
    width: calc(33.3333333333% - 2.1875rem / 3 * 2);
  }
  .flex-sp-col3.gap36 > * {
    width: calc(33.3333333333% - 2.25rem / 3 * 2);
  }
  .flex-sp-col3.gap37 > * {
    width: calc(33.3333333333% - 2.3125rem / 3 * 2);
  }
  .flex-sp-col3.gap38 > * {
    width: calc(33.3333333333% - 2.375rem / 3 * 2);
  }
  .flex-sp-col3.gap39 > * {
    width: calc(33.3333333333% - 2.4375rem / 3 * 2);
  }
  .flex-sp-col3.gap40 > * {
    width: calc(33.3333333333% - 2.5rem / 3 * 2);
  }
  .flex-sp-col3.gap41 > * {
    width: calc(33.3333333333% - 2.5625rem / 3 * 2);
  }
  .flex-sp-col3.gap42 > * {
    width: calc(33.3333333333% - 2.625rem / 3 * 2);
  }
  .flex-sp-col3.gap43 > * {
    width: calc(33.3333333333% - 2.6875rem / 3 * 2);
  }
  .flex-sp-col3.gap44 > * {
    width: calc(33.3333333333% - 2.75rem / 3 * 2);
  }
  .flex-sp-col3.gap45 > * {
    width: calc(33.3333333333% - 2.8125rem / 3 * 2);
  }
  .flex-sp-col3.gap46 > * {
    width: calc(33.3333333333% - 2.875rem / 3 * 2);
  }
  .flex-sp-col3.gap47 > * {
    width: calc(33.3333333333% - 2.9375rem / 3 * 2);
  }
  .flex-sp-col3.gap48 > * {
    width: calc(33.3333333333% - 3rem / 3 * 2);
  }
  .flex-sp-col3.gap49 > * {
    width: calc(33.3333333333% - 3.0625rem / 3 * 2);
  }
  .flex-sp-col3.gap50 > * {
    width: calc(33.3333333333% - 3.125rem / 3 * 2);
  }
  .flex-sp-col3.gap51 > * {
    width: calc(33.3333333333% - 3.1875rem / 3 * 2);
  }
  .flex-sp-col3.gap52 > * {
    width: calc(33.3333333333% - 3.25rem / 3 * 2);
  }
  .flex-sp-col3.gap53 > * {
    width: calc(33.3333333333% - 3.3125rem / 3 * 2);
  }
  .flex-sp-col3.gap54 > * {
    width: calc(33.3333333333% - 3.375rem / 3 * 2);
  }
  .flex-sp-col3.gap55 > * {
    width: calc(33.3333333333% - 3.4375rem / 3 * 2);
  }
  .flex-sp-col3.gap56 > * {
    width: calc(33.3333333333% - 3.5rem / 3 * 2);
  }
  .flex-sp-col3.gap57 > * {
    width: calc(33.3333333333% - 3.5625rem / 3 * 2);
  }
  .flex-sp-col3.gap58 > * {
    width: calc(33.3333333333% - 3.625rem / 3 * 2);
  }
  .flex-sp-col3.gap59 > * {
    width: calc(33.3333333333% - 3.6875rem / 3 * 2);
  }
  .flex-sp-col3.gap60 > * {
    width: calc(33.3333333333% - 3.75rem / 3 * 2);
  }
  .flex-sp-col3.gap61 > * {
    width: calc(33.3333333333% - 3.8125rem / 3 * 2);
  }
  .flex-sp-col3.gap62 > * {
    width: calc(33.3333333333% - 3.875rem / 3 * 2);
  }
  .flex-sp-col3.gap63 > * {
    width: calc(33.3333333333% - 3.9375rem / 3 * 2);
  }
  .flex-sp-col3.gap64 > * {
    width: calc(33.3333333333% - 4rem / 3 * 2);
  }
  .flex-sp-col3.gap65 > * {
    width: calc(33.3333333333% - 4.0625rem / 3 * 2);
  }
  .flex-sp-col3.gap66 > * {
    width: calc(33.3333333333% - 4.125rem / 3 * 2);
  }
  .flex-sp-col3.gap67 > * {
    width: calc(33.3333333333% - 4.1875rem / 3 * 2);
  }
  .flex-sp-col3.gap68 > * {
    width: calc(33.3333333333% - 4.25rem / 3 * 2);
  }
  .flex-sp-col3.gap69 > * {
    width: calc(33.3333333333% - 4.3125rem / 3 * 2);
  }
  .flex-sp-col3.gap70 > * {
    width: calc(33.3333333333% - 4.375rem / 3 * 2);
  }
  .flex-sp-col3.gap71 > * {
    width: calc(33.3333333333% - 4.4375rem / 3 * 2);
  }
  .flex-sp-col3.gap72 > * {
    width: calc(33.3333333333% - 4.5rem / 3 * 2);
  }
  .flex-sp-col3.gap73 > * {
    width: calc(33.3333333333% - 4.5625rem / 3 * 2);
  }
  .flex-sp-col3.gap74 > * {
    width: calc(33.3333333333% - 4.625rem / 3 * 2);
  }
  .flex-sp-col3.gap75 > * {
    width: calc(33.3333333333% - 4.6875rem / 3 * 2);
  }
  .flex-sp-col3.gap76 > * {
    width: calc(33.3333333333% - 4.75rem / 3 * 2);
  }
  .flex-sp-col3.gap77 > * {
    width: calc(33.3333333333% - 4.8125rem / 3 * 2);
  }
  .flex-sp-col3.gap78 > * {
    width: calc(33.3333333333% - 4.875rem / 3 * 2);
  }
  .flex-sp-col3.gap79 > * {
    width: calc(33.3333333333% - 4.9375rem / 3 * 2);
  }
  .flex-sp-col3.gap80 > * {
    width: calc(33.3333333333% - 5rem / 3 * 2);
  }
  .flex-sp-col3.gap81 > * {
    width: calc(33.3333333333% - 5.0625rem / 3 * 2);
  }
  .flex-sp-col3.gap82 > * {
    width: calc(33.3333333333% - 5.125rem / 3 * 2);
  }
  .flex-sp-col3.gap83 > * {
    width: calc(33.3333333333% - 5.1875rem / 3 * 2);
  }
  .flex-sp-col3.gap84 > * {
    width: calc(33.3333333333% - 5.25rem / 3 * 2);
  }
  .flex-sp-col3.gap85 > * {
    width: calc(33.3333333333% - 5.3125rem / 3 * 2);
  }
  .flex-sp-col3.gap86 > * {
    width: calc(33.3333333333% - 5.375rem / 3 * 2);
  }
  .flex-sp-col3.gap87 > * {
    width: calc(33.3333333333% - 5.4375rem / 3 * 2);
  }
  .flex-sp-col3.gap88 > * {
    width: calc(33.3333333333% - 5.5rem / 3 * 2);
  }
  .flex-sp-col3.gap89 > * {
    width: calc(33.3333333333% - 5.5625rem / 3 * 2);
  }
  .flex-sp-col3.gap90 > * {
    width: calc(33.3333333333% - 5.625rem / 3 * 2);
  }
  .flex-sp-col3.gap91 > * {
    width: calc(33.3333333333% - 5.6875rem / 3 * 2);
  }
  .flex-sp-col3.gap92 > * {
    width: calc(33.3333333333% - 5.75rem / 3 * 2);
  }
  .flex-sp-col3.gap93 > * {
    width: calc(33.3333333333% - 5.8125rem / 3 * 2);
  }
  .flex-sp-col3.gap94 > * {
    width: calc(33.3333333333% - 5.875rem / 3 * 2);
  }
  .flex-sp-col3.gap95 > * {
    width: calc(33.3333333333% - 5.9375rem / 3 * 2);
  }
  .flex-sp-col3.gap96 > * {
    width: calc(33.3333333333% - 6rem / 3 * 2);
  }
  .flex-sp-col3.gap97 > * {
    width: calc(33.3333333333% - 6.0625rem / 3 * 2);
  }
  .flex-sp-col3.gap98 > * {
    width: calc(33.3333333333% - 6.125rem / 3 * 2);
  }
  .flex-sp-col3.gap99 > * {
    width: calc(33.3333333333% - 6.1875rem / 3 * 2);
  }
  .flex-sp-col3.gap100 > * {
    width: calc(33.3333333333% - 6.25rem / 3 * 2);
  }
  .flex-sp-col3.gap101 > * {
    width: calc(33.3333333333% - 6.3125rem / 3 * 2);
  }
  .flex-sp-col3.gap102 > * {
    width: calc(33.3333333333% - 6.375rem / 3 * 2);
  }
  .flex-sp-col3.gap103 > * {
    width: calc(33.3333333333% - 6.4375rem / 3 * 2);
  }
  .flex-sp-col3.gap104 > * {
    width: calc(33.3333333333% - 6.5rem / 3 * 2);
  }
  .flex-sp-col3.gap105 > * {
    width: calc(33.3333333333% - 6.5625rem / 3 * 2);
  }
  .flex-sp-col3.gap106 > * {
    width: calc(33.3333333333% - 6.625rem / 3 * 2);
  }
  .flex-sp-col3.gap107 > * {
    width: calc(33.3333333333% - 6.6875rem / 3 * 2);
  }
  .flex-sp-col3.gap108 > * {
    width: calc(33.3333333333% - 6.75rem / 3 * 2);
  }
  .flex-sp-col3.gap109 > * {
    width: calc(33.3333333333% - 6.8125rem / 3 * 2);
  }
  .flex-sp-col3.gap110 > * {
    width: calc(33.3333333333% - 6.875rem / 3 * 2);
  }
  .flex-sp-col3.gap111 > * {
    width: calc(33.3333333333% - 6.9375rem / 3 * 2);
  }
  .flex-sp-col3.gap112 > * {
    width: calc(33.3333333333% - 7rem / 3 * 2);
  }
  .flex-sp-col3.gap113 > * {
    width: calc(33.3333333333% - 7.0625rem / 3 * 2);
  }
  .flex-sp-col3.gap114 > * {
    width: calc(33.3333333333% - 7.125rem / 3 * 2);
  }
  .flex-sp-col3.gap115 > * {
    width: calc(33.3333333333% - 7.1875rem / 3 * 2);
  }
  .flex-sp-col3.gap116 > * {
    width: calc(33.3333333333% - 7.25rem / 3 * 2);
  }
  .flex-sp-col3.gap117 > * {
    width: calc(33.3333333333% - 7.3125rem / 3 * 2);
  }
  .flex-sp-col3.gap118 > * {
    width: calc(33.3333333333% - 7.375rem / 3 * 2);
  }
  .flex-sp-col3.gap119 > * {
    width: calc(33.3333333333% - 7.4375rem / 3 * 2);
  }
  .flex-sp-col3.gap120 > * {
    width: calc(33.3333333333% - 7.5rem / 3 * 2);
  }
  .flex-sp-col3.gap121 > * {
    width: calc(33.3333333333% - 7.5625rem / 3 * 2);
  }
  .flex-sp-col3.gap122 > * {
    width: calc(33.3333333333% - 7.625rem / 3 * 2);
  }
  .flex-sp-col3.gap123 > * {
    width: calc(33.3333333333% - 7.6875rem / 3 * 2);
  }
  .flex-sp-col3.gap124 > * {
    width: calc(33.3333333333% - 7.75rem / 3 * 2);
  }
  .flex-sp-col3.gap125 > * {
    width: calc(33.3333333333% - 7.8125rem / 3 * 2);
  }
  .flex-sp-col3.gap126 > * {
    width: calc(33.3333333333% - 7.875rem / 3 * 2);
  }
  .flex-sp-col3.gap127 > * {
    width: calc(33.3333333333% - 7.9375rem / 3 * 2);
  }
  .flex-sp-col3.gap128 > * {
    width: calc(33.3333333333% - 8rem / 3 * 2);
  }
  .flex-sp-col3.gap129 > * {
    width: calc(33.3333333333% - 8.0625rem / 3 * 2);
  }
  .flex-sp-col3.gap130 > * {
    width: calc(33.3333333333% - 8.125rem / 3 * 2);
  }
  .flex-sp-col3.gap131 > * {
    width: calc(33.3333333333% - 8.1875rem / 3 * 2);
  }
  .flex-sp-col3.gap132 > * {
    width: calc(33.3333333333% - 8.25rem / 3 * 2);
  }
  .flex-sp-col3.gap133 > * {
    width: calc(33.3333333333% - 8.3125rem / 3 * 2);
  }
  .flex-sp-col3.gap134 > * {
    width: calc(33.3333333333% - 8.375rem / 3 * 2);
  }
  .flex-sp-col3.gap135 > * {
    width: calc(33.3333333333% - 8.4375rem / 3 * 2);
  }
  .flex-sp-col3.gap136 > * {
    width: calc(33.3333333333% - 8.5rem / 3 * 2);
  }
  .flex-sp-col3.gap137 > * {
    width: calc(33.3333333333% - 8.5625rem / 3 * 2);
  }
  .flex-sp-col3.gap138 > * {
    width: calc(33.3333333333% - 8.625rem / 3 * 2);
  }
  .flex-sp-col3.gap139 > * {
    width: calc(33.3333333333% - 8.6875rem / 3 * 2);
  }
  .flex-sp-col3.gap140 > * {
    width: calc(33.3333333333% - 8.75rem / 3 * 2);
  }
  .flex-sp-col3.gap141 > * {
    width: calc(33.3333333333% - 8.8125rem / 3 * 2);
  }
  .flex-sp-col3.gap142 > * {
    width: calc(33.3333333333% - 8.875rem / 3 * 2);
  }
  .flex-sp-col3.gap143 > * {
    width: calc(33.3333333333% - 8.9375rem / 3 * 2);
  }
  .flex-sp-col3.gap144 > * {
    width: calc(33.3333333333% - 9rem / 3 * 2);
  }
  .flex-sp-col3.gap145 > * {
    width: calc(33.3333333333% - 9.0625rem / 3 * 2);
  }
  .flex-sp-col3.gap146 > * {
    width: calc(33.3333333333% - 9.125rem / 3 * 2);
  }
  .flex-sp-col3.gap147 > * {
    width: calc(33.3333333333% - 9.1875rem / 3 * 2);
  }
  .flex-sp-col3.gap148 > * {
    width: calc(33.3333333333% - 9.25rem / 3 * 2);
  }
  .flex-sp-col3.gap149 > * {
    width: calc(33.3333333333% - 9.3125rem / 3 * 2);
  }
  .flex-sp-col3.gap150 > * {
    width: calc(33.3333333333% - 9.375rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp6 > * {
    width: calc(33.3333333333% - 0.4285714286rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp7 > * {
    width: calc(33.3333333333% - 0.5rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp8 > * {
    width: calc(33.3333333333% - 0.5714285714rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp9 > * {
    width: calc(33.3333333333% - 0.6428571429rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp10 > * {
    width: calc(33.3333333333% - 0.7142857143rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp11 > * {
    width: calc(33.3333333333% - 0.7857142857rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp12 > * {
    width: calc(33.3333333333% - 0.8571428571rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp13 > * {
    width: calc(33.3333333333% - 0.9285714286rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp14 > * {
    width: calc(33.3333333333% - 1rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp15 > * {
    width: calc(33.3333333333% - 1.0714285714rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp16 > * {
    width: calc(33.3333333333% - 1.1428571429rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp17 > * {
    width: calc(33.3333333333% - 1.2142857143rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp18 > * {
    width: calc(33.3333333333% - 1.2857142857rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp19 > * {
    width: calc(33.3333333333% - 1.3571428571rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp20 > * {
    width: calc(33.3333333333% - 1.4285714286rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp21 > * {
    width: calc(33.3333333333% - 1.5rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp22 > * {
    width: calc(33.3333333333% - 1.5714285714rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp23 > * {
    width: calc(33.3333333333% - 1.6428571429rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp24 > * {
    width: calc(33.3333333333% - 1.7142857143rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp25 > * {
    width: calc(33.3333333333% - 1.7857142857rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp26 > * {
    width: calc(33.3333333333% - 1.8571428571rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp27 > * {
    width: calc(33.3333333333% - 1.9285714286rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp28 > * {
    width: calc(33.3333333333% - 2rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp29 > * {
    width: calc(33.3333333333% - 2.0714285714rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp30 > * {
    width: calc(33.3333333333% - 2.1428571429rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp31 > * {
    width: calc(33.3333333333% - 2.2142857143rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp32 > * {
    width: calc(33.3333333333% - 2.2857142857rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp33 > * {
    width: calc(33.3333333333% - 2.3571428571rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp34 > * {
    width: calc(33.3333333333% - 2.4285714286rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp35 > * {
    width: calc(33.3333333333% - 2.5rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp36 > * {
    width: calc(33.3333333333% - 2.5714285714rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp37 > * {
    width: calc(33.3333333333% - 2.6428571429rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp38 > * {
    width: calc(33.3333333333% - 2.7142857143rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp39 > * {
    width: calc(33.3333333333% - 2.7857142857rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp40 > * {
    width: calc(33.3333333333% - 2.8571428571rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp41 > * {
    width: calc(33.3333333333% - 2.9285714286rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp42 > * {
    width: calc(33.3333333333% - 3rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp43 > * {
    width: calc(33.3333333333% - 3.0714285714rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp44 > * {
    width: calc(33.3333333333% - 3.1428571429rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp45 > * {
    width: calc(33.3333333333% - 3.2142857143rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp46 > * {
    width: calc(33.3333333333% - 3.2857142857rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp47 > * {
    width: calc(33.3333333333% - 3.3571428571rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp48 > * {
    width: calc(33.3333333333% - 3.4285714286rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp49 > * {
    width: calc(33.3333333333% - 3.5rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp50 > * {
    width: calc(33.3333333333% - 3.5714285714rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp51 > * {
    width: calc(33.3333333333% - 3.6428571429rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp52 > * {
    width: calc(33.3333333333% - 3.7142857143rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp53 > * {
    width: calc(33.3333333333% - 3.7857142857rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp54 > * {
    width: calc(33.3333333333% - 3.8571428571rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp55 > * {
    width: calc(33.3333333333% - 3.9285714286rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp56 > * {
    width: calc(33.3333333333% - 4rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp57 > * {
    width: calc(33.3333333333% - 4.0714285714rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp58 > * {
    width: calc(33.3333333333% - 4.1428571429rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp59 > * {
    width: calc(33.3333333333% - 4.2142857143rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp60 > * {
    width: calc(33.3333333333% - 4.2857142857rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp61 > * {
    width: calc(33.3333333333% - 4.3571428571rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp62 > * {
    width: calc(33.3333333333% - 4.4285714286rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp63 > * {
    width: calc(33.3333333333% - 4.5rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp64 > * {
    width: calc(33.3333333333% - 4.5714285714rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp65 > * {
    width: calc(33.3333333333% - 4.6428571429rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp66 > * {
    width: calc(33.3333333333% - 4.7142857143rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp67 > * {
    width: calc(33.3333333333% - 4.7857142857rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp68 > * {
    width: calc(33.3333333333% - 4.8571428571rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp69 > * {
    width: calc(33.3333333333% - 4.9285714286rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp70 > * {
    width: calc(33.3333333333% - 5rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp71 > * {
    width: calc(33.3333333333% - 5.0714285714rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp72 > * {
    width: calc(33.3333333333% - 5.1428571429rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp73 > * {
    width: calc(33.3333333333% - 5.2142857143rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp74 > * {
    width: calc(33.3333333333% - 5.2857142857rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp75 > * {
    width: calc(33.3333333333% - 5.3571428571rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp76 > * {
    width: calc(33.3333333333% - 5.4285714286rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp77 > * {
    width: calc(33.3333333333% - 5.5rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp78 > * {
    width: calc(33.3333333333% - 5.5714285714rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp79 > * {
    width: calc(33.3333333333% - 5.6428571429rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp80 > * {
    width: calc(33.3333333333% - 5.7142857143rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp81 > * {
    width: calc(33.3333333333% - 5.7857142857rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp82 > * {
    width: calc(33.3333333333% - 5.8571428571rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp83 > * {
    width: calc(33.3333333333% - 5.9285714286rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp84 > * {
    width: calc(33.3333333333% - 6rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp85 > * {
    width: calc(33.3333333333% - 6.0714285714rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp86 > * {
    width: calc(33.3333333333% - 6.1428571429rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp87 > * {
    width: calc(33.3333333333% - 6.2142857143rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp88 > * {
    width: calc(33.3333333333% - 6.2857142857rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp89 > * {
    width: calc(33.3333333333% - 6.3571428571rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp90 > * {
    width: calc(33.3333333333% - 6.4285714286rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp91 > * {
    width: calc(33.3333333333% - 6.5rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp92 > * {
    width: calc(33.3333333333% - 6.5714285714rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp93 > * {
    width: calc(33.3333333333% - 6.6428571429rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp94 > * {
    width: calc(33.3333333333% - 6.7142857143rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp95 > * {
    width: calc(33.3333333333% - 6.7857142857rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp96 > * {
    width: calc(33.3333333333% - 6.8571428571rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp97 > * {
    width: calc(33.3333333333% - 6.9285714286rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp98 > * {
    width: calc(33.3333333333% - 7rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp99 > * {
    width: calc(33.3333333333% - 7.0714285714rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp100 > * {
    width: calc(33.3333333333% - 7.1428571429rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp101 > * {
    width: calc(33.3333333333% - 7.2142857143rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp102 > * {
    width: calc(33.3333333333% - 7.2857142857rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp103 > * {
    width: calc(33.3333333333% - 7.3571428571rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp104 > * {
    width: calc(33.3333333333% - 7.4285714286rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp105 > * {
    width: calc(33.3333333333% - 7.5rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp106 > * {
    width: calc(33.3333333333% - 7.5714285714rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp107 > * {
    width: calc(33.3333333333% - 7.6428571429rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp108 > * {
    width: calc(33.3333333333% - 7.7142857143rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp109 > * {
    width: calc(33.3333333333% - 7.7857142857rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp110 > * {
    width: calc(33.3333333333% - 7.8571428571rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp111 > * {
    width: calc(33.3333333333% - 7.9285714286rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp112 > * {
    width: calc(33.3333333333% - 8rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp113 > * {
    width: calc(33.3333333333% - 8.0714285714rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp114 > * {
    width: calc(33.3333333333% - 8.1428571429rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp115 > * {
    width: calc(33.3333333333% - 8.2142857143rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp116 > * {
    width: calc(33.3333333333% - 8.2857142857rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp117 > * {
    width: calc(33.3333333333% - 8.3571428571rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp118 > * {
    width: calc(33.3333333333% - 8.4285714286rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp119 > * {
    width: calc(33.3333333333% - 8.5rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp120 > * {
    width: calc(33.3333333333% - 8.5714285714rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp121 > * {
    width: calc(33.3333333333% - 8.6428571429rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp122 > * {
    width: calc(33.3333333333% - 8.7142857143rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp123 > * {
    width: calc(33.3333333333% - 8.7857142857rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp124 > * {
    width: calc(33.3333333333% - 8.8571428571rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp125 > * {
    width: calc(33.3333333333% - 8.9285714286rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp126 > * {
    width: calc(33.3333333333% - 9rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp127 > * {
    width: calc(33.3333333333% - 9.0714285714rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp128 > * {
    width: calc(33.3333333333% - 9.1428571429rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp129 > * {
    width: calc(33.3333333333% - 9.2142857143rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp130 > * {
    width: calc(33.3333333333% - 9.2857142857rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp131 > * {
    width: calc(33.3333333333% - 9.3571428571rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp132 > * {
    width: calc(33.3333333333% - 9.4285714286rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp133 > * {
    width: calc(33.3333333333% - 9.5rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp134 > * {
    width: calc(33.3333333333% - 9.5714285714rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp135 > * {
    width: calc(33.3333333333% - 9.6428571429rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp136 > * {
    width: calc(33.3333333333% - 9.7142857143rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp137 > * {
    width: calc(33.3333333333% - 9.7857142857rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp138 > * {
    width: calc(33.3333333333% - 9.8571428571rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp139 > * {
    width: calc(33.3333333333% - 9.9285714286rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp140 > * {
    width: calc(33.3333333333% - 10rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp141 > * {
    width: calc(33.3333333333% - 10.0714285714rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp142 > * {
    width: calc(33.3333333333% - 10.1428571429rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp143 > * {
    width: calc(33.3333333333% - 10.2142857143rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp144 > * {
    width: calc(33.3333333333% - 10.2857142857rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp145 > * {
    width: calc(33.3333333333% - 10.3571428571rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp146 > * {
    width: calc(33.3333333333% - 10.4285714286rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp147 > * {
    width: calc(33.3333333333% - 10.5rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp148 > * {
    width: calc(33.3333333333% - 10.5714285714rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp149 > * {
    width: calc(33.3333333333% - 10.6428571429rem / 3 * 2);
  }
  .flex-sp-col3.gap-sp150 > * {
    width: calc(33.3333333333% - 10.7142857143rem / 3 * 2);
  }
  .flex-sp-col4 {
    flex-wrap: wrap;
  }
  .flex-sp-col4 > * {
    width: 25%;
  }
  .flex-sp-col4.gap6 > * {
    width: calc(25% - 0.375rem / 4 * 3);
  }
  .flex-sp-col4.gap7 > * {
    width: calc(25% - 0.4375rem / 4 * 3);
  }
  .flex-sp-col4.gap8 > * {
    width: calc(25% - 0.5rem / 4 * 3);
  }
  .flex-sp-col4.gap9 > * {
    width: calc(25% - 0.5625rem / 4 * 3);
  }
  .flex-sp-col4.gap10 > * {
    width: calc(25% - 0.625rem / 4 * 3);
  }
  .flex-sp-col4.gap11 > * {
    width: calc(25% - 0.6875rem / 4 * 3);
  }
  .flex-sp-col4.gap12 > * {
    width: calc(25% - 0.75rem / 4 * 3);
  }
  .flex-sp-col4.gap13 > * {
    width: calc(25% - 0.8125rem / 4 * 3);
  }
  .flex-sp-col4.gap14 > * {
    width: calc(25% - 0.875rem / 4 * 3);
  }
  .flex-sp-col4.gap15 > * {
    width: calc(25% - 0.9375rem / 4 * 3);
  }
  .flex-sp-col4.gap16 > * {
    width: calc(25% - 1rem / 4 * 3);
  }
  .flex-sp-col4.gap17 > * {
    width: calc(25% - 1.0625rem / 4 * 3);
  }
  .flex-sp-col4.gap18 > * {
    width: calc(25% - 1.125rem / 4 * 3);
  }
  .flex-sp-col4.gap19 > * {
    width: calc(25% - 1.1875rem / 4 * 3);
  }
  .flex-sp-col4.gap20 > * {
    width: calc(25% - 1.25rem / 4 * 3);
  }
  .flex-sp-col4.gap21 > * {
    width: calc(25% - 1.3125rem / 4 * 3);
  }
  .flex-sp-col4.gap22 > * {
    width: calc(25% - 1.375rem / 4 * 3);
  }
  .flex-sp-col4.gap23 > * {
    width: calc(25% - 1.4375rem / 4 * 3);
  }
  .flex-sp-col4.gap24 > * {
    width: calc(25% - 1.5rem / 4 * 3);
  }
  .flex-sp-col4.gap25 > * {
    width: calc(25% - 1.5625rem / 4 * 3);
  }
  .flex-sp-col4.gap26 > * {
    width: calc(25% - 1.625rem / 4 * 3);
  }
  .flex-sp-col4.gap27 > * {
    width: calc(25% - 1.6875rem / 4 * 3);
  }
  .flex-sp-col4.gap28 > * {
    width: calc(25% - 1.75rem / 4 * 3);
  }
  .flex-sp-col4.gap29 > * {
    width: calc(25% - 1.8125rem / 4 * 3);
  }
  .flex-sp-col4.gap30 > * {
    width: calc(25% - 1.875rem / 4 * 3);
  }
  .flex-sp-col4.gap31 > * {
    width: calc(25% - 1.9375rem / 4 * 3);
  }
  .flex-sp-col4.gap32 > * {
    width: calc(25% - 2rem / 4 * 3);
  }
  .flex-sp-col4.gap33 > * {
    width: calc(25% - 2.0625rem / 4 * 3);
  }
  .flex-sp-col4.gap34 > * {
    width: calc(25% - 2.125rem / 4 * 3);
  }
  .flex-sp-col4.gap35 > * {
    width: calc(25% - 2.1875rem / 4 * 3);
  }
  .flex-sp-col4.gap36 > * {
    width: calc(25% - 2.25rem / 4 * 3);
  }
  .flex-sp-col4.gap37 > * {
    width: calc(25% - 2.3125rem / 4 * 3);
  }
  .flex-sp-col4.gap38 > * {
    width: calc(25% - 2.375rem / 4 * 3);
  }
  .flex-sp-col4.gap39 > * {
    width: calc(25% - 2.4375rem / 4 * 3);
  }
  .flex-sp-col4.gap40 > * {
    width: calc(25% - 2.5rem / 4 * 3);
  }
  .flex-sp-col4.gap41 > * {
    width: calc(25% - 2.5625rem / 4 * 3);
  }
  .flex-sp-col4.gap42 > * {
    width: calc(25% - 2.625rem / 4 * 3);
  }
  .flex-sp-col4.gap43 > * {
    width: calc(25% - 2.6875rem / 4 * 3);
  }
  .flex-sp-col4.gap44 > * {
    width: calc(25% - 2.75rem / 4 * 3);
  }
  .flex-sp-col4.gap45 > * {
    width: calc(25% - 2.8125rem / 4 * 3);
  }
  .flex-sp-col4.gap46 > * {
    width: calc(25% - 2.875rem / 4 * 3);
  }
  .flex-sp-col4.gap47 > * {
    width: calc(25% - 2.9375rem / 4 * 3);
  }
  .flex-sp-col4.gap48 > * {
    width: calc(25% - 3rem / 4 * 3);
  }
  .flex-sp-col4.gap49 > * {
    width: calc(25% - 3.0625rem / 4 * 3);
  }
  .flex-sp-col4.gap50 > * {
    width: calc(25% - 3.125rem / 4 * 3);
  }
  .flex-sp-col4.gap51 > * {
    width: calc(25% - 3.1875rem / 4 * 3);
  }
  .flex-sp-col4.gap52 > * {
    width: calc(25% - 3.25rem / 4 * 3);
  }
  .flex-sp-col4.gap53 > * {
    width: calc(25% - 3.3125rem / 4 * 3);
  }
  .flex-sp-col4.gap54 > * {
    width: calc(25% - 3.375rem / 4 * 3);
  }
  .flex-sp-col4.gap55 > * {
    width: calc(25% - 3.4375rem / 4 * 3);
  }
  .flex-sp-col4.gap56 > * {
    width: calc(25% - 3.5rem / 4 * 3);
  }
  .flex-sp-col4.gap57 > * {
    width: calc(25% - 3.5625rem / 4 * 3);
  }
  .flex-sp-col4.gap58 > * {
    width: calc(25% - 3.625rem / 4 * 3);
  }
  .flex-sp-col4.gap59 > * {
    width: calc(25% - 3.6875rem / 4 * 3);
  }
  .flex-sp-col4.gap60 > * {
    width: calc(25% - 3.75rem / 4 * 3);
  }
  .flex-sp-col4.gap61 > * {
    width: calc(25% - 3.8125rem / 4 * 3);
  }
  .flex-sp-col4.gap62 > * {
    width: calc(25% - 3.875rem / 4 * 3);
  }
  .flex-sp-col4.gap63 > * {
    width: calc(25% - 3.9375rem / 4 * 3);
  }
  .flex-sp-col4.gap64 > * {
    width: calc(25% - 4rem / 4 * 3);
  }
  .flex-sp-col4.gap65 > * {
    width: calc(25% - 4.0625rem / 4 * 3);
  }
  .flex-sp-col4.gap66 > * {
    width: calc(25% - 4.125rem / 4 * 3);
  }
  .flex-sp-col4.gap67 > * {
    width: calc(25% - 4.1875rem / 4 * 3);
  }
  .flex-sp-col4.gap68 > * {
    width: calc(25% - 4.25rem / 4 * 3);
  }
  .flex-sp-col4.gap69 > * {
    width: calc(25% - 4.3125rem / 4 * 3);
  }
  .flex-sp-col4.gap70 > * {
    width: calc(25% - 4.375rem / 4 * 3);
  }
  .flex-sp-col4.gap71 > * {
    width: calc(25% - 4.4375rem / 4 * 3);
  }
  .flex-sp-col4.gap72 > * {
    width: calc(25% - 4.5rem / 4 * 3);
  }
  .flex-sp-col4.gap73 > * {
    width: calc(25% - 4.5625rem / 4 * 3);
  }
  .flex-sp-col4.gap74 > * {
    width: calc(25% - 4.625rem / 4 * 3);
  }
  .flex-sp-col4.gap75 > * {
    width: calc(25% - 4.6875rem / 4 * 3);
  }
  .flex-sp-col4.gap76 > * {
    width: calc(25% - 4.75rem / 4 * 3);
  }
  .flex-sp-col4.gap77 > * {
    width: calc(25% - 4.8125rem / 4 * 3);
  }
  .flex-sp-col4.gap78 > * {
    width: calc(25% - 4.875rem / 4 * 3);
  }
  .flex-sp-col4.gap79 > * {
    width: calc(25% - 4.9375rem / 4 * 3);
  }
  .flex-sp-col4.gap80 > * {
    width: calc(25% - 5rem / 4 * 3);
  }
  .flex-sp-col4.gap81 > * {
    width: calc(25% - 5.0625rem / 4 * 3);
  }
  .flex-sp-col4.gap82 > * {
    width: calc(25% - 5.125rem / 4 * 3);
  }
  .flex-sp-col4.gap83 > * {
    width: calc(25% - 5.1875rem / 4 * 3);
  }
  .flex-sp-col4.gap84 > * {
    width: calc(25% - 5.25rem / 4 * 3);
  }
  .flex-sp-col4.gap85 > * {
    width: calc(25% - 5.3125rem / 4 * 3);
  }
  .flex-sp-col4.gap86 > * {
    width: calc(25% - 5.375rem / 4 * 3);
  }
  .flex-sp-col4.gap87 > * {
    width: calc(25% - 5.4375rem / 4 * 3);
  }
  .flex-sp-col4.gap88 > * {
    width: calc(25% - 5.5rem / 4 * 3);
  }
  .flex-sp-col4.gap89 > * {
    width: calc(25% - 5.5625rem / 4 * 3);
  }
  .flex-sp-col4.gap90 > * {
    width: calc(25% - 5.625rem / 4 * 3);
  }
  .flex-sp-col4.gap91 > * {
    width: calc(25% - 5.6875rem / 4 * 3);
  }
  .flex-sp-col4.gap92 > * {
    width: calc(25% - 5.75rem / 4 * 3);
  }
  .flex-sp-col4.gap93 > * {
    width: calc(25% - 5.8125rem / 4 * 3);
  }
  .flex-sp-col4.gap94 > * {
    width: calc(25% - 5.875rem / 4 * 3);
  }
  .flex-sp-col4.gap95 > * {
    width: calc(25% - 5.9375rem / 4 * 3);
  }
  .flex-sp-col4.gap96 > * {
    width: calc(25% - 6rem / 4 * 3);
  }
  .flex-sp-col4.gap97 > * {
    width: calc(25% - 6.0625rem / 4 * 3);
  }
  .flex-sp-col4.gap98 > * {
    width: calc(25% - 6.125rem / 4 * 3);
  }
  .flex-sp-col4.gap99 > * {
    width: calc(25% - 6.1875rem / 4 * 3);
  }
  .flex-sp-col4.gap100 > * {
    width: calc(25% - 6.25rem / 4 * 3);
  }
  .flex-sp-col4.gap101 > * {
    width: calc(25% - 6.3125rem / 4 * 3);
  }
  .flex-sp-col4.gap102 > * {
    width: calc(25% - 6.375rem / 4 * 3);
  }
  .flex-sp-col4.gap103 > * {
    width: calc(25% - 6.4375rem / 4 * 3);
  }
  .flex-sp-col4.gap104 > * {
    width: calc(25% - 6.5rem / 4 * 3);
  }
  .flex-sp-col4.gap105 > * {
    width: calc(25% - 6.5625rem / 4 * 3);
  }
  .flex-sp-col4.gap106 > * {
    width: calc(25% - 6.625rem / 4 * 3);
  }
  .flex-sp-col4.gap107 > * {
    width: calc(25% - 6.6875rem / 4 * 3);
  }
  .flex-sp-col4.gap108 > * {
    width: calc(25% - 6.75rem / 4 * 3);
  }
  .flex-sp-col4.gap109 > * {
    width: calc(25% - 6.8125rem / 4 * 3);
  }
  .flex-sp-col4.gap110 > * {
    width: calc(25% - 6.875rem / 4 * 3);
  }
  .flex-sp-col4.gap111 > * {
    width: calc(25% - 6.9375rem / 4 * 3);
  }
  .flex-sp-col4.gap112 > * {
    width: calc(25% - 7rem / 4 * 3);
  }
  .flex-sp-col4.gap113 > * {
    width: calc(25% - 7.0625rem / 4 * 3);
  }
  .flex-sp-col4.gap114 > * {
    width: calc(25% - 7.125rem / 4 * 3);
  }
  .flex-sp-col4.gap115 > * {
    width: calc(25% - 7.1875rem / 4 * 3);
  }
  .flex-sp-col4.gap116 > * {
    width: calc(25% - 7.25rem / 4 * 3);
  }
  .flex-sp-col4.gap117 > * {
    width: calc(25% - 7.3125rem / 4 * 3);
  }
  .flex-sp-col4.gap118 > * {
    width: calc(25% - 7.375rem / 4 * 3);
  }
  .flex-sp-col4.gap119 > * {
    width: calc(25% - 7.4375rem / 4 * 3);
  }
  .flex-sp-col4.gap120 > * {
    width: calc(25% - 7.5rem / 4 * 3);
  }
  .flex-sp-col4.gap121 > * {
    width: calc(25% - 7.5625rem / 4 * 3);
  }
  .flex-sp-col4.gap122 > * {
    width: calc(25% - 7.625rem / 4 * 3);
  }
  .flex-sp-col4.gap123 > * {
    width: calc(25% - 7.6875rem / 4 * 3);
  }
  .flex-sp-col4.gap124 > * {
    width: calc(25% - 7.75rem / 4 * 3);
  }
  .flex-sp-col4.gap125 > * {
    width: calc(25% - 7.8125rem / 4 * 3);
  }
  .flex-sp-col4.gap126 > * {
    width: calc(25% - 7.875rem / 4 * 3);
  }
  .flex-sp-col4.gap127 > * {
    width: calc(25% - 7.9375rem / 4 * 3);
  }
  .flex-sp-col4.gap128 > * {
    width: calc(25% - 8rem / 4 * 3);
  }
  .flex-sp-col4.gap129 > * {
    width: calc(25% - 8.0625rem / 4 * 3);
  }
  .flex-sp-col4.gap130 > * {
    width: calc(25% - 8.125rem / 4 * 3);
  }
  .flex-sp-col4.gap131 > * {
    width: calc(25% - 8.1875rem / 4 * 3);
  }
  .flex-sp-col4.gap132 > * {
    width: calc(25% - 8.25rem / 4 * 3);
  }
  .flex-sp-col4.gap133 > * {
    width: calc(25% - 8.3125rem / 4 * 3);
  }
  .flex-sp-col4.gap134 > * {
    width: calc(25% - 8.375rem / 4 * 3);
  }
  .flex-sp-col4.gap135 > * {
    width: calc(25% - 8.4375rem / 4 * 3);
  }
  .flex-sp-col4.gap136 > * {
    width: calc(25% - 8.5rem / 4 * 3);
  }
  .flex-sp-col4.gap137 > * {
    width: calc(25% - 8.5625rem / 4 * 3);
  }
  .flex-sp-col4.gap138 > * {
    width: calc(25% - 8.625rem / 4 * 3);
  }
  .flex-sp-col4.gap139 > * {
    width: calc(25% - 8.6875rem / 4 * 3);
  }
  .flex-sp-col4.gap140 > * {
    width: calc(25% - 8.75rem / 4 * 3);
  }
  .flex-sp-col4.gap141 > * {
    width: calc(25% - 8.8125rem / 4 * 3);
  }
  .flex-sp-col4.gap142 > * {
    width: calc(25% - 8.875rem / 4 * 3);
  }
  .flex-sp-col4.gap143 > * {
    width: calc(25% - 8.9375rem / 4 * 3);
  }
  .flex-sp-col4.gap144 > * {
    width: calc(25% - 9rem / 4 * 3);
  }
  .flex-sp-col4.gap145 > * {
    width: calc(25% - 9.0625rem / 4 * 3);
  }
  .flex-sp-col4.gap146 > * {
    width: calc(25% - 9.125rem / 4 * 3);
  }
  .flex-sp-col4.gap147 > * {
    width: calc(25% - 9.1875rem / 4 * 3);
  }
  .flex-sp-col4.gap148 > * {
    width: calc(25% - 9.25rem / 4 * 3);
  }
  .flex-sp-col4.gap149 > * {
    width: calc(25% - 9.3125rem / 4 * 3);
  }
  .flex-sp-col4.gap150 > * {
    width: calc(25% - 9.375rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp6 > * {
    width: calc(25% - 0.4285714286rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp7 > * {
    width: calc(25% - 0.5rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp8 > * {
    width: calc(25% - 0.5714285714rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp9 > * {
    width: calc(25% - 0.6428571429rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp10 > * {
    width: calc(25% - 0.7142857143rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp11 > * {
    width: calc(25% - 0.7857142857rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp12 > * {
    width: calc(25% - 0.8571428571rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp13 > * {
    width: calc(25% - 0.9285714286rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp14 > * {
    width: calc(25% - 1rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp15 > * {
    width: calc(25% - 1.0714285714rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp16 > * {
    width: calc(25% - 1.1428571429rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp17 > * {
    width: calc(25% - 1.2142857143rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp18 > * {
    width: calc(25% - 1.2857142857rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp19 > * {
    width: calc(25% - 1.3571428571rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp20 > * {
    width: calc(25% - 1.4285714286rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp21 > * {
    width: calc(25% - 1.5rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp22 > * {
    width: calc(25% - 1.5714285714rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp23 > * {
    width: calc(25% - 1.6428571429rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp24 > * {
    width: calc(25% - 1.7142857143rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp25 > * {
    width: calc(25% - 1.7857142857rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp26 > * {
    width: calc(25% - 1.8571428571rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp27 > * {
    width: calc(25% - 1.9285714286rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp28 > * {
    width: calc(25% - 2rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp29 > * {
    width: calc(25% - 2.0714285714rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp30 > * {
    width: calc(25% - 2.1428571429rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp31 > * {
    width: calc(25% - 2.2142857143rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp32 > * {
    width: calc(25% - 2.2857142857rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp33 > * {
    width: calc(25% - 2.3571428571rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp34 > * {
    width: calc(25% - 2.4285714286rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp35 > * {
    width: calc(25% - 2.5rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp36 > * {
    width: calc(25% - 2.5714285714rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp37 > * {
    width: calc(25% - 2.6428571429rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp38 > * {
    width: calc(25% - 2.7142857143rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp39 > * {
    width: calc(25% - 2.7857142857rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp40 > * {
    width: calc(25% - 2.8571428571rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp41 > * {
    width: calc(25% - 2.9285714286rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp42 > * {
    width: calc(25% - 3rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp43 > * {
    width: calc(25% - 3.0714285714rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp44 > * {
    width: calc(25% - 3.1428571429rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp45 > * {
    width: calc(25% - 3.2142857143rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp46 > * {
    width: calc(25% - 3.2857142857rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp47 > * {
    width: calc(25% - 3.3571428571rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp48 > * {
    width: calc(25% - 3.4285714286rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp49 > * {
    width: calc(25% - 3.5rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp50 > * {
    width: calc(25% - 3.5714285714rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp51 > * {
    width: calc(25% - 3.6428571429rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp52 > * {
    width: calc(25% - 3.7142857143rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp53 > * {
    width: calc(25% - 3.7857142857rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp54 > * {
    width: calc(25% - 3.8571428571rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp55 > * {
    width: calc(25% - 3.9285714286rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp56 > * {
    width: calc(25% - 4rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp57 > * {
    width: calc(25% - 4.0714285714rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp58 > * {
    width: calc(25% - 4.1428571429rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp59 > * {
    width: calc(25% - 4.2142857143rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp60 > * {
    width: calc(25% - 4.2857142857rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp61 > * {
    width: calc(25% - 4.3571428571rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp62 > * {
    width: calc(25% - 4.4285714286rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp63 > * {
    width: calc(25% - 4.5rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp64 > * {
    width: calc(25% - 4.5714285714rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp65 > * {
    width: calc(25% - 4.6428571429rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp66 > * {
    width: calc(25% - 4.7142857143rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp67 > * {
    width: calc(25% - 4.7857142857rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp68 > * {
    width: calc(25% - 4.8571428571rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp69 > * {
    width: calc(25% - 4.9285714286rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp70 > * {
    width: calc(25% - 5rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp71 > * {
    width: calc(25% - 5.0714285714rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp72 > * {
    width: calc(25% - 5.1428571429rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp73 > * {
    width: calc(25% - 5.2142857143rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp74 > * {
    width: calc(25% - 5.2857142857rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp75 > * {
    width: calc(25% - 5.3571428571rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp76 > * {
    width: calc(25% - 5.4285714286rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp77 > * {
    width: calc(25% - 5.5rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp78 > * {
    width: calc(25% - 5.5714285714rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp79 > * {
    width: calc(25% - 5.6428571429rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp80 > * {
    width: calc(25% - 5.7142857143rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp81 > * {
    width: calc(25% - 5.7857142857rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp82 > * {
    width: calc(25% - 5.8571428571rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp83 > * {
    width: calc(25% - 5.9285714286rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp84 > * {
    width: calc(25% - 6rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp85 > * {
    width: calc(25% - 6.0714285714rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp86 > * {
    width: calc(25% - 6.1428571429rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp87 > * {
    width: calc(25% - 6.2142857143rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp88 > * {
    width: calc(25% - 6.2857142857rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp89 > * {
    width: calc(25% - 6.3571428571rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp90 > * {
    width: calc(25% - 6.4285714286rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp91 > * {
    width: calc(25% - 6.5rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp92 > * {
    width: calc(25% - 6.5714285714rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp93 > * {
    width: calc(25% - 6.6428571429rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp94 > * {
    width: calc(25% - 6.7142857143rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp95 > * {
    width: calc(25% - 6.7857142857rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp96 > * {
    width: calc(25% - 6.8571428571rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp97 > * {
    width: calc(25% - 6.9285714286rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp98 > * {
    width: calc(25% - 7rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp99 > * {
    width: calc(25% - 7.0714285714rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp100 > * {
    width: calc(25% - 7.1428571429rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp101 > * {
    width: calc(25% - 7.2142857143rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp102 > * {
    width: calc(25% - 7.2857142857rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp103 > * {
    width: calc(25% - 7.3571428571rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp104 > * {
    width: calc(25% - 7.4285714286rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp105 > * {
    width: calc(25% - 7.5rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp106 > * {
    width: calc(25% - 7.5714285714rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp107 > * {
    width: calc(25% - 7.6428571429rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp108 > * {
    width: calc(25% - 7.7142857143rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp109 > * {
    width: calc(25% - 7.7857142857rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp110 > * {
    width: calc(25% - 7.8571428571rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp111 > * {
    width: calc(25% - 7.9285714286rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp112 > * {
    width: calc(25% - 8rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp113 > * {
    width: calc(25% - 8.0714285714rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp114 > * {
    width: calc(25% - 8.1428571429rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp115 > * {
    width: calc(25% - 8.2142857143rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp116 > * {
    width: calc(25% - 8.2857142857rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp117 > * {
    width: calc(25% - 8.3571428571rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp118 > * {
    width: calc(25% - 8.4285714286rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp119 > * {
    width: calc(25% - 8.5rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp120 > * {
    width: calc(25% - 8.5714285714rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp121 > * {
    width: calc(25% - 8.6428571429rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp122 > * {
    width: calc(25% - 8.7142857143rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp123 > * {
    width: calc(25% - 8.7857142857rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp124 > * {
    width: calc(25% - 8.8571428571rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp125 > * {
    width: calc(25% - 8.9285714286rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp126 > * {
    width: calc(25% - 9rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp127 > * {
    width: calc(25% - 9.0714285714rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp128 > * {
    width: calc(25% - 9.1428571429rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp129 > * {
    width: calc(25% - 9.2142857143rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp130 > * {
    width: calc(25% - 9.2857142857rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp131 > * {
    width: calc(25% - 9.3571428571rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp132 > * {
    width: calc(25% - 9.4285714286rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp133 > * {
    width: calc(25% - 9.5rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp134 > * {
    width: calc(25% - 9.5714285714rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp135 > * {
    width: calc(25% - 9.6428571429rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp136 > * {
    width: calc(25% - 9.7142857143rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp137 > * {
    width: calc(25% - 9.7857142857rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp138 > * {
    width: calc(25% - 9.8571428571rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp139 > * {
    width: calc(25% - 9.9285714286rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp140 > * {
    width: calc(25% - 10rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp141 > * {
    width: calc(25% - 10.0714285714rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp142 > * {
    width: calc(25% - 10.1428571429rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp143 > * {
    width: calc(25% - 10.2142857143rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp144 > * {
    width: calc(25% - 10.2857142857rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp145 > * {
    width: calc(25% - 10.3571428571rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp146 > * {
    width: calc(25% - 10.4285714286rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp147 > * {
    width: calc(25% - 10.5rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp148 > * {
    width: calc(25% - 10.5714285714rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp149 > * {
    width: calc(25% - 10.6428571429rem / 4 * 3);
  }
  .flex-sp-col4.gap-sp150 > * {
    width: calc(25% - 10.7142857143rem / 4 * 3);
  }
  .flex-sp-col5 {
    flex-wrap: wrap;
  }
  .flex-sp-col5 > * {
    width: 20%;
  }
  .flex-sp-col5.gap6 > * {
    width: calc(20% - 0.375rem / 5 * 4);
  }
  .flex-sp-col5.gap7 > * {
    width: calc(20% - 0.4375rem / 5 * 4);
  }
  .flex-sp-col5.gap8 > * {
    width: calc(20% - 0.5rem / 5 * 4);
  }
  .flex-sp-col5.gap9 > * {
    width: calc(20% - 0.5625rem / 5 * 4);
  }
  .flex-sp-col5.gap10 > * {
    width: calc(20% - 0.625rem / 5 * 4);
  }
  .flex-sp-col5.gap11 > * {
    width: calc(20% - 0.6875rem / 5 * 4);
  }
  .flex-sp-col5.gap12 > * {
    width: calc(20% - 0.75rem / 5 * 4);
  }
  .flex-sp-col5.gap13 > * {
    width: calc(20% - 0.8125rem / 5 * 4);
  }
  .flex-sp-col5.gap14 > * {
    width: calc(20% - 0.875rem / 5 * 4);
  }
  .flex-sp-col5.gap15 > * {
    width: calc(20% - 0.9375rem / 5 * 4);
  }
  .flex-sp-col5.gap16 > * {
    width: calc(20% - 1rem / 5 * 4);
  }
  .flex-sp-col5.gap17 > * {
    width: calc(20% - 1.0625rem / 5 * 4);
  }
  .flex-sp-col5.gap18 > * {
    width: calc(20% - 1.125rem / 5 * 4);
  }
  .flex-sp-col5.gap19 > * {
    width: calc(20% - 1.1875rem / 5 * 4);
  }
  .flex-sp-col5.gap20 > * {
    width: calc(20% - 1.25rem / 5 * 4);
  }
  .flex-sp-col5.gap21 > * {
    width: calc(20% - 1.3125rem / 5 * 4);
  }
  .flex-sp-col5.gap22 > * {
    width: calc(20% - 1.375rem / 5 * 4);
  }
  .flex-sp-col5.gap23 > * {
    width: calc(20% - 1.4375rem / 5 * 4);
  }
  .flex-sp-col5.gap24 > * {
    width: calc(20% - 1.5rem / 5 * 4);
  }
  .flex-sp-col5.gap25 > * {
    width: calc(20% - 1.5625rem / 5 * 4);
  }
  .flex-sp-col5.gap26 > * {
    width: calc(20% - 1.625rem / 5 * 4);
  }
  .flex-sp-col5.gap27 > * {
    width: calc(20% - 1.6875rem / 5 * 4);
  }
  .flex-sp-col5.gap28 > * {
    width: calc(20% - 1.75rem / 5 * 4);
  }
  .flex-sp-col5.gap29 > * {
    width: calc(20% - 1.8125rem / 5 * 4);
  }
  .flex-sp-col5.gap30 > * {
    width: calc(20% - 1.875rem / 5 * 4);
  }
  .flex-sp-col5.gap31 > * {
    width: calc(20% - 1.9375rem / 5 * 4);
  }
  .flex-sp-col5.gap32 > * {
    width: calc(20% - 2rem / 5 * 4);
  }
  .flex-sp-col5.gap33 > * {
    width: calc(20% - 2.0625rem / 5 * 4);
  }
  .flex-sp-col5.gap34 > * {
    width: calc(20% - 2.125rem / 5 * 4);
  }
  .flex-sp-col5.gap35 > * {
    width: calc(20% - 2.1875rem / 5 * 4);
  }
  .flex-sp-col5.gap36 > * {
    width: calc(20% - 2.25rem / 5 * 4);
  }
  .flex-sp-col5.gap37 > * {
    width: calc(20% - 2.3125rem / 5 * 4);
  }
  .flex-sp-col5.gap38 > * {
    width: calc(20% - 2.375rem / 5 * 4);
  }
  .flex-sp-col5.gap39 > * {
    width: calc(20% - 2.4375rem / 5 * 4);
  }
  .flex-sp-col5.gap40 > * {
    width: calc(20% - 2.5rem / 5 * 4);
  }
  .flex-sp-col5.gap41 > * {
    width: calc(20% - 2.5625rem / 5 * 4);
  }
  .flex-sp-col5.gap42 > * {
    width: calc(20% - 2.625rem / 5 * 4);
  }
  .flex-sp-col5.gap43 > * {
    width: calc(20% - 2.6875rem / 5 * 4);
  }
  .flex-sp-col5.gap44 > * {
    width: calc(20% - 2.75rem / 5 * 4);
  }
  .flex-sp-col5.gap45 > * {
    width: calc(20% - 2.8125rem / 5 * 4);
  }
  .flex-sp-col5.gap46 > * {
    width: calc(20% - 2.875rem / 5 * 4);
  }
  .flex-sp-col5.gap47 > * {
    width: calc(20% - 2.9375rem / 5 * 4);
  }
  .flex-sp-col5.gap48 > * {
    width: calc(20% - 3rem / 5 * 4);
  }
  .flex-sp-col5.gap49 > * {
    width: calc(20% - 3.0625rem / 5 * 4);
  }
  .flex-sp-col5.gap50 > * {
    width: calc(20% - 3.125rem / 5 * 4);
  }
  .flex-sp-col5.gap51 > * {
    width: calc(20% - 3.1875rem / 5 * 4);
  }
  .flex-sp-col5.gap52 > * {
    width: calc(20% - 3.25rem / 5 * 4);
  }
  .flex-sp-col5.gap53 > * {
    width: calc(20% - 3.3125rem / 5 * 4);
  }
  .flex-sp-col5.gap54 > * {
    width: calc(20% - 3.375rem / 5 * 4);
  }
  .flex-sp-col5.gap55 > * {
    width: calc(20% - 3.4375rem / 5 * 4);
  }
  .flex-sp-col5.gap56 > * {
    width: calc(20% - 3.5rem / 5 * 4);
  }
  .flex-sp-col5.gap57 > * {
    width: calc(20% - 3.5625rem / 5 * 4);
  }
  .flex-sp-col5.gap58 > * {
    width: calc(20% - 3.625rem / 5 * 4);
  }
  .flex-sp-col5.gap59 > * {
    width: calc(20% - 3.6875rem / 5 * 4);
  }
  .flex-sp-col5.gap60 > * {
    width: calc(20% - 3.75rem / 5 * 4);
  }
  .flex-sp-col5.gap61 > * {
    width: calc(20% - 3.8125rem / 5 * 4);
  }
  .flex-sp-col5.gap62 > * {
    width: calc(20% - 3.875rem / 5 * 4);
  }
  .flex-sp-col5.gap63 > * {
    width: calc(20% - 3.9375rem / 5 * 4);
  }
  .flex-sp-col5.gap64 > * {
    width: calc(20% - 4rem / 5 * 4);
  }
  .flex-sp-col5.gap65 > * {
    width: calc(20% - 4.0625rem / 5 * 4);
  }
  .flex-sp-col5.gap66 > * {
    width: calc(20% - 4.125rem / 5 * 4);
  }
  .flex-sp-col5.gap67 > * {
    width: calc(20% - 4.1875rem / 5 * 4);
  }
  .flex-sp-col5.gap68 > * {
    width: calc(20% - 4.25rem / 5 * 4);
  }
  .flex-sp-col5.gap69 > * {
    width: calc(20% - 4.3125rem / 5 * 4);
  }
  .flex-sp-col5.gap70 > * {
    width: calc(20% - 4.375rem / 5 * 4);
  }
  .flex-sp-col5.gap71 > * {
    width: calc(20% - 4.4375rem / 5 * 4);
  }
  .flex-sp-col5.gap72 > * {
    width: calc(20% - 4.5rem / 5 * 4);
  }
  .flex-sp-col5.gap73 > * {
    width: calc(20% - 4.5625rem / 5 * 4);
  }
  .flex-sp-col5.gap74 > * {
    width: calc(20% - 4.625rem / 5 * 4);
  }
  .flex-sp-col5.gap75 > * {
    width: calc(20% - 4.6875rem / 5 * 4);
  }
  .flex-sp-col5.gap76 > * {
    width: calc(20% - 4.75rem / 5 * 4);
  }
  .flex-sp-col5.gap77 > * {
    width: calc(20% - 4.8125rem / 5 * 4);
  }
  .flex-sp-col5.gap78 > * {
    width: calc(20% - 4.875rem / 5 * 4);
  }
  .flex-sp-col5.gap79 > * {
    width: calc(20% - 4.9375rem / 5 * 4);
  }
  .flex-sp-col5.gap80 > * {
    width: calc(20% - 5rem / 5 * 4);
  }
  .flex-sp-col5.gap81 > * {
    width: calc(20% - 5.0625rem / 5 * 4);
  }
  .flex-sp-col5.gap82 > * {
    width: calc(20% - 5.125rem / 5 * 4);
  }
  .flex-sp-col5.gap83 > * {
    width: calc(20% - 5.1875rem / 5 * 4);
  }
  .flex-sp-col5.gap84 > * {
    width: calc(20% - 5.25rem / 5 * 4);
  }
  .flex-sp-col5.gap85 > * {
    width: calc(20% - 5.3125rem / 5 * 4);
  }
  .flex-sp-col5.gap86 > * {
    width: calc(20% - 5.375rem / 5 * 4);
  }
  .flex-sp-col5.gap87 > * {
    width: calc(20% - 5.4375rem / 5 * 4);
  }
  .flex-sp-col5.gap88 > * {
    width: calc(20% - 5.5rem / 5 * 4);
  }
  .flex-sp-col5.gap89 > * {
    width: calc(20% - 5.5625rem / 5 * 4);
  }
  .flex-sp-col5.gap90 > * {
    width: calc(20% - 5.625rem / 5 * 4);
  }
  .flex-sp-col5.gap91 > * {
    width: calc(20% - 5.6875rem / 5 * 4);
  }
  .flex-sp-col5.gap92 > * {
    width: calc(20% - 5.75rem / 5 * 4);
  }
  .flex-sp-col5.gap93 > * {
    width: calc(20% - 5.8125rem / 5 * 4);
  }
  .flex-sp-col5.gap94 > * {
    width: calc(20% - 5.875rem / 5 * 4);
  }
  .flex-sp-col5.gap95 > * {
    width: calc(20% - 5.9375rem / 5 * 4);
  }
  .flex-sp-col5.gap96 > * {
    width: calc(20% - 6rem / 5 * 4);
  }
  .flex-sp-col5.gap97 > * {
    width: calc(20% - 6.0625rem / 5 * 4);
  }
  .flex-sp-col5.gap98 > * {
    width: calc(20% - 6.125rem / 5 * 4);
  }
  .flex-sp-col5.gap99 > * {
    width: calc(20% - 6.1875rem / 5 * 4);
  }
  .flex-sp-col5.gap100 > * {
    width: calc(20% - 6.25rem / 5 * 4);
  }
  .flex-sp-col5.gap101 > * {
    width: calc(20% - 6.3125rem / 5 * 4);
  }
  .flex-sp-col5.gap102 > * {
    width: calc(20% - 6.375rem / 5 * 4);
  }
  .flex-sp-col5.gap103 > * {
    width: calc(20% - 6.4375rem / 5 * 4);
  }
  .flex-sp-col5.gap104 > * {
    width: calc(20% - 6.5rem / 5 * 4);
  }
  .flex-sp-col5.gap105 > * {
    width: calc(20% - 6.5625rem / 5 * 4);
  }
  .flex-sp-col5.gap106 > * {
    width: calc(20% - 6.625rem / 5 * 4);
  }
  .flex-sp-col5.gap107 > * {
    width: calc(20% - 6.6875rem / 5 * 4);
  }
  .flex-sp-col5.gap108 > * {
    width: calc(20% - 6.75rem / 5 * 4);
  }
  .flex-sp-col5.gap109 > * {
    width: calc(20% - 6.8125rem / 5 * 4);
  }
  .flex-sp-col5.gap110 > * {
    width: calc(20% - 6.875rem / 5 * 4);
  }
  .flex-sp-col5.gap111 > * {
    width: calc(20% - 6.9375rem / 5 * 4);
  }
  .flex-sp-col5.gap112 > * {
    width: calc(20% - 7rem / 5 * 4);
  }
  .flex-sp-col5.gap113 > * {
    width: calc(20% - 7.0625rem / 5 * 4);
  }
  .flex-sp-col5.gap114 > * {
    width: calc(20% - 7.125rem / 5 * 4);
  }
  .flex-sp-col5.gap115 > * {
    width: calc(20% - 7.1875rem / 5 * 4);
  }
  .flex-sp-col5.gap116 > * {
    width: calc(20% - 7.25rem / 5 * 4);
  }
  .flex-sp-col5.gap117 > * {
    width: calc(20% - 7.3125rem / 5 * 4);
  }
  .flex-sp-col5.gap118 > * {
    width: calc(20% - 7.375rem / 5 * 4);
  }
  .flex-sp-col5.gap119 > * {
    width: calc(20% - 7.4375rem / 5 * 4);
  }
  .flex-sp-col5.gap120 > * {
    width: calc(20% - 7.5rem / 5 * 4);
  }
  .flex-sp-col5.gap121 > * {
    width: calc(20% - 7.5625rem / 5 * 4);
  }
  .flex-sp-col5.gap122 > * {
    width: calc(20% - 7.625rem / 5 * 4);
  }
  .flex-sp-col5.gap123 > * {
    width: calc(20% - 7.6875rem / 5 * 4);
  }
  .flex-sp-col5.gap124 > * {
    width: calc(20% - 7.75rem / 5 * 4);
  }
  .flex-sp-col5.gap125 > * {
    width: calc(20% - 7.8125rem / 5 * 4);
  }
  .flex-sp-col5.gap126 > * {
    width: calc(20% - 7.875rem / 5 * 4);
  }
  .flex-sp-col5.gap127 > * {
    width: calc(20% - 7.9375rem / 5 * 4);
  }
  .flex-sp-col5.gap128 > * {
    width: calc(20% - 8rem / 5 * 4);
  }
  .flex-sp-col5.gap129 > * {
    width: calc(20% - 8.0625rem / 5 * 4);
  }
  .flex-sp-col5.gap130 > * {
    width: calc(20% - 8.125rem / 5 * 4);
  }
  .flex-sp-col5.gap131 > * {
    width: calc(20% - 8.1875rem / 5 * 4);
  }
  .flex-sp-col5.gap132 > * {
    width: calc(20% - 8.25rem / 5 * 4);
  }
  .flex-sp-col5.gap133 > * {
    width: calc(20% - 8.3125rem / 5 * 4);
  }
  .flex-sp-col5.gap134 > * {
    width: calc(20% - 8.375rem / 5 * 4);
  }
  .flex-sp-col5.gap135 > * {
    width: calc(20% - 8.4375rem / 5 * 4);
  }
  .flex-sp-col5.gap136 > * {
    width: calc(20% - 8.5rem / 5 * 4);
  }
  .flex-sp-col5.gap137 > * {
    width: calc(20% - 8.5625rem / 5 * 4);
  }
  .flex-sp-col5.gap138 > * {
    width: calc(20% - 8.625rem / 5 * 4);
  }
  .flex-sp-col5.gap139 > * {
    width: calc(20% - 8.6875rem / 5 * 4);
  }
  .flex-sp-col5.gap140 > * {
    width: calc(20% - 8.75rem / 5 * 4);
  }
  .flex-sp-col5.gap141 > * {
    width: calc(20% - 8.8125rem / 5 * 4);
  }
  .flex-sp-col5.gap142 > * {
    width: calc(20% - 8.875rem / 5 * 4);
  }
  .flex-sp-col5.gap143 > * {
    width: calc(20% - 8.9375rem / 5 * 4);
  }
  .flex-sp-col5.gap144 > * {
    width: calc(20% - 9rem / 5 * 4);
  }
  .flex-sp-col5.gap145 > * {
    width: calc(20% - 9.0625rem / 5 * 4);
  }
  .flex-sp-col5.gap146 > * {
    width: calc(20% - 9.125rem / 5 * 4);
  }
  .flex-sp-col5.gap147 > * {
    width: calc(20% - 9.1875rem / 5 * 4);
  }
  .flex-sp-col5.gap148 > * {
    width: calc(20% - 9.25rem / 5 * 4);
  }
  .flex-sp-col5.gap149 > * {
    width: calc(20% - 9.3125rem / 5 * 4);
  }
  .flex-sp-col5.gap150 > * {
    width: calc(20% - 9.375rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp6 > * {
    width: calc(20% - 0.4285714286rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp7 > * {
    width: calc(20% - 0.5rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp8 > * {
    width: calc(20% - 0.5714285714rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp9 > * {
    width: calc(20% - 0.6428571429rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp10 > * {
    width: calc(20% - 0.7142857143rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp11 > * {
    width: calc(20% - 0.7857142857rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp12 > * {
    width: calc(20% - 0.8571428571rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp13 > * {
    width: calc(20% - 0.9285714286rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp14 > * {
    width: calc(20% - 1rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp15 > * {
    width: calc(20% - 1.0714285714rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp16 > * {
    width: calc(20% - 1.1428571429rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp17 > * {
    width: calc(20% - 1.2142857143rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp18 > * {
    width: calc(20% - 1.2857142857rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp19 > * {
    width: calc(20% - 1.3571428571rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp20 > * {
    width: calc(20% - 1.4285714286rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp21 > * {
    width: calc(20% - 1.5rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp22 > * {
    width: calc(20% - 1.5714285714rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp23 > * {
    width: calc(20% - 1.6428571429rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp24 > * {
    width: calc(20% - 1.7142857143rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp25 > * {
    width: calc(20% - 1.7857142857rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp26 > * {
    width: calc(20% - 1.8571428571rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp27 > * {
    width: calc(20% - 1.9285714286rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp28 > * {
    width: calc(20% - 2rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp29 > * {
    width: calc(20% - 2.0714285714rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp30 > * {
    width: calc(20% - 2.1428571429rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp31 > * {
    width: calc(20% - 2.2142857143rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp32 > * {
    width: calc(20% - 2.2857142857rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp33 > * {
    width: calc(20% - 2.3571428571rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp34 > * {
    width: calc(20% - 2.4285714286rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp35 > * {
    width: calc(20% - 2.5rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp36 > * {
    width: calc(20% - 2.5714285714rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp37 > * {
    width: calc(20% - 2.6428571429rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp38 > * {
    width: calc(20% - 2.7142857143rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp39 > * {
    width: calc(20% - 2.7857142857rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp40 > * {
    width: calc(20% - 2.8571428571rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp41 > * {
    width: calc(20% - 2.9285714286rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp42 > * {
    width: calc(20% - 3rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp43 > * {
    width: calc(20% - 3.0714285714rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp44 > * {
    width: calc(20% - 3.1428571429rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp45 > * {
    width: calc(20% - 3.2142857143rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp46 > * {
    width: calc(20% - 3.2857142857rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp47 > * {
    width: calc(20% - 3.3571428571rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp48 > * {
    width: calc(20% - 3.4285714286rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp49 > * {
    width: calc(20% - 3.5rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp50 > * {
    width: calc(20% - 3.5714285714rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp51 > * {
    width: calc(20% - 3.6428571429rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp52 > * {
    width: calc(20% - 3.7142857143rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp53 > * {
    width: calc(20% - 3.7857142857rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp54 > * {
    width: calc(20% - 3.8571428571rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp55 > * {
    width: calc(20% - 3.9285714286rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp56 > * {
    width: calc(20% - 4rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp57 > * {
    width: calc(20% - 4.0714285714rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp58 > * {
    width: calc(20% - 4.1428571429rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp59 > * {
    width: calc(20% - 4.2142857143rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp60 > * {
    width: calc(20% - 4.2857142857rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp61 > * {
    width: calc(20% - 4.3571428571rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp62 > * {
    width: calc(20% - 4.4285714286rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp63 > * {
    width: calc(20% - 4.5rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp64 > * {
    width: calc(20% - 4.5714285714rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp65 > * {
    width: calc(20% - 4.6428571429rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp66 > * {
    width: calc(20% - 4.7142857143rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp67 > * {
    width: calc(20% - 4.7857142857rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp68 > * {
    width: calc(20% - 4.8571428571rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp69 > * {
    width: calc(20% - 4.9285714286rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp70 > * {
    width: calc(20% - 5rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp71 > * {
    width: calc(20% - 5.0714285714rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp72 > * {
    width: calc(20% - 5.1428571429rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp73 > * {
    width: calc(20% - 5.2142857143rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp74 > * {
    width: calc(20% - 5.2857142857rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp75 > * {
    width: calc(20% - 5.3571428571rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp76 > * {
    width: calc(20% - 5.4285714286rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp77 > * {
    width: calc(20% - 5.5rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp78 > * {
    width: calc(20% - 5.5714285714rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp79 > * {
    width: calc(20% - 5.6428571429rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp80 > * {
    width: calc(20% - 5.7142857143rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp81 > * {
    width: calc(20% - 5.7857142857rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp82 > * {
    width: calc(20% - 5.8571428571rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp83 > * {
    width: calc(20% - 5.9285714286rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp84 > * {
    width: calc(20% - 6rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp85 > * {
    width: calc(20% - 6.0714285714rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp86 > * {
    width: calc(20% - 6.1428571429rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp87 > * {
    width: calc(20% - 6.2142857143rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp88 > * {
    width: calc(20% - 6.2857142857rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp89 > * {
    width: calc(20% - 6.3571428571rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp90 > * {
    width: calc(20% - 6.4285714286rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp91 > * {
    width: calc(20% - 6.5rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp92 > * {
    width: calc(20% - 6.5714285714rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp93 > * {
    width: calc(20% - 6.6428571429rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp94 > * {
    width: calc(20% - 6.7142857143rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp95 > * {
    width: calc(20% - 6.7857142857rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp96 > * {
    width: calc(20% - 6.8571428571rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp97 > * {
    width: calc(20% - 6.9285714286rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp98 > * {
    width: calc(20% - 7rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp99 > * {
    width: calc(20% - 7.0714285714rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp100 > * {
    width: calc(20% - 7.1428571429rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp101 > * {
    width: calc(20% - 7.2142857143rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp102 > * {
    width: calc(20% - 7.2857142857rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp103 > * {
    width: calc(20% - 7.3571428571rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp104 > * {
    width: calc(20% - 7.4285714286rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp105 > * {
    width: calc(20% - 7.5rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp106 > * {
    width: calc(20% - 7.5714285714rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp107 > * {
    width: calc(20% - 7.6428571429rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp108 > * {
    width: calc(20% - 7.7142857143rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp109 > * {
    width: calc(20% - 7.7857142857rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp110 > * {
    width: calc(20% - 7.8571428571rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp111 > * {
    width: calc(20% - 7.9285714286rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp112 > * {
    width: calc(20% - 8rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp113 > * {
    width: calc(20% - 8.0714285714rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp114 > * {
    width: calc(20% - 8.1428571429rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp115 > * {
    width: calc(20% - 8.2142857143rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp116 > * {
    width: calc(20% - 8.2857142857rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp117 > * {
    width: calc(20% - 8.3571428571rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp118 > * {
    width: calc(20% - 8.4285714286rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp119 > * {
    width: calc(20% - 8.5rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp120 > * {
    width: calc(20% - 8.5714285714rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp121 > * {
    width: calc(20% - 8.6428571429rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp122 > * {
    width: calc(20% - 8.7142857143rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp123 > * {
    width: calc(20% - 8.7857142857rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp124 > * {
    width: calc(20% - 8.8571428571rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp125 > * {
    width: calc(20% - 8.9285714286rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp126 > * {
    width: calc(20% - 9rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp127 > * {
    width: calc(20% - 9.0714285714rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp128 > * {
    width: calc(20% - 9.1428571429rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp129 > * {
    width: calc(20% - 9.2142857143rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp130 > * {
    width: calc(20% - 9.2857142857rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp131 > * {
    width: calc(20% - 9.3571428571rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp132 > * {
    width: calc(20% - 9.4285714286rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp133 > * {
    width: calc(20% - 9.5rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp134 > * {
    width: calc(20% - 9.5714285714rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp135 > * {
    width: calc(20% - 9.6428571429rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp136 > * {
    width: calc(20% - 9.7142857143rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp137 > * {
    width: calc(20% - 9.7857142857rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp138 > * {
    width: calc(20% - 9.8571428571rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp139 > * {
    width: calc(20% - 9.9285714286rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp140 > * {
    width: calc(20% - 10rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp141 > * {
    width: calc(20% - 10.0714285714rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp142 > * {
    width: calc(20% - 10.1428571429rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp143 > * {
    width: calc(20% - 10.2142857143rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp144 > * {
    width: calc(20% - 10.2857142857rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp145 > * {
    width: calc(20% - 10.3571428571rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp146 > * {
    width: calc(20% - 10.4285714286rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp147 > * {
    width: calc(20% - 10.5rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp148 > * {
    width: calc(20% - 10.5714285714rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp149 > * {
    width: calc(20% - 10.6428571429rem / 5 * 4);
  }
  .flex-sp-col5.gap-sp150 > * {
    width: calc(20% - 10.7142857143rem / 5 * 4);
  }
  .flex-sp-col6 {
    flex-wrap: wrap;
  }
  .flex-sp-col6 > * {
    width: 16.6666666667%;
  }
  .flex-sp-col6.gap6 > * {
    width: calc(16.6666666667% - 0.375rem / 6 * 5);
  }
  .flex-sp-col6.gap7 > * {
    width: calc(16.6666666667% - 0.4375rem / 6 * 5);
  }
  .flex-sp-col6.gap8 > * {
    width: calc(16.6666666667% - 0.5rem / 6 * 5);
  }
  .flex-sp-col6.gap9 > * {
    width: calc(16.6666666667% - 0.5625rem / 6 * 5);
  }
  .flex-sp-col6.gap10 > * {
    width: calc(16.6666666667% - 0.625rem / 6 * 5);
  }
  .flex-sp-col6.gap11 > * {
    width: calc(16.6666666667% - 0.6875rem / 6 * 5);
  }
  .flex-sp-col6.gap12 > * {
    width: calc(16.6666666667% - 0.75rem / 6 * 5);
  }
  .flex-sp-col6.gap13 > * {
    width: calc(16.6666666667% - 0.8125rem / 6 * 5);
  }
  .flex-sp-col6.gap14 > * {
    width: calc(16.6666666667% - 0.875rem / 6 * 5);
  }
  .flex-sp-col6.gap15 > * {
    width: calc(16.6666666667% - 0.9375rem / 6 * 5);
  }
  .flex-sp-col6.gap16 > * {
    width: calc(16.6666666667% - 1rem / 6 * 5);
  }
  .flex-sp-col6.gap17 > * {
    width: calc(16.6666666667% - 1.0625rem / 6 * 5);
  }
  .flex-sp-col6.gap18 > * {
    width: calc(16.6666666667% - 1.125rem / 6 * 5);
  }
  .flex-sp-col6.gap19 > * {
    width: calc(16.6666666667% - 1.1875rem / 6 * 5);
  }
  .flex-sp-col6.gap20 > * {
    width: calc(16.6666666667% - 1.25rem / 6 * 5);
  }
  .flex-sp-col6.gap21 > * {
    width: calc(16.6666666667% - 1.3125rem / 6 * 5);
  }
  .flex-sp-col6.gap22 > * {
    width: calc(16.6666666667% - 1.375rem / 6 * 5);
  }
  .flex-sp-col6.gap23 > * {
    width: calc(16.6666666667% - 1.4375rem / 6 * 5);
  }
  .flex-sp-col6.gap24 > * {
    width: calc(16.6666666667% - 1.5rem / 6 * 5);
  }
  .flex-sp-col6.gap25 > * {
    width: calc(16.6666666667% - 1.5625rem / 6 * 5);
  }
  .flex-sp-col6.gap26 > * {
    width: calc(16.6666666667% - 1.625rem / 6 * 5);
  }
  .flex-sp-col6.gap27 > * {
    width: calc(16.6666666667% - 1.6875rem / 6 * 5);
  }
  .flex-sp-col6.gap28 > * {
    width: calc(16.6666666667% - 1.75rem / 6 * 5);
  }
  .flex-sp-col6.gap29 > * {
    width: calc(16.6666666667% - 1.8125rem / 6 * 5);
  }
  .flex-sp-col6.gap30 > * {
    width: calc(16.6666666667% - 1.875rem / 6 * 5);
  }
  .flex-sp-col6.gap31 > * {
    width: calc(16.6666666667% - 1.9375rem / 6 * 5);
  }
  .flex-sp-col6.gap32 > * {
    width: calc(16.6666666667% - 2rem / 6 * 5);
  }
  .flex-sp-col6.gap33 > * {
    width: calc(16.6666666667% - 2.0625rem / 6 * 5);
  }
  .flex-sp-col6.gap34 > * {
    width: calc(16.6666666667% - 2.125rem / 6 * 5);
  }
  .flex-sp-col6.gap35 > * {
    width: calc(16.6666666667% - 2.1875rem / 6 * 5);
  }
  .flex-sp-col6.gap36 > * {
    width: calc(16.6666666667% - 2.25rem / 6 * 5);
  }
  .flex-sp-col6.gap37 > * {
    width: calc(16.6666666667% - 2.3125rem / 6 * 5);
  }
  .flex-sp-col6.gap38 > * {
    width: calc(16.6666666667% - 2.375rem / 6 * 5);
  }
  .flex-sp-col6.gap39 > * {
    width: calc(16.6666666667% - 2.4375rem / 6 * 5);
  }
  .flex-sp-col6.gap40 > * {
    width: calc(16.6666666667% - 2.5rem / 6 * 5);
  }
  .flex-sp-col6.gap41 > * {
    width: calc(16.6666666667% - 2.5625rem / 6 * 5);
  }
  .flex-sp-col6.gap42 > * {
    width: calc(16.6666666667% - 2.625rem / 6 * 5);
  }
  .flex-sp-col6.gap43 > * {
    width: calc(16.6666666667% - 2.6875rem / 6 * 5);
  }
  .flex-sp-col6.gap44 > * {
    width: calc(16.6666666667% - 2.75rem / 6 * 5);
  }
  .flex-sp-col6.gap45 > * {
    width: calc(16.6666666667% - 2.8125rem / 6 * 5);
  }
  .flex-sp-col6.gap46 > * {
    width: calc(16.6666666667% - 2.875rem / 6 * 5);
  }
  .flex-sp-col6.gap47 > * {
    width: calc(16.6666666667% - 2.9375rem / 6 * 5);
  }
  .flex-sp-col6.gap48 > * {
    width: calc(16.6666666667% - 3rem / 6 * 5);
  }
  .flex-sp-col6.gap49 > * {
    width: calc(16.6666666667% - 3.0625rem / 6 * 5);
  }
  .flex-sp-col6.gap50 > * {
    width: calc(16.6666666667% - 3.125rem / 6 * 5);
  }
  .flex-sp-col6.gap51 > * {
    width: calc(16.6666666667% - 3.1875rem / 6 * 5);
  }
  .flex-sp-col6.gap52 > * {
    width: calc(16.6666666667% - 3.25rem / 6 * 5);
  }
  .flex-sp-col6.gap53 > * {
    width: calc(16.6666666667% - 3.3125rem / 6 * 5);
  }
  .flex-sp-col6.gap54 > * {
    width: calc(16.6666666667% - 3.375rem / 6 * 5);
  }
  .flex-sp-col6.gap55 > * {
    width: calc(16.6666666667% - 3.4375rem / 6 * 5);
  }
  .flex-sp-col6.gap56 > * {
    width: calc(16.6666666667% - 3.5rem / 6 * 5);
  }
  .flex-sp-col6.gap57 > * {
    width: calc(16.6666666667% - 3.5625rem / 6 * 5);
  }
  .flex-sp-col6.gap58 > * {
    width: calc(16.6666666667% - 3.625rem / 6 * 5);
  }
  .flex-sp-col6.gap59 > * {
    width: calc(16.6666666667% - 3.6875rem / 6 * 5);
  }
  .flex-sp-col6.gap60 > * {
    width: calc(16.6666666667% - 3.75rem / 6 * 5);
  }
  .flex-sp-col6.gap61 > * {
    width: calc(16.6666666667% - 3.8125rem / 6 * 5);
  }
  .flex-sp-col6.gap62 > * {
    width: calc(16.6666666667% - 3.875rem / 6 * 5);
  }
  .flex-sp-col6.gap63 > * {
    width: calc(16.6666666667% - 3.9375rem / 6 * 5);
  }
  .flex-sp-col6.gap64 > * {
    width: calc(16.6666666667% - 4rem / 6 * 5);
  }
  .flex-sp-col6.gap65 > * {
    width: calc(16.6666666667% - 4.0625rem / 6 * 5);
  }
  .flex-sp-col6.gap66 > * {
    width: calc(16.6666666667% - 4.125rem / 6 * 5);
  }
  .flex-sp-col6.gap67 > * {
    width: calc(16.6666666667% - 4.1875rem / 6 * 5);
  }
  .flex-sp-col6.gap68 > * {
    width: calc(16.6666666667% - 4.25rem / 6 * 5);
  }
  .flex-sp-col6.gap69 > * {
    width: calc(16.6666666667% - 4.3125rem / 6 * 5);
  }
  .flex-sp-col6.gap70 > * {
    width: calc(16.6666666667% - 4.375rem / 6 * 5);
  }
  .flex-sp-col6.gap71 > * {
    width: calc(16.6666666667% - 4.4375rem / 6 * 5);
  }
  .flex-sp-col6.gap72 > * {
    width: calc(16.6666666667% - 4.5rem / 6 * 5);
  }
  .flex-sp-col6.gap73 > * {
    width: calc(16.6666666667% - 4.5625rem / 6 * 5);
  }
  .flex-sp-col6.gap74 > * {
    width: calc(16.6666666667% - 4.625rem / 6 * 5);
  }
  .flex-sp-col6.gap75 > * {
    width: calc(16.6666666667% - 4.6875rem / 6 * 5);
  }
  .flex-sp-col6.gap76 > * {
    width: calc(16.6666666667% - 4.75rem / 6 * 5);
  }
  .flex-sp-col6.gap77 > * {
    width: calc(16.6666666667% - 4.8125rem / 6 * 5);
  }
  .flex-sp-col6.gap78 > * {
    width: calc(16.6666666667% - 4.875rem / 6 * 5);
  }
  .flex-sp-col6.gap79 > * {
    width: calc(16.6666666667% - 4.9375rem / 6 * 5);
  }
  .flex-sp-col6.gap80 > * {
    width: calc(16.6666666667% - 5rem / 6 * 5);
  }
  .flex-sp-col6.gap81 > * {
    width: calc(16.6666666667% - 5.0625rem / 6 * 5);
  }
  .flex-sp-col6.gap82 > * {
    width: calc(16.6666666667% - 5.125rem / 6 * 5);
  }
  .flex-sp-col6.gap83 > * {
    width: calc(16.6666666667% - 5.1875rem / 6 * 5);
  }
  .flex-sp-col6.gap84 > * {
    width: calc(16.6666666667% - 5.25rem / 6 * 5);
  }
  .flex-sp-col6.gap85 > * {
    width: calc(16.6666666667% - 5.3125rem / 6 * 5);
  }
  .flex-sp-col6.gap86 > * {
    width: calc(16.6666666667% - 5.375rem / 6 * 5);
  }
  .flex-sp-col6.gap87 > * {
    width: calc(16.6666666667% - 5.4375rem / 6 * 5);
  }
  .flex-sp-col6.gap88 > * {
    width: calc(16.6666666667% - 5.5rem / 6 * 5);
  }
  .flex-sp-col6.gap89 > * {
    width: calc(16.6666666667% - 5.5625rem / 6 * 5);
  }
  .flex-sp-col6.gap90 > * {
    width: calc(16.6666666667% - 5.625rem / 6 * 5);
  }
  .flex-sp-col6.gap91 > * {
    width: calc(16.6666666667% - 5.6875rem / 6 * 5);
  }
  .flex-sp-col6.gap92 > * {
    width: calc(16.6666666667% - 5.75rem / 6 * 5);
  }
  .flex-sp-col6.gap93 > * {
    width: calc(16.6666666667% - 5.8125rem / 6 * 5);
  }
  .flex-sp-col6.gap94 > * {
    width: calc(16.6666666667% - 5.875rem / 6 * 5);
  }
  .flex-sp-col6.gap95 > * {
    width: calc(16.6666666667% - 5.9375rem / 6 * 5);
  }
  .flex-sp-col6.gap96 > * {
    width: calc(16.6666666667% - 6rem / 6 * 5);
  }
  .flex-sp-col6.gap97 > * {
    width: calc(16.6666666667% - 6.0625rem / 6 * 5);
  }
  .flex-sp-col6.gap98 > * {
    width: calc(16.6666666667% - 6.125rem / 6 * 5);
  }
  .flex-sp-col6.gap99 > * {
    width: calc(16.6666666667% - 6.1875rem / 6 * 5);
  }
  .flex-sp-col6.gap100 > * {
    width: calc(16.6666666667% - 6.25rem / 6 * 5);
  }
  .flex-sp-col6.gap101 > * {
    width: calc(16.6666666667% - 6.3125rem / 6 * 5);
  }
  .flex-sp-col6.gap102 > * {
    width: calc(16.6666666667% - 6.375rem / 6 * 5);
  }
  .flex-sp-col6.gap103 > * {
    width: calc(16.6666666667% - 6.4375rem / 6 * 5);
  }
  .flex-sp-col6.gap104 > * {
    width: calc(16.6666666667% - 6.5rem / 6 * 5);
  }
  .flex-sp-col6.gap105 > * {
    width: calc(16.6666666667% - 6.5625rem / 6 * 5);
  }
  .flex-sp-col6.gap106 > * {
    width: calc(16.6666666667% - 6.625rem / 6 * 5);
  }
  .flex-sp-col6.gap107 > * {
    width: calc(16.6666666667% - 6.6875rem / 6 * 5);
  }
  .flex-sp-col6.gap108 > * {
    width: calc(16.6666666667% - 6.75rem / 6 * 5);
  }
  .flex-sp-col6.gap109 > * {
    width: calc(16.6666666667% - 6.8125rem / 6 * 5);
  }
  .flex-sp-col6.gap110 > * {
    width: calc(16.6666666667% - 6.875rem / 6 * 5);
  }
  .flex-sp-col6.gap111 > * {
    width: calc(16.6666666667% - 6.9375rem / 6 * 5);
  }
  .flex-sp-col6.gap112 > * {
    width: calc(16.6666666667% - 7rem / 6 * 5);
  }
  .flex-sp-col6.gap113 > * {
    width: calc(16.6666666667% - 7.0625rem / 6 * 5);
  }
  .flex-sp-col6.gap114 > * {
    width: calc(16.6666666667% - 7.125rem / 6 * 5);
  }
  .flex-sp-col6.gap115 > * {
    width: calc(16.6666666667% - 7.1875rem / 6 * 5);
  }
  .flex-sp-col6.gap116 > * {
    width: calc(16.6666666667% - 7.25rem / 6 * 5);
  }
  .flex-sp-col6.gap117 > * {
    width: calc(16.6666666667% - 7.3125rem / 6 * 5);
  }
  .flex-sp-col6.gap118 > * {
    width: calc(16.6666666667% - 7.375rem / 6 * 5);
  }
  .flex-sp-col6.gap119 > * {
    width: calc(16.6666666667% - 7.4375rem / 6 * 5);
  }
  .flex-sp-col6.gap120 > * {
    width: calc(16.6666666667% - 7.5rem / 6 * 5);
  }
  .flex-sp-col6.gap121 > * {
    width: calc(16.6666666667% - 7.5625rem / 6 * 5);
  }
  .flex-sp-col6.gap122 > * {
    width: calc(16.6666666667% - 7.625rem / 6 * 5);
  }
  .flex-sp-col6.gap123 > * {
    width: calc(16.6666666667% - 7.6875rem / 6 * 5);
  }
  .flex-sp-col6.gap124 > * {
    width: calc(16.6666666667% - 7.75rem / 6 * 5);
  }
  .flex-sp-col6.gap125 > * {
    width: calc(16.6666666667% - 7.8125rem / 6 * 5);
  }
  .flex-sp-col6.gap126 > * {
    width: calc(16.6666666667% - 7.875rem / 6 * 5);
  }
  .flex-sp-col6.gap127 > * {
    width: calc(16.6666666667% - 7.9375rem / 6 * 5);
  }
  .flex-sp-col6.gap128 > * {
    width: calc(16.6666666667% - 8rem / 6 * 5);
  }
  .flex-sp-col6.gap129 > * {
    width: calc(16.6666666667% - 8.0625rem / 6 * 5);
  }
  .flex-sp-col6.gap130 > * {
    width: calc(16.6666666667% - 8.125rem / 6 * 5);
  }
  .flex-sp-col6.gap131 > * {
    width: calc(16.6666666667% - 8.1875rem / 6 * 5);
  }
  .flex-sp-col6.gap132 > * {
    width: calc(16.6666666667% - 8.25rem / 6 * 5);
  }
  .flex-sp-col6.gap133 > * {
    width: calc(16.6666666667% - 8.3125rem / 6 * 5);
  }
  .flex-sp-col6.gap134 > * {
    width: calc(16.6666666667% - 8.375rem / 6 * 5);
  }
  .flex-sp-col6.gap135 > * {
    width: calc(16.6666666667% - 8.4375rem / 6 * 5);
  }
  .flex-sp-col6.gap136 > * {
    width: calc(16.6666666667% - 8.5rem / 6 * 5);
  }
  .flex-sp-col6.gap137 > * {
    width: calc(16.6666666667% - 8.5625rem / 6 * 5);
  }
  .flex-sp-col6.gap138 > * {
    width: calc(16.6666666667% - 8.625rem / 6 * 5);
  }
  .flex-sp-col6.gap139 > * {
    width: calc(16.6666666667% - 8.6875rem / 6 * 5);
  }
  .flex-sp-col6.gap140 > * {
    width: calc(16.6666666667% - 8.75rem / 6 * 5);
  }
  .flex-sp-col6.gap141 > * {
    width: calc(16.6666666667% - 8.8125rem / 6 * 5);
  }
  .flex-sp-col6.gap142 > * {
    width: calc(16.6666666667% - 8.875rem / 6 * 5);
  }
  .flex-sp-col6.gap143 > * {
    width: calc(16.6666666667% - 8.9375rem / 6 * 5);
  }
  .flex-sp-col6.gap144 > * {
    width: calc(16.6666666667% - 9rem / 6 * 5);
  }
  .flex-sp-col6.gap145 > * {
    width: calc(16.6666666667% - 9.0625rem / 6 * 5);
  }
  .flex-sp-col6.gap146 > * {
    width: calc(16.6666666667% - 9.125rem / 6 * 5);
  }
  .flex-sp-col6.gap147 > * {
    width: calc(16.6666666667% - 9.1875rem / 6 * 5);
  }
  .flex-sp-col6.gap148 > * {
    width: calc(16.6666666667% - 9.25rem / 6 * 5);
  }
  .flex-sp-col6.gap149 > * {
    width: calc(16.6666666667% - 9.3125rem / 6 * 5);
  }
  .flex-sp-col6.gap150 > * {
    width: calc(16.6666666667% - 9.375rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp6 > * {
    width: calc(16.6666666667% - 0.4285714286rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp7 > * {
    width: calc(16.6666666667% - 0.5rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp8 > * {
    width: calc(16.6666666667% - 0.5714285714rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp9 > * {
    width: calc(16.6666666667% - 0.6428571429rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp10 > * {
    width: calc(16.6666666667% - 0.7142857143rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp11 > * {
    width: calc(16.6666666667% - 0.7857142857rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp12 > * {
    width: calc(16.6666666667% - 0.8571428571rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp13 > * {
    width: calc(16.6666666667% - 0.9285714286rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp14 > * {
    width: calc(16.6666666667% - 1rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp15 > * {
    width: calc(16.6666666667% - 1.0714285714rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp16 > * {
    width: calc(16.6666666667% - 1.1428571429rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp17 > * {
    width: calc(16.6666666667% - 1.2142857143rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp18 > * {
    width: calc(16.6666666667% - 1.2857142857rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp19 > * {
    width: calc(16.6666666667% - 1.3571428571rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp20 > * {
    width: calc(16.6666666667% - 1.4285714286rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp21 > * {
    width: calc(16.6666666667% - 1.5rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp22 > * {
    width: calc(16.6666666667% - 1.5714285714rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp23 > * {
    width: calc(16.6666666667% - 1.6428571429rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp24 > * {
    width: calc(16.6666666667% - 1.7142857143rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp25 > * {
    width: calc(16.6666666667% - 1.7857142857rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp26 > * {
    width: calc(16.6666666667% - 1.8571428571rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp27 > * {
    width: calc(16.6666666667% - 1.9285714286rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp28 > * {
    width: calc(16.6666666667% - 2rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp29 > * {
    width: calc(16.6666666667% - 2.0714285714rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp30 > * {
    width: calc(16.6666666667% - 2.1428571429rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp31 > * {
    width: calc(16.6666666667% - 2.2142857143rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp32 > * {
    width: calc(16.6666666667% - 2.2857142857rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp33 > * {
    width: calc(16.6666666667% - 2.3571428571rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp34 > * {
    width: calc(16.6666666667% - 2.4285714286rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp35 > * {
    width: calc(16.6666666667% - 2.5rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp36 > * {
    width: calc(16.6666666667% - 2.5714285714rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp37 > * {
    width: calc(16.6666666667% - 2.6428571429rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp38 > * {
    width: calc(16.6666666667% - 2.7142857143rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp39 > * {
    width: calc(16.6666666667% - 2.7857142857rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp40 > * {
    width: calc(16.6666666667% - 2.8571428571rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp41 > * {
    width: calc(16.6666666667% - 2.9285714286rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp42 > * {
    width: calc(16.6666666667% - 3rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp43 > * {
    width: calc(16.6666666667% - 3.0714285714rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp44 > * {
    width: calc(16.6666666667% - 3.1428571429rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp45 > * {
    width: calc(16.6666666667% - 3.2142857143rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp46 > * {
    width: calc(16.6666666667% - 3.2857142857rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp47 > * {
    width: calc(16.6666666667% - 3.3571428571rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp48 > * {
    width: calc(16.6666666667% - 3.4285714286rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp49 > * {
    width: calc(16.6666666667% - 3.5rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp50 > * {
    width: calc(16.6666666667% - 3.5714285714rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp51 > * {
    width: calc(16.6666666667% - 3.6428571429rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp52 > * {
    width: calc(16.6666666667% - 3.7142857143rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp53 > * {
    width: calc(16.6666666667% - 3.7857142857rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp54 > * {
    width: calc(16.6666666667% - 3.8571428571rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp55 > * {
    width: calc(16.6666666667% - 3.9285714286rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp56 > * {
    width: calc(16.6666666667% - 4rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp57 > * {
    width: calc(16.6666666667% - 4.0714285714rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp58 > * {
    width: calc(16.6666666667% - 4.1428571429rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp59 > * {
    width: calc(16.6666666667% - 4.2142857143rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp60 > * {
    width: calc(16.6666666667% - 4.2857142857rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp61 > * {
    width: calc(16.6666666667% - 4.3571428571rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp62 > * {
    width: calc(16.6666666667% - 4.4285714286rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp63 > * {
    width: calc(16.6666666667% - 4.5rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp64 > * {
    width: calc(16.6666666667% - 4.5714285714rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp65 > * {
    width: calc(16.6666666667% - 4.6428571429rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp66 > * {
    width: calc(16.6666666667% - 4.7142857143rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp67 > * {
    width: calc(16.6666666667% - 4.7857142857rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp68 > * {
    width: calc(16.6666666667% - 4.8571428571rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp69 > * {
    width: calc(16.6666666667% - 4.9285714286rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp70 > * {
    width: calc(16.6666666667% - 5rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp71 > * {
    width: calc(16.6666666667% - 5.0714285714rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp72 > * {
    width: calc(16.6666666667% - 5.1428571429rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp73 > * {
    width: calc(16.6666666667% - 5.2142857143rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp74 > * {
    width: calc(16.6666666667% - 5.2857142857rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp75 > * {
    width: calc(16.6666666667% - 5.3571428571rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp76 > * {
    width: calc(16.6666666667% - 5.4285714286rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp77 > * {
    width: calc(16.6666666667% - 5.5rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp78 > * {
    width: calc(16.6666666667% - 5.5714285714rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp79 > * {
    width: calc(16.6666666667% - 5.6428571429rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp80 > * {
    width: calc(16.6666666667% - 5.7142857143rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp81 > * {
    width: calc(16.6666666667% - 5.7857142857rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp82 > * {
    width: calc(16.6666666667% - 5.8571428571rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp83 > * {
    width: calc(16.6666666667% - 5.9285714286rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp84 > * {
    width: calc(16.6666666667% - 6rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp85 > * {
    width: calc(16.6666666667% - 6.0714285714rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp86 > * {
    width: calc(16.6666666667% - 6.1428571429rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp87 > * {
    width: calc(16.6666666667% - 6.2142857143rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp88 > * {
    width: calc(16.6666666667% - 6.2857142857rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp89 > * {
    width: calc(16.6666666667% - 6.3571428571rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp90 > * {
    width: calc(16.6666666667% - 6.4285714286rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp91 > * {
    width: calc(16.6666666667% - 6.5rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp92 > * {
    width: calc(16.6666666667% - 6.5714285714rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp93 > * {
    width: calc(16.6666666667% - 6.6428571429rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp94 > * {
    width: calc(16.6666666667% - 6.7142857143rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp95 > * {
    width: calc(16.6666666667% - 6.7857142857rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp96 > * {
    width: calc(16.6666666667% - 6.8571428571rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp97 > * {
    width: calc(16.6666666667% - 6.9285714286rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp98 > * {
    width: calc(16.6666666667% - 7rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp99 > * {
    width: calc(16.6666666667% - 7.0714285714rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp100 > * {
    width: calc(16.6666666667% - 7.1428571429rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp101 > * {
    width: calc(16.6666666667% - 7.2142857143rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp102 > * {
    width: calc(16.6666666667% - 7.2857142857rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp103 > * {
    width: calc(16.6666666667% - 7.3571428571rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp104 > * {
    width: calc(16.6666666667% - 7.4285714286rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp105 > * {
    width: calc(16.6666666667% - 7.5rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp106 > * {
    width: calc(16.6666666667% - 7.5714285714rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp107 > * {
    width: calc(16.6666666667% - 7.6428571429rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp108 > * {
    width: calc(16.6666666667% - 7.7142857143rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp109 > * {
    width: calc(16.6666666667% - 7.7857142857rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp110 > * {
    width: calc(16.6666666667% - 7.8571428571rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp111 > * {
    width: calc(16.6666666667% - 7.9285714286rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp112 > * {
    width: calc(16.6666666667% - 8rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp113 > * {
    width: calc(16.6666666667% - 8.0714285714rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp114 > * {
    width: calc(16.6666666667% - 8.1428571429rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp115 > * {
    width: calc(16.6666666667% - 8.2142857143rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp116 > * {
    width: calc(16.6666666667% - 8.2857142857rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp117 > * {
    width: calc(16.6666666667% - 8.3571428571rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp118 > * {
    width: calc(16.6666666667% - 8.4285714286rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp119 > * {
    width: calc(16.6666666667% - 8.5rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp120 > * {
    width: calc(16.6666666667% - 8.5714285714rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp121 > * {
    width: calc(16.6666666667% - 8.6428571429rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp122 > * {
    width: calc(16.6666666667% - 8.7142857143rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp123 > * {
    width: calc(16.6666666667% - 8.7857142857rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp124 > * {
    width: calc(16.6666666667% - 8.8571428571rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp125 > * {
    width: calc(16.6666666667% - 8.9285714286rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp126 > * {
    width: calc(16.6666666667% - 9rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp127 > * {
    width: calc(16.6666666667% - 9.0714285714rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp128 > * {
    width: calc(16.6666666667% - 9.1428571429rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp129 > * {
    width: calc(16.6666666667% - 9.2142857143rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp130 > * {
    width: calc(16.6666666667% - 9.2857142857rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp131 > * {
    width: calc(16.6666666667% - 9.3571428571rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp132 > * {
    width: calc(16.6666666667% - 9.4285714286rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp133 > * {
    width: calc(16.6666666667% - 9.5rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp134 > * {
    width: calc(16.6666666667% - 9.5714285714rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp135 > * {
    width: calc(16.6666666667% - 9.6428571429rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp136 > * {
    width: calc(16.6666666667% - 9.7142857143rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp137 > * {
    width: calc(16.6666666667% - 9.7857142857rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp138 > * {
    width: calc(16.6666666667% - 9.8571428571rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp139 > * {
    width: calc(16.6666666667% - 9.9285714286rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp140 > * {
    width: calc(16.6666666667% - 10rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp141 > * {
    width: calc(16.6666666667% - 10.0714285714rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp142 > * {
    width: calc(16.6666666667% - 10.1428571429rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp143 > * {
    width: calc(16.6666666667% - 10.2142857143rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp144 > * {
    width: calc(16.6666666667% - 10.2857142857rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp145 > * {
    width: calc(16.6666666667% - 10.3571428571rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp146 > * {
    width: calc(16.6666666667% - 10.4285714286rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp147 > * {
    width: calc(16.6666666667% - 10.5rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp148 > * {
    width: calc(16.6666666667% - 10.5714285714rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp149 > * {
    width: calc(16.6666666667% - 10.6428571429rem / 6 * 5);
  }
  .flex-sp-col6.gap-sp150 > * {
    width: calc(16.6666666667% - 10.7142857143rem / 6 * 5);
  }
  .flex-sp-col7 {
    flex-wrap: wrap;
  }
  .flex-sp-col7 > * {
    width: 14.2857142857%;
  }
  .flex-sp-col7.gap6 > * {
    width: calc(14.2857142857% - 0.375rem / 7 * 6);
  }
  .flex-sp-col7.gap7 > * {
    width: calc(14.2857142857% - 0.4375rem / 7 * 6);
  }
  .flex-sp-col7.gap8 > * {
    width: calc(14.2857142857% - 0.5rem / 7 * 6);
  }
  .flex-sp-col7.gap9 > * {
    width: calc(14.2857142857% - 0.5625rem / 7 * 6);
  }
  .flex-sp-col7.gap10 > * {
    width: calc(14.2857142857% - 0.625rem / 7 * 6);
  }
  .flex-sp-col7.gap11 > * {
    width: calc(14.2857142857% - 0.6875rem / 7 * 6);
  }
  .flex-sp-col7.gap12 > * {
    width: calc(14.2857142857% - 0.75rem / 7 * 6);
  }
  .flex-sp-col7.gap13 > * {
    width: calc(14.2857142857% - 0.8125rem / 7 * 6);
  }
  .flex-sp-col7.gap14 > * {
    width: calc(14.2857142857% - 0.875rem / 7 * 6);
  }
  .flex-sp-col7.gap15 > * {
    width: calc(14.2857142857% - 0.9375rem / 7 * 6);
  }
  .flex-sp-col7.gap16 > * {
    width: calc(14.2857142857% - 1rem / 7 * 6);
  }
  .flex-sp-col7.gap17 > * {
    width: calc(14.2857142857% - 1.0625rem / 7 * 6);
  }
  .flex-sp-col7.gap18 > * {
    width: calc(14.2857142857% - 1.125rem / 7 * 6);
  }
  .flex-sp-col7.gap19 > * {
    width: calc(14.2857142857% - 1.1875rem / 7 * 6);
  }
  .flex-sp-col7.gap20 > * {
    width: calc(14.2857142857% - 1.25rem / 7 * 6);
  }
  .flex-sp-col7.gap21 > * {
    width: calc(14.2857142857% - 1.3125rem / 7 * 6);
  }
  .flex-sp-col7.gap22 > * {
    width: calc(14.2857142857% - 1.375rem / 7 * 6);
  }
  .flex-sp-col7.gap23 > * {
    width: calc(14.2857142857% - 1.4375rem / 7 * 6);
  }
  .flex-sp-col7.gap24 > * {
    width: calc(14.2857142857% - 1.5rem / 7 * 6);
  }
  .flex-sp-col7.gap25 > * {
    width: calc(14.2857142857% - 1.5625rem / 7 * 6);
  }
  .flex-sp-col7.gap26 > * {
    width: calc(14.2857142857% - 1.625rem / 7 * 6);
  }
  .flex-sp-col7.gap27 > * {
    width: calc(14.2857142857% - 1.6875rem / 7 * 6);
  }
  .flex-sp-col7.gap28 > * {
    width: calc(14.2857142857% - 1.75rem / 7 * 6);
  }
  .flex-sp-col7.gap29 > * {
    width: calc(14.2857142857% - 1.8125rem / 7 * 6);
  }
  .flex-sp-col7.gap30 > * {
    width: calc(14.2857142857% - 1.875rem / 7 * 6);
  }
  .flex-sp-col7.gap31 > * {
    width: calc(14.2857142857% - 1.9375rem / 7 * 6);
  }
  .flex-sp-col7.gap32 > * {
    width: calc(14.2857142857% - 2rem / 7 * 6);
  }
  .flex-sp-col7.gap33 > * {
    width: calc(14.2857142857% - 2.0625rem / 7 * 6);
  }
  .flex-sp-col7.gap34 > * {
    width: calc(14.2857142857% - 2.125rem / 7 * 6);
  }
  .flex-sp-col7.gap35 > * {
    width: calc(14.2857142857% - 2.1875rem / 7 * 6);
  }
  .flex-sp-col7.gap36 > * {
    width: calc(14.2857142857% - 2.25rem / 7 * 6);
  }
  .flex-sp-col7.gap37 > * {
    width: calc(14.2857142857% - 2.3125rem / 7 * 6);
  }
  .flex-sp-col7.gap38 > * {
    width: calc(14.2857142857% - 2.375rem / 7 * 6);
  }
  .flex-sp-col7.gap39 > * {
    width: calc(14.2857142857% - 2.4375rem / 7 * 6);
  }
  .flex-sp-col7.gap40 > * {
    width: calc(14.2857142857% - 2.5rem / 7 * 6);
  }
  .flex-sp-col7.gap41 > * {
    width: calc(14.2857142857% - 2.5625rem / 7 * 6);
  }
  .flex-sp-col7.gap42 > * {
    width: calc(14.2857142857% - 2.625rem / 7 * 6);
  }
  .flex-sp-col7.gap43 > * {
    width: calc(14.2857142857% - 2.6875rem / 7 * 6);
  }
  .flex-sp-col7.gap44 > * {
    width: calc(14.2857142857% - 2.75rem / 7 * 6);
  }
  .flex-sp-col7.gap45 > * {
    width: calc(14.2857142857% - 2.8125rem / 7 * 6);
  }
  .flex-sp-col7.gap46 > * {
    width: calc(14.2857142857% - 2.875rem / 7 * 6);
  }
  .flex-sp-col7.gap47 > * {
    width: calc(14.2857142857% - 2.9375rem / 7 * 6);
  }
  .flex-sp-col7.gap48 > * {
    width: calc(14.2857142857% - 3rem / 7 * 6);
  }
  .flex-sp-col7.gap49 > * {
    width: calc(14.2857142857% - 3.0625rem / 7 * 6);
  }
  .flex-sp-col7.gap50 > * {
    width: calc(14.2857142857% - 3.125rem / 7 * 6);
  }
  .flex-sp-col7.gap51 > * {
    width: calc(14.2857142857% - 3.1875rem / 7 * 6);
  }
  .flex-sp-col7.gap52 > * {
    width: calc(14.2857142857% - 3.25rem / 7 * 6);
  }
  .flex-sp-col7.gap53 > * {
    width: calc(14.2857142857% - 3.3125rem / 7 * 6);
  }
  .flex-sp-col7.gap54 > * {
    width: calc(14.2857142857% - 3.375rem / 7 * 6);
  }
  .flex-sp-col7.gap55 > * {
    width: calc(14.2857142857% - 3.4375rem / 7 * 6);
  }
  .flex-sp-col7.gap56 > * {
    width: calc(14.2857142857% - 3.5rem / 7 * 6);
  }
  .flex-sp-col7.gap57 > * {
    width: calc(14.2857142857% - 3.5625rem / 7 * 6);
  }
  .flex-sp-col7.gap58 > * {
    width: calc(14.2857142857% - 3.625rem / 7 * 6);
  }
  .flex-sp-col7.gap59 > * {
    width: calc(14.2857142857% - 3.6875rem / 7 * 6);
  }
  .flex-sp-col7.gap60 > * {
    width: calc(14.2857142857% - 3.75rem / 7 * 6);
  }
  .flex-sp-col7.gap61 > * {
    width: calc(14.2857142857% - 3.8125rem / 7 * 6);
  }
  .flex-sp-col7.gap62 > * {
    width: calc(14.2857142857% - 3.875rem / 7 * 6);
  }
  .flex-sp-col7.gap63 > * {
    width: calc(14.2857142857% - 3.9375rem / 7 * 6);
  }
  .flex-sp-col7.gap64 > * {
    width: calc(14.2857142857% - 4rem / 7 * 6);
  }
  .flex-sp-col7.gap65 > * {
    width: calc(14.2857142857% - 4.0625rem / 7 * 6);
  }
  .flex-sp-col7.gap66 > * {
    width: calc(14.2857142857% - 4.125rem / 7 * 6);
  }
  .flex-sp-col7.gap67 > * {
    width: calc(14.2857142857% - 4.1875rem / 7 * 6);
  }
  .flex-sp-col7.gap68 > * {
    width: calc(14.2857142857% - 4.25rem / 7 * 6);
  }
  .flex-sp-col7.gap69 > * {
    width: calc(14.2857142857% - 4.3125rem / 7 * 6);
  }
  .flex-sp-col7.gap70 > * {
    width: calc(14.2857142857% - 4.375rem / 7 * 6);
  }
  .flex-sp-col7.gap71 > * {
    width: calc(14.2857142857% - 4.4375rem / 7 * 6);
  }
  .flex-sp-col7.gap72 > * {
    width: calc(14.2857142857% - 4.5rem / 7 * 6);
  }
  .flex-sp-col7.gap73 > * {
    width: calc(14.2857142857% - 4.5625rem / 7 * 6);
  }
  .flex-sp-col7.gap74 > * {
    width: calc(14.2857142857% - 4.625rem / 7 * 6);
  }
  .flex-sp-col7.gap75 > * {
    width: calc(14.2857142857% - 4.6875rem / 7 * 6);
  }
  .flex-sp-col7.gap76 > * {
    width: calc(14.2857142857% - 4.75rem / 7 * 6);
  }
  .flex-sp-col7.gap77 > * {
    width: calc(14.2857142857% - 4.8125rem / 7 * 6);
  }
  .flex-sp-col7.gap78 > * {
    width: calc(14.2857142857% - 4.875rem / 7 * 6);
  }
  .flex-sp-col7.gap79 > * {
    width: calc(14.2857142857% - 4.9375rem / 7 * 6);
  }
  .flex-sp-col7.gap80 > * {
    width: calc(14.2857142857% - 5rem / 7 * 6);
  }
  .flex-sp-col7.gap81 > * {
    width: calc(14.2857142857% - 5.0625rem / 7 * 6);
  }
  .flex-sp-col7.gap82 > * {
    width: calc(14.2857142857% - 5.125rem / 7 * 6);
  }
  .flex-sp-col7.gap83 > * {
    width: calc(14.2857142857% - 5.1875rem / 7 * 6);
  }
  .flex-sp-col7.gap84 > * {
    width: calc(14.2857142857% - 5.25rem / 7 * 6);
  }
  .flex-sp-col7.gap85 > * {
    width: calc(14.2857142857% - 5.3125rem / 7 * 6);
  }
  .flex-sp-col7.gap86 > * {
    width: calc(14.2857142857% - 5.375rem / 7 * 6);
  }
  .flex-sp-col7.gap87 > * {
    width: calc(14.2857142857% - 5.4375rem / 7 * 6);
  }
  .flex-sp-col7.gap88 > * {
    width: calc(14.2857142857% - 5.5rem / 7 * 6);
  }
  .flex-sp-col7.gap89 > * {
    width: calc(14.2857142857% - 5.5625rem / 7 * 6);
  }
  .flex-sp-col7.gap90 > * {
    width: calc(14.2857142857% - 5.625rem / 7 * 6);
  }
  .flex-sp-col7.gap91 > * {
    width: calc(14.2857142857% - 5.6875rem / 7 * 6);
  }
  .flex-sp-col7.gap92 > * {
    width: calc(14.2857142857% - 5.75rem / 7 * 6);
  }
  .flex-sp-col7.gap93 > * {
    width: calc(14.2857142857% - 5.8125rem / 7 * 6);
  }
  .flex-sp-col7.gap94 > * {
    width: calc(14.2857142857% - 5.875rem / 7 * 6);
  }
  .flex-sp-col7.gap95 > * {
    width: calc(14.2857142857% - 5.9375rem / 7 * 6);
  }
  .flex-sp-col7.gap96 > * {
    width: calc(14.2857142857% - 6rem / 7 * 6);
  }
  .flex-sp-col7.gap97 > * {
    width: calc(14.2857142857% - 6.0625rem / 7 * 6);
  }
  .flex-sp-col7.gap98 > * {
    width: calc(14.2857142857% - 6.125rem / 7 * 6);
  }
  .flex-sp-col7.gap99 > * {
    width: calc(14.2857142857% - 6.1875rem / 7 * 6);
  }
  .flex-sp-col7.gap100 > * {
    width: calc(14.2857142857% - 6.25rem / 7 * 6);
  }
  .flex-sp-col7.gap101 > * {
    width: calc(14.2857142857% - 6.3125rem / 7 * 6);
  }
  .flex-sp-col7.gap102 > * {
    width: calc(14.2857142857% - 6.375rem / 7 * 6);
  }
  .flex-sp-col7.gap103 > * {
    width: calc(14.2857142857% - 6.4375rem / 7 * 6);
  }
  .flex-sp-col7.gap104 > * {
    width: calc(14.2857142857% - 6.5rem / 7 * 6);
  }
  .flex-sp-col7.gap105 > * {
    width: calc(14.2857142857% - 6.5625rem / 7 * 6);
  }
  .flex-sp-col7.gap106 > * {
    width: calc(14.2857142857% - 6.625rem / 7 * 6);
  }
  .flex-sp-col7.gap107 > * {
    width: calc(14.2857142857% - 6.6875rem / 7 * 6);
  }
  .flex-sp-col7.gap108 > * {
    width: calc(14.2857142857% - 6.75rem / 7 * 6);
  }
  .flex-sp-col7.gap109 > * {
    width: calc(14.2857142857% - 6.8125rem / 7 * 6);
  }
  .flex-sp-col7.gap110 > * {
    width: calc(14.2857142857% - 6.875rem / 7 * 6);
  }
  .flex-sp-col7.gap111 > * {
    width: calc(14.2857142857% - 6.9375rem / 7 * 6);
  }
  .flex-sp-col7.gap112 > * {
    width: calc(14.2857142857% - 7rem / 7 * 6);
  }
  .flex-sp-col7.gap113 > * {
    width: calc(14.2857142857% - 7.0625rem / 7 * 6);
  }
  .flex-sp-col7.gap114 > * {
    width: calc(14.2857142857% - 7.125rem / 7 * 6);
  }
  .flex-sp-col7.gap115 > * {
    width: calc(14.2857142857% - 7.1875rem / 7 * 6);
  }
  .flex-sp-col7.gap116 > * {
    width: calc(14.2857142857% - 7.25rem / 7 * 6);
  }
  .flex-sp-col7.gap117 > * {
    width: calc(14.2857142857% - 7.3125rem / 7 * 6);
  }
  .flex-sp-col7.gap118 > * {
    width: calc(14.2857142857% - 7.375rem / 7 * 6);
  }
  .flex-sp-col7.gap119 > * {
    width: calc(14.2857142857% - 7.4375rem / 7 * 6);
  }
  .flex-sp-col7.gap120 > * {
    width: calc(14.2857142857% - 7.5rem / 7 * 6);
  }
  .flex-sp-col7.gap121 > * {
    width: calc(14.2857142857% - 7.5625rem / 7 * 6);
  }
  .flex-sp-col7.gap122 > * {
    width: calc(14.2857142857% - 7.625rem / 7 * 6);
  }
  .flex-sp-col7.gap123 > * {
    width: calc(14.2857142857% - 7.6875rem / 7 * 6);
  }
  .flex-sp-col7.gap124 > * {
    width: calc(14.2857142857% - 7.75rem / 7 * 6);
  }
  .flex-sp-col7.gap125 > * {
    width: calc(14.2857142857% - 7.8125rem / 7 * 6);
  }
  .flex-sp-col7.gap126 > * {
    width: calc(14.2857142857% - 7.875rem / 7 * 6);
  }
  .flex-sp-col7.gap127 > * {
    width: calc(14.2857142857% - 7.9375rem / 7 * 6);
  }
  .flex-sp-col7.gap128 > * {
    width: calc(14.2857142857% - 8rem / 7 * 6);
  }
  .flex-sp-col7.gap129 > * {
    width: calc(14.2857142857% - 8.0625rem / 7 * 6);
  }
  .flex-sp-col7.gap130 > * {
    width: calc(14.2857142857% - 8.125rem / 7 * 6);
  }
  .flex-sp-col7.gap131 > * {
    width: calc(14.2857142857% - 8.1875rem / 7 * 6);
  }
  .flex-sp-col7.gap132 > * {
    width: calc(14.2857142857% - 8.25rem / 7 * 6);
  }
  .flex-sp-col7.gap133 > * {
    width: calc(14.2857142857% - 8.3125rem / 7 * 6);
  }
  .flex-sp-col7.gap134 > * {
    width: calc(14.2857142857% - 8.375rem / 7 * 6);
  }
  .flex-sp-col7.gap135 > * {
    width: calc(14.2857142857% - 8.4375rem / 7 * 6);
  }
  .flex-sp-col7.gap136 > * {
    width: calc(14.2857142857% - 8.5rem / 7 * 6);
  }
  .flex-sp-col7.gap137 > * {
    width: calc(14.2857142857% - 8.5625rem / 7 * 6);
  }
  .flex-sp-col7.gap138 > * {
    width: calc(14.2857142857% - 8.625rem / 7 * 6);
  }
  .flex-sp-col7.gap139 > * {
    width: calc(14.2857142857% - 8.6875rem / 7 * 6);
  }
  .flex-sp-col7.gap140 > * {
    width: calc(14.2857142857% - 8.75rem / 7 * 6);
  }
  .flex-sp-col7.gap141 > * {
    width: calc(14.2857142857% - 8.8125rem / 7 * 6);
  }
  .flex-sp-col7.gap142 > * {
    width: calc(14.2857142857% - 8.875rem / 7 * 6);
  }
  .flex-sp-col7.gap143 > * {
    width: calc(14.2857142857% - 8.9375rem / 7 * 6);
  }
  .flex-sp-col7.gap144 > * {
    width: calc(14.2857142857% - 9rem / 7 * 6);
  }
  .flex-sp-col7.gap145 > * {
    width: calc(14.2857142857% - 9.0625rem / 7 * 6);
  }
  .flex-sp-col7.gap146 > * {
    width: calc(14.2857142857% - 9.125rem / 7 * 6);
  }
  .flex-sp-col7.gap147 > * {
    width: calc(14.2857142857% - 9.1875rem / 7 * 6);
  }
  .flex-sp-col7.gap148 > * {
    width: calc(14.2857142857% - 9.25rem / 7 * 6);
  }
  .flex-sp-col7.gap149 > * {
    width: calc(14.2857142857% - 9.3125rem / 7 * 6);
  }
  .flex-sp-col7.gap150 > * {
    width: calc(14.2857142857% - 9.375rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp6 > * {
    width: calc(14.2857142857% - 0.4285714286rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp7 > * {
    width: calc(14.2857142857% - 0.5rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp8 > * {
    width: calc(14.2857142857% - 0.5714285714rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp9 > * {
    width: calc(14.2857142857% - 0.6428571429rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp10 > * {
    width: calc(14.2857142857% - 0.7142857143rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp11 > * {
    width: calc(14.2857142857% - 0.7857142857rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp12 > * {
    width: calc(14.2857142857% - 0.8571428571rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp13 > * {
    width: calc(14.2857142857% - 0.9285714286rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp14 > * {
    width: calc(14.2857142857% - 1rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp15 > * {
    width: calc(14.2857142857% - 1.0714285714rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp16 > * {
    width: calc(14.2857142857% - 1.1428571429rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp17 > * {
    width: calc(14.2857142857% - 1.2142857143rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp18 > * {
    width: calc(14.2857142857% - 1.2857142857rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp19 > * {
    width: calc(14.2857142857% - 1.3571428571rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp20 > * {
    width: calc(14.2857142857% - 1.4285714286rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp21 > * {
    width: calc(14.2857142857% - 1.5rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp22 > * {
    width: calc(14.2857142857% - 1.5714285714rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp23 > * {
    width: calc(14.2857142857% - 1.6428571429rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp24 > * {
    width: calc(14.2857142857% - 1.7142857143rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp25 > * {
    width: calc(14.2857142857% - 1.7857142857rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp26 > * {
    width: calc(14.2857142857% - 1.8571428571rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp27 > * {
    width: calc(14.2857142857% - 1.9285714286rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp28 > * {
    width: calc(14.2857142857% - 2rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp29 > * {
    width: calc(14.2857142857% - 2.0714285714rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp30 > * {
    width: calc(14.2857142857% - 2.1428571429rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp31 > * {
    width: calc(14.2857142857% - 2.2142857143rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp32 > * {
    width: calc(14.2857142857% - 2.2857142857rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp33 > * {
    width: calc(14.2857142857% - 2.3571428571rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp34 > * {
    width: calc(14.2857142857% - 2.4285714286rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp35 > * {
    width: calc(14.2857142857% - 2.5rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp36 > * {
    width: calc(14.2857142857% - 2.5714285714rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp37 > * {
    width: calc(14.2857142857% - 2.6428571429rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp38 > * {
    width: calc(14.2857142857% - 2.7142857143rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp39 > * {
    width: calc(14.2857142857% - 2.7857142857rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp40 > * {
    width: calc(14.2857142857% - 2.8571428571rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp41 > * {
    width: calc(14.2857142857% - 2.9285714286rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp42 > * {
    width: calc(14.2857142857% - 3rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp43 > * {
    width: calc(14.2857142857% - 3.0714285714rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp44 > * {
    width: calc(14.2857142857% - 3.1428571429rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp45 > * {
    width: calc(14.2857142857% - 3.2142857143rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp46 > * {
    width: calc(14.2857142857% - 3.2857142857rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp47 > * {
    width: calc(14.2857142857% - 3.3571428571rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp48 > * {
    width: calc(14.2857142857% - 3.4285714286rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp49 > * {
    width: calc(14.2857142857% - 3.5rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp50 > * {
    width: calc(14.2857142857% - 3.5714285714rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp51 > * {
    width: calc(14.2857142857% - 3.6428571429rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp52 > * {
    width: calc(14.2857142857% - 3.7142857143rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp53 > * {
    width: calc(14.2857142857% - 3.7857142857rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp54 > * {
    width: calc(14.2857142857% - 3.8571428571rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp55 > * {
    width: calc(14.2857142857% - 3.9285714286rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp56 > * {
    width: calc(14.2857142857% - 4rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp57 > * {
    width: calc(14.2857142857% - 4.0714285714rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp58 > * {
    width: calc(14.2857142857% - 4.1428571429rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp59 > * {
    width: calc(14.2857142857% - 4.2142857143rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp60 > * {
    width: calc(14.2857142857% - 4.2857142857rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp61 > * {
    width: calc(14.2857142857% - 4.3571428571rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp62 > * {
    width: calc(14.2857142857% - 4.4285714286rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp63 > * {
    width: calc(14.2857142857% - 4.5rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp64 > * {
    width: calc(14.2857142857% - 4.5714285714rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp65 > * {
    width: calc(14.2857142857% - 4.6428571429rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp66 > * {
    width: calc(14.2857142857% - 4.7142857143rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp67 > * {
    width: calc(14.2857142857% - 4.7857142857rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp68 > * {
    width: calc(14.2857142857% - 4.8571428571rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp69 > * {
    width: calc(14.2857142857% - 4.9285714286rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp70 > * {
    width: calc(14.2857142857% - 5rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp71 > * {
    width: calc(14.2857142857% - 5.0714285714rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp72 > * {
    width: calc(14.2857142857% - 5.1428571429rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp73 > * {
    width: calc(14.2857142857% - 5.2142857143rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp74 > * {
    width: calc(14.2857142857% - 5.2857142857rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp75 > * {
    width: calc(14.2857142857% - 5.3571428571rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp76 > * {
    width: calc(14.2857142857% - 5.4285714286rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp77 > * {
    width: calc(14.2857142857% - 5.5rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp78 > * {
    width: calc(14.2857142857% - 5.5714285714rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp79 > * {
    width: calc(14.2857142857% - 5.6428571429rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp80 > * {
    width: calc(14.2857142857% - 5.7142857143rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp81 > * {
    width: calc(14.2857142857% - 5.7857142857rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp82 > * {
    width: calc(14.2857142857% - 5.8571428571rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp83 > * {
    width: calc(14.2857142857% - 5.9285714286rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp84 > * {
    width: calc(14.2857142857% - 6rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp85 > * {
    width: calc(14.2857142857% - 6.0714285714rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp86 > * {
    width: calc(14.2857142857% - 6.1428571429rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp87 > * {
    width: calc(14.2857142857% - 6.2142857143rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp88 > * {
    width: calc(14.2857142857% - 6.2857142857rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp89 > * {
    width: calc(14.2857142857% - 6.3571428571rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp90 > * {
    width: calc(14.2857142857% - 6.4285714286rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp91 > * {
    width: calc(14.2857142857% - 6.5rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp92 > * {
    width: calc(14.2857142857% - 6.5714285714rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp93 > * {
    width: calc(14.2857142857% - 6.6428571429rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp94 > * {
    width: calc(14.2857142857% - 6.7142857143rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp95 > * {
    width: calc(14.2857142857% - 6.7857142857rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp96 > * {
    width: calc(14.2857142857% - 6.8571428571rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp97 > * {
    width: calc(14.2857142857% - 6.9285714286rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp98 > * {
    width: calc(14.2857142857% - 7rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp99 > * {
    width: calc(14.2857142857% - 7.0714285714rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp100 > * {
    width: calc(14.2857142857% - 7.1428571429rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp101 > * {
    width: calc(14.2857142857% - 7.2142857143rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp102 > * {
    width: calc(14.2857142857% - 7.2857142857rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp103 > * {
    width: calc(14.2857142857% - 7.3571428571rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp104 > * {
    width: calc(14.2857142857% - 7.4285714286rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp105 > * {
    width: calc(14.2857142857% - 7.5rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp106 > * {
    width: calc(14.2857142857% - 7.5714285714rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp107 > * {
    width: calc(14.2857142857% - 7.6428571429rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp108 > * {
    width: calc(14.2857142857% - 7.7142857143rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp109 > * {
    width: calc(14.2857142857% - 7.7857142857rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp110 > * {
    width: calc(14.2857142857% - 7.8571428571rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp111 > * {
    width: calc(14.2857142857% - 7.9285714286rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp112 > * {
    width: calc(14.2857142857% - 8rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp113 > * {
    width: calc(14.2857142857% - 8.0714285714rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp114 > * {
    width: calc(14.2857142857% - 8.1428571429rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp115 > * {
    width: calc(14.2857142857% - 8.2142857143rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp116 > * {
    width: calc(14.2857142857% - 8.2857142857rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp117 > * {
    width: calc(14.2857142857% - 8.3571428571rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp118 > * {
    width: calc(14.2857142857% - 8.4285714286rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp119 > * {
    width: calc(14.2857142857% - 8.5rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp120 > * {
    width: calc(14.2857142857% - 8.5714285714rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp121 > * {
    width: calc(14.2857142857% - 8.6428571429rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp122 > * {
    width: calc(14.2857142857% - 8.7142857143rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp123 > * {
    width: calc(14.2857142857% - 8.7857142857rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp124 > * {
    width: calc(14.2857142857% - 8.8571428571rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp125 > * {
    width: calc(14.2857142857% - 8.9285714286rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp126 > * {
    width: calc(14.2857142857% - 9rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp127 > * {
    width: calc(14.2857142857% - 9.0714285714rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp128 > * {
    width: calc(14.2857142857% - 9.1428571429rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp129 > * {
    width: calc(14.2857142857% - 9.2142857143rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp130 > * {
    width: calc(14.2857142857% - 9.2857142857rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp131 > * {
    width: calc(14.2857142857% - 9.3571428571rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp132 > * {
    width: calc(14.2857142857% - 9.4285714286rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp133 > * {
    width: calc(14.2857142857% - 9.5rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp134 > * {
    width: calc(14.2857142857% - 9.5714285714rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp135 > * {
    width: calc(14.2857142857% - 9.6428571429rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp136 > * {
    width: calc(14.2857142857% - 9.7142857143rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp137 > * {
    width: calc(14.2857142857% - 9.7857142857rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp138 > * {
    width: calc(14.2857142857% - 9.8571428571rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp139 > * {
    width: calc(14.2857142857% - 9.9285714286rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp140 > * {
    width: calc(14.2857142857% - 10rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp141 > * {
    width: calc(14.2857142857% - 10.0714285714rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp142 > * {
    width: calc(14.2857142857% - 10.1428571429rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp143 > * {
    width: calc(14.2857142857% - 10.2142857143rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp144 > * {
    width: calc(14.2857142857% - 10.2857142857rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp145 > * {
    width: calc(14.2857142857% - 10.3571428571rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp146 > * {
    width: calc(14.2857142857% - 10.4285714286rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp147 > * {
    width: calc(14.2857142857% - 10.5rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp148 > * {
    width: calc(14.2857142857% - 10.5714285714rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp149 > * {
    width: calc(14.2857142857% - 10.6428571429rem / 7 * 6);
  }
  .flex-sp-col7.gap-sp150 > * {
    width: calc(14.2857142857% - 10.7142857143rem / 7 * 6);
  }
  .flex-sp-col8 {
    flex-wrap: wrap;
  }
  .flex-sp-col8 > * {
    width: 12.5%;
  }
  .flex-sp-col8.gap6 > * {
    width: calc(12.5% - 0.375rem / 8 * 7);
  }
  .flex-sp-col8.gap7 > * {
    width: calc(12.5% - 0.4375rem / 8 * 7);
  }
  .flex-sp-col8.gap8 > * {
    width: calc(12.5% - 0.5rem / 8 * 7);
  }
  .flex-sp-col8.gap9 > * {
    width: calc(12.5% - 0.5625rem / 8 * 7);
  }
  .flex-sp-col8.gap10 > * {
    width: calc(12.5% - 0.625rem / 8 * 7);
  }
  .flex-sp-col8.gap11 > * {
    width: calc(12.5% - 0.6875rem / 8 * 7);
  }
  .flex-sp-col8.gap12 > * {
    width: calc(12.5% - 0.75rem / 8 * 7);
  }
  .flex-sp-col8.gap13 > * {
    width: calc(12.5% - 0.8125rem / 8 * 7);
  }
  .flex-sp-col8.gap14 > * {
    width: calc(12.5% - 0.875rem / 8 * 7);
  }
  .flex-sp-col8.gap15 > * {
    width: calc(12.5% - 0.9375rem / 8 * 7);
  }
  .flex-sp-col8.gap16 > * {
    width: calc(12.5% - 1rem / 8 * 7);
  }
  .flex-sp-col8.gap17 > * {
    width: calc(12.5% - 1.0625rem / 8 * 7);
  }
  .flex-sp-col8.gap18 > * {
    width: calc(12.5% - 1.125rem / 8 * 7);
  }
  .flex-sp-col8.gap19 > * {
    width: calc(12.5% - 1.1875rem / 8 * 7);
  }
  .flex-sp-col8.gap20 > * {
    width: calc(12.5% - 1.25rem / 8 * 7);
  }
  .flex-sp-col8.gap21 > * {
    width: calc(12.5% - 1.3125rem / 8 * 7);
  }
  .flex-sp-col8.gap22 > * {
    width: calc(12.5% - 1.375rem / 8 * 7);
  }
  .flex-sp-col8.gap23 > * {
    width: calc(12.5% - 1.4375rem / 8 * 7);
  }
  .flex-sp-col8.gap24 > * {
    width: calc(12.5% - 1.5rem / 8 * 7);
  }
  .flex-sp-col8.gap25 > * {
    width: calc(12.5% - 1.5625rem / 8 * 7);
  }
  .flex-sp-col8.gap26 > * {
    width: calc(12.5% - 1.625rem / 8 * 7);
  }
  .flex-sp-col8.gap27 > * {
    width: calc(12.5% - 1.6875rem / 8 * 7);
  }
  .flex-sp-col8.gap28 > * {
    width: calc(12.5% - 1.75rem / 8 * 7);
  }
  .flex-sp-col8.gap29 > * {
    width: calc(12.5% - 1.8125rem / 8 * 7);
  }
  .flex-sp-col8.gap30 > * {
    width: calc(12.5% - 1.875rem / 8 * 7);
  }
  .flex-sp-col8.gap31 > * {
    width: calc(12.5% - 1.9375rem / 8 * 7);
  }
  .flex-sp-col8.gap32 > * {
    width: calc(12.5% - 2rem / 8 * 7);
  }
  .flex-sp-col8.gap33 > * {
    width: calc(12.5% - 2.0625rem / 8 * 7);
  }
  .flex-sp-col8.gap34 > * {
    width: calc(12.5% - 2.125rem / 8 * 7);
  }
  .flex-sp-col8.gap35 > * {
    width: calc(12.5% - 2.1875rem / 8 * 7);
  }
  .flex-sp-col8.gap36 > * {
    width: calc(12.5% - 2.25rem / 8 * 7);
  }
  .flex-sp-col8.gap37 > * {
    width: calc(12.5% - 2.3125rem / 8 * 7);
  }
  .flex-sp-col8.gap38 > * {
    width: calc(12.5% - 2.375rem / 8 * 7);
  }
  .flex-sp-col8.gap39 > * {
    width: calc(12.5% - 2.4375rem / 8 * 7);
  }
  .flex-sp-col8.gap40 > * {
    width: calc(12.5% - 2.5rem / 8 * 7);
  }
  .flex-sp-col8.gap41 > * {
    width: calc(12.5% - 2.5625rem / 8 * 7);
  }
  .flex-sp-col8.gap42 > * {
    width: calc(12.5% - 2.625rem / 8 * 7);
  }
  .flex-sp-col8.gap43 > * {
    width: calc(12.5% - 2.6875rem / 8 * 7);
  }
  .flex-sp-col8.gap44 > * {
    width: calc(12.5% - 2.75rem / 8 * 7);
  }
  .flex-sp-col8.gap45 > * {
    width: calc(12.5% - 2.8125rem / 8 * 7);
  }
  .flex-sp-col8.gap46 > * {
    width: calc(12.5% - 2.875rem / 8 * 7);
  }
  .flex-sp-col8.gap47 > * {
    width: calc(12.5% - 2.9375rem / 8 * 7);
  }
  .flex-sp-col8.gap48 > * {
    width: calc(12.5% - 3rem / 8 * 7);
  }
  .flex-sp-col8.gap49 > * {
    width: calc(12.5% - 3.0625rem / 8 * 7);
  }
  .flex-sp-col8.gap50 > * {
    width: calc(12.5% - 3.125rem / 8 * 7);
  }
  .flex-sp-col8.gap51 > * {
    width: calc(12.5% - 3.1875rem / 8 * 7);
  }
  .flex-sp-col8.gap52 > * {
    width: calc(12.5% - 3.25rem / 8 * 7);
  }
  .flex-sp-col8.gap53 > * {
    width: calc(12.5% - 3.3125rem / 8 * 7);
  }
  .flex-sp-col8.gap54 > * {
    width: calc(12.5% - 3.375rem / 8 * 7);
  }
  .flex-sp-col8.gap55 > * {
    width: calc(12.5% - 3.4375rem / 8 * 7);
  }
  .flex-sp-col8.gap56 > * {
    width: calc(12.5% - 3.5rem / 8 * 7);
  }
  .flex-sp-col8.gap57 > * {
    width: calc(12.5% - 3.5625rem / 8 * 7);
  }
  .flex-sp-col8.gap58 > * {
    width: calc(12.5% - 3.625rem / 8 * 7);
  }
  .flex-sp-col8.gap59 > * {
    width: calc(12.5% - 3.6875rem / 8 * 7);
  }
  .flex-sp-col8.gap60 > * {
    width: calc(12.5% - 3.75rem / 8 * 7);
  }
  .flex-sp-col8.gap61 > * {
    width: calc(12.5% - 3.8125rem / 8 * 7);
  }
  .flex-sp-col8.gap62 > * {
    width: calc(12.5% - 3.875rem / 8 * 7);
  }
  .flex-sp-col8.gap63 > * {
    width: calc(12.5% - 3.9375rem / 8 * 7);
  }
  .flex-sp-col8.gap64 > * {
    width: calc(12.5% - 4rem / 8 * 7);
  }
  .flex-sp-col8.gap65 > * {
    width: calc(12.5% - 4.0625rem / 8 * 7);
  }
  .flex-sp-col8.gap66 > * {
    width: calc(12.5% - 4.125rem / 8 * 7);
  }
  .flex-sp-col8.gap67 > * {
    width: calc(12.5% - 4.1875rem / 8 * 7);
  }
  .flex-sp-col8.gap68 > * {
    width: calc(12.5% - 4.25rem / 8 * 7);
  }
  .flex-sp-col8.gap69 > * {
    width: calc(12.5% - 4.3125rem / 8 * 7);
  }
  .flex-sp-col8.gap70 > * {
    width: calc(12.5% - 4.375rem / 8 * 7);
  }
  .flex-sp-col8.gap71 > * {
    width: calc(12.5% - 4.4375rem / 8 * 7);
  }
  .flex-sp-col8.gap72 > * {
    width: calc(12.5% - 4.5rem / 8 * 7);
  }
  .flex-sp-col8.gap73 > * {
    width: calc(12.5% - 4.5625rem / 8 * 7);
  }
  .flex-sp-col8.gap74 > * {
    width: calc(12.5% - 4.625rem / 8 * 7);
  }
  .flex-sp-col8.gap75 > * {
    width: calc(12.5% - 4.6875rem / 8 * 7);
  }
  .flex-sp-col8.gap76 > * {
    width: calc(12.5% - 4.75rem / 8 * 7);
  }
  .flex-sp-col8.gap77 > * {
    width: calc(12.5% - 4.8125rem / 8 * 7);
  }
  .flex-sp-col8.gap78 > * {
    width: calc(12.5% - 4.875rem / 8 * 7);
  }
  .flex-sp-col8.gap79 > * {
    width: calc(12.5% - 4.9375rem / 8 * 7);
  }
  .flex-sp-col8.gap80 > * {
    width: calc(12.5% - 5rem / 8 * 7);
  }
  .flex-sp-col8.gap81 > * {
    width: calc(12.5% - 5.0625rem / 8 * 7);
  }
  .flex-sp-col8.gap82 > * {
    width: calc(12.5% - 5.125rem / 8 * 7);
  }
  .flex-sp-col8.gap83 > * {
    width: calc(12.5% - 5.1875rem / 8 * 7);
  }
  .flex-sp-col8.gap84 > * {
    width: calc(12.5% - 5.25rem / 8 * 7);
  }
  .flex-sp-col8.gap85 > * {
    width: calc(12.5% - 5.3125rem / 8 * 7);
  }
  .flex-sp-col8.gap86 > * {
    width: calc(12.5% - 5.375rem / 8 * 7);
  }
  .flex-sp-col8.gap87 > * {
    width: calc(12.5% - 5.4375rem / 8 * 7);
  }
  .flex-sp-col8.gap88 > * {
    width: calc(12.5% - 5.5rem / 8 * 7);
  }
  .flex-sp-col8.gap89 > * {
    width: calc(12.5% - 5.5625rem / 8 * 7);
  }
  .flex-sp-col8.gap90 > * {
    width: calc(12.5% - 5.625rem / 8 * 7);
  }
  .flex-sp-col8.gap91 > * {
    width: calc(12.5% - 5.6875rem / 8 * 7);
  }
  .flex-sp-col8.gap92 > * {
    width: calc(12.5% - 5.75rem / 8 * 7);
  }
  .flex-sp-col8.gap93 > * {
    width: calc(12.5% - 5.8125rem / 8 * 7);
  }
  .flex-sp-col8.gap94 > * {
    width: calc(12.5% - 5.875rem / 8 * 7);
  }
  .flex-sp-col8.gap95 > * {
    width: calc(12.5% - 5.9375rem / 8 * 7);
  }
  .flex-sp-col8.gap96 > * {
    width: calc(12.5% - 6rem / 8 * 7);
  }
  .flex-sp-col8.gap97 > * {
    width: calc(12.5% - 6.0625rem / 8 * 7);
  }
  .flex-sp-col8.gap98 > * {
    width: calc(12.5% - 6.125rem / 8 * 7);
  }
  .flex-sp-col8.gap99 > * {
    width: calc(12.5% - 6.1875rem / 8 * 7);
  }
  .flex-sp-col8.gap100 > * {
    width: calc(12.5% - 6.25rem / 8 * 7);
  }
  .flex-sp-col8.gap101 > * {
    width: calc(12.5% - 6.3125rem / 8 * 7);
  }
  .flex-sp-col8.gap102 > * {
    width: calc(12.5% - 6.375rem / 8 * 7);
  }
  .flex-sp-col8.gap103 > * {
    width: calc(12.5% - 6.4375rem / 8 * 7);
  }
  .flex-sp-col8.gap104 > * {
    width: calc(12.5% - 6.5rem / 8 * 7);
  }
  .flex-sp-col8.gap105 > * {
    width: calc(12.5% - 6.5625rem / 8 * 7);
  }
  .flex-sp-col8.gap106 > * {
    width: calc(12.5% - 6.625rem / 8 * 7);
  }
  .flex-sp-col8.gap107 > * {
    width: calc(12.5% - 6.6875rem / 8 * 7);
  }
  .flex-sp-col8.gap108 > * {
    width: calc(12.5% - 6.75rem / 8 * 7);
  }
  .flex-sp-col8.gap109 > * {
    width: calc(12.5% - 6.8125rem / 8 * 7);
  }
  .flex-sp-col8.gap110 > * {
    width: calc(12.5% - 6.875rem / 8 * 7);
  }
  .flex-sp-col8.gap111 > * {
    width: calc(12.5% - 6.9375rem / 8 * 7);
  }
  .flex-sp-col8.gap112 > * {
    width: calc(12.5% - 7rem / 8 * 7);
  }
  .flex-sp-col8.gap113 > * {
    width: calc(12.5% - 7.0625rem / 8 * 7);
  }
  .flex-sp-col8.gap114 > * {
    width: calc(12.5% - 7.125rem / 8 * 7);
  }
  .flex-sp-col8.gap115 > * {
    width: calc(12.5% - 7.1875rem / 8 * 7);
  }
  .flex-sp-col8.gap116 > * {
    width: calc(12.5% - 7.25rem / 8 * 7);
  }
  .flex-sp-col8.gap117 > * {
    width: calc(12.5% - 7.3125rem / 8 * 7);
  }
  .flex-sp-col8.gap118 > * {
    width: calc(12.5% - 7.375rem / 8 * 7);
  }
  .flex-sp-col8.gap119 > * {
    width: calc(12.5% - 7.4375rem / 8 * 7);
  }
  .flex-sp-col8.gap120 > * {
    width: calc(12.5% - 7.5rem / 8 * 7);
  }
  .flex-sp-col8.gap121 > * {
    width: calc(12.5% - 7.5625rem / 8 * 7);
  }
  .flex-sp-col8.gap122 > * {
    width: calc(12.5% - 7.625rem / 8 * 7);
  }
  .flex-sp-col8.gap123 > * {
    width: calc(12.5% - 7.6875rem / 8 * 7);
  }
  .flex-sp-col8.gap124 > * {
    width: calc(12.5% - 7.75rem / 8 * 7);
  }
  .flex-sp-col8.gap125 > * {
    width: calc(12.5% - 7.8125rem / 8 * 7);
  }
  .flex-sp-col8.gap126 > * {
    width: calc(12.5% - 7.875rem / 8 * 7);
  }
  .flex-sp-col8.gap127 > * {
    width: calc(12.5% - 7.9375rem / 8 * 7);
  }
  .flex-sp-col8.gap128 > * {
    width: calc(12.5% - 8rem / 8 * 7);
  }
  .flex-sp-col8.gap129 > * {
    width: calc(12.5% - 8.0625rem / 8 * 7);
  }
  .flex-sp-col8.gap130 > * {
    width: calc(12.5% - 8.125rem / 8 * 7);
  }
  .flex-sp-col8.gap131 > * {
    width: calc(12.5% - 8.1875rem / 8 * 7);
  }
  .flex-sp-col8.gap132 > * {
    width: calc(12.5% - 8.25rem / 8 * 7);
  }
  .flex-sp-col8.gap133 > * {
    width: calc(12.5% - 8.3125rem / 8 * 7);
  }
  .flex-sp-col8.gap134 > * {
    width: calc(12.5% - 8.375rem / 8 * 7);
  }
  .flex-sp-col8.gap135 > * {
    width: calc(12.5% - 8.4375rem / 8 * 7);
  }
  .flex-sp-col8.gap136 > * {
    width: calc(12.5% - 8.5rem / 8 * 7);
  }
  .flex-sp-col8.gap137 > * {
    width: calc(12.5% - 8.5625rem / 8 * 7);
  }
  .flex-sp-col8.gap138 > * {
    width: calc(12.5% - 8.625rem / 8 * 7);
  }
  .flex-sp-col8.gap139 > * {
    width: calc(12.5% - 8.6875rem / 8 * 7);
  }
  .flex-sp-col8.gap140 > * {
    width: calc(12.5% - 8.75rem / 8 * 7);
  }
  .flex-sp-col8.gap141 > * {
    width: calc(12.5% - 8.8125rem / 8 * 7);
  }
  .flex-sp-col8.gap142 > * {
    width: calc(12.5% - 8.875rem / 8 * 7);
  }
  .flex-sp-col8.gap143 > * {
    width: calc(12.5% - 8.9375rem / 8 * 7);
  }
  .flex-sp-col8.gap144 > * {
    width: calc(12.5% - 9rem / 8 * 7);
  }
  .flex-sp-col8.gap145 > * {
    width: calc(12.5% - 9.0625rem / 8 * 7);
  }
  .flex-sp-col8.gap146 > * {
    width: calc(12.5% - 9.125rem / 8 * 7);
  }
  .flex-sp-col8.gap147 > * {
    width: calc(12.5% - 9.1875rem / 8 * 7);
  }
  .flex-sp-col8.gap148 > * {
    width: calc(12.5% - 9.25rem / 8 * 7);
  }
  .flex-sp-col8.gap149 > * {
    width: calc(12.5% - 9.3125rem / 8 * 7);
  }
  .flex-sp-col8.gap150 > * {
    width: calc(12.5% - 9.375rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp6 > * {
    width: calc(12.5% - 0.4285714286rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp7 > * {
    width: calc(12.5% - 0.5rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp8 > * {
    width: calc(12.5% - 0.5714285714rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp9 > * {
    width: calc(12.5% - 0.6428571429rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp10 > * {
    width: calc(12.5% - 0.7142857143rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp11 > * {
    width: calc(12.5% - 0.7857142857rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp12 > * {
    width: calc(12.5% - 0.8571428571rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp13 > * {
    width: calc(12.5% - 0.9285714286rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp14 > * {
    width: calc(12.5% - 1rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp15 > * {
    width: calc(12.5% - 1.0714285714rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp16 > * {
    width: calc(12.5% - 1.1428571429rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp17 > * {
    width: calc(12.5% - 1.2142857143rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp18 > * {
    width: calc(12.5% - 1.2857142857rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp19 > * {
    width: calc(12.5% - 1.3571428571rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp20 > * {
    width: calc(12.5% - 1.4285714286rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp21 > * {
    width: calc(12.5% - 1.5rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp22 > * {
    width: calc(12.5% - 1.5714285714rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp23 > * {
    width: calc(12.5% - 1.6428571429rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp24 > * {
    width: calc(12.5% - 1.7142857143rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp25 > * {
    width: calc(12.5% - 1.7857142857rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp26 > * {
    width: calc(12.5% - 1.8571428571rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp27 > * {
    width: calc(12.5% - 1.9285714286rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp28 > * {
    width: calc(12.5% - 2rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp29 > * {
    width: calc(12.5% - 2.0714285714rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp30 > * {
    width: calc(12.5% - 2.1428571429rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp31 > * {
    width: calc(12.5% - 2.2142857143rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp32 > * {
    width: calc(12.5% - 2.2857142857rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp33 > * {
    width: calc(12.5% - 2.3571428571rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp34 > * {
    width: calc(12.5% - 2.4285714286rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp35 > * {
    width: calc(12.5% - 2.5rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp36 > * {
    width: calc(12.5% - 2.5714285714rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp37 > * {
    width: calc(12.5% - 2.6428571429rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp38 > * {
    width: calc(12.5% - 2.7142857143rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp39 > * {
    width: calc(12.5% - 2.7857142857rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp40 > * {
    width: calc(12.5% - 2.8571428571rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp41 > * {
    width: calc(12.5% - 2.9285714286rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp42 > * {
    width: calc(12.5% - 3rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp43 > * {
    width: calc(12.5% - 3.0714285714rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp44 > * {
    width: calc(12.5% - 3.1428571429rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp45 > * {
    width: calc(12.5% - 3.2142857143rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp46 > * {
    width: calc(12.5% - 3.2857142857rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp47 > * {
    width: calc(12.5% - 3.3571428571rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp48 > * {
    width: calc(12.5% - 3.4285714286rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp49 > * {
    width: calc(12.5% - 3.5rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp50 > * {
    width: calc(12.5% - 3.5714285714rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp51 > * {
    width: calc(12.5% - 3.6428571429rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp52 > * {
    width: calc(12.5% - 3.7142857143rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp53 > * {
    width: calc(12.5% - 3.7857142857rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp54 > * {
    width: calc(12.5% - 3.8571428571rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp55 > * {
    width: calc(12.5% - 3.9285714286rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp56 > * {
    width: calc(12.5% - 4rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp57 > * {
    width: calc(12.5% - 4.0714285714rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp58 > * {
    width: calc(12.5% - 4.1428571429rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp59 > * {
    width: calc(12.5% - 4.2142857143rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp60 > * {
    width: calc(12.5% - 4.2857142857rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp61 > * {
    width: calc(12.5% - 4.3571428571rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp62 > * {
    width: calc(12.5% - 4.4285714286rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp63 > * {
    width: calc(12.5% - 4.5rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp64 > * {
    width: calc(12.5% - 4.5714285714rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp65 > * {
    width: calc(12.5% - 4.6428571429rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp66 > * {
    width: calc(12.5% - 4.7142857143rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp67 > * {
    width: calc(12.5% - 4.7857142857rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp68 > * {
    width: calc(12.5% - 4.8571428571rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp69 > * {
    width: calc(12.5% - 4.9285714286rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp70 > * {
    width: calc(12.5% - 5rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp71 > * {
    width: calc(12.5% - 5.0714285714rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp72 > * {
    width: calc(12.5% - 5.1428571429rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp73 > * {
    width: calc(12.5% - 5.2142857143rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp74 > * {
    width: calc(12.5% - 5.2857142857rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp75 > * {
    width: calc(12.5% - 5.3571428571rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp76 > * {
    width: calc(12.5% - 5.4285714286rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp77 > * {
    width: calc(12.5% - 5.5rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp78 > * {
    width: calc(12.5% - 5.5714285714rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp79 > * {
    width: calc(12.5% - 5.6428571429rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp80 > * {
    width: calc(12.5% - 5.7142857143rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp81 > * {
    width: calc(12.5% - 5.7857142857rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp82 > * {
    width: calc(12.5% - 5.8571428571rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp83 > * {
    width: calc(12.5% - 5.9285714286rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp84 > * {
    width: calc(12.5% - 6rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp85 > * {
    width: calc(12.5% - 6.0714285714rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp86 > * {
    width: calc(12.5% - 6.1428571429rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp87 > * {
    width: calc(12.5% - 6.2142857143rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp88 > * {
    width: calc(12.5% - 6.2857142857rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp89 > * {
    width: calc(12.5% - 6.3571428571rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp90 > * {
    width: calc(12.5% - 6.4285714286rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp91 > * {
    width: calc(12.5% - 6.5rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp92 > * {
    width: calc(12.5% - 6.5714285714rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp93 > * {
    width: calc(12.5% - 6.6428571429rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp94 > * {
    width: calc(12.5% - 6.7142857143rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp95 > * {
    width: calc(12.5% - 6.7857142857rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp96 > * {
    width: calc(12.5% - 6.8571428571rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp97 > * {
    width: calc(12.5% - 6.9285714286rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp98 > * {
    width: calc(12.5% - 7rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp99 > * {
    width: calc(12.5% - 7.0714285714rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp100 > * {
    width: calc(12.5% - 7.1428571429rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp101 > * {
    width: calc(12.5% - 7.2142857143rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp102 > * {
    width: calc(12.5% - 7.2857142857rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp103 > * {
    width: calc(12.5% - 7.3571428571rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp104 > * {
    width: calc(12.5% - 7.4285714286rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp105 > * {
    width: calc(12.5% - 7.5rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp106 > * {
    width: calc(12.5% - 7.5714285714rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp107 > * {
    width: calc(12.5% - 7.6428571429rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp108 > * {
    width: calc(12.5% - 7.7142857143rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp109 > * {
    width: calc(12.5% - 7.7857142857rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp110 > * {
    width: calc(12.5% - 7.8571428571rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp111 > * {
    width: calc(12.5% - 7.9285714286rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp112 > * {
    width: calc(12.5% - 8rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp113 > * {
    width: calc(12.5% - 8.0714285714rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp114 > * {
    width: calc(12.5% - 8.1428571429rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp115 > * {
    width: calc(12.5% - 8.2142857143rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp116 > * {
    width: calc(12.5% - 8.2857142857rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp117 > * {
    width: calc(12.5% - 8.3571428571rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp118 > * {
    width: calc(12.5% - 8.4285714286rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp119 > * {
    width: calc(12.5% - 8.5rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp120 > * {
    width: calc(12.5% - 8.5714285714rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp121 > * {
    width: calc(12.5% - 8.6428571429rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp122 > * {
    width: calc(12.5% - 8.7142857143rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp123 > * {
    width: calc(12.5% - 8.7857142857rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp124 > * {
    width: calc(12.5% - 8.8571428571rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp125 > * {
    width: calc(12.5% - 8.9285714286rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp126 > * {
    width: calc(12.5% - 9rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp127 > * {
    width: calc(12.5% - 9.0714285714rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp128 > * {
    width: calc(12.5% - 9.1428571429rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp129 > * {
    width: calc(12.5% - 9.2142857143rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp130 > * {
    width: calc(12.5% - 9.2857142857rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp131 > * {
    width: calc(12.5% - 9.3571428571rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp132 > * {
    width: calc(12.5% - 9.4285714286rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp133 > * {
    width: calc(12.5% - 9.5rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp134 > * {
    width: calc(12.5% - 9.5714285714rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp135 > * {
    width: calc(12.5% - 9.6428571429rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp136 > * {
    width: calc(12.5% - 9.7142857143rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp137 > * {
    width: calc(12.5% - 9.7857142857rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp138 > * {
    width: calc(12.5% - 9.8571428571rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp139 > * {
    width: calc(12.5% - 9.9285714286rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp140 > * {
    width: calc(12.5% - 10rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp141 > * {
    width: calc(12.5% - 10.0714285714rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp142 > * {
    width: calc(12.5% - 10.1428571429rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp143 > * {
    width: calc(12.5% - 10.2142857143rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp144 > * {
    width: calc(12.5% - 10.2857142857rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp145 > * {
    width: calc(12.5% - 10.3571428571rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp146 > * {
    width: calc(12.5% - 10.4285714286rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp147 > * {
    width: calc(12.5% - 10.5rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp148 > * {
    width: calc(12.5% - 10.5714285714rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp149 > * {
    width: calc(12.5% - 10.6428571429rem / 8 * 7);
  }
  .flex-sp-col8.gap-sp150 > * {
    width: calc(12.5% - 10.7142857143rem / 8 * 7);
  }
  .flex-sp-col9 {
    flex-wrap: wrap;
  }
  .flex-sp-col9 > * {
    width: 11.1111111111%;
  }
  .flex-sp-col9.gap6 > * {
    width: calc(11.1111111111% - 0.375rem / 9 * 8);
  }
  .flex-sp-col9.gap7 > * {
    width: calc(11.1111111111% - 0.4375rem / 9 * 8);
  }
  .flex-sp-col9.gap8 > * {
    width: calc(11.1111111111% - 0.5rem / 9 * 8);
  }
  .flex-sp-col9.gap9 > * {
    width: calc(11.1111111111% - 0.5625rem / 9 * 8);
  }
  .flex-sp-col9.gap10 > * {
    width: calc(11.1111111111% - 0.625rem / 9 * 8);
  }
  .flex-sp-col9.gap11 > * {
    width: calc(11.1111111111% - 0.6875rem / 9 * 8);
  }
  .flex-sp-col9.gap12 > * {
    width: calc(11.1111111111% - 0.75rem / 9 * 8);
  }
  .flex-sp-col9.gap13 > * {
    width: calc(11.1111111111% - 0.8125rem / 9 * 8);
  }
  .flex-sp-col9.gap14 > * {
    width: calc(11.1111111111% - 0.875rem / 9 * 8);
  }
  .flex-sp-col9.gap15 > * {
    width: calc(11.1111111111% - 0.9375rem / 9 * 8);
  }
  .flex-sp-col9.gap16 > * {
    width: calc(11.1111111111% - 1rem / 9 * 8);
  }
  .flex-sp-col9.gap17 > * {
    width: calc(11.1111111111% - 1.0625rem / 9 * 8);
  }
  .flex-sp-col9.gap18 > * {
    width: calc(11.1111111111% - 1.125rem / 9 * 8);
  }
  .flex-sp-col9.gap19 > * {
    width: calc(11.1111111111% - 1.1875rem / 9 * 8);
  }
  .flex-sp-col9.gap20 > * {
    width: calc(11.1111111111% - 1.25rem / 9 * 8);
  }
  .flex-sp-col9.gap21 > * {
    width: calc(11.1111111111% - 1.3125rem / 9 * 8);
  }
  .flex-sp-col9.gap22 > * {
    width: calc(11.1111111111% - 1.375rem / 9 * 8);
  }
  .flex-sp-col9.gap23 > * {
    width: calc(11.1111111111% - 1.4375rem / 9 * 8);
  }
  .flex-sp-col9.gap24 > * {
    width: calc(11.1111111111% - 1.5rem / 9 * 8);
  }
  .flex-sp-col9.gap25 > * {
    width: calc(11.1111111111% - 1.5625rem / 9 * 8);
  }
  .flex-sp-col9.gap26 > * {
    width: calc(11.1111111111% - 1.625rem / 9 * 8);
  }
  .flex-sp-col9.gap27 > * {
    width: calc(11.1111111111% - 1.6875rem / 9 * 8);
  }
  .flex-sp-col9.gap28 > * {
    width: calc(11.1111111111% - 1.75rem / 9 * 8);
  }
  .flex-sp-col9.gap29 > * {
    width: calc(11.1111111111% - 1.8125rem / 9 * 8);
  }
  .flex-sp-col9.gap30 > * {
    width: calc(11.1111111111% - 1.875rem / 9 * 8);
  }
  .flex-sp-col9.gap31 > * {
    width: calc(11.1111111111% - 1.9375rem / 9 * 8);
  }
  .flex-sp-col9.gap32 > * {
    width: calc(11.1111111111% - 2rem / 9 * 8);
  }
  .flex-sp-col9.gap33 > * {
    width: calc(11.1111111111% - 2.0625rem / 9 * 8);
  }
  .flex-sp-col9.gap34 > * {
    width: calc(11.1111111111% - 2.125rem / 9 * 8);
  }
  .flex-sp-col9.gap35 > * {
    width: calc(11.1111111111% - 2.1875rem / 9 * 8);
  }
  .flex-sp-col9.gap36 > * {
    width: calc(11.1111111111% - 2.25rem / 9 * 8);
  }
  .flex-sp-col9.gap37 > * {
    width: calc(11.1111111111% - 2.3125rem / 9 * 8);
  }
  .flex-sp-col9.gap38 > * {
    width: calc(11.1111111111% - 2.375rem / 9 * 8);
  }
  .flex-sp-col9.gap39 > * {
    width: calc(11.1111111111% - 2.4375rem / 9 * 8);
  }
  .flex-sp-col9.gap40 > * {
    width: calc(11.1111111111% - 2.5rem / 9 * 8);
  }
  .flex-sp-col9.gap41 > * {
    width: calc(11.1111111111% - 2.5625rem / 9 * 8);
  }
  .flex-sp-col9.gap42 > * {
    width: calc(11.1111111111% - 2.625rem / 9 * 8);
  }
  .flex-sp-col9.gap43 > * {
    width: calc(11.1111111111% - 2.6875rem / 9 * 8);
  }
  .flex-sp-col9.gap44 > * {
    width: calc(11.1111111111% - 2.75rem / 9 * 8);
  }
  .flex-sp-col9.gap45 > * {
    width: calc(11.1111111111% - 2.8125rem / 9 * 8);
  }
  .flex-sp-col9.gap46 > * {
    width: calc(11.1111111111% - 2.875rem / 9 * 8);
  }
  .flex-sp-col9.gap47 > * {
    width: calc(11.1111111111% - 2.9375rem / 9 * 8);
  }
  .flex-sp-col9.gap48 > * {
    width: calc(11.1111111111% - 3rem / 9 * 8);
  }
  .flex-sp-col9.gap49 > * {
    width: calc(11.1111111111% - 3.0625rem / 9 * 8);
  }
  .flex-sp-col9.gap50 > * {
    width: calc(11.1111111111% - 3.125rem / 9 * 8);
  }
  .flex-sp-col9.gap51 > * {
    width: calc(11.1111111111% - 3.1875rem / 9 * 8);
  }
  .flex-sp-col9.gap52 > * {
    width: calc(11.1111111111% - 3.25rem / 9 * 8);
  }
  .flex-sp-col9.gap53 > * {
    width: calc(11.1111111111% - 3.3125rem / 9 * 8);
  }
  .flex-sp-col9.gap54 > * {
    width: calc(11.1111111111% - 3.375rem / 9 * 8);
  }
  .flex-sp-col9.gap55 > * {
    width: calc(11.1111111111% - 3.4375rem / 9 * 8);
  }
  .flex-sp-col9.gap56 > * {
    width: calc(11.1111111111% - 3.5rem / 9 * 8);
  }
  .flex-sp-col9.gap57 > * {
    width: calc(11.1111111111% - 3.5625rem / 9 * 8);
  }
  .flex-sp-col9.gap58 > * {
    width: calc(11.1111111111% - 3.625rem / 9 * 8);
  }
  .flex-sp-col9.gap59 > * {
    width: calc(11.1111111111% - 3.6875rem / 9 * 8);
  }
  .flex-sp-col9.gap60 > * {
    width: calc(11.1111111111% - 3.75rem / 9 * 8);
  }
  .flex-sp-col9.gap61 > * {
    width: calc(11.1111111111% - 3.8125rem / 9 * 8);
  }
  .flex-sp-col9.gap62 > * {
    width: calc(11.1111111111% - 3.875rem / 9 * 8);
  }
  .flex-sp-col9.gap63 > * {
    width: calc(11.1111111111% - 3.9375rem / 9 * 8);
  }
  .flex-sp-col9.gap64 > * {
    width: calc(11.1111111111% - 4rem / 9 * 8);
  }
  .flex-sp-col9.gap65 > * {
    width: calc(11.1111111111% - 4.0625rem / 9 * 8);
  }
  .flex-sp-col9.gap66 > * {
    width: calc(11.1111111111% - 4.125rem / 9 * 8);
  }
  .flex-sp-col9.gap67 > * {
    width: calc(11.1111111111% - 4.1875rem / 9 * 8);
  }
  .flex-sp-col9.gap68 > * {
    width: calc(11.1111111111% - 4.25rem / 9 * 8);
  }
  .flex-sp-col9.gap69 > * {
    width: calc(11.1111111111% - 4.3125rem / 9 * 8);
  }
  .flex-sp-col9.gap70 > * {
    width: calc(11.1111111111% - 4.375rem / 9 * 8);
  }
  .flex-sp-col9.gap71 > * {
    width: calc(11.1111111111% - 4.4375rem / 9 * 8);
  }
  .flex-sp-col9.gap72 > * {
    width: calc(11.1111111111% - 4.5rem / 9 * 8);
  }
  .flex-sp-col9.gap73 > * {
    width: calc(11.1111111111% - 4.5625rem / 9 * 8);
  }
  .flex-sp-col9.gap74 > * {
    width: calc(11.1111111111% - 4.625rem / 9 * 8);
  }
  .flex-sp-col9.gap75 > * {
    width: calc(11.1111111111% - 4.6875rem / 9 * 8);
  }
  .flex-sp-col9.gap76 > * {
    width: calc(11.1111111111% - 4.75rem / 9 * 8);
  }
  .flex-sp-col9.gap77 > * {
    width: calc(11.1111111111% - 4.8125rem / 9 * 8);
  }
  .flex-sp-col9.gap78 > * {
    width: calc(11.1111111111% - 4.875rem / 9 * 8);
  }
  .flex-sp-col9.gap79 > * {
    width: calc(11.1111111111% - 4.9375rem / 9 * 8);
  }
  .flex-sp-col9.gap80 > * {
    width: calc(11.1111111111% - 5rem / 9 * 8);
  }
  .flex-sp-col9.gap81 > * {
    width: calc(11.1111111111% - 5.0625rem / 9 * 8);
  }
  .flex-sp-col9.gap82 > * {
    width: calc(11.1111111111% - 5.125rem / 9 * 8);
  }
  .flex-sp-col9.gap83 > * {
    width: calc(11.1111111111% - 5.1875rem / 9 * 8);
  }
  .flex-sp-col9.gap84 > * {
    width: calc(11.1111111111% - 5.25rem / 9 * 8);
  }
  .flex-sp-col9.gap85 > * {
    width: calc(11.1111111111% - 5.3125rem / 9 * 8);
  }
  .flex-sp-col9.gap86 > * {
    width: calc(11.1111111111% - 5.375rem / 9 * 8);
  }
  .flex-sp-col9.gap87 > * {
    width: calc(11.1111111111% - 5.4375rem / 9 * 8);
  }
  .flex-sp-col9.gap88 > * {
    width: calc(11.1111111111% - 5.5rem / 9 * 8);
  }
  .flex-sp-col9.gap89 > * {
    width: calc(11.1111111111% - 5.5625rem / 9 * 8);
  }
  .flex-sp-col9.gap90 > * {
    width: calc(11.1111111111% - 5.625rem / 9 * 8);
  }
  .flex-sp-col9.gap91 > * {
    width: calc(11.1111111111% - 5.6875rem / 9 * 8);
  }
  .flex-sp-col9.gap92 > * {
    width: calc(11.1111111111% - 5.75rem / 9 * 8);
  }
  .flex-sp-col9.gap93 > * {
    width: calc(11.1111111111% - 5.8125rem / 9 * 8);
  }
  .flex-sp-col9.gap94 > * {
    width: calc(11.1111111111% - 5.875rem / 9 * 8);
  }
  .flex-sp-col9.gap95 > * {
    width: calc(11.1111111111% - 5.9375rem / 9 * 8);
  }
  .flex-sp-col9.gap96 > * {
    width: calc(11.1111111111% - 6rem / 9 * 8);
  }
  .flex-sp-col9.gap97 > * {
    width: calc(11.1111111111% - 6.0625rem / 9 * 8);
  }
  .flex-sp-col9.gap98 > * {
    width: calc(11.1111111111% - 6.125rem / 9 * 8);
  }
  .flex-sp-col9.gap99 > * {
    width: calc(11.1111111111% - 6.1875rem / 9 * 8);
  }
  .flex-sp-col9.gap100 > * {
    width: calc(11.1111111111% - 6.25rem / 9 * 8);
  }
  .flex-sp-col9.gap101 > * {
    width: calc(11.1111111111% - 6.3125rem / 9 * 8);
  }
  .flex-sp-col9.gap102 > * {
    width: calc(11.1111111111% - 6.375rem / 9 * 8);
  }
  .flex-sp-col9.gap103 > * {
    width: calc(11.1111111111% - 6.4375rem / 9 * 8);
  }
  .flex-sp-col9.gap104 > * {
    width: calc(11.1111111111% - 6.5rem / 9 * 8);
  }
  .flex-sp-col9.gap105 > * {
    width: calc(11.1111111111% - 6.5625rem / 9 * 8);
  }
  .flex-sp-col9.gap106 > * {
    width: calc(11.1111111111% - 6.625rem / 9 * 8);
  }
  .flex-sp-col9.gap107 > * {
    width: calc(11.1111111111% - 6.6875rem / 9 * 8);
  }
  .flex-sp-col9.gap108 > * {
    width: calc(11.1111111111% - 6.75rem / 9 * 8);
  }
  .flex-sp-col9.gap109 > * {
    width: calc(11.1111111111% - 6.8125rem / 9 * 8);
  }
  .flex-sp-col9.gap110 > * {
    width: calc(11.1111111111% - 6.875rem / 9 * 8);
  }
  .flex-sp-col9.gap111 > * {
    width: calc(11.1111111111% - 6.9375rem / 9 * 8);
  }
  .flex-sp-col9.gap112 > * {
    width: calc(11.1111111111% - 7rem / 9 * 8);
  }
  .flex-sp-col9.gap113 > * {
    width: calc(11.1111111111% - 7.0625rem / 9 * 8);
  }
  .flex-sp-col9.gap114 > * {
    width: calc(11.1111111111% - 7.125rem / 9 * 8);
  }
  .flex-sp-col9.gap115 > * {
    width: calc(11.1111111111% - 7.1875rem / 9 * 8);
  }
  .flex-sp-col9.gap116 > * {
    width: calc(11.1111111111% - 7.25rem / 9 * 8);
  }
  .flex-sp-col9.gap117 > * {
    width: calc(11.1111111111% - 7.3125rem / 9 * 8);
  }
  .flex-sp-col9.gap118 > * {
    width: calc(11.1111111111% - 7.375rem / 9 * 8);
  }
  .flex-sp-col9.gap119 > * {
    width: calc(11.1111111111% - 7.4375rem / 9 * 8);
  }
  .flex-sp-col9.gap120 > * {
    width: calc(11.1111111111% - 7.5rem / 9 * 8);
  }
  .flex-sp-col9.gap121 > * {
    width: calc(11.1111111111% - 7.5625rem / 9 * 8);
  }
  .flex-sp-col9.gap122 > * {
    width: calc(11.1111111111% - 7.625rem / 9 * 8);
  }
  .flex-sp-col9.gap123 > * {
    width: calc(11.1111111111% - 7.6875rem / 9 * 8);
  }
  .flex-sp-col9.gap124 > * {
    width: calc(11.1111111111% - 7.75rem / 9 * 8);
  }
  .flex-sp-col9.gap125 > * {
    width: calc(11.1111111111% - 7.8125rem / 9 * 8);
  }
  .flex-sp-col9.gap126 > * {
    width: calc(11.1111111111% - 7.875rem / 9 * 8);
  }
  .flex-sp-col9.gap127 > * {
    width: calc(11.1111111111% - 7.9375rem / 9 * 8);
  }
  .flex-sp-col9.gap128 > * {
    width: calc(11.1111111111% - 8rem / 9 * 8);
  }
  .flex-sp-col9.gap129 > * {
    width: calc(11.1111111111% - 8.0625rem / 9 * 8);
  }
  .flex-sp-col9.gap130 > * {
    width: calc(11.1111111111% - 8.125rem / 9 * 8);
  }
  .flex-sp-col9.gap131 > * {
    width: calc(11.1111111111% - 8.1875rem / 9 * 8);
  }
  .flex-sp-col9.gap132 > * {
    width: calc(11.1111111111% - 8.25rem / 9 * 8);
  }
  .flex-sp-col9.gap133 > * {
    width: calc(11.1111111111% - 8.3125rem / 9 * 8);
  }
  .flex-sp-col9.gap134 > * {
    width: calc(11.1111111111% - 8.375rem / 9 * 8);
  }
  .flex-sp-col9.gap135 > * {
    width: calc(11.1111111111% - 8.4375rem / 9 * 8);
  }
  .flex-sp-col9.gap136 > * {
    width: calc(11.1111111111% - 8.5rem / 9 * 8);
  }
  .flex-sp-col9.gap137 > * {
    width: calc(11.1111111111% - 8.5625rem / 9 * 8);
  }
  .flex-sp-col9.gap138 > * {
    width: calc(11.1111111111% - 8.625rem / 9 * 8);
  }
  .flex-sp-col9.gap139 > * {
    width: calc(11.1111111111% - 8.6875rem / 9 * 8);
  }
  .flex-sp-col9.gap140 > * {
    width: calc(11.1111111111% - 8.75rem / 9 * 8);
  }
  .flex-sp-col9.gap141 > * {
    width: calc(11.1111111111% - 8.8125rem / 9 * 8);
  }
  .flex-sp-col9.gap142 > * {
    width: calc(11.1111111111% - 8.875rem / 9 * 8);
  }
  .flex-sp-col9.gap143 > * {
    width: calc(11.1111111111% - 8.9375rem / 9 * 8);
  }
  .flex-sp-col9.gap144 > * {
    width: calc(11.1111111111% - 9rem / 9 * 8);
  }
  .flex-sp-col9.gap145 > * {
    width: calc(11.1111111111% - 9.0625rem / 9 * 8);
  }
  .flex-sp-col9.gap146 > * {
    width: calc(11.1111111111% - 9.125rem / 9 * 8);
  }
  .flex-sp-col9.gap147 > * {
    width: calc(11.1111111111% - 9.1875rem / 9 * 8);
  }
  .flex-sp-col9.gap148 > * {
    width: calc(11.1111111111% - 9.25rem / 9 * 8);
  }
  .flex-sp-col9.gap149 > * {
    width: calc(11.1111111111% - 9.3125rem / 9 * 8);
  }
  .flex-sp-col9.gap150 > * {
    width: calc(11.1111111111% - 9.375rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp6 > * {
    width: calc(11.1111111111% - 0.4285714286rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp7 > * {
    width: calc(11.1111111111% - 0.5rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp8 > * {
    width: calc(11.1111111111% - 0.5714285714rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp9 > * {
    width: calc(11.1111111111% - 0.6428571429rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp10 > * {
    width: calc(11.1111111111% - 0.7142857143rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp11 > * {
    width: calc(11.1111111111% - 0.7857142857rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp12 > * {
    width: calc(11.1111111111% - 0.8571428571rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp13 > * {
    width: calc(11.1111111111% - 0.9285714286rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp14 > * {
    width: calc(11.1111111111% - 1rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp15 > * {
    width: calc(11.1111111111% - 1.0714285714rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp16 > * {
    width: calc(11.1111111111% - 1.1428571429rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp17 > * {
    width: calc(11.1111111111% - 1.2142857143rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp18 > * {
    width: calc(11.1111111111% - 1.2857142857rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp19 > * {
    width: calc(11.1111111111% - 1.3571428571rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp20 > * {
    width: calc(11.1111111111% - 1.4285714286rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp21 > * {
    width: calc(11.1111111111% - 1.5rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp22 > * {
    width: calc(11.1111111111% - 1.5714285714rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp23 > * {
    width: calc(11.1111111111% - 1.6428571429rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp24 > * {
    width: calc(11.1111111111% - 1.7142857143rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp25 > * {
    width: calc(11.1111111111% - 1.7857142857rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp26 > * {
    width: calc(11.1111111111% - 1.8571428571rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp27 > * {
    width: calc(11.1111111111% - 1.9285714286rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp28 > * {
    width: calc(11.1111111111% - 2rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp29 > * {
    width: calc(11.1111111111% - 2.0714285714rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp30 > * {
    width: calc(11.1111111111% - 2.1428571429rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp31 > * {
    width: calc(11.1111111111% - 2.2142857143rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp32 > * {
    width: calc(11.1111111111% - 2.2857142857rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp33 > * {
    width: calc(11.1111111111% - 2.3571428571rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp34 > * {
    width: calc(11.1111111111% - 2.4285714286rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp35 > * {
    width: calc(11.1111111111% - 2.5rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp36 > * {
    width: calc(11.1111111111% - 2.5714285714rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp37 > * {
    width: calc(11.1111111111% - 2.6428571429rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp38 > * {
    width: calc(11.1111111111% - 2.7142857143rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp39 > * {
    width: calc(11.1111111111% - 2.7857142857rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp40 > * {
    width: calc(11.1111111111% - 2.8571428571rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp41 > * {
    width: calc(11.1111111111% - 2.9285714286rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp42 > * {
    width: calc(11.1111111111% - 3rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp43 > * {
    width: calc(11.1111111111% - 3.0714285714rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp44 > * {
    width: calc(11.1111111111% - 3.1428571429rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp45 > * {
    width: calc(11.1111111111% - 3.2142857143rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp46 > * {
    width: calc(11.1111111111% - 3.2857142857rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp47 > * {
    width: calc(11.1111111111% - 3.3571428571rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp48 > * {
    width: calc(11.1111111111% - 3.4285714286rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp49 > * {
    width: calc(11.1111111111% - 3.5rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp50 > * {
    width: calc(11.1111111111% - 3.5714285714rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp51 > * {
    width: calc(11.1111111111% - 3.6428571429rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp52 > * {
    width: calc(11.1111111111% - 3.7142857143rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp53 > * {
    width: calc(11.1111111111% - 3.7857142857rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp54 > * {
    width: calc(11.1111111111% - 3.8571428571rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp55 > * {
    width: calc(11.1111111111% - 3.9285714286rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp56 > * {
    width: calc(11.1111111111% - 4rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp57 > * {
    width: calc(11.1111111111% - 4.0714285714rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp58 > * {
    width: calc(11.1111111111% - 4.1428571429rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp59 > * {
    width: calc(11.1111111111% - 4.2142857143rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp60 > * {
    width: calc(11.1111111111% - 4.2857142857rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp61 > * {
    width: calc(11.1111111111% - 4.3571428571rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp62 > * {
    width: calc(11.1111111111% - 4.4285714286rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp63 > * {
    width: calc(11.1111111111% - 4.5rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp64 > * {
    width: calc(11.1111111111% - 4.5714285714rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp65 > * {
    width: calc(11.1111111111% - 4.6428571429rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp66 > * {
    width: calc(11.1111111111% - 4.7142857143rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp67 > * {
    width: calc(11.1111111111% - 4.7857142857rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp68 > * {
    width: calc(11.1111111111% - 4.8571428571rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp69 > * {
    width: calc(11.1111111111% - 4.9285714286rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp70 > * {
    width: calc(11.1111111111% - 5rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp71 > * {
    width: calc(11.1111111111% - 5.0714285714rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp72 > * {
    width: calc(11.1111111111% - 5.1428571429rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp73 > * {
    width: calc(11.1111111111% - 5.2142857143rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp74 > * {
    width: calc(11.1111111111% - 5.2857142857rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp75 > * {
    width: calc(11.1111111111% - 5.3571428571rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp76 > * {
    width: calc(11.1111111111% - 5.4285714286rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp77 > * {
    width: calc(11.1111111111% - 5.5rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp78 > * {
    width: calc(11.1111111111% - 5.5714285714rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp79 > * {
    width: calc(11.1111111111% - 5.6428571429rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp80 > * {
    width: calc(11.1111111111% - 5.7142857143rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp81 > * {
    width: calc(11.1111111111% - 5.7857142857rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp82 > * {
    width: calc(11.1111111111% - 5.8571428571rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp83 > * {
    width: calc(11.1111111111% - 5.9285714286rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp84 > * {
    width: calc(11.1111111111% - 6rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp85 > * {
    width: calc(11.1111111111% - 6.0714285714rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp86 > * {
    width: calc(11.1111111111% - 6.1428571429rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp87 > * {
    width: calc(11.1111111111% - 6.2142857143rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp88 > * {
    width: calc(11.1111111111% - 6.2857142857rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp89 > * {
    width: calc(11.1111111111% - 6.3571428571rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp90 > * {
    width: calc(11.1111111111% - 6.4285714286rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp91 > * {
    width: calc(11.1111111111% - 6.5rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp92 > * {
    width: calc(11.1111111111% - 6.5714285714rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp93 > * {
    width: calc(11.1111111111% - 6.6428571429rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp94 > * {
    width: calc(11.1111111111% - 6.7142857143rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp95 > * {
    width: calc(11.1111111111% - 6.7857142857rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp96 > * {
    width: calc(11.1111111111% - 6.8571428571rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp97 > * {
    width: calc(11.1111111111% - 6.9285714286rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp98 > * {
    width: calc(11.1111111111% - 7rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp99 > * {
    width: calc(11.1111111111% - 7.0714285714rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp100 > * {
    width: calc(11.1111111111% - 7.1428571429rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp101 > * {
    width: calc(11.1111111111% - 7.2142857143rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp102 > * {
    width: calc(11.1111111111% - 7.2857142857rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp103 > * {
    width: calc(11.1111111111% - 7.3571428571rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp104 > * {
    width: calc(11.1111111111% - 7.4285714286rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp105 > * {
    width: calc(11.1111111111% - 7.5rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp106 > * {
    width: calc(11.1111111111% - 7.5714285714rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp107 > * {
    width: calc(11.1111111111% - 7.6428571429rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp108 > * {
    width: calc(11.1111111111% - 7.7142857143rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp109 > * {
    width: calc(11.1111111111% - 7.7857142857rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp110 > * {
    width: calc(11.1111111111% - 7.8571428571rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp111 > * {
    width: calc(11.1111111111% - 7.9285714286rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp112 > * {
    width: calc(11.1111111111% - 8rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp113 > * {
    width: calc(11.1111111111% - 8.0714285714rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp114 > * {
    width: calc(11.1111111111% - 8.1428571429rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp115 > * {
    width: calc(11.1111111111% - 8.2142857143rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp116 > * {
    width: calc(11.1111111111% - 8.2857142857rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp117 > * {
    width: calc(11.1111111111% - 8.3571428571rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp118 > * {
    width: calc(11.1111111111% - 8.4285714286rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp119 > * {
    width: calc(11.1111111111% - 8.5rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp120 > * {
    width: calc(11.1111111111% - 8.5714285714rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp121 > * {
    width: calc(11.1111111111% - 8.6428571429rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp122 > * {
    width: calc(11.1111111111% - 8.7142857143rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp123 > * {
    width: calc(11.1111111111% - 8.7857142857rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp124 > * {
    width: calc(11.1111111111% - 8.8571428571rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp125 > * {
    width: calc(11.1111111111% - 8.9285714286rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp126 > * {
    width: calc(11.1111111111% - 9rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp127 > * {
    width: calc(11.1111111111% - 9.0714285714rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp128 > * {
    width: calc(11.1111111111% - 9.1428571429rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp129 > * {
    width: calc(11.1111111111% - 9.2142857143rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp130 > * {
    width: calc(11.1111111111% - 9.2857142857rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp131 > * {
    width: calc(11.1111111111% - 9.3571428571rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp132 > * {
    width: calc(11.1111111111% - 9.4285714286rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp133 > * {
    width: calc(11.1111111111% - 9.5rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp134 > * {
    width: calc(11.1111111111% - 9.5714285714rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp135 > * {
    width: calc(11.1111111111% - 9.6428571429rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp136 > * {
    width: calc(11.1111111111% - 9.7142857143rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp137 > * {
    width: calc(11.1111111111% - 9.7857142857rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp138 > * {
    width: calc(11.1111111111% - 9.8571428571rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp139 > * {
    width: calc(11.1111111111% - 9.9285714286rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp140 > * {
    width: calc(11.1111111111% - 10rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp141 > * {
    width: calc(11.1111111111% - 10.0714285714rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp142 > * {
    width: calc(11.1111111111% - 10.1428571429rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp143 > * {
    width: calc(11.1111111111% - 10.2142857143rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp144 > * {
    width: calc(11.1111111111% - 10.2857142857rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp145 > * {
    width: calc(11.1111111111% - 10.3571428571rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp146 > * {
    width: calc(11.1111111111% - 10.4285714286rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp147 > * {
    width: calc(11.1111111111% - 10.5rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp148 > * {
    width: calc(11.1111111111% - 10.5714285714rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp149 > * {
    width: calc(11.1111111111% - 10.6428571429rem / 9 * 8);
  }
  .flex-sp-col9.gap-sp150 > * {
    width: calc(11.1111111111% - 10.7142857143rem / 9 * 8);
  }
  .flex-sp-block[class*=gap] {
    gap: 1.7142857143rem;
  }
  .flex-sp-block > * {
    width: 100% !important;
  }
}
/* ##############################################################################

    FOOTER

############################################################################## */
/* ranking
**************************************** */
.ranking > .inner {
  display: grid;
  grid-template-columns: 12.5rem minmax(0, 1fr);
  gap: 3.5rem;
}
@media screen and (max-width: 47.9375em) {
  .ranking > .inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.7142857143rem;
  }
}

.ranking--ttlarea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}

.ranking--ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  letter-spacing: 0.0833333333em;
}
.ranking--ttl::before {
  content: "";
  display: block;
  width: 5rem;
  aspect-ratio: 80/100;
  background-image: url(images/common/illust-rank.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.ranking--list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 47.9375em) {
  .ranking--list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5714285714rem;
  }
}

.ranking--list li {
  display: flex;
  justify-content: space-between;
  align-self: center;
  color: var(--clr-text-placeholder);
  width: 100%;
  padding-block: 0.25rem;
  border-bottom: 1px dashed;
}
.ranking--list li .arrow {
  position: relative;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  border: 1px solid;
  transition: var(--transit-default);
}
.ranking--list li .arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  mask-image: url(images/common/icon-arrow.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  transition: var(--transit-default);
}
.ranking--list li:hover, .ranking--list li.active {
  color: var(--clr-text-primary);
  border-color: var(--clr);
}
.ranking--list li:hover .arrow, .ranking--list li.active .arrow {
  border-color: var(--clr);
  background-color: var(--clr);
}
.ranking--list li:hover .arrow::before, .ranking--list li.active .arrow::before {
  background-color: var(--clr-wht);
}

.ranking--posts_wrap {
  display: grid;
  place-content: center;
  padding: 1.5rem 2.5rem 0.75rem;
  background-color: var(--clr-bg-01);
  border-radius: 1rem;
}
@media screen and (max-width: 47.9375em) {
  .ranking--posts_wrap {
    padding: 1.1428571429rem 1.1428571429rem 0.5714285714rem;
  }
}

.ranking--cont > * {
  display: grid;
  place-content: center;
}
@media print, screen and (min-width: 48em) {
  .ranking--cont > * {
    height: 30rem;
  }
}

.ranking--cont .post--img {
  background-color: var(--clr-wht);
}

.ranking--line {
  top: -7.5rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 47.9375em) {
  .ranking--line {
    top: -4.2857142857rem;
    width: 100%;
    overflow: hidden;
  }
}

/* about
**************************************** */
.about {
  z-index: 1;
}

.about--box {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2.5rem;
  gap: 1.5rem;
  border-radius: 1.5rem;
  background-color: var(--clr-bg-01);
}
@media screen and (max-width: 47.9375em) {
  .about--box {
    padding: 1.7142857143rem;
    gap: 1.1428571429rem;
  }
}

.about--ttl {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 47.9375em) {
  .about--ttl {
    justify-content: center;
  }
}
.about--ttl img {
  max-width: 12.5rem;
}
@media screen and (max-width: 47.9375em) {
  .about--ttl img {
    max-width: 7.1428571429rem;
  }
}

.about--ttlarea {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 47.9375em) {
  .about--ttlarea {
    gap: 0.5714285714rem;
  }
}

.about--ttl-sm {
  line-height: 1.6;
}

.about--ttl-deco {
  width: 6.25rem;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--clr);
  font-size: 0.83125rem;
  font-weight: 700;
  line-height: 1.6;
  z-index: 1;
  pointer-events: none;
  transform: rotate(-15deg);
}
@media screen and (max-width: 47.9375em) {
  .about--ttl-deco {
    width: 4.2857142857rem;
    font-size: 0.6428571429rem;
  }
}
.about--ttl-deco::before {
  content: "";
  position: absolute;
  inset: 0;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(images/common/deco-pickup-bg.svg);
  background-color: var(--bg);
  z-index: -1;
  transform: rotate(15deg);
}

.anchor_btn--list.about--list li > * {
  padding: 0.5rem 1rem;
  color: var(--clr-text-secondary);
}

.about--img_text {
  display: grid;
  gap: 2.5rem;
}
@media print, screen and (min-width: 48em) {
  .about--img_text {
    padding-block: 1rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .about--img_text {
    gap: 1.1428571429rem;
  }
}
.about--img_text .btn > * {
  padding-block: 0.5rem;
}

.about--nums {
  position: absolute;
  top: -3rem;
  right: 2.5rem;
  font-size: 9.375rem;
  letter-spacing: -0.01em;
  line-height: 1;
  width: 10.625rem;
  color: var(--clr-wht);
  white-space: nowrap;
  text-shadow: var(--clr-text-placeholder) 1px 0 0, var(--clr-text-placeholder) -1px 0 0, var(--clr-text-placeholder) 0 -1px 0, var(--clr-text-placeholder) 0 1px 0, var(--clr-text-placeholder) 1px 1px 0, var(--clr-text-placeholder) -1px 1px 0, var(--clr-text-placeholder) 1px -1px 0, var(--clr-text-placeholder) -1px -1px 0, var(--clr-text-placeholder) 0.5px 1px 0, var(--clr-text-placeholder) -0.5px 1px 0, var(--clr-text-placeholder) 0.5px -1px 0, var(--clr-text-placeholder) -0.5px -1px 0, var(--clr-text-placeholder) 1px 0.5px 0, var(--clr-text-placeholder) -1px 0.5px 0, var(--clr-text-placeholder) 1px -0.5px 0, var(--clr-text-placeholder) -1px -0.5px 0, var(--clr-text-placeholder) 0.5px 0.5px 0, var(--clr-text-placeholder) -0.5px 0.5px 0, var(--clr-text-placeholder) 0.5px -0.5px 0, var(--clr-text-placeholder) -0.5px -0.5px 0;
}

.about--line {
  top: 7.5rem;
  left: 50%;
  transform: translateX(-50%);
}

.service--img_text {
  grid-template-columns: 35.4375rem minmax(0, 1fr);
}
@media screen and (max-width: 47.9375em) {
  .service--img_text {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media print, screen and (min-width: 48em) {
  .service--txtarea .btn {
    padding-left: 3rem;
  }
}

.service--list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media print, screen and (min-width: 48em) {
  .service--list {
    padding-left: 3rem;
  }
}

.service--ttl {
  padding-bottom: 0.25rem;
  border-bottom: 1px dotted;
  width: fit-content;
}

.service--txt {
  line-height: var(--line-height-hdr);
}

.flow--img_text {
  grid-template-columns: 19.4375rem minmax(0, 1fr);
}
@media screen and (max-width: 47.9375em) {
  .flow--img_text {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.flow--list li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
  height: 12.5rem;
  padding: 1.25rem 0.5rem;
  border-radius: 0.75rem;
  border: 2px solid var(--clr-bg-02);
  background-color: var(--clr-wht);
  z-index: 1;
}

.flow--num {
  position: absolute;
  top: -0.375rem;
  left: 0.625rem;
  letter-spacing: -0.01em;
  line-height: 1;
  color: var(--clr-wht);
  text-shadow: var(--clr-text-placeholder) 1px 0 0, var(--clr-text-placeholder) -1px 0 0, var(--clr-text-placeholder) 0 -1px 0, var(--clr-text-placeholder) 0 1px 0, var(--clr-text-placeholder) 1px 1px 0, var(--clr-text-placeholder) -1px 1px 0, var(--clr-text-placeholder) 1px -1px 0, var(--clr-text-placeholder) -1px -1px 0, var(--clr-text-placeholder) 0.5px 1px 0, var(--clr-text-placeholder) -0.5px 1px 0, var(--clr-text-placeholder) 0.5px -1px 0, var(--clr-text-placeholder) -0.5px -1px 0, var(--clr-text-placeholder) 1px 0.5px 0, var(--clr-text-placeholder) -1px 0.5px 0, var(--clr-text-placeholder) 1px -0.5px 0, var(--clr-text-placeholder) -1px -0.5px 0, var(--clr-text-placeholder) 0.5px 0.5px 0, var(--clr-text-placeholder) -0.5px 0.5px 0, var(--clr-text-placeholder) 0.5px -0.5px 0, var(--clr-text-placeholder) -0.5px -0.5px 0;
  z-index: -1;
}

.advisor--img_text {
  grid-template-columns: 18.125rem minmax(0, 1fr);
}
@media screen and (max-width: 47.9375em) {
  .advisor--img_text {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/* interview
********************************************** */
.interview--cont {
  padding-block: 3.5rem 4.125rem;
  background-image: url(images/common/bg-ptn01.png), linear-gradient(280deg, rgba(48, 85, 232, 0.7) 40.92%, rgba(73, 147, 228, 0.7) 68.08%, rgba(107, 234, 221, 0.7) 100%);
  background-size: 10.375rem, auto;
  background-color: #3AB7FF;
  overflow: hidden;
}
@media screen and (max-width: 47.9375em) {
  .interview--cont {
    padding-block: 2rem 2.2857142857rem;
  }
}

.interview--ttl-sm {
  position: relative;
  padding-inline: 3.4375rem;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 47.9375em) {
  .interview--ttl-sm {
    white-space: nowrap;
  }
}
.interview--ttl-sm::before, .interview--ttl-sm::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1.9375rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: brightness(0) invert(1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.interview--ttl-sm::before {
  left: 0;
  background-image: url(images/common/ttl-deco-lft.svg);
}
.interview--ttl-sm::after {
  right: 0;
  background-image: url(images/common/ttl-deco-rgt.svg);
}

/* cta
********************************************** */
.cta {
  background-color: var(--clr-primary-light);
}

.cta--cont {
  position: relative;
  width: calc(100% - 12.875rem);
  margin-left: auto;
  margin-right: auto;
  border-radius: 2rem;
  box-shadow: 0 0 0 2rem rgba(255, 255, 255, 0.3), 0 0 0 1rem rgba(255, 255, 255, 0.3);
  background-image: url(images/common/cta-bg-lft.png), url(images/common/cta-bg-rgt.png);
  background-size: 35.5rem, 29rem;
  background-repeat: no-repeat;
  background-position: left bottom, right top;
  background-color: var(--clr-wht);
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 47.9375em) {
  .cta--cont {
    width: 86%;
    padding-inline: 1.1428571429rem;
    box-shadow: 0 0 0 1.1428571429rem rgba(255, 255, 255, 0.3), 0 0 0 0.5714285714rem rgba(255, 255, 255, 0.3);
  }
}

.cta--ttl {
  line-height: 1.3;
  color: var(--clr-wht);
  text-shadow: var(--clr-primary-default) 2px 0 0, var(--clr-primary-default) -2px 0 0, var(--clr-primary-default) 0 -2px 0, var(--clr-primary-default) 0 2px 0, var(--clr-primary-default) 2px 2px 0, var(--clr-primary-default) -2px 2px 0, var(--clr-primary-default) 2px -2px 0, var(--clr-primary-default) -2px -2px 0, var(--clr-primary-default) 1px 2px 0, var(--clr-primary-default) -1px 2px 0, var(--clr-primary-default) 1px -2px 0, var(--clr-primary-default) -1px -2px 0, var(--clr-primary-default) 2px 1px 0, var(--clr-primary-default) -2px 1px 0, var(--clr-primary-default) 2px -1px 0, var(--clr-primary-default) -2px -1px 0, var(--clr-primary-default) 1px 1px 0, var(--clr-primary-default) -1px 1px 0, var(--clr-primary-default) 1px -1px 0, var(--clr-primary-default) -1px -1px 0;
}

.cta--ttl-sub {
  display: block;
  color: var(--clr-primary-default);
  text-shadow: none;
}

.cta--txt {
  padding-inline: 3.25rem;
  line-height: 1.6;
}
@media screen and (max-width: 47.9375em) {
  .cta--txt {
    padding-inline: 1.2857142857rem;
  }
}
.cta--txt::before, .cta--txt::after {
  transform: translateY(-1.25rem);
  width: 1.75rem;
}
@media screen and (max-width: 47.9375em) {
  .cta--txt::before, .cta--txt::after {
    transform: translateY(-0.7142857143rem);
    width: 1rem;
  }
}
.cta--txt .free {
  padding: 0.375rem 0.875rem;
  margin-right: 1rem;
}
@media screen and (max-width: 47.9375em) {
  .cta--txt .free {
    margin-right: 0.4285714286rem;
    padding: 0.2857142857rem 0.5714285714rem;
  }
}
.cta--txt .dot {
  background-size: 1em 0.4em;
}

.cta--list {
  max-width: 54.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 48em) {
  .cta--list .btn > * {
    padding: 1rem 3.5rem;
    line-height: 1.8;
    font-weight: 500;
  }
}

.cta--line01 {
  top: 2.875rem;
  right: -1.4375rem;
}
@media screen and (max-width: 47.9375em) {
  .cta--line01 {
    top: 1.6428571429rem;
    right: -0.8571428571rem;
  }
}

.cta--line02 {
  bottom: -2.5rem;
  left: -4.0625rem;
  transform: rotate(18deg);
}
@media screen and (max-width: 47.9375em) {
  .cta--line02 {
    bottom: -1.4285714286rem;
    left: -2.3571428571rem;
  }
}

.cta--img01 {
  position: absolute;
  bottom: 0;
  left: 2.5rem;
  z-index: 1;
}

.cta--img02 {
  position: absolute;
  top: 5rem;
  right: 10.625rem;
  width: 18.5625rem;
  z-index: 1;
}

.footer--logo {
  margin-top: auto;
}

.gnav .footer--logo {
  display: none;
}

.footer--logo img {
  width: auto !important;
  filter: grayscale(100%);
}

/* ---sns_area --- */
.sns_area a {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
}
.sns_area a:hover {
  opacity: 0.7;
}

.sns_area svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: var(--clr-primary-default);
}
.sns_area svg.icon-x {
  width: 1.375rem;
  height: 1.375rem;
}

/* footer_btm
*************************************************** */
@media print, screen and (min-width: 48em) {
  .footer_btm:has(.privacy) > .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

/* ---fnav --- */
@media screen and (max-width: 47.9375em) {
  .fnav--menu {
    justify-content: center;
  }
}

.fnav--link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 1em;
}
@media screen and (max-width: 47.9375em) {
  .fnav--link {
    position: relative;
    padding: 0 0.5em;
  }
}
.fnav--link .icon-new_tab {
  width: 1em;
  aspect-ratio: 20/21;
  margin-left: 0.25em;
  fill: var(--clr-text-secondary);
}

a.fnav--link:hover {
  opacity: 0.7;
}

.fnav--menu .sub-menu {
  font-size: max(13px, 0.9375rem);
  line-height: 1;
  opacity: 0.75;
}

@media screen and (max-width: 47.9375em) {
  .privacy {
    text-align: center;
    margin-bottom: 0.5em;
  }
}

.privacy a:hover {
  opacity: 0.7;
}

.copyright {
  gap: 1.5rem;
  line-height: 1.6;
  color: var(--clr-text-secondary);
}

/* ##############################################################################

    スタンダード用

############################################################################## */
/* footer-simple
*************************************************** */
.footer-simple {
  padding: 0.5rem 0;
}

@media print, screen and (min-width: 48em) {
  .footer-simple:has(.privacy) > .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media print, screen and (min-width: 48em) {
  .footer--cta {
    height: fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .footer--cta .cta_contact {
    margin-bottom: 0;
  }
  .footer--cta .cta_contact a {
    height: 100%;
  }
}

.footer--cta .cta_tel a {
  margin-inline: auto;
  width: 100%;
}
@media screen and (max-width: 47.9375em) {
  .footer--cta .cta_tel a {
    margin-bottom: 2.2857142857rem;
  }
}

/* footer-01
  *************************************************** */
@media print, screen and (min-width: 48em) {
  .footer-01 .inner {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "logo sns_area" "fnav copyright";
  }
}
@media print, screen and (min-width: 48em) {
  .footer-01 .footer--logo {
    grid-area: logo;
    border-bottom: 1px solid var(--clr-mono-06);
  }
}
@media screen and (max-width: 47.9375em) {
  .footer-01 .footer--logo {
    text-align: center;
  }
}
.footer-01 .fnav {
  font-size: max(12px, 0.875rem);
}
@media print, screen and (min-width: 48em) {
  .footer-01 .fnav {
    grid-area: fnav;
  }
}
@media screen and (max-width: 47.9375em) {
  .footer-01 .fnav {
    margin-block: 1.7142857143rem;
    padding-block: 1rem;
    border-block: 1px solid var(--clr-mono-06);
  }
}
.footer-01 .fnav--menu {
  line-height: 1.5;
}
@media print, screen and (min-width: 48em) {
  .footer-01 .fnav--menu {
    margin-inline: -1em;
  }
}
@media screen and (max-width: 47.9375em) {
  .footer-01 .fnav--menu a {
    margin-inline: -0.5em;
  }
}
@media print, screen and (min-width: 48em) {
  .footer-01 .menu-item-has-children,
  .footer-01 .fnav--menu .sub-menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 47.9375em) {
  .footer-01 .fnav--menu .sub-menu {
    margin-left: 1em;
  }
}
@media print, screen and (min-width: 48em) {
  .footer-01 .sns_area {
    grid-area: sns_area;
    border-bottom: 1px solid var(--clr-mono-06);
  }
}
.footer-01 .sns_area ul {
  justify-content: flex-end;
}
@media screen and (max-width: 47.9375em) {
  .footer-01 .sns_area ul {
    justify-content: center;
  }
}
@media print, screen and (min-width: 48em) {
  .footer-01 .copyright {
    grid-area: copyright;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 47.9375em) {
  .footer-01 .copyright {
    justify-content: center;
    flex-direction: row;
    margin-top: 1rem;
  }
}
.footer-01 .copyright small {
  font-size: max(10px, 0.75rem);
}
@media print, screen and (min-width: 48em) {
  .footer-01 .fnav,
  .footer-01 .copyright {
    padding-top: 4rem;
  }
}
@media print, screen and (min-width: 48em) {
  .footer-01 .footer--logo,
  .footer-01 .sns_area {
    padding-bottom: 4rem;
  }
}
.footer-01 .footer--cta,
.footer-01 .footer--address {
  font-size: max(11px, 0.8125rem);
  line-height: 1.5;
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 48em) {
  .footer-01 .footer--cta,
  .footer-01 .footer--address {
    padding-top: 1.5rem;
    border-top: 1px solid var(--clr-mono-06);
  }
}

/* footer-02
  *************************************************** */
.footer-02 .footer--logo {
  margin-bottom: 4rem;
  text-align: center;
}
.footer-02 .footer--address {
  margin-bottom: 3rem;
  font-size: max(13px, 0.9375rem);
  text-align: center;
}
@media screen and (max-width: 47.9375em) {
  .footer-02 .footer--address {
    margin-bottom: 0.875rem;
  }
}
.footer-02 .fnav {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  .footer-02 .fnav {
    margin-bottom: 1rem;
  }
}
.footer-02 .footer--cta {
  margin-bottom: 3rem;
}
.footer-02 .footer--cta a {
  margin-inline: auto;
  text-align: center;
}
.footer-02 .fnav--menu {
  justify-content: center;
  line-height: 1;
}
@media print, screen and (min-width: 48em) {
  .footer-02 .fnav--menu {
    gap: 1em 0;
  }
}
@media print, screen and (min-width: 48em) {
  .footer-02 .fnav--menu > li:not(:last-child) {
    border-right: 1px solid;
  }
}
.footer-02 .fnav--menu a {
  padding: 1em;
}
@media print, screen and (min-width: 48em) {
  .footer-02 .fnav--menu a {
    margin-block: -1em;
  }
}
@media screen and (max-width: 47.9375em) {
  .footer-02 .fnav--menu a {
    margin-inline: -1em;
  }
}
.footer-02 .sns_area ul {
  justify-content: center;
}
.footer-02 .copyright {
  justify-content: center;
  margin-top: 1rem;
}

/* footer-03
  *************************************************** */
.footer-03 .inner {
  display: grid;
}
@media print, screen and (min-width: 48em) {
  .footer-03 .inner {
    grid-template-columns: 19.375rem 19.375rem 1fr;
    grid-template-areas: "logo sns_area map" "address address map" "cta_cmt cta_cmt map" "cta cta map" "fnav fnav map" "copyright copyright map";
  }
}
@media screen and (max-width: 47.9375em) {
  .footer-03 .inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-template-areas: "logo" "cta_cmt" "cta" "fnav" "address" "map" "sns_area" "copyright";
  }
}
.footer-03 .footer--logo {
  margin-bottom: 1.5rem;
  grid-area: logo;
}
@media screen and (max-width: 47.9375em) {
  .footer-03 .footer--logo {
    text-align: center;
  }
}
.footer-03 .footer--cta {
  margin-bottom: 1.5rem;
  grid-area: cta;
}
@media screen and (max-width: 47.9375em) {
  .footer-03 .footer--cta {
    align-items: center;
    justify-content: center;
  }
}
.footer-03 .fnav {
  margin-bottom: 1.5rem;
  grid-area: fnav;
}
@media print, screen and (min-width: 48em) {
  .footer-03 .fnav--menu {
    margin-inline: -1em;
    gap: 1rem;
  }
}
.footer-03 .cta {
  grid-area: cta;
}
.footer-03 .copyright {
  grid-area: copyright;
}
.footer-03 .sns_area {
  grid-area: sns_area;
}
@media screen and (max-width: 47.9375em) {
  .footer-03 .sns_area {
    margin-bottom: 2.2857142857rem;
    margin-top: 1rem;
  }
}
.footer-03 .sns_area ul {
  justify-content: flex-end;
}
@media screen and (max-width: 47.9375em) {
  .footer-03 .sns_area ul {
    justify-content: center;
  }
}
.footer-03 .copyright {
  justify-content: flex-start;
}
.footer-03 .footer--address {
  font-size: max(11px, 0.8125rem);
  line-height: 1.5;
  opacity: 0.5;
  grid-area: address;
}
@media screen and (max-width: 47.9375em) {
  .footer-03 .footer--address {
    margin-bottom: 1rem;
  }
}
.footer-03 .cta_comment {
  grid-area: cta_cmt;
}
.footer-03 .fmap {
  grid-area: map;
}
@media print, screen and (min-width: 48em) {
  .footer-03 .fmap {
    margin-left: auto;
  }
}
@media screen and (max-width: 47.9375em) {
  .footer-03 .fmap iframe {
    height: 17.1428571429rem;
    width: 100%;
  }
}
.footer-03 .fnav--menu a {
  display: block;
  padding: 0.5em 1em;
}
.footer-03 .fnav--menu a:hover {
  opacity: 0.7;
}
@media print, screen and (min-width: 48em) {
  .footer-03 .fnav--menu a {
    position: relative;
    padding: 0.5em 0.5em 0.5em 1.5em;
  }
  .footer-03 .fnav--menu a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0.4285714286rem;
    height: 0.4285714286rem;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
  }
}

[class*=grid-] {
  display: grid;
}

.grid-col1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-auto-col1 {
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
}
.grid-auto-col1.gap4, .grid-auto-col1.column-gap4 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.25rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap5, .grid-auto-col1.column-gap5 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.3125rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap6, .grid-auto-col1.column-gap6 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.375rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap7, .grid-auto-col1.column-gap7 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.4375rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap8, .grid-auto-col1.column-gap8 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.5rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap9, .grid-auto-col1.column-gap9 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.5625rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap10, .grid-auto-col1.column-gap10 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.625rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap11, .grid-auto-col1.column-gap11 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.6875rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap12, .grid-auto-col1.column-gap12 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.75rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap13, .grid-auto-col1.column-gap13 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.8125rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap14, .grid-auto-col1.column-gap14 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.875rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap15, .grid-auto-col1.column-gap15 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.9375rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap16, .grid-auto-col1.column-gap16 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap17, .grid-auto-col1.column-gap17 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.0625rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap18, .grid-auto-col1.column-gap18 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.125rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap19, .grid-auto-col1.column-gap19 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.1875rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap20, .grid-auto-col1.column-gap20 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.25rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap21, .grid-auto-col1.column-gap21 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.3125rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap22, .grid-auto-col1.column-gap22 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.375rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap23, .grid-auto-col1.column-gap23 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.4375rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap24, .grid-auto-col1.column-gap24 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.5rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap25, .grid-auto-col1.column-gap25 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.5625rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap26, .grid-auto-col1.column-gap26 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.625rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap27, .grid-auto-col1.column-gap27 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.6875rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap28, .grid-auto-col1.column-gap28 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.75rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap29, .grid-auto-col1.column-gap29 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.8125rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap30, .grid-auto-col1.column-gap30 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.875rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap31, .grid-auto-col1.column-gap31 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.9375rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap32, .grid-auto-col1.column-gap32 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap33, .grid-auto-col1.column-gap33 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.0625rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap34, .grid-auto-col1.column-gap34 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.125rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap35, .grid-auto-col1.column-gap35 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.1875rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap36, .grid-auto-col1.column-gap36 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.25rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap37, .grid-auto-col1.column-gap37 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.3125rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap38, .grid-auto-col1.column-gap38 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.375rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap39, .grid-auto-col1.column-gap39 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.4375rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap40, .grid-auto-col1.column-gap40 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.5rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap41, .grid-auto-col1.column-gap41 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.5625rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap42, .grid-auto-col1.column-gap42 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.625rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap43, .grid-auto-col1.column-gap43 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.6875rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap44, .grid-auto-col1.column-gap44 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.75rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap45, .grid-auto-col1.column-gap45 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.8125rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap46, .grid-auto-col1.column-gap46 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.875rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap47, .grid-auto-col1.column-gap47 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.9375rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap48, .grid-auto-col1.column-gap48 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap49, .grid-auto-col1.column-gap49 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.0625rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap50, .grid-auto-col1.column-gap50 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.125rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap51, .grid-auto-col1.column-gap51 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.1875rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap52, .grid-auto-col1.column-gap52 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.25rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap53, .grid-auto-col1.column-gap53 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.3125rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap54, .grid-auto-col1.column-gap54 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.375rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap55, .grid-auto-col1.column-gap55 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.4375rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap56, .grid-auto-col1.column-gap56 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.5rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap57, .grid-auto-col1.column-gap57 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.5625rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap58, .grid-auto-col1.column-gap58 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.625rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap59, .grid-auto-col1.column-gap59 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.6875rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap60, .grid-auto-col1.column-gap60 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.75rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap61, .grid-auto-col1.column-gap61 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.8125rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap62, .grid-auto-col1.column-gap62 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.875rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap63, .grid-auto-col1.column-gap63 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.9375rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap64, .grid-auto-col1.column-gap64 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap65, .grid-auto-col1.column-gap65 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.0625rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap66, .grid-auto-col1.column-gap66 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.125rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap67, .grid-auto-col1.column-gap67 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.1875rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap68, .grid-auto-col1.column-gap68 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.25rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap69, .grid-auto-col1.column-gap69 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.3125rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap70, .grid-auto-col1.column-gap70 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.375rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap71, .grid-auto-col1.column-gap71 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.4375rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap72, .grid-auto-col1.column-gap72 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.5rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap73, .grid-auto-col1.column-gap73 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.5625rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap74, .grid-auto-col1.column-gap74 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.625rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap75, .grid-auto-col1.column-gap75 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.6875rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap76, .grid-auto-col1.column-gap76 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.75rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap77, .grid-auto-col1.column-gap77 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.8125rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap78, .grid-auto-col1.column-gap78 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.875rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap79, .grid-auto-col1.column-gap79 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.9375rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap80, .grid-auto-col1.column-gap80 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap81, .grid-auto-col1.column-gap81 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.0625rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap82, .grid-auto-col1.column-gap82 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.125rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap83, .grid-auto-col1.column-gap83 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.1875rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap84, .grid-auto-col1.column-gap84 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.25rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap85, .grid-auto-col1.column-gap85 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.3125rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap86, .grid-auto-col1.column-gap86 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.375rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap87, .grid-auto-col1.column-gap87 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.4375rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap88, .grid-auto-col1.column-gap88 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.5rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap89, .grid-auto-col1.column-gap89 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.5625rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap90, .grid-auto-col1.column-gap90 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.625rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap91, .grid-auto-col1.column-gap91 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.6875rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap92, .grid-auto-col1.column-gap92 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.75rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap93, .grid-auto-col1.column-gap93 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.8125rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap94, .grid-auto-col1.column-gap94 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.875rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap95, .grid-auto-col1.column-gap95 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.9375rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap96, .grid-auto-col1.column-gap96 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap97, .grid-auto-col1.column-gap97 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.0625rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap98, .grid-auto-col1.column-gap98 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.125rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap99, .grid-auto-col1.column-gap99 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.1875rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap100, .grid-auto-col1.column-gap100 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.25rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap101, .grid-auto-col1.column-gap101 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.3125rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap102, .grid-auto-col1.column-gap102 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.375rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap103, .grid-auto-col1.column-gap103 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.4375rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap104, .grid-auto-col1.column-gap104 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.5rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap105, .grid-auto-col1.column-gap105 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.5625rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap106, .grid-auto-col1.column-gap106 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.625rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap107, .grid-auto-col1.column-gap107 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.6875rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap108, .grid-auto-col1.column-gap108 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.75rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap109, .grid-auto-col1.column-gap109 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.8125rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap110, .grid-auto-col1.column-gap110 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.875rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap111, .grid-auto-col1.column-gap111 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.9375rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap112, .grid-auto-col1.column-gap112 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap113, .grid-auto-col1.column-gap113 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.0625rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap114, .grid-auto-col1.column-gap114 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.125rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap115, .grid-auto-col1.column-gap115 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.1875rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap116, .grid-auto-col1.column-gap116 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.25rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap117, .grid-auto-col1.column-gap117 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.3125rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap118, .grid-auto-col1.column-gap118 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.375rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap119, .grid-auto-col1.column-gap119 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.4375rem * 0) / 1), 1fr));
}
.grid-auto-col1.gap120, .grid-auto-col1.column-gap120 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.5rem * 0) / 1), 1fr));
}

.grid-col2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-auto-col2 {
  grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
}
.grid-auto-col2.gap4, .grid-auto-col2.column-gap4 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.25rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap5, .grid-auto-col2.column-gap5 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.3125rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap6, .grid-auto-col2.column-gap6 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.375rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap7, .grid-auto-col2.column-gap7 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.4375rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap8, .grid-auto-col2.column-gap8 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.5rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap9, .grid-auto-col2.column-gap9 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.5625rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap10, .grid-auto-col2.column-gap10 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.625rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap11, .grid-auto-col2.column-gap11 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.6875rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap12, .grid-auto-col2.column-gap12 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.75rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap13, .grid-auto-col2.column-gap13 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.8125rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap14, .grid-auto-col2.column-gap14 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.875rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap15, .grid-auto-col2.column-gap15 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.9375rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap16, .grid-auto-col2.column-gap16 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap17, .grid-auto-col2.column-gap17 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.0625rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap18, .grid-auto-col2.column-gap18 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.125rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap19, .grid-auto-col2.column-gap19 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.1875rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap20, .grid-auto-col2.column-gap20 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.25rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap21, .grid-auto-col2.column-gap21 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.3125rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap22, .grid-auto-col2.column-gap22 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.375rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap23, .grid-auto-col2.column-gap23 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.4375rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap24, .grid-auto-col2.column-gap24 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.5rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap25, .grid-auto-col2.column-gap25 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.5625rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap26, .grid-auto-col2.column-gap26 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.625rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap27, .grid-auto-col2.column-gap27 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.6875rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap28, .grid-auto-col2.column-gap28 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.75rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap29, .grid-auto-col2.column-gap29 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.8125rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap30, .grid-auto-col2.column-gap30 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.875rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap31, .grid-auto-col2.column-gap31 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.9375rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap32, .grid-auto-col2.column-gap32 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap33, .grid-auto-col2.column-gap33 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.0625rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap34, .grid-auto-col2.column-gap34 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.125rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap35, .grid-auto-col2.column-gap35 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.1875rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap36, .grid-auto-col2.column-gap36 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.25rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap37, .grid-auto-col2.column-gap37 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.3125rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap38, .grid-auto-col2.column-gap38 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.375rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap39, .grid-auto-col2.column-gap39 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.4375rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap40, .grid-auto-col2.column-gap40 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.5rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap41, .grid-auto-col2.column-gap41 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.5625rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap42, .grid-auto-col2.column-gap42 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.625rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap43, .grid-auto-col2.column-gap43 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.6875rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap44, .grid-auto-col2.column-gap44 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.75rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap45, .grid-auto-col2.column-gap45 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.8125rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap46, .grid-auto-col2.column-gap46 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.875rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap47, .grid-auto-col2.column-gap47 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.9375rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap48, .grid-auto-col2.column-gap48 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap49, .grid-auto-col2.column-gap49 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.0625rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap50, .grid-auto-col2.column-gap50 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.125rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap51, .grid-auto-col2.column-gap51 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.1875rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap52, .grid-auto-col2.column-gap52 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.25rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap53, .grid-auto-col2.column-gap53 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.3125rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap54, .grid-auto-col2.column-gap54 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.375rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap55, .grid-auto-col2.column-gap55 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.4375rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap56, .grid-auto-col2.column-gap56 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.5rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap57, .grid-auto-col2.column-gap57 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.5625rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap58, .grid-auto-col2.column-gap58 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.625rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap59, .grid-auto-col2.column-gap59 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.6875rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap60, .grid-auto-col2.column-gap60 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.75rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap61, .grid-auto-col2.column-gap61 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.8125rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap62, .grid-auto-col2.column-gap62 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.875rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap63, .grid-auto-col2.column-gap63 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.9375rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap64, .grid-auto-col2.column-gap64 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap65, .grid-auto-col2.column-gap65 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.0625rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap66, .grid-auto-col2.column-gap66 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.125rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap67, .grid-auto-col2.column-gap67 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.1875rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap68, .grid-auto-col2.column-gap68 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.25rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap69, .grid-auto-col2.column-gap69 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.3125rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap70, .grid-auto-col2.column-gap70 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.375rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap71, .grid-auto-col2.column-gap71 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.4375rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap72, .grid-auto-col2.column-gap72 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.5rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap73, .grid-auto-col2.column-gap73 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.5625rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap74, .grid-auto-col2.column-gap74 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.625rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap75, .grid-auto-col2.column-gap75 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.6875rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap76, .grid-auto-col2.column-gap76 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.75rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap77, .grid-auto-col2.column-gap77 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.8125rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap78, .grid-auto-col2.column-gap78 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.875rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap79, .grid-auto-col2.column-gap79 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.9375rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap80, .grid-auto-col2.column-gap80 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap81, .grid-auto-col2.column-gap81 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.0625rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap82, .grid-auto-col2.column-gap82 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.125rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap83, .grid-auto-col2.column-gap83 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.1875rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap84, .grid-auto-col2.column-gap84 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.25rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap85, .grid-auto-col2.column-gap85 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.3125rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap86, .grid-auto-col2.column-gap86 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.375rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap87, .grid-auto-col2.column-gap87 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.4375rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap88, .grid-auto-col2.column-gap88 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.5rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap89, .grid-auto-col2.column-gap89 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.5625rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap90, .grid-auto-col2.column-gap90 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.625rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap91, .grid-auto-col2.column-gap91 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.6875rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap92, .grid-auto-col2.column-gap92 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.75rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap93, .grid-auto-col2.column-gap93 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.8125rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap94, .grid-auto-col2.column-gap94 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.875rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap95, .grid-auto-col2.column-gap95 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.9375rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap96, .grid-auto-col2.column-gap96 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap97, .grid-auto-col2.column-gap97 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.0625rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap98, .grid-auto-col2.column-gap98 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.125rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap99, .grid-auto-col2.column-gap99 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.1875rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap100, .grid-auto-col2.column-gap100 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.25rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap101, .grid-auto-col2.column-gap101 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.3125rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap102, .grid-auto-col2.column-gap102 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.375rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap103, .grid-auto-col2.column-gap103 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.4375rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap104, .grid-auto-col2.column-gap104 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.5rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap105, .grid-auto-col2.column-gap105 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.5625rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap106, .grid-auto-col2.column-gap106 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.625rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap107, .grid-auto-col2.column-gap107 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.6875rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap108, .grid-auto-col2.column-gap108 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.75rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap109, .grid-auto-col2.column-gap109 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.8125rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap110, .grid-auto-col2.column-gap110 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.875rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap111, .grid-auto-col2.column-gap111 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.9375rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap112, .grid-auto-col2.column-gap112 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap113, .grid-auto-col2.column-gap113 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.0625rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap114, .grid-auto-col2.column-gap114 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.125rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap115, .grid-auto-col2.column-gap115 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.1875rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap116, .grid-auto-col2.column-gap116 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.25rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap117, .grid-auto-col2.column-gap117 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.3125rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap118, .grid-auto-col2.column-gap118 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.375rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap119, .grid-auto-col2.column-gap119 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.4375rem * 1) / 2), 1fr));
}
.grid-auto-col2.gap120, .grid-auto-col2.column-gap120 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.5rem * 1) / 2), 1fr));
}

.grid-col3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-auto-col3 {
  grid-template-columns: repeat(auto-fit, minmax(33.3333333333%, 1fr));
}
.grid-auto-col3.gap4, .grid-auto-col3.column-gap4 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.25rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap5, .grid-auto-col3.column-gap5 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.3125rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap6, .grid-auto-col3.column-gap6 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.375rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap7, .grid-auto-col3.column-gap7 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.4375rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap8, .grid-auto-col3.column-gap8 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.5rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap9, .grid-auto-col3.column-gap9 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.5625rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap10, .grid-auto-col3.column-gap10 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.625rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap11, .grid-auto-col3.column-gap11 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.6875rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap12, .grid-auto-col3.column-gap12 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.75rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap13, .grid-auto-col3.column-gap13 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.8125rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap14, .grid-auto-col3.column-gap14 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.875rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap15, .grid-auto-col3.column-gap15 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.9375rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap16, .grid-auto-col3.column-gap16 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap17, .grid-auto-col3.column-gap17 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.0625rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap18, .grid-auto-col3.column-gap18 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.125rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap19, .grid-auto-col3.column-gap19 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.1875rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap20, .grid-auto-col3.column-gap20 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.25rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap21, .grid-auto-col3.column-gap21 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.3125rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap22, .grid-auto-col3.column-gap22 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.375rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap23, .grid-auto-col3.column-gap23 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.4375rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap24, .grid-auto-col3.column-gap24 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.5rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap25, .grid-auto-col3.column-gap25 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.5625rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap26, .grid-auto-col3.column-gap26 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.625rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap27, .grid-auto-col3.column-gap27 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.6875rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap28, .grid-auto-col3.column-gap28 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.75rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap29, .grid-auto-col3.column-gap29 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.8125rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap30, .grid-auto-col3.column-gap30 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.875rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap31, .grid-auto-col3.column-gap31 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.9375rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap32, .grid-auto-col3.column-gap32 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap33, .grid-auto-col3.column-gap33 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.0625rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap34, .grid-auto-col3.column-gap34 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.125rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap35, .grid-auto-col3.column-gap35 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.1875rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap36, .grid-auto-col3.column-gap36 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.25rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap37, .grid-auto-col3.column-gap37 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.3125rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap38, .grid-auto-col3.column-gap38 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.375rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap39, .grid-auto-col3.column-gap39 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.4375rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap40, .grid-auto-col3.column-gap40 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.5rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap41, .grid-auto-col3.column-gap41 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.5625rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap42, .grid-auto-col3.column-gap42 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.625rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap43, .grid-auto-col3.column-gap43 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.6875rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap44, .grid-auto-col3.column-gap44 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.75rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap45, .grid-auto-col3.column-gap45 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.8125rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap46, .grid-auto-col3.column-gap46 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.875rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap47, .grid-auto-col3.column-gap47 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.9375rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap48, .grid-auto-col3.column-gap48 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap49, .grid-auto-col3.column-gap49 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.0625rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap50, .grid-auto-col3.column-gap50 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.125rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap51, .grid-auto-col3.column-gap51 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.1875rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap52, .grid-auto-col3.column-gap52 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.25rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap53, .grid-auto-col3.column-gap53 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.3125rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap54, .grid-auto-col3.column-gap54 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.375rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap55, .grid-auto-col3.column-gap55 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.4375rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap56, .grid-auto-col3.column-gap56 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.5rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap57, .grid-auto-col3.column-gap57 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.5625rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap58, .grid-auto-col3.column-gap58 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.625rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap59, .grid-auto-col3.column-gap59 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.6875rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap60, .grid-auto-col3.column-gap60 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.75rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap61, .grid-auto-col3.column-gap61 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.8125rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap62, .grid-auto-col3.column-gap62 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.875rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap63, .grid-auto-col3.column-gap63 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.9375rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap64, .grid-auto-col3.column-gap64 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap65, .grid-auto-col3.column-gap65 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.0625rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap66, .grid-auto-col3.column-gap66 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.125rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap67, .grid-auto-col3.column-gap67 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.1875rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap68, .grid-auto-col3.column-gap68 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.25rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap69, .grid-auto-col3.column-gap69 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.3125rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap70, .grid-auto-col3.column-gap70 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.375rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap71, .grid-auto-col3.column-gap71 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.4375rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap72, .grid-auto-col3.column-gap72 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.5rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap73, .grid-auto-col3.column-gap73 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.5625rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap74, .grid-auto-col3.column-gap74 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.625rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap75, .grid-auto-col3.column-gap75 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.6875rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap76, .grid-auto-col3.column-gap76 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.75rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap77, .grid-auto-col3.column-gap77 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.8125rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap78, .grid-auto-col3.column-gap78 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.875rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap79, .grid-auto-col3.column-gap79 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.9375rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap80, .grid-auto-col3.column-gap80 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap81, .grid-auto-col3.column-gap81 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.0625rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap82, .grid-auto-col3.column-gap82 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.125rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap83, .grid-auto-col3.column-gap83 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.1875rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap84, .grid-auto-col3.column-gap84 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.25rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap85, .grid-auto-col3.column-gap85 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.3125rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap86, .grid-auto-col3.column-gap86 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.375rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap87, .grid-auto-col3.column-gap87 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.4375rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap88, .grid-auto-col3.column-gap88 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.5rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap89, .grid-auto-col3.column-gap89 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.5625rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap90, .grid-auto-col3.column-gap90 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.625rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap91, .grid-auto-col3.column-gap91 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.6875rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap92, .grid-auto-col3.column-gap92 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.75rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap93, .grid-auto-col3.column-gap93 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.8125rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap94, .grid-auto-col3.column-gap94 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.875rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap95, .grid-auto-col3.column-gap95 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.9375rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap96, .grid-auto-col3.column-gap96 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap97, .grid-auto-col3.column-gap97 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.0625rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap98, .grid-auto-col3.column-gap98 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.125rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap99, .grid-auto-col3.column-gap99 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.1875rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap100, .grid-auto-col3.column-gap100 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.25rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap101, .grid-auto-col3.column-gap101 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.3125rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap102, .grid-auto-col3.column-gap102 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.375rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap103, .grid-auto-col3.column-gap103 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.4375rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap104, .grid-auto-col3.column-gap104 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.5rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap105, .grid-auto-col3.column-gap105 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.5625rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap106, .grid-auto-col3.column-gap106 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.625rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap107, .grid-auto-col3.column-gap107 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.6875rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap108, .grid-auto-col3.column-gap108 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.75rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap109, .grid-auto-col3.column-gap109 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.8125rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap110, .grid-auto-col3.column-gap110 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.875rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap111, .grid-auto-col3.column-gap111 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.9375rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap112, .grid-auto-col3.column-gap112 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap113, .grid-auto-col3.column-gap113 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.0625rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap114, .grid-auto-col3.column-gap114 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.125rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap115, .grid-auto-col3.column-gap115 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.1875rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap116, .grid-auto-col3.column-gap116 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.25rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap117, .grid-auto-col3.column-gap117 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.3125rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap118, .grid-auto-col3.column-gap118 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.375rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap119, .grid-auto-col3.column-gap119 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.4375rem * 2) / 3), 1fr));
}
.grid-auto-col3.gap120, .grid-auto-col3.column-gap120 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.5rem * 2) / 3), 1fr));
}

.grid-col4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-auto-col4 {
  grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
}
.grid-auto-col4.gap4, .grid-auto-col4.column-gap4 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.25rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap5, .grid-auto-col4.column-gap5 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.3125rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap6, .grid-auto-col4.column-gap6 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.375rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap7, .grid-auto-col4.column-gap7 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.4375rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap8, .grid-auto-col4.column-gap8 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.5rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap9, .grid-auto-col4.column-gap9 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.5625rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap10, .grid-auto-col4.column-gap10 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.625rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap11, .grid-auto-col4.column-gap11 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.6875rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap12, .grid-auto-col4.column-gap12 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.75rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap13, .grid-auto-col4.column-gap13 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.8125rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap14, .grid-auto-col4.column-gap14 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.875rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap15, .grid-auto-col4.column-gap15 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.9375rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap16, .grid-auto-col4.column-gap16 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap17, .grid-auto-col4.column-gap17 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.0625rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap18, .grid-auto-col4.column-gap18 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.125rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap19, .grid-auto-col4.column-gap19 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.1875rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap20, .grid-auto-col4.column-gap20 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.25rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap21, .grid-auto-col4.column-gap21 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.3125rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap22, .grid-auto-col4.column-gap22 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.375rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap23, .grid-auto-col4.column-gap23 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.4375rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap24, .grid-auto-col4.column-gap24 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.5rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap25, .grid-auto-col4.column-gap25 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.5625rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap26, .grid-auto-col4.column-gap26 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.625rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap27, .grid-auto-col4.column-gap27 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.6875rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap28, .grid-auto-col4.column-gap28 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.75rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap29, .grid-auto-col4.column-gap29 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.8125rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap30, .grid-auto-col4.column-gap30 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.875rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap31, .grid-auto-col4.column-gap31 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.9375rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap32, .grid-auto-col4.column-gap32 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap33, .grid-auto-col4.column-gap33 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.0625rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap34, .grid-auto-col4.column-gap34 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.125rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap35, .grid-auto-col4.column-gap35 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.1875rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap36, .grid-auto-col4.column-gap36 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.25rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap37, .grid-auto-col4.column-gap37 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.3125rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap38, .grid-auto-col4.column-gap38 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.375rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap39, .grid-auto-col4.column-gap39 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.4375rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap40, .grid-auto-col4.column-gap40 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.5rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap41, .grid-auto-col4.column-gap41 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.5625rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap42, .grid-auto-col4.column-gap42 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.625rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap43, .grid-auto-col4.column-gap43 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.6875rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap44, .grid-auto-col4.column-gap44 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.75rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap45, .grid-auto-col4.column-gap45 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.8125rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap46, .grid-auto-col4.column-gap46 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.875rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap47, .grid-auto-col4.column-gap47 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.9375rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap48, .grid-auto-col4.column-gap48 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap49, .grid-auto-col4.column-gap49 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.0625rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap50, .grid-auto-col4.column-gap50 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.125rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap51, .grid-auto-col4.column-gap51 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.1875rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap52, .grid-auto-col4.column-gap52 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.25rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap53, .grid-auto-col4.column-gap53 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.3125rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap54, .grid-auto-col4.column-gap54 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.375rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap55, .grid-auto-col4.column-gap55 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.4375rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap56, .grid-auto-col4.column-gap56 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.5rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap57, .grid-auto-col4.column-gap57 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.5625rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap58, .grid-auto-col4.column-gap58 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.625rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap59, .grid-auto-col4.column-gap59 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.6875rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap60, .grid-auto-col4.column-gap60 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.75rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap61, .grid-auto-col4.column-gap61 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.8125rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap62, .grid-auto-col4.column-gap62 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.875rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap63, .grid-auto-col4.column-gap63 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.9375rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap64, .grid-auto-col4.column-gap64 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap65, .grid-auto-col4.column-gap65 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.0625rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap66, .grid-auto-col4.column-gap66 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.125rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap67, .grid-auto-col4.column-gap67 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.1875rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap68, .grid-auto-col4.column-gap68 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.25rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap69, .grid-auto-col4.column-gap69 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.3125rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap70, .grid-auto-col4.column-gap70 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.375rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap71, .grid-auto-col4.column-gap71 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.4375rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap72, .grid-auto-col4.column-gap72 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.5rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap73, .grid-auto-col4.column-gap73 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.5625rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap74, .grid-auto-col4.column-gap74 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.625rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap75, .grid-auto-col4.column-gap75 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.6875rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap76, .grid-auto-col4.column-gap76 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.75rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap77, .grid-auto-col4.column-gap77 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.8125rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap78, .grid-auto-col4.column-gap78 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.875rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap79, .grid-auto-col4.column-gap79 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.9375rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap80, .grid-auto-col4.column-gap80 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap81, .grid-auto-col4.column-gap81 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.0625rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap82, .grid-auto-col4.column-gap82 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.125rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap83, .grid-auto-col4.column-gap83 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.1875rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap84, .grid-auto-col4.column-gap84 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.25rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap85, .grid-auto-col4.column-gap85 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.3125rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap86, .grid-auto-col4.column-gap86 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.375rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap87, .grid-auto-col4.column-gap87 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.4375rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap88, .grid-auto-col4.column-gap88 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.5rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap89, .grid-auto-col4.column-gap89 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.5625rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap90, .grid-auto-col4.column-gap90 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.625rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap91, .grid-auto-col4.column-gap91 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.6875rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap92, .grid-auto-col4.column-gap92 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.75rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap93, .grid-auto-col4.column-gap93 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.8125rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap94, .grid-auto-col4.column-gap94 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.875rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap95, .grid-auto-col4.column-gap95 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.9375rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap96, .grid-auto-col4.column-gap96 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap97, .grid-auto-col4.column-gap97 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.0625rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap98, .grid-auto-col4.column-gap98 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.125rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap99, .grid-auto-col4.column-gap99 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.1875rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap100, .grid-auto-col4.column-gap100 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.25rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap101, .grid-auto-col4.column-gap101 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.3125rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap102, .grid-auto-col4.column-gap102 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.375rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap103, .grid-auto-col4.column-gap103 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.4375rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap104, .grid-auto-col4.column-gap104 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.5rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap105, .grid-auto-col4.column-gap105 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.5625rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap106, .grid-auto-col4.column-gap106 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.625rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap107, .grid-auto-col4.column-gap107 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.6875rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap108, .grid-auto-col4.column-gap108 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.75rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap109, .grid-auto-col4.column-gap109 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.8125rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap110, .grid-auto-col4.column-gap110 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.875rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap111, .grid-auto-col4.column-gap111 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.9375rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap112, .grid-auto-col4.column-gap112 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap113, .grid-auto-col4.column-gap113 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.0625rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap114, .grid-auto-col4.column-gap114 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.125rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap115, .grid-auto-col4.column-gap115 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.1875rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap116, .grid-auto-col4.column-gap116 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.25rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap117, .grid-auto-col4.column-gap117 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.3125rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap118, .grid-auto-col4.column-gap118 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.375rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap119, .grid-auto-col4.column-gap119 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.4375rem * 3) / 4), 1fr));
}
.grid-auto-col4.gap120, .grid-auto-col4.column-gap120 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.5rem * 3) / 4), 1fr));
}

.grid-col5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-auto-col5 {
  grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
}
.grid-auto-col5.gap4, .grid-auto-col5.column-gap4 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.25rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap5, .grid-auto-col5.column-gap5 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.3125rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap6, .grid-auto-col5.column-gap6 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.375rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap7, .grid-auto-col5.column-gap7 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.4375rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap8, .grid-auto-col5.column-gap8 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.5rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap9, .grid-auto-col5.column-gap9 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.5625rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap10, .grid-auto-col5.column-gap10 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.625rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap11, .grid-auto-col5.column-gap11 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.6875rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap12, .grid-auto-col5.column-gap12 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.75rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap13, .grid-auto-col5.column-gap13 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.8125rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap14, .grid-auto-col5.column-gap14 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.875rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap15, .grid-auto-col5.column-gap15 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.9375rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap16, .grid-auto-col5.column-gap16 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap17, .grid-auto-col5.column-gap17 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.0625rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap18, .grid-auto-col5.column-gap18 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.125rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap19, .grid-auto-col5.column-gap19 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.1875rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap20, .grid-auto-col5.column-gap20 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.25rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap21, .grid-auto-col5.column-gap21 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.3125rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap22, .grid-auto-col5.column-gap22 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.375rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap23, .grid-auto-col5.column-gap23 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.4375rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap24, .grid-auto-col5.column-gap24 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.5rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap25, .grid-auto-col5.column-gap25 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.5625rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap26, .grid-auto-col5.column-gap26 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.625rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap27, .grid-auto-col5.column-gap27 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.6875rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap28, .grid-auto-col5.column-gap28 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.75rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap29, .grid-auto-col5.column-gap29 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.8125rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap30, .grid-auto-col5.column-gap30 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.875rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap31, .grid-auto-col5.column-gap31 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.9375rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap32, .grid-auto-col5.column-gap32 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap33, .grid-auto-col5.column-gap33 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.0625rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap34, .grid-auto-col5.column-gap34 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.125rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap35, .grid-auto-col5.column-gap35 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.1875rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap36, .grid-auto-col5.column-gap36 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.25rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap37, .grid-auto-col5.column-gap37 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.3125rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap38, .grid-auto-col5.column-gap38 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.375rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap39, .grid-auto-col5.column-gap39 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.4375rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap40, .grid-auto-col5.column-gap40 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.5rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap41, .grid-auto-col5.column-gap41 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.5625rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap42, .grid-auto-col5.column-gap42 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.625rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap43, .grid-auto-col5.column-gap43 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.6875rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap44, .grid-auto-col5.column-gap44 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.75rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap45, .grid-auto-col5.column-gap45 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.8125rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap46, .grid-auto-col5.column-gap46 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.875rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap47, .grid-auto-col5.column-gap47 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.9375rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap48, .grid-auto-col5.column-gap48 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap49, .grid-auto-col5.column-gap49 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.0625rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap50, .grid-auto-col5.column-gap50 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.125rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap51, .grid-auto-col5.column-gap51 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.1875rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap52, .grid-auto-col5.column-gap52 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.25rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap53, .grid-auto-col5.column-gap53 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.3125rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap54, .grid-auto-col5.column-gap54 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.375rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap55, .grid-auto-col5.column-gap55 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.4375rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap56, .grid-auto-col5.column-gap56 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.5rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap57, .grid-auto-col5.column-gap57 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.5625rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap58, .grid-auto-col5.column-gap58 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.625rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap59, .grid-auto-col5.column-gap59 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.6875rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap60, .grid-auto-col5.column-gap60 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.75rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap61, .grid-auto-col5.column-gap61 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.8125rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap62, .grid-auto-col5.column-gap62 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.875rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap63, .grid-auto-col5.column-gap63 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.9375rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap64, .grid-auto-col5.column-gap64 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap65, .grid-auto-col5.column-gap65 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.0625rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap66, .grid-auto-col5.column-gap66 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.125rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap67, .grid-auto-col5.column-gap67 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.1875rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap68, .grid-auto-col5.column-gap68 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.25rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap69, .grid-auto-col5.column-gap69 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.3125rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap70, .grid-auto-col5.column-gap70 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.375rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap71, .grid-auto-col5.column-gap71 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.4375rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap72, .grid-auto-col5.column-gap72 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.5rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap73, .grid-auto-col5.column-gap73 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.5625rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap74, .grid-auto-col5.column-gap74 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.625rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap75, .grid-auto-col5.column-gap75 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.6875rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap76, .grid-auto-col5.column-gap76 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.75rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap77, .grid-auto-col5.column-gap77 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.8125rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap78, .grid-auto-col5.column-gap78 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.875rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap79, .grid-auto-col5.column-gap79 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.9375rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap80, .grid-auto-col5.column-gap80 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap81, .grid-auto-col5.column-gap81 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.0625rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap82, .grid-auto-col5.column-gap82 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.125rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap83, .grid-auto-col5.column-gap83 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.1875rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap84, .grid-auto-col5.column-gap84 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.25rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap85, .grid-auto-col5.column-gap85 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.3125rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap86, .grid-auto-col5.column-gap86 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.375rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap87, .grid-auto-col5.column-gap87 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.4375rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap88, .grid-auto-col5.column-gap88 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.5rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap89, .grid-auto-col5.column-gap89 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.5625rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap90, .grid-auto-col5.column-gap90 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.625rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap91, .grid-auto-col5.column-gap91 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.6875rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap92, .grid-auto-col5.column-gap92 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.75rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap93, .grid-auto-col5.column-gap93 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.8125rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap94, .grid-auto-col5.column-gap94 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.875rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap95, .grid-auto-col5.column-gap95 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.9375rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap96, .grid-auto-col5.column-gap96 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap97, .grid-auto-col5.column-gap97 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.0625rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap98, .grid-auto-col5.column-gap98 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.125rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap99, .grid-auto-col5.column-gap99 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.1875rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap100, .grid-auto-col5.column-gap100 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.25rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap101, .grid-auto-col5.column-gap101 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.3125rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap102, .grid-auto-col5.column-gap102 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.375rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap103, .grid-auto-col5.column-gap103 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.4375rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap104, .grid-auto-col5.column-gap104 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.5rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap105, .grid-auto-col5.column-gap105 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.5625rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap106, .grid-auto-col5.column-gap106 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.625rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap107, .grid-auto-col5.column-gap107 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.6875rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap108, .grid-auto-col5.column-gap108 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.75rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap109, .grid-auto-col5.column-gap109 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.8125rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap110, .grid-auto-col5.column-gap110 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.875rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap111, .grid-auto-col5.column-gap111 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.9375rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap112, .grid-auto-col5.column-gap112 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap113, .grid-auto-col5.column-gap113 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.0625rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap114, .grid-auto-col5.column-gap114 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.125rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap115, .grid-auto-col5.column-gap115 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.1875rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap116, .grid-auto-col5.column-gap116 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.25rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap117, .grid-auto-col5.column-gap117 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.3125rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap118, .grid-auto-col5.column-gap118 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.375rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap119, .grid-auto-col5.column-gap119 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.4375rem * 4) / 5), 1fr));
}
.grid-auto-col5.gap120, .grid-auto-col5.column-gap120 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.5rem * 4) / 5), 1fr));
}

.grid-col6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-auto-col6 {
  grid-template-columns: repeat(auto-fit, minmax(16.6666666667%, 1fr));
}
.grid-auto-col6.gap4, .grid-auto-col6.column-gap4 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.25rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap5, .grid-auto-col6.column-gap5 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.3125rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap6, .grid-auto-col6.column-gap6 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.375rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap7, .grid-auto-col6.column-gap7 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.4375rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap8, .grid-auto-col6.column-gap8 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.5rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap9, .grid-auto-col6.column-gap9 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.5625rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap10, .grid-auto-col6.column-gap10 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.625rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap11, .grid-auto-col6.column-gap11 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.6875rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap12, .grid-auto-col6.column-gap12 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.75rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap13, .grid-auto-col6.column-gap13 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.8125rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap14, .grid-auto-col6.column-gap14 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.875rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap15, .grid-auto-col6.column-gap15 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.9375rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap16, .grid-auto-col6.column-gap16 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap17, .grid-auto-col6.column-gap17 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.0625rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap18, .grid-auto-col6.column-gap18 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.125rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap19, .grid-auto-col6.column-gap19 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.1875rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap20, .grid-auto-col6.column-gap20 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.25rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap21, .grid-auto-col6.column-gap21 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.3125rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap22, .grid-auto-col6.column-gap22 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.375rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap23, .grid-auto-col6.column-gap23 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.4375rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap24, .grid-auto-col6.column-gap24 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.5rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap25, .grid-auto-col6.column-gap25 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.5625rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap26, .grid-auto-col6.column-gap26 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.625rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap27, .grid-auto-col6.column-gap27 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.6875rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap28, .grid-auto-col6.column-gap28 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.75rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap29, .grid-auto-col6.column-gap29 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.8125rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap30, .grid-auto-col6.column-gap30 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.875rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap31, .grid-auto-col6.column-gap31 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.9375rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap32, .grid-auto-col6.column-gap32 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap33, .grid-auto-col6.column-gap33 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.0625rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap34, .grid-auto-col6.column-gap34 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.125rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap35, .grid-auto-col6.column-gap35 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.1875rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap36, .grid-auto-col6.column-gap36 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.25rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap37, .grid-auto-col6.column-gap37 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.3125rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap38, .grid-auto-col6.column-gap38 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.375rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap39, .grid-auto-col6.column-gap39 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.4375rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap40, .grid-auto-col6.column-gap40 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.5rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap41, .grid-auto-col6.column-gap41 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.5625rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap42, .grid-auto-col6.column-gap42 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.625rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap43, .grid-auto-col6.column-gap43 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.6875rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap44, .grid-auto-col6.column-gap44 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.75rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap45, .grid-auto-col6.column-gap45 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.8125rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap46, .grid-auto-col6.column-gap46 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.875rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap47, .grid-auto-col6.column-gap47 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.9375rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap48, .grid-auto-col6.column-gap48 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap49, .grid-auto-col6.column-gap49 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.0625rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap50, .grid-auto-col6.column-gap50 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.125rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap51, .grid-auto-col6.column-gap51 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.1875rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap52, .grid-auto-col6.column-gap52 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.25rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap53, .grid-auto-col6.column-gap53 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.3125rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap54, .grid-auto-col6.column-gap54 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.375rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap55, .grid-auto-col6.column-gap55 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.4375rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap56, .grid-auto-col6.column-gap56 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.5rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap57, .grid-auto-col6.column-gap57 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.5625rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap58, .grid-auto-col6.column-gap58 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.625rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap59, .grid-auto-col6.column-gap59 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.6875rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap60, .grid-auto-col6.column-gap60 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.75rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap61, .grid-auto-col6.column-gap61 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.8125rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap62, .grid-auto-col6.column-gap62 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.875rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap63, .grid-auto-col6.column-gap63 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.9375rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap64, .grid-auto-col6.column-gap64 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap65, .grid-auto-col6.column-gap65 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.0625rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap66, .grid-auto-col6.column-gap66 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.125rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap67, .grid-auto-col6.column-gap67 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.1875rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap68, .grid-auto-col6.column-gap68 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.25rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap69, .grid-auto-col6.column-gap69 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.3125rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap70, .grid-auto-col6.column-gap70 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.375rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap71, .grid-auto-col6.column-gap71 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.4375rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap72, .grid-auto-col6.column-gap72 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.5rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap73, .grid-auto-col6.column-gap73 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.5625rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap74, .grid-auto-col6.column-gap74 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.625rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap75, .grid-auto-col6.column-gap75 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.6875rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap76, .grid-auto-col6.column-gap76 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.75rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap77, .grid-auto-col6.column-gap77 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.8125rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap78, .grid-auto-col6.column-gap78 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.875rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap79, .grid-auto-col6.column-gap79 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.9375rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap80, .grid-auto-col6.column-gap80 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap81, .grid-auto-col6.column-gap81 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.0625rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap82, .grid-auto-col6.column-gap82 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.125rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap83, .grid-auto-col6.column-gap83 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.1875rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap84, .grid-auto-col6.column-gap84 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.25rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap85, .grid-auto-col6.column-gap85 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.3125rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap86, .grid-auto-col6.column-gap86 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.375rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap87, .grid-auto-col6.column-gap87 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.4375rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap88, .grid-auto-col6.column-gap88 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.5rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap89, .grid-auto-col6.column-gap89 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.5625rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap90, .grid-auto-col6.column-gap90 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.625rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap91, .grid-auto-col6.column-gap91 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.6875rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap92, .grid-auto-col6.column-gap92 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.75rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap93, .grid-auto-col6.column-gap93 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.8125rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap94, .grid-auto-col6.column-gap94 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.875rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap95, .grid-auto-col6.column-gap95 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.9375rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap96, .grid-auto-col6.column-gap96 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap97, .grid-auto-col6.column-gap97 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.0625rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap98, .grid-auto-col6.column-gap98 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.125rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap99, .grid-auto-col6.column-gap99 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.1875rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap100, .grid-auto-col6.column-gap100 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.25rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap101, .grid-auto-col6.column-gap101 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.3125rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap102, .grid-auto-col6.column-gap102 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.375rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap103, .grid-auto-col6.column-gap103 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.4375rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap104, .grid-auto-col6.column-gap104 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.5rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap105, .grid-auto-col6.column-gap105 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.5625rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap106, .grid-auto-col6.column-gap106 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.625rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap107, .grid-auto-col6.column-gap107 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.6875rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap108, .grid-auto-col6.column-gap108 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.75rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap109, .grid-auto-col6.column-gap109 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.8125rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap110, .grid-auto-col6.column-gap110 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.875rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap111, .grid-auto-col6.column-gap111 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.9375rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap112, .grid-auto-col6.column-gap112 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap113, .grid-auto-col6.column-gap113 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.0625rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap114, .grid-auto-col6.column-gap114 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.125rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap115, .grid-auto-col6.column-gap115 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.1875rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap116, .grid-auto-col6.column-gap116 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.25rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap117, .grid-auto-col6.column-gap117 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.3125rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap118, .grid-auto-col6.column-gap118 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.375rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap119, .grid-auto-col6.column-gap119 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.4375rem * 5) / 6), 1fr));
}
.grid-auto-col6.gap120, .grid-auto-col6.column-gap120 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.5rem * 5) / 6), 1fr));
}

.grid-col7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-auto-col7 {
  grid-template-columns: repeat(auto-fit, minmax(14.2857142857%, 1fr));
}
.grid-auto-col7.gap4, .grid-auto-col7.column-gap4 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.25rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap5, .grid-auto-col7.column-gap5 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.3125rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap6, .grid-auto-col7.column-gap6 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.375rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap7, .grid-auto-col7.column-gap7 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.4375rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap8, .grid-auto-col7.column-gap8 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.5rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap9, .grid-auto-col7.column-gap9 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.5625rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap10, .grid-auto-col7.column-gap10 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.625rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap11, .grid-auto-col7.column-gap11 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.6875rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap12, .grid-auto-col7.column-gap12 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.75rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap13, .grid-auto-col7.column-gap13 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.8125rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap14, .grid-auto-col7.column-gap14 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.875rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap15, .grid-auto-col7.column-gap15 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.9375rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap16, .grid-auto-col7.column-gap16 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap17, .grid-auto-col7.column-gap17 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.0625rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap18, .grid-auto-col7.column-gap18 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.125rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap19, .grid-auto-col7.column-gap19 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.1875rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap20, .grid-auto-col7.column-gap20 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.25rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap21, .grid-auto-col7.column-gap21 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.3125rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap22, .grid-auto-col7.column-gap22 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.375rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap23, .grid-auto-col7.column-gap23 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.4375rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap24, .grid-auto-col7.column-gap24 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.5rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap25, .grid-auto-col7.column-gap25 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.5625rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap26, .grid-auto-col7.column-gap26 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.625rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap27, .grid-auto-col7.column-gap27 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.6875rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap28, .grid-auto-col7.column-gap28 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.75rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap29, .grid-auto-col7.column-gap29 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.8125rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap30, .grid-auto-col7.column-gap30 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.875rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap31, .grid-auto-col7.column-gap31 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.9375rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap32, .grid-auto-col7.column-gap32 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap33, .grid-auto-col7.column-gap33 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.0625rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap34, .grid-auto-col7.column-gap34 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.125rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap35, .grid-auto-col7.column-gap35 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.1875rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap36, .grid-auto-col7.column-gap36 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.25rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap37, .grid-auto-col7.column-gap37 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.3125rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap38, .grid-auto-col7.column-gap38 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.375rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap39, .grid-auto-col7.column-gap39 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.4375rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap40, .grid-auto-col7.column-gap40 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.5rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap41, .grid-auto-col7.column-gap41 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.5625rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap42, .grid-auto-col7.column-gap42 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.625rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap43, .grid-auto-col7.column-gap43 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.6875rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap44, .grid-auto-col7.column-gap44 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.75rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap45, .grid-auto-col7.column-gap45 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.8125rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap46, .grid-auto-col7.column-gap46 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.875rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap47, .grid-auto-col7.column-gap47 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.9375rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap48, .grid-auto-col7.column-gap48 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap49, .grid-auto-col7.column-gap49 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.0625rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap50, .grid-auto-col7.column-gap50 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.125rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap51, .grid-auto-col7.column-gap51 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.1875rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap52, .grid-auto-col7.column-gap52 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.25rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap53, .grid-auto-col7.column-gap53 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.3125rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap54, .grid-auto-col7.column-gap54 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.375rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap55, .grid-auto-col7.column-gap55 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.4375rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap56, .grid-auto-col7.column-gap56 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.5rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap57, .grid-auto-col7.column-gap57 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.5625rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap58, .grid-auto-col7.column-gap58 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.625rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap59, .grid-auto-col7.column-gap59 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.6875rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap60, .grid-auto-col7.column-gap60 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.75rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap61, .grid-auto-col7.column-gap61 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.8125rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap62, .grid-auto-col7.column-gap62 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.875rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap63, .grid-auto-col7.column-gap63 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.9375rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap64, .grid-auto-col7.column-gap64 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap65, .grid-auto-col7.column-gap65 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.0625rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap66, .grid-auto-col7.column-gap66 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.125rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap67, .grid-auto-col7.column-gap67 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.1875rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap68, .grid-auto-col7.column-gap68 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.25rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap69, .grid-auto-col7.column-gap69 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.3125rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap70, .grid-auto-col7.column-gap70 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.375rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap71, .grid-auto-col7.column-gap71 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.4375rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap72, .grid-auto-col7.column-gap72 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.5rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap73, .grid-auto-col7.column-gap73 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.5625rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap74, .grid-auto-col7.column-gap74 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.625rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap75, .grid-auto-col7.column-gap75 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.6875rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap76, .grid-auto-col7.column-gap76 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.75rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap77, .grid-auto-col7.column-gap77 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.8125rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap78, .grid-auto-col7.column-gap78 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.875rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap79, .grid-auto-col7.column-gap79 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.9375rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap80, .grid-auto-col7.column-gap80 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap81, .grid-auto-col7.column-gap81 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.0625rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap82, .grid-auto-col7.column-gap82 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.125rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap83, .grid-auto-col7.column-gap83 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.1875rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap84, .grid-auto-col7.column-gap84 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.25rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap85, .grid-auto-col7.column-gap85 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.3125rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap86, .grid-auto-col7.column-gap86 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.375rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap87, .grid-auto-col7.column-gap87 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.4375rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap88, .grid-auto-col7.column-gap88 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.5rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap89, .grid-auto-col7.column-gap89 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.5625rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap90, .grid-auto-col7.column-gap90 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.625rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap91, .grid-auto-col7.column-gap91 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.6875rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap92, .grid-auto-col7.column-gap92 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.75rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap93, .grid-auto-col7.column-gap93 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.8125rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap94, .grid-auto-col7.column-gap94 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.875rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap95, .grid-auto-col7.column-gap95 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.9375rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap96, .grid-auto-col7.column-gap96 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap97, .grid-auto-col7.column-gap97 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.0625rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap98, .grid-auto-col7.column-gap98 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.125rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap99, .grid-auto-col7.column-gap99 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.1875rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap100, .grid-auto-col7.column-gap100 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.25rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap101, .grid-auto-col7.column-gap101 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.3125rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap102, .grid-auto-col7.column-gap102 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.375rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap103, .grid-auto-col7.column-gap103 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.4375rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap104, .grid-auto-col7.column-gap104 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.5rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap105, .grid-auto-col7.column-gap105 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.5625rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap106, .grid-auto-col7.column-gap106 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.625rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap107, .grid-auto-col7.column-gap107 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.6875rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap108, .grid-auto-col7.column-gap108 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.75rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap109, .grid-auto-col7.column-gap109 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.8125rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap110, .grid-auto-col7.column-gap110 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.875rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap111, .grid-auto-col7.column-gap111 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.9375rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap112, .grid-auto-col7.column-gap112 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap113, .grid-auto-col7.column-gap113 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.0625rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap114, .grid-auto-col7.column-gap114 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.125rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap115, .grid-auto-col7.column-gap115 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.1875rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap116, .grid-auto-col7.column-gap116 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.25rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap117, .grid-auto-col7.column-gap117 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.3125rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap118, .grid-auto-col7.column-gap118 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.375rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap119, .grid-auto-col7.column-gap119 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.4375rem * 6) / 7), 1fr));
}
.grid-auto-col7.gap120, .grid-auto-col7.column-gap120 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.5rem * 6) / 7), 1fr));
}

.grid-col8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-auto-col8 {
  grid-template-columns: repeat(auto-fit, minmax(12.5%, 1fr));
}
.grid-auto-col8.gap4, .grid-auto-col8.column-gap4 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.25rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap5, .grid-auto-col8.column-gap5 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.3125rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap6, .grid-auto-col8.column-gap6 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.375rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap7, .grid-auto-col8.column-gap7 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.4375rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap8, .grid-auto-col8.column-gap8 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.5rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap9, .grid-auto-col8.column-gap9 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.5625rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap10, .grid-auto-col8.column-gap10 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.625rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap11, .grid-auto-col8.column-gap11 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.6875rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap12, .grid-auto-col8.column-gap12 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.75rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap13, .grid-auto-col8.column-gap13 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.8125rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap14, .grid-auto-col8.column-gap14 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.875rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap15, .grid-auto-col8.column-gap15 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.9375rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap16, .grid-auto-col8.column-gap16 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap17, .grid-auto-col8.column-gap17 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.0625rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap18, .grid-auto-col8.column-gap18 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.125rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap19, .grid-auto-col8.column-gap19 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.1875rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap20, .grid-auto-col8.column-gap20 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.25rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap21, .grid-auto-col8.column-gap21 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.3125rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap22, .grid-auto-col8.column-gap22 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.375rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap23, .grid-auto-col8.column-gap23 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.4375rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap24, .grid-auto-col8.column-gap24 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.5rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap25, .grid-auto-col8.column-gap25 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.5625rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap26, .grid-auto-col8.column-gap26 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.625rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap27, .grid-auto-col8.column-gap27 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.6875rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap28, .grid-auto-col8.column-gap28 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.75rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap29, .grid-auto-col8.column-gap29 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.8125rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap30, .grid-auto-col8.column-gap30 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.875rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap31, .grid-auto-col8.column-gap31 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.9375rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap32, .grid-auto-col8.column-gap32 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap33, .grid-auto-col8.column-gap33 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.0625rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap34, .grid-auto-col8.column-gap34 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.125rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap35, .grid-auto-col8.column-gap35 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.1875rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap36, .grid-auto-col8.column-gap36 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.25rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap37, .grid-auto-col8.column-gap37 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.3125rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap38, .grid-auto-col8.column-gap38 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.375rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap39, .grid-auto-col8.column-gap39 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.4375rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap40, .grid-auto-col8.column-gap40 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.5rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap41, .grid-auto-col8.column-gap41 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.5625rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap42, .grid-auto-col8.column-gap42 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.625rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap43, .grid-auto-col8.column-gap43 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.6875rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap44, .grid-auto-col8.column-gap44 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.75rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap45, .grid-auto-col8.column-gap45 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.8125rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap46, .grid-auto-col8.column-gap46 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.875rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap47, .grid-auto-col8.column-gap47 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.9375rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap48, .grid-auto-col8.column-gap48 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap49, .grid-auto-col8.column-gap49 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.0625rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap50, .grid-auto-col8.column-gap50 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.125rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap51, .grid-auto-col8.column-gap51 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.1875rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap52, .grid-auto-col8.column-gap52 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.25rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap53, .grid-auto-col8.column-gap53 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.3125rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap54, .grid-auto-col8.column-gap54 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.375rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap55, .grid-auto-col8.column-gap55 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.4375rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap56, .grid-auto-col8.column-gap56 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.5rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap57, .grid-auto-col8.column-gap57 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.5625rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap58, .grid-auto-col8.column-gap58 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.625rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap59, .grid-auto-col8.column-gap59 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.6875rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap60, .grid-auto-col8.column-gap60 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.75rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap61, .grid-auto-col8.column-gap61 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.8125rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap62, .grid-auto-col8.column-gap62 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.875rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap63, .grid-auto-col8.column-gap63 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.9375rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap64, .grid-auto-col8.column-gap64 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap65, .grid-auto-col8.column-gap65 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.0625rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap66, .grid-auto-col8.column-gap66 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.125rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap67, .grid-auto-col8.column-gap67 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.1875rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap68, .grid-auto-col8.column-gap68 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.25rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap69, .grid-auto-col8.column-gap69 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.3125rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap70, .grid-auto-col8.column-gap70 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.375rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap71, .grid-auto-col8.column-gap71 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.4375rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap72, .grid-auto-col8.column-gap72 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.5rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap73, .grid-auto-col8.column-gap73 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.5625rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap74, .grid-auto-col8.column-gap74 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.625rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap75, .grid-auto-col8.column-gap75 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.6875rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap76, .grid-auto-col8.column-gap76 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.75rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap77, .grid-auto-col8.column-gap77 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.8125rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap78, .grid-auto-col8.column-gap78 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.875rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap79, .grid-auto-col8.column-gap79 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.9375rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap80, .grid-auto-col8.column-gap80 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap81, .grid-auto-col8.column-gap81 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.0625rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap82, .grid-auto-col8.column-gap82 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.125rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap83, .grid-auto-col8.column-gap83 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.1875rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap84, .grid-auto-col8.column-gap84 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.25rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap85, .grid-auto-col8.column-gap85 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.3125rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap86, .grid-auto-col8.column-gap86 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.375rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap87, .grid-auto-col8.column-gap87 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.4375rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap88, .grid-auto-col8.column-gap88 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.5rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap89, .grid-auto-col8.column-gap89 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.5625rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap90, .grid-auto-col8.column-gap90 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.625rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap91, .grid-auto-col8.column-gap91 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.6875rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap92, .grid-auto-col8.column-gap92 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.75rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap93, .grid-auto-col8.column-gap93 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.8125rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap94, .grid-auto-col8.column-gap94 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.875rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap95, .grid-auto-col8.column-gap95 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.9375rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap96, .grid-auto-col8.column-gap96 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap97, .grid-auto-col8.column-gap97 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.0625rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap98, .grid-auto-col8.column-gap98 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.125rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap99, .grid-auto-col8.column-gap99 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.1875rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap100, .grid-auto-col8.column-gap100 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.25rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap101, .grid-auto-col8.column-gap101 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.3125rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap102, .grid-auto-col8.column-gap102 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.375rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap103, .grid-auto-col8.column-gap103 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.4375rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap104, .grid-auto-col8.column-gap104 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.5rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap105, .grid-auto-col8.column-gap105 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.5625rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap106, .grid-auto-col8.column-gap106 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.625rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap107, .grid-auto-col8.column-gap107 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.6875rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap108, .grid-auto-col8.column-gap108 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.75rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap109, .grid-auto-col8.column-gap109 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.8125rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap110, .grid-auto-col8.column-gap110 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.875rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap111, .grid-auto-col8.column-gap111 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.9375rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap112, .grid-auto-col8.column-gap112 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap113, .grid-auto-col8.column-gap113 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.0625rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap114, .grid-auto-col8.column-gap114 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.125rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap115, .grid-auto-col8.column-gap115 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.1875rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap116, .grid-auto-col8.column-gap116 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.25rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap117, .grid-auto-col8.column-gap117 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.3125rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap118, .grid-auto-col8.column-gap118 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.375rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap119, .grid-auto-col8.column-gap119 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.4375rem * 7) / 8), 1fr));
}
.grid-auto-col8.gap120, .grid-auto-col8.column-gap120 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.5rem * 7) / 8), 1fr));
}

.grid-col9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-auto-col9 {
  grid-template-columns: repeat(auto-fit, minmax(11.1111111111%, 1fr));
}
.grid-auto-col9.gap4, .grid-auto-col9.column-gap4 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.25rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap5, .grid-auto-col9.column-gap5 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.3125rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap6, .grid-auto-col9.column-gap6 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.375rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap7, .grid-auto-col9.column-gap7 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.4375rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap8, .grid-auto-col9.column-gap8 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.5rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap9, .grid-auto-col9.column-gap9 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.5625rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap10, .grid-auto-col9.column-gap10 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.625rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap11, .grid-auto-col9.column-gap11 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.6875rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap12, .grid-auto-col9.column-gap12 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.75rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap13, .grid-auto-col9.column-gap13 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.8125rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap14, .grid-auto-col9.column-gap14 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.875rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap15, .grid-auto-col9.column-gap15 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 0.9375rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap16, .grid-auto-col9.column-gap16 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap17, .grid-auto-col9.column-gap17 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.0625rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap18, .grid-auto-col9.column-gap18 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.125rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap19, .grid-auto-col9.column-gap19 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.1875rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap20, .grid-auto-col9.column-gap20 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.25rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap21, .grid-auto-col9.column-gap21 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.3125rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap22, .grid-auto-col9.column-gap22 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.375rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap23, .grid-auto-col9.column-gap23 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.4375rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap24, .grid-auto-col9.column-gap24 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.5rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap25, .grid-auto-col9.column-gap25 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.5625rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap26, .grid-auto-col9.column-gap26 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.625rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap27, .grid-auto-col9.column-gap27 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.6875rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap28, .grid-auto-col9.column-gap28 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.75rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap29, .grid-auto-col9.column-gap29 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.8125rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap30, .grid-auto-col9.column-gap30 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.875rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap31, .grid-auto-col9.column-gap31 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 1.9375rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap32, .grid-auto-col9.column-gap32 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap33, .grid-auto-col9.column-gap33 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.0625rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap34, .grid-auto-col9.column-gap34 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.125rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap35, .grid-auto-col9.column-gap35 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.1875rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap36, .grid-auto-col9.column-gap36 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.25rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap37, .grid-auto-col9.column-gap37 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.3125rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap38, .grid-auto-col9.column-gap38 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.375rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap39, .grid-auto-col9.column-gap39 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.4375rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap40, .grid-auto-col9.column-gap40 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.5rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap41, .grid-auto-col9.column-gap41 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.5625rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap42, .grid-auto-col9.column-gap42 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.625rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap43, .grid-auto-col9.column-gap43 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.6875rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap44, .grid-auto-col9.column-gap44 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.75rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap45, .grid-auto-col9.column-gap45 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.8125rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap46, .grid-auto-col9.column-gap46 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.875rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap47, .grid-auto-col9.column-gap47 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.9375rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap48, .grid-auto-col9.column-gap48 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap49, .grid-auto-col9.column-gap49 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.0625rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap50, .grid-auto-col9.column-gap50 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.125rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap51, .grid-auto-col9.column-gap51 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.1875rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap52, .grid-auto-col9.column-gap52 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.25rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap53, .grid-auto-col9.column-gap53 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.3125rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap54, .grid-auto-col9.column-gap54 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.375rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap55, .grid-auto-col9.column-gap55 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.4375rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap56, .grid-auto-col9.column-gap56 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.5rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap57, .grid-auto-col9.column-gap57 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.5625rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap58, .grid-auto-col9.column-gap58 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.625rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap59, .grid-auto-col9.column-gap59 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.6875rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap60, .grid-auto-col9.column-gap60 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.75rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap61, .grid-auto-col9.column-gap61 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.8125rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap62, .grid-auto-col9.column-gap62 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.875rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap63, .grid-auto-col9.column-gap63 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3.9375rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap64, .grid-auto-col9.column-gap64 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap65, .grid-auto-col9.column-gap65 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.0625rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap66, .grid-auto-col9.column-gap66 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.125rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap67, .grid-auto-col9.column-gap67 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.1875rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap68, .grid-auto-col9.column-gap68 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.25rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap69, .grid-auto-col9.column-gap69 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.3125rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap70, .grid-auto-col9.column-gap70 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.375rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap71, .grid-auto-col9.column-gap71 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.4375rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap72, .grid-auto-col9.column-gap72 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.5rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap73, .grid-auto-col9.column-gap73 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.5625rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap74, .grid-auto-col9.column-gap74 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.625rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap75, .grid-auto-col9.column-gap75 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.6875rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap76, .grid-auto-col9.column-gap76 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.75rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap77, .grid-auto-col9.column-gap77 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.8125rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap78, .grid-auto-col9.column-gap78 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.875rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap79, .grid-auto-col9.column-gap79 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 4.9375rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap80, .grid-auto-col9.column-gap80 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap81, .grid-auto-col9.column-gap81 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.0625rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap82, .grid-auto-col9.column-gap82 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.125rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap83, .grid-auto-col9.column-gap83 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.1875rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap84, .grid-auto-col9.column-gap84 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.25rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap85, .grid-auto-col9.column-gap85 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.3125rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap86, .grid-auto-col9.column-gap86 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.375rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap87, .grid-auto-col9.column-gap87 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.4375rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap88, .grid-auto-col9.column-gap88 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.5rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap89, .grid-auto-col9.column-gap89 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.5625rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap90, .grid-auto-col9.column-gap90 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.625rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap91, .grid-auto-col9.column-gap91 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.6875rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap92, .grid-auto-col9.column-gap92 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.75rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap93, .grid-auto-col9.column-gap93 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.8125rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap94, .grid-auto-col9.column-gap94 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.875rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap95, .grid-auto-col9.column-gap95 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 5.9375rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap96, .grid-auto-col9.column-gap96 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap97, .grid-auto-col9.column-gap97 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.0625rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap98, .grid-auto-col9.column-gap98 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.125rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap99, .grid-auto-col9.column-gap99 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.1875rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap100, .grid-auto-col9.column-gap100 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.25rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap101, .grid-auto-col9.column-gap101 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.3125rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap102, .grid-auto-col9.column-gap102 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.375rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap103, .grid-auto-col9.column-gap103 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.4375rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap104, .grid-auto-col9.column-gap104 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.5rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap105, .grid-auto-col9.column-gap105 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.5625rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap106, .grid-auto-col9.column-gap106 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.625rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap107, .grid-auto-col9.column-gap107 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.6875rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap108, .grid-auto-col9.column-gap108 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.75rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap109, .grid-auto-col9.column-gap109 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.8125rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap110, .grid-auto-col9.column-gap110 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.875rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap111, .grid-auto-col9.column-gap111 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6.9375rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap112, .grid-auto-col9.column-gap112 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap113, .grid-auto-col9.column-gap113 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.0625rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap114, .grid-auto-col9.column-gap114 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.125rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap115, .grid-auto-col9.column-gap115 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.1875rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap116, .grid-auto-col9.column-gap116 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.25rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap117, .grid-auto-col9.column-gap117 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.3125rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap118, .grid-auto-col9.column-gap118 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.375rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap119, .grid-auto-col9.column-gap119 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.4375rem * 8) / 9), 1fr));
}
.grid-auto-col9.gap120, .grid-auto-col9.column-gap120 {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 7.5rem * 8) / 9), 1fr));
}

.grid-rgt100 {
  grid-template-columns: minmax(0, 1fr) 6.25rem;
}

.grid-rgt101 {
  grid-template-columns: minmax(0, 1fr) 6.3125rem;
}

.grid-rgt102 {
  grid-template-columns: minmax(0, 1fr) 6.375rem;
}

.grid-rgt103 {
  grid-template-columns: minmax(0, 1fr) 6.4375rem;
}

.grid-rgt104 {
  grid-template-columns: minmax(0, 1fr) 6.5rem;
}

.grid-rgt105 {
  grid-template-columns: minmax(0, 1fr) 6.5625rem;
}

.grid-rgt106 {
  grid-template-columns: minmax(0, 1fr) 6.625rem;
}

.grid-rgt107 {
  grid-template-columns: minmax(0, 1fr) 6.6875rem;
}

.grid-rgt108 {
  grid-template-columns: minmax(0, 1fr) 6.75rem;
}

.grid-rgt109 {
  grid-template-columns: minmax(0, 1fr) 6.8125rem;
}

.grid-rgt110 {
  grid-template-columns: minmax(0, 1fr) 6.875rem;
}

.grid-rgt111 {
  grid-template-columns: minmax(0, 1fr) 6.9375rem;
}

.grid-rgt112 {
  grid-template-columns: minmax(0, 1fr) 7rem;
}

.grid-rgt113 {
  grid-template-columns: minmax(0, 1fr) 7.0625rem;
}

.grid-rgt114 {
  grid-template-columns: minmax(0, 1fr) 7.125rem;
}

.grid-rgt115 {
  grid-template-columns: minmax(0, 1fr) 7.1875rem;
}

.grid-rgt116 {
  grid-template-columns: minmax(0, 1fr) 7.25rem;
}

.grid-rgt117 {
  grid-template-columns: minmax(0, 1fr) 7.3125rem;
}

.grid-rgt118 {
  grid-template-columns: minmax(0, 1fr) 7.375rem;
}

.grid-rgt119 {
  grid-template-columns: minmax(0, 1fr) 7.4375rem;
}

.grid-rgt120 {
  grid-template-columns: minmax(0, 1fr) 7.5rem;
}

.grid-rgt121 {
  grid-template-columns: minmax(0, 1fr) 7.5625rem;
}

.grid-rgt122 {
  grid-template-columns: minmax(0, 1fr) 7.625rem;
}

.grid-rgt123 {
  grid-template-columns: minmax(0, 1fr) 7.6875rem;
}

.grid-rgt124 {
  grid-template-columns: minmax(0, 1fr) 7.75rem;
}

.grid-rgt125 {
  grid-template-columns: minmax(0, 1fr) 7.8125rem;
}

.grid-rgt126 {
  grid-template-columns: minmax(0, 1fr) 7.875rem;
}

.grid-rgt127 {
  grid-template-columns: minmax(0, 1fr) 7.9375rem;
}

.grid-rgt128 {
  grid-template-columns: minmax(0, 1fr) 8rem;
}

.grid-rgt129 {
  grid-template-columns: minmax(0, 1fr) 8.0625rem;
}

.grid-rgt130 {
  grid-template-columns: minmax(0, 1fr) 8.125rem;
}

.grid-rgt131 {
  grid-template-columns: minmax(0, 1fr) 8.1875rem;
}

.grid-rgt132 {
  grid-template-columns: minmax(0, 1fr) 8.25rem;
}

.grid-rgt133 {
  grid-template-columns: minmax(0, 1fr) 8.3125rem;
}

.grid-rgt134 {
  grid-template-columns: minmax(0, 1fr) 8.375rem;
}

.grid-rgt135 {
  grid-template-columns: minmax(0, 1fr) 8.4375rem;
}

.grid-rgt136 {
  grid-template-columns: minmax(0, 1fr) 8.5rem;
}

.grid-rgt137 {
  grid-template-columns: minmax(0, 1fr) 8.5625rem;
}

.grid-rgt138 {
  grid-template-columns: minmax(0, 1fr) 8.625rem;
}

.grid-rgt139 {
  grid-template-columns: minmax(0, 1fr) 8.6875rem;
}

.grid-rgt140 {
  grid-template-columns: minmax(0, 1fr) 8.75rem;
}

.grid-rgt141 {
  grid-template-columns: minmax(0, 1fr) 8.8125rem;
}

.grid-rgt142 {
  grid-template-columns: minmax(0, 1fr) 8.875rem;
}

.grid-rgt143 {
  grid-template-columns: minmax(0, 1fr) 8.9375rem;
}

.grid-rgt144 {
  grid-template-columns: minmax(0, 1fr) 9rem;
}

.grid-rgt145 {
  grid-template-columns: minmax(0, 1fr) 9.0625rem;
}

.grid-rgt146 {
  grid-template-columns: minmax(0, 1fr) 9.125rem;
}

.grid-rgt147 {
  grid-template-columns: minmax(0, 1fr) 9.1875rem;
}

.grid-rgt148 {
  grid-template-columns: minmax(0, 1fr) 9.25rem;
}

.grid-rgt149 {
  grid-template-columns: minmax(0, 1fr) 9.3125rem;
}

.grid-rgt150 {
  grid-template-columns: minmax(0, 1fr) 9.375rem;
}

.grid-rgt151 {
  grid-template-columns: minmax(0, 1fr) 9.4375rem;
}

.grid-rgt152 {
  grid-template-columns: minmax(0, 1fr) 9.5rem;
}

.grid-rgt153 {
  grid-template-columns: minmax(0, 1fr) 9.5625rem;
}

.grid-rgt154 {
  grid-template-columns: minmax(0, 1fr) 9.625rem;
}

.grid-rgt155 {
  grid-template-columns: minmax(0, 1fr) 9.6875rem;
}

.grid-rgt156 {
  grid-template-columns: minmax(0, 1fr) 9.75rem;
}

.grid-rgt157 {
  grid-template-columns: minmax(0, 1fr) 9.8125rem;
}

.grid-rgt158 {
  grid-template-columns: minmax(0, 1fr) 9.875rem;
}

.grid-rgt159 {
  grid-template-columns: minmax(0, 1fr) 9.9375rem;
}

.grid-rgt160 {
  grid-template-columns: minmax(0, 1fr) 10rem;
}

.grid-rgt161 {
  grid-template-columns: minmax(0, 1fr) 10.0625rem;
}

.grid-rgt162 {
  grid-template-columns: minmax(0, 1fr) 10.125rem;
}

.grid-rgt163 {
  grid-template-columns: minmax(0, 1fr) 10.1875rem;
}

.grid-rgt164 {
  grid-template-columns: minmax(0, 1fr) 10.25rem;
}

.grid-rgt165 {
  grid-template-columns: minmax(0, 1fr) 10.3125rem;
}

.grid-rgt166 {
  grid-template-columns: minmax(0, 1fr) 10.375rem;
}

.grid-rgt167 {
  grid-template-columns: minmax(0, 1fr) 10.4375rem;
}

.grid-rgt168 {
  grid-template-columns: minmax(0, 1fr) 10.5rem;
}

.grid-rgt169 {
  grid-template-columns: minmax(0, 1fr) 10.5625rem;
}

.grid-rgt170 {
  grid-template-columns: minmax(0, 1fr) 10.625rem;
}

.grid-rgt171 {
  grid-template-columns: minmax(0, 1fr) 10.6875rem;
}

.grid-rgt172 {
  grid-template-columns: minmax(0, 1fr) 10.75rem;
}

.grid-rgt173 {
  grid-template-columns: minmax(0, 1fr) 10.8125rem;
}

.grid-rgt174 {
  grid-template-columns: minmax(0, 1fr) 10.875rem;
}

.grid-rgt175 {
  grid-template-columns: minmax(0, 1fr) 10.9375rem;
}

.grid-rgt176 {
  grid-template-columns: minmax(0, 1fr) 11rem;
}

.grid-rgt177 {
  grid-template-columns: minmax(0, 1fr) 11.0625rem;
}

.grid-rgt178 {
  grid-template-columns: minmax(0, 1fr) 11.125rem;
}

.grid-rgt179 {
  grid-template-columns: minmax(0, 1fr) 11.1875rem;
}

.grid-rgt180 {
  grid-template-columns: minmax(0, 1fr) 11.25rem;
}

.grid-rgt181 {
  grid-template-columns: minmax(0, 1fr) 11.3125rem;
}

.grid-rgt182 {
  grid-template-columns: minmax(0, 1fr) 11.375rem;
}

.grid-rgt183 {
  grid-template-columns: minmax(0, 1fr) 11.4375rem;
}

.grid-rgt184 {
  grid-template-columns: minmax(0, 1fr) 11.5rem;
}

.grid-rgt185 {
  grid-template-columns: minmax(0, 1fr) 11.5625rem;
}

.grid-rgt186 {
  grid-template-columns: minmax(0, 1fr) 11.625rem;
}

.grid-rgt187 {
  grid-template-columns: minmax(0, 1fr) 11.6875rem;
}

.grid-rgt188 {
  grid-template-columns: minmax(0, 1fr) 11.75rem;
}

.grid-rgt189 {
  grid-template-columns: minmax(0, 1fr) 11.8125rem;
}

.grid-rgt190 {
  grid-template-columns: minmax(0, 1fr) 11.875rem;
}

.grid-rgt191 {
  grid-template-columns: minmax(0, 1fr) 11.9375rem;
}

.grid-rgt192 {
  grid-template-columns: minmax(0, 1fr) 12rem;
}

.grid-rgt193 {
  grid-template-columns: minmax(0, 1fr) 12.0625rem;
}

.grid-rgt194 {
  grid-template-columns: minmax(0, 1fr) 12.125rem;
}

.grid-rgt195 {
  grid-template-columns: minmax(0, 1fr) 12.1875rem;
}

.grid-rgt196 {
  grid-template-columns: minmax(0, 1fr) 12.25rem;
}

.grid-rgt197 {
  grid-template-columns: minmax(0, 1fr) 12.3125rem;
}

.grid-rgt198 {
  grid-template-columns: minmax(0, 1fr) 12.375rem;
}

.grid-rgt199 {
  grid-template-columns: minmax(0, 1fr) 12.4375rem;
}

.grid-rgt200 {
  grid-template-columns: minmax(0, 1fr) 12.5rem;
}

.grid-rgt201 {
  grid-template-columns: minmax(0, 1fr) 12.5625rem;
}

.grid-rgt202 {
  grid-template-columns: minmax(0, 1fr) 12.625rem;
}

.grid-rgt203 {
  grid-template-columns: minmax(0, 1fr) 12.6875rem;
}

.grid-rgt204 {
  grid-template-columns: minmax(0, 1fr) 12.75rem;
}

.grid-rgt205 {
  grid-template-columns: minmax(0, 1fr) 12.8125rem;
}

.grid-rgt206 {
  grid-template-columns: minmax(0, 1fr) 12.875rem;
}

.grid-rgt207 {
  grid-template-columns: minmax(0, 1fr) 12.9375rem;
}

.grid-rgt208 {
  grid-template-columns: minmax(0, 1fr) 13rem;
}

.grid-rgt209 {
  grid-template-columns: minmax(0, 1fr) 13.0625rem;
}

.grid-rgt210 {
  grid-template-columns: minmax(0, 1fr) 13.125rem;
}

.grid-rgt211 {
  grid-template-columns: minmax(0, 1fr) 13.1875rem;
}

.grid-rgt212 {
  grid-template-columns: minmax(0, 1fr) 13.25rem;
}

.grid-rgt213 {
  grid-template-columns: minmax(0, 1fr) 13.3125rem;
}

.grid-rgt214 {
  grid-template-columns: minmax(0, 1fr) 13.375rem;
}

.grid-rgt215 {
  grid-template-columns: minmax(0, 1fr) 13.4375rem;
}

.grid-rgt216 {
  grid-template-columns: minmax(0, 1fr) 13.5rem;
}

.grid-rgt217 {
  grid-template-columns: minmax(0, 1fr) 13.5625rem;
}

.grid-rgt218 {
  grid-template-columns: minmax(0, 1fr) 13.625rem;
}

.grid-rgt219 {
  grid-template-columns: minmax(0, 1fr) 13.6875rem;
}

.grid-rgt220 {
  grid-template-columns: minmax(0, 1fr) 13.75rem;
}

.grid-rgt221 {
  grid-template-columns: minmax(0, 1fr) 13.8125rem;
}

.grid-rgt222 {
  grid-template-columns: minmax(0, 1fr) 13.875rem;
}

.grid-rgt223 {
  grid-template-columns: minmax(0, 1fr) 13.9375rem;
}

.grid-rgt224 {
  grid-template-columns: minmax(0, 1fr) 14rem;
}

.grid-rgt225 {
  grid-template-columns: minmax(0, 1fr) 14.0625rem;
}

.grid-rgt226 {
  grid-template-columns: minmax(0, 1fr) 14.125rem;
}

.grid-rgt227 {
  grid-template-columns: minmax(0, 1fr) 14.1875rem;
}

.grid-rgt228 {
  grid-template-columns: minmax(0, 1fr) 14.25rem;
}

.grid-rgt229 {
  grid-template-columns: minmax(0, 1fr) 14.3125rem;
}

.grid-rgt230 {
  grid-template-columns: minmax(0, 1fr) 14.375rem;
}

.grid-rgt231 {
  grid-template-columns: minmax(0, 1fr) 14.4375rem;
}

.grid-rgt232 {
  grid-template-columns: minmax(0, 1fr) 14.5rem;
}

.grid-rgt233 {
  grid-template-columns: minmax(0, 1fr) 14.5625rem;
}

.grid-rgt234 {
  grid-template-columns: minmax(0, 1fr) 14.625rem;
}

.grid-rgt235 {
  grid-template-columns: minmax(0, 1fr) 14.6875rem;
}

.grid-rgt236 {
  grid-template-columns: minmax(0, 1fr) 14.75rem;
}

.grid-rgt237 {
  grid-template-columns: minmax(0, 1fr) 14.8125rem;
}

.grid-rgt238 {
  grid-template-columns: minmax(0, 1fr) 14.875rem;
}

.grid-rgt239 {
  grid-template-columns: minmax(0, 1fr) 14.9375rem;
}

.grid-rgt240 {
  grid-template-columns: minmax(0, 1fr) 15rem;
}

.grid-rgt241 {
  grid-template-columns: minmax(0, 1fr) 15.0625rem;
}

.grid-rgt242 {
  grid-template-columns: minmax(0, 1fr) 15.125rem;
}

.grid-rgt243 {
  grid-template-columns: minmax(0, 1fr) 15.1875rem;
}

.grid-rgt244 {
  grid-template-columns: minmax(0, 1fr) 15.25rem;
}

.grid-rgt245 {
  grid-template-columns: minmax(0, 1fr) 15.3125rem;
}

.grid-rgt246 {
  grid-template-columns: minmax(0, 1fr) 15.375rem;
}

.grid-rgt247 {
  grid-template-columns: minmax(0, 1fr) 15.4375rem;
}

.grid-rgt248 {
  grid-template-columns: minmax(0, 1fr) 15.5rem;
}

.grid-rgt249 {
  grid-template-columns: minmax(0, 1fr) 15.5625rem;
}

.grid-rgt250 {
  grid-template-columns: minmax(0, 1fr) 15.625rem;
}

.grid-rgt251 {
  grid-template-columns: minmax(0, 1fr) 15.6875rem;
}

.grid-rgt252 {
  grid-template-columns: minmax(0, 1fr) 15.75rem;
}

.grid-rgt253 {
  grid-template-columns: minmax(0, 1fr) 15.8125rem;
}

.grid-rgt254 {
  grid-template-columns: minmax(0, 1fr) 15.875rem;
}

.grid-rgt255 {
  grid-template-columns: minmax(0, 1fr) 15.9375rem;
}

.grid-rgt256 {
  grid-template-columns: minmax(0, 1fr) 16rem;
}

.grid-rgt257 {
  grid-template-columns: minmax(0, 1fr) 16.0625rem;
}

.grid-rgt258 {
  grid-template-columns: minmax(0, 1fr) 16.125rem;
}

.grid-rgt259 {
  grid-template-columns: minmax(0, 1fr) 16.1875rem;
}

.grid-rgt260 {
  grid-template-columns: minmax(0, 1fr) 16.25rem;
}

.grid-rgt261 {
  grid-template-columns: minmax(0, 1fr) 16.3125rem;
}

.grid-rgt262 {
  grid-template-columns: minmax(0, 1fr) 16.375rem;
}

.grid-rgt263 {
  grid-template-columns: minmax(0, 1fr) 16.4375rem;
}

.grid-rgt264 {
  grid-template-columns: minmax(0, 1fr) 16.5rem;
}

.grid-rgt265 {
  grid-template-columns: minmax(0, 1fr) 16.5625rem;
}

.grid-rgt266 {
  grid-template-columns: minmax(0, 1fr) 16.625rem;
}

.grid-rgt267 {
  grid-template-columns: minmax(0, 1fr) 16.6875rem;
}

.grid-rgt268 {
  grid-template-columns: minmax(0, 1fr) 16.75rem;
}

.grid-rgt269 {
  grid-template-columns: minmax(0, 1fr) 16.8125rem;
}

.grid-rgt270 {
  grid-template-columns: minmax(0, 1fr) 16.875rem;
}

.grid-rgt271 {
  grid-template-columns: minmax(0, 1fr) 16.9375rem;
}

.grid-rgt272 {
  grid-template-columns: minmax(0, 1fr) 17rem;
}

.grid-rgt273 {
  grid-template-columns: minmax(0, 1fr) 17.0625rem;
}

.grid-rgt274 {
  grid-template-columns: minmax(0, 1fr) 17.125rem;
}

.grid-rgt275 {
  grid-template-columns: minmax(0, 1fr) 17.1875rem;
}

.grid-rgt276 {
  grid-template-columns: minmax(0, 1fr) 17.25rem;
}

.grid-rgt277 {
  grid-template-columns: minmax(0, 1fr) 17.3125rem;
}

.grid-rgt278 {
  grid-template-columns: minmax(0, 1fr) 17.375rem;
}

.grid-rgt279 {
  grid-template-columns: minmax(0, 1fr) 17.4375rem;
}

.grid-rgt280 {
  grid-template-columns: minmax(0, 1fr) 17.5rem;
}

.grid-rgt281 {
  grid-template-columns: minmax(0, 1fr) 17.5625rem;
}

.grid-rgt282 {
  grid-template-columns: minmax(0, 1fr) 17.625rem;
}

.grid-rgt283 {
  grid-template-columns: minmax(0, 1fr) 17.6875rem;
}

.grid-rgt284 {
  grid-template-columns: minmax(0, 1fr) 17.75rem;
}

.grid-rgt285 {
  grid-template-columns: minmax(0, 1fr) 17.8125rem;
}

.grid-rgt286 {
  grid-template-columns: minmax(0, 1fr) 17.875rem;
}

.grid-rgt287 {
  grid-template-columns: minmax(0, 1fr) 17.9375rem;
}

.grid-rgt288 {
  grid-template-columns: minmax(0, 1fr) 18rem;
}

.grid-rgt289 {
  grid-template-columns: minmax(0, 1fr) 18.0625rem;
}

.grid-rgt290 {
  grid-template-columns: minmax(0, 1fr) 18.125rem;
}

.grid-rgt291 {
  grid-template-columns: minmax(0, 1fr) 18.1875rem;
}

.grid-rgt292 {
  grid-template-columns: minmax(0, 1fr) 18.25rem;
}

.grid-rgt293 {
  grid-template-columns: minmax(0, 1fr) 18.3125rem;
}

.grid-rgt294 {
  grid-template-columns: minmax(0, 1fr) 18.375rem;
}

.grid-rgt295 {
  grid-template-columns: minmax(0, 1fr) 18.4375rem;
}

.grid-rgt296 {
  grid-template-columns: minmax(0, 1fr) 18.5rem;
}

.grid-rgt297 {
  grid-template-columns: minmax(0, 1fr) 18.5625rem;
}

.grid-rgt298 {
  grid-template-columns: minmax(0, 1fr) 18.625rem;
}

.grid-rgt299 {
  grid-template-columns: minmax(0, 1fr) 18.6875rem;
}

.grid-rgt300 {
  grid-template-columns: minmax(0, 1fr) 18.75rem;
}

.grid-rgt301 {
  grid-template-columns: minmax(0, 1fr) 18.8125rem;
}

.grid-rgt302 {
  grid-template-columns: minmax(0, 1fr) 18.875rem;
}

.grid-rgt303 {
  grid-template-columns: minmax(0, 1fr) 18.9375rem;
}

.grid-rgt304 {
  grid-template-columns: minmax(0, 1fr) 19rem;
}

.grid-rgt305 {
  grid-template-columns: minmax(0, 1fr) 19.0625rem;
}

.grid-rgt306 {
  grid-template-columns: minmax(0, 1fr) 19.125rem;
}

.grid-rgt307 {
  grid-template-columns: minmax(0, 1fr) 19.1875rem;
}

.grid-rgt308 {
  grid-template-columns: minmax(0, 1fr) 19.25rem;
}

.grid-rgt309 {
  grid-template-columns: minmax(0, 1fr) 19.3125rem;
}

.grid-rgt310 {
  grid-template-columns: minmax(0, 1fr) 19.375rem;
}

.grid-rgt311 {
  grid-template-columns: minmax(0, 1fr) 19.4375rem;
}

.grid-rgt312 {
  grid-template-columns: minmax(0, 1fr) 19.5rem;
}

.grid-rgt313 {
  grid-template-columns: minmax(0, 1fr) 19.5625rem;
}

.grid-rgt314 {
  grid-template-columns: minmax(0, 1fr) 19.625rem;
}

.grid-rgt315 {
  grid-template-columns: minmax(0, 1fr) 19.6875rem;
}

.grid-rgt316 {
  grid-template-columns: minmax(0, 1fr) 19.75rem;
}

.grid-rgt317 {
  grid-template-columns: minmax(0, 1fr) 19.8125rem;
}

.grid-rgt318 {
  grid-template-columns: minmax(0, 1fr) 19.875rem;
}

.grid-rgt319 {
  grid-template-columns: minmax(0, 1fr) 19.9375rem;
}

.grid-rgt320 {
  grid-template-columns: minmax(0, 1fr) 20rem;
}

.grid-rgt321 {
  grid-template-columns: minmax(0, 1fr) 20.0625rem;
}

.grid-rgt322 {
  grid-template-columns: minmax(0, 1fr) 20.125rem;
}

.grid-rgt323 {
  grid-template-columns: minmax(0, 1fr) 20.1875rem;
}

.grid-rgt324 {
  grid-template-columns: minmax(0, 1fr) 20.25rem;
}

.grid-rgt325 {
  grid-template-columns: minmax(0, 1fr) 20.3125rem;
}

.grid-rgt326 {
  grid-template-columns: minmax(0, 1fr) 20.375rem;
}

.grid-rgt327 {
  grid-template-columns: minmax(0, 1fr) 20.4375rem;
}

.grid-rgt328 {
  grid-template-columns: minmax(0, 1fr) 20.5rem;
}

.grid-rgt329 {
  grid-template-columns: minmax(0, 1fr) 20.5625rem;
}

.grid-rgt330 {
  grid-template-columns: minmax(0, 1fr) 20.625rem;
}

.grid-rgt331 {
  grid-template-columns: minmax(0, 1fr) 20.6875rem;
}

.grid-rgt332 {
  grid-template-columns: minmax(0, 1fr) 20.75rem;
}

.grid-rgt333 {
  grid-template-columns: minmax(0, 1fr) 20.8125rem;
}

.grid-rgt334 {
  grid-template-columns: minmax(0, 1fr) 20.875rem;
}

.grid-rgt335 {
  grid-template-columns: minmax(0, 1fr) 20.9375rem;
}

.grid-rgt336 {
  grid-template-columns: minmax(0, 1fr) 21rem;
}

.grid-rgt337 {
  grid-template-columns: minmax(0, 1fr) 21.0625rem;
}

.grid-rgt338 {
  grid-template-columns: minmax(0, 1fr) 21.125rem;
}

.grid-rgt339 {
  grid-template-columns: minmax(0, 1fr) 21.1875rem;
}

.grid-rgt340 {
  grid-template-columns: minmax(0, 1fr) 21.25rem;
}

.grid-rgt341 {
  grid-template-columns: minmax(0, 1fr) 21.3125rem;
}

.grid-rgt342 {
  grid-template-columns: minmax(0, 1fr) 21.375rem;
}

.grid-rgt343 {
  grid-template-columns: minmax(0, 1fr) 21.4375rem;
}

.grid-rgt344 {
  grid-template-columns: minmax(0, 1fr) 21.5rem;
}

.grid-rgt345 {
  grid-template-columns: minmax(0, 1fr) 21.5625rem;
}

.grid-rgt346 {
  grid-template-columns: minmax(0, 1fr) 21.625rem;
}

.grid-rgt347 {
  grid-template-columns: minmax(0, 1fr) 21.6875rem;
}

.grid-rgt348 {
  grid-template-columns: minmax(0, 1fr) 21.75rem;
}

.grid-rgt349 {
  grid-template-columns: minmax(0, 1fr) 21.8125rem;
}

.grid-rgt350 {
  grid-template-columns: minmax(0, 1fr) 21.875rem;
}

.grid-rgt351 {
  grid-template-columns: minmax(0, 1fr) 21.9375rem;
}

.grid-rgt352 {
  grid-template-columns: minmax(0, 1fr) 22rem;
}

.grid-rgt353 {
  grid-template-columns: minmax(0, 1fr) 22.0625rem;
}

.grid-rgt354 {
  grid-template-columns: minmax(0, 1fr) 22.125rem;
}

.grid-rgt355 {
  grid-template-columns: minmax(0, 1fr) 22.1875rem;
}

.grid-rgt356 {
  grid-template-columns: minmax(0, 1fr) 22.25rem;
}

.grid-rgt357 {
  grid-template-columns: minmax(0, 1fr) 22.3125rem;
}

.grid-rgt358 {
  grid-template-columns: minmax(0, 1fr) 22.375rem;
}

.grid-rgt359 {
  grid-template-columns: minmax(0, 1fr) 22.4375rem;
}

.grid-rgt360 {
  grid-template-columns: minmax(0, 1fr) 22.5rem;
}

.grid-rgt361 {
  grid-template-columns: minmax(0, 1fr) 22.5625rem;
}

.grid-rgt362 {
  grid-template-columns: minmax(0, 1fr) 22.625rem;
}

.grid-rgt363 {
  grid-template-columns: minmax(0, 1fr) 22.6875rem;
}

.grid-rgt364 {
  grid-template-columns: minmax(0, 1fr) 22.75rem;
}

.grid-rgt365 {
  grid-template-columns: minmax(0, 1fr) 22.8125rem;
}

.grid-rgt366 {
  grid-template-columns: minmax(0, 1fr) 22.875rem;
}

.grid-rgt367 {
  grid-template-columns: minmax(0, 1fr) 22.9375rem;
}

.grid-rgt368 {
  grid-template-columns: minmax(0, 1fr) 23rem;
}

.grid-rgt369 {
  grid-template-columns: minmax(0, 1fr) 23.0625rem;
}

.grid-rgt370 {
  grid-template-columns: minmax(0, 1fr) 23.125rem;
}

.grid-rgt371 {
  grid-template-columns: minmax(0, 1fr) 23.1875rem;
}

.grid-rgt372 {
  grid-template-columns: minmax(0, 1fr) 23.25rem;
}

.grid-rgt373 {
  grid-template-columns: minmax(0, 1fr) 23.3125rem;
}

.grid-rgt374 {
  grid-template-columns: minmax(0, 1fr) 23.375rem;
}

.grid-rgt375 {
  grid-template-columns: minmax(0, 1fr) 23.4375rem;
}

.grid-rgt376 {
  grid-template-columns: minmax(0, 1fr) 23.5rem;
}

.grid-rgt377 {
  grid-template-columns: minmax(0, 1fr) 23.5625rem;
}

.grid-rgt378 {
  grid-template-columns: minmax(0, 1fr) 23.625rem;
}

.grid-rgt379 {
  grid-template-columns: minmax(0, 1fr) 23.6875rem;
}

.grid-rgt380 {
  grid-template-columns: minmax(0, 1fr) 23.75rem;
}

.grid-rgt381 {
  grid-template-columns: minmax(0, 1fr) 23.8125rem;
}

.grid-rgt382 {
  grid-template-columns: minmax(0, 1fr) 23.875rem;
}

.grid-rgt383 {
  grid-template-columns: minmax(0, 1fr) 23.9375rem;
}

.grid-rgt384 {
  grid-template-columns: minmax(0, 1fr) 24rem;
}

.grid-rgt385 {
  grid-template-columns: minmax(0, 1fr) 24.0625rem;
}

.grid-rgt386 {
  grid-template-columns: minmax(0, 1fr) 24.125rem;
}

.grid-rgt387 {
  grid-template-columns: minmax(0, 1fr) 24.1875rem;
}

.grid-rgt388 {
  grid-template-columns: minmax(0, 1fr) 24.25rem;
}

.grid-rgt389 {
  grid-template-columns: minmax(0, 1fr) 24.3125rem;
}

.grid-rgt390 {
  grid-template-columns: minmax(0, 1fr) 24.375rem;
}

.grid-rgt391 {
  grid-template-columns: minmax(0, 1fr) 24.4375rem;
}

.grid-rgt392 {
  grid-template-columns: minmax(0, 1fr) 24.5rem;
}

.grid-rgt393 {
  grid-template-columns: minmax(0, 1fr) 24.5625rem;
}

.grid-rgt394 {
  grid-template-columns: minmax(0, 1fr) 24.625rem;
}

.grid-rgt395 {
  grid-template-columns: minmax(0, 1fr) 24.6875rem;
}

.grid-rgt396 {
  grid-template-columns: minmax(0, 1fr) 24.75rem;
}

.grid-rgt397 {
  grid-template-columns: minmax(0, 1fr) 24.8125rem;
}

.grid-rgt398 {
  grid-template-columns: minmax(0, 1fr) 24.875rem;
}

.grid-rgt399 {
  grid-template-columns: minmax(0, 1fr) 24.9375rem;
}

.grid-rgt400 {
  grid-template-columns: minmax(0, 1fr) 25rem;
}

.grid-rgt401 {
  grid-template-columns: minmax(0, 1fr) 25.0625rem;
}

.grid-rgt402 {
  grid-template-columns: minmax(0, 1fr) 25.125rem;
}

.grid-rgt403 {
  grid-template-columns: minmax(0, 1fr) 25.1875rem;
}

.grid-rgt404 {
  grid-template-columns: minmax(0, 1fr) 25.25rem;
}

.grid-rgt405 {
  grid-template-columns: minmax(0, 1fr) 25.3125rem;
}

.grid-rgt406 {
  grid-template-columns: minmax(0, 1fr) 25.375rem;
}

.grid-rgt407 {
  grid-template-columns: minmax(0, 1fr) 25.4375rem;
}

.grid-rgt408 {
  grid-template-columns: minmax(0, 1fr) 25.5rem;
}

.grid-rgt409 {
  grid-template-columns: minmax(0, 1fr) 25.5625rem;
}

.grid-rgt410 {
  grid-template-columns: minmax(0, 1fr) 25.625rem;
}

.grid-rgt411 {
  grid-template-columns: minmax(0, 1fr) 25.6875rem;
}

.grid-rgt412 {
  grid-template-columns: minmax(0, 1fr) 25.75rem;
}

.grid-rgt413 {
  grid-template-columns: minmax(0, 1fr) 25.8125rem;
}

.grid-rgt414 {
  grid-template-columns: minmax(0, 1fr) 25.875rem;
}

.grid-rgt415 {
  grid-template-columns: minmax(0, 1fr) 25.9375rem;
}

.grid-rgt416 {
  grid-template-columns: minmax(0, 1fr) 26rem;
}

.grid-rgt417 {
  grid-template-columns: minmax(0, 1fr) 26.0625rem;
}

.grid-rgt418 {
  grid-template-columns: minmax(0, 1fr) 26.125rem;
}

.grid-rgt419 {
  grid-template-columns: minmax(0, 1fr) 26.1875rem;
}

.grid-rgt420 {
  grid-template-columns: minmax(0, 1fr) 26.25rem;
}

.grid-rgt421 {
  grid-template-columns: minmax(0, 1fr) 26.3125rem;
}

.grid-rgt422 {
  grid-template-columns: minmax(0, 1fr) 26.375rem;
}

.grid-rgt423 {
  grid-template-columns: minmax(0, 1fr) 26.4375rem;
}

.grid-rgt424 {
  grid-template-columns: minmax(0, 1fr) 26.5rem;
}

.grid-rgt425 {
  grid-template-columns: minmax(0, 1fr) 26.5625rem;
}

.grid-rgt426 {
  grid-template-columns: minmax(0, 1fr) 26.625rem;
}

.grid-rgt427 {
  grid-template-columns: minmax(0, 1fr) 26.6875rem;
}

.grid-rgt428 {
  grid-template-columns: minmax(0, 1fr) 26.75rem;
}

.grid-rgt429 {
  grid-template-columns: minmax(0, 1fr) 26.8125rem;
}

.grid-rgt430 {
  grid-template-columns: minmax(0, 1fr) 26.875rem;
}

.grid-rgt431 {
  grid-template-columns: minmax(0, 1fr) 26.9375rem;
}

.grid-rgt432 {
  grid-template-columns: minmax(0, 1fr) 27rem;
}

.grid-rgt433 {
  grid-template-columns: minmax(0, 1fr) 27.0625rem;
}

.grid-rgt434 {
  grid-template-columns: minmax(0, 1fr) 27.125rem;
}

.grid-rgt435 {
  grid-template-columns: minmax(0, 1fr) 27.1875rem;
}

.grid-rgt436 {
  grid-template-columns: minmax(0, 1fr) 27.25rem;
}

.grid-rgt437 {
  grid-template-columns: minmax(0, 1fr) 27.3125rem;
}

.grid-rgt438 {
  grid-template-columns: minmax(0, 1fr) 27.375rem;
}

.grid-rgt439 {
  grid-template-columns: minmax(0, 1fr) 27.4375rem;
}

.grid-rgt440 {
  grid-template-columns: minmax(0, 1fr) 27.5rem;
}

.grid-rgt441 {
  grid-template-columns: minmax(0, 1fr) 27.5625rem;
}

.grid-rgt442 {
  grid-template-columns: minmax(0, 1fr) 27.625rem;
}

.grid-rgt443 {
  grid-template-columns: minmax(0, 1fr) 27.6875rem;
}

.grid-rgt444 {
  grid-template-columns: minmax(0, 1fr) 27.75rem;
}

.grid-rgt445 {
  grid-template-columns: minmax(0, 1fr) 27.8125rem;
}

.grid-rgt446 {
  grid-template-columns: minmax(0, 1fr) 27.875rem;
}

.grid-rgt447 {
  grid-template-columns: minmax(0, 1fr) 27.9375rem;
}

.grid-rgt448 {
  grid-template-columns: minmax(0, 1fr) 28rem;
}

.grid-rgt449 {
  grid-template-columns: minmax(0, 1fr) 28.0625rem;
}

.grid-rgt450 {
  grid-template-columns: minmax(0, 1fr) 28.125rem;
}

.grid-rgt451 {
  grid-template-columns: minmax(0, 1fr) 28.1875rem;
}

.grid-rgt452 {
  grid-template-columns: minmax(0, 1fr) 28.25rem;
}

.grid-rgt453 {
  grid-template-columns: minmax(0, 1fr) 28.3125rem;
}

.grid-rgt454 {
  grid-template-columns: minmax(0, 1fr) 28.375rem;
}

.grid-rgt455 {
  grid-template-columns: minmax(0, 1fr) 28.4375rem;
}

.grid-rgt456 {
  grid-template-columns: minmax(0, 1fr) 28.5rem;
}

.grid-rgt457 {
  grid-template-columns: minmax(0, 1fr) 28.5625rem;
}

.grid-rgt458 {
  grid-template-columns: minmax(0, 1fr) 28.625rem;
}

.grid-rgt459 {
  grid-template-columns: minmax(0, 1fr) 28.6875rem;
}

.grid-rgt460 {
  grid-template-columns: minmax(0, 1fr) 28.75rem;
}

.grid-rgt461 {
  grid-template-columns: minmax(0, 1fr) 28.8125rem;
}

.grid-rgt462 {
  grid-template-columns: minmax(0, 1fr) 28.875rem;
}

.grid-rgt463 {
  grid-template-columns: minmax(0, 1fr) 28.9375rem;
}

.grid-rgt464 {
  grid-template-columns: minmax(0, 1fr) 29rem;
}

.grid-rgt465 {
  grid-template-columns: minmax(0, 1fr) 29.0625rem;
}

.grid-rgt466 {
  grid-template-columns: minmax(0, 1fr) 29.125rem;
}

.grid-rgt467 {
  grid-template-columns: minmax(0, 1fr) 29.1875rem;
}

.grid-rgt468 {
  grid-template-columns: minmax(0, 1fr) 29.25rem;
}

.grid-rgt469 {
  grid-template-columns: minmax(0, 1fr) 29.3125rem;
}

.grid-rgt470 {
  grid-template-columns: minmax(0, 1fr) 29.375rem;
}

.grid-rgt471 {
  grid-template-columns: minmax(0, 1fr) 29.4375rem;
}

.grid-rgt472 {
  grid-template-columns: minmax(0, 1fr) 29.5rem;
}

.grid-rgt473 {
  grid-template-columns: minmax(0, 1fr) 29.5625rem;
}

.grid-rgt474 {
  grid-template-columns: minmax(0, 1fr) 29.625rem;
}

.grid-rgt475 {
  grid-template-columns: minmax(0, 1fr) 29.6875rem;
}

.grid-rgt476 {
  grid-template-columns: minmax(0, 1fr) 29.75rem;
}

.grid-rgt477 {
  grid-template-columns: minmax(0, 1fr) 29.8125rem;
}

.grid-rgt478 {
  grid-template-columns: minmax(0, 1fr) 29.875rem;
}

.grid-rgt479 {
  grid-template-columns: minmax(0, 1fr) 29.9375rem;
}

.grid-rgt480 {
  grid-template-columns: minmax(0, 1fr) 30rem;
}

.grid-rgt481 {
  grid-template-columns: minmax(0, 1fr) 30.0625rem;
}

.grid-rgt482 {
  grid-template-columns: minmax(0, 1fr) 30.125rem;
}

.grid-rgt483 {
  grid-template-columns: minmax(0, 1fr) 30.1875rem;
}

.grid-rgt484 {
  grid-template-columns: minmax(0, 1fr) 30.25rem;
}

.grid-rgt485 {
  grid-template-columns: minmax(0, 1fr) 30.3125rem;
}

.grid-rgt486 {
  grid-template-columns: minmax(0, 1fr) 30.375rem;
}

.grid-rgt487 {
  grid-template-columns: minmax(0, 1fr) 30.4375rem;
}

.grid-rgt488 {
  grid-template-columns: minmax(0, 1fr) 30.5rem;
}

.grid-rgt489 {
  grid-template-columns: minmax(0, 1fr) 30.5625rem;
}

.grid-rgt490 {
  grid-template-columns: minmax(0, 1fr) 30.625rem;
}

.grid-rgt491 {
  grid-template-columns: minmax(0, 1fr) 30.6875rem;
}

.grid-rgt492 {
  grid-template-columns: minmax(0, 1fr) 30.75rem;
}

.grid-rgt493 {
  grid-template-columns: minmax(0, 1fr) 30.8125rem;
}

.grid-rgt494 {
  grid-template-columns: minmax(0, 1fr) 30.875rem;
}

.grid-rgt495 {
  grid-template-columns: minmax(0, 1fr) 30.9375rem;
}

.grid-rgt496 {
  grid-template-columns: minmax(0, 1fr) 31rem;
}

.grid-rgt497 {
  grid-template-columns: minmax(0, 1fr) 31.0625rem;
}

.grid-rgt498 {
  grid-template-columns: minmax(0, 1fr) 31.125rem;
}

.grid-rgt499 {
  grid-template-columns: minmax(0, 1fr) 31.1875rem;
}

.grid-rgt500 {
  grid-template-columns: minmax(0, 1fr) 31.25rem;
}

.grid-lft100 {
  grid-template-columns: 6.25rem minmax(0, 1fr);
}

.grid-lft101 {
  grid-template-columns: 6.3125rem minmax(0, 1fr);
}

.grid-lft102 {
  grid-template-columns: 6.375rem minmax(0, 1fr);
}

.grid-lft103 {
  grid-template-columns: 6.4375rem minmax(0, 1fr);
}

.grid-lft104 {
  grid-template-columns: 6.5rem minmax(0, 1fr);
}

.grid-lft105 {
  grid-template-columns: 6.5625rem minmax(0, 1fr);
}

.grid-lft106 {
  grid-template-columns: 6.625rem minmax(0, 1fr);
}

.grid-lft107 {
  grid-template-columns: 6.6875rem minmax(0, 1fr);
}

.grid-lft108 {
  grid-template-columns: 6.75rem minmax(0, 1fr);
}

.grid-lft109 {
  grid-template-columns: 6.8125rem minmax(0, 1fr);
}

.grid-lft110 {
  grid-template-columns: 6.875rem minmax(0, 1fr);
}

.grid-lft111 {
  grid-template-columns: 6.9375rem minmax(0, 1fr);
}

.grid-lft112 {
  grid-template-columns: 7rem minmax(0, 1fr);
}

.grid-lft113 {
  grid-template-columns: 7.0625rem minmax(0, 1fr);
}

.grid-lft114 {
  grid-template-columns: 7.125rem minmax(0, 1fr);
}

.grid-lft115 {
  grid-template-columns: 7.1875rem minmax(0, 1fr);
}

.grid-lft116 {
  grid-template-columns: 7.25rem minmax(0, 1fr);
}

.grid-lft117 {
  grid-template-columns: 7.3125rem minmax(0, 1fr);
}

.grid-lft118 {
  grid-template-columns: 7.375rem minmax(0, 1fr);
}

.grid-lft119 {
  grid-template-columns: 7.4375rem minmax(0, 1fr);
}

.grid-lft120 {
  grid-template-columns: 7.5rem minmax(0, 1fr);
}

.grid-lft121 {
  grid-template-columns: 7.5625rem minmax(0, 1fr);
}

.grid-lft122 {
  grid-template-columns: 7.625rem minmax(0, 1fr);
}

.grid-lft123 {
  grid-template-columns: 7.6875rem minmax(0, 1fr);
}

.grid-lft124 {
  grid-template-columns: 7.75rem minmax(0, 1fr);
}

.grid-lft125 {
  grid-template-columns: 7.8125rem minmax(0, 1fr);
}

.grid-lft126 {
  grid-template-columns: 7.875rem minmax(0, 1fr);
}

.grid-lft127 {
  grid-template-columns: 7.9375rem minmax(0, 1fr);
}

.grid-lft128 {
  grid-template-columns: 8rem minmax(0, 1fr);
}

.grid-lft129 {
  grid-template-columns: 8.0625rem minmax(0, 1fr);
}

.grid-lft130 {
  grid-template-columns: 8.125rem minmax(0, 1fr);
}

.grid-lft131 {
  grid-template-columns: 8.1875rem minmax(0, 1fr);
}

.grid-lft132 {
  grid-template-columns: 8.25rem minmax(0, 1fr);
}

.grid-lft133 {
  grid-template-columns: 8.3125rem minmax(0, 1fr);
}

.grid-lft134 {
  grid-template-columns: 8.375rem minmax(0, 1fr);
}

.grid-lft135 {
  grid-template-columns: 8.4375rem minmax(0, 1fr);
}

.grid-lft136 {
  grid-template-columns: 8.5rem minmax(0, 1fr);
}

.grid-lft137 {
  grid-template-columns: 8.5625rem minmax(0, 1fr);
}

.grid-lft138 {
  grid-template-columns: 8.625rem minmax(0, 1fr);
}

.grid-lft139 {
  grid-template-columns: 8.6875rem minmax(0, 1fr);
}

.grid-lft140 {
  grid-template-columns: 8.75rem minmax(0, 1fr);
}

.grid-lft141 {
  grid-template-columns: 8.8125rem minmax(0, 1fr);
}

.grid-lft142 {
  grid-template-columns: 8.875rem minmax(0, 1fr);
}

.grid-lft143 {
  grid-template-columns: 8.9375rem minmax(0, 1fr);
}

.grid-lft144 {
  grid-template-columns: 9rem minmax(0, 1fr);
}

.grid-lft145 {
  grid-template-columns: 9.0625rem minmax(0, 1fr);
}

.grid-lft146 {
  grid-template-columns: 9.125rem minmax(0, 1fr);
}

.grid-lft147 {
  grid-template-columns: 9.1875rem minmax(0, 1fr);
}

.grid-lft148 {
  grid-template-columns: 9.25rem minmax(0, 1fr);
}

.grid-lft149 {
  grid-template-columns: 9.3125rem minmax(0, 1fr);
}

.grid-lft150 {
  grid-template-columns: 9.375rem minmax(0, 1fr);
}

.grid-lft151 {
  grid-template-columns: 9.4375rem minmax(0, 1fr);
}

.grid-lft152 {
  grid-template-columns: 9.5rem minmax(0, 1fr);
}

.grid-lft153 {
  grid-template-columns: 9.5625rem minmax(0, 1fr);
}

.grid-lft154 {
  grid-template-columns: 9.625rem minmax(0, 1fr);
}

.grid-lft155 {
  grid-template-columns: 9.6875rem minmax(0, 1fr);
}

.grid-lft156 {
  grid-template-columns: 9.75rem minmax(0, 1fr);
}

.grid-lft157 {
  grid-template-columns: 9.8125rem minmax(0, 1fr);
}

.grid-lft158 {
  grid-template-columns: 9.875rem minmax(0, 1fr);
}

.grid-lft159 {
  grid-template-columns: 9.9375rem minmax(0, 1fr);
}

.grid-lft160 {
  grid-template-columns: 10rem minmax(0, 1fr);
}

.grid-lft161 {
  grid-template-columns: 10.0625rem minmax(0, 1fr);
}

.grid-lft162 {
  grid-template-columns: 10.125rem minmax(0, 1fr);
}

.grid-lft163 {
  grid-template-columns: 10.1875rem minmax(0, 1fr);
}

.grid-lft164 {
  grid-template-columns: 10.25rem minmax(0, 1fr);
}

.grid-lft165 {
  grid-template-columns: 10.3125rem minmax(0, 1fr);
}

.grid-lft166 {
  grid-template-columns: 10.375rem minmax(0, 1fr);
}

.grid-lft167 {
  grid-template-columns: 10.4375rem minmax(0, 1fr);
}

.grid-lft168 {
  grid-template-columns: 10.5rem minmax(0, 1fr);
}

.grid-lft169 {
  grid-template-columns: 10.5625rem minmax(0, 1fr);
}

.grid-lft170 {
  grid-template-columns: 10.625rem minmax(0, 1fr);
}

.grid-lft171 {
  grid-template-columns: 10.6875rem minmax(0, 1fr);
}

.grid-lft172 {
  grid-template-columns: 10.75rem minmax(0, 1fr);
}

.grid-lft173 {
  grid-template-columns: 10.8125rem minmax(0, 1fr);
}

.grid-lft174 {
  grid-template-columns: 10.875rem minmax(0, 1fr);
}

.grid-lft175 {
  grid-template-columns: 10.9375rem minmax(0, 1fr);
}

.grid-lft176 {
  grid-template-columns: 11rem minmax(0, 1fr);
}

.grid-lft177 {
  grid-template-columns: 11.0625rem minmax(0, 1fr);
}

.grid-lft178 {
  grid-template-columns: 11.125rem minmax(0, 1fr);
}

.grid-lft179 {
  grid-template-columns: 11.1875rem minmax(0, 1fr);
}

.grid-lft180 {
  grid-template-columns: 11.25rem minmax(0, 1fr);
}

.grid-lft181 {
  grid-template-columns: 11.3125rem minmax(0, 1fr);
}

.grid-lft182 {
  grid-template-columns: 11.375rem minmax(0, 1fr);
}

.grid-lft183 {
  grid-template-columns: 11.4375rem minmax(0, 1fr);
}

.grid-lft184 {
  grid-template-columns: 11.5rem minmax(0, 1fr);
}

.grid-lft185 {
  grid-template-columns: 11.5625rem minmax(0, 1fr);
}

.grid-lft186 {
  grid-template-columns: 11.625rem minmax(0, 1fr);
}

.grid-lft187 {
  grid-template-columns: 11.6875rem minmax(0, 1fr);
}

.grid-lft188 {
  grid-template-columns: 11.75rem minmax(0, 1fr);
}

.grid-lft189 {
  grid-template-columns: 11.8125rem minmax(0, 1fr);
}

.grid-lft190 {
  grid-template-columns: 11.875rem minmax(0, 1fr);
}

.grid-lft191 {
  grid-template-columns: 11.9375rem minmax(0, 1fr);
}

.grid-lft192 {
  grid-template-columns: 12rem minmax(0, 1fr);
}

.grid-lft193 {
  grid-template-columns: 12.0625rem minmax(0, 1fr);
}

.grid-lft194 {
  grid-template-columns: 12.125rem minmax(0, 1fr);
}

.grid-lft195 {
  grid-template-columns: 12.1875rem minmax(0, 1fr);
}

.grid-lft196 {
  grid-template-columns: 12.25rem minmax(0, 1fr);
}

.grid-lft197 {
  grid-template-columns: 12.3125rem minmax(0, 1fr);
}

.grid-lft198 {
  grid-template-columns: 12.375rem minmax(0, 1fr);
}

.grid-lft199 {
  grid-template-columns: 12.4375rem minmax(0, 1fr);
}

.grid-lft200 {
  grid-template-columns: 12.5rem minmax(0, 1fr);
}

.grid-lft201 {
  grid-template-columns: 12.5625rem minmax(0, 1fr);
}

.grid-lft202 {
  grid-template-columns: 12.625rem minmax(0, 1fr);
}

.grid-lft203 {
  grid-template-columns: 12.6875rem minmax(0, 1fr);
}

.grid-lft204 {
  grid-template-columns: 12.75rem minmax(0, 1fr);
}

.grid-lft205 {
  grid-template-columns: 12.8125rem minmax(0, 1fr);
}

.grid-lft206 {
  grid-template-columns: 12.875rem minmax(0, 1fr);
}

.grid-lft207 {
  grid-template-columns: 12.9375rem minmax(0, 1fr);
}

.grid-lft208 {
  grid-template-columns: 13rem minmax(0, 1fr);
}

.grid-lft209 {
  grid-template-columns: 13.0625rem minmax(0, 1fr);
}

.grid-lft210 {
  grid-template-columns: 13.125rem minmax(0, 1fr);
}

.grid-lft211 {
  grid-template-columns: 13.1875rem minmax(0, 1fr);
}

.grid-lft212 {
  grid-template-columns: 13.25rem minmax(0, 1fr);
}

.grid-lft213 {
  grid-template-columns: 13.3125rem minmax(0, 1fr);
}

.grid-lft214 {
  grid-template-columns: 13.375rem minmax(0, 1fr);
}

.grid-lft215 {
  grid-template-columns: 13.4375rem minmax(0, 1fr);
}

.grid-lft216 {
  grid-template-columns: 13.5rem minmax(0, 1fr);
}

.grid-lft217 {
  grid-template-columns: 13.5625rem minmax(0, 1fr);
}

.grid-lft218 {
  grid-template-columns: 13.625rem minmax(0, 1fr);
}

.grid-lft219 {
  grid-template-columns: 13.6875rem minmax(0, 1fr);
}

.grid-lft220 {
  grid-template-columns: 13.75rem minmax(0, 1fr);
}

.grid-lft221 {
  grid-template-columns: 13.8125rem minmax(0, 1fr);
}

.grid-lft222 {
  grid-template-columns: 13.875rem minmax(0, 1fr);
}

.grid-lft223 {
  grid-template-columns: 13.9375rem minmax(0, 1fr);
}

.grid-lft224 {
  grid-template-columns: 14rem minmax(0, 1fr);
}

.grid-lft225 {
  grid-template-columns: 14.0625rem minmax(0, 1fr);
}

.grid-lft226 {
  grid-template-columns: 14.125rem minmax(0, 1fr);
}

.grid-lft227 {
  grid-template-columns: 14.1875rem minmax(0, 1fr);
}

.grid-lft228 {
  grid-template-columns: 14.25rem minmax(0, 1fr);
}

.grid-lft229 {
  grid-template-columns: 14.3125rem minmax(0, 1fr);
}

.grid-lft230 {
  grid-template-columns: 14.375rem minmax(0, 1fr);
}

.grid-lft231 {
  grid-template-columns: 14.4375rem minmax(0, 1fr);
}

.grid-lft232 {
  grid-template-columns: 14.5rem minmax(0, 1fr);
}

.grid-lft233 {
  grid-template-columns: 14.5625rem minmax(0, 1fr);
}

.grid-lft234 {
  grid-template-columns: 14.625rem minmax(0, 1fr);
}

.grid-lft235 {
  grid-template-columns: 14.6875rem minmax(0, 1fr);
}

.grid-lft236 {
  grid-template-columns: 14.75rem minmax(0, 1fr);
}

.grid-lft237 {
  grid-template-columns: 14.8125rem minmax(0, 1fr);
}

.grid-lft238 {
  grid-template-columns: 14.875rem minmax(0, 1fr);
}

.grid-lft239 {
  grid-template-columns: 14.9375rem minmax(0, 1fr);
}

.grid-lft240 {
  grid-template-columns: 15rem minmax(0, 1fr);
}

.grid-lft241 {
  grid-template-columns: 15.0625rem minmax(0, 1fr);
}

.grid-lft242 {
  grid-template-columns: 15.125rem minmax(0, 1fr);
}

.grid-lft243 {
  grid-template-columns: 15.1875rem minmax(0, 1fr);
}

.grid-lft244 {
  grid-template-columns: 15.25rem minmax(0, 1fr);
}

.grid-lft245 {
  grid-template-columns: 15.3125rem minmax(0, 1fr);
}

.grid-lft246 {
  grid-template-columns: 15.375rem minmax(0, 1fr);
}

.grid-lft247 {
  grid-template-columns: 15.4375rem minmax(0, 1fr);
}

.grid-lft248 {
  grid-template-columns: 15.5rem minmax(0, 1fr);
}

.grid-lft249 {
  grid-template-columns: 15.5625rem minmax(0, 1fr);
}

.grid-lft250 {
  grid-template-columns: 15.625rem minmax(0, 1fr);
}

.grid-lft251 {
  grid-template-columns: 15.6875rem minmax(0, 1fr);
}

.grid-lft252 {
  grid-template-columns: 15.75rem minmax(0, 1fr);
}

.grid-lft253 {
  grid-template-columns: 15.8125rem minmax(0, 1fr);
}

.grid-lft254 {
  grid-template-columns: 15.875rem minmax(0, 1fr);
}

.grid-lft255 {
  grid-template-columns: 15.9375rem minmax(0, 1fr);
}

.grid-lft256 {
  grid-template-columns: 16rem minmax(0, 1fr);
}

.grid-lft257 {
  grid-template-columns: 16.0625rem minmax(0, 1fr);
}

.grid-lft258 {
  grid-template-columns: 16.125rem minmax(0, 1fr);
}

.grid-lft259 {
  grid-template-columns: 16.1875rem minmax(0, 1fr);
}

.grid-lft260 {
  grid-template-columns: 16.25rem minmax(0, 1fr);
}

.grid-lft261 {
  grid-template-columns: 16.3125rem minmax(0, 1fr);
}

.grid-lft262 {
  grid-template-columns: 16.375rem minmax(0, 1fr);
}

.grid-lft263 {
  grid-template-columns: 16.4375rem minmax(0, 1fr);
}

.grid-lft264 {
  grid-template-columns: 16.5rem minmax(0, 1fr);
}

.grid-lft265 {
  grid-template-columns: 16.5625rem minmax(0, 1fr);
}

.grid-lft266 {
  grid-template-columns: 16.625rem minmax(0, 1fr);
}

.grid-lft267 {
  grid-template-columns: 16.6875rem minmax(0, 1fr);
}

.grid-lft268 {
  grid-template-columns: 16.75rem minmax(0, 1fr);
}

.grid-lft269 {
  grid-template-columns: 16.8125rem minmax(0, 1fr);
}

.grid-lft270 {
  grid-template-columns: 16.875rem minmax(0, 1fr);
}

.grid-lft271 {
  grid-template-columns: 16.9375rem minmax(0, 1fr);
}

.grid-lft272 {
  grid-template-columns: 17rem minmax(0, 1fr);
}

.grid-lft273 {
  grid-template-columns: 17.0625rem minmax(0, 1fr);
}

.grid-lft274 {
  grid-template-columns: 17.125rem minmax(0, 1fr);
}

.grid-lft275 {
  grid-template-columns: 17.1875rem minmax(0, 1fr);
}

.grid-lft276 {
  grid-template-columns: 17.25rem minmax(0, 1fr);
}

.grid-lft277 {
  grid-template-columns: 17.3125rem minmax(0, 1fr);
}

.grid-lft278 {
  grid-template-columns: 17.375rem minmax(0, 1fr);
}

.grid-lft279 {
  grid-template-columns: 17.4375rem minmax(0, 1fr);
}

.grid-lft280 {
  grid-template-columns: 17.5rem minmax(0, 1fr);
}

.grid-lft281 {
  grid-template-columns: 17.5625rem minmax(0, 1fr);
}

.grid-lft282 {
  grid-template-columns: 17.625rem minmax(0, 1fr);
}

.grid-lft283 {
  grid-template-columns: 17.6875rem minmax(0, 1fr);
}

.grid-lft284 {
  grid-template-columns: 17.75rem minmax(0, 1fr);
}

.grid-lft285 {
  grid-template-columns: 17.8125rem minmax(0, 1fr);
}

.grid-lft286 {
  grid-template-columns: 17.875rem minmax(0, 1fr);
}

.grid-lft287 {
  grid-template-columns: 17.9375rem minmax(0, 1fr);
}

.grid-lft288 {
  grid-template-columns: 18rem minmax(0, 1fr);
}

.grid-lft289 {
  grid-template-columns: 18.0625rem minmax(0, 1fr);
}

.grid-lft290 {
  grid-template-columns: 18.125rem minmax(0, 1fr);
}

.grid-lft291 {
  grid-template-columns: 18.1875rem minmax(0, 1fr);
}

.grid-lft292 {
  grid-template-columns: 18.25rem minmax(0, 1fr);
}

.grid-lft293 {
  grid-template-columns: 18.3125rem minmax(0, 1fr);
}

.grid-lft294 {
  grid-template-columns: 18.375rem minmax(0, 1fr);
}

.grid-lft295 {
  grid-template-columns: 18.4375rem minmax(0, 1fr);
}

.grid-lft296 {
  grid-template-columns: 18.5rem minmax(0, 1fr);
}

.grid-lft297 {
  grid-template-columns: 18.5625rem minmax(0, 1fr);
}

.grid-lft298 {
  grid-template-columns: 18.625rem minmax(0, 1fr);
}

.grid-lft299 {
  grid-template-columns: 18.6875rem minmax(0, 1fr);
}

.grid-lft300 {
  grid-template-columns: 18.75rem minmax(0, 1fr);
}

.grid-lft301 {
  grid-template-columns: 18.8125rem minmax(0, 1fr);
}

.grid-lft302 {
  grid-template-columns: 18.875rem minmax(0, 1fr);
}

.grid-lft303 {
  grid-template-columns: 18.9375rem minmax(0, 1fr);
}

.grid-lft304 {
  grid-template-columns: 19rem minmax(0, 1fr);
}

.grid-lft305 {
  grid-template-columns: 19.0625rem minmax(0, 1fr);
}

.grid-lft306 {
  grid-template-columns: 19.125rem minmax(0, 1fr);
}

.grid-lft307 {
  grid-template-columns: 19.1875rem minmax(0, 1fr);
}

.grid-lft308 {
  grid-template-columns: 19.25rem minmax(0, 1fr);
}

.grid-lft309 {
  grid-template-columns: 19.3125rem minmax(0, 1fr);
}

.grid-lft310 {
  grid-template-columns: 19.375rem minmax(0, 1fr);
}

.grid-lft311 {
  grid-template-columns: 19.4375rem minmax(0, 1fr);
}

.grid-lft312 {
  grid-template-columns: 19.5rem minmax(0, 1fr);
}

.grid-lft313 {
  grid-template-columns: 19.5625rem minmax(0, 1fr);
}

.grid-lft314 {
  grid-template-columns: 19.625rem minmax(0, 1fr);
}

.grid-lft315 {
  grid-template-columns: 19.6875rem minmax(0, 1fr);
}

.grid-lft316 {
  grid-template-columns: 19.75rem minmax(0, 1fr);
}

.grid-lft317 {
  grid-template-columns: 19.8125rem minmax(0, 1fr);
}

.grid-lft318 {
  grid-template-columns: 19.875rem minmax(0, 1fr);
}

.grid-lft319 {
  grid-template-columns: 19.9375rem minmax(0, 1fr);
}

.grid-lft320 {
  grid-template-columns: 20rem minmax(0, 1fr);
}

.grid-lft321 {
  grid-template-columns: 20.0625rem minmax(0, 1fr);
}

.grid-lft322 {
  grid-template-columns: 20.125rem minmax(0, 1fr);
}

.grid-lft323 {
  grid-template-columns: 20.1875rem minmax(0, 1fr);
}

.grid-lft324 {
  grid-template-columns: 20.25rem minmax(0, 1fr);
}

.grid-lft325 {
  grid-template-columns: 20.3125rem minmax(0, 1fr);
}

.grid-lft326 {
  grid-template-columns: 20.375rem minmax(0, 1fr);
}

.grid-lft327 {
  grid-template-columns: 20.4375rem minmax(0, 1fr);
}

.grid-lft328 {
  grid-template-columns: 20.5rem minmax(0, 1fr);
}

.grid-lft329 {
  grid-template-columns: 20.5625rem minmax(0, 1fr);
}

.grid-lft330 {
  grid-template-columns: 20.625rem minmax(0, 1fr);
}

.grid-lft331 {
  grid-template-columns: 20.6875rem minmax(0, 1fr);
}

.grid-lft332 {
  grid-template-columns: 20.75rem minmax(0, 1fr);
}

.grid-lft333 {
  grid-template-columns: 20.8125rem minmax(0, 1fr);
}

.grid-lft334 {
  grid-template-columns: 20.875rem minmax(0, 1fr);
}

.grid-lft335 {
  grid-template-columns: 20.9375rem minmax(0, 1fr);
}

.grid-lft336 {
  grid-template-columns: 21rem minmax(0, 1fr);
}

.grid-lft337 {
  grid-template-columns: 21.0625rem minmax(0, 1fr);
}

.grid-lft338 {
  grid-template-columns: 21.125rem minmax(0, 1fr);
}

.grid-lft339 {
  grid-template-columns: 21.1875rem minmax(0, 1fr);
}

.grid-lft340 {
  grid-template-columns: 21.25rem minmax(0, 1fr);
}

.grid-lft341 {
  grid-template-columns: 21.3125rem minmax(0, 1fr);
}

.grid-lft342 {
  grid-template-columns: 21.375rem minmax(0, 1fr);
}

.grid-lft343 {
  grid-template-columns: 21.4375rem minmax(0, 1fr);
}

.grid-lft344 {
  grid-template-columns: 21.5rem minmax(0, 1fr);
}

.grid-lft345 {
  grid-template-columns: 21.5625rem minmax(0, 1fr);
}

.grid-lft346 {
  grid-template-columns: 21.625rem minmax(0, 1fr);
}

.grid-lft347 {
  grid-template-columns: 21.6875rem minmax(0, 1fr);
}

.grid-lft348 {
  grid-template-columns: 21.75rem minmax(0, 1fr);
}

.grid-lft349 {
  grid-template-columns: 21.8125rem minmax(0, 1fr);
}

.grid-lft350 {
  grid-template-columns: 21.875rem minmax(0, 1fr);
}

.grid-lft351 {
  grid-template-columns: 21.9375rem minmax(0, 1fr);
}

.grid-lft352 {
  grid-template-columns: 22rem minmax(0, 1fr);
}

.grid-lft353 {
  grid-template-columns: 22.0625rem minmax(0, 1fr);
}

.grid-lft354 {
  grid-template-columns: 22.125rem minmax(0, 1fr);
}

.grid-lft355 {
  grid-template-columns: 22.1875rem minmax(0, 1fr);
}

.grid-lft356 {
  grid-template-columns: 22.25rem minmax(0, 1fr);
}

.grid-lft357 {
  grid-template-columns: 22.3125rem minmax(0, 1fr);
}

.grid-lft358 {
  grid-template-columns: 22.375rem minmax(0, 1fr);
}

.grid-lft359 {
  grid-template-columns: 22.4375rem minmax(0, 1fr);
}

.grid-lft360 {
  grid-template-columns: 22.5rem minmax(0, 1fr);
}

.grid-lft361 {
  grid-template-columns: 22.5625rem minmax(0, 1fr);
}

.grid-lft362 {
  grid-template-columns: 22.625rem minmax(0, 1fr);
}

.grid-lft363 {
  grid-template-columns: 22.6875rem minmax(0, 1fr);
}

.grid-lft364 {
  grid-template-columns: 22.75rem minmax(0, 1fr);
}

.grid-lft365 {
  grid-template-columns: 22.8125rem minmax(0, 1fr);
}

.grid-lft366 {
  grid-template-columns: 22.875rem minmax(0, 1fr);
}

.grid-lft367 {
  grid-template-columns: 22.9375rem minmax(0, 1fr);
}

.grid-lft368 {
  grid-template-columns: 23rem minmax(0, 1fr);
}

.grid-lft369 {
  grid-template-columns: 23.0625rem minmax(0, 1fr);
}

.grid-lft370 {
  grid-template-columns: 23.125rem minmax(0, 1fr);
}

.grid-lft371 {
  grid-template-columns: 23.1875rem minmax(0, 1fr);
}

.grid-lft372 {
  grid-template-columns: 23.25rem minmax(0, 1fr);
}

.grid-lft373 {
  grid-template-columns: 23.3125rem minmax(0, 1fr);
}

.grid-lft374 {
  grid-template-columns: 23.375rem minmax(0, 1fr);
}

.grid-lft375 {
  grid-template-columns: 23.4375rem minmax(0, 1fr);
}

.grid-lft376 {
  grid-template-columns: 23.5rem minmax(0, 1fr);
}

.grid-lft377 {
  grid-template-columns: 23.5625rem minmax(0, 1fr);
}

.grid-lft378 {
  grid-template-columns: 23.625rem minmax(0, 1fr);
}

.grid-lft379 {
  grid-template-columns: 23.6875rem minmax(0, 1fr);
}

.grid-lft380 {
  grid-template-columns: 23.75rem minmax(0, 1fr);
}

.grid-lft381 {
  grid-template-columns: 23.8125rem minmax(0, 1fr);
}

.grid-lft382 {
  grid-template-columns: 23.875rem minmax(0, 1fr);
}

.grid-lft383 {
  grid-template-columns: 23.9375rem minmax(0, 1fr);
}

.grid-lft384 {
  grid-template-columns: 24rem minmax(0, 1fr);
}

.grid-lft385 {
  grid-template-columns: 24.0625rem minmax(0, 1fr);
}

.grid-lft386 {
  grid-template-columns: 24.125rem minmax(0, 1fr);
}

.grid-lft387 {
  grid-template-columns: 24.1875rem minmax(0, 1fr);
}

.grid-lft388 {
  grid-template-columns: 24.25rem minmax(0, 1fr);
}

.grid-lft389 {
  grid-template-columns: 24.3125rem minmax(0, 1fr);
}

.grid-lft390 {
  grid-template-columns: 24.375rem minmax(0, 1fr);
}

.grid-lft391 {
  grid-template-columns: 24.4375rem minmax(0, 1fr);
}

.grid-lft392 {
  grid-template-columns: 24.5rem minmax(0, 1fr);
}

.grid-lft393 {
  grid-template-columns: 24.5625rem minmax(0, 1fr);
}

.grid-lft394 {
  grid-template-columns: 24.625rem minmax(0, 1fr);
}

.grid-lft395 {
  grid-template-columns: 24.6875rem minmax(0, 1fr);
}

.grid-lft396 {
  grid-template-columns: 24.75rem minmax(0, 1fr);
}

.grid-lft397 {
  grid-template-columns: 24.8125rem minmax(0, 1fr);
}

.grid-lft398 {
  grid-template-columns: 24.875rem minmax(0, 1fr);
}

.grid-lft399 {
  grid-template-columns: 24.9375rem minmax(0, 1fr);
}

.grid-lft400 {
  grid-template-columns: 25rem minmax(0, 1fr);
}

.grid-lft401 {
  grid-template-columns: 25.0625rem minmax(0, 1fr);
}

.grid-lft402 {
  grid-template-columns: 25.125rem minmax(0, 1fr);
}

.grid-lft403 {
  grid-template-columns: 25.1875rem minmax(0, 1fr);
}

.grid-lft404 {
  grid-template-columns: 25.25rem minmax(0, 1fr);
}

.grid-lft405 {
  grid-template-columns: 25.3125rem minmax(0, 1fr);
}

.grid-lft406 {
  grid-template-columns: 25.375rem minmax(0, 1fr);
}

.grid-lft407 {
  grid-template-columns: 25.4375rem minmax(0, 1fr);
}

.grid-lft408 {
  grid-template-columns: 25.5rem minmax(0, 1fr);
}

.grid-lft409 {
  grid-template-columns: 25.5625rem minmax(0, 1fr);
}

.grid-lft410 {
  grid-template-columns: 25.625rem minmax(0, 1fr);
}

.grid-lft411 {
  grid-template-columns: 25.6875rem minmax(0, 1fr);
}

.grid-lft412 {
  grid-template-columns: 25.75rem minmax(0, 1fr);
}

.grid-lft413 {
  grid-template-columns: 25.8125rem minmax(0, 1fr);
}

.grid-lft414 {
  grid-template-columns: 25.875rem minmax(0, 1fr);
}

.grid-lft415 {
  grid-template-columns: 25.9375rem minmax(0, 1fr);
}

.grid-lft416 {
  grid-template-columns: 26rem minmax(0, 1fr);
}

.grid-lft417 {
  grid-template-columns: 26.0625rem minmax(0, 1fr);
}

.grid-lft418 {
  grid-template-columns: 26.125rem minmax(0, 1fr);
}

.grid-lft419 {
  grid-template-columns: 26.1875rem minmax(0, 1fr);
}

.grid-lft420 {
  grid-template-columns: 26.25rem minmax(0, 1fr);
}

.grid-lft421 {
  grid-template-columns: 26.3125rem minmax(0, 1fr);
}

.grid-lft422 {
  grid-template-columns: 26.375rem minmax(0, 1fr);
}

.grid-lft423 {
  grid-template-columns: 26.4375rem minmax(0, 1fr);
}

.grid-lft424 {
  grid-template-columns: 26.5rem minmax(0, 1fr);
}

.grid-lft425 {
  grid-template-columns: 26.5625rem minmax(0, 1fr);
}

.grid-lft426 {
  grid-template-columns: 26.625rem minmax(0, 1fr);
}

.grid-lft427 {
  grid-template-columns: 26.6875rem minmax(0, 1fr);
}

.grid-lft428 {
  grid-template-columns: 26.75rem minmax(0, 1fr);
}

.grid-lft429 {
  grid-template-columns: 26.8125rem minmax(0, 1fr);
}

.grid-lft430 {
  grid-template-columns: 26.875rem minmax(0, 1fr);
}

.grid-lft431 {
  grid-template-columns: 26.9375rem minmax(0, 1fr);
}

.grid-lft432 {
  grid-template-columns: 27rem minmax(0, 1fr);
}

.grid-lft433 {
  grid-template-columns: 27.0625rem minmax(0, 1fr);
}

.grid-lft434 {
  grid-template-columns: 27.125rem minmax(0, 1fr);
}

.grid-lft435 {
  grid-template-columns: 27.1875rem minmax(0, 1fr);
}

.grid-lft436 {
  grid-template-columns: 27.25rem minmax(0, 1fr);
}

.grid-lft437 {
  grid-template-columns: 27.3125rem minmax(0, 1fr);
}

.grid-lft438 {
  grid-template-columns: 27.375rem minmax(0, 1fr);
}

.grid-lft439 {
  grid-template-columns: 27.4375rem minmax(0, 1fr);
}

.grid-lft440 {
  grid-template-columns: 27.5rem minmax(0, 1fr);
}

.grid-lft441 {
  grid-template-columns: 27.5625rem minmax(0, 1fr);
}

.grid-lft442 {
  grid-template-columns: 27.625rem minmax(0, 1fr);
}

.grid-lft443 {
  grid-template-columns: 27.6875rem minmax(0, 1fr);
}

.grid-lft444 {
  grid-template-columns: 27.75rem minmax(0, 1fr);
}

.grid-lft445 {
  grid-template-columns: 27.8125rem minmax(0, 1fr);
}

.grid-lft446 {
  grid-template-columns: 27.875rem minmax(0, 1fr);
}

.grid-lft447 {
  grid-template-columns: 27.9375rem minmax(0, 1fr);
}

.grid-lft448 {
  grid-template-columns: 28rem minmax(0, 1fr);
}

.grid-lft449 {
  grid-template-columns: 28.0625rem minmax(0, 1fr);
}

.grid-lft450 {
  grid-template-columns: 28.125rem minmax(0, 1fr);
}

.grid-lft451 {
  grid-template-columns: 28.1875rem minmax(0, 1fr);
}

.grid-lft452 {
  grid-template-columns: 28.25rem minmax(0, 1fr);
}

.grid-lft453 {
  grid-template-columns: 28.3125rem minmax(0, 1fr);
}

.grid-lft454 {
  grid-template-columns: 28.375rem minmax(0, 1fr);
}

.grid-lft455 {
  grid-template-columns: 28.4375rem minmax(0, 1fr);
}

.grid-lft456 {
  grid-template-columns: 28.5rem minmax(0, 1fr);
}

.grid-lft457 {
  grid-template-columns: 28.5625rem minmax(0, 1fr);
}

.grid-lft458 {
  grid-template-columns: 28.625rem minmax(0, 1fr);
}

.grid-lft459 {
  grid-template-columns: 28.6875rem minmax(0, 1fr);
}

.grid-lft460 {
  grid-template-columns: 28.75rem minmax(0, 1fr);
}

.grid-lft461 {
  grid-template-columns: 28.8125rem minmax(0, 1fr);
}

.grid-lft462 {
  grid-template-columns: 28.875rem minmax(0, 1fr);
}

.grid-lft463 {
  grid-template-columns: 28.9375rem minmax(0, 1fr);
}

.grid-lft464 {
  grid-template-columns: 29rem minmax(0, 1fr);
}

.grid-lft465 {
  grid-template-columns: 29.0625rem minmax(0, 1fr);
}

.grid-lft466 {
  grid-template-columns: 29.125rem minmax(0, 1fr);
}

.grid-lft467 {
  grid-template-columns: 29.1875rem minmax(0, 1fr);
}

.grid-lft468 {
  grid-template-columns: 29.25rem minmax(0, 1fr);
}

.grid-lft469 {
  grid-template-columns: 29.3125rem minmax(0, 1fr);
}

.grid-lft470 {
  grid-template-columns: 29.375rem minmax(0, 1fr);
}

.grid-lft471 {
  grid-template-columns: 29.4375rem minmax(0, 1fr);
}

.grid-lft472 {
  grid-template-columns: 29.5rem minmax(0, 1fr);
}

.grid-lft473 {
  grid-template-columns: 29.5625rem minmax(0, 1fr);
}

.grid-lft474 {
  grid-template-columns: 29.625rem minmax(0, 1fr);
}

.grid-lft475 {
  grid-template-columns: 29.6875rem minmax(0, 1fr);
}

.grid-lft476 {
  grid-template-columns: 29.75rem minmax(0, 1fr);
}

.grid-lft477 {
  grid-template-columns: 29.8125rem minmax(0, 1fr);
}

.grid-lft478 {
  grid-template-columns: 29.875rem minmax(0, 1fr);
}

.grid-lft479 {
  grid-template-columns: 29.9375rem minmax(0, 1fr);
}

.grid-lft480 {
  grid-template-columns: 30rem minmax(0, 1fr);
}

.grid-lft481 {
  grid-template-columns: 30.0625rem minmax(0, 1fr);
}

.grid-lft482 {
  grid-template-columns: 30.125rem minmax(0, 1fr);
}

.grid-lft483 {
  grid-template-columns: 30.1875rem minmax(0, 1fr);
}

.grid-lft484 {
  grid-template-columns: 30.25rem minmax(0, 1fr);
}

.grid-lft485 {
  grid-template-columns: 30.3125rem minmax(0, 1fr);
}

.grid-lft486 {
  grid-template-columns: 30.375rem minmax(0, 1fr);
}

.grid-lft487 {
  grid-template-columns: 30.4375rem minmax(0, 1fr);
}

.grid-lft488 {
  grid-template-columns: 30.5rem minmax(0, 1fr);
}

.grid-lft489 {
  grid-template-columns: 30.5625rem minmax(0, 1fr);
}

.grid-lft490 {
  grid-template-columns: 30.625rem minmax(0, 1fr);
}

.grid-lft491 {
  grid-template-columns: 30.6875rem minmax(0, 1fr);
}

.grid-lft492 {
  grid-template-columns: 30.75rem minmax(0, 1fr);
}

.grid-lft493 {
  grid-template-columns: 30.8125rem minmax(0, 1fr);
}

.grid-lft494 {
  grid-template-columns: 30.875rem minmax(0, 1fr);
}

.grid-lft495 {
  grid-template-columns: 30.9375rem minmax(0, 1fr);
}

.grid-lft496 {
  grid-template-columns: 31rem minmax(0, 1fr);
}

.grid-lft497 {
  grid-template-columns: 31.0625rem minmax(0, 1fr);
}

.grid-lft498 {
  grid-template-columns: 31.125rem minmax(0, 1fr);
}

.grid-lft499 {
  grid-template-columns: 31.1875rem minmax(0, 1fr);
}

.grid-lft500 {
  grid-template-columns: 31.25rem minmax(0, 1fr);
}

.gap4 {
  gap: 0.25rem;
}

.row-gap4 {
  row-gap: 0.25rem;
}

.column-gap4 {
  column-gap: 0.25rem;
}

.gap5 {
  gap: 0.3125rem;
}

.row-gap5 {
  row-gap: 0.3125rem;
}

.column-gap5 {
  column-gap: 0.3125rem;
}

.gap6 {
  gap: 0.375rem;
}

.row-gap6 {
  row-gap: 0.375rem;
}

.column-gap6 {
  column-gap: 0.375rem;
}

.gap7 {
  gap: 0.4375rem;
}

.row-gap7 {
  row-gap: 0.4375rem;
}

.column-gap7 {
  column-gap: 0.4375rem;
}

.gap8 {
  gap: 0.5rem;
}

.row-gap8 {
  row-gap: 0.5rem;
}

.column-gap8 {
  column-gap: 0.5rem;
}

.gap9 {
  gap: 0.5625rem;
}

.row-gap9 {
  row-gap: 0.5625rem;
}

.column-gap9 {
  column-gap: 0.5625rem;
}

.gap10 {
  gap: 0.625rem;
}

.row-gap10 {
  row-gap: 0.625rem;
}

.column-gap10 {
  column-gap: 0.625rem;
}

.gap11 {
  gap: 0.6875rem;
}

.row-gap11 {
  row-gap: 0.6875rem;
}

.column-gap11 {
  column-gap: 0.6875rem;
}

.gap12 {
  gap: 0.75rem;
}

.row-gap12 {
  row-gap: 0.75rem;
}

.column-gap12 {
  column-gap: 0.75rem;
}

.gap13 {
  gap: 0.8125rem;
}

.row-gap13 {
  row-gap: 0.8125rem;
}

.column-gap13 {
  column-gap: 0.8125rem;
}

.gap14 {
  gap: 0.875rem;
}

.row-gap14 {
  row-gap: 0.875rem;
}

.column-gap14 {
  column-gap: 0.875rem;
}

.gap15 {
  gap: 0.9375rem;
}

.row-gap15 {
  row-gap: 0.9375rem;
}

.column-gap15 {
  column-gap: 0.9375rem;
}

.gap16 {
  gap: 1rem;
}

.row-gap16 {
  row-gap: 1rem;
}

.column-gap16 {
  column-gap: 1rem;
}

.gap17 {
  gap: 1.0625rem;
}

.row-gap17 {
  row-gap: 1.0625rem;
}

.column-gap17 {
  column-gap: 1.0625rem;
}

.gap18 {
  gap: 1.125rem;
}

.row-gap18 {
  row-gap: 1.125rem;
}

.column-gap18 {
  column-gap: 1.125rem;
}

.gap19 {
  gap: 1.1875rem;
}

.row-gap19 {
  row-gap: 1.1875rem;
}

.column-gap19 {
  column-gap: 1.1875rem;
}

.gap20 {
  gap: 1.25rem;
}

.row-gap20 {
  row-gap: 1.25rem;
}

.column-gap20 {
  column-gap: 1.25rem;
}

.gap21 {
  gap: 1.3125rem;
}

.row-gap21 {
  row-gap: 1.3125rem;
}

.column-gap21 {
  column-gap: 1.3125rem;
}

.gap22 {
  gap: 1.375rem;
}

.row-gap22 {
  row-gap: 1.375rem;
}

.column-gap22 {
  column-gap: 1.375rem;
}

.gap23 {
  gap: 1.4375rem;
}

.row-gap23 {
  row-gap: 1.4375rem;
}

.column-gap23 {
  column-gap: 1.4375rem;
}

.gap24 {
  gap: 1.5rem;
}

.row-gap24 {
  row-gap: 1.5rem;
}

.column-gap24 {
  column-gap: 1.5rem;
}

.gap25 {
  gap: 1.5625rem;
}

.row-gap25 {
  row-gap: 1.5625rem;
}

.column-gap25 {
  column-gap: 1.5625rem;
}

.gap26 {
  gap: 1.625rem;
}

.row-gap26 {
  row-gap: 1.625rem;
}

.column-gap26 {
  column-gap: 1.625rem;
}

.gap27 {
  gap: 1.6875rem;
}

.row-gap27 {
  row-gap: 1.6875rem;
}

.column-gap27 {
  column-gap: 1.6875rem;
}

.gap28 {
  gap: 1.75rem;
}

.row-gap28 {
  row-gap: 1.75rem;
}

.column-gap28 {
  column-gap: 1.75rem;
}

.gap29 {
  gap: 1.8125rem;
}

.row-gap29 {
  row-gap: 1.8125rem;
}

.column-gap29 {
  column-gap: 1.8125rem;
}

.gap30 {
  gap: 1.875rem;
}

.row-gap30 {
  row-gap: 1.875rem;
}

.column-gap30 {
  column-gap: 1.875rem;
}

.gap31 {
  gap: 1.9375rem;
}

.row-gap31 {
  row-gap: 1.9375rem;
}

.column-gap31 {
  column-gap: 1.9375rem;
}

.gap32 {
  gap: 2rem;
}

.row-gap32 {
  row-gap: 2rem;
}

.column-gap32 {
  column-gap: 2rem;
}

.gap33 {
  gap: 2.0625rem;
}

.row-gap33 {
  row-gap: 2.0625rem;
}

.column-gap33 {
  column-gap: 2.0625rem;
}

.gap34 {
  gap: 2.125rem;
}

.row-gap34 {
  row-gap: 2.125rem;
}

.column-gap34 {
  column-gap: 2.125rem;
}

.gap35 {
  gap: 2.1875rem;
}

.row-gap35 {
  row-gap: 2.1875rem;
}

.column-gap35 {
  column-gap: 2.1875rem;
}

.gap36 {
  gap: 2.25rem;
}

.row-gap36 {
  row-gap: 2.25rem;
}

.column-gap36 {
  column-gap: 2.25rem;
}

.gap37 {
  gap: 2.3125rem;
}

.row-gap37 {
  row-gap: 2.3125rem;
}

.column-gap37 {
  column-gap: 2.3125rem;
}

.gap38 {
  gap: 2.375rem;
}

.row-gap38 {
  row-gap: 2.375rem;
}

.column-gap38 {
  column-gap: 2.375rem;
}

.gap39 {
  gap: 2.4375rem;
}

.row-gap39 {
  row-gap: 2.4375rem;
}

.column-gap39 {
  column-gap: 2.4375rem;
}

.gap40 {
  gap: 2.5rem;
}

.row-gap40 {
  row-gap: 2.5rem;
}

.column-gap40 {
  column-gap: 2.5rem;
}

.gap41 {
  gap: 2.5625rem;
}

.row-gap41 {
  row-gap: 2.5625rem;
}

.column-gap41 {
  column-gap: 2.5625rem;
}

.gap42 {
  gap: 2.625rem;
}

.row-gap42 {
  row-gap: 2.625rem;
}

.column-gap42 {
  column-gap: 2.625rem;
}

.gap43 {
  gap: 2.6875rem;
}

.row-gap43 {
  row-gap: 2.6875rem;
}

.column-gap43 {
  column-gap: 2.6875rem;
}

.gap44 {
  gap: 2.75rem;
}

.row-gap44 {
  row-gap: 2.75rem;
}

.column-gap44 {
  column-gap: 2.75rem;
}

.gap45 {
  gap: 2.8125rem;
}

.row-gap45 {
  row-gap: 2.8125rem;
}

.column-gap45 {
  column-gap: 2.8125rem;
}

.gap46 {
  gap: 2.875rem;
}

.row-gap46 {
  row-gap: 2.875rem;
}

.column-gap46 {
  column-gap: 2.875rem;
}

.gap47 {
  gap: 2.9375rem;
}

.row-gap47 {
  row-gap: 2.9375rem;
}

.column-gap47 {
  column-gap: 2.9375rem;
}

.gap48 {
  gap: 3rem;
}

.row-gap48 {
  row-gap: 3rem;
}

.column-gap48 {
  column-gap: 3rem;
}

.gap49 {
  gap: 3.0625rem;
}

.row-gap49 {
  row-gap: 3.0625rem;
}

.column-gap49 {
  column-gap: 3.0625rem;
}

.gap50 {
  gap: 3.125rem;
}

.row-gap50 {
  row-gap: 3.125rem;
}

.column-gap50 {
  column-gap: 3.125rem;
}

.gap51 {
  gap: 3.1875rem;
}

.row-gap51 {
  row-gap: 3.1875rem;
}

.column-gap51 {
  column-gap: 3.1875rem;
}

.gap52 {
  gap: 3.25rem;
}

.row-gap52 {
  row-gap: 3.25rem;
}

.column-gap52 {
  column-gap: 3.25rem;
}

.gap53 {
  gap: 3.3125rem;
}

.row-gap53 {
  row-gap: 3.3125rem;
}

.column-gap53 {
  column-gap: 3.3125rem;
}

.gap54 {
  gap: 3.375rem;
}

.row-gap54 {
  row-gap: 3.375rem;
}

.column-gap54 {
  column-gap: 3.375rem;
}

.gap55 {
  gap: 3.4375rem;
}

.row-gap55 {
  row-gap: 3.4375rem;
}

.column-gap55 {
  column-gap: 3.4375rem;
}

.gap56 {
  gap: 3.5rem;
}

.row-gap56 {
  row-gap: 3.5rem;
}

.column-gap56 {
  column-gap: 3.5rem;
}

.gap57 {
  gap: 3.5625rem;
}

.row-gap57 {
  row-gap: 3.5625rem;
}

.column-gap57 {
  column-gap: 3.5625rem;
}

.gap58 {
  gap: 3.625rem;
}

.row-gap58 {
  row-gap: 3.625rem;
}

.column-gap58 {
  column-gap: 3.625rem;
}

.gap59 {
  gap: 3.6875rem;
}

.row-gap59 {
  row-gap: 3.6875rem;
}

.column-gap59 {
  column-gap: 3.6875rem;
}

.gap60 {
  gap: 3.75rem;
}

.row-gap60 {
  row-gap: 3.75rem;
}

.column-gap60 {
  column-gap: 3.75rem;
}

.gap61 {
  gap: 3.8125rem;
}

.row-gap61 {
  row-gap: 3.8125rem;
}

.column-gap61 {
  column-gap: 3.8125rem;
}

.gap62 {
  gap: 3.875rem;
}

.row-gap62 {
  row-gap: 3.875rem;
}

.column-gap62 {
  column-gap: 3.875rem;
}

.gap63 {
  gap: 3.9375rem;
}

.row-gap63 {
  row-gap: 3.9375rem;
}

.column-gap63 {
  column-gap: 3.9375rem;
}

.gap64 {
  gap: 4rem;
}

.row-gap64 {
  row-gap: 4rem;
}

.column-gap64 {
  column-gap: 4rem;
}

.gap65 {
  gap: 4.0625rem;
}

.row-gap65 {
  row-gap: 4.0625rem;
}

.column-gap65 {
  column-gap: 4.0625rem;
}

.gap66 {
  gap: 4.125rem;
}

.row-gap66 {
  row-gap: 4.125rem;
}

.column-gap66 {
  column-gap: 4.125rem;
}

.gap67 {
  gap: 4.1875rem;
}

.row-gap67 {
  row-gap: 4.1875rem;
}

.column-gap67 {
  column-gap: 4.1875rem;
}

.gap68 {
  gap: 4.25rem;
}

.row-gap68 {
  row-gap: 4.25rem;
}

.column-gap68 {
  column-gap: 4.25rem;
}

.gap69 {
  gap: 4.3125rem;
}

.row-gap69 {
  row-gap: 4.3125rem;
}

.column-gap69 {
  column-gap: 4.3125rem;
}

.gap70 {
  gap: 4.375rem;
}

.row-gap70 {
  row-gap: 4.375rem;
}

.column-gap70 {
  column-gap: 4.375rem;
}

.gap71 {
  gap: 4.4375rem;
}

.row-gap71 {
  row-gap: 4.4375rem;
}

.column-gap71 {
  column-gap: 4.4375rem;
}

.gap72 {
  gap: 4.5rem;
}

.row-gap72 {
  row-gap: 4.5rem;
}

.column-gap72 {
  column-gap: 4.5rem;
}

.gap73 {
  gap: 4.5625rem;
}

.row-gap73 {
  row-gap: 4.5625rem;
}

.column-gap73 {
  column-gap: 4.5625rem;
}

.gap74 {
  gap: 4.625rem;
}

.row-gap74 {
  row-gap: 4.625rem;
}

.column-gap74 {
  column-gap: 4.625rem;
}

.gap75 {
  gap: 4.6875rem;
}

.row-gap75 {
  row-gap: 4.6875rem;
}

.column-gap75 {
  column-gap: 4.6875rem;
}

.gap76 {
  gap: 4.75rem;
}

.row-gap76 {
  row-gap: 4.75rem;
}

.column-gap76 {
  column-gap: 4.75rem;
}

.gap77 {
  gap: 4.8125rem;
}

.row-gap77 {
  row-gap: 4.8125rem;
}

.column-gap77 {
  column-gap: 4.8125rem;
}

.gap78 {
  gap: 4.875rem;
}

.row-gap78 {
  row-gap: 4.875rem;
}

.column-gap78 {
  column-gap: 4.875rem;
}

.gap79 {
  gap: 4.9375rem;
}

.row-gap79 {
  row-gap: 4.9375rem;
}

.column-gap79 {
  column-gap: 4.9375rem;
}

.gap80 {
  gap: 5rem;
}

.row-gap80 {
  row-gap: 5rem;
}

.column-gap80 {
  column-gap: 5rem;
}

.gap81 {
  gap: 5.0625rem;
}

.row-gap81 {
  row-gap: 5.0625rem;
}

.column-gap81 {
  column-gap: 5.0625rem;
}

.gap82 {
  gap: 5.125rem;
}

.row-gap82 {
  row-gap: 5.125rem;
}

.column-gap82 {
  column-gap: 5.125rem;
}

.gap83 {
  gap: 5.1875rem;
}

.row-gap83 {
  row-gap: 5.1875rem;
}

.column-gap83 {
  column-gap: 5.1875rem;
}

.gap84 {
  gap: 5.25rem;
}

.row-gap84 {
  row-gap: 5.25rem;
}

.column-gap84 {
  column-gap: 5.25rem;
}

.gap85 {
  gap: 5.3125rem;
}

.row-gap85 {
  row-gap: 5.3125rem;
}

.column-gap85 {
  column-gap: 5.3125rem;
}

.gap86 {
  gap: 5.375rem;
}

.row-gap86 {
  row-gap: 5.375rem;
}

.column-gap86 {
  column-gap: 5.375rem;
}

.gap87 {
  gap: 5.4375rem;
}

.row-gap87 {
  row-gap: 5.4375rem;
}

.column-gap87 {
  column-gap: 5.4375rem;
}

.gap88 {
  gap: 5.5rem;
}

.row-gap88 {
  row-gap: 5.5rem;
}

.column-gap88 {
  column-gap: 5.5rem;
}

.gap89 {
  gap: 5.5625rem;
}

.row-gap89 {
  row-gap: 5.5625rem;
}

.column-gap89 {
  column-gap: 5.5625rem;
}

.gap90 {
  gap: 5.625rem;
}

.row-gap90 {
  row-gap: 5.625rem;
}

.column-gap90 {
  column-gap: 5.625rem;
}

.gap91 {
  gap: 5.6875rem;
}

.row-gap91 {
  row-gap: 5.6875rem;
}

.column-gap91 {
  column-gap: 5.6875rem;
}

.gap92 {
  gap: 5.75rem;
}

.row-gap92 {
  row-gap: 5.75rem;
}

.column-gap92 {
  column-gap: 5.75rem;
}

.gap93 {
  gap: 5.8125rem;
}

.row-gap93 {
  row-gap: 5.8125rem;
}

.column-gap93 {
  column-gap: 5.8125rem;
}

.gap94 {
  gap: 5.875rem;
}

.row-gap94 {
  row-gap: 5.875rem;
}

.column-gap94 {
  column-gap: 5.875rem;
}

.gap95 {
  gap: 5.9375rem;
}

.row-gap95 {
  row-gap: 5.9375rem;
}

.column-gap95 {
  column-gap: 5.9375rem;
}

.gap96 {
  gap: 6rem;
}

.row-gap96 {
  row-gap: 6rem;
}

.column-gap96 {
  column-gap: 6rem;
}

.gap97 {
  gap: 6.0625rem;
}

.row-gap97 {
  row-gap: 6.0625rem;
}

.column-gap97 {
  column-gap: 6.0625rem;
}

.gap98 {
  gap: 6.125rem;
}

.row-gap98 {
  row-gap: 6.125rem;
}

.column-gap98 {
  column-gap: 6.125rem;
}

.gap99 {
  gap: 6.1875rem;
}

.row-gap99 {
  row-gap: 6.1875rem;
}

.column-gap99 {
  column-gap: 6.1875rem;
}

.gap100 {
  gap: 6.25rem;
}

.row-gap100 {
  row-gap: 6.25rem;
}

.column-gap100 {
  column-gap: 6.25rem;
}

.gap101 {
  gap: 6.3125rem;
}

.row-gap101 {
  row-gap: 6.3125rem;
}

.column-gap101 {
  column-gap: 6.3125rem;
}

.gap102 {
  gap: 6.375rem;
}

.row-gap102 {
  row-gap: 6.375rem;
}

.column-gap102 {
  column-gap: 6.375rem;
}

.gap103 {
  gap: 6.4375rem;
}

.row-gap103 {
  row-gap: 6.4375rem;
}

.column-gap103 {
  column-gap: 6.4375rem;
}

.gap104 {
  gap: 6.5rem;
}

.row-gap104 {
  row-gap: 6.5rem;
}

.column-gap104 {
  column-gap: 6.5rem;
}

.gap105 {
  gap: 6.5625rem;
}

.row-gap105 {
  row-gap: 6.5625rem;
}

.column-gap105 {
  column-gap: 6.5625rem;
}

.gap106 {
  gap: 6.625rem;
}

.row-gap106 {
  row-gap: 6.625rem;
}

.column-gap106 {
  column-gap: 6.625rem;
}

.gap107 {
  gap: 6.6875rem;
}

.row-gap107 {
  row-gap: 6.6875rem;
}

.column-gap107 {
  column-gap: 6.6875rem;
}

.gap108 {
  gap: 6.75rem;
}

.row-gap108 {
  row-gap: 6.75rem;
}

.column-gap108 {
  column-gap: 6.75rem;
}

.gap109 {
  gap: 6.8125rem;
}

.row-gap109 {
  row-gap: 6.8125rem;
}

.column-gap109 {
  column-gap: 6.8125rem;
}

.gap110 {
  gap: 6.875rem;
}

.row-gap110 {
  row-gap: 6.875rem;
}

.column-gap110 {
  column-gap: 6.875rem;
}

.gap111 {
  gap: 6.9375rem;
}

.row-gap111 {
  row-gap: 6.9375rem;
}

.column-gap111 {
  column-gap: 6.9375rem;
}

.gap112 {
  gap: 7rem;
}

.row-gap112 {
  row-gap: 7rem;
}

.column-gap112 {
  column-gap: 7rem;
}

.gap113 {
  gap: 7.0625rem;
}

.row-gap113 {
  row-gap: 7.0625rem;
}

.column-gap113 {
  column-gap: 7.0625rem;
}

.gap114 {
  gap: 7.125rem;
}

.row-gap114 {
  row-gap: 7.125rem;
}

.column-gap114 {
  column-gap: 7.125rem;
}

.gap115 {
  gap: 7.1875rem;
}

.row-gap115 {
  row-gap: 7.1875rem;
}

.column-gap115 {
  column-gap: 7.1875rem;
}

.gap116 {
  gap: 7.25rem;
}

.row-gap116 {
  row-gap: 7.25rem;
}

.column-gap116 {
  column-gap: 7.25rem;
}

.gap117 {
  gap: 7.3125rem;
}

.row-gap117 {
  row-gap: 7.3125rem;
}

.column-gap117 {
  column-gap: 7.3125rem;
}

.gap118 {
  gap: 7.375rem;
}

.row-gap118 {
  row-gap: 7.375rem;
}

.column-gap118 {
  column-gap: 7.375rem;
}

.gap119 {
  gap: 7.4375rem;
}

.row-gap119 {
  row-gap: 7.4375rem;
}

.column-gap119 {
  column-gap: 7.4375rem;
}

.gap120 {
  gap: 7.5rem;
}

.row-gap120 {
  row-gap: 7.5rem;
}

.column-gap120 {
  column-gap: 7.5rem;
}

@media screen and (max-width: 47.9375em) {
  .grid-sp-block {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-sp-block[class*=gap] {
    gap: 1.7142857143rem;
  }
  .grid-sp-col1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .grid-sp-col2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .grid-sp-col3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .grid-sp-col4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .grid-sp-col5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .grid-sp-col6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .grid-sp-col7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  .grid-sp-col8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  .grid-sp-col9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  .gap-sp4 {
    gap: 0.2857142857rem !important;
  }
  .gap-sp5 {
    gap: 0.3571428571rem !important;
  }
  .gap-sp6 {
    gap: 0.4285714286rem !important;
  }
  .gap-sp7 {
    gap: 0.5rem !important;
  }
  .gap-sp8 {
    gap: 0.5714285714rem !important;
  }
  .gap-sp9 {
    gap: 0.6428571429rem !important;
  }
  .gap-sp10 {
    gap: 0.7142857143rem !important;
  }
  .gap-sp11 {
    gap: 0.7857142857rem !important;
  }
  .gap-sp12 {
    gap: 0.8571428571rem !important;
  }
  .gap-sp13 {
    gap: 0.9285714286rem !important;
  }
  .gap-sp14 {
    gap: 1rem !important;
  }
  .gap-sp15 {
    gap: 1.0714285714rem !important;
  }
  .gap-sp16 {
    gap: 1.1428571429rem !important;
  }
  .gap-sp17 {
    gap: 1.2142857143rem !important;
  }
  .gap-sp18 {
    gap: 1.2857142857rem !important;
  }
  .gap-sp19 {
    gap: 1.3571428571rem !important;
  }
  .gap-sp20 {
    gap: 1.4285714286rem !important;
  }
  .gap-sp21 {
    gap: 1.5rem !important;
  }
  .gap-sp22 {
    gap: 1.5714285714rem !important;
  }
  .gap-sp23 {
    gap: 1.6428571429rem !important;
  }
  .gap-sp24 {
    gap: 1.7142857143rem !important;
  }
  .gap-sp25 {
    gap: 1.7857142857rem !important;
  }
  .gap-sp26 {
    gap: 1.8571428571rem !important;
  }
  .gap-sp27 {
    gap: 1.9285714286rem !important;
  }
  .gap-sp28 {
    gap: 2rem !important;
  }
  .gap-sp29 {
    gap: 2.0714285714rem !important;
  }
  .gap-sp30 {
    gap: 2.1428571429rem !important;
  }
  .gap-sp31 {
    gap: 2.2142857143rem !important;
  }
  .gap-sp32 {
    gap: 2.2857142857rem !important;
  }
  .gap-sp33 {
    gap: 2.3571428571rem !important;
  }
  .gap-sp34 {
    gap: 2.4285714286rem !important;
  }
  .gap-sp35 {
    gap: 2.5rem !important;
  }
  .gap-sp36 {
    gap: 2.5714285714rem !important;
  }
  .gap-sp37 {
    gap: 2.6428571429rem !important;
  }
  .gap-sp38 {
    gap: 2.7142857143rem !important;
  }
  .gap-sp39 {
    gap: 2.7857142857rem !important;
  }
  .gap-sp40 {
    gap: 2.8571428571rem !important;
  }
  .gap-sp41 {
    gap: 2.9285714286rem !important;
  }
  .gap-sp42 {
    gap: 3rem !important;
  }
  .gap-sp43 {
    gap: 3.0714285714rem !important;
  }
  .gap-sp44 {
    gap: 3.1428571429rem !important;
  }
  .gap-sp45 {
    gap: 3.2142857143rem !important;
  }
  .gap-sp46 {
    gap: 3.2857142857rem !important;
  }
  .gap-sp47 {
    gap: 3.3571428571rem !important;
  }
  .gap-sp48 {
    gap: 3.4285714286rem !important;
  }
  .gap-sp49 {
    gap: 3.5rem !important;
  }
  .gap-sp50 {
    gap: 3.5714285714rem !important;
  }
  .gap-sp51 {
    gap: 3.6428571429rem !important;
  }
  .gap-sp52 {
    gap: 3.7142857143rem !important;
  }
  .gap-sp53 {
    gap: 3.7857142857rem !important;
  }
  .gap-sp54 {
    gap: 3.8571428571rem !important;
  }
  .gap-sp55 {
    gap: 3.9285714286rem !important;
  }
  .gap-sp56 {
    gap: 4rem !important;
  }
  .gap-sp57 {
    gap: 4.0714285714rem !important;
  }
  .gap-sp58 {
    gap: 4.1428571429rem !important;
  }
  .gap-sp59 {
    gap: 4.2142857143rem !important;
  }
  .gap-sp60 {
    gap: 4.2857142857rem !important;
  }
  .gap-sp61 {
    gap: 4.3571428571rem !important;
  }
  .gap-sp62 {
    gap: 4.4285714286rem !important;
  }
  .gap-sp63 {
    gap: 4.5rem !important;
  }
  .gap-sp64 {
    gap: 4.5714285714rem !important;
  }
  .gap-sp65 {
    gap: 4.6428571429rem !important;
  }
  .gap-sp66 {
    gap: 4.7142857143rem !important;
  }
  .gap-sp67 {
    gap: 4.7857142857rem !important;
  }
  .gap-sp68 {
    gap: 4.8571428571rem !important;
  }
  .gap-sp69 {
    gap: 4.9285714286rem !important;
  }
  .gap-sp70 {
    gap: 5rem !important;
  }
  .gap-sp71 {
    gap: 5.0714285714rem !important;
  }
  .gap-sp72 {
    gap: 5.1428571429rem !important;
  }
  .gap-sp73 {
    gap: 5.2142857143rem !important;
  }
  .gap-sp74 {
    gap: 5.2857142857rem !important;
  }
  .gap-sp75 {
    gap: 5.3571428571rem !important;
  }
  .gap-sp76 {
    gap: 5.4285714286rem !important;
  }
  .gap-sp77 {
    gap: 5.5rem !important;
  }
  .gap-sp78 {
    gap: 5.5714285714rem !important;
  }
  .gap-sp79 {
    gap: 5.6428571429rem !important;
  }
  .gap-sp80 {
    gap: 5.7142857143rem !important;
  }
  .gap-sp81 {
    gap: 5.7857142857rem !important;
  }
  .gap-sp82 {
    gap: 5.8571428571rem !important;
  }
  .gap-sp83 {
    gap: 5.9285714286rem !important;
  }
  .gap-sp84 {
    gap: 6rem !important;
  }
  .gap-sp85 {
    gap: 6.0714285714rem !important;
  }
  .gap-sp86 {
    gap: 6.1428571429rem !important;
  }
  .gap-sp87 {
    gap: 6.2142857143rem !important;
  }
  .gap-sp88 {
    gap: 6.2857142857rem !important;
  }
  .gap-sp89 {
    gap: 6.3571428571rem !important;
  }
  .gap-sp90 {
    gap: 6.4285714286rem !important;
  }
  .gap-sp91 {
    gap: 6.5rem !important;
  }
  .gap-sp92 {
    gap: 6.5714285714rem !important;
  }
  .gap-sp93 {
    gap: 6.6428571429rem !important;
  }
  .gap-sp94 {
    gap: 6.7142857143rem !important;
  }
  .gap-sp95 {
    gap: 6.7857142857rem !important;
  }
  .gap-sp96 {
    gap: 6.8571428571rem !important;
  }
  .gap-sp97 {
    gap: 6.9285714286rem !important;
  }
  .gap-sp98 {
    gap: 7rem !important;
  }
  .gap-sp99 {
    gap: 7.0714285714rem !important;
  }
  .gap-sp100 {
    gap: 7.1428571429rem !important;
  }
  .gap-sp101 {
    gap: 7.2142857143rem !important;
  }
  .gap-sp102 {
    gap: 7.2857142857rem !important;
  }
  .gap-sp103 {
    gap: 7.3571428571rem !important;
  }
  .gap-sp104 {
    gap: 7.4285714286rem !important;
  }
  .gap-sp105 {
    gap: 7.5rem !important;
  }
  .gap-sp106 {
    gap: 7.5714285714rem !important;
  }
  .gap-sp107 {
    gap: 7.6428571429rem !important;
  }
  .gap-sp108 {
    gap: 7.7142857143rem !important;
  }
  .gap-sp109 {
    gap: 7.7857142857rem !important;
  }
  .gap-sp110 {
    gap: 7.8571428571rem !important;
  }
  .gap-sp111 {
    gap: 7.9285714286rem !important;
  }
  .gap-sp112 {
    gap: 8rem !important;
  }
  .gap-sp113 {
    gap: 8.0714285714rem !important;
  }
  .gap-sp114 {
    gap: 8.1428571429rem !important;
  }
  .gap-sp115 {
    gap: 8.2142857143rem !important;
  }
  .gap-sp116 {
    gap: 8.2857142857rem !important;
  }
  .gap-sp117 {
    gap: 8.3571428571rem !important;
  }
  .gap-sp118 {
    gap: 8.4285714286rem !important;
  }
  .gap-sp119 {
    gap: 8.5rem !important;
  }
  .gap-sp120 {
    gap: 8.5714285714rem !important;
  }
}
/* ##############################################################################

    HEADER

############################################################################## */
/* header
**************************************** */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 4.875rem;
  background-color: var(--clr-wht);
  z-index: 9999;
  transition: var(--transit-default);
  box-shadow: 0 0.5rem 1.25rem 0 rgba(42, 43, 47, 0.1);
}
@media screen and (max-width: 67.5em) {
  .header {
    height: 3.5714285714rem;
  }
}
.header > .inner {
  height: 100%;
}
@media print, screen and (min-width: 67.5625em) {
  .header > .inner {
    width: calc(100% - 8rem);
    max-width: calc(100% - 8rem);
  }
}
@media screen and (max-width: 67.5em) {
  .header > .inner {
    width: calc(100% - 1.4285714286rem);
    max-width: calc(100% - 1.4285714286rem);
  }
}
.header + .modal {
  z-index: 9999;
}

.home .header {
  transition-delay: 1.2s;
  opacity: 0;
  pointer-events: none;
}

.home:has(.hero.active) .header {
  opacity: 1;
  pointer-events: auto;
}

.template-contact-simple .header {
  position: absolute;
}

@media print, screen and (min-width: 67.5625em) {
  .header-sm {
    height: 4.875rem;
  }
}

/* --- logo -- */
.header--logo > *,
.footer--logo > * {
  display: inline-block;
}

.header--logo a:hover,
.footer--logo a:hover {
  opacity: 0.7;
}

.header--logo > *:has(.logo--txt) {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 67.5em) {
  .header--logo > *:has(.logo--txt) {
    gap: 0.2857142857rem;
  }
}

.header--logo img {
  width: auto !important;
}
@media screen and (max-width: 67.5em) {
  .header--logo img {
    max-width: 11.4285714286rem;
  }
}

.header--top a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 47.9375em) {
  .header--top a {
    border: 1px solid var(--clr-text-placeholder);
    border-radius: 0.2857142857rem;
    padding: 0.4285714286rem 0.8571428571rem;
    gap: 0.2857142857rem;
    line-height: 1.6;
  }
}
.header--top a svg {
  fill: var(--clr-text-primary);
}
.header--top a:hover {
  color: var(--clr-secondary-default);
}
.header--top a:hover svg {
  fill: var(--clr-secondary-default);
}

/* gnav
********************************************** */
.gnav,
.gnav--menu,
.gnav--menu li,
.gnav--link {
  height: 100%;
}

.gnav {
  display: flex;
}

.gnav--cta {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-inline: 1.25rem;
}
@media screen and (max-width: 67.5em) {
  .gnav--cta {
    margin-inline: 0.7142857143rem;
  }
}

.gnav--cta > * {
  display: flex;
  height: 3.375rem;
  padding: 0.625rem 1.25rem 0.75rem 1.75rem;
  justify-content: flex-end;
  align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 67.5em) {
  .gnav--cta > * {
    height: 2.8571428571rem;
    padding: 0.5714285714rem 0.8571428571rem;
    line-height: 1;
  }
}
.gnav--cta > *::before, .gnav--cta > *::after {
  display: none;
}
.gnav--cta > * .icon-send {
  position: static !important;
  transform: none !important;
  width: 2rem;
  aspect-ratio: 1;
  fill: currentColor;
}

/* --- menu --- */
@media screen and (max-width: 67.5em) {
  .gnav--menu {
    display: none;
  }
}

@media screen and (max-width: 67.5em) {
  .gnav--menu li {
    position: relative;
    display: block;
    width: 100%;
  }
  .gnav--menu li:not(:last-child) {
    border-bottom: 1px dotted var(--clr-primary-default);
  }
}

@media print, screen and (min-width: 67.5625em) {
  .gnav--menu > li {
    display: flex;
    align-items: center;
  }
}

.gnav--link {
  padding: 0 1rem;
}
@media print, screen and (min-width: 67.5625em) {
  .gnav--link {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 67.5em) {
  .gnav--link {
    display: block;
    padding: 1.0714285714rem;
  }
}
.gnav--link .icon-new_tab {
  width: 1em;
  aspect-ratio: 20/21;
  margin-left: 0.25em;
  fill: var(--clr-text-secondary);
}

.gnav--link-btn {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.1875rem 1.25rem;
  margin-inline: 1rem;
  border-radius: 0.25rem;
  color: var(--clr-primary-dark);
  border: 1px solid;
  height: auto;
}
.gnav--link-btn:hover {
  color: var(--clr-wht) !important;
  background-color: var(--clr-primary-dark);
  border-color: var(--clr-primary-dark);
}

@media screen and (max-width: 67.5em) {
  .gnav--menu li:not(.menu-item-has-children) a::before {
    content: "";
    float: inline-end;
    inline-size: 0.5rem;
    margin-block: calc((1lh - 0.5rem) / 2);
    aspect-ratio: 1;
    border-top: 1px solid var(--clr-primary-default);
    border-right: 1px solid var(--clr-primary-default);
    transform: rotate(45deg);
  }
}

@media print, screen and (min-width: 67.5625em) {
  .gnav--menu > li:hover > a.gnav--link,
  .gnav--menu > li.current-menu-item > .gnav--link {
    color: var(--clr-primary-default);
  }
  .gnav--menu > li:hover > a.gnav--link .icon-new_tab,
  .gnav--menu > li.current-menu-item > .gnav--link .icon-new_tab {
    fill: var(--clr-primary-default);
  }
}

/* --- sub_nav --- */
.menu-item-has-children:not(:has(.head_sub_nav--wrap-full)) {
  position: relative;
}

.head_sub_nav--wrap {
  background-color: var(--clr-wht);
}
@media print, screen and (min-width: 67.5625em) {
  .head_sub_nav--wrap {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    transition: var(--transit-default);
    opacity: 0;
    pointer-events: none;
    box-shadow: inset 0 0.5rem 1.25rem 0 rgba(42, 43, 47, 0.1);
  }
}
@media screen and (max-width: 67.5em) {
  .head_sub_nav--wrap {
    border-top: 1px dotted var(--clr-primary-default);
    display: none;
  }
}

@media print, screen and (min-width: 67.5625em) {
  .head_sub_nav--wrap-full {
    left: 0;
    right: 0;
    transform: none;
  }
}

@media print, screen and (min-width: 67.5625em) {
  .gnav--menu .menu-item-has-children:hover .head_sub_nav--wrap {
    opacity: 1;
    pointer-events: auto;
  }
}

@media screen and (max-width: 67.5em) {
  .menu-item-has-children.active .head_sub_nav--wrap {
    opacity: 1;
    pointer-events: auto;
  }
}

.head_sub_nav-category {
  display: grid;
  grid-template-columns: 20rem minmax(0, 1fr);
  padding: 2.5rem 5rem 2rem 5rem;
  gap: 8.75rem;
}
.head_sub_nav-category::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40.9375rem;
  aspect-ratio: 655/254;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  mask-image: linear-gradient(to bottom, transparent, #000 10%);
}
.head_sub_nav-category .category--menu {
  max-width: 41.625rem;
  column-count: 2;
  gap: 5rem;
  margin-block: -0.5rem;
}
.head_sub_nav-category .category--menu a {
  position: relative;
  display: block;
  padding: 0 0.5rem 0 2rem;
}
.head_sub_nav-category .category--menu a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0.5rem;
  height: 0.5rem;
  color: var(--clr);
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
}
.head_sub_nav-category .category--menu a:hover {
  color: var(--clr);
}

.head_sub_nav-feature .category--menu {
  column-count: 3;
}

.head_sub_nav-article::before {
  background-image: url(images/common/gnav-illust01.png);
}

.head_sub_nav-movie::before {
  background-image: url(images/common/gnav-illust02.png);
}

.head_sub_nav-feature::before {
  background-image: url(images/common/gnav-illust03.png);
}

.head_sub_nav--ttlarea {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.head_sub_nav--ttl {
  padding-left: 4.5rem;
}
.head_sub_nav--ttl::before {
  width: 4rem;
  transform: translateY(-1.75rem);
}
.head_sub_nav--ttl span {
  display: block;
}
.head_sub_nav--ttl > span {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.head_sub_nav--ttl .font-en {
  line-height: 1.6;
  letter-spacing: 0.0535714286em;
  text-transform: capitalize;
}

@media screen and (max-width: 67.5em) {
  .head_sub_nav {
    position: relative;
  }
}

@media print, screen and (min-width: 67.5625em) {
  .head_sub_nav li:not(:last-child) {
    border-bottom: 1px solid var(--clr-text-placeholder);
  }
}

.head_sub_nav a {
  display: block;
  padding: 1rem 1.5rem;
}
@media print, screen and (min-width: 67.5625em) {
  .head_sub_nav a {
    background-color: var(--clr-wht);
  }
  .head_sub_nav a:hover {
    background-color: var(--clr-bg-01);
  }
}
@media screen and (max-width: 67.5em) {
  .head_sub_nav a {
    padding: 1.0714285714rem;
    padding-left: 2.1428571429rem;
  }
}
@media print, screen and (min-width: 67.5625em) {
  .head_sub_nav a:hover {
    color: var(--clr-primary-default);
  }
}

@media print, screen and (min-width: 67.5625em) {
  .gnav_sub_toggle {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    margin-left: -0.5rem;
    color: var(--clr-text-secondary);
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 67.5em) {
  .gnav_sub_toggle {
    position: absolute;
    top: 0;
    right: -0.75rem;
    width: 4rem;
    height: 4rem;
    transition: var(--transit-default);
    color: var(--clr-primary-default);
    cursor: pointer;
  }
  .gnav_sub_toggle::before, .gnav_sub_toggle::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0.6875rem;
    height: 1px;
    border-bottom: 1px solid;
  }
  .gnav_sub_toggle::after {
    transform: rotate(90deg);
  }
  .gnav_sub_toggle.active {
    transform: rotate(180deg);
  }
}

/* ---search --- */
.gnav--search {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: 6.125rem;
  height: fit-content;
  padding: 0.75rem 0.875rem;
  border-radius: 0.5rem;
  border: 1px solid var(--clr-text-secondary);
  transition: var(--transit-default);
}
@media print, screen and (min-width: 67.5625em) {
  .gnav--search {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 67.5em) {
  .gnav--search {
    width: 4.5714285714rem;
    height: 2.8571428571rem;
    padding: 0.5714285714rem;
  }
}
.gnav--search .icon-svg {
  width: 2rem;
  fill: currentColor;
}
@media screen and (max-width: 67.5em) {
  .gnav--search .icon-svg {
    width: 1.7142857143rem;
  }
}

.gnav--search_lines {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 1.875rem;
  height: 0.625rem;
}
@media screen and (max-width: 67.5em) {
  .gnav--search_lines {
    width: 1.7142857143rem;
    height: 0.5714285714rem;
  }
}
.gnav--search_lines span {
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 2px solid;
  transform-origin: left;
  transition: var(--transit-default);
}

.gnav--search.active .gnav--search_lines span:nth-child(1) {
  transform: rotate(30deg) translateY(-0.25rem);
}
@media screen and (max-width: 47.9375em) {
  .gnav--search.active .gnav--search_lines span:nth-child(1) {
    transform: rotate(30deg) translateY(-0.1428571429rem);
  }
}
.gnav--search.active .gnav--search_lines span:nth-child(2) {
  transform: rotate(-30deg) translateY(0.25rem);
}
@media screen and (max-width: 47.9375em) {
  .gnav--search.active .gnav--search_lines span:nth-child(2) {
    transform: rotate(-30deg) translateY(0.1428571429rem);
  }
}

@media print, screen and (min-width: 67.5625em) {
  .gnav--tel,
  .gnav--contact {
    margin-left: 0.5rem;
  }
}

.gnav--tel a {
  display: inline-flex !important;
  flex-direction: column;
  margin-inline: auto;
}

.gnav--tel .tel {
  font-size: max(18px, 1.25rem);
}

.gnav--tel .num {
  font-size: max(22px, 1.5rem);
}

.gnav--tel .hours {
  font-size: max(12px, 0.875rem);
}

.gnav--contact a {
  padding: 1.5rem;
}
@media print, screen and (min-width: 67.5625em) {
  .gnav--contact a {
    border-radius: 0;
  }
}
@media screen and (max-width: 67.5em) {
  .gnav--contact a {
    padding: 0.7142857143rem 1.1428571429rem;
    margin-left: auto;
    margin-right: auto;
  }
}

/* fav_btn
********************************************** */
.fav_btn {
  position: fixed;
  top: 7.5rem;
  right: 0;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem 0 0 0.5rem;
  border-top: 2px solid rgba(194, 194, 194, 0.5);
  border-bottom: 2px solid rgba(194, 194, 194, 0.5);
  border-left: 2px solid rgba(194, 194, 194, 0.5);
  background-color: var(--clr-text-light);
  line-height: var(--line-height-hdr);
  z-index: 9990;
}
.fav_btn .simplefavorite-button {
  position: static;
  background-color: var(--clr-text-placeholder);
}
.fav_btn .simplefavorite-button::before, .fav_btn .simplefavorite-button:hover::before {
  background-color: var(--clr-wht);
}
.fav_btn .icon-arrow {
  width: 1.25rem;
  aspect-ratio: 1;
  fill: #C2C2C2;
}

.fav_btn.active {
  background-color: var(--clr-wht);
}
.fav_btn.active .simplefavorite-button {
  background-color: rgba(227, 73, 50, 0.15);
}
.fav_btn.active .simplefavorite-button::before {
  background-color: #E85151;
}
.fav_btn.active .fav_btn--txt,
.fav_btn.active .fav_btn--txt .num {
  color: var(--clr-sub-05);
}
.fav_btn.active:hover {
  border-color: rgba(227, 73, 50, 0.5);
}
.fav_btn.active:hover .icon-arrow {
  fill: var(--clr-sub-05);
}

.fav_btn--img_text {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.fav_btn--imgarea {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
}

.fav_btn--txtarea {
  flex: 1;
}

.fav_btn--txt {
  line-height: 1.6;
}

/* cta_fx
********************************************** */
.cta_fx {
  position: fixed;
  bottom: 0;
  right: 1.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 25rem;
  padding: 1.25rem 1.625rem;
  height: 10.625rem;
  gap: 0.8125rem;
  border-top: 2px solid var(--clr-primary-default);
  background-color: var(--clr-bg-02);
  z-index: 9990;
  transition: var(--transit-default);
  transform: translateY(10.625rem);
}
@media print, screen and (min-width: 48em) {
  .cta_fx {
    border-right: 2px solid var(--clr-primary-default);
    border-left: 2px solid var(--clr-primary-default);
    border-radius: 1rem 1rem 0 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .cta_fx {
    right: 0;
    width: 100%;
    height: 6.2857142857rem;
    gap: 0.5714285714rem;
    padding: 0.8571428571rem 1.1428571429rem;
    transform: translateY(6.2857142857rem);
  }
}
.cta_fx.active {
  transform: translateY(0);
}
.cta_fx.active.hide {
  transform: translateY(calc(100% - 3.75rem));
}
@media screen and (max-width: 47.9375em) {
  .cta_fx.active.hide {
    transform: translateY(calc(100% - 3.2142857143rem));
  }
}
.cta_fx.active.hide .cta_fx--toggle .arrow {
  transform: rotate(180deg);
}

.fixed .cta_fx {
  opacity: 0;
}

.cta_fx--ttl {
  padding-inline: 1.8125rem;
  height: 1.6875rem;
}
@media screen and (max-width: 47.9375em) {
  .cta_fx--ttl {
    padding-inline: 1.2857142857rem;
    height: 1.7142857143rem;
  }
}
.cta_fx--ttl::before, .cta_fx--ttl::after {
  width: 1.375rem;
  transform: translateY(-1rem);
}
@media screen and (max-width: 47.9375em) {
  .cta_fx--ttl::before, .cta_fx--ttl::after {
    width: 1rem;
    transform: translateY(-0.7142857143rem);
  }
}
.cta_fx--ttl .free {
  padding: 0.3125rem 0.6875rem 0.1875rem 0.6875rem;
  margin-right: 0.375rem;
}

.cta_fx--list {
  display: grid;
  width: 100%;
}
@media print, screen and (min-width: 48em) {
  .cta_fx--list .btn-cta > * {
    padding: 0.5rem 3rem 0.5rem 2rem;
  }
  .cta_fx--list .arrow {
    width: 1.375rem;
    height: 1.375rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .cta_fx--list .btn > * {
    padding: 0.2857142857rem 0.5714285714rem;
  }
}
.cta_fx--list .btn .arrow {
  right: 1rem;
}
@media screen and (max-width: 47.9375em) {
  .cta_fx--list .btn .arrow {
    display: none;
  }
}

.cta_fx--toggle {
  position: absolute;
  inset: 0 0 auto;
  height: 3.75rem;
  cursor: pointer;
}
@media screen and (max-width: 47.9375em) {
  .cta_fx--toggle {
    height: 3.2142857143rem;
  }
}
.cta_fx--toggle .arrow {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 1rem;
  height: 0.6875rem;
  transition: var(--transit-default);
}
.cta_fx--toggle .arrow::before, .cta_fx--toggle .arrow::after {
  content: "";
  display: block;
  width: 100%;
  background-color: var(--clr-primary-default);
  transition: var(--transit-default);
}
.cta_fx--toggle .arrow::before {
  height: 2px;
}
.cta_fx--toggle .arrow::after {
  height: 0.3125rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.cta_fx--toggle:hover .arrow::before, .cta_fx--toggle:hover .arrow::after {
  background-color: var(--clr-primary-light);
}

/* header 01
********************************************** */
@media print, screen and (min-width: 67.5625em) {
  .header-01 {
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.15);
  }
  .header-01 .gnav--menu > li:hover > a.gnav--link,
  .header-01 .gnav--menu > li.current-menu-item > .gnav--link {
    color: var(--clr-primary-default);
    background-color: var(--clr-bg-01);
  }
}
.header-01 > .inner {
  padding-inline: 1.5rem;
}
@media screen and (max-width: 47.9375em) {
  .header-01 .head_sub_nav--wrap {
    padding-inline: 1rem;
    background-color: var(--clr-wht);
  }
}
@media print, screen and (min-width: 67.5625em) {
  .header-01 .head_sub_nav li {
    margin-block: 0.5rem;
  }
}
.header-01 .head_sub_nav a {
  line-height: 1.5;
}
@media print, screen and (min-width: 67.5625em) {
  .header-01 .head_sub_nav a {
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.15);
  }
}
.header-01 .gnav--cta {
  display: flex;
  align-items: center;
}
.header-01 .gnav--contact {
  height: fit-content;
}
.header-01 .gnav--contact a {
  padding: 0.5rem 1.5rem;
  border-radius: 2rem;
}

/* header 02
********************************************** */
@media print, screen and (min-width: 67.5625em) {
  .header-02 {
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.15);
  }
  .header-02 .gnav--menu > li:hover > a.gnav--link,
  .header-02 .gnav--menu > li.current-menu-item > .gnav--link {
    color: var(--clr-primary-default);
    background-color: var(--clr-bg-01);
  }
}
@media screen and (max-width: 47.9375em) {
  .header-02 .head_sub_nav--wrap {
    padding-inline: 1rem;
    background-color: var(--clr-wht);
  }
}
@media print, screen and (min-width: 67.5625em) {
  .header-02 .head_sub_nav li {
    margin-block: 0.5rem;
  }
}
.header-02 .head_sub_nav a {
  line-height: 1.5;
}
@media print, screen and (min-width: 67.5625em) {
  .header-02 .head_sub_nav a {
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.15);
  }
}
.header-02 .gnav--tel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--clr-mono-01);
}
.header-02 .gnav--tel a {
  background: none;
}
.header-02 .gnav--contact {
  margin-left: 0;
}

/* header 03
********************************************** */
@media print, screen and (min-width: 67.5625em) {
  .header-03 {
    padding-right: 2rem;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.15);
  }
  .header-03 .gnav--menu > li:hover > a.gnav--link,
  .header-03 .gnav--menu > li.current-menu-item > .gnav--link {
    color: var(--clr-primary-default);
    background-color: var(--clr-bg-01);
  }
}
.header-03 .header--logo > * {
  width: 12.5rem;
  height: 12.5rem;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--clr-wht);
  border-radius: 0px 0px 2rem 0px;
  box-shadow: 0px 0px 1.5rem 0px rgba(0, 0, 0, 0.05);
}
.header-03.header-sm .header--logo > * {
  width: 11.25rem;
  height: 11.25rem;
}
.header-03 .head_sub_nav--wrap {
  left: 50%;
  translate: -50% 0;
  min-width: 15.5rem;
}
.header-03 .head_sub_nav {
  position: relative;
  min-width: 15.5rem;
  background-color: var(--clr-wht);
}
@media print, screen and (min-width: 67.5625em) {
  .header-03 .head_sub_nav {
    padding: 1.25rem;
    margin-top: 1.25rem;
    border-radius: 0.5rem;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 47.9375em) {
  .header-03 .head_sub_nav {
    padding: 0.7142857143rem 1.1428571429rem;
  }
}
@media print, screen and (min-width: 67.5625em) {
  .header-03 .head_sub_nav::before {
    content: "";
    position: absolute;
    top: -0.75rem;
    left: calc(50% - 1.5rem / 2);
    width: 1.5rem;
    height: 0.75rem;
    background-color: var(--clr-wht);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
  }
}
.header-03 .head_sub_nav a {
  position: relative;
  padding: 0.625rem;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 47.9375em) {
  .header-03 .head_sub_nav a {
    padding: 1em 1.5em;
  }
}
.header-03 .head_sub_nav a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  transition: var(--transit-default);
}
.header-03 .gnav--contact a {
  gap: 0.5rem;
}
@media print, screen and (min-width: 67.5625em) {
  .header-03 .gnav--contact a {
    height: 130%;
    border-radius: 0 0 1.5rem 1.5rem;
    flex-direction: column;
  }
}
@media print, screen and (min-width: 67.5625em) {
  .header-03 .icon-mail {
    width: 2rem;
  }
}
.header-03 .gnav--contact a::before {
  display: none;
}

/* hero
********************************************** */
.hero {
  background-image: url(images/fv-deco01_bg.png);
  background-repeat: no-repeat;
  background-position: right top calc(4.875rem * -1);
  background-size: 56.0625rem;
  padding-block: 1.5rem 6.25rem;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 47.9375em) {
  .hero {
    background-image: url(images/fv-deco01_bg@2x.png);
    background-size: 15.7857142857rem;
    background-position: right top calc(3.5714285714rem * -1 - 1.4285714286rem);
    padding-block: 1.7142857143rem 3.5714285714rem;
  }
}
.hero::before, .hero::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
.hero::before {
  top: 5.5rem;
  right: 8.625rem;
  width: 12.75rem;
  aspect-ratio: 204/338;
  background-image: url(images/fv-deco01_dots.svg);
}
@media screen and (max-width: 47.9375em) {
  .hero::before {
    top: 12.2857142857rem;
    right: -3rem;
    width: 7.2857142857rem;
  }
}
.hero::after {
  top: 19rem;
  left: 0;
  width: 35.1875rem;
  aspect-ratio: 563/683;
  background-image: url(images/fv-deco02.png);
  z-index: -1;
}
@media screen and (max-width: 47.9375em) {
  .hero::after {
    top: 20.5714285714rem;
    width: 21.7142857143rem;
    aspect-ratio: 304/259;
    background-image: url(images/fv-deco02@2x.png);
  }
}
.hero .fadein {
  opacity: 0;
  transition: all 1s ease-out;
}
.hero.active .fadein {
  opacity: 1;
}
.hero .delay-1 {
  transition-delay: 0.4s;
}
.hero .delay-2 {
  transition-delay: 0.8s;
}

.hero--cont {
  display: flex;
}
@media print, screen and (min-width: 48em) {
  .hero--cont {
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 47.9375em) {
  .hero--cont {
    flex-direction: column;
  }
}

@media print, screen and (min-width: 48em) {
  .hero--txtarea {
    width: 50%;
  }
}

.hero--imgarea {
  position: relative;
}
@media print, screen and (min-width: 48em) {
  .hero--imgarea {
    width: 45.4166666667%;
  }
}
@media screen and (max-width: 47.9375em) {
  .hero--imgarea {
    transform: translateX(-0.7142857143rem);
  }
  .hero--imgarea .pc-none {
    transform: translateX(0.7142857143rem);
  }
}
.hero--imgarea .pos-ab {
  top: 0;
  left: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  .hero--imgarea .pos-ab {
    left: 1.7142857143rem;
  }
}

.hero--catch {
  line-height: 1.5;
  text-indent: -3.5em;
  padding-left: 3.5em;
}
@media screen and (max-width: 47.9375em) {
  .hero--catch {
    letter-spacing: 0.06em;
  }
}
.hero--catch .dot {
  color: var(--clr-primary-default);
  background-image: radial-gradient(circle at center, #FC9839 15%, transparent 17%);
  background-repeat: repeat-x;
  background-size: 1.04em 0.3em;
  padding-top: 0.15em;
}

.hero--lead {
  line-height: 1.8;
}

.hero--line01 {
  top: 0;
  right: 0;
}
@media screen and (max-width: 47.9375em) {
  .hero--line01 {
    top: 1.4285714286rem;
  }
}

.hero--line02 {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 47.9375em) {
  .hero--line02 {
    bottom: 21.4285714286rem;
  }
}

/* home_category
********************************************** */
@media print, screen and (min-width: 48em) {
  .home_category .tab--list {
    font-size: 1.5rem;
  }
}

.tab--cont > *:has(.category--box) {
  background-color: var(--clr-wht);
}
@media print, screen and (min-width: 48em) {
  .tab--cont > *:has(.category--box) {
    border-radius: 1.5rem;
    border: 2px solid var(--clr);
  }
}
@media screen and (max-width: 47.9375em) {
  .tab--cont > *:has(.category--box) {
    border-top: 2px solid var(--clr);
    border-bottom: 2px solid var(--clr);
  }
}

.category--box {
  display: flex;
  flex-direction: column;
  padding: 2.5rem;
  gap: 2rem;
}
@media screen and (max-width: 47.9375em) {
  .category--box {
    padding: 7%;
    gap: 1.1428571429rem;
  }
}

.category--txtarea {
  justify-content: space-between;
  align-items: center;
  padding: 0.375rem 1.5rem;
  border-radius: 999px;
  background-color: var(--clr-bg-01);
}
@media screen and (max-width: 47.9375em) {
  .category--txtarea {
    flex-direction: column;
    gap: 0.7142857143rem;
    border-radius: 0.4285714286rem;
    padding: 1.1428571429rem;
  }
  .category--txtarea .btn {
    margin-left: auto;
  }
}

.category--post {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 47.9375em) {
  .category--post {
    gap: 1.1428571429rem;
  }
}

.category--ttl::before {
  background-color: var(--clr);
}

.category--bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
.category--bg .bg {
  display: block;
  width: 100%;
  height: 100%;
}

/* home_tag
********************************************** */
@media print, screen and (min-width: 48em) {
  .home_tag .page_ttl--img {
    max-width: 30rem;
  }
}

.tag--ttlarea {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.tag--ttl {
  padding-left: 1.8666666667em;
}
.tag--ttl::before {
  width: 1.3333333333em;
  transform: translateY(-0.6666666667em);
}

.tag--deco {
  z-index: -1;
}

.tag--line01 {
  top: -10rem;
  right: -33.125rem;
}

.tag--line02 {
  bottom: -15.125rem;
  left: 0;
}

/* home_interview
********************************************** */
.ttl_btnarea .interview--ttl {
  padding-left: 5.625rem !important;
}
.ttl_btnarea .interview--ttl::before {
  width: 5rem;
  transform: translateY(-3.125rem) !important;
  aspect-ratio: 80/69 !important;
}

.interview--line {
  bottom: -10.5625rem;
  right: 0;
  z-index: -1;
}

/* home_news
********************************************** */
.home_news {
  background-color: var(--clr-wht);
  border-bottom: 1px solid #eee;
}

.home_news .posts-news {
  flex: 1;
}

.posts-news--ttl {
  display: block;
  position: relative;
  margin-right: 2.5rem;
  padding: 0;
  line-height: 1.2;
}
@media screen and (max-width: 47.9375em) {
  .posts-news--ttl {
    width: auto;
    float: none;
    height: auto;
    margin-bottom: 1.1428571429rem;
  }
}

/* ########################################################################

 スタンダード用TOP

######################################################################## */
.standard {
  /* hero
  ********************************************** */
  /* home_newsline
  ********************************************** */
  /* 回り込みレイアウト
  ********************************************** */
  /* スライド
  ********************************************** */
  /* 背景写真カラム
  ********************************************** */
  /* 新着情報、ブログ
  ********************************************** */
  /* フッター上リンク（名称求む…）
  ********************************************** */
}
.standard .hero--cont {
  position: absolute;
  top: auto;
  left: 9.6875rem;
  bottom: 7.875rem;
}
@media screen and (max-width: 47.9375em) {
  .standard .hero--cont {
    left: 8%;
    right: 8%;
    bottom: 10%;
  }
}
.standard .hero--catch {
  font-size: 3rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 47.9375em) {
  .standard .hero--catch {
    font-size: 2.2857142857rem;
    line-height: 1.3;
  }
}
.standard .hero--lead {
  line-height: 2;
}
.standard .home_newsline {
  padding-block: 1rem;
}
.standard .home_newsline .inner {
  gap: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  .standard .home_newsline .inner {
    gap: 0.7142857143rem;
  }
}
.standard .home_newsline--more {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.875rem;
  margin-block: -1rem;
  padding-block: 1rem;
  color: var(--clr-primary-default);
  font-size: max(13px, 0.9375rem);
}
.standard .home_newsline--more svg {
  width: 1rem;
  aspect-ratio: 1;
  fill: currentColor;
}
.standard .posts-newsline .post {
  margin-block: -1rem;
  padding-block: 1rem;
  border: 0 !important;
}
@media screen and (min-width: 48em) {
  .standard .posts-newsline .post {
    width: 45.3125vw;
  }
}
.standard .posts-newsline .cat_list {
  display: none;
}
.standard .lps_parts--img_text .inner:not(.inner-lg) {
  width: 100%;
}
.standard .lps_parts--img_text:has(.inner-lg) {
  margin-inline: calc(50% - 50vw);
  margin-bottom: -5rem;
  counter-reset: number;
}
@media screen and (max-width: 47.9375em) {
  .standard .lps_parts--img_text:has(.inner-lg) {
    margin-bottom: 1.7142857143rem;
  }
}
.standard .lps_parts--img_text:has(.inner-lg) .ttl-03 {
  font-size: max(38px, 2.5rem);
  line-height: 1.5;
}
@media screen and (max-width: 47.9375em) {
  .standard .lps_parts--img_text:has(.inner-lg) .ttl-03 {
    font-size: 2rem;
  }
}
.standard .lps_parts--img_text:has(.inner-lg) .ttl-03::before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  position: absolute;
  right: 0;
  top: -0.5em;
  z-index: -1;
  color: var(--clr-primary-default);
  font-size: 12.5rem;
  font-family: var(--font-en);
  line-height: var(--line-height-none);
  letter-spacing: 0;
  opacity: 0.2;
}
@media screen and (max-width: 47.9375em) {
  .standard .lps_parts--img_text:has(.inner-lg) .ttl-03::before {
    top: -0.3em;
    font-size: 7.1428571429rem;
  }
}
.standard .lps_parts--img_text:has(.inner-lg) .lps_parts + .lps_parts {
  margin-top: 0;
}
@media print, screen and (min-width: 48em) {
  .standard .lps_parts--img_text:has(.inner-lg) .img_text--txt {
    min-height: 45rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .standard .lps_parts--img_text:has(.inner-lg) .img_text--txt {
    padding-block: 2.2857142857rem;
  }
}
.standard .lps_parts--img_text .img {
  overflow: hidden;
}
.standard .slide-query .slick-list {
  margin-inline: calc(50% - 50vw);
}
.standard .slide-query .slick-slide {
  transition: var(--transit-default);
}
.standard .slide-query .slick-slide:not(.slick-active) {
  opacity: 0.3;
}
.standard .slide-query .slick-arrow {
  position: absolute;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 4rem;
  height: 4rem;
  color: var(--clr-primary-default);
  border-radius: 50%;
  background-color: var(--clr-wht);
}
.standard .slide-query .slick-arrow::before, .standard .slide-query .slick-arrow::after {
  content: "";
  position: absolute;
}
.standard .slide-query .slick-arrow::before {
  inset: 0;
  border-radius: 50%;
  box-shadow: 0 0 2rem var(--clr-primary-default);
  opacity: 0.2;
}
.standard .slide-query .slick-arrow::after {
  width: 0.5rem;
  height: 0.5rem;
  transform: rotate(45deg);
}
.standard .slide-query .slick-prev::after {
  border-bottom: 2px solid;
  border-left: 2px solid;
}
.standard .slide-query .slick-next::after {
  border-top: 2px solid;
  border-right: 2px solid;
}
.standard .posts-query01 .post {
  width: 23.625rem;
  margin-inline: 1rem;
}
.standard .posts-query01 .post--txt {
  text-align: justify;
}
.standard .posts-query01 .slide-query .slick-arrow {
  top: 5.8125rem;
}
.standard .posts-query01 .slide-query .slick-prev {
  left: -3rem;
}
@media screen and (max-width: 47.9375em) {
  .standard .posts-query01 .slide-query .slick-prev {
    left: 0;
  }
}
.standard .posts-query01 .slide-query .slick-next {
  right: -3rem;
}
@media screen and (max-width: 47.9375em) {
  .standard .posts-query01 .slide-query .slick-next {
    right: 0;
  }
}
.standard .posts-query02 .post {
  width: 23.625rem;
  margin-inline: 1rem;
  padding: 2.375rem 2.375rem 3.375rem;
  background-color: var(--clr-wht);
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
}
.standard .posts-query02 .post--num {
  display: block;
  color: var(--clr-primary-default);
  font-size: 5rem;
  font-family: var(--font-en);
  text-align: center;
  line-height: var(--line-height-none);
  letter-spacing: 0;
}
.standard .posts-query02 .post--img {
  width: 11.5rem;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 50%;
  aspect-ratio: 1;
}
.standard .posts-query02 .post--ttl {
  text-align: center;
}
.standard .posts-query02 .post--txt {
  text-align: justify;
}
.standard .posts-query02 .slide-query .slick-track {
  display: flex;
}
.standard .posts-query02 .slide-query .slick-list {
  padding-top: 6.4375rem !important;
  padding-bottom: 2rem !important;
}
@media screen and (min-width: 48em) {
  .standard .posts-query02 .slide-query .slick-list {
    padding-left: calc(23.625rem - 1rem);
  }
}
.standard .posts-query02 .slide-query .slick-slide {
  height: auto;
}
.standard .posts-query02 .slide-query .slick-arrow {
  top: 0;
}
.standard .posts-query02 .slide-query .slick-prev {
  right: 5.4375rem;
}
.standard .posts-query02 .slide-query .slick-next {
  right: 0;
}
.standard .bg_section {
  position: relative;
  display: flex;
  align-items: center;
  padding-block: 5rem;
}
@media print, screen and (min-width: 48em) {
  .standard .bg_section {
    min-height: 45rem;
  }
}
.standard .bg_section:nth-of-type(odd) .bg_section--txt {
  margin-left: auto;
}
.standard .bg_section--img {
  position: absolute;
  inset: 0;
  z-index: -1;
}
@media screen and (min-width: 48em) {
  .standard .bg_section--txt {
    width: 30.1875rem;
  }
}
.standard .home_information01 {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 47.9375em) {
  .standard .home_information01 {
    flex-direction: column;
  }
}
.standard .home_information01 + .home_information01 {
  margin-top: 6.25rem;
}
.standard .home_information01--ttl {
  flex: 1;
}
@media screen and (min-width: 48em) {
  .standard .home_information01--cont {
    width: 50rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .standard .home_information01--ttl {
    text-align: center;
  }
  .standard .home_information01--ttl .subtitle::after {
    margin-inline: auto;
  }
  .standard .home_information01 .btn-arrow {
    text-align: center;
  }
}
.standard .home_information01 .posts-news .post--txt,
.standard .home_information01 .posts-blog .post--txt {
  -webkit-line-clamp: 1;
  opacity: 0.5;
  pointer-events: none;
}
.standard .home_information01 .posts-news .post--date {
  font-size: max(16px, 1.125rem);
}
.standard .home_information01 .posts-news .post--txtarea {
  flex: 1;
}
.standard .home_information01 .posts-blog .post {
  padding-block: 1.75rem;
}
.standard .home_information01 .posts-blog .post--date {
  font-size: max(11px, 0.8125rem);
}
.standard .home_information02--wrap {
  display: grid;
  gap: 1.25rem 4.6875rem;
}
@media print, screen and (min-width: 48em) {
  .standard .home_information02--wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 48em) {
  .standard .home_information02 {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0.625rem;
  }
}
.standard .home_information02 .posts-news .post--date,
.standard .home_information02 .posts-blog .post--date {
  font-size: max(11px, 0.8125rem);
}
.standard .home_information02 .posts-news {
  padding: 2.5rem 3rem;
}
@media screen and (max-width: 47.9375em) {
  .standard .home_information02 .posts-news {
    padding: 0.5714285714rem 1.1428571429rem;
  }
}
.standard .home_information02 .posts-news .post {
  display: block;
}
.standard .home_information02 .posts-news .post:first-child {
  border-top: none;
}
.standard .home_information02 .posts-news .post:last-child {
  border-bottom: none;
}
.standard .home_information02 .posts-news .post--txt {
  -webkit-line-clamp: 2;
  opacity: 0.5;
  font-size: max(12px, 0.875rem);
  line-height: 1.5714285714;
  pointer-events: none;
}
.standard .home_information02 .posts-news .post--info {
  margin-bottom: 0.5rem;
}
.standard .home_information02 .posts-news .post--ttl {
  margin-bottom: 0.5rem;
}
.standard .home_information02 .posts-blog .post {
  padding: 0;
  border: none;
  gap: 2rem;
}
@media print, screen and (min-width: 48em) {
  .standard .home_information02 .posts-blog .post {
    grid-template-columns: 13.5rem minmax(0, 1fr);
  }
}
.standard .home_information02 .posts-blog .post:not(:last-child) {
  margin-bottom: 2rem;
}
.standard .home_information02 .posts-blog .post--info {
  align-items: flex-start;
  flex-direction: column-reverse;
}
.standard .home_information02 .posts-blog .cat_list {
  margin-left: 0 !important;
  margin-bottom: 0.5rem;
}
.standard .home_footer_toplink .related_page--list {
  border-radius: 0;
}

/* page_ttl
********************************************** */
.page_ttl {
  position: relative;
  padding-block: 2.5rem 5.5rem;
  overflow: hidden;
}
@media screen and (max-width: 47.9375em) {
  .page_ttl {
    padding-block: 1.4285714286rem 3.1428571429rem;
  }
}
.page_ttl:not(:has(.page_ttl--wht)) {
  background-color: var(--bg);
}
.page_ttl > .inner {
  position: relative;
}
.page_ttl:has(.page_ttl--img) .page_ttl-lead {
  max-width: 37.5rem;
}

.page_ttl:has(.page_ttl--simple) {
  padding-bottom: 3rem;
}
@media screen and (max-width: 47.9375em) {
  .page_ttl:has(.page_ttl--simple) {
    padding-bottom: 1.7142857143rem;
  }
}

.article_category .page_ttl:has(.page_ttl--imgarea):not(:has(.page_ttl--txtarea)) {
  padding-bottom: 8rem;
}

.page-contact-simple .page_ttl {
  padding-top: 5rem;
  text-align: center;
}
@media screen and (max-width: 47.9375em) {
  .page-contact-simple .page_ttl {
    padding-top: 2.8571428571rem;
  }
}

@media print, screen and (min-width: 48em) {
  .article_category .page_ttl > .inner {
    width: calc(100% - 10rem);
    max-width: calc(100% - 10rem);
  }
}

.page_ttl--img_text {
  position: relative;
  z-index: 1;
}

.post-type-movie .page_ttl--img_text {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 47.9375em) {
  .post-type-movie .page_ttl--img_text {
    flex-direction: column;
    gap: 1.7142857143rem;
  }
}
.post-type-movie .page_ttl--img_text > :only-child {
  margin-left: auto;
  margin-right: auto;
}
.post-type-movie .page_ttl--img_text .page_ttl--txtarea {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-self: stretch;
  gap: 3rem;
}
@media print, screen and (min-width: 48em) {
  .post-type-movie .page_ttl--img_text .page_ttl--txtarea {
    width: 41.4375rem;
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .post-type-movie .page_ttl--img_text .page_ttl--txtarea {
    gap: 1.7142857143rem;
  }
}
@media print, screen and (min-width: 48em) {
  .post-type-movie .page_ttl--img_text .page_ttl--imgarea {
    width: 26.375rem;
  }
}

.article_category .page_ttl--img_text {
  display: flex;
  flex-direction: column;
  gap: 5.625rem;
}
@media screen and (max-width: 47.9375em) {
  .article_category .page_ttl--img_text {
    gap: 1.7142857143rem;
  }
}

.post-type-feature .page_ttl--img_text {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 47.9375em) {
  .post-type-feature .page_ttl--img_text {
    flex-direction: column;
    gap: 1.7142857143rem;
  }
}

.page_ttl--box {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.5rem 2.5rem;
  gap: 2rem;
  border-radius: 1rem;
  border: 2px solid var(--clr);
  background-color: var(--clr-wht);
}
@media screen and (max-width: 47.9375em) {
  .page_ttl--box {
    padding: 1.1428571429rem;
    gap: 1.1428571429rem;
  }
}
.page_ttl--box svg {
  position: absolute;
  top: -1.875rem;
  left: -1.125rem;
}
@media screen and (max-width: 47.9375em) {
  .page_ttl--box svg {
    top: -1.0714285714rem;
    left: -0.6428571429rem;
  }
}
.page_ttl--box .ttl-05 {
  padding-left: 1.5rem;
}
@media screen and (max-width: 47.9375em) {
  .page_ttl--box .ttl-05 {
    padding-left: 0.8571428571rem;
  }
}
.page_ttl--box .btn {
  margin-top: auto;
}
.page_ttl--box .btn a {
  pointer-events: auto;
}

@media print, screen and (min-width: 48em) {
  .post-type-article .page_ttl--box,
  .post-type-feature .page_ttl--box {
    width: 41.25rem;
    min-height: 26.25rem;
    margin-bottom: -2.5rem;
    margin-left: -1.25rem;
  }
}

.page_ttl-tag {
  width: fit-content;
  color: var(--clr-text-secondary);
  padding: 0.25rem 1rem;
  border-radius: 0.25rem;
  background-color: rgba(207, 208, 216, 0.4);
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.page_ttl-tag span {
  display: block;
  margin-inline-start: 2rem;
}
.page_ttl-tag span::before {
  content: "";
  float: inline-start;
  inline-size: 1.5rem;
  aspect-ratio: 1;
  margin-block: calc((1lh - 1.5rem) / 2);
  margin-inline-start: -2rem;
  background-image: url(images/common/icon-tag.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.page_ttl-jp {
  position: relative;
  line-height: 1.5;
  letter-spacing: 0.07em;
  padding-left: 1.8333333333em;
}
.page_ttl-jp::before {
  transform: translateY(-0.6666666667em);
  width: 1.3333333333em;
}
.page_ttl-jp:not(:last-child) {
  margin-bottom: 1em;
}

.page_ttl-lead {
  position: relative;
  margin-top: -1.5rem;
}
@media screen and (max-width: 47.9375em) {
  .page_ttl-lead {
    margin-top: -0.8571428571rem;
  }
}
.page_ttl-lead:has(+ .page_ttl--img_text) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 47.9375em) {
  .page_ttl-lead:has(+ .page_ttl--img_text) {
    margin-bottom: 1.7142857143rem;
  }
}

.page_ttl--img {
  position: absolute;
  right: 0;
}

.page_ttl--box .page_ttl--img,
.article--box .page_ttl--img {
  bottom: 100%;
  z-index: -1;
}

.article_category .page_ttl--img {
  right: -4.75rem;
}

/* ttl
********************************************** */
.ttl-01,
.ttl-02,
.ttl-03,
.ttl-04,
.ttl-05,
.ttl-06 {
  position: relative;
}
.ttl-01:not([class*=mgn-btm]):not(:last-child),
.ttl-02:not([class*=mgn-btm]):not(:last-child),
.ttl-03:not([class*=mgn-btm]):not(:last-child),
.ttl-04:not([class*=mgn-btm]):not(:last-child),
.ttl-05:not([class*=mgn-btm]):not(:last-child),
.ttl-06:not([class*=mgn-btm]):not(:last-child) {
  margin-bottom: 1em;
}
.ttl-01 span,
.ttl-02 span,
.ttl-03 span,
.ttl-04 span,
.ttl-05 span,
.ttl-06 span {
  line-height: inherit;
  letter-spacing: inherit;
}

.ttl-01 {
  color: var(--clr-primary-default);
  font-size: 3.5rem;
}
@media screen and (max-width: 47.9375em) {
  .ttl-01 {
    font-size: 2.5714285714rem;
  }
}
.ttl-01.font-en {
  font-size: 4.25rem;
}
@media screen and (max-width: 47.9375em) {
  .ttl-01.font-en {
    font-size: 2.8571428571rem;
  }
}
.ttl-01 .subtitle {
  margin-top: 1rem;
}
@media screen and (max-width: 47.9375em) {
  .ttl-01 .subtitle {
    margin-top: 0.5714285714rem;
  }
}
.ttl-01.clr-wht .subtitle {
  color: var(--clr-wht);
}
.ttl-01.clr-wht .subtitle::after {
  background-color: var(--clr-wht);
}

.ttl-02 {
  font-size: 3rem;
}
@media screen and (max-width: 47.9375em) {
  .ttl-02 {
    font-size: 2.1428571429rem;
  }
}
.ttl-02.font-en {
  font-size: 3rem;
}
@media screen and (max-width: 47.9375em) {
  .ttl-02.font-en {
    font-size: 2.1428571429rem;
  }
}

.ttl-03 {
  font-size: max(38px, 2.5rem);
}
@media screen and (max-width: 47.9375em) {
  .ttl-03 {
    font-size: 1.7142857143rem;
  }
}
.ttl-03.font-en {
  font-size: max(38px, 2.5rem);
}
@media screen and (max-width: 47.9375em) {
  .ttl-03.font-en {
    font-size: 1.7142857143rem;
  }
}

.ttl-04 {
  font-size: max(30px, 2rem);
}
@media screen and (max-width: 47.9375em) {
  .ttl-04 {
    font-size: 1.4285714286rem;
  }
}
.ttl-04.font-en {
  font-size: max(30px, 2rem);
}
@media screen and (max-width: 47.9375em) {
  .ttl-04.font-en {
    font-size: 1.4285714286rem;
  }
}

.ttl-05 {
  font-size: max(22px, 1.5rem);
}
@media screen and (max-width: 47.9375em) {
  .ttl-05 {
    font-size: 1.2857142857rem;
  }
}
.ttl-05.font-en {
  font-size: 1.5rem;
}
@media screen and (max-width: 47.9375em) {
  .ttl-05.font-en {
    font-size: 1.2857142857rem;
  }
}

.ttl-06 {
  font-size: max(18px, 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .ttl-06 {
    font-size: 1.1428571429rem;
  }
}
.ttl-06.font-en {
  font-size: 1.25rem;
}
@media screen and (max-width: 47.9375em) {
  .ttl-06.font-en {
    font-size: 1.2857142857rem;
  }
}

/* subtitle
********************************************** */
.subtitle,
.subtitle-sm {
  letter-spacing: 0.03em !important;
}

.subtitle {
  display: block;
  color: var(--clr-primary-default);
  font-size: max(16px, 1.125rem);
}
@media screen and (max-width: 47.9375em) {
  .subtitle {
    font-size: 1.1428571429rem;
  }
}
.subtitle.font-en {
  font-size: 1.125rem;
}
@media screen and (max-width: 47.9375em) {
  .subtitle.font-en {
    font-size: 1.1428571429rem;
  }
}
.subtitle::after {
  content: "";
  display: block;
  width: 2.5rem;
  margin-top: 1.25rem;
  border-bottom: 2px solid;
}
.subtitle.txt-ctr::after {
  margin-left: auto;
  margin-right: auto;
}
.subtitle:not([class*=mgn-btm]):not(:last-child) {
  margin-bottom: 3em;
}

.subtitle-sm {
  display: block;
  font-size: max(12px, 0.875rem);
}
@media screen and (max-width: 47.9375em) {
  .subtitle-sm {
    font-size: 0.8571428571rem;
  }
}
.subtitle-sm.font-en {
  font-size: 0.875rem;
}
@media screen and (max-width: 47.9375em) {
  .subtitle-sm.font-en {
    font-size: 0.8571428571rem;
  }
}

/* other
********************************************** */
.ttl-logo {
  font-size: max(16px, 1.125rem);
  color: var(--clr-primary-default);
  margin-inline-start: 2.5555555556em;
}
.ttl-logo::before {
  content: "";
  float: inline-start;
  inline-size: 1.8888888889em;
  aspect-ratio: 34/22;
  margin-block: calc((1lh - 1.2222222222em) / 2);
  margin-inline-start: -2.5555555556em;
  background-image: url(images/common/logo-mark.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ttlarea {
  display: flex;
  gap: 1px;
  background-color: var(--clr-text-primary);
}
@media screen and (max-width: 47.9375em) {
  .ttlarea {
    flex-wrap: wrap;
  }
}
.ttlarea:not(:has(.ttl--deco)) .ttl--cont {
  order: 1;
  flex: 1;
}
.ttlarea:not(:has(.ttl--deco)) .ttl--btn {
  order: 2;
}

.ttl--cont,
.ttl--deco {
  background-color: var(--clr-wht);
}

@media screen and (max-width: 47.9375em) {
  .ttl--cont {
    order: 1;
    flex: 1;
  }
}

.ttl-icon {
  position: relative;
}
.ttl-icon:not(:has(svg))::before,
.ttl-icon svg {
  content: "";
  position: absolute;
  top: 0.5lh;
  left: 0;
  aspect-ratio: 1;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: var(--transit-default);
}

.ttl-icon-bg:not(:has(svg))::before,
.ttl-icon-bg svg {
  background-repeat: no-repeat;
  background-size: contain;
}

.ttl-icon-ctr {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ttl-icon-ctr:not(:has(svg))::before,
.ttl-icon-ctr svg {
  position: static;
  display: block;
  aspect-ratio: 1;
}

@media screen and (max-width: 47.9375em) {
  .ttl-icon-sp {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2857142857rem;
    padding-left: 0 !important;
  }
  .ttl-icon-sp:not(:has(svg))::before,
  .ttl-icon-sp svg {
    position: static;
    display: block;
    width: 1.7142857143rem !important;
    transform: none !important;
  }
}

.ttl-icon-article::before {
  mask-image: url(images/common/icon-article.svg);
  background-color: var(--clr-secondary-default);
}

.ttl-icon-movie::before {
  mask-image: url(images/common/icon-movie.svg);
  background-color: var(--clr-sub-05);
}

.ttl-icon-favorite::before {
  mask-image: url(images/common/icon-favorite.svg);
  background-color: #E85151;
}

.ttl-icon-tag::before {
  mask-image: url(images/common/icon-tag.svg);
  background-color: var(--clr-sub-03);
}

.ttl-icon-feature::before {
  mask-image: url(images/common/icon-feature.svg);
  background-color: var(--clr-sub-06);
}

.ttl-icon-schedule::before {
  mask-image: url(images/common/icon-schedule.svg);
}

.ttl-icon-rank::before {
  mask-image: url(images/common/icon-rank.svg);
}

.ttl-icon-check::before {
  mask-image: url(images/common/icon-check.svg);
}

.ttl-icon-review::before {
  mask-image: url(images/common/icon-review.svg);
}

.ttl-icon-pickup::before {
  background-image: url(images/common/illust-pickup.svg);
}

.ttl-icon-interview::before {
  background-image: url(images/common/illust-interview.svg);
}

.ttl-icon-watch::before {
  background-image: url(images/common/illust-watch.svg);
}

.ttl-icon-search::before {
  mask-image: url(images/common/icon-search.svg);
  background-color: var(--clr-text-primary);
}

.ttl-icon-circle {
  padding-left: 1.5333333333em;
}
.ttl-icon-circle::before {
  width: 1em;
  border-radius: 50%;
  transform: translateY(-0.5em);
}

.ttl-icon-search svg,
.ttl-icon-filter svg {
  width: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  .ttl-icon-search svg,
  .ttl-icon-filter svg {
    width: 1.7142857143rem;
  }
}

.ttl--deco {
  color: var(--clr);
  align-items: center;
  flex: 1;
  gap: 0.5em;
  padding-inline: 1.5rem;
  font-size: max(16px, 1.125rem);
  letter-spacing: 0.0555555556em;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 47.9375em) {
  .ttl--deco {
    min-width: 100%;
    padding-inline: 0.5714285714rem;
    font-size: 1rem;
  }
}
.ttl--deco span {
  display: block;
  opacity: 0.5;
}

@media screen and (max-width: 47.9375em) {
  .ttl--btn {
    order: 2;
  }
}

.ttl--btn a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: max(18px, 1.25rem);
  min-width: 11em;
  padding-inline: 2em 4.2em;
  background-color: var(--clr);
  line-height: var(--line-height-hdr);
}
@media screen and (max-width: 47.9375em) {
  .ttl--btn a {
    font-size: 1rem;
    min-width: inherit;
    padding-inline: 1.1428571429em 2.4285714286em;
  }
}
.ttl--btn a::before, .ttl--btn a::after {
  content: "";
  position: absolute;
  transition: var(--transit-default);
}
.ttl--btn a::before {
  top: 0;
  bottom: 0;
  margin: auto;
  right: 2.4em;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 2px solid;
  border-right: 2px solid;
  rotate: 45deg;
}
@media screen and (max-width: 47.9375em) {
  .ttl--btn a::before {
    right: 1.3571428571em;
    width: 0.5rem;
    height: 0.5rem;
  }
}
.ttl--btn a::after {
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: rgba(0, 0, 0, 0.2);
  mix-blend-mode: color-burn;
}
.ttl--btn a:hover::after {
  width: 100%;
}

.ttl-round {
  font-size: max(18px, 1.25rem);
  color: var(--clr);
  margin-inline-start: 2rem;
}
.ttl-round:not(:last-child) {
  margin-bottom: 1.2em;
}
.ttl-round::before {
  content: "";
  float: inline-start;
  inline-size: 1.5rem;
  aspect-ratio: 1;
  margin-block: calc((1lh - 1.5rem) / 2);
  margin-inline-start: -2rem;
  border-radius: 50%;
  border: 0.28125rem solid var(--clr);
}

.ttl-call {
  position: relative;
  white-space: nowrap;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.ttl-call::before, .ttl-call::after {
  content: "";
  position: absolute;
  top: 0.5lh;
  aspect-ratio: 20/30;
  mask-image: url(images/common/ttl-deco.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: var(--clr-primary-default);
}
.ttl-call::before {
  left: 0;
}
.ttl-call::after {
  right: 0;
  scale: -1 1;
}
.ttl-call .free {
  border-radius: 999px;
  background-color: var(--clr-bg-01);
}
.ttl-call .dot {
  background-image: radial-gradient(circle at center, var(--clr-primary-default) 15%, transparent 17%);
  background-repeat: repeat-x;
  background-size: 1.04em 0.3em;
  padding-top: 0.15em;
}

.ttl-circle {
  position: relative;
  font-size: max(24px, 1.625rem);
  padding-left: 1.8461538462em;
}
@media screen and (max-width: 47.9375em) {
  .ttl-circle {
    font-size: 1.4285714286rem;
  }
}
.ttl-circle:not([class*=mgn-btm]):not(:last-child) {
  margin-bottom: 1.2307692308em;
}
.ttl-circle::before {
  content: "";
  position: absolute;
  top: 0.15lh;
  left: 0;
  width: 1.2307692308em;
  aspect-ratio: 1;
  border: 0.2307692308em solid var(--clr);
  border-radius: 50%;
}

.ttl-circle-sm {
  font-size: max(16px, 1.125rem);
}
@media screen and (max-width: 47.9375em) {
  .ttl-circle-sm {
    font-size: 1.2142857143rem;
  }
}
.ttl-circle-sm::before {
  top: 0.1lh;
  width: 1.3333333333em;
  border-width: 0.2222222222em;
}

/* anchor_link
********************************************** */
/* ##############################################################################

    ARCHIVE

############################################################################## */
@media screen and (max-width: 67.5em) {
  .container {
    overflow: hidden;
  }
}

.main_side {
  display: flex;
}
@media print, screen and (min-width: 67.5625em) {
  .main_side {
    flex-direction: row-reverse;
    align-items: flex-start;
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 67.5em) {
  .main_side {
    flex-direction: column;
  }
}

@media print, screen and (min-width: 67.5625em) {
  .main_side-sticky {
    align-items: flex-end;
  }
  .main_side-sticky .side_column {
    position: sticky;
    bottom: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .main_side-1 .main_column .inner {
    width: calc(100% - 10rem);
    max-width: calc(100% - 10rem);
  }
}
.main_side-1 .side_column--inner {
  padding: 2.5rem 2rem;
}
@media screen and (max-width: 47.9375em) {
  .main_side-1 .side_column--inner {
    padding: 7%;
  }
}

.main_side-2 {
  gap: 7.75rem;
  align-items: normal;
}
@media print, screen and (min-width: 67.5625em) {
  .main_side-2 {
    flex-direction: row;
  }
  .main_side-2 .side_column {
    width: 18.75rem;
  }
}
@media print, screen and (min-width: 48em) {
  .main_side-2 .main_column {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 47.9375em) {
  .main_side-2 {
    gap: 1.875rem;
  }
}

.main_side-3 .main_column {
  background-color: var(--clr-wht);
}
.main_side-3 .side_column--inner {
  padding: 2.5rem 2rem;
}
@media screen and (max-width: 47.9375em) {
  .main_side-3 .side_column--inner {
    padding: 7%;
  }
}

.main_side-4 {
  gap: 2.5rem;
}
@media print, screen and (min-width: 67.5625em) {
  .main_side-4 .main_column {
    width: calc(100% - 31.875rem);
  }
  .main_side-4 .side_column {
    width: 29.375rem;
  }
}

.main_column {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media print, screen and (min-width: 48em) {
  .main_column .inner {
    width: calc(100% - 12.5rem);
    max-width: calc(100% - 12.5rem);
  }
}
@media print, screen and (min-width: 67.5625em) {
  .main_column {
    width: calc(100% - 22.5rem);
  }
}
.main_column .section_pdg {
  padding-block: 5rem;
}
@media screen and (max-width: 47.9375em) {
  .main_column .section_pdg {
    padding-block: 2.5rem;
  }
}
.main_column .section_pdg.bg-wht {
  position: relative;
  margin-top: -1.5rem;
  border-radius: 1.5rem 1.5rem 0 0;
  background-image: linear-gradient(to bottom, var(--clr-wht) 1.5rem, transparent 1.5rem);
  background-color: transparent;
}
.main_column .inner:has(.search--list) + .section_pdg.bg-wht {
  margin-top: 0;
}

.single-article .main_column {
  overflow: inherit;
}

/* main_column
**************************************** */
/* --- archive --- */
.section-archive .section_pdg {
  padding-block: 5rem;
}
@media screen and (max-width: 47.9375em) {
  .section-archive .section_pdg {
    padding-block: 2.5rem;
  }
}
.section-archive .section_pdg:first-child {
  padding-top: 10rem;
}
@media screen and (max-width: 47.9375em) {
  .section-archive .section_pdg:first-child {
    padding-top: 5.7142857143rem;
  }
}

.single-article .section-archive .inner {
  max-width: 77.75rem;
}

/* --- pickup --- */
.pickup--ttl {
  padding-left: 4.625rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--clr-sub-04);
  font-weight: 500;
}
.pickup--ttl::before {
  transform: translateY(-1.8125rem);
  width: 3.625rem;
}

/* --- post --- */
.post--pickup {
  position: absolute;
  top: -2.125rem;
  left: -2.0625rem;
  width: 7.1875rem;
  aspect-ratio: 115/112;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--clr);
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.0302173913em;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 47.9375em) {
  .post--pickup {
    transform: scale(0.6);
    transform-origin: left;
  }
}
.post--pickup::before, .post--pickup::after {
  content: "";
  position: absolute;
  inset: 0;
  mask-repeat: no-repeat;
  mask-size: contain;
}
.post--pickup::before {
  mask-image: url(images/common/deco-pickup.svg);
  background-color: var(--clr);
}
.post--pickup::after {
  mask-image: url(images/common/deco-pickup-bg.svg);
  background-color: var(--clr-wht);
  z-index: -1;
}

.post {
  position: relative;
  transition: var(--transit-default);
}

.post:hover .post--hvr {
  opacity: 1;
}
.post:hover .btn {
  pointer-events: none;
}
.post:hover .btn > span {
  color: var(--clr-wht);
  background-color: var(--clr-text-primary);
  border-color: var(--clr-text-primary);
}
.post:hover .btn > span .arrow::before {
  background-color: var(--clr-text-primary);
}
.post:hover .btn-blk > span {
  color: var(--clr-text-primary);
  background-color: var(--clr-wht);
}

.post--img img {
  margin: 0 !important;
}
.post--img .img-contain {
  max-width: 80%;
}

.post--txtarea {
  display: flex;
  flex-direction: column;
}

.post--link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.post--info.flex .post--date + .cat_list {
  margin-left: auto;
}

.post--info a {
  position: relative;
  z-index: 1;
}

.post--hvr {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
  line-height: 1.6;
  pointer-events: none;
  z-index: 1;
  transition: var(--transit-default);
  opacity: 0;
}
.post--hvr::before {
  content: "";
  display: block;
  width: 3.1875rem;
  aspect-ratio: 1;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
}
@media screen and (max-width: 47.9375em) {
  .post--hvr::before {
    width: 2.2857142857rem;
  }
}

.cat_list {
  display: flex;
  gap: 0.75rem;
  white-space: nowrap;
}
.cat_list a {
  display: flex;
  padding: 0.375rem 0.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.25rem;
  color: var(--clr);
  background-color: var(--clr-wht);
  line-height: var(--line-height-hdr);
  order: 1;
}
.cat_list a::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
}
.cat_list a:hover {
  opacity: 0.7;
}
.cat_list a.current {
  color: var(--clr-wht);
  background-color: var(--clr);
}

.tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.tag_list a {
  position: relative;
  z-index: 1;
  color: var(--clr-text-placeholder);
  border-radius: 999px;
  border: 1px solid;
  padding-inline: 0.75rem;
  line-height: var(--line-height-hdr);
}
.tag_list a::before {
  content: "#";
  display: inline-block;
}
.tag_list a:hover {
  color: var(--clr-wht);
  border-color: var(--clr-sub-03);
  background-color: var(--clr-sub-03);
}

.tag_list-wht a {
  color: var(--clr-text-primary);
  background-color: var(--clr-wht);
  border: 0;
}

.tag_list-single a {
  gap: 0.625rem 0.25rem;
  padding: 0.25rem 0.75rem;
}

.cat--list {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  gap: 0.625rem;
}
@media screen and (max-width: 47.9375em) {
  .cat--list {
    gap: 0.3571428571rem;
  }
}
.cat--list li > * {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.375rem 1rem;
  gap: 0.25rem;
  border-radius: 0.25rem;
  font-size: max(12px, 0.875rem);
  line-height: 1.6;
  color: var(--clr-text-placeholder);
  border: 1px solid;
  transition: var(--transit-default);
}
.cat--list li.active > *,
.cat--list li:hover > * {
  color: var(--clr-wht);
  border-color: var(--clr);
  background-color: var(--clr);
}

.tag--list li > * {
  padding-block: 0.25rem;
  border-radius: 999px;
}
.tag--list li > *::before {
  content: "#";
  display: inline-block;
}

.post--ranking {
  position: absolute;
  top: -0.75rem;
  left: -0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  aspect-ratio: 1;
  border-radius: 999px;
  color: var(--clr-wht);
  border: 2px solid;
  background-color: var(--clr-text-primary);
  font-size: max(12px, 0.875rem);
  font-weight: 700;
  line-height: 1.6;
  z-index: 1;
  pointer-events: none;
}

.post--ranking04,
.post--ranking05 {
  color: var(--clr-text-primary);
  background-color: var(--clr-wht);
}

.post--ttl_wrap {
  font-size: max(26px, 1.75rem);
  margin-inline-start: 3.5714285714em;
}
@media screen and (max-width: 47.9375em) {
  .post--ttl_wrap {
    font-size: 1rem;
  }
}

.select {
  position: relative;
  width: fit-content;
  line-height: 1.25;
}
@media print, screen and (min-width: 48em) {
  .select {
    min-width: 11em;
  }
}

.select--default {
  position: relative;
  border-radius: 0.25rem;
  border: 1px solid;
  background-color: var(--clr-wht);
  padding: 0.625rem 2.75rem 0.625rem 1.5rem;
  overflow: hidden;
  z-index: 1;
  transition: var(--transit-default);
}
@media print, screen and (min-width: 48em) {
  .select--default.active {
    border-radius: 0.25rem 0.25rem 0 0;
  }
}
.select--default::before, .select--default::after {
  content: "";
  position: absolute;
  transition: var(--transit-default);
}
.select--default::before {
  top: 0;
  bottom: 0;
  right: 1.5rem;
  margin: auto;
  width: 0.5rem;
  height: 0.5rem;
  border-bottom: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
}
.select--default::after {
  inset: 0;
  background-color: var(--clr);
  opacity: 0;
  z-index: -1;
}
.select--default:hover::after {
  opacity: 0.5;
}

.select--list_wrap {
  z-index: 9990;
}

.select--list {
  border-radius: 0 0 0.25rem 0.25rem;
  border: 1px solid;
  background-color: var(--clr-wht);
  margin-top: -1px;
  max-height: 18.75rem;
  overflow: auto;
}

.select--list li:not(:last-child) {
  border-bottom: 1px solid var(--clr-text-placeholder);
}

.select--list li > * {
  position: relative;
  display: block;
  padding: 0.875rem 1.5rem;
  overflow: hidden;
  z-index: 1;
  transition: var(--transit-default);
}
.select--list li > *::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--clr);
  opacity: 0;
  z-index: -1;
  transition: var(--transit-default);
}
.select--list li > *:hover::after {
  opacity: 0.5;
}

.select-feature {
  font-size: max(22px, 1.5rem);
  line-height: 1.8;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 47.9375em) {
  .select-feature {
    font-size: 0.8571428571rem;
  }
}
.select-feature:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2.25rem;
  transform: translateY(-50%);
  width: 1.25rem;
  aspect-ratio: 1;
  mask-image: url(images/common/icon-cross.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: var(--clr);
}
@media screen and (max-width: 47.9375em) {
  .select-feature:not(:last-child)::after {
    right: -1.7142857143rem;
  }
}
.select-feature .select--default {
  padding: 0.5rem 1rem;
  color: var(--clr-wht);
  background-color: var(--clr-sub-06);
  border: 0;
}
@media screen and (max-width: 47.9375em) {
  .select-feature .select--default {
    padding-inline: 0.5714285714rem;
  }
}
.select-feature .select--default::before {
  border-width: 2px;
}
@media screen and (max-width: 47.9375em) {
  .select-feature .select--default::before {
    right: 0.4285714286rem;
  }
}
.select-feature .select--list {
  display: flex;
  flex-direction: column;
  border-color: var(--clr);
}
.select-feature .select--list li {
  flex: 1;
  order: 1;
}
.select-feature .select--list li:not(:last-child) {
  border-bottom: 0;
}
.select-feature .select--list li:has(input:checked) {
  order: 0;
  display: none;
}
.select-feature .select--list li > * {
  padding: 0.5rem 1rem;
  color: var(--clr);
  background-color: var(--bg);
}
.select-feature .select--list li > *:hover {
  color: var(--clr-wht);
}
.select-feature .select--list li > *:hover::after {
  opacity: 1;
}
.select-feature .select--list input {
  display: none;
}
.select-feature .select--list input:checked + label {
  color: var(--clr-wht);
}
.select-feature .select--list input:checked + label::after {
  opacity: 1;
}
.select-feature .select--list label {
  cursor: pointer;
}

.select--category {
  height: 100%;
  padding: 2rem 2.5rem;
  background-color: var(--clr-bg-01);
  border-radius: 0.625rem;
}
.select--category .nav {
  height: 100%;
  overflow: auto;
}

.anchor_btn--ttl {
  padding-left: 2.75em;
}
.anchor_btn--ttl::before {
  transform: translateY(-1em);
  width: 2em;
}

.anchor_btn--list li > * {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.125rem;
  line-height: 1.6;
  padding: 0.75rem 0.875rem;
  border-radius: 0.25rem;
  color: var(--clr-text-secondary);
  border: 1px solid;
  background-color: var(--clr-wht);
  transition: var(--transit-default);
}
.anchor_btn--list li > *::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  margin: auto;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
}

.anchor_btn--list li > span {
  color: var(--clr-text-placeholder);
}

.anchor_btn--list li.active > *,
.anchor_btn--list li > *:hover {
  color: var(--clr-wht);
  background-color: var(--clr);
  border-color: var(--clr);
}

.anchor_btn--list li > span::after,
.anchor_btn--list-category li > *::after,
.anchor_btn--list-section li > *::after {
  border-top: 0;
  border-bottom: 2px solid;
  border-right: 2px solid;
}

.anchor_btn--list-category li > * {
  color: var(--clr);
  background-color: var(--clr-wht);
}

.anchor_btn--list-sm li > * {
  padding-block: 0.5rem;
  padding-left: 1rem;
}

.anchor_btn--list-xs li > * {
  padding-block: 0.375rem;
  padding-left: 1.5rem;
  font-size: max(14px, 1rem);
}

.anchor_btn--list-flex li > * {
  gap: 0.625rem;
  padding-right: 1rem;
}
.anchor_btn--list-flex li > *::after {
  position: static;
  margin: 0;
}

.anchor_btn--list-flex.anchor_btn--list-xs li > * {
  gap: 1rem;
}
@media screen and (max-width: 47.9375em) {
  .anchor_btn--list-flex.anchor_btn--list-xs li > * {
    gap: 0.5714285714rem;
  }
}

.anchor_btn--list-section {
  display: grid;
  gap: 1rem;
}
.anchor_btn--list-section:has(li:nth-child(4)) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.anchor_btn--list-section:not(:has(li:nth-child(4))) {
  grid-template-columns: repeat(auto-fit, minmax(calc(33.3333333333% - 2rem), 1fr));
}

.anchor_btn--list-section li > * {
  color: var(--clr-text-primary);
  border-radius: 0.5rem;
}
.anchor_btn--list-section li > *:hover {
  background-color: var(--clr-text-primary);
  border-color: var(--clr-text-primary);
}

/* side_column
**************************************** */
.side_column {
  background-color: var(--clr-bg-01);
  z-index: 1;
}
@media print, screen and (min-width: 67.5625em) {
  .side_column {
    width: 22.5rem;
  }
}
.side_column img {
  max-width: 100%;
}
.side_column .side--blc {
  display: grid;
  grid-template-rows: 1fr;
}
.side_column .side--blc-bd > * {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--clr-text-secondary);
}
@media screen and (max-width: 47.9375em) {
  .side_column .side--blc-bd > * {
    padding-bottom: 1.7142857143rem;
  }
}
.side_column .side--blc-bd > *:not(:first-child) {
  padding-top: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  .side_column .side--blc-bd > *:not(:first-child) {
    padding-top: 1.7142857143rem;
  }
}

.side_column--inner {
  display: flex;
  flex-direction: column;
}

.side--search:hover,
.side--img:not([href="javascript:void(0);"]):hover {
  opacity: 0.7;
}

@media screen and (min-width: 48em) and (max-width: 67.5em) {
  .side--bnrs,
  .side--imgs {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}

.side--interview {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  gap: 1rem;
  align-self: stretch;
  border-radius: 0.5rem;
  border: 1px solid var(--clr-text-placeholder);
  background-color: var(--clr-wht);
}

.side--cta {
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem;
  border: 2px solid var(--clr-primary-default);
  background-color: var(--clr-wht);
  overflow: hidden;
}

.side--cta_imgarea img {
  min-width: 100%;
}

.side--cta_txtarea {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.625rem 0.75rem 1rem 0.75rem;
}

.side--cta_ttl {
  padding-inline: 2.75rem;
  margin-inline: -0.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 106.25em) {
  .side--cta_ttl {
    padding-inline: 1.375rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.side--cta_ttl::before, .side--cta_ttl::after {
  transform: translateY(-0.9375rem);
  width: 1.25rem;
}
.side--cta_ttl .free {
  padding: 0.375rem 0.875rem 0.25rem 0.875rem;
  margin-right: 0.25rem;
  line-height: 1.6;
}

@media screen and (min-width: 48em) and (max-width: 87.5em) {
  .side--cta_ttl {
    padding-inline: 0;
  }
  .side--cta_ttl::before, .side--cta_ttl::after {
    display: none;
  }
  .side--cta .btn > * {
    padding-inline: 2rem;
  }
}
.side--download {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid var(--clr-text-placeholder);
  background-color: var(--clr-wht);
}

.side--ttl {
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 1rem;
}

.side--ttl span {
  display: block;
  margin-top: 0.5rem;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.5;
}

/* nav
**************************************** */
.nav li {
  position: relative;
}
.nav a {
  display: block;
}
.nav .flex > .btn:first-child {
  margin-left: 0;
}
.nav .flex > .btn:last-child {
  margin-right: 0;
}

.nav--ttlarea {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 48em) {
  .nav--ttlarea {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .nav--ttlarea {
    justify-content: space-between;
  }
}

.nav--ttl {
  padding-left: 2rem;
}
.nav--ttl::before {
  width: 1.5rem;
  transform: translateY(-0.625rem);
}

.side_column .nav--ttl {
  padding-left: 2.125rem;
}
.side_column .nav--ttl::before {
  width: 1.75rem;
  transform: translateY(-0.875rem);
  background-color: var(--clr-text-primary);
}

.nav-col .category--menu {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.625rem 0.5rem;
}
@media screen and (max-width: 47.9375em) {
  .nav-col .category--menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.2857142857rem;
  }
}
.nav-col .category--menu a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.375rem 1.5rem;
  border-radius: 0.25rem;
  color: var(--clr-text-secondary);
  background-color: var(--clr-wht);
  line-height: 1.6;
}
.nav-col .category--menu .toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  transition: var(--transit-default);
}
.nav-col .category--menu a:hover {
  color: var(--clr-wht);
  background-color: var(--clr);
}
.nav-col .category--menu a:hover + .toggle {
  color: var(--clr-wht);
}

.nav-toggle .category--menu {
  font-size: max(12px, 0.875rem);
  line-height: 1.6;
  color: var(--clr-text-secondary);
}
.nav-toggle .category--menu a {
  color: var(--clr-text-secondary);
}
.nav-toggle .category--menu.depth-1 {
  display: grid;
}
.nav-toggle .category--menu:not([class*=gap]) {
  gap: 0.625rem;
}
@media screen and (max-width: 47.9375em) {
  .nav-toggle .category--menu:not([class*=gap]) {
    gap: 0.5714285714rem;
  }
}
.nav-toggle .category--menu.depth-1 > li > a {
  padding: 0.375rem 1rem;
}
.nav-toggle .category--menu.depth-1 > li > a span {
  display: block;
}
.nav-toggle .category--menu.depth-1 > li > a:hover, .nav-toggle .category--menu.depth-1 > li > a:has(+ .toggle.active) {
  color: var(--clr-wht) !important;
  background-color: var(--clr-text-secondary) !important;
  border-color: var(--clr-text-secondary) !important;
}
.nav-toggle .category--menu.depth-1 > li > a:hover + .toggle::before, .nav-toggle .category--menu.depth-1 > li > a:hover + .toggle::after, .nav-toggle .category--menu.depth-1 > li > a:has(+ .toggle.active) + .toggle::before, .nav-toggle .category--menu.depth-1 > li > a:has(+ .toggle.active) + .toggle::after {
  border-color: var(--clr-wht);
}
.nav-toggle .category--menu.depth-1 > li > a:has(+ .toggle.active) {
  border-radius: 0.25rem 0.25rem 0 0;
}
.nav-toggle .category--menu.depth-1 > li[style="--clr: #46464a;"] > a:hover span::before, .nav-toggle .category--menu.depth-1 > li[style="--clr: #46464a;"] > a:has(+ .toggle.active) span::before {
  background-color: var(--clr-wht);
}
.nav-toggle .category--menu.depth-3 {
  display: none;
}
.nav-toggle .category--menu.depth-2 {
  padding-block: 0.5rem 0.75rem;
  background-color: var(--clr-wht);
}
.nav-toggle .category--menu.depth-2 .toggle {
  display: none;
}
.nav-toggle .category--menu.depth-2 > li > a {
  padding-block: 0.125rem;
}
.nav-toggle .category--menu.depth-2 > li > a:has(+ .toggle.active) {
  color: var(--clr);
}
.nav-toggle .category--menu.depth-2 > li > a:hover + .toggle:not(:has(+ ul))::before {
  border-color: var(--clr);
}
.nav-toggle .category--menu.depth-2 a {
  font-size: max(12px, 0.875rem);
}
.nav-toggle .category--menu.depth-2 a:hover {
  color: var(--clr);
}
.nav-toggle .category--menu.depth-3 {
  margin-top: -0.5rem;
  padding-bottom: 0.5rem;
}
.nav-toggle .category--menu.depth-3 > li > a {
  font-weight: 400;
  padding-block: 0.25rem;
  margin-inline-start: 1rem;
}
.nav-toggle .category--menu.depth-3 > li > a::before {
  content: "";
  float: inline-start;
  inline-size: 0.625rem;
  height: 0;
  border-bottom: 1px solid;
  margin-block: 0.5lh;
  margin-inline-start: -1rem;
}
.nav-toggle .category--menu .toggle {
  position: absolute;
  top: 0;
  right: 0.5rem;
  display: block;
  height: calc(1lh + 0.875rem);
  aspect-ratio: 1;
  transition: var(--transit-default);
  cursor: pointer;
  color: #C2C2C2;
}
.nav-toggle .category--menu .toggle::before, .nav-toggle .category--menu .toggle::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0.875rem;
  height: 0;
  border-bottom: 2px solid;
  transition: var(--transit-default);
}
.nav-toggle .category--menu .toggle::after {
  transform: rotate(90deg);
}
.nav-toggle .category--menu .toggle:hover, .nav-toggle .category--menu .toggle.active {
  color: var(--clr-text-secondary);
}
.nav-toggle .category--menu .toggle.active {
  transform: rotate(180deg);
}
.nav-toggle .category--menu .toggle.active::after {
  opacity: 0;
}
.nav-toggle .category--menu .toggle:not(:has(+ ul)) {
  pointer-events: none;
}
.nav-toggle .category--menu .toggle:not(:has(+ ul))::after {
  width: 0.625rem;
  height: 0.625rem;
  border-bottom: 0;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
}
.nav-toggle .category--menu.depth-1 > li > a {
  border-radius: 0.25rem;
  border: 1px solid;
  background-color: var(--clr-wht);
}
.nav-toggle .category--menu.depth-2 {
  padding-inline: 1rem;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-radius: 0 0 0.25rem 0.25rem;
  display: none;
}

.phase--menu {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
  counter-reset: number;
}
@media screen and (max-width: 47.9375em) {
  .phase--menu {
    gap: 0.5714285714rem;
  }
}
.phase--menu a {
  padding: 0.25rem 0.875rem;
  border-radius: 0.25rem;
  border: 1px solid var(--clr-text-secondary);
  background-color: var(--clr-wht);
}
.phase--menu a:hover {
  color: var(--clr-wht);
  background-color: var(--clr-text-primary);
}
.phase--menu a::before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero) " :";
  display: inline-block;
  font-size: max(16px, 1.125rem);
  font-family: var(--font-en);
  margin-right: 0.25rem;
  color: var(--clr-wht);
  text-shadow: var(--clr-text-primary) 1px 0 0, var(--clr-text-primary) -1px 0 0, var(--clr-text-primary) 0 -1px 0, var(--clr-text-primary) 0 1px 0, var(--clr-text-primary) 1px 1px 0, var(--clr-text-primary) -1px 1px 0, var(--clr-text-primary) 1px -1px 0, var(--clr-text-primary) -1px -1px 0, var(--clr-text-primary) 0.5px 1px 0, var(--clr-text-primary) -0.5px 1px 0, var(--clr-text-primary) 0.5px -1px 0, var(--clr-text-primary) -0.5px -1px 0, var(--clr-text-primary) 1px 0.5px 0, var(--clr-text-primary) -1px 0.5px 0, var(--clr-text-primary) 1px -0.5px 0, var(--clr-text-primary) -1px -0.5px 0, var(--clr-text-primary) 0.5px 0.5px 0, var(--clr-text-primary) -0.5px 0.5px 0, var(--clr-text-primary) 0.5px -0.5px 0, var(--clr-text-primary) -0.5px -0.5px 0;
}

.tag--menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 0.5rem;
}
@media screen and (max-width: 47.9375em) {
  .tag--menu {
    gap: 0.2857142857rem;
  }
  .tag--menu.flex-j-ctr {
    justify-content: flex-start;
  }
}
.tag--menu a {
  font-size: max(12px, 0.875rem);
  line-height: 1.6;
  padding: 0.25rem 1rem;
  color: var(--clr-text-secondary);
  background-color: var(--clr-wht);
  border: 1px solid;
  border-radius: 999px;
}
.tag--menu a::before {
  content: "#";
  display: inline-block;
}
.tag--menu a:hover {
  color: var(--clr-wht);
  background-color: var(--clr);
  border-color: var(--clr);
}

.tag--menu-lg {
  gap: 1.25rem 1rem;
}
@media screen and (max-width: 47.9375em) {
  .tag--menu-lg {
    gap: 0.2857142857rem;
  }
}
.tag--menu-lg a {
  font-size: max(16px, 1.125rem);
  padding: 0.3333333333em 1.3333333333em;
}
@media screen and (max-width: 47.9375em) {
  .tag--menu-lg a {
    font-size: max(12px, 0.875rem);
  }
}
.tag--menu-lg a:hover {
  color: var(--clr-text-primary);
  background-color: var(--clr-sub-02);
}

.main_column .navs {
  display: grid;
  gap: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  .main_column .navs {
    gap: 1.7142857143rem;
  }
}

/* --- list --- */
.side--list a {
  display: block;
}

.side--list .children a {
  position: relative;
  padding-left: 1.5em;
}
.side--list .children a::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  display: block;
  width: 1em;
  border-top: solid 1px;
}

/* --- post --- */
.posts-side {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.posts-side .post {
  display: grid;
  grid-template-columns: 6.75rem minmax(0, 1fr);
  border-radius: 0.25rem;
}
.posts-side .post:hover {
  opacity: 0.7;
}
.posts-side .post--ranking {
  top: -0.5625rem;
  left: -0.9375rem;
  width: 2rem;
  font-size: max(10px, 0.75rem);
}
.posts-side .post--img {
  aspect-ratio: 108/72;
  border-radius: 0.25rem 0 0 0.25rem;
  overflow: hidden;
}
.posts-side .post--num {
  display: block;
  line-height: 1.6;
  letter-spacing: 0.0625em;
  margin-bottom: 0.3333333333em;
}
.posts-side .post--txtarea {
  padding: 0.75rem 1rem;
  background-color: var(--clr-wht);
  height: 100%;
}

/* article
**************************************** */
.article--box_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 47.9375em) {
  .article--box_wrap {
    gap: 1.7142857143rem;
  }
}

.article--box {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 1.75rem 2.5rem 2.5rem 2.5rem;
  border-radius: 1.5rem;
}
@media screen and (max-width: 47.9375em) {
  .article--box {
    gap: 1.7142857143rem;
    padding: 1.7142857143rem;
    margin-top: 9.2857142857rem;
  }
}

.article--box_list {
  display: flex;
  gap: 1rem;
}
@media print, screen and (min-width: 48em) {
  .article--box_list {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .article--box_list {
    gap: 0.5714285714rem;
  }
}

.article--box_item {
  position: relative;
  display: flex;
  width: 12.25rem;
  padding: 0.75rem 2.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  border-radius: 0.5rem;
  background-color: var(--clr);
  line-height: var(--line-height-hdr);
  filter: grayscale(100%);
  transition: var(--transit-default);
}
@media screen and (max-width: 47.9375em) {
  .article--box_item {
    min-width: 8.5714285714rem;
    padding: 0.5714285714rem 1.1428571429rem;
  }
}
.article--box_item.active, .article--box_item:hover {
  filter: none;
}
.article--box_item .step {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 0.375rem;
  gap: 0.625rem;
  border-radius: 999px;
  background-color: var(--clr-wht);
  line-height: 1.6;
}
.article--box_item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.25rem;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 47.9375em) {
  .article--box_item .img {
    height: 4.2857142857rem;
  }
}

.pickup_new {
  width: 100%;
}
.pickup_new > div {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 47.9375em) {
  .pickup_new > div {
    gap: 1.7142857143rem;
  }
}

.pickup_new--posts {
  display: flex;
}
@media print, screen and (min-width: 48em) {
  .pickup_new--posts {
    justify-content: space-between;
  }
  .pickup_new--posts .posts-article.grid-col1 {
    width: 40.625rem;
  }
  .pickup_new--posts .posts-article:not(.grid-col) {
    width: 38.375rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .pickup_new--posts {
    flex-direction: column;
    gap: 1.7142857143rem;
  }
}
.pickup_new--posts .posts:only-child {
  margin-left: auto;
  margin-right: auto;
}

.article--box-children {
  position: relative;
}
.article--box-children > * {
  padding: 2rem 2.5rem 1.5rem 2.5rem;
  border-radius: 1.5rem;
  border: 2px dashed var(--clr-secondary-default);
  background: var(--clr-wht);
}
@media screen and (max-width: 47.9375em) {
  .article--box-children > * {
    padding: 1.1428571429rem 1.4285714286rem 0.8571428571rem 1.4285714286rem;
  }
}
.article--box-children > *::before {
  content: "";
  position: absolute;
  top: -1.75rem;
  left: 2.5rem;
  width: 2.8125rem;
  aspect-ratio: 45/84;
  mask-image: url(images/common/icon-arrow-cat.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: var(--clr);
}
@media screen and (max-width: 47.9375em) {
  .article--box-children > *::before {
    top: -1rem;
    left: 1.4285714286rem;
    width: 1.6428571429rem;
  }
}
@media print, screen and (min-width: 48em) {
  .article--box-children .cat--list {
    width: 61.4375rem;
  }
}

.article--box_children--ttlarea {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 47.9375em) {
  .article--box_children--ttlarea {
    flex-direction: column;
  }
}

.article--box-children_ttl {
  padding-left: 3.5rem;
}
@media screen and (max-width: 47.9375em) {
  .article--box-children_ttl {
    padding-left: 2rem;
  }
}

.category_pickup {
  z-index: 1;
  padding-bottom: 6.5rem;
}
@media screen and (max-width: 47.9375em) {
  .category_pickup {
    padding-bottom: 3.7142857143rem;
  }
}
.category_pickup::before, .category_pickup::after {
  content: "";
  position: absolute;
  top: calc(50% - 5rem);
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 47.9375em) {
  .category_pickup::before, .category_pickup::after {
    top: calc(50% - 2.8571428571rem);
  }
}
.category_pickup::before {
  background-image: url(images/common/cat-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 47.9375em) {
  .category_pickup::before {
    background-image: url(images/common/cat-bg_sp.png);
  }
}
.category_pickup::after {
  background-color: var(--clr);
  opacity: 0.5;
}
.category_pickup svg {
  position: absolute;
  bottom: -2.125rem;
  left: -2.5rem;
}
.category_pickup:has(.post:only-child) {
  padding-bottom: 10rem;
}
@media screen and (max-width: 47.9375em) {
  .category_pickup:has(.post:only-child) {
    padding-bottom: 5.7142857143rem;
  }
}
.category_pickup:has(.post:only-child)::before, .category_pickup:has(.post:only-child)::after {
  top: calc(50% - 5rem);
}
@media screen and (max-width: 47.9375em) {
  .category_pickup:has(.post:only-child)::before, .category_pickup:has(.post:only-child)::after {
    top: calc(50% - 2.8571428571rem);
  }
}

@media screen and (max-width: 47.9375em) {
  .page_ttl .category_pickup {
    margin-inline: calc(50% - 50vw);
  }
}

.category_ranking {
  z-index: 1;
}
.category_ranking .ranking--deco01 {
  top: 2.125rem !important;
}
.category_ranking .ranking--deco02 {
  bottom: 3.9375rem;
  left: 3.125rem;
}
@media screen and (max-width: 47.9375em) {
  .category_ranking .ranking--deco02 {
    bottom: -1.4285714286rem;
    left: -1.1428571429rem;
  }
}

.ttl_btnarea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
@media print, screen and (min-width: 48em) {
  .ttl_btnarea {
    padding-bottom: 0.5rem;
    border-bottom: 1px solid;
  }
}
.ttl_btnarea .ttl {
  position: relative;
  font-size: max(22px, 1.5rem);
  line-height: 1.5;
}
@media screen and (max-width: 47.9375em) {
  .ttl_btnarea .ttl {
    font-size: 1.2857142857rem;
  }
}
.ttl_btnarea .ttl-icon {
  padding-left: 2.5rem;
}
.ttl_btnarea .ttl-icon::before {
  content: "";
  position: absolute;
  top: 0.5lh;
  left: 0;
  transform: translateY(-1rem);
  min-width: 2rem;
  aspect-ratio: 1;
  mask-repeat: no-repeat;
  mask-size: contain;
}
.ttl_btnarea .btn > * {
  padding: 1rem 4.125rem 1rem 1.5rem;
  border-radius: 0.5rem 0.5rem 0 0;
}
@media print, screen and (min-width: 48em) {
  .ttl_btnarea .btn > * {
    margin-bottom: -0.5rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .ttl_btnarea .btn > * {
    font-size: 0.8571428571rem;
    border-radius: 999px;
    padding: 0.7142857143rem 1.4285714286rem;
  }
  .ttl_btnarea .btn > * .arrow {
    display: none;
  }
}

/* tag
**************************************** */
.tag--box_list {
  display: flex;
  gap: 1rem;
  white-space: nowrap;
}
@media screen and (max-width: 47.9375em) {
  .tag--box_list {
    gap: 0.4285714286rem;
  }
}

.tag--box_item {
  position: relative;
  padding: 0.4em 3.5em 0.4em 2em;
  border-radius: 0.5rem;
  color: var(--clr-wht);
  background-color: var(--clr-text-placeholder);
  font-size: max(18px, 1.25rem);
  line-height: var(--line-height-hdr);
  transition: var(--transit-default);
}
@media screen and (max-width: 47.9375em) {
  .tag--box_item {
    font-size: 1rem;
    padding-inline: 1em 2.4em;
  }
}
.tag--box_item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2em;
  margin: auto;
  width: 0.5rem;
  height: 0.5rem;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
}
@media screen and (max-width: 47.9375em) {
  .tag--box_item::before {
    right: 1em;
    width: 0.4285714286rem;
    height: 0.4285714286rem;
  }
}
.tag--box_item.active, .tag--box_item:hover {
  background-color: var(--clr);
}

.posts-tag {
  position: relative;
  /* SP2カラムレイアウト */
}
.posts-tag .post {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 0.125rem;
  border: 1px solid;
  background-color: var(--clr-wht);
  padding: 1.5rem;
}
@media screen and (max-width: 47.9375em) {
  .posts-tag .post {
    padding: 1.1428571429rem;
  }
}
@media print, screen and (min-width: 48em) {
  .posts-tag .post:hover {
    transform: rotate(-2deg);
  }
}
.posts-tag .post--img {
  aspect-ratio: 16/9;
  border: 1px solid;
  overflow: hidden;
}
.posts-tag .post--txtarea {
  flex: 1;
  gap: 1rem;
}
.posts-tag .post--info-btm {
  margin-top: auto;
}
@media screen and (max-width: 47.9375em) {
  .posts-tag[class*=sp-col2] .post {
    padding: 0.5714285714rem;
    gap: 0.5714285714rem;
  }
  .posts-tag[class*=sp-col2] .post--ttl {
    font-size: 1rem;
  }
  .posts-tag[class*=sp-col2] .tag_list {
    font-size: 0.8571428571rem;
    gap: 0.1428571429rem;
    line-height: var(--line-height-hdr);
  }
}

.tag--box {
  position: relative;
  padding: 2.5rem;
  gap: 3rem;
  z-index: 1;
}
@media screen and (max-width: 47.9375em) {
  .tag--box {
    padding: 1.7142857143rem;
    gap: 1.7142857143rem;
  }
}
.tag--box:has(.ttl-fukidashi) {
  padding-top: 3.5rem;
}
@media screen and (max-width: 47.9375em) {
  .tag--box:has(.ttl-fukidashi) {
    padding-top: 2rem;
  }
}

.tag--box-sm {
  padding: 2rem 2.5rem;
}
.tag--box-sm:not(:last-child) {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 47.9375em) {
  .tag--box-sm:not(:last-child) {
    margin-bottom: 1.7142857143rem;
  }
}

.tag--box_deco01 {
  top: -1.25rem;
  right: 2.25rem;
}
@media screen and (max-width: 47.9375em) {
  .tag--box_deco01 {
    top: -0.7142857143rem;
    right: 1.2857142857rem;
  }
}

.tag--box_deco02 {
  bottom: -0.375rem;
  left: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  .tag--box_deco02 {
    bottom: -0.2142857143rem;
    left: 1.4285714286rem;
  }
}

/* tab
**************************************** */
.tab--list:has(+ .tab--cont) {
  padding-bottom: 1.5rem;
  padding-inline: 3.75rem;
}
@media screen and (max-width: 47.9375em) {
  .tab--list:has(+ .tab--cont) {
    padding-inline: 7%;
  }
}

@media screen and (max-width: 47.9375em) {
  .inner > .tab--list,
  .inner > .tab--cont {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}

.tab--item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 1.5rem;
  border-radius: 0.5rem 0.5rem 0 0;
  line-height: 1.5;
  color: var(--clr-wht);
  background-color: var(--clr-text-placeholder);
}
@media print, screen and (min-width: 48em) {
  .tab--item {
    height: 4rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .tab--item {
    padding: 0.4285714286rem 0.8571428571rem;
  }
}
.tab--item.active {
  background-color: var(--clr-text-primary);
}
.tab--item.active[style*="--clr"] {
  background-color: var(--clr);
}
.tab--item.disable {
  background-color: var(--clr-text-placeholder);
  filter: brightness(1.2);
  pointer-events: none;
}
.tab--item .ttl-icon {
  padding-left: 3.75rem;
}
@media screen and (max-width: 47.9375em) {
  .tab--item .ttl-icon {
    padding-left: 2.1428571429rem;
  }
}
.tab--item .ttl-icon::before {
  width: 3rem;
  transform: translateY(-1.5rem);
  background-color: var(--clr-wht);
}
@media screen and (max-width: 47.9375em) {
  .tab--item .ttl-icon::before {
    width: 1.7142857143rem;
    transform: translateY(-0.8571428571rem);
  }
}

.search_box .tab--item {
  height: 2.75rem;
  padding: 0.375rem 1.5rem;
  border-radius: 0.25rem;
  line-height: 1.6;
}
@media screen and (max-width: 47.9375em) {
  .search_box .tab--item {
    padding: 0.5714285714rem;
  }
}
.search_box .tab--item .ttl-icon {
  padding-left: 2.75rem;
}
@media screen and (max-width: 47.9375em) {
  .search_box .tab--item .ttl-icon {
    padding-left: 1.8571428571rem;
  }
}
.search_box .tab--item .ttl-icon::before {
  width: 2rem;
  transform: translateY(-1rem);
}
@media screen and (max-width: 47.9375em) {
  .search_box .tab--item .ttl-icon::before {
    width: 1.4285714286rem;
    transform: translateY(-0.7142857143rem);
  }
}

.tab--cont {
  margin-top: -1.5rem;
}
.tab--cont > * {
  border-radius: 1.5rem 1.5rem 0 0;
  background-image: linear-gradient(to bottom, var(--clr-wht) 1.5rem, transparent 1.5rem);
}
.tab--cont.tab--cont-bd > * {
  border-top: 2px solid var(--clr);
}

.tab--posts {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.tab--ttlarea {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 47.9375em) {
  .tab--ttlarea {
    flex-direction: column;
    gap: 1.1428571429rem;
  }
}
@media print, screen and (min-width: 48em) {
  .tab--ttlarea .cat--list {
    width: 61.4375rem;
  }
}

.tab--ttl {
  padding-left: 2.5rem;
}
.tab--ttl::before {
  transform: translateY(-1rem);
  width: 2rem;
}

/* article
**************************************** */
.posts-article {
  /* カラムレイアウト */
  /* カラムレイアウト（大） */
  /* 回り込みレイアウト */
  /* SP2カラムレイアウト */
}
.posts-article .post--pickup {
  top: -2.5rem;
  left: 0;
  width: 5rem;
  color: var(--clr-text-primary);
  font-size: 1rem;
}
.posts-article .post--pickup::before {
  background-color: var(--clr-text-primary);
}
.posts-article .post--pickup::after {
  background-color: var(--clr-sub-07);
}
.posts-article .post {
  display: flex;
}
.posts-article .post:hover .post--link {
  color: var(--clr);
}
.posts-article .post--img {
  position: relative;
  aspect-ratio: 320/180;
  border-radius: 0.5rem;
  overflow: hidden;
}
.posts-article .post--txtarea {
  flex: 1;
}
.posts-article .post--info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.posts-article .post--hvr::before {
  mask-image: url(images/common/icon-article.svg);
}
.posts-article[class*=grid-col] .post {
  flex-direction: column;
  gap: 1rem;
}
.posts-article.grid-col1 .simplefavorite-button {
  top: 1rem;
  right: 1rem;
  width: 2.5rem;
}
.posts-article:not([class*=grid-col]) {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.posts-article:not([class*=grid-col]) .post {
  gap: 1.5rem;
}
@media screen and (max-width: 47.9375em) {
  .posts-article:not([class*=grid-col]) .post {
    gap: 0.5714285714rem;
  }
}
.posts-article:not([class*=grid-col]) .post--img {
  width: 34.2019543974%;
}
@media screen and (max-width: 47.9375em) {
  .posts-article:not([class*=grid-col]) .post--img {
    width: 8.2142857143rem;
  }
}
.posts-article:not([class*=grid-col]) .simplefavorite-button {
  top: 0.375rem;
  right: 0.375rem;
  width: 1.5rem;
}
.posts-article:not([class*=grid-col]) .post--hvr {
  flex-direction: row;
  gap: 0.5rem;
  font-size: max(12px, 0.875rem);
}
.posts-article:not([class*=grid-col]) .post--hvr::before {
  width: 1.5rem;
}
.posts-article:not([class*=grid-col]) .post--txtarea {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 48em) {
  .posts-article:not([class*=grid-col]) .post--txtarea {
    gap: 1.5rem;
  }
}
.posts-scroll {
  overflow-x: auto;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 47.9375em) {
  .posts-scroll {
    padding-bottom: 1.1428571429rem;
  }
  .posts-scroll [class*=sp-col2] .post {
    min-width: 14.2857142857rem;
    max-width: 14.2857142857rem;
  }
}
.posts-scroll:has(> .cat_list) {
  padding-bottom: 0.75rem;
}
.posts-scroll .posts {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start !important;
}
.posts-scroll .post {
  min-width: 20rem;
  max-width: 20rem;
}
@media screen and (max-width: 47.9375em) {
  .posts-scroll .post {
    min-width: 25.2857142857rem;
    max-width: 25.2857142857rem;
  }
}
.posts-scroll .posts-feature .post {
  min-width: 30rem;
  max-width: 30rem;
}
@media screen and (max-width: 47.9375em) {
  .posts-scroll .posts-feature .post {
    min-width: 12.5rem;
    max-width: 12.5rem;
  }
}

.posts-scroll:has(.post--ranking) {
  margin-top: -0.75rem;
  margin-inline: -0.75rem;
}
.posts-scroll:has(.post--ranking) .posts {
  padding-top: 0.75rem;
  padding-inline: 0.75rem;
}

@media screen and (max-width: 47.9375em) {
  .posts-scroll-sp {
    overflow-x: auto;
    padding-bottom: 1.7142857143rem;
  }
  .posts-scroll-sp .posts {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start !important;
  }
  .posts-scroll-sp .post {
    min-width: 25.2857142857rem;
    max-width: 25.2857142857rem;
  }
  .posts-scroll-sp [class*=sp-col2] .post {
    min-width: 14.2857142857rem;
    max-width: 14.2857142857rem;
  }
}
/* wht
**************************************** */
.posts-wht {
  /* カラムレイアウト */
  /* 回り込みレイアウト */
}
.posts-wht .post {
  gap: 0 !important;
  border-radius: 0.5rem;
  overflow: hidden;
}
.posts-wht .post--txtarea {
  background-color: var(--clr-wht);
}
.posts-wht[class*=grid-col] .post--img {
  border-radius: 0;
}
.posts-wht[class*=grid-col] .post--txtarea {
  padding: 1rem 1.5rem;
}
.posts-wht:not([class*=grid-col]) .post--img {
  border-radius: 0;
}
@media screen and (max-width: 47.9375em) {
  .posts-wht:not([class*=grid-col]) .post--img {
    background-color: var(--clr-text-primary);
  }
  .posts-wht:not([class*=grid-col]) .post--img img {
    object-fit: contain;
  }
}
.posts-wht:not([class*=grid-col]) .post--txtarea {
  padding: 0.5rem 1.5rem;
}
@media screen and (max-width: 47.9375em) {
  .posts-wht:not([class*=grid-col]) .post--txtarea {
    padding: 0.5714285714rem;
  }
}

/* simple
**************************************** */
.posts-simple .post {
  display: flex;
  padding: 0.75rem 3.5rem 0.75rem 0.75rem;
  gap: 2rem;
  border-radius: 0.25rem;
  background-color: var(--clr-bg-01);
}
.posts-simple .post--txtarea {
  display: grid;
  grid-template-columns: 7.25em minmax(0, 1fr);
  gap: 0.75rem;
}
@media screen and (max-width: 47.9375em) {
  .posts-simple .post--txtarea {
    grid-template-columns: 7.4285714286em minmax(0, 1fr);
    gap: 0.5714285714rem;
  }
}
.posts-simple .post--label {
  padding: 0.125rem 0.875rem;
  border-radius: 999px;
  border: 1px solid;
  background-color: var(--clr-wht);
}
.posts-simple .ttl-icon {
  padding-left: 1.875rem;
}
.posts-simple .ttl-icon::before {
  width: 1.5rem;
  transform: translateY(-0.75rem);
  background-color: var(--clr-text-primary);
}
.posts-simple .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0.75rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: var(--clr-text-primary);
  transition: var(--transit-default);
}
@media screen and (max-width: 47.9375em) {
  .posts-simple .arrow {
    right: 0.5714285714rem;
    width: 1.7142857143rem;
    height: 1.7142857143rem;
  }
}
.posts-simple .arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  mask-image: url(images/common/icon-arrow.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: var(--clr-wht);
  transition: var(--transit-default);
}
.posts-simple .post:hover .post--link {
  color: var(--clr);
}
.posts-simple .post:hover .arrow {
  background-color: var(--clr);
}

/* pickup
**************************************** */
.posts-pickup_wrap {
  position: relative;
}
.posts-pickup_wrap .label {
  position: absolute;
  top: -0.75rem;
  left: 0.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.125rem 0.625rem;
  gap: 0.625rem;
  border-radius: 999px;
  border: 1px solid;
  background-color: var(--clr);
  line-height: 1.6;
  z-index: 1;
  pointer-events: none;
}
.posts-pickup_wrap:has(.posts-scroll) .label {
  background-color: var(--clr-sub-07);
}

.posts-pickup_slide {
  margin-inline: -1.125rem;
}
@media screen and (max-width: 47.9375em) {
  .posts-pickup_slide {
    margin-inline: -0.7142857143rem;
  }
}
.posts-pickup_slide .slick-slide {
  display: flex !important;
  margin-inline: 1.125rem;
}
@media screen and (max-width: 47.9375em) {
  .posts-pickup_slide .slick-slide {
    margin-inline: 0.7142857143rem;
  }
}
.posts-pickup_slide .slick-prev {
  left: -0.75rem;
}
@media screen and (max-width: 47.9375em) {
  .posts-pickup_slide .slick-prev {
    left: -0.4285714286rem;
  }
}
.posts-pickup_slide .slick-next {
  right: -0.75rem;
}
@media screen and (max-width: 47.9375em) {
  .posts-pickup_slide .slick-next {
    right: -0.4285714286rem;
  }
}

.posts-pickup .post {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 47.9375em) {
  .posts-pickup .post {
    flex-direction: column;
    gap: 1.1428571429rem;
  }
}
.posts-pickup .post--img {
  aspect-ratio: 16/9;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: var(--transit-default);
}
@media print, screen and (min-width: 48em) {
  .posts-pickup .post--img {
    height: 28.125rem;
  }
}
.posts-pickup .post--img:hover {
  opacity: 0.7;
}

.posts-pickup_feature .post {
  border-radius: 0.5rem;
  overflow: hidden;
}
@media print, screen and (min-width: 48em) {
  .posts-pickup_feature .post {
    width: 50rem;
  }
}
.posts-pickup_feature .post:hover {
  opacity: 0.7;
}
.posts-pickup_feature .post--img {
  aspect-ratio: 416/234;
  transition: var(--transit-default);
}

/* advisor
**************************************** */
.posts-advisor {
  margin-inline: -0.375rem;
}
@media screen and (max-width: 47.9375em) {
  .posts-advisor .slick-prev {
    left: -0.8571428571rem;
  }
  .posts-advisor .slick-next {
    right: -0.8571428571rem;
  }
}
.posts-advisor .slick-list {
  margin-top: -1rem;
}
.posts-advisor .slick-track {
  display: flex !important;
  padding-top: 1rem;
}
.posts-advisor .slick-slide {
  margin-inline: 0.375rem;
  height: auto;
}
.posts-advisor .post {
  display: flex !important;
  flex-direction: column;
  gap: 1rem;
}
.posts-advisor .post:nth-child(1) .post--img_bg::before, .posts-advisor .post:nth-child(1) .post--img_bg::after {
  background-color: var(--clr-bg-02);
}
.posts-advisor .post:nth-child(2) .post--img_bg::before, .posts-advisor .post:nth-child(2) .post--img_bg::after {
  background-color: var(--clr-sub-02);
}
.posts-advisor .post:nth-child(3) .post--img_bg::before, .posts-advisor .post:nth-child(3) .post--img_bg::after {
  background-color: var(--clr-bg-02);
}
.posts-advisor .post:nth-child(4) .post--img_bg::before, .posts-advisor .post:nth-child(4) .post--img_bg::after {
  background-color: var(--clr-sub-04);
}
.posts-advisor .post:nth-child(5) .post--img_bg::before, .posts-advisor .post:nth-child(5) .post--img_bg::after {
  background-color: var(--clr-sub-03);
}
.posts-advisor .post:nth-child(6) .post--img_bg::before, .posts-advisor .post:nth-child(6) .post--img_bg::after {
  background-color: var(--clr-bg-02);
}
.posts-advisor .post:nth-child(7) .post--img_bg::before, .posts-advisor .post:nth-child(7) .post--img_bg::after {
  background-color: var(--clr-sub-02);
}
.posts-advisor .post:nth-child(8) .post--img_bg::before, .posts-advisor .post:nth-child(8) .post--img_bg::after {
  background-color: var(--clr-bg-02);
}
.posts-advisor .post:nth-child(9) .post--img_bg::before, .posts-advisor .post:nth-child(9) .post--img_bg::after {
  background-color: var(--clr-sub-04);
}
.posts-advisor .post:nth-child(10) .post--img_bg::before, .posts-advisor .post:nth-child(10) .post--img_bg::after {
  background-color: var(--clr-sub-03);
}
.posts-advisor .post:nth-child(11) .post--img_bg::before, .posts-advisor .post:nth-child(11) .post--img_bg::after {
  background-color: var(--clr-bg-02);
}
.posts-advisor .post:nth-child(12) .post--img_bg::before, .posts-advisor .post:nth-child(12) .post--img_bg::after {
  background-color: var(--clr-sub-02);
}
.posts-advisor .post:nth-child(13) .post--img_bg::before, .posts-advisor .post:nth-child(13) .post--img_bg::after {
  background-color: var(--clr-bg-02);
}
.posts-advisor .post:nth-child(14) .post--img_bg::before, .posts-advisor .post:nth-child(14) .post--img_bg::after {
  background-color: var(--clr-sub-04);
}
.posts-advisor .post:nth-child(15) .post--img_bg::before, .posts-advisor .post:nth-child(15) .post--img_bg::after {
  background-color: var(--clr-sub-03);
}
.posts-advisor .post:nth-child(16) .post--img_bg::before, .posts-advisor .post:nth-child(16) .post--img_bg::after {
  background-color: var(--clr-bg-02);
}
.posts-advisor .post:nth-child(17) .post--img_bg::before, .posts-advisor .post:nth-child(17) .post--img_bg::after {
  background-color: var(--clr-sub-02);
}
.posts-advisor .post:nth-child(18) .post--img_bg::before, .posts-advisor .post:nth-child(18) .post--img_bg::after {
  background-color: var(--clr-bg-02);
}
.posts-advisor .post--img {
  position: relative;
  aspect-ratio: 16/9;
  transition: var(--transit-default);
}
.posts-advisor .post--img img {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 12.5rem;
  height: calc(100% + 1rem);
}
.posts-advisor .post--img::before, .posts-advisor .post--img::after {
  content: "";
  position: absolute;
  transition: var(--transit-default);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
.posts-advisor .post--img::before {
  top: 0.8125rem;
  left: 1.375rem;
  width: 5.625rem;
  aspect-ratio: 90/85;
  background-image: url(images/common/adviser-deco_lft.svg);
}
.posts-advisor .post--img::after {
  top: 5.875rem;
  right: 0.5rem;
  width: 4.625rem;
  aspect-ratio: 74/90;
  background-image: url(images/common/adviser-deco_rgt.svg);
}
.posts-advisor .post--img_bg {
  position: absolute;
  inset: 0;
  border-radius: 0.5rem;
  border: 1px solid;
  background-image: url(images/common/about-ptn.png);
  background-color: var(--clr-wht);
  transition: var(--transit-default);
  overflow: hidden;
  z-index: -1;
}
.posts-advisor .post--img_bg::before, .posts-advisor .post--img_bg::after {
  content: "";
  position: absolute;
  width: 11.25rem;
  aspect-ratio: 180/122;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: var(--transit-default);
}
.posts-advisor .post--img_bg::before {
  top: 0;
  left: -1px;
  mask-image: url(images/common/about-bg-lft.svg);
}
.posts-advisor .post--img_bg::after {
  bottom: 0;
  right: -1px;
  mask-image: url(images/common/about-bg-rgt.svg);
}
.posts-advisor .post--txtarea {
  flex: 1;
}
.posts-advisor .post--ttl {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px dotted;
}
.posts-advisor .post--txt {
  line-height: var(--line-height-hdr);
}
.posts-advisor .btn {
  margin-top: auto;
}
.posts-advisor .post:hover .post--img::before, .posts-advisor .post:hover .post--img::after {
  opacity: 1;
}
.posts-advisor .post:hover .post--img_bg {
  border-radius: 11.25rem;
}

/* related
**************************************** */
.posts_wrap:not(:first-child) {
  margin-top: 2.5rem;
}
.posts_wrap:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 48em) {
  .posts_wrap:not(.posts-simple) .post {
    gap: 2.5rem;
  }
  .posts_wrap:not(.posts-simple) .post--txtarea {
    gap: 1rem;
  }
  .posts_wrap:not(.posts-simple) .posts-article:not([class*=grid-col]) .post--img {
    width: 20rem;
  }
  .posts_wrap:not(.posts-simple) .posts-article:not([class*=grid-col]) .post--ttl {
    font-size: max(18px, 1.25rem);
  }
  .posts_wrap:not(.posts-simple) .posts-article:not([class*=grid-col]) .post--info {
    margin-top: auto;
  }
}
@media screen and (max-width: 47.9375em) {
  .posts_wrap:not(.posts-simple) .posts-article .post--txt {
    display: none;
  }
}
.posts_wrap:not(.posts-simple) .posts-movie .post {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 47.9375em) {
  .posts_wrap:not(.posts-simple) .posts-movie .post {
    gap: 0.5714285714rem;
  }
}
.posts_wrap:not(.posts-simple) .posts-movie .post--img {
  width: 12.3125rem;
}
@media screen and (max-width: 47.9375em) {
  .posts_wrap:not(.posts-simple) .posts-movie .post--img {
    width: 8.2142857143rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .posts_wrap:not(.posts-simple) .posts-movie .post--ttl {
    font-size: 0.8571428571rem;
  }
}

.posts_tab--item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  padding: 0.375rem 1.5rem;
  border-radius: 0.5rem 0.5rem 0 0;
  line-height: 1.6;
  color: var(--clr-wht);
  background-color: var(--clr-text-placeholder);
}
@media print, screen and (min-width: 48em) {
  .posts_tab--item {
    height: 2.25rem;
  }
  .posts_tab--item::after {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 47.9375em) {
  .posts_tab--item {
    gap: 0.5714285714rem;
    padding: 0.2857142857rem 0.5714285714rem;
  }
}
.posts_tab--item.active, .posts_tab--item:hover {
  background-color: var(--clr-text-primary);
}
.posts_tab--item .ttl-icon {
  padding-left: 2.25rem;
}
.posts_tab--item .ttl-icon::before {
  width: 1.5rem;
  transform: translateY(-0.75rem);
  background-color: var(--clr-wht);
}

.posts_tab--cont > * {
  padding: 1.5rem;
  border: 1px solid;
  border-radius: 0 0 0.5rem 0.5rem;
}
@media screen and (max-width: 47.9375em) {
  .posts_tab--cont > * {
    padding: 1.1428571429rem;
  }
}

.posts-pre .posts_tab--cont > * {
  padding: 1.5rem 2rem;
}
@media screen and (max-width: 47.9375em) {
  .posts-pre .posts_tab--cont > * {
    padding: 1.1428571429rem;
  }
}

/* feature
**************************************** */
@media screen and (max-width: 47.9375em) {
  .schedule > .inner {
    display: flex;
    flex-direction: column;
    gap: 1.1428571429rem;
  }
}

.schedule--ttl {
  padding-left: 3.4666666667em;
}
.schedule--ttl::before {
  width: 2.6666666667em;
  aspect-ratio: 80/90 !important;
  transform: translateY(-1.5em);
}

#feature_result {
  position: relative;
}
@media screen and (max-width: 47.9375em) {
  #feature_result:has(.result-year01-todo01.active) {
    width: 36.8571428571rem;
  }
  #feature_result:has(.result-year01-todo02.active), #feature_result:has(.result-year02-todo01.active) {
    width: 30rem;
  }
  #feature_result:has(.result-year02-todo02.active) {
    width: 27rem;
  }
  #feature_result .btn-cta {
    position: absolute;
  }
  #feature_result .btn-cta01 {
    top: 0;
    bottom: 51.1744966443%;
    left: 34.2857142857%;
  }
  #feature_result .btn-cta02,
  #feature_result .btn-cta05,
  #feature_result .btn-cta06 {
    font-size: 1rem;
  }
  #feature_result .btn-cta02 {
    top: 51.0067114094%;
    bottom: 0;
    right: 0;
  }
  #feature_result .btn-cta03,
  #feature_result .btn-cta04,
  #feature_result .btn-cta07,
  #feature_result .btn-cta08 {
    font-size: 1rem;
  }
  #feature_result .btn-cta03,
  #feature_result .btn-cta05,
  #feature_result .btn-cta07 {
    top: 0;
    bottom: 51.0067114094%;
    left: 0;
  }
  #feature_result .btn-cta03 > * {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
    flex-direction: row !important;
  }
  #feature_result .btn-cta04,
  #feature_result .btn-cta06,
  #feature_result .btn-cta08 {
    top: 51.0067114094%;
    bottom: 0;
    left: 0;
  }
}
#feature_result .btn {
  margin: 0;
}
@media screen and (max-width: 47.9375em) {
  #feature_result .btn {
    width: 2.5714285714rem;
    z-index: 10;
  }
}
#feature_result .btn > * {
  border-width: 2px;
}
@media screen and (max-width: 47.9375em) {
  #feature_result .btn > * {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0.5714285714rem 0.8571428571rem;
    line-height: 1.1;
    width: 2.5714285714rem;
    min-height: 100%;
  }
}
#feature_result .btn .arrow {
  width: 1.375rem;
  height: 1.375rem;
  right: 1rem;
}
@media screen and (max-width: 47.9375em) {
  #feature_result .btn .arrow {
    position: relative;
    inset: inherit;
    display: block;
    width: 1.4285714286rem;
    height: 1.4285714286rem;
    margin: 0.5714285714rem 0 0;
  }
}
#feature_result .btn-cta:first-child > * {
  color: var(--clr-primary-default);
  background-color: var(--clr-wht);
}
#feature_result .btn-cta:first-child > * .arrow {
  background-color: var(--clr-primary-default);
}
#feature_result .btn-cta:first-child > * .arrow::before {
  background-color: var(--clr-wht);
}

.category--box #feature_result {
  width: 81.625rem;
}

.result--table {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2px;
  height: 38.75rem;
  background-color: var(--clr);
  border: 2px solid var(--clr);
  font-size: 1.25rem;
}
@media screen and (max-width: 47.9375em) {
  .result--table {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    height: 44.5714285714rem;
    font-size: 1rem;
  }
}

.result--cell {
  position: relative;
  background-color: var(--clr-wht);
  z-index: 1;
}
@media screen and (max-width: 47.9375em) {
  .result--cell {
    display: grid;
    grid-template-columns: 3.4285714286rem minmax(0, 1fr);
  }
}
.result--cell::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--clr);
  opacity: 0.1;
}
.result--cell .month {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 48em) {
  .result--cell .month {
    height: 3.375rem;
    border-bottom: 2px solid var(--clr);
  }
}
@media screen and (max-width: 47.9375em) {
  .result--cell .month {
    border-right: 2px solid var(--clr);
  }
}
.result--cell .month::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--clr);
  z-index: -1;
}
.result--cell:nth-child(even)::before {
  opacity: 0.05;
}
.result--cell:nth-child(even) .month::before {
  opacity: 0.5;
}

.result--cont {
  position: absolute;
  inset: 0;
  z-index: 1;
  font-size: 1.125rem;
}
@media screen and (max-width: 47.9375em) {
  .result--cont {
    font-size: 1.1428571429rem;
  }
}

.category--box .result--cont {
  font-size: 1.0625rem;
}

.result--item {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2.5625rem 2.1875rem 2rem;
}
@media screen and (max-width: 47.9375em) {
  .result--item {
    padding: 1rem 1.7142857143rem;
  }
}

.result--bars {
  position: relative;
  flex: 1;
}
@media print, screen and (min-width: 48em) {
  .result--bars {
    margin-block: 1.875rem 1.5rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars {
    margin-left: 3.4285714286rem;
  }
  .result--bars + .btn_wrap {
    position: absolute;
    inset: 1rem 1.7142857143rem 1rem 5.1428571429rem;
  }
}
.result--bars .btn {
  position: absolute;
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn01 {
    top: 6.5536723164%;
    left: 0;
    right: 78.125%;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn01 {
    top: 0;
    bottom: 76.677852349%;
    left: 0;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn02 {
    top: 6.5536723164%;
    left: 24.84375%;
    right: 51.5625%;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn02 {
    top: 24.6644295302%;
    bottom: 52.0134228188%;
    left: 11.4285714286%;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn03 {
    top: 19.8870056497%;
    left: 36.71875%;
    right: 38.203125%;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn03 {
    top: 38.5906040268%;
    bottom: 38.0872483221%;
    left: 21.4285714286%;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn04 {
    top: 33.2203389831%;
    left: 51.484375%;
    right: 24.6875%;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn04 {
    top: 50.8389261745%;
    bottom: 25.8389261745%;
    left: 34.2857142857%;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn05 {
    top: 0;
    left: 78.828125%;
    right: 17.421875%;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn05 {
    top: 77.6845637584%;
    bottom: 16.2751677852%;
    left: 0;
    right: 57.1428571429%;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn06 {
    top: 47.9096045198%;
    left: 45.625%;
    right: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn06 {
    top: 44.6308724832%;
    bottom: 0;
    left: 45.7142857143%;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn07 {
    top: 61.2429378531%;
    left: 51.484375%;
    right: 6.875%;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn07 {
    top: 50.8389261745%;
    bottom: 8.5570469799%;
    left: 57.1428571429%;
  }
  .result--bars .btn07 > * {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
    flex-direction: row !important;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn08 {
    top: 74.5762711864%;
    left: 56.25%;
    right: 2.96875%;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn08 {
    top: 55.033557047%;
    bottom: 4.3624161074%;
    left: 68.5714285714%;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn09 {
    top: 87.9096045198%;
    left: 60.546875%;
    right: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn09 {
    top: 59.3959731544%;
    bottom: 0;
    left: 80%;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn10 {
    top: 0;
    left: 16.875%;
    right: 61.25%;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn10 {
    top: 16.4429530201%;
    bottom: 59.7315436242%;
    left: 14.8148148148%;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn11 {
    top: 14.6892655367%;
    left: 16.875%;
    right: 61.25%;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn11 {
    top: 16.4429530201%;
    bottom: 59.7315436242%;
    left: 29.6296296296%;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn12 {
    top: 29.3785310734%;
    left: 16.875%;
    right: 43.4375%;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn12 {
    display: none;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn13 {
    top: 0;
    left: 78.125%;
    right: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn13 {
    top: 77.1812080537%;
    bottom: 0;
    left: 74.0740740741%;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn14 {
    top: 14.6892655367%;
    left: 78.125%;
    right: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn14 {
    top: 77.1812080537%;
    bottom: 0;
    left: 88.8888888889%;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn15 {
    top: 29.3785310734%;
    left: 60.3125%;
    right: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn15 {
    display: none;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn16 {
    top: 44.0677966102%;
    left: 52.5%;
    right: 25.625%;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn16 {
    top: 16.4429530201%;
    bottom: 42.2818791946%;
    left: 44.4444444444%;
  }
  .result--bars .btn16 > * {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
    flex-direction: row !important;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn17 {
    top: 44.0677966102%;
    left: 78.125%;
    right: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn17 {
    top: 60.4026845638%;
    bottom: 0;
    left: 14.8148148148%;
  }
  .result--bars .btn17 > * {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
    flex-direction: row !important;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn18 {
    top: 58.7570621469%;
    left: 60.9375%;
    right: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn18 {
    top: 60.4026845638%;
    bottom: 0;
    left: 29.6296296296%;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn19 {
    top: 73.4463276836%;
    left: 78.125%;
    right: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn19 {
    top: 73.4899328859%;
    bottom: 0;
    left: 44.4444444444%;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn20 {
    top: 88.1355932203%;
    left: 86.25%;
    right: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn20 {
    top: 85.2348993289%;
    bottom: 0;
    left: 59.2592592593%;
    font-size: 0.8571428571rem;
  }
  .result--bars .btn20 > * {
    line-height: 0.94 !important;
  }
  .result--bars .btn20 .arrow {
    margin: 0.2857142857rem 0 0 !important;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn21 {
    top: 0;
    left: 0;
    right: 86.25%;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn21 {
    top: 0;
    bottom: 83.8926174497%;
    left: 14.8148148148%;
    font-size: 0.8571428571rem;
  }
  .result--bars .btn21 .arrow {
    margin: 0.2857142857rem 0 0 !important;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn22 {
    top: 14.6892655367%;
    left: 0;
    right: 86.25%;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn22 {
    top: 0;
    bottom: 83.2214765101%;
    left: 29.6296296296%;
    font-size: 0.7142857143rem;
  }
  .result--bars .btn22 > * {
    line-height: 0.98 !important;
  }
  .result--bars .btn22 .arrow {
    margin: 0.2857142857rem 0 0 !important;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn23 {
    top: 29.3785310734%;
    left: 0;
    right: 86.25%;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn23 {
    top: 0;
    bottom: 83.8926174497%;
    left: 44.4444444444%;
    font-size: 0.8571428571rem;
  }
  .result--bars .btn23 .arrow {
    margin: 0.2857142857rem 0 0 !important;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn24 {
    top: 44.0677966102%;
    left: 0;
    right: 78.125%;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn24 {
    top: 0;
    bottom: 76.8456375839%;
    left: 59.2592592593%;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn25 {
    top: 58.7570621469%;
    left: 0;
    right: 78.125%;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn25 {
    top: 0;
    bottom: 76.8456375839%;
    left: 74.0740740741%;
    font-size: 0.8571428571rem;
  }
  .result--bars .btn25 > * {
    line-height: 0.98 !important;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn26 {
    top: 73.4463276836%;
    left: 0;
    right: 51.5625%;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn26 {
    top: 0;
    bottom: 51.0067114094%;
    right: 0;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn27 {
    top: 0;
    left: 17.03125%;
    right: 79.21875%;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn27 {
    top: 17.1140939597%;
    bottom: 76.8456375839%;
    left: 14.8148148148%;
    right: 44.4444444444%;
  }
  .result--bars .btn27 > * {
    letter-spacing: 0.03em !important;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn28 {
    top: 0;
    bottom: 29.8305084746%;
    left: 34.765625%;
    right: 61.484375%;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn28 {
    top: 34.0604026846%;
    bottom: 59.8993288591%;
    left: 14.8148148148%;
    right: 14.8148148148%;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn29 {
    top: 0;
    bottom: 29.8305084746%;
    left: 43.59375%;
    right: 52.65625%;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn29 {
    top: 42.7852348993%;
    bottom: 51.1744966443%;
    left: 14.8148148148%;
    right: 14.8148148148%;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn30 {
    top: 14.6892655367%;
    left: 51.484375%;
    right: 24.6875%;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn30 {
    top: 50.8389261745%;
    bottom: 25.3355704698%;
    left: 14.8148148148%;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn31 {
    top: 29.3785310734%;
    left: 51.484375%;
    right: 24.6875%;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn31 {
    top: 50.8389261745%;
    bottom: 25.3355704698%;
    left: 29.6296296296%;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn32 {
    top: 44.0677966102%;
    left: 51.484375%;
    right: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn32 {
    top: 50.8389261745%;
    bottom: 0;
    left: 44.4444444444%;
    font-size: 1rem;
  }
  .result--bars .btn32 > * {
    line-height: 1 !important;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn33 {
    top: 58.7570621469%;
    left: 51.484375%;
    right: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn33 {
    top: 50.8389261745%;
    bottom: 0;
    left: 59.2592592593%;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn34 {
    top: 73.4463276836%;
    left: 51.484375%;
    right: 18.828125%;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn34 {
    top: 50.8389261745%;
    bottom: 24.6644295302%;
    left: 74.0740740741%;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn35 {
    top: 88.1355932203%;
    left: 69.6875%;
    right: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn35 {
    top: 73.4899328859%;
    bottom: 0;
    right: 0;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn36 {
    top: 0;
    left: 0;
    right: 78.125%;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn36 {
    top: 0;
    bottom: 77.1812080537%;
    left: 17.0212765957%;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn37 {
    top: 14.6892655367%;
    left: 0;
    right: 78.125%;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn37 {
    top: 0;
    bottom: 77.1812080537%;
    left: 34.0425531915%;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn38 {
    top: 29.3785310734%;
    left: 0;
    right: 86.25%;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn38 {
    top: 0;
    bottom: 82.2147651007%;
    left: 51.0638297872%;
    font-size: 0.7142857143rem;
  }
  .result--bars .btn38 > * {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
    flex-direction: row !important;
  }
  .result--bars .btn38 .arrow {
    margin: 0.2857142857rem 0 0 !important;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn39 {
    top: 44.0677966102%;
    left: 0;
    right: 60.3125%;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn39 {
    top: 0;
    bottom: 60.4026845638%;
    right: 0;
  }
  .result--bars .btn39 > * {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
    flex-direction: row !important;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn40 {
    top: 58.7570621469%;
    left: 0;
    right: 86.25%;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn40 {
    top: 0;
    bottom: 85.2348993289%;
    left: 68.085106383%;
    font-size: 0.7142857143rem;
  }
  .result--bars .btn40 .arrow {
    margin: 0.2857142857rem 0 0 !important;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn41 {
    top: 58.7570621469%;
    left: 16.25%;
    right: 44.0625%;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn41 {
    top: 19.1275167785%;
    bottom: 42.2818791946%;
    left: 68.085106383%;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn42 {
    top: 0;
    bottom: 44.2937853107%;
    left: 43.75%;
    right: 52.5%;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn42 {
    display: none;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn43 {
    top: 0;
    bottom: 44.2937853107%;
    left: 52.1875%;
    right: 44.0625%;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn43 {
    display: none;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn44 {
    top: 0;
    bottom: 44.2937853107%;
    left: 79.21875%;
    right: 17.03125%;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn44 {
    top: 77.5167785235%;
    bottom: 16.4429530201%;
    left: 17.0212765957%;
    right: 17.0212765957%;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn45 {
    top: 73.4463276836%;
    left: 43.75%;
    right: 26.5625%;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn45 {
    top: 43.4563758389%;
    bottom: 25.1677852349%;
    left: 17.0212765957%;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn46 {
    top: 88.5875706215%;
    left: 51.5625%;
    right: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn46 {
    top: 50.8389261745%;
    bottom: 0;
    left: 87.2340425532%;
    font-size: 1rem;
  }
}
.result--bars .btn > * {
  border-color: var(--clr-secondary-default);
  min-width: 100%;
  padding-left: 1rem;
  padding-right: 2.75rem;
}
.result--bars .btn > * .arrow {
  background-color: var(--clr-secondary-default);
}
.result--bars .btn > * .arrow::before {
  background-color: var(--clr-wht);
}
.result--bars .btn > *:hover {
  background-color: var(--clr-secondary-default);
}
.result--bars .btn > *:hover .arrow {
  background-color: var(--clr-wht);
}
.result--bars .btn > *:hover .arrow::before {
  background-color: var(--clr-secondary-default);
}
.result--bars .btn.txt-tate {
  max-width: 3.75%;
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn.txt-tate {
    width: auto !important;
    max-width: inherit !important;
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
  }
}
.result--bars .btn.txt-tate > * {
  padding: 0.625rem 0.75rem 3.5rem 0.75rem;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn.txt-tate > * {
    flex-direction: row !important;
    height: 2.5714285714rem;
    padding: 0.5714285714rem !important;
  }
}
@media print, screen and (min-width: 48em) {
  .result--bars .btn.txt-tate .arrow {
    top: inherit;
    bottom: 1rem;
    left: 0;
    right: 0 !important;
  }
}
@media screen and (max-width: 47.9375em) {
  .result--bars .btn.txt-tate .arrow {
    margin: 0 0 0 0.5714285714rem !important;
  }
}
.result--bars .btn.clr-primary-default > * {
  border-color: var(--clr-primary-default);
}
.result--bars .btn.clr-primary-default > * .arrow {
  background-color: var(--clr-primary-default);
}
.result--bars .btn.clr-primary-default > *:hover {
  background-color: var(--clr-primary-default);
}
.result--bars .btn.clr-primary-default > *:hover .arrow {
  background-color: var(--clr-wht);
}
.result--bars .btn.clr-primary-default > *:hover .arrow::before {
  background-color: var(--clr-primary-default);
}

.feature--ttl {
  max-width: 44.1875rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
.feature--ttl::before {
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 1.3333333333em;
  aspect-ratio: 1;
  margin-bottom: 0.5rem;
  mask-image: url(images/common/icon-feature.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: var(--clr);
}
.feature--ttl > span {
  position: relative;
  display: block;
}
.feature--ttl > span::before, .feature--ttl > span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.7666666667em;
  aspect-ratio: 23/43;
  mask-image: url(images/common/section-ttl-deco.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: var(--clr);
}
.feature--ttl > span::before {
  left: 0;
}
.feature--ttl > span::after {
  right: 0;
  transform: scaleX(-1);
}

.feature--ttl-single::before {
  content: counter(number, decimal-leading-zero);
  font-size: 7.5rem;
  font-family: var(--font-en);
  color: var(--clr);
  line-height: 1;
  margin-bottom: 1rem;
  width: auto;
  aspect-ratio: auto;
  mask-image: none;
  background-color: transparent;
}
@media screen and (max-width: 47.9375em) {
  .feature--ttl-single::before {
    font-size: 4.2857142857rem;
    margin-bottom: 0.5714285714rem;
  }
}

.posts-feature .post {
  border-radius: 0.5rem;
  overflow: hidden;
}
.posts-feature .post--img {
  aspect-ratio: 480/270;
}
.posts-feature .post--hvr::before {
  mask-image: url(images/common/icon-article.svg);
}

.posts-slide .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 4.125rem;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 0.25rem;
  background-color: var(--clr-text-primary);
  cursor: pointer;
  transition: var(--transit-default);
  z-index: 1;
}
@media screen and (max-width: 47.9375em) {
  .posts-slide .slick-arrow {
    bottom: 3.2857142857rem;
    width: 3.4285714286rem;
    height: 3.4285714286rem;
  }
}
.posts-slide .slick-arrow::before {
  content: "";
  display: block;
  width: 2.25rem;
  aspect-ratio: 1;
  background-image: url(images/common/icon-arrow_back.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 47.9375em) {
  .posts-slide .slick-arrow::before {
    width: 1.7857142857rem;
  }
}
.posts-slide .slick-arrow:hover {
  background-color: var(--clr-primary-default);
}
.posts-slide .slick-prev {
  left: 0;
}
.posts-slide .slick-prev::before {
  transform: scaleX(-1);
}
.posts-slide .slick-next {
  right: 0;
}

.posts-feature_slide {
  visibility: hidden;
  height: 0;
  margin-inline: -1.25rem;
}
@media screen and (max-width: 47.9375em) {
  .posts-feature_slide {
    margin-inline: -0.7142857143rem;
  }
}
.posts-feature_slide.slick-initialized {
  visibility: visible;
  height: auto;
}
@media print, screen and (min-width: 48em) {
  .posts-feature_slide .slick-arrow {
    width: 4.5rem;
  }
}
.posts-feature_slide .slick-arrow::before {
  border-width: 1px;
}
.posts-feature_slide .slick-prev {
  left: -5rem;
}
@media screen and (max-width: 47.9375em) {
  .posts-feature_slide .slick-prev {
    left: -0.5714285714rem;
  }
}
.posts-feature_slide .slick-next {
  right: -5rem;
}
@media screen and (max-width: 47.9375em) {
  .posts-feature_slide .slick-next {
    right: -0.5714285714rem;
  }
}
.posts-feature_slide .post {
  border-radius: 0.5rem;
  overflow: hidden;
  margin-inline: 1.25rem;
}
@media screen and (max-width: 47.9375em) {
  .posts-feature_slide .post {
    margin-inline: 0.7142857143rem;
  }
}
.posts-feature_slide .post:hover {
  opacity: 0.7;
}
.posts-feature_slide .post--img {
  aspect-ratio: 416/234;
  transition: var(--transit-default);
}

.feature_category--blc .post::before {
  content: "";
  position: absolute;
  bottom: 1.125rem;
  left: var(--left, 0);
  width: var(--width, auto);
  aspect-ratio: var(--aspect-ratio, auto);
  background-image: var(--background-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
@media screen and (max-width: 47.9375em) {
  .feature_category--blc .post::before {
    bottom: -2.8571428571rem;
    transform: scale(0.5);
    transform-origin: left bottom;
  }
}

/* interview
**************************************** */
.posts-interview .post {
  display: flex;
  flex-direction: column;
  background-color: var(--clr-bg-01);
}
.posts-interview .post--img {
  position: relative;
  aspect-ratio: 320/180;
  border-radius: 0.5rem 0.5rem 0 0;
}
.posts-interview .post--hvr::before {
  mask-image: url(images/common/icon-article.svg);
}
.posts-interview .post--txtarea {
  gap: 1rem;
  flex: 1;
  padding: 1.5rem 1rem;
  border-radius: 0 0 0.5rem 0.5rem;
}
.posts-interview .post--link {
  color: var(--clr-text-secondary);
}
.posts-interview .post:hover .post--link {
  color: var(--clr-text-primary);
}
.posts-interview .btn {
  margin-top: auto;
}
@media screen and (max-width: 47.9375em) {
  .posts-interview .btn > * {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.2857142857rem;
    padding-inline: 0.8571428571rem;
  }
  .posts-interview .btn > * .arrow {
    position: relative;
    right: inherit;
  }
}

.ranking .posts-interview .post {
  background-color: var(--clr-wht);
}

.posts-interview_side {
  width: 16.5rem;
  visibility: hidden;
  height: 0;
}
.posts-interview_side.slick-initialized {
  visibility: visible;
  height: auto;
}
.posts-interview_side .slick-dots {
  margin-top: 1rem;
}
.posts-interview_side .post {
  display: flex !important;
  flex-direction: column;
  gap: 1rem;
}
.posts-interview_side .post:hover {
  opacity: 0.7;
}
.posts-interview_side .post--img {
  aspect-ratio: 640/330;
}
.posts-interview_side .post--ttl {
  line-height: 1.6;
}

/* download
**************************************** */
.posts-download {
  position: relative;
  width: 16.5rem;
  visibility: hidden;
  height: 0;
}
.posts-download.slick-initialized {
  visibility: visible;
  height: auto;
}
.posts-download .slick-dots {
  margin-top: 1rem;
}
.posts-download .post {
  display: flex !important;
  flex-direction: column;
  gap: 1rem;
}

/* movie
**************************************** */
.posts-movie .post--img {
  position: relative;
  aspect-ratio: 320/569;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 0.5rem;
  overflow: hidden;
}
.posts-movie .post--img .post--txtarea {
  position: absolute;
  inset: 0;
  padding: 0 1rem 1rem 1rem;
  justify-content: flex-end;
  gap: 1rem;
  border-radius: 0.5rem;
  overflow: hidden;
  z-index: 1;
}
.posts-movie .post--img .post--txtarea::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  aspect-ratio: 320/240;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
  z-index: -1;
}
.posts-movie .post--img .post--ttl {
  line-height: 1.6;
}
.posts-movie .post--info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.posts-movie .post--hvr::before {
  mask-image: url(images/common/icon-movie.svg);
}
.posts-movie .post > .post--txtarea {
  flex: 1;
  gap: 3.75rem;
}
@media screen and (max-width: 47.9375em) {
  .posts-movie .post > .post--txtarea {
    gap: 0.5714285714rem;
  }
}

.posts-movie_pickup {
  position: relative;
}

/* favorite
**************************************** */
.simplefavorite-button {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  aspect-ratio: 1;
  z-index: 1;
  cursor: pointer;
  border: 0;
  padding: 0;
}
.simplefavorite-button::before {
  content: "";
  display: block;
  width: 65.625%;
  aspect-ratio: 1;
  mask-image: url(images/common/icon-favorite.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: rgba(255, 255, 255, 0.8);
  transition: var(--transit-default);
}
.simplefavorite-button:hover::before, .simplefavorite-button.active::before {
  background-color: #E85151;
}

/* blog
**************************************** */
.posts-blog .post {
  display: grid;
  gap: 2.5rem;
  padding-block: 3rem;
  border-bottom: 1px solid var(--clr-mono-02);
}
@media print, screen and (min-width: 48em) {
  .posts-blog .post {
    grid-template-columns: 17.5rem minmax(0, 1fr);
    align-items: center;
  }
}
@media screen and (max-width: 47.9375em) {
  .posts-blog .post {
    gap: 1.7142857143rem;
    padding-block: 2.2857142857rem;
  }
}
.posts-blog .post:first-child {
  border-top: 1px solid var(--clr-mono-02);
}
.posts-blog .post--txtarea {
  flex: 1;
  word-break: break-word;
}
.posts-blog .post--ttl {
  font-size: max(16px, 1.125rem);
}

/* news
**************************************** */
/* --- news--archive --- */
.news--archive {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background-color: #111;
}

.news--archive li {
  margin-left: 8px;
  margin-right: 8px;
}

.news--archive a {
  color: var(--clr-wht);
}

/* --- posts-news --- */
.posts-news .post {
  gap: 2.5rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-bottom: 1px solid var(--clr-mono-02);
}
.posts-news .post:first-child {
  border-top: 1px solid var(--clr-mono-02);
}
@media screen and (max-width: 47.9375em) {
  .posts-news .post {
    display: block;
  }
}
@media screen and (max-width: 47.9375em) {
  .posts-news .post--info {
    margin-bottom: 0.5714285714rem;
  }
}
.posts-news .post--txtarea {
  flex: 1;
}
.posts-news .post--ttl {
  font-size: max(16px, 1.125rem);
}
.posts-news .post--info.flex .post--date + .cat_list {
  margin-left: 1rem;
}

/* ##############################################################################

    PAGE

############################################################################## */
/* related_page
********************************************** */
.related_page--list {
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
  z-index: 1;
}
@media print, screen and (min-width: 48em) {
  .related_page--list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(33.3333333333%, 1fr));
  }
}

.related_page--list li:nth-child(9n-1) a::before, .related_page--list li:nth-child(9n-3) a::before, .related_page--list li:nth-child(9n-8) a::before {
  filter: brightness(1.1);
}
.related_page--list li:nth-child(9n-2) a::before, .related_page--list li:nth-child(9n-4) a::before, .related_page--list li:nth-child(9n-6) a::before {
  filter: brightness(0.9);
}

.related_page--list a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 5.5rem 4rem 4rem;
  line-height: var(--line-height-hdr);
  color: var(--clr-wht);
}
@media print, screen and (min-width: 48em) {
  .related_page--list a {
    height: 17.5rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .related_page--list a {
    padding: 1.7142857143rem 2.2857142857rem 1.7142857143rem 1.7142857143rem;
  }
}
.related_page--list a::before, .related_page--list a::after {
  content: "";
  position: absolute;
}
.related_page--list a::before {
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-color: var(--clr-primary-default);
}
.related_page--list a::after {
  top: 0;
  bottom: 0;
  right: 4rem;
  margin: auto;
  width: 1.5rem;
  height: 1.5rem;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
}
@media screen and (max-width: 47.9375em) {
  .related_page--list a::after {
    right: 1.7142857143rem;
    width: 0.8571428571rem;
    height: 0.8571428571rem;
  }
}
.related_page--list a:hover {
  opacity: 0.7;
}

.related_page--list .font-jp {
  margin-bottom: 0.25em;
}
@media screen and (max-width: 47.9375em) {
  .related_page--list .font-jp {
    font-size: 1.2857142857rem;
  }
}

.related_page--list .font-en {
  opacity: 0.5;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (max-width: 47.9375em) {
  .related_page--list .font-en {
    font-size: 0.7142857143rem;
  }
}

.related_page--bg {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.2;
  z-index: -1;
}

/* ##############################################################################

    SEARCH

############################################################################## */
/* search_nav
**************************************** */
.search_nav {
  padding-block: 2rem 5rem;
}
@media screen and (max-width: 47.9375em) {
  .search_nav {
    padding-block: 1.7142857143rem;
  }
  .search_nav .btn-fill {
    margin-bottom: 0 !important;
  }
}
.search_nav > .inner:not(:first-child) {
  padding-top: 2rem;
}
@media screen and (max-width: 47.9375em) {
  .search_nav > .inner:not(:first-child) {
    padding-top: 1.7142857143rem;
  }
}
.search_nav > .inner:not(:last-child) {
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--clr-text-placeholder);
}
@media screen and (max-width: 47.9375em) {
  .search_nav > .inner:not(:last-child) {
    padding-bottom: 1.7142857143rem;
  }
}

.footer .search_nav {
  padding-block: 3.75rem 2.5rem;
}
@media print, screen and (min-width: 48em) {
  .footer .search_nav .btn-lg {
    margin-bottom: 1.5rem !important;
  }
}

/* search--form
**************************************** */
/* カテゴリ×タグから探す */
.search--form-terms .search--menu {
  font-weight: 400;
}
.search--form-terms .search--blcs {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 1.5rem;
}
@media screen and (max-width: 47.9375em) {
  .search--form-terms .search--blcs {
    gap: 1.1428571429rem;
  }
}
.search--form-terms .search--blc {
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  .search--form-terms .search--blc {
    flex-direction: column;
    gap: 1.1428571429rem;
  }
}
.search--form-terms .search--ttlarea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-shrink: 0;
  width: 11.25rem;
  gap: 0.25rem;
}
.search--form-terms .search--ttl-sm.ttl-icon {
  padding-left: 2.5rem;
}
.search--form-terms .search--ttl-sm.ttl-icon::before {
  transform: translateY(-1rem);
  width: 2rem;
  background-color: var(--clr);
}
.search--form-terms .search--blc-article_category .search--ttl-sm::before {
  mask-image: url(images/common/icon-article.svg);
}
.search--form-terms .search--blc-movie_category .search--ttl-sm::before {
  mask-image: url(images/common/icon-movie.svg);
}
.search--form-terms .search--blc-tag .search--ttl-sm::before {
  mask-image: url(images/common/icon-tag.svg);
}
.search--form-terms .search--note {
  line-height: var(--line-height-hdr);
}
.search--form-terms .search--menuarea {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  padding: 1.5rem;
  gap: 2rem;
  border-radius: 0.25rem;
  background-color: var(--clr-wht);
}
@media screen and (max-width: 47.9375em) {
  .search--form-terms .search--menuarea {
    padding: 1.1428571429rem;
    gap: 1.1428571429rem;
  }
}

.modal .search--form-terms .search--menuarea:has(.tab--list) {
  padding-block: 1rem;
}

/* カテゴリ×タグから探す > カテゴリから探す */
.search--blc-category .search--menu {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.625rem 0.5rem;
}
@media screen and (max-width: 47.9375em) {
  .search--blc-category .search--menu {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.5714285714rem;
  }
}
.search--blc-category .search--menu > li {
  cursor: pointer;
  transition: var(--transit-default);
}
.search--blc-category .search--menu:has(.search_sub_nav) > li > label {
  display: flex;
  padding: 0.375rem 2.75rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border-radius: 0.25rem;
  color: var(--clr-wht);
  background-color: var(--clr-text-placeholder);
  pointer-events: none;
}
@media screen and (max-width: 47.9375em) {
  .search--blc-category .search--menu:has(.search_sub_nav) > li > label {
    padding: 0.5714285714rem;
    gap: 0.5714285714rem;
  }
}
.search--blc-category .search--menu:has(.search_sub_nav) > li > label::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
  width: 0.5rem;
  height: 0.5rem;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
}
.search--blc-category .search--menu:has(.search_sub_nav) > li > label:hover,
.search--blc-category .search--menu:has(.search_sub_nav) > li.active > label {
  background-color: var(--clr);
}
.search--blc-category .search_sub_nav--wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 2px dashed var(--clr);
  background-color: var(--clr-wht);
  pointer-events: none;
}
@media print, screen and (min-width: 48em) {
  .search--blc-category .search_sub_nav--wrap {
    position: absolute;
    top: calc(100% + 2rem);
    left: 0;
    right: 0;
    opacity: 0;
    transition: var(--transit-default);
  }
}
@media screen and (max-width: 47.9375em) {
  .search--blc-category .search_sub_nav--wrap {
    position: relative;
    gap: 0.5714285714rem;
    padding: 0.5714285714rem;
    margin-block: 1.1428571429rem 0.5714285714rem;
  }
}
.search--blc-category .search_sub_nav--wrap::before {
  content: "";
  position: absolute;
  top: -1.125rem;
  left: 1.125rem;
  width: 1.875rem;
  aspect-ratio: 30/56;
  mask-image: url(images/common/icon-arrow-cat.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: var(--clr);
}
@media screen and (max-width: 47.9375em) {
  .search--blc-category .search_sub_nav--wrap::before {
    top: -0.6428571429rem;
    left: 0.6428571429rem;
    width: 1.2857142857rem;
  }
}
.search--blc-category .search_sub_nav--ttl {
  padding-left: 2.5rem;
}
.search--blc-category .search--menu:not(:has(.search_sub_nav)),
.search--blc-category .search_sub_nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.625rem;
}
@media screen and (max-width: 47.9375em) {
  .search--blc-category .search--menu:not(:has(.search_sub_nav)),
  .search--blc-category .search_sub_nav {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.5714285714rem;
  }
}
.search--blc-category .search--menu:not(:has(.search_sub_nav)) > li > label,
.search--blc-category .search_sub_nav > li > label {
  gap: 0.25rem;
  padding: 0.25rem 1rem;
  color: var(--clr-text-placeholder);
  border: 1px solid;
  background-color: var(--clr-wht);
}
.search--blc-category .search--menu:not(:has(.search_sub_nav)) > li > label::before,
.search--blc-category .search_sub_nav > li > label::before {
  content: "";
  display: block;
  width: 1.5rem;
  aspect-ratio: 1;
  mask-image: url(images/common/icon-check.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: var(--clr-text-placeholder);
}
.search--blc-category .search--menu:not(:has(.search_sub_nav)) > li > label:hover,
.search--blc-category .search--menu:not(:has(.search_sub_nav)) > li > input:checked + label,
.search--blc-category .search_sub_nav > li > label:hover,
.search--blc-category .search_sub_nav > li > input:checked + label {
  color: var(--clr);
}
.search--blc-category .search--menu:not(:has(.search_sub_nav)) > li > label:hover::before,
.search--blc-category .search--menu:not(:has(.search_sub_nav)) > li > input:checked + label::before,
.search--blc-category .search_sub_nav > li > label:hover::before,
.search--blc-category .search_sub_nav > li > input:checked + label::before {
  background-color: var(--clr);
}

@media screen and (max-width: 47.9375em) {
  .search--blc-movie_category .search--menu:not(:has(.search_sub_nav)) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.2857142857rem;
  }
}

@media print, screen and (min-width: 48em) {
  .search_box--item.active .search--blc-category .search--menu > li.active .search_sub_nav--wrap {
    opacity: 1;
  }
}
.search_box--item.active .search--blc-category .search--menu > li.active .search_sub_nav--wrap label {
  pointer-events: auto;
}

.modal .search_box--item.active .search--blc-category .search--menu > li.active .search_sub_nav--wrap label {
  pointer-events: none;
}
.modal.active .search_box--item.active .search--blc-category .search--menu > li.active .search_sub_nav--wrap label {
  pointer-events: auto;
}

/* カテゴリ×タグから探す > タグから探す */
.search--blc-tag .search--menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
@media screen and (max-width: 47.9375em) {
  .search--blc-tag .search--menu {
    gap: 0.2857142857rem;
  }
}
.search--blc-tag .search--menu label {
  padding: 0.25rem 1rem;
  border-radius: 999px;
  color: var(--clr-text-placeholder);
  border: 1px solid;
  font-size: max(12px, 0.875rem);
}
.search--blc-tag .search--menu label::before {
  content: "#";
  display: inline-block;
}
.search--blc-tag .search--menu label:hover,
.search--blc-tag .search--menu input:checked + label {
  color: var(--clr-wht);
  border-color: var(--clr);
  background-color: var(--clr);
}

/* キーワードから探す */
.search--form-keyword {
  padding: 3.75rem;
  background-color: var(--clr-wht);
  border-radius: 0.25rem;
}
@media screen and (max-width: 47.9375em) {
  .search--form-keyword {
    padding: 1.1428571429rem;
  }
}

.search--menu li input {
  display: none;
}
.search--menu li label {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 0.25rem;
  font-weight: 700;
  line-height: 1.6;
  transition: var(--transit-default);
}
@media print, screen and (min-width: 48em) {
  .search--menu li label {
    height: 100%;
  }
}
.search--menu li label::before {
  transition: var(--transit-default);
}

.search--cnt {
  position: absolute;
  bottom: 100%;
  right: 0;
  line-height: 1.5;
  z-index: 2;
  transition: var(--transit-default);
}

.search--num {
  text-shadow: var(--clr-wht) 2px 0 0, var(--clr-wht) -2px 0 0, var(--clr-wht) 0 -2px 0, var(--clr-wht) 0 2px 0, var(--clr-wht) 2px 2px 0, var(--clr-wht) -2px 2px 0, var(--clr-wht) 2px -2px 0, var(--clr-wht) -2px -2px 0, var(--clr-wht) 1px 2px 0, var(--clr-wht) -1px 2px 0, var(--clr-wht) 1px -2px 0, var(--clr-wht) -1px -2px 0, var(--clr-wht) 2px 1px 0, var(--clr-wht) -2px 1px 0, var(--clr-wht) 2px -1px 0, var(--clr-wht) -2px -1px 0, var(--clr-wht) 1px 1px 0, var(--clr-wht) -1px 1px 0, var(--clr-wht) 1px -1px 0, var(--clr-wht) -1px -1px 0;
}

.search--btns {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 47.9375em) {
  .search--btns {
    gap: 0.5714285714rem;
  }
}
.search--btns .btn-submit {
  flex: 1;
}
.search--btns:has(.btn-submit > *[form=keyword]) {
  opacity: 0;
  pointer-events: none;
}

.search--menu_btn {
  cursor: pointer;
  padding: 0.25em 2em 0.25em 1em;
  background-color: var(--clr-wht);
  border: 1px solid #ccc;
  color: inherit;
  font-family: var(--font-primary);
  font-size: max(14px, 1rem);
  line-height: var(--line-height-default);
  font-weight: 500;
  transition: var(--transit-default);
}
.search--menu_btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0.4em;
  right: 0.8em;
  margin: auto;
  width: 0.6em;
  height: 0.6em;
  border-bottom: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
  transition: var(--transit-default);
}
.search--menu_btn:hover {
  background-color: var(--clr-bg-02);
}

.active .search--menu_btn::after {
  bottom: -0.2em;
  transform: rotate(225deg);
}

.search--menu-select {
  position: absolute;
  z-index: 1;
  width: 100%;
  background-color: var(--clr-wht);
  border: 1px solid #ccc;
  visibility: hidden;
  margin-top: -1px;
  opacity: 0;
  transition: var(--transit-default);
}
.search--menu-select li {
  margin-inline-start: 0;
  transition: var(--transit-default);
}
.search--menu-select li:not(:last-child) {
  border-bottom: 1px solid var(--clr-bg-02);
}
.search--menu-select li:hover {
  background-color: var(--clr-bg-02);
}
.search--menu-select input {
  display: none;
}
.search--menu-select label {
  padding: 0.25em 1em;
  cursor: pointer;
}

.active .search--menu-select {
  visibility: visible;
  opacity: 1;
}

/* keyword
**************************************** */
.form-keyword fieldset {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  height: 4.125rem;
  border-radius: 0.375rem;
  border: 2px solid;
  background-color: var(--clr-wht);
  padding: 0.625rem 1rem;
}
@media screen and (max-width: 47.9375em) {
  .form-keyword fieldset {
    gap: 0.5714285714rem;
    height: 2.8571428571rem;
    padding: 0.3571428571rem 0.5714285714rem;
  }
}
.form-keyword fieldset > .icon-search {
  width: 2.5rem;
  min-width: 2.5rem;
  fill: var(--clr-text-primary);
}
@media screen and (max-width: 47.9375em) {
  .form-keyword fieldset > .icon-search {
    width: 1.7142857143rem;
    min-width: 1.7142857143rem;
  }
}
.form-keyword input {
  border: 0;
  width: 100%;
  font-size: max(18px, 1.25rem);
  font-weight: 500;
  line-height: 1.7;
  padding: 0;
}
@media screen and (max-width: 47.9375em) {
  .form-keyword input {
    font-size: 1rem;
  }
}
.form-keyword input:focus {
  outline: none;
}
.form-keyword button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0.25rem 0.75rem;
  cursor: pointer;
  transition: var(--transit-default);
  border-radius: 0.5rem;
  color: var(--clr-wht);
  background-color: var(--clr-text-primary);
  border: 0;
  font-size: max(18px, 1.25rem);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.4em;
  text-indent: 0.4em;
  white-space: nowrap;
}
@media screen and (max-width: 47.9375em) {
  .form-keyword button {
    padding: 0.1428571429rem 0.4285714286rem;
    font-size: 0.8571428571rem;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
  }
}
.form-keyword button:hover {
  opacity: 0.7;
}

.side_column .form-keyword fieldset {
  padding: 0 0 0 1.5rem;
  border: 0;
  grid-template-columns: minmax(0, 1fr) 3.375rem;
  height: 3rem;
  border-radius: 0.25rem;
}
.side_column .form-keyword input {
  font-size: max(12px, 0.875rem);
  padding-block: 0.75rem;
}
.side_column .form-keyword button {
  border-radius: 0 0.25rem 0.25rem 0;
  padding-inline: 0.75rem;
  height: 100%;
}
.side_column .form-keyword button .icon-search {
  width: 2rem;
  fill: var(--clr-wht);
}

.hero .form-keyword fieldset {
  border: 0;
  background-color: var(--clr-bg-01);
  font-weight: 700;
}
.hero .form-keyword input {
  background-color: var(--clr-bg-01);
}
.hero .form-keyword button {
  background-color: var(--clr-secondary-default);
  padding: 0.25rem 1.25rem;
  font-size: max(22px, 1.5rem);
}
@media screen and (max-width: 47.9375em) {
  .hero .form-keyword button {
    font-size: 1.1428571429rem;
    padding: 0.1428571429rem 1.1428571429rem;
  }
}

/* search_box
**************************************** */
.search_box {
  position: relative;
  padding: 2.5rem;
  border-radius: 0.5rem;
  background-color: var(--clr-bg-01);
}
@media screen and (max-width: 47.9375em) {
  .search_box {
    padding: 1.7142857143rem;
  }
}
.search_box > svg {
  position: absolute;
  top: -5rem;
  left: 1.5rem;
  width: 8.125rem;
}
@media screen and (max-width: 47.9375em) {
  .search_box > svg {
    top: -2.8571428571rem;
    left: 0.8571428571rem;
    width: 4.6428571429rem;
  }
}
.search_box .side_column .side--blc-bd > *:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.search_box form {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.search_box--blc {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
}
@media screen and (max-width: 47.9375em) {
  .search_box--blc {
    gap: 1.1428571429rem;
  }
}
.search_box--blc:not(:last-child) {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 47.9375em) {
  .search_box--blc:not(:last-child) {
    padding-bottom: 1.7142857143rem;
    margin-bottom: 1.7142857143rem;
  }
}
.search_box--blc:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to right, var(--clr-text-placeholder) 1px, transparent 2px);
  background-size: 0.625rem 2px;
  background-repeat: repeat-x;
  height: 2px;
}

.modal .search_box--item {
  overflow: auto;
  height: calc(100vh - 4.875rem * 2 - 28.625rem);
}

.search_box--ttl {
  gap: 0.5rem;
  line-height: 1.8;
}
.search_box--ttl svg {
  fill: var(--clr-text-primary);
}

.search--line01 {
  top: -7.5rem;
  left: 0;
}

.search--line02 {
  bottom: -6.25rem;
  right: 0;
}

/* ##############################################################################

  SINGLE

############################################################################## */
.article--wrap {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 47.9375em) {
  .article--wrap {
    flex-direction: column;
  }
}
.article--wrap .article {
  width: 100%;
}

.article .post--info-top p:not(.post p) {
  margin-inline-start: 1.9375rem;
  line-height: 1.5;
}
.article .post--info-top p:not(.post p) span {
  float: inline-start;
  inline-size: 1.6875rem;
  aspect-ratio: 1;
  margin-block: calc((1lh - 1.6875rem) / 2);
  margin-inline-start: -1.9375rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.1875rem;
  background-color: rgba(207, 208, 216, 0.4);
  border-radius: 50%;
}
.article .post--date span {
  background-image: url(images/common/icon-update.svg);
}
.article .post--author span {
  background-image: url(images/common/icon-person.svg);
}
.article .post--author span[style*=background-image] {
  background-size: cover !important;
}
.article .editor-styles-wrapper {
  background-color: var(--clr-wht);
}
.article .post--author-btm {
  border-radius: 0.25rem;
}
@media screen and (max-width: 47.9375em) {
  .article .post--author-btm {
    padding-top: 1.7142857143rem;
  }
}
.article .post--author_ttl {
  position: absolute;
  top: -0.5lh;
  left: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  color: var(--clr-wht) !important;
  border-radius: 999px;
  background-color: var(--clr-text-primary);
  padding: 0.125rem 0.875rem;
  line-height: 1.6;
  margin: 0 !important;
}
.article .post--author_ttl::before {
  content: "";
  display: block;
  width: 1.5rem;
  aspect-ratio: 1;
  mask-image: url(images/common/icon-person.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: var(--clr-wht);
}
.article .post--author_img_text {
  display: grid;
  grid-template-columns: 9.5rem minmax(0, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 47.9375em) {
  .article .post--author_img_text {
    grid-template-columns: 4.5714285714rem minmax(0, 1fr);
    gap: 1.1428571429rem;
  }
}
.article .post--author_imgarea {
  aspect-ratio: 1;
  border-radius: 50%;
  background-image: url(images/common/icon-person.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6.5rem;
  background-color: var(--clr-wht);
}
@media screen and (max-width: 47.9375em) {
  .article .post--author_imgarea {
    background-size: 3.1428571429rem;
  }
}
.article .post--author_imgarea[style*=background-image] {
  background-size: cover;
}
.article .post--author_name {
  line-height: var(--line-height-hdr);
  margin: 0 !important;
}
.article .post--author_job {
  color: var(--clr-text-secondary) !important;
}
@media screen and (max-width: 47.9375em) {
  .article .post--author_txtarea:has(.post--author_name):has(.post--author_job) .post--author_des {
    margin-left: -5.7142857143rem;
  }
}

/* --- アイキャッチ --- */
.eyecatch {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
@media print, screen and (min-width: 48em) {
  .eyecatch .simplefavorite-button {
    top: 0.875rem;
    right: 0.875rem;
    width: 3.75rem;
  }
}

/* --- 目次 --- */
.ez-toc-debug-messages {
  display: none;
}

div#ez-toc-container {
  padding: 1.5rem 2.5rem;
  border-radius: 0.25rem;
  transition: var(--transit-default);
}
@media screen and (max-width: 47.9375em) {
  div#ez-toc-container {
    padding: 1.1428571429rem;
  }
}
div#ez-toc-container:not(:first-child) {
  margin-top: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  div#ez-toc-container:not(:first-child) {
    margin-top: 1.4285714286rem;
  }
}
div#ez-toc-container:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  div#ez-toc-container:not(:last-child) {
    margin-bottom: 1.4285714286rem;
  }
}
div#ez-toc-container p.ez-toc-title {
  font-size: max(18px, 1.25rem);
  line-height: var(--line-height-hdr);
  transition: var(--transit-default);
}
div#ez-toc-container:has(.ez-toc-title-toggle:hover) {
  opacity: 0.7;
}

.posts div#ez-toc-container {
  display: none;
}

.ez-toc-title-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ez-toc-title-container:has(.ez-toc-title-toggle.active) p.ez-toc-title {
  color: var(--clr-text-secondary) !important;
}

.ez-toc-title-toggle {
  width: 1.5rem;
  height: 1.5rem;
}
.ez-toc-title-toggle::before {
  content: "";
  position: absolute;
  inset: -1.5rem -2.5rem;
  cursor: pointer;
}
.ez-toc-title-toggle a.ez-toc-toggle {
  position: relative;
  pointer-events: none;
  margin: 0;
  padding: 0;
  color: var(--clr-blk);
  width: 100%;
  height: 100%;
}
.ez-toc-title-toggle a.ez-toc-toggle::before, .ez-toc-title-toggle a.ez-toc-toggle::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 1rem;
  height: 0;
  border-bottom: 2px solid;
}
.ez-toc-title-toggle a.ez-toc-toggle::after {
  transform: rotate(90deg);
}
.ez-toc-title-toggle .ez-toc-js-icon-con {
  display: none !important;
}
.ez-toc-title-toggle.active a.ez-toc-toggle {
  transform: rotate(135deg);
  color: var(--clr-text-secondary) !important;
}

#ez-toc-container.counter-hierarchy ul {
  font-size: max(18px, 1.25rem);
  display: flex;
  flex-direction: column;
  gap: 0.8em;
  padding-top: 1.2em;
}
#ez-toc-container.counter-hierarchy ul ul {
  margin-left: 1.6em;
  padding-top: 0.9em;
  gap: 0.2em;
}
#ez-toc-container.counter-hierarchy ul ul li {
  font-size: max(14px, 1rem);
  font-weight: 400;
}
#ez-toc-container.counter-hierarchy .ez-toc-list-level-1 {
  margin-top: 1.5em;
  border-top: 1px solid var(--clr-text-secondary);
}

/* pass
**************************************** */
#pass p {
  margin-bottom: 1em;
}

#pass input[name=post_password] {
  padding: 0.3125rem;
  border: solid 1px #aaa;
  outline: none;
}

#pass input[type=submit] {
  padding: 0.25rem 0.375rem;
  letter-spacing: 0.15em;
  background-color: #ddd;
  border-radius: 0.25rem;
  outline: none;
  border: none;
  cursor: pointer;
  transition: var(--transit-default);
}

#pass input[type=submit]:hover {
  opacity: 0.7;
}

/* share
**************************************** */
@media print, screen and (min-width: 48em) {
  .share {
    position: sticky;
    top: calc(50% + 4.875rem / 2);
    right: -5.25rem;
    transform: translateY(-50%);
    min-width: 5.25rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .share {
    flex-direction: row;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 86%;
  }
}

@media print, screen and (min-width: 48em) {
  .share--txt {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
    letter-spacing: 0.15em;
  }
}

@media screen and (max-width: 47.9375em) {
  .share--list {
    flex-direction: row;
    align-items: center;
  }
}

.share--list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.375rem;
}
.share--list a:hover {
  opacity: 0.7;
}
.share--list a::before {
  content: "";
  display: block;
  width: 1.25rem;
  aspect-ratio: 1;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: var(--clr);
}

.share--list .x a::before {
  mask-image: url(images/common/icon-x.svg);
}

.share--list .facebook a::before {
  mask-image: url(images/common/icon-facebook.svg);
}

.share--list .line a::before {
  mask-image: url(images/common/icon-line.svg);
}

.share--list img {
  max-width: 100%;
}

/* wp-pagenavi
**************************************** */
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(14.1666666667px, 0.8333333333vw, 1rem);
  white-space: nowrap;
}
@media screen and (max-width: 47.9375em) {
  .wp-pagenavi {
    gap: 0.5714285714rem;
  }
}

.wp-pagenavi > * {
  color: var(--clr);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
}

.wp-pagenavi .pages {
  width: 100%;
  margin-bottom: 1em;
}

.wp-pagenavi .current {
  color: var(--clr-wht);
  background-color: var(--clr);
}

.wp-pagenavi a {
  position: relative;
  padding-inline: 1em;
  height: clamp(53.125px, 3.125vw, 3.75rem);
  background-color: var(--bg);
}
@media screen and (max-width: 47.9375em) {
  .wp-pagenavi a {
    height: 2.5714285714rem;
  }
}
.wp-pagenavi a:hover {
  color: var(--clr-wht);
  background-color: var(--clr);
}

.archive .wp-pagenavi > * {
  border-radius: 50%;
  font-size: max(18px, 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .archive .wp-pagenavi > * {
    font-size: 1rem;
  }
}

.archive .wp-pagenavi > *:not(.pages) {
  width: clamp(53.125px, 3.125vw, 3.75rem);
  aspect-ratio: 1;
}
@media screen and (max-width: 47.9375em) {
  .archive .wp-pagenavi > *:not(.pages) {
    width: 2.5714285714rem;
  }
}

.wp-pagenavi-single a[rel=prev],
.wp-pagenavi-single a[rel=next] {
  aspect-ratio: 1;
}

.wp-pagenavi a[rel=prev]::before,
.wp-pagenavi a[rel=next]::before,
.wp-pagenavi .first::before,
.wp-pagenavi .last::before,
.wp-pagenavi .first::after,
.wp-pagenavi .last::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  border-top: 2px solid;
  border-right: 2px solid;
}

.wp-pagenavi a[rel=prev]::before,
.wp-pagenavi a[rel=next]::before,
.wp-pagenavi .first::before,
.wp-pagenavi .last::before,
.wp-pagenavi .first::after,
.wp-pagenavi .last::after {
  width: 0.6em;
  aspect-ratio: 1;
}

.wp-pagenavi a[rel=prev]::before,
.wp-pagenavi .first::before,
.wp-pagenavi .first::after {
  transform: rotate(-135deg);
}

.wp-pagenavi a[rel=next]::before,
.wp-pagenavi .last::before,
.wp-pagenavi .last::after {
  transform: rotate(45deg);
}

.wp-pagenavi-single a[rel=prev]::before {
  transform: rotate(45deg);
}

.wp-pagenavi-single a[rel=next]::before {
  transform: rotate(-135deg);
}

.wp-pagenavi .first::before,
.wp-pagenavi .last::before {
  left: -0.375rem;
}

.wp-pagenavi .first::after,
.wp-pagenavi .last::after {
  right: -0.375rem;
}

.wp-pagenavi .extend,
.wp-pagenavi [aria-label] {
  width: clamp(21.25px, 1.25vw, 1.5rem) !important;
  background-color: transparent;
  padding: 0;
}

.wp-pagenavi [aria-label] {
  transform: scaleX(1.25);
}

/* article
**************************************** */
@media print, screen and (min-width: 67.5625em) {
  .single-article .container {
    width: 90%;
    max-width: 1244px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 67.5625em) and (max-width: 120em) {
  .single-article .container {
    margin-right: 20.8125rem;
    margin-left: calc(100% - 1244px - 20.8125rem);
  }
}
@media screen and (min-width: 67.5625em) and (max-width: 94.6875em) {
  .single-article .container {
    width: auto;
    max-width: inherit;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .article-article .inner {
    width: calc(100% - 5.25rem);
    max-width: calc(100% - 5.25rem);
    margin-right: 0;
  }
  .article-article .breadcrumbs {
    margin-bottom: 3.5rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .article-article .catarea {
    order: 1;
  }
}
.article-article .page_ttl {
  padding-block: 2.5rem 1.5rem;
}
@media print, screen and (min-width: 48em) {
  .article-article .page_ttl {
    background-color: transparent;
    border-image: linear-gradient(var(--bg), var(--bg)) fill 0/0/0 100vw 0 100vw;
  }
}
.article-article .page_ttl-jp:not(:last-child) {
  margin-bottom: 1.5555555556em;
}
.article-article .page_ttl-jp::before {
  width: 1.5555555556em;
}

/* feature
**************************************** */
.feature--cont {
  counter-increment: number;
}

.feature--ttl-sm {
  position: relative;
  border-radius: 0.5rem;
  padding: 1rem;
  overflow: hidden;
  line-height: 1.8;
}
.feature--ttl-sm:not(:last-child) {
  margin-bottom: 1em;
}
.feature--ttl-sm::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--clr);
  opacity: 0.1;
}
.feature--ttl-sm .ttl-icon {
  padding-left: 3rem;
}
.feature--ttl-sm .ttl-icon::before {
  width: 2rem;
  transform: translateY(-1.25rem);
}

.feature--select_ttl {
  padding: 1.5rem 2rem;
  border-radius: 0.5rem;
  border: 1px solid var(--clr);
  background-color: var(--clr-wht);
}
@media screen and (max-width: 47.9375em) {
  .feature--select_ttl {
    padding: 1.7142857143rem 1.1428571429rem 1.1428571429rem;
  }
}
.feature--select_ttl:has(+ .feature--select_cont) {
  cursor: pointer;
  transition: var(--transit-default);
}
@media print, screen and (min-width: 48em) {
  .feature--select_ttl:has(+ .feature--select_cont):hover {
    color: var(--clr-wht);
    background-color: var(--clr);
  }
  .feature--select_ttl:has(+ .feature--select_cont):hover .label {
    color: var(--clr);
    background-color: var(--clr-wht);
  }
}
.feature--select_ttl > span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 47.9375em) {
  .feature--select_ttl > span {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5714285714rem;
  }
}
.feature--select_ttl .label {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  padding-inline: 1.5rem;
  border-radius: 999px;
  color: var(--clr-wht);
  background-color: var(--clr);
  transition: var(--transit-default);
}
@media screen and (max-width: 47.9375em) {
  .feature--select_ttl .label {
    position: absolute;
    top: -2.8571428571rem;
    left: 0;
    margin: auto;
    width: fit-content;
    height: 2.2857142857rem;
  }
}
.feature--select_ttl .toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background-color: var(--clr);
  transition: var(--transit-default);
}
@media screen and (max-width: 47.9375em) {
  .feature--select_ttl .toggle {
    width: 2.2857142857rem;
    height: 2.2857142857rem;
  }
}
.feature--select_ttl .toggle::before, .feature--select_ttl .toggle::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 30%;
  height: 0;
  border-bottom: 1px solid var(--clr-wht);
  transition: var(--transit-default);
}
.feature--select_ttl .toggle::after {
  transform: rotate(90deg);
}
.feature--select_ttl.active {
  color: var(--clr-wht);
  background-color: var(--clr);
  border-radius: 0.5rem 0.5rem 0 0;
}
@media print, screen and (min-width: 48em) {
  .feature--select_ttl.active {
    padding-block: 1rem;
  }
}
.feature--select_ttl.active .label {
  color: var(--clr);
  background-color: var(--clr-wht);
}
@media screen and (max-width: 47.9375em) {
  .feature--select_ttl.active .label {
    box-shadow: inset 0 0 0 1px var(--clr);
  }
}
.feature--select_ttl.active .toggle {
  transform: rotate(135deg);
}
.feature--select_ttl.active .toggle::before, .feature--select_ttl.active .toggle::after {
  width: 1rem;
  border-width: 2px;
}

.feature--select_cont {
  position: relative;
  padding: 2.5rem 1.5rem;
  border-radius: 0 0 0.5rem 0.5rem;
  overflow: hidden;
  display: none;
}
@media screen and (max-width: 47.9375em) {
  .feature--select_cont {
    padding: 1.7142857143rem;
  }
}
.feature--select_cont::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--clr);
  opacity: 0.1;
}

/* sitemap
*************************************************** */
.sitemap--menu > li > a {
  font-size: max(16px, 1.125rem);
  border-bottom: 1px solid #D3D3D3;
  padding-block: 0.5rem;
  margin-bottom: 0.5rem;
}

.sitemap--menu a,
.sitemap--menu span {
  display: block;
}

.sitemap--menu a {
  position: relative;
}
.sitemap--menu a:hover {
  color: var(--clr-primary-default);
}
.sitemap--menu a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 0.5rem;
  height: 0.5rem;
  color: var(--clr-text-secondary);
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
}

.sitemap--menu .font-en {
  display: inline-block;
  text-transform: capitalize;
  opacity: 0.5;
  padding-left: 1em;
  font-size: 85%;
}

.sitemap_sub_nav--blcs:has(.sitemap--tax) {
  padding-block: 1.5rem;
}

.sitemap_sub_nav--blc {
  padding-left: 1rem;
}
.sitemap_sub_nav--blc:not(:last-child) {
  margin-bottom: 1.5rem;
}
.sitemap_sub_nav--blc:has(.sitemap--tax) {
  padding: 1.5rem;
  border: 1px solid #D3D3D3;
}
.sitemap_sub_nav--blc:has(.sitemap--tax):not(:last-child) {
  margin-bottom: 1.5rem;
}

.sitemap--tax {
  width: fit-content;
  background-color: var(--clr-bg-01);
  padding-inline: 1rem;
  margin-top: calc(-1.5rem - 0.5lh);
  margin-bottom: 1rem;
}

.sitemap_sub_nav--blc p a {
  padding-block: 0.5rem;
  padding-left: 1rem;
}

@media print, screen and (min-width: 48em) {
  .sitemap_sub_nav {
    column-count: 3;
    gap: 1rem;
  }
}
.sitemap_sub_nav a {
  padding-block: 0.375rem;
  margin-inline-start: 1rem;
}
.sitemap_sub_nav ul {
  font-size: max(12px, 0.875rem);
}
.sitemap_sub_nav ul ul a::before {
  content: "";
  float: inline-start;
  inline-size: 0.625rem;
  height: 0;
  border-bottom: 1px solid;
  margin-block: 0.5lh;
  margin-inline-start: -1rem;
}

/* lps_parts--button
********************************************** */
/* lps_parts--column
********************************************** */
.lps_parts--column .column_item,
.lps_parts--column .text {
  display: flex;
  flex-direction: column;
}

.lps_parts--column .img {
  flex-shrink: 0;
}

.lps_parts--column .text {
  flex: 1;
}

.lps_parts--column .img + .text {
  padding-top: 8%;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--column .img + .text {
    padding-top: 1.7142857143rem;
  }
}

.lps_parts--column .bg-wht {
  border: 1px solid;
}

.lps_parts--column .bg-wht .text {
  padding: 8%;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--column .bg-wht .text {
    padding: 1.7142857143rem;
  }
}

.lps_parts--column .lps_parts--child:not(.grid-col1) table {
  width: 100%;
}

.lps_parts--column .grid-col1 .mce-box {
  padding: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--column .grid-col1 .mce-box {
    padding: 1.1428571429rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .lps_parts--column + .lps_parts--column {
    margin-top: 1.7142857143rem;
  }
  .lps_parts--column {
    width: 100%;
    max-width: 100%;
  }
  .lps_parts--column .flex-sp-block .column_item:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .lps_parts--column .text.bg-wht,
  .lps_parts--column .grid-col1 .mce-box {
    padding: 1.1428571429rem;
  }
}
/* lps_parts--cta
********************************************** */
.lps_parts--cta:has(+ .home_footer_toplink) {
  margin-bottom: 0 !important;
}
.lps_parts--cta .inner {
  background-color: var(--clr-bg-02);
  border-radius: 0.5rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--cta .cta_contact {
    padding-top: calc(1em + 0.625rem);
  }
}
.lps_parts--cta .bg {
  position: absolute;
  bottom: 0;
  inset-inline: 0;
  height: 32.5rem;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--cta .bg {
    height: 25rem;
  }
}

/* post-edit-link
********************************************** */
.post-edit-link {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 10;
  padding: 1rem;
  border-radius: 50%;
  border: 1px solid #999;
}
@media screen and (max-width: 47.9375em) {
  .post-edit-link {
    display: none;
  }
}
.post-edit-link:hover {
  background-color: #ddd;
}
.post-edit-link::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDAxIDQwMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDAxIDQwMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiM5OTk5OTk7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzcwLjEsMjUxLjljLTUuNSwwLTEwLDQuNS0xMCwxMHY4OC43YzAsMTYuNS0xMy40LDI5LjktMzAsMzBINDkuOWMtMTYuNSwwLTI5LjktMTMuNC0zMC0zMFY5MC4zCgljMC0xNi41LDEzLjQtMjkuOSwzMC0zMGg4OC43YzUuNSwwLDEwLTQuNSwxMC0xMGMwLTUuNS00LjUtMTAtMTAtMTBINDkuOUMyMi40LDQwLjQsMCw2Mi43LDAsOTAuM3YyNjAuMwoJYzAsMjcuNiwyMi40LDQ5LjksNDkuOSw0OS45aDI4MC4yYzI3LjYsMCw0OS45LTIyLjQsNDkuOS00OS45di04OC43QzM4MC4xLDI1Ni40LDM3NS42LDI1MS45LDM3MC4xLDI1MS45eiIvPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzc2LjEsMTQuN2MtMTcuNi0xNy42LTQ2LTE3LjYtNjMuNiwwTDEzNC40LDE5Mi45Yy0xLjIsMS4yLTIuMSwyLjctMi42LDQuNGwtMjMuNCw4NC42Yy0xLDMuNSwwLDcuMiwyLjYsOS43CgljMi41LDIuNSw2LjMsMy41LDkuNywyLjZsODQuNi0yMy40YzEuNy0wLjUsMy4yLTEuMyw0LjQtMi42TDM4Ny45LDkwYzE3LjUtMTcuNiwxNy41LTQ2LDAtNjMuNkwzNzYuMSwxNC43eiBNMTU2LjIsMTk5LjNMMzAyLDUzLjUKCWw0Nyw0N0wyMDMuMiwyNDYuNEwxNTYuMiwxOTkuM3ogTTE0Ni44LDIxOC4ybDM3LjYsMzcuNmwtNTIsMTQuNEwxNDYuOCwyMTguMnogTTM3My43LDc1LjhsLTEwLjYsMTAuNmwtNDctNDdsMTAuNi0xMC42CgljOS43LTkuNywyNS42LTkuNywzNS4zLDBsMTEuNywxMS43QzM4My41LDUwLjMsMzgzLjUsNjYuMSwzNzMuNyw3NS44eiIvPgo8L3N2Zz4K");
}

/* lps_parts--faq
********************************************** */
/* --- 共通 --- */
.lps_parts--faq {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}
.lps_parts--faq .ttl {
  margin-bottom: 0 !important;
}
@media print, screen and (min-width: 48em) {
  .lps_parts--faq .text {
    display: flex;
    gap: 4.1666666667%;
  }
}
@media print, screen and (min-width: 48em) {
  .lps_parts--faq .img {
    width: 39.0625%;
  }
}
@media print, screen and (min-width: 48em) {
  .lps_parts--faq .mce-content-body {
    margin-bottom: 0 !important;
    flex: 1;
  }
}

/* --- 通常 --- */
.lps_parts--faq:not(.faq-toggle) .faq_item {
  border: 2px solid var(--clr-primary-default);
  background-color: var(--clr-wht);
}
.lps_parts--faq:not(.faq-toggle) .faq_item:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--faq:not(.faq-toggle) .faq_item:not(:last-child) {
    margin-bottom: 1.1428571429rem;
  }
}
.lps_parts--faq:not(.faq-toggle) .ttl,
.lps_parts--faq:not(.faq-toggle) .text {
  padding: 1.75rem 2rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--faq:not(.faq-toggle) .ttl,
  .lps_parts--faq:not(.faq-toggle) .text {
    padding: 1.7142857143rem;
  }
}
.lps_parts--faq:not(.faq-toggle) .ttl {
  background-color: var(--clr-primary-default);
  color: var(--clr-wht);
}

/* --- 開閉式 --- */
.lps_parts--faq.faq-toggle .faq_item {
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  padding: 2.5rem 1.875rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--faq.faq-toggle .faq_item {
    padding: 1.7142857143rem 0;
  }
}
.lps_parts--faq.faq-toggle .faq_item:not(:first-child) {
  border-top: 0;
}
.lps_parts--faq.faq-toggle .ttl {
  cursor: pointer;
  padding-right: 3.5rem;
}
.lps_parts--faq.faq-toggle .ttl:not(:last-child) {
  margin-bottom: 1.5em;
}
.lps_parts--faq.faq-toggle .ttl::before {
  content: "";
  position: absolute;
  inset: -2.5rem -1.875rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--faq.faq-toggle .ttl::before {
    inset: -1.7142857143rem;
  }
}
.lps_parts--faq.faq-toggle .ttl .toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 3rem;
  height: 3rem;
  color: var(--clr-wht);
  background-color: var(--clr-primary-default);
  border-radius: 50%;
  transition: var(--transit-default);
}
.lps_parts--faq.faq-toggle .ttl .toggle::before, .lps_parts--faq.faq-toggle .ttl .toggle::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0.75rem;
  height: 2px;
  border-bottom: 2px solid;
  transition: var(--transit-default);
}
.lps_parts--faq.faq-toggle .ttl .toggle::after {
  transform: rotate(90deg);
}
.lps_parts--faq.faq-toggle .ttl:hover .toggle {
  opacity: 0.5;
}
.lps_parts--faq.faq-toggle .ttl.active .toggle {
  transform: rotate(180deg);
}
.lps_parts--faq.faq-toggle .ttl.active .toggle::after {
  opacity: 0;
}
.lps_parts--faq.faq-toggle .text {
  padding-top: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--faq.faq-toggle .text {
    padding-top: 1.4285714286rem;
  }
}

/* lps_parts--flow
********************************************** */
/* --- 共通 --- */
.lps_parts--flow {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}
.lps_parts--flow .flow_item {
  position: relative;
  margin-inline-start: 6rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--flow .flow_item {
    margin-inline-start: 4rem;
  }
}
.lps_parts--flow .flow_item:not(:last-child) {
  padding-bottom: 4rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--flow .flow_item:not(:last-child) {
    padding-bottom: 2.2857142857rem;
  }
}
.lps_parts--flow .flow_item:not(:last-child) .ttl::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(6rem * -1 + 4rem / 2 - 0.1875rem / 2);
  border-right: 0.1875rem solid;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--flow .flow_item:not(:last-child) .ttl::after {
    left: calc(3.5rem * -1 + 2.5rem / 2 - 0.125rem / 2);
  }
}
.lps_parts--flow .flow_item.clr-wht:not(:last-child) .ttl::after {
  border-color: var(--clr-wht);
}
.lps_parts--flow .ttl {
  position: static;
  color: var(--clr-primary-default);
}
.lps_parts--flow .ttl::before {
  float: inline-start;
  aspect-ratio: 1;
  margin-inline-start: calc(6rem * -1);
  border-radius: 50%;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--flow .ttl::before {
    margin-inline-start: calc(3.5rem * -1);
  }
}
.lps_parts--flow .clr-wht .ttl {
  color: var(--clr-wht);
}
@media print, screen and (min-width: 48em) {
  .lps_parts--flow .text {
    display: flex;
    gap: 4.1666666667%;
  }
}
@media print, screen and (min-width: 48em) {
  .lps_parts--flow .img {
    width: 39.0625%;
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--flow .img:not(:last-child) {
    margin-bottom: 1.7142857143rem;
  }
}
.lps_parts--flow .mce-content-body {
  margin-bottom: 0 !important;
}
@media print, screen and (min-width: 48em) {
  .lps_parts--flow .mce-content-body {
    flex: 1;
  }
}

/* --- 通常 --- */
.lps_parts--flow:not(.flow-num) .ttl::before {
  content: "";
  position: relative;
  left: calc(2.5rem / 2);
  inline-size: 1.5rem;
  margin-block: calc((1lh - 1.5rem) / 2);
  border: 0.25rem solid;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--flow:not(.flow-num) .ttl::before {
    left: calc(1.5rem / 2);
    inline-size: 1rem;
    margin-block: calc((1lh - 1rem) / 2);
  }
}
.lps_parts--flow:not(.flow-num) .flow_item:not(:last-child) .ttl::after {
  margin-top: calc(1.5rem + (1lh - 1.5rem) / 2 + 0.375rem);
  margin-bottom: calc((1lh - 1.5rem) / -2 + 0.375rem);
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--flow:not(.flow-num) .flow_item:not(:last-child) .ttl::after {
    margin-top: calc(1.1428571429rem + (1lh - 1.1428571429rem) / 2 + 0.2857142857rem);
    margin-bottom: calc((1lh - 1.1428571429rem) / -2 + 0.2857142857rem);
  }
}

/* --- 連番 --- */
.lps_parts--flow.flow-num .flow_item {
  counter-increment: number;
}
.lps_parts--flow.flow-num .ttl::before {
  content: counter(number);
  display: flex;
  justify-content: center;
  align-items: center;
  inline-size: 4rem;
  margin-block: calc((1lh - 4rem) / 2);
  text-align: center;
  color: var(--clr-wht);
  background-color: var(--clr-primary-default);
  font-family: var(--font-en);
  font-size: 1.5rem;
  letter-spacing: 0;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--flow.flow-num .ttl::before {
    inline-size: 2.5rem;
    margin-block: calc((1lh - 2.8571428571rem) / 2);
    font-size: 1.2857142857rem;
  }
}
.lps_parts--flow.flow-num .flow_item:not(:last-child) .ttl::after {
  margin-top: calc(4rem + (1lh - 4rem) / 2 + 0.375rem);
  margin-bottom: calc((1lh - 4rem) / -2 + 0.375rem);
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--flow.flow-num .flow_item:not(:last-child) .ttl::after {
    margin-top: calc(2.8571428571rem + (1lh - 2.8571428571rem) / 2 + 0.2857142857rem);
    margin-bottom: calc((1lh - 2.8571428571rem) / -2 + 0.2857142857rem);
  }
}

/* ##############################################################################

    Loops モジュール

############################################################################## */
.btn .icon-svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: var(--transit-default);
}

.icon-new_tab {
  width: 1.25rem;
  height: 1.3125rem;
}

.icon-pdf {
  width: 1.6875rem;
  height: 0.75rem;
}

.icon-search,
.icon-menu {
  display: block;
  aspect-ratio: 1;
}

.lps_sec {
  position: relative;
}
.lps_sec:first-child {
  padding-top: 5rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_sec:first-child {
    padding-top: 2.8571428571rem;
  }
}
.lps_sec:nth-child(odd) {
  background-color: var(--clr-bg-01);
}
.lps_sec:nth-child(even) .bg-wht {
  background-color: var(--clr-bg-01);
}

.lps_sec-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-position: center;
}

/* lps_parts
********************************************** */
.lps_parts {
  position: relative;
  z-index: 1;
}
.lps_parts:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts:not(:last-child) {
    margin-bottom: 2.8571428571rem;
  }
}

.lps_parts iframe {
  width: 100%;
}

.lps_parts .text:not(:last-child) {
  margin-bottom: 1.5rem;
}

.lps_parts--column *:not(.btn) + .btn {
  margin-top: auto;
}

.lps_parts--column .btn a {
  margin-left: auto;
  margin-right: auto;
}

.lps_parts .mce-content-body:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts .mce-content-body:not(:last-child) {
    margin-bottom: 1.7142857143rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .lps_parts .btn {
    text-align: center;
  }
}
/* lps_parts--img_text
********************************************** */
.lps_parts--img_text .bg-wht:not(.inner-lg) {
  border: 1px solid;
}

.lps_parts--img_text .img_text--child:only-child,
.lps_parts--img_text .bg-wht .img_text--child:only-child,
.lps_parts--img_text .text,
.lps_parts--img_text .img_text--txt table {
  width: 100%;
}

.lps_parts--img_text .img_text--child .img {
  height: 100%;
}

.lps_parts--img_text .img_text--img:only-child .img {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 47.9375em) {
  .lps_parts--img_text .img_text--txt {
    padding-top: 2rem;
  }
}

.lps_parts--img_text .bg-wht .img_text--txt {
  padding: 5.3333333333%;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--img_text .bg-wht .img_text--txt {
    padding: 1.7142857143rem;
  }
}

.lps_parts--img_text .bg-wht + .bg-wht {
  margin-top: -5rem;
  border-top: 0;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--img_text .bg-wht + .bg-wht {
    margin-top: -2.8571428571rem;
  }
}

@media print, screen and (min-width: 48em) {
  .lps_parts--img_text .inner:not(.flex-reverse) .img_text--txt {
    padding-left: 5.3333333333%;
  }
}
@media print, screen and (min-width: 48em) {
  .lps_parts--img_text .inner.flex-reverse .img_text--txt {
    padding-right: 5.3333333333%;
  }
}

/* --- L --- */
@media screen and (max-width: 47.9375em) {
  .lps_parts--img_text .inner-lg {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
.lps_parts--img_text .inner-lg .img_text--img {
  position: absolute;
  top: 0;
}
@media print, screen and (min-width: 48em) {
  .lps_parts--img_text .inner-lg .img_text--img {
    height: 100%;
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--img_text .inner-lg .img_text--img {
    position: relative;
  }
}
.lps_parts--img_text .inner-lg:not(.flex-reverse) .img_text--img {
  left: 0;
}
.lps_parts--img_text .inner-lg.flex-reverse .img_text--img {
  right: 0;
}
@media print, screen and (min-width: 48em) {
  .lps_parts--img_text .inner-lg .img_text--txt {
    min-height: 37.9775rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--img_text .inner-lg .img_text--txt {
    width: 86% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.lps_parts--img_text .inner-lg:not(.flex-reverse) .img_text--txt {
  margin-left: auto;
}
@media print, screen and (min-width: 48em) {
  .lps_parts--img_text .inner-lg:not(.flex-reverse) .img_text--txt {
    padding-left: 10.989010989%;
    padding-right: 0;
  }
}
.lps_parts--img_text .inner-lg.flex-reverse .img_text--txt {
  margin-right: auto;
}
@media print, screen and (min-width: 48em) {
  .lps_parts--img_text .inner-lg.flex-reverse .img_text--txt {
    padding-left: 0;
    padding-right: 10.989010989%;
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--img_text .inner-lg.bg-wht .img_text--txt {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2.8571428571rem;
  }
}

@media print, screen and (min-width: 48em) {
  .lps_parts--img_text .img_text--txt {
    display: flex;
    align-items: center;
  }
  .lps_parts--img_text .inner-lg .img_text--img:only-child {
    position: relative;
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--img_text .btn {
    text-align: center;
  }
}
.slick-arrow {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 3.75rem;
  height: 100%;
  text-decoration: none;
}
@media screen and (max-width: 47.9375em) {
  .slick-arrow {
    width: 2.5rem;
  }
}
.slick-arrow::before, .slick-arrow::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
}
.slick-arrow::before {
  width: 100%;
  aspect-ratio: 1;
  background-color: var(--clr-wht);
  border: 2px solid;
  border-radius: 50%;
}
.slick-arrow::after {
  width: 0.5rem;
  height: 0.5rem;
  transform: rotate(45deg);
}
@media screen and (max-width: 47.9375em) {
  .slick-arrow::after {
    width: 0.3571428571rem;
    height: 0.3571428571rem;
  }
}
.slick-arrow:hover::before {
  background-color: var(--clr-bg-01);
}

.slick-prev {
  left: -1.875rem;
}
@media screen and (max-width: 47.9375em) {
  .slick-prev {
    left: -1.25rem;
  }
}
.slick-prev::after {
  border-bottom: 2px solid;
  border-left: 2px solid;
}

.slick-next {
  right: -1.875rem;
}
@media screen and (max-width: 47.9375em) {
  .slick-next {
    right: -1.25rem;
  }
}
.slick-next::after {
  border-top: 2px solid;
  border-right: 2px solid;
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  margin-top: 2rem;
}
@media screen and (max-width: 47.9375em) {
  .slick-dots {
    margin-top: 1.7142857143rem;
  }
}
.slick-dots:has(li:only-child) {
  display: none;
}

.slick-dots li {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--clr-text-primary);
  border-radius: 50%;
  cursor: pointer;
  transition: var(--transit-default);
  opacity: 0.3;
}
.slick-dots li.slick-active, .slick-dots li:hover {
  opacity: 1;
}

/* lps_parts--slide
********************************************** */
.lps_parts--slide {
  /* --- textのみ --- */
  /* --- 1枚だけ --- */
}
.lps_parts--slide .slick-track {
  display: flex;
}
.lps_parts--slide .slick-slide {
  height: auto !important;
}
.lps_parts--slide .slick-list {
  margin-bottom: 2rem;
}
.lps_parts--slide .img + .text {
  padding-top: 2rem;
}
.lps_parts--slide .text:only-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 5rem;
  background-color: var(--clr-bg-01);
  height: 100%;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--slide .text:only-child {
    padding: 1.7142857143rem 2.8571428571rem;
  }
}
.lps_parts--slide:has(.slick-slide:only-child) .slick-dots {
  display: none;
}

/* slide-center
********************************************** */
.lps_parts--slide.slide-center {
  /* --- textのみ --- */
}
.lps_parts--slide.slide-center .slick-slide {
  width: 75rem;
  margin: 0 1.875rem;
}
@media screen and (max-width: 70em) {
  .lps_parts--slide.slide-center .slick-slide {
    width: 62.5rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--slide.slide-center .slick-slide {
    width: 22.8571428571rem;
    margin: 0 1.1428571429rem;
  }
}
.lps_parts--slide.slide-center .slick-prev {
  left: calc(50% - 39.375rem);
}
@media screen and (max-width: 70em) {
  .lps_parts--slide.slide-center .slick-prev {
    left: calc(50% - 33.125rem);
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--slide.slide-center .slick-prev {
    left: calc(50% - 11.5714285714rem);
  }
}
.lps_parts--slide.slide-center .slick-next {
  right: calc(50% - 39.375rem);
}
@media screen and (max-width: 70em) {
  .lps_parts--slide.slide-center .slick-next {
    right: calc(50% - 33.125rem);
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--slide.slide-center .slick-next {
    right: calc(50% - 11.5714285714rem);
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--slide.slide-center .text:only-child {
    padding: 1.7142857143rem;
  }
}

/* slide-fit
********************************************** */
.lps_parts--slide.slide-fit {
  /* --- textのみ --- */
}
.lps_parts--slide.slide-fit .slick-track {
  background-color: var(--clr-bg-01);
}
.lps_parts--slide.slide-fit .slick-slide {
  position: relative;
}
.lps_parts--slide.slide-fit .slick-prev {
  left: 3rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--slide.slide-fit .slick-prev {
    left: 1.1428571429rem;
  }
}
.lps_parts--slide.slide-fit .slick-next {
  right: 3rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--slide.slide-fit .slick-next {
    right: 1.1428571429rem;
  }
}
@media print, screen and (min-width: 48em) {
  .lps_parts--slide.slide-fit .img {
    aspect-ratio: 1920/800;
  }
}
.lps_parts--slide.slide-fit .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 15rem);
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--slide.slide-fit .text {
    width: calc(100% - 8.5714285714rem);
  }
}
.lps_parts--slide.slide-fit .img + .text {
  position: absolute;
  inset: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  z-index: 1;
  color: var(--clr-wht);
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--slide.slide-fit .img + .text {
    padding-top: 2.8571428571rem;
    padding-bottom: 2.8571428571rem;
  }
}
.lps_parts--slide.slide-fit:has(.img + .text) .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5rem;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--slide.slide-fit:has(.img + .text) .slick-dots {
    bottom: 2.8571428571rem;
  }
}
.lps_parts--slide.slide-fit:has(.text:only-child) .slick-arrow {
  color: var(--clr-text-primary);
}
.lps_parts--slide.slide-fit .text:only-child {
  padding-left: 0;
  padding-right: 0;
}

/* 背景色調整
********************************************** */
.lps_sec:nth-child(odd) .lps_parts--slide .text:only-child,
.lps_sec:nth-child(odd) .lps_parts--slide.slide-fit .slick-track,
.lps_sec[style*=background-color] .lps_parts--slide .text:only-child,
.lps_sec[style*=background-color] .lps_parts--slide.slide-fit .slick-track {
  background-color: var(--clr-wht);
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
/*# sourceMappingURL=style.css.map */
