/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #30343f; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a0aec0;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0aec0;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
  color: #30343f;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

a {
  word-break: break-word;
}

.text-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.btn {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --bg-opacity: 1;
  background-color: #2f82bc;
  background-color: rgba(47, 130, 188, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-radius: 0.25rem;
}

.w-fitcontent {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.hover-opacity{
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

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

.circle-btn {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --bg-opacity: 1;
  background-color: #e50000;
  background-color: rgba(229, 0, 0, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 700;
  border-radius: 9999px;
}

.circle-btn.font-icon {
  padding-right: 3rem;
  position: relative;
}

.text-btn.font-icon {
  padding-right: 2rem;
  position: relative;
}

.circle-btn.font-icon::before {
  right: 1rem;
  left: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.text-btn.font-icon::before {
  right: .2rem;
  left: auto;
  top: calc(50% - 1px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.text-btn.font-icon.icon-yajirushi-right::before,
  .circle-btn.font-icon.icon-yajirushi-right::before,
  .text-btn.font-icon.icon-arrow-downward::before,
  .circle-btn.font-icon.icon-arrow-downward::before,
  .text-btn.font-icon.icon-arrow-right::before,
  .circle-btn.font-icon.icon-arrow-right::before,
  .text-btn.font-icon.icon-picture-as-pdf::before,
  .circle-btn.font-icon.icon-picture-as-pdf::before {
  font-size: 1.5rem;
}

.list-step > li {
  position: relative;
}

.list-step > li:after {
  border-top: 15px solid #99c7df;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  bottom: -55px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  position: absolute;
  width: 0;
}

.list-step > li:last-of-type:after {
  display: none;
}

.base-red .list-step > li:after {
  --border-opacity: 1;
  border-color: #e50000;
  border-color: rgba(229, 0, 0, var(--border-opacity));
  border-left: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 30px solid transparent;
}

.base-green .list-step > li:after {
  --border-opacity: 1;
  border-color: #008766;
  border-color: rgba(0, 135, 102, var(--border-opacity));
  border-left: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 30px solid transparent;
}

.base-blue .list-step > li:after {
  --border-opacity: 1;
  border-color: #1875B5;
  border-color: rgba(24, 117, 181, var(--border-opacity));
  border-left: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 30px solid transparent;
}

.base-pink .list-step > li:after {
  --border-opacity: 1;
  border-color: #E02272;
  border-color: rgba(224, 34, 114, var(--border-opacity));
  border-left: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 30px solid transparent;
}

.c-stageCard {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-radius: 0.5rem;
  -webkit-box-shadow: 0px 5px 12px rgb(0 67 101 / 8%);
          box-shadow: 0px 5px 12px rgb(0 67 101 / 8%);
  width: 100%;
}

.c-stageCard__header {
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --bg-opacity: 1;
  background-color: #e50000;
  background-color: rgba(229, 0, 0, var(--bg-opacity));
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 700;
  font-family: 'Poppins',"游ゴシック体",YuGothic,YuGothic M,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
}

[data-stage="green"] .c-stageCard__header {
  --bg-opacity: 1;
  background-color: #008766;
  background-color: rgba(0, 135, 102, var(--bg-opacity));
}

[data-stage="blue"] .c-stageCard__header {
  --bg-opacity: 1;
  background-color: #1875B5;
  background-color: rgba(24, 117, 181, var(--bg-opacity));
}

.c-stageCard__leftPart {
  display: block;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1.5rem;
}

.c-stageCard__thumbnailInner {
  text-align: center;
}

.c-stageCard__thumbnail {
  display: inline-block;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #e5e7eb;
  border-color: rgba(229, 231, 235, var(--border-opacity));
}

.c-stageCard__copyright {
  font-size: 0.625rem;
  --text-opacity: 1;
  color: #30343f;
  color: rgba(48, 52, 63, var(--text-opacity));
}

.c-stageCard__rightPart {
  display: block;
  padding: 1rem;
  border-top-width: 1px;
  --border-opacity: 1;
  border-color: #e5e7eb;
  border-color: rgba(229, 231, 235, var(--border-opacity));
  --text-opacity: 1;
  color: #30343f;
  color: rgba(48, 52, 63, var(--text-opacity));
}

.c-stageCard__category {
  margin-top: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.25rem;
}

.c-stageCard__stageTitleInner {
  margin-top: 1rem;
}

.c-stageCard__stageTitle {
  font-weight: 700;
  font-size: 1.125rem;
}

.c-stageCard__guests {
  margin-top: 2.5rem;
  line-height: 1.75rem;
}

.c-stageCard__detail {
  line-height: 1.75rem;
}

.c-stageCard__urlInner {
  margin-top: 2.5rem;
  line-height: 1.75rem;
}

.c-stageCard__url {
  display: block;
  word-break: break-all;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-stageCard__contentsTitle {
  display: block;
  --text-opacity: 1;
  color: #e50000;
  color: rgba(229, 0, 0, var(--text-opacity));
  font-weight: 700;
}

[data-stage="green"] .c-stageCard__contentsTitle {
  --text-opacity: 1;
  color: #008766;
  color: rgba(0, 135, 102, var(--text-opacity));
}

[data-stage="blue"] .c-stageCard__contentsTitle {
  --text-opacity: 1;
  color: #1875B5;
  color: rgba(24, 117, 181, var(--text-opacity));
}

@media (min-width: 768px){
  .c-stageCard__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .c-stageCard__leftPart {
    padding: 1rem;
    width: 25%;
  }

  .c-stageCard__rightPart {
    border-left-width: 1px;
    border-top-width: 0;
    padding: 1.5rem;
    width: 75%;
  }
}

.c-badge {
  border-radius: 0.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  font-size: 0.75rem;
  font-weight: 700;
  border-width: 1px;
  --text-opacity: 1;
  color: #e50000;
  color: rgba(229, 0, 0, var(--text-opacity));
  --border-opacity: 1;
  border-color: #e50000;
  border-color: rgba(229, 0, 0, var(--border-opacity));
}

[data-stage="green"] .c-badge, 
  .base-green .c-badge {
  --text-opacity: 1;
  color: #008766;
  color: rgba(0, 135, 102, var(--text-opacity));
  --border-opacity: 1;
  border-color: #008766;
  border-color: rgba(0, 135, 102, var(--border-opacity));
}

[data-stage="blue"] .c-badge {
  --text-opacity: 1;
  color: #1875B5;
  color: rgba(24, 117, 181, var(--text-opacity));
  --border-opacity: 1;
  border-color: #1875B5;
  border-color: rgba(24, 117, 181, var(--border-opacity));
}

.circle-btn.min-w-btn-260 {
  min-width: 260px;
}

.c-title {
  font-size: 1.5rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .c-title {
    font-size: 2.25rem;
  }
}

.c-mainContents {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
  width: 100%;
  --text-opacity: 1;
  color: #30343f;
  color: rgba(48, 52, 63, var(--text-opacity));
}

@media (min-width: 1024px) {
  .c-mainContents {
    padding-right: 2.5rem;
    padding-top: 5rem;
    padding-left: 304px;
  }

  .c-mainContents:first-of-type {
    padding-top: 2.5rem;
    padding-bottom: 6rem;
  }
}

.c-outer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-shadow: 0px 5px 12px rgb(0 67 101 / 8%);
          box-shadow: 0px 5px 12px rgb(0 67 101 / 8%);
  border-radius: 1rem;
  max-width: 1200px;
}

.c-outer:not(:only-child):last-of-type {
  padding-bottom: 5rem;
}

.c-outer:only-child {
  margin-bottom: 5rem;
}

.c-pageTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.5rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  --bg-opacity: 1;
  background-color: #1875B5;
  background-color: rgba(24, 117, 181, var(--bg-opacity));
}

.c-pageTitle__en {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-size: 1.875rem;
  font-weight: 700;
  font-family: 'Poppins',"游ゴシック体",YuGothic,YuGothic M,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
}

.c-pageTitle__jp {
  font-size: 1rem;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 700;
}

.base-lightblue .c-pageTitle {
  --bg-opacity: 1;
  background-color: #3caaee;
  background-color: rgba(60, 170, 238, var(--bg-opacity));
  --text-opacity: 1;
  color: #30343f;
  color: rgba(48, 52, 63, var(--text-opacity));
}

.base-lightblue .c-pageTitle__en {
  --text-opacity: 1;
  color: #30343f;
  color: rgba(48, 52, 63, var(--text-opacity));
}

.base-lightblue .c-pageTitle__jp {
  --text-opacity: 1;
  color: #30343f;
  color: rgba(48, 52, 63, var(--text-opacity));
}

.base-blue .c-pageTitle {
  --bg-opacity: 1;
  background-color: #1875B5;
  background-color: rgba(24, 117, 181, var(--bg-opacity));
}

.base-orange .c-pageTitle {
  --bg-opacity: 1;
  background-color: #FC872A;
  background-color: rgba(252, 135, 42, var(--bg-opacity));
}

.base-orange .c-pageTitle__en {
  --text-opacity: 1;
  color: #30343f;
  color: rgba(48, 52, 63, var(--text-opacity));
}

.base-orange .c-pageTitle__jp {
  --text-opacity: 1;
  color: #30343f;
  color: rgba(48, 52, 63, var(--text-opacity));
}

.base-pink .c-pageTitle {
  --bg-opacity: 1;
  background-color: #E02272;
  background-color: rgba(224, 34, 114, var(--bg-opacity));
}

.base-green .c-pageTitle {
  --bg-opacity: 1;
  background-color: #008766;
  background-color: rgba(0, 135, 102, var(--bg-opacity));
}

.base-navy .c-pageTitle {
  --bg-opacity: 1;
  background-color: #00295A;
  background-color: rgba(0, 41, 90, var(--bg-opacity));
}

.base-red .c-pageTitle {
  --bg-opacity: 1;
  background-color: #e50000;
  background-color: rgba(229, 0, 0, var(--bg-opacity));
}

@media (min-width: 1024px) {
  .c-pageTitle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .c-pageTitle__en {
    font-size: 3rem;
  }

  .c-pageTitle__jp {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
}

.c-outer__inner {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  position: relative;
}

.c-outer__sidebarInner {
  position: absolute;
  height: 100%;
  left: 1.5rem;
  top: 2.5rem;
}

@media (min-width: 1024px) {
  .c-outer__sidebarInner {
    min-height: auto !important;
  }
}

.text-2xs {
  font-size: 0.625rem;
}

.ff-en {
  font-family: 'Poppins',"游ゴシック体",YuGothic,YuGothic M,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
}

.z-minus1 {
  z-index: -1;
}

.pt-100p {
  padding-top: 100%;
}

.aspect-square {
  position: relative;
  width: 100%;
}

.aspect-square::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.aspect-square img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.footer {
  max-width: none;
  /* width: calc(100% - 1rem); */
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 1000px) {
  .footer {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
}

.c-container__outer {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 1000px) {
  .c-container__outer {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
}

.c-container__outer:last-of-type {
  margin-bottom: 80px;
}

.news-button {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: url(../img/common/ico_arrow-w-r.png) right 16px center no-repeat transparent;
  background-size: 12px;
}

.image-hover {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  position: relative;
  display: block;
}

.image-hover::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.image-hover:hover:after,.image-hover:focus:after {
  opacity: .2;
}

@media screen and (max-width: 999px) {
  .image-hover::after {
    display: none;
  }
}

.footer__btn-pt {
  bottom: 80px;
  position: fixed;
  right: 24px;
  z-index: 999;
}

.footer__btn-pt img {
  display: block;
  height: auto;
  width: 44px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.footer__btn-pt:hover img {
  opacity: .7;
}

/* .c-container__grayInner {
    @media screen and (min-width: 768px) {
      box-shadow: 0px 5px 12px rgba(0, 67, 101, 0.08);
    }
  } */

.p-1\/2 {
  padding: 0.125rem;
}

.rectangle-btn {
  display: block;
  width: 100%;
  border-radius: 0.5rem;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  padding-right: 0.5rem;
  padding-left: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 2.5rem;
  font-size: 1.125rem;
}

.rectangle-btn.font-icon {
  padding-right: 3rem;
  position: relative;
}

.rectangle-btn.font-icon::before {
  right: 1rem;
  left: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.font-icon-center.font-icon {
  padding-right: 3rem;
  position: relative;
}

.font-icon-center.font-icon::before {
  right: 1rem;
  left: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.distributionEnd {
  position: relative;
}

.distributionEnd::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

.distributionEnd::after {
  content: '配布終了';
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}

.list-step-sm > li {
  position: relative;
  display: block;
}

@media (min-width: 1024px) {
  .list-step-sm > li {
    display: inline-block;
  }
}

.list-step-sm > li + li {
  padding-top: 2rem;
}

.list-step-sm > li + li .list-step-sm__icon::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 11px 0 11px;
  border-color: #007bff transparent transparent transparent;
  position: absolute;
  top: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.base-blue .list-step-sm > li + li .list-step-sm__icon::before {
  --border-opacity: 1;
  border-color: #1875B5;
  border-color: rgba(24, 117, 181, var(--border-opacity));
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.base-orange .list-step-sm > li + li .list-step-sm__icon::before {
  --border-opacity: 1;
  border-color: #FC872A;
  border-color: rgba(252, 135, 42, var(--border-opacity));
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.base-pink .list-step-sm > li + li .list-step-sm__icon::before {
  --border-opacity: 1;
  border-color: #E02272;
  border-color: rgba(224, 34, 114, var(--border-opacity));
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.base-green .list-step-sm > li + li .list-step-sm__icon::before {
  --border-opacity: 1;
  border-color: #008766;
  border-color: rgba(0, 135, 102, var(--border-opacity));
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.base-navy .list-step-sm > li + li .list-step-sm__icon::before {
  --border-opacity: 1;
  border-color: #00295A;
  border-color: rgba(0, 41, 90, var(--border-opacity));
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.base-red .list-step-sm > li + li .list-step-sm__icon::before {
  --border-opacity: 1;
  border-color: #e50000;
  border-color: rgba(229, 0, 0, var(--border-opacity));
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.sold-out {
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-15deg);
          transform: translateX(-50%) rotate(-15deg);
}

.sold-out__icon {
  vertical-align: middle;
  width: 250px;
  max-width: 300px;
}

@media (min-width: 768px) {
  .sold-out {
    left: 25%;
  }

  .sold-out__icon {
    width: 100%;
    max-width: 300px;
  }
}

.c-textbox__outer input {
  width: 100%;
  background-color: transparent;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #e5e7eb;
  border-color: rgba(229, 231, 235, var(--border-opacity));
  border-radius: 0.5rem;
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.c-checkbox__outer input[type='checkbox'] {
  display: none;
}

.c-checkbox__outer input[type='checkbox'] + label {
  display: none;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.c-checkbox__outer input[type='checkbox'] + label:before {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #30343f;
  border-color: rgba(48, 52, 63, var(--border-opacity));
  border-radius: 0.125rem;
  content: '';
  width: 14px;
  height: 14px;
  /* border: 1px solid #efefef;
    border-radius: 2px; */
}

.c-checkbox__outer input[type='checkbox']:checked + label:before {
  --bg-opacity: 1;
  background-color: #021F45;
  background-color: rgba(2, 31, 69, var(--bg-opacity));
  border-style: none;
}

.c-checkbox__outer input[type='checkbox']:checked + label:after {
  position: absolute;
  display: block;
  margin: auto;
  content: '';
  width: 8px;
  height: 5px;
  top: 5px;
  left: 3px;
  top: -2px;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-radius: 1px;
}

.c-translateButton {
  position: fixed;
  z-index: 50;
  width: 10rem;
  font-size: 0.875rem;
  --bg-opacity: 1;
  background-color: #1875B5;
  background-color: rgba(24, 117, 181, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 700;
  border-radius: 0.5rem;
  /* bottom: 30px; */
  /* top: 25px; */
  top: 100px;
  right: 52px;
  z-index: 1000;
  /* border: none; */
  /* z-index: 2147483610; */
  /* width: 162px; */
  /* height: 24px; */
  /* font-family: Roboto, YuGothicM, メイリオ, Meiryo, sans-serif; */
  position: fixed;
  /* touch-action: none; */
}

@media screen and (max-width: 999px) {
  .c-translateButton {
    top: 80px !important;
    right: 20px !important;
    z-index: 998;
  }
}

.c-translateButton__titleButton {
  display: block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.moving.c-translateButton .c-translateButton__titleButton {
  pointer-events: none;
}

.c-iframe {
  display: block;
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}

.c-exchCard {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-radius: 0.5rem;
  -webkit-box-shadow: 0px 5px 12px rgb(0 67 101 / 8%);
          box-shadow: 0px 5px 12px rgb(0 67 101 / 8%);
  --text-opacity: 1;
  color: #30343f;
  color: rgba(48, 52, 63, var(--text-opacity));
}

.c-exchCard__img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  height: 360px;
}

.c-exchCard__caption {
  display: block;
  text-align: center;
  padding-top: 0.25rem;
  padding-bottom: 0.75rem;
  font-size: 0.625rem;
  --text-opacity: 1;
  color: #30343f;
  color: rgba(48, 52, 63, var(--text-opacity));
}

.c-exchCard__scheduleBox {
  --bg-opacity: 1;
  background-color: #008766;
  background-color: rgba(0, 135, 102, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 700;
  font-size: 1.125rem;
  text-align: center;
  padding: 0.25rem;
}

.c-exchCard__scheduleBoxInner {
  border-width: 4px;
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  padding: 1rem;
}

.c-exchCard__contents {
  padding: 1rem;
}

.c-exchCard__categories {
  margin-top: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.25rem;
}

.c-exchCard__categoryItem {
  padding: 0.125rem;
}

.c-exchCard__title {
  font-weight: 700;
  font-size: 1.25rem;
  margin-top: 1rem;
}

.c-exchCard__corporateName {
  margin-top: 1rem;
}

.c-exchCard__informations {
  margin-top: 2.5rem;
  line-height: 1.75rem;
}

.c-exchCard__descriptionTitle {
  display: block;
  --text-opacity: 1;
  color: #008766;
  color: rgba(0, 135, 102, var(--text-opacity));
  font-weight: 700;
}

.c-exchCard__description + .c-exchCard__descriptionTitle {
  margin-top: 1.5rem;
}

.c-exchCard__link {
  text-decoration: underline;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  display: block;
  word-break: break-all;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-exchCard__link + .c-exchCard__link {
  margin-top: 0.5rem;
}

.c-exchCard__platforms {
  margin-top: 2.5rem;
  border-top-width: 1px;
  --border-opacity: 1;
  border-color: #e5e7eb;
  border-color: rgba(229, 231, 235, var(--border-opacity));
}

.c-exchCard__platformIcons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) {
  .c-exchCard__platformIcons {
    margin: -0.25rem;
  }
}

.c-exchCard__platformIcon {
  padding: 0.5rem;
  display: inline-block;
}

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

.c-sortButton {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #008766;
  border-color: rgba(0, 135, 102, var(--border-opacity));
  font-weight: 700;
  border-radius: 0.5rem;
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}

.c-sortButton.is-active {
  --bg-opacity: 1;
  background-color: #008766;
  background-color: rgba(0, 135, 102, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.c-sortButton wel {
  pointer-events: none;
}

.space-x-10 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.bg-gray-200 {
  --bg-opacity: 1;
  background-color: #f0f1f4;
  background-color: rgba(240, 241, 244, var(--bg-opacity));
}

.bg-gray-300 {
  --bg-opacity: 1;
  background-color: #e5e7eb;
  background-color: rgba(229, 231, 235, var(--bg-opacity));
}

.bg-gray-700 {
  --bg-opacity: 1;
  background-color: #495060;
  background-color: rgba(73, 80, 96, var(--bg-opacity));
}

.bg-gray-800 {
  --bg-opacity: 1;
  background-color: #30343f;
  background-color: rgba(48, 52, 63, var(--bg-opacity));
}

.bg-red-700 {
  --bg-opacity: 1;
  background-color: #e50000;
  background-color: rgba(229, 0, 0, var(--bg-opacity));
}

.bg-orange-100 {
  --bg-opacity: 1;
  background-color: #FEF8E9;
  background-color: rgba(254, 248, 233, var(--bg-opacity));
}

.bg-orange-200 {
  --bg-opacity: 1;
  background-color: #FDF3D2;
  background-color: rgba(253, 243, 210, var(--bg-opacity));
}

.bg-orange-500 {
  --bg-opacity: 1;
  background-color: #FAC96B;
  background-color: rgba(250, 201, 107, var(--bg-opacity));
}

.bg-orange-700 {
  --bg-opacity: 1;
  background-color: #FC872A;
  background-color: rgba(252, 135, 42, var(--bg-opacity));
}

.bg-orange-800 {
  --bg-opacity: 1;
  background-color: #C46621;
  background-color: rgba(196, 102, 33, var(--bg-opacity));
}

.bg-green-100 {
  --bg-opacity: 1;
  background-color: #F3FBF9;
  background-color: rgba(243, 251, 249, var(--bg-opacity));
}

.bg-green-700 {
  --bg-opacity: 1;
  background-color: #00A980;
  background-color: rgba(0, 169, 128, var(--bg-opacity));
}

.bg-green-800 {
  --bg-opacity: 1;
  background-color: #008766;
  background-color: rgba(0, 135, 102, var(--bg-opacity));
}

.bg-green-900 {
  --bg-opacity: 1;
  background-color: #005440;
  background-color: rgba(0, 84, 64, var(--bg-opacity));
}

.bg-blue-200 {
  --bg-opacity: 1;
  background-color: #DBEAF4;
  background-color: rgba(219, 234, 244, var(--bg-opacity));
}

.bg-blue-700 {
  --bg-opacity: 1;
  background-color: #1875B5;
  background-color: rgba(24, 117, 181, var(--bg-opacity));
}

.bg-blue-800 {
  --bg-opacity: 1;
  background-color: #135d90;
  background-color: rgba(19, 93, 144, var(--bg-opacity));
}

.bg-pink-100 {
  --bg-opacity: 1;
  background-color: #FDEFF5;
  background-color: rgba(253, 239, 245, var(--bg-opacity));
}

.bg-pink-700 {
  --bg-opacity: 1;
  background-color: #E02272;
  background-color: rgba(224, 34, 114, var(--bg-opacity));
}

.bg-lightBlue-600 {
  --bg-opacity: 1;
  background-color: #3caaee;
  background-color: rgba(60, 170, 238, var(--bg-opacity));
}

.bg-navy-200 {
  --bg-opacity: 1;
  background-color: #C0CDDD;
  background-color: rgba(192, 205, 221, var(--bg-opacity));
}

.bg-navy-700 {
  --bg-opacity: 1;
  background-color: #00295A;
  background-color: rgba(0, 41, 90, var(--bg-opacity));
}

.bg-aj-green {
  --bg-opacity: 1;
  background-color: #00a980;
  background-color: rgba(0, 169, 128, var(--bg-opacity));
}

.bg-aj-blue {
  --bg-opacity: 1;
  background-color: #0075B5;
  background-color: rgba(0, 117, 181, var(--bg-opacity));
}

.bg-aj-light-gray {
  --bg-opacity: 1;
  background-color: #e4e7e9;
  background-color: rgba(228, 231, 233, var(--bg-opacity));
}

.odd\:bg-white:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.odd\:bg-red-100:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #FFF4F5;
  background-color: rgba(255, 244, 245, var(--bg-opacity));
}

.odd\:bg-orange-100:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #FEF8E9;
  background-color: rgba(254, 248, 233, var(--bg-opacity));
}

.odd\:bg-green-100:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #F3FBF9;
  background-color: rgba(243, 251, 249, var(--bg-opacity));
}

.odd\:bg-blue-100:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #F4F8FC;
  background-color: rgba(244, 248, 252, var(--bg-opacity));
}

.odd\:bg-pink-100:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #FDEFF5;
  background-color: rgba(253, 239, 245, var(--bg-opacity));
}

.odd\:bg-navy-100:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #DFE5EB;
  background-color: rgba(223, 229, 235, var(--bg-opacity));
}

.even\:bg-red-100:nth-child(even) {
  --bg-opacity: 1;
  background-color: #FFF4F5;
  background-color: rgba(255, 244, 245, var(--bg-opacity));
}

.bg-opacity-50 {
  --bg-opacity: 0.5;
}

.border-separate {
  border-collapse: separate;
}

.border-current {
  border-color: currentColor;
}

.border-white {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.border-gray-300 {
  --border-opacity: 1;
  border-color: #e5e7eb;
  border-color: rgba(229, 231, 235, var(--border-opacity));
}

.border-orange-500 {
  --border-opacity: 1;
  border-color: #FAC96B;
  border-color: rgba(250, 201, 107, var(--border-opacity));
}

.border-orange-700 {
  --border-opacity: 1;
  border-color: #FC872A;
  border-color: rgba(252, 135, 42, var(--border-opacity));
}

.border-orange-900 {
  --border-opacity: 1;
  border-color: #895019;
  border-color: rgba(137, 80, 25, var(--border-opacity));
}

.border-green-800 {
  --border-opacity: 1;
  border-color: #008766;
  border-color: rgba(0, 135, 102, var(--border-opacity));
}

.border-blue-700 {
  --border-opacity: 1;
  border-color: #1875B5;
  border-color: rgba(24, 117, 181, var(--border-opacity));
}

.border-pink-700 {
  --border-opacity: 1;
  border-color: #E02272;
  border-color: rgba(224, 34, 114, var(--border-opacity));
}

.border-navy-200 {
  --border-opacity: 1;
  border-color: #C0CDDD;
  border-color: rgba(192, 205, 221, var(--border-opacity));
}

.border-navy-300 {
  --border-opacity: 1;
  border-color: #9BAFC9;
  border-color: rgba(155, 175, 201, var(--border-opacity));
}

.border-navy-700 {
  --border-opacity: 1;
  border-color: #00295A;
  border-color: rgba(0, 41, 90, var(--border-opacity));
}

.border-aj-green {
  --border-opacity: 1;
  border-color: #00a980;
  border-color: rgba(0, 169, 128, var(--border-opacity));
}

.border-aj-light-gray {
  --border-opacity: 1;
  border-color: #e4e7e9;
  border-color: rgba(228, 231, 233, var(--border-opacity));
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}

.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}

.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}

.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}

.border-solid {
  border-style: solid;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border {
  border-width: 1px;
}

.border-t-0 {
  border-top-width: 0;
}

.border-r-0 {
  border-right-width: 0;
}

.border-l-0 {
  border-left-width: 0;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-t {
  border-top-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

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

.table {
  display: table;
}

.grid {
  display: -ms-grid;
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

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

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

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

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

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

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

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

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.flex-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-bold {
  font-weight: 700;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-24 {
  height: 6rem;
}

.h-full {
  height: 100%;
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-none {
  line-height: 1;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-loose {
  line-height: 2;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

.list-disc {
  list-style-type: disc;
}

.list-decimal {
  list-style-type: decimal;
}

.-m-2 {
  margin: -0.5rem;
}

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

.mt-1 {
  margin-top: 0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

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

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

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

.-ml-1 {
  margin-left: -0.25rem;
}

.first\:mt-0:first-child {
  margin-top: 0;
}

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

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.group:hover .group-hover\:opacity-75 {
  opacity: 0.75;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.top-1\/2 {
  top: 50%;
}

.shadow-sm {
  -webkit-box-shadow: 0px 2px 6px rgba(130, 169, 188, 0.4);
          box-shadow: 0px 2px 6px rgba(130, 169, 188, 0.4);
}

.shadow {
  -webkit-box-shadow: 0px 5px 12px rgb(0 67 101 / 8%);
          box-shadow: 0px 5px 12px rgb(0 67 101 / 8%);
}

.hover\:shadow-lg:hover {
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.group:hover .group-hover\:shadow {
  -webkit-box-shadow: 0px 5px 12px rgb(0 67 101 / 8%);
          box-shadow: 0px 5px 12px rgb(0 67 101 / 8%);
}

.group:hover .group-hover\:shadow-lg {
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

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

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

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

.text-white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.text-gray-600 {
  --text-opacity: 1;
  color: #767e96;
  color: rgba(118, 126, 150, var(--text-opacity));
}

.text-gray-700 {
  --text-opacity: 1;
  color: #495060;
  color: rgba(73, 80, 96, var(--text-opacity));
}

.text-gray-800 {
  --text-opacity: 1;
  color: #30343f;
  color: rgba(48, 52, 63, var(--text-opacity));
}

.text-red-700 {
  --text-opacity: 1;
  color: #e50000;
  color: rgba(229, 0, 0, var(--text-opacity));
}

.text-orange-700 {
  --text-opacity: 1;
  color: #FC872A;
  color: rgba(252, 135, 42, var(--text-opacity));
}

.text-orange-900 {
  --text-opacity: 1;
  color: #895019;
  color: rgba(137, 80, 25, var(--text-opacity));
}

.text-green-700 {
  --text-opacity: 1;
  color: #00A980;
  color: rgba(0, 169, 128, var(--text-opacity));
}

.text-green-800 {
  --text-opacity: 1;
  color: #008766;
  color: rgba(0, 135, 102, var(--text-opacity));
}

.text-blue-700 {
  --text-opacity: 1;
  color: #1875B5;
  color: rgba(24, 117, 181, var(--text-opacity));
}

.text-pink-700 {
  --text-opacity: 1;
  color: #E02272;
  color: rgba(224, 34, 114, var(--text-opacity));
}

.text-navy-700 {
  --text-opacity: 1;
  color: #00295A;
  color: rgba(0, 41, 90, var(--text-opacity));
}

.text-aj-green {
  --text-opacity: 1;
  color: #00a980;
  color: rgba(0, 169, 128, var(--text-opacity));
}

.text-aj-blue {
  --text-opacity: 1;
  color: #0075B5;
  color: rgba(0, 117, 181, var(--text-opacity));
}

.text-aj-font {
  --text-opacity: 1;
  color: #30343F;
  color: rgba(48, 52, 63, var(--text-opacity));
}

.underline {
  text-decoration: underline;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.group:hover .group-hover\:underline {
  text-decoration: underline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.whitespace-no-wrap {
  white-space: nowrap;
}

.break-all {
  word-break: break-all;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-32 {
  width: 8rem;
}

.w-40 {
  width: 10rem;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-1\/4 {
  width: 25%;
}

.w-1\/6 {
  width: 16.666667%;
}

.w-full {
  width: 100%;
}

.gap-2 {
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

.gap-3 {
  grid-gap: 0.75rem;
  gap: 0.75rem;
}

.gap-4 {
  grid-gap: 1rem;
  gap: 1rem;
}

.gap-6 {
  grid-gap: 1.5rem;
  gap: 1.5rem;
}

.gap-x-3 {
  grid-column-gap: 0.75rem;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
}

.gap-y-4 {
  grid-row-gap: 1rem;
  row-gap: 1rem;
}

.grid-cols-1 {
  -ms-grid-columns: (minmax(0, 1fr))[1];
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
          transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}

.-translate-x-1\/2 {
  --transform-translate-x: -50%;
}

.-translate-y-1\/2 {
  --transform-translate-y: -50%;
}

.transition {
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform;
}

.transition-opacity {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.ease-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-100 {
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
}

.duration-300 {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.duration-500 {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes ping {
  75%, 100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@media (min-width: 640px) {
  .sm\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .sm\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .sm\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .sm\:container {
      max-width: 1280px;
    }
  }

  .sm\:grid-cols-3 {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .md\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .md\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .md\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .md\:container {
      max-width: 1280px;
    }
  }

  .md\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:border-t-0 {
    border-top-width: 0;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .md\:table {
    display: table;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:table-row {
    display: table-row;
  }

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

  .md\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

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

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

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

  .md\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }

  .md\:font-normal {
    font-weight: 400;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:text-sm {
    font-size: 0.875rem;
  }

  .md\:text-base {
    font-size: 1rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
  }

  .md\:leading-7 {
    line-height: 1.75rem;
  }

  .md\:leading-normal {
    line-height: 1.5;
  }

  .md\:-m-1 {
    margin: -0.25rem;
  }

  .md\:-m-2 {
    margin: -0.5rem;
  }

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:mr-1 {
    margin-right: 0.25rem;
  }

  .md\:ml-1 {
    margin-left: 0.25rem;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:p-1 {
    padding: 0.25rem;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:pt-0 {
    padding-top: 0;
  }

  .md\:pr-0 {
    padding-right: 0;
  }

  .md\:pl-0 {
    padding-left: 0;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pl-3 {
    padding-left: 0.75rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:align-baseline {
    vertical-align: baseline;
  }

  .md\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-56 {
    width: 14rem;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-120 {
    width: 30rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:gap-x-2 {
    grid-column-gap: 0.5rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }

  .md\:gap-x-5 {
    grid-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .md\:gap-y-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .md\:grid-cols-2 {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .lg\:container {
      max-width: 1280px;
    }
  }

  .lg\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .lg\:table {
    display: table;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

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

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

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

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

  .lg\:text-xs {
    font-size: 0.75rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
  }

  .lg\:text-base {
    font-size: 1rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
  }

  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:p-0 {
    padding: 0;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-40 {
    width: 10rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .lg\:grid-cols-2 {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    -ms-grid-columns: (minmax(0, 1fr))[5];
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .xl\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .xl\:container {
      max-width: 1280px;
    }
  }
}
