@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;600&display=swap');
*{outline:none;box-sizing:border-box;}
html{outline:none;outline:0;margin:0;padding:0;scroll-behavior: smooth;}
body{background:#fff;font-size:16px;font-family: 'Titillium Web', sans-serif;position:relative;width:100vw;margin:0;padding:0;overflow-x:hidden;}
picture{display:block;}
figure{display:inline-block;margin:0;padding:0;}
figcaption{text-align:center;}
img{display:block;width:100% \9;max-width:100%;height:auto;}
textarea{resize:none;font-style:inherit;font-family:inherit;}
ul{padding:0;margin:0;}
li{list-style:none;}
a{display:block;text-decoration:none;transition:.4s;cursor:pointer;}
p{margin:0;padding:0;}
::-webkit-scrollbar{display:none;}
h1,h2,h3,h4,h5,h6 { font-family: 'Poppins', sans-serif; }
.slick-prev::before {font-size:1em;content: url('../../_img/icons/left-arrow.png');}
.slick-next::before {font-size:1em; content: url('../../_img/icons/right-arrow.png');}
.mobile-banner .slick-prev {left:.5em;width:40px;height:40px;}
.mobile-banner .slick-next {right:.5em;width:40px;height:40px;}
.mobile-banner .slick-dots {bottom:3em;}
.rental-pop .slick-prev, .rental-pop .slick-next {bottom:0;right:0;top:calc(100% - 25px);width:50px;height:50px;background:#111;display:flex;justify-content:center;align-items:center;}
.rental-pop .slick-prev {left:unset;right:50px !important;}
.rental-pop .slick-prev:hover {background:#111;}
.rental-pop .slick-next:hover {background:#111;}
.swiper-button-next, .swiper-button-prev {padding:2rem;}
.swiper-button-next::after {content:url('../_img/icons/right-arrow.png');}
.swiper-button-prev::after {content:url('../_img/icons/left-arrow.png');}
.swiper-pagination {bottom:2rem;}
.swiper-pagination-bullet {width:50px;height:5px;border-radius:4px;transition:.4s !important;background:#fff;}
.swiper-pagination-bullet-active {background:#429E9D}
.stop-scroll {overflow:hidden;}