*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    min-height: 100vh;
}

/*
* General styles
*/
body {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    word-wrap: break-word;
    color: #222;
}

@media (min-width: 960px) {
    body {
        font-size: 20px;
    }
}

h1,
h2,
h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #222;
    margin-bottom: 15px;
}

h1 {
    font-size: 28px;
}

h2,
h3 {
    font-size: 20px;
}

@media (min-width: 960px) {
    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 24px;
    }
}

*+h2 {
    margin-top: 35px;
}

h1+h2 {
    margin-top: 15px;
}

*+p {
    margin-top: 15px;
}

p {
    margin-bottom: 15px;
}

em {
    color: inherit;
}

a,
a:visited {
    color: inherit;
    text-decoration: underline;
    transition: color 0.3s;
}

a:hover {
    color: inherit;
}

b,
strong {
    font-weight: 600;
}

/*
* Background image
*/
.viewport-background {
    height: 100vh;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.viewport-background::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
}

/*
* Containers
*/
.container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1600px;
}

.container.medium {
    max-width: 1400px;
}

.container.small {
    max-width: 1200px;
}

.container.x-small {
    max-width: 900px;
}

/*
* Header
*/
header {
    padding: 30px 0;
}

header .logo {
    max-width: 300px;
}

header .logo a {
    display: block;
}

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

.languages {

    text-align: right;
}

.languages ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.languages ul li {
    display: inline-block;
}

.languages ul li+li {
    margin-left: 10px;
}

.languages ul li a,
.languages ul li a:visited {
    text-transform: uppercase;
    color: #aaa;
    transition: color 0.3s;
}

.languages ul li a:hover,
.languages ul li a.active {
    color: #eee;
}

/*
* Footer
*/
footer {
    padding: 30px 0;
    color: #eee;
    background-color: rgba(107, 127, 178, 0.7);
}

footer a,
footer a:visited,
footer a:hover {
    color: #eee;
    text-decoration: underline;
}

/*
* Section
*/
section+section {
    margin-top: 30px;
}

section.bg-white {
    background-color: rgba(255, 255, 255, 0.7);
    color: #222;
    padding: 12px 15px 15px 15px;
}

section.bg-white-full {
    background-color: rgba(255, 255, 255, 1);
    color: #222;
    padding: 12px 15px 15px 15px;
}

@media (min-width: 960px) {

    section.bg-white,
    section.bg-white-full {
        padding: 32px 35px 35px 35px;
    }
}

section *:last-child {
    margin-bottom: 0;
}

/*
* Section: Sponsors
*/
section.sponsors {
    margin-top: 60px;
    padding: 30px 0;
}

section.sponsors h1 {
    margin-bottom: 25px;
}

section.sponsors img {
    width: 100%;
    max-width: 250px;
}

@media (min-width: 960px) {
    section.sponsors {
        text-align: center;
        padding: 60px 0 70px 0;
    }

    section.sponsors h1 {
        margin-bottom: 40px;
    }
}

/*
* Videos
*/
.video h2 {
    margin: 8px 0 0 0;
    color: #eee;
}

/*
* Cookie Banner
*/
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f7f7f7;
    border-top: 1px solid #ddd;
    padding: 20px 0;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    line-height: 1.4;
    color: #333;
}

.cookie-banner p {
    font-size: 13px;
    margin-bottom: 0;
}

.cookie-banner strong {
    font-size: 15px;
    display: block;
    margin-bottom: 5px;
}

.cookie-banner .uk-button-primary {
    background-color: #004a99;
    color: #fff;
    border-radius: 4px;
    text-transform: none;
    font-weight: 600;
}

.cookie-banner .uk-button-primary:hover {
    background-color: #003a7a;
}

.cookie-banner .uk-button-secondary {
    background-color: #004a99;
    color: #fff;
    border-radius: 4px;
    text-transform: none;
    font-weight: 600;
}

.cookie-banner .uk-button-secondary:hover {
    background-color: #003a7a;
}

.cookie-banner .uk-button-text {
    color: #004a99;
    text-transform: none;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid #004a99;
    line-height: 1.2;
}

.cookie-banner .uk-button-text:hover {
    color: #003a7a;
    border-bottom: 1px solid #003a7a;
}

@media (max-width: 959px) {
    .cookie-banner {
        padding: 20px 15px;
    }

    .cookie-banner .uk-width-auto\@m {
        margin-top: 20px;
        justify-content: center;
        width: 100%;
    }

    .cookie-banner .uk-flex {
        flex-wrap: wrap;
        gap: 15px;
    }

    .cookie-banner .uk-margin-right {
        margin-right: 0 !important;
    }

    .cookie-banner .uk-button {
        width: 100%;
    }
}

/*
* Cookie Settings Modal (Sandoz style)
*/
#cookie-settings-modal .uk-offcanvas-bar {
    background-color: #fff;
    color: #333;
    width: 450px;
    padding: 0;
    box-shadow: 2px 0 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 450px) {
    #cookie-settings-modal .uk-offcanvas-bar {
        width: 100%;
    }
}

.cookie-settings-header {
    padding: 30px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.cookie-settings-header img {
    height: 30px;
    margin-bottom: 20px;
}

.cookie-settings-header h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #333;
}

.cookie-settings-header p {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}

.cookie-settings-content {
    padding: 20px 30px;
    height: calc(100vh - 210px);
    overflow-y: auto;
}

.cookie-settings-content h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 20px 0;
}

.cookie-settings-footer {
    padding: 20px 30px;
    background: #fff;
    border-top: 1px solid #eee;
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
}

.cookie-settings-footer .uk-button-primary {
    background-color: #004a99;
    color: #fff;
    border-radius: 4px;
    text-transform: none;
    font-weight: 600;
    width: 100%;
}

.cookie-settings-footer .uk-button-primary:hover {
    background-color: #003a7a;
}

.cookie-settings-footer .onetrust-logo {
    text-align: center;
    margin-top: 15px;
    font-size: 11px;
    color: #999;
}

/* Accordion Customization */
.cookie-accordion-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    cursor: pointer;
    border-top: 1px solid #eee;
}

.cookie-accordion-title:hover {
    background-color: #f9f9f9;
}

.cookie-accordion-content {
    padding-bottom: 15px;
    font-size: 13px;
    color: #555;
    line-height: 1.5;
}

.status-active {
    color: #004a99;
    font-weight: 600;
    font-size: 12px;
}

/* Toggle Switch */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 20px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked+.slider {
    background-color: #004a99;
}

input:checked+.slider:before {
    transform: translateX(20px);
}