* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--color--dark-grey: #5a4a42;
    --wp--preset--color--mid-grey: #72645d;
    --wp--preset--color--dark-blue: #2e3191;
    --wp--preset--color--light-blue: #00adee;
    --wp--preset--color--dark-green: #00a551;
    --wp--preset--color--light-green: #d6de23;
    --wp--preset--color--orange: #f6921e;
    --wp--preset--color--pink: #eb0a8b;
    --wp--preset--color--grey-tint-1: #fafafa;
    --wp--preset--color--grey-tint-2: #f4f4f4;
    --wp--preset--color--grey-tint-3: #f3f2ef;
    --wp--preset--color--grey-tint-4: #e2dedc;
    --wp--preset--color--grey-tint-5: #7e7f84;
    --wp--preset--color--orange-tint: #fff9f3;
    --wp--preset--color--green-tint: #eff2a7;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--font-size--plus-3: clamp(1.5rem, 0.5625rem + 4.1667vw, 2.75rem);
    --wp--preset--font-size--plus-2: clamp(1.25rem, 0.8750rem + 1.6667vw, 1.75rem);
    --wp--preset--font-size--plus-1: clamp(1.125rem, 0.9375rem + 0.8333vw, 1.375rem);
    --wp--preset--font-size--base: clamp(1rem, 0.9063rem + 0.4167vw, 1.125rem);
    --wp--preset--font-size--minus-1: clamp(0.75rem, 0.6563rem + 0.4167vw, 0.875rem);
    --wp--preset--font-size--minus-2: clamp(0.625rem, 0.6250rem + 0.0000vw, 0.625rem);
    --wp--preset--font-family--calibri: Calibri, 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
    --wp--custom--spacing--plus-6: clamp(3rem, 1.8750rem + 5.0000vw, 4.5rem);
    --wp--custom--spacing--plus-5: clamp(2.5rem, 1.7500rem + 3.3333vw, 3.5rem);
    --wp--custom--spacing--plus-4: clamp(2rem, 1.2500rem + 3.3333vw, 3rem);
    --wp--custom--spacing--plus-3: clamp(1.75rem, 1.1875rem + 2.5000vw, 2.5rem);
    --wp--custom--spacing--plus-2: clamp(1.5rem, 1.1250rem + 1.6667vw, 2rem);
    --wp--custom--spacing--plus-1: clamp(1.25rem, 1.0625rem + 0.8333vw, 1.5rem);
    --wp--custom--spacing--base: clamp(1rem, 1.0000rem + 0.0000vw, 1rem);
}

:root {
    --wp--custom--spacing--plus-6: clamp(3rem, 1.8750rem + 5.0000vw, 4.5rem);
    --wp--custom--spacing--plus-5: clamp(2.5rem, 1.7500rem + 3.3333vw, 3.5rem);
    --wp--custom--spacing--plus-4: clamp(2rem, 1.2500rem + 3.3333vw, 3rem);
    --wp--custom--spacing--plus-3: clamp(1.75rem, 1.1875rem + 2.5000vw, 2.5rem);
    --wp--custom--spacing--plus-2: clamp(1.5rem, 1.1250rem + 1.6667vw, 2rem);
    --wp--custom--spacing--plus-1: clamp(1.25rem, 1.0625rem + 0.8333vw, 1.5rem);
    --wp--custom--spacing--base: clamp(1rem, 1.0000rem + 0.0000vw, 1rem);
    --site-content-size: 70rem;
    --site-wide-size: 87.5rem;
    --site-content-size-padding: calc((100vw - var(--site-content-size)) / 2 - var(--site-padding) - 7.5px);
    --site-padding: clamp(1rem, -0.5000rem + 6.6667vw, 3rem);
    --icon-size: var(--wp--custom--spacing--plus-5);
    --wp--style--global--content-size: 70rem;
    --wp--style--global--wide-size: 87.5rem;
}

:root :where(.wp-block-image figcaption) {
    color: #555;
    font-size: 13px;
    text-align: center
}

