@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: initial;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: 100%;
    z-index: 1
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-backface-hidden .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-css-mode>.swiper-wrapper {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    height: var(--swiper-centered-offset-after);
    min-width: 1px;
    width: 100%
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    height: var(--swiper-virtual-size);
    width: 1px
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    align-items: center;
    color: #007aff;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: 44px;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: -22px;
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    position: absolute;
    top: 50%;
    width: 27px;
    width: calc(var(--swiper-navigation-size)/44*27);
    z-index: 10
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 44px;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    left: auto;
    right: 10px
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    background: #000;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    opacity: .2;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
    width: 8px;
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px))
}

button.swiper-pagination-bullet {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    background: #007aff;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: 1;
    opacity: var(--swiper-pagination-bullet-opacity, 1)
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 6px 0;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    width: 100%
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: 4px
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    background: rgba(0, 0, 0, .1);
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: 3px;
    height: 5px;
    left: 1%;
    position: absolute;
    width: 98%;
    z-index: 50
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    height: 98%;
    position: absolute;
    right: 3px;
    top: 1%;
    width: 5px;
    z-index: 50
}

.swiper-scrollbar-drag {
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    border: 4px solid #007aff;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s linear infinite;
    animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.swiper .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-direction: column;
    flex-wrap: wrap
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    width: 100%;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    background: #000;
    bottom: 0;
    content: "";
    -webkit-filter: blur(50px);
    filter: blur(50px);
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: opacity, height, -webkit-transform;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

html {
    -ms-text-size-adjust: 100%;
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    font-size: 100%;
    font-weight: 400;
    margin: 0;
    padding: 0;
    vertical-align: initial
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-font-feature-settings: "kern";
    font-feature-settings: "kern";
    color: #4e4a47;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-kerning: normal;
    word-break: break-word
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: initial
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    color: inherit;
    font-weight: inherit;
    text-decoration: none
}

a:active,
a:focus,
a:hover {
    outline: 0
}

address {
    font-style: normal
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn,
em {
    font-style: italic
}

ins {
    text-decoration: none
}

mark {
    background: #ff0;
    color: #000
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: initial
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

blockquote cite,
i {
    font-style: normal
}

img {
    border: 0;
    display: inline-block;
    max-width: 100%
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    border-style: none;
    box-sizing: initial
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit
}

button {
    border-style: none;
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal;
    outline: 0
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url] {
    background: transparent;
    border: 0;
    box-sizing: border-box;
    display: block
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: initial
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    border-style: none;
    min-height: 7em;
    outline: 0;
    overflow: auto;
    resize: vertical
}

ol li {
    list-style-position: inside;
    list-style-type: decimal
}

optgroup {
    font-weight: 700
}

select {
    -webkit-appearance: none;
    border-style: none
}

.aboutLastSection .container>.grid:last-of-type h2,
.apartmentCard .grid>div:last-of-type span,
.calculatorOption h3,
.creditStep span,
.ctaSocial span,
.description h2,
.h1,
.projectDetails>div:last-child>a,
.projectDetailsFocus li:first-of-type h4,
.projectDetailsFocus li:nth-of-type(2) h4,
.projectDetailsFocus li:nth-of-type(3) h4,
h1 {
    font-size: clamp(2.281em, 3vw + 1em, 46px);
    font-weight: 600;
    letter-spacing: -.04em;
    line-height: 1.1;
    margin-bottom: .75em
}

.aboutPartners h4,
.h2,
.projectCardTitle,
.projectNext>span:last-of-type,
h2 {
    font-size: clamp(1.802em, 2vw + 1em, 36px);
    font-weight: 600;
    letter-spacing: -.015em;
    line-height: 1.15;
    margin-bottom: .75em
}

.creditStep h4,
.h3,
.homeProject>span:first-of-type strong,
.sidebarProgress h4,
h3 {
    font-size: clamp(1.266em, 1.75vw + .5em, 28px);
    font-weight: 600;
    letter-spacing: -.015em;
    line-height: 1.2;
    margin-bottom: .75em
}

.calculatorResult span:nth-of-type(3),
.definitionList li,
.h4,
.homeIntro h6,
.projectGalleryItem span,
.projectObjectives div h3,
h4 {
    font-size: clamp(1.125em, 1.5vw + .5em, 24px);
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1.25;
    margin-bottom: .75em
}

.aboutPartners li,
.available,
.calculatorTabs,
.creditChooseOptions a,
.faqCard a,
.h5,
.jobApply p,
.newsPreview,
.projectDetailsFocus li h4,
h5,
header li {
    font-size: clamp(1.067em, 1.5vw + .5em, 18px);
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1.3;
    margin-bottom: .75em
}

.h6,
h6 {
    font-size: clamp(1.067em, 1.5vw + .5em, 16px);
    font-weight: 600
}

.checkList li,
.h6,
.p,
form label,
h6,
p {
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: .75em
}

.checkList li,
.p,
form label,
p {
    font-size: clamp(1em, 1em, 16px);
    font-weight: 500
}

.blockquote,
blockquote {
    font-size: clamp(1.125em, 1.5vw + .5em, 24px);
    font-weight: 500;
    letter-spacing: -.01em;
    line-height: 1.25;
    margin-bottom: .75em
}

.small,
small {
    font-size: clamp(14px, 14px, 14px);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: .75em
}

@font-face {
    font-family: icons;
    font-style: normal;
    font-weight: 400;
    src: url(/fiald/build/static/media/icons.2cb23b82818962e013ae.ttf) format("truetype");
    src: url(/fiald/build/static/media/icons.025af2708ec8dc8b4830.woff) format("woff");
    src: url(/fiald/build/static/media/icons.0ce71bc29625b9470413.woff2) format("woff2")
}

[class*=" icon-"]:before,
[class^=icon-]:before {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    display: inline-block;
    font-family: icons;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1em;
    margin-left: .2em;
    margin-right: .2em;
    position: relative;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    width: 1em
}

.icon-pin:before {
    content: ""
}

.icon-phone:before {
    content: ""
}

.icon-quote:before {
    content: ""
}

.icon-ok:before {
    content: ""
}

.icon-close:before {
    content: ""
}

.icon-info:before {
    content: ""
}

.icon-lock:before {
    content: ""
}

.icon-edit:before {
    content: ""
}

.icon-chat:before {
    content: ""
}

.icon-triangle:before {
    content: ""
}

.icon-cog:before {
    content: ""
}

.icon-trash:before {
    content: ""
}

.icon-basket:before {
    content: ""
}

.icon-zoom:before {
    content: ""
}

.icon-calendar:before {
    content: ""
}

.icon-play:before {
    content: ""
}

.icon-signal:before {
    content: ""
}

.icon-star:before {
    content: ""
}

.icon-star-empty:before {
    content: ""
}

.icon-leaf:before {
    content: ""
}

.icon-more:before {
    content: ""
}

.icon-gift:before {
    content: ""
}

.icon-credit:before {
    content: ""
}

.icon-truck:before {
    content: ""
}

.icon-refresh:before {
    content: ""
}

.icon-globe:before {
    content: ""
}

.icon-clock:before {
    content: ""
}

.icon-time:before {
    content: ""
}

.icon-attach:before {
    content: ""
}

.icon-home:before {
    content: ""
}

.icon-list:before {
    content: ""
}

.icon-picture:before {
    content: ""
}

.icon-logout:before {
    content: ""
}

.icon-copy:before {
    content: ""
}

.icon-trophy:before {
    content: ""
}

.icon-mobile:before {
    content: ""
}

.icon-cloud:before {
    content: ""
}

.icon-megaphone:before {
    content: ""
}

.icon-heart:before {
    content: ""
}

.icon-search:before {
    content: ""
}

.icon-tag:before {
    content: ""
}

.icon-whatsapp:before {
    color: #25d366;
    content: ""
}

.icon-fb-mess:before {
    color: #09f;
    content: ""
}

.icon-tiktok:before {
    color: #ee1d51;
    content: ""
}

.icon-mastercard:before {
    color: #ea001b;
    content: ""
}

.icon-visa:before {
    color: #1434cb;
    content: ""
}

.icon-maestro:before {
    color: #00a2e5;
    content: ""
}

.icon-group:before {
    content: ""
}

.icon-loading:before {
    content: ""
}

.icon-arrow:before {
    content: ""
}

.icon-user:before {
    content: ""
}

.icon-twitter:before {
    color: #1da1f2;
    content: ""
}

.icon-filter:before {
    content: ""
}

.icon-linkedin:before {
    color: #0a66c2;
    content: ""
}

.icon-bell:before {
    content: ""
}

.icon-laptop:before {
    content: ""
}

.icon-shield:before {
    content: ""
}

.icon-youtube:before {
    color: #cd201f;
    content: ""
}

.icon-instagram:before {
    color: #c32aa3;
    content: ""
}

.icon-google:before {
    color: #4285f4;
    content: ""
}

.icon-wifi:before {
    content: ""
}

.icon-pinterest:before {
    color: #bd081c;
    content: ""
}

.icon-vimeo:before {
    color: #1ab7ea;
    content: ""
}

.icon-wheelchair:before {
    content: ""
}

.icon-envelope:before {
    content: ""
}

.icon-camera:before {
    content: ""
}

.icon-fb:before {
    color: #1877f2;
    content: ""
}

.apartmentCard .grid>span,
.available strong,
.big,
.calculatorResult span:nth-of-type(2),
.homeIntro h1,
.projectHero h1,
.projectObjectives div h3 strong {
    font-size: clamp(2.9em, 4vw + 1em, 64px);
    font-weight: 600;
    letter-spacing: -.04em;
    line-height: 1
}

.apartmentsHeader>a:before,
.articleShare ul:before,
.calculatorOption h3 span:first-of-type,
.calculatorResult span:first-of-type,
.calculatorResult span:nth-of-type(2):after,
.projectDetailsFocus li small,
.sliderRange .grid span,
.sliderRange.both .sliderRangeBar a span,
.sliderRange.single .sliderRangeBar a span,
.tiny {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .005em;
    line-height: 18px;
    text-transform: uppercase
}

.container {
    box-sizing: initial;
    margin: 0 auto;
    max-width: 1600px;
    padding: 0 clamp(15px, 2vw, 2em)
}

.grid,
.gridAside {
    display: grid
}

.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

@media(min-width:768px) {
    .gridAside {
        grid-template-columns: 60% auto
    }
}

.gridAside {
    gap: clamp(1em, 5vw, 8em)
}

.gridAside aside {
    justify-self: end;
    margin-bottom: clamp(2em, 3vw, 3em)
}

.backgroundGreen {
    background: #009775
}

.backgroundCremeLight {
    background: #fffdeb
}

.backgroundMintLight {
    background: #ddeee8
}

.backgroundGray {
    background: hsla(34, 13%, 79%, .3)
}

.backgroundGrayBlue {
    background: #545a59
}

.backgroundSocialFacebook {
    background: #1877f2
}

.backgroundSocialLinkedin {
    background: #0a66c2
}

.backgroundMintTransparent {
    background: rgba(221, 238, 232, .4)
}

.backgroundGrayTransparent {
    background: hsla(34, 13%, 79%, .1)
}

.backgroundCremeTransparent {
    background: rgba(255, 253, 235, .3)
}

.gradient {
    background-image: linear-gradient(#fff, hsla(34, 13%, 79%, .6))
}

.gradient.blue {
    background-image: linear-gradient(#fff, rgba(221, 238, 232, .5))
}

.material-symbols-outlined {
    color: #009775;
    font-variation-settings: "FILL" 1, "wght" 400, "GRAD" -25, "opsz" 20;
    margin-right: .25em;
    vertical-align: middle
}

.button:after,
.homeProject>span:first-of-type span:after,
.link:after,
.tags a:after {
    content: "";
    display: inline-block;
    font-family: Material Symbols Outlined;
    margin-left: .25em;
    margin-right: -.25em;
    vertical-align: middle
}

.button,
.tags a {
    background-color: transparent;
    border: 1px solid #009775;
    border-radius: 50px;
    color: #009775;
    display: inline-block;
    font-weight: 500;
    padding: .8em 1.35em .7em
}

.button.filled {
    background-color: #009775;
    color: #fff
}

.homeProject>span:first-of-type span,
.link {
    color: #009775;
    font-weight: 500
}

.faqCard a span,
.sidebarProgress .progress>a {
    display: inline-block;
    height: 50px;
    width: 50px
}

.faqCard a span:after,
.faqCard a span:before,
.sidebarProgress .progress>a:after,
.sidebarProgress .progress>a:before {
    background: #e0c300;
    content: "";
    display: inline-block
}

.faqCard a span:before,
.sidebarProgress .progress>a:before {
    height: 1px;
    vertical-align: middle;
    width: inherit
}

.faqCard a span:after,
.sidebarProgress .progress>a:after {
    height: inherit;
    margin-left: -50%;
    vertical-align: middle;
    width: 1px
}

form label {
    color: #545a59;
    display: block;
    margin-bottom: .5em
}

form input[type=email],
form input[type=number],
form input[type=password],
form input[type=search],
form input[type=tel],
form input[type=text],
form input[type=url],
form textarea,
select {
    background: transparent;
    border-bottom: 1px solid rgba(78, 74, 71, .2);
    color: #545a59;
    min-width: 200px;
    padding: 0 0 .75em
}

form textarea {
    background: transparent;
    min-height: 10em
}

select {
    border: 1px solid rgba(84, 90, 89, .1);
    border-radius: 5px;
    padding-left: .75em;
    padding-top: .75em
}

fieldset {
    align-items: baseline;
    display: flex;
    gap: .5em;
    margin: 1em 0 2em
}

fieldset label a {
    text-decoration: underline
}

.spaceIntro {
    padding-top: calc(70px + 1.5em)
}

@media(min-width:768px) {
    .spaceIntro {
        padding-top: calc(90px + 2.5em)
    }
}

@media(min-width:1024px) {
    .spaceIntro {
        padding-top: calc(110px + 3.5em)
    }
}

@media(min-width:1400px) {
    .spaceIntro {
        padding-top: calc(110px + 4.5em)
    }
}

.spaceSection {
    padding: 7vw 0
}

@media(min-width:768px) {
    .spaceSection {
        padding: 5vw 0
    }
}

@media(min-width:1024px) {
    .spaceSection {
        padding: 4vw 0
    }
}

@media(min-width:1400px) {
    .spaceSection {
        padding: 4em 0
    }
}

.tags a {
    word-wrap: break-word;
    background: rgba(221, 238, 232, .5);
    border: 0;
    font-size: 12px
}

.tags a:after {
    display: none
}

.tags a.active,
.tags a:hover {
    background: #009775;
    color: #fff
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: .5em
}

.tags.removable a {
    background: rgba(83, 181, 159, .2)
}

.tags.removable a:before {
    content: "";
    display: inline-block;
    font-family: Material Symbols Outlined;
    font-size: 120%;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
    margin-right: .5em;
    vertical-align: middle
}

.tags.removable a.active,
.tags.removable a:hover {
    background: rgba(83, 181, 159, .5);
    color: #545a59
}

.burger {
    grid-gap: 5px;
    display: grid;
    gap: 5px;
    height: inherit;
    width: 30px
}

.burger span {
    background: #009775;
    height: 2px;
    width: inherit
}

.definitionList {
    grid-gap: 1em;
    display: grid;
    gap: 1em
}

.definitionList li {
    margin-bottom: 0
}

.definitionList span {
    border-bottom: 1px solid rgba(92, 93, 96, .2);
    display: block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .005em;
    line-height: 18px;
    margin-bottom: 1em;
    padding-bottom: .5em;
    text-transform: uppercase
}

.checkList {
    display: flex;
    flex-wrap: wrap;
    gap: 1em
}

.checkList li {
    line-height: 1;
    margin: 0
}

.checkList li:before {
    color: #009775;
    content: "";
    display: inline-block;
    font-family: Material Symbols Outlined;
    font-size: 150%;
    font-variation-settings: "FILL" 1;
    margin-right: .5em;
    vertical-align: middle
}

.available {
    color: hsla(34, 13%, 79%, .5);
    text-align: center
}

.available strong {
    display: block;
    font-size: 180px;
    font-weight: 800
}

.available.circle {
    align-content: center;
    align-items: center;
    background: #e0c300;
    border-radius: 500px;
    box-sizing: initial;
    color: #fff;
    display: inline-grid;
    font-size: 12px;
    height: 80px;
    padding: clamp(.5em, 1.5vw, 2em);
    width: 80px
}

@media(min-width:1024px) {
    .available.circle {
        font-size: medium;
        height: 150px;
        width: 150px
    }
}

.available.circle strong {
    font-size: clamp(2em, 5vw, 5em)
}

.center {
    text-align: center
}

.projectGalleryItem {
    display: grid;
    grid-template-columns: 1fr;
    opacity: 1;
    transition: opacity .2s ease-in-out
}

.projectGalleryItem:hover {
    opacity: .5
}

.projectGalleryItem i,
.projectGalleryItem img,
.projectGalleryItem span {
    grid-column: 1/-1;
    grid-row: 1/2;
    justify-self: start
}

.projectGalleryItem img {
    border-radius: 5px;
    width: 100%
}

.projectGalleryItem span {
    color: #fff;
    margin-bottom: 0;
    padding: 1em
}

.projectGalleryItem i {
    align-self: start;
    display: inline-block;
    justify-self: end;
    margin: 1em 1em 0 0;
    width: 50px
}

.projectGalleryItem i:after,
.projectGalleryItem i:before {
    background: #e0c300;
    content: "";
    display: inline-block
}

.projectGalleryItem i:before {
    height: 1px;
    vertical-align: middle;
    width: 50px
}

.projectGalleryItem i:after {
    height: 50px;
    margin-left: -25px;
    vertical-align: middle;
    width: 1px
}

.ovh {
    overflow: hidden
}

.article {
    gap: clamp(1.5em, 2vw, 2.5em);
    padding-bottom: clamp(2em, 5vw, 5.5em)
}

@media(min-width:1920px) {
    .article {
        gap: 15%;
        grid-template-columns: auto 1fr
    }
}

.article h1 {
    margin-bottom: 0
}

@media(min-width:1920px) {
    .article section {
        order: 2
    }
    .articleShare {
        order: 1
    }
}

.articleShare ul {
    display: flex;
    gap: clamp(.5em, 2vw, 1em)
}

@media(min-width:1920px) {
    .articleShare ul {
        display: grid
    }
}

.articleShare ul:before {
    align-self: center;
    content: "SHARE";
    justify-self: center
}

@media(min-width:1920px) {
    .articleShare ul:before {
        margin-bottom: 4em;
        position: relative;
        top: 2em;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

.articleShare ul a {
    align-items: center;
    border: 2px solid;
    border-radius: 50px;
    display: grid;
    height: 50px;
    justify-items: center;
    width: 50px
}

.articleShare ul a:first-of-type {
    border-color: #1877f2
}

.articleShare ul a:last-of-type {
    border-color: #0a66c2
}

.articleShare ul a i {
    font-size: 150%
}

.card {
    background: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .05);
    padding: clamp(1em, 1.5vw, 2em)
}

@media(min-width:768px) {
    .card {
        border-radius: 10px
    }
}

.swiper {
    padding-bottom: 2.5em
}

@media(min-width:1600px) {
    .swiper {
        padding-bottom: 0
    }
}

.swiper-button-next,
.swiper-button-prev {
    background: #009775;
    border-radius: 30px;
    color: #fff;
    display: none;
    height: 30px;
    text-align: center;
    width: 30px
}

@media(min-width:1600px) {
    .swiper-button-next,
    .swiper-button-prev {
        display: flex
    }
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 16px
}

.swiper-button-prev {
    left: 18px
}

.swiper-button-next {
    right: 18px
}

@media(min-width:1600px) {
    .swiper-pagination {
        display: none
    }
}

.swiper-pagination-bullet-active {
    background: #009775
}

.swiperWrapper {
    position: relative
}

.swiperWrapperButton {
    background: #009775;
    border-radius: 2em;
    color: #fff;
    display: none;
    padding: .2em;
    position: absolute;
    top: 50%;
    z-index: 2
}

@media(min-width:1600px) {
    .swiperWrapperButton {
        display: inline-block
    }
    .swiperWrapperButton:first-of-type {
        left: 0;
        -webkit-transform: translateX(calc(-100% + 2em)) translateY(-50%);
        transform: translateX(calc(-100% + 2em)) translateY(-50%)
    }
    .swiperWrapperButton:last-of-type {
        right: 0;
        -webkit-transform: translateX(calc(100% - 2em)) translateY(-50%);
        transform: translateX(calc(100% - 2em)) translateY(-50%)
    }
}

@media(min-width:1920px) {
    .swiperWrapperButton:first-of-type {
        -webkit-transform: translateX(calc(-100% - 2em)) translateY(-50%);
        transform: translateX(calc(-100% - 2em)) translateY(-50%)
    }
    .swiperWrapperButton:last-of-type {
        -webkit-transform: translateX(calc(100% + 2em)) translateY(-50%);
        transform: translateX(calc(100% + 2em)) translateY(-50%)
    }
}

.swiperWrapper .swiper-button-next,
.swiperWrapper .swiper-button-prev {
    display: none
}

header {
    height: 70px;
    left: 0;
    padding-top: 1em;
    position: fixed;
    top: 0;
    -webkit-transform: none;
    transform: none;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    width: 100vw;
    z-index: 98
}

@media(min-width:768px) {
    header {
        height: 90px;
        padding-top: 1.5em
    }
}

@media(min-width:1400px) {
    header {
        height: 110px
    }
}

header .flex {
    justify-content: space-between
}

header .flex>a:first-of-type {
    max-width: 220px
}

@media(min-width:768px) {
    header .flex>a:first-of-type {
        max-width: 250px
    }
}

@media(min-width:1400px) {
    header .flex>a:first-of-type {
        max-width: none
    }
}

header .flex>a:first-of-type img {
    display: block
}

header .flex>a:first-of-type img:last-of-type {
    display: none
}

header ul {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    gap: 3em;
    z-index: 100
}

@media(min-width:1600px) {
    header ul {
        align-self: end
    }
}

header ul.hide {
    -webkit-transform: translateX(100%) translateY(70px) !important;
    transform: translateX(100%) translateY(70px) !important
}

@media(min-width:768px) {
    header ul.hide {
        -webkit-transform: translateX(100%) translateY(90px) !important;
        transform: translateX(100%) translateY(90px) !important
    }
}

@media(min-width:1200px) {
    header ul.hide {
        -webkit-transform: translateX(100%) translateY(0) !important;
        transform: translateX(100%) translateY(0) !important
    }
}

header li {
    font-weight: 500;
    margin-bottom: 0
}

header .burger,
header li:last-child {
    display: none
}

@media screen and (max-width:1600px) {
    header ul {
        background: #545a59;
        bottom: 0;
        color: #ddeee8;
        display: block;
        height: 100vh;
        overflow-y: auto;
        padding: 3em 2em 1em 1em;
        position: fixed;
        right: 0;
        top: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        transition: -webkit-transform .2s ease;
        transition: transform .2s ease;
        transition: transform .2s ease, -webkit-transform .2s ease;
        width: 250px
    }
    header ul li:not(:last-child):not(:nth-last-child(2)) {
        border-bottom: 1px solid rgba(221, 238, 232, .1);
        margin-bottom: .75em;
        padding-bottom: .75em
    }
    header ul li:nth-last-child(2) {
        margin-bottom: 0;
        margin-top: 2.5em
    }
    header ul li:nth-last-child(2) a {
        border-color: #ddeee8;
        color: #ddeee8;
        font-size: medium;
        font-weight: 400
    }
    header ul li:last-child {
        display: block;
        margin-bottom: 0;
        position: absolute;
        right: .5em;
        top: .5em
    }
    header ul li:last-child a {
        color: rgba(221, 238, 232, .3)
    }
    header .burger {
        align-self: center;
        display: grid
    }
}

header .container.showMenu ul {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

header.hide {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

header.negative .flex>a:first-of-type img:first-of-type {
    display: none
}

header.negative .flex>a:first-of-type img:last-of-type {
    display: block
}

header.negative .burger span {
    background: #fff
}

@media(min-width:1200px) {
    header.negative ul {
        color: #fff
    }
    header.negative .button {
        border-color: #fff;
        color: #fff
    }
}

footer {
    color: #fff
}

footer .grid {
    gap: clamp(1em, 4vw, 5em)
}

@media(min-width:640px) {
    footer .grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr
    }
}

@media(min-width:1200px) {
    footer .grid {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr
    }
}

footer .grid>div:first-child {
    order: 3
}

@media(min-width:640px) {
    footer .grid>div:first-child {
        grid-column: 1/-1;
        justify-self: center;
        text-align: center
    }
}

@media(min-width:1200px) {
    footer .grid>div:first-child {
        grid-column: initial;
        justify-self: auto;
        order: 0;
        text-align: left
    }
}

footer .grid>div:nth-child(2) {
    display: grid;
    grid-template-columns: 1fr auto
}

footer .grid>div:nth-child(2) h4 {
    grid-column: 1/-1
}

footer .grid>div:nth-child(2) ul:nth-of-type(2) {
    display: flex;
    flex-wrap: wrap;
    gap: .5em;
    max-width: 50px
}

@media(min-width:480px) {
    footer .grid>div:nth-child(2) ul:nth-of-type(2) {
        gap: 1em;
        max-width: none
    }
}

footer .grid>div:nth-child(2) ul:nth-of-type(2) a {
    align-items: center;
    border: 2px solid #fff;
    border-radius: 50px;
    display: inline-grid;
    font-size: 125%;
    height: 50px;
    justify-items: center;
    width: 50px
}

footer .grid>div:nth-child(2) ul:nth-of-type(2) a i:before {
    color: #fff
}

footer img {
    margin-bottom: 1em
}

footer li {
    line-height: 1.5
}

.sidebar {
    background-color: rgba(221, 238, 232, .9);
    bottom: 0;
    display: none;
    height: 100vh;
    justify-items: end;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99
}

.sidebar.active {
    display: grid
}

.sidebarContent {
    background-color: #fffdeb;
    box-shadow: -5px 0 15px rgba(0, 0, 0, .05);
    height: 100%;
    overflow-y: scroll;
    padding-left: clamp(1em, 3vw, 3em);
    padding-right: clamp(1em, 3vw, 3em);
    padding-top: clamp(1em, 3vw, 3em);
    width: max(280px, 70%);
    z-index: -99
}

.sidebarTitle {
    align-items: flex-start;
    border-bottom: 2px solid #545a59;
    display: flex;
    gap: 1em;
    justify-content: space-between;
    margin-bottom: clamp(1em, 2vw, 3em);
    padding-bottom: .75em
}

.sidebarTitle h2 {
    margin: 0
}

.sidebarTitle a {
    align-items: center;
    border: 1px solid #545a59;
    border-radius: 40px;
    display: inline-grid;
    height: 40px;
    justify-items: center;
    min-width: 40px;
    width: 40px
}

.sidebarTitle a:before {
    content: "";
    font-family: Material Symbols Outlined;
    font-size: 1.5em
}

.sidebarMap .sidebarContent {
    overflow: hidden
}

.sidebarMap .sidebarInside {
    height: 70vh
}

.sidebarMap iframe {
    border-radius: 5px;
    height: 100%;
    width: 100%
}

.sidebarFeatures .sidebarInside {
    grid-gap: 1em;
    display: grid;
    gap: 1em
}

@media(min-width:768px) {
    .sidebarFeatures .sidebarInside {
        gap: 2em
    }
}

.sidebarFeatures .sidebarInside .grid {
    align-items: center;
    gap: 1em;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr))
}

@media(min-width:768px) {
    .sidebarFeatures .sidebarInside .grid {
        gap: 2em
    }
    .sidebarFeatures .sidebarInside .grid:nth-of-type(2n) img {
        justify-self: end;
        order: 2
    }
}

.sidebarFeatures .sidebarInside .grid img {
    border-radius: 5px
}

.sidebarProgress .sidebarInside {
    grid-gap: 1em;
    display: grid;
    gap: 1em
}

.sidebarProgress .sidebarContent {
    background: #ddeee8;
    padding-bottom: clamp(1em, 2vw, 3em)
}

.sidebarProgress h4 {
    margin: 0
}

.sidebarProgress h4 small {
    display: block;
    margin: .5em 0 0
}

.sidebarProgress .grid {
    gap: 1em
}

@media(min-width:1200px) {
    .sidebarProgress .grid {
        grid-template-columns: 1fr 1fr;
        position: relative;
        z-index: 1
    }
    .sidebarProgress .grid>a {
        justify-self: end
    }
}

.sidebarProgress .progress {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: clamp(1em, 2vw, 3em);
    position: relative
}

.sidebarProgress .progress>a {
    display: none;
    z-index: 2
}

@media(min-width:1400px) {
    .sidebarProgress .progress>a {
        background: #009775;
        border-top-right-radius: 200px;
        bottom: 0;
        display: inline-block;
        height: 200px;
        left: 0;
        padding-left: 50px;
        padding-top: 85px;
        position: absolute;
        width: 200px
    }
    .sidebarProgress .progress>a:after,
    .sidebarProgress .progress>a:before {
        background: #fff
    }
    .sidebarProgress .progress>a:before {
        width: 70px
    }
    .sidebarProgress .progress>a:after {
        height: 70px;
        margin-left: -35px
    }
}

.sidebarProgress .progress img {
    border-radius: 5px;
    display: block
}

.sidebarFaq .sidebarInside {
    grid-gap: 1em;
    display: grid;
    gap: 1em
}

.sidebarFaq .sidebarContent {
    background: #ddeee8
}

.sidebarVisit form label {
    margin-bottom: 1em
}

.sidebarVisit form input:not([type=checkbox]) {
    margin-bottom: 1em;
    width: 100%
}

.sidebarVisit form fieldset {
    margin: 1.5em 0
}

.sidebarFilter form>div:not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 1em;
    padding-bottom: 1em
}

@media(min-width:1600px) {
    .sidebarFilter form>div:not(:last-of-type) {
        display: grid;
        grid-template-columns: 1fr 3fr
    }
}

.sidebarFilter form>div:last-of-type {
    align-items: center;
    gap: 1em;
    justify-content: space-between;
    margin-bottom: 2em;
    margin-top: 2em
}

.homeIntro {
    gap: clamp(1.5em, 3vw, 4em)
}

@media(min-width:1024px) {
    .homeIntro {
        grid-template-columns: 30% 1fr;
        grid-template-rows: auto 1fr
    }
    .homeIntro h1 {
        grid-column: 2/-1;
        grid-row: 1/2;
        max-width: 750px;
        order: 1
    }
    .homeIntro>div {
        grid-row: 2/-1
    }
    .homeIntro>div:first-of-type {
        order: 3
    }
    .homeIntro>div:last-of-type {
        order: 2
    }
}

.homeIntro h1 {
    margin: 0
}

@media screen and (max-width:640px) {
    .homeIntro h1 {
        font-size: 36px
    }
}

.homeIntro h6 {
    margin-bottom: .5em
}

@media(min-width:1024px) {
    .homeIntro h6 {
        max-width: 300px
    }
}

.homeIntro div:first-of-type {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr
}

.homeIntro div:first-of-type a,
.homeIntro div:first-of-type img,
.homeIntro div:first-of-type span {
    grid-column: 1/-1;
    grid-row: 1/2
}

.homeIntro div:first-of-type a {
    align-self: center;
    background: #fff;
    border-radius: 100px;
    cursor: pointer;
    justify-self: center;
    margin-right: 0;
    padding: .5em;
    pointer-events: visible
}

@media(min-width:768px) {
    .homeIntro div:first-of-type a {
        font-size: 2em
    }
}

@media(min-width:1024px) {
    .homeIntro div:first-of-type a {
        font-size: 3em
    }
}

.homeIntro div:first-of-type span {
    justify-self: end;
    margin: 1em 1em 0 0
}

@media(min-width:1920px) {
    .homeIntro div:first-of-type span {
        margin: 0;
        -webkit-transform: translateX(50%) translateY(-50%);
        transform: translateX(50%) translateY(-50%)
    }
}

@media(min-width:1024px) {
    .homeIntro div:last-of-type {
        position: relative
    }
    .homeIntro div:last-of-type:after {
        background: url('/build/static/media/homeSymbol.svg');
        bottom: 0;
        content: "";
        display: block;
        height: 175px;
        left: 0;
        position: absolute;
        width: 175px
    }
}

.homeProject {
    display: inline-grid;
    grid-template-columns: 1fr;
    width: 100%
}

.homeProject>img,
.homeProject>span {
    align-self: end;
    grid-column: 1/-1;
    grid-row: 1/2
}

.homeProject>img {
    border-radius: 5px;
    width: 100%
}

.homeProject>span:first-of-type {
    display: inline-grid;
    gap: .5em;
    margin: 0 0 1em 1em
}

@media(min-width:640px) {
    .homeProject>span:first-of-type {
        margin: 0 0 2em 2em
    }
}

.homeProject>span:first-of-type small {
    color: #fff;
    line-height: 1.2;
    margin: 0
}

.homeProject>span:first-of-type strong {
    color: #fff;
    margin-bottom: .25em
}

.homeProject>span:first-of-type span {
    color: #e0c300
}

.homeProject>span:last-of-type {
    align-self: start;
    justify-self: end;
    margin: 1em 1em 0 0
}

.aboutPartners {
    gap: 1em;
    grid-template-columns: 1fr
}

@media(min-width:640px) {
    .aboutPartners {
        gap: 1.5em;
        grid-template-columns: 1fr 1fr
    }
}

@media(min-width:1024px) {
    .aboutPartners {
        grid-template-columns: 1fr 1fr 1fr
    }
}

.aboutPartners h4 {
    border-bottom: 1px solid rgba(92, 93, 96, .2);
    padding-bottom: .5em
}

.aboutPartners h4,
.aboutPartners li {
    margin-bottom: .5em
}

.aboutPartners li small {
    display: block
}

.aboutMessage {
    align-items: center;
    gap: 6vw;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr))
}

@media(min-width:1024px) {
    .aboutMessage {
        gap: 5em
    }
}

.aboutMessage>div {
    max-width: 600px
}

.aboutMessage blockquote {
    grid-gap: 1em;
    display: grid;
    gap: 1em;
    margin: 0
}

@media(min-width:1024px) {
    .aboutMessage blockquote {
        gap: 1.75em
    }
}

.aboutMessage blockquote small {
    margin: 0
}

.description {
    align-self: center;
    display: none;
    gap: 1.5em;
    grid-template-columns: 1fr
}

@media(min-width:480px) {
    .description {
        grid-template-columns: auto 1fr
    }
}

@media(min-width:768px) {
    .description {
        gap: 2em
    }
}

@media(min-width:1600px) {
    .description {
        gap: 2.5em;
        order: 1
    }
}

.description h2,
.description link,
.description p {
    margin: 0
}

.description div {
    grid-gap: .75em;
    display: grid;
    gap: .75em;
    max-width: 500px
}

@media(min-width:768px) {
    .description div {
        gap: 1em
    }
}

@media(min-width:1600px) {
    .description div {
        gap: 1.5em
    }
}

.description .button,
.description .homeProject>span:first-of-type span,
.description .link,
.homeProject>span:first-of-type .description span {
    justify-self: start
}

.description.show {
    display: grid
}

.descriptionWrapper {
    gap: 1.5em
}

@media(min-width:768px) {
    .descriptionWrapper {
        gap: clamp(2em, 4vw, 6em);
        grid-template-columns: repeat(2, 1fr)
    }
}

.aboutIntro {
    gap: 1.5em
}

@media(min-width:640px) {
    .aboutIntro {
        align-items: center;
        gap: 3em;
        grid-template-columns: 1fr 1fr
    }
}

@media(min-width:1600px) {
    .aboutIntro.inverse ul {
        justify-self: right;
        order: 2
    }
    .aboutIntro.inverse div {
        order: 1
    }
}

.aboutIntro ul {
    max-width: 500px;
    padding-bottom: 30px;
    position: relative
}

.aboutIntro ul li:first-child {
    display: inline-block;
    z-index: 1
}

.aboutIntro ul li:nth-child(2) {
    max-width: 150px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2
}

@media(min-width:1024px) {
    .aboutIntro ul li:nth-child(2) {
        left: 0;
        max-width: 285px
    }
}

@media(min-width:1600px) {
    .aboutIntro ul li:nth-child(2) {
        left: -15px
    }
}

@media(min-width:1920px) {
    .aboutIntro ul li:nth-child(2) {
        left: -20%
    }
}

.aboutIntro ul li:last-child {
    bottom: 0;
    left: 20px;
    position: absolute;
    z-index: 3
}

@media(min-width:1600px) {
    .aboutIntro ul li:last-child {
        left: 100px
    }
}

.aboutIntro div {
    max-width: 600px
}

.aboutIntro img {
    border-radius: 5px
}

.aboutIntro .button {
    margin-top: 1em
}

.aboutValues {
    background: #009775
}

.aboutValues .grid:first-of-type {
    color: #fff;
    gap: clamp(2em, 3vw, 4em);
    grid-template-columns: 1fr
}

@media(min-width:1200px) {
    .aboutValues .grid:first-of-type {
        grid-template-columns: 1fr 3fr
    }
}

@media(min-width:1400px) {
    .aboutValues .grid:first-of-type {
        grid-template-columns: 1fr 4fr
    }
}

.aboutValues .grid:first-of-type .grid {
    gap: clamp(1.5em, 2vw, 2em);
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr))
}

