.gallery-section .swiper{width:100%;height:45vh;margin-top:60px;position:relative;overflow:hidden}.gallery-section .swiper-wrapper{align-items:center}.gallery-section .swiper-slide{width:100%;height:100%;transition:.5s;overflow:hidden;background-color:#fff;display:flex;align-items:center;justify-content:center;border-radius:12px}.gallery-section .swiper-slide img{width:100%;height:100%;object-fit:cover;transition:.5s;border-radius:12px}.gallery-section .swiper-slide-active{z-index:10;width:100%;height:100%}.gallery-section .swiper-button-next,.gallery-section .swiper-button-prev{width:55px;height:55px;background-color:#f33;border-radius:4px;color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.1);position:absolute;top:55%;transform:translateY(-50%);z-index:20}.gallery-section .swiper-button-next i,.gallery-section .swiper-button-prev i{font-size:20px}.gallery-section .swiper-button-next{right:27%}.gallery-section .swiper-button-prev{left:27%}.gallery-section .swiper-button-next:after,.gallery-section .swiper-button-prev:after{display:none}@media (min-width:521px) and (max-width:1024px){.gallery-section .swiper{height:33vh}.gallery-section .swiper-button-next,.gallery-section .swiper-button-prev{width:40px;height:40px}.gallery-section .swiper-button-next i,.gallery-section .swiper-button-prev i{font-size:16px}.gallery-section .swiper-button-next{right:15%}.gallery-section .swiper-button-prev{left:15%}.gallery-section .swiper-button-next:after,.gallery-section .swiper-button-prev:after{font-size:14px}}@media (max-width:520px){.gallery-section .swiper{height:22vh!important}.gallery-section .swiper-button-next,.gallery-section .swiper-button-prev{width:25px;height:25px}.gallery-section .swiper-button-next{right:10%}.gallery-section .swiper-button-prev{left:10%}.gallery-section .swiper-button-next i,.gallery-section .swiper-button-prev i{font-size:12px}.gallery-section .swiper-button-next:after,.gallery-section .swiper-button-prev:after{font-size:10px}}.home-news-section{margin:50px auto;padding-top:50px}.home-news-section .news-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:30px;margin-bottom:50px}.home-news-section .news-card{background-color:#fff;border-radius:20px;overflow:hidden}.home-news-section .card-large{grid-column:1;grid-row:span 2;display:flex;flex-direction:column}.home-news-section .card-small{display:flex;flex-direction:row}.home-news-section .card-image{display:block;width:100%;object-fit:cover}.home-news-section .card-large .card-image{height:245px}.home-news-section .card-small .card-image-container{width:35%;overflow:hidden}.home-news-section .card-small .card-image{height:100%;object-fit:cover}.home-news-section .card-content{padding:25px;margin:10px}.home-news-section .card-small .card-content{padding:20px;width:65%}.home-news-section .card-meta{display:flex;align-items:center;margin-bottom:5px}.home-news-section .card-date{color:#727272;font-size:14px;display:flex;align-items:center}.home-news-section .date-icon{margin-right:3px}.home-news-section .share-button{color:#727272;font-size:14px;display:flex;align-items:center;cursor:pointer;margin-left:50px}.home-news-section .card-large .date-icon,.home-news-section .card-large .share-icon,.home-news-section .read-more i,.sections-container .section-link:hover{color:#f33}.home-news-section .card-title{color:#141d43;font-weight:600;font-size:18px;margin-bottom:15px;margin-top:25px;line-height:1.2}.home-news-section .card-description{color:#727272;font-size:13px;font-weight:300;line-height:1.6}.home-news-section .read-more{color:#141d43;font-size:12px;text-decoration:none;display:flex;flex-direction:column;gap:10px}.home-news-section i{font-size:12px;margin:0 10px 2px 8px}.news-button{width:40%;background-color:#141d43;border:none;margin:0 auto;display:flex;align-items:center;justify-content:center;transition:background-color .5s}.news-button:hover{background-color:#f33}.news-button a{width:100%;color:#fff;padding:20px 50px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.sections-container{margin-top:100px;display:flex;flex-direction:column;gap:20px}.sections-container .section-item{position:relative;height:400px;overflow:hidden}.sections-container .section-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat}.sections-container .bg-image{position:absolute;width:100%;height:100%;top:0;left:0;object-fit:cover}.sections-container .before-content{position:absolute;top:0;left:0;width:48.5%;height:100%;background:#060E33B8;display:flex;align-items:center;justify-content:center;padding:60px;z-index:2;color:#fff}.section-2 .before-content{left:51.5%}.sections-container .after-text,.sections-container .before-text{max-width:70%}.sections-container .section-description,.sections-container .section-title{text-align:start;color:#fff;margin-bottom:10px}.sections-container .section-link{display:flex;flex-direction:column;color:#fff;font-weight:500;transition:color .3s;margin-top:20px;gap:5px}.sections-container .after-content,.sections-container .center-icon{position:absolute;height:100%;background:#060E33B8;align-items:center;display:flex}.sections-container .section-link i{margin-left:15px;font-size:13px}.sections-container .after-content{top:0;right:0;width:50%;justify-content:center;padding:60px;color:#fff;z-index:1;opacity:0;transform:translateX(100%);transition:.4s}.section-2 .after-content{left:0;transform:translateX(-100%)}.sections-container .center-icon{top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;width:3%;border-left:1px solid #fff;border-right:1px solid #fff;justify-content:center;cursor:pointer;transition:.3s;box-shadow:0 4px 12px rgba(0,0,0,.2)}.sections-container .center-icon i{font-size:30px;color:#fff;transition:transform .3s}.section-2 .center-icon i,.sections-container .after-content.active~.center-icon i{transform:scaleX(-1)}.sections-container .after-content.active{opacity:1;transform:translateX(0)}.sections-container .after-content.active~.center-icon{background:#f33;transform:translate(-50%,-50%)}.section-2 .after-content.active~.center-icon i{transform:scaleX(1)}.pick-up-section{padding:120px 0;background-color:#f1f2f6}.pick-up-section .pick-up-components{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:50px}.pick-up-section .pick-up-content{padding-bottom:20px;background-color:#fff;color:#141d43;transition:.5s;min-height:300px;border-radius:8px;overflow:hidden}.pick-up-section .pick-up-content img{width:100%;height:75%;object-fit:cover}.pick-up-section .pick-up-content .pick-up-description{height:25%;font-weight:500;font-size:24px;line-height:26px;padding:15px;display:flex;align-items:center;justify-content:center;text-align:center}.pick-up-section .pick-up-content:hover{background-color:#f33;color:#fff}