.main-hero {
    width: 100%;
    background: url(../../img/mainbg.jpg);
    background-position: top center;
    background-size: 2720px;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    margin-top: 98px;
}

.main-hero::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    position: absolute;
    opacity: 0.25;
    background: linear-gradient(to right,  rgba(30,87,153,1) 0%,rgba(125,185,232,1) 52%,rgba(30,87,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.main-hero.page::before {
    opacity: 0.25;
}

.main-hero .row {
    min-height: 720px;
    justify-content: center;
    align-items: center;
    position: relative;
}

.main-hero.page .row {
    min-height: 560px;
}

.main-hero .row .col {
    max-width: 1800px;
}

.main-hero .h1 {
    color: #01162b;
    font-size: 52px;
    text-shadow: 0 2px 46px rgba(255, 255, 255, 0.75), 0 2px 36px rgba(255, 255, 255, 0.95), 0 2px 24px rgba(255, 255, 255, 1);
    position: relative;
    z-index: 3;
}

.main-hero.page .h1, .main-hero.page .h1 p {
    font-size: 46px;
    color: #01162b;
}

.main-hero.page .h1 p {
    margin-top: -30px;
}

.main-hero .h1 small {
    width: 100%;
    font-size: 60%;
    color: #308ad9;
}

.main-hero.page .h1 small {
}

.main-hero .h1 span {
    color: #308ad9;
    font-weight: 700;
}

.main-hero .text-description {
    max-width: 440px;
    margin-bottom: 24px;
    position: relative;
    z-index: 3;
}

.main-hero.page .text-description {
    max-width: 50%;
}

.main-hero .text-description p {
    margin: 0;
    padding: 0;
    margin-top: 3px;
    margin-bottom: 3px;
    color: #03182d;
    text-shadow: 0 2px 46px rgba(255, 255, 255, 0.75), 0 2px 36px rgba(255, 255, 255, 0.95), 0 2px 24px rgba(255, 255, 255, 1);
    font-size: 20px;
    font-weight: 400;
}

.main-hero.page .text-description p {
    font-size: 18px;
    font-weight: 500;
}

.main-hero .buttons {
    position: relative;
    z-index: 3;
}

.main-hero .lamp-img {
    position: absolute;
    left: 45%;
    top: 0;
    width: 960px;
    height: 720px;
    object-fit: contain;
    translate: -50% 0;
    z-index: 0;
}

.main-hero.page .lamp-img {
    translate: 0 0;
    left: auto;
    right: 0;
}

.main-hero .app-img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 55%;
    height: 100%;
    object-fit: contain;
    translate: 10% -50%;
    z-index: 1;
}



.main-hero .info2 {
    min-height: unset;
    margin-top: 0;
    margin-bottom: 18px;
    margin-top: -12px;
}

.main-hero .info2 ul {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    list-style: none;
    margin-left: -18px;
}

.main-hero .info2 ul li {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    padding-right: 18px;
    padding-left: 18px;
    margin-bottom: 3px;
    margin-top: 3px;
    color: #01162b;
    font-weight: 500;
    font-size: 14px;
    text-shadow: 0 2px 46px rgba(255, 255, 255, 0.75), 0 2px 36px rgba(255, 255, 255, 0.95), 0 2px 24px rgba(255, 255, 255, 1);
    text-align: center;
}

.main-hero .info2 ul li strong {
    font-size: 18px;
    font-weight: 700;
}

.main-hero .info2 ul li {
    border-right: 1px solid #369ffb;
}

.main-hero .info2 ul li:last-child {
    border: none;
}

.main-hero .info2 .iconwrapper {
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    padding: 0;
    margin-bottom: 12px;
}

.main-hero .info2 .iconwrapper .icon {
    margin-right: 0;
    width: 66px;
    height: 66px;
    color: #369ffb;
    filter: drop-shadow(0 2px 16px rgba(255, 255, 255, 0.75));
}

.main-hero .breadcrumb {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
    width: calc(100% + 12px);
    margin-left: -6px;
    margin-right: -6px;
}

.main-hero .breadcrumb li {
    margin: 6px;
    font-size: 14px;
}

.main-hero .breadcrumb li a {
    font-size: 17px;
    font-weight: 500;
    color: #03182d;
    text-decoration: none;
    text-shadow: 0 2px 46px rgba(255, 255, 255, 0.75), 0 2px 36px rgba(255, 255, 255, 0.95), 0 2px 24px rgba(255, 255, 255, 1);
}

.main-hero .breadcrumb li a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1600px) {
    .main-hero .row .col {
    }

    .main-hero {
        background-position: bottom center;
        background-size: cover;
    }

    .main-hero .row {
        min-height: 600px;
    }



    .main-hero .h1 {
        font-size: 44px;
    }

    .main-hero .text-description p {
        font-size: 18px;
    }

    .main-hero.page .text-description {
        max-width: 100%;
        max-width: 700px;
    }

}

