html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0 auto
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

figcaption,
figure,
main {
    display: block
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}


img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}



html {
    box-sizing: border-box
}

*,
*:before,
*:after {
    box-sizing: inherit
}

body {
    background: #fff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

hr {
    border: 0;
    display: block;
    height: 1px;
    background: #E3E7EB;
    background: linear-gradient(to right, rgba(227, 231, 235, 0.1) 0, rgba(227, 231, 235, 0.6) 50%, rgba(227, 231, 235, 0.1) 100%);
    margin-top: 24px;
    margin-bottom: 24px
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 24px;
    padding-left: 24px
}

ul {
    list-style: disc
}



img {
    height: auto;
    max-width: 100%;
    vertical-align: middle
}


html {
    font-size: 18px;
    line-height: 27px
}

@media (min-width: 641px) {
    html {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.1px
    }
}

body {
    color: #5B6F82;
    font-size: 1rem
}

body,
button,
input,
select,
textarea {
    font-weight: 400
}

a {
    color: inherit;
    text-decoration: underline
}



h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    clear: both;
    color: #202B36;
    font-weight: 700
}

h1,
.h1 {
    font-size: 36px;
    line-height: 46px;
    letter-spacing: -0.2px
}

@media (min-width: 641px) {
    h1,
    .h1 {
        font-size: 42px;
        line-height: 52px;
        letter-spacing: -0.1px
    }
}

h2,
.h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.1px
}

@media (min-width: 641px) {
    h2,
    .h2 {
        font-size: 36px;
        line-height: 46px;
        letter-spacing: -0.2px
    }
}

h3,
.h3,
blockquote {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.1px
}

@media (min-width: 641px) {
    h3,
    .h3,
    blockquote {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: -0.1px
    }
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.1px
}

@media (min-width: 641px) {
    h4,
    h5,
    h6,
    .h4,
    .h5,
    .h6 {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.1px
    }
}

@media (max-width: 640px) {
    .h1-mobile {
        font-size: 36px;
        line-height: 46px;
        letter-spacing: -0.2px
    }
    .h2-mobile {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: -0.1px
    }
    .h3-mobile {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.1px
    }
    .h4-mobile,
    .h5-mobile,
    .h6-mobile {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: -0.1px
    }
}

.text-light {
    color: #fff;
}

.text-light a {
    color: rgba(255, 255, 255, 0.8)
}


.text-sm {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.1px
}



h1,
h2,
.h1,
.h2 {
    margin-top: 48px;
    margin-bottom: 16px
}



h4,
h5,
h6,
.h4,
.h5,
.h6 {
    margin-top: 24px;
    margin-bottom: 4px
}

p {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 1rem;
}


.container,
.container-sm {
    width: 100%;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px
}



.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important
}


.list-reset {
    list-style: none;
    padding: 0
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-primary {
    color: #00A2B8
}

.text-secondary {
    color: #00C6A7
}

.has-top-divider {
    position: relative
}

.has-top-divider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 1px;
}


.mt-0 {
    margin-top: 0
}


.sr .has-animations .is-revealing {
    visibility: hidden
}

.button {
    display: inline-flex;
    font-size: 13px;
    letter-spacing: 0px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration: none !important;
    background-color: #fff;
    color: #00A2B8;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    justify-content: center;
    padding: 16px 32px;
    height: 48px;
    text-align: center;
    white-space: nowrap
}

.button:active {
    outline: 0
}

.button::before {
    border-radius: 2px
}

.button-shadow {
    position: relative
}

.button-shadow::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0 8px 24px rgba(32, 43, 54, 0.12);
    mix-blend-mode: multiply;
    transition: box-shadow .15s ease
}



.button-primary,
.button-secondary {
    color: #fff;
    transition: background .15s ease
}


.site-header {
    position: relative;
    padding: 24px 0
}

.site-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background: #0f8a9d;
    background: linear-gradient(57deg, #00C6A7 0%, #1E4D92 100%);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transform: skewY(-12deg);
    transform: skewY(-12deg)
}

.site-header-inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center
}


@media (min-width: 641px) {
    .site-header::before {
        height: 640px
    }
}

.hero {
    position: relative;
    padding-top: 40px;
    overflow: hidden
}

.hero-paragraph {
    margin-bottom: 32px
}

.hero-media {
    position: relative;
    
    margin-top: 40px;
    
    border-radius: 4px 4px 0 0
}

.hero-media::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    mix-blend-mode: multiply
}



