html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after {
    content: "";
    content: none
}

q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input[type=button],
input[type=submit],
a.btn,
div.btn,
button {
    transition: all 80ms ease-in;
    background: #073b3a;
    font-size: 14px;
    user-select: none;
    color: #fff;
    text-align: center;
    display: inline-block;
    min-width: 120px;
    padding: 12px 12px;
    white-space: nowrap;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 1.3;
    justify-content: center;
    align-items: center;
    flex: 0 0 160px;
    border-radius: 3px;
    border: 2px solid rgb(4.2954545455, 36.2045454545, 35.5909090909);
    text-decoration: none
}

input[type=button]:hover,
input[type=submit]:hover,
a.btn:hover,
div.btn:hover,
button:hover {
    background: rgba(7, 59, 58, .8);
    color: #eee;
    cursor: pointer
}

input[type=button]:active,
input[type=submit]:active,
a.btn:active,
div.btn:active,
button:active {
    transform: scale(0.98);
    box-shadow: inset 0 2px 6px -1px rgba(0, 0, 0, .3)
}

input[type=button]:focus,
input[type=submit]:focus,
a.btn:focus,
div.btn:focus,
button:focus {
    outline: 0
}

input[type=button]:disabled,
input[type=button].btn--disabled,
input[type=submit]:disabled,
input[type=submit].btn--disabled,
a.btn:disabled,
a.btn.btn--disabled,
div.btn:disabled,
div.btn.btn--disabled,
button:disabled,
button.btn--disabled {
    background: #f7f5f6 !important;
    border-color: rgb(233.4, 228, 230.7) !important;
    color: #666
}

input[type=button]:disabled:hover,
input[type=button].btn--disabled:hover,
input[type=submit]:disabled:hover,
input[type=submit].btn--disabled:hover,
a.btn:disabled:hover,
a.btn.btn--disabled:hover,
div.btn:disabled:hover,
div.btn.btn--disabled:hover,
button:disabled:hover,
button.btn--disabled:hover {
    background: #f7f5f6
}

input[type=button].btn--secondary,
input[type=submit].btn--secondary,
a.btn.btn--secondary,
div.btn.btn--secondary,
button.btn--secondary {
    background: #fff;
    border: 2px solid #073b3a;
    color: #073b3a
}

input[type=button].btn--secondary:hover,
input[type=submit].btn--secondary:hover,
a.btn.btn--secondary:hover,
div.btn.btn--secondary:hover,
button.btn--secondary:hover {
    background: rgba(7, 59, 58, .2)
}

input[type=button].btn--hollow,
input[type=button].btn--on,
input[type=submit].btn--hollow,
input[type=submit].btn--on,
a.btn.btn--hollow,
a.btn.btn--on,
div.btn.btn--hollow,
div.btn.btn--on,
button.btn--hollow,
button.btn--on {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #073b3a;
    color: #073b3a
}

input[type=button].btn--hollow:hover,
input[type=button].btn--on:hover,
input[type=submit].btn--hollow:hover,
input[type=submit].btn--on:hover,
a.btn.btn--hollow:hover,
a.btn.btn--on:hover,
div.btn.btn--hollow:hover,
div.btn.btn--on:hover,
button.btn--hollow:hover,
button.btn--on:hover {
    background: #fff
}

input[type=button].btn--on,
input[type=submit].btn--on,
a.btn.btn--on,
div.btn.btn--on,
button.btn--on {
    box-shadow: inset 0 2px 6px -1px rgba(0, 0, 0, .3)
}

input[type=button].btn--invert,
input[type=submit].btn--invert,
a.btn.btn--invert,
div.btn.btn--invert,
button.btn--invert {
    background: rgba(0, 0, 0, 0);
    color: #fff;
    border: 1px solid #fff
}

input[type=button].btn--invert:hover,
input[type=submit].btn--invert:hover,
a.btn.btn--invert:hover,
div.btn.btn--invert:hover,
button.btn--invert:hover {
    background: #000
}

input[type=button].btn--block,
input[type=submit].btn--block,
a.btn.btn--block,
div.btn.btn--block,
button.btn--block {
    display: block;
    width: 100%
}

input[type=button].btn--smaller,
input[type=submit].btn--smaller,
a.btn.btn--smaller,
div.btn.btn--smaller,
button.btn--smaller {
    padding: 6px;
    text-transform: none;
    font-size: 12px;
    min-width: auto;
    transform: translateY(-5px)
}

input[type=button].btn--withinput,
input[type=submit].btn--withinput,
a.btn.btn--withinput,
div.btn.btn--withinput,
button.btn--withinput {
    font-size: 16px;
    height: 52px
}

input[type=button].btn--success,
input[type=submit].btn--success,
a.btn.btn--success,
div.btn.btn--success,
button.btn--success {
    background: rgb(7.5142857143, 150.2857142857, 64.8107142857);
    border-color: rgb(5.5714285714, 111.4285714286, 48.0535714286);
    color: #fff
}

input[type=button].btn--success:hover,
input[type=submit].btn--success:hover,
a.btn.btn--success:hover,
div.btn.btn--success:hover,
button.btn--success:hover {
    background: rgb(26.4285714286, 243.5714285714, 113.5714285714);
    color: #fff
}

input[type=button].btn--success:disabled,
input[type=button].btn--success.btn--disabled,
input[type=submit].btn--success:disabled,
input[type=submit].btn--success.btn--disabled,
a.btn.btn--success:disabled,
a.btn.btn--success.btn--disabled,
div.btn.btn--success:disabled,
div.btn.btn--success.btn--disabled,
button.btn--success:disabled,
button.btn--success.btn--disabled {
    background: #f7f5f6 !important;
    border-color: rgb(233.4, 228, 230.7) !important;
    color: hsl(0, 0%, 46%)
}

input[type=button].btn--success:disabled:hover,
input[type=button].btn--success.btn--disabled:hover,
input[type=submit].btn--success:disabled:hover,
input[type=submit].btn--success.btn--disabled:hover,
a.btn.btn--success:disabled:hover,
a.btn.btn--success.btn--disabled:hover,
div.btn.btn--success:disabled:hover,
div.btn.btn--success.btn--disabled:hover,
button.btn--success:disabled:hover,
button.btn--success.btn--disabled:hover {
    background: #f7f5f6
}

input[type=button].btn--danger,
input[type=submit].btn--danger,
a.btn.btn--danger,
div.btn.btn--danger,
button.btn--danger {
    background: #d40303;
    border-color: hsl(0, 97.2093023256%, 32.1568627451%)
}

input[type=button].btn--danger:hover,
input[type=submit].btn--danger:hover,
a.btn.btn--danger:hover,
div.btn.btn--danger:hover,
button.btn--danger:hover {
    background: hsl(0, 97.2093023256%, 40.1568627451%)
}

input[type=button].btn--warning,
input[type=submit].btn--warning,
a.btn.btn--warning,
div.btn.btn--warning,
button.btn--warning {
    background: orange;
    border-color: #cc8400
}

input[type=button].btn--warning:hover,
input[type=submit].btn--warning:hover,
a.btn.btn--warning:hover,
div.btn.btn--warning:hover,
button.btn--warning:hover {
    background: rgb(244.8, 158.4, 0)
}

input[type=button].btn--icon,
input[type=submit].btn--icon,
a.btn.btn--icon,
div.btn.btn--icon,
button.btn--icon {
    min-width: 52px
}

input[type=button].btn--dropdown,
input[type=submit].btn--dropdown,
a.btn.btn--dropdown,
div.btn.btn--dropdown,
button.btn--dropdown {
    position: relative
}

input[type=button].btn--toolbar,
input[type=submit].btn--toolbar,
a.btn.btn--toolbar,
div.btn.btn--toolbar,
button.btn--toolbar {
    padding-top: 2px;
    padding-left: 4px;
    min-width: 0
}

input[type=button].btn--right,
input[type=submit].btn--right,
a.btn.btn--right,
div.btn.btn--right,
button.btn--right {
    float: right
}

input[type=button].btn--inline,
input[type=submit].btn--inline,
a.btn.btn--inline,
div.btn.btn--inline,
button.btn--inline {
    display: inline-block
}

input[type=button].btn--newidea,
input[type=submit].btn--newidea,
a.btn.btn--newidea,
div.btn.btn--newidea,
button.btn--newidea {
    position: relative;
    top: 10px;
    right: -10px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0
}

@media(max-width: 768px) {

    input[type=button].btn--nomobile,
    input[type=submit].btn--nomobile,
    a.btn.btn--nomobile,
    div.btn.btn--nomobile,
    button.btn--nomobile {
        display: none
    }
}

input[type=button].btn--border,
input[type=submit].btn--border,
a.btn.btn--border,
div.btn.btn--border,
button.btn--border {
    border: 1px solid #fff
}

input[type=button].btn--white,
input[type=submit].btn--white,
a.btn.btn--white,
div.btn.btn--white,
button.btn--white {
    background: #fff;
    color: #333
}

