.FrontBannerFullComponent {
  overflow: hidden;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #ffffff; }
  @media (max-width: 767px) {
    .FrontBannerFullComponent {
      background-size: cover;
      overflow: hidden; }
      .FrontBannerFullComponent .section-stco > .row > div {
        height: 100vh; }
        .FrontBannerFullComponent .section-stco > .row > div .ml-10 {
          margin-left: 2rem; } }
  .FrontBannerFullComponent .grad {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, #000 0, rgba(0, 0, 0, 0) 95%); }
  .FrontBannerFullComponent .to-animate-group {
    position: relative; }
  .FrontBannerFullComponent .ml-10 {
    margin-left: 8rem; }
  .FrontBannerFullComponent .ii {
    background: linear-gradient(to top, #000 0, rgba(0, 0, 0, 0) 100%); }
  .FrontBannerFullComponent h1, .FrontBannerFullComponent h2, .FrontBannerFullComponent h3, .FrontBannerFullComponent h5 {
    color: #FFFFFF; }
  @media (min-width: 768px) {
    .FrontBannerFullComponent h1, .FrontBannerFullComponent h3, .FrontBannerFullComponent h5 {
      max-width: 55%; } }
  .FrontBannerFullComponent h1 {
    font-size: 3.6rem; }
    @media (max-width: 767px) {
      .FrontBannerFullComponent h1 {
        font-size: 1.5rem; } }
    @media (max-width: 1439px) {
      .FrontBannerFullComponent h1 {
        font-size: 3rem; } }
  .FrontBannerFullComponent h3 {
    font-size: 1.6rem;
    font-weight: 200; }
  .FrontBannerFullComponent h5 {
    font-weight: 100; }
    @media (min-width: 768px) {
      .FrontBannerFullComponent h5 {
        width: 70%; } }
  .FrontBannerFullComponent a {
    color: #FFFFFF; }
    .FrontBannerFullComponent a > i {
      color: #515150; }
    .FrontBannerFullComponent a:hover {
      color: #515150;
      font-weight: 200;
      text-decoration: none; }
  .FrontBannerFullComponent .front-banner-main {
    height: 100%; }

@-webkit-keyframes move-in-steps {
  0% {
    width: 6rem; }
  60% {
    width: 1rem; }
  100% {
    width: 6rem; } }

@keyframes move-in-steps {
  0% {
    width: 6rem; }
  60% {
    width: 1rem; }
  100% {
    width: 6rem; } }
  .FrontBannerFullComponent #player {
    position: absolute;
    top: -200px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1; }
  .FrontBannerFullComponent .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.09); }
  .FrontBannerFullComponent .isText.v1 h1, .FrontBannerFullComponent .isText.v1 h2, .FrontBannerFullComponent .isText.v1 h3, .FrontBannerFullComponent .isText.v1 h5 {
    background: #3468a1;
    background: linear-gradient(125deg, #3468a1 0%, #0c519d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3468a1", endColorstr="#0c519d", GradientType=1);
    display: table-cell;
    font-size: 3.6rem;
    text-transform: uppercase; }
    @media (min-width: 1440px) {
      .FrontBannerFullComponent .isText.v1 h1, .FrontBannerFullComponent .isText.v1 h2, .FrontBannerFullComponent .isText.v1 h3, .FrontBannerFullComponent .isText.v1 h5 {
        font-size: 3rem; } }
  .FrontBannerFullComponent .isText h1, .FrontBannerFullComponent .isText h2, .FrontBannerFullComponent .isText h3, .FrontBannerFullComponent .isText h5 {
    padding: 0 1rem 0 1rem; }
    @media (min-width: 768px) {
      .FrontBannerFullComponent .isText h1, .FrontBannerFullComponent .isText h2, .FrontBannerFullComponent .isText h3, .FrontBannerFullComponent .isText h5 {
        padding: 0 2rem 0 2rem;
        margin-bottom: 0; } }
  .FrontBannerFullComponent .rewind {
    transform-origin: 0 0;
    webkit-transform-origin: 0 0;
    transform: rotate(-90deg);
    webkit-transform: rotate(-90deg);
    position: absolute;
    bottom: 0;
    color: #FFFFFF;
    margin-left: 2rem; }
    .FrontBannerFullComponent .rewind > div {
      width: 7rem;
      display: inline-block;
      float: left; }
      .FrontBannerFullComponent .rewind > div > span {
        width: 7rem;
        border-bottom: 1px solid #FFFFFF;
        display: inline-block;
        float: right;
        margin-top: 1rem;
        margin-right: 1rem;
        -webkit-animation: move-in-steps 6s infinite;
                animation: move-in-steps 6s infinite; }

@keyframes move-in-steps {
  0% {
    width: 6rem; }
  60% {
    width: 1rem; }
  100% {
    width: 6rem; } }

