@charset "UTF-8";@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{from{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{from{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes scaleIn{from{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}.contents-container{display:flex;width:100%;margin:0 auto;padding:0 40px;text-align:center}.contents-container.column{flex-direction:column}.contents-container.row{flex-direction:row}@media (max-width:1279px){.contents-container{padding:0 30px}}@media (max-width:768px){.contents-container{padding:0 20px}}.contents-container .contents-inner{max-width:1400px}.hero-section{position:relative;width:100%;height:100vh;min-height:600px;overflow:hidden}.hero-swiper{width:100%;height:100%}.hero-swiper .swiper-wrapper{height:100%}.hero-swiper .swiper-slide{position:relative;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);overflow:hidden}.hero-swiper .slide-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.hero-swiper .slide-background img,.hero-swiper .slide-background video{width:100%;height:100%;object-fit:cover;object-position:center}.hero-swiper .slide-background video::-webkit-media-controls{display:none!important}.hero-swiper .slide-background video::-webkit-media-controls-panel{display:none!important}.hero-swiper .slide-background video::-webkit-media-controls-play-button{display:none!important}.hero-swiper .slide-background video::-webkit-media-controls-start-playback-button{display:none!important}.hero-swiper .slide-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);z-index:2}.hero-swiper .slide-content{position:relative;z-index:3;display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#fff}.hero-swiper .slide-title{font-size:3.5rem;font-weight:700;margin-bottom:20px;line-height:1.2}.hero-swiper .slide-subtitle{font-size:1.5rem;font-weight:400;margin-bottom:15px}.hero-swiper .slide-description{font-size:1.1rem;line-height:1.6;margin-bottom:30px}.hero-swiper .slide-cta .cta-button{display:inline-block;padding:15px 35px;background:0 0;color:#fff;text-decoration:none;border-radius:50px;font-weight:600;font-size:1.1rem}.hero-swiper .swiper-button-next,.hero-swiper .swiper-button-prev{color:#fff;width:50px;height:50px;margin-top:-25px;background:rgba(255,255,255,.1);border-radius:50%;backdrop-filter:blur(10px);transition:all .3s ease}.hero-swiper .swiper-button-next:after,.hero-swiper .swiper-button-prev:after{font-size:20px;font-weight:600}.hero-swiper .swiper-button-next:hover,.hero-swiper .swiper-button-prev:hover{background:rgba(255,255,255,.2);transform:scale(1.1)}@media (max-width:768px){.hero-swiper .swiper-button-next,.hero-swiper .swiper-button-prev{width:40px;height:40px;margin-top:-20px}.hero-swiper .swiper-button-next:after,.hero-swiper .swiper-button-prev:after{font-size:16px}}.hero-swiper .swiper-button-next{right:30px}@media (max-width:768px){.hero-swiper .swiper-button-next{right:20px}}.hero-swiper .swiper-button-prev{left:30px}@media (max-width:768px){.hero-swiper .swiper-button-prev{left:20px}}.hero-swiper .swiper-pagination{bottom:30px}.hero-swiper .swiper-pagination .swiper-pagination-bullet{width:12px;height:12px;background:rgba(255,255,255,.5);opacity:1;transition:all .3s ease;transform:scale(1)}.hero-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#fff}@media (max-width:768px){.hero-swiper .swiper-pagination{bottom:20px}.hero-swiper .swiper-pagination .swiper-pagination-bullet{width:10px;height:10px}}.hero-swiper .swiper-slide:nth-child(1){background:linear-gradient(135deg,#667eea 0,#764ba2 100%)}.hero-swiper .swiper-slide:nth-child(2){background:linear-gradient(135deg,#f093fb 0,#f5576c 100%)}.hero-swiper .swiper-slide:nth-child(3){background:linear-gradient(135deg,#4facfe 0,#00f2fe 100%)}.hero-swiper .swiper-slide:nth-child(4){background:linear-gradient(135deg,#43e97b 0,#38f9d7 100%)}.hero-swiper .swiper-slide:nth-child(5){background:linear-gradient(135deg,#fa709a 0,#fee140 100%)}@keyframes slideInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.hero-swiper.swiper-initialized .slide-content{animation:fadeIn .8s ease-out}