.FrontBannerFullComponent_filler {
  position: relative;
  width: 100vw; }
  @media (max-width: 991px) {
    .FrontBannerFullComponent_filler {
      height: 40vh !important; } }

.FrontBannerFullComponent {
  overflow: hidden;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #ffffff; }
  @media (max-width: 991px) {
    .FrontBannerFullComponent {
      height: 40vh !important; } }
  .FrontBannerFullComponent > .image {
    height: 100%;
    width: 100%;
    position: absolute;
    transform: translate(0);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.9s ease-out;
    transition-delay: 0s; }
  @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 .to-animate-group {
    position: relative; }
  .FrontBannerFullComponent .ml-10 {
    margin-left: 8rem; }
  .FrontBannerFullComponent h1, .FrontBannerFullComponent h3, .FrontBannerFullComponent h5 {
    color: #171717; }
    @media (min-width: 992px) {
      .FrontBannerFullComponent h1, .FrontBannerFullComponent h3, .FrontBannerFullComponent h5 {
        max-width: 80%; } }
    @media (min-width: 1920px) {
      .FrontBannerFullComponent h1, .FrontBannerFullComponent h3, .FrontBannerFullComponent h5 {
        max-width: 80%; } }
  .FrontBannerFullComponent h1 {
    font-size: 2.2rem;
    font-weight: 600; }
    @media (max-width: 767px) {
      .FrontBannerFullComponent h1 {
        font-size: 2.5rem; } }
  .FrontBannerFullComponent h3 {
    font-size: 2.2rem;
    font-weight: 200; }
  .FrontBannerFullComponent h5 {
    font-weight: 100; }
    @media (min-width: 768px) {
      .FrontBannerFullComponent h5 {
        width: 70%; } }
  .FrontBannerFullComponent a {
    color: #F2F3F5; }
    .FrontBannerFullComponent a > i {
      color: #F2F3F5; }
    .FrontBannerFullComponent a:hover {
      color: #F2F3F5;
      font-weight: 500;
      background-color: #2176bd; }
  .FrontBannerFullComponent.isDark h1, .FrontBannerFullComponent.isDark h2, .FrontBannerFullComponent.isDark h3, .FrontBannerFullComponent.isDark h5 {
    color: #F2F3F5; }
  .FrontBannerFullComponent.isDark a {
    color: #F2F3F5; }
    .FrontBannerFullComponent.isDark a > i {
      color: #F2F3F5; }
    .FrontBannerFullComponent.isDark a:hover {
      color: #65951E; }
  .FrontBannerFullComponent .front-banner-main {
    height: 100%; }
  .FrontBannerFullComponent #player {
    position: absolute;
    top: -200px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1; }
  .FrontBannerFullComponent .overlay {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.09); }
  .FrontBannerFullComponent .isText {
    position: absolute;
    bottom: 15%;
    margin-left: 10%;
    margin-right: 30%;
    z-index: 110;
    min-width: 50%; }
    @media (max-width: 767px) {
      .FrontBannerFullComponent .isText {
        margin-left: 0;
        margin-right: 0;
        min-width: 100%;
        text-align: center; } }
    .FrontBannerFullComponent .isText.v1 h1, .FrontBannerFullComponent .isText.v1 h2, .FrontBannerFullComponent .isText.v1 h3, .FrontBannerFullComponent .isText.v1 h5 {
      display: table-cell;
      font-size: 2.2rem; }
    .FrontBannerFullComponent .isText h1, .FrontBannerFullComponent .isText h2, .FrontBannerFullComponent .isText h3, .FrontBannerFullComponent .isText h5 {
      padding: .5rem 1rem .5rem 2rem;
      margin: 0 auto; }
      @media (min-width: 1200px) {
        .FrontBannerFullComponent .isText h1, .FrontBannerFullComponent .isText h2, .FrontBannerFullComponent .isText h3, .FrontBannerFullComponent .isText h5 {
          padding: .5rem 2rem; } }
    .FrontBannerFullComponent .isText.v1 h1 {
      font-weight: 600;
      position: relative; }
      .FrontBannerFullComponent .isText.v1 h1 > span {
        color: #0e4c80; }
      @media (min-width: 1200px) {
        .FrontBannerFullComponent .isText.v1 h1 {
          padding: .5rem 2rem; } }
    .FrontBannerFullComponent .isText.v1 h3 {
      color: #26A7D6;
      font-weight: 600;
      font-size: 1.6rem !important; }
    .FrontBannerFullComponent .isText a.more {
      margin-left: 8rem; }
  .FrontBannerFullComponent .rewind {
    transform-origin: 0 0;
    webkit-transform-origin: 0 0;
    transform: rotate(-90deg);
    webkit-transform: rotate(-90deg);
    position: absolute;
    bottom: 0;
    color: #171717;
    margin-left: 2rem; }
    .FrontBannerFullComponent .rewind > div {
      width: 7rem;
      display: inline-block;
      float: left; }
      .FrontBannerFullComponent .rewind > div > span {
        width: 7rem;
        border-bottom: 1px solid #171717;
        display: inline-block;
        float: right;
        margin-top: 1rem;
        margin-right: 1rem;
        -webkit-animation: move-in-steps 6s infinite;
                animation: move-in-steps 6s infinite; }

@-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; } }

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