:root :where(body) {
    font-family: var(--wp--preset--font-family--calibri);
    font-size: var(--wp--preset--font-size--base);
    font-weight: 100;
    line-height: 1.4;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

body {
    padding-top: 9.5rem !important;
}

ul,
ol {
    list-style: none;
}

a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
}

.type-area {
    padding-left: var(--site-padding);
    padding-right: var(--site-padding);
}

.main {
    max-width: var(--site-wide-size);
    margin: 0 auto;
}

body {
    overflow-x: hidden;
    color: var(--wp--preset--color--dark-grey);
}

:focus {
    outline: 1px dotted currentColor;
    outline-offset: .1em
}

main:focus {
    outline: 0
}

::selection {
    color: #000;
    background: rgba(219, 217, 203, .99)
}

::-webkit-scrollbar {
    height: 1rem
}

::-webkit-scrollbar-track {
    background-color: #ddd;
    border: 1px solid #aaa;
    border-radius: .25rem
}

::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: .25rem
}

a {
    text-decoration: underline;
    text-underline-offset: .15em;
    transition: color .2s ease-out
}

a {
    color: var(--wp--preset--color--orange)
}

a:visited {
    color: var(--wp--preset--color--orange)
}

a:focus,
a:hover {
    color: var(--wp--preset--color--light-blue)
}

a:active {
    color: var(--wp--preset--color--light-blue)
}

sub,
sup {
    display: inline;
    font-size: .7rem;
    line-height: 1.2;
}

.img-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

svg:not([data-variant=color]) path {
    fill: currentColor;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 700;
    line-height: 1.2;
    max-width: 50rem;
}

img {
    display: block;
}

button,
input,
select,
textarea {
    font: inherit;
}

.btn-style a {
    display: inline-block;
    width: auto;
    min-width: 6em;
    padding: .5em 0;
    border: 0;
    border-bottom: 2px solid var(--wp--preset--color--light-blue);
    border-radius: 0;
    font-weight: 600;
    font-size: var(--wp--preset--font-size--base);
    font-family: var(--wp--preset--font-family--calibri);
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .05em;
    transition: background opacity .2s;
    cursor: pointer;
}

.header-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
}

header {
    position: relative;
    max-width: var(--site-wide-size);
    margin: auto;
    line-height: 1.1;
}

.header-bar {
    position: relative;
    display: flex;
    gap: var(--wp--custom--spacing--plus-2);
    align-items: center;
    height: 2.5rem;
    padding: var(--wp--custom--spacing--base);
    font-size: var(--wp--preset--font-size--minus-1);
    background-color: var(--wp--preset--color--dark-grey);
    color: var(--wp--preset--color--white);
}

.header-bar .lang {
    margin-left: -.25em;
    margin-right: auto;
}

.header-bar .lang span,
.header-bar .lang a {
    position: relative;
    display: inline-block;
    padding: 0 .75em;
}

.header-bar .lang span {
    color: var(--wp--preset--color--light-green);
}

.header-bar .lang>*:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 15%;
    right: -1px;
    display: block;
    width: 1px;
    height: 70%;
    background: currentColor;
}

.header-bar .list {
    display: flex;
    gap: var(--wp--custom--spacing--plus-2);
    margin: 0 var(--wp--custom--spacing--base) 0 auto;
}

.header-bar .list .arrow {
    cursor: pointer;
}

.header-bar .list .arrow svg {
    width: .75em;
    height: .75em;
    transition: transform .3s;
    fill: var(--wp--preset--color--white);
}

.header-bar .list .arrow.active {
    color: var(--wp--preset--color--light-green);
}

.header-bar .list .arrow.active svg {
    transform: rotate(180deg);
}

.header-bar .search svg {
    width: 1rem;
    height: 1rem;
    fill: var(--wp--preset--color--white);
}

.header-bar a {
    text-decoration: none;
    color: currentColor;
}

.header-bar a:focus,
.header-bar a:hover {
    opacity: .75;
}

.header-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 7rem;
    padding: var(--wp--custom--spacing--plus-1) 0;
}

