@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}
html:lang(ko) {
  word-break: keep-all;
}

body {
  -ms-overflow-style: none; /* ie */
  scrollbar-width: none; /* Firefox */
  overflow-wrap: break-word;
  text-size-adjust: 100%;
  line-height: 1.4;
}
body::-webkit-scrollbar {
  display: none;
}

main {
  display: block;
}

ol,
ul,
li {
  list-style: none;
}

button,
fieldset,
iframe,
input,
select,
textarea {
  border: 0;
}

button,
dialog,
input,
mark,
meter,
progress {
  background-color: transparent;
}

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

button,
input,
meter,
progress,
select,
textarea {
  appearance: none;
}

button,
a {
  cursor: pointer;
}

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

iframe {
  border: 0;
}

a {
  text-decoration: none;
}

em {
  font-style: normal;
}

::-moz-placeholder {
  opacity: 1;
}

::-ms-clear,
::-ms-reveal {
  display: none;
}

/*
[ CSS Reset by ]
∙ [class] - Samsung Internet, Internet Explorer does supports it.(2021-07)
∙ :where - Internet Explorer 11 does not support.(2022-09)

[class] {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
[class]::before,
[class]::after { box-sizing: border-box; }
[class]:where(ol, ul) { list-style: none; }
[class]:where(button, fieldset, iframe, input, select, textarea) { border: 0; }
[class]:where(button, dialog, input, mark, meter, progress) { background-color: transparent; }
[class]:where(table) {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
[class]:where(button, input, meter, progress, select, textarea) {
  appearance: none;
}
*/
.mob-col-1 {
  flex-wrap: wrap;
}
.mob-col-1 > * {
  width: calc(100% / 1 - var(--gap) / 1 * (1 - 1));
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .tab-col-1 {
    flex-wrap: wrap;
  }
  .tab-col-1 > * {
    width: calc(100% / 1 - var(--gap) / 1 * (1 - 1));
    flex-shrink: 0;
  }
}
@media (min-width: 1240px) {
  .web-col-1 {
    flex-wrap: wrap;
  }
  .web-col-1 > * {
    width: calc(100% / 1 - var(--gap) / 1 * (1 - 1));
    flex-shrink: 0;
  }
}
.mob-col-2 {
  flex-wrap: wrap;
}
.mob-col-2 > * {
  width: calc(100% / 2 - var(--gap) / 2 * (2 - 1));
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .tab-col-2 {
    flex-wrap: wrap;
  }
  .tab-col-2 > * {
    width: calc(100% / 2 - var(--gap) / 2 * (2 - 1));
    flex-shrink: 0;
  }
}
@media (min-width: 1240px) {
  .web-col-2 {
    flex-wrap: wrap;
  }
  .web-col-2 > * {
    width: calc(100% / 2 - var(--gap) / 2 * (2 - 1));
    flex-shrink: 0;
  }
}
.mob-col-3 {
  flex-wrap: wrap;
}
.mob-col-3 > * {
  width: calc(100% / 3 - var(--gap) / 3 * (3 - 1));
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .tab-col-3 {
    flex-wrap: wrap;
  }
  .tab-col-3 > * {
    width: calc(100% / 3 - var(--gap) / 3 * (3 - 1));
    flex-shrink: 0;
  }
}
@media (min-width: 1240px) {
  .web-col-3 {
    flex-wrap: wrap;
  }
  .web-col-3 > * {
    width: calc(100% / 3 - var(--gap) / 3 * (3 - 1));
    flex-shrink: 0;
  }
}
.mob-col-4 {
  flex-wrap: wrap;
}
.mob-col-4 > * {
  width: calc(100% / 4 - var(--gap) / 4 * (4 - 1));
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .tab-col-4 {
    flex-wrap: wrap;
  }
  .tab-col-4 > * {
    width: calc(100% / 4 - var(--gap) / 4 * (4 - 1));
    flex-shrink: 0;
  }
}
@media (min-width: 1240px) {
  .web-col-4 {
    flex-wrap: wrap;
  }
  .web-col-4 > * {
    width: calc(100% / 4 - var(--gap) / 4 * (4 - 1));
    flex-shrink: 0;
  }
}
.mob-col-5 {
  flex-wrap: wrap;
}
.mob-col-5 > * {
  width: calc(100% / 5 - var(--gap) / 5 * (5 - 1));
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .tab-col-5 {
    flex-wrap: wrap;
  }
  .tab-col-5 > * {
    width: calc(100% / 5 - var(--gap) / 5 * (5 - 1));
    flex-shrink: 0;
  }
}
@media (min-width: 1240px) {
  .web-col-5 {
    flex-wrap: wrap;
  }
  .web-col-5 > * {
    width: calc(100% / 5 - var(--gap) / 5 * (5 - 1));
    flex-shrink: 0;
  }
}
.mob-col-6 {
  flex-wrap: wrap;
}
.mob-col-6 > * {
  width: calc(100% / 6 - var(--gap) / 6 * (6 - 1));
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .tab-col-6 {
    flex-wrap: wrap;
  }
  .tab-col-6 > * {
    width: calc(100% / 6 - var(--gap) / 6 * (6 - 1));
    flex-shrink: 0;
  }
}
@media (min-width: 1240px) {
  .web-col-6 {
    flex-wrap: wrap;
  }
  .web-col-6 > * {
    width: calc(100% / 6 - var(--gap) / 6 * (6 - 1));
    flex-shrink: 0;
  }
}
.mob-col-7 {
  flex-wrap: wrap;
}
.mob-col-7 > * {
  width: calc(100% / 7 - var(--gap) / 7 * (7 - 1));
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .tab-col-7 {
    flex-wrap: wrap;
  }
  .tab-col-7 > * {
    width: calc(100% / 7 - var(--gap) / 7 * (7 - 1));
    flex-shrink: 0;
  }
}
@media (min-width: 1240px) {
  .web-col-7 {
    flex-wrap: wrap;
  }
  .web-col-7 > * {
    width: calc(100% / 7 - var(--gap) / 7 * (7 - 1));
    flex-shrink: 0;
  }
}
.mob-col-8 {
  flex-wrap: wrap;
}
.mob-col-8 > * {
  width: calc(100% / 8 - var(--gap) / 8 * (8 - 1));
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .tab-col-8 {
    flex-wrap: wrap;
  }
  .tab-col-8 > * {
    width: calc(100% / 8 - var(--gap) / 8 * (8 - 1));
    flex-shrink: 0;
  }
}
@media (min-width: 1240px) {
  .web-col-8 {
    flex-wrap: wrap;
  }
  .web-col-8 > * {
    width: calc(100% / 8 - var(--gap) / 8 * (8 - 1));
    flex-shrink: 0;
  }
}
.mob-col-9 {
  flex-wrap: wrap;
}
.mob-col-9 > * {
  width: calc(100% / 9 - var(--gap) / 9 * (9 - 1));
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .tab-col-9 {
    flex-wrap: wrap;
  }
  .tab-col-9 > * {
    width: calc(100% / 9 - var(--gap) / 9 * (9 - 1));
    flex-shrink: 0;
  }
}
@media (min-width: 1240px) {
  .web-col-9 {
    flex-wrap: wrap;
  }
  .web-col-9 > * {
    width: calc(100% / 9 - var(--gap) / 9 * (9 - 1));
    flex-shrink: 0;
  }
}
.mob-col-10 {
  flex-wrap: wrap;
}
.mob-col-10 > * {
  width: calc(100% / 10 - var(--gap) / 10 * (10 - 1));
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .tab-col-10 {
    flex-wrap: wrap;
  }
  .tab-col-10 > * {
    width: calc(100% / 10 - var(--gap) / 10 * (10 - 1));
    flex-shrink: 0;
  }
}
@media (min-width: 1240px) {
  .web-col-10 {
    flex-wrap: wrap;
  }
  .web-col-10 > * {
    width: calc(100% / 10 - var(--gap) / 10 * (10 - 1));
    flex-shrink: 0;
  }
}
.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.justify-content-start {
  justify-content: start !important;
}

.justify-content-end {
  justify-content: end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.flex-direction-revert {
  flex-direction: revert !important;
}

.flex-direction-row {
  flex-direction: row !important;
}

.flex-direction-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-direction-column {
  flex-direction: column !important;
}

.flex-direction-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0rem !important;
}

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

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

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

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

.plr-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.ptb-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.gap-0 {
  column-gap: 0rem !important;
}

.fs-0 {
  font-size: 0rem !important;
}

.m-1 {
  margin: 0.1rem !important;
}

.mt-1 {
  margin-top: 0.1rem !important;
}

.mb-1 {
  margin-bottom: 0.1rem !important;
}

.ml-1 {
  margin-left: 0.1rem !important;
}

.mr-1 {
  margin-right: 0.1rem !important;
}

.mlr-1 {
  margin-left: 0.1rem !important;
  margin-right: 0.1rem !important;
}

.mtb-1 {
  margin-top: 0.1rem !important;
  margin-bottom: 0.1rem !important;
}

.p-1 {
  padding: 0.1rem !important;
}

.pt-1 {
  padding-top: 0.1rem !important;
}

.pb-1 {
  padding-bottom: 0.1rem !important;
}

.pl-1 {
  padding-left: 0.1rem !important;
}

.pr-1 {
  padding-right: 0.1rem !important;
}

.plr-1 {
  padding-left: 0.1rem !important;
  padding-right: 0.1rem !important;
}

.ptb-1 {
  padding-top: 0.1rem !important;
  padding-bottom: 0.1rem !important;
}

.gap-1 {
  column-gap: 0.1rem !important;
}

.fs-1 {
  font-size: 0.1rem !important;
}

.m-2 {
  margin: 0.2rem !important;
}

.mt-2 {
  margin-top: 0.2rem !important;
}

.mb-2 {
  margin-bottom: 0.2rem !important;
}

.ml-2 {
  margin-left: 0.2rem !important;
}

.mr-2 {
  margin-right: 0.2rem !important;
}

.mlr-2 {
  margin-left: 0.2rem !important;
  margin-right: 0.2rem !important;
}

.mtb-2 {
  margin-top: 0.2rem !important;
  margin-bottom: 0.2rem !important;
}

.p-2 {
  padding: 0.2rem !important;
}

.pt-2 {
  padding-top: 0.2rem !important;
}

.pb-2 {
  padding-bottom: 0.2rem !important;
}

.pl-2 {
  padding-left: 0.2rem !important;
}

.pr-2 {
  padding-right: 0.2rem !important;
}

.plr-2 {
  padding-left: 0.2rem !important;
  padding-right: 0.2rem !important;
}

.ptb-2 {
  padding-top: 0.2rem !important;
  padding-bottom: 0.2rem !important;
}

.gap-2 {
  column-gap: 0.2rem !important;
}

.fs-2 {
  font-size: 0.2rem !important;
}

.m-3 {
  margin: 0.3rem !important;
}

.mt-3 {
  margin-top: 0.3rem !important;
}

.mb-3 {
  margin-bottom: 0.3rem !important;
}

.ml-3 {
  margin-left: 0.3rem !important;
}

.mr-3 {
  margin-right: 0.3rem !important;
}

.mlr-3 {
  margin-left: 0.3rem !important;
  margin-right: 0.3rem !important;
}

.mtb-3 {
  margin-top: 0.3rem !important;
  margin-bottom: 0.3rem !important;
}

.p-3 {
  padding: 0.3rem !important;
}

.pt-3 {
  padding-top: 0.3rem !important;
}

.pb-3 {
  padding-bottom: 0.3rem !important;
}

.pl-3 {
  padding-left: 0.3rem !important;
}

.pr-3 {
  padding-right: 0.3rem !important;
}

.plr-3 {
  padding-left: 0.3rem !important;
  padding-right: 0.3rem !important;
}

.ptb-3 {
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}

.gap-3 {
  column-gap: 0.3rem !important;
}

.fs-3 {
  font-size: 0.3rem !important;
}

.m-4 {
  margin: 0.4rem !important;
}

.mt-4 {
  margin-top: 0.4rem !important;
}

.mb-4 {
  margin-bottom: 0.4rem !important;
}

.ml-4 {
  margin-left: 0.4rem !important;
}

.mr-4 {
  margin-right: 0.4rem !important;
}

.mlr-4 {
  margin-left: 0.4rem !important;
  margin-right: 0.4rem !important;
}

.mtb-4 {
  margin-top: 0.4rem !important;
  margin-bottom: 0.4rem !important;
}

.p-4 {
  padding: 0.4rem !important;
}

.pt-4 {
  padding-top: 0.4rem !important;
}

.pb-4 {
  padding-bottom: 0.4rem !important;
}

.pl-4 {
  padding-left: 0.4rem !important;
}

.pr-4 {
  padding-right: 0.4rem !important;
}

.plr-4 {
  padding-left: 0.4rem !important;
  padding-right: 0.4rem !important;
}

.ptb-4 {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
}

.gap-4 {
  column-gap: 0.4rem !important;
}

.fs-4 {
  font-size: 0.4rem !important;
}

.m-5 {
  margin: 0.5rem !important;
}

.mt-5 {
  margin-top: 0.5rem !important;
}

.mb-5 {
  margin-bottom: 0.5rem !important;
}

.ml-5 {
  margin-left: 0.5rem !important;
}

.mr-5 {
  margin-right: 0.5rem !important;
}

.mlr-5 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mtb-5 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.p-5 {
  padding: 0.5rem !important;
}

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

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

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

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

.plr-5 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.ptb-5 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.gap-5 {
  column-gap: 0.5rem !important;
}

.fs-5 {
  font-size: 0.5rem !important;
}

.m-6 {
  margin: 0.6rem !important;
}

.mt-6 {
  margin-top: 0.6rem !important;
}

.mb-6 {
  margin-bottom: 0.6rem !important;
}

.ml-6 {
  margin-left: 0.6rem !important;
}

.mr-6 {
  margin-right: 0.6rem !important;
}

.mlr-6 {
  margin-left: 0.6rem !important;
  margin-right: 0.6rem !important;
}

.mtb-6 {
  margin-top: 0.6rem !important;
  margin-bottom: 0.6rem !important;
}

.p-6 {
  padding: 0.6rem !important;
}

.pt-6 {
  padding-top: 0.6rem !important;
}

.pb-6 {
  padding-bottom: 0.6rem !important;
}

.pl-6 {
  padding-left: 0.6rem !important;
}

.pr-6 {
  padding-right: 0.6rem !important;
}

.plr-6 {
  padding-left: 0.6rem !important;
  padding-right: 0.6rem !important;
}

.ptb-6 {
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}

.gap-6 {
  column-gap: 0.6rem !important;
}

.fs-6 {
  font-size: 0.6rem !important;
}

.m-7 {
  margin: 0.7rem !important;
}

.mt-7 {
  margin-top: 0.7rem !important;
}

.mb-7 {
  margin-bottom: 0.7rem !important;
}

.ml-7 {
  margin-left: 0.7rem !important;
}

.mr-7 {
  margin-right: 0.7rem !important;
}

.mlr-7 {
  margin-left: 0.7rem !important;
  margin-right: 0.7rem !important;
}

.mtb-7 {
  margin-top: 0.7rem !important;
  margin-bottom: 0.7rem !important;
}

.p-7 {
  padding: 0.7rem !important;
}

.pt-7 {
  padding-top: 0.7rem !important;
}

.pb-7 {
  padding-bottom: 0.7rem !important;
}

.pl-7 {
  padding-left: 0.7rem !important;
}

.pr-7 {
  padding-right: 0.7rem !important;
}

.plr-7 {
  padding-left: 0.7rem !important;
  padding-right: 0.7rem !important;
}

.ptb-7 {
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
}

.gap-7 {
  column-gap: 0.7rem !important;
}

.fs-7 {
  font-size: 0.7rem !important;
}

.m-8 {
  margin: 0.8rem !important;
}

.mt-8 {
  margin-top: 0.8rem !important;
}

.mb-8 {
  margin-bottom: 0.8rem !important;
}

.ml-8 {
  margin-left: 0.8rem !important;
}

.mr-8 {
  margin-right: 0.8rem !important;
}

.mlr-8 {
  margin-left: 0.8rem !important;
  margin-right: 0.8rem !important;
}

.mtb-8 {
  margin-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
}

.p-8 {
  padding: 0.8rem !important;
}

.pt-8 {
  padding-top: 0.8rem !important;
}

.pb-8 {
  padding-bottom: 0.8rem !important;
}

.pl-8 {
  padding-left: 0.8rem !important;
}

.pr-8 {
  padding-right: 0.8rem !important;
}

.plr-8 {
  padding-left: 0.8rem !important;
  padding-right: 0.8rem !important;
}

.ptb-8 {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}

.gap-8 {
  column-gap: 0.8rem !important;
}

.fs-8 {
  font-size: 0.8rem !important;
}

.m-9 {
  margin: 0.9rem !important;
}

.mt-9 {
  margin-top: 0.9rem !important;
}

.mb-9 {
  margin-bottom: 0.9rem !important;
}

.ml-9 {
  margin-left: 0.9rem !important;
}

.mr-9 {
  margin-right: 0.9rem !important;
}

.mlr-9 {
  margin-left: 0.9rem !important;
  margin-right: 0.9rem !important;
}

.mtb-9 {
  margin-top: 0.9rem !important;
  margin-bottom: 0.9rem !important;
}

.p-9 {
  padding: 0.9rem !important;
}

.pt-9 {
  padding-top: 0.9rem !important;
}

.pb-9 {
  padding-bottom: 0.9rem !important;
}

.pl-9 {
  padding-left: 0.9rem !important;
}

.pr-9 {
  padding-right: 0.9rem !important;
}

.plr-9 {
  padding-left: 0.9rem !important;
  padding-right: 0.9rem !important;
}

.ptb-9 {
  padding-top: 0.9rem !important;
  padding-bottom: 0.9rem !important;
}

.gap-9 {
  column-gap: 0.9rem !important;
}

.fs-9 {
  font-size: 0.9rem !important;
}

.m-10 {
  margin: 1rem !important;
}

.mt-10 {
  margin-top: 1rem !important;
}

.mb-10 {
  margin-bottom: 1rem !important;
}

.ml-10 {
  margin-left: 1rem !important;
}

.mr-10 {
  margin-right: 1rem !important;
}

.mlr-10 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mtb-10 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.p-10 {
  padding: 1rem !important;
}

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

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

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

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

.plr-10 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.ptb-10 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.gap-10 {
  column-gap: 1rem !important;
}

.fs-10 {
  font-size: 1rem !important;
}

.m-11 {
  margin: 1.1rem !important;
}

.mt-11 {
  margin-top: 1.1rem !important;
}

.mb-11 {
  margin-bottom: 1.1rem !important;
}

.ml-11 {
  margin-left: 1.1rem !important;
}

.mr-11 {
  margin-right: 1.1rem !important;
}

.mlr-11 {
  margin-left: 1.1rem !important;
  margin-right: 1.1rem !important;
}

.mtb-11 {
  margin-top: 1.1rem !important;
  margin-bottom: 1.1rem !important;
}

.p-11 {
  padding: 1.1rem !important;
}

.pt-11 {
  padding-top: 1.1rem !important;
}

.pb-11 {
  padding-bottom: 1.1rem !important;
}

.pl-11 {
  padding-left: 1.1rem !important;
}

.pr-11 {
  padding-right: 1.1rem !important;
}

.plr-11 {
  padding-left: 1.1rem !important;
  padding-right: 1.1rem !important;
}

.ptb-11 {
  padding-top: 1.1rem !important;
  padding-bottom: 1.1rem !important;
}

.gap-11 {
  column-gap: 1.1rem !important;
}

.fs-11 {
  font-size: 1.1rem !important;
}

.m-12 {
  margin: 1.2rem !important;
}

.mt-12 {
  margin-top: 1.2rem !important;
}

.mb-12 {
  margin-bottom: 1.2rem !important;
}

.ml-12 {
  margin-left: 1.2rem !important;
}

.mr-12 {
  margin-right: 1.2rem !important;
}

.mlr-12 {
  margin-left: 1.2rem !important;
  margin-right: 1.2rem !important;
}

.mtb-12 {
  margin-top: 1.2rem !important;
  margin-bottom: 1.2rem !important;
}

.p-12 {
  padding: 1.2rem !important;
}

.pt-12 {
  padding-top: 1.2rem !important;
}

.pb-12 {
  padding-bottom: 1.2rem !important;
}

.pl-12 {
  padding-left: 1.2rem !important;
}

.pr-12 {
  padding-right: 1.2rem !important;
}

.plr-12 {
  padding-left: 1.2rem !important;
  padding-right: 1.2rem !important;
}

.ptb-12 {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
}

.gap-12 {
  column-gap: 1.2rem !important;
}

.fs-12 {
  font-size: 1.2rem !important;
}

.m-13 {
  margin: 1.3rem !important;
}

.mt-13 {
  margin-top: 1.3rem !important;
}

.mb-13 {
  margin-bottom: 1.3rem !important;
}

.ml-13 {
  margin-left: 1.3rem !important;
}

.mr-13 {
  margin-right: 1.3rem !important;
}

.mlr-13 {
  margin-left: 1.3rem !important;
  margin-right: 1.3rem !important;
}

.mtb-13 {
  margin-top: 1.3rem !important;
  margin-bottom: 1.3rem !important;
}

.p-13 {
  padding: 1.3rem !important;
}

.pt-13 {
  padding-top: 1.3rem !important;
}

.pb-13 {
  padding-bottom: 1.3rem !important;
}

.pl-13 {
  padding-left: 1.3rem !important;
}

.pr-13 {
  padding-right: 1.3rem !important;
}

.plr-13 {
  padding-left: 1.3rem !important;
  padding-right: 1.3rem !important;
}

.ptb-13 {
  padding-top: 1.3rem !important;
  padding-bottom: 1.3rem !important;
}

.gap-13 {
  column-gap: 1.3rem !important;
}

.fs-13 {
  font-size: 1.3rem !important;
}

.m-14 {
  margin: 1.4rem !important;
}

.mt-14 {
  margin-top: 1.4rem !important;
}

.mb-14 {
  margin-bottom: 1.4rem !important;
}

.ml-14 {
  margin-left: 1.4rem !important;
}

.mr-14 {
  margin-right: 1.4rem !important;
}

.mlr-14 {
  margin-left: 1.4rem !important;
  margin-right: 1.4rem !important;
}

.mtb-14 {
  margin-top: 1.4rem !important;
  margin-bottom: 1.4rem !important;
}

.p-14 {
  padding: 1.4rem !important;
}

.pt-14 {
  padding-top: 1.4rem !important;
}

.pb-14 {
  padding-bottom: 1.4rem !important;
}

.pl-14 {
  padding-left: 1.4rem !important;
}

.pr-14 {
  padding-right: 1.4rem !important;
}

.plr-14 {
  padding-left: 1.4rem !important;
  padding-right: 1.4rem !important;
}

.ptb-14 {
  padding-top: 1.4rem !important;
  padding-bottom: 1.4rem !important;
}

.gap-14 {
  column-gap: 1.4rem !important;
}

.fs-14 {
  font-size: 1.4rem !important;
}

.m-15 {
  margin: 1.5rem !important;
}

.mt-15 {
  margin-top: 1.5rem !important;
}

.mb-15 {
  margin-bottom: 1.5rem !important;
}

.ml-15 {
  margin-left: 1.5rem !important;
}

.mr-15 {
  margin-right: 1.5rem !important;
}

.mlr-15 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.mtb-15 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.p-15 {
  padding: 1.5rem !important;
}

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

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

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

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

.plr-15 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.ptb-15 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.gap-15 {
  column-gap: 1.5rem !important;
}

.fs-15 {
  font-size: 1.5rem !important;
}

.m-16 {
  margin: 1.6rem !important;
}

.mt-16 {
  margin-top: 1.6rem !important;
}