.aboutValues .grid:first-of-type .grid>div {
    grid-gap: 1em;
    display: grid;
    gap: 1em;
    justify-content: center
}

@media(min-width:640px) {
    .aboutValues .grid:first-of-type .grid>div {
        justify-content: start
    }
}

@media(min-width:768px) {
    .aboutValues .grid:first-of-type .grid>div {
        gap: 1.25em
    }
}

.aboutValues h2,
.aboutValues h3 {
    margin: 0
}

.aboutValues ul {
    grid-gap: .75em;
    display: grid;
    gap: .75em
}

.aboutNumbers {
    gap: 1em
}

@media(min-width:768px) {
    .aboutNumbers {
        gap: 2em;
        grid-template-columns: repeat(3, 1fr)
    }
}

.aboutNumbers div {
    align-items: center;
    display: grid
}

.aboutNumbers h4,
.aboutNumbers img {
    grid-column: 1/-1;
    grid-row: 1/2
}

.aboutNumbers img {
    border-radius: 5px;
    justify-self: end;
    max-width: 150px
}

@media(min-width:768px) {
    .aboutNumbers img {
        max-width: 180px
    }
}

@media(min-width:1024px) {
    .aboutNumbers img {
        max-width: 240px
    }
}

.aboutNumbers h4 {
    color: #009775;
    display: grid
}