.header-bottom .logo {
    width: 12rem;
}

.header-bottom nav ul {
    display: flex;
    gap: var(--wp--custom--spacing--plus-4);
    margin-top: 2em;
}

.header-bottom nav ul li {
    cursor: pointer;
}

.header-bottom nav ul a {
    text-decoration: none;
    color: var(--wp--preset--color--dark-grey);
}

.header-bottom nav ul .more-clinical svg,
.header-bottom nav ul .more-precision svg {
    transition: transform .3s;
}

.header-bottom nav ul .more-clinical.active,
.header-bottom nav ul .more-precision.active {
    color: var(--wp--preset--color--light-blue);
}

.header-bottom nav ul .nav-bottom-about a:hover,
.header-bottom nav ul .more-clinical:hover,
.header-bottom nav ul .more-precision:hover {
    color: var(--wp--preset--color--light-blue);
}

.header-bottom nav ul .more-clinical.active svg,
.header-bottom nav ul .more-precision.active svg {
    transform: rotate(180deg);
}

.header-bottom nav ul .name {
    display: flex;
    align-items: center;
    gap: .25em;
}

.header-bottom nav ul .name svg {
    width: .6em;
    height: .6em;
}

.header-bottom nav ul li:nth-child(1) .s-name {
    font-weight: 700;
    color: var(--wp--preset--color--dark-blue);
}

.header-bottom nav ul li:nth-child(2) .s-name {
    font-weight: 700;
    color: var(--wp--preset--color--grey-tint-5);
}

header:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    background-color: var(--wp--preset--color--white);
    border-bottom: 1px solid var(--wp--preset--color--grey-tint-4);
    transform: translateX(-50%);
    z-index: -1;
}

nav.sub-nav {
    display: none;
    grid-template-columns: minmax(0, 50ch) minmax(0, 1fr);
    gap: var(--wp--custom--spacing--plus-6);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: var(--wp--custom--spacing--plus-1);
    z-index: 10;
    background-color: var(--wp--preset--color--grey-tint-2);
    color: var(--wp--preset--color--dark-grey);
}

nav.sub-nav .sub-nav-logo {
    width: 9.5rem;
    text-align: center;
}

nav.sub-nav .content h3 {
    margin-top: var(--wp--custom--spacing--plus-1);
}

nav.sub-nav .content .text {
    margin-top: var(--wp--custom--spacing--plus-1);
    line-height: 1.5;
    font-size: var(--wp--preset--font-size--minus-1);
}

nav.sub-nav .content .border-btn a {
    text-decoration: none;
}

nav.sub-nav .content .btn-list {
    display: flex;
    gap: .5em;
}

nav.sub-nav .content .btn-list a {
    text-decoration: none;
}

nav.sub-nav .content .btn-list a:hover {
    background-color: #fff;
}

nav.sub-nav .content .border-btn a {
    display: inline-block;
    padding: .25em 2em;
    border: 1px solid currentColor;
    border-radius: .4em;
    text-transform: none;
    letter-spacing: 0;
    text-align: center;
    font-weight: 100;
    transition: background .2s;
    width: auto;
    min-width: 10em;
    font-size: var(--wp--preset--font-size--minus-1);
    padding-top: .5em;
    padding-bottom: .5em;
    margin-top: var(--wp--custom--spacing--plus-1);
    border-color: var(--wp--preset--color--mid-grey);
    background: 0 0;
    color: var(--wp--preset--color--mid-grey);
}

nav.sub-nav .nav-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--wp--custom--spacing--plus-2);
    align-content: start;
    margin: var(--wp--custom--spacing--plus-2) 0 0;
}

nav.sub-nav .nav-list ul {
    display: block;
    --flow-space: var(--wp--custom--spacing--plus-2);
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: var(--wp--preset--font-size--base);
}

nav.sub-nav .nav-list ul a {
    color: var(--wp--preset--color--dark-grey);
    text-decoration: none;
}

nav.sub-nav .nav-list ul a:hover {
    opacity: .75;
}

