:root {
    --p-color: 40, 100%;
    --p-l: 47%;
    --s-color: 44, 56%;
    --s-l: 58%;
    --primary-color: hsla(var(--p-color), var(--p-l), 1);
    --primary-color-lighter: hsla(var(--p-color), calc(var(--p-l) + 5%), 1);
    --primary-color-darker: hsla(var(--p-color), calc(var(--p-l) - 10%), 1);
    --primary-color-darkest: hsla(var(--p-color), calc(var(--p-l) - 20%), 1);
    --second-color: hsla(var(--s-color), var(--s-l), 1);
    --second-color-lighter: hsla(var(--s-color), calc(var(--s-l) + 4%), 1);
    --second-color-darker: hsla(var(--s-color), calc(var(--s-l) - 10%), 1);
    --second-color-darkest: hsla(var(--s-color), calc(var(--s-l) - 20%), 1);

    --breakpoint-sm: 576px;
}

/* Common  */
body {
    color: #333333;
    line-height: 1.5;
}

a {
    text-decoration: none;
    transition: all 0.3s;
    color: inherit;
}

a:hover {
    color: #578fff;
}

.btn {
    display: inline-block;
    min-width: 10rem;
    padding: 0.5rem;
    background: var(--primary-color);
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    outline: none;
    border-style: none;
    border-radius: 100vw;
    cursor: pointer;
    font-size: 16px;
}

.btn:hover {
    background-color: var(--primary-color-lighter);
}


.btn-outline .btn {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.btn-outline .btn:hover {
    background-color: var(--second-color-darker);
}

.umb-block-grid__area-container {
    column-gap: 0;
    row-gap: 1rem;
}

.container-s>.container {
    max-width: 960px;
}


/* Header */
header {
    background: #484848;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}


.header-wrapper {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2rem;
    position: relative;
}

header,
header a:hover {
    color: #fff;
}

header a {
    color: hsla(0, 0%, 100%, 0.8);
}

.header-right {
    height: 100%;
    display: grid;
    grid-template-rows: 1fr auto;
}

.languages {
    display: flex;
    align-items: end;
    justify-content: flex-end;

}

.logo {
    display: flex;
    align-items: center;
    margin: 1rem 0;
}

.logo a {
    display: block;
    width: 70px;
    height: 70px;
}

@media screen and (max-width:991px) {
    .logo a {
        width: 50px;
        height: 50px;
        margin: 5px 0;
    }
}


.logo img {
    height: 100%;
}

.login-buttons {
    display: flex;
    gap: 0.75rem;
}


.main-nav a {
    font-size: 0.925rem;
    padding: 1rem 1.25rem;
    transition: all 0.3s;
}


.main-nav ul.lv0 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.main-nav ul.lv0>li {
    height: 100%;
    display: flex;
    align-items: center;
}


.main-nav ul.lv0 ul {
    background: #fff;
    width: auto;
    min-width: 200px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding-top: 4px;
    padding-bottom: 4px;
}

.main-nav ul.lv0 ul .nav-link {
    padding: 0.75rem 1rem;
}

.main-nav ul.lv0 ul .nav-link:hover {
    background: #f8f9fb;
}

.main-nav ul.lv1 {
    border-top: 3px solid var(--primary-color);
}


/* Mobile Menu */
#mobile-menu-wrapper,
.mobile-menu {
    background: #fff;
    color: #222;
}

.mobile-menu-header {
    border-bottom: 1px solid hsl(0, 0%, 95%);
}

.mobile-menu ul.lv0>li>a {
    padding: 13px 56px 13px 24px;
    font-size: 16px;
    line-height: 22px;
}

.mobile-menu a {
    color: #222;
    padding: 13px 56px 13px 24px;
    font-size: 16px;
    line-height: 22px;
}

.mobile-menu .nav-item.open,
.mobile-menu ul.lv1 {
    background: #F1F3F7;
}

.mobile-languages .lang-selector {
    display: none;
}

.mobile-languages .lang-items {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    top: unset;
    right: unset;
    width: 100%;
    min-width: 150px;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid rgb(242, 242, 242);
    background: #fff;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
}

.mobile-languages .lang-item {
    flex: 1;
    text-align: center;
    border-right: 1px solid rgb(242, 242, 242);
}

.mobile-languages .lang-item>a {
    padding: 1rem;
    font-size: 14px;
}

/* Footer */

.footer-upper {
    height: clamp(320px, 30vw, 400px);
    margin-bottom: clamp(30px, 5vw, 70px);
    background: url(/media/ai4fnse3/d3ac0be17955446f9196a91c1f68ab20.webp) center center no-repeat;
    background-size: cover;
}

.footer-upper-container {
    padding: 1rem 0.75rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: hsla(0, 0%, 0%, 0.6);
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: bold;
    color: #fff;
}

.footer-lower {
    position: relative;
    padding-bottom: 2rem;
    background: #484848;
    color: rgba(255, 255, 255, 0.8);
}

.footer-lower:before {
    content: "";
    position: absolute;
    display: block;
    bottom: calc(100% - 2px);
    left: 0;
    width: 100%;
    height: clamp(100px, 20vw, 220px);
    background: url(/media/xwkda5hl/3f1bf08fa99042049e6f6e88f3e92dd5.webp) center bottom no-repeat;
    background-size: 100% 100%;
}

footer a {
    color: rgba(255, 255, 255, 0.8);
}

footer a:hover {
    color: #fff;
}

.footer-lower .row {
    align-items: end;
}

.footer-lower table {
    border-collapse: collapse;
}

.footer-lower table td {
    vertical-align: top;
    padding: 4px;
}

.footer-lower table td:nth-child(1) {
    white-space: nowrap;
}

.footer-lower table p{
    margin:0;
}

.footer-nav {
    display: grid;
    grid-template-rows: repeat(5, 1fr);
    grid-auto-flow: column;
}

.footer-nav a {
    display: block;
    padding: 4px 0;
}

.footer-logo {
    width: 100%;
}


/* popup */

.jquery-modal.blocker{
    z-index: 1000;
}