.aboutNumbers h4 strong {
    display: block;
    font-size: 64px;
    font-weight: 700;
    line-height: 1
}

@media(min-width:1024px) {
    .aboutNumbers h4 strong {
        font-size: 86px
    }
}

.portfolioCard:nth-of-type(3n+0) {
    background-color: rgba(221, 238, 232, .4)
}

.portfolioCard:nth-of-type(3n+0) .available {
    color: rgba(221, 238, 232, .8)
}

.portfolioCard:nth-of-type(3n+1) {
    background-color: hsla(34, 13%, 79%, .2)
}

.portfolioCard:nth-of-type(3n+1) .available {
    color: hsla(34, 13%, 79%, .4)
}

.portfolioCard:nth-of-type(3n+2) {
    background-color: rgba(255, 253, 235, .3)
}

.portfolioCard:nth-of-type(3n+2) .available {
    color: #fff5cf
}

.portfolioCard .button {
    margin-bottom: 1.5em
}

.portfolioCard .grid {
    align-items: center
}

.portfolioCard .grid a {
    justify-self: start
}

.portfolioCard div {
    position: relative
}

.portfolioCard img {
    border-radius: 5px
}

@media(min-width:1024px) {
    .portfolioCard img {
        border-radius: 10px
    }
}

.portfolioCard .available {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

@media(min-width:768px) {
    .portfolioCard:nth-of-type(2n) .grid>a {
        justify-self: right;
        order: 2
    }
    .portfolioCard:nth-of-type(2n) .grid>div {
        order: 1
    }
}

.members .container>.flex {
    gap: .5em;
    margin-bottom: 5vw
}

@media(min-width:640px) {
    .members .container>.flex {
        gap: 1em;
        margin-bottom: 3em
    }
}

@media(min-width:768px) {
    .members .container>.flex {
        margin-bottom: 4em
    }
}

.members .container>.flex a {
    color: #ddeee8;
    margin: 0
}

.members .container>.flex a:after {
    content: "/";
    margin-left: .5em
}

.members .container>.flex a:last-child:after {
    content: "";
    margin: 0
}

.members .container>.flex a.active,
.members .container>.flex a:hover {
    color: #4e4a47
}

.members .container>.flex a.active:after,
.members .container>.flex a:hover:after {
    color: #ddeee8;
    pointer-events: none
}

.members .container>.grid {
    gap: 1.5em;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr))
}