nav.sub-nav .nav-list ul li:not(:first-child) {
    margin-top: var(--wp--custom--spacing--plus-2);
    font-size: var(--wp--preset--font-size--base);
}

nav.sub-nav .mask-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
}

nav.sub-nav.active {
    display: grid;
}

header .notice {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    width: 100%;
}

header .notice::after {
    content: "";
    bottom: 0;
    left: 0;
    opacity: .95;
    position: absolute;
    right: 0;
    top: 0;
    background: var(--wp--preset--color--dark-green);
    z-index: 0;
}

header .notice .notice-main {
    position: relative;
    z-index: 2;
    padding: var(--wp--custom--spacing--base);
    color: #fff;
}

header .notice .notice-main h2 {
    margin: 0 0 .5em;
    padding-right: 3.5rem;
    pointer-events: none;
    touch-action: none;
    font-size: var(--wp--preset--font-size--plus-3);
}

header .notice .notice-main .time {
    font-weight: 700;
    margin-bottom: 1em;
    text-transform: uppercase;
    max-width: 50rem;
    line-height: 1.4;
}

header .notice .notice-main .text {
    max-width: 50rem;
    margin-bottom: 1em;
    line-height: 1.4;
}

header .notice .notice-main .border-btn a {
    display: inline-block;
    padding: .25em 2em;
    border: 1px solid currentColor;
    border-radius: .4em;
    text-transform: none;
    letter-spacing: 0;
    text-align: center;
    font-weight: 100;
    transition: background .2s;
    border-color: var(--wp--preset--color--white);
    background: 0 0;
    color: var(--wp--preset--color--white);
    text-decoration: none;
    font-weight: 700;
    line-height: 1.4;
}

header .notice .notice-main .border-btn a:hover {
    background-color: var(--wp--preset--color--white);
    color: var(--wp--preset--color--dark-grey);
}

header .notice .notice-main .text-close {
    background: transparent;
    border: 0;
    color: currentColor;
    cursor: pointer;
    font-weight: 700;
    margin: var(--wp--custom--spacing--base) 0 var(--wp--custom--spacing--base);
    padding: 0;
    font-size: var(--wp--preset--font-size--minus-1);
}

header .notice .notice-main .btn-close {
    background: var(--wp--preset--color--light-green);
    border: 0;
    border-radius: 999999em;
    cursor: pointer;
    height: 3.5rem;
    width: 3.5rem;
    margin: 0;
    padding: 0;
    position: absolute;
    right: var(--wp--custom--spacing--base);
    top: var(--wp--custom--spacing--base);
}

header .notice .notice-main .btn-close::after,
header .notice .notice-main .btn-close::before {
    background: var(--wp--preset--color--white);
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    width: 50%;
}

header .notice .notice-main .btn-close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

header .phone-menu {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 22px;
    background: none;
    border: none;
    outline-offset: 5px;
}

header .phone-menu span {
    width: 100%;
    height: 2px;
    background-color: var(--wp--preset--color--dark-grey);
    transition: all .5s;
}

header .phone-menu:hover {
    cursor: pointer;
}

header .phone-menu span:nth-child(2) {
    position: relative;
    background-color: transparent;
}

header .phone-menu span:nth-child(2)::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--wp--preset--color--dark-grey);
    transition: all .5s;
}

header .phone-menu span:nth-child(2)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--wp--preset--color--dark-grey);
    transition: all .5s;
}

header .phone-menu.opened span {
    opacity: 0;
}


header .phone-menu.opened span:nth-child(2) {
    opacity: 1;
    background-color: transparent;
}

header .phone-menu.opened span:nth-child(2)::after {
    transform: rotate(45deg);
    opacity: 1;
}

header .phone-menu.opened span:nth-child(2)::before {
    transform: rotate(-45deg);
    opacity: 1;
}

.phone-nav-list {
    display: none;
    position: fixed;
    top: 8rem;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.5rem 0;
    overflow: auto;
    z-index: 1000;
    background-color: var(--wp--preset--color--white);
}

