.m-mosaic {
    background: #eff2f4;
    padding: 60px 0;
    height: 1090px;
    overflow: hidden;
    margin-bottom: 80px;
}
.m-mosaic--dark{
    background: #002A3F;
}

.m-mosaic a:hover {
    text-decoration: none;
}

.m-mosaic--dark .m-link {
    color: #fff;
}
.m-mosaic--dark .m-link::after {
    background-image: url("../../../assets/images/icons/arrow-white.svg");
}
.m-mosaic--dark .m-link:before {
    background: #fff;
    left: 0;
    z-index: 1;
}
.m-mosaic--dark .m-link:hover {
    color: #fff;
    cursor: pointer !important;
}

.m-mosaic h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 52px;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}
.m-mosaic--dark h2,
.m-mosaic--dark p {
    color: #fff;
}

.m-mosaic p {
    color: #002A3F;
}

.m-mosaic__text {
    margin-bottom: 40px;
    height: 248px;
    width: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mosaic-container {
    position: relative;
    padding: unset;
}

.m-mosaic__image--1 img,
.m-mosaic__image--2 img,
.m-mosaic__image--3 img,
.m-mosaic__image--4 img,
.m-mosaic__image--5 img,
.m-mosaic__image--6 img {
    width: 100%;
}

.m-mosaic__image--1 {
    position: relative;
    width: 704px;
    height: 384px;
    background-size: cover;
}

.m-mosaic__image--1 a {
    position: absolute;
    bottom: 0px;
    background-color: #002a3f;
    color: #ffffff !important;
    padding: 5px;
    margin: unset;
    right: 0;
    cursor: pointer;
}

.m-mosaic__image--1::before {
    position: absolute;
    background-color: #ffffff;
    content: "";
    width: 104px;
    height: 96px;
    bottom: -96px;
    left: 96px;
}

.m-mosaic__image--1::after {
    position: absolute;
    background-color: #005187;
    content: "";
    width: 104px;
    height: 96px;
    bottom: 0px;
    right: -104px;
}

.m-mosaic__image--2 {
    position: absolute;
    left: 200px;
    width: 208px;
    height: 192px;
    background-size: cover;
}

.m-mosaic__image--2 a {
    position: absolute;
    bottom: 0px;
    background-color: #002a3f;
    color: #ffffff !important;
    padding: 5px;
    margin: unset;
    left: 0;
}

.m-mosaic__image--2::before {
    position: absolute;
    background-color: #005187;
    content: "";
    width: 104px;
    height: 96px;
    bottom: -96px;
    left: 104px;
}
.m-mosaic__image--2::after {
    position: absolute;
    background-color: #ffffff;
    content: "";
    width: 104px;
    height: 96px;
    bottom: -96px;
    left: 208px;
}

.m-mosaic__image--3 {
    position: absolute;
    left: 704px;
    top: 0px;
    width: 312px;
    height: 288px;
    background-size: cover;
}

.m-mosaic__image--3 a {
    position: absolute;
    bottom: 0px;
    background-color: #002a3f;
    color: #ffffff !important;
    padding: 5px;
    margin: unset;
    left: 0;
}

.m-mosaic__image--3::before {
    position: absolute;
    background-color: #ffffff;
    content: "";
    width: 104px;
    height: 96px;
    left: 312px;
}

.m-mosaic__image--3::after {
    position: absolute;
    background-color: #ffffff;
    content: "";
    width: 104px;
    height: 96px;
    left: 520px;
}

.m-mosaic__image--4 {
    position: absolute;
    left: 615px;
    bottom: -192px;
    width: 416px;
    height: 192px;
    background-size: cover;
}

.m-mosaic__image--4 a {
    position: absolute;
    bottom: 0px;
    background-color: #002a3f;
    color: #ffffff !important;
    padding: 5px;
    margin: unset;
    left: 0;
}

.m-mosaic__image--4::before {
    position: absolute;
    background-color: #83d0f5;
    content: "";
    width: 104px;
    height: 96px;
    left: -104px;
    bottom: 0px;
}

.m-mosaic__image--5 {
    position: absolute;
    top: 288px;
    left: 808px;
    width: 208px;
    height: 192px;
    background-size: cover;
}

.m-mosaic__image--5 a {
    position: absolute;
    bottom: 0px;
    background-color: #002a3f;
    color: #ffffff !important;
    padding: 5px;
    margin: unset;
    left: 0;
}

.m-mosaic__image--5::after {
    position: absolute;
    background-color: #83d0f5;
    content: "";
    width: 104px;
    height: 96px;
    top: -96px;
    left: 208px;
}

.m-mosaic__image--6 {
    position: absolute;
    top: 385px;
    left: 1016px;
    width: 312px;
    height: 287px;
    background-size: cover;
}

.m-mosaic__image--6 a {
    position: absolute;
    bottom: 0px;
    background-color: #002a3f;
    color: #ffffff !important;
    padding: 5px;
    margin: unset;
    left: 0;
}

.m-mosaic__image--6::before {
    position: absolute;
    background-color: #005187;
    content: "";
    width: 104px;
    height: 96px;
    left: 208px;
    top: -96px;
}

.m-mosaic__image--6::after {
    position: absolute;
    background-color: #005187;
    content: "";
    width: 104px;
    height: 96px;
    bottom: -95px;
    left: 110px;
}

@media(max-width: 1440px) {
    .m-mosaic__image--1 {
        position: relative;
        width: 704px;
        height: 384px;
        background-size: cover;
    }
    
    .m-mosaic__image--1::before {
        position: absolute;
        background-color: #ffffff;
        content: "";
        width: 104px;
        height: 96px;
        bottom: -96px;
        left: 0px;
    }
    
    .m-mosaic__image--1::after {
        position: absolute;
        background-color: #005187;
        content: "";
        width: 104px;
        height: 96px;
        bottom: 0px;
        right: -128px;
    }
    
    .m-mosaic__image--2 {
        position: absolute;
        left: 104px;
        width: 208px;
        height: 192px;
        background-size: cover;
    }
    
    .m-mosaic__image--2::before {
        position: absolute;
        background-color: #005187;
        content: "";
        width: 104px;
        height: 96px;
        bottom: -96px;
        left: 104px;
    }
    .m-mosaic__image--2::after {
        position: absolute;
        background-color: #ffffff;
        content: "";
        width: 104px;
        height: 96px;
        bottom: -96px;
        left: 208px;
    }
    
    .m-mosaic__image--3 {
        position: absolute;
        left: 704px;
        top: 0px;
        width: 312px;
        height: 288px;
        background-size: cover;
    }
    
    .m-mosaic__image--3::before {
        position: absolute;
        background-color: #ffffff;
        content: "";
        width: 104px;
        height: 96px;
        left: 312px;
    }
    
    .m-mosaic__image--3::after {
        position: absolute;
        background-color: #ffffff;
        content: "";
        width: 104px;
        height: 96px;
        left: 416px;
        top: 192px;
    }
    
    .m-mosaic__image--4 {
        position: absolute;
        left: 416px;
        bottom: -192px;
        width: 416px;
        height: 192px;
        background-size: cover;
    }
    
    .m-mosaic__image--4::before {
        position: absolute;
        background-color: #83d0f5;
        content: "";
        width: 104px;
        height: 96px;
        left: -104px;
        bottom: 0px;
    }
    
    .m-mosaic__image--5 {
        position: absolute;
        top: 288px;
        left: 808px;
        width: 208px;
        height: 192px;
        background-size: cover;
    }
    
    .m-mosaic__image--5::after {
        position: absolute;
        background-color: #83d0f5;
        content: "";
        width: 104px;
        height: 96px;
        top: -96px;
        left: 208px;
    }
    
    .m-mosaic__image--6 {
        position: absolute;
        top: 480px;
        left: 832px;
        width: 312px;
        height: 287px;
        background-size: cover;
    }
    
    .m-mosaic__image--6::before {
        position: absolute;
        background-color: #005187;
        content: "";
        width: 104px;
        height: 96px;
        left: 208px;
        top: -96px;
    }
    
    .m-mosaic__image--6::after {
        position: absolute;
        background-color: #005187;
        content: "";
        width: 104px;
        height: 96px;
        bottom: -95px;
        left: 110px;
    }
}

@media(max-width: 1270px) {

    .m-mosaic__text {
        width: 550px;
    }

    .m-mosaic__image--1 {
        position: relative;
        left: 20px;
        width: 550px;
        height: 300px;
        background-size: cover;
    }
    
    .m-mosaic__image--1::before {
        position: absolute;
        background-color: #ffffff;
        content: "";
        width: 104px;
        height: 96px;
        bottom: -96px;
        left: 20px;
    }
    
    .m-mosaic__image--1::after {
        position: absolute;
        background-color: #005187;
        content: "";
        width: 104px;
        height: 96px;
        top: 0px;
        right: -104px;
    }
    
    .m-mosaic__image--2 {
        position: absolute;
        left: 20px;
        width: 162px;
        height: 150px;
        background-size: cover;
    }
    
    .m-mosaic__image--2::before {
        position: absolute;
        background-color: #005187;
        content: "";
        width: 104px;
        height: 96px;
        bottom: -96px;
        left: 0px;
    }
    .m-mosaic__image--2::after {
        position: absolute;
        background-color: #ffffff;
        content: "";
        width: 104px;
        height: 96px;
        bottom: -96px;
        left: 162px;
    }
    
    .m-mosaic__image--3 {
        position: absolute;
        left: 572px;
        top: 0px;
        width: 312px;
        height: 288px;
        background-size: cover;
    }
    
    .m-mosaic__image--3::before {
        position: absolute;
        background-color: #ffffff;
        content: "";
        width: 104px;
        height: 96px;
        left: 312px;
    }
    
    .m-mosaic__image--3::after {
        position: absolute;
        background-color: #ffffff;
        content: "";
        width: 104px;
        height: 96px;
        left: 414px;
        top: 192px;
    }
    
    .m-mosaic__image--4 {
        position: absolute;
        left: 286px;
        bottom: -150px;
        width: 323px;
        height: 150px;
        background-size: cover;
    }
    
    .m-mosaic__image--4::before {
        position: absolute;
        background-color: #83d0f5;
        content: "";
        width: 104px;
        height: 96px;
        left: -104px;
        bottom: 0px;
    }
    
    .m-mosaic__image--5 {
        position: absolute;
        top: 288px;
        left: 674px;
        width: 208px;
        height: 192px;
        background-size: cover;
    }
    
    .m-mosaic__image--5::after {
        position: absolute;
        background-color: #83d0f5;
        content: "";
        width: 104px;
        height: 96px;
        top: -96px;
        left: 208px;
    }
    
    .m-mosaic__image--6 {
        position: absolute;
        top: 480px;
        left: 609px;
        width: 273px;
        height: 257px;
        background-size: cover;
    }
    
    .m-mosaic__image--6::before {
        position: absolute;
        background-color: #005187;
        content: "";
        width: 104px;
        height: 96px;
        left: 273px;
        top: -96px;
    }
    
    .m-mosaic__image--6::after {
        position: absolute;
        background-color: #005187;
        content: "";
        width: 104px;
        height: 96px;
        bottom: -97px;
        left: 0px;
    }
}

@media(max-width: 900px) {

    .m-mosaic__text {
        width: 550px;
    }

    .m-mosaic__image--1 {
        position: relative;
        left: 20px;
        width: 550px;
        height: 300px;
        background-size: cover;
    }
    
    .m-mosaic__image--1::before {
        position: absolute;
        background-color: #ffffff;
        content: "";
        width: 104px;
        height: 96px;
        bottom: -96px;
        left: 20px;
    }
    
    .m-mosaic__image--1::after {
        position: absolute;
        background-color: #005187;
        content: "";
        width: 104px;
        height: 96px;
        top: 0px;
        right: -104px;
    }
    
    .m-mosaic__image--2 {
        position: absolute;
        left: 20px;
        width: 162px;
        height: 150px;
        background-size: cover;
    }
    
    .m-mosaic__image--2::before {
        position: absolute;
        background-color: #005187;
        content: "";
        width: 104px;
        height: 96px;
        bottom: -96px;
        left: 0px;
    }
    .m-mosaic__image--2::after {
        position: absolute;
        background-color: #ffffff;
        content: "";
        width: 104px;
        height: 96px;
        bottom: -96px;
        left: 162px;
    }
    
    .m-mosaic__image--3 {
        position: absolute;
        left: 572px;
        top: 39px;
        width: 270px;
        height: 249px;
        background-size: cover;
    }
    
    .m-mosaic__image--3::before {
        position: absolute;
        background-color: #ffffff;
        content: "";
        width: 105px;
        height: 96px;
        left: 101px;
        top: 249px;
    }
    
    .m-mosaic__image--3::after {
        position: absolute;
        background-color: #ffffff;
        content: "";
        width: 104px;
        height: 96px;
        left: 414px;
        top: 192px;
    }
    
    .m-mosaic__image--4 {
        position: absolute;
        left: 286px;
        bottom: -150px;
        width: 323px;
        height: 150px;
        background-size: cover;
    }
    
    .m-mosaic__image--4::before {
        position: absolute;
        background-color: #83d0f5;
        content: "";
        width: 104px;
        height: 96px;
        left: -104px;
        bottom: 0px;
    }
    
    .m-mosaic__image--5 {
        position: absolute;
        top: 738px;
        left: 401px;
        width: 208px;
        height: 192px;
        background-size: cover;
    }
    
    .m-mosaic__image--5::after {
        position: absolute;
        background-color: #83d0f5;
        content: "";
        width: 104px;
        height: 96px;
        top: -96px;
        left: 208px;
    }
    
    .m-mosaic__image--6 {
        position: absolute;
        top: 480px;
        left: 609px;
        width: 233px;
        height: 215px;
        background-size: cover;
    }
    
    .m-mosaic__image--6::before {
        position: absolute;
        background-color: #005187;
        content: "";
        width: 105px;
        height: 96px;
        left: 64px;
        top: -96px;
    }
    
    .m-mosaic__image--6::after {
        position: absolute;
        background-color: #005187;
        content: "";
        width: 104px;
        height: 96px;
        bottom: -96px;
        left: 0px;
    }
}

@media(max-width: 862px) {

    .m-mosaic {
        height: 1330px;
    }

    .m-mosaic__text {
        width: 100%;
    }

    .m-mosaic__image--1 {
        position: relative;
        left: 20px;
        width: 550px;
        height: 300px;
        background-size: cover;
    }
    
    .m-mosaic__image--1::before {
        position: absolute;
        background-color: #ffffff;
        content: "";
        width: 104px;
        height: 96px;
        bottom: -96px;
        left: 20px;
    }
    
    .m-mosaic__image--1::after {
        position: absolute;
        background-color: #005187;
        content: "";
        width: 104px;
        height: 96px;
        top: 0px;
        right: -104px;
    }
    
    .m-mosaic__image--2 {
        position: absolute;
        left: 20px;
        width: 162px;
        height: 150px;
        background-size: cover;
    }
    
    .m-mosaic__image--2::before {
        position: absolute;
        background-color: #005187;
        content: "";
        width: 104px;
        height: 96px;
        bottom: -96px;
        left: 0px;
    }
    .m-mosaic__image--2::after {
        position: absolute;
        background-color: #ffffff;
        content: "";
        width: 104px;
        height: 96px;
        bottom: -96px;
        left: 162px;
    }
    
    .m-mosaic__image--3 {
        position: absolute;
        left: 182px;
        top: 738px;
        width: 284px;
        height: 247px;
        background-size: cover;
    }
    
    .m-mosaic__image--3::before {
        position: absolute;
        background-color: #ffffff;
        content: "";
        width: 104px;
        height: 96px;
        left: 440px;
        top: -246px;
    }
    
    .m-mosaic__image--3::after {
        position: absolute;
        background-color: #ffffff;
        content: "";
        width: 104px;
        height: 96px;
        left: 388px;
        top: 247px;
    }
    
    .m-mosaic__image--4 {
        position: absolute;
        left: 286px;
        bottom: -204px;
        width: 440px;
        height: 204px;
        background-size: cover;
    }
    
    .m-mosaic__image--4::before {
        position: absolute;
        background-color: #83d0f5;
        content: "";
        width: 104px;
        height: 96px;
        left: -104px;
        bottom: 0px;
    }
    
    .m-mosaic__image--5 {
        position: absolute;
        top: 985px;
        left: 258px;
        width: 208px;
        height: 192px;
        background-size: cover;
    }
    
    .m-mosaic__image--5::after {
        position: absolute;
        background-color: #83d0f5;
        content: "";
        width: 104px;
        height: 96px;
        top: -96px;
        left: 208px;
    }
    
    .m-mosaic__image--6 {
        position: absolute;
        top: 834px;
        left: 20px;
        width: 162px;
        height: 150px;
        background-size: cover;
    }
    
    .m-mosaic__image--6::before {
        display: none;
        position: absolute;
        background-color: #005187;
        content: "";
        width: 104px;
        height: 96px;
        left: 266px;
        top: -96px;
    }
    
    .m-mosaic__image--6::after {
        position: absolute;
        background-color: #005187;
        content: "";
        width: 104px;
        height: 96px;
        bottom: -97px;
        left: 0px;
    }
}

@media(max-width: 740px) {

    .m-mosaic {
        height: 1330px;
    }

    .m-mosaic__text {
        width: 100%;
    }

    .m-mosaic__image--1 {
        position: relative;
        left: 20px;
        width: 550px;
        height: 300px;
        background-size: cover;
    }
    
    .m-mosaic__image--1::before {
        position: absolute;
        background-color: #ffffff;
        content: "";
        width: 104px;
        height: 96px;
        bottom: -96px;
        left: 20px;
    }
    
    .m-mosaic__image--1::after {
        position: absolute;
        background-color: #005187;
        content: "";
        width: 104px;
        height: 96px;
        top: 0px;
        right: -104px;
    }
    
    .m-mosaic__image--2 {
        position: absolute;
        left: 20px;
        width: 162px;
        height: 150px;
        background-size: cover;
    }
    
    .m-mosaic__image--2::before {
        position: absolute;
        background-color: #005187;
        content: "";
        width: 104px;
        height: 96px;
        bottom: -96px;
        left: 0px;
    }
    .m-mosaic__image--2::after {
        position: absolute;
        background-color: #ffffff;
        content: "";
        width: 104px;
        height: 96px;
        bottom: -96px;
        left: 162px;
    }
    
    .m-mosaic__image--3 {
        position: absolute;
        left: 182px;
        top: 738px;
        width: 284px;
        height: 247px;
        background-size: cover;
    }
    
    .m-mosaic__image--3::before {
        position: absolute;
        background-color: #ffffff;
        content: "";
        width: 104px;
        height: 96px;
        left: 323px;
        top: unset;
    }
    
    .m-mosaic__image--3::after {
        position: absolute;
        background-color: #ffffff;
        content: "";
        width: 104px;
        height: 96px;
        left: 388px;
        top: 247px;
    }
    
    .m-mosaic__image--4 {
        position: absolute;
        left: 286px;
        bottom: -150px;
        width: 323px;
        height: 150px;
        background-size: cover;
    }
    
    .m-mosaic__image--4::before {
        position: absolute;
        background-color: #83d0f5;
        content: "";
        width: 104px;
        height: 96px;
        left: -104px;
        bottom: 0px;
    }
    
    .m-mosaic__image--5 {
        position: absolute;
        top: 985px;
        left: 258px;
        width: 208px;
        height: 192px;
        background-size: cover;
    }
    
    .m-mosaic__image--5::after {
        position: absolute;
        background-color: #83d0f5;
        content: "";
        width: 104px;
        height: 96px;
        top: -96px;
        left: 208px;
    }
    
    .m-mosaic__image--6 {
        position: absolute;
        top: 834px;
        left: 20px;
        width: 162px;
        height: 150px;
        background-size: cover;
    }
    
    .m-mosaic__image--6::before {
        display: none;
        position: absolute;
        background-color: #005187;
        content: "";
        width: 104px;
        height: 96px;
        left: 266px;
        top: -96px;
    }
    
    .m-mosaic__image--6::after {
        position: absolute;
        background-color: #005187;
        content: "";
        width: 104px;
        height: 96px;
        bottom: -97px;
        left: 0px;
    }
}

@media (max-width: 620px) {

    .m-mosaico__title {
        margin-left: auto;
        margin-right: auto;
    }

    .m-mosaico__flex {
        display: flex;
        justify-content: center;
    }

    .container__image {
        position: relative;
    }

    .m-mosaic h2 {
        font-size: 40px;
    }

    .m-mosaic {
        height: 1140px;
    }

    .m-mosaic__text {
        height: unset;
        width: unset;
        justify-content: unset;
        margin-left: 0px;
    }

    .m-mosaic__image--1 {
        height: 196px;
        width: 360px;
        left: 0px;
    }

    .m-mosaic__image--1 a {
        right: unset;
        left: 0px;
    }

    .m-mosaic__image--1::before {
        left: 180px;
        background-color: #005187;
    }

    .m-mosaic__image--1::after {
        display: none;
    }

    .m-mosaic__image--2 {
        left: 0px;
        width: 180px;
        height: 168px;
    }

    .m-mosaic__image--2::before {
        left: 76px;
        background-color: #ffffff;
    }

    .m-mosaic__image--3 {
        left: 181px;
        width: 180px;
        height: 168px;
        top: 292px;
    }

    .m-mosaic__image--1::after,
    .m-mosaic__image--2::after,
    .m-mosaic__image--3::after,
    .m-mosaic__image--3::before,
    .m-mosaic__image--4::before,
    .m-mosaic__image--6::after,
    .m-mosaic__image--6::before {
        display: none;
    }

    .m-mosaic__image--4 {
        left: 0px;
        top: 460px;
        width: 360px;
        height: 196px;
    }

    .m-mosaic__image--5 {
        width: 180px;
        height: 168px;
        left: 0px;
        top: 656px;
    }

    .m-mosaic__image--5::after {
        top: 0px;
        left: 257px;
        background-color: #005187;
    }

    .m-mosaic__image--6 {
        top: 753px;
        left: 180px;
        width: 180px;
        height: 168px;
    }
}

@media (max-width: 376px) {

    .m-mosaic {
        height: 1030px;
    }

    .m-mosaic h2 {
        font-size: 30px;
    }

    .m-mosaic .m-link {
        font-size: 10px;
    }

    .m-mosaic__image--1 {
        height: 150px;
        width: 300px;
        left: 0px;
    }

    .m-mosaic__image--1::before {
        left: 0px;
    }

    .m-mosaic__image--2 {
        height: 150px;
        width: 150px;
        left: 150px;
    }

    .m-mosaic__image--2::before {
        left: 46px;
    }

    .m-mosaic__image--3 {
        left: 0px;
        height: 150px;
        width: 150px;
        top: 246px;
    }
    .m-mosaic__image--4 {
        width: 300px;
        height: 150px;
        left: 0px;
        top: 396px;
    }

    .m-mosaic__image--5 {
        height: 150px;
        width: 150px;
        left: 0px;
        top: 546px;
    }

    .m-mosaic__image--5::after {
        top: 0px;
        left: 196px;
    }

    .m-mosaic__image--6 {
        height: 150px;
        width: 150px;
        left: 150px;
        top: 642px;
    }
}