.mb-16 {
  margin-bottom: 1.6rem !important;
}

.ml-16 {
  margin-left: 1.6rem !important;
}

.mr-16 {
  margin-right: 1.6rem !important;
}

.mlr-16 {
  margin-left: 1.6rem !important;
  margin-right: 1.6rem !important;
}

.mtb-16 {
  margin-top: 1.6rem !important;
  margin-bottom: 1.6rem !important;
}

.p-16 {
  padding: 1.6rem !important;
}

.pt-16 {
  padding-top: 1.6rem !important;
}

.pb-16 {
  padding-bottom: 1.6rem !important;
}

.pl-16 {
  padding-left: 1.6rem !important;
}

.pr-16 {
  padding-right: 1.6rem !important;
}

.plr-16 {
  padding-left: 1.6rem !important;
  padding-right: 1.6rem !important;
}

.ptb-16 {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}

.gap-16 {
  column-gap: 1.6rem !important;
}

.fs-16 {
  font-size: 1.6rem !important;
}

.m-17 {
  margin: 1.7rem !important;
}

.mt-17 {
  margin-top: 1.7rem !important;
}

.mb-17 {
  margin-bottom: 1.7rem !important;
}

.ml-17 {
  margin-left: 1.7rem !important;
}

.mr-17 {
  margin-right: 1.7rem !important;
}

.mlr-17 {
  margin-left: 1.7rem !important;
  margin-right: 1.7rem !important;
}

.mtb-17 {
  margin-top: 1.7rem !important;
  margin-bottom: 1.7rem !important;
}

.p-17 {
  padding: 1.7rem !important;
}

.pt-17 {
  padding-top: 1.7rem !important;
}

.pb-17 {
  padding-bottom: 1.7rem !important;
}

.pl-17 {
  padding-left: 1.7rem !important;
}

.pr-17 {
  padding-right: 1.7rem !important;
}

.plr-17 {
  padding-left: 1.7rem !important;
  padding-right: 1.7rem !important;
}

.ptb-17 {
  padding-top: 1.7rem !important;
  padding-bottom: 1.7rem !important;
}

.gap-17 {
  column-gap: 1.7rem !important;
}

.fs-17 {
  font-size: 1.7rem !important;
}

.m-18 {
  margin: 1.8rem !important;
}

.mt-18 {
  margin-top: 1.8rem !important;
}

.mb-18 {
  margin-bottom: 1.8rem !important;
}

.ml-18 {
  margin-left: 1.8rem !important;
}

.mr-18 {
  margin-right: 1.8rem !important;
}

.mlr-18 {
  margin-left: 1.8rem !important;
  margin-right: 1.8rem !important;
}

.mtb-18 {
  margin-top: 1.8rem !important;
  margin-bottom: 1.8rem !important;
}

.p-18 {
  padding: 1.8rem !important;
}

.pt-18 {
  padding-top: 1.8rem !important;
}

.pb-18 {
  padding-bottom: 1.8rem !important;
}

.pl-18 {
  padding-left: 1.8rem !important;
}

.pr-18 {
  padding-right: 1.8rem !important;
}

.plr-18 {
  padding-left: 1.8rem !important;
  padding-right: 1.8rem !important;
}

.ptb-18 {
  padding-top: 1.8rem !important;
  padding-bottom: 1.8rem !important;
}

.gap-18 {
  column-gap: 1.8rem !important;
}

.fs-18 {
  font-size: 1.8rem !important;
}

.m-19 {
  margin: 1.9rem !important;
}

.mt-19 {
  margin-top: 1.9rem !important;
}

.mb-19 {
  margin-bottom: 1.9rem !important;
}

.ml-19 {
  margin-left: 1.9rem !important;
}

.mr-19 {
  margin-right: 1.9rem !important;
}

.mlr-19 {
  margin-left: 1.9rem !important;
  margin-right: 1.9rem !important;
}

.mtb-19 {
  margin-top: 1.9rem !important;
  margin-bottom: 1.9rem !important;
}

.p-19 {
  padding: 1.9rem !important;
}

.pt-19 {
  padding-top: 1.9rem !important;
}

.pb-19 {
  padding-bottom: 1.9rem !important;
}

.pl-19 {
  padding-left: 1.9rem !important;
}

.pr-19 {
  padding-right: 1.9rem !important;
}

.plr-19 {
  padding-left: 1.9rem !important;
  padding-right: 1.9rem !important;
}

.ptb-19 {
  padding-top: 1.9rem !important;
  padding-bottom: 1.9rem !important;
}

.gap-19 {
  column-gap: 1.9rem !important;
}

.fs-19 {
  font-size: 1.9rem !important;
}

.m-20 {
  margin: 2rem !important;
}

.mt-20 {
  margin-top: 2rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.ml-20 {
  margin-left: 2rem !important;
}

.mr-20 {
  margin-right: 2rem !important;
}

.mlr-20 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.mtb-20 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.p-20 {
  padding: 2rem !important;
}

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

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

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

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

.plr-20 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.ptb-20 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.gap-20 {
  column-gap: 2rem !important;
}

.fs-20 {
  font-size: 2rem !important;
}

.m-21 {
  margin: 2.1rem !important;
}

.mt-21 {
  margin-top: 2.1rem !important;
}

.mb-21 {
  margin-bottom: 2.1rem !important;
}

.ml-21 {
  margin-left: 2.1rem !important;
}

.mr-21 {
  margin-right: 2.1rem !important;
}

.mlr-21 {
  margin-left: 2.1rem !important;
  margin-right: 2.1rem !important;
}

.mtb-21 {
  margin-top: 2.1rem !important;
  margin-bottom: 2.1rem !important;
}

.p-21 {
  padding: 2.1rem !important;
}

.pt-21 {
  padding-top: 2.1rem !important;
}

.pb-21 {
  padding-bottom: 2.1rem !important;
}

.pl-21 {
  padding-left: 2.1rem !important;
}

.pr-21 {
  padding-right: 2.1rem !important;
}

.plr-21 {
  padding-left: 2.1rem !important;
  padding-right: 2.1rem !important;
}

.ptb-21 {
  padding-top: 2.1rem !important;
  padding-bottom: 2.1rem !important;
}

.gap-21 {
  column-gap: 2.1rem !important;
}

.fs-21 {
  font-size: 2.1rem !important;
}

.m-22 {
  margin: 2.2rem !important;
}

.mt-22 {
  margin-top: 2.2rem !important;
}

.mb-22 {
  margin-bottom: 2.2rem !important;
}

.ml-22 {
  margin-left: 2.2rem !important;
}

.mr-22 {
  margin-right: 2.2rem !important;
}

.mlr-22 {
  margin-left: 2.2rem !important;
  margin-right: 2.2rem !important;
}

.mtb-22 {
  margin-top: 2.2rem !important;
  margin-bottom: 2.2rem !important;
}

.p-22 {
  padding: 2.2rem !important;
}

.pt-22 {
  padding-top: 2.2rem !important;
}

.pb-22 {
  padding-bottom: 2.2rem !important;
}

.pl-22 {
  padding-left: 2.2rem !important;
}

.pr-22 {
  padding-right: 2.2rem !important;
}

.plr-22 {
  padding-left: 2.2rem !important;
  padding-right: 2.2rem !important;
}

.ptb-22 {
  padding-top: 2.2rem !important;
  padding-bottom: 2.2rem !important;
}

.gap-22 {
  column-gap: 2.2rem !important;
}

.fs-22 {
  font-size: 2.2rem !important;
}

.m-23 {
  margin: 2.3rem !important;
}

.mt-23 {
  margin-top: 2.3rem !important;
}

.mb-23 {
  margin-bottom: 2.3rem !important;
}

.ml-23 {
  margin-left: 2.3rem !important;
}

.mr-23 {
  margin-right: 2.3rem !important;
}

.mlr-23 {
  margin-left: 2.3rem !important;
  margin-right: 2.3rem !important;
}

.mtb-23 {
  margin-top: 2.3rem !important;
  margin-bottom: 2.3rem !important;
}

.p-23 {
  padding: 2.3rem !important;
}

.pt-23 {
  padding-top: 2.3rem !important;
}

.pb-23 {
  padding-bottom: 2.3rem !important;
}

.pl-23 {
  padding-left: 2.3rem !important;
}

.pr-23 {
  padding-right: 2.3rem !important;
}

.plr-23 {
  padding-left: 2.3rem !important;
  padding-right: 2.3rem !important;
}

.ptb-23 {
  padding-top: 2.3rem !important;
  padding-bottom: 2.3rem !important;
}

.gap-23 {
  column-gap: 2.3rem !important;
}

.fs-23 {
  font-size: 2.3rem !important;
}

.m-24 {
  margin: 2.4rem !important;
}

.mt-24 {
  margin-top: 2.4rem !important;
}

.mb-24 {
  margin-bottom: 2.4rem !important;
}

.ml-24 {
  margin-left: 2.4rem !important;
}

.mr-24 {
  margin-right: 2.4rem !important;
}

.mlr-24 {
  margin-left: 2.4rem !important;
  margin-right: 2.4rem !important;
}

.mtb-24 {
  margin-top: 2.4rem !important;
  margin-bottom: 2.4rem !important;
}

.p-24 {
  padding: 2.4rem !important;
}

.pt-24 {
  padding-top: 2.4rem !important;
}

.pb-24 {
  padding-bottom: 2.4rem !important;
}

.pl-24 {
  padding-left: 2.4rem !important;
}

.pr-24 {
  padding-right: 2.4rem !important;
}

.plr-24 {
  padding-left: 2.4rem !important;
  padding-right: 2.4rem !important;
}

.ptb-24 {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}

.gap-24 {
  column-gap: 2.4rem !important;
}

.fs-24 {
  font-size: 2.4rem !important;
}

.m-25 {
  margin: 2.5rem !important;
}

.mt-25 {
  margin-top: 2.5rem !important;
}

.mb-25 {
  margin-bottom: 2.5rem !important;
}

.ml-25 {
  margin-left: 2.5rem !important;
}

.mr-25 {
  margin-right: 2.5rem !important;
}

.mlr-25 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.mtb-25 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.p-25 {
  padding: 2.5rem !important;
}

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

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

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

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

.plr-25 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.ptb-25 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.gap-25 {
  column-gap: 2.5rem !important;
}

.fs-25 {
  font-size: 2.5rem !important;
}

.m-26 {
  margin: 2.6rem !important;
}

.mt-26 {
  margin-top: 2.6rem !important;
}

.mb-26 {
  margin-bottom: 2.6rem !important;
}

.ml-26 {
  margin-left: 2.6rem !important;
}

.mr-26 {
  margin-right: 2.6rem !important;
}

.mlr-26 {
  margin-left: 2.6rem !important;
  margin-right: 2.6rem !important;
}

.mtb-26 {
  margin-top: 2.6rem !important;
  margin-bottom: 2.6rem !important;
}

.p-26 {
  padding: 2.6rem !important;
}

.pt-26 {
  padding-top: 2.6rem !important;
}

.pb-26 {
  padding-bottom: 2.6rem !important;
}

.pl-26 {
  padding-left: 2.6rem !important;
}

.pr-26 {
  padding-right: 2.6rem !important;
}

.plr-26 {
  padding-left: 2.6rem !important;
  padding-right: 2.6rem !important;
}

.ptb-26 {
  padding-top: 2.6rem !important;
  padding-bottom: 2.6rem !important;
}

.gap-26 {
  column-gap: 2.6rem !important;
}

.fs-26 {
  font-size: 2.6rem !important;
}

.m-27 {
  margin: 2.7rem !important;
}

.mt-27 {
  margin-top: 2.7rem !important;
}

.mb-27 {
  margin-bottom: 2.7rem !important;
}

.ml-27 {
  margin-left: 2.7rem !important;
}

.mr-27 {
  margin-right: 2.7rem !important;
}

.mlr-27 {
  margin-left: 2.7rem !important;
  margin-right: 2.7rem !important;
}

.mtb-27 {
  margin-top: 2.7rem !important;
  margin-bottom: 2.7rem !important;
}

.p-27 {
  padding: 2.7rem !important;
}

.pt-27 {
  padding-top: 2.7rem !important;
}

.pb-27 {
  padding-bottom: 2.7rem !important;
}

.pl-27 {
  padding-left: 2.7rem !important;
}

.pr-27 {
  padding-right: 2.7rem !important;
}

.plr-27 {
  padding-left: 2.7rem !important;
  padding-right: 2.7rem !important;
}

.ptb-27 {
  padding-top: 2.7rem !important;
  padding-bottom: 2.7rem !important;
}

.gap-27 {
  column-gap: 2.7rem !important;
}

.fs-27 {
  font-size: 2.7rem !important;
}

.m-28 {
  margin: 2.8rem !important;
}

.mt-28 {
  margin-top: 2.8rem !important;
}

.mb-28 {
  margin-bottom: 2.8rem !important;
}

.ml-28 {
  margin-left: 2.8rem !important;
}

.mr-28 {
  margin-right: 2.8rem !important;
}

.mlr-28 {
  margin-left: 2.8rem !important;
  margin-right: 2.8rem !important;
}

.mtb-28 {
  margin-top: 2.8rem !important;
  margin-bottom: 2.8rem !important;
}

.p-28 {
  padding: 2.8rem !important;
}

.pt-28 {
  padding-top: 2.8rem !important;
}

.pb-28 {
  padding-bottom: 2.8rem !important;
}

.pl-28 {
  padding-left: 2.8rem !important;
}

.pr-28 {
  padding-right: 2.8rem !important;
}

.plr-28 {
  padding-left: 2.8rem !important;
  padding-right: 2.8rem !important;
}

.ptb-28 {
  padding-top: 2.8rem !important;
  padding-bottom: 2.8rem !important;
}

.gap-28 {
  column-gap: 2.8rem !important;
}

.fs-28 {
  font-size: 2.8rem !important;
}

.m-29 {
  margin: 2.9rem !important;
}

.mt-29 {
  margin-top: 2.9rem !important;
}

.mb-29 {
  margin-bottom: 2.9rem !important;
}

.ml-29 {
  margin-left: 2.9rem !important;
}

.mr-29 {
  margin-right: 2.9rem !important;
}

.mlr-29 {
  margin-left: 2.9rem !important;
  margin-right: 2.9rem !important;
}

.mtb-29 {
  margin-top: 2.9rem !important;
  margin-bottom: 2.9rem !important;
}

.p-29 {
  padding: 2.9rem !important;
}

.pt-29 {
  padding-top: 2.9rem !important;
}

.pb-29 {
  padding-bottom: 2.9rem !important;
}

.pl-29 {
  padding-left: 2.9rem !important;
}

.pr-29 {
  padding-right: 2.9rem !important;
}

.plr-29 {
  padding-left: 2.9rem !important;
  padding-right: 2.9rem !important;
}

.ptb-29 {
  padding-top: 2.9rem !important;
  padding-bottom: 2.9rem !important;
}

.gap-29 {
  column-gap: 2.9rem !important;
}

.fs-29 {
  font-size: 2.9rem !important;
}

.m-30 {
  margin: 3rem !important;
}

.mt-30 {
  margin-top: 3rem !important;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

.ml-30 {
  margin-left: 3rem !important;
}

.mr-30 {
  margin-right: 3rem !important;
}

.mlr-30 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.mtb-30 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-30 {
  padding: 3rem !important;
}

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

.pb-30 {
  padding-bottom: 3rem !important;
}

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

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

.plr-30 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.ptb-30 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.gap-30 {
  column-gap: 3rem !important;
}

.fs-30 {
  font-size: 3rem !important;
}

.m-31 {
  margin: 3.1rem !important;
}

.mt-31 {
  margin-top: 3.1rem !important;
}

.mb-31 {
  margin-bottom: 3.1rem !important;
}

.ml-31 {
  margin-left: 3.1rem !important;
}

.mr-31 {
  margin-right: 3.1rem !important;
}

.mlr-31 {
  margin-left: 3.1rem !important;
  margin-right: 3.1rem !important;
}

.mtb-31 {
  margin-top: 3.1rem !important;
  margin-bottom: 3.1rem !important;
}

.p-31 {
  padding: 3.1rem !important;
}

.pt-31 {
  padding-top: 3.1rem !important;
}

.pb-31 {
  padding-bottom: 3.1rem !important;
}

.pl-31 {
  padding-left: 3.1rem !important;
}

.pr-31 {
  padding-right: 3.1rem !important;
}

.plr-31 {
  padding-left: 3.1rem !important;
  padding-right: 3.1rem !important;
}

.ptb-31 {
  padding-top: 3.1rem !important;
  padding-bottom: 3.1rem !important;
}

.gap-31 {
  column-gap: 3.1rem !important;
}

.fs-31 {
  font-size: 3.1rem !important;
}

.m-32 {
  margin: 3.2rem !important;
}

.mt-32 {
  margin-top: 3.2rem !important;
}

.mb-32 {
  margin-bottom: 3.2rem !important;
}

.ml-32 {
  margin-left: 3.2rem !important;
}

.mr-32 {
  margin-right: 3.2rem !important;
}

.mlr-32 {
  margin-left: 3.2rem !important;
  margin-right: 3.2rem !important;
}

.mtb-32 {
  margin-top: 3.2rem !important;
  margin-bottom: 3.2rem !important;
}

.p-32 {
  padding: 3.2rem !important;
}

.pt-32 {
  padding-top: 3.2rem !important;
}

.pb-32 {
  padding-bottom: 3.2rem !important;
}

.pl-32 {
  padding-left: 3.2rem !important;
}

.pr-32 {
  padding-right: 3.2rem !important;
}

.plr-32 {
  padding-left: 3.2rem !important;
  padding-right: 3.2rem !important;
}

.ptb-32 {
  padding-top: 3.2rem !important;
  padding-bottom: 3.2rem !important;
}

.gap-32 {
  column-gap: 3.2rem !important;
}

.fs-32 {
  font-size: 3.2rem !important;
}

.m-33 {
  margin: 3.3rem !important;
}

.mt-33 {
  margin-top: 3.3rem !important;
}

.mb-33 {
  margin-bottom: 3.3rem !important;
}

.ml-33 {
  margin-left: 3.3rem !important;
}

.mr-33 {
  margin-right: 3.3rem !important;
}

.mlr-33 {
  margin-left: 3.3rem !important;
  margin-right: 3.3rem !important;
}

.mtb-33 {
  margin-top: 3.3rem !important;
  margin-bottom: 3.3rem !important;
}

.p-33 {
  padding: 3.3rem !important;
}

.pt-33 {
  padding-top: 3.3rem !important;
}

.pb-33 {
  padding-bottom: 3.3rem !important;
}

.pl-33 {
  padding-left: 3.3rem !important;
}

.pr-33 {
  padding-right: 3.3rem !important;
}

.plr-33 {
  padding-left: 3.3rem !important;
  padding-right: 3.3rem !important;
}

.ptb-33 {
  padding-top: 3.3rem !important;
  padding-bottom: 3.3rem !important;
}

.gap-33 {
  column-gap: 3.3rem !important;
}

.fs-33 {
  font-size: 3.3rem !important;
}

.m-34 {
  margin: 3.4rem !important;
}

.mt-34 {
  margin-top: 3.4rem !important;
}

.mb-34 {
  margin-bottom: 3.4rem !important;
}

.ml-34 {
  margin-left: 3.4rem !important;
}

.mr-34 {
  margin-right: 3.4rem !important;
}

.mlr-34 {
  margin-left: 3.4rem !important;
  margin-right: 3.4rem !important;
}

.mtb-34 {
  margin-top: 3.4rem !important;
  margin-bottom: 3.4rem !important;
}

.p-34 {
  padding: 3.4rem !important;
}

.pt-34 {
  padding-top: 3.4rem !important;
}

.pb-34 {
  padding-bottom: 3.4rem !important;
}

.pl-34 {
  padding-left: 3.4rem !important;
}

.pr-34 {
  padding-right: 3.4rem !important;
}

.plr-34 {
  padding-left: 3.4rem !important;
  padding-right: 3.4rem !important;
}

.ptb-34 {
  padding-top: 3.4rem !important;
  padding-bottom: 3.4rem !important;
}

.gap-34 {
  column-gap: 3.4rem !important;
}

.fs-34 {
  font-size: 3.4rem !important;
}

.m-35 {
  margin: 3.5rem !important;
}

.mt-35 {
  margin-top: 3.5rem !important;
}

.mb-35 {
  margin-bottom: 3.5rem !important;
}

.ml-35 {
  margin-left: 3.5rem !important;
}

.mr-35 {
  margin-right: 3.5rem !important;
}

.mlr-35 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

.mtb-35 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.p-35 {
  padding: 3.5rem !important;
}

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

.pb-35 {
  padding-bottom: 3.5rem !important;
}

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

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

.plr-35 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.ptb-35 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.gap-35 {
  column-gap: 3.5rem !important;
}

.fs-35 {
  font-size: 3.5rem !important;
}

.m-36 {
  margin: 3.6rem !important;
}

.mt-36 {
  margin-top: 3.6rem !important;
}

.mb-36 {
  margin-bottom: 3.6rem !important;
}

.ml-36 {
  margin-left: 3.6rem !important;
}

.mr-36 {
  margin-right: 3.6rem !important;
}

.mlr-36 {
  margin-left: 3.6rem !important;
  margin-right: 3.6rem !important;
}

.mtb-36 {
  margin-top: 3.6rem !important;
  margin-bottom: 3.6rem !important;
}

.p-36 {
  padding: 3.6rem !important;
}

.pt-36 {
  padding-top: 3.6rem !important;
}

.pb-36 {
  padding-bottom: 3.6rem !important;
}

.pl-36 {
  padding-left: 3.6rem !important;
}

.pr-36 {
  padding-right: 3.6rem !important;
}

.plr-36 {
  padding-left: 3.6rem !important;
  padding-right: 3.6rem !important;
}

.ptb-36 {
  padding-top: 3.6rem !important;
  padding-bottom: 3.6rem !important;
}

.gap-36 {
  column-gap: 3.6rem !important;
}

.fs-36 {
  font-size: 3.6rem !important;
}

.m-37 {
  margin: 3.7rem !important;
}

.mt-37 {
  margin-top: 3.7rem !important;
}

.mb-37 {
  margin-bottom: 3.7rem !important;
}

.ml-37 {
  margin-left: 3.7rem !important;
}

.mr-37 {
  margin-right: 3.7rem !important;
}

.mlr-37 {
  margin-left: 3.7rem !important;
  margin-right: 3.7rem !important;
}

.mtb-37 {
  margin-top: 3.7rem !important;
  margin-bottom: 3.7rem !important;
}

.p-37 {
  padding: 3.7rem !important;
}

.pt-37 {
  padding-top: 3.7rem !important;
}

.pb-37 {
  padding-bottom: 3.7rem !important;
}

.pl-37 {
  padding-left: 3.7rem !important;
}

.pr-37 {
  padding-right: 3.7rem !important;
}

.plr-37 {
  padding-left: 3.7rem !important;
  padding-right: 3.7rem !important;
}

.ptb-37 {
  padding-top: 3.7rem !important;
  padding-bottom: 3.7rem !important;
}

.gap-37 {
  column-gap: 3.7rem !important;
}

.fs-37 {
  font-size: 3.7rem !important;
}

.m-38 {
  margin: 3.8rem !important;
}

.mt-38 {
  margin-top: 3.8rem !important;
}

.mb-38 {
  margin-bottom: 3.8rem !important;
}

.ml-38 {
  margin-left: 3.8rem !important;
}

.mr-38 {
  margin-right: 3.8rem !important;
}

.mlr-38 {
  margin-left: 3.8rem !important;
  margin-right: 3.8rem !important;
}

.mtb-38 {
  margin-top: 3.8rem !important;
  margin-bottom: 3.8rem !important;
}

.p-38 {
  padding: 3.8rem !important;
}

.pt-38 {
  padding-top: 3.8rem !important;
}

.pb-38 {
  padding-bottom: 3.8rem !important;
}

.pl-38 {
  padding-left: 3.8rem !important;
}

.pr-38 {
  padding-right: 3.8rem !important;
}

.plr-38 {
  padding-left: 3.8rem !important;
  padding-right: 3.8rem !important;
}

.ptb-38 {
  padding-top: 3.8rem !important;
  padding-bottom: 3.8rem !important;
}

.gap-38 {
  column-gap: 3.8rem !important;
}

.fs-38 {
  font-size: 3.8rem !important;
}

.m-39 {
  margin: 3.9rem !important;
}

.mt-39 {
  margin-top: 3.9rem !important;
}

.mb-39 {
  margin-bottom: 3.9rem !important;
}

.ml-39 {
  margin-left: 3.9rem !important;
}

.mr-39 {
  margin-right: 3.9rem !important;
}

.mlr-39 {
  margin-left: 3.9rem !important;
  margin-right: 3.9rem !important;
}

.mtb-39 {
  margin-top: 3.9rem !important;
  margin-bottom: 3.9rem !important;
}

.p-39 {
  padding: 3.9rem !important;
}

.pt-39 {
  padding-top: 3.9rem !important;
}

.pb-39 {
  padding-bottom: 3.9rem !important;
}

.pl-39 {
  padding-left: 3.9rem !important;
}

.pr-39 {
  padding-right: 3.9rem !important;
}

.plr-39 {
  padding-left: 3.9rem !important;
  padding-right: 3.9rem !important;
}

.ptb-39 {
  padding-top: 3.9rem !important;
  padding-bottom: 3.9rem !important;
}

.gap-39 {
  column-gap: 3.9rem !important;
}

.fs-39 {
  font-size: 3.9rem !important;
}

.m-40 {
  margin: 4rem !important;
}

.mt-40 {
  margin-top: 4rem !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.ml-40 {
  margin-left: 4rem !important;
}

.mr-40 {
  margin-right: 4rem !important;
}

.mlr-40 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.mtb-40 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.p-40 {
  padding: 4rem !important;
}

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

.pb-40 {
  padding-bottom: 4rem !important;
}

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

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

.plr-40 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.ptb-40 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.gap-40 {
  column-gap: 4rem !important;
}

.fs-40 {
  font-size: 4rem !important;
}

.m-41 {
  margin: 4.1rem !important;
}

.mt-41 {
  margin-top: 4.1rem !important;
}

.mb-41 {
  margin-bottom: 4.1rem !important;
}

.ml-41 {
  margin-left: 4.1rem !important;
}

.mr-41 {
  margin-right: 4.1rem !important;
}

.mlr-41 {
  margin-left: 4.1rem !important;
  margin-right: 4.1rem !important;
}

.mtb-41 {
  margin-top: 4.1rem !important;
  margin-bottom: 4.1rem !important;
}

.p-41 {
  padding: 4.1rem !important;
}

.pt-41 {
  padding-top: 4.1rem !important;
}

.pb-41 {
  padding-bottom: 4.1rem !important;
}

.pl-41 {
  padding-left: 4.1rem !important;
}

.pr-41 {
  padding-right: 4.1rem !important;
}

.plr-41 {
  padding-left: 4.1rem !important;
  padding-right: 4.1rem !important;
}

.ptb-41 {
  padding-top: 4.1rem !important;
  padding-bottom: 4.1rem !important;
}

.gap-41 {
  column-gap: 4.1rem !important;
}

.fs-41 {
  font-size: 4.1rem !important;
}

.m-42 {
  margin: 4.2rem !important;
}

.mt-42 {
  margin-top: 4.2rem !important;
}

.mb-42 {
  margin-bottom: 4.2rem !important;
}

.ml-42 {
  margin-left: 4.2rem !important;
}

.mr-42 {
  margin-right: 4.2rem !important;
}

.mlr-42 {
  margin-left: 4.2rem !important;
  margin-right: 4.2rem !important;
}

.mtb-42 {
  margin-top: 4.2rem !important;
  margin-bottom: 4.2rem !important;
}

.p-42 {
  padding: 4.2rem !important;
}

.pt-42 {
  padding-top: 4.2rem !important;
}

.pb-42 {
  padding-bottom: 4.2rem !important;
}

.pl-42 {
  padding-left: 4.2rem !important;
}

.pr-42 {
  padding-right: 4.2rem !important;
}

.plr-42 {
  padding-left: 4.2rem !important;
  padding-right: 4.2rem !important;
}

.ptb-42 {
  padding-top: 4.2rem !important;
  padding-bottom: 4.2rem !important;
}

.gap-42 {
  column-gap: 4.2rem !important;
}

.fs-42 {
  font-size: 4.2rem !important;
}

.m-43 {
  margin: 4.3rem !important;
}

.mt-43 {
  margin-top: 4.3rem !important;
}

.mb-43 {
  margin-bottom: 4.3rem !important;
}

.ml-43 {
  margin-left: 4.3rem !important;
}

.mr-43 {
  margin-right: 4.3rem !important;
}

.mlr-43 {
  margin-left: 4.3rem !important;
  margin-right: 4.3rem !important;
}

.mtb-43 {
  margin-top: 4.3rem !important;
  margin-bottom: 4.3rem !important;
}

.p-43 {
  padding: 4.3rem !important;
}

.pt-43 {
  padding-top: 4.3rem !important;
}

.pb-43 {
  padding-bottom: 4.3rem !important;
}

.pl-43 {
  padding-left: 4.3rem !important;
}

.pr-43 {
  padding-right: 4.3rem !important;
}

.plr-43 {
  padding-left: 4.3rem !important;
  padding-right: 4.3rem !important;
}

.ptb-43 {
  padding-top: 4.3rem !important;
  padding-bottom: 4.3rem !important;
}

.gap-43 {
  column-gap: 4.3rem !important;
}

.fs-43 {
  font-size: 4.3rem !important;
}

.m-44 {
  margin: 4.4rem !important;
}

.mt-44 {
  margin-top: 4.4rem !important;
}

.mb-44 {
  margin-bottom: 4.4rem !important;
}

.ml-44 {
  margin-left: 4.4rem !important;
}

.mr-44 {
  margin-right: 4.4rem !important;
}

.mlr-44 {
  margin-left: 4.4rem !important;
  margin-right: 4.4rem !important;
}

.mtb-44 {
  margin-top: 4.4rem !important;
  margin-bottom: 4.4rem !important;
}

.p-44 {
  padding: 4.4rem !important;
}

.pt-44 {
  padding-top: 4.4rem !important;
}

.pb-44 {
  padding-bottom: 4.4rem !important;
}

.pl-44 {
  padding-left: 4.4rem !important;
}

.pr-44 {
  padding-right: 4.4rem !important;
}

.plr-44 {
  padding-left: 4.4rem !important;
  padding-right: 4.4rem !important;
}

.ptb-44 {
  padding-top: 4.4rem !important;
  padding-bottom: 4.4rem !important;
}

.gap-44 {
  column-gap: 4.4rem !important;
}

.fs-44 {
  font-size: 4.4rem !important;
}

.m-45 {
  margin: 4.5rem !important;
}

.mt-45 {
  margin-top: 4.5rem !important;
}

.mb-45 {
  margin-bottom: 4.5rem !important;
}

.ml-45 {
  margin-left: 4.5rem !important;
}

.mr-45 {
  margin-right: 4.5rem !important;
}

.mlr-45 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important;
}

.mtb-45 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.p-45 {
  padding: 4.5rem !important;
}

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

.pb-45 {
  padding-bottom: 4.5rem !important;
}

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

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

.plr-45 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
}

.ptb-45 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.gap-45 {
  column-gap: 4.5rem !important;
}

.fs-45 {
  font-size: 4.5rem !important;
}

.m-46 {
  margin: 4.6rem !important;
}

.mt-46 {
  margin-top: 4.6rem !important;
}

.mb-46 {
  margin-bottom: 4.6rem !important;
}

.ml-46 {
  margin-left: 4.6rem !important;
}

.mr-46 {
  margin-right: 4.6rem !important;
}

.mlr-46 {
  margin-left: 4.6rem !important;
  margin-right: 4.6rem !important;
}

.mtb-46 {
  margin-top: 4.6rem !important;
  margin-bottom: 4.6rem !important;
}

.p-46 {
  padding: 4.6rem !important;
}

.pt-46 {
  padding-top: 4.6rem !important;
}

.pb-46 {
  padding-bottom: 4.6rem !important;
}

.pl-46 {
  padding-left: 4.6rem !important;
}

.pr-46 {
  padding-right: 4.6rem !important;
}

.plr-46 {
  padding-left: 4.6rem !important;
  padding-right: 4.6rem !important;
}

.ptb-46 {
  padding-top: 4.6rem !important;
  padding-bottom: 4.6rem !important;
}

.gap-46 {
  column-gap: 4.6rem !important;
}

.fs-46 {
  font-size: 4.6rem !important;
}

.m-47 {
  margin: 4.7rem !important;
}

.mt-47 {
  margin-top: 4.7rem !important;
}

.mb-47 {
  margin-bottom: 4.7rem !important;
}

.ml-47 {
  margin-left: 4.7rem !important;
}

.mr-47 {
  margin-right: 4.7rem !important;
}

.mlr-47 {
  margin-left: 4.7rem !important;
  margin-right: 4.7rem !important;
}

.mtb-47 {
  margin-top: 4.7rem !important;
  margin-bottom: 4.7rem !important;
}

.p-47 {
  padding: 4.7rem !important;
}

.pt-47 {
  padding-top: 4.7rem !important;
}

.pb-47 {
  padding-bottom: 4.7rem !important;
}

.pl-47 {
  padding-left: 4.7rem !important;
}

.pr-47 {
  padding-right: 4.7rem !important;
}

.plr-47 {
  padding-left: 4.7rem !important;
  padding-right: 4.7rem !important;
}

.ptb-47 {
  padding-top: 4.7rem !important;
  padding-bottom: 4.7rem !important;
}

.gap-47 {
  column-gap: 4.7rem !important;
}

.fs-47 {
  font-size: 4.7rem !important;
}

.m-48 {
  margin: 4.8rem !important;
}

.mt-48 {
  margin-top: 4.8rem !important;
}

.mb-48 {
  margin-bottom: 4.8rem !important;
}

.ml-48 {
  margin-left: 4.8rem !important;
}

.mr-48 {
  margin-right: 4.8rem !important;
}

.mlr-48 {
  margin-left: 4.8rem !important;
  margin-right: 4.8rem !important;
}

.mtb-48 {
  margin-top: 4.8rem !important;
  margin-bottom: 4.8rem !important;
}

.p-48 {
  padding: 4.8rem !important;
}

.pt-48 {
  padding-top: 4.8rem !important;
}

.pb-48 {
  padding-bottom: 4.8rem !important;
}

.pl-48 {
  padding-left: 4.8rem !important;
}

.pr-48 {
  padding-right: 4.8rem !important;
}

.plr-48 {
  padding-left: 4.8rem !important;
  padding-right: 4.8rem !important;
}

.ptb-48 {
  padding-top: 4.8rem !important;
  padding-bottom: 4.8rem !important;
}

.gap-48 {
  column-gap: 4.8rem !important;
}

.fs-48 {
  font-size: 4.8rem !important;
}

.m-49 {
  margin: 4.9rem !important;
}

.mt-49 {
  margin-top: 4.9rem !important;
}

.mb-49 {
  margin-bottom: 4.9rem !important;
}

.ml-49 {
  margin-left: 4.9rem !important;
}

.mr-49 {
  margin-right: 4.9rem !important;
}

.mlr-49 {
  margin-left: 4.9rem !important;
  margin-right: 4.9rem !important;
}

.mtb-49 {
  margin-top: 4.9rem !important;
  margin-bottom: 4.9rem !important;
}

.p-49 {
  padding: 4.9rem !important;
}

.pt-49 {
  padding-top: 4.9rem !important;
}

.pb-49 {
  padding-bottom: 4.9rem !important;
}

.pl-49 {
  padding-left: 4.9rem !important;
}

.pr-49 {
  padding-right: 4.9rem !important;
}

.plr-49 {
  padding-left: 4.9rem !important;
  padding-right: 4.9rem !important;
}

.ptb-49 {
  padding-top: 4.9rem !important;
  padding-bottom: 4.9rem !important;
}

.gap-49 {
  column-gap: 4.9rem !important;
}

.fs-49 {
  font-size: 4.9rem !important;
}

.m-50 {
  margin: 5rem !important;
}

.mt-50 {
  margin-top: 5rem !important;
}

.mb-50 {
  margin-bottom: 5rem !important;
}

.ml-50 {
  margin-left: 5rem !important;
}

.mr-50 {
  margin-right: 5rem !important;
}

.mlr-50 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.mtb-50 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.p-50 {
  padding: 5rem !important;
}

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

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

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

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

.plr-50 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.ptb-50 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.gap-50 {
  column-gap: 5rem !important;
}

.fs-50 {
  font-size: 5rem !important;
}

.m-51 {
  margin: 5.1rem !important;
}

.mt-51 {
  margin-top: 5.1rem !important;
}

.mb-51 {
  margin-bottom: 5.1rem !important;
}

.ml-51 {
  margin-left: 5.1rem !important;
}

.mr-51 {
  margin-right: 5.1rem !important;
}

.mlr-51 {
  margin-left: 5.1rem !important;
  margin-right: 5.1rem !important;
}

.mtb-51 {
  margin-top: 5.1rem !important;
  margin-bottom: 5.1rem !important;
}

.p-51 {
  padding: 5.1rem !important;
}

.pt-51 {
  padding-top: 5.1rem !important;
}

.pb-51 {
  padding-bottom: 5.1rem !important;
}

.pl-51 {
  padding-left: 5.1rem !important;
}

.pr-51 {
  padding-right: 5.1rem !important;
}

.plr-51 {
  padding-left: 5.1rem !important;
  padding-right: 5.1rem !important;
}

.ptb-51 {
  padding-top: 5.1rem !important;
  padding-bottom: 5.1rem !important;
}

.gap-51 {
  column-gap: 5.1rem !important;
}

.fs-51 {
  font-size: 5.1rem !important;
}

.m-52 {
  margin: 5.2rem !important;
}

.mt-52 {
  margin-top: 5.2rem !important;
}

.mb-52 {
  margin-bottom: 5.2rem !important;
}

.ml-52 {
  margin-left: 5.2rem !important;
}

.mr-52 {
  margin-right: 5.2rem !important;
}

.mlr-52 {
  margin-left: 5.2rem !important;
  margin-right: 5.2rem !important;
}

.mtb-52 {
  margin-top: 5.2rem !important;
  margin-bottom: 5.2rem !important;
}

.p-52 {
  padding: 5.2rem !important;
}

.pt-52 {
  padding-top: 5.2rem !important;
}

.pb-52 {
  padding-bottom: 5.2rem !important;
}

.pl-52 {
  padding-left: 5.2rem !important;
}

.pr-52 {
  padding-right: 5.2rem !important;
}

.plr-52 {
  padding-left: 5.2rem !important;
  padding-right: 5.2rem !important;
}

.ptb-52 {
  padding-top: 5.2rem !important;
  padding-bottom: 5.2rem !important;
}

.gap-52 {
  column-gap: 5.2rem !important;
}

.fs-52 {
  font-size: 5.2rem !important;
}

.m-53 {
  margin: 5.3rem !important;
}

.mt-53 {
  margin-top: 5.3rem !important;
}

.mb-53 {
  margin-bottom: 5.3rem !important;
}

.ml-53 {
  margin-left: 5.3rem !important;
}

.mr-53 {
  margin-right: 5.3rem !important;
}

.mlr-53 {
  margin-left: 5.3rem !important;
  margin-right: 5.3rem !important;
}

.mtb-53 {
  margin-top: 5.3rem !important;
  margin-bottom: 5.3rem !important;
}

.p-53 {
  padding: 5.3rem !important;
}

.pt-53 {
  padding-top: 5.3rem !important;
}

.pb-53 {
  padding-bottom: 5.3rem !important;
}

.pl-53 {
  padding-left: 5.3rem !important;
}

.pr-53 {
  padding-right: 5.3rem !important;
}

.plr-53 {
  padding-left: 5.3rem !important;
  padding-right: 5.3rem !important;
}

.ptb-53 {
  padding-top: 5.3rem !important;
  padding-bottom: 5.3rem !important;
}

.gap-53 {
  column-gap: 5.3rem !important;
}

.fs-53 {
  font-size: 5.3rem !important;
}

.m-54 {
  margin: 5.4rem !important;
}

.mt-54 {
  margin-top: 5.4rem !important;
}

.mb-54 {
  margin-bottom: 5.4rem !important;
}

.ml-54 {
  margin-left: 5.4rem !important;
}

.mr-54 {
  margin-right: 5.4rem !important;
}

.mlr-54 {
  margin-left: 5.4rem !important;
  margin-right: 5.4rem !important;
}

.mtb-54 {
  margin-top: 5.4rem !important;
  margin-bottom: 5.4rem !important;
}

.p-54 {
  padding: 5.4rem !important;
}

.pt-54 {
  padding-top: 5.4rem !important;
}

.pb-54 {
  padding-bottom: 5.4rem !important;
}

.pl-54 {
  padding-left: 5.4rem !important;
}

.pr-54 {
  padding-right: 5.4rem !important;
}

.plr-54 {
  padding-left: 5.4rem !important;
  padding-right: 5.4rem !important;
}

.ptb-54 {
  padding-top: 5.4rem !important;
  padding-bottom: 5.4rem !important;
}

.gap-54 {
  column-gap: 5.4rem !important;
}

.fs-54 {
  font-size: 5.4rem !important;
}

.m-55 {
  margin: 5.5rem !important;
}

.mt-55 {
  margin-top: 5.5rem !important;
}

.mb-55 {
  margin-bottom: 5.5rem !important;
}

.ml-55 {
  margin-left: 5.5rem !important;
}

.mr-55 {
  margin-right: 5.5rem !important;
}

.mlr-55 {
  margin-left: 5.5rem !important;
  margin-right: 5.5rem !important;
}

.mtb-55 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}

