/* *{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Asap';
}
img{
    width: 100%;
    height: auto;
}
ul{
    list-style: none;
}
h1,h2,h3,h4,h5,h6,p,span{
    line-height: 1;
}
.container{
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
} */
.container1200{
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.hero{
    background-size: cover;
    background-position: center 55%;
    background-repeat: no-repeat;
    height: 100vh;
    padding-top: 120px;
}
.border_element{
    border-bottom: 18px solid #9e7a29;
    position: relative;
}
.border_element::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    bottom: -11px;
    left: 0;
    background-color: #D90D24;
}
.border_element::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -9px;
    left: 0;
    z-index: 1;
    background-color: #FFF790;
}
.hero span{
    font-family: 'Asap';
    font-weight: bold;
    color: #9e7a29;
    font-size: 24px;
    display: inline-block;
    margin-bottom: 10px;
}
.hero p{
    font-family: 'Asap';
    font-weight: bold;
    color: #9e7a29;
    font-size: 32px;
    color: #000000;
    margin-bottom: 30px;
}
.hero__logo{
    max-width: 605px;
    margin-top: 40px;
}
.hero__text-box p{
    max-width: 575px;
}
.group{
    background-color: #9E7A29;
}
.group__image{
    display: flex;
    max-height: 360px
}
.group__image img{
    object-fit: cover;
}
.tour-info{
    padding: 25px 0 35px 0;
}
.tour-info h2{
    font-family: 'Sawarabi Mincho';
    color: #D90D24;
    font-size: 47px;
    line-height: 1.08;
    margin-bottom: 13px;
    letter-spacing: -0.01rem;
}
.tour-info h2 strong{
    color: #9E7A29;
}
.tour-info ul{
    margin-bottom: 35px;
}
.tour-info li{
    font-family: 'Asap';
    font-weight: 500;
    font-size: 24px;
    color: #000;
    position: relative;
    padding-left: 26px;
    margin-bottom: 5px;
}
.tour-info li::before{
    content: "✔";
    color: #D90D24;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 20px;
    height: 20px;
}
 
