/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

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

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}
/*# sourceMappingURL=bootstrap-reboot.css.map */

/**/

body {
    background-color: #fff;
    font-size: 16px;
    line-height: 1.25;
}

.container {
    display: block;
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 20px;
    width: 100%;
}

/**/

.la-hero {
    background-color: #172940;
    padding: 70px 0;
    position: relative;
}

.la-hero__bg {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

.la-hero__bg::before {
    background: linear-gradient(90deg, rgba(23, 41, 64, 1) 0%, rgba(23, 41, 64, 0) 100%);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
}

.la-hero__bg img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.la-hero__box {
    position: relative;
    z-index: 2;
}

.la-hero__logos {
    margin-bottom: 20px;
}

.la-hero__logos img {
    display: block;
}

.la-hero__heading {
    color: #0596ff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 0;
}

.la-hero__heading span {
    color: #fff;
}

@media (max-width: 768px) {
    .la-hero {
        padding: 50px 0;
    }
    .la-hero__logos {
        margin-bottom: 10px;
    }
    .la-hero__logos img {
        max-width: 300px;
        width: 100%;
    }
    .la-hero__heading {
        font-size: 20px;
    }
}

/**/

.la-heading {
    padding: 40px 0;
}

.la-heading__heading {
    color: #172940;
    font-size: 24px;
    font-weight: 600;
    line-height: 125%;
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
    width: 100%;
}

/**/

.la-benefits {
}

.la-benefits__heading {
    background-color: #0596ff;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 0;
    padding: 8px 10px;
    text-align: center;
}

.la-benefits__cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.la-benefits__col {
}

.la-benefits__items {
}

.la-benefits__item {
    align-items: flex-start;
    display: flex;
    gap: 0 10px;
    padding: 25px 20px 25px 10px;
}

.la-benefits__items .la-benefits__item:nth-child(2n + 1) {
    background-color: #f6fafd;
}

.la-benefits__item__num {
    border-right: 1px solid #ababab;
    color: #0596ff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-top: 2px;
    padding: 0 8px 0 0;
}

.la-benefits__item__text {
    font-size: 15px;
    line-height: 1.35;
}

.la-benefits__item__text strong {
    font-weight: 600;
}

.la-benefits__item__icon img {
    display: block;
}

@media (max-width: 768px) {
    .la-benefits__cols {
        grid-template-columns: repeat(1, 1fr);
    }
    .la-benefits__item {
        height: auto !important;
        padding: 15px 10px;
    }
    .la-benefits__col:last-child .la-benefits__items .la-benefits__item {
        background-color: #f6fafd;
    }
    .la-benefits__col:last-child .la-benefits__items .la-benefits__item:nth-child(2n + 1) {
        background-color: #fff;
    }
    .la-benefits__item__icon img {
        max-width: 30px;
    }
}

/**/

.la-coverage {
}

.la-coverage__heading {
    background-color: #0596ff;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 0;
    padding: 8px 10px;
    text-align: center;
}

.la-coverage__cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.la-coverage__col {
}

.la-coverage__items {
}

.la-coverage__item {
    align-items: flex-start;
    display: flex;
    font-size: 15px;
    gap: 0 10px;
    line-height: 1.35;
    padding: 0;
}

.la-coverage__items .la-coverage__item:nth-child(2n + 1) {
    background-color: #f6fafd;
}

.la-coverage__item--box {
    border-right: 1px solid #0596ff;
    display: grid;
    gap: 0;
    grid-template-columns: 30% 1fr;
}

.la-coverage__item strong {
    font-weight: 600;
}

.la-coverage__item__label {
    font-weight: 600;
    padding: 12px 20px 12px 10px;
}

.la-coverage__item__text {
    padding: 12px 20px 12px 10px;
    width: 100%;
}

@media (max-width: 768px) {
    .la-coverage__cols {
        grid-template-columns: repeat(1, 1fr);
    }
    .la-coverage__item {
        height: auto !important;
        padding: 15px 10px;
    }
    .la-coverage__col:last-child .la-coverage__items .la-coverage__item {
        background-color: #f6fafd;
    }
    .la-coverage__col:last-child .la-coverage__items .la-coverage__item:nth-child(2n + 1) {
        background-color: #fff;
    }
    .la-coverage__item--box {
        border-right: none;
        display: block;
    }
    .la-coverage__item__label {
        padding: 0;
    }
    .la-coverage__item__text {
        padding: 0;
    }
}

/**/

.la-info {
    padding: 45px 0;
}

.la-info__row {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.la-info__text {
}

.la-info__text h5 {
    color: #231f20;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 4px;
}

.la-info__text p {
    color: #656263;
    font-size: 12px;
    line-height: 1.25;
    margin-bottom: 0;
}

.la-info__logo {
}

.la-info__logo img {
    display: block;
}

@media (max-width: 768px) {
    .la-info {
        padding: 35px 0;
    }
    .la-info__row {
        flex-direction: column;
    }
    .la-info__text {
        text-align: center;
    }
}

/**/

.footer {
    background-color: #172940;
    padding: 18px 0;
}

.footer__row {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.footer__logo {
}

.footer__logo img {
    display: block;
    max-width: 80px;
    width: 100%;
}

.footer__links {
    display: flex;
    gap: 0 25px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer__links li {
}

.footer__links li a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
}

/**/

.contact-form {
    padding: 35px 25px 25px;
    max-width: 350px;
    width: 100%;
}

.contact-form__heading {
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 20px;
}

.contact-form__form {
    display: flex;
    flex-direction: column;
    gap: 15px 0;
}

.contact-form__field {
}

.contact-form__field input[type="text"], .contact-form__field input[type="email"], .contact-form__field input[type="tel"] {
    border: 1px solid #ccc;
    font-size: 16px;
    line-height: 1;
    padding: 5px;
    width: 100%;
}

.contact-form__field button[type="submit"] {
    background: #000;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 15px;
}