@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'NeueMachinaLight';
    src: url('../fonts/NeueMachinaLight.eot');
    src: url('../fonts/NeueMachinaLight.eot') format('embedded-opentype'),
         url('../fonts/NeueMachinaLight.woff2') format('woff2'),
         url('../fonts/NeueMachinaLight.woff') format('woff'),
         url('../fonts/NeueMachinaLight.ttf') format('truetype'),
         url('../fonts/NeueMachinaLight.svg#NeueMachinaLight') format('svg');
}

@font-face {
    font-family: 'NeueMachinaRegular';
    src: url('../fonts/NeueMachinaRegular.eot');
    src: url('../fonts/NeueMachinaRegular.eot') format('embedded-opentype'),
         url('../fonts/NeueMachinaRegular.woff2') format('woff2'),
         url('../fonts/NeueMachinaRegular.woff') format('woff'),
         url('../fonts/NeueMachinaRegular.ttf') format('truetype'),
         url('../fonts/NeueMachinaRegular.svg#NeueMachinaRegular') format('svg');
}

@font-face {
    font-family: 'NeueMachinaUltrabold';
    src: url('../fonts/NeueMachinaUltrabold.eot');
    src: url('../fonts/NeueMachinaUltrabold.eot') format('embedded-opentype'),
         url('../fonts/NeueMachinaUltrabold.woff2') format('woff2'),
         url('../fonts/NeueMachinaUltrabold.woff') format('woff'),
         url('../fonts/NeueMachinaUltrabold.ttf') format('truetype'),
         url('../fonts/NeueMachinaUltrabold.svg#NeueMachinaUltrabold') format('svg');
}

body {
    font-family: "Montserrat", sans-serif !important;
    background: url(../img/pattern.svg) center top 83px no-repeat !important;
    background-size: 100% !important;
}

select,
button,
a,
input,
textarea,
img {
    outline: none !important;
    box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-family: 'NeueMachinaRegular', sans-serif !important;
}

a,
button {
    text-decoration: none !important;
    transition: .3s all !important;
}

img {
    max-width: 100% !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
}

#top {
    position: absolute;
    top: 0;
}

.nav-up {
    top: -200px;
}

header {
    position: fixed;
    top: 0;
    transition: .3s;
    width: 100%;
    z-index: 99;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, .8);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

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

header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

header ul li {
    margin: 0 2rem;
    font-size: 13px;
    font-weight: 500;
}

header a {
    color: black;
}

header a:hover {
    color: #0660C7;
}

header .col div:first-child {
    display: inline-flex;
    align-items: center;
}

header .d-xl-none {
    margin-right: 1.5rem;
    background: #F5F7F9;
    padding: .75rem;
    font-size: .75rem;
    border-radius: .5rem;
    display: flex;
    align-items: center;
}

header .d-xl-none img {
    margin-right: .5rem;
}

header .col div:last-child {
    display: flex;
    align-items: center;
}

header .col div:last-child a {
    font-size: 1.5rem;
    font-weight: 500;
}

header button {
    padding: 10px;
    background: #F5F7F9;
    border: 0;
    border-radius: 6px;
    font-size: 12px;
    color: black;
    display: flex;
    align-items: center;
    margin-left: 40px;
}

header button img {
    margin-right: .5rem;
}

header button:hover {
    background: #f1f1f1;
}

main {
    margin-top: 140px;
}

.block__1 {
    text-align: center;
    position: relative;
    overflow-x: hidden;
}

.block__1 .col {
    overflow-x: hidden;
    position: relative;
    padding-top: 71px;
    padding-bottom: 10px;
}

.block__1 h1 {
    font-size: 60px;
}

.block__1 h4 {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 500 !important;
    font-size: 20px;
    margin: 1.5rem 0 4.3rem 0;
}

.block__1 button {
    padding: 1.5rem 2rem;
    background: #0660C7;
    color: white;
    font-size: 1rem;
    font-weight: 500;
    border-radius: .5rem;
    display: inline-flex;
    align-items: center;
    border: 0;
}

.block__1 button img {
    margin-left: 10px;
}

.block__1 button:hover {
    background: #003470;
}

.block__1 > picture {
    position: absolute;
    width: 100%;
    top: 0;
}

.train__left {
    left: -60%;
    animation: train__left__animation 3s ease-in-out forwards;
}

.train__right {
    right: -60%;
    animation: train__right__animation 3s ease-in-out forwards;
}

@keyframes train__left__animation {
    0% {
        left: -100%;
    }
    100% {
        left: -60%;
    }
}