input[type=button].mapboxgl-ctrl-zoom-in,
input[type=button].mapboxgl-ctrl-zoom-out,
input[type=button].mapboxgl-ctrl-compass,
input[type=submit].mapboxgl-ctrl-zoom-in,
input[type=submit].mapboxgl-ctrl-zoom-out,
input[type=submit].mapboxgl-ctrl-compass,
a.btn.mapboxgl-ctrl-zoom-in,
a.btn.mapboxgl-ctrl-zoom-out,
a.btn.mapboxgl-ctrl-compass,
div.btn.mapboxgl-ctrl-zoom-in,
div.btn.mapboxgl-ctrl-zoom-out,
div.btn.mapboxgl-ctrl-compass,
button.mapboxgl-ctrl-zoom-in,
button.mapboxgl-ctrl-zoom-out,
button.mapboxgl-ctrl-compass {
    min-width: auto !important
}

input[type=button].btn--underline,
input[type=submit].btn--underline,
a.btn.btn--underline,
div.btn.btn--underline,
button.btn--underline {
    position: relative;
    padding: 11px 20px 20px
}

input[type=button].btn--underline:after,
input[type=submit].btn--underline:after,
a.btn.btn--underline:after,
div.btn.btn--underline:after,
button.btn--underline:after {
    display: table;
    content: "";
    height: 3px;
    width: 80%;
    background: #fff;
    position: absolute;
    border-radius: 20px;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
    transition: all 80ms ease-in
}

input[type=button].btn--underline:hover:after,
input[type=submit].btn--underline:hover:after,
a.btn.btn--underline:hover:after,
div.btn.btn--underline:hover:after,
button.btn--underline:hover:after {
    width: 85%
}

input[type=button].btn--underline:active:after,
input[type=submit].btn--underline:active:after,
a.btn.btn--underline:active:after,
div.btn.btn--underline:active:after,
button.btn--underline:active:after {
    width: 75%
}

input[type=button].btn--circle,
input[type=submit].btn--circle,
a.btn.btn--circle,
div.btn.btn--circle,
button.btn--circle {
    border-radius: 50%;
    width: 42px;
    height: 42px
}

input[type=button].btn--modern,
input[type=submit].btn--modern,
a.btn.btn--modern,
div.btn.btn--modern,
button.btn--modern {
    background: #fff;
    color: #073b3a;
    border: 1px solid #000
}

input[type=button].btn--modern:active,
input[type=submit].btn--modern:active,
a.btn.btn--modern:active,
div.btn.btn--modern:active,
button.btn--modern:active {
    transform: scale(0.98)
}

input[type=button].btn--modern:hover,
input[type=submit].btn--modern:hover,
a.btn.btn--modern:hover,
div.btn.btn--modern:hover,
button.btn--modern:hover {
    opacity: .8
}

input[type=button].btn--modern.btn--circle i,
input[type=submit].btn--modern.btn--circle i,
a.btn.btn--modern.btn--circle i,
div.btn.btn--modern.btn--circle i,
button.btn--modern.btn--circle i {
    font-size: 24px
}

input[type=button].btn--cta,
input[type=submit].btn--cta,
a.btn.btn--cta,
div.btn.btn--cta,
button.btn--cta {
    background: rgb(12.4090909091, 104.5909090909, 102.8181818182)
}

.btn__list .btn {
    margin-bottom: 6px
}

.icon__link {
    transition: all 80ms ease-in;
    display: block
}

.icon__link i {
    transition: all 80ms ease-in
}

.icon__link:hover i {
    transform: translateX(4px)
}

.icon__link:active {
    transform: translateY(2px)
}

.icon__link:active i {
    transform: translateX(3px)
}

h1 {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    line-height: 64px
}

h2 {
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    line-height: 48px
}

h3 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 32px
}

h4 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 28px
}

h5 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 28px
}

.adventure__panel .adventure__block {
    margin-bottom: 20px;
    margin-right: 40px
}

.adventure__panel .adventure__block .adventure__title {
    background: #fff;
    display: block;
    padding: 20px;
    cursor: pointer
}

.adventure__panel .adventure__block .adventure__title i {
    margin-right: 10px
}

.adventure__panel .adventure__block .adventure__info {
    padding: 20px;
    border: 1px solid #fff;
    display: none
}

.adventure__panel .adventure__block .adventure__info.adventure__info--show {
    display: block
}

.adventure__panel .itinerary__title {
    margin-bottom: 20px
}

.adventure__panel .adventure__desc {
    margin-bottom: 20px
}

.adventure__panel .adventure__desc p {
    line-height: 150%
}

.hero__profile {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    width: 256px;
    height: 256px;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(238, 238, 238, .16), 0 3px 8px rgba(238, 238, 238, .24);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 40px
}

@media(min-width: 992px) {
    .hero__profile {
        bottom: 40px;
        left: 40px;
        top: auto;
        transform: none
    }
}

.guide__hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 100%;
    height: 700px
}

.guide__hero .hero__container {
    max-width: 1200px;
    margin: 0 20px;
    position: relative;
    height: 100%
}

@media(min-width: 768px) {
    .guide__hero .hero__container {
        margin: 0 auto
    }
}

.guide__hero .container {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 40px
}

.guide__hero .hero__text {
    max-width: 480px;
    margin-bottom: 50px
}

.guide__hero .hero__text h2 {
    display: block;
    font-weight: 400;
    font-size: 48px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px
}

@media(min-width: 768px) {
    .guide__hero .hero__text h2 {
        text-align: right
    }
}

.guide__hero .hero__text p {
    color: #fff
}

.guide__hero .hero__text.hero__text--home {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.guide__hero .hero__text.hero__text--home h2 {
    text-align: left
}

.guide__hero .cta {
    position: absolute;
    right: 30px
}

@media(min-width: 768px) {
    .guide__hero .cta {
        bottom: 0px
    }
}

.guide__hero .cta .cta__app {
    display: block;
    max-width: 220px;
    margin-right: 10px;
    margin-bottom: 20px
}

.guide__hero .cta .cta__app.cta__app--ios img {
    width: 92%
}

.guide__hero .cta .cta__app.cta__app--android img {
    width: 100%
}

.guide__hero .cta .cta__app:after {
    content: "";
    clear: both;
    display: table
}

.guide__hero .cta:after {
    content: "";
    clear: both;
    display: table
}

.guide {
    background: #fff
}

.guide .only__mobile {
    display: inline-block
}

.guide .no__mobile {
    display: none
}

@media(min-width: 768px) {
    .guide .no__mobile {
        display: block
    }

    .guide .only__mobile {
        display: none
    }

    .guide .pad__top {
        padding-top: 20px
    }
}

.guide .social__title {
    margin-left: 20px
}

.guide .guide__person {
    background: #eee;
    padding: 60px 20px
}

@media(min-width: 992px) {
    .guide .guide__person {
        padding: 100px
    }
}

.guide .guide__vehicle {
    background: #3b3b3b;
    color: #fff;
    padding: 60px 20px
}

@media(min-width: 992px) {
    .guide .guide__vehicle {
        padding: 100px
    }
}

.guide .guide__favourites {
    background: #989696;
    color: #fff;
    padding: 60px 20px
}

@media(min-width: 992px) {
    .guide .guide__favourites {
        padding: 100px
    }
}

.guide .guide__video {
    padding: 60px 20px
}

@media(min-width: 992px) {
    .guide .guide__video {
        padding: 100px
    }
}

.guide .guide__video .video__embed {
    text-align: left;
    margin-top: 40px
}

.guide .user__text h3 {
    margin-bottom: 20px
}

@media(max-width: 992px) {
    .guide .user__text h3 {
        margin-top: 20px
    }
}

.guide .user__text p {
    font-size: 16px;
    margin-bottom: 14px;
    line-height: 24px
}

.guide .user__text ul {
    list-style: disc;
    margin-left: 40px
}

.guide .user__text ul li {
    margin-bottom: 8px
}

@media(min-width: 992px) {
    .guide .user__text.user__text--vehicle {
        padding-left: 20px
    }
}

.guide .hero__image {
    margin: 20px 0;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    box-shadow: 0 0 15px 5px rgba(238, 238, 238, .16), 0 1px 2px rgba(238, 238, 238, .16)
}

@media(min-width: 768px) {
    .guide .hero__image {
        width: 400px;
        float: right
    }
}

@media(min-width: 992px) {
    .guide .person__hero {
        margin: 40px
    }
}

.guide .person__hero img {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 0 15px 5px rgba(238, 238, 238, .16), 0 1px 2px rgba(238, 238, 238, .16)
}

.guide .vehicle__hero {
    margin-right: 20px
}

.guide .vehicle__hero img {
    max-width: 100%;
    border-radius: 8px
}

.guide .gallery {
    margin-top: 80px;
    position: relative
}

.guide .gallery:before {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: table;
    clear: both;
    background: #e0e0e0;
    height: 4px;
    width: 140px;
    border-radius: 8px
}

.guide .gallery .vehicle__image {
    margin-right: 10px
}

.guide .gallery img {
    max-width: 100%;
    border-radius: 8px
}

.guide .social__buttons {
    margin-top: 20px;
    margin-bottom: 20px
}

.guide .social__buttons h5 {
    margin-bottom: 20px;
    font-weight: bold
}

.guide .social__buttons .btn {
    font-size: 18px !important;
    text-align: center;
    background: #fff;
    margin-bottom: 10px;
    padding: 20px;
    box-shadow: 0 19px 38px rgba(238, 238, 238, .28), 0 15px 12px rgba(238, 238, 238, .24);
    border: 1px solid #f7f5f6;
    position: relative;
    display: block
}

@media(min-width: 768px) {
    .guide .social__buttons .btn {
        display: inline-block
    }
}

.guide .social__buttons .btn:hover {
    background: #efefef !important
}

.guide .social__buttons .btn--youtube {
    color: red
}

.guide .social__buttons .btn--instagram {
    color: #5851db
}

.guide .social__buttons .btn--facebook {
    color: #4267b2
}

.guide .social__buttons .btn--tiktok,
.guide .social__buttons .btn--website {
    color: #000
}

.guide .stats {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px
}

.guide .signup__form {
    margin: 20px 0;
    border-radius: 20px;
    border: 1px solid #eee;
    box-shadow: 0 0 15px 5px rgba(238, 238, 238, .16), 0 1px 2px rgba(238, 238, 238, .16)
}

.guide .signup__form .form-group,
.guide .signup__form h5 {
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 0
}

.guide .signup__form .text--right {
    text-align: right
}

.guide .signup__form input[type=text],
.guide .signup__form input[type=password],
.guide .signup__form input[type=email] {
    padding: 16px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    border-radius: 3px;
    color: #6f6f6f;
    border: 1px solid #eee;
    box-shadow: 0 14px 28px rgba(238, 238, 238, .24), 0 1px 1px rgba(238, 238, 238, .24);
    margin-top: 8px
}

.guide .signup__form input[type=text]:focus,
.guide .signup__form input[type=password]:focus,
.guide .signup__form input[type=email]:focus {
    outline-width: 0;
    border-color: #073b3a
}

.guide .favourite__item {
    box-sizing: border-box;
    margin-bottom: 60px
}

@media(min-width: 992px) {
    .guide .favourite__item {
        margin-bottom: 0
    }
}

.guide .favourite__item:last-of-type {
    margin-bottom: 0
}

.guide .favourite__item h3,
.guide .favourite__item h5 {
    margin-bottom: 20px
}

.guide .favourite__item .favourite__hero {
    width: 97%;
    height: 280px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    box-shadow: 0 0 15px 5px rgba(238, 238, 238, .16), 0 1px 2px rgba(238, 238, 238, .16);
    position: relative
}

.guide .favourite__item .favourite__hero .favourite__title {
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: hsla(0, 0%, 100%, .8);
    padding: 40px;
    font-size: 18px;
    font-weight: 800;
    color: #212121
}

.modal .close {
    position: absolute;
    top: -16px;
    right: -16px;
    content: "X";
    width: 14px;
    height: 19px;
    border-radius: 100%;
    background: #073b3a;
    display: inline-block;
    border: 3px solid #f7f5f6;
    min-width: 0;
    padding: 15px;
    overflow: visible;
    color: #fff;
    font-size: 18px;
    box-shadow: 0 0 5px #666;
    z-index: 9999
}

.modal .close:hover {
    background-color: #073b3a
}

.modal .close i {
    position: relative;
    top: -12px;
    left: -7px
}

.modal textarea {
    margin-top: 10px;
    padding: 7px
}

.modal-backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
    background: rgba(0, 0, 0, .5);
    visibility: hidden;
    opacity: 0;
    transition: all 200ms ease-out
}

