body {
    overflow-x: hidden;
}

.container-fluid {
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Fira Sans', sans-serif;
}

p {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 30px;
}

ul {
    padding-left: 15px;
}

ul li {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
    font-size: 20px;
}

h1 {
    font-weight: 700;
    font-size: 110px;
}

h2 {
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 30px;
}

h3 {
    font-weight: 600;
    font-size: 20px;
}

.intro {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 30px;
}

.quote {
    font-weight: 500;
    font-size: 33px;
}

.subtitle-small {
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.white {
    color: #ffffff;
}

#swup {

}
.blue {
    color: #006AB6;
}

.green {
    color: #7AC142;
}

.nav-buttons {
    position: sticky;
    top: 50%;
    float: right;
    margin-right: 30px;
    width: 50px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    z-index: 2;
    justify-content: center;
    height: 150px;
    align-items: center;
    margin-bottom: -185px;
}

.nav-buttons a {
    display: flex;
    width: 50px;
    height: 50px;
    margin: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: -4px 5px 16px -2px rgba(0, 0, 0, 0.72);
    -moz-box-shadow: -4px 5px 16px -2px rgba(0, 0, 0, 0.72);
    box-shadow: -4px 5px 16px -2px rgba(0, 0, 0, 0.72);
    justify-content: center;
    align-items: center;
}

.legend-holder {
    position: absolute;
    bottom: 20px;
    right: 15vw;
    background-color: #ffffff;
    width: 350px;
    height: 300px;
}

.nav-buttons a svg {
    width: 60%;
}

.nav-buttons a.previous {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

.text-container {
    position: absolute;
    z-index: 2;
}

.header-wrapper {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.header-text {
    padding-top: 150px;
}

#video-button {
    position: absolute;
    width: 35px;
    height: 35px;
    padding-bottom: 5px;
    top: 30px;
    right: 30px;
    background-color: #ffffff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #0069ba;
    z-index: 11;
    font-family: Arial;
}

#header-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: bottom;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.header-logo {
    width: 500px;
    height: 235px;
    position: absolute;
    top: -110px;
    left: -88px;
    background-color: #ffffff;
    z-index: 3;
    transform: rotate(-27deg);
}

.header-logo-image {
    z-index: 4;
    left: 35px;
    position: absolute;
    top: 35px;
    width: 180px;
}

.chapter2 #header-video
{
    object-position: bottom;
}

#header-colorshape {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 26vw;
}

.header-icon-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: 100px;
    z-index: 5;
}

.header-icon-wrapper {
    position: relative;
}

.overlay-container {

}

.header-image-overlay {
    position: absolute;
    bottom: 0;
    min-height: 100%;
    width: 100%;
    height: auto;
    left: 0;
    opacity: .4;
    z-index: 1;
}

.intro #header-colorshape polygon,
.chapter1 #header-colorshape polygon
{
    fill: #0069ba;
}

.chapter2 #header-colorshape polygon
{
    fill: #00b9f2;
}
.chapter3 #header-colorshape polygon
{
    fill: #75c447;
}
.chapter4 #header-colorshape polygon
{
    fill: #922a97;
}

.content-video {
    width: 100%;
}

.header-text p,
.header-text h1 {
    color: white;
    text-shadow: 0 0 10px rgba(40, 40, 40, 1);
    margin-bottom: 0;
}

.header-text p {
    font-size: 54px;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.header-text h1 {
    letter-spacing: 2px;
}

#header-overlay {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100vw;
}

.header-icon {
    position: absolute;
    right: 0;
    width: 300px;
    bottom: 0;
    z-index: 1;
}

.header-icon.first-icon {
    /*width: 200px;*/
    bottom: 200px;
}

.sidebar {
    position: fixed;
    left: -40vw;
    width: 40vw;
    transition: left .4s ease;
    height: 100%;
    overflow-y: scroll;
}

.sidebar.open {
    left: 0;
    z-index: 5;

}

.sidebar .sidebar-header {
    display: flex;
    width: 100%;
    background-color: #006AB6;
    padding: 15px;
    position: relative;
    margin-bottom: 30px;
}

.sidebar .sidebar-header .close-menu {
    width: 60px;
    height: 60px;
    background-color: #FFFFFF;
    margin-right: 15px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    background-image: url('/assets/images/svg/arrow-right.svg');
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.sidebar .sidebar-header .sidebar-title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.sidebar .sidebar-header .sidebar-title h2,
.sidebar .sidebar-header .sidebar-title p {
    margin-bottom: 0;
}

.sidebar .sidebar-header .sidebar-title h2 {
    line-height: 28px;
}

.sidebar .sidebar-header .sidebar-title p {
    padding-left: 2px;
}

.sidebar .sidebar-content {
    width: 100%;
}

.sidebar .sidebar-content .sidebar-item {
    display: flex;
    border-top: 1px solid #E2F0D4;
    margin-bottom: 15px;
}

.sidebar .sidebar-content a {
    text-decoration: none;
}

.sidebar .sidebar-content .sidebar-item .image {
    width: 200px;
    height: 150px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-flex;
    flex-shrink: 0;
}

.sidebar .sidebar-content .sidebar-item .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
}

.sidebar .sidebar-content .sidebar-item .text p {
    margin-bottom: 5px;
    text-decoration: none;
}

.sidebar .sidebar-content .sidebar-item .text h2 {
    font-weight: 700;
    text-decoration: none;
}

.header {
    position: relative;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    transition: left .4s ease;
    height: 100vh;
    width: 100vw;
    -webkit-box-shadow: -5px 0 20px 1px #080808;
    box-shadow: -5px 0 20px 1px #080808;
}

.header.open {
    left: 40vw;
}

.menu-button {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50px;
    top: 50px;
    cursor: pointer;
    background-color: #ffffff;
    z-index: 2;
}

.menu-button svg {
    width: 60%;
}

#swup{
    transition: all .4s ease;
}

#swup.open > .container-fluid:not(.header-outer-wrapper){
    margin-left: 40vw;
}

#swup > .container-fluid:not(.header-outer-wrapper){
    box-shadow: -5px 0 20px 1px #080808;
    clip-path: inset(0px -15px 0px -15px);
}

.main-content {
    padding-top: 60px;
}

.banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 450px;
}

.banner-overlay p {
    color: #ffffff;
    margin-bottom: 0;
}

.banner-content {
    height: 100%;
    display: flex;
    justify-content: stretch;
}

.banner-content > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.highlight {
    background-color: #E5EFD4;
    padding: 30px;
}

.footer {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-height: 400px;
}

@media screen and (max-width: 992px) {
    .sidebar {
        left: -100vw;
    }
}