.p-55 {
  padding: 5.5rem !important;
}

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

.pb-55 {
  padding-bottom: 5.5rem !important;
}

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

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

.plr-55 {
  padding-left: 5.5rem !important;
  padding-right: 5.5rem !important;
}

.ptb-55 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

.gap-55 {
  column-gap: 5.5rem !important;
}

.fs-55 {
  font-size: 5.5rem !important;
}

.m-56 {
  margin: 5.6rem !important;
}

.mt-56 {
  margin-top: 5.6rem !important;
}

.mb-56 {
  margin-bottom: 5.6rem !important;
}

.ml-56 {
  margin-left: 5.6rem !important;
}

.mr-56 {
  margin-right: 5.6rem !important;
}

.mlr-56 {
  margin-left: 5.6rem !important;
  margin-right: 5.6rem !important;
}

.mtb-56 {
  margin-top: 5.6rem !important;
  margin-bottom: 5.6rem !important;
}

.p-56 {
  padding: 5.6rem !important;
}

.pt-56 {
  padding-top: 5.6rem !important;
}

.pb-56 {
  padding-bottom: 5.6rem !important;
}

.pl-56 {
  padding-left: 5.6rem !important;
}

.pr-56 {
  padding-right: 5.6rem !important;
}

.plr-56 {
  padding-left: 5.6rem !important;
  padding-right: 5.6rem !important;
}

.ptb-56 {
  padding-top: 5.6rem !important;
  padding-bottom: 5.6rem !important;
}

.gap-56 {
  column-gap: 5.6rem !important;
}

.fs-56 {
  font-size: 5.6rem !important;
}

.m-57 {
  margin: 5.7rem !important;
}

.mt-57 {
  margin-top: 5.7rem !important;
}

.mb-57 {
  margin-bottom: 5.7rem !important;
}

.ml-57 {
  margin-left: 5.7rem !important;
}

.mr-57 {
  margin-right: 5.7rem !important;
}

.mlr-57 {
  margin-left: 5.7rem !important;
  margin-right: 5.7rem !important;
}

.mtb-57 {
  margin-top: 5.7rem !important;
  margin-bottom: 5.7rem !important;
}

.p-57 {
  padding: 5.7rem !important;
}

.pt-57 {
  padding-top: 5.7rem !important;
}

.pb-57 {
  padding-bottom: 5.7rem !important;
}

.pl-57 {
  padding-left: 5.7rem !important;
}

.pr-57 {
  padding-right: 5.7rem !important;
}

.plr-57 {
  padding-left: 5.7rem !important;
  padding-right: 5.7rem !important;
}

.ptb-57 {
  padding-top: 5.7rem !important;
  padding-bottom: 5.7rem !important;
}

.gap-57 {
  column-gap: 5.7rem !important;
}

.fs-57 {
  font-size: 5.7rem !important;
}

.m-58 {
  margin: 5.8rem !important;
}

.mt-58 {
  margin-top: 5.8rem !important;
}

.mb-58 {
  margin-bottom: 5.8rem !important;
}

.ml-58 {
  margin-left: 5.8rem !important;
}

.mr-58 {
  margin-right: 5.8rem !important;
}

.mlr-58 {
  margin-left: 5.8rem !important;
  margin-right: 5.8rem !important;
}

.mtb-58 {
  margin-top: 5.8rem !important;
  margin-bottom: 5.8rem !important;
}

.p-58 {
  padding: 5.8rem !important;
}

.pt-58 {
  padding-top: 5.8rem !important;
}

.pb-58 {
  padding-bottom: 5.8rem !important;
}

.pl-58 {
  padding-left: 5.8rem !important;
}

.pr-58 {
  padding-right: 5.8rem !important;
}

.plr-58 {
  padding-left: 5.8rem !important;
  padding-right: 5.8rem !important;
}

.ptb-58 {
  padding-top: 5.8rem !important;
  padding-bottom: 5.8rem !important;
}

.gap-58 {
  column-gap: 5.8rem !important;
}

.fs-58 {
  font-size: 5.8rem !important;
}

.m-59 {
  margin: 5.9rem !important;
}

.mt-59 {
  margin-top: 5.9rem !important;
}

.mb-59 {
  margin-bottom: 5.9rem !important;
}

.ml-59 {
  margin-left: 5.9rem !important;
}

.mr-59 {
  margin-right: 5.9rem !important;
}

.mlr-59 {
  margin-left: 5.9rem !important;
  margin-right: 5.9rem !important;
}

.mtb-59 {
  margin-top: 5.9rem !important;
  margin-bottom: 5.9rem !important;
}

.p-59 {
  padding: 5.9rem !important;
}

.pt-59 {
  padding-top: 5.9rem !important;
}

.pb-59 {
  padding-bottom: 5.9rem !important;
}

.pl-59 {
  padding-left: 5.9rem !important;
}

.pr-59 {
  padding-right: 5.9rem !important;
}

.plr-59 {
  padding-left: 5.9rem !important;
  padding-right: 5.9rem !important;
}

.ptb-59 {
  padding-top: 5.9rem !important;
  padding-bottom: 5.9rem !important;
}

.gap-59 {
  column-gap: 5.9rem !important;
}

.fs-59 {
  font-size: 5.9rem !important;
}

.m-60 {
  margin: 6rem !important;
}

.mt-60 {
  margin-top: 6rem !important;
}

.mb-60 {
  margin-bottom: 6rem !important;
}

.ml-60 {
  margin-left: 6rem !important;
}

.mr-60 {
  margin-right: 6rem !important;
}

.mlr-60 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.mtb-60 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.p-60 {
  padding: 6rem !important;
}

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

.pb-60 {
  padding-bottom: 6rem !important;
}

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

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

.plr-60 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.ptb-60 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.gap-60 {
  column-gap: 6rem !important;
}

