/*--
Author: Mycroft
Author URL: http://www.ebinetokyo.com
--*/
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=MPLUS1p:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caprasimo&display=swap');
/*!
 * Bootstrap v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1 --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}

*,
::after,
::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

@-webkit-keyframes resetButton {
    0% {
        background-position: 100% 0
    }

    100% {
        background-position: 0 0
    }
}

@keyframes resetButton {
    0% {
        background-position: 100% 0
    }

    100% {
        background-position: 0 0
    }
}

body {
    margin: 0;
    font-family: 'MPLUS1p', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 700;
    line-height: 1.2
}

.h1,
h1 {
    font-family: 'Caprasimo', cursive;
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {

    .h1,
    h1 {
        font-family: 'Caprasimo', cursive;
        font-size: 2.5rem
    }
}

.h2,
h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {

    .h2,
    h2 {
        font-size: 2rem
    }
}

.h3,
h3 {
    font-family: 'Shippori Mincho', serif;
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {

    .h3,
    h3 {
        font-family: 'Shippori Mincho', serif;
        font-size: 1.75rem
    }
}

.h4,
h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

    .h4,
    h4 {
        font-size: 1.5rem
    }
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-bs-original-title],
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul {
    padding-left: 2rem
}


dd,
dt {
  font-size: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  background: 0 0;
}


ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

.small,
small {
    font-size: .875em
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #0d6efd;
    text-decoration: underline
}

a:hover {
    color: var(--primary-color);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: 'MPLUS1p', sans-serif;
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: 'MPLUS1p', sans-serif;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

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

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend + * {
    clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

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

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote > :last-child {
    margin-bottom: 0
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .875em;
    color: #6c757d
}

.blockquote-footer::before {
    content: "— "
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: .875em;
    color: #6c757d
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2)
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.3333333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.6666666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.3333333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.6666666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.3333333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.6666666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}

@media (min-width:576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:768px) {
    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:992px) {
    .col-lg {
        flex: 1 0 0%
    }

    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1400px) {
    .col-xxl {
        flex: 1 0 0%
    }

    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xxl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xxl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xxl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xxl-11 {
        margin-left: 91.6666666667%
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6
}

.table > :not(caption) > * > * {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table > tbody {
    vertical-align: inherit
}

.table > thead {
    vertical-align: bottom
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: currentColor
}

.caption-top {
    caption-side: top
}

.table-sm > :not(caption) > * > * {
    padding: .25rem .25rem
}

.table-bordered > :not(caption) > * {
    border-width: 1px 0
}

.table-bordered > :not(caption) > * > * {
    border-width: 0 1px
}

.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0
}

.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}

.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}

.table-primary {
    --bs-table-bg: #cfe2ff;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bacbe6
}

.table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbccce
}

.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7
}

.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #badce3
}

.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dbb9
}

.table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfc2c4
}

.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1
}

.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: #6c757d
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border: 1px solid var(--primary-color);
    outline: 0;
    box-shadow: none;
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

.form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px)
}

textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px)
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px)
}

.form-control-color {
    max-width: 3rem;
    height: auto;
    padding: .375rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: .25rem
}

.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: .25rem
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none
}

.form-select:disabled {
    background-color: #e9ecef
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-switch .form-check-input {
        transition: none
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
    pointer-events: none;
    filter: none;
    opacity: .65
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range:disabled {
    pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.form-floating {
    position: relative
}

.form-floating > .form-control,
.form-floating > .form-select {
    height: calc(3.5rem + 2px);
    padding: 1rem .75rem
}

.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-floating > label {
        transition: none
    }
}

.form-floating > .form-control::-moz-placeholder {
    color: transparent
}

.form-floating > .form-control::placeholder {
    color: transparent
}

.form-floating > .form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating > .form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group > .form-control,
.input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group > .form-control:focus,
.input-group > .form-select:focus {
    z-index: 3
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 3
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
    padding-right: 3rem
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #198754
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(25, 135, 84, .9);
    border-radius: .25rem
}

.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
    display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #198754;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #198754
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: #198754
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: #198754
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #198754
}

.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
    z-index: 1
}

.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
    z-index: 3
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: #dc3545
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: #dc3545
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
    background-color: #dc3545
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: var(--primary-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
    z-index: 2
}

.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
    z-index: 3
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529
}

.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(103 58 183 / 42%);
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65
}

.btn-primary {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    box-shadow: 0 0 0 0.25rem rgb(255 193 7 / 33%);
}

.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgb(255 193 7 / 33%);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.btn-secondary {
    color: #130b00;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.btn-secondary:hover {
    color: #130b00;
    background-color: #e05b03;
    border-color: #e05b03;
}

.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
    color: #130b00;
    background-color: #e05b03;
    border-color: #e05b03;
    box-shadow: 0 0 0 0.25rem rgb(250 159 30 / 33%);
}

.btn-check:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
    color: #130b00;
    background-color: #e05b03;
    border-color: #e05b03;
}

.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgb(250 159 30 / 33%);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #130b00;
    background-color: #e05b03;
    border-color: #e05b03;
}

.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43
}

.btn-check:focus + .btn-success,
.btn-success:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f
}

.btn-check:active + .btn-success:focus,
.btn-check:checked + .btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2
}

.btn-check:focus + .btn-info,
.btn-info:focus {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
    box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

.btn-check:active + .btn-info,
.btn-check:checked + .btn-info,
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
    color: #000;
    background-color: #3dd5f3;
    border-color: #25cff2
}

.btn-check:active + .btn-info:focus,
.btn-check:checked + .btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-warning {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720
}

.btn-check:focus + .btn-warning,
.btn-warning:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

.btn-check:active + .btn-warning,
.btn-check:checked + .btn-warning,
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720
}

.btn-check:active + .btn-warning:focus,
.btn-check:checked + .btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37
}

.btn-check:focus + .btn-danger,
.btn-danger:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

.btn-check:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834
}

.btn-check:active + .btn-danger:focus,
.btn-check:checked + .btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.btn-check:focus + .btn-light,
.btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.btn-check:active + .btn-light:focus,
.btn-check:checked + .btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-dark {
    color: var(--primary-color);
    background-color: transparent;
    border-color: var(--primary-color);
}

.btn-dark:hover {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-check:focus + .btn-dark,
.btn-dark:focus {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.25rem rgb(76 175 80 / 35%);
}

.btn-check:active + .btn-dark,
.btn-check:checked + .btn-dark,
.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-check:active + .btn-dark:focus,
.btn-check:checked + .btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-outline-primary {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgb(76 175 80 / 35%);
}

.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #0d6efd;
    background-color: transparent
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}

.btn-check:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-check:active + .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
    box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-success {
    color: #198754;
    border-color: #198754
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}

.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-check:active + .btn-outline-success:focus,
.btn-check:checked + .btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #198754;
    background-color: transparent
}

.btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-outline-info:hover {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}

.btn-check:active + .btn-outline-info,
.btn-check:checked + .btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-check:active + .btn-outline-info:focus,
.btn-check:checked + .btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #0dcaf0;
    background-color: transparent
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
}

.btn-check:active + .btn-outline-warning,
.btn-check:checked + .btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-check:active + .btn-outline-warning:focus,
.btn-check:checked + .btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}

.btn-check:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-check:active + .btn-outline-danger:focus,
.btn-check:checked + .btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
}

.btn-check:active + .btn-outline-light,
.btn-check:checked + .btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-check:active + .btn-outline-light:focus,
.btn-check:checked + .btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
    box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-dark {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0.25rem rgb(76 175 80 / 35%);
}

.btn-check:active + .btn-outline-dark,
.btn-check:checked + .btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-check:active + .btn-outline-dark:focus,
.btn-check:checked + .btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
    box-shadow: 0 0 0 0.25rem rgb(103 58 183 / 30%);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: var(--primary-color);
    background-color: transparent;
}

.btn-link {
    font-weight: 400;
    color: #0d6efd;
    text-decoration: underline
}

.btn-link:hover {
    color: #0a58ca
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d
}

.btn-group-lg > .btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.btn-group-sm > .btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropend,
.dropstart,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: .125rem
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }

    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }

    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-end {
        --bs-position: end
    }

    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }

    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }

    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }

    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-toggle::after {
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropstart .dropdown-toggle::after {
    display: none
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, .15)
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    background-color: transparent;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1rem;
    color: #212529
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item {
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .15)
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #0d6efd
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
    color: #adb5bd
}

.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-header {
    color: #adb5bd
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
    margin-left: -1px
}

.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropstart .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%
}

.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn ~ .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:focus,
.nav-link:hover {
    color: #0a58ca
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0d6efd
}

.nav-fill .nav-item,
.nav-fill > .nav-link {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,
.nav-justified > .nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .25rem
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

@media (min-width:1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    opacity: 0.95;
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    opacity: 0.95;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .55);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .55)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .55);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .55)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card > hr {
    margin-right: 0;
    margin-left: 0
}

.card > .list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem
}

.card-title {
    margin-bottom: .5rem
}

.card-subtitle {
    margin-top: -.25rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1rem
}

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.5rem;
    margin-bottom: -.5rem;
    margin-left: -.5rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.5rem;
    margin-left: -.5rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-group > .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0
    }

    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-header,
    .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-footer,
    .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-header,
    .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-footer,
    .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: var(--primary-color);
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125)
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg)
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--primary-color);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.accordion-item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-body {
    padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-item:first-child {
    border-top: 0
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/")
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .page-link {
        transition: none
    }
}

.page-link:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6
}

.page-link {
    padding: .375rem .75rem
}

.page-item:first-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3rem
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem
}

.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe
}

.alert-primary .alert-link {
    color: #06357a
}

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8
}

.alert-secondary .alert-link {
    color: #34383c
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc
}

.alert-success .alert-link {
    color: #0c4128
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb
}

.alert-info .alert-link {
    color: #04414d
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5
}

.alert-warning .alert-link {
    color: #523e02
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7
}

.alert-danger .alert-link {
    color: #6a1a21
}

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light .alert-link {
    color: #4f5050
}

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf
}

.alert-dark .alert-link {
    color: #101214
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0d6efd;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section
}

.list-group-numbered > li::before {
    content: counters(section, ".") ". ";
    counter-increment: section
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.list-group-item + .list-group-item {
    border-top-width: 0
}

.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal > .list-group-item.active {
    margin-top: 0
}

.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row
    }

    .list-group-horizontal-xxl > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxl > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xxl > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush > .list-group-item {
    border-width: 0 0 1px
}

.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #084298;
    background-color: #cfe2ff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #084298;
    background-color: #bacbe6
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #084298;
    border-color: #084298
}

.list-group-item-secondary {
    color: #41464b;
    background-color: #e2e3e5
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #41464b;
    background-color: #cbccce
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #41464b;
    border-color: #41464b
}

.list-group-item-success {
    color: #0f5132;
    background-color: #d1e7dd
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #0f5132;
    background-color: #bcd0c7
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0f5132;
    border-color: #0f5132
}

.list-group-item-info {
    color: #055160;
    background-color: #cff4fc
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #055160;
    background-color: #badce3
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #055160;
    border-color: #055160
}

.list-group-item-warning {
    color: #664d03;
    background-color: #fff3cd
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #664d03;
    background-color: #e6dbb9
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03
}

.list-group-item-danger {
    color: #842029;
    background-color: #f8d7da
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #842029;
    background-color: #dfc2c4
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #842029;
    border-color: #842029
}

.list-group-item-light {
    color: #636464;
    background-color: #fefefe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #636464;
    background-color: #e5e5e5
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #636464;
    border-color: #636464
}

.list-group-item-dark {
    color: #141619;
    background-color: #d3d3d4
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #141619;
    background-color: #bebebf
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #141619;
    border-color: #141619
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    opacity: 1
}

.btn-close.disabled,
.btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: .25
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: .875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.toast:not(.showing):not(.show) {
    opacity: 0
}

.toast.hide {
    display: none
}

.toast-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

.toast-container > :not(:last-child) {
    margin-bottom: .75rem
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .5rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-header .btn-close {
    margin-right: -.375rem;
    margin-left: .75rem
}

.toast-body {
    padding: .75rem;
    word-wrap: break-word
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer > * {
    margin: .25rem
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

.modal-fullscreen .modal-footer {
    border-radius: 0
}

@media (max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: 'MPLUS1p', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[data-popper-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
    bottom: 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
    top: -1px;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[data-popper-placement^=right],
.bs-tooltip-end {
    padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
    right: -1px;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[data-popper-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
    top: 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[data-popper-placement^=left],
.bs-tooltip-start {
    padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
    left: -1px;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: 'MPLUS1p', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem
}

.popover .popover-arrow::after,
.popover .popover-arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow,
.bs-popover-top > .popover-arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.bs-popover-top > .popover-arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow,
.bs-popover-end > .popover-arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.bs-popover-end > .popover-arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow,
.bs-popover-start > .popover-arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.bs-popover-start > .popover-arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid #d8d8d8;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: 1rem 1rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion:reduce) {

    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .offcanvas {
        transition: none
    }
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem
}

.offcanvas-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5
}

.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(-100%)
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(100%)
}

.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    transform: translateY(-100%)
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, .2);
    transform: translateY(100%)
}

.offcanvas.show {
    transform: none
}

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

.link-primary {
    color: #0d6efd
}

.link-primary:focus,
.link-primary:hover {
    color: #0a58ca
}

.link-secondary {
    color: #6c757d
}

.link-secondary:focus,
.link-secondary:hover {
    color: #565e64
}

.link-success {
    color: #198754
}

.link-success:focus,
.link-success:hover {
    color: #146c43
}

.link-info {
    color: #0dcaf0
}

.link-info:focus,
.link-info:hover {
    color: #3dd5f3
}

.link-warning {
    color: #ffc107
}

.link-warning:focus,
.link-warning:hover {
    color: #ffcd39
}

.link-danger {
    color: #dc3545
}

.link-danger:focus,
.link-danger:hover {
    color: #b02a37
}

.link-light {
    color: #f8f9fa
}

.link-light:focus,
.link-light:hover {
    color: #f9fafb
}

.link-dark {
    color: #212529
}

.link-dark:focus,
.link-dark:hover {
    color: #1a1e21
}

.ratio {
    position: relative;
    width: 100%
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%)
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%)
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%)
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}

@media (min-width:576px) {
    .sticky-sm-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:768px) {
    .sticky-md-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:992px) {
    .sticky-lg-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:1200px) {
    .sticky-xl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:1400px) {
    .sticky-xxl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    transform: translateX(-50%) !important
}

.translate-middle-y {
    transform: translateY(-50%) !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: 1px solid #dee2e6 !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: 1px solid #dee2e6 !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #0d6efd !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #198754 !important
}

.border-info {
    border-color: #0dcaf0 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #212529 !important
}

.border-white {
    border-color: #fff !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    flex: 1 1 auto !important
}

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

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

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

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

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

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

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

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

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

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

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

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

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

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

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

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

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

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

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

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

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

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

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

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

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

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

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

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

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

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

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

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

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

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

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

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

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

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

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

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

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

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

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

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

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

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

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

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

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

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

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

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

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

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

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

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

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

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw) !important
}

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

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

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-primary {
    color: #0d6efd !important
}

.text-secondary {
    color: #6c757d !important
}

.text-success {
    color: #198754 !important
}

.text-info {
    color: #0dcaf0 !important
}

.text-warning {
    color: #ffc107 !important
}

.text-danger {
    color: #dc3545 !important
}

.text-light {
    color: #f8f9fa !important
}

.text-dark {
    color: #212529 !important
}

.text-white {
    color: #fff !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-reset {
    color: inherit !important
}

.bg-primary {
    background-color: #0d6efd !important
}

.bg-secondary {
    background-color: #6c757d !important
}

.bg-success {
    background-color: #198754 !important
}

.bg-info {
    background-color: #0dcaf0 !important
}

.bg-warning {
    background-color: #ffc107 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

.bg-dark {
    background-color: #212529 !important
}

.bg-body {
    background-color: #fff !important
}

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

.bg-transparent {
    background-color: transparent !important
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: .2rem !important
}

.rounded-2 {
    border-radius: .25rem !important
}

.rounded-3 {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-end {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-start {
    border-bottom-left-radius: .25rem !important;
    border-top-left-radius: .25rem !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media (min-width:576px) {
    .float-sm-start {
        float: left !important
    }

    .float-sm-end {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

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

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

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

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

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

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

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

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

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

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

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-4 {
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        gap: 3rem !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

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

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

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

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

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

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

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

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

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

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .float-md-start {
        float: left !important
    }

    .float-md-end {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

    .d-md-inline {
        display: inline !important
    }

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

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

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

    .flex-md-fill {
        flex: 1 1 auto !important
    }

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

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

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

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

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

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

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

    .gap-md-3 {
        gap: 1rem !important
    }

    .gap-md-4 {
        gap: 1.5rem !important
    }

    .gap-md-5 {
        gap: 3rem !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

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

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

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

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

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

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

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

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

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

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

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

    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

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

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

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

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .float-lg-start {
        float: left !important
    }

    .float-lg-end {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

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

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

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

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

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

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

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

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

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

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

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .25rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-4 {
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        gap: 3rem !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

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

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

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

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

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

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

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

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

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

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

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

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .float-xl-start {
        float: left !important
    }

    .float-xl-end {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

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

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

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

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

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

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

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

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

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

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

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .25rem !important
    }

    .gap-xl-2 {
        gap: .5rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-4 {
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        gap: 3rem !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

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

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

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

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

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

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

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

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

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

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width:1400px) {
    .float-xxl-start {
        float: left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

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

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }

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

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

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

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

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

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

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

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

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: .25rem !important
    }

    .gap-xxl-2 {
        gap: .5rem !important
    }

    .gap-xxl-3 {
        gap: 1rem !important
    }

    .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxl-5 {
        gap: 3rem !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

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

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

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

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

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

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

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

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

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

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }

    .order-xxl-first {
        order: -1 !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 3rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .fs-1 {
        font-size: 2.5rem !important
    }

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

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

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

@media print {
    .d-print-inline {
        display: inline !important
    }

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

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }

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

/*# sourceMappingURL=bootstrap.min.css.map */

/*--/Font-Awesome--*/
/*!
 * Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -.0667em;
}

.fa-xs {
    font-size: .75em;
}

.fa-sm {
    font-size: .875em;
}

.fa-1x {
    font-size: 1em;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

.fa-10x {
    font-size: 10em;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}

.fa-border {
    border: solid 0.08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
    margin-left: .3em;
}

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

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

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

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

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

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
  readers do not read off random characters that represent icons */
.fa-500px:before {
    content: "\f26e";
}

.fa-accessible-icon:before {
    content: "\f368";
}

.fa-accusoft:before {
    content: "\f369";
}

.fa-acquisitions-incorporated:before {
    content: "\f6af";
}

.fa-ad:before {
    content: "\f641";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-card:before {
    content: "\f2bb";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-adn:before {
    content: "\f170";
}

.fa-adversal:before {
    content: "\f36a";
}

.fa-affiliatetheme:before {
    content: "\f36b";
}

.fa-air-freshener:before {
    content: "\f5d0";
}

.fa-airbnb:before {
    content: "\f834";
}

.fa-algolia:before {
    content: "\f36c";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-alipay:before {
    content: "\f642";
}

.fa-allergies:before {
    content: "\f461";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-amazon-pay:before {
    content: "\f42c";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-amilia:before {
    content: "\f36d";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-android:before {
    content: "\f17b";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angry:before {
    content: "\f556";
}

.fa-angrycreative:before {
    content: "\f36e";
}

.fa-angular:before {
    content: "\f420";
}

.fa-ankh:before {
    content: "\f644";
}

.fa-app-store:before {
    content: "\f36f";
}

.fa-app-store-ios:before {
    content: "\f370";
}

.fa-apper:before {
    content: "\f371";
}

.fa-apple:before {
    content: "\f179";
}

.fa-apple-alt:before {
    content: "\f5d1";
}

.fa-apple-pay:before {
    content: "\f415";
}

.fa-archive:before {
    content: "\f187";
}

.fa-archway:before {
    content: "\f557";
}

.fa-arrow-alt-circle-down:before {
    content: "\f358";
}

.fa-arrow-alt-circle-left:before {
    content: "\f359";
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-arrows-alt-h:before {
    content: "\f337";
}

.fa-arrows-alt-v:before {
    content: "\f338";
}

.fa-artstation:before {
    content: "\f77a";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-asymmetrik:before {
    content: "\f372";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-atlas:before {
    content: "\f558";
}

.fa-atlassian:before {
    content: "\f77b";
}

.fa-atom:before {
    content: "\f5d2";
}

.fa-audible:before {
    content: "\f373";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-autoprefixer:before {
    content: "\f41c";
}

.fa-avianex:before {
    content: "\f374";
}

.fa-aviato:before {
    content: "\f421";
}

.fa-award:before {
    content: "\f559";
}

.fa-aws:before {
    content: "\f375";
}

.fa-baby:before {
    content: "\f77c";
}

.fa-baby-carriage:before {
    content: "\f77d";
}

.fa-backspace:before {
    content: "\f55a";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-bacon:before {
    content: "\f7e5";
}

.fa-bacteria:before {
    content: "\e059";
}

.fa-bacterium:before {
    content: "\e05a";
}

.fa-bahai:before {
    content: "\f666";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-balance-scale-left:before {
    content: "\f515";
}

.fa-balance-scale-right:before {
    content: "\f516";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-band-aid:before {
    content: "\f462";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-baseball-ball:before {
    content: "\f433";
}

.fa-basketball-ball:before {
    content: "\f434";
}

.fa-bath:before {
    content: "\f2cd";
}

.fa-battery-empty:before {
    content: "\f244";
}

.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battle-net:before {
    content: "\f835";
}

.fa-bed:before {
    content: "\f236";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bezier-curve:before {
    content: "\f55b";
}

.fa-bible:before {
    content: "\f647";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-biking:before {
    content: "\f84a";
}

.fa-bimobject:before {
    content: "\f378";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-biohazard:before {
    content: "\f780";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitcoin:before {
    content: "\f379";
}

.fa-bity:before {
    content: "\f37a";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-blackberry:before {
    content: "\f37b";
}

.fa-blender:before {
    content: "\f517";
}

.fa-blender-phone:before {
    content: "\f6b6";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-blog:before {
    content: "\f781";
}

.fa-blogger:before {
    content: "\f37c";
}

.fa-blogger-b:before {
    content: "\f37d";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-bold:before {
    content: "\f032";
}

.fa-bolt:before {
    content: "\f0e7";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-bone:before {
    content: "\f5d7";
}

.fa-bong:before {
    content: "\f55c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-book-dead:before {
    content: "\f6b7";
}

.fa-book-medical:before {
    content: "\f7e6";
}

.fa-book-open:before {
    content: "\f518";
}

.fa-book-reader:before {
    content: "\f5da";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-bootstrap:before {
    content: "\f836";
}

.fa-border-all:before {
    content: "\f84c";
}

.fa-border-none:before {
    content: "\f850";
}

.fa-border-style:before {
    content: "\f853";
}

.fa-bowling-ball:before {
    content: "\f436";
}

.fa-box:before {
    content: "\f466";
}

.fa-box-open:before {
    content: "\f49e";
}

.fa-box-tissue:before {
    content: "\e05b";
}

.fa-boxes:before {
    content: "\f468";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-brain:before {
    content: "\f5dc";
}

.fa-bread-slice:before {
    content: "\f7ec";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-briefcase-medical:before {
    content: "\f469";
}

.fa-broadcast-tower:before {
    content: "\f519";
}

.fa-broom:before {
    content: "\f51a";
}

.fa-brush:before {
    content: "\f55d";
}

.fa-btc:before {
    content: "\f15a";
}

.fa-buffer:before {
    content: "\f837";
}

.fa-bug:before {
    content: "\f188";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-burn:before {
    content: "\f46a";
}

.fa-buromobelexperte:before {
    content: "\f37f";
}

.fa-bus:before {
    content: "\f207";
}

.fa-bus-alt:before {
    content: "\f55e";
}

.fa-business-time:before {
    content: "\f64a";
}

.fa-buy-n-large:before {
    content: "\f8a6";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-calendar:before {
    content: "\f133";
}

.fa-calendar-alt:before {
    content: "\f073";
}

.fa-calendar-check:before {
    content: "\f274";
}

.fa-calendar-day:before {
    content: "\f783";
}

.fa-calendar-minus:before {
    content: "\f272";
}

.fa-calendar-plus:before {
    content: "\f271";
}

.fa-calendar-times:before {
    content: "\f273";
}

.fa-calendar-week:before {
    content: "\f784";
}

.fa-camera:before {
    content: "\f030";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-campground:before {
    content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
    content: "\f785";
}

.fa-candy-cane:before {
    content: "\f786";
}

.fa-cannabis:before {
    content: "\f55f";
}

.fa-capsules:before {
    content: "\f46b";
}

.fa-car:before {
    content: "\f1b9";
}

.fa-car-alt:before {
    content: "\f5de";
}

.fa-car-battery:before {
    content: "\f5df";
}

.fa-car-crash:before {
    content: "\f5e1";
}

.fa-car-side:before {
    content: "\f5e4";
}

.fa-caravan:before {
    content: "\f8ff";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-caret-square-down:before {
    content: "\f150";
}

.fa-caret-square-left:before {
    content: "\f191";
}

.fa-caret-square-right:before {
    content: "\f152";
}

.fa-caret-square-up:before {
    content: "\f151";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-carrot:before {
    content: "\f787";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cash-register:before {
    content: "\f788";
}

.fa-cat:before {
    content: "\f6be";
}

.fa-cc-amazon-pay:before {
    content: "\f42d";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-apple-pay:before {
    content: "\f416";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-centercode:before {
    content: "\f380";
}

.fa-centos:before {
    content: "\f789";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-chair:before {
    content: "\f6c0";
}

.fa-chalkboard:before {
    content: "\f51b";
}

.fa-chalkboard-teacher:before {
    content: "\f51c";
}

.fa-charging-station:before {
    content: "\f5e7";
}

.fa-chart-area:before {
    content: "\f1fe";
}

.fa-chart-bar:before {
    content: "\f080";
}

.fa-chart-line:before {
    content: "\f201";
}

.fa-chart-pie:before {
    content: "\f200";
}

.fa-check:before {
    content: "\f00c";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-check-double:before {
    content: "\f560";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-cheese:before {
    content: "\f7ef";
}

.fa-chess:before {
    content: "\f439";
}

.fa-chess-bishop:before {
    content: "\f43a";
}

.fa-chess-board:before {
    content: "\f43c";
}

.fa-chess-king:before {
    content: "\f43f";
}

.fa-chess-knight:before {
    content: "\f441";
}

.fa-chess-pawn:before {
    content: "\f443";
}

.fa-chess-queen:before {
    content: "\f445";
}

.fa-chess-rook:before {
    content: "\f447";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-chromecast:before {
    content: "\f838";
}

.fa-church:before {
    content: "\f51d";
}

.fa-circle:before {
    content: "\f111";
}

.fa-circle-notch:before {
    content: "\f1ce";
}

.fa-city:before {
    content: "\f64f";
}

.fa-clinic-medical:before {
    content: "\f7f2";
}

.fa-clipboard:before {
    content: "\f328";
}

.fa-clipboard-check:before {
    content: "\f46c";
}

.fa-clipboard-list:before {
    content: "\f46d";
}

.fa-clock:before {
    content: "\f017";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-closed-captioning:before {
    content: "\f20a";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-cloud-download-alt:before {
    content: "\f381";
}

.fa-cloud-meatball:before {
    content: "\f73b";
}

.fa-cloud-moon:before {
    content: "\f6c3";
}

.fa-cloud-moon-rain:before {
    content: "\f73c";
}

.fa-cloud-rain:before {
    content: "\f73d";
}

.fa-cloud-showers-heavy:before {
    content: "\f740";
}

.fa-cloud-sun:before {
    content: "\f6c4";
}

.fa-cloud-sun-rain:before {
    content: "\f743";
}

.fa-cloud-upload-alt:before {
    content: "\f382";
}

.fa-cloudflare:before {
    content: "\e07d";
}

.fa-cloudscale:before {
    content: "\f383";
}

.fa-cloudsmith:before {
    content: "\f384";
}

.fa-cloudversify:before {
    content: "\f385";
}

.fa-cocktail:before {
    content: "\f561";
}

.fa-code:before {
    content: "\f121";
}

.fa-code-branch:before {
    content: "\f126";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cog:before {
    content: "\f013";
}

.fa-cogs:before {
    content: "\f085";
}

.fa-coins:before {
    content: "\f51e";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-comment:before {
    content: "\f075";
}

.fa-comment-alt:before {
    content: "\f27a";
}

.fa-comment-dollar:before {
    content: "\f651";
}

.fa-comment-dots:before {
    content: "\f4ad";
}

.fa-comment-medical:before {
    content: "\f7f5";
}

.fa-comment-slash:before {
    content: "\f4b3";
}

.fa-comments:before {
    content: "\f086";
}

.fa-comments-dollar:before {
    content: "\f653";
}

.fa-compact-disc:before {
    content: "\f51f";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-compress:before {
    content: "\f066";
}

.fa-compress-alt:before {
    content: "\f422";
}

.fa-compress-arrows-alt:before {
    content: "\f78c";
}

.fa-concierge-bell:before {
    content: "\f562";
}

.fa-confluence:before {
    content: "\f78d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-cookie:before {
    content: "\f563";
}

.fa-cookie-bite:before {
    content: "\f564";
}

.fa-copy:before {
    content: "\f0c5";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-cotton-bureau:before {
    content: "\f89e";
}

.fa-couch:before {
    content: "\f4b8";
}

.fa-cpanel:before {
    content: "\f388";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-creative-commons-by:before {
    content: "\f4e7";
}

.fa-creative-commons-nc:before {
    content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea";
}

.fa-creative-commons-nd:before {
    content: "\f4eb";
}

.fa-creative-commons-pd:before {
    content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed";
}

.fa-creative-commons-remix:before {
    content: "\f4ee";
}

.fa-creative-commons-sa:before {
    content: "\f4ef";
}

.fa-creative-commons-sampling:before {
    content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1";
}

.fa-creative-commons-share:before {
    content: "\f4f2";
}

.fa-creative-commons-zero:before {
    content: "\f4f3";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-critical-role:before {
    content: "\f6c9";
}

.fa-crop:before {
    content: "\f125";
}

.fa-crop-alt:before {
    content: "\f565";
}

.fa-cross:before {
    content: "\f654";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-crow:before {
    content: "\f520";
}

.fa-crown:before {
    content: "\f521";
}

.fa-crutch:before {
    content: "\f7f7";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-css3-alt:before {
    content: "\f38b";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-cut:before {
    content: "\f0c4";
}

.fa-cuttlefish:before {
    content: "\f38c";
}

.fa-d-and-d:before {
    content: "\f38d";
}

.fa-d-and-d-beyond:before {
    content: "\f6ca";
}

.fa-dailymotion:before {
    content: "\e052";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-deaf:before {
    content: "\f2a4";
}

.fa-deezer:before {
    content: "\e077";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-democrat:before {
    content: "\f747";
}

.fa-deploydog:before {
    content: "\f38e";
}

.fa-deskpro:before {
    content: "\f38f";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-dev:before {
    content: "\f6cc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-dharmachakra:before {
    content: "\f655";
}

.fa-dhl:before {
    content: "\f790";
}

.fa-diagnoses:before {
    content: "\f470";
}

.fa-diaspora:before {
    content: "\f791";
}

.fa-dice:before {
    content: "\f522";
}

.fa-dice-d20:before {
    content: "\f6cf";
}

.fa-dice-d6:before {
    content: "\f6d1";
}

.fa-dice-five:before {
    content: "\f523";
}

.fa-dice-four:before {
    content: "\f524";
}

.fa-dice-one:before {
    content: "\f525";
}

.fa-dice-six:before {
    content: "\f526";
}

.fa-dice-three:before {
    content: "\f527";
}

.fa-dice-two:before {
    content: "\f528";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-digital-ocean:before {
    content: "\f391";
}

.fa-digital-tachograph:before {
    content: "\f566";
}

.fa-directions:before {
    content: "\f5eb";
}

.fa-discord:before {
    content: "\f392";
}

.fa-discourse:before {
    content: "\f393";
}

.fa-disease:before {
    content: "\f7fa";
}

.fa-divide:before {
    content: "\f529";
}

.fa-dizzy:before {
    content: "\f567";
}

.fa-dna:before {
    content: "\f471";
}

.fa-dochub:before {
    content: "\f394";
}

.fa-docker:before {
    content: "\f395";
}

.fa-dog:before {
    content: "\f6d3";
}

.fa-dollar-sign:before {
    content: "\f155";
}

.fa-dolly:before {
    content: "\f472";
}

.fa-dolly-flatbed:before {
    content: "\f474";
}

.fa-donate:before {
    content: "\f4b9";
}

.fa-door-closed:before {
    content: "\f52a";
}

.fa-door-open:before {
    content: "\f52b";
}

.fa-dot-circle:before {
    content: "\f192";
}

.fa-dove:before {
    content: "\f4ba";
}

.fa-download:before {
    content: "\f019";
}

.fa-draft2digital:before {
    content: "\f396";
}

.fa-drafting-compass:before {
    content: "\f568";
}

.fa-dragon:before {
    content: "\f6d5";
}

.fa-draw-polygon:before {
    content: "\f5ee";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-dribbble-square:before {
    content: "\f397";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-drum:before {
    content: "\f569";
}

.fa-drum-steelpan:before {
    content: "\f56a";
}

.fa-drumstick-bite:before {
    content: "\f6d7";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-dumbbell:before {
    content: "\f44b";
}

.fa-dumpster:before {
    content: "\f793";
}

.fa-dumpster-fire:before {
    content: "\f794";
}

.fa-dungeon:before {
    content: "\f6d9";
}

.fa-dyalog:before {
    content: "\f399";
}

.fa-earlybirds:before {
    content: "\f39a";
}

.fa-ebay:before {
    content: "\f4f4";
}

.fa-edge:before {
    content: "\f282";
}

.fa-edge-legacy:before {
    content: "\e078";
}

.fa-edit:before {
    content: "\f044";
}

.fa-egg:before {
    content: "\f7fb";
}

.fa-eject:before {
    content: "\f052";
}

.fa-elementor:before {
    content: "\f430";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-ello:before {
    content: "\f5f1";
}

.fa-ember:before {
    content: "\f423";
}

.fa-empire:before {
    content: "\f1d1";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-text:before {
    content: "\f658";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-envira:before {
    content: "\f299";
}

.fa-equals:before {
    content: "\f52c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-erlang:before {
    content: "\f39d";
}

.fa-ethereum:before {
    content: "\f42e";
}

.fa-ethernet:before {
    content: "\f796";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-euro-sign:before {
    content: "\f153";
}

.fa-evernote:before {
    content: "\f839";
}

.fa-exchange-alt:before {
    content: "\f362";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-expand:before {
    content: "\f065";
}

.fa-expand-alt:before {
    content: "\f424";
}

.fa-expand-arrows-alt:before {
    content: "\f31e";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-external-link-alt:before {
    content: "\f35d";
}

.fa-external-link-square-alt:before {
    content: "\f360";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-dropper:before {
    content: "\f1fb";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-facebook-messenger:before {
    content: "\f39f";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-fan:before {
    content: "\f863";
}

.fa-fantasy-flight-games:before {
    content: "\f6dc";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-faucet:before {
    content: "\e005";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-feather:before {
    content: "\f52d";
}

.fa-feather-alt:before {
    content: "\f56b";
}

.fa-fedex:before {
    content: "\f797";
}

.fa-fedora:before {
    content: "\f798";
}

.fa-female:before {
    content: "\f182";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-figma:before {
    content: "\f799";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-alt:before {
    content: "\f15c";
}

.fa-file-archive:before {
    content: "\f1c6";
}

.fa-file-audio:before {
    content: "\f1c7";
}

.fa-file-code:before {
    content: "\f1c9";
}

.fa-file-contract:before {
    content: "\f56c";
}

.fa-file-csv:before {
    content: "\f6dd";
}

.fa-file-download:before {
    content: "\f56d";
}

.fa-file-excel:before {
    content: "\f1c3";
}

.fa-file-export:before {
    content: "\f56e";
}

.fa-file-image:before {
    content: "\f1c5";
}

.fa-file-import:before {
    content: "\f56f";
}

.fa-file-invoice:before {
    content: "\f570";
}

.fa-file-invoice-dollar:before {
    content: "\f571";
}

.fa-file-medical:before {
    content: "\f477";
}

.fa-file-medical-alt:before {
    content: "\f478";
}

.fa-file-pdf:before {
    content: "\f1c1";
}

.fa-file-powerpoint:before {
    content: "\f1c4";
}

.fa-file-prescription:before {
    content: "\f572";
}

.fa-file-signature:before {
    content: "\f573";
}

.fa-file-upload:before {
    content: "\f574";
}

.fa-file-video:before {
    content: "\f1c8";
}

.fa-file-word:before {
    content: "\f1c2";
}

.fa-fill:before {
    content: "\f575";
}

.fa-fill-drip:before {
    content: "\f576";
}

.fa-film:before {
    content: "\f008";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-fingerprint:before {
    content: "\f577";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-fire-alt:before {
    content: "\f7e4";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-firefox-browser:before {
    content: "\e007";
}

.fa-first-aid:before {
    content: "\f479";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-first-order-alt:before {
    content: "\f50a";
}

.fa-firstdraft:before {
    content: "\f3a1";
}

.fa-fish:before {
    content: "\f578";
}

.fa-fist-raised:before {
    content: "\f6de";
}

.fa-flag:before {
    content: "\f024";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-flag-usa:before {
    content: "\f74d";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-flipboard:before {
    content: "\f44d";
}

.fa-flushed:before {
    content: "\f579";
}

.fa-fly:before {
    content: "\f417";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-minus:before {
    content: "\f65d";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-folder-plus:before {
    content: "\f65e";
}

.fa-font:before {
    content: "\f031";
}

.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-font-awesome-alt:before {
    content: "\f35c";
}

.fa-font-awesome-flag:before {
    content: "\f425";
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-fonticons-fi:before {
    content: "\f3a2";
}

.fa-football-ball:before {
    content: "\f44e";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-fort-awesome-alt:before {
    content: "\f3a3";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-freebsd:before {
    content: "\f3a4";
}

.fa-frog:before {
    content: "\f52e";
}

.fa-frown:before {
    content: "\f119";
}

.fa-frown-open:before {
    content: "\f57a";
}

.fa-fulcrum:before {
    content: "\f50b";
}

.fa-funnel-dollar:before {
    content: "\f662";
}

.fa-futbol:before {
    content: "\f1e3";
}

.fa-galactic-republic:before {
    content: "\f50c";
}

.fa-galactic-senate:before {
    content: "\f50d";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-gas-pump:before {
    content: "\f52f";
}

.fa-gavel:before {
    content: "\f0e3";
}

.fa-gem:before {
    content: "\f3a5";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-ghost:before {
    content: "\f6e2";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-gifts:before {
    content: "\f79c";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-git-alt:before {
    content: "\f841";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-github:before {
    content: "\f09b";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-gitkraken:before {
    content: "\f3a6";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-gitter:before {
    content: "\f426";
}

.fa-glass-cheers:before {
    content: "\f79f";
}

.fa-glass-martini:before {
    content: "\f000";
}

.fa-glass-martini-alt:before {
    content: "\f57b";
}

.fa-glass-whiskey:before {
    content: "\f7a0";
}

.fa-glasses:before {
    content: "\f530";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-globe-africa:before {
    content: "\f57c";
}

.fa-globe-americas:before {
    content: "\f57d";
}

.fa-globe-asia:before {
    content: "\f57e";
}

.fa-globe-europe:before {
    content: "\f7a2";
}

.fa-gofore:before {
    content: "\f3a7";
}

.fa-golf-ball:before {
    content: "\f450";
}

.fa-goodreads:before {
    content: "\f3a8";
}

.fa-goodreads-g:before {
    content: "\f3a9";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-google-drive:before {
    content: "\f3aa";
}

.fa-google-pay:before {
    content: "\e079";
}

.fa-google-play:before {
    content: "\f3ab";
}

.fa-google-plus:before {
    content: "\f2b3";
}

.fa-google-plus-g:before {
    content: "\f0d5";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-gopuram:before {
    content: "\f664";
}

.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-gratipay:before {
    content: "\f184";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-greater-than:before {
    content: "\f531";
}

.fa-greater-than-equal:before {
    content: "\f532";
}

.fa-grimace:before {
    content: "\f57f";
}

.fa-grin:before {
    content: "\f580";
}

.fa-grin-alt:before {
    content: "\f581";
}

.fa-grin-beam:before {
    content: "\f582";
}

.fa-grin-beam-sweat:before {
    content: "\f583";
}

.fa-grin-hearts:before {
    content: "\f584";
}

.fa-grin-squint:before {
    content: "\f585";
}

.fa-grin-squint-tears:before {
    content: "\f586";
}

.fa-grin-stars:before {
    content: "\f587";
}

.fa-grin-tears:before {
    content: "\f588";
}

.fa-grin-tongue:before {
    content: "\f589";
}

.fa-grin-tongue-squint:before {
    content: "\f58a";
}

.fa-grin-tongue-wink:before {
    content: "\f58b";
}

.fa-grin-wink:before {
    content: "\f58c";
}

.fa-grip-horizontal:before {
    content: "\f58d";
}

.fa-grip-lines:before {
    content: "\f7a4";
}

.fa-grip-lines-vertical:before {
    content: "\f7a5";
}

.fa-grip-vertical:before {
    content: "\f58e";
}

.fa-gripfire:before {
    content: "\f3ac";
}

.fa-grunt:before {
    content: "\f3ad";
}

.fa-guilded:before {
    content: "\e07e";
}

.fa-guitar:before {
    content: "\f7a6";
}

.fa-gulp:before {
    content: "\f3ae";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-hacker-news-square:before {
    content: "\f3af";
}

.fa-hackerrank:before {
    content: "\f5f7";
}

.fa-hamburger:before {
    content: "\f805";
}

.fa-hammer:before {
    content: "\f6e3";
}

.fa-hamsa:before {
    content: "\f665";
}

.fa-hand-holding:before {
    content: "\f4bd";
}

.fa-hand-holding-heart:before {
    content: "\f4be";
}

.fa-hand-holding-medical:before {
    content: "\e05c";
}

.fa-hand-holding-usd:before {
    content: "\f4c0";
}

.fa-hand-holding-water:before {
    content: "\f4c1";
}

.fa-hand-lizard:before {
    content: "\f258";
}

.fa-hand-middle-finger:before {
    content: "\f806";
}

.fa-hand-paper:before {
    content: "\f256";
}

.fa-hand-peace:before {
    content: "\f25b";
}

.fa-hand-point-down:before {
    content: "\f0a7";
}

.fa-hand-point-left:before {
    content: "\f0a5";
}

.fa-hand-point-right:before {
    content: "\f0a4";
}

.fa-hand-point-up:before {
    content: "\f0a6";
}

.fa-hand-pointer:before {
    content: "\f25a";
}

.fa-hand-rock:before {
    content: "\f255";
}

.fa-hand-scissors:before {
    content: "\f257";
}

.fa-hand-sparkles:before {
    content: "\e05d";
}

.fa-hand-spock:before {
    content: "\f259";
}

.fa-hands:before {
    content: "\f4c2";
}

.fa-hands-helping:before {
    content: "\f4c4";
}

.fa-hands-wash:before {
    content: "\e05e";
}

.fa-handshake:before {
    content: "\f2b5";
}

.fa-handshake-alt-slash:before {
    content: "\e05f";
}

.fa-handshake-slash:before {
    content: "\e060";
}

.fa-hanukiah:before {
    content: "\f6e6";
}

.fa-hard-hat:before {
    content: "\f807";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-hat-cowboy:before {
    content: "\f8c0";
}

.fa-hat-cowboy-side:before {
    content: "\f8c1";
}

.fa-hat-wizard:before {
    content: "\f6e8";
}

.fa-hdd:before {
    content: "\f0a0";
}

.fa-head-side-cough:before {
    content: "\e061";
}

.fa-head-side-cough-slash:before {
    content: "\e062";
}

.fa-head-side-mask:before {
    content: "\e063";
}

.fa-head-side-virus:before {
    content: "\e064";
}

.fa-heading:before {
    content: "\f1dc";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-headphones-alt:before {
    content: "\f58f";
}

.fa-headset:before {
    content: "\f590";
}

.fa-heart:before {
    content: "\f004";
}

.fa-heart-broken:before {
    content: "\f7a9";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-helicopter:before {
    content: "\f533";
}

.fa-highlighter:before {
    content: "\f591";
}

.fa-hiking:before {
    content: "\f6ec";
}

.fa-hippo:before {
    content: "\f6ed";
}

.fa-hips:before {
    content: "\f452";
}

.fa-hire-a-helper:before {
    content: "\f3b0";
}

.fa-history:before {
    content: "\f1da";
}

.fa-hive:before {
    content: "\e07f";
}

.fa-hockey-puck:before {
    content: "\f453";
}

.fa-holly-berry:before {
    content: "\f7aa";
}

.fa-home:before {
    content: "\f015";
}

.fa-hooli:before {
    content: "\f427";
}

.fa-hornbill:before {
    content: "\f592";
}

.fa-horse:before {
    content: "\f6f0";
}

.fa-horse-head:before {
    content: "\f7ab";
}

.fa-hospital:before {
    content: "\f0f8";
}

.fa-hospital-alt:before {
    content: "\f47d";
}

.fa-hospital-symbol:before {
    content: "\f47e";
}

.fa-hospital-user:before {
    content: "\f80d";
}

.fa-hot-tub:before {
    content: "\f593";
}

.fa-hotdog:before {
    content: "\f80f";
}

.fa-hotel:before {
    content: "\f594";
}

.fa-hotjar:before {
    content: "\f3b1";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-start:before {
    content: "\f251";
}

.fa-house-damage:before {
    content: "\f6f1";
}

.fa-house-user:before {
    content: "\e065";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-hryvnia:before {
    content: "\f6f2";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-hubspot:before {
    content: "\f3b2";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-ice-cream:before {
    content: "\f810";
}

.fa-icicles:before {
    content: "\f7ad";
}

.fa-icons:before {
    content: "\f86d";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-id-card:before {
    content: "\f2c2";
}

.fa-id-card-alt:before {
    content: "\f47f";
}

.fa-ideal:before {
    content: "\e013";
}

.fa-igloo:before {
    content: "\f7ae";
}

.fa-image:before {
    content: "\f03e";
}

.fa-images:before {
    content: "\f302";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-industry:before {
    content: "\f275";
}

.fa-infinity:before {
    content: "\f534";
}

.fa-info:before {
    content: "\f129";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-innosoft:before {
    content: "\e080";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-instagram-square:before {
    content: "\e055";
}

.fa-instalod:before {
    content: "\e081";
}

.fa-intercom:before {
    content: "\f7af";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-invision:before {
    content: "\f7b0";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-italic:before {
    content: "\f033";
}

.fa-itch-io:before {
    content: "\f83a";
}

.fa-itunes:before {
    content: "\f3b4";
}

.fa-itunes-note:before {
    content: "\f3b5";
}

.fa-java:before {
    content: "\f4e4";
}

.fa-jedi:before {
    content: "\f669";
}

.fa-jedi-order:before {
    content: "\f50e";
}

.fa-jenkins:before {
    content: "\f3b6";
}

.fa-jira:before {
    content: "\f7b1";
}

.fa-joget:before {
    content: "\f3b7";
}

.fa-joint:before {
    content: "\f595";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-journal-whills:before {
    content: "\f66a";
}

.fa-js:before {
    content: "\f3b8";
}

.fa-js-square:before {
    content: "\f3b9";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-kaaba:before {
    content: "\f66b";
}

.fa-kaggle:before {
    content: "\f5fa";
}

.fa-key:before {
    content: "\f084";
}

.fa-keybase:before {
    content: "\f4f5";
}

.fa-keyboard:before {
    content: "\f11c";
}

.fa-keycdn:before {
    content: "\f3ba";
}

.fa-khanda:before {
    content: "\f66d";
}

.fa-kickstarter:before {
    content: "\f3bb";
}

.fa-kickstarter-k:before {
    content: "\f3bc";
}

.fa-kiss:before {
    content: "\f596";
}

.fa-kiss-beam:before {
    content: "\f597";
}

.fa-kiss-wink-heart:before {
    content: "\f598";
}

.fa-kiwi-bird:before {
    content: "\f535";
}

.fa-korvue:before {
    content: "\f42f";
}

.fa-landmark:before {
    content: "\f66f";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-laptop-code:before {
    content: "\f5fc";
}

.fa-laptop-house:before {
    content: "\e066";
}

.fa-laptop-medical:before {
    content: "\f812";
}

.fa-laravel:before {
    content: "\f3bd";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-laugh:before {
    content: "\f599";
}

.fa-laugh-beam:before {
    content: "\f59a";
}

.fa-laugh-squint:before {
    content: "\f59b";
}

.fa-laugh-wink:before {
    content: "\f59c";
}

.fa-layer-group:before {
    content: "\f5fd";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-lemon:before {
    content: "\f094";
}

.fa-less:before {
    content: "\f41d";
}

.fa-less-than:before {
    content: "\f536";
}

.fa-less-than-equal:before {
    content: "\f537";
}

.fa-level-down-alt:before {
    content: "\f3be";
}

.fa-level-up-alt:before {
    content: "\f3bf";
}

.fa-life-ring:before {
    content: "\f1cd";
}

.fa-lightbulb:before {
    content: "\f0eb";
}

.fa-line:before {
    content: "\f3c0";
}

.fa-link:before {
    content: "\f0c1";
}

.fa-linkedin:before {
    content: "\f08c";
}

.fa-linkedin-in:before {
    content: "\f0e1";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-lira-sign:before {
    content: "\f195";
}

.fa-list:before {
    content: "\f03a";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-lock:before {
    content: "\f023";
}

.fa-lock-open:before {
    content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
    content: "\f309";
}

.fa-long-arrow-alt-left:before {
    content: "\f30a";
}

.fa-long-arrow-alt-right:before {
    content: "\f30b";
}

.fa-long-arrow-alt-up:before {
    content: "\f30c";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-luggage-cart:before {
    content: "\f59d";
}

.fa-lungs:before {
    content: "\f604";
}

.fa-lungs-virus:before {
    content: "\e067";
}

.fa-lyft:before {
    content: "\f3c3";
}

.fa-magento:before {
    content: "\f3c4";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-mail-bulk:before {
    content: "\f674";
}

.fa-mailchimp:before {
    content: "\f59e";
}

.fa-male:before {
    content: "\f183";
}

.fa-mandalorian:before {
    content: "\f50f";
}

.fa-map:before {
    content: "\f279";
}

.fa-map-marked:before {
    content: "\f59f";
}

.fa-map-marked-alt:before {
    content: "\f5a0";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-map-marker-alt:before {
    content: "\f3c5";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-markdown:before {
    content: "\f60f";
}

.fa-marker:before {
    content: "\f5a1";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mask:before {
    content: "\f6fa";
}

.fa-mastodon:before {
    content: "\f4f6";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-mdb:before {
    content: "\f8ca";
}

.fa-medal:before {
    content: "\f5a2";
}

.fa-medapps:before {
    content: "\f3c6";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-medium-m:before {
    content: "\f3c7";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-medrt:before {
    content: "\f3c8";
}

.fa-meetup:before {
    content: "\f2e0";
}

.fa-megaport:before {
    content: "\f5a3";
}

.fa-meh:before {
    content: "\f11a";
}

.fa-meh-blank:before {
    content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5";
}

.fa-memory:before {
    content: "\f538";
}

.fa-mendeley:before {
    content: "\f7b3";
}

.fa-menorah:before {
    content: "\f676";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-meteor:before {
    content: "\f753";
}

.fa-microblog:before {
    content: "\e01a";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-alt:before {
    content: "\f3c9";
}

.fa-microphone-alt-slash:before {
    content: "\f539";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-microscope:before {
    content: "\f610";
}

.fa-microsoft:before {
    content: "\f3ca";
}

.fa-minus:before {
    content: "\f068";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-mitten:before {
    content: "\f7b5";
}

.fa-mix:before {
    content: "\f3cb";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-mixer:before {
    content: "\e056";
}

.fa-mizuni:before {
    content: "\f3cc";
}

.fa-mobile:before {
    content: "\f10b";
}

.fa-mobile-alt:before {
    content: "\f3cd";
}

.fa-modx:before {
    content: "\f285";
}

.fa-monero:before {
    content: "\f3d0";
}

.fa-money-bill:before {
    content: "\f0d6";
}

.fa-money-bill-alt:before {
    content: "\f3d1";
}

.fa-money-bill-wave:before {
    content: "\f53a";
}

.fa-money-bill-wave-alt:before {
    content: "\f53b";
}

.fa-money-check:before {
    content: "\f53c";
}

.fa-money-check-alt:before {
    content: "\f53d";
}

.fa-monument:before {
    content: "\f5a6";
}

.fa-moon:before {
    content: "\f186";
}

.fa-mortar-pestle:before {
    content: "\f5a7";
}

.fa-mosque:before {
    content: "\f678";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-mountain:before {
    content: "\f6fc";
}

.fa-mouse:before {
    content: "\f8cc";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-mug-hot:before {
    content: "\f7b6";
}

.fa-music:before {
    content: "\f001";
}

.fa-napster:before {
    content: "\f3d2";
}

.fa-neos:before {
    content: "\f612";
}

.fa-network-wired:before {
    content: "\f6ff";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-newspaper:before {
    content: "\f1ea";
}

.fa-nimblr:before {
    content: "\f5a8";
}

.fa-node:before {
    content: "\f419";
}

.fa-node-js:before {
    content: "\f3d3";
}

.fa-not-equal:before {
    content: "\f53e";
}

.fa-notes-medical:before {
    content: "\f481";
}

.fa-npm:before {
    content: "\f3d4";
}

.fa-ns8:before {
    content: "\f3d5";
}

.fa-nutritionix:before {
    content: "\f3d6";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-octopus-deploy:before {
    content: "\e082";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-oil-can:before {
    content: "\f613";
}

.fa-old-republic:before {
    content: "\f510";
}

.fa-om:before {
    content: "\f679";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-orcid:before {
    content: "\f8d2";
}

.fa-osi:before {
    content: "\f41a";
}

.fa-otter:before {
    content: "\f700";
}

.fa-outdent:before {
    content: "\f03b";
}

.fa-page4:before {
    content: "\f3d7";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-pager:before {
    content: "\f815";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-paint-roller:before {
    content: "\f5aa";
}

.fa-palette:before {
    content: "\f53f";
}

.fa-palfed:before {
    content: "\f3d8";
}

.fa-pallet:before {
    content: "\f482";
}

.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-parachute-box:before {
    content: "\f4cd";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-parking:before {
    content: "\f540";
}

.fa-passport:before {
    content: "\f5ab";
}

.fa-pastafarianism:before {
    content: "\f67b";
}

.fa-paste:before {
    content: "\f0ea";
}

.fa-patreon:before {
    content: "\f3d9";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-peace:before {
    content: "\f67c";
}

.fa-pen:before {
    content: "\f304";
}

.fa-pen-alt:before {
    content: "\f305";
}

.fa-pen-fancy:before {
    content: "\f5ac";
}

.fa-pen-nib:before {
    content: "\f5ad";
}

.fa-pen-square:before {
    content: "\f14b";
}

.fa-pencil-alt:before {
    content: "\f303";
}

.fa-pencil-ruler:before {
    content: "\f5ae";
}

.fa-penny-arcade:before {
    content: "\f704";
}

.fa-people-arrows:before {
    content: "\e068";
}

.fa-people-carry:before {
    content: "\f4ce";
}

.fa-pepper-hot:before {
    content: "\f816";
}

.fa-perbyte:before {
    content: "\e083";
}

.fa-percent:before {
    content: "\f295";
}

.fa-percentage:before {
    content: "\f541";
}

.fa-periscope:before {
    content: "\f3da";
}

.fa-person-booth:before {
    content: "\f756";
}

.fa-phabricator:before {
    content: "\f3db";
}

.fa-phoenix-framework:before {
    content: "\f3dc";
}

.fa-phoenix-squadron:before {
    content: "\f511";
}

.fa-phone:before {
    content: "\f095";
}

.fa-phone-alt:before {
    content: "\f879";
}

.fa-phone-slash:before {
    content: "\f3dd";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-phone-square-alt:before {
    content: "\f87b";
}

.fa-phone-volume:before {
    content: "\f2a0";
}

.fa-photo-video:before {
    content: "\f87c";
}

.fa-php:before {
    content: "\f457";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-pied-piper-hat:before {
    content: "\f4e5";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-square:before {
    content: "\e01e";
}

.fa-piggy-bank:before {
    content: "\f4d3";
}

.fa-pills:before {
    content: "\f484";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-pizza-slice:before {
    content: "\f818";
}

.fa-place-of-worship:before {
    content: "\f67f";
}

.fa-plane:before {
    content: "\f072";
}

.fa-plane-arrival:before {
    content: "\f5af";
}

.fa-plane-departure:before {
    content: "\f5b0";
}

.fa-plane-slash:before {
    content: "\e069";
}

.fa-play:before {
    content: "\f04b";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-playstation:before {
    content: "\f3df";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-plus:before {
    content: "\f067";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-poll:before {
    content: "\f681";
}

.fa-poll-h:before {
    content: "\f682";
}

.fa-poo:before {
    content: "\f2fe";
}

.fa-poo-storm:before {
    content: "\f75a";
}

.fa-poop:before {
    content: "\f619";
}

.fa-portrait:before {
    content: "\f3e0";
}

.fa-pound-sign:before {
    content: "\f154";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-pray:before {
    content: "\f683";
}

.fa-praying-hands:before {
    content: "\f684";
}

.fa-prescription:before {
    content: "\f5b1";
}

.fa-prescription-bottle:before {
    content: "\f485";
}

.fa-prescription-bottle-alt:before {
    content: "\f486";
}

.fa-print:before {
    content: "\f02f";
}

.fa-procedures:before {
    content: "\f487";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-project-diagram:before {
    content: "\f542";
}

.fa-pump-medical:before {
    content: "\e06a";
}

.fa-pump-soap:before {
    content: "\e06b";
}

.fa-pushed:before {
    content: "\f3e1";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-python:before {
    content: "\f3e2";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-question:before {
    content: "\f128";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-quidditch:before {
    content: "\f458";
}

.fa-quinscape:before {
    content: "\f459";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-quran:before {
    content: "\f687";
}

.fa-r-project:before {
    content: "\f4f7";
}

.fa-radiation:before {
    content: "\f7b9";
}

.fa-radiation-alt:before {
    content: "\f7ba";
}

.fa-rainbow:before {
    content: "\f75b";
}

.fa-random:before {
    content: "\f074";
}

.fa-raspberry-pi:before {
    content: "\f7bb";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-react:before {
    content: "\f41b";
}

.fa-reacteurope:before {
    content: "\f75d";
}

.fa-readme:before {
    content: "\f4d5";
}

.fa-rebel:before {
    content: "\f1d0";
}

.fa-receipt:before {
    content: "\f543";
}

.fa-record-vinyl:before {
    content: "\f8d9";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-red-river:before {
    content: "\f3e3";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-redhat:before {
    content: "\f7bc";
}

.fa-redo:before {
    content: "\f01e";
}

.fa-redo-alt:before {
    content: "\f2f9";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-remove-format:before {
    content: "\f87d";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-reply:before {
    content: "\f3e5";
}

.fa-reply-all:before {
    content: "\f122";
}

.fa-replyd:before {
    content: "\f3e6";
}

.fa-republican:before {
    content: "\f75e";
}

.fa-researchgate:before {
    content: "\f4f8";
}

.fa-resolving:before {
    content: "\f3e7";
}

.fa-restroom:before {
    content: "\f7bd";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-rev:before {
    content: "\f5b2";
}

.fa-ribbon:before {
    content: "\f4d6";
}

.fa-ring:before {
    content: "\f70b";
}

.fa-road:before {
    content: "\f018";
}

.fa-robot:before {
    content: "\f544";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-rocketchat:before {
    content: "\f3e8";
}

.fa-rockrms:before {
    content: "\f3e9";
}

.fa-route:before {
    content: "\f4d7";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-ruble-sign:before {
    content: "\f158";
}

.fa-ruler:before {
    content: "\f545";
}

.fa-ruler-combined:before {
    content: "\f546";
}

.fa-ruler-horizontal:before {
    content: "\f547";
}

.fa-ruler-vertical:before {
    content: "\f548";
}

.fa-running:before {
    content: "\f70c";
}

.fa-rupee-sign:before {
    content: "\f156";
}

.fa-rust:before {
    content: "\e07a";
}

.fa-sad-cry:before {
    content: "\f5b3";
}

.fa-sad-tear:before {
    content: "\f5b4";
}

.fa-safari:before {
    content: "\f267";
}

.fa-salesforce:before {
    content: "\f83b";
}

.fa-sass:before {
    content: "\f41e";
}

.fa-satellite:before {
    content: "\f7bf";
}

.fa-satellite-dish:before {
    content: "\f7c0";
}

.fa-save:before {
    content: "\f0c7";
}

.fa-schlix:before {
    content: "\f3ea";
}

.fa-school:before {
    content: "\f549";
}

.fa-screwdriver:before {
    content: "\f54a";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-scroll:before {
    content: "\f70e";
}

.fa-sd-card:before {
    content: "\f7c2";
}

.fa-search:before {
    content: "\f002";
}

.fa-search-dollar:before {
    content: "\f688";
}

.fa-search-location:before {
    content: "\f689";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-searchengin:before {
    content: "\f3eb";
}

.fa-seedling:before {
    content: "\f4d8";
}

.fa-sellcast:before {
    content: "\f2da";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-server:before {
    content: "\f233";
}

.fa-servicestack:before {
    content: "\f3ec";
}

.fa-shapes:before {
    content: "\f61f";
}

.fa-share:before {
    content: "\f064";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-shekel-sign:before {
    content: "\f20b";
}

.fa-shield-alt:before {
    content: "\f3ed";
}

.fa-shield-virus:before {
    content: "\e06c";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-shipping-fast:before {
    content: "\f48b";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-shoe-prints:before {
    content: "\f54b";
}

.fa-shopify:before {
    content: "\e057";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-shopware:before {
    content: "\f5b5";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-shuttle-van:before {
    content: "\f5b6";
}

.fa-sign:before {
    content: "\f4d9";
}

.fa-sign-in-alt:before {
    content: "\f2f6";
}

.fa-sign-language:before {
    content: "\f2a7";
}

.fa-sign-out-alt:before {
    content: "\f2f5";
}

.fa-signal:before {
    content: "\f012";
}

.fa-signature:before {
    content: "\f5b7";
}

.fa-sim-card:before {
    content: "\f7c4";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-sink:before {
    content: "\e06d";
}

.fa-sistrix:before {
    content: "\f3ee";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-sith:before {
    content: "\f512";
}

.fa-skating:before {
    content: "\f7c5";
}

.fa-sketch:before {
    content: "\f7c6";
}

.fa-skiing:before {
    content: "\f7c9";
}

.fa-skiing-nordic:before {
    content: "\f7ca";
}

.fa-skull:before {
    content: "\f54c";
}

.fa-skull-crossbones:before {
    content: "\f714";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-slack:before {
    content: "\f198";
}

.fa-slack-hash:before {
    content: "\f3ef";
}

.fa-slash:before {
    content: "\f715";
}

.fa-sleigh:before {
    content: "\f7cc";
}

.fa-sliders-h:before {
    content: "\f1de";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-smile:before {
    content: "\f118";
}

.fa-smile-beam:before {
    content: "\f5b8";
}

.fa-smile-wink:before {
    content: "\f4da";
}

.fa-smog:before {
    content: "\f75f";
}

.fa-smoking:before {
    content: "\f48d";
}

.fa-smoking-ban:before {
    content: "\f54d";
}

.fa-sms:before {
    content: "\f7cd";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-snowboarding:before {
    content: "\f7ce";
}

.fa-snowflake:before {
    content: "\f2dc";
}

.fa-snowman:before {
    content: "\f7d0";
}

.fa-snowplow:before {
    content: "\f7d2";
}

.fa-soap:before {
    content: "\e06e";
}

.fa-socks:before {
    content: "\f696";
}

.fa-solar-panel:before {
    content: "\f5ba";
}

.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-alpha-down:before {
    content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
    content: "\f881";
}

.fa-sort-alpha-up:before {
    content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
    content: "\f882";
}

.fa-sort-amount-down:before {
    content: "\f160";
}

.fa-sort-amount-down-alt:before {
    content: "\f884";
}

.fa-sort-amount-up:before {
    content: "\f161";
}

.fa-sort-amount-up-alt:before {
    content: "\f885";
}

.fa-sort-down:before {
    content: "\f0dd";
}

.fa-sort-numeric-down:before {
    content: "\f162";
}

.fa-sort-numeric-down-alt:before {
    content: "\f886";
}

.fa-sort-numeric-up:before {
    content: "\f163";
}

.fa-sort-numeric-up-alt:before {
    content: "\f887";
}

.fa-sort-up:before {
    content: "\f0de";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-sourcetree:before {
    content: "\f7d3";
}

.fa-spa:before {
    content: "\f5bb";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-speakap:before {
    content: "\f3f3";
}

.fa-speaker-deck:before {
    content: "\f83c";
}

.fa-spell-check:before {
    content: "\f891";
}

.fa-spider:before {
    content: "\f717";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-splotch:before {
    content: "\f5bc";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-spray-can:before {
    content: "\f5bd";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-square-full:before {
    content: "\f45c";
}

.fa-square-root-alt:before {
    content: "\f698";
}

.fa-squarespace:before {
    content: "\f5be";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-stackpath:before {
    content: "\f842";
}

.fa-stamp:before {
    content: "\f5bf";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-and-crescent:before {
    content: "\f699";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-star-half-alt:before {
    content: "\f5c0";
}

.fa-star-of-david:before {
    content: "\f69a";
}

.fa-star-of-life:before {
    content: "\f621";
}

.fa-staylinked:before {
    content: "\f3f5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-steam-symbol:before {
    content: "\f3f6";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-sticker-mule:before {
    content: "\f3f7";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stopwatch:before {
    content: "\f2f2";
}

.fa-stopwatch-20:before {
    content: "\e06f";
}

.fa-store:before {
    content: "\f54e";
}

.fa-store-alt:before {
    content: "\f54f";
}

.fa-store-alt-slash:before {
    content: "\e070";
}

.fa-store-slash:before {
    content: "\e071";
}

.fa-strava:before {
    content: "\f428";
}

.fa-stream:before {
    content: "\f550";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-stripe:before {
    content: "\f429";
}

.fa-stripe-s:before {
    content: "\f42a";
}

.fa-stroopwafel:before {
    content: "\f551";
}

.fa-studiovinari:before {
    content: "\f3f8";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-subway:before {
    content: "\f239";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-suitcase-rolling:before {
    content: "\f5c1";
}

.fa-sun:before {
    content: "\f185";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-supple:before {
    content: "\f3f9";
}

.fa-surprise:before {
    content: "\f5c2";
}

.fa-suse:before {
    content: "\f7d6";
}

.fa-swatchbook:before {
    content: "\f5c3";
}

.fa-swift:before {
    content: "\f8e1";
}

.fa-swimmer:before {
    content: "\f5c4";
}

.fa-swimming-pool:before {
    content: "\f5c5";
}

.fa-symfony:before {
    content: "\f83d";
}

.fa-synagogue:before {
    content: "\f69b";
}

.fa-sync:before {
    content: "\f021";
}

.fa-sync-alt:before {
    content: "\f2f1";
}

.fa-syringe:before {
    content: "\f48e";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-table-tennis:before {
    content: "\f45d";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-tablet-alt:before {
    content: "\f3fa";
}

.fa-tablets:before {
    content: "\f490";
}

.fa-tachometer-alt:before {
    content: "\f3fd";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-tape:before {
    content: "\f4db";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-taxi:before {
    content: "\f1ba";
}

.fa-teamspeak:before {
    content: "\f4f9";
}

.fa-teeth:before {
    content: "\f62e";
}

.fa-teeth-open:before {
    content: "\f62f";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-telegram-plane:before {
    content: "\f3fe";
}

.fa-temperature-high:before {
    content: "\f769";
}

.fa-temperature-low:before {
    content: "\f76b";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-tenge:before {
    content: "\f7d7";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-the-red-yeti:before {
    content: "\f69d";
}

.fa-theater-masks:before {
    content: "\f630";
}

.fa-themeco:before {
    content: "\f5c6";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-thermometer:before {
    content: "\f491";
}

.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-think-peaks:before {
    content: "\f731";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbtack:before {
    content: "\f08d";
}

.fa-ticket-alt:before {
    content: "\f3ff";
}

.fa-tiktok:before {
    content: "\e07b";
}

.fa-times:before {
    content: "\f00d";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-tint:before {
    content: "\f043";
}

.fa-tint-slash:before {
    content: "\f5c7";
}

.fa-tired:before {
    content: "\f5c8";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-toilet:before {
    content: "\f7d8";
}

.fa-toilet-paper:before {
    content: "\f71e";
}

.fa-toilet-paper-slash:before {
    content: "\e072";
}

.fa-toolbox:before {
    content: "\f552";
}

.fa-tools:before {
    content: "\f7d9";
}

.fa-tooth:before {
    content: "\f5c9";
}

.fa-torah:before {
    content: "\f6a0";
}

.fa-torii-gate:before {
    content: "\f6a1";
}

.fa-tractor:before {
    content: "\f722";
}

.fa-trade-federation:before {
    content: "\f513";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-traffic-light:before {
    content: "\f637";
}

.fa-trailer:before {
    content: "\e041";
}

.fa-train:before {
    content: "\f238";
}

.fa-tram:before {
    content: "\f7da";
}

.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-trash-alt:before {
    content: "\f2ed";
}

.fa-trash-restore:before {
    content: "\f829";
}

.fa-trash-restore-alt:before {
    content: "\f82a";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-trello:before {
    content: "\f181";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-truck-loading:before {
    content: "\f4de";
}

.fa-truck-monster:before {
    content: "\f63b";
}

.fa-truck-moving:before {
    content: "\f4df";
}

.fa-truck-pickup:before {
    content: "\f63c";
}

.fa-tshirt:before {
    content: "\f553";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-tv:before {
    content: "\f26c";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-typo3:before {
    content: "\f42b";
}

.fa-uber:before {
    content: "\f402";
}

.fa-ubuntu:before {
    content: "\f7df";
}

.fa-uikit:before {
    content: "\f403";
}

.fa-umbraco:before {
    content: "\f8e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-umbrella-beach:before {
    content: "\f5ca";
}

.fa-uncharted:before {
    content: "\e084";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-undo:before {
    content: "\f0e2";
}

.fa-undo-alt:before {
    content: "\f2ea";
}

.fa-uniregistry:before {
    content: "\f404";
}

.fa-unity:before {
    content: "\e049";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-university:before {
    content: "\f19c";
}

.fa-unlink:before {
    content: "\f127";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-unsplash:before {
    content: "\e07c";
}

.fa-untappd:before {
    content: "\f405";
}

.fa-upload:before {
    content: "\f093";
}

.fa-ups:before {
    content: "\f7e0";
}

.fa-usb:before {
    content: "\f287";
}

.fa-user:before {
    content: "\f007";
}

.fa-user-alt:before {
    content: "\f406";
}

.fa-user-alt-slash:before {
    content: "\f4fa";
}

.fa-user-astronaut:before {
    content: "\f4fb";
}

.fa-user-check:before {
    content: "\f4fc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-clock:before {
    content: "\f4fd";
}

.fa-user-cog:before {
    content: "\f4fe";
}

.fa-user-edit:before {
    content: "\f4ff";
}

.fa-user-friends:before {
    content: "\f500";
}

.fa-user-graduate:before {
    content: "\f501";
}

.fa-user-injured:before {
    content: "\f728";
}

.fa-user-lock:before {
    content: "\f502";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-user-minus:before {
    content: "\f503";
}

.fa-user-ninja:before {
    content: "\f504";
}

.fa-user-nurse:before {
    content: "\f82f";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-user-shield:before {
    content: "\f505";
}

.fa-user-slash:before {
    content: "\f506";
}

.fa-user-tag:before {
    content: "\f507";
}

.fa-user-tie:before {
    content: "\f508";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-users:before {
    content: "\f0c0";
}

.fa-users-cog:before {
    content: "\f509";
}

.fa-users-slash:before {
    content: "\e073";
}

.fa-usps:before {
    content: "\f7e1";
}

.fa-ussunnah:before {
    content: "\f407";
}

.fa-utensil-spoon:before {
    content: "\f2e5";
}

.fa-utensils:before {
    content: "\f2e7";
}

.fa-vaadin:before {
    content: "\f408";
}

.fa-vector-square:before {
    content: "\f5cb";
}

.fa-venus:before {
    content: "\f221";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-vest:before {
    content: "\e085";
}

.fa-vest-patches:before {
    content: "\e086";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-vial:before {
    content: "\f492";
}

.fa-vials:before {
    content: "\f493";
}

.fa-viber:before {
    content: "\f409";
}

.fa-video:before {
    content: "\f03d";
}

.fa-video-slash:before {
    content: "\f4e2";
}

.fa-vihara:before {
    content: "\f6a7";
}

.fa-vimeo:before {
    content: "\f40a";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-vimeo-v:before {
    content: "\f27d";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-virus:before {
    content: "\e074";
}

.fa-virus-slash:before {
    content: "\e075";
}

.fa-viruses:before {
    content: "\e076";
}

.fa-vk:before {
    content: "\f189";
}

.fa-vnv:before {
    content: "\f40b";
}

.fa-voicemail:before {
    content: "\f897";
}

.fa-volleyball-ball:before {
    content: "\f45f";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-mute:before {
    content: "\f6a9";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-vote-yea:before {
    content: "\f772";
}

.fa-vr-cardboard:before {
    content: "\f729";
}

.fa-vuejs:before {
    content: "\f41f";
}

.fa-walking:before {
    content: "\f554";
}

.fa-wallet:before {
    content: "\f555";
}

.fa-warehouse:before {
    content: "\f494";
}

.fa-watchman-monitoring:before {
    content: "\e087";
}

.fa-water:before {
    content: "\f773";
}

.fa-wave-square:before {
    content: "\f83e";
}

.fa-waze:before {
    content: "\f83f";
}

.fa-weebly:before {
    content: "\f5cc";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-weight:before {
    content: "\f496";
}

.fa-weight-hanging:before {
    content: "\f5cd";
}

.fa-weixin:before {
    content: "\f1d7";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-whatsapp-square:before {
    content: "\f40c";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-whmcs:before {
    content: "\f40d";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-wind:before {
    content: "\f72e";
}

.fa-window-close:before {
    content: "\f410";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-wine-bottle:before {
    content: "\f72f";
}

.fa-wine-glass:before {
    content: "\f4e3";
}

.fa-wine-glass-alt:before {
    content: "\f5ce";
}

.fa-wix:before {
    content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
    content: "\f730";
}

.fa-wodu:before {
    content: "\e088";
}

.fa-wolf-pack-battalion:before {
    content: "\f514";
}

.fa-won-sign:before {
    content: "\f159";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-wordpress-simple:before {
    content: "\f411";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-wpressr:before {
    content: "\f3e4";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-x-ray:before {
    content: "\f497";
}

.fa-xbox:before {
    content: "\f412";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-y-combinator:before {
    content: "\f23b";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-yammer:before {
    content: "\f840";
}

.fa-yandex:before {
    content: "\f413";
}

.fa-yandex-international:before {
    content: "\f414";
}

.fa-yarn:before {
    content: "\f7e3";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-yen-sign:before {
    content: "\f157";
}

.fa-yin-yang:before {
    content: "\f6ad";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-youtube-square:before {
    content: "\f431";
}

.fa-zhihu:before {
    content: "\f63f";
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfonts/fa-regular-400.eot");
    src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

/*--//Font-Awesome--*/

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

:root {
    --primary-color: #ff9900;
    --secondary-color: #ffc20e;
    --font-color: #81848a;
    --bg-color: #fff;
    --heading-color: #222;
    --primary-dark: #212529;
    --border-radius: 4px;
    --border-radius-full: 35px;
    --border-color: transparent;
    --border-color-light: #e4e6e5;
    --nav-color: #222;
    --dropdown-color: #fff;
    --iframe-filter: grayscale(0%);
    --bg-grey: #efefef;
    --bg-lightgrey: #f1f3f8;
    --layer: rgb(6 1 14 / 58%);
    --layer1: rgb(6 1 14 / 70%);
    --footer-bg: #111;
    --footer-bglight: #222;
}

[data-theme="dark"] {
    --primary-color: #ff9900;
    --primary-dark: #ffc20e;
    --secondary-color: #ff6600;
    --font-color: #c2c2c2;
    --bg-color: #0b0d0e;
    --heading-color: #eee;
    --border-color: rgba(255, 255, 255, 0.2);
    --border-color-light: rgba(255, 255, 255, 0.1);
    --nav-color: #fff;
    --dropdown-color: #222;
    --iframe-filter: grayscale(100%);
    --bg-grey: #222;
    --bg-lightgrey: #131617;
    --layer: rgb(6 1 14 / 70%);
    --layer1: rgb(6 1 14 / 75%);
    --footer-bg: #000;
    --footer-bglight: #111;
}

.noscroll {
    overflow: hidden;
    height: 100vh;
}

html {
    scroll-behavior: smooth;
}

body,
html {
    margin: 0;
    padding: 0;
    background: var(--bg-color);
    color: var(--font-color);
    font-family: 'MPLUS1p', sans-serif;

}

body a,
button,
.btn {
    cursor: pointer !important;
}

.clear {
    clear: both;
}

.img-responsive {
    max-width: 100%;
    display: block;
}

.d-grid {
    display: grid;
}

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

button,
input,
select,
label,
li,
span {
    -webkit-appearance: none;
    outline: none;
    font-family: 'MPLUS1p', sans-serif;

}

a,
a:hover {
    text-decoration: none;
}

iframe {
    border: none;
    display: block;
}

ul {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: var(--heading-color);
}

p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 28px;
    color: var(--font-color);
    font-family: 'MPLUS1p', sans-serif;

}

li {
    list-style-type: none;
}

p.white {
    color: #eee;
}

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

.noscroll {
    min-height: 100vh;
    overflow: hidden;
}

.radius-image {
    border-radius: var(--border-radius);
}

.radius-image-full {
    border-radius: var(--border-radius-full);
}

/*-- container --*/
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
        margin-right: auto;
        margin-left: auto;
    }
}

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

/*-- //container --*/
.btn-style {
    padding: 16px 30px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    transition: 0.3s ease-in;
    border-radius: var(--border-radius);
    text-transform: capitalize;
}

.btn-style i.fas.fa-angle-double-right {
    vertical-align: baseline;
}

.btn-white {
    color: var(--primary-color);
    background: #fff;
    border: 1px solid #fff;
}

.btn-style1 {
    padding: 8px 35px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    transition: 0.3s ease-in;
    color: var(--heading-color);
    border-radius: var(--border-radius);
}

.transparant-btn {
    color: var(--primary-color);
    background: transparent;
    border: 1px solid var(--primary-color);
}

.transparant-btn:hover,
.btn-white:hover {
    color: #fff;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.transparant-btn:focus {
    box-shadow: none;
}

.title-w3l,
.title-w3l.two {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
}

.title-w3l span.thin {
    font-weight: 300;
    font-size: 38px;
    line-height: 48px;
    color: var(--heading-color);
}

.title-w3l.two {
    color: #fff;
}

.title-subw3hny {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    line-height: 28px;
    color: var(--font-color);
    position: relative;
    opacity: 0.9;
}

a.read {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .02em;
    color: var(--heading-color);
    opacity: .8;
}

a.read:hover {
    color: var(--primary-color);
}

a.read span.fa,
a.read span.fas {
    font-size: 15px;
    transition: 0.3s ease-in;
    font-weight: 700;
    vertical-align: 0px;
}

a.read:hover span.fa,
a.read:hover span.fas {
    transform: translateX(4px);
    transition: 0.3s ease-in;
}

@media (max-width: 1080px) {
    .title-w3l {
        font-size: 32px !important;
        line-height: 40px;
    }
}

@media (max-width: 568px) {
    .title-w3l {
        font-size: 30px !important;
        line-height: 38px;
    }

    .btn-style {
        padding: 16px 30px;
    }
}

@media (max-width:480px) {
    .title-w3l {
        font-size: 26px !important;
        line-height: 32px;
    }

    .btn-style {
        padding: 14px 28px;
    }
}

@media (max-width: 375px) {
    .title-w3l {
        font-size: 24px !important;
        line-height: 30px;
    }

    p {
        font-size: 16px;
        line-height: 26px;
    }

    .title-w3l {
        font-size: 24px !important;
        line-height: 34px;
    }
}

/*-- toggle switch --*/
.theme-switch-wrapper {
    display: flex;
    align-items: center;
}

.theme-switch-wrapper em {
    margin-left: 10px;
    font-size: 1rem;
}

.theme-switch {
    display: inline-block;
    position: relative;
    margin: 0;
}

.theme-switch input {
    display: none;
}

/*-- //toggle switch --*/
/*-- dark and light mode styling --*/
.mode-container {
    width: 24px;
    height: 24px;
    padding: 1px 0;
}

.gg-sun {
    position: relative;
    transform: scale(var(--ggs, 1));
    height: 24px;
    background: linear-gradient(180deg, currentColor 4px, transparent 0) no-repeat 5px -6px/2px 6px, linear-gradient(180deg, currentColor 4px, transparent 0) no-repeat 5px 14px/2px 6px, linear-gradient(180deg, currentColor 4px, transparent 0) no-repeat -8px 5px/6px 2px, linear-gradient(180deg, currentColor 4px, transparent 0) no-repeat 14px 5px/6px 2px;
    border-radius: 100px;
    box-shadow: inset 0 0 0 2px;
    border: 6px solid transparent;
}

.gg-moon {
    overflow: hidden;
    position: relative;
    transform: rotate(-135deg) scale(var(--ggs, 1));
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-bottom: 2px solid transparent;
}

.gg-moon,
.gg-moon:after {
    display: block;
    box-sizing: border-box;
    border-radius: 50%;
    color: #fff;
}

.nav-fixed .gg-moon,
.nav-fixed .gg-moon:after {
    display: block;
    box-sizing: border-box;
    border-radius: 50%;
    color: #fff;
}

.gg-moon:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 18px;
    border: 2px solid transparent;
    box-shadow: 0 0 0 2px;
    top: 8px;
    left: 2px;
}

.gg-sun,
.gg-sun:after,
.gg-sun:before {
    box-sizing: border-box;
    display: block;
    width: 24px;
    color: #eee;
}

.gg-sun:after,
.gg-sun:before {
    content: "";
    position: absolute;
    height: 2px;
    border-right: 4px solid;
    border-left: 4px solid;
    left: -6px;
    top: 5px;
}

.gg-sun:before {
    transform: rotate(-45deg);
}

.gg-sun:after {
    transform: rotate(45deg);
}

.mode-container i.gg-sun {
    display: none;
}

.mode-container i.gg-moon {
    display: block;
}

input:checked + .mode-container i.gg-sun {
    display: block;
}

input:checked + .mode-container i.gg-moon {
    display: none;
}

/*--//Light-and-Drak-Mode--*/
/*---/Header-Style--*/
/* header */
header {
    background-color: transparent;
    padding: 0;
    transition: all 0.4s ease 0s;
    height: 90px;
    display: grid;
    align-items: center;
    /* box-shadow: 0 3px 9px rgba(0, 0, 0, 0.05); */
}

header.nav-fixed {
    padding: 0;
    background-color: var(--bg-color);
    height: 80px;
    border-bottom: none;
    box-shadow: 0 25px 98px 0 rgb(7 6 8 / 7%);
    z-index: 10 !important;
    /* for z-index:10 to display gallery popup */
}

.navbar .navbar-brand {
    margin: 0;
    padding: 0;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

span.sub-color {
    font-family: 'Caprasimo', cursive;
    color: var(--secondary-color);
}

.navbar .navbar-brand i {
    font-weight: 900;
    color: var(--primary-color);
}

.navbar h1 {
    line-height: 0;
}

.navbar .navbar-brand img {
    max-width: 140px;
    transition: all 0.5s ease;
}

.navbar-nav .nav-item {
    padding: 0 12px;
    transition: all 0.5s ease;
    position: relative;
}

.navbar-nav .nav-link:focus {
    color: var(--primary-color);
}

.navbar-expand-lg .navbar-nav .show > .nav-link,
.navbar-expand-lg .navbar-nav .active > .nav-link,
.navbar-expand-lg .navbar-nav .nav-link.show,
.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: var(--primary-color);
}

nav ul li a,
nav ul li a:after,
nav ul li a:before {
    transition: all .5s;
}

.navbar-expand-lg .navbar-nav .nav-link {
    transition: all 0.5s ease;
    padding: 10px 0 10px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    opacity: .9;
    text-transform: capitalize;
}

.navbar-expand-lg .navbar-nav .nav-link span.fa.fa-angle-down {
    vertical-align: middle;
}

a.nav-link:before,
a.dropdown-item:before {
    position: absolute;
    content: '';
    background: var(--primary-color);
    width: 0px;
    height: 2px;
    bottom: 8px;
}

.navbar-nav .nav-link:hover:before,
a.dropdown-item:hover:before {
    width: 100%;
}

.navbar-nav .dropdown-menu li {
    width: 100%;
}


a.dropdown-item {
    font-weight: 600;
    font-size: 1em;
    position: relative;
    color: var(--heading-color);
    padding-top: 0;
    display: block;
    width: 100px;
    padding-bottom: 14px;
}

a.dropdown-item:hover {
    color: var(--primary-color);
    background: none;
}

a.dropdown-item.active {
    background: transparent;
    color: var(--primary-color);
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    transform: translateX(-30px);
    background: var(--bg-color);
    border: 1px solid var(--border-color-light);

}

.navbar-expand-lg .navbar-nav .dropdown-menu:before {
    content: '';
    width: 14px;
    height: 14px;
    background: var(--bg-color);
    border: 1px solid var(--border-color-light);
    display: block;
    border-right: none;
    border-bottom: none;
    transform: translateX(-50%) rotateZ(45deg);
    position: absolute;
    top: -7px;
    left: 49%;
    z-index: 1001;
}


.dropdown-toggle::after {
    display: none;
}

/*--/serach--*/
.searchw3-icon {
    color: var(--primary-color);
    width: 40px;
    height: 40px;
    background: var(--bg-color);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border: none;
    outline: none;
}

.w3l-formhny {
    max-width: 500px;
    margin: 0 auto;
}

.search-header input {
    font-size: 16px;
    border-radius: var(--border-radius);
    background: var(--bg-color);
    padding: 8px 15px;
    color: var(--font-color);
}

.search-header input:focus {
    box-shadow: none;
    border-color: var(--primary-color);
    background: var(--bg-color);
}

/* Overlay style */
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--layer);
    z-index: 9;
}

/* Overlay closing cross */
.overlay .overlay-close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    border: none;
    background: none;
    color: #fff;
    outline: none;
    z-index: 100;
    font-size: 20px;
    border: var(--primary-color);
    border-radius: var(--border-radius);
    background: var(--primary-color);
}

/* Menu style */
.overlay nav {
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
}

.overlay ul li {
    display: block;
    height: 20%;
    height: calc(100% / 5);
    min-height: 54px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.overlay ul li a {
    font-size: 54px;
    font-weight: 300;
    display: block;
    color: #fff;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
    color: #e3fcb1;
}

/* Effects */
.overlay-slidedown {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
    transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

.overlay-slidedown.open {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}

@media screen and (max-height: 30.5em) {
    .overlay nav {
        height: 70%;
        font-size: 34px;
    }

    .overlay ul li {
        min-height: 34px;
    }
}

/*--//serach--*/

.nav-fixed .navbar-nav .nav-link {
    color: var(--heading-color);
    opacity: 0.8;
}

.nav-fixed .navbar-brand {
    color: var(--heading-color);
}

.nav-fixed .searchw3-icon {
    background: var(--bg-grey);
}

.nav-fixed .gg-moon,
.nav-fixed .gg-moon:after {
    color: var(--heading-color);
}

/*--//serach--*/
@media only screen and (max-width: 992px) {
    header.nav-fixed {
        height: auto;
        padding: 14px 0;
    }

    header {
        height: auto;
        padding: 17px 0;
    }

    nav.navbar.navbar-expand-lg.navbar-light {
        padding: 0;
    }

    .navbar-collapse {
        max-height: calc(100vh - 80px);
        overflow-y: scroll;
    }

    .navbar-toggler {
        padding: 0rem !important;
        border: none;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-collapse {
        float: left;
        text-align: center;
        width: 100%;
        background: var(--bg-color);
        padding: 20px;
        margin-top: 16px;
        /* box-shadow: 0 6px 19px rgb(0 0 0 / 5%); */
        border-radius: 4px;
        border: 1px solid var(--border-color-light);
    }

    .navbar-expand-lg .navbar-nav .nav-item {
        padding: 2px 0;
    }

    .navbar-nav .dropdown-menu {
        text-align: center;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        display: inline-block;
        text-align: center;
        color: var(--nav-color);
    }

    .navbar-expand-lg .searchw3-icon {
        background: var(--bg-grey);
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        transform: translateX(0px);
        border: 1px solid var(--border-color-light);
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu:before {
        border: 1px solid var(--border-color-light);
        border-right: none;
        border-bottom: none;
    }

    .navbar-toggler-icon {
        background-image: none;
        padding: 0;
        width: 34px;
        height: 34px;
        display: inline-block;
        background: #272121;
        border-radius: 4px;
        text-align: center;
    }

    .navbar-toggler-icon.fa {
        font-size: 20px;
        line-height: 1.2em;
        background: var(--primary-color);
        line-height: 34px;
        color: #fff;
    }

    button.navbar-toggler .icon-close {
        display: block;
    }

    button.navbar-toggler .icon-expand {
        display: none;
    }

    button.navbar-toggler.collapsed .icon-close {
        display: none;
    }

    button.navbar-toggler.collapsed .icon-expand {
        display: block;
    }

    .mobile-position {
        position: absolute;
        right: 50px;
        top: 6px;
    }

    .w3l-formhny {
        max-width: 400px;
        margin: 0 auto;
    }

    .search-header input {

        padding: 12px 15px;
        color: var(--font-color);
    }

    .search-header .btn {
        display: block;
        width: 100%;
        margin-top: 16px;
    }

    .navbar .navbar-brand {
        margin: 0;
        padding: 0;
        font-size: 28px;
    }
}

@media only screen and (max-width: 480px) {
    .w3l-formhny {
        max-width: 300px;
        margin: 0 auto;
    }

}

/*---//Header-Style--*/

/*---/Banner-Style--*/
/*--/slider--*/
.w3lmain-gap {
    height: 90px;
}

/*--/banner--*/
.w3l-main-slider li {
    list-style-type: none;
}

.w3l-main-slider .banner-slider {
    position: relative;
    z-index: 1;
}

.w3l-main-slider .slider-info a img {
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
}

.w3l-main-slider .companies20-content {
    position: relative;
}

.w3l-main-slider .banner-view {
    background: url(../images/banner1.jpg) no-repeat center;
    -ms-background-size: cover;
    background-size: cover;
    z-index: 0;
    position: relative;
    display: grid;
    align-items: center;
    min-height: 700px;
    background-size: cover;
}

.w3l-main-slider .banner-top2 {
    background: url(../images/banner2.jpg) no-repeat center;
    background-size: cover;
}

.w3l-main-slider .banner-top3 {
    background: url(../images/banner3.jpg) no-repeat center;
    background-size: cover;
}

.w3l-main-slider .banner-top4 {
    background: url(../images/banner4.jpg) no-repeat center;
    background-size: cover;
}

.w3l-main-slider .banner-view:before {
    content: "";
    background: var(--layer);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.w3l-main-slider .header-hero-19 {
    max-width: 680px;
    margin: 0;
    text-align: left;
}

.w3l-main-slider h3.title-hero-19 {
    font-size: 66px;
    line-height: 76px;
    color: #ffffff;
    font-weight: 700;
    margin: 10px 0 20px;
    text-shadow: rgb(0 0 0) 0px 0px 0px;
    text-transform: capitalize;
}

.w3l-main-slider h5 {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 1px;
}

p.w3hny-tag {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 0.7;
}

.banner-slider {
    position: relative;
}

p.w3ban-para {
    color: #fff;
    opacity: 0.9;
    font-size: 18px;
}

.w3l-stats-section.stats-con {
    position: absolute;
    right: 100px;
    bottom: -40px;
    border-radius: var(--border-radius);
    text-align: center;
    background-color: var(--bg-color);
    box-shadow: 0 25px 98px 0 rgb(0 0 0 / 9%);
    margin: 0 auto;
    display: block;
    padding: 40px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    width: 400px;
}

.stats_info {
    text-align: left;
}

.stats_info h3 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0px;
    font-weight: 600;
    color: var(--primary-color);
    display: inline-block;
    text-transform: uppercase;
}

p.counter {
    font-size: 46px;
    font-weight: 700;
    color: var(--heading-color);
    margin: 0px 0 16px 0px;
    display: block;
}

p.para-counter {
    color: #fff;
}

@media (max-width: 1440px) {}

@media (max-width: 1080px) {
    .w3l-main-slider h3.title-hero-19 {
        font-size: 40px;
        line-height: 50px;
    }

    .w3l-main-slider .banner-view,
    .w3l-main-slider .banner-top1,
    .w3l-main-slider .banner-top2,
    .w3l-main-slider .banner-top3,
    .w3l-main-slider .banner-top4 {
        min-height: 600px;
    }
}

@media (max-width: 1050px) {}

@media (max-width: 1024px) {
    .w3l-main-slider h3.title-hero-19 {
        font-size: 36px;
        line-height: 46px;
        margin: 10px 0 5px;
    }
}

@media (max-width: 992px) {
    p.w3hny-tag {
        font-size: 16px;
        line-height: 18px;
    }

    .w3l-main-slider .header-hero-19 {
        max-width: 600px;
        margin: 0;
        text-align: left;
        margin-top: 3em;
    }
}

@media (max-width: 800px) {

    .w3l-main-slider .inner-banner,
    .w3l-main-slider .inner-layer {
        min-height: 200px;
    }
}

@media (max-width: 736px) {
    .w3l-main-slider ul.nav-links li a.link-nav {
        display: block;
    }
}

@media (max-width: 667px) {
    .w3l-main-slider .mai-hero-19 {
        grid-gap: 10px;
    }

    p.w3ban-para {
        font-size: 16px;
    }

    .w3l-main-slider .banner-view,
    .w3l-main-slider .banner-top1,
    .w3l-main-slider .banner-top2,
    .w3l-main-slider .banner-top3,
    .w3l-main-slider .banner-top4 {
        min-height: 460px;
    }

    .w3l-main-slider h5 {
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 1px;
    }

    .w3l-stats-section.stats-con {
        position: static;
        padding: 20px 20px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
        width: 330px;
    }
}

@media (max-width: 600px) {}

@media (max-width: 480px) {
    .w3l-main-slider h3.title-hero-19 {
        font-size: 32px;
        line-height: 42px;
    }

    .w3l-stats-section.stats-con {
        width: 300px;
    }

    span.w3-xtrap {
        display: none;
    }
}

@media (max-width: 440px) {}

@media (max-width: 387px) {

    .w3l-main-slider .banner-view,
    .w3l-main-slider .banner-top1,
    .w3l-main-slider .banner-top2,
    .w3l-main-slider .banner-top3,
    .w3l-main-slider .banner-top4,
    .w3l-main-slider .banner-top5,
    .w3l-main-slider .banner-top6 {
        min-height: 440px;
    }
}

@media (max-width: 320px) {
    .w3l-main-slider .banner h3 {
        font-size: 26px;
        line-height: 36px;
    }

}


/*--/owl-slider--*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
}

.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    border: none;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

@media (max-width: 992px) {
    .owl-theme .owl-nav {
        display: none !important;
    }
}

@media (max-width: 568px) {

    .owl-carousel .owl-dots.disabled,
    .owl-carousel .owl-nav.disabled {
        display: none;
    }
}

/**
   * Owl Carousel v2.3.4
   * Copyright 2013-2018 David Deutsch
   * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
   */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
    display: block;
}

.owl-dots {
    margin-top: 0px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    bottom: 40px;
    background: none;
}

.w3l-testimonials .owl-dots {
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    background: none;
    display: block;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 20px;
    margin: 0px;
    width: 46px;
    background: rgba(255, 255, 255, 0.21);
    display: inline-block;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    height: 46px;
    line-height: 15px;
    border-radius: 50%;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff;
    opacity: 1;
    color: #fe5a0e;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    transition: 0.3s ease-in-out;
}

.owl-theme .owl-nav [class*=owl-]:focus,
.owl-theme:focus,
.owl-dots:focus,
.owl-dot:focus {
    outline: none;
    box-shadow: none;
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    background: transparent;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 1px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    position: relative;
    border-radius: 50%;
}

.w3l-clients .owl-theme .owl-dots .owl-dot span {
    width: 18px;
    height: 18px;
    margin: 5px 1px;
    background: var(--heading-color);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    position: relative;
    border-radius: 50%;
}

button.owl-next,
button.owl-prev {
    position: absolute;
    bottom: 50%;
}

button.owl-prev {
    left: 10px;
}

button.owl-next {
    right: 10px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--secondary-color);
}

@media (max-width:667px) {}

/*--//owl-slider--*/
/*--//w3l-main-slider--*/
.w3ab-left-top {
    margin: 0 auto;
    max-width: 800px;
    text-align: center;

}

/*--/features--*/
.title-content {
    max-width: 700px;
    margin: 0 auto;
}

.w3l-features .icon {
    text-align: left;
}

.main-cont-wthree-2,
.w3l-faq-block {
    margin: auto;
}

.w3l-features .grids-1.box-wrap {
    padding: 60px 40px;
    background: var(--bg-grey);
    border-radius: var(--border-radius);
}

.w3l-features .grids-1.box-wrap:hover {
    background-color: var(--primary-color);
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}

.w3l-features .icon i {
    font-size: 32px;
    color: var(--primary-color);
}

.w3l-features .grids-1.box-wrap:hover .icon i {
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    color: #fff;
}

.w3l-features .box-wrap:hover p {
    color: #fff;
    opacity: 0.9
}

.w3l-features .box-wrap img {
    max-width: 65px;
    display: block;
    margin: 0 auto;
}

.w3l-features .box-wrap h4 a {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin-top: 16px;
    display: block;
    color: var(--heading-color);
}

.w3l-features .box-wrap h4 a:hover {
    opacity: 0.9;
}


@media (max-width: 1280px) {}

@media (max-width: 1080px) {}

@media (max-width: 992px) {}

@media (max-width: 800px) {}

/*--//features--*/
/*--/gallery--*/

.w3l-gallery {
    background: var(--bg-lightgrey);
}

ul.gallery_agile {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    grid-gap: 20px;
}

ul.gallery_agile li {
    list-style: none;
}

/*-- portfolio --*/
.w3_agile_portfolio_grid {
    overflow: hidden;
    position: relative;
}

.w3layouts_news_grid_pos {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgb(73 45 123 / 40%);
    right: 0;
    transition: all 400ms ease;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    -moz-border-radius: 6px;
    display: grid;
    align-items: center;
}

.w3layouts_news_grid_pos {
    transform: scale3d(0, 0, 1);
}

.w3_agile_portfolio_grid:hover .w3layouts_news_grid_pos {
    opacity: 0.8;
    background-color: rgba(1, 28, 37, 0.5);
    transform: scale3d(1, 1, 1);
}

.w3_agile_portfolio_grid:hover .wthree_text {
    opacity: 1;
    color: #fff;
    transform: translateY(0) scale3d(1, 1, 1);
    transition: transform 400ms ease 380ms;
}

.w3_agile_portfolio_grid .wthree_text {
    text-align: center;
    opacity: 0;
    transform: translateY(0) scale3d(0, 0, 1);
    transition: transform 400ms ease 280ms;
}

.wthree_text h3 {
    color: #fff;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 700;
}

.wthree_text p {
    color: #eee;
    margin-top: 5px;
}

.w3_agile_portfolio_grid h4 {
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 700;
}

.w3_agile_portfolio_grid:hover .wthree_text2 {
    opacity: 0;
}

@media (max-width: 991px) {
    ul.gallery_agile {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media all and (max-width: 767px) {
    ul.gallery_agile {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        grid-gap: 20px;
    }

    .wthree_text h3 {
        font-size: 20px;
    }
}

@media (max-width: 415px) {
    ul.gallery_agile {
        grid-template-columns: 1fr;
    }
}

#Choco_overlay {
    background: #0a0a0a !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    display: none;
    padding: 0;
    margin: 0;
}

#Choco_content {
    display: none;
    width: 800px;
    height: 600px;
    z-index: 1001;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -300px;
    border-top: 1px solid transparent;
    /*Yes, adjust image perfectly at the center of a box, don't know why.*/
}

#Choco_left_arrow {
    float: left;
    background-image: url(../images/left.png) !important;
    background-position: 12%;
    left: -20%;
}

#Choco_right_arrow {
    float: right;
    background-image: url(../images/right.png) !important;
    background-position: 88%;
    left: 20%;
}

.Choco_arrows {
    background-repeat: no-repeat;
    display: none;
    position: relative;
    cursor: pointer;
    width: 49%;
    top: -100%;
    height: 100%;
    margin-top: -30px;
}

#Choco_container_photo {
    text-align: center;
    width: 800px;
    height: 600px;
    /*background:url(../images/ajax-loader.gif) center center no-repeat;*/
}

#Choco_container_description {
    padding: 0;
    height: 26px;
    width: 100%;
    color: #FFFFFF;
    font-family: Tahoma;
    clear: both;
    position: relative;
    font-size: 12px;
    margin-top: -5px;
    overflow: hidden;
    visibility: hidden;
}

#Choco_container_title {
    float: left;
    padding: 5px;
}

#Choco_container_via {
    padding: 5px;
    float: right;
}

#Choco_container_via a {
    color: gray;
}

#Choco_container_via a:hover {
    color: white;
    background: gray;
}

#Choco_close {
    width: 32px;
    height: 32px;
    background-image: url(../images/close.png) !important;
    background-repeat: no-repeat;
    z-index: 1002;
    cursor: pointer;
    margin: 0px 0px 15px 0px;
    display: none;
}

#Choco_loading {
    width: 9px;
    height: 11px;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    z-index: 1002;
    cursor: pointer;
    float: right;
    margin-top: -20px;
    display: none;
}

#Choco_bigImage {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: -5px;
}


/*--//gallery--*/
/*--/video--*/
.w3l-index5 {
    background: url(../images/banner4.jpg) no-repeat center;
    -ms-background-size: cover;
    background-size: cover;
    z-index: 0;
    position: relative;
    display: grid;
    align-items: center;
    background-size: cover;
    z-index: 0;
    position: relative;
    border-radius: 4px;
    min-height: 400px;
}

.w3l-index5:before {
    content: "";
    background: var(--layer1);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    border-radius: 4px;
}

.w3l-index5 h6.title-subw3hny:after {
    content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 2px;
    background: var(--secondary-color);
    z-index: 1;
    margin-left: 0;
    right: 0;
    top: 12px;
}

.w3l-index5 .new-block {
    display: grid;
    align-items: center;
    padding: 2rem 0;
}

.w3l-index5 .middle-section h2 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
}

.w3l-index5 .video-info p,
p.vhny-para {
    color: #fff;
    opacity: 0.8;
}

.w3l-index5 span.video-play-icon {
    background: #fff;
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.w3l-index5 span.video-play-icon span {
    color: var(--primary-color);
}

.w3l-index5 span.video-play-icon:hover {
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.w3l-index5 span.fa.fa-play {
    line-height: 55px;
}

.w3l-index5 .play-view {
    left: 0;
    right: 0;
    top: calc(50% - 40px);
}

@media (max-width: 800px) {
    .w3l-index5 .middle-section h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .w3l-clients .logos img {
        margin: 0 0px;
        opacity: 0.9;
    }
}

@media (max-width: 667px) {
    .w3l-index5 .middle-section h2 {
        font-size: 32px !important;
        line-height: 42px;
    }

    .w3l-index5 .play-view {
        left: 0;
        right: 0;
        top: calc(50% - 28px);
    }

    #small-dialog {
        max-width: 450px;
        margin: 40px auto;
        position: relative;
    }

    .w3l-index5 {
        border-radius: 4px;
        min-height: 300px;
    }
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    line-height: 40px;
    position: absolute;
    right: 0px;
    top: -40px;
    text-decoration: none;
    text-align: center;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: 'Jost', sans-serif;
    background: transparent;
}

.mfp-close-btn-in .mfp-close {
    color: #fff;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        transform-origin: 0;
    }

    .mfp-arrow-right {
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/* Styles for dialog window */
#small-dialog {
    max-width: 750px;
    margin: 40px auto;
    position: relative;
}

div#small-dialog iframe {
    width: 100%;
    height: 400px;
    display: block;
}

/**
   * Fade-zoom animation for first dialog
   */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    transform: scale(0.8);
    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.95;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/**
   * Fade-move animation for second dialog
   */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    transition: all 0.2s ease-out;
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}

/* play icon animation */
@-webkit-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgb(255 255 255 / 25%), 0 0 0 10px rgb(255 255 255 / 25%), 0 0 0 20px rgb(255 255 255 / 25%);
    }

    100% {
        box-shadow: 0 0 0 10px rgb(255 255 255 / 25%), 0 0 0 20px rgb(255 255 255 / 25%), 0 0 0 40px rgba(50, 100, 245, 0);
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgb(255 255 255 / 25%), 0 0 0 10px rgb(255 255 255 / 25%), 0 0 0 20px rgb(255 255 255 / 25%);
    }

    100% {
        box-shadow: 0 0 0 10px rgb(255 255 255 / 25%), 0 0 0 20px rgb(255 255 255 / 25%), 0 0 0 40px rgba(50, 100, 245, 0);
    }
}

/* //play icon animation */
/*--//video--*/
/*--/inner-banner--*/
.inner-banner {
    background: url(../images/banner2.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    position: relative;
    z-index: 0;
}

.inner-banner:before {
    content: "";
    background: var(--layer);
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
}

.w3breadcrumb-gids {

    text-align: center;
}

.w3breadcrumb-right {
    text-align: center;
    padding-top: 1em;
}

h2.inner-w3-title {
    font-family: "ヒラギノ明朝 ProN", HiraMinProN-W3, "游明朝体", "Yu Mincho", YuMincho, serif;
    font-size: 56px;
    line-height: 56px;
    font-weight: 350;
    text-transform: capitalize;
    color: #fff;
}

.inner-banner p.inner-page-para {
    color: #fff;
    opacity: 0.6;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.breadcrumbs-custom-path {
    text-align: center;
    display: inline-block;
}

.breadcrumbs-custom-path li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}

.breadcrumbs-custom-path li span {
    font-size: 12px;
}

.breadcrumbs-custom-path a,
.breadcrumbs-custom-path a:active,
.breadcrumbs-custom-path a:focus {
    color: var(--secondary-color);
    opacity: 0.9;
}

.breadcrumbs-custom-path a:hover {
    color: var(--secondary-color);
}

.breadcrumbs-custom-path li.active {
    color: #fff;
}

p.abinfo-para {
    max-width: 600px;
    margin: 0 auto;
}

@media (max-width:992px) {
    .w3breadcrumb-gids {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        align-items: center;
        padding-top: 0em;
    }

    .w3breadcrumb-right {
        padding-top: 0.5em;
    }
}

@media (max-width:667px) {
    h2.inner-w3-title {
        font-family: "HG明朝E", "游明朝体", "Yu Mincho", YuMincho, serif;
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width:600px) {
    h2.inner-w3-title {
        font-family: "HG明朝E", "游明朝体", "Yu Mincho", YuMincho, serif;
        font-size: 28px;
        line-height: 38px;
    }
}

/*--/about--*/
.w3l-features-6hny {
    background: var(--bg-lightgrey);
}

.w3l-features-6hny .call-grids-w3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px 30px
}

.call-grids-w3 .grids-1 h4 a {
    margin: 25px 0 0px;
    font-size: 20px;
    color: var(--heading-color);
    font-weight: 600;
    display: block;
    text-align: center;
}

.call-grids-w3 .grids-1:hover h4 a {
    color: var(--primary-color);
}

.call-grids-w3 .grids-1 {
    padding: 40px 30px;
    border-radius: var(--border-radius);
    text-align: center;
    box-shadow: 0 25px 98px 0 rgb(0 0 0 / 3%);
    background-color: var(--bg-color);
}

.w3l-features-6hny .grids-1:hover .icon {
    background-color: var(--primary-color);
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}

.w3l-features-6hny .grids-1:hover i {
    color: #fff;
}

ul.icon-list-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

ul.icon-list-items li {
    list-style: none;
    display: block;
    margin-right: 10px;
    color: var(--font-color);
    font-size: 16px;
}

ul.icon-list-items li i {
    color: var(--primary-color);
    font-size: 14px;
    margin-right: 4px;
}

/*--//features--*/
/*--/faq--*/
.w3l-faq-block {
    background: var(--bg-color);
}

h4.head {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 10px;
}

/* faq block */
.accordion-button {
    color: var(--heading-color);
    font-size: 20px;
    font-weight: bold;
    background-color: var(--bg-color);
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: var(--heading-color);
    background-color: var(--bg-grey);
}

.accordion-item {
    background-color: var(--bg-color);
    border: 1px solid var(--border-color-light);
    border-radius: 0px;
}

.accordion-item:first-of-type,
.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:last-of-type {
    border-radius: 0px;
}

/* //faq block */


.w3l-products ul.w3l-right-book li {
    margin-bottom: 10px;
    color: var(--heading-color);
    font-size: 18px;
    list-style: inside;
    font-weight: 600;
    list-style-type: none;
}

.w3l-products ul.w3l-right-book li span {
    font-size: 12px;
    margin-right: 16px;
    opacity: 0.4;
}

@media screen and (max-width: 415px) {
    .w3l-products ul.w3l-right-book li {
        font-size: 16px;
    }
}

/*-- //faq --*/
/*--/progress-info--*/
.w3l-servicesblock {
    background: var(--bg-lightgrey);
}

.w3l-servicesblock .progress-info {
    margin-bottom: 25px;
    text-align: left;
}

.w3l-servicesblock .info1 h6.progress-tittle {
    display: grid;
    grid-template-columns: 1fr auto;
    width: 80%;
}

.w3l-servicesblock .info2 h6.progress-tittle {
    display: grid;
    grid-template-columns: 1fr auto;
    width: 95%;
}

.w3l-servicesblock .info3 h6.progress-tittle {
    display: grid;
    grid-template-columns: 1fr auto;
    width: 90%;
}

.w3l-servicesblock .info4 h6.progress-tittle {
    display: grid;
    grid-template-columns: 1fr auto;
    width: 75%;
}

.w3l-servicesblock .progress {
    display: flex;
    height: 1.3em;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: var(--bg-color);
    border-radius: 2em;
}

.w3l-servicesblock .progress-bar {
    background-color: var(--primary-color);
    transition: width 0.6s ease;
}

.w3l-servicesblock .progress-bar-striped {
    background-image: none;
    background-size: 1rem 1rem;
}

.w3l-servicesblock h6.progress-tittle {
    font-size: 15px;
    color: var(--heading-color);
    margin-bottom: 10px;
    font-weight: 700;
}

/*--//progress-info--*/
.w3l-join-main {
    background: url(../images/banner2.jpg) no-repeat center;
    -ms-background-size: cover;
    background-size: cover;
    z-index: 0;
    position: relative;
    display: grid;
    align-items: center;
    background-size: cover;
}

.w3l-join-main:before {
    content: "";
    background: var(--layer);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.w3l-join-main p {
    color: #fff;
    opacity: 0.8;
}

/*--/w3l-subscribe--*/
.w3l-subscribe-content .subscribe {
    max-width: 600px;
}

.w3l-subscribe-content .subscribe-wthree-field {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 16px;
}

.w3l-subscribe-content form.subscribe-wthree input {
    font-size: 16px;
    color: var(--font-color);
    border-radius: var(--border-radius);
    padding: 0px 15px;
    background: var(--bg-color);
}

.w3l-subscribe-content form.subscribe-wthree input:focus {
    background: var(--bg-color);
    border: 1px solid var(--primary-color);
    box-shadow: none;
}

@media only screen and (max-width:667px) {
    .w3l-subscribe-content form.subscribe-wthree button {
        flex-basis: 100%;
        display: block;
        width: 100%;
    }

    .w3l-subscribe-content .subscribe-wthree-field {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }

    .w3l-subscribe-content form.subscribe-wthree input {
        padding: 0px 20px;
        height: 60px;
    }
}

/*--//w3l-subscribe--*/
.team-landing {
    background: var(--bg-grey);
}

.grid-alignment {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    align-items: end;
}

.w3l-team-main .team {
    position: relative;
}

.w3l-team-main .our-team .team-row {
    margin-left: -40px;
    margin-right: -40px;
}

.w3l-team-main .our-team .team-wrap {
    padding: 0 40px;
}

.w3l-team-main .our-team .container-fluid,
.w3l-team-main .our-team .container-sm,
.w3l-team-main .our-team .container-md,
.w3l-team-main .our-team .container-lg,
.w3l-team-main .our-team .container-xl,
.w3l-team-main .our-team .container-sm,
.w3l-team-main .our-team .container-md,
.w3l-team-main .our-team .container-lg,
.w3l-team-main .our-team .container-xl,
.w3l-team-main .our-team .container-sm,
.w3l-team-main .our-team .container-md,
.w3l-team-main .our-team .container-lg,
.w3l-team-main .our-team .container-xl {
    padding: 0 50px;
}

.w3l-team-main .team-img img {
    transition: all .2s ease-in-out;
    overflow: hidden;
    width: 100%;
}

.w3l-team-main .team-member,
.w3l-team-main .team-img {
    position: relative;
    overflow: hidden;
}

.w3l-team-main .team-title {
    margin: 25px 0 0px;
    font-size: 20px;
    color: var(--heading-color);
    font-weight: 600;
    display: block;
}

.w3l-team-main .team-member p {
    text-transform: capitalize;
}

.w3l-team-main .team-details {
    opacity: 0;
    position: absolute;
    bottom: 12%;
    left: 0;
    overflow: hidden;
    width: 100%;
    z-index: 2;
    transition: all .4s ease-in-out;
}

.w3l-team-main .team-img:hover .team-details {
    opacity: 1;
}

.w3l-team-main .team-img:hover .overlay-team {
    opacity: 1;
}

.w3l-team-main .team-member:hover a {
    color: var(--primary-color);
}

.w3l-team-main .socials a {
    display: inline-block;
    margin-right: 5px;
}


.w3l-team-main .socials a span {
    color: var(--heading-color);
    font-size: 16px;
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    line-height: 42px;
    text-align: center;
    transition: all .3s ease 0s;
    background: var(--bg-color);
}

.w3l-team-main .team-details .socials span {
    color: var(--heading-color);
}

.w3l-team-main .socials a:hover span {
    background: #fff;
    color: var(--primary-color);
}

@media all and (max-width: 991px) {
    .w3l-team-main .team-title {
        margin: 18px 0 0px;
        font-size: 20px;
    }
}

@media all and (max-width:667px) {
    .grid-alignment {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        align-items: end;
    }

    .call-grids-w3 .grids-1 {
        padding: 30px 10px;
    }

    .call-grids-w3 .grids-1 h4 a {
        margin: 25px 0 0px;
        font-size: 18px;
    }
}

@media all and (max-width: 568px) {
    .team-row {
        padding: 0 10px;
    }

    .team-row .col-6 {
        padding: 0 10px;
    }
}

@media all and (max-width: 415px) {
    .team-row {
        padding: 0 5px;
    }
}

@media all and (max-width: 384px) {
    .w3l-team-main .team-title {
        font-size: 18px;
    }

    .w3l-team-main .socials a span {
        width: 38px;
        height: 38px;
        line-height: 38px;
    }

    .w3l-team-main .socials a {
        margin-right: 2px;
    }
}

/*--//team--*/
/*--//about--*/
/*--/services--*/
.grids-3-w3l,
.home-phny {
    background-color: var(--bg-grey);
}

.w3l-aboutblock1 .area-box {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 5fr;
    grid-gap: 20px;
    background-color: var(--bg-grey);
    padding: 30px;
    border-radius: var(--border-radius);
}

.w3l-aboutblock1 .area-box.ser-1 {
    grid-template-columns: 1fr;
    background: var(--bg-color);
}

.w3l-aboutblock1 .area-box i {
    color: var(--primary-color);
    font-size: 36px;
    text-align: center;
    margin-top: 6px;
}

.w3l-aboutblock1 h4 a.title-head {
    display: block;
    color: var(--heading-color);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 22px;
    letter-spacing: 0;
}

.w3l-aboutblock1 h4 a.title-head:hover {
    color: var(--primary-color);
}

@media (max-width:1280px) {
    .w3l-aboutblock1 h4 a.title-head {
        margin-bottom: 6px;
        font-size: 20px;
    }
}

@media (max-width: 736px) {}

@media (max-width: 736px) {}

@media (max-width: 415px) {
    .w3l-aboutblock1 h4 a.title-head {
        margin-bottom: 10px;
        font-size: 20px;
    }
}

/*--//services--*/
/*--//inner-banner--*/
/*--/Error-Page--*/
.w3l-error-grid {
    background: url(../images/banner5.jpg) no-repeat center;
    -ms-background-size: cover;
    background-size: cover;
    z-index: 0;
    position: relative;
    display: grid;
    align-items: center;
    min-height: 100vh;
    background-size: cover;
}

.w3l-error-grid:before {
    content: "";
    background: var(--layer);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    min-height: 100%;
}

.w3l-error-grid h1 {
    font-weight: 700;
    font-size: 170px;
    line-height: 150px;
    color: #fff;
    letter-spacing: 3px;
}

.w3l-error-grid p {
    color: #fff;
    opacity: 0.8;
}

.w3l-error-grid h1 span {
    color: var(--primary-color);
}

.w3l-error-grid h2 {
    font-size: 28px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    opacity: 0.7;
}

.w3l-error-grid .form-control {
    color: var(--font-color);
    padding: 12px 120px 12px 25px;
    font-size: 18px;
    line-height: 28px;
    height: 55px;
    background: var(--bg-color);
    border-radius: var(--border-radius);
    display: block;
    font-weight: 500;
}

.error-block {
    max-width: 600px;
    margin: 0 auto;
}

.w3l-error-grid .form-control:focus {
    box-shadow: none;
    background: var(--bg-color);
    border: 1px solid var(--primary-color);
}

.w3l-error-grid button.btn.search {
    color: #fff;
    background: var(--primary-color);
    font-size: 18px;
    padding: 0 40px;
    font-weight: 600;
    border: none;
    height: 55px;
    display: inline-block;
    border-radius: var(--border-radius);
}

.w3l-error-grid button.btn.search:hover {
    opacity: .8;
}

.w3l-error-grid .form-inline.search-form {
    position: relative;
    max-width: 500px;
    margin: auto;
}

.w3l-error-grid a.btn.back-button {
    font-weight: 600;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    padding: 16px 28px;
    outline: none;

}

.w3l-error-grid .btn.back-button:hover {
    color: #fff;
    border: 1px solid var(--primary-color);
    background: var(--primary-color);

    box-shadow: none;
}

@media all and (max-width: 992px) {
    .w3l-error-grid h1 {
        font-size: 100px;
    }
}

@media all and (max-width:600px) {
    .w3l-error-grid h1 {
        font-size: 120px;
        line-height: 110px;
    }

    .w3l-error-grid .form-inline.search-form {
        position: relative;
        max-width: 400px;
        margin: auto;
        display: block !important;
    }

    .w3l-error-grid .form-control {
        width: 100%;
        display: block;
    }

    .w3l-error-grid button.btn.search {
        position: static;
        margin-top: 16px;
        width: 100%;
        display: block;
    }

    .w3l-error-grid h2 {
        font-size: 22px;
    }
}

@media all and (max-width:480px) {
    .w3l-error-grid h2 {
        font-size: 20px;
    }

    .w3l-error-grid h1 {
        font-size: 100px;
        line-height: 110px;
    }
}

@media all and (max-width: 384px) {
    .w3l-error-grid button.btn.search {
        position: relative;
        width: 100%;
        margin-top: 10px;
    }
}

/*--//error--*/
/*--Elements--*/
pre {
    color: #666;
}

.bootstrap-components .bd-example {
    position: relative;
    padding: 40px 30px;
    border: 1px solid var(--border-color-light);
    border-radius: 4px 4px 0px 0px;
}

.code {
    background: var(--bg-grey);
    padding: 40px 30px;
    border-radius: 0px 0px 4px 4px;
}

.components-info {
    padding: 0;
}

.bootstrap-components .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: var(--bg-grey);
    background-clip: border-box;
    border: 1px solid var(--border-color-light);
    border-radius: 0.25rem;
}

.na {
    color: var(--font-color);
}

.s {
    color: var(--font-color);
}

.c {
    color: var(--font-color);
}

.bootstrap-components .h1,
.bootstrap-components .h2,
.bootstrap-components .h3,
.bootstrap-components .h4,
.bootstrap-components .h5,
.bootstrap-components .h6,
.bootstrap-components h1,
.bootstrap-components h2,
.bootstrap-components h3,
.bootstrap-components h4,
.bootstrap-components h5,
.bootstrap-components h6 {
    font-weight: 700;
    color: var(--heading-color);
}

.bootstrap-components .bd-example-row .row > .col,
.bootstrap-component .bd-example-row .row > [class^="col-"] {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: var(--bg-grey);
    border: 1px solid var(--border-color-light);
}

.bootstrap-components h6.title-subw3hny {
    color: var(--primary-color);
    margin: 0 auto !important;
    text-align: center !important;
}

.bootstrap-components .bd-placeholder-img-lg {
    font-size: 2rem;
}

/*--//Elements--*/
/*--/blog--*/
.w3l-blog-single .bl-top {
    margin-top: 26px;
    margin-bottom: 16px;
}

.w3l-blog-single .bl-top h4 {
    font-size: 13px;
    background: var(--bg-grey);
    color: var(--heading-color);
    text-align: center;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 0;
    display: inline-block;
    border-radius: 50px;
}

.w3l-blog-single .bl-top h6 {
    font-size: 20px;
    background: #272121;
    color: #272121;
    text-align: center;
    padding: 12px;
    font-weight: 600;
}

.w3l-blog-single .single-left1 {
    padding: 20px 20px 30px 20px;
    border-radius: var(--border-radius);
    border: 1px solid var(--border-color-light);
}

.w3l-blog-single .blg-img {
    position: relative;

}

.w3l-blog-single .grid-colunm-2 {
    grid-template-columns: 2fr .9fr;
    grid-gap: 40px;
}

.w3l-blog-single .w3-blog-info {
    padding: 25px 20px;
    border: 1px solid #dcd6d6;
    border-top: none;
}

.w3l-blog-single .w3-blog-info h4 {
    font-size: 22px;
}

.w3l-blog-single .w3-blog-info a.btn {
    background: none;
    color: var(--btn-color);
    padding: 10px 30px;
    display: inline-block;
    letter-spacing: 0px;
    font-size: 15px;
    margin-top: 15px;
}

.w3l-blog-single .blog-grid iframe {
    width: 100%;
    height: 200px;
}

.w3l-blog-single .blog .img-thumbnail {
    border: 1px solid #dcd6d6;
    padding: 3px;
    margin: 5px 15px 0 0;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.w3l-blog-single .single-left {
    background: var(--bg-color);
}

.w3l-blog-single .blog aside {
    background: var(--bg-color);
    margin-bottom: 30px;
    border-radius: 0px;
    padding: 20px;
    border: 1px solid var(--border-color-light);
    border-radius: var(--border-radius);
}

.w3l-blog-single h3.aside-title {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: capitalize;
}

.w3l-blog-single .form-inline.search-form {
    position: relative;
}

.w3l-blog-single .medi-top {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr auto;
}

.w3l-blog-single a.name {
    font-size: 18px;
    font-weight: 600;
    color: var(--heading-color);
}

.w3l-blog-single a.rep {
    font-size: 16px;
    color: var(--primary-color);
    border-radius: 4px;
    font-weight: 600;
    display: inline-block;
}

.w3l-blog-single a.rep:hover {
    text-decoration: underline;
}

.w3l-blog-single .bod-2 {
    padding-top: 1.5rem;
}

.w3l-blog-single .bod-3 {
    padding-top: 1.5rem;
}

.w3l-blog-single .bod-4 {
    padding-top: 1.5rem;
}

h3.post-content-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
    color: var(--heading-color);
    font-weight: 600;
}

.w3l-blog-single .medi-top span {
    color: var(--font-color);
    font-size: 12px;
    font-weight: 600;
    border: 1px solid var(--border-color-light);
    padding: 5px 15px;
    background: var(--bg-grey);
    border-radius: 6px;
}

.w3l-blog-single .media {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: auto 1fr;
    margin-bottom: 20px;
    border: 1px solid var(--border-color-light);
    background: var(--bg-color);
    padding: 30px;
    border-radius: var(--border-radius);
}

.w3l-blog-single .media.bod-2 {
    border: none;
}

.w3l-blog-single ul.tags-list li {
    display: inline-block;
    margin: 6px 2px 0 0;
}

.w3l-blog-single ul.tags-list li a {
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 16px;
    display: inline-block;
    color: var(--heading-color);
    border: 1px solid var(--border-color-light);
    background: var(--bg-grey);
    font-weight: 600;
}

.w3l-blog-single ul.tags-list li a:hover {
    color: #fff;
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
}

.w3l-blog-single ul.category li {
    list-style: none;
    border-bottom: 1px solid #dcd6d6;
    margin-bottom: 10px;
}

.w3l-blog-single ul.category li a label {
    font-size: 14px;
    margin-left: auto;
}

.w3l-blog-single ul.category li span {
    color: var(--font-color);
    margin-right: 10px;
}

.w3l-blog-single ul.category li:last-child a {
    margin-bottom: 0;
}

.w3l-blog-single ul.category li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.w3l-blog-single .posts-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.w3l-blog-single .grid-col-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.w3l-blog-single .posts-grid a {
    display: block;
}

.w3l-blog-single .social-share {
    margin: 40px 0;
}

.w3l-blog-single .comments-grid-right p {
    margin-top: 15px;
}

.w3l-blog-single .comments {
    margin-bottom: 40px;
}

.w3l-blog-single .single-left a.button-eff {
    margin-top: 2em;
}

.new-posts {
    border: 1px solid var(--border-color-light);
    margin-top: 40px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    background-color: var(--bg-grey);
    padding: 0 20px;
    border-radius: var(--border-radius);
}

.new-posts a {
    display: flex;
    margin: 20px 0;
    grid-template-columns: auto auto;
    grid-gap: 10px;
    color: var(--heading-color);
    font-weight: 600;
    align-items: center;
}

.new-posts a span {
    font-size: 13px;
}

a.next-post {
    justify-content: flex-end;
}

.new-posts a:hover {
    color: var(--primary-color);
}

.w3l-blog-single ul.admin-post li a {
    color: var(--font-color);
}

.w3l-blog-single .single-left .admin-post a span {
    width: 18px;
    color: var(--primary-color);
    margin-right: 5px;
}

.w3l-blog-single .single-left p img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    vertical-align: bottom;
}

.w3l-blog-single p.subscribe-text {
    font-size: 16px;
    margin-top: 10px;
    color: var(--font-color);
    line-height: 25px;
}

.w3l-blog-single p.subscribe-text a {
    color: var(--heading-color);
    font-weight: 600;
    font-size: 14px;
}

.w3l-blog-single .posts-grid-right h4 {
    line-height: 20px;
}

.w3l-blog-single .posts-grid-right h4 a {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    color: var(--heading-color);
    text-transform: capitalize;
}

.w3l-blog-single .wthree_courses_events_list li {
    display: inline-block;
    font-size: 14px;
    color: var(--font-color);
}

.w3l-blog-single ul.wthree_courses_events_list li span {
    color: #a0a0a0;
}

.w3l-blog-single .posts-grid-right h4 a:hover {
    color: var(--primary-color);
    transition: 0.3s ease;
}

.w3l-blog-single .tags ul li {
    display: inline-block;
}

.w3l-blog-single .tags ul li a.text-bl {
    padding: 9px 10px;
    margin: 0 5px 10px 0;
    display: block;
    text-transform: capitalize;
    color: var(--font-color);
    font-size: 16px;
    background: #eee;
}

.w3l-blog-single .tags ul li a.text-bl:hover {
    background: #eaeaea;
    color: var(--heading-color);
}

.w3l-blog-single .wthree_courses_events_list li a {
    color: var(--font-color);
}

.w3l-blog-single .comments-grid-right ul li {
    display: inline-block;
    color: var(--font-color);
    font-size: 14px;
}

.w3l-blog-single .comments-grid-right ul li a {
    color: #1C1717;
    font-weight: 600;
}

.w3l-blog-single .comments-grid-right ul li a:hover {
    color: var(--heading-color);
}

.w3l-blog-single .social-share a,
.w3l-blog-single .social-icons-section a {
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 26px;
    transition: 0.3s;
    width: 30px;
}

.w3l-blog-single .single-left1 img {
    width: 100%;
}

.w3l-blog-single a.facebook {
    color: #3b5998;
}

.w3l-blog-single a.instagram {
    color: #c13584;
}

.w3l-blog-single a.pinterest {
    color: #bd081c;
}

.w3l-blog-single a.twitter {
    color: #1da1f2;
}

.w3l-blog-single .form-commets {
    padding: 2em;
    background: var(--bg-grey);
    border: 1px solid var(--border-color-light);
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
}

.w3l-blog-single .form-commets input,
.w3l-blog-single .form-commets textarea {
    width: 100%;
    color: var(--font-color);
    background: var(--bg-color);
    font-size: 16px;
    font-weight: normal;
    padding: 0px 16px;
    border: 1px solid var(--border-color-light);
    outline: none;
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
    height: 60px;
    display: inline-block;
    line-height: 50px;
    box-shadow: none;
}

.w3l-blog-single .form-commets input:focus,
.w3l-blog-single .form-commets textarea:focus {
    border: 1px solid var(--primary-color);
    background: var(--bg-grey);
}

.w3l-blog-single .w3-submit {
    text-align: right;
}

.w3l-blog-single .form-commets textarea {
    min-height: 150px;
    padding: 15px 15px;
    resize: none;
    margin: 16px 0;
}

.w3l-blog-single .media-form {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr;
}

.w3l-blog-single .right-text {
    align-self: center;
}

.w3l-blog-single .admin-post li {
    display: inline-block;
    margin-right: 6px;
    font-size: 16px;
}

.w3l-blog-single .admin-post li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.w3l-blog-single .admin-post {
    margin-bottom: 18px;
}

.w3l-blog-single aside.posts .social-icons-section {
    text-align: center;
}

.w3l-blog-single h4.author {
    font-size: 22px;
    font-weight: 400;
    margin: 10px 0;
    text-transform: capitalize;
    color: #1C1717;
    text-align: center;
}

.w3l-blog-single .single-left2 {
    display: grid;
    grid-template-columns: .8fr 1fr;
    grid-gap: 30px;
    margin: 50px 0;
}

.w3l-blog-single ul.tag-list li {
    border: 1px solid #dcd6d6;
    padding: 10px;
    border-radius: 35px;
    display: inline-block;
    background: #f8f9fa;
}

.w3l-blog-single ul.tag-list li a {
    color: var(--font-color);
    width: auto;
    font-size: 16px;
    height: auto;
    line-height: initial;
    padding: 0 10px;
}

.w3l-blog-single .social-share {
    display: grid;
    grid-template-columns: auto 1fr;
}

.w3l-blog-single .social-icons-section {
    text-align: right;
}

.w3l-blog-single .right-text-list li p {
    margin-bottom: 10px;
}

.w3l-blog-single .right-text-list li p span.fa {
    color: #272121;
    width: 22px;
    font-size: 14px;
}

.w3l-blog-single .right-text-list {
    margin: 30px 0;
    border-left: 1px solid #dcd6d6;
    padding-left: 25px;
}

.w3l-blog-single .leave-coment-form textarea {
    min-height: 100px;
    resize: none;
    width: 100%;
    border-radius: 50px;
}

.w3l-blog-single .mm_single_submit {
    text-align: left;
}

.w3l-blog-single .single-left1 a.blog-btn {
    font-weight: 600;
    display: inline-block;
    font-size: 16px;
    color: var(--btn-color);
    background: #fff;
    border: 2px solid var(--btn-color);
    text-align: center;
    padding: 12px 35px;
    border-radius: 35px;
    margin-top: 10px;
    display: inline-block;
}

.w3l-blog-single .blog-btn:hover {
    color: #fff;
    background: #272121;
}

.w3l-blog-single img {
    border-radius: 4px;
    width: 100%;
}

.w3l-blog-single h5.card-title a,
.w3l-blog-single h5.card-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    color: var(--heading-color);
    font-weight: 700;
    text-transform: capitalize;
}

.w3l-blog-single h5.card-title a:hover {
    color: var(--primary-color);
}

.w3l-blog-single .single-left1 p a {
    color: #1C1717;
    font-weight: bold;
}

.w3l-blog-single .comments-grid-right h4 {
    font-size: 20px;
    color: #1C1717;
    text-transform: uppercase;
}

.w3l-blog-single .comments-grid-right h3 {
    font-weight: normal;
    color: #1C1717;
    margin-bottom: 5px;
    font-size: 18px;
    text-transform: capitalize;
}

.w3l-blog-single .no-margin {
    margin: 0 !important;
}

.w3l-blog-single .single-left p {
    color: var(--font-color);
}

.w3l-blog-single p.address {
    margin-top: 5px;
    margin-bottom: 25px;
}

.w3l-blog-single .single-left1 iframe {
    width: 100%;
    height: 350px;
}

.w3l-blog-single .details-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    margin-bottom: 40px;
}

.w3l-blog-single .details-list li strong {
    color: var(--primary-color);
    font-weight: 600;
}

.w3l-blog-single .details-list li {
    color: var(--font-color);
}

.w3l-blog-single .posts-grid-right span {
    color: var(--font-color);
    margin-top: 5px;
    display: inline-block;
    font-size: 15px;
}

.w3l-blog-single .posts-grid-inner {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 20px;
    margin-bottom: 10px;
    align-items: center;
}

.w3l-blog-single ul.category li a {
    color: var(--font-color);
    font-size: 16px;
    line-height: 25px;
    display: flex;
    align-items: baseline;
    width: 100%;
    transition: .3s ease;
}

.w3l-blog-single ul.category li a:hover {
    color: var(--primary-color);
    padding-left: 5px;
    transition: .3s ease;
}

.w3l-blog-single ul.category li {
    margin-bottom: 10px;
    color: var(--font-color);
    font-size: 16px;
    line-height: 25px;
    display: flex;
    align-items: baseline;
    width: 100%;
}

.w3l-blog-single .blockquote {
    position: relative;
    position: relative;
    padding-left: 70px;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
}

.w3l-blog-single .icon-quote {
    position: absolute;
    top: 0px;
    left: 0px;
}

.w3l-blog-single .icon-quote span.fa {
    font-size: 60px;
    opacity: 0.1;
    transition: .3s;
}

.w3l-blog-single .side-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

.w3l-blog-single ul.share-post li {
    list-style: none;
    margin-right: 4px;
    display: inline-block;
}

.w3l-blog-single ul.share-post li a {
    width: 36px;
    height: 36px;
    color: #fff;
    line-height: 32px;
    display: inherit;
    border-radius: 50px;
    text-align: center;
    font-size: 14px;
}

.w3l-blog-single ul.share-post li a.facebook {
    background: #4267b2;
    border: 2px solid #4267b2;
    color: #fff;
}

.w3l-blog-single ul.share-post li a.facebook:hover {
    background: #305090;
    border: 2px solid #305090;
    transition: .3s;
}

.w3l-blog-single ul.share-post li a.twitter {
    color: #fff;
    background: #00aced;
    border: 2px solid #00aced;
}

.w3l-blog-single ul.share-post li a.twitter:hover {
    background: #06a6e2;
    border: 2px solid #06a6e2;
    transition: .3s;
}

.w3l-blog-single ul.share-post li a.instagram {
    background: #0077b5;
    border: 2px solid #0077b5;
    color: #fff;
}

.w3l-blog-single ul.share-post li a.instagram:hover {
    background: #026ea7;
    border: 2px solid #026ea7;
    transition: .3s;
}

.w3l-blog-single .listings-list li {
    display: grid;
    justify-content: space-between;
    grid-template-columns: auto auto;
    border-bottom: 1px solid #dcd6d6;
    padding-bottom: 7px;
    margin-bottom: 7px;
}

.w3l-blog-single .listings-list li a {
    font-size: 16px;
    line-height: 25px;
    color: var(--font-color);
}

.w3l-blog-single .pagination {
    margin-top: 3em;
}

.w3l-blog-single .pagination ul li {
    display: inline-block;
}

.w3l-blog-single .pagination ul li span.fa {
    color: var(--heading-color);
}

.w3l-blog-single .pagination a {
    display: inline-block;
    color: var(--primary-color);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-weight: 600;
}

.w3l-blog-single .pagination a span {
    margin: 0;
}

.w3l-blog-single .pagination a.active,
.w3l-blog-single .pagination a:hover {
    background-color: var(--bg-grey);
    color: var(--primary-color);
}

.w3l-blog-single a.not-allowed {
    cursor: not-allowed;
    color: #c3c2c2;
}

.w3l-blog-single .pagination .not-allowed:hover {
    opacity: 1;
    background: transparent;
    color: #c3c2c2;
}

.w3l-blog-single .main-cont-blog {
    max-width: 950px;
    margin: 0 auto;
}

.w3l-blog-single p.para-top-space {
    margin-top: 20px;
}

.w3l-blog-single p.quote-text {
    color: #fff;
    font-size: 17px;
    line-height: 25px;
    max-width: 700px;
    display: block;
    margin: 0 auto;
}

.w3l-blog-single p.quote-text span {
    font-size: 35px;
    color: #ffffff;
}

.w3l-blog-single p.quote-text span.fa.fa-quote-left {
    vertical-align: text-bottom;
    margin-right: 10px;
}

.w3l-blog-single p.quote-text span.fa.fa-quote-right {
    vertical-align: text-top;
    margin-left: 10px;
}

.w3l-blog-single blockquote p a {
    color: #fff;
    font-weight: bold;
    margin-top: 1em;
    display: block;
    font-size: 20px;
}

.w3l-blog-single .img-circle {
    width: 80px;
    height: 80px;
    display: inline-block;
    overflow: hidden;
    background: var(--bg-grey);
    border-radius: 50%;
}

@media all and (max-width: 1170px) {
    .w3l-blog-single .posts-grid-right span {
        font-size: 14px;
    }
}

@media all and (max-width: 1080px) {
    .w3l-blog-single .social-share {
        grid-template-columns: 1fr;
    }

    .w3l-blog-single .social-icons-section {
        text-align: left;
        margin-top: 10px;
    }
}

@media all and (max-width: 992px) {
    .w3l-blog-single .grid-colunm-2 {
        grid-template-columns: 1fr;
    }

    .w3l-blog-single .right-side-bar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }

    .w3l-blog-single .pagination {
        display: none;
    }

    .w3l-blog-single .blog aside {
        margin-bottom: 0;
    }

    .w3l-blog-single .single-left1:nth-child(3) {
        margin-bottom: 20px;
    }
}

@media all and (max-width: 768px) {
    .w3l-blog-single .right-side-bar {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .w3l-blog-single .single {
        padding: 60px 0;
    }

    .w3l-blog-single .details-list {
        grid-template-columns: 1fr 1fr;
    }

    .w3l-blog-single .blog aside {
        margin-bottom: 0px;
    }
}

@media all and (max-width:640px) {
    .w3l-blog-single .media {
        display: grid;
        grid-gap: 20px 10px;
        grid-template-columns: auto 1.5fr;
        margin-bottom: 20px;
    }

    .w3l-blog-single .admin-post li {
        display: inline-block;
        margin-right: 6px;
        padding-right: 6px;
        font-size: 15px;
    }

    .w3l-blog-single .blockquote {
        font-size: 17px;
    }

    .w3l-blog-single .medi-top {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: 1fr;
    }

    .w3l-blog-single .media-form {
        display: grid;
        grid-gap: 10px 20px;
        grid-template-columns: 1fr;
    }
}

@media all and (max-width: 568px) {
    .w3l-blog-single .single-left2 {
        grid-template-columns: 1fr;
        margin: 30px 0;
    }

    .w3l-blog-single .single {
        padding: 40px 0;
    }

    .w3l-blog-single .single-left2 {
        margin: 20px 0;
    }

    .w3l-blog-single .media img {
        width: 120px;
    }

    .w3l-blog-single .social-share {
        margin: 0px 0 20px;
    }

    .w3l-blog-single .comments-grid-right h4 {
        font-size: 18px;
    }

    .w3l-blog-single h5.card-title a,
    .w3l-blog-single h5.card-title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 15px;
        margin-top: 0px;
    }

    .w3l-blog-single .single-left1 iframe {
        height: 250px;
    }

    .w3l-blog-single .text-right button.btn {
        width: 100%;
        display: block;
    }
}

@media all and (max-width: 480px) {
    .w3l-blog-single .btom-cont {
        padding: 30px 20px;
    }
}

@media all and (max-width: 415px) {
    .w3l-blog-single .side-title {
        font-size: 20px;
    }

    .w3l-blog-single .media .media {
        grid-template-columns: auto;
    }

    .w3l-blog-single .medi-top {
        grid-gap: 10px;
        grid-template-columns: 1fr;
    }

    .w3l-blog-single .admin-post li {
        margin-right: 10px;
    }

    .w3l-blog-single .grid-col-2 {
        grid-template-columns: 1fr;
    }

    .w3l-blog-single .leave-coment-form input[type="text"],
    .w3l-blog-single .leave-coment-form input[type="email"],
    .w3l-blog-single .leave-coment-form textarea {
        margin-bottom: 15px;
    }

    .w3l-blog-single .details-list {
        grid-template-columns: 1fr;
    }

    .w3l-blog-single ul.tag-list li {
        padding: 5px;
    }

    .w3l-blog-single .media-form {
        grid-gap: 0;
        grid-template-columns: 1fr;
    }

    .w3l-blog-single ul.tag-list li a {
        padding: 0 5px;
    }

    .w3l-blog-single .icon-quote span.fa {
        font-size: 40px;
    }

    .w3l-blog-single .blockquote {
        padding-left: 50px;
    }
}

@media all and (max-width: 384px) {

    .w3l-blog-single h5.card-title a,
    .w3l-blog-single h5.card-title {
        font-size: 18px;
    }

    .w3l-blog-single .media {
        grid-auto-flow: row;
    }
}

/*--//blog--*/
.w3l-testimonials {
    background: var(--bg-color);
}

.w3l-testimonials .testimonial {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.w3l-testimonials .testimonial {
    display: block;
    padding: 20px 20px;
    position: relative;
    border: none;
    text-align: left;
}

.w3l-testimonials blockquote q {
    font-size: 17px;
    line-height: 28px;
    color: var(--heading-color);
    font-weight: 600;
}

.w3l-testimonials blockquote q::before {
    display: none;
}

.w3l-testimonials .test-img {
    width: 70px;
    height: 70px;
    display: inline-block;
    overflow: hidden;
    background: var(--bg-color);
    border-radius: 50%;
}

.w3l-testimonials .testimonial img {
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.w3l-testimonials .testi-des {
    text-align: left;
}

.w3l-testimonials .test-img {
    width: 90px;
    height: 90px;
    display: inline-block;
    overflow: hidden;
    background: var(--bg-color);
    border-radius: 8px;
    margin-bottom: 16px;
}

.w3l-testimonials .testimonial img {
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.w3l-testimonials .testimonial blockquote {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    position: relative;
    margin-bottom: 1.5em;
}

.w3l-clients .testimonial .peopl {
    margin: 0;
    margin-left: 20px;
    text-align: left;
}

.testimonial i.fas.fa-quote-right {
    z-index: -1;
    color: var(--heading-color);
    font-size: 40px;
    margin-bottom: 20px;
    position: absolute;
    opacity: 0.3;
}

.w3l-testimonials .testimonial .peopl h3 {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    color: var(--primary-color);
}

.w3l-testimonials p.indentity {
    font-style: normal;
    margin-bottom: 0;
    color: var(--font-color);
    font-size: 16px;
}

@media (max-width: 768px) {
    .w3l-testimonials .testimonial {
        padding: 20px 30px;
    }
}

@media (max-width: 415px) {
    .w3l-testimonials .testimonial {
        padding: 20px 0px;
    }
}

.owl-two.owl-carousel.owl-theme .owl-dots {
    position: inherit;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-top: 80px;
}

.owl-two.owl-theme .owl-dots .owl-dot.active span,
.owl-two.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary-color);
    opacity: 1;
}

.owl-two.owl-theme .owl-dots .owl-dot span {
    background: var(--heading-color);
    opacity: .7;
}

/*--/testimonials--*/
/*--/contact--*/
.w3l-contact-main {}

.w3l-contact-main .d-grid {
    display: grid;
}

.w3l-contact-main .grid-col-2 {
    grid-template-columns: 1fr 1fr;
}

.w3l-contact-main .grid-col-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.w3l-contact-main .grid-col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.w3l-contact-main a.action img {
    margin-left: 4px;
}

.w3l-contact-main .form-top-left {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.w3l-contact-main .top-map {
    margin: 0 auto;
    max-width: 900px;
}

.w3l-contact-main .form-top1 p {
    max-width: 600px;
    margin: auto;
}

.w3l-contact-main .map iframe {
    border: none;
    width: 100%;
    min-height: 400px;
    display: block;
    -webkit-filter: var(--iframe-filter);
    -moz-filter: var(--iframe-filter);
    -ms-filter: var(--iframe-filter);
    -o-filter: var(--iframe-filter);
    filter: var(--iframe-filter);
    border-radius: var(--border-radius);
}

.w3l-contact-main .map-content-9 form input,
.w3l-contact-main .map-content-9 form textarea {
    width: 100%;
    color: var(--font-color);
    background: var(--bg-color);
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    border: none;
    font-family: inherit;
    padding: 0px 25px;
    border: 1px solid var(--border-color-light);
    outline: none;
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
    height: 60px;
    display: inline-block;
    line-height: 50px;
    box-shadow: none;
}

.w3l-contact-main .map-content-9 h5 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #233142;
}

.w3l-contact-main .map-content-9 form textarea {
    resize: none;
    height: 130px;
    margin: 30px 0;
}

.w3l-contact-main .map-content-9 form input:focus,
.w3l-contact-main .map-content-9 form textarea:focus {
    outline: none;
    border: 1px solid var(--primary-color);
    background: none;
}

@media (max-width: 1080px) {
    .w3l-contact-info .icon-box span {
        font-size: 30px;
    }
}

@media (max-width: 800px) {
    .w3l-contact-main h4.sub-feat-text {
        margin-bottom: 10px;
        font-size: 33px;
    }

    .w3l-contact-main p.sub-para {
        font-size: 15px;
    }
}

@media (max-width: 640px) {
    .w3l-contact-main .map iframe {
        min-height: 350px;
    }

}

@media (max-width: 568px) {
    .w3l-contact-main .map iframe {
        min-height: 300px;
    }
}

@media (max-width: 480px) {
    .w3l-contact-main h4.sub-feat-text {
        margin-bottom: 8px;
        font-size: 30px;
    }

    .w3l-contact-main p.sub-para {
        font-size: 14px;
        margin-bottom: 35px;
        line-height: 20px;
    }

    .w3l-contact-main .map iframe {
        min-height: 270px;
    }

    .w3l-contact-main button {
        width: 100%;
    }
}

@media (max-width: 384px) {
    .w3l-contact-main h4.sub-feat-text {
        margin-bottom: 20px;
        font-size: 28px;
        line-height: 28px;
    }
}

.text-box h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.w3l-contact-info .icon-box span {
    color: var(--primary-color);
    font-size: 30px;
    width: 80px;
    height: 80px;
    border-radius: var(--border-radius);
    text-align: center;
    background-color: var(--bg-grey);
    margin: 0 auto;
    display: block;
    line-height: 78px;
}

.w3l-contact-info .single-contact-infos {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    border: 1px solid var(--border-color-light);
    padding: 40px 20px;
    border-radius: var(--border-radius);
    box-shadow: 0 25px 98px 0 rgb(0 0 0 / 3%);
    background-color: var(--bg-color);
    text-align: center;
}

.w3l-contact-info .text-box p a {
    color: var(--font-color);
}

.w3l-contact-info .text-box p a:hover {
    color: var(--heading-color);
}

@media (max-width:640px) {
    .w3l-contact-main .form-top-left {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
}

@media (max-width: 415px) {

    .text-box h3 {
        font-size: 20px;
    }

    .w3l-contact-info .single-contact-infos:first-child .icon-box span.fa {
        font-size: 25px;
    }

    .w3l-contact-info .single-contact-infos {
        grid-gap: 16px;
        padding: 23px;
    }

    .w3l-contact-main .map-content-9 form input,
    .w3l-contact-main .map-content-9 form textarea {
        font-size: 17px;
        height: 58px;
        padding: 0px 20px;
    }

    .w3l-contact-main .map-content-9 form textarea {
        height: 100px;
        margin: 20px 0px 15px 0;
    }
}

/*--/Footer-9--*/
/* movetop styling */
#movetop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9;
    font-size: 16px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    padding: 0;
}

#movetop:hover {
    opacity: .8;
}

/* //movetop styling */
section.footer-inner-main {
    background: var(--footer-bg);
}

.w3l-subscribe-content form {
    max-width: 600px;
    margin: 0 auto;
}

.w3l-subscribe-content form.subscribe-wthree input[type="email"] {
    font-size: 16px;
    color: var(--font-color);
    border-radius: var(--border-radius);
    padding: 0px 20px;
    flex-basis: 70%;
    background-color: var(--bg-color);
    border: 1px solid var(--border-color-light);
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 2%;
}

.w3l-subscribe-content form.subscribe-wthree button {
    flex-basis: 28%;
}

.w3l-subscribe-content form.subscribe-wthree input[type="email"]:focus {
    background-color: var(--bg-color);
    border: 1px solid var(--primary-color);
    outline: 0;
    box-shadow: none;
}

.w3l-footer9 .footer-inner-main .text-txt h3 {
    color: var(--heading-color);
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}

.w3l-footer9 .footer-inner-main .sub-one-left h6,
.w3l-footer9 .footer-inner-main .sub-two-right h6 {
    color: #fff;
    font-family: "ヒラギノ明朝 ProN", HiraMinProN-W3, "游明朝体", "Yu Mincho", YuMincho, serif;
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 200;
}

.w3l-footer9 .footer-inner-main .sub-two-right ul li {
    list-style: none;
}

.w3l-footer9 .footer-inner-main .sub-two-right ul li span {
    margin-right: 10px;
    color: var(--font-color);
}

.w3l-footer9 .footer-inner-main .sub-one-left p,
.w3l-footer9 .footer-inner-main .sub-two-right p {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 26px;
    color: var(--font-color);
}

.w3l-footer9 .footer-inner-main ul.social li,
.w3l-footer9 .footer-inner-main ul.jst-link li {
    display: inline-block;
    margin-right: 5px;
}

.w3l-footer9 .footer-inner-main ul.social li a {
    color: #fff;
    width: 36px;
    height: 36px;
    background: var(--primary-color);
    display: inline-block;
    border-radius: var(--border-radius);
    text-align: center;
    font-size: 15px;
}

.w3l-footer9 .footer-inner-main ul.social li a:hover {
    transition: 0.3s ease;
    color: #fff;
    background: var(--primary-color);
}

.w3l-footer9 .footer-inner-main ul.social li a span {
    line-height: 36px;
}

.w3l-footer9 .footer-inner-main .columns-2 {
    margin-top: 1.2em;
}

.w3l-footer9 .columns p,
.w3l-footer9 .columns p a {
    font-size: 17px;
    line-height: 26px;
    color: var(--font-color);
}

.w3l-footer9 .footer-inner-main .sub-two-right ul li a {
    font-size: 17px;
    line-height: 26px;
    color: var(--font-color);
    margin: 0 0 10px 0;
    display: block;
}

.w3l-footer9 .footer-inner-main .fposts-grid-right h4 a {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    text-align: left;
    display: inline-block;
}

.w3l-footer9 .footer-inner-main .fposts-grid-inner {
    text-align: left;
}

.w3l-footer9 i.fas.fa-angle-right {
    color: #fff;
    margin: 0 6px 0 0;
}

.w3l-footer9 .footer-inner-main .sub-two-right ul li a:hover,
.w3l-blog-single .posts-grid-right h4 a:hover {
    color: var(--primary-color);
    transition: 0.3s ease;
}

.w3l-footer9 .footer-inner-main .fposts-grid-right h4 a:hover {
    opacity: 0.8;
    transition: 0.3s ease;
}

.w3l-footer9 .footer-inner-main .columns p a {
    color: var(--primary-color);
}

.w3l-footer9 ul.text-right li {
    display: inline-block;
}

.w3l-footer9 .columns p a:hover,
.w3l-footer9 ul.text-right li a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.w3l-footer9 ul.footer-w3list {
    text-align: right;
}

.w3l-footer9 .footer-inner-main .copyright-footer ul li {
    display: inline-block;
}

.w3l-footer9 .footer-inner-main .right-side h4 {
    font-size: 30px;
    line-height: 40px;
    color: var(--primary-color);
    text-align: center;
    /* text-transform: uppercase; */
    font-weight: 600;
}

.w3l-footer9 .copyright-footer {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    grid-gap: 20px;
}

.w3l-footer9 .below-section {
    color: var(--primary-color);
    justify-content: space-between;
}

.w3l-footer9 .column2 span {
    font-size: 18px;
    color: var(--primary-color);
    text-align: center;
    margin-top: 8px;
}

.w3l-footer9 .column2 a {
    text-decoration: none;
    color: var(--font-color);
    line-height: 25px;
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
}

.w3l-footer9 .column2 a:hover {
    color: var(--heading-color);
    text-decoration: underline;
}

.w3l-footer9 p.para-sep {
    text-align: center;
    margin-top: 10px;
    color: var(--font-color);
    font-size: 16px;
}

.w3l-footer9 p.contact-para {
    margin-top: 0;
}

.w3l-footer9 p.para-sep a {
    color: var(--primary-color);
    transition: 0.3s ease-in;
}

.w3l-footer9 p.para-sep a:hover {
    text-decoration: underline;
}

.w3l-footer9 .phone {
    margin-top: 10px;
    padding: 10px 0;
}

.w3l-footer9 .contact-para {
    color: var(--font-color);
    line-height: 25px;
    font-size: 17px;
}

.w3l-footer9 ul.text-right li a {
    color: var(--font-color);
    margin: 0px 0 0 16px;
}

@media (max-width: 1080px) {
    .w3l-footer9 .footer-inner-main .text-txt {
        grid-gap: 50px;
    }
}

@media (max-width: 992px) {
    .w3l-footer9 .footer-inner-main .text-txt {
        grid-template-columns: 1fr;
    }

    .w3l-footer9 .footer-inner-main .footer {
        padding: 60px 0;
    }

    .w3l-footer9 .footer-inner-main .phone {
        padding: 6px 0;
    }

    .w3l-footer9 ul.text-right li a {
        font-size: 14px;
        margin: 0 6px;
    }
}

@media (max-width:992px) {
    .w3l-footer9 .copyright-footer {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        grid-gap: 20px;
    }

    .w3l-footer9 .sub-one-left {
        margin-bottom: 30px;
    }

    .w3l-footer9 .sub-two-right {
        margin: 0 0 30px 0;
    }

    .w3l-footer9 .below-section {
        text-align: center;
    }

    .w3l-footer9 ul.footer-w3list {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .w3l-footer9 .footer-inner-main .right-side h4 {
        font-size: 26px;
        line-height: 36px;
        text-align: left;
    }
}

@media (max-width:600px) {
    .w3l-footer9 ul.text-right li a {
        font-size: 14px;
        margin: 0 3px;
    }

    .w3l-subscribe-content form.subscribe-wthree input[type="email"] {
        flex-basis: 100%;
        height: 50px;
        margin-right: 0;
        margin-bottom: 16px;
    }

    .w3l-subscribe-content form.subscribe-wthree button {
        width: 100%;
        display: block;
    }

    .w3l-footer9 .footer-inner-main .sub-columns {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }

    .w3banner-content-btns .btn {
        display: block;
        width: 100%;
    }

    ul.icon-list-items {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .w3l-footer9 .sub-two-right {
        margin: 0 0 20px 0;
    }
}

@media (max-width:568px) {
    .w3l-footer9 .footer-inner-main .phone {
        padding: 4px 0;
    }
}

@media (max-width: 440px) {
    .w3l-footer9 .footer-inner-main .below-section {
        grid-template-columns: 1fr;
    }

    .w3l-footer9 .footer-inner-main .right-side h4 {
        font-size: 25px;
    }
}

/*--//Single-Product--*/


.c-cardCol4 {
    position: relative;
    margin-top: 28px
}

@media print,
screen and (min-width:768px) {
    .c-cardCol4._gapS .c-cardCol4__list {
        margin-right: -10px;
        margin-left: -10px
    }
}

@media (min-width:1000px) {
    .c-cardCol4._gapS .c-cardCol4__list {
        margin-right: -16px;
        margin-left: -16px
    }
}

@media print,
screen and (min-width:768px) {
    .c-cardCol4._gapS .c-cardCol4__item {
        width: calc((100% - 80px)/ 4);
        margin-right: 10px;
        margin-left: 10px
    }
}

@media (min-width:1000px) {
    .c-cardCol4._gapS .c-cardCol4__item {
        width: calc((100% - 128px)/ 4);
        margin-right: 16px;
        margin-left: 16px
    }
}

@media print,
screen and (min-width:768px) {
    .c-cardCol4._gapS .c-cardCol4__body {
        padding-top: 14px
    }
}

@media (min-width:1000px) {
    .c-cardCol4._gapS .c-cardCol4__title {
        font-size: 17px;
        font-size: 1.0625rem;
        line-height: 1.5
    }

    .c-cardCol4._gapS .c-cardCol4__title span {
        margin-right: 5px
    }
}

.c-cardCol4._gapS .c-cardCol4__image {
    overflow: hidden
}

@media (min-width:1000px) {
    .c-cardCol4._gapS .c-linkWrap {
        top: -78px
    }
}

.c-important+.c-cardCol4 {
    margin-top: 32px
}

@media print,
screen and (min-width:768px) {
    .c-important+.c-cardCol4 {
        margin-top: 55px
    }
}

.c-topHeading01+.c-cardCol4 {
    margin-top: 28px
}

@media print,
screen and (min-width:768px) {
    .c-topHeading01+.c-cardCol4 {
        margin-top: 42px
    }
}

@media print,
screen and (min-width:768px) {
    .c-heading02+.c-cardCol4 {
        margin-top: 40px
    }
}

.c-cardCol4 .c-cardCol4__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px
}

@media print,
screen and (min-width:768px) {
    .c-cardCol4 .c-cardCol4__list {
        margin: 0 -10px
    }
}

@media (min-width:1000px) {
    .c-cardCol4 .c-cardCol4__list {
        margin: 0 -15px
    }
}

@media (min-width:1360px) {
    .c-cardCol4 .c-cardCol4__list {
        margin: 0 -20px
    }
}

@media (min-width:1360px) {
    .c-cardCol4 .c-cardCol4__list._small {
        margin: 0 -12px
    }
}

.c-cardCol4 .c-cardCol4__item {
    width: calc((100% - 32px)/ 2);
    margin: 0 8px
}

@media print,
screen and (min-width:768px) {
    .c-cardCol4 .c-cardCol4__item {
        width: calc((100% - 80px)/ 4);
        margin: 0 10px
    }
}

@media (min-width:1000px) {
    .c-cardCol4 .c-cardCol4__item {
        width: calc((100% - 120px)/ 4);
        margin: 0 15px
    }
}

@media (min-width:1360px) {
    .c-cardCol4 .c-cardCol4__item {
        width: calc((100% - 160px)/ 4);
        margin: 0 20px
    }
}

.c-cardCol4 .c-cardCol4__item:nth-child(n+3) {
    margin-top: 13px
}

@media print,
screen and (min-width:768px) {
    .c-cardCol4 .c-cardCol4__item:nth-child(n+5) {
        margin-top: 28px
    }
}

@media (min-width:1000px) {
    .c-cardCol4 .c-cardCol4__item:nth-child(n+5) {
        margin-top: 55px
    }
}

@media print,
screen and (min-width:768px) {
    .c-cardCol4 .c-cardCol4__item:not(:nth-child(n+5)) {
        margin-top: 0
    }
}

@media (min-width:1360px) {
    .c-cardCol4 .c-cardCol4__item._wide {
        width: calc((100% - 96px)/ 4);
        margin: 0 12px
    }
}

@media (min-width:1px) and (max-width:767px) {
    .c-cardCol4 .c-cardCol4__item._wide:nth-child(n+3) {
        margin-top: 24px
    }
}

@media (min-width:1000px) {
    .c-cardCol4 .c-cardCol4__item._wide:nth-child(n+5) {
        margin-top: 40px
    }
}

.c-cardCol4 .c-cardCol4__link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none
}

.c-cardCol4 .c-cardCol4__link img {
    transition: transform .4s ease-in-out
}

@media (min-width:1000px) {
    .c-cardCol4 .c-cardCol4__link:hover img {
        transform: scale(1.05)
    }
}

@media (min-width:1000px) {
    .c-cardCol4 .c-cardCol4__link:hover .c-cardCol4__title {
        color: #e7190a
    }

    .c-cardCol4 .c-cardCol4__link:hover .c-cardCol4__title span {
        background-size: 100% 100%
    }

    .c-cardCol4 .c-cardCol4__link:hover .c-cardCol4__productImage {
        transform: none
    }

    .c-cardCol4 .c-cardCol4__link:not([target="_blank"]):hover .c-cardCol4__title::after {
        transform: translateX(6px) rotateZ(45deg)
    }
}

.c-cardCol4 .c-cardCol4__link[target="_blank"] .c-cardCol4__title::after {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-bottom: 1px;
    content: "";
    background-image: url(/images/common/icon_blank_01.svg);
    background-repeat: no-repeat;
    background-size: 9px 9px;
    border-top: inherit;
    border-right: inherit;
    transform: inherit
}

@media (min-width:1px) and (max-width:767px) {
    .c-cardCol4 .c-cardCol4__link[target="_blank"] .c-cardCol4__title::after {
        margin-left: 3px
    }
}

.c-cardCol4 .c-cardCol4__image {
    position: relative;
    padding-top: 100%
}

.c-cardCol4 .c-cardCol4__image._wide {
    padding-top: calc(180 / 270 * 100%)
}

.c-cardCol4 .c-cardCol4__image._small {
    padding-top: calc(352 / 564 * 100%)
}

.c-cardCol4 .c-cardCol4__image img:not([class]) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.c-cardCol4 .c-cardCol4__image .c-cardCol4__productImage {
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 126px;
    height: 90px;
    font-family: "object-fit: cover;";
    transform: none;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width:1000px) {
    .c-cardCol4 .c-cardCol4__image .c-cardCol4__productImage {
        right: 0;
        bottom: -20px;
        width: 200px;
        height: 145px
    }
}

.c-cardCol4 .c-cardCol4__imageLabel {
    position: absolute;
    top: 6px;
    left: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-family: "ヒラギノ明朝 ProN", HiraMinProN-W3, "游明朝体", "Yu Mincho", YuMincho, serif;
    font-size: 10px;
    font-size: .625rem;
    line-height: 1;
    color: #fff;
    background: #e7190a;
    border-radius: 50%
}

@media print,
screen and (min-width:768px) {
    .c-cardCol4 .c-cardCol4__imageLabel {
        top: 8px;
        left: 6px;
        width: 48px;
        height: 48px;
        font-size: 14px;
        font-size: .875rem
    }
}

.c-cardCol4 .c-cardCol4__imageInner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.c-cardCol4 .c-cardCol4__body {
    flex: 1 1 auto;
    padding: 15px 0 10px
}

@media print,
screen and (min-width:768px) {
    .c-cardCol4 .c-cardCol4__body {
        padding: 30px 0 0
    }
}

.c-cardCol4 ._wide+.c-cardCol4__body {
    padding: 12px 0 10px
}

@media print,
screen and (min-width:768px) {
    .c-cardCol4 ._wide+.c-cardCol4__body {
        padding: 20px 0 0
    }
}

.c-cardCol4 ._wide+.c-cardCol4__body .c-cardCol4__title {
    font-size: 13px;
    font-size: .8125rem
}

@media (min-width:1000px) {
    .c-cardCol4 ._wide+.c-cardCol4__body .c-cardCol4__title {
        font-size: 20px;
        font-size: 1.25rem
    }
}

.c-cardCol4 ._small+.c-cardCol4__body {
    padding: 14px 0 0
}

@media (min-width:1px) and (max-width:767px) {
    .c-cardCol4 ._small+.c-cardCol4__body {
        padding-top: 12px
    }
}

@media (min-width:1000px) {
    .c-cardCol4 ._small+.c-cardCol4__body .c-cardCol4__title {
        font-size: 15px;
        font-size: .9375rem
    }
}

.c-cardCol4 .c-cardCol4__title {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    transition: color .3s ease-in-out
}

@media (min-width:1000px) {
    .c-cardCol4 .c-cardCol4__title {
        font-size: 20px;
        font-size: 1.25rem
    }
}

.c-cardCol4 .c-cardCol4__title::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-bottom: 2px;
    content: "";
    border-top: 2px solid #e7190a;
    border-right: 2px solid #e7190a;
    transition: transform .3s ease-in-out;
    transform: rotateZ(45deg)
}

@media (min-width:1px) and (max-width:767px) {
    .c-cardCol4 .c-cardCol4__title::after {
        margin-left: 3px
    }
}

@media (min-width:1000px) {
    .c-cardCol4 .c-cardCol4__title::after {
        width: 8px;
        height: 8px
    }
}

.c-cardCol4 .c-cardCol4__title span {
    display: inline-block;
    margin-right: 4px
}

@media print,
screen and (min-width:768px) {
    .c-cardCol4 .c-cardCol4__title span {
        margin-right: 10px
    }
}

@supports ((-webkit-appearance:none) or (-moz-appearance:none) or (appearance:none)) {
    .c-cardCol4 .c-cardCol4__title span {
        display: inline;
        padding-bottom: 1px;
        background-image: linear-gradient(180deg, transparent calc(100% - 1px), #e7190a 0);
        background-repeat: no-repeat;
        background-size: 0% 100%;
        transition: background-size .3s ease-in-out
    }
}

.c-cardCol4 .c-cardCol4__label {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.38462;
    color: #76716f
}

@media (min-width:1000px) {
    .c-cardCol4 .c-cardCol4__label {
        margin-top: 15px;
        font-size: 15px;
        font-size: .9375rem
    }
}

.c-cardCol4 .c-linkWrap {
    margin-top: 20px
}

@media print,
screen and (min-width:768px) {
    .c-cardCol4 .c-linkWrap {
        position: absolute;
        top: -86px;
        right: 0;
        margin-top: 0
    }
}

/* --//Single-Product--*/
.g-container {
  position: relative;
  z-index: 0;
  overflow: clip;
}
.g-container:not(:has(.p-footerLocalNav)):not(:has(.footer-bottom-less)) {
  padding-bottom: 160px;
}

/*! =========================================================
 _layouts
========================================================= */
/*! Layout */
@media only screen and (min-width: 768px) {
  .l-layout-2col .g-pageMain > *:first-child {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .l-inner .p-pageVisual {
    margin-inline: calc(16px * -1);
  }
}

.c-outsideContainer_inner,
.l-inner,
.p-refine_inner {
  max-width: 1056px;
  margin-inline: auto;
  padding-inline: 16px;
}

.l-inner {
  width: 100%;
}
.l-inner.-lg {
  max-width: calc(1280px + 16px * 2);
  padding-inline: 16px;
}
.l-inner.-gutter-lg {
  padding-inline: 24px;
}

.p-productSummary {
  position: relative;
  margin-bottom: 100px;
}

.p-productSummary_img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 440px;
  margin: auto;
}

.p-productSummary_img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.p-productSummary_img img.is-noimage {
  position: absolute;
  top: -40px;
  left: 50%;
  width: 540px;
  transform: translate(-50%, 0);
}

.p-productSummary_inner {
  width: 736px;
  margin: auto;
  padding-top: 456px;
}

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

.p-productSummary_tag + .p-productSummary_tag {
  margin-left: 8px;
}

.p-productSummary_tag_inner {
  font-weight: 700;
  padding: 3px 20px;
  border-radius: 3em;
  background-color: #f4c31d;
}

.p-productSummary_tag_inner.end {
  display: block;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  color: #d72e39;
  border-radius: 0;
}

.p-productSummary_tagOuter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-productSummary_tagOuter {
    display: block;
}

.p-productSummary_name {
  font-family: Gotham, "Gotham A", "Gotham B", "FP-KoburinaGoStdN-W6", "FP-こぶりなゴシック StdN W6", "Koburina Gothic StdN", "BIZ UDPGothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  padding: 8px 0 16px;
  text-align: center;
  border-bottom: 4px solid #d72e39;
}

.p-productSummary_name .p-productSummary_name-br {
  display: block;
}

.p-productSummary_catch {
  line-height: 1.5;
  text-align: center;
}

.p-productSummary_feature {
  margin: 24px 0 0 24px;
}

.p-productSummary_feature .c-list_item:not(:first-child) {
  margin-top: 6px;
}

.p-productInfo_listWrap {
  display: flex;
  width: 100%;
  margin-top: 8px;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}



.p-productInfo_listWrap .c-descriptionList {
  width: 48.3%;
  margin-top: 0;
}

.p-productInfo_note {
  margin: 16px 0 0 8px;
}

.p-productMaterial .c-descriptionList {
width: 100%;
}
.p-productMaterial .c-descriptionList_term {
width: 144px;
}
.p-productMaterial .c-descriptionList_term + .c-descriptionList_definition {
width: calc(100% - 144px);
}

.p-productMaterial .c-descriptionList {
  width: 48.3%;
}

.p-productMaterial .c-descriptionList_term {
  width: 191px;
}

.p-productMaterial .c-descriptionList_term + .c-descriptionList_definition {
  width: calc(100% - 191px);
}

.p-productAllergy .c-table_headCell {
  width: 193px;
}

.p-productAllergy .c-descriptionList_term {
  width: 226px;
}

.p-productAllergy .c-descriptionList_term + .c-descriptionList_definition {
  width: calc(100% - 226px);
}

.p-productAllergy_caution {
  margin-top: 40px;
  padding: 40px;
  background-color: rgba(250, 222, 217, 0.3);
}

.p-productAllergy_caution_title {
  font-family: Gotham, "Gotham A", "Gotham B", "FP-KoburinaGoStdN-W6", "FP-こぶりなゴシック StdN W6", "Koburina Gothic StdN", "BIZ UDPGothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  color: #d72e39;
}

.p-productAllergy_caution_list {
  margin-top: 12px;
}

.c-headingLv2 {
  position: relative;
  font-family: Gotham, "Gotham A", "Gotham B", "FP-KoburinaGoStdN-W6", "FP-こぶりなゴシック StdN W6", "Koburina Gothic StdN", "BIZ UDPGothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}
.c-headingLv2:not(.c-headingLv2-nomark) {
  padding-top: 32px;
}
.c-headingLv2:not(.c-headingLv2-nomark)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 3px;
  background: #e50012;
}
.c-headingLv2 a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
.c-headingLv2 a::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 8px;
  background: url(../images/icons/ic_link_circle.svg) center no-repeat;
  background-size: contain;
  transform: translateY(0.15em);
}
@media (hover: hover) {
  .c-headingLv2 a:hover {
    color: #e50012;
  }
}
.c-headingLv2:not(:first-child) {
  margin-top: 80px;
}
.c-headingLv2:not(:last-child) {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .c-headingLv2 {
    font-size: 24px;
  }
  .c-headingLv2:not(.c-headingLv2-nomark)::before {
    width: 56px;
  }
  .c-headingLv2:not(:first-child) {
    margin-top: 64px;
  }
}
.c-headingLv2 .u-icon::before, .c-headingLv2 .u-icon::after {
  width: 1.5em;
  height: 1.5em;
}

.c-list_item {
  padding-left: 28px;
  text-indent: -28px;
}

.c-list_item:before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: -6px 8px 0;
  content: "";
  vertical-align: middle;
  border-radius: 100%;
  background-color: #575757;
}

.c-list-nomark .c-list_item {
  padding-left: 0;
  text-indent: 0;
}

.c-list-nomark .c-list_item:before {
  display: none;
}

.c-list-order .c-list_item {
  padding-left: 1.9em;
  text-indent: -1.9em;
}

.c-list-order .c-list_item:before {
  display: none;
}

.c-list-order .c-list_marker {
  display: inline-block;
  width: 1.9em;
  padding-right: 0.3em;
  text-align: right;
  text-indent: 0;
}

.c-headingLv3 {
  position: relative;
  padding-left: 20px;
  font-family: Gotham, "Gotham A", "Gotham B", "FP-KoburinaGoStdN-W6", "FP-こぶりなゴシック StdN W6", "Koburina Gothic StdN", "BIZ UDPGothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}
.c-headingLv3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #e50012;
}

.c-headingLv3:not(:first-child) {
  margin-top: 48px;
}

@media only screen and (max-width: 767px) {
  .c-headingLv3 {
    font-size: 20px;
  }
}

.c-list {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 24px;
}

.c-list:first-child {
  margin-top: 0;
}

li > .c-list,
li > .c-list:first-child {
  margin-top: 8px;
}

.c-list > li:not(:first-child) {
  margin-top: 8px;
}

.c-list_item {
  padding-left: 28px;
  text-indent: -28px;
}

.c-list_item:before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: -6px 8px 0;
  content: "";
  vertical-align: middle;
  border-radius: 100%;
  background-color: var(--nissui-color-gray, #575757);
}

.c-list-nomark .c-list_item {
  padding-left: 0;
  text-indent: 0;
}

.c-list-nomark .c-list_item:before {
  display: none;
}

.c-list-order .c-list_item {
  padding-left: 1.9em;
  text-indent: -1.9em;
}

.c-list-order .c-list_item:before {
  display: none;
}

.c-list-order .c-list_marker {
  display: inline-block;
  width: 1.9em;
  padding-right: 0.3em;
  text-align: right;
  text-indent: 0;
}

.c-list-float {
  display: flex;
  flex-wrap: wrap;
}

.c-list-float:first-child {
  margin-top: -8px;
}

.c-list-float .c-list_item {
  margin-top: 8px;
  padding-right: 52px;
  word-wrap: break-word;
}

.c-list-1col .c-list_item {
  width: 100%;
}

.c-list-2col .c-list_item {
  width: 50%;
}

.c-list-3col .c-list_item {
  width: 33.3333%;
}

.c-list-4col .c-list_item {
  width: 25%;
}

.c-list-5col .c-list_item {
  width: 20%;
}

.c-list-6col .c-list_item {
  width: 16.6667%;
}

.c-list-7col .c-list_item {
  width: 14.2857%;
}

.c-list-8col .c-list_item {
  width: 12.5%;
}

.c-descriptionList {
  font-size: 14px;
  line-height: 1.8;
  display: flex;
  width: 100%;
  margin-top: 8px;
  border-top: 1px solid #bdbdbd;
  flex-wrap: wrap;
}

.c-descriptionList:first-child {
  margin-top: 0;
}

.c-descriptionList_term {
  font-family: Gotham, "Gotham A", "Gotham B", "FP-KoburinaGoStdN-W6", "FP-こぶりなゴシック StdN W6", "Koburina Gothic StdN", "BIZ UDPGothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  width: 144px;
  padding: 8px 16px;
  border-bottom: 1px solid #bdbdbd;
}

.c-descriptionList_definition {
    font-family: Gotham, "Gotham A", "Gotham B", "FP-KoburinaGoStdN-W3", "FP-こぶりなゴシック StdN W3", "Koburina Gothic StdN", "BIZ UDPGothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    width: 100%;
    padding: 8px 16px;
    border-bottom: 1px solid #bdbdbd;
}

.c-descriptionList_term + .c-descriptionList_definition {
  width: calc(100% - 144px);
}

.c-descriptionList-5per .c-descriptionList_term {
  width: 5%;
}

.c-descriptionList-5per .c-descriptionList_term + .c-descriptionList_definition {
  width: 95%;
}

.c-descriptionList-10per .c-descriptionList_term {
  width: 10%;
}

.c-descriptionList-10per .c-descriptionList_term + .c-descriptionList_definition {
  width: 90%;
}

.c-descriptionList-15per .c-descriptionList_term {
  width: 15%;
}

.c-descriptionList-15per .c-descriptionList_term + .c-descriptionList_definition {
  width: 85%;
}

.c-descriptionList-20per .c-descriptionList_term {
  width: 20%;
}

.c-descriptionList-20per .c-descriptionList_term + .c-descriptionList_definition {
  width: 80%;
}

.c-descriptionList-25per .c-descriptionList_term {
  width: 25%;
}

.c-descriptionList-25per .c-descriptionList_term + .c-descriptionList_definition {
  width: 75%;
}

.c-descriptionList-30per .c-descriptionList_term {
  width: 30%;
}

.c-descriptionList-30per .c-descriptionList_term + .c-descriptionList_definition {
  width: 70%;
}

.c-descriptionList-35per .c-descriptionList_term {
  width: 35%;
}

.c-descriptionList-35per .c-descriptionList_term + .c-descriptionList_definition {
  width: 65%;
}

.c-descriptionList-40per .c-descriptionList_term {
  width: 40%;
}

.c-descriptionList-40per .c-descriptionList_term + .c-descriptionList_definition {
  width: 60%;
}

.c-descriptionList-45per .c-descriptionList_term {
  width: 45%;
}

.c-descriptionList-45per .c-descriptionList_term + .c-descriptionList_definition {
  width: 55%;
}

.c-descriptionList-50per .c-descriptionList_term {
  width: 50%;
}

.c-descriptionList-50per .c-descriptionList_term + .c-descriptionList_definition {
  width: 50%;
}

.c-descriptionList-55per .c-descriptionList_term {
  width: 55%;
}

.c-descriptionList-55per .c-descriptionList_term + .c-descriptionList_definition {
  width: 45%;
}

.c-descriptionList-60per .c-descriptionList_term {
  width: 60%;
}

.c-descriptionList-60per .c-descriptionList_term + .c-descriptionList_definition {
  width: 40%;
}

.c-descriptionList-65per .c-descriptionList_term {
  width: 65%;
}

.c-descriptionList-65per .c-descriptionList_term + .c-descriptionList_definition {
  width: 35%;
}

.c-descriptionList-70per .c-descriptionList_term {
  width: 70%;
}

.c-descriptionList-70per .c-descriptionList_term + .c-descriptionList_definition {
  width: 30%;
}

.c-descriptionList-75per .c-descriptionList_term {
  width: 75%;
}

.c-descriptionList-75per .c-descriptionList_term + .c-descriptionList_definition {
  width: 25%;
}

.c-descriptionList-80per .c-descriptionList_term {
  width: 80%;
}

.c-descriptionList-80per .c-descriptionList_term + .c-descriptionList_definition {
  width: 20%;
}

.c-descriptionList-85per .c-descriptionList_term {
  width: 85%;
}

.c-descriptionList-85per .c-descriptionList_term + .c-descriptionList_definition {
  width: 15%;
}

.c-descriptionList-90per .c-descriptionList_term {
  width: 90%;
}

.c-descriptionList-90per .c-descriptionList_term + .c-descriptionList_definition {
  width: 10%;
}

.c-descriptionList-95per .c-descriptionList_term {
  width: 95%;
}

.c-descriptionList-95per .c-descriptionList_term + .c-descriptionList_definition {
  width: 5%;
}

.c-descriptionList-100per .c-descriptionList_term {
  width: 100%;
}

.c-descriptionList-100per .c-descriptionList_term + .c-descriptionList_definition {
  width: 0%;
}

.c-descriptionList02 {
  margin-top: 24px;
}

.c-descriptionList02:first-child {
  margin-top: 0;
}

.c-descriptionList02_term {
  font-family: Gotham, "Gotham A", "Gotham B", "FP-KoburinaGoStdN-W6", "FP-こぶりなゴシック StdN W6", "Koburina Gothic StdN", "BIZ UDPGothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  margin-top: 24px;
}

.c-descriptionList02_term:first-child {
  margin-top: 0;
}



.l-section {
    margin-top: 40px;
}

.l-section::before {
    width: calc(100% + 32px);
    margin-left: -16px;
}

.l-section-bgGrey {
    padding: 40px 0;
}

.l-section-bgGrey+.l-section-bgGrey {
    margin-top: 4px;
}

.l-section-noPadding {
    padding: 0;
}


.c-table th, .c-table_headCell, .c-table_head td, .c-table_head th {
  font-weight: 400;
  background: #ECE6DC;
}

.p-productAllergy .c-table_headCell {
  width: 193px;
}

.p-productAllergy .c-table_headCell {
    width: 113px;
}

.c-note {
  font-size: 12px;
  line-height: 1.5;
}
.c-note:not(:first-child) {
  margin-top: 16px;
}

.c-subText {
  font-size: 14px;
  line-height: 1.8;
}
.c-subText:not(:first-child) {
  margin-top: 24px;
}



.p-productSummary_name-br {
  display: none;
}

.p-productSummary_name .p-productSummary_name-br {
  display: block;
}

.p-productSummary_name .p-productSummary_name-br {
display: none;
}


.c-accordion_title {
  font-size: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  display: block;
  padding: 24px 64px 24px 0;
  transition: all 0.3s;
  text-align: left;
  text-decoration: none;
  color: #000;
  border-top: 1px solid #e0e0e0;
}

.c-accordion_title.c-accordion_title-fzBig {
  font-size: 18px;
  font-weight: 700;
}

.c-accordion_title:after {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: auto;
  content: "";
  transition: all 0.3s;
  vertical-align: middle;
  background: url(/assets/images/icons/ic_plus.svg) no-repeat 0 0;
  background-size: contain;
}

.c-accordion_title:visited {
  color: #000;
}

.c-accordion_title:active,
.c-accordion_title:hover {
  color: #000;
}

.c-accordion_title.c-accordion-open:after {
  background-image: url(/assets/images/icons/ic_minus.svg);
}

.c-accordion_content {
  display: none;
}

.c-accordion_content.c-accordion-open {
  display: block;
}

.c-accordion_content_inner {
  padding: 6px 64px 32px 0;
}

.c-accordion-typeSection {
  border-bottom: none;
}

.c-accordion-typeSection > .c-accordion_section > .c-accordion_title {
  font-size: 18px;
  font-weight: 700;
  border-top: none;
}

.c-accordion-typeSection > .c-accordion_section > .c-accordion_title:after {
  right: 8px;
  width: 36px;
  height: 36px;
}

.c-accordion-typeSection > .c-accordion_section > .c-accordion_content > .c-accordion_content_inner {
  padding-top: 8px;
  padding-bottom: 40px;
}

.c-accordion-typeSection > .c-accordion_section > .c-accordion_title {
font-size: 16px;
padding: 12px 40px 12px 0;
}

.c-accordion-typeSection > .c-accordion_section > .c-accordion_title:after {
width: 24px;
height: 24px;
}


.c-table {
  text-align: left;
}
.c-table:not(:first-child) {
  margin-top: 24px;
}
.c-table .c-table_caption {
  padding-bottom: 4px;
  text-align: left;
}
.c-table .c-table_content {
  width: 100%;
}
.c-table td,
.c-table th {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  padding: 8px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  border: 1px solid var(--nissui-color-gray-200, #D2C9BB);
}
.c-table th, .c-table_headCell, .c-table_head td, .c-table_head th {
  font-weight: 400;
  background: #ECE6DC;
}
.c-table .c-table_subHeadCell {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%), #ECE6DC;
}
.c-table .c-table_headCell02 {
  background-color: #BED1D2;
}
.c-table .c-table_subHeadCell02 {
  background-color: rgba(223, 232, 233, 0.5);
}
.c-table.-table-fixed table {
  table-layout: fixed;
}

/*! Text */
.c-text {
  font-size: 16px;
  line-height: 1.8;
}
.c-text:not(:first-child) {
  margin-top: 16px;
}

/*--//Footer-9--*/
/*# sourceMappingURL=style-freedom.css.map */

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Nunito:600&display=swap&text=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&display=swap");
/*! =========================================================
 Vars
========================================================= */
/* SCSS Vars */
/* CSS Vars */
:root {
  --nissui-bp-xs: 375px;
  --nissui-bp-sm: 600px;
  --nissui-bp-md: 768px;
  --nissui-bp-lg: 1024px;
  --nissui-bp-xl: 1440px;
  --nissui-bp-xs-down: 374px;
  --nissui-bp-sm-down: 599px;
  --nissui-bp-md-down: 767px;
  --nissui-bp-lg-down: 1023px;
  --nissui-bp-xl-down: 1439px;
  --nissui-ff-sansserif: Gotham, "Gotham A", "Gotham B", "FP-KoburinaGoStdN-W3", "FP-こぶりなゴシック StdN W3", "Koburina Gothic StdN", "BIZ UDPGothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  --nissui-ff-sansserif-bold: Gotham, "Gotham A", "Gotham B", "FP-KoburinaGoStdN-W6", "FP-こぶりなゴシック StdN W6", "Koburina Gothic StdN", "BIZ UDPGothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, sans-serif;
  --nissui-ff-serif: YakuHanMP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  --nissui-ff-en: Gotham, "Gotham A", "Gotham B", sans-serif;
  --nissui-ff-number: Nunito, sans-serif;
  --nissui-g-gutter: 16px;
  --nissui-g-gutter-lg: 24px;
  --nissui-g-maxwidth: 1280px;
  --nissui-hover-opacity: 0.7;
  --nissui-hover-easing: ease;
  --nissui-padding-xs: 8px;
  --nissui-padding-sm: 16px;
  --nissui-padding-md: 32px;
  --nissui-border-radius-md: 8px;
  --nissui-border-radius-lg: 10px;
  --nissui-color-nissuiRed: #e50012;
  --nissui-color-nissuiWhite: #ffffff;
  --nissui-color-nissuiBlue: #0082CA;
  --nissui-color-green: #00A887;
  --nissui-color-yellow: #FFB71B;
  --nissui-color-default: #363636;
  --nissui-color-gray: #575757;
  --nissui-color-gray-50: #F6F3EE;
  --nissui-color-gray-200: #D2C9BB;
  --nissui-color-beige: #F5F2ED;
  --nissui-easing-01: cubic-bezier(.55,.05,.22,.99);
}
@media only screen and (min-width: var(--nissui-bp-md)) {
  :root {
    --nissui-g-gutter: 24px;
  }
}

/*! =========================================================
 _reset
========================================================= */

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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

mark {
  font-weight: 700;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

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

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

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

input,
select {
  vertical-align: middle;
}

/*! =========================================================
 lib
========================================================= */
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
  opacity: 0.8;
  background-color: #000;
}

.lightbox,
.lightbox:focus {
  font-weight: 400;
  line-height: 0;
  position: fixed;
  z-index: 10000;
  top: 50% !important;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
  text-align: center;
  outline: 0;
}

.lightbox .lb-image {
  display: block;
  max-width: inherit;
  height: auto;
  max-height: none;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  background-color: #fff;
}

.lb-container {
  padding: 72px 32px 0;
}

.lb-outerContainer:after {
  display: table;
  clear: both;
  content: "";
}

.lb-loader {
  line-height: 0;
  position: absolute;
  top: 43%;
  left: 0;
  width: 100%;
  height: 25%;
  text-align: center;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next,
.lb-prev {
  display: block;
  height: 100%;
  cursor: pointer;
}

.lb-nav a.lb-prev {
  left: 0;
  float: left;
  width: 34%;
  transition: opacity 0.6s;
  opacity: 0;
}

.lb-nav a.lb-prev:hover {
  opacity: 1;
}

.lb-nav a.lb-next {
  right: 0;
  float: right;
  width: 64%;
  transition: opacity 0.6s;
  opacity: 0;
}

.lb-nav a.lb-next:hover {
  opacity: 1;
}

.lb-dataContainer {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

.lb-dataContainer:after {
  display: table;
  clear: both;
  content: "";
}

.lb-data {
  padding: 24px 32px 48px;
  color: #000;
}

.lb-data .lb-details {
  text-align: left;
}

.lb-data .lb-caption .c-text {
  margin-top: 8px;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: none !important;
}

.lb-closeContainer {
  position: absolute;
  z-index: 11;
  top: 20px;
  right: 20px;
}

.lb-close {
  display: block;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: url(/assets/img/icons/ic_close.svg) 0 0 no-repeat;
  background-size: contain;
}

.lb-close:hover {
  opacity: 0.7;
}

@font-face {
  font-family: swiper-icons;
  font-weight: 400;
  font-style: normal;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
}
:root {
  --swiper-theme-color: #007aff;
  --swiper-navigation-size: 44px;
}

.swiper-container {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  list-style: none;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  transition-property: transform;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  transition-property: transform;
  flex-shrink: 0;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  transition-property: transform, height;
  align-items: flex-start;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  z-index: 10;
  top: 50%;
  display: flex;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  cursor: pointer;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  align-items: center;
  justify-content: center;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
  opacity: 0.35;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  right: auto;
  left: 10px;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  z-index: 10;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  text-align: center;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  opacity: 0.2;
  border-radius: 100%;
  background: #000;
}

button.swiper-pagination-bullet {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  top: 50%;
  right: 10px;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  width: 8px;
  transform: translateY(-50%);
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  position: relative;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  -ms-touch-action: none;
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  z-index: 50;
  bottom: 3px;
  left: 1%;
  width: 98%;
  height: 5px;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  z-index: 50;
  top: 1%;
  right: 3px;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: transparent;
  border-radius: 50%;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  z-index: -1000;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  transition-property: opacity;
  pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  z-index: 1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  visibility: visible;
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: #000;
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  z-index: 1;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*! Header */
.navList_item_trigger::after, .g-headerNavDropdown_link a::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 6px;
  -webkit-mask: no-repeat center;
          mask: no-repeat center;
  -webkit-mask-image: url(/assets_2024/img/icons/ic_chevron_right.svg);
          mask-image: url(/assets_2024/img/icons/ic_chevron_right.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background: #545459;
  line-height: 1;
  transform: translateY(0.16em);
}
@media (hover: hover) {
  .navList_item_trigger:hover, .g-headerNavDropdown_link a:hover {
    color: #e50012;
  }
  .navList_item_trigger:hover::after, .g-headerNavDropdown_link a:hover::after {
    background-color: #e50012;
  }
}

.g-siteHeader {
  position: relative;
  z-index: 999;
  width: 100%;
  transition: all 0.5s;
  border-bottom: 1px solid #fff;
  background: #fff;
}
@media (hover: hover) {
  .g-siteHeader a:hover {
    color: #e50012;
  }
}

.g-siteHeader.is-fixed {
  position: fixed;
  top: -40px;
  border-bottom-color: #e0e0e0;
}

.g-siteHeader.is-fixed + .g-container {
  padding-top: 117px;
}

.g-siteHeader.is-hide {
  top: -106px;
}

.g-siteHeader.is-active {
  position: absolute;
  top: 0 !important;
}

.g-siteHeader_inner {
  padding: 12px var(--nissui-g-container-gutter, 24px) 0;
}

.g-siteHeader_root {
  display: flex;
  width: 100%;
  max-width: var(--nissui-g-maxwidth, 1280px);
  margin: auto;
  align-items: flex-end;
}

.g-headerTitle {
  position: absolute;
  top: 23px;
}

.g-headerLogo_img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.g-siteHeader.is-fixed .g-headerTitle {
  top: 49px;
}
.g-siteHeader.is-fixed .g-headerLogo_img {
  width: 180px;
}

.g-headerSwitch {
  display: none;
}

.g-headerMenu {
  display: block;
  width: 100%;
}

.g-headerMenu_root {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.g-headerNav {
  width: 100%;
  order: 3;
}

.g-headerSubNav {
  order: 1;
}

.g-headerSearch {
  order: 2;
}

.g-headerNav {
  margin-top: 6px;
  margin-right: -16px;
}

.g-headerNav_list {
  display: flex;
  justify-content: flex-end;
}

.g-headerNav_listItem {
  font-size: 16px;
  line-height: 1.5;
}

.g-headerNav_listItemLink,
.g-headerNav_listItemLink:visited {
  position: relative;
  display: flex;
  white-space: nowrap;
  height: 63px;
  padding: 15px min(16px, 1.25vw);
  text-align: center;
  text-decoration: none;
  color: var(--nissui-color-default);
  border-radius: 8px 8px 0 0;
  align-items: flex-start;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
}

.g-headerNav_listItemLink.is-active {
  color: #000;
  border-radius: 8px 8px 0px 0px;
  border-top-color: var(--nissui-color-gray-200, #D2C9BB);
  border-right-color: var(--nissui-color-gray-200, #D2C9BB);
  border-left-color: var(--nissui-color-gray-200, #D2C9BB);
  background: var(--nissui-color-nissuiWhite, #FFF);
}
.g-headerNav_listItemLink.is-active::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--nissui-color-nissuiWhite, #FFF);
}

.g-headerNav_listItemLink-current,
.g-headerNav_listItemLink-current:visited {
  color: #e50012;
  font-family: var(--nissui-ff-sansserif-bold);
  font-weight: 600;
}

.g-headerNav_listItemLink-current::before {
  content: "";
  position: absolute;
  left: calc(50% - 3px);
  bottom: 16px;
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  border-radius: 50%;
  background: #e50012;
}

.g-headerNavDropdown_content {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: none;
  padding-inline: var(--nissui-g-container-gutter, 24px);
  border-top: 1px solid var(--nissui-color-gray-200, #D2C9BB);
  background: var(--nissui-color-nissuiWhite, #FFF);
}

.g-headerNavDropdown_contentInner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 72%;
  grid-template-areas: "close close" "title nav" "banner nav" "short short";
  -moz-column-gap: min(32px, 2.5vw);
       column-gap: min(32px, 2.5vw);
  margin-inline: auto;
  padding-top: 24px;
  padding-bottom: 80px;
  max-width: var(--nissui-g-maxwidth);
}

.g-headerNavDropdown_close {
  grid-area: close;
  grid-column: span 2;
  margin-left: auto;
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
  background: url(/assets_2024/img/icons/ic_close.svg) no-repeat 0 0;
  background-size: 32px 32px;
}

.g-headerNavDropdown_close:hover {
  cursor: pointer;
  opacity: 0.7;
}

.g-headerNavDropdown_link {
  grid-area: title;
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 24px;
  font-weight: 600;
  max-width: 292px;
  margin-bottom: 20px;
}

.g-headerNavDropdown_link.is-current a {
  color: #e50012;
  font-family: var(--nissui-ff-sansserif-bold);
  font-weight: 600;
}

.g-headerNavDropdown_link a {
  display: inline-block;
  width: 100%;
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: inherit;
  font-weight: 600;
  line-height: 1.625;
  margin: -2px;
  padding: 2px;
  color: #545459;
}

.g-headerNavDropdown_link a,
.g-headerNavDropdown_link a:visited {
  text-decoration: none;
  color: #000;
}

.g-headerNavDropdown_link a:hover {
  color: #d72e39;
}

.g-headerNavDropdown_nav.navList {
  grid-area: nav;
  position: relative;
  left: 0;
  visibility: visible;
  opacity: 1;
}

.g-headerNavDropdown_banner {
  grid-area: banner;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-top: auto;
  max-width: 262px;
}
.g-headerNavDropdown_banner .g-headerNavDropdown_bannerItem {
  display: flex;
  width: 100%;
  min-height: 80px;
  padding-right: 16px;
  gap: 16px;
  border-radius: 8px;
  background: #F5F2ED;
  overflow: hidden;
  text-decoration: none;
}
@media (hover: hover) {
  .g-headerNavDropdown_banner .g-headerNavDropdown_bannerItem:hover .g-headerNavDropdown_bannerText {
    color: #e50012;
  }
}
.g-headerNavDropdown_banner .g-headerNavDropdown_bannerImg {
  width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.g-headerNavDropdown_banner .g-headerNavDropdown_bannerText {
  display: flex;
  align-items: center;
  padding-block: 8px;
  color: #545459;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
}

.navList {
  position: absolute;
  top: 0;
  left: 33%;
  visibility: hidden;
  width: 100%;
  cursor: default;
  transition: all 0.3s;
  opacity: 0;
}

.navList.is-active {
  visibility: visible;
  opacity: 1;
}

.navList_back {
  display: none;
}

.navList_title {
  display: none;
}

.navList_inner {
  display: grid;
  row-gap: 11px;
  width: 33%;
  padding-right: 32px;
}
@media only screen and (min-width: 768px) {
  .navList_inner .navList_inner .navList_inner {
    width: 34%;
    padding-right: 0;
  }
}

.navList_item {
  cursor: pointer;
  font-family: var(--nissui-ff-sansserif);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
}

.navList_item_link {
  position: relative;
  width: 100%;
  padding-bottom: 4px;
}

.navList_item_link,
.navList_item_link:visited {
  display: block;
  transition: all 0.3s;
  text-decoration: none;
  color: #000;
}

.navList_item_link:hover {
  color: #e50012;
}

.navList_item_trigger {
  position: relative;
  display: inline-block;
  padding: 0 30px 4px 0;
  transition: width 0.3s;
  word-break: break-all;
}
.navList_item_trigger::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  content: "";
  transition: all 0.3s;
  background: #e50012;
}
.navList_item_trigger::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  transform: translateY(0.15em);
}

.navList_item:hover > .navList_item_trigger {
  color: #e50012;
  font-family: var(--nissui-ff-sansserif);
}

.navList_item:hover > .navList_item_trigger:after {
  background-color: #e50012;
}

.navList_item_trigger.is-active {
  color: #e50012;
  font-family: var(--nissui-ff-sansserif);
}

.navList_item_trigger.is-active:before {
  width: 100%;
}

.navList_item_trigger.is-active:after {
  background-color: #e50012;
}

.navList_item.is-current {
  position: relative;
}
.navList_item.is-current::before {
  content: "";
  position: absolute;
  top: 9px;
  right: calc(100% + 9px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e50012;
}
.navList_item.is-current a {
  font-family: var(--nissui-ff-sansserif-bold);
  font-weight: 600;
  color: #e50012;
}

.g-headerSubNav_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.g-headerSubNav_listItem {
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
}

.g-headerSubNav_listItemLink,
.g-headerSubNav_listItemLink:visited {
  text-decoration: none;
  color: #616161;
}

.g-headerSubNav_listItemLink.is-active,
.g-headerSubNav_listItemLink:hover {
  color: #000;
}

.g-headerSubNav_listItem:first-child {
  margin-left: 0;
}

.g-headerSearch {
  margin-left: 24px;
}

.g-headerSearch_inner {
  position: relative;
}

.g-headerSearch_trigger {
  display: block;
  -webkit-mask-image: url(/assets_2024/img/icons/ic_search.svg);
          mask-image: url(/assets_2024/img/icons/ic_search.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  width: 24px;
  height: 24px;
  background: var(--nissui-color-gray);}
@media (hover: hover) {
  .g-headerSearch_trigger:hover {
    background-color: var(--nissui-color-default);
  }
}

.g-headerSearch_trigger.is-active {
  -webkit-mask-image: url(/assets_2024/img/icons/ic_close.svg);
  background-color: var(--nissui-color-default);
}

.g-headerSearch_body {
  position: absolute;
  top: -8px;
  right: calc(100% + 8px);
  visibility: hidden;
  width: 356px;
  transition: opacity 0.3s;
  opacity: 0;
}

.g-headerSearch_body.is-active {
  visibility: visible;
  opacity: 1;
}

.g-headerNavDropdown_shorcut {
  grid-area: short;
  grid-column: span 2;
  margin-top: 48px;
  padding: 16px;
  background: var(--nissui-color-beige);
  border-radius: var(--nissui-border-radius-md, 8px);
}
.g-headerNavDropdown_shorcut ul {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.g-headerNavDropdown_shorcut li {
  line-height: 1;
}
.g-headerNavDropdown_shorcut a {
  color: #545459;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  text-decoration: none;
}

@media only screen and (max-width: 960px) {
  .g-siteHeader.is-fixed {
    top: 0;
  }
  .g-siteHeader.is-fixed + .g-container {
    padding-top: 65px;
  }
  .g-siteHeader.is-hide {
    top: -65px;
  }
  .g-siteHeader_inner {
    padding: 0;
  }
  .g-siteHeader_root {
    display: block;
  }
  .g-headerTitle {
    position: static;
    display: flex;
    align-items: center;
    width: 100%;
    height: 64px;
    background-color: #fff;
    align-items: center;
    justify-content: space-between;
  }
  .g-headerLogo {
    height: 100%;
  }
  .g-headerLogo_link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-inline: 16px;
  }
  .g-headerLogo_img {
    width: 180px;
  }
  .g-headerSwitch {
    font-size: 0;
    display: flex;
    padding-right: 8px;
  }
  .g-headerSwitch_icon {
    width: 48px;
    height: 48px;
  }
  .g-headerSwitch_iconLink {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
  }
  .g-headerSwitch_iconLink:before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background: url(/assets_2024/img/icons/ic_menu.svg) center no-repeat;
    background-size: 32px 32px;
  }
  .g-headerSwitch_iconLink.is-active:before {
    background-image: url(/assets_2024/img/icons/ic_close.svg);
  }
  .g-headerMenu {
    position: absolute;
    left: 0;
    display: none;
    overflow: clip;
  }
  .g-headerMenu_root {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    min-height: var(--nissui-js-navContentHeight, 100vh);
    padding: 0;
    transition: left 0.3s;
    background: var(--nissui-color-nissuiWhite);
  }
  .g-headerNav {
    order: 2;
  }
  .g-headerSubNav {
    width: 100%;
    order: 3;
  }
  .g-headerSearch {
    width: 100%;
    order: 1;
  }
  .g-headerNav {
    margin: 0;
  }
  .g-headerNav_list {
    display: block;
  }
  .g-headerNav_listItem {
    font-size: 20px;
    line-height: 1.5;
  }
  .g-headerNav_listItemLink,
.g-headerNav_listItemLink:visited {
    height: auto;
    padding: 19px 48px 19px 16px;
    text-align: left;
    color: var(--nissui-color-black, #363636);
    border-bottom: 1px solid var(--base-color-gray-200, #D2C9BB);
    border-radius: 0;
  }
  .g-headerNav_listItemLink-current:before {
    display: none;
  }
  .g-headerNavDropdown_trigger {
    position: relative;
  }
  .g-headerNavDropdown_trigger::after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: 6px;
    -webkit-mask: no-repeat center;
            mask: no-repeat center;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    background: currentColor;
    line-height: 1;
    transform: translateY(0.16em);
    -webkit-mask-image: url(/assets_2024/img/icons/ic_chevron_right.svg);
            mask-image: url(/assets_2024/img/icons/ic_chevron_right.svg);
  }
  .g-headerNavDropdown_trigger::after {
    position: absolute;
    top: 50%;
    right: 16px;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0;
    transform: translateY(-50%);
    content: "";
  }
  .g-headerNavDropdown_content {
    top: 0;
    right: auto;
    left: 100%;
    width: 100%;
    padding: 0;
    pointer-events: none;
  }
  .g-headerNavDropdown_content.is-active {
    display: block;
    pointer-events: all;
  }
  .g-headerNavDropdown_contentInner {
    display: block;
    padding: 0;
  }
  .g-headerNavDropdown_close {
    display: none;
  }
  .g-headerNavDropdown_link {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    position: absolute;
    z-index: 1;
    top: 92px;
    left: 0;
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    border-bottom: 1px solid var(--base-color-gray-200, #D2C9BB);
  }
  .g-headerNavDropdown_link a {
    max-width: 100%;
    padding: 0;
  }
  .g-headerNavDropdown_link a,
.g-headerNavDropdown_link a:visited {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    min-height: 64px;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 16px 3px 44px;
  }
  .g-headerNavDropdown_link a::after,
.g-headerNavDropdown_link a:visited::after {
    content: none;
    display: none;
  }
  .g-headerNavDropdown_link a:hover {
    opacity: 1;
  }
  .g-headerNavDropdown_nav > .navList_inner {
    padding-top: 64px;
  }
  .navList {
    left: 100%;
    padding-top: 16px;
    transition: left 0.3s;
    background: var(--nissui-color-nissuiWhite, #fff);
  }
  .navList_back {
    font-size: 14px;
    display: block;
    margin: 0 0 0 16px;
    padding-left: 18px;
    background: url(/assets_2024/img/icons/ic_chevron_left.svg) no-repeat left center;
    background-size: 14px;
  }
  .navList_title {
    display: block;
    font-family: var(--nissui-ff-sansserif-bold);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin: 8px 0 0 0;
    padding-inline: 16px;
  }
  .navList_inner {
    display: block;
    width: 100%;
    margin-top: 16px;
    padding-right: 0;
    border-top: 1px solid var(--base-color-gray-200, #D2C9BB);
  }
  .navList_item {
    border-bottom: 1px solid var(--base-color-gray-200, #D2C9BB);
  }
  .navList_item.is-current::before {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    left: 21px;
    width: 6px;
    height: 6px;
    background-color: #e50012;
    border-radius: 50%;
  }
  .navList_item_link,
.navList_item_link:visited {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
    min-height: 64px;
    box-sizing: border-box;
    padding: 3px 16px 3px 44px;
  }
  .navList_item_trigger {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
    min-height: 64px;
    padding: 3px 48px 3px 44px;
    padding-right: 36px;
  }
  .navList_item_trigger.navList_item_trigger-current {
    position: relative;
    color: #e50012;
    font-family: var(--nissui-ff-sansserif-bold);
    font-weight: 600;
  }
  .navList_item_trigger.navList_item_trigger-current::before {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    left: 21px;
    width: 6px;
    height: 6px;
    background-color: #e50012;
    border-radius: 50%;
  }
  .navList_item_trigger:after {
    width: 1em;
    height: 1em;
    top: 50%;
    right: 16px;
    margin: 0;
    transform: translateY(-50%);
  }
  .navList_item:hover > .navList_item_trigger {
    color: #000;
  }
  .g-headerSubNav {
    padding: 24px 16px;
  }
  .g-headerSubNav_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    row-gap: 16px;
  }
  .g-headerSubNav_listItemLink,
.g-headerSubNav_listItemLink:visited {
    font-size: 14px;
    line-height: 1.5;
    color: var(--nissui-color-gray, #575757);
  }
  .g-headerSearch {
    width: 100%;
    padding: 0;
    margin: 0;
    padding: 8px 16px 16px;
    border-bottom: 1px solid var(--base-color-gray-200, #D2C9BB);
  }
  .g-headerSearch_trigger {
    display: none;
  }
  .g-headerSearch_body {
    position: static;
    visibility: unset;
    width: auto;
    opacity: 1;
  }
  .g-headerNavDropdown_banner {
    display: none;
  }
  .g-headerNavDropdown_shorcut {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  /*! Large only */
  .g-headerNav_listItemLink,
.g-headerNav_listItemLink:visited {
    padding: 15px 16px 0;
  }
}
/*! Footer */
.g-siteFooter {
  padding: 32px 16px;
  border-top: 1px solid var(--base-color-gray-200, #D2C9BB);
  background: var(--corporate-color-White, #FFF);
}

.g-siteFooter_container {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 32px;
       column-gap: 32px;
  width: 100%;
  max-width: var(--nissui-g-maxwidth);
  margin-inline: auto;
}

.g-siteFooter_nav {
  order: 1;
  position: relative;
}

.g-siteFooter_navList {
  display: grid;
  row-gap: 12px;
}

.g-siteFooter_navListItem {
  font-size: 12px;
  line-height: 1.5;
  display: inline-block;
  vertical-align: bottom;
}

.g-siteFooter_navListItemLink,
.g-siteFooter_navListItemLink:visited {
  text-decoration: none;
  color: var(--nissui-color-default);
}
@media (hover: hover) {
  .g-siteFooter_navListItemLink:hover,
.g-siteFooter_navListItemLink:visited:hover {
    color: #e50012;
  }
}

.g-siteFooter_logo {
  order: 2;
  text-align: center;
  width: 173px;
  height: 108px;
  flex-shrink: 0;
}
.g-siteFooter_logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.g-siteFooter_bottom {
  order: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: auto;
}

.g-siteFooter_copyright {
  color: var(--nissui-color-default);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
}

.g-siteFooter_pagetop {
  position: fixed;
  z-index: 1;
  right: 0;
  bottom: -100px;
  overflow: hidden;
  width: 48px;
  height: 48px;
  cursor: pointer;
  transition: opacity 0.3s, bottom 0.5s;
  white-space: nowrap;
  text-indent: 100%;
  border-radius: 4px 0px 0px 0px;
  background: url(/assets_2024/img/icons/ic_pagetop_white.svg) no-repeat center center rgba(0, 0, 0, 0.2);
  background-size: 32px 32px;
}
@media (hover: hover) {
  .g-siteFooter_pagetop:hover {
    opacity: 0.4;
  }
}
.g-siteFooter_pagetop.is-scroll {
  bottom: 0;
}
.g-siteFooter_pagetop.is-stop {
  position: absolute;
  bottom: 0;
  transition: opacity 0.3s;
}

@media only screen and (max-width: 767px) {
  .g-siteFooter_nav {
    padding: 24px 16px 32px;
  }
  .g-siteFooter_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .g-siteFooter_logo {
    order: 1;
    width: 152px;
  }
  .g-siteFooter_nav {
    order: 2;
    margin-top: 32px;
    padding: 0;
  }
  .g-siteFooter_navList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .g-siteFooter_navListItem {
    position: relative;
    padding-inline: 16px;
    line-height: 1.8;
  }
  .g-siteFooter_navListItem.-border::before {
    content: "|";
    position: absolute;
    top: 0;
    left: 0;
    color: var(--nissui-color-default);
    opacity: 0.3;
    transform: translateX(-50%);
  }
  .g-siteFooter_navListItemLink {
    display: block;
  }
  .g-siteFooter_bottom {
    display: block;
    min-height: 0;
    text-align: center;
    margin-top: 24px;
  }
}
/*! Side */
.g-pageSide {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .g-pageSide {
    display: none;
  }
}
.p-localSide {
  color: var(--nissui-color-gray, #575757);
}
.p-localSide a,
.p-localSide a:visited {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (hover: hover) {
  .p-localSide a:hover,
.p-localSide a:visited:hover {
    color: #e50012;
  }
}
.p-localSide[data-js-sideNav]:not(.is-active) {
  display: none;
}
.p-localSide .p-localSide_head {
  margin-left: 32px;
  padding: 12px 0 24px;
  border-bottom: 1px solid var(--nissui-color-gray-200, #D2C9BB);
}
.p-localSide .p-localSide_head a {
  color: var(--nissui-color-gray, #575757);
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
.p-localSide .p-localSide_list {
  margin-top: 16px;
}
.p-localSide .p-localSide_list li {
  position: relative;
  padding: 12px 0 12px 32px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
}
.p-localSide .p-localSide_list li li {
  padding: 8px 0 8px 16px;
  font-size: 14px;
}
.p-localSide .p-localSide_list li li ul {
  padding-top: 8px;
}
.p-localSide .p-localSide_list li.is-current > a {
  position: relative;
  color: #e50012;
  font-family: var(--nissui-ff-sansserif-bold);
  font-weight: 600;
}
.p-localSide .p-localSide_list li.is-current > a::before {
  content: "";
  position: absolute;
  top: calc(0.74em - 3px);
  left: -16px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e50012;
}
.p-localSide .p-localSide_list li.is-active > a {
  font-family: var(--nissui-ff-sansserif-bold);
  font-weight: 600;
  color: #000;
}
.p-localSide .p-localSide_list > li > ul {
  position: relative;
  margin-top: 12px;
}
.p-localSide .p-localSide_list > li > ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 3px;
  width: 1px;
  height: 100%;
  background: var(--nissui-color-gray-200, #D2C9BB);
}
.p-localSide .p-localSide_list li:not(.is-active):not(.is-current) > ul {
  display: none;
}

:root {
  --nissui-scrollbar: 0;
  --nissui-topVideo-aspect: 375/150;
}
@media only screen and (min-width: 768px) {
  :root {
    --nissui-topVideo-aspect: 1543/620;
  }
}

.p-top_hero {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
/*  .p-top_hero {
    height: 140vh;
  }
*/
  .p-top_hero .p-top_hero_container {
    position: -webkit-sticky;
    position: sticky;
    top: 24px;
  }
}

.p-top_kv {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .p-top_kv {
    aspect-ratio: var(--nissui-topVideo-aspect);
    margin-inline: 24px;
    border-radius: 16px;
  }
}
.p-top_kv .p-top_kv_video {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 100%;
  aspect-ratio: var(--nissui-topVideo-aspect);
}
@media only screen and (min-width: 768px) {
  .p-top_kv .p-top_kv_video {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    will-change: transform;
  }
}
.p-top_kv .p-top_kv_video video, .p-top_kv .p-top_kv_video iframe {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 102%;
  height: 184%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
  will-change: transform;
}
.p-top_kv .p-top_kv_video .cover {
  position: absolute;
  z-index: 1;
  top: 0;
  height: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
}
.p-top_kv .p-top_kv_video .cover img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-top_kv .p-top_kv_video .cover.is-hidden {
  -webkit-animation: coverFadeOut 0.2s forwards;
          animation: coverFadeOut 0.2s forwards;
}
@-webkit-keyframes coverFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes coverFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.p-top_kv .p-top_kv_video .slogan {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .p-top_kv .p-top_kv_video .slogan {
    display: none;
  }
}
.p-top_kv .p-top_kv_video .slogan::before {
  content: "";
  aspect-ratio: 446/279;
  width: 446px;
  background: url(/img/top/logo.svg) center no-repeat;
  background-size: contain;
}
.p-top_kv .p-top_kv_control {
  display: block;
  position: absolute;
  left: 10px;
  bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .p-top_kv .p-top_kv_control {
    display: block;
    position: absolute;
    left: 32px;
    bottom: 80px;
  }
}
.p-top_kv .p-top_kv_control button {
  display: block;
  aspect-ratio: 1/1;
  width: 50px;
  background: center no-repeat;
  background-size: contain;
  border-radius: 100%;
}
.p-top_kv .p-top_kv_control:not([data-js-video=play]) button {
  background-image: url(/img/top/ic_play.svg);
}
.p-top_kv .p-top_kv_control[data-js-video=play] button {
  background-image: url(/img/top/ic_stop.svg);
}

@media only screen and (min-width: 768px) {
  .p-top_intro {
    margin-top: -64px;
  }
}
.p-top_intro .l-inner.-lg {
  padding-block: 0;
}
@media only screen and (max-width: 767px) {
  .p-top_intro .l-inner.-lg {
    padding-inline: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .p-top_intro .p-top_intro_inner {
    padding: 35px 0 48px;
  }
}
@media only screen and (min-width: 768px) {
  .p-top_intro .p-top_intro_inner {
    display: grid;
    grid-template-areas: "text btn" "cards cards";
    grid-template-columns: 1fr 23.5%;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 40px;
         column-gap: 40px;
    padding: 40px 48px;
    margin-inline: auto;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
  }
}
.p-top_intro .p-top_intro_text {
  color: var(--nissui-color-default);
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 20px;
  font-weight: 600;
  line-height: 150%; /* 30px */
}
@media only screen and (max-width: 767px) {
  .p-top_intro .p-top_intro_text {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .p-top_intro .p-top_intro_text {
    grid-area: text;
    font-size: min(36px, 2.5vw);
  }
}
.p-top_intro .p-top_intro_text em {
  color: #e50012;
}
.p-top_intro .p-top_intro_cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 16px;
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .p-top_intro .p-top_intro_cards {
    grid-area: cards;
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 24px;
         column-gap: 24px;
    margin-top: 40px;
  }
}
.p-top_intro .p-top_intro_cards .c-card05 {
  margin-top: 0;
}
.p-top_intro .p-top_intro_cards .c-card05 .c-card_link {
  border: none;
  background: transparent;
}
.p-top_intro .p-top_intro_cards .c-card05 .c-card_img {
  border-radius: 4px;
}
.p-top_intro .p-top_intro_cards .c-card05 .c-card_content {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .p-top_intro .p-top_intro_cards .c-card05 .c-card_content {
    padding: 8px 12px 16px 12px;
  }
}
.p-top_intro .p-top_intro_cards .c-card05 .c-card_title {
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .p-top_intro .p-top_intro_cards .c-card05 .c-card_title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-top_intro .p-top_intro_btn {
    margin-top: 36px;
  }
}
@media only screen and (min-width: 768px) {
  .p-top_intro .p-top_intro_btn {
    grid-area: btn;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .p-top_nav {
    position: absolute;
    z-index: 10;
    top: 60px;
    right: 0;
  }
}
.p-top_nav .p-top_nav_list {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding-inline: max(2.133vw, 8px);
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .p-top_nav .p-top_nav_list > * {
    flex: 1;
  }
}
@media only screen and (min-width: 768px) {
  .p-top_nav .p-top_nav_list {
    position: relative;
    flex-direction: column;
    row-gap: 16px;
    padding: 16px 10px;
    border-radius: 8px 0px 0px 8px;
    border: 1px solid rgba(204, 204, 204, 0.5);
  }
  .p-top_nav .p-top_nav_list::before {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 24px;
    height: calc(100% + 2px);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  }
}
.p-top_nav .p-top_nav_link {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  row-gap: 9px;
  align-items: center;
  text-decoration: none;
  color: var(--nissui-color-default);
}
.p-top_nav .p-top_nav_link .icon {
  -o-object-fit: contain;
     object-fit: contain;
  width: 32px;
  height: 32px;
}
.p-top_nav .p-top_nav_link .text {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .p-top_nav .p-top_nav_link {
    row-gap: 6px;
  }
  .p-top_nav .p-top_nav_link .icon {
    width: 48px;
    height: 48px;
  }
  .p-top_nav .p-top_nav_link .text {
    font-size: 13px;
  }
}
@media (hover: hover) {
  .p-top_nav .p-top_nav_link:hover .text {
    color: #e50012;
  }
}

.p-top_innovative {
  position: relative;
  margin-top: 73px;
}
.p-top_innovative .l-inner {
  position: relative;
  z-index: 1;
  padding-inline: var(--nissui-g-gutter-lg);
}
@media only screen and (min-width: 768px) {
  .p-top_innovative .l-inner .l-grid {
    margin-top: 0;
  }
}
.p-top_innovative .p-top_innovative_btn {
  margin-top: 31px;
}
@media only screen and (min-width: 768px) {
  .p-top_innovative .p-top_innovative_btn {
    margin-top: 40px;
    text-align: right;
  }
  .p-top_innovative .p-top_innovative_btn .c-btn {
    width: 292px;
  }
}
.p-top_innovative .p-innovativeTop_cover {
  position: relative;
  display: block;
}
@media only screen and (max-width: 767px) {
  .p-top_innovative .p-innovativeTop_cover {
    margin-inline: -24px;
    margin-bottom: -69%;
  }
  .p-top_innovative .p-innovativeTop_cover img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-top_innovative .p-innovativeTop_cover {
    margin-bottom: -12.8%;
    padding-top: 51.5972222222%;
  }
  .p-top_innovative .p-innovativeTop_cover img {
    width: calc(100% + 8.33vw);
  }
}
@media only screen and (min-width: 1440px) {
  .p-top_innovative .p-innovativeTop_cover {
    margin-bottom: -230px;
    padding-top: 743px;
  }
  .p-top_innovative .p-innovativeTop_cover img {
    width: 1440px;
  }
}
@media only screen and (max-width: 767px) {
  .p-top_innovative .p-innovativeTop_cards {
    margin-top: 27px;
  }
}

.p-top_column:not(:first-child) {
  margin-top: 96px;
}
@media only screen and (min-width: 768px) {
  .p-top_column:not(:first-child) {
    margin-top: 130px;
  }
}
.p-top_column .p-top_column_inner {
  position: relative;
}
@media only screen and (min-width: 600px) {
  .p-top_column .p-top_column_inner {
    display: flex;
    align-items: flex-start;
    padding-inline: var(--nissui-g-gutter-lg);
  }
}
@media only screen and (min-width: 768px) {
  .p-top_column .p-top_column_inner {
    align-items: flex-end;
    justify-content: flex-end;
    padding-top: 80px;
    min-height: 540px;
  }
}
@media only screen and (min-width: 600px) {
  .p-top_column .p-top_column_img {
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 495/540;
    width: 66.53vw;
  }
}
@media only screen and (min-width: 768px) {
  .p-top_column .p-top_column_img {
    position: absolute;
    top: 0;
    left: 0;
    aspect-ratio: auto;
    width: 66.67vw;
    height: 100%;
    border-radius: 0 16px 16px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .p-top_column .p-top_column_img {
    border-radius: 16px;
    left: 24px;
  }
}
.p-top_column .p-top_column_img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .p-top_column .p-top_column_content {
    flex: 1;
  }
}
@media only screen and (min-width: 768px) {
  .p-top_column .p-top_column_content {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 1280px;
    margin-inline: auto;
  }
}
.p-top_column .p-top_column_content .block {
  padding: 24px 24px 0;
  color: var(--nissui-color-default);
}
@media only screen and (min-width: 600px) {
  .p-top_column .p-top_column_content .block {
    margin-top: 70px;
    margin-left: -21.83vw;
    padding: 56px 0 32px 63px;
    border-radius: 16px 0px 0px 0px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
  }
}
@media only screen and (min-width: 768px) {
  .p-top_column .p-top_column_content .block {
    width: min(40vw, 576px);
    margin-top: 0;
    padding: min(3.889vw, 56px) min(3.889vw, 56px) 36px min(3.889vw, 56px);
  }
}
.p-top_column .p-top_column_content .title {
  color: inherit;
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 28px;
  font-weight: 600;
  line-height: 150%; /* 42px */
}
@media only screen and (min-width: 600px) {
  .p-top_column .p-top_column_content .title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .p-top_column .p-top_column_content .title {
    font-size: min(40px, 2.777vw);
  }
}
.p-top_column .p-top_column_content .text {
  margin-top: 24px;
  color: inherit;
  font-size: 14px;
  line-height: 180%; /* 25.2px */
}
@media only screen and (min-width: 600px) {
  .p-top_column .p-top_column_content .text {
    font-size: 18px;
    margin-top: 32px;
  }
}
.p-top_column .p-top_column_content .btn {
  margin-top: 24px;
}
@media only screen and (min-width: 600px) {
  .p-top_column .p-top_column_content .btn {
    margin-top: 32px;
    max-width: 320px;
  }
}
@media only screen and (min-width: 600px) {
  .p-top_column.p-top_column-reverse .p-top_column_inner {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .p-top_column.p-top_column-reverse .p-top_column_img {
    left: auto;
    right: 0;
    border-radius: 16px 0 0 16px;
  }
}
@media only screen and (min-width: 1280px) {
  .p-top_column.p-top_column-reverse .p-top_column_img {
    right: 24px;
    border-radius: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .p-top_column.p-top_column-reverse .p-top_column_content {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 600px) {
  .p-top_column.p-top_column-reverse .p-top_column_content .block {
    margin-left: 0;
    margin-right: -21.83vw;
    padding: 56px 63px 32px 24px;
    border-radius: 0 16px 0px 0px;
  }
}

.p-top_section:not(:first-child) {
  margin-top: 120px;
}
@media only screen and (min-width: 768px) {
  .p-top_section:not(:first-child) {
    margin-top: 136px;
  }
}
.p-top_section .p-top_section_heading {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (min-width: 768px) {
  .p-top_section .p-top_section_heading {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.p-top_section .p-top_section_heading .c-headingLv2 {
  margin-bottom: 0 !important;
}
.p-top_section .p-top_section_heading .links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .p-top_section .p-top_section_heading .links {
    padding-bottom: 0.5em;
  }
}
.p-top_section .p-top_section_heading + * {
  margin-top: 24px;
}

.p-top_spacer {
  margin-top: 120px;
}

.p-top_news .p-top_news_important {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  padding: 16px;
  border-radius: 7px;
  border: 2px solid rgba(229, 0, 18, 0.5);
}
.p-top_news .p-top_news_important + * {
  margin-top: 16px;
}
.p-top_news .p-top_news_important .title {
  color: #e50012;
  font-feature-settings: "palt" on;
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 14px;
  font-weight: 600;
}
.p-top_news .p-top_news_important .notice {
  flex: 1;
  font-weight: bold;
}
.p-top_news .p-top_news_list .item {
  border-bottom: 1px solid #ECE6DC;
}
.p-top_news .p-top_news_list .link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  padding-block: 16px;
  color: var(--nissui-color-default);
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .p-top_news .p-top_news_list .link {
    flex-wrap: nowrap;
    padding: 16px;
  }
}
@media (hover: hover) {
  .p-top_news .p-top_news_list .link:hover .title {
    color: #e50012;
    text-decoration: underline;
  }
}
.p-top_news .p-top_news_list .link > .date,
.p-top_news .p-top_news_list .link > .category {
  flex: 0 0 auto;
}
.p-top_news .p-top_news_list .date {
  font-size: 16px;
  font-weight: 300;
  line-height: 180%; /* 28.8px */
}
.p-top_news .p-top_news_list .category {
  display: flex;
  padding: 2px 8px;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid var(--nissui-color-gray-200);
  color: var(--nissui-color-gray);
  font-size: 14px;
  font-weight: 300;
  line-height: 150%; /* 21px */
}
.p-top_news .p-top_news_list .title {
  font-size: 16px;
  font-weight: 300;
  line-height: 180%; /* 28.8px */
}
@media only screen and (min-width: 768px) {
  .p-top_news .p-top_news_list .title {
    margin-left: 16px;
  }
}

.p-top_footNav {
  margin-top: 96px;
}
@media only screen and (max-width: 767px) {
  .p-top_footNav .l-inner.-lg {
    padding-inline: max(2.133vw, 8px);
  }
}
@media only screen and (min-width: 768px) {
  .p-top_footNav {
    margin-top: 104px;
  }
  .p-top_footNav .l-inner.-lg {
    padding-inline: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .p-top_footNav .l-grid {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: min(2.133vw, 8px);
         column-gap: min(2.133vw, 8px);
    padding-inline: 0;
  }
  .p-top_footNav .l-grid .l-grid_item {
    flex: 1;
    width: auto;
  }
  .p-top_footNav .l-grid .l-grid_item .c-card03::before, .p-top_footNav .l-grid .l-grid_item .c-card03::after {
    content: none !important;
    display: none !important;
  }
  .p-top_footNav .l-grid .l-grid_item .c-card03 .c-card_link {
    flex-direction: column;
    padding: 0 !important;
  }
  .p-top_footNav .l-grid .l-grid_item .c-card03 .c-card_img {
    width: 48px;
    height: 48px;
    flex: auto;
    margin-inline: auto;
  }
  .p-top_footNav .l-grid .l-grid_item .c-card03 .c-card_text {
    margin-top: 9px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .p-top_footNav .l-grid .c-card03::before, .p-top_footNav .l-grid .c-card03::after {
    background: rgba(204, 204, 204, 0.5);
  }
  .p-top_footNav .l-grid .l-grid_item:first-child .c-card03::before, .p-top_footNav .l-grid .l-grid_item:last-child .c-card03::before {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(204, 204, 204, 0.5);
  }
  .p-top_footNav .l-grid .l-grid_item:first-child .c-card03::before {
    left: 0;
  }
  .p-top_footNav .l-grid .l-grid_item:last-child .c-card03::before {
    right: 0;
  }
}

@media only screen and (min-width: 768px) {
  body.p-top:not(.p-top__is-nointro) {
    overflow: scroll;
    overflow-x: auto;
  }
  body.p-top:not(.p-top__is-nointro) .g-wrapper {
    overflow: hidden;
    height: 100vh;
  }
  body.p-top:not(.p-top__is-nointro) .g-siteHeader,
body.p-top:not(.p-top__is-nointro) .p-top_kv_control,
body.p-top:not(.p-top__is-nointro) .p-top_intro,
body.p-top:not(.p-top__is-nointro) .p-top_nav {
    opacity: 0;
    transition: none;
    pointer-events: none;
  }
  body.p-top:not(.p-top__is-nointro) .p-top_kv {
    position: relative;
  }
  body.p-top:not(.p-top__is-nointro) .p-top_kv .p-top_kv_video:not(.is-done) {
    position: fixed;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 249vh;
    height: 100vh;
    margin-inline: 0;
    border-radius: 0;
    opacity: 0;
  }
  body.p-top:not(.p-top__is-nointro) .p-top_kv .p-top_kv_video.is-done {
    border-radius: 16px;
  }
  body.p-top:not(.p-top__is-nointro).p-top__is-startsub .g-siteHeader,
body.p-top:not(.p-top__is-nointro).p-top__is-startsub .p-top_kv_control,
body.p-top:not(.p-top__is-nointro).p-top__is-startsub .p-top_intro,
body.p-top:not(.p-top__is-nointro).p-top__is-startsub .p-top_nav {
    opacity: 1;
    transition: opacity 0.7s ease-in-out;
  }
}

@media only screen and (min-width: 768px) {
  body.p-top.p-top__is-nointro .p-top_kv {
    opacity: 0;
  }
  body.p-top.p-top__is-nointro.top__is-ready .p-top_kv {
    opacity: 1;
    transition: opacity 0.5s 0.3s ease-in-out;
  }
}

body.p-top.is-scrollStart .p-top_kv_video .slogan {
  opacity: 1;
  transition-duration: 0.7s;
}

/* Product */
.p-productTopCategory_list .l-grid_item {
  margin-bottom: 12px;
}

.p-productTopBrand .p-productTopBrand_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media only screen and (min-width: 768px) {
  .p-productTopBrand .p-productTopBrand_list {
    display: flex;
  }
}
.p-productTopBrand .p-productTopBrand_item {
  flex-shrink: 0;
  color: var(--nissui-color-default);
}
@media only screen and (min-width: 768px) {
  .p-productTopBrand .p-productTopBrand_item {
    flex: 1 1 0%;
  }
}
.p-productTopBrand .p-productTopBrand_item .link {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #FBF9F7;
  text-decoration: none;
  color: inherit;
}
.p-productTopBrand .p-productTopBrand_item .img img {
  display: block;
  aspect-ratio: 1/1;
  transition: opacity 0.2s ease;
}
.p-productTopBrand .p-productTopBrand_item .text {
  display: flex;
  min-height: 42px;
  flex-direction: column;
  justify-content: center;
  flex: 1 0 0;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 21px */
}
@media (hover: hover) {
  .p-productTopBrand .p-productTopBrand_item .link:hover {
    color: #e50012;
  }
  .p-productTopBrand .p-productTopBrand_item .link:hover .img img {
    opacity: var(--nissui-hover-opacity);
  }
}

/* Recipe */
.p-recipeTopFeature .p-recipeTopFeature_block .img img {
  display: block;
  width: 100%;
}
.p-recipeTopFeature .p-recipeTopFeature_block .l-grid {
  margin-inline: -24px;
}
.p-recipeTopFeature .p-recipeTopFeature_block .l-grid .l-grid_item {
  padding-inline: 24px;
}
.p-recipeTopFeature .p-recipeTopFeature_block .c-btn {
  margin-top: 0;
}

/* Corporate */
@media only screen and (min-width: 768px) {
  .p-corporateTopBusiness_list {
    margin-inline: -20px;
  }
  .p-corporateTopBusiness_list .l-grid_item {
    padding-inline: 20px;
  }
}

.p-corporateTopNumber_main .p-corporateTopNumber_main_date {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 18px */
  text-align: right;
}
.p-corporateTopNumber_main .p-corporateTopNumber_main_img {
  margin-top: 16px;
}
.p-corporateTopNumber_main .p-corporateTopNumber_main_img img {
  display: block;
  width: 100%;
}

/* - Identity */
.p-corporateIdentity_intro {
  position: relative;
  padding-bottom: 8.53vw;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_intro {
    padding-top: 35px;
    padding-bottom: 76px;
  }
}
.p-corporateIdentity_intro .c-pageTitle {
  padding-bottom: 0;
}
@media only screen and (min-width: 1280px) {
  .p-corporateIdentity_intro .c-pageTitle {
    position: absolute;
    top: 0;
  }
}
.p-corporateIdentity_intro .p-corporateIdentity_intro_main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 332/310;
  width: 88.53vw;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_intro .p-corporateIdentity_intro_main {
    width: min(64.51vw, 929px);
    aspect-ratio: 929/581;
  }
}
.p-corporateIdentity_intro .p-corporateIdentity_intro_main::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/corporate/identity/img/top_shape_red_sp.svg) center no-repeat;
  background-size: contain;
  opacity: 0;
  transform: scale(1.03);
  transition: 1.4s 0.56s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_intro .p-corporateIdentity_intro_main::before {
    background-image: url(/corporate/identity/img/top_shape_red.svg);
  }
}
.p-corporateIdentity_intro .p-corporateIdentity_intro_main.is-active::before {
  opacity: 1;
  transform: none;
}
.p-corporateIdentity_intro .p-corporateIdentity_intro_title {
  position: relative;
  z-index: 1;
  color: var(--nissui-color-default);
  text-align: center;
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 5.8666vw;
  font-weight: 600;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_intro .p-corporateIdentity_intro_title {
    font-size: min(3.05vw, 44px);
  }
}

.p-corporateIdentity_sec01_cover .cover {
  position: relative;
}
.p-corporateIdentity_sec01_cover .cover .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding-inline: 6.4vw;
}
.p-corporateIdentity_sec01_cover .cover .content_text {
  color: var(--nissui-color-nissuiWhite);
  font-family: var(--nissui-ff-sansserif-bold);
  font-weight: 600;
  text-align: center;
  opacity: 0;
  transform: translateY(15px);
  transition: 0.8s 0.24s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.p-corporateIdentity_sec01_cover .cover .bg {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-corporateIdentity_sec01_cover .cover .bg {
    flex-direction: column;
  }
}
.p-corporateIdentity_sec01_cover .cover .bg img {
  flex: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-corporateIdentity_sec01_cover .cover.is-active .content_text {
  opacity: 1;
  transform: none;
}
.p-corporateIdentity_sec01_cover .cover_01 .content_text {
  font-size: 5.333vw;
  line-height: 220%; /* 44px */
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_sec01_cover .cover_01 .content_text {
    font-size: max(20px, 1.389vw);
  }
}
.p-corporateIdentity_sec01_cover .cover_01 .bg img {
  width: 100%;
  aspect-ratio: 375/750;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_sec01_cover .cover_01 .bg img {
    aspect-ratio: 1440/692;
  }
}
.p-corporateIdentity_sec01_cover .cover_02 .content_text {
  font-size: 10.67vw;
  line-height: 150%; /* 60px */
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_sec01_cover .cover_02 .content_text {
    font-size: max(40px, 2.777vw);
  }
}
.p-corporateIdentity_sec01_cover .cover_02 .bg img {
  width: 100%;
  aspect-ratio: 1/1;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_sec01_cover .cover_02 .bg img {
    width: 50%;
    aspect-ratio: 720/519;
  }
}

.p-corporateIdentity_layout {
  background: #F3EFE9;
}
.p-corporateIdentity_layout .p-corporateIdentity_layout_grid {
  margin-bottom: 0;
}
.p-corporateIdentity_layout .p-corporateIdentity_layout_grid > * {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_layout .g-pageSide {
    padding-block: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .p-corporateIdentity_layout .l-inner.-lg {
    padding-inline: 24px;
  }
}

.p-corporateIdentity_sec {
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_sec {
    padding-bottom: 162px;
  }
}
.p-corporateIdentity_sec .p-corporateIdentity_sec_cover {
  position: relative;
  padding-top: 100%;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_sec .p-corporateIdentity_sec_cover {
    padding-top: 60.668%;
    padding-top: 650px;
  }
}
.p-corporateIdentity_sec .p-corporateIdentity_sec_cover img {
  position: absolute;
  top: 0;
  right: 100vw;
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateX(100%);
}
.p-corporateIdentity_sec *[data-js-scrollevent=fadein] {
  opacity: 0;
  transform: translateY(15px);
  transition: 1s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.p-corporateIdentity_sec *[data-js-scrollevent=fadein].is-active {
  opacity: 1;
  transform: none;
}

.p-corporateIdentity_title {
  position: relative;
  margin-top: 72px;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_title {
    margin-top: 48px;
  }
}
.p-corporateIdentity_title + * {
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_title + * {
    margin-top: 70px;
  }
}
.p-corporateIdentity_title .number {
  position: absolute;
  bottom: calc(100% + 0px);
  left: 0;
  transform-origin: bottom left;
  transform: rotate(90deg) translateX(calc(-100% - 32px));
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_title .number {
    left: -16px;
  }
}
.p-corporateIdentity_title .number .number_wrap {
  position: relative;
  display: block;
  width: 160px;
  padding-bottom: 11px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_title .number .number_wrap {
    width: 220px;
    padding-bottom: 13px;
  }
}
.p-corporateIdentity_title .number .number_wrap::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 6px;
  background: #e50012;
  transform: translateX(-100%);
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_title .number .number_wrap::after {
    height: 8px;
  }
}
.p-corporateIdentity_title .number .number_text {
  display: inline-block;
  color: var(--nissui-color-nissuiWhite);
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  text-transform: uppercase;
  transform: translateY(120%);
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_title .number .number_text {
    font-size: 120px;
    line-height: 120px;
  }
}
.p-corporateIdentity_title .title {
  color: var(--nissui-color-default);
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: clamp(26px, 8.53vw, 32px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  transform: translateX(-15px);
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_title .title {
    font-size: 52px;
  }
}
.p-corporateIdentity_title .title + * {
  margin-top: 32px;
}
.p-corporateIdentity_title .lead {
  color: var(--nissui-color-default);
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
}
.p-corporateIdentity_title.is-active .number .number_wrap::after {
  transform: none;
  transition: 0.65s cubic-bezier(0.85, 0, 0.35, 1);
}
.p-corporateIdentity_title.is-active .number .number_text {
  opacity: 1;
  transform: none;
  transition: opacity 0.6s 0.2s cubic-bezier(0.85, 0, 0.35, 1), transform 0.8s 0.2s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.p-corporateIdentity_title.is-active .title {
  opacity: 1;
  transform: none;
  transition: 0.8s 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}

.p-corporateIdentity_mission {
  position: relative;
  background: var(--nissui-color-nissuiWhite);
  padding: 255px 4.2667vw 32px;
  border-radius: var(--nissui-border-radius-lg);
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_mission {
    padding: 315px 13.5% 63px;
  }
}
.p-corporateIdentity_mission .head {
  position: absolute;
  top: 0;
  right: 0;
  width: 310px;
  padding: 28px 0px 120px 60px;
  background: url(/corporate/identity/img/top_mission_shape.svg) left bottom;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_mission .head {
    width: auto;
    padding: 26px 85px 150px 116px;
  }
}
.p-corporateIdentity_mission .head .title {
  color: var(--nissui-color-default);
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  line-height: 160%; /* 60px */
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_mission .head .title {
    font-size: 40px;
    letter-spacing: -0.56px;
  }
}
.p-corporateIdentity_mission .text {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 32.4px */
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_mission .text {
    font-size: 22px;
  }
}
.p-corporateIdentity_mission .text:not(:first-child) {
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_mission .text:not(:first-child) {
    margin-top: 18px;
  }
}
.p-corporateIdentity_mission .btn {
  margin-top: 48px;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_mission .btn {
    margin-top: 38px;
    width: 320px;
  }
}

.p-corporateIdentity_pages {
  background: #F9F7F4;
  padding: 32px 16px;
  border-radius: var(--nissui-border-radius-lg);
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_pages {
    padding: 46px 48px 48px;
  }
}
.p-corporateIdentity_pages .title {
  color: var(--nissui-color-default);
  text-align: center;
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: clamp(16px, 4.8vw, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 32.4px */
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_pages .title {
    font-size: 22px;
  }
}
.p-corporateIdentity_pages .post {
  display: grid;
  row-gap: 24px;
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_pages .post {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
.p-corporateIdentity_pages .post .post_link {
  display: block;
  overflow: hidden;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .p-corporateIdentity_pages .post .post_link {
    display: flex;
    background: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    border-radius: var(--nissui-border-radius-lg);
  }
  .p-corporateIdentity_pages .post .post_link > * {
    width: 50%;
  }
}
.p-corporateIdentity_pages .post .post_link .post_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_pages .post .post_link .post_img img {
    aspect-ratio: 4/3;
    border-radius: 6px;
  }
}
.p-corporateIdentity_pages .post .post_link .post_text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 4px;
       column-gap: 4px;
  padding: 0 6px 0 12px;
  color: #000;
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 25.2px */
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_pages .post .post_link .post_text {
    margin-top: -12px;
    margin-inline: 7px;
    padding: 12px 13px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(4.1319112778px);
            backdrop-filter: blur(4.1319112778px);
  }
}
.p-corporateIdentity_pages .post .post_link .post_text::after {
  flex: 0 0 auto;
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  background: url(/assets_2024/img/icons/ic_link_circle.svg) center no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_pages .post .post_link .post_text::after {
    width: 20px;
  }
}
@media (hover: hover) {
  .p-corporateIdentity_pages .post .post_link:hover .post_text {
    color: #e50012;
  }
}
.p-corporateIdentity_pages .bottom {
  margin: 48px auto 0;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_pages .bottom {
    margin-top: 40px;
    width: 320px;
  }
}

.p-corporateIdentity_outro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 120px 7.333vw;
  background: var(--nissui-color-nissuiWhite);
  text-align: center;
  background: #F9F7F4;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_outro {
    padding: 155px 80px;
  }
}
.p-corporateIdentity_outro .lead {
  color: var(--nissui-color-default);
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 5.867vw;
  font-weight: 600;
  line-height: 180%; /* 39.6px */
  transform: translateY(20px);
  opacity: 0;
  transition-delay: 0.3s;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_outro .lead {
    font-size: 22px;
  }
}
.p-corporateIdentity_outro .logo {
  display: block;
  width: 66.67vw;
  height: auto;
  margin-inline: auto;
  margin-top: 48px;
  transform: translateY(20px);
  opacity: 0;
  transition-delay: 0.9s;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_outro .logo {
    width: 350px;
    margin-top: 96px;
  }
}
.p-corporateIdentity_outro .bottom {
  margin-top: 96px;
  width: 100%;
  opacity: 0;
  transition-delay: 1.5s;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_outro .bottom {
    width: 292px;
  }
}
.p-corporateIdentity_outro.is-active .lead,
.p-corporateIdentity_outro.is-active .logo,
.p-corporateIdentity_outro.is-active .bottom {
  opacity: 1;
  transform: none;
  transition-duration: 1.34s;
}

/* - Promise */
.p-corporatePromise_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
  color: #e50012;
  font-family: var(--nissui-ff-sansserif-bold);
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-corporatePromise_head {
    row-gap: 16px;
  }
}
.p-corporatePromise_head .p-corporatePromise_head_sub {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .p-corporatePromise_head .p-corporatePromise_head_sub {
    font-size: 18px;
  }
}
.p-corporatePromise_head .p-corporatePromise_head_title {
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .p-corporatePromise_head .p-corporatePromise_head_title {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .p-corporatePromise_intro {
    width: min(100%, 710px);
    aspect-ratio: 710/662;
    margin-inline: auto;
  }
  .p-corporatePromise_intro .p-corporatePromise_intro_wrap {
    width: 100%;
    height: 100%;
    padding: 23.8% 17.183% 21.85%;
    background: url(/assets_2024/img/brand_shape_full_red.svg) center no-repeat;
    background-size: contain;
  }
}
@media only screen and (max-width: 767px) {
  .p-corporatePromise_intro .p-corporatePromise_intro_shape {
    width: min(100%, 279px);
    aspect-ratio: 279/221;
    margin-inline: auto;
  }
  .p-corporatePromise_intro .p-corporatePromise_intro_shape .p-corporatePromise_intro_shape_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 23.2% 20.789%;
    background: url(/assets_2024/img/brand_shape_full_landscape_red.svg) center no-repeat;
    background-size: contain;
  }
}
@media only screen and (min-width: 768px) {
  .p-corporatePromise_intro .p-corporatePromise_head .p-corporatePromise_head_sub {
    font-size: clamp(12px, 1.8vw, 18px);
  }
}
@media only screen and (min-width: 768px) {
  .p-corporatePromise_intro .p-corporatePromise_head .p-corporatePromise_head_title {
    font-size: clamp(18px, 3vw, 30px);
  }
}
.p-corporatePromise_intro .p-corporatePromise_intro_text {
  margin-top: 48px;
  color: #000;
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 240%; /* 48px */
}
@media only screen and (min-width: 768px) {
  .p-corporatePromise_intro .p-corporatePromise_intro_text {
    margin-top: 39px;
    font-size: clamp(12px, 1.8vw, 18px);
    text-align: center;
  }
}

.p-corporatePromise_story .p-corporatePromise_story_text {
  margin-top: 32px;
}
.p-corporatePromise_story .p-corporatePromise_story_text p {
  color: #000;
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 240%; /* 48px */
}
@media only screen and (min-width: 768px) {
  .p-corporatePromise_story .p-corporatePromise_story_text p {
    text-align: center;
  }
}
.p-corporatePromise_story .p-corporatePromise_story_text p + p {
  margin-top: 2.4em;
}

.p-corporatePromise_brands .l-grid {
  margin-bottom: -48px;
}
@media only screen and (min-width: 768px) {
  .p-corporatePromise_brands .l-grid {
    margin-bottom: -128px;
  }
}
.p-corporatePromise_brands .l-grid .l-grid_item {
  margin-bottom: 48px;
}
@media only screen and (min-width: 768px) {
  .p-corporatePromise_brands .l-grid .l-grid_item {
    margin-bottom: 48px;
  }
}

.p-corporatePromise_innovative {
  margin-top: 120px;
}
@media only screen and (min-width: 768px) {
  .p-corporatePromise_innovative {
    margin-top: 128px;
  }
}
.p-corporatePromise_innovative .p-corporatePromise_innovative_cover {
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p-corporatePromise_innovative .p-corporatePromise_innovative_cover {
    margin-inline: -16px;
    margin-bottom: -20%;
  }
  .p-corporatePromise_innovative .p-corporatePromise_innovative_cover img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-corporatePromise_innovative .p-corporatePromise_innovative_cover {
    margin-bottom: -10%;
  }
  .p-corporatePromise_innovative .p-corporatePromise_innovative_cover img {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-corporatePromise_innovative .p-corporatePromise_innovative_cards .c-card05.c-card05-innovative .c-card_content,
.p-corporatePromise_innovative .p-corporatePromise_innovative_cards .c-card05.c-card05-innovative .c-card_title {
    font-size: 18px;
  }
}

/* - Story */
.p-corporateStory_intro {
  background: url(/corporate/identity/img/story/kv_sp.jpg) center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.p-corporateStory_intro .p-corporateStory_intro_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 375/480;
  width: 100%;
}
.p-corporateStory_intro .p-corporateStory_intro_inner::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  aspect-ratio: 451/346;
  width: 100%;
  border-radius: 100%;
  background: #FBFAF7;
  filter: blur(87px);
  transform: translate(-50%, -50%);
  opacity: 0.95;
}
.p-corporateStory_intro .p-corporateStory_intro_main {
  position: relative;
  z-index: 1;
  text-align: center;
}
.p-corporateStory_intro .p-corporateStory_intro_main .c-pageTitle {
  margin-bottom: 12px;
  padding: 0;
}
.p-corporateStory_intro .p-corporateStory_intro_main .c-pageTitle .c-pageTitle_title {
  margin-top: 4px;
}
.p-corporateStory_intro .p-corporateStory_intro_text {
  color: var(--nissui-color-default);
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 16px;
  font-weight: 600;
  line-height: 180%; /* 28.8px */
}
@media only screen and (max-width: 767px) {
  .p-corporateStory_intro .p-corporateStory_intro_inner {
    padding-inline: 8vw;
  }
}
@media only screen and (min-width: 768px) {
  .p-corporateStory_intro {
    background-image: url(/corporate/identity/img/story/kv_pc.jpg);
  }
  .p-corporateStory_intro .p-corporateStory_intro_inner {
    aspect-ratio: 1440/526;
  }
  .p-corporateStory_intro .p-corporateStory_intro_inner::before {
    aspect-ratio: 861/473;
    width: 861px;
    transform: translate(-50%, -50%);
  }
  .p-corporateStory_intro .p-corporateStory_intro_main .c-pageTitle {
    margin-bottom: 30px;
  }
  .p-corporateStory_intro .p-corporateStory_intro_main .c-pageTitle .c-pageTitle_sub {
    font-size: 16px;
  }
  .p-corporateStory_intro .p-corporateStory_intro_main .c-pageTitle .c-pageTitle_title {
    margin-top: 14px;
    font-size: 72px;
  }
  .p-corporateStory_intro .p-corporateStory_intro_text {
    font-size: 22px;
    font-weight: 300;
  }
}

.p-corporateStory_layout {
  padding-top: 64px;
  padding-bottom: 96px;
  background: #F3EFE9;
}
@media only screen and (min-width: 768px) {
  .p-corporateStory_layout {
    padding-top: 96px;
    padding-bottom: 155px;
  }
}

.p-corporateStory_timeline {
  display: grid;
  row-gap: 20px;
  margin-top: 0 !important;
}

.p-corporateStory_timeLine_section {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media only screen and (min-width: 768px) {
  .p-corporateStory_timeLine_section {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.p-corporateStory_timeLine_section:last-child .timeLine_container {
  padding-bottom: 0;
}
.p-corporateStory_timeLine_section:last-child .timeLine_label {
  position: relative;
}
.p-corporateStory_timeLine_section:last-child .timeLine_label::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3px;
  height: 48px;
  background-size: 3px 16px;
  background-image: linear-gradient(to bottom, transparent 8px, #e50012 8px);
  background-position: left bottom;
}
@media only screen and (min-width: 768px) {
  .p-corporateStory_timeLine_section:last-child .timeLine_label::before {
    width: 4px;
  }
}
.p-corporateStory_timeLine_section:last-child .timeLine_label::after {
  margin-bottom: 48px;
}
.p-corporateStory_timeLine_section .timeLine_container {
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .p-corporateStory_timeLine_section .timeLine_container {
    padding-bottom: 120px;
  }
}
.p-corporateStory_timeLine_section .timeLine_container > * {
  color: var(--nissui-color-default);
}
.p-corporateStory_timeLine_section .timeLine_container > *:not(:first-child) {
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .p-corporateStory_timeLine_section .timeLine_container > *:not(:first-child) {
    margin-top: 48px;
  }
}
.p-corporateStory_timeLine_section .timeLine_container .c-btn {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-corporateStory_timeLine_section .timeLine_container .c-btn {
    width: 320px;
  }
}
.p-corporateStory_timeLine_section .timeLine_img {
  width: calc(100% + 16px);
  overflow: hidden;
  border-radius: var(--nissui-border-radius-md) 0 0 var(--nissui-border-radius-md);
}
@media only screen and (min-width: 768px) {
  .p-corporateStory_timeLine_section .timeLine_img {
    border-radius: var(--nissui-border-radius-md);
  }
}
.p-corporateStory_timeLine_section .timeLine_img img {
  display: block;
  aspect-ratio: 298/169;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-corporateStory_timeLine_section .timeLine_img img {
    aspect-ratio: 852/479;
  }
}
.p-corporateStory_timeLine_section .timeLine_label {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 20px;
       column-gap: 20px;
  color: #e50012;
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 56px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  line-height: 1;
  overflow: hidden;
}
.p-corporateStory_timeLine_section .timeLine_label .timeLine_label_wrap {
  flex: 0 0 auto;
  display: block;
  overflow: hidden;
  margin: 0 -0.086em 0 -0.11em;
}
.p-corporateStory_timeLine_section .timeLine_label::after {
  content: "";
  width: 3px;
  height: 100%;
  background: #e50012;
}
@media only screen and (min-width: 768px) {
  .p-corporateStory_timeLine_section .timeLine_label {
    font-size: 88px;
  }
  .p-corporateStory_timeLine_section .timeLine_label::after {
    width: 4px;
  }
}
.p-corporateStory_timeLine_section .timeLine_heading {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 24px;
  font-weight: 600;
  line-height: 150%; /* 36px */
}
@media only screen and (min-width: 768px) {
  .p-corporateStory_timeLine_section .timeLine_heading {
    font-size: 44px;
  }
}
.p-corporateStory_timeLine_section .timeLine_heading:not(:first-child) {
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .p-corporateStory_timeLine_section .timeLine_heading:not(:first-child) {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 768px) {
  .p-corporateStory_timeLine_section .timeLine_heading + * {
    margin-top: 32px !important;
  }
}
.p-corporateStory_timeLine_section .timeLine_lead {
  font-size: 16px;
  font-weight: 300;
  line-height: 180%; /* 28.8px */
}
@media only screen and (min-width: 768px) {
  .p-corporateStory_timeLine_section .timeLine_lead {
    font-size: 22px;
  }
}
.p-corporateStory_timeLine_section .timeLine_lead + .timeLine_lead {
  margin-top: 1.5em;
}
.p-corporateStory_timeLine_section .timeLine_dl {
  display: grid;
  grid-template-columns: minmax(70px, auto) 1fr;
}
@media only screen and (min-width: 768px) {
  .p-corporateStory_timeLine_section .timeLine_dl {
    grid-template-columns: 100px 1fr;
  }
}
.p-corporateStory_timeLine_section .timeLine_dl dt, .p-corporateStory_timeLine_section .timeLine_dl dd {
  padding-block: 12px;
  color: var(--nissui-color-default);
  font-weight: 400;
}
.p-corporateStory_timeLine_section .timeLine_dl dt:not(:last-of-type), .p-corporateStory_timeLine_section .timeLine_dl dd:not(:last-of-type) {
  border-bottom: 1px solid var(--nissui-color-gray-200);
}
.p-corporateStory_timeLine_section .timeLine_dl dt {
  text-transform: uppercase;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .p-corporateStory_timeLine_section .timeLine_dl dt {
    font-size: 18px;
  }
}
.p-corporateStory_timeLine_section .timeLine_dl dt.is-active, .p-corporateStory_timeLine_section .timeLine_dl dt.is-active + dd {
  font-family: var(--nissui-ff-sansserif-bold);
  font-weight: 600;
}
.p-corporateStory_timeLine_section .timeLine_dl dd {
  padding-left: 8px;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .p-corporateStory_timeLine_section .timeLine_dl dd {
    font-size: 16px;
  }
}

/* Innovative Food Solutions */
.p-innovativeTop_hero {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-innovativeTop_hero {
    padding-inline: var(--nissui-g-gutter-lg);
  }
}
@media only screen and (min-width: 768px) {
  .p-innovativeTop_hero {
    width: min(100%, 1440px);
    padding-inline: var(--nissui-g-gutter-lg);
    margin-inline: auto;
  }
}
.p-innovativeTop_hero .p-innovativeTop_hero_container {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-innovativeTop_hero .p-innovativeTop_hero_container {
    margin-bottom: -28vw;
  }
}
@media only screen and (min-width: 768px) {
  .p-innovativeTop_hero .p-innovativeTop_hero_container {
    margin-bottom: max(-60px, -4.1666666667vw);
  }
}
@media only screen and (min-width: 768px) {
  .p-innovativeTop_hero .p-innovativeTop_hero_cards {
    padding-inline: min(56px, 3.8888888889vw);
  }
}
@media only screen and (min-width: 768px) {
  .p-innovativeTop_hero .p-innovativeTop_hero_main {
    position: absolute;
    z-index: 1;
    top: 8.65%;
    left: 4.24%;
  }
}
@media only screen and (max-width: 767px) {
  .p-innovativeTop_hero .p-innovativeTop_hero_main .c-pageTitle {
    padding: 8px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-innovativeTop_hero .p-innovativeTop_hero_main .c-pageTitle {
    padding: 0;
  }
  .p-innovativeTop_hero .p-innovativeTop_hero_main .c-pageTitle .c-pageTitle_sub {
    font-size: min(16px, 1.1111111111vw);
  }
  .p-innovativeTop_hero .p-innovativeTop_hero_main .c-pageTitle .c-pageTitle_title {
    font-size: min(82px, 5.6944444444vw);
  }
}
.p-innovativeTop_hero .p-innovativeTop_hero_lead {
  width: 100%;
  color: #000;
  text-align: center;
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: max(14px, 3.73vw);
  font-weight: 600;
  line-height: 180%; /* 25.2px */
}
@media only screen and (max-width: 767px) {
  .p-innovativeTop_hero .p-innovativeTop_hero_lead {
    position: absolute;
    z-index: 1;
    bottom: 33.33vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 768px) {
  .p-innovativeTop_hero .p-innovativeTop_hero_lead {
    margin-top: 1em;
    font-size: min(18px, 1.25vw);
    text-align: left;
  }
}
.p-innovativeTop_hero .p-innovativeTop_hero_bg {
  position: relative;
  display: block;
}
@media only screen and (max-width: 767px) {
  .p-innovativeTop_hero .p-innovativeTop_hero_bg {
    margin-top: -8px;
    margin-inline: calc(var(--nissui-g-gutter-lg) * -1);
  }
  .p-innovativeTop_hero .p-innovativeTop_hero_bg img {
    aspect-ratio: 750/1038;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-innovativeTop_hero .p-innovativeTop_hero_bg img {
  display: block;
  width: 100%;
  pointer-events: none;
}

.p-innovativeTop_cover {
  position: relative;
  display: block;
}
@media only screen and (max-width: 767px) {
  .p-innovativeTop_cover {
    margin-bottom: -10%;
  }
  .p-innovativeTop_cover img {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-innovativeTop_cover {
    margin-bottom: -9.57%;
    padding-top: 59.8611111111%;
  }
  .p-innovativeTop_cover img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 133vw;
  }
}
@media only screen and (min-width: 1440px) {
  .p-innovativeTop_cover {
    margin-bottom: -130px;
    padding-top: 864px;
  }
  .p-innovativeTop_cover img {
    width: 1920px;
  }
}

@media only screen and (max-width: 767px) {
  .p-innovativeTop_topics {
    padding-block: 24px;
  }
}

.p-innovativeTopSwiper {
  --swiper-navigation-size: 48px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p-innovativeTopSwiper {
    padding-inline: 64px;
    margin-inline: -16px;
  }
}
@media only screen and (min-width: 768px) {
  .p-innovativeTopSwiper {
    margin-inline: 64px;
  }
}
@media only screen and (min-width: 768px) {
  .p-innovativeTopSwiper .p-innovativeTopSwiper_slide {
    padding-inline: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-innovativeTopSwiper .p-innovativeTopSwiper_slide .c-card04 {
    width: 247px;
    margin: auto;
  }
}
.p-innovativeTopSwiper .p-innovativeTopSwiper_slide .c-card04 .c-card_text {
  font-family: var(--nissui-ff-sansserif-bold);
  font-weight: 600;
}

.p-innovativeTopSwiper_controller .swiper-button-prev,
.p-innovativeTopSwiper_controller .swiper-button-next {
  z-index: 1;
  display: block;
  width: 48px;
  height: 48px;
  background: center no-repeat;
  background-size: contain;
  cursor: pointer;
}
.p-innovativeTopSwiper_controller .swiper-button-prev::after,
.p-innovativeTopSwiper_controller .swiper-button-next::after {
  content: none;
  display: none;
}
.p-innovativeTopSwiper_controller .swiper-button-prev {
  left: 0;
  background-image: url(/innovative_food_solutions/img/icon_slider_prev.svg);
}
@media only screen and (min-width: 768px) {
  .p-innovativeTopSwiper_controller .swiper-button-prev {
    transform: translateY(20px);
  }
}
.p-innovativeTopSwiper_controller .swiper-button-next {
  right: 0;
  background-image: url(/innovative_food_solutions/img/icon_slider_next.svg);
}
@media only screen and (min-width: 768px) {
  .p-innovativeTopSwiper_controller .swiper-button-next {
    transform: translateY(20px);
  }
}

.p-innovativeTop_brandContent .p-innovativeTop_brandContent_title {
  color: #e50012;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 43.5px */
}
@media only screen and (min-width: 768px) {
  .p-innovativeTop_brandContent .p-innovativeTop_brandContent_title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .p-innovativeTop_cards {
    margin-bottom: -16px;
  }
  .p-innovativeTop_cards .l-grid_item {
    margin-bottom: 16px;
  }
}

/* - Article */
.p-innovativeArticle_hero {
  position: relative;
  padding-top: 89px;
}
@media only screen and (min-width: 768px) {
  .p-innovativeArticle_hero {
    padding-top: 144px;
  }
}
.p-innovativeArticle_hero .c-pageTitle {
  position: absolute;
  z-index: 1;
  top: 24px;
  padding-block: 0;
}
@media only screen and (min-width: 768px) {
  .p-innovativeArticle_hero .c-pageTitle {
    top: 40px;
  }
}
.p-innovativeArticle_hero .p-innovativeArticle_hero_wrapper {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-innovativeArticle_hero .p-innovativeArticle_hero_wrapper {
    margin-inline: calc(var(--nissui-g-gutter) * -1);
  }
}
@media only screen and (min-width: 768px) {
  .p-innovativeArticle_hero .p-innovativeArticle_hero_wrapper {
    display: flex;
    flex-direction: row-reverse;
    -moz-column-gap: 48px;
         column-gap: 48px;
    justify-content: space-between;
  }
}
.p-innovativeArticle_hero .p-innovativeArticle_hero_wrapper .illust {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 50.133vw;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .p-innovativeArticle_hero .p-innovativeArticle_hero_wrapper .illust {
    top: -104px;
    width: 58.125%;
  }
}
.p-innovativeArticle_hero .p-innovativeArticle_hero_wrapper .illust img {
  aspect-ratio: 188/246;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 768px) {
  .p-innovativeArticle_hero .p-innovativeArticle_hero_wrapper .illust img {
    aspect-ratio: 744/358;
  }
}
.p-innovativeArticle_hero .p-innovativeArticle_hero_wrapper .img {
  width: 70.67vw;
  margin-left: auto;
  border-radius: var(--nissui-border-radius-md) 0 0 var(--nissui-border-radius-md);
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .p-innovativeArticle_hero .p-innovativeArticle_hero_wrapper .img {
    width: 48.125%;
    border-radius: 12px;
  }
}
.p-innovativeArticle_hero .p-innovativeArticle_hero_wrapper .img img {
  display: block;
  aspect-ratio: 265/198;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .p-innovativeArticle_hero .p-innovativeArticle_hero_wrapper .img img {
    aspect-ratio: 616/461;
  }
}
@media only screen and (max-width: 767px) {
  .p-innovativeArticle_hero .p-innovativeArticle_hero_wrapper .img + .content {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 768px) {
  .p-innovativeArticle_hero .p-innovativeArticle_hero_wrapper .img + .content {
    padding-top: 180px;
  }
}
.p-innovativeArticle_hero .p-innovativeArticle_hero_wrapper .content {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .p-innovativeArticle_hero .p-innovativeArticle_hero_wrapper .content {
    padding-inline: var(--nissui-g-gutter);
  }
}
@media only screen and (min-width: 768px) {
  .p-innovativeArticle_hero .p-innovativeArticle_hero_wrapper .content {
    flex: 1;
  }
}
.p-innovativeArticle_hero .p-innovativeArticle_hero_wrapper .content .title {
  color: var(--nissui-color-default);
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 39px */
}
@media only screen and (max-width: 767px) {
  .p-innovativeArticle_hero .p-innovativeArticle_hero_wrapper .content .title {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .p-innovativeArticle_hero .p-innovativeArticle_hero_wrapper .content .title {
    font-size: clamp(24px, 3.33vw, 48px);
  }
}
.p-innovativeArticle_hero .p-innovativeArticle_hero_wrapper .content .title + * {
  margin-top: 32px;
}
.p-innovativeArticle_hero .p-innovativeArticle_hero_wrapper .content .text {
  color: var(--nissui-color-default);
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 18px;
  font-weight: 600;
  line-height: 160%; /* 28.8px */
}
@media only screen and (min-width: 768px) {
  .p-innovativeArticle_hero .p-innovativeArticle_hero_wrapper .content .text {
    font-size: clamp(14px, 1.25vw, 18px);
    font-weight: 600;
    line-height: 180%; /* 32.4px */
  }
}
.p-innovativeArticle_hero .p-innovativeArticle_hero_bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  overflow: hidden;
  transform: translateX(-50vw);
}
.p-innovativeArticle_hero .p-innovativeArticle_hero_bg::before {
  content: "";
  position: absolute;
  top: 58.667vw;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 960/600;
  width: 256vw;
  background: #F3EFE9;
  border-radius: 100%;
}
@media only screen and (min-width: 768px) {
  .p-innovativeArticle_hero .p-innovativeArticle_hero_bg::before {
    top: 200px;
    width: 222vw;
    aspect-ratio: 3200/2000;
  }
}

.p-innovativeArticle_article {
  position: relative;
  width: 100%;
  max-width: 1058px;
  margin-inline: auto;
  padding-top: 64px;
}
@media only screen and (min-width: 768px) {
  .p-innovativeArticle_article {
    padding-top: 96px;
  }
}
.p-innovativeArticle_article::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 64px;
  left: 50%;
  width: 120px;
  height: 1px;
  background: #ccc;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .p-innovativeArticle_article::before {
    top: 96px;
    width: 160px;
  }
}
.p-innovativeArticle_article::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background: #F3EFE9;
  transform: translateX(-50%);
}
.p-innovativeArticle_article > * {
  margin-inline: auto;
  margin-top: 64px;
}
@media only screen and (min-width: 768px) {
  .p-innovativeArticle_article > * {
    margin-top: 96px;
  }
}
.p-innovativeArticle_article .p-innovativeArticle_article_bg {
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 50%;
  width: 100vw;
  height: 76vw;
  margin-top: 0;
  overflow: hidden;
  transform: translateX(-50vw);
}
@media only screen and (min-width: 768px) {
  .p-innovativeArticle_article .p-innovativeArticle_article_bg {
    height: 544px;
  }
}
.p-innovativeArticle_article .p-innovativeArticle_article_bg div {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-innovativeArticle_article .p-innovativeArticle_article_bg div::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 960/600;
  width: 256vw;
  background: #F3EFE9;
  border-radius: 100%;
}
@media only screen and (min-width: 768px) {
  .p-innovativeArticle_article .p-innovativeArticle_article_bg div::before {
    width: 222vw;
    aspect-ratio: 3200/2000;
  }
}

.p-innovativeArticle_section:not(:first-child) {
  margin-top: 106px;
}
@media only screen and (min-width: 768px) {
  .p-innovativeArticle_section:not(:first-child) {
    margin-top: 112px;
  }
}

.p-innovativeArticle_heading {
  text-align: center;
}
.p-innovativeArticle_heading .sub {
  color: #e50012;
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 10px;
  font-weight: 700;
  line-height: 150%; /* 15px */
}
@media only screen and (min-width: 768px) {
  .p-innovativeArticle_heading .sub {
    font-size: 12px;
  }
}
.p-innovativeArticle_heading .sub + * {
  margin-top: 6px;
}
.p-innovativeArticle_heading .title {
  color: var(--nissui-color-default);
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 24px;
  font-weight: 600;
  line-height: 125%; /* 30px */
}
@media only screen and (min-width: 768px) {
  .p-innovativeArticle_heading .title {
    font-size: 28px;
  }
}
.p-innovativeArticle_heading + * {
  margin-top: 32px !important;
}
@media only screen and (min-width: 768px) {
  .p-innovativeArticle_heading + * {
    margin-top: 48px !important;
  }
}

/* - Parts */
.p-innovativeCards {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-innovativeCards {
    padding-top: 48px;
    padding-bottom: 50px;
  }
}
.p-innovativeCards::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--nissui-color-gray-50);
}
@media only screen and (max-width: 767px) {
  .p-innovativeCards::before {
    width: calc(100% + var(--nissui-g-gutter) * 2);
    height: 100%;
    margin-inline: calc(var(--nissui-g-gutter) * -1);
  }
}
@media only screen and (min-width: 768px) {
  *:not(.l-layout-2col) .p-innovativeCards {
    padding-top: 48px;
    padding-bottom: 80px;
  }
  *:not(.l-layout-2col) .p-innovativeCards .p-innovativeCards_head {
    position: relative;
    padding-block: 0;
    text-align: center;
  }
  *:not(.l-layout-2col) .p-innovativeCards .p-innovativeCards_head::before {
    top: -32px;
  }
  *:not(.l-layout-2col) .p-innovativeCards .p-innovativeCards_head::after {
    top: -23px;
  }
}
@media only screen and (min-width: 768px) {
  .l-layout-2col .p-innovativeCards {
    padding: 48px min(57px, 3.96vw) 57px;
  }
  .l-layout-2col .p-innovativeCards::before {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    margin: 0;
  }
}
.p-innovativeCards .p-innovativeCards_head {
  position: relative;
  padding-block: 0;
  text-align: center;
}
.p-innovativeCards .p-innovativeCards_head::before, .p-innovativeCards .p-innovativeCards_head::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: center no-repeat;
  background-size: contain;
}
.p-innovativeCards .p-innovativeCards_head::before {
  top: -39px;
  left: calc(-33px - var(--nissui-g-gutter));
  aspect-ratio: 109/119;
  width: 109px;
  background-image: url(/assets_2024/img/innovative_food_solutions/bg_cards_01.png);
}
@media only screen and (min-width: 768px) {
  .p-innovativeCards .p-innovativeCards_head::before {
    width: 18vw;
  }
}
@media only screen and (min-width: 1024px) {
  .p-innovativeCards .p-innovativeCards_head::before {
    top: -36px;
    left: 25px;
    width: 153px;
  }
}
.p-innovativeCards .p-innovativeCards_head::after {
  top: -9px;
  right: calc(-22px - var(--nissui-g-gutter));
  aspect-ratio: 104/72;
  width: 104px;
  background-image: url(/assets_2024/img/innovative_food_solutions/bg_cards_02_sp.png);
}
@media only screen and (min-width: 768px) {
  .p-innovativeCards .p-innovativeCards_head::after {
    width: 20vw;
  }
}
@media only screen and (min-width: 1024px) {
  .p-innovativeCards .p-innovativeCards_head::after {
    top: -31px;
    right: -39px;
    aspect-ratio: 277/187;
    width: 277px;
    background-image: url(/assets_2024/img/innovative_food_solutions/bg_cards_02.png);
  }
}
.p-innovativeCards .p-innovativeCards_head .c-pageTitle {
  padding-top: 0;
  padding-bottom: 16px;
}
.p-innovativeCards .p-innovativeCards_head .c-pageTitle .c-pageTitle_sub {
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .p-innovativeCards .p-innovativeCards_head .c-pageTitle .c-pageTitle_sub {
    font-size: 12px;
  }
}
.p-innovativeCards .p-innovativeCards_head .c-pageTitle .c-pageTitle_title {
  margin-top: 4px;
  font-size: 38px;
  line-height: 125%; /* 47.5px */
  letter-spacing: -1.14px;
}
@media only screen and (min-width: 768px) {
  .p-innovativeCards .p-innovativeCards_head .c-pageTitle .c-pageTitle_title {
    font-size: 40px;
    line-height: 125%; /* 50px */
    letter-spacing: -1.2px;
  }
}
.p-innovativeCards .p-innovativeCards_head_lead {
  color: #000;
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 14px;
  font-weight: 600;
  line-height: 180%; /* 25.2px */
}
@media only screen and (max-width: 767px) {
  .p-innovativeCards .p-innovativeCards_head_lead {
    text-align: left;
  }
}
.p-innovativeCards .p-innovativeCards_cards {
  margin-top: 24px;
  margin-bottom: -16px;
}
@media only screen and (min-width: 768px) {
  .p-innovativeCards .p-innovativeCards_cards {
    margin-bottom: -24px;
  }
}
.p-innovativeCards .p-innovativeCards_cards .l-grid_item {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .p-innovativeCards .p-innovativeCards_cards .l-grid_item {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .p-innovativeCards .p-innovativeCards_cards .c-card05.c-card05-innovative .c-card_content,
.p-innovativeCards .p-innovativeCards_cards .c-card05.c-card05-innovative .c-card_title {
    font-size: 18px;
  }
  .p-innovativeCards .p-innovativeCards_cards .c-card05.c-card05-innovative .c-card_title::after {
    font-size: 20px;
  }
}

/*! =========================================================
 _foundation
========================================================= */
html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--nissui-ff-sansserif);
  font-size: 100%;
  font-weight: normal;
  line-height: 1.8;
  color: #000;
}

/*! =========================================================
 _core
========================================================= */
.c-outsideContainer_inner,
.l-inner,
.p-refine_inner {
  max-width: 1056px;
  margin-inline: auto;
  padding-inline: 16px;
}

.l-inner {
  width: 100%;
}
.l-inner.-lg {
  max-width: calc(var(--nissui-g-maxwidth) + var(--nissui-g-gutter) * 2);
  padding-inline: var(--nissui-g-gutter);
}
.l-inner.-gutter-lg {
  padding-inline: var(--nissui-g-gutter-lg);
}

/*! =========================================================
 _global
========================================================= */
body {
  overflow-x: hidden;
  box-sizing: border-box;
  width: 100%;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

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

body:after {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  visibility: hidden;
  content: "";
  transition: all 0.3s;
  opacity: 0;
  background: #000;
}

body.is-bodyFog:after {
  visibility: visible;
  opacity: 0.8;
}

button,
input,
option,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  box-sizing: inherit;
  box-sizing: border-box;
  border: 0;
}

button *,
button :after,
button :before,
input *,
input :after,
input :before,
option *,
option :after,
option :before,
select *,
select :after,
select :before,
textarea *,
textarea :after,
textarea :before {
  box-sizing: border-box;
}

button {
  cursor: pointer;
}

em {
  font-style: normal;
}

li {
  list-style-type: none;
}

figure {
  margin: 0;
}

:focus {
  outline: auto;
  outline-style: auto;
  outline-color: #1e88e5;
}

.g-container {
  position: relative;
  z-index: 0;
  overflow: clip;
}
.g-container:not(:has(.p-footerLocalNav)):not(:has(.footer-bottom-less)) {
  padding-bottom: 160px;
}

/*! =========================================================
 _layouts
========================================================= */
/*! Layout */
@media only screen and (min-width: 768px) {
  .l-layout-2col .g-pageMain > *:first-child {
    margin-top: 0;
  }
}

/*! Section */
.l-section {
  position: relative;
  z-index: 0;
  margin-top: 80px;
}

.l-section::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 120vw;
  height: 100%;
  margin-left: calc(-50vw + 50%);
  content: "";
}

.l-section-bgGrey {
  padding: 80px 0;
}

.l-section-bgGrey::before {
  background-color: #F6F3EE;
}

.l-section-bgGrey + .l-section-bgGrey {
  margin-top: 8px;
}

.l-section-noPadding {
  padding: 0;
}

.l-section-smallMargin {
  margin-top: 60px;
}

/*! Inner */
/*! Grid */
.l-grid {
  display: flex;
  margin-right: -16px;
  margin-bottom: -48px;
  margin-left: -16px;
  flex-wrap: wrap;
}
.l-grid:not(.l-grid-noMargin) {
  margin-top: 24px;
}

.l-grid:first-child {
  margin-top: 0;
}

.l-grid_item {
  min-height: 0;
  margin-bottom: 48px;
  padding-right: 16px;
  padding-left: 16px;
}

.l-grid_item-1 {
  width: 8.3333%;
}

.l-grid_item-2 {
  width: 16.6667%;
}

.l-grid_item-3 {
  width: 25%;
}

.l-grid_item-4 {
  width: 33.3333%;
}

.l-grid_item-5 {
  width: 41.6667%;
}

.l-grid_item-6 {
  width: 50%;
}

.l-grid_item-7 {
  width: 58.3333%;
}

.l-grid_item-8 {
  width: 66.6667%;
}

.l-grid_item-9 {
  width: 75%;
}

.l-grid_item-10 {
  width: 83.3333%;
}

.l-grid_item-11 {
  width: 91.6667%;
}

.l-grid_item-12 {
  width: 100%;
}

.l-grid_item-1-1 {
  width: 100%;
}

.l-grid_item-1-2 {
  width: 50%;
}

.l-grid_item-2-2 {
  width: 100%;
}

.l-grid_item-1-3 {
  width: 33.3333%;
}

.l-grid_item-2-3 {
  width: 66.6667%;
}

.l-grid_item-3-3 {
  width: 100%;
}

.l-grid_item-1-4 {
  width: 25%;
}

.l-grid_item-2-4 {
  width: 50%;
}

.l-grid_item-3-4 {
  width: 75%;
}

.l-grid_item-4-4 {
  width: 100%;
}

.l-grid_item-1-5 {
  width: 20%;
}

.l-grid_item-2-5 {
  width: 40%;
}

.l-grid_item-3-5 {
  width: 60%;
}

.l-grid_item-4-5 {
  width: 80%;
}

.l-grid_item-5-5 {
  width: 100%;
}

.l-grid_item-1-6 {
  width: 16.6667%;
}

.l-grid_item-2-6 {
  width: 33.3333%;
}

.l-grid_item-3-6 {
  width: 50%;
}

.l-grid_item-4-6 {
  width: 66.6667%;
}

.l-grid_item-5-6 {
  width: 83.3333%;
}

.l-grid_item-6-6 {
  width: 100%;
}

.l-grid_item-1-7 {
  width: 14.2857%;
}

.l-grid_item-2-7 {
  width: 28.5714%;
}

.l-grid_item-3-7 {
  width: 42.8571%;
}

.l-grid_item-4-7 {
  width: 57.1429%;
}

.l-grid_item-5-7 {
  width: 71.4286%;
}

.l-grid_item-6-7 {
  width: 85.7143%;
}

.l-grid_item-7-7 {
  width: 100%;
}

.l-grid_item-1-8 {
  width: 12.5%;
}

.l-grid_item-2-8 {
  width: 25%;
}

.l-grid_item-3-8 {
  width: 37.5%;
}

.l-grid_item-4-8 {
  width: 50%;
}

.l-grid_item-5-8 {
  width: 62.5%;
}

.l-grid_item-6-8 {
  width: 75%;
}

.l-grid_item-7-8 {
  width: 87.5%;
}

.l-grid_item-8-8 {
  width: 100%;
}

.l-grid_item-1-9 {
  width: 11.1111%;
}

.l-grid_item-2-9 {
  width: 22.2222%;
}

.l-grid_item-3-9 {
  width: 33.3333%;
}

.l-grid_item-4-9 {
  width: 44.4444%;
}

.l-grid_item-5-9 {
  width: 55.5556%;
}

.l-grid_item-6-9 {
  width: 66.6667%;
}

.l-grid_item-7-9 {
  width: 77.7778%;
}

.l-grid_item-8-9 {
  width: 88.8889%;
}

.l-grid_item-9-9 {
  width: 100%;
}

.l-grid_item-1-10 {
  width: 10%;
}

.l-grid_item-2-10 {
  width: 20%;
}

.l-grid_item-3-10 {
  width: 30%;
}

.l-grid_item-4-10 {
  width: 40%;
}

.l-grid_item-5-10 {
  width: 50%;
}

.l-grid_item-6-10 {
  width: 60%;
}

.l-grid_item-7-10 {
  width: 70%;
}

.l-grid_item-8-10 {
  width: 80%;
}

.l-grid_item-9-10 {
  width: 90%;
}

.l-grid_item-10-10 {
  width: 100%;
}

.l-grid_item-1-11 {
  width: 9.0909%;
}

.l-grid_item-2-11 {
  width: 18.1818%;
}

.l-grid_item-3-11 {
  width: 27.2727%;
}

.l-grid_item-4-11 {
  width: 36.3636%;
}

.l-grid_item-5-11 {
  width: 45.4545%;
}

.l-grid_item-6-11 {
  width: 54.5455%;
}

.l-grid_item-7-11 {
  width: 63.6364%;
}

.l-grid_item-8-11 {
  width: 72.7273%;
}

.l-grid_item-9-11 {
  width: 81.8182%;
}

.l-grid_item-10-11 {
  width: 90.9091%;
}

.l-grid_item-11-11 {
  width: 100%;
}

.l-grid_item-1-12 {
  width: 8.3333%;
}

.l-grid_item-2-12 {
  width: 16.6667%;
}

.l-grid_item-3-12 {
  width: 25%;
}

.l-grid_item-4-12 {
  width: 33.3333%;
}

.l-grid_item-5-12 {
  width: 41.6667%;
}

.l-grid_item-6-12 {
  width: 50%;
}

.l-grid_item-7-12 {
  width: 58.3333%;
}

.l-grid_item-8-12 {
  width: 66.6667%;
}

.l-grid_item-9-12 {
  width: 75%;
}

.l-grid_item-10-12 {
  width: 83.3333%;
}

.l-grid_item-11-12 {
  width: 91.6667%;
}

.l-grid_item-12-12 {
  width: 100%;
}

.l-grid-center {
  justify-content: center;
}

.l-grid-right {
  justify-content: flex-end;
}

.l-grid_item-5per {
  width: 5%;
}

.l-grid_item-10per {
  width: 10%;
}

.l-grid_item-15per {
  width: 15%;
}

.l-grid_item-20per {
  width: 20%;
}

.l-grid_item-25per {
  width: 25%;
}

.l-grid_item-30per {
  width: 30%;
}

.l-grid_item-35per {
  width: 35%;
}

.l-grid_item-40per {
  width: 40%;
}

.l-grid_item-45per {
  width: 45%;
}

.l-grid_item-50per {
  width: 50%;
}

.l-grid_item-55per {
  width: 55%;
}

.l-grid_item-60per {
  width: 60%;
}

.l-grid_item-65per {
  width: 65%;
}

.l-grid_item-70per {
  width: 70%;
}

.l-grid_item-75per {
  width: 75%;
}

.l-grid_item-80per {
  width: 80%;
}

.l-grid_item-85per {
  width: 85%;
}

.l-grid_item-90per {
  width: 90%;
}

.l-grid_item-95per {
  width: 95%;
}

.l-grid_item-100per {
  width: 100%;
}

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

.l-grid-noGutter {
  margin-right: 0;
  margin-left: 0;
}

.l-grid-noGutter .l-grid_item {
  padding-right: 0;
  padding-left: 0;
}

.l-grid-doubleGutter {
  margin-inline: -24px;
}
.l-grid-doubleGutter .l-grid_item {
  padding-inline: 24px;
}

.l-grid-halfGutter {
  margin-right: -12px;
  margin-left: -12px;
}

.l-grid-halfGutter .l-grid_item {
  padding-right: 12px;
  padding-left: 12px;
}

.l-grid-quarterGutter {
  margin-right: -6px;
  margin-left: -6px;
}

.l-grid-quarterGutter .l-grid_item {
  padding-right: 6px;
  padding-left: 6px;
}

.l-grid-halfMargin {
  margin-bottom: -24px;
}

.l-grid-halfMargin .l-grid_item {
  margin-bottom: 24px;
}

.l-grid-flex {
  display: flex;
  align-items: center;
}

.l-grid-flexSpaceBetween {
  justify-content: space-between;
}

.l-grid-flexEnd {
  justify-content: flex-end;
}

.l-grid_item-flex {
  flex: 1;
}

/*! Tile */
.l-tile {
  display: flex;
  margin-top: 24px;
  margin-right: -8px;
  margin-bottom: -16px;
  margin-left: -8px;
  flex-wrap: wrap;
}
.l-tile.l-tile-al-c {
  align-items: center;
}

.l-tile:first-child {
  margin-top: 0;
}

.l-tile_item {
  width: 100%;
  margin-bottom: 16px;
  padding-right: 8px;
  padding-left: 8px;
}

.l-tile-1col .l-tile_item {
  width: 100%;
}

.l-tile-2col .l-tile_item {
  width: 50%;
}

.l-tile-3col .l-tile_item {
  width: 33.3333%;
}

.l-tile-4col .l-tile_item {
  width: 25%;
}

.l-tile-5col .l-tile_item {
  width: 20%;
}

.l-tile-6col .l-tile_item {
  width: 16.6667%;
}

.l-tile-7col .l-tile_item {
  width: 14.2857%;
}

.l-tile-8col .l-tile_item {
  width: 12.5%;
}

.l-tile-9col .l-tile_item {
  width: 11.1111%;
}

.l-tile-10col .l-tile_item {
  width: 10%;
}


.l-tile_item.l-tile_item-45p {
  width: 45% !important;
}
.l-tile_item.l-tile_item-55p {
  width: 55% !important;
}
@media only screen and (max-width: 767px) {
  .l-tile_item.l-tile_item-45p,
  .l-tile_item.l-tile_item-55p {
    width: 100% !important;
  }
}

/*! Separator */
.l-separator-x0 {
  margin-top: 0;
}

.l-separator-x0-imp {
  margin-top: 0 !important;
}

.l-separator-x1 {
  margin-top: 8px;
}

.l-separator-x1-imp {
  margin-top: 8px !important;
}

.l-separator-x2 {
  margin-top: 16px;
}

.l-separator-x2-imp {
  margin-top: 16px !important;
}

.l-separator-x3 {
  margin-top: 24px;
}

.l-separator-x3-imp {
  margin-top: 24px !important;
}

.l-separator-x4 {
  margin-top: 32px;
}

.l-separator-x4-imp {
  margin-top: 32px !important;
}

.l-separator-x5 {
  margin-top: 40px;
}

.l-separator-x5-imp {
  margin-top: 40px !important;
}

.l-separator-x6 {
  margin-top: 48px;
}

.l-separator-x6-imp {
  margin-top: 48px !important;
}

.l-separator-x7 {
  margin-top: 56px;
}

.l-separator-x7-imp {
  margin-top: 56px !important;
}

.l-separator-x8 {
  margin-top: 64px;
}

.l-separator-x8-imp {
  margin-top: 64px !important;
}

.l-separator-x9 {
  margin-top: 72px;
}

.l-separator-x9-imp {
  margin-top: 72px !important;
}

.l-separator-x10 {
  margin-top: 80px;
}

.l-separator-x10-imp {
  margin-top: 80px !important;
}

.l-separator-x11 {
  margin-top: 88px;
}

.l-separator-x11-imp {
  margin-top: 88px !important;
}

.l-separator-x12 {
  margin-top: 96px;
}

.l-separator-x12-imp {
  margin-top: 96px !important;
}

.l-separator-x13 {
  margin-top: 104px;
}

.l-separator-x13-imp {
  margin-top: 104px !important;
}

.l-separator-x14 {
  margin-top: 112px;
}

.l-separator-x14-imp {
  margin-top: 112px !important;
}

.l-separator-x15 {
  margin-top: 120px;
}

.l-separator-x15-imp {
  margin-top: 120px !important;
}

.l-separator-x16 {
  margin-top: 128px;
}

.l-separator-x16-imp {
  margin-top: 128px !important;
}

.l-separator-x17 {
  margin-top: 136px;
}

.l-separator-x17-imp {
  margin-top: 136px !important;
}

.l-separator-x18 {
  margin-top: 144px;
}

.l-separator-x18-imp {
  margin-top: 144px !important;
}

.l-separator-x19 {
  margin-top: 152px;
}

.l-separator-x19-imp {
  margin-top: 152px !important;
}

.l-separator-x20 {
  margin-top: 160px;
}

.l-separator-x20-imp {
  margin-top: 160px !important;
}

.l-separator-x0_5 {
  margin-top: 4px;
}

.l-separator-x0_5-imp {
  margin-top: 4px !important;
}

.l-separator-x1_5 {
  margin-top: 12px;
}

.l-separator-x1_5-imp {
  margin-top: 12px !important;
}

.l-separator-x2_5 {
  margin-top: 20px;
}

.l-separator-x2_5-imp {
  margin-top: 20px !important;
}

.l-separator-x3_5 {
  margin-top: 28px;
}

.l-separator-x3_5-imp {
  margin-top: 28px !important;
}

.l-separator-x4 {
  margin-top: 32px;
}

.l-separator-x4-imp {
  margin-top: 32px !important;
}

.l-separator-x4_5 {
  margin-top: 36px;
}

.l-separator-x4_5-imp {
  margin-top: 36px !important;
}

.l-separator-x5_5 {
  margin-top: 44px;
}

.l-separator-x5_5-imp {
  margin-top: 44px !important;
}

.l-separator-x6_5 {
  margin-top: 52px;
}

.l-separator-x6_5-imp {
  margin-top: 52px !important;
}

.l-separator-x7_5 {
  margin-top: 60px;
}

.l-separator-x7_5-imp {
  margin-top: 60px !important;
}

.l-separator-x8_5 {
  margin-top: 68px;
}

.l-separator-x8_5-imp {
  margin-top: 68px !important;
}

.l-separator-x9_5 {
  margin-top: 76px;
}

.l-separator-x9_5-imp {
  margin-top: 76px !important;
}

.l-separator-x10_5 {
  margin-top: 84px;
}

.l-separator-x10_5-imp {
  margin-top: 84px !important;
}

.l-separator-x11_5 {
  margin-top: 92px;
}

.l-separator-x11_5-imp {
  margin-top: 92px !important;
}

.l-separator-x12_5 {
  margin-top: 100px;
}

.l-separator-x12_5-imp {
  margin-top: 100px !important;
}

.l-separator-x13_5 {
  margin-top: 108px;
}

.l-separator-x13_5-imp {
  margin-top: 108px !important;
}

.l-separator-x14_5 {
  margin-top: 116px;
}

.l-separator-x14_5-imp {
  margin-top: 116px !important;
}

.l-separator-x15_5 {
  margin-top: 124px;
}

.l-separator-x15_5-imp {
  margin-top: 124px !important;
}

.l-separator-x16_5 {
  margin-top: 132px;
}

.l-separator-x16_5-imp {
  margin-top: 132px !important;
}

.l-separator-x17_5 {
  margin-top: 140px;
}

.l-separator-x17_5-imp {
  margin-top: 140px !important;
}

.l-separator-x18_5 {
  margin-top: 148px;
}

.l-separator-x18_5-imp {
  margin-top: 148px !important;
}

.l-separator-x19_5 {
  margin-top: 156px;
}

.l-separator-x19_5-imp {
  margin-top: 156px !important;
}

.l-separator-x20_5 {
  margin-top: 164px;
}

.l-separator-x20_5-imp {
  margin-top: 164px !important;
}

/*! Gap */
.l-gap-row-x0 {
  row-gap: 0px;
}

@media only screen and (max-width: 767px) {
  .l-gap-row-x0-sm {
    row-gap: 0px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-row-x0-md {
    row-gap: 0px;
  }
}

.l-gap-col-x0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

@media only screen and (max-width: 767px) {
  .l-gap-col-x0-sm {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-col-x0-md {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
}

.l-gap-row-x0_5 {
  row-gap: 4px;
}

@media only screen and (max-width: 767px) {
  .l-gap-row-x0_5-sm {
    row-gap: 4px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-row-x0_5-md {
    row-gap: 4px;
  }
}

.l-gap-col-x0_5 {
  -moz-column-gap: 4px;
       column-gap: 4px;
}

@media only screen and (max-width: 767px) {
  .l-gap-col-x0_5-sm {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-col-x0_5-md {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
}

.l-gap-row-x1 {
  row-gap: 8px;
}

@media only screen and (max-width: 767px) {
  .l-gap-row-x1-sm {
    row-gap: 8px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-row-x1-md {
    row-gap: 8px;
  }
}

.l-gap-col-x1 {
  -moz-column-gap: 8px;
       column-gap: 8px;
}

@media only screen and (max-width: 767px) {
  .l-gap-col-x1-sm {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-col-x1-md {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}

.l-gap-row-x1_5 {
  row-gap: 12px;
}

@media only screen and (max-width: 767px) {
  .l-gap-row-x1_5-sm {
    row-gap: 12px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-row-x1_5-md {
    row-gap: 12px;
  }
}

.l-gap-col-x1_5 {
  -moz-column-gap: 12px;
       column-gap: 12px;
}

@media only screen and (max-width: 767px) {
  .l-gap-col-x1_5-sm {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-col-x1_5-md {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}

.l-gap-row-x2 {
  row-gap: 16px;
}

@media only screen and (max-width: 767px) {
  .l-gap-row-x2-sm {
    row-gap: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-row-x2-md {
    row-gap: 16px;
  }
}

.l-gap-col-x2 {
  -moz-column-gap: 16px;
       column-gap: 16px;
}

@media only screen and (max-width: 767px) {
  .l-gap-col-x2-sm {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-col-x2-md {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}

.l-gap-row-x2_5 {
  row-gap: 20px;
}

@media only screen and (max-width: 767px) {
  .l-gap-row-x2_5-sm {
    row-gap: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-row-x2_5-md {
    row-gap: 20px;
  }
}

.l-gap-col-x2_5 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

@media only screen and (max-width: 767px) {
  .l-gap-col-x2_5-sm {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-col-x2_5-md {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}

.l-gap-row-x3 {
  row-gap: 24px;
}

@media only screen and (max-width: 767px) {
  .l-gap-row-x3-sm {
    row-gap: 24px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-row-x3-md {
    row-gap: 24px;
  }
}

.l-gap-col-x3 {
  -moz-column-gap: 24px;
       column-gap: 24px;
}

@media only screen and (max-width: 767px) {
  .l-gap-col-x3-sm {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-col-x3-md {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}

.l-gap-row-x3_5 {
  row-gap: 28px;
}

@media only screen and (max-width: 767px) {
  .l-gap-row-x3_5-sm {
    row-gap: 28px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-row-x3_5-md {
    row-gap: 28px;
  }
}

.l-gap-col-x3_5 {
  -moz-column-gap: 28px;
       column-gap: 28px;
}

@media only screen and (max-width: 767px) {
  .l-gap-col-x3_5-sm {
    -moz-column-gap: 28px;
         column-gap: 28px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-col-x3_5-md {
    -moz-column-gap: 28px;
         column-gap: 28px;
  }
}

.l-gap-row-x4 {
  row-gap: 32px;
}

@media only screen and (max-width: 767px) {
  .l-gap-row-x4-sm {
    row-gap: 32px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-row-x4-md {
    row-gap: 32px;
  }
}

.l-gap-col-x4 {
  -moz-column-gap: 32px;
       column-gap: 32px;
}

@media only screen and (max-width: 767px) {
  .l-gap-col-x4-sm {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-col-x4-md {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}

.l-gap-row-x4_5 {
  row-gap: 36px;
}

@media only screen and (max-width: 767px) {
  .l-gap-row-x4_5-sm {
    row-gap: 36px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-row-x4_5-md {
    row-gap: 36px;
  }
}

.l-gap-col-x4_5 {
  -moz-column-gap: 36px;
       column-gap: 36px;
}

@media only screen and (max-width: 767px) {
  .l-gap-col-x4_5-sm {
    -moz-column-gap: 36px;
         column-gap: 36px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-col-x4_5-md {
    -moz-column-gap: 36px;
         column-gap: 36px;
  }
}

.l-gap-row-x5 {
  row-gap: 40px;
}

@media only screen and (max-width: 767px) {
  .l-gap-row-x5-sm {
    row-gap: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-row-x5-md {
    row-gap: 40px;
  }
}

.l-gap-col-x5 {
  -moz-column-gap: 40px;
       column-gap: 40px;
}

@media only screen and (max-width: 767px) {
  .l-gap-col-x5-sm {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-col-x5-md {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}

.l-gap-row-x5_5 {
  row-gap: 44px;
}

@media only screen and (max-width: 767px) {
  .l-gap-row-x5_5-sm {
    row-gap: 44px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-row-x5_5-md {
    row-gap: 44px;
  }
}

.l-gap-col-x5_5 {
  -moz-column-gap: 44px;
       column-gap: 44px;
}

@media only screen and (max-width: 767px) {
  .l-gap-col-x5_5-sm {
    -moz-column-gap: 44px;
         column-gap: 44px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-col-x5_5-md {
    -moz-column-gap: 44px;
         column-gap: 44px;
  }
}

.l-gap-row-x6 {
  row-gap: 48px;
}

@media only screen and (max-width: 767px) {
  .l-gap-row-x6-sm {
    row-gap: 48px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-row-x6-md {
    row-gap: 48px;
  }
}

.l-gap-col-x6 {
  -moz-column-gap: 48px;
       column-gap: 48px;
}

@media only screen and (max-width: 767px) {
  .l-gap-col-x6-sm {
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-col-x6-md {
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
}

.l-gap-row-x6_5 {
  row-gap: 52px;
}

@media only screen and (max-width: 767px) {
  .l-gap-row-x6_5-sm {
    row-gap: 52px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-row-x6_5-md {
    row-gap: 52px;
  }
}

.l-gap-col-x6_5 {
  -moz-column-gap: 52px;
       column-gap: 52px;
}

@media only screen and (max-width: 767px) {
  .l-gap-col-x6_5-sm {
    -moz-column-gap: 52px;
         column-gap: 52px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-col-x6_5-md {
    -moz-column-gap: 52px;
         column-gap: 52px;
  }
}

.l-gap-row-x7 {
  row-gap: 56px;
}

@media only screen and (max-width: 767px) {
  .l-gap-row-x7-sm {
    row-gap: 56px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-row-x7-md {
    row-gap: 56px;
  }
}

.l-gap-col-x7 {
  -moz-column-gap: 56px;
       column-gap: 56px;
}

@media only screen and (max-width: 767px) {
  .l-gap-col-x7-sm {
    -moz-column-gap: 56px;
         column-gap: 56px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-col-x7-md {
    -moz-column-gap: 56px;
         column-gap: 56px;
  }
}

.l-gap-row-x7_5 {
  row-gap: 60px;
}

@media only screen and (max-width: 767px) {
  .l-gap-row-x7_5-sm {
    row-gap: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-row-x7_5-md {
    row-gap: 60px;
  }
}

.l-gap-col-x7_5 {
  -moz-column-gap: 60px;
       column-gap: 60px;
}

@media only screen and (max-width: 767px) {
  .l-gap-col-x7_5-sm {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-col-x7_5-md {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}

.l-gap-row-x8 {
  row-gap: 64px;
}

@media only screen and (max-width: 767px) {
  .l-gap-row-x8-sm {
    row-gap: 64px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-row-x8-md {
    row-gap: 64px;
  }
}

.l-gap-col-x8 {
  -moz-column-gap: 64px;
       column-gap: 64px;
}

@media only screen and (max-width: 767px) {
  .l-gap-col-x8-sm {
    -moz-column-gap: 64px;
         column-gap: 64px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-col-x8-md {
    -moz-column-gap: 64px;
         column-gap: 64px;
  }
}

.l-gap-row-x8_5 {
  row-gap: 68px;
}

@media only screen and (max-width: 767px) {
  .l-gap-row-x8_5-sm {
    row-gap: 68px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-row-x8_5-md {
    row-gap: 68px;
  }
}

.l-gap-col-x8_5 {
  -moz-column-gap: 68px;
       column-gap: 68px;
}

@media only screen and (max-width: 767px) {
  .l-gap-col-x8_5-sm {
    -moz-column-gap: 68px;
         column-gap: 68px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-col-x8_5-md {
    -moz-column-gap: 68px;
         column-gap: 68px;
  }
}

.l-gap-row-x9 {
  row-gap: 72px;
}

@media only screen and (max-width: 767px) {
  .l-gap-row-x9-sm {
    row-gap: 72px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-row-x9-md {
    row-gap: 72px;
  }
}

.l-gap-col-x9 {
  -moz-column-gap: 72px;
       column-gap: 72px;
}

@media only screen and (max-width: 767px) {
  .l-gap-col-x9-sm {
    -moz-column-gap: 72px;
         column-gap: 72px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-col-x9-md {
    -moz-column-gap: 72px;
         column-gap: 72px;
  }
}

.l-gap-row-x9_5 {
  row-gap: 76px;
}

@media only screen and (max-width: 767px) {
  .l-gap-row-x9_5-sm {
    row-gap: 76px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-row-x9_5-md {
    row-gap: 76px;
  }
}

.l-gap-col-x9_5 {
  -moz-column-gap: 76px;
       column-gap: 76px;
}

@media only screen and (max-width: 767px) {
  .l-gap-col-x9_5-sm {
    -moz-column-gap: 76px;
         column-gap: 76px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-col-x9_5-md {
    -moz-column-gap: 76px;
         column-gap: 76px;
  }
}

.l-gap-row-x10 {
  row-gap: 80px;
}

@media only screen and (max-width: 767px) {
  .l-gap-row-x10-sm {
    row-gap: 80px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-row-x10-md {
    row-gap: 80px;
  }
}

.l-gap-col-x10 {
  -moz-column-gap: 80px;
       column-gap: 80px;
}

@media only screen and (max-width: 767px) {
  .l-gap-col-x10-sm {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-col-x10-md {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
}

/*! =========================================================
 _components
========================================================= */
.c-breadcrumb {
  padding: 16px 0;
  border-top: 1px solid var(--nissui-color-gray-200, #D2C9BB);
  background: var(--nissui-color-nissuiWhite, #FFF);
}

.c-breadcrumb_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px 16px;
}

.c-breadcrumb_listItem {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--nissui-color-default);
}

.c-breadcrumb_listItem:not(:first-child) {
  position: relative;
  padding-left: 22px;
}
.c-breadcrumb_listItem:not(:first-child)::before {
  content: "/";
  position: absolute;
  left: 0;
  display: inline-block;
  font-size: initial;
  color: currentColor;
  opacity: 0.3;
  line-height: 21px;
}

.c-breadcrumb_listItemLink,
.c-breadcrumb_listItemLink:visited {
  display: block;
  text-decoration: none;
  color: var(--nussui-color-default);
}
@media (hover: hover) {
  .c-breadcrumb_listItemLink:hover,
.c-breadcrumb_listItemLink:visited:hover {
    color: #e50012;
  }
}

.c-breadcrumb_listItemLink:hover {
  color: #000;
}

.c-localNav {
  border-top: 1px solid var(--nissui-color-gray-200, #D2C9BB);
}
.c-localNav:not(:first-child) {
  margin-top: 32px;
}

.c-localNav + .c-localNav {
  margin-top: 20px;
}

.c-localNav_title {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  margin: 16px 0 20px 16px;
}

.c-localNav_list {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 9px;
       column-gap: 9px;
}

.c-localNav_listItem {
  font-size: 16px;
  line-height: 1.8;
  position: relative;
  float: left;
}

.c-localNav_listItem:after {
  position: absolute;
  top: 0;
  right: -5px;
  bottom: 0;
  display: block;
  width: 1px;
  height: 29px;
  margin: auto;
  content: "";
  background-color: var(--nissui-color-gray-200, #D2C9BB);
}

.c-localNav_listItemLink,
.c-localNav_listItemLink:visited {
  position: relative;
  display: block;
  padding: 8px;
  text-decoration: none;
  color: #616161;
  border-radius: 4px;
}

.c-localNav_listItemLink:hover {
  color: #e50012;
}

.c-localNav_listItemLink.is-current {
  color: #e50012;
}

.c-localNav_listItemLink.is-current:before {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  content: "";
  border-radius: 50%;
  background: #e50012;
}

.l-section-bgGrey .c-localNav02 {
  margin: -16px 0;
}

.c-localNav02_title {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 18px;
  font-weight: 700;
}

.c-localNav02_titleLink, .c-localNav02_titleLink:visited {
  text-decoration: none;
  color: #000;
}

.c-localNav02_titleLink:hover {
  opacity: 0.7;
  color: #000;
}

.c-localNav02_list {
  display: flex;
  overflow: hidden;
  margin: 28px 0 0 -3%;
  flex-wrap: wrap;
}

.c-localNav02_listItem {
  font-size: 14px;
  line-height: 1.3;
  width: 30%;
  margin-left: 3%;
  border-radius: 4px;
}

.c-localNav02_listItemLink, .c-localNav02_listItemLink:visited {
  display: block;
  padding: 8px;
  text-decoration: none;
  color: #000;
}

.c-localNav02_listItemLink:hover {
  text-decoration: underline;
  color: #d72e39;
}

.c-localNav02_listItem.is-current {
  background: #f4e1e2;
}

@media only screen and (max-width: 767px) {
  .l-section-bgGrey .c-localNav02 {
    margin: 0 0 -40px;
  }
  .c-localNav02_titleLink:hover {
    opacity: 1;
  }
  .c-localNav02_list {
    margin: 28px -16px 0;
    border-bottom: 1px solid #d8d8d8;
  }
  .c-localNav02_listItem {
    font-size: 16px;
    width: 100%;
    margin: 0;
    border-top: 1px solid #d8d8d8;
    border-radius: 0;
  }
  .c-localNav02_listItemLink, .c-localNav02_listItemLink:visited {
    padding: 16px 24px;
  }
  .c-localNav02_listItemLink:hover {
    text-decoration: none;
    color: #000;
  }
}
.c-localNav03 .l-section-bgGrey .c-localNav03 {
  margin: -16px 0;
}
.c-localNav03 .c-localNav03_title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
.c-localNav03 .c-localNav03_titleLink,
.c-localNav03 .c-localNav03_titleLink:visited {
  text-decoration: none;
  color: var(--nussui-color-default);
}
.c-localNav03 .c-localNav03_titleLink::after,
.c-localNav03 .c-localNav03_titleLink:visited::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 6px;
  -webkit-mask: no-repeat center;
          mask: no-repeat center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background: currentColor;
  line-height: 1;
  transform: translateY(0.16em);
  -webkit-mask-image: url(/assets_2024/img/icons/ic_link_circle.svg);
          mask-image: url(/assets_2024/img/icons/ic_link_circle.svg);
}
.c-localNav03 .c-localNav03_titleLink::after,
.c-localNav03 .c-localNav03_titleLink:visited::after {
  -webkit-mask-image: none;
          mask-image: none;
  background: url(/assets_2024/img/icons/ic_link_circle.svg) center no-repeat;
  background-size: contain;
}
@media (hover: hover) {
  .c-localNav03 .c-localNav03_titleLink:hover,
.c-localNav03 .c-localNav03_titleLink:visited:hover {
    color: #e50012;
    opacity: 1;
  }
}
.c-localNav03 .c-localNav03_list {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  gap: 24px;
}
.c-localNav03 .c-localNav03_list:not(:first-child) {
  margin-top: 24px;
}
.c-localNav03 .c-localNav03_listItem {
  line-height: 1;
  width: 30%;
}
.c-localNav03 .c-localNav03_listItemLink:hover {
  text-decoration: underline;
  color: #d72e39;
}
.c-localNav03 .c-localNav03_listItem.is-current {
  background: #f4e1e2;
}

.c-backLink {
  font-size: 14px;
  line-height: 1.4;
  padding-top: 28px;
}

.c-backLink > a:before {
  position: relative;
  top: -0.1em;
  display: inline-block;
  width: 24px;
  height: 24px;
  content: "";
  vertical-align: middle;
  background: url(/assets/img/icons/ic_chevron_left_red.svg) no-repeat center center;
  background-size: 24px 24px;
}

.c-backLink + [class*=c-heading] {
  margin-top: 20px;
}

/*! Footer */
.c-contentFooter {
  position: relative;
  z-index: 0;
  padding: 80px 0;
}

.c-contentFooter:last-child {
  margin: 160px 0 -160px;
}

.c-contentFooter::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin-left: calc(-50vw + 50%);
  content: "";
  border-top: 1px solid #e0e0e0;
  background-color: #F6F3EE;
}

.c-contentFooter_link {
  display: flex;
  align-items: center;
}

.c-contentFooter_link:hover img {
  opacity: 0.7;
}

.c-contentFooter_img {
  width: calc(50% - 8px);
  max-width: 144px;
  margin-right: 16px;
  flex: 0 0 auto;
}

.c-contentFooter_img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.c-contentFooter_text {
  flex: 1 1 auto;
}

/*! Heading */
.c-headingLv1 {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  margin: 60px 0;
}

.c-headingLv2 {
  position: relative;
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}
.c-headingLv2:not(.c-headingLv2-nomark) {
  padding-top: 32px;
}
.c-headingLv2:not(.c-headingLv2-nomark)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 3px;
  background: #e50012;
}
.c-headingLv2 a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
.c-headingLv2 a::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 8px;
  background: url(../img/icons/ic_link_circle.svg) center no-repeat;
  background-size: contain;
  transform: translateY(0.15em);
}
@media (hover: hover) {
  .c-headingLv2 a:hover {
    color: #e50012;
  }
}
.c-headingLv2:not(:first-child) {
  margin-top: 80px;
}
.c-headingLv2:not(:last-child) {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .c-headingLv2 {
    font-size: 24px;
  }
  .c-headingLv2:not(.c-headingLv2-nomark)::before {
    width: 56px;
  }
  .c-headingLv2:not(:first-child) {
    margin-top: 64px;
  }
}
.c-headingLv2 .u-icon::before, .c-headingLv2 .u-icon::after {
  width: 1.5em;
  height: 1.5em;
}

.c-headingLv3 {
  position: relative;
  padding-left: 20px;
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}
.c-headingLv3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #e50012;
}
.c-headingLv3:not(:first-child) {
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  .c-headingLv3 {
    font-size: 20px;
  }
}

.c-headingLv4 {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}
.c-headingLv4:not(:first-child) {
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .c-headingLv4 {
    font-size: 18px;
  }
}

.c-headingLv5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}
.c-headingLv5:not(:first-child) {
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .c-headingLv5 {
    font-size: 18px;
  }
}

.c-headingLv6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}
.c-headingLv6:not(:first-child) {
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .c-headingLv6 {
    font-size: 16px;
  }
}

[class*=c-heading] + [class*=c-heading] {
  margin-top: 36px;
}

.c-pageTitle {
  padding-top: 16px;
  padding-bottom: 16px;
}
.c-pageTitle .c-pageTitle_sub {
  color: var(--accent-color-021, #FF5100);
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.17;
  text-transform: uppercase;
}
.c-pageTitle .c-pageTitle_sub + .c-pageTitle_title {
  margin-top: 8px;
}
.c-pageTitle .c-pageTitle_title {
  color: var(--nissui-color-default);
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
@media only screen and (min-width: 768px) {
  .c-pageTitle {
    padding-bottom: 30px;
  }
  .c-pageTitle .c-pageTitle_sub {
    font-size: 18px;
  }
  .c-pageTitle .c-pageTitle_sub + .c-pageTitle_title {
    margin-top: 4px;
  }
  .c-pageTitle .c-pageTitle_title {
    font-size: 48px;
  }
}
.c-pageTitle.c-pageTitle-small .c-pageTitle_sub {
  font-size: 8px;
}
@media only screen and (min-width: 768px) {
  .c-pageTitle.c-pageTitle-small .c-pageTitle_sub {
    font-size: 10px;
  }
}
.c-pageTitle.c-pageTitle-small .c-pageTitle_title {
  margin-top: 4px;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .c-pageTitle.c-pageTitle-small .c-pageTitle_title {
    margin-top: 8px;
    font-size: 24px;
  }
}
.c-pageTitle.c-pageTitle-blue .c-pageTitle_sub {
  color: var(--nissui-color-nissuiBlue);
}
.c-pageTitle.c-pageTitle-red .c-pageTitle_sub {
  color: #e50012;
}
.c-pageTitle.c-pageTitle-green .c-pageTitle_sub {
  color: var(--nissui-color-green);
}
.c-pageTitle.c-pageTitle-yellow .c-pageTitle_sub {
  color: var(--nissui-color-yellow);
}

/*! Text */
.c-text {
  font-size: 16px;
  line-height: 1.8;
}
.c-text:not(:first-child) {
  margin-top: 16px;
}

.c-catchText {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.8;
  text-align: left;
}
.c-catchText:not(:first-child) {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .c-catchText {
    font-size: 20px;
  }
}

.c-leadText {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}
.c-leadText:not(:first-child) {
  margin-top: 32px;
}

.c-leadText:first-child {
  margin-top: 0;
}

.c-titleText {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 24px;
}

.c-titleText:first-child {
  margin-top: 0;
}

.c-subText {
  font-size: 14px;
  line-height: 1.8;
}
.c-subText:not(:first-child) {
  margin-top: 24px;
}

.c-note {
  font-size: 12px;
  line-height: 1.5;
}
.c-note:not(:first-child) {
  margin-top: 16px;
}

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

.c-note-mark:before {
  display: inline-block;
  width: 1em;
  content: "※";
  vertical-align: top;
  text-indent: 0;
}

.c-note-order {
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.c-note_num {
  display: inline-block;
  width: 2.5em;
  text-indent: 0;
}

.c-emphasisText {
  font-family: var(--nissui-ff-sansserif-bold);
  font-weight: 700;
}

.c-strongText {
  font-weight: 700;
}

.c-smallText {
  font-size: 0.75em;
}

.c-subscriptText {
  font-size: 12px;
  font-size: 0.75em;
  line-height: 1.5;
  vertical-align: sub;
}

.c-superscriptText {
  font-size: 12px;
  font-size: 0.75em;
  line-height: 1.5;
  vertical-align: super;
}

.c-tag {
  display: inline-flex;
  padding: 2px 8px;
  justify-content: center;
  align-items: flex-start;
  color: var(--nissui-color-gray, #575757);
  border-radius: 0.28em;
  border: 1px solid var(--nissui-color-gray-200, #D2C9BB);
  background: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
}
.c-tag + .c-tag {
  margin-left: 8px;
}

.c-list {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 24px;
}

.c-list:first-child {
  margin-top: 0;
}

li > .c-list,
li > .c-list:first-child {
  margin-top: 8px;
}

.c-list > li:not(:first-child) {
  margin-top: 8px;
}

.c-list_item {
  padding-left: 28px;
  text-indent: -28px;
}

.c-list_item:before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: -6px 8px 0;
  content: "";
  vertical-align: middle;
  border-radius: 100%;
  background-color: var(--nissui-color-gray, #575757);
}

.c-list-nomark .c-list_item {
  padding-left: 0;
  text-indent: 0;
}

.c-list-nomark .c-list_item:before {
  display: none;
}

.c-list-order .c-list_item {
  padding-left: 1.9em;
  text-indent: -1.9em;
}

.c-list-order .c-list_item:before {
  display: none;
}

.c-list-order .c-list_marker {
  display: inline-block;
  width: 1.9em;
  padding-right: 0.3em;
  text-align: right;
  text-indent: 0;
}

.c-list-float {
  display: flex;
  flex-wrap: wrap;
}

.c-list-float:first-child {
  margin-top: -8px;
}

.c-list-float .c-list_item {
  margin-top: 8px;
  padding-right: 52px;
  word-wrap: break-word;
}

.c-list-1col .c-list_item {
  width: 100%;
}

.c-list-2col .c-list_item {
  width: 50%;
}

.c-list-3col .c-list_item {
  width: 33.3333%;
}

.c-list-4col .c-list_item {
  width: 25%;
}

.c-list-5col .c-list_item {
  width: 20%;
}

.c-list-6col .c-list_item {
  width: 16.6667%;
}

.c-list-7col .c-list_item {
  width: 14.2857%;
}

.c-list-8col .c-list_item {
  width: 12.5%;
}

.c-descriptionList {
  font-size: 14px;
  line-height: 1.8;
  display: flex;
  width: 100%;
  margin-top: 8px;
  border-top: 1px solid #bdbdbd;
  flex-wrap: wrap;
}

.c-descriptionList:first-child {
  margin-top: 0;
}

.c-descriptionList_term {
  font-family: var(--nissui-ff-sansserif-bold);
  font-weight: 700;
  width: 144px;
  padding: 8px 16px;
  border-bottom: 1px solid #bdbdbd;
}

.c-descriptionList_definition {
  width: 100%;
  padding: 8px 16px;
  border-bottom: 1px solid #bdbdbd;
}

.c-descriptionList_term + .c-descriptionList_definition {
  width: calc(100% - 144px);
}

.c-descriptionList-5per .c-descriptionList_term {
  width: 5%;
}

.c-descriptionList-5per .c-descriptionList_term + .c-descriptionList_definition {
  width: 95%;
}

.c-descriptionList-10per .c-descriptionList_term {
  width: 10%;
}

.c-descriptionList-10per .c-descriptionList_term + .c-descriptionList_definition {
  width: 90%;
}

.c-descriptionList-15per .c-descriptionList_term {
  width: 15%;
}

.c-descriptionList-15per .c-descriptionList_term + .c-descriptionList_definition {
  width: 85%;
}

.c-descriptionList-20per .c-descriptionList_term {
  width: 20%;
}

.c-descriptionList-20per .c-descriptionList_term + .c-descriptionList_definition {
  width: 80%;
}

.c-descriptionList-25per .c-descriptionList_term {
  width: 25%;
}

.c-descriptionList-25per .c-descriptionList_term + .c-descriptionList_definition {
  width: 75%;
}

.c-descriptionList-30per .c-descriptionList_term {
  width: 30%;
}

.c-descriptionList-30per .c-descriptionList_term + .c-descriptionList_definition {
  width: 70%;
}

.c-descriptionList-35per .c-descriptionList_term {
  width: 35%;
}

.c-descriptionList-35per .c-descriptionList_term + .c-descriptionList_definition {
  width: 65%;
}

.c-descriptionList-40per .c-descriptionList_term {
  width: 40%;
}

.c-descriptionList-40per .c-descriptionList_term + .c-descriptionList_definition {
  width: 60%;
}

.c-descriptionList-45per .c-descriptionList_term {
  width: 45%;
}

.c-descriptionList-45per .c-descriptionList_term + .c-descriptionList_definition {
  width: 55%;
}

.c-descriptionList-50per .c-descriptionList_term {
  width: 50%;
}

.c-descriptionList-50per .c-descriptionList_term + .c-descriptionList_definition {
  width: 50%;
}

.c-descriptionList-55per .c-descriptionList_term {
  width: 55%;
}

.c-descriptionList-55per .c-descriptionList_term + .c-descriptionList_definition {
  width: 45%;
}

.c-descriptionList-60per .c-descriptionList_term {
  width: 60%;
}

.c-descriptionList-60per .c-descriptionList_term + .c-descriptionList_definition {
  width: 40%;
}

.c-descriptionList-65per .c-descriptionList_term {
  width: 65%;
}

.c-descriptionList-65per .c-descriptionList_term + .c-descriptionList_definition {
  width: 35%;
}

.c-descriptionList-70per .c-descriptionList_term {
  width: 70%;
}

.c-descriptionList-70per .c-descriptionList_term + .c-descriptionList_definition {
  width: 30%;
}

.c-descriptionList-75per .c-descriptionList_term {
  width: 75%;
}

.c-descriptionList-75per .c-descriptionList_term + .c-descriptionList_definition {
  width: 25%;
}

.c-descriptionList-80per .c-descriptionList_term {
  width: 80%;
}

.c-descriptionList-80per .c-descriptionList_term + .c-descriptionList_definition {
  width: 20%;
}

.c-descriptionList-85per .c-descriptionList_term {
  width: 85%;
}

.c-descriptionList-85per .c-descriptionList_term + .c-descriptionList_definition {
  width: 15%;
}

.c-descriptionList-90per .c-descriptionList_term {
  width: 90%;
}

.c-descriptionList-90per .c-descriptionList_term + .c-descriptionList_definition {
  width: 10%;
}

.c-descriptionList-95per .c-descriptionList_term {
  width: 95%;
}

.c-descriptionList-95per .c-descriptionList_term + .c-descriptionList_definition {
  width: 5%;
}

.c-descriptionList-100per .c-descriptionList_term {
  width: 100%;
}

.c-descriptionList-100per .c-descriptionList_term + .c-descriptionList_definition {
  width: 0%;
}

.c-descriptionList02 {
  margin-top: 24px;
}

.c-descriptionList02:first-child {
  margin-top: 0;
}

.c-descriptionList02_term {
  font-family: var(--nissui-ff-sansserif-bold);
  font-weight: 700;
  margin-top: 24px;
}

.c-descriptionList02_term:first-child {
  margin-top: 0;
}

.c-table {
  text-align: left;
}
.c-table:not(:first-child) {
  margin-top: 24px;
}
.c-table .c-table_caption {
  padding-bottom: 4px;
  text-align: left;
}
.c-table .c-table_content {
  width: 100%;
}
.c-table td,
.c-table th {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  padding: 8px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  border: 1px solid var(--nissui-color-gray-200, #D2C9BB);
}
.c-table th, .c-table_headCell, .c-table_head td, .c-table_head th {
  font-weight: 400;
  background: #ECE6DC;
}
.c-table .c-table_subHeadCell {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%), #ECE6DC;
}
.c-table .c-table_headCell02 {
  background-color: #BED1D2;
}
.c-table .c-table_subHeadCell02 {
  background-color: rgba(223, 232, 233, 0.5);
}
.c-table.-table-fixed table {
  table-layout: fixed;
}

.c-img {
  display: inline-block;
  width: 100%;
  margin-top: 24px;
}
.c-img > img, .c-img > iframe, .c-img > video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.c-img:first-child {
  margin-top: 0;
}

.c-imgCaption {
  font-size: 12px;
  line-height: 1.3;
  margin-top: 8px;
  text-align: center;
}

.c-img-autoWidth {
  display: block;
  width: auto;
  text-align: center;
}

.c-img-autoWidth > img {
  width: auto;
  max-width: 100%;
}

.c-img-fullWidth {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.c-img:link:hover img {
  opacity: 0.7;
}

.c-visual {
  position: relative;
  display: flex;
  width: 100vw;
  height: 600px;
  margin-left: calc(-50vw + 50%);
  text-align: center;
  align-content: center;
  flex-wrap: wrap;
}
.c-visual .c-visual_image {
  overflow: hidden;
  width: 100%;
  height: 0;
}
.c-visual .c-visual_image img {
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-visual .c-visual_title {
  font-family: var(--nissui-ff-sansserif);
  font-size: 5.5vw;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
  width: 100%;
}
.c-visual .c-visual_text {
  font-family: var(--nissui-ff-sansserif);
  font-size: 1.1vw;
  font-weight: 600;
  position: relative;
  width: 100%;
  padding-top: 50px;
}
.c-visual .c-visual-position1 {
  padding-left: 35vw;
}
.c-visual .c-visualSub {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.c-visual .c-visualSub_image {
  position: relative;
  height: 140px;
}
.c-visual .c-visualSub_image img {
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-visual .c-visualSimple {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.c-visual .c-visualSimple_image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.c-carouselSwiper {
  margin-top: 24px;
}

.c-carouselSwiper_wrapper {
  display: flex;
}

.c-carouselSwiper_slide {
  width: calc((100% - 24px) / 4);
  margin-right: 8px;
  text-align: center;
}

.c-carouselSwiper_link {
  display: block;
}

.c-carouselSwiper_link,
.c-carouselSwiper_link:visited {
  text-decoration: none;
  color: #000;
}

.c-carouselSwiper_link:active,
.c-carouselSwiper_link:hover {
  text-decoration: underline;
  color: #d72e39;
}

.c-carouselSwiper_link:active img,
.c-carouselSwiper_link:hover img {
  opacity: 0.7;
}

.c-carouselSwiper_img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.c-carouselSwiper_img img {
  font-family: "object-fit: cover;";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-carouselSwiper_img img.is-noimage {
  width: 216%;
  height: 216%;
  background-color: #f2f2f2;
}

.c-carouselSwiper-prod .c-carouselSwiper_img img {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
}

.c-carouselSwiper-prod .c-carouselSwiper_img img.is-noimage {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.c-carouselSwiper_text {
  font-size: 14px;
  line-height: 1.3;
  margin: 8px 16px 0;
}

.c-carouselSwiper_controller {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-carouselSwiper .swiper-pagination {
  display: none;
}

.c-carouselSwiper [class*=swiper-button-] {
  display: none;
}

.c-carouselSwiper [class*=swiper-button-]:after {
  display: none;
}

.c-carouselSwiper .swiper-button-next {
  background-image: url(/assets/img/icons/ic_chevron_right.svg);
}

.c-carouselSwiper .swiper-button-prev {
  background-image: url(/assets/img/icons/ic_chevron_left.svg);
}

.c-carouselSwiper .swiper-button-disabled {
  opacity: 0.1;
}

.c-carouselSwiper.swiper-no-swiping .c-carouselSwiper_controller {
  display: none;
}

.c-carouselSwiper2 {
  position: relative;
  width: 100%;
  margin: 24px auto 0;
}
.c-carouselSwiper2:not(.c-carouselSwiper-no-fog)::before, .c-carouselSwiper2:not(.c-carouselSwiper-no-fog)::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
}
.c-carouselSwiper2:not(.c-carouselSwiper-no-fog)::before {
  left: 0;
  background: linear-gradient(90deg, white 0%, white 25%, rgba(255, 255, 255, 0) 100%);
}
.c-carouselSwiper2:not(.c-carouselSwiper-no-fog)::after {
  right: 0;
  background: linear-gradient(-90deg, white 0%, white 25%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (min-width: 768px) {
  .c-carouselSwiper2 {
    width: calc(100% + 48px);
    transform: translateX(-24px);
  }
  .c-carouselSwiper2::before, .c-carouselSwiper2::after {
    width: 48px;
  }
}
@media only screen and (min-width: 1440px) {
  .c-carouselSwiper2 {
    width: calc(100% + 200px);
    transform: translateX(-100px);
  }
  .c-carouselSwiper2::before, .c-carouselSwiper2::after {
    width: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .c-carouselSwiper2 .c-carouselSwiper2_slide {
    width: 360px;
  }
}
.c-carouselSwiper2 .c-carouselSwiper2_link {
  display: block;
  text-decoration: none;
}
@media (hover: hover) {
  .c-carouselSwiper2 .c-carouselSwiper2_link:hover {
    color: #e50012;
  }
}
.c-carouselSwiper2 .c-carouselSwiper2_img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  width: 100%;
}
.c-carouselSwiper2 .c-carouselSwiper2_img img {
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  transition: opacity 0.5s;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-carouselSwiper2 .c-carouselSwiper2_text {
  margin-top: 12px;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}
.c-carouselSwiper2 .swiper-slide-active .c-carouselSwiper2_img img {
  opacity: 1;
}
.c-carouselSwiper2 .c-carouselSwiper2_controller {
  display: flex;
  margin-top: 16px;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.c-carouselSwiper2.c-carouselSwiper-ratio-3\:2 .c-carouselSwiper2_img {
  aspect-ratio: 3/2;
}
.c-carouselSwiper2.c-carouselSwiper-ratio-1\:1 .c-carouselSwiper2_img {
  aspect-ratio: 1/1;
}
.c-carouselSwiper2.c-carouselSwiper-rounded .c-carouselSwiper2_img {
  border-radius: var(--nissui-border-radius-md);
}
.c-carouselSwiper2 .swiper-pagination {
  position: static;
  display: block;
}
.c-carouselSwiper2 .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 12px;
  vertical-align: middle;
  opacity: 1;
  border: 2px solid #363636;
  background: #fff;
}
.c-carouselSwiper2 .swiper-pagination-bullet-active {
  border-color: #ef3340;
  background-color: #ef3340;
}
.c-carouselSwiper2 [class*=swiper-button-], .c-carouselSwiper2 .swiper-stop {
  position: static;
  display: block;
  margin: 0;
  width: 24px;
  height: 24px;
  background: center no-repeat var(--nissui-color-default);
  background-size: contain;
  -webkit-mask: center center/100% 100%;
          mask: center center/100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.c-carouselSwiper2 [class*=swiper-button-]:after {
  display: none;
}
.c-carouselSwiper2 .swiper-button-next {
  -webkit-mask-image: url(/assets_2024/img/icons/ic_chevron_right.svg);
          mask-image: url(/assets_2024/img/icons/ic_chevron_right.svg);
}
.c-carouselSwiper2 .swiper-button-prev {
  -webkit-mask-image: url(/assets_2024/img/icons/ic_chevron_left.svg);
          mask-image: url(/assets_2024/img/icons/ic_chevron_left.svg);
}
.c-carouselSwiper2 .swiper-stop {
  -webkit-mask-image: url(/assets_2024/img/icons/ic_pause.svg);
          mask-image: url(/assets_2024/img/icons/ic_pause.svg);
  cursor: pointer;
}
.c-carouselSwiper2 .swiper-stop.is-stop {
  -webkit-mask-image: url(/assets_2024/img/icons/ic_play.svg);
          mask-image: url(/assets_2024/img/icons/ic_play.svg);
}
.c-carouselSwiper2.swiper-no-swiping .c-carouselSwiper2_controller {
  display: none;
}
.c-carouselSwiper2.swiper-no-swiping .c-carouselSwiper2_img img {
  opacity: 1;
}

.c-link,
.c-link:visited {
  text-decoration: none;
  color: #000;
}

.c-link:active,
.c-link:hover {
  text-decoration: underline;
  color: #d72e39;
}

.c-anchorNav {
  display: flex;
}

.c-anchorNav .c-list_item {
  padding-right: 32px;
}

.c-pageLink {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 32px;
  text-align: right;
}

.c-backLink {
  font-size: 14px;
  line-height: 1.4;
  padding-top: 28px;
}

.c-backLink > a:before {
  position: relative;
  top: -0.1em;
  display: inline-block;
  width: 24px;
  height: 24px;
  content: "";
  vertical-align: middle;
  background: url(/assets/img/icons/ic_chevron_left_red.svg) no-repeat center center;
  background-size: 24px 24px;
}

.c-backLink + [class*=c-heading] {
  margin-top: 20px;
}

.c-btnWrap {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  margin-top: 32px;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .c-btnWrap {
    flex-direction: column;
  }
}

.c-btnWrap:first-child {
  margin-top: 0;
}

.c-btnWrap .c-btn,
.c-btnWrap .c-btn:not(:first-child) {
  margin-top: 0;
}

.c-btn {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  display: inline-flex;
  justify-content: space-between;
  -moz-column-gap: 0.75em;
       column-gap: 0.75em;
  align-items: center;
  width: 100%;
  min-height: 60px;
  padding: 0.3125em 0.75em 0.3125em 1em;
  transition: all 0.24s;
  text-align: left;
  text-decoration: none;
  color: var(--nissui-color-default, #363636);
  border: 1px solid #e50012;
  border-radius: 8px;
  background-color: #fff;
}
.c-btn::after {
  flex: 0 0 auto;
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  background: #e50012;
  -webkit-mask: center center/100% 100%;
          mask: center center/100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.c-btn:not(:first-child) {
  margin-top: 32px;
}
.c-btn:visited {
  color: inherit;
}
.c-btn:active {
  color: #e50012;
}
@media (hover: hover) {
  .c-btn:hover {
    color: #e50012;
  }
}
.c-btn.c-btn-autoWidth {
  width: auto;
  min-width: auto;
}
.c-btn.c-btn-autoHeight {
  height: auto;
  min-height: auto;
}

.c-btn-link01::after {
  content: "";
  background: url(/assets_2024/img/icons/ic_link_circle.svg) center no-repeat;
  background-size: contain;
}
@media (hover: hover) {
  .c-btn-link01:hover {
    color: #e50012;
  }
}

.c-btn-link02 {
  border-color: var(--nissui-color-gray-200, #D2C9BB);
}
.c-btn-link02::after {
  content: "";
  -webkit-mask-image: url(/assets_2024/img/icons/ic_chevron_right.svg);
          mask-image: url(/assets_2024/img/icons/ic_chevron_right.svg);
}

.c-btn-linkBlank:after {
  content: "";
  -webkit-mask-image: url(/assets_2024/img/icons/ic_blank.svg);
          mask-image: url(/assets_2024/img/icons/ic_blank.svg);
}

.c-btn-link03 {
  display: inline-block;
  width: 100%;
  padding: 12px 24px;
  text-align: left;
  border-radius: 9999px;
  background-color: #f7f7f7;
  border-color: #bdbdbd;
}
.c-btn-link03::after {
  content: "";
  margin-left: 0.5em;
  -webkit-mask-image: url(/assets_2024/img/icons/ic_chevron_right.svg);
          mask-image: url(/assets_2024/img/icons/ic_chevron_right.svg);
}

.c-btn-pdf:after {
  content: "";
  -webkit-mask-image: url(/assets_2024/img/icons/ic_file_pdf.svg);
          mask-image: url(/assets_2024/img/icons/ic_file_pdf.svg);
}

.c-btn-plus:after {
  background-image: url(/assets/img/icons/ic_plus.svg);
}

.c-card01 {
  height: 100%;
}
.c-card01 .c-card_link {
  position: relative;
  display: flex;
  height: 100%;
  padding-right: 56px;
  text-decoration: none;
  color: #000;
  background-color: #fff;
  align-items: center;
}
.c-card01 .c-card_link:hover {
  color: #d72e39;
}
.c-card01 .c-card_link:after {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: auto;
  content: "";
  vertical-align: middle;
  border-radius: 100%;
  background: url(/assets_2024/img/icons/ic_link_circle.svg) no-repeat 0 0;
  background-size: 32px 32px;
}
.c-card01 .c-card_img {
  position: relative;
  min-height: 152px;
  margin-right: 32px;
  border-right: 1px solid #eee;
  align-self: stretch;
  flex: 0 0 153px;
}
.c-card01 .c-card_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  padding: 12px;
  transform: translate(-50%, -50%);
  vertical-align: bottom;
}
.c-card01 .c-card_img img.is-noimage {
  width: 140%;
  height: 140%;
}
.c-card01 .c-card_text {
  font-size: 18px;
  line-height: 1.3;
  padding: 12px 0;
}

.c-card02 {
  text-align: center;
}
.c-card02 .c-card_link {
  display: block;
}
.c-card02 .c-card_link,
.c-card02 .c-card_link:visited {
  text-decoration: none;
  color: #000;
}
.c-card02 .c-card_link:active,
.c-card02 .c-card_link:hover {
  text-decoration: underline;
  color: #d72e39;
}
.c-card02 .c-card_link:active img,
.c-card02 .c-card_link:hover img {
  opacity: 0.7;
}
.c-card02 .c-card_img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 92%;
  border: 1px solid #ccc;
  background-color: #fff;
}
.c-card02 .c-card_img img {
  font-family: "object-fit: cover;";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card02 .c-card_img img.is-noimage {
  width: 223%;
  height: 223%;
  background-color: #f2f2f2;
}
.c-card02 .c-card_text {
  line-height: 1.5;
  margin: 8px 16px 0;
}

.c-card02-prod .c-card_img img {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
}

.c-card02-prod .c-card_img img.is-noimage {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.c-card03 {
  position: relative;
  margin-left: -1px;
  text-align: center;
}
.c-card03::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 100%;
  content: "";
  background: #cbcbcb;
}
.c-card03 .c-card_link {
  display: block;
}
.c-card03 .c-card_link,
.c-card03 .c-card_link:visited {
  text-decoration: none;
  color: var(--nissui-color-default);
}
.c-card03 .c-card_link:active,
.c-card03 .c-card_link:hover {
  color: #e50012;
}
.c-card03 .c-card_img {
  position: relative;
  width: 48px;
  aspect-ratio: 1/1;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .c-card03 .c-card_img {
    width: 64px;
  }
}
.c-card03 .c-card_img img {
  font-family: "object-fit: contain;";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  vertical-align: bottom;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-card03 .c-card_text {
  color: inherit;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 18px */
  margin-top: 9px;
}
@media only screen and (min-width: 768px) {
  .c-card03 .c-card_text {
    font-size: 16px;
    font-family: var(--nissui-ff-sansserif-bold);
    font-weight: 600;
  }
}
.l-grid_item-3:nth-child(4n) > .c-card03::after, .l-grid_item-4:nth-child(3n) > .c-card03::after, .l-grid_item-6:nth-child(2n) > .c-card03::after {
  display: none;
}

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

.c-card04 .c-card_link {
  display: block;
}

.c-card04 .c-card_link,
.c-card04 .c-card_link:visited {
  text-decoration: none;
  color: #000;
}

.c-card04 .c-card_link:active,
.c-card04 .c-card_link:hover {
  text-decoration: underline;
  color: #d72e39;
}

.c-card04 .c-card_link:active img,
.c-card04 .c-card_link:hover img {
  opacity: 0.7;
}

.c-card04 .c-card_img {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
}
.c-card04 .c-card_img:not([class*=u-ratio-]) {
  height: 0;
  padding-bottom: 100%;
}

.c-card04 .c-card_img img {
  font-family: "object-fit: cover;";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card04 .c-card_img img.is-noimage {
  width: 216%;
  height: 216%;
  background-color: #f2f2f2;
}

.c-card04 .c-card_text {
  font-size: 14px;
  line-height: 1.3;
  margin: 8px 16px 0;
}

.c-card04-prod .c-card_img img {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
}

.c-card04-prod .c-card_img img.is-noimage {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.c-card04-prod2 {
  height: 100%;
  border-radius: 12px;
  background: #FBF9F7;
}
.c-card04-prod2 .c-card_link {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--nissui-color-default);
}
@media only screen and (min-width: 768px) {
  .c-card04-prod2 .c-card_link {
    padding: 32px 16px 16px 16px;
  }
}
.c-card04-prod2 .c-card_img {
  background: none;
  padding-bottom: min(100%, 200px);
}
.c-card04-prod2 .c-card_img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-card04-prod2 .c-card_text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 42px;
  margin: 0;
  color: inherit;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
}
@media only screen and (min-width: 768px) {
  .c-card04-prod2 .c-card_text {
    min-height: 48px;
    font-size: 16px;
  }
}
@media (hover: hover) {
  .c-card04-prod2:hover .c-card_link {
    text-decoration: none;
    color: #e50012;
  }
}

/* c-card05 */
.c-card05:not(:first-child) {
  margin-top: 32px;
}
.c-card05 .c-card_link {
  display: block;
  overflow: hidden;
  height: 100%;
  text-decoration: none;
  color: var(--nissui-color-default, #363636);
  border: 1px solid var(--nissui-color-gray-200, #D2C9BB);
  border-radius: 12px;
  background: #FAF8F6;
}
.c-card05 .c-card_link:hover .c-card_title {
  color: #e50012;
}
.c-card05 .c-card_link:hover .c-card_img {
  opacity: 0.8;
}
.c-card05 .c-card_img {
  position: relative;
  overflow: hidden;
}
.c-card05 .c-card_img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.c-card05 .c-card_img img.is-noimage {
  aspect-ratio: 16/9;
  width: 100%;
  background-color: #f2f2f2;
}
.c-card05 .c-card_content {
  overflow: hidden;
  padding: 16px 24px;
}
.c-card05 .c-card_title {
  position: relative;
  padding-block: 9px;
  padding-right: calc(20px + 0.25em);
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
.c-card05 .c-card_title::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  flex: 0 0 auto;
  width: 1em;
  aspect-ratio: 1/1;
  background: url(/assets_2024/img/icons/ic_link_circle.svg) center no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.c-card05 .c-card_title + .c-card_text {
  margin-top: 16px;
  padding-top: 24px;
  border-top: 1px solid var(--nissui-color-gray-200, #D2C9BB);
}
.c-card05 .c-card_text {
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}
.c-card05 .c-card_tag {
  font-weight: 500;
  float: left;
  margin: 12px 0 0;
  letter-spacing: 2px;
  color: #000;
  border: none;
  background-color: #f7b500;
}
.c-card05 .c-card_tag::before {
  display: none;
}
.c-card05 .c-card_tag + .c-card_title {
  margin: 0 0 0 60px;
}
.c-card05 + .c-list {
  margin-top: 16px;
}
.c-card05-float .c-card_title {
  font-family: var(--nissui-ff-sansserif-bold);
  font-weight: 600;
}
.c-card05-float3 .c-card_title {
  font-family: var(--nissui-ff-sansserif-bold);
  font-weight: 600;
}
.c-card05-small .c-card_img img.is-noimage {
  width: 145%;
  height: 145%;
}
.c-card05-small .c-card_img + .c-card_content {
  padding: 12px 16px 16px;
}
.c-card05-small .c-card_title {
  font-family: var(--nissui-ff-sansserif);
  font-weight: 500;
}
.c-card05.c-card05-innovative .c-card_link {
  position: relative;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
  background: none;
  border: none;
  cursor: pointer;
}
.c-card05.c-card05-innovative .c-card_link::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  opacity: 0.85;
  background: var(--nissui-color-nissuiWhite);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
@media only screen and (max-width: 767px) {
  .c-card05.c-card05-innovative .c-card_link {
    display: flex;
    flex-direction: row-reverse;
  }
  .c-card05.c-card05-innovative .c-card_img {
    width: 118px;
  }
  .c-card05.c-card05-innovative .c-card_img img {
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
  }
  .c-card05.c-card05-innovative .c-card_content {
    flex: 1;
    display: flex;
    align-items: center;
    min-height: 7.2em;
    padding: 0 6px 0 12px;
  }
  .c-card05.c-card05-innovative .c-card_title {
    width: 100%;
    font-size: 14px;
    line-height: 180%; /* 25.2px */
  }
  .c-card05.c-card05-innovative .c-card_title::after {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-card05.c-card05-innovative .c-card_link {
    display: flex;
    flex-direction: column;
  }
  .c-card05.c-card05-innovative .c-card_img {
    margin-top: auto;
    flex: 0 0 auto;
  }
  .c-card05.c-card05-innovative .c-card_img img {
    aspect-ratio: 4/3;
  }
  .c-card05.c-card05-innovative .c-card_content {
    display: flex;
    align-items: center;
    min-height: calc(5.4em + 64px);
    font-size: 24px;
    padding: 16px 16px 16px 24px;
  }
  .c-card05.c-card05-innovative .c-card_title {
    width: 100%;
    height: 100%;
    padding-block: 0;
    font-size: 24px;
    line-height: 180%; /* 25.2px */
  }
  .c-card05.c-card05-innovative .c-card_title::after {
    font-size: 24px;
  }
}

.c-card06 {
  margin-top: 16px;
}

.c-card06 .c-card_img {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

.c-card06 .c-card_img img {
  font-family: "object-fit: cover;";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card06 .c-card_img img.is-noimage {
  width: 161%;
  height: 161%;
  background-color: #f2f2f2;
}

.c-card06 .c-card_content {
  display: flex;
  padding: 16px 0;
  flex-flow: column noWrap;
}

.c-card06 .c-card_text {
  font-size: 14px;
  line-height: 1.5;
  padding: 0 16px 24px;
}

.c-card06 .c-card_btn {
  margin-top: auto;
  text-align: right;
}

.c-card06 .c-card_list {
  font-size: 14px;
  margin: 16px 0 0 16px;
}

.c-card06 .c-card_list_item {
  margin-top: 0;
}

.c-card06:first-child {
  margin-top: 0;
}

.c-card07 {
  display: flex;
  align-items: flex-start;
}

.c-card07 .c-card_img {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 25.592%;
  flex: 0 0 45.67%;
}

.c-card07 .c-card_img img {
  font-family: "object-fit: cover;";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card07 .c-card_img img.is-noimage {
  width: 155%;
  height: 155%;
  background-color: #f2f2f2;
}

.c-card07 .c-card_content {
  padding-left: 16px;
}

.c-card07 .c-card_title {
  font-size: 16px;
  font-weight: 500;
}

.c-card07 .c-card_text {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 16px;
}

.c-card07 .c-card_link {
  margin-top: 16px;
  text-align: right;
}

.c-card07 .c-card_tags {
  overflow: hidden;
  margin: 8px 0 0 -8px;
}

.c-card07 .c-card_tags > .c-card_tag {
  font-weight: 500;
  float: left;
  margin: 8px 0 0 8px;
  color: #000;
  border: none;
  background-color: #f7b500;
}

.c-card07 .c-card_list {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 16px;
}

.c-card07 .c-card_list > .c-list_item {
  margin-top: 0;
}

.c-card07 .c-card_btn {
  margin-top: 24px;
}

.c-card07-cpn .c-card_img,
.c-card07-cpn-end .c-card_img {
  height: auto;
  padding-bottom: 0;
  background: #000;
  flex: 0 0 46.033%;
}

.c-card07-cpn .c-card_img img,
.c-card07-cpn-end .c-card_img img {
  position: static;
  height: auto;
  transform: translate(0);
}

.c-card07-cpn-end .c-card_img img {
  opacity: 0.6;
}

.c-card08 {
  display: flex;
  margin-top: 32px;
}

.c-card08 .c-card_img {
  flex: 1;
}

.c-card08 .c-card_img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.c-card08 .c-card_content {
  padding-left: 24px;
  flex: 1;
}

.c-card08 .c-card_text {
  font-size: 14px;
  line-height: 1.5;
}

.c-card08 .c-card_btn {
  margin-top: 32px;
}

.c-card08:first-child {
  margin-top: 0;
}

.c-card09 {
  display: flex;
  margin-top: 32px;
  padding: 16px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  justify-content: space-between;
}

.c-card09 .c-card_img {
  flex: 0 0 230px;
}

.c-card09 .c-card_img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.c-card09 .c-card_content {
  padding: 0 16px 0 24px;
  align-self: center;
}

.c-card09 .c-card_title {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.c-card09 .c-card_text {
  font-size: 16px;
  margin-top: 14px;
}

.c-card09 .c-card_link {
  font-size: 16px;
  margin-top: 8px;
}

.c-card09:first-child {
  margin-top: 0;
}

.c-news {
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  margin-top: 32px;
  border-bottom: 1px solid #e0e0e0;
}

.c-news:first-child {
  margin-top: 0;
}

.c-news_item {
  padding: 18px 0;
  border-top: 1px solid #ECE6DC;
}

.c-news_itemInfo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.c-news_itemInfo .c-tag + .c-tag {
  margin-left: 0;
}

.c-news_itemDate {
  vertical-align: middle;
  color: #616161;
  font-size: 14px;
}

.c-news_itemLink {
  display: block;
  font-size: 16px;
  font-family: var(--nissui-ff-sansserif-bold);
  font-weight: 600;
  margin-top: 8px;
}

.c-news_itemBodytext {
  font-size: 14px;
  margin-top: 8px;
  color: #616161;
}

.c-news_itemBodytext:after {
  content: " …";
}

.c-news_itemBodytext.is-noEllipsis:after {
  content: none;
}

.c-news-typeQa .c-news_item {
  position: relative;
  padding-left: 44px;
}

.c-news-typeQa .c-news_item:before {
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 45%;
  left: 0;
  display: block;
  content: "Q";
  transform: translate(0, -50%);
  color: #ef3340;
}

.c-news-typeQa .c-news_itemLink {
  margin-top: 0;
}

.c-rssText {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 32px;
}

.c-tab {
  margin-top: 32px;
}

.c-tab:first-child {
  margin-top: 0;
}

.c-tab_head {
  border: 1px solid #bdbdbd;
  border-bottom: 0;
}

.c-tab_tabs {
  font-size: 16px;
  line-height: 1.8;
  display: table;
  width: 100%;
  table-layout: fixed;
}

.c-tab .c-tab_trigger {
  display: table-cell;
  padding: 12px 1em;
  cursor: pointer;
  text-align: center;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #bdbdbd;
}

.c-tab .c-tab_trigger:hover {
  text-decoration: none;
}

.c-tab .c-tab_trigger-active {
  font-weight: 700;
  color: #000;
  border-color: #bdbdbd;
  border-bottom-color: transparent;
}

.c-tab .c-tab_trigger-active:first-child {
  border-left: 0;
}

.c-tab .c-tab_trigger-active:last-child {
  border-right: 0;
}

.c-tab_content {
  display: none;
}

.c-tab_content-open {
  display: block;
}

.c-accordion {
  margin-top: 32px;
  border-bottom: 1px solid #e0e0e0;
}

.c-accordion:first-child {
  margin-top: 0;
}

.c-accordion_title {
  font-size: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  display: block;
  padding: 24px 64px 24px 0;
  transition: all 0.3s;
  text-align: left;
  text-decoration: none;
  color: #000;
  border-top: 1px solid #e0e0e0;
}

.c-accordion_title.c-accordion_title-fzBig {
  font-size: 18px;
  font-weight: 700;
}

.c-accordion_title:after {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: auto;
  content: "";
  transition: all 0.3s;
  vertical-align: middle;
  background: url(/assets/img/icons/ic_plus.svg) no-repeat 0 0;
  background-size: contain;
}

.c-accordion_title:visited {
  color: #000;
}

.c-accordion_title:active,
.c-accordion_title:hover {
  color: #000;
}

.c-accordion_title.c-accordion-open:after {
  background-image: url(/assets/img/icons/ic_minus.svg);
}

.c-accordion_content {
  display: none;
}

.c-accordion_content.c-accordion-open {
  display: block;
}

.c-accordion_content_inner {
  padding: 6px 64px 32px 0;
}

.c-accordion-typeBtn {
  border-bottom: none;
}

.c-accordion-typeBtn .c-accordion_title {
  font-size: 16px;
  display: inline-block;
  width: auto;
  padding: 12px 50px 12px 24px;
  border: 1px solid #bdbdbd;
  border-radius: 24px;
  background-color: #F6F3EE;
}

.c-accordion-typeBtn .c-accordion_title:after {
  right: 16px;
  width: 24px;
  height: 24px;
  background: url(/assets/img/icons/ic_chevron_bottom.svg) no-repeat 0 0;
  background-size: contain;
}

.c-accordion-typeBtn .c-accordion_title:active,
.c-accordion-typeBtn .c-accordion_title:hover {
  color: #fff;
  border-color: #d72e39;
  background-color: #d72e39;
}

.c-accordion-typeBtn .c-accordion_title:active:after,
.c-accordion-typeBtn .c-accordion_title:hover:after {
  background-image: url(/assets/img/icons/ic_chevron_bottom_white.svg);
}

.c-accordion-typeBtn .c-accordion_title.c-accordion-open:after {
  background-image: url(/assets/img/icons/ic_chevron_top.svg);
}

.c-accordion-typeBtn .c-accordion_title.c-accordion-open:active:after,
.c-accordion-typeBtn .c-accordion_title.c-accordion-open:hover:after {
  background-image: url(/assets/img/icons/ic_chevron_top_white.svg);
}

.c-accordion-typeBtn .c-accordion_content_inner {
  padding: 24px 40px;
}

.c-accordion-typeSection {
  border-bottom: none;
}

.c-accordion-typeSection > .c-accordion_section > .c-accordion_title {
  font-size: 18px;
  font-weight: 700;
  border-top: none;
}

.c-accordion-typeSection > .c-accordion_section > .c-accordion_title:after {
  right: 8px;
  width: 36px;
  height: 36px;
}

.c-accordion-typeSection > .c-accordion_section > .c-accordion_content > .c-accordion_content_inner {
  padding-top: 8px;
  padding-bottom: 40px;
}

.c-accordion-typeSmall {
  border-bottom: none;
}

.c-accordion-typeSmall .c-accordion_title {
  display: inline-block;
  padding: 0;
  border: none;
}

.c-accordion-typeSmall .c-accordion_title:after {
  right: -28px;
  width: 24px;
  height: 24px;
}

.c-accordion-typeSmall .c-accordion_content_inner {
  padding: 24px 0;
}

.c-accordion-typeQa .c-accordion_title {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding: 30px 64px 30px 52px;
}

.c-accordion-typeQa .c-accordion_title:before {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 45%;
  left: 16px;
  display: block;
  content: "Q";
  transform: translate(0, -50%);
  color: #ef3340;
}

.c-accordion-typeQa .c-accordion_title:hover {
  background: #f6f3ee;
}

.c-accordion-typeQa .c-accordion_content_inner {
  position: relative;
  padding: 16px 64px 24px 82px;
}

.c-accordion-typeQa .c-accordion_content_inner:before {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 18px;
  left: 52px;
  display: block;
  content: "A";
  color: #000;
}

.c-accordion-typeLink {
  border-color: #9e9e9e;
}

.c-accordion-typeLink .c-accordion_title {
  padding: 24px 56px 24px 16px;
  border-color: #9e9e9e;
}

.c-accordion-typeLink .c-accordion_title:after {
  display: none;
}

.c-accordion-typeLink .c-accordion_title_link {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1.2px;
}
.c-accordion-typeLink .c-accordion_title_link::after {
  background: url(/assets_2024/img/icons/ic_link_circle.svg) center no-repeat;
  background-size: contain;
}

.c-accordion-typeLink .c-accordion_title_trigger {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 48px;
  height: calc(100% - 32px);
  margin: 16px 0;
  transition: all 0.3s;
  background: url(/assets/img/icons/ic_plus.svg) no-repeat center center;
  background-size: 32px 32px;
}

.c-accordion-typeLink .c-accordion_title_trigger:hover {
  opacity: 0.7;
}

.c-accordion-typeLink .c-accordion_title_trigger.c-accordion-open {
  background-image: url(/assets/img/icons/ic_minus.svg);
}

.c-accordion-typeLink .c-accordion_title_trigger:after {
  position: absolute;
  top: 0;
  left: -8px;
  display: block;
  width: 1px;
  height: 100%;
  content: "";
  background: #d8d8d8;
}

.c-accordion-typeLink .c-accordion_content_inner {
  padding: 0;
}

.c-pagination {
  margin-top: 32px;
  text-align: center;
}

.c-pagination:first-child {
  margin-top: 0;
}

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

.c-pagination_item {
  display: inline-block;
  vertical-align: middle;
}

.c-pagination_item > a,
.c-pagination_item > span {
  font-size: 16px;
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #000;
}

.c-pagination_item > a:hover,
.c-pagination_item > span:hover {
  opacity: 0.7;
}

.c-pagination_item > span {
  color: #d72e39;
}

.c-pagination_item > span:hover {
  opacity: 1;
}

.c-pagination_next > a,
.c-pagination_next > span,
.c-pagination_prev > a,
.c-pagination_prev > span {
  font-size: 0;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.c-pagination_next > span,
.c-pagination_prev > span {
  opacity: 0.1;
}

.c-pagination_prev > a,
.c-pagination_prev > span {
  background-image: url(/assets/img/icons/ic_chevron_left.svg);
}

.c-pagination_next > a,
.c-pagination_next > span {
  background-image: url(/assets/img/icons/ic_chevron_right.svg);
}

.c-form {
  width: 100%;
  margin-top: 32px;
}

.c-form:first-child {
  margin-top: 0;
}

.c-form_title {
  font-size: 14px;
  font-weight: 500;
  width: 120px;
  padding: 16px 0;
  text-align: left;
  vertical-align: top;
}

.c-form_body {
  padding: 12px;
}

.c-form_tag {
  font-size: 12px;
  font-weight: 500;
  position: relative;
  top: -0.1em;
  display: block;
  width: 48px;
  text-align: center;
  color: #d8313c;
  border: 1px solid #d8313c;
  border-radius: 12px;
}

.c-form_description {
  font-size: 14px;
}

.c-form_description + .c-inputText,
.c-form_description + .c-pulldown,
.c-form_description + .c-textarea {
  margin-top: 8px;
}

.c-formBtn {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  display: block;
  margin: 8px;
  padding: 14px 36px;
  transition: all 0.3s;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.c-formBtn_wrap {
  display: flex;
  margin: 16px -8px -8px;
  flex-wrap: wrap;
  justify-content: center;
}

.c-formBtn_wrap:first-child {
  margin-top: 0;
}

.c-formBtn-submit {
  color: #fff;
  background-color: #1565c0;
}

.c-formBtn-submit:hover:not([disabled]) {
  background-color: #0e4d94;
}

.c-formBtn-reset {
  color: #000;
  background-color: #e6e6e6;
}

.c-formBtn-reset:hover:not([disabled]) {
  background-color: #c2c2c2;
}

.c-formBtn[disabled] {
  cursor: default;
  opacity: 0.3;
  box-shadow: none;
}

.c-radio,
.c-selectbox {
  position: relative;
  display: inline-block;
  margin-top: 32px;
}

.c-radio:first-child,
.c-selectbox:first-child {
  margin-top: 0;
}

.c-radio_input,
.c-selectbox_input {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
}

.c-radio_text,
.c-selectbox_text {
  position: relative;
  display: block;
  padding-left: 24px;
  cursor: pointer;
}

.c-radio_text:after,
.c-radio_text:before,
.c-selectbox_text:after,
.c-selectbox_text:before {
  position: absolute;
  display: inline-block;
  content: "";
}

.c-radio_text:before,
.c-selectbox_text:before {
  z-index: 1;
}

.c-selectbox {
  margin-top: 32px;
}

.c-selectbox:first-child {
  margin-top: 0;
}

.c-selectbox_input:checked + .c-selectbox_text:before {
  opacity: 1;
}

.c-selectbox_input:checked + .c-selectbox_text:after {
  background-color: #000;
}

.c-selectbox_input:focus + .c-selectbox_text:after {
  outline-style: auto;
}

.c-selectbox_text:before {
  top: 0;
  bottom: 0;
  left: 5px;
  width: 7px;
  height: 12px;
  margin: auto;
  transform: rotate(45deg) translate(-1px, -1px);
  opacity: 0;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.c-selectbox_text:after {
  top: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  border: 2px solid #000;
  border-radius: 2px;
  background-color: transparent;
}

.c-radio {
  margin-top: 32px;
  margin-right: 24px;
}

.c-radio:first-child {
  margin-top: 0;
}

.c-radio_input:checked + .c-radio_text:before {
  background-color: #000;
}

.c-radio_input:focus + .c-radio_text:after {
  outline-style: auto;
}

.c-radio_text:after,
.c-radio_text:before {
  top: 0;
  bottom: 0;
  margin: auto;
}

.c-radio_text:before {
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
}

.c-radio_text:after {
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  border: 2px solid #000;
  border-radius: 50%;
  background-color: #fff;
}

.c-selectbtn {
  position: relative;
  display: inline-block;
  margin: 8px 0 0 8px;
}

.c-selectbtn_wrap {
  font-size: 0;
  margin: -8px 0 0 -8px;
}

.c-selectbtn_input {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
}

.c-selectbtn_input:hover + .c-selectbtn_text {
  background: #c2c2c2;
}

.c-selectbtn_input:checked + .c-selectbtn_text {
  color: #fff;
  background: #d22d37;
}

.c-selectbtn_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  display: block;
  padding: 8px 20px;
  cursor: pointer;
  transition: all 0.3s;
  color: #000;
  border-radius: 4px;
  background: #e6e6e6;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.c-pulldown {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 32px;
  transition: opacity 0.3s;
}

.c-pulldown:first-child {
  margin-top: 0;
}

.c-pulldown-autoWidth {
  width: auto;
}

.c-pulldown-autoWidth select {
  width: auto;
}

.c-pulldown select {
  font-size: 14px;
  font-weight: 500;
  display: block;
  width: 100%;
  height: 2.5em;
  padding: 0 36px 0 16px;
  cursor: pointer;
  color: #000;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-pulldown select::-ms-expand {
  display: none;
}

.c-pulldown:after {
  position: absolute;
  top: 50%;
  right: 8px;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-top: -0.75em;
  content: "";
  pointer-events: none;
  background-image: url(/assets/img/icons/ic_chevron_bottom.svg);
  background-size: 1.5em 1.5em;
}

.c-pulldown.is-disabled {
  opacity: 0.3;
}

.c-pulldown.is-disabled select {
  cursor: default;
  box-shadow: none;
}

.c-inputText,
.c-textarea {
  font-size: 16px;
  line-height: 1.8;
  line-height: 1;
  display: inline-block;
  width: 100%;
  margin-top: 32px;
  padding: 12px 16px;
  border: 1px solid #000;
  border-radius: 4px;
}

.c-inputText:first-child,
.c-textarea:first-child {
  margin-top: 0;
}

.c-inputText-error,
.c-textarea-error {
  border-color: #e65100;
}

.c-inputText-autoWidth,
.c-textarea-autoWidth {
  width: auto;
}

.c-searchBox {
  font-size: 14px;
  line-height: 1.8;
  width: 100%;
  margin-top: 24px;
  border-radius: 4px;
  border: 1px solid #CCC;
  background: #FFF;
}

.c-searchBox:first-child {
  margin-top: 0;
}

.c-searchBox_form {
  display: flex;
}

.c-searchBox_input {
  line-height: 40px;
  width: 100%;
  padding: 0 16px;
  border-radius: 4px 0 0 4px;
  flex: 1;
}

.c-searchBox_input:placeholder {
  color: #9e9e9e;
}

.c-searchBox_input:not(:-moz-placeholder-shown) {
  background-color: #fefbf3;
}

.c-searchBox_input:not(:placeholder-shown) {
  background-color: #fefbf3;
}

.c-searchBox_submit {
  width: 56px;
  padding: 0;
  text-indent: -9999px;
  background: url(/assets_2024/img/icons/ic_search.svg) no-repeat center center;
  background-size: 24px 24px;
  cursor: pointer;
}

.c-searchBox_submit:hover {
  opacity: 0.7;
}

.c-outsideContainer {
  border-bottom: 1px solid #bdbdbd;
}

.c-outsideContainer_close {
  font-size: 0;
  position: absolute;
  top: 24px;
  right: 16px;
  width: 32px;
  height: 32px;
}

.c-outsideContainer_inner {
  position: relative;
  padding-top: 48px;
  padding-bottom: 48px;
}

.c-outsideContainer_body {
  margin-top: 24px;
}

.c-notice {
  margin-top: 80px;
  padding: 32px;
  border-radius: 6px;
  background-color: rgba(250, 222, 217, 0.3);
}

.c-notice:first-child {
  margin-top: 0;
}

.c-notice_date {
  font-size: 14px;
  color: #616161;
}

.c-notice_title {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 8px;
  color: #d72e39;
}

.c-notice_text {
  line-height: 1.5;
  margin-top: 8px;
}

.c-notice-lv2 {
  padding: 16px;
}

.c-notice-lv3 .c-notice_title {
  font-size: 32px;
}

.c-marker {
  font-style: normal;
  background: linear-gradient(transparent 80%, #FF5100 80%);
}
@media only screen and (min-width: 768px) {
  .c-marker {
    background: linear-gradient(transparent 70%, #FF5100 70%);
  }
}

/*! =========================================================
 _utility
========================================================= */
.u-ratio-16\:9 {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.u-ratio-3\:2 {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.u-ratio-1\:1 {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.u-rounded-md {
  border-radius: var(--nissui-border-radius-md);
}

.u-rounded-lg {
  border-radius: var(--nissui-border-radius-lg);
}

.u-box {
  padding: 32px;
  color: #000;
  border-radius: 6px;
  background: #f6f3ee;
}
.u-box.u-box-p16 {
  padding: 16px;
}

.u-box_headding {
  font-size: 18px;
  font-weight: 500;
}

.u-box_headding + .u-box_body {
  margin-top: 16px;
}

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

.u-ta-center-imp {
  text-align: center !important;
}

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

.u-ta-left-imp {
  text-align: left !important;
}

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

.u-ta-right-imp {
  text-align: right !important;
}

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

.u-va-top-imp {
  vertical-align: top !important;
}

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

.u-va-middle-imp {
  vertical-align: middle !important;
}

.u-va-bottom {
  vertical-align: bottom;
}

.u-va-bottom-imp {
  vertical-align: bottom !important;
}

.u-ff-sansserif {
  font-family: var(--nissui-ff-sansserif);
}

.u-ff-sansserif-imp {
  font-family: var(--nissui-ff-sansserif) !important;
}

.u-ff-serif {
  font-family: var(--nissui-ff-sansserif);
}

.u-ff-serif-imp {
  font-family: var(--nissui-ff-sansserif) !important;
}

.u-ff-en {
  font-family: var(--nissui-ff-en), sans-serif;
}

.u-ff-en-imp {
  font-family: var(--nissui-ff-en), sans-serif !important;
}

.u-ff-num {
  font-family: var(--nissui-ff-number);
}

.u-ff-num-imp {
  font-family: var(--nissui-ff-number) !important;
}

.u-fz-10 {
  font-size: 10px;
}

.u-fz-10-imp {
  font-size: 10px !important;
}

.u-fz-11 {
  font-size: 11px;
}

.u-fz-11-imp {
  font-size: 11px !important;
}

.u-fz-12 {
  font-size: 12px;
}

.u-fz-12-imp {
  font-size: 12px !important;
}

.u-fz-13 {
  font-size: 13px;
}

.u-fz-13-imp {
  font-size: 13px !important;
}

.u-fz-14 {
  font-size: 14px;
}

.u-fz-14-imp {
  font-size: 14px !important;
}

.u-fz-15 {
  font-size: 15px;
}

.u-fz-15-imp {
  font-size: 15px !important;
}

.u-fz-16 {
  font-size: 16px;
}

.u-fz-16-imp {
  font-size: 16px !important;
}

.u-fz-17 {
  font-size: 17px;
}

.u-fz-17-imp {
  font-size: 17px !important;
}

.u-fz-18 {
  font-size: 18px;
}

.u-fz-18-imp {
  font-size: 18px !important;
}

.u-fz-19 {
  font-size: 19px;
}

.u-fz-19-imp {
  font-size: 19px !important;
}

.u-fz-20 {
  font-size: 20px;
}

.u-fz-20-imp {
  font-size: 20px !important;
}

.u-fz-21 {
  font-size: 21px;
}

.u-fz-21-imp {
  font-size: 21px !important;
}

.u-fz-22 {
  font-size: 22px;
}

.u-fz-22-imp {
  font-size: 22px !important;
}

.u-fz-23 {
  font-size: 23px;
}

.u-fz-23-imp {
  font-size: 23px !important;
}

.u-fz-24 {
  font-size: 24px;
}

.u-fz-24-imp {
  font-size: 24px !important;
}

.u-fz-25 {
  font-size: 25px;
}

.u-fz-25-imp {
  font-size: 25px !important;
}

.u-fz-26 {
  font-size: 26px;
}

.u-fz-26-imp {
  font-size: 26px !important;
}

.u-fz-27 {
  font-size: 27px;
}

.u-fz-27-imp {
  font-size: 27px !important;
}

.u-fz-28 {
  font-size: 28px;
}

.u-fz-28-imp {
  font-size: 28px !important;
}

.u-fz-29 {
  font-size: 29px;
}

.u-fz-29-imp {
  font-size: 29px !important;
}

.u-fz-30 {
  font-size: 30px;
}

.u-fz-30-imp {
  font-size: 30px !important;
}

.u-fz-31 {
  font-size: 31px;
}

.u-fz-31-imp {
  font-size: 31px !important;
}

.u-fz-32 {
  font-size: 32px;
}

.u-fz-32-imp {
  font-size: 32px !important;
}

.u-fz-33 {
  font-size: 33px;
}

.u-fz-33-imp {
  font-size: 33px !important;
}

.u-fz-34 {
  font-size: 34px;
}

.u-fz-34-imp {
  font-size: 34px !important;
}

.u-fz-35 {
  font-size: 35px;
}

.u-fz-35-imp {
  font-size: 35px !important;
}

.u-fz-36 {
  font-size: 36px;
}

.u-fz-36-imp {
  font-size: 36px !important;
}

.u-fz-37 {
  font-size: 37px;
}

.u-fz-37-imp {
  font-size: 37px !important;
}

.u-fz-38 {
  font-size: 38px;
}

.u-fz-38-imp {
  font-size: 38px !important;
}

.u-fz-39 {
  font-size: 39px;
}

.u-fz-39-imp {
  font-size: 39px !important;
}

.u-fz-40 {
  font-size: 40px;
}

.u-fz-40-imp {
  font-size: 40px !important;
}

.u-fz-41 {
  font-size: 41px;
}

.u-fz-41-imp {
  font-size: 41px !important;
}

.u-fz-42 {
  font-size: 42px;
}

.u-fz-42-imp {
  font-size: 42px !important;
}

.u-fz-43 {
  font-size: 43px;
}

.u-fz-43-imp {
  font-size: 43px !important;
}

.u-fz-44 {
  font-size: 44px;
}

.u-fz-44-imp {
  font-size: 44px !important;
}

.u-fz-45 {
  font-size: 45px;
}

.u-fz-45-imp {
  font-size: 45px !important;
}

.u-fz-46 {
  font-size: 46px;
}

.u-fz-46-imp {
  font-size: 46px !important;
}

.u-fz-47 {
  font-size: 47px;
}

.u-fz-47-imp {
  font-size: 47px !important;
}

.u-fz-48 {
  font-size: 48px;
}

.u-fz-48-imp {
  font-size: 48px !important;
}

.u-fz-49 {
  font-size: 49px;
}

.u-fz-49-imp {
  font-size: 49px !important;
}

.u-fz-50 {
  font-size: 50px;
}

.u-fz-50-imp {
  font-size: 50px !important;
}

.u-fz-51 {
  font-size: 51px;
}

.u-fz-51-imp {
  font-size: 51px !important;
}

.u-fz-52 {
  font-size: 52px;
}

.u-fz-52-imp {
  font-size: 52px !important;
}

.u-fz-53 {
  font-size: 53px;
}

.u-fz-53-imp {
  font-size: 53px !important;
}

.u-fz-54 {
  font-size: 54px;
}

.u-fz-54-imp {
  font-size: 54px !important;
}

.u-fz-55 {
  font-size: 55px;
}

.u-fz-55-imp {
  font-size: 55px !important;
}

.u-fz-56 {
  font-size: 56px;
}

.u-fz-56-imp {
  font-size: 56px !important;
}

.u-fz-57 {
  font-size: 57px;
}

.u-fz-57-imp {
  font-size: 57px !important;
}

.u-fz-58 {
  font-size: 58px;
}

.u-fz-58-imp {
  font-size: 58px !important;
}

.u-fz-59 {
  font-size: 59px;
}

.u-fz-59-imp {
  font-size: 59px !important;
}

.u-fz-60 {
  font-size: 60px;
}

.u-fz-60-imp {
  font-size: 60px !important;
}

.u-fz-61 {
  font-size: 61px;
}

.u-fz-61-imp {
  font-size: 61px !important;
}

.u-fz-62 {
  font-size: 62px;
}

.u-fz-62-imp {
  font-size: 62px !important;
}

.u-fz-63 {
  font-size: 63px;
}

.u-fz-63-imp {
  font-size: 63px !important;
}

.u-fz-64 {
  font-size: 64px;
}

.u-fz-64-imp {
  font-size: 64px !important;
}

.u-fz-65 {
  font-size: 65px;
}

.u-fz-65-imp {
  font-size: 65px !important;
}

.u-fz-66 {
  font-size: 66px;
}

.u-fz-66-imp {
  font-size: 66px !important;
}

.u-fz-67 {
  font-size: 67px;
}

.u-fz-67-imp {
  font-size: 67px !important;
}

.u-fz-68 {
  font-size: 68px;
}

.u-fz-68-imp {
  font-size: 68px !important;
}

.u-fz-69 {
  font-size: 69px;
}

.u-fz-69-imp {
  font-size: 69px !important;
}

.u-fz-70 {
  font-size: 70px;
}

.u-fz-70-imp {
  font-size: 70px !important;
}

.u-fz-71 {
  font-size: 71px;
}

.u-fz-71-imp {
  font-size: 71px !important;
}

.u-fz-72 {
  font-size: 72px;
}

.u-fz-72-imp {
  font-size: 72px !important;
}

.u-fz-73 {
  font-size: 73px;
}

.u-fz-73-imp {
  font-size: 73px !important;
}

.u-fz-74 {
  font-size: 74px;
}

.u-fz-74-imp {
  font-size: 74px !important;
}

.u-fz-75 {
  font-size: 75px;
}

.u-fz-75-imp {
  font-size: 75px !important;
}

.u-fz-76 {
  font-size: 76px;
}

.u-fz-76-imp {
  font-size: 76px !important;
}

.u-fz-77 {
  font-size: 77px;
}

.u-fz-77-imp {
  font-size: 77px !important;
}

.u-fz-78 {
  font-size: 78px;
}

.u-fz-78-imp {
  font-size: 78px !important;
}

.u-fz-79 {
  font-size: 79px;
}

.u-fz-79-imp {
  font-size: 79px !important;
}

.u-fz-80 {
  font-size: 80px;
}

.u-fz-80-imp {
  font-size: 80px !important;
}

.u-fz-81 {
  font-size: 81px;
}

.u-fz-81-imp {
  font-size: 81px !important;
}

.u-fz-82 {
  font-size: 82px;
}

.u-fz-82-imp {
  font-size: 82px !important;
}

.u-fz-83 {
  font-size: 83px;
}

.u-fz-83-imp {
  font-size: 83px !important;
}

.u-fz-84 {
  font-size: 84px;
}

.u-fz-84-imp {
  font-size: 84px !important;
}

.u-fz-85 {
  font-size: 85px;
}

.u-fz-85-imp {
  font-size: 85px !important;
}

.u-fz-86 {
  font-size: 86px;
}

.u-fz-86-imp {
  font-size: 86px !important;
}

.u-fz-87 {
  font-size: 87px;
}

.u-fz-87-imp {
  font-size: 87px !important;
}

.u-fz-88 {
  font-size: 88px;
}

.u-fz-88-imp {
  font-size: 88px !important;
}

.u-fz-89 {
  font-size: 89px;
}

.u-fz-89-imp {
  font-size: 89px !important;
}

.u-fz-90 {
  font-size: 90px;
}

.u-fz-90-imp {
  font-size: 90px !important;
}

.u-fz-91 {
  font-size: 91px;
}

.u-fz-91-imp {
  font-size: 91px !important;
}

.u-fz-92 {
  font-size: 92px;
}

.u-fz-92-imp {
  font-size: 92px !important;
}

.u-fz-93 {
  font-size: 93px;
}

.u-fz-93-imp {
  font-size: 93px !important;
}

.u-fz-94 {
  font-size: 94px;
}

.u-fz-94-imp {
  font-size: 94px !important;
}

.u-fz-95 {
  font-size: 95px;
}

.u-fz-95-imp {
  font-size: 95px !important;
}

.u-fz-96 {
  font-size: 96px;
}

.u-fz-96-imp {
  font-size: 96px !important;
}

.u-fz-97 {
  font-size: 97px;
}

.u-fz-97-imp {
  font-size: 97px !important;
}

.u-fz-98 {
  font-size: 98px;
}

.u-fz-98-imp {
  font-size: 98px !important;
}

.u-fz-99 {
  font-size: 99px;
}

.u-fz-99-imp {
  font-size: 99px !important;
}

.u-fz-100 {
  font-size: 100px;
}

.u-fz-100-imp {
  font-size: 100px !important;
}

.u-fw-thin {
  font-weight: 100;
}

.u-fw-thin-imp {
  font-weight: 100 !important;
}

.u-fw-light {
  font-weight: 200;
}

.u-fw-light-imp {
  font-weight: 200 !important;
}

.u-fw-demilight {
  font-weight: 300;
}

.u-fw-demilight-imp {
  font-weight: 300 !important;
}

.u-fw-regular {
  font-weight: 400;
}

.u-fw-regular-imp {
  font-weight: 400 !important;
}

.u-fw-medium {
  font-weight: 500;
}

.u-fw-medium-imp {
  font-weight: 500 !important;
}

.u-fw-semibold {
  font-weight: 600;
}

.u-fw-semibold-imp {
  font-weight: 600 !important;
}

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

.u-fw-bold-imp {
  font-weight: 700 !important;
}

.u-fw-black {
  font-weight: 900;
}

.u-fw-black-imp {
  font-weight: 900 !important;
}

.u-tc-black {
  color: #000;
}

.u-tc-black-imp {
  color: #000 !important;
}

.u-tc-grey900 {
  color: #212121;
}

.u-tc-grey900-imp {
  color: #212121 !important;
}

.u-tc-grey800 {
  color: #424242;
}

.u-tc-grey800-imp {
  color: #424242 !important;
}

.u-tc-grey700 {
  color: #616161;
}

.u-tc-grey700-imp {
  color: #616161 !important;
}

.u-tc-grey600 {
  color: #757575;
}

.u-tc-grey600-imp {
  color: #757575 !important;
}

.u-tc-grey500 {
  color: #9e9e9e;
}

.u-tc-grey500-imp {
  color: #9e9e9e !important;
}

.u-tc-grey400 {
  color: #bdbdbd;
}

.u-tc-grey400-imp {
  color: #bdbdbd !important;
}

.u-tc-grey300 {
  color: #e0e0e0;
}

.u-tc-grey300-imp {
  color: #e0e0e0 !important;
}

.u-tc-grey200 {
  color: #eee;
}

.u-tc-grey200-imp {
  color: #eee !important;
}

.u-tc-grey100 {
  color: #f6f3ee;
}

.u-tc-grey100-imp {
  color: #f6f3ee !important;
}

.u-tc-grey50 {
  color: #fafafa;
}

.u-tc-grey50-imp {
  color: #fafafa !important;
}

.u-tc-white {
  color: #fff;
}

.u-tc-white-imp {
  color: #fff !important;
}

.u-tc-ci {
  color: #ef3340;
}

.u-tc-ci-imp {
  color: #ef3340 !important;
}

.u-tc-red {
  color: #d72e39;
}

.u-tc-red-imp {
  color: #d72e39 !important;
}

.u-tc-wine {
  color: #b62730;
}

.u-tc-wine-imp {
  color: #b62730 !important;
}

.u-tc-like01 {
  color: #4c63ac;
}

.u-tc-like01-imp {
  color: #4c63ac !important;
}

.u-tc-like02 {
  color: #369cd8;
}

.u-tc-like02-imp {
  color: #369cd8 !important;
}

.u-tc-like03 {
  color: #59b060;
}

.u-tc-like03-imp {
  color: #59b060 !important;
}

.u-tc-like04 {
  color: #f4c31d;
}

.u-tc-like04-imp {
  color: #f4c31d !important;
}

.u-tc-like05 {
  color: #f4a316;
}

.u-tc-like05-imp {
  color: #f4a316 !important;
}

.u-bgc-black {
  background: #000;
}

.u-bgc-black-imp {
  background: #000 !important;
}

.u-bgc-grey900 {
  background: #212121;
}

.u-bgc-grey900-imp {
  background: #212121 !important;
}

.u-bgc-grey800 {
  background: #424242;
}

.u-bgc-grey800-imp {
  background: #424242 !important;
}

.u-bgc-grey700 {
  background: #616161;
}

.u-bgc-grey700-imp {
  background: #616161 !important;
}

.u-bgc-grey600 {
  background: #757575;
}

.u-bgc-grey600-imp {
  background: #757575 !important;
}

.u-bgc-grey500 {
  background: #9e9e9e;
}

.u-bgc-grey500-imp {
  background: #9e9e9e !important;
}

.u-bgc-grey400 {
  background: #bdbdbd;
}

.u-bgc-grey400-imp {
  background: #bdbdbd !important;
}

.u-bgc-grey300 {
  background: #e0e0e0;
}

.u-bgc-grey300-imp {
  background: #e0e0e0 !important;
}

.u-bgc-grey200 {
  background: #eee;
}

.u-bgc-grey200-imp {
  background: #eee !important;
}

.u-bgc-grey100 {
  background: #f6f3ee;
}

.u-bgc-grey100-imp {
  background: #f6f3ee !important;
}

.u-bgc-grey50 {
  background: #fafafa;
}

.u-bgc-grey50-imp {
  background: #fafafa !important;
}

.u-bgc-white {
  background: #fff;
}

.u-bgc-white-imp {
  background: #fff !important;
}

.u-bgc-ci {
  background: #ef3340;
}

.u-bgc-ci-imp {
  background: #ef3340 !important;
}

.u-bgc-red {
  background: #d72e39;
}

.u-bgc-red-imp {
  background: #d72e39 !important;
}

.u-bgc-wine {
  background: #b62730;
}

.u-bgc-wine-imp {
  background: #b62730 !important;
}

.u-bgc-like01 {
  background: #4c63ac;
}

.u-bgc-like01-imp {
  background: #4c63ac !important;
}

.u-bgc-like02 {
  background: #369cd8;
}

.u-bgc-like02-imp {
  background: #369cd8 !important;
}

.u-bgc-like03 {
  background: #59b060;
}

.u-bgc-like03-imp {
  background: #59b060 !important;
}

.u-bgc-like04 {
  background: #f4c31d;
}

.u-bgc-like04-imp {
  background: #f4c31d !important;
}

.u-bgc-like05 {
  background: #f4a316;
}

.u-bgc-like05-imp {
  background: #f4a316 !important;
}

.u-bdc-black {
  border-color: #000;
}

.u-bdc-black-imp {
  border-color: #000 !important;
}

.u-bdc-grey900 {
  border-color: #212121;
}

.u-bdc-grey900-imp {
  border-color: #212121 !important;
}

.u-bdc-grey800 {
  border-color: #424242;
}

.u-bdc-grey800-imp {
  border-color: #424242 !important;
}

.u-bdc-grey700 {
  border-color: #616161;
}

.u-bdc-grey700-imp {
  border-color: #616161 !important;
}

.u-bdc-grey600 {
  border-color: #757575;
}

.u-bdc-grey600-imp {
  border-color: #757575 !important;
}

.u-bdc-grey500 {
  border-color: #9e9e9e;
}

.u-bdc-grey500-imp {
  border-color: #9e9e9e !important;
}

.u-bdc-grey400 {
  border-color: #bdbdbd;
}

.u-bdc-grey400-imp {
  border-color: #bdbdbd !important;
}

.u-bdc-grey300 {
  border-color: #e0e0e0;
}

.u-bdc-grey300-imp {
  border-color: #e0e0e0 !important;
}

.u-bdc-grey200 {
  border-color: #eee;
}

.u-bdc-grey200-imp {
  border-color: #eee !important;
}

.u-bdc-grey100 {
  border-color: #f6f3ee;
}

.u-bdc-grey100-imp {
  border-color: #f6f3ee !important;
}

.u-bdc-grey50 {
  border-color: #fafafa;
}

.u-bdc-grey50-imp {
  border-color: #fafafa !important;
}

.u-bdc-white {
  border-color: #fff;
}

.u-bdc-white-imp {
  border-color: #fff !important;
}

.u-bdc-ci {
  border-color: #ef3340;
}

.u-bdc-ci-imp {
  border-color: #ef3340 !important;
}

.u-bdc-red {
  border-color: #d72e39;
}

.u-bdc-red-imp {
  border-color: #d72e39 !important;
}

.u-bdc-wine {
  border-color: #b62730;
}

.u-bdc-wine-imp {
  border-color: #b62730 !important;
}

.u-bdc-like01 {
  border-color: #4c63ac;
}

.u-bdc-like01-imp {
  border-color: #4c63ac !important;
}

.u-bdc-like02 {
  border-color: #369cd8;
}

.u-bdc-like02-imp {
  border-color: #369cd8 !important;
}

.u-bdc-like03 {
  border-color: #59b060;
}

.u-bdc-like03-imp {
  border-color: #59b060 !important;
}

.u-bdc-like04 {
  border-color: #f4c31d;
}

.u-bdc-like04-imp {
  border-color: #f4c31d !important;
}

.u-bdc-like05 {
  border-color: #f4a316;
}

.u-bdc-like05-imp {
  border-color: #f4a316 !important;
}

.u-icon::before, .u-icon::after {
  position: relative;
  top: -0.1em;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  background-size: contain;
  -webkit-mask: center center/100% 100%;
          mask: center center/100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.u-icon:not(.u-icon-after)::before {
  content: "";
  margin-right: 0.25em;
}
.u-icon.u-icon-after::after {
  content: "";
  margin-left: 0.25rem;
}
.u-icon[class*=u-icon-chevronRight]::before, .u-icon[class*=u-icon-chevronRight]::after {
  -webkit-mask-image: url(/assets_2024/img/icons/ic_chevron_right.svg);
          mask-image: url(/assets_2024/img/icons/ic_chevron_right.svg);
  background-color: #e50012;
}
.u-icon[class*=u-icon-chevronLeft]::before, .u-icon[class*=u-icon-chevronLeft]::after {
  -webkit-mask-image: url(/assets_2024/img/icons/ic_chevron_left.svg);
          mask-image: url(/assets_2024/img/icons/ic_chevron_left.svg);
  background-color: #e50012;
}
.u-icon[class*=u-icon-chevronBottom]::before, .u-icon[class*=u-icon-chevronBottom]::after {
  -webkit-mask-image: url(/assets_2024/img/icons/ic_anchor.svg);
          mask-image: url(/assets_2024/img/icons/ic_anchor.svg);
  background-color: #e50012;
}
.u-icon[class*=u-icon-chevronBottom][href^="#"]::before, .u-icon[class*=u-icon-chevronBottom][href^="#"]::after {
  -webkit-mask-image: url(/assets_2024/img/icons/ic_chevron_bottom.svg);
          mask-image: url(/assets_2024/img/icons/ic_chevron_bottom.svg);
  background-color: #000;
}
.u-icon[class*=u-icon-pdf]::before, .u-icon[class*=u-icon-pdf]::after {
  -webkit-mask-image: url(/assets_2024/img/icons/ic_file_pdf.svg);
          mask-image: url(/assets_2024/img/icons/ic_file_pdf.svg);
  background-color: #e50012;
}
.u-icon[class*=u-icon-linkBlank]::before, .u-icon[class*=u-icon-linkBlank]::after {
  -webkit-mask-image: url(/assets_2024/img/icons/ic_blank.svg);
          mask-image: url(/assets_2024/img/icons/ic_blank.svg);
  background-color: #e50012;
}

.u-icon-chevronTop:before {
  background-image: url(/assets/img/icons/ic_chevron_top.svg);
}

.u-icon-chevronTop-white:before {
  background-image: url(/assets/img/icons/ic_chevron_top_white.svg);
}

.u-icon-chevronBottom:before {
  background-image: url(/assets/img/icons/ic_chevron_bottom.svg);
}

.u-icon-chevronBottom-red:before {
  background-image: url(/assets/img/icons/ic_chevron_bottom_red.svg);
}

.u-icon-chevronBottom-white:before {
  background-image: url(/assets/img/icons/ic_chevron_bottom_white.svg);
}

.u-icon-chevronLeft:before {
  background-image: url(/assets/img/icons/ic_chevron_left.svg);
}

.u-icon-chevronLeft-red:before {
  background-image: url(/assets/img/icons/ic_chevron_left_red.svg);
}

.u-icon-chevronRight-white:before {
  background-image: url(/assets_2024/img/icons/ic_chevron_right_white.svg);
}

.u-icon-link::before, .u-icon-link::after {
  background-image: url(/assets_2024/img/icons/ic_link.svg);
}

.u-icon-link-red::before, .u-icon-link-red::after {
  border-radius: 50%;
  background-image: url(/assets_2024/img/icons/ic_link_circle.svg);
}

.u-icon-link-white:before {
  background-image: url(/assets_2024/img/icons/ic_link_white.svg);
}

.u-icon-linkBlank-red:before {
  background-image: url(/assets_2024/img/icons/ic_link_blank_red.svg);
}

.u-icon-linkBlank-white:before {
  background-image: url(/assets_2024/img/icons/ic_link_blank_white.svg);
}

.u-icon-pdf-red:before {
  background-image: url(/assets_2024/img/icons/ic_pdf_red.svg);
}

.u-icon-pdf-white:before {
  background-image: url(/assets_2024/img/icons/ic_pdf_white.svg);
}

.u-icon-triBottom-grey:before {
  background-image: url(/assets_2024/img/icons/ic_tri_bottom_grey.svg);
}

.u-icon-triRight-grey:before {
  background-image: url(/assets_2024/img/icons/ic_tri_right_grey.svg);
}

.u-icon-close:before {
  background-image: url(/assets_2024/img/icons/ic_close.svg);
}

.u-icon-closeThin:before {
  background-image: url(/assets_2024/img/icons/ic_close_thin.svg);
}

.u-icon-menu:before {
  background-image: url(/assets_2024/img/icons/ic_menu.svg);
}

.u-icon-pause:before {
  background-image: url(/assets_2024/img/icons/ic_pause.svg);
}

.u-icon-play:before {
  background-image: url(/assets_2024/img/icons/ic_play.svg);
}

.u-icon-plus:before {
  background-image: url(/assets_2024/img/icons/ic_plus.svg);
}

.u-icon-plus-white:before {
  background-image: url(/assets_2024/img/icons/ic_plus_white.svg);
}

.u-icon-minus:before {
  background-image: url(/assets_2024/img/icons/ic_minus.svg);
}

.u-icon-search:before {
  background-image: url(/assets_2024/img/icons/ic_search.svg);
}

.u-icon-search-grey:before {
  background-image: url(/assets_2024/img/icons/ic_search_grey.svg);
}

.u-icon-pagetop:before {
  background-image: url(/assets_2024/img/icons/ic_pagetop.svg);
}

.u-icon-shopping-red:before {
  background-image: url(/assets_2024/img/icons/ic_shopping_red.svg);
}

.u-icon-megaphone-red:before {
  background-image: url(/assets_2024/img/icons/ic_megaphone_red.svg);
}

.u-icon-question-red:before {
  background-image: url(/assets_2024/img/icons/ic_question_red.svg);
}

.u-icon-tv-red:before {
  background-image: url(/assets_2024/img/icons/ic_tv_red.svg);
}

.u-icon-calorie-red:before {
  background-image: url(/assets_2024/img/icons/ic_calorie_red.svg);
}

.u-icon-fish-red:before {
  background-image: url(/assets_2024/img/icons/ic_fish_red.svg);
}

.u-icon-history-red:before {
  background-image: url(/assets_2024/img/icons/ic_history_red.svg);
}

.u-icon-pot-red:before {
  background-image: url(/assets_2024/img/icons/ic_pot_red.svg);
}

.u-icon-salt-red:before {
  background-image: url(/assets_2024/img/icons/ic_salt_red.svg);
}

.u-icon-time-red:before {
  background-image: url(/assets_2024/img/icons/ic_time_red.svg);
}

.u-icon-like-red:before {
  background-image: url(/assets_2024/img/icons/ic_like_red.svg);
}

.u-icon-like-white:before {
  background-image: url(/assets_2024/img/icons/ic_like_white.svg);
}

.u-icon-campaign-red:before {
  background-image: url(/assets_2024/img/icons/ic_campaign_red.svg);
}

.u-icon-campaign-white:before {
  background-image: url(/assets_2024/img/icons/ic_campaign_white.svg);
}

.u-icon-product-red:before {
  background-image: url(/assets_2024/img/icons/ic_product_red.svg);
}

.u-icon-product-white:before {
  background-image: url(/assets_2024/img/icons/ic_product_white.svg);
}

.u-icon-recipe-red:before {
  background-image: url(/assets_2024/img/icons/ic_recipe_red.svg);
}

.u-icon-recipe-white:before {
  background-image: url(/assets_2024/img/icons/ic_recipe_white.svg);
}

.u-icon-3items-red:before {
  background-image: url(/assets_2024/img/icons/ic_3items_red.svg);
}

.u-icon-10min-red:before {
  background-image: url(/assets_2024/img/icons/ic_10min_red.svg);
}

.u-icon-calorie_02-red:before {
  background-image: url(/assets_2024/img/icons/ic_calorie_02_red.svg);
}

.u-icon-salt_02-red:before {
  background-image: url(/assets_2024/img/icons/ic_salt_02_red.svg);
}

.u-icon-like_01:before {
  background-image: url(/assets_2024/img/icons/ic_like_01.svg);
}

.u-icon-like_01-white:before {
  background-image: url(/assets_2024/img/icons/ic_like_01_white.svg);
}

.u-icon-like_02:before {
  background-image: url(/assets_2024/img/icons/ic_like_02.svg);
}

.u-icon-like_02-white:before {
  background-image: url(/assets_2024/img/icons/ic_like_02_white.svg);
}

.u-icon-like_03:before {
  background-image: url(/assets_2024/img/icons/ic_like_03.svg);
}

.u-icon-like_03-white:before {
  background-image: url(/assets_2024/img/icons/ic_like_03_white.svg);
}

.u-icon-like_04:before {
  background-image: url(/assets_2024/img/icons/ic_like_04.svg);
}

.u-icon-like_04-white:before {
  background-image: url(/assets_2024/img/icons/ic_like_04_white.svg);
}

.u-icon-like_05:before {
  background-image: url(/assets_2024/img/icons/ic_like_05.svg);
}

.u-icon-like_05-white:before {
  background-image: url(/assets_2024/img/icons/ic_like_05_white.svg);
}

.u-icon-11:after,
.u-icon-11:before {
  width: 1.1em;
  height: 1.1em;
  background-size: 1.1em 1.1em;
}

.u-icon-12:after,
.u-icon-12:before {
  width: 1.2em;
  height: 1.2em;
  background-size: 1.2em 1.2em;
}

.u-icon-13:after,
.u-icon-13:before {
  width: 1.3em;
  height: 1.3em;
  background-size: 1.3em 1.3em;
}

.u-icon-14:after,
.u-icon-14:before {
  width: 1.4em;
  height: 1.4em;
  background-size: 1.4em 1.4em;
}

.u-icon-15:after,
.u-icon-15:before {
  width: 1.5em;
  height: 1.5em;
  background-size: 1.5em 1.5em;
}

.u-icon-16:after,
.u-icon-16:before {
  width: 1.6em;
  height: 1.6em;
  background-size: 1.6em 1.6em;
}

.u-icon-17:after,
.u-icon-17:before {
  width: 1.7em;
  height: 1.7em;
  background-size: 1.7em 1.7em;
}

.u-icon-18:after,
.u-icon-18:before {
  width: 1.8em;
  height: 1.8em;
  background-size: 1.8em 1.8em;
}

.u-icon-19:after,
.u-icon-19:before {
  width: 1.9em;
  height: 1.9em;
  background-size: 1.9em 1.9em;
}

.u-icon-20:after,
.u-icon-20:before {
  width: 2em;
  height: 2em;
  background-size: 2em 2em;
}

.u-icon-left,
.u-icon-right {
  position: relative;
}

.u-icon-left:before,
.u-icon-right:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.u-icon.u-icon-left {
  padding-left: 2em;
}

.u-icon.u-icon-left:before {
  left: 8px;
}

.u-icon.u-icon-left .u-icon-11 {
  padding-left: 1.1em;
}

.u-icon.u-icon-left .u-icon-12 {
  padding-left: 1.2em;
}

.u-icon.u-icon-left .u-icon-13 {
  padding-left: 1.3em;
}

.u-icon.u-icon-left .u-icon-14 {
  padding-left: 1.4em;
}

.u-icon.u-icon-left .u-icon-15 {
  padding-left: 1.5em;
}

.u-icon.u-icon-left .u-icon-16 {
  padding-left: 1.6em;
}

.u-icon.u-icon-left .u-icon-17 {
  padding-left: 1.7em;
}

.u-icon.u-icon-left .u-icon-18 {
  padding-left: 1.8em;
}

.u-icon.u-icon-left .u-icon-19 {
  padding-left: 1.9em;
}

.u-icon.u-icon-left .u-icon-20 {
  padding-left: 2em;
}

.u-icon.u-icon-right {
  padding-right: 2em;
}

.u-icon.u-icon-right:before {
  right: 8px;
}

.u-icon.u-icon-right .u-icon-11 {
  padding-right: 1.1em;
}

.u-icon.u-icon-right .u-icon-12 {
  padding-right: 1.2em;
}

.u-icon.u-icon-right .u-icon-13 {
  padding-right: 1.3em;
}

.u-icon.u-icon-right .u-icon-14 {
  padding-right: 1.4em;
}

.u-icon.u-icon-right .u-icon-15 {
  padding-right: 1.5em;
}

.u-icon.u-icon-right .u-icon-16 {
  padding-right: 1.6em;
}

.u-icon.u-icon-right .u-icon-17 {
  padding-right: 1.7em;
}

.u-icon.u-icon-right .u-icon-18 {
  padding-right: 1.8em;
}

.u-icon.u-icon-right .u-icon-19 {
  padding-right: 1.9em;
}

.u-icon.u-icon-right .u-icon-20 {
  padding-right: 2em;
}

.u-icon_size-10:after,
.u-icon_size-10:before {
  width: 10px;
}

.u-icon_size-10:after-imp,
.u-icon_size-10:before-imp {
  width: 10px !important;
}

.u-icon_size-10:after,
.u-icon_size-10:before {
  height: 10px;
}

.u-icon_size-10:after-imp,
.u-icon_size-10:before-imp {
  height: 10px !important;
}

.u-icon_size-10:after,
.u-icon_size-10:before {
  background-size: 10px 10px;
}

.u-icon_size-10:after-imp,
.u-icon_size-10:before-imp {
  background-size: 10px 10px !important;
}

.u-icon_size-11:after,
.u-icon_size-11:before {
  width: 11px;
}

.u-icon_size-11:after-imp,
.u-icon_size-11:before-imp {
  width: 11px !important;
}

.u-icon_size-11:after,
.u-icon_size-11:before {
  height: 11px;
}

.u-icon_size-11:after-imp,
.u-icon_size-11:before-imp {
  height: 11px !important;
}

.u-icon_size-11:after,
.u-icon_size-11:before {
  background-size: 11px 11px;
}

.u-icon_size-11:after-imp,
.u-icon_size-11:before-imp {
  background-size: 11px 11px !important;
}

.u-icon_size-12:after,
.u-icon_size-12:before {
  width: 12px;
}

.u-icon_size-12:after-imp,
.u-icon_size-12:before-imp {
  width: 12px !important;
}

.u-icon_size-12:after,
.u-icon_size-12:before {
  height: 12px;
}

.u-icon_size-12:after-imp,
.u-icon_size-12:before-imp {
  height: 12px !important;
}

.u-icon_size-12:after,
.u-icon_size-12:before {
  background-size: 12px 12px;
}

.u-icon_size-12:after-imp,
.u-icon_size-12:before-imp {
  background-size: 12px 12px !important;
}

.u-icon_size-13:after,
.u-icon_size-13:before {
  width: 13px;
}

.u-icon_size-13:after-imp,
.u-icon_size-13:before-imp {
  width: 13px !important;
}

.u-icon_size-13:after,
.u-icon_size-13:before {
  height: 13px;
}

.u-icon_size-13:after-imp,
.u-icon_size-13:before-imp {
  height: 13px !important;
}

.u-icon_size-13:after,
.u-icon_size-13:before {
  background-size: 13px 13px;
}

.u-icon_size-13:after-imp,
.u-icon_size-13:before-imp {
  background-size: 13px 13px !important;
}

.u-icon_size-14:after,
.u-icon_size-14:before {
  width: 14px;
}

.u-icon_size-14:after-imp,
.u-icon_size-14:before-imp {
  width: 14px !important;
}

.u-icon_size-14:after,
.u-icon_size-14:before {
  height: 14px;
}

.u-icon_size-14:after-imp,
.u-icon_size-14:before-imp {
  height: 14px !important;
}

.u-icon_size-14:after,
.u-icon_size-14:before {
  background-size: 14px 14px;
}

.u-icon_size-14:after-imp,
.u-icon_size-14:before-imp {
  background-size: 14px 14px !important;
}

.u-icon_size-15:after,
.u-icon_size-15:before {
  width: 15px;
}

.u-icon_size-15:after-imp,
.u-icon_size-15:before-imp {
  width: 15px !important;
}

.u-icon_size-15:after,
.u-icon_size-15:before {
  height: 15px;
}

.u-icon_size-15:after-imp,
.u-icon_size-15:before-imp {
  height: 15px !important;
}

.u-icon_size-15:after,
.u-icon_size-15:before {
  background-size: 15px 15px;
}

.u-icon_size-15:after-imp,
.u-icon_size-15:before-imp {
  background-size: 15px 15px !important;
}

.u-icon_size-16:after,
.u-icon_size-16:before {
  width: 16px;
}

.u-icon_size-16:after-imp,
.u-icon_size-16:before-imp {
  width: 16px !important;
}

.u-icon_size-16:after,
.u-icon_size-16:before {
  height: 16px;
}

.u-icon_size-16:after-imp,
.u-icon_size-16:before-imp {
  height: 16px !important;
}

.u-icon_size-16:after,
.u-icon_size-16:before {
  background-size: 16px 16px;
}

.u-icon_size-16:after-imp,
.u-icon_size-16:before-imp {
  background-size: 16px 16px !important;
}

.u-icon_size-17:after,
.u-icon_size-17:before {
  width: 17px;
}

.u-icon_size-17:after-imp,
.u-icon_size-17:before-imp {
  width: 17px !important;
}

.u-icon_size-17:after,
.u-icon_size-17:before {
  height: 17px;
}

.u-icon_size-17:after-imp,
.u-icon_size-17:before-imp {
  height: 17px !important;
}

.u-icon_size-17:after,
.u-icon_size-17:before {
  background-size: 17px 17px;
}

.u-icon_size-17:after-imp,
.u-icon_size-17:before-imp {
  background-size: 17px 17px !important;
}

.u-icon_size-18:after,
.u-icon_size-18:before {
  width: 18px;
}

.u-icon_size-18:after-imp,
.u-icon_size-18:before-imp {
  width: 18px !important;
}

.u-icon_size-18:after,
.u-icon_size-18:before {
  height: 18px;
}

.u-icon_size-18:after-imp,
.u-icon_size-18:before-imp {
  height: 18px !important;
}

.u-icon_size-18:after,
.u-icon_size-18:before {
  background-size: 18px 18px;
}

.u-icon_size-18:after-imp,
.u-icon_size-18:before-imp {
  background-size: 18px 18px !important;
}

.u-icon_size-19:after,
.u-icon_size-19:before {
  width: 19px;
}

.u-icon_size-19:after-imp,
.u-icon_size-19:before-imp {
  width: 19px !important;
}

.u-icon_size-19:after,
.u-icon_size-19:before {
  height: 19px;
}

.u-icon_size-19:after-imp,
.u-icon_size-19:before-imp {
  height: 19px !important;
}

.u-icon_size-19:after,
.u-icon_size-19:before {
  background-size: 19px 19px;
}

.u-icon_size-19:after-imp,
.u-icon_size-19:before-imp {
  background-size: 19px 19px !important;
}

.u-icon_size-20:after,
.u-icon_size-20:before {
  width: 20px;
}

.u-icon_size-20:after-imp,
.u-icon_size-20:before-imp {
  width: 20px !important;
}

.u-icon_size-20:after,
.u-icon_size-20:before {
  height: 20px;
}

.u-icon_size-20:after-imp,
.u-icon_size-20:before-imp {
  height: 20px !important;
}

.u-icon_size-20:after,
.u-icon_size-20:before {
  background-size: 20px 20px;
}

.u-icon_size-20:after-imp,
.u-icon_size-20:before-imp {
  background-size: 20px 20px !important;
}

.u-icon_size-21:after,
.u-icon_size-21:before {
  width: 21px;
}

.u-icon_size-21:after-imp,
.u-icon_size-21:before-imp {
  width: 21px !important;
}

.u-icon_size-21:after,
.u-icon_size-21:before {
  height: 21px;
}

.u-icon_size-21:after-imp,
.u-icon_size-21:before-imp {
  height: 21px !important;
}

.u-icon_size-21:after,
.u-icon_size-21:before {
  background-size: 21px 21px;
}

.u-icon_size-21:after-imp,
.u-icon_size-21:before-imp {
  background-size: 21px 21px !important;
}

.u-icon_size-22:after,
.u-icon_size-22:before {
  width: 22px;
}

.u-icon_size-22:after-imp,
.u-icon_size-22:before-imp {
  width: 22px !important;
}

.u-icon_size-22:after,
.u-icon_size-22:before {
  height: 22px;
}

.u-icon_size-22:after-imp,
.u-icon_size-22:before-imp {
  height: 22px !important;
}

.u-icon_size-22:after,
.u-icon_size-22:before {
  background-size: 22px 22px;
}

.u-icon_size-22:after-imp,
.u-icon_size-22:before-imp {
  background-size: 22px 22px !important;
}

.u-icon_size-23:after,
.u-icon_size-23:before {
  width: 23px;
}

.u-icon_size-23:after-imp,
.u-icon_size-23:before-imp {
  width: 23px !important;
}

.u-icon_size-23:after,
.u-icon_size-23:before {
  height: 23px;
}

.u-icon_size-23:after-imp,
.u-icon_size-23:before-imp {
  height: 23px !important;
}

.u-icon_size-23:after,
.u-icon_size-23:before {
  background-size: 23px 23px;
}

.u-icon_size-23:after-imp,
.u-icon_size-23:before-imp {
  background-size: 23px 23px !important;
}

.u-icon_size-24:after,
.u-icon_size-24:before {
  width: 24px;
}

.u-icon_size-24:after-imp,
.u-icon_size-24:before-imp {
  width: 24px !important;
}

.u-icon_size-24:after,
.u-icon_size-24:before {
  height: 24px;
}

.u-icon_size-24:after-imp,
.u-icon_size-24:before-imp {
  height: 24px !important;
}

.u-icon_size-24:after,
.u-icon_size-24:before {
  background-size: 24px 24px;
}

.u-icon_size-24:after-imp,
.u-icon_size-24:before-imp {
  background-size: 24px 24px !important;
}

.u-icon_size-25:after,
.u-icon_size-25:before {
  width: 25px;
}

.u-icon_size-25:after-imp,
.u-icon_size-25:before-imp {
  width: 25px !important;
}

.u-icon_size-25:after,
.u-icon_size-25:before {
  height: 25px;
}

.u-icon_size-25:after-imp,
.u-icon_size-25:before-imp {
  height: 25px !important;
}

.u-icon_size-25:after,
.u-icon_size-25:before {
  background-size: 25px 25px;
}

.u-icon_size-25:after-imp,
.u-icon_size-25:before-imp {
  background-size: 25px 25px !important;
}

.u-icon_size-26:after,
.u-icon_size-26:before {
  width: 26px;
}

.u-icon_size-26:after-imp,
.u-icon_size-26:before-imp {
  width: 26px !important;
}

.u-icon_size-26:after,
.u-icon_size-26:before {
  height: 26px;
}

.u-icon_size-26:after-imp,
.u-icon_size-26:before-imp {
  height: 26px !important;
}

.u-icon_size-26:after,
.u-icon_size-26:before {
  background-size: 26px 26px;
}

.u-icon_size-26:after-imp,
.u-icon_size-26:before-imp {
  background-size: 26px 26px !important;
}

.u-icon_size-27:after,
.u-icon_size-27:before {
  width: 27px;
}

.u-icon_size-27:after-imp,
.u-icon_size-27:before-imp {
  width: 27px !important;
}

.u-icon_size-27:after,
.u-icon_size-27:before {
  height: 27px;
}

.u-icon_size-27:after-imp,
.u-icon_size-27:before-imp {
  height: 27px !important;
}

.u-icon_size-27:after,
.u-icon_size-27:before {
  background-size: 27px 27px;
}

.u-icon_size-27:after-imp,
.u-icon_size-27:before-imp {
  background-size: 27px 27px !important;
}

.u-icon_size-28:after,
.u-icon_size-28:before {
  width: 28px;
}

.u-icon_size-28:after-imp,
.u-icon_size-28:before-imp {
  width: 28px !important;
}

.u-icon_size-28:after,
.u-icon_size-28:before {
  height: 28px;
}

.u-icon_size-28:after-imp,
.u-icon_size-28:before-imp {
  height: 28px !important;
}

.u-icon_size-28:after,
.u-icon_size-28:before {
  background-size: 28px 28px;
}

.u-icon_size-28:after-imp,
.u-icon_size-28:before-imp {
  background-size: 28px 28px !important;
}

.u-icon_size-29:after,
.u-icon_size-29:before {
  width: 29px;
}

.u-icon_size-29:after-imp,
.u-icon_size-29:before-imp {
  width: 29px !important;
}

.u-icon_size-29:after,
.u-icon_size-29:before {
  height: 29px;
}

.u-icon_size-29:after-imp,
.u-icon_size-29:before-imp {
  height: 29px !important;
}

.u-icon_size-29:after,
.u-icon_size-29:before {
  background-size: 29px 29px;
}

.u-icon_size-29:after-imp,
.u-icon_size-29:before-imp {
  background-size: 29px 29px !important;
}

.u-icon_size-30:after,
.u-icon_size-30:before {
  width: 30px;
}

.u-icon_size-30:after-imp,
.u-icon_size-30:before-imp {
  width: 30px !important;
}

.u-icon_size-30:after,
.u-icon_size-30:before {
  height: 30px;
}

.u-icon_size-30:after-imp,
.u-icon_size-30:before-imp {
  height: 30px !important;
}

.u-icon_size-30:after,
.u-icon_size-30:before {
  background-size: 30px 30px;
}

.u-icon_size-30:after-imp,
.u-icon_size-30:before-imp {
  background-size: 30px 30px !important;
}

.u-icon_size-31:after,
.u-icon_size-31:before {
  width: 31px;
}

.u-icon_size-31:after-imp,
.u-icon_size-31:before-imp {
  width: 31px !important;
}

.u-icon_size-31:after,
.u-icon_size-31:before {
  height: 31px;
}

.u-icon_size-31:after-imp,
.u-icon_size-31:before-imp {
  height: 31px !important;
}

.u-icon_size-31:after,
.u-icon_size-31:before {
  background-size: 31px 31px;
}

.u-icon_size-31:after-imp,
.u-icon_size-31:before-imp {
  background-size: 31px 31px !important;
}

.u-icon_size-32:after,
.u-icon_size-32:before {
  width: 32px;
}

.u-icon_size-32:after-imp,
.u-icon_size-32:before-imp {
  width: 32px !important;
}

.u-icon_size-32:after,
.u-icon_size-32:before {
  height: 32px;
}

.u-icon_size-32:after-imp,
.u-icon_size-32:before-imp {
  height: 32px !important;
}

.u-icon_size-32:after,
.u-icon_size-32:before {
  background-size: 32px 32px;
}

.u-icon_size-32:after-imp,
.u-icon_size-32:before-imp {
  background-size: 32px 32px !important;
}

.u-icon_size-33:after,
.u-icon_size-33:before {
  width: 33px;
}

.u-icon_size-33:after-imp,
.u-icon_size-33:before-imp {
  width: 33px !important;
}

.u-icon_size-33:after,
.u-icon_size-33:before {
  height: 33px;
}

.u-icon_size-33:after-imp,
.u-icon_size-33:before-imp {
  height: 33px !important;
}

.u-icon_size-33:after,
.u-icon_size-33:before {
  background-size: 33px 33px;
}

.u-icon_size-33:after-imp,
.u-icon_size-33:before-imp {
  background-size: 33px 33px !important;
}

.u-icon_size-34:after,
.u-icon_size-34:before {
  width: 34px;
}

.u-icon_size-34:after-imp,
.u-icon_size-34:before-imp {
  width: 34px !important;
}

.u-icon_size-34:after,
.u-icon_size-34:before {
  height: 34px;
}

.u-icon_size-34:after-imp,
.u-icon_size-34:before-imp {
  height: 34px !important;
}

.u-icon_size-34:after,
.u-icon_size-34:before {
  background-size: 34px 34px;
}

.u-icon_size-34:after-imp,
.u-icon_size-34:before-imp {
  background-size: 34px 34px !important;
}

.u-icon_size-35:after,
.u-icon_size-35:before {
  width: 35px;
}

.u-icon_size-35:after-imp,
.u-icon_size-35:before-imp {
  width: 35px !important;
}

.u-icon_size-35:after,
.u-icon_size-35:before {
  height: 35px;
}

.u-icon_size-35:after-imp,
.u-icon_size-35:before-imp {
  height: 35px !important;
}

.u-icon_size-35:after,
.u-icon_size-35:before {
  background-size: 35px 35px;
}

.u-icon_size-35:after-imp,
.u-icon_size-35:before-imp {
  background-size: 35px 35px !important;
}

.u-icon_size-36:after,
.u-icon_size-36:before {
  width: 36px;
}

.u-icon_size-36:after-imp,
.u-icon_size-36:before-imp {
  width: 36px !important;
}

.u-icon_size-36:after,
.u-icon_size-36:before {
  height: 36px;
}

.u-icon_size-36:after-imp,
.u-icon_size-36:before-imp {
  height: 36px !important;
}

.u-icon_size-36:after,
.u-icon_size-36:before {
  background-size: 36px 36px;
}

.u-icon_size-36:after-imp,
.u-icon_size-36:before-imp {
  background-size: 36px 36px !important;
}

.u-icon_size-37:after,
.u-icon_size-37:before {
  width: 37px;
}

.u-icon_size-37:after-imp,
.u-icon_size-37:before-imp {
  width: 37px !important;
}

.u-icon_size-37:after,
.u-icon_size-37:before {
  height: 37px;
}

.u-icon_size-37:after-imp,
.u-icon_size-37:before-imp {
  height: 37px !important;
}

.u-icon_size-37:after,
.u-icon_size-37:before {
  background-size: 37px 37px;
}

.u-icon_size-37:after-imp,
.u-icon_size-37:before-imp {
  background-size: 37px 37px !important;
}

.u-icon_size-38:after,
.u-icon_size-38:before {
  width: 38px;
}

.u-icon_size-38:after-imp,
.u-icon_size-38:before-imp {
  width: 38px !important;
}

.u-icon_size-38:after,
.u-icon_size-38:before {
  height: 38px;
}

.u-icon_size-38:after-imp,
.u-icon_size-38:before-imp {
  height: 38px !important;
}

.u-icon_size-38:after,
.u-icon_size-38:before {
  background-size: 38px 38px;
}

.u-icon_size-38:after-imp,
.u-icon_size-38:before-imp {
  background-size: 38px 38px !important;
}

.u-icon_size-39:after,
.u-icon_size-39:before {
  width: 39px;
}

.u-icon_size-39:after-imp,
.u-icon_size-39:before-imp {
  width: 39px !important;
}

.u-icon_size-39:after,
.u-icon_size-39:before {
  height: 39px;
}

.u-icon_size-39:after-imp,
.u-icon_size-39:before-imp {
  height: 39px !important;
}

.u-icon_size-39:after,
.u-icon_size-39:before {
  background-size: 39px 39px;
}

.u-icon_size-39:after-imp,
.u-icon_size-39:before-imp {
  background-size: 39px 39px !important;
}

.u-icon_size-40:after,
.u-icon_size-40:before {
  width: 40px;
}

.u-icon_size-40:after-imp,
.u-icon_size-40:before-imp {
  width: 40px !important;
}

.u-icon_size-40:after,
.u-icon_size-40:before {
  height: 40px;
}

.u-icon_size-40:after-imp,
.u-icon_size-40:before-imp {
  height: 40px !important;
}

.u-icon_size-40:after,
.u-icon_size-40:before {
  background-size: 40px 40px;
}

.u-icon_size-40:after-imp,
.u-icon_size-40:before-imp {
  background-size: 40px 40px !important;
}

.u-icon_size-41:after,
.u-icon_size-41:before {
  width: 41px;
}

.u-icon_size-41:after-imp,
.u-icon_size-41:before-imp {
  width: 41px !important;
}

.u-icon_size-41:after,
.u-icon_size-41:before {
  height: 41px;
}

.u-icon_size-41:after-imp,
.u-icon_size-41:before-imp {
  height: 41px !important;
}

.u-icon_size-41:after,
.u-icon_size-41:before {
  background-size: 41px 41px;
}

.u-icon_size-41:after-imp,
.u-icon_size-41:before-imp {
  background-size: 41px 41px !important;
}

.u-icon_size-42:after,
.u-icon_size-42:before {
  width: 42px;
}

.u-icon_size-42:after-imp,
.u-icon_size-42:before-imp {
  width: 42px !important;
}

.u-icon_size-42:after,
.u-icon_size-42:before {
  height: 42px;
}

.u-icon_size-42:after-imp,
.u-icon_size-42:before-imp {
  height: 42px !important;
}

.u-icon_size-42:after,
.u-icon_size-42:before {
  background-size: 42px 42px;
}

.u-icon_size-42:after-imp,
.u-icon_size-42:before-imp {
  background-size: 42px 42px !important;
}

.u-icon_size-43:after,
.u-icon_size-43:before {
  width: 43px;
}

.u-icon_size-43:after-imp,
.u-icon_size-43:before-imp {
  width: 43px !important;
}

.u-icon_size-43:after,
.u-icon_size-43:before {
  height: 43px;
}

.u-icon_size-43:after-imp,
.u-icon_size-43:before-imp {
  height: 43px !important;
}

.u-icon_size-43:after,
.u-icon_size-43:before {
  background-size: 43px 43px;
}

.u-icon_size-43:after-imp,
.u-icon_size-43:before-imp {
  background-size: 43px 43px !important;
}

.u-icon_size-44:after,
.u-icon_size-44:before {
  width: 44px;
}

.u-icon_size-44:after-imp,
.u-icon_size-44:before-imp {
  width: 44px !important;
}

.u-icon_size-44:after,
.u-icon_size-44:before {
  height: 44px;
}

.u-icon_size-44:after-imp,
.u-icon_size-44:before-imp {
  height: 44px !important;
}

.u-icon_size-44:after,
.u-icon_size-44:before {
  background-size: 44px 44px;
}

.u-icon_size-44:after-imp,
.u-icon_size-44:before-imp {
  background-size: 44px 44px !important;
}

.u-icon_size-45:after,
.u-icon_size-45:before {
  width: 45px;
}

.u-icon_size-45:after-imp,
.u-icon_size-45:before-imp {
  width: 45px !important;
}

.u-icon_size-45:after,
.u-icon_size-45:before {
  height: 45px;
}

.u-icon_size-45:after-imp,
.u-icon_size-45:before-imp {
  height: 45px !important;
}

.u-icon_size-45:after,
.u-icon_size-45:before {
  background-size: 45px 45px;
}

.u-icon_size-45:after-imp,
.u-icon_size-45:before-imp {
  background-size: 45px 45px !important;
}

.u-icon_size-46:after,
.u-icon_size-46:before {
  width: 46px;
}

.u-icon_size-46:after-imp,
.u-icon_size-46:before-imp {
  width: 46px !important;
}

.u-icon_size-46:after,
.u-icon_size-46:before {
  height: 46px;
}

.u-icon_size-46:after-imp,
.u-icon_size-46:before-imp {
  height: 46px !important;
}

.u-icon_size-46:after,
.u-icon_size-46:before {
  background-size: 46px 46px;
}

.u-icon_size-46:after-imp,
.u-icon_size-46:before-imp {
  background-size: 46px 46px !important;
}

.u-icon_size-47:after,
.u-icon_size-47:before {
  width: 47px;
}

.u-icon_size-47:after-imp,
.u-icon_size-47:before-imp {
  width: 47px !important;
}

.u-icon_size-47:after,
.u-icon_size-47:before {
  height: 47px;
}

.u-icon_size-47:after-imp,
.u-icon_size-47:before-imp {
  height: 47px !important;
}

.u-icon_size-47:after,
.u-icon_size-47:before {
  background-size: 47px 47px;
}

.u-icon_size-47:after-imp,
.u-icon_size-47:before-imp {
  background-size: 47px 47px !important;
}

.u-icon_size-48:after,
.u-icon_size-48:before {
  width: 48px;
}

.u-icon_size-48:after-imp,
.u-icon_size-48:before-imp {
  width: 48px !important;
}

.u-icon_size-48:after,
.u-icon_size-48:before {
  height: 48px;
}

.u-icon_size-48:after-imp,
.u-icon_size-48:before-imp {
  height: 48px !important;
}

.u-icon_size-48:after,
.u-icon_size-48:before {
  background-size: 48px 48px;
}

.u-icon_size-48:after-imp,
.u-icon_size-48:before-imp {
  background-size: 48px 48px !important;
}

.u-icon_size-49:after,
.u-icon_size-49:before {
  width: 49px;
}

.u-icon_size-49:after-imp,
.u-icon_size-49:before-imp {
  width: 49px !important;
}

.u-icon_size-49:after,
.u-icon_size-49:before {
  height: 49px;
}

.u-icon_size-49:after-imp,
.u-icon_size-49:before-imp {
  height: 49px !important;
}

.u-icon_size-49:after,
.u-icon_size-49:before {
  background-size: 49px 49px;
}

.u-icon_size-49:after-imp,
.u-icon_size-49:before-imp {
  background-size: 49px 49px !important;
}

.u-icon_size-50:after,
.u-icon_size-50:before {
  width: 50px;
}

.u-icon_size-50:after-imp,
.u-icon_size-50:before-imp {
  width: 50px !important;
}

.u-icon_size-50:after,
.u-icon_size-50:before {
  height: 50px;
}

.u-icon_size-50:after-imp,
.u-icon_size-50:before-imp {
  height: 50px !important;
}

.u-icon_size-50:after,
.u-icon_size-50:before {
  background-size: 50px 50px;
}

.u-icon_size-50:after-imp,
.u-icon_size-50:before-imp {
  background-size: 50px 50px !important;
}

.u-icon_size-51:after,
.u-icon_size-51:before {
  width: 51px;
}

.u-icon_size-51:after-imp,
.u-icon_size-51:before-imp {
  width: 51px !important;
}

.u-icon_size-51:after,
.u-icon_size-51:before {
  height: 51px;
}

.u-icon_size-51:after-imp,
.u-icon_size-51:before-imp {
  height: 51px !important;
}

.u-icon_size-51:after,
.u-icon_size-51:before {
  background-size: 51px 51px;
}

.u-icon_size-51:after-imp,
.u-icon_size-51:before-imp {
  background-size: 51px 51px !important;
}

.u-icon_size-52:after,
.u-icon_size-52:before {
  width: 52px;
}

.u-icon_size-52:after-imp,
.u-icon_size-52:before-imp {
  width: 52px !important;
}

.u-icon_size-52:after,
.u-icon_size-52:before {
  height: 52px;
}

.u-icon_size-52:after-imp,
.u-icon_size-52:before-imp {
  height: 52px !important;
}

.u-icon_size-52:after,
.u-icon_size-52:before {
  background-size: 52px 52px;
}

.u-icon_size-52:after-imp,
.u-icon_size-52:before-imp {
  background-size: 52px 52px !important;
}

.u-icon_size-53:after,
.u-icon_size-53:before {
  width: 53px;
}

.u-icon_size-53:after-imp,
.u-icon_size-53:before-imp {
  width: 53px !important;
}

.u-icon_size-53:after,
.u-icon_size-53:before {
  height: 53px;
}

.u-icon_size-53:after-imp,
.u-icon_size-53:before-imp {
  height: 53px !important;
}

.u-icon_size-53:after,
.u-icon_size-53:before {
  background-size: 53px 53px;
}

.u-icon_size-53:after-imp,
.u-icon_size-53:before-imp {
  background-size: 53px 53px !important;
}

.u-icon_size-54:after,
.u-icon_size-54:before {
  width: 54px;
}

.u-icon_size-54:after-imp,
.u-icon_size-54:before-imp {
  width: 54px !important;
}

.u-icon_size-54:after,
.u-icon_size-54:before {
  height: 54px;
}

.u-icon_size-54:after-imp,
.u-icon_size-54:before-imp {
  height: 54px !important;
}

.u-icon_size-54:after,
.u-icon_size-54:before {
  background-size: 54px 54px;
}

.u-icon_size-54:after-imp,
.u-icon_size-54:before-imp {
  background-size: 54px 54px !important;
}

.u-icon_size-55:after,
.u-icon_size-55:before {
  width: 55px;
}

.u-icon_size-55:after-imp,
.u-icon_size-55:before-imp {
  width: 55px !important;
}

.u-icon_size-55:after,
.u-icon_size-55:before {
  height: 55px;
}

.u-icon_size-55:after-imp,
.u-icon_size-55:before-imp {
  height: 55px !important;
}

.u-icon_size-55:after,
.u-icon_size-55:before {
  background-size: 55px 55px;
}

.u-icon_size-55:after-imp,
.u-icon_size-55:before-imp {
  background-size: 55px 55px !important;
}

.u-icon_size-56:after,
.u-icon_size-56:before {
  width: 56px;
}

.u-icon_size-56:after-imp,
.u-icon_size-56:before-imp {
  width: 56px !important;
}

.u-icon_size-56:after,
.u-icon_size-56:before {
  height: 56px;
}

.u-icon_size-56:after-imp,
.u-icon_size-56:before-imp {
  height: 56px !important;
}

.u-icon_size-56:after,
.u-icon_size-56:before {
  background-size: 56px 56px;
}

.u-icon_size-56:after-imp,
.u-icon_size-56:before-imp {
  background-size: 56px 56px !important;
}

.u-icon_size-57:after,
.u-icon_size-57:before {
  width: 57px;
}

.u-icon_size-57:after-imp,
.u-icon_size-57:before-imp {
  width: 57px !important;
}

.u-icon_size-57:after,
.u-icon_size-57:before {
  height: 57px;
}

.u-icon_size-57:after-imp,
.u-icon_size-57:before-imp {
  height: 57px !important;
}

.u-icon_size-57:after,
.u-icon_size-57:before {
  background-size: 57px 57px;
}

.u-icon_size-57:after-imp,
.u-icon_size-57:before-imp {
  background-size: 57px 57px !important;
}

.u-icon_size-58:after,
.u-icon_size-58:before {
  width: 58px;
}

.u-icon_size-58:after-imp,
.u-icon_size-58:before-imp {
  width: 58px !important;
}

.u-icon_size-58:after,
.u-icon_size-58:before {
  height: 58px;
}

.u-icon_size-58:after-imp,
.u-icon_size-58:before-imp {
  height: 58px !important;
}

.u-icon_size-58:after,
.u-icon_size-58:before {
  background-size: 58px 58px;
}

.u-icon_size-58:after-imp,
.u-icon_size-58:before-imp {
  background-size: 58px 58px !important;
}

.u-icon_size-59:after,
.u-icon_size-59:before {
  width: 59px;
}

.u-icon_size-59:after-imp,
.u-icon_size-59:before-imp {
  width: 59px !important;
}

.u-icon_size-59:after,
.u-icon_size-59:before {
  height: 59px;
}

.u-icon_size-59:after-imp,
.u-icon_size-59:before-imp {
  height: 59px !important;
}

.u-icon_size-59:after,
.u-icon_size-59:before {
  background-size: 59px 59px;
}

.u-icon_size-59:after-imp,
.u-icon_size-59:before-imp {
  background-size: 59px 59px !important;
}

.u-icon_size-60:after,
.u-icon_size-60:before {
  width: 60px;
}

.u-icon_size-60:after-imp,
.u-icon_size-60:before-imp {
  width: 60px !important;
}

.u-icon_size-60:after,
.u-icon_size-60:before {
  height: 60px;
}

.u-icon_size-60:after-imp,
.u-icon_size-60:before-imp {
  height: 60px !important;
}

.u-icon_size-60:after,
.u-icon_size-60:before {
  background-size: 60px 60px;
}

.u-icon_size-60:after-imp,
.u-icon_size-60:before-imp {
  background-size: 60px 60px !important;
}

.u-icon_size-61:after,
.u-icon_size-61:before {
  width: 61px;
}

.u-icon_size-61:after-imp,
.u-icon_size-61:before-imp {
  width: 61px !important;
}

.u-icon_size-61:after,
.u-icon_size-61:before {
  height: 61px;
}

.u-icon_size-61:after-imp,
.u-icon_size-61:before-imp {
  height: 61px !important;
}

.u-icon_size-61:after,
.u-icon_size-61:before {
  background-size: 61px 61px;
}

.u-icon_size-61:after-imp,
.u-icon_size-61:before-imp {
  background-size: 61px 61px !important;
}

.u-icon_size-62:after,
.u-icon_size-62:before {
  width: 62px;
}

.u-icon_size-62:after-imp,
.u-icon_size-62:before-imp {
  width: 62px !important;
}

.u-icon_size-62:after,
.u-icon_size-62:before {
  height: 62px;
}

.u-icon_size-62:after-imp,
.u-icon_size-62:before-imp {
  height: 62px !important;
}

.u-icon_size-62:after,
.u-icon_size-62:before {
  background-size: 62px 62px;
}

.u-icon_size-62:after-imp,
.u-icon_size-62:before-imp {
  background-size: 62px 62px !important;
}

.u-icon_size-63:after,
.u-icon_size-63:before {
  width: 63px;
}

.u-icon_size-63:after-imp,
.u-icon_size-63:before-imp {
  width: 63px !important;
}

.u-icon_size-63:after,
.u-icon_size-63:before {
  height: 63px;
}

.u-icon_size-63:after-imp,
.u-icon_size-63:before-imp {
  height: 63px !important;
}

.u-icon_size-63:after,
.u-icon_size-63:before {
  background-size: 63px 63px;
}

.u-icon_size-63:after-imp,
.u-icon_size-63:before-imp {
  background-size: 63px 63px !important;
}

.u-icon_size-64:after,
.u-icon_size-64:before {
  width: 64px;
}

.u-icon_size-64:after-imp,
.u-icon_size-64:before-imp {
  width: 64px !important;
}

.u-icon_size-64:after,
.u-icon_size-64:before {
  height: 64px;
}

.u-icon_size-64:after-imp,
.u-icon_size-64:before-imp {
  height: 64px !important;
}

.u-icon_size-64:after,
.u-icon_size-64:before {
  background-size: 64px 64px;
}

.u-icon_size-64:after-imp,
.u-icon_size-64:before-imp {
  background-size: 64px 64px !important;
}

.u-icon_size-65:after,
.u-icon_size-65:before {
  width: 65px;
}

.u-icon_size-65:after-imp,
.u-icon_size-65:before-imp {
  width: 65px !important;
}

.u-icon_size-65:after,
.u-icon_size-65:before {
  height: 65px;
}

.u-icon_size-65:after-imp,
.u-icon_size-65:before-imp {
  height: 65px !important;
}

.u-icon_size-65:after,
.u-icon_size-65:before {
  background-size: 65px 65px;
}

.u-icon_size-65:after-imp,
.u-icon_size-65:before-imp {
  background-size: 65px 65px !important;
}

.u-icon_size-66:after,
.u-icon_size-66:before {
  width: 66px;
}

.u-icon_size-66:after-imp,
.u-icon_size-66:before-imp {
  width: 66px !important;
}

.u-icon_size-66:after,
.u-icon_size-66:before {
  height: 66px;
}

.u-icon_size-66:after-imp,
.u-icon_size-66:before-imp {
  height: 66px !important;
}

.u-icon_size-66:after,
.u-icon_size-66:before {
  background-size: 66px 66px;
}

.u-icon_size-66:after-imp,
.u-icon_size-66:before-imp {
  background-size: 66px 66px !important;
}

.u-icon_size-67:after,
.u-icon_size-67:before {
  width: 67px;
}

.u-icon_size-67:after-imp,
.u-icon_size-67:before-imp {
  width: 67px !important;
}

.u-icon_size-67:after,
.u-icon_size-67:before {
  height: 67px;
}

.u-icon_size-67:after-imp,
.u-icon_size-67:before-imp {
  height: 67px !important;
}

.u-icon_size-67:after,
.u-icon_size-67:before {
  background-size: 67px 67px;
}

.u-icon_size-67:after-imp,
.u-icon_size-67:before-imp {
  background-size: 67px 67px !important;
}

.u-icon_size-68:after,
.u-icon_size-68:before {
  width: 68px;
}

.u-icon_size-68:after-imp,
.u-icon_size-68:before-imp {
  width: 68px !important;
}

.u-icon_size-68:after,
.u-icon_size-68:before {
  height: 68px;
}

.u-icon_size-68:after-imp,
.u-icon_size-68:before-imp {
  height: 68px !important;
}

.u-icon_size-68:after,
.u-icon_size-68:before {
  background-size: 68px 68px;
}

.u-icon_size-68:after-imp,
.u-icon_size-68:before-imp {
  background-size: 68px 68px !important;
}

.u-icon_size-69:after,
.u-icon_size-69:before {
  width: 69px;
}

.u-icon_size-69:after-imp,
.u-icon_size-69:before-imp {
  width: 69px !important;
}

.u-icon_size-69:after,
.u-icon_size-69:before {
  height: 69px;
}

.u-icon_size-69:after-imp,
.u-icon_size-69:before-imp {
  height: 69px !important;
}

.u-icon_size-69:after,
.u-icon_size-69:before {
  background-size: 69px 69px;
}

.u-icon_size-69:after-imp,
.u-icon_size-69:before-imp {
  background-size: 69px 69px !important;
}

.u-icon_size-70:after,
.u-icon_size-70:before {
  width: 70px;
}

.u-icon_size-70:after-imp,
.u-icon_size-70:before-imp {
  width: 70px !important;
}

.u-icon_size-70:after,
.u-icon_size-70:before {
  height: 70px;
}

.u-icon_size-70:after-imp,
.u-icon_size-70:before-imp {
  height: 70px !important;
}

.u-icon_size-70:after,
.u-icon_size-70:before {
  background-size: 70px 70px;
}

.u-icon_size-70:after-imp,
.u-icon_size-70:before-imp {
  background-size: 70px 70px !important;
}

.u-icon_size-71:after,
.u-icon_size-71:before {
  width: 71px;
}

.u-icon_size-71:after-imp,
.u-icon_size-71:before-imp {
  width: 71px !important;
}

.u-icon_size-71:after,
.u-icon_size-71:before {
  height: 71px;
}

.u-icon_size-71:after-imp,
.u-icon_size-71:before-imp {
  height: 71px !important;
}

.u-icon_size-71:after,
.u-icon_size-71:before {
  background-size: 71px 71px;
}

.u-icon_size-71:after-imp,
.u-icon_size-71:before-imp {
  background-size: 71px 71px !important;
}

.u-icon_size-72:after,
.u-icon_size-72:before {
  width: 72px;
}

.u-icon_size-72:after-imp,
.u-icon_size-72:before-imp {
  width: 72px !important;
}

.u-icon_size-72:after,
.u-icon_size-72:before {
  height: 72px;
}

.u-icon_size-72:after-imp,
.u-icon_size-72:before-imp {
  height: 72px !important;
}

.u-icon_size-72:after,
.u-icon_size-72:before {
  background-size: 72px 72px;
}

.u-icon_size-72:after-imp,
.u-icon_size-72:before-imp {
  background-size: 72px 72px !important;
}

.u-icon_size-73:after,
.u-icon_size-73:before {
  width: 73px;
}

.u-icon_size-73:after-imp,
.u-icon_size-73:before-imp {
  width: 73px !important;
}

.u-icon_size-73:after,
.u-icon_size-73:before {
  height: 73px;
}

.u-icon_size-73:after-imp,
.u-icon_size-73:before-imp {
  height: 73px !important;
}

.u-icon_size-73:after,
.u-icon_size-73:before {
  background-size: 73px 73px;
}

.u-icon_size-73:after-imp,
.u-icon_size-73:before-imp {
  background-size: 73px 73px !important;
}

.u-icon_size-74:after,
.u-icon_size-74:before {
  width: 74px;
}

.u-icon_size-74:after-imp,
.u-icon_size-74:before-imp {
  width: 74px !important;
}

.u-icon_size-74:after,
.u-icon_size-74:before {
  height: 74px;
}

.u-icon_size-74:after-imp,
.u-icon_size-74:before-imp {
  height: 74px !important;
}

.u-icon_size-74:after,
.u-icon_size-74:before {
  background-size: 74px 74px;
}

.u-icon_size-74:after-imp,
.u-icon_size-74:before-imp {
  background-size: 74px 74px !important;
}

.u-icon_size-75:after,
.u-icon_size-75:before {
  width: 75px;
}

.u-icon_size-75:after-imp,
.u-icon_size-75:before-imp {
  width: 75px !important;
}

.u-icon_size-75:after,
.u-icon_size-75:before {
  height: 75px;
}

.u-icon_size-75:after-imp,
.u-icon_size-75:before-imp {
  height: 75px !important;
}

.u-icon_size-75:after,
.u-icon_size-75:before {
  background-size: 75px 75px;
}

.u-icon_size-75:after-imp,
.u-icon_size-75:before-imp {
  background-size: 75px 75px !important;
}

.u-icon_size-76:after,
.u-icon_size-76:before {
  width: 76px;
}

.u-icon_size-76:after-imp,
.u-icon_size-76:before-imp {
  width: 76px !important;
}

.u-icon_size-76:after,
.u-icon_size-76:before {
  height: 76px;
}

.u-icon_size-76:after-imp,
.u-icon_size-76:before-imp {
  height: 76px !important;
}

.u-icon_size-76:after,
.u-icon_size-76:before {
  background-size: 76px 76px;
}

.u-icon_size-76:after-imp,
.u-icon_size-76:before-imp {
  background-size: 76px 76px !important;
}

.u-icon_size-77:after,
.u-icon_size-77:before {
  width: 77px;
}

.u-icon_size-77:after-imp,
.u-icon_size-77:before-imp {
  width: 77px !important;
}

.u-icon_size-77:after,
.u-icon_size-77:before {
  height: 77px;
}

.u-icon_size-77:after-imp,
.u-icon_size-77:before-imp {
  height: 77px !important;
}

.u-icon_size-77:after,
.u-icon_size-77:before {
  background-size: 77px 77px;
}

.u-icon_size-77:after-imp,
.u-icon_size-77:before-imp {
  background-size: 77px 77px !important;
}

.u-icon_size-78:after,
.u-icon_size-78:before {
  width: 78px;
}

.u-icon_size-78:after-imp,
.u-icon_size-78:before-imp {
  width: 78px !important;
}

.u-icon_size-78:after,
.u-icon_size-78:before {
  height: 78px;
}

.u-icon_size-78:after-imp,
.u-icon_size-78:before-imp {
  height: 78px !important;
}

.u-icon_size-78:after,
.u-icon_size-78:before {
  background-size: 78px 78px;
}

.u-icon_size-78:after-imp,
.u-icon_size-78:before-imp {
  background-size: 78px 78px !important;
}

.u-icon_size-79:after,
.u-icon_size-79:before {
  width: 79px;
}

.u-icon_size-79:after-imp,
.u-icon_size-79:before-imp {
  width: 79px !important;
}

.u-icon_size-79:after,
.u-icon_size-79:before {
  height: 79px;
}

.u-icon_size-79:after-imp,
.u-icon_size-79:before-imp {
  height: 79px !important;
}

.u-icon_size-79:after,
.u-icon_size-79:before {
  background-size: 79px 79px;
}

.u-icon_size-79:after-imp,
.u-icon_size-79:before-imp {
  background-size: 79px 79px !important;
}

.u-icon_size-80:after,
.u-icon_size-80:before {
  width: 80px;
}

.u-icon_size-80:after-imp,
.u-icon_size-80:before-imp {
  width: 80px !important;
}

.u-icon_size-80:after,
.u-icon_size-80:before {
  height: 80px;
}

.u-icon_size-80:after-imp,
.u-icon_size-80:before-imp {
  height: 80px !important;
}

.u-icon_size-80:after,
.u-icon_size-80:before {
  background-size: 80px 80px;
}

.u-icon_size-80:after-imp,
.u-icon_size-80:before-imp {
  background-size: 80px 80px !important;
}

.u-icon_size-81:after,
.u-icon_size-81:before {
  width: 81px;
}

.u-icon_size-81:after-imp,
.u-icon_size-81:before-imp {
  width: 81px !important;
}

.u-icon_size-81:after,
.u-icon_size-81:before {
  height: 81px;
}

.u-icon_size-81:after-imp,
.u-icon_size-81:before-imp {
  height: 81px !important;
}

.u-icon_size-81:after,
.u-icon_size-81:before {
  background-size: 81px 81px;
}

.u-icon_size-81:after-imp,
.u-icon_size-81:before-imp {
  background-size: 81px 81px !important;
}

.u-icon_size-82:after,
.u-icon_size-82:before {
  width: 82px;
}

.u-icon_size-82:after-imp,
.u-icon_size-82:before-imp {
  width: 82px !important;
}

.u-icon_size-82:after,
.u-icon_size-82:before {
  height: 82px;
}

.u-icon_size-82:after-imp,
.u-icon_size-82:before-imp {
  height: 82px !important;
}

.u-icon_size-82:after,
.u-icon_size-82:before {
  background-size: 82px 82px;
}

.u-icon_size-82:after-imp,
.u-icon_size-82:before-imp {
  background-size: 82px 82px !important;
}

.u-icon_size-83:after,
.u-icon_size-83:before {
  width: 83px;
}

.u-icon_size-83:after-imp,
.u-icon_size-83:before-imp {
  width: 83px !important;
}

.u-icon_size-83:after,
.u-icon_size-83:before {
  height: 83px;
}

.u-icon_size-83:after-imp,
.u-icon_size-83:before-imp {
  height: 83px !important;
}

.u-icon_size-83:after,
.u-icon_size-83:before {
  background-size: 83px 83px;
}

.u-icon_size-83:after-imp,
.u-icon_size-83:before-imp {
  background-size: 83px 83px !important;
}

.u-icon_size-84:after,
.u-icon_size-84:before {
  width: 84px;
}

.u-icon_size-84:after-imp,
.u-icon_size-84:before-imp {
  width: 84px !important;
}

.u-icon_size-84:after,
.u-icon_size-84:before {
  height: 84px;
}

.u-icon_size-84:after-imp,
.u-icon_size-84:before-imp {
  height: 84px !important;
}

.u-icon_size-84:after,
.u-icon_size-84:before {
  background-size: 84px 84px;
}

.u-icon_size-84:after-imp,
.u-icon_size-84:before-imp {
  background-size: 84px 84px !important;
}

.u-icon_size-85:after,
.u-icon_size-85:before {
  width: 85px;
}

.u-icon_size-85:after-imp,
.u-icon_size-85:before-imp {
  width: 85px !important;
}

.u-icon_size-85:after,
.u-icon_size-85:before {
  height: 85px;
}

.u-icon_size-85:after-imp,
.u-icon_size-85:before-imp {
  height: 85px !important;
}

.u-icon_size-85:after,
.u-icon_size-85:before {
  background-size: 85px 85px;
}

.u-icon_size-85:after-imp,
.u-icon_size-85:before-imp {
  background-size: 85px 85px !important;
}

.u-icon_size-86:after,
.u-icon_size-86:before {
  width: 86px;
}

.u-icon_size-86:after-imp,
.u-icon_size-86:before-imp {
  width: 86px !important;
}

.u-icon_size-86:after,
.u-icon_size-86:before {
  height: 86px;
}

.u-icon_size-86:after-imp,
.u-icon_size-86:before-imp {
  height: 86px !important;
}

.u-icon_size-86:after,
.u-icon_size-86:before {
  background-size: 86px 86px;
}

.u-icon_size-86:after-imp,
.u-icon_size-86:before-imp {
  background-size: 86px 86px !important;
}

.u-icon_size-87:after,
.u-icon_size-87:before {
  width: 87px;
}

.u-icon_size-87:after-imp,
.u-icon_size-87:before-imp {
  width: 87px !important;
}

.u-icon_size-87:after,
.u-icon_size-87:before {
  height: 87px;
}

.u-icon_size-87:after-imp,
.u-icon_size-87:before-imp {
  height: 87px !important;
}

.u-icon_size-87:after,
.u-icon_size-87:before {
  background-size: 87px 87px;
}

.u-icon_size-87:after-imp,
.u-icon_size-87:before-imp {
  background-size: 87px 87px !important;
}

.u-icon_size-88:after,
.u-icon_size-88:before {
  width: 88px;
}

.u-icon_size-88:after-imp,
.u-icon_size-88:before-imp {
  width: 88px !important;
}

.u-icon_size-88:after,
.u-icon_size-88:before {
  height: 88px;
}

.u-icon_size-88:after-imp,
.u-icon_size-88:before-imp {
  height: 88px !important;
}

.u-icon_size-88:after,
.u-icon_size-88:before {
  background-size: 88px 88px;
}

.u-icon_size-88:after-imp,
.u-icon_size-88:before-imp {
  background-size: 88px 88px !important;
}

.u-icon_size-89:after,
.u-icon_size-89:before {
  width: 89px;
}

.u-icon_size-89:after-imp,
.u-icon_size-89:before-imp {
  width: 89px !important;
}

.u-icon_size-89:after,
.u-icon_size-89:before {
  height: 89px;
}

.u-icon_size-89:after-imp,
.u-icon_size-89:before-imp {
  height: 89px !important;
}

.u-icon_size-89:after,
.u-icon_size-89:before {
  background-size: 89px 89px;
}

.u-icon_size-89:after-imp,
.u-icon_size-89:before-imp {
  background-size: 89px 89px !important;
}

.u-icon_size-90:after,
.u-icon_size-90:before {
  width: 90px;
}

.u-icon_size-90:after-imp,
.u-icon_size-90:before-imp {
  width: 90px !important;
}

.u-icon_size-90:after,
.u-icon_size-90:before {
  height: 90px;
}

.u-icon_size-90:after-imp,
.u-icon_size-90:before-imp {
  height: 90px !important;
}

.u-icon_size-90:after,
.u-icon_size-90:before {
  background-size: 90px 90px;
}

.u-icon_size-90:after-imp,
.u-icon_size-90:before-imp {
  background-size: 90px 90px !important;
}

.u-icon_size-91:after,
.u-icon_size-91:before {
  width: 91px;
}

.u-icon_size-91:after-imp,
.u-icon_size-91:before-imp {
  width: 91px !important;
}

.u-icon_size-91:after,
.u-icon_size-91:before {
  height: 91px;
}

.u-icon_size-91:after-imp,
.u-icon_size-91:before-imp {
  height: 91px !important;
}

.u-icon_size-91:after,
.u-icon_size-91:before {
  background-size: 91px 91px;
}

.u-icon_size-91:after-imp,
.u-icon_size-91:before-imp {
  background-size: 91px 91px !important;
}

.u-icon_size-92:after,
.u-icon_size-92:before {
  width: 92px;
}

.u-icon_size-92:after-imp,
.u-icon_size-92:before-imp {
  width: 92px !important;
}

.u-icon_size-92:after,
.u-icon_size-92:before {
  height: 92px;
}

.u-icon_size-92:after-imp,
.u-icon_size-92:before-imp {
  height: 92px !important;
}

.u-icon_size-92:after,
.u-icon_size-92:before {
  background-size: 92px 92px;
}

.u-icon_size-92:after-imp,
.u-icon_size-92:before-imp {
  background-size: 92px 92px !important;
}

.u-icon_size-93:after,
.u-icon_size-93:before {
  width: 93px;
}

.u-icon_size-93:after-imp,
.u-icon_size-93:before-imp {
  width: 93px !important;
}

.u-icon_size-93:after,
.u-icon_size-93:before {
  height: 93px;
}

.u-icon_size-93:after-imp,
.u-icon_size-93:before-imp {
  height: 93px !important;
}

.u-icon_size-93:after,
.u-icon_size-93:before {
  background-size: 93px 93px;
}

.u-icon_size-93:after-imp,
.u-icon_size-93:before-imp {
  background-size: 93px 93px !important;
}

.u-icon_size-94:after,
.u-icon_size-94:before {
  width: 94px;
}

.u-icon_size-94:after-imp,
.u-icon_size-94:before-imp {
  width: 94px !important;
}

.u-icon_size-94:after,
.u-icon_size-94:before {
  height: 94px;
}

.u-icon_size-94:after-imp,
.u-icon_size-94:before-imp {
  height: 94px !important;
}

.u-icon_size-94:after,
.u-icon_size-94:before {
  background-size: 94px 94px;
}

.u-icon_size-94:after-imp,
.u-icon_size-94:before-imp {
  background-size: 94px 94px !important;
}

.u-icon_size-95:after,
.u-icon_size-95:before {
  width: 95px;
}

.u-icon_size-95:after-imp,
.u-icon_size-95:before-imp {
  width: 95px !important;
}

.u-icon_size-95:after,
.u-icon_size-95:before {
  height: 95px;
}

.u-icon_size-95:after-imp,
.u-icon_size-95:before-imp {
  height: 95px !important;
}

.u-icon_size-95:after,
.u-icon_size-95:before {
  background-size: 95px 95px;
}

.u-icon_size-95:after-imp,
.u-icon_size-95:before-imp {
  background-size: 95px 95px !important;
}

.u-icon_size-96:after,
.u-icon_size-96:before {
  width: 96px;
}

.u-icon_size-96:after-imp,
.u-icon_size-96:before-imp {
  width: 96px !important;
}

.u-icon_size-96:after,
.u-icon_size-96:before {
  height: 96px;
}

.u-icon_size-96:after-imp,
.u-icon_size-96:before-imp {
  height: 96px !important;
}

.u-icon_size-96:after,
.u-icon_size-96:before {
  background-size: 96px 96px;
}

.u-icon_size-96:after-imp,
.u-icon_size-96:before-imp {
  background-size: 96px 96px !important;
}

.u-icon_size-97:after,
.u-icon_size-97:before {
  width: 97px;
}

.u-icon_size-97:after-imp,
.u-icon_size-97:before-imp {
  width: 97px !important;
}

.u-icon_size-97:after,
.u-icon_size-97:before {
  height: 97px;
}

.u-icon_size-97:after-imp,
.u-icon_size-97:before-imp {
  height: 97px !important;
}

.u-icon_size-97:after,
.u-icon_size-97:before {
  background-size: 97px 97px;
}

.u-icon_size-97:after-imp,
.u-icon_size-97:before-imp {
  background-size: 97px 97px !important;
}

.u-icon_size-98:after,
.u-icon_size-98:before {
  width: 98px;
}

.u-icon_size-98:after-imp,
.u-icon_size-98:before-imp {
  width: 98px !important;
}

.u-icon_size-98:after,
.u-icon_size-98:before {
  height: 98px;
}

.u-icon_size-98:after-imp,
.u-icon_size-98:before-imp {
  height: 98px !important;
}

.u-icon_size-98:after,
.u-icon_size-98:before {
  background-size: 98px 98px;
}

.u-icon_size-98:after-imp,
.u-icon_size-98:before-imp {
  background-size: 98px 98px !important;
}

.u-icon_size-99:after,
.u-icon_size-99:before {
  width: 99px;
}

.u-icon_size-99:after-imp,
.u-icon_size-99:before-imp {
  width: 99px !important;
}

.u-icon_size-99:after,
.u-icon_size-99:before {
  height: 99px;
}

.u-icon_size-99:after-imp,
.u-icon_size-99:before-imp {
  height: 99px !important;
}

.u-icon_size-99:after,
.u-icon_size-99:before {
  background-size: 99px 99px;
}

.u-icon_size-99:after-imp,
.u-icon_size-99:before-imp {
  background-size: 99px 99px !important;
}

.u-icon_size-100:after,
.u-icon_size-100:before {
  width: 100px;
}

.u-icon_size-100:after-imp,
.u-icon_size-100:before-imp {
  width: 100px !important;
}

.u-icon_size-100:after,
.u-icon_size-100:before {
  height: 100px;
}

.u-icon_size-100:after-imp,
.u-icon_size-100:before-imp {
  height: 100px !important;
}

.u-icon_size-100:after,
.u-icon_size-100:before {
  background-size: 100px 100px;
}

.u-icon_size-100:after-imp,
.u-icon_size-100:before-imp {
  background-size: 100px 100px !important;
}

/*! =========================================================
 _project
========================================================= */
.p-adobeBox {
  display: flex;
  align-items: center;
}

.p-adobeBox_bnr a {
  display: block;
}

.p-adobeBox_bnr a:hover {
  opacity: 0.7;
}

.p-adobeBox_bnr img {
  vertical-align: bottom;
}

.p-adobeBox_text {
  font-size: 16px;
  line-height: 1.5;
  margin-left: 16px;
}

.p-likeLinks {
  position: relative;
  z-index: 0;
  margin-top: 80px;
}

.p-likeLinks::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin-left: calc(-50vw + 50%);
  content: "";
  background-color: #F6F3EE;
}

.p-likeLinks_list {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  justify-content: center;
}

.p-likeLinks_list_item {
  width: 20%;
}

.p-likeLinks_list_link {
  font-family: var(--nissui-ff-sansserif-bold);
  font-weight: 600;
  line-height: 1.5;
  display: block;
  height: 160px;
  padding-top: 26px;
  transition: background-color 0.3s;
  text-align: center;
  text-decoration: none;
  color: #000;
}

.p-likeLinks_list_link:before {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 auto 8px;
  content: "";
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 45px 45px;
}

.p-likeLinks_list_link:active,
.p-likeLinks_list_link:hover,
.p-likeLinks_list_link:visited {
  color: #000;
}

.p-likeLinks_list_link-01:before {
  background-color: #4c63ac;
  background-image: url(/assets/img/icons/ic_like_01_white.svg);
}

.p-likeLinks_list_link-01:hover {
  background-color: #e4e6ed;
}

.p-likeLinks_list_link-02:before {
  background-color: #369cd8;
  background-image: url(/assets/img/icons/ic_like_02_white.svg);
}

.p-likeLinks_list_link-02:hover {
  background-color: #e1ecf2;
}

.p-likeLinks_list_link-03:before {
  background-color: #59b060;
  background-image: url(/assets/img/icons/ic_like_03_white.svg);
}

.p-likeLinks_list_link-03:hover {
  background-color: #e5eee6;
}

.p-likeLinks_list_link-04:before {
  background-color: #f4c31d;
  background-image: url(/assets/img/icons/ic_like_04_white.svg);
}

.p-likeLinks_list_link-04:hover {
  background-color: #f4f0df;
}

.p-likeLinks_list_link-05:before {
  background-color: #f4a316;
  background-image: url(/assets/img/icons/ic_like_05_white.svg);
}

.p-likeLinks_list_link-05:hover {
  background-color: #f4ecde;
}

.p-likeLinks-top .p-likeLinks_list_link:after {
  display: block;
  width: 24px;
  height: 24px;
  margin: 12px auto 0;
  content: "";
  background-image: url(/assets/img/icons/ic_chevron_bottom.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.p-likeSec {
  margin-right: auto;
  margin-left: auto;
  padding: 120px 0 124px;
}

.p-likeSec:before {
  background-color: rgba(244, 227, 82, 0.2);
  background-image: url(/nissui_like/img/like_mask01.png), url(/nissui_like/img/like_mask02.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: 100% auto;
}

.p-likeSec_hedding {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 28px;
  font-weight: 600;
  margin-top: 24px;
  text-align: center;
}

.p-likeSec_hedding:first-child {
  margin-top: 0;
}

.p-likeSec_ornament {
  width: 235px;
  height: 24px;
  margin: auto;
}

.p-likeSec_lead {
  margin-top: 24px;
  text-align: center;
}

.p-likeSec_lead:first-child {
  margin-top: 0;
}

.p-likeSec_catch {
  font-family: var(--nissui-ff-sansserif);
  font-size: 36px;
  margin-top: 24px;
  padding-bottom: 32px;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}

.p-likeSec_catch:first-child {
  margin-top: 0;
}

.p-likeSec_list {
  display: flex;
  margin: 32px -4px -8px;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
}

.p-likeSec_list_item {
  width: 33.3333333333%;
  margin-bottom: 8px;
  padding-right: 4px;
  padding-left: 4px;
}

.p-likeSec_list_link {
  display: block;
  text-decoration: none;
}

.p-likeSec_list_link:hover .p-likeSec_list_img:after {
  border-width: 16px;
}

.p-likeSec_list_link:hover .p-likeSec_list_text {
  color: #d72e39;
}

.p-likeSec_list_img {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.p-likeSec_list_img:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.3s;
  border: 0 solid #ef3340;
  border-radius: 50%;
}

.p-likeSec_list_img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.p-likeSec_list_text {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  padding: 8px 40px 0;
  transition: all 0.3s;
  color: #000;
}

.p-likeSec_list_genre {
  font-family: var(--nissui-ff-sansserif);
  font-size: 12px;
  font-weight: 700;
  margin-top: 16px;
  padding: 8px 0 28px;
  border-top: 1px solid #d8d8d8;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 24px 24px;
}

.p-likeSec_list_genre-01 {
  color: #4c63ac;
  background-image: url(/assets/img/icons/ic_like_01.svg);
}

.p-likeSec_list_genre-02 {
  color: #369cd8;
  background-image: url(/assets/img/icons/ic_like_02.svg);
}

.p-likeSec_list_genre-03 {
  color: #59b060;
  background-image: url(/assets/img/icons/ic_like_03.svg);
}

.p-likeSec_list_genre-04 {
  color: #f4c31d;
  background-image: url(/assets/img/icons/ic_like_04.svg);
}

.p-likeSec_list_genre-05 {
  color: #f4a316;
  background-image: url(/assets/img/icons/ic_like_05.svg);
}

.p-likeSec-top {
  padding: 0;
}

.p-likeSec-top:before {
  background: 0 0;
}

.p-likeSec-top .p-likeSec_hedding {
  font-size: 36px;
  padding-top: 114px;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 254px 96px;
}

.p-likeSec-top .p-likeSec_hedding-01 {
  background-image: url(/nissui_like/img/like_h1_01.png);
}

.p-likeSec-top .p-likeSec_hedding-02 {
  background-image: url(/nissui_like/img/like_h1_02.png);
}

.p-likeSec-top .p-likeSec_hedding-03 {
  background-image: url(/nissui_like/img/like_h1_03.png);
}

.p-likeSec-top .p-likeSec_hedding-04 {
  background-image: url(/nissui_like/img/like_h1_04.png);
}

.p-likeSec-top .p-likeSec_hedding-05 {
  background-image: url(/nissui_like/img/like_h1_05.png);
}

.p-likeSec-top .p-likeSec_list {
  margin-bottom: -32px;
}

.p-likeSec-top .p-likeSec_list_item {
  margin-bottom: 32px;
}

.p-likeSec-sub {
  max-width: 770px;
  padding: 0;
}

.p-likeSec-sub:before {
  background: 0 0;
}

.p-likeSec-sub .p-likeSec_hedding {
  font-family: var(--nissui-ff-sansserif);
  font-size: 24px;
  font-weight: 500;
}

.p-likeSec-sub .p-likeSec_list {
  margin-top: 40px;
  margin-right: -8px;
  margin-left: -8px;
}

.p-likeSec-sub .p-likeSec_list_item {
  padding-right: 8px;
  padding-left: 8px;
}

.p-likeSec-sub .p-likeSec_list_text {
  padding-right: 0;
  padding-left: 0;
}

.p-likeSec-cateTop {
  max-width: 802px;
  padding: 48px 0 84px;
  background-image: url(/nissui_like/img/like_ornament02.png), url(/nissui_like/img/like_ornament03.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right bottom;
  background-size: 141px 24px, 94px 24px;
}

.p-likeSec-cateTop:before {
  background: 0 0;
}

.p-likeSec-cateTop .p-likeSec_hedding {
  font-family: var(--nissui-ff-sansserif);
  font-size: 18px;
  font-weight: 500;
  margin-top: 32px;
}

.p-likeSec-cateTop .p-likeSec_hedding:before {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  content: "";
  vertical-align: sub;
  background: url(/assets/img/icons/ic_like_red.svg) 0 0 no-repeat;
  background-size: contain;
}

.p-likeSec-cateTop .p-likeSec_lead {
  margin-top: 16px;
}

.p-likeSec-cateTop .p-likeSec_list {
  margin-right: -16px;
  margin-left: -16px;
}

.p-likeSec-cateTop .p-likeSec_list_item {
  padding-right: 16px;
  padding-left: 16px;
}

.p-likeSec-cateTop .p-likeSec_list_text {
  padding-right: 8px;
  padding-left: 8px;
}

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

.p-likeTopHero_title {
  margin-bottom: 0;
}

.p-likeTopHero_img {
  width: 235px;
  height: 24px;
  margin: 52px auto 0;
}

.p-likeTopHero_lead {
  margin-top: 32px;
}

.p-likeDetailHero {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 380px;
  margin-top: 32px;
  margin-left: calc(-50vw + 50%);
}

.p-likeDetailHero:first-child {
  margin-top: 0;
}

.p-likeDetailHero:after {
  position: absolute;
  bottom: -1px;
  left: 50%;
  display: block;
  width: 100%;
  min-width: 1440px;
  height: 100%;
  content: "";
  transform: translate(-50%, 0);
  background: url(/nissui_like/img/like_mask02.png) no-repeat 0 bottom;
  background-size: 100% auto;
}

.p-likeDetailHero_img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  min-width: 1440px;
  transform: translate(-50%, 0);
  vertical-align: bottom;
}

.p-likeDetailHero_img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.p-likeDetailHero_img-position1 {
  top: 0;
  left: 0;
  transform: translate(0, 0);
}

.p-likeDetailHero_img-position2 {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.p-likeDetailHero_img-position3 {
  top: 0;
  right: 0;
  left: auto;
  transform: translate(0, 0);
}

.p-likeDetailHero_img-position4 {
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.p-likeDetailHero_img-position5 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-likeDetailHero_img-position6 {
  top: 50%;
  right: 0;
  left: auto;
  transform: translate(0, -50%);
}

.p-likeDetailHero_img-position7 {
  top: auto;
  bottom: 0;
  left: 0;
  transform: translate(0, 0);
}

.p-likeDetailHero_img-position8 {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.p-likeDetailHero_img-position9 {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  transform: translate(0, 0);
}

.p-likeDetailContent_h1 {
  font-size: 42px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 96px;
  text-align: center;
}

.p-likeDetailContent_img + .p-likeDetailContent_h1 {
  margin-top: 24px;
}

.p-likeDetailContent_h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 96px;
  text-align: center;
}

.p-likeDetailContent_h3 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 40px;
}

.p-likeDetailContent_lead {
  font-size: 22px;
  line-height: 1.8;
  margin-top: 24px;
  text-align: center;
}

.p-likeDetailContent_img {
  max-width: 672px;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.p-likeDetailContent_img:first-child {
  margin-top: 64px;
}

.p-likeDetailContent_img img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.p-likeDetailContent_img-large {
  max-width: 848px;
}

.p-likeDetailContent_imgCaption {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 8px;
  text-align: center;
}

.like_ornament01 {
  display: block;
  width: 100%;
}

.like_ornament01 g {
  opacity: 0;
}

.like_ornament01.is-anime g {
  opacity: 1;
}

.like_ornament01.is-anime .g01 {
  -webkit-animation: like_ornament01_g01 2.708s;
  animation: like_ornament01_g01 2.708s;
}

.like_ornament01.is-anime .g02 {
  -webkit-animation: like_ornament01_g02 2.708s;
  animation: like_ornament01_g02 2.708s;
}

.like_ornament01.is-anime .g03 {
  -webkit-animation: like_ornament01_g03 2.708s;
  animation: like_ornament01_g03 2.708s;
}

.like_ornament01.is-anime .g04 {
  -webkit-animation: like_ornament01_g04 2.708s;
  animation: like_ornament01_g04 2.708s;
}

.like_ornament01.is-anime .g05 {
  -webkit-animation: like_ornament01_g05 2.708s;
  animation: like_ornament01_g05 2.708s;
}

.like_ornament01.is-anime .g06 {
  -webkit-animation: like_ornament01_g06 2.708s;
  animation: like_ornament01_g06 2.708s;
}

.like_ornament01.is-anime .g07 {
  -webkit-animation: like_ornament01_g07 2.708s;
  animation: like_ornament01_g07 2.708s;
}

.like_ornament01.is-anime .g08 {
  -webkit-animation: like_ornament01_g08 2.708s;
  animation: like_ornament01_g08 2.708s;
}

.like_ornament01.is-anime .g09 {
  -webkit-animation: like_ornament01_g09 2.708s;
  animation: like_ornament01_g09 2.708s;
}

.like_ornament01.is-anime .g10 {
  -webkit-animation: like_ornament01_g10 2.708s;
  animation: like_ornament01_g10 2.708s;
}

.like_ornament01.is-anime .g11 {
  -webkit-animation: like_ornament01_g11 2.708s;
  animation: like_ornament01_g11 2.708s;
}

.like_ornament01.is-anime .g12 {
  -webkit-animation: like_ornament01_g12 2.708s;
  animation: like_ornament01_g12 2.708s;
}

.like_ornament01.is-anime .g13 {
  -webkit-animation: like_ornament01_g13 2.708s;
  animation: like_ornament01_g13 2.708s;
}

.like_ornament01.is-anime .g14 {
  -webkit-animation: like_ornament01_g14 2.708s;
  animation: like_ornament01_g14 2.708s;
}

.like_ornament01.is-anime .g15 {
  -webkit-animation: like_ornament01_g15 2.708s;
  animation: like_ornament01_g15 2.708s;
}

@-webkit-keyframes like_ornament01_g01 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes like_ornament01_g01 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes like_ornament01_g02 {
  0% {
    opacity: 0;
  }
  17% {
    opacity: 0;
  }
  22% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes like_ornament01_g02 {
  0% {
    opacity: 0;
  }
  17% {
    opacity: 0;
  }
  22% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes like_ornament01_g03 {
  0% {
    opacity: 0;
  }
  19% {
    opacity: 0;
  }
  23% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes like_ornament01_g03 {
  0% {
    opacity: 0;
  }
  19% {
    opacity: 0;
  }
  23% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes like_ornament01_g04 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes like_ornament01_g04 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes like_ornament01_g05 {
  0% {
    opacity: 0;
  }
  22% {
    opacity: 0;
  }
  26% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes like_ornament01_g05 {
  0% {
    opacity: 0;
  }
  22% {
    opacity: 0;
  }
  26% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes like_ornament01_g06 {
  0% {
    opacity: 0;
  }
  23% {
    opacity: 0;
  }
  28% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes like_ornament01_g06 {
  0% {
    opacity: 0;
  }
  23% {
    opacity: 0;
  }
  28% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes like_ornament01_g07 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  29% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes like_ornament01_g07 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  29% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes like_ornament01_g08 {
  0% {
    opacity: 0;
  }
  26% {
    opacity: 0;
  }
  31% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes like_ornament01_g08 {
  0% {
    opacity: 0;
  }
  26% {
    opacity: 0;
  }
  31% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes like_ornament01_g09 {
  0% {
    opacity: 0;
  }
  28% {
    opacity: 0;
  }
  32% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes like_ornament01_g09 {
  0% {
    opacity: 0;
  }
  28% {
    opacity: 0;
  }
  32% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes like_ornament01_g10 {
  0% {
    opacity: 0;
  }
  29% {
    opacity: 0;
  }
  34% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes like_ornament01_g10 {
  0% {
    opacity: 0;
  }
  29% {
    opacity: 0;
  }
  34% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes like_ornament01_g11 {
  0% {
    opacity: 0;
  }
  31% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes like_ornament01_g11 {
  0% {
    opacity: 0;
  }
  31% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes like_ornament01_g12 {
  0% {
    opacity: 0;
  }
  32% {
    opacity: 0;
  }
  37% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes like_ornament01_g12 {
  0% {
    opacity: 0;
  }
  32% {
    opacity: 0;
  }
  37% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes like_ornament01_g13 {
  0% {
    opacity: 0;
  }
  34% {
    opacity: 0;
  }
  39% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes like_ornament01_g13 {
  0% {
    opacity: 0;
  }
  34% {
    opacity: 0;
  }
  39% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes like_ornament01_g14 {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes like_ornament01_g14 {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes like_ornament01_g15 {
  0% {
    opacity: 0;
  }
  37% {
    opacity: 0;
  }
  41% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes like_ornament01_g15 {
  0% {
    opacity: 0;
  }
  37% {
    opacity: 0;
  }
  41% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.p-likeDetailFishes02_link .p-likeDetailFishes02_linkItem {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  display: block;
  margin-top: 30px;
  padding: 16px 16px;
  border-radius: 7px;
  background: #fff5cc;
}

.p-likeDetailFishes02_link .p-likeDetailFishes02_linkItem_bg01:before {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 120px;
  height: 110px;
  content: "";
  background-image: url(/nissui_like/img/fishes002/bg_01.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.p-likeDetailFishes02_link .p-likeDetailFishes02_linkItem_bg02:before {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 120px;
  height: 110px;
  content: "";
  background-image: url(/nissui_like/img/fishes002/bg_02.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.p-likeDetailFishes02_link .p-likeDetailFishes02_linkItem_bg03:before {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 120px;
  height: 110px;
  content: "";
  background-image: url(/nissui_like/img/fishes002/bg_03.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.p-likeDetailFishes02_link .p-likeDetailFishes02_linkItem_bg04:before {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 120px;
  height: 110px;
  content: "";
  background-image: url(/nissui_like/img/fishes002/bg_04.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.p-likeDetailFishes02_link .p-likeDetailFishes02_linkItem_bg05:before {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 120px;
  height: 110px;
  content: "";
  background-image: url(/nissui_like/img/fishes002/bg_05.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.p-likeDetailFishes02_link .p-likeDetailFishes02_linkItem_bg06:before {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 120px;
  height: 110px;
  content: "";
  background-image: url(/nissui_like/img/fishes002/bg_06.png);
  background-repeat: no-repeat;
  background-size: contain;
}

[data-js-more-item] {
  display: none;
}

.p-refine {
  width: 100vw;
  margin-top: 24px;
  margin-left: calc(-50vw + 50%);
  padding: 32px 0;
  background: #f6f3ee;
}

.p-refine_inner {
  display: flex;
  align-items: center;
}

.p-refine_title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  margin-right: 64px;
}

.p-refine_pulldown {
  width: 290px;
  margin-top: 0;
}

.p-relatedLink {
  margin-top: 32px;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #ECE6DC;
  background: #FFF;
}
.p-relatedLink .p-relatedLink_title {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
}
.p-relatedLink .p-relatedLink_title:not(:first-child) {
  margin-top: 32px;
}
.p-relatedLink .p-relatedLink_list {
  margin-top: 16px;
}
.p-relatedLink .p-relatedLink_text {
  margin-top: 16px;
}

.p-relatedSection_item {
  display: flex;
  margin-top: 24px;
  flex-wrap: wrap;
}

.p-relatedSection_item + .p-relatedSection_item {
  margin-top: 64px;
}

.p-relatedSection_item_img {
  width: 25%;
  order: 1;
}

.p-relatedSection_item_img + .p-relatedSection_item_text {
  width: 75%;
}

.p-relatedSection_item_text {
  padding-right: 56px;
  order: 0;
}

.p-relatedSection_item_link {
  margin-top: 16px;
}

.p-searchArea {
  display: flex;
  margin-top: 32px;
}
.p-searchArea .p-searchArea_search {
  flex: 1;
}
.p-searchArea .p-searchArea_search .c-searchBox {
  font-size: 14px;
  line-height: 1.8;
  width: 100%;
  margin-top: 0;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) {
  .p-searchArea .p-searchArea_search .c-searchBox_form {
    height: 50px;
  }
}
.p-searchArea .p-searchArea_btn {
  margin-left: 32px;
  padding-left: 32px;
  border-left: 1px solid #cbcbcb;
}

.p-searchKeyword {
  display: flex;
  padding: 24px 0;
  justify-content: center;
}

.p-searchKeyword .c-pulldown {
  margin-right: 16px;
  flex: 0 0 120px;
}

.p-searchKeyword .c-pulldown select {
  height: 100%;
}

.p-searchKeyword .c-searchBox {
  margin-top: 0;
  flex: 0 1 848px;
}

.p-searchCondition {
  padding: 0;
}

.p-searchCondition_pulldown {
  width: 230px;
  margin: 0 0 0 8px;
}

.p-searchCondition_pulldown:first-child {
  margin-left: 0;
}

.p-searchCondition_pulldown_arrow {
  width: 24px;
  height: 24px;
  margin: 0 0 0 8px;
  background: url(/assets/img/icons/ic_tri_right_grey.svg) no-repeat center center;
  background-size: contain;
}

.p-searchCondition_pulldown_wrap {
  display: flex;
  margin-top: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.p-searchCondition_pulldown_wrap:first-child {
  margin-top: 0;
}

.p-searchCondition_subText {
  margin-top: 32px;
}

.p-searchCondition .c-accordion .c-accordion {
  margin-right: -64px;
}

.p-searchResults {
  margin-top: 60px;
}

.p-searchResults_title {
  font-size: 18px;
  font-weight: 700;
}

.p-searchResults_titleNum {
  font-size: 28px;
  color: #d72e39;
}

.p-searchResults_titleKen {
  color: #d72e39;
}

.p-searchResults_info {
  display: flex;
  margin-top: 32px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.p-searchResults_info .c-text {
  font-weight: 500;
  margin-right: auto;
}

.p-searchResults_info .c-pulldown {
  margin: 0 0 0 8px;
  flex: 0 0 120px;
}

.p-searchResults_text {
  margin-top: 100px;
}

.p-searchCondition {
  margin-top: 8px;
}

.p-searchCondition .SS_search .c-form {
  margin-top: 0;
}

.p-searchCondition .SS_search .c-selectbtn_wrap label {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  margin: 8px 0 0 8px;
  padding: 8px 20px;
  cursor: pointer;
  transition: all 0.3s;
  color: #000;
  border-radius: 4px;
  background: #e6e6e6;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.p-searchCondition .SS_search .c-selectbtn_input {
  position: relative;
  display: none;
}

.p-searchCondition .SS_search .c-selectbtn_input:hover + label {
  background: #c2c2c2;
}

.p-searchCondition .SS_search .c-selectbtn_input:checked + label {
  color: #fff;
  background: #d22d37;
}

.p-searchResults_list .l-grid_item.p-searchResults_list_productItem {
  margin-top: 32px;
  margin-bottom: 0;
}

.p-searchResults_list .l-grid_item.p-searchResults_list_productItem .c-card04-prod .c-card_img img {
  width: auto;
  height: 90%;
}

.p-sitemap_list {
  display: flex;
  margin: 0 -16px;
  flex-wrap: wrap;
}

.p-sitemap_list_item {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  width: calc((100% - 96px) / 3);
  margin: 0 16px;
  padding: 16px 0 16px 16px;
  border-top: 1px solid #e0e0e0;
}

.p-sitemap_sublist {
  margin-left: 32px;
}

.p-sitemap_sublist_item {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}

.p-sns {
  display: inline-block;
  margin-top: 80px;
  padding: 0 4px;
  vertical-align: bottom;
  border-radius: 24px;
  background-color: #f2f2f2;
}

.p-sns:first-child {
  margin-top: 0;
}

.p-sns .at-resp-share-element {
  display: flex;
  align-items: center;
}
.p-sns .at-resp-share-element .at-share-btn {
  margin: 12px !important;
  padding: 0;
  line-height: 1;
}
.p-sns .at-resp-share-element .at-share-btn a {
  display: block;
}
.p-sns .at-resp-share-element .at-icon,
.p-sns .at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
  vertical-align: top;
}

.p-stockquote {
  margin-top: 24px;
  padding: 24px;
  border: 1px solid #ef3340;
  border-radius: 6px;
  background: #F6F3EE;
}

.p-stockquote:first-child {
  margin-top: 0;
}

.p-stockquote_data {
  border-top: 1px solid #e0e0e0;
}

.p-stockquote_data_row {
  display: flex;
  padding: 4px 24px;
  border-bottom: 1px solid #e0e0e0;
  background: rgba(255, 255, 255, 0.6);
  align-items: center;
}

.p-stockquote_data_hedding {
  font-size: 14px;
  font-weight: 500;
}

.p-stockquote_data_value {
  font-size: 18px;
  font-weight: 700;
  margin-left: auto;
}

.p-stockquote_data_value-minus {
  color: #59b060;
}

.p-stockquote_data + .c-list {
  margin-top: 8px;
}

.p-youtube {
  margin-top: 24px;
}

.p-youtube:first-child {
  margin-top: 0;
}

.p-youtube_video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

.p-youtube_video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-youtube_text {
  margin-top: 16px;
  text-align: center;
}

.p-youtubeWrap .p-youtube {
  max-width: 672px;
  margin-right: auto;
  margin-left: auto;
}

.p-youtubeList {
  margin-top: 24px;
  margin-right: -16.7%;
  margin-left: -16.7%;
}

.p-corporateTopMessage {
  display: flex;
  flex-direction: column;
  height: 400px;
  justify-content: center;
}

.p-corporateTopMessage::before {
  background: url(/corporate/img/message01_pc.png) no-repeat center top;
  background-size: cover;
}

.p-corporateTopData_btnWrap {
  position: relative;
  left: -16px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.p-corporateTopIr {
  display: flex;
  flex-direction: column;
  height: 400px;
  justify-content: center;
}

.p-corporateTopIr::before {
  background: url(/corporate/img/ir01-1_pc.png) no-repeat center top;
  background-size: cover;
}

.p-corporateHistorySec1 .c-table th {
  font-weight: 700;
}

.p-corporateHistorySec1 .c-table_contentBody tr > :nth-child(1) {
  width: 111px;
  min-width: 111px;
}

.p-corporateHistorySec1 .c-table_contentBody tr > :nth-child(2) {
  max-width: 400px;
}

.p-corporateHistorySec1 .c-table_contentBody tr > :nth-child(3) {
  width: 25%;
  min-width: 180px;
}

.p-corporateHistorySec1 .c-table .l-grid {
  margin-top: 16px;
}

.p-corporateHistoryNav {
  margin-top: 80px;
}

.p-irTopSec2 {
  display: flex;
  flex-direction: column;
  height: 400px;
  justify-content: center;
}

.p-irTopSec2::before {
  background: url(/corporate/img/ir01-1_pc.png) no-repeat center top;
  background-size: cover;
}

.p-newsWrap {
  margin-top: 32px;
}

.p-productSummary {
  position: relative;
  margin-bottom: 100px;
}

.p-productSummary_bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100vw;
  height: 320px;
  margin-left: calc(-50vw + 50%);
}

.p-productSummary_bg img {
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-productSummary_img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 440px;
  margin: auto;
}

.p-productSummary_img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.p-productSummary_img img.is-noimage {
  position: absolute;
  top: -40px;
  left: 50%;
  width: 540px;
  transform: translate(-50%, 0);
}

.p-productSummary_inner {
  width: 736px;
  margin: auto;
  padding-top: 456px;
}

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

.p-productSummary_tag + .p-productSummary_tag {
  margin-left: 8px;
}

.p-productSummary_tag_inner {
  font-weight: 700;
  padding: 3px 20px;
  border-radius: 3em;
  background-color: #f4c31d;
}

.p-productSummary_tag_inner.end {
  display: block;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  color: #d72e39;
  border-radius: 0;
}

.p-productSummary_name {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  padding: 8px 0 16px;
  text-align: center;
  border-bottom: 4px solid #d72e39;
}

.p-productSummary_name .p-productSummary_name-br {
  display: block;
}

.p-productSummary_catch {
  line-height: 1.5;
  text-align: center;
}

.p-productSummary_feature {
  margin: 24px 0 0 24px;
}

.p-productSummary_feature .c-list_item:not(:first-child) {
  margin-top: 6px;
}

.p-productInfo_listWrap {
  display: flex;
  width: 100%;
  margin-top: 8px;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-productInfo_listWrap .c-descriptionList {
  width: 48.3%;
  margin-top: 0;
}

.p-productInfo_note {
  margin: 16px 0 0 8px;
}

.p-productMaterial .c-descriptionList {
  width: 48.3%;
}

.p-productMaterial .c-descriptionList_term {
  width: 191px;
}

.p-productMaterial .c-descriptionList_term + .c-descriptionList_definition {
  width: calc(100% - 191px);
}

.p-productAllergy .c-table_headCell {
  width: 193px;
}

.p-productAllergy .c-descriptionList_term {
  width: 226px;
}

.p-productAllergy .c-descriptionList_term + .c-descriptionList_definition {
  width: calc(100% - 226px);
}

.p-productAllergy_caution {
  margin-top: 40px;
  padding: 40px;
  background-color: rgba(250, 222, 217, 0.3);
}

.p-productAllergy_caution_title {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  color: #d72e39;
}

.p-productAllergy_caution_list {
  margin-top: 12px;
}

.p-productBtns {
  margin-top: 100px;
}

.p-productContact_inner {
  margin-top: 40px;
  padding: 44px;
  background-color: #F6F3EE;
}

.p-productContact_text {
  margin-top: 20px;
}

.p-productContact_tel {
  font-family: var(--nissui-ff-en);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  margin-right: 12px;
}

.p-productContact_note {
  margin: 10px 24px 0;
}

.p-productContact_note > li:not(:first-child) {
  margin-top: 2px;
}

.p-productSummary_name-br {
  display: none;
}

.p-productSummary_tagOuter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-productECLink.l-section-bgGrey {
  margin-top: 0 !important;
  padding-top: 0;
}

.p-productECLink .c-headingLv2 {
  font-size: 20px;
  margin-top: 0;
}

.p-recipeSummary {
  min-height: 560px;
  margin-bottom: 96px;
  padding: 40px 0;
  background-color: #F6F3EE;
}

.p-recipeSummary_inner {
  max-width: 1256px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}

.p-recipeSummary_name {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 38px;
  font-weight: 600;
  line-height: 2;
}

.p-recipeSummary_row {
  margin: 24px 0 0;
}

.p-recipeSummary_img {
  position: relative;
  float: left;
  overflow: hidden;
  width: 63.236%;
  height: 0;
  margin-bottom: 96px;
  padding-bottom: 42.158%;
  background-color: #000;
}

.p-recipeSummary_img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: auto;
  vertical-align: bottom;
}

.p-recipeSummary_img img.is-noimage {
  background-color: #f2f2f2;
}

.p-recipeSummary_img > .p-youtube {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.p-recipeSummary_text {
  margin-left: 69%;
}

.p-recipeSummary_data {
  display: flex;
  margin-top: 24px;
  border-left: 1px solid #bdbdbd;
}

.p-recipeSummary_data_item {
  padding: 4px 0;
  text-align: center;
  border-right: 1px solid #bdbdbd;
  flex: 1px;
}

.p-recipeSummary_data_icon .u-icon::before {
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
}

.p-recipeSummary_data_title {
  font-size: 14px;
  font-weight: 700;
}

.p-recipeSummary_data_body {
  font-family: Nunito, sans-serif;
  font-size: 10px;
  font-weight: 600;
}

.p-recipeSummary_data_body strong {
  font-size: 24px;
  margin-right: 4px;
}

.p-recipeSummary + * {
  clear: both;
}

.p-recipeMaterial .c-headingLv2 {
  margin-bottom: 24px;
}

.p-recipeMaterial_list .c-descriptionList_definition,
.p-recipeMaterial_list .c-descriptionList_term {
  padding: 8px 12px;
}

.p-recipeMaterial_list .c-descriptionList_term {
  width: 168px;
}

.p-recipeMaterial_list .c-descriptionList_term + .c-descriptionList_definition {
  width: calc(100% - 168px);
}

.p-recipeMaterial_subTitle {
  margin: 32px 0 16px;
}

.p-recipeMain .c-headingLv2 {
  margin-bottom: 24px;
}

.p-recipeMain_list > li {
  display: flex;
  margin-top: 40px;
  counter-increment: recipe;
}

.p-recipeMain_list > li:first-child {
  margin-top: 0;
}

.p-recipeMain_list > li:before {
  font-family: Nunito, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  display: marker;
  content: counter(recipe);
  color: #dc4852;
  flex: 0 0 32px;
}

.p-recipeMain_list_text {
  flex: 1 1 374px;
}

.p-recipeMain_list_img {
  margin-left: 32px;
  flex: 1 1 230px;
}

.p-recipeMain_list_img img {
  width: 100%;
}

.p-recipeMain_list_point {
  font-size: 14px;
  font-weight: 700;
  margin-top: 22px;
  letter-spacing: 2px;
  color: #dc4852;
}

.p-recipeMain_list_point > span {
  background: linear-gradient(transparent 60%, #fae7a4 40%);
}

.p-recipeMain_list_pointList {
  font-size: 14px;
  margin-top: 12px;
}

.p-recipeSearch_btn {
  width: 458px;
  margin: 40px auto 0;
}

.p-recipeTopMain {
  position: relative;
}

.p-recipeTopMain::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin-left: calc(-50vw + 50%);
  content: "";
  background: url(/recipe/img/recipetop_bg_lg.png) no-repeat center top;
}

.p-recipeTopMain_titel {
  margin-top: 0;
  padding-top: 60px;
  text-align: center;
}

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

.p-recipeTopMain_cards_row1 .c-card_img {
  padding-bottom: 66.398%;
}

.p-recipeTopMain_cards_row2 {
  display: flex;
  flex-direction: column;
}

.p-recipeTopMain_cards_row2 > .c-card05 {
  flex: 1;
}

.p-recipeTopMain_cards_row2 .c-card_content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-recipeTopMain_cards_row2 + .p-recipeTopMain_cards_row2 {
  min-height: 414px;
}

.p-recipeTopSearch_category {
  margin-top: 60px;
}

.p-recipeSpecialHeading{
  font-family: var(--nissui-ff-sansserif-bold);
  font-size:14px;font-weight:700;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-top:8px;padding-bottom:8px
}

.p-recipeSpecialHeading_primerite{
  position:relative;padding-right:28px
}

.p-recipeSpecialHeading_primerite::before{
  position:absolute;top:50%;right:0;width:24px;height:24px;content:"";-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background-image:url(/recipe/specials/img/cook_cap.svg);background-repeat:no-repeat}

.p-recipeSpecialHeading_title{
  margin-left:4px
}

.p-topVisual {
  margin-top: 16px;
}

.p-topVisual_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 66vw;
  max-height: 700px;
  justify-content: center;
}

.p-topVisual_img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transition: opacity 0.3s;
  transform: translate(-50%, 0);
  border-radius: 50%;
}

.p-topVisual_img.is-hover {
  opacity: 0.7;
}

.p-topVisual_img img {
  height: 100%;
  vertical-align: bottom;
  border-radius: 50%;
}

.p-topVisual_img:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  border: 7.821vw solid #ef3340;
  border-radius: 50%;
}

.p-topVisual_cate {
  font-family: var(--nissui-ff-en);
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 4.8vw;
  position: relative;
  z-index: 0;
  margin-left: 3.2vw;
  padding-left: 5vw;
  color: #d72e39;
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 4.8vw 4.8vw;
}

.p-topVisual_cate-product {
  background-image: url(/assets/img/icons/ic_product_red.svg);
}

.p-topVisual_cate-campaign {
  background-image: url(/assets/img/icons/ic_campaign_red.svg);
}

.p-topVisual_cate-like {
  background-image: url(/assets/img/icons/ic_like_red.svg);
}

.p-topVisual_cate-recipe {
  background-image: url(/assets/img/icons/ic_recipe_red.svg);
}

.p-topVisual_cate:before {
  position: absolute;
  z-index: 1;
  top: -0.3vw;
  left: 14.3vw;
  display: block;
  width: 9.72vw;
  height: 5.41vw;
  content: "";
  background: url(/img/top/pickup_ornament_00.png) no-repeat center center;
  background-size: contain;
}

.p-topVisual_text {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 5.9vw;
  font-weight: 600;
  line-height: 1.3;
  z-index: 0;
  margin: 0.8vw 0 0 3.2vw;
  color: #000;
}

.p-topVisual_text:after {
  display: block;
  width: 480px;
  height: 2px;
  margin-top: 16px;
  content: "";
  background-color: #d72e39;
}

.p-topVisual_likegenre {
  font-size: 1.3vw;
  font-weight: 700;
  line-height: 1.5;
  z-index: 0;
  margin: 1.2vw 0 0 3.2vw;
  color: #000;
}

.p-topVisual_btn {
  margin: 2.4vw 0 0 3.2vw;
}

.p-topPickup {
  margin-top: 32px;
}

.p-topPickup_hedding {
  font-family: var(--nissui-ff-en);
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  color: #d72e39;
}

.p-topPickup_list {
  display: grid;
  margin: 24px -4px -16px;
  text-align: center;
  grid-template-areas: "item1 item2 item3" "item4 item6 item6" "item5 item6 item6";
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto auto;
}

.p-topPickup_list_item {
  padding: 0 4px 16px;
}

.p-topPickup_list_item:nth-child(1) {
  grid-area: item1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}

.p-topPickup_list_item:nth-child(1) .p-topPickup_list_img:before {
  background-image: url(/img/top/pickup_ornament_01.png);
  background-position: left top;
}

.p-topPickup_list_item:nth-child(2) {
  grid-area: item2;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}

.p-topPickup_list_item:nth-child(3) {
  grid-area: item3;
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}

.p-topPickup_list_item:nth-child(3) .p-topPickup_list_img:before {
  background-image: url(/img/top/pickup_ornament_02.png);
  background-position: right bottom;
}

.p-topPickup_list_item:nth-child(4) {
  grid-area: item4;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}

.p-topPickup_list_item:nth-child(4) .p-topPickup_list_img:before {
  background-image: url(/img/top/pickup_ornament_03.png);
  background-position: right top;
}

.p-topPickup_list_item:nth-child(5) {
  grid-area: item5;
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}

.p-topPickup_list_item:nth-child(6) {
  grid-area: item6;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
}

.p-topPickup_list_item:nth-child(6) .p-topPickup_list_img:before {
  background-image: url(/img/top/pickup_ornament_01.png);
  background-position: right bottom;
}

.p-topPickup_list_item:nth-child(6) .p-topPickup_list_text {
  font-size: 24px;
}

.p-topPickup_list_link {
  display: block;
  text-decoration: none;
}

.p-topPickup_list_link:hover .p-topPickup_list_img:after {
  border-width: 24px;
}

.p-topPickup_list_link:hover .p-topPickup_list_text {
  color: #d72e39;
}

.p-topPickup_list_img {
  position: relative;
  border-radius: 50%;
}

.p-topPickup_list_img:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-size: 96px 96px;
}

.p-topPickup_list_img:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.3s;
  border: 0 solid #ef3340;
  border-radius: 50%;
}

.p-topPickup_list_img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border-radius: 50%;
}

.p-topPickup_list_cate {
  font-size: 12px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  min-width: 48px;
  margin-top: -73px;
  padding-top: 48px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 48px 48px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.p-topPickup_list_cate,
.p-topPickup_list_cate _:-ms-lang(x)::-ms-backdrop {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.p-topPickup_list_cate-product {
  background-image: url(/assets/img/icons/ic_product_white.svg);
}

.p-topPickup_list_cate-campaign {
  background-image: url(/assets/img/icons/ic_campaign_white.svg);
}

.p-topPickup_list_cate-like {
  background-image: url(/assets/img/icons/ic_like_white.svg);
}

.p-topPickup_list_cate-recipe {
  background-image: url(/assets/img/icons/ic_recipe_white.svg);
}

.p-topPickup_list_text {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  max-width: 376px;
  margin: auto;
  padding: 8px 28px 0;
  transition: all 0.3s;
  color: #000;
}

.p-topLinks {
  margin-top: 120px;
}

.p-topLinks_inner {
  justify-content: space-around;
}

.p-topLinks_item {
  width: 336px;
  text-align: center;
}

.p-topLinks_link {
  display: block;
}

.p-topLinks_link,
.p-topLinks_link:visited {
  text-decoration: none;
  color: #000;
}

.p-topLinks_link:active,
.p-topLinks_link:hover {
  text-decoration: underline;
  color: #d72e39;
}

.p-topLinks_img {
  width: 60px;
  height: 60px;
  margin: auto;
}

.p-topLinks_img img {
  width: 100%;
  vertical-align: bottom;
}

.p-topLinks_text {
  margin-top: 16px;
}

.p-topLinks_text:after {
  position: relative;
  top: -0.1em;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-left: 4px;
  content: "";
  vertical-align: middle;
  background-image: url(/assets/img/icons/ic_chevron_right_red.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 1.5em 1.5em;
}

.p-topLinks_subText {
  line-height: 1.5;
  margin-top: 24px;
}

.p-topSection {
  display: flex;
  margin-top: 32px;
  margin-right: -21.876%;
  margin-left: -21.876%;
  align-items: center;
}

.p-topSection_boxImg {
  margin: 0 16px;
  flex: 1;
}

.p-topSection_boxText {
  margin: 0 16px;
  text-align: center;
  flex: 1;
}

.p-topSection_boxText .c-catchText {
  line-height: 1.3;
  padding-top: 77px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 112px 48px;
}

.p-topSection_boxText .c-btn {
  width: 178px !important;
}

.p-topSection-01 {
  flex-direction: row-reverse;
  margin-top: 120px;
}

.p-topSection-01 .p-topSection_boxText .c-catchText {
  background-image: url(/img/top/sec01_ornament_01.png);
}

.p-topSection-02 .p-topSection_boxText .c-catchText {
  background-image: url(/img/top/sec02_ornament_01.png);
}

.p-topSection-03 {
  flex-direction: row-reverse;
}

.p-topSection-03 .p-topSection_boxText .c-catchText {
  background-image: url(/img/top/sec03_ornament_01.png);
}

.p_fishKitchen_fw500 {
  font-family: YakuHanJP, "Gotham A", "Gotham B", "FP-こぶりなゴシック StdN W6", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}

.p_fishKitchenTop {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-top: 32px;
}

.p_fishKitchenTop a:visited {
  color: #000;
}

.p_fishKitchenTop_bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 150.4167vw;
  height: 59.7222vw;
  max-height: 860px;
  content: "";
}

.p_fishKitchenTop img {
  max-width: 100%;
  vertical-align: top;
}

.p_fishKitchenTop_label {
  position: relative;
}

.p_fishKitchenTop_label::before {
  position: absolute;
  top: 66px;
  left: calc(50% + 129px);
  width: 100%;
  height: 12px;
  content: "";
  background-image: url(/recipe/fish-kitchen/img/fish_kitchen_border.png);
  background-repeat: repeat-x;
  background-size: contain;
}

.p_fishKitchenTop_label::after {
  position: absolute;
  top: 66px;
  right: calc(50% + 129px);
  width: 100%;
  height: 12px;
  content: "";
  background-image: url(/recipe/fish-kitchen/img/fish_kitchen_border.png);
  background-repeat: repeat-x;
  background-size: contain;
}

.p_fishKitchenTop_label_head {
  width: 420px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.p_fishKitchenTop_inner {
  max-width: 1072px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.p_fishKitchenTop_inner .c-card_link {
  background: #fff;
}

.p_fishKitchenTop_inner .p-recipeTopMain_cards_row1 .c-card_img {
  padding-bottom: 0;
}

.p_fishKitchenTop_lead {
  display: flex;
  margin-bottom: 32px;
}

.p_fishKitchenTop_lead_img {
  width: 29.29%;
  align-self: center;
  flex: 1 0 29.29%;
}

.p_fishKitchenTop_lead_text {
  padding-top: 45px;
}

.p_fishKitchenTop_pickup {
  position: relative;
  width: 100vw;
  margin-top: 160px;
  margin-bottom: 180px;
  margin-left: calc(50% - 50vw);
  padding-top: 3px;
  padding-bottom: 32px;
  background-color: #d7e7f3;
}

.p_fishKitchenTop_pickup::before {
  position: absolute;
  top: -60px;
  left: 0;
  width: 2168px;
  height: 60px;
  content: "";
  background-image: url(/recipe/fish-kitchen/img/fish_kitchen_pickup_bg.png);
  background-repeat: repeat-x;
  background-size: contain;
}

.p_fishKitchenTop_pickup::after {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 2168px;
  height: 60px;
  content: "";
  transform: scale(-1, -1);
  background-image: url(/recipe/fish-kitchen/img/fish_kitchen_pickup_bg.png);
  background-repeat: repeat-x;
  background-size: contain;
}

.p_fishKitchenTop_pickup_inner {
  max-width: 1072px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 24px;
}

.p_fishKitchenTop_pickup_block {
  border-bottom: 1px solid #c1c1c1;
}

.p_fishKitchenTop_pickup_block:first-child {
  border-top: 1px solid #c1c1c1;
}

.p_fishKitchenTop_pickup_link {
  font-family: YakuHanJP, "Gotham A", "Gotham B", "FP-こぶりなゴシック StdN W6", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  position: relative;
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  text-decoration: none;
  color: #000;
  flex-wrap: wrap;
}

.p_fishKitchenTop_pickup_link::before {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  display: inline-block;
  width: 38px;
  height: 38px;
  margin: auto;
  content: "";
  transition: all 0.3s;
  vertical-align: middle;
  background: url(/assets/img/icons/ic_link_red.svg) no-repeat 0 0;
  background-size: auto;
  background-size: 38px 38px;
}

.p_fishKitchenTop_pickup_link:hover {
  color: #e50012;
}

.p_fishKitchenTop_pickup_link:hover::before {
  right: 0;
}

.p_fishKitchenTop_pickup_link_icon {
  width: 48px;
  align-self: center;
}

.p_fishKitchenTop_pickup_link_text {
  font-size: 24px;
  line-height: 1.3;
  margin-left: 24px;
}

.p_fishKitchenTop_pickup_link_text_adjust {
  font-size: 18px;
}

.p_fishKitchenTop_ranking {
  margin-top: 80px;
}

.p_fishKitchenTop_ranking_grid {
  display: flex;
  margin-top: 35px;
  margin-right: -5px;
  margin-left: -5px;
  flex-wrap: wrap;
}

.p_fishKitchenTop_ranking_grid_item {
  width: 25%;
  padding-right: 5px;
  padding-left: 5px;
}

.p_fishKitchenTop_ranking_link {
  position: relative;
  display: block;
  text-decoration: none;
  color: #000;
}

.p_fishKitchenTop_ranking_link:hover {
  color: #e50012;
}

.p_fishKitchenTop_ranking_crown {
  position: relative;
  z-index: 3;
  margin-top: 0;
}

.p_fishKitchenTop_ranking_img {
  position: relative;
  z-index: 1;
  margin-top: -29px;
}

.p_fishKitchenTop_ranking_text {
  font-size: 14px;
  margin-top: 8px;
  text-align: center;
}

.p_fishKitchenTop_footer {
  display: flex;
  margin-top: 90px;
  flex-wrap: wrap;
}

.p_fishKitchenTop_footerItem {
  width: 33%;
}

.p_fishKitchenTop_footerItem + .p_fishKitchenTop_footerItem {
  position: relative;
}

.p_fishKitchenTop_footerItem + .p_fishKitchenTop_footerItem::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 40px;
  content: "";
  transform: translateY(-50%);
  background: #cbcbcb;
}

.p_fishKitchenTop_footerLink {
  display: block;
  text-decoration: none;
  color: #000;
}

.p_fishKitchenTop_footerLink:hover {
  color: #e50012;
}

.p_fishKitchenTop_footerImg {
  width: 80px;
  margin-right: auto;
  margin-left: auto;
}

.p_fishKitchenTop_footerTextArea {
  text-align: center;
}

.p_fishKitchenTop_footerTitle {
  font-family: YakuHanJP, "Gotham A", "Gotham B", "FP-こぶりなゴシック StdN W6", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  margin-top: 24px;
}

.p_fishKitchenTop_footerTitle_text {
  position: relative;
  padding-right: 18px;
}

.p_fishKitchenTop_footerTitle_text::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  content: "";
  transform: translateY(-45%) rotate(45deg);
  border-top: 2px solid #e50012;
  border-right: 2px solid #e50012;
}

.p_fishKitchenTop_footerText {
  font-size: 14px;
  max-width: 220px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.p_fishKitchen {
  width: 100vw;
  margin-top: 32px;
  margin-left: calc(50% - 50vw);
}

.p_fishKitchen_head {
  font-family: YakuHanJP, "Gotham A", "Gotham B", "FP-こぶりなゴシック StdN W6", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-size: 28px;
  position: relative;
  padding-left: 37px;
}

.p_fishKitchen_head::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  content: "";
  transform: translateY(-50%);
  border: 4px solid #e50012;
  border-radius: 50%;
}

.p_fishKitchen img {
  max-width: 100%;
  vertical-align: top;
}

.p_fishKitchenLabel {
  position: relative;
}

.p_fishKitchenLabel::before {
  position: absolute;
  z-index: -1;
  bottom: 16px;
  left: 0;
  width: 100%;
  height: 12px;
  content: "";
  transform: translateY(-50%);
  background-image: url(/recipe/fish-kitchen/img/fish_kitchen_border.png);
  background-repeat: repeat-x;
  background-size: contain;
}

.p_fishKitchenLabel_img {
  width: 180px;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
}

.p_fishKitchen .centering {
  display: flex;
  margin-top: 12px;
  justify-content: center;
}

.p_fishKitchenFlex {
  display: flex;
  margin-right: -16px;
  margin-left: -16px;
  flex-wrap: wrap;
}

.p_fishKitchenFlex-w-25p .p_fishKitchenFlex_item {
  width: 25%;
}

.p_fishKitchenFlex_item {
  padding-right: 16px;
  padding-left: 16px;
}

.p_fishKitchenRecipe {
  max-width: 1056px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}

.p_fishKitchenRecipe_about {
  display: flex;
  margin-right: -16px;
  margin-left: -16px;
}

.p_fishKitchenRecipe_movie {
  width: 60%;
  padding-right: 16px;
  padding-left: 16px;
}

.p_fishKitchenRecipe_movieBox {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.p_fishKitchenRecipe_movieBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p_fishKitchenRecipe_description {
  width: 40%;
  padding-right: 16px;
  padding-left: 16px;
}

.p_fishKitchenRecipe_name {
  font-size: 24px;
  color: #4c63ac;
}

.p_fishKitchenRecipe_sns {
  display: flex;
  margin-top: 12px;
}

.p_fishKitchenRecipe_sns_item + .p_fishKitchenRecipe_sns_item {
  margin-left: 16px;
}

.p_fishKitchenRecipe_sns_text {
  margin-top: 12px;
}

.p_fishKitchenRecipe_schedule {
  margin-top: 16px;
}

.p_fishKitchenRecipe_procedure {
  font-size: 16px;
  color: #4c63ac;
  border-bottom: 2px solid #4c63ac;
}

.p_fishKitchenRecommend {
  width: 100vw;
  margin-top: 80px;
  margin-left: calc(50% - 50vw);
  padding-top: 80px;
  padding-right: 16px;
  padding-bottom: 80px;
  padding-left: 16px;
  background-color: #80b3d8;
  background-image: url(/recipe/fish-kitchen/img/fish_kitchen_recommend_bg.png);
  background-repeat: repeat-x;
  background-size: cover;
}

.p_fishKitchenRecommend img {
  max-width: 100%;
  vertical-align: top;
}

.p_fishKitchenRecommend_area {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.p_fishKitchenRecommend_head {
  font-family: YakuHanJP, "Gotham A", "Gotham B", "FP-こぶりなゴシック StdN W6", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-size: 28px;
  position: relative;
  padding-left: 37px;
  text-align: left !important;
}

.p_fishKitchenRecommend_head::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  content: "";
  transform: translateY(-50%);
  border: 4px solid #e50012;
  border-radius: 50%;
}

.p_fishKitchenRecommend_logo {
  position: relative;
  max-width: 360px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.p_fishKitchenRecommend_logo img {
  position: relative;
  display: inline-block;
}

.p_fishKitchenRecommend_movieLogo {
  position: absolute;
  top: -20px;
  right: -140px;
  width: 180px;
}

.p_fishKitchenRecommend_text {
  margin-top: 16px;
  text-align: center;
}

.p_fishKitchenRecommend_nav {
  display: flex;
  margin-top: 48px;
  flex-wrap: wrap;
}

.p_fishKitchenRecommend_nav_item {
  position: relative;
  width: 33%;
  height: 100%;
}

.p_fishKitchenRecommend_nav_item + .p_fishKitchenRecommend_nav_item::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 50%;
  content: "";
  transform: translateY(-50%);
  background: #cbcbcb;
}

.p_fishKitchenRecommend_nav_link {
  display: block;
  text-align: center;
  text-decoration: none;
}

.p_fishKitchenRecommend_nav_link:hover .p_fishKitchenRecommend_nav_text {
  text-decoration: underline;
  color: #d72e39;
}

.p_fishKitchenRecommend_nav_img {
  display: block;
  text-align: center;
}

.p_fishKitchenRecommend_nav_img img {
  width: 80px;
}

.p_fishKitchenRecommend_nav_text {
  position: relative;
  display: inline-block;
  margin-top: 12px;
  padding-right: 12px;
  color: #000;
}

.p_fishKitchenRecommend_nav_text::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  content: "";
  transform: translateY(-45%) rotate(45deg);
  border-top: 2px solid #e50012;
  border-right: 2px solid #e50012;
}

@media only screen and (max-width: 767px) {
  .p_fishKitchenTop_bg {
    width: 577.6vw;
    height: 229.3333vw;
    max-height: 860px;
  }
  .p_fishKitchenTop_label::before {
    bottom: 2px;
    background-size: contain;
  }
  .p_fishKitchenTop_label::after {
    bottom: 2px;
    background-size: contain;
  }
  .p_fishKitchenTop_label_head {
    width: 300px;
  }
  .p_fishKitchenTop_label_text {
    padding-right: 24px;
    padding-left: 24px;
  }
  .p_fishKitchenTop_lead {
    flex-wrap: wrap;
  }
  .p_fishKitchenTop_lead_img {
    width: 100%;
    margin-top: 32px;
    text-align: center;
  }
  .p_fishKitchenTop_lead_img_inner {
    max-width: 273px;
    margin-right: auto;
    margin-left: auto;
  }
  .p_fishKitchenTop_lead_text {
    width: 100%;
    padding-top: 16px;
  }
  .p_fishKitchenTop_pickup {
    margin-bottom: 110px;
  }
  .p_fishKitchenTop_pickup::before {
    position: absolute;
    top: -2.5%;
    left: 0;
    width: 100%;
    height: 3%;
    content: "";
    background-image: url(/recipe/fish-kitchen/img/fish_kitchen_pickup_bg.png);
    background-repeat: repeat-x;
    background-size: contain;
  }
  .p_fishKitchenTop_pickup::after {
    position: absolute;
    bottom: -2.5%;
    left: 0;
    width: 100%;
    height: 3%;
    content: "";
    background-image: url(/recipe/fish-kitchen/img/fish_kitchen_pickup_bg.png);
    background-repeat: repeat-x;
    background-size: contain;
  }
  .p_fishKitchenTop_pickup_link {
    padding-left: 0;
  }
  .p_fishKitchenTop_pickup_link_text {
    font-size: 18px;
  }
  .p_fishKitchenTop_pickup_link_text_adjust {
    font-size: 14px;
  }
  .p_fishKitchenTop_ranking_grid_item {
    width: 50%;
    margin-bottom: 32px;
  }
  .p_fishKitchenTop_footerItem {
    width: 100%;
    margin-top: 0;
    margin-bottom: 80px;
  }
  .p_fishKitchenTop_footerItem + .p_fishKitchenTop_footerItem::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: none;
  }
  .p_fishKitchenTop_footerLink {
    display: flex;
    padding-top: 24px;
    padding-bottom: 24px;
    flex-wrap: wrap;
  }
  .p_fishKitchenTop_footerImg {
    margin: 0;
    align-self: center;
  }
  .p_fishKitchenTop_footerTextArea {
    margin-left: 27px;
    text-align: left;
  }
  .p_fishKitchenTop_footerTitle {
    margin-top: 24px;
  }
  .p_fishKitchenTop_footerText {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .p_fishKitchenLabel::before {
    bottom: 2px;
    background-size: contain;
  }
  .p_fishKitchenLabel_img {
    width: 104px;
  }
  .p_fishKitchenFlex-w-50p\:md .p_fishKitchenFlex_item {
    width: 50%;
  }
  .p_fishKitchenRecommend_logo {
    max-width: 260px;
  }
  .p_fishKitchenRecommend_movieLogo {
    right: -20px;
    width: 90px;
  }
  .p_fishKitchenRecommend_nav_item {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .p_fishKitchenRecommend_nav_item + .p_fishKitchenRecommend_nav_item {
    border-top: 1px solid #cbcbcb;
  }
  .p_fishKitchenRecommend_nav_item + .p_fishKitchenRecommend_nav_item::before {
    display: none;
  }
  .p_fishKitchenRecommend_nav_link {
    display: flex;
  }
  .p_fishKitchenRecommend_nav_text {
    margin-left: 16px;
    align-self: center;
  }
}
@media only screen and (max-width: 767px) {
  .lb-container {
    padding: 32px 8px 0;
  }
  .lb-data {
    padding: 16px 8px 24px;
  }
  .lb-closeContainer {
    top: 0;
    right: 0;
  }
  /*! Small only */
  [data-js-fixed-html] .g-container {
    padding-top: 60px;
  }
  .l-section {
    margin-top: 40px;
  }
  .l-section::before {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .l-section-bgGrey {
    padding: 40px 0;
  }
  .l-section-bgGrey + .l-section-bgGrey {
    margin-top: 4px;
  }
  .l-section-noPadding {
    padding: 0;
  }
  .l-grid {
    margin-bottom: -24px;
  }
  .l-grid_item {
    margin-bottom: 24px;
  }
  .l-grid_item-1 {
    width: 100%;
  }
  .l-grid .l-grid_item-1-sm {
    width: 8.3333%;
  }
  .l-grid_item-2 {
    width: 100%;
  }
  .l-grid .l-grid_item-2-sm {
    width: 16.6667%;
  }
  .l-grid_item-3 {
    width: 100%;
  }
  .l-grid .l-grid_item-3-sm {
    width: 25%;
  }
  .l-grid_item-4 {
    width: 100%;
  }
  .l-grid .l-grid_item-4-sm {
    width: 33.3333%;
  }
  .l-grid_item-5 {
    width: 100%;
  }
  .l-grid .l-grid_item-5-sm {
    width: 41.6667%;
  }
  .l-grid_item-6 {
    width: 100%;
  }
  .l-grid .l-grid_item-6-sm {
    width: 50%;
  }
  .l-grid_item-7 {
    width: 100%;
  }
  .l-grid .l-grid_item-7-sm {
    width: 58.3333%;
  }
  .l-grid_item-8 {
    width: 100%;
  }
  .l-grid .l-grid_item-8-sm {
    width: 66.6667%;
  }
  .l-grid_item-9 {
    width: 100%;
  }
  .l-grid .l-grid_item-9-sm {
    width: 75%;
  }
  .l-grid_item-10 {
    width: 100%;
  }
  .l-grid .l-grid_item-10-sm {
    width: 83.3333%;
  }
  .l-grid_item-11 {
    width: 100%;
  }
  .l-grid .l-grid_item-11-sm {
    width: 91.6667%;
  }
  .l-grid_item-12 {
    width: 100%;
  }
  .l-grid .l-grid_item-12-sm {
    width: 100%;
  }
  .l-grid_item-1-1 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 100%;
  }
  .l-grid_item-1-2 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 50%;
  }
  .l-grid_item-2-2 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 100%;
  }
  .l-grid_item-1-3 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 33.3333%;
  }
  .l-grid_item-2-3 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 66.6667%;
  }
  .l-grid_item-3-3 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 100%;
  }
  .l-grid_item-1-4 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 25%;
  }
  .l-grid_item-2-4 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 50%;
  }
  .l-grid_item-3-4 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 75%;
  }
  .l-grid_item-4-4 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 100%;
  }
  .l-grid_item-1-5 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 20%;
  }
  .l-grid_item-2-5 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 40%;
  }
  .l-grid_item-3-5 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 60%;
  }
  .l-grid_item-4-5 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 80%;
  }
  .l-grid_item-5-5 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 100%;
  }
  .l-grid_item-1-6 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 16.6667%;
  }
  .l-grid_item-2-6 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 33.3333%;
  }
  .l-grid_item-3-6 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 50%;
  }
  .l-grid_item-4-6 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 66.6667%;
  }
  .l-grid_item-5-6 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 83.3333%;
  }
  .l-grid_item-6-6 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 100%;
  }
  .l-grid_item-1-7 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 14.2857%;
  }
  .l-grid_item-2-7 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 28.5714%;
  }
  .l-grid_item-3-7 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 42.8571%;
  }
  .l-grid_item-4-7 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 57.1429%;
  }
  .l-grid_item-5-7 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 71.4286%;
  }
  .l-grid_item-6-7 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 85.7143%;
  }
  .l-grid_item-7-7 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 100%;
  }
  .l-grid_item-1-8 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 12.5%;
  }
  .l-grid_item-2-8 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 25%;
  }
  .l-grid_item-3-8 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 37.5%;
  }
  .l-grid_item-4-8 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 50%;
  }
  .l-grid_item-5-8 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 62.5%;
  }
  .l-grid_item-6-8 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 75%;
  }
  .l-grid_item-7-8 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 87.5%;
  }
  .l-grid_item-8-8 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 100%;
  }
  .l-grid_item-1-9 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 11.1111%;
  }
  .l-grid_item-2-9 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 22.2222%;
  }
  .l-grid_item-3-9 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 33.3333%;
  }
  .l-grid_item-4-9 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 44.4444%;
  }
  .l-grid_item-5-9 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 55.5556%;
  }
  .l-grid_item-6-9 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 66.6667%;
  }
  .l-grid_item-7-9 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 77.7778%;
  }
  .l-grid_item-8-9 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 88.8889%;
  }
  .l-grid_item-9-9 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 100%;
  }
  .l-grid_item-1-10 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 10%;
  }
  .l-grid_item-2-10 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 20%;
  }
  .l-grid_item-3-10 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 30%;
  }
  .l-grid_item-4-10 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 40%;
  }
  .l-grid_item-5-10 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 50%;
  }
  .l-grid_item-6-10 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 60%;
  }
  .l-grid_item-7-10 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 70%;
  }
  .l-grid_item-8-10 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 80%;
  }
  .l-grid_item-9-10 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 90%;
  }
  .l-grid_item-10-10 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 100%;
  }
  .l-grid_item-1-11 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 9.0909%;
  }
  .l-grid_item-2-11 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 18.1818%;
  }
  .l-grid_item-3-11 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 27.2727%;
  }
  .l-grid_item-4-11 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 36.3636%;
  }
  .l-grid_item-5-11 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 45.4545%;
  }
  .l-grid_item-6-11 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 54.5455%;
  }
  .l-grid_item-7-11 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 63.6364%;
  }
  .l-grid_item-8-11 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 72.7273%;
  }
  .l-grid_item-9-11 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 81.8182%;
  }
  .l-grid_item-10-11 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 90.9091%;
  }
  .l-grid_item-11-11 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 100%;
  }
  .l-grid_item-1-12 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 8.3333%;
  }
  .l-grid_item-2-12 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 16.6667%;
  }
  .l-grid_item-3-12 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 25%;
  }
  .l-grid_item-4-12 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 33.3333%;
  }
  .l-grid_item-5-12 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 41.6667%;
  }
  .l-grid_item-6-12 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 50%;
  }
  .l-grid_item-7-12 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 58.3333%;
  }
  .l-grid_item-8-12 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 66.6667%;
  }
  .l-grid_item-9-12 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 75%;
  }
  .l-grid_item-10-12 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 83.3333%;
  }
  .l-grid_item-11-12 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 91.6667%;
  }
  .l-grid_item-12-12 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 100%;
  }
  .l-grid-center-sm {
    justify-content: center;
  }
  .l-grid-right-sm {
    justify-content: flex-end;
  }
  .l-grid_item-5per {
    width: 100%;
  }
  .l-grid .l-grid_item-5per-sm {
    width: 5%;
  }
  .l-grid_item-10per {
    width: 100%;
  }
  .l-grid .l-grid_item-10per-sm {
    width: 10%;
  }
  .l-grid_item-15per {
    width: 100%;
  }
  .l-grid .l-grid_item-15per-sm {
    width: 15%;
  }
  .l-grid_item-20per {
    width: 100%;
  }
  .l-grid .l-grid_item-20per-sm {
    width: 20%;
  }
  .l-grid_item-25per {
    width: 100%;
  }
  .l-grid .l-grid_item-25per-sm {
    width: 25%;
  }
  .l-grid_item-30per {
    width: 100%;
  }
  .l-grid .l-grid_item-30per-sm {
    width: 30%;
  }
  .l-grid_item-35per {
    width: 100%;
  }
  .l-grid .l-grid_item-35per-sm {
    width: 35%;
  }
  .l-grid_item-40per {
    width: 100%;
  }
  .l-grid .l-grid_item-40per-sm {
    width: 40%;
  }
  .l-grid_item-45per {
    width: 100%;
  }
  .l-grid .l-grid_item-45per-sm {
    width: 45%;
  }
  .l-grid_item-50per {
    width: 100%;
  }
  .l-grid .l-grid_item-50per-sm {
    width: 50%;
  }
  .l-grid_item-55per {
    width: 100%;
  }
  .l-grid .l-grid_item-55per-sm {
    width: 55%;
  }
  .l-grid_item-60per {
    width: 100%;
  }
  .l-grid .l-grid_item-60per-sm {
    width: 60%;
  }
  .l-grid_item-65per {
    width: 100%;
  }
  .l-grid .l-grid_item-65per-sm {
    width: 65%;
  }
  .l-grid_item-70per {
    width: 100%;
  }
  .l-grid .l-grid_item-70per-sm {
    width: 70%;
  }
  .l-grid_item-75per {
    width: 100%;
  }
  .l-grid .l-grid_item-75per-sm {
    width: 75%;
  }
  .l-grid_item-80per {
    width: 100%;
  }
  .l-grid .l-grid_item-80per-sm {
    width: 80%;
  }
  .l-grid_item-85per {
    width: 100%;
  }
  .l-grid .l-grid_item-85per-sm {
    width: 85%;
  }
  .l-grid_item-90per {
    width: 100%;
  }
  .l-grid .l-grid_item-90per-sm {
    width: 90%;
  }
  .l-grid_item-95per {
    width: 100%;
  }
  .l-grid .l-grid_item-95per-sm {
    width: 95%;
  }
  .l-grid_item-100per {
    width: 100%;
  }
  .l-grid .l-grid_item-100per-sm {
    width: 100%;
  }
  .l-grid-quarterGutter-sm {
    margin-right: -4px;
    margin-left: -4px;
  }
  .l-grid-quarterGutter-sm .l-grid_item {
    padding-right: 4px;
    padding-left: 4px;
  }
  .l-grid-halfMargin {
    margin-bottom: -16px;
  }
  .l-tile .l-tile_item {
    width: 100%;
  }
  .l-tile-1col-sm .l-tile_item {
    width: 100%;
  }
  .l-tile-2col-sm .l-tile_item {
    width: 50%;
  }
  .l-tile-3col-sm .l-tile_item {
    width: 33.3333%;
  }
  .l-tile-4col-sm .l-tile_item {
    width: 25%;
  }
  .l-tile-5col-sm .l-tile_item {
    width: 20%;
  }
  .l-tile-6col-sm .l-tile_item {
    width: 16.6667%;
  }
  .l-tile-7col-sm .l-tile_item {
    width: 14.2857%;
  }
  .l-tile-8col-sm .l-tile_item {
    width: 12.5%;
  }
  .l-tile-9col-sm .l-tile_item {
    width: 11.1111%;
  }
  .l-tile-10col-sm .l-tile_item {
    width: 10%;
  }
  .l-separator-x0-sm {
    margin-top: 0;
  }
  .l-separator-x0-sm-imp {
    margin-top: 0 !important;
  }
  .l-separator-x1-sm {
    margin-top: 8px;
  }
  .l-separator-x1-sm-imp {
    margin-top: 8px !important;
  }
  .l-separator-x2-sm {
    margin-top: 16px;
  }
  .l-separator-x2-sm-imp {
    margin-top: 16px !important;
  }
  .l-separator-x3-sm {
    margin-top: 24px;
  }
  .l-separator-x3-sm-imp {
    margin-top: 24px !important;
  }
  .l-separator-x4-sm {
    margin-top: 32px;
  }
  .l-separator-x4-sm-imp {
    margin-top: 32px !important;
  }
  .l-separator-x5-sm {
    margin-top: 40px;
  }
  .l-separator-x5-sm-imp {
    margin-top: 40px !important;
  }
  .l-separator-x6-sm {
    margin-top: 48px;
  }
  .l-separator-x6-sm-imp {
    margin-top: 48px !important;
  }
  .l-separator-x7-sm {
    margin-top: 56px;
  }
  .l-separator-x7-sm-imp {
    margin-top: 56px !important;
  }
  .l-separator-x8-sm {
    margin-top: 64px;
  }
  .l-separator-x8-sm-imp {
    margin-top: 64px !important;
  }
  .l-separator-x9-sm {
    margin-top: 72px;
  }
  .l-separator-x9-sm-imp {
    margin-top: 72px !important;
  }
  .l-separator-x10-sm {
    margin-top: 80px;
  }
  .l-separator-x10-sm-imp {
    margin-top: 80px !important;
  }
  .l-separator-x11-sm {
    margin-top: 88px;
  }
  .l-separator-x11-sm-imp {
    margin-top: 88px !important;
  }
  .l-separator-x12-sm {
    margin-top: 96px;
  }
  .l-separator-x12-sm-imp {
    margin-top: 96px !important;
  }
  .l-separator-x13-sm {
    margin-top: 104px;
  }
  .l-separator-x13-sm-imp {
    margin-top: 104px !important;
  }
  .l-separator-x14-sm {
    margin-top: 112px;
  }
  .l-separator-x14-sm-imp {
    margin-top: 112px !important;
  }
  .l-separator-x15-sm {
    margin-top: 120px;
  }
  .l-separator-x15-sm-imp {
    margin-top: 120px !important;
  }
  .l-separator-x16-sm {
    margin-top: 128px;
  }
  .l-separator-x16-sm-imp {
    margin-top: 128px !important;
  }
  .l-separator-x17-sm {
    margin-top: 136px;
  }
  .l-separator-x17-sm-imp {
    margin-top: 136px !important;
  }
  .l-separator-x18-sm {
    margin-top: 144px;
  }
  .l-separator-x18-sm-imp {
    margin-top: 144px !important;
  }
  .l-separator-x19-sm {
    margin-top: 152px;
  }
  .l-separator-x19-sm-imp {
    margin-top: 152px !important;
  }
  .l-separator-x20-sm {
    margin-top: 160px;
  }
  .l-separator-x20-sm-imp {
    margin-top: 160px !important;
  }
  .l-separator-x0_5-sm {
    margin-top: 4px;
  }
  .l-separator-x0_5-sm-imp {
    margin-top: 4px !important;
  }
  .l-separator-x1_5-sm {
    margin-top: 12px;
  }
  .l-separator-x1_5-sm-imp {
    margin-top: 12px !important;
  }
  .l-separator-x2_5-sm {
    margin-top: 20px;
  }
  .l-separator-x2_5-sm-imp {
    margin-top: 20px !important;
  }
  .l-separator-x3_5-sm {
    margin-top: 28px;
  }
  .l-separator-x3_5-sm-imp {
    margin-top: 28px !important;
  }
  .l-separator-x4_5-sm {
    margin-top: 36px;
  }
  .l-separator-x4_5-sm-imp {
    margin-top: 36px !important;
  }
  .l-separator-x5_5-sm {
    margin-top: 44px;
  }
  .l-separator-x5_5-sm-imp {
    margin-top: 44px !important;
  }
  .l-separator-x6_5-sm {
    margin-top: 52px;
  }
  .l-separator-x6_5-sm-imp {
    margin-top: 52px !important;
  }
  .l-separator-x7_5-sm {
    margin-top: 60px;
  }
  .l-separator-x7_5-sm-imp {
    margin-top: 60px !important;
  }
  .l-separator-x8_5-sm {
    margin-top: 68px;
  }
  .l-separator-x8_5-sm-imp {
    margin-top: 68px !important;
  }
  .l-separator-x9_5-sm {
    margin-top: 76px;
  }
  .l-separator-x9_5-sm-imp {
    margin-top: 76px !important;
  }
  .l-separator-x10_5-sm {
    margin-top: 84px;
  }
  .l-separator-x10_5-sm-imp {
    margin-top: 84px !important;
  }
  .l-separator-x11_5-sm {
    margin-top: 92px;
  }
  .l-separator-x11_5-sm-imp {
    margin-top: 92px !important;
  }
  .l-separator-x12_5-sm {
    margin-top: 100px;
  }
  .l-separator-x12_5-sm-imp {
    margin-top: 100px !important;
  }
  .l-separator-x13_5-sm {
    margin-top: 108px;
  }
  .l-separator-x13_5-sm-imp {
    margin-top: 108px !important;
  }
  .l-separator-x14_5-sm {
    margin-top: 116px;
  }
  .l-separator-x14_5-sm-imp {
    margin-top: 116px !important;
  }
  .l-separator-x15_5-sm {
    margin-top: 124px;
  }
  .l-separator-x15_5-sm-imp {
    margin-top: 124px !important;
  }
  .l-separator-x16_5-sm {
    margin-top: 132px;
  }
  .l-separator-x16_5-sm-imp {
    margin-top: 132px !important;
  }
  .l-separator-x17_5-sm {
    margin-top: 140px;
  }
  .l-separator-x17_5-sm-imp {
    margin-top: 140px !important;
  }
  .l-separator-x18_5-sm {
    margin-top: 148px;
  }
  .l-separator-x18_5-sm-imp {
    margin-top: 148px !important;
  }
  .l-separator-x19_5-sm {
    margin-top: 156px;
  }
  .l-separator-x19_5-sm-imp {
    margin-top: 156px !important;
  }
  .l-separator-x20_5-sm {
    margin-top: 164px;
  }
  .l-separator-x20_5-sm-imp {
    margin-top: 164px !important;
  }
  .c-localNav {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .c-localNav + .c-localNav {
    margin-top: 12px;
  }
  .c-localNav_title {
    font-size: 16px;
  }
  .c-localNav03 .c-localNav03_list {
    display: block;
  }
  .c-localNav03 .c-localNav03_list > *:not(:first-child):has(a) {
    margin-top: 16px;
  }
  .c-localNav03 .c-localNav03_listItem {
    width: 100%;
    margin: 0;
  }
  .c-contentFooter {
    padding: 40px 0;
  }
  .c-contentFooter::before {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .c-contentFooter_inner {
    margin-bottom: -40px;
  }
  .c-contentFooter_item {
    margin-bottom: 40px;
  }
  .c-catchText {
    font-size: 28px;
  }
  .c-list-1col .c-list_item {
    width: 100%;
  }
  .c-list-2col .c-list_item {
    width: 100%;
  }
  .c-list-3col .c-list_item {
    width: 100%;
  }
  .c-list-4col .c-list_item {
    width: 100%;
  }
  .c-list-5col .c-list_item {
    width: 100%;
  }
  .c-list-6col .c-list_item {
    width: 100%;
  }
  .c-list-7col .c-list_item {
    width: 100%;
  }
  .c-list-8col .c-list_item {
    width: 100%;
  }
  .c-list-1col-sm .c-list_item {
    float: left;
    width: 100%;
  }
  .c-list-2col-sm .c-list_item {
    float: left;
    width: 50%;
  }
  .c-list-3col-sm .c-list_item {
    float: left;
    width: 33.3333%;
  }
  .c-list-4col-sm .c-list_item {
    float: left;
    width: 25%;
  }
  .c-list-5col-sm .c-list_item {
    float: left;
    width: 20%;
  }
  .c-list-6col-sm .c-list_item {
    float: left;
    width: 16.6667%;
  }
  .c-list-7col-sm .c-list_item {
    float: left;
    width: 14.2857%;
  }
  .c-list-8col-sm .c-list_item {
    float: left;
    width: 12.5%;
  }
  .c-descriptionList + .c-descriptionList {
    margin-top: 0;
    border-top: none;
  }
  .c-descriptionList-5per-sm .c-descriptionList_term {
    width: 5%;
  }
  .c-descriptionList-5per-sm .c-descriptionList_term + .c-descriptionList_definition {
    width: 95%;
  }
  .c-descriptionList-10per-sm .c-descriptionList_term {
    width: 10%;
  }
  .c-descriptionList-10per-sm .c-descriptionList_term + .c-descriptionList_definition {
    width: 90%;
  }
  .c-descriptionList-15per-sm .c-descriptionList_term {
    width: 15%;
  }
  .c-descriptionList-15per-sm .c-descriptionList_term + .c-descriptionList_definition {
    width: 85%;
  }
  .c-descriptionList-20per-sm .c-descriptionList_term {
    width: 20%;
  }
  .c-descriptionList-20per-sm .c-descriptionList_term + .c-descriptionList_definition {
    width: 80%;
  }
  .c-descriptionList-25per-sm .c-descriptionList_term {
    width: 25%;
  }
  .c-descriptionList-25per-sm .c-descriptionList_term + .c-descriptionList_definition {
    width: 75%;
  }
  .c-descriptionList-30per-sm .c-descriptionList_term {
    width: 30%;
  }
  .c-descriptionList-30per-sm .c-descriptionList_term + .c-descriptionList_definition {
    width: 70%;
  }
  .c-descriptionList-35per-sm .c-descriptionList_term {
    width: 35%;
  }
  .c-descriptionList-35per-sm .c-descriptionList_term + .c-descriptionList_definition {
    width: 65%;
  }
  .c-descriptionList-40per-sm .c-descriptionList_term {
    width: 40%;
  }
  .c-descriptionList-40per-sm .c-descriptionList_term + .c-descriptionList_definition {
    width: 60%;
  }
  .c-descriptionList-45per-sm .c-descriptionList_term {
    width: 45%;
  }
  .c-descriptionList-45per-sm .c-descriptionList_term + .c-descriptionList_definition {
    width: 55%;
  }
  .c-descriptionList-50per-sm .c-descriptionList_term {
    width: 50%;
  }
  .c-descriptionList-50per-sm .c-descriptionList_term + .c-descriptionList_definition {
    width: 50%;
  }
  .c-descriptionList-55per-sm .c-descriptionList_term {
    width: 55%;
  }
  .c-descriptionList-55per-sm .c-descriptionList_term + .c-descriptionList_definition {
    width: 45%;
  }
  .c-descriptionList-60per-sm .c-descriptionList_term {
    width: 60%;
  }
  .c-descriptionList-60per-sm .c-descriptionList_term + .c-descriptionList_definition {
    width: 40%;
  }
  .c-descriptionList-65per-sm .c-descriptionList_term {
    width: 65%;
  }
  .c-descriptionList-65per-sm .c-descriptionList_term + .c-descriptionList_definition {
    width: 35%;
  }
  .c-descriptionList-70per-sm .c-descriptionList_term {
    width: 70%;
  }
  .c-descriptionList-70per-sm .c-descriptionList_term + .c-descriptionList_definition {
    width: 30%;
  }
  .c-descriptionList-75per-sm .c-descriptionList_term {
    width: 75%;
  }
  .c-descriptionList-75per-sm .c-descriptionList_term + .c-descriptionList_definition {
    width: 25%;
  }
  .c-descriptionList-80per-sm .c-descriptionList_term {
    width: 80%;
  }
  .c-descriptionList-80per-sm .c-descriptionList_term + .c-descriptionList_definition {
    width: 20%;
  }
  .c-descriptionList-85per-sm .c-descriptionList_term {
    width: 85%;
  }
  .c-descriptionList-85per-sm .c-descriptionList_term + .c-descriptionList_definition {
    width: 15%;
  }
  .c-descriptionList-90per-sm .c-descriptionList_term {
    width: 90%;
  }
  .c-descriptionList-90per-sm .c-descriptionList_term + .c-descriptionList_definition {
    width: 10%;
  }
  .c-descriptionList-95per-sm .c-descriptionList_term {
    width: 95%;
  }
  .c-descriptionList-95per-sm .c-descriptionList_term + .c-descriptionList_definition {
    width: 5%;
  }
  .c-descriptionList-100per-sm .c-descriptionList_term {
    width: 100%;
  }
  .c-descriptionList-100per-sm .c-descriptionList_term + .c-descriptionList_definition {
    width: 0%;
  }
  .c-table-scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .c-table-scroll .c-table_content {
    width: auto;
    min-width: 100%;
  }
  .c-table-1col {
    border-bottom: 1px solid #bdbdbd;
  }
  .c-table-1col td,
.c-table-1col th,
.c-table-1col tr {
    display: block;
    width: 100% !important;
    border-bottom: none;
  }
  .c-img-fullWidth {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .c-img-fullWidth-sm {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .c-visual {
    display: block;
    width: calc(100% + 32px);
    height: auto;
    margin-left: -16px;
  }
  .c-visual_image {
    position: relative;
    padding-bottom: 117.4%;
  }
  .c-visual_title {
    font-size: 10vw !important;
    position: absolute;
    top: 50vw;
  }
  .c-visual_text {
    padding: 24px 16px 0;
  }
  .c-visual-position1 {
    padding-left: 0 !important;
  }
  .c-visual-position1 .c-visual_title {
    top: 100vw;
  }
  .c-visualSub {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .c-visualSimple {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .c-carouselSwiper_slide {
    width: calc((100% - 8px) / 2);
  }
  .c-carouselSwiper .swiper-pagination {
    position: static;
    display: block;
  }
  .c-carouselSwiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 4px;
    vertical-align: middle;
    opacity: 1;
    border: 2px solid #000;
    background: 0 0;
  }
  .c-carouselSwiper .swiper-pagination-bullet-active {
    border-color: #ef3340;
    background-color: #ef3340;
  }
  .c-carouselSwiper [class*=swiper-button-] {
    position: static;
    display: block;
    width: 48px;
    height: 48px;
    margin: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 48px 48px;
  }
  .c-carouselSwiper2 {
    width: calc(100% + 32px);
    margin-inline: -16px;
  }
  .c-carouselSwiper2 .c-carouselSwiper2_controller {
    margin-top: 8px;
  }
  .c-anchorNav .c-list_item {
    width: 50%;
    margin: 0 !important;
    padding: 0;
  }
  .c-anchorNav .c-list_item > .c-link {
    display: block;
    height: 100%;
    padding: 12px 0 12px 24px;
    text-indent: -24px;
    border-bottom: 1px solid #e0e0e0;
  }
  .c-btnWrap .c-btn,
.c-btnWrap .c-btn:first-child {
    width: calc(100% - 16px);
  }
  .c-btn:hover {
    color: #000;
  }
  .c-card01:not(:last-child) {
    margin-bottom: 16px;
  }
  .c-card01 .c-card_img {
    min-height: 128px;
    margin-right: 16px;
    flex: 0 0 129px;
  }
  .c-card02 .c-card_img {
    padding-bottom: calc(100% - 2px);
  }
  .c-card02 .c-card_text {
    font-size: 14px;
  }
  .c-card03:after {
    top: 0;
  }
  .l-grid_item-6-sm:nth-child(2n) > .c-card03:after {
    display: none;
  }
  .l-grid_item:not(.l-grid_item-6-sm) > .c-card03 {
    margin-bottom: -25px;
  }
  .l-grid_item:not(.l-grid_item-6-sm) > .c-card03:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    background: #cbcbcb;
  }
  .l-grid_item:not(.l-grid_item-6-sm) > .c-card03:after {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 1px;
  }
  .l-grid_item:not(.l-grid_item-6-sm) > .c-card03 .c-card_link {
    display: flex;
    padding: 10px 0;
    align-items: center;
  }
  .l-grid_item:not(.l-grid_item-6-sm) > .c-card03 .c-card_img {
    margin: 0 16px;
    flex: 0 0 80px;
  }
  .l-grid_item:not(.l-grid_item-6-sm) > .c-card03 .c-card_text {
    margin: 0;
    text-align: left;
  }
  .l-grid_item:not(.l-grid_item-6-sm):last-child > .c-card03 {
    margin-bottom: -1px;
  }
  .l-grid_item:not(.l-grid_item-6-sm) > .c-card04 .c-card_link {
    display: flex;
    align-items: center;
  }
  .l-grid_item:not(.l-grid_item-6-sm) > .c-card04 .c-card_img {
    padding-bottom: 50%;
    flex: 0 0 50%;
  }
  .l-grid_item:not(.l-grid_item-6-sm) > .c-card04 .c-card_text {
    margin: 0;
    padding: 16px 0 16px 16px;
    text-align: left;
    flex: 0 0 50%;
  }
  .c-card05:not(:first-child) {
    margin-top: 24px;
  }
  .c-card07-cpn,
.c-card07-cpn-end {
    flex-wrap: wrap;
  }
  .c-card07-cpn .c-card_img,
.c-card07-cpn-end .c-card_img {
    flex: 0 0 100%;
  }
  .c-card07-cpn .c-card_content,
.c-card07-cpn-end .c-card_content {
    padding: 16px 0 0;
    flex: 0 0 100%;
  }
  .c-card08 {
    display: block;
  }
  .c-card08 .c-card_content {
    padding: 16px 0 0;
  }
  .c-card08 .c-card_btn {
    margin-top: 24px;
  }
  .c-card09 {
    display: block;
    padding: 24px;
  }
  .c-card09 .c-card_content {
    padding: 0 0 20px;
  }
  .c-news-typeQa .c-news_item {
    padding-left: 32px;
  }
  .c-news-typeQa .c-news_item:before {
    top: 20px;
    transform: translate(0, 0);
  }
  .c-accordion {
    margin-top: 24px;
  }
  .c-accordion_title {
    padding-right: 40px;
  }
  .c-accordion_title:after {
    right: 8px;
    width: 24px;
    height: 24px;
  }
  .c-accordion_content_inner {
    padding-right: 0;
  }
  .c-accordion-typeBtn .c-accordion_content_inner {
    padding: 24px;
  }
  .c-accordion-typeSection > .c-accordion_section > .c-accordion_title {
    font-size: 16px;
    padding: 12px 40px 12px 0;
  }
  .c-accordion-typeSection > .c-accordion_section > .c-accordion_title:after {
    width: 24px;
    height: 24px;
  }
  .c-accordion-typeSmall .c-accordion_content_inner {
    padding: 24px 0;
  }
  .c-accordion-typeQa .c-accordion_title {
    padding: 24px 40px 24px 48px;
  }
  .c-accordion-typeQa .c-accordion_title:before {
    left: 14px;
  }
  .c-accordion-typeQa .c-accordion_content_inner {
    padding: 16px 0 24px 48px;
  }
  .c-accordion-typeQa .c-accordion_content_inner:before {
    left: 14px;
  }
  .c-accordion-typeQa .c-accordion_content_inner .l-grid {
    margin-bottom: -16px;
  }
  .c-accordion-typeQa .c-accordion_content_inner .l-grid_item {
    margin-bottom: 16px;
  }
  .c-accordion-typeQa .c-accordion_content_inner > :not(:first-child) {
    margin-top: 16px;
  }
  .c-form_row {
    display: block;
    width: 100%;
  }
  .c-form_title {
    display: block;
    width: 100%;
    padding: 0;
  }
  .c-form_body {
    display: block;
    width: 100%;
    padding: 12px 0 32px;
  }
  .c-formBtn {
    margin: 4px;
  }
  .c-formBtn_wrap {
    margin: 20px -4px -4px;
  }
  .c-radio,
.c-selectbox {
    padding: 8px 0;
  }
  .c-selectbtn_text {
    padding: 8px 12px;
  }
  .c-searchBox_submit {
    width: 46px;
    background-size: 24px 24px;
  }
  .c-notice {
    margin-top: 40px;
    padding: 16px;
  }
  .c-notice-lv3 .c-notice_title {
    font-size: 28px;
  }
  .u-box {
    padding: 24px;
  }
  .u-box_headding + .u-box_body {
    margin-top: 8px;
  }
  .u-ta-center-sm {
    text-align: center;
  }
  .u-ta-center-sm-imp {
    text-align: center !important;
  }
  .u-ta-left-sm {
    text-align: left;
  }
  .u-ta-left-sm-imp {
    text-align: left !important;
  }
  .u-ta-right-sm {
    text-align: right;
  }
  .u-ta-right-sm-imp {
    text-align: right !important;
  }
  .u-va-top-sm {
    vertical-align: top;
  }
  .u-va-top-sm-imp {
    vertical-align: top !important;
  }
  .u-va-middle-sm {
    vertical-align: middle;
  }
  .u-va-middle-sm-imp {
    vertical-align: middle !important;
  }
  .u-va-bottom-sm {
    vertical-align: bottom;
  }
  .u-va-bottom-sm-imp {
    vertical-align: bottom !important;
  }
  .u-fz-10-sm {
    font-size: 10px;
  }
  .u-fz-10-sm-imp {
    font-size: 10px !important;
  }
  .u-fz-11-sm {
    font-size: 11px;
  }
  .u-fz-11-sm-imp {
    font-size: 11px !important;
  }
  .u-fz-12-sm {
    font-size: 12px;
  }
  .u-fz-12-sm-imp {
    font-size: 12px !important;
  }
  .u-fz-13-sm {
    font-size: 13px;
  }
  .u-fz-13-sm-imp {
    font-size: 13px !important;
  }
  .u-fz-14-sm {
    font-size: 14px;
  }
  .u-fz-14-sm-imp {
    font-size: 14px !important;
  }
  .u-fz-15-sm {
    font-size: 15px;
  }
  .u-fz-15-sm-imp {
    font-size: 15px !important;
  }
  .u-fz-16-sm {
    font-size: 16px;
  }
  .u-fz-16-sm-imp {
    font-size: 16px !important;
  }
  .u-fz-17-sm {
    font-size: 17px;
  }
  .u-fz-17-sm-imp {
    font-size: 17px !important;
  }
  .u-fz-18-sm {
    font-size: 18px;
  }
  .u-fz-18-sm-imp {
    font-size: 18px !important;
  }
  .u-fz-19-sm {
    font-size: 19px;
  }
  .u-fz-19-sm-imp {
    font-size: 19px !important;
  }
  .u-fz-20-sm {
    font-size: 20px;
  }
  .u-fz-20-sm-imp {
    font-size: 20px !important;
  }
  .u-fz-21-sm {
    font-size: 21px;
  }
  .u-fz-21-sm-imp {
    font-size: 21px !important;
  }
  .u-fz-22-sm {
    font-size: 22px;
  }
  .u-fz-22-sm-imp {
    font-size: 22px !important;
  }
  .u-fz-23-sm {
    font-size: 23px;
  }
  .u-fz-23-sm-imp {
    font-size: 23px !important;
  }
  .u-fz-24-sm {
    font-size: 24px;
  }
  .u-fz-24-sm-imp {
    font-size: 24px !important;
  }
  .u-fz-25-sm {
    font-size: 25px;
  }
  .u-fz-25-sm-imp {
    font-size: 25px !important;
  }
  .u-fz-26-sm {
    font-size: 26px;
  }
  .u-fz-26-sm-imp {
    font-size: 26px !important;
  }
  .u-fz-27-sm {
    font-size: 27px;
  }
  .u-fz-27-sm-imp {
    font-size: 27px !important;
  }
  .u-fz-28-sm {
    font-size: 28px;
  }
  .u-fz-28-sm-imp {
    font-size: 28px !important;
  }
  .u-fz-29-sm {
    font-size: 29px;
  }
  .u-fz-29-sm-imp {
    font-size: 29px !important;
  }
  .u-fz-30-sm {
    font-size: 30px;
  }
  .u-fz-30-sm-imp {
    font-size: 30px !important;
  }
  .u-fz-31-sm {
    font-size: 31px;
  }
  .u-fz-31-sm-imp {
    font-size: 31px !important;
  }
  .u-fz-32-sm {
    font-size: 32px;
  }
  .u-fz-32-sm-imp {
    font-size: 32px !important;
  }
  .u-fz-33-sm {
    font-size: 33px;
  }
  .u-fz-33-sm-imp {
    font-size: 33px !important;
  }
  .u-fz-34-sm {
    font-size: 34px;
  }
  .u-fz-34-sm-imp {
    font-size: 34px !important;
  }
  .u-fz-35-sm {
    font-size: 35px;
  }
  .u-fz-35-sm-imp {
    font-size: 35px !important;
  }
  .u-fz-36-sm {
    font-size: 36px;
  }
  .u-fz-36-sm-imp {
    font-size: 36px !important;
  }
  .u-fz-37-sm {
    font-size: 37px;
  }
  .u-fz-37-sm-imp {
    font-size: 37px !important;
  }
  .u-fz-38-sm {
    font-size: 38px;
  }
  .u-fz-38-sm-imp {
    font-size: 38px !important;
  }
  .u-fz-39-sm {
    font-size: 39px;
  }
  .u-fz-39-sm-imp {
    font-size: 39px !important;
  }
  .u-fz-40-sm {
    font-size: 40px;
  }
  .u-fz-40-sm-imp {
    font-size: 40px !important;
  }
  .u-fz-41-sm {
    font-size: 41px;
  }
  .u-fz-41-sm-imp {
    font-size: 41px !important;
  }
  .u-fz-42-sm {
    font-size: 42px;
  }
  .u-fz-42-sm-imp {
    font-size: 42px !important;
  }
  .u-fz-43-sm {
    font-size: 43px;
  }
  .u-fz-43-sm-imp {
    font-size: 43px !important;
  }
  .u-fz-44-sm {
    font-size: 44px;
  }
  .u-fz-44-sm-imp {
    font-size: 44px !important;
  }
  .u-fz-45-sm {
    font-size: 45px;
  }
  .u-fz-45-sm-imp {
    font-size: 45px !important;
  }
  .u-fz-46-sm {
    font-size: 46px;
  }
  .u-fz-46-sm-imp {
    font-size: 46px !important;
  }
  .u-fz-47-sm {
    font-size: 47px;
  }
  .u-fz-47-sm-imp {
    font-size: 47px !important;
  }
  .u-fz-48-sm {
    font-size: 48px;
  }
  .u-fz-48-sm-imp {
    font-size: 48px !important;
  }
  .u-fz-49-sm {
    font-size: 49px;
  }
  .u-fz-49-sm-imp {
    font-size: 49px !important;
  }
  .u-fz-50-sm {
    font-size: 50px;
  }
  .u-fz-50-sm-imp {
    font-size: 50px !important;
  }
  .u-fz-51-sm {
    font-size: 51px;
  }
  .u-fz-51-sm-imp {
    font-size: 51px !important;
  }
  .u-fz-52-sm {
    font-size: 52px;
  }
  .u-fz-52-sm-imp {
    font-size: 52px !important;
  }
  .u-fz-53-sm {
    font-size: 53px;
  }
  .u-fz-53-sm-imp {
    font-size: 53px !important;
  }
  .u-fz-54-sm {
    font-size: 54px;
  }
  .u-fz-54-sm-imp {
    font-size: 54px !important;
  }
  .u-fz-55-sm {
    font-size: 55px;
  }
  .u-fz-55-sm-imp {
    font-size: 55px !important;
  }
  .u-fz-56-sm {
    font-size: 56px;
  }
  .u-fz-56-sm-imp {
    font-size: 56px !important;
  }
  .u-fz-57-sm {
    font-size: 57px;
  }
  .u-fz-57-sm-imp {
    font-size: 57px !important;
  }
  .u-fz-58-sm {
    font-size: 58px;
  }
  .u-fz-58-sm-imp {
    font-size: 58px !important;
  }
  .u-fz-59-sm {
    font-size: 59px;
  }
  .u-fz-59-sm-imp {
    font-size: 59px !important;
  }
  .u-fz-60-sm {
    font-size: 60px;
  }
  .u-fz-60-sm-imp {
    font-size: 60px !important;
  }
  .u-fz-61-sm {
    font-size: 61px;
  }
  .u-fz-61-sm-imp {
    font-size: 61px !important;
  }
  .u-fz-62-sm {
    font-size: 62px;
  }
  .u-fz-62-sm-imp {
    font-size: 62px !important;
  }
  .u-fz-63-sm {
    font-size: 63px;
  }
  .u-fz-63-sm-imp {
    font-size: 63px !important;
  }
  .u-fz-64-sm {
    font-size: 64px;
  }
  .u-fz-64-sm-imp {
    font-size: 64px !important;
  }
  .u-fz-65-sm {
    font-size: 65px;
  }
  .u-fz-65-sm-imp {
    font-size: 65px !important;
  }
  .u-fz-66-sm {
    font-size: 66px;
  }
  .u-fz-66-sm-imp {
    font-size: 66px !important;
  }
  .u-fz-67-sm {
    font-size: 67px;
  }
  .u-fz-67-sm-imp {
    font-size: 67px !important;
  }
  .u-fz-68-sm {
    font-size: 68px;
  }
  .u-fz-68-sm-imp {
    font-size: 68px !important;
  }
  .u-fz-69-sm {
    font-size: 69px;
  }
  .u-fz-69-sm-imp {
    font-size: 69px !important;
  }
  .u-fz-70-sm {
    font-size: 70px;
  }
  .u-fz-70-sm-imp {
    font-size: 70px !important;
  }
  .u-fz-71-sm {
    font-size: 71px;
  }
  .u-fz-71-sm-imp {
    font-size: 71px !important;
  }
  .u-fz-72-sm {
    font-size: 72px;
  }
  .u-fz-72-sm-imp {
    font-size: 72px !important;
  }
  .u-fz-73-sm {
    font-size: 73px;
  }
  .u-fz-73-sm-imp {
    font-size: 73px !important;
  }
  .u-fz-74-sm {
    font-size: 74px;
  }
  .u-fz-74-sm-imp {
    font-size: 74px !important;
  }
  .u-fz-75-sm {
    font-size: 75px;
  }
  .u-fz-75-sm-imp {
    font-size: 75px !important;
  }
  .u-fz-76-sm {
    font-size: 76px;
  }
  .u-fz-76-sm-imp {
    font-size: 76px !important;
  }
  .u-fz-77-sm {
    font-size: 77px;
  }
  .u-fz-77-sm-imp {
    font-size: 77px !important;
  }
  .u-fz-78-sm {
    font-size: 78px;
  }
  .u-fz-78-sm-imp {
    font-size: 78px !important;
  }
  .u-fz-79-sm {
    font-size: 79px;
  }
  .u-fz-79-sm-imp {
    font-size: 79px !important;
  }
  .u-fz-80-sm {
    font-size: 80px;
  }
  .u-fz-80-sm-imp {
    font-size: 80px !important;
  }
  .u-fz-81-sm {
    font-size: 81px;
  }
  .u-fz-81-sm-imp {
    font-size: 81px !important;
  }
  .u-fz-82-sm {
    font-size: 82px;
  }
  .u-fz-82-sm-imp {
    font-size: 82px !important;
  }
  .u-fz-83-sm {
    font-size: 83px;
  }
  .u-fz-83-sm-imp {
    font-size: 83px !important;
  }
  .u-fz-84-sm {
    font-size: 84px;
  }
  .u-fz-84-sm-imp {
    font-size: 84px !important;
  }
  .u-fz-85-sm {
    font-size: 85px;
  }
  .u-fz-85-sm-imp {
    font-size: 85px !important;
  }
  .u-fz-86-sm {
    font-size: 86px;
  }
  .u-fz-86-sm-imp {
    font-size: 86px !important;
  }
  .u-fz-87-sm {
    font-size: 87px;
  }
  .u-fz-87-sm-imp {
    font-size: 87px !important;
  }
  .u-fz-88-sm {
    font-size: 88px;
  }
  .u-fz-88-sm-imp {
    font-size: 88px !important;
  }
  .u-fz-89-sm {
    font-size: 89px;
  }
  .u-fz-89-sm-imp {
    font-size: 89px !important;
  }
  .u-fz-90-sm {
    font-size: 90px;
  }
  .u-fz-90-sm-imp {
    font-size: 90px !important;
  }
  .u-fz-91-sm {
    font-size: 91px;
  }
  .u-fz-91-sm-imp {
    font-size: 91px !important;
  }
  .u-fz-92-sm {
    font-size: 92px;
  }
  .u-fz-92-sm-imp {
    font-size: 92px !important;
  }
  .u-fz-93-sm {
    font-size: 93px;
  }
  .u-fz-93-sm-imp {
    font-size: 93px !important;
  }
  .u-fz-94-sm {
    font-size: 94px;
  }
  .u-fz-94-sm-imp {
    font-size: 94px !important;
  }
  .u-fz-95-sm {
    font-size: 95px;
  }
  .u-fz-95-sm-imp {
    font-size: 95px !important;
  }
  .u-fz-96-sm {
    font-size: 96px;
  }
  .u-fz-96-sm-imp {
    font-size: 96px !important;
  }
  .u-fz-97-sm {
    font-size: 97px;
  }
  .u-fz-97-sm-imp {
    font-size: 97px !important;
  }
  .u-fz-98-sm {
    font-size: 98px;
  }
  .u-fz-98-sm-imp {
    font-size: 98px !important;
  }
  .u-fz-99-sm {
    font-size: 99px;
  }
  .u-fz-99-sm-imp {
    font-size: 99px !important;
  }
  .u-fz-100-sm {
    font-size: 100px;
  }
  .u-fz-100-sm-imp {
    font-size: 100px !important;
  }
  .u-dsp-lg {
    display: none;
  }
  .u-dsp-lg {
    display: none;
  }
  .u-dsp-lg-imp {
    display: none !important;
  }
  .u-icon_size-10-sm:after,
.u-icon_size-10-sm:before {
    width: 10px;
  }
  .u-icon_size-10-sm:after-imp,
.u-icon_size-10-sm:before-imp {
    width: 10px !important;
  }
  .u-icon_size-10-sm:after,
.u-icon_size-10-sm:before {
    height: 10px;
  }
  .u-icon_size-10-sm:after-imp,
.u-icon_size-10-sm:before-imp {
    height: 10px !important;
  }
  .u-icon_size-10-sm:after,
.u-icon_size-10-sm:before {
    background-size: 10px 10px;
  }
  .u-icon_size-10-sm:after-imp,
.u-icon_size-10-sm:before-imp {
    background-size: 10px 10px !important;
  }
  .u-icon_size-11-sm:after,
.u-icon_size-11-sm:before {
    width: 11px;
  }
  .u-icon_size-11-sm:after-imp,
.u-icon_size-11-sm:before-imp {
    width: 11px !important;
  }
  .u-icon_size-11-sm:after,
.u-icon_size-11-sm:before {
    height: 11px;
  }
  .u-icon_size-11-sm:after-imp,
.u-icon_size-11-sm:before-imp {
    height: 11px !important;
  }
  .u-icon_size-11-sm:after,
.u-icon_size-11-sm:before {
    background-size: 11px 11px;
  }
  .u-icon_size-11-sm:after-imp,
.u-icon_size-11-sm:before-imp {
    background-size: 11px 11px !important;
  }
  .u-icon_size-12-sm:after,
.u-icon_size-12-sm:before {
    width: 12px;
  }
  .u-icon_size-12-sm:after-imp,
.u-icon_size-12-sm:before-imp {
    width: 12px !important;
  }
  .u-icon_size-12-sm:after,
.u-icon_size-12-sm:before {
    height: 12px;
  }
  .u-icon_size-12-sm:after-imp,
.u-icon_size-12-sm:before-imp {
    height: 12px !important;
  }
  .u-icon_size-12-sm:after,
.u-icon_size-12-sm:before {
    background-size: 12px 12px;
  }
  .u-icon_size-12-sm:after-imp,
.u-icon_size-12-sm:before-imp {
    background-size: 12px 12px !important;
  }
  .u-icon_size-13-sm:after,
.u-icon_size-13-sm:before {
    width: 13px;
  }
  .u-icon_size-13-sm:after-imp,
.u-icon_size-13-sm:before-imp {
    width: 13px !important;
  }
  .u-icon_size-13-sm:after,
.u-icon_size-13-sm:before {
    height: 13px;
  }
  .u-icon_size-13-sm:after-imp,
.u-icon_size-13-sm:before-imp {
    height: 13px !important;
  }
  .u-icon_size-13-sm:after,
.u-icon_size-13-sm:before {
    background-size: 13px 13px;
  }
  .u-icon_size-13-sm:after-imp,
.u-icon_size-13-sm:before-imp {
    background-size: 13px 13px !important;
  }
  .u-icon_size-14-sm:after,
.u-icon_size-14-sm:before {
    width: 14px;
  }
  .u-icon_size-14-sm:after-imp,
.u-icon_size-14-sm:before-imp {
    width: 14px !important;
  }
  .u-icon_size-14-sm:after,
.u-icon_size-14-sm:before {
    height: 14px;
  }
  .u-icon_size-14-sm:after-imp,
.u-icon_size-14-sm:before-imp {
    height: 14px !important;
  }
  .u-icon_size-14-sm:after,
.u-icon_size-14-sm:before {
    background-size: 14px 14px;
  }
  .u-icon_size-14-sm:after-imp,
.u-icon_size-14-sm:before-imp {
    background-size: 14px 14px !important;
  }
  .u-icon_size-15-sm:after,
.u-icon_size-15-sm:before {
    width: 15px;
  }
  .u-icon_size-15-sm:after-imp,
.u-icon_size-15-sm:before-imp {
    width: 15px !important;
  }
  .u-icon_size-15-sm:after,
.u-icon_size-15-sm:before {
    height: 15px;
  }
  .u-icon_size-15-sm:after-imp,
.u-icon_size-15-sm:before-imp {
    height: 15px !important;
  }
  .u-icon_size-15-sm:after,
.u-icon_size-15-sm:before {
    background-size: 15px 15px;
  }
  .u-icon_size-15-sm:after-imp,
.u-icon_size-15-sm:before-imp {
    background-size: 15px 15px !important;
  }
  .u-icon_size-16-sm:after,
.u-icon_size-16-sm:before {
    width: 16px;
  }
  .u-icon_size-16-sm:after-imp,
.u-icon_size-16-sm:before-imp {
    width: 16px !important;
  }
  .u-icon_size-16-sm:after,
.u-icon_size-16-sm:before {
    height: 16px;
  }
  .u-icon_size-16-sm:after-imp,
.u-icon_size-16-sm:before-imp {
    height: 16px !important;
  }
  .u-icon_size-16-sm:after,
.u-icon_size-16-sm:before {
    background-size: 16px 16px;
  }
  .u-icon_size-16-sm:after-imp,
.u-icon_size-16-sm:before-imp {
    background-size: 16px 16px !important;
  }
  .u-icon_size-17-sm:after,
.u-icon_size-17-sm:before {
    width: 17px;
  }
  .u-icon_size-17-sm:after-imp,
.u-icon_size-17-sm:before-imp {
    width: 17px !important;
  }
  .u-icon_size-17-sm:after,
.u-icon_size-17-sm:before {
    height: 17px;
  }
  .u-icon_size-17-sm:after-imp,
.u-icon_size-17-sm:before-imp {
    height: 17px !important;
  }
  .u-icon_size-17-sm:after,
.u-icon_size-17-sm:before {
    background-size: 17px 17px;
  }
  .u-icon_size-17-sm:after-imp,
.u-icon_size-17-sm:before-imp {
    background-size: 17px 17px !important;
  }
  .u-icon_size-18-sm:after,
.u-icon_size-18-sm:before {
    width: 18px;
  }
  .u-icon_size-18-sm:after-imp,
.u-icon_size-18-sm:before-imp {
    width: 18px !important;
  }
  .u-icon_size-18-sm:after,
.u-icon_size-18-sm:before {
    height: 18px;
  }
  .u-icon_size-18-sm:after-imp,
.u-icon_size-18-sm:before-imp {
    height: 18px !important;
  }
  .u-icon_size-18-sm:after,
.u-icon_size-18-sm:before {
    background-size: 18px 18px;
  }
  .u-icon_size-18-sm:after-imp,
.u-icon_size-18-sm:before-imp {
    background-size: 18px 18px !important;
  }
  .u-icon_size-19-sm:after,
.u-icon_size-19-sm:before {
    width: 19px;
  }
  .u-icon_size-19-sm:after-imp,
.u-icon_size-19-sm:before-imp {
    width: 19px !important;
  }
  .u-icon_size-19-sm:after,
.u-icon_size-19-sm:before {
    height: 19px;
  }
  .u-icon_size-19-sm:after-imp,
.u-icon_size-19-sm:before-imp {
    height: 19px !important;
  }
  .u-icon_size-19-sm:after,
.u-icon_size-19-sm:before {
    background-size: 19px 19px;
  }
  .u-icon_size-19-sm:after-imp,
.u-icon_size-19-sm:before-imp {
    background-size: 19px 19px !important;
  }
  .u-icon_size-20-sm:after,
.u-icon_size-20-sm:before {
    width: 20px;
  }
  .u-icon_size-20-sm:after-imp,
.u-icon_size-20-sm:before-imp {
    width: 20px !important;
  }
  .u-icon_size-20-sm:after,
.u-icon_size-20-sm:before {
    height: 20px;
  }
  .u-icon_size-20-sm:after-imp,
.u-icon_size-20-sm:before-imp {
    height: 20px !important;
  }
  .u-icon_size-20-sm:after,
.u-icon_size-20-sm:before {
    background-size: 20px 20px;
  }
  .u-icon_size-20-sm:after-imp,
.u-icon_size-20-sm:before-imp {
    background-size: 20px 20px !important;
  }
  .u-icon_size-21-sm:after,
.u-icon_size-21-sm:before {
    width: 21px;
  }
  .u-icon_size-21-sm:after-imp,
.u-icon_size-21-sm:before-imp {
    width: 21px !important;
  }
  .u-icon_size-21-sm:after,
.u-icon_size-21-sm:before {
    height: 21px;
  }
  .u-icon_size-21-sm:after-imp,
.u-icon_size-21-sm:before-imp {
    height: 21px !important;
  }
  .u-icon_size-21-sm:after,
.u-icon_size-21-sm:before {
    background-size: 21px 21px;
  }
  .u-icon_size-21-sm:after-imp,
.u-icon_size-21-sm:before-imp {
    background-size: 21px 21px !important;
  }
  .u-icon_size-22-sm:after,
.u-icon_size-22-sm:before {
    width: 22px;
  }
  .u-icon_size-22-sm:after-imp,
.u-icon_size-22-sm:before-imp {
    width: 22px !important;
  }
  .u-icon_size-22-sm:after,
.u-icon_size-22-sm:before {
    height: 22px;
  }
  .u-icon_size-22-sm:after-imp,
.u-icon_size-22-sm:before-imp {
    height: 22px !important;
  }
  .u-icon_size-22-sm:after,
.u-icon_size-22-sm:before {
    background-size: 22px 22px;
  }
  .u-icon_size-22-sm:after-imp,
.u-icon_size-22-sm:before-imp {
    background-size: 22px 22px !important;
  }
  .u-icon_size-23-sm:after,
.u-icon_size-23-sm:before {
    width: 23px;
  }
  .u-icon_size-23-sm:after-imp,
.u-icon_size-23-sm:before-imp {
    width: 23px !important;
  }
  .u-icon_size-23-sm:after,
.u-icon_size-23-sm:before {
    height: 23px;
  }
  .u-icon_size-23-sm:after-imp,
.u-icon_size-23-sm:before-imp {
    height: 23px !important;
  }
  .u-icon_size-23-sm:after,
.u-icon_size-23-sm:before {
    background-size: 23px 23px;
  }
  .u-icon_size-23-sm:after-imp,
.u-icon_size-23-sm:before-imp {
    background-size: 23px 23px !important;
  }
  .u-icon_size-24-sm:after,
.u-icon_size-24-sm:before {
    width: 24px;
  }
  .u-icon_size-24-sm:after-imp,
.u-icon_size-24-sm:before-imp {
    width: 24px !important;
  }
  .u-icon_size-24-sm:after,
.u-icon_size-24-sm:before {
    height: 24px;
  }
  .u-icon_size-24-sm:after-imp,
.u-icon_size-24-sm:before-imp {
    height: 24px !important;
  }
  .u-icon_size-24-sm:after,
.u-icon_size-24-sm:before {
    background-size: 24px 24px;
  }
  .u-icon_size-24-sm:after-imp,
.u-icon_size-24-sm:before-imp {
    background-size: 24px 24px !important;
  }
  .u-icon_size-25-sm:after,
.u-icon_size-25-sm:before {
    width: 25px;
  }
  .u-icon_size-25-sm:after-imp,
.u-icon_size-25-sm:before-imp {
    width: 25px !important;
  }
  .u-icon_size-25-sm:after,
.u-icon_size-25-sm:before {
    height: 25px;
  }
  .u-icon_size-25-sm:after-imp,
.u-icon_size-25-sm:before-imp {
    height: 25px !important;
  }
  .u-icon_size-25-sm:after,
.u-icon_size-25-sm:before {
    background-size: 25px 25px;
  }
  .u-icon_size-25-sm:after-imp,
.u-icon_size-25-sm:before-imp {
    background-size: 25px 25px !important;
  }
  .u-icon_size-26-sm:after,
.u-icon_size-26-sm:before {
    width: 26px;
  }
  .u-icon_size-26-sm:after-imp,
.u-icon_size-26-sm:before-imp {
    width: 26px !important;
  }
  .u-icon_size-26-sm:after,
.u-icon_size-26-sm:before {
    height: 26px;
  }
  .u-icon_size-26-sm:after-imp,
.u-icon_size-26-sm:before-imp {
    height: 26px !important;
  }
  .u-icon_size-26-sm:after,
.u-icon_size-26-sm:before {
    background-size: 26px 26px;
  }
  .u-icon_size-26-sm:after-imp,
.u-icon_size-26-sm:before-imp {
    background-size: 26px 26px !important;
  }
  .u-icon_size-27-sm:after,
.u-icon_size-27-sm:before {
    width: 27px;
  }
  .u-icon_size-27-sm:after-imp,
.u-icon_size-27-sm:before-imp {
    width: 27px !important;
  }
  .u-icon_size-27-sm:after,
.u-icon_size-27-sm:before {
    height: 27px;
  }
  .u-icon_size-27-sm:after-imp,
.u-icon_size-27-sm:before-imp {
    height: 27px !important;
  }
  .u-icon_size-27-sm:after,
.u-icon_size-27-sm:before {
    background-size: 27px 27px;
  }
  .u-icon_size-27-sm:after-imp,
.u-icon_size-27-sm:before-imp {
    background-size: 27px 27px !important;
  }
  .u-icon_size-28-sm:after,
.u-icon_size-28-sm:before {
    width: 28px;
  }
  .u-icon_size-28-sm:after-imp,
.u-icon_size-28-sm:before-imp {
    width: 28px !important;
  }
  .u-icon_size-28-sm:after,
.u-icon_size-28-sm:before {
    height: 28px;
  }
  .u-icon_size-28-sm:after-imp,
.u-icon_size-28-sm:before-imp {
    height: 28px !important;
  }
  .u-icon_size-28-sm:after,
.u-icon_size-28-sm:before {
    background-size: 28px 28px;
  }
  .u-icon_size-28-sm:after-imp,
.u-icon_size-28-sm:before-imp {
    background-size: 28px 28px !important;
  }
  .u-icon_size-29-sm:after,
.u-icon_size-29-sm:before {
    width: 29px;
  }
  .u-icon_size-29-sm:after-imp,
.u-icon_size-29-sm:before-imp {
    width: 29px !important;
  }
  .u-icon_size-29-sm:after,
.u-icon_size-29-sm:before {
    height: 29px;
  }
  .u-icon_size-29-sm:after-imp,
.u-icon_size-29-sm:before-imp {
    height: 29px !important;
  }
  .u-icon_size-29-sm:after,
.u-icon_size-29-sm:before {
    background-size: 29px 29px;
  }
  .u-icon_size-29-sm:after-imp,
.u-icon_size-29-sm:before-imp {
    background-size: 29px 29px !important;
  }
  .u-icon_size-30-sm:after,
.u-icon_size-30-sm:before {
    width: 30px;
  }
  .u-icon_size-30-sm:after-imp,
.u-icon_size-30-sm:before-imp {
    width: 30px !important;
  }
  .u-icon_size-30-sm:after,
.u-icon_size-30-sm:before {
    height: 30px;
  }
  .u-icon_size-30-sm:after-imp,
.u-icon_size-30-sm:before-imp {
    height: 30px !important;
  }
  .u-icon_size-30-sm:after,
.u-icon_size-30-sm:before {
    background-size: 30px 30px;
  }
  .u-icon_size-30-sm:after-imp,
.u-icon_size-30-sm:before-imp {
    background-size: 30px 30px !important;
  }
  .u-icon_size-31-sm:after,
.u-icon_size-31-sm:before {
    width: 31px;
  }
  .u-icon_size-31-sm:after-imp,
.u-icon_size-31-sm:before-imp {
    width: 31px !important;
  }
  .u-icon_size-31-sm:after,
.u-icon_size-31-sm:before {
    height: 31px;
  }
  .u-icon_size-31-sm:after-imp,
.u-icon_size-31-sm:before-imp {
    height: 31px !important;
  }
  .u-icon_size-31-sm:after,
.u-icon_size-31-sm:before {
    background-size: 31px 31px;
  }
  .u-icon_size-31-sm:after-imp,
.u-icon_size-31-sm:before-imp {
    background-size: 31px 31px !important;
  }
  .u-icon_size-32-sm:after,
.u-icon_size-32-sm:before {
    width: 32px;
  }
  .u-icon_size-32-sm:after-imp,
.u-icon_size-32-sm:before-imp {
    width: 32px !important;
  }
  .u-icon_size-32-sm:after,
.u-icon_size-32-sm:before {
    height: 32px;
  }
  .u-icon_size-32-sm:after-imp,
.u-icon_size-32-sm:before-imp {
    height: 32px !important;
  }
  .u-icon_size-32-sm:after,
.u-icon_size-32-sm:before {
    background-size: 32px 32px;
  }
  .u-icon_size-32-sm:after-imp,
.u-icon_size-32-sm:before-imp {
    background-size: 32px 32px !important;
  }
  .u-icon_size-33-sm:after,
.u-icon_size-33-sm:before {
    width: 33px;
  }
  .u-icon_size-33-sm:after-imp,
.u-icon_size-33-sm:before-imp {
    width: 33px !important;
  }
  .u-icon_size-33-sm:after,
.u-icon_size-33-sm:before {
    height: 33px;
  }
  .u-icon_size-33-sm:after-imp,
.u-icon_size-33-sm:before-imp {
    height: 33px !important;
  }
  .u-icon_size-33-sm:after,
.u-icon_size-33-sm:before {
    background-size: 33px 33px;
  }
  .u-icon_size-33-sm:after-imp,
.u-icon_size-33-sm:before-imp {
    background-size: 33px 33px !important;
  }
  .u-icon_size-34-sm:after,
.u-icon_size-34-sm:before {
    width: 34px;
  }
  .u-icon_size-34-sm:after-imp,
.u-icon_size-34-sm:before-imp {
    width: 34px !important;
  }
  .u-icon_size-34-sm:after,
.u-icon_size-34-sm:before {
    height: 34px;
  }
  .u-icon_size-34-sm:after-imp,
.u-icon_size-34-sm:before-imp {
    height: 34px !important;
  }
  .u-icon_size-34-sm:after,
.u-icon_size-34-sm:before {
    background-size: 34px 34px;
  }
  .u-icon_size-34-sm:after-imp,
.u-icon_size-34-sm:before-imp {
    background-size: 34px 34px !important;
  }
  .u-icon_size-35-sm:after,
.u-icon_size-35-sm:before {
    width: 35px;
  }
  .u-icon_size-35-sm:after-imp,
.u-icon_size-35-sm:before-imp {
    width: 35px !important;
  }
  .u-icon_size-35-sm:after,
.u-icon_size-35-sm:before {
    height: 35px;
  }
  .u-icon_size-35-sm:after-imp,
.u-icon_size-35-sm:before-imp {
    height: 35px !important;
  }
  .u-icon_size-35-sm:after,
.u-icon_size-35-sm:before {
    background-size: 35px 35px;
  }
  .u-icon_size-35-sm:after-imp,
.u-icon_size-35-sm:before-imp {
    background-size: 35px 35px !important;
  }
  .u-icon_size-36-sm:after,
.u-icon_size-36-sm:before {
    width: 36px;
  }
  .u-icon_size-36-sm:after-imp,
.u-icon_size-36-sm:before-imp {
    width: 36px !important;
  }
  .u-icon_size-36-sm:after,
.u-icon_size-36-sm:before {
    height: 36px;
  }
  .u-icon_size-36-sm:after-imp,
.u-icon_size-36-sm:before-imp {
    height: 36px !important;
  }
  .u-icon_size-36-sm:after,
.u-icon_size-36-sm:before {
    background-size: 36px 36px;
  }
  .u-icon_size-36-sm:after-imp,
.u-icon_size-36-sm:before-imp {
    background-size: 36px 36px !important;
  }
  .u-icon_size-37-sm:after,
.u-icon_size-37-sm:before {
    width: 37px;
  }
  .u-icon_size-37-sm:after-imp,
.u-icon_size-37-sm:before-imp {
    width: 37px !important;
  }
  .u-icon_size-37-sm:after,
.u-icon_size-37-sm:before {
    height: 37px;
  }
  .u-icon_size-37-sm:after-imp,
.u-icon_size-37-sm:before-imp {
    height: 37px !important;
  }
  .u-icon_size-37-sm:after,
.u-icon_size-37-sm:before {
    background-size: 37px 37px;
  }
  .u-icon_size-37-sm:after-imp,
.u-icon_size-37-sm:before-imp {
    background-size: 37px 37px !important;
  }
  .u-icon_size-38-sm:after,
.u-icon_size-38-sm:before {
    width: 38px;
  }
  .u-icon_size-38-sm:after-imp,
.u-icon_size-38-sm:before-imp {
    width: 38px !important;
  }
  .u-icon_size-38-sm:after,
.u-icon_size-38-sm:before {
    height: 38px;
  }
  .u-icon_size-38-sm:after-imp,
.u-icon_size-38-sm:before-imp {
    height: 38px !important;
  }
  .u-icon_size-38-sm:after,
.u-icon_size-38-sm:before {
    background-size: 38px 38px;
  }
  .u-icon_size-38-sm:after-imp,
.u-icon_size-38-sm:before-imp {
    background-size: 38px 38px !important;
  }
  .u-icon_size-39-sm:after,
.u-icon_size-39-sm:before {
    width: 39px;
  }
  .u-icon_size-39-sm:after-imp,
.u-icon_size-39-sm:before-imp {
    width: 39px !important;
  }
  .u-icon_size-39-sm:after,
.u-icon_size-39-sm:before {
    height: 39px;
  }
  .u-icon_size-39-sm:after-imp,
.u-icon_size-39-sm:before-imp {
    height: 39px !important;
  }
  .u-icon_size-39-sm:after,
.u-icon_size-39-sm:before {
    background-size: 39px 39px;
  }
  .u-icon_size-39-sm:after-imp,
.u-icon_size-39-sm:before-imp {
    background-size: 39px 39px !important;
  }
  .u-icon_size-40-sm:after,
.u-icon_size-40-sm:before {
    width: 40px;
  }
  .u-icon_size-40-sm:after-imp,
.u-icon_size-40-sm:before-imp {
    width: 40px !important;
  }
  .u-icon_size-40-sm:after,
.u-icon_size-40-sm:before {
    height: 40px;
  }
  .u-icon_size-40-sm:after-imp,
.u-icon_size-40-sm:before-imp {
    height: 40px !important;
  }
  .u-icon_size-40-sm:after,
.u-icon_size-40-sm:before {
    background-size: 40px 40px;
  }
  .u-icon_size-40-sm:after-imp,
.u-icon_size-40-sm:before-imp {
    background-size: 40px 40px !important;
  }
  .u-icon_size-41-sm:after,
.u-icon_size-41-sm:before {
    width: 41px;
  }
  .u-icon_size-41-sm:after-imp,
.u-icon_size-41-sm:before-imp {
    width: 41px !important;
  }
  .u-icon_size-41-sm:after,
.u-icon_size-41-sm:before {
    height: 41px;
  }
  .u-icon_size-41-sm:after-imp,
.u-icon_size-41-sm:before-imp {
    height: 41px !important;
  }
  .u-icon_size-41-sm:after,
.u-icon_size-41-sm:before {
    background-size: 41px 41px;
  }
  .u-icon_size-41-sm:after-imp,
.u-icon_size-41-sm:before-imp {
    background-size: 41px 41px !important;
  }
  .u-icon_size-42-sm:after,
.u-icon_size-42-sm:before {
    width: 42px;
  }
  .u-icon_size-42-sm:after-imp,
.u-icon_size-42-sm:before-imp {
    width: 42px !important;
  }
  .u-icon_size-42-sm:after,
.u-icon_size-42-sm:before {
    height: 42px;
  }
  .u-icon_size-42-sm:after-imp,
.u-icon_size-42-sm:before-imp {
    height: 42px !important;
  }
  .u-icon_size-42-sm:after,
.u-icon_size-42-sm:before {
    background-size: 42px 42px;
  }
  .u-icon_size-42-sm:after-imp,
.u-icon_size-42-sm:before-imp {
    background-size: 42px 42px !important;
  }
  .u-icon_size-43-sm:after,
.u-icon_size-43-sm:before {
    width: 43px;
  }
  .u-icon_size-43-sm:after-imp,
.u-icon_size-43-sm:before-imp {
    width: 43px !important;
  }
  .u-icon_size-43-sm:after,
.u-icon_size-43-sm:before {
    height: 43px;
  }
  .u-icon_size-43-sm:after-imp,
.u-icon_size-43-sm:before-imp {
    height: 43px !important;
  }
  .u-icon_size-43-sm:after,
.u-icon_size-43-sm:before {
    background-size: 43px 43px;
  }
  .u-icon_size-43-sm:after-imp,
.u-icon_size-43-sm:before-imp {
    background-size: 43px 43px !important;
  }
  .u-icon_size-44-sm:after,
.u-icon_size-44-sm:before {
    width: 44px;
  }
  .u-icon_size-44-sm:after-imp,
.u-icon_size-44-sm:before-imp {
    width: 44px !important;
  }
  .u-icon_size-44-sm:after,
.u-icon_size-44-sm:before {
    height: 44px;
  }
  .u-icon_size-44-sm:after-imp,
.u-icon_size-44-sm:before-imp {
    height: 44px !important;
  }
  .u-icon_size-44-sm:after,
.u-icon_size-44-sm:before {
    background-size: 44px 44px;
  }
  .u-icon_size-44-sm:after-imp,
.u-icon_size-44-sm:before-imp {
    background-size: 44px 44px !important;
  }
  .u-icon_size-45-sm:after,
.u-icon_size-45-sm:before {
    width: 45px;
  }
  .u-icon_size-45-sm:after-imp,
.u-icon_size-45-sm:before-imp {
    width: 45px !important;
  }
  .u-icon_size-45-sm:after,
.u-icon_size-45-sm:before {
    height: 45px;
  }
  .u-icon_size-45-sm:after-imp,
.u-icon_size-45-sm:before-imp {
    height: 45px !important;
  }
  .u-icon_size-45-sm:after,
.u-icon_size-45-sm:before {
    background-size: 45px 45px;
  }
  .u-icon_size-45-sm:after-imp,
.u-icon_size-45-sm:before-imp {
    background-size: 45px 45px !important;
  }
  .u-icon_size-46-sm:after,
.u-icon_size-46-sm:before {
    width: 46px;
  }
  .u-icon_size-46-sm:after-imp,
.u-icon_size-46-sm:before-imp {
    width: 46px !important;
  }
  .u-icon_size-46-sm:after,
.u-icon_size-46-sm:before {
    height: 46px;
  }
  .u-icon_size-46-sm:after-imp,
.u-icon_size-46-sm:before-imp {
    height: 46px !important;
  }
  .u-icon_size-46-sm:after,
.u-icon_size-46-sm:before {
    background-size: 46px 46px;
  }
  .u-icon_size-46-sm:after-imp,
.u-icon_size-46-sm:before-imp {
    background-size: 46px 46px !important;
  }
  .u-icon_size-47-sm:after,
.u-icon_size-47-sm:before {
    width: 47px;
  }
  .u-icon_size-47-sm:after-imp,
.u-icon_size-47-sm:before-imp {
    width: 47px !important;
  }
  .u-icon_size-47-sm:after,
.u-icon_size-47-sm:before {
    height: 47px;
  }
  .u-icon_size-47-sm:after-imp,
.u-icon_size-47-sm:before-imp {
    height: 47px !important;
  }
  .u-icon_size-47-sm:after,
.u-icon_size-47-sm:before {
    background-size: 47px 47px;
  }
  .u-icon_size-47-sm:after-imp,
.u-icon_size-47-sm:before-imp {
    background-size: 47px 47px !important;
  }
  .u-icon_size-48-sm:after,
.u-icon_size-48-sm:before {
    width: 48px;
  }
  .u-icon_size-48-sm:after-imp,
.u-icon_size-48-sm:before-imp {
    width: 48px !important;
  }
  .u-icon_size-48-sm:after,
.u-icon_size-48-sm:before {
    height: 48px;
  }
  .u-icon_size-48-sm:after-imp,
.u-icon_size-48-sm:before-imp {
    height: 48px !important;
  }
  .u-icon_size-48-sm:after,
.u-icon_size-48-sm:before {
    background-size: 48px 48px;
  }
  .u-icon_size-48-sm:after-imp,
.u-icon_size-48-sm:before-imp {
    background-size: 48px 48px !important;
  }
  .u-icon_size-49-sm:after,
.u-icon_size-49-sm:before {
    width: 49px;
  }
  .u-icon_size-49-sm:after-imp,
.u-icon_size-49-sm:before-imp {
    width: 49px !important;
  }
  .u-icon_size-49-sm:after,
.u-icon_size-49-sm:before {
    height: 49px;
  }
  .u-icon_size-49-sm:after-imp,
.u-icon_size-49-sm:before-imp {
    height: 49px !important;
  }
  .u-icon_size-49-sm:after,
.u-icon_size-49-sm:before {
    background-size: 49px 49px;
  }
  .u-icon_size-49-sm:after-imp,
.u-icon_size-49-sm:before-imp {
    background-size: 49px 49px !important;
  }
  .u-icon_size-50-sm:after,
.u-icon_size-50-sm:before {
    width: 50px;
  }
  .u-icon_size-50-sm:after-imp,
.u-icon_size-50-sm:before-imp {
    width: 50px !important;
  }
  .u-icon_size-50-sm:after,
.u-icon_size-50-sm:before {
    height: 50px;
  }
  .u-icon_size-50-sm:after-imp,
.u-icon_size-50-sm:before-imp {
    height: 50px !important;
  }
  .u-icon_size-50-sm:after,
.u-icon_size-50-sm:before {
    background-size: 50px 50px;
  }
  .u-icon_size-50-sm:after-imp,
.u-icon_size-50-sm:before-imp {
    background-size: 50px 50px !important;
  }
  .u-icon_size-51-sm:after,
.u-icon_size-51-sm:before {
    width: 51px;
  }
  .u-icon_size-51-sm:after-imp,
.u-icon_size-51-sm:before-imp {
    width: 51px !important;
  }
  .u-icon_size-51-sm:after,
.u-icon_size-51-sm:before {
    height: 51px;
  }
  .u-icon_size-51-sm:after-imp,
.u-icon_size-51-sm:before-imp {
    height: 51px !important;
  }
  .u-icon_size-51-sm:after,
.u-icon_size-51-sm:before {
    background-size: 51px 51px;
  }
  .u-icon_size-51-sm:after-imp,
.u-icon_size-51-sm:before-imp {
    background-size: 51px 51px !important;
  }
  .u-icon_size-52-sm:after,
.u-icon_size-52-sm:before {
    width: 52px;
  }
  .u-icon_size-52-sm:after-imp,
.u-icon_size-52-sm:before-imp {
    width: 52px !important;
  }
  .u-icon_size-52-sm:after,
.u-icon_size-52-sm:before {
    height: 52px;
  }
  .u-icon_size-52-sm:after-imp,
.u-icon_size-52-sm:before-imp {
    height: 52px !important;
  }
  .u-icon_size-52-sm:after,
.u-icon_size-52-sm:before {
    background-size: 52px 52px;
  }
  .u-icon_size-52-sm:after-imp,
.u-icon_size-52-sm:before-imp {
    background-size: 52px 52px !important;
  }
  .u-icon_size-53-sm:after,
.u-icon_size-53-sm:before {
    width: 53px;
  }
  .u-icon_size-53-sm:after-imp,
.u-icon_size-53-sm:before-imp {
    width: 53px !important;
  }
  .u-icon_size-53-sm:after,
.u-icon_size-53-sm:before {
    height: 53px;
  }
  .u-icon_size-53-sm:after-imp,
.u-icon_size-53-sm:before-imp {
    height: 53px !important;
  }
  .u-icon_size-53-sm:after,
.u-icon_size-53-sm:before {
    background-size: 53px 53px;
  }
  .u-icon_size-53-sm:after-imp,
.u-icon_size-53-sm:before-imp {
    background-size: 53px 53px !important;
  }
  .u-icon_size-54-sm:after,
.u-icon_size-54-sm:before {
    width: 54px;
  }
  .u-icon_size-54-sm:after-imp,
.u-icon_size-54-sm:before-imp {
    width: 54px !important;
  }
  .u-icon_size-54-sm:after,
.u-icon_size-54-sm:before {
    height: 54px;
  }
  .u-icon_size-54-sm:after-imp,
.u-icon_size-54-sm:before-imp {
    height: 54px !important;
  }
  .u-icon_size-54-sm:after,
.u-icon_size-54-sm:before {
    background-size: 54px 54px;
  }
  .u-icon_size-54-sm:after-imp,
.u-icon_size-54-sm:before-imp {
    background-size: 54px 54px !important;
  }
  .u-icon_size-55-sm:after,
.u-icon_size-55-sm:before {
    width: 55px;
  }
  .u-icon_size-55-sm:after-imp,
.u-icon_size-55-sm:before-imp {
    width: 55px !important;
  }
  .u-icon_size-55-sm:after,
.u-icon_size-55-sm:before {
    height: 55px;
  }
  .u-icon_size-55-sm:after-imp,
.u-icon_size-55-sm:before-imp {
    height: 55px !important;
  }
  .u-icon_size-55-sm:after,
.u-icon_size-55-sm:before {
    background-size: 55px 55px;
  }
  .u-icon_size-55-sm:after-imp,
.u-icon_size-55-sm:before-imp {
    background-size: 55px 55px !important;
  }
  .u-icon_size-56-sm:after,
.u-icon_size-56-sm:before {
    width: 56px;
  }
  .u-icon_size-56-sm:after-imp,
.u-icon_size-56-sm:before-imp {
    width: 56px !important;
  }
  .u-icon_size-56-sm:after,
.u-icon_size-56-sm:before {
    height: 56px;
  }
  .u-icon_size-56-sm:after-imp,
.u-icon_size-56-sm:before-imp {
    height: 56px !important;
  }
  .u-icon_size-56-sm:after,
.u-icon_size-56-sm:before {
    background-size: 56px 56px;
  }
  .u-icon_size-56-sm:after-imp,
.u-icon_size-56-sm:before-imp {
    background-size: 56px 56px !important;
  }
  .u-icon_size-57-sm:after,
.u-icon_size-57-sm:before {
    width: 57px;
  }
  .u-icon_size-57-sm:after-imp,
.u-icon_size-57-sm:before-imp {
    width: 57px !important;
  }
  .u-icon_size-57-sm:after,
.u-icon_size-57-sm:before {
    height: 57px;
  }
  .u-icon_size-57-sm:after-imp,
.u-icon_size-57-sm:before-imp {
    height: 57px !important;
  }
  .u-icon_size-57-sm:after,
.u-icon_size-57-sm:before {
    background-size: 57px 57px;
  }
  .u-icon_size-57-sm:after-imp,
.u-icon_size-57-sm:before-imp {
    background-size: 57px 57px !important;
  }
  .u-icon_size-58-sm:after,
.u-icon_size-58-sm:before {
    width: 58px;
  }
  .u-icon_size-58-sm:after-imp,
.u-icon_size-58-sm:before-imp {
    width: 58px !important;
  }
  .u-icon_size-58-sm:after,
.u-icon_size-58-sm:before {
    height: 58px;
  }
  .u-icon_size-58-sm:after-imp,
.u-icon_size-58-sm:before-imp {
    height: 58px !important;
  }
  .u-icon_size-58-sm:after,
.u-icon_size-58-sm:before {
    background-size: 58px 58px;
  }
  .u-icon_size-58-sm:after-imp,
.u-icon_size-58-sm:before-imp {
    background-size: 58px 58px !important;
  }
  .u-icon_size-59-sm:after,
.u-icon_size-59-sm:before {
    width: 59px;
  }
  .u-icon_size-59-sm:after-imp,
.u-icon_size-59-sm:before-imp {
    width: 59px !important;
  }
  .u-icon_size-59-sm:after,
.u-icon_size-59-sm:before {
    height: 59px;
  }
  .u-icon_size-59-sm:after-imp,
.u-icon_size-59-sm:before-imp {
    height: 59px !important;
  }
  .u-icon_size-59-sm:after,
.u-icon_size-59-sm:before {
    background-size: 59px 59px;
  }
  .u-icon_size-59-sm:after-imp,
.u-icon_size-59-sm:before-imp {
    background-size: 59px 59px !important;
  }
  .u-icon_size-60-sm:after,
.u-icon_size-60-sm:before {
    width: 60px;
  }
  .u-icon_size-60-sm:after-imp,
.u-icon_size-60-sm:before-imp {
    width: 60px !important;
  }
  .u-icon_size-60-sm:after,
.u-icon_size-60-sm:before {
    height: 60px;
  }
  .u-icon_size-60-sm:after-imp,
.u-icon_size-60-sm:before-imp {
    height: 60px !important;
  }
  .u-icon_size-60-sm:after,
.u-icon_size-60-sm:before {
    background-size: 60px 60px;
  }
  .u-icon_size-60-sm:after-imp,
.u-icon_size-60-sm:before-imp {
    background-size: 60px 60px !important;
  }
  .u-icon_size-61-sm:after,
.u-icon_size-61-sm:before {
    width: 61px;
  }
  .u-icon_size-61-sm:after-imp,
.u-icon_size-61-sm:before-imp {
    width: 61px !important;
  }
  .u-icon_size-61-sm:after,
.u-icon_size-61-sm:before {
    height: 61px;
  }
  .u-icon_size-61-sm:after-imp,
.u-icon_size-61-sm:before-imp {
    height: 61px !important;
  }
  .u-icon_size-61-sm:after,
.u-icon_size-61-sm:before {
    background-size: 61px 61px;
  }
  .u-icon_size-61-sm:after-imp,
.u-icon_size-61-sm:before-imp {
    background-size: 61px 61px !important;
  }
  .u-icon_size-62-sm:after,
.u-icon_size-62-sm:before {
    width: 62px;
  }
  .u-icon_size-62-sm:after-imp,
.u-icon_size-62-sm:before-imp {
    width: 62px !important;
  }
  .u-icon_size-62-sm:after,
.u-icon_size-62-sm:before {
    height: 62px;
  }
  .u-icon_size-62-sm:after-imp,
.u-icon_size-62-sm:before-imp {
    height: 62px !important;
  }
  .u-icon_size-62-sm:after,
.u-icon_size-62-sm:before {
    background-size: 62px 62px;
  }
  .u-icon_size-62-sm:after-imp,
.u-icon_size-62-sm:before-imp {
    background-size: 62px 62px !important;
  }
  .u-icon_size-63-sm:after,
.u-icon_size-63-sm:before {
    width: 63px;
  }
  .u-icon_size-63-sm:after-imp,
.u-icon_size-63-sm:before-imp {
    width: 63px !important;
  }
  .u-icon_size-63-sm:after,
.u-icon_size-63-sm:before {
    height: 63px;
  }
  .u-icon_size-63-sm:after-imp,
.u-icon_size-63-sm:before-imp {
    height: 63px !important;
  }
  .u-icon_size-63-sm:after,
.u-icon_size-63-sm:before {
    background-size: 63px 63px;
  }
  .u-icon_size-63-sm:after-imp,
.u-icon_size-63-sm:before-imp {
    background-size: 63px 63px !important;
  }
  .u-icon_size-64-sm:after,
.u-icon_size-64-sm:before {
    width: 64px;
  }
  .u-icon_size-64-sm:after-imp,
.u-icon_size-64-sm:before-imp {
    width: 64px !important;
  }
  .u-icon_size-64-sm:after,
.u-icon_size-64-sm:before {
    height: 64px;
  }
  .u-icon_size-64-sm:after-imp,
.u-icon_size-64-sm:before-imp {
    height: 64px !important;
  }
  .u-icon_size-64-sm:after,
.u-icon_size-64-sm:before {
    background-size: 64px 64px;
  }
  .u-icon_size-64-sm:after-imp,
.u-icon_size-64-sm:before-imp {
    background-size: 64px 64px !important;
  }
  .u-icon_size-65-sm:after,
.u-icon_size-65-sm:before {
    width: 65px;
  }
  .u-icon_size-65-sm:after-imp,
.u-icon_size-65-sm:before-imp {
    width: 65px !important;
  }
  .u-icon_size-65-sm:after,
.u-icon_size-65-sm:before {
    height: 65px;
  }
  .u-icon_size-65-sm:after-imp,
.u-icon_size-65-sm:before-imp {
    height: 65px !important;
  }
  .u-icon_size-65-sm:after,
.u-icon_size-65-sm:before {
    background-size: 65px 65px;
  }
  .u-icon_size-65-sm:after-imp,
.u-icon_size-65-sm:before-imp {
    background-size: 65px 65px !important;
  }
  .u-icon_size-66-sm:after,
.u-icon_size-66-sm:before {
    width: 66px;
  }
  .u-icon_size-66-sm:after-imp,
.u-icon_size-66-sm:before-imp {
    width: 66px !important;
  }
  .u-icon_size-66-sm:after,
.u-icon_size-66-sm:before {
    height: 66px;
  }
  .u-icon_size-66-sm:after-imp,
.u-icon_size-66-sm:before-imp {
    height: 66px !important;
  }
  .u-icon_size-66-sm:after,
.u-icon_size-66-sm:before {
    background-size: 66px 66px;
  }
  .u-icon_size-66-sm:after-imp,
.u-icon_size-66-sm:before-imp {
    background-size: 66px 66px !important;
  }
  .u-icon_size-67-sm:after,
.u-icon_size-67-sm:before {
    width: 67px;
  }
  .u-icon_size-67-sm:after-imp,
.u-icon_size-67-sm:before-imp {
    width: 67px !important;
  }
  .u-icon_size-67-sm:after,
.u-icon_size-67-sm:before {
    height: 67px;
  }
  .u-icon_size-67-sm:after-imp,
.u-icon_size-67-sm:before-imp {
    height: 67px !important;
  }
  .u-icon_size-67-sm:after,
.u-icon_size-67-sm:before {
    background-size: 67px 67px;
  }
  .u-icon_size-67-sm:after-imp,
.u-icon_size-67-sm:before-imp {
    background-size: 67px 67px !important;
  }
  .u-icon_size-68-sm:after,
.u-icon_size-68-sm:before {
    width: 68px;
  }
  .u-icon_size-68-sm:after-imp,
.u-icon_size-68-sm:before-imp {
    width: 68px !important;
  }
  .u-icon_size-68-sm:after,
.u-icon_size-68-sm:before {
    height: 68px;
  }
  .u-icon_size-68-sm:after-imp,
.u-icon_size-68-sm:before-imp {
    height: 68px !important;
  }
  .u-icon_size-68-sm:after,
.u-icon_size-68-sm:before {
    background-size: 68px 68px;
  }
  .u-icon_size-68-sm:after-imp,
.u-icon_size-68-sm:before-imp {
    background-size: 68px 68px !important;
  }
  .u-icon_size-69-sm:after,
.u-icon_size-69-sm:before {
    width: 69px;
  }
  .u-icon_size-69-sm:after-imp,
.u-icon_size-69-sm:before-imp {
    width: 69px !important;
  }
  .u-icon_size-69-sm:after,
.u-icon_size-69-sm:before {
    height: 69px;
  }
  .u-icon_size-69-sm:after-imp,
.u-icon_size-69-sm:before-imp {
    height: 69px !important;
  }
  .u-icon_size-69-sm:after,
.u-icon_size-69-sm:before {
    background-size: 69px 69px;
  }
  .u-icon_size-69-sm:after-imp,
.u-icon_size-69-sm:before-imp {
    background-size: 69px 69px !important;
  }
  .u-icon_size-70-sm:after,
.u-icon_size-70-sm:before {
    width: 70px;
  }
  .u-icon_size-70-sm:after-imp,
.u-icon_size-70-sm:before-imp {
    width: 70px !important;
  }
  .u-icon_size-70-sm:after,
.u-icon_size-70-sm:before {
    height: 70px;
  }
  .u-icon_size-70-sm:after-imp,
.u-icon_size-70-sm:before-imp {
    height: 70px !important;
  }
  .u-icon_size-70-sm:after,
.u-icon_size-70-sm:before {
    background-size: 70px 70px;
  }
  .u-icon_size-70-sm:after-imp,
.u-icon_size-70-sm:before-imp {
    background-size: 70px 70px !important;
  }
  .u-icon_size-71-sm:after,
.u-icon_size-71-sm:before {
    width: 71px;
  }
  .u-icon_size-71-sm:after-imp,
.u-icon_size-71-sm:before-imp {
    width: 71px !important;
  }
  .u-icon_size-71-sm:after,
.u-icon_size-71-sm:before {
    height: 71px;
  }
  .u-icon_size-71-sm:after-imp,
.u-icon_size-71-sm:before-imp {
    height: 71px !important;
  }
  .u-icon_size-71-sm:after,
.u-icon_size-71-sm:before {
    background-size: 71px 71px;
  }
  .u-icon_size-71-sm:after-imp,
.u-icon_size-71-sm:before-imp {
    background-size: 71px 71px !important;
  }
  .u-icon_size-72-sm:after,
.u-icon_size-72-sm:before {
    width: 72px;
  }
  .u-icon_size-72-sm:after-imp,
.u-icon_size-72-sm:before-imp {
    width: 72px !important;
  }
  .u-icon_size-72-sm:after,
.u-icon_size-72-sm:before {
    height: 72px;
  }
  .u-icon_size-72-sm:after-imp,
.u-icon_size-72-sm:before-imp {
    height: 72px !important;
  }
  .u-icon_size-72-sm:after,
.u-icon_size-72-sm:before {
    background-size: 72px 72px;
  }
  .u-icon_size-72-sm:after-imp,
.u-icon_size-72-sm:before-imp {
    background-size: 72px 72px !important;
  }
  .u-icon_size-73-sm:after,
.u-icon_size-73-sm:before {
    width: 73px;
  }
  .u-icon_size-73-sm:after-imp,
.u-icon_size-73-sm:before-imp {
    width: 73px !important;
  }
  .u-icon_size-73-sm:after,
.u-icon_size-73-sm:before {
    height: 73px;
  }
  .u-icon_size-73-sm:after-imp,
.u-icon_size-73-sm:before-imp {
    height: 73px !important;
  }
  .u-icon_size-73-sm:after,
.u-icon_size-73-sm:before {
    background-size: 73px 73px;
  }
  .u-icon_size-73-sm:after-imp,
.u-icon_size-73-sm:before-imp {
    background-size: 73px 73px !important;
  }
  .u-icon_size-74-sm:after,
.u-icon_size-74-sm:before {
    width: 74px;
  }
  .u-icon_size-74-sm:after-imp,
.u-icon_size-74-sm:before-imp {
    width: 74px !important;
  }
  .u-icon_size-74-sm:after,
.u-icon_size-74-sm:before {
    height: 74px;
  }
  .u-icon_size-74-sm:after-imp,
.u-icon_size-74-sm:before-imp {
    height: 74px !important;
  }
  .u-icon_size-74-sm:after,
.u-icon_size-74-sm:before {
    background-size: 74px 74px;
  }
  .u-icon_size-74-sm:after-imp,
.u-icon_size-74-sm:before-imp {
    background-size: 74px 74px !important;
  }
  .u-icon_size-75-sm:after,
.u-icon_size-75-sm:before {
    width: 75px;
  }
  .u-icon_size-75-sm:after-imp,
.u-icon_size-75-sm:before-imp {
    width: 75px !important;
  }
  .u-icon_size-75-sm:after,
.u-icon_size-75-sm:before {
    height: 75px;
  }
  .u-icon_size-75-sm:after-imp,
.u-icon_size-75-sm:before-imp {
    height: 75px !important;
  }
  .u-icon_size-75-sm:after,
.u-icon_size-75-sm:before {
    background-size: 75px 75px;
  }
  .u-icon_size-75-sm:after-imp,
.u-icon_size-75-sm:before-imp {
    background-size: 75px 75px !important;
  }
  .u-icon_size-76-sm:after,
.u-icon_size-76-sm:before {
    width: 76px;
  }
  .u-icon_size-76-sm:after-imp,
.u-icon_size-76-sm:before-imp {
    width: 76px !important;
  }
  .u-icon_size-76-sm:after,
.u-icon_size-76-sm:before {
    height: 76px;
  }
  .u-icon_size-76-sm:after-imp,
.u-icon_size-76-sm:before-imp {
    height: 76px !important;
  }
  .u-icon_size-76-sm:after,
.u-icon_size-76-sm:before {
    background-size: 76px 76px;
  }
  .u-icon_size-76-sm:after-imp,
.u-icon_size-76-sm:before-imp {
    background-size: 76px 76px !important;
  }
  .u-icon_size-77-sm:after,
.u-icon_size-77-sm:before {
    width: 77px;
  }
  .u-icon_size-77-sm:after-imp,
.u-icon_size-77-sm:before-imp {
    width: 77px !important;
  }
  .u-icon_size-77-sm:after,
.u-icon_size-77-sm:before {
    height: 77px;
  }
  .u-icon_size-77-sm:after-imp,
.u-icon_size-77-sm:before-imp {
    height: 77px !important;
  }
  .u-icon_size-77-sm:after,
.u-icon_size-77-sm:before {
    background-size: 77px 77px;
  }
  .u-icon_size-77-sm:after-imp,
.u-icon_size-77-sm:before-imp {
    background-size: 77px 77px !important;
  }
  .u-icon_size-78-sm:after,
.u-icon_size-78-sm:before {
    width: 78px;
  }
  .u-icon_size-78-sm:after-imp,
.u-icon_size-78-sm:before-imp {
    width: 78px !important;
  }
  .u-icon_size-78-sm:after,
.u-icon_size-78-sm:before {
    height: 78px;
  }
  .u-icon_size-78-sm:after-imp,
.u-icon_size-78-sm:before-imp {
    height: 78px !important;
  }
  .u-icon_size-78-sm:after,
.u-icon_size-78-sm:before {
    background-size: 78px 78px;
  }
  .u-icon_size-78-sm:after-imp,
.u-icon_size-78-sm:before-imp {
    background-size: 78px 78px !important;
  }
  .u-icon_size-79-sm:after,
.u-icon_size-79-sm:before {
    width: 79px;
  }
  .u-icon_size-79-sm:after-imp,
.u-icon_size-79-sm:before-imp {
    width: 79px !important;
  }
  .u-icon_size-79-sm:after,
.u-icon_size-79-sm:before {
    height: 79px;
  }
  .u-icon_size-79-sm:after-imp,
.u-icon_size-79-sm:before-imp {
    height: 79px !important;
  }
  .u-icon_size-79-sm:after,
.u-icon_size-79-sm:before {
    background-size: 79px 79px;
  }
  .u-icon_size-79-sm:after-imp,
.u-icon_size-79-sm:before-imp {
    background-size: 79px 79px !important;
  }
  .u-icon_size-80-sm:after,
.u-icon_size-80-sm:before {
    width: 80px;
  }
  .u-icon_size-80-sm:after-imp,
.u-icon_size-80-sm:before-imp {
    width: 80px !important;
  }
  .u-icon_size-80-sm:after,
.u-icon_size-80-sm:before {
    height: 80px;
  }
  .u-icon_size-80-sm:after-imp,
.u-icon_size-80-sm:before-imp {
    height: 80px !important;
  }
  .u-icon_size-80-sm:after,
.u-icon_size-80-sm:before {
    background-size: 80px 80px;
  }
  .u-icon_size-80-sm:after-imp,
.u-icon_size-80-sm:before-imp {
    background-size: 80px 80px !important;
  }
  .u-icon_size-81-sm:after,
.u-icon_size-81-sm:before {
    width: 81px;
  }
  .u-icon_size-81-sm:after-imp,
.u-icon_size-81-sm:before-imp {
    width: 81px !important;
  }
  .u-icon_size-81-sm:after,
.u-icon_size-81-sm:before {
    height: 81px;
  }
  .u-icon_size-81-sm:after-imp,
.u-icon_size-81-sm:before-imp {
    height: 81px !important;
  }
  .u-icon_size-81-sm:after,
.u-icon_size-81-sm:before {
    background-size: 81px 81px;
  }
  .u-icon_size-81-sm:after-imp,
.u-icon_size-81-sm:before-imp {
    background-size: 81px 81px !important;
  }
  .u-icon_size-82-sm:after,
.u-icon_size-82-sm:before {
    width: 82px;
  }
  .u-icon_size-82-sm:after-imp,
.u-icon_size-82-sm:before-imp {
    width: 82px !important;
  }
  .u-icon_size-82-sm:after,
.u-icon_size-82-sm:before {
    height: 82px;
  }
  .u-icon_size-82-sm:after-imp,
.u-icon_size-82-sm:before-imp {
    height: 82px !important;
  }
  .u-icon_size-82-sm:after,
.u-icon_size-82-sm:before {
    background-size: 82px 82px;
  }
  .u-icon_size-82-sm:after-imp,
.u-icon_size-82-sm:before-imp {
    background-size: 82px 82px !important;
  }
  .u-icon_size-83-sm:after,
.u-icon_size-83-sm:before {
    width: 83px;
  }
  .u-icon_size-83-sm:after-imp,
.u-icon_size-83-sm:before-imp {
    width: 83px !important;
  }
  .u-icon_size-83-sm:after,
.u-icon_size-83-sm:before {
    height: 83px;
  }
  .u-icon_size-83-sm:after-imp,
.u-icon_size-83-sm:before-imp {
    height: 83px !important;
  }
  .u-icon_size-83-sm:after,
.u-icon_size-83-sm:before {
    background-size: 83px 83px;
  }
  .u-icon_size-83-sm:after-imp,
.u-icon_size-83-sm:before-imp {
    background-size: 83px 83px !important;
  }
  .u-icon_size-84-sm:after,
.u-icon_size-84-sm:before {
    width: 84px;
  }
  .u-icon_size-84-sm:after-imp,
.u-icon_size-84-sm:before-imp {
    width: 84px !important;
  }
  .u-icon_size-84-sm:after,
.u-icon_size-84-sm:before {
    height: 84px;
  }
  .u-icon_size-84-sm:after-imp,
.u-icon_size-84-sm:before-imp {
    height: 84px !important;
  }
  .u-icon_size-84-sm:after,
.u-icon_size-84-sm:before {
    background-size: 84px 84px;
  }
  .u-icon_size-84-sm:after-imp,
.u-icon_size-84-sm:before-imp {
    background-size: 84px 84px !important;
  }
  .u-icon_size-85-sm:after,
.u-icon_size-85-sm:before {
    width: 85px;
  }
  .u-icon_size-85-sm:after-imp,
.u-icon_size-85-sm:before-imp {
    width: 85px !important;
  }
  .u-icon_size-85-sm:after,
.u-icon_size-85-sm:before {
    height: 85px;
  }
  .u-icon_size-85-sm:after-imp,
.u-icon_size-85-sm:before-imp {
    height: 85px !important;
  }
  .u-icon_size-85-sm:after,
.u-icon_size-85-sm:before {
    background-size: 85px 85px;
  }
  .u-icon_size-85-sm:after-imp,
.u-icon_size-85-sm:before-imp {
    background-size: 85px 85px !important;
  }
  .u-icon_size-86-sm:after,
.u-icon_size-86-sm:before {
    width: 86px;
  }
  .u-icon_size-86-sm:after-imp,
.u-icon_size-86-sm:before-imp {
    width: 86px !important;
  }
  .u-icon_size-86-sm:after,
.u-icon_size-86-sm:before {
    height: 86px;
  }
  .u-icon_size-86-sm:after-imp,
.u-icon_size-86-sm:before-imp {
    height: 86px !important;
  }
  .u-icon_size-86-sm:after,
.u-icon_size-86-sm:before {
    background-size: 86px 86px;
  }
  .u-icon_size-86-sm:after-imp,
.u-icon_size-86-sm:before-imp {
    background-size: 86px 86px !important;
  }
  .u-icon_size-87-sm:after,
.u-icon_size-87-sm:before {
    width: 87px;
  }
  .u-icon_size-87-sm:after-imp,
.u-icon_size-87-sm:before-imp {
    width: 87px !important;
  }
  .u-icon_size-87-sm:after,
.u-icon_size-87-sm:before {
    height: 87px;
  }
  .u-icon_size-87-sm:after-imp,
.u-icon_size-87-sm:before-imp {
    height: 87px !important;
  }
  .u-icon_size-87-sm:after,
.u-icon_size-87-sm:before {
    background-size: 87px 87px;
  }
  .u-icon_size-87-sm:after-imp,
.u-icon_size-87-sm:before-imp {
    background-size: 87px 87px !important;
  }
  .u-icon_size-88-sm:after,
.u-icon_size-88-sm:before {
    width: 88px;
  }
  .u-icon_size-88-sm:after-imp,
.u-icon_size-88-sm:before-imp {
    width: 88px !important;
  }
  .u-icon_size-88-sm:after,
.u-icon_size-88-sm:before {
    height: 88px;
  }
  .u-icon_size-88-sm:after-imp,
.u-icon_size-88-sm:before-imp {
    height: 88px !important;
  }
  .u-icon_size-88-sm:after,
.u-icon_size-88-sm:before {
    background-size: 88px 88px;
  }
  .u-icon_size-88-sm:after-imp,
.u-icon_size-88-sm:before-imp {
    background-size: 88px 88px !important;
  }
  .u-icon_size-89-sm:after,
.u-icon_size-89-sm:before {
    width: 89px;
  }
  .u-icon_size-89-sm:after-imp,
.u-icon_size-89-sm:before-imp {
    width: 89px !important;
  }
  .u-icon_size-89-sm:after,
.u-icon_size-89-sm:before {
    height: 89px;
  }
  .u-icon_size-89-sm:after-imp,
.u-icon_size-89-sm:before-imp {
    height: 89px !important;
  }
  .u-icon_size-89-sm:after,
.u-icon_size-89-sm:before {
    background-size: 89px 89px;
  }
  .u-icon_size-89-sm:after-imp,
.u-icon_size-89-sm:before-imp {
    background-size: 89px 89px !important;
  }
  .u-icon_size-90-sm:after,
.u-icon_size-90-sm:before {
    width: 90px;
  }
  .u-icon_size-90-sm:after-imp,
.u-icon_size-90-sm:before-imp {
    width: 90px !important;
  }
  .u-icon_size-90-sm:after,
.u-icon_size-90-sm:before {
    height: 90px;
  }
  .u-icon_size-90-sm:after-imp,
.u-icon_size-90-sm:before-imp {
    height: 90px !important;
  }
  .u-icon_size-90-sm:after,
.u-icon_size-90-sm:before {
    background-size: 90px 90px;
  }
  .u-icon_size-90-sm:after-imp,
.u-icon_size-90-sm:before-imp {
    background-size: 90px 90px !important;
  }
  .u-icon_size-91-sm:after,
.u-icon_size-91-sm:before {
    width: 91px;
  }
  .u-icon_size-91-sm:after-imp,
.u-icon_size-91-sm:before-imp {
    width: 91px !important;
  }
  .u-icon_size-91-sm:after,
.u-icon_size-91-sm:before {
    height: 91px;
  }
  .u-icon_size-91-sm:after-imp,
.u-icon_size-91-sm:before-imp {
    height: 91px !important;
  }
  .u-icon_size-91-sm:after,
.u-icon_size-91-sm:before {
    background-size: 91px 91px;
  }
  .u-icon_size-91-sm:after-imp,
.u-icon_size-91-sm:before-imp {
    background-size: 91px 91px !important;
  }
  .u-icon_size-92-sm:after,
.u-icon_size-92-sm:before {
    width: 92px;
  }
  .u-icon_size-92-sm:after-imp,
.u-icon_size-92-sm:before-imp {
    width: 92px !important;
  }
  .u-icon_size-92-sm:after,
.u-icon_size-92-sm:before {
    height: 92px;
  }
  .u-icon_size-92-sm:after-imp,
.u-icon_size-92-sm:before-imp {
    height: 92px !important;
  }
  .u-icon_size-92-sm:after,
.u-icon_size-92-sm:before {
    background-size: 92px 92px;
  }
  .u-icon_size-92-sm:after-imp,
.u-icon_size-92-sm:before-imp {
    background-size: 92px 92px !important;
  }
  .u-icon_size-93-sm:after,
.u-icon_size-93-sm:before {
    width: 93px;
  }
  .u-icon_size-93-sm:after-imp,
.u-icon_size-93-sm:before-imp {
    width: 93px !important;
  }
  .u-icon_size-93-sm:after,
.u-icon_size-93-sm:before {
    height: 93px;
  }
  .u-icon_size-93-sm:after-imp,
.u-icon_size-93-sm:before-imp {
    height: 93px !important;
  }
  .u-icon_size-93-sm:after,
.u-icon_size-93-sm:before {
    background-size: 93px 93px;
  }
  .u-icon_size-93-sm:after-imp,
.u-icon_size-93-sm:before-imp {
    background-size: 93px 93px !important;
  }
  .u-icon_size-94-sm:after,
.u-icon_size-94-sm:before {
    width: 94px;
  }
  .u-icon_size-94-sm:after-imp,
.u-icon_size-94-sm:before-imp {
    width: 94px !important;
  }
  .u-icon_size-94-sm:after,
.u-icon_size-94-sm:before {
    height: 94px;
  }
  .u-icon_size-94-sm:after-imp,
.u-icon_size-94-sm:before-imp {
    height: 94px !important;
  }
  .u-icon_size-94-sm:after,
.u-icon_size-94-sm:before {
    background-size: 94px 94px;
  }
  .u-icon_size-94-sm:after-imp,
.u-icon_size-94-sm:before-imp {
    background-size: 94px 94px !important;
  }
  .u-icon_size-95-sm:after,
.u-icon_size-95-sm:before {
    width: 95px;
  }
  .u-icon_size-95-sm:after-imp,
.u-icon_size-95-sm:before-imp {
    width: 95px !important;
  }
  .u-icon_size-95-sm:after,
.u-icon_size-95-sm:before {
    height: 95px;
  }
  .u-icon_size-95-sm:after-imp,
.u-icon_size-95-sm:before-imp {
    height: 95px !important;
  }
  .u-icon_size-95-sm:after,
.u-icon_size-95-sm:before {
    background-size: 95px 95px;
  }
  .u-icon_size-95-sm:after-imp,
.u-icon_size-95-sm:before-imp {
    background-size: 95px 95px !important;
  }
  .u-icon_size-96-sm:after,
.u-icon_size-96-sm:before {
    width: 96px;
  }
  .u-icon_size-96-sm:after-imp,
.u-icon_size-96-sm:before-imp {
    width: 96px !important;
  }
  .u-icon_size-96-sm:after,
.u-icon_size-96-sm:before {
    height: 96px;
  }
  .u-icon_size-96-sm:after-imp,
.u-icon_size-96-sm:before-imp {
    height: 96px !important;
  }
  .u-icon_size-96-sm:after,
.u-icon_size-96-sm:before {
    background-size: 96px 96px;
  }
  .u-icon_size-96-sm:after-imp,
.u-icon_size-96-sm:before-imp {
    background-size: 96px 96px !important;
  }
  .u-icon_size-97-sm:after,
.u-icon_size-97-sm:before {
    width: 97px;
  }
  .u-icon_size-97-sm:after-imp,
.u-icon_size-97-sm:before-imp {
    width: 97px !important;
  }
  .u-icon_size-97-sm:after,
.u-icon_size-97-sm:before {
    height: 97px;
  }
  .u-icon_size-97-sm:after-imp,
.u-icon_size-97-sm:before-imp {
    height: 97px !important;
  }
  .u-icon_size-97-sm:after,
.u-icon_size-97-sm:before {
    background-size: 97px 97px;
  }
  .u-icon_size-97-sm:after-imp,
.u-icon_size-97-sm:before-imp {
    background-size: 97px 97px !important;
  }
  .u-icon_size-98-sm:after,
.u-icon_size-98-sm:before {
    width: 98px;
  }
  .u-icon_size-98-sm:after-imp,
.u-icon_size-98-sm:before-imp {
    width: 98px !important;
  }
  .u-icon_size-98-sm:after,
.u-icon_size-98-sm:before {
    height: 98px;
  }
  .u-icon_size-98-sm:after-imp,
.u-icon_size-98-sm:before-imp {
    height: 98px !important;
  }
  .u-icon_size-98-sm:after,
.u-icon_size-98-sm:before {
    background-size: 98px 98px;
  }
  .u-icon_size-98-sm:after-imp,
.u-icon_size-98-sm:before-imp {
    background-size: 98px 98px !important;
  }
  .u-icon_size-99-sm:after,
.u-icon_size-99-sm:before {
    width: 99px;
  }
  .u-icon_size-99-sm:after-imp,
.u-icon_size-99-sm:before-imp {
    width: 99px !important;
  }
  .u-icon_size-99-sm:after,
.u-icon_size-99-sm:before {
    height: 99px;
  }
  .u-icon_size-99-sm:after-imp,
.u-icon_size-99-sm:before-imp {
    height: 99px !important;
  }
  .u-icon_size-99-sm:after,
.u-icon_size-99-sm:before {
    background-size: 99px 99px;
  }
  .u-icon_size-99-sm:after-imp,
.u-icon_size-99-sm:before-imp {
    background-size: 99px 99px !important;
  }
  .u-icon_size-100-sm:after,
.u-icon_size-100-sm:before {
    width: 100px;
  }
  .u-icon_size-100-sm:after-imp,
.u-icon_size-100-sm:before-imp {
    width: 100px !important;
  }
  .u-icon_size-100-sm:after,
.u-icon_size-100-sm:before {
    height: 100px;
  }
  .u-icon_size-100-sm:after-imp,
.u-icon_size-100-sm:before-imp {
    height: 100px !important;
  }
  .u-icon_size-100-sm:after,
.u-icon_size-100-sm:before {
    background-size: 100px 100px;
  }
  .u-icon_size-100-sm:after-imp,
.u-icon_size-100-sm:before-imp {
    background-size: 100px 100px !important;
  }
  .p-adobeBox {
    display: block;
  }
  .p-adobeBox_text {
    margin: 8px 0 0;
  }
  .p-likeLinks {
    margin: 40px -16px 0;
  }
  .p-likeLinks::before {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .p-likeLinks_list {
    max-width: 480px;
  }
  .p-likeLinks_list_item {
    width: 33.3333333333%;
  }
  .p-likeLinks-top .p-likeLinks_list_link:after {
    margin-top: 8px;
  }
  .p-likeSec_hedding {
    font-size: 22px;
  }
  .p-likeSec_catch {
    font-size: 28px;
  }
  .p-likeSec_list_item {
    width: 100%;
  }
  .p-likeSec_list_link {
    display: flex;
    margin-right: -16px;
    align-items: center;
    justify-content: center;
  }
  .p-likeSec_list_item:nth-child(even) .p-likeSec_list_link {
    flex-direction: row-reverse;
  }
  .p-likeSec_list_img {
    width: calc(50% - 16px);
    margin-right: 16px;
  }
  .p-likeSec_list_text {
    width: 50%;
    margin-right: 16px;
    padding: 12px 0;
  }
  .p-likeSec-top .p-likeSec_hedding {
    font-size: 24px;
  }
  .p-likeSec-top .p-likeSec_list {
    justify-content: space-around;
  }
  .p-likeSec-top .p-likeSec_list_item {
    max-width: 608px;
  }
  .p-likeSec-top .p-likeSec_list_item:nth-child(3n+1):not(:last-child),
.p-likeSec-top .p-likeSec_list_item:nth-child(3n+2) {
    width: 50%;
    max-width: 308px;
  }
  .p-likeSec-top .p-likeSec_list_link {
    display: block;
    margin-right: 0;
  }
  .p-likeSec-top .p-likeSec_list_img {
    width: 100%;
    margin: auto;
  }
  .p-likeSec-top .p-likeSec_list_text {
    font-size: 14px;
    width: 100%;
    max-width: 300px;
    margin: auto;
    padding: 8px 8px 0;
  }
  .p-likeSec-sub .p-likeSec_hedding {
    font-size: 22px;
  }
  .p-likeSec-sub .p-likeSec_list {
    margin-top: 24px;
    margin-bottom: -32px;
  }
  .p-likeSec-sub .p-likeSec_list_item {
    margin-bottom: 32px;
  }
  .p-likeSec-sub .p-likeSec_list_link {
    flex-direction: row !important;
  }
  .p-likeSec-sub .p-likeSec_list_img {
    max-width: 232px;
  }
  .p-likeSec-sub .p-likeSec_list_text {
    max-width: 248px;
    padding: 0 8px;
  }
  .p-likeSec-cateTop {
    padding-top: 62px;
  }
  .p-likeTopHero_title {
    margin-bottom: 0;
  }
  .p-likeTopHero_img {
    margin-top: 32px;
  }
  .p-likeTopHero_lead {
    margin-top: 18px;
  }
  .p-likeDetailHero {
    width: calc(100% + 32px);
    height: 210px;
    margin-left: -16px;
  }
  .p-likeDetailHero:after {
    min-width: 792px;
  }
  .p-likeDetailHero_img {
    min-width: 792px;
  }
  .p-likeDetailHero_img img {
    max-width: 792px;
  }
  .p-likeDetailContent_h1 {
    font-size: 28px;
    margin-top: 40px;
  }
  .p-likeDetailContent_h2 {
    font-size: 22px;
    margin-top: 64px;
  }
  .p-likeDetailContent_lead {
    font-size: 18px;
  }
  .p-likeDetailContent_img {
    max-width: 100%;
  }
  .p-likeDetailContent_img:first-child {
    margin-top: 40px;
  }
  .p-refine {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .p-refine_inner {
    display: block;
  }
  .p-refine_pulldown {
    width: 100%;
    margin-top: 12px;
  }
  .p-relatedSection_title {
    font-size: 28px;
  }
  .p-relatedSection_item + .p-relatedSection_item {
    margin-top: 40px;
  }
  .p-relatedSection_item_img + .p-relatedSection_item_text {
    width: 100%;
    order: 0;
  }
  .p-relatedSection_item_img {
    width: 100%;
    order: 0;
  }
  .p-relatedSection_item_text {
    width: 100%;
    margin-top: 32px;
    padding-right: 0;
    order: 1;
  }
  .p-relatedSection_item_link {
    margin-top: 8px;
  }
  .p-searchArea {
    display: block;
    margin-top: 24px;
  }
  .p-searchArea .p-searchArea_btn {
    margin: 24px 0 0;
    padding: 24px 0 0;
    border-top: 1px solid #cbcbcb;
    border-left: none;
  }
  .p-searchArea .p-searchKeyword {
    padding: 12px 0;
  }
  .p-searchKeyword .c-pulldown {
    margin-right: 8px;
  }
  .p-searchCondition {
    padding: 0;
  }
  .p-searchCondition_pulldown {
    width: 100%;
    margin: 0;
  }
  .p-searchCondition_pulldown_arrow {
    width: 100%;
    margin: 0;
    background-image: url(/assets/img/icons/ic_tri_bottom_grey.svg);
  }
  .p-searchCondition .c-accordion .c-accordion {
    margin-right: 0;
  }
  .p-searchResults_info .c-text {
    width: 100%;
  }
  .p-searchResults_info .c-pulldown {
    margin-top: 40px;
  }
  .p-searchResults_text {
    margin-top: 40px;
  }
  .p-searchCondition .SS_search .c-selectbtn_wrap label {
    padding: 8px 12px;
  }
  .p-sns {
    margin-top: 40px;
  }
  .p-youtube_text {
    margin-top: 8px;
  }
  .p-corporateTopMessage {
    display: block;
    height: 580px;
    padding-top: 40px;
  }
  .p-corporateTopMessage::before {
    background-image: url(/corporate/img/message01_sp.png);
    background-size: 767px auto;
  }
  .p-corporateTopData_btnWrap {
    width: calc(100% + 16px);
  }
  .p-corporateTopIr {
    display: block;
    height: 580px;
    padding-top: 40px;
  }
  .p-corporateTopIr::before {
    background-image: url(/corporate/img/ir01-1_sp.png);
    background-size: 767px auto;
  }
  .p-corporateHistorySec1 .c-table_contentBody tr > :nth-child(2) {
    min-width: 100%;
  }
  .p-corporateHistorySec1 .c-table .l-grid_item {
    padding-right: calc((100% - 204px) / 2);
    padding-left: calc((100% - 204px) / 2);
  }
  .p-corporateHistoryNav {
    margin-top: 40px;
  }
  .p-irTopSec2 {
    display: block;
    height: 580px;
    padding-top: 40px;
  }
  .p-irTopSec2::before {
    background-image: url(/corporate/img/ir01-1_sp.png);
    background-size: 767px auto;
  }
  .p-productSummary {
    margin-bottom: 40px;
  }
  .p-productSummary_bg {
    width: calc(100% + 32px);
    height: 200px;
    margin-left: -16px;
  }
  .p-productSummary_img {
    width: 288px;
  }
  .p-productSummary_img img.is-noimage {
    top: -24px;
    width: 360px;
  }
  .p-productSummary_inner {
    width: 100%;
    padding-top: 304px;
  }
  .p-productSummary_tag {
    margin-bottom: 8px;
  }
  .p-productSummary_tag + .p-productSummary_tag {
    margin-bottom: 8px;
    margin-left: 0;
  }
  .p-productSummary_name .p-productSummary_name-br {
    display: none;
  }
  .p-productSummary_name {
    font-size: 28px;
  }
  .p-productInfo_listWrap .c-descriptionList {
    width: 100%;
  }
  .p-productMaterial .c-descriptionList {
    width: 100%;
  }
  .p-productMaterial .c-descriptionList_term {
    width: 144px;
  }
  .p-productMaterial .c-descriptionList_term + .c-descriptionList_definition {
    width: calc(100% - 144px);
  }
  .p-productAllergy .c-table_headCell {
    width: 113px;
  }
  .p-productAllergy .c-descriptionList_term {
    width: 144px;
  }
  .p-productAllergy .c-descriptionList_term + .c-descriptionList_definition {
    width: calc(100% - 144px);
  }
  .p-productAllergy_caution {
    padding: 32px;
  }
  .p-productAllergy_caution_title {
    font-size: 22px;
  }
  .p-productShopping .c-headingLv2 {
    font-size: 20px;
  }
  .p-productContact_inner {
    padding: 40px 32px;
  }
  .p-productContact_text {
    margin-top: 16px;
  }
  .p-productContact_tel {
    display: block;
  }
  .p-productContact_time {
    display: block;
    margin-top: 8px;
  }
  .p-productContact_note {
    margin: 16px 0 0;
  }
  .p-productSummary_tagOuter {
    display: block;
  }
  .p-recipeSummary {
    min-height: auto !important;
    margin-bottom: 40px;
  }
  .p-recipeSummary_name {
    font-size: 30px;
    line-height: 1.3;
  }
  .p-recipeSummary_img {
    float: none;
    width: auto;
    margin: 0 -16px;
    padding-bottom: 69.57%;
  }
  .p-recipeSummary_text {
    margin: 24px 0 0 !important;
  }
  .p-recipeMaterial {
    margin-bottom: 40px;
  }
  .p-recipeMaterial_note {
    margin-top: 16px;
  }
  .p-recipeMain_list > li {
    flex-wrap: wrap;
  }
  .p-recipeMain_list > li:before {
    font-size: 24px;
  }
  .p-recipeMain_list_text {
    flex: 0 1 calc(100% - 32px);
  }
  .p-recipeMain_list_img {
    margin-top: 32px;
    flex: 1 1 100%;
  }
  .p-recipeMain_list_point {
    margin-left: 8px;
  }
  .p-recipeMain_list_pointList {
    margin-left: 16px;
  }
  .p-recipeSearch_btn {
    width: 100%;
  }
  .p-recipeTopMain::before {
    width: calc(100% + 32px);
    margin-left: -16px;
    background-image: url(/recipe/img/recipetop_bg_sm.png);
    background-size: contain;
  }
  .p-recipeTopMain_titel {
    margin: 0 0 24px;
    padding-top: 52px;
  }
  .p-recipeTopMain_cards_row2 .c-card_img {
    padding-bottom: 66.398%;
  }
  .p-recipeTopMain_cards_row2 .c-card_content {
    padding-top: 16px !important;
    padding-bottom: 24px !important;
  }
  .p-recipeTopSearch_category {
    margin-top: 40px;
  }
  .p-topVisual {
    margin-top: 8px;
  }
  .p-topVisual_inner {
    height: auto;
    max-height: none;
    text-align: center;
  }
  .p-topVisual_img {
    position: relative;
  }
  .p-topVisual_img img {
    width: 100%;
  }
  .p-topVisual_img:after {
    border-width: 10.5vw;
  }
  .p-topVisual_cate {
    font-size: 3.8vw;
    line-height: 1.5;
    margin: -24vw 0 0;
    padding: 15.5vw 0 0;
    color: #fff;
    background-position: center 0;
    background-size: 12vw;
  }
  .p-topVisual_cate-product {
    background-image: url(/assets/img/icons/ic_product_white.svg);
  }
  .p-topVisual_cate-campaign {
    background-image: url(/assets/img/icons/ic_campaign_white.svg);
  }
  .p-topVisual_cate-like {
    background-image: url(/assets/img/icons/ic_like_white.svg);
  }
  .p-topVisual_cate-recipe {
    background-image: url(/assets/img/icons/ic_recipe_white.svg);
  }
  .p-topVisual_cate:before {
    top: 34%;
    left: 77%;
    width: 21.77%;
    height: 54.3%;
  }
  .p-topVisual_text {
    font-size: 6.5vw;
    line-height: 1.5;
    margin: 4.8vw 0 0;
  }
  .p-topVisual_text:after {
    width: 77vw;
    margin: 2.3vw auto 0;
  }
  .p-topVisual_likegenre {
    font-size: 2.4vw;
    margin: 2vw 0 0;
  }
  .p-topVisual_btn {
    margin: 32px 0 0;
  }
  .p-topPickup_hedding {
    font-size: 22px;
  }
  .p-topPickup_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .p-topPickup_list_item {
    width: 100%;
    max-width: 608px;
    padding-bottom: 32px;
  }
  .p-topPickup_list_item:nth-child(3n+1),
.p-topPickup_list_item:nth-child(3n+2) {
    width: 50%;
    max-width: 308px;
  }
  .p-topPickup_list_img:before {
    background-size: 48px 48px;
  }
  .p-topPickup_list_text {
    font-size: 14px !important;
    max-width: 340px;
  }
  .p-topLinks {
    margin-top: 104px;
  }
  .p-topLinks_item {
    width: 50%;
  }
  .p-topLinks_subText {
    font-size: 14px;
    margin-top: 16px;
  }
  .p-topSection {
    display: block;
    margin-top: 60px;
  }
  .p-topSection_boxImg {
    max-width: 503px;
    margin: 0 auto;
  }
  .p-topSection_boxText {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  /*! Large only */
  .p-topVisual_img:after {
    border-width: 80px;
  }
  .p-topVisual_cate {
    font-size: 16px;
    line-height: 48px;
    margin-left: 32px;
    padding-left: 52px;
    background-size: 48px 48px;
  }
  .p-topVisual_cate:before {
    top: -13px;
    left: 159px;
    width: 106px;
    height: 59px;
  }
  .p-topVisual_text {
    font-size: 60px;
    margin: 8px 0 0 32px;
  }
  .p-topVisual_likegenre {
    font-size: 14px;
    margin: 12px 0 0 32px;
  }
  .p-topVisual_btn {
    margin: 24px 0 0 32px;
  }
}
@media only screen and (max-width: 1023px) {
  /*! Medium and Small */
  [data-js-fixed-body],
[data-js-fixed-html] {
    overflow: hidden;
    height: 100%;
  }
  .l-grid .l-grid_item-1-md {
    width: 8.3333%;
  }
  .l-grid .l-grid_item-2-md {
    width: 16.6667%;
  }
  .l-grid .l-grid_item-3-md {
    width: 25%;
  }
  .l-grid .l-grid_item-4-md {
    width: 33.3333%;
  }
  .l-grid .l-grid_item-5-md {
    width: 41.6667%;
  }
  .l-grid .l-grid_item-6-md {
    width: 50%;
  }
  .l-grid .l-grid_item-7-md {
    width: 58.3333%;
  }
  .l-grid .l-grid_item-8-md {
    width: 66.6667%;
  }
  .l-grid .l-grid_item-9-md {
    width: 75%;
  }
  .l-grid .l-grid_item-10-md {
    width: 83.3333%;
  }
  .l-grid .l-grid_item-11-md {
    width: 91.6667%;
  }
  .l-grid .l-grid_item-12-md {
    width: 100%;
  }
  .l-grid .l-grid_item-md {
    width: 100%;
  }
  .l-grid .l-grid_item-md {
    width: 50%;
  }
  .l-grid .l-grid_item-md {
    width: 100%;
  }
  .l-grid .l-grid_item-md {
    width: 33.3333%;
  }
  .l-grid .l-grid_item-md {
    width: 66.6667%;
  }
  .l-grid .l-grid_item-md {
    width: 100%;
  }
  .l-grid .l-grid_item-md {
    width: 25%;
  }
  .l-grid .l-grid_item-md {
    width: 50%;
  }
  .l-grid .l-grid_item-md {
    width: 75%;
  }
  .l-grid .l-grid_item-md {
    width: 100%;
  }
  .l-grid .l-grid_item-md {
    width: 20%;
  }
  .l-grid .l-grid_item-md {
    width: 40%;
  }
  .l-grid .l-grid_item-md {
    width: 60%;
  }
  .l-grid .l-grid_item-md {
    width: 80%;
  }
  .l-grid .l-grid_item-md {
    width: 100%;
  }
  .l-grid .l-grid_item-md {
    width: 16.6667%;
  }
  .l-grid .l-grid_item-md {
    width: 33.3333%;
  }
  .l-grid .l-grid_item-md {
    width: 50%;
  }
  .l-grid .l-grid_item-md {
    width: 66.6667%;
  }
  .l-grid .l-grid_item-md {
    width: 83.3333%;
  }
  .l-grid .l-grid_item-md {
    width: 100%;
  }
  .l-grid .l-grid_item-md {
    width: 14.2857%;
  }
  .l-grid .l-grid_item-md {
    width: 28.5714%;
  }
  .l-grid .l-grid_item-md {
    width: 42.8571%;
  }
  .l-grid .l-grid_item-md {
    width: 57.1429%;
  }
  .l-grid .l-grid_item-md {
    width: 71.4286%;
  }
  .l-grid .l-grid_item-md {
    width: 85.7143%;
  }
  .l-grid .l-grid_item-md {
    width: 100%;
  }
  .l-grid .l-grid_item-md {
    width: 12.5%;
  }
  .l-grid .l-grid_item-md {
    width: 25%;
  }
  .l-grid .l-grid_item-md {
    width: 37.5%;
  }
  .l-grid .l-grid_item-md {
    width: 50%;
  }
  .l-grid .l-grid_item-md {
    width: 62.5%;
  }
  .l-grid .l-grid_item-md {
    width: 75%;
  }
  .l-grid .l-grid_item-md {
    width: 87.5%;
  }
  .l-grid .l-grid_item-md {
    width: 100%;
  }
  .l-grid .l-grid_item-md {
    width: 11.1111%;
  }
  .l-grid .l-grid_item-md {
    width: 22.2222%;
  }
  .l-grid .l-grid_item-md {
    width: 33.3333%;
  }
  .l-grid .l-grid_item-md {
    width: 44.4444%;
  }
  .l-grid .l-grid_item-md {
    width: 55.5556%;
  }
  .l-grid .l-grid_item-md {
    width: 66.6667%;
  }
  .l-grid .l-grid_item-md {
    width: 77.7778%;
  }
  .l-grid .l-grid_item-md {
    width: 88.8889%;
  }
  .l-grid .l-grid_item-md {
    width: 100%;
  }
  .l-grid .l-grid_item-md {
    width: 10%;
  }
  .l-grid .l-grid_item-md {
    width: 20%;
  }
  .l-grid .l-grid_item-md {
    width: 30%;
  }
  .l-grid .l-grid_item-md {
    width: 40%;
  }
  .l-grid .l-grid_item-md {
    width: 50%;
  }
  .l-grid .l-grid_item-md {
    width: 60%;
  }
  .l-grid .l-grid_item-md {
    width: 70%;
  }
  .l-grid .l-grid_item-md {
    width: 80%;
  }
  .l-grid .l-grid_item-md {
    width: 90%;
  }
  .l-grid .l-grid_item-md {
    width: 100%;
  }
  .l-grid .l-grid_item-md {
    width: 9.0909%;
  }
  .l-grid .l-grid_item-md {
    width: 18.1818%;
  }
  .l-grid .l-grid_item-md {
    width: 27.2727%;
  }
  .l-grid .l-grid_item-md {
    width: 36.3636%;
  }
  .l-grid .l-grid_item-md {
    width: 45.4545%;
  }
  .l-grid .l-grid_item-md {
    width: 54.5455%;
  }
  .l-grid .l-grid_item-md {
    width: 63.6364%;
  }
  .l-grid .l-grid_item-md {
    width: 72.7273%;
  }
  .l-grid .l-grid_item-md {
    width: 81.8182%;
  }
  .l-grid .l-grid_item-md {
    width: 90.9091%;
  }
  .l-grid .l-grid_item-md {
    width: 100%;
  }
  .l-grid .l-grid_item-md {
    width: 8.3333%;
  }
  .l-grid .l-grid_item-md {
    width: 16.6667%;
  }
  .l-grid .l-grid_item-md {
    width: 25%;
  }
  .l-grid .l-grid_item-md {
    width: 33.3333%;
  }
  .l-grid .l-grid_item-md {
    width: 41.6667%;
  }
  .l-grid .l-grid_item-md {
    width: 50%;
  }
  .l-grid .l-grid_item-md {
    width: 58.3333%;
  }
  .l-grid .l-grid_item-md {
    width: 66.6667%;
  }
  .l-grid .l-grid_item-md {
    width: 75%;
  }
  .l-grid .l-grid_item-md {
    width: 83.3333%;
  }
  .l-grid .l-grid_item-md {
    width: 91.6667%;
  }
  .l-grid .l-grid_item-md {
    width: 100%;
  }
  .l-grid-center-md {
    justify-content: center;
  }
  .l-grid-right-md {
    justify-content: flex-end;
  }
  .l-grid .l-grid_item-5per-md {
    width: 5%;
  }
  .l-grid .l-grid_item-10per-md {
    width: 10%;
  }
  .l-grid .l-grid_item-15per-md {
    width: 15%;
  }
  .l-grid .l-grid_item-20per-md {
    width: 20%;
  }
  .l-grid .l-grid_item-25per-md {
    width: 25%;
  }
  .l-grid .l-grid_item-30per-md {
    width: 30%;
  }
  .l-grid .l-grid_item-35per-md {
    width: 35%;
  }
  .l-grid .l-grid_item-40per-md {
    width: 40%;
  }
  .l-grid .l-grid_item-45per-md {
    width: 45%;
  }
  .l-grid .l-grid_item-50per-md {
    width: 50%;
  }
  .l-grid .l-grid_item-55per-md {
    width: 55%;
  }
  .l-grid .l-grid_item-60per-md {
    width: 60%;
  }
  .l-grid .l-grid_item-65per-md {
    width: 65%;
  }
  .l-grid .l-grid_item-70per-md {
    width: 70%;
  }
  .l-grid .l-grid_item-75per-md {
    width: 75%;
  }
  .l-grid .l-grid_item-80per-md {
    width: 80%;
  }
  .l-grid .l-grid_item-85per-md {
    width: 85%;
  }
  .l-grid .l-grid_item-90per-md {
    width: 90%;
  }
  .l-grid .l-grid_item-95per-md {
    width: 95%;
  }
  .l-grid .l-grid_item-100per-md {
    width: 100%;
  }
  .l-tile-1col-md .l-tile_item {
    width: 100%;
  }
  .l-tile-2col-md .l-tile_item {
    width: 50%;
  }
  .l-tile-3col-md .l-tile_item {
    width: 33.3333%;
  }
  .l-tile-4col-md .l-tile_item {
    width: 25%;
  }
  .l-tile-5col-md .l-tile_item {
    width: 20%;
  }
  .l-tile-6col-md .l-tile_item {
    width: 16.6667%;
  }
  .l-tile-7col-md .l-tile_item {
    width: 14.2857%;
  }
  .l-tile-8col-md .l-tile_item {
    width: 12.5%;
  }
  .l-tile-9col-md .l-tile_item {
    width: 11.1111%;
  }
  .l-tile-10col-md .l-tile_item {
    width: 10%;
  }
  .l-separator-x0-md {
    margin-top: 0;
  }
  .l-separator-x0-md-imp {
    margin-top: 0 !important;
  }
  .l-separator-x1-md {
    margin-top: 8px;
  }
  .l-separator-x1-md-imp {
    margin-top: 8px !important;
  }
  .l-separator-x2-md {
    margin-top: 16px;
  }
  .l-separator-x2-md-imp {
    margin-top: 16px !important;
  }
  .l-separator-x3-md {
    margin-top: 24px;
  }
  .l-separator-x3-md-imp {
    margin-top: 24px !important;
  }
  .l-separator-x4-md {
    margin-top: 32px;
  }
  .l-separator-x4-md-imp {
    margin-top: 32px !important;
  }
  .l-separator-x5-md {
    margin-top: 40px;
  }
  .l-separator-x5-md-imp {
    margin-top: 40px !important;
  }
  .l-separator-x6-md {
    margin-top: 48px;
  }
  .l-separator-x6-md-imp {
    margin-top: 48px !important;
  }
  .l-separator-x7-md {
    margin-top: 56px;
  }
  .l-separator-x7-md-imp {
    margin-top: 56px !important;
  }
  .l-separator-x8-md {
    margin-top: 64px;
  }
  .l-separator-x8-md-imp {
    margin-top: 64px !important;
  }
  .l-separator-x9-md {
    margin-top: 72px;
  }
  .l-separator-x9-md-imp {
    margin-top: 72px !important;
  }
  .l-separator-x10-md {
    margin-top: 80px;
  }
  .l-separator-x10-md-imp {
    margin-top: 80px !important;
  }
  .l-separator-x11-md {
    margin-top: 88px;
  }
  .l-separator-x11-md-imp {
    margin-top: 88px !important;
  }
  .l-separator-x12-md {
    margin-top: 96px;
  }
  .l-separator-x12-md-imp {
    margin-top: 96px !important;
  }
  .l-separator-x13-md {
    margin-top: 104px;
  }
  .l-separator-x13-md-imp {
    margin-top: 104px !important;
  }
  .l-separator-x14-md {
    margin-top: 112px;
  }
  .l-separator-x14-md-imp {
    margin-top: 112px !important;
  }
  .l-separator-x15-md {
    margin-top: 120px;
  }
  .l-separator-x15-md-imp {
    margin-top: 120px !important;
  }
  .l-separator-x16-md {
    margin-top: 128px;
  }
  .l-separator-x16-md-imp {
    margin-top: 128px !important;
  }
  .l-separator-x17-md {
    margin-top: 136px;
  }
  .l-separator-x17-md-imp {
    margin-top: 136px !important;
  }
  .l-separator-x18-md {
    margin-top: 144px;
  }
  .l-separator-x18-md-imp {
    margin-top: 144px !important;
  }
  .l-separator-x19-md {
    margin-top: 152px;
  }
  .l-separator-x19-md-imp {
    margin-top: 152px !important;
  }
  .l-separator-x20-md {
    margin-top: 160px;
  }
  .l-separator-x20-md-imp {
    margin-top: 160px !important;
  }
  .l-separator-x0_5-md {
    margin-top: 4px;
  }
  .l-separator-x0_5-md-imp {
    margin-top: 4px !important;
  }
  .l-separator-x1_5-md {
    margin-top: 12px;
  }
  .l-separator-x1_5-md-imp {
    margin-top: 12px !important;
  }
  .l-separator-x2_5-md {
    margin-top: 20px;
  }
  .l-separator-x2_5-md-imp {
    margin-top: 20px !important;
  }
  .l-separator-x3_5-md {
    margin-top: 28px;
  }
  .l-separator-x3_5-md-imp {
    margin-top: 28px !important;
  }
  .l-separator-x4_5-md {
    margin-top: 36px;
  }
  .l-separator-x4_5-md-imp {
    margin-top: 36px !important;
  }
  .l-separator-x5_5-md {
    margin-top: 44px;
  }
  .l-separator-x5_5-md-imp {
    margin-top: 44px !important;
  }
  .l-separator-x6_5-md {
    margin-top: 52px;
  }
  .l-separator-x6_5-md-imp {
    margin-top: 52px !important;
  }
  .l-separator-x7_5-md {
    margin-top: 60px;
  }
  .l-separator-x7_5-md-imp {
    margin-top: 60px !important;
  }
  .l-separator-x8_5-md {
    margin-top: 68px;
  }
  .l-separator-x8_5-md-imp {
    margin-top: 68px !important;
  }
  .l-separator-x9_5-md {
    margin-top: 76px;
  }
  .l-separator-x9_5-md-imp {
    margin-top: 76px !important;
  }
  .l-separator-x10_5-md {
    margin-top: 84px;
  }
  .l-separator-x10_5-md-imp {
    margin-top: 84px !important;
  }
  .l-separator-x11_5-md {
    margin-top: 92px;
  }
  .l-separator-x11_5-md-imp {
    margin-top: 92px !important;
  }
  .l-separator-x12_5-md {
    margin-top: 100px;
  }
  .l-separator-x12_5-md-imp {
    margin-top: 100px !important;
  }
  .l-separator-x13_5-md {
    margin-top: 108px;
  }
  .l-separator-x13_5-md-imp {
    margin-top: 108px !important;
  }
  .l-separator-x14_5-md {
    margin-top: 116px;
  }
  .l-separator-x14_5-md-imp {
    margin-top: 116px !important;
  }
  .l-separator-x15_5-md {
    margin-top: 124px;
  }
  .l-separator-x15_5-md-imp {
    margin-top: 124px !important;
  }
  .l-separator-x16_5-md {
    margin-top: 132px;
  }
  .l-separator-x16_5-md-imp {
    margin-top: 132px !important;
  }
  .l-separator-x17_5-md {
    margin-top: 140px;
  }
  .l-separator-x17_5-md-imp {
    margin-top: 140px !important;
  }
  .l-separator-x18_5-md {
    margin-top: 148px;
  }
  .l-separator-x18_5-md-imp {
    margin-top: 148px !important;
  }
  .l-separator-x19_5-md {
    margin-top: 156px;
  }
  .l-separator-x19_5-md-imp {
    margin-top: 156px !important;
  }
  .l-separator-x20_5-md {
    margin-top: 164px;
  }
  .l-separator-x20_5-md-imp {
    margin-top: 164px !important;
  }
  .c-list-1col-md .c-list_item {
    float: left;
    width: 100%;
  }
  .c-list-2col-md .c-list_item {
    float: left;
    width: 50%;
  }
  .c-list-3col-md .c-list_item {
    float: left;
    width: 33.3333%;
  }
  .c-list-4col-md .c-list_item {
    float: left;
    width: 25%;
  }
  .c-list-5col-md .c-list_item {
    float: left;
    width: 20%;
  }
  .c-list-6col-md .c-list_item {
    float: left;
    width: 16.6667%;
  }
  .c-list-7col-md .c-list_item {
    float: left;
    width: 14.2857%;
  }
  .c-list-8col-md .c-list_item {
    float: left;
    width: 12.5%;
  }
  .c-descriptionList-5per-md .c-descriptionList_term {
    width: 5%;
  }
  .c-descriptionList-5per-md .c-descriptionList_term + .c-descriptionList_definition {
    width: 95%;
  }
  .c-descriptionList-10per-md .c-descriptionList_term {
    width: 10%;
  }
  .c-descriptionList-10per-md .c-descriptionList_term + .c-descriptionList_definition {
    width: 90%;
  }
  .c-descriptionList-15per-md .c-descriptionList_term {
    width: 15%;
  }
  .c-descriptionList-15per-md .c-descriptionList_term + .c-descriptionList_definition {
    width: 85%;
  }
  .c-descriptionList-20per-md .c-descriptionList_term {
    width: 20%;
  }
  .c-descriptionList-20per-md .c-descriptionList_term + .c-descriptionList_definition {
    width: 80%;
  }
  .c-descriptionList-25per-md .c-descriptionList_term {
    width: 25%;
  }
  .c-descriptionList-25per-md .c-descriptionList_term + .c-descriptionList_definition {
    width: 75%;
  }
  .c-descriptionList-30per-md .c-descriptionList_term {
    width: 30%;
  }
  .c-descriptionList-30per-md .c-descriptionList_term + .c-descriptionList_definition {
    width: 70%;
  }
  .c-descriptionList-35per-md .c-descriptionList_term {
    width: 35%;
  }
  .c-descriptionList-35per-md .c-descriptionList_term + .c-descriptionList_definition {
    width: 65%;
  }
  .c-descriptionList-40per-md .c-descriptionList_term {
    width: 40%;
  }
  .c-descriptionList-40per-md .c-descriptionList_term + .c-descriptionList_definition {
    width: 60%;
  }
  .c-descriptionList-45per-md .c-descriptionList_term {
    width: 45%;
  }
  .c-descriptionList-45per-md .c-descriptionList_term + .c-descriptionList_definition {
    width: 55%;
  }
  .c-descriptionList-50per-md .c-descriptionList_term {
    width: 50%;
  }
  .c-descriptionList-50per-md .c-descriptionList_term + .c-descriptionList_definition {
    width: 50%;
  }
  .c-descriptionList-55per-md .c-descriptionList_term {
    width: 55%;
  }
  .c-descriptionList-55per-md .c-descriptionList_term + .c-descriptionList_definition {
    width: 45%;
  }
  .c-descriptionList-60per-md .c-descriptionList_term {
    width: 60%;
  }
  .c-descriptionList-60per-md .c-descriptionList_term + .c-descriptionList_definition {
    width: 40%;
  }
  .c-descriptionList-65per-md .c-descriptionList_term {
    width: 65%;
  }
  .c-descriptionList-65per-md .c-descriptionList_term + .c-descriptionList_definition {
    width: 35%;
  }
  .c-descriptionList-70per-md .c-descriptionList_term {
    width: 70%;
  }
  .c-descriptionList-70per-md .c-descriptionList_term + .c-descriptionList_definition {
    width: 30%;
  }
  .c-descriptionList-75per-md .c-descriptionList_term {
    width: 75%;
  }
  .c-descriptionList-75per-md .c-descriptionList_term + .c-descriptionList_definition {
    width: 25%;
  }
  .c-descriptionList-80per-md .c-descriptionList_term {
    width: 80%;
  }
  .c-descriptionList-80per-md .c-descriptionList_term + .c-descriptionList_definition {
    width: 20%;
  }
  .c-descriptionList-85per-md .c-descriptionList_term {
    width: 85%;
  }
  .c-descriptionList-85per-md .c-descriptionList_term + .c-descriptionList_definition {
    width: 15%;
  }
  .c-descriptionList-90per-md .c-descriptionList_term {
    width: 90%;
  }
  .c-descriptionList-90per-md .c-descriptionList_term + .c-descriptionList_definition {
    width: 10%;
  }
  .c-descriptionList-95per-md .c-descriptionList_term {
    width: 95%;
  }
  .c-descriptionList-95per-md .c-descriptionList_term + .c-descriptionList_definition {
    width: 5%;
  }
  .c-descriptionList-100per-md .c-descriptionList_term {
    width: 100%;
  }
  .c-descriptionList-100per-md .c-descriptionList_term + .c-descriptionList_definition {
    width: 0%;
  }
  .c-tab .c-tab_trigger {
    padding: 8px;
  }
  .u-ta-center-md {
    text-align: center;
  }
  .u-ta-center-md-imp {
    text-align: center !important;
  }
  .u-ta-left-md {
    text-align: left;
  }
  .u-ta-left-md-imp {
    text-align: left !important;
  }
  .u-ta-right-md {
    text-align: right;
  }
  .u-ta-right-md-imp {
    text-align: right !important;
  }
  .u-va-top-md {
    vertical-align: top;
  }
  .u-va-top-md-imp {
    vertical-align: top !important;
  }
  .u-va-middle-md {
    vertical-align: middle;
  }
  .u-va-middle-md-imp {
    vertical-align: middle !important;
  }
  .u-va-bottom-md {
    vertical-align: bottom;
  }
  .u-va-bottom-md-imp {
    vertical-align: bottom !important;
  }
  .u-fz-10-md {
    font-size: 10px;
  }
  .u-fz-10-md-imp {
    font-size: 10px !important;
  }
  .u-fz-11-md {
    font-size: 11px;
  }
  .u-fz-11-md-imp {
    font-size: 11px !important;
  }
  .u-fz-12-md {
    font-size: 12px;
  }
  .u-fz-12-md-imp {
    font-size: 12px !important;
  }
  .u-fz-13-md {
    font-size: 13px;
  }
  .u-fz-13-md-imp {
    font-size: 13px !important;
  }
  .u-fz-14-md {
    font-size: 14px;
  }
  .u-fz-14-md-imp {
    font-size: 14px !important;
  }
  .u-fz-15-md {
    font-size: 15px;
  }
  .u-fz-15-md-imp {
    font-size: 15px !important;
  }
  .u-fz-16-md {
    font-size: 16px;
  }
  .u-fz-16-md-imp {
    font-size: 16px !important;
  }
  .u-fz-17-md {
    font-size: 17px;
  }
  .u-fz-17-md-imp {
    font-size: 17px !important;
  }
  .u-fz-18-md {
    font-size: 18px;
  }
  .u-fz-18-md-imp {
    font-size: 18px !important;
  }
  .u-fz-19-md {
    font-size: 19px;
  }
  .u-fz-19-md-imp {
    font-size: 19px !important;
  }
  .u-fz-20-md {
    font-size: 20px;
  }
  .u-fz-20-md-imp {
    font-size: 20px !important;
  }
  .u-fz-21-md {
    font-size: 21px;
  }
  .u-fz-21-md-imp {
    font-size: 21px !important;
  }
  .u-fz-22-md {
    font-size: 22px;
  }
  .u-fz-22-md-imp {
    font-size: 22px !important;
  }
  .u-fz-23-md {
    font-size: 23px;
  }
  .u-fz-23-md-imp {
    font-size: 23px !important;
  }
  .u-fz-24-md {
    font-size: 24px;
  }
  .u-fz-24-md-imp {
    font-size: 24px !important;
  }
  .u-fz-25-md {
    font-size: 25px;
  }
  .u-fz-25-md-imp {
    font-size: 25px !important;
  }
  .u-fz-26-md {
    font-size: 26px;
  }
  .u-fz-26-md-imp {
    font-size: 26px !important;
  }
  .u-fz-27-md {
    font-size: 27px;
  }
  .u-fz-27-md-imp {
    font-size: 27px !important;
  }
  .u-fz-28-md {
    font-size: 28px;
  }
  .u-fz-28-md-imp {
    font-size: 28px !important;
  }
  .u-fz-29-md {
    font-size: 29px;
  }
  .u-fz-29-md-imp {
    font-size: 29px !important;
  }
  .u-fz-30-md {
    font-size: 30px;
  }
  .u-fz-30-md-imp {
    font-size: 30px !important;
  }
  .u-fz-31-md {
    font-size: 31px;
  }
  .u-fz-31-md-imp {
    font-size: 31px !important;
  }
  .u-fz-32-md {
    font-size: 32px;
  }
  .u-fz-32-md-imp {
    font-size: 32px !important;
  }
  .u-fz-33-md {
    font-size: 33px;
  }
  .u-fz-33-md-imp {
    font-size: 33px !important;
  }
  .u-fz-34-md {
    font-size: 34px;
  }
  .u-fz-34-md-imp {
    font-size: 34px !important;
  }
  .u-fz-35-md {
    font-size: 35px;
  }
  .u-fz-35-md-imp {
    font-size: 35px !important;
  }
  .u-fz-36-md {
    font-size: 36px;
  }
  .u-fz-36-md-imp {
    font-size: 36px !important;
  }
  .u-fz-37-md {
    font-size: 37px;
  }
  .u-fz-37-md-imp {
    font-size: 37px !important;
  }
  .u-fz-38-md {
    font-size: 38px;
  }
  .u-fz-38-md-imp {
    font-size: 38px !important;
  }
  .u-fz-39-md {
    font-size: 39px;
  }
  .u-fz-39-md-imp {
    font-size: 39px !important;
  }
  .u-fz-40-md {
    font-size: 40px;
  }
  .u-fz-40-md-imp {
    font-size: 40px !important;
  }
  .u-fz-41-md {
    font-size: 41px;
  }
  .u-fz-41-md-imp {
    font-size: 41px !important;
  }
  .u-fz-42-md {
    font-size: 42px;
  }
  .u-fz-42-md-imp {
    font-size: 42px !important;
  }
  .u-fz-43-md {
    font-size: 43px;
  }
  .u-fz-43-md-imp {
    font-size: 43px !important;
  }
  .u-fz-44-md {
    font-size: 44px;
  }
  .u-fz-44-md-imp {
    font-size: 44px !important;
  }
  .u-fz-45-md {
    font-size: 45px;
  }
  .u-fz-45-md-imp {
    font-size: 45px !important;
  }
  .u-fz-46-md {
    font-size: 46px;
  }
  .u-fz-46-md-imp {
    font-size: 46px !important;
  }
  .u-fz-47-md {
    font-size: 47px;
  }
  .u-fz-47-md-imp {
    font-size: 47px !important;
  }
  .u-fz-48-md {
    font-size: 48px;
  }
  .u-fz-48-md-imp {
    font-size: 48px !important;
  }
  .u-fz-49-md {
    font-size: 49px;
  }
  .u-fz-49-md-imp {
    font-size: 49px !important;
  }
  .u-fz-50-md {
    font-size: 50px;
  }
  .u-fz-50-md-imp {
    font-size: 50px !important;
  }
  .u-fz-51-md {
    font-size: 51px;
  }
  .u-fz-51-md-imp {
    font-size: 51px !important;
  }
  .u-fz-52-md {
    font-size: 52px;
  }
  .u-fz-52-md-imp {
    font-size: 52px !important;
  }
  .u-fz-53-md {
    font-size: 53px;
  }
  .u-fz-53-md-imp {
    font-size: 53px !important;
  }
  .u-fz-54-md {
    font-size: 54px;
  }
  .u-fz-54-md-imp {
    font-size: 54px !important;
  }
  .u-fz-55-md {
    font-size: 55px;
  }
  .u-fz-55-md-imp {
    font-size: 55px !important;
  }
  .u-fz-56-md {
    font-size: 56px;
  }
  .u-fz-56-md-imp {
    font-size: 56px !important;
  }
  .u-fz-57-md {
    font-size: 57px;
  }
  .u-fz-57-md-imp {
    font-size: 57px !important;
  }
  .u-fz-58-md {
    font-size: 58px;
  }
  .u-fz-58-md-imp {
    font-size: 58px !important;
  }
  .u-fz-59-md {
    font-size: 59px;
  }
  .u-fz-59-md-imp {
    font-size: 59px !important;
  }
  .u-fz-60-md {
    font-size: 60px;
  }
  .u-fz-60-md-imp {
    font-size: 60px !important;
  }
  .u-fz-61-md {
    font-size: 61px;
  }
  .u-fz-61-md-imp {
    font-size: 61px !important;
  }
  .u-fz-62-md {
    font-size: 62px;
  }
  .u-fz-62-md-imp {
    font-size: 62px !important;
  }
  .u-fz-63-md {
    font-size: 63px;
  }
  .u-fz-63-md-imp {
    font-size: 63px !important;
  }
  .u-fz-64-md {
    font-size: 64px;
  }
  .u-fz-64-md-imp {
    font-size: 64px !important;
  }
  .u-fz-65-md {
    font-size: 65px;
  }
  .u-fz-65-md-imp {
    font-size: 65px !important;
  }
  .u-fz-66-md {
    font-size: 66px;
  }
  .u-fz-66-md-imp {
    font-size: 66px !important;
  }
  .u-fz-67-md {
    font-size: 67px;
  }
  .u-fz-67-md-imp {
    font-size: 67px !important;
  }
  .u-fz-68-md {
    font-size: 68px;
  }
  .u-fz-68-md-imp {
    font-size: 68px !important;
  }
  .u-fz-69-md {
    font-size: 69px;
  }
  .u-fz-69-md-imp {
    font-size: 69px !important;
  }
  .u-fz-70-md {
    font-size: 70px;
  }
  .u-fz-70-md-imp {
    font-size: 70px !important;
  }
  .u-fz-71-md {
    font-size: 71px;
  }
  .u-fz-71-md-imp {
    font-size: 71px !important;
  }
  .u-fz-72-md {
    font-size: 72px;
  }
  .u-fz-72-md-imp {
    font-size: 72px !important;
  }
  .u-fz-73-md {
    font-size: 73px;
  }
  .u-fz-73-md-imp {
    font-size: 73px !important;
  }
  .u-fz-74-md {
    font-size: 74px;
  }
  .u-fz-74-md-imp {
    font-size: 74px !important;
  }
  .u-fz-75-md {
    font-size: 75px;
  }
  .u-fz-75-md-imp {
    font-size: 75px !important;
  }
  .u-fz-76-md {
    font-size: 76px;
  }
  .u-fz-76-md-imp {
    font-size: 76px !important;
  }
  .u-fz-77-md {
    font-size: 77px;
  }
  .u-fz-77-md-imp {
    font-size: 77px !important;
  }
  .u-fz-78-md {
    font-size: 78px;
  }
  .u-fz-78-md-imp {
    font-size: 78px !important;
  }
  .u-fz-79-md {
    font-size: 79px;
  }
  .u-fz-79-md-imp {
    font-size: 79px !important;
  }
  .u-fz-80-md {
    font-size: 80px;
  }
  .u-fz-80-md-imp {
    font-size: 80px !important;
  }
  .u-fz-81-md {
    font-size: 81px;
  }
  .u-fz-81-md-imp {
    font-size: 81px !important;
  }
  .u-fz-82-md {
    font-size: 82px;
  }
  .u-fz-82-md-imp {
    font-size: 82px !important;
  }
  .u-fz-83-md {
    font-size: 83px;
  }
  .u-fz-83-md-imp {
    font-size: 83px !important;
  }
  .u-fz-84-md {
    font-size: 84px;
  }
  .u-fz-84-md-imp {
    font-size: 84px !important;
  }
  .u-fz-85-md {
    font-size: 85px;
  }
  .u-fz-85-md-imp {
    font-size: 85px !important;
  }
  .u-fz-86-md {
    font-size: 86px;
  }
  .u-fz-86-md-imp {
    font-size: 86px !important;
  }
  .u-fz-87-md {
    font-size: 87px;
  }
  .u-fz-87-md-imp {
    font-size: 87px !important;
  }
  .u-fz-88-md {
    font-size: 88px;
  }
  .u-fz-88-md-imp {
    font-size: 88px !important;
  }
  .u-fz-89-md {
    font-size: 89px;
  }
  .u-fz-89-md-imp {
    font-size: 89px !important;
  }
  .u-fz-90-md {
    font-size: 90px;
  }
  .u-fz-90-md-imp {
    font-size: 90px !important;
  }
  .u-fz-91-md {
    font-size: 91px;
  }
  .u-fz-91-md-imp {
    font-size: 91px !important;
  }
  .u-fz-92-md {
    font-size: 92px;
  }
  .u-fz-92-md-imp {
    font-size: 92px !important;
  }
  .u-fz-93-md {
    font-size: 93px;
  }
  .u-fz-93-md-imp {
    font-size: 93px !important;
  }
  .u-fz-94-md {
    font-size: 94px;
  }
  .u-fz-94-md-imp {
    font-size: 94px !important;
  }
  .u-fz-95-md {
    font-size: 95px;
  }
  .u-fz-95-md-imp {
    font-size: 95px !important;
  }
  .u-fz-96-md {
    font-size: 96px;
  }
  .u-fz-96-md-imp {
    font-size: 96px !important;
  }
  .u-fz-97-md {
    font-size: 97px;
  }
  .u-fz-97-md-imp {
    font-size: 97px !important;
  }
  .u-fz-98-md {
    font-size: 98px;
  }
  .u-fz-98-md-imp {
    font-size: 98px !important;
  }
  .u-fz-99-md {
    font-size: 99px;
  }
  .u-fz-99-md-imp {
    font-size: 99px !important;
  }
  .u-fz-100-md {
    font-size: 100px;
  }
  .u-fz-100-md-imp {
    font-size: 100px !important;
  }
  .u-icon_size-10-md:after,
.u-icon_size-10-md:before {
    width: 10px;
  }
  .u-icon_size-10-md:after-imp,
.u-icon_size-10-md:before-imp {
    width: 10px !important;
  }
  .u-icon_size-10-md:after,
.u-icon_size-10-md:before {
    height: 10px;
  }
  .u-icon_size-10-md:after-imp,
.u-icon_size-10-md:before-imp {
    height: 10px !important;
  }
  .u-icon_size-10-md:after,
.u-icon_size-10-md:before {
    background-size: 10px 10px;
  }
  .u-icon_size-10-md:after-imp,
.u-icon_size-10-md:before-imp {
    background-size: 10px 10px !important;
  }
  .u-icon_size-11-md:after,
.u-icon_size-11-md:before {
    width: 11px;
  }
  .u-icon_size-11-md:after-imp,
.u-icon_size-11-md:before-imp {
    width: 11px !important;
  }
  .u-icon_size-11-md:after,
.u-icon_size-11-md:before {
    height: 11px;
  }
  .u-icon_size-11-md:after-imp,
.u-icon_size-11-md:before-imp {
    height: 11px !important;
  }
  .u-icon_size-11-md:after,
.u-icon_size-11-md:before {
    background-size: 11px 11px;
  }
  .u-icon_size-11-md:after-imp,
.u-icon_size-11-md:before-imp {
    background-size: 11px 11px !important;
  }
  .u-icon_size-12-md:after,
.u-icon_size-12-md:before {
    width: 12px;
  }
  .u-icon_size-12-md:after-imp,
.u-icon_size-12-md:before-imp {
    width: 12px !important;
  }
  .u-icon_size-12-md:after,
.u-icon_size-12-md:before {
    height: 12px;
  }
  .u-icon_size-12-md:after-imp,
.u-icon_size-12-md:before-imp {
    height: 12px !important;
  }
  .u-icon_size-12-md:after,
.u-icon_size-12-md:before {
    background-size: 12px 12px;
  }
  .u-icon_size-12-md:after-imp,
.u-icon_size-12-md:before-imp {
    background-size: 12px 12px !important;
  }
  .u-icon_size-13-md:after,
.u-icon_size-13-md:before {
    width: 13px;
  }
  .u-icon_size-13-md:after-imp,
.u-icon_size-13-md:before-imp {
    width: 13px !important;
  }
  .u-icon_size-13-md:after,
.u-icon_size-13-md:before {
    height: 13px;
  }
  .u-icon_size-13-md:after-imp,
.u-icon_size-13-md:before-imp {
    height: 13px !important;
  }
  .u-icon_size-13-md:after,
.u-icon_size-13-md:before {
    background-size: 13px 13px;
  }
  .u-icon_size-13-md:after-imp,
.u-icon_size-13-md:before-imp {
    background-size: 13px 13px !important;
  }
  .u-icon_size-14-md:after,
.u-icon_size-14-md:before {
    width: 14px;
  }
  .u-icon_size-14-md:after-imp,
.u-icon_size-14-md:before-imp {
    width: 14px !important;
  }
  .u-icon_size-14-md:after,
.u-icon_size-14-md:before {
    height: 14px;
  }
  .u-icon_size-14-md:after-imp,
.u-icon_size-14-md:before-imp {
    height: 14px !important;
  }
  .u-icon_size-14-md:after,
.u-icon_size-14-md:before {
    background-size: 14px 14px;
  }
  .u-icon_size-14-md:after-imp,
.u-icon_size-14-md:before-imp {
    background-size: 14px 14px !important;
  }
  .u-icon_size-15-md:after,
.u-icon_size-15-md:before {
    width: 15px;
  }
  .u-icon_size-15-md:after-imp,
.u-icon_size-15-md:before-imp {
    width: 15px !important;
  }
  .u-icon_size-15-md:after,
.u-icon_size-15-md:before {
    height: 15px;
  }
  .u-icon_size-15-md:after-imp,
.u-icon_size-15-md:before-imp {
    height: 15px !important;
  }
  .u-icon_size-15-md:after,
.u-icon_size-15-md:before {
    background-size: 15px 15px;
  }
  .u-icon_size-15-md:after-imp,
.u-icon_size-15-md:before-imp {
    background-size: 15px 15px !important;
  }
  .u-icon_size-16-md:after,
.u-icon_size-16-md:before {
    width: 16px;
  }
  .u-icon_size-16-md:after-imp,
.u-icon_size-16-md:before-imp {
    width: 16px !important;
  }
  .u-icon_size-16-md:after,
.u-icon_size-16-md:before {
    height: 16px;
  }
  .u-icon_size-16-md:after-imp,
.u-icon_size-16-md:before-imp {
    height: 16px !important;
  }
  .u-icon_size-16-md:after,
.u-icon_size-16-md:before {
    background-size: 16px 16px;
  }
  .u-icon_size-16-md:after-imp,
.u-icon_size-16-md:before-imp {
    background-size: 16px 16px !important;
  }
  .u-icon_size-17-md:after,
.u-icon_size-17-md:before {
    width: 17px;
  }
  .u-icon_size-17-md:after-imp,
.u-icon_size-17-md:before-imp {
    width: 17px !important;
  }
  .u-icon_size-17-md:after,
.u-icon_size-17-md:before {
    height: 17px;
  }
  .u-icon_size-17-md:after-imp,
.u-icon_size-17-md:before-imp {
    height: 17px !important;
  }
  .u-icon_size-17-md:after,
.u-icon_size-17-md:before {
    background-size: 17px 17px;
  }
  .u-icon_size-17-md:after-imp,
.u-icon_size-17-md:before-imp {
    background-size: 17px 17px !important;
  }
  .u-icon_size-18-md:after,
.u-icon_size-18-md:before {
    width: 18px;
  }
  .u-icon_size-18-md:after-imp,
.u-icon_size-18-md:before-imp {
    width: 18px !important;
  }
  .u-icon_size-18-md:after,
.u-icon_size-18-md:before {
    height: 18px;
  }
  .u-icon_size-18-md:after-imp,
.u-icon_size-18-md:before-imp {
    height: 18px !important;
  }
  .u-icon_size-18-md:after,
.u-icon_size-18-md:before {
    background-size: 18px 18px;
  }
  .u-icon_size-18-md:after-imp,
.u-icon_size-18-md:before-imp {
    background-size: 18px 18px !important;
  }
  .u-icon_size-19-md:after,
.u-icon_size-19-md:before {
    width: 19px;
  }
  .u-icon_size-19-md:after-imp,
.u-icon_size-19-md:before-imp {
    width: 19px !important;
  }
  .u-icon_size-19-md:after,
.u-icon_size-19-md:before {
    height: 19px;
  }
  .u-icon_size-19-md:after-imp,
.u-icon_size-19-md:before-imp {
    height: 19px !important;
  }
  .u-icon_size-19-md:after,
.u-icon_size-19-md:before {
    background-size: 19px 19px;
  }
  .u-icon_size-19-md:after-imp,
.u-icon_size-19-md:before-imp {
    background-size: 19px 19px !important;
  }
  .u-icon_size-20-md:after,
.u-icon_size-20-md:before {
    width: 20px;
  }
  .u-icon_size-20-md:after-imp,
.u-icon_size-20-md:before-imp {
    width: 20px !important;
  }
  .u-icon_size-20-md:after,
.u-icon_size-20-md:before {
    height: 20px;
  }
  .u-icon_size-20-md:after-imp,
.u-icon_size-20-md:before-imp {
    height: 20px !important;
  }
  .u-icon_size-20-md:after,
.u-icon_size-20-md:before {
    background-size: 20px 20px;
  }
  .u-icon_size-20-md:after-imp,
.u-icon_size-20-md:before-imp {
    background-size: 20px 20px !important;
  }
  .u-icon_size-21-md:after,
.u-icon_size-21-md:before {
    width: 21px;
  }
  .u-icon_size-21-md:after-imp,
.u-icon_size-21-md:before-imp {
    width: 21px !important;
  }
  .u-icon_size-21-md:after,
.u-icon_size-21-md:before {
    height: 21px;
  }
  .u-icon_size-21-md:after-imp,
.u-icon_size-21-md:before-imp {
    height: 21px !important;
  }
  .u-icon_size-21-md:after,
.u-icon_size-21-md:before {
    background-size: 21px 21px;
  }
  .u-icon_size-21-md:after-imp,
.u-icon_size-21-md:before-imp {
    background-size: 21px 21px !important;
  }
  .u-icon_size-22-md:after,
.u-icon_size-22-md:before {
    width: 22px;
  }
  .u-icon_size-22-md:after-imp,
.u-icon_size-22-md:before-imp {
    width: 22px !important;
  }
  .u-icon_size-22-md:after,
.u-icon_size-22-md:before {
    height: 22px;
  }
  .u-icon_size-22-md:after-imp,
.u-icon_size-22-md:before-imp {
    height: 22px !important;
  }
  .u-icon_size-22-md:after,
.u-icon_size-22-md:before {
    background-size: 22px 22px;
  }
  .u-icon_size-22-md:after-imp,
.u-icon_size-22-md:before-imp {
    background-size: 22px 22px !important;
  }
  .u-icon_size-23-md:after,
.u-icon_size-23-md:before {
    width: 23px;
  }
  .u-icon_size-23-md:after-imp,
.u-icon_size-23-md:before-imp {
    width: 23px !important;
  }
  .u-icon_size-23-md:after,
.u-icon_size-23-md:before {
    height: 23px;
  }
  .u-icon_size-23-md:after-imp,
.u-icon_size-23-md:before-imp {
    height: 23px !important;
  }
  .u-icon_size-23-md:after,
.u-icon_size-23-md:before {
    background-size: 23px 23px;
  }
  .u-icon_size-23-md:after-imp,
.u-icon_size-23-md:before-imp {
    background-size: 23px 23px !important;
  }
  .u-icon_size-24-md:after,
.u-icon_size-24-md:before {
    width: 24px;
  }
  .u-icon_size-24-md:after-imp,
.u-icon_size-24-md:before-imp {
    width: 24px !important;
  }
  .u-icon_size-24-md:after,
.u-icon_size-24-md:before {
    height: 24px;
  }
  .u-icon_size-24-md:after-imp,
.u-icon_size-24-md:before-imp {
    height: 24px !important;
  }
  .u-icon_size-24-md:after,
.u-icon_size-24-md:before {
    background-size: 24px 24px;
  }
  .u-icon_size-24-md:after-imp,
.u-icon_size-24-md:before-imp {
    background-size: 24px 24px !important;
  }
  .u-icon_size-25-md:after,
.u-icon_size-25-md:before {
    width: 25px;
  }
  .u-icon_size-25-md:after-imp,
.u-icon_size-25-md:before-imp {
    width: 25px !important;
  }
  .u-icon_size-25-md:after,
.u-icon_size-25-md:before {
    height: 25px;
  }
  .u-icon_size-25-md:after-imp,
.u-icon_size-25-md:before-imp {
    height: 25px !important;
  }
  .u-icon_size-25-md:after,
.u-icon_size-25-md:before {
    background-size: 25px 25px;
  }
  .u-icon_size-25-md:after-imp,
.u-icon_size-25-md:before-imp {
    background-size: 25px 25px !important;
  }
  .u-icon_size-26-md:after,
.u-icon_size-26-md:before {
    width: 26px;
  }
  .u-icon_size-26-md:after-imp,
.u-icon_size-26-md:before-imp {
    width: 26px !important;
  }
  .u-icon_size-26-md:after,
.u-icon_size-26-md:before {
    height: 26px;
  }
  .u-icon_size-26-md:after-imp,
.u-icon_size-26-md:before-imp {
    height: 26px !important;
  }
  .u-icon_size-26-md:after,
.u-icon_size-26-md:before {
    background-size: 26px 26px;
  }
  .u-icon_size-26-md:after-imp,
.u-icon_size-26-md:before-imp {
    background-size: 26px 26px !important;
  }
  .u-icon_size-27-md:after,
.u-icon_size-27-md:before {
    width: 27px;
  }
  .u-icon_size-27-md:after-imp,
.u-icon_size-27-md:before-imp {
    width: 27px !important;
  }
  .u-icon_size-27-md:after,
.u-icon_size-27-md:before {
    height: 27px;
  }
  .u-icon_size-27-md:after-imp,
.u-icon_size-27-md:before-imp {
    height: 27px !important;
  }
  .u-icon_size-27-md:after,
.u-icon_size-27-md:before {
    background-size: 27px 27px;
  }
  .u-icon_size-27-md:after-imp,
.u-icon_size-27-md:before-imp {
    background-size: 27px 27px !important;
  }
  .u-icon_size-28-md:after,
.u-icon_size-28-md:before {
    width: 28px;
  }
  .u-icon_size-28-md:after-imp,
.u-icon_size-28-md:before-imp {
    width: 28px !important;
  }
  .u-icon_size-28-md:after,
.u-icon_size-28-md:before {
    height: 28px;
  }
  .u-icon_size-28-md:after-imp,
.u-icon_size-28-md:before-imp {
    height: 28px !important;
  }
  .u-icon_size-28-md:after,
.u-icon_size-28-md:before {
    background-size: 28px 28px;
  }
  .u-icon_size-28-md:after-imp,
.u-icon_size-28-md:before-imp {
    background-size: 28px 28px !important;
  }
  .u-icon_size-29-md:after,
.u-icon_size-29-md:before {
    width: 29px;
  }
  .u-icon_size-29-md:after-imp,
.u-icon_size-29-md:before-imp {
    width: 29px !important;
  }
  .u-icon_size-29-md:after,
.u-icon_size-29-md:before {
    height: 29px;
  }
  .u-icon_size-29-md:after-imp,
.u-icon_size-29-md:before-imp {
    height: 29px !important;
  }
  .u-icon_size-29-md:after,
.u-icon_size-29-md:before {
    background-size: 29px 29px;
  }
  .u-icon_size-29-md:after-imp,
.u-icon_size-29-md:before-imp {
    background-size: 29px 29px !important;
  }
  .u-icon_size-30-md:after,
.u-icon_size-30-md:before {
    width: 30px;
  }
  .u-icon_size-30-md:after-imp,
.u-icon_size-30-md:before-imp {
    width: 30px !important;
  }
  .u-icon_size-30-md:after,
.u-icon_size-30-md:before {
    height: 30px;
  }
  .u-icon_size-30-md:after-imp,
.u-icon_size-30-md:before-imp {
    height: 30px !important;
  }
  .u-icon_size-30-md:after,
.u-icon_size-30-md:before {
    background-size: 30px 30px;
  }
  .u-icon_size-30-md:after-imp,
.u-icon_size-30-md:before-imp {
    background-size: 30px 30px !important;
  }
  .u-icon_size-31-md:after,
.u-icon_size-31-md:before {
    width: 31px;
  }
  .u-icon_size-31-md:after-imp,
.u-icon_size-31-md:before-imp {
    width: 31px !important;
  }
  .u-icon_size-31-md:after,
.u-icon_size-31-md:before {
    height: 31px;
  }
  .u-icon_size-31-md:after-imp,
.u-icon_size-31-md:before-imp {
    height: 31px !important;
  }
  .u-icon_size-31-md:after,
.u-icon_size-31-md:before {
    background-size: 31px 31px;
  }
  .u-icon_size-31-md:after-imp,
.u-icon_size-31-md:before-imp {
    background-size: 31px 31px !important;
  }
  .u-icon_size-32-md:after,
.u-icon_size-32-md:before {
    width: 32px;
  }
  .u-icon_size-32-md:after-imp,
.u-icon_size-32-md:before-imp {
    width: 32px !important;
  }
  .u-icon_size-32-md:after,
.u-icon_size-32-md:before {
    height: 32px;
  }
  .u-icon_size-32-md:after-imp,
.u-icon_size-32-md:before-imp {
    height: 32px !important;
  }
  .u-icon_size-32-md:after,
.u-icon_size-32-md:before {
    background-size: 32px 32px;
  }
  .u-icon_size-32-md:after-imp,
.u-icon_size-32-md:before-imp {
    background-size: 32px 32px !important;
  }
  .u-icon_size-33-md:after,
.u-icon_size-33-md:before {
    width: 33px;
  }
  .u-icon_size-33-md:after-imp,
.u-icon_size-33-md:before-imp {
    width: 33px !important;
  }
  .u-icon_size-33-md:after,
.u-icon_size-33-md:before {
    height: 33px;
  }
  .u-icon_size-33-md:after-imp,
.u-icon_size-33-md:before-imp {
    height: 33px !important;
  }
  .u-icon_size-33-md:after,
.u-icon_size-33-md:before {
    background-size: 33px 33px;
  }
  .u-icon_size-33-md:after-imp,
.u-icon_size-33-md:before-imp {
    background-size: 33px 33px !important;
  }
  .u-icon_size-34-md:after,
.u-icon_size-34-md:before {
    width: 34px;
  }
  .u-icon_size-34-md:after-imp,
.u-icon_size-34-md:before-imp {
    width: 34px !important;
  }
  .u-icon_size-34-md:after,
.u-icon_size-34-md:before {
    height: 34px;
  }
  .u-icon_size-34-md:after-imp,
.u-icon_size-34-md:before-imp {
    height: 34px !important;
  }
  .u-icon_size-34-md:after,
.u-icon_size-34-md:before {
    background-size: 34px 34px;
  }
  .u-icon_size-34-md:after-imp,
.u-icon_size-34-md:before-imp {
    background-size: 34px 34px !important;
  }
  .u-icon_size-35-md:after,
.u-icon_size-35-md:before {
    width: 35px;
  }
  .u-icon_size-35-md:after-imp,
.u-icon_size-35-md:before-imp {
    width: 35px !important;
  }
  .u-icon_size-35-md:after,
.u-icon_size-35-md:before {
    height: 35px;
  }
  .u-icon_size-35-md:after-imp,
.u-icon_size-35-md:before-imp {
    height: 35px !important;
  }
  .u-icon_size-35-md:after,
.u-icon_size-35-md:before {
    background-size: 35px 35px;
  }
  .u-icon_size-35-md:after-imp,
.u-icon_size-35-md:before-imp {
    background-size: 35px 35px !important;
  }
  .u-icon_size-36-md:after,
.u-icon_size-36-md:before {
    width: 36px;
  }
  .u-icon_size-36-md:after-imp,
.u-icon_size-36-md:before-imp {
    width: 36px !important;
  }
  .u-icon_size-36-md:after,
.u-icon_size-36-md:before {
    height: 36px;
  }
  .u-icon_size-36-md:after-imp,
.u-icon_size-36-md:before-imp {
    height: 36px !important;
  }
  .u-icon_size-36-md:after,
.u-icon_size-36-md:before {
    background-size: 36px 36px;
  }
  .u-icon_size-36-md:after-imp,
.u-icon_size-36-md:before-imp {
    background-size: 36px 36px !important;
  }
  .u-icon_size-37-md:after,
.u-icon_size-37-md:before {
    width: 37px;
  }
  .u-icon_size-37-md:after-imp,
.u-icon_size-37-md:before-imp {
    width: 37px !important;
  }
  .u-icon_size-37-md:after,
.u-icon_size-37-md:before {
    height: 37px;
  }
  .u-icon_size-37-md:after-imp,
.u-icon_size-37-md:before-imp {
    height: 37px !important;
  }
  .u-icon_size-37-md:after,
.u-icon_size-37-md:before {
    background-size: 37px 37px;
  }
  .u-icon_size-37-md:after-imp,
.u-icon_size-37-md:before-imp {
    background-size: 37px 37px !important;
  }
  .u-icon_size-38-md:after,
.u-icon_size-38-md:before {
    width: 38px;
  }
  .u-icon_size-38-md:after-imp,
.u-icon_size-38-md:before-imp {
    width: 38px !important;
  }
  .u-icon_size-38-md:after,
.u-icon_size-38-md:before {
    height: 38px;
  }
  .u-icon_size-38-md:after-imp,
.u-icon_size-38-md:before-imp {
    height: 38px !important;
  }
  .u-icon_size-38-md:after,
.u-icon_size-38-md:before {
    background-size: 38px 38px;
  }
  .u-icon_size-38-md:after-imp,
.u-icon_size-38-md:before-imp {
    background-size: 38px 38px !important;
  }
  .u-icon_size-39-md:after,
.u-icon_size-39-md:before {
    width: 39px;
  }
  .u-icon_size-39-md:after-imp,
.u-icon_size-39-md:before-imp {
    width: 39px !important;
  }
  .u-icon_size-39-md:after,
.u-icon_size-39-md:before {
    height: 39px;
  }
  .u-icon_size-39-md:after-imp,
.u-icon_size-39-md:before-imp {
    height: 39px !important;
  }
  .u-icon_size-39-md:after,
.u-icon_size-39-md:before {
    background-size: 39px 39px;
  }
  .u-icon_size-39-md:after-imp,
.u-icon_size-39-md:before-imp {
    background-size: 39px 39px !important;
  }
  .u-icon_size-40-md:after,
.u-icon_size-40-md:before {
    width: 40px;
  }
  .u-icon_size-40-md:after-imp,
.u-icon_size-40-md:before-imp {
    width: 40px !important;
  }
  .u-icon_size-40-md:after,
.u-icon_size-40-md:before {
    height: 40px;
  }
  .u-icon_size-40-md:after-imp,
.u-icon_size-40-md:before-imp {
    height: 40px !important;
  }
  .u-icon_size-40-md:after,
.u-icon_size-40-md:before {
    background-size: 40px 40px;
  }
  .u-icon_size-40-md:after-imp,
.u-icon_size-40-md:before-imp {
    background-size: 40px 40px !important;
  }
  .u-icon_size-41-md:after,
.u-icon_size-41-md:before {
    width: 41px;
  }
  .u-icon_size-41-md:after-imp,
.u-icon_size-41-md:before-imp {
    width: 41px !important;
  }
  .u-icon_size-41-md:after,
.u-icon_size-41-md:before {
    height: 41px;
  }
  .u-icon_size-41-md:after-imp,
.u-icon_size-41-md:before-imp {
    height: 41px !important;
  }
  .u-icon_size-41-md:after,
.u-icon_size-41-md:before {
    background-size: 41px 41px;
  }
  .u-icon_size-41-md:after-imp,
.u-icon_size-41-md:before-imp {
    background-size: 41px 41px !important;
  }
  .u-icon_size-42-md:after,
.u-icon_size-42-md:before {
    width: 42px;
  }
  .u-icon_size-42-md:after-imp,
.u-icon_size-42-md:before-imp {
    width: 42px !important;
  }
  .u-icon_size-42-md:after,
.u-icon_size-42-md:before {
    height: 42px;
  }
  .u-icon_size-42-md:after-imp,
.u-icon_size-42-md:before-imp {
    height: 42px !important;
  }
  .u-icon_size-42-md:after,
.u-icon_size-42-md:before {
    background-size: 42px 42px;
  }
  .u-icon_size-42-md:after-imp,
.u-icon_size-42-md:before-imp {
    background-size: 42px 42px !important;
  }
  .u-icon_size-43-md:after,
.u-icon_size-43-md:before {
    width: 43px;
  }
  .u-icon_size-43-md:after-imp,
.u-icon_size-43-md:before-imp {
    width: 43px !important;
  }
  .u-icon_size-43-md:after,
.u-icon_size-43-md:before {
    height: 43px;
  }
  .u-icon_size-43-md:after-imp,
.u-icon_size-43-md:before-imp {
    height: 43px !important;
  }
  .u-icon_size-43-md:after,
.u-icon_size-43-md:before {
    background-size: 43px 43px;
  }
  .u-icon_size-43-md:after-imp,
.u-icon_size-43-md:before-imp {
    background-size: 43px 43px !important;
  }
  .u-icon_size-44-md:after,
.u-icon_size-44-md:before {
    width: 44px;
  }
  .u-icon_size-44-md:after-imp,
.u-icon_size-44-md:before-imp {
    width: 44px !important;
  }
  .u-icon_size-44-md:after,
.u-icon_size-44-md:before {
    height: 44px;
  }
  .u-icon_size-44-md:after-imp,
.u-icon_size-44-md:before-imp {
    height: 44px !important;
  }
  .u-icon_size-44-md:after,
.u-icon_size-44-md:before {
    background-size: 44px 44px;
  }
  .u-icon_size-44-md:after-imp,
.u-icon_size-44-md:before-imp {
    background-size: 44px 44px !important;
  }
  .u-icon_size-45-md:after,
.u-icon_size-45-md:before {
    width: 45px;
  }
  .u-icon_size-45-md:after-imp,
.u-icon_size-45-md:before-imp {
    width: 45px !important;
  }
  .u-icon_size-45-md:after,
.u-icon_size-45-md:before {
    height: 45px;
  }
  .u-icon_size-45-md:after-imp,
.u-icon_size-45-md:before-imp {
    height: 45px !important;
  }
  .u-icon_size-45-md:after,
.u-icon_size-45-md:before {
    background-size: 45px 45px;
  }
  .u-icon_size-45-md:after-imp,
.u-icon_size-45-md:before-imp {
    background-size: 45px 45px !important;
  }
  .u-icon_size-46-md:after,
.u-icon_size-46-md:before {
    width: 46px;
  }
  .u-icon_size-46-md:after-imp,
.u-icon_size-46-md:before-imp {
    width: 46px !important;
  }
  .u-icon_size-46-md:after,
.u-icon_size-46-md:before {
    height: 46px;
  }
  .u-icon_size-46-md:after-imp,
.u-icon_size-46-md:before-imp {
    height: 46px !important;
  }
  .u-icon_size-46-md:after,
.u-icon_size-46-md:before {
    background-size: 46px 46px;
  }
  .u-icon_size-46-md:after-imp,
.u-icon_size-46-md:before-imp {
    background-size: 46px 46px !important;
  }
  .u-icon_size-47-md:after,
.u-icon_size-47-md:before {
    width: 47px;
  }
  .u-icon_size-47-md:after-imp,
.u-icon_size-47-md:before-imp {
    width: 47px !important;
  }
  .u-icon_size-47-md:after,
.u-icon_size-47-md:before {
    height: 47px;
  }
  .u-icon_size-47-md:after-imp,
.u-icon_size-47-md:before-imp {
    height: 47px !important;
  }
  .u-icon_size-47-md:after,
.u-icon_size-47-md:before {
    background-size: 47px 47px;
  }
  .u-icon_size-47-md:after-imp,
.u-icon_size-47-md:before-imp {
    background-size: 47px 47px !important;
  }
  .u-icon_size-48-md:after,
.u-icon_size-48-md:before {
    width: 48px;
  }
  .u-icon_size-48-md:after-imp,
.u-icon_size-48-md:before-imp {
    width: 48px !important;
  }
  .u-icon_size-48-md:after,
.u-icon_size-48-md:before {
    height: 48px;
  }
  .u-icon_size-48-md:after-imp,
.u-icon_size-48-md:before-imp {
    height: 48px !important;
  }
  .u-icon_size-48-md:after,
.u-icon_size-48-md:before {
    background-size: 48px 48px;
  }
  .u-icon_size-48-md:after-imp,
.u-icon_size-48-md:before-imp {
    background-size: 48px 48px !important;
  }
  .u-icon_size-49-md:after,
.u-icon_size-49-md:before {
    width: 49px;
  }
  .u-icon_size-49-md:after-imp,
.u-icon_size-49-md:before-imp {
    width: 49px !important;
  }
  .u-icon_size-49-md:after,
.u-icon_size-49-md:before {
    height: 49px;
  }
  .u-icon_size-49-md:after-imp,
.u-icon_size-49-md:before-imp {
    height: 49px !important;
  }
  .u-icon_size-49-md:after,
.u-icon_size-49-md:before {
    background-size: 49px 49px;
  }
  .u-icon_size-49-md:after-imp,
.u-icon_size-49-md:before-imp {
    background-size: 49px 49px !important;
  }
  .u-icon_size-50-md:after,
.u-icon_size-50-md:before {
    width: 50px;
  }
  .u-icon_size-50-md:after-imp,
.u-icon_size-50-md:before-imp {
    width: 50px !important;
  }
  .u-icon_size-50-md:after,
.u-icon_size-50-md:before {
    height: 50px;
  }
  .u-icon_size-50-md:after-imp,
.u-icon_size-50-md:before-imp {
    height: 50px !important;
  }
  .u-icon_size-50-md:after,
.u-icon_size-50-md:before {
    background-size: 50px 50px;
  }
  .u-icon_size-50-md:after-imp,
.u-icon_size-50-md:before-imp {
    background-size: 50px 50px !important;
  }
  .u-icon_size-51-md:after,
.u-icon_size-51-md:before {
    width: 51px;
  }
  .u-icon_size-51-md:after-imp,
.u-icon_size-51-md:before-imp {
    width: 51px !important;
  }
  .u-icon_size-51-md:after,
.u-icon_size-51-md:before {
    height: 51px;
  }
  .u-icon_size-51-md:after-imp,
.u-icon_size-51-md:before-imp {
    height: 51px !important;
  }
  .u-icon_size-51-md:after,
.u-icon_size-51-md:before {
    background-size: 51px 51px;
  }
  .u-icon_size-51-md:after-imp,
.u-icon_size-51-md:before-imp {
    background-size: 51px 51px !important;
  }
  .u-icon_size-52-md:after,
.u-icon_size-52-md:before {
    width: 52px;
  }
  .u-icon_size-52-md:after-imp,
.u-icon_size-52-md:before-imp {
    width: 52px !important;
  }
  .u-icon_size-52-md:after,
.u-icon_size-52-md:before {
    height: 52px;
  }
  .u-icon_size-52-md:after-imp,
.u-icon_size-52-md:before-imp {
    height: 52px !important;
  }
  .u-icon_size-52-md:after,
.u-icon_size-52-md:before {
    background-size: 52px 52px;
  }
  .u-icon_size-52-md:after-imp,
.u-icon_size-52-md:before-imp {
    background-size: 52px 52px !important;
  }
  .u-icon_size-53-md:after,
.u-icon_size-53-md:before {
    width: 53px;
  }
  .u-icon_size-53-md:after-imp,
.u-icon_size-53-md:before-imp {
    width: 53px !important;
  }
  .u-icon_size-53-md:after,
.u-icon_size-53-md:before {
    height: 53px;
  }
  .u-icon_size-53-md:after-imp,
.u-icon_size-53-md:before-imp {
    height: 53px !important;
  }
  .u-icon_size-53-md:after,
.u-icon_size-53-md:before {
    background-size: 53px 53px;
  }
  .u-icon_size-53-md:after-imp,
.u-icon_size-53-md:before-imp {
    background-size: 53px 53px !important;
  }
  .u-icon_size-54-md:after,
.u-icon_size-54-md:before {
    width: 54px;
  }
  .u-icon_size-54-md:after-imp,
.u-icon_size-54-md:before-imp {
    width: 54px !important;
  }
  .u-icon_size-54-md:after,
.u-icon_size-54-md:before {
    height: 54px;
  }
  .u-icon_size-54-md:after-imp,
.u-icon_size-54-md:before-imp {
    height: 54px !important;
  }
  .u-icon_size-54-md:after,
.u-icon_size-54-md:before {
    background-size: 54px 54px;
  }
  .u-icon_size-54-md:after-imp,
.u-icon_size-54-md:before-imp {
    background-size: 54px 54px !important;
  }
  .u-icon_size-55-md:after,
.u-icon_size-55-md:before {
    width: 55px;
  }
  .u-icon_size-55-md:after-imp,
.u-icon_size-55-md:before-imp {
    width: 55px !important;
  }
  .u-icon_size-55-md:after,
.u-icon_size-55-md:before {
    height: 55px;
  }
  .u-icon_size-55-md:after-imp,
.u-icon_size-55-md:before-imp {
    height: 55px !important;
  }
  .u-icon_size-55-md:after,
.u-icon_size-55-md:before {
    background-size: 55px 55px;
  }
  .u-icon_size-55-md:after-imp,
.u-icon_size-55-md:before-imp {
    background-size: 55px 55px !important;
  }
  .u-icon_size-56-md:after,
.u-icon_size-56-md:before {
    width: 56px;
  }
  .u-icon_size-56-md:after-imp,
.u-icon_size-56-md:before-imp {
    width: 56px !important;
  }
  .u-icon_size-56-md:after,
.u-icon_size-56-md:before {
    height: 56px;
  }
  .u-icon_size-56-md:after-imp,
.u-icon_size-56-md:before-imp {
    height: 56px !important;
  }
  .u-icon_size-56-md:after,
.u-icon_size-56-md:before {
    background-size: 56px 56px;
  }
  .u-icon_size-56-md:after-imp,
.u-icon_size-56-md:before-imp {
    background-size: 56px 56px !important;
  }
  .u-icon_size-57-md:after,
.u-icon_size-57-md:before {
    width: 57px;
  }
  .u-icon_size-57-md:after-imp,
.u-icon_size-57-md:before-imp {
    width: 57px !important;
  }
  .u-icon_size-57-md:after,
.u-icon_size-57-md:before {
    height: 57px;
  }
  .u-icon_size-57-md:after-imp,
.u-icon_size-57-md:before-imp {
    height: 57px !important;
  }
  .u-icon_size-57-md:after,
.u-icon_size-57-md:before {
    background-size: 57px 57px;
  }
  .u-icon_size-57-md:after-imp,
.u-icon_size-57-md:before-imp {
    background-size: 57px 57px !important;
  }
  .u-icon_size-58-md:after,
.u-icon_size-58-md:before {
    width: 58px;
  }
  .u-icon_size-58-md:after-imp,
.u-icon_size-58-md:before-imp {
    width: 58px !important;
  }
  .u-icon_size-58-md:after,
.u-icon_size-58-md:before {
    height: 58px;
  }
  .u-icon_size-58-md:after-imp,
.u-icon_size-58-md:before-imp {
    height: 58px !important;
  }
  .u-icon_size-58-md:after,
.u-icon_size-58-md:before {
    background-size: 58px 58px;
  }
  .u-icon_size-58-md:after-imp,
.u-icon_size-58-md:before-imp {
    background-size: 58px 58px !important;
  }
  .u-icon_size-59-md:after,
.u-icon_size-59-md:before {
    width: 59px;
  }
  .u-icon_size-59-md:after-imp,
.u-icon_size-59-md:before-imp {
    width: 59px !important;
  }
  .u-icon_size-59-md:after,
.u-icon_size-59-md:before {
    height: 59px;
  }
  .u-icon_size-59-md:after-imp,
.u-icon_size-59-md:before-imp {
    height: 59px !important;
  }
  .u-icon_size-59-md:after,
.u-icon_size-59-md:before {
    background-size: 59px 59px;
  }
  .u-icon_size-59-md:after-imp,
.u-icon_size-59-md:before-imp {
    background-size: 59px 59px !important;
  }
  .u-icon_size-60-md:after,
.u-icon_size-60-md:before {
    width: 60px;
  }
  .u-icon_size-60-md:after-imp,
.u-icon_size-60-md:before-imp {
    width: 60px !important;
  }
  .u-icon_size-60-md:after,
.u-icon_size-60-md:before {
    height: 60px;
  }
  .u-icon_size-60-md:after-imp,
.u-icon_size-60-md:before-imp {
    height: 60px !important;
  }
  .u-icon_size-60-md:after,
.u-icon_size-60-md:before {
    background-size: 60px 60px;
  }
  .u-icon_size-60-md:after-imp,
.u-icon_size-60-md:before-imp {
    background-size: 60px 60px !important;
  }
  .u-icon_size-61-md:after,
.u-icon_size-61-md:before {
    width: 61px;
  }
  .u-icon_size-61-md:after-imp,
.u-icon_size-61-md:before-imp {
    width: 61px !important;
  }
  .u-icon_size-61-md:after,
.u-icon_size-61-md:before {
    height: 61px;
  }
  .u-icon_size-61-md:after-imp,
.u-icon_size-61-md:before-imp {
    height: 61px !important;
  }
  .u-icon_size-61-md:after,
.u-icon_size-61-md:before {
    background-size: 61px 61px;
  }
  .u-icon_size-61-md:after-imp,
.u-icon_size-61-md:before-imp {
    background-size: 61px 61px !important;
  }
  .u-icon_size-62-md:after,
.u-icon_size-62-md:before {
    width: 62px;
  }
  .u-icon_size-62-md:after-imp,
.u-icon_size-62-md:before-imp {
    width: 62px !important;
  }
  .u-icon_size-62-md:after,
.u-icon_size-62-md:before {
    height: 62px;
  }
  .u-icon_size-62-md:after-imp,
.u-icon_size-62-md:before-imp {
    height: 62px !important;
  }
  .u-icon_size-62-md:after,
.u-icon_size-62-md:before {
    background-size: 62px 62px;
  }
  .u-icon_size-62-md:after-imp,
.u-icon_size-62-md:before-imp {
    background-size: 62px 62px !important;
  }
  .u-icon_size-63-md:after,
.u-icon_size-63-md:before {
    width: 63px;
  }
  .u-icon_size-63-md:after-imp,
.u-icon_size-63-md:before-imp {
    width: 63px !important;
  }
  .u-icon_size-63-md:after,
.u-icon_size-63-md:before {
    height: 63px;
  }
  .u-icon_size-63-md:after-imp,
.u-icon_size-63-md:before-imp {
    height: 63px !important;
  }
  .u-icon_size-63-md:after,
.u-icon_size-63-md:before {
    background-size: 63px 63px;
  }
  .u-icon_size-63-md:after-imp,
.u-icon_size-63-md:before-imp {
    background-size: 63px 63px !important;
  }
  .u-icon_size-64-md:after,
.u-icon_size-64-md:before {
    width: 64px;
  }
  .u-icon_size-64-md:after-imp,
.u-icon_size-64-md:before-imp {
    width: 64px !important;
  }
  .u-icon_size-64-md:after,
.u-icon_size-64-md:before {
    height: 64px;
  }
  .u-icon_size-64-md:after-imp,
.u-icon_size-64-md:before-imp {
    height: 64px !important;
  }
  .u-icon_size-64-md:after,
.u-icon_size-64-md:before {
    background-size: 64px 64px;
  }
  .u-icon_size-64-md:after-imp,
.u-icon_size-64-md:before-imp {
    background-size: 64px 64px !important;
  }
  .u-icon_size-65-md:after,
.u-icon_size-65-md:before {
    width: 65px;
  }
  .u-icon_size-65-md:after-imp,
.u-icon_size-65-md:before-imp {
    width: 65px !important;
  }
  .u-icon_size-65-md:after,
.u-icon_size-65-md:before {
    height: 65px;
  }
  .u-icon_size-65-md:after-imp,
.u-icon_size-65-md:before-imp {
    height: 65px !important;
  }
  .u-icon_size-65-md:after,
.u-icon_size-65-md:before {
    background-size: 65px 65px;
  }
  .u-icon_size-65-md:after-imp,
.u-icon_size-65-md:before-imp {
    background-size: 65px 65px !important;
  }
  .u-icon_size-66-md:after,
.u-icon_size-66-md:before {
    width: 66px;
  }
  .u-icon_size-66-md:after-imp,
.u-icon_size-66-md:before-imp {
    width: 66px !important;
  }
  .u-icon_size-66-md:after,
.u-icon_size-66-md:before {
    height: 66px;
  }
  .u-icon_size-66-md:after-imp,
.u-icon_size-66-md:before-imp {
    height: 66px !important;
  }
  .u-icon_size-66-md:after,
.u-icon_size-66-md:before {
    background-size: 66px 66px;
  }
  .u-icon_size-66-md:after-imp,
.u-icon_size-66-md:before-imp {
    background-size: 66px 66px !important;
  }
  .u-icon_size-67-md:after,
.u-icon_size-67-md:before {
    width: 67px;
  }
  .u-icon_size-67-md:after-imp,
.u-icon_size-67-md:before-imp {
    width: 67px !important;
  }
  .u-icon_size-67-md:after,
.u-icon_size-67-md:before {
    height: 67px;
  }
  .u-icon_size-67-md:after-imp,
.u-icon_size-67-md:before-imp {
    height: 67px !important;
  }
  .u-icon_size-67-md:after,
.u-icon_size-67-md:before {
    background-size: 67px 67px;
  }
  .u-icon_size-67-md:after-imp,
.u-icon_size-67-md:before-imp {
    background-size: 67px 67px !important;
  }
  .u-icon_size-68-md:after,
.u-icon_size-68-md:before {
    width: 68px;
  }
  .u-icon_size-68-md:after-imp,
.u-icon_size-68-md:before-imp {
    width: 68px !important;
  }
  .u-icon_size-68-md:after,
.u-icon_size-68-md:before {
    height: 68px;
  }
  .u-icon_size-68-md:after-imp,
.u-icon_size-68-md:before-imp {
    height: 68px !important;
  }
  .u-icon_size-68-md:after,
.u-icon_size-68-md:before {
    background-size: 68px 68px;
  }
  .u-icon_size-68-md:after-imp,
.u-icon_size-68-md:before-imp {
    background-size: 68px 68px !important;
  }
  .u-icon_size-69-md:after,
.u-icon_size-69-md:before {
    width: 69px;
  }
  .u-icon_size-69-md:after-imp,
.u-icon_size-69-md:before-imp {
    width: 69px !important;
  }
  .u-icon_size-69-md:after,
.u-icon_size-69-md:before {
    height: 69px;
  }
  .u-icon_size-69-md:after-imp,
.u-icon_size-69-md:before-imp {
    height: 69px !important;
  }
  .u-icon_size-69-md:after,
.u-icon_size-69-md:before {
    background-size: 69px 69px;
  }
  .u-icon_size-69-md:after-imp,
.u-icon_size-69-md:before-imp {
    background-size: 69px 69px !important;
  }
  .u-icon_size-70-md:after,
.u-icon_size-70-md:before {
    width: 70px;
  }
  .u-icon_size-70-md:after-imp,
.u-icon_size-70-md:before-imp {
    width: 70px !important;
  }
  .u-icon_size-70-md:after,
.u-icon_size-70-md:before {
    height: 70px;
  }
  .u-icon_size-70-md:after-imp,
.u-icon_size-70-md:before-imp {
    height: 70px !important;
  }
  .u-icon_size-70-md:after,
.u-icon_size-70-md:before {
    background-size: 70px 70px;
  }
  .u-icon_size-70-md:after-imp,
.u-icon_size-70-md:before-imp {
    background-size: 70px 70px !important;
  }
  .u-icon_size-71-md:after,
.u-icon_size-71-md:before {
    width: 71px;
  }
  .u-icon_size-71-md:after-imp,
.u-icon_size-71-md:before-imp {
    width: 71px !important;
  }
  .u-icon_size-71-md:after,
.u-icon_size-71-md:before {
    height: 71px;
  }
  .u-icon_size-71-md:after-imp,
.u-icon_size-71-md:before-imp {
    height: 71px !important;
  }
  .u-icon_size-71-md:after,
.u-icon_size-71-md:before {
    background-size: 71px 71px;
  }
  .u-icon_size-71-md:after-imp,
.u-icon_size-71-md:before-imp {
    background-size: 71px 71px !important;
  }
  .u-icon_size-72-md:after,
.u-icon_size-72-md:before {
    width: 72px;
  }
  .u-icon_size-72-md:after-imp,
.u-icon_size-72-md:before-imp {
    width: 72px !important;
  }
  .u-icon_size-72-md:after,
.u-icon_size-72-md:before {
    height: 72px;
  }
  .u-icon_size-72-md:after-imp,
.u-icon_size-72-md:before-imp {
    height: 72px !important;
  }
  .u-icon_size-72-md:after,
.u-icon_size-72-md:before {
    background-size: 72px 72px;
  }
  .u-icon_size-72-md:after-imp,
.u-icon_size-72-md:before-imp {
    background-size: 72px 72px !important;
  }
  .u-icon_size-73-md:after,
.u-icon_size-73-md:before {
    width: 73px;
  }
  .u-icon_size-73-md:after-imp,
.u-icon_size-73-md:before-imp {
    width: 73px !important;
  }
  .u-icon_size-73-md:after,
.u-icon_size-73-md:before {
    height: 73px;
  }
  .u-icon_size-73-md:after-imp,
.u-icon_size-73-md:before-imp {
    height: 73px !important;
  }
  .u-icon_size-73-md:after,
.u-icon_size-73-md:before {
    background-size: 73px 73px;
  }
  .u-icon_size-73-md:after-imp,
.u-icon_size-73-md:before-imp {
    background-size: 73px 73px !important;
  }
  .u-icon_size-74-md:after,
.u-icon_size-74-md:before {
    width: 74px;
  }
  .u-icon_size-74-md:after-imp,
.u-icon_size-74-md:before-imp {
    width: 74px !important;
  }
  .u-icon_size-74-md:after,
.u-icon_size-74-md:before {
    height: 74px;
  }
  .u-icon_size-74-md:after-imp,
.u-icon_size-74-md:before-imp {
    height: 74px !important;
  }
  .u-icon_size-74-md:after,
.u-icon_size-74-md:before {
    background-size: 74px 74px;
  }
  .u-icon_size-74-md:after-imp,
.u-icon_size-74-md:before-imp {
    background-size: 74px 74px !important;
  }
  .u-icon_size-75-md:after,
.u-icon_size-75-md:before {
    width: 75px;
  }
  .u-icon_size-75-md:after-imp,
.u-icon_size-75-md:before-imp {
    width: 75px !important;
  }
  .u-icon_size-75-md:after,
.u-icon_size-75-md:before {
    height: 75px;
  }
  .u-icon_size-75-md:after-imp,
.u-icon_size-75-md:before-imp {
    height: 75px !important;
  }
  .u-icon_size-75-md:after,
.u-icon_size-75-md:before {
    background-size: 75px 75px;
  }
  .u-icon_size-75-md:after-imp,
.u-icon_size-75-md:before-imp {
    background-size: 75px 75px !important;
  }
  .u-icon_size-76-md:after,
.u-icon_size-76-md:before {
    width: 76px;
  }
  .u-icon_size-76-md:after-imp,
.u-icon_size-76-md:before-imp {
    width: 76px !important;
  }
  .u-icon_size-76-md:after,
.u-icon_size-76-md:before {
    height: 76px;
  }
  .u-icon_size-76-md:after-imp,
.u-icon_size-76-md:before-imp {
    height: 76px !important;
  }
  .u-icon_size-76-md:after,
.u-icon_size-76-md:before {
    background-size: 76px 76px;
  }
  .u-icon_size-76-md:after-imp,
.u-icon_size-76-md:before-imp {
    background-size: 76px 76px !important;
  }
  .u-icon_size-77-md:after,
.u-icon_size-77-md:before {
    width: 77px;
  }
  .u-icon_size-77-md:after-imp,
.u-icon_size-77-md:before-imp {
    width: 77px !important;
  }
  .u-icon_size-77-md:after,
.u-icon_size-77-md:before {
    height: 77px;
  }
  .u-icon_size-77-md:after-imp,
.u-icon_size-77-md:before-imp {
    height: 77px !important;
  }
  .u-icon_size-77-md:after,
.u-icon_size-77-md:before {
    background-size: 77px 77px;
  }
  .u-icon_size-77-md:after-imp,
.u-icon_size-77-md:before-imp {
    background-size: 77px 77px !important;
  }
  .u-icon_size-78-md:after,
.u-icon_size-78-md:before {
    width: 78px;
  }
  .u-icon_size-78-md:after-imp,
.u-icon_size-78-md:before-imp {
    width: 78px !important;
  }
  .u-icon_size-78-md:after,
.u-icon_size-78-md:before {
    height: 78px;
  }
  .u-icon_size-78-md:after-imp,
.u-icon_size-78-md:before-imp {
    height: 78px !important;
  }
  .u-icon_size-78-md:after,
.u-icon_size-78-md:before {
    background-size: 78px 78px;
  }
  .u-icon_size-78-md:after-imp,
.u-icon_size-78-md:before-imp {
    background-size: 78px 78px !important;
  }
  .u-icon_size-79-md:after,
.u-icon_size-79-md:before {
    width: 79px;
  }
  .u-icon_size-79-md:after-imp,
.u-icon_size-79-md:before-imp {
    width: 79px !important;
  }
  .u-icon_size-79-md:after,
.u-icon_size-79-md:before {
    height: 79px;
  }
  .u-icon_size-79-md:after-imp,
.u-icon_size-79-md:before-imp {
    height: 79px !important;
  }
  .u-icon_size-79-md:after,
.u-icon_size-79-md:before {
    background-size: 79px 79px;
  }
  .u-icon_size-79-md:after-imp,
.u-icon_size-79-md:before-imp {
    background-size: 79px 79px !important;
  }
  .u-icon_size-80-md:after,
.u-icon_size-80-md:before {
    width: 80px;
  }
  .u-icon_size-80-md:after-imp,
.u-icon_size-80-md:before-imp {
    width: 80px !important;
  }
  .u-icon_size-80-md:after,
.u-icon_size-80-md:before {
    height: 80px;
  }
  .u-icon_size-80-md:after-imp,
.u-icon_size-80-md:before-imp {
    height: 80px !important;
  }
  .u-icon_size-80-md:after,
.u-icon_size-80-md:before {
    background-size: 80px 80px;
  }
  .u-icon_size-80-md:after-imp,
.u-icon_size-80-md:before-imp {
    background-size: 80px 80px !important;
  }
  .u-icon_size-81-md:after,
.u-icon_size-81-md:before {
    width: 81px;
  }
  .u-icon_size-81-md:after-imp,
.u-icon_size-81-md:before-imp {
    width: 81px !important;
  }
  .u-icon_size-81-md:after,
.u-icon_size-81-md:before {
    height: 81px;
  }
  .u-icon_size-81-md:after-imp,
.u-icon_size-81-md:before-imp {
    height: 81px !important;
  }
  .u-icon_size-81-md:after,
.u-icon_size-81-md:before {
    background-size: 81px 81px;
  }
  .u-icon_size-81-md:after-imp,
.u-icon_size-81-md:before-imp {
    background-size: 81px 81px !important;
  }
  .u-icon_size-82-md:after,
.u-icon_size-82-md:before {
    width: 82px;
  }
  .u-icon_size-82-md:after-imp,
.u-icon_size-82-md:before-imp {
    width: 82px !important;
  }
  .u-icon_size-82-md:after,
.u-icon_size-82-md:before {
    height: 82px;
  }
  .u-icon_size-82-md:after-imp,
.u-icon_size-82-md:before-imp {
    height: 82px !important;
  }
  .u-icon_size-82-md:after,
.u-icon_size-82-md:before {
    background-size: 82px 82px;
  }
  .u-icon_size-82-md:after-imp,
.u-icon_size-82-md:before-imp {
    background-size: 82px 82px !important;
  }
  .u-icon_size-83-md:after,
.u-icon_size-83-md:before {
    width: 83px;
  }
  .u-icon_size-83-md:after-imp,
.u-icon_size-83-md:before-imp {
    width: 83px !important;
  }
  .u-icon_size-83-md:after,
.u-icon_size-83-md:before {
    height: 83px;
  }
  .u-icon_size-83-md:after-imp,
.u-icon_size-83-md:before-imp {
    height: 83px !important;
  }
  .u-icon_size-83-md:after,
.u-icon_size-83-md:before {
    background-size: 83px 83px;
  }
  .u-icon_size-83-md:after-imp,
.u-icon_size-83-md:before-imp {
    background-size: 83px 83px !important;
  }
  .u-icon_size-84-md:after,
.u-icon_size-84-md:before {
    width: 84px;
  }
  .u-icon_size-84-md:after-imp,
.u-icon_size-84-md:before-imp {
    width: 84px !important;
  }
  .u-icon_size-84-md:after,
.u-icon_size-84-md:before {
    height: 84px;
  }
  .u-icon_size-84-md:after-imp,
.u-icon_size-84-md:before-imp {
    height: 84px !important;
  }
  .u-icon_size-84-md:after,
.u-icon_size-84-md:before {
    background-size: 84px 84px;
  }
  .u-icon_size-84-md:after-imp,
.u-icon_size-84-md:before-imp {
    background-size: 84px 84px !important;
  }
  .u-icon_size-85-md:after,
.u-icon_size-85-md:before {
    width: 85px;
  }
  .u-icon_size-85-md:after-imp,
.u-icon_size-85-md:before-imp {
    width: 85px !important;
  }
  .u-icon_size-85-md:after,
.u-icon_size-85-md:before {
    height: 85px;
  }
  .u-icon_size-85-md:after-imp,
.u-icon_size-85-md:before-imp {
    height: 85px !important;
  }
  .u-icon_size-85-md:after,
.u-icon_size-85-md:before {
    background-size: 85px 85px;
  }
  .u-icon_size-85-md:after-imp,
.u-icon_size-85-md:before-imp {
    background-size: 85px 85px !important;
  }
  .u-icon_size-86-md:after,
.u-icon_size-86-md:before {
    width: 86px;
  }
  .u-icon_size-86-md:after-imp,
.u-icon_size-86-md:before-imp {
    width: 86px !important;
  }
  .u-icon_size-86-md:after,
.u-icon_size-86-md:before {
    height: 86px;
  }
  .u-icon_size-86-md:after-imp,
.u-icon_size-86-md:before-imp {
    height: 86px !important;
  }
  .u-icon_size-86-md:after,
.u-icon_size-86-md:before {
    background-size: 86px 86px;
  }
  .u-icon_size-86-md:after-imp,
.u-icon_size-86-md:before-imp {
    background-size: 86px 86px !important;
  }
  .u-icon_size-87-md:after,
.u-icon_size-87-md:before {
    width: 87px;
  }
  .u-icon_size-87-md:after-imp,
.u-icon_size-87-md:before-imp {
    width: 87px !important;
  }
  .u-icon_size-87-md:after,
.u-icon_size-87-md:before {
    height: 87px;
  }
  .u-icon_size-87-md:after-imp,
.u-icon_size-87-md:before-imp {
    height: 87px !important;
  }
  .u-icon_size-87-md:after,
.u-icon_size-87-md:before {
    background-size: 87px 87px;
  }
  .u-icon_size-87-md:after-imp,
.u-icon_size-87-md:before-imp {
    background-size: 87px 87px !important;
  }
  .u-icon_size-88-md:after,
.u-icon_size-88-md:before {
    width: 88px;
  }
  .u-icon_size-88-md:after-imp,
.u-icon_size-88-md:before-imp {
    width: 88px !important;
  }
  .u-icon_size-88-md:after,
.u-icon_size-88-md:before {
    height: 88px;
  }
  .u-icon_size-88-md:after-imp,
.u-icon_size-88-md:before-imp {
    height: 88px !important;
  }
  .u-icon_size-88-md:after,
.u-icon_size-88-md:before {
    background-size: 88px 88px;
  }
  .u-icon_size-88-md:after-imp,
.u-icon_size-88-md:before-imp {
    background-size: 88px 88px !important;
  }
  .u-icon_size-89-md:after,
.u-icon_size-89-md:before {
    width: 89px;
  }
  .u-icon_size-89-md:after-imp,
.u-icon_size-89-md:before-imp {
    width: 89px !important;
  }
  .u-icon_size-89-md:after,
.u-icon_size-89-md:before {
    height: 89px;
  }
  .u-icon_size-89-md:after-imp,
.u-icon_size-89-md:before-imp {
    height: 89px !important;
  }
  .u-icon_size-89-md:after,
.u-icon_size-89-md:before {
    background-size: 89px 89px;
  }
  .u-icon_size-89-md:after-imp,
.u-icon_size-89-md:before-imp {
    background-size: 89px 89px !important;
  }
  .u-icon_size-90-md:after,
.u-icon_size-90-md:before {
    width: 90px;
  }
  .u-icon_size-90-md:after-imp,
.u-icon_size-90-md:before-imp {
    width: 90px !important;
  }
  .u-icon_size-90-md:after,
.u-icon_size-90-md:before {
    height: 90px;
  }
  .u-icon_size-90-md:after-imp,
.u-icon_size-90-md:before-imp {
    height: 90px !important;
  }
  .u-icon_size-90-md:after,
.u-icon_size-90-md:before {
    background-size: 90px 90px;
  }
  .u-icon_size-90-md:after-imp,
.u-icon_size-90-md:before-imp {
    background-size: 90px 90px !important;
  }
  .u-icon_size-91-md:after,
.u-icon_size-91-md:before {
    width: 91px;
  }
  .u-icon_size-91-md:after-imp,
.u-icon_size-91-md:before-imp {
    width: 91px !important;
  }
  .u-icon_size-91-md:after,
.u-icon_size-91-md:before {
    height: 91px;
  }
  .u-icon_size-91-md:after-imp,
.u-icon_size-91-md:before-imp {
    height: 91px !important;
  }
  .u-icon_size-91-md:after,
.u-icon_size-91-md:before {
    background-size: 91px 91px;
  }
  .u-icon_size-91-md:after-imp,
.u-icon_size-91-md:before-imp {
    background-size: 91px 91px !important;
  }
  .u-icon_size-92-md:after,
.u-icon_size-92-md:before {
    width: 92px;
  }
  .u-icon_size-92-md:after-imp,
.u-icon_size-92-md:before-imp {
    width: 92px !important;
  }
  .u-icon_size-92-md:after,
.u-icon_size-92-md:before {
    height: 92px;
  }
  .u-icon_size-92-md:after-imp,
.u-icon_size-92-md:before-imp {
    height: 92px !important;
  }
  .u-icon_size-92-md:after,
.u-icon_size-92-md:before {
    background-size: 92px 92px;
  }
  .u-icon_size-92-md:after-imp,
.u-icon_size-92-md:before-imp {
    background-size: 92px 92px !important;
  }
  .u-icon_size-93-md:after,
.u-icon_size-93-md:before {
    width: 93px;
  }
  .u-icon_size-93-md:after-imp,
.u-icon_size-93-md:before-imp {
    width: 93px !important;
  }
  .u-icon_size-93-md:after,
.u-icon_size-93-md:before {
    height: 93px;
  }
  .u-icon_size-93-md:after-imp,
.u-icon_size-93-md:before-imp {
    height: 93px !important;
  }
  .u-icon_size-93-md:after,
.u-icon_size-93-md:before {
    background-size: 93px 93px;
  }
  .u-icon_size-93-md:after-imp,
.u-icon_size-93-md:before-imp {
    background-size: 93px 93px !important;
  }
  .u-icon_size-94-md:after,
.u-icon_size-94-md:before {
    width: 94px;
  }
  .u-icon_size-94-md:after-imp,
.u-icon_size-94-md:before-imp {
    width: 94px !important;
  }
  .u-icon_size-94-md:after,
.u-icon_size-94-md:before {
    height: 94px;
  }
  .u-icon_size-94-md:after-imp,
.u-icon_size-94-md:before-imp {
    height: 94px !important;
  }
  .u-icon_size-94-md:after,
.u-icon_size-94-md:before {
    background-size: 94px 94px;
  }
  .u-icon_size-94-md:after-imp,
.u-icon_size-94-md:before-imp {
    background-size: 94px 94px !important;
  }
  .u-icon_size-95-md:after,
.u-icon_size-95-md:before {
    width: 95px;
  }
  .u-icon_size-95-md:after-imp,
.u-icon_size-95-md:before-imp {
    width: 95px !important;
  }
  .u-icon_size-95-md:after,
.u-icon_size-95-md:before {
    height: 95px;
  }
  .u-icon_size-95-md:after-imp,
.u-icon_size-95-md:before-imp {
    height: 95px !important;
  }
  .u-icon_size-95-md:after,
.u-icon_size-95-md:before {
    background-size: 95px 95px;
  }
  .u-icon_size-95-md:after-imp,
.u-icon_size-95-md:before-imp {
    background-size: 95px 95px !important;
  }
  .u-icon_size-96-md:after,
.u-icon_size-96-md:before {
    width: 96px;
  }
  .u-icon_size-96-md:after-imp,
.u-icon_size-96-md:before-imp {
    width: 96px !important;
  }
  .u-icon_size-96-md:after,
.u-icon_size-96-md:before {
    height: 96px;
  }
  .u-icon_size-96-md:after-imp,
.u-icon_size-96-md:before-imp {
    height: 96px !important;
  }
  .u-icon_size-96-md:after,
.u-icon_size-96-md:before {
    background-size: 96px 96px;
  }
  .u-icon_size-96-md:after-imp,
.u-icon_size-96-md:before-imp {
    background-size: 96px 96px !important;
  }
  .u-icon_size-97-md:after,
.u-icon_size-97-md:before {
    width: 97px;
  }
  .u-icon_size-97-md:after-imp,
.u-icon_size-97-md:before-imp {
    width: 97px !important;
  }
  .u-icon_size-97-md:after,
.u-icon_size-97-md:before {
    height: 97px;
  }
  .u-icon_size-97-md:after-imp,
.u-icon_size-97-md:before-imp {
    height: 97px !important;
  }
  .u-icon_size-97-md:after,
.u-icon_size-97-md:before {
    background-size: 97px 97px;
  }
  .u-icon_size-97-md:after-imp,
.u-icon_size-97-md:before-imp {
    background-size: 97px 97px !important;
  }
  .u-icon_size-98-md:after,
.u-icon_size-98-md:before {
    width: 98px;
  }
  .u-icon_size-98-md:after-imp,
.u-icon_size-98-md:before-imp {
    width: 98px !important;
  }
  .u-icon_size-98-md:after,
.u-icon_size-98-md:before {
    height: 98px;
  }
  .u-icon_size-98-md:after-imp,
.u-icon_size-98-md:before-imp {
    height: 98px !important;
  }
  .u-icon_size-98-md:after,
.u-icon_size-98-md:before {
    background-size: 98px 98px;
  }
  .u-icon_size-98-md:after-imp,
.u-icon_size-98-md:before-imp {
    background-size: 98px 98px !important;
  }
  .u-icon_size-99-md:after,
.u-icon_size-99-md:before {
    width: 99px;
  }
  .u-icon_size-99-md:after-imp,
.u-icon_size-99-md:before-imp {
    width: 99px !important;
  }
  .u-icon_size-99-md:after,
.u-icon_size-99-md:before {
    height: 99px;
  }
  .u-icon_size-99-md:after-imp,
.u-icon_size-99-md:before-imp {
    height: 99px !important;
  }
  .u-icon_size-99-md:after,
.u-icon_size-99-md:before {
    background-size: 99px 99px;
  }
  .u-icon_size-99-md:after-imp,
.u-icon_size-99-md:before-imp {
    background-size: 99px 99px !important;
  }
  .u-icon_size-100-md:after,
.u-icon_size-100-md:before {
    width: 100px;
  }
  .u-icon_size-100-md:after-imp,
.u-icon_size-100-md:before-imp {
    width: 100px !important;
  }
  .u-icon_size-100-md:after,
.u-icon_size-100-md:before {
    height: 100px;
  }
  .u-icon_size-100-md:after-imp,
.u-icon_size-100-md:before-imp {
    height: 100px !important;
  }
  .u-icon_size-100-md:after,
.u-icon_size-100-md:before {
    background-size: 100px 100px;
  }
  .u-icon_size-100-md:after-imp,
.u-icon_size-100-md:before-imp {
    background-size: 100px 100px !important;
  }
  .p-youtubeList {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 0 !important;
  }
  .p-recipeSummary_text {
    margin-left: 66%;
  }
}
@media only screen and (min-width: 768px) {
  /*! over Medium */
  .c-carouselSwiper_wrapper {
    width: calc(100% + 8px);
    transform: translate(0) !important;
    flex-wrap: wrap;
  }
  .c-card05-float .c-card_link {
    display: flex;
  }
  .c-card05-float .c-card_img {
    max-width: 265px;
    height: auto;
    min-height: 149px;
    padding-bottom: 0;
    flex: 0 0 52.373%;
  }
  .c-card05-float .c-card_content {
    padding: 24px 16px;
    flex: 1;
  }
  .c-card05-float .c-card_img + .c-card_content {
    padding: 24px 16px;
    align-self: center;
  }
  .c-card05-float .c-card_tag {
    float: none;
    margin-top: 0;
  }
  .c-card05-float .c-card_tag + .c-card_title {
    margin: 8px 0 0;
  }
  .c-card05-float2 .c-card_link {
    display: flex;
    flex-direction: row-reverse;
  }
  .c-card05-float2 .c-card_img {
    height: auto;
    min-height: 149px;
    padding-bottom: 0;
    flex: 0 0 57.896%;
  }
  .c-card05-float2 .c-card_content {
    padding: 24px 16px;
    flex: 1;
  }
  .c-card05-float2 .c-card_img + .c-card_content {
    padding: 24px 16px;
    align-self: center;
  }
  .c-card05-float2 .c-card_tag {
    float: none;
    margin-top: 0;
  }
  .c-card05-float2 .c-card_tag + .c-card_title {
    margin: 8px 0 0;
  }
  .c-card05-float3 .c-card_link {
    display: flex;
  }
  .c-card05-float3 .c-card_img {
    height: auto;
    min-height: 182px;
    padding-bottom: 0;
    flex: 0 0 48.807%;
  }
  .c-card05-float3 .c-card_content {
    padding: 24px 16px;
    flex: 1;
  }
  .c-card05-float3 .c-card_img + .c-card_content {
    padding: 24px 16px;
    align-self: center;
  }
  .c-card05-float3 .c-card_tag {
    float: none;
    margin-top: 0;
  }
  .c-card05-float3 .c-card_tag + .c-card_title {
    margin: 8px 0 0;
  }
  .u-dsp-sm {
    display: none;
  }
  .u-dsp-sm {
    display: none;
  }
  .u-dsp-sm-imp {
    display: none !important;
  }
  .p-likeLinks-top .p-likeLinks_list_link {
    height: 130px;
    padding: 0;
  }
  .p-likeLinks-top .p-likeLinks_list_link:before {
    position: relative;
    top: -26px;
    margin-bottom: -16px;
    transition: top 0.2s ease-in-out;
  }
  .p-likeLinks-top .p-likeLinks_list_link:hover:before {
    top: -42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*! Medium only */
  .c-visual {
    height: 428px;
  }
  .c-visual_title {
    font-size: 64px !important;
  }
  .c-visual_text {
    font-size: 14px !important;
    padding-top: 24px;
  }
}
@media only screen and (max-width: 1440px) {
  .c-visual_title {
    font-size: 80px;
  }
  .c-visual_text {
    font-size: 16px;
  }
  .c-visual-position1 {
    padding-left: 50%;
  }
}
@media only screen and (max-width: 900px) {
  .c-accordion-typeLink .c-accordion_title_link {
    font-size: 20px;
  }
  .p-sitemap_list_item {
    width: calc((100% - 64px) / 2);
  }
}
@media only screen and (max-width: 850px) {
  .p-likeLinks_list_link {
    font-size: 14px;
  }
}
@media only screen and (max-width: 440px) {
  .p-likeLinks_list_link {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 375px) {
  .p-likeSec-sub .p-likeSec_list {
    margin-bottom: -16px;
  }
  .p-likeSec-sub .p-likeSec_list_item {
    margin-bottom: 16px;
  }
}
@media all and (-ms-high-contrast: none) {
  .p-searchResults_info {
    justify-content: flex-start;
  }
  .p-searchResults_info .c-pulldown + .c-pulldown {
    margin-left: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .p-sitemap_list_item {
    width: 100%;
  }
}
@media only screen and (max-width: 1400px) {
  .p-youtubeList {
    margin-right: calc((100vw - 100%) / -2);
    margin-left: calc((100vw - 100%) / -2);
    padding: 0 22px;
  }
}
@media only screen and (max-width: 1256px) {
  .p-recipeSummary {
    min-height: 44.5vw;
  }
}
@media only screen and (max-width: 1472px) {
  .p-topSection {
    margin-right: calc((100vw - 100%) / -2);
    margin-left: calc((100vw - 100%) / -2);
  }
}
.p-pageHeader {
  margin-bottom: 40px;
  padding: 34px 0 35px;
  background: #F6F3EE;
}
@media only screen and (min-width: 768px) {
  .p-pageHeader {
    margin-bottom: 56px;
    padding: 56px 0 56px;
  }
}
.p-pageHeader .p-pageHeader_tit {
  color: var(--nissui-color-default);
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .p-pageHeader .p-pageHeader_tit {
    font-size: 44px;
  }
}

.p-pageVisual {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .p-pageVisual {
    padding-bottom: 100px;
  }
}
.p-pageVisual .p-pageVisual_image img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-pageVisual .p-pageVisual_image {
    overflow: hidden;
    border-radius: var(--nissui-border-radius-lg);
  }
}
.p-pageVisual .p-pageVisual_container {
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-bottom: 1px solid var(--nissui-color-gray-200);
  background: rgba(250, 248, 246, 0.8);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
@media only screen and (min-width: 768px) {
  .p-pageVisual .p-pageVisual_container {
    margin-top: -120px;
    margin-left: auto;
    margin-right: 48px;
    margin-bottom: 48px;
    padding: 40px 48px;
    width: min(72%, 519px);
    border: 1px solid var(--nissui-color-gray-200);
    border-radius: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .p-pageVisual .p-pageVisual_container {
    position: absolute;
    right: 22px;
    bottom: 70px;
    width: 519px;
    margin: 0;
  }
}
.p-pageVisual .p-pageVisual_title {
  font-size: 20px;
  font-weight: 600;
  font-family: var(--nissui-ff-sansserif-bold);
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .p-pageVisual .p-pageVisual_title {
    font-size: 28px;
  }
}
.p-pageVisual .p-pageVisual_title .u-icon::after {
  margin-left: 8px;
}
.p-pageVisual .p-pageVisual_text {
  color: var(--nissui-color-default);
  font-size: 14px;
  font-weight: 300;
  line-height: 180%; /* 25.2px */
}
@media only screen and (min-width: 768px) {
  .p-pageVisual .p-pageVisual_text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .l-inner .p-pageVisual {
    margin-inline: calc(var(--nissui-g-gutter) * -1);
  }
}
.l-layout-2col .p-pageVisual {
  margin-bottom: 56px;
}
.l-layout-2col .p-pageVisual + .l-grid {
  margin-top: 0;
}

.p-brandList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media only screen and (min-width: 768px) {
  .p-brandList {
    display: flex;
  }
}
.p-brandList .p-brandList_item {
  flex-shrink: 0;
  color: var(--nissui-color-default);
}
@media only screen and (min-width: 768px) {
  .p-brandList .p-brandList_item {
    flex: 1 1 0%;
  }
}
.p-brandList .p-brandList_item .link {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #FBF9F7;
  text-decoration: none;
  color: inherit;
}
.p-brandList .p-brandList_item .img img {
  display: block;
  aspect-ratio: 1/1;
  transition: opacity 0.2s ease;
  width: 100%;
  max-width: 100%;
}
.p-brandList .p-brandList_item .text {
  display: flex;
  min-height: 42px;
  flex-direction: column;
  justify-content: center;
  flex: 1 0 0;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 21px */
}
@media (hover: hover) {
  .p-brandList .p-brandList_item .link:hover {
    color: #e50012;
  }
  .p-brandList .p-brandList_item .link:hover .img img {
    opacity: var(--nissui-hover-opacity);
  }
}

.p-footerLocalNav .l-section.l-section-bgGrey {
  padding-block: 56px;
}
@media only screen and (min-width: 768px) {
  .p-footerLocalNav .l-section.l-section-bgGrey {
    padding-block: 56px;
  }
}

.p-article_block .c-img, .p-article_textImage .p-article_textImage_img {
  display: table;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .p-article_block .c-img, .p-article_textImage .p-article_textImage_img {
    width: 100%;
  }
}
.p-article_block .c-img img, .p-article_textImage .p-article_textImage_img img {
  border-radius: 12px;
  width: auto;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-article_block .c-img img, .p-article_textImage .p-article_textImage_img img {
    width: 100%;
    max-width: none;
  }
}
.p-article_block .c-img .c-imgCaption, .p-article_textImage .p-article_textImage_img .c-imgCaption {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  caption-side: bottom;
  display: table-caption;
}

.p-article .c-catchText {
  color: var(--nissui-color-default);
  font-size: 24px;
  line-height: 160%; /* 38.4px */
  text-align: left;
}

.p-article_headingLv2 {
  color: var(--nissui-color-default);
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 18px;
  font-weight: 600;
  line-height: 130%; /* 23.4px */
}
@media only screen and (min-width: 768px) {
  .p-article_headingLv2 {
    font-size: 22px;
  }
}
* + .p-article_headingLv2 {
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  * + .p-article_headingLv2 {
    margin-top: 48px;
  }
}
.p-article_headingLv2 + * {
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .p-article_headingLv2 + * {
    margin-top: 48px;
  }
}
.p-article_headingLv2 + .c-text {
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  .p-article_headingLv2 + .c-text {
    margin-top: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .p-article_padding {
    padding-inline: min(7.63vw, 110px);
  }
}

.p-article_small {
  max-width: 838px;
}

.p-article_textImage {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .p-article_textImage {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .p-article_textImage .p-article_textImage_img.p-article_textImage_img-widthAuto img {
    width: auto;
    max-width: 100%;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-article_textImage .p-article_textImage_content {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-article_textImage .p-article_textImage_content {
    flex: 1;
  }
}
.p-article_textImage .p-article_textImage_content .p-article_headingLv2 + * {
  margin-top: 8px !important;
}
@media only screen and (min-width: 768px) {
  .p-article_textImage .p-article_textImage_content .p-article_headingLv2 + * {
    margin-top: 16px !important;
  }
}
.p-article_textImage .p-article_textImage_content .c-text {
  font-size: 16px;
  line-height: 180%; /* 28.8px */
}
.p-article_textImage .p-article_textImage_content .c-text:not(:first-child) {
  margin-top: 2em;
}
@media only screen and (min-width: 768px) {
  .p-article_textImage.p-article_textImage-reverse {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .p-article_textImage.p-article_textImage-fixed > * {
    flex: 1 1 0%;
  }
  .p-article_textImage.p-article_textImage-fixed .p-article_textImage_img img {
    width: 100%;
  }
}

.p-article_block {
  display: block;
}
.p-article_block .p-article_block_col:not(:first-child) {
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .p-article_block .p-article_block_col:not(:first-child) {
    margin-top: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .p-article_gallery .l-grid {
    margin-bottom: -16px;
  }
  .p-article_gallery .l-grid .l-grid_item {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .p-article_gallery .l-grid {
    margin-inline: -12px;
    margin-bottom: -24px;
  }
  .p-article_gallery .l-grid .l-grid_item {
    padding-inline: 12px;
    margin-bottom: 24px;
  }
}
.p-article_gallery .l-grid iframe, .p-article_gallery .l-grid video {
  display: block;
  border-radius: 12px;
}

.p-article_bio {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--nissui-color-default);
  text-align: center;
}
.p-article_bio .p-article_bio_img img {
  aspect-ratio: 1/1;
  display: block;
  width: 136px;
  border-radius: 100%;
}
@media only screen and (min-width: 768px) {
  .p-article_bio .p-article_bio_img img {
    width: 160px;
  }
}
.p-article_bio .p-article_bio_img + * {
  margin-top: 16px;
}
.p-article_bio .p-article_bio_title {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 14px;
  font-weight: 600;
  line-height: 180%; /* 25.2px */
}
.p-article_bio .p-article_bio_title + * {
  margin-top: 8px;
}
.p-article_bio .p-article_bio_text {
  font-size: 14px;
  font-weight: 300;
  line-height: 180%; /* 25.2px */
}

.p-article_share {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
  padding-block: 16px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
@media only screen and (min-width: 768px) {
  .p-article_share {
    padding-block: 24px;
  }
}
.p-article_share .p-article_share_title {
  color: var(--nissui-color-default);
  text-align: center;
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.p-article_share .p-article_share_links {
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.p-article_share .p-article_share_links a {
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
  transition: opacity var(--nissui-hover-opacity, 0.7) var(--nissui-hover-easing, ease);
}
@media (hover: hover) {
  .p-article_share .p-article_share_links a:hover {
    opacity: var(--nissui-hover-opacity, 0.7);
  }
}
.p-article_share .p-article_share_links img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-article_author {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .p-article_author {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
.p-article_author .p-article_author_img {
  flex: 0 0 auto;
  width: 72px;
}
@media only screen and (min-width: 768px) {
  .p-article_author .p-article_author_img {
    width: 104px;
  }
}
.p-article_author .p-article_author_img img {
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 100%;
}
.p-article_author .p-article_author_content {
  flex: 1;
}
.p-article_author + * {
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .p-article_author + * {
    margin-top: 40px;
  }
}
.p-article_author.p-article_author-reverse {
  flex-direction: row-reverse;
}
.p-article_author.p-article_author-align {
  align-items: flex-start;
}

.p-article_margin-md {
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .p-article_margin-md {
    margin-top: 48px;
  }
}
/*# sourceMappingURL=style.css.map */


/* utility */
.ut-mb0 { margin-bottom: 0 !important; }
.ut-mb10 { margin-bottom: 10px !important; }

@media only screen and (min-width: 768px) {
  .ut-lg-mb0 { margin-bottom: 0 !important; }
  .ut-lg-mb10 { margin-bottom: 10px !important; }
}

@media only screen and (max-width: 767px) {
  .ut-sm-mb0 { margin-bottom: 0 !important; }
  .ut-sm-mb10 { margin-bottom: 10px !important; }
}

.ut-mt0 { margin-top: 0 !important; }

@media only screen and (min-width: 768px) {
  .ut-lg-mt0 { margin-top: 0 !important; }
  .ut-lg-mt10 { margin-top: 10px !important; }
}

@media only screen and (max-width: 767px) {
  .ut-sm-mt0 { margin-top: 0 !important; }
  .ut-sm-mt10 { margin-top: 10px !important; }
}


/* about */

[class*=c-table] {
    width: 100%;
    margin-top: 30px;
    text-align: left
}

[class*=c-table]._col3 td,[class*=c-table]._col3 th {
    width: calc(100% / 3)
}

p:not([class])+[class*=c-table] {
    margin-top: 26px
}

@media (min-width: 1000px) {
    p:not([class])+[class*=c-table] {
        margin-top:34px
    }
}

@media (min-width: 1000px) {
    [class*=c-table] {
        margin-top:34px
    }
}

@media (min-width: 1000px) {
    [class*=c-table]+[class*=c-table] {
        margin-top:40px
    }
}

[class*=c-table] td,[class*=c-table] th {
    padding: 10px 6px;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.69231;
    border-collapse: collapse;
    border: 1px solid #3d3b4f;
    -webkit-text-size-adjust: 100%
}

@media (min-width: 1000px) {
    [class*=c-table] td,[class*=c-table] th {
        padding:19px;
        font-size: 15px;
        font-size: .9375rem;
        line-height: 1.73333
    }
}

[class*=c-table] td a.c-link__blank,[class*=c-table] th a.c-link__blank {
    font-size: 13px;
    font-size: .8125rem
}

@media (min-width: 1000px) {
    [class*=c-table] td a.c-link__blank,[class*=c-table] th a.c-link__blank {
        font-size:15px;
        font-size: .9375rem
    }
}

[class*=c-table] th {
    font-weight: 400;
    text-align: left;
    vertical-align: top;
    background: #f8f8f5
}

[class*=c-table] p:not([class]) {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.69231
}

@media (min-width: 1000px) {
    [class*=c-table] p:not([class]) {
        margin-top:18px;
        font-size: 15px;
        font-size: .9375rem;
        line-height: 1.73333
    }
}

[class*=c-table] p:not([class]):first-child {
    margin-top: 0
}

[class*=c-table] figure:not([class]) {
    margin-top: 18px;
    margin-left: 0
}

._nowrap th {
    white-space: nowrap
}

.c-table__row th {
    width: calc(100 / 343 * 100%)
}

@media (min-width: 1000px) {
    .c-table__row th {
        width:20%
    }
}