@keyframes train__right__animation {
    0% {
        right: -100%;
    }
    100% {
        right: -60%;
    }
}

.block__2 {
    margin-top: 3.5rem;
    font-size: 1.5rem;
    font-family: 'NeueMachinaRegular';
}

.block__2 .col-xl-3 > div {
    background: #F5F7F9;
    height: 100%;
    padding: 1.5rem 1.5rem .5rem 1.5rem;
    border-radius: 1.5rem;
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
}

.block__2 .col-xl-3 > div div {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.block__2 picture {
    width: 8.5rem;
    height: 8.5rem;
    border-radius: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 1.375rem;
}

.block__2 picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.block__2 button {
    font-family: "Montserrat", sans-serif !important;
    font-size: .75rem;
    padding: .75rem 1rem;
    background: transparent;
    border: 1px solid #0660C7;
    color: #0660C7;
    border-radius: .5rem;
    margin-top: 1.375rem;
}

.block__2 button:hover {
    background: #0660C7;
    color: white;
}

.offcanvas ul {
    margin: .75rem 1.5rem;
    padding: 0;
    font-size: 1.3rem;
    list-style: none;
}

.offcanvas ul li {
    margin: .75rem;
}

.offcanvas .col a {
    color: black;
}

.offcanvas .col div:last-child {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 1.5rem;
    font-size: 2rem;
}

.offcanvas .col div:last-child a {
    color: #0660C7;
}

.offcanvas .col div:last-child button {
    font-size: 1rem;
    padding: .75rem;
    border: 0;
    background: #F5F7F9;
    margin-top: 1.5rem;
    border-radius: .5rem;
}

.offcanvas .col div:last-child button img {
    margin-right: .5rem;
}

.offcanvas .close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
}

.train_mobile {
    height: 200px;
    margin: 1.5rem 0;
    position: relative;
    width: calc(100% + 1.5rem);
    margin-left: -.75rem;
    text-align: start;
}

.train_mobile picture {
    position: absolute;
    width: 90%;
    height: 200px;
    left: 0;
    animation: train__left__animation_mobile 3s ease-in-out forwards;
}

@keyframes train__left__animation_mobile {
    0% {
        left: -100%;
    }
    100% {
        left: 0;
    }
}

.train_mobile picture img {
    object-fit: cover !important;
    object-position: center right;
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    right: 0 !important;
}

.block__3 {
    margin-top: 5rem;
}

.block__3 .row {
    align-items: center;
    justify-content: space-between;
}

.block__3 .col-12 {
    text-align: center;
}

.block__3 h2 {
    font-size: 2rem;
    margin-bottom: 3.5rem;
}

.block__3 p {
    font-size: 1rem;
    line-height: 160%;
    margin: 0 0 1rem 0;
}

.block__3 h5 {
    font-size: 1.5rem;
    font-family: 'NeueMachinaLight', sans-serif !important;
    margin: 1.5rem 0;
}

.block__4 {
    margin-top: 5rem;
}

.block__4 h2 {
    font-size: 2rem;
    margin-bottom: 3rem;
}

.block__4 .col-12 {
    text-align: center;
}

.block__4 picture {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    overflow: hidden;
    z-index: 1;
}

.block__4 picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.block__4 .row .col-lg-4 > div {
    position: relative;
    align-items: end;
    display: flex;
    margin-bottom: 1.5rem;
}

.block__4 .row .col-lg-4 > div div {
    position: relative;
    z-index: 2;
    width: 100%;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(16px);
    background-color: rgba(0, 0, 0, .4);
    margin: 1rem;
    padding: .75rem 1rem;
    border-radius: .5rem;
    color: white;
    font-size: 1rem;
    font-weight: 500;
}

.block__4 .order-1 > div,
.block__4 .order-2 > div {
    height: 200px;
}

.block__4 .order-3 > div:first-child {
    height: 318px;
}