.fs-60 {
  font-size: 6rem !important;
}

.m-61 {
  margin: 6.1rem !important;
}

.mt-61 {
  margin-top: 6.1rem !important;
}

.mb-61 {
  margin-bottom: 6.1rem !important;
}

.ml-61 {
  margin-left: 6.1rem !important;
}

.mr-61 {
  margin-right: 6.1rem !important;
}

.mlr-61 {
  margin-left: 6.1rem !important;
  margin-right: 6.1rem !important;
}

.mtb-61 {
  margin-top: 6.1rem !important;
  margin-bottom: 6.1rem !important;
}

.p-61 {
  padding: 6.1rem !important;
}

.pt-61 {
  padding-top: 6.1rem !important;
}

.pb-61 {
  padding-bottom: 6.1rem !important;
}

.pl-61 {
  padding-left: 6.1rem !important;
}

.pr-61 {
  padding-right: 6.1rem !important;
}

.plr-61 {
  padding-left: 6.1rem !important;
  padding-right: 6.1rem !important;
}

.ptb-61 {
  padding-top: 6.1rem !important;
  padding-bottom: 6.1rem !important;
}

.gap-61 {
  column-gap: 6.1rem !important;
}

.fs-61 {
  font-size: 6.1rem !important;
}

.m-62 {
  margin: 6.2rem !important;
}

.mt-62 {
  margin-top: 6.2rem !important;
}

.mb-62 {
  margin-bottom: 6.2rem !important;
}

.ml-62 {
  margin-left: 6.2rem !important;
}

.mr-62 {
  margin-right: 6.2rem !important;
}

.mlr-62 {
  margin-left: 6.2rem !important;
  margin-right: 6.2rem !important;
}

.mtb-62 {
  margin-top: 6.2rem !important;
  margin-bottom: 6.2rem !important;
}

.p-62 {
  padding: 6.2rem !important;
}

.pt-62 {
  padding-top: 6.2rem !important;
}

.pb-62 {
  padding-bottom: 6.2rem !important;
}

.pl-62 {
  padding-left: 6.2rem !important;
}

.pr-62 {
  padding-right: 6.2rem !important;
}

.plr-62 {
  padding-left: 6.2rem !important;
  padding-right: 6.2rem !important;
}

.ptb-62 {
  padding-top: 6.2rem !important;
  padding-bottom: 6.2rem !important;
}

.gap-62 {
  column-gap: 6.2rem !important;
}

.fs-62 {
  font-size: 6.2rem !important;
}

.m-63 {
  margin: 6.3rem !important;
}

.mt-63 {
  margin-top: 6.3rem !important;
}

.mb-63 {
  margin-bottom: 6.3rem !important;
}

.ml-63 {
  margin-left: 6.3rem !important;
}

.mr-63 {
  margin-right: 6.3rem !important;
}

.mlr-63 {
  margin-left: 6.3rem !important;
  margin-right: 6.3rem !important;
}

.mtb-63 {
  margin-top: 6.3rem !important;
  margin-bottom: 6.3rem !important;
}

.p-63 {
  padding: 6.3rem !important;
}

.pt-63 {
  padding-top: 6.3rem !important;
}

.pb-63 {
  padding-bottom: 6.3rem !important;
}

.pl-63 {
  padding-left: 6.3rem !important;
}

.pr-63 {
  padding-right: 6.3rem !important;
}

.plr-63 {
  padding-left: 6.3rem !important;
  padding-right: 6.3rem !important;
}

.ptb-63 {
  padding-top: 6.3rem !important;
  padding-bottom: 6.3rem !important;
}

.gap-63 {
  column-gap: 6.3rem !important;
}

.fs-63 {
  font-size: 6.3rem !important;
}

.m-64 {
  margin: 6.4rem !important;
}

.mt-64 {
  margin-top: 6.4rem !important;
}

.mb-64 {
  margin-bottom: 6.4rem !important;
}

.ml-64 {
  margin-left: 6.4rem !important;
}

.mr-64 {
  margin-right: 6.4rem !important;
}

.mlr-64 {
  margin-left: 6.4rem !important;
  margin-right: 6.4rem !important;
}

.mtb-64 {
  margin-top: 6.4rem !important;
  margin-bottom: 6.4rem !important;
}

.p-64 {
  padding: 6.4rem !important;
}

.pt-64 {
  padding-top: 6.4rem !important;
}

.pb-64 {
  padding-bottom: 6.4rem !important;
}

.pl-64 {
  padding-left: 6.4rem !important;
}

.pr-64 {
  padding-right: 6.4rem !important;
}

.plr-64 {
  padding-left: 6.4rem !important;
  padding-right: 6.4rem !important;
}

.ptb-64 {
  padding-top: 6.4rem !important;
  padding-bottom: 6.4rem !important;
}

.gap-64 {
  column-gap: 6.4rem !important;
}

.fs-64 {
  font-size: 6.4rem !important;
}

.m-65 {
  margin: 6.5rem !important;
}

.mt-65 {
  margin-top: 6.5rem !important;
}

.mb-65 {
  margin-bottom: 6.5rem !important;
}

.ml-65 {
  margin-left: 6.5rem !important;
}

.mr-65 {
  margin-right: 6.5rem !important;
}

.mlr-65 {
  margin-left: 6.5rem !important;
  margin-right: 6.5rem !important;
}

.mtb-65 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important;
}

.p-65 {
  padding: 6.5rem !important;
}

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

.pb-65 {
  padding-bottom: 6.5rem !important;
}

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

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

.plr-65 {
  padding-left: 6.5rem !important;
  padding-right: 6.5rem !important;
}

.ptb-65 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}

.gap-65 {
  column-gap: 6.5rem !important;
}

.fs-65 {
  font-size: 6.5rem !important;
}

.m-66 {
  margin: 6.6rem !important;
}

.mt-66 {
  margin-top: 6.6rem !important;
}

.mb-66 {
  margin-bottom: 6.6rem !important;
}

.ml-66 {
  margin-left: 6.6rem !important;
}

.mr-66 {
  margin-right: 6.6rem !important;
}

.mlr-66 {
  margin-left: 6.6rem !important;
  margin-right: 6.6rem !important;
}

.mtb-66 {
  margin-top: 6.6rem !important;
  margin-bottom: 6.6rem !important;
}

.p-66 {
  padding: 6.6rem !important;
}

.pt-66 {
  padding-top: 6.6rem !important;
}

.pb-66 {
  padding-bottom: 6.6rem !important;
}

.pl-66 {
  padding-left: 6.6rem !important;
}

.pr-66 {
  padding-right: 6.6rem !important;
}

.plr-66 {
  padding-left: 6.6rem !important;
  padding-right: 6.6rem !important;
}

.ptb-66 {
  padding-top: 6.6rem !important;
  padding-bottom: 6.6rem !important;
}

.gap-66 {
  column-gap: 6.6rem !important;
}

.fs-66 {
  font-size: 6.6rem !important;
}

.m-67 {
  margin: 6.7rem !important;
}

.mt-67 {
  margin-top: 6.7rem !important;
}

.mb-67 {
  margin-bottom: 6.7rem !important;
}

.ml-67 {
  margin-left: 6.7rem !important;
}

.mr-67 {
  margin-right: 6.7rem !important;
}

.mlr-67 {
  margin-left: 6.7rem !important;
  margin-right: 6.7rem !important;
}

.mtb-67 {
  margin-top: 6.7rem !important;
  margin-bottom: 6.7rem !important;
}

.p-67 {
  padding: 6.7rem !important;
}

.pt-67 {
  padding-top: 6.7rem !important;
}

.pb-67 {
  padding-bottom: 6.7rem !important;
}

.pl-67 {
  padding-left: 6.7rem !important;
}

.pr-67 {
  padding-right: 6.7rem !important;
}

.plr-67 {
  padding-left: 6.7rem !important;
  padding-right: 6.7rem !important;
}

.ptb-67 {
  padding-top: 6.7rem !important;
  padding-bottom: 6.7rem !important;
}

.gap-67 {
  column-gap: 6.7rem !important;
}

.fs-67 {
  font-size: 6.7rem !important;
}

.m-68 {
  margin: 6.8rem !important;
}

.mt-68 {
  margin-top: 6.8rem !important;
}

.mb-68 {
  margin-bottom: 6.8rem !important;
}

.ml-68 {
  margin-left: 6.8rem !important;
}

.mr-68 {
  margin-right: 6.8rem !important;
}

.mlr-68 {
  margin-left: 6.8rem !important;
  margin-right: 6.8rem !important;
}

.mtb-68 {
  margin-top: 6.8rem !important;
  margin-bottom: 6.8rem !important;
}

.p-68 {
  padding: 6.8rem !important;
}

.pt-68 {
  padding-top: 6.8rem !important;
}

.pb-68 {
  padding-bottom: 6.8rem !important;
}

.pl-68 {
  padding-left: 6.8rem !important;
}

.pr-68 {
  padding-right: 6.8rem !important;
}

.plr-68 {
  padding-left: 6.8rem !important;
  padding-right: 6.8rem !important;
}

.ptb-68 {
  padding-top: 6.8rem !important;
  padding-bottom: 6.8rem !important;
}

.gap-68 {
  column-gap: 6.8rem !important;
}

.fs-68 {
  font-size: 6.8rem !important;
}

.m-69 {
  margin: 6.9rem !important;
}

.mt-69 {
  margin-top: 6.9rem !important;
}

.mb-69 {
  margin-bottom: 6.9rem !important;
}

.ml-69 {
  margin-left: 6.9rem !important;
}

.mr-69 {
  margin-right: 6.9rem !important;
}

.mlr-69 {
  margin-left: 6.9rem !important;
  margin-right: 6.9rem !important;
}

.mtb-69 {
  margin-top: 6.9rem !important;
  margin-bottom: 6.9rem !important;
}

.p-69 {
  padding: 6.9rem !important;
}

.pt-69 {
  padding-top: 6.9rem !important;
}

.pb-69 {
  padding-bottom: 6.9rem !important;
}

.pl-69 {
  padding-left: 6.9rem !important;
}

.pr-69 {
  padding-right: 6.9rem !important;
}

.plr-69 {
  padding-left: 6.9rem !important;
  padding-right: 6.9rem !important;
}

.ptb-69 {
  padding-top: 6.9rem !important;
  padding-bottom: 6.9rem !important;
}

.gap-69 {
  column-gap: 6.9rem !important;
}

.fs-69 {
  font-size: 6.9rem !important;
}

.m-70 {
  margin: 7rem !important;
}

.mt-70 {
  margin-top: 7rem !important;
}

.mb-70 {
  margin-bottom: 7rem !important;
}

.ml-70 {
  margin-left: 7rem !important;
}

.mr-70 {
  margin-right: 7rem !important;
}

.mlr-70 {
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}

.mtb-70 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.p-70 {
  padding: 7rem !important;
}

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

.pb-70 {
  padding-bottom: 7rem !important;
}

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

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

.plr-70 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

.ptb-70 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.gap-70 {
  column-gap: 7rem !important;
}

.fs-70 {
  font-size: 7rem !important;
}

.m-71 {
  margin: 7.1rem !important;
}

.mt-71 {
  margin-top: 7.1rem !important;
}

.mb-71 {
  margin-bottom: 7.1rem !important;
}

.ml-71 {
  margin-left: 7.1rem !important;
}

.mr-71 {
  margin-right: 7.1rem !important;
}

.mlr-71 {
  margin-left: 7.1rem !important;
  margin-right: 7.1rem !important;
}

.mtb-71 {
  margin-top: 7.1rem !important;
  margin-bottom: 7.1rem !important;
}

.p-71 {
  padding: 7.1rem !important;
}

.pt-71 {
  padding-top: 7.1rem !important;
}

.pb-71 {
  padding-bottom: 7.1rem !important;
}

.pl-71 {
  padding-left: 7.1rem !important;
}

.pr-71 {
  padding-right: 7.1rem !important;
}

.plr-71 {
  padding-left: 7.1rem !important;
  padding-right: 7.1rem !important;
}

.ptb-71 {
  padding-top: 7.1rem !important;
  padding-bottom: 7.1rem !important;
}

.gap-71 {
  column-gap: 7.1rem !important;
}

.fs-71 {
  font-size: 7.1rem !important;
}

.m-72 {
  margin: 7.2rem !important;
}

.mt-72 {
  margin-top: 7.2rem !important;
}

.mb-72 {
  margin-bottom: 7.2rem !important;
}

.ml-72 {
  margin-left: 7.2rem !important;
}

.mr-72 {
  margin-right: 7.2rem !important;
}

.mlr-72 {
  margin-left: 7.2rem !important;
  margin-right: 7.2rem !important;
}

.mtb-72 {
  margin-top: 7.2rem !important;
  margin-bottom: 7.2rem !important;
}

.p-72 {
  padding: 7.2rem !important;
}

.pt-72 {
  padding-top: 7.2rem !important;
}

.pb-72 {
  padding-bottom: 7.2rem !important;
}

.pl-72 {
  padding-left: 7.2rem !important;
}

.pr-72 {
  padding-right: 7.2rem !important;
}

.plr-72 {
  padding-left: 7.2rem !important;
  padding-right: 7.2rem !important;
}

.ptb-72 {
  padding-top: 7.2rem !important;
  padding-bottom: 7.2rem !important;
}

.gap-72 {
  column-gap: 7.2rem !important;
}

.fs-72 {
  font-size: 7.2rem !important;
}

.m-73 {
  margin: 7.3rem !important;
}

.mt-73 {
  margin-top: 7.3rem !important;
}

.mb-73 {
  margin-bottom: 7.3rem !important;
}

.ml-73 {
  margin-left: 7.3rem !important;
}

.mr-73 {
  margin-right: 7.3rem !important;
}

.mlr-73 {
  margin-left: 7.3rem !important;
  margin-right: 7.3rem !important;
}

.mtb-73 {
  margin-top: 7.3rem !important;
  margin-bottom: 7.3rem !important;
}

.p-73 {
  padding: 7.3rem !important;
}

.pt-73 {
  padding-top: 7.3rem !important;
}

.pb-73 {
  padding-bottom: 7.3rem !important;
}

.pl-73 {
  padding-left: 7.3rem !important;
}

.pr-73 {
  padding-right: 7.3rem !important;
}

.plr-73 {
  padding-left: 7.3rem !important;
  padding-right: 7.3rem !important;
}

.ptb-73 {
  padding-top: 7.3rem !important;
  padding-bottom: 7.3rem !important;
}

.gap-73 {
  column-gap: 7.3rem !important;
}

.fs-73 {
  font-size: 7.3rem !important;
}

.m-74 {
  margin: 7.4rem !important;
}

.mt-74 {
  margin-top: 7.4rem !important;
}

.mb-74 {
  margin-bottom: 7.4rem !important;
}

.ml-74 {
  margin-left: 7.4rem !important;
}

.mr-74 {
  margin-right: 7.4rem !important;
}

.mlr-74 {
  margin-left: 7.4rem !important;
  margin-right: 7.4rem !important;
}

.mtb-74 {
  margin-top: 7.4rem !important;
  margin-bottom: 7.4rem !important;
}

.p-74 {
  padding: 7.4rem !important;
}

.pt-74 {
  padding-top: 7.4rem !important;
}

.pb-74 {
  padding-bottom: 7.4rem !important;
}

.pl-74 {
  padding-left: 7.4rem !important;
}

.pr-74 {
  padding-right: 7.4rem !important;
}

.plr-74 {
  padding-left: 7.4rem !important;
  padding-right: 7.4rem !important;
}

.ptb-74 {
  padding-top: 7.4rem !important;
  padding-bottom: 7.4rem !important;
}

.gap-74 {
  column-gap: 7.4rem !important;
}

.fs-74 {
  font-size: 7.4rem !important;
}

.m-75 {
  margin: 7.5rem !important;
}

.mt-75 {
  margin-top: 7.5rem !important;
}

.mb-75 {
  margin-bottom: 7.5rem !important;
}

.ml-75 {
  margin-left: 7.5rem !important;
}

.mr-75 {
  margin-right: 7.5rem !important;
}

.mlr-75 {
  margin-left: 7.5rem !important;
  margin-right: 7.5rem !important;
}

.mtb-75 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.p-75 {
  padding: 7.5rem !important;
}

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

.pb-75 {
  padding-bottom: 7.5rem !important;
}

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

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

.plr-75 {
  padding-left: 7.5rem !important;
  padding-right: 7.5rem !important;
}

.ptb-75 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.gap-75 {
  column-gap: 7.5rem !important;
}

.fs-75 {
  font-size: 7.5rem !important;
}

.m-76 {
  margin: 7.6rem !important;
}

.mt-76 {
  margin-top: 7.6rem !important;
}

.mb-76 {
  margin-bottom: 7.6rem !important;
}

.ml-76 {
  margin-left: 7.6rem !important;
}

.mr-76 {
  margin-right: 7.6rem !important;
}

.mlr-76 {
  margin-left: 7.6rem !important;
  margin-right: 7.6rem !important;
}

.mtb-76 {
  margin-top: 7.6rem !important;
  margin-bottom: 7.6rem !important;
}

.p-76 {
  padding: 7.6rem !important;
}

.pt-76 {
  padding-top: 7.6rem !important;
}

.pb-76 {
  padding-bottom: 7.6rem !important;
}

.pl-76 {
  padding-left: 7.6rem !important;
}

.pr-76 {
  padding-right: 7.6rem !important;
}

.plr-76 {
  padding-left: 7.6rem !important;
  padding-right: 7.6rem !important;
}

.ptb-76 {
  padding-top: 7.6rem !important;
  padding-bottom: 7.6rem !important;
}

.gap-76 {
  column-gap: 7.6rem !important;
}

.fs-76 {
  font-size: 7.6rem !important;
}

.m-77 {
  margin: 7.7rem !important;
}

.mt-77 {
  margin-top: 7.7rem !important;
}

.mb-77 {
  margin-bottom: 7.7rem !important;
}

.ml-77 {
  margin-left: 7.7rem !important;
}

.mr-77 {
  margin-right: 7.7rem !important;
}

.mlr-77 {
  margin-left: 7.7rem !important;
  margin-right: 7.7rem !important;
}

.mtb-77 {
  margin-top: 7.7rem !important;
  margin-bottom: 7.7rem !important;
}

.p-77 {
  padding: 7.7rem !important;
}

.pt-77 {
  padding-top: 7.7rem !important;
}

.pb-77 {
  padding-bottom: 7.7rem !important;
}

.pl-77 {
  padding-left: 7.7rem !important;
}

.pr-77 {
  padding-right: 7.7rem !important;
}

.plr-77 {
  padding-left: 7.7rem !important;
  padding-right: 7.7rem !important;
}

.ptb-77 {
  padding-top: 7.7rem !important;
  padding-bottom: 7.7rem !important;
}

.gap-77 {
  column-gap: 7.7rem !important;
}

.fs-77 {
  font-size: 7.7rem !important;
}

.m-78 {
  margin: 7.8rem !important;
}

.mt-78 {
  margin-top: 7.8rem !important;
}

.mb-78 {
  margin-bottom: 7.8rem !important;
}

.ml-78 {
  margin-left: 7.8rem !important;
}

.mr-78 {
  margin-right: 7.8rem !important;
}

.mlr-78 {
  margin-left: 7.8rem !important;
  margin-right: 7.8rem !important;
}

.mtb-78 {
  margin-top: 7.8rem !important;
  margin-bottom: 7.8rem !important;
}

.p-78 {
  padding: 7.8rem !important;
}

.pt-78 {
  padding-top: 7.8rem !important;
}

.pb-78 {
  padding-bottom: 7.8rem !important;
}

.pl-78 {
  padding-left: 7.8rem !important;
}

.pr-78 {
  padding-right: 7.8rem !important;
}

.plr-78 {
  padding-left: 7.8rem !important;
  padding-right: 7.8rem !important;
}

.ptb-78 {
  padding-top: 7.8rem !important;
  padding-bottom: 7.8rem !important;
}

.gap-78 {
  column-gap: 7.8rem !important;
}

.fs-78 {
  font-size: 7.8rem !important;
}

.m-79 {
  margin: 7.9rem !important;
}

.mt-79 {
  margin-top: 7.9rem !important;
}

.mb-79 {
  margin-bottom: 7.9rem !important;
}

.ml-79 {
  margin-left: 7.9rem !important;
}

.mr-79 {
  margin-right: 7.9rem !important;
}

.mlr-79 {
  margin-left: 7.9rem !important;
  margin-right: 7.9rem !important;
}

.mtb-79 {
  margin-top: 7.9rem !important;
  margin-bottom: 7.9rem !important;
}

.p-79 {
  padding: 7.9rem !important;
}

.pt-79 {
  padding-top: 7.9rem !important;
}

.pb-79 {
  padding-bottom: 7.9rem !important;
}

.pl-79 {
  padding-left: 7.9rem !important;
}

.pr-79 {
  padding-right: 7.9rem !important;
}

.plr-79 {
  padding-left: 7.9rem !important;
  padding-right: 7.9rem !important;
}

.ptb-79 {
  padding-top: 7.9rem !important;
  padding-bottom: 7.9rem !important;
}

.gap-79 {
  column-gap: 7.9rem !important;
}

.fs-79 {
  font-size: 7.9rem !important;
}

.m-80 {
  margin: 8rem !important;
}

.mt-80 {
  margin-top: 8rem !important;
}

.mb-80 {
  margin-bottom: 8rem !important;
}

.ml-80 {
  margin-left: 8rem !important;
}

.mr-80 {
  margin-right: 8rem !important;
}

.mlr-80 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.mtb-80 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.p-80 {
  padding: 8rem !important;
}

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

.pb-80 {
  padding-bottom: 8rem !important;
}

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

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

.plr-80 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.ptb-80 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.gap-80 {
  column-gap: 8rem !important;
}

.fs-80 {
  font-size: 8rem !important;
}

.m-81 {
  margin: 8.1rem !important;
}

.mt-81 {
  margin-top: 8.1rem !important;
}

.mb-81 {
  margin-bottom: 8.1rem !important;
}

.ml-81 {
  margin-left: 8.1rem !important;
}

.mr-81 {
  margin-right: 8.1rem !important;
}

.mlr-81 {
  margin-left: 8.1rem !important;
  margin-right: 8.1rem !important;
}

.mtb-81 {
  margin-top: 8.1rem !important;
  margin-bottom: 8.1rem !important;
}

.p-81 {
  padding: 8.1rem !important;
}

.pt-81 {
  padding-top: 8.1rem !important;
}

.pb-81 {
  padding-bottom: 8.1rem !important;
}

.pl-81 {
  padding-left: 8.1rem !important;
}

.pr-81 {
  padding-right: 8.1rem !important;
}

.plr-81 {
  padding-left: 8.1rem !important;
  padding-right: 8.1rem !important;
}

.ptb-81 {
  padding-top: 8.1rem !important;
  padding-bottom: 8.1rem !important;
}

.gap-81 {
  column-gap: 8.1rem !important;
}

.fs-81 {
  font-size: 8.1rem !important;
}

.m-82 {
  margin: 8.2rem !important;
}

.mt-82 {
  margin-top: 8.2rem !important;
}

.mb-82 {
  margin-bottom: 8.2rem !important;
}

.ml-82 {
  margin-left: 8.2rem !important;
}

.mr-82 {
  margin-right: 8.2rem !important;
}

.mlr-82 {
  margin-left: 8.2rem !important;
  margin-right: 8.2rem !important;
}

.mtb-82 {
  margin-top: 8.2rem !important;
  margin-bottom: 8.2rem !important;
}

.p-82 {
  padding: 8.2rem !important;
}

.pt-82 {
  padding-top: 8.2rem !important;
}

.pb-82 {
  padding-bottom: 8.2rem !important;
}