.modal-backdrop.in {
    visibility: visible;
    opacity: .5
}

.modal {
    visibility: hidden;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10409;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    transition: all 300ms ease-out;
    transform: translateY(-2em);
    opacity: 0
}

.modal.in {
    visibility: visible;
    transform: translateY(2em);
    opacity: 1
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    padding: 20px
}

.modal-backdrop,
.modal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 100%
}

.modal-header {
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
    margin-bottom: 10px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative
}

.modal-footer {
    margin-top: 10px;
    padding-top: 10px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }

    .modal.modal--wide .modal-dialog {
        width: 920px
    }
}

@media(min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.pill {
    max-width: 220px;
    text-align: center;
    background: #073b3a;
    padding: 15px;
    border-radius: 3px;
    color: #fff;
    box-shadow: 0 2px 6px -1px rgba(0, 0, 0, .3);
    font-size: 12px
}

.pill.pill--tab {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 10px;
    box-shadow: 0px -1px 6px -1px rgba(0, 0, 0, .3)
}

.pill.pill--tab.pill--tab--border {
    border: 2px solid #eee;
    box-shadow: none
}

.pill.pill--block {
    display: block;
    max-width: 100%
}

@media(min-width: 768px) {
    .pill.pill--block {
        max-width: 80%
    }
}

.pill.pill--basecolour {
    background: #073b3a;
    color: #eee
}

.pill.pill--usermention {
    padding: 3px 3px;
    box-shadow: none;
    display: inline-block;
    margin: 0 5px
}

.pill.pill--usermention:hover {
    opacity: .8
}

.pill.pill--withprofileimage {
    padding: 5px
}

.pill.pill--withprofileimage .profileimage {
    display: inline-block
}

.pill.pill--withprofileimage .profile__name {
    position: relative;
    top: -3px
}

.pill.pill--white {
    position: relative;
    background: #fff;
    color: #3b3b3b;
    font-size: 14px;
    font-weight: bold
}

.pill.pill--white:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 100%;
    height: 10px;
    display: block;
    top: 26px;
    z-index: 200;
    left: 0
}

.pill.pill--whitesimple {
    background: #fff;
    color: #3b3b3b
}

.pill.pill--whitesimple.pill--link:hover {
    background: #eee
}

.pill.pill--link {
    cursor: pointer
}

.pill.pill--link:hover {
    transform: all 80ms ease-in;
    background: #e53935
}

.pill.pill--button {
    padding: 0
}

.pill.pill--button .pill__button {
    padding: 10px
}

.pill.pill--smaller {
    padding: 5px
}

.pill.pill--tiny {
    padding: 3px;
    font-size: 8px;
    position: relative;
    top: -2px
}

.pill.pill--slightlygreen {
    background: rgb(26.4285714286, 243.5714285714, 113.5714285714)
}

.pill.pill--success,
.pill.pill--green {
    background: #7ab709
}

.pill.pill--info {
    background: #073b3a
}

.pill.pill--warning {
    background: orange
}

.pill.pill--click:active {
    transform: translateY(2px)
}

.pill.pill--clickwhite:active {
    transform: translateY(2px)
}

.pill.pill--clickwhite:hover {
    color: #fff
}

.pill.pill--ideastage {
    width: 90%;
    margin-bottom: 20px;
    box-shadow: none;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    transition: all 80ms ease-in-out;
    position: relative;
    padding: 5px
}

.pill.pill--ideastage.pill--checked {
    background-color: #e0e0e0;
    border-color: #073b3a
}

.pill.pill--ideastage.pill--ideastagefullwidth {
    width: 100%
}

.pill.pill--ideastage .ideastage__circle {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    float: left
}

.pill.pill--ideastage .ideastage__title {
    float: left;
    width: 79%;
    left: 41px;
    height: auto;
    text-align: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 16px
}

.pill.pill--inline {
    display: inline-block
}

.pill.pill--circle {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    padding: 0;
    position: relative;
    top: 7px
}

.pill.pill--circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.pill a {
    color: #fff
}

.alert {
    padding: 20px;
    margin: 20px 0;
    border: 2px solid #f7f5f6;
    border-radius: 3px
}

.alert.alert--info {
    background: rgb(80.5, 193.125498008, 255);
    border-color: rgb(0, 134.2470119522, 208);
    color: #fff
}

.alert.alert--danger {
    background: #f2dede;
    border-color: hsl(0, 97.2093023256%, 40.1568627451%)
}

.about .hero {
    width: 100%;
    height: 65vh;
    background: url(/images/about/hero.jpg) no-repeat center bottom;
    background-size: cover;
    position: relative
}

.about .hero .text {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: hsla(0, 0%, 100%, .8);
    padding: 20px;
    border-radius: 3px
}

.about .container {
    max-width: 600px
}

.about .container .content {
    margin: 20px 0
}

@media(min-width: 768px) {
    .about .container .content__padded {
        box-sizing: border-box;
        padding: 0 0 0 20px
    }
}

.about .container p {
    font-size: 16px;
    text-align: justify
}

.about .container p,
.about .container h4 {
    margin-bottom: 20px
}

.about .container h4 {
    text-transform: uppercase
}

.about .container .img--responsive {
    max-width: 100%
}

.about .container .panel {
    height: 120px
}

.about .container .panel .panel__content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.about .container .panel .panel__content h4 {
    margin: 0
}

@media(min-width: 768px) {
    .about .container .panel:nth-child(odd) {
        margin-right: 10px
    }

    .about .container .panel:nth-child(even) {
        margin-left: 10px
    }
}

form div.group,
.form div.group {
    margin-bottom: 16px
}

form div.footer,
.form div.footer {
    text-align: right
}

input[type=color] {
    display: block;
    width: 30%
}