.phone-nav-list .phone-nav-top {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: .25em;
    color: var(--wp--preset--color--dark-grey);
}

.phone-nav-list .phone-nav-top svg {
    width: .6em;
    height: .6em;
    transform: rotate(0);
    transition: transform .3s;
}

.phone-nav-list .phone-nav-top .name-b {
    color: var(--wp--preset--color--dark-grey);
}

.phone-nav-list .first-floor {
    border-bottom: 1px solid #ddd;
}

.phone-nav-list .first-floor .phone-nav-content {
    padding: var(--site-padding);
    font-size: var(--wp--preset--font-size--plus-2);
}

.phone-nav-list .first-floor .name {
    display: block;
    font-weight: 700;
    color: var(--wp--preset--color--dark-blue);
}

.phone-nav-list .first-floor>a {
    display: block;
    padding: var(--site-padding);
    font-size: var(--wp--preset--font-size--plus-2);
    text-decoration: none;
    color: var(--wp--preset--color--dark-grey);
}

.phone-nav-list .first-floor>ul {
    padding: .25rem 0;
    background-color: var(--wp--preset--color--grey-tint-1);
}

.phone-nav-list .first-floor>ul {
    display: none;
}

.phone-nav-list .first-floor>ul a {
    display: block;
    padding: .5em var(--site-padding);
    font-size: var(--wp--preset--font-size--plus-1);
    color: var(--wp--preset--color--dark-grey);
    text-decoration: none;
    line-height: 1.1;
}

.phone-nav-list .first-floor.active {
    background-color: var(--wp--preset--color--grey-tint-1);
}

.phone-nav-list .first-floor.active .phone-nav-top {
    color: var(--wp--preset--color--light-blue);
}

.phone-nav-list .first-floor.active .name-b {
    color: var(--wp--preset--color--light-blue);
}

.phone-nav-list .first-floor.active .phone-nav-top svg {
    transform: rotate(180deg);
}

.phone-nav-list .first-floor.active>ul {
    display: block;
    background-color: var(--wp--preset--color--grey-tint-1);
}


.footer-top {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 2rem 0;
    border-top: 1px solid var(--wp--preset--color--grey-tint-4);
}

.footer-top .logo {
    order: 1;
    margin-right: auto;
}

.footer-top .logo a {
    display: block;
    width: 7.5rem;
}

.footer-top .logo a img {
    width: 100%;
}

.footer-top .choose {
    order: 2;
    width: 8rem;
}

.footer-top .home-icon {
    order: 4;
}

.footer-top .home-icon svg {
    width: 1.5rem;
    height: 1.5rem;
}

.footer-top .home-icon svg:not([data-variant=color]) path {
    fill: var(--wp--preset--color--dark-grey);
    transition: all .5s;
}

.footer-top .home-icon:hover svg:not([data-variant=color]) path {
    fill: var(--wp--preset--color--light-blue)
}

.footer-top .contact {
    order: 5;
}

.footer-top .contact a {
    color: #fff;
    align-items: center;
    border-radius: .4em;
    display: flex;
    gap: 6em;
    line-height: 1;
    padding: .5em .75em;
    text-decoration: none;
    transition: background .2s;
    background: var(--wp--preset--color--dark-grey);
}

.footer-top .contact a svg {
    height: 1.25rem;
    width: 1.25rem;
}

.footer-top .contact a:hover {
    background-color: var(--wp--preset--color--light-blue);
}

.footer-top ul {
    order: 6;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5em;
    font-size: 24px;
}

.footer-top ul li {
    border-radius: 9999px;
    display: block;
    height: auto;
    transition: transform .1s ease;
}

.footer-top ul li a {
    display: flex;
    align-items: center;
    background: var(--wp--preset--color--dark-grey);
    border-radius: .4em;
    line-height: 1.1;
    padding: .3em;
    text-decoration: none;
    transition: background .2s;
}

.footer-top ul li a:hover {
    background: var(--wp--preset--color--light-blue);
}

.footer-top ul li a svg {
    height: 1em;
    width: 1em;
}

