.section {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.sub-window {
    position: relative;
    z-index: 9;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: transparent;
    background-image: url('../images/Sub-window-pain.png');
    background-position: 50% 50%;
    background-size: 180%;
    background-repeat: no-repeat;
    -webkit-filter: contrast(106%) brightness(63%) blur(4px);
    filter: contrast(106%) brightness(63%) blur(4px);
    -o-object-fit: contain;
    object-fit: contain;
}

.space-button-centered {
    position: relative;
    display: inline-block;
    margin-top: 25px;
    padding: 20px 45px;
    background-color: rgba(52, 72, 99, 0.65);
    box-shadow: inset 0 0 0 1px rgba(91, 118, 155, 0.34);
    opacity: 1;
    -webkit-transition: opacity 200ms ease, box-shadow 200ms ease;
    transition: opacity 200ms ease, box-shadow 200ms ease;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.space-button-centered:hover {
    border-color: #5b769b;
    box-shadow: inset 0 0 0 1px #5b769b;
    opacity: 1;
}

.corner-upper-left {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

.corner-upper-right {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.corner-bottom-right {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.corner-bottom-left {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

.div-block {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.text-block {
    font-family: 'Gill sans nova', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
}

.new-pill {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 12px;
    background-color: #ef480e;
    color: #fff;
    font-size: 10px;
    line-height: 15px;
}

.new-pill.upper-right {
    left: 5px;
    top: 5px;
    right: auto;
    bottom: auto;
}

.paragraph {
    margin-bottom: 0px;
    color: #fff;
}

.white-h4 {
    margin-top: 25px;
    font-family: 'Gill sans nova', sans-serif;
    color: #fff;
    font-size: 58px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.flexed-destination-features {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    padding: 100px;
    background-color: rgba(1, 17, 70, 0.22);
    text-align: center;
}

.activity-pill {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 400px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 25px 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 25px;
    background-color: rgba(181, 198, 221, 0.44);
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    color: #5b769b;
}

.orange-divider-cenetred {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    max-width: 225px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
}

.orange-book-now {
    position: relative;
    margin-top: 25px;
    margin-right: 20px;
    padding: 20px 45px;
    background-color: #ef480e;
    box-shadow: inset 0 0 0 1px rgba(91, 118, 155, 0.34);
    opacity: 1;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.orange-book-now:hover {
    background-color: #c73f10;
    box-shadow: none;
    opacity: 1;
}

.space-button-centered-2 {
    position: relative;
    margin-top: 25px;
    padding: 20px 45px;
    background-color: rgba(113, 143, 182, 0.3);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.34);
    opacity: 1;
    -webkit-transition: opacity 200ms ease, box-shadow 200ms ease;
    transition: opacity 200ms ease, box-shadow 200ms ease;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.space-button-centered-2:hover {
    border-color: #5b769b;
    box-shadow: inset 0 0 0 1px #5b769b;
    opacity: 1;
}

.activity-sub-heading {
    margin-bottom: 10px;
    padding-top: 0px;
    color: #fff;
    font-size: 50px;
    line-height: 51px;
    font-weight: 700;
    text-align: left;
    text-transform: none;
}

.activity-sub-heading.sub {
    font-size: 50px;
    text-align: center;
}

.activity-sub-heading.diagram {
    text-transform: none;
}

.pill-description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
}

.third-top {
    position: absolute;
    left: 0px;
    top: -3px;
    width: 33.33333333%;
    height: 3px;
    background-color: #fff;
}

.text-block-2 {
    font-family: 'Gill sans nova', sans-serif;
    letter-spacing: 2px;
}

.body {
    background-color: transparent;
    background-image: linear-gradient(39deg, #23548f, #74aeba);
    font-family: 'Gill sans nova', sans-serif;
}

.image {
    -webkit-filter: brightness(200%) grayscale(100%);
    filter: brightness(200%) grayscale(100%);
    color: #fff;
}

.page-loader_component {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 999;
    display: none;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #011146;
}

.page-loader_trigger {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 50;
    display: none;
    width: 0px;
    height: 0px;
}

.page-loader_text-wrapper {
    position: relative;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 10vmin;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.page-loader_text-fill {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #fff;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-loader_text {
    font-family: 'Gill sans nova', sans-serif;
    color: transparent;
    font-size: 15vmin;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -2px;
}

.page-loader_percent {
    padding-right: 0px;
    font-family: 'Gill sans nova', sans-serif;
    color: transparent;
    font-size: 15vmin;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -2px;
}

.page-loader_percent.diving {
    margin-right: 0px;
    padding-right: 40px;
}

.page-loader_noise {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    opacity: 0.05;
}

.page-loader_text-style {
    display: block;
}

.section-2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
}

.heading {
    margin-top: 40px;
    font-family: 'Gill sans nova', sans-serif;
    color: #fff;
    font-size: 75px;
    text-align: center;
}

.video {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
}

.video-2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
}

.background-video {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -3;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-filter: brightness(118%) hue-rotate(326deg);
    filter: brightness(118%) hue-rotate(326deg);
}

.background-video.loadind {
    display: block;
}

.background-video.loadind.intro {
    -webkit-filter: none;
    filter: none;
}

.stars {
    margin-bottom: 5px;
    letter-spacing: 2px;
}

.arrow {
    right: 20px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    margin-bottom: 0px;
    border: 1px solid #5b769b;
    border-radius: 100%;
    background-color: #0d1524;
    font-size: 20px;
}

.arrow.left {
    right: 70px;
    bottom: 10px;
    margin-right: 0px;
}

.profile-card {
    width: 100%;
    border-radius: 15px;
}

.profile-card.unicorn {
    position: relative;
}

.slide-nav {
    display: none;
}

.paragraph-2 {
    width: 100%;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 0px;
    color: #fff;
    font-size: 25px;
    line-height: 26px;
}

.paragraph-2.sub {
    text-align: center;
}

.center-this {
    text-align: center;
}

.bottom-slider-bar {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 11;
    width: 100%;
    padding: 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #0c1524;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}

.activity-pill-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 140px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 25px 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 25px;
    background-color: #0c1524;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    color: #5b769b;
}

.activity-pill-2.centered {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/quote.svg');
    background-position: 96% 22px;
    background-size: 50px;
    background-repeat: no-repeat;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.orange-divider-cenetred-2 {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    max-width: 225px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
}

.text-block-3 {
    display: inline;
}

.rounded-slider {
    height: 100%;
    border-radius: 25px;
    background-color: transparent;
}

.title {
    display: inline;
    margin-left: 10px;
    color: #5b769b;
    font-weight: 300;
}

.image-3 {
    width: 80px;
    height: 80px;
}

.flexed-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
}

.flexed-row.fold {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}

.ui-element {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    min-height: 100px;
    padding: 10px 30px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.ui-element.small {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 13px;
}

.ui-element._1 {
    display: none;
}

.ui-element._2 {
    width: auto;
    min-height: auto;
    padding: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/Diagram.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.ui-element._3 {
    display: none;
}

.ui-element._4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.ui-element.sub-menu {
    width: 70%;
    min-height: auto;
    padding: 0px 0px 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.why-go-with-spaced {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    display: none;
    padding: 100px 45px;
    text-align: center;
}

.third-top-2 {
    position: absolute;
    left: 0px;
    top: -3px;
    width: 33.33333333%;
    height: 3px;
    background-color: #fff;
}

.mask {
    border-radius: 15px;
}

.column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.white-h4-2 {
    margin-top: 40px;
    margin-bottom: 100px;
    font-family: 'Gill sans nova', sans-serif;
    color: #fff;
    font-size: 120px;
    line-height: 100px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.white-h4-2.sub {
    margin-top: 0px;
    margin-bottom: 40px;
    text-align: center;
}

.submarine {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    display: block;
    overflow: auto;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: rgba(1, 17, 70, 0.27);
    text-align: center;
    -o-object-fit: contain;
    object-fit: contain;
}

.submarine.home {
    padding: 40px 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.orange-divider-cenetred-3 {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    max-width: 225px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
}

.space-button-centered-3 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 20px;
    padding: 20px 45px;
    background-color: #011146;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.34);
    opacity: 1;
    -webkit-transition: opacity 200ms ease, box-shadow 200ms ease;
    transition: opacity 200ms ease, box-shadow 200ms ease;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.space-button-centered-3:hover {
    border-color: #5b769b;
    box-shadow: inset 0 0 0 1px #5b769b;
    opacity: 1;
}

.third-top-3 {
    position: absolute;
    left: 0px;
    top: -3px;
    width: 33.33333333%;
    height: 3px;
    background-color: #fff;
}

.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 8px;
    background-color: transparent;
}

.container.sub {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-top: 0px;
    padding-bottom: 80px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.body-2 {
    background-color: #011146;
}

.section-3 {
    position: static;
    width: 100%;
    height: 100vh;
    min-height: 100px;
}

.div-block-2 {
    width: 100%;
    height: 100%;
}

.column-6 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: hsla(0, 0%, 100%, 0.34);
}

.lottie-animation {
    position: fixed;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: -2;
    display: block;
    overflow: hidden;
    width: 120%;
    height: auto;
    margin-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.lottie-animation.sub {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: auto;
}

.column-7 {
    padding-right: 0px;
    padding-left: 0px;
}

.columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 40px;
    margin-left: 40px;
    padding: 20px 20px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 7px;
    background-color: transparent;
}

.div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 40px;
    margin-left: 40px;
    padding: 20px 20px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 7px;
    background-color: transparent;
}

.glass-button {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    margin-right: 0px;
    padding: 20px 45px;
    border-radius: 6px;
    background-color: hsla(0, 0%, 100%, 0.34);
    background-image: none;
    opacity: 1;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.glass-button:hover {
    border-style: none;
    border-width: 0px;
    border-color: #fff;
    background-color: rgba(1, 17, 70, 0.68);
    opacity: 1;
    -webkit-filter: brightness(131%);
    filter: brightness(131%);
    color: #fff;
}

.glass-button.back {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding: 20px 45px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: rgba(1, 17, 70, 0.68);
}

.glass-button.back.w--current {
    background-color: rgba(1, 17, 70, 0.68);
}

.glass-button.back.sub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.glass-button.back.sub.feeding {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.glass-button.back.sub.breach {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.glass-button.sub {
    width: 6%;
    margin-top: 0px;
    padding: 0px;
    background-color: hsla(0, 0%, 100%, 0.19);
    background-image: url('../images/White-thing-small-button-01-01.png');
    background-position: 50% -350%;
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-transition: opacity 200ms ease, all 300ms cubic-bezier(0, .492, .404, .995);
    transition: opacity 200ms ease, all 300ms cubic-bezier(0, .492, .404, .995);
}

.glass-button.sub:hover {
    background-color: transparent;
    background-position: 50% 100%;
    background-size: 100%;
    -webkit-filter: none;
    filter: none;
}

.body-3 {
    background-color: #011146;
}

.image-4 {
    max-width: 20%;
    background-color: transparent;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.image-5 {
    max-width: 15%;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.button {
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 20px;
    background-color: hsla(0, 0%, 100%, 0.27);
}

.button:hover {
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
}

.div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-block-7 {
    margin-right: 20px;
}

.div-block-8 {
    margin-left: 20px;
}

.back-to-button {
    position: fixed;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    z-index: 0;
    margin-bottom: 40px;
    margin-left: 40px;
}

.back-to-button.sub {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.back-to-button.diagram {
    position: static;
}

.back-to-top {
    position: static;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-right: 40px;
    margin-bottom: 40px;
    padding-right: 0px;
}

.scroll-down {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    opacity: 0.46;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.image-6 {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: inline-block;
    max-width: 38px;
}

.buttons {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 60px;
    padding-left: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.heading-2 {
    margin-top: 10px;
    font-family: 'Gill sans nova', sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.text-block-4 {
    font-family: 'Gill sans nova', sans-serif;
    font-weight: 700;
}

.text-block-5 {
    display: block;
    height: 100%;
    padding: 0px;
    background-color: transparent;
    font-family: 'Gill sans nova', sans-serif;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.text-block-5:hover {
    color: #fff;
}

.text-block-5.stop {
    display: none;
}

.whale {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
}

.whale-container {
    display: block;
    width: 100%;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.image-7 {
    display: inline-block;
    max-width: 15%;
}

.image-8 {
    max-width: 25%;
}

.div-block-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.div-block-10 {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.image-9 {
    max-width: 20%;
}

.section-4 {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.brand {
    background-image: url('../images/Diver.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.navbar {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    background-color: transparent;
}

.div-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/Diagram.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.container-2 {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    margin-bottom: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-block-12 {
    width: 10%;
    background-color: hsla(0, 0%, 100%, 0.19);
}

.image-10 {
    padding: 10px;
}

.image-11 {
    max-width: 50%;
}

.div-block-13 {
    padding-left: 40px;
}

.utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.utility-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.lottie-animation-2 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
}

.lottie-animation-2.test {
    left: auto;
    top: auto;
    right: auto;
    bottom: 10px;
    display: block;
    width: 120%;
    max-width: none;
    min-width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.page-loader_component-2 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 999;
    display: block;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.page-loader_text-wrapper-2 {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30vmin;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.page-loader_text-2 {
    color: #fff;
    font-size: 30vmin;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -2px;
}

.page-loader_percent-2 {
    color: #fff;
    font-size: 30vmin;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -2px;
}

.page-loader_noise-2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    opacity: 0.05;
}

.page-loader_text-style-2 {
    display: none;
}

.page-loader_text-3 {
    color: transparent;
    font-size: 30vmin;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -2px;
}

.page-loader_percent-3 {
    color: transparent;
    font-size: 30vmin;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -2px;
}

.page-loader_noise-3 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    background-color: #011146;
    opacity: 0.05;
}

.page-loader_component-3 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1e211e;
}

.page-loader_bg {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    opacity: 0.05;
}

.background-video-2 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
}

.div-block-14 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    /* background-image: url('../images/Bubble.gif'); */
    background-position: 50% 50%;
    background-size: cover;
}

.div-block-15 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    /* background-image: url('../images/BG.png'), url('../images/Bubble.gif'); */
    background-position: 50% 50%, 50% 50%;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
}

.div-block-16 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -3;
    display: block;
    background-image: radial-gradient(circle farthest-corner at 100% 0%, #0085ac, #033c5b);
}

.text-block-6 {
    font-family: 'Gill sans nova', sans-serif;
    font-weight: 400;
}

.back-to-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 4;
    display: none;
    width: auto;
    height: auto;
    margin-top: 20px;
    margin-left: 20px;
    padding-top: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Gill sans nova', sans-serif;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}

.background-video-3 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    height: 100%;
}

.background-video-3.idle {
    z-index: 0;
    display: none;
}

.background-video-3.feeding {
    display: none;
}

.background-video-3.breach {
    display: none;
}

.background-video-4 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -1;
    height: 100%;
}

.idle-swim {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -8;
    height: 100%;
}

.feeding-video {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -1;
    display: none;
    height: 100%;
}

.breach-video {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -2;
    display: none;
    height: 100%;
}

.sub-button.feeding {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 45px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-radius: 6px;
    background-color: hsla(0, 0%, 100%, 0.19);
    background-image: url('../images/White-thing-small-button-01-01.png');
    background-position: 50% -250%;
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-transition: all 300ms cubic-bezier(.25, .46, .45, .94);
    transition: all 300ms cubic-bezier(.25, .46, .45, .94);
    font-family: 'Gill sans nova', sans-serif;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
}

.sub-button.feeding:hover {
    background-color: transparent;
    background-position: 50% 100%;
    color: #03103d;
    letter-spacing: 1px;
    text-decoration: none;
}

.sub-button.breach {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 45px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 6px;
    background-color: hsla(0, 0%, 100%, 0.19);
    background-image: url('../images/White-thing-small-button-01-01.png');
    background-position: 50% -250%;
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-transition: all 300ms cubic-bezier(.25, .46, .45, .94);
    transition: all 300ms cubic-bezier(.25, .46, .45, .94);
    color: #fff;
    letter-spacing: 1px;
    text-decoration: none;
}

.sub-button.breach:hover {
    background-color: transparent;
    background-position: 50% 100%;
    color: #03103d;
}

.sub-button.swim {
    padding: 20px 45px;
    border-radius: 6px;
    background-color: hsla(0, 0%, 100%, 0.19);
    background-image: url('../images/White-thing-small-button-01-01.png');
    background-position: 50% -250%;
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-transition: all 300ms cubic-bezier(.25, .46, .45, .94);
    transition: all 300ms cubic-bezier(.25, .46, .45, .94);
    font-family: 'Gill sans nova', sans-serif;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
}

.sub-button.swim:hover {
    background-color: transparent;
    background-position: 50% 100%;
    color: #03103d;
}

.image-12 {
    display: block;
    width: 70%;
    max-width: none;
    padding: 0px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.page-loader_component-4 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 999;
    display: none;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    opacity: 1;
    font-family: 'Gill sans nova', sans-serif;
    font-weight: 700;
}

.page-loader_noise-4 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    display: none;
    background-color: #183068;
    /* background-image: url('../images/Bubble.gif'); */
    background-position: 0px 0px;
    background-size: auto;
    opacity: 0.05;
}

.page-loader_text-4 {
    color: transparent;
    font-size: 15vmin;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -2px;
}

.page-loader_percent-4 {
    padding-right: 40px;
    color: transparent;
    font-size: 15vmin;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -2px;
}

.page-loader_text-fill-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #fff;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.background-video-5 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
}

.page-loader_text-wrapper-3 {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 10vmin;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.page-loader_component-5 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 999;
    display: none;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    opacity: 1;
}

.background-video-6 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.text-block-7 {
    font-family: 'Gill sans nova', sans-serif;
    font-weight: 400;
}

.text-block-8 {
    font-family: 'Gill sans nova', sans-serif;
    font-weight: 400;
}

.text-block-9 {
    font-weight: 400;
}

.button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 45px;
    padding: 20px 45px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px none #000;
    border-radius: 6px;
    background-color: hsla(0, 0%, 100%, 0.19);
    background-image: url('../images/White-thing.png');
    background-position: 50% 250%;
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    color: #000;
    font-weight: 600;
    text-decoration: none;
}

.button-wrapper:hover {
    background-position: 50% 0%;
    color: #03103d;
    font-weight: 700;
}

.text-block-10 {
    color: #fff;
    font-weight: 700;
}

.button-wrapper-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    padding: 20px 45px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px none #000;
    border-radius: 6px;
    background-color: hsla(0, 0%, 100%, 0.19);
    background-image: url('../images/White-thing-new-01.png');
    background-position: 50% -250%;
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.button-wrapper-2:hover {
    background-position: 50% 100%;
    color: #03103d;
}

.button-wrapper-2.w--current {
    width: 200px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.text-block-11 {
    font-weight: 700;
}

.diver-video {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -3;
    display: none;
    height: 100%;
}

.dolphin-video {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -4;
    display: none;
    height: 100%;
}

.t-rex-video {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -5;
    display: none;
    height: 100%;
}

.bus-video {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -6;
    display: none;
    height: 100%;
}

@media screen and (max-width: 991px) {
    .space-button-centered {
        margin-top: 20px;
        margin-left: 10px;
    }

    .flexed-destination-features {
        padding: 30px;
    }

    .orange-book-now {
        margin-top: 20px;
        margin-left: 10px;
    }

    .space-button-centered-2 {
        margin-top: 20px;
        margin-left: 10px;
    }

    .column-5 {
        margin-bottom: 25px;
    }

    .activity-pill-2.centered {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .flexed-row.fold {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .why-go-with-spaced {
        padding: 30px;
    }

    .submarine {
        padding: 30px;
    }

    .space-button-centered-3 {
        margin-top: 20px;
        margin-left: 10px;
    }

    .glass-button {
        margin-top: 20px;
        margin-left: 10px;
    }
}

@media screen and (max-width: 767px) {
    .white-h4 {
        font-size: 8vw;
    }

    .bottom-slider-bar {
        padding-bottom: 60px;
        font-size: 14px;
    }

    .white-h4-2 {
        font-size: 8vw;
    }
}

@media screen and (max-width: 479px) {
    .flexed-destination-features {
        padding: 0px;
    }

    .activity-pill {
        min-height: 120px;
        padding: 10px 10px 10px 15px;
    }

    .pill-description {
        padding-right: 15px;
        padding-left: 15px;
    }

    .bottom-slider-bar {
        padding-bottom: 61px;
        font-size: 14px;
    }

    .activity-pill-2 {
        min-height: 120px;
        padding: 10px 10px 10px 15px;
    }

    .activity-pill-2.centered {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        background-position: 91% 27px;
        background-size: 35px;
    }

    .flexed-row {
        margin-top: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .ui-element {
        padding-right: 15px;
        padding-left: 15px;
    }

    .why-go-with-spaced {
        padding: 0px;
    }

    .submarine {
        padding: 0px;
    }
}

@font-face {
    font-family: 'Gill sans nova';
    src: url('../fonts/gill-sans-nova-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gill sans nova';
    src: url('../fonts/gill-sans-nova.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}