.cc__container.cc__hero { margin: 1rem auto; } .cc__hero .cc__section { border-radius: 12px; padding: 0 2rem; height: 300px; justify-content: left  !important; overflow: hidden; } .cc__hero .cc__background_image { width: 100%; height: 100%; position: absolute; top: 0; left: 0; object-fit: cover; } .cc__hero .cc__content { width: 25%; z-index: 3; } .cc__hero .cc__summary_hero { margin: 20px 0 12px 0; color: #fff; text-align: left; position: relative; z-index: 1; font-size: 28px; } .cc__hero .cc__description { line-height: 24px; font-size: 18px; color: #fff; position: relative; height: 96px; flex: 1; } .cc__hero .cc__cta_link { margin: 12px 0; line-height: 1; font-size: 1rem; font-weight: bold; color: #fff; position: relative; cursor: pointer; } .cc__hero .cc__cta_link:hover { text-decoration: underline; } .cc__hero .cc__cta_group { display: flex; position: absolute; bottom: 1rem; z-index: 1; } .cc__hero .cc__cta_btn { background: #fff; margin: 0 6px; border: 1px solid #000; border-radius: 32px; padding: .5rem 12px; display: flex; justify-content: center; align-items: center; box-sizing: border-box; } .cc__hero .cc__cta_btn_text { margin-left: 8px; line-height: 16px; font-size: 14px; } .cc__hero .cc__cta_btn_icon { width: 1rem; display: flex; flex-direction: column; align-content: center; } .normal_icon { display: block; } .hover_icon { display: none; } .cc__cta_btn:hover { border-color: #294e95; color: #294e95; cursor: pointer; } .cc__cta_btn:hover .normal_icon { display: none; } .cc__cta_btn:hover .hover_icon { display: block; } .cc__hero_video_bg { position: absolute; width: 100%; height: 100%; top: -150px; left: 0; display: flex; justify-content: center; align-items: flex-start; z-index: 1; object-fit: contain; object-position: center; } .cc__cta_btn.active { border-color: #294e95; color: #294e95; cursor: pointer; background-color: #e9eef6 } .cc__cta_btn.active .normal_icon { display: none; } .cc__cta_btn.active .hover_icon { display: block; } .cc__hero .major.active { display: block; } .cc__hero .major { display: none; } .hx__video__mask { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 2; background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .2) 10%, rgba(0, 0, 0, .9) 100%); background: -moz-linear-gradient(270deg, rgba(0, 0, 0, .2) 10%, rgba(0, 0, 0, .9) 100%); background: -ms-linear-gradient(270deg, rgba(0, 0, 0, .2) 10%, rgba(0, 0, 0, .9) 100%); background: -o-linear-gradient(270deg, rgba(0, 0, 0, .2) 10%, rgba(0, 0, 0, .9) 100%); background: linear-gradient(270deg, rgba(0, 0, 0, .2) 10%, rgba(0, 0, 0, .9) 100%) }