input[type=text],
input[type=email],
input[type=password],
input[type=file],
textarea,
select,
input[type=number],
input[type=tel],
input[type=url],
input[type=search],
input[type=date],
.input--text {
    border: 1px solid #073b3a;
    background: #fff;
    padding: 16px;
    font-size: 16px;
    border-radius: 3px;
    color: #6f6f6f;
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=file]:focus,
textarea:focus,
select:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=date]:focus,
.input--text:focus {
    outline-width: 0;
    border-color: #073b3a
}

input[type=text].smaller,
input[type=email].smaller,
input[type=password].smaller,
input[type=file].smaller,
textarea.smaller,
select.smaller,
input[type=number].smaller,
input[type=tel].smaller,
input[type=url].smaller,
input[type=search].smaller,
input[type=date].smaller,
.input--text.smaller {
    padding: 6px
}

input[type=text].input--inline,
input[type=email].input--inline,
input[type=password].input--inline,
input[type=file].input--inline,
textarea.input--inline,
select.input--inline,
input[type=number].input--inline,
input[type=tel].input--inline,
input[type=url].input--inline,
input[type=search].input--inline,
input[type=date].input--inline,
.input--text.input--inline {
    display: inline
}

input[type=text].input--toolbar,
input[type=email].input--toolbar,
input[type=password].input--toolbar,
input[type=file].input--toolbar,
textarea.input--toolbar,
select.input--toolbar,
input[type=number].input--toolbar,
input[type=tel].input--toolbar,
input[type=url].input--toolbar,
input[type=search].input--toolbar,
input[type=date].input--toolbar,
.input--text.input--toolbar {
    padding: 5px;
    height: 35px;
    position: relative;
    top: 2px
}

input[type=text].input--expiry,
input[type=email].input--expiry,
input[type=password].input--expiry,
input[type=file].input--expiry,
textarea.input--expiry,
select.input--expiry,
input[type=number].input--expiry,
input[type=tel].input--expiry,
input[type=url].input--expiry,
input[type=search].input--expiry,
input[type=date].input--expiry,
.input--text.input--expiry {
    width: 30%
}

input[type=text].input--filter,
input[type=email].input--filter,
input[type=password].input--filter,
input[type=file].input--filter,
textarea.input--filter,
select.input--filter,
input[type=number].input--filter,
input[type=tel].input--filter,
input[type=url].input--filter,
input[type=search].input--filter,
input[type=date].input--filter,
.input--text.input--filter {
    width: 30%;
    font-size: 10px;
    padding: 5px
}

input[type=text].input--tall,
input[type=email].input--tall,
input[type=password].input--tall,
input[type=file].input--tall,
textarea.input--tall,
select.input--tall,
input[type=number].input--tall,
input[type=tel].input--tall,
input[type=url].input--tall,
input[type=search].input--tall,
input[type=date].input--tall,
.input--text.input--tall {
    height: 50px
}

input[type=text].input--contenteditable,
input[type=email].input--contenteditable,
input[type=password].input--contenteditable,
input[type=file].input--contenteditable,
textarea.input--contenteditable,
select.input--contenteditable,
input[type=number].input--contenteditable,
input[type=tel].input--contenteditable,
input[type=url].input--contenteditable,
input[type=search].input--contenteditable,
input[type=date].input--contenteditable,
.input--text.input--contenteditable {
    line-height: 24px
}

input::placeholder {
    color: #e0e0e0
}

label {
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
    color: #6f6f6f;
    font-weight: 200
}

label select,
label input,
label button {
    margin-top: 10px
}

.validation-error::before {
    position: relative;
    top: 16px;
    left: -14px;
    content: "!";
    width: 14px;
    height: 19px;
    border-radius: 100%;
    background: rgb(23.2272727273, 195.7727272727, 192.4545454545);
    display: inline-block;
    border: 1px solid #f7f5f6;
    margin-right: 8px;
    padding-left: 10px;
    padding-top: 3px;
    color: #fff
}

.form-group {
    margin-bottom: 16px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.form-group label input,
.form-group label select,
.form-group label .dropdown__container,
.form-group label .sp-replacer,
.form-group label textarea,
.form-group label .fr-box {
    margin-top: 10px
}

.form-group p {
    font-size: 10px;
    line-height: 100%;
    margin-bottom: 10px
}

.form-group.form__group--padright {
    padding-right: 8px
}

.form-group.form__group--padleft {
    padding-left: 8px
}

.form-group.form__group--submit {
    text-align: right
}

textarea {
    margin-bottom: 16px
}

.commentTextArea {
    width: 400px;
    height: 80px
}

select {
    width: 100%;
    padding: 0;
    height: 40px
}

.input__extend:after {
    clear: both;
    display: table;
    content: ""
}

.input__extend .input__addon {
    margin-top: 10px;
    display: block;
    background: #eee;
    border: 1px solid #073b3a;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 16px;
    padding-top: 18px;
    padding-bottom: 17px;
    text-align: center;
    width: 30%;
    float: left
}

.input__extend input {
    width: 70%;
    float: left
}

.input__extend.input__extend--append input {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input__extend.input__extend--append .input__addon {
    border-left: 0;
    border-radius: 0 3px 3px 0
}

.input__extend.input__extend--prepend input {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input__extend.input__extend--prepend .input__addon {
    border-right: 0;
    border-radius: 3px 0 0 3px
}

.input__extend.input__extend--smaller {
    max-width: 40%
}

.input__extend.input__extend--smaller input {
    padding: 10px;
    font-size: 14px
}

.input__extend.input__extend--smaller .input__addon {
    margin-top: 0;
    font-size: 14px;
    padding: 11px 0 12px
}

.input--search {
    position: relative
}

.input--search a {
    position: absolute;
    right: 3px;
    top: 10px;
    background: #03a9f4;
    color: #fff;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    padding: 2px;
    font-size: 12px
}

.input--search a i {
    position: absolute;
    left: 3px;
    top: 1px
}

.input--tooltip {
    position: absolute;
    left: 10px;
    top: 62px;
    width: 280px;
    z-index: 99;
    opacity: 0;
    transition: all 80ms ease-in;
    color: #fff
}

.input--tooltip.tooltip--active {
    opacity: .8
}

.input--tooltip.tooltip--active .tooltip {
    opacity: 1
}

.input--tooltip .tooltip--text {
    background: #505d6d;
    padding: 10px;
    position: relative;
    text-align: center;
    border-radius: 4px;
    top: -8px;
    box-shadow: rgba(0, 0, 0, .1) 0 0 2px 1px
}

.input--tooltip .tooltip--arrow {
    width: 16px;
    height: 16px;
    background: #505d6d;
    margin: 0 auto;
    transform: rotate(-45deg);
    box-shadow: rgba(0, 0, 0, .1) 0 0 2px 1px
}

.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s
}

.switch .slider.slider--round {
    border-radius: 34px
}

.switch .slider.slider--round:before {
    border-radius: 50%
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

.switch input:checked+.slider {
    background-color: #073b3a
}

.switch input:focus+.slider {
    box-shadow: 0 0 1px #2196f3
}

.switch input:checked+.slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px)
}

.switch input {
    display: none
}

.input--text {
    margin-bottom: 8px
}

.cancelSurvey .container__check {
    text-align: center;
    padding: 80px
}

.cancelSurvey .container__check h1 {
    font-size: 48px;
    color: #08a045
}

.cancelSurvey p {
    font-family: "Poppins", sans-serif;
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 22px
}

.cancelSurvey fieldset {
    margin-top: 20px
}

.cancelSurvey .form-group {
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px
}

.cancelSurvey .form-group label {
    line-height: 22px
}

.cancelSurvey .technical__issues__hero p {
    margin-left: 20px
}

.cancelSurvey .survey__list {
    margin-top: 20px
}

.cancelSurvey .survey__list li a {
    display: block;
    background: #08a045;
    color: #fff;
    font-family: "Poppins", sans-serif;
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 22px;
    padding: 20px;
    animation: all .2s
}

.cancelSurvey .survey__list li a:hover {
    background: rgb(7.5142857143, 150.2857142857, 64.8107142857)
}

.device__landing .hero {
    background: image-set(url(/images/devices/hero.jpg) 1x, url(/images/devices/hero@2x.jpg) 2x) no-repeat center center;
    background-size: cover;
    height: 500px;
    position: relative
}

.device__landing .hero:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
}

.device__landing .hero .hero__inner {
    position: absolute;
    bottom: 20px;
    width: 100%;
    color: #fff
}

.device__landing .hero .mockup {
    text-align: left
}

.device__landing .hero .mockup img {
    max-height: 200px
}

@media(min-width: 768px) {
    .device__landing .hero .mockup img {
        max-height: 280px
    }
}

.device__landing .hero h1 {
    max-width: 800px
}

.device__landing .feature__block {
    margin-bottom: 20px;
    margin-top: 20px
}

.device__landing .feature__block .container {
    outline: 1px solid rgb(7.5142857143, 150.2857142857, 64.8107142857);
    border-radius: 20px
}

.device__landing .feature__block .feature__hero {
    text-align: center
}

.device__landing .feature__block .feature__hero img {
    width: 100%;
    border-radius: 3px
}