@media screen and (max-width: 1300px) {
    .main-hero {
        margin-top: 80px;
    }
}

@media screen and (max-width: 890px) {

  .main-hero {
    margin-top: 66px;
  }

  .main-hero .h1 {
    font-size: 36px;
    text-shadow: none;
  }

  .main-hero .text-description p {
    text-shadow: none;
  }

  .main-hero .info2 .iconwrapper .icon {
    color: #eaf6ff;
  }

  .main-hero .text-description p {
    font-size: 16px;
  }

  .main-hero .row {
    min-height: 460px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .main-hero .lamp-img {
  position: absolute;
  left: 50%;
  top: 0;
  width: 50%;
  height: 100%;
  object-fit: contain;
  translate: 25% 0;
  z-index: 0;
  }

  .main-hero .app-img {
    display: none;
  }

  .main-hero.page .h1, .main-hero.page .h1 p {
    font-size: 32px;
    line-height: 120%;
  }

  .main-hero.page .h1 small {
    width: 100%;
    display: inline-block;
    color: #eaf6ff;
  }

  .main-hero .h1 span {
    color: #eaf6ff;
  }

  .main-hero.page .text-description p {
  font-size: 15px;
  }

  .main-hero.page .text-description p br {
    display: none;
  }

  .main-hero .info2 .iconwrapper {
    width: 40px;
    height: 40px;
    border-radius: 0;
    margin-bottom: 3px;
  }

  .main-hero .info2 .iconwrapper .icon {
    width: 30px;
    height: 30px;
  }

  .main-hero .info2 ul li { 
    width: 33.333%;
    max-width: 140px;
    font-size: 13px;
    line-height: 130%;
    text-shadow: none;
  }


  .main-hero .info2 ul li strong {
    font-size: 15px;
    width: 100%;
    display: inline-block;
  }

  .main-hero .buttons .button:nth-child(2) {
    display: none;
  }

  .main-hero.page .row {
    min-height: unset;
    position: relative;
    z-index: 3;
  }

  .main-hero .info2 .iconwrapper .icon {
    filter: none;
  }

  .main-hero::before {
    opacity: 0.25;
  }

   .main-hero::after {
    opacity: 0.15;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background-color: #82cbff;
  }

  .main-hero.page::after {
    opacity: 0.75;
  }

  .main-hero.page .lamp-img {
    display: none;
  }

  .main-hero .info2 ul li br {
    display: none;
  }

  .main-hero .breadcrumb li a {
    font-size: 13px;

  }

  .main-hero .breadcrumb {
    padding-left: 3px;
    padding-right: 3px;
  }

  .main-hero .breadcrumb li {
    font-size: 12px;
    margin: 3px;
  }

}

@media screen and (max-width: 700px) {
    .main-hero .buttons {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 540px) {

    .main-hero .h1 br, .main-hero p br {
        display: none;
    }


    .main-hero .buttons .button {
        width: auto;
        max-width: 100%;
    }

    .main-hero .row {
        min-height: 600px;
    }

   .main-hero .info2 ul li:nth-child(3) {
    border-right: none;
   }

     .main-hero .lamp-img {
        width: 400px;
        top: auto;
        bottom: 0;
        height: 600px;
        
        left: 5%;
     }
}

@media screen and (max-width: 440px) {
    .main-hero .buttons .button {
        width: 100%;
    }
}

@media screen and (max-width: 330px) {
    .main-hero .info2 ul li {
        width: 50%;
        max-width: 50%;
        border-right: 1px solid #369ffb !important;
    }

    .main-hero .info2 ul li:nth-child(2n) {
        border: none !important;
    }
}