.headerLayout.style3 {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
}
.headerLayout.style3 .titles {
    margin-bottom: -75px;
}
.headerLayout.style3 .titles .small {
    text-align: center;
    font-size: 40px;
    font-weight: 300;
}
.headerLayout.style3 .titles .big {
    font-size: 350px;
    font-weight: 600;
    text-align: center;
    line-height: 0.9;
    color: #99B7C5;
    position: relative;
}
.headerLayout.style3 .titles .big::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 20px;
    background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.9), rgb(255, 255, 255));
}
.headerLayout.style3 .slick-slider .slide img {
    width: 100%;
    height: 30vw;
    object-fit: cover;
}
.headerLayout.style3 .slick-slider .slide .place .text {
    float: none;
    width: 100%;
    max-width: calc(100% - 200px);
    margin: 0 auto;
    font-size: 14px;
    font-family: 'Roboto';
    /*color: #99B7C5;*/
    color: #637984;
    background-image: url("../../../../../images/template/marker.png");
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 20px;
    box-sizing: border-box;
    margin-top: 40px;
}
.headerLayout.style3 .navigation {
    margin-top: -40px;
    z-index: 2;
    position: relative;
}
.headerLayout.style3 .navigationInner {
    float: none;
    width: 100%;
    max-width: calc(100% - 200px);
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.headerLayout.style3 .navigationInner .spacer,
.headerLayout.style3 .navigationInner .arrows {
    width: 130px;
}
.headerLayout.style3 .navigationInner .arrows {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.headerLayout.style3 .navigationInner .arrows .slick-arrow {
    cursor: pointer;
}
.headerLayout.style3 .navigationInner .arrows .slick-arrow img {
    float: left;
}
.headerLayout.style3 .navigationInner .link {
    font-size: 20px;
}
.headerLayout.style3 .navigationInner .link a {
    /*color: #4A6F7C;*/
    color: #3D5057;
    text-decoration: none;
}
.headerLayout.style3 .navigationInner .link a:hover {
    text-decoration: none;
    color: #fff;
}