.device__landing .feature__block .feature__hero.feature__hero--withspace {
    padding: 20px;
    box-sizing: border-box
}

.device__landing .feature__block .feature {
    background: #08a045;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    color: #fff;
    padding: 20px;
    box-sizing: border-box
}

.device__landing .feature__block .feature h2 {
    padding-bottom: 20px
}

.river__container #wrapper {
    position: relative
}

@media(min-width: 768px) {
    .river__container #wrapper {
        height: auto;
        min-height: 100vh
    }
}

.river__container h2 {
    margin-bottom: 20px
}

.river__chart-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.river__chart {
    min-width: 600px;
    height: 20rem;
    background: #f7f5f6;
    padding: 1rem;
    box-sizing: border-box
}

.river__popover {
    position: fixed;
    top: 1rem;
    left: 1rem;
    bottom: 1rem;
    right: 1rem;
    z-index: 3000;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    padding: 20px;
    display: none;
    gap: 6px;
    align-items: start;
    overflow: auto
}

.river__popover.river__popover--show {
    display: flex
}

.river__popover h3 {
    margin-bottom: 20px
}

.river__popover .pure-g {
    width: 100%
}

.river__popover .river__chart {
    height: 20rem;
    width: 100%;
    background: #f7f5f6;
    padding: 1rem;
    box-sizing: border-box
}

.river__popover .stat {
    padding: 2rem 0;
    margin: 1rem 0;
    background: #f7f5f6
}

.river__popover small {
    font-size: .8rem;
    color: #989696
}

@media(min-width: 768px) {
    .map__container {
        position: relative;
        height: 100%
    }

    .map__container .map__riverflow {
        position: absolute !important;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh
    }
}

@media(min-width: 768px) {
    .map__fixed .map__container {
        position: fixed;
        top: 0;
        left: 20px;
        width: calc(50% - 20px);
        height: 100vh;
        z-index: 1000;
        background: #fff
    }
}

@media(min-width: 768px) {
    .river__list {
        margin-left: 20px
    }

    .river__list:hover {
        background: #efefef;
        cursor: pointer
    }
}

.river-marker {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: sans-serif;
    z-index: 1
}

.river-marker__panel {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    padding: 4px 6px;
    display: flex;
    gap: 6px;
    align-items: center
}

.river-marker__name {
    font-weight: bold
}

.river-marker__flow {
    color: #333
}

.river-marker__icon {
    font-size: 14px
}

.river-marker--highlight::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    background: rgba(0, 122, 255, .4);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 1.5s ease-out infinite;
    pointer-events: none;
    z-index: -1
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: .6
    }

    50% {
        transform: translate(-50%, -50%) scale(1.8);
        opacity: .2
    }

    100% {
        transform: translate(-50%, -50%) scale(2.4);
        opacity: 0
    }
}

.contentlist .page__header {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 48px;
    font-weight: bold
}

.contentlist .contentlist__header p {
    font-family: "Poppins", sans-serif;
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 22px
}

.contentlist .contentlist__header h4 {
    margin-bottom: 22px
}

.treadlightly .page__content h2 {
    line-height: 100%;
    margin-bottom: 24px
}

.treadlightly .page__content h2 span {
    font-style: italic;
    padding-right: 10px
}

.treadlightly .page__content p {
    text-align: justify;
    margin-bottom: 20px
}

a {
    text-decoration: underline;
    color: #6f6f6f
}

p {
    font-family: "Poppins", sans-serif;
    line-height: 22px
}

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

.text--right {
    text-align: right
}

@media(min-width: 768px) {
    .text--right--onlydesktop {
        text-align: right
    }
}

.btn {
    font-size: 16px !important
}

.container {
    max-width: 1200px;
    margin: 0 20px
}

@media(min-width: 992px) {
    .container {
        margin: 0 auto
    }
}

.container.container--400 {
    max-width: 100%
}

@media(min-width: 768px) {
    .container.container--400 {
        max-width: 400px
    }
}

.container.container--900 {
    max-width: 900px;
    margin: 0 20px
}

@media(min-width: 900px) {
    .container.container--900 {
        margin: 0 auto
    }
}

header {
    background-size: cover
}

header.header__home {
    padding-bottom: 40px
}

@media(min-width: 768px) {
    header.header__home {
        height: 750px;
        padding-bottom: 0
    }
}

header.header__home.header__home--fixed {
    margin-bottom: 120px
}

header.header__home.header__home--fixed nav {
    position: fixed;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    z-index: 9999;
    box-shadow: 0 3px 6px rgba(238, 238, 238, .16), 0 3px 8px rgba(238, 238, 238, .24)
}

header .hero__background {
    width: 100%;
    height: 900px;
    padding-top: 40px;
    background: image-set(url(/images/home/202508/hero.jpg) 1x, url(/images/home/202508/hero@2x.jpg) 2x) no-repeat bottom center;
    background-size: cover
}

@media(min-width: 768px) {
    header .hero__background {
        height: 750px
    }
}

@media(max-width: 992px) {
    header .hero__background .container {
        max-width: 90%
    }
}

header .hero__background.hero__background--track {
    height: 600px;
    position: relative
}

header .hero__background.hero__background--track .track__back {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0
}

header .hero__background.hero__background--track .track__back a {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    float: left;
    box-shadow: 0 2px 6px -1px rgba(0, 0, 0, .3);
    text-decoration: none;
    transition: all 80ms ease-in
}

header .hero__background.hero__background--track .track__back a:hover {
    opacity: .9
}

header .hero__background.hero__background--track .track__title {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0
}

header .hero__background.hero__background--track .track__name {
    background: #fff;
    padding: 20px;
    min-width: 300px;
    border-radius: 8px;
    float: left;
    box-shadow: 0 2px 6px -1px rgba(0, 0, 0, .3)
}

header .hero__background.hero__background--track .track__name h5 {
    font-size: 14px
}

header .hero__background.hero__background--track .track__rating {
    margin-top: 10px;
    color: orange;
    font-size: 18px
}