.pl-82 {
  padding-left: 8.2rem !important;
}

.pr-82 {
  padding-right: 8.2rem !important;
}

.plr-82 {
  padding-left: 8.2rem !important;
  padding-right: 8.2rem !important;
}

.ptb-82 {
  padding-top: 8.2rem !important;
  padding-bottom: 8.2rem !important;
}

.gap-82 {
  column-gap: 8.2rem !important;
}

.fs-82 {
  font-size: 8.2rem !important;
}

.m-83 {
  margin: 8.3rem !important;
}

.mt-83 {
  margin-top: 8.3rem !important;
}

.mb-83 {
  margin-bottom: 8.3rem !important;
}

.ml-83 {
  margin-left: 8.3rem !important;
}

.mr-83 {
  margin-right: 8.3rem !important;
}

.mlr-83 {
  margin-left: 8.3rem !important;
  margin-right: 8.3rem !important;
}

.mtb-83 {
  margin-top: 8.3rem !important;
  margin-bottom: 8.3rem !important;
}

.p-83 {
  padding: 8.3rem !important;
}

.pt-83 {
  padding-top: 8.3rem !important;
}

.pb-83 {
  padding-bottom: 8.3rem !important;
}

.pl-83 {
  padding-left: 8.3rem !important;
}

.pr-83 {
  padding-right: 8.3rem !important;
}

.plr-83 {
  padding-left: 8.3rem !important;
  padding-right: 8.3rem !important;
}

.ptb-83 {
  padding-top: 8.3rem !important;
  padding-bottom: 8.3rem !important;
}

.gap-83 {
  column-gap: 8.3rem !important;
}

.fs-83 {
  font-size: 8.3rem !important;
}

.m-84 {
  margin: 8.4rem !important;
}

.mt-84 {
  margin-top: 8.4rem !important;
}

.mb-84 {
  margin-bottom: 8.4rem !important;
}

.ml-84 {
  margin-left: 8.4rem !important;
}

.mr-84 {
  margin-right: 8.4rem !important;
}

.mlr-84 {
  margin-left: 8.4rem !important;
  margin-right: 8.4rem !important;
}

.mtb-84 {
  margin-top: 8.4rem !important;
  margin-bottom: 8.4rem !important;
}

.p-84 {
  padding: 8.4rem !important;
}

.pt-84 {
  padding-top: 8.4rem !important;
}

.pb-84 {
  padding-bottom: 8.4rem !important;
}

.pl-84 {
  padding-left: 8.4rem !important;
}

.pr-84 {
  padding-right: 8.4rem !important;
}

.plr-84 {
  padding-left: 8.4rem !important;
  padding-right: 8.4rem !important;
}

.ptb-84 {
  padding-top: 8.4rem !important;
  padding-bottom: 8.4rem !important;
}

.gap-84 {
  column-gap: 8.4rem !important;
}

.fs-84 {
  font-size: 8.4rem !important;
}

.m-85 {
  margin: 8.5rem !important;
}

.mt-85 {
  margin-top: 8.5rem !important;
}

.mb-85 {
  margin-bottom: 8.5rem !important;
}

.ml-85 {
  margin-left: 8.5rem !important;
}

.mr-85 {
  margin-right: 8.5rem !important;
}

.mlr-85 {
  margin-left: 8.5rem !important;
  margin-right: 8.5rem !important;
}

.mtb-85 {
  margin-top: 8.5rem !important;
  margin-bottom: 8.5rem !important;
}

.p-85 {
  padding: 8.5rem !important;
}

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

.pb-85 {
  padding-bottom: 8.5rem !important;
}

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

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

.plr-85 {
  padding-left: 8.5rem !important;
  padding-right: 8.5rem !important;
}

.ptb-85 {
  padding-top: 8.5rem !important;
  padding-bottom: 8.5rem !important;
}

.gap-85 {
  column-gap: 8.5rem !important;
}

.fs-85 {
  font-size: 8.5rem !important;
}

.m-86 {
  margin: 8.6rem !important;
}

.mt-86 {
  margin-top: 8.6rem !important;
}

.mb-86 {
  margin-bottom: 8.6rem !important;
}

.ml-86 {
  margin-left: 8.6rem !important;
}

.mr-86 {
  margin-right: 8.6rem !important;
}

.mlr-86 {
  margin-left: 8.6rem !important;
  margin-right: 8.6rem !important;
}

.mtb-86 {
  margin-top: 8.6rem !important;
  margin-bottom: 8.6rem !important;
}

.p-86 {
  padding: 8.6rem !important;
}

.pt-86 {
  padding-top: 8.6rem !important;
}

.pb-86 {
  padding-bottom: 8.6rem !important;
}

.pl-86 {
  padding-left: 8.6rem !important;
}

.pr-86 {
  padding-right: 8.6rem !important;
}

.plr-86 {
  padding-left: 8.6rem !important;
  padding-right: 8.6rem !important;
}

.ptb-86 {
  padding-top: 8.6rem !important;
  padding-bottom: 8.6rem !important;
}

.gap-86 {
  column-gap: 8.6rem !important;
}

.fs-86 {
  font-size: 8.6rem !important;
}

.m-87 {
  margin: 8.7rem !important;
}

.mt-87 {
  margin-top: 8.7rem !important;
}

.mb-87 {
  margin-bottom: 8.7rem !important;
}

.ml-87 {
  margin-left: 8.7rem !important;
}

.mr-87 {
  margin-right: 8.7rem !important;
}

.mlr-87 {
  margin-left: 8.7rem !important;
  margin-right: 8.7rem !important;
}

.mtb-87 {
  margin-top: 8.7rem !important;
  margin-bottom: 8.7rem !important;
}

.p-87 {
  padding: 8.7rem !important;
}

.pt-87 {
  padding-top: 8.7rem !important;
}

.pb-87 {
  padding-bottom: 8.7rem !important;
}

.pl-87 {
  padding-left: 8.7rem !important;
}

.pr-87 {
  padding-right: 8.7rem !important;
}

.plr-87 {
  padding-left: 8.7rem !important;
  padding-right: 8.7rem !important;
}

.ptb-87 {
  padding-top: 8.7rem !important;
  padding-bottom: 8.7rem !important;
}

.gap-87 {
  column-gap: 8.7rem !important;
}

.fs-87 {
  font-size: 8.7rem !important;
}

.m-88 {
  margin: 8.8rem !important;
}

.mt-88 {
  margin-top: 8.8rem !important;
}

.mb-88 {
  margin-bottom: 8.8rem !important;
}

.ml-88 {
  margin-left: 8.8rem !important;
}

.mr-88 {
  margin-right: 8.8rem !important;
}

.mlr-88 {
  margin-left: 8.8rem !important;
  margin-right: 8.8rem !important;
}

.mtb-88 {
  margin-top: 8.8rem !important;
  margin-bottom: 8.8rem !important;
}

.p-88 {
  padding: 8.8rem !important;
}

.pt-88 {
  padding-top: 8.8rem !important;
}

.pb-88 {
  padding-bottom: 8.8rem !important;
}

.pl-88 {
  padding-left: 8.8rem !important;
}

.pr-88 {
  padding-right: 8.8rem !important;
}

.plr-88 {
  padding-left: 8.8rem !important;
  padding-right: 8.8rem !important;
}

.ptb-88 {
  padding-top: 8.8rem !important;
  padding-bottom: 8.8rem !important;
}

.gap-88 {
  column-gap: 8.8rem !important;
}

.fs-88 {
  font-size: 8.8rem !important;
}

.m-89 {
  margin: 8.9rem !important;
}

.mt-89 {
  margin-top: 8.9rem !important;
}

.mb-89 {
  margin-bottom: 8.9rem !important;
}

.ml-89 {
  margin-left: 8.9rem !important;
}

.mr-89 {
  margin-right: 8.9rem !important;
}

.mlr-89 {
  margin-left: 8.9rem !important;
  margin-right: 8.9rem !important;
}

.mtb-89 {
  margin-top: 8.9rem !important;
  margin-bottom: 8.9rem !important;
}

.p-89 {
  padding: 8.9rem !important;
}

.pt-89 {
  padding-top: 8.9rem !important;
}

.pb-89 {
  padding-bottom: 8.9rem !important;
}

.pl-89 {
  padding-left: 8.9rem !important;
}

.pr-89 {
  padding-right: 8.9rem !important;
}

.plr-89 {
  padding-left: 8.9rem !important;
  padding-right: 8.9rem !important;
}

.ptb-89 {
  padding-top: 8.9rem !important;
  padding-bottom: 8.9rem !important;
}

.gap-89 {
  column-gap: 8.9rem !important;
}

.fs-89 {
  font-size: 8.9rem !important;
}

.m-90 {
  margin: 9rem !important;
}

.mt-90 {
  margin-top: 9rem !important;
}

.mb-90 {
  margin-bottom: 9rem !important;
}

.ml-90 {
  margin-left: 9rem !important;
}

.mr-90 {
  margin-right: 9rem !important;
}

.mlr-90 {
  margin-left: 9rem !important;
  margin-right: 9rem !important;
}

.mtb-90 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.p-90 {
  padding: 9rem !important;
}

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

.pb-90 {
  padding-bottom: 9rem !important;
}

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

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

.plr-90 {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}

.ptb-90 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.gap-90 {
  column-gap: 9rem !important;
}

.fs-90 {
  font-size: 9rem !important;
}

.m-91 {
  margin: 9.1rem !important;
}

.mt-91 {
  margin-top: 9.1rem !important;
}

.mb-91 {
  margin-bottom: 9.1rem !important;
}

.ml-91 {
  margin-left: 9.1rem !important;
}

.mr-91 {
  margin-right: 9.1rem !important;
}

.mlr-91 {
  margin-left: 9.1rem !important;
  margin-right: 9.1rem !important;
}

.mtb-91 {
  margin-top: 9.1rem !important;
  margin-bottom: 9.1rem !important;
}

.p-91 {
  padding: 9.1rem !important;
}

.pt-91 {
  padding-top: 9.1rem !important;
}

.pb-91 {
  padding-bottom: 9.1rem !important;
}

.pl-91 {
  padding-left: 9.1rem !important;
}

.pr-91 {
  padding-right: 9.1rem !important;
}

.plr-91 {
  padding-left: 9.1rem !important;
  padding-right: 9.1rem !important;
}

.ptb-91 {
  padding-top: 9.1rem !important;
  padding-bottom: 9.1rem !important;
}

.gap-91 {
  column-gap: 9.1rem !important;
}

.fs-91 {
  font-size: 9.1rem !important;
}

.m-92 {
  margin: 9.2rem !important;
}

.mt-92 {
  margin-top: 9.2rem !important;
}

.mb-92 {
  margin-bottom: 9.2rem !important;
}

.ml-92 {
  margin-left: 9.2rem !important;
}

.mr-92 {
  margin-right: 9.2rem !important;
}

.mlr-92 {
  margin-left: 9.2rem !important;
  margin-right: 9.2rem !important;
}

.mtb-92 {
  margin-top: 9.2rem !important;
  margin-bottom: 9.2rem !important;
}

.p-92 {
  padding: 9.2rem !important;
}

.pt-92 {
  padding-top: 9.2rem !important;
}

.pb-92 {
  padding-bottom: 9.2rem !important;
}

.pl-92 {
  padding-left: 9.2rem !important;
}

.pr-92 {
  padding-right: 9.2rem !important;
}

.plr-92 {
  padding-left: 9.2rem !important;
  padding-right: 9.2rem !important;
}

.ptb-92 {
  padding-top: 9.2rem !important;
  padding-bottom: 9.2rem !important;
}

.gap-92 {
  column-gap: 9.2rem !important;
}

.fs-92 {
  font-size: 9.2rem !important;
}

.m-93 {
  margin: 9.3rem !important;
}

.mt-93 {
  margin-top: 9.3rem !important;
}

.mb-93 {
  margin-bottom: 9.3rem !important;
}

.ml-93 {
  margin-left: 9.3rem !important;
}

.mr-93 {
  margin-right: 9.3rem !important;
}

.mlr-93 {
  margin-left: 9.3rem !important;
  margin-right: 9.3rem !important;
}

.mtb-93 {
  margin-top: 9.3rem !important;
  margin-bottom: 9.3rem !important;
}

.p-93 {
  padding: 9.3rem !important;
}

.pt-93 {
  padding-top: 9.3rem !important;
}

.pb-93 {
  padding-bottom: 9.3rem !important;
}

.pl-93 {
  padding-left: 9.3rem !important;
}

.pr-93 {
  padding-right: 9.3rem !important;
}

.plr-93 {
  padding-left: 9.3rem !important;
  padding-right: 9.3rem !important;
}

.ptb-93 {
  padding-top: 9.3rem !important;
  padding-bottom: 9.3rem !important;
}

.gap-93 {
  column-gap: 9.3rem !important;
}

.fs-93 {
  font-size: 9.3rem !important;
}

.m-94 {
  margin: 9.4rem !important;
}

.mt-94 {
  margin-top: 9.4rem !important;
}

.mb-94 {
  margin-bottom: 9.4rem !important;
}

.ml-94 {
  margin-left: 9.4rem !important;
}

.mr-94 {
  margin-right: 9.4rem !important;
}

.mlr-94 {
  margin-left: 9.4rem !important;
  margin-right: 9.4rem !important;
}

.mtb-94 {
  margin-top: 9.4rem !important;
  margin-bottom: 9.4rem !important;
}

.p-94 {
  padding: 9.4rem !important;
}

.pt-94 {
  padding-top: 9.4rem !important;
}

.pb-94 {
  padding-bottom: 9.4rem !important;
}

.pl-94 {
  padding-left: 9.4rem !important;
}

.pr-94 {
  padding-right: 9.4rem !important;
}

.plr-94 {
  padding-left: 9.4rem !important;
  padding-right: 9.4rem !important;
}

.ptb-94 {
  padding-top: 9.4rem !important;
  padding-bottom: 9.4rem !important;
}

.gap-94 {
  column-gap: 9.4rem !important;
}

.fs-94 {
  font-size: 9.4rem !important;
}

.m-95 {
  margin: 9.5rem !important;
}

.mt-95 {
  margin-top: 9.5rem !important;
}

.mb-95 {
  margin-bottom: 9.5rem !important;
}

.ml-95 {
  margin-left: 9.5rem !important;
}

.mr-95 {
  margin-right: 9.5rem !important;
}

.mlr-95 {
  margin-left: 9.5rem !important;
  margin-right: 9.5rem !important;
}

.mtb-95 {
  margin-top: 9.5rem !important;
  margin-bottom: 9.5rem !important;
}

.p-95 {
  padding: 9.5rem !important;
}

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

.pb-95 {
  padding-bottom: 9.5rem !important;
}

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

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

.plr-95 {
  padding-left: 9.5rem !important;
  padding-right: 9.5rem !important;
}

.ptb-95 {
  padding-top: 9.5rem !important;
  padding-bottom: 9.5rem !important;
}

.gap-95 {
  column-gap: 9.5rem !important;
}

.fs-95 {
  font-size: 9.5rem !important;
}

.m-96 {
  margin: 9.6rem !important;
}

.mt-96 {
  margin-top: 9.6rem !important;
}

.mb-96 {
  margin-bottom: 9.6rem !important;
}

.ml-96 {
  margin-left: 9.6rem !important;
}

.mr-96 {
  margin-right: 9.6rem !important;
}

.mlr-96 {
  margin-left: 9.6rem !important;
  margin-right: 9.6rem !important;
}

.mtb-96 {
  margin-top: 9.6rem !important;
  margin-bottom: 9.6rem !important;
}

.p-96 {
  padding: 9.6rem !important;
}

.pt-96 {
  padding-top: 9.6rem !important;
}

.pb-96 {
  padding-bottom: 9.6rem !important;
}

.pl-96 {
  padding-left: 9.6rem !important;
}

.pr-96 {
  padding-right: 9.6rem !important;
}

.plr-96 {
  padding-left: 9.6rem !important;
  padding-right: 9.6rem !important;
}

.ptb-96 {
  padding-top: 9.6rem !important;
  padding-bottom: 9.6rem !important;
}

.gap-96 {
  column-gap: 9.6rem !important;
}

.fs-96 {
  font-size: 9.6rem !important;
}

.m-97 {
  margin: 9.7rem !important;
}

.mt-97 {
  margin-top: 9.7rem !important;
}

.mb-97 {
  margin-bottom: 9.7rem !important;
}

.ml-97 {
  margin-left: 9.7rem !important;
}

.mr-97 {
  margin-right: 9.7rem !important;
}

.mlr-97 {
  margin-left: 9.7rem !important;
  margin-right: 9.7rem !important;
}

.mtb-97 {
  margin-top: 9.7rem !important;
  margin-bottom: 9.7rem !important;
}

.p-97 {
  padding: 9.7rem !important;
}

.pt-97 {
  padding-top: 9.7rem !important;
}

.pb-97 {
  padding-bottom: 9.7rem !important;
}

.pl-97 {
  padding-left: 9.7rem !important;
}

.pr-97 {
  padding-right: 9.7rem !important;
}

.plr-97 {
  padding-left: 9.7rem !important;
  padding-right: 9.7rem !important;
}

.ptb-97 {
  padding-top: 9.7rem !important;
  padding-bottom: 9.7rem !important;
}

.gap-97 {
  column-gap: 9.7rem !important;
}

.fs-97 {
  font-size: 9.7rem !important;
}

.m-98 {
  margin: 9.8rem !important;
}

.mt-98 {
  margin-top: 9.8rem !important;
}

.mb-98 {
  margin-bottom: 9.8rem !important;
}

.ml-98 {
  margin-left: 9.8rem !important;
}

.mr-98 {
  margin-right: 9.8rem !important;
}

.mlr-98 {
  margin-left: 9.8rem !important;
  margin-right: 9.8rem !important;
}

.mtb-98 {
  margin-top: 9.8rem !important;
  margin-bottom: 9.8rem !important;
}

.p-98 {
  padding: 9.8rem !important;
}

.pt-98 {
  padding-top: 9.8rem !important;
}

.pb-98 {
  padding-bottom: 9.8rem !important;
}

.pl-98 {
  padding-left: 9.8rem !important;
}

.pr-98 {
  padding-right: 9.8rem !important;
}

.plr-98 {
  padding-left: 9.8rem !important;
  padding-right: 9.8rem !important;
}

.ptb-98 {
  padding-top: 9.8rem !important;
  padding-bottom: 9.8rem !important;
}

.gap-98 {
  column-gap: 9.8rem !important;
}

.fs-98 {
  font-size: 9.8rem !important;
}

.m-99 {
  margin: 9.9rem !important;
}

.mt-99 {
  margin-top: 9.9rem !important;
}

.mb-99 {
  margin-bottom: 9.9rem !important;
}

.ml-99 {
  margin-left: 9.9rem !important;
}

.mr-99 {
  margin-right: 9.9rem !important;
}

.mlr-99 {
  margin-left: 9.9rem !important;
  margin-right: 9.9rem !important;
}

.mtb-99 {
  margin-top: 9.9rem !important;
  margin-bottom: 9.9rem !important;
}

.p-99 {
  padding: 9.9rem !important;
}

.pt-99 {
  padding-top: 9.9rem !important;
}

.pb-99 {
  padding-bottom: 9.9rem !important;
}

.pl-99 {
  padding-left: 9.9rem !important;
}

.pr-99 {
  padding-right: 9.9rem !important;
}

.plr-99 {
  padding-left: 9.9rem !important;
  padding-right: 9.9rem !important;
}

.ptb-99 {
  padding-top: 9.9rem !important;
  padding-bottom: 9.9rem !important;
}

.gap-99 {
  column-gap: 9.9rem !important;
}

.fs-99 {
  font-size: 9.9rem !important;
}

.m-100 {
  margin: 10rem !important;
}

.mt-100 {
  margin-top: 10rem !important;
}

.mb-100 {
  margin-bottom: 10rem !important;
}

.ml-100 {
  margin-left: 10rem !important;
}

.mr-100 {
  margin-right: 10rem !important;
}

.mlr-100 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

.mtb-100 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.p-100 {
  padding: 10rem !important;
}

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

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

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

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

.plr-100 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.ptb-100 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.gap-100 {
  column-gap: 10rem !important;
}

.fs-100 {
  font-size: 10rem !important;
}

.text-primary-1 {
  color: #3ddb87 !important;
}

.bg-primary-1 {
  background-color: #3ddb87 !important;
}

.border-primary-1 {
  border-color: #3ddb87 !important;
}

.text-primary-2 {
  color: #0f1f2e !important;
}

.bg-primary-2 {
  background-color: #0f1f2e !important;
}

.border-primary-2 {
  border-color: #0f1f2e !important;
}

.text-primary-3 {
  color: #ffffff !important;
}

.bg-primary-3 {
  background-color: #ffffff !important;
}

.border-primary-3 {
  border-color: #ffffff !important;
}

.text-secondary-1 {
  color: #3d9eff !important;
}

.bg-secondary-1 {
  background-color: #3d9eff !important;
}

.border-secondary-1 {
  border-color: #3d9eff !important;
}

.text-secondary-2 {
  color: #6464ff !important;
}

.bg-secondary-2 {
  background-color: #6464ff !important;
}

.border-secondary-2 {
  border-color: #6464ff !important;
}

.text-secondary-3 {
  color: #21044b !important;
}

.bg-secondary-3 {
  background-color: #21044b !important;
}

.border-secondary-3 {
  border-color: #21044b !important;
}

.text-point-1 {
  color: #c8302b !important;
}

.bg-point-1 {
  background-color: #c8302b !important;
}

.border-point-1 {
  border-color: #c8302b !important;
}

.bg-background-1 {
  background-color: #f5f5f5 !important;
}

.bg-background-2 {
  background-color: #ffffff !important;
}

.text-font-1 {
  color: #222 !important;
}

.text-font-2 {
  color: #888 !important;
}

.text-font-3 {
  color: #34c678 !important;
}

.text-font-4 {
  color: #da1e28 !important;
}

.text-font-5 {
  color: #48a3ff !important;
}

