@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /* font: inherit; */
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

*, *:before, *:after {
  position: relative;
  margin: 0;
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif, arial;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  box-sizing: border-box;
  scroll-behavior: smooth;
  transition-timing-function: ease;
}

*:focus {
  outline: none;
}

:is(p) {
  color: #000D1A;
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif, arial;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:is(img) {
  width: 100%;
  vertical-align: top;
}

:is(a:not(.text-link)) {
  text-decoration: none;
}

:is(ul, li) {
  display: inline-block;
}

:is(input, select, textarea) {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  width: 100%;
  padding: 0;
  color: #000D1A;
  font-size: 16px;
  border: none;
  outline: none;
}
:is(input, select, textarea)::placeholder {
  color: #CCD0D6;
}

:is(input)[type=date] {
  background-color: transparent;
  width: auto;
  min-width: 8em;
  height: 100%;
  min-height: 1.5em;
  padding: 0 2em 0 0;
  text-align: right;
  cursor: pointer;
}
:is(input)[type=date]::-webkit-inner-spin-button, :is(input)[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  display: block;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
:is(input)[type=date]::-webkit-datetime-edit-text {
  color: #E5E7EA;
}
:is(input)[disabled] {
  background-color: transparent;
}

:is(select) {
  padding: round(down, 0.5em, 2px) 2em round(down, 0.5em, 2px) 0;
  cursor: pointer;
}

:is(option) {
  display: inline-block;
  padding: 0.25em;
}

:is(textarea) {
  min-height: 16em;
  padding: 0.5em;
  resize: none;
}
:is(textarea) ::-webkit-scrollbar {
  width: 12px;
}
:is(textarea) ::-webkit-scrollbar-track {
  background-color: #66728411;
  background-color: transparent;
  transition: 0.2s linear;
}
:is(textarea) ::-webkit-scrollbar-thumb {
  background-color: #CCD0D6aa;
  border-radius: 20px;
  transition: 0.2s linear;
}
:is(textarea) ::-webkit-scrollbar-thumb:hover {
  background-color: #CCD0D6;
  transition: 0.2s linear;
}

::placeholder {
  color: #E5E7EA;
  opacity: 1;
}

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

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

html {
  scroll-behavior: smooth;
  transition-timing-function: linear;
}

body {
  background-color: #FFFFFF;
  transition-timing-function: linear;
  font-size: 16px;
}
@media screen and (max-width: 1280px) {
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 360px) {
  body {
    font-size: 14px;
  }
}

.jr-logo {
  width: 36%;
  max-width: 200px;
  height: auto;
  aspect-ratio: 242/45;
}

.wrapper, .st-wrapper {
  margin-top: 5em;
}
@media screen and (max-width: 1024px) {
  .wrapper, .st-wrapper {
    margin-top: round(down, 4.125em, 1px);
  }
}
@media screen and (max-width: 480px) {
  .wrapper, .st-wrapper {
    margin-top: round(down, 3.75em, 1px);
  }
}

.st-wrapper {
  background-color: #F2F2F2;
}
@media screen and (max-width: 1024px) {
  .st-wrapper .section {
    padding: 1.75em 1em;
  }
}

.page-header {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-color: #99A1AD;
  padding: 0 1.75em;
}
.page-header .cont {
  min-height: 8em;
  padding: 2.5em 0;
}
.page-header .cont:before {
  position: absolute;
  top: 0;
  right: -0.5em;
  content: "";
  display: block;
  background: no-repeat right/cover;
  background-image: url(../images/bg_pageheader.svg);
  width: auto;
  height: 100%;
  aspect-ratio: 1/1;
  opacity: 0.5;
}
.page-header .cont .title-icon {
  width: 5em;
  height: 5em;
}
.page-header .cont .title {
  color: #FFFFFF;
  font-size: 2em;
}
.page-header .cont .text {
  color: #FFFFFF;
  font-size: round(down, 1.25em, 2px);
}
.page-header .row {
  justify-content: flex-start;
}

.section {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 4em round(down, 1.75em, 2px);
  gap: var(--gap-y, 5em) var(--gap-x, 5em);
}

.section-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-shape:before, .section-shape:after {
  position: absolute;
  content: "";
  display: block;
  background: no-repeat center/cover;
  width: 18%;
  max-width: 320px;
  height: auto;
  aspect-ratio: 32/40;
}
.section-shape:before {
  top: 0;
  left: 0;
  background-image: url(../images/section_shape_01_320x400.svg);
}
.section-shape:after {
  right: 0;
  bottom: 0;
  background-image: url(../images/section_shape_02_320x400.svg);
}

.section-swiper {
  display: flex;
  flex-flow: column;
  gap: 3.5em;
  justify-content: center;
  align-items: center;
  padding: 4em round(down, 1.75em, 2px);
}
@media screen and (max-width: 800px) {
  .section-swiper {
    padding: 4em round(down, 1.75em, 2px) 6em;
  }
  .section-swiper > .cont {
    position: static;
  }
  .section-swiper > .cont > .row.justify-between {
    position: static;
  }
  .section-swiper > .cont > .row.justify-between > .col {
    position: static;
  }
  .section-swiper .more-btn {
    position: absolute;
    left: 50%;
    bottom: round(down, 2.5em, 2px);
    transform: translateX(-50%);
  }
}

.section-img {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  aspect-ratio: 1920/400;
  overflow: hidden;
}
.section-img img {
  width: auto;
  object-fit: cover;
}
@media screen and (max-width: 1280px) {
  .section-img {
    aspect-ratio: 1024/400;
  }
}
@media screen and (max-width: 1024px) {
  .section-img {
    aspect-ratio: 3/2;
  }
}

.cont {
  display: flex;
  flex-flow: column;
  gap: var(--gap-y, round(down, 2em, 2px)) var(--gap-x, round(down, 2em, 2px));
  justify-content: center;
  align-items: center;
  width: 100%;
}

.cont-box {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  border: 1px solid #E5F3FD;
  border-radius: 12px;
  overflow: hidden;
}
.cont-box:not([class^=bg-], [class*=" bg-"]) {
  background-color: #FFFFFF;
}
.cont-box .cont-header {
  width: 100%;
  font-weight: 500;
}
.cont-box .cont-header:not([class^=bg-], [class*=" bg-"]) {
  background-color: #E5F3FD;
  padding: round(down, 1em, 2px);
}
.cont-box .cont-info {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: round(down, 1em, 2px);
}
.cont-box .cont-info:not([class^=gap-], [class*=" gap-"]) {
  --gap-x: 1em;
  --gap-y: 1em;
  gap: var(--gap-y, 1em) var(--gap-x, 1em);
}
.cont-box .cont-info .row {
  justify-content: flex-start;
  align-items: center;
}
.cont-box .cont-info .row:not([class^=gap-], [class*=" gap-"]) {
  --gap-x: 1em;
  --gap-y: 1em;
}

.row {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: var(--gap-y, 1.5em) var(--gap-x, 1.5em);
}
.row:not([class^=gap-], [class*=" gap-"]) {
  --gap-x: 1.5em;
  --gap-y: 1.5em;
}
.row:has(> .col) {
  flex-flow: row nowrap;
}

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

.col, [class^=col-], [class*=" col-"] {
  display: flex;
  flex-flow: column;
  gap: var(--gap-y, 0.5em) var(--gap-x, 0.5em);
}
.col:not([class^=gap-], [class*=" gap-"]), [class^=col-]:not([class^=gap-], [class*=" gap-"]), [class*=" col-"]:not([class^=gap-], [class*=" gap-"]) {
  --gap-x: 0.5em;
  --gap-y: 0.5em;
}

.col-grow {
  flex: 1 0 auto;
}
.col-shrink {
  flex: 0 1 auto;
}
.col-auto {
  flex: 1 1 auto;
}
.col-start {
  flex: 1 1 auto;
  align-items: flex-start;
}
.col-end {
  flex: 1 1 auto;
  align-items: flex-end;
}
.col-1 {
  flex: 1 1 calc(8.3333333333% * 1 - var(--gap-x, 1em));
}
.col-2 {
  flex: 2 1 calc(8.3333333333% * 2 - var(--gap-x, 1em));
}
.col-3 {
  flex: 3 1 calc(8.3333333333% * 3 - var(--gap-x, 1em));
}
.col-4 {
  flex: 4 1 calc(8.3333333333% * 4 - var(--gap-x, 1em));
}
.col-5 {
  flex: 5 1 calc(8.3333333333% * 5 - var(--gap-x, 1em));
}
.col-6 {
  flex: 6 1 calc(8.3333333333% * 6 - var(--gap-x, 1em));
}
.col-7 {
  flex: 7 1 calc(8.3333333333% * 7 - var(--gap-x, 1em));
}
.col-8 {
  flex: 8 1 calc(8.3333333333% * 8 - var(--gap-x, 1em));
}
.col-9 {
  flex: 9 1 calc(8.3333333333% * 9 - var(--gap-x, 1em));
}
.col-10 {
  flex: 10 1 calc(8.3333333333% * 10 - var(--gap-x, 1em));
}
.col-11 {
  flex: 11 1 calc(8.3333333333% * 11 - var(--gap-x, 1em));
}
.col-12 {
  flex: 12 1 calc(8.3333333333% * 12 - var(--gap-x, 1em));
}

.nothing {
  display: flex;
  gap: 0.5em;
  justify-content: center;
  align-items: center;
  background-color: #F2F2F2;
  width: 100%;
  padding: 1.5em;
  border-radius: 12px;
}
.nothing .text {
  font-size: round(down, 1.5em, 2px);
}

.aside-cont {
  display: flex;
  flex-flow: column;
  gap: 1em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.aside-cont > .row {
  gap: var(--gap-y) var(--gap-x);
}
.aside-cont > .row:not([class^=gap-], [class*=" gap-"]) {
  --gap-x: 1em;
  --gap-y: 1em;
}

.main-cont {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #FFFFFF;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 1px 4px #00000022;
  overflow: hidden;
}
.main-cont .main-header {
  display: flex;
  flex-flow: row nowrap;
  gap: 0.5em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: round(down, 1.25em, 2px) 2em;
  border-bottom: 1px solid #E5E7EA;
}
.main-cont .main-header .title {
  flex-flow: row nowrap;
  gap: 0.5em;
  font-size: round(down, 1.75em, 2px);
  white-space: nowrap;
}
.main-cont .main-header .icon, .main-cont .main-header [class^=icon-], .main-cont .main-header [class*=" icon-"] {
  width: 1em;
  height: 1em;
}
.main-cont > .cont {
  justify-content: flex-start;
  padding: 2em;
  border: 1px solid #E5E7EA;
  gap: var(--gap-y) var(--gap-x);
}
.main-cont > .cont:not([class^=gap-], [class*=" gap-"]) {
  --gap-x: 1.25em;
  --gap-y: 1.25em;
}
.main-cont > .cont .row {
  gap: var(--gap-y) var(--gap-x);
  justify-content: flex-start;
}
.main-cont > .cont .row:not([class^=gap-], [class*=" gap-"]) {
  --gap-x: 1em;
  --gap-y: 1em;
}
.main-cont .tab-menu {
  display: flex;
  flex-flow: row nowrap;
  gap: 2em;
  justify-content: center;
  align-items: center;
  font-size: round(down, 1.25em, 2px);
  padding: round(down, 0.25em, 1px) 0;
}
.main-cont .tab-menu .tab-link {
  display: flex;
  flex-flow: column;
  color: #99A1AD;
}
.main-cont .tab-menu .tab-link:before, .main-cont .tab-menu .tab-link:after {
  position: absolute;
  content: "";
  display: flex;
}
.main-cont .tab-menu .tab-link:before {
  left: 50%;
  bottom: round(down, -0.25em, 1px);
  background-color: #088EED;
  width: 0;
  height: 2px;
  border-radius: 4px;
  transform: translateX(-50%);
  transition: 0.3s ease;
}
.main-cont .tab-menu .tab-link:not(:last-of-type):after {
  top: 50%;
  right: -1em;
  background-color: #CCD0D6;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
}
.main-cont .tab-menu .tab-link:hover {
  color: #45A9F1;
}
.main-cont .tab-menu .tab-link:hover:before {
  width: round(down, 0.75em, 2px);
  opacity: 0.5;
}
.main-cont .tab-menu .tab-link.active {
  color: #088EED;
}
.main-cont .tab-menu .tab-link.active:before {
  width: round(down, 0.75em, 2px);
  opacity: 1;
}
.main-cont .subtitle {
  display: flex;
  flex-flow: row nowrap;
  gap: 1em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .main-cont .main-header {
    flex-flow: column;
    gap: round(down, 0.75em, 2px);
    padding: round(down, 1.25em, 2px) 1em;
  }
  .main-cont .main-header .title {
    gap: 0.25em;
    font-size: round(down, 1.625em, 2px);
  }
  .main-cont > .cont {
    padding: round(down, 1.5em, 2px) 1em;
  }
  .main-cont .tab-menu {
    font-size: round(down, 1.125em, 2px);
  }
}

.gap-10em {
  --gap-x: 10em;
  --gap-y: 10em;
  gap: var(--gap-y) var(--gap-x);
}

.gap-x-10em {
  --gap-x: 10em;
  column-gap: var(--gap-x);
}

.gap-y-10em {
  --gap-y: 10em;
  row-gap: var(--gap-y);
}

.gap-9em {
  --gap-x: 9em;
  --gap-y: 9em;
  gap: var(--gap-y) var(--gap-x);
}

.gap-x-9em {
  --gap-x: 9em;
  column-gap: var(--gap-x);
}

.gap-y-9em {
  --gap-y: 9em;
  row-gap: var(--gap-y);
}

.gap-8em {
  --gap-x: 8em;
  --gap-y: 8em;
  gap: var(--gap-y) var(--gap-x);
}

.gap-x-8em {
  --gap-x: 8em;
  column-gap: var(--gap-x);
}

.gap-y-8em {
  --gap-y: 8em;
  row-gap: var(--gap-y);
}

.gap-7em {
  --gap-x: 7em;
  --gap-y: 7em;
  gap: var(--gap-y) var(--gap-x);
}

.gap-x-7em {
  --gap-x: 7em;
  column-gap: var(--gap-x);
}

.gap-y-7em {
  --gap-y: 7em;
  row-gap: var(--gap-y);
}

.gap-6em {
  --gap-x: 6em;
  --gap-y: 6em;
  gap: var(--gap-y) var(--gap-x);
}

.gap-x-6em {
  --gap-x: 6em;
  column-gap: var(--gap-x);
}

.gap-y-6em {
  --gap-y: 6em;
  row-gap: var(--gap-y);
}

.gap-5\.5em {
  --gap-x: 5.5em;
  --gap-y: 5.5em;
  gap: var(--gap-y) var(--gap-x);
}

.gap-x-5\.5em {
  --gap-x: 5.5em;
  column-gap: var(--gap-x);
}

.gap-y-5\.5em {
  --gap-y: 5.5em;
  row-gap: var(--gap-y);
}

.gap-5em {
  --gap-x: 5em;
  --gap-y: 5em;
  gap: var(--gap-y) var(--gap-x);
}

.gap-x-5em {
  --gap-x: 5em;
  column-gap: var(--gap-x);
}

.gap-y-5em {
  --gap-y: 5em;
  row-gap: var(--gap-y);
}

.gap-4\.5em {
  --gap-x: 4.5em;
  --gap-y: 4.5em;
  gap: var(--gap-y) var(--gap-x);
}

.gap-x-4\.5em {
  --gap-x: 4.5em;
  column-gap: var(--gap-x);
}

.gap-y-4\.5em {
  --gap-y: 4.5em;
  row-gap: var(--gap-y);
}

.gap-4em {
  --gap-x: 4em;
  --gap-y: 4em;
  gap: var(--gap-y) var(--gap-x);
}

.gap-x-4em {
  --gap-x: 4em;
  column-gap: var(--gap-x);
}

.gap-y-4em {
  --gap-y: 4em;
  row-gap: var(--gap-y);
}

.gap-3\.75em {
  --gap-x: 3.75em;
  --gap-y: 3.75em;
  gap: var(--gap-y) var(--gap-x);
}

.gap-x-3\.75em {
  --gap-x: 3.75em;
  column-gap: var(--gap-x);
}

.gap-y-3\.75em {
  --gap-y: 3.75em;
  row-gap: var(--gap-y);
}

.gap-3\.5em {
  --gap-x: 3.5em;
  --gap-y: 3.5em;
  gap: var(--gap-y) var(--gap-x);
}

.gap-x-3\.5em {
  --gap-x: 3.5em;
  column-gap: var(--gap-x);
}

.gap-y-3\.5em {
  --gap-y: 3.5em;
  row-gap: var(--gap-y);
}

.gap-3\.25em {
  --gap-x: 3.25em;
  --gap-y: 3.25em;
  gap: var(--gap-y) var(--gap-x);
}

.gap-x-3\.25em {
  --gap-x: 3.25em;
  column-gap: var(--gap-x);
}

.gap-y-3\.25em {
  --gap-y: 3.25em;
  row-gap: var(--gap-y);
}

.gap-3em {
  --gap-x: 3em;
  --gap-y: 3em;
  gap: var(--gap-y) var(--gap-x);
}

.gap-x-3em {
  --gap-x: 3em;
  column-gap: var(--gap-x);
}

.gap-y-3em {
  --gap-y: 3em;
  row-gap: var(--gap-y);
}

.gap-2\.75em {
  --gap-x: 2.75em;
  --gap-y: 2.75em;
  gap: var(--gap-y) var(--gap-x);
}

.gap-x-2\.75em {
  --gap-x: 2.75em;
  column-gap: var(--gap-x);
}

.gap-y-2\.75em {
  --gap-y: 2.75em;
  row-gap: var(--gap-y);
}

.gap-2\.5em {
  --gap-x: 2.5em;
  --gap-y: 2.5em;
  gap: var(--gap-y) var(--gap-x);
}

.gap-x-2\.5em {
  --gap-x: 2.5em;
  column-gap: var(--gap-x);
}

.gap-y-2\.5em {
  --gap-y: 2.5em;
  row-gap: var(--gap-y);
}

.gap-2\.25em {
  --gap-x: 2.25em;
  --gap-y: 2.25em;
  gap: var(--gap-y) var(--gap-x);
}

.gap-x-2\.25em {
  --gap-x: 2.25em;
  column-gap: var(--gap-x);
}

.gap-y-2\.25em {
  --gap-y: 2.25em;
  row-gap: var(--gap-y);
}

.gap-2em {
  --gap-x: 2em;
  --gap-y: 2em;
  gap: var(--gap-y) var(--gap-x);
}

.gap-x-2em {
  --gap-x: 2em;
  column-gap: var(--gap-x);
}

.gap-y-2em {
  --gap-y: 2em;
  row-gap: var(--gap-y);
}

.gap-1\.75em {
  --gap-x: 1.75em;
  --gap-y: 1.75em;
  gap: var(--gap-y) var(--gap-x);
}

.gap-x-1\.75em {
  --gap-x: 1.75em;
  column-gap: var(--gap-x);
}

.gap-y-1\.75em {
  --gap-y: 1.75em;
  row-gap: var(--gap-y);
}

.gap-1\.5em {
  --gap-x: 1.5em;
  --gap-y: 1.5em;
  gap: var(--gap-y) var(--gap-x);
}

.gap-x-1\.5em {
  --gap-x: 1.5em;
  column-gap: var(--gap-x);
}

.gap-y-1\.5em {
  --gap-y: 1.5em;
  row-gap: var(--gap-y);
}

.gap-1\.25em {
  --gap-x: 1.25em;
  --gap-y: 1.25em;
  gap: var(--gap-y) var(--gap-x);
}

.gap-x-1\.25em {
  --gap-x: 1.25em;
  column-gap: var(--gap-x);
}

.gap-y-1\.25em {
  --gap-y: 1.25em;
  row-gap: var(--gap-y);
}

.gap-1em {
  --gap-x: 1em;
  --gap-y: 1em;
  gap: var(--gap-y) var(--gap-x);
}

.gap-x-1em {
  --gap-x: 1em;
  column-gap: var(--gap-x);
}

.gap-y-1em {
  --gap-y: 1em;
  row-gap: var(--gap-y);
}

.gap-0\.75em {
  --gap-x: 0.75em;
  --gap-y: 0.75em;
  gap: var(--gap-y) var(--gap-x);
}

.gap-x-0\.75em {
  --gap-x: 0.75em;
  column-gap: var(--gap-x);
}

.gap-y-0\.75em {
  --gap-y: 0.75em;
  row-gap: var(--gap-y);
}

.gap-0\.5em {
  --gap-x: 0.5em;
  --gap-y: 0.5em;
  gap: var(--gap-y) var(--gap-x);
}

.gap-x-0\.5em {
  --gap-x: 0.5em;
  column-gap: var(--gap-x);
}

.gap-y-0\.5em {
  --gap-y: 0.5em;
  row-gap: var(--gap-y);
}

.gap-0\.25em {
  --gap-x: 0.25em;
  --gap-y: 0.25em;
  gap: var(--gap-y) var(--gap-x);
}

.gap-x-0\.25em {
  --gap-x: 0.25em;
  column-gap: var(--gap-x);
}

.gap-y-0\.25em {
  --gap-y: 0.25em;
  row-gap: var(--gap-y);
}

.gap-0 {
  --gap-x: 0;
  --gap-y: 0;
  gap: var(--gap-y) var(--gap-x);
}

.gap-x-0 {
  --gap-x: 0;
  column-gap: var(--gap-x);
}

.gap-y-0 {
  --gap-y: 0;
  row-gap: var(--gap-y);
}

.margin-10em {
  margin: round(down, 10em, 2px) !important;
}

.margin-x-10em {
  margin-left: round(down, 10em, 2px) !important;
  margin-right: round(down, 10em, 2px) !important;
}

.margin-y-10em {
  margin-top: round(down, 10em, 2px) !important;
  margin-bottom: round(down, 10em, 2px) !important;
}

.margin-top-10em {
  margin-top: round(down, 10em, 2px) !important;
}

.margin-left-10em {
  margin-left: round(down, 10em, 2px) !important;
}

.margin-right-10em {
  margin-right: round(down, 10em, 2px) !important;
}

.margin-bottom-10em {
  margin-bottom: round(down, 10em, 2px) !important;
}

.margin-9em {
  margin: round(down, 9em, 2px) !important;
}

.margin-x-9em {
  margin-left: round(down, 9em, 2px) !important;
  margin-right: round(down, 9em, 2px) !important;
}

.margin-y-9em {
  margin-top: round(down, 9em, 2px) !important;
  margin-bottom: round(down, 9em, 2px) !important;
}

.margin-top-9em {
  margin-top: round(down, 9em, 2px) !important;
}

.margin-left-9em {
  margin-left: round(down, 9em, 2px) !important;
}

.margin-right-9em {
  margin-right: round(down, 9em, 2px) !important;
}

.margin-bottom-9em {
  margin-bottom: round(down, 9em, 2px) !important;
}

.margin-8em {
  margin: round(down, 8em, 2px) !important;
}

.margin-x-8em {
  margin-left: round(down, 8em, 2px) !important;
  margin-right: round(down, 8em, 2px) !important;
}

.margin-y-8em {
  margin-top: round(down, 8em, 2px) !important;
  margin-bottom: round(down, 8em, 2px) !important;
}

.margin-top-8em {
  margin-top: round(down, 8em, 2px) !important;
}

.margin-left-8em {
  margin-left: round(down, 8em, 2px) !important;
}

.margin-right-8em {
  margin-right: round(down, 8em, 2px) !important;
}

.margin-bottom-8em {
  margin-bottom: round(down, 8em, 2px) !important;
}

.margin-7em {
  margin: round(down, 7em, 2px) !important;
}

.margin-x-7em {
  margin-left: round(down, 7em, 2px) !important;
  margin-right: round(down, 7em, 2px) !important;
}

.margin-y-7em {
  margin-top: round(down, 7em, 2px) !important;
  margin-bottom: round(down, 7em, 2px) !important;
}

.margin-top-7em {
  margin-top: round(down, 7em, 2px) !important;
}

.margin-left-7em {
  margin-left: round(down, 7em, 2px) !important;
}

.margin-right-7em {
  margin-right: round(down, 7em, 2px) !important;
}

.margin-bottom-7em {
  margin-bottom: round(down, 7em, 2px) !important;
}

.margin-6em {
  margin: round(down, 6em, 2px) !important;
}

.margin-x-6em {
  margin-left: round(down, 6em, 2px) !important;
  margin-right: round(down, 6em, 2px) !important;
}

.margin-y-6em {
  margin-top: round(down, 6em, 2px) !important;
  margin-bottom: round(down, 6em, 2px) !important;
}

.margin-top-6em {
  margin-top: round(down, 6em, 2px) !important;
}

.margin-left-6em {
  margin-left: round(down, 6em, 2px) !important;
}

.margin-right-6em {
  margin-right: round(down, 6em, 2px) !important;
}

.margin-bottom-6em {
  margin-bottom: round(down, 6em, 2px) !important;
}

.margin-5\.5em {
  margin: round(down, 5.5em, 2px) !important;
}

.margin-x-5\.5em {
  margin-left: round(down, 5.5em, 2px) !important;
  margin-right: round(down, 5.5em, 2px) !important;
}

.margin-y-5\.5em {
  margin-top: round(down, 5.5em, 2px) !important;
  margin-bottom: round(down, 5.5em, 2px) !important;
}

.margin-top-5\.5em {
  margin-top: round(down, 5.5em, 2px) !important;
}

.margin-left-5\.5em {
  margin-left: round(down, 5.5em, 2px) !important;
}

.margin-right-5\.5em {
  margin-right: round(down, 5.5em, 2px) !important;
}

.margin-bottom-5\.5em {
  margin-bottom: round(down, 5.5em, 2px) !important;
}

.margin-5em {
  margin: round(down, 5em, 2px) !important;
}

.margin-x-5em {
  margin-left: round(down, 5em, 2px) !important;
  margin-right: round(down, 5em, 2px) !important;
}

.margin-y-5em {
  margin-top: round(down, 5em, 2px) !important;
  margin-bottom: round(down, 5em, 2px) !important;
}

.margin-top-5em {
  margin-top: round(down, 5em, 2px) !important;
}

.margin-left-5em {
  margin-left: round(down, 5em, 2px) !important;
}

.margin-right-5em {
  margin-right: round(down, 5em, 2px) !important;
}

.margin-bottom-5em {
  margin-bottom: round(down, 5em, 2px) !important;
}

.margin-4\.5em {
  margin: round(down, 4.5em, 2px) !important;
}

.margin-x-4\.5em {
  margin-left: round(down, 4.5em, 2px) !important;
  margin-right: round(down, 4.5em, 2px) !important;
}

.margin-y-4\.5em {
  margin-top: round(down, 4.5em, 2px) !important;
  margin-bottom: round(down, 4.5em, 2px) !important;
}

.margin-top-4\.5em {
  margin-top: round(down, 4.5em, 2px) !important;
}

.margin-left-4\.5em {
  margin-left: round(down, 4.5em, 2px) !important;
}

.margin-right-4\.5em {
  margin-right: round(down, 4.5em, 2px) !important;
}

.margin-bottom-4\.5em {
  margin-bottom: round(down, 4.5em, 2px) !important;
}

.margin-4em {
  margin: round(down, 4em, 2px) !important;
}

.margin-x-4em {
  margin-left: round(down, 4em, 2px) !important;
  margin-right: round(down, 4em, 2px) !important;
}

.margin-y-4em {
  margin-top: round(down, 4em, 2px) !important;
  margin-bottom: round(down, 4em, 2px) !important;
}

.margin-top-4em {
  margin-top: round(down, 4em, 2px) !important;
}

.margin-left-4em {
  margin-left: round(down, 4em, 2px) !important;
}

.margin-right-4em {
  margin-right: round(down, 4em, 2px) !important;
}

.margin-bottom-4em {
  margin-bottom: round(down, 4em, 2px) !important;
}

.margin-3\.75em {
  margin: round(down, 3.75em, 2px) !important;
}

.margin-x-3\.75em {
  margin-left: round(down, 3.75em, 2px) !important;
  margin-right: round(down, 3.75em, 2px) !important;
}

.margin-y-3\.75em {
  margin-top: round(down, 3.75em, 2px) !important;
  margin-bottom: round(down, 3.75em, 2px) !important;
}

.margin-top-3\.75em {
  margin-top: round(down, 3.75em, 2px) !important;
}

.margin-left-3\.75em {
  margin-left: round(down, 3.75em, 2px) !important;
}

.margin-right-3\.75em {
  margin-right: round(down, 3.75em, 2px) !important;
}

.margin-bottom-3\.75em {
  margin-bottom: round(down, 3.75em, 2px) !important;
}

.margin-3\.5em {
  margin: round(down, 3.5em, 2px) !important;
}

.margin-x-3\.5em {
  margin-left: round(down, 3.5em, 2px) !important;
  margin-right: round(down, 3.5em, 2px) !important;
}

.margin-y-3\.5em {
  margin-top: round(down, 3.5em, 2px) !important;
  margin-bottom: round(down, 3.5em, 2px) !important;
}

.margin-top-3\.5em {
  margin-top: round(down, 3.5em, 2px) !important;
}

.margin-left-3\.5em {
  margin-left: round(down, 3.5em, 2px) !important;
}

.margin-right-3\.5em {
  margin-right: round(down, 3.5em, 2px) !important;
}

.margin-bottom-3\.5em {
  margin-bottom: round(down, 3.5em, 2px) !important;
}

.margin-3\.25em {
  margin: round(down, 3.25em, 2px) !important;
}

.margin-x-3\.25em {
  margin-left: round(down, 3.25em, 2px) !important;
  margin-right: round(down, 3.25em, 2px) !important;
}

.margin-y-3\.25em {
  margin-top: round(down, 3.25em, 2px) !important;
  margin-bottom: round(down, 3.25em, 2px) !important;
}

.margin-top-3\.25em {
  margin-top: round(down, 3.25em, 2px) !important;
}

.margin-left-3\.25em {
  margin-left: round(down, 3.25em, 2px) !important;
}

.margin-right-3\.25em {
  margin-right: round(down, 3.25em, 2px) !important;
}

.margin-bottom-3\.25em {
  margin-bottom: round(down, 3.25em, 2px) !important;
}

.margin-3em {
  margin: round(down, 3em, 2px) !important;
}

.margin-x-3em {
  margin-left: round(down, 3em, 2px) !important;
  margin-right: round(down, 3em, 2px) !important;
}

.margin-y-3em {
  margin-top: round(down, 3em, 2px) !important;
  margin-bottom: round(down, 3em, 2px) !important;
}

.margin-top-3em {
  margin-top: round(down, 3em, 2px) !important;
}

.margin-left-3em {
  margin-left: round(down, 3em, 2px) !important;
}

.margin-right-3em {
  margin-right: round(down, 3em, 2px) !important;
}

.margin-bottom-3em {
  margin-bottom: round(down, 3em, 2px) !important;
}

.margin-2\.75em {
  margin: round(down, 2.75em, 2px) !important;
}

.margin-x-2\.75em {
  margin-left: round(down, 2.75em, 2px) !important;
  margin-right: round(down, 2.75em, 2px) !important;
}

.margin-y-2\.75em {
  margin-top: round(down, 2.75em, 2px) !important;
  margin-bottom: round(down, 2.75em, 2px) !important;
}

.margin-top-2\.75em {
  margin-top: round(down, 2.75em, 2px) !important;
}

.margin-left-2\.75em {
  margin-left: round(down, 2.75em, 2px) !important;
}

.margin-right-2\.75em {
  margin-right: round(down, 2.75em, 2px) !important;
}

.margin-bottom-2\.75em {
  margin-bottom: round(down, 2.75em, 2px) !important;
}

.margin-2\.5em {
  margin: round(down, 2.5em, 2px) !important;
}

.margin-x-2\.5em {
  margin-left: round(down, 2.5em, 2px) !important;
  margin-right: round(down, 2.5em, 2px) !important;
}

.margin-y-2\.5em {
  margin-top: round(down, 2.5em, 2px) !important;
  margin-bottom: round(down, 2.5em, 2px) !important;
}

.margin-top-2\.5em {
  margin-top: round(down, 2.5em, 2px) !important;
}

.margin-left-2\.5em {
  margin-left: round(down, 2.5em, 2px) !important;
}

.margin-right-2\.5em {
  margin-right: round(down, 2.5em, 2px) !important;
}

.margin-bottom-2\.5em {
  margin-bottom: round(down, 2.5em, 2px) !important;
}

.margin-2\.25em {
  margin: round(down, 2.25em, 2px) !important;
}

.margin-x-2\.25em {
  margin-left: round(down, 2.25em, 2px) !important;
  margin-right: round(down, 2.25em, 2px) !important;
}

.margin-y-2\.25em {
  margin-top: round(down, 2.25em, 2px) !important;
  margin-bottom: round(down, 2.25em, 2px) !important;
}

.margin-top-2\.25em {
  margin-top: round(down, 2.25em, 2px) !important;
}

.margin-left-2\.25em {
  margin-left: round(down, 2.25em, 2px) !important;
}

.margin-right-2\.25em {
  margin-right: round(down, 2.25em, 2px) !important;
}

.margin-bottom-2\.25em {
  margin-bottom: round(down, 2.25em, 2px) !important;
}

.margin-2em {
  margin: round(down, 2em, 2px) !important;
}

.margin-x-2em {
  margin-left: round(down, 2em, 2px) !important;
  margin-right: round(down, 2em, 2px) !important;
}

.margin-y-2em {
  margin-top: round(down, 2em, 2px) !important;
  margin-bottom: round(down, 2em, 2px) !important;
}

.margin-top-2em {
  margin-top: round(down, 2em, 2px) !important;
}

.margin-left-2em {
  margin-left: round(down, 2em, 2px) !important;
}

.margin-right-2em {
  margin-right: round(down, 2em, 2px) !important;
}

.margin-bottom-2em {
  margin-bottom: round(down, 2em, 2px) !important;
}

.margin-1\.75em {
  margin: round(down, 1.75em, 2px) !important;
}

.margin-x-1\.75em {
  margin-left: round(down, 1.75em, 2px) !important;
  margin-right: round(down, 1.75em, 2px) !important;
}

.margin-y-1\.75em {
  margin-top: round(down, 1.75em, 2px) !important;
  margin-bottom: round(down, 1.75em, 2px) !important;
}

.margin-top-1\.75em {
  margin-top: round(down, 1.75em, 2px) !important;
}

.margin-left-1\.75em {
  margin-left: round(down, 1.75em, 2px) !important;
}

.margin-right-1\.75em {
  margin-right: round(down, 1.75em, 2px) !important;
}

.margin-bottom-1\.75em {
  margin-bottom: round(down, 1.75em, 2px) !important;
}

.margin-1\.5em {
  margin: round(down, 1.5em, 2px) !important;
}

.margin-x-1\.5em {
  margin-left: round(down, 1.5em, 2px) !important;
  margin-right: round(down, 1.5em, 2px) !important;
}

.margin-y-1\.5em {
  margin-top: round(down, 1.5em, 2px) !important;
  margin-bottom: round(down, 1.5em, 2px) !important;
}

.margin-top-1\.5em {
  margin-top: round(down, 1.5em, 2px) !important;
}

.margin-left-1\.5em {
  margin-left: round(down, 1.5em, 2px) !important;
}

.margin-right-1\.5em {
  margin-right: round(down, 1.5em, 2px) !important;
}

.margin-bottom-1\.5em {
  margin-bottom: round(down, 1.5em, 2px) !important;
}

.margin-1\.25em {
  margin: round(down, 1.25em, 2px) !important;
}

.margin-x-1\.25em {
  margin-left: round(down, 1.25em, 2px) !important;
  margin-right: round(down, 1.25em, 2px) !important;
}

.margin-y-1\.25em {
  margin-top: round(down, 1.25em, 2px) !important;
  margin-bottom: round(down, 1.25em, 2px) !important;
}

.margin-top-1\.25em {
  margin-top: round(down, 1.25em, 2px) !important;
}

.margin-left-1\.25em {
  margin-left: round(down, 1.25em, 2px) !important;
}

.margin-right-1\.25em {
  margin-right: round(down, 1.25em, 2px) !important;
}

.margin-bottom-1\.25em {
  margin-bottom: round(down, 1.25em, 2px) !important;
}

.margin-1em {
  margin: round(down, 1em, 2px) !important;
}

.margin-x-1em {
  margin-left: round(down, 1em, 2px) !important;
  margin-right: round(down, 1em, 2px) !important;
}

.margin-y-1em {
  margin-top: round(down, 1em, 2px) !important;
  margin-bottom: round(down, 1em, 2px) !important;
}

.margin-top-1em {
  margin-top: round(down, 1em, 2px) !important;
}

.margin-left-1em {
  margin-left: round(down, 1em, 2px) !important;
}

.margin-right-1em {
  margin-right: round(down, 1em, 2px) !important;
}

.margin-bottom-1em {
  margin-bottom: round(down, 1em, 2px) !important;
}

.margin-0\.75em {
  margin: round(down, 0.75em, 2px) !important;
}

.margin-x-0\.75em {
  margin-left: round(down, 0.75em, 2px) !important;
  margin-right: round(down, 0.75em, 2px) !important;
}

.margin-y-0\.75em {
  margin-top: round(down, 0.75em, 2px) !important;
  margin-bottom: round(down, 0.75em, 2px) !important;
}

.margin-top-0\.75em {
  margin-top: round(down, 0.75em, 2px) !important;
}

.margin-left-0\.75em {
  margin-left: round(down, 0.75em, 2px) !important;
}

.margin-right-0\.75em {
  margin-right: round(down, 0.75em, 2px) !important;
}

.margin-bottom-0\.75em {
  margin-bottom: round(down, 0.75em, 2px) !important;
}

.margin-0\.5em {
  margin: round(down, 0.5em, 2px) !important;
}

.margin-x-0\.5em {
  margin-left: round(down, 0.5em, 2px) !important;
  margin-right: round(down, 0.5em, 2px) !important;
}

.margin-y-0\.5em {
  margin-top: round(down, 0.5em, 2px) !important;
  margin-bottom: round(down, 0.5em, 2px) !important;
}

.margin-top-0\.5em {
  margin-top: round(down, 0.5em, 2px) !important;
}

.margin-left-0\.5em {
  margin-left: round(down, 0.5em, 2px) !important;
}

.margin-right-0\.5em {
  margin-right: round(down, 0.5em, 2px) !important;
}

.margin-bottom-0\.5em {
  margin-bottom: round(down, 0.5em, 2px) !important;
}

.margin-0\.25em {
  margin: round(down, 0.25em, 2px) !important;
}

.margin-x-0\.25em {
  margin-left: round(down, 0.25em, 2px) !important;
  margin-right: round(down, 0.25em, 2px) !important;
}

.margin-y-0\.25em {
  margin-top: round(down, 0.25em, 2px) !important;
  margin-bottom: round(down, 0.25em, 2px) !important;
}

.margin-top-0\.25em {
  margin-top: round(down, 0.25em, 2px) !important;
}

.margin-left-0\.25em {
  margin-left: round(down, 0.25em, 2px) !important;
}

.margin-right-0\.25em {
  margin-right: round(down, 0.25em, 2px) !important;
}

.margin-bottom-0\.25em {
  margin-bottom: round(down, 0.25em, 2px) !important;
}

.margin-0 {
  margin: round(down, 0, 2px) !important;
}

.margin-x-0 {
  margin-left: round(down, 0, 2px) !important;
  margin-right: round(down, 0, 2px) !important;
}

.margin-y-0 {
  margin-top: round(down, 0, 2px) !important;
  margin-bottom: round(down, 0, 2px) !important;
}

.margin-top-0 {
  margin-top: round(down, 0, 2px) !important;
}

.margin-left-0 {
  margin-left: round(down, 0, 2px) !important;
}

.margin-right-0 {
  margin-right: round(down, 0, 2px) !important;
}

.margin-bottom-0 {
  margin-bottom: round(down, 0, 2px) !important;
}

.padding-10em {
  padding: round(down, 10em, 2px) !important;
}

.padding-x-10em {
  padding-left: round(down, 10em, 2px) !important;
  padding-right: round(down, 10em, 2px) !important;
}

.padding-y-10em {
  padding-top: round(down, 10em, 2px) !important;
  padding-bottom: round(down, 10em, 2px) !important;
}

.padding-9em {
  padding: round(down, 9em, 2px) !important;
}

.padding-x-9em {
  padding-left: round(down, 9em, 2px) !important;
  padding-right: round(down, 9em, 2px) !important;
}

.padding-y-9em {
  padding-top: round(down, 9em, 2px) !important;
  padding-bottom: round(down, 9em, 2px) !important;
}

.padding-8em {
  padding: round(down, 8em, 2px) !important;
}

.padding-x-8em {
  padding-left: round(down, 8em, 2px) !important;
  padding-right: round(down, 8em, 2px) !important;
}

.padding-y-8em {
  padding-top: round(down, 8em, 2px) !important;
  padding-bottom: round(down, 8em, 2px) !important;
}

.padding-7em {
  padding: round(down, 7em, 2px) !important;
}

.padding-x-7em {
  padding-left: round(down, 7em, 2px) !important;
  padding-right: round(down, 7em, 2px) !important;
}

.padding-y-7em {
  padding-top: round(down, 7em, 2px) !important;
  padding-bottom: round(down, 7em, 2px) !important;
}

.padding-6em {
  padding: round(down, 6em, 2px) !important;
}

.padding-x-6em {
  padding-left: round(down, 6em, 2px) !important;
  padding-right: round(down, 6em, 2px) !important;
}

.padding-y-6em {
  padding-top: round(down, 6em, 2px) !important;
  padding-bottom: round(down, 6em, 2px) !important;
}

.padding-5\.5em {
  padding: round(down, 5.5em, 2px) !important;
}

.padding-x-5\.5em {
  padding-left: round(down, 5.5em, 2px) !important;
  padding-right: round(down, 5.5em, 2px) !important;
}

.padding-y-5\.5em {
  padding-top: round(down, 5.5em, 2px) !important;
  padding-bottom: round(down, 5.5em, 2px) !important;
}

.padding-5em {
  padding: round(down, 5em, 2px) !important;
}

.padding-x-5em {
  padding-left: round(down, 5em, 2px) !important;
  padding-right: round(down, 5em, 2px) !important;
}

.padding-y-5em {
  padding-top: round(down, 5em, 2px) !important;
  padding-bottom: round(down, 5em, 2px) !important;
}

.padding-4\.5em {
  padding: round(down, 4.5em, 2px) !important;
}

.padding-x-4\.5em {
  padding-left: round(down, 4.5em, 2px) !important;
  padding-right: round(down, 4.5em, 2px) !important;
}

.padding-y-4\.5em {
  padding-top: round(down, 4.5em, 2px) !important;
  padding-bottom: round(down, 4.5em, 2px) !important;
}

.padding-4em {
  padding: round(down, 4em, 2px) !important;
}

.padding-x-4em {
  padding-left: round(down, 4em, 2px) !important;
  padding-right: round(down, 4em, 2px) !important;
}

.padding-y-4em {
  padding-top: round(down, 4em, 2px) !important;
  padding-bottom: round(down, 4em, 2px) !important;
}

.padding-3\.75em {
  padding: round(down, 3.75em, 2px) !important;
}

.padding-x-3\.75em {
  padding-left: round(down, 3.75em, 2px) !important;
  padding-right: round(down, 3.75em, 2px) !important;
}

.padding-y-3\.75em {
  padding-top: round(down, 3.75em, 2px) !important;
  padding-bottom: round(down, 3.75em, 2px) !important;
}

.padding-3\.5em {
  padding: round(down, 3.5em, 2px) !important;
}

.padding-x-3\.5em {
  padding-left: round(down, 3.5em, 2px) !important;
  padding-right: round(down, 3.5em, 2px) !important;
}

.padding-y-3\.5em {
  padding-top: round(down, 3.5em, 2px) !important;
  padding-bottom: round(down, 3.5em, 2px) !important;
}

.padding-3\.25em {
  padding: round(down, 3.25em, 2px) !important;
}

.padding-x-3\.25em {
  padding-left: round(down, 3.25em, 2px) !important;
  padding-right: round(down, 3.25em, 2px) !important;
}

.padding-y-3\.25em {
  padding-top: round(down, 3.25em, 2px) !important;
  padding-bottom: round(down, 3.25em, 2px) !important;
}

.padding-3em {
  padding: round(down, 3em, 2px) !important;
}

.padding-x-3em {
  padding-left: round(down, 3em, 2px) !important;
  padding-right: round(down, 3em, 2px) !important;
}

.padding-y-3em {
  padding-top: round(down, 3em, 2px) !important;
  padding-bottom: round(down, 3em, 2px) !important;
}

.padding-2\.75em {
  padding: round(down, 2.75em, 2px) !important;
}

.padding-x-2\.75em {
  padding-left: round(down, 2.75em, 2px) !important;
  padding-right: round(down, 2.75em, 2px) !important;
}

.padding-y-2\.75em {
  padding-top: round(down, 2.75em, 2px) !important;
  padding-bottom: round(down, 2.75em, 2px) !important;
}

.padding-2\.5em {
  padding: round(down, 2.5em, 2px) !important;
}

.padding-x-2\.5em {
  padding-left: round(down, 2.5em, 2px) !important;
  padding-right: round(down, 2.5em, 2px) !important;
}

.padding-y-2\.5em {
  padding-top: round(down, 2.5em, 2px) !important;
  padding-bottom: round(down, 2.5em, 2px) !important;
}

.padding-2\.25em {
  padding: round(down, 2.25em, 2px) !important;
}

.padding-x-2\.25em {
  padding-left: round(down, 2.25em, 2px) !important;
  padding-right: round(down, 2.25em, 2px) !important;
}

.padding-y-2\.25em {
  padding-top: round(down, 2.25em, 2px) !important;
  padding-bottom: round(down, 2.25em, 2px) !important;
}

.padding-2em {
  padding: round(down, 2em, 2px) !important;
}

.padding-x-2em {
  padding-left: round(down, 2em, 2px) !important;
  padding-right: round(down, 2em, 2px) !important;
}

.padding-y-2em {
  padding-top: round(down, 2em, 2px) !important;
  padding-bottom: round(down, 2em, 2px) !important;
}

.padding-1\.75em {
  padding: round(down, 1.75em, 2px) !important;
}

.padding-x-1\.75em {
  padding-left: round(down, 1.75em, 2px) !important;
  padding-right: round(down, 1.75em, 2px) !important;
}

.padding-y-1\.75em {
  padding-top: round(down, 1.75em, 2px) !important;
  padding-bottom: round(down, 1.75em, 2px) !important;
}

.padding-1\.5em {
  padding: round(down, 1.5em, 2px) !important;
}

.padding-x-1\.5em {
  padding-left: round(down, 1.5em, 2px) !important;
  padding-right: round(down, 1.5em, 2px) !important;
}

.padding-y-1\.5em {
  padding-top: round(down, 1.5em, 2px) !important;
  padding-bottom: round(down, 1.5em, 2px) !important;
}

.padding-1\.25em {
  padding: round(down, 1.25em, 2px) !important;
}

.padding-x-1\.25em {
  padding-left: round(down, 1.25em, 2px) !important;
  padding-right: round(down, 1.25em, 2px) !important;
}

.padding-y-1\.25em {
  padding-top: round(down, 1.25em, 2px) !important;
  padding-bottom: round(down, 1.25em, 2px) !important;
}

.padding-1em {
  padding: round(down, 1em, 2px) !important;
}

.padding-x-1em {
  padding-left: round(down, 1em, 2px) !important;
  padding-right: round(down, 1em, 2px) !important;
}

.padding-y-1em {
  padding-top: round(down, 1em, 2px) !important;
  padding-bottom: round(down, 1em, 2px) !important;
}

.padding-0\.75em {
  padding: round(down, 0.75em, 2px) !important;
}

.padding-x-0\.75em {
  padding-left: round(down, 0.75em, 2px) !important;
  padding-right: round(down, 0.75em, 2px) !important;
}

.padding-y-0\.75em {
  padding-top: round(down, 0.75em, 2px) !important;
  padding-bottom: round(down, 0.75em, 2px) !important;
}

.padding-0\.5em {
  padding: round(down, 0.5em, 2px) !important;
}

.padding-x-0\.5em {
  padding-left: round(down, 0.5em, 2px) !important;
  padding-right: round(down, 0.5em, 2px) !important;
}

.padding-y-0\.5em {
  padding-top: round(down, 0.5em, 2px) !important;
  padding-bottom: round(down, 0.5em, 2px) !important;
}

.padding-0\.25em {
  padding: round(down, 0.25em, 2px) !important;
}

.padding-x-0\.25em {
  padding-left: round(down, 0.25em, 2px) !important;
  padding-right: round(down, 0.25em, 2px) !important;
}

.padding-y-0\.25em {
  padding-top: round(down, 0.25em, 2px) !important;
  padding-bottom: round(down, 0.25em, 2px) !important;
}

.padding-0 {
  padding: round(down, 0, 2px) !important;
}

.padding-x-0 {
  padding-left: round(down, 0, 2px) !important;
  padding-right: round(down, 0, 2px) !important;
}

.padding-y-0 {
  padding-top: round(down, 0, 2px) !important;
  padding-bottom: round(down, 0, 2px) !important;
}

.title {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  color: #000D1A;
  font-weight: 700;
  text-align: justify;
}
.title:not([class^=fs-], [class*=" fs-"]) {
  font-size: round(down, 2.5em, 2px);
}

.subject {
  display: flex;
  color: #000D1A;
  font-weight: 500;
  text-align: justify;
}
.subject:not([class^=fs-], [class*=" fs-"]) {
  font-size: 2em;
}

.row-title {
  gap: 1em;
}
.row-title .title-icon {
  width: 4em;
  height: 4em;
  aspect-ratio: 1/1;
}
.row-title .col {
  gap: 0;
  justify-content: space-between;
}
.row-title .title:not([class^=fs-], [class*=" fs-"]) {
  font-size: round(down, 1.75em, 2px);
}
.row-title .text {
  flex-flow: row wrap;
  font-size: 1em;
}
@media screen and (max-width: 800px) {
  .row-title {
    gap: 0.75em;
    font-size: 14px;
  }
}

.section-title {
  display: flex;
  flex-flow: column;
  gap: 2em;
  justify-content: center;
  align-items: center;
}
.section-title .title {
  line-height: 1.25;
  text-align: center;
}
.section-title .text {
  font-size: round(down, 1.25em, 2px);
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.section-title .text span {
  white-space: wrap;
  text-align: center;
}

.line-subject {
  padding: 0 0 0 1em;
  font-size: round(down, 1.25em, 2px);
  font-weight: 500;
}
.line-subject:before {
  position: absolute;
  top: 0.25em;
  left: 0;
  content: "";
  display: block;
  background-color: #088EED;
  width: 8px;
  height: 1em;
}

.text, [class^=text-], [class*=" text-"] {
  display: inline-flex;
  color: #000D1A;
  text-align: var(--text-align, justify);
}

.text-xl {
  font-size: round(down, 1.25em, 2px);
}
.text-lg {
  font-size: round(down, 1.125em, 2px);
}
.text-md {
  font-size: 1em;
}
.text-sm {
  font-size: round(down, 0.875em, 2px);
}
.text-xs {
  font-size: round(down, 0.75em, 2px);
}
@media screen and (max-width: ) {
  .text-xl {
    font-size: round(down, 1.25em, 1px);
  }
  .text-lg {
    font-size: round(down, 1.125em, 1px);
  }
  .text-md {
    font-size: 1em;
  }
  .text-sm {
    font-size: round(down, 0.875em, 1px);
  }
  .text-xs {
    font-size: round(down, 0.75em, 1px);
  }
}

.text-bold {
  display: inline-flex;
  color: #000D1A;
  font-weight: 500;
  text-align: justify;
}

.title span, .subject span, .text span, [class^=text-] span, [class*=" text-"] span {
  font-size: inherit;
  font-weight: inherit;
}
.title span:not(.text-wrap), .subject span:not(.text-wrap), .text span:not(.text-wrap), [class^=text-] span:not(.text-wrap), [class*=" text-"] span:not(.text-wrap) {
  white-space: nowrap;
}

.text-link {
  display: inline-flex;
  flex-flow: row nowrap;
  gap: 0.25em;
  justify-content: center;
  align-items: center;
  color: #088EED;
  font-size: 1em;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
  transition: 0.2s;
  transition: 0.2s linear;
}
.text-link .icon, .text-link [class^=icon-], .text-link [class*=" icon-"] {
  width: 1em;
  height: 1em;
}
.text-link:hover {
  color: #45A9F1;
}
.text-link:hover .icon, .text-link:hover [class^=icon-], .text-link:hover [class*=" icon-"] {
  background-color: #45A9F1;
}

.text-line-through {
  text-decoration: line-through;
}

.ps-note {
  width: 100%;
  padding: 0 0 0 0.75em;
  font-size: 14px;
  text-align: justify;
}
.ps-note:not([class^=text-], [class*=" text-"]) {
  color: #99A1AD;
}
.ps-note:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "*";
  display: block;
  font-size: 1em;
}

.text-left {
  justify-content: flex-start;
  --text-align: left;
  text-align: var(--text-align);
}
.text-center {
  justify-content: center;
  --text-align: center;
  text-align: center;
}
.text-right {
  justify-content: flex-end;
  --text-align: right;
  text-align: var(--text-align);
}
.text-middle {
  align-items: center;
  vertical-align: middle;
}
.text-inline {
  display: inline;
}
.text-wrap {
  white-space: wrap;
}
.text-nowrap {
  white-space: nowrap;
}
.text-indent {
  text-indent: 1.5em;
}

.line-height-1 {
  line-height: 1;
}
.line-height-1\.25 {
  line-height: 1.25;
}
.line-height-1\.5 {
  line-height: 1.5;
}

@media screen and (max-width: 800px) {
  .title:not([class^=fs-], [class*=" fs-"]) {
    font-size: round(down, 2.25em, 2px);
  }
  .subject:not([class^=fs-], [class*=" fs-"]) {
    font-size: round(down, 1.75em, 2px);
  }
}
.text-blue {
  color: #088EED;
}

.text-green {
  color: #0FA734;
}

.text-orange {
  color: #FF6600;
}

.text-red {
  color: #FF5381;
}

.text-yellow {
  color: #F6AC00;
}

.text-black {
  color: #000000;
}

.text-gray-600 {
  color: #000D1A;
}

.text-gray-500 {
  color: #667284;
}

.text-gray-400 {
  color: #99A1AD;
}

.text-gray-300 {
  color: #CCD0D6;
}

.text-gray-200 {
  color: #E5E7EA;
}

.text-gray-100 {
  color: #F2F2F2;
}

.text-white {
  color: #FFFFFF;
}

.text-null {
  color: #E5E7EA;
}

.fs-10em {
  font-size: round(down, 10em, 2px);
}

.fs-9em {
  font-size: round(down, 9em, 2px);
}

.fs-8em {
  font-size: round(down, 8em, 2px);
}

.fs-7em {
  font-size: round(down, 7em, 2px);
}

.fs-6em {
  font-size: round(down, 6em, 2px);
}

.fs-5\.5em {
  font-size: round(down, 5.5em, 2px);
}

.fs-5em {
  font-size: round(down, 5em, 2px);
}

.fs-4\.5em {
  font-size: round(down, 4.5em, 2px);
}

.fs-4em {
  font-size: round(down, 4em, 2px);
}

.fs-3\.75em {
  font-size: round(down, 3.75em, 2px);
}

.fs-3\.5em {
  font-size: round(down, 3.5em, 2px);
}

.fs-3\.25em {
  font-size: round(down, 3.25em, 2px);
}

.fs-3em {
  font-size: round(down, 3em, 2px);
}

.fs-2\.75em {
  font-size: round(down, 2.75em, 2px);
}

.fs-2\.5em {
  font-size: round(down, 2.5em, 2px);
}

.fs-2\.25em {
  font-size: round(down, 2.25em, 2px);
}

.fs-2em {
  font-size: round(down, 2em, 2px);
}

.fs-1\.75em {
  font-size: round(down, 1.75em, 2px);
}

.fs-1\.5em {
  font-size: round(down, 1.5em, 2px);
}

.fs-1\.25em {
  font-size: round(down, 1.25em, 2px);
}

.fs-1em {
  font-size: round(down, 1em, 2px);
}

.fs-0\.75em {
  font-size: round(down, 0.75em, 2px);
}

.fs-0\.5em {
  font-size: round(down, 0.5em, 2px);
}

.fs-0\.25em {
  font-size: round(down, 0.25em, 2px);
}

.fs-0 {
  font-size: round(down, 0, 2px);
}

.bg-blue {
  background-color: #088EED !important;
}

.bg-blue-200 {
  background-color: #CDE8FC !important;
}

.bg-blue-100 {
  background-color: #E5F3FD !important;
}

.bg-blue-50 {
  background-color: #E5F3FD99 !important;
}

.bg-green {
  background-color: #0FA734 !important;
}

.bg-green-200 {
  background-color: #CFEDD6 !important;
}

.bg-green-100 {
  background-color: #E6F6EA !important;
}

.bg-green-50 {
  background-color: #E6F6EA99 !important;
}

.bg-orange {
  background-color: #FF6600 !important;
}

.bg-orange-200 {
  background-color: #FFE0CC !important;
}

.bg-orange-100 {
  background-color: #FFEFE5 !important;
}

.bg-orange-50 {
  background-color: #FFEFE599 !important;
}

.bg-red {
  background-color: #FF5381 !important;
}

.bg-red-200 {
  background-color: #FFDCE6 !important;
}

.bg-red-100 {
  background-color: #FFEDF2 !important;
}

.bg-red-50 {
  background-color: #FFEDF299 !important;
}

.bg-yellow {
  background-color: #F6AC00 !important;
}

.bg-yellow-200 {
  background-color: #FFF8DD !important;
}

.bg-yellow-100 {
  background-color: #FFFFea !important;
}

.bg-yellow-50 {
  background-color: #FFFFea99 !important;
}

.bg-black {
  background-color: #000000 !important;
}

.bg-gray-600 {
  background-color: #000D1A !important;
}

.bg-gray-500 {
  background-color: #667284 !important;
}

.bg-gray-400 {
  background-color: #99A1AD !important;
}

.bg-gray-300 {
  background-color: #CCD0D6 !important;
}

.bg-gray-200 {
  background-color: #E5E7EA !important;
}

.bg-gray-100 {
  background-color: #F2F2F2 !important;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.list-ul {
  display: flex;
  flex-flow: column;
  gap: 0.5em;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.list-ul li {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 1em;
  color: #000D1A;
  text-align: justify;
}
.list-ul li:before {
  position: absolute;
  left: 2px;
  content: "•";
  display: block;
  color: inherit;
  font-size: 1em;
}

.line-clamp, [class^=line-clamp-], [class*=" line-clamp-"] {
  display: -webkit-box;
  text-align: justify;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  word-wrap: break-word;
  overflow: hidden;
}

.line-clamp-1 {
  line-clamp: 1;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  line-clamp: 2;
  -webkit-line-clamp: 2;
  height: 3em;
}
.line-clamp-3 {
  line-clamp: 3;
  -webkit-line-clamp: 3;
  height: round(up, 4.5em, 1px);
}

.w-full {
  width: 100%;
}
.w-auto {
  width: auto;
}
.w-20\% {
  flex: 0 1 calc(20% - var(--gap-x, 1em) * 4 / 5);
  width: calc(20% - var(--gap-x, 1em) * 4 / 5);
}
@media screen and (max-width: 1280px) {
  .w-20\% {
    flex: 0 1 calc(25% - var(--gap-x, 1em) * 3 / 4);
    width: calc(25% - var(--gap-x, 1em) * 3 / 4);
  }
}
@media screen and (max-width: 1280px) {
  .w-20\% {
    flex: 0 1 calc(33.3333333333% - var(--gap-x, 1em) * 2 / 3);
    width: calc(33.3333333333% - var(--gap-x, 1em) * 2 / 3);
  }
}
.w-25\% {
  flex: 0 1 calc(25% - var(--gap-x, 1em) * 3 / 4);
  width: calc(25% - var(--gap-x, 1em) * 3 / 4);
}
@media screen and (max-width: 1280px) {
  .w-25\% {
    flex: 0 1 calc(33.3333333333% - var(--gap-x, 1em) * 2 / 3);
    width: calc(33.3333333333% - var(--gap-x, 1em) * 2 / 3);
  }
}
@media screen and (max-width: 1024px) {
  .w-25\% {
    flex: 0 1 calc(50% - var(--gap-x, 1em) / 2);
    width: calc(50% - var(--gap-x, 1em) / 2);
  }
}
.w-33\% {
  flex: 0 1 calc(33.3333333333% - var(--gap-x, 1em) * 2 / 3);
  width: calc(33.3333333333% - var(--gap-x, 1em) * 2 / 3);
}
@media screen and (max-width: 1024px) {
  .w-33\% {
    flex: 0 1 calc(50% - var(--gap-x, 1em) / 2);
    width: calc(50% - var(--gap-x, 1em) / 2);
  }
}
.w-50\% {
  flex: 0 1 calc(50% - var(--gap-x, 1em) / 2);
  width: calc(50% - var(--gap-x, 1em) / 2);
}
@media screen and (max-width: 640px) {
  .w-20\%, .w-25\%, .w-30\%, .w-33\%, .w-50\% {
    flex: 0 1 100%;
    width: 100%;
  }
}
.w-6xl {
  flex: 0 0 auto;
  width: 1920px;
}
.w-max-6xl {
  max-width: 1920px;
}
.w-min-6xl {
  min-width: 1920px;
}
.w-5xl {
  flex: 0 0 auto;
  width: 1600px;
}
.w-max-5xl {
  max-width: 1600px;
}
.w-min-5xl {
  min-width: 1600px;
}
.w-4xl {
  flex: 0 0 auto;
  width: 1440px;
}
.w-max-4xl {
  max-width: 1440px;
}
.w-min-4xl {
  min-width: 1440px;
}
.w-3xl {
  flex: 0 0 auto;
  width: 1360px;
}
.w-max-3xl {
  max-width: 1360px;
}
.w-min-3xl {
  min-width: 1360px;
}
.w-2xl {
  flex: 0 0 auto;
  width: 1280px;
}
.w-max-2xl {
  max-width: 1280px;
}
.w-min-2xl {
  min-width: 1280px;
}
.w-xl {
  flex: 0 0 auto;
  width: 1024px;
}
.w-max-xl {
  max-width: 1024px;
}
.w-min-xl {
  min-width: 1024px;
}
.w-lg {
  flex: 0 0 auto;
  width: 960px;
}
.w-max-lg {
  max-width: 960px;
}
.w-min-lg {
  min-width: 960px;
}
.w-md {
  flex: 0 0 auto;
  width: 800px;
}
.w-max-md {
  max-width: 800px;
}
.w-min-md {
  min-width: 800px;
}
.w-sm {
  flex: 0 0 auto;
  width: 640px;
}
.w-max-sm {
  max-width: 640px;
}
.w-min-sm {
  min-width: 640px;
}
.w-xs {
  flex: 0 0 auto;
  width: 480px;
}
.w-max-xs {
  max-width: 480px;
}
.w-min-xs {
  min-width: 480px;
}
.w-2xs {
  flex: 0 0 auto;
  width: 360px;
}
.w-max-2xs {
  max-width: 360px;
}
.w-min-2xs {
  min-width: 360px;
}
.w-3xs {
  flex: 0 0 auto;
  width: 320px;
}
.w-max-3xs {
  max-width: 320px;
}
.w-min-3xs {
  min-width: 320px;
}
.w-10em {
  flex: 0 0 auto;
  width: round(down, 10em, 2px);
}
.w-max-10em {
  max-width: round(down, 10em, 2px);
}
.w-min-10em {
  min-width: round(down, 10em, 2px);
}
.w-9em {
  flex: 0 0 auto;
  width: round(down, 9em, 2px);
}
.w-max-9em {
  max-width: round(down, 9em, 2px);
}
.w-min-9em {
  min-width: round(down, 9em, 2px);
}
.w-8em {
  flex: 0 0 auto;
  width: round(down, 8em, 2px);
}
.w-max-8em {
  max-width: round(down, 8em, 2px);
}
.w-min-8em {
  min-width: round(down, 8em, 2px);
}
.w-7em {
  flex: 0 0 auto;
  width: round(down, 7em, 2px);
}
.w-max-7em {
  max-width: round(down, 7em, 2px);
}
.w-min-7em {
  min-width: round(down, 7em, 2px);
}
.w-6em {
  flex: 0 0 auto;
  width: round(down, 6em, 2px);
}
.w-max-6em {
  max-width: round(down, 6em, 2px);
}
.w-min-6em {
  min-width: round(down, 6em, 2px);
}
.w-5\.5em {
  flex: 0 0 auto;
  width: round(down, 5.5em, 2px);
}
.w-max-5\.5em {
  max-width: round(down, 5.5em, 2px);
}
.w-min-5\.5em {
  min-width: round(down, 5.5em, 2px);
}
.w-5em {
  flex: 0 0 auto;
  width: round(down, 5em, 2px);
}
.w-max-5em {
  max-width: round(down, 5em, 2px);
}
.w-min-5em {
  min-width: round(down, 5em, 2px);
}
.w-4\.5em {
  flex: 0 0 auto;
  width: round(down, 4.5em, 2px);
}
.w-max-4\.5em {
  max-width: round(down, 4.5em, 2px);
}
.w-min-4\.5em {
  min-width: round(down, 4.5em, 2px);
}
.w-4em {
  flex: 0 0 auto;
  width: round(down, 4em, 2px);
}
.w-max-4em {
  max-width: round(down, 4em, 2px);
}
.w-min-4em {
  min-width: round(down, 4em, 2px);
}
.w-3\.75em {
  flex: 0 0 auto;
  width: round(down, 3.75em, 2px);
}
.w-max-3\.75em {
  max-width: round(down, 3.75em, 2px);
}
.w-min-3\.75em {
  min-width: round(down, 3.75em, 2px);
}
.w-3\.5em {
  flex: 0 0 auto;
  width: round(down, 3.5em, 2px);
}
.w-max-3\.5em {
  max-width: round(down, 3.5em, 2px);
}
.w-min-3\.5em {
  min-width: round(down, 3.5em, 2px);
}
.w-3\.25em {
  flex: 0 0 auto;
  width: round(down, 3.25em, 2px);
}
.w-max-3\.25em {
  max-width: round(down, 3.25em, 2px);
}
.w-min-3\.25em {
  min-width: round(down, 3.25em, 2px);
}
.w-3em {
  flex: 0 0 auto;
  width: round(down, 3em, 2px);
}
.w-max-3em {
  max-width: round(down, 3em, 2px);
}
.w-min-3em {
  min-width: round(down, 3em, 2px);
}
.w-2\.75em {
  flex: 0 0 auto;
  width: round(down, 2.75em, 2px);
}
.w-max-2\.75em {
  max-width: round(down, 2.75em, 2px);
}
.w-min-2\.75em {
  min-width: round(down, 2.75em, 2px);
}
.w-2\.5em {
  flex: 0 0 auto;
  width: round(down, 2.5em, 2px);
}
.w-max-2\.5em {
  max-width: round(down, 2.5em, 2px);
}
.w-min-2\.5em {
  min-width: round(down, 2.5em, 2px);
}
.w-2\.25em {
  flex: 0 0 auto;
  width: round(down, 2.25em, 2px);
}
.w-max-2\.25em {
  max-width: round(down, 2.25em, 2px);
}
.w-min-2\.25em {
  min-width: round(down, 2.25em, 2px);
}
.w-2em {
  flex: 0 0 auto;
  width: round(down, 2em, 2px);
}
.w-max-2em {
  max-width: round(down, 2em, 2px);
}
.w-min-2em {
  min-width: round(down, 2em, 2px);
}
.w-1\.75em {
  flex: 0 0 auto;
  width: round(down, 1.75em, 2px);
}
.w-max-1\.75em {
  max-width: round(down, 1.75em, 2px);
}
.w-min-1\.75em {
  min-width: round(down, 1.75em, 2px);
}
.w-1\.5em {
  flex: 0 0 auto;
  width: round(down, 1.5em, 2px);
}
.w-max-1\.5em {
  max-width: round(down, 1.5em, 2px);
}
.w-min-1\.5em {
  min-width: round(down, 1.5em, 2px);
}
.w-1\.25em {
  flex: 0 0 auto;
  width: round(down, 1.25em, 2px);
}
.w-max-1\.25em {
  max-width: round(down, 1.25em, 2px);
}
.w-min-1\.25em {
  min-width: round(down, 1.25em, 2px);
}
.w-1em {
  flex: 0 0 auto;
  width: round(down, 1em, 2px);
}
.w-max-1em {
  max-width: round(down, 1em, 2px);
}
.w-min-1em {
  min-width: round(down, 1em, 2px);
}
.w-0\.75em {
  flex: 0 0 auto;
  width: round(down, 0.75em, 2px);
}
.w-max-0\.75em {
  max-width: round(down, 0.75em, 2px);
}
.w-min-0\.75em {
  min-width: round(down, 0.75em, 2px);
}
.w-0\.5em {
  flex: 0 0 auto;
  width: round(down, 0.5em, 2px);
}
.w-max-0\.5em {
  max-width: round(down, 0.5em, 2px);
}
.w-min-0\.5em {
  min-width: round(down, 0.5em, 2px);
}
.w-0\.25em {
  flex: 0 0 auto;
  width: round(down, 0.25em, 2px);
}
.w-max-0\.25em {
  max-width: round(down, 0.25em, 2px);
}
.w-min-0\.25em {
  min-width: round(down, 0.25em, 2px);
}
.w-0 {
  flex: 0 0 auto;
  width: round(down, 0, 2px);
}
.w-max-0 {
  max-width: round(down, 0, 2px);
}
.w-min-0 {
  min-width: round(down, 0, 2px);
}

.h-full {
  height: 100%;
}

.fixed {
  position: fixed;
  z-index: 100;
}

.absolute {
  position: absolute;
}
.absolute-top {
  position: absolute;
  top: 0;
}
.absolute-bottom {
  position: absolute;
  bottom: 0;
}
.absolute-center {
  position: absolute;
  top: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 100;
}
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 100;
}

.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-flow: row nowrap !important;
}
.flex-text-nowrap {
  flex-flow: row nowrap;
  white-space: nowrap;
}
.flex-start {
  justify-content: flex-start !important;
  align-items: flex-start !important;
}
.flex-center {
  justify-content: center !important;
  align-items: center !important;
}
.flex-end {
  justify-content: flex-end !important;
  align-items: flex-end !important;
}

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

.align-stretch {
  align-items: stretch !important;
}
.align-center {
  align-items: center !important;
}
.align-baseline {
  align-items: baseline !important;
}
.align-left {
  margin-right: auto !important;
}
.align-left ~ .align-left {
  margin-right: unset !important;
}
.align-right {
  margin-left: auto !important;
}
.align-right ~ .align-right {
  margin-left: unset !important;
}
.align-bottom {
  margin-top: auto !important;
}
.align-bottom ~ .align-bottom {
  margin-top: unset !important;
}

.self-start {
  align-self: flex-start !important;
}
.self-center {
  align-self: center !important;
}
.self-end {
  align-self: flex-end !important;
}
.self-stretch {
  align-self: stretch !important;
}

.img-web {
  display: block;
}
.img-mb {
  display: none;
}
.img-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: 0.2s;
  border-radius: 12px;
  box-shadow: 0 1px 4px #00000022;
  overflow: hidden;
}
.img-link:hover {
  transform: translateY(-4px);
}
@media screen and (max-width: 800px) {
  .img-web {
    display: none;
  }
  .img-mb {
    display: block;
  }
}

[class^=icon-], [class*=" icon-"] {
  display: inline-block;
  background-size: 0 0;
  background-color: #088EED;
  --size: initial;
  width: var(--size, 2em);
  height: auto;
  aspect-ratio: 1/1;
  line-height: inherit;
  vertical-align: middle;
  mask: no-repeat center/cover;
  -webkit-mask: no-repeat center/cover;
}

.icon-lg {
  --size: round(down, 2.5em, 2px);
}
.icon-md {
  --size: 2em;
}
.icon-sm {
  --size: round(down, 1.5em, 2px);
}
.icon-xs {
  --size: 1em;
}

.icon-analyze {
  background-image: url(../images/icons/analyze.svg);
  mask-image: url(../images/icons/analyze.svg);
  -webkit-mask-image: url(../images/icons/analyze.svg);
}

.icon-android {
  background-image: url(../images/icons/android.svg);
  mask-image: url(../images/icons/android.svg);
  -webkit-mask-image: url(../images/icons/android.svg);
}

.icon-announcement {
  background-image: url(../images/icons/announcement.svg);
  mask-image: url(../images/icons/announcement.svg);
  -webkit-mask-image: url(../images/icons/announcement.svg);
}

.icon-apple {
  background-image: url(../images/icons/apple.svg);
  mask-image: url(../images/icons/apple.svg);
  -webkit-mask-image: url(../images/icons/apple.svg);
}

.icon-arrow-down {
  background-image: url(../images/icons/arrow-down.svg);
  mask-image: url(../images/icons/arrow-down.svg);
  -webkit-mask-image: url(../images/icons/arrow-down.svg);
}

.icon-arrow-left {
  background-image: url(../images/icons/arrow-left.svg);
  mask-image: url(../images/icons/arrow-left.svg);
  -webkit-mask-image: url(../images/icons/arrow-left.svg);
}

.icon-arrow-right {
  background-image: url(../images/icons/arrow-right.svg);
  mask-image: url(../images/icons/arrow-right.svg);
  -webkit-mask-image: url(../images/icons/arrow-right.svg);
}

.icon-arrow-up {
  background-image: url(../images/icons/arrow-up.svg);
  mask-image: url(../images/icons/arrow-up.svg);
  -webkit-mask-image: url(../images/icons/arrow-up.svg);
}

.icon-avatar {
  background-image: url(../images/icons/avatar.svg);
  mask-image: url(../images/icons/avatar.svg);
  -webkit-mask-image: url(../images/icons/avatar.svg);
}

.icon-booking {
  background-image: url(../images/icons/booking.svg);
  mask-image: url(../images/icons/booking.svg);
  -webkit-mask-image: url(../images/icons/booking.svg);
}

.icon-calendar {
  background-image: url(../images/icons/calendar.svg);
  mask-image: url(../images/icons/calendar.svg);
  -webkit-mask-image: url(../images/icons/calendar.svg);
}

.icon-cart {
  background-image: url(../images/icons/cart.svg);
  mask-image: url(../images/icons/cart.svg);
  -webkit-mask-image: url(../images/icons/cart.svg);
}

.icon-check-round {
  background-image: url(../images/icons/check-round.svg);
  mask-image: url(../images/icons/check-round.svg);
  -webkit-mask-image: url(../images/icons/check-round.svg);
}

.icon-clock {
  background-image: url(../images/icons/clock.svg);
  mask-image: url(../images/icons/clock.svg);
  -webkit-mask-image: url(../images/icons/clock.svg);
}

.icon-comment {
  background-image: url(../images/icons/comment.svg);
  mask-image: url(../images/icons/comment.svg);
  -webkit-mask-image: url(../images/icons/comment.svg);
}

.icon-copy {
  background-image: url(../images/icons/copy.svg);
  mask-image: url(../images/icons/copy.svg);
  -webkit-mask-image: url(../images/icons/copy.svg);
}

.icon-coupon {
  background-image: url(../images/icons/coupon.svg);
  mask-image: url(../images/icons/coupon.svg);
  -webkit-mask-image: url(../images/icons/coupon.svg);
}

.icon-download {
  background-image: url(../images/icons/download.svg);
  mask-image: url(../images/icons/download.svg);
  -webkit-mask-image: url(../images/icons/download.svg);
}

.icon-enter {
  background-image: url(../images/icons/enter.svg);
  mask-image: url(../images/icons/enter.svg);
  -webkit-mask-image: url(../images/icons/enter.svg);
}

.icon-facebook {
  background-image: url(../images/icons/facebook.svg);
  mask-image: url(../images/icons/facebook.svg);
  -webkit-mask-image: url(../images/icons/facebook.svg);
}

.icon-file {
  background-image: url(../images/icons/file.svg);
  mask-image: url(../images/icons/file.svg);
  -webkit-mask-image: url(../images/icons/file.svg);
}

.icon-file-edit {
  background-image: url(../images/icons/file-edit.svg);
  mask-image: url(../images/icons/file-edit.svg);
  -webkit-mask-image: url(../images/icons/file-edit.svg);
}

.icon-firm {
  background-image: url(../images/icons/firm.svg);
  mask-image: url(../images/icons/firm.svg);
  -webkit-mask-image: url(../images/icons/firm.svg);
}

.icon-go-top {
  background-image: url(../images/icons/go-top.svg);
  mask-image: url(../images/icons/go-top.svg);
  -webkit-mask-image: url(../images/icons/go-top.svg);
}

.icon-home {
  background-image: url(../images/icons/home.svg);
  mask-image: url(../images/icons/home.svg);
  -webkit-mask-image: url(../images/icons/home.svg);
}

.icon-info {
  background-image: url(../images/icons/info.svg);
  mask-image: url(../images/icons/info.svg);
  -webkit-mask-image: url(../images/icons/info.svg);
}

.icon-learning {
  background-image: url(../images/icons/learning.svg);
  mask-image: url(../images/icons/learning.svg);
  -webkit-mask-image: url(../images/icons/learning.svg);
}

.icon-leave {
  background-image: url(../images/icons/leave.svg);
  mask-image: url(../images/icons/leave.svg);
  -webkit-mask-image: url(../images/icons/leave.svg);
}

.icon-menu {
  background-image: url(../images/icons/menu.svg);
  mask-image: url(../images/icons/menu.svg);
  -webkit-mask-image: url(../images/icons/menu.svg);
}

.icon-minus {
  background-image: url(../images/icons/minus.svg);
  mask-image: url(../images/icons/minus.svg);
  -webkit-mask-image: url(../images/icons/minus.svg);
}

.icon-play {
  background-image: url(../images/icons/play.svg);
  mask-image: url(../images/icons/play.svg);
  -webkit-mask-image: url(../images/icons/play.svg);
}

.icon-plus {
  background-image: url(../images/icons/plus.svg);
  mask-image: url(../images/icons/plus.svg);
  -webkit-mask-image: url(../images/icons/plus.svg);
}

.icon-points {
  background-image: url(../images/icons/points.svg);
  mask-image: url(../images/icons/points.svg);
  -webkit-mask-image: url(../images/icons/points.svg);
}

.icon-question {
  background-image: url(../images/icons/question.svg);
  mask-image: url(../images/icons/question.svg);
  -webkit-mask-image: url(../images/icons/question.svg);
}

.icon-questionnaire {
  background-image: url(../images/icons/questionnaire.svg);
  mask-image: url(../images/icons/questionnaire.svg);
  -webkit-mask-image: url(../images/icons/questionnaire.svg);
}

.icon-reports {
  background-image: url(../images/icons/reports.svg);
  mask-image: url(../images/icons/reports.svg);
  -webkit-mask-image: url(../images/icons/reports.svg);
}

.icon-right {
  background-image: url(../images/icons/right.svg);
  mask-image: url(../images/icons/right.svg);
  -webkit-mask-image: url(../images/icons/right.svg);
}

.icon-scholarship {
  background-image: url(../images/icons/scholarship.svg);
  mask-image: url(../images/icons/scholarship.svg);
  -webkit-mask-image: url(../images/icons/scholarship.svg);
}

.icon-star {
  background-image: url(../images/icons/star.svg);
  mask-image: url(../images/icons/star.svg);
  -webkit-mask-image: url(../images/icons/star.svg);
}

.icon-subscription {
  background-image: url(../images/icons/subscription.svg);
  mask-image: url(../images/icons/subscription.svg);
  -webkit-mask-image: url(../images/icons/subscription.svg);
}

.icon-swap {
  background-image: url(../images/icons/swap.svg);
  mask-image: url(../images/icons/swap.svg);
  -webkit-mask-image: url(../images/icons/swap.svg);
}

.icon-tick {
  background-image: url(../images/icons/tick.svg);
  mask-image: url(../images/icons/tick.svg);
  -webkit-mask-image: url(../images/icons/tick.svg);
}

.icon-trash {
  background-image: url(../images/icons/trash.svg);
  mask-image: url(../images/icons/trash.svg);
  -webkit-mask-image: url(../images/icons/trash.svg);
}

.icon-tri-dot-left {
  background-image: url(../images/icons/tri-dot-left.svg);
  mask-image: url(../images/icons/tri-dot-left.svg);
  -webkit-mask-image: url(../images/icons/tri-dot-left.svg);
}

.icon-tri-dot-right {
  background-image: url(../images/icons/tri-dot-right.svg);
  mask-image: url(../images/icons/tri-dot-right.svg);
  -webkit-mask-image: url(../images/icons/tri-dot-right.svg);
}

.icon-user {
  background-image: url(../images/icons/user.svg);
  mask-image: url(../images/icons/user.svg);
  -webkit-mask-image: url(../images/icons/user.svg);
}

.icon-x-mark {
  background-image: url(../images/icons/x-mark.svg);
  mask-image: url(../images/icons/x-mark.svg);
  -webkit-mask-image: url(../images/icons/x-mark.svg);
}

.icon-youtube {
  background-image: url(../images/icons/youtube.svg);
  mask-image: url(../images/icons/youtube.svg);
  -webkit-mask-image: url(../images/icons/youtube.svg);
}

.icon-uq-atomic {
  background-image: url(../images/icons/uq-atomic.svg);
  mask-image: url(../images/icons/uq-atomic.svg);
  -webkit-mask-image: url(../images/icons/uq-atomic.svg);
}

.icon-uq-chart {
  background-image: url(../images/icons/uq-chart.svg);
  mask-image: url(../images/icons/uq-chart.svg);
  -webkit-mask-image: url(../images/icons/uq-chart.svg);
}

.icon-uq-clock {
  background-image: url(../images/icons/uq-clock.svg);
  mask-image: url(../images/icons/uq-clock.svg);
  -webkit-mask-image: url(../images/icons/uq-clock.svg);
}

.icon-uq-faculty {
  background-image: url(../images/icons/uq-faculty.svg);
  mask-image: url(../images/icons/uq-faculty.svg);
  -webkit-mask-image: url(../images/icons/uq-faculty.svg);
}

.icon-uq-idea {
  background-image: url(../images/icons/uq-idea.svg);
  mask-image: url(../images/icons/uq-idea.svg);
  -webkit-mask-image: url(../images/icons/uq-idea.svg);
}

.icon-uq-learning {
  background-image: url(../images/icons/uq-learning.svg);
  mask-image: url(../images/icons/uq-learning.svg);
  -webkit-mask-image: url(../images/icons/uq-learning.svg);
}

.icon-uq-readbook {
  background-image: url(../images/icons/uq-readbook.svg);
  mask-image: url(../images/icons/uq-readbook.svg);
  -webkit-mask-image: url(../images/icons/uq-readbook.svg);
}

.icon-uq-report {
  background-image: url(../images/icons/uq-report.svg);
  mask-image: url(../images/icons/uq-report.svg);
  -webkit-mask-image: url(../images/icons/uq-report.svg);
}

.icon-uq-talk {
  background-image: url(../images/icons/uq-talk.svg);
  mask-image: url(../images/icons/uq-talk.svg);
  -webkit-mask-image: url(../images/icons/uq-talk.svg);
}

.icon-uq-teacher {
  background-image: url(../images/icons/uq-teacher.svg);
  mask-image: url(../images/icons/uq-teacher.svg);
  -webkit-mask-image: url(../images/icons/uq-teacher.svg);
}

.icon-uq-teaching {
  background-image: url(../images/icons/uq-teaching.svg);
  mask-image: url(../images/icons/uq-teaching.svg);
  -webkit-mask-image: url(../images/icons/uq-teaching.svg);
}

.icon-uq-team {
  background-image: url(../images/icons/uq-team.svg);
  mask-image: url(../images/icons/uq-team.svg);
  -webkit-mask-image: url(../images/icons/uq-team.svg);
}

.icon-uq-test {
  background-image: url(../images/icons/uq-test.svg);
  mask-image: url(../images/icons/uq-test.svg);
  -webkit-mask-image: url(../images/icons/uq-test.svg);
}

.icon-uq-textbook {
  background-image: url(../images/icons/uq-textbook.svg);
  mask-image: url(../images/icons/uq-textbook.svg);
  -webkit-mask-image: url(../images/icons/uq-textbook.svg);
}

.icon-uq-toy {
  background-image: url(../images/icons/uq-toy.svg);
  mask-image: url(../images/icons/uq-toy.svg);
  -webkit-mask-image: url(../images/icons/uq-toy.svg);
}

.icon-uq-tuition {
  background-image: url(../images/icons/uq-tuition.svg);
  mask-image: url(../images/icons/uq-tuition.svg);
  -webkit-mask-image: url(../images/icons/uq-tuition.svg);
}

.icon-uq-video {
  background-image: url(../images/icons/uq-video.svg);
  mask-image: url(../images/icons/uq-video.svg);
  -webkit-mask-image: url(../images/icons/uq-video.svg);
}

.icon-blue {
  background-color: #088EED;
}

.icon-green {
  background-color: #0FA734;
}

.icon-orange {
  background-color: #FF6600;
}

.icon-red {
  background-color: #FF5381;
}

.icon-yellow {
  background-color: #F6AC00;
}

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

.icon-gray-600 {
  background-color: #000D1A;
}

.icon-gray-500 {
  background-color: #667284;
}

.icon-gray-400 {
  background-color: #99A1AD;
}

.icon-gray-300 {
  background-color: #CCD0D6;
}

.icon-gray-200 {
  background-color: #E5E7EA;
}

.icon-gray-100 {
  background-color: #F2F2F2;
}

.icon-white {
  background-color: #FFFFFF;
}

.button-cont {
  display: flex;
  flex-flow: row wrap;
  gap: 1em;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.btn, [class^=btn-], [class*=" btn-"] {
  display: inline-flex;
  flex-flow: row nowrap;
  gap: 0.25em;
  justify-content: center;
  align-items: center;
  background-color: #088EED;
  min-width: 6.5em;
  padding: round(down, 0.25em, 2px) 1em;
  color: #FFFFFF;
  font-size: 16px;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 2em;
  transition: 0.2s;
  cursor: pointer;
  z-index: 1;
}
.btn span, [class^=btn-] span, [class*=" btn-"] span {
  display: inline-block;
  color: inherit;
  white-space: nowrap;
}
.btn [class^=icon-], .btn [class*=" icon-"], [class^=btn-] [class^=icon-], [class^=btn-] [class*=" icon-"], [class*=" btn-"] [class^=icon-], [class*=" btn-"] [class*=" icon-"] {
  background-color: #FFFFFF;
  width: 1.25em;
  height: 1.25em;
}
.btn:hover, [class^=btn-]:hover, [class*=" btn-"]:hover {
  background-color: #45A9F1;
}
@media screen and (max-width: 800px) {
  .btn, [class^=btn-], [class*=" btn-"] {
    height: auto;
  }
}

.btn-w, [class^=btn-w-], [class*=" btn-w-"] {
  background-color: #FFFFFF;
  color: #088EED;
  box-shadow: 0 1px 4px #00000016;
}
.btn-w [class^=icon-], .btn-w [class*=" icon-"], [class^=btn-w-] [class^=icon-], [class^=btn-w-] [class*=" icon-"], [class*=" btn-w-"] [class^=icon-], [class*=" btn-w-"] [class*=" icon-"] {
  background-color: #088EED;
}
.btn-w:hover, [class^=btn-w-]:hover, [class*=" btn-w-"]:hover {
  background-color: #45A9F1;
  color: #FFFFFF;
}
.btn-w:hover [class^=icon-], .btn-w:hover [class*=" icon-"], [class^=btn-w-]:hover [class^=icon-], [class^=btn-w-]:hover [class*=" icon-"], [class*=" btn-w-"]:hover [class^=icon-], [class*=" btn-w-"]:hover [class*=" icon-"] {
  background-color: #FFFFFF;
}

.btn-line, [class^=btn-line-], [class*=" btn-line-"] {
  background-color: #FFFFFF;
  border-color: #088EED;
}
.btn-line [class^=icon-], .btn-line [class*=" icon-"], [class^=btn-line-] [class^=icon-], [class^=btn-line-] [class*=" icon-"], [class*=" btn-line-"] [class^=icon-], [class*=" btn-line-"] [class*=" icon-"] {
  background-color: #088EED;
}
.btn-line:hover, [class^=btn-line-]:hover, [class*=" btn-line-"]:hover {
  border-color: transparent;
  background-color: #45A9F1;
  color: #FFFFFF;
}
.btn-line:hover [class^=icon-], .btn-line:hover [class*=" icon-"], [class^=btn-line-]:hover [class^=icon-], [class^=btn-line-]:hover [class*=" icon-"], [class*=" btn-line-"]:hover [class^=icon-], [class*=" btn-line-"]:hover [class*=" icon-"] {
  background-color: #FFFFFF;
}

.btn-round, [class^=btn-round-], [class*=" btn-round-"] {
  flex-flow: row wrap;
  width: 3em;
  min-width: unset;
  height: 3em;
  min-height: unset;
  margin: 0;
  padding: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  cursor: pointer;
}
.btn-round [class^=icon-], .btn-round [class*=" icon-"], [class^=btn-round-] [class^=icon-], [class^=btn-round-] [class*=" icon-"], [class*=" btn-round-"] [class^=icon-], [class*=" btn-round-"] [class*=" icon-"] {
  width: 2em;
  height: 2em;
}

.btn-round-w, [class^=btn-round-w-], [class*=" btn-round-w-"] {
  background-color: #FFFFFF;
  color: #088EED;
}
.btn-round-w span, [class^=btn-round-w-] span, [class*=" btn-round-w-"] span {
  color: inherit;
}
.btn-round-w [class^=icon-], .btn-round-w [class*=" icon-"], [class^=btn-round-w-] [class^=icon-], [class^=btn-round-w-] [class*=" icon-"], [class*=" btn-round-w-"] [class^=icon-], [class*=" btn-round-w-"] [class*=" icon-"] {
  background-color: #088EED;
}
.btn-round-w:hover, [class^=btn-round-w-]:hover, [class*=" btn-round-w-"]:hover {
  background-color: #45A9F1;
  color: #FFFFFF;
}
.btn-round-w:hover [class^=icon-], .btn-round-w:hover [class*=" icon-"], [class^=btn-round-w-]:hover [class^=icon-], [class^=btn-round-w-]:hover [class*=" icon-"], [class*=" btn-round-w-"]:hover [class^=icon-], [class*=" btn-round-w-"]:hover [class*=" icon-"] {
  background-color: #FFFFFF;
}

.close-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  width: 2.5em;
  height: auto;
  padding: 0.5em;
  aspect-ratio: 1/1;
  font-size: 16px;
  border-radius: 50%;
  transition: 0.2s;
  cursor: pointer;
}
.close-btn .icon-x-mark {
  background-color: #000D1A;
}
.close-btn:hover {
  background-color: #FF5381;
}
.close-btn:hover .icon-x-mark {
  background-color: #FFFFFF;
}

.download-btn, [class^=download-btn-], [class*=" download-btn-"] {
  display: flex;
  flex-flow: row nowrap;
  gap: round(down, 0.5em, 2px);
  justify-content: flex-start;
  align-items: center;
  background-color: #F2F2F2;
  width: 14em;
  padding: round(down, 0.5em, 2px) round(down, 0.75em, 2px);
  border-radius: 8px;
  transition: 0.2s;
  cursor: pointer;
}
.download-btn:after, [class^=download-btn-]:after, [class*=" download-btn-"]:after {
  content: "";
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-image: url(../images/icons/download.svg);
  background-color: #667284;
  background-size: 0 0;
  width: 1.25em;
  height: 1.25em;
  aspect-ratio: 1/1;
  margin: 0 0 0 auto;
  mask: no-repeat center/cover;
  -webkit-mask: no-repeat center/cover;
  mask-image: url(../images/icons/download.svg);
  -webkit-mask-image: url(../images/icons/download.svg);
}
.download-btn .tag, [class^=download-btn-] .tag, [class*=" download-btn-"] .tag {
  padding: 0 round(down, 0.5em, 2px);
  color: #667284;
  border: 1px solid #667284;
  font-size: 11px;
  border-radius: 4px;
}
.download-btn:hover, [class^=download-btn-]:hover, [class*=" download-btn-"]:hover {
  background-color: #E5E7EA;
}

.download-btn-blue {
  background-color: #E5F3FD;
}
.download-btn-blue:after {
  background-color: #088EED;
}
.download-btn-blue .tag {
  color: #088EED;
  border-color: #088EED;
}
.download-btn-blue:hover {
  background-color: #CDE8FC;
}

.download-btn-green {
  background-color: #E6F6EA;
}
.download-btn-green:after {
  background-color: #0FA734;
}
.download-btn-green .tag {
  color: #0FA734;
  border-color: #0FA734;
}
.download-btn-green:hover {
  background-color: #CFEDD6;
}

.download-btn-orange {
  background-color: #FFEFE5;
}
.download-btn-orange:after {
  background-color: #FF6600;
}
.download-btn-orange .tag {
  color: #FF6600;
  border-color: #FF6600;
}
.download-btn-orange:hover {
  background-color: #FFE0CC;
}

.download-btn-red {
  background-color: #FFEDF2;
}
.download-btn-red:after {
  background-color: #FF5381;
}
.download-btn-red .tag {
  color: #FF5381;
  border-color: #FF5381;
}
.download-btn-red:hover {
  background-color: #FFDCE6;
}

.download-btn-yellow {
  background-color: #FFFFea;
}
.download-btn-yellow:after {
  background-color: #F6AC00;
}
.download-btn-yellow .tag {
  color: #F6AC00;
  border-color: #F6AC00;
}
.download-btn-yellow:hover {
  background-color: #FFF8DD;
}

.download-btn-gray {
  background-color: #F2F2F2;
}
.download-btn-gray:after {
  background-color: #667284;
}
.download-btn-gray .tag {
  color: #667284;
  border-color: #667284;
}
.download-btn-gray:hover {
  background-color: #E5E7EA;
}

.btn-blue:not(.btn-white, [class^=btn-white-], [class*=" btn-white-"], .btn-disabled) {
  background-color: #088EED;
}
.btn-blue:not(.btn-white, [class^=btn-white-], [class*=" btn-white-"], .btn-disabled):hover {
  background-color: #45A9F1;
}

.btn-w-blue, .btn-line-blue {
  color: #088EED;
}
.btn-w-blue [class^=icon-], .btn-w-blue [class*=" icon-"], .btn-line-blue [class^=icon-], .btn-line-blue [class*=" icon-"] {
  background-color: #088EED;
}
.btn-w-blue:hover, .btn-line-blue:hover {
  background-color: #45A9F1;
}

.btn-line-blue {
  border-color: #088EED;
}

.btn-round-blue {
  background-color: #088EED;
}
.btn-round-blue:hover {
  background-color: #45A9F1;
}

.btn-round-w-blue {
  color: #088EED;
}
.btn-round-w-blue [class^=icon-], .btn-round-w-blue [class*=" icon-"] {
  background-color: #088EED;
}
.btn-round-w-blue:hover {
  background-color: #45A9F1;
}

.btn-green:not(.btn-white, [class^=btn-white-], [class*=" btn-white-"], .btn-disabled) {
  background-color: #0FA734;
}
.btn-green:not(.btn-white, [class^=btn-white-], [class*=" btn-white-"], .btn-disabled):hover {
  background-color: #49BD66;
}

.btn-w-green, .btn-line-green {
  color: #0FA734;
}
.btn-w-green [class^=icon-], .btn-w-green [class*=" icon-"], .btn-line-green [class^=icon-], .btn-line-green [class*=" icon-"] {
  background-color: #0FA734;
}
.btn-w-green:hover, .btn-line-green:hover {
  background-color: #49BD66;
}

.btn-line-green {
  border-color: #0FA734;
}

.btn-round-green {
  background-color: #0FA734;
}
.btn-round-green:hover {
  background-color: #49BD66;
}

.btn-round-w-green {
  color: #0FA734;
}
.btn-round-w-green [class^=icon-], .btn-round-w-green [class*=" icon-"] {
  background-color: #0FA734;
}
.btn-round-w-green:hover {
  background-color: #49BD66;
}

.btn-orange:not(.btn-white, [class^=btn-white-], [class*=" btn-white-"], .btn-disabled) {
  background-color: #FF6600;
}
.btn-orange:not(.btn-white, [class^=btn-white-], [class*=" btn-white-"], .btn-disabled):hover {
  background-color: #FFA366;
}

.btn-w-orange, .btn-line-orange {
  color: #FF6600;
}
.btn-w-orange [class^=icon-], .btn-w-orange [class*=" icon-"], .btn-line-orange [class^=icon-], .btn-line-orange [class*=" icon-"] {
  background-color: #FF6600;
}
.btn-w-orange:hover, .btn-line-orange:hover {
  background-color: #FFA366;
}

.btn-line-orange {
  border-color: #FF6600;
}

.btn-round-orange {
  background-color: #FF6600;
}
.btn-round-orange:hover {
  background-color: #FFA366;
}

.btn-round-w-orange {
  color: #FF6600;
}
.btn-round-w-orange [class^=icon-], .btn-round-w-orange [class*=" icon-"] {
  background-color: #FF6600;
}
.btn-round-w-orange:hover {
  background-color: #FFA366;
}

.btn-red:not(.btn-white, [class^=btn-white-], [class*=" btn-white-"], .btn-disabled) {
  background-color: #FF5381;
}
.btn-red:not(.btn-white, [class^=btn-white-], [class*=" btn-white-"], .btn-disabled):hover {
  background-color: #FF91AE;
}

.btn-w-red, .btn-line-red {
  color: #FF5381;
}
.btn-w-red [class^=icon-], .btn-w-red [class*=" icon-"], .btn-line-red [class^=icon-], .btn-line-red [class*=" icon-"] {
  background-color: #FF5381;
}
.btn-w-red:hover, .btn-line-red:hover {
  background-color: #FF91AE;
}

.btn-line-red {
  border-color: #FF5381;
}

.btn-round-red {
  background-color: #FF5381;
}
.btn-round-red:hover {
  background-color: #FF91AE;
}

.btn-round-w-red {
  color: #FF5381;
}
.btn-round-w-red [class^=icon-], .btn-round-w-red [class*=" icon-"] {
  background-color: #FF5381;
}
.btn-round-w-red:hover {
  background-color: #FF91AE;
}

.btn-yellow:not(.btn-white, [class^=btn-white-], [class*=" btn-white-"], .btn-disabled) {
  background-color: #F6AC00;
}
.btn-yellow:not(.btn-white, [class^=btn-white-], [class*=" btn-white-"], .btn-disabled):hover {
  background-color: #FFD744;
}

.btn-w-yellow, .btn-line-yellow {
  color: #F6AC00;
}
.btn-w-yellow [class^=icon-], .btn-w-yellow [class*=" icon-"], .btn-line-yellow [class^=icon-], .btn-line-yellow [class*=" icon-"] {
  background-color: #F6AC00;
}
.btn-w-yellow:hover, .btn-line-yellow:hover {
  background-color: #FFD744;
}

.btn-line-yellow {
  border-color: #F6AC00;
}

.btn-round-yellow {
  background-color: #F6AC00;
}
.btn-round-yellow:hover {
  background-color: #FFD744;
}

.btn-round-w-yellow {
  color: #F6AC00;
}
.btn-round-w-yellow [class^=icon-], .btn-round-w-yellow [class*=" icon-"] {
  background-color: #F6AC00;
}
.btn-round-w-yellow:hover {
  background-color: #FFD744;
}

.btn-disabled {
  background-color: #99A1AD;
  color: #FFFFFF;
  border-color: transparent;
  box-shadow: unset;
  cursor: default;
}
.btn-disabled [class^=icon-], .btn-disabled [class*=" icon-"] {
  background-color: #FFFFFF;
}
.btn-disabled:hover {
  background-color: #99A1AD;
  color: #FFFFFF;
  border-color: transparent;
  box-shadow: unset;
}
.btn-disabled:hover [class^=icon-], .btn-disabled:hover [class*=" icon-"] {
  background-color: #FFFFFF;
}

.btn-xl {
  font-size: 24px;
}
.btn-lg {
  font-size: 20px;
}
.btn-md {
  font-size: 16px;
}
.btn-sm {
  font-size: 14px;
}
.btn-fit {
  padding: 3px 1em !important;
  width: auto !important;
  height: auto !important;
  min-width: 4.5em;
}
.btn-wide {
  padding: round(down, 0.625em, 2px) 1em !important;
}

@media screen and (max-width: 480px) {
  .btn, [class^=btn-], [class*=" btn-"] {
    padding: round(down, 0.5em, 2px) 1em;
    font-size: 15px;
  }
  .btn-round, [class^=btn-round-], [class*=" btn-round-"] {
    padding: 0;
    font-size: 14px;
  }
  .close-btn {
    font-size: 14px;
  }
  .btn-xl {
    font-size: 22px;
  }
  .btn-lg {
    font-size: 18px;
  }
  .btn-md {
    font-size: 15px;
  }
  .btn-sm {
    font-size: 12px;
  }
}
.mark, [class^=mark-], [class*=" mark-"] {
  display: inline-block;
  --color: initial;
  background-color: var(--color, #088EED);
  width: fit-content;
  padding: 2px 12px 3px;
  color: #FFFFFF;
  font-size: 14px;
  border-radius: 20px;
}
@media screen and (max-width: 640px) {
  .mark, [class^=mark-], [class*=" mark-"] {
    font-size: 13px;
  }
}

.mark-blue {
  --color:#088EED;
}

.mark-green {
  --color:#0FA734;
}

.mark-orange {
  --color:#FF6600;
}

.mark-red {
  --color:#FF5381;
}

.mark-yellow {
  --color:#F6AC00;
}

.mark-gray {
  --color: #000D1A;
  color: #FFFFFF;
}

[class^=tag-], [class*=" tag-"] {
  display: inline-block;
  --color: initial;
  background-color: var(--color, #FF5381);
  padding: 1px 8px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.25;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 4px;
}

[class^=tag-line-], [class*=" tag-line-"] {
  background-color: #FFFFFF;
  color: var(--color, #FF5381);
  border-color: var(--color, #FF5381);
}

a[class^=tag-], a [class*=" tag-"] {
  cursor: pointer;
  transition: 0.2s;
}
a[class^=tag-]:hover, a [class*=" tag-"]:hover {
  background-color: var(--color-hover, #FF91AE);
  color: #FFFFFF;
}

.tag-blue, .tag-line-blue {
  --color: #088EED;
}

a.tag-blue, a.tag-line-blue {
  --color-hover: #45A9F1;
}

.tag-green, .tag-line-green {
  --color: #0FA734;
}

a.tag-green, a.tag-line-green {
  --color-hover: #49BD66;
}

.tag-orange, .tag-line-orange {
  --color: #FF6600;
}

a.tag-orange, a.tag-line-orange {
  --color-hover: #FFA366;
}

.tag-red, .tag-line-red {
  --color: #FF5381;
}

a.tag-red, a.tag-line-red {
  --color-hover: #FF91AE;
}

.tag-yellow, .tag-line-yellow {
  --color: #F6AC00;
}

a.tag-yellow, a.tag-line-yellow {
  --color-hover: #FFD744;
}

.tag-gray, .tag-line-gray {
  --color: #99A1AD;
}

a.tag-gray, a.tag-line-gray {
  --color-hover: #99A1AD;
}

.shadow-xs {
  box-shadow: 0 1px 4px #00000016;
}

.shadow-sm {
  box-shadow: 0 1px 4px #00000022;
}

.shadow-md {
  box-shadow: 0 2px 4px #00000033;
}

.shadow-bd {
  box-shadow: 0 4px 8px #00000033;
}

.no-shadow {
  box-shadow: unset;
}

.statement {
  display: flex;
  flex-flow: row nowrap;
  gap: round(down, 0.5em, 2px);
  justify-content: flex-start;
  align-items: center;
}
.statement .input-label {
  align-self: flex-start;
  display: block;
  background-color: #FFFFFF99;
  width: round(down, 1.25em, 2px);
  height: round(down, 1.25em, 2px);
  margin: round(down, 0.25em, 2px) 0;
  aspect-ratio: 1/1;
  border: 2px solid #088EED;
  border-radius: 4px;
  transition: 0.2s;
  cursor: pointer;
}
.statement .input-label:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  content: "";
  display: block;
  color: #FFFFFF;
  font-size: 1em;
  font-weight: 500;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.statement span {
  display: flex;
  flex-flow: row wrap;
  gap: round(down, 0.5em, 2px);
  justify-self: flex-start;
  align-items: center;
}
.statement:has(input:checked) .input-label {
  background-color: #088EED;
}
.statement:has(input:checked) .input-label:before {
  content: "✓";
}
@media screen and (max-width: 480px) {
  .statement {
    font-size: 14px;
  }
}

.cart-cont {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  pointer-events: none;
  z-index: 400;
}

.cart-btn {
  position: sticky;
  top: 6em;
  right: 0;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: var(--bg-color, #FF5381);
  height: auto;
  padding: round(down, 0.5em, 2px) 1em round(down, 0.5em, 2px) 4em;
  font-size: 16px;
  border: 2px solid var(--set-color, #FF284F);
  border-radius: 12px;
  transition: 0.2s;
  pointer-events: auto;
  cursor: pointer;
}
.cart-btn:before {
  position: absolute;
  top: 50%;
  left: 1em;
  content: "";
  display: block;
  background-color: var(--set-color, #FFFFFF);
  background-image: url(../images/icons/cart.svg);
  background-size: 0 0;
  width: round(down, 2.5em, 2px);
  height: auto;
  aspect-ratio: 1/1;
  mask: no-repeat center/cover;
  mask-image: url(../images/icons/cart.svg);
  -webkit-mask-image: url(../images/icons/cart.svg);
  transform: translateY(-50%);
}
.cart-btn .text, .cart-btn [class^=text-], .cart-btn [class*=" text-"] {
  color: var(--set-color, #FFFFFF);
}
.cart-btn:hover {
  --bg-color: #FFFFFF;
  --set-color: #FF284F;
}

@media screen and (max-width: 800px) {
  .cart-cont {
    position: sticky;
    top: 5em;
    width: 100%;
  }
  .cart-btn {
    flex-flow: row;
    gap: round(down, 0.25em, 2px);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: round(down, 0.75em, 2px) round(down, 0.75em, 2px) round(down, 0.75em, 2px) round(down, 3.5em, 2px);
  }
  .cart-btn:before {
    width: 2em;
  }
}
[class^=anchor-]:not(.anchor-go-top), [class*=" anchor-"]:not(.anchor-go-top) {
  position: absolute;
  top: 0;
}

.bread-crumb {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  color: #99A1AD;
  font-size: 15px;
  line-height: 1;
  white-space: nowrap;
}
.bread-crumb a {
  display: block;
  color: #99A1AD;
  line-height: 1;
}
.bread-crumb a:after {
  content: "/";
  display: inline;
  margin: 0 round(down, 0.5em, 2px);
  color: #99A1AD;
  line-height: 1;
}
.bread-crumb a:last-of-type {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.bread-crumb a:last-of-type:after {
  content: none;
}
.bread-crumb a:hover {
  color: #45A9F1;
}

.film-cont {
  width: 100%;
  max-width: 1024px;
  aspect-ratio: 800/450;
  border-radius: 20px;
  overflow: hidden;
}

.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-text {
  cursor: text;
}/*# sourceMappingURL=common.css.map */