html,
body {
    font-family: "Nunito Sans", serif;
    box-sizing: border-box;
    overflow-x: hidden !important;
    background: rgba(255, 255, 255, 1);
    color: #242B57;
    z-index: 1;
}

html {
    background: #16263C;
}

*,
*:after,
*:before {
    box-sizing: border-box;
    outline: none;
    color: #242B57;
    font-family: "Nunito Sans", serif;
      font-optical-sizing: auto;
      font-weight: <weight>;
      font-style: normal;
      font-variation-settings:
        "wdth" 87.5,
        "YTLC" 500;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

*::-webkit-scrollbar {
    display: none;
}

* {
    font-family: "Nunito Sans", serif;
      font-optical-sizing: auto;
      font-weight: <weight>;
      font-style: normal;
      font-variation-settings:
        "wdth" 87.5,
        "YTLC" 500;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

body {
    position: relative;
    background: #16263C;
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: 60px;
    overflow-x: hidden;
    z-index:  1;
}

.no-scroll {
    overflow: hidden !important;
}

a {
    text-decoration: none;
}

.container {
    padding:  0 40px;
    width:  100%;
    max-width:  1440px;
    margin:  0 auto;
}

.cc-message {
    color: #fff;
}

.btn {
    display: inline-block;
    color: #242B57;
    background: none;
    text-align: center;
    padding:  10px 24px;
    border-radius: 100px;
    border: 1.5px solid #242B57;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    transition: 300ms;
}

.btn:hover {
    color:  #fff;
    background: #242B57;
}

.flex-container {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-container.align-center {
    -ms-flex-align: center;
    align-items: center;
}

.flex-container.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-container.no-center {
    -ms-flex-pack: start;
    justify-content: flex-start;
}

[data-fancybox] {
    cursor: pointer;
}

.container {
    position: relative;
    max-width: 1440px;
    padding: 0 80px;
    width: 100%;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
    display: flex;
    padding: 10px 0;
    background-color: white;
    z-index: 999999;
}

.header .flex {
    display: flex;
    gap: 85px;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 145px;
}

.logo img {
    width: 100%;
    height: auto;
}

.nav-menu {
    width: calc(100% - 230px);
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: space-between;
}

.nav-menu .items {
    display: flex;
    align-items: center;
    gap: 50px;
}

.menu-item {
    position: relative;
    cursor: pointer;
}

.menu-item > a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    transition: 300ms;
}

.menu-item > a:hover:after {
    position: absolute;
    content: " ";
    display: block;
    width: 100%;
    height: 200px;
    bottom: -200px;
    left:0;
}

.menu-item > a svg {
    width: 6.928px;
    height: 6px;
}
    
.dropdown-content {
    display: none;
    min-width: 280px;
    margin-top: 30px;
    position: absolute;
    background-color: white;
    border-radius: 8px;
    padding: 0;
    z-index: 1;
    box-shadow: 3px 4px 12px 0px rgba(173, 173, 173, 0.25);
}

.dropdown-content>div:first-of-type a {
    border-radius: 8px 8px 0 0;
}

.dropdown-content>div:last-of-type a {
    border-radius: 0 0 8px 8px;
}

.dropdown-content a {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding: 18px 20px;
    line-height: normal;
    white-space: nowrap;
    text-decoration: none;
    display: block;
    transition: 300ms;
}

.dropdown-content a:hover {
    background: #E8F6F2;
}

.dropdown-content div + div {
    border-top: 1px solid var(--Blue-0, #C5D6EA);
}

.dropdown-content a + a {
    border-top: 1px solid var(--Blue-0, #C5D6EA);
}

.menu-subitem {
    position: relative;
}

.menu-subitem:hover a {
    border-
}

.menu-subitem:hover .dropdown-content {
    display: block;
    margin-top:0;
    top:0;
    left: 100%;
}

.menu-subitem .dropdown-content a:first-of-type {
    border-radius: 0 8px 0 0;
}

.menu-item:hover>a + .dropdown-content {
    display: block;
}

.dropdown-content a:hover .dropdown-content {
    display: block;
}

.talk-button {
    align-self: ed;
    background-color: #8CD3C5;
    padding: 10px 24px;
    border: 2px solid #8CD3C5;
    border-radius: 8px;
    cursor: pointer;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    transition: 300ms;
}

.talk-button:hover {
    background: #fff;
    color: #8CD3C5;
}

.talk-button.hamb {
    display: none;
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
}

.hamburger span {
    width: 30px;
    height: 3px;
    background-color: #000;
    border-radius: 100px;
    transition: 0.3s;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -6px);
}

.menu-subitem svg {
    display: none;
}

footer {
    background: #16263C;
    padding:120px 0;
    position: relative;
    color:#fff;
}

footer .bg {
    position: absolute;
    width: 385px;
    top:120px;
    right: 0;
}

footer .container .logo img {
    display: block;
    width: 235px;
    height: auto;

}

footer .container .logo {
    margin-bottom: 60px;
    display: block;
}

footer .container .flex {
    display: flex;
    gap: 74px;
    width: 100%;
    max-width: 1000px;
}

footer .container .flex>div {
    width: 33.3%;
}

footer .container .flex>div p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    margin: 0;
}

footer .container .flex>div:not(:first-of-type) p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;  /* 150% */
    margin-bottom: 15px;
}

footer .container .flex>div ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .container .flex>div ul li {
    margin-bottom: 15px;
}

footer .container .flex>div ul li a {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

footer .container .flex>div .social {
    margin-top: 48px;
}

footer .container .flex>div .social p {
    display: block;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin: 0 auto 18px auto;
}

footer .container .flex>div .social ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 18px;
}

footer .container .flex>div .social ul li a img {
    width: 24px;
    height: 24px;
}

footer .copyright {
    margin-top: 80px;
}

footer .copyright p:first-of-type {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

footer .copyright p:last-of-type {
    color: #859AB4;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}


footer .copyright p:last-of-type a {
    color: #859AB4;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
}

footer .copyright p:last-of-type span {
    display: inline-block;
    width: 24px;
}

.btn {
    padding: 16px 28px 16px 28px;
    border-radius: 8px;
    background: #8DD3BF;
    border: 2px solid #8DD3BF;
    color: #16263C;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    transition: 300ms;
}

.btn:hover {
    background: transparent;
    color: #8DD3BF;
}

.btn.second {
    padding: 16px 28px 16px 28px;
    border-radius: 8px;
    background: transparent;
    border: 2px solid #8DD3BF;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    transition: 300ms;
}

.btn.second:hover {
    background: #8DD3BF;
    color: #fff;
}

.nav-menu + .wpml-ls {
    display: none;
}

.wpml-ls-legacy-dropdown {
    width: auto !important;
}

@media (min-width: 767px) and (max-width: 996px) {
    .talk-button.hamb {
        display: inline-block;
        margin: 0 auto;
        margin-right: -300px;
    }
}

@media (max-width: 996px) {
    body {
        padding-top: 60px;
    }

    .nav-menu .items + .wpml-ls {
        display: none;
    }

    .nav-menu + .wpml-ls {
        display: block !important;
    }

    .header .flex {
        gap: 10px;
    }

    .container {
        padding: 0 15px;
    }

    .nav-menu {
        display: none;
        position: absolute;
        top: 54px;
        width: 100%;
        height: calc(100dvh - 77px);
        left: 0;
        right: 0;
        background-color: white;
        flex-direction: column;
        padding: 30px 0;
        overflow-y: scroll;
    }

    .nav-menu .items {
        flex-wrap: wrap;
        gap:0;
    }

    .menu-item {
        width: 100%;
    }

    .menu-item a {
        justify-content: start;
        padding: 15px;
        border-bottom: 1px solid var(--Blue-0, #C5D6EA);
    }

    .menu-subitem a {
        padding-left: 45px;
    }

    .menu-subitem .dropdown-content a {
        padding-left: 75px;
    }

    .dropdown-content div + div {
        border-top: none;
    }

    .dropdown-content a + a {
        border-top: none;
    }

    .nav-menu.active {
        display: flex;
    }

    .dropdown-content {
        position: static;
        box-shadow: none;
        display: none;
        padding:0;
        margin:0;
    }

    .menu-item svg {
        margin-left: 15px;
    }

    .menu-item a {
        border-radius: 0 !important;
    }

    .menu-subitem svg {
        display: inline-block;
        margin-left: 15px;
        position: relative;
        top: -2px;
    }

    .menu-item.active .dropdown-content {
        display: block;
    }

    .hamburger {
        display: flex;
    }

    .talk-button {
        margin: 65px auto 0 auto;
        display: block;
        max-width: 90%;
        text-align: center;
    }

    footer {
        padding: 80px 0 400px 0;
    }

    footer .bg {
        position: absolute;
        width: 300px;
        bottom: -200px;
        top: auto;
        right: 0;
    }

    footer .container .flex {
        flex-wrap: wrap;
    }

    footer .container .flex>div {
        width: 100%;
    }

    footer .copyright {
        margin-top: 64px;
    }

    footer .copyright a {
        margin: 0 auto;
    }

    footer .copyright p:last-of-type span {
        display: block;
        height:12px;
        
    }
}

.cookie-banner {
    position: fixed;
    bottom: 25px;
    right: 80px;
    border-radius: 8px;
    background: var(--Blue-0, #C5D6EA);
    display: none;
    z-index: 999999;
}

.cookie-banner.visible {
    display: block;
}

.cookie-content {
    max-width: 620px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 28px;
    gap: 32px;
}

.cookie-text {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.cookie-content img {
    width: 40px;
    height: 40px;
}

.cookie-message {
    color: #16263C;
    margin: 0;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.cookie-message a {
    color: #16263C;
    text-decoration: underline;
}

.accept-button {
    padding: 16px 28px;
    border-radius: 8px;
    background: #16263C;
    border: 1px solid #16263C;
    color: #8DD3BF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: 300ms;
}

.accept-button:hover {
    color: #fff;
}

@media (max-width: 768px) {
    .cookie-banner {
        right: auto;
        left: auto;
        margin: 0 15px;
    }

    .cookie-content {
        flex-direction: column;
        text-align: center;
    }
    
    .cookie-text {
        flex-direction: column;
    }
}