html,
body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background-color: #fff;
    padding-bottom: 0;
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

ul,
ol {
    list-style: none;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: inherit;
}

p {
    font-size: 14px;
    line-height: 21px;
    margin-top: 0;
    margin-bottom: 1rem;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.brand-header-nav {
    padding: 10px 10px 10px 10px;
}

.brand-item-nav {
    font-size: 0.9em;
}

.navbar-brand {
    padding-left: 0px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(12, 11, 38);
}

.navbar a,
.navbar a:hover {
    text-decoration: none;
}

.nav-link.active {
    color: #029f94 !important;
    border-bottom: 2px #029f94 solid;
}

.brand-button-nav {
    background: white;
    color: #029F94;
    font-weight: 500;
    padding: 12px 16px;
    font-size: 16px;
    border-radius: 30px;
    border-style: solid;
    border-width: thin;
    border-radius: 8px;
    transition: all 0.15s ease-in;
}

.brand-button-nav-secondary {
    background: white;
    color: #000000;
    font-weight: 500;
    padding: 11px 16px;
    font-size: 16px;
    border-radius: 30px;
    border-style: solid;
    border-width: thin;
    border-color: #dddfdf;
    transition: all 0.15s ease-in;
}

.brand-button-nav:hover {
    background: #029f94;
    color: #fff !important;
    transition: all 0.15s ease-in;
}

.navbar a.navbar-nav-link {
    color: #0c0b26;
    margin: 0 20px;
}

.navbar-menu .active {
    color: #09c3b2 !important;
}

.navbar-nav-link-phone {
    font-size: 13px;
    font-weight: 400;
    margin: 0 20px;
}

.social-media-header {
    display: -ms-flexbox;
    display: flex;
    border-right: 1px solid #bdc0c7;
    padding-right: 20px;
    padding-left: 0px;
    -ms-grid-column-align: center;
    justify-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2px;
}

.social-media-header .header-social-icon {
    margin: 0 5px;
    color: #0c0b26;
}

.cd-intro {
    margin: 2em auto 2em;
    width: 100%;
    text-align: center;
}

.cd-headline {
    font-size: 34px;
    line-height: 1.2;
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
    font-weight: 600;
    color: #0c0b26;
}

.cd-words-wrapper b.is-visible {
    position: relative;
}

.no-js .cd-words-wrapper b {
    opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
}

/* --------------------------------

xloading-bar

-------------------------------- */
.cd-headline.loading-bar span {
    display: inline-block;
    padding: 0.2em 0;
}

.cd-headline.loading-bar .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

.cd-headline.loading-bar .cd-words-wrapper::after {
    /* loading bar */
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background: #0096a7;
    z-index: 2;
    -webkit-transition: width 0.3s -0.1s;
    -moz-transition: width 0.3s -0.1s;
    transition: width 0.3s -0.1s;
}

.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
    width: 100%;
    -webkit-transition: width 3s;
    -moz-transition: width 3s;
    transition: width 3s;
}

.cd-headline.loading-bar b {
    top: 0.2em;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.cd-headline.loading-bar b.is-visible {
    opacity: 1;
    top: 0;
}

.cd-intro h2 {
    margin-top: 20px;
    color: #798192;
    font-size: 18px;
    font-weight: 300;
    font-family: Roboto, Helvetica, Verdana, sans-serif;
}

.cd-intro .cd-container {
    margin: 50px 0 25px;
}

.navbar-cd-button {
    background: #5d78ff;
    color: #fff;
    font-weight: 500;
    padding: 11px 16px;
    font-size: 13px;
    border-radius: 4px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    transition: all 0.15s ease-in;
}

.navbar-cd-button:hover {
    background: #6d85ff;
    color: #fff !important;
    transition: all 0.15s ease-in;
}

.cd-intro .navbar-cd-button {
    font-size: 15px;
    padding: 16px 30px;
}

.cd-intro .subtext {
    font-family: Roboto, sans-serif;
    color: #949499;
    font-size: 11px;
}

.hero-background {
    flex-grow: 1;
    position: relative;
    background-image: url(../img/hero-background.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: inherit;
}

.hero-container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    height: 100%;
    text-align: center;
}

.image-ratio-class {
    max-width: 100%;
    max-height: 35vh;
}

.companies-bar {
    height: 500px;
}

.h-100 {
    height: 100% !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.companies-bar img {
    padding: 0 30px;
}

footer {
    background-color: #0E534F;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
    height: 627px;
}

footer.footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

footer .title {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
}

footer ul.lists {
    font-size: 14px;
    font-family: "Inter", sans-serif;
    margin-top: 20px;
    padding-left: 0;
}

footer ul.lists li {
    margin: 7px 0;
}

footer ul.lists li .logo {
    height: 13px;
}

/* footer ul.lists li a,
footer ul.lists li.gray {
    color: #bababf;
} */

footer address {
    font-weight: 400;
    color: #bababf;
    font-size: 14px;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

footer .footer-brand {
    font-weight: 600;
    font-size: 1.5em;
    color: #bababf;
}