.hero{position:relative;height:calc(100vh - 200px)}@media (min-width:768px){.hero{height:calc(100vh - 300px)}}@media (min-width:1200px){.hero{height:100vh;overflow:hidden}}.hero__img{position:relative;background-size:cover!important;background-position:50%!important;background-repeat:no-repeat!important;position:absolute;top:0;left:0;width:100%;height:calc(100% - 120px)}@media (min-width:768px){.hero__img{height:calc(100% - 80px)}}@media (min-width:992px){.hero__img{height:calc(100% - 90px)}}@media (min-width:1200px){.hero__img{display:none}}.hero__img img,.hero__img picture{position:absolute;width:0;height:0;visibility:hidden;opacity:0}.hero__slideimg{position:absolute;top:0;right:0;display:none;width:50%;height:100vh;-webkit-transform:translate(-10%,-2.5%) rotate(-10deg);transform:translate(-10%,-2.5%) rotate(-10deg);z-index:2}@media (min-width:1200px){.hero__slideimg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}}.hero__slideimg-left,.hero__slideimg-right{width:50%;padding:0 30px}.hero__slideimg-right{padding-top:100px}.hero__slideimg-item{width:100%;margin-bottom:60px}.hero__slideimg-item:nth-child(2) .hero__slideimg-imgbox{height:230px}.hero__slideimg-imgbox{position:relative;background-size:cover!important;background-position:50%!important;background-repeat:no-repeat!important;width:100%;height:360px}.hero__slideimg-imgbox img,.hero__slideimg-imgbox picture{position:absolute;width:0;height:0;visibility:hidden;opacity:0}.hero__title-desktop{position:absolute;top:50%;left:0;display:none;width:245%;color:var(--color-black);font-weight:400;font-size:var(--font-size-400);font-family:var(--font-family-head);-webkit-transform:translate(-100%,-50%);transform:translate(-100%,-50%);line-height:1.2;-webkit-animation:slidein 15s linear 1s infinite running;animation:slidein 15s linear 1s infinite running}@media (min-width:1200px){.hero__title-desktop{display:block}}@-webkit-keyframes slidein{to{-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%)}}@keyframes slidein{to{-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%)}}.hero .container,.hero .row{height:100%}.hero .row{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media (min-width:1200px){.hero__content{padding-bottom:20%}}.hero__content-title{margin-bottom:40px;color:var(--color-white);font-weight:400;font-size:var(--font-size-55);font-family:var(--font-family-head);line-height:1.2}@media (min-width:768px){.hero__content-title{font-size:var(--font-size-80)}}@media (min-width:992px){.hero__content-title{font-size:var(--font-size-120)}}@media (min-width:1200px){.hero__content-title{display:none}}.hero__detail{padding-right:170px}.hero__detail-title{margin-bottom:10px;color:var(--color-black);font-weight:400;font-size:var(--font-size-18);font-family:var(--font-family-head)}@media (min-width:768px){.hero__detail-title{font-size:var(--font-size-24)}}@media (min-width:992px){.hero__detail-title{font-size:var(--font-size-28)}}.hero__detail-desc{color:var(--color-black);font-weight:400;font-size:var(--font-size-12);font-family:var(--font-family-head)}@media (min-width:768px){.hero__detail-desc{font-size:var(--font-size-14)}}