.block__4 .order-3 > div:last-child {
    background: #F5F7F9;
    height: 82px;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.block__5 {
    margin-top: 5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: #F5F7F9;
}

.block__5 .col-12 {
    text-align: center;
}

.block__5 h2 {
    font-size: 2rem;
    margin-bottom: 3rem;
}

.block__5 .col-lg-3 > div {
    background: #E5ECF4;
    border-radius: 1rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.block__5 .col-lg-3 > div > div {
    display: flex;
    flex-direction: column;
}

.block__5 .col-lg-3 div button {
    padding: .5rem 1rem;
    font-size: .75rem;
    margin-top: 1rem;
}

.block__5 .col-lg-3 div img {
    margin-bottom: 1.5rem;
    flex-shrink: 0;
}

.block__5 button {
    padding: 1.5rem 2rem;
    background: #0660C7;
    color: white;
    font-size: 1rem;
    font-weight: 500;
    border-radius: .5rem;
    display: inline-flex;
    align-items: center;
    border: 0;
    margin-top: 1.5rem;
}

.block__5 button img {
    margin-left: 10px;
}

.block__5 button:hover {
    background: #003470;
}

.block__6 {
    margin-top: 5rem;
}

.block__6 .col-12 {
    text-align: center;
}

.block__6 h2 {
    font-size: 2rem;
    margin-bottom: 3rem;
}

.block__6 .col-lg-3 {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
    font-size: 1rem;
    font-weight: 500;
}

.block__6 .col-lg-3 img {
    margin-bottom: 2rem;
}

.block__7 {
    margin-top: 5rem;
}

.block__7 .col-12 {
    text-align: center;
}

.block__7 h2 {
    font-size: 2rem;
    margin-bottom: 3rem;
}

.block__7 .col-lg-6 > div,
.block__7 .col-lg-4 > div {
    background: #E6EFF9;
    padding: 2rem;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
}

.block__7 .col-lg-6 > div div {
    padding: 0;
}

.block__7 span {
    font-size: 3rem;
    font-family: 'NeueMachinaLight', sans-serif;
    color: #0660C7;
    display: block;
    margin-bottom: 2rem;
}

.block__7 p {
    font-size: 1rem;
    line-height: 160%;
    margin: 1rem 0 0 0;
}

.block__7 p strong {
    font-size: 1.5rem;
    font-weight: 400 !important;
}

.block__8 {
    margin-top: 5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: #F5F7F9;
}

.block__8 .row {
    align-items: center;
}

.block__8 .col-lg-5 img {
    width: 100% !important;
}

.block__8 h2 {
    font-size: 2rem;
    margin-bottom: 3rem;
}

.block__8 p {
    font-size: 1rem;
    margin: 0 0 3rem 0;
}

.block__8 p strong {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 500 !important;
}

.block__8 button {
    padding: 1.5rem 2rem;
    background: #0660C7;
    color: white;
    font-size: 1rem;
    font-weight: 500;
    border-radius: .5rem;
    display: inline-flex;
    align-items: center;
    border: 0;
}

.block__8 button img {
    margin-left: 10px;
}

.block__8 button:hover {
    background: #003470;
}

.block__9 {
    margin-top: 5rem;
}

.block__9 .row {
    align-items: center;
}

.block__9 .row > div:first-child img {
    width: calc(100% - 43px) !important;
    border-radius: 1rem;
}

.block__9 h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
}

.block__9 p {
    font-size: 1rem;
    line-height: 160%;
    margin: 0 0 2rem 0;
}

.block__9 button {
    padding: 1.5rem 2rem;
    background: transparent;
    color: black;
    font-size: 1rem;
    font-weight: 500;
    border-radius: .5rem;
    display: inline-flex;
    align-items: center;
    border: 1px solid #AFC3D9;
}

.block__9 button img {
    margin-left: 10px;
}

.block__9 button:hover {
    border-color: black;
}

.block__10 {
    margin-top: 5rem;
}

.block__10 .col-12 {
    text-align: center;
}

.block__10 h2 {
    font-size: 2rem;
    margin-bottom: 3rem;
}

.block__10 .col-lg-4 {
    margin-bottom: 5rem;
}

.block__10 .col-lg-4 > div {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.block__10 .col-lg-4 > div > div:first-child {
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.block__10 .col-lg-4 > div > div:first-child img {
    margin-right: 1.5rem;
}

.block__10 .col-lg-4 > div > div:last-child {
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    padding-left: calc(40px + 1.5rem);
}

.block__10 .col-lg-4 > div > div:last-child a,
.block__10 .col-lg-4 > div > div:last-child span {
    font-size: 1.5rem;
    font-weight: 500;
}

.block__10 a {
    color: black;
}

.block__10 a:hover {
    color: #0660C7;
}

footer .container-fluid {
    background: #003470;
    padding-top: 5rem;
}

footer .container-fluid a {
    color: white;
}

footer .container-fluid a:hover {
    color: #0660C7;
}

footer ul {
    list-style: none;
    margin: 1.5rem 0 0 0;
    padding: 0;
    font-size: 1rem;
}

footer li {
    margin-bottom: 1rem;
}

footer b {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, .3);
    font-family: 'NeueMachinaRegular', sans-serif !important;
}

footer .soc {
    display: flex;
    margin-top: 2rem;
}

footer .soc picture {
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    transition: .3s all;
}

footer .soc picture:hover {
    border-color: white;
}

.cpy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .75rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-top: 1px solid rgba(255, 255, 255, .3);
    margin-top: 2rem;
    color: white;
}

@media (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1300px;
    }
}

