* {
    box-sizing: border-box;
}
.vt-ms {
    font-family: Arial, sans-serif;
    font-size: 1rem;
    color: #072a3d;
    margin: 0 auto;
    line-height: 1.5;
}
@media (min-width: 768px) {
    .vt-ms {
        font-size: 1.125rem;
    }
}
.vt-ms .band {
    padding: 1.875rem 0;
}
@media (min-width: 768px) {
    .vt-ms .band {
        padding: 3.75rem 0;
    }
}
.vt-ms .inner-container {
    padding: 0 1.875rem;
    max-width: 91.875rem;
    margin: 0 auto;
}
.vt-ms .visually-hidden {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.vt-ms .visually-hidden:focus {
    background-color: get-color(#fff5ee);
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: get-color(jelly-bean);
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.vt-ms h1,
.vt-ms h2,
.vt-ms h3 {
    line-height: 1.2;
    margin-bottom: 0.625rem;
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.vt-ms .h1,
.vt-ms h1 {
    font-size: 1.875rem;
}
@media (min-width: 768px) {
    .vt-ms .h1,
    .vt-ms h1 {
        font-size: 3.125rem;
    }
}
.vt-ms .h2,
.vt-ms h2 {
    font-size: 1.75rem;
}
@media (min-width: 768px) {
    .vt-ms .h2,
    .vt-ms h2 {
        font-size: 2.5rem;
    }
}
.vt-ms .h3,
.vt-ms h3 {
    text-transform: uppercase;
    font-size: 1.25rem;
}
@media (min-width: 768px) {
    .vt-ms .h3,
    .vt-ms h3 {
        font-size: 1.5rem;
    }
}
.vt-ms a {
    text-decoration: underline;
    transition: 0.3s ease;
}
.vt-ms a:focus,
.vt-ms a:hover {
    text-decoration: none;
}
.vt-ms hr {
    margin: 0 auto;
    max-width: 72.5rem;
    color: #000;
}
.vt-ms img {
    width: 100%;
    height: auto;
}
.vt-ms .center {
    text-align: center;
}
.vt-ms .vt-branding {
    max-width: 6.25rem;
}
@media (min-width: 768px) {
    .vt-ms .vt-branding {
        max-width: 10.9375rem;
    }
}
@media (min-width: 1024px) {
    .vt-ms .vt-branding {
        max-width: 13.4375rem;
    }
}
.vt-ms .vt-button {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 700;
    text-decoration: none;
    padding: 0.6875rem 2.0625rem;
    border-radius: 30px;
    border: 2px solid transparent;
}
.vt-ms .vt-button:focus,
.vt-ms .vt-button:hover {
    transition: 0.3s ease;
    background-color: #fff;
    color: #005f9e;
    border: 2px solid #005f9e;
}
.vt-ms .vt-header {
    padding: 3.75rem 0;
}
.vt-ms .vt-header .inner-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
@media (min-width: 768px) {
    .vt-ms .vt-header .inner-container {
        align-items: flex-end;
    }
}
.vt-ms .vt-header .nav-toggle {
    width: 1.875rem;
    height: 1.25rem;
    position: relative;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
@media (min-width: 768px) {
    .vt-ms .vt-header .nav-toggle {
        display: none;
    }
}
.vt-ms .vt-header .nav-toggle span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #072a3d;
    transition: all 0.3s cubic-bezier(0.62, 0.01, 0.37, 0.99);
}
.vt-ms .vt-header .nav-toggle span:first-of-type {
    top: 0;
}
.vt-ms .vt-header .nav-toggle span:nth-of-type(2) {
    top: 7.5px;
}
.vt-ms .vt-header .nav-toggle span:nth-of-type(3) {
    bottom: 3px;
}
.vt-ms .vt-header .nav-toggle.toggled span:first-of-type {
    transform: translateY(6.5px) rotate(-45deg);
}
.vt-ms .vt-header .nav-toggle.toggled span:nth-of-type(2) {
    opacity: 0;
}
.vt-ms .vt-header .nav-toggle.toggled span:nth-of-type(3) {
    transform: translateY(-6.5px) rotate(45deg);
}
.vt-ms nav {
    flex-basis: 100%;
    display: none;
    margin: 1.875rem 0 0;
}
@media (min-width: 768px) {
    .vt-ms nav {
        display: block;
        flex-basis: auto;
        margin: 0;
    }
}
.vt-ms nav.active {
    display: block;
}
.vt-ms nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
@media (min-width: 768px) {
    .vt-ms nav ul {
        display: flex;
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
        margin: 0 0 0.9375rem;
    }
}
@media (min-width: 1024px) {
    .vt-ms nav ul {
        -moz-column-gap: 3.75rem;
        column-gap: 3.75rem;
        margin: 0 0 0.9375rem;
    }
}
.vt-ms nav ul li a {
    text-decoration: none;
    color: #072a3d;
    font-size: 1.125rem;
    font-weight: 700;
    transition: 0.3s ease;
}
@media (min-width: 1024px) {
    .vt-ms nav ul li a {
        font-size: 1.25rem;
    }
}
.vt-ms nav ul li a:focus,
.vt-ms nav ul li a:hover {
    text-decoration: underline;
}
.vt-ms .vt-intro {
    padding-top: 0;
}
@media (min-width: 1024px) {
    .vt-ms .vt-intro .inner-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        -moz-column-gap: 1.875rem;
        column-gap: 1.875rem;
    }
}
.vt-ms .vt-intro__content {
    margin: 0 0 1.875rem;
}
@media (min-width: 1024px) {
    .vt-ms .vt-intro__content {
        margin: 0;
    }
}
.vt-ms .vt-intro__heading {
    text-transform: none;
}
.vt-ms .vt-intro img {
    max-width: 43.125rem;
}
.vt-ms .vt-capabilities {
    position: relative;
}
.vt-ms .vt-capabilities__heading {
    margin-bottom: 1.25rem;
}
.vt-ms .vt-capabilities__snippet {
    margin: 0 0 2.5rem;
}
@media (min-width: 768px) {
    .vt-ms .cap-cards {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        -moz-column-gap: 1.875rem;
        column-gap: 1.875rem;
        row-gap: 2.5rem;
    }
}
.vt-ms .cap-card {
    text-align: center;
    margin: 0 0 1.875rem;
}
@media (min-width: 768px) {
    .vt-ms .cap-card {
        width: calc(50% - 30px);
    }
}
@media (min-width: 1024px) {
    .vt-ms .cap-card {
        width: calc(33.33% - 30px);
    }
}
.vt-ms .cap-card__container {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
}
.vt-ms .cap-card__snippet {
    flex-grow: 1;
    color: #000;
}
.vt-ms .cap-card__cta {
    display: inline-block;
    color: #072a3d;
    text-decoration: none;
    border: 2px solid #072a3d;
    font-weight: 700;
    margin: 1.25rem 0 0;
    padding: 0.625rem 1.25rem;
    min-width: 18.125rem;
    font-size: 1rem;
    transition: 0.3s ease;
}
.vt-ms .cap-card__cta:focus,
.vt-ms .cap-card__cta:hover {
    background-color: #072a3d;
    color: #fff;
}
.vt-ms .vt-video__wrapper {
    position: relative;
    padding-top: 56.25%;
    height: 0;
}
.vt-ms .vt-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.vt-ms .vt-approach {
    position: relative;
}
.vt-ms .vt-approach__heading {
    margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
    .vt-ms .vt-approach__blocks {
        display: flex;
    }
}
.vt-ms .vt-approach .approach-block {
    position: relative;
    text-align: center;
}
@media (min-width: 768px) {
    .vt-ms .vt-approach .approach-block {
        overflow: hidden;
    }
}
.vt-ms .vt-approach .approach-block__img {
    background-color: #072a3d;
}
@media (min-width: 768px) {
    .vt-ms .vt-approach .approach-block__img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
}
.vt-ms .vt-approach .approach-block__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.vt-ms .vt-approach .approach-block__title {
    color: #fff;
    display: none;
}
@media (min-width: 768px) {
    .vt-ms .vt-approach .approach-block__title {
        display: block;
        position: absolute;
        bottom: 50px;
        width: 100%;
    }
}
.vt-ms .vt-approach .approach-block__content {
    background-color: #072a3d;
    color: #fff;
    position: relative;
    transition: transform 0.3s ease-in-out;
    padding: 1.875rem 1.5625rem 2.375rem;
}
@media (min-width: 768px) {
    .vt-ms .vt-approach .approach-block__content {
        background-color: rgba(7, 42, 61, 0.9);
        transform: translateY(100%);
        padding: 4rem 2rem;
    }
}
.vt-ms .vt-approach .approach-block__content .title {
    font-weight: 700;
}
@media (min-width: 768px) {
    .vt-ms .vt-approach .approach-block:focus .approach-block__title,
    .vt-ms .vt-approach .approach-block:hover .approach-block__title {
        opacity: 0;
    }
}
@media (min-width: 768px) {
    .vt-ms .vt-approach .approach-block:focus .approach-block__content,
    .vt-ms .vt-approach .approach-block:hover .approach-block__content {
        transform: translateY(0);
    }
}
.vt-ms .vt-supports {
    padding-bottom: 0;
}
.vt-ms .vt-supports .inner-container {
    display: flex;
    flex-direction: column;
}
.vt-ms .vt-supports header {
    margin-bottom: -30px;
}
.vt-ms .vt-supports__heading {
    position: relative;
    background-color: #fff;
    display: inline-block;
    margin: 0;
    padding: 0 1.25rem;
}
.vt-ms .vt-supports .bordered-box {
    border: 1px solid #072a3d;
    padding: 2rem 3rem 1rem;
}
@media (min-width: 768px) {
    .vt-ms .vt-supports .bordered-box {
        display: flex;
        justify-content: space-between;
    }
}
.vt-ms .vt-supports .bordered-box:first-of-type {
    padding-top: 50px;
}
@media (max-width: 167px) {
    .vt-ms .vt-supports .bordered-box:first-of-type {
        border-bottom: none;
        padding-bottom: 0;
    }
}
@media (max-width: 167px) {
    .vt-ms .vt-supports .bordered-box:last-child {
        padding-top: 0;
        border-top: none;
    }
}
.vt-ms .vt-supports .site-stat {
    text-align: center;
    flex: 1;
    margin-bottom: 1.875rem;
}
.vt-ms .vt-supports .site-stat .stat {
    color: #27aae1;
    font-size: 3.75rem;
    font-weight: 700;
    display: block;
    line-height: 1.2;
}
@media (min-width: 1024px) {
    .vt-ms .vt-supports .site-stat .stat {
        font-size: 5rem;
    }
}
.vt-ms .vt-supports .site-stat .stat-title {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}
.vt-ms .vt-footer {
    color: #fff;
}
.vt-ms .vt-footer .footer-top {
    background-color: #005f9e;
    padding: 1.25rem 0;
}
.vt-ms .vt-footer .footer-top__heading {
    text-transform: none;
    margin: 0 0 1.875rem;
}
@media (min-width: 1024px) {
    .vt-ms .vt-footer .footer-top__heading {
        margin: 0;
    }
}
.vt-ms .vt-footer .footer-top .inner-container {
    display: flex;
    align-items: center;
    flex-direction: column;
}
@media (min-width: 1024px) {
    .vt-ms .vt-footer .footer-top .inner-container {
        flex-direction: row;
        justify-content: space-evenly;
    }
}
.vt-ms .vt-footer__cta {
    display: inline-block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    font-weight: 700;
    padding: 0.625rem 1.25rem;
    min-width: 18.125rem;
    font-size: 1.125rem;
    transition: 0.3s ease;
}
@media (min-width: 1024px) {
    .vt-ms .vt-footer__cta {
        font-size: 1.5rem;
    }
}
.vt-ms .vt-footer__cta:focus,
.vt-ms .vt-footer__cta:hover {
    background-color: #fff;
    color: #005f9e;
}
.vt-ms .vt-footer .footer-bottom {
    background-color: #072a3d;
    font-size: 1rem;
}
.vt-ms .vt-footer .footer-bottom .socials {
    padding: 1.875rem 0;
}
.vt-ms .vt-footer .footer-bottom .socials .inner-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
}
.vt-ms .vt-footer .footer-bottom .socials svg {
    width: 2rem;
    height: auto;
}
.vt-ms .vt-footer .footer-bottom .legal {
    padding: 1.875rem 0 0.625rem;
    text-align: center;
}
.vt-ms .vt-footer .footer-bottom .legal__wrapper {
    display: flex;
    flex-direction: column;
    max-width: 800px;
    margin: 0;
}
@media (min-width: 1024px) {
    .vt-ms .vt-footer .footer-bottom .legal__wrapper {
        align-items: flex-start;
        flex-direction: row;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        justify-content: space-between;
    }
}
.vt-ms .vt-footer .footer-bottom .legal a {
    color: #fff;
    text-decoration: none;
    margin: 5px 0;
    display: inline-block;
}
.vt-ms .vt-footer .footer-bottom .legal a:focus,
.vt-ms .vt-footer .footer-bottom .legal a:hover {
    opacity: 0.75;
}
.vt-ms .vt-footer .footer-logo {
    max-width: 15.625rem;
}
@media (min-width: 768px) {
    .vt-ms .vt-footer .footer-logo {
        margin-bottom: 4.6875rem;
    }
}