header h1 {
    text-indent: -999999px;
    background: url(https://edge.overlandnavigator.co.nz/onzlogo.png) no-repeat;
    background-size: contain;
    width: 138px;
    height: 120px;
    display: block;
    margin-left: 20px
}

header nav .mobile__menu {
    font-size: 48px;
    color: #3b3b3b;
    margin: 20px;
    max-width: 180px;
    float: right
}

header nav .mobile__menu:hover {
    cursor: pointer;
    color: #989696
}

@media(min-width: 992px) {
    header nav .mobile__menu {
        display: none
    }
}

header nav .buttons {
    text-align: right;
    position: relative
}

header nav .buttons .buttons__inner {
    display: none
}

@media(min-width: 992px) {
    header nav .buttons .buttons__inner {
        display: block;
        right: 20px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }
}

header nav .buttons .buttons__inner .nav__link {
    margin-right: 10px;
    padding: 0 5px;
    display: inline-block;
    position: relative;
    transition: all ease-in-out 180ms;
    text-decoration: none
}

header nav .buttons .buttons__inner .nav__link.nav__link--last {
    border-right: none
}

header nav .buttons .buttons__inner .nav__link:after {
    display: block;
    content: "";
    width: 0;
    height: 3px;
    background: #08a045;
    transition: all ease-in-out 180ms;
    position: absolute;
    left: 50%;
    margin-top: 4px;
    transform: translateX(-50%)
}

header nav .buttons .buttons__inner .nav__link:hover:after,
header nav .buttons .buttons__inner .nav__link.nav__link--active:after {
    width: 20%
}

header nav .buttons .buttons__inner .nav__link:active {
    transform: translateY(4px)
}

header nav .buttons .buttons__inner .nav__link:active:after {
    width: 50%;
    transform: translateX(-50%)
}

header nav .buttons .buttons__inner.buttons__inner--show {
    position: fixed;
    right: 0;
    top: 80px;
    width: 60%;
    z-index: 9999;
    display: block;
    margin-right: 20px;
    background: #fff;
    box-shadow: 0 0 15px 5px rgba(238, 238, 238, .16), 0 1px 2px rgba(238, 238, 238, .16)
}

header nav .buttons .buttons__inner.buttons__inner--show a {
    display: block;
    padding: 20px;
    font-size: 16px;
    margin-right: 0
}

header nav .buttons .buttons__inner.buttons__inner--show a:after {
    opacity: 0
}

header nav .buttons .buttons__inner.buttons__inner--show .btn {
    border-radius: 0;
    background: none;
    color: #6f6f6f;
    box-shadow: none;
    border: none;
    text-align: right;
    font-size: 16px;
    padding: 20px
}

header .hero__text .hero__pill {
    background: #fff;
    margin-bottom: 40px;
    border-radius: 50rem
}

header .hero__text .hero__pill .pill__icon {
    display: none
}

@media(min-width: 992px) {
    header .hero__text .hero__pill .pill__icon {
        display: block;
        float: left;
        background: #08a045;
        border-radius: 50rem;
        padding: 8px;
        font-size: 12px;
        color: #fff;
        margin: 8px
    }
}

header .hero__text .hero__pill .pill__text {
    font-weight: bold;
    padding: 10px;
    margin-top: 4px;
    width: 100%;
    text-align: center
}

@media(min-width: 992px) {
    header .hero__text .hero__pill .pill__text {
        float: left;
        padding: 10px 10px 10px 0;
        width: auto;
        text-align: left
    }
}

header .hero__text .hero__pill:after {
    display: table;
    content: "";
    clear: both
}

header .hero__text .hero__text__inner {
    margin-top: 10%
}

header .hero__text .hero__text__inner.hero__text__inner--nopadding {
    margin-top: 0
}

@media(min-width: 768px) {
    header .hero__text .hero__text__inner {
        padding: 0
    }
}

header .hero__text .hero__text__inner h2 {
    font-weight: bold;
    color: #fff
}

header .hero__text .hero__text__inner h2.text__dark {
    color: #212121
}

header .hero__text .hero__text__inner h3 {
    font-size: 36px;
    color: #fff
}

header .hero__text .hero__text__inner h2,
header .hero__text .hero__text__inner h3 {
    margin-bottom: 20px
}

header .hero__text .hero__text__inner h4 {
    color: #fff
}

header .hero__text .hero__text__inner h5 {
    font-size: 12px;
    position: relative;
    top: -14px;
    color: #fff
}

header .hero__text .hero__cta {
    text-align: center;
    margin-top: 40px
}

@media(min-width: 768px) {
    header .hero__text .hero__cta {
        text-align: left
    }
}

header .hero__text .hero__cta .btn {
    font-size: 16px;
    margin: 0 40px;
    display: block
}

@media(min-width: 768px) {
    header .hero__text .hero__cta .btn {
        width: auto;
        display: inline;
        margin: 0
    }
}

header .hero__text .hero__apps {
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 40px
}

@media(min-width: 768px) {
    header .hero__text .hero__apps {
        margin-left: 0;
        margin-right: 0
    }
}

header .hero__text .hero__apps .app {
    text-align: center
}

@media(min-width: 768px) {
    header .hero__text .hero__apps .app img {
        float: left;
        margin-right: 10px
    }
}

header .hero__text .hero__apps .app.app__ios img {
    width: 150px
}

@media(min-width: 768px) {
    header .hero__text .hero__apps .app.app__android {
        float: left
    }
}

header .hero__text .hero__apps .app.app__android img {
    width: 165px
}

header .hero__hand {
    display: none
}

@media(min-width: 768px) {
    header .hero__hand {
        display: block;
        position: relative;
        height: 590px;
        overflow: hidden
    }

    header .hero__hand .hand__inner {
        position: absolute;
        right: 0;
        bottom: -40px
    }

    header .hero__hand .hand__inner img {
        height: 600px
    }
}

header .hero__images {
    position: relative;
    display: none
}

header .hero__images .hero__image {
    max-width: 200px;
    position: absolute;
    float: left
}

@media(min-width: 992px) {
    header .hero__images .hero__image {
        max-width: 250px
    }
}

header .hero__images .hero__image.hero__image--rounded {
    border-radius: 20px;
    box-shadow: 0 2px 6px -1px rgba(0, 0, 0, .3);
    margin-top: -20px
}

header .hero__images .hero__image.hero__image--1 {
    z-index: 101;
    right: 30%
}

header .hero__images .hero__image.hero__image--2 {
    top: 13px;
    right: 0;
    z-index: 100;
    max-width: 185px
}

@media(min-width: 992px) {
    header .hero__images .hero__image.hero__image--2 {
        max-width: 233px
    }
}

header .hero__images .hero__image.hero__image--android {
    z-index: 101;
    right: 0;
    max-width: 400px;
    text-align: right;
    float: right
}

header .hero__images.hero__images--mobile {
    display: block;
    height: 300px
}

@media(min-width: 768px) {
    header .hero__images.hero__images--mobile {
        display: none
    }
}

header .hero__images.hero__images--mobile .hero__image {
    position: absolute
}

header .hero__images.hero__images--mobile .hero__image--1 {
    width: 152px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto 0 -50px
}

header .hero__images.hero__images--mobile .hero__image--2 {
    right: auto;
    width: 138px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto 0 50px
}

footer {
    background: #3b3b3b;
    color: #fff;
    padding: 100px 20px
}

footer p {
    font-size: 10px
}

footer a {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    position: relative
}

footer a:after {
    display: table;
    content: "";
    width: 40px;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    transition: all 80ms ease-in
}

footer a:active:after {
    width: 100px
}

footer a:hover:after {
    width: 50px
}

footer ul.links {
    margin: 20px 0
}

footer ul.links li {
    display: block;
    margin-bottom: 40px
}

footer ul.links li a {
    display: block
}

footer .social__buttons {
    margin-bottom: 40px;
    margin-top: 20px
}

@media(min-width: 768px) {
    footer .social__buttons {
        float: right;
        margin-top: auto
    }
}

footer .social__buttons a {
    color: #fff;
    text-decoration: none
}

footer .social__buttons a:after {
    display: none
}

footer .social__buttons a:hover {
    color: hsla(0, 0%, 100%, .8)
}

footer .social__buttons i {
    margin-top: 4px;
    margin-left: 20px;
    font-size: 32px
}

footer .footer__apps {
    margin: 20px 0 10px
}

footer .footer__apps:after {
    clear: both;
    content: "";
    display: table
}

footer .footer__apps a:after {
    display: none
}

footer .footer__apps .app {
    float: left
}

footer .footer__apps .app__ios {
    margin-right: 25px
}

footer .footer__apps .app__ios img {
    width: 140px
}

footer .footer__apps .app__android img {
    width: 158px
}

section.stats {
    background: #fff;
    text-align: center;
    padding: 40px
}

section.stats h2 {
    margin-bottom: 20px
}

@media(max-width: 768px) {
    section.stats .stat {
        margin-bottom: 40px
    }
}

section.stats.stats__dark {
    background: #ece9e6;
    background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6);
    background: linear-gradient(to right, #FFFFFF, #ECE9E6)
}

.background {
    background: #ece9e6;
    background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6);
    background: linear-gradient(to right, #FFFFFF, #ECE9E6)
}

.background.background--white {
    background: #fff
}

.background.background--dark {
    background: #666;
    background-image: linear-gradient(133deg, #08A045, rgb(5.5714285714, 111.4285714286, 48.0535714286))
}

section.features {
    max-width: 90%;
    margin: 0 20px
}

@media(min-width: 768px) {
    section.features {
        margin: 0 auto
    }
}

@media(min-width: 992px) {
    section.features {
        max-width: 1200px
    }
}

section.features.features--800 {
    max-width: 800px
}

section.features.features--centretext {
    position: relative
}

section.features.features--centretext .feature {
    position: absolute;
    top: 50%;
    width: 50%;
    transform: translateY(-50%)
}

section.features .hero {
    min-height: 715px;
    position: relative;
    overflow: hidden;
    margin-left: -20%;
    margin-right: -20px
}

@media(min-width: 768px) {
    section.features .hero {
        float: left;
        width: 30%;
        min-height: 700px;
        overflow: visible;
        margin-left: 0
    }
}

section.features .hero .hero__image {
    background: no-repeat center;
    background-size: contain;
    width: 100%;
    height: 450px;
    position: absolute
}

section.features .hero .hero__image.hero__image--1 {
    z-index: 110;
    transform: translateY(-50%);
    top: 50%;
    left: 50px
}

section.features .hero .hero__image.hero__image--1.hero__image--movein--in {
    top: 40%;
    transform: rotate(0deg) translateY(-50%)
}

section.features .hero .hero__image.hero__image--2 {
    z-index: 110;
    transform: translateY(-50%);
    top: 50%;
    left: 50px
}

section.features .hero .hero__image.hero__image--2.hero__image--movein--in {
    top: 50%;
    left: -40px;
    transform: rotate(-20deg) translateY(-50%)
}

section.features .hero .hero__image.hero__image--3 {
    z-index: 110;
    transform: translateY(-50%);
    top: 50%;
    left: 50px
}

section.features .hero .hero__image.hero__image--3.hero__image--movein--in {
    top: 65%;
    left: 90px;
    transform: rotate(20deg) translateY(-50%)
}

section.features .hero .hero__image.hero__image--movein {
    transition: all 500ms ease-in-out;
    transform: rotate(0) translateY(-50%)
}

section.features .hero .hero__image.hero__image--moredetails {
    z-index: 110;
    top: 55%;
    left: 0px
}

section.features .hero .hero__image.hero__image--moredetails.hero__image--movein--in {
    top: 50%;
    transform: rotate(-20deg) translateY(-50%)
}

section.features .hero .hero__image.hero__image--topomap {
    z-index: 105;
    top: 70%;
    left: 100px
}

section.features .hero .hero__image.hero__image--topomap.hero__image--movein--in {
    top: 65%;
    transform: rotate(20deg) translateY(-50%)
}

section.features .hero .hero__image.hero__image--noads {
    z-index: 100;
    top: 50%;
    left: 50px
}

section.features .hero .hero__image.hero__image--noads.hero__image--movein--in {
    top: 40%;
    transform: rotate(0deg) translateY(-50%)
}

section.features .content {
    margin-top: 40px;
    text-align: justify;
    margin-right: 20px
}

@media(min-width: 768px) {
    section.features .content {
        width: 58%;
        float: right;
        margin-right: 0
    }
}

section.features .feature {
    padding: 20px;
    margin-bottom: 20px
}

@media(max-width: 768px) {
    section.features .feature .pure-u-4-5 {
        padding-left: 20px;
        box-sizing: border-box
    }
}

section.features .feature.feature--mates p {
    line-height: 26px
}

section.features .feature .icon {
    border-radius: 50%;
    width: 64px;
    height: 64px;
    margin: 20px auto;
    position: relative
}

section.features .feature .icon i {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px
}

section.features .feature .icon.icon--route {
    background: #1322c3;
    color: #fff
}

section.features .feature .icon.icon--love {
    background: #c31345;
    color: #fff
}

section.features .feature .icon.icon--eye {
    background: #51c313;
    color: #fff
}

section.features .feature .icon.icon--cog {
    background: #c36e13;
    color: #fff
}

section.features .feature .icon.icon--comment {
    background: #1371c3;
    color: #fff
}

section.features .feature h3 {
    margin-bottom: 20px
}

section.features:after {
    clear: both;
    content: "";
    display: table
}

.feature__extra {
    margin-bottom: 20px
}

.feature__extra .icon {
    border-radius: 50%;
    width: 64px;
    height: 64px;
    margin: 20px auto;
    position: relative
}

.feature__extra .icon i {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px
}

.feature__extra .icon.icon--tides {
    background: linear-gradient(344deg, #0B6E4F 35%, #0B6E4F 100%);
    color: #fff
}

.feature__extra h5 {
    font-size: 18px
}

.feature__extra .feature__text {
    text-align: center
}

.feature__extra .feature__text p {
    font-size: 10px
}

section.plans {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px
}

@media(min-width: 992px) {
    section.plans {
        padding: 40px 0
    }
}

section.plans .plan {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 15px 5px rgba(238, 238, 238, .16), 0 1px 2px rgba(238, 238, 238, .16);
    border-radius: 3px;
    margin-bottom: 40px;
    height: 557px;
    position: relative
}

@media(min-width: 768px) {
    section.plans .plan {
        width: 37%;
        background: #fff;
        float: right;
        margin: 0
    }

    section.plans .plan:first-of-type {
        float: left
    }
}

section.plans .plan:after {
    clear: both;
    display: table;
    content: ""
}

section.plans .plan h3 {
    text-align: center;
    font-weight: 700;
    font-size: 20px
}

section.plans .plan h4 {
    text-align: center;
    font-weight: 700;
    font-size: 34px;
    margin: 20px 0
}

section.plans .plan h5 {
    text-align: center;
    font-size: 14px
}

section.plans .plan .plan__deal {
    text-align: center;
    font-size: 12px;
    margin-top: 20px
}

section.plans .plan .plan__cta {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px
}

section.plans .plan .plan__cta a {
    display: block;
    text-align: center;
    margin-top: 20px
}

section.plans:after {
    clear: both;
    display: table;
    content: ""
}

ul.checklist {
    margin-top: 20px
}

ul.checklist li {
    text-align: left;
    font-family: "Poppins", sans-serif;
    display: block;
    margin-bottom: 10px
}

ul.checklist li:before {
    display: inline-block;
    content: " ";
    background: #989696;
    font-family: "Font Awesome 6 Pro" !important;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    padding-top: 8px;
    width: 16px;
    height: 8px;
    margin-right: 10px;
    position: relative;
    top: 3px
}

ul.checklist li.item--checked:before {
    background: rgb(17.8181818182, 150.1818181818, 147.6363636364);
    border: 2px solid #073b3a
}

ul.checklist.checklist--points li {
    line-height: 200%
}

section.discover {
    max-width: 1200px;
    margin: 0 auto
}

section.discover .hero__discover {
    width: 30%;
    float: left;
    background: url(/images/home/iphone1.png) no-repeat center;
    background-size: contain;
    height: 450px
}

section.discover .hero__info {
    width: 30%;
    float: left;
    background: url(/images/home/iphone2.png) no-repeat center;
    background-size: contain;
    height: 450px
}

section.discover .content {
    width: 70%;
    float: left;
    position: relative;
    height: 450px
}

section.discover .content .content__inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 100px
}

section.discover .content .content__inner h3 {
    margin-bottom: 20px
}

section.discover:after {
    clear: both;
    content: "";
    display: table
}

.terms a {
    text-decoration: underline;
    color: #000
}

.terms p {
    margin-bottom: 20px;
    line-height: 200%
}

.terms h4 {
    margin-bottom: 20px
}

.terms strong {
    font-weight: bold
}

.terms strong.bullet {
    margin-right: 40px;
    display: inline-block
}

.terms ul {
    margin-left: 40px
}

.terms ul li {
    font-family: "Poppins", sans-serif;
    font-size: 16px
}

section.content__any {
    padding: 20px
}

section.content__any small {
    font-size: 10px
}

.marker {
    cursor: pointer;
    display: table;
    opacity: .9;
    position: relative;
    text-align: center;
    padding: 0;
    width: 55px;
    height: 55px;
    background-size: cover;
    background: url(/images/marker/easytrack.png) no-repeat center
}

.marker .marker__text {
    position: absolute;
    top: 110%;
    border-radius: 3px;
    max-width: 200px;
    background: hsla(0, 0%, 100%, .8);
    background: #fff;
    padding: 5px
}

.card {
    height: 225px;
    margin: 20px;
    box-shadow: 0 3px 6px rgba(238, 238, 238, .16), 0 3px 8px rgba(238, 238, 238, .24);
    transition: all 80ms ease-in;
    border-radius: 3px;
    position: relative
}

.card a {
    display: block;
    text-decoration: none
}

.card .card__hero {
    height: 180px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-color: #efefef;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.card .card__title {
    text-align: center;
    font-size: 16px;
    padding: 10px
}

.card .fas {
    transition: all 80ms ease-in
}

.card:hover {
    transform: scale(101%)
}

.card:hover .fas {
    transform: translateX(3px)
}

.card:active {
    transform: scale(99%)
}

.card.card--fancy {
    box-shadow: 0 0 12px 0px #e1e1e1;
    border-radius: 20px
}

@media(min-width: 768px) {
    .card.card--fancy {
        margin-left: 0
    }
}

.card.card--fancy .card__title {
    position: relative;
    font-weight: bold;
    height: 10px
}

.card.card--fancy .card__title .title__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    width: 100%
}

.card.card--fancy .card__hero {
    border-radius: 20px
}

.map {
    width: 100%;
    height: 400px
}

.camp__stats .pure-u-1-2,
.camp__stats .pure-u-1-3 {
    text-align: center;
    padding: 40px;
    box-sizing: border-box
}

.camp__stats h5 {
    font-size: 14px
}

.camp__stats .track__name {
    font-size: 32px;
    margin-top: 20px
}

.camp__stats .fas {
    margin-bottom: 20px
}

@media(max-width: 768px) {
    .camp__stats .stat {
        margin-bottom: 40px
    }
}

.video__item {
    margin-top: 20px;
    background: #eee;
    border-radius: 20px;
    padding: 20px
}

@media(min-width: 768px) {
    .video__item .video__content {
        padding-left: 20px
    }
}

.video__item .video__content p {
    margin-bottom: 10px
}

.video__hero {
    width: 100%;
    height: 210px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    margin-bottom: 20px
}

@media(min-width: 768px) {
    .video__hero {
        margin-bottom: 0
    }
}

.contact {
    margin: 0 20px;
    padding-bottom: 40px;
    padding-top: 40px
}

.contact form {
    margin: 40px auto 0;
    width: 600px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 15px 5px rgba(238, 238, 238, .16), 0 1px 2px rgba(238, 238, 238, .16);
    border-radius: 3px
}

.contact .form-group {
    margin: 20px 0
}

.contact label {
    font-family: "Poppins", sans-serif;
    line-height: 22px
}

.contact label input,
.contact label textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px
}