/*
Copyright (c) 2021 Kil Hyung-jin, with Reserved Font Name Pretendard.
https://github.com/orioncactus/pretendard

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
*/
@font-face {
  font-family: "NotoSans";
  font-weight: 400;
  font-display: swap;
  src: local("NotoSans-Regular"), url("../fonts/NotoSans-Regular.woff2") format("woff2"), url("../fonts/NotoSans-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSans";
  font-weight: 500;
  font-display: swap;
  src: local("NotoSans-Medium"), url("../fonts/NotoSans-Medium.woff2") format("woff2"), url("../fonts/NotoSans-Medium.woff") format("woff");
}
@font-face {
  font-family: "NotoSans";
  font-weight: 700;
  font-display: swap;
  src: local("NotoSans-Bold"), url("../fonts/NotoSans-Bold.woff2") format("woff2"), url("../fonts/NotoSans-Bold.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;
  src: local("Montserrat-Regular"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-display: swap;
  unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;
  src: local("Montserrat-Medium"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-display: swap;
  unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;
  src: local("Montserrat-Bold"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
}
@font-face {
  font-family: "YouandiModernTR";
  font-display: swap;
  src: local("YouandiModernTR-Bold"), url("../fonts/YouandiModernTR.woff2") format("woff2"), url("../fonts/YouandiModernTR.woff") format("woff");
}
@font-face {
  font-family: "SBAggro";
  font-weight: 300;
  font-display: swap;
  src: local("SBAggro-Light"), url("../fonts/SBAggro-Light.woff2") format("woff2"), url("../fonts/SBAggro-Light.woff") format("woff");
}
@font-face {
  font-family: "SBAggro";
  font-weight: 500;
  font-display: swap;
  src: local("SBAggro-Medium"), url("../fonts/SBAggro-Medium.woff2") format("woff2"), url("../fonts/SBAggro-Medium.woff") format("woff");
}
@font-face {
  font-family: "SBAggro";
  font-weight: 700;
  font-display: swap;
  src: local("SBAggro-Bold"), url("../fonts/SBAggro-Bold.woff2") format("woff2"), url("../fonts/SBAggro-Bold.woff") format("woff");
}
@font-face {
  font-family: "GmarketSans";
  font-weight: 300;
  font-display: swap;
  src: local("GmarketSans-Light"), url("../fonts/GmarketSans-Light.woff2") format("woff2"), url("../fonts/GmarketSans-Light.woff") format("woff");
}
@font-face {
  font-family: "GmarketSans";
  font-weight: 500;
  font-display: swap;
  src: local("GmarketSans-Medium"), url("../fonts/GmarketSans-Medium.woff2") format("woff2"), url("../fonts/GmarketSans-Medium.woff") format("woff");
}
@font-face {
  font-family: "GmarketSans";
  font-weight: 700;
  font-display: swap;
  src: local("GmarketSans-Bold"), url("../fonts/GmarketSans-Bold.woff2") format("woff2"), url("../fonts/GmarketSans-Bold.woff") format("woff");
}
@font-face {
  font-family: "NanumSquareNeo";
  font-weight: 900;
  font-display: swap;
  src: local("NanumSquareNeoTTF-eHv"), url("../fonts/NanumSquareNeoTTF-eHv.woff2") format("woff2"), url("../fonts/NanumSquareNeoTTF-eHv.woff") format("woff");
}
/* iOS only */
body {
  min-width: 100vw;
  font-size: 1.4rem;
  font-weight: 400;
  color: #222;
  overflow-x: hidden;
  overflow-y: auto;
}
body:has(.modal.is-active) {
  overflow: hidden;
}

body,
button,
fieldset,
iframe,
input,
select,
textarea,
a {
  font-family: "NotoSans", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Roboto, "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  color: #222;
}

img {
  vertical-align: middle;
}

div::-webkit-scrollbar, body::-webkit-scrollbar, html::-webkit-scrollbar {
  width: 0.4rem;
  background-color: #ffffff;
}
div::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb {
  background-color: #e5e5e5;
  border-radius: 999rem;
}
div::-webkit-scrollbar-track, body::-webkit-scrollbar-track, html::-webkit-scrollbar-track {
  background-color: #ffffff;
}

.pages {
  padding-top: 6.8rem;
  overflow: hidden;
}
.pages .pages__top {
  display: none;
  height: 18rem;
  background-color: #34c678;
}
.pages .contents {
  position: relative;
  padding: 2rem 0 5rem;
  min-height: calc(100vh - 16.2rem - 7rem);
}
.pages .contents .contents__inner {
  padding: 0 2.4rem;
}
.pages .contents:has(.notice) {
  padding-top: 0;
}

@media (max-width: 1239px) {
  body:has(.header__gnb.is-open) {
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .pages .pages__inner {
    max-width: 100%;
  }
  .pages .pages__top {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1240px) {
  body:has(.header__gnb.is-open, .header__gnb.is-active) {
    overflow: hidden;
  }
  body:has(.header__gnb.is-open, .header__gnb.is-active)::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .pages {
    padding-top: 10rem;
  }
  .pages:not(:has(.pages__top)) .contents {
    min-height: calc(100vh - 14rem - 10rem);
  }
  .pages .pages__inner {
    max-width: 120rem;
    padding: 0;
    margin: 0 auto;
  }
  .pages .contents {
    width: 120rem;
    min-height: calc(100vh - 14rem - 28rem);
    margin: 0 auto;
    padding: 8rem 0 15rem;
  }
  .pages .contents .contents__inner {
    padding: 0;
  }
  .pages .contents:has(.notice) {
    padding: 8rem 0 15rem;
  }
}
.icon {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}
.icon[class*="-24"] {
  width: 2.4rem;
  height: 2.4rem;
}
.icon[class*="-36"] {
  width: 3.6rem;
  height: 3.6rem;
}
.icon.is-link-arrow {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../images/icon/icon-link-arrow.svg");
}
.icon.is-more-arrow {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../images/icon/icon-more-arrow.svg");
}
.icon.is-baro-1 {
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("../images/icon/icon-baro-1.svg");
}
.icon.is-baro-2 {
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("../images/icon/icon-baro-2.svg");
}
.icon.is-car-wash-24 {
  background-image: url("../images/icon/icon-car-wash-24.svg");
}
.sort__item:has(input:checked) .icon.is-car-wash-24 {
  background-image: url("../images/icon/icon-car-wash-24-active.svg");
}
.icon.is-24hour-24 {
  background-image: url("../images/icon/icon-24hour-24.svg");
}
.sort__item:has(input:checked) .icon.is-24hour-24 {
  background-image: url("../images/icon/icon-24hour-24-active.svg");
}
.icon.is-tool-24 {
  background-image: url("../images/icon/icon-tool-24.svg");
}
.sort__item:has(input:checked) .icon.is-tool-24 {
  background-image: url("../images/icon/icon-tool-24-active.svg");
}
.icon.is-direction {
  width: 4rem;
  height: 4rem;
  background-image: url("../images/icon/icon-direction.svg");
}
.icon.is-text-box-1 {
  width: 2rem;
  height: 2rem;
  background-image: url("../images/icon/icon-text-box-1.svg");
}
.icon.is-review {
  width: 1.4rem;
  height: 1.4rem;
  background-image: url("../images/icon/icon-review.svg");
}
.icon.is-arrow-right {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../images/icon/icon-arrow-right.svg");
}
.icon.is-map {
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("../images/icon/icon-map.svg");
}
.icon.is-phone {
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("../images/icon/icon-phone.svg");
}
.icon.is-copy {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../images/icon/icon-copy.svg");
}
.icon.is-time {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../images/icon/icon-time.svg");
}
.icon.is-infomation {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../images/icon/icon-infomation.svg");
}
.icon.is-self-36 {
  background-image: url("../images/icon/icon-self-36.svg");
}
.icon.is-car-wash-36 {
  background-image: url("../images/icon/icon-car-wash-36.svg");
}
.icon.is-24hour-36 {
  background-image: url("../images/icon/icon-24hour-36.svg");
}
.icon.is-store-36 {
  background-image: url("../images/icon/icon-store-36.svg");
}
.icon.is-ev-36 {
  background-image: url("../images/icon/icon-ev-36.svg");
}
.icon.is-greencar-36 {
  background-image: url("../images/icon/icon-greencar-36.svg");
}
.icon.is-tool-36 {
  background-image: url("../images/icon/icon-tool-36.svg");
}
.icon.is-baro-1-36 {
  background-image: url("../images/icon/icon-baro-1-36.svg");
}
.icon.is-baro-2-36 {
  background-image: url("../images/icon/icon-baro-2-36.svg");
}
.icon.is-truck-36 {
  background-image: url("../images/icon/icon-truck-36.svg");
}
.icon.is-person-36 {
  background-image: url("../images/icon/icon-person-36.svg");
}
.icon.is-taxi-36 {
  background-image: url("../images/icon/icon-taxi-36.svg");
}
.icon.is-npay-36 {
  width: 4.8rem;
  background-image: url("../images/icon/icon-npay-36.svg");
  background-size: 4.6rem;
}
.icon.is-carpay-36 {
  background-image: url("../images/icon/icon-carpay-36.svg");
}
.icon.is-accordian-arrwo {
  width: 2rem;
  height: 2rem;
  background-image: url("../images/icon/icon-accordian-arrow.svg");
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 999rem;
  width: 100%;
}
.btn.is-primary {
  background-color: #0F1F2E;
  color: #ffffff;
}
.btn.is-secondary {
  background-color: #ffffff;
  border: 0.1rem solid #0F1F2E;
}
.btn.is-large {
  padding: 0 1.5rem;
  min-height: 4.8rem;
  font-size: 1.5rem;
}
.btn.is-text {
  font-size: 1.5rem;
  font-weight: 500;
}
.btn:disabled {
  background-color: #eee !important;
  color: #a4a4a4 !important;
}

.btnGroup {
  display: flex;
  align-items: center;
}

/* start: 241025 추가 */
.stickyBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2.4rem;
  height: 8rem;
  position: sticky;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
}
.stickyBtn .btn {
  width: 40rem;
}

/* end: 241025 추가 */
@media (min-width: 1240px) {
  .btn.is-text {
    font-size: 1.8rem;
  }
  /* start: 241025 추가 */
  .stickyBtn {
    height: 11.8rem;
  }
  .stickyBtn .btn {
    width: 40rem;
    height: 5.8rem;
    font-size: 2.4rem;
  }
  /* end: 241025 추가 */
}
input,
select,
textarea {
  width: 100%;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #8e8e8e;
}

.form__input {
  border: 0.1rem solid #e5e5e5;
  outline: none;
}
.form__input:focus, .form__input:hover, .form__input.is-active {
  border-color: #3ddb87;
}

.searchForm {
  position: relative;
}
.searchForm .form__input {
  padding: 1.4rem 4.4rem 1.4rem 2rem;
  border-radius: 999rem;
  font-size: 1.5rem;
  font-weight: 500;
}
.searchForm .form__btn {
  position: absolute;
  top: 50%;
  right: 0.4rem;
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
.searchForm .form__btn.is-search {
  background-image: url("../images/icon/icon-search.svg");
}
.searchForm .form__btn.is-del {
  background-image: url("../images/icon/icon-del.svg");
}

@media (min-width: 1240px) {
  .searchForm .form__input {
    padding: 1.7rem 5.6rem 1.7rem 2.4rem;
    font-size: 1.8rem;
  }
  .searchForm .form__input.is-search {
    background-size: 5rem;
  }
  .searchForm .form__input.is-del {
    background-image: url("../images/icon/icon-del.svg");
  }
  .searchForm .form__btn {
    right: 1.6rem;
    background-size: 5rem;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 101;
}
.modal .modal__background {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.modal .modal__contents {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  max-height: 85.3%;
  min-height: 30rem;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  transition: bottom 0.3s linear;
}
.modal .modal__contents.is-sm {
  min-height: 19rem;
}
.modal .modal__header,
.modal .modal__footer {
  flex-shrink: 0;
}
.modal .modal__inner:not(:has(.event__detail, .stationDetail)) {
  padding: 2.4rem;
}
.modal .modal__header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 6.7rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
.modal .modal__header .modal__title {
  font-size: 2rem;
  font-weight: 500;
}
.modal .modal__header .modal__close {
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%);
}
.modal .modal__body {
  overflow: auto;
  flex-grow: 1;
}
.modal .modal__body .modal__title {
  margin-bottom: 1.2rem;
  font-size: 2rem;
  font-weight: 500;
}
.modal .modal__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 8rem;
  padding: 1.6rem 2.4rem;
}
.modal.is-active {
  visibility: visible;
}
.modal.is-active .modal__background {
  display: block;
}
.modal.is-active .modal__contents {
  bottom: 0;
  transition: bottom 0.3s cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .modal .modal__inner:not(:has(.event__detail)) {
    padding: 4rem;
  }
  .modal .modal__inner:has(.stationDetail) {
    padding: 0;
  }
  .modal .modal__body .modal__title {
    font-size: 2.2rem;
  }
  .modal .modal__contents {
    width: 75rem;
    max-height: 80rem;
    border-radius: 2rem;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  .modal .modal__footer .btn {
    max-width: 32.8rem;
  }
  .modal.is-active .modal__contents {
    top: 50%;
    left: 50%;
    bottom: auto;
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: opacity 0.5s ease;
  }
}
.formSelect .select {
  width: 100%;
}
.formSelect .tui-select-box-input {
  position: relative;
  padding: 1.3rem 2.8rem 1.3rem 1.6rem;
  height: 4.8rem;
  border-color: #e5e5e5;
}
.formSelect .tui-select-box-input:focus {
  outline: none;
}
.formSelect .tui-select-box-input.tui-select-box-open {
  border-color: #3ddb87;
  border-bottom: none;
}
.formSelect .tui-select-box-input.tui-select-box-open .tui-select-box-icon {
  transform: translateY(-50%) rotate(-180deg);
  transition: transform 0.2s linear;
}
.formSelect .tui-select-box-input.tui-select-box-disabled {
  background-color: #f0f0f0;
  color: #afafaf;
}
.formSelect .tui-select-box-placeholder {
  line-height: 1.3;
  font-size: 1.5rem;
}
.formSelect .tui-select-box-icon {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  background: url("../images/icon/icon-select-arrow.svg") no-repeat center;
  transform: translateY(-50%) rotate(0);
  transition: transform 0.2s linear;
}
.formSelect .tui-select-box-dropdown {
  border-color: #3ddb87;
}
.formSelect .tui-select-box-item {
  padding: 0 1.6rem;
  height: 4.8rem;
  font-size: 1.5rem;
  line-height: 4.8rem;
}
.formSelect .tui-select-box-item.tui-select-box-highlight {
  background-color: rgba(61, 219, 135, 0.12);
}

.header {
  position: fixed;
  padding: 0 2.4rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.8rem;
  border-bottom: 0.1rem solid #e5e5e5;
  z-index: 10;
  background-color: #ffffff;
}
.header .header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header .header__logo {
  width: 5rem;
}
.header .header__logo img {
  display: block;
}
.header .header__btn .btn {
  width: 2.4rem;
  height: 2.4rem;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/icon/icon-menu-open.svg");
}
.header .header__gnb {
  position: fixed;
  top: 6.8rem;
  width: 100%;
  padding: 2.4rem;
  height: calc(100vh - 6.8rem);
  overflow: auto;
  background-color: #ffffff;
}
.header .header__gnb.is-open + .header__btn .btn {
  background-image: url("../images/icon/icon-menu-close.svg");
}
.header .gnb__item {
  flex-shrink: 0;
  line-height: 2.7rem;
}
.header .gnb__item > a {
  font-size: 1.8rem;
  font-weight: 600;
}
.header .gnb__item + .gnb__item {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 0.1rem solid #e5e5e5;
}
.header .gnb__sub {
  margin-top: 1.6rem;
}
.header .gnb__sub li {
  line-height: 2.2rem;
}
.header .gnb__sub li > a {
  font-size: 1.5rem;
}
.header .gnb__sub li + li {
  margin-top: 1.6rem;
}

@media (max-width: 1239px) {
  .header .header__gnb {
    right: -100%;
    height: calc(100% - 6.8rem);
    transition: right ease 0.3s;
  }
  .header .header__gnb.is-open {
    right: 0;
    transition: right ease 0.3s;
  }
  .header .header__pageTitle {
    font-size: 2rem;
    font-weight: 500;
  }
  .header__dim {
    display: none;
  }
}
@media (min-width: 768px) {
  .header .header__pageTitle {
    display: none;
  }
}
@media (min-width: 1240px) {
  .header {
    height: 10rem;
    border-bottom: 0.1rem solid #e5e5e5;
  }
  .header .header__wrap {
    width: 120rem;
    margin: 0 auto;
  }
  .header .header__logo,
  .header .header__btn {
    z-index: 1;
  }
  .header .header__gnb {
    position: absolute;
    padding: 0;
    top: 0;
    left: 50%;
    max-height: 10rem;
    overflow: hidden;
    transform: translateX(-50%);
  }
  .header .header__gnb::after {
    content: "";
    position: absolute;
    top: 9.9rem;
    left: 0;
    width: 100%;
    height: 0.1rem;
    background-color: #e5e5e5;
  }
  .header .header__gnb:hover, .header .header__gnb.is-open {
    max-height: 38rem;
    transition: max-height ease 0.3s;
  }
  .header .header__gnb:hover .gnb__sub, .header .header__gnb.is-open .gnb__sub {
    height: auto;
  }
  .header .gnb {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
  }
  .header .gnb__item {
    position: relative;
    padding: 0 5rem;
  }
  .header .gnb__item > a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10rem;
    font-size: 2rem;
    font-weight: 500;
  }
  .header .gnb__item + .gnb__item {
    padding-top: 0;
    margin-top: 0;
    border: none;
  }
  .header .gnb__sub {
    position: relative;
    width: 100%;
    margin-top: 4rem;
    text-align: center;
  }
  .header .gnb__sub li > a {
    font-size: 1.8rem;
  }
  .header .gnb__sub li + li {
    margin-top: 3rem;
  }
}
.footer {
  padding: 2.4rem;
  width: 100%;
  height: 16.2rem;
  font-size: 1.2rem;
  border-top: 0.1rem solid #e5e5e5;
}
.footer .footer__wrap {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.footer .footer__logo {
  width: 9rem;
}
.footer .footer__menu {
  display: flex;
  align-items: center;
}
.footer .footer__menu li {
  position: relative;
  padding-right: 1.1rem;
  margin-right: 1rem;
}
.footer .footer__menu li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.1rem;
  height: 1rem;
  background-color: #ddd;
  transform: translateY(-50%);
}
.footer .footer__menu li:last-child::after {
  display: none;
}
.footer .footer__menu li a {
  font-weight: bold;
  color: #444;
}
.footer .footer__copyright {
  margin-top: 1.2rem;
  color: #888;
}

@media (min-width: 1240px) {
  .footer {
    padding: 4rem 0;
    height: 14rem;
  }
  .footer .footer__wrap {
    align-items: center;
    flex-direction: row;
    gap: 6rem;
    margin: 0 auto;
    width: 120rem;
  }
  .footer .footer__logo {
    width: 11rem;
  }
  .footer .footer__menu li a {
    font-size: 1.5rem;
  }
  .footer .footer__menu li::after {
    height: 1.4rem;
  }
  .footer .footer__copyright {
    margin-top: 2rem;
  }
}
.font-weight-midium {
  font-weight: 500;
}

.font-weight-bold {
  font-weight: 600;
}

.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}

.highlighter {
  position: relative;
  z-index: 0;
}
.highlighter::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.3rem;
  width: 100%;
  height: 0.9rem;
  background-color: #3ddb87;
  opacity: 0.5;
  z-index: -1;
  transform: translateY(30%);
}

.noData {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.noData .noData__icon {
  width: 18rem;
}
.noData .noData__text {
  margin-top: 1.2rem;
  font-size: 1.8rem;
  font-weight: 500;
}
.noData .noData-desc {
  margin-top: 0.4rem;
  font-size: 1.4rem;
  color: #888;
}
.noData .noData__count {
  margin-top: 1.6rem;
  font-size: 2rem;
  font-family: "Montserrat", "NotoSans", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Roboto, "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: bold;
  color: #34c678;
}
.noData .noData__btn {
  margin-top: 4rem;
  width: 16rem;
}

.pageTitle {
  font-size: 3.6rem;
  text-align: center;
  color: #ffffff;
}

.tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.8rem;
}
.tabs .tab {
  border-bottom: 0.2rem solid #e5e5e5;
  font-size: 1.5rem;
}
.tabs.is-box {
  height: 4.4rem;
}
.tabs.is-box .tab {
  border: 0.1rem solid #e5e5e5;
  font-size: 1.4rem;
}
.tabs .tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1;
  height: 100%;
  font-weight: 500;
  color: #888;
}
.tabs .tab.is-active {
  color: #34c678;
  border-color: #3ddb87;
}

.tab__contents {
  display: none;
}
.tab__contents:has(.noData) {
  min-height: 45rem;
}
.tab__contents.is-active {
  display: block;
}

.table {
  width: 100%;
  border-top: 0.1rem solid #222;
  border-bottom: 0.1rem solid #e5e5e5;
}
.table tbody th, .table tbody td {
  border-bottom: 0.1rem solid #e5e5e5;
}
.table tbody th {
  padding: 1.2rem 1.6rem;
  font-weight: 500;
  text-align: left;
  background-color: #f5f5f5;
}
.table tbody td {
  padding: 1.2rem;
  line-height: 1.57;
}

.contents__box {
  padding: 3rem;
  border-radius: 1.6rem;
}
.contents__box.is-border {
  border: 0.1rem solid #e5e5e5;
}

.contents__list li {
  position: relative;
  padding-left: 1.2rem;
  line-height: 1.57;
}
.contents__list li::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}
.contents__list li + li {
  margin-top: 1.2rem;
}
.contents__list li ul li {
  margin-top: 0;
}
.contents__list.is-line li::before {
  content: "-";
}

.sort {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 2.4rem 2.4rem 1.6rem 2.4rem;
  overflow: auto;
}
.sort .sort__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  padding: 0 0.8rem;
  height: 3.2rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 999rem;
  white-space: nowrap;
  font-size: 1.6rem;
}
.sort .sort__item:has(input:checked) {
  color: #ffffff;
  background-color: #0f1f2e;
  border-color: #0f1f2e;
}
.sort .sort__item:has(input:checked) .baroIcon.is-refuel {
  background-image: url("../images/logo/baro-logo-1-active.svg");
}
.sort .sort__item:has(input:checked) .baroIcon.is-wash {
  background-image: url("../images/logo/baro-logo-2-active.svg");
}
.sort .sort__item input {
  display: none;
}
.sort .sort__item .icon {
  width: 1.8rem;
  height: 1.8rem;
}
.sort .sort__item .baroIcon {
  width: 5.2rem;
  height: 1.4rem;
  font-size: 0;
  text-indent: -999rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
}
.sort .sort__item .baroIcon.is-refuel {
  background-image: url("../images/logo/baro-logo-1.svg");
}
.sort .sort__item .baroIcon.is-wash {
  background-image: url("../images/logo/baro-logo-2.svg");
}
.sort::-webkit-scrollbar {
  display: none;
}

.tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.tag .tag__item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.6rem 1rem;
  height: 3.2rem;
  background-color: #ffffff;
  border-radius: 0.4rem;
  border: 0.1rem solid #e5e5e5;
  font-weight: 500;
}
.tag .tag__item .icon {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
}
.tag + .tag {
  margin-top: 1.2rem;
}

.logoList {
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem;
  --gap: 1.2rem;
}
.logoList .logoList__item,
.logoList .logoList__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.8rem;
}
.logoList .logoList__item a,
.logoList .logoList__item a a {
  width: 100%;
}
.logoList .logoList__logo {
  width: 100%;
  padding: 1.8rem 1.3rem 1.7rem;
  border-radius: 0.8rem;
  border: 0.1rem solid #e5e5e5;
  text-align: center;
}
.logoList .logoList__logo img {
  height: 4rem;
}
.logoList .logoList__info {
  width: 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.logoList.mob-col-3 .logoList__info {
  font-size: 1.2rem;
}

.cardList .cardList__category {
  margin-bottom: 1.2rem;
  font-size: 1.8rem;
  font-weight: 500;
}
.cardList .cardList__item {
  padding: 2.4rem;
  border-radius: 1.6rem;
  background-color: #f5f5f5;
  align-self: stretch;
}
.cardList .cardList__item > .d-flex {
  height: 100%;
}
.cardList .cardList__item .cardList__title {
  font-size: 1.8rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.cardList .cardList__item + .cardList__item {
  margin-top: 1.6rem;
}
.cardList .cardList__item + .cardList__category {
  margin-top: 4rem;
}
.cardList .cardList__item .tag {
  margin-top: 1.2rem;
}
.cardList .cardList__img {
  padding: 2rem 0;
  width: 100%;
  text-align: center;
}
.cardList .cardList__img img {
  width: auto;
  height: 15rem;
}
.cardList .cardList__img.is-horizontal img {
  transform: rotate(-90deg);
}
.cardList .cardList__list li {
  position: relative;
  padding-left: 1.5rem;
  line-height: 1.71;
}
.cardList .cardList__list li::before {
  content: "";
  position: absolute;
  top: 0.9rem;
  left: 0.5rem;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background-color: #222;
}
.cardList .cardList__link {
  margin-top: 1.6rem;
}
.cardList .cardList__link a {
  font-size: 1.6rem;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.cardList__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.cardList__top .title {
  display: none;
}
.cardList__top .formSelect {
  width: 100%;
}

.moreBtn {
  margin-top: 2.3rem;
}
.moreBtn .btn {
  gap: 0.8rem;
}

.listResult {
  margin-top: 2rem;
  padding-bottom: 1.2rem;
  font-size: 1.5rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
.listResult strong {
  font-family: "Montserrat", "NotoSans", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Roboto, "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
}

.station {
  display: flex;
  flex-direction: column;
}
.station .station__item {
  padding: 2rem 0;
  border-bottom: 0.1rem solid #e5e5e5;
}
.station .station__top {
  display: flex;
  justify-content: space-between;
  min-height: 7.8rem;
}
.station .station__top .title {
  font-size: 1.8rem;
  font-weight: 500;
}
.station .station__top .text {
  margin-top: 0.2rem;
  color: #888;
}
.station .station__top .station__desc {
  display: flex;
  align-items: center;
  margin-top: 0.8rem;
}
.station .station__top .station__desc li {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 0.9rem;
  margin-right: 0.8rem;
  font-size: 1.5rem;
}
.station .station__top .station__desc li span {
  flex-shrink: 0;
  margin-right: 0.6rem;
  width: 1.4rem;
  color: #888;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #888;
}
.station .station__top .station__desc li strong {
  font-family: "Montserrat", "NotoSans", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Roboto, "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: bold;
}
.station .station__top .station__desc li.time {
  font-size: 1.6rem;
  font-family: "Montserrat", "NotoSans", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Roboto, "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
}
.station .station__top .station__desc li.is-web {
  display: none;
}
.station .station__top .station__desc li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.1rem;
  height: 1.4rem;
  background-color: #e5e5e5;
  transform: translateY(-50%);
}
.station .station__top .station__desc li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.station .station__top .station__desc li:last-child::after {
  display: none;
}
.station .station__top .station__direction {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.6rem;
}
.station .station__top .station__contact {
  margin-top: 1.2rem;
}
.station .station__top .station__contact .call {
  font-weight: 400;
  color: #222;
}
.station .station__top:has(.station__contact) {
  gap: 2rem;
}
.station .station__tag {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1rem;
}
.station .station__tag .station__tagBtn {
  flex-shrink: 0;
  font-size: 1.6rem;
  text-decoration: underline;
}

.station__contact li {
  display: flex;
  gap: 0.4rem;
  line-height: 1.8rem;
}
.station__contact li + li {
  margin-top: 0.8rem;
}
.station__contact li .call {
  font-family: "Montserrat", "NotoSans", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Roboto, "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
}
.station__contact li.time {
  font-family: "Montserrat", "NotoSans", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Roboto, "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.notifyList {
  margin-top: 5rem;
}
.notifyList .title {
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  font-weight: bold;
}
.notifyList .list li {
  position: relative;
  padding-left: 1rem;
  line-height: 2.14;
}
.notifyList .list li::before {
  content: "·";
  position: absolute;
  left: 0;
}

.accordian .ac .ac__panel {
  max-height: 0;
  overflow: hidden;
  transition-property: max-height;
  transition-duration: 0.6s;
}
.accordian .ac.is-active .ac__panel {
  height: auto;
  max-height: 33.3rem;
  transition-property: max-height;
  transition-duration: 0.6s;
}

.terms {
  padding: 2rem 0;
}
.terms .terms__list a {
  color: #0000EE;
  text-decoration: underline;
}
.terms h1, .terms h2, .terms h3, .terms h4, .terms h5, .terms h6, .terms p {
  margin: 1.6rem 0;
}
.terms h1 {
  font-size: 2.4rem;
}
.terms p {
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  .tabs {
    height: 6rem;
  }
  .tabs .tab {
    font-size: 1.8rem;
  }
  .tabs.is-box {
    height: 5rem;
  }
  .tabs.is-box .tab {
    font-size: 1.6rem;
  }
  .sort {
    justify-content: center;
    padding: 4rem 0 3rem;
  }
  .sort .sort__item {
    padding: 0 1.6rem;
    height: 4.4rem;
  }
  .sort .sort__item .icon {
    width: 2.4rem;
    height: 2.4rem;
  }
  .sort .sort__item .baroIcon {
    width: 6.1rem;
    height: 1.6rem;
  }
  .tag {
    gap: 0.8rem;
  }
  .tag .tag__item {
    height: 3.6rem;
    font-size: 1.6rem;
  }
  .tag + .tag {
    margin-top: 1.6rem;
  }
  .cardList__top .title {
    display: block;
    font-size: 2.4rem;
    font-weight: 500;
  }
  .cardList__top .formSelect {
    width: 32.8rem;
  }
  .listResult {
    margin-top: 4rem;
    font-size: 1.8rem;
  }
  .station .station__top {
    min-height: 9.4rem;
  }
  .station .station__top .title {
    font-size: 2.4rem;
  }
  .station .station__top .text {
    margin-top: 0.4rem;
    font-size: 1.6rem;
  }
  .station .station__top .station__desc li, .station .station__top .station__desc li.time {
    font-size: 1.8rem;
  }
  .station .station__top .station__desc li span {
    width: auto;
  }
  .station .station__top .station__desc li.is-web {
    display: block;
  }
  .station .station__tag {
    gap: 1.6rem;
  }
  .station .station__tag .tag {
    gap: 0.8rem;
  }
  .station .station__tag {
    margin-top: 2rem;
  }
  .moreBtn {
    margin-top: 4rem;
  }
  .station__contact li {
    font-size: 1.6rem;
  }
  .station__contact li + li {
    margin-top: 1.3rem;
  }
  .notifyList .list li {
    padding-left: 1.5rem;
    font-size: 1.6rem;
    line-height: 2.25;
  }
}
@media (min-width: 1240px) {
  .contents__list li {
    font-size: 1.6rem;
  }
  .contents__list li ul li {
    font-size: 1.4rem;
    margin-top: 1.2rem;
  }
  .logoList {
    gap: 4rem;
    --gap: 4rem;
  }
  .logoList .logoList__item {
    gap: 1.6rem;
  }
  .logoList .logoList__logo {
    padding: 4.7rem 3.5rem 4.6rem;
    border-radius: 1.6rem;
  }
  .logoList .logoList__logo img {
    height: 10.7rem;
  }
  .logoList .logoList__info {
    font-size: 2rem !important;
  }
  .cardList {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 3rem;
    --gap: 3rem;
  }
  .cardList:has(.cardList__category) .cardList__item {
    margin-top: -1.4rem !important;
  }
  .cardList .cardList__category {
    margin-bottom: 0;
    flex-shrink: 0;
    width: 100%;
    font-size: 2rem;
  }
  .cardList .cardList__item {
    padding: 3rem;
    position: relative;
    min-height: 58.2rem;
  }
  .cardList .cardList__item + .cardList__item {
    margin-top: 0;
  }
  .cardList .cardList__item + .cardList__category {
    margin-top: 6rem;
  }
  .cardList .cardList__item .cardList__title {
    min-height: 6.8rem;
    font-size: 2.4rem;
  }
  .cardList .cardList__item .tag {
    margin-top: 1.5rem;
  }
  .cardList .cardList__img {
    padding: 3rem 0;
  }
  .cardList .cardList__img img {
    height: 20rem;
  }
  .cardList .cardList__list li {
    font-size: 1.6rem;
    line-height: 1.88;
  }
  .cardList .cardList__list li::before {
    top: 1.4rem;
  }
  .cardList .cardList__link {
    margin-top: 2rem;
  }
  .station {
    flex-direction: row;
    gap: 4rem;
    --gap: 4rem;
  }
  .station .station__top .station__direction {
    display: none;
  }
  .station .station__item {
    padding: 4rem 0;
  }
}
.main section {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.main .pages__inner {
  padding: 6rem 2.4rem;
}
.main .main__title {
  font-size: 3rem;
}
.main .main__title + .main__text {
  margin-top: 1.6rem;
}
.main .main__text {
  font-size: 1.8rem;
}
.main .main__section__1 .pages__inner {
  padding-bottom: 0;
}
.main .main__section__1 .mainVisual {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 6rem;
}
.main .main__section__1 .mainVisual .mainVisual__wrap .mainVisual__title {
  font-size: 3.4rem;
  letter-spacing: -0.1rem;
}
.main .main__section__1 .mainVisual .mainVisual__wrap .mainVisual__text {
  margin-top: 1.6rem;
  font-size: 2rem;
}
.main .main__section__1 .mainVisual .mainVisual__image {
  width: 30.9rem;
}
.main .main__section__2 {
  background-color: #3ddb87;
}
.main .main__section__2 .main__title,
.main .main__section__2 .main__text {
  color: #ffffff;
}
.main .main__section__3 .pages__inner {
  padding-right: 0;
  padding-left: 0;
}
.main .main__section__3 .cardSlider {
  margin-top: 4rem;
}
.main .main__section__3 .cardSlider .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
  width: 15.5rem;
  font-size: 1.5rem;
  font-weight: 500;
}
.main .main__section__3 .cardSlider__header .cardSlider__btn {
  display: none;
}
.main .main__section__4 {
  padding-bottom: 6rem;
  background-color: #f5f5f5;
}
.main .main__section__4 .pages__inner {
  padding-bottom: 6rem;
}
.main .main__section__4 .btnGroup {
  margin-top: 4rem;
  gap: 0.7rem;
}
.main .main__section__4 .btnGroup .btn {
  width: 16rem;
}
.main .main__section__4 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  overflow: visible;
}
.main .appDownload {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
  margin-top: 4rem;
}
.main .appDownload .appDownload__box .appDownload__qr {
  display: none;
  width: 6rem;
  height: 6rem;
}
.main .appDownload .appDownload__box .appDownload__btn {
  width: 16rem;
}
.main .appDownload .appDownload__box .appDownload__btn .btn {
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
  gap: 0.7rem;
  font-family: "Montserrat", "NotoSans", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Roboto, "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
}
.main .appDownload .appDownload__box .appDownload__btn .btn span {
  display: block;
  font-size: 1rem;
}
.main .appDownload .appDownload__box .appDownload__btn .btn .icon {
  width: 2.4rem;
  height: 2.4rem;
}
.main .appDownload .appDownload__box .appDownload__btn .btn .icon.is-ios {
  background-image: url("../images/icon/icon-ios.png");
}
.main .appDownload .appDownload__box .appDownload__btn .btn .icon.is-android {
  background-image: url("../images/icon/icon-android.png");
}
.main .searchOption {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 32.7rem;
  margin: 4rem auto 0;
  gap: 1.9rem;
}
.main .searchOption .searchOption__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.3rem;
  border-radius: 50%;
  width: 15.4rem;
  height: 15.4rem;
  font-size: 1.5rem;
  font-weight: 500;
  background-color: #ffffff;
}
.main .searchOption .searchOption__item .icon {
  width: 5.4rem;
  height: 5.4rem;
}
.main .searchOption .searchOption__item .icon.is-search-1 {
  background-image: url("../images/icon/icon-search-1.svg");
}
.main .searchOption .searchOption__item .icon.is-search-2 {
  background-image: url("../images/icon/icon-search-2.svg");
}
.main .searchOption .searchOption__item .icon.is-search-3 {
  background-image: url("../images/icon/icon-search-3.svg");
}
.main .searchOption .searchOption__item .icon.is-search-4 {
  background-image: url("../images/icon/icon-search-4.svg");
}

:root {
  --marqueeItem-width: 15rem;
  --marquee-gap: 1.2rem;
  --marqueeItem-count: 7;
  --total-width: calc(var(--marqueeItem-width) * var(--marqueeItem-count) + var(--marquee-gap) * var(--marqueeItem-count));
}

.marquee {
  display: flex;
  flex-direction: column;
  gap: var(--marquee-gap);
  width: 100%;
  overflow: hidden;
  position: relative;
}
.marquee .marquee__inner {
  display: flex;
  flex-wrap: nowrap;
  gap: var(--marquee-gap);
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.marquee .marquee__inner:not(.is-reverse) {
  animation-name: marquee;
}
.marquee .marquee__inner.is-reverse {
  animation-name: reverseMarquee;
}
.marquee .marquee__item {
  flex: 0 0 var(--marqueeItem-width);
  padding: 1rem 0;
  border-radius: 1.2rem;
  background-color: #ffffff;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1 * var(--total-width)));
  }
}
@keyframes reverseMarquee {
  0% {
    transform: translateX(calc(-1 * var(--total-width)));
  }
  100% {
    transform: translateX(0);
  }
}
@media (min-width: 1240px) {
  .main .pages__inner {
    padding: 15rem 0;
  }
  .main .main__title {
    font-size: 4rem;
  }
  .main .main__title + .main__text {
    margin-top: 2rem;
  }
  .main .main__text {
    font-size: 2rem;
  }
  .main .main__section__1 .pages__inner {
    padding-top: 10rem;
    padding-bottom: 0;
  }
  .main .main__section__1 .mainVisual {
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    gap: 6rem;
  }
  .main .main__section__1 .mainVisual .mainVisual__wrap {
    text-align: left;
  }
  .main .main__section__1 .mainVisual .mainVisual__wrap .mainVisual__title {
    font-size: 4.6rem;
    letter-spacing: -0.1rem;
  }
  .main .main__section__1 .mainVisual .mainVisual__wrap .mainVisual__text {
    margin-top: 2rem;
    font-size: 2.4rem;
  }
  .main .main__section__1 .mainVisual .mainVisual__image {
    width: 59.1rem;
  }
  .main .main__section__3 h2 {
    text-align: left;
  }
  .main .main__section__3 .cardSlider {
    margin-top: 6rem;
    overflow: visible;
  }
  .main .main__section__3 .cardSlider .swiper-slide {
    width: 18rem;
    gap: 2rem;
    font-size: 1.8rem;
  }
  .main .main__section__3 .cardSlider__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .main .main__section__3 .cardSlider__header .cardSlider__btn {
    display: flex;
    align-items: center;
    gap: 1.2rem;
  }
  .main .main__section__3 .cardSlider__header .cardSlider__btn > div {
    width: 4.5rem;
    height: 4.5rem;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }
  .main .main__section__3 .cardSlider__header .cardSlider__btn > div.cardSlider__btn__prev {
    background-image: url("../images/icon/icon-slider-prev.svg");
  }
  .main .main__section__3 .cardSlider__header .cardSlider__btn > div.cardSlider__btn__next {
    background-image: url("../images/icon/icon-slider-next.svg");
  }
  .main .main__section__4 {
    padding-bottom: 15rem;
  }
  .main .main__section__4 .pages__inner {
    padding-bottom: 8rem;
  }
  .main .appDownload {
    justify-content: flex-start;
    gap: 2rem;
    margin-top: 6rem;
  }
  .main .appDownload .appDownload__box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2rem;
    gap: 2rem;
    border-radius: 2rem;
    background-color: #f5f5f5;
  }
  .main .appDownload .appDownload__box .appDownload__qr {
    display: block;
  }
  .main .appDownload .appDownload__box .appDownload__btn {
    width: 16rem;
  }
  .main .searchOption {
    justify-content: space-between;
    width: 100%;
    margin-top: 8rem;
    gap: 0;
  }
  .main .searchOption .searchOption__item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3.1rem;
    width: 27rem;
    height: 27rem;
    font-size: 2rem;
  }
  .main .searchOption .searchOption__item .icon {
    width: 9rem;
    height: 9rem;
  }
  :root {
    --marqueeItem-width: 25rem;
    --marquee-gap: 3rem;
    --marqueeItem-count: 7;
    --total-width: calc(var(--marqueeItem-width) * var(--marqueeItem-count) + var(--marquee-gap) * var(--marqueeItem-count));
  }
  .marquee .marquee__item {
    padding: 1.625rem 0;
  }
}
.about {
  overflow: visible;
}
.about .about__item {
  padding: 4rem 0.1rem 2.8rem;
  border-radius: 2.4rem;
  border: 0.1rem solid #e5e5e5;
  text-align: center;
}
.about .about__item .title {
  font-size: 1.8rem;
}
.about .about__item .text {
  margin-top: 2rem;
  color: #585858;
}

