@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;
}

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;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

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;
}

address,
details,
picture {
    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;
    --color-navy: #182b84;
    --color-navy-rgb: 24, 43, 132;
    --color-charcoal: #222222;
    --color-charcoal-rgb: 34, 34, 34;
    --color-royal-blue: #3d50a8;
    --color-royal-blue-rgb: 61, 80, 168;
    --color-blue: #2E90DF;
    --color-blue-rgb: 46, 144, 223;
    --color-cornflower: #6370b5;
    --color-cornflower-rgb: 99, 112, 181;
    --color-gray: #707070;
    --color-gray-rgb: 112, 112, 112;
    --color-sky-blue: #b7dfff;
    --color-sky-blue-rgb: 183, 223, 255;
    --color-crimson: #ca0915;
    --color-crimson-rgb: 202, 9, 21;
    --color-light-gray: #efefef;
    --color-light-gray-rgb: 239, 239, 239;
    --color-smoke: #f5f5f5;
    --color-smoke-rgb: 245, 245, 245;
    --color-coral: #ff5722;
    --color-coral-rgb: 255, 87, 34;
    --color-white: #ffffff;
    --color-white-rgb: 255, 255, 255;
    --container-width: 1080px;
    --c-pad: 1.25rem;
    --duration: 0.35s;
    --cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
    --header-height: 70px;
    --ff-roboto: "Roboto", sans-serif;
}

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

@media (min-width: 992px) {
    :root {
        --header-height: 80px;
    }
}

@media (max-width: 767px) {
    html {
        font-size: 4.2666666667vw;
    }
}

body {
    color: var(--color-charcoal);
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", Meiryo, sans-serif;
    font-size: 0.875rem;
    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: 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 {
    padding: var(--header-height) 0 0;
}

/* --------------------
 Commons
-------------------- */
.com-button {
    align-items: center;
    color: var(--color-white);
    display: flex;
    filter: drop-shadow(0 0.5333333333vw 1.0666666667vw rgba(0, 0, 0, 0.2));
    flex-flow: row nowrap;
    font-size: var(--fs16);
    font-weight: 700;
    height: 12.8vw;
    justify-content: center;
    margin: 0;
    padding: 0 11.7333333333vw;
    position: relative;
    text-decoration: none;
    transition: color var(--duration) var(--cubic) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .com-button {
        filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
        font-size: var(--fs18);
        height: 44px;
        padding: 0 44px;
    }
}

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

.com-button:before {
    background-color: var(--color-coral);
    bottom: 0;
    -webkit-clip-path: polygon(3.2vw 0, 100% 0, calc(100% - 3.2vw) 100%, 0 100%);
    clip-path: polygon(3.2vw 0, 100% 0, calc(100% - 3.2vw) 100%, 0 100%);
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: color var(--duration) var(--cubic) 0s, background-color var(--duration) var(--cubic) 0s;
    z-index: -1;
}

@media (min-width: 768px) {
    .com-button:before {
        -webkit-clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
        clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
    }
}

.com-button:focus {
    color: var(--color-coral);
}

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

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

    .com-button:hover:before {
        background-color: var(--color-white);
    }
}

.com-button--center {
    margin-left: auto;
    margin-right: auto;
}

.com-button2 {
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: var(--color-navy);
    border: 0.2666666667vw solid var(--color-navy);
    border-radius: 0;
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs14);
    height: 13.3333333333vw;
    justify-content: center;
    margin: 0;
    max-width: 74.6666666667vw;
    text-decoration: none;
    transition: background-color var(--duration) var(--cubic) 0s, color var(--duration) var(--cubic) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .com-button2 {
        border-width: 1px;
        font-size: var(--fs18);
        height: 60px;
        max-width: 305px;
    }
}

.com-button2:focus {
    background-color: var(--color-white);
    color: var(--color-navy);
}

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

.com-button2--center {
    margin: 0 auto;
}

.com-menu {
    align-items: stretch;
    display: flex;
    flex-flow: row nowrap;
    height: 50.6666666667vw;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .com-menu {
        height: 240px;
    }
}

@media (min-width: 992px) {
    .com-menu {
        height: 380px;
    }
}

.com-menu__catalog {
    background: var(--color-navy);
    background: #bbb;
    color: var(--color-white);
    display: block;
    flex: 0 0 calc(33.33333% - 0.53333vw);
    min-width: 0px;
    padding: 8vw 0 0;
    pointer-events: none;
    position: relative;
    text-decoration: none;
    transition: color var(--duration) var(--cubic) 0s;
    z-index: 1;
}

@media (min-width: 768px) {
    .com-menu__catalog {
        background-color: transparent;
        flex: 0 0 33.3333333333%;
        padding: 40px 0 0;
    }
}

@media (min-width: 992px) {
    .com-menu__catalog {
        padding: 80px 0 0;
    }
}

.com-menu__catalog:before {
    background: var(--color-navy);
    background: #bbb;
    bottom: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 8vw) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 8vw) 100%, 0 100%);
    content: "";
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color var(--duration) var(--cubic) 0s;
    z-index: 0;
}

@media (min-width: 768px) {
    .com-menu__catalog:before {
        -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%);
        display: block;
    }
}

@media (min-width: 992px) {
    .com-menu__catalog:before {
        -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0 100%);
    }
}

.com-menu__catalog-inner {
    position: relative;
    z-index: 1;
}

