.header{display:flex;height:125px;justify-content:space-between;line-height:125px}.header .kasa-logo{width:250px}.header .head-nav{text-align:center;width:255px}.header .head-nav .head-nav-ul{display:flex;justify-content:space-between}.header .head-nav .head-nav-ul .head-nav-li{font-size:1.5em}.header .head-nav .head-nav-ul .active{color:#ff6060;position:relative}.header .head-nav .head-nav-ul .active:before{background-color:#ff6060;bottom:0;content:"";display:block;height:2px;left:0;position:absolute;width:100%}.header .head-nav .head-nav-ul .inactive{color:#ff6060;position:relative}.header .head-nav .head-nav-ul .inactive:before{background-color:#ff6060;bottom:0;content:"";display:block;height:2px;left:0;position:absolute;-webkit-transform:scaleX(0);transform:scaleX(0);transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;width:100%}.header .head-nav .head-nav-ul .inactive:hover:before{-webkit-transform:scaleX(1);transform:scaleX(1)}@media screen and (max-width:1050px){.header{height:100px;justify-content:flex-start;width:100%}.header .head-nav{margin-left:100px;width:100%}.header .head-nav .head-nav-ul .head-nav-li{font-size:1.7vh;text-transform:uppercase}}@media screen and (max-width:650px){.header .head-nav{margin-left:30px}}@media screen and (max-width:550px){.header{height:65px}.header .kasa-logo{width:37vw}.header .head-nav-ul{height:65px;line-height:65px}.header .head-nav-ul .head-nav-li{font-size:1vw}}.footer{background-color:#000;height:150px;margin:0;padding-top:70px;width:100%}.footer h2{display:block;margin:0 auto 25px;width:250px}.footer .copyright,.footer h2 img{display:block;margin:auto}.footer .copyright{color:#fff;font-size:1.6vh;text-align:center}.banner{border-radius:18px;box-shadow:2px 2px 7px #535353;height:168px;margin:25px 0;overflow:hidden;position:relative}.banner img{height:100%;object-fit:cover;width:100%}.banner .gimmick{color:#fff;font-size:3.2vmax;left:50%;position:absolute;text-align:center;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:90%}.banner br{display:none}.banner:before{background-color:#000;content:"";height:100%;opacity:.3;position:absolute;width:100%}@media screen and (max-width:1050px){.gimmick{font-size:7vmax}}@media screen and (max-width:500px){.banner{border-radius:10px;height:105px}.banner .gimmick{text-align:left}.banner br{display:block}}.home-main{margin-top:70px}.home-main .gallery{background-color:#ececec;border-radius:25px 25px 0 0;padding:25px 50px}.home-main .gallery .home-main-ul{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}.home-main .gallery .home-main-ul .card{border-radius:15px;box-shadow:3px 3px 8px #6b6b6b;height:34vh;margin:50px 20px;max-width:35vh;overflow:hidden;position:relative;transition:.3s}.home-main .gallery .home-main-ul .card img{height:100%;object-fit:cover;width:100%}.home-main .gallery .home-main-ul .card span{bottom:10px;color:#fff;font-weight:700;left:140px;position:absolute;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:50%;z-index:1}.home-main .gallery .home-main-ul .card:after{box-shadow:inset 0 -100px 50px -50px #181818;content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.home-main .gallery .home-main-ul .card:hover{box-shadow:inset inset 2px 2px 8px 1px 1px 2px;filter:grayscale(75%);-webkit-filter:grayscale(75%);-moz-filter:grayscale(75%);-webkit-transform:scale(1.03);transform:scale(1.03)}.home-main .gallery .home-main-ul .card:hover img{-webkit-animation-duration:20s;animation-duration:20s;-webkit-animation-name:ScaleUp;animation-name:ScaleUp}@-webkit-keyframes ScaleUp{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(2);transform:scale(2)}}@keyframes ScaleUp{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(2);transform:scale(2)}}@media screen and (max-width:1050px){.home-main-ul{align-items:center;display:flex;flex-direction:column}}@media screen and (max-width:500px){.home-main{margin-top:25px}.home-main .gallery{background-color:#fff;padding:0}.home-main .gallery .home-main-ul .card{margin:5px 0 25px;max-width:none}}.accordion{margin:25px auto;width:100%}.accordion .accordion-head{background-color:#ff6060;border-radius:5px;box-shadow:2px 2px 10px #b6b6b6;cursor:pointer;font-size:1.2em;overflow:hidden;padding:15px;position:relative}.accordion .accordion-head__title{color:#fff}.accordion .accordion-head:before{background:url(/static/media/arrow.b1ec02e25e0af45e9351.svg) no-repeat;top:16%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.accordion .accordion-head:before,.accordion .open:before{background-position:100%;background-size:contain;content:"";height:25px;position:absolute;right:12px;transition:.3s;width:25px}.accordion .open:before{top:27%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transform:rotate(270deg);transform:rotate(270deg)}.accordion .accordion-content{background-color:#ececec;border-radius:0 0 5px 5px;box-shadow:2px 2px 10px #b6b6b6;color:#ff6060;font-size:1.2em;line-height:30px;padding:35px 20px}.accordion .accordion-content .open{-webkit-animation:displayaAccordion .7s;animation:displayaAccordion .7s}@-webkit-keyframes displayaAccordion{0%{opacity:0}to{opacity:1}}@keyframes displayaAccordion{0%{opacity:0}to{opacity:1}}@media screen and (max-width:500px){.bannerAbout{height:150px}}.slider{border-radius:30px;box-shadow:2px 2px 8px;height:24vw;overflow:hidden;position:relative;width:100%}.slider img{transition-duration:1s ease}.slider .slide.active,.slider img{height:100%;object-fit:cover;width:100%}.slider .slide.active{opacity:1;transition-duration:1s}.slider .arrows{display:flex;justify-content:space-between;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:95%}.slider .arrows .arrow{cursor:pointer}.slider .arrows .arrow:hover>img{opacity:1}.slider .arrows img{opacity:.6;transition:.3s;width:42px}.slider .arrows-none{display:none}.slider .counter{bottom:5%;color:#fff;display:block;font-weight:700;left:50%;position:absolute;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (max-width:970px){.slider{border-radius:7px;height:60vw}.slider .arrows{margin-left:10px;width:100%}.slider .arrows img{opacity:1;width:40%}}.hosting{color:#ff6060;display:flex;justify-content:space-between;margin-top:40px}.hosting h3{font-size:4.1vh}.hosting .location{display:block;font-size:1.7vh;padding:15px 0}.hosting .tags{display:flex}.hosting .tags .tag{background-color:#ff6060;border-radius:8px;color:#fff;height:27px;line-height:27px;margin-right:10px;padding:0 13px;text-align:center;width:auto}.hosting .host{display:flex}.hosting .host .host-name{display:block;font-size:2.1vh;height:60px;line-height:30px;margin:10px 15px;text-align:end;width:100px}.hosting .host .host-pic img{border:solid;border-radius:50%;height:80px;overflow:hidden;width:80px}.hosting .rating{text-align:right}.hosting .rating img{margin:5px}@media screen and (max-width:550px){.hosting{flex-wrap:wrap}.hosting h3{font-size:3.1vh}.hosting .tags{margin-bottom:25px}.hosting .tags .tag{font-size:.7em}.hosting .host-parent{display:flex;flex-direction:row-reverse}.hosting .host-parent .host{justify-content:flex-end}.hosting .host-parent .host .host-pic img{height:50px;margin-top:10px;width:50px}.hosting .host-parent .rating{height:50px;justify-content:flex-start;line-height:100px}.hosting .host-parent .rating img{width:14px}}.host--section{display:flex;width:100%}.host--section .accordion-left{margin-right:50px;width:50%}.host--section .accordion-right{margin-left:50px;width:50%}@media screen and (max-width:790px){.host--section{flex-direction:column}.host--section .accordion-left,.host--section .accordion-right{margin:auto;width:100%}}.not-found{color:#ff6060;font-family:Montserrat,Arial,"sans-serif",inter;margin-top:100px;text-align:center}.not-found span{display:block;font-family:MontserratBold,Arial,"sans-serif",inter;font-size:22vw}.not-found h1{font-size:2vw;margin-bottom:100px;padding:60px}.not-found .error-link{color:#ff6060;display:block;font-size:1.5em;margin-bottom:200px;text-decoration:underline}@media screen and (max-width:500px){.not-found h1{font-size:2vh;padding:30px}}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{background:transparent;border:0;font-size:100%;margin:0;outline:0;padding:0;vertical-align:baseline}li{list-style:none}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}a{background:transparent;font-size:100%;margin:0;padding:0;vertical-align:baseline}a,ins{color:#000;text-decoration:none}ins,mark{background-color:#ff9}mark{color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{border:0;border-top:1px solid #ccc;display:block;height:1px;margin:1em 0;padding:0}input,select{vertical-align:middle}@font-face{font-family:Montserrat;src:url(/static/media/Montserrat-Regular.ac98a5f5ca71180fe293.ttf) format("truetype")}@font-face{font-family:MontserratBold;src:url(/static/media/Montserrat-Bold.63fae500fdcf19ce83d4.ttf) format("truetype")}#root{display:flex;flex-direction:column;font-family:Montserrat,Arial,"sans-serif",inter;justify-content:space-between;min-height:100vh;position:relative}.page-container{padding:30px 250px 0}@media screen and (max-width:1900px){.page-container{padding:30px 150px 0}}@media screen and (max-width:1750px){.page-container{padding:30px 100px 0}}@media screen and (max-width:1150px){.page-container{padding:20px 45px 0}}@media screen and (max-width:500px){.page-container{padding:20px}}
/*# sourceMappingURL=main.8ac1106b.css.map*/