.footer-top ul li a svg:not([data-variant=color]) path {
    fill: #fff
}

.footer-top ul li a span {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    padding-bottom: 2rem;
    font-size: var(--wp--preset--font-size--minus-1);
    color: var(--wp--preset--color--dark-grey);
}

.footer-bottom nav ul {
    display: flex;
}

.footer-bottom nav ul li {
    position: relative;
    padding: 0 1em;
}

.footer-bottom nav ul li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 20%;
    width: 1px;
    height: 60%;
    background: currentColor;
}

.footer-bottom a {
    text-decoration: none;
    color: var(--wp--preset--color--dark-grey);
}

.footer-bottom .design-web {
    margin-left: auto;
}

.footer-bottom .design-web a {
    color: var(--wp--preset--color--grey-tint-4);
}

.footer-bottom nav ul li a:hover {
    color: var(--wp--preset--color--light-blue);
}

.subscribe-form {
    padding: var(--wp--custom--spacing--plus-4) var(--wp--custom--spacing--base);
    margin-bottom: var(--wp--custom--spacing--plus-2);
    margin-top: var(--wp--custom--spacing--plus-2);
    background: var(--wp--preset--color--light-green);
}

.subscribe-form h2 {
    margin: 0 0 1.75em;
    font-size: var(--wp--preset--font-size--plus-1);
    font-weight: 300;
}

.subscribe-form form {
    display: flex;
    gap: var(--wp--custom--spacing--plus-2);
}

.subscribe-form form .input-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: .75em;
}

.subscribe-form form .input-content input {
    display: flex;
    width: 100%;
    padding: .75em 1em;
    border: 0;
    border-radius: .25em;
    font-size: var(--wp--preset--font-size--minus-1);
    line-height: normal;
}

.subscribe-form form .description {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: .75em;
}

.subscribe-form form .description .captcha {
    max-width: 25rem;
    background: var(--wp--preset--color--grey-tint-4);
    padding: var(--wp--custom--spacing--base);
    margin-bottom: var(--wp--custom--spacing--base);
}

.subscribe-form form .description .captcha label {
    display: block;
    width: 100%;
    padding-bottom: .75em;
    font-size: var(--wp--preset--font-size--minus-1);
}

.subscribe-form form .description .captcha-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: var(--wp--custom--spacing--base);
}

.subscribe-form form .description .agree {
    display: flex;
    align-items: flex-start;
    gap: .5em;
    margin-bottom: .5em;
    cursor: pointer;
}

.subscribe-form form .description .agree input {
    flex-shrink: 0;
    appearance: none;
    position: relative;
    top: 1px;
    width: .75em;
    height: .75em;
    margin: 0;
    padding: 0;
    box-shadow: 0 0 0 1px var(--wp--preset--color--dark-grey);
    border: 2px solid var(--wp--preset--color--white);
    background: var(--wp--preset--color--white);
}

.subscribe-form form .description .agree input:checked {
    background: var(--wp--preset--color--dark-grey)
}

.subscribe-form form .description .agree input:focus {
    outline: 1px dashed var(--wp--preset--color--dark-grey);
    outline-offset: 2px
}

.subscribe-form form .description .agree span {
    font-size: var(--wp--preset--font-size--minus-1);
    font-weight: 700;
}

.subscribe-form form .description .text {
    max-width: 40em;
    font-size: var(--wp--preset--font-size--minus-1);
}

.subscribe-form form .description button,
.subscribe-form form .description input[type="submit"] {
    min-width: 10em;
    padding: .25em 2em;
    margin-top: var(--wp--custom--spacing--plus-1);
    border: 1px solid currentColor;
    border-radius: .4em;
    text-transform: none;
    letter-spacing: 0;
    text-align: center;
    font-weight: 100;
    transition: background .2s;
    border-color: var(--wp--preset--color--mid-grey);
    background: 0 0;
    color: var(--wp--preset--color--mid-grey);
    cursor: pointer;
}

.subscribe-form form .description button:hover {
    background-color: #fff;
}