.com-menu__catalog-inner:before {
    aspect-ratio: 156/132;
    background-color: var(--color-white);
    content: "";
    display: block;
    height: 11vw;
    margin: 0 auto 5.3333333333vw;
    -webkit-mask-image: url(../images/icons/icon-white-book.svg);
    mask-image: url(../images/icons/icon-white-book.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    opacity: 0.6;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: auto;
}

@media (min-width: 768px) {
    .com-menu__catalog-inner:before {
        height: 80px;
        margin: 0 auto 20px;
    }
}

@media (min-width: 992px) {
    .com-menu__catalog-inner:before {
        height: 106px;
        margin: 0 auto 34px;
    }
}

@media (min-width: 1240px) {
    .com-menu__catalog-inner:before {
        height: 132px;
    }
}

.com-menu__catalog__title {
    font-size: var(--fs20);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 4.2666666667vw;
    opacity: 0.6;
    text-align: center;
}

@media (min-width: 768px) {
    .com-menu__catalog__title {
        font-size: var(--fs26);
        margin: 0 0 16px;
    }
}

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

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

.com-menu__catalog__content p {
    font-size: var(--fs12);
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    opacity: 0.6;
    text-align: center;
}

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

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

.com-menu__catalog__content:after {
    content: "準備中";
    display: block;
    font-size: var(--fs12);
    font-weight: 500;
    margin: 0.5333333333vw 0 0;
    text-align: center;
}

@media (min-width: 768px) {
    .com-menu__catalog__content:after {
        font-size: var(--fs14);
        margin: 4px 0 0;
    }
}

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

@media (min-width: 768px) {
    .com-menu__catalog:focus {
        color: var(--color-navy);
    }

    .com-menu__catalog:focus:before {
        background: var(--color-white);
    }

    .com-menu__catalog:focus .com-menu__catalog-inner:before {
        background-color: var(--color-navy);
    }
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
    .com-menu__catalog:hover {
        color: var(--color-navy);
    }

    .com-menu__catalog:hover:before {
        background: var(--color-white);
    }

    .com-menu__catalog:hover .com-menu__catalog-inner:before {
        background-color: var(--color-navy);
    }
}

.com-menu__tel {
    background: var(--color-royal-blue);
    color: var(--color-white);
    display: block;
    flex: 0 0 calc(33.33333% + 1.06667vw);
    min-width: 0px;
    padding: 8vw 0 0 0;
    position: relative;
    text-decoration: none;
    transition: color var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .com-menu__tel {
        background-color: transparent;
        flex: 0 0 33.3333333333%;
        padding: 40px 50px 0 0;
    }
}

@media (min-width: 992px) {
    .com-menu__tel {
        padding: 80px 60px 0 0;
    }
}

.com-menu__tel:before {
    background: var(--color-royal-blue);
    bottom: 0;
    content: "";
    display: none;
    left: -8vw;
    position: absolute;
    right: -8vw;
    top: 0;
    transition: background-color var(--duration) var(--cubic) 0s;
    z-index: 0;
}

@media (min-width: 768px) {
    .com-menu__tel:before {
        display: block;
        left: -30px;
        right: -30px;
    }
}

@media (min-width: 992px) {
    .com-menu__tel:before {
        left: -50px;
        right: -50px;
    }
}

.com-menu__tel-inner {
    height: 100%;
    position: relative;
    z-index: 1;
}

.com-menu__tel-inner:before {
    aspect-ratio: 132/132;
    background-color: var(--color-white);
    content: "";
    display: block;
    height: 11vw;
    margin: 0 auto 5.3333333333vw;
    -webkit-mask-image: url(../images/icons/icon-white-tel.svg);
    mask-image: url(../images/icons/icon-white-tel.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 var(--duration) var(--cubic) 0s;
    width: auto;
}

@media (min-width: 768px) {
    .com-menu__tel-inner:before {
        height: 80px;
        margin: 0 auto 20px;
    }
}

@media (min-width: 992px) {
    .com-menu__tel-inner:before {
        height: 106px;
        margin: 0 auto 34px;
    }
}

@media (min-width: 1240px) {
    .com-menu__tel-inner:before {
        height: 132px;
    }
}

.com-menu__tel__title {
    font-size: var(--fs20);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 4.2666666667vw;
    text-align: center;
}

@media (min-width: 768px) {
    .com-menu__tel__title {
        font-size: var(--fs26);
        margin: 0 0 16px;
    }
}

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

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

.com-menu__tel__content p {
    font-size: var(--fs12);
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

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

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

@media (min-width: 768px) {
    .com-menu__tel:focus {
        color: var(--color-royal-blue);
    }

    .com-menu__tel:focus:before {
        background: var(--color-white);
    }

    .com-menu__tel:focus .com-menu__tel-inner:before {
        background-color: var(--color-royal-blue);
    }
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
    .com-menu__tel:hover {
        color: var(--color-royal-blue);
    }

    .com-menu__tel:hover:before {
        background: var(--color-white);
    }

    .com-menu__tel:hover .com-menu__tel-inner:before {
        background-color: var(--color-royal-blue);
    }
}

.com-menu__contact {
    background: var(--color-cornflower);
    color: var(--color-white);
    display: block;
    flex: 0 0 calc(33.33333% - 0.53333vw);
    min-width: 0px;
    padding: 8vw 0 0;
    position: relative;
    text-decoration: none;
    transition: color var(--duration) var(--cubic) 0s;
    z-index: 2;
}

@media (min-width: 768px) {
    .com-menu__contact {
        background-color: transparent;
        flex: 0 0 33.3333333333%;
        padding: 40px 0 0;
    }
}

@media (min-width: 992px) {
    .com-menu__contact {
        padding: 80px 0 0;
    }
}

.com-menu__contact:before {
    background: var(--color-cornflower);
    bottom: 0;
    -webkit-clip-path: polygon(8vw 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(8vw 0, 100% 0, 100% 100%, 0 100%);
    content: "";
    display: none;
    left: -8vw;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color var(--duration) var(--cubic) 0s;
    z-index: 0;
}

@media (min-width: 768px) {
    .com-menu__contact:before {
        -webkit-clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%);
        display: block;
        left: -30px;
    }
}

@media (min-width: 992px) {
    .com-menu__contact:before {
        -webkit-clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%);
        left: -50px;
    }
}

.com-menu__contact-inner {
    position: relative;
    z-index: 1;
}

.com-menu__contact-inner:before {
    aspect-ratio: 28/22;
    background-color: var(--color-white);
    content: "";
    display: block;
    height: 11vw;
    margin: 0 auto 5.3333333333vw;
    -webkit-mask-image: url(../images/icons/icon-white-email.svg);
    mask-image: url(../images/icons/icon-white-email.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 var(--duration) var(--cubic) 0s;
    width: auto;
}

@media (min-width: 768px) {
    .com-menu__contact-inner:before {
        height: 80px;
        margin: 0 auto 20px;
    }
}

@media (min-width: 992px) {
    .com-menu__contact-inner:before {
        height: 106px;
        margin: 0 auto 34px;
    }
}

@media (min-width: 1240px) {
    .com-menu__contact-inner:before {
        height: 132px;
    }
}

.com-menu__contact__title {
    font-size: var(--fs20);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 4.2666666667vw;
    text-align: center;
}

@media (min-width: 768px) {
    .com-menu__contact__title {
        font-size: var(--fs26);
        margin: 0 0 16px;
    }
}

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

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

.com-menu__contact__content p {
    font-size: var(--fs12);
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

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

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

@media (min-width: 768px) {
    .com-menu__contact:focus {
        color: var(--color-cornflower);
    }

    .com-menu__contact:focus:before {
        background: var(--color-white);
    }

    .com-menu__contact:focus .com-menu__contact-inner:before {
        background-color: var(--color-cornflower);
    }
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
    .com-menu__contact:hover {
        color: var(--color-cornflower);
    }

    .com-menu__contact:hover:before {
        background: var(--color-white);
    }

    .com-menu__contact:hover .com-menu__contact-inner:before {
        background-color: var(--color-cornflower);
    }
}

.com-page-head {
    background-color: var(--color-light-gray);
    height: 42.6666666667vw;
    margin: 0 0 16vw;
    overflow: hidden;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .com-page-head {
        height: 240px;
        margin: 0 0 60px;
    }
}

@media (min-width: 992px) {
    .com-page-head {
        height: 300px;
        margin: 0 0 74px;
    }
}

.com-page-head-container {
    height: 100%;
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
}

.com-page-head-container:before {
    background-color: var(--color-white);
    bottom: 0;
    -webkit-clip-path: polygon(26.6666666667vw 0, 100% 0, calc(100% - 26.66667vw) 100%, 0 100%);
    clip-path: polygon(26.6666666667vw 0, 100% 0, calc(100% - 26.66667vw) 100%, 0 100%);
    content: "";
    display: block;
    height: auto;
    left: 0;
    opacity: 0.58;
    position: absolute;
    right: auto;
    top: 0;
    width: 77.3333333333vw;
}

@media (min-width: 768px) {
    .com-page-head-container:before {
        -webkit-clip-path: polygon(200px 0, 100% 0, calc(100% - 200px) 100%, 0 100%);
        clip-path: polygon(200px 0, 100% 0, calc(100% - 200px) 100%, 0 100%);
        width: 580px;
    }
}

.com-page-head-container:after {
    background-color: var(--color-white);
    bottom: 0;
    -webkit-clip-path: polygon(26.6666666667vw 0, 100% 0, calc(100% - 26.66667vw) 100%, 0 100%);
    clip-path: polygon(26.6666666667vw 0, 100% 0, calc(100% - 26.66667vw) 100%, 0 100%);
    content: "";
    display: block;
    height: auto;
    left: 17.3333333333vw;
    opacity: 0.58;
    position: absolute;
    right: auto;
    top: 0;
    width: 77.3333333333vw;
}

@media (min-width: 768px) {
    .com-page-head-container:after {
        -webkit-clip-path: polygon(200px 0, 100% 0, calc(100% - 200px) 100%, 0 100%);
        clip-path: polygon(200px 0, 100% 0, calc(100% - 200px) 100%, 0 100%);
        left: 130px;
        width: 580px;
    }
}

.com-page-head-container-inner {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    justify-content: stretch;
    margin: 0 auto;
    max-width: calc(var(--container-width) + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    position: relative;
    width: 100%;
    z-index: 1;
}

.com-page-head__title {
    color: var(--color-navy);
    font-size: var(--fs28);
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    text-align: left;
    width: 100%;
}

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

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

.com-title {
    background-color: var(--color-blue);
    color: var(--color-white);
    font-size: var(--fs22);
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 6.4vw;
    padding: 1.0666666667vw 3.2vw;
    position: relative;
    text-align: left;
    z-index: 1;
}

@media (min-width: 768px) {
    .com-title {
        font-size: var(--fs28);
        margin: 0 0 30px;
        padding: 4px 20px;
    }
}

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

.com-title:after {
    background-color: var(--color-sky-blue);
    bottom: 0;
    -webkit-clip-path: polygon(10.6666666667vw 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(10.6666666667vw 0, 100% 0, 100% 100%, 0 100%);
    content: "";
    display: block;
    height: auto;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 14.4vw;
    z-index: -1;
}

@media (min-width: 768px) {
    .com-title:after {
        -webkit-clip-path: polygon(80px 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(80px 0, 100% 0, 100% 100%, 0 100%);
        width: 216px;
    }
}

.navigation.pagination .nav-links {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 3.2vw;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}

@media (min-width: 768px) {
    .navigation.pagination .nav-links {
        gap: 16px 24px;
    }
}

.navigation.pagination .nav-links a.page-numbers, .navigation.pagination .nav-links span.page-numbers {
    align-items: center;
    background-color: var(--color-white);
    border: 0.2666666667vw solid var(--color-navy);
    color: var(--color-navy);
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs14);
    font-weight: 700;
    height: 8.5333333333vw;
    justify-content: center;
    line-height: 1.2;
    margin: 0;
    min-width: 8.5333333333vw;
    padding: 0 1.6vw;
    position: relative;
    text-align: center;
    text-box: trim-both cap alphabetic;
    text-decoration: none;
    transition: border-color var(--duration) var(--cubic) 0s, color var(--duration) var(--cubic) 0s, background-color var(--duration) var(--cubic) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .navigation.pagination .nav-links a.page-numbers, .navigation.pagination .nav-links span.page-numbers {
        border-width: 1px;
        font-size: var(--fs16);
        height: 36px;
        min-width: 36px;
        padding: 0 6px;
    }
}

.navigation.pagination .nav-links a.page-numbers.prev, .navigation.pagination .nav-links span.page-numbers.prev {
    border-color: var(--color-navy);
}

.navigation.pagination .nav-links a.page-numbers.prev span, .navigation.pagination .nav-links span.page-numbers.prev span {
    visibility: hidden;
}

.navigation.pagination .nav-links a.page-numbers.prev:before, .navigation.pagination .nav-links span.page-numbers.prev:before {
    background-color: var(--color-navy);
    bottom: 0;
    content: "";
    display: block;
    height: 4.2666666667vw;
    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 var(--duration) var(--cubic) 0s, opacity var(--duration) var(--cubic) 0s;
    width: 2.6666666667vw;
}

@media (min-width: 768px) {
    .navigation.pagination .nav-links a.page-numbers.prev:before, .navigation.pagination .nav-links span.page-numbers.prev:before {
        height: 16px;
        width: 10px;
    }
}

.navigation.pagination .nav-links a.page-numbers.prev:focus, .navigation.pagination .nav-links span.page-numbers.prev:focus {
    background-color: var(--color-navy);
}

.navigation.pagination .nav-links a.page-numbers.prev:focus:before, .navigation.pagination .nav-links span.page-numbers.prev:focus:before {
    background-color: var(--color-white);
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .navigation.pagination .nav-links a.page-numbers.prev:hover, .navigation.pagination .nav-links span.page-numbers.prev:hover {
        background-color: var(--color-navy);
    }

    .navigation.pagination .nav-links a.page-numbers.prev:hover:before, .navigation.pagination .nav-links span.page-numbers.prev:hover:before {
        background-color: var(--color-white);
        opacity: 0.65;
    }
}

.navigation.pagination .nav-links a.page-numbers.next, .navigation.pagination .nav-links span.page-numbers.next {
    border-color: var(--color-navy);
}

.navigation.pagination .nav-links a.page-numbers.next span, .navigation.pagination .nav-links span.page-numbers.next span {
    visibility: hidden;
}

.navigation.pagination .nav-links a.page-numbers.next:before, .navigation.pagination .nav-links span.page-numbers.next:before {
    background-color: var(--color-navy);
    bottom: 0;
    content: "";
    display: block;
    height: 4.2666666667vw;
    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 var(--duration) var(--cubic) 0s, opacity var(--duration) var(--cubic) 0s;
    width: 2.6666666667vw;
}

@media (min-width: 768px) {
    .navigation.pagination .nav-links a.page-numbers.next:before, .navigation.pagination .nav-links span.page-numbers.next:before {
        height: 16px;
        width: 10px;
    }
}

.navigation.pagination .nav-links a.page-numbers.next:focus, .navigation.pagination .nav-links span.page-numbers.next:focus {
    background-color: var(--color-navy);
}

.navigation.pagination .nav-links a.page-numbers.next:focus:before, .navigation.pagination .nav-links span.page-numbers.next:focus:before {
    background-color: var(--color-white);
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .navigation.pagination .nav-links a.page-numbers.next:hover, .navigation.pagination .nav-links span.page-numbers.next:hover {
        background-color: var(--color-navy);
    }

    .navigation.pagination .nav-links a.page-numbers.next:hover:before, .navigation.pagination .nav-links span.page-numbers.next:hover:before {
        background-color: var(--color-white);
        opacity: 0.65;
    }
}

.navigation.pagination .nav-links a.page-numbers:focus, .navigation.pagination .nav-links span.page-numbers:focus {
    background-color: var(--color-navy);
    border-color: var(--color-navy);
    color: var(--color-white);
}

@media (hover: hover) and (pointer: fine) {
    .navigation.pagination .nav-links a.page-numbers:hover, .navigation.pagination .nav-links span.page-numbers:hover {
        background-color: var(--color-navy);
        border-color: var(--color-navy);
        color: var(--color-white);
    }
}

.navigation.pagination .nav-links span.current.page-numbers {
    background-color: var(--color-navy);
    color: var(--color-white);
}

.navigation.pagination .nav-links span.dots.page-numbers {
    background-color: transparent;
    border: none;
    border-radius: 0;
    min-width: 5.3333333333vw;
    padding: 0;
    pointer-events: none;
    width: 5.3333333333vw;
}

@media (min-width: 768px) {
    .navigation.pagination .nav-links span.dots.page-numbers {
        min-width: 20px;
        width: 20px;
    }
}

.navigation.pagination .nav-links span.dots.page-numbers:before {
    background-color: var(--color-navy);
    bottom: 0;
    content: "";
    display: block;
    height: 1.0666666667vw;
    left: 0;
    margin: auto;
    -webkit-mask-image: url(../images/commons/com-pager-dots.svg);
    mask-image: url(../images/commons/com-pager-dots.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: opacity var(--duration) var(--cubic) 0s;
    width: 5.3333333333vw;
}

@media (min-width: 768px) {
    .navigation.pagination .nav-links span.dots.page-numbers:before {
        height: 4px;
        width: 20px;
    }
}

.post-nav-links {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 3.2vw;
    justify-content: center;
    margin: 10.6666666667vw auto 0;
    text-align: center;
}

@media (min-width: 768px) {
    .post-nav-links {
        gap: 16px 24px;
        margin: 40px auto 0;
    }
}

.post-nav-links a.post-page-numbers, .post-nav-links span.post-page-numbers {
    align-items: center;
    background-color: var(--color-white);
    border: 0.2666666667vw solid var(--color-navy);
    color: var(--color-navy);
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs14);
    font-weight: 700;
    height: 8.5333333333vw;
    justify-content: center;
    line-height: 1.2;
    margin: 0;
    min-width: 8.5333333333vw;
    padding: 0 1.6vw;
    position: relative;
    text-align: center;
    text-box: trim-both cap alphabetic;
    text-decoration: none;
    transition: border-color var(--duration) var(--cubic) 0s, color var(--duration) var(--cubic) 0s, background-color var(--duration) var(--cubic) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .post-nav-links a.post-page-numbers, .post-nav-links span.post-page-numbers {
        border-width: 1px;
        font-size: var(--fs16);
        height: 36px;
        min-width: 36px;
        padding: 0 6px;
    }
}

.post-nav-links a.post-page-numbers.prev, .post-nav-links span.post-page-numbers.prev {
    border-color: var(--color-navy);
}

.post-nav-links a.post-page-numbers.prev span, .post-nav-links span.post-page-numbers.prev span {
    visibility: hidden;
}

.post-nav-links a.post-page-numbers.prev:before, .post-nav-links span.post-page-numbers.prev:before {
    background-color: var(--color-navy);
    bottom: 0;
    content: "";
    display: block;
    height: 4.2666666667vw;
    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 var(--duration) var(--cubic) 0s, opacity var(--duration) var(--cubic) 0s;
    width: 2.6666666667vw;
}

@media (min-width: 768px) {
    .post-nav-links a.post-page-numbers.prev:before, .post-nav-links span.post-page-numbers.prev:before {
        height: 16px;
        width: 10px;
    }
}

.post-nav-links a.post-page-numbers.prev:focus, .post-nav-links span.post-page-numbers.prev:focus {
    background-color: var(--color-navy);
}

.post-nav-links a.post-page-numbers.prev:focus:before, .post-nav-links span.post-page-numbers.prev:focus:before {
    background-color: var(--color-white);
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .post-nav-links a.post-page-numbers.prev:hover, .post-nav-links span.post-page-numbers.prev:hover {
        background-color: var(--color-navy);
    }

    .post-nav-links a.post-page-numbers.prev:hover:before, .post-nav-links span.post-page-numbers.prev:hover:before {
        background-color: var(--color-white);
        opacity: 0.65;
    }
}

.post-nav-links a.post-page-numbers.next, .post-nav-links span.post-page-numbers.next {
    border-color: var(--color-navy);
}

.post-nav-links a.post-page-numbers.next span, .post-nav-links span.post-page-numbers.next span {
    visibility: hidden;
}

.post-nav-links a.post-page-numbers.next:before, .post-nav-links span.post-page-numbers.next:before {
    background-color: var(--color-navy);
    bottom: 0;
    content: "";
    display: block;
    height: 4.2666666667vw;
    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 var(--duration) var(--cubic) 0s, opacity var(--duration) var(--cubic) 0s;
    width: 2.6666666667vw;
}

@media (min-width: 768px) {
    .post-nav-links a.post-page-numbers.next:before, .post-nav-links span.post-page-numbers.next:before {
        height: 16px;
        width: 10px;
    }
}

.post-nav-links a.post-page-numbers.next:focus, .post-nav-links span.post-page-numbers.next:focus {
    background-color: var(--color-navy);
}

.post-nav-links a.post-page-numbers.next:focus:before, .post-nav-links span.post-page-numbers.next:focus:before {
    background-color: var(--color-white);
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .post-nav-links a.post-page-numbers.next:hover, .post-nav-links span.post-page-numbers.next:hover {
        background-color: var(--color-navy);
    }

    .post-nav-links a.post-page-numbers.next:hover:before, .post-nav-links span.post-page-numbers.next:hover:before {
        background-color: var(--color-white);
        opacity: 0.65;
    }
}

.post-nav-links a.post-page-numbers:focus, .post-nav-links span.post-page-numbers:focus {
    background-color: var(--color-navy);
    border-color: var(--color-navy);
    color: var(--color-white);
}

@media (hover: hover) and (pointer: fine) {
    .post-nav-links a.post-page-numbers:hover, .post-nav-links span.post-page-numbers:hover {
        background-color: var(--color-navy);
        border-color: var(--color-navy);
        color: var(--color-white);
    }
}

.post-nav-links span.current.post-page-numbers {
    background-color: var(--color-navy);
    color: var(--color-white);
}

.post-nav-links span.dots.post-page-numbers {
    background-color: transparent;
    border: none;
    border-radius: 0;
    min-width: 5.3333333333vw;
    padding: 0;
    pointer-events: none;
    width: 5.3333333333vw;
}

@media (min-width: 768px) {
    .post-nav-links span.dots.post-page-numbers {
        min-width: 20px;
        width: 20px;
    }
}

.post-nav-links span.dots.post-page-numbers:before {
    background-color: var(--color-navy);
    bottom: 0;
    content: "";
    display: block;
    height: 1.0666666667vw;
    left: 0;
    margin: auto;
    -webkit-mask-image: url(../images/commons/com-pager-dots.svg);
    mask-image: url(../images/commons/com-pager-dots.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: opacity var(--duration) var(--cubic) 0s;
    width: 5.3333333333vw;
}

@media (min-width: 768px) {
    .post-nav-links span.dots.post-page-numbers:before {
        height: 4px;
        width: 20px;
    }
}

:where(.entry) {
    font-size: var(--fs14);
    line-height: 1.8;
}

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

:where(.entry) .wp-block-columns {
    gap: 30px 60px;
}

:where(.entry) .wp-block-group:after {
    clear: both;
    content: "";
    display: block;
}

:where(.entry) .wp-block-image figcaption {
    font-size: var(--fs11);
}

@media (min-width: 768px) {
    :where(.entry) .wp-block-image figcaption {
        font-size: var(--fs14);
    }
}

@media (max-width: 599px) {
    :where(.entry) .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
        width: 100%;
    }
}

:where(.entry) .wp-block-gallery.has-nested-images figure.wp-block-image {
    flex-grow: 0;
}

:where(.entry) .wp-block-gallery.has-nested-images figure.wp-block-image img {
    object-fit: contain !important;
}

:where(.entry) p.has-background {
    padding: var(--c-pad);
}

:where(.entry) h1.wp-block-heading {
    font-size: var(--fs28);
    font-weight: 700;
    line-height: 1.6;
    text-align: left;
}

@media (min-width: 768px) {
    :where(.entry) h1.wp-block-heading {
        font-size: var(--fs36);
    }
}

:where(.entry) h2.wp-block-heading {
    font-size: var(--fs20);
    font-weight: 700;
    line-height: 1.6;
    text-align: left;
}

@media (min-width: 768px) {
    :where(.entry) h2.wp-block-heading {
        font-size: var(--fs23);
    }
}

:where(.entry) h3.wp-block-heading {
    font-size: var(--fs18);
    font-weight: 700;
    line-height: 1.6;
    text-align: left;
}

@media (min-width: 768px) {
    :where(.entry) h3.wp-block-heading {
        font-size: var(--fs20);
    }
}

:where(.entry) h4.wp-block-heading {
    font-size: var(--fs14);
    font-weight: 700;
    line-height: 1.6;
    text-align: left;
}

@media (min-width: 768px) {
    :where(.entry) h4.wp-block-heading {
        font-size: var(--fs16);
    }
}

:where(.entry) h5.wp-block-heading,
:where(.entry) h6.wp-block-heading {
    font-size: var(--fs14);
    font-weight: 700;
    line-height: 1.6;
    text-align: left;
}

@media (min-width: 768px) {
    :where(.entry) h5.wp-block-heading,
  :where(.entry) h6.wp-block-heading {
        font-size: var(--fs16);
    }
}

:where(.entry) .wp-block-heading.is-style-heading-h2 {
    background-color: var(--color-blue);
    color: var(--color-white);
    font-size: var(--fs24);
    font-weight: 700;
    line-height: 1.4;
    margin: 5.3333333333vw 0;
    padding: 1.0666666667vw 3.2vw;
    position: relative;
    text-align: left;
    z-index: 1;
}

@media (min-width: 768px) {
    :where(.entry) .wp-block-heading.is-style-heading-h2 {
        font-size: var(--fs28);
        margin: 30px 0 20px;
        padding: 4px 20px;
    }
}

:where(.entry) .wp-block-heading.is-style-heading-h2:first-child {
    margin-top: 0;
}

:where(.entry) .wp-block-heading.is-style-heading-h2:after {
    background-color: var(--color-sky-blue);
    bottom: 0;
    -webkit-clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%);
    content: "";
    display: block;
    height: auto;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 54px;
    z-index: -1;
}

@media (min-width: 768px) {
    :where(.entry) .wp-block-heading.is-style-heading-h2:after {
        -webkit-clip-path: polygon(80px 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(80px 0, 100% 0, 100% 100%, 0 100%);
        width: 216px;
    }
}

:where(.entry) .wp-block-heading.is-style-heading-h3 {
    color: var(--color-navy);
    font-size: var(--fs24);
    font-weight: 700;
    line-height: 1.6;
    margin: 5.3333333333vw 0;
    text-align: left;
}

@media (min-width: 768px) {
    :where(.entry) .wp-block-heading.is-style-heading-h3 {
        font-size: var(--fs28);
        margin: 30px 0 20px;
    }
}

:where(.entry) .wp-block-heading.is-style-heading-h3:first-child {
    margin-top: 0;
}

:where(.entry) a:not(.wp-block-button) {
    -webkit-text-decoration-color: color-mix(in srgb, currentColor, transparent 0%);
    text-decoration-color: color-mix(in srgb, currentColor, transparent 0%);
    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;
}

:where(.entry) a:not(.wp-block-button):focus {
    -webkit-text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
    text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
}

@media (hover: hover) and (pointer: fine) {
    :where(.entry) a:not(.wp-block-button):hover {
        -webkit-text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
        text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
    }
}

:where(.entry) .wp-block-button:not(.is-style-outline, .is-style-button-a, .is-style-button-b) .wp-element-button:not(.has-link-color, .has-text-color, .has-background) {
    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;
}

:where(.entry) .wp-block-button:not(.is-style-outline, .is-style-button-a, .is-style-button-b) .wp-element-button:not(.has-link-color, .has-text-color, .has-background):focus {
    background-color: #ffffff;
    color: var(--color-theme);
}

@media (hover: hover) and (pointer: fine) {
    :where(.entry) .wp-block-button:not(.is-style-outline, .is-style-button-a, .is-style-button-b) .wp-element-button:not(.has-link-color, .has-text-color, .has-background):hover {
        background-color: #ffffff;
        color: var(--color-theme);
    }
}

:where(.entry) .wp-block-button:not(.is-style-outline, .is-style-button-a, .is-style-button-b) .wp-element-button:is(.has-link-color, .has-text-color, .has-background) {
    border: currentColor;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

:where(.entry) .wp-block-button:not(.is-style-outline, .is-style-button-a, .is-style-button-b) .wp-element-button:is(.has-link-color, .has-text-color, .has-background):focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    :where(.entry) .wp-block-button:not(.is-style-outline, .is-style-button-a, .is-style-button-b) .wp-element-button:is(.has-link-color, .has-text-color, .has-background):hover {
        opacity: 0.65;
    }
}

:where(.entry) .wp-block-button.is-style-outline .wp-element-button:not(.has-link-color, .has-text-color, .has-background) {
    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;
}

:where(.entry) .wp-block-button.is-style-outline .wp-element-button:not(.has-link-color, .has-text-color, .has-background):focus {
    background-color: var(--color-theme);
    color: #ffffff;
}

@media (hover: hover) and (pointer: fine) {
    :where(.entry) .wp-block-button.is-style-outline .wp-element-button:not(.has-link-color, .has-text-color, .has-background):hover {
        background-color: var(--color-theme);
        color: #ffffff;
    }
}

:where(.entry) .wp-block-button.is-style-outline .wp-element-button:is(.has-link-color, .has-text-color, .has-background) {
    border: currentColor;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

:where(.entry) .wp-block-button.is-style-outline .wp-element-button:is(.has-link-color, .has-text-color, .has-background):focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    :where(.entry) .wp-block-button.is-style-outline .wp-element-button:is(.has-link-color, .has-text-color, .has-background):hover {
        opacity: 0.65;
    }
}

:where(.entry) .wp-block-button.is-style-button-a .wp-element-button {
    align-items: center;
    background: none !important;
    border: none !important;
    color: var(--color-white);
    display: flex;
    filter: drop-shadow(0 0.5333333333vw 1.0666666667vw rgba(0, 0, 0, 0.2));
    flex-flow: row nowrap;
    font-size: var(--fs16);
    font-weight: 700;
    justify-content: center;
    margin: 0;
    min-height: 12.8vw;
    padding: 2.1333333333vw 11.7333333333vw;
    position: relative;
    text-decoration: none;
    transition: color var(--duration) var(--cubic) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    :where(.entry) .wp-block-button.is-style-button-a .wp-element-button {
        filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
        font-size: var(--fs18);
        min-height: 44px;
        padding: 8px 44px;
    }
}

@media (min-width: 992px) {
    :where(.entry) .wp-block-button.is-style-button-a .wp-element-button {
        font-size: var(--fs20);
    }
}

:where(.entry) .wp-block-button.is-style-button-a .wp-element-button:before {
    background-color: var(--color-coral);
    bottom: 0;
    -webkit-clip-path: polygon(3.2vw 0, 100% 0, calc(100% - 3.2vw) 100%, 0 100%);
    clip-path: polygon(3.2vw 0, 100% 0, calc(100% - 3.2vw) 100%, 0 100%);
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: color var(--duration) var(--cubic) 0s, background-color var(--duration) var(--cubic) 0s;
    z-index: -1;
}

@media (min-width: 768px) {
    :where(.entry) .wp-block-button.is-style-button-a .wp-element-button:before {
        -webkit-clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
        clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
    }
}

:where(.entry) .wp-block-button.is-style-button-a .wp-element-button:focus {
    color: var(--color-coral);
}

:where(.entry) .wp-block-button.is-style-button-a .wp-element-button:focus:before {
    background-color: var(--color-white);
}

@media (hover: hover) and (pointer: fine) {
    :where(.entry) .wp-block-button.is-style-button-a .wp-element-button:hover {
        color: var(--color-coral);
    }

    :where(.entry) .wp-block-button.is-style-button-a .wp-element-button:hover:before {
        background-color: var(--color-white);
    }
}

:where(.entry) .wp-block-table .wp-element-caption {
    margin: 1.5em 0;
}

@media (max-width: 767px) {
    :where(.entry) .has-small-font-size {
        font-size: var(--fs12) !important;
    }
}

@media (max-width: 767px) {
    :where(.entry) .has-medium-font-size {
        font-size: var(--fs14) !important;
    }
}

@media (max-width: 767px) {
    :where(.entry) .has-large-font-size {
        font-size: var(--fs16) !important;
    }
}

@media (max-width: 767px) {
    :where(.entry) .has-x-large-font-size {
        font-size: var(--fs24) !important;
    }
}

@media (max-width: 767px) {
    :where(.entry) .has-xx-large-font-size {
        font-size: var(--fs28) !important;
    }
}

:where(.entry) a:has(> img) {
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

:where(.entry) a:has(> img):focus {
    opacity: 0.75;
}

@media (hover: hover) and (pointer: fine) {
    :where(.entry) a:has(> img):hover {
        opacity: 0.75;
    }
}

:where(.entry) .wp-block-separator {
    border: none;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0 0 0;
}

:where(.entry) .wp-block-separator.is-dashed {
    border-style: dashed;
}

:where(.entry) .wp-block-spacer {
    margin-bottom: 0;
    margin-top: 0;
}

/* --------------------
 Header
-------------------- */
.header {
    background-color: var(--color-sky-blue);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
}

.header-container {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 24px;
    height: var(--header-height);
    justify-content: space-between;
    margin: 0;
    padding: 0 var(--c-pad);
    width: 100%;
}

@media (min-width: 992px) {
    .header-container {
        padding: 0 0 0 20px;
    }
}

@media (min-width: 1240px) {
    .header-container {
        gap: 40px;
        padding: 0 0 0 var(--c-pad);
    }
}

@media (min-width: 1600px) {
    .header-container {
        gap: 180px;
        padding: 0 0 0 60px;
    }
}

.header__logo {
    flex: 0 200px;
}

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

@media (min-width: 992px) {
    .header__logo {
        flex: 0 0 min(226px, 18.1451612903vw);
    }
}

@media (min-width: 1240px) {
    .header__logo {
        flex: 0 0 226px;
    }
}

.header__logo a {
    display: block;
    font-size: var(--fs10);
    transition: opacity var(--duration) var(--cubic) 0s;
}

.header__logo a:focus {
    opacity: 0.65;
}

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

.header__nav {
    display: none;
}

@media (min-width: 992px) {
    .header__nav {
        align-items: center;
        display: flex;
        flex: 1 1 auto;
        flex-flow: row nowrap;
        gap: min(40px, 2.4193548387vw);
        height: 100%;
        justify-content: space-between;
    }
}

@media (min-width: 1240px) {
    .header__nav {
        gap: 40px;
    }
}

@media (min-width: 1600px) {
    .header__nav {
        gap: 0;
    }
}

@media (min-width: 1980px) {
    .header__nav {
        gap: 360px;
        justify-content: flex-end;
    }
}

.header__nav__menu {
    align-items: flex-start;
    display: flex;
    flex: 1 1 auto;
    flex-flow: row nowrap;
    gap: min(30px, 2.0161290323vw);
    justify-content: flex-end;
}

@media (min-width: 1240px) {
    .header__nav__menu {
        gap: 0 30px;
    }
}

@media (min-width: 1600px) {
    .header__nav__menu {
        gap: 0 40px;
        justify-content: flex-start;
    }
}

@media (min-width: 1980px) {
    .header__nav__menu {
        justify-content: flex-end;
    }
}

.header__nav__menu__item a {
    color: var(--color-navy);
    display: block;
    font-size: min(var(--fs16), 1.4112903226vw);
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
}

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

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

.header__nav__menu__item a:after {
    background-color: var(--color-navy);
    bottom: -2px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transition: width var(--duration) var(--cubic) 0s;
    width: 0;
}

.header__nav__menu__item a:focus:after {
    width: 100%;
}

@media (hover: hover) and (pointer: fine) {
    .header__nav__menu__item a:hover:after {
        width: 100%;
    }
}

.header__nav__sub {
    align-items: center;
    display: flex;
    flex: 0 0 min(250px, 19.1532258065vw);
    flex-flow: row nowrap;
    height: 100%;
    justify-content: flex-end;
}

@media (min-width: 1240px) {
    .header__nav__sub {
        flex: 0 0 250px;
    }
}

@media (min-width: 1600px) {
    .header__nav__sub {
        flex: 0 0 360px;
    }
}

.header__nav__sub__recruit {
    align-items: center;
    background-color: var(--color-smoke);
    color: var(--color-navy);
    display: flex;
    flex: 0 0 50%;
    flex-flow: column nowrap;
    font-size: min(var(--fs16), 1.310483871vw);
    font-weight: 700;
    gap: 3px;
    height: 100%;
    justify-content: center;
    line-height: 1.66;
    text-align: center;
    text-decoration: none;
    transition: background-color var(--duration) var(--cubic) 0s, color var(--duration) var(--cubic) 0s;
}

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

@media (min-width: 1600px) {
    .header__nav__sub__recruit {
        font-size: var(--fs18);
    }
}

.header__nav__sub__recruit:before {
    background-color: var(--color-navy);
    content: "";
    display: block;
    height: 34px;
    -webkit-mask-image: url(../images/icons/icon-navy-recruit.svg);
    mask-image: url(../images/icons/icon-navy-recruit.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 34px 34px;
    mask-size: 34px 34px;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 100%;
}

.header__nav__sub__recruit > span {
    display: block;
}

.header__nav__sub__recruit:focus {
    background-color: var(--color-navy);
    color: var(--color-white);
}

.header__nav__sub__recruit:focus:before {
    background-color: var(--color-white);
}

@media (hover: hover) and (pointer: fine) {
    .header__nav__sub__recruit:hover {
        background-color: var(--color-navy);
        color: var(--color-white);
    }

    .header__nav__sub__recruit:hover:before {
        background-color: var(--color-white);
    }
}

.header__nav__sub__contact {
    align-items: center;
    background-color: var(--color-coral);
    color: var(--color-white);
    display: flex;
    flex: 0 0 50%;
    flex-flow: column nowrap;
    font-size: min(var(--fs16), 1.310483871vw);
    font-weight: 700;
    height: 100%;
    justify-content: center;
    line-height: 1.66;
    text-align: center;
    text-decoration: none;
    transition: background-color var(--duration) var(--cubic) 0s, color var(--duration) var(--cubic) 0s;
}

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

@media (min-width: 1600px) {
    .header__nav__sub__contact {
        font-size: var(--fs18);
    }
}

.header__nav__sub__contact:before {
    background-color: var(--color-white);
    content: "";
    display: block;
    height: 34px;
    -webkit-mask-image: url(../images/icons/icon-white-email.svg);
    mask-image: url(../images/icons/icon-white-email.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 28px 22px;
    mask-size: 28px 22px;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 100%;
}

.header__nav__sub__contact > span {
    display: block;
}

.header__nav__sub__contact:focus {
    background-color: var(--color-white);
    color: var(--color-coral);
}

.header__nav__sub__contact:focus:before {
    background-color: var(--color-coral);
}

@media (hover: hover) and (pointer: fine) {
    .header__nav__sub__contact:hover {
        background-color: var(--color-white);
        color: var(--color-coral);
    }

    .header__nav__sub__contact:hover:before {
        background-color: var(--color-coral);
    }
}

.header__burger {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    flex: 0 0 48px;
    height: 35px;
    margin: 0;
    padding: 3px 0 0;
    position: relative;
    transform: translateX(10px);
    width: 48px;
}

@media (min-width: 768px) {
    .header__burger {
        height: 34px;
        transform: translateX(9px);
    }
}

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

.header__burger:before {
    content: "";
    display: block;
    height: 48px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
}

.header__burger__box {
    display: block;
    height: 22px;
    margin: 0 auto 6px;
    position: relative;
    width: 28px;
}

@media (min-width: 768px) {
    .header__burger__box {
        height: 22px;
        margin: 0 auto 4px;
        width: 30px;
    }
}

.header__burger__box__line {
    display: block;
    margin: -1px 0 0;
    top: 1px;
    transition: transform 0.15s ease 0s, background-color 0.15s ease 0s;
}

@media (min-width: 768px) {
    .header__burger__box__line {
        margin: -1px 0 0;
        top: 1px;
    }
}

.header__burger__box__line, .header__burger__box__line:before, .header__burger__box__line:after {
    background-color: var(--color-navy);
    border-radius: 2px;
    height: 2px;
    position: absolute;
    width: 28px;
}

@media (min-width: 768px) {
    .header__burger__box__line, .header__burger__box__line:before, .header__burger__box__line:after {
        height: 2px;
        width: 30px;
    }
}

.header__burger__box__line:before, .header__burger__box__line:after {
    content: "";
    display: block;
}

.header__burger__box__line:before {
    top: 9px;
    transition: transform 0.15s ease 0s, background-color 0.15s ease 0s, opacity 0.15s ease 0s;
}

@media (min-width: 768px) {
    .header__burger__box__line:before {
        top: 9px;
    }
}

.header__burger__box__line:after {
    top: 18px;
    transition: transform 0.15s ease 0s, background-color 0.15s ease 0s;
}

@media (min-width: 768px) {
    .header__burger__box__line:after {
        top: 18px;
    }
}

.header__burger.-active .header__burger__box__line {
    background-color: var(--color-navy);
    transform: translate3d(0, 9px, 0) rotate(45deg);
}

@media (min-width: 768px) {
    .header__burger.-active .header__burger__box__line {
        transform: translate3d(0, 9px, 0) rotate(45deg);
    }
}

.header__burger.-active .header__burger__box__line:before {
    background-color: var(--color-navy);
    opacity: 0;
    transform: rotate(-45deg) translate3d(-4px, -7px, 0);
}

@media (min-width: 768px) {
    .header__burger.-active .header__burger__box__line:before {
        transform: rotate(-45deg) translate3d(-4.2857142857px, -7px, 0);
    }
}

.header__burger.-active .header__burger__box__line:after {
    background-color: var(--color-navy);
    transform: translate3d(0, -18px, 0) rotate(-90deg);
}

@media (min-width: 768px) {
    .header__burger.-active .header__burger__box__line:after {
        transform: translate3d(0, -18px, 0) rotate(-90deg);
    }
}

.header__burger__label {
    color: var(--color-navy);
    display: block;
    font-size: var(--fs10);
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

.mbnav {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: var(--header-height);
    z-index: 99;
}

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

.mbnav-scroller {
    height: 100%;
}

.mbnav-scroller-inner {
    padding: 10.6666666667vw 3.2vw 8vw;
}

@media (min-width: 768px) {
    .mbnav-scroller-inner {
        padding: 60px 12px 30px;
    }
}

.mbnav__menu {
    margin: 0 0 12.8vw;
}

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

.mbnav__menu__item {
    margin: 0 0 6.4vw;
    text-align: center;
}

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

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

.mbnav__menu__item a {
    color: inherit;
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
}

@media (min-width: 768px) {
    .mbnav__menu__item a {
        font-size: var(--fs20);
    }
}

.mbnav__actions {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 4.2666666667vw;
    justify-content: center;
    margin: 0 auto 10.6666666667vw;
    max-width: 85.3333333333vw;
}

@media (min-width: 768px) {
    .mbnav__actions {
        gap: 16px;
        margin: 0 auto 40px;
        max-width: 480px;
    }
}

.mbnav__actions__recruit {
    flex: 0 0 calc(50% - 8px);
}

.mbnav__actions__recruit a {
    align-items: center;
    background-color: var(--color-smoke);
    color: var(--color-navy);
    display: flex;
    flex: 0 0 50%;
    flex-flow: column nowrap;
    font-size: var(--fs14);
    font-weight: 700;
    gap: 0.8vw;
    height: 18.6666666667vw;
    justify-content: center;
    line-height: 1.66;
    text-align: center;
    text-decoration: none;
    transition: background-color var(--duration) var(--cubic) 0s, color var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .mbnav__actions__recruit a {
        font-size: var(--fs16);
        gap: 3px;
        height: 70px;
    }
}

.mbnav__actions__recruit a:before {
    background-color: var(--color-navy);
    content: "";
    display: block;
    height: 9.0666666667vw;
    -webkit-mask-image: url(../images/icons/icon-navy-recruit.svg);
    mask-image: url(../images/icons/icon-navy-recruit.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 9.0666666667vw 9.0666666667vw;
    mask-size: 9.0666666667vw 9.0666666667vw;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .mbnav__actions__recruit a:before {
        height: 34px;
        -webkit-mask-size: 34px 34px;
        mask-size: 34px 34px;
    }
}

.mbnav__actions__recruit a > span {
    display: block;
}

.mbnav__actions__recruit a:focus {
    background-color: var(--color-navy);
    color: var(--color-white);
}

.mbnav__actions__recruit a:focus:before {
    background-color: var(--color-white);
}

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

    .mbnav__actions__recruit a:hover:before {
        background-color: var(--color-white);
    }
}

.mbnav__actions__contact {
    flex: 0 0 calc(50% - 8px);
}

.mbnav__actions__contact a {
    align-items: center;
    background-color: var(--color-coral);
    color: var(--color-white);
    display: flex;
    flex: 0 0 50%;
    flex-flow: column nowrap;
    font-size: var(--fs14);
    font-weight: 700;
    height: 18.6666666667vw;
    justify-content: center;
    line-height: 1.66;
    text-align: center;
    text-decoration: none;
    transition: background-color var(--duration) var(--cubic) 0s, color var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .mbnav__actions__contact a {
        font-size: var(--fs16);
        height: 70px;
    }
}

.mbnav__actions__contact a:before {
    background-color: var(--color-white);
    content: "";
    display: block;
    height: 9.0666666667vw;
    -webkit-mask-image: url(../images/icons/icon-white-email.svg);
    mask-image: url(../images/icons/icon-white-email.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 7.4666666667vw 5.8666666667vw;
    mask-size: 7.4666666667vw 5.8666666667vw;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .mbnav__actions__contact a:before {
        height: 34px;
        -webkit-mask-size: 28px 22px;
        mask-size: 28px 22px;
    }
}

.mbnav__actions__contact a > span {
    display: block;
}

.mbnav__actions__contact a:focus {
    background-color: var(--color-white);
    color: var(--color-coral);
}

.mbnav__actions__contact a:focus:before {
    background-color: var(--color-coral);
}

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

    .mbnav__actions__contact a:hover:before {
        background-color: var(--color-coral);
    }
}

.mbnav__company__logo {
    margin: 0 0 5.3333333333vw;
    text-align: center;
}

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

.mbnav__company__logo img {
    width: 67.52vw;
}

@media (min-width: 768px) {
    .mbnav__company__logo img {
        width: 296px;
    }
}

.mbnav__company__address {
    color: inherit;
    display: block;
    font-size: var(--fs14);
    line-height: 1.66;
    margin: 0;
    text-align: center;
}

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

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

.mbnav .os-theme-dark {
    --os-handle-bg: rgba(255, 255, 255, .44);
    --os-handle-bg-hover: rgba(255, 255, 255,.55);
    --os-handle-bg-active: rgba(255, 255, 255,.66);
}

.overlay {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: rgba(var(--color-sky-blue-rgb), 0.95);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 98;
}

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

/* --------------------
 Footer
-------------------- */
.footer {
    background-color: #2e90df;
}

.footer__map iframe {
    border: none;
    display: block;
    height: 80vw;
    width: 100%;
}

@media (min-width: 768px) {
    .footer__map iframe {
        height: 420px;
    }
}

@media (min-width: 992px) {
    .footer__map iframe {
        height: 740px;
    }
}

.footer__info {
    margin: 0;
    padding: 10.6666666667vw 0;
}

@media (min-width: 768px) {
    .footer__info {
        padding: 60px 0;
    }
}

@media (min-width: 992px) {
    .footer__info {
        padding: 65px 0 85px;
    }
}

.footer__info__logo {
    margin: 0 0 6.4vw;
    text-align: center;
}

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

.footer__info__logo a {
    display: block;
    font-size: var(--fs10);
    margin: 0 auto;
    transition: opacity var(--duration) var(--cubic) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

.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: 67.52vw;
}

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

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

.footer__info__address {
    color: var(--color-white);
    display: block;
    font-size: var(--fs14);
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin: 0;
    text-align: center;
}

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

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

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

.footer__menu {
    align-items: center;
    background-color: var(--color-navy);
    display: flex;
    flex-flow: row wrap;
    gap: 4.2666666667vw 6.4vw;
    justify-content: center;
    margin: 0;
    padding: 10.6666666667vw var(--c-pad);
    width: 100%;
}

@media (min-width: 768px) {
    .footer__menu {
        gap: 16px 30px;
        padding: 52px var(--c-pad);
    }
}

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

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

.footer__menu__item a {
    color: var(--color-white);
    display: block;
    font-size: var(--fs14);
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    text-decoration: none;
}

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

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

.footer__menu__item a:after {
    background-color: var(--color-white);
    bottom: -0.2666666667vw;
    content: "";
    display: block;
    height: 0.2666666667vw;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transition: width var(--duration) var(--cubic) 0s;
    width: 0;
}

@media (min-width: 768px) {
    .footer__menu__item a:after {
        bottom: -2px;
        height: 2px;
    }
}

.footer__menu__item a:focus:after {
    width: 100%;
}

@media (hover: hover) and (pointer: fine) {
    .footer__menu__item a:hover:after {
        width: 100%;
    }
}

.footer__copyright {
    align-items: center;
    background-color: var(--color-white);
    display: flex;
    flex-flow: row wrap;
    gap: 10.6666666667vw 0;
    justify-content: space-between;
    padding: 5.3333333333vw var(--c-pad);
}

@media (min-width: 768px) {
    .footer__copyright {
        flex-wrap: nowrap;
        gap: 0;
        padding: 20px var(--c-pad);
    }
}

@media (min-width: 1240px) {
    .footer__copyright {
        padding: 20px 60px;
    }
}

.footer__copyright__text {
    color: var(--color-charcoal);
    flex: 0 0 100%;
    font-size: var(--fs14);
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.05;
    margin: 0;
    text-align: center;
}

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

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

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

.footer__copyright__pb {
    flex: 0 0 100%;
    text-align: center;
}

@media (min-width: 768px) {
    .footer__copyright__pb {
        flex: 0 0 auto;
        text-align: right;
    }
}

.footer__copyright__pb a {
    display: block;
    font-size: var(--fs10);
    margin: 0 auto;
    transition: opacity var(--duration) var(--cubic) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

.footer__copyright__pb a:focus {
    opacity: 0.65;
}

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

.footer__copyright__pb img {
    width: 63.4666666667vw;
}

@media (min-width: 768px) {
    .footer__copyright__pb img {
        width: 238px;
    }
}