p:empty {
    display: none;
}

html body .header {
    background-color: rgb(245, 242, 234);
}

html body .header.headerStuck {
    background-color: #0f2a44;
    border-color: rgb(255, 255, 255);
}

html body .header.headerResponsive .mobileMenu {
    background-color: rgb(245, 242, 234);
}

html body .header.headerResponsive.header.headerStuck .mobileMenu {
    background-color: #0f2a44;
}

html .headerSepparator {
    visibility: hidden;
}

.centerLogo svg, .centerLogo svg *, .leftResponsiveLogo svg, .leftResponsiveLogo svg * {
    stroke: transparent !important;
    fill: #0f2a44 !important;
}

html body  .header a {
    color: #0f2a44;
}

html body .header {
    border-color: #0f2a44;
}

html body .header.headerStuck a {
    color: rgb(255, 255, 255);
}

html body .header.headerStuck .centerLogo svg, html body .header.headerStuck .centerLogo svg *, html body .header.headerStuck .leftResponsiveLogo svg, html body .header.headerStuck .leftResponsiveLogo svg * {
    stroke: transparent !important;
    fill: rgb(255, 255, 255) !important;
}

@media only screen and (max-width: 1000px) {
    .rightResponsiveHeader svg * {
        stroke: #0f2a44;
    }
    .header.headerStuck .mobileMenu {
        border: 2px solid rgb(255, 255, 255);
        border-top: none;
    }
    .header.headerStuck .rightResponsiveHeader svg * {
        stroke: rgb(255, 255, 255);
    }
    .mobileMenu {
        border: 2px solid #0f2a44;
        border-top: none;
    }
    .mobileMenuLinksSeparator {
        background-color: #0f2a44;
    }
    .header.headerStuck .mobileMenuLinksSeparator {
        background-color: white;
    }

}

.firstRowHistory {
    padding-top: 17vh;
    padding-bottom: 10vh;
    background-color: rgb(245, 242, 234);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.firstRowPics {
    width: 45%;
    height: 80vh;
    position: relative;
}

.firstRowFirstPic {
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(-100%);
    z-index: 9;
    width: 52%;
    height: 85%;
    filter: drop-shadow(6px 10px 10px rgba(0, 0, 0, 0.5));
}

.firstRowPics img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.firstRowSecondPic {
    position: absolute;
    top: 0;
    left: 100%;
    transform: translateX(-100%);
    width: 66%;
    height: 92%;
    z-index: 10;
}

.firstRowTexts {
    width: 40%;
    padding-right: 10%;
    box-sizing: border-box;
}

.firstRowTextTitle h2 {
    margin: 0;
    font-family: 'Playfair Display';
    font-size: 3em;
    font-weight: 600;
    color: #0f2a44;
    line-height: 100%;
    text-align: right;
}

.firstRowTextContent p {
    margin: 0;
    font-family: 'Montserrat';
    font-size: 1em;
    font-weight: 400;
    color: #0f2a44;
    line-height: 120%;
    padding-bottom: 1.5vh;
    text-align: justify;
}

.firstRowTextTitle {
    padding-bottom: 8vh;
}

.firstRowTextContent p:last-of-type {
    padding-bottom: 0;
}

.rowText1 {
    margin-bottom: 10vh;
}

@media only screen and (max-width:1600px){
    .firstRowTexts {
    width: 50%;
    padding-right: 10%;
    box-sizing: border-box;
}

.firstRowTextTitle h2 {
    white-space: nowrap;
    text-wrap: nowrap;
}

}

@media only screen and (max-width:1000px){

.firstRowTextTitle h2 {
      white-space: normal;
    text-wrap: wrap;
}

    .firstRowHistory {
    flex-direction: column-reverse;
}

.firstRowTexts {
    width: 100%;
    padding: 0 5%;
}

.firstRowTextTitle h2 {
    text-align: center;
}


.firstRowTextContent p {
    text-align: center;
}

.firstRowFirstPic {
    transform: translateY(-100%) rotate(-90deg);
}



.firstRowPics {
    width: 100%;
    height: 80vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.firstRowFirstPic {
    transform: rotate(90deg) translateX(-30%);
    left: unset;
    top: 50%;
    height: 100%;
    width: auto;
}

.firstRowSecondPic {
    transform: translateX(-50%);
    left: 50%;
    height: 100%;
    width: 50%;
    min-width: 400px;
}

.firstRowPics {
    margin-top: 90px;
    margin-bottom: 50px;
}

}

@media only screen and (max-width:700px){
.firstRowFirstPic {
    height: 70%;
}

.firstRowSecondPic {
    transform: translateX(-50%);
    height: 80%;
    min-width: 300px;
}
}

@media only screen and (max-width:500px){
.firstRowFirstPic {
    transform: rotate(90deg) translateX(-30%);
    left: unset;
    top: 45%;
    height: 80%;
    width: auto;
}

.firstRowSecondPic {
    transform: translateX(-50%);
    left: 50%;
    height: 80%;
    width: 30%;
    min-width: 200px;
}

.firstRowPics {
    height: 50vh;
}

.firstRowTextTitle h2 {
    line-height: 130%;
}
.firstRowTextTitle {
    padding-bottom: 20px;
}

.firstRowHistory{
    padding-bottom:unset;
}

}