.event {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.event .event__card {
  margin-bottom: 1.2rem;
  border-radius: 1.6rem;
  overflow: hidden;
}
.event .title {
  font-size: 2rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.event .date {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-top: 0.4rem;
  margin-left: 0.4rem;
  font-size: 1.2rem;
  font-family: "Montserrat", "NotoSans", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Roboto, "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
}
.event .date .dDay {
  font-weight: bold;
  color: #34c678;
}

.pointInfo .pointInfo__top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 1.2rem;
  margin-bottom: 3.2rem;
}
.pointInfo .pointInfo__top .pointInfo__logo {
  padding: 2.7rem 2rem;
  border-radius: 1.2rem;
  border: 0.1rem solid #e5e5e5;
}
.pointInfo .pointInfo__top .pointInfo__logo img {
  height: 6.4rem;
}
.pointInfo .pointInfo__top p span {
  font-weight: bold;
}
.pointInfo .table th {
  width: auto;
}

.cardGuide .cardGuide__con {
  margin-top: 4rem;
}
.cardGuide .cardGuide__con + .cardGuide__con {
  margin-top: 4rem;
}
.cardGuide .cardGuide__top {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.cardGuide .cardGuide__top .contents__box {
  position: relative;
  background-repeat: no-repeat;
  background-position: right 0 bottom 0, left 0 top 0;
}
.cardGuide .cardGuide__top .contents__box:nth-child(1) {
  height: 36rem;
  background-image: url("../images/contents/cardGuide-1.png"), linear-gradient(137deg, #379fc6, #86f6ca 100%);
  background-size: 25.5rem 17.5rem, contain;
  color: #ffffff;
}
.cardGuide .cardGuide__top .contents__box:nth-child(2) {
  height: 27.5rem;
  background: #f5f5f5 url("../images/contents/cardGuide-2.png") no-repeat right 2rem bottom 2rem/15rem 9.6rem;
}
.cardGuide .cardGuide__top .contents__box .title {
  font-family: "Montserrat", "NotoSans", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Roboto, "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-size: 2.6rem;
  line-height: 1.23;
}
.cardGuide .cardGuide__top .contents__box .text {
  margin-top: 0.8rem;
  font-weight: 500;
  line-height: 1.43;
}

/* start: 241025 현대카드 PLCC 수정 */
.hyundaiCard {
  position: relative;
  padding: 0 !important;
  width: 100% !important;
  font-family: "YouandiModernTR", sans-serif;
}
.hyundaiCard .inner {
  padding: 0 2rem;
  width: 100%;
  text-align: center;
}
.hyundaiCard .hyundaiCard__section {
  padding: 3rem 0 5rem;
}
.hyundaiCard .hyundaiCard__section:nth-child(1) {
  background-image: linear-gradient(142deg, #fcffdf 10%, #e6f3ff 59%);
}
.hyundaiCard .hyundaiCard__section:nth-child(2) {
  background-color: #e5fffe;
}
.hyundaiCard .hyundaiCard__section .hyundaiCard__sectionTitle .logo {
  margin: 0 auto;
  width: 13.9rem;
}
.hyundaiCard .hyundaiCard__section .hyundaiCard__sectionTitle .title {
  margin-top: 2rem;
}
.hyundaiCard .hyundaiCard__section .hyundaiCard__sectionTitle .text {
  margin-top: 1.5rem;
  font-size: 1.2rem;
  letter-spacing: -0.03rem;
}
.hyundaiCard .hyundaiCard__section .hyundaiCard__sectionTitle .text span {
  vertical-align: sub;
}
.hyundaiCard .hyundaiCard__section .hyundaiCard__visual {
  margin-top: 4rem;
}
.hyundaiCard .hyundaiCard__section .hyundaiCard__visual .pointText {
  margin-top: 5.5rem;
  font-family: "SBAggro", sans-serif;
  text-shadow: 1px 1px 0 #17283a, 0.5px 1px 0.5px rgba(255, 255, 255, 0.7);
  -webkit-text-stroke: 1px #17283a;
  font-size: 2.5rem;
  font-weight: bold;
  color: #3e9eff;
}
.hyundaiCard .hyundaiCard__section .hyundaiCard__visual .pointText span {
  color: #33f28d;
}
.hyundaiCard .hyundaiCard__section .hyundaiCard__visual .text {
  font-size: 2.4rem;
}
.hyundaiCard .hyundaiCard__section .hyundaiCard__visual .text .highlighter::after {
  height: 1.4rem;
  background-color: #42fbee;
  opacity: 1;
}
.hyundaiCard .hyundaiCard__section .hyundaiCard__visual .btn {
  margin-top: 3rem;
  justify-content: space-between;
  padding: 1rem 2.3rem 0.9rem 2.6rem;
  width: 21.1rem;
  font-family: "GmarketSans", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  border: 0.2rem solid #0f1f2e;
  background-image: linear-gradient(to bottom, #154172, #0d1f37 69%, #0c263e);
}
.hyundaiCard .hyundaiCard__section .hyundaiCard__visual .btn .icon {
  width: 0.7rem;
  height: 1.2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.76' height='11.519' viewBox='0 0 6.76 11.519'%3E%3Cpath data-name='패스 240434' d='m969.5 4841.15 4.346 4.346-4.346 4.345' transform='translate(-968.09 -4839.736)' style='fill:none;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px'/%3E%3C/svg%3E%0A");
}
.hyundaiCard .hyundaiCard__section .checkList {
  font-family: "GmarketSans", sans-serif;
}
.hyundaiCard .hyundaiCard__section .checkList + .checkList {
  margin-top: 3rem;
}
.hyundaiCard .hyundaiCard__section .checkList .check {
  display: inline-block;
  width: 12rem;
}
.hyundaiCard .hyundaiCard__section .checkList .checkList__title {
  margin-bottom: 1.7rem;
  height: 5rem;
  font-size: 1.9rem;
  font-weight: bold;
  align-content: center;
  border-radius: 0.8rem;
  color: #ffffff;
}
.hyundaiCard .hyundaiCard__section .checkList .checkList__title .small {
  font-size: 1.5rem;
  font-weight: 500;
}
.hyundaiCard .hyundaiCard__section .checkList .checkList__list {
  padding: 0 1rem;
  text-align: left;
}
.hyundaiCard .hyundaiCard__section .checkList .checkList__list .text {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
}
.hyundaiCard .hyundaiCard__section .checkList .checkList__list .text img {
  height: 1.7rem;
}
.hyundaiCard .hyundaiCard__section .checkList .checkList__list .note {
  margin-top: 4rem;
}
.hyundaiCard .hyundaiCard__section .checkList .checkList__list .note .note__tip {
  display: inline-flex;
  align-items: center;
  padding: 0 1rem;
  height: 2.7rem;
  border-radius: 0.8rem;
  font-size: 1.2rem;
  background-color: #113353;
  color: #ffffff;
}
.hyundaiCard .hyundaiCard__section .checkList .checkList__list .note .btn {
  margin-top: 4rem;
  padding: 0 1.2rem;
  justify-content: space-between;
  width: 20rem;
  height: 3.4rem;
  font-family: "GmarketSans", sans-serif;
  font-size: 1.5rem;
  border: 0.1rem solid #aeaeae;
  border-radius: 0.8rem;
  background-color: #f9f9f9;
  color: #222;
}
.hyundaiCard .hyundaiCard__section .checkList .checkList__list .note .btn .icon {
  width: 1.1rem;
  height: 1.1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.394' height='10.025' viewBox='0 0 10.394 10.025'%3E%3Cg data-name='그룹 39199'%3E%3Cpath data-name='패스 213649' d='m9226.66-3600.892-7.565 7.2' transform='translate(-9217.681 3602.305)' style='fill:none;stroke:%23222;stroke-linecap:round;stroke-width:2px'/%3E%3Cpath data-name='패스 213650' d='M9225.309-3602.215h6.2' transform='translate(-9222.533 3603.467)' style='fill:none;stroke:%23222;stroke-linecap:round;stroke-width:2px'/%3E%3Cpath data-name='패스 213651' d='M0 0h6.2' transform='rotate(90 3.864 5.116)' style='fill:none;stroke:%23222;stroke-linecap:round;stroke-width:2px'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.hyundaiCard .hyundaiCard__section .checkList .checkList__list ul {
  margin-top: 1rem;
  font-family: "NotoSans";
}
.hyundaiCard .hyundaiCard__section .checkList .checkList__list ul li {
  position: relative;
  padding-left: 0.8rem;
  font-size: 1.2rem;
  letter-spacing: -0.05rem;
  word-break: keep-all;
}
.hyundaiCard .hyundaiCard__section .checkList .checkList__list ul li + li {
  margin-top: 0.8rem;
}
.hyundaiCard .hyundaiCard__section .checkList .checkList__list ul li::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 0.2rem;
  height: 0.2rem;
  background-color: #0c2d4c;
}
.hyundaiCard .hyundaiCard__section .accordian .ac.is-active .ac__trigger .icon {
  transform: rotate(180deg);
  transition: transform ease 0.3s;
}
.hyundaiCard .hyundaiCard__section .accordian .ac__trigger {
  background-color: #24ce7b;
}
.hyundaiCard .hyundaiCard__section .accordian .ac__trigger .icon {
  transform: rotate(0);
  width: 2.3rem;
  height: 2.3rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23'%3E%3Cpath data-name='패스 213652' d='m0 17.976 8.988-8.988L0 0' transform='rotate(-90 9.26 7.193)' style='stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;fill:none'/%3E%3Cpath data-name='사각형 22594' style='fill:none' d='M0 0h23v23H0z'/%3E%3C/svg%3E%0A");
}
.hyundaiCard .hyundaiCard__section .accordian .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.1rem 2.5rem;
  font-family: "GmarketSans", sans-serif;
  font-size: 1.9rem;
  color: #ffffff;
}
.hyundaiCard .hyundaiCard__section .accordian .title .logo {
  margin-top: -0.1rem;
  margin-right: 0.3rem;
  height: 2.1rem;
  vertical-align: middle;
}
.hyundaiCard .hyundaiCard__section .accordian .ac__panel {
  background-color: #fffee2;
  font-family: "NotoSans", sans-serif !important;
}
.hyundaiCard .hyundaiCard__section .accordian .ac__panel .inner {
  padding: 2rem 2.5rem;
}
.hyundaiCard .hyundaiCard__section .accordian .ac__panel p {
  font-size: 1.2rem;
  text-align: left;
  word-break: keep-all;
}
.hyundaiCard .hyundaiCard__section .accordian .ac__panel ul {
  margin-top: 1rem;
}
.hyundaiCard .hyundaiCard__section .accordian .ac__panel ul li {
  position: relative;
  padding-left: 1rem;
  font-size: 1.2rem;
  text-align: left;
  letter-spacing: -0.05rem;
  color: #777;
}
.hyundaiCard .hyundaiCard__section .accordian .ac__panel ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 0.4rem;
  height: 0.1rem;
  background-color: #777;
}
.hyundaiCard .hyundaiCard__section .hyundaiCard__notice {
  text-align: left;
  font-family: "NotoSans", sans-serif;
}
.hyundaiCard .hyundaiCard__section .hyundaiCard__notice .title {
  display: inline-flex;
  align-items: center;
  padding: 0 1.6rem;
  height: 3.4rem;
  font-family: "NanumSquareNeo", sans-serif;
  font-size: 1.7rem;
  border: 0.1rem solid #333;
  border-radius: 999rem;
  color: #333;
}
.hyundaiCard .hyundaiCard__section .hyundaiCard__notice ul {
  margin-top: 2rem;
}
.hyundaiCard .hyundaiCard__section .hyundaiCard__notice ul li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 1.6rem;
  word-break: keep-all;
}
.hyundaiCard .hyundaiCard__section .hyundaiCard__notice ul li + li {
  margin-top: 1rem;
}
.hyundaiCard .hyundaiCard__section .hyundaiCard__notice ul li ul {
  margin-top: 2rem;
}
.hyundaiCard .hyundaiCard__section .hyundaiCard__notice ul li ul li::before {
  width: 0.5rem;
  height: 0.1rem;
  border-radius: 0;
}
.hyundaiCard .hyundaiCard__section .hyundaiCard__notice ul li.is-bold {
  font-weight: bold;
}
.hyundaiCard .hyundaiCard__section .hyundaiCard__notice ul li::before {
  content: "";
  position: absolute;
  top: 1.1rem;
  left: 0.6rem;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background-color: #222;
}
.hyundaiCard .hyundaiCard__section .hyundaiCard__notice ul li .sub {
  margin-top: 1rem;
}

/* end: 241025 현대카드 PLCC 수정 */
.baroLogo {
  height: 1.4rem;
}

.stationDetail .station__contact {
  margin-top: 1.6rem;
}
.stationDetail .station__contact li + li {
  margin-top: 1rem;
}
.stationDetail .station__contact li .call {
  font-weight: 600;
  color: #48a3ff;
}
.stationDetail .stationDetail__top {
  padding: 2rem 2.4rem 2.4rem;
}
.stationDetail .stationDetail__top .title {
  font-size: 2.4rem;
  font-weight: 500;
}
.stationDetail .stationDetail__top .textBox {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-top: 1.4rem;
  padding: 0.8rem;
  min-height: 3.6rem;
  font-size: 1.5rem;
  border-radius: 0.4rem;
  background-color: #ecf5ff;
}
.stationDetail .stationDetail__top .review {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin-top: 1.6rem;
}
.stationDetail .stationDetail__top .review__list {
  display: flex;
  align-items: center;
}
.stationDetail .stationDetail__top .review__list li {
  display: flex;
  align-items: center;
  position: relative;
  gap: 0.5rem;
  padding-right: 0.9rem;
  margin-right: 0.8rem;
}
.stationDetail .stationDetail__top .review__list li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.1rem;
  height: 1.2rem;
  background-color: #e5e5e5;
  transform: translateY(-50%);
}
.stationDetail .stationDetail__top .review__list li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.stationDetail .stationDetail__top .review__list li:last-child::after {
  display: none;
}
.stationDetail .stationDetail__top .review__list .review__title {
  font-size: 1.5rem;
}
.stationDetail .stationDetail__top .review__list .review__count {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-family: "Montserrat", "NotoSans", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Roboto, "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-size: 1.3rem;
}
.stationDetail .stationDetail__top .review__list .review__count strong {
  font-size: 1.8rem;
}
.stationDetail .stationDetail__top .stationDetail__topPrice {
  padding-top: 2.4rem;
  margin-top: 2.5rem;
  border-top: 0.1rem solid #e5e5e5;
}
.stationDetail .stationDetail__item {
  padding: 2.4rem;
  border-top: 0.8rem solid #f0f0f0;
}
.stationDetail .stationDetail__item .mapList {
  margin-top: 1.6rem;
}
.stationDetail .stationDetail__price .priceBox {
  margin-top: 1.2rem;
  padding: 2rem 1.6rem;
  border-radius: 0.4rem;
  border: 0.1rem solid #e5e5e5;
}
.stationDetail .stationDetail__price .priceBox__list {
  display: flex;
  flex-direction: column;
}
.stationDetail .stationDetail__price .priceBox__list + .priceBox__list {
  margin-top: 1.5rem;
}
.stationDetail .stationDetail__price .priceBox__list .priceBox__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.stationDetail .stationDetail__price .priceBox__list .priceBox__item + .priceBox__item {
  margin-top: 1.5rem;
}
.stationDetail .stationDetail__price .priceBox__list .type {
  font-sizE: 1.5rem;
}
.stationDetail .stationDetail__price .priceBox__list .price {
  font-size: 1.3rem;
}
.stationDetail .stationDetail__price .priceBox__list .price strong {
  font-family: "Montserrat", "NotoSans", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Roboto, "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-size: 2rem;
}
.stationDetail .stationDetail__price .price__text {
  font-size: 1.5rem;
  line-height: 1.73;
}
.stationDetail .stationDetail__price .desc {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1.2rem;
  gap: 0.4rem;
  font-size: 1.3rem;
  color: #888;
}
.stationDetail .stationDetail__title {
  font-size: 1.6rem;
  font-weight: 500;
}
.stationDetail .stationDetail__info + .stationDetail__info {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 0.1rem solid #e5e5e5;
}
.stationDetail .stationDetail__info .infoList {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 0.8rem;
  overflow: auto;
}
.stationDetail .stationDetail__info .infoList::-webkit-scrollbar {
  display: none;
}
.stationDetail .stationDetail__info .infoList li {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
  gap: 0.8rem;
  width: 8rem;
  min-height: 8rem;
  font-size: 1.5rem;
  text-align: center;
}
.stationDetail .stationDetail__direction {
  margin-top: 2.4rem;
}
.stationDetail .map {
  width: 100%;
  height: 15rem;
  overflow: hidden;
}