.tour-info li strong{
    font-family: 'Asap';
    font-weight: bold;
    color: #9E7A29;
}
.tour-info h3{
    font-family: 'Asap';
    font-weight: bold;
    color: #000;
    font-size: 50px;
    line-height: 1.1;
    letter-spacing: -0.14rem;
}
.testimonials{
    padding: 20px 0 28px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonials__toning{
    content: "";
    position: absolute;
    background-color: rgba(31, 58, 67, 0.7);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.testimonials .container{
    position: relative;
    z-index: 2;
}
.testimonials__images{
    display: flex;
    margin: -10px;
    margin-bottom: 15px;
}
.testimonials__images div{
    border: 2px solid #9E7A29;
    margin: 10px;
}
.testimonials__images div:nth-child(1){
    width: 33%;
}
.testimonials__images div:nth-child(2){
    width: 46%;
}
.testimonials__images div:nth-child(3){
    width: 33%;
}
.testimonials__images img{
    height: 100%;
    object-fit: cover;
}
.testimonials__quotes li{
    padding-bottom: 17px;
    margin-bottom: 17px;
    border-bottom: 1px solid #8A7033;
}
.testimonials__quotes li:last-of-type{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.testimonials__quotes h4{
    font-family: 'Asap';
    font-weight: bold;
    color: #fff;
    font-size: 23px;
    margin-bottom: 9px;
}
.testimonials__quotes p{
    color: #fff;
    font-family: 'Asap';
    font-weight: 300;
    font-style: italic;
    font-size: 23px;
    line-height: 1.2;
}
.why-us__row{
    display: flex;
    margin-bottom: 40px;
}
.why-us h4{
    font-family: 'Asap';
    font-weight: bold;
    color: #000;
    font-size: 30px;
    margin-bottom: 15px;
}
.why-us{
    padding: 30px 0;
}
.why-us h2{
    font-family: 'Sawarabi Mincho';
    color: #d90d24;
    font-size: 46px;
    letter-spacing: -0.06rem;
    margin-bottom: 15px;
}
.why-us__image-box{
    position: relative;
    width: 80%;
    height: 100%;
}
.why-us__image-box span{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    font-family: 'Asap';
    font-weight: bold;
    font-style: italic;
    color: #fff;
    font-size: 2rem;
    line-height: 1.1;
}
.why-us li{
    font-family: 'Asap';
    font-weight: 500;
    font-size: 24px;
    color: #000;
    position: relative;
    padding-left: 26px;
    margin-bottom: 5px;
}
.why-us li p{
    line-height: 1.3;
}
.why-us li::before {
    content: "✔";
    color: #D90D24;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 20px;
    height: 20px;
}
.why-us li span {
    font-family: 'Asap';
    font-weight: bold;
}
.why-us h4{
    font-family: 'Asap';
    font-weight: bold;
}
.meet__info-box{
    display: flex;
    position: relative;
    margin-bottom: 30px;
}
.meet__info{
    width: 70%;
}
.meet__photo-box{
    width: 30%;
}
.meet__image-box{
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.meet__image-box img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    border-radius: 50%;
    width: 80%;
    height: 80%;
}
.meet{
    padding: 25px 0;
}
.meet h2{
    font-family: 'Asap';
    font-weight: bold;
    font-size: 32px;
    letter-spacing: -0.05rem;
    margin-bottom: 13px;
}
.meet p{
    font-family: 'Asap';
    font-weight: 500;
    font-style: italic;
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1.4;
}
.meet h3{
    font-family: 'Satisfy';
    text-align: center;
    color: #D90D24;
    font-size: 52px;
    letter-spacing: -0.03rem;
}
.map{
    padding: 40px 0;
}
.map h3{
    font-family: 'Asap';
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 18px;
    color: #000;
}
.map__main-image{
    margin-bottom: 20px;
}
.map h4{
    font-family: 'Asap';
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 18px;
    color: #d90d24;
}
.map__row{
    display: flex;
    margin: -10px;
}
.map__col{
    width: 25%;
    margin: 10px;
    display: flex;
    flex-direction: column;
}
.map h5{
    font-family: 'Asap';
    font-weight: bold;
    color: #1f3a43;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: -0.05rem;
    margin-bottom: 5px;
}
.map span{
    font-family: 'Asap';
    font-weight: bold;
    color: #1f3a43;
    font-size: 17px;
    letter-spacing: -0.05rem;
    display: inline-block;
    margin-bottom: 15px;
}
.map__col ul{
    padding-right: 20px;
    flex: 1;
}
.map__col li{
    font-family: 'Asap';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    margin-bottom: 20px;
    padding-left: 13px;
    position: relative;
}
.map__col li:last-of-type{
    margin-bottom: 10px;
}
.map__col li::after{
    content:"";
    position: absolute;
    left: 0;
    top: 3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #D90D24;
}
.map__image-box{
    position: relative;
    max-height: 145px;
    padding-top: 73%;
    width: 100%;
}
.map__image-box img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.image-banner{
    display: flex;
    max-height: 700px;
}
.image-banner img{
    object-fit: cover;
    object-position: bottom;
}
.highlights{
    padding: 25px 0;
}
.highlights__inner{
    display: flex;
}
.highlights__inner ul{
    width: 50%;
    padding-right: 20px;
}
.highlights__image-box{
    margin-bottom: 16px;
    position: relative;
    padding-top: 73%;
}
.highlights__image-box img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.highlights__image-box:last-of-type{
    margin-bottom: unset;
}
.highlights__image-wrap{
    display: flex;
    flex-direction: column;
    width: 50%;
}
.highlights h2{
    font-family: 'Sawarabi Mincho';
    color: #d90d24;   
    font-size: 44px;
    margin-bottom: 25px;
}
.highlights li{
    font-family: 'Asap';
    font-weight: 500;
    font-size: 24px;
    color: #000;
    position: relative;
    padding-left: 26px;
    margin-bottom: 8px;
}
.highlights li::before {
    content: "✔";
    color: #D90D24;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 20px;
    height: 20px;
}
.fall{
    background-color: #D90D24;
    padding: 40px 0;
}
.fall h2{
    color: #fff;
    font-family: 'Satisfy';
    text-align: center;
    font-size: 50px;
    line-height: 1.1;
}
.fall h2:last-of-type{
    color: #fff790;
    margin-bottom: 30px;
}
.fall__logo{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fall__logo a{
    text-decoration: none;
}
.fall__logo h4{
    color: #d90d24;
    font-family: 'Asap';
    font-weight: 900;
    text-transform: uppercase;
    font-size: 45px;
    padding: 17px;
    text-align: center;
}
.gallery{
    padding: 30px 0;
}
.gallery__inner{
    display: flex;
    flex-wrap: wrap;
    margin: -9px;
    margin-bottom: 25px;
}
.gallery__image{
    margin: 9px;
    position: relative;
    width: 100%;
    padding-top: 48%;
}
.gallery__image img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery__image:nth-child(2),
.gallery__image:nth-child(3){
    width: calc(50% - 18px);
    padding-top: 39%;
}
.gallery__image:nth-child(4){
    padding-top: 90%;
}
.gallery__image:nth-child(5),
.gallery__image:nth-child(6){
    width: calc(50% - 18px);
    padding-top: 39%;
}
.gallery h2{
    color: #d90d24;
    font-family: 'Sawarabi Mincho';
    font-size: 47px;
    font-weight: normal;
    text-align: center;
    letter-spacing: -0.1rem;
}
.book__logo{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 325px;
    margin-bottom: 40px;
}
.book__logo a{
    text-decoration: none;
}
.book h4{
    color: #FFF790;
    font-family: 'Asap';
    font-weight: 900;
    text-transform: uppercase;
    font-size: 45px;
    padding: 17px;
}
.book{
    padding: 25px 0;
}
.book h3{
    font-family: 'Asap';
    font-weight: bold;
    font-size: 30px;
    color: #000;
    margin-bottom: 37px;
}
.book h2{
    font-family: 'Sawarabi Mincho';
    color: #d90d24;
    font-size: 45px;
    letter-spacing: -0.15rem;
    margin-bottom: 15px;
}
.book form{
    border: 4px solid #D90D24;
    padding: 15px;
    max-width: 510px;
    margin: 20px;
}
.book form .wpcf7-response-output{
    text-align: center;
}
.book__form-item p{
    display: flex;
    width: 100%;
}
.book__form-item .wpcf7-form-control-wrap{
    width: 100%;
}
.book__checkboxes .wpcf7-list-item{
    margin: 0;
}
.book__checkboxes .wpcf7-list-item label{
    display: flex;
    align-items: center;
}
.book form p.text{
    font-family: 'Asap';
    font-weight: 500;
    color: #000;
    line-height: 1.2;
    letter-spacing: -0.025rem;
    margin-bottom: 15px;
}
.book__form-item label{
    font-family: 'Asap';
    font-weight: 500;
    margin-right: 3px;
}
.book__form-item input{
    border: none;
    border-bottom: 1px solid #000;
    width: 100%;
    outline: none;
}
.book__form-item input::-webkit-outer-spin-button,
.book__form-item input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}
.book__form-item{
    margin-bottom: 10px;
    display: flex;
}
.book__form-item:last-of-type{
    margin-bottom: unset;
}
.book__lower-form{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.book__lower-form p{
    position: relative;
}
.book__lower-form .wpcf7-spinner{
    position: absolute;
    right: 50%;
    bottom: 50%;
    transform: translate(150%, 50%);
}
.book__checkboxes{
    margin-right: 15px;
    width: 100%;
}
.book__checkboxes input{
    min-width: 25px;
    min-height: 25px;
    margin-right: 5px;
}
.book__lower-box{
    display: flex;
    align-items: center;
    margin-bottom: 10px;    
}
.book__lower-box:last-of-type{
    margin-bottom: 0;
}
.book__lower-form label{
    font-family: 'Asap';
    font-weight: 500; 
    font-size: 16px;
    letter-spacing: -0.02rem;
}
form input[type="submit"]{
    border: none;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: -0.1rem;
    color: #FFF790;
    background-color: #1F3A43;
    padding: 4px 18px;
    cursor: pointer;
}
.book__row{
    display: flex;
    margin: -20px;
}
.book__logos{
    display: flex;
    flex-direction: column;
    width: 30%;
    margin: 20px;
}
.book__logos div{
    position: relative;
    padding-top: 20%;
    margin-bottom: 5px;
}
.book__logos div:first-of-type{
    margin-bottom: 15px;
}
.book__logos img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}
.hero-location{
    padding: 100px 0;
    background-color: #F9FBFA;
}
.hero-location-slider {
    display: flex;
    max-width: 1840px;
    margin: 0 auto;
}

.hero-location-controllers .title p {
    font-weight: 500;
    font-size: 25px;
    line-height: 29px;
    color: #404040;
    max-width: 294px;
    padding-right: 10px;
}

.hero-location-controllers {
    padding-left: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 26px;
    height: 100%;
}

.hero-location-counter span {
    font-family: 'Playfair Display';
    font-size: 45px;
    line-height: 60px;
    color: #151515;
}

.hero-location-counter span.current {
    font-size: 46px;
    line-height: 105px;
}
.location-slider.location-slider-without-title {
    padding-top: 150px;
}
.hero-location-slider-btns {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 160px;
}

.hero-location-slider-btns .btn-prev {
    cursor: pointer;
}

.hero-location-slider-btns .btn-next {
    cursor: pointer;
}

.hero-location-slider-btns:after {
    content: '';
    display: block;
    background: #151515;
    width: .5px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: -18px;
    transform: translateX(-50%);
}

.hero-location-slider-bottom .hero-location-counter {
    padding-bottom: 73px;
    padding-left: 11px;
    position: relative;
}

.hero-location-counter .separator {
    position: absolute;
    top: 54px;
    left: 44px;
}

.hero-location-counter .total {
    position: absolute;
    left: 60px;
    top: 53px;
}

.hero-location-slider-content.full-width {
    max-width: 74.6%;
}

.hero-location-slider-content {
    max-width: 77.6%;
}

.hero-location-controllers-wrapper {
    max-width: 445px;
    width: 100%;
}

.hero-location-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 605px;
}

.hero-location-slider-content .swiper-slide {
    position: relative;
    height: 605px;
}

.hero-location-slider-content .swiper-slide a:after {
    content: none;
}

.hero-location-slider-content.full-width .swiper-slide .location-label {
    max-width: 668px;
}

.hero-location-slider-content .swiper-slide .location-label {
    position: absolute;
    bottom: 24px;
    left: 20px;
    background: #F9FBFA;
    width: calc(100% - 116px);
    padding: 15px 20px 15px;
}

.hero-location-slider-content .swiper-slide .location-label p {
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    color: #404040;
    margin-bottom: 11px;
}

.hero-location-slider-content .swiper-slide .location-label span {
    color: #A8A8A8;
}

.hero-location-slider-content .swiper-slide .loc-date {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #F9FBFA;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: calc(100% - 40px);
}
.hero-location-slider-content .swiper-slide .loc-date span {
    font-style: italic;
    font-weight: 500;
    font-size: 17px;
    line-height: 150%;
    color: #404040;
    margin-right: 10px;
}
.hero-location-slider-content .swiper-slide .loc-date span:last-child {
    margin-right: 0;
}
.hero-location-slider-content .swiper-slide .loc-date span.loc-date__dur {
    font-weight: 300;
}
.hero-location-slider-content .swiper-slide a {
    display: block;
    height: 100%;
}
.hero-location-slider-bottom {
    padding-right: 30px;
}

.location-slider {
    overflow: hidden;
}

.location-slider .hero-location-slider {
    padding-top: 0;
}
.hero-location__title-box{
    margin: 0 35px;
    border-bottom: 2px solid #404040;
    margin-bottom: 50px;
    padding-bottom: 5px;
    position: relative;
    padding-left: 15px;
}
.hero-location__title-box::before{
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #404040;
    border-radius: 50%;
}
.info-section{
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 63%;
    padding: 50px 0 100px 0;
    background-color: #F9FBFA;
}
.info-section .container1200{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.info-section h2{
    font-size: 50px;
    text-align: center;
    font-family: 'Playfair Display';
    font-weight: 500;
    margin-bottom: 50px;
    line-height: 160%;
}
.info-section ul{
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}
.info-section li {
    display: inline-block;
    margin-bottom: 35px; 
    position: relative;
    margin-left: 10px;
}
.info-section li::before{
    content: "";
    position: absolute;
    left: -20px;
    top: 15px;
    width: 10px;
    height: 10px;
    background-color: #151515;
    border-radius: 50%;
}
.info-section li p{
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 170%;
}
.info-section a{
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    color: #404040;
    font-size: 19px;
    text-decoration: none;
    border: 1px solid #404040;
    padding: 5px;
    max-width: 220px;
    width: 100%;
    text-align: center;
}
.banner-v3{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    padding-top: 10%;
}
.banner-v3 h2{
    font-family: "Gilroy"!important;
    font-style: normal;
    font-weight: 500;
    font-size: 80px;
    line-height: 1.3;
    text-align: center;
    color: #FFFFFF !important; 
    margin-bottom: 50px;
}
.banner-v3 h2 em{
    font-family: 'Playfair Display';
    font-style: italic;
}
.banner-v3 a{
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    background-color: #fff;
    color: #404040;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 5px;
    max-width: 220px;
    width: 100%;
    text-align: center;
}
.banner-v3 .container1200{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.quotes-section{
    background-color: #F9FBFA;
}
.quotes-section__main-box{
    min-height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 65%;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.quotes-section__name-box{
    background-color: #F9FBFA;
    max-width: 505px;
    padding: 15px 20px;
    margin-right: 55px;
    margin-bottom: 20px;
    width: 100%;
}
.quotes-section__name-box h5{
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    color: #404040;
    margin-bottom: 10px;
}
.quotes-section__country,
.quotes-section__position{
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #A8A8A8;
}
.quotes-section__country{
    padding-left: 20px;
    position: relative;
}
.quotes-section__country::before{
    content: "";
    position: absolute;
    left: 7px;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #A8A8A8;
}
.quotes-inner{
    position: relative;
}
.quotes-inner__content{
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
    background-color: #F4F4F4;
    padding: 55px;
}
.quotes-inner__content .hero-location__title-box{
    margin: 0;
    margin-bottom: 50px;
}
body.page .quotes-inner__content p{
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 130%;
    color: #151515;
}
body.page .quotes-inner__content p strong{
    font-weight: 500;
    font-style: italic;
    text-transform: uppercase;
}
.post-list{
    background-color: #F9FBFA;
    padding: 100px 0;
}
.post-list__inner{
    padding-top: 50px;
}
.post-list__item{
    display: flex;
    margin-bottom: 50px;
}
.post-list__info{
    width: 49.5%;
    padding-right: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.post-list__image-box{
    width: 50.5%;
}
.post-list__image-box img{
    width: 100%;
}
.post-list__info h3{
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 40px;
}
.post-list__info p{
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #404040;
}
.post-list__item:nth-child(even) .post-list__info{
    order: 2;
    padding-right: 0;
    padding-left: 100px;
}
.post-list__info a{
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #151515;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid #151515;
    padding-bottom: 5px;
    margin-top: 30px;
}
.post-list__main-link{
    display: flex;
    justify-content: center;
}
.post-list__main-link a{
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    color: #404040;
    font-size: 19px;
    text-decoration: none;
    border: 1px solid #404040;
    padding: 5px;
    max-width: 220px;
    width: 100%;
    text-align: center;
}
.hero-top__info{
    width: 50%;
    margin-left: auto;
    padding: 150px 30px 100px 30px;
    background-color: #F9FBFA;
}
.hero-top__info p{
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.06em;
    color: #151515;
    max-width: 540px;
    margin: 0 auto;
}
.hero-top__image-box{
    min-height: 90vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-top__inner{
    position: relative;
}
.hero-top .quotes-inner__content{
    width: 50%;
    padding-top: 100px;
}
.hero-top__logo-box{
    max-width: 130px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,20px);
    z-index: 2;
}
.form-v2{
    background-color: #F4F4F4;
    padding: 100px 0;
}
.form-v2__inner{
    display: flex;
}
.form-v2 h3{
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 130%;
    color: #404040;
    max-width: 410px;
    margin-bottom: 40px;
}
.form-v2__content{
    width: 50%;
    padding-right: 10%;
    padding-top: 30px;
}
.form-v2__form-box{
    width: 50%;
    overflow: hidden;
}
.form-v2__content p{
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    color: #404040;
}
.contact-us-form .input-group label {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    transition: all .2s ease;
}

.contact-us-form .input-group {
    display: flex;
    position: relative;
    flex-direction: column;
    padding-top: 18px;
    margin-bottom: 15px;
}

.contact-us-form .input-group input {
    border: 0;
    outline: 0;
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    padding-bottom: 0px;
    padding-top: 14px;
    background: transparent;
    border-bottom: 2px solid transparent;
    transition: all .2s ease;
    width: 100%;
}

.contact-us-form .input-group input::-webkit-outer-spin-button,
.contact-us-form .input-group input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.contact-us-form .input-group.buttons {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.contact-us-form .input-group.buttons label {
    position: relative;
    top: 0;
    left: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #6D6D6D;
    text-transform: unset;
    max-width: 355px;
}

.contact-us-form .input-group.buttons label a {
    font-style: italic;
    font-weight: 700;
    color: #6D6D6D;
    text-decoration: none;
}

.contact-us-form .input-group.buttons label a:after {
    content: none;
}

.contact-us-form .input-group input[type=number] {
    -moz-appearance: textfield;
}

.contact-us-form .input-group.active input {
    border-color: #404040;
    padding-bottom: 25px;
}

.contact-us-form .input-group.active textarea {
    border-color: #404040 !important;
    padding-bottom: 25px;
}
.contact-us-form .input-group.active label {
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #8D8D8D;
    left: 0;
    top: 0;
    transform: translateY(0%);
}

.contact-us-form .input-group.textarea textarea {
    height: 65px;
    border: 0;
    border-bottom: 2px solid transparent;
    outline: 0;
    resize: none;
    overflow: auto;
    font-weight: 600;
    font-size: 31px;
    line-height: 1;
    padding-bottom: 0px;
    padding-top: 14px;
    background: transparent;
    transition: all .2s ease;
}
.contact-us-form .checkbox {
    display: flex;
    align-items: center;
}

.contact-us-form .checkbox input {
    width: 20px!important;
    height: 20px;
    opacity: 0;
    position: absolute;
    left: -32px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.contact-us-form .checkbox label {
    transform: unset;
}
.contact-us-form .checkbox span.wpcf7-list-item-label,
.contact-us-form .checkbox .wpcf7-list-item {
    position: relative;
}
.contact-us-form .checkbox span.wpcf7-list-item-label {
    font-size: 0;
}
.contact-us-form .checkbox input:checked + span.wpcf7-list-item-label:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #404040;
    border-radius: 50%;
    position: absolute;
    left: -27px;
    top: 50%;
    transform: translateY(-50%);
}

.contact-us-form .checkbox span.wpcf7-list-item-label:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #404040;
    background: transparent;
    position: absolute;
    left: -34px;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
}

.contact-us-form .input-group.buttons input {
    background: #404040;
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 16px 16px;
    max-width: 277px;
    width: 100%;
    border: 0;
    outline: 0;
}
.contact-us-form .checkbox p{
    display: flex;
    align-items: center;
}
.contact-us-form .checkbox .wpcf7-form-control-wrap{
    padding-left: 20px;
}
.contact-us-form .checkbox .wpcf7-not-valid-tip{
    position: absolute;
    width: 170px;
    bottom: -22px;
    left: 0;
}
.wpcf7 form.sent .wpcf7-response-output{
    text-align: center;
}
.hero-section__text-group{
    display: flex;
    margin: -80px auto;
    justify-content: center;
    width: 100%;
    padding-bottom: 150px;
}
.hero-section__group-item strong{
    font-weight: 600;
}
.hero-section__group-item{
    width: 50%;
    margin: 80px
}
.hero-section__subtitle{
    font-family: 'Gilroy' !important;
    font-weight: 500;
    font-size: 25px;
    text-align: center;
    color: #151515;
    margin-bottom: 60px;
}
.hero-section__logos{
    display: flex;
    width: 100%;
    justify-content: center;
    margin: -42px auto;
    padding-bottom: 20px;
}
.hero-section__logos-item img{
    mix-blend-mode: darken;
}
.hero-section__logos-item{
    max-height: 100px;
    margin: 42px;
    min-width: 100px;
    width: 33.333%;
}
.hero-section__logos-item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.hero-section .section-heading-label{
    padding-top: 130px;
    padding-bottom: 7px;
    border-bottom: 1px solid #404040;
    margin-bottom: 90px;
}
.hero-section .section-heading-label span{
    padding-left: 12px;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #404040;
    position: relative;
}
.hero-section .section-heading-label span:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    background: #404040;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.choose-us-section__photo img{
    width: 250px;
    height: 250px;
    border-radius: 50%;
    object-fit: cover;
    object-position: left;
}
.banner-content .col-lg-6{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.choose-us-section .banner-content .content-block.smaller{
    justify-content: flex-start;
}
.choose-us-section .banner-content .content-block.smaller .text p{
    margin-bottom: 0 !important;
}

.choose-us-section__photo{
    padding-top: 50px;
    max-width: 475px;
    margin-left: auto;
    width: 100%;
    margin-bottom: -50px;
}
@media(max-width: 1440px){
    .hero h1{
        font-size: 150px;
    }
    .hero h4{
        font-size: 52px;
    }
    .hero p{
        font-size: 24px;
        margin-bottom: 20px;
        line-height: 1.2;
    }
    .hero span{
        font-size: 20px;
    }
    body.page .quotes-inner__content p{
        font-size: 32px;
    }
}
@media(max-width: 1200px){
    .quotes-inner__content p,
    .hero-top__info p{
        font-size: 30px;
    }
    .hero-top .quotes-inner__content{
        padding: 80px 25px 30px 25px;
    }
    .hero-top__info{
        padding: 150px 25px 100px 25px;
    }
    .info-section h2{
        font-size: 40px;
        line-height: 150%;
    }
    .banner-v3{
        padding-top: 15%;
    }
    .banner-v3 h2{
        font-size: 60px;
    }
    .post-list__info h3{
        font-size: 28px;
        margin-bottom: 25px;
    }
    .post-list__info{
        padding-right: 60px;
    }
    .post-list__item:nth-child(even) .post-list__info{
        padding-left: 60px;
    }
}
@media(max-width: 1024px){
    .why-us__image-box span{
        font-size: 1.5rem;
    }
    .meet h3 {
        font-size: 42px;
    }
    body.page .quotes-inner__content p, .hero-top__info p {
        font-size: 26px;
    }
}
@media(max-width: 992px){
    .container{
        padding: 0 80px;
    }
    .book h2{
        font-size: 36px;
    }
    .book__logo{
        max-width: 265px;
    }
    .book h4{
        font-size: 29px;
    }
    .book__row{
        margin: -10px;
    }
    .book form,
    .book__logos{
        margin: 10px;
    }
    .book__logos div:first-of-type{
        padding-top: 50%;
    }
    .tour-info h2{
        font-size: 34px;
    }
    .tour-info li{
        font-size: 22px;
    }
    .tour-info h3{
        font-size: 34px;
    }
    .testimonials__quotes h4,
    .testimonials__quotes p{
        font-size: 19px
    }
    .why-us h2{
        font-size: 36px;
    }
    .why-us li{
        font-size: 20px;
    }
    .why-us h4{
        font-size: 24px;
    }
    .meet h2{
        font-size: 28px;
    }
    .meet p{
        font-size: 18px;
    }
    .map h3 {
        font-size: 24px;
    }
    .map h4{
        font-size: 20px;
    }
    .map h5{
        font-size: 18px;
    }
    .highlights h2{
        font-size: 34px;
    }
    .highlights li{
        font-size: 18px;
    }
    .fall h2{
        font-size: 40px;
    }
    .fall__logo h4{
        font-size: 32px;
    }
    .gallery h2{
        font-size: 34px;
    }
    .why-us__image-box span {
        font-size: 1rem;
    }
    .info-section h2 {
        font-size: 36px;
        line-height: 140%;
    }
    .info-section li p{
        font-size: 22px;
    }
    .quotes-section__name-box{
        max-width: 425px;
        margin-right: 20px;
    }
    .quotes-inner__content{
        padding: 30px;
    }
    .post-list__info {
        padding-right: 30px;
    }
    .post-list__item:nth-child(even) .post-list__info{
        padding-left: 30px;
    }
    .form-v2{
        padding: 70px 0;
    }
    .form-v2 h3{
        font-size: 40px;
        padding-right: 5%;
    }
    .contact-us-form .input-group input{
        font-size: 24px;
    }
    .contact-us-form .input-group label{
        font-size: 18px;
    }
    .hero-section__text-group{
        flex-direction: column;
    }
    .hero-section__group-item{
        width: calc(100% - 180px);
    }
}
@media(max-width: 768px){
    .container{
        padding: 0 40px;
    }
    .hero h1{
        font-size: 120px;
    }
    .hero h4{
        font-size: 38px;
    }
    .hero p{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .hero span{
        font-size: 20px;
    }
    .map__col ul{
        padding-right: 0;
    }
    form input[type="submit"]{
        font-size: 28px;
    }
    .tour-info ul {
        margin-bottom: 20px;
    }
    .tour-info h2 {
        font-size: 28px;
    }
    .tour-info h3 {
        font-size: 28px;
    }
    .tour-info li {
        font-size: 20px;
    }
    .why-us h2 {
        font-size: 28px;
    }
    .why-us li {
        font-size: 18px;
    }
    .why-us h4 {
        font-size: 20px;
    }
    .meet h3 {
        font-size: 36px;
    }
    .map h3 {
        font-size: 20px;
    }
    .map__row{
        flex-wrap: wrap;
        flex-direction: column;
        width: 100%;
    }
    .map__col{
        width: 100%;
        flex: 1 0 30%;
    }
    .highlights__inner ul{
        width: 65%;
    }
    .highlights__image-wrap {
        width: 35%;
    }
    .highlights li {
        font-size: 16px;
    }
    .highlights h2 {
        font-size: 28px;
    }
    .hero-top .quotes-inner__content {
        padding: 65px 15px 30px 15px;
    }
    .hero-top__info {
        padding: 138px 15px 78px 15px;
    }
    body.page .quotes-inner__content p, .hero-top__info p {
        font-size: 22px;
    }    
    .hero-top__image-box{
        max-height: 400px;
        height: 80vh;
        min-height: unset;
    }
    .hero-location-controllers .title p{
        font-size: 18px;
        line-height: 1
    }
    .info-section h2{
        font-size: 28px;
        margin-bottom: 40px;
    }
    .hero-location{
        padding: 70px 0 50px 0;
    }
    .banner-v3 h2 {
        font-size: 42px;
    }
    .banner-v3{
        padding-top: unset;
        display: flex;
        align-items: center;
    }
    .banner-v3 h2{
        margin-bottom: 30px;
    }
    .quotes-inner{
        display: flex;
        flex-direction: column-reverse;
    }
    .quotes-section__main-box{
        max-width: 100%;
        margin-left: unset;
    }
    .quotes-inner__content{
        position: static;
        width: 100%;
    }
    .quotes-section__main-box{
        min-height: 70vh;
        max-height: 450px;
        height: 100%;
    }
    .post-list__item{
        flex-direction: column;
    }
    .post-list__item:nth-child(even) .post-list__info{
        order: unset;
    }
    .post-list__info{
        padding-right: unset;
        width: 100%;
        margin-bottom: 30px;
    }
    .post-list__image-box{
        width: 100%;
    }
    .post-list__item:nth-child(even) .post-list__info{
        padding-left: unset;
    }
    .post-list__inner{
        padding-top: 20px;
    }
    .form-v2__inner{
        flex-direction: column;
    }
    .form-v2__content{
        width: 100%;
        padding-right: unset;
        padding-bottom: 30px;
    }
    .form-v2 h3{
        max-width: unset;
        margin-bottom: 25px;
        font-size: 34px;
    }
    .form-v2__form-box{
        width: 100%;
    }
    .hero-section__text-group{
        margin: -35px auto;
    }
    .hero-section__group-item{
        margin: 35px;
        width: calc(100% - 70px);
    }
    .hero-section__logos-item{
        margin: 25px;
    }
    .hero-section__text-group{
        padding-bottom: 85px;
    }
    .hero-section .section-heading-label{
        padding-top: 70px;
    }
}
@media(max-width: 575px){
    .container{
        padding: 0 15px;
    }
    .hero p {
        font-size: 20px;
    }
    .hero__logo{
        margin-top: 25px;
    }
    .book h3{
        font-size: 24px;
        margin-bottom: 26px;
    }
    .book h2 {
        font-size: 24px;
    }
    .book__row{
        flex-direction: column;
    }
    .book form{
        width: auto;
    }
    .book__logos{
        width: 50%;
        margin: auto;
    }
    .book form p.text,
    .book__form-item label,
    .book__lower-form label{
        font-size: 14px;
    }
    .tour-info h2 {
        font-size: 22px;
    }
    .tour-info li {
        font-size: 18px;
    }
    .tour-info h3 {
        font-size: 22px;
        letter-spacing: unset;
    }
    .testimonials__quotes h4, .testimonials__quotes p {
        font-size: 16px;
    }
    .why-us__row{
        flex-direction: column;
    }
    .why-us__image-box{
        width: 50%;
        margin: 0 auto;
        margin-top: 15px;
    }
    .why-us__image-box span {
        font-size: 1.5rem;
    }
    .meet h3 {
        font-size: 28px;
    }
    .meet__info-box{
        flex-direction: column;
    }
    .map__row{
        margin: -20px;
    }
    .map__col{
        flex: unset;
        margin: 20px;
    }
    .highlights__inner{
        flex-direction: column;
    }
    .highlights__inner ul{
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .highlights__image-wrap{
        width: 100%;
    }
    .fall h2 {
        font-size: 27px;
    }
    .fall__logo h4 {
        font-size: 18px;
    }
    .fall{
        padding: 30px 0;
    }
    .fall h2:last-of-type{
        margin-bottom: 20px;
    }
    .gallery__inner{
        margin: -5px;
        margin-bottom: 20px;
    }
    .gallery__image{
        margin: 5px;
    }
    .gallery__image:nth-child(2), .gallery__image:nth-child(3),
    .gallery__image:nth-child(5), .gallery__image:nth-child(6){
        width: calc(50% - 10px);
    }
    .gallery h2 {
        font-size: 28px;
    }
    .meet__info{
        width: 100%;
    }
    .meet__photo-box{
        margin: auto;
        width: 50%;
        font-size: 14px;
    }
    body.page  .quotes-inner__content p, .hero-top__info p {
        font-size: 16px;
    }
    .info-section h2{
        font-size: 24px;
        margin-bottom: 25px;
    }
    .info-section li p {
        font-size: 20px;
    }
    .quotes-inner__content{
        padding: 30px 15px;
    }
    .contact-us-form .input-group.buttons{
        flex-direction: column;
    }
    .contact-us-form .checkbox{
        margin-bottom: 20px;
    }
    .form-v2 {
        padding: 40px 0;
    }
    .post-list{
        padding: 70px 0;
    }    
    .contact-us-form .input-group input{
        font-size: 20px;
    }
    .contact-us-form .input-group.active input{
        padding-bottom: 15px;
    }
    .hero-top .quotes-inner__content{
        position: absolute;
    }
    .banner-v3 h2 {
        font-size: 32px;
    }
    .hero-section__group-item{
        margin: 35px 0;
        width: calc(100%);
    }
    .hero-section__logos{
        flex-wrap: wrap;
    }
    .hero-section__logos-item{
        width: 30%;
    }
    .hero-section__subtitle{
        font-size: 22px;
    }
    .choose-us-section__photo{
        margin-bottom: unset;
        margin-left: unset;
    }
    .choose-us-section__photo img{
        width: 150px;
        height: 150px;
    }
}
@media(max-width: 400px){
    .why-us__image-box span{
        font-size: 1rem;
    }
    body.page .quotes-inner__content p, .hero-top__info p {
        font-size: 14px;
    }
}