*,
*:before,
*:after {
    box-sizing: inherit;
}
html {
    box-sizing: border-box;
    font: 18px/1.5 Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
body {
    background-color: #113447;
    background-image: url("../globalot/world-map.png");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 1000px;
    color: #ffffff;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    margin: 0 0 1em;
}
p,
ul,
ol,
dl,
figure {
    margin: 0 0 1.5em;
}
img {
    height: auto;
    max-width: 100%;
}
button,
input,
textarea {
    font: inherit;
}
a {
    color: #62d0c9;
    text-decoration: underline;
}
@media screen and (min-width: 1024px) {
    html {
        font-size: 20px;
    }
    body {
        background-size: 2000px;
    }
}

.container {
    margin: 0 auto;
    max-width: 1160px;
    padding: 0 1rem;
}

.content > :last-child {
    margin-bottom: 0;
}

.icon {
    fill: currentColor;
    height: 1em;
    width: 1em;
}

.well {
    background-color: #0e2d3e;
    border: 1px solid #297889;
    border-radius: 6px;
    padding: 1.4rem;
}
.well > :last-child {
    margin-bottom: 0;
}
.well--text {
    text-align: center;
}
.well--image {
    padding: 2rem 1rem;
}

.nav {
    position: sticky;
    top: 0;
    transition: background-color 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, transform 0.3s;
    transition: background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
    z-index: 10;
}
.nav__header {
    align-items: center;
    display: flex;
    height: 4rem;
}
.nav__toggle.button {
    display: inline-flex;
    margin-left: auto;
    padding: 0.2rem 0.6rem;
}
.nav__logo {
    align-items: center;
    display: inline-flex;
    width: 140px;
}
.nav__items {
    display: none;
    list-style: none;
    margin: 0 -1rem;
    padding: 0;
}
.nav__link {
    box-shadow: 0 -1px 0 #113447;
    color: #ffffff;
    display: block;
    padding: 0.6rem 1rem;
    text-decoration: none;
}
body.nav-open .nav {
    background-color: #0e2d3e;
    display: block;
    -webkit-transform: none !important;
    transform: none !important;
}
body.nav-open .nav__items {
    display: block;
}
body.scroll-down .nav {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
body.scrolled .nav {
    background-color: #0e2d3e;
}
@media screen and (min-width: 1024px) {
    .nav > .container {
        align-items: center;
        display: flex;
        height: 4rem;
    }
    .nav__logo {
        width: 160px;
    }
    .nav__toggle {
        display: none !important;
    }
    .nav__items {
        background-color: transparent;
        display: flex !important;
        margin: 0 -1rem 0 auto;
        position: static;
    }
    .nav__link {
        box-shadow: none;
        padding: 0.4rem 1rem;
    }
}

.hero {
    align-items: center;
    flex-direction: column;
    display: flex;
    height: 24rem;
    justify-content: center;
}
.hero__title {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 2rem;
    text-align: center;
}
.hero__title-highlight {
    background-image: linear-gradient(45deg, #62d0a8, #49bdd6);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #62d0c9;
    font-size: 2.2rem;
    font-style: italic;
    font-weight: 500;
    padding: 0 0.2em;
}
.hero__cta {
    align-items: center;
    background-color: #297889;
    border-radius: 6px;
    font-weight: 500;
    margin: 0 auto;
    max-width: 480px;
    padding: 1rem;
    text-align: center;
}
.hero__cta-button {
    background-color: #113447;
    border-radius: 6px;
    color: #ffffff;
    display: block;
    margin-top: 0.8rem;
    padding: 0.4rem 1.2rem;
    text-decoration: none;
    white-space: nowrap;
}
@media screen and (min-width: 480px) {
    .hero {
        height: 30rem;
    }
    .hero__title {
        font-size: 2.6rem;
        line-height: 1.2;
        margin-bottom: 4rem;
    }
    .hero__title-highlight {
        font-size: 3rem;
    }
}
@media screen and (min-width: 1024px) {
    .hero {
        height: 40rem;
    }
    .hero__title {
        font-size: 3rem;
    }
    .hero__title-highlight {
        font-size: 3.8rem;
    }
    .hero__cta {
        align-items: center;
        background-color: #297889;
        border-radius: 2.8rem;
        display: inline-flex;
        max-width: none;
        font-weight: 500;
        line-height: 2.4rem;
        padding: 0.4rem 0.4rem 0.4rem 2rem;
    }
    .hero__cta-button {
        background-color: #113447;
        border-radius: 2.4rem;
        color: #ffffff;
        margin: 0 0 0 1rem;
        padding: 0 1.2rem;
        text-decoration: none;
    }
}

.refs {
    margin-bottom: 4rem;
    opacity: 0.5;
}
.refs__title {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.6rem;
    text-align: center;
}
.refs__scroller {
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.refs__scroller::before {
    background-image: linear-gradient(90deg, #113447ff, #11344700);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 2rem;
    z-index: 1;
}
.refs__scroller::after {
    background-image: linear-gradient(90deg, #11344700, #113447ff);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 2rem;
    z-index: 1;
}
.refs__logos {
    -webkit-animation-name: marquee;
    animation-name: marquee;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    display: inline-flex;
    justify-content: space-around;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
.refs__logo {
    display: block;
    margin: 0 1rem;
    max-height: 60px;
    min-width: 120px;
    -o-object-fit: contain;
    object-fit: contain;
}
@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@keyframes marquee {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@media screen and (min-width: 1024px) {
    .refs {
        margin-bottom: 6rem;
    }
    .refs__logo {
        max-height: 90px;
        min-width: 180px;
    }
}

.section {
    margin-bottom: 4rem;
    position: relative;
}
.section__header {
    border-bottom: 2px solid #62d0c9;
    margin-bottom: 2rem;
}
.section__title {
    font-size: 1.4rem;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
}
.section__heading {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.2;
}
.section__subheading {
    color: #62d0c9;
    font-size: 1rem;
    font-weight: 500;
}
.section__body {
    position: relative;
}
@media screen and (min-width: 1024px) {
    .section {
        margin-bottom: 6rem;
    }
    .section__header {
        margin-bottom: 4rem;
    }
    .section__heading {
        font-size: 1.8rem;
    }
    .section__subheading {
        font-size: 1.2rem;
    }
}

.columns + .columns {
    margin-top: 3rem;
}
.columns__header {
    margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
    .columns {
        display: flex;
    }
    .columns + .columns {
        margin-top: 4rem;
    }
    .columns__header {
        flex: 0 0 50%;
        margin-bottom: 0;
        padding-right: 1rem;
    }
    .columns__body {
        flex: 0 0 50%;
        padding-left: 1rem;
    }
}

@media screen and (min-width: 480px) {
    #use-cases .section__heading {
        max-width: calc(100vw - 8rem);
    }
}

.use-case {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.use-case__text {
    flex: 1;
    margin-bottom: 1.2rem;
}
.use-case__title {
    font-size: 1.2rem;
    margin-bottom: 0.6rem;
}

.steps {
    counter-reset: steps;
    list-style: none;
    padding: 0;
}
.steps > li {
    counter-increment: steps;
    position: relative;
}
.steps > li + li {
    margin-top: 2rem;
}
.steps > li::before {
    align-items: center;
    border: 2px solid #62d0c9;
    border-radius: 2rem;
    content: counter(steps);
    display: inline-flex;
    font-weight: 500;
    height: 2.3rem;
    justify-content: center;
    margin-bottom: 0.6rem;
    width: 2.3rem;
}
.steps__title {
    font-size: 1.2rem;
    margin-bottom: 0.4rem;
}
@media screen and (min-width: 1024px) {
    .steps > li::before {
        left: -4rem;
        margin-bottom: 0;
        position: absolute;
        top: 0;
    }
}

.button {
    align-items: center;
    background-color: transparent;
    border: 1px solid #297889;
    border-radius: 6px;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-weight: 500;
    padding: 0.4rem 1.2rem;
    text-decoration: none;
}
.button > * + * {
    margin-left: 0.4rem;
}
.button:hover {
    color: #ffffff;
}
.button--primary {
    background-color: #297889;
    border-color: #297889;
}

.splide {
    position: static;
}
.splide__arrows {
    display: flex;
}
.splide__arrow {
    align-items: center;
    background-color: #0e2d3e;
    border: 1px solid #297889;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    flex: 1;
    font-size: 0.8rem;
    height: 2rem;
    margin-bottom: 1.4rem;
    justify-content: center;
}
.splide__arrow[disabled] {
    opacity: 0.5;
}
.splide__arrow + .splide__arrow {
    margin-left: -1px;
}
.splide__arrow > svg {
    fill: currentColor;
    height: 1em;
    width: 1em;
}
.splide__arrow--next {
    border-radius: 0 6px 6px 0;
}
.splide__arrow--prev {
    border-radius: 6px 0 0 6px;
}
.splide__arrow--prev > svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
@media screen and (min-width: 480px) {
    .splide__arrows {
        display: inline-flex;
        position: absolute;
        right: 0;
        top: 1.4rem;
    }
    .splide__arrow {
        width: 3rem;
    }
}
@media screen and (min-width: 1024px) {
    .splide__arrows {
        top: 1.8rem;
    }
}

.footer a {
    color: inherit;
}
.footer strong {
    font-weight: 500;
}
.footer__cols {
    border-top: 1px solid #62d0c9;
    font-size: 0.9rem;
    padding: 2rem 0;
}
.footer__col + .footer__col {
    margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
    .footer__cols {
        display: flex;
    }
    .footer__col {
        flex: 1;
    }
    .footer__col + .footer__col {
        margin-top: 0;
    }
    .footer__col > .some {
        justify-content: flex-end;
    }
}

.some {
    align-items: center;
    display: flex;
    font-size: 1.2rem;
    list-style: none;
}
.some__link {
    margin-right: 1rem;
}

.dots-deco {
    pointer-events: none;
    position: absolute;
    width: 394px;
    z-index: -1;
}
.dots-deco--1 {
    left: 0;
    top: 8rem;
}
.dots-deco--2 {
    right: 0;
    top: 4rem;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
