/*
    * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
    * Copyright 2011-2019 The Bootstrap Authors
    * Copyright 2011-2019 Twitter, Inc.
    * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
    * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
    */

    @import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900&subset=latin-ext);
    *,
    :after,
    :before {
        box-sizing: border-box
    }
    
    html {
        font-family: sans-serif;
        line-height: 1.15;
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: transparent
    }
    
    footer,
    main,
    nav,
    section {
        display: block
    }
    
    body {
        margin: 0;
        font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        text-align: left;
        background-color: #fff
    }
    
    [tabindex="-1"]:focus {
        outline: 0 !important
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-top: 0;
        margin-bottom: .5rem
    }
    
    p {
        margin-top: 0;
        margin-bottom: 1rem
    }
    
    dl,
    ul {
        margin-bottom: 1rem
    }
    
    dl,
    ul {
        margin-top: 0
    }
    
    ul ul {
        margin-bottom: 0
    }
    
    b,
    strong {
        font-weight: bolder
    }
    
    a {
        color: #007bff;
        text-decoration: none;
        background-color: transparent
    }
    
    a:hover {
        color: #0056b3;
        text-decoration: underline
    }
    
    a:not([href]):not([tabindex]),
    a:not([href]):not([tabindex]):focus,
    a:not([href]):not([tabindex]):hover {
        color: inherit;
        text-decoration: none
    }
    
    a:not([href]):not([tabindex]):focus {
        outline: 0
    }
    
    code {
        font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
        font-size: 1em
    }
    
    img {
        border-style: none
    }
    
    img,
    svg {
        vertical-align: middle
    }
    
    svg {
        overflow: hidden
    }
    
    label {
        display: inline-block;
        margin-bottom: .5rem
    }
    
    button {
        border-radius: 0
    }
    
    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color
    }
    
    button {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit
    }
    
    button {
        overflow: visible
    }
    
    button {
        text-transform: none
    }
    
    [type=button],
    [type=reset],
    [type=submit],
    button {
        -webkit-appearance: button
    }
    
    [type=button]:not(:disabled),
    [type=reset]:not(:disabled),
    [type=submit]:not(:disabled),
    button:not(:disabled) {
        cursor: pointer
    }
    
    [type=button]::-moz-focus-inner,
    [type=reset]::-moz-focus-inner,
    [type=submit]::-moz-focus-inner,
    button::-moz-focus-inner {
        padding: 0;
        border-style: none
    }
    
    [type=number]::-webkit-inner-spin-button,
    [type=number]::-webkit-outer-spin-button {
        height: auto
    }
    
    [type=search] {
        outline-offset: -2px;
        -webkit-appearance: none
    }
    
    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }
    
    ::-webkit-file-upload-button {
        font: inherit;
        -webkit-appearance: button
    }
    
    [hidden] {
        display: none !important
    }
    /*!
    * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
    * Copyright 2011-2019 The Bootstrap Authors
    * Copyright 2011-2019 Twitter, Inc.
    * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
    */
    
    html {
        box-sizing: border-box;
        -ms-overflow-style: scrollbar
    }
    
    *,
    :after,
    :before {
        box-sizing: inherit
    }
    
    .container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto
    }
    
    @media (min-width:576px) {
        .container {
            max-width: 540px
        }
    }
    
    @media (min-width:768px) {
        .container {
            max-width: 720px
        }
    }
    
    @media (min-width:992px) {
        .container {
            max-width: 960px
        }
    }
    
    @media (min-width:1200px) {
        .container {
            max-width: 1140px
        }
    }
    
    .container-fluid {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto
    }
    
    .row {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    
    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px
    }
    
    .col {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    
    .col-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    
    .col-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    
    .col-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    
    .col-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    
    .col-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    
    .col-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    
    .col-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    
    .col-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    
    .col-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    
    .col-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    
    .col-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    
    .col-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    
    .col-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    
    @media (min-width:576px) {
        .col-sm {
            flex-basis: 0;
            flex-grow: 1;
            max-width: 100%
        }
        .col-sm-auto {
            flex: 0 0 auto;
            width: auto;
            max-width: 100%
        }
        .col-sm-1 {
            flex: 0 0 8.33333%;
            max-width: 8.33333%
        }
        .col-sm-2 {
            flex: 0 0 16.66667%;
            max-width: 16.66667%
        }
        .col-sm-3 {
            flex: 0 0 25%;
            max-width: 25%
        }
        .col-sm-4 {
            flex: 0 0 33.33333%;
            max-width: 33.33333%
        }
        .col-sm-5 {
            flex: 0 0 41.66667%;
            max-width: 41.66667%
        }
        .col-sm-6 {
            flex: 0 0 50%;
            max-width: 50%
        }
        .col-sm-7 {
            flex: 0 0 58.33333%;
            max-width: 58.33333%
        }
        .col-sm-8 {
            flex: 0 0 66.66667%;
            max-width: 66.66667%
        }
        .col-sm-9 {
            flex: 0 0 75%;
            max-width: 75%
        }
        .col-sm-10 {
            flex: 0 0 83.33333%;
            max-width: 83.33333%
        }
        .col-sm-11 {
            flex: 0 0 91.66667%;
            max-width: 91.66667%
        }
        .col-sm-12 {
            flex: 0 0 100%;
            max-width: 100%
        }
    }
    
    @media (min-width:768px) {
        .col-md {
            flex-basis: 0;
            flex-grow: 1;
            max-width: 100%
        }
        .col-md-auto {
            flex: 0 0 auto;
            width: auto;
            max-width: 100%
        }
        .col-md-1 {
            flex: 0 0 8.33333%;
            max-width: 8.33333%
        }
        .col-md-2 {
            flex: 0 0 16.66667%;
            max-width: 16.66667%
        }
        .col-md-3 {
            flex: 0 0 25%;
            max-width: 25%
        }
        .col-md-4 {
            flex: 0 0 33.33333%;
            max-width: 33.33333%
        }
        .col-md-5 {
            flex: 0 0 41.66667%;
            max-width: 41.66667%
        }
        .col-md-6 {
            flex: 0 0 50%;
            max-width: 50%
        }
        .col-md-7 {
            flex: 0 0 58.33333%;
            max-width: 58.33333%
        }
        .col-md-8 {
            flex: 0 0 66.66667%;
            max-width: 66.66667%
        }
        .col-md-9 {
            flex: 0 0 75%;
            max-width: 75%
        }
        .col-md-10 {
            flex: 0 0 83.33333%;
            max-width: 83.33333%
        }
        .col-md-11 {
            flex: 0 0 91.66667%;
            max-width: 91.66667%
        }
        .col-md-12 {
            flex: 0 0 100%;
            max-width: 100%
        }
    }
    
    @media (min-width:992px) {
        .col-lg {
            flex-basis: 0;
            flex-grow: 1;
            max-width: 100%
        }
        .col-lg-auto {
            flex: 0 0 auto;
            width: auto;
            max-width: 100%
        }
        .col-lg-1 {
            flex: 0 0 8.33333%;
            max-width: 8.33333%
        }
        .col-lg-2 {
            flex: 0 0 16.66667%;
            max-width: 16.66667%
        }
        .col-lg-3 {
            flex: 0 0 25%;
            max-width: 25%
        }
        .col-lg-4 {
            flex: 0 0 33.33333%;
            max-width: 33.33333%
        }
        .col-lg-5 {
            flex: 0 0 41.66667%;
            max-width: 41.66667%
        }
        .col-lg-6 {
            flex: 0 0 50%;
            max-width: 50%
        }
        .col-lg-7 {
            flex: 0 0 58.33333%;
            max-width: 58.33333%
        }
        .col-lg-8 {
            flex: 0 0 66.66667%;
            max-width: 66.66667%
        }
        .col-lg-9 {
            flex: 0 0 75%;
            max-width: 75%
        }
        .col-lg-10 {
            flex: 0 0 83.33333%;
            max-width: 83.33333%
        }
        .col-lg-11 {
            flex: 0 0 91.66667%;
            max-width: 91.66667%
        }
        .col-lg-12 {
            flex: 0 0 100%;
            max-width: 100%
        }
    }
    
    .d-none {
        display: none !important
    }
    
    @media (min-width:576px) {
        .d-sm-none {
            display: none !important
        }
    }
    
    @media (min-width:768px) {
        .d-md-none {
            display: none !important
        }
    }
    
    @media (min-width:992px) {
        .d-lg-none {
            display: none !important
        }
    }
    
    .align-content-start {
        align-content: flex-start !important
    }
    
    .align-content-end {
        align-content: flex-end !important
    }
    
    .align-content-center {
        align-content: center !important
    }
    
    .align-self-auto {
        align-self: auto !important
    }
    
    .align-self-start {
        align-self: flex-start !important
    }
    
    .align-self-end {
        align-self: flex-end !important
    }
    
    .align-self-center {
        align-self: center !important
    }
    
    @media (min-width:576px) {
        .align-content-sm-start {
            align-content: flex-start !important
        }
        .align-content-sm-end {
            align-content: flex-end !important
        }
        .align-content-sm-center {
            align-content: center !important
        }
        .align-self-sm-auto {
            align-self: auto !important
        }
        .align-self-sm-start {
            align-self: flex-start !important
        }
        .align-self-sm-end {
            align-self: flex-end !important
        }
        .align-self-sm-center {
            align-self: center !important
        }
    }
    
    @media (min-width:768px) {
        .align-content-md-start {
            align-content: flex-start !important
        }
        .align-content-md-end {
            align-content: flex-end !important
        }
        .align-content-md-center {
            align-content: center !important
        }
        .align-self-md-auto {
            align-self: auto !important
        }
        .align-self-md-start {
            align-self: flex-start !important
        }
        .align-self-md-end {
            align-self: flex-end !important
        }
        .align-self-md-center {
            align-self: center !important
        }
    }
    
    @media (min-width:992px) {
        .align-content-lg-start {
            align-content: flex-start !important
        }
        .align-content-lg-end {
            align-content: flex-end !important
        }
        .align-content-lg-center {
            align-content: center !important
        }
        .align-self-lg-auto {
            align-self: auto !important
        }
        .align-self-lg-start {
            align-self: flex-start !important
        }
        .align-self-lg-end {
            align-self: flex-end !important
        }
        .align-self-lg-center {
            align-self: center !important
        }
    }
    
    .m-0 {
        margin: 0 !important
    }
    
    .mt-0,
    .my-0 {
        margin-top: 0 !important
    }
    
    .mx-0 {
        margin-right: 0 !important
    }
    
    .my-0 {
        margin-bottom: 0 !important
    }
    
    .ml-0,
    .mx-0 {
        margin-left: 0 !important
    }
    
    .m-1 {
        margin: .25rem !important
    }
    
    .mt-1,
    .my-1 {
        margin-top: .25rem !important
    }
    
    .mx-1 {
        margin-right: .25rem !important
    }
    
    .my-1 {
        margin-bottom: .25rem !important
    }
    
    .ml-1,
    .mx-1 {
        margin-left: .25rem !important
    }
    
    .m-2 {
        margin: .5rem !important
    }
    
    .mt-2,
    .my-2 {
        margin-top: .5rem !important
    }
    
    .mx-2 {
        margin-right: .5rem !important
    }
    
    .my-2 {
        margin-bottom: .5rem !important
    }
    
    .ml-2,
    .mx-2 {
        margin-left: .5rem !important
    }
    
    .m-3 {
        margin: 1rem !important
    }
    
    .mt-3,
    .my-3 {
        margin-top: 1rem !important
    }
    
    .mx-3 {
        margin-right: 1rem !important
    }
    
    .my-3 {
        margin-bottom: 1rem !important
    }
    
    .ml-3,
    .mx-3 {
        margin-left: 1rem !important
    }
    
    .m-4 {
        margin: 1.5rem !important
    }
    
    .mt-4,
    .my-4 {
        margin-top: 1.5rem !important
    }
    
    .mx-4 {
        margin-right: 1.5rem !important
    }
    
    .my-4 {
        margin-bottom: 1.5rem !important
    }
    
    .ml-4,
    .mx-4 {
        margin-left: 1.5rem !important
    }
    
    .m-5 {
        margin: 3rem !important
    }
    
    .mt-5,
    .my-5 {
        margin-top: 3rem !important
    }
    
    .mx-5 {
        margin-right: 3rem !important
    }
    
    .my-5 {
        margin-bottom: 3rem !important
    }
    
    .ml-5,
    .mx-5 {
        margin-left: 3rem !important
    }
    
    .p-0 {
        padding: 0 !important
    }
    
    .pt-0,
    .py-0 {
        padding-top: 0 !important
    }
    
    .px-0 {
        padding-right: 0 !important
    }
    
    .pb-0,
    .py-0 {
        padding-bottom: 0 !important
    }
    
    .px-0 {
        padding-left: 0 !important
    }
    
    .p-1 {
        padding: .25rem !important
    }
    
    .pt-1,
    .py-1 {
        padding-top: .25rem !important
    }
    
    .px-1 {
        padding-right: .25rem !important
    }
    
    .pb-1,
    .py-1 {
        padding-bottom: .25rem !important
    }
    
    .px-1 {
        padding-left: .25rem !important
    }
    
    .p-2 {
        padding: .5rem !important
    }
    
    .pt-2,
    .py-2 {
        padding-top: .5rem !important
    }
    
    .px-2 {
        padding-right: .5rem !important
    }
    
    .pb-2,
    .py-2 {
        padding-bottom: .5rem !important
    }
    
    .px-2 {
        padding-left: .5rem !important
    }
    
    .p-3 {
        padding: 1rem !important
    }
    
    .pt-3,
    .py-3 {
        padding-top: 1rem !important
    }
    
    .px-3 {
        padding-right: 1rem !important
    }
    
    .pb-3,
    .py-3 {
        padding-bottom: 1rem !important
    }
    
    .px-3 {
        padding-left: 1rem !important
    }
    
    .p-4 {
        padding: 1.5rem !important
    }
    
    .pt-4,
    .py-4 {
        padding-top: 1.5rem !important
    }
    
    .px-4 {
        padding-right: 1.5rem !important
    }
    
    .pb-4,
    .py-4 {
        padding-bottom: 1.5rem !important
    }
    
    .px-4 {
        padding-left: 1.5rem !important
    }
    
    .p-5 {
        padding: 3rem !important
    }
    
    .pt-5,
    .py-5 {
        padding-top: 3rem !important
    }
    
    .px-5 {
        padding-right: 3rem !important
    }
    
    .pb-5,
    .py-5 {
        padding-bottom: 3rem !important
    }
    
    .px-5 {
        padding-left: 3rem !important
    }
    
    .m-n1 {
        margin: -.25rem !important
    }
    
    .mt-n1,
    .my-n1 {
        margin-top: -.25rem !important
    }
    
    .mx-n1 {
        margin-right: -.25rem !important
    }
    
    .my-n1 {
        margin-bottom: -.25rem !important
    }
    
    .ml-n1,
    .mx-n1 {
        margin-left: -.25rem !important
    }
    
    .m-n2 {
        margin: -.5rem !important
    }
    
    .mt-n2,
    .my-n2 {
        margin-top: -.5rem !important
    }
    
    .mx-n2 {
        margin-right: -.5rem !important
    }
    
    .my-n2 {
        margin-bottom: -.5rem !important
    }
    
    .ml-n2,
    .mx-n2 {
        margin-left: -.5rem !important
    }
    
    .m-n3 {
        margin: -1rem !important
    }
    
    .mt-n3,
    .my-n3 {
        margin-top: -1rem !important
    }
    
    .mx-n3 {
        margin-right: -1rem !important
    }
    
    .my-n3 {
        margin-bottom: -1rem !important
    }
    
    .ml-n3,
    .mx-n3 {
        margin-left: -1rem !important
    }
    
    .m-n4 {
        margin: -1.5rem !important
    }
    
    .mt-n4,
    .my-n4 {
        margin-top: -1.5rem !important
    }
    
    .mx-n4 {
        margin-right: -1.5rem !important
    }
    
    .my-n4 {
        margin-bottom: -1.5rem !important
    }
    
    .ml-n4,
    .mx-n4 {
        margin-left: -1.5rem !important
    }
    
    .m-n5 {
        margin: -3rem !important
    }
    
    .mt-n5,
    .my-n5 {
        margin-top: -3rem !important
    }
    
    .mx-n5 {
        margin-right: -3rem !important
    }
    
    .my-n5 {
        margin-bottom: -3rem !important
    }
    
    .ml-n5,
    .mx-n5 {
        margin-left: -3rem !important
    }
    
    .m-auto {
        margin: auto !important
    }
    
    .mt-auto,
    .my-auto {
        margin-top: auto !important
    }
    
    .mx-auto {
        margin-right: auto !important
    }
    
    .my-auto {
        margin-bottom: auto !important
    }
    
    .ml-auto,
    .mx-auto {
        margin-left: auto !important
    }
    
    @media (min-width:576px) {
        .m-sm-0 {
            margin: 0 !important
        }
        .mt-sm-0,
        .my-sm-0 {
            margin-top: 0 !important
        }
        .mx-sm-0 {
            margin-right: 0 !important
        }
        .my-sm-0 {
            margin-bottom: 0 !important
        }
        .ml-sm-0,
        .mx-sm-0 {
            margin-left: 0 !important
        }
        .m-sm-1 {
            margin: .25rem !important
        }
        .mt-sm-1,
        .my-sm-1 {
            margin-top: .25rem !important
        }
        .mx-sm-1 {
            margin-right: .25rem !important
        }
        .my-sm-1 {
            margin-bottom: .25rem !important
        }
        .ml-sm-1,
        .mx-sm-1 {
            margin-left: .25rem !important
        }
        .m-sm-2 {
            margin: .5rem !important
        }
        .mt-sm-2,
        .my-sm-2 {
            margin-top: .5rem !important
        }
        .mx-sm-2 {
            margin-right: .5rem !important
        }
        .my-sm-2 {
            margin-bottom: .5rem !important
        }
        .ml-sm-2,
        .mx-sm-2 {
            margin-left: .5rem !important
        }
        .m-sm-3 {
            margin: 1rem !important
        }
        .mt-sm-3,
        .my-sm-3 {
            margin-top: 1rem !important
        }
        .mx-sm-3 {
            margin-right: 1rem !important
        }
        .my-sm-3 {
            margin-bottom: 1rem !important
        }
        .ml-sm-3,
        .mx-sm-3 {
            margin-left: 1rem !important
        }
        .m-sm-4 {
            margin: 1.5rem !important
        }
        .mt-sm-4,
        .my-sm-4 {
            margin-top: 1.5rem !important
        }
        .mx-sm-4 {
            margin-right: 1.5rem !important
        }
        .my-sm-4 {
            margin-bottom: 1.5rem !important
        }
        .ml-sm-4,
        .mx-sm-4 {
            margin-left: 1.5rem !important
        }
        .m-sm-5 {
            margin: 3rem !important
        }
        .mt-sm-5,
        .my-sm-5 {
            margin-top: 3rem !important
        }
        .mx-sm-5 {
            margin-right: 3rem !important
        }
        .my-sm-5 {
            margin-bottom: 3rem !important
        }
        .ml-sm-5,
        .mx-sm-5 {
            margin-left: 3rem !important
        }
        .p-sm-0 {
            padding: 0 !important
        }
        .pt-sm-0,
        .py-sm-0 {
            padding-top: 0 !important
        }
        .px-sm-0 {
            padding-right: 0 !important
        }
        .pb-sm-0,
        .py-sm-0 {
            padding-bottom: 0 !important
        }
        .px-sm-0 {
            padding-left: 0 !important
        }
        .p-sm-1 {
            padding: .25rem !important
        }
        .pt-sm-1,
        .py-sm-1 {
            padding-top: .25rem !important
        }
        .px-sm-1 {
            padding-right: .25rem !important
        }
        .pb-sm-1,
        .py-sm-1 {
            padding-bottom: .25rem !important
        }
        .px-sm-1 {
            padding-left: .25rem !important
        }
        .p-sm-2 {
            padding: .5rem !important
        }
        .pt-sm-2,
        .py-sm-2 {
            padding-top: .5rem !important
        }
        .px-sm-2 {
            padding-right: .5rem !important
        }
        .pb-sm-2,
        .py-sm-2 {
            padding-bottom: .5rem !important
        }
        .px-sm-2 {
            padding-left: .5rem !important
        }
        .p-sm-3 {
            padding: 1rem !important
        }
        .pt-sm-3,
        .py-sm-3 {
            padding-top: 1rem !important
        }
        .px-sm-3 {
            padding-right: 1rem !important
        }
        .pb-sm-3,
        .py-sm-3 {
            padding-bottom: 1rem !important
        }
        .px-sm-3 {
            padding-left: 1rem !important
        }
        .p-sm-4 {
            padding: 1.5rem !important
        }
        .pt-sm-4,
        .py-sm-4 {
            padding-top: 1.5rem !important
        }
        .px-sm-4 {
            padding-right: 1.5rem !important
        }
        .pb-sm-4,
        .py-sm-4 {
            padding-bottom: 1.5rem !important
        }
        .px-sm-4 {
            padding-left: 1.5rem !important
        }
        .p-sm-5 {
            padding: 3rem !important
        }
        .pt-sm-5,
        .py-sm-5 {
            padding-top: 3rem !important
        }
        .px-sm-5 {
            padding-right: 3rem !important
        }
        .pb-sm-5,
        .py-sm-5 {
            padding-bottom: 3rem !important
        }
        .px-sm-5 {
            padding-left: 3rem !important
        }
        .m-sm-n1 {
            margin: -.25rem !important
        }
        .mt-sm-n1,
        .my-sm-n1 {
            margin-top: -.25rem !important
        }
        .mx-sm-n1 {
            margin-right: -.25rem !important
        }
        .my-sm-n1 {
            margin-bottom: -.25rem !important
        }
        .ml-sm-n1,
        .mx-sm-n1 {
            margin-left: -.25rem !important
        }
        .m-sm-n2 {
            margin: -.5rem !important
        }
        .mt-sm-n2,
        .my-sm-n2 {
            margin-top: -.5rem !important
        }
        .mx-sm-n2 {
            margin-right: -.5rem !important
        }
        .my-sm-n2 {
            margin-bottom: -.5rem !important
        }
        .ml-sm-n2,
        .mx-sm-n2 {
            margin-left: -.5rem !important
        }
        .m-sm-n3 {
            margin: -1rem !important
        }
        .mt-sm-n3,
        .my-sm-n3 {
            margin-top: -1rem !important
        }
        .mx-sm-n3 {
            margin-right: -1rem !important
        }
        .my-sm-n3 {
            margin-bottom: -1rem !important
        }
        .ml-sm-n3,
        .mx-sm-n3 {
            margin-left: -1rem !important
        }
        .m-sm-n4 {
            margin: -1.5rem !important
        }
        .mt-sm-n4,
        .my-sm-n4 {
            margin-top: -1.5rem !important
        }
        .mx-sm-n4 {
            margin-right: -1.5rem !important
        }
        .my-sm-n4 {
            margin-bottom: -1.5rem !important
        }
        .ml-sm-n4,
        .mx-sm-n4 {
            margin-left: -1.5rem !important
        }
        .m-sm-n5 {
            margin: -3rem !important
        }
        .mt-sm-n5,
        .my-sm-n5 {
            margin-top: -3rem !important
        }
        .mx-sm-n5 {
            margin-right: -3rem !important
        }
        .my-sm-n5 {
            margin-bottom: -3rem !important
        }
        .ml-sm-n5,
        .mx-sm-n5 {
            margin-left: -3rem !important
        }
        .m-sm-auto {
            margin: auto !important
        }
        .mt-sm-auto,
        .my-sm-auto {
            margin-top: auto !important
        }
        .mx-sm-auto {
            margin-right: auto !important
        }
        .my-sm-auto {
            margin-bottom: auto !important
        }
        .ml-sm-auto,
        .mx-sm-auto {
            margin-left: auto !important
        }
    }
    
    @media (min-width:768px) {
        .m-md-0 {
            margin: 0 !important
        }
        .mt-md-0,
        .my-md-0 {
            margin-top: 0 !important
        }
        .mx-md-0 {
            margin-right: 0 !important
        }
        .my-md-0 {
            margin-bottom: 0 !important
        }
        .ml-md-0,
        .mx-md-0 {
            margin-left: 0 !important
        }
        .m-md-1 {
            margin: .25rem !important
        }
        .mt-md-1,
        .my-md-1 {
            margin-top: .25rem !important
        }
        .mx-md-1 {
            margin-right: .25rem !important
        }
        .my-md-1 {
            margin-bottom: .25rem !important
        }
        .ml-md-1,
        .mx-md-1 {
            margin-left: .25rem !important
        }
        .m-md-2 {
            margin: .5rem !important
        }
        .mt-md-2,
        .my-md-2 {
            margin-top: .5rem !important
        }
        .mx-md-2 {
            margin-right: .5rem !important
        }
        .my-md-2 {
            margin-bottom: .5rem !important
        }
        .ml-md-2,
        .mx-md-2 {
            margin-left: .5rem !important
        }
        .m-md-3 {
            margin: 1rem !important
        }
        .mt-md-3,
        .my-md-3 {
            margin-top: 1rem !important
        }
        .mx-md-3 {
            margin-right: 1rem !important
        }
        .my-md-3 {
            margin-bottom: 1rem !important
        }
        .ml-md-3,
        .mx-md-3 {
            margin-left: 1rem !important
        }
        .m-md-4 {
            margin: 1.5rem !important
        }
        .mt-md-4,
        .my-md-4 {
            margin-top: 1.5rem !important
        }
        .mx-md-4 {
            margin-right: 1.5rem !important
        }
        .my-md-4 {
            margin-bottom: 1.5rem !important
        }
        .ml-md-4,
        .mx-md-4 {
            margin-left: 1.5rem !important
        }
        .m-md-5 {
            margin: 3rem !important
        }
        .mt-md-5,
        .my-md-5 {
            margin-top: 3rem !important
        }
        .mx-md-5 {
            margin-right: 3rem !important
        }
        .my-md-5 {
            margin-bottom: 3rem !important
        }
        .ml-md-5,
        .mx-md-5 {
            margin-left: 3rem !important
        }
        .p-md-0 {
            padding: 0 !important
        }
        .pt-md-0,
        .py-md-0 {
            padding-top: 0 !important
        }
        .px-md-0 {
            padding-right: 0 !important
        }
        .pb-md-0,
        .py-md-0 {
            padding-bottom: 0 !important
        }
        .px-md-0 {
            padding-left: 0 !important
        }
        .p-md-1 {
            padding: .25rem !important
        }
        .pt-md-1,
        .py-md-1 {
            padding-top: .25rem !important
        }
        .px-md-1 {
            padding-right: .25rem !important
        }
        .pb-md-1,
        .py-md-1 {
            padding-bottom: .25rem !important
        }
        .px-md-1 {
            padding-left: .25rem !important
        }
        .p-md-2 {
            padding: .5rem !important
        }
        .pt-md-2,
        .py-md-2 {
            padding-top: .5rem !important
        }
        .px-md-2 {
            padding-right: .5rem !important
        }
        .pb-md-2,
        .py-md-2 {
            padding-bottom: .5rem !important
        }
        .px-md-2 {
            padding-left: .5rem !important
        }
        .p-md-3 {
            padding: 1rem !important
        }
        .pt-md-3,
        .py-md-3 {
            padding-top: 1rem !important
        }
        .px-md-3 {
            padding-right: 1rem !important
        }
        .pb-md-3,
        .py-md-3 {
            padding-bottom: 1rem !important
        }
        .px-md-3 {
            padding-left: 1rem !important
        }
        .p-md-4 {
            padding: 1.5rem !important
        }
        .pt-md-4,
        .py-md-4 {
            padding-top: 1.5rem !important
        }
        .px-md-4 {
            padding-right: 1.5rem !important
        }
        .pb-md-4,
        .py-md-4 {
            padding-bottom: 1.5rem !important
        }
        .px-md-4 {
            padding-left: 1.5rem !important
        }
        .p-md-5 {
            padding: 3rem !important
        }
        .pt-md-5,
        .py-md-5 {
            padding-top: 3rem !important
        }
        .px-md-5 {
            padding-right: 3rem !important
        }
        .pb-md-5,
        .py-md-5 {
            padding-bottom: 3rem !important
        }
        .px-md-5 {
            padding-left: 3rem !important
        }
        .m-md-n1 {
            margin: -.25rem !important
        }
        .mt-md-n1,
        .my-md-n1 {
            margin-top: -.25rem !important
        }
        .mx-md-n1 {
            margin-right: -.25rem !important
        }
        .my-md-n1 {
            margin-bottom: -.25rem !important
        }
        .ml-md-n1,
        .mx-md-n1 {
            margin-left: -.25rem !important
        }
        .m-md-n2 {
            margin: -.5rem !important
        }
        .mt-md-n2,
        .my-md-n2 {
            margin-top: -.5rem !important
        }
        .mx-md-n2 {
            margin-right: -.5rem !important
        }
        .my-md-n2 {
            margin-bottom: -.5rem !important
        }
        .ml-md-n2,
        .mx-md-n2 {
            margin-left: -.5rem !important
        }
        .m-md-n3 {
            margin: -1rem !important
        }
        .mt-md-n3,
        .my-md-n3 {
            margin-top: -1rem !important
        }
        .mx-md-n3 {
            margin-right: -1rem !important
        }
        .my-md-n3 {
            margin-bottom: -1rem !important
        }
        .ml-md-n3,
        .mx-md-n3 {
            margin-left: -1rem !important
        }
        .m-md-n4 {
            margin: -1.5rem !important
        }
        .mt-md-n4,
        .my-md-n4 {
            margin-top: -1.5rem !important
        }
        .mx-md-n4 {
            margin-right: -1.5rem !important
        }
        .my-md-n4 {
            margin-bottom: -1.5rem !important
        }
        .ml-md-n4,
        .mx-md-n4 {
            margin-left: -1.5rem !important
        }
        .m-md-n5 {
            margin: -3rem !important
        }
        .mt-md-n5,
        .my-md-n5 {
            margin-top: -3rem !important
        }
        .mx-md-n5 {
            margin-right: -3rem !important
        }
        .my-md-n5 {
            margin-bottom: -3rem !important
        }
        .ml-md-n5,
        .mx-md-n5 {
            margin-left: -3rem !important
        }
        .m-md-auto {
            margin: auto !important
        }
        .mt-md-auto,
        .my-md-auto {
            margin-top: auto !important
        }
        .mx-md-auto {
            margin-right: auto !important
        }
        .my-md-auto {
            margin-bottom: auto !important
        }
        .ml-md-auto,
        .mx-md-auto {
            margin-left: auto !important
        }
    }
    
    @media (min-width:992px) {
        .m-lg-0 {
            margin: 0 !important
        }
        .mt-lg-0,
        .my-lg-0 {
            margin-top: 0 !important
        }
        .mx-lg-0 {
            margin-right: 0 !important
        }
        .my-lg-0 {
            margin-bottom: 0 !important
        }
        .ml-lg-0,
        .mx-lg-0 {
            margin-left: 0 !important
        }
        .m-lg-1 {
            margin: .25rem !important
        }
        .mt-lg-1,
        .my-lg-1 {
            margin-top: .25rem !important
        }
        .mx-lg-1 {
            margin-right: .25rem !important
        }
        .my-lg-1 {
            margin-bottom: .25rem !important
        }
        .ml-lg-1,
        .mx-lg-1 {
            margin-left: .25rem !important
        }
        .m-lg-2 {
            margin: .5rem !important
        }
        .mt-lg-2,
        .my-lg-2 {
            margin-top: .5rem !important
        }
        .mx-lg-2 {
            margin-right: .5rem !important
        }
        .my-lg-2 {
            margin-bottom: .5rem !important
        }
        .ml-lg-2,
        .mx-lg-2 {
            margin-left: .5rem !important
        }
        .m-lg-3 {
            margin: 1rem !important
        }
        .mt-lg-3,
        .my-lg-3 {
            margin-top: 1rem !important
        }
        .mx-lg-3 {
            margin-right: 1rem !important
        }
        .my-lg-3 {
            margin-bottom: 1rem !important
        }
        .ml-lg-3,
        .mx-lg-3 {
            margin-left: 1rem !important
        }
        .m-lg-4 {
            margin: 1.5rem !important
        }
        .mt-lg-4,
        .my-lg-4 {
            margin-top: 1.5rem !important
        }
        .mx-lg-4 {
            margin-right: 1.5rem !important
        }
        .my-lg-4 {
            margin-bottom: 1.5rem !important
        }
        .ml-lg-4,
        .mx-lg-4 {
            margin-left: 1.5rem !important
        }
        .m-lg-5 {
            margin: 3rem !important
        }
        .mt-lg-5,
        .my-lg-5 {
            margin-top: 3rem !important
        }
        .mx-lg-5 {
            margin-right: 3rem !important
        }
        .my-lg-5 {
            margin-bottom: 3rem !important
        }
        .ml-lg-5,
        .mx-lg-5 {
            margin-left: 3rem !important
        }
        .p-lg-0 {
            padding: 0 !important
        }
        .pt-lg-0,
        .py-lg-0 {
            padding-top: 0 !important
        }
        .px-lg-0 {
            padding-right: 0 !important
        }
        .pb-lg-0,
        .py-lg-0 {
            padding-bottom: 0 !important
        }
        .px-lg-0 {
            padding-left: 0 !important
        }
        .p-lg-1 {
            padding: .25rem !important
        }
        .pt-lg-1,
        .py-lg-1 {
            padding-top: .25rem !important
        }
        .px-lg-1 {
            padding-right: .25rem !important
        }
        .pb-lg-1,
        .py-lg-1 {
            padding-bottom: .25rem !important
        }
        .px-lg-1 {
            padding-left: .25rem !important
        }
        .p-lg-2 {
            padding: .5rem !important
        }
        .pt-lg-2,
        .py-lg-2 {
            padding-top: .5rem !important
        }
        .px-lg-2 {
            padding-right: .5rem !important
        }
        .pb-lg-2,
        .py-lg-2 {
            padding-bottom: .5rem !important
        }
        .px-lg-2 {
            padding-left: .5rem !important
        }
        .p-lg-3 {
            padding: 1rem !important
        }
        .pt-lg-3,
        .py-lg-3 {
            padding-top: 1rem !important
        }
        .px-lg-3 {
            padding-right: 1rem !important
        }
        .pb-lg-3,
        .py-lg-3 {
            padding-bottom: 1rem !important
        }
        .px-lg-3 {
            padding-left: 1rem !important
        }
        .p-lg-4 {
            padding: 1.5rem !important
        }
        .pt-lg-4,
        .py-lg-4 {
            padding-top: 1.5rem !important
        }
        .px-lg-4 {
            padding-right: 1.5rem !important
        }
        .pb-lg-4,
        .py-lg-4 {
            padding-bottom: 1.5rem !important
        }
        .px-lg-4 {
            padding-left: 1.5rem !important
        }
        .p-lg-5 {
            padding: 3rem !important
        }
        .pt-lg-5,
        .py-lg-5 {
            padding-top: 3rem !important
        }
        .px-lg-5 {
            padding-right: 3rem !important
        }
        .pb-lg-5,
        .py-lg-5 {
            padding-bottom: 3rem !important
        }
        .px-lg-5 {
            padding-left: 3rem !important
        }
        .m-lg-n1 {
            margin: -.25rem !important
        }
        .mt-lg-n1,
        .my-lg-n1 {
            margin-top: -.25rem !important
        }
        .mx-lg-n1 {
            margin-right: -.25rem !important
        }
        .my-lg-n1 {
            margin-bottom: -.25rem !important
        }
        .ml-lg-n1,
        .mx-lg-n1 {
            margin-left: -.25rem !important
        }
        .m-lg-n2 {
            margin: -.5rem !important
        }
        .mt-lg-n2,
        .my-lg-n2 {
            margin-top: -.5rem !important
        }
        .mx-lg-n2 {
            margin-right: -.5rem !important
        }
        .my-lg-n2 {
            margin-bottom: -.5rem !important
        }
        .ml-lg-n2,
        .mx-lg-n2 {
            margin-left: -.5rem !important
        }
        .m-lg-n3 {
            margin: -1rem !important
        }
        .mt-lg-n3,
        .my-lg-n3 {
            margin-top: -1rem !important
        }
        .mx-lg-n3 {
            margin-right: -1rem !important
        }
        .my-lg-n3 {
            margin-bottom: -1rem !important
        }
        .ml-lg-n3,
        .mx-lg-n3 {
            margin-left: -1rem !important
        }
        .m-lg-n4 {
            margin: -1.5rem !important
        }
        .mt-lg-n4,
        .my-lg-n4 {
            margin-top: -1.5rem !important
        }
        .mx-lg-n4 {
            margin-right: -1.5rem !important
        }
        .my-lg-n4 {
            margin-bottom: -1.5rem !important
        }
        .ml-lg-n4,
        .mx-lg-n4 {
            margin-left: -1.5rem !important
        }
        .m-lg-n5 {
            margin: -3rem !important
        }
        .mt-lg-n5,
        .my-lg-n5 {
            margin-top: -3rem !important
        }
        .mx-lg-n5 {
            margin-right: -3rem !important
        }
        .my-lg-n5 {
            margin-bottom: -3rem !important
        }
        .ml-lg-n5,
        .mx-lg-n5 {
            margin-left: -3rem !important
        }
        .m-lg-auto {
            margin: auto !important
        }
        .mt-lg-auto,
        .my-lg-auto {
            margin-top: auto !important
        }
        .mx-lg-auto {
            margin-right: auto !important
        }
        .my-lg-auto {
            margin-bottom: auto !important
        }
        .ml-lg-auto,
        .mx-lg-auto {
            margin-left: auto !important
        }
    }
    
    .nav {
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none
    }
    
    .nav-link {
        display: block;
        padding: .5rem 1rem
    }
    
    .nav-link:focus,
    .nav-link:hover {
        text-decoration: none
    }
    
    .navbar {
        position: relative;
        padding: .5rem 1rem
    }
    
    .navbar,
    .navbar>.container,
    .navbar>.container-fluid {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between
    }
    
    .navbar-brand {
        display: inline-block;
        padding-top: .3125rem;
        padding-bottom: .3125rem;
        margin-right: 1rem;
        font-size: 1.25rem;
        line-height: inherit;
        white-space: nowrap
    }
    
    .navbar-brand:focus,
    .navbar-brand:hover {
        text-decoration: none
    }
    
    .navbar-nav {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none
    }
    
    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }
    
    .navbar-text {
        display: inline-block;
        padding-top: .5rem;
        padding-bottom: .5rem
    }
    
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center
    }
    
    .navbar-toggler {
        padding: .25rem .75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: .25rem
    }
    
    .navbar-toggler:focus,
    .navbar-toggler:hover {
        text-decoration: none
    }
    
    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        content: "";
        background: no-repeat 50%;
        background-size: 100% 100%
    }
    
    @media (max-width:575.98px) {
        .navbar-expand-sm>.container,
        .navbar-expand-sm>.container-fluid {
            padding-right: 0;
            padding-left: 0
        }
    }
    
    @media (min-width:576px) {
        .navbar-expand-sm {
            flex-flow: row nowrap;
            justify-content: flex-start
        }
        .navbar-expand-sm .navbar-nav {
            flex-direction: row
        }
        .navbar-expand-sm .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem
        }
        .navbar-expand-sm>.container,
        .navbar-expand-sm>.container-fluid {
            flex-wrap: nowrap
        }
        .navbar-expand-sm .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }
        .navbar-expand-sm .navbar-toggler {
            display: none
        }
    }
    
    @media (max-width:767.98px) {
        .navbar-expand-md>.container,
        .navbar-expand-md>.container-fluid {
            padding-right: 0;
            padding-left: 0
        }
    }
    
    @media (min-width:768px) {
        .navbar-expand-md {
            flex-flow: row nowrap;
            justify-content: flex-start
        }
        .navbar-expand-md .navbar-nav {
            flex-direction: row
        }
        .navbar-expand-md .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem
        }
        .navbar-expand-md>.container,
        .navbar-expand-md>.container-fluid {
            flex-wrap: nowrap
        }
        .navbar-expand-md .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }
        .navbar-expand-md .navbar-toggler {
            display: none
        }
    }
    
    @media (max-width:991.98px) {
        .navbar-expand-lg>.container,
        .navbar-expand-lg>.container-fluid {
            padding-right: 0;
            padding-left: 0
        }
    }
    
    @media (min-width:992px) {
        .navbar-expand-lg {
            flex-flow: row nowrap;
            justify-content: flex-start
        }
        .navbar-expand-lg .navbar-nav {
            flex-direction: row
        }
        .navbar-expand-lg .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem
        }
        .navbar-expand-lg>.container,
        .navbar-expand-lg>.container-fluid {
            flex-wrap: nowrap
        }
        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }
        .navbar-expand-lg .navbar-toggler {
            display: none
        }
    }
    
    .navbar-expand {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    
    .navbar-expand>.container,
    .navbar-expand>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
    
    .navbar-expand .navbar-nav {
        flex-direction: row
    }
    
    .navbar-expand .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    
    .navbar-expand>.container,
    .navbar-expand>.container-fluid {
        flex-wrap: nowrap
    }
    
    .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    
    .navbar-expand .navbar-toggler {
        display: none
    }
    
    .navbar-light .navbar-brand,
    .navbar-light .navbar-brand:focus,
    .navbar-light .navbar-brand:hover {
        color: rgba(0, 0, 0, .9)
    }
    
    .navbar-light .navbar-nav .nav-link {
        color: rgba(0, 0, 0, .5)
    }
    
    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0, 0, 0, .7)
    }
    
    .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, .5);
        border-color: rgba(0, 0, 0, .1)
    }
    
    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
    }
    
    .navbar-light .navbar-text {
        color: rgba(0, 0, 0, .5)
    }
    
    .navbar-light .navbar-text a,
    .navbar-light .navbar-text a:focus,
    .navbar-light .navbar-text a:hover {
        color: rgba(0, 0, 0, .9)
    }
    
    .navbar-dark .navbar-brand,
    .navbar-dark .navbar-brand:focus,
    .navbar-dark .navbar-brand:hover {
        color: #fff
    }
    
    .navbar-dark .navbar-nav .nav-link {
        color: hsla(0, 0%, 100%, .5)
    }
    
    .navbar-dark .navbar-nav .nav-link:focus,
    .navbar-dark .navbar-nav .nav-link:hover {
        color: hsla(0, 0%, 100%, .75)
    }
    
    .navbar-dark .navbar-nav .nav-link.disabled {
        color: hsla(0, 0%, 100%, .25)
    }
    
    .navbar-dark .navbar-nav .active>.nav-link,
    .navbar-dark .navbar-nav .nav-link.active,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .show>.nav-link {
        color: #fff
    }
    
    .navbar-dark .navbar-toggler {
        color: hsla(0, 0%, 100%, .5);
        border-color: hsla(0, 0%, 100%, .1)
    }
    
    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
    }
    
    .navbar-dark .navbar-text {
        color: hsla(0, 0%, 100%, .5)
    }
    
    .navbar-dark .navbar-text a,
    .navbar-dark .navbar-text a:focus,
    .navbar-dark .navbar-text a:hover {
        color: #fff
    }
    
    .text-monospace {
        font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
    }
    
    .text-justify {
        text-align: justify !important
    }
    
    .text-wrap {
        white-space: normal !important
    }
    
    .text-nowrap {
        white-space: nowrap !important
    }
    
    .text-truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    
    .text-left {
        text-align: left !important
    }
    
    .text-right {
        text-align: right !important
    }
    
    .text-center {
        text-align: center !important
    }
    
    @media (min-width:576px) {
        .text-sm-left {
            text-align: left !important
        }
        .text-sm-right {
            text-align: right !important
        }
        .text-sm-center {
            text-align: center !important
        }
    }
    
    @media (min-width:768px) {
        .text-md-left {
            text-align: left !important
        }
        .text-md-right {
            text-align: right !important
        }
        .text-md-center {
            text-align: center !important
        }
    }
    
    @media (min-width:992px) {
        .text-lg-left {
            text-align: left !important
        }
        .text-lg-right {
            text-align: right !important
        }
        .text-lg-center {
            text-align: center !important
        }
    }
    
    @media (min-width:1200px) {
        .text-xl-left {
            text-align: left !important
        }
        .text-xl-right {
            text-align: right !important
        }
        .text-xl-center {
            text-align: center !important
        }
    }
    
    .text-lowercase {
        text-transform: lowercase !important
    }
    
    .text-uppercase {
        text-transform: uppercase !important
    }
    
    .text-capitalize {
        text-transform: capitalize !important
    }
    
    .font-weight-light {
        font-weight: 300 !important
    }
    
    .font-weight-lighter {
        font-weight: lighter !important
    }
    
    .font-weight-normal {
        font-weight: 400 !important
    }
    
    .font-weight-bold {
        font-weight: 700 !important
    }
    
    .font-weight-bolder {
        font-weight: bolder !important
    }
    
    .font-italic {
        font-style: italic !important
    }
    
    .text-white {
        color: #fff !important
    }
    
    .text-primary {
        color: #007bff !important
    }
    
    a.text-primary:focus,
    a.text-primary:hover {
        color: #0056b3 !important
    }
    
    .text-secondary {
        color: #6c757d !important
    }
    
    a.text-secondary:focus,
    a.text-secondary:hover {
        color: #494f54 !important
    }
    
    .text-success {
        color: #28a745 !important
    }
    
    a.text-success:focus,
    a.text-success:hover {
        color: #19692c !important
    }
    
    .text-info {
        color: #17a2b8 !important
    }
    
    a.text-info:focus,
    a.text-info:hover {
        color: #0f6674 !important
    }
    
    .text-warning {
        color: #ffc107 !important
    }
    
    a.text-warning:focus,
    a.text-warning:hover {
        color: #ba8b00 !important
    }
    
    .text-danger {
        color: #dc3545 !important
    }
    
    a.text-danger:focus,
    a.text-danger:hover {
        color: #a71d2a !important
    }
    
    .text-light {
        color: #f8f9fa !important
    }
    
    a.text-light:focus,
    a.text-light:hover {
        color: #cbd3da !important
    }
    
    .text-dark {
        color: #343a40 !important
    }
    
    a.text-dark:focus,
    a.text-dark:hover {
        color: #121416 !important
    }
    
    .text-body {
        color: #212529 !important
    }
    
    .text-muted {
        color: #6c757d !important
    }
    
    .text-black-50 {
        color: rgba(0, 0, 0, .5) !important
    }
    
    .text-white-50 {
        color: hsla(0, 0%, 100%, .5) !important
    }
    
    .text-hide {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0
    }
    
    .text-decoration-none {
        text-decoration: none !important
    }
    
    .text-break {
        word-break: break-word !important;
        overflow-wrap: break-word !important
    }
    
    .text-reset {
        color: inherit !important
    }
    
    .position-static {
        position: static !important
    }
    
    .position-relative {
        position: relative !important
    }
    
    .position-absolute {
        position: absolute !important
    }
    
    .position-fixed {
        position: fixed !important
    }
    
    .position-sticky {
        position: -webkit-sticky !important;
        position: sticky !important
    }
    
    .fixed-top {
        top: 0
    }
    
    .fixed-bottom,
    .fixed-top {
        position: fixed;
        right: 0;
        left: 0;
        z-index: 1030
    }
    
    .fixed-bottom {
        bottom: 0
    }
    
    @supports ((position:-webkit-sticky) or (position:sticky)) {
        .sticky-top {
            position: -webkit-sticky;
            position: sticky;
            top: 0;
            z-index: 1020
        }
    }
    
    .w-25 {
        width: 25% !important
    }
    
    .w-50 {
        width: 50% !important
    }
    
    .w-75 {
        width: 75% !important
    }
    
    .w-100 {
        width: 100% !important
    }
    
    .w-auto {
        width: auto !important
    }
    
    .h-25 {
        height: 25% !important
    }
    
    .h-50 {
        height: 50% !important
    }
    
    .h-75 {
        height: 75% !important
    }
    
    .h-100 {
        height: 100% !important
    }
    
    .h-auto {
        height: auto !important
    }
    
    .mw-100 {
        max-width: 100% !important
    }
    
    .mh-100 {
        max-height: 100% !important
    }
    
    .min-vw-100 {
        min-width: 100vw !important
    }
    
    .min-vh-100 {
        min-height: 100vh !important
    }
    
    .vw-100 {
        width: 100vw !important
    }
    
    .vh-100 {
        height: 100vh !important
    }
    
    .float-left {
        float: left !important
    }
    
    .float-right {
        float: right !important
    }
    
    .float-none {
        float: none !important
    }
    
    @media (min-width:576px) {
        .float-sm-left {
            float: left !important
        }
        .float-sm-right {
            float: right !important
        }
        .float-sm-none {
            float: none !important
        }
    }
    
    @media (min-width:768px) {
        .float-md-left {
            float: left !important
        }
        .float-md-right {
            float: right !important
        }
        .float-md-none {
            float: none !important
        }
    }
    
    @media (min-width:992px) {
        .float-lg-left {
            float: left !important
        }
        .float-lg-right {
            float: right !important
        }
        .float-lg-none {
            float: none !important
        }
    }
    
    @media (min-width:1200px) {
        .float-xl-left {
            float: left !important
        }
        .float-xl-right {
            float: right !important
        }
        .float-xl-none {
            float: none !important
        }
    }
    
    .fade {
        transition: opacity .15s linear
    }
    
    @media (prefers-reduced-motion:reduce) {
        .fade {
            transition: none
        }
    }
    
    .fade:not(.show) {
        opacity: 0
    }
    
    .collapse:not(.show) {
        display: none
    }
    
    .collapsing {
        position: relative;
        height: 0;
        overflow: hidden;
        transition: height .35s ease
    }
    
    @media (prefers-reduced-motion:reduce) {
        .collapsing {
            transition: none
        }
    }
    
    @font-face {
        font-family: Didot;
        src: url(../fonts/DidotLTPro-Roman.woff) format("opentype");
        font-weight: 400;
        font-style: normal
    }
    
    .bg-grey {
        background-color: #f8f8f8
    }
    
    .bg-black {
        background-color: #000
    }
    
    html {
        scroll-behavior: smooth
    }
    
    body {
        font-family: Lato, sans-serif;
        font-size: 20px;
        font-weight: 500;
        color: #000
    }
    
    img {
        max-width: 100%
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: #000;
        font-size: 30px;
        margin-bottom: 3rem;
        position: relative
    }
    
    h1.line:after,
    h2.line:after,
    h3.line:after,
    h4.line:after,
    h5.line:after,
    h6.line:after {
        content: "";
        position: absolute;
        display: block;
        background-image: url(/img/line.svg);
        bottom: -30px;
        left: 50%;
        width: 70vw;
        height: 30px;
        background-size: contain;
        background-repeat: no-repeat;
        transform: translateX(-50%)
    }
    
    h1.line.left:after,
    h2.line.left:after,
    h3.line.left:after,
    h4.line.left:after,
    h5.line.left:after,
    h6.line.left:after {
        left: 0;
        transform: translateX(0)
    }
    
    .navbar {
        width: 100%;
        top: 0;
        z-index: 999
    }
    
    .container {
        max-width: 90%
    }
    
    nav {
        background-color: #fff
    }
    
    nav .navbar-brand {
        padding: 0
    }
    
    nav .navbar-brand svg {
        width: 150px
    }
    
    nav .nav-item a {
        text-transform: uppercase;
        color: #000 !important
    }
    
    .slider {
        margin-top: 62px
    }
    
    .slider .desktop {
        display: none;
        position: relative
    }
    
    .slider .desktop img {
        width: 100%
    }
    
    .slider .desktop .slider__text {
        position: absolute;
        top: 0;
        right: 0;
        left: 0
    }
    
    .slider .desktop .slider__text a,
    .slider .desktop .slider__text a img {
        width: 100%
    }
    
    .slider .mobile {
        display: block
    }
    
    @media (min-width:768px) {
        .slider .desktop {
            display: block
        }
        .slider .mobile {
            display: none
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-size: 50px
        }
        h1.line:after,
        h2.line:after,
        h3.line:after,
        h4.line:after,
        h5.line:after,
        h6.line:after {
            width: 20vw
        }
    }
    
    .product-gred img {
        max-width: 100%
    }
    
    footer,
    footer h2,
    footer h3 {
        color: #fff !important
    }
    
    footer h2,
    footer h3 {
        font-size: 20px;
        margin-bottom: .5rem;
        font-family: Lato, sans-serif
    }
    
    footer ul {
        margin: 0;
        padding: 0
    }
    
    footer ul li {
        float: left;
        margin-left: 30px
    }
    
    footer ul li a {
        color: #fff !important
    }
    
    footer .copy {
        font-weight: 100;
        text-transform: uppercase
    }
    
    .product_image {
        position: relative
    }
    
    .product_image .second_image {
        opacity: 0;
        transition: all 1s;
        z-index: 99;
        position: absolute;
        width: auto;
        max-height: 100%;
        left: 0
    }
    
    .opacity_visible {
        opacity: 1 !important
    }
    
    .logo {
        max-height: 40px;
    }
    
    a.navbar-brand {
        display: contents;
    }
    
    @media screen and (max-width: 390px) {
        .logo {
            max-height: 25px;
        }
    }