@media (max-width: 1400px) {
    header ul li {
        margin: 0 1.5rem;
    }

    header .col div:last-child a {
        font-size: 1.3rem;
        font-weight: 500;
    }

    .train__left {
        left: -75%;
    }
    
    .train__right {
        right: -75%;
    }
    
    @keyframes train__left__animation {
        0% {
            left: -100%;
        }
        100% {
            left: -75%;
        }
    }
    
    @keyframes train__right__animation {
        0% {
            right: -100%;
        }
        100% {
            right: -75%;
        }
    }

    .block__2 {
        margin-top: 3.5rem;
        font-size: 1.2rem;
        font-family: 'NeueMachinaRegular';
    }
}

@media (max-width: 1200px) {
    header {
        padding-top: .75rem;
        padding-bottom: .75rem;
    }
}

@media (max-width: 992px) {
    .train__left {
        left: -85%;
    }
    
    .train__right {
        right: -85%;
    }
    
    @keyframes train__left__animation {
        0% {
            left: -100%;
        }
        100% {
            left: -85%;
        }
    }
    
    @keyframes train__right__animation {
        0% {
            right: -100%;
        }
        100% {
            right: -85%;
        }
    }

    .block__4 .order-3 > div:first-child {
        height: 200px;
    }

    .block__8 .col-lg-5 img {
        margin-bottom: 3rem;
    }

    .block__9 .row > div:first-child img {
        width: 100% !important;
        margin-bottom: 2rem;
    }
}

@media (max-width: 768px) {
    main {
        margin-top: 90px;
    }
    
    .block__1 .col {
        padding-top: 0;
        padding-bottom: 0;
    }

    .block__2 .col-xl-3 > div {
        padding: 1.5rem;
        flex-direction: row;
        align-items: center;
    }

    .block__2 picture {
        width: 5rem;
        height: 5rem;
        margin: 0 1.5rem 0 0;
    }

    .block__2 button {
        margin-top: .5rem;
        padding: .375rem .75rem;
        border-radius: .375rem;
    }

    .cpy {
        flex-direction: column;
    }

    .cpy div {
        margin-top: 1rem;
    }

}

@media (max-width: 576px) {
    header .d-xl-none {
        font-size: 0;
    }

    header button {
        font-size: 0;
    }

    header .d-xl-none img,
    header button img {
        margin: 0;
    }

    .block__1 h1 {
        font-size: 45px;
    }

    .block__1 h4 {
        margin: .5rem 0 1.5rem 0;
    }

    .block__3 .col-12,
    .block__4 .col-12 {
        text-align: start;
    }

    .block__3 h2,
    .block__4 h2,
    .block__5 h2,
    .block__6 h2,
    .block__7 h2,
    .block__8 h2 {
        margin-bottom: 2rem;
    }

    .block__9 h2 {
        margin-bottom: 1rem;
    }

    .block__3 img {
        margin-top: 1.5rem;
    }

    .block__5 .col-lg-3 > div {
        padding: 1.5rem;
        flex-direction: column;
        align-items: center;
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    .block__5 .col-lg-3 > div > div {
        flex-direction: row;
        align-items: center;
        width: 100%;
    }

    .block__5 .col-lg-3 > div button {
        margin-top: 2rem;
    }

    .block__5 .col-lg-3 div picture {
        width: 100px !important;
        flex-shrink: 0;
    }

    .block__5 .col-lg-3 div picture img {
        margin: 0;
    }

    .block__6 .col-lg-3 {
        text-align: center;
        display: flex;
        flex-direction: column;
        margin-bottom: 1.5rem;
        font-size: .9rem;
        font-weight: 500;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .block__6 .col-lg-3 img {
        margin-bottom: .75rem;
    }

    .block__7 .col-lg-6 > div,
    .block__7 .col-lg-4 > div {
        padding: 1.5rem;
        display: flex;
    }
    
    .block__7 span {
        font-size: 2.5rem;
        margin: 0 1.5rem 0 0;
        width: 55px;
    }
    
    .block__7 p {
        font-size: .75rem;
        margin: .5rem 0 0 0;
    }
    
    .block__7 p strong {
        font-size: 1rem;
    }
}