/* ==========================================================================
#Variables
========================================================================== */
:root {
  --mc1: #efd373;
  --mc2: #caaf56;
  --hc: #ddd;
  --bc: #9ba0b8;
}

/* ==========================================================================
   #Breakpoint
   ========================================================================== */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none;
}

/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  text-decoration: none;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: 700;
}

/**
* Address styling not present in Safari and Chrome.
*/
dfn {
  font-style: italic;
}

/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #ffffff;
  color: #000000;
}

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
========================================================================== */
/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
  margin: 1em 40px;
}

/**
* Address differences between Firefox and other browsers.
*/
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
* Contain overflow in all browsers.
*/
pre {
  overflow: auto;
}

/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, 'Arial';
  font-size: 1em;
}

/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
  /* 2 */
  margin: 0;
  outline: none;
  color: inherit;
  /* 1 */
  font: inherit;
  /* 3 */
}

button:focus, button:visited, button:active,
input:focus,
input:visited,
input:active,
optgroup:focus,
optgroup:visited,
optgroup:active,
select:focus,
select:visited,
select:active,
textarea:focus,
textarea:visited,
textarea:active {
  outline: none;
}

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

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
  text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input::-moz-focus-inner {
  line-height: normal;
}

/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
*    (include `-moz` to future-proof).
*/
input[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* Define consistent border, margin, and padding.
*/
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  /* 1 */
  padding: 0;
  border: 0;
  /* 2 */
}

/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
  overflow: auto;
}

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: 700;
}

/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ==========================================================================
   #RESET
   ========================================================================== */
/**
 * A very simple reset that sits on top of Normalize.css.
 */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

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

/* ==========================================================================
   #Page
   ========================================================================== */
html {
  font-size: 1rem;
}

@media (max-width: 1300px) {
  html {
    font-size: 1.23077vw;
    line-height: 2;
  }
}

@media (max-width: 600px) {
  html {
    font-size: 4.10256vw;
    line-height: 1.5;
  }
}

body {
  color: #40210f;
  font-family: "Kiwi Maru", serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.03125rem;
  line-height: 2rem;
}

@media (max-width: 600px) {
  body {
    font-size: 0.9375rem;
    line-height: 1.5rem;
  }
}

.no-scroll {
  overflow: hidden;
}

.body-container-bg {
  padding-top: 3.125rem;
  background: url("../images/back.jpg");
  background-position: center -9.375rem;
  background-size: 100vw;
}

@media (max-width: 600px) {
  .body-container-bg {
    margin-top: 0;
    padding: 0;
    background-position: top;
    background-size: 100vw;
  }
}

.body h3 {
  font-family: "Kiwi Maru", serif !important;
  font-weight: bold;
}

.container_content {
  max-width: 64.5rem;
  margin: auto;
}

#btnGoToTop {
  display: none;
  z-index: 99;
  position: fixed;
  right: 1.875rem;
  bottom: 1.25rem;
  width: 3.5rem;
  height: auto;
  border: none;
  outline: none;
  color: white;
  font-size: 1.125rem;
  cursor: pointer;
}

@media (max-width: 600px) {
  #btnGoToTop {
    right: 0.9375rem;
    bottom: 3.75rem;
    width: 2.4375rem;
  }
}

.c-title_box {
  max-width: 69.375rem;
  margin: auto;
  margin-bottom: 1.875rem;
}

@media (max-width: 600px) {
  .c-title_box {
    margin-bottom: 0.9375rem;
    padding: 0;
  }
}

.c-title_box h3 {
  position: relative;
  padding-bottom: 0.75rem !important;
  padding-left: 0.875rem !important;
  color: #40210f;
  font-size: 1.625rem !important;
  font-weight: 500 !important;
}

@media (max-width: 600px) {
  .c-title_box h3 {
    padding-left: 0 !important;
    font-size: 1.5rem !important;
  }
}

.c-title_box h3::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background: url("../images/outline@2x.png") no-repeat left;
  background-size: 100% 100%;
  content: "";
}

@media (max-width: 600px) {
  .c-title_box h3::after {
    background-size: contain;
  }
}

@media (max-width: 600px) {
  .c-heading_common {
    padding-bottom: 0.625rem;
  }
}

.c-heading_common h3 {
  position: relative;
  margin: 0 auto;
  padding-bottom: 1.25rem;
  color: #40210f;
  font-size: 25.6px;
  font-weight: 500;
}

.c-heading_common h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: url("../../assets/images/border1.png") no-repeat;
  content: "";
}

@media (max-width: 600px) {
  .c-heading_common h3 {
    padding-bottom: 0.3125rem;
    font-size: 1.5rem;
  }
  .c-heading_common h3::after {
    top: inherit !important;
    bottom: 0;
  }
}

.c-social a {
  -webkit-transition: 0.4s;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 1.3em;
  height: 1.3em;
  height: 1em;
  margin: 0 3px;
  padding: 2px;
  color: inherit;
  text-align: center;
  text-decoration: none;
  transition: 0.4s;
}

.c-social a i {
  display: block;
  font-size: 18px;
  line-height: 1;
}

.c-social .isWhite::before {
  color: #fff;
}

@media (max-width: 600px) {
  .second-header {
    padding-left: 1.5625rem !important;
  }
}

.form table tr td .group_check_radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 600px) {
  .form table tr td .group_check_radio {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

.form table tr td .group_check_radio .item {
  padding: 0 1.25rem;
  text-align: center;
}

@media (max-width: 600px) {
  .form table tr td .group_check_radio .item {
    padding: 0;
  }
}

.form table tr td .group_check_radio .item_input {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.625rem -1.25rem 0;
  padding: 0.9375rem 0.625rem;
  background: #fafafa;
}

@media (max-width: 600px) {
  .form table tr td .group_check_radio .item_input {
    margin: 0.3125rem -0.3125rem 0;
    padding: 0.625rem;
  }
}

.form table tr td .group_check_radio .item_input input {
  width: 1rem;
  height: 1rem;
  margin: 0;
}

.form table tr td .group_check_radio .item label {
  font-size: 0.9375rem;
}

@media (max-width: 600px) {
  .form table tr td .group_check_radio .item label {
    font-size: 0.78125rem;
    letter-spacing: 0;
  }
}

.form table tr td textarea {
  line-height: 1.375rem;
}

@media (min-width: 601px) {
  .home .company-profile {
    padding: 0 0.9375rem;
  }
  .home .not-allowed-people .subtitle-meaasures {
    margin-top: 3.125rem !important;
    padding-left: 0.625rem !important;
  }
  .home .not-allowed-people ul {
    padding-top: 0.625rem;
    padding-left: 1.25rem !important;
  }
  .home .not-allowed-people ul li {
    margin-bottom: 0.3125rem;
    font-size: 1rem !important;
  }
  .home .contact-details span {
    font-size: 1rem !important;
  }
  .home .measures-against-corona h3,
  .home .company-profile h3 {
    font-size: 1.3rem !important;
  }
  .home .contact-details-body {
    padding: 0 0.9375rem;
  }
  .home .subtitle-meaasure {
    margin-top: 3.125rem !important;
  }
}

@media (min-width: 601px) {
  .home .hero-page {
    padding-bottom: 4.25rem !important;
  }
}

@media (max-width: 600px) {
  .home .hero-page {
    position: inherit;
    padding-bottom: 1.875rem !important;
    border-top: 0;
    background: url("../../assets/images/toppage/bg_fv.png") top center no-repeat;
    background-size: cover;
  }
}

@media (max-width: 600px) {
  .home .hero-page .banner-text {
    position: inherit;
  }
}

@media (max-width: 600px) {
  .home .hero-page .banner-text-first-part {
    position: relative;
    width: 15.1875rem;
    margin-right: auto;
    margin-left: auto;
    padding: 0.25rem 0.625rem;
    border-top-right-radius: 0.625rem;
    border-top-left-radius: 0.625rem;
  }
  .home .hero-page .banner-text-first-part::after {
    display: block;
    position: absolute;
    bottom: -0.25rem;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fd8254;
    content: "";
  }
  .home .hero-page .banner-text-first-part::before {
    display: block;
    position: absolute;
    top: -0.25rem;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fd8254;
    content: "";
  }
  .home .hero-page .banner-text-first-part p {
    margin: 0 !important;
    font-size: 0.875rem;
    line-height: 1.1875rem;
  }
}

.home .hero-page .banner-text-first-part p:first-of-type {
  margin: 0.9375rem 0;
}

@media (min-width: 601px) {
  .home .hero-page .banner-text-second-part {
    margin-top: 7.5rem !important;
  }
  .home .hero-page .banner-text-second-part .c-box_branch {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    gap: 3.75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1.25rem;
  }
  .home .hero-page .banner-text-second-part .c-box_branch .banner_text_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    gap: 0.625rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    text-align: left;
  }
  .home .hero-page .banner-text-second-part .c-box_branch .banner_text_content .yearTime {
    font-size: 1rem;
  }
  .home .hero-page .banner-text-second-part .c-box_branch .banner_text_content .dateTime {
    font-size: 1.5625rem;
  }
  .home .hero-page .banner-text-second-part .c-box_branch .banner_text_content .hourTime {
    font-size: 1.5625rem;
  }
  .home .hero-page .banner-text-second-part .c-box_branch .banner_text_branch .text-inner-bg {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-transform: inherit !important;
    -ms-transform: inherit !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    top: 0 !important;
    left: 0 !important;
    align-items: center;
    justify-content: center;
    width: 7.5rem;
    height: 7.5625rem;
    transform: inherit !important;
    font-size: 1.5625rem !important;
  }
  .home .hero-page .banner-text-second-part .c-box_branch .banner_text_branch img {
    width: 7.5rem;
  }
  .home .hero-page .banner-text-second-part .box_line_map {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    gap: 0.3125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: 0 !important;
  }
}

@media (max-width: 600px) {
  .home .hero-page .banner-text-second-part {
    position: relative;
    width: 100%;
    font-weight: "Kiwi Maru", serif;
  }
  .home .hero-page .banner-text-second-part .banner-text-second-sp {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 4;
    position: absolute;
    top: 0;
    left: 50%;
    width: 17.1875rem;
    margin: auto;
    transform: translateX(-50%);
  }
  .home .hero-page .banner-text-second-part .banner-text-second-sp .title {
    margin-bottom: 2.1875rem;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center;
  }
  .home .hero-page .banner-text-second-part .banner-text-second-sp .block_datetime {
    margin-bottom: 0.625rem;
    padding: 0;
    text-align: left;
  }
  .home .hero-page .banner-text-second-part .banner-text-second-sp .block_datetime .text_yr {
    font-weight: 500;
    line-height: 1rem;
  }
  .home .hero-page .banner-text-second-part .banner-text-second-sp .block_datetime .text_time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.1875rem;
  }
  .home .hero-page .banner-text-second-part .banner-text-second-sp .block_address {
    text-align: left;
    margin-top: 10px;
  }
  .home .hero-page .banner-text-second-part .banner-text-second-sp .block_address .box_line {
    font-size: 0.70313rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 16px;
  }
  .home .hero-page .banner-text-second-part .banner-text-second-sp .block_address .box_line img {
    position: relative;
    top: -0.125rem;
    left: 0.25rem;
  }
}

@media (min-width: 601px) {
  .home .hero-page .banner .block_address {
    margin-top: 0.625rem;
    padding-top: 0.625rem;
    border-top: 1px dashed;
    text-align: left;
  }
  .home .hero-page .banner .block_address .box_line img {
    position: relative;
    top: -0.125rem;
    left: 0.25rem;
  }
}

@media (max-width: 600px) {
  .home .hero-page .banner .bg_backdrop_sp {
    position: relative;
    margin-top: 1.875rem;
    padding: 0 0.625rem;
  }
  .home .hero-page .banner .img_backdrop {
    z-index: 2;
    position: relative;
    width: 100% !important;
  }
  .home .hero-page .banner .img_backdrop_2 {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 1;
    position: absolute;
    top: -0.9375rem;
    left: 50%;
    width: 5.5rem !important;
    transform: translateX(-50%);
  }
}

.home .hero-page .text-inner-bg {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  top: 55%;
  left: 62%;
  width: 100%;
  margin: 0;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 25px;
  line-height: 2.1875rem;
}

@media (min-width: 601px) {
  .home .hero-page .banner_fv_top {
    max-width: 26.125rem !important;
  }
}

@media (max-width: 600px) {
  .home .hero-page .banner_fv_top img {
    max-width: 12.5rem;
    margin-top: 0.625rem !important;
  }
}

@media (min-width: 601px) {
  .home .hero-page .text_fv_top {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    line-height: 1.875rem;
  }
}

@media (max-width: 600px) {
  .home .hero-page .text_fv_top {
    margin: 0.625rem 0 0;
    margin-bottom: 1.375rem;
    padding: 0 0.9375rem;
    font-size: 0.8125rem;
    letter-spacing: 0;
    line-height: 1.25rem;
    text-align: left;
  }
}

@media (max-width: 600px) {
  .home .hero-page video {
    display: none !important;
  }
}

.home .img_backdrop {
  width: 50rem !important;
}

@media (min-width: 601px) {
  .home .vendors-list .img_title_vendor {
    width: 27.9375rem !important;
  }
  .home .vendors-list .heading_verdors_list {
    top: 9.125rem;
    font-size: 1.75rem !important;
  }
  .home .vendors-list-body .vendor-list-grid > .photobx .main-image h5 {
    font-weight: 500;
  }
  .home .vendors-list-body .vendor-list-grid > .photobx .main-image p {
    font-weight: 500;
  }
  .home .vendors-list-body .vendor-list-grid > .photobx span {
    font-weight: 500;
  }
}

@media (max-width: 600px) {
  .home .vendors-list .heading_verdors_list {
    font-size: 1.75rem !important;
  }
  .home .vendors-list-body .vendor-list-grid {
    gap: 1.875rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    padding: 1.25rem 0.9375rem;
  }
  .home .vendors-list-body .vendor-list-grid > .photobx {
    position: relative;
  }
  .home .vendors-list-body .vendor-list-grid > .photobx .photo {
    padding-bottom: 0 !important;
  }
  .home .vendors-list-body .vendor-list-grid > .photobx::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.1875rem;
    background: url("../../assets/images/vendors/tentoline.png") no-repeat center;
    background-size: cover;
    content: "";
  }
  .home .vendors-list-body .vendor-list-grid > .photobx .booth-img-info {
    width: 100%;
    min-width: inherit !important;
    height: auto;
    margin-bottom: 0;
  }
  .home .vendors-list-body .vendor-list-grid > .photobx .booth-img-info .image-home-page {
    width: 100%;
    height: 10.9375rem !important;
    max-height: 10.9375rem;
    border: 0;
  }
  .home .vendors-list-body .vendor-list-grid > .photobx .booth-img-info .image-home-page img {
    -o-object-fit: cover;
    -o-object-position: center center;
    width: 100%;
    height: 100%;
    padding: 0.3125rem;
    object-fit: cover;
    object-position: center center;
  }
  .home .vendors-list-body .vendor-list-grid > .photobx .main-image {
    width: 112%;
    margin-left: -10px;
  }
  .home .vendors-list-body .vendor-list-grid > .photobx .main-image h5 {
    -webkit-transform: inherit;
    -ms-transform: inherit;
    top: inherit;
    right: 0;
    bottom: 0.4375rem;
    left: 0;
    width: 90%;
    margin: auto;
    padding: 0 !important;
    transform: inherit;
    border: 0 !important;
    border-radius: 0 !important;
    background: #f4f4ef;
    font-size: 0.75rem;
  }
  .home .vendors-list-body .vendor-list-grid > .photobx .main-image h5 p {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    padding: 0 0.3125rem !important;
    overflow: hidden;
    border: 0 !important;
    font-weight: 500;
  }
  .home .vendors-list-body .vendor-list-grid > .photobx .main-image img {
    width: 100%;
    height: auto;
  }
  .home .vendors-list-body .vendor-list-grid > .photobx .booth-content-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    max-width: 100%;
    padding: 0.3125rem;
  }
  .home .vendors-list-body .vendor-list-grid > .photobx .booth-content-info .opening-date {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    padding: 0 !important;
  }
  .home .vendors-list-body .vendor-list-grid > .photobx .booth-content-info .opening-date span {
    display: block;
    width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
    font-weight: 500 !important;
  }
  .home .vendors-list-body .vendor-list-grid > .photobx .booth-content-info .products {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    padding: 0 !important;
  }
  .home .vendors-list-body .vendor-list-grid > .photobx .booth-content-info .products span {
    display: block;
    width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
    font-weight: 500 !important;
  }
  .home .vendors-list-body .vendor-list-grid > .photobx .booth-content-info .products .booth-subcat-title {
    width: 100%;
  }
  .home .vendors-list-body .vendor-list-grid > .photobx .booth-content-info .products .body_content span {
    border: 0 !important;
    font-size: 0.75rem !important;
    font-weight: 500 !important;
    line-height: 1.25rem;
  }
}

@media (min-width: 601px) {
  .home .measures-against-corona {
    padding: 0 0.9375rem;
  }
}

@media (max-width: 600px) {
  .home .measures-against-corona {
    padding: 0 0.9375rem;
  }
  .home .measures-against-corona h3 {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    padding-bottom: 0.3125rem;
    padding-left: 0.3125rem;
    overflow: hidden;
    font-size: 1.03125rem;
    line-height: 1;
  }
}

@media (max-width: 600px) {
  .home .company-profile {
    margin-top: 3.125rem;
    padding: 0 0.9375rem;
  }
  .home .company-profile .heading_profile {
    line-height: 1;
  }
  .home .company-profile .title {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    padding-left: 0.3125rem;
    overflow: hidden;
    font-size: 1.03125rem !important;
    line-height: 1;
  }
}

@media (min-width: 601px) {
  .home .contact-details-body .l-contact-details {
    padding-left: 1.25rem;
  }
  .home .contact-details-body .l-contact-details .l-row {
    gap: 0.5rem 3.125rem;
    display: grid;
    grid-template-columns: minmax(-webkit-min-content, 5.3125rem) 1fr;
    grid-template-columns: minmax(min-content, 5.3125rem) 1fr;
  }
  .home .contact-details-body .contact-details {
    padding-left: 0 !important;
  }
  .home .contact-details-body .contact-details div {
    margin: 0 !important;
  }
}

@media (max-width: 600px) {
  .home .contact-details-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    margin-bottom: 1.875rem !important;
    padding: 0 0.9375rem;
  }
  .home .contact-details-body .l-contact-details {
    padding: 0.3125rem 0;
    padding-left: 0;
    font-size: 0.9375rem !important;
  }
  .home .contact-details-body .l-contact-details .l-row {
    gap: 0.5rem 0.625rem;
    display: grid;
    grid-template-columns: minmax(-webkit-min-content, 5.3125rem) 1fr;
    grid-template-columns: minmax(min-content, 5.3125rem) 1fr;
  }
  .home .contact-details-body .contact-details {
    padding-left: 0 !important;
  }
  .home .contact-details-body .contact-details div {
    margin: 0 !important;
  }
}

.home .requests p {
  color: #40210f;
  font-weight: 500 !important;
}

.home .view-all {
  margin-bottom: 4.375rem !important;
}

.home .view-all a {
  width: 15rem;
  padding: 0.9375rem 2.5rem !important;
  font-size: 1.125rem !important;
}

@media (min-width: 601px) {
  .home .subtitle-meaasures {
    margin-top: 3.125rem;
    padding-left: 0.625rem;
  }
}

@media (max-width: 600px) {
  .home .subtitle-meaasures {
    margin-top: 0 !important;
  }
}

.c-page_vendors-all-events .body-container-bg {
  padding-top: 8.125rem;
}

@media (max-width: 600px) {
  .c-page_vendors-all-events .body-container-bg {
    padding-top: 3.125rem;
  }
}

.c-page_vendors-all-events .c-section_fv {
  padding-bottom: 6.25rem;
}

@media (max-width: 600px) {
  .c-page_vendors-all-events .c-section_fv {
    padding-bottom: 2.5rem;
  }
}

.c-page_vendors-all-events .c-section_fv .box_image {
  position: relative;
}

.c-page_vendors-all-events .c-section_fv .box_image .bg_img {
  max-width: 63.3125rem;
  margin: auto;
}

.c-page_vendors-all-events .c-section_fv .box_image .main_img {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  justify-content: center;
  max-width: 25.125rem;
  margin: auto;
}

@media (max-width: 600px) {
  .c-page_vendors-all-events .c-section_fv .box_image .main_img {
    max-width: 100%;
    position: relative;
  }
}

.c-page_vendors-all-events .c-section_fv .box_time {
  max-width: 62.5rem;
  margin: auto;
  margin-bottom: 3.75rem;
  padding: 0 1.25rem;
  text-align: center;
}

@media (max-width: 600px) {
  .c-page_vendors-all-events .c-section_fv .box_time {
    max-width: 85%;
    margin-bottom: 1.875rem;
  }
}

.c-page_vendors-all-events .c-section_fv .box_time_line {
  margin: 0.75rem auto;
  text-align: center;
}

@media (max-width: 600px) {
  .c-page_vendors-all-events .c-section_fv .box_time_line {
    margin: 0.3125rem auto;
  }
}

.c-page_vendors-all-events .c-section_fv .box_time_line img {
  margin: auto;
}

@media (min-width: 601px) {
  .c-page_vendors-all-events .c-section_fv .box_time_line:first-child {
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 600px) {
  .c-page_vendors-all-events .c-section_fv .box_time_line:first-child {
    margin-bottom: 0;
  }
}

@media (min-width: 601px) {
  .c-page_vendors-all-events .c-section_fv .box_time_line:last-child {
    margin-top: 0.625rem;
  }
}

@media (max-width: 600px) {
  .c-page_vendors-all-events .c-section_fv .box_time_line:last-child {
    margin-top: -0.5rem;
  }
}

.c-page_vendors-all-events .c-section_fv .box_time_content {
  font-size: 1.5rem;
}

@media (max-width: 600px) {
  .c-page_vendors-all-events .c-section_fv .box_time_content {
    font-size: 0.8125rem;
  }
}

.c-page_vendors-all-events .c-section_fv .box_time_content .big {
  font-size: 2.75rem;
}

@media (max-width: 600px) {
  .c-page_vendors-all-events .c-section_fv .box_time_content .big {
    font-size: 1.625rem;
  }
}

.c-page_vendors-all-events .c-section_fv .box_time_content .color {
  color: #ec7447;
}

.c-page_vendors-all-events .c-section_fv .box_wrap_text {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: grid;
  justify-content: center;
  max-width: 62.5rem;
  margin: auto;
  padding: 0 1.25rem;
}

@media (min-width: 601px) {
  .c-page_vendors-all-events .c-section_fv .box_wrap_text {
    gap: 4.6875rem;
    grid-template-columns: 1fr 31.5rem;
  }
}

@media (max-width: 600px) {
  .c-page_vendors-all-events .c-section_fv .box_wrap_text {
    gap: 0.9375rem;
    grid-template-columns: 1fr;
    padding: 0 1.25rem;
  }
}

.c-page_vendors-all-events .c-section_fv .box_wrap_text .box_l {
  line-height: 1.8;
  text-align: left;
}

@media (max-width: 600px) {
  .c-page_vendors-all-events .c-section_fv .box_wrap_text .box_l {
    font-size: 0.84375rem;
    text-align: center;
  }
  .c-page_vendors-all-events .c-section_fv .box_wrap_text .box_l br {
    display: none;
  }
}

.c-page_vendors-all-events .c-section_fv .box_wrap_text .box_r {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
}

@media (min-width: 601px) {
  .c-page_vendors-all-events .c-section_fv .box_wrap_text .box_r {
    gap: 0.9375rem;
  }
}

@media (max-width: 600px) {
  .c-page_vendors-all-events .c-section_fv .box_wrap_text .box_r {
    gap: 0.3125rem;
    padding: 0 1.25rem;
  }
}

.c-page_vendors-all-events .c-section_fv .box_wrap_text .box_r .text_item {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.3125rem;
  background: url("../images/number@2x.png") no-repeat center;
  background-size: cover;
  color: #5b2e04;
  font-size: 1.5rem;
}

@media (max-width: 600px) {
  .c-page_vendors-all-events .c-section_fv .box_wrap_text .box_r .text_item {
    height: 2.5rem;
    background-size: contain;
    font-size: 0.8125rem;
  }
}

.c-page_vendors-all-events .c-section_fv .box_wrap_text .box_r .text_item span {
  position: relative;
  top: -0.1875rem;
  font-size: 2rem;
  line-height: 1;
}

@media (max-width: 600px) {
  .c-page_vendors-all-events .c-section_fv .box_wrap_text .box_r .text_item span {
    top: -0.125rem;
    font-size: 1.125rem;
  }
}

.c-page_vendors-all-events .c-section_grp_block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  gap: 10rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  padding-bottom: 5rem;
}

@media (max-width: 600px) {
  .c-page_vendors-all-events .c-section_grp_block {
    gap: 3.75rem;
    margin: 0 -0.9375rem;
    padding-bottom: 1.875rem;
  }
}

.c-page_vendors-all-events .c-section_block .box_title {
  position: relative;
}

.c-page_vendors-all-events .c-section_block .box_title h3 {
  z-index: 2;
  position: absolute;
  top: 5rem;
  right: 0;
  left: 0;
  margin: auto;
  margin-bottom: 0;
  color: #40210f;
  font-size: 1.75rem;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 600px) {
  .c-page_vendors-all-events .c-section_block .box_title h3 {
    top: 2.25rem;
    font-size: 1.5rem;
  }
}

.c-page_vendors-all-events .c-section_block .box_title img {
  display: block;
  margin: auto;
}

.c-page_vendors-all-events .c-section_block .box_content {
  position: relative;
  margin-top: -0.125rem;
  padding: 2.8125rem 0.5rem 2.625rem;
}

@media (max-width: 600px) {
  .c-page_vendors-all-events .c-section_block .box_content {
    padding: 0.9375rem 0.3125rem;
  }
}

.c-page_vendors-all-events .c-section_block .box_content .listImage {
  display: grid;
}