@media (min-width: 641px) {
    .hero {
        padding-top: 80px
    }
    .hero-paragraph {
        margin-bottom: 40px;
        padding-left: 72px;
        padding-right: 72px
    }
    .hero-media {
        margin-top: 64px;
    }
    .clients .section-inner {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .clients ul {
        display: flex;
        flex-wrap: wrap
    }
    .clients li {
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 10px 0
    }
    @media (min-width: 641px) {
        .clients .section-inner {
            padding-top: 26px;
            padding-bottom: 26px
        }
        .clients ul {
            justify-content: space-around
        }
        .clients li {
            width: auto
        }
    }
    .features .section-title {
        margin-bottom: 48px
    }
    .features-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-right: -12px;
        margin-left: -12px
    }
    
    .features-wrap:last-child {
        margin-bottom: -12px
    }
    .feature {
        padding: 12px;
        max-width: 276px;
        flex-grow: 1
    }
    .feature-inner {
        position: relative;
        height: 100%;
        background: #fff;
        padding: 40px 24px
    }
    .feature-inner::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        box-shadow: 5px 16px 48px #ccc;
        border: 2px solid;
        mix-blend-mode: multiply
    }
    @supports (-ms-ime-align: auto) {
        .feature-inner::before {
            box-shadow: 0 16px 48px rgba(32, 43, 54, 0.12)
        }
    }
    .feature-icon {
        display: flex;
        justify-content: center
    }
    @media (min-width: 641px) {
        .features .section-title {
            margin-bottom: 56px
        }
        .features .section-inner {
            padding-top: 56px;
            padding-bottom: 64px
        }
    }

    .is-boxed {
        background: #F6F8FA
    }
    .body-wrap {
        background: #fff;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        min-height: 100vh
    }
    .boxed-container {
        max-width: 1440px;
        margin: 0 auto;
        box-shadow: 0 16px 48px #E3E7EB
    }

}

main {
    flex: 1 0 auto
}

.section-inner {
    position: relative;
    padding-top: 48px;
    padding-bottom: 48px
}

@media (min-width: 641px) {
    .section-inner {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

.site-footer {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #92A2B1;
    border-top: 1px solid #E3E7EB
}

.site-footer a {
    color: #92A2B1;
    text-decoration: none
}

.site-footer a:hover,
.site-footer a:active {
    color: #5B6F82;
    text-decoration: underline
}

.site-footer-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px
}

.footer-brand,
.footer-links,
.footer-social-links,
.footer-copyright {
    flex: none;
    width: 100%;
    display: inline-flex;
    justify-content: center
}

.footer-brand,
.footer-links,
.footer-social-links {
    margin-bottom: 24px
}

.footer-links li+li,
.footer-social-links li+li {
    margin-left: 16px
}

.footer-social-links li {
    display: inline-flex
}

.footer-social-links li a {
    padding: 8px
}

@media (min-width: 641px) {
    .site-footer-inner {
        justify-content: space-between
    }
    .footer-brand,
    .footer-links,
    .footer-social-links,
    .footer-copyright {
        flex: 50%
    }
    .footer-brand,
    .footer-copyright {
        justify-content: flex-start
    }
    .footer-links,
    .footer-social-links {
        justify-content: flex-end
    }
    .footer-links {
        order: 1;
        margin-bottom: 0
    }
}

.social-links {
    display: block;
    position: fixed;
    text-align: center;
    z-index: 999;
    left: 0;
    top: 200px;
    width: 60px;
}

.social-links .link {
    width: 45px;
    height: 45px;
    border-radius: 23px;
    margin-left: 5px;
    margin-top: 5px;
    display: inline-block;
}

.social-links .link img {
      height: 45px;
      width: 45px;
}

.social-links .link.facebook {
      background-color: #3b5998;
}

.social-links .link.facebook:hover {
      background-color: #0e1f56;
}

.social-links .link.twitter {
    background-color: #00aced;
}

.social-links .link.twitter:hover {
    background-color: #0084b4;
}

.social-links .link.instagram {
    background-color: #bc2a8d;
}

.social-links .link.instagram:hover {
    background-color: #8a3ab9;
}

.social-links .link.g_plus {
    background-color: #dd4d40;
}

.social-links .link.g_plus:hover {
    background-color: #cc4539;
}

.social-links .link.tripadvisor {
    background-color: #589442;
}

.social-links .link.tripadvisor:hover {
    background-color: #396b26;
}

.social-links .link.linkedin {
    background-color: #0e76a8;
}

.social-links .link.linkedin:hover {
    background-color: #0b5e86;
}