.giftCard .giftCard__guide {
  padding: 2rem;
  margin-bottom: 2rem;
  border-radius: 1.6rem;
  background-color: #f5f5f5;
}
.giftCard .giftCard__guide .contents__list > li::before {
  font-weight: bold;
}
.giftCard .giftCard__guide .contents__list li {
  margin-top: 0 !important;
  line-height: 1.75;
  font-size: 1.6rem;
}
.giftCard .giftCard__title {
  margin-top: 2rem;
  margin-bottom: 1.2rem;
  font-size: 1.8rem;
  font-weight: 500;
}
.giftCard .giftCard__title ~ .logoList + .giftCard__title {
  margin-top: 4rem;
}
.giftCard .logoList__logo {
  padding: 3.8rem 0;
}
.giftCard .tab__contents {
  padding: 2rem 2.4rem 0;
}
.giftCard .tab__contents .tab__contents {
  padding: 2rem 0 0;
}

.mapList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.2rem;
}
.mapList .mapList__item {
  flex-shrink: 0;
  width: 6.4rem;
}

.stationWrap {
  margin-top: 4rem;
}
.stationWrap > .title {
  padding-bottom: 0.8rem;
  font-size: 1.6rem;
  font-weight: 500;
  border-bottom: 0.1rem solid #e5e5e5;
}

.notice .notice__item .notice__title {
  position: relative;
  padding: 2rem 6.4rem 2rem 2.4rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
.notice .notice__item .notice__title .date {
  font-size: 1.2rem;
  font-family: "Montserrat", "NotoSans", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Roboto, "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
}
.notice .notice__item .notice__title .date + .title {
  margin-top: 0.8rem;
}
.notice .notice__item .notice__title .title {
  font-size: 1.6rem;
  font-weight: 500;
}
.notice .notice__item .notice__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  width: 2rem;
  height: 2rem;
  background: url("../images/icon/icon-accordian-arrow.svg") no-repeat center;
  transform: translateY(-50%) rotate(0);
  transition: transform 0.3s linear;
}
.notice .notice__item .notice__inner {
  padding: 2rem 2.4rem;
  max-height: 33.3rem;
  height: auto;
  border-bottom: 0.1rem solid #0f1f2e;
}
.notice .notice__item .notice__con {
  padding-right: 1.6rem;
  max-height: 29.3rem;
  overflow: auto;
  font-size: 1.6rem;
  color: #888;
}
.notice .notice__item.is-active .notice__title::after {
  transform: translateY(-50%) rotate(-180deg);
  transition: transform 0.2s linear;
}
.notice .notice__item.is-active .notice__inner {
  display: block;
}

@media (min-width: 768px) {
  .event {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6rem 4rem;
    --gap: 4rem;
  }
  .event .event__card {
    margin-bottom: 1.6rem;
    border-radius: 1.6rem;
    overflow: hidden;
  }
  .event .title {
    font-size: 2.2rem;
  }
  .event .date {
    font-size: 1.4rem;
  }
  .pointInfo .pointInfo__top {
    margin-bottom: 3.4rem;
  }
  .pointInfo .pointInfo__top p {
    font-size: 1.6rem;
  }
  .pointInfo .pointInfo__top p br {
    display: none;
  }
  .pointInfo .table th {
    width: 12.5rem;
  }
  .cardGuide .cardGuide__top {
    flex-direction: row;
    gap: 2rem;
  }
  .cardGuide .cardGuide__top .contents__box {
    flex-grow: 1;
    flex-shrink: 0;
    height: 36rem !important;
  }
  .cardGuide .cardGuide__top .contents__box:nth-child(1) {
    background-size: 27.5rem 19.5rem, contain;
  }
  .cardGuide .cardGuide__top .contents__box:nth-child(2) {
    background-size: 16.7rem 10.7rem;
  }
  .baroLogo {
    height: 1.6rem;
  }
  .stationDetail .stationDetail__top {
    padding: 4rem 4rem 2.4rem 4rem;
  }
  .stationDetail .stationDetail__top .title {
    font-size: 2.6rem;
  }
  .stationDetail .stationDetail__top .textBox {
    padding: 0 1.2rem;
    min-height: 4rem;
    font-size: 1.6rem;
  }
  .stationDetail .stationDetail__top .review__list .review__title {
    font-size: 1.6rem;
  }
  .stationDetail .stationDetail__top .review__list .review__count {
    font-size: 1.4rem;
  }
  .stationDetail .stationDetail__top .review__list .review__count strong {
    font-size: 1.6rem;
  }
  .stationDetail .stationDetail__top .stationDetail__topPrice {
    padding-top: 3rem;
    margin-top: 3.1rem;
  }
  .stationDetail .stationDetail__item {
    padding: 2.4rem 4rem;
  }
  .stationDetail .stationDetail__item:last-child {
    padding-bottom: 4rem;
  }
  .stationDetail .stationDetail__item .map {
    margin-top: 1.5rem;
    height: 30.7rem;
  }
  .stationDetail .stationDetail__price .desc {
    margin-top: 2.3rem;
  }
  .stationDetail .priceBox__price {
    display: flex;
    align-items: center;
    gap: 5rem;
    --gap: 5rem;
  }
  .stationDetail .priceBox__price .priceBox__list {
    margin-top: 0 !important;
  }
  .stationDetail .priceBox__price .priceBox__list .type {
    font-size: 1.6rem;
  }
  .stationDetail .priceBox__price .priceBox__list .price {
    font-size: 1.4rem;
  }
  .stationDetail .priceBox__price .priceBox__list .price strong {
    font-size: 2.2rem;
  }
  .stationDetail .stationDetail__direction {
    display: none;
  }
  .stationDetail .station__contact {
    display: flex;
    align-items: center;
    gap: 2.4rem;
    margin-top: 2rem;
  }
  .giftCard .giftCard__title {
    margin-bottom: 1.6rem;
  }
  .giftCard .giftCard__title ~ .logoList + .giftCard__title {
    margin-top: 8rem;
  }
  .giftCard .giftCard__guide {
    padding: 3rem;
  }
  .giftCard .formSelect {
    display: none;
  }
  .giftCard .logoList .logoList__logo {
    padding: 6.5rem 0;
  }
  .giftCard .logoList .logoList__logo img {
    height: 7rem;
  }
  .notifyList {
    margin-top: 10rem;
  }
  .stationWrap .title {
    padding-bottom: 1.2rem;
    font-size: 2rem;
    font-weight: 500;
  }
  .stationWrap + .stationWrap {
    margin-top: 8rem;
  }
  .notice + .moreBtn {
    display: block;
  }
}
@media (min-width: 1240px) {
  .cardGuide .cardGuide__top .contents__box {
    padding: 5rem;
  }
  .cardGuide .cardGuide__top .contents__box:nth-child(1) {
    width: 75rem;
    background-size: 34.3rem 24rem, contain;
    background-position: right 3rem bottom 1.5rem, left 0 top 0;
  }
  .cardGuide .cardGuide__top .contents__box:nth-child(2) {
    width: 43rem;
  }
  .cardGuide .cardGuide__top .contents__box .title {
    font-size: 3.6rem;
  }
  .cardGuide .cardGuide__top .contents__box .text {
    margin-top: 1.5rem;
    font-size: 1.6rem;
  }
  .cardGuide .moreBtn {
    display: none;
  }
  /* start: 241025 현대카드 PLCC 수정 */
  .hyundaiCard .inner {
    margin: 0 auto;
    width: 85rem;
  }
  .hyundaiCard .hyundaiCard__section {
    padding: 10rem 0;
  }
  .hyundaiCard .hyundaiCard__section:nth-child(1) {
    background-image: linear-gradient(119deg, #fcffdf 14%, #e6f3ff 72%);
  }
  .hyundaiCard .hyundaiCard__section .hyundaiCard__sectionTitle {
    margin: 0 auto;
    width: 75rem;
  }
  .hyundaiCard .hyundaiCard__section .hyundaiCard__sectionTitle .logo {
    width: 31.5rem;
  }
  .hyundaiCard .hyundaiCard__section .hyundaiCard__sectionTitle .title {
    margin-top: 5rem;
  }
  .hyundaiCard .hyundaiCard__section .hyundaiCard__sectionTitle .text {
    margin-top: 3.7rem;
    font-size: 2.6rem;
  }
  .hyundaiCard .hyundaiCard__section .hyundaiCard__visual {
    margin-top: 8rem;
  }
  .hyundaiCard .hyundaiCard__section .hyundaiCard__visual .pointText {
    margin-top: 8rem;
    font-size: 5.6rem;
  }
  .hyundaiCard .hyundaiCard__section .hyundaiCard__visual .text {
    font-size: 5.3rem;
  }
  .hyundaiCard .hyundaiCard__section .hyundaiCard__visual .text .highlighter::after {
    height: 3.2rem;
  }
  .hyundaiCard .hyundaiCard__section .hyundaiCard__visual .btn {
    margin-top: 8.5rem;
    width: 47.6rem;
    padding: 3.3rem 5rem;
    font-size: 3.4rem;
  }
  .hyundaiCard .hyundaiCard__section .hyundaiCard__visual .btn .icon {
    width: 1.3rem;
    height: 2.3rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.261' height='22.521' viewBox='0 0 12.261 22.521'%3E%3Cpath data-name='패스 240434' d='m969.5 4841.151 9.847 9.847-9.847 9.847' transform='translate(-968.09 -4839.737)' style='fill:none;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px'/%3E%3C/svg%3E%0A");
  }
  .hyundaiCard .hyundaiCard__section .checkList + .checkList {
    margin-top: 10rem;
  }
  .hyundaiCard .hyundaiCard__section .checkList .check {
    width: 18.8rem;
  }
  .hyundaiCard .hyundaiCard__section .checkList .checkList__title {
    margin-bottom: 4rem;
    height: 11.3rem;
    font-size: 4.3rem;
  }
  .hyundaiCard .hyundaiCard__section .checkList .checkList__title .small {
    font-size: 3.1rem;
  }
  .hyundaiCard .hyundaiCard__section .checkList .checkList__list {
    padding: 0 2rem;
  }
  .hyundaiCard .hyundaiCard__section .checkList .checkList__list .text {
    gap: 0.7rem;
    font-size: 3.3rem;
  }
  .hyundaiCard .hyundaiCard__section .checkList .checkList__list .text img {
    height: 3.6rem;
  }
  .hyundaiCard .hyundaiCard__section .checkList .checkList__list .note {
    margin-top: 4rem;
  }
  .hyundaiCard .hyundaiCard__section .checkList .checkList__list .note .note__tip {
    padding: 0 2.4rem;
    height: 6.1rem;
    font-size: 2.7rem;
  }
  .hyundaiCard .hyundaiCard__section .checkList .checkList__list .note .btn {
    margin-top: 4rem;
    padding: 0 2.7rem;
    width: 45.3rem;
    height: 7.7rem;
    font-size: 3.4rem;
  }
  .hyundaiCard .hyundaiCard__section .checkList .checkList__list .note .btn .icon {
    width: 2.2rem;
    height: 2.1rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.387' height='20.55' viewBox='0 0 21.387 20.55'%3E%3Cpath data-name='패스 213649' d='m9236.239-3600.892-17.145 16.308' transform='translate(-9216.974 3603.013)' style='fill:none;stroke:%23222;stroke-linecap:round;stroke-width:3px'/%3E%3Cpath data-name='패스 213650' d='M9225.309-3602.215h14.057' transform='translate(-9220.103 3603.97)' style='fill:none;stroke:%23222;stroke-linecap:round;stroke-width:3px'/%3E%3Cpath data-name='패스 213651' d='M0 0h14.057' transform='rotate(90 8.755 10.51)' style='fill:none;stroke:%23222;stroke-linecap:round;stroke-width:3px'/%3E%3C/svg%3E%0A");
  }
  .hyundaiCard .hyundaiCard__section .checkList .checkList__list ul {
    margin-top: 2.4rem;
  }
  .hyundaiCard .hyundaiCard__section .checkList .checkList__list ul li {
    padding-left: 1.6rem;
    font-size: 2.7rem;
  }
  .hyundaiCard .hyundaiCard__section .checkList .checkList__list ul li + li {
    margin-top: 1.2rem;
  }
  .hyundaiCard .hyundaiCard__section .checkList .checkList__list ul li::before {
    top: 1.7rem;
    width: 0.4rem;
    height: 0.4rem;
    background-color: #0c2d4c;
  }
  .hyundaiCard .hyundaiCard__section .accordian .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3.8rem 0;
    font-family: "GmarketSans", sans-serif;
    font-size: 4.3rem;
    color: #ffffff;
  }
  .hyundaiCard .hyundaiCard__section .accordian .title .logo {
    margin-right: 0.9rem;
    height: 4.7rem;
  }
  .hyundaiCard .hyundaiCard__section .accordian .ac__panel .inner {
    padding: 5rem 0;
  }
  .hyundaiCard .hyundaiCard__section .accordian .ac__panel p {
    font-size: 2.7rem;
  }
  .hyundaiCard .hyundaiCard__section .accordian .ac__panel ul {
    margin-top: 2rem;
  }
  .hyundaiCard .hyundaiCard__section .accordian .ac__panel ul li {
    padding-left: 1.5rem;
    font-size: 2.7rem;
  }
  .hyundaiCard .hyundaiCard__section .accordian .ac__panel ul li::before {
    top: 1.9rem;
    width: 0.8rem;
    height: 0.2rem;
  }
  .hyundaiCard .hyundaiCard__section .hyundaiCard__notice .title {
    padding: 0 4.2rem;
    height: 7.7rem;
    font-size: 3.7rem;
  }
  .hyundaiCard .hyundaiCard__section .hyundaiCard__notice ul {
    margin-top: 4rem;
  }
  .hyundaiCard .hyundaiCard__section .hyundaiCard__notice ul li {
    padding-left: 3rem;
    font-size: 3.6rem;
  }
  .hyundaiCard .hyundaiCard__section .hyundaiCard__notice ul li + li {
    margin-top: 2rem;
  }
  .hyundaiCard .hyundaiCard__section .hyundaiCard__notice ul li ul {
    margin-top: 2rem;
  }
  .hyundaiCard .hyundaiCard__section .hyundaiCard__notice ul li ul li::before {
    width: 1rem;
    height: 0.3rem;
  }
  .hyundaiCard .hyundaiCard__section .hyundaiCard__notice ul li::before {
    top: 2.3rem;
    left: 1rem;
    width: 0.7rem;
    height: 0.7rem;
  }
  .hyundaiCard .hyundaiCard__section .hyundaiCard__notice ul li .sub {
    margin-top: 2rem;
  }
  /* end: 241025 현대카드 PLCC 수정 */
  .searchStation .searchForm {
    margin: 0 auto;
    max-width: 60rem;
  }
  .giftCard .tab__contents {
    padding: 2rem 0 0;
  }
  .notice {
    border-top: 0.1rem solid #e5e5e5;
  }
}/*# sourceMappingURL=index.css.map */