@media (min-width: 601px) {
  .c-page_vendors-all-events .c-section_block .box_content .listImage {
    gap: 1rem 0.625rem;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 600px) {
  .c-page_vendors-all-events .c-section_block .box_content .listImage {
    gap: 0.3125rem 0.3125rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.c-page_vendors-all-events .c-section_block .box_content .listImage .item {
  overflow: hidden;
}

@media (min-width: 601px) {
  .c-page_vendors-all-events .c-section_block .box_content .listImage .item {
    height: 10.75rem;
  }
}

@media (max-width: 600px) {
  .c-page_vendors-all-events .c-section_block .box_content .listImage .item {
    height: 4.6875rem;
  }
}

.c-page_vendors-all-events .c-section_block .box_content .listImage .item a {
  display: block;
}

.c-page_vendors-all-events .c-section_block .box_content .listImage .item a img {
  -o-object-fit: cover;
  -o-object-position: center center;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.c-page_vendors-all-events .c-section_block.block_handmade .box_content {
  background: rgba(238, 191, 184, 0.5);
  background: #f6dfdb;
}

.c-page_vendors-all-events .c-section_block.block_food .box_content {
  background: rgba(245, 202, 124, 0.5);
}

.c-page_vendors-all-events .c-section_block.block_workshop .box_content {
  background: rgba(215, 198, 170, 0.5);
}

.c-page_vendors-all-events .c-section_block.block_company .box_content {
  background: rgba(198, 221, 161, 0.5);
}

.c-page_vendors-all-events .c-section_grp_btns {
  padding-bottom: 8.4375rem;
}

.c-page_vendors-all-events .c-section_grp_btns .listBtns {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  gap: 1.8125rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, 14.25rem);
  align-items: center;
  justify-content: center;
}

@media (max-width: 600px) {
  .c-page_vendors-all-events .c-section_grp_btns .listBtns {
    gap: 0.9375rem;
  }
}

.c-page_vendors-all-events .c-section_grp_btns .listBtns .btn {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-transition: 0.25s opacity;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  height: 3.375rem;
  border-radius: 1.6875rem;
  background: #ec7447;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  opacity: 1;
  transition: 0.25s opacity;
}

.c-page_vendors-all-events .c-section_grp_btns .listBtns .btn:hover {
  opacity: 0.75;
}

.c-page_UserAuthent .body-container-bg {
  min-height: calc(100vh - var(--header-height) - var(--footer-height) - var(--breadcrumb-height));
}

@media (min-width: 601px) {
  .c-page_UserAuthent .login-body {
    max-width: 31.375rem;
    padding-top: 0;
  }
  .c-page_UserAuthent .login-body .login-heading h3 {
    font-size: 1rem;
  }
  .c-page_UserAuthent .login-body .box-note-show {
    padding: 0.9375rem 0 !important;
    background: none !important;
    color: inherit !important;
    font-size: 1rem !important;
  }
  .c-page_UserAuthent .login-body .tb-form-fe tr td {
    padding: 0.625rem !important;
  }
  .c-page_UserAuthent .login-body .tb-form-fe tr td:first-child {
    background: #f4f4ef;
    color: #40210f;
  }
  .c-page_UserAuthent .login-body .tb-form-fe tr td:last-child {
    padding: 0.9375rem !important;
  }
  .c-page_UserAuthent .login-body .tb-form-fe tr td input {
    margin: 0;
    padding: 0.625rem !important;
    border-color: #dedede;
  }
  .c-page_UserAuthent .login-body .tb-form-fe .admin-login-first-col p {
    font-size: 0.9375rem;
  }
  .c-page_UserAuthent .login-body .forget-pw p {
    margin-top: 0;
    font-size: 0.75rem;
  }
  .c-page_UserAuthent .login-body .admin-login-submit {
    padding: 5rem 0 1.875rem;
  }
  .c-page_UserAuthent .login-body .admin-login-submit button {
    -webkit-transition: all 0.25s ease-in-out;
    height: 3.375rem;
    font-size: 1.25rem;
    transition: all 0.25s ease-in-out;
  }
}

@media (max-width: 600px) {
  .c-page_UserAuthent {
    margin-top: 0;
  }
  .c-page_UserAuthent .body-container-bg {
    padding-top: 1.875rem;
  }
  .c-page_UserAuthent .login-body {
    padding-top: 0;
  }
  .c-page_UserAuthent .login-heading {
    padding-top: 0;
    padding-bottom: 0.625rem;
  }
  .c-page_UserAuthent .box-note-show {
    margin-bottom: 0.625rem !important;
    padding: 0.3125rem 0.5rem !important;
    background: none !important;
    color: inherit !important;
    font-size: 0.9375rem !important;
    font-weight: 500 !important;
  }
  .c-page_UserAuthent .tb-form-fe {
    border: none;
    border-spacing: 0;
    background: #fff;
  }
  .c-page_UserAuthent .tb-form-fe .admin-login-first-col {
    width: 7.5rem !important;
    height: 2.5rem;
    padding: 0.3125rem 0.3125rem !important;
    background: #f4f4ef;
    font-size: 0.8125rem;
  }
  .c-page_UserAuthent .tb-form-fe .admin-login-second-col {
    padding: 0.3125rem 0.3125rem;
  }
  .c-page_UserAuthent .tb-form-fe .admin-login-second-col input {
    height: 1.875rem;
    margin: 0;
    border-color: #dedede;
  }
  .c-page_UserAuthent .tb-form-fe .admin-login-submit {
    padding: 2.5rem 4.375rem;
  }
  .c-page_UserAuthent .login-body .title-login-fe {
    font-size: 1rem;
  }
  .c-page_UserAuthent .login-body .title-login-fe::after {
    top: inherit !important;
    bottom: 0;
  }
  .c-page_UserAuthent .login-body .forget-pw {
    margin-top: 0.4375rem;
  }
  .c-page_UserAuthent .login-body .forget-pw p {
    font-size: 0.75rem;
    font-weight: 500;
  }
  .c-page_UserAuthent-forgot .login-heading h3 {
    font-size: 1rem;
  }
  .c-page_UserAuthent-forgot .login-heading h3::after {
    top: inherit !important;
    bottom: 0;
  }
  .c-page_UserAuthent-forgot .login-heading img {
    display: none;
    height: 0;
  }
}

.page-template-success-register .body-container-bg {
  min-height: calc(100vh - var(--header-height) - var(--footer-height) - var(--breadcrumb-height));
}

.page-template-store-openers-list .body-container-bg {
  min-height: calc(100vh - var(--header-height) - var(--footer-height) - var(--breadcrumb-height));
}

@media (max-width: 600px) {
  .page-template-store-openers-list .body-container-bg {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

@media (min-width: 601px) {
  .page-template-store-openers-list .body-container-bg {
    padding-bottom: 3.125rem;
  }
  .page-template-store-openers-list .search-results {
    margin: 2.5rem 0 !important;
    font-family: "Kiwi Maru", serif !important;
    font-size: 1.125rem !important;
  }
}

@media (min-width: 601px) {
  .page-template-store-openers-list .cm-vendor-search {
    gap: 1.25rem !important;
    display: grid !important;
    grid-template-columns: 46.875rem 1fr;
    margin-top: 0 !important;
  }
  .page-template-store-openers-list .cm-vendor-search .form_vendor-search {
    width: 100% !important;
    margin-top: 0 !important;
  }
  .page-template-store-openers-list .cm-vendor-search .form_vendor-search > div {
    gap: 1.25rem;
    display: grid !important;
    grid-template-columns: 35rem 1fr;
    padding: 0.9375rem !important;
  }
  .page-template-store-openers-list .cm-vendor-search .form_vendor-search > div input {
    width: 100% !important;
    height: 3.75rem !important;
    margin: 0 !important;
    padding: 1.25rem !important;
    font-size: 1rem !important;
  }
  .page-template-store-openers-list .cm-vendor-search .form_vendor-search > div .form-submit {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 3.75rem !important;
    padding: 0 !important;
    font-size: 1rem !important;
  }
  .page-template-store-openers-list .cm-vendor-search .form_vendor-search > div .form-select {
    width: 100% !important;
    height: 3.75rem !important;
    padding: 1.25rem !important;
    font-size: 1rem !important;
  }
  .page-template-store-openers-list .cm-vendor-search .vs_searh-btn_summit button {
    width: 100% !important;
    height: 3.75rem !important;
    margin-left: 0 !important;
    padding: 0.625rem 1.875rem !important;
    font-family: "Kiwi Maru", serif !important;
    font-size: 1rem !important;
  }
  .page-template-store-openers-list .cm-vendor-search .vs_searh-btn_summit button span {
    font-family: "Kiwi Maru", serif !important;
    font-size: 1rem !important;
  }
}

@media (max-width: 600px) {
  .page-template-store-openers-list .cm-vendor-search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    margin-top: 0 !important;
  }
  .page-template-store-openers-list .cm-vendor-search .form_vendor-search {
    width: 100% !important;
    background: #f4f4ef;
  }
  .page-template-store-openers-list .cm-vendor-search .form_vendor-search > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    gap: 0.9375rem;
    flex-flow: column;
  }
  .page-template-store-openers-list .cm-vendor-search .form_vendor-search .form-select {
    width: 100% !important;
    height: 2.5rem !important;
    margin: 0 !important;
    padding: 0.3125rem 0.625rem 0 !important;
    border: 0 !important;
    border-radius: 0.3125rem;
    background: #fff;
    color: #1c140e;
    font-size: 0.84375rem !important;
  }
  .page-template-store-openers-list .cm-vendor-search .form_vendor-search .form-select::-webkit-input-placeholder {
    color: #a49e9e;
  }
  .page-template-store-openers-list .cm-vendor-search .form_vendor-search .form-select::-moz-placeholder {
    color: #a49e9e;
  }
  .page-template-store-openers-list .cm-vendor-search .form_vendor-search .form-select:-ms-input-placeholder {
    color: #a49e9e;
  }
  .page-template-store-openers-list .cm-vendor-search .form_vendor-search .form-select::-ms-input-placeholder {
    color: #a49e9e;
  }
  .page-template-store-openers-list .cm-vendor-search .form_vendor-search .form-select::placeholder {
    color: #a49e9e;
  }
  .page-template-store-openers-list .cm-vendor-search .form_vendor-search .form-input {
    width: 100% !important;
    height: 2.5rem !important;
    margin: 0 !important;
    padding: 0.3125rem 0.625rem 0 !important;
    padding-top: 0.3125rem !important;
    border: 0 !important;
    border-radius: 0.3125rem;
    background: #fff;
    color: #1c140e;
    font-size: 0.84375rem !important;
  }
  .page-template-store-openers-list .cm-vendor-search .form_vendor-search .form-input::-webkit-input-placeholder {
    color: #a49e9e;
  }
  .page-template-store-openers-list .cm-vendor-search .form_vendor-search .form-input::-moz-placeholder {
    color: #a49e9e;
  }
  .page-template-store-openers-list .cm-vendor-search .form_vendor-search .form-input:-ms-input-placeholder {
    color: #a49e9e;
  }
  .page-template-store-openers-list .cm-vendor-search .form_vendor-search .form-input::-ms-input-placeholder {
    color: #a49e9e;
  }
  .page-template-store-openers-list .cm-vendor-search .form_vendor-search .form-input::placeholder {
    color: #a49e9e;
  }
  .page-template-store-openers-list .cm-vendor-search .form_vendor-search .form-submit {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 9.375rem !important;
    height: 2.5rem !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #40210f;
    font-size: 1.125rem !important;
  }
  .page-template-store-openers-list .cm-vendor-search .vs_searh-btn_summit {
    position: relative;
    margin-top: 2.5rem;
  }
  .page-template-store-openers-list .cm-vendor-search .vs_searh-btn_summit button {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 11.375rem !important;
    height: 2.5rem !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0.84375rem !important;
  }
  .page-template-store-openers-list .cm-vendor-search .vs_searh-btn_summit button span {
    font-family: "Kiwi Maru", serif !important;
    font-size: 0.84375rem !important;
  }
  .page-template-store-openers-list .cm-vendor-search .vs_searh-btn_summit button img {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    position: absolute;
    top: -1.625rem;
    left: 50%;
    width: 2.5rem;
    transform: translateX(-50%);
  }
}

@media (max-width: 600px) {
  .page-template-store-openers-list .search-results {
    margin: 1.875rem 0 1.5625rem !important;
    font-family: "Kiwi Maru", serif !important;
    font-size: 0.75rem !important;
    font-weight: 500;
    text-align: center;
  }
}

@media (min-width: 601px) {
  .page-template-store-openers-list .list-store-grid {
    gap: 0.9375rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 100%;
    padding-bottom: 3.125rem;
  }
  .page-template-store-openers-list .list-store-grid .photobx .store-photo .name h5 {
    margin: 0.3125rem 0;
    padding: 0.625rem;
  }
  .page-template-store-openers-list .list-store-grid .photobx .store-photo .image {
    height: 15.3125rem;
  }
  .page-template-store-openers-list .list-store-grid .photobx .store-photo .image img {
    -o-object-fit: cover;
    -o-object-position: center center;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .page-template-store-openers-list .list-store-grid .photobx .store-photo .opening-date,
  .page-template-store-openers-list .list-store-grid .photobx .store-photo .products {
    padding: 0.625rem 0 !important;
  }
  .page-template-store-openers-list .list-store-grid .photobx .store-photo .booth-subcat-title {
    margin: 0 !important;
  }
  .page-template-store-openers-list .list-store-grid .photobx .store-photo .booth-subcat-title span:first-child {
    width: 100%;
    padding: 0.3125rem 0.5rem !important;
    font-size: 0.875rem !important;
  }
  .page-template-store-openers-list .list-store-grid .photobx .store-photo .opening-date span:first-child {
    width: 100%;
    margin: 0;
    padding: 0.3125rem 0.5rem !important;
    font-size: 0.875rem !important;
  }
  .page-template-store-openers-list .list-store-grid .photobx .store-photo .opening-date span:last-child {
    font-size: 0.875rem;
  }
  .page-template-store-openers-list .list-store-grid .photobx .store-photo .opening-date,
  .page-template-store-openers-list .list-store-grid .photobx .store-photo .products {
    gap: 0.625rem;
    display: grid !important;
    grid-template-columns: 5.3125rem 1fr;
  }
  .page-template-store-openers-list .list-store-grid .photobx .store-photo .body_content {
    width: 100%;
  }
  .page-template-store-openers-list .list-store-grid .photobx .store-photo .body_content span {
    margin-right: 0 !important;
    margin-left: 0.3125rem;
    font-size: 0.875rem !important;
  }
  .page-template-store-openers-list .list-store-grid .photobx .store-photo .body_content span:first-child {
    width: 100%;
    margin: 0;
    padding: 0.3125rem 0.5rem !important;
    font-size: 0.875rem !important;
  }
}

@media (max-width: 600px) {
  .page-template-store-openers-list .list-store-grid {
    gap: 1.25rem 0.9375rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 3.75rem;
  }
  .page-template-store-openers-list .list-store-grid .photobx .store-photo .image {
    height: 10.5rem;
  }
  .page-template-store-openers-list .list-store-grid .photobx .store-photo .image img {
    -o-object-fit: cover;
    -o-object-position: center center;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .page-template-store-openers-list .list-store-grid .photobx .store-photo .name h5 {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    padding: 0.125rem;
    overflow: hidden;
    border: 1px dashed #cccccc;
    border-radius: 0;
    font-size: 0.75rem;
    font-weight: 500 !important;
  }
  .page-template-store-openers-list .list-store-grid .photobx .store-photo .opening-date {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    padding: 0 !important;
  }
  .page-template-store-openers-list .list-store-grid .photobx .store-photo .opening-date span {
    display: block;
    width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
    font-size: 0.75rem !important;
    font-weight: 500 !important;
  }
  .page-template-store-openers-list .list-store-grid .photobx .store-photo .opening-date span:last-child {
    font-weight: 500 !important;
  }
  .page-template-store-openers-list .list-store-grid .photobx .store-photo .products {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    padding: 0 !important;
  }
  .page-template-store-openers-list .list-store-grid .photobx .store-photo .products span {
    display: block;
    width: 100% !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-size: 0.75rem !important;
    font-weight: 500 !important;
  }
  .page-template-store-openers-list .list-store-grid .photobx .store-photo .products .booth-subcat-title {
    width: 100%;
    margin: 0 !important;
  }
  .page-template-store-openers-list .list-store-grid .photobx .store-photo .products .body_content {
    width: 100%;
  }
  .page-template-store-openers-list .list-store-grid .photobx .store-photo .products .body_content span {
    border: 0 !important;
    font-size: 0.75rem !important;
    font-weight: 500 !important;
    line-height: 1.25rem;
    text-align: left;
  }
}

@media (max-width: 600px) {
  .page-template-terms-and-conditions .terms-and-conditions-body {
    margin-top: 3.125rem;
    padding: 0;
    text-align: left;
  }
  .page-template-terms-and-conditions .terms-and-conditions-body p {
    text-align: left !important;
  }
  .page-template-terms-and-conditions .terms-and-conditions-body .tac_top_ct {
    margin-bottom: 1.25rem;
    padding-bottom: 0.3125rem;
    border-bottom: 1px dashed #ededed;
    font-size: 0.8125rem;
    font-weight: 500;
  }
  .page-template-terms-and-conditions .text_error_checked {
    margin-bottom: 0.9375rem;
  }
  .page-template-terms-and-conditions .text_alert_submit {
    margin-top: 0 !important;
  }
}

.page-template-terms-and-conditions .listTerms {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  gap: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
}

.page-template-terms-and-conditions .listTerms .itemTerms {
  display: grid;
  grid-template-columns: 8.75rem 1fr;
}

.page-template-terms-and-conditions .listTerms .itemTerms h3 {
  font-size: 1.1875rem;
  font-weight: 500;
}

.page-template-terms-and-conditions .listTerms .itemTerms .checkbox {
  width: 100%;
}

.style-form-table ul {
  list-style: disc;
  list-style-position: inside;
}

@media (max-width: 600px) {
  .page-template-terms-and-conditions .listTerms .itemTerms {
    grid-template-columns: 1fr;
  }
  .page-template-terms-and-conditions .listTerms .itemTerms .checkbox {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    gap: 0.9375rem;
    display: grid;
    grid-template-columns: 6.25rem 1fr;
    align-items: center;
  }
  .page-template-terms-and-conditions .listTerms .itemTerms .checkbox > div {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0.3125rem;
    border-radius: 0.3125rem;
    font-size: 0.9375rem;
    font-weight: 500;
  }
  .page-template-terms-and-conditions .listTerms .itemTerms .checkbox h3 {
    color: #40210f;
    font-size: 1.125rem;
  }
  .page-template-terms-and-conditions .listTerms .itemTerms .terms {
    padding: 0.625rem 0;
  }
  .page-template-terms-and-conditions .listTerms .itemTerms .terms h3 {
    display: none;
  }
}

@media (max-width: 600px) {
  .page-template-terms-and-conditions .agree-button {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 0 5rem;
  }
  .page-template-terms-and-conditions .agree-button input {
    width: 15rem !important;
    margin: 0;
  }
}

@media (min-width: 601px) {
  .events-template-about-section .body {
    max-width: 1077px;
    margin: auto;
    padding: 1.25rem 0 6.375rem;
  }
  .events-template-about-section .c-title_box {
    margin-top: 4.5rem;
  }
  .events-template-about-section .buttons {
    gap: 1.25rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .events-template-about-section .buttons button {
    width: auto;
    padding: 0.625rem 1.25rem;
    border-radius: 0.625rem 0.625rem 0 0;
    font-size: 1.25rem;
  }
  .events-template-about-section .style-form-table td {
    border-bottom: 1px solid #ededed;
  }
  .events-template-about-section .style-form-table td.first-row {
    padding: 0.625rem !important;
    font-family: "Kiwi Maru", serif !important;
    font-size: 1rem !important;
  }
  .events-template-about-section .style-form-table td.second-row {
    padding: 0.625rem !important;
    border: 0;
    border-bottom: 1px solid #ededed;
    font-size: 1rem !important;
  }
  .events-template-about-section .style-form-table td.second-row h3 {
    border-bottom: 0.625rem solid #ffddbc !important;
    font-size: 1.6rem !important;
  }
  .events-template-about-section .style-form-table td.second-row a {
    gap: 0.3125rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #ec7447 !important;
  }
  .events-template-about-section .style-form-table td.second-row a i {
    font-size: 1.25rem;
  }
  .events-template-about-section .steps-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    gap: 1.875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-flow: column;
    margin: 3.75rem 1.875rem;
    padding: 0 !important;
  }
  .events-template-about-section .steps-box::before {
    display: block;
    position: absolute;
    top: 0;
    left: 1.75rem;
    width: 0;
    height: 98%;
    border-left: 0.1875rem dashed #e3e3e3;
    content: "";
  }
  .events-template-about-section .steps-box .vertical_dotted_line {
    height: auto !important;
    margin-left: 1.6875rem;
  }
  .events-template-about-section .steps-box .steps {
    gap: 1.875rem !important;
    display: grid;
    position: inherit !important;
    top: inherit !important;
    grid-template-columns: 3.625rem 1fr;
    margin: 0 !important;
  }
  .events-template-about-section .steps-box .steps .text_num {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.625rem;
    height: 3.625rem;
    border-radius: 50%;
    background: #ec7447;
    color: #fff;
    font-size: 0.8125rem;
    line-height: 1.0625rem;
    text-align: center;
  }
  .events-template-about-section .steps-box .steps .text_num img {
    display: none;
  }
  .events-template-about-section .steps-box .steps .body_text h3 {
    font-size: 1.25rem !important;
  }
  .events-template-about-section .steps-box .steps .body_text p {
    font-size: 1rem !important;
  }
}

@media (max-width: 600px) {
  .events-template-about-section .body {
    padding: 0;
  }
  .events-template-about-section .buttons {
    gap: 0.625rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 -0.9375rem;
    margin-top: 1.875rem;
    margin-bottom: 3.4375rem;
    padding: 0 0.9375rem;
    padding-bottom: 0.875rem;
    border-width: 0.125rem;
  }
  .events-template-about-section .buttons button {
    width: 100%;
    height: 3rem;
    margin: 0;
    padding: 0;
    border-radius: 1.875rem;
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .events-template-about-section .style-form-table {
    margin-top: 0;
    margin-bottom: 2.5rem;
    border: 1px solid #ededed;
    background: #fff;
  }
  .events-template-about-section .style-form-table table {
    border: 0;
  }
  .events-template-about-section .style-form-table table tr {
    display: grid;
    grid-template-columns: 1fr;
  }
  .events-template-about-section .style-form-table table tr td {
    width: 100% !important;
  }
  .events-template-about-section .style-form-table table tr td.first-row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    min-height: 2.5rem;
    padding: 0 0.625rem;
    border: 0;
  }
  .events-template-about-section .style-form-table table tr td.second-row {
    min-height: 2.5rem;
    padding: 0.5rem 0.625rem;
    border: 0;
    background: none;
    font-size: 0.84375rem;
  }
  .events-template-about-section .style-form-table table tr td.second-row h3 {
    z-index: 2;
    position: relative;
    padding-top: 1.875rem;
    border: 0;
    font-size: 0.9375rem;
    font-weight: 500;
  }
  .events-template-about-section .style-form-table table tr td.second-row h3::after {
    display: block;
    z-index: -1;
    position: absolute;
    bottom: 0.1875rem;
    left: 0;
    width: 100%;
    height: 0.6875rem;
    background: #ffddbc;
    content: "";
  }
  .events-template-about-section .style-form-table table tr td.second-row p {
    font-size: 0.84375rem;
  }
  .events-template-about-section .handmade-booth-type .handmade-circle,
  .events-template-about-section .handmade-booth-option,
  .events-template-about-section .handmade-box {
    background: rgba(238, 191, 184, 0.5);
  }
  .events-template-about-section .food-booth-type .food-circle,
  .events-template-about-section .food-box {
    background: rgba(248, 201, 115, 0.5);
  }
  .events-template-about-section .workshop-booth-type .circle,
  .events-template-about-section .box {
    background: rgba(200, 179, 160, 0.5);
  }
  .events-template-about-section .company-booth-type .company-circle,
  .events-template-about-section .company-box {
    background: rgba(176, 229, 144, 0.5);
  }
  .events-template-about-section .handmade-booth-option {
    opacity: 1;
  }
  .events-template-about-section .food-circle,
  .events-template-about-section .handmade-circle,
  .events-template-about-section .company-circle {
    opacity: 1;
  }
  .events-template-about-section .company-box,
  .events-template-about-section .food-box,
  .events-template-about-section .handmade-box {
    opacity: 1;
  }
  .events-template-about-section .handmade-box h3 {
    font-size: 1.5rem !important;
  }
}

.events-template-about-section .box-image-type-style {
  z-index: 2;
  position: relative;
  max-width: 31.5rem;
  margin: auto;
  margin-top: 7.5rem;
  background: rgba(238, 191, 184, 0.5);
}

.events-template-about-section .box-image-type-style .wrap {
  padding: 0.625rem 0;
}

@media (max-width: 600px) {
  .events-template-about-section .box-image-type-style {
    margin-top: 5rem;
  }
}

.events-template-about-section .box-image-type-style::before {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-clip-path: circle(30% at 50% 145%);
  display: block;
  z-index: -2;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 6.875rem;
  margin: auto;
  transform: translateY(-100%);
  clip-path: circle(30% at 50% 145%);
  content: "";
}

@media (max-width: 600px) {
  .events-template-about-section .box-image-type-style::before {
    -webkit-clip-path: circle(63% at 50% 170%);
    width: 60%;
    height: 3.75rem;
    clip-path: circle(63% at 50% 170%);
  }
}

.events-template-about-section .box-image-type-style h3 {
  margin-bottom: 0.625rem;
  padding-top: 0.625rem;
  font-size: 1.6rem !important;
  text-align: center;
}

@media (min-width: 601px) {
  .events-template-about-section .box-image-type-style h3 {
    margin-top: -20px;
  }
}

@media (max-width: 600px) {
  .events-template-about-section .box-image-type-style h3 {
    margin-top: -15px;
    margin-bottom: 0.3125rem;
    padding-bottom: 0.3125rem;
    font-size: 1.5rem !important;
  }
}

.events-template-about-section .box-image-type-style .box_image {
  margin-bottom: 1.25rem;
  text-align: center;
}

@media (min-width: 601px) {
  .events-template-about-section .box-image-type-style .box_image img {
    max-width: 13.0625rem;
  }
}

@media (max-width: 600px) {
  .events-template-about-section .box-image-type-style .box_image {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  .events-template-about-section .box-image-type-style .box_image img {
    max-width: 6.875rem;
  }
}

.events-template-about-section .box-image-type-style .box_text {
  font-weight: 500;
}

.events-template-about-section .box-image-type-style .box_text .text_size {
  color: #ec7447;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 600px) {
  .events-template-about-section .box-image-type-style .box_text .text_size {
    font-size: 0.9375rem;
  }
}

.events-template-about-section .box-image-type-style .box_text .text_content {
  text-align: center;
}

.events-template-about-section .box-image-type-style .box_text .text_content span {
  display: block;
}

.events-template-about-section .box-image-type-style .box_text .text_content .t_top {
  color: #40210f;
  font-size: 1.6rem;
}

@media (max-width: 600px) {
  .events-template-about-section .box-image-type-style .box_text .text_content .t_top {
    font-size: 0.9375rem;
  }
}

.events-template-about-section .box-image-type-style .box_text .text_content .t_bot {
  font-size: 1rem;
}

@media (max-width: 600px) {
  .events-template-about-section .box-image-type-style .box_text .text_content .t_bot {
    margin-top: 0.625rem;
    font-size: 0.75rem;
  }
}

.events-template-about-section .box-image-type-style .line_under {
  max-width: 85%;
  margin: 0.625rem auto 1.25rem;
  border-bottom: 0.125rem solid #fff;
}

@media (max-width: 600px) {
  .events-template-about-section .box-image-type-style .line_under {
    max-width: 8.75rem;
    margin: 0.125rem auto;
  }
}

.events-template-about-section .box-image-type-style.handmade_booth {
  background: rgba(238, 191, 184, 0.5);
}

.events-template-about-section .box-image-type-style.handmade_booth::before {
  background: rgba(238, 191, 184, 0.5);
}

.events-template-about-section .box-image-type-style.food_booth {
  background: rgba(248, 201, 115, 0.5);
}

.events-template-about-section .box-image-type-style.food_booth::before {
  background: rgba(248, 201, 115, 0.5);
}

@media (min-width: 601px) {
  .events-template-about-section .box-image-type-style.food_booth img {
    max-width: 11.5625rem;
  }
}

.events-template-about-section .box-image-type-style.workshop_booth {
  background: rgba(215, 198, 170, 0.5);
}

.events-template-about-section .box-image-type-style.workshop_booth::before {
  background: rgba(215, 198, 170, 0.5);
}

.events-template-about-section .box-image-type-style.company_booth {
  background: rgba(198, 221, 161, 0.5);
}

.events-template-about-section .box-image-type-style.company_booth::before {
  background: rgba(198, 221, 161, 0.5);
}

@media (min-width: 601px) {
  .events-template-about-section .c-booth-option {
    padding: 1.75rem 1.875rem;
    opacity: 1;
  }
  .events-template-about-section .c-booth-option h3 {
    margin-bottom: 2.1875rem;
    font-size: 1.6rem;
  }
  .events-template-about-section .c-booth-option .outer-box {
    gap: 1.25rem 3.125rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .events-template-about-section .c-booth-option .inner-box {
    width: 100%;
    margin: 0;
    padding: 1.1875rem 0.625rem;
  }
  .events-template-about-section .c-booth-option .inner-box h4 {
    font-size: 1.25rem !important;
  }
}

@media (max-width: 600px) {
  .events-template-about-section .c-booth-option {
    margin-top: 1.25rem;
    margin-bottom: 2.5rem;
    padding: 0.9375rem;
  }
  .events-template-about-section .c-booth-option h3 {
    margin-bottom: 0.625rem;
    font-size: 1.5rem;
  }
  .events-template-about-section .c-booth-option .outer-box {
    gap: 0.625rem;
    display: grid;
    grid-template-columns: 1fr;
  }
  .events-template-about-section .c-booth-option .outer-box .inner-box {
    width: 100%;
    margin: 0;
    border: 0.125rem solid #fff;
  }
  .events-template-about-section .c-booth-option .outer-box .inner-box h4 {
    padding: 0.3125rem;
    font-size: 0.9375rem;
  }
}

.events-template-about-section .c-booth-option.handmade-booth-option {
  background: rgba(238, 191, 184, 0.5);
  opacity: 1;
}

.events-template-about-section .c-booth-option.food-booth-option {
  background: rgba(248, 201, 115, 0.5);
  opacity: 1;
}

.events-template-about-section .c-booth-option.company-booth-option {
  background: rgba(198, 221, 161, 0.5);
  opacity: 1;
}

.events-template-about-section .c-booth-option.workshop-booth-option {
  background: rgba(215, 198, 170, 0.5);
  opacity: 1;
}

@media (max-width: 600px) {
  .events-template-about-section .steps-box {
    padding: 0;
  }
  .events-template-about-section .steps-box .vertical_dotted_line {
    display: none;
  }
  .events-template-about-section .steps-box .steps {
    display: block;
    position: inherit !important;
    position: relative;
    top: inherit !important;
    margin: 0 !important;
    margin-bottom: 1.875rem !important;
  }
  .events-template-about-section .steps-box .steps .text_num {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 3.125rem;
    height: 3.125rem;
    overflow: hidden;
    border-radius: 50%;
    border-radius: 50%;
    background: #ec7447;
    color: #fff;
    font-size: 0.75rem;
    line-height: 1rem;
    text-align: center;
  }
  .events-template-about-section .steps-box .steps img {
    width: 3rem;
    height: 3rem;
  }
  .events-template-about-section .steps-box .steps .body_text {
    padding: 3.4375rem 1.25rem 0;
  }
  .events-template-about-section .steps-box .steps .body_text p {
    font-size: 0.84375rem;
  }
  .events-template-about-section .steps-box .steps .body_text h3 {
    position: absolute;
    top: 0.9375rem;
    left: 3.75rem;
    font-size: 1.125rem;
  }
}

@media (min-width: 601px) {
  .events-template-about-section .flow-of-store-opening {
    margin-top: 4.375rem !important;
  }
  .events-template-about-section .flow-of-store-opening .request-box-body {
    margin: 1.25rem;
  }
  .events-template-about-section .flow-of-store-opening .request-box-body p {
    font-size: 1rem !important;
  }
}

@media (max-width: 600px) {
  .events-template-about-section .flow-of-store-opening {
    margin-top: 4.375rem;
  }
  .events-template-about-section .flow-of-store-opening .c-title_box h3 {
    padding-bottom: 0.3125rem !important;
    font-size: 1.125rem !important;
  }
  .events-template-about-section .flow-of-store-opening .request-box {
    padding: 0.25rem !important;
    border-width: 0.0625rem;
  }
  .events-template-about-section .flow-of-store-opening .request-box div {
    margin: 0;
  }
  .events-template-about-section .flow-of-store-opening .request-box div p {
    font-family: "Kiwi Maru", serif !important;
    font-size: 0.84375rem;
  }
}

@media (min-width: 601px) {
  .events-template-about-section .email-form input {
    height: 3.75rem;
    font-size: 1rem !important;
  }
}

@media (max-width: 600px) {
  .events-template-about-section .email-form {
    margin-top: 5.625rem;
    margin-bottom: 0;
    padding: 0.9375rem;
  }
  .events-template-about-section .email-form h3 {
    margin-bottom: 0.5rem;
    font-size: 0.84375rem !important;
  }
  .events-template-about-section .email-form br {
    display: none;
  }
  .events-template-about-section .email-form input {
    width: 100%;
    height: 3.375rem;
  }
  .events-template-about-section .email-form button {
    width: auto;
    min-width: 16.25rem;
    height: 3.375rem;
    font-size: 1rem !important;
  }
}

@media (min-width: 601px) {
  .events-template-about-section .request-box {
    border: 0.0625rem solid #ec7447;
  }
  .events-template-about-section .request-box-heading {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    gap: 0.9375rem;
    align-items: center;
    margin: 1.25rem;
    padding: 0.625rem;
    font-family: "Kiwi Maru", serif !important;
  }
  .events-template-about-section .request-box-heading p {
    margin: 0;
    padding: 0;
    padding-left: 0.625rem;
    border-left: 1px solid #ec7447;
    font-family: "Kiwi Maru", serif !important;
    font-size: 1rem;
  }
  .events-template-about-section .request-box-heading img {
    display: inline-block;
    width: 1.875rem;
    height: 1.875rem;
    padding-top: 0;
  }
}

@media (max-width: 600px) {
  .events-template-about-section .request-box-heading {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    gap: 0.625rem;
    align-items: center;
    margin: 1.25rem;
    padding: 0.625rem;
    font-family: "Kiwi Maru", serif !important;
  }
  .events-template-about-section .request-box-heading p {
    margin: 0;
    padding: 0;
    padding-left: 0.625rem;
    border-left: 1px solid #ec7447;
    font-family: "Kiwi Maru", serif !important;
    font-size: 1rem;
  }
  .events-template-about-section .request-box-heading img {
    display: inline-block;
    width: 1.5625rem;
    height: 1.5625rem;
    padding-top: 0;
  }
}

@media (min-width: 601px) {
  .events-template-about-section .email-form {
    padding: 1.5625rem 4.6875rem;
  }
  .events-template-about-section .email-form h3 {
    margin-bottom: 1.25rem;
  }
  .events-template-about-section .email-form input {
    margin: 0;
  }
  .events-template-about-section .email-form button {
    width: auto;
    min-width: 16.25rem;
    max-width: 31.25rem;
    margin: 0;
    margin-top: 1.4375rem;
    padding: 0.625rem 1.25rem;
    font-size: 1.125rem;
  }
}

.page-template-vendor-event-status .body-container-bg {
  min-height: calc(100vh - var(--header-height) - var(--footer-height) - var(--breadcrumb-height));
}

@media (min-width: 601px) {
  .page-template-vendor-event-status .body {
    max-width: 64.5rem;
    margin: auto;
    padding: 0;
  }
  .page-template-vendor-event-status .body .info {
    gap: 1.875rem;
    display: grid;
    grid-template-columns: 24.375rem 1fr;
    margin-bottom: 2.5rem;
  }
  .page-template-vendor-event-status .body .info .pic,
  .page-template-vendor-event-status .body .info .details {
    width: 100%;
    min-height: auto !important;
  }
  .page-template-vendor-event-status .body .info .pic > img {
    width: 100%;
    height: 23.75rem;
  }
  .page-template-vendor-event-status .body .info .pic .thumbnail {
    gap: 1.25rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 0.9375rem;
  }
  .page-template-vendor-event-status .body .info .pic .thumbnail .image a {
    display: block;
    height: 4rem;
  }
  .page-template-vendor-event-status .body .info .pic .thumbnail img {
    -o-object-fit: cover;
    -o-object-position: center center;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .page-template-vendor-event-status .body .info .creator-name {
    padding: 0.625rem 0.3125rem;
    border-radius: 0;
    border-color: #cccccc;
    outline: 0.3125rem solid #f4f4ef;
    background: #f4f4ef;
    font-family: "Kiwi Maru", serif !important;
  }
  .page-template-vendor-event-status .body .info .creator-name span {
    font-family: "Kiwi Maru", serif;
    font-size: 1rem;
  }
  .page-template-vendor-event-status .body .info .details_table table tr {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: grid;
    grid-template-columns: 7.5rem 1fr;
    align-items: center;
    border-top: solid 0.0625rem #dedede;
  }
  .page-template-vendor-event-status .body .info .details_table table tr td {
    padding: 0.75rem 0.625rem;
    border: 0;
    vertical-align: middle;
  }
  .page-template-vendor-event-status .body .info .details_table table tr td.details-first-col {
    font-family: "Kiwi Maru", serif;
    font-size: 1rem;
  }
  .page-template-vendor-event-status .body .info .details_table .social_netw {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    gap: 0.9375rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  .page-template-vendor-event-status .body .info .details_table .social_netw a {
    font-family: "Kiwi Maru", serif;
    font-size: 1rem;
  }
  .page-template-vendor-event-status .body .info .details_table .group_btns_social {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    gap: 0.625rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 0.625rem;
  }
  .page-template-vendor-event-status .body .info .details_table .group_btns_social a {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    gap: 0.3125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 7.5rem;
    padding: 0.4375rem 0.9375rem;
    border-radius: 2.5rem;
    color: #fff;
    font-size: 0.9375rem;
    line-height: 1;
  }
  .page-template-vendor-event-status .body .info .details_table .group_btns_social a span {
    position: relative;
    top: -0.0625rem;
    font-family: "Kiwi Maru", serif;
  }
  .page-template-vendor-event-status .body .info .details_table .group_btns_social a i {
    font-size: 1.25rem;
  }
  .page-template-vendor-event-status .body .info .details_table .group_btns_social a.btn_tw {
    background: #40BAE5;
  }
  .page-template-vendor-event-status .body .info .details_table .group_btns_social a.btn_in {
    background: #ff879c;
  }
  .page-template-vendor-event-status .body .button_action {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3.125rem;
    padding-bottom: 6.375rem;
  }
  .page-template-vendor-event-status .body .button_action a {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    min-width: 15rem;
    height: 3.125rem;
    padding: 1.875rem 0.625rem;
    border-radius: 2.5rem;
    background-color: #ec7447;
    color: #fff;
    font-size: 1.125rem;
  }
  .page-template-vendor-event-status .body .button_action a i {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 1.5625rem;
    transform: translateY(-50%);
    font-size: 1.125rem;
  }
}

@media (max-width: 600px) {
  .page-template-vendor-event-status .body {
    padding: 0;
    padding-top: 3.125rem;
  }
  .page-template-vendor-event-status .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column wrap;
  }
  .page-template-vendor-event-status .info .pic {
    width: 100%;
    min-height: auto !important;
    margin-bottom: 1.875rem;
  }
  .page-template-vendor-event-status .info .pic > img {
    height: 18.75rem;
  }
  .page-template-vendor-event-status .info .pic .thumbnail {
    gap: 0.9375rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 0.9375rem;
  }
  .page-template-vendor-event-status .info .pic .thumbnail .image img {
    -o-object-fit: cover;
    -o-object-position: center center;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    object-fit: cover;
    object-position: center center;
    border-radius: 0;
  }
  .page-template-vendor-event-status .info .details {
    width: 100%;
    margin-bottom: 3.75rem;
  }
  .page-template-vendor-event-status .info .details table td {
    font-size: 0.9375rem;
  }
  .page-template-vendor-event-status .info .details table td.details-first-col {
    width: 6.875rem;
    /* padding: 0.625rem 0.3125rem 0.625rem 0.625rem !important; */
  }
  .page-template-vendor-event-status .info .details table td.details-first-col, .page-template-vendor-event-status .info .details table td.details-second-col {
    /* padding: 0.625rem; */
  }
  .page-template-vendor-event-status .img_gift_title {
    width: 4.875rem;
    height: 4.875rem;
  }
  .page-template-vendor-event-status .edit-button {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: -1.875rem;
    align-items: center;
    justify-content: center;
    margin-top: -1.875rem !important;
    padding: 0;
  }
  .page-template-vendor-event-status .edit-button button {
    width: 10rem;
    height: 1.875rem;
    padding: 0;
    padding-top: 0.1875rem;
    font-size: 0.84375rem;
    font-weight: 500;
  }
  .page-template-vendor-event-status .img_statusribbon {
    width: 13.75rem !important;
  }
  .page-template-vendor-event-status .heading_top_groupInfo {
    gap: 1.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .page-template-vendor-event-status .heading_wrap {
    margin-bottom: 2.1875rem;
    border-bottom: 0.1875rem dashed #fd8254;
  }
  .page-template-vendor-event-status .heading_wrap.is-notlog {
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
  }
  .page-template-vendor-event-status .social_netw {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    gap: 0.9375rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-weight: 500;
  }
  .page-template-vendor-event-status .social_netw a {
    font-family: "Kiwi Maru", serif;
    font-size: 0.9375rem;
    font-weight: 500;
  }
  .page-template-vendor-event-status .group_btns_social {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    gap: 0.625rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 0.625rem;
  }
  .page-template-vendor-event-status .group_btns_social a {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    gap: 0.3125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 7.5rem;
    padding: 0.4375rem 0.9375rem;
    border-radius: 2.5rem;
    color: #fff;
    font-family: "Kiwi Maru", serif !important;
    font-size: 0.9375rem;
    line-height: 1;
  }
  .page-template-vendor-event-status .group_btns_social a span {
    position: relative;
    top: -0.0625rem;
    font-family: "Kiwi Maru", serif;
  }
  .page-template-vendor-event-status .group_btns_social a i {
    font-size: 1.25rem;
  }
  .page-template-vendor-event-status .group_btns_social a.btn_tw {
    background: #40BAE5;
  }
  .page-template-vendor-event-status .group_btns_social a.btn_in {
    background: #FB7D99;
  }
  .page-template-vendor-event-status .button_action {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 6.375rem;
  }
  .page-template-vendor-event-status .button_action a {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    min-width: 13.75rem;
    height: 3.125rem;
    padding: 1.25rem 0.625rem;
    border-radius: 2.5rem;
    background-color: #ec7447;
    color: #fff;
    font-size: 1.125rem;
  }
  .page-template-vendor-event-status .button_action a i {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 1.5625rem;
    transform: translateY(-50%);
    font-size: 1.125rem;
  }
}

.page-template-vendor-event-status .creator-name {
  border-color: #cccccc;
  outline-color: #f4f4ef;
  background: #f4f4ef;
}

.page-template-vendor-event-status .creator-name span {
  font-family: "Kiwi Maru", serif !important;
}

@media (max-width: 600px) {
  .page-template-vendor-event-status .creator-name span {
    font-size: 1rem !important;
  }
}

.page-template-vendor-event-status .details_table td {
  font-family: "Kiwi Maru", serif !important;
}

.page-template-vendor-page-status .body-container-bg {
  min-height: calc(100vh - var(--header-height) - var(--footer-height) - var(--breadcrumb-height));
}

@media (max-width: 600px) {
  .page-template-booth-form-session .business_sub_css label,
  .page-template-booth-confirmation-page .business_sub_css label {
    margin-right: 0.1875rem;
    font-size: 0.8125rem;
    letter-spacing: 0;
  }
}

@media (max-width: 1080px) {
  .page-template-booth-form-session .body-container-bg,
  .page-template-booth-confirmation-page .body-container-bg {
    background: #fff;
  }
}

@media (max-width: 600px) {
  .page-template-booth-form-session .u-width-full-sp,
  .page-template-booth-confirmation-page .u-width-full-sp {
    width: 100% !important;
  }
  .page-template-booth-form-session .body,
  .page-template-booth-confirmation-page .body {
    padding: 0;
    padding-top: 3.125rem;
  }
  .page-template-booth-form-session .box_text_des_top,
  .page-template-booth-confirmation-page .box_text_des_top {
    font-weight: 500;
  }
  .page-template-booth-form-session h3.subtitle-form-booth,
  .page-template-booth-confirmation-page h3.subtitle-form-booth {
    margin: 0;
    padding-top: 0.3125rem;
    padding-left: 0 !important;
    font-size: 1rem;
    font-weight: 500;
  }
  .page-template-booth-form-session .food-representative-information,
  .page-template-booth-form-session .handmade-representative-information,
  .page-template-booth-form-session .workshop-representative-information,
  .page-template-booth-form-session .company-representative-information,
  .page-template-booth-confirmation-page .food-representative-information,
  .page-template-booth-confirmation-page .handmade-representative-information,
  .page-template-booth-confirmation-page .workshop-representative-information,
  .page-template-booth-confirmation-page .company-representative-information {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 2.5rem;
    padding: 0;
    padding-left: 0.9375rem;
  }
  .page-template-booth-form-session .food-store-information, .page-template-booth-form-session .handmade-store-information, .page-template-booth-form-session .workshop-store-information, .page-template-booth-form-session .company-store-information,
  .page-template-booth-confirmation-page .food-store-information,
  .page-template-booth-confirmation-page .handmade-store-information,
  .page-template-booth-confirmation-page .workshop-store-information,
  .page-template-booth-confirmation-page .company-store-information {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 2.5rem;
    padding: 0;
    padding-left: 0.9375rem;
  }
  .page-template-booth-form-session table,
  .page-template-booth-confirmation-page table {
    border: 0;
  }
  .page-template-booth-form-session table tr,
  .page-template-booth-confirmation-page table tr {
    display: grid;
    grid-template-columns: 1fr;
    border: 0 !important;
  }
  .page-template-booth-form-session table tr td,
  .page-template-booth-confirmation-page table tr td {
    width: 100% !important;
    padding: 0.625rem 0.9375rem 1.25rem;
    border: 1px solid #dedede !important;
    border-bottom: 0 !important;
    border-width: 1px !important;
    font-size: 0.8125rem;
  }
  .page-template-booth-form-session table tr td.app-first-col, .page-template-booth-form-session table tr td.app-first-col-last,
  .page-template-booth-confirmation-page table tr td.app-first-col,
  .page-template-booth-confirmation-page table tr td.app-first-col-last {
    gap: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 500 !important;
  }
  .page-template-booth-form-session table tr td.app-first-col br, .page-template-booth-form-session table tr td.app-first-col-last br,
  .page-template-booth-confirmation-page table tr td.app-first-col br,
  .page-template-booth-confirmation-page table tr td.app-first-col-last br {
    display: none;
  }
  .page-template-booth-form-session table tr td.app-first-col, .page-template-booth-form-session table tr td.app-first-col-last,
  .page-template-booth-confirmation-page table tr td.app-first-col,
  .page-template-booth-confirmation-page table tr td.app-first-col-last {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 2.5rem;
    font-weight: 500;
  }
  .page-template-booth-form-session table tr td input,
  .page-template-booth-confirmation-page table tr td input {
    margin: 0 !important;
    padding: 0.40625rem 0.625rem !important;
    border: 1px solid #dedede !important;
    background: #f7f7f7 !important;
  }
  .page-template-booth-form-session table tr td input.width-full-sp,
  .page-template-booth-confirmation-page table tr td input.width-full-sp {
    width: 100% !important;
  }
  .page-template-booth-form-session table tr td textarea,
  .page-template-booth-confirmation-page table tr td textarea {
    margin: 0 !important;
    border: 1px solid #dedede !important;
    background: #f7f7f7 !important;
  }
  .page-template-booth-form-session table tr td .input_address,
  .page-template-booth-confirmation-page table tr td .input_address {
    margin-top: 0.3125rem !important;
  }
  .page-template-booth-form-session table tr td .form_upload_file,
  .page-template-booth-confirmation-page table tr td .form_upload_file {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    gap: 0.1875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
  }
  .page-template-booth-form-session table tr td .app-social,
  .page-template-booth-confirmation-page table tr td .app-social {
    gap: 0.625rem;
    display: grid;
    grid-template-columns: 6.25rem 1fr;
    width: 100%;
  }
  .page-template-booth-form-session table tr td .app-social .w-input-social,
  .page-template-booth-confirmation-page table tr td .app-social .w-input-social {
    width: 100%;
  }
  .page-template-booth-form-session table tr td .app-social:not(:last-child),
  .page-template-booth-confirmation-page table tr td .app-social:not(:last-child) {
    margin-bottom: 0.1875rem;
  }
  .page-template-booth-form-session .app-second-col-last,
  .page-template-booth-confirmation-page .app-second-col-last {
    border-bottom: 1px solid #DEDEDE !important;
  }
  .page-template-booth-form-session .back-icon,
  .page-template-booth-confirmation-page .back-icon {
    margin-top: 0;
    margin-bottom: 0;
    padding: 2.5rem 3.4375rem;
  }
  .page-template-booth-form-session .back-icon > p,
  .page-template-booth-confirmation-page .back-icon > p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  .page-template-booth-form-session .img_statusribbon,
  .page-template-booth-confirmation-page .img_statusribbon {
    width: 13.75rem !important;
  }
  .page-template-booth-form-session .heading_top_groupInfo,
  .page-template-booth-confirmation-page .heading_top_groupInfo {
    gap: 1.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .page-template-booth-form-session .heading_wrap,
  .page-template-booth-confirmation-page .heading_wrap {
    margin-bottom: 2.1875rem;
    border-bottom: 0.1875rem dashed #fd8254;
  }
  .page-template-booth-form-session .vendor-confirmation-page .form table,
  .page-template-booth-confirmation-page .vendor-confirmation-page .form table {
    border: 0;
  }
  .page-template-booth-form-session .vendor-confirmation-page .form table .booth-star-required,
  .page-template-booth-confirmation-page .vendor-confirmation-page .form table .booth-star-required {
    margin-left: -0.625rem;
    font-size: 1.25rem !important;
  }
  .page-template-booth-form-session .vendor-confirmation-page .application-submit,
  .page-template-booth-confirmation-page .vendor-confirmation-page .application-submit {
    margin-top: 0.625rem;
    padding: 10px 100px !important;
    background: #40210f !important;
  }
}

.page-template-success-register .body {
  padding-right: 0;
  padding-bottom: 5rem;
  padding-left: 0;
}

@media (max-width: 600px) {
  .page-template-success-register .body .box_text {
    text-align: left;
  }
  .page-template-success-register .body .box_text p {
    font-size: 0.8125rem;
    text-align: left !important;
  }
}

/* ==========================================================================
   #HEADINGS
   ========================================================================== */
/* h1 {
  font-weight: 500 !important;
}

h2 {
  font-weight: 500 !important;
}

h3 {
  font-weight: 500 !important;
}

h4 {
  font-weight: 500 !important;
}

h5 {
  font-weight: 500 !important;
}

h6 {
  font-weight: 500 !important;
} */

/* ==========================================================================
   #Images
   ========================================================================== */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* ==========================================================================
   #Links
   ========================================================================== */
a {
  color: #40210f;
  text-decoration: none;
}

/* ==========================================================================
   #Animations
   ========================================================================== */
.ani--opa09 {
  -webkit-transition: 0.25s opacity;
  opacity: 1;
  transition: 0.25s opacity;
}

.ani--opa09:hover {
  opacity: 0.9;
}

.ani--opa075 {
  -webkit-transition: 0.25s opacity;
  opacity: 1;
  transition: 0.25s opacity;
}

.ani--opa075:hover {
  opacity: 0.75;
}

.ani--opa05 {
  -webkit-transition: 0.25s opacity;
  opacity: 1;
  transition: 0.25s opacity;
}

.ani--opa05:hover {
  opacity: 0.5;
}

.ani--zoom {
  overflow: hidden;
  background-color: #ffffff;
}

.ani--zoom img {
  -webkit-transition-duration: 0.3s;
  display: block;
  transition-duration: 0.3s;
}

.ani--zoom:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transition-duration: 0.3s;
  transform: scale(1.1);
  opacity: 0.9;
  transition-duration: 0.3s;
}

.ani--scrollOn {
  -webkit-animation: scrollOn 1s ease-in-out forwards;
  animation: scrollOn 1s ease-in-out forwards;
}

.ani--scrollOff {
  -webkit-animation: scrollOff 375ms ease-in-out forwards;
  animation: scrollOff 375ms ease-in-out forwards;
}

.ani--loader {
  position: relative;
}

.ani--loader::after {
  -webkit-animation: loader infinite linear 1s;
  z-index: 100;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  width: 2.5rem;
  height: 2.5rem;
  border: 3px solid #ffffff;
  border-top: 3px solid transparent;
  border-radius: 100%;
  animation: loader infinite linear 1s;
  content: '';
}

.ani--backdrop::before {
  -webkit-transition: 0.2s ease-in-out;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  content: '';
  opacity: 0;
  transition: 0.2s ease-in-out;
}

.ani--backdrop:hover::before {
  opacity: 0.5;
}

.ani--shine {
  display: block;
  position: relative;
  overflow: hidden;
}

.ani--shine::before {
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  transform: skewX(-25deg);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: '';
}

.ani--shine:hover::before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

@-webkit-keyframes scrollOn {
  0% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes scrollOn {
  0% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}

@-webkit-keyframes scrollOff {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
  }
}

@keyframes scrollOff {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
  }
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg) opacity 0.35;
    transform: rotate(180deg) opacity 0.35;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg) opacity 0.35;
    transform: rotate(180deg) opacity 0.35;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.movingX {
  -webkit-animation: movingX 8s linear infinite;
  animation: movingX 8s linear infinite;
}

@-webkit-keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.jump {
  -webkit-animation: jumpAni 7s linear infinite;
  animation: jumpAni 7s linear infinite;
}

@-webkit-keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.jump-reverse {
  -webkit-animation: jumpReverseAni 7s linear infinite;
  animation: jumpReverseAni 7s linear infinite;
}

@-webkit-keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.spin {
  -webkit-animation: spin 15s linear infinite;
  animation: spin 15s linear infinite;
}

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

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

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}

.scalein.as-animated {
  --animation-name: scalein;
}

.slidetopleft.as-animated {
  --animation-name: slidetopleft;
}

.slidebottomright.as-animated {
  --animation-name: slidebottomright;
}

.slideinleft.as-animated {
  --animation-name: slideinleft;
}

.slideinright.as-animated {
  --animation-name: slideinright;
}

.slideinup.as-animated {
  --animation-name: slideinup;
}

.slideindown.as-animated {
  --animation-name: slideindown;
}

.rollinleft.as-animated {
  --animation-name: rollinleft;
}

.rollinright.as-animated {
  --animation-name: rollinright;
}

.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
  -webkit-animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
  -webkit-animation-name: var(--animation-name);
  animation-name: var(--animation-name);
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.3s;
  animation-iteration-count: 1;
  opacity: 0;
}

.as-animated {
  opacity: 1;
}

@-webkit-keyframes slideinup {
  0% {
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideinup {
  0% {
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideinright {
  0% {
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideinright {
  0% {
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slideindown {
  0% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideindown {
  0% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideinleft {
  0% {
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideinleft {
  0% {
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slidebottomright {
  0% {
    -webkit-transform: translateX(100px) translateY(100px);
    transform: translateX(100px) translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

@keyframes slidebottomright {
  0% {
    -webkit-transform: translateX(100px) translateY(100px);
    transform: translateX(100px) translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

@-webkit-keyframes slidetopleft {
  0% {
    -webkit-transform: translateX(-100px) translateY(-100px);
    transform: translateX(-100px) translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

@keyframes slidetopleft {
  0% {
    -webkit-transform: translateX(-100px) translateY(-100px);
    transform: translateX(-100px) translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

@-webkit-keyframes scalein {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scalein {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes rollinleft {
  0% {
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}

@keyframes rollinleft {
  0% {
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}

@-webkit-keyframes rollinright {
  0% {
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}

@keyframes rollinright {
  0% {
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}

/* ==========================================================================
   #Wrapper
   ========================================================================== */
.container {
  width: 100%;
  margin: 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

@media (min-width: 601px) {
  .container {
    max-width: 81.25rem;
  }
}

@media (max-width: 600px) {
  .container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.container_wrap {
  width: 100%;
  margin: 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

@media (min-width: 601px) {
  .container_wrap {
    max-width: 66.375rem;
  }
}

@media (max-width: 600px) {
  .container_wrap {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 601px) {
  .c-layout--sidebar {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 65rem;
    margin: 0 auto;
  }
}

.u-hidden {
  overflow: hidden;
}

@font-face {
  src: url(../../fonts/icomoon.woff2) format("woff2"), url(../../fonts/icomoon.ttf) format("truetype"), url(../../fonts/icomoon.woff) format("woff"), url(../../fonts/icomoon.svg#icomoon) format("svg");
  font-family: icomoon;
  font-style: normal;
  font-weight: 400;
}

#_iframehack.wp-block {
  color: inherit;
}

[class*=" icon-"]:before,
[class^="icon-"]:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: icomoon !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}

.icon-clipboard-copy:before {
  content: "\e93b";
}

.icon-clipboard-copied:before {
  content: "\e93c";
}

.icon-swell:before {
  content: "\e936";
}

.icon-amazon:before {
  color: #f90;
  content: "\e91e";
}

.icon-tiktok:before {
  content: "\e93e";
}

.icon-room:before {
  content: "\e93d";
}

.icon-codepen:before {
  content: "\e900";
}

.icon-facebook:before {
  content: "\e901";
}

.icon-feedly:before {
  color: #2bb24c;
  content: "\e902";
}

.icon-github:before {
  content: "\e903";
}

.icon-googleplus:before {
  color: #dc4e41;
  content: "\e904";
}

.icon-hatebu:before {
  content: "\e905";
}

.icon-instagram:before {
  color: #e4405f;
  content: "\e906";
}

.icon-line:before {
  color: #00c300;
  content: "\e907";
}

.icon-medium:before {
  content: "\e908";
}

.icon-pinterest:before {
  color: #bd081c;
  content: "\e909";
}

.icon-pocket:before {
  color: #ef3f56;
  content: "\e90a";
}

.icon-rss:before {
  color: orange;
  content: "\e90b";
}

.icon-tumblr:before {
  color: #36465d;
  content: "\e90c";
}

.icon-twitter:before {
  color: #1da1f2;
  content: "\e90d";
}

.icon-wordpress:before {
  content: "\e90e";
}

.icon-youtube:before {
  color: red;
  content: "\e90f";
}

.icon-more_arrow:before {
  content: "\e930";
}

.icon-batsu:before,
.icon-cross:before {
  content: "\e91f";
}

.icon-triangle:before {
  content: "\e93f";
}

.icon-circle:before {
  content: "\ea56";
}

.icon-check:before,
.icon-checkmark:before {
  content: "\e923";
}

.icon-posted:before {
  content: "\e931";
}

.icon-modified:before {
  content: "\e92d";
}

.icon-search:before {
  content: "\e92e";
}

.icon-close-thin:before {
  content: "\e920";
}

.icon-menu-thin:before {
  content: "\e91b";
}

.icon-info:before {
  content: "\e91d";
}

.icon-alert:before {
  content: "\e916";
}

.icon-hatena:before {
  content: "\e917";
}

.icon-index:before {
  content: "\e918";
}

.icon-arrow_drop_down:before {
  content: "\e5c5";
}

.icon-arrow_drop_up:before {
  content: "\e5c7";
}

.icon-flag:before {
  content: "\e153";
}

.icon-border_color:before {
  content: "\e22b";
}

.icon-cart:before,
.icon-shopping_cart:before {
  content: "\e939";
}

.icon-person:before {
  content: "\e7fd";
}

.icon-settings:before {
  content: "\e8b8";
}

.icon-thumb_down:before {
  content: "\e8db";
}

.icon-thumb_up:before {
  content: "\e8dc";
}

.icon-chevron-small-down:before {
  content: "\e910";
}

.icon-chevron-small-left:before {
  content: "\e911";
}

.icon-chevron-small-right:before {
  content: "\e921";
}

.icon-chevron-small-up:before {
  content: "\e912";
}

.icon-book:before {
  content: "\e91a";
}

.icon-megaphone:before {
  content: "\e913";
}

.icon-minus:before {
  content: "\e919";
}

.icon-plus:before {
  content: "\e91c";
}

.icon-download:before {
  content: "\e914";
}

.icon-pen:before {
  content: "\e934";
}

.icon-contact:before,
.icon-envelope:before,
.icon-mail:before,
.icon-markunread:before {
  content: "\e92c";
}

.icon-light-bulb:before {
  content: "\e915";
}

.icon-lock-closed:before {
  content: "\e932";
}

.icon-lock-open:before {
  content: "\e933";
}

.icon-home:before {
  content: "\e922";
}

.icon-quill:before {
  content: "\e929";
}

.icon-books:before {
  content: "\e925";
}

.icon-file-empty:before {
  content: "\e924";
}

.icon-file-text2:before {
  content: "\e926";
}

.icon-file-picture:before {
  content: "\e927";
}

.icon-file-music:before {
  content: "\e928";
}

.icon-file-video:before {
  content: "\e92a";
}

.icon-file-zip:before {
  content: "\e92b";
}

.icon-folder:before {
  content: "\e92f";
}

.icon-price-tag:before {
  content: "\e935";
}

.icon-phone1:before,
.icon-phone:before {
  content: "\e942";
}

.icon-bubble:before {
  content: "\e96b";
}

.icon-bubbles:before {
  content: "\e970";
}

.icon-quotes-left:before {
  content: "\e977";
}

.icon-quotes-right:before {
  content: "\e978";
}

.icon-link:before {
  content: "\e9c5";
}

.icon-attachment:before {
  content: "\e9cd";
}

.icon-eye:before {
  content: "\e9ce";
}

.icon-bookmarks:before {
  content: "\e9d3";
}

.icon-star-empty:before {
  content: "\e9d7";
}

.icon-star-half:before {
  content: "\e9d8";
}

.icon-star-full:before {
  content: "\e9d9";
}

.icon-heart:before {
  content: "\e9da";
}

.icon-blocked:before {
  content: "\ea0e";
}

.icon-share:before {
  content: "\ea82";
}

.icon-film:before {
  content: "\e93a";
}

.icon-headphones:before {
  content: "\e938";
}

.icon-image:before {
  content: "\e937";
}

.c-article_post {
  color: #cacaca;
}

.c-article_post h1,
.c-article_post h2,
.c-article_post h3,
.c-article_post h4,
.c-article_post h5,
.c-article_post h6 {
  color: #fff;
}

article.post-content cite,
article.post-content dfn,
article.post-content em {
  font-style: italic;
}

article.post-content p {
  margin: 0 0 1.25rem !important;
  font-size: 1rem;
  line-height: 1.8;
}

article.post-content h1,
article.post-content h2,
article.post-content h3,
article.post-content h4,
article.post-content h5 {
  font-family: Roboto;
}

article.post-content h1 {
  font-size: calcRem 25px/16pxrem;
}

article.post-content h2 {
  margin-bottom: 0.625rem;
  font-size: 1.25rem;
  font-weight: 700;
}

article.post-content h3 {
  margin: 1calcRem 5px/16pxrem 0rem;
  font-size: 1.125rem;
}

article.post-content h4 {
  font-size: 1rem;
}

article.post-content h5 {
  font-size: 0.875rem;
}

article.post-content ol,
article.post-content ul {
  margin: 1rem 0;
  padding: 0 0 0 2.5rem;
}

article.post-content ul {
  list-style-type: square;
}

article.post-content ol {
  list-style: decimal outside;
}

article.post-content li > ul,
article.post-content li > ol {
  margin: 0;
}

article.post-content dl {
  margin: 0 1.25rem;
}

article.post-content dt {
  font-weight: bold;
}

article.post-content dd {
  margin: 0 0 1.25rem;
}

article.post-content strong {
  font-weight: bold;
}

article.post-content code,
article.post-content kbd,
article.post-content pre,
article.post-content samp {
  font-family: monospace, serif;
  font-size: 0.875rem;
}

article.post-content pre {
  word-wrap: break-word;
  margin: 1.25rem 0;
  padding: 1.25rem;
  overflow: auto;
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 0.875rem;
  white-space: pre;
  white-space: pre-wrap;
}

article.post-content blockquote,
article.post-content q {
  quotes: none;
}

article.post-content blockquote:before,
article.post-content blockquote:after,
article.post-content q:before,
article.post-content q:after {
  content: "";
  content: none;
}

article.post-content blockquote {
  margin: 1.5rem 2.5rem;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 300;
}

article.post-content blockquote blockquote {
  margin-right: 0;
}

article.post-content blockquote cite,
article.post-content blockquote small {
  font-size: 0.875rem;
  font-weight: normal;
  text-transform: uppercase;
}

article.post-content cite {
  border-bottom: 0;
}

article.post-content abbr[title] {
  border-bottom: 0.0625rem dotted;
}

article.post-content address {
  margin: 0 0 1.5rem;
  font-style: italic;
}

article.post-content del {
  color: #333;
}

article.post-content ins {
  border: none;
  background: #fff9c0;
  color: #333;
  text-decoration: none;
}

article.post-content sub,
article.post-content sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

article.post-content sup {
  top: -0.5em;
}

article.post-content sub {
  bottom: -0.25em;
}

article.post-content a {
  color: #ca3c08;
  text-decoration: none;
}

article.post-content a:visited {
  color: #ac0404;
}

article.post-content a:focus {
  outline: thin dotted;
}

article.post-content a:active,
article.post-content a:hover {
  outline: 0;
  color: #ea9629;
}

article.post-content a:hover {
  text-decoration: underline;
}

article.post-content .alignleft {
  margin: 0.3125rem 1.25rem 0.3125rem 0;
  float: left;
}

article.post-content .alignright {
  margin: 0.3125rem 0 0.3125rem 1.25rem;
  float: right;
}

article.post-content .aligncenter {
  display: block;
  margin: 0.3125rem auto;
}

article.post-content img.alignnone {
  display: block;
  margin: 0.3125rem auto;
}

article.post-content table {
  width: 100%;
  margin: 0 0 1.25rem;
  /* border:1px solid #ededed; */
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.875rem;
  line-height: 2;
}

article.post-content caption,
article.post-content th,
article.post-content td {
  border: 0.0625rem solid #ededed;
  font-weight: normal !important;
  text-align: left;
}

article.post-content caption {
  margin: 1.25rem 0;
  font-size: 1rem;
}

article.post-content th {
  border: 0.0625rem solid #ededed;
  font-weight: normal !important;
  text-transform: uppercase;
}

article.post-content td {
  padding: 0.375rem 0.625rem 0.375rem 0.625rem;
  border: 0.0625rem solid #949494;
}

article.post-content img {
  max-width: 100%;
  height: auto;
  border: 8;
  vertical-align: middle;
}

article.post-content img article.post-content img {
  border: 0.5rem solid #ededed;
}

article.post-content .wp-caption {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  text-align: left;
}

article.post-content .wp-caption.alignleft {
  margin: 0.3125rem 0.625rem 0.3125rem 0;
}

article.post-content .wp-caption.alignright {
  margin: 0.3125rem 0 0.3125rem 0.625rem;
}

article.post-content .wp-caption-dt {
  margin: 0;
}

article.post-content .wp-caption .wp-caption-text,
article.post-content .wp-caption-dd {
  margin-bottom: 24px;
  padding: 0;
  color: #220e10;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
}

article.post-content .mceTemp + ul,
article.post-content .mceTemp + ol {
  list-style-position: inside;
}

article.post-content {
  font-size: 1rem;
}

article.post-content div {
  margin: 0 0 0.3125rem;
  font-size: 1rem;
  line-height: 1.8;
}

article.post-content .wp-block-image figcaption {
  margin: 3px 0 0;
  color: #a0a0a0;
  font-size: 12px;
  text-align: center;
}

article.post-content .wp-caption .wp-caption-text {
  margin: 3px 0 0;
  color: #a0a0a0;
  font-size: 12px;
  text-align: center;
}

article.post-content .wp-caption {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}

article.post-content .wp-block-image {
  display: block;
  margin: 5px auto 1.25em auto;
  text-align: center;
}

article.post-content .aligncenter,
article.post-content div.aligncenter {
  display: block;
  margin: 5px auto 1.25em auto;
  text-align: center;
}

article.post-content .aligncenter {
  clear: both;
}

article.post-content ul {
  list-style: square;
}

article.post-content ol,
article.post-content ul {
  margin-bottom: 1.5em;
  list-style-position: inside;
}

@media (min-width: 601px) {
  article.post-content ol,
  article.post-content ul {
    padding-left: 2.14285714em;
  }
}

@media (max-width: 600px) {
  article.post-content ol,
  article.post-content ul {
    padding-left: 1rem;
  }
}

article.post-content li {
  margin-bottom: 0.5em;
  padding-left: 1.25rem;
  color: #fff;
  text-indent: -1.375rem;
}

article.post-content a {
  color: #ffcc32;
}

article.post-content hr {
  display: block;
  height: 1px;
  margin: 1.25em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #eee;
}

article.post-content hr.post-divider {
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
}

article.post-content audio,
article.post-content canvas,
article.post-content img,
article.post-content video {
  vertical-align: middle;
}

article.post-content img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
}

article.post-content figcaption {
  margin: 3px 0 1em;
  color: #a0a0a0;
  font-size: 11px;
}

article.post-content fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

article.post-content textarea {
  resize: vertical;
}

article.post-content button,
article.post-content input,
article.post-content label,
article.post-content optgroup,
article.post-content select,
article.post-content textarea {
  font: inherit;
}

article.post-content [class*="jeg_"] .fa {
  font-family: FontAwesome;
}

article.post-content span.required {
  color: #f70d28;
  font-family: monospace;
  font-size: 16px;
  font-weight: 400;
}

article.post-content h1,
article.post-content h2,
article.post-content h3,
article.post-content h4,
article.post-content h5,
article.post-content h6 {
  color: #fff;
  text-rendering: optimizeLegibility;
}

article.post-content h1 {
  margin: 0.67em 0 0.5em;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

@media (min-width: 601px) {
  article.post-content h1 {
    font-size: 2.25em;
  }
}

article.post-content h2 {
  margin: 0.83em 0 0.5em;
  line-height: 1.35;
}

@media (min-width: 601px) {
  article.post-content h2 {
    font-size: 1.953em;
  }
}

article.post-content h3 {
  margin: 1em 0 0.5em;
  line-height: 1.4;
}

@media (min-width: 601px) {
  article.post-content h3 {
    font-size: 1.563em;
  }
}

article.post-content h4 {
  margin: 1.33em 0 0.5em;
  line-height: 1.5;
}

@media (min-width: 601px) {
  article.post-content h4 {
    font-size: 1.25em;
  }
}

article.post-content h5 {
  margin: 1.25em 0 0.5em;
  line-height: 1.6;
}

@media (min-width: 601px) {
  article.post-content h5 {
    font-size: 1.1em;
  }
}

article.post-content h6 {
  margin: 1.6em 0 1em;
  font-size: 0.85em;
}

article.post-content b,
article.post-content strong {
  font-weight: 700;
}

article.post-content em,
article.post-content i {
  font-style: italic;
}

article.post-content blockquote {
  margin: 1em 40px;
}

article.post-content dfn {
  font-style: italic;
}

article.post-content hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

article.post-content mark {
  padding: 0 0.4em;
  background: #efca56;
  color: #fff;
}

article.post-content p,
article.post-content pre {
  margin: 0 0 1.75em;
  text-rendering: optimizeLegibility;
}

article.post-content code,
article.post-content kbd,
article.post-content pre,
article.post-content samp {
  padding: 0.2em 0.5em;
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 0.9em;
}

article.post-content pre {
  word-wrap: break-word;
  padding: 0.5em 1.5em 0.5em 1.5em;
  border: 1px solid #eee;
  background: #fafafa;
  color: #7b7b7b;
  white-space: pre-wrap;
}

article.post-content small {
  font-size: 80%;
}

article.post-content sub,
article.post-content sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

article.post-content sup {
  top: -0.5em;
}

article.post-content sub {
  bottom: -0.25em;
}

.entry-header {
  margin-bottom: 2.5rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #303030;
}

.entry-header h1 {
  margin-bottom: 0.625rem;
  font-weight: 700;
}

@media (max-width: 600px) {
  .entry-header h1 {
    font-size: 1.875rem;
  }
}

/* ==========================================================================
   #Box
   ========================================================================== */
footer {
  padding-top: 1em;
  padding-bottom: 1em;
}

@media (max-width: 600px) {
  footer {
    margin-bottom: 1.25rem;
    padding: 1.25rem 0.9375rem calc(var(--footer-fixed-height));
  }
  footer .copyright {
    font-size: 0.75rem;
  }
}

.footer-social {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.footer-social a {
  -webkit-transition: 0.4s;
  width: 2em;
  margin: 0 3px;
  padding: 2px;
  transition: 0.4s;
}

.footer-social a i {
  font-size: 14px;
}

.footer-social a i::before {
  color: #fff;
}

@media (max-width: 600px) {
  .footer-social {
    gap: 0.625rem;
  }
  .footer-social a {
    width: 1.25rem;
  }
}

@media (max-width: 600px) {
  .footer-links {
    margin: 0.3125rem 0;
    padding: 0 0.9375rem;
  }
  .footer-links .links {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    border: 0;
  }
  .footer-links .links span {
    padding: 0.125rem 0.4375rem;
    border-right: 1px solid #fff;
    font-size: 0.75rem !important;
    line-height: 1;
  }
  .footer-links .links span:first-child {
    border-left: 1px solid #fff;
  }
}

@media (max-width: 600px) {
  .footer_fixed {
    z-index: 99;
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  .footer_fixed .group_btn {
    display: grid;
    grid-template-columns: 1fr;
  }
  .footer_fixed .group_btn .btn_item a {
    gap: 0.75rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.125rem;
    font-size: 1rem;
  }
  .footer_fixed .group_btn .btn_item a .icon_book {
    width: 0.75rem;
    height: 0.875rem;
  }
  .footer_fixed .group_btn .btn_item a .icon_pencel {
    width: 1.0625rem;
    height: 1.0625rem;
  }
  .footer_fixed .group_btn .btn_item:first-child {
    background: #f4f4ef;
  }
  .footer_fixed .group_btn .btn_item:last-child a {
    background: #381800;
    color: #fff;
  }
}

/* ==========================================================================
   #Form
   ========================================================================== */
/* ==========================================================================
   #Gallery
   ========================================================================== */
.wrapBG_layout_box {
  -webkit-transition: all 0.3s ease-in-out;
  display: block;
  visibility: hidden;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.wrapBG_layout_box.open {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 601px) {
  .c-header_main .header, .c-header_fixed .header {
    gap: 1.25rem;
    padding: 0.375rem 3.125rem !important;
  }
  .c-header_main .second_button, .c-header_fixed .second_button {
    height: auto !important;
    padding: 0.9375rem 1.875rem !important;
  }
  .c-header_main .second_button a, .c-header_fixed .second_button a {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.875rem !important;
    font-size: 1.375rem !important;
  }
  .c-header_main .second_button a::after, .c-header_fixed .second_button a::after {
    right: 0 !important;
  }
  .c-header_main .navbar-links li a, .c-header_fixed .navbar-links li a {
    padding: 0.625rem !important;
    font-size: 1rem !important;
  }
}

.c-header_fixed {
  -webkit-transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  visibility: hidden;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.c-header_fixed .header {
  border: 0;
  background: rgba(236, 116, 71, 0.9);
}

.c-header_fixed::before {
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.9;
}

.c-header_fixed.sticky {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}

.c-header_panel_sp {
  -webkit-transition: all 0.3s ease-in-out;
  visibility: hidden;
  z-index: 9999;
  position: fixed;
  top: 0;
  right: -100%;
  width: 19.375rem;
  height: 100vh;
  padding: 3.125rem 1.25rem 1.875rem;
  overflow-x: hidden;
  overflow-y: auto;
  background: #f4f4ef;
  transition: all 0.3s ease-in-out;
}

.c-header_panel_sp.open {
  visibility: visible;
  right: 0;
}

.c-header_panel_sp .p-panel_close {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
}

.c-header_panel_sp .title_menu {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 2.4375rem;
  /* margin-bottom: 0.5rem; */
  padding-left: 10px;
  background: #e26f05;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
  text-transform: uppercase;
}

.c-header_panel_sp .listNav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
}

.c-header_panel_sp .listNav a {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  gap: 0.5625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  padding: 0.625rem 0;
  padding-left: 1.25rem;
  border-bottom: 1px #e2e2e2 solid;
  font-size: 0.84375rem;
  font-weight: 500;
}

.c-header_panel_sp .listNav a::before {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0.375rem;
  width: 0.375rem;
  height: 0.875rem;
  transform: translateY(-50%);
  background: url("../../assets/images/icons/icon_arrows_right_black.svg") no-repeat center;
  background-size: contain;
  content: "";
}

.c-header_panel_sp .listNav li:first-child a {
  border-top: 1px #e2e2e2 solid;
}

.c-header_panel_sp .c-social {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  gap: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.625rem;
}

.c-header_panel_sp .c-social .isWhite::before {
  color: #381800;
}

.c-header_panel_sp .c-social a {
  margin: 0;
  padding: 0;
}

.c-header_panel_sp .c-social a i {
  padding: 0;
  font-size: 1rem;
}

.header {
  position: relative;
}

@media (max-width: 600px) {
  .header {
    height: 3.125rem;
    padding: 0 0.9375rem;
    border: 0;
  }
}

@media (max-width: 600px) {
  .header .navbar-links,
  .header .c-social {
    display: none;
  }
}

.header .navbar-links a i,
.header .c-social a i {
  font-size: 1.125rem !important;
}

@media (min-width: 601px) {
  .header .logo img {
    width: 6.75rem !important;
  }
}

@media (max-width: 600px) {
  .header .logo img {
    max-width: 3.4375rem;
  }
}

@media (max-width: 600px) {
  .header .toggle-button {
    display: none;
  }
}

.header .nav-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  position: relative;
  top: inherit;
  right: inherit;
  width: 20px;
  height: 12px;
  background: none;
  background-size: inherit;
  user-select: none;
}

@media (max-width: 600px) {
  .header .nav-toggle {
    position: absolute !important;
    right: 0.9375rem !important;
  }
}

.header .nav-toggle span {
  -webkit-transition: all ease-in-out 0.2s;
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 10px;
  background: #fff;
  transition: all ease-in-out 0.2s;
}

.header .nav-toggle span:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: 0;
}

.header .nav-toggle span:nth-of-type(2) {
  visibility: visible;
  position: absolute;
  top: 5px;
  left: 0;
  opacity: 1;
}

.header .nav-toggle span:nth-of-type(3) {
  position: absolute;
  top: 10px;
  left: 0;
}

.header .nav-toggle.off {
  background: none;
  background-size: inherit;
}

.header .nav-toggle.off span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 10px;
  background: #fff;
}

.header .nav-toggle.off span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: 0;
  transform: rotate(45deg);
}

.header .nav-toggle.off span:nth-of-type(2) {
  visibility: hidden;
  position: absolute;
  top: 5px;
  left: 100%;
  opacity: 0;
}

.header .nav-toggle.off span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  position: absolute;
  top: 5px;
  left: 0;
  transform: rotate(-45deg);
}

/* ==========================================================================
   #Link
   ========================================================================== */
/* ==========================================================================
   #Navbar
   ========================================================================== */
/* ==========================================================================
   #Navigation
   ========================================================================== */
/* ==========================================================================
   #Post
   ========================================================================== */
/* ==========================================================================
   #Section
   ========================================================================== */
/* ==========================================================================
   #Table
   ========================================================================== */
.c-table {
  display: block;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 0.625rem;
}

.c-table tbody, .c-table thead {
  display: block;
  width: 100%;
}

.c-table tbody tr {
  width: 100%;
  vertical-align: middle;
}

@media (min-width: 601px) {
  .c-table tbody tr {
    display: table;
  }
}

@media (max-width: 600px) {
  .c-table tbody tr {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
}

.c-table__list tr:not(:last-child) {
  border-bottom: 1px solid #d2d2d2;
}

.c-table__list th, .c-table__list td {
  color: #444444;
  font-family: "Kiwi Maru", serif;
  font-size: 1rem;
  font-weight: 500;
}

@media (max-width: 600px) {
  .c-table__list th, .c-table__list td {
    padding: 0.4375rem 1rem;
  }
}

@media (min-width: 601px) {
  .c-table__list th {
    width: 12.5rem;
  }
}

@media (max-width: 600px) {
  .c-table__list th {
    width: 100%;
    text-align: left;
  }
}

.c-table__list td {
  padding: 0.625rem 1.25rem;
  background: #ffffff;
}

.c-table__list tr:first-child th {
  border-top-left-radius: 0.625rem;
}

.c-table__list tr:first-child td {
  border-top-right-radius: 0.625rem;
}

.c-table__list tr:last-child th {
  border-bottom-left-radius: 0.625rem;
}

@media (max-width: 600px) {
  .c-table__list tr:last-child th {
    border-bottom-left-radius: 0rem;
  }
}

.c-table__list tr:last-child td {
  border-bottom-right-radius: 0.625rem;
}

/* ==========================================================================
   #Thumbnail
   ========================================================================== */
.c-thumb {
  position: relative;
  height: 0;
  overflow: hidden;
  border-radius: 0.625rem;
}

.c-thumb img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.c-thumb--4x3 {
  padding-bottom: 75%;
}

.c-thumb--1x1 {
  padding-bottom: 100%;
}

.c-thumbnail {
  position: relative;
  height: 0;
  overflow: hidden;
  border-radius: 0.625rem;
}

.c-thumbnail img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}

.c-thumbnail--4x3 {
  padding-bottom: 75%;
}

.c-thumbnail--1x1 {
  padding-bottom: 100%;
}

/* ==========================================================================
   #Widget
   ========================================================================== */
/* ==========================================================================
   #Background
   ========================================================================== */
.u-background--white {
  background-color: #ffffff;
}

.u-background--black {
  background-color: #000000;
}

.u-background--green {
  background-color: #99cc66;
}

.u-background--red {
  background-color: red;
}

.u-background--gray {
  background-color: #444444;
}

.u-background--yellow {
  background-color: #030303;
}

.u-background--orange {
  background-color: #fd8254;
}

.u-background--blue {
  background-color: #7ecef4;
}

.u-background--pink {
  background-color: #f19ec2;
}

.u-background__image {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ==========================================================================
   #Border
   ========================================================================== */
.u-border--white {
  border-color: #ffffff !important;
}

.u-border--black {
  border-color: #000000 !important;
}

.u-border--green {
  border-color: #99cc66 !important;
}

.u-border--red {
  border-color: red !important;
}

.u-border--gray {
  border-color: #444444 !important;
}

.u-border--yellow {
  border-color: #030303 !important;
}

.u-border--orange {
  border-color: #fd8254 !important;
}

.u-border--blue {
  border-color: #7ecef4 !important;
}

.u-border--pink {
  border-color: #f19ec2 !important;
}

/* ==========================================================================
   #Display
   ========================================================================== */
.d--block {
  display: block !important;
}

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

.d--fixed {
  display: fixed !important;
}

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

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

@media (max-width: 600px) {
  .d-sp--block {
    display: block !important;
  }
  .d-sp--flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sp--fixed {
    display: fixed !important;
  }
  .d-sp--none {
    display: none !important;
  }
  .d-sp--inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 601px) {
  .d-pc--block {
    display: block !important;
  }
  .d-pc--flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-pc--fixed {
    display: fixed !important;
  }
  .d-pc--none {
    display: none !important;
  }
  .d-pc--inline-block {
    display: inline-block !important;
  }
}

.d--center {
  display: block;
  margin: 0 auto;
}

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

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

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

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

.flex--wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex--no-wrap {
  -webkit-flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
}

.align__items--center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.align__items--flex-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align__items--flex-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align__content--center {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.align__content--flex-start {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.align__content--flex-end {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.align__content--space-between {
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.align__content--space-around {
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.justify__items--center {
  justify-items: center;
}

.justify__items--flex-start {
  justify-items: flex-start;
}

.justify__items--flex-end {
  justify-items: flex-end;
}

.justify__content--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify__content--flex-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify__content--flex-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify__content--space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify__content--space-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media (max-width: 600px) {
  .only__pc {
    display: none !important;
  }
}

@media (min-width: 601px) {
  .only__sp {
    display: none !important;
  }
}

/* ==========================================================================
   #Spacing
   ========================================================================== */
/* padding left */
.pl--0 {
  padding-left: 0rem !important;
}

.pl--5 {
  padding-left: 0.3125rem !important;
}

.pl--10 {
  padding-left: 0.625rem !important;
}

.pl--15 {
  padding-left: 0.9375rem !important;
}

.pl--20 {
  padding-left: 1.25rem !important;
}

.pl--25 {
  padding-left: 1.5625rem !important;
}

.pl--30 {
  padding-left: 1.875rem !important;
}

.pl--35 {
  padding-left: 2.1875rem !important;
}

.pl--40 {
  padding-left: 2.5rem !important;
}

.pl--45 {
  padding-left: 2.8125rem !important;
}

.pl--50 {
  padding-left: 3.125rem !important;
}

.pl--55 {
  padding-left: 3.4375rem !important;
}

.pl--60 {
  padding-left: 3.75rem !important;
}

.pl--65 {
  padding-left: 4.0625rem !important;
}

.pl--70 {
  padding-left: 4.375rem !important;
}

.pl--75 {
  padding-left: 4.6875rem !important;
}

.pl--80 {
  padding-left: 5rem !important;
}

.pl--85 {
  padding-left: 5.3125rem !important;
}

.pl--90 {
  padding-left: 5.625rem !important;
}

.pl--95 {
  padding-left: 5.9375rem !important;
}

.pl--100 {
  padding-left: 6.25rem !important;
}

.pl--105 {
  padding-left: 6.5625rem !important;
}

.pl--110 {
  padding-left: 6.875rem !important;
}

.pl--115 {
  padding-left: 7.1875rem !important;
}

.pl--120 {
  padding-left: 7.5rem !important;
}

.pl--125 {
  padding-left: 7.8125rem !important;
}

.pl--130 {
  padding-left: 8.125rem !important;
}

.pl--135 {
  padding-left: 8.4375rem !important;
}

.pl--140 {
  padding-left: 8.75rem !important;
}

.pl--145 {
  padding-left: 9.0625rem !important;
}

.pl--150 {
  padding-left: 9.375rem !important;
}

.pl--155 {
  padding-left: 9.6875rem !important;
}

.pl--160 {
  padding-left: 10rem !important;
}

.pl--165 {
  padding-left: 10.3125rem !important;
}

.pl--170 {
  padding-left: 10.625rem !important;
}

.pl--175 {
  padding-left: 10.9375rem !important;
}

.pl--180 {
  padding-left: 11.25rem !important;
}

.pl--185 {
  padding-left: 11.5625rem !important;
}

.pl--190 {
  padding-left: 11.875rem !important;
}

.pl--195 {
  padding-left: 12.1875rem !important;
}

.pl--200 {
  padding-left: 12.5rem !important;
}

.pl--205 {
  padding-left: 12.8125rem !important;
}

.pl--210 {
  padding-left: 13.125rem !important;
}

.pl--215 {
  padding-left: 13.4375rem !important;
}

.pl--220 {
  padding-left: 13.75rem !important;
}

.pl--225 {
  padding-left: 14.0625rem !important;
}

.pl--230 {
  padding-left: 14.375rem !important;
}

.pl--235 {
  padding-left: 14.6875rem !important;
}

.pl--240 {
  padding-left: 15rem !important;
}

.pl--245 {
  padding-left: 15.3125rem !important;
}

.pl--250 {
  padding-left: 15.625rem !important;
}

/* padding right */
.pr--0 {
  padding-right: 0rem !important;
}

.pr--5 {
  padding-right: 0.3125rem !important;
}

.pr--10 {
  padding-right: 0.625rem !important;
}

.pr--15 {
  padding-right: 0.9375rem !important;
}

.pr--20 {
  padding-right: 1.25rem !important;
}

.pr--25 {
  padding-right: 1.5625rem !important;
}

.pr--30 {
  padding-right: 1.875rem !important;
}

.pr--35 {
  padding-right: 2.1875rem !important;
}

.pr--40 {
  padding-right: 2.5rem !important;
}

.pr--45 {
  padding-right: 2.8125rem !important;
}

.pr--50 {
  padding-right: 3.125rem !important;
}

.pr--55 {
  padding-right: 3.4375rem !important;
}

.pr--60 {
  padding-right: 3.75rem !important;
}

.pr--65 {
  padding-right: 4.0625rem !important;
}

.pr--70 {
  padding-right: 4.375rem !important;
}

.pr--75 {
  padding-right: 4.6875rem !important;
}

.pr--80 {
  padding-right: 5rem !important;
}

.pr--85 {
  padding-right: 5.3125rem !important;
}

.pr--90 {
  padding-right: 5.625rem !important;
}

.pr--95 {
  padding-right: 5.9375rem !important;
}

.pr--100 {
  padding-right: 6.25rem !important;
}

.pr--105 {
  padding-right: 6.5625rem !important;
}

.pr--110 {
  padding-right: 6.875rem !important;
}

.pr--115 {
  padding-right: 7.1875rem !important;
}

.pr--120 {
  padding-right: 7.5rem !important;
}

.pr--125 {
  padding-right: 7.8125rem !important;
}

.pr--130 {
  padding-right: 8.125rem !important;
}

.pr--135 {
  padding-right: 8.4375rem !important;
}

.pr--140 {
  padding-right: 8.75rem !important;
}

.pr--145 {
  padding-right: 9.0625rem !important;
}

.pr--150 {
  padding-right: 9.375rem !important;
}

.pr--155 {
  padding-right: 9.6875rem !important;
}

.pr--160 {
  padding-right: 10rem !important;
}

.pr--165 {
  padding-right: 10.3125rem !important;
}

.pr--170 {
  padding-right: 10.625rem !important;
}

.pr--175 {
  padding-right: 10.9375rem !important;
}

.pr--180 {
  padding-right: 11.25rem !important;
}

.pr--185 {
  padding-right: 11.5625rem !important;
}

.pr--190 {
  padding-right: 11.875rem !important;
}

.pr--195 {
  padding-right: 12.1875rem !important;
}

.pr--200 {
  padding-right: 12.5rem !important;
}

.pr--205 {
  padding-right: 12.8125rem !important;
}

.pr--210 {
  padding-right: 13.125rem !important;
}

.pr--215 {
  padding-right: 13.4375rem !important;
}

.pr--220 {
  padding-right: 13.75rem !important;
}

.pr--225 {
  padding-right: 14.0625rem !important;
}

.pr--230 {
  padding-right: 14.375rem !important;
}

.pr--235 {
  padding-right: 14.6875rem !important;
}

.pr--240 {
  padding-right: 15rem !important;
}

.pr--245 {
  padding-right: 15.3125rem !important;
}

.pr--250 {
  padding-right: 15.625rem !important;
}

/* padding top */
.pt--0 {
  padding-top: 0rem !important;
}

.pt--5 {
  padding-top: 0.3125rem !important;
}

.pt--10 {
  padding-top: 0.625rem !important;
}

.pt--15 {
  padding-top: 0.9375rem !important;
}

.pt--20 {
  padding-top: 1.25rem !important;
}

.pt--25 {
  padding-top: 1.5625rem !important;
}

.pt--30 {
  padding-top: 1.875rem !important;
}

.pt--35 {
  padding-top: 2.1875rem !important;
}

.pt--40 {
  padding-top: 2.5rem !important;
}

.pt--45 {
  padding-top: 2.8125rem !important;
}

.pt--50 {
  padding-top: 3.125rem !important;
}

.pt--55 {
  padding-top: 3.4375rem !important;
}

.pt--60 {
  padding-top: 3.75rem !important;
}

.pt--65 {
  padding-top: 4.0625rem !important;
}

.pt--70 {
  padding-top: 4.375rem !important;
}

.pt--75 {
  padding-top: 4.6875rem !important;
}

.pt--80 {
  padding-top: 5rem !important;
}

.pt--85 {
  padding-top: 5.3125rem !important;
}

.pt--90 {
  padding-top: 5.625rem !important;
}

.pt--95 {
  padding-top: 5.9375rem !important;
}

.pt--100 {
  padding-top: 6.25rem !important;
}

.pt--105 {
  padding-top: 6.5625rem !important;
}

.pt--110 {
  padding-top: 6.875rem !important;
}

.pt--115 {
  padding-top: 7.1875rem !important;
}

.pt--120 {
  padding-top: 7.5rem !important;
}

.pt--125 {
  padding-top: 7.8125rem !important;
}

.pt--130 {
  padding-top: 8.125rem !important;
}

.pt--135 {
  padding-top: 8.4375rem !important;
}

.pt--140 {
  padding-top: 8.75rem !important;
}

.pt--145 {
  padding-top: 9.0625rem !important;
}

.pt--150 {
  padding-top: 9.375rem !important;
}

.pt--155 {
  padding-top: 9.6875rem !important;
}

.pt--160 {
  padding-top: 10rem !important;
}

.pt--165 {
  padding-top: 10.3125rem !important;
}

.pt--170 {
  padding-top: 10.625rem !important;
}

.pt--175 {
  padding-top: 10.9375rem !important;
}

.pt--180 {
  padding-top: 11.25rem !important;
}

.pt--185 {
  padding-top: 11.5625rem !important;
}

.pt--190 {
  padding-top: 11.875rem !important;
}

.pt--195 {
  padding-top: 12.1875rem !important;
}

.pt--200 {
  padding-top: 12.5rem !important;
}

.pt--205 {
  padding-top: 12.8125rem !important;
}

.pt--210 {
  padding-top: 13.125rem !important;
}

.pt--215 {
  padding-top: 13.4375rem !important;
}

.pt--220 {
  padding-top: 13.75rem !important;
}

.pt--225 {
  padding-top: 14.0625rem !important;
}

.pt--230 {
  padding-top: 14.375rem !important;
}

.pt--235 {
  padding-top: 14.6875rem !important;
}

.pt--240 {
  padding-top: 15rem !important;
}

.pt--245 {
  padding-top: 15.3125rem !important;
}

.pt--250 {
  padding-top: 15.625rem !important;
}

/* padding bottom */
.pb--0 {
  padding-bottom: 0rem !important;
}

.pb--5 {
  padding-bottom: 0.3125rem !important;
}

.pb--10 {
  padding-bottom: 0.625rem !important;
}

.pb--15 {
  padding-bottom: 0.9375rem !important;
}

.pb--20 {
  padding-bottom: 1.25rem !important;
}

.pb--25 {
  padding-bottom: 1.5625rem !important;
}

.pb--30 {
  padding-bottom: 1.875rem !important;
}

.pb--35 {
  padding-bottom: 2.1875rem !important;
}

.pb--40 {
  padding-bottom: 2.5rem !important;
}

.pb--45 {
  padding-bottom: 2.8125rem !important;
}

.pb--50 {
  padding-bottom: 3.125rem !important;
}

.pb--55 {
  padding-bottom: 3.4375rem !important;
}

.pb--60 {
  padding-bottom: 3.75rem !important;
}

.pb--65 {
  padding-bottom: 4.0625rem !important;
}

.pb--70 {
  padding-bottom: 4.375rem !important;
}

.pb--75 {
  padding-bottom: 4.6875rem !important;
}

.pb--80 {
  padding-bottom: 5rem !important;
}

.pb--85 {
  padding-bottom: 5.3125rem !important;
}

.pb--90 {
  padding-bottom: 5.625rem !important;
}

.pb--95 {
  padding-bottom: 5.9375rem !important;
}

.pb--100 {
  padding-bottom: 6.25rem !important;
}

.pb--105 {
  padding-bottom: 6.5625rem !important;
}

.pb--110 {
  padding-bottom: 6.875rem !important;
}

.pb--115 {
  padding-bottom: 7.1875rem !important;
}

.pb--120 {
  padding-bottom: 7.5rem !important;
}

.pb--125 {
  padding-bottom: 7.8125rem !important;
}

.pb--130 {
  padding-bottom: 8.125rem !important;
}

.pb--135 {
  padding-bottom: 8.4375rem !important;
}

.pb--140 {
  padding-bottom: 8.75rem !important;
}

.pb--145 {
  padding-bottom: 9.0625rem !important;
}

.pb--150 {
  padding-bottom: 9.375rem !important;
}

.pb--155 {
  padding-bottom: 9.6875rem !important;
}

.pb--160 {
  padding-bottom: 10rem !important;
}

.pb--165 {
  padding-bottom: 10.3125rem !important;
}

.pb--170 {
  padding-bottom: 10.625rem !important;
}

.pb--175 {
  padding-bottom: 10.9375rem !important;
}

.pb--180 {
  padding-bottom: 11.25rem !important;
}

.pb--185 {
  padding-bottom: 11.5625rem !important;
}

.pb--190 {
  padding-bottom: 11.875rem !important;
}

.pb--195 {
  padding-bottom: 12.1875rem !important;
}

.pb--200 {
  padding-bottom: 12.5rem !important;
}

.pb--205 {
  padding-bottom: 12.8125rem !important;
}

.pb--210 {
  padding-bottom: 13.125rem !important;
}

.pb--215 {
  padding-bottom: 13.4375rem !important;
}

.pb--220 {
  padding-bottom: 13.75rem !important;
}

.pb--225 {
  padding-bottom: 14.0625rem !important;
}

.pb--230 {
  padding-bottom: 14.375rem !important;
}

.pb--235 {
  padding-bottom: 14.6875rem !important;
}

.pb--240 {
  padding-bottom: 15rem !important;
}

.pb--245 {
  padding-bottom: 15.3125rem !important;
}

.pb--250 {
  padding-bottom: 15.625rem !important;
}

/* padding x */
.px--0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.px--5 {
  padding-right: 0.3125rem !important;
  padding-left: 0.3125rem !important;
}

.px--10 {
  padding-right: 0.625rem !important;
  padding-left: 0.625rem !important;
}

.px--15 {
  padding-right: 0.9375rem !important;
  padding-left: 0.9375rem !important;
}

.px--20 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

.px--25 {
  padding-right: 1.5625rem !important;
  padding-left: 1.5625rem !important;
}

.px--30 {
  padding-right: 1.875rem !important;
  padding-left: 1.875rem !important;
}

.px--35 {
  padding-right: 2.1875rem !important;
  padding-left: 2.1875rem !important;
}

.px--40 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px--45 {
  padding-right: 2.8125rem !important;
  padding-left: 2.8125rem !important;
}

.px--50 {
  padding-right: 3.125rem !important;
  padding-left: 3.125rem !important;
}

.px--55 {
  padding-right: 3.4375rem !important;
  padding-left: 3.4375rem !important;
}

.px--60 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important;
}

.px--65 {
  padding-right: 4.0625rem !important;
  padding-left: 4.0625rem !important;
}

.px--70 {
  padding-right: 4.375rem !important;
  padding-left: 4.375rem !important;
}

.px--75 {
  padding-right: 4.6875rem !important;
  padding-left: 4.6875rem !important;
}

.px--80 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px--85 {
  padding-right: 5.3125rem !important;
  padding-left: 5.3125rem !important;
}

.px--90 {
  padding-right: 5.625rem !important;
  padding-left: 5.625rem !important;
}

.px--95 {
  padding-right: 5.9375rem !important;
  padding-left: 5.9375rem !important;
}

.px--100 {
  padding-right: 6.25rem !important;
  padding-left: 6.25rem !important;
}

.px--105 {
  padding-right: 6.5625rem !important;
  padding-left: 6.5625rem !important;
}

.px--110 {
  padding-right: 6.875rem !important;
  padding-left: 6.875rem !important;
}

.px--115 {
  padding-right: 7.1875rem !important;
  padding-left: 7.1875rem !important;
}

.px--120 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}

.px--125 {
  padding-right: 7.8125rem !important;
  padding-left: 7.8125rem !important;
}

.px--130 {
  padding-right: 8.125rem !important;
  padding-left: 8.125rem !important;
}

.px--135 {
  padding-right: 8.4375rem !important;
  padding-left: 8.4375rem !important;
}

.px--140 {
  padding-right: 8.75rem !important;
  padding-left: 8.75rem !important;
}

.px--145 {
  padding-right: 9.0625rem !important;
  padding-left: 9.0625rem !important;
}

.px--150 {
  padding-right: 9.375rem !important;
  padding-left: 9.375rem !important;
}

.px--155 {
  padding-right: 9.6875rem !important;
  padding-left: 9.6875rem !important;
}

.px--160 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

.px--165 {
  padding-right: 10.3125rem !important;
  padding-left: 10.3125rem !important;
}

.px--170 {
  padding-right: 10.625rem !important;
  padding-left: 10.625rem !important;
}

.px--175 {
  padding-right: 10.9375rem !important;
  padding-left: 10.9375rem !important;
}

.px--180 {
  padding-right: 11.25rem !important;
  padding-left: 11.25rem !important;
}

.px--185 {
  padding-right: 11.5625rem !important;
  padding-left: 11.5625rem !important;
}

.px--190 {
  padding-right: 11.875rem !important;
  padding-left: 11.875rem !important;
}

.px--195 {
  padding-right: 12.1875rem !important;
  padding-left: 12.1875rem !important;
}

.px--200 {
  padding-right: 12.5rem !important;
  padding-left: 12.5rem !important;
}

.px--205 {
  padding-right: 12.8125rem !important;
  padding-left: 12.8125rem !important;
}

.px--210 {
  padding-right: 13.125rem !important;
  padding-left: 13.125rem !important;
}

.px--215 {
  padding-right: 13.4375rem !important;
  padding-left: 13.4375rem !important;
}

.px--220 {
  padding-right: 13.75rem !important;
  padding-left: 13.75rem !important;
}

.px--225 {
  padding-right: 14.0625rem !important;
  padding-left: 14.0625rem !important;
}

.px--230 {
  padding-right: 14.375rem !important;
  padding-left: 14.375rem !important;
}

.px--235 {
  padding-right: 14.6875rem !important;
  padding-left: 14.6875rem !important;
}

.px--240 {
  padding-right: 15rem !important;
  padding-left: 15rem !important;
}

.px--245 {
  padding-right: 15.3125rem !important;
  padding-left: 15.3125rem !important;
}

.px--250 {
  padding-right: 15.625rem !important;
  padding-left: 15.625rem !important;
}

/* padding y */
.py--0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.py--5 {
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important;
}

.py--10 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.py--15 {
  padding-top: 0.9375rem !important;
  padding-bottom: 0.9375rem !important;
}

.py--20 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py--25 {
  padding-top: 1.5625rem !important;
  padding-bottom: 1.5625rem !important;
}

.py--30 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}

.py--35 {
  padding-top: 2.1875rem !important;
  padding-bottom: 2.1875rem !important;
}

.py--40 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py--45 {
  padding-top: 2.8125rem !important;
  padding-bottom: 2.8125rem !important;
}

.py--50 {
  padding-top: 3.125rem !important;
  padding-bottom: 3.125rem !important;
}

.py--55 {
  padding-top: 3.4375rem !important;
  padding-bottom: 3.4375rem !important;
}

.py--60 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

.py--65 {
  padding-top: 4.0625rem !important;
  padding-bottom: 4.0625rem !important;
}

.py--70 {
  padding-top: 4.375rem !important;
  padding-bottom: 4.375rem !important;
}

.py--75 {
  padding-top: 4.6875rem !important;
  padding-bottom: 4.6875rem !important;
}

.py--80 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py--85 {
  padding-top: 5.3125rem !important;
  padding-bottom: 5.3125rem !important;
}

.py--90 {
  padding-top: 5.625rem !important;
  padding-bottom: 5.625rem !important;
}

.py--95 {
  padding-top: 5.9375rem !important;
  padding-bottom: 5.9375rem !important;
}

.py--100 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}

.py--105 {
  padding-top: 6.5625rem !important;
  padding-bottom: 6.5625rem !important;
}

.py--110 {
  padding-top: 6.875rem !important;
  padding-bottom: 6.875rem !important;
}

.py--115 {
  padding-top: 7.1875rem !important;
  padding-bottom: 7.1875rem !important;
}

.py--120 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.py--125 {
  padding-top: 7.8125rem !important;
  padding-bottom: 7.8125rem !important;
}

.py--130 {
  padding-top: 8.125rem !important;
  padding-bottom: 8.125rem !important;
}

.py--135 {
  padding-top: 8.4375rem !important;
  padding-bottom: 8.4375rem !important;
}

.py--140 {
  padding-top: 8.75rem !important;
  padding-bottom: 8.75rem !important;
}

.py--145 {
  padding-top: 9.0625rem !important;
  padding-bottom: 9.0625rem !important;
}

.py--150 {
  padding-top: 9.375rem !important;
  padding-bottom: 9.375rem !important;
}

.py--155 {
  padding-top: 9.6875rem !important;
  padding-bottom: 9.6875rem !important;
}

.py--160 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.py--165 {
  padding-top: 10.3125rem !important;
  padding-bottom: 10.3125rem !important;
}

.py--170 {
  padding-top: 10.625rem !important;
  padding-bottom: 10.625rem !important;
}

.py--175 {
  padding-top: 10.9375rem !important;
  padding-bottom: 10.9375rem !important;
}

.py--180 {
  padding-top: 11.25rem !important;
  padding-bottom: 11.25rem !important;
}

.py--185 {
  padding-top: 11.5625rem !important;
  padding-bottom: 11.5625rem !important;
}

.py--190 {
  padding-top: 11.875rem !important;
  padding-bottom: 11.875rem !important;
}

.py--195 {
  padding-top: 12.1875rem !important;
  padding-bottom: 12.1875rem !important;
}

.py--200 {
  padding-top: 12.5rem !important;
  padding-bottom: 12.5rem !important;
}

.py--205 {
  padding-top: 12.8125rem !important;
  padding-bottom: 12.8125rem !important;
}

.py--210 {
  padding-top: 13.125rem !important;
  padding-bottom: 13.125rem !important;
}

.py--215 {
  padding-top: 13.4375rem !important;
  padding-bottom: 13.4375rem !important;
}

.py--220 {
  padding-top: 13.75rem !important;
  padding-bottom: 13.75rem !important;
}

.py--225 {
  padding-top: 14.0625rem !important;
  padding-bottom: 14.0625rem !important;
}

.py--230 {
  padding-top: 14.375rem !important;
  padding-bottom: 14.375rem !important;
}

.py--235 {
  padding-top: 14.6875rem !important;
  padding-bottom: 14.6875rem !important;
}

.py--240 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

.py--245 {
  padding-top: 15.3125rem !important;
  padding-bottom: 15.3125rem !important;
}

.py--250 {
  padding-top: 15.625rem !important;
  padding-bottom: 15.625rem !important;
}

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

.ml--5 {
  margin-left: 0.3125rem !important;
}

.ml--10 {
  margin-left: 0.625rem !important;
}

.ml--15 {
  margin-left: 0.9375rem !important;
}

.ml--20 {
  margin-left: 1.25rem !important;
}

.ml--25 {
  margin-left: 1.5625rem !important;
}

.ml--30 {
  margin-left: 1.875rem !important;
}

.ml--35 {
  margin-left: 2.1875rem !important;
}

.ml--40 {
  margin-left: 2.5rem !important;
}

.ml--45 {
  margin-left: 2.8125rem !important;
}

.ml--50 {
  margin-left: 3.125rem !important;
}

.ml--55 {
  margin-left: 3.4375rem !important;
}

.ml--60 {
  margin-left: 3.75rem !important;
}

.ml--65 {
  margin-left: 4.0625rem !important;
}

.ml--70 {
  margin-left: 4.375rem !important;
}

.ml--75 {
  margin-left: 4.6875rem !important;
}

.ml--80 {
  margin-left: 5rem !important;
}

.ml--85 {
  margin-left: 5.3125rem !important;
}

.ml--90 {
  margin-left: 5.625rem !important;
}

.ml--95 {
  margin-left: 5.9375rem !important;
}

.ml--100 {
  margin-left: 6.25rem !important;
}

.ml--105 {
  margin-left: 6.5625rem !important;
}

.ml--110 {
  margin-left: 6.875rem !important;
}

.ml--115 {
  margin-left: 7.1875rem !important;
}

.ml--120 {
  margin-left: 7.5rem !important;
}

.ml--125 {
  margin-left: 7.8125rem !important;
}

.ml--130 {
  margin-left: 8.125rem !important;
}

.ml--135 {
  margin-left: 8.4375rem !important;
}

.ml--140 {
  margin-left: 8.75rem !important;
}

.ml--145 {
  margin-left: 9.0625rem !important;
}

.ml--150 {
  margin-left: 9.375rem !important;
}

.ml--155 {
  margin-left: 9.6875rem !important;
}

.ml--160 {
  margin-left: 10rem !important;
}

.ml--165 {
  margin-left: 10.3125rem !important;
}

.ml--170 {
  margin-left: 10.625rem !important;
}

.ml--175 {
  margin-left: 10.9375rem !important;
}

.ml--180 {
  margin-left: 11.25rem !important;
}

.ml--185 {
  margin-left: 11.5625rem !important;
}

.ml--190 {
  margin-left: 11.875rem !important;
}

.ml--195 {
  margin-left: 12.1875rem !important;
}

.ml--200 {
  margin-left: 12.5rem !important;
}

.ml--205 {
  margin-left: 12.8125rem !important;
}

.ml--210 {
  margin-left: 13.125rem !important;
}

.ml--215 {
  margin-left: 13.4375rem !important;
}

.ml--220 {
  margin-left: 13.75rem !important;
}

.ml--225 {
  margin-left: 14.0625rem !important;
}

.ml--230 {
  margin-left: 14.375rem !important;
}

.ml--235 {
  margin-left: 14.6875rem !important;
}

.ml--240 {
  margin-left: 15rem !important;
}

.ml--245 {
  margin-left: 15.3125rem !important;
}

.ml--250 {
  margin-left: 15.625rem !important;
}

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

.mr--5 {
  margin-right: 0.3125rem !important;
}

.mr--10 {
  margin-right: 0.625rem !important;
}

.mr--15 {
  margin-right: 0.9375rem !important;
}

.mr--20 {
  margin-right: 1.25rem !important;
}

.mr--25 {
  margin-right: 1.5625rem !important;
}

.mr--30 {
  margin-right: 1.875rem !important;
}

.mr--35 {
  margin-right: 2.1875rem !important;
}

.mr--40 {
  margin-right: 2.5rem !important;
}

.mr--45 {
  margin-right: 2.8125rem !important;
}

.mr--50 {
  margin-right: 3.125rem !important;
}

.mr--55 {
  margin-right: 3.4375rem !important;
}

.mr--60 {
  margin-right: 3.75rem !important;
}

.mr--65 {
  margin-right: 4.0625rem !important;
}

.mr--70 {
  margin-right: 4.375rem !important;
}

.mr--75 {
  margin-right: 4.6875rem !important;
}

.mr--80 {
  margin-right: 5rem !important;
}

.mr--85 {
  margin-right: 5.3125rem !important;
}

.mr--90 {
  margin-right: 5.625rem !important;
}

.mr--95 {
  margin-right: 5.9375rem !important;
}

.mr--100 {
  margin-right: 6.25rem !important;
}

.mr--105 {
  margin-right: 6.5625rem !important;
}

.mr--110 {
  margin-right: 6.875rem !important;
}

.mr--115 {
  margin-right: 7.1875rem !important;
}

.mr--120 {
  margin-right: 7.5rem !important;
}

.mr--125 {
  margin-right: 7.8125rem !important;
}

.mr--130 {
  margin-right: 8.125rem !important;
}

.mr--135 {
  margin-right: 8.4375rem !important;
}

.mr--140 {
  margin-right: 8.75rem !important;
}

.mr--145 {
  margin-right: 9.0625rem !important;
}

.mr--150 {
  margin-right: 9.375rem !important;
}

.mr--155 {
  margin-right: 9.6875rem !important;
}

.mr--160 {
  margin-right: 10rem !important;
}

.mr--165 {
  margin-right: 10.3125rem !important;
}

.mr--170 {
  margin-right: 10.625rem !important;
}

.mr--175 {
  margin-right: 10.9375rem !important;
}

.mr--180 {
  margin-right: 11.25rem !important;
}

.mr--185 {
  margin-right: 11.5625rem !important;
}

.mr--190 {
  margin-right: 11.875rem !important;
}

.mr--195 {
  margin-right: 12.1875rem !important;
}

.mr--200 {
  margin-right: 12.5rem !important;
}

.mr--205 {
  margin-right: 12.8125rem !important;
}

.mr--210 {
  margin-right: 13.125rem !important;
}

.mr--215 {
  margin-right: 13.4375rem !important;
}

.mr--220 {
  margin-right: 13.75rem !important;
}

.mr--225 {
  margin-right: 14.0625rem !important;
}

.mr--230 {
  margin-right: 14.375rem !important;
}

.mr--235 {
  margin-right: 14.6875rem !important;
}

.mr--240 {
  margin-right: 15rem !important;
}

.mr--245 {
  margin-right: 15.3125rem !important;
}

.mr--250 {
  margin-right: 15.625rem !important;
}

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

.mt--5 {
  margin-top: 0.3125rem !important;
}

.mt--10 {
  margin-top: 0.625rem !important;
}

.mt--15 {
  margin-top: 0.9375rem !important;
}

.mt--20 {
  margin-top: 1.25rem !important;
}

.mt--25 {
  margin-top: 1.5625rem !important;
}

.mt--30 {
  margin-top: 1.875rem !important;
}

.mt--35 {
  margin-top: 2.1875rem !important;
}

.mt--40 {
  margin-top: 2.5rem !important;
}

.mt--45 {
  margin-top: 2.8125rem !important;
}

.mt--50 {
  margin-top: 3.125rem !important;
}

.mt--55 {
  margin-top: 3.4375rem !important;
}

.mt--60 {
  margin-top: 3.75rem !important;
}

.mt--65 {
  margin-top: 4.0625rem !important;
}

.mt--70 {
  margin-top: 4.375rem !important;
}

.mt--75 {
  margin-top: 4.6875rem !important;
}

.mt--80 {
  margin-top: 5rem !important;
}

.mt--85 {
  margin-top: 5.3125rem !important;
}

.mt--90 {
  margin-top: 5.625rem !important;
}

.mt--95 {
  margin-top: 5.9375rem !important;
}

.mt--100 {
  margin-top: 6.25rem !important;
}

.mt--105 {
  margin-top: 6.5625rem !important;
}

.mt--110 {
  margin-top: 6.875rem !important;
}

.mt--115 {
  margin-top: 7.1875rem !important;
}

.mt--120 {
  margin-top: 7.5rem !important;
}

.mt--125 {
  margin-top: 7.8125rem !important;
}

.mt--130 {
  margin-top: 8.125rem !important;
}

.mt--135 {
  margin-top: 8.4375rem !important;
}

.mt--140 {
  margin-top: 8.75rem !important;
}

.mt--145 {
  margin-top: 9.0625rem !important;
}

.mt--150 {
  margin-top: 9.375rem !important;
}

.mt--155 {
  margin-top: 9.6875rem !important;
}

.mt--160 {
  margin-top: 10rem !important;
}

.mt--165 {
  margin-top: 10.3125rem !important;
}

.mt--170 {
  margin-top: 10.625rem !important;
}

.mt--175 {
  margin-top: 10.9375rem !important;
}

.mt--180 {
  margin-top: 11.25rem !important;
}

.mt--185 {
  margin-top: 11.5625rem !important;
}

.mt--190 {
  margin-top: 11.875rem !important;
}

.mt--195 {
  margin-top: 12.1875rem !important;
}

.mt--200 {
  margin-top: 12.5rem !important;
}

.mt--205 {
  margin-top: 12.8125rem !important;
}

.mt--210 {
  margin-top: 13.125rem !important;
}

.mt--215 {
  margin-top: 13.4375rem !important;
}

.mt--220 {
  margin-top: 13.75rem !important;
}

.mt--225 {
  margin-top: 14.0625rem !important;
}

.mt--230 {
  margin-top: 14.375rem !important;
}

.mt--235 {
  margin-top: 14.6875rem !important;
}

.mt--240 {
  margin-top: 15rem !important;
}

.mt--245 {
  margin-top: 15.3125rem !important;
}

.mt--250 {
  margin-top: 15.625rem !important;
}

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

.mb--5 {
  margin-bottom: 0.3125rem !important;
}

.mb--10 {
  margin-bottom: 0.625rem !important;
}

.mb--15 {
  margin-bottom: 0.9375rem !important;
}

.mb--20 {
  margin-bottom: 1.25rem !important;
}

.mb--25 {
  margin-bottom: 1.5625rem !important;
}

.mb--30 {
  margin-bottom: 1.875rem !important;
}

.mb--35 {
  margin-bottom: 2.1875rem !important;
}

.mb--40 {
  margin-bottom: 2.5rem !important;
}

.mb--45 {
  margin-bottom: 2.8125rem !important;
}

.mb--50 {
  margin-bottom: 3.125rem !important;
}

.mb--55 {
  margin-bottom: 3.4375rem !important;
}

.mb--60 {
  margin-bottom: 3.75rem !important;
}

.mb--65 {
  margin-bottom: 4.0625rem !important;
}

.mb--70 {
  margin-bottom: 4.375rem !important;
}

.mb--75 {
  margin-bottom: 4.6875rem !important;
}

.mb--80 {
  margin-bottom: 5rem !important;
}

.mb--85 {
  margin-bottom: 5.3125rem !important;
}

.mb--90 {
  margin-bottom: 5.625rem !important;
}

.mb--95 {
  margin-bottom: 5.9375rem !important;
}

.mb--100 {
  margin-bottom: 6.25rem !important;
}

.mb--105 {
  margin-bottom: 6.5625rem !important;
}

.mb--110 {
  margin-bottom: 6.875rem !important;
}

.mb--115 {
  margin-bottom: 7.1875rem !important;
}

.mb--120 {
  margin-bottom: 7.5rem !important;
}

.mb--125 {
  margin-bottom: 7.8125rem !important;
}

.mb--130 {
  margin-bottom: 8.125rem !important;
}

.mb--135 {
  margin-bottom: 8.4375rem !important;
}

.mb--140 {
  margin-bottom: 8.75rem !important;
}

.mb--145 {
  margin-bottom: 9.0625rem !important;
}

.mb--150 {
  margin-bottom: 9.375rem !important;
}

.mb--155 {
  margin-bottom: 9.6875rem !important;
}

.mb--160 {
  margin-bottom: 10rem !important;
}

.mb--165 {
  margin-bottom: 10.3125rem !important;
}

.mb--170 {
  margin-bottom: 10.625rem !important;
}

.mb--175 {
  margin-bottom: 10.9375rem !important;
}

.mb--180 {
  margin-bottom: 11.25rem !important;
}

.mb--185 {
  margin-bottom: 11.5625rem !important;
}

.mb--190 {
  margin-bottom: 11.875rem !important;
}

.mb--195 {
  margin-bottom: 12.1875rem !important;
}

.mb--200 {
  margin-bottom: 12.5rem !important;
}

.mb--205 {
  margin-bottom: 12.8125rem !important;
}

.mb--210 {
  margin-bottom: 13.125rem !important;
}

.mb--215 {
  margin-bottom: 13.4375rem !important;
}

.mb--220 {
  margin-bottom: 13.75rem !important;
}

.mb--225 {
  margin-bottom: 14.0625rem !important;
}

.mb--230 {
  margin-bottom: 14.375rem !important;
}

.mb--235 {
  margin-bottom: 14.6875rem !important;
}

.mb--240 {
  margin-bottom: 15rem !important;
}

.mb--245 {
  margin-bottom: 15.3125rem !important;
}

.mb--250 {
  margin-bottom: 15.625rem !important;
}

/* margin x */
.mx--0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.mx--5 {
  margin-right: 0.3125rem !important;
  margin-left: 0.3125rem !important;
}

.mx--10 {
  margin-right: 0.625rem !important;
  margin-left: 0.625rem !important;
}

.mx--15 {
  margin-right: 0.9375rem !important;
  margin-left: 0.9375rem !important;
}

.mx--20 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}

.mx--25 {
  margin-right: 1.5625rem !important;
  margin-left: 1.5625rem !important;
}

.mx--30 {
  margin-right: 1.875rem !important;
  margin-left: 1.875rem !important;
}

.mx--35 {
  margin-right: 2.1875rem !important;
  margin-left: 2.1875rem !important;
}

.mx--40 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.mx--45 {
  margin-right: 2.8125rem !important;
  margin-left: 2.8125rem !important;
}

.mx--50 {
  margin-right: 3.125rem !important;
  margin-left: 3.125rem !important;
}

.mx--55 {
  margin-right: 3.4375rem !important;
  margin-left: 3.4375rem !important;
}

.mx--60 {
  margin-right: 3.75rem !important;
  margin-left: 3.75rem !important;
}

.mx--65 {
  margin-right: 4.0625rem !important;
  margin-left: 4.0625rem !important;
}

.mx--70 {
  margin-right: 4.375rem !important;
  margin-left: 4.375rem !important;
}

.mx--75 {
  margin-right: 4.6875rem !important;
  margin-left: 4.6875rem !important;
}

.mx--80 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.mx--85 {
  margin-right: 5.3125rem !important;
  margin-left: 5.3125rem !important;
}

.mx--90 {
  margin-right: 5.625rem !important;
  margin-left: 5.625rem !important;
}

.mx--95 {
  margin-right: 5.9375rem !important;
  margin-left: 5.9375rem !important;
}

.mx--100 {
  margin-right: 6.25rem !important;
  margin-left: 6.25rem !important;
}

.mx--105 {
  margin-right: 6.5625rem !important;
  margin-left: 6.5625rem !important;
}

.mx--110 {
  margin-right: 6.875rem !important;
  margin-left: 6.875rem !important;
}

.mx--115 {
  margin-right: 7.1875rem !important;
  margin-left: 7.1875rem !important;
}

.mx--120 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important;
}

.mx--125 {
  margin-right: 7.8125rem !important;
  margin-left: 7.8125rem !important;
}

.mx--130 {
  margin-right: 8.125rem !important;
  margin-left: 8.125rem !important;
}

.mx--135 {
  margin-right: 8.4375rem !important;
  margin-left: 8.4375rem !important;
}

.mx--140 {
  margin-right: 8.75rem !important;
  margin-left: 8.75rem !important;
}

.mx--145 {
  margin-right: 9.0625rem !important;
  margin-left: 9.0625rem !important;
}

.mx--150 {
  margin-right: 9.375rem !important;
  margin-left: 9.375rem !important;
}

.mx--155 {
  margin-right: 9.6875rem !important;
  margin-left: 9.6875rem !important;
}

.mx--160 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

.mx--165 {
  margin-right: 10.3125rem !important;
  margin-left: 10.3125rem !important;
}

.mx--170 {
  margin-right: 10.625rem !important;
  margin-left: 10.625rem !important;
}

.mx--175 {
  margin-right: 10.9375rem !important;
  margin-left: 10.9375rem !important;
}

.mx--180 {
  margin-right: 11.25rem !important;
  margin-left: 11.25rem !important;
}

.mx--185 {
  margin-right: 11.5625rem !important;
  margin-left: 11.5625rem !important;
}

.mx--190 {
  margin-right: 11.875rem !important;
  margin-left: 11.875rem !important;
}

.mx--195 {
  margin-right: 12.1875rem !important;
  margin-left: 12.1875rem !important;
}

.mx--200 {
  margin-right: 12.5rem !important;
  margin-left: 12.5rem !important;
}

.mx--205 {
  margin-right: 12.8125rem !important;
  margin-left: 12.8125rem !important;
}

.mx--210 {
  margin-right: 13.125rem !important;
  margin-left: 13.125rem !important;
}

.mx--215 {
  margin-right: 13.4375rem !important;
  margin-left: 13.4375rem !important;
}

.mx--220 {
  margin-right: 13.75rem !important;
  margin-left: 13.75rem !important;
}

.mx--225 {
  margin-right: 14.0625rem !important;
  margin-left: 14.0625rem !important;
}

.mx--230 {
  margin-right: 14.375rem !important;
  margin-left: 14.375rem !important;
}

.mx--235 {
  margin-right: 14.6875rem !important;
  margin-left: 14.6875rem !important;
}

.mx--240 {
  margin-right: 15rem !important;
  margin-left: 15rem !important;
}

.mx--245 {
  margin-right: 15.3125rem !important;
  margin-left: 15.3125rem !important;
}

.mx--250 {
  margin-right: 15.625rem !important;
  margin-left: 15.625rem !important;
}

/* margin y */
.my--0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.my--5 {
  margin-top: 0.3125rem !important;
  margin-bottom: 0.3125rem !important;
}

.my--10 {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}

.my--15 {
  margin-top: 0.9375rem !important;
  margin-bottom: 0.9375rem !important;
}

.my--20 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.my--25 {
  margin-top: 1.5625rem !important;
  margin-bottom: 1.5625rem !important;
}

.my--30 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important;
}

.my--35 {
  margin-top: 2.1875rem !important;
  margin-bottom: 2.1875rem !important;
}

.my--40 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my--45 {
  margin-top: 2.8125rem !important;
  margin-bottom: 2.8125rem !important;
}

.my--50 {
  margin-top: 3.125rem !important;
  margin-bottom: 3.125rem !important;
}

.my--55 {
  margin-top: 3.4375rem !important;
  margin-bottom: 3.4375rem !important;
}

.my--60 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}

.my--65 {
  margin-top: 4.0625rem !important;
  margin-bottom: 4.0625rem !important;
}

.my--70 {
  margin-top: 4.375rem !important;
  margin-bottom: 4.375rem !important;
}

.my--75 {
  margin-top: 4.6875rem !important;
  margin-bottom: 4.6875rem !important;
}

.my--80 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my--85 {
  margin-top: 5.3125rem !important;
  margin-bottom: 5.3125rem !important;
}

.my--90 {
  margin-top: 5.625rem !important;
  margin-bottom: 5.625rem !important;
}

.my--95 {
  margin-top: 5.9375rem !important;
  margin-bottom: 5.9375rem !important;
}

.my--100 {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important;
}

.my--105 {
  margin-top: 6.5625rem !important;
  margin-bottom: 6.5625rem !important;
}

.my--110 {
  margin-top: 6.875rem !important;
  margin-bottom: 6.875rem !important;
}

.my--115 {
  margin-top: 7.1875rem !important;
  margin-bottom: 7.1875rem !important;
}

.my--120 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.my--125 {
  margin-top: 7.8125rem !important;
  margin-bottom: 7.8125rem !important;
}

.my--130 {
  margin-top: 8.125rem !important;
  margin-bottom: 8.125rem !important;
}

.my--135 {
  margin-top: 8.4375rem !important;
  margin-bottom: 8.4375rem !important;
}

.my--140 {
  margin-top: 8.75rem !important;
  margin-bottom: 8.75rem !important;
}

.my--145 {
  margin-top: 9.0625rem !important;
  margin-bottom: 9.0625rem !important;
}

.my--150 {
  margin-top: 9.375rem !important;
  margin-bottom: 9.375rem !important;
}

.my--155 {
  margin-top: 9.6875rem !important;
  margin-bottom: 9.6875rem !important;
}

.my--160 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.my--165 {
  margin-top: 10.3125rem !important;
  margin-bottom: 10.3125rem !important;
}

.my--170 {
  margin-top: 10.625rem !important;
  margin-bottom: 10.625rem !important;
}

.my--175 {
  margin-top: 10.9375rem !important;
  margin-bottom: 10.9375rem !important;
}

.my--180 {
  margin-top: 11.25rem !important;
  margin-bottom: 11.25rem !important;
}

.my--185 {
  margin-top: 11.5625rem !important;
  margin-bottom: 11.5625rem !important;
}

.my--190 {
  margin-top: 11.875rem !important;
  margin-bottom: 11.875rem !important;
}

.my--195 {
  margin-top: 12.1875rem !important;
  margin-bottom: 12.1875rem !important;
}

.my--200 {
  margin-top: 12.5rem !important;
  margin-bottom: 12.5rem !important;
}

.my--205 {
  margin-top: 12.8125rem !important;
  margin-bottom: 12.8125rem !important;
}

.my--210 {
  margin-top: 13.125rem !important;
  margin-bottom: 13.125rem !important;
}

.my--215 {
  margin-top: 13.4375rem !important;
  margin-bottom: 13.4375rem !important;
}

.my--220 {
  margin-top: 13.75rem !important;
  margin-bottom: 13.75rem !important;
}

.my--225 {
  margin-top: 14.0625rem !important;
  margin-bottom: 14.0625rem !important;
}

.my--230 {
  margin-top: 14.375rem !important;
  margin-bottom: 14.375rem !important;
}

.my--235 {
  margin-top: 14.6875rem !important;
  margin-bottom: 14.6875rem !important;
}

.my--240 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}

.my--245 {
  margin-top: 15.3125rem !important;
  margin-bottom: 15.3125rem !important;
}

.my--250 {
  margin-top: 15.625rem !important;
  margin-bottom: 15.625rem !important;
}

@media (min-width: 601px) {
  /* padding left */
  .pl-pc--0 {
    padding-left: 0rem !important;
  }
  .pl-pc--5 {
    padding-left: 0.3125rem !important;
  }
  .pl-pc--10 {
    padding-left: 0.625rem !important;
  }
  .pl-pc--15 {
    padding-left: 0.9375rem !important;
  }
  .pl-pc--20 {
    padding-left: 1.25rem !important;
  }
  .pl-pc--25 {
    padding-left: 1.5625rem !important;
  }
  .pl-pc--30 {
    padding-left: 1.875rem !important;
  }
  .pl-pc--35 {
    padding-left: 2.1875rem !important;
  }
  .pl-pc--40 {
    padding-left: 2.5rem !important;
  }
  .pl-pc--45 {
    padding-left: 2.8125rem !important;
  }
  .pl-pc--50 {
    padding-left: 3.125rem !important;
  }
  .pl-pc--55 {
    padding-left: 3.4375rem !important;
  }
  .pl-pc--60 {
    padding-left: 3.75rem !important;
  }
  .pl-pc--65 {
    padding-left: 4.0625rem !important;
  }
  .pl-pc--70 {
    padding-left: 4.375rem !important;
  }
  .pl-pc--75 {
    padding-left: 4.6875rem !important;
  }
  .pl-pc--80 {
    padding-left: 5rem !important;
  }
  .pl-pc--85 {
    padding-left: 5.3125rem !important;
  }
  .pl-pc--90 {
    padding-left: 5.625rem !important;
  }
  .pl-pc--95 {
    padding-left: 5.9375rem !important;
  }
  .pl-pc--100 {
    padding-left: 6.25rem !important;
  }
  .pl-pc--105 {
    padding-left: 6.5625rem !important;
  }
  .pl-pc--110 {
    padding-left: 6.875rem !important;
  }
  .pl-pc--115 {
    padding-left: 7.1875rem !important;
  }
  .pl-pc--120 {
    padding-left: 7.5rem !important;
  }
  .pl-pc--125 {
    padding-left: 7.8125rem !important;
  }
  .pl-pc--130 {
    padding-left: 8.125rem !important;
  }
  .pl-pc--135 {
    padding-left: 8.4375rem !important;
  }
  .pl-pc--140 {
    padding-left: 8.75rem !important;
  }
  .pl-pc--145 {
    padding-left: 9.0625rem !important;
  }
  .pl-pc--150 {
    padding-left: 9.375rem !important;
  }
  .pl-pc--155 {
    padding-left: 9.6875rem !important;
  }
  .pl-pc--160 {
    padding-left: 10rem !important;
  }
  .pl-pc--165 {
    padding-left: 10.3125rem !important;
  }
  .pl-pc--170 {
    padding-left: 10.625rem !important;
  }
  .pl-pc--175 {
    padding-left: 10.9375rem !important;
  }
  .pl-pc--180 {
    padding-left: 11.25rem !important;
  }
  .pl-pc--185 {
    padding-left: 11.5625rem !important;
  }
  .pl-pc--190 {
    padding-left: 11.875rem !important;
  }
  .pl-pc--195 {
    padding-left: 12.1875rem !important;
  }
  .pl-pc--200 {
    padding-left: 12.5rem !important;
  }
  .pl-pc--205 {
    padding-left: 12.8125rem !important;
  }
  .pl-pc--210 {
    padding-left: 13.125rem !important;
  }
  .pl-pc--215 {
    padding-left: 13.4375rem !important;
  }
  .pl-pc--220 {
    padding-left: 13.75rem !important;
  }
  .pl-pc--225 {
    padding-left: 14.0625rem !important;
  }
  .pl-pc--230 {
    padding-left: 14.375rem !important;
  }
  .pl-pc--235 {
    padding-left: 14.6875rem !important;
  }
  .pl-pc--240 {
    padding-left: 15rem !important;
  }
  .pl-pc--245 {
    padding-left: 15.3125rem !important;
  }
  .pl-pc--250 {
    padding-left: 15.625rem !important;
  }
  /* padding right */
  .pr-pc--0 {
    padding-right: 0rem !important;
  }
  .pr-pc--5 {
    padding-right: 0.3125rem !important;
  }
  .pr-pc--10 {
    padding-right: 0.625rem !important;
  }
  .pr-pc--15 {
    padding-right: 0.9375rem !important;
  }
  .pr-pc--20 {
    padding-right: 1.25rem !important;
  }
  .pr-pc--25 {
    padding-right: 1.5625rem !important;
  }
  .pr-pc--30 {
    padding-right: 1.875rem !important;
  }
  .pr-pc--35 {
    padding-right: 2.1875rem !important;
  }
  .pr-pc--40 {
    padding-right: 2.5rem !important;
  }
  .pr-pc--45 {
    padding-right: 2.8125rem !important;
  }
  .pr-pc--50 {
    padding-right: 3.125rem !important;
  }
  .pr-pc--55 {
    padding-right: 3.4375rem !important;
  }
  .pr-pc--60 {
    padding-right: 3.75rem !important;
  }
  .pr-pc--65 {
    padding-right: 4.0625rem !important;
  }
  .pr-pc--70 {
    padding-right: 4.375rem !important;
  }
  .pr-pc--75 {
    padding-right: 4.6875rem !important;
  }
  .pr-pc--80 {
    padding-right: 5rem !important;
  }
  .pr-pc--85 {
    padding-right: 5.3125rem !important;
  }
  .pr-pc--90 {
    padding-right: 5.625rem !important;
  }
  .pr-pc--95 {
    padding-right: 5.9375rem !important;
  }
  .pr-pc--100 {
    padding-right: 6.25rem !important;
  }
  .pr-pc--105 {
    padding-right: 6.5625rem !important;
  }
  .pr-pc--110 {
    padding-right: 6.875rem !important;
  }
  .pr-pc--115 {
    padding-right: 7.1875rem !important;
  }
  .pr-pc--120 {
    padding-right: 7.5rem !important;
  }
  .pr-pc--125 {
    padding-right: 7.8125rem !important;
  }
  .pr-pc--130 {
    padding-right: 8.125rem !important;
  }
  .pr-pc--135 {
    padding-right: 8.4375rem !important;
  }
  .pr-pc--140 {
    padding-right: 8.75rem !important;
  }
  .pr-pc--145 {
    padding-right: 9.0625rem !important;
  }
  .pr-pc--150 {
    padding-right: 9.375rem !important;
  }
  .pr-pc--155 {
    padding-right: 9.6875rem !important;
  }
  .pr-pc--160 {
    padding-right: 10rem !important;
  }
  .pr-pc--165 {
    padding-right: 10.3125rem !important;
  }
  .pr-pc--170 {
    padding-right: 10.625rem !important;
  }
  .pr-pc--175 {
    padding-right: 10.9375rem !important;
  }
  .pr-pc--180 {
    padding-right: 11.25rem !important;
  }
  .pr-pc--185 {
    padding-right: 11.5625rem !important;
  }
  .pr-pc--190 {
    padding-right: 11.875rem !important;
  }
  .pr-pc--195 {
    padding-right: 12.1875rem !important;
  }
  .pr-pc--200 {
    padding-right: 12.5rem !important;
  }
  .pr-pc--205 {
    padding-right: 12.8125rem !important;
  }
  .pr-pc--210 {
    padding-right: 13.125rem !important;
  }
  .pr-pc--215 {
    padding-right: 13.4375rem !important;
  }
  .pr-pc--220 {
    padding-right: 13.75rem !important;
  }
  .pr-pc--225 {
    padding-right: 14.0625rem !important;
  }
  .pr-pc--230 {
    padding-right: 14.375rem !important;
  }
  .pr-pc--235 {
    padding-right: 14.6875rem !important;
  }
  .pr-pc--240 {
    padding-right: 15rem !important;
  }
  .pr-pc--245 {
    padding-right: 15.3125rem !important;
  }
  .pr-pc--250 {
    padding-right: 15.625rem !important;
  }
  /* padding top */
  .pt-pc--0 {
    padding-top: 0rem !important;
  }
  .pt-pc--5 {
    padding-top: 0.3125rem !important;
  }
  .pt-pc--10 {
    padding-top: 0.625rem !important;
  }
  .pt-pc--15 {
    padding-top: 0.9375rem !important;
  }
  .pt-pc--20 {
    padding-top: 1.25rem !important;
  }
  .pt-pc--25 {
    padding-top: 1.5625rem !important;
  }
  .pt-pc--30 {
    padding-top: 1.875rem !important;
  }
  .pt-pc--35 {
    padding-top: 2.1875rem !important;
  }
  .pt-pc--40 {
    padding-top: 2.5rem !important;
  }
  .pt-pc--45 {
    padding-top: 2.8125rem !important;
  }
  .pt-pc--50 {
    padding-top: 3.125rem !important;
  }
  .pt-pc--55 {
    padding-top: 3.4375rem !important;
  }
  .pt-pc--60 {
    padding-top: 3.75rem !important;
  }
  .pt-pc--65 {
    padding-top: 4.0625rem !important;
  }
  .pt-pc--70 {
    padding-top: 4.375rem !important;
  }
  .pt-pc--75 {
    padding-top: 4.6875rem !important;
  }
  .pt-pc--80 {
    padding-top: 5rem !important;
  }
  .pt-pc--85 {
    padding-top: 5.3125rem !important;
  }
  .pt-pc--90 {
    padding-top: 5.625rem !important;
  }
  .pt-pc--95 {
    padding-top: 5.9375rem !important;
  }
  .pt-pc--100 {
    padding-top: 6.25rem !important;
  }
  .pt-pc--105 {
    padding-top: 6.5625rem !important;
  }
  .pt-pc--110 {
    padding-top: 6.875rem !important;
  }
  .pt-pc--115 {
    padding-top: 7.1875rem !important;
  }
  .pt-pc--120 {
    padding-top: 7.5rem !important;
  }
  .pt-pc--125 {
    padding-top: 7.8125rem !important;
  }
  .pt-pc--130 {
    padding-top: 8.125rem !important;
  }
  .pt-pc--135 {
    padding-top: 8.4375rem !important;
  }
  .pt-pc--140 {
    padding-top: 8.75rem !important;
  }
  .pt-pc--145 {
    padding-top: 9.0625rem !important;
  }
  .pt-pc--150 {
    padding-top: 9.375rem !important;
  }
  .pt-pc--155 {
    padding-top: 9.6875rem !important;
  }
  .pt-pc--160 {
    padding-top: 10rem !important;
  }
  .pt-pc--165 {
    padding-top: 10.3125rem !important;
  }
  .pt-pc--170 {
    padding-top: 10.625rem !important;
  }
  .pt-pc--175 {
    padding-top: 10.9375rem !important;
  }
  .pt-pc--180 {
    padding-top: 11.25rem !important;
  }
  .pt-pc--185 {
    padding-top: 11.5625rem !important;
  }
  .pt-pc--190 {
    padding-top: 11.875rem !important;
  }
  .pt-pc--195 {
    padding-top: 12.1875rem !important;
  }
  .pt-pc--200 {
    padding-top: 12.5rem !important;
  }
  .pt-pc--205 {
    padding-top: 12.8125rem !important;
  }
  .pt-pc--210 {
    padding-top: 13.125rem !important;
  }
  .pt-pc--215 {
    padding-top: 13.4375rem !important;
  }
  .pt-pc--220 {
    padding-top: 13.75rem !important;
  }
  .pt-pc--225 {
    padding-top: 14.0625rem !important;
  }
  .pt-pc--230 {
    padding-top: 14.375rem !important;
  }
  .pt-pc--235 {
    padding-top: 14.6875rem !important;
  }
  .pt-pc--240 {
    padding-top: 15rem !important;
  }
  .pt-pc--245 {
    padding-top: 15.3125rem !important;
  }
  .pt-pc--250 {
    padding-top: 15.625rem !important;
  }
  /* padding bottom */
  .pb-pc--0 {
    padding-bottom: 0rem !important;
  }
  .pb-pc--5 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-pc--10 {
    padding-bottom: 0.625rem !important;
  }
  .pb-pc--15 {
    padding-bottom: 0.9375rem !important;
  }
  .pb-pc--20 {
    padding-bottom: 1.25rem !important;
  }
  .pb-pc--25 {
    padding-bottom: 1.5625rem !important;
  }
  .pb-pc--30 {
    padding-bottom: 1.875rem !important;
  }
  .pb-pc--35 {
    padding-bottom: 2.1875rem !important;
  }
  .pb-pc--40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-pc--45 {
    padding-bottom: 2.8125rem !important;
  }
  .pb-pc--50 {
    padding-bottom: 3.125rem !important;
  }
  .pb-pc--55 {
    padding-bottom: 3.4375rem !important;
  }
  .pb-pc--60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-pc--65 {
    padding-bottom: 4.0625rem !important;
  }
  .pb-pc--70 {
    padding-bottom: 4.375rem !important;
  }
  .pb-pc--75 {
    padding-bottom: 4.6875rem !important;
  }
  .pb-pc--80 {
    padding-bottom: 5rem !important;
  }
  .pb-pc--85 {
    padding-bottom: 5.3125rem !important;
  }
  .pb-pc--90 {
    padding-bottom: 5.625rem !important;
  }
  .pb-pc--95 {
    padding-bottom: 5.9375rem !important;
  }
  .pb-pc--100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-pc--105 {
    padding-bottom: 6.5625rem !important;
  }
  .pb-pc--110 {
    padding-bottom: 6.875rem !important;
  }
  .pb-pc--115 {
    padding-bottom: 7.1875rem !important;
  }
  .pb-pc--120 {
    padding-bottom: 7.5rem !important;
  }
  .pb-pc--125 {
    padding-bottom: 7.8125rem !important;
  }
  .pb-pc--130 {
    padding-bottom: 8.125rem !important;
  }
  .pb-pc--135 {
    padding-bottom: 8.4375rem !important;
  }
  .pb-pc--140 {
    padding-bottom: 8.75rem !important;
  }
  .pb-pc--145 {
    padding-bottom: 9.0625rem !important;
  }
  .pb-pc--150 {
    padding-bottom: 9.375rem !important;
  }
  .pb-pc--155 {
    padding-bottom: 9.6875rem !important;
  }
  .pb-pc--160 {
    padding-bottom: 10rem !important;
  }
  .pb-pc--165 {
    padding-bottom: 10.3125rem !important;
  }
  .pb-pc--170 {
    padding-bottom: 10.625rem !important;
  }
  .pb-pc--175 {
    padding-bottom: 10.9375rem !important;
  }
  .pb-pc--180 {
    padding-bottom: 11.25rem !important;
  }
  .pb-pc--185 {
    padding-bottom: 11.5625rem !important;
  }
  .pb-pc--190 {
    padding-bottom: 11.875rem !important;
  }
  .pb-pc--195 {
    padding-bottom: 12.1875rem !important;
  }
  .pb-pc--200 {
    padding-bottom: 12.5rem !important;
  }
  .pb-pc--205 {
    padding-bottom: 12.8125rem !important;
  }
  .pb-pc--210 {
    padding-bottom: 13.125rem !important;
  }
  .pb-pc--215 {
    padding-bottom: 13.4375rem !important;
  }
  .pb-pc--220 {
    padding-bottom: 13.75rem !important;
  }
  .pb-pc--225 {
    padding-bottom: 14.0625rem !important;
  }
  .pb-pc--230 {
    padding-bottom: 14.375rem !important;
  }
  .pb-pc--235 {
    padding-bottom: 14.6875rem !important;
  }
  .pb-pc--240 {
    padding-bottom: 15rem !important;
  }
  .pb-pc--245 {
    padding-bottom: 15.3125rem !important;
  }
  .pb-pc--250 {
    padding-bottom: 15.625rem !important;
  }
  /* padding x */
  .px-pc--0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .px-pc--5 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-pc--10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-pc--15 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }
  .px-pc--20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-pc--25 {
    padding-right: 1.5625rem !important;
    padding-left: 1.5625rem !important;
  }
  .px-pc--30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-pc--35 {
    padding-right: 2.1875rem !important;
    padding-left: 2.1875rem !important;
  }
  .px-pc--40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-pc--45 {
    padding-right: 2.8125rem !important;
    padding-left: 2.8125rem !important;
  }
  .px-pc--50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .px-pc--55 {
    padding-right: 3.4375rem !important;
    padding-left: 3.4375rem !important;
  }
  .px-pc--60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-pc--65 {
    padding-right: 4.0625rem !important;
    padding-left: 4.0625rem !important;
  }
  .px-pc--70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-pc--75 {
    padding-right: 4.6875rem !important;
    padding-left: 4.6875rem !important;
  }
  .px-pc--80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-pc--85 {
    padding-right: 5.3125rem !important;
    padding-left: 5.3125rem !important;
  }
  .px-pc--90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-pc--95 {
    padding-right: 5.9375rem !important;
    padding-left: 5.9375rem !important;
  }
  .px-pc--100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-pc--105 {
    padding-right: 6.5625rem !important;
    padding-left: 6.5625rem !important;
  }
  .px-pc--110 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }
  .px-pc--115 {
    padding-right: 7.1875rem !important;
    padding-left: 7.1875rem !important;
  }
  .px-pc--120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-pc--125 {
    padding-right: 7.8125rem !important;
    padding-left: 7.8125rem !important;
  }
  .px-pc--130 {
    padding-right: 8.125rem !important;
    padding-left: 8.125rem !important;
  }
  .px-pc--135 {
    padding-right: 8.4375rem !important;
    padding-left: 8.4375rem !important;
  }
  .px-pc--140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .px-pc--145 {
    padding-right: 9.0625rem !important;
    padding-left: 9.0625rem !important;
  }
  .px-pc--150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-pc--155 {
    padding-right: 9.6875rem !important;
    padding-left: 9.6875rem !important;
  }
  .px-pc--160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-pc--165 {
    padding-right: 10.3125rem !important;
    padding-left: 10.3125rem !important;
  }
  .px-pc--170 {
    padding-right: 10.625rem !important;
    padding-left: 10.625rem !important;
  }
  .px-pc--175 {
    padding-right: 10.9375rem !important;
    padding-left: 10.9375rem !important;
  }
  .px-pc--180 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }
  .px-pc--185 {
    padding-right: 11.5625rem !important;
    padding-left: 11.5625rem !important;
  }
  .px-pc--190 {
    padding-right: 11.875rem !important;
    padding-left: 11.875rem !important;
  }
  .px-pc--195 {
    padding-right: 12.1875rem !important;
    padding-left: 12.1875rem !important;
  }
  .px-pc--200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-pc--205 {
    padding-right: 12.8125rem !important;
    padding-left: 12.8125rem !important;
  }
  .px-pc--210 {
    padding-right: 13.125rem !important;
    padding-left: 13.125rem !important;
  }
  .px-pc--215 {
    padding-right: 13.4375rem !important;
    padding-left: 13.4375rem !important;
  }
  .px-pc--220 {
    padding-right: 13.75rem !important;
    padding-left: 13.75rem !important;
  }
  .px-pc--225 {
    padding-right: 14.0625rem !important;
    padding-left: 14.0625rem !important;
  }
  .px-pc--230 {
    padding-right: 14.375rem !important;
    padding-left: 14.375rem !important;
  }
  .px-pc--235 {
    padding-right: 14.6875rem !important;
    padding-left: 14.6875rem !important;
  }
  .px-pc--240 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-pc--245 {
    padding-right: 15.3125rem !important;
    padding-left: 15.3125rem !important;
  }
  .px-pc--250 {
    padding-right: 15.625rem !important;
    padding-left: 15.625rem !important;
  }
  /* padding y */
  .py-pc--0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-pc--5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-pc--10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-pc--15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
  .py-pc--20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-pc--25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }
  .py-pc--30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-pc--35 {
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important;
  }
  .py-pc--40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-pc--45 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }
  .py-pc--50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-pc--55 {
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important;
  }
  .py-pc--60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-pc--65 {
    padding-top: 4.0625rem !important;
    padding-bottom: 4.0625rem !important;
  }
  .py-pc--70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-pc--75 {
    padding-top: 4.6875rem !important;
    padding-bottom: 4.6875rem !important;
  }
  .py-pc--80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-pc--85 {
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important;
  }
  .py-pc--90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-pc--95 {
    padding-top: 5.9375rem !important;
    padding-bottom: 5.9375rem !important;
  }
  .py-pc--100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-pc--105 {
    padding-top: 6.5625rem !important;
    padding-bottom: 6.5625rem !important;
  }
  .py-pc--110 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }
  .py-pc--115 {
    padding-top: 7.1875rem !important;
    padding-bottom: 7.1875rem !important;
  }
  .py-pc--120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-pc--125 {
    padding-top: 7.8125rem !important;
    padding-bottom: 7.8125rem !important;
  }
  .py-pc--130 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }
  .py-pc--135 {
    padding-top: 8.4375rem !important;
    padding-bottom: 8.4375rem !important;
  }
  .py-pc--140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .py-pc--145 {
    padding-top: 9.0625rem !important;
    padding-bottom: 9.0625rem !important;
  }
  .py-pc--150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-pc--155 {
    padding-top: 9.6875rem !important;
    padding-bottom: 9.6875rem !important;
  }
  .py-pc--160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-pc--165 {
    padding-top: 10.3125rem !important;
    padding-bottom: 10.3125rem !important;
  }
  .py-pc--170 {
    padding-top: 10.625rem !important;
    padding-bottom: 10.625rem !important;
  }
  .py-pc--175 {
    padding-top: 10.9375rem !important;
    padding-bottom: 10.9375rem !important;
  }
  .py-pc--180 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
  .py-pc--185 {
    padding-top: 11.5625rem !important;
    padding-bottom: 11.5625rem !important;
  }
  .py-pc--190 {
    padding-top: 11.875rem !important;
    padding-bottom: 11.875rem !important;
  }
  .py-pc--195 {
    padding-top: 12.1875rem !important;
    padding-bottom: 12.1875rem !important;
  }
  .py-pc--200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-pc--205 {
    padding-top: 12.8125rem !important;
    padding-bottom: 12.8125rem !important;
  }
  .py-pc--210 {
    padding-top: 13.125rem !important;
    padding-bottom: 13.125rem !important;
  }
  .py-pc--215 {
    padding-top: 13.4375rem !important;
    padding-bottom: 13.4375rem !important;
  }
  .py-pc--220 {
    padding-top: 13.75rem !important;
    padding-bottom: 13.75rem !important;
  }
  .py-pc--225 {
    padding-top: 14.0625rem !important;
    padding-bottom: 14.0625rem !important;
  }
  .py-pc--230 {
    padding-top: 14.375rem !important;
    padding-bottom: 14.375rem !important;
  }
  .py-pc--235 {
    padding-top: 14.6875rem !important;
    padding-bottom: 14.6875rem !important;
  }
  .py-pc--240 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-pc--245 {
    padding-top: 15.3125rem !important;
    padding-bottom: 15.3125rem !important;
  }
  .py-pc--250 {
    padding-top: 15.625rem !important;
    padding-bottom: 15.625rem !important;
  }
  /* margin left */
  .ml-pc--0 {
    margin-left: 0rem !important;
  }
  .ml-pc--5 {
    margin-left: 0.3125rem !important;
  }
  .ml-pc--10 {
    margin-left: 0.625rem !important;
  }
  .ml-pc--15 {
    margin-left: 0.9375rem !important;
  }
  .ml-pc--20 {
    margin-left: 1.25rem !important;
  }
  .ml-pc--25 {
    margin-left: 1.5625rem !important;
  }
  .ml-pc--30 {
    margin-left: 1.875rem !important;
  }
  .ml-pc--35 {
    margin-left: 2.1875rem !important;
  }
  .ml-pc--40 {
    margin-left: 2.5rem !important;
  }
  .ml-pc--45 {
    margin-left: 2.8125rem !important;
  }
  .ml-pc--50 {
    margin-left: 3.125rem !important;
  }
  .ml-pc--55 {
    margin-left: 3.4375rem !important;
  }
  .ml-pc--60 {
    margin-left: 3.75rem !important;
  }
  .ml-pc--65 {
    margin-left: 4.0625rem !important;
  }
  .ml-pc--70 {
    margin-left: 4.375rem !important;
  }
  .ml-pc--75 {
    margin-left: 4.6875rem !important;
  }
  .ml-pc--80 {
    margin-left: 5rem !important;
  }
  .ml-pc--85 {
    margin-left: 5.3125rem !important;
  }
  .ml-pc--90 {
    margin-left: 5.625rem !important;
  }
  .ml-pc--95 {
    margin-left: 5.9375rem !important;
  }
  .ml-pc--100 {
    margin-left: 6.25rem !important;
  }
  .ml-pc--105 {
    margin-left: 6.5625rem !important;
  }
  .ml-pc--110 {
    margin-left: 6.875rem !important;
  }
  .ml-pc--115 {
    margin-left: 7.1875rem !important;
  }
  .ml-pc--120 {
    margin-left: 7.5rem !important;
  }
  .ml-pc--125 {
    margin-left: 7.8125rem !important;
  }
  .ml-pc--130 {
    margin-left: 8.125rem !important;
  }
  .ml-pc--135 {
    margin-left: 8.4375rem !important;
  }
  .ml-pc--140 {
    margin-left: 8.75rem !important;
  }
  .ml-pc--145 {
    margin-left: 9.0625rem !important;
  }
  .ml-pc--150 {
    margin-left: 9.375rem !important;
  }
  .ml-pc--155 {
    margin-left: 9.6875rem !important;
  }
  .ml-pc--160 {
    margin-left: 10rem !important;
  }
  .ml-pc--165 {
    margin-left: 10.3125rem !important;
  }
  .ml-pc--170 {
    margin-left: 10.625rem !important;
  }
  .ml-pc--175 {
    margin-left: 10.9375rem !important;
  }
  .ml-pc--180 {
    margin-left: 11.25rem !important;
  }
  .ml-pc--185 {
    margin-left: 11.5625rem !important;
  }
  .ml-pc--190 {
    margin-left: 11.875rem !important;
  }
  .ml-pc--195 {
    margin-left: 12.1875rem !important;
  }
  .ml-pc--200 {
    margin-left: 12.5rem !important;
  }
  .ml-pc--205 {
    margin-left: 12.8125rem !important;
  }
  .ml-pc--210 {
    margin-left: 13.125rem !important;
  }
  .ml-pc--215 {
    margin-left: 13.4375rem !important;
  }
  .ml-pc--220 {
    margin-left: 13.75rem !important;
  }
  .ml-pc--225 {
    margin-left: 14.0625rem !important;
  }
  .ml-pc--230 {
    margin-left: 14.375rem !important;
  }
  .ml-pc--235 {
    margin-left: 14.6875rem !important;
  }
  .ml-pc--240 {
    margin-left: 15rem !important;
  }
  .ml-pc--245 {
    margin-left: 15.3125rem !important;
  }
  .ml-pc--250 {
    margin-left: 15.625rem !important;
  }
  /* margin right */
  .mr-pc--0 {
    margin-right: 0rem !important;
  }
  .mr-pc--5 {
    margin-right: 0.3125rem !important;
  }
  .mr-pc--10 {
    margin-right: 0.625rem !important;
  }
  .mr-pc--15 {
    margin-right: 0.9375rem !important;
  }
  .mr-pc--20 {
    margin-right: 1.25rem !important;
  }
  .mr-pc--25 {
    margin-right: 1.5625rem !important;
  }
  .mr-pc--30 {
    margin-right: 1.875rem !important;
  }
  .mr-pc--35 {
    margin-right: 2.1875rem !important;
  }
  .mr-pc--40 {
    margin-right: 2.5rem !important;
  }
  .mr-pc--45 {
    margin-right: 2.8125rem !important;
  }
  .mr-pc--50 {
    margin-right: 3.125rem !important;
  }
  .mr-pc--55 {
    margin-right: 3.4375rem !important;
  }
  .mr-pc--60 {
    margin-right: 3.75rem !important;
  }
  .mr-pc--65 {
    margin-right: 4.0625rem !important;
  }
  .mr-pc--70 {
    margin-right: 4.375rem !important;
  }
  .mr-pc--75 {
    margin-right: 4.6875rem !important;
  }
  .mr-pc--80 {
    margin-right: 5rem !important;
  }
  .mr-pc--85 {
    margin-right: 5.3125rem !important;
  }
  .mr-pc--90 {
    margin-right: 5.625rem !important;
  }
  .mr-pc--95 {
    margin-right: 5.9375rem !important;
  }
  .mr-pc--100 {
    margin-right: 6.25rem !important;
  }
  .mr-pc--105 {
    margin-right: 6.5625rem !important;
  }
  .mr-pc--110 {
    margin-right: 6.875rem !important;
  }
  .mr-pc--115 {
    margin-right: 7.1875rem !important;
  }
  .mr-pc--120 {
    margin-right: 7.5rem !important;
  }
  .mr-pc--125 {
    margin-right: 7.8125rem !important;
  }
  .mr-pc--130 {
    margin-right: 8.125rem !important;
  }
  .mr-pc--135 {
    margin-right: 8.4375rem !important;
  }
  .mr-pc--140 {
    margin-right: 8.75rem !important;
  }
  .mr-pc--145 {
    margin-right: 9.0625rem !important;
  }
  .mr-pc--150 {
    margin-right: 9.375rem !important;
  }
  .mr-pc--155 {
    margin-right: 9.6875rem !important;
  }
  .mr-pc--160 {
    margin-right: 10rem !important;
  }
  .mr-pc--165 {
    margin-right: 10.3125rem !important;
  }
  .mr-pc--170 {
    margin-right: 10.625rem !important;
  }
  .mr-pc--175 {
    margin-right: 10.9375rem !important;
  }
  .mr-pc--180 {
    margin-right: 11.25rem !important;
  }
  .mr-pc--185 {
    margin-right: 11.5625rem !important;
  }
  .mr-pc--190 {
    margin-right: 11.875rem !important;
  }
  .mr-pc--195 {
    margin-right: 12.1875rem !important;
  }
  .mr-pc--200 {
    margin-right: 12.5rem !important;
  }
  .mr-pc--205 {
    margin-right: 12.8125rem !important;
  }
  .mr-pc--210 {
    margin-right: 13.125rem !important;
  }
  .mr-pc--215 {
    margin-right: 13.4375rem !important;
  }
  .mr-pc--220 {
    margin-right: 13.75rem !important;
  }
  .mr-pc--225 {
    margin-right: 14.0625rem !important;
  }
  .mr-pc--230 {
    margin-right: 14.375rem !important;
  }
  .mr-pc--235 {
    margin-right: 14.6875rem !important;
  }
  .mr-pc--240 {
    margin-right: 15rem !important;
  }
  .mr-pc--245 {
    margin-right: 15.3125rem !important;
  }
  .mr-pc--250 {
    margin-right: 15.625rem !important;
  }
  /* margin top */
  .mt-pc--0 {
    margin-top: 0rem !important;
  }
  .mt-pc--5 {
    margin-top: 0.3125rem !important;
  }
  .mt-pc--10 {
    margin-top: 0.625rem !important;
  }
  .mt-pc--15 {
    margin-top: 0.9375rem !important;
  }
  .mt-pc--20 {
    margin-top: 1.25rem !important;
  }
  .mt-pc--25 {
    margin-top: 1.5625rem !important;
  }
  .mt-pc--30 {
    margin-top: 1.875rem !important;
  }
  .mt-pc--35 {
    margin-top: 2.1875rem !important;
  }
  .mt-pc--40 {
    margin-top: 2.5rem !important;
  }
  .mt-pc--45 {
    margin-top: 2.8125rem !important;
  }
  .mt-pc--50 {
    margin-top: 3.125rem !important;
  }
  .mt-pc--55 {
    margin-top: 3.4375rem !important;
  }
  .mt-pc--60 {
    margin-top: 3.75rem !important;
  }
  .mt-pc--65 {
    margin-top: 4.0625rem !important;
  }
  .mt-pc--70 {
    margin-top: 4.375rem !important;
  }
  .mt-pc--75 {
    margin-top: 4.6875rem !important;
  }
  .mt-pc--80 {
    margin-top: 5rem !important;
  }
  .mt-pc--85 {
    margin-top: 5.3125rem !important;
  }
  .mt-pc--90 {
    margin-top: 5.625rem !important;
  }
  .mt-pc--95 {
    margin-top: 5.9375rem !important;
  }
  .mt-pc--100 {
    margin-top: 6.25rem !important;
  }
  .mt-pc--105 {
    margin-top: 6.5625rem !important;
  }
  .mt-pc--110 {
    margin-top: 6.875rem !important;
  }
  .mt-pc--115 {
    margin-top: 7.1875rem !important;
  }
  .mt-pc--120 {
    margin-top: 7.5rem !important;
  }
  .mt-pc--125 {
    margin-top: 7.8125rem !important;
  }
  .mt-pc--130 {
    margin-top: 8.125rem !important;
  }
  .mt-pc--135 {
    margin-top: 8.4375rem !important;
  }
  .mt-pc--140 {
    margin-top: 8.75rem !important;
  }
  .mt-pc--145 {
    margin-top: 9.0625rem !important;
  }
  .mt-pc--150 {
    margin-top: 9.375rem !important;
  }
  .mt-pc--155 {
    margin-top: 9.6875rem !important;
  }
  .mt-pc--160 {
    margin-top: 10rem !important;
  }
  .mt-pc--165 {
    margin-top: 10.3125rem !important;
  }
  .mt-pc--170 {
    margin-top: 10.625rem !important;
  }
  .mt-pc--175 {
    margin-top: 10.9375rem !important;
  }
  .mt-pc--180 {
    margin-top: 11.25rem !important;
  }
  .mt-pc--185 {
    margin-top: 11.5625rem !important;
  }
  .mt-pc--190 {
    margin-top: 11.875rem !important;
  }
  .mt-pc--195 {
    margin-top: 12.1875rem !important;
  }
  .mt-pc--200 {
    margin-top: 12.5rem !important;
  }
  .mt-pc--205 {
    margin-top: 12.8125rem !important;
  }
  .mt-pc--210 {
    margin-top: 13.125rem !important;
  }
  .mt-pc--215 {
    margin-top: 13.4375rem !important;
  }
  .mt-pc--220 {
    margin-top: 13.75rem !important;
  }
  .mt-pc--225 {
    margin-top: 14.0625rem !important;
  }
  .mt-pc--230 {
    margin-top: 14.375rem !important;
  }
  .mt-pc--235 {
    margin-top: 14.6875rem !important;
  }
  .mt-pc--240 {
    margin-top: 15rem !important;
  }
  .mt-pc--245 {
    margin-top: 15.3125rem !important;
  }
  .mt-pc--250 {
    margin-top: 15.625rem !important;
  }
  /* margin bottom */
  .mb-pc--0 {
    margin-bottom: 0rem !important;
  }
  .mb-pc--5 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-pc--10 {
    margin-bottom: 0.625rem !important;
  }
  .mb-pc--15 {
    margin-bottom: 0.9375rem !important;
  }
  .mb-pc--20 {
    margin-bottom: 1.25rem !important;
  }
  .mb-pc--25 {
    margin-bottom: 1.5625rem !important;
  }
  .mb-pc--30 {
    margin-bottom: 1.875rem !important;
  }
  .mb-pc--35 {
    margin-bottom: 2.1875rem !important;
  }
  .mb-pc--40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-pc--45 {
    margin-bottom: 2.8125rem !important;
  }
  .mb-pc--50 {
    margin-bottom: 3.125rem !important;
  }
  .mb-pc--55 {
    margin-bottom: 3.4375rem !important;
  }
  .mb-pc--60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-pc--65 {
    margin-bottom: 4.0625rem !important;
  }
  .mb-pc--70 {
    margin-bottom: 4.375rem !important;
  }
  .mb-pc--75 {
    margin-bottom: 4.6875rem !important;
  }
  .mb-pc--80 {
    margin-bottom: 5rem !important;
  }
  .mb-pc--85 {
    margin-bottom: 5.3125rem !important;
  }
  .mb-pc--90 {
    margin-bottom: 5.625rem !important;
  }
  .mb-pc--95 {
    margin-bottom: 5.9375rem !important;
  }
  .mb-pc--100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-pc--105 {
    margin-bottom: 6.5625rem !important;
  }
  .mb-pc--110 {
    margin-bottom: 6.875rem !important;
  }
  .mb-pc--115 {
    margin-bottom: 7.1875rem !important;
  }
  .mb-pc--120 {
    margin-bottom: 7.5rem !important;
  }
  .mb-pc--125 {
    margin-bottom: 7.8125rem !important;
  }
  .mb-pc--130 {
    margin-bottom: 8.125rem !important;
  }
  .mb-pc--135 {
    margin-bottom: 8.4375rem !important;
  }
  .mb-pc--140 {
    margin-bottom: 8.75rem !important;
  }
  .mb-pc--145 {
    margin-bottom: 9.0625rem !important;
  }
  .mb-pc--150 {
    margin-bottom: 9.375rem !important;
  }
  .mb-pc--155 {
    margin-bottom: 9.6875rem !important;
  }
  .mb-pc--160 {
    margin-bottom: 10rem !important;
  }
  .mb-pc--165 {
    margin-bottom: 10.3125rem !important;
  }
  .mb-pc--170 {
    margin-bottom: 10.625rem !important;
  }
  .mb-pc--175 {
    margin-bottom: 10.9375rem !important;
  }
  .mb-pc--180 {
    margin-bottom: 11.25rem !important;
  }
  .mb-pc--185 {
    margin-bottom: 11.5625rem !important;
  }
  .mb-pc--190 {
    margin-bottom: 11.875rem !important;
  }
  .mb-pc--195 {
    margin-bottom: 12.1875rem !important;
  }
  .mb-pc--200 {
    margin-bottom: 12.5rem !important;
  }
  .mb-pc--205 {
    margin-bottom: 12.8125rem !important;
  }
  .mb-pc--210 {
    margin-bottom: 13.125rem !important;
  }
  .mb-pc--215 {
    margin-bottom: 13.4375rem !important;
  }
  .mb-pc--220 {
    margin-bottom: 13.75rem !important;
  }
  .mb-pc--225 {
    margin-bottom: 14.0625rem !important;
  }
  .mb-pc--230 {
    margin-bottom: 14.375rem !important;
  }
  .mb-pc--235 {
    margin-bottom: 14.6875rem !important;
  }
  .mb-pc--240 {
    margin-bottom: 15rem !important;
  }
  .mb-pc--245 {
    margin-bottom: 15.3125rem !important;
  }
  .mb-pc--250 {
    margin-bottom: 15.625rem !important;
  }
  /* margin x */
  .mx-pc--0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .mx-pc--5 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-pc--10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-pc--15 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }
  .mx-pc--20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-pc--25 {
    margin-right: 1.5625rem !important;
    margin-left: 1.5625rem !important;
  }
  .mx-pc--30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-pc--35 {
    margin-right: 2.1875rem !important;
    margin-left: 2.1875rem !important;
  }
  .mx-pc--40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-pc--45 {
    margin-right: 2.8125rem !important;
    margin-left: 2.8125rem !important;
  }
  .mx-pc--50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .mx-pc--55 {
    margin-right: 3.4375rem !important;
    margin-left: 3.4375rem !important;
  }
  .mx-pc--60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-pc--65 {
    margin-right: 4.0625rem !important;
    margin-left: 4.0625rem !important;
  }
  .mx-pc--70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-pc--75 {
    margin-right: 4.6875rem !important;
    margin-left: 4.6875rem !important;
  }
  .mx-pc--80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-pc--85 {
    margin-right: 5.3125rem !important;
    margin-left: 5.3125rem !important;
  }
  .mx-pc--90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-pc--95 {
    margin-right: 5.9375rem !important;
    margin-left: 5.9375rem !important;
  }
  .mx-pc--100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-pc--105 {
    margin-right: 6.5625rem !important;
    margin-left: 6.5625rem !important;
  }
  .mx-pc--110 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }
  .mx-pc--115 {
    margin-right: 7.1875rem !important;
    margin-left: 7.1875rem !important;
  }
  .mx-pc--120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-pc--125 {
    margin-right: 7.8125rem !important;
    margin-left: 7.8125rem !important;
  }
  .mx-pc--130 {
    margin-right: 8.125rem !important;
    margin-left: 8.125rem !important;
  }
  .mx-pc--135 {
    margin-right: 8.4375rem !important;
    margin-left: 8.4375rem !important;
  }
  .mx-pc--140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .mx-pc--145 {
    margin-right: 9.0625rem !important;
    margin-left: 9.0625rem !important;
  }
  .mx-pc--150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-pc--155 {
    margin-right: 9.6875rem !important;
    margin-left: 9.6875rem !important;
  }
  .mx-pc--160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-pc--165 {
    margin-right: 10.3125rem !important;
    margin-left: 10.3125rem !important;
  }
  .mx-pc--170 {
    margin-right: 10.625rem !important;
    margin-left: 10.625rem !important;
  }
  .mx-pc--175 {
    margin-right: 10.9375rem !important;
    margin-left: 10.9375rem !important;
  }
  .mx-pc--180 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }
  .mx-pc--185 {
    margin-right: 11.5625rem !important;
    margin-left: 11.5625rem !important;
  }
  .mx-pc--190 {
    margin-right: 11.875rem !important;
    margin-left: 11.875rem !important;
  }
  .mx-pc--195 {
    margin-right: 12.1875rem !important;
    margin-left: 12.1875rem !important;
  }
  .mx-pc--200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-pc--205 {
    margin-right: 12.8125rem !important;
    margin-left: 12.8125rem !important;
  }
  .mx-pc--210 {
    margin-right: 13.125rem !important;
    margin-left: 13.125rem !important;
  }
  .mx-pc--215 {
    margin-right: 13.4375rem !important;
    margin-left: 13.4375rem !important;
  }
  .mx-pc--220 {
    margin-right: 13.75rem !important;
    margin-left: 13.75rem !important;
  }
  .mx-pc--225 {
    margin-right: 14.0625rem !important;
    margin-left: 14.0625rem !important;
  }
  .mx-pc--230 {
    margin-right: 14.375rem !important;
    margin-left: 14.375rem !important;
  }
  .mx-pc--235 {
    margin-right: 14.6875rem !important;
    margin-left: 14.6875rem !important;
  }
  .mx-pc--240 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-pc--245 {
    margin-right: 15.3125rem !important;
    margin-left: 15.3125rem !important;
  }
  .mx-pc--250 {
    margin-right: 15.625rem !important;
    margin-left: 15.625rem !important;
  }
  /* margin y */
  .my-pc--0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-pc--5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-pc--10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-pc--15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .my-pc--20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-pc--25 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }
  .my-pc--30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-pc--35 {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important;
  }
  .my-pc--40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-pc--45 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }
  .my-pc--50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-pc--55 {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important;
  }
  .my-pc--60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-pc--65 {
    margin-top: 4.0625rem !important;
    margin-bottom: 4.0625rem !important;
  }
  .my-pc--70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-pc--75 {
    margin-top: 4.6875rem !important;
    margin-bottom: 4.6875rem !important;
  }
  .my-pc--80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-pc--85 {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important;
  }
  .my-pc--90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-pc--95 {
    margin-top: 5.9375rem !important;
    margin-bottom: 5.9375rem !important;
  }
  .my-pc--100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-pc--105 {
    margin-top: 6.5625rem !important;
    margin-bottom: 6.5625rem !important;
  }
  .my-pc--110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
  .my-pc--115 {
    margin-top: 7.1875rem !important;
    margin-bottom: 7.1875rem !important;
  }
  .my-pc--120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-pc--125 {
    margin-top: 7.8125rem !important;
    margin-bottom: 7.8125rem !important;
  }
  .my-pc--130 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }
  .my-pc--135 {
    margin-top: 8.4375rem !important;
    margin-bottom: 8.4375rem !important;
  }
  .my-pc--140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .my-pc--145 {
    margin-top: 9.0625rem !important;
    margin-bottom: 9.0625rem !important;
  }
  .my-pc--150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-pc--155 {
    margin-top: 9.6875rem !important;
    margin-bottom: 9.6875rem !important;
  }
  .my-pc--160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-pc--165 {
    margin-top: 10.3125rem !important;
    margin-bottom: 10.3125rem !important;
  }
  .my-pc--170 {
    margin-top: 10.625rem !important;
    margin-bottom: 10.625rem !important;
  }
  .my-pc--175 {
    margin-top: 10.9375rem !important;
    margin-bottom: 10.9375rem !important;
  }
  .my-pc--180 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .my-pc--185 {
    margin-top: 11.5625rem !important;
    margin-bottom: 11.5625rem !important;
  }
  .my-pc--190 {
    margin-top: 11.875rem !important;
    margin-bottom: 11.875rem !important;
  }
  .my-pc--195 {
    margin-top: 12.1875rem !important;
    margin-bottom: 12.1875rem !important;
  }
  .my-pc--200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-pc--205 {
    margin-top: 12.8125rem !important;
    margin-bottom: 12.8125rem !important;
  }
  .my-pc--210 {
    margin-top: 13.125rem !important;
    margin-bottom: 13.125rem !important;
  }
  .my-pc--215 {
    margin-top: 13.4375rem !important;
    margin-bottom: 13.4375rem !important;
  }
  .my-pc--220 {
    margin-top: 13.75rem !important;
    margin-bottom: 13.75rem !important;
  }
  .my-pc--225 {
    margin-top: 14.0625rem !important;
    margin-bottom: 14.0625rem !important;
  }
  .my-pc--230 {
    margin-top: 14.375rem !important;
    margin-bottom: 14.375rem !important;
  }
  .my-pc--235 {
    margin-top: 14.6875rem !important;
    margin-bottom: 14.6875rem !important;
  }
  .my-pc--240 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-pc--245 {
    margin-top: 15.3125rem !important;
    margin-bottom: 15.3125rem !important;
  }
  .my-pc--250 {
    margin-top: 15.625rem !important;
    margin-bottom: 15.625rem !important;
  }
}

@media (max-width: 600px) {
  /* padding left */
  .pl-sp--0 {
    padding-left: 0rem !important;
  }
  .pl-sp--5 {
    padding-left: 0.3125rem !important;
  }
  .pl-sp--10 {
    padding-left: 0.625rem !important;
  }
  .pl-sp--15 {
    padding-left: 0.9375rem !important;
  }
  .pl-sp--20 {
    padding-left: 1.25rem !important;
  }
  .pl-sp--25 {
    padding-left: 1.5625rem !important;
  }
  .pl-sp--30 {
    padding-left: 1.875rem !important;
  }
  .pl-sp--35 {
    padding-left: 2.1875rem !important;
  }
  .pl-sp--40 {
    padding-left: 2.5rem !important;
  }
  .pl-sp--45 {
    padding-left: 2.8125rem !important;
  }
  .pl-sp--50 {
    padding-left: 3.125rem !important;
  }
  .pl-sp--55 {
    padding-left: 3.4375rem !important;
  }
  .pl-sp--60 {
    padding-left: 3.75rem !important;
  }
  .pl-sp--65 {
    padding-left: 4.0625rem !important;
  }
  .pl-sp--70 {
    padding-left: 4.375rem !important;
  }
  .pl-sp--75 {
    padding-left: 4.6875rem !important;
  }
  .pl-sp--80 {
    padding-left: 5rem !important;
  }
  .pl-sp--85 {
    padding-left: 5.3125rem !important;
  }
  .pl-sp--90 {
    padding-left: 5.625rem !important;
  }
  .pl-sp--95 {
    padding-left: 5.9375rem !important;
  }
  .pl-sp--100 {
    padding-left: 6.25rem !important;
  }
  .pl-sp--105 {
    padding-left: 6.5625rem !important;
  }
  .pl-sp--110 {
    padding-left: 6.875rem !important;
  }
  .pl-sp--115 {
    padding-left: 7.1875rem !important;
  }
  .pl-sp--120 {
    padding-left: 7.5rem !important;
  }
  .pl-sp--125 {
    padding-left: 7.8125rem !important;
  }
  .pl-sp--130 {
    padding-left: 8.125rem !important;
  }
  .pl-sp--135 {
    padding-left: 8.4375rem !important;
  }
  .pl-sp--140 {
    padding-left: 8.75rem !important;
  }
  .pl-sp--145 {
    padding-left: 9.0625rem !important;
  }
  .pl-sp--150 {
    padding-left: 9.375rem !important;
  }
  .pl-sp--155 {
    padding-left: 9.6875rem !important;
  }
  .pl-sp--160 {
    padding-left: 10rem !important;
  }
  .pl-sp--165 {
    padding-left: 10.3125rem !important;
  }
  .pl-sp--170 {
    padding-left: 10.625rem !important;
  }
  .pl-sp--175 {
    padding-left: 10.9375rem !important;
  }
  .pl-sp--180 {
    padding-left: 11.25rem !important;
  }
  .pl-sp--185 {
    padding-left: 11.5625rem !important;
  }
  .pl-sp--190 {
    padding-left: 11.875rem !important;
  }
  .pl-sp--195 {
    padding-left: 12.1875rem !important;
  }
  .pl-sp--200 {
    padding-left: 12.5rem !important;
  }
  .pl-sp--205 {
    padding-left: 12.8125rem !important;
  }
  .pl-sp--210 {
    padding-left: 13.125rem !important;
  }
  .pl-sp--215 {
    padding-left: 13.4375rem !important;
  }
  .pl-sp--220 {
    padding-left: 13.75rem !important;
  }
  .pl-sp--225 {
    padding-left: 14.0625rem !important;
  }
  .pl-sp--230 {
    padding-left: 14.375rem !important;
  }
  .pl-sp--235 {
    padding-left: 14.6875rem !important;
  }
  .pl-sp--240 {
    padding-left: 15rem !important;
  }
  .pl-sp--245 {
    padding-left: 15.3125rem !important;
  }
  .pl-sp--250 {
    padding-left: 15.625rem !important;
  }
  /* padding right */
  .pr-sp--0 {
    padding-right: 0rem !important;
  }
  .pr-sp--5 {
    padding-right: 0.3125rem !important;
  }
  .pr-sp--10 {
    padding-right: 0.625rem !important;
  }
  .pr-sp--15 {
    padding-right: 0.9375rem !important;
  }
  .pr-sp--20 {
    padding-right: 1.25rem !important;
  }
  .pr-sp--25 {
    padding-right: 1.5625rem !important;
  }
  .pr-sp--30 {
    padding-right: 1.875rem !important;
  }
  .pr-sp--35 {
    padding-right: 2.1875rem !important;
  }
  .pr-sp--40 {
    padding-right: 2.5rem !important;
  }
  .pr-sp--45 {
    padding-right: 2.8125rem !important;
  }
  .pr-sp--50 {
    padding-right: 3.125rem !important;
  }
  .pr-sp--55 {
    padding-right: 3.4375rem !important;
  }
  .pr-sp--60 {
    padding-right: 3.75rem !important;
  }
  .pr-sp--65 {
    padding-right: 4.0625rem !important;
  }
  .pr-sp--70 {
    padding-right: 4.375rem !important;
  }
  .pr-sp--75 {
    padding-right: 4.6875rem !important;
  }
  .pr-sp--80 {
    padding-right: 5rem !important;
  }
  .pr-sp--85 {
    padding-right: 5.3125rem !important;
  }
  .pr-sp--90 {
    padding-right: 5.625rem !important;
  }
  .pr-sp--95 {
    padding-right: 5.9375rem !important;
  }
  .pr-sp--100 {
    padding-right: 6.25rem !important;
  }
  .pr-sp--105 {
    padding-right: 6.5625rem !important;
  }
  .pr-sp--110 {
    padding-right: 6.875rem !important;
  }
  .pr-sp--115 {
    padding-right: 7.1875rem !important;
  }
  .pr-sp--120 {
    padding-right: 7.5rem !important;
  }
  .pr-sp--125 {
    padding-right: 7.8125rem !important;
  }
  .pr-sp--130 {
    padding-right: 8.125rem !important;
  }
  .pr-sp--135 {
    padding-right: 8.4375rem !important;
  }
  .pr-sp--140 {
    padding-right: 8.75rem !important;
  }
  .pr-sp--145 {
    padding-right: 9.0625rem !important;
  }
  .pr-sp--150 {
    padding-right: 9.375rem !important;
  }
  .pr-sp--155 {
    padding-right: 9.6875rem !important;
  }
  .pr-sp--160 {
    padding-right: 10rem !important;
  }
  .pr-sp--165 {
    padding-right: 10.3125rem !important;
  }
  .pr-sp--170 {
    padding-right: 10.625rem !important;
  }
  .pr-sp--175 {
    padding-right: 10.9375rem !important;
  }
  .pr-sp--180 {
    padding-right: 11.25rem !important;
  }
  .pr-sp--185 {
    padding-right: 11.5625rem !important;
  }
  .pr-sp--190 {
    padding-right: 11.875rem !important;
  }
  .pr-sp--195 {
    padding-right: 12.1875rem !important;
  }
  .pr-sp--200 {
    padding-right: 12.5rem !important;
  }
  .pr-sp--205 {
    padding-right: 12.8125rem !important;
  }
  .pr-sp--210 {
    padding-right: 13.125rem !important;
  }
  .pr-sp--215 {
    padding-right: 13.4375rem !important;
  }
  .pr-sp--220 {
    padding-right: 13.75rem !important;
  }
  .pr-sp--225 {
    padding-right: 14.0625rem !important;
  }
  .pr-sp--230 {
    padding-right: 14.375rem !important;
  }
  .pr-sp--235 {
    padding-right: 14.6875rem !important;
  }
  .pr-sp--240 {
    padding-right: 15rem !important;
  }
  .pr-sp--245 {
    padding-right: 15.3125rem !important;
  }
  .pr-sp--250 {
    padding-right: 15.625rem !important;
  }
  /* padding top */
  .pt-sp--0 {
    padding-top: 0rem !important;
  }
  .pt-sp--5 {
    padding-top: 0.3125rem !important;
  }
  .pt-sp--10 {
    padding-top: 0.625rem !important;
  }
  .pt-sp--15 {
    padding-top: 0.9375rem !important;
  }
  .pt-sp--20 {
    padding-top: 1.25rem !important;
  }
  .pt-sp--25 {
    padding-top: 1.5625rem !important;
  }
  .pt-sp--30 {
    padding-top: 1.875rem !important;
  }
  .pt-sp--35 {
    padding-top: 2.1875rem !important;
  }
  .pt-sp--40 {
    padding-top: 2.5rem !important;
  }
  .pt-sp--45 {
    padding-top: 2.8125rem !important;
  }
  .pt-sp--50 {
    padding-top: 3.125rem !important;
  }
  .pt-sp--55 {
    padding-top: 3.4375rem !important;
  }
  .pt-sp--60 {
    padding-top: 3.75rem !important;
  }
  .pt-sp--65 {
    padding-top: 4.0625rem !important;
  }
  .pt-sp--70 {
    padding-top: 4.375rem !important;
  }
  .pt-sp--75 {
    padding-top: 4.6875rem !important;
  }
  .pt-sp--80 {
    padding-top: 5rem !important;
  }
  .pt-sp--85 {
    padding-top: 5.3125rem !important;
  }
  .pt-sp--90 {
    padding-top: 5.625rem !important;
  }
  .pt-sp--95 {
    padding-top: 5.9375rem !important;
  }
  .pt-sp--100 {
    padding-top: 6.25rem !important;
  }
  .pt-sp--105 {
    padding-top: 6.5625rem !important;
  }
  .pt-sp--110 {
    padding-top: 6.875rem !important;
  }
  .pt-sp--115 {
    padding-top: 7.1875rem !important;
  }
  .pt-sp--120 {
    padding-top: 7.5rem !important;
  }
  .pt-sp--125 {
    padding-top: 7.8125rem !important;
  }
  .pt-sp--130 {
    padding-top: 8.125rem !important;
  }
  .pt-sp--135 {
    padding-top: 8.4375rem !important;
  }
  .pt-sp--140 {
    padding-top: 8.75rem !important;
  }
  .pt-sp--145 {
    padding-top: 9.0625rem !important;
  }
  .pt-sp--150 {
    padding-top: 9.375rem !important;
  }
  .pt-sp--155 {
    padding-top: 9.6875rem !important;
  }
  .pt-sp--160 {
    padding-top: 10rem !important;
  }
  .pt-sp--165 {
    padding-top: 10.3125rem !important;
  }
  .pt-sp--170 {
    padding-top: 10.625rem !important;
  }
  .pt-sp--175 {
    padding-top: 10.9375rem !important;
  }
  .pt-sp--180 {
    padding-top: 11.25rem !important;
  }
  .pt-sp--185 {
    padding-top: 11.5625rem !important;
  }
  .pt-sp--190 {
    padding-top: 11.875rem !important;
  }
  .pt-sp--195 {
    padding-top: 12.1875rem !important;
  }
  .pt-sp--200 {
    padding-top: 12.5rem !important;
  }
  .pt-sp--205 {
    padding-top: 12.8125rem !important;
  }
  .pt-sp--210 {
    padding-top: 13.125rem !important;
  }
  .pt-sp--215 {
    padding-top: 13.4375rem !important;
  }
  .pt-sp--220 {
    padding-top: 13.75rem !important;
  }
  .pt-sp--225 {
    padding-top: 14.0625rem !important;
  }
  .pt-sp--230 {
    padding-top: 14.375rem !important;
  }
  .pt-sp--235 {
    padding-top: 14.6875rem !important;
  }
  .pt-sp--240 {
    padding-top: 15rem !important;
  }
  .pt-sp--245 {
    padding-top: 15.3125rem !important;
  }
  .pt-sp--250 {
    padding-top: 15.625rem !important;
  }
  /* padding bottom */
  .pb-sp--0 {
    padding-bottom: 0rem !important;
  }
  .pb-sp--5 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-sp--10 {
    padding-bottom: 0.625rem !important;
  }
  .pb-sp--15 {
    padding-bottom: 0.9375rem !important;
  }
  .pb-sp--20 {
    padding-bottom: 1.25rem !important;
  }
  .pb-sp--25 {
    padding-bottom: 1.5625rem !important;
  }
  .pb-sp--30 {
    padding-bottom: 1.875rem !important;
  }
  .pb-sp--35 {
    padding-bottom: 2.1875rem !important;
  }
  .pb-sp--40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sp--45 {
    padding-bottom: 2.8125rem !important;
  }
  .pb-sp--50 {
    padding-bottom: 3.125rem !important;
  }
  .pb-sp--55 {
    padding-bottom: 3.4375rem !important;
  }
  .pb-sp--60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-sp--65 {
    padding-bottom: 4.0625rem !important;
  }
  .pb-sp--70 {
    padding-bottom: 4.375rem !important;
  }
  .pb-sp--75 {
    padding-bottom: 4.6875rem !important;
  }
  .pb-sp--80 {
    padding-bottom: 5rem !important;
  }
  .pb-sp--85 {
    padding-bottom: 5.3125rem !important;
  }
  .pb-sp--90 {
    padding-bottom: 5.625rem !important;
  }
  .pb-sp--95 {
    padding-bottom: 5.9375rem !important;
  }
  .pb-sp--100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-sp--105 {
    padding-bottom: 6.5625rem !important;
  }
  .pb-sp--110 {
    padding-bottom: 6.875rem !important;
  }
  .pb-sp--115 {
    padding-bottom: 7.1875rem !important;
  }
  .pb-sp--120 {
    padding-bottom: 7.5rem !important;
  }
  .pb-sp--125 {
    padding-bottom: 7.8125rem !important;
  }
  .pb-sp--130 {
    padding-bottom: 8.125rem !important;
  }
  .pb-sp--135 {
    padding-bottom: 8.4375rem !important;
  }
  .pb-sp--140 {
    padding-bottom: 8.75rem !important;
  }
  .pb-sp--145 {
    padding-bottom: 9.0625rem !important;
  }
  .pb-sp--150 {
    padding-bottom: 9.375rem !important;
  }
  .pb-sp--155 {
    padding-bottom: 9.6875rem !important;
  }
  .pb-sp--160 {
    padding-bottom: 10rem !important;
  }
  .pb-sp--165 {
    padding-bottom: 10.3125rem !important;
  }
  .pb-sp--170 {
    padding-bottom: 10.625rem !important;
  }
  .pb-sp--175 {
    padding-bottom: 10.9375rem !important;
  }
  .pb-sp--180 {
    padding-bottom: 11.25rem !important;
  }
  .pb-sp--185 {
    padding-bottom: 11.5625rem !important;
  }
  .pb-sp--190 {
    padding-bottom: 11.875rem !important;
  }
  .pb-sp--195 {
    padding-bottom: 12.1875rem !important;
  }
  .pb-sp--200 {
    padding-bottom: 12.5rem !important;
  }
  .pb-sp--205 {
    padding-bottom: 12.8125rem !important;
  }
  .pb-sp--210 {
    padding-bottom: 13.125rem !important;
  }
  .pb-sp--215 {
    padding-bottom: 13.4375rem !important;
  }
  .pb-sp--220 {
    padding-bottom: 13.75rem !important;
  }
  .pb-sp--225 {
    padding-bottom: 14.0625rem !important;
  }
  .pb-sp--230 {
    padding-bottom: 14.375rem !important;
  }
  .pb-sp--235 {
    padding-bottom: 14.6875rem !important;
  }
  .pb-sp--240 {
    padding-bottom: 15rem !important;
  }
  .pb-sp--245 {
    padding-bottom: 15.3125rem !important;
  }
  .pb-sp--250 {
    padding-bottom: 15.625rem !important;
  }
  /* padding x */
  .px-sp--0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .px-sp--5 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-sp--10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-sp--15 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }
  .px-sp--20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-sp--25 {
    padding-right: 1.5625rem !important;
    padding-left: 1.5625rem !important;
  }
  .px-sp--30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-sp--35 {
    padding-right: 2.1875rem !important;
    padding-left: 2.1875rem !important;
  }
  .px-sp--40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-sp--45 {
    padding-right: 2.8125rem !important;
    padding-left: 2.8125rem !important;
  }
  .px-sp--50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .px-sp--55 {
    padding-right: 3.4375rem !important;
    padding-left: 3.4375rem !important;
  }
  .px-sp--60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-sp--65 {
    padding-right: 4.0625rem !important;
    padding-left: 4.0625rem !important;
  }
  .px-sp--70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-sp--75 {
    padding-right: 4.6875rem !important;
    padding-left: 4.6875rem !important;
  }
  .px-sp--80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sp--85 {
    padding-right: 5.3125rem !important;
    padding-left: 5.3125rem !important;
  }
  .px-sp--90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-sp--95 {
    padding-right: 5.9375rem !important;
    padding-left: 5.9375rem !important;
  }
  .px-sp--100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-sp--105 {
    padding-right: 6.5625rem !important;
    padding-left: 6.5625rem !important;
  }
  .px-sp--110 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }
  .px-sp--115 {
    padding-right: 7.1875rem !important;
    padding-left: 7.1875rem !important;
  }
  .px-sp--120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-sp--125 {
    padding-right: 7.8125rem !important;
    padding-left: 7.8125rem !important;
  }
  .px-sp--130 {
    padding-right: 8.125rem !important;
    padding-left: 8.125rem !important;
  }
  .px-sp--135 {
    padding-right: 8.4375rem !important;
    padding-left: 8.4375rem !important;
  }
  .px-sp--140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .px-sp--145 {
    padding-right: 9.0625rem !important;
    padding-left: 9.0625rem !important;
  }
  .px-sp--150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-sp--155 {
    padding-right: 9.6875rem !important;
    padding-left: 9.6875rem !important;
  }
  .px-sp--160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-sp--165 {
    padding-right: 10.3125rem !important;
    padding-left: 10.3125rem !important;
  }
  .px-sp--170 {
    padding-right: 10.625rem !important;
    padding-left: 10.625rem !important;
  }
  .px-sp--175 {
    padding-right: 10.9375rem !important;
    padding-left: 10.9375rem !important;
  }
  .px-sp--180 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }
  .px-sp--185 {
    padding-right: 11.5625rem !important;
    padding-left: 11.5625rem !important;
  }
  .px-sp--190 {
    padding-right: 11.875rem !important;
    padding-left: 11.875rem !important;
  }
  .px-sp--195 {
    padding-right: 12.1875rem !important;
    padding-left: 12.1875rem !important;
  }
  .px-sp--200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-sp--205 {
    padding-right: 12.8125rem !important;
    padding-left: 12.8125rem !important;
  }
  .px-sp--210 {
    padding-right: 13.125rem !important;
    padding-left: 13.125rem !important;
  }
  .px-sp--215 {
    padding-right: 13.4375rem !important;
    padding-left: 13.4375rem !important;
  }
  .px-sp--220 {
    padding-right: 13.75rem !important;
    padding-left: 13.75rem !important;
  }
  .px-sp--225 {
    padding-right: 14.0625rem !important;
    padding-left: 14.0625rem !important;
  }
  .px-sp--230 {
    padding-right: 14.375rem !important;
    padding-left: 14.375rem !important;
  }
  .px-sp--235 {
    padding-right: 14.6875rem !important;
    padding-left: 14.6875rem !important;
  }
  .px-sp--240 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-sp--245 {
    padding-right: 15.3125rem !important;
    padding-left: 15.3125rem !important;
  }
  .px-sp--250 {
    padding-right: 15.625rem !important;
    padding-left: 15.625rem !important;
  }
  /* padding y */
  .py-sp--0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-sp--5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-sp--10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-sp--15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
  .py-sp--20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-sp--25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }
  .py-sp--30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-sp--35 {
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important;
  }
  .py-sp--40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sp--45 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }
  .py-sp--50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-sp--55 {
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important;
  }
  .py-sp--60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-sp--65 {
    padding-top: 4.0625rem !important;
    padding-bottom: 4.0625rem !important;
  }
  .py-sp--70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-sp--75 {
    padding-top: 4.6875rem !important;
    padding-bottom: 4.6875rem !important;
  }
  .py-sp--80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sp--85 {
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important;
  }
  .py-sp--90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-sp--95 {
    padding-top: 5.9375rem !important;
    padding-bottom: 5.9375rem !important;
  }
  .py-sp--100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-sp--105 {
    padding-top: 6.5625rem !important;
    padding-bottom: 6.5625rem !important;
  }
  .py-sp--110 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }
  .py-sp--115 {
    padding-top: 7.1875rem !important;
    padding-bottom: 7.1875rem !important;
  }
  .py-sp--120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-sp--125 {
    padding-top: 7.8125rem !important;
    padding-bottom: 7.8125rem !important;
  }
  .py-sp--130 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }
  .py-sp--135 {
    padding-top: 8.4375rem !important;
    padding-bottom: 8.4375rem !important;
  }
  .py-sp--140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .py-sp--145 {
    padding-top: 9.0625rem !important;
    padding-bottom: 9.0625rem !important;
  }
  .py-sp--150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-sp--155 {
    padding-top: 9.6875rem !important;
    padding-bottom: 9.6875rem !important;
  }
  .py-sp--160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-sp--165 {
    padding-top: 10.3125rem !important;
    padding-bottom: 10.3125rem !important;
  }
  .py-sp--170 {
    padding-top: 10.625rem !important;
    padding-bottom: 10.625rem !important;
  }
  .py-sp--175 {
    padding-top: 10.9375rem !important;
    padding-bottom: 10.9375rem !important;
  }
  .py-sp--180 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
  .py-sp--185 {
    padding-top: 11.5625rem !important;
    padding-bottom: 11.5625rem !important;
  }
  .py-sp--190 {
    padding-top: 11.875rem !important;
    padding-bottom: 11.875rem !important;
  }
  .py-sp--195 {
    padding-top: 12.1875rem !important;
    padding-bottom: 12.1875rem !important;
  }
  .py-sp--200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-sp--205 {
    padding-top: 12.8125rem !important;
    padding-bottom: 12.8125rem !important;
  }
  .py-sp--210 {
    padding-top: 13.125rem !important;
    padding-bottom: 13.125rem !important;
  }
  .py-sp--215 {
    padding-top: 13.4375rem !important;
    padding-bottom: 13.4375rem !important;
  }
  .py-sp--220 {
    padding-top: 13.75rem !important;
    padding-bottom: 13.75rem !important;
  }
  .py-sp--225 {
    padding-top: 14.0625rem !important;
    padding-bottom: 14.0625rem !important;
  }
  .py-sp--230 {
    padding-top: 14.375rem !important;
    padding-bottom: 14.375rem !important;
  }
  .py-sp--235 {
    padding-top: 14.6875rem !important;
    padding-bottom: 14.6875rem !important;
  }
  .py-sp--240 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-sp--245 {
    padding-top: 15.3125rem !important;
    padding-bottom: 15.3125rem !important;
  }
  .py-sp--250 {
    padding-top: 15.625rem !important;
    padding-bottom: 15.625rem !important;
  }
  /* margin left */
  .ml-sp--0 {
    margin-left: 0rem !important;
  }
  .ml-sp--5 {
    margin-left: 0.3125rem !important;
  }
  .ml-sp--10 {
    margin-left: 0.625rem !important;
  }
  .ml-sp--15 {
    margin-left: 0.9375rem !important;
  }
  .ml-sp--20 {
    margin-left: 1.25rem !important;
  }
  .ml-sp--25 {
    margin-left: 1.5625rem !important;
  }
  .ml-sp--30 {
    margin-left: 1.875rem !important;
  }
  .ml-sp--35 {
    margin-left: 2.1875rem !important;
  }
  .ml-sp--40 {
    margin-left: 2.5rem !important;
  }
  .ml-sp--45 {
    margin-left: 2.8125rem !important;
  }
  .ml-sp--50 {
    margin-left: 3.125rem !important;
  }
  .ml-sp--55 {
    margin-left: 3.4375rem !important;
  }
  .ml-sp--60 {
    margin-left: 3.75rem !important;
  }
  .ml-sp--65 {
    margin-left: 4.0625rem !important;
  }
  .ml-sp--70 {
    margin-left: 4.375rem !important;
  }
  .ml-sp--75 {
    margin-left: 4.6875rem !important;
  }
  .ml-sp--80 {
    margin-left: 5rem !important;
  }
  .ml-sp--85 {
    margin-left: 5.3125rem !important;
  }
  .ml-sp--90 {
    margin-left: 5.625rem !important;
  }
  .ml-sp--95 {
    margin-left: 5.9375rem !important;
  }
  .ml-sp--100 {
    margin-left: 6.25rem !important;
  }
  .ml-sp--105 {
    margin-left: 6.5625rem !important;
  }
  .ml-sp--110 {
    margin-left: 6.875rem !important;
  }
  .ml-sp--115 {
    margin-left: 7.1875rem !important;
  }
  .ml-sp--120 {
    margin-left: 7.5rem !important;
  }
  .ml-sp--125 {
    margin-left: 7.8125rem !important;
  }
  .ml-sp--130 {
    margin-left: 8.125rem !important;
  }
  .ml-sp--135 {
    margin-left: 8.4375rem !important;
  }
  .ml-sp--140 {
    margin-left: 8.75rem !important;
  }
  .ml-sp--145 {
    margin-left: 9.0625rem !important;
  }
  .ml-sp--150 {
    margin-left: 9.375rem !important;
  }
  .ml-sp--155 {
    margin-left: 9.6875rem !important;
  }
  .ml-sp--160 {
    margin-left: 10rem !important;
  }
  .ml-sp--165 {
    margin-left: 10.3125rem !important;
  }
  .ml-sp--170 {
    margin-left: 10.625rem !important;
  }
  .ml-sp--175 {
    margin-left: 10.9375rem !important;
  }
  .ml-sp--180 {
    margin-left: 11.25rem !important;
  }
  .ml-sp--185 {
    margin-left: 11.5625rem !important;
  }
  .ml-sp--190 {
    margin-left: 11.875rem !important;
  }
  .ml-sp--195 {
    margin-left: 12.1875rem !important;
  }
  .ml-sp--200 {
    margin-left: 12.5rem !important;
  }
  .ml-sp--205 {
    margin-left: 12.8125rem !important;
  }
  .ml-sp--210 {
    margin-left: 13.125rem !important;
  }
  .ml-sp--215 {
    margin-left: 13.4375rem !important;
  }
  .ml-sp--220 {
    margin-left: 13.75rem !important;
  }
  .ml-sp--225 {
    margin-left: 14.0625rem !important;
  }
  .ml-sp--230 {
    margin-left: 14.375rem !important;
  }
  .ml-sp--235 {
    margin-left: 14.6875rem !important;
  }
  .ml-sp--240 {
    margin-left: 15rem !important;
  }
  .ml-sp--245 {
    margin-left: 15.3125rem !important;
  }
  .ml-sp--250 {
    margin-left: 15.625rem !important;
  }
  /* margin right */
  .mr-sp--0 {
    margin-right: 0rem !important;
  }
  .mr-sp--5 {
    margin-right: 0.3125rem !important;
  }
  .mr-sp--10 {
    margin-right: 0.625rem !important;
  }
  .mr-sp--15 {
    margin-right: 0.9375rem !important;
  }
  .mr-sp--20 {
    margin-right: 1.25rem !important;
  }
  .mr-sp--25 {
    margin-right: 1.5625rem !important;
  }
  .mr-sp--30 {
    margin-right: 1.875rem !important;
  }
  .mr-sp--35 {
    margin-right: 2.1875rem !important;
  }
  .mr-sp--40 {
    margin-right: 2.5rem !important;
  }
  .mr-sp--45 {
    margin-right: 2.8125rem !important;
  }
  .mr-sp--50 {
    margin-right: 3.125rem !important;
  }
  .mr-sp--55 {
    margin-right: 3.4375rem !important;
  }
  .mr-sp--60 {
    margin-right: 3.75rem !important;
  }
  .mr-sp--65 {
    margin-right: 4.0625rem !important;
  }
  .mr-sp--70 {
    margin-right: 4.375rem !important;
  }
  .mr-sp--75 {
    margin-right: 4.6875rem !important;
  }
  .mr-sp--80 {
    margin-right: 5rem !important;
  }
  .mr-sp--85 {
    margin-right: 5.3125rem !important;
  }
  .mr-sp--90 {
    margin-right: 5.625rem !important;
  }
  .mr-sp--95 {
    margin-right: 5.9375rem !important;
  }
  .mr-sp--100 {
    margin-right: 6.25rem !important;
  }
  .mr-sp--105 {
    margin-right: 6.5625rem !important;
  }
  .mr-sp--110 {
    margin-right: 6.875rem !important;
  }
  .mr-sp--115 {
    margin-right: 7.1875rem !important;
  }
  .mr-sp--120 {
    margin-right: 7.5rem !important;
  }
  .mr-sp--125 {
    margin-right: 7.8125rem !important;
  }
  .mr-sp--130 {
    margin-right: 8.125rem !important;
  }
  .mr-sp--135 {
    margin-right: 8.4375rem !important;
  }
  .mr-sp--140 {
    margin-right: 8.75rem !important;
  }
  .mr-sp--145 {
    margin-right: 9.0625rem !important;
  }
  .mr-sp--150 {
    margin-right: 9.375rem !important;
  }
  .mr-sp--155 {
    margin-right: 9.6875rem !important;
  }
  .mr-sp--160 {
    margin-right: 10rem !important;
  }
  .mr-sp--165 {
    margin-right: 10.3125rem !important;
  }
  .mr-sp--170 {
    margin-right: 10.625rem !important;
  }
  .mr-sp--175 {
    margin-right: 10.9375rem !important;
  }
  .mr-sp--180 {
    margin-right: 11.25rem !important;
  }
  .mr-sp--185 {
    margin-right: 11.5625rem !important;
  }
  .mr-sp--190 {
    margin-right: 11.875rem !important;
  }
  .mr-sp--195 {
    margin-right: 12.1875rem !important;
  }
  .mr-sp--200 {
    margin-right: 12.5rem !important;
  }
  .mr-sp--205 {
    margin-right: 12.8125rem !important;
  }
  .mr-sp--210 {
    margin-right: 13.125rem !important;
  }
  .mr-sp--215 {
    margin-right: 13.4375rem !important;
  }
  .mr-sp--220 {
    margin-right: 13.75rem !important;
  }
  .mr-sp--225 {
    margin-right: 14.0625rem !important;
  }
  .mr-sp--230 {
    margin-right: 14.375rem !important;
  }
  .mr-sp--235 {
    margin-right: 14.6875rem !important;
  }
  .mr-sp--240 {
    margin-right: 15rem !important;
  }
  .mr-sp--245 {
    margin-right: 15.3125rem !important;
  }
  .mr-sp--250 {
    margin-right: 15.625rem !important;
  }
  /* margin top */
  .mt-sp--0 {
    margin-top: 0rem !important;
  }
  .mt-sp--5 {
    margin-top: 0.3125rem !important;
  }
  .mt-sp--10 {
    margin-top: 0.625rem !important;
  }
  .mt-sp--15 {
    margin-top: 0.9375rem !important;
  }
  .mt-sp--20 {
    margin-top: 1.25rem !important;
  }
  .mt-sp--25 {
    margin-top: 1.5625rem !important;
  }
  .mt-sp--30 {
    margin-top: 1.875rem !important;
  }
  .mt-sp--35 {
    margin-top: 2.1875rem !important;
  }
  .mt-sp--40 {
    margin-top: 2.5rem !important;
  }
  .mt-sp--45 {
    margin-top: 2.8125rem !important;
  }
  .mt-sp--50 {
    margin-top: 3.125rem !important;
  }
  .mt-sp--55 {
    margin-top: 3.4375rem !important;
  }
  .mt-sp--60 {
    margin-top: 3.75rem !important;
  }
  .mt-sp--65 {
    margin-top: 4.0625rem !important;
  }
  .mt-sp--70 {
    margin-top: 4.375rem !important;
  }
  .mt-sp--75 {
    margin-top: 4.6875rem !important;
  }
  .mt-sp--80 {
    margin-top: 5rem !important;
  }
  .mt-sp--85 {
    margin-top: 5.3125rem !important;
  }
  .mt-sp--90 {
    margin-top: 5.625rem !important;
  }
  .mt-sp--95 {
    margin-top: 5.9375rem !important;
  }
  .mt-sp--100 {
    margin-top: 6.25rem !important;
  }
  .mt-sp--105 {
    margin-top: 6.5625rem !important;
  }
  .mt-sp--110 {
    margin-top: 6.875rem !important;
  }
  .mt-sp--115 {
    margin-top: 7.1875rem !important;
  }
  .mt-sp--120 {
    margin-top: 7.5rem !important;
  }
  .mt-sp--125 {
    margin-top: 7.8125rem !important;
  }
  .mt-sp--130 {
    margin-top: 8.125rem !important;
  }
  .mt-sp--135 {
    margin-top: 8.4375rem !important;
  }
  .mt-sp--140 {
    margin-top: 8.75rem !important;
  }
  .mt-sp--145 {
    margin-top: 9.0625rem !important;
  }
  .mt-sp--150 {
    margin-top: 9.375rem !important;
  }
  .mt-sp--155 {
    margin-top: 9.6875rem !important;
  }
  .mt-sp--160 {
    margin-top: 10rem !important;
  }
  .mt-sp--165 {
    margin-top: 10.3125rem !important;
  }
  .mt-sp--170 {
    margin-top: 10.625rem !important;
  }
  .mt-sp--175 {
    margin-top: 10.9375rem !important;
  }
  .mt-sp--180 {
    margin-top: 11.25rem !important;
  }
  .mt-sp--185 {
    margin-top: 11.5625rem !important;
  }
  .mt-sp--190 {
    margin-top: 11.875rem !important;
  }
  .mt-sp--195 {
    margin-top: 12.1875rem !important;
  }
  .mt-sp--200 {
    margin-top: 12.5rem !important;
  }
  .mt-sp--205 {
    margin-top: 12.8125rem !important;
  }
  .mt-sp--210 {
    margin-top: 13.125rem !important;
  }
  .mt-sp--215 {
    margin-top: 13.4375rem !important;
  }
  .mt-sp--220 {
    margin-top: 13.75rem !important;
  }
  .mt-sp--225 {
    margin-top: 14.0625rem !important;
  }
  .mt-sp--230 {
    margin-top: 14.375rem !important;
  }
  .mt-sp--235 {
    margin-top: 14.6875rem !important;
  }
  .mt-sp--240 {
    margin-top: 15rem !important;
  }
  .mt-sp--245 {
    margin-top: 15.3125rem !important;
  }
  .mt-sp--250 {
    margin-top: 15.625rem !important;
  }
  /* margin bottom */
  .mb-sp--0 {
    margin-bottom: 0rem !important;
  }
  .mb-sp--5 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-sp--10 {
    margin-bottom: 0.625rem !important;
  }
  .mb-sp--15 {
    margin-bottom: 0.9375rem !important;
  }
  .mb-sp--20 {
    margin-bottom: 1.25rem !important;
  }
  .mb-sp--25 {
    margin-bottom: 1.5625rem !important;
  }
  .mb-sp--30 {
    margin-bottom: 1.875rem !important;
  }
  .mb-sp--35 {
    margin-bottom: 2.1875rem !important;
  }
  .mb-sp--40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sp--45 {
    margin-bottom: 2.8125rem !important;
  }
  .mb-sp--50 {
    margin-bottom: 3.125rem !important;
  }
  .mb-sp--55 {
    margin-bottom: 3.4375rem !important;
  }
  .mb-sp--60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-sp--65 {
    margin-bottom: 4.0625rem !important;
  }
  .mb-sp--70 {
    margin-bottom: 4.375rem !important;
  }
  .mb-sp--75 {
    margin-bottom: 4.6875rem !important;
  }
  .mb-sp--80 {
    margin-bottom: 5rem !important;
  }
  .mb-sp--85 {
    margin-bottom: 5.3125rem !important;
  }
  .mb-sp--90 {
    margin-bottom: 5.625rem !important;
  }
  .mb-sp--95 {
    margin-bottom: 5.9375rem !important;
  }
  .mb-sp--100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-sp--105 {
    margin-bottom: 6.5625rem !important;
  }
  .mb-sp--110 {
    margin-bottom: 6.875rem !important;
  }
  .mb-sp--115 {
    margin-bottom: 7.1875rem !important;
  }
  .mb-sp--120 {
    margin-bottom: 7.5rem !important;
  }
  .mb-sp--125 {
    margin-bottom: 7.8125rem !important;
  }
  .mb-sp--130 {
    margin-bottom: 8.125rem !important;
  }
  .mb-sp--135 {
    margin-bottom: 8.4375rem !important;
  }
  .mb-sp--140 {
    margin-bottom: 8.75rem !important;
  }
  .mb-sp--145 {
    margin-bottom: 9.0625rem !important;
  }
  .mb-sp--150 {
    margin-bottom: 9.375rem !important;
  }
  .mb-sp--155 {
    margin-bottom: 9.6875rem !important;
  }
  .mb-sp--160 {
    margin-bottom: 10rem !important;
  }
  .mb-sp--165 {
    margin-bottom: 10.3125rem !important;
  }
  .mb-sp--170 {
    margin-bottom: 10.625rem !important;
  }
  .mb-sp--175 {
    margin-bottom: 10.9375rem !important;
  }
  .mb-sp--180 {
    margin-bottom: 11.25rem !important;
  }
  .mb-sp--185 {
    margin-bottom: 11.5625rem !important;
  }
  .mb-sp--190 {
    margin-bottom: 11.875rem !important;
  }
  .mb-sp--195 {
    margin-bottom: 12.1875rem !important;
  }
  .mb-sp--200 {
    margin-bottom: 12.5rem !important;
  }
  .mb-sp--205 {
    margin-bottom: 12.8125rem !important;
  }
  .mb-sp--210 {
    margin-bottom: 13.125rem !important;
  }
  .mb-sp--215 {
    margin-bottom: 13.4375rem !important;
  }
  .mb-sp--220 {
    margin-bottom: 13.75rem !important;
  }
  .mb-sp--225 {
    margin-bottom: 14.0625rem !important;
  }
  .mb-sp--230 {
    margin-bottom: 14.375rem !important;
  }
  .mb-sp--235 {
    margin-bottom: 14.6875rem !important;
  }
  .mb-sp--240 {
    margin-bottom: 15rem !important;
  }
  .mb-sp--245 {
    margin-bottom: 15.3125rem !important;
  }
  .mb-sp--250 {
    margin-bottom: 15.625rem !important;
  }
  /* margin x */
  .mx-sp--0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .mx-sp--5 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-sp--10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-sp--15 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }
  .mx-sp--20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-sp--25 {
    margin-right: 1.5625rem !important;
    margin-left: 1.5625rem !important;
  }
  .mx-sp--30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-sp--35 {
    margin-right: 2.1875rem !important;
    margin-left: 2.1875rem !important;
  }
  .mx-sp--40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sp--45 {
    margin-right: 2.8125rem !important;
    margin-left: 2.8125rem !important;
  }
  .mx-sp--50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .mx-sp--55 {
    margin-right: 3.4375rem !important;
    margin-left: 3.4375rem !important;
  }
  .mx-sp--60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-sp--65 {
    margin-right: 4.0625rem !important;
    margin-left: 4.0625rem !important;
  }
  .mx-sp--70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-sp--75 {
    margin-right: 4.6875rem !important;
    margin-left: 4.6875rem !important;
  }
  .mx-sp--80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sp--85 {
    margin-right: 5.3125rem !important;
    margin-left: 5.3125rem !important;
  }
  .mx-sp--90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-sp--95 {
    margin-right: 5.9375rem !important;
    margin-left: 5.9375rem !important;
  }
  .mx-sp--100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-sp--105 {
    margin-right: 6.5625rem !important;
    margin-left: 6.5625rem !important;
  }
  .mx-sp--110 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }
  .mx-sp--115 {
    margin-right: 7.1875rem !important;
    margin-left: 7.1875rem !important;
  }
  .mx-sp--120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-sp--125 {
    margin-right: 7.8125rem !important;
    margin-left: 7.8125rem !important;
  }
  .mx-sp--130 {
    margin-right: 8.125rem !important;
    margin-left: 8.125rem !important;
  }
  .mx-sp--135 {
    margin-right: 8.4375rem !important;
    margin-left: 8.4375rem !important;
  }
  .mx-sp--140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .mx-sp--145 {
    margin-right: 9.0625rem !important;
    margin-left: 9.0625rem !important;
  }
  .mx-sp--150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-sp--155 {
    margin-right: 9.6875rem !important;
    margin-left: 9.6875rem !important;
  }
  .mx-sp--160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-sp--165 {
    margin-right: 10.3125rem !important;
    margin-left: 10.3125rem !important;
  }
  .mx-sp--170 {
    margin-right: 10.625rem !important;
    margin-left: 10.625rem !important;
  }
  .mx-sp--175 {
    margin-right: 10.9375rem !important;
    margin-left: 10.9375rem !important;
  }
  .mx-sp--180 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }
  .mx-sp--185 {
    margin-right: 11.5625rem !important;
    margin-left: 11.5625rem !important;
  }
  .mx-sp--190 {
    margin-right: 11.875rem !important;
    margin-left: 11.875rem !important;
  }
  .mx-sp--195 {
    margin-right: 12.1875rem !important;
    margin-left: 12.1875rem !important;
  }
  .mx-sp--200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-sp--205 {
    margin-right: 12.8125rem !important;
    margin-left: 12.8125rem !important;
  }
  .mx-sp--210 {
    margin-right: 13.125rem !important;
    margin-left: 13.125rem !important;
  }
  .mx-sp--215 {
    margin-right: 13.4375rem !important;
    margin-left: 13.4375rem !important;
  }
  .mx-sp--220 {
    margin-right: 13.75rem !important;
    margin-left: 13.75rem !important;
  }
  .mx-sp--225 {
    margin-right: 14.0625rem !important;
    margin-left: 14.0625rem !important;
  }
  .mx-sp--230 {
    margin-right: 14.375rem !important;
    margin-left: 14.375rem !important;
  }
  .mx-sp--235 {
    margin-right: 14.6875rem !important;
    margin-left: 14.6875rem !important;
  }
  .mx-sp--240 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-sp--245 {
    margin-right: 15.3125rem !important;
    margin-left: 15.3125rem !important;
  }
  .mx-sp--250 {
    margin-right: 15.625rem !important;
    margin-left: 15.625rem !important;
  }
  /* margin y */
  .my-sp--0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-sp--5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-sp--10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-sp--15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .my-sp--20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-sp--25 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }
  .my-sp--30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-sp--35 {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important;
  }
  .my-sp--40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sp--45 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }
  .my-sp--50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-sp--55 {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important;
  }
  .my-sp--60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-sp--65 {
    margin-top: 4.0625rem !important;
    margin-bottom: 4.0625rem !important;
  }
  .my-sp--70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-sp--75 {
    margin-top: 4.6875rem !important;
    margin-bottom: 4.6875rem !important;
  }
  .my-sp--80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sp--85 {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important;
  }
  .my-sp--90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-sp--95 {
    margin-top: 5.9375rem !important;
    margin-bottom: 5.9375rem !important;
  }
  .my-sp--100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-sp--105 {
    margin-top: 6.5625rem !important;
    margin-bottom: 6.5625rem !important;
  }
  .my-sp--110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
  .my-sp--115 {
    margin-top: 7.1875rem !important;
    margin-bottom: 7.1875rem !important;
  }
  .my-sp--120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-sp--125 {
    margin-top: 7.8125rem !important;
    margin-bottom: 7.8125rem !important;
  }
  .my-sp--130 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }
  .my-sp--135 {
    margin-top: 8.4375rem !important;
    margin-bottom: 8.4375rem !important;
  }
  .my-sp--140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .my-sp--145 {
    margin-top: 9.0625rem !important;
    margin-bottom: 9.0625rem !important;
  }
  .my-sp--150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-sp--155 {
    margin-top: 9.6875rem !important;
    margin-bottom: 9.6875rem !important;
  }
  .my-sp--160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-sp--165 {
    margin-top: 10.3125rem !important;
    margin-bottom: 10.3125rem !important;
  }
  .my-sp--170 {
    margin-top: 10.625rem !important;
    margin-bottom: 10.625rem !important;
  }
  .my-sp--175 {
    margin-top: 10.9375rem !important;
    margin-bottom: 10.9375rem !important;
  }
  .my-sp--180 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .my-sp--185 {
    margin-top: 11.5625rem !important;
    margin-bottom: 11.5625rem !important;
  }
  .my-sp--190 {
    margin-top: 11.875rem !important;
    margin-bottom: 11.875rem !important;
  }
  .my-sp--195 {
    margin-top: 12.1875rem !important;
    margin-bottom: 12.1875rem !important;
  }
  .my-sp--200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-sp--205 {
    margin-top: 12.8125rem !important;
    margin-bottom: 12.8125rem !important;
  }
  .my-sp--210 {
    margin-top: 13.125rem !important;
    margin-bottom: 13.125rem !important;
  }
  .my-sp--215 {
    margin-top: 13.4375rem !important;
    margin-bottom: 13.4375rem !important;
  }
  .my-sp--220 {
    margin-top: 13.75rem !important;
    margin-bottom: 13.75rem !important;
  }
  .my-sp--225 {
    margin-top: 14.0625rem !important;
    margin-bottom: 14.0625rem !important;
  }
  .my-sp--230 {
    margin-top: 14.375rem !important;
    margin-bottom: 14.375rem !important;
  }
  .my-sp--235 {
    margin-top: 14.6875rem !important;
    margin-bottom: 14.6875rem !important;
  }
  .my-sp--240 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-sp--245 {
    margin-top: 15.3125rem !important;
    margin-bottom: 15.3125rem !important;
  }
  .my-sp--250 {
    margin-top: 15.625rem !important;
    margin-bottom: 15.625rem !important;
  }
}

.m--auto {
  margin-right: auto;
  margin-left: auto;
}

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

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

@media (min-width: 601px) {
  .mx__pc--auto {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 600px) {
  .mx__sp--auto {
    margin-right: auto;
    margin-left: auto;
  }
}

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

.p--auto {
  padding-right: auto;
  padding-left: auto;
}

.pl--auto {
  padding-left: auto;
}

.pr--auto {
  padding-right: auto;
}

@media (min-width: 601px) {
  .px__pc--auto {
    padding-right: auto;
    padding-left: auto;
  }
}

@media (max-width: 600px) {
  .px__sp--auto {
    padding-right: auto;
    padding-left: auto;
  }
}

.px--auto {
  padding-right: auto;
  padding-left: auto;
}

/* ==========================================================================
   #Text
   ========================================================================== */
.u-text--white {
  color: #ffffff !important;
}

.u-text--black {
  color: #000000 !important;
}

.u-text--green {
  color: #99cc66 !important;
}

.u-text--red {
  color: red !important;
}

.u-text--gray {
  color: #444444 !important;
}

.u-text--yellow {
  color: #030303 !important;
}

.u-text--orange {
  color: #fd8254 !important;
}

.u-text--blue {
  color: #7ecef4 !important;
}

.u-text--pink {
  color: #f19ec2 !important;
}

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

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

@media (min-width: 601px) {
  .u-text__pc--center {
    text-align: center !important;
  }
  .u-text__pc--right {
    text-align: right !important;
  }
}

@media (max-width: 600px) {
  .u-text__sp--center {
    text-align: center !important;
  }
  .u-text__sp--right {
    text-align: right !important;
  }
}

/* ==========================================================================
   #Font size
   ========================================================================== */
.u-fs--0 {
  font-size: 0rem !important;
}

.u-fs--1 {
  font-size: 0.0625rem !important;
}

.u-fs--2 {
  font-size: 0.125rem !important;
}

.u-fs--3 {
  font-size: 0.1875rem !important;
}

.u-fs--4 {
  font-size: 0.25rem !important;
}

.u-fs--5 {
  font-size: 0.3125rem !important;
}

.u-fs--6 {
  font-size: 0.375rem !important;
}

.u-fs--7 {
  font-size: 0.4375rem !important;
}

.u-fs--8 {
  font-size: 0.5rem !important;
}

.u-fs--9 {
  font-size: 0.5625rem !important;
}

.u-fs--10 {
  font-size: 0.625rem !important;
}

.u-fs--11 {
  font-size: 0.6875rem !important;
}

.u-fs--12 {
  font-size: 0.75rem !important;
}

.u-fs--13 {
  font-size: 0.8125rem !important;
}

.u-fs--14 {
  font-size: 0.875rem !important;
}

.u-fs--15 {
  font-size: 0.9375rem !important;
}

.u-fs--16 {
  font-size: 1rem !important;
}

.u-fs--17 {
  font-size: 1.0625rem !important;
}

.u-fs--18 {
  font-size: 1.125rem !important;
}

.u-fs--19 {
  font-size: 1.1875rem !important;
}

.u-fs--20 {
  font-size: 1.25rem !important;
}

.u-fs--21 {
  font-size: 1.3125rem !important;
}

.u-fs--22 {
  font-size: 1.375rem !important;
}

.u-fs--23 {
  font-size: 1.4375rem !important;
}

.u-fs--24 {
  font-size: 1.5rem !important;
}

.u-fs--25 {
  font-size: 1.5625rem !important;
}

.u-fs--26 {
  font-size: 1.625rem !important;
}

.u-fs--27 {
  font-size: 1.6875rem !important;
}

.u-fs--28 {
  font-size: 1.75rem !important;
}

.u-fs--29 {
  font-size: 1.8125rem !important;
}

.u-fs--30 {
  font-size: 1.875rem !important;
}

.u-fs--31 {
  font-size: 1.9375rem !important;
}

.u-fs--32 {
  font-size: 2rem !important;
}

.u-fs--33 {
  font-size: 2.0625rem !important;
}

.u-fs--34 {
  font-size: 2.125rem !important;
}

.u-fs--35 {
  font-size: 2.1875rem !important;
}

.u-fs--36 {
  font-size: 2.25rem !important;
}

.u-fs--37 {
  font-size: 2.3125rem !important;
}

.u-fs--38 {
  font-size: 2.375rem !important;
}

.u-fs--39 {
  font-size: 2.4375rem !important;
}

.u-fs--40 {
  font-size: 2.5rem !important;
}

.u-fs--41 {
  font-size: 2.5625rem !important;
}

.u-fs--42 {
  font-size: 2.625rem !important;
}

.u-fs--43 {
  font-size: 2.6875rem !important;
}

.u-fs--44 {
  font-size: 2.75rem !important;
}

.u-fs--45 {
  font-size: 2.8125rem !important;
}

.u-fs--46 {
  font-size: 2.875rem !important;
}

.u-fs--47 {
  font-size: 2.9375rem !important;
}

.u-fs--48 {
  font-size: 3rem !important;
}

.u-fs--49 {
  font-size: 3.0625rem !important;
}

.u-fs--50 {
  font-size: 3.125rem !important;
}

.u-fs--51 {
  font-size: 3.1875rem !important;
}

.u-fs--52 {
  font-size: 3.25rem !important;
}

.u-fs--53 {
  font-size: 3.3125rem !important;
}

.u-fs--54 {
  font-size: 3.375rem !important;
}

.u-fs--55 {
  font-size: 3.4375rem !important;
}

.u-fs--56 {
  font-size: 3.5rem !important;
}

.u-fs--57 {
  font-size: 3.5625rem !important;
}

.u-fs--58 {
  font-size: 3.625rem !important;
}

.u-fs--59 {
  font-size: 3.6875rem !important;
}

.u-fs--60 {
  font-size: 3.75rem !important;
}

.u-fs--61 {
  font-size: 3.8125rem !important;
}

.u-fs--62 {
  font-size: 3.875rem !important;
}

.u-fs--63 {
  font-size: 3.9375rem !important;
}

.u-fs--64 {
  font-size: 4rem !important;
}

.u-fs--65 {
  font-size: 4.0625rem !important;
}

.u-fs--66 {
  font-size: 4.125rem !important;
}

.u-fs--67 {
  font-size: 4.1875rem !important;
}

.u-fs--68 {
  font-size: 4.25rem !important;
}

.u-fs--69 {
  font-size: 4.3125rem !important;
}

.u-fs--70 {
  font-size: 4.375rem !important;
}

.u-fs--71 {
  font-size: 4.4375rem !important;
}

.u-fs--72 {
  font-size: 4.5rem !important;
}

.u-fs--73 {
  font-size: 4.5625rem !important;
}

.u-fs--74 {
  font-size: 4.625rem !important;
}

.u-fs--75 {
  font-size: 4.6875rem !important;
}

.u-fs--76 {
  font-size: 4.75rem !important;
}

.u-fs--77 {
  font-size: 4.8125rem !important;
}

.u-fs--78 {
  font-size: 4.875rem !important;
}

.u-fs--79 {
  font-size: 4.9375rem !important;
}

.u-fs--80 {
  font-size: 5rem !important;
}

.u-fs--81 {
  font-size: 5.0625rem !important;
}

.u-fs--82 {
  font-size: 5.125rem !important;
}

.u-fs--83 {
  font-size: 5.1875rem !important;
}

.u-fs--84 {
  font-size: 5.25rem !important;
}

.u-fs--85 {
  font-size: 5.3125rem !important;
}

.u-fs--86 {
  font-size: 5.375rem !important;
}

.u-fs--87 {
  font-size: 5.4375rem !important;
}

.u-fs--88 {
  font-size: 5.5rem !important;
}

.u-fs--89 {
  font-size: 5.5625rem !important;
}

.u-fs--90 {
  font-size: 5.625rem !important;
}

.u-fs--91 {
  font-size: 5.6875rem !important;
}

.u-fs--92 {
  font-size: 5.75rem !important;
}

.u-fs--93 {
  font-size: 5.8125rem !important;
}

.u-fs--94 {
  font-size: 5.875rem !important;
}

.u-fs--95 {
  font-size: 5.9375rem !important;
}

.u-fs--96 {
  font-size: 6rem !important;
}

.u-fs--97 {
  font-size: 6.0625rem !important;
}

.u-fs--98 {
  font-size: 6.125rem !important;
}

.u-fs--99 {
  font-size: 6.1875rem !important;
}

.u-fs--100 {
  font-size: 6.25rem !important;
}

.u-fs--101 {
  font-size: 6.3125rem !important;
}

.u-fs--102 {
  font-size: 6.375rem !important;
}

.u-fs--103 {
  font-size: 6.4375rem !important;
}

.u-fs--104 {
  font-size: 6.5rem !important;
}

.u-fs--105 {
  font-size: 6.5625rem !important;
}

.u-fs--106 {
  font-size: 6.625rem !important;
}

.u-fs--107 {
  font-size: 6.6875rem !important;
}

.u-fs--108 {
  font-size: 6.75rem !important;
}

.u-fs--109 {
  font-size: 6.8125rem !important;
}

.u-fs--110 {
  font-size: 6.875rem !important;
}

.u-fs--111 {
  font-size: 6.9375rem !important;
}

.u-fs--112 {
  font-size: 7rem !important;
}

.u-fs--113 {
  font-size: 7.0625rem !important;
}

.u-fs--114 {
  font-size: 7.125rem !important;
}

.u-fs--115 {
  font-size: 7.1875rem !important;
}

.u-fs--116 {
  font-size: 7.25rem !important;
}

.u-fs--117 {
  font-size: 7.3125rem !important;
}

.u-fs--118 {
  font-size: 7.375rem !important;
}

.u-fs--119 {
  font-size: 7.4375rem !important;
}

.u-fs--120 {
  font-size: 7.5rem !important;
}

@media (min-width: 601px) {
  .u-fs__pc--0 {
    font-size: 0rem !important;
  }
  .u-fs__pc--1 {
    font-size: 0.0625rem !important;
  }
  .u-fs__pc--2 {
    font-size: 0.125rem !important;
  }
  .u-fs__pc--3 {
    font-size: 0.1875rem !important;
  }
  .u-fs__pc--4 {
    font-size: 0.25rem !important;
  }
  .u-fs__pc--5 {
    font-size: 0.3125rem !important;
  }
  .u-fs__pc--6 {
    font-size: 0.375rem !important;
  }
  .u-fs__pc--7 {
    font-size: 0.4375rem !important;
  }
  .u-fs__pc--8 {
    font-size: 0.5rem !important;
  }
  .u-fs__pc--9 {
    font-size: 0.5625rem !important;
  }
  .u-fs__pc--10 {
    font-size: 0.625rem !important;
  }
  .u-fs__pc--11 {
    font-size: 0.6875rem !important;
  }
  .u-fs__pc--12 {
    font-size: 0.75rem !important;
  }
  .u-fs__pc--13 {
    font-size: 0.8125rem !important;
  }
  .u-fs__pc--14 {
    font-size: 0.875rem !important;
  }
  .u-fs__pc--15 {
    font-size: 0.9375rem !important;
  }
  .u-fs__pc--16 {
    font-size: 1rem !important;
  }
  .u-fs__pc--17 {
    font-size: 1.0625rem !important;
  }
  .u-fs__pc--18 {
    font-size: 1.125rem !important;
  }
  .u-fs__pc--19 {
    font-size: 1.1875rem !important;
  }
  .u-fs__pc--20 {
    font-size: 1.25rem !important;
  }
  .u-fs__pc--21 {
    font-size: 1.3125rem !important;
  }
  .u-fs__pc--22 {
    font-size: 1.375rem !important;
  }
  .u-fs__pc--23 {
    font-size: 1.4375rem !important;
  }
  .u-fs__pc--24 {
    font-size: 1.5rem !important;
  }
  .u-fs__pc--25 {
    font-size: 1.5625rem !important;
  }
  .u-fs__pc--26 {
    font-size: 1.625rem !important;
  }
  .u-fs__pc--27 {
    font-size: 1.6875rem !important;
  }
  .u-fs__pc--28 {
    font-size: 1.75rem !important;
  }
  .u-fs__pc--29 {
    font-size: 1.8125rem !important;
  }
  .u-fs__pc--30 {
    font-size: 1.875rem !important;
  }
  .u-fs__pc--31 {
    font-size: 1.9375rem !important;
  }
  .u-fs__pc--32 {
    font-size: 2rem !important;
  }
  .u-fs__pc--33 {
    font-size: 2.0625rem !important;
  }
  .u-fs__pc--34 {
    font-size: 2.125rem !important;
  }
  .u-fs__pc--35 {
    font-size: 2.1875rem !important;
  }
  .u-fs__pc--36 {
    font-size: 2.25rem !important;
  }
  .u-fs__pc--37 {
    font-size: 2.3125rem !important;
  }
  .u-fs__pc--38 {
    font-size: 2.375rem !important;
  }
  .u-fs__pc--39 {
    font-size: 2.4375rem !important;
  }
  .u-fs__pc--40 {
    font-size: 2.5rem !important;
  }
  .u-fs__pc--41 {
    font-size: 2.5625rem !important;
  }
  .u-fs__pc--42 {
    font-size: 2.625rem !important;
  }
  .u-fs__pc--43 {
    font-size: 2.6875rem !important;
  }
  .u-fs__pc--44 {
    font-size: 2.75rem !important;
  }
  .u-fs__pc--45 {
    font-size: 2.8125rem !important;
  }
  .u-fs__pc--46 {
    font-size: 2.875rem !important;
  }
  .u-fs__pc--47 {
    font-size: 2.9375rem !important;
  }
  .u-fs__pc--48 {
    font-size: 3rem !important;
  }
  .u-fs__pc--49 {
    font-size: 3.0625rem !important;
  }
  .u-fs__pc--50 {
    font-size: 3.125rem !important;
  }
  .u-fs__pc--51 {
    font-size: 3.1875rem !important;
  }
  .u-fs__pc--52 {
    font-size: 3.25rem !important;
  }
  .u-fs__pc--53 {
    font-size: 3.3125rem !important;
  }
  .u-fs__pc--54 {
    font-size: 3.375rem !important;
  }
  .u-fs__pc--55 {
    font-size: 3.4375rem !important;
  }
  .u-fs__pc--56 {
    font-size: 3.5rem !important;
  }
  .u-fs__pc--57 {
    font-size: 3.5625rem !important;
  }
  .u-fs__pc--58 {
    font-size: 3.625rem !important;
  }
  .u-fs__pc--59 {
    font-size: 3.6875rem !important;
  }
  .u-fs__pc--60 {
    font-size: 3.75rem !important;
  }
  .u-fs__pc--61 {
    font-size: 3.8125rem !important;
  }
  .u-fs__pc--62 {
    font-size: 3.875rem !important;
  }
  .u-fs__pc--63 {
    font-size: 3.9375rem !important;
  }
  .u-fs__pc--64 {
    font-size: 4rem !important;
  }
  .u-fs__pc--65 {
    font-size: 4.0625rem !important;
  }
  .u-fs__pc--66 {
    font-size: 4.125rem !important;
  }
  .u-fs__pc--67 {
    font-size: 4.1875rem !important;
  }
  .u-fs__pc--68 {
    font-size: 4.25rem !important;
  }
  .u-fs__pc--69 {
    font-size: 4.3125rem !important;
  }
  .u-fs__pc--70 {
    font-size: 4.375rem !important;
  }
  .u-fs__pc--71 {
    font-size: 4.4375rem !important;
  }
  .u-fs__pc--72 {
    font-size: 4.5rem !important;
  }
  .u-fs__pc--73 {
    font-size: 4.5625rem !important;
  }
  .u-fs__pc--74 {
    font-size: 4.625rem !important;
  }
  .u-fs__pc--75 {
    font-size: 4.6875rem !important;
  }
  .u-fs__pc--76 {
    font-size: 4.75rem !important;
  }
  .u-fs__pc--77 {
    font-size: 4.8125rem !important;
  }
  .u-fs__pc--78 {
    font-size: 4.875rem !important;
  }
  .u-fs__pc--79 {
    font-size: 4.9375rem !important;
  }
  .u-fs__pc--80 {
    font-size: 5rem !important;
  }
  .u-fs__pc--81 {
    font-size: 5.0625rem !important;
  }
  .u-fs__pc--82 {
    font-size: 5.125rem !important;
  }
  .u-fs__pc--83 {
    font-size: 5.1875rem !important;
  }
  .u-fs__pc--84 {
    font-size: 5.25rem !important;
  }
  .u-fs__pc--85 {
    font-size: 5.3125rem !important;
  }
  .u-fs__pc--86 {
    font-size: 5.375rem !important;
  }
  .u-fs__pc--87 {
    font-size: 5.4375rem !important;
  }
  .u-fs__pc--88 {
    font-size: 5.5rem !important;
  }
  .u-fs__pc--89 {
    font-size: 5.5625rem !important;
  }
  .u-fs__pc--90 {
    font-size: 5.625rem !important;
  }
  .u-fs__pc--91 {
    font-size: 5.6875rem !important;
  }
  .u-fs__pc--92 {
    font-size: 5.75rem !important;
  }
  .u-fs__pc--93 {
    font-size: 5.8125rem !important;
  }
  .u-fs__pc--94 {
    font-size: 5.875rem !important;
  }
  .u-fs__pc--95 {
    font-size: 5.9375rem !important;
  }
  .u-fs__pc--96 {
    font-size: 6rem !important;
  }
  .u-fs__pc--97 {
    font-size: 6.0625rem !important;
  }
  .u-fs__pc--98 {
    font-size: 6.125rem !important;
  }
  .u-fs__pc--99 {
    font-size: 6.1875rem !important;
  }
  .u-fs__pc--100 {
    font-size: 6.25rem !important;
  }
  .u-fs__pc--101 {
    font-size: 6.3125rem !important;
  }
  .u-fs__pc--102 {
    font-size: 6.375rem !important;
  }
  .u-fs__pc--103 {
    font-size: 6.4375rem !important;
  }
  .u-fs__pc--104 {
    font-size: 6.5rem !important;
  }
  .u-fs__pc--105 {
    font-size: 6.5625rem !important;
  }
  .u-fs__pc--106 {
    font-size: 6.625rem !important;
  }
  .u-fs__pc--107 {
    font-size: 6.6875rem !important;
  }
  .u-fs__pc--108 {
    font-size: 6.75rem !important;
  }
  .u-fs__pc--109 {
    font-size: 6.8125rem !important;
  }
  .u-fs__pc--110 {
    font-size: 6.875rem !important;
  }
  .u-fs__pc--111 {
    font-size: 6.9375rem !important;
  }
  .u-fs__pc--112 {
    font-size: 7rem !important;
  }
  .u-fs__pc--113 {
    font-size: 7.0625rem !important;
  }
  .u-fs__pc--114 {
    font-size: 7.125rem !important;
  }
  .u-fs__pc--115 {
    font-size: 7.1875rem !important;
  }
  .u-fs__pc--116 {
    font-size: 7.25rem !important;
  }
  .u-fs__pc--117 {
    font-size: 7.3125rem !important;
  }
  .u-fs__pc--118 {
    font-size: 7.375rem !important;
  }
  .u-fs__pc--119 {
    font-size: 7.4375rem !important;
  }
  .u-fs__pc--120 {
    font-size: 7.5rem !important;
  }
}

@media (max-width: 600px) {
  .u-fs__sp--0 {
    font-size: 0rem !important;
  }
  .u-fs__sp--1 {
    font-size: 0.0625rem !important;
  }
  .u-fs__sp--2 {
    font-size: 0.125rem !important;
  }
  .u-fs__sp--3 {
    font-size: 0.1875rem !important;
  }
  .u-fs__sp--4 {
    font-size: 0.25rem !important;
  }
  .u-fs__sp--5 {
    font-size: 0.3125rem !important;
  }
  .u-fs__sp--6 {
    font-size: 0.375rem !important;
  }
  .u-fs__sp--7 {
    font-size: 0.4375rem !important;
  }
  .u-fs__sp--8 {
    font-size: 0.5rem !important;
  }
  .u-fs__sp--9 {
    font-size: 0.5625rem !important;
  }
  .u-fs__sp--10 {
    font-size: 0.625rem !important;
  }
  .u-fs__sp--11 {
    font-size: 0.6875rem !important;
  }
  .u-fs__sp--12 {
    font-size: 0.75rem !important;
  }
  .u-fs__sp--13 {
    font-size: 0.8125rem !important;
  }
  .u-fs__sp--14 {
    font-size: 0.875rem !important;
  }
  .u-fs__sp--15 {
    font-size: 0.9375rem !important;
  }
  .u-fs__sp--16 {
    font-size: 1rem !important;
  }
  .u-fs__sp--17 {
    font-size: 1.0625rem !important;
  }
  .u-fs__sp--18 {
    font-size: 1.125rem !important;
  }
  .u-fs__sp--19 {
    font-size: 1.1875rem !important;
  }
  .u-fs__sp--20 {
    font-size: 1.25rem !important;
  }
  .u-fs__sp--21 {
    font-size: 1.3125rem !important;
  }
  .u-fs__sp--22 {
    font-size: 1.375rem !important;
  }
  .u-fs__sp--23 {
    font-size: 1.4375rem !important;
  }
  .u-fs__sp--24 {
    font-size: 1.5rem !important;
  }
  .u-fs__sp--25 {
    font-size: 1.5625rem !important;
  }
  .u-fs__sp--26 {
    font-size: 1.625rem !important;
  }
  .u-fs__sp--27 {
    font-size: 1.6875rem !important;
  }
  .u-fs__sp--28 {
    font-size: 1.75rem !important;
  }
  .u-fs__sp--29 {
    font-size: 1.8125rem !important;
  }
  .u-fs__sp--30 {
    font-size: 1.875rem !important;
  }
  .u-fs__sp--31 {
    font-size: 1.9375rem !important;
  }
  .u-fs__sp--32 {
    font-size: 2rem !important;
  }
  .u-fs__sp--33 {
    font-size: 2.0625rem !important;
  }
  .u-fs__sp--34 {
    font-size: 2.125rem !important;
  }
  .u-fs__sp--35 {
    font-size: 2.1875rem !important;
  }
  .u-fs__sp--36 {
    font-size: 2.25rem !important;
  }
  .u-fs__sp--37 {
    font-size: 2.3125rem !important;
  }
  .u-fs__sp--38 {
    font-size: 2.375rem !important;
  }
  .u-fs__sp--39 {
    font-size: 2.4375rem !important;
  }
  .u-fs__sp--40 {
    font-size: 2.5rem !important;
  }
  .u-fs__sp--41 {
    font-size: 2.5625rem !important;
  }
  .u-fs__sp--42 {
    font-size: 2.625rem !important;
  }
  .u-fs__sp--43 {
    font-size: 2.6875rem !important;
  }
  .u-fs__sp--44 {
    font-size: 2.75rem !important;
  }
  .u-fs__sp--45 {
    font-size: 2.8125rem !important;
  }
  .u-fs__sp--46 {
    font-size: 2.875rem !important;
  }
  .u-fs__sp--47 {
    font-size: 2.9375rem !important;
  }
  .u-fs__sp--48 {
    font-size: 3rem !important;
  }
  .u-fs__sp--49 {
    font-size: 3.0625rem !important;
  }
  .u-fs__sp--50 {
    font-size: 3.125rem !important;
  }
  .u-fs__sp--51 {
    font-size: 3.1875rem !important;
  }
  .u-fs__sp--52 {
    font-size: 3.25rem !important;
  }
  .u-fs__sp--53 {
    font-size: 3.3125rem !important;
  }
  .u-fs__sp--54 {
    font-size: 3.375rem !important;
  }
  .u-fs__sp--55 {
    font-size: 3.4375rem !important;
  }
  .u-fs__sp--56 {
    font-size: 3.5rem !important;
  }
  .u-fs__sp--57 {
    font-size: 3.5625rem !important;
  }
  .u-fs__sp--58 {
    font-size: 3.625rem !important;
  }
  .u-fs__sp--59 {
    font-size: 3.6875rem !important;
  }
  .u-fs__sp--60 {
    font-size: 3.75rem !important;
  }
  .u-fs__sp--61 {
    font-size: 3.8125rem !important;
  }
  .u-fs__sp--62 {
    font-size: 3.875rem !important;
  }
  .u-fs__sp--63 {
    font-size: 3.9375rem !important;
  }
  .u-fs__sp--64 {
    font-size: 4rem !important;
  }
  .u-fs__sp--65 {
    font-size: 4.0625rem !important;
  }
  .u-fs__sp--66 {
    font-size: 4.125rem !important;
  }
  .u-fs__sp--67 {
    font-size: 4.1875rem !important;
  }
  .u-fs__sp--68 {
    font-size: 4.25rem !important;
  }
  .u-fs__sp--69 {
    font-size: 4.3125rem !important;
  }
  .u-fs__sp--70 {
    font-size: 4.375rem !important;
  }
  .u-fs__sp--71 {
    font-size: 4.4375rem !important;
  }
  .u-fs__sp--72 {
    font-size: 4.5rem !important;
  }
  .u-fs__sp--73 {
    font-size: 4.5625rem !important;
  }
  .u-fs__sp--74 {
    font-size: 4.625rem !important;
  }
  .u-fs__sp--75 {
    font-size: 4.6875rem !important;
  }
  .u-fs__sp--76 {
    font-size: 4.75rem !important;
  }
  .u-fs__sp--77 {
    font-size: 4.8125rem !important;
  }
  .u-fs__sp--78 {
    font-size: 4.875rem !important;
  }
  .u-fs__sp--79 {
    font-size: 4.9375rem !important;
  }
  .u-fs__sp--80 {
    font-size: 5rem !important;
  }
  .u-fs__sp--81 {
    font-size: 5.0625rem !important;
  }
  .u-fs__sp--82 {
    font-size: 5.125rem !important;
  }
  .u-fs__sp--83 {
    font-size: 5.1875rem !important;
  }
  .u-fs__sp--84 {
    font-size: 5.25rem !important;
  }
  .u-fs__sp--85 {
    font-size: 5.3125rem !important;
  }
  .u-fs__sp--86 {
    font-size: 5.375rem !important;
  }
  .u-fs__sp--87 {
    font-size: 5.4375rem !important;
  }
  .u-fs__sp--88 {
    font-size: 5.5rem !important;
  }
  .u-fs__sp--89 {
    font-size: 5.5625rem !important;
  }
  .u-fs__sp--90 {
    font-size: 5.625rem !important;
  }
  .u-fs__sp--91 {
    font-size: 5.6875rem !important;
  }
  .u-fs__sp--92 {
    font-size: 5.75rem !important;
  }
  .u-fs__sp--93 {
    font-size: 5.8125rem !important;
  }
  .u-fs__sp--94 {
    font-size: 5.875rem !important;
  }
  .u-fs__sp--95 {
    font-size: 5.9375rem !important;
  }
  .u-fs__sp--96 {
    font-size: 6rem !important;
  }
  .u-fs__sp--97 {
    font-size: 6.0625rem !important;
  }
  .u-fs__sp--98 {
    font-size: 6.125rem !important;
  }
  .u-fs__sp--99 {
    font-size: 6.1875rem !important;
  }
  .u-fs__sp--100 {
    font-size: 6.25rem !important;
  }
  .u-fs__sp--101 {
    font-size: 6.3125rem !important;
  }
  .u-fs__sp--102 {
    font-size: 6.375rem !important;
  }
  .u-fs__sp--103 {
    font-size: 6.4375rem !important;
  }
  .u-fs__sp--104 {
    font-size: 6.5rem !important;
  }
  .u-fs__sp--105 {
    font-size: 6.5625rem !important;
  }
  .u-fs__sp--106 {
    font-size: 6.625rem !important;
  }
  .u-fs__sp--107 {
    font-size: 6.6875rem !important;
  }
  .u-fs__sp--108 {
    font-size: 6.75rem !important;
  }
  .u-fs__sp--109 {
    font-size: 6.8125rem !important;
  }
  .u-fs__sp--110 {
    font-size: 6.875rem !important;
  }
  .u-fs__sp--111 {
    font-size: 6.9375rem !important;
  }
  .u-fs__sp--112 {
    font-size: 7rem !important;
  }
  .u-fs__sp--113 {
    font-size: 7.0625rem !important;
  }
  .u-fs__sp--114 {
    font-size: 7.125rem !important;
  }
  .u-fs__sp--115 {
    font-size: 7.1875rem !important;
  }
  .u-fs__sp--116 {
    font-size: 7.25rem !important;
  }
  .u-fs__sp--117 {
    font-size: 7.3125rem !important;
  }
  .u-fs__sp--118 {
    font-size: 7.375rem !important;
  }
  .u-fs__sp--119 {
    font-size: 7.4375rem !important;
  }
  .u-fs__sp--120 {
    font-size: 7.5rem !important;
  }
}

/* ==========================================================================
   #Width
   ========================================================================== */
.u-width--0 {
  width: 0rem !important;
}

.u-width--1 {
  width: 0.0625rem !important;
}

.u-width--2 {
  width: 0.125rem !important;
}

.u-width--3 {
  width: 0.1875rem !important;
}

.u-width--4 {
  width: 0.25rem !important;
}

.u-width--5 {
  width: 0.3125rem !important;
}

.u-width--6 {
  width: 0.375rem !important;
}

.u-width--7 {
  width: 0.4375rem !important;
}

.u-width--8 {
  width: 0.5rem !important;
}

.u-width--9 {
  width: 0.5625rem !important;
}

.u-width--10 {
  width: 0.625rem !important;
}

.u-width--11 {
  width: 0.6875rem !important;
}

.u-width--12 {
  width: 0.75rem !important;
}

.u-width--13 {
  width: 0.8125rem !important;
}

.u-width--14 {
  width: 0.875rem !important;
}

.u-width--15 {
  width: 0.9375rem !important;
}

.u-width--16 {
  width: 1rem !important;
}

.u-width--17 {
  width: 1.0625rem !important;
}

.u-width--18 {
  width: 1.125rem !important;
}

.u-width--19 {
  width: 1.1875rem !important;
}

.u-width--20 {
  width: 1.25rem !important;
}

.u-width--21 {
  width: 1.3125rem !important;
}

.u-width--22 {
  width: 1.375rem !important;
}

.u-width--23 {
  width: 1.4375rem !important;
}

.u-width--24 {
  width: 1.5rem !important;
}

.u-width--25 {
  width: 1.5625rem !important;
}

.u-width--26 {
  width: 1.625rem !important;
}

.u-width--27 {
  width: 1.6875rem !important;
}

.u-width--28 {
  width: 1.75rem !important;
}

.u-width--29 {
  width: 1.8125rem !important;
}

.u-width--30 {
  width: 1.875rem !important;
}

.u-width--31 {
  width: 1.9375rem !important;
}

.u-width--32 {
  width: 2rem !important;
}

.u-width--33 {
  width: 2.0625rem !important;
}

.u-width--34 {
  width: 2.125rem !important;
}

.u-width--35 {
  width: 2.1875rem !important;
}

.u-width--36 {
  width: 2.25rem !important;
}

.u-width--37 {
  width: 2.3125rem !important;
}

.u-width--38 {
  width: 2.375rem !important;
}

.u-width--39 {
  width: 2.4375rem !important;
}

.u-width--40 {
  width: 2.5rem !important;
}

.u-width--41 {
  width: 2.5625rem !important;
}

.u-width--42 {
  width: 2.625rem !important;
}

.u-width--43 {
  width: 2.6875rem !important;
}

.u-width--44 {
  width: 2.75rem !important;
}

.u-width--45 {
  width: 2.8125rem !important;
}

.u-width--46 {
  width: 2.875rem !important;
}

.u-width--47 {
  width: 2.9375rem !important;
}

.u-width--48 {
  width: 3rem !important;
}

.u-width--49 {
  width: 3.0625rem !important;
}

.u-width--50 {
  width: 3.125rem !important;
}

.u-width--51 {
  width: 3.1875rem !important;
}

.u-width--52 {
  width: 3.25rem !important;
}

.u-width--53 {
  width: 3.3125rem !important;
}

.u-width--54 {
  width: 3.375rem !important;
}

.u-width--55 {
  width: 3.4375rem !important;
}

.u-width--56 {
  width: 3.5rem !important;
}

.u-width--57 {
  width: 3.5625rem !important;
}

.u-width--58 {
  width: 3.625rem !important;
}

.u-width--59 {
  width: 3.6875rem !important;
}

.u-width--60 {
  width: 3.75rem !important;
}

.u-width--61 {
  width: 3.8125rem !important;
}

.u-width--62 {
  width: 3.875rem !important;
}

.u-width--63 {
  width: 3.9375rem !important;
}

.u-width--64 {
  width: 4rem !important;
}

.u-width--65 {
  width: 4.0625rem !important;
}

.u-width--66 {
  width: 4.125rem !important;
}

.u-width--67 {
  width: 4.1875rem !important;
}

.u-width--68 {
  width: 4.25rem !important;
}

.u-width--69 {
  width: 4.3125rem !important;
}

.u-width--70 {
  width: 4.375rem !important;
}

.u-width--71 {
  width: 4.4375rem !important;
}

.u-width--72 {
  width: 4.5rem !important;
}

.u-width--73 {
  width: 4.5625rem !important;
}

.u-width--74 {
  width: 4.625rem !important;
}

.u-width--75 {
  width: 4.6875rem !important;
}

.u-width--76 {
  width: 4.75rem !important;
}

.u-width--77 {
  width: 4.8125rem !important;
}

.u-width--78 {
  width: 4.875rem !important;
}

.u-width--79 {
  width: 4.9375rem !important;
}

.u-width--80 {
  width: 5rem !important;
}

.u-width--81 {
  width: 5.0625rem !important;
}

.u-width--82 {
  width: 5.125rem !important;
}

.u-width--83 {
  width: 5.1875rem !important;
}

.u-width--84 {
  width: 5.25rem !important;
}

.u-width--85 {
  width: 5.3125rem !important;
}

.u-width--86 {
  width: 5.375rem !important;
}

.u-width--87 {
  width: 5.4375rem !important;
}

.u-width--88 {
  width: 5.5rem !important;
}

.u-width--89 {
  width: 5.5625rem !important;
}

.u-width--90 {
  width: 5.625rem !important;
}

.u-width--91 {
  width: 5.6875rem !important;
}

.u-width--92 {
  width: 5.75rem !important;
}

.u-width--93 {
  width: 5.8125rem !important;
}

.u-width--94 {
  width: 5.875rem !important;
}

.u-width--95 {
  width: 5.9375rem !important;
}

.u-width--96 {
  width: 6rem !important;
}

.u-width--97 {
  width: 6.0625rem !important;
}

.u-width--98 {
  width: 6.125rem !important;
}

.u-width--99 {
  width: 6.1875rem !important;
}

.u-width--100 {
  width: 6.25rem !important;
}

.u-width--101 {
  width: 6.3125rem !important;
}

.u-width--102 {
  width: 6.375rem !important;
}

.u-width--103 {
  width: 6.4375rem !important;
}

.u-width--104 {
  width: 6.5rem !important;
}

.u-width--105 {
  width: 6.5625rem !important;
}

.u-width--106 {
  width: 6.625rem !important;
}

.u-width--107 {
  width: 6.6875rem !important;
}

.u-width--108 {
  width: 6.75rem !important;
}

.u-width--109 {
  width: 6.8125rem !important;
}

.u-width--110 {
  width: 6.875rem !important;
}

.u-width--111 {
  width: 6.9375rem !important;
}

.u-width--112 {
  width: 7rem !important;
}

.u-width--113 {
  width: 7.0625rem !important;
}

.u-width--114 {
  width: 7.125rem !important;
}

.u-width--115 {
  width: 7.1875rem !important;
}

.u-width--116 {
  width: 7.25rem !important;
}

.u-width--117 {
  width: 7.3125rem !important;
}

.u-width--118 {
  width: 7.375rem !important;
}

.u-width--119 {
  width: 7.4375rem !important;
}

.u-width--120 {
  width: 7.5rem !important;
}

@media (min-width: 601px) {
  .u-width__pc--0 {
    width: 0rem !important;
  }
  .u-width__pc--1 {
    width: 0.0625rem !important;
  }
  .u-width__pc--2 {
    width: 0.125rem !important;
  }
  .u-width__pc--3 {
    width: 0.1875rem !important;
  }
  .u-width__pc--4 {
    width: 0.25rem !important;
  }
  .u-width__pc--5 {
    width: 0.3125rem !important;
  }
  .u-width__pc--6 {
    width: 0.375rem !important;
  }
  .u-width__pc--7 {
    width: 0.4375rem !important;
  }
  .u-width__pc--8 {
    width: 0.5rem !important;
  }
  .u-width__pc--9 {
    width: 0.5625rem !important;
  }
  .u-width__pc--10 {
    width: 0.625rem !important;
  }
  .u-width__pc--11 {
    width: 0.6875rem !important;
  }
  .u-width__pc--12 {
    width: 0.75rem !important;
  }
  .u-width__pc--13 {
    width: 0.8125rem !important;
  }
  .u-width__pc--14 {
    width: 0.875rem !important;
  }
  .u-width__pc--15 {
    width: 0.9375rem !important;
  }
  .u-width__pc--16 {
    width: 1rem !important;
  }
  .u-width__pc--17 {
    width: 1.0625rem !important;
  }
  .u-width__pc--18 {
    width: 1.125rem !important;
  }
  .u-width__pc--19 {
    width: 1.1875rem !important;
  }
  .u-width__pc--20 {
    width: 1.25rem !important;
  }
  .u-width__pc--21 {
    width: 1.3125rem !important;
  }
  .u-width__pc--22 {
    width: 1.375rem !important;
  }
  .u-width__pc--23 {
    width: 1.4375rem !important;
  }
  .u-width__pc--24 {
    width: 1.5rem !important;
  }
  .u-width__pc--25 {
    width: 1.5625rem !important;
  }
  .u-width__pc--26 {
    width: 1.625rem !important;
  }
  .u-width__pc--27 {
    width: 1.6875rem !important;
  }
  .u-width__pc--28 {
    width: 1.75rem !important;
  }
  .u-width__pc--29 {
    width: 1.8125rem !important;
  }
  .u-width__pc--30 {
    width: 1.875rem !important;
  }
  .u-width__pc--31 {
    width: 1.9375rem !important;
  }
  .u-width__pc--32 {
    width: 2rem !important;
  }
  .u-width__pc--33 {
    width: 2.0625rem !important;
  }
  .u-width__pc--34 {
    width: 2.125rem !important;
  }
  .u-width__pc--35 {
    width: 2.1875rem !important;
  }
  .u-width__pc--36 {
    width: 2.25rem !important;
  }
  .u-width__pc--37 {
    width: 2.3125rem !important;
  }
  .u-width__pc--38 {
    width: 2.375rem !important;
  }
  .u-width__pc--39 {
    width: 2.4375rem !important;
  }
  .u-width__pc--40 {
    width: 2.5rem !important;
  }
  .u-width__pc--41 {
    width: 2.5625rem !important;
  }
  .u-width__pc--42 {
    width: 2.625rem !important;
  }
  .u-width__pc--43 {
    width: 2.6875rem !important;
  }
  .u-width__pc--44 {
    width: 2.75rem !important;
  }
  .u-width__pc--45 {
    width: 2.8125rem !important;
  }
  .u-width__pc--46 {
    width: 2.875rem !important;
  }
  .u-width__pc--47 {
    width: 2.9375rem !important;
  }
  .u-width__pc--48 {
    width: 3rem !important;
  }
  .u-width__pc--49 {
    width: 3.0625rem !important;
  }
  .u-width__pc--50 {
    width: 3.125rem !important;
  }
  .u-width__pc--51 {
    width: 3.1875rem !important;
  }
  .u-width__pc--52 {
    width: 3.25rem !important;
  }
  .u-width__pc--53 {
    width: 3.3125rem !important;
  }
  .u-width__pc--54 {
    width: 3.375rem !important;
  }
  .u-width__pc--55 {
    width: 3.4375rem !important;
  }
  .u-width__pc--56 {
    width: 3.5rem !important;
  }
  .u-width__pc--57 {
    width: 3.5625rem !important;
  }
  .u-width__pc--58 {
    width: 3.625rem !important;
  }
  .u-width__pc--59 {
    width: 3.6875rem !important;
  }
  .u-width__pc--60 {
    width: 3.75rem !important;
  }
  .u-width__pc--61 {
    width: 3.8125rem !important;
  }
  .u-width__pc--62 {
    width: 3.875rem !important;
  }
  .u-width__pc--63 {
    width: 3.9375rem !important;
  }
  .u-width__pc--64 {
    width: 4rem !important;
  }
  .u-width__pc--65 {
    width: 4.0625rem !important;
  }
  .u-width__pc--66 {
    width: 4.125rem !important;
  }
  .u-width__pc--67 {
    width: 4.1875rem !important;
  }
  .u-width__pc--68 {
    width: 4.25rem !important;
  }
  .u-width__pc--69 {
    width: 4.3125rem !important;
  }
  .u-width__pc--70 {
    width: 4.375rem !important;
  }
  .u-width__pc--71 {
    width: 4.4375rem !important;
  }
  .u-width__pc--72 {
    width: 4.5rem !important;
  }
  .u-width__pc--73 {
    width: 4.5625rem !important;
  }
  .u-width__pc--74 {
    width: 4.625rem !important;
  }
  .u-width__pc--75 {
    width: 4.6875rem !important;
  }
  .u-width__pc--76 {
    width: 4.75rem !important;
  }
  .u-width__pc--77 {
    width: 4.8125rem !important;
  }
  .u-width__pc--78 {
    width: 4.875rem !important;
  }
  .u-width__pc--79 {
    width: 4.9375rem !important;
  }
  .u-width__pc--80 {
    width: 5rem !important;
  }
  .u-width__pc--81 {
    width: 5.0625rem !important;
  }
  .u-width__pc--82 {
    width: 5.125rem !important;
  }
  .u-width__pc--83 {
    width: 5.1875rem !important;
  }
  .u-width__pc--84 {
    width: 5.25rem !important;
  }
  .u-width__pc--85 {
    width: 5.3125rem !important;
  }
  .u-width__pc--86 {
    width: 5.375rem !important;
  }
  .u-width__pc--87 {
    width: 5.4375rem !important;
  }
  .u-width__pc--88 {
    width: 5.5rem !important;
  }
  .u-width__pc--89 {
    width: 5.5625rem !important;
  }
  .u-width__pc--90 {
    width: 5.625rem !important;
  }
  .u-width__pc--91 {
    width: 5.6875rem !important;
  }
  .u-width__pc--92 {
    width: 5.75rem !important;
  }
  .u-width__pc--93 {
    width: 5.8125rem !important;
  }
  .u-width__pc--94 {
    width: 5.875rem !important;
  }
  .u-width__pc--95 {
    width: 5.9375rem !important;
  }
  .u-width__pc--96 {
    width: 6rem !important;
  }
  .u-width__pc--97 {
    width: 6.0625rem !important;
  }
  .u-width__pc--98 {
    width: 6.125rem !important;
  }
  .u-width__pc--99 {
    width: 6.1875rem !important;
  }
  .u-width__pc--100 {
    width: 6.25rem !important;
  }
  .u-width__pc--101 {
    width: 6.3125rem !important;
  }
  .u-width__pc--102 {
    width: 6.375rem !important;
  }
  .u-width__pc--103 {
    width: 6.4375rem !important;
  }
  .u-width__pc--104 {
    width: 6.5rem !important;
  }
  .u-width__pc--105 {
    width: 6.5625rem !important;
  }
  .u-width__pc--106 {
    width: 6.625rem !important;
  }
  .u-width__pc--107 {
    width: 6.6875rem !important;
  }
  .u-width__pc--108 {
    width: 6.75rem !important;
  }
  .u-width__pc--109 {
    width: 6.8125rem !important;
  }
  .u-width__pc--110 {
    width: 6.875rem !important;
  }
  .u-width__pc--111 {
    width: 6.9375rem !important;
  }
  .u-width__pc--112 {
    width: 7rem !important;
  }
  .u-width__pc--113 {
    width: 7.0625rem !important;
  }
  .u-width__pc--114 {
    width: 7.125rem !important;
  }
  .u-width__pc--115 {
    width: 7.1875rem !important;
  }
  .u-width__pc--116 {
    width: 7.25rem !important;
  }
  .u-width__pc--117 {
    width: 7.3125rem !important;
  }
  .u-width__pc--118 {
    width: 7.375rem !important;
  }
  .u-width__pc--119 {
    width: 7.4375rem !important;
  }
  .u-width__pc--120 {
    width: 7.5rem !important;
  }
}

@media (max-width: 600px) {
  .u-width__sp--0 {
    width: 0rem !important;
  }
  .u-width__sp--1 {
    width: 0.0625rem !important;
  }
  .u-width__sp--2 {
    width: 0.125rem !important;
  }
  .u-width__sp--3 {
    width: 0.1875rem !important;
  }
  .u-width__sp--4 {
    width: 0.25rem !important;
  }
  .u-width__sp--5 {
    width: 0.3125rem !important;
  }
  .u-width__sp--6 {
    width: 0.375rem !important;
  }
  .u-width__sp--7 {
    width: 0.4375rem !important;
  }
  .u-width__sp--8 {
    width: 0.5rem !important;
  }
  .u-width__sp--9 {
    width: 0.5625rem !important;
  }
  .u-width__sp--10 {
    width: 0.625rem !important;
  }
  .u-width__sp--11 {
    width: 0.6875rem !important;
  }
  .u-width__sp--12 {
    width: 0.75rem !important;
  }
  .u-width__sp--13 {
    width: 0.8125rem !important;
  }
  .u-width__sp--14 {
    width: 0.875rem !important;
  }
  .u-width__sp--15 {
    width: 0.9375rem !important;
  }
  .u-width__sp--16 {
    width: 1rem !important;
  }
  .u-width__sp--17 {
    width: 1.0625rem !important;
  }
  .u-width__sp--18 {
    width: 1.125rem !important;
  }
  .u-width__sp--19 {
    width: 1.1875rem !important;
  }
  .u-width__sp--20 {
    width: 1.25rem !important;
  }
  .u-width__sp--21 {
    width: 1.3125rem !important;
  }
  .u-width__sp--22 {
    width: 1.375rem !important;
  }
  .u-width__sp--23 {
    width: 1.4375rem !important;
  }
  .u-width__sp--24 {
    width: 1.5rem !important;
  }
  .u-width__sp--25 {
    width: 1.5625rem !important;
  }
  .u-width__sp--26 {
    width: 1.625rem !important;
  }
  .u-width__sp--27 {
    width: 1.6875rem !important;
  }
  .u-width__sp--28 {
    width: 1.75rem !important;
  }
  .u-width__sp--29 {
    width: 1.8125rem !important;
  }
  .u-width__sp--30 {
    width: 1.875rem !important;
  }
  .u-width__sp--31 {
    width: 1.9375rem !important;
  }
  .u-width__sp--32 {
    width: 2rem !important;
  }
  .u-width__sp--33 {
    width: 2.0625rem !important;
  }
  .u-width__sp--34 {
    width: 2.125rem !important;
  }
  .u-width__sp--35 {
    width: 2.1875rem !important;
  }
  .u-width__sp--36 {
    width: 2.25rem !important;
  }
  .u-width__sp--37 {
    width: 2.3125rem !important;
  }
  .u-width__sp--38 {
    width: 2.375rem !important;
  }
  .u-width__sp--39 {
    width: 2.4375rem !important;
  }
  .u-width__sp--40 {
    width: 2.5rem !important;
  }
  .u-width__sp--41 {
    width: 2.5625rem !important;
  }
  .u-width__sp--42 {
    width: 2.625rem !important;
  }
  .u-width__sp--43 {
    width: 2.6875rem !important;
  }
  .u-width__sp--44 {
    width: 2.75rem !important;
  }
  .u-width__sp--45 {
    width: 2.8125rem !important;
  }
  .u-width__sp--46 {
    width: 2.875rem !important;
  }
  .u-width__sp--47 {
    width: 2.9375rem !important;
  }
  .u-width__sp--48 {
    width: 3rem !important;
  }
  .u-width__sp--49 {
    width: 3.0625rem !important;
  }
  .u-width__sp--50 {
    width: 3.125rem !important;
  }
  .u-width__sp--51 {
    width: 3.1875rem !important;
  }
  .u-width__sp--52 {
    width: 3.25rem !important;
  }
  .u-width__sp--53 {
    width: 3.3125rem !important;
  }
  .u-width__sp--54 {
    width: 3.375rem !important;
  }
  .u-width__sp--55 {
    width: 3.4375rem !important;
  }
  .u-width__sp--56 {
    width: 3.5rem !important;
  }
  .u-width__sp--57 {
    width: 3.5625rem !important;
  }
  .u-width__sp--58 {
    width: 3.625rem !important;
  }
  .u-width__sp--59 {
    width: 3.6875rem !important;
  }
  .u-width__sp--60 {
    width: 3.75rem !important;
  }
  .u-width__sp--61 {
    width: 3.8125rem !important;
  }
  .u-width__sp--62 {
    width: 3.875rem !important;
  }
  .u-width__sp--63 {
    width: 3.9375rem !important;
  }
  .u-width__sp--64 {
    width: 4rem !important;
  }
  .u-width__sp--65 {
    width: 4.0625rem !important;
  }
  .u-width__sp--66 {
    width: 4.125rem !important;
  }
  .u-width__sp--67 {
    width: 4.1875rem !important;
  }
  .u-width__sp--68 {
    width: 4.25rem !important;
  }
  .u-width__sp--69 {
    width: 4.3125rem !important;
  }
  .u-width__sp--70 {
    width: 4.375rem !important;
  }
  .u-width__sp--71 {
    width: 4.4375rem !important;
  }
  .u-width__sp--72 {
    width: 4.5rem !important;
  }
  .u-width__sp--73 {
    width: 4.5625rem !important;
  }
  .u-width__sp--74 {
    width: 4.625rem !important;
  }
  .u-width__sp--75 {
    width: 4.6875rem !important;
  }
  .u-width__sp--76 {
    width: 4.75rem !important;
  }
  .u-width__sp--77 {
    width: 4.8125rem !important;
  }
  .u-width__sp--78 {
    width: 4.875rem !important;
  }
  .u-width__sp--79 {
    width: 4.9375rem !important;
  }
  .u-width__sp--80 {
    width: 5rem !important;
  }
  .u-width__sp--81 {
    width: 5.0625rem !important;
  }
  .u-width__sp--82 {
    width: 5.125rem !important;
  }
  .u-width__sp--83 {
    width: 5.1875rem !important;
  }
  .u-width__sp--84 {
    width: 5.25rem !important;
  }
  .u-width__sp--85 {
    width: 5.3125rem !important;
  }
  .u-width__sp--86 {
    width: 5.375rem !important;
  }
  .u-width__sp--87 {
    width: 5.4375rem !important;
  }
  .u-width__sp--88 {
    width: 5.5rem !important;
  }
  .u-width__sp--89 {
    width: 5.5625rem !important;
  }
  .u-width__sp--90 {
    width: 5.625rem !important;
  }
  .u-width__sp--91 {
    width: 5.6875rem !important;
  }
  .u-width__sp--92 {
    width: 5.75rem !important;
  }
  .u-width__sp--93 {
    width: 5.8125rem !important;
  }
  .u-width__sp--94 {
    width: 5.875rem !important;
  }
  .u-width__sp--95 {
    width: 5.9375rem !important;
  }
  .u-width__sp--96 {
    width: 6rem !important;
  }
  .u-width__sp--97 {
    width: 6.0625rem !important;
  }
  .u-width__sp--98 {
    width: 6.125rem !important;
  }
  .u-width__sp--99 {
    width: 6.1875rem !important;
  }
  .u-width__sp--100 {
    width: 6.25rem !important;
  }
  .u-width__sp--101 {
    width: 6.3125rem !important;
  }
  .u-width__sp--102 {
    width: 6.375rem !important;
  }
  .u-width__sp--103 {
    width: 6.4375rem !important;
  }
  .u-width__sp--104 {
    width: 6.5rem !important;
  }
  .u-width__sp--105 {
    width: 6.5625rem !important;
  }
  .u-width__sp--106 {
    width: 6.625rem !important;
  }
  .u-width__sp--107 {
    width: 6.6875rem !important;
  }
  .u-width__sp--108 {
    width: 6.75rem !important;
  }
  .u-width__sp--109 {
    width: 6.8125rem !important;
  }
  .u-width__sp--110 {
    width: 6.875rem !important;
  }
  .u-width__sp--111 {
    width: 6.9375rem !important;
  }
  .u-width__sp--112 {
    width: 7rem !important;
  }
  .u-width__sp--113 {
    width: 7.0625rem !important;
  }
  .u-width__sp--114 {
    width: 7.125rem !important;
  }
  .u-width__sp--115 {
    width: 7.1875rem !important;
  }
  .u-width__sp--116 {
    width: 7.25rem !important;
  }
  .u-width__sp--117 {
    width: 7.3125rem !important;
  }
  .u-width__sp--118 {
    width: 7.375rem !important;
  }
  .u-width__sp--119 {
    width: 7.4375rem !important;
  }
  .u-width__sp--120 {
    width: 7.5rem !important;
  }
}

.mail_success_info {
  text-align: center;
  margin-top: 1em;
  color: blue;
}