.contact label textarea {
    height: 200px
}

.faq {
    margin-bottom: 20px
}

.faq h5 {
    font-size: 20px
}

.faq .grades {
    margin: 20px 0
}

.faq .grades .pure-u-1-3 {
    padding: 20px;
    box-sizing: border-box
}

.help__box {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #efefef
}

.help__box .menu a.menu__item {
    display: block;
    padding: 20px;
    transition: all 80ms ease-in
}

.help__box .menu a.menu__item.menu__item--active,
.help__box .menu a.menu__item:hover {
    background: #eee
}

.help__box .help__content {
    padding: 20px;
    box-sizing: border-box
}

.help__box .help__content h4 {
    margin: 10px 0
}

.help__box .help__content img {
    max-width: 100%;
    margin: 10px 0;
    border: 1px solid #efefef
}

@media(min-width: 768px) {
    .help__box .help__content img {
        max-width: 60%;
        border: none
    }
}

.panel {
    background: #fff;
    padding: 16px;
    border-radius: 3px;
    box-shadow: 0 6px 6px rgba(238, 238, 238, .2), 0 1px 2px rgba(238, 238, 238, .24);
    margin-bottom: 20px
}

.panel .panel__title {
    margin-bottom: 20px
}

.panel .panel__title.panel__title--nopadding {
    margin-bottom: 0
}