.members .container>.grid img {
    width: 100%
}

@media(min-width:1400px) {
    .members .container>.grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

.members .container>.grid .grid {
    gap: 1em
}

@media(min-width:1400px) {
    .members .container>.grid .grid {
        align-items: center;
        gap: 2em;
        grid-template-columns: repeat(2, 1fr)
    }
}

.members .container>.grid .grid ul {
    grid-gap: .5em;
    display: grid;
    gap: .5em
}

.members .container>.grid .grid ul li i {
    font-size: 1.25em
}

.members .container>.grid .grid ul li i:before {
    content: ""
}

.members .container>.grid .grid ul li:last-child i:before {
    content: ""
}

.members h4 {
    margin-bottom: .5em
}

.members h4 small {
    display: block
}

.members img {
    border-radius: 5px
}

.newsPreview {
    display: inline-grid;
    gap: 1em;
    margin: 0;
    opacity: 1;
    transition: opacity .15s ease
}

.newsPreview img {
    border-radius: 5px
}

.newsPreview:hover {
    opacity: .5
}

.newsExpanded h2,
.newsExpanded p {
    margin-bottom: 0
}

.newsExpanded img {
    border-radius: 5px
}

.newsExpanded .grid {
    align-self: center;
    gap: 1em;
    max-width: 600px
}

@media(min-width:1200px) {
    .newsExpanded .grid {
        gap: 2em
    }
}

.newsExpanded .grid a {
    justify-self: start
}

.newsContent {
    color: #545a59;
    margin: 0 auto;
    max-width: 1000px
}

@media(min-width:1920px) {
    .newsContent {
        gap: 10%
    }
}

.newsContent h1 small {
    display: block;
    margin: 1em 0 clamp(2em, 3vw, 4em)
}

.creditChoose h3 {
    text-align: center
}

@media(min-width:768px) {
    .creditChoose h3 {
        margin-bottom: 2em
    }
}

.creditChooseOptions {
    align-self: center;
    gap: 1em;
    grid-template-columns: 1fr
}

@media(min-width:375px) {
    .creditChooseOptions {
        grid-template-columns: 1fr 1fr
    }
}

@media(min-width:1600px) {
    .creditChooseOptions {
        order: 2
    }
}

.creditChooseOptions li {
    margin: 0
}

.creditChooseOptions a {
    grid-gap: 1em;
    border: 1px solid rgba(92, 93, 96, .1);
    border-radius: 10px;
    display: grid;
    gap: 1em;
    justify-items: center;
    margin-bottom: 0;
    padding: 1.5em;
    text-align: center
}

.creditChooseOptions a.active,
.creditChooseOptions a:hover {
    background-color: #ddeee8
}

.creditBenefits {
    color: #fffdeb
}

.creditBenefits .grid {
    gap: clamp(1em, 1.5vw, 2em)
}

@media(min-width:768px) {
    .creditBenefits .grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

.creditBenefits p {
    display: flex;
    font-weight: 400;
    gap: 1.5em;
    margin: 0
}

.creditBenefits p:before {
    content: "";
    flex-grow: 0;
    font-family: Material Symbols Outlined;
    font-size: 130%;
    font-variation-settings: "FILL" 1
}

@media(min-width:1024px) {
    .creditBenefits p:before {
        font-size: 180%
    }
}

.creditAction {
    background: #fffdeb;
    border-radius: 10px;
    gap: 1em;
    padding: 1.35em
}

@media(min-width:480px) {
    .creditAction {
        gap: 1.5em;
        grid-template-columns: auto 1fr;
        padding: 1.75em
    }
}

@media(min-width:768px) {
    .creditAction {
        padding: 2em
    }
    .creditAction img,
    .creditAction p {
        display: none
    }
}

@media(min-width:1400px) {
    .creditAction img,
    .creditAction p {
        display: block
    }
}

.creditAction h4,
.creditAction p {
    margin: 0
}

.creditAction div {
    grid-gap: .5em;
    display: grid;
    gap: .5em
}

@media(min-width:768px) {
    .creditAction div {
        gap: .75em
    }
}

.creditAction div .homeProject>span:first-of-type span,
.creditAction div .link,
.homeProject>span:first-of-type .creditAction div span {
    justify-self: start
}

.creditActionWrapper {
    gap: 1em
}

@media(min-width:768px) {
    .creditActionWrapper {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(min-width:480px) {
    .creditActionWrapper {
        gap: 1.5em
    }
}

.creditTab {
    background: #545a59;
    border-radius: 5px;
    color: #fff;
    gap: 1em;
    padding: 2em
}

@media(min-width:640px) {
    .creditTab {
        gap: 2em;
        grid-template-columns: auto 1fr
    }
}

@media(min-width:768px) {
    .creditTab {
        grid-template-columns: 1fr
    }
}

@media(min-width:1200px) {
    .creditTab {
        grid-template-columns: 1fr auto;
        min-height: 200px;
        padding: 3em
    }
}

.creditTab h2,
.creditTab p {
    margin: 0
}

.creditTab img {
    display: none
}

@media(min-width:768px) {
    .creditTab img {
        display: block
    }
}

@media(min-width:1200px) {
    .creditTab img {
        align-self: end;
        order: 2
    }
}

.creditTab .homeProject>span:first-of-type span,
.creditTab .link,
.homeProject>span:first-of-type .creditTab span {
    color: #e0c300;
    justify-self: start
}

@media(min-width:1200px) {
    .creditTab .homeProject>span:first-of-type span,
    .creditTab .link,
    .homeProject>span:first-of-type .creditTab span {
        align-self: end
    }
}

.creditTab div {
    grid-gap: 1em;
    align-self: start;
    display: grid;
    gap: 1em
}

@media(min-width:1200px) {
    .creditTab div {
        align-self: stretch;
        order: 1
    }
}

.creditStep {
    gap: .5em
}

@media(min-width:480px) {
    .creditStep {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(min-width:1200px) {
    .creditStep {
        gap: 2em;
        grid-template-columns: 150px 1fr 1fr 1fr
    }
}

.creditStep h4 {
    color: #009775
}

.creditStep h5,
.creditStep p,
.creditStep span {
    margin-bottom: 0
}

@media(min-width:480px) {
    .creditStep div,
    .creditStep h5,
    .creditStep img {
        grid-column: 1/-1
    }
    .creditStep img {
        width: 100%
    }
}

@media(min-width:1200px) {
    .creditStep h5 {
        grid-column: 1/3;
        grid-row: 1/2
    }
    .creditStep div {
        grid-column: 2/-1;
        grid-row: 1/2;
        padding-top: 2em
    }
    .creditStep img {
        grid-column: -3/-1;
        grid-row: 1/2;
        width: auto
    }
}

.creditStep span {
    color: #ddeee8;
    font-size: clamp(5em, 15vw, 20em);
    font-weight: 800;
    line-height: 1
}

.creditStep p {
    max-width: 400px
}

.calculatorWrapper {
    gap: 1em;
    grid-template-columns: 1fr
}

@media(min-width:640px) {
    .calculatorWrapper {
        gap: 2em;
        grid-template-columns: 1fr 1fr
    }
}

@media(min-width:1024px) {
    .calculatorWrapper {
        gap: 3em;
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
}

.calculatorTabs {
    display: flex;
    flex-wrap: wrap;
    gap: .75em;
    margin: 1em 0 2em
}

@media(min-width:768px) {
    .calculatorTabs {
        gap: 1em;
        margin: 2em 0
    }
}

@media(min-width:1024px) {
    .calculatorTabs {
        gap: 2em;
        margin: 3em 0
    }
}

.calculatorTabs a {
    align-items: center;
    color: #009775;
    display: grid;
    grid-template-columns: auto 1fr;
    opacity: .4
}

.calculatorTabs a img {
    margin-right: 1em;
    max-width: 40px
}

@media(min-width:480px) {
    .calculatorTabs a img {
        max-width: 60px
    }
}

@media(min-width:1024px) {
    .calculatorTabs a img {
        max-width: none
    }
}

.calculatorTabs a.active,
.calculatorTabs a:hover {
    opacity: 1
}

.calculatorOption h3 {
    color: #009775;
    margin-bottom: clamp(.5em, 2vw, 1em)
}

.calculatorOption h3 span:first-of-type {
    display: block;
    margin-bottom: .75em
}

.calculatorOption p {
    margin: 0
}

.calculatorResult {
    background: #009775;
    border-radius: 5px;
    color: #fff;
    padding: clamp(1.5em, 2vw, 3em) 0;
    text-align: center
}

.calculatorResult span {
    display: block
}

.calculatorResult span:nth-of-type(2):after {
    content: "ron/luna";
    display: inline-block;
    max-width: 40px;
    vertical-align: middle
}

.calculatorResult span:nth-of-type(3) {
    display: block;
    margin: .75em 0
}

.sliderRange .grid {
    grid-template-columns: 1fr 1fr
}

.sliderRange .grid span {
    margin-bottom: 1em
}

.sliderRange .grid span:last-child {
    text-align: right
}

.sliderRangeWrapper {
    margin-bottom: 1em;
    padding-bottom: 10px;
    position: relative
}

.sliderRangeWrapper span {
    border-radius: 5px;
    display: block;
    height: 5px
}

.sliderRangeBarBackground {
    background: rgba(78, 74, 71, .1)
}

.sliderRangeBar {
    background: #009775;
    left: 0;
    position: absolute;
    top: 0;
    width: 70%
}

.sliderRangeBarHandle {
    background: #009775;
    border-radius: 20px !important;
    height: 20px !important;
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px !important
}

.sliderRange.both {
    padding-top: 1.75em
}

.sliderRange.both>.grid {
    display: none
}

.sliderRange.both .sliderRangeBar a span {
    display: inline-block;
    left: 50%;
    position: absolute;
    top: -2em;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.sliderRange.both .sliderRangeBar a:first-of-type {
    left: 0;
    right: auto
}

.sliderRange.single {
    padding-top: 1.75em
}

.sliderRange.single .sliderRangeBar a span {
    display: inline-block;
    left: 50%;
    position: absolute;
    top: -2em;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.projectDetails {
    align-items: center;
    padding-bottom: 0
}

.projectDetails img {
    border-radius: 5px
}

.projectDetails>div:first-child img {
    display: none
}

.projectDetails>div:first-child img.active {
    display: block
}

.projectDetails>div:last-child>a {
    color: #d0cac2;
    display: inline-block;
    margin: 0
}

.projectDetails>div:last-child>a:before {
    content: "/";
    display: inline-block;
    margin: 0 .25em;
    pointer-events: none
}

.projectDetails>div:last-child>a.active,
.projectDetails>div:last-child>a:hover {
    color: #4e4a47;
    text-decoration: underline
}

.projectDetails>div:last-child>a.active:before,
.projectDetails>div:last-child>a:hover:before {
    color: #d0cac2
}

.projectDetails>div:last-child>a:first-child:before {
    content: "";
    margin: 0
}

.projectDetails>div:last-child p {
    margin: 0
}

.projectDetails>div:last-child div {
    display: none;
    gap: clamp(1.5em, 3vw, 3em);
    margin-top: clamp(1.5em, 3vw, 4em)
}

.projectDetails>div:last-child div.active {
    display: grid;
    max-width: 650px
}

.projectDetailsFocus {
    gap: clamp(1em, 1.5vw, 1.5em);
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    padding-top: 0
}

@media(min-width:768px) {
    .projectDetailsFocus {
        grid-template-columns: repeat(3, 1fr)
    }
}

.projectDetailsFocus li {
    background: rgba(221, 238, 232, .4);
    border-radius: 10px;
    padding: clamp(1.5em, 2vw, 2em)
}

.projectDetailsFocus li h4 {
    margin: 0
}

.projectDetailsFocus li small {
    display: block
}

.projectDetailsFocus li:first-of-type h4,
.projectDetailsFocus li:nth-of-type(2) h4,
.projectDetailsFocus li:nth-of-type(3) h4 {
    margin: 0
}

.projectCard {
    align-items: center;
    gap: 1em;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    justify-items: center
}

@media(min-width:480px) {
    .projectCard {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(min-width:640px) {
    .projectCard {
        align-items: start;
        justify-items: start
    }
}

@media(min-width:768px) {
    .projectCard {
        gap: 2em;
        grid-template-columns: auto 1fr
    }
}

@media(min-width:1400px) {
    .projectCard {
        align-items: center;
        gap: 3em;
        grid-template-columns: auto 2fr auto 1fr
    }
}

@media(min-width:480px) {
    .projectCard>a {
        grid-column: 1/-1
    }
}

@media(min-width:640px) {
    .projectCard>a {
        align-self: start;
        grid-column: 1/2
    }
}

@media(min-width:1400px) {
    .projectCard>a {
        grid-column: auto
    }
}

.projectCard img {
    border-radius: 5px;
    max-width: 240px
}

@media(min-width:480px) {
    .projectCard>.grid:first-of-type {
        grid-column: 1/-1
    }
}

@media(min-width:640px) {
    .projectCard>.grid:first-of-type {
        grid-column: 2/-1
    }
}

@media(min-width:1400px) {
    .projectCard>.grid:first-of-type {
        grid-column: auto
    }
}

.projectCardTitle {
    justify-self: start;
    margin-bottom: .5em
}

@media(min-width:1024px) {
    .projectCard .definitionList {
        grid-template-columns: 1fr 1fr
    }
}

.projectCard .definitionList li {
    font-size: clamp(1.125em, 1.5vw + .5em, 20px)
}

.projectCard .available {
    color: #e0c300;
    margin: 1em 0
}

@media(min-width:480px) {
    .projectCard .available {
        margin: 0;
        order: 3
    }
}

@media(min-width:1024px) {
    .projectCard .available {
        justify-self: center
    }
}

.projectCard .available strong {
    font-size: clamp(56px, 5vw, 86px)
}

.projectCard>.grid:last-of-type {
    align-self: center;
    gap: 1em;
    justify-self: center
}

@media(min-width:480px) {
    .projectCard>.grid:last-of-type {
        justify-self: start;
        order: 4
    }
}

@media(min-width:1024px) {
    .projectCard>.grid:last-of-type {
        align-items: center;
        display: flex
    }
}

@media(min-width:1400px) {
    .projectCard>.grid:last-of-type {
        display: grid;
        grid-column: auto;
        justify-self: end
    }
}

.homeProject>span:first-of-type .projectCard>.grid:last-of-type span,
.projectCard>.grid:last-of-type .homeProject>span:first-of-type span,
.projectCard>.grid:last-of-type .link {
    justify-self: center
}

@media(min-width:640px) {
    .homeProject>span:first-of-type .projectCard>.grid:last-of-type span,
    .projectCard>.grid:last-of-type .homeProject>span:first-of-type span,
    .projectCard>.grid:last-of-type .link {
        justify-self: start
    }
}

@media(min-width:1024px) {
    .homeProject>span:first-of-type .projectCard>.grid:last-of-type span,
    .projectCard>.grid:last-of-type .homeProject>span:first-of-type span,
    .projectCard>.grid:last-of-type .link {
        justify-self: center
    }
}

.projectCardWrapper {
    gap: clamp(.5em, 2vw, 1em);
    padding-bottom: clamp(2em, 5vw, 5.5em)
}

.projectCardWrapper .center {
    margin-top: clamp(1em, 2vw, 3em);
    padding-bottom: 0;
    padding-top: 0
}

.projectObjectives {
    gap: clamp(1.5em, 2vw, 3em)
}

@media(min-width:640px) {
    .projectObjectives {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(min-width:1024px) {
    .projectObjectives {
        grid-template-columns: repeat(3, 1fr)
    }
}

.projectObjectives div {
    align-items: center;
    display: grid;
    grid-template-columns: 35% 1fr;
    margin-bottom: 30px;
    position: relative
}

@media(min-width:1024px) {
    .projectObjectives div {
        margin-bottom: 50px
    }
}

.projectObjectives div h3 {
    color: #e0c300;
    grid-column: 1/-1;
    grid-row: 1/2;
    margin: 0;
    max-width: 300px
}

.projectObjectives div h3 strong {
    display: block;
    line-height: 1.1
}

.projectObjectives div img {
    border-radius: 5px;
    grid-column: 2/-1;
    grid-row: 1/2
}

.projectObjectives div:after {
    bottom: -40px;
    color: #e0c300;
    content: "";
    display: none;
    font-family: Material Symbols Outlined;
    font-size: clamp(5em, 7vw, 10em);
    font-variation-settings: "FILL" 1;
    position: absolute;
    right: 30px
}

@media(min-width:640px) {
    .projectObjectives div:after {
        display: inline-block
    }
}

@media(min-width:1024px) {
    .projectObjectives div:after {
        bottom: -50px
    }
}

.projectObjectives div:last-of-type {
    display: none
}

@media(min-width:1024px) {
    .projectObjectives div:last-of-type {
        display: grid
    }
}

.projectObjectivesWrapper {
    background-color: hsla(34, 13%, 79%, .2)
}

.projectObjectivesWrapper .container>h3 {
    color: #5c5d60;
    margin-bottom: 0;
    text-align: center
}

.projectObjectivesWrapper .spaceSection {
    padding-bottom: 0
}

.projectNext {
    align-items: center;
    background-position: 50%;
    background-size: cover;
    color: #fff;
    display: grid;
    height: 250px;
    justify-items: center;
    opacity: 1;
    transition: opacity .25s ease
}

.projectNext:hover {
    opacity: .8
}

@media(min-width:480px) {
    .projectNext {
        height: 350px
    }
}

@media(min-width:1600px) {
    .projectNext {
        height: 570px
    }
}

.projectNext>* {
    grid-column: 1/-1;
    grid-row: 1/2;
    text-align: center
}

.projectNext>span:first-of-type {
    background-color: rgba(0, 151, 117, .75);
    display: block;
    height: 100%;
    width: 100%
}

.projectNext>span:last-of-type {
    margin-bottom: 0;
    max-width: 70%
}

@media(min-width:1200px) {
    .projectNext>span:last-of-type {
        max-width: 500px
    }
}

.projectNext>span:last-of-type small {
    font-size: 18px
}

.projectNext small {
    display: block
}

.jobPreview {
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .075);
    gap: clamp(1em, 2vw, 3em);
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    margin-bottom: 1em;
    padding: clamp(1em, 2vw, 2em)
}

.jobPreview h3 {
    margin-bottom: .5em
}

.jobPreview ul {
    gap: clamp(1em, 1.5vw, 2em)
}

.jobApply {
    background-color: #ddeee8;
    border-radius: 5px;
    padding: 1.5em
}

@media(min-width:768px) {
    .jobApply {
        max-width: 400px
    }
}

.jobApply p {
    color: #545a59;
    margin-bottom: 1.25em
}

.contactForm input:not([type=checkbox]),
.contactForm select,
.contactForm textarea {
    margin-bottom: 1.25em;
    outline: 0;
    width: 100%
}

.contactForm select,
.sidebar form select {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    border-top: 0;
    border-color: rgba(0, 0, 0, .1);
    padding-left: 0
}

.sidebar form select {
    margin-bottom: 1.25em;
    outline: 0;
    width: 100%
}

.contactProject {
    align-items: center;
    gap: clamp(1em, 2vw, 2em);
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr))
}

.contactProject img {
    border-radius: 5px
}

.contactProject svg {
    fill: #009775;
    margin-right: .6em;
    max-width: 18px;
    padding-left: .15em;
    vertical-align: middle
}

.contactProject ul {
    grid-gap: .5em;
    display: grid;
    gap: .5em
}

.ctaGeneral {
    grid-template-columns: repeat(12, 1fr);
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px
}

.ctaGeneral h3,
.ctaGeneral p {
    color: #545a59
}

.ctaGeneral div,
.ctaGeneral img {
    align-self: center;
    grid-row: 1/1
}

@media(min-width:768px) {
    .ctaGeneral div,
    .ctaGeneral img {
        grid-row: 1/2
    }
}

.ctaGeneral img {
    display: none;
    max-width: none;
    width: min(35vw, 360px)
}

@media(min-width:768px) {
    .ctaGeneral img {
        border-radius: 5px;
        display: inline-block;
        grid-column: 8/-2;
        z-index: 2
    }
}

@media(min-width:1600px) {
    .ctaGeneral img {
        grid-column: 9/-2
    }
}

.ctaGeneral div {
    align-self: center;
    background: #ddeee8;
    border-radius: 5px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    padding: clamp(1.5em, 2vw + 1em, 3em);
    z-index: 1
}

.ctaGeneral div,
.ctaGeneral section {
    grid-column: 1/-1
}

@media(min-width:768px) {
    .ctaGeneral section {
        grid-column: 1/span 6
    }
}

.ctaGeneral p {
    margin-bottom: 1.5em
}

@media(min-width:768px) {
    .ctaGeneral.inverse img {
        grid-column: 2/span 3
    }
    .ctaGeneral.inverse section {
        grid-column: 7/-1
    }
}

.ctaNewsletter h3,
.ctaNewsletter p {
    color: #545a59
}

.ctaNewsletter img {
    border-radius: 5px
}

.ctaNewsletter .grid {
    gap: clamp(1.5em, 5vw, 6em);
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px
}

@media(min-width:640px) {
    .ctaNewsletter .grid {
        align-items: center;
        grid-template-columns: 200px 1fr
    }
}

@media(min-width:768px) {
    .ctaNewsletter .grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr))
    }
}

@media(min-width:1400px) {
    .ctaNewsletter .grid>img {
        justify-self: end;
        order: 2
    }
    .ctaNewsletter .grid>div {
        justify-self: start;
        order: 1
    }
}

.ctaNewsletter form div {
    position: relative
}

.ctaNewsletter form div i {
    left: 0;
    position: absolute;
    top: -2px
}

.ctaNewsletter form div input {
    margin-bottom: 1em;
    padding-left: 2em;
    width: 100%
}

@media(min-width:1024px) {
    .ctaNewsletter form div input {
        padding-right: 8em;
        z-index: 1
    }
    .ctaNewsletter form div button {
        bottom: .75em;
        font-size: 80%;
        position: absolute;
        right: 0;
        z-index: 2
    }
}

.ctaSocial {
    border-radius: 5px;
    grid-template-columns: 1fr;
    opacity: 1;
    transition: opacity .15s ease;
    width: min(600px, 100%)
}

@media(min-width:768px) {
    .ctaSocial {
        width: min(450px, 100%)
    }
}

.ctaSocial:hover {
    opacity: .9
}

.ctaSocial:first-child {
    justify-self: end
}

.ctaSocialWrapper {
    gap: 1em
}

@media(min-width:640px) {
    .ctaSocialWrapper {
        grid-template-columns: 1fr 1fr
    }
}

@media(min-width:768px) {
    .ctaSocialWrapper {
        gap: 1.5em
    }
}

.ctaSocial span {
    grid-gap: .1em;
    align-self: start;
    color: #fff;
    display: grid;
    gap: .1em;
    margin: .75em 0 .75em .75em
}

.ctaSocial span small {
    font-size: 18px;
    margin: 0
}

.ctaSocial i {
    bottom: 0;
    font-size: 100px;
    justify-self: end;
    position: relative
}

@media(min-width:1200px) {
    .ctaSocial i {
        font-size: 135px
    }
}

.ctaSocial i:before {
    color: hsla(0, 0%, 100%, .2);
    padding-top: .1em;
    position: relative;
    vertical-align: middle
}

@media(min-width:768px) {
    .ctaSocial i:before {
        color: #fff;
        padding-top: .3em
    }
}

@media(min-width:1200px) {
    .ctaSocial i:before {
        bottom: -20px;
        padding-top: 0
    }
}

.ctaSocial i,
.ctaSocial span {
    grid-column: 1/-1;
    grid-row: 1/2
}

.apartmentCard {
    background: rgba(221, 238, 232, .4);
    border-radius: 5px;
    padding: clamp(1em, 3vw, 3em)
}

.apartmentCard .grid {
    align-items: center;
    gap: clamp(1em, 3vw, 5em)
}

@media(min-width:768px) {
    .apartmentCard .grid {
        grid-template-columns: auto 1fr;
        grid-template-rows: 1fr 1fr
    }
}

@media(min-width:1400px) {
    .apartmentCard .grid {
        grid-template-columns: auto 3fr 1fr;
        grid-template-rows: 1fr
    }
}

.apartmentCard .grid>span {
    color: rgba(221, 238, 232, .7);
    font-size: 180px;
    font-weight: 800;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    width: 250px
}

.apartmentCard .grid>span:after {
    color: #009775;
    content: "";
    font-family: Material Symbols Outlined;
    font-size: 1.5rem;
    font-variation-settings: "FILL" 1;
    left: 0;
    position: absolute;
    top: 0
}

.apartmentCard .grid>div:last-of-type {
    grid-gap: 1em;
    display: grid;
    gap: 1em;
    justify-items: center
}

@media(min-width:768px) {
    .apartmentCard .grid>div:last-of-type {
        grid-column: 1/-1
    }
}

@media(min-width:1400px) {
    .apartmentCard .grid>div:last-of-type {
        grid-column: auto
    }
}

.apartmentCard .grid>div:last-of-type span {
    display: inline-block;
    margin: 0
}

.apartmentCard .homeProject>span:first-of-type span,
.apartmentCard .link,
.homeProject>span:first-of-type .apartmentCard span {
    font-size: 1rem
}

.apartmentCard .definitionList {
    grid-gap: 1em;
    display: grid;
    gap: 1em
}

@media(min-width:640px) {
    .apartmentCard .definitionList {
        gap: 2em;
        grid-template-columns: 1fr 1fr 1fr
    }
}

.apartmentCardUpdated {
    grid-gap: clamp(.5em, 1.5vw, 3em);
    align-items: start;
    display: grid;
    gap: clamp(.5em, 1.5vw, 3em);
    grid-template-columns: repeat(6, 1fr)
}

@media(min-width:1600px) {
    .apartmentCardUpdated {
        align-items: center;
        grid-template-columns: auto 2fr 1fr 2fr 1fr auto
    }
}

.apartmentCardUpdated * {
    margin: 0
}

.apartmentCardUpdated>.grid:first-of-type {
    grid-column: auto;
    justify-self: end;
    order: 6
}

@media(min-width:640px) {
    .apartmentCardUpdated>.grid:first-of-type {
        grid-column: 6/-1;
        order: 3
    }
}

@media(min-width:1600px) {
    .apartmentCardUpdated>.grid:first-of-type {
        grid-column: auto;
        order: 1
    }
}

.apartmentCardUpdated>.grid:first-of-type>* {
    grid-column: 1;
    grid-row: 1/2;
    position: relative
}

.apartmentCardUpdated>.grid:first-of-type>span {
    font-size: clamp(4em, 7vw, 7em);
    opacity: .2;
    z-index: 1
}

.apartmentCardUpdated>.grid:first-of-type a {
    align-items: center;
    align-self: center;
    background: #fff;
    border-radius: 50px;
    display: grid;
    height: 30px;
    justify-items: center;
    justify-self: center;
    width: 30px;
    z-index: 2
}

@media(min-width:1024px) {
    .apartmentCardUpdated>.grid:first-of-type a {
        height: 50px;
        width: 50px
    }
}

.apartmentCardUpdated>.grid:nth-of-type(2) {
    gap: .5em;
    grid-column: 1/-1;
    order: 1
}

@media(min-width:640px) {
    .apartmentCardUpdated>.grid:nth-of-type(2) {
        grid-column: 1/4
    }
}

@media(min-width:1600px) {
    .apartmentCardUpdated>.grid:nth-of-type(2) {
        grid-column: auto;
        order: 2
    }
}

.apartmentCardUpdated>.grid:nth-of-type(2) a {
    justify-self: start
}

.apartmentCardUpdated>.grid:nth-of-type(3) {
    gap: .5em;
    grid-column: 1/-1;
    order: 3
}

@media(min-width:640px) {
    .apartmentCardUpdated>.grid:nth-of-type(3) {
        grid-column: 4/-2;
        order: 2
    }
}

@media(min-width:1600px) {
    .apartmentCardUpdated>.grid:nth-of-type(3) {
        grid-column: auto;
        order: 3
    }
}

.apartmentCardUpdated>.grid:last-of-type {
    gap: 1em;
    grid-column: 1/-2;
    order: 5
}

@media(min-width:640px) {
    .apartmentCardUpdated>.grid:last-of-type {
        align-items: center;
        display: flex
    }
}

@media(min-width:768px) {
    .apartmentCardUpdated>.grid:last-of-type {
        grid-column: 1/5;
        order: 4
    }
}

@media(min-width:1024px) {
    .apartmentCardUpdated>.grid:last-of-type {
        grid-column: 4/-1;
        order: 6
    }
}

@media(min-width:1600px) {
    .apartmentCardUpdated>.grid:last-of-type {
        display: grid;
        grid-column: auto;
        order: 6
    }
}

.apartmentCardUpdated>.grid:last-of-type .homeProject>span:first-of-type span,
.apartmentCardUpdated>.grid:last-of-type .link,
.homeProject>span:first-of-type .apartmentCardUpdated>.grid:last-of-type span {
    justify-self: center
}

.apartmentCardUpdated .tags {
    flex-wrap: wrap;
    grid-column: 1/-1;
    order: 3
}

@media(min-width:640px) {
    .apartmentCardUpdated .tags {
        grid-column: 1/5
    }
}

@media(min-width:1024px) {
    .apartmentCardUpdated .tags {
        grid-column: 2/4;
        order: 5
    }
}

@media(min-width:1600px) {
    .apartmentCardUpdated .tags {
        grid-column: auto;
        order: 4
    }
}

.apartmentCardUpdated h2 {
    color: #009775;
    grid-column: 1/-1;
    order: 4
}

@media(min-width:640px) {
    .apartmentCardUpdated h2 {
        grid-column: 1/3
    }
}

@media(min-width:768px) {
    .apartmentCardUpdated h2 {
        grid-column: 5/-1;
        justify-self: end;
        order: 5
    }
}

@media(min-width:1024px) {
    .apartmentCardUpdated h2 {
        grid-column: 1/2;
        justify-self: start;
        order: 4
    }
}

@media(min-width:1600px) {
    .apartmentCardUpdated h2 {
        grid-column: auto;
        order: 5
    }
}

.apartmentCardWrapper {
    gap: clamp(.5em, 1vw, .75em)
}

.apartmentFilter {
    border-bottom: 1px solid rgba(221, 238, 232, .3);
    padding-bottom: 1em
}

@media(min-width:1920px) {
    .apartmentFilter {
        border-bottom: 0;
        border-right: 1px solid rgba(221, 238, 232, .3)
    }
}

.apartmentFilter ul {
    display: flex;
    flex-wrap: wrap;
    gap: .5em
}

.apartmentFilter ul a:not(.button) {
    background-color: rgba(0, 151, 117, .3);
    border-radius: 36px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    transition: background-color .2s ease;
    vertical-align: middle;
    width: 36px
}

.apartmentFilter ul a:not(.button).active,
.apartmentFilter ul a:not(.button):hover {
    background-color: #009775
}

.apartmentFilterWrapper {
    gap: .75em
}

.apartmentFilterWrapper .apartmentFilter:last-of-type {
    border: 0
}

@media(min-width:640px) {
    .apartmentFilterWrapper {
        gap: 1em;
        grid-template-columns: 1fr 1fr
    }
}

@media(min-width:1200px) {
    .apartmentFilterWrapper {
        gap: 3em;
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media(min-width:1600px) {
    .apartmentFilterWrapper {
        gap: 5em;
        grid-template-columns: repeat(5, 1fr)
    }
}

.faqCard {
    background-color: #fff;
    border-radius: 5px;
    color: #545a59;
    padding: clamp(1em, 1.5vw, 1.5em)
}

.faqCard a {
    display: flex;
    font-weight: 500;
    gap: 1em;
    justify-content: space-between;
    margin-bottom: 0
}

.faqCard a span {
    height: 20px;
    width: 20px
}

.faqCard a span:after,
.faqCard a span:before {
    background-color: #545a59
}

.faqCard article {
    display: none;
    margin-top: 1em
}

.faqCard.active article {
    display: block
}

.faqCard p:last-of-type {
    margin-bottom: 0
}

.homeIntro h1 {
    color: #fff
}

@media(min-width:1024px) {
    .homeIntro h6 {
        color: #fff
    }
}

.homeIntro img {
    border-radius: 5px
}

.homeIntro .homeProject>span:first-of-type span,
.homeIntro .link,
.homeProject>span:first-of-type .homeIntro span {
    color: #e0c300
}

.homeIntroBackground {
    background: linear-gradient(#53b59f, #009775);
    height: clamp(300px, 45vw, 60vh);
    left: 0;
    min-height: 500px;
    max-height: 650px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.homeIntroBackground div {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    opacity: .2;
    width: 100%
}

.homeProjects {
    margin-bottom: 15px
}

@media(min-width:1400px) {
    .homeProjects {
        margin-bottom: 30px
    }
}

.homeNewsTitle {
    align-content: center;
    border-bottom: 1px solid #ddeee8;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: space-between;
    margin-bottom: clamp(1.5em, 3vw, 4em);
    padding-bottom: 1em
}

.homeNewsTitle h2 {
    margin: 0
}

.homeNewsTitle .homeProject>span:first-of-type span,
.homeNewsTitle .link,
.homeProject>span:first-of-type .homeNewsTitle span {
    align-self: center
}

@media(min-width:1200px) {
    .homeLastSection .ctaSocial i:before {
        color: #fafaf9
    }
}

.aboutHero img {
    border-radius: 5px
}

.aboutMessage {
    padding-top: 0
}

.aboutMessage>img {
    border-radius: 5px
}

.aboutLastSection {
    padding-bottom: 40vw
}

@media(min-width:1024px) {
    .aboutLastSection {
        padding-bottom: 400px
    }
}

.aboutLastSection .container>.grid:first-of-type {
    padding-top: 0
}

@media(min-width:1200px) {
    .aboutLastSection .container>.grid:first-of-type {
        gap: clamp(2em, 3vw, 4em);
        grid-template-columns: 25% 1fr
    }
}

.aboutLastSection .container>.grid:first-of-type h3 {
    margin-bottom: 1.2em
}

.aboutLastSection .container>.grid:first-of-type .swiper-slide {
    text-align: center
}

.aboutLastSection .container>.grid:first-of-type .swiper-slide img {
    border-radius: 5px
}

.aboutLastSection .container>.grid:first-of-type .swiperWrapperButton {
    opacity: .4
}

.aboutLastSection .container>.grid:first-of-type .swiperWrapperButton:first-of-type {
    -webkit-transform: translateX(calc(-100% + 2.25em)) translateY(-50%);
    transform: translateX(calc(-100% + 2.25em)) translateY(-50%)
}

.aboutLastSection .container>.grid:first-of-type .swiperWrapperButton:last-of-type {
    -webkit-transform: translateX(calc(100% - 2.25em)) translateY(-50%);
    transform: translateX(calc(100% - 2.25em)) translateY(-50%)
}

@media(min-width:1400px) {
    .aboutLastSection .container>.grid:last-of-type h2 {
        margin-bottom: 0
    }
    .aboutLastSection .container>.grid:last-of-type {
        gap: clamp(2em, 3vw, 4em);
        grid-template-columns: 25% 1fr;
        padding-top: 1.5em
    }
}

.aboutCertificates {
    margin-top: -35vw
}

.aboutCertificates .swiper-slide img {
    border-radius: 5px
}

@media(min-width:1024px) {
    .aboutCertificates {
        margin-top: -320px
    }
    .aboutCertificates .container {
        background: #fff;
        padding-top: 3.5em
    }
    .aboutCertificates h5 {
        margin-bottom: 2em;
        text-align: center
    }
    .aboutCertificates .swiperWrapper,
    .aboutCertificates h5 {
        padding: 0 1em
    }
    .aboutCertificates .swiper-slide {
        text-align: center
    }
    .aboutCertificates .swiperWrapperButton:first-of-type {
        -webkit-transform: translateX(calc(-100% + 3em)) translateY(-50%);
        transform: translateX(calc(-100% + 3em)) translateY(-50%)
    }
    .aboutCertificates .swiperWrapperButton:last-of-type {
        -webkit-transform: translateX(calc(100% - 3em)) translateY(-50%);
        transform: translateX(calc(100% - 3em)) translateY(-50%)
    }
}

@media(min-width:1920px) {
    .aboutCertificates .container {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px
    }
}

.portfolioPage .portfolioHeroTitle {
    gap: clamp(1em, 2vw, 2em);
    margin-bottom: clamp(1em, 4vw, 5em)
}

@media(min-width:640px) {
    .portfolioPage .portfolioHeroTitle {
        grid-template-columns: auto 1fr
    }
}

@media(min-width:768px) {
    .portfolioPage .portfolioHeroTitle {
        align-items: center
    }
}

.portfolioPage .portfolioHeroTitle h1 {
    margin-bottom: 0
}

.portfolioPage .portfolioHeroTitle .flex {
    gap: 1em
}

.portfolioPage .gradient .portfolioCard {
    background-color: initial;
    padding-top: 0
}

.portfolioPage .gradient .portfolioCard .available {
    color: rgba(83, 181, 159, .5)
}

@media(min-width:768px) {
    .portfolioPage .gradient .portfolioCard .grid>a {
        justify-self: start;
        order: 1
    }
    .portfolioPage .gradient .portfolioCard .grid>div {
        order: 2
    }
}

.portfolioPage .gradient .container .container {
    padding: 0
}

.apartments {
    padding-top: 0
}

.apartmentsHero {
    background: linear-gradient(#596a67, #545a59);
    color: #fff;
    padding-bottom: clamp(1.5em, 3vw, 4em);
    position: relative
}

.apartmentsHeroImage {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    opacity: .1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.apartmentsHero .container {
    position: relative;
    z-index: 1
}

.apartmentsHero .container>.grid:first-of-type {
    gap: 1.5em;
    margin-bottom: clamp(1em, 3vw, 3em)
}

@media(min-width:640px) {
    .apartmentsHero .container>.grid:first-of-type {
        align-items: center;
        grid-template-columns: repeat(2, 1fr)
    }
}

.apartmentsHero .container>.grid:first-of-type>div:first-of-type a {
    display: inline-block;
    margin-bottom: 1em
}

.apartmentsHero .container>.grid:first-of-type>div:first-of-type a:before {
    content: "";
    display: inline-block;
    font-family: Material Symbols Outlined;
    margin-left: -.25em;
    margin-right: .25em;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    vertical-align: bottom
}

.apartmentsHero .container>.grid:first-of-type>div:first-of-type h1 {
    margin: 0
}

.apartmentsHero .container>.grid:first-of-type .available {
    color: #fff;
    display: none
}

@media(min-width:640px) {
    .apartmentsHero .container>.grid:first-of-type .available {
        display: inline-block;
        justify-self: end
    }
}

.apartments .container label:after {
    color: #009775;
    content: "";
    display: inline-block;
    font-family: Material Symbols Outlined;
    font-size: 120%;
    font-variation-settings: "FILL" 1;
    margin-left: .25em;
    vertical-align: middle
}

.apartments fieldset,
.apartments label {
    margin: 0
}

.apartmentsCardWrapper {
    gap: 1em;
    padding-bottom: clamp(2em, 5vw, 5.5em);
    padding-top: 0
}

.apartmentsCardWrapper>.center {
    margin-top: clamp(1em, 2vw, 3em);
    padding-bottom: 0
}

.apartmentsHeader {
    align-items: center;
    gap: 1em;
    justify-content: space-between;
    margin-bottom: clamp(1em, 2vw, 3em)
}

.apartmentsHeader h1 {
    margin: 0
}

.apartmentsHeader .homeProject>span:first-of-type span:before,
.apartmentsHeader .link:before,
.homeProject>span:first-of-type .apartmentsHeader span:before {
    content: "";
    display: inline-block;
    font-family: Material Symbols Outlined;
    margin-left: -.25em;
    margin-right: .25em;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    vertical-align: middle
}

.apartmentsHeader .homeProject>span:first-of-type span:after,
.apartmentsHeader .link:after,
.homeProject>span:first-of-type .apartmentsHeader span:after {
    display: none
}

.apartmentsHeader>a:before {
    color: #009775;
    content: "Filtrare";
    display: inline-block;
    margin-right: 1em
}

.apartmentsHeader>a i {
    background: #009775;
    border-radius: 50px;
    color: #fff;
    padding: .5em;
    position: relative
}

.apartmentsHeader>a i:after {
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    background: #e0c300;
    border-radius: 7px;
    content: "";
    display: inline-block;
    height: 7px;
    position: absolute;
    right: -3px;
    top: -3px;
    width: 7px
}

.apartmentsTags {
    margin-bottom: clamp(1em, 2vw, 3em)
}

@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(224, 195, 0, .7);
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
    70% {
        box-shadow: 0 0 0 10px rgba(224, 195, 0, 0);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        box-shadow: 0 0 0 0 rgba(224, 195, 0, 0);
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(224, 195, 0, .7);
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
    70% {
        box-shadow: 0 0 0 10px rgba(224, 195, 0, 0);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        box-shadow: 0 0 0 0 rgba(224, 195, 0, 0);
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
}

.news {
    padding-top: 0
}

.news .gradient {
    padding-bottom: clamp(1.5em, 3vw, 4em)
}

.news .gradient h1 {
    border-bottom: 1px solid rgba(84, 90, 89, .2);
    padding-bottom: .5em
}

@media(min-width:1600px) {
    .news .gradient .newsExpanded>a {
        order: 2
    }
    .news .gradient .newsExpanded>a img {
        border-radius: 5px
    }
    .news .gradient .newsExpanded>div {
        order: 1
    }
}

.newsMostRead {
    color: #fff
}

.newsMostRead .newsPreview {
    font-weight: 500
}

.newsFilter {
    gap: 1em;
    padding-bottom: 0
}

@media(min-width:768px) {
    .newsFilter {
        align-content: center;
        gap: 2em;
        grid-template-columns: auto auto 1fr
    }
}

@media(min-width:1200px) {
    .newsFilter {
        gap: 3em
    }
}

.newsFilter h2 {
    margin: 0
}

.newsFilter ul {
    align-self: center
}

.newsFilter form {
    justify-self: end
}

.newsList {
    -webkit-column-gap: 1em;
    column-gap: 1em;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    row-gap: 1.5em
}

@media(min-width:768px) {
    .newsList {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(min-width:1600px) {
    .newsList {
        -webkit-column-gap: 2em;
        column-gap: 2em;
        row-gap: 3em
    }
}

.newsMore {
    padding-top: 0
}

.jobsList {
    margin-bottom: clamp(1em, 3vw, 3em)
}

.jobsList .center {
    padding-bottom: 0;
    padding-top: 2em
}

.credit {
    padding-top: 0
}

.creditHero {
    padding-bottom: clamp(1.5em, 2vw, 3em)
}

.creditHero .container>p {
    margin: 2em 0 0
}

@media(min-width:1400px) {
    .creditBenefits {
        padding-bottom: 2.5em;
        padding-top: 2.5em
    }
}

.creditStep img {
    border-radius: 5px
}

.credit .backgroundCremeTransparent .descriptionWrapper {
    padding-bottom: 0
}

.credit .backgroundCremeTransparent .descriptionWrapper>img {
    border-radius: 5px
}

@media(min-width:1600px) {
    .credit .backgroundCremeTransparent .descriptionWrapper>img {
        justify-self: end;
        order: 2
    }
    .credit .backgroundCremeTransparent .descriptionWrapper .description {
        order: 1
    }
}

.credit .creditActionWrapper {
    padding-top: clamp(1em, 2vw, 2em)
}

.credit .backgroundMintTransparent .creditAction {
    background: rgba(221, 238, 232, .5)
}

.creditOtherDescriptions {
    margin: clamp(1em, 2vw, 3em) auto
}

.creditOtherDescriptions .descriptionWrapper {
    gap: clamp(1em, 1.5vw, 2em)
}

.creditOtherDescriptions>.grid:last-of-type>h4 {
    margin-bottom: clamp(1em, 3vw, 4em);
    text-align: center
}

.creditProject,
.creditProject .homeProject>span:first-of-type span,
.creditProject .link,
.homeProject>span:first-of-type .creditProject span {
    color: #fff
}

.creditProject .container>.grid:first-of-type {
    border-bottom: 1px solid rgba(221, 238, 232, .1);
    gap: 1em;
    margin-bottom: 1em;
    padding-bottom: 1em
}

@media(min-width:480px) {
    .creditProject .container>.grid:first-of-type {
        grid-template-columns: 1fr auto
    }
}

@media(min-width:768px) {
    .creditProject .container>.grid:first-of-type {
        margin-bottom: 1em
    }
}

.creditProject .container>.grid:first-of-type h4 {
    margin-bottom: 0
}

.creditProject .container>.grid:first-of-type .homeProject>span:first-of-type span,
.creditProject .container>.grid:first-of-type .link,
.homeProject>span:first-of-type .creditProject .container>.grid:first-of-type span {
    align-self: center
}

.creditProject .container .descriptionWrapper {
    align-items: center
}

.creditProject .container .descriptionWrapper>div {
    max-width: 600px
}

.creditProject .container .descriptionWrapper>a {
    justify-self: end
}

.creditProject .container .descriptionWrapper>a img {
    border-radius: 5px
}

@media(min-width:640px) {
    .projectHero {
        margin-bottom: 10px
    }
}

@media(min-width:1200px) {
    .projectHero {
        margin-bottom: 0;
        padding-bottom: 300px
    }
}

.projectHero .container>div {
    gap: 2em;
    grid-template-columns: 1fr
}

@media(min-width:640px) {
    .projectHero .container>div {
        grid-template-columns: 1fr 1fr
    }
}

@media(min-width:1200px) {
    .projectHero .container>div {
        grid-template-columns: 50% 1fr 1fr
    }
}

.projectHero h1 {
    grid-column: 1/-1;
    grid-row: 1/2;
    justify-self: stretch;
    margin-bottom: 0
}

@media(min-width:1200px) {
    .projectHero h1 {
        grid-column: 1/2
    }
}

.projectHero iframe {
    width: 100%
}

.projectHero .available {
    color: #009775
}

@media(min-width:640px) {
    .projectHero .definitionList {
        grid-template-columns: 1fr 1fr
    }
}

@media(min-width:1200px) {
    .projectHeroSwiper {
        margin-top: -300px
    }
}

.projectHeroSwiper .swiper {
    padding-bottom: 0
}

.projectHeroSwiper .swiperWrapperButton {
    display: none
}

.projectHeroSwiper .swiper-pagination {
    bottom: 30px;
    display: block
}

.projectHeroSwiper img {
    border-radius: 5px
}

.projectInfo {
    gap: clamp(1em, 2vw, 1.5em);
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    justify-content: start
}

.projectInfo a {
    border-radius: 5px;
    max-width: none;
    overflow: hidden;
    position: relative
}

.projectInfo a:before {
    background: linear-gradient(rgba(0, 0, 0, .3), transparent);
    content: "";
    display: block;
    height: 150px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.projectInfo a i,
.projectInfo a span {
    z-index: 1
}

.projectInfo a span {
    align-self: start
}

.projectGalleryItem span {
    align-self: end
}

.projectCheckMap {
    text-align: center
}

.projectCheckMap .acf-map {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, .1);
    display: block;
    margin-bottom: 1em;
    max-width: 100%;
    min-height: 180px;
}

.projectCheckMap a {
    color: #009775
}

.projectGallery h3 {
    color: #fff
}

.projectGallery .available {
    align-items: center;
    display: inline-grid;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-bottom: 0
}

.projectGallery .available a,
.projectGallery .available strong {
    align-self: center;
    grid-column: 1/-1;
    grid-row: 1/2;
    justify-self: center
}

.projectGallery .available strong {
    color: #009775;
    font-size: 50vw;
    order: 1
}

@media(min-width:768px) {
    .projectGallery .available strong {
        font-size: clamp(10em, 30vw, 15em)
    }
}

@media(min-width:1600px) {
    .projectGallery .available strong {
        font-size: 18em
    }
}

.projectGallery .available a {
    background-color: #fff;
    border-color: #fff;
    color: #009775;
    order: 2
}

.projectGallery .swiperWrapperButton {
    background-color: #545a59
}

.projectGallery .swiperWrapperButton:first-of-type {
    -webkit-transform: translateX(calc(-100% + 2em)) translateY(-50%);
    transform: translateX(calc(-100% + 2em)) translateY(-50%)
}

.projectGallery .swiperWrapperButton:last-of-type {
    -webkit-transform: translateX(calc(100% - 2em)) translateY(-50%);
    transform: translateX(calc(100% - 2em)) translateY(-50%)
}

.projectSocial .ctaSocialWrapper {
    padding-top: 0
}

.contactIntro {
    padding-bottom: clamp(2em, 6vw, 5em)
}

.contactIntro .acf-map {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, .1);
    min-height: 300px;
    width: 100%
}

@media(min-width:768px) {
    .contactIntro .acf-map {
        height: 100%
    }
}

@media(min-width:1600px) {
    .contact .members {
        padding-bottom: 250px
    }
    .contact .ctaGeneral {
        margin-top: -250px
    }
}

.generalContent article {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    padding-top: 0
}

.carousel {
    box-sizing: border-box;
    position: relative
}

.carousel *,
.carousel :after,
.carousel :before {
    box-sizing: inherit
}

.carousel.is-draggable {
    cursor: move;
    cursor: grab
}

.carousel.is-dragging {
    cursor: move;
    cursor: grabbing
}

.carousel__viewport {
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative
}

.carousel__track {
    display: flex
}

.carousel__slide {
    flex: 0 0 auto;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 1rem;
    position: relative;
    width: 60%;
    width: var(--carousel-slide-width, 60%)
}

.has-dots {
    margin-bottom: calc(.5rem + 22px)
}

.carousel__dots {
    display: flex;
    justify-content: center;
    left: 0;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: calc(100% + .5rem);
    -webkit-user-select: none;
    user-select: none
}

.carousel__dots .carousel__dot {
    cursor: pointer;
    display: block;
    height: 22px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 22px
}

.carousel__dots .carousel__dot:after {
    background-color: currentColor;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 50%;
    opacity: .25;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: opacity .15s ease-in-out;
    width: 8px
}

.carousel__dots .carousel__dot.is-selected:after {
    opacity: 1
}

.carousel__button {
    align-items: center;
    background: transparent;
    background: var(--carousel-button-bg, transparent);
    border: 0;
    border-radius: 50%;
    border-radius: var(--carousel-button-border-radius, 50%);
    box-shadow: none;
    box-shadow: var(--carousel-button-shadow, none);
    color: currentColor;
    color: var(--carousel-button-color, currentColor);
    cursor: pointer;
    display: flex;
    height: 48px;
    height: var(--carousel-button-height, 48px);
    justify-content: center;
    padding: 0;
    pointer-events: all;
    transition: opacity .15s ease;
    width: 48px;
    width: var(--carousel-button-width, 48px)
}

.carousel__button.is-next,
.carousel__button.is-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.carousel__button.is-prev {
    left: 10px
}

.carousel__button.is-next {
    right: 10px
}

.carousel__button[disabled] {
    cursor: default;
    opacity: .3
}

.carousel__button svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
    stroke-linejoin: bevel;
    stroke-linecap: round;
    -webkit-filter: none;
    filter: none;
    -webkit-filter: var(--carousel-button-svg-filter, none);
    filter: var(--carousel-button-svg-filter, none);
    height: 50%;
    height: var(--carousel-button-svg-height, 50%);
    pointer-events: none;
    width: 50%;
    width: var(--carousel-button-svg-width, 50%)
}

html.with-fancybox {
    scroll-behavior: auto
}

body.compensate-for-scrollbar {
    overflow: hidden !important;
    touch-action: none
}

.fancybox__container {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 24px;
    --carousel-button-svg-height: 24px;
    --carousel-button-svg-stroke-width: 2.5;
    --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .4));
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    color: var(--fancybox-color, #fff);
    direction: ltr;
    display: flex;
    flex-direction: column;
    left: 0;
    margin: 0;
    outline: none;
    overflow: hidden;
    padding: env(safe-area-inset-top, 0) env(safe-area-inset-right, 0) env(safe-area-inset-bottom, 0) env(safe-area-inset-left, 0);
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    z-index: 1050
}

.fancybox__container *,
.fancybox__container :after,
.fancybox__container :before {
    box-sizing: inherit
}

.fancybox__container :focus {
    outline: none
}

body:not(.is-using-mouse) .fancybox__container :focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(1, 210, 232, .94);
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, .94))
}

@media (min-width:1024px) {
    .fancybox__container {
        --carousel-button-width: 48px;
        --carousel-button-height: 48px;
        --carousel-button-svg-width: 27px;
        --carousel-button-svg-height: 27px
    }
}

.fancybox__backdrop {
    background: rgba(24, 24, 27, .92);
    background: var(--fancybox-bg, rgba(24, 24, 27, .92));
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.fancybox__carousel {
    flex: 1 1 auto;
    height: 100%;
    min-height: 0;
    position: relative;
    z-index: 10
}

.fancybox__carousel.has-dots {
    margin-bottom: calc(.5rem + 22px)
}

.fancybox__viewport {
    cursor: default;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox__track {
    display: flex;
    height: 100%
}

.fancybox__slide {
    --carousel-button-width: 36px;
    --carousel-button-height: 36px;
    --carousel-button-svg-width: 22px;
    --carousel-button-svg-height: 22px;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    margin: 0;
    max-width: 100%;
    outline: 0;
    overflow: auto;
    overscroll-behavior: contain;
    padding: 48px 8px 8px;
    position: relative;
    width: 100%
}

.fancybox__slide:after,
.fancybox__slide:before {
    content: "";
    flex: 0 0;
    margin: auto
}

@media (min-width:1024px) {
    .fancybox__slide {
        padding: 64px 100px
    }
}

.fancybox__content {
    align-self: center;
    background: #fff;
    background: var(--fancybox-content-bg, #fff);
    color: #374151;
    color: var(--fancybox-content-color, #374151);
    display: flex;
    flex-direction: column;
    margin: 0 env(safe-area-inset-right, 0) 0 env(safe-area-inset-left, 0);
    padding: 36px;
    position: relative;
    z-index: 20
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    box-shadow: none;
    outline: thin dotted
}

.fancybox__caption {
    align-self: center;
    color: currentColor;
    color: var(--fancybox-color, currentColor);
    cursor: auto;
    flex-shrink: 0;
    line-height: 1.375;
    margin: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    padding: 1rem 0 0;
    visibility: visible
}

.is-loading .fancybox__caption {
    visibility: hidden
}

.fancybox__container>.carousel__dots {
    color: #fff;
    color: var(--fancybox-color, #fff);
    top: 100%
}

.fancybox__nav .carousel__button {
    z-index: 40
}

.fancybox__nav .carousel__button.is-next {
    right: 8px
}

@media (min-width:1024px) {
    .fancybox__nav .carousel__button.is-next {
        right: 40px
    }
}

.fancybox__nav .carousel__button.is-prev {
    left: 8px
}

@media (min-width:1024px) {
    .fancybox__nav .carousel__button.is-prev {
        left: 40px
    }
}

.carousel__button.is-close {
    position: absolute;
    right: 8px;
    right: calc(env(safe-area-inset-right, 0px) + 8px);
    top: 8px;
    top: calc(env(safe-area-inset-top, 0px) + 8px);
    z-index: 40
}

@media (min-width:1024px) {
    .carousel__button.is-close {
        right: 40px
    }
}

.fancybox__content>.carousel__button.is-close {
    color: #fff;
    color: var(--fancybox-color, #fff);
    position: absolute;
    right: 0;
    top: -40px
}

.fancybox__no-click,
.fancybox__no-click button {
    pointer-events: none
}

.fancybox__spinner {
    color: currentColor;
    color: var(--fancybox-color, currentColor);
    height: 50px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px
}

.fancybox__slide .fancybox__spinner {
    cursor: pointer;
    z-index: 1053
}

.fancybox__spinner svg {
    -webkit-animation: fancybox-rotate 2s linear infinite;
    animation: fancybox-rotate 2s linear infinite;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%
}

.fancybox__spinner svg circle {
    fill: none;
    stroke-width: 2.75;
    stroke-miterlimit: 10;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    stroke: currentColor;
    -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
    animation: fancybox-dash 1.5s ease-in-out infinite
}

@-webkit-keyframes fancybox-rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fancybox-rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

@keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

.carousel__button.is-close,
.carousel__dots,
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav {
    opacity: 1;
    opacity: var(--fancybox-opacity, 1)
}

.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav {
    -webkit-animation: fancybox-fadeIn .15s ease backwards;
    animation: fancybox-fadeIn .15s ease backwards
}

.fancybox__container.is-animated.is-closing .carousel__button.is-close,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav {
    -webkit-animation: fancybox-fadeOut .15s ease both;
    animation: fancybox-fadeOut .15s ease both
}

.fancybox-fadeIn {
    -webkit-animation: fancybox-fadeIn .15s ease both;
    animation: fancybox-fadeIn .15s ease both
}

.fancybox-fadeOut {
    -webkit-animation: fancybox-fadeOut .1s ease both;
    animation: fancybox-fadeOut .1s ease both
}

.fancybox-zoomInUp {
    -webkit-animation: fancybox-zoomInUp .2s ease both;
    animation: fancybox-zoomInUp .2s ease both
}

.fancybox-zoomOutDown {
    -webkit-animation: fancybox-zoomOutDown .15s ease both;
    animation: fancybox-zoomOutDown .15s ease both
}

.fancybox-throwOutUp {
    -webkit-animation: fancybox-throwOutUp .15s ease both;
    animation: fancybox-throwOutUp .15s ease both
}

.fancybox-throwOutDown {
    -webkit-animation: fancybox-throwOutDown .15s ease both;
    animation: fancybox-throwOutDown .15s ease both
}

@-webkit-keyframes fancybox-fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fancybox-fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fancybox-fadeOut {
    to {
        opacity: 0
    }
}

@keyframes fancybox-fadeOut {
    to {
        opacity: 0
    }
}

@-webkit-keyframes fancybox-zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(.97) translate3d(0, 16px, 0);
        transform: scale(.97) translate3d(0, 16px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) translateZ(0);
        transform: scale(1) translateZ(0)
    }
}

@keyframes fancybox-zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(.97) translate3d(0, 16px, 0);
        transform: scale(.97) translate3d(0, 16px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) translateZ(0);
        transform: scale(1) translateZ(0)
    }
}

@-webkit-keyframes fancybox-zoomOutDown {
    to {
        opacity: 0;
        -webkit-transform: scale(.97) translate3d(0, 16px, 0);
        transform: scale(.97) translate3d(0, 16px, 0)
    }
}

@keyframes fancybox-zoomOutDown {
    to {
        opacity: 0;
        -webkit-transform: scale(.97) translate3d(0, 16px, 0);
        transform: scale(.97) translate3d(0, 16px, 0)
    }
}

@-webkit-keyframes fancybox-throwOutUp {
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0)
    }
}

@keyframes fancybox-throwOutUp {
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0)
    }
}

@-webkit-keyframes fancybox-throwOutDown {
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0)
    }
}

@keyframes fancybox-throwOutDown {
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0)
    }
}

.fancybox__carousel .carousel__slide {
    scrollbar-color: #ccc hsla(0, 0%, 100%, .1);
    scrollbar-width: thin
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
    height: 8px;
    width: 8px
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
    background-color: hsla(0, 0%, 100%, .1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 2px;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .2)
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: grab
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: grabbing
}

.fancybox__carousel .fancybox__slide .fancybox__content {
    cursor: auto
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
    cursor: zoom-in
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
    cursor: zoom-out
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
    cursor: move;
    cursor: grab
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
    cursor: move;
    cursor: grabbing
}

.fancybox__image {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: none;
    -webkit-user-select: none;
    user-select: none
}

.has-image .fancybox__content {
    background: transparent;
    min-height: 1px;
    padding: 0
}

.is-closing .has-image .fancybox__content {
    overflow: visible
}

.has-image[data-image-fit=contain] {
    overflow: visible;
    touch-action: none
}

.has-image[data-image-fit=contain] .fancybox__content {
    flex-direction: row;
    flex-wrap: wrap
}

.has-image[data-image-fit=contain] .fancybox__image {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain
}

.has-image[data-image-fit=contain-w] {
    overflow-x: hidden;
    overflow-y: auto
}

.has-image[data-image-fit=contain-w] .fancybox__content {
    min-height: auto
}

.has-image[data-image-fit=contain-w] .fancybox__image {
    height: auto;
    max-width: 100%
}

.has-image[data-image-fit=cover] {
    overflow: visible;
    touch-action: none
}

.has-image[data-image-fit=cover] .fancybox__content {
    height: 100%;
    width: 100%
}

.has-image[data-image-fit=cover] .fancybox__image {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
    flex-shrink: 1;
    max-width: 100%;
    min-height: 1px;
    overflow: visible
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
    height: 80%;
    width: 100%
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
    height: 540px;
    max-height: 100%;
    max-width: 100%;
    width: 960px
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
    background: rgba(24, 24, 27, .9);
    color: #fff;
    padding: 0
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
    background: #e5e3df
}

.fancybox__html5video,
.fancybox__iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    width: 100%
}

.fancybox-placeholder {
    clip: rect(0, 0, 0, 0);
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.fancybox__thumbs {
    flex: 0 0 auto;
    opacity: 1;
    opacity: var(--fancybox-opacity, 1);
    padding: 0 3px;
    position: relative
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
    -webkit-animation: fancybox-fadeIn .15s ease-in backwards;
    animation: fancybox-fadeIn .15s ease-in backwards
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
    opacity: 0
}

.fancybox__thumbs .carousel__slide {
    align-items: center;
    box-sizing: initial;
    cursor: pointer;
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    margin: 0;
    overflow: visible;
    padding: 8px 3px;
    width: 96px;
    width: var(--fancybox-thumbs-width, 96px)
}

.fancybox__thumbs .carousel__slide .fancybox__thumb:after {
    border: 5px solid rgba(34, 213, 233, .96);
    border-color: var(--fancybox-accent-color, rgba(34, 213, 233, .96));
    border-radius: 4px;
    border-radius: var(--fancybox-thumbs-border-radius, 4px);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .15s ease
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb:after {
    opacity: .92
}

.fancybox__thumbs .carousel__slide>* {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none
}

.fancybox__thumb {
    background-color: hsla(0, 0%, 100%, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
    border-radius: var(--fancybox-thumbs-border-radius, 4px);
    padding-top: 66.66667%;
    padding-top: calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));
    position: relative;
    width: 100%
}

.fancybox__toolbar {
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    background: linear-gradient(0deg, transparent 0, rgba(0, 0, 0, .006) 8.1%, rgba(0, 0, 0, .021) 15.5%, rgba(0, 0, 0, .046) 22.5%, rgba(0, 0, 0, .077) 29%, rgba(0, 0, 0, .114) 35.3%, rgba(0, 0, 0, .155) 41.2%, rgba(0, 0, 0, .198) 47.1%, rgba(0, 0, 0, .242) 52.9%, rgba(0, 0, 0, .285) 58.8%, rgba(0, 0, 0, .326) 64.7%, rgba(0, 0, 0, .363) 71%, rgba(0, 0, 0, .394) 77.5%, rgba(0, 0, 0, .419) 84.5%, rgba(0, 0, 0, .434) 91.9%, rgba(0, 0, 0, .44));
    display: flex;
    justify-content: space-between;
    left: 0;
    opacity: 1;
    opacity: var(--fancybox-opacity, 1);
    padding: 0;
    position: absolute;
    right: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, .4));
    top: 0;
    touch-action: none;
    z-index: 20
}

@media (min-width:1024px) {
    .fancybox__toolbar {
        padding: 8px
    }
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
    -webkit-animation: fancybox-fadeIn .15s ease-in backwards;
    animation: fancybox-fadeIn .15s ease-in backwards
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
    opacity: 0
}

.fancybox__toolbar__items {
    display: flex
}

.fancybox__toolbar__items--left {
    margin-right: auto
}

.fancybox__toolbar__items--center {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.fancybox__toolbar__items--right {
    margin-left: auto
}

@media(max-width:640px) {
    .fancybox__toolbar__items--center:not(:last-child) {
        display: none
    }
}

.fancybox__counter {
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    line-height: 48px;
    line-height: var(--carousel-button-height, 48px);
    min-width: 72px;
    padding: 0 10px;
    text-align: center
}

.fancybox__progress {
    background: rgba(34, 213, 233, .96);
    background: var(--fancybox-accent-color, rgba(34, 213, 233, .96));
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: linear;
    -webkit-user-select: none;
    user-select: none;
    z-index: 30
}

.fancybox__container:-webkit-full-screen::backdrop {
    opacity: 0
}

.fancybox__container:fullscreen::-webkit-backdrop {
    opacity: 0
}

.fancybox__container:fullscreen::backdrop {
    opacity: 0
}

.fancybox__button--fullscreen g:nth-child(2) {
    display: none
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:first-child {
    display: none
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:first-child {
    display: none
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
    display: block
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block
}

.fancybox__button--slideshow g:nth-child(2),
.fancybox__container.has-slideshow .fancybox__button--slideshow g:first-child {
    display: none
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
    display: block
}
