:root { --deep-blue-2: #294e95; } * { margin: 0; padding: 0; } .flex { display: flex; } .cc__container { margin: 0 auto; padding: 0 auto; max-width: 1920px; position: relative; } .cc__section { position: relative; } .cc__summary { margin: 2rem 0 12px 0; line-height: 1; font-size: 1.75rem; font-weight: bold; text-align: center; } .cc__container.cc__hero { margin: 0; padding: 0; } .cc__hero .cc__section { border-radius: 0; padding: 0; height: 257px; 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 { padding-left: 16px; width: 60%; z-index: 3; } .cc__hero .cc__summary_hero { margin: 12px 0; line-height: 1; color: #fff; font-size: 18px; text-align: left; position: relative; z-index: 1; } .cc__hero .cc__description { line-height: 16px; font-size: 12px; color: #fff; position: relative; height: auto; } .cc__hero .cc__cta_link { margin: 12px 0; line-height: 16px; font-size: 14px; font-weight: bold; color: #fff; position: relative; cursor: pointer; } .cc__hero .cc__cta_group { width: 100%; display: flex; position: absolute; bottom: 1rem; z-index: 1; overflow-y: scroll; padding-top: 1em; padding-right: 1em; } .cc__hero .cc__cta_btn { background: #fff; margin: 6px 4px; border: 1px solid #000; border-radius: 2rem; padding: .5rem 12px; display: flex; justify-content: center; align-items: center; box-sizing: border-box; } .cc__hero .cc__cta_btn_text { margin-left: .5rem; line-height: 16px; font-size: 14px; white-space: nowrap; } .cc__hero .cc__cta_btn_icon { width: 16px; display: flex; flex-direction: column; } .normal_icon { display: block; } .hover_icon { display: none; } .cc__cta_btn:hover { border-color: #294e95; color: #294e95; cursor: pointer; } .cc__hero_video_bg { position: absolute; width: 100%; height: 100%; top: -220px; left: 0; display: flex; justify-content: center; align-items: flex-start; z-index: 1; object-fit: contain; object-position: center; } .hide { display: none; } .cc__section > picture { position: absolute; height: inherit; width: 100%; } .cc__hero_img_bg { width: 100%; min-height: 100%; object-fit: cover; display: none; } .cc__hero_img_bg.display_bg { display: block; } .cc__cta_btn:hover .normal_icon { display: none; } .cc__cta_btn:hover .hover_icon { display: block; } .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% ); } @media (min-width: 756px) { .cc__container.cc__hero { margin: 0 auto; } .cc__hero .cc__content { width: 25%; z-index: 3; } .cc__summary { margin: 2rem 0 12px 0; line-height: 1; font-size: 1.75rem; font-weight: bold; text-align: center; } .cc__hero .cc__section { height: 326px; } .cc__hero .cc__description { line-height: 24px; font-size: 18px; color: #fff; position: relative; height: 96px; flex: 1; } .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__cta_group { overflow-y: hidden; } .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_btn_text { margin-left: 8px; line-height: 16px; font-size: 14px; } }