.panel.panel--info {
    background: rgb(80.5, 193.125498008, 255);
    color: #fff
}

.panel.panel--shadow {
    box-shadow: 0 19px 38px rgba(238, 238, 238, .28), 0 15px 12px rgba(238, 238, 238, .24)
}

.panel.panel--login {
    box-shadow: 0 19px 38px rgba(238, 238, 238, .28), 0 15px 12px rgba(238, 238, 238, .24)
}

.panel.panel--login .form-group {
    padding: 8px 0
}

.panel.panel--login h4 {
    margin-bottom: 10px;
    padding-left: 0
}

.panel.panel--login label {
    display: block;
    font-size: 16px;
    padding-bottom: 8px
}

.panel.panel--login input[type=text],
.panel.panel--login input[type=password],
.panel.panel--login input[type=email],
.panel.panel--login input[type=tel],
.panel.panel--login input[type=url],
.panel.panel--login textarea {
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
    width: 100%;
    padding: 16px;
    border: 1px solid #073b3a;
    border-radius: 3px
}

.panel.panel--withtext p {
    line-height: 32px
}

.promo__plan {
    position: relative;
    background: #fff;
    box-shadow: 0 3px 6px rgba(238, 238, 238, .16), 0 3px 8px rgba(238, 238, 238, .24);
    border-radius: 20px;
    margin: 10px;
    text-align: center;
    padding: 20px;
    border: 2px solid #073b3a;
    transition: all 80ms ease-in
}

.promo__plan:hover {
    border-color: rgb(7.5142857143, 150.2857142857, 64.8107142857);
    cursor: pointer
}

.promo__plan:active {
    scale: .95
}

.promo__plan:first-of-type {
    margin-left: 0
}

.promo__plan.promo__plan--bestvalue {
    border: 2px solid #08a045;
    position: relative
}

.promo__plan.promo__plan--bestvalue:after {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: #08a045;
    color: #fff;
    width: 100px;
    content: "1 month free!";
    display: block;
    padding: 10px;
    border-radius: 10px
}

.promo__plan .price__title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px
}

.promo__plan .price__old {
    text-decoration: line-through;
    margin-bottom: 10px;
    color: #989696
}

.promo__plan .price__new {
    font-size: 24px;
    margin-bottom: 10px
}

.promo__plan .price__timeframe {
    font-size: 12px
}

.promo__plan .price__start {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.terms blockquote {
    margin-left: 40px
}

.interactive h2 {
    color: #fff
}

.interactive h2.h2--space {
    margin: 20px 0
}

.interactive h3 {
    font-size: 14px;
    margin-bottom: 20px;
    color: #fff
}

.interactive .interactive__title {
    padding: 40px 0
}

.interactive .device {
    margin-bottom: 40px;
    width: 100%;
    height: 540px;
    background: url(/images/home/202602/phoneoverlay.png) no-repeat center;
    background-size: contain;
    position: relative;
    z-index: 999
}

.interactive .device:before {
    position: absolute;
    border-radius: 40px;
    content: "";
    display: table;
    width: 254px;
    height: 532px;
    box-shadow: 0 0 11px 10px rgba(238, 238, 238, .49);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media(min-width: 992px) {
    .interactive .device {
        float: left;
        width: 398px
    }
}

.interactive .device .device__screen {
    background: #bbd4ea;
    position: absolute;
    top: 10px;
    bottom: 59px;
    width: 238px;
    left: 50%;
    transform: translateX(-50%);
    border-top-right-radius: 30px;
    border-top-left-radius: 30px
}

@media(min-width: 992px) {
    .interactive .device .device__screen {
        left: 80px;
        right: 80px;
        transform: none
    }
}

.interactive .device .device__screen div#map {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px
}

.interactive .device .device__screen div#map .map--marker {
    background: hsla(0, 0%, 100%, .6);
    font-size: 10px;
    padding: 4px;
    border-radius: 4px;
    position: relative
}

.interactive .device .device__screen div.controls {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 180px;
    background: url(/images/home/202602/controls.png) no-repeat center;
    background-size: contain
}

.interactive .device .device__screen div.dynamicisland {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 20px;
    background: #0f0f0f;
    background-size: contain;
    border-radius: 30px
}

.interactive .device .device__screen div.dynamicisland .camera {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #333;
    border-radius: 50%
}

.interactive .interactive__info {
    width: 100%;
    color: #fff
}

@media(min-width: 992px) {
    .interactive .interactive__info {
        float: right;
        width: 58%;
        margin-right: 0
    }
}

.interactive .interactive__info .rating__stars {
    color: orange;
    background: #fff;
    padding: 20px;
    width: 300px;
    margin: 20px auto;
    border-radius: 20px
}

.interactive .interactive__info p {
    text-align: justify;
    line-height: 20px;
    margin-bottom: 20px
}

.interactive .interactive__info p:last-of-type {
    margin-bottom: 0
}

.interactive .elevation {
    display: none
}

.interactive .interactive__text {
    padding: 20px 10px
}

.interactive .track__stat {
    text-align: center;
    padding: 10px;
    box-sizing: border-box
}

.interactive .track__stat .track__stat__inner {
    background: #fff;
    padding: 10px;
    border-radius: 20px
}

.interactive .track__stat h4 {
    font-size: 14px;
    margin-bottom: 10px;
    color: #666
}

.interactive .track__stat h5 {
    font-size: 24px;
    color: #333
}

.terms__text a {
    text-decoration: underline;
    color: rgb(23.2272727273, 195.7727272727, 192.4545454545)
}

.public__info {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #efefef
}

.public__info p {
    line-height: 22px
}

.public__info h5 {
    margin-bottom: 20px
}

.public__info a {
    margin-top: 20px
}

.img--responsive {
    max-width: 100%
}

.header__navigatorpro .checklist {
    color: #fff
}

.feature__table {
    width: 100%;
    margin: 20px 0;
    border: none;
    border-collapse: collapse;
    border-radius: 3px
}

@media(min-width: 768px) {
    .feature__table {
        width: 50%;
        margin: 20px auto
    }
}

.feature__table th,
.feature__table td {
    padding: 10px;
    font-family: "Poppins", sans-serif
}

.feature__table th {
    background: #e0e0e0;
    text-align: left;
    font-weight: bold
}

.feature__table td {
    border-bottom: 1px solid #989696
}

.feature__table td.feature__value {
    text-align: center
}

.feature__table .fas {
    font-size: 24px;
    margin: 20px
}

.feature__table .fa-times-circle {
    color: #f2dede
}

.feature__table .fa-check-circle {
    color: rgb(7.5142857143, 150.2857142857, 64.8107142857)
}

.social__box {
    margin: 40px 0
}

.social__box h4 {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 48px;
    font-weight: bold
}

.social__box p {
    line-height: 22px;
    margin-bottom: 20px;
    font-size: 16px
}

.social__box small {
    font-size: 10px;
    line-height: 22px
}

.social__box .store__ratings {
    width: 100%
}

@media(min-width: 768px) {
    .social__box .store__ratings {
        float: right;
        width: 80%
    }
}

.social__box .store__ratings .store__rating {
    margin-bottom: 20px
}

.social__box .store__ratings .store__rating h5 {
    margin-bottom: 20px
}

.social__box .store__ratings .store__apps {
    display: block;
    width: 100%
}

.social__box .store__ratings .store__apps img {
    position: relative
}

@media(min-width: 768px) {
    .social__box .store__ratings .store__apps {
        float: left
    }

    .social__box .store__ratings .store__apps.app__ios {
        margin-right: 20px
    }
}

.social__box .store__ratings .store__apps .app {
    float: left
}

.social__box .store__ratings .store__apps .app__ios {
    margin-top: 20px;
    margin-right: 20px
}

.social__box .store__ratings .store__apps .app__ios img {
    width: 150px
}

.social__box .store__ratings .store__apps .app__android {
    margin-top: 20px
}

.social__box .store__ratings .store__apps .app__android img {
    width: 150px
}

@media(min-width: 768px) {
    .social__box .store__ratings .store__apps .app__android img {
        width: 168px
    }
}

.section--getapp {
    padding: 40px;
    color: #fff
}

.section--getapp h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
    font-weight: bold
}

.section--getapp h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px
}

.section--getapp .app_screenshot {
    max-height: 320px
}

.section--getapp p {
    line-height: 22px;
    margin-bottom: 20px
}

.gift__card {
    width: 600px;
    border: 2px solid #333;
    border-radius: 3px;
    padding: 30px;
    text-align: center;
    position: relative
}

.gift__card .code__box {
    font-family: "Poppins", sans-serif;
    border: 1px dashed #333;
    padding: 15px;
    margin: 20px 0;
    font-size: 1.5em;
    letter-spacing: 3px;
    background: #f9f9f9;
    display: inline-block;
    text-align: center
}

.gift__card .message {
    border: 1px solid #ddd;
    padding: 15px;
    font-style: italic;
    margin: 20px 0;
    background: #f3f3f3
}

.gift__card .message p {
    line-height: 200%
}

/*# sourceMappingURL=marketing.css.map */