@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

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

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

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

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: none;
    text-decoration: none;
}

b,
strong {
    font-weight: bolder;
}

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

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

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

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

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

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

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

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

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* --------------------
 Styles
-------------------- */
:root {
    --fs10: 0.625rem;
    --fs11: 0.6875rem;
    --fs12: 0.75rem;
    --fs13: 0.8125rem;
    --fs14: 0.875rem;
    --fs15: 0.9375rem;
    --fs16: 1rem;
    --fs17: 1.0625rem;
    --fs18: 1.125rem;
    --fs19: 1.1875rem;
    --fs20: 1.25rem;
    --fs21: 1.3125rem;
    --fs22: 1.375rem;
    --fs23: 1.4375rem;
    --fs24: 1.5rem;
    --fs25: 1.5625rem;
    --fs26: 1.625rem;
    --fs27: 1.6875rem;
    --fs28: 1.75rem;
    --fs29: 1.8125rem;
    --fs30: 1.875rem;
    --fs31: 1.9375rem;
    --fs32: 2rem;
    --fs33: 2.0625rem;
    --fs34: 2.125rem;
    --fs35: 2.1875rem;
    --fs36: 2.25rem;
    --fs37: 2.3125rem;
    --fs38: 2.375rem;
    --fs39: 2.4375rem;
    --fs40: 2.5rem;
    --ff-serif: Noto Serif JP, serif;
    --color-text: #000000;
    --color-text-rgb: 0, 0, 0;
    --color-dark-gray: #333333;
    --color-dark-gray-rgb: 51, 51, 51;
    --color-theme: #00377d;
    --color-theme-rgb: 0, 55, 125;
    --color-flame-orange: #00377d;
    --color-flame-orange-rgb: 0, 55, 125;
    --color-white: #ffffff;
    --color-white-rgb: 255, 255, 255;
    --color-ivory: #efefed;
    --color-ivory-rgb: 239, 239, 237;
    --sidenav-width: 224px;
    --container-width: 1170px;
    --c-pad: 16px;
}

@media (min-width: 768px) {
    :root {
        --c-pad: 30px;
    }
}

@media (min-width: 1240px) {
    :root {
        --sidenav-width: 400px;
    }
}

@media (min-width: 1492px) {
    :root {
        --sidenav-width: 500px;
    }
}

