.hero{
    height: 660px;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    max-width: unset !important;
    background-position: top;
    background-size: cover;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}


.hero-overlay{
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-character{
    display: none;
    position: absolute;
    top: -85px;
    left: -170px;
    height: 1550px;
}

.blue-ship{
    display: none;
    position: absolute;
    right: 20px;
    pointer-events: none;
    animation: ShipMotion 5s ease-in-out infinite;
}
.blue-ship-subhero{
    display: none;
    position: absolute;
    right: 20px;
    pointer-events: none;
    animation: ShipMotionSubHero 5s ease-in-out infinite;
}

.absolute-container{
    width: 100%;
    height: 100%;
}
.hero-description{
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}
.hero-description > div > h1 {
    font-size: 50px;
    color: white;
    position: relative;
    z-index: 1;
    margin-top: unset;
    margin-bottom: unset !important;
}
.hero-desktop-header{
    display: none;
}
.hero-mobile-header{
    width: 290px;
}

.hero-desktop-img{
    display: none;
}
.hero-mobile-img, .hero-both-img{
    display: block;
    width: 100%;
    max-width: 500px;
}


.hero-description > div > p{
    font-size: 22px;
    color: white;
    max-width: 480px;
}


.hero-btn{
    display: flex;
}


.subhero{
    height: 400px;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    max-width: unset !important;
    background-position: top;
    background-size: cover;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subhero-description{
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}
.subhero-description > div > img{
    max-width: 500px;
    max-height: 180px;
}
.subhero-description > div > h1 {
    font-size: 50px;
    color: white;
    position: relative;
    z-index: 1;
    margin-top: unset;
    margin-bottom: unset !important;
}
.subhero-description > div > p{
    font-size: 22px;
    color: white;
    max-width: 480px;
}


@media screen and (min-width: 1050px) {
    .hero {
        height: 760px;
    }
    .hero-description{
        display: block;
        position: relative;
        margin: 0 auto;
        max-width: 970px;
        z-index: 1;
    }
    .hero-desktop-header{
        display: block;
    }
    .hero-mobile-header{
        display: none;
    }
    .hero-character{
        display: block;
    }
    .blue-ship {
        display: block;
    }
    .blue-ship-subhero{
        display: block;
    }
    .hero-desktop-img{
        display: block;
        width: 100%;
    }
    .hero-mobile-img{
        display: none;
    }
    .hero-both-img{
        width: unset;
        max-width: unset;
    }

    .white-line-container{
        border-left: 10px solid white;
    }
    .white-line-container > *{
        padding-left: 20px !important;
    }

    .hero-btn{
        justify-content: right;
    }
}

@media screen and (min-width: 1250px) {
    .blue-ship {
        right: 160px;
    }
    .blue-ship-subhero{
        right: 160px;
    }
}



/*
     FILE ARCHIVED ON 23:06:29 Dec 06, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:04:54 Jun 29, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.345
  exclusion.robots: 0.039
  exclusion.robots.policy: 0.032
  esindex: 0.006
  cdx.remote: 5.689
  LoadShardBlock: 84.135 (3)
  PetaboxLoader3.datanode: 112.099 (4)
  load_resource: 179.142
  PetaboxLoader3.resolve: 78.278
*/