@media screen and (max-width: 1200px) {
    .navbar-nav {
        margin-left: 0 !important;
    }
    .navbar {
        padding: 8px 0px !important;
    }
    .navbar .container {
        margin: 0 !important;
    }
}

@media screen and (max-width: 1100px) {
    .nav-link {
        font-size: 17px;
    }
}

@media screen and (min-width: 993px) {
    nav .nav-item {
        margin: 0 10px;
    }
}

@media screen and (max-width: 992px) {
    .navbar-nav {
        margin-left: auto !important;
    }
    .navbar {
        padding: 8px 48px !important;
    }
    .navbar .container {
        margin: 0 auto !important;
    }
    .nav-link {
        font-size: 20px;
    }
    nav .nav-item {
        margin: 0px;
    }
}

.stepByStep .row .col-12 {
    display: flex;
    justify-content: center;
}

.slick-prev:before,
.slick-next:before {
    color: #ec9eab !important;
}

.socialMedia {
    display: flex;
    justify-content: center;
}

.jetzt-shoppen {
    padding: 10px 20px;
    text-decoration: none;
    color: white;
    background-color: #744A44;
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
}

.jetzt-shoppen:hover {
    text-decoration: none;
    color: #744A44;
    background-color: white;
    border: 1px solid #744A44;
}

#starterSet {
    margin-bottom: 50px;
}

#starterSet img,
#collectionSet img {
    margin-bottom: 20px;
}

#movie {
    text-align: center;
}

@media screen and (max-width: 575px) {
    #movie iframe {
        width: 100%;
        height: 200px;
    }
}

@media screen and (min-width: 576px) {
    #movie iframe {
        width: 80%;
        height: 300px;
    }
}

@media screen and (min-width: 768px) {
    #movie iframe {
        height: 400px;
    }
}

@media screen and (min-width: 992px) {
    #movie iframe {
        height: 500px;
    }
}

@media screen and (min-width: 1200px) {
    #movie iframe {
        height: 600px;
    }
}