body {
    background-color: var(--color-ivory);
    color: var(--color-text);
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", Meiryo, sans-serif;
    font-feature-settings: "palt";
    font-size: var(--fs14);
    line-break: normal;
    line-height: 1.6;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

@media (min-width: 768px) {
    body {
        font-size: var(--fs16);
    }
}

* {
    box-sizing: border-box;
}

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

img {
    height: auto;
    max-width: 100%;
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
}

p {
    overflow-wrap: break-word;
}

header,
footer,
main,
nav,
section {
    display: block;
}

button {
    color: inherit;
    cursor: pointer;
}

picture,
figure,
figcaption {
    display: block;
    margin: 0;
}

address {
    font-style: normal;
}

[tabindex="-1"]:focus {
    outline: 0;
}

/* --------------------
 Utils
-------------------- */
@media (max-width: 480px) {
    .hidden-xxs {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1239px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1240px) {
    .hidden-lg {
        display: none !important;
    }
}
/* --------------------
 Layout
-------------------- */
.layout {
    margin: 0 auto;
    max-width: 1920px;
    position: relative;
    width: 100%;
}

@media (min-width: 992px) {
    .layout {
        align-items: stretch;
        display: flex;
        flex-flow: row nowrap;
        justify-content: stretch;
    }
}

.layout__sidenav {
    position: relative;
}

@media (min-width: 992px) {
    .layout__sidenav {
        background-color: var(--color-white);
        width: var(--sidenav-width);
    }
}

@media (min-width: 1920px) {
    .layout__sidenav {
        width: 26.0416666667%;
    }
}

.layout__sidenav:before {
    background-color: var(--color-white);
    bottom: 0;
    content: "";
    display: block;
    left: auto;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 0;
    width: max(0px, (100cqw - 1920px) * 0.5);
    z-index: -1;
}

.layout__main {
    width: 100%;
}

@media (min-width: 992px) {
    .layout__main {
        width: calc(100% - var(--sidenav-width));
    }
}

@media (min-width: 1492px) {
    .layout__main {
        width: calc(100% - var(--sidenav-width));
    }
}

@media (min-width: 1920px) {
    .layout__main {
        width: 73.9583333333%;
    }
}

.layout__main-inner {
    padding: 0;
    width: 100%;
}

@media (min-width: 992px) {
    .layout__main-inner {
        max-width: calc(1920px - var(--sidenav-width));
        padding: 0 50px 0 0;
    }
}

/* --------------------
 Commons
-------------------- */
.com-page-head {
    align-items: flex-end;
    background-image: url(../images/commons/com-page-head.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-flow: row nowrap;
    height: 240px;
    justify-content: stretch;
    margin: 0;
    padding: 0 0 30px;
}

@media (min-width: 768px) {
    .com-page-head {
        height: 400px;
    }
}

@media (min-width: 992px) {
    .com-page-head {
        height: 500px;
        margin: 0 -50px 0 0;
        padding: 0 50px 70px 0;
    }
}

.com-page-head-container {
    margin: 0 auto;
    max-width: calc(var(--container-width) + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

.com-page-head__title {
    margin: 0;
}

.com-page-head__title__en {
    display: block;
    font-size: var(--fs10);
    margin: 0 0 10px;
}

@media (min-width: 768px) {
    .com-page-head__title__en {
        margin: 0 0 12px;
    }
}

@media (min-width: 992px) {
    .com-page-head__title__en {
        margin: 0 0 12px;
    }
}

.com-page-head__title__en img {
    height: 60px;
    object-fit: contain;
    object-position: left bottom;
    width: auto;
}

@media (min-width: 768px) {
    .com-page-head__title__en img {
        height: 70px;
    }
}

@media (min-width: 992px) {
    .com-page-head__title__en img {
        height: 74px;
    }
}

.com-page-head__title__ja {
    display: block;
    font-family: var(--ff-serif);
    font-size: var(--fs24);
    font-weight: 400;
    letter-spacing: 0.3em;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .com-page-head__title__ja {
        font-size: var(--fs28);
    }
}

@media (min-width: 992px) {
    .com-page-head__title__ja {
        font-size: var(--fs30);
    }
}

.com-page-head__title__ja:first-letter {
    color: var(--color-theme);
}

.com-button {
    align-items: center;
    background-color: var(--color-theme);
    border: 1px solid var(--color-theme);
    border-radius: 18px;
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs16);
    font-weight: 500;
    height: 35px;
    justify-content: center;
    letter-spacing: 0.2em;
    line-height: 2.2;
    margin: 0 auto;
    min-width: 300px;
    padding: 0 32px 0.05em calc(32px + 0.2em);
    text-align: center;
    text-decoration: none;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .com-button {
        font-size: var(--fs18);
        min-width: 320px;
    }
}

@media (min-width: 1240px) {
    .com-button {
        font-size: var(--fs20);
        min-width: 340px;
    }
}

.com-button--small {
    min-width: 200px;
}

@media (min-width: 768px) {
    .com-button--small {
        min-width: 220px;
    }
}

@media (min-width: 1240px) {
    .com-button--small {
        min-width: 240px;
    }
}

.com-button:focus {
    background-color: var(--color-white);
    color: var(--color-theme);
}

@media (hover: hover) and (pointer: fine) {
    .com-button:hover {
        background-color: var(--color-white);
        color: var(--color-theme);
    }
}

.com-contact {
    background-image: url(../images/commons/com-contact-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0 60px;
}

.com-contact-container {
    margin: 0 auto;
    max-width: calc(1200px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

.com-contact__title {
    border-bottom: 1px solid var(--color-text);
    border-top: 1px solid var(--color-text);
    font-family: var(--ff-serif);
    font-size: var(--fs24);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0 0 12px;
    padding: 10px 0;
    text-align: center;
}

@media (min-width: 768px) {
    .com-contact__title {
        font-size: var(--fs28);
        letter-spacing: 0.18em;
    }
}

@media (min-width: 992px) {
    .com-contact__title {
        font-size: var(--fs32);
    }
}

@media (min-width: 1240px) {
    .com-contact__title {
        font-size: var(--fs40);
    }
}

@media (min-width: 1492px) {
    .com-contact__title {
        font-size: 2.75rem;
    }
}

.com-contact__content {
    margin: 0 0 42px;
}

.com-contact__content p {
    font-size: var(--fs16);
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0;
}

@media (min-width: 992px) {
    .com-contact__content p {
        font-size: var(--fs18);
        text-align: center;
    }
}

@media (min-width: 1240px) {
    .com-contact__content p {
        font-size: var(--fs19);
    }
}

.com-contact__list {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    justify-content: stretch;
    margin: 0 auto;
    max-width: 290px;
    width: 100%;
}

@media (min-width: 768px) {
    .com-contact__list {
        flex-wrap: nowrap;
        gap: 50px;
        justify-content: center;
        max-width: none;
    }
}

@media (min-width: 992px) {
    .com-contact__list {
        gap: 60px;
    }
}

.com-contact__list__item {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .com-contact__list__item {
        flex: 0 0 auto;
    }
}

.com-contact__list__item__tel {
    align-items: center;
    color: inherit;
    display: flex;
    flex-flow: row nowrap;
    gap: 12px;
    justify-content: flex-start;
    text-decoration: none;
    transition: color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

.com-contact__list__item__tel:before {
    background-image: url(../images/commons/com-contact-icon-tel.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 58px;
    width: 58px;
}

@media (min-width: 768px) {
    .com-contact__list__item__tel:before {
        height: 64px;
        width: 64px;
    }
}

@media (min-width: 992px) {
    .com-contact__list__item__tel:before {
        height: 72px;
        width: 72px;
    }
}

.com-contact__list__item__tel-inner {
    padding: 0 0 6px;
}

.com-contact__list__item__tel__number {
    font-size: var(--fs26);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.1;
    margin: 0 0 2px;
    text-align: center;
}

@media (min-width: 768px) {
    .com-contact__list__item__tel__number {
        font-size: var(--fs28);
    }
}

@media (min-width: 992px) {
    .com-contact__list__item__tel__number {
        font-size: var(--fs32);
    }
}

.com-contact__list__item__tel__business {
    font-size: var(--fs10);
    letter-spacing: 0.042em;
    line-height: 1.1;
    padding: 0 0 0 4px;
    text-align: center;
}

@media (min-width: 768px) {
    .com-contact__list__item__tel__business {
        font-size: var(--fs16);
    }
}

@media (min-width: 992px) {
    .com-contact__list__item__tel__business {
        font-size: var(--fs18);
    }
}

.com-contact__list__item__tel:focus {
    color: var(--color-theme);
}

@media (hover: hover) and (pointer: fine) {
    .com-contact__list__item__tel:hover {
        color: var(--color-theme);
    }
}

.com-contact__list__item__email {
    align-items: center;
    color: inherit;
    display: flex;
    flex-flow: row nowrap;
    gap: 12px;
    justify-content: flex-start;
    text-decoration: none;
    transition: color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

.com-contact__list__item__email:before {
    background-image: url(../images/commons/com-contact-icon-email.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 58px;
    width: 58px;
}

@media (min-width: 768px) {
    .com-contact__list__item__email:before {
        height: 64px;
        width: 64px;
    }
}

@media (min-width: 992px) {
    .com-contact__list__item__email:before {
        height: 72px;
        width: 72px;
    }
}

.com-contact__list__item__email__text {
    font-size: var(--fs18);
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.2;
    margin: 0;
    padding: 0 0 8px;
    text-align: left;
}

@media (min-width: 992px) {
    .com-contact__list__item__email__text {
        font-size: var(--fs20);
    }
}

.com-contact__list__item__email:focus {
    color: var(--color-theme);
}

@media (hover: hover) and (pointer: fine) {
    .com-contact__list__item__email:hover {
        color: var(--color-theme);
    }
}

.com-pager {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 10px 12px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.com-pager__item {
    position: relative;
}

.com-pager__item__link {
    align-items: center;
    background: none;
    background-color: var(--color-white);
    border: 1px solid var(--color-theme);
    border-radius: 50%;
    color: var(--color-theme);
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs16);
    font-weight: 400;
    height: 30px;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1.2;
    min-width: 30px;
    padding: 0 4px 0.01em;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, border-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

@media (min-width: 768px) {
    .com-pager__item__link {
        font-size: var(--fs18);
    }
}

.com-pager__item__link img, .com-pager__item__link span {
    vertical-align: middle;
}

.com-pager__item__link:focus {
    background-color: var(--color-theme);
    color: var(--color-white);
}

@media (hover: hover) and (pointer: fine) {
    .com-pager__item__link:hover {
        background-color: var(--color-theme);
        color: var(--color-white);
    }
}

.com-pager__item--active .com-pager__item__link {
    background-color: var(--color-theme);
    color: var(--color-white);
}

.com-pager__item--active .com-pager__item__link:before {
    opacity: 1;
}

.com-pager__item--active .com-pager__item__link:after {
    opacity: 1;
}

.com-pager__item--prev .com-pager__item__link {
    background-color: rgba(var(--color-flame-orange-rgb), 0.63);
    border: none;
}

.com-pager__item--prev .com-pager__item__link:before {
    background-color: var(--color-white);
    bottom: 0;
    content: "";
    display: block;
    height: 9px;
    left: 0;
    margin: auto;
    -webkit-mask-image: url(../images/commons/com-pager-prev.svg);
    mask-image: url(../images/commons/com-pager-prev.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 7px;
}

.com-pager__item--prev .com-pager__item__link span {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    width: 1px;
}

.com-pager__item--next .com-pager__item__link {
    background-color: rgba(var(--color-flame-orange-rgb), 0.63);
    border: none;
}

.com-pager__item--next .com-pager__item__link:before {
    background-color: var(--color-white);
    bottom: 0;
    content: "";
    display: block;
    height: 9px;
    left: 0;
    margin: auto;
    -webkit-mask-image: url(../images/commons/com-pager-next.svg);
    mask-image: url(../images/commons/com-pager-next.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 7px;
}

.com-pager__item--next .com-pager__item__link span {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    width: 1px;
}

.com-pager__item--prev .com-pager__item__link, .com-pager__item--next .com-pager__item__link {
    font-size: var(--fs10);
}

.com-pager__item--prev .com-pager__item__link:focus, .com-pager__item--next .com-pager__item__link:focus {
    background-color: var(--color-flame-orange);
}

@media (hover: hover) and (pointer: fine) {
    .com-pager__item--prev .com-pager__item__link:hover, .com-pager__item--next .com-pager__item__link:hover {
        background-color: var(--color-flame-orange);
    }
}

.com-breadcrumb {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 5px 0;
    justify-content: flex-start;
    list-style: none;
    margin: 0 auto 30px;
    max-width: calc(var(--container-width) + var(--c-pad)*2);
    padding: 20px var(--c-pad);
    width: 100%;
}

@media (min-width: 768px) {
    .com-breadcrumb {
        margin: 0 auto 40px;
    }
}

.com-breadcrumb > li {
    font-size: var(--fs14);
    font-weight: 300;
    line-height: 1.2;
    margin: 0;
    padding: 0 20px 0 0;
    position: relative;
}

@media (min-width: 768px) {
    .com-breadcrumb > li {
        font-size: var(--fs16);
    }
}

.com-breadcrumb > li:after {
    background-image: url(../images/commons/com-breadcrumb-angle-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: auto;
    content: "";
    display: block;
    height: 7px;
    margin: auto 0;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
}

.com-breadcrumb > li:last-child {
    padding-right: 0;
}

.com-breadcrumb > li:last-child:after {
    display: none;
}

.com-breadcrumb > li > a, .com-breadcrumb > li > span {
    color: inherit;
    display: block;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: 0.1em;
    line-height: 1.2;
}

.com-breadcrumb > li > a {
    text-decoration: underline;
    -webkit-text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
    text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
    transition: color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-text-decoration-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, text-decoration-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, text-decoration-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-text-decoration-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.com-breadcrumb > li > a:focus {
    color: var(--color-theme);
    -webkit-text-decoration-color: color-mix(in srgb, currentColor, transparent 0%);
    text-decoration-color: color-mix(in srgb, currentColor, transparent 0%);
}

@media (hover: hover) and (pointer: fine) {
    .com-breadcrumb > li > a:hover {
        color: var(--color-theme);
        -webkit-text-decoration-color: color-mix(in srgb, currentColor, transparent 0%);
        text-decoration-color: color-mix(in srgb, currentColor, transparent 0%);
    }
}

.com-title {
    align-items: center;
    color: var(--color-theme);
    display: flex;
    flex-flow: row nowrap;
    font-family: var(--ff-serif);
    font-size: var(--fs28);
    font-weight: 500;
    gap: 12px;
    justify-content: center;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0 0 40px;
    padding: 0 0 0 0.2em;
    text-align: center;
}

@media (min-width: 768px) {
    .com-title {
        font-size: var(--fs36);
        gap: 44px;
        letter-spacing: 0.2em;
        margin: 0 0 60px;
    }
}

@media (min-width: 1240px) {
    .com-title {
        font-size: var(--fs40);
    }
}

.com-title:before, .com-title:after {
    border: 1px solid var(--color-theme);
    content: "";
    display: block;
    flex: 1 1 auto;
    height: 8px;
}

@media (min-width: 768px) {
    .com-title:before, .com-title:after {
        height: 10px;
    }
}

@media (min-width: 1240px) {
    .com-title:before, .com-title:after {
        height: 14px;
    }
}

.com-title:before {
    border-right: none;
}

.com-title:after {
    border-left: none;
}

.com-subtitle {
    background-color: var(--color-theme);
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 15px) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 15px) 100%, 0 100%);
    color: var(--color-white);
    display: block;
    font-size: var(--fs20);
    font-weight: 700;
    letter-spacing: 0.4em;
    line-height: 1.4;
    margin: 0 0 16px;
    padding: 8px 16px;
    width: 100%;
}

@media (min-width: 768px) {
    .com-subtitle {
        -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0 100%);
        font-size: var(--fs24);
        padding: 8px 26px;
        width: calc(100% - 12px);
    }
}

@media (min-width: 992px) {
    .com-subtitle {
        font-size: var(--fs28);
    }
}

.com-subtitle ._small {
    font-size: var(--fs18);
    letter-spacing: 0.1em;
}

@media (min-width: 768px) {
    .com-subtitle ._small {
        font-size: var(--fs20);
    }
}

@media (min-width: 992px) {
    .com-subtitle ._small {
        font-size: var(--fs22);
    }
}

.com-subtitle--compact {
    letter-spacing: 0.1em;
}

.com-subtitle--small {
    font-size: var(--fs18);
    letter-spacing: 0.1em;
}

@media (min-width: 768px) {
    .com-subtitle--small {
        font-size: var(--fs22);
    }
}

/* --------------------
 Mobile Header
-------------------- */
.mbheader {
    left: 10px;
    position: fixed;
    top: 20px;
    z-index: 99;
}

@media (min-width: 992px) {
    .mbheader {
        display: none;
    }
}

.mbheader__logo {
    font-size: var(--fs10);
    margin: 0;
}

.mbheader__logo a {
    display: block;
    font-size: var(--fs10);
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: -webkit-fit-content;
    width: fit-content;
}

.mbheader__logo a:before {
    aspect-ratio: 144/38;
    background-color: var(--color-white);
    content: "";
    display: block;
    height: auto;
    -webkit-mask-image: url(../images/logos/logo-white.svg);
    mask-image: url(../images/logos/logo-white.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 90px;
}

.mbheader__logo a span {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    width: 1px;
}

.mbheader__logo a:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .mbheader__logo a:hover {
        opacity: 0.65;
    }
}

.mbheader__logo:not(.-active) a {
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.mbheader.-colored .mbheader__logo a:before {
    background-color: var(--color-theme);
}

/* --------------------
 Global items
-------------------- */
.gcontact {
    align-items: stretch;
    background-color: var(--color-white);
    border: 2px solid var(--color-white);
    border-radius: 20px 20px 0 0;
    bottom: 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
    display: flex;
    flex-flow: row nowrap;
    gap: 0;
    height: 50px;
    justify-content: flex-start;
    left: auto;
    max-width: 390px;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: auto;
    width: 100%;
    z-index: 99;
}

@media (min-width: 992px) {
    .gcontact {
        border-radius: 20px 0 0 20px;
        border-width: 3px;
        bottom: auto;
        box-shadow: none;
        height: 54px;
        max-width: none;
        top: 0;
        width: 390px;
    }
}

@media (min-width: 1240px) {
    .gcontact {
        height: 60px;
        width: 480px;
    }
}

.gcontact__title {
    display: block;
    height: 100%;
    margin: 0;
    width: 160px;
}

@media (min-width: 1240px) {
    .gcontact__title {
        width: 200px;
    }
}

.gcontact__title a, .gcontact__title span {
    align-items: center;
    background-color: var(--color-theme);
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs18);
    font-weight: 700;
    height: 100%;
    justify-content: center;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
}

@media (max-width: 480px) {
    .gcontact__title a {
        font-size: var(--fs16);
        letter-spacing: 0;
    }
}

@media (min-width: 992px) {
    .gcontact__title a, .gcontact__title span {
        font-size: var(--fs20);
    }
}

@media (min-width: 1240px) {
    .gcontact__title a, .gcontact__title span {
        font-size: var(--fs23);
    }
}

.gcontact__title a {
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.gcontact__title a:focus {
    background-color: var(--color-white);
    color: var(--color-theme);
}

@media (hover: hover) and (pointer: fine) {
    .gcontact__title a:hover {
        background-color: var(--color-white);
        color: var(--color-theme);
    }
}

.gcontact__tel {
    height: 100%;
    width: 260px;
}

@media (min-width: 1240px) {
    .gcontact__tel {
        width: 300px;
    }
}

.gcontact__tel a {
    align-items: stretch;
    color: inherit;
    display: flex;
    flex-flow: column nowrap;
    font-size: var(--fs12);
    font-weight: 400;
    height: 100%;
    justify-content: center;
    line-height: 1.1;
    padding: 0 6px 0 8px;
    text-decoration: none;
    transition: color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    white-space: nowrap;
    width: 100%;
}

@media (max-width: 480px) {
    .gcontact__tel a {
        font-size: var(--fs10);
    }
}

@media (min-width: 992px) {
    .gcontact__tel a {
        font-size: var(--fs14);
        padding: 0 8px;
    }
}

@media (min-width: 1240px) {
    .gcontact__tel a {
        font-size: var(--fs16);
        padding: 0 12px;
    }
}

.gcontact__tel a span {
    display: block;
}

.gcontact__tel a em {
    display: block;
    font-size: var(--fs24);
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.075em;
}

@media (min-width: 992px) {
    .gcontact__tel a em {
        font-size: var(--fs26);
    }
}

@media (min-width: 1240px) {
    .gcontact__tel a em {
        font-size: var(--fs31);
    }
}

.gcontact__tel a:focus {
    color: var(--color-theme);
}

@media (hover: hover) and (pointer: fine) {
    .gcontact__tel a:hover {
        color: var(--color-theme);
    }
}

.gcontact__tel a span small {
    font-size: var(--fs10);
    font-style: normal;
    letter-spacing: 0;
}

@media (max-width: 480px) {
    .gcontact__tel a span small {
        font-size: var(--fs8);
    }
}

@media (min-width: 992px) {
    .gcontact__tel a span small {
        font-size: var(--fs12);
    }
}

.burger {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: var(--color-white);
    border: 1px solid var(--color-theme);
    border-radius: 50%;
    bottom: auto;
    color: var(--color-theme);
    font-size: var(--fs16);
    font-weight: 700;
    height: 68px;
    left: auto;
    letter-spacing: 0.1em;
    line-height: 1.2;
    padding: 0;
    position: fixed;
    right: 15px;
    top: 15px;
    white-space: nowrap;
    width: 68px;
    z-index: 100;
}

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

.overlay {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 98;
}

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

/* --------------------
 Side Navigation
-------------------- */
.sidenav {
    align-items: stretch;
    background-color: var(--color-white);
    border-radius: 20px;
    bottom: auto;
    display: none;
    flex-flow: column nowrap;
    justify-content: stretch;
    left: 20px;
    margin: 0;
    max-height: calc(100svh - 40px);
    padding: 0;
    position: fixed;
    right: 20px;
    top: 30px;
    width: auto;
    z-index: 99;
}

@media (min-width: 992px) {
    .sidenav {
        background-color: transparent;
        border-radius: 0;
        display: flex !important;
        left: auto;
        margin: 0 0 0 auto;
        max-height: 100svh;
        max-width: 400px;
        opacity: 1 !important;
        position: -webkit-sticky;
        position: sticky;
        right: 0;
        top: 0;
        width: calc(100% - 20px);
        z-index: 0;
    }
}

@media (min-width: 1240px) {
    .sidenav {
        width: calc(100% - var(--c-pad));
    }
}

.sidenav-scroller {
    flex: 0 1 auto;
    padding: 60px 20px;
}

@media (min-width: 992px) {
    .sidenav-scroller {
        padding: 20px 20px 40px 0;
    }
}

.sidenav__logo {
    display: none;
    font-size: var(--fs10);
    line-height: 1;
    margin: 0 0 32px;
}

@media (min-width: 992px) {
    .sidenav__logo {
        display: block;
    }
}

@media (min-width: 1240px) {
    .sidenav__logo {
        margin: 0 0 36px;
    }
}

.sidenav__logo a {
    display: block;
    font-size: var(--fs10);
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

.sidenav__logo a:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .sidenav__logo a:hover {
        opacity: 0.65;
    }
}

.sidenav__logo a img {
    width: 116px;
}

@media (min-width: 1240px) {
    .sidenav__logo a img {
        width: 144px;
    }
}

.sidenav__title {
    display: none;
    font-family: var(--ff-serif);
    font-size: var(--fs18);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.4;
    margin: 0 0 12px;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .sidenav__title {
        display: block;
    }
}

@media (min-width: 1240px) {
    .sidenav__title {
        font-size: var(--fs28);
    }
}

@media (min-width: 1492px) {
    .sidenav__title {
        font-size: var(--fs32);
    }
}

.sidenav__content {
    display: none;
    margin: 0 0 40px;
}

@media (min-width: 992px) {
    .sidenav__content {
        display: block;
    }
}

.sidenav__content p {
    color: var(--color-text);
    font-size: var(--fs12);
    letter-spacing: 0.05em;
    line-height: 2;
    margin: 0;
}

@media (min-width: 1240px) {
    .sidenav__content p {
        font-size: var(--fs15);
    }
}

@media (min-width: 1492px) {
    .sidenav__content p {
        font-size: var(--fs16);
    }
}

.sidenav__menu {
    margin: 0 0 12px;
}

.sidenav__menu__item {
    margin: 0 0 10px;
}

.sidenav__menu__item:last-child {
    margin-bottom: 0;
}

.sidenav__menu__item > a, .sidenav__menu__item > span {
    border-left: 4px solid var(--color-theme);
    color: var(--color-text);
    display: block;
    font-size: var(--fs15);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0 auto;
    min-width: 80px;
    padding: 0 0 0 6px;
    text-decoration: none;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 992px) {
    .sidenav__menu__item > a, .sidenav__menu__item > span {
        margin: 0;
        min-width: auto;
        width: -webkit-fit-content;
        width: fit-content;
    }
}

.sidenav__menu__item > a {
    transition: color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.sidenav__menu__item > a:focus {
    color: var(--color-theme);
}

@media (hover: hover) and (pointer: fine) {
    .sidenav__menu__item > a:hover {
        color: var(--color-theme);
    }
}

.sidenav__menu__item__sub {
    padding: 12px 0 10px;
}

@media (min-width: 992px) {
    .sidenav__menu__item__sub {
        padding: 12px 0 10px 12px;
    }
}

@media (min-width: 1240px) {
    .sidenav__menu__item__sub {
        padding: 12px 0 10px 40px;
    }
}

.sidenav__menu__item__sub__item {
    margin: 0 0 12px;
}

.sidenav__menu__item__sub__item:last-child {
    margin-bottom: 0;
}

.sidenav__menu__item__sub__item a {
    background-color: rgba(var(--color-flame-orange-rgb), 0.63);
    border-radius: 20px;
    color: var(--color-white);
    display: block;
    font-size: var(--fs17);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 220px;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
}

@media (min-width: 992px) {
    .sidenav__menu__item__sub__item a {
        font-size: var(--fs13);
        margin: 0;
        max-width: 230px;
    }
}

@media (min-width: 1240px) {
    .sidenav__menu__item__sub__item a {
        font-size: var(--fs18);
    }
}

.sidenav__menu__item__sub__item a:focus {
    background-color: rgba(var(--color-flame-orange-rgb), 1);
}

@media (hover: hover) and (pointer: fine) {
    .sidenav__menu__item__sub__item a:hover {
        background-color: rgba(var(--color-flame-orange-rgb), 1);
    }
}

.sidenav__submenu {
    padding: 0;
}

@media (min-width: 992px) {
    .sidenav__submenu {
        padding: 0 0 0 12px;
    }
}

@media (min-width: 1240px) {
    .sidenav__submenu {
        padding: 0 0 0 40px;
    }
}

.sidenav__submenu__item {
    margin: 0 0 8px;
}

.sidenav__submenu__item:last-child {
    margin-bottom: 0;
}

.sidenav__submenu__item a {
    background-color: rgba(var(--color-theme-rgb), 0);
    border: 1px solid var(--color-theme);
    border-radius: 20px;
    color: var(--color-theme);
    display: block;
    font-size: var(--fs17);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 220px;
    padding: 3px 34px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
}

@media (min-width: 992px) {
    .sidenav__submenu__item a {
        font-size: var(--fs13);
        margin: 0;
        max-width: 230px;
    }
}

@media (min-width: 1240px) {
    .sidenav__submenu__item a {
        font-size: var(--fs18);
    }
}

.sidenav__submenu__item a:focus {
    background-color: rgba(var(--color-theme-rgb), 1);
    color: var(--color-white);
}

@media (hover: hover) and (pointer: fine) {
    .sidenav__submenu__item a:hover {
        background-color: rgba(var(--color-theme-rgb), 1);
        color: var(--color-white);
    }
}

.sidenav__submenu__item a._external:after {
    background-color: var(--color-theme);
    bottom: 0;
    content: "";
    display: block;
    height: 14px;
    margin: auto 0;
    -webkit-mask-image: url(../images/icons/icon-black-external-link.svg);
    mask-image: url(../images/icons/icon-black-external-link.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 10px;
    top: 0;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 14px;
}

@media (min-width: 992px) {
    .sidenav__submenu__item a._external:after {
        height: 12px;
        width: 12px;
    }
}

@media (min-width: 1240px) {
    .sidenav__submenu__item a._external:after {
        height: 16px;
        width: 16px;
    }
}

.sidenav__submenu__item a._external:focus:after {
    background-color: var(--color-white);
}

@media (hover: hover) and (pointer: fine) {
    .sidenav__submenu__item a._external:hover:after {
        background-color: var(--color-white);
    }
}

/* --------------------
 Footer
-------------------- */
.footer {
    padding: 50px 0 70px;
}

@media (min-width: 992px) {
    .footer {
        padding: 50px 0 50px;
    }
}

.footer-inner {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 40px 20px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: calc(1200px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

@media (min-width: 992px) {
    .footer-inner {
        flex-wrap: nowrap;
    }
}

.footer__info {
    flex: 0 0 100%;
}

@media (min-width: 992px) {
    .footer__info {
        flex: 0 0 auto;
        padding: 5px 0 0;
    }
}

.footer__info__logo {
    margin: 0 0 40px;
}

@media (min-width: 1240px) {
    .footer__info__logo {
        margin: 0 0 46px;
    }
}

.footer__info__logo a {
    display: block;
    font-size: var(--fs10);
    margin: 0 auto;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 992px) {
    .footer__info__logo a {
        margin: 0;
    }
}

.footer__info__logo a:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .footer__info__logo a:hover {
        opacity: 0.65;
    }
}

.footer__info__logo a img {
    width: 160px;
}

@media (min-width: 768px) {
    .footer__info__logo a img {
        width: 178px;
    }
}

.footer__info__company__name {
    font-size: var(--fs15);
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0 0 22px;
    text-align: center;
}

@media (min-width: 992px) {
    .footer__info__company__name {
        text-align: left;
    }
}

@media (min-width: 1240px) {
    .footer__info__company__name {
        font-size: var(--fs17);
    }
}

.footer__info__company__address__item {
    display: block;
    font-size: var(--fs14);
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin: 0 0 18px;
    text-align: center;
}

@media (min-width: 992px) {
    .footer__info__company__address__item {
        text-align: left;
    }
}

@media (min-width: 1240px) {
    .footer__info__company__address__item {
        font-size: var(--fs16);
    }
}

.footer__info__company__address__item:last-child {
    margin: 0;
}

.footer__info__company__address__item a {
    color: inherit;
    text-decoration: none;
}

.footer__nav {
    align-items: stretch;
    display: flex;
    flex: 0 0 100%;
    flex-flow: column nowrap;
    justify-content: space-between;
}

@media (min-width: 992px) {
    .footer__nav {
        flex: 1 1 auto;
    }
}

.footer__nav__menu {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 30px 12px;
    justify-content: center;
    margin: 0 auto 50px;
    max-width: 350px;
    padding: 0 0 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .footer__nav__menu {
        flex-wrap: nowrap;
        gap: 30px;
        margin: 0 0 50px;
        max-width: none;
        padding: 0;
    }
}

@media (min-width: 992px) {
    .footer__nav__menu {
        gap: 12px;
        justify-content: space-between;
        margin: 0 0 36px;
    }
}

.footer__nav__menu__list {
    flex: 0 0 calc(50% - 6px);
}

@media (min-width: 768px) {
    .footer__nav__menu__list {
        flex: 0 0 auto;
    }
}

@media (min-width: 768px) {
    .footer__nav__menu__list--business {
        margin: 0 -8px 0 0;
    }
}

@media (min-width: 992px) {
    .footer__nav__menu__list--business {
        margin: 0 -12px 0 0;
    }
}

@media (min-width: 1240px) {
    .footer__nav__menu__list--business {
        margin: 0 -20px 0 0;
    }
}

.footer__nav__menu__list__item > a, .footer__nav__menu__list__item > span {
    color: inherit;
    display: block;
    font-size: var(--fs14);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.4;
    position: relative;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 1240px) {
    .footer__nav__menu__list__item > a, .footer__nav__menu__list__item > span {
        font-size: var(--fs16);
    }
}

.footer__nav__menu__list__item > a {
    padding: 0 17px 0 0;
    text-decoration: none;
    transition: color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

@media (min-width: 768px) {
    .footer__nav__menu__list__item > a {
        padding: 0 19px 0 0;
    }
}

.footer__nav__menu__list__item > a:after {
    background-color: var(--color-theme);
    bottom: 0;
    content: "";
    display: block;
    height: 12px;
    left: auto;
    margin: auto 0;
    -webkit-mask-image: url(../images/icons/icon-black-double-angle-right.svg);
    mask-image: url(../images/icons/icon-black-double-angle-right.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    width: 12px;
}

@media (min-width: 768px) {
    .footer__nav__menu__list__item > a:after {
        height: 15px;
        width: 15px;
    }
}

.footer__nav__menu__list__item > a:focus {
    color: var(--color-theme);
}

@media (hover: hover) and (pointer: fine) {
    .footer__nav__menu__list__item > a:hover {
        color: var(--color-theme);
    }
}

.footer__nav__menu__list__item__sub {
    margin: 8px 0 0;
}

@media (min-width: 768px) {
    .footer__nav__menu__list__item__sub {
        margin: 12px 0 0;
    }
}

.footer__nav__menu__list__item__sub__item {
    margin: 0 0 8px;
}

.footer__nav__menu__list__item__sub__item:last-child {
    margin: 0;
}

.footer__nav__menu__list__item__sub__item a {
    color: inherit;
    display: block;
    font-size: var(--fs14);
    letter-spacing: 0.025em;
    line-height: 1.5;
    text-decoration: underline;
    -webkit-text-decoration-color: color-mix(in srgb, var(--color-theme), transparent 0%);
    text-decoration-color: color-mix(in srgb, var(--color-theme), transparent 0%);
    text-underline-offset: 4px;
    transition: color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-text-decoration-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: text-decoration-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: text-decoration-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-text-decoration-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 1240px) {
    .footer__nav__menu__list__item__sub__item a {
        font-size: var(--fs16);
    }
}

.footer__nav__menu__list__item__sub__item a:focus {
    color: var(--color-theme);
    -webkit-text-decoration-color: color-mix(in srgb, var(--color-theme), transparent 100%);
    text-decoration-color: color-mix(in srgb, var(--color-theme), transparent 100%);
}

@media (hover: hover) and (pointer: fine) {
    .footer__nav__menu__list__item__sub__item a:hover {
        color: var(--color-theme);
        -webkit-text-decoration-color: color-mix(in srgb, var(--color-theme), transparent 100%);
        text-decoration-color: color-mix(in srgb, var(--color-theme), transparent 100%);
    }
}

.footer__nav__copyright {
    display: block;
    font-size: var(--fs12);
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    margin: 0;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .footer__nav__copyright {
        font-size: var(--fs14);
    }
}

@media (min-width: 992px) {
    .footer__nav__copyright {
        text-align: right;
    }
}

@media (min-width: 1240px) {
    .footer__nav__copyright {
        font-size: var(--fs15);
    }
}