body {
    background-color: #fff;
    background-repeat: repeat;
    color: #000200;
    margin: 0;
    font-family: Barlow, sans-serif
}

:root {
    font-size: 16px
}

p {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2.28rem
}

a {
    color: inherit;
    text-decoration: inherit
}

* {
    box-sizing: border-box
}

img {
    width: 100%;
    vertical-align: bottom
}

h1,
h3 {
    margin: 0;
    padding: 0;
    font-weight: 600
}

.bold {
    font-weight: 600
}

.blue {
    color: #4066b3
}

b {
    font-weight: 700
}

a[href^=tel] {
    color: #3a3a3a;
    font-size: .875rem;
    font-weight: 300;
    text-decoration: none
}

.pos-container {
    display: none;
    margin: 0 auto;
    position: relative;
    width: 1200px
}

.htmlReplacement img {
    width: 100%;
    height: auto
}

.no-padding {
    margin-left: -15px;
    margin-right: -15px
}

.wrapper {
    padding-left: 15px;
    padding-right: 15px
}

.flex-col {
    display: flex;
    flex-direction: column
}

.header {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    position: relative;
    background-color: #1a2441
}

.header__trust {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    order: 1;
    margin-bottom: 10px
}

.header__trust--p {
    font-size: .6875rem;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    margin-right: 12px
}

.header__trust--logos {
    width: 80%;
    max-width: 345px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.header__logo {
    max-height: 50px;
    order: 2
}

.head-info__container {
    margin-bottom: 15px
}

.head-info__copy {
    font-size: .875rem;
    line-height: 1.1875rem;
    color: #999;
    font-weight: 400;
    margin: 0;
    padding-left: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #999
}

.headline__text {
    font-size: 2.25rem;
    line-height: 2.4rem;
    margin-top: 5px;
    font-weight: 700
}

.headline__subheadline {
    font-size: 28.8px;
    font-weight: 600;
    line-height: 34.8px
}

.teaser {
    margin-top: 20px
}

.audicontent {
    margin-top: 20px
}

.audicontent__trust {
    text-align: center;
    margin-bottom: 5px;
    margin-top: 30px
}

.trust__img {
    margin-bottom: 30px
}

.guarentees {
    margin-bottom: 25px
}

.guarentees__list {
    list-style: none;
    padding-left: 0;
    margin: 0
}

.guarentees__list--item {
    padding-left: 20px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 1.2rem
}

.guarentees__list--item::before {
    content: '';
    background-image: url(../images/checkmark-blue.svg);
    background-position: left center;
    background-size: cover;
    width: 16px;
    height: 12px;
    margin-left: -20px;
    margin-right: 10px;
    flex: 0 0 16px;
    display: inline-block
}

.guarentees__list--item:last-of-type {
    margin-bottom: 0;
    align-items: center
}

.guarentees__list--img {
    max-height: 15px;
    width: auto;
    height: 100%;
    margin-right: 10px
}

.audicontent__p--bold,
strong {
    font-weight: 600
}

.audicontent__p.audicontent__p--bold {
    font-size: 28.8px;
    line-height: 34.8px
}

.audicontent__showcase {
    margin-top: 30px;
    margin-bottom: 30px
}

.showcase__body {
    padding-top: 10px
}

.showcase__text {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-style: italic;
    font-weight: 300
}

.audicontent__title {
    font-size: 1.8rem;
    font-weight: 700
}

.audifooter {
    font-size: .875rem;
    font-weight: 300;
    padding: 20px;
    text-align: center;
    background-color: #ddd;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.audifooter__link {
    color: #999;
    font-size: 1rem;
    font-weight: 300;
    text-decoration: none;
    padding: 0 5px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 5px;
    cursor: pointer
}

.audifooter__link:first-child {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    border: none
}

.audifooter__link:last-child {
    border: none;
    padding-right: 0;
    margin: 0;
    padding-left: 0
}

.states {
    margin-top: 0;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between
}
.states.js-states a {
    width: 100%;
}

@media screen and (min-width: 600px) {

    .states.js-states a {
    width: 50%;
}
    .states__state {
        width: 95% !important;
        margin-left: 8px !important;
    }
}
.states__state {
    width: calc(50% - 7px);
    box-sizing: border-box;
    border-width: 1px;
    border-color: #ccc;
    border-style: solid;
    outline: 1px #ccc;
    padding: 20px 5px;
    background-color: #fff;
    background-image: linear-gradient(#fff, #d2d2d2);
    border-radius: 5px;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    box-shadow: 0 10px 7px -9px rgba(0, 0, 0, .8);
    height: 160px;
    justify-content: flex-start
}

.states__state:active,
.states__state:focus {
    cursor: pointer;
    box-shadow: 0 0 7px -4px transparent;
    border-color: #95b314;
    background-color: #cee17e;
    background-image: linear-gradient(#cee17e, #b5ca5a)
}

.states__img {
    max-width: 112px;
    vertical-align: top;
    margin: 0 0 10px 0;
    padding: 0;
    border: 0;
    overflow: auto
}

#tk {
    max-width: 40px
}

.states__state p {
    font-weight: 600;
    font-family: Barlow, sans-serif;
    font-size: 24px;
    margin: 0;
    line-height: 1.2;
    text-align: center
}

.states__cta {
    text-align: center;
    margin-bottom: 0;
    font-weight: 700;
    text-decoration: underline;
    font-size: 24px;
    opacity: 1
}

.states__cta:hover {
    cursor: pointer
}

.states__box {
    background-color: #f1f1f1;
    padding: 30px 15px;
    margin-top: 30px;
    position: relative
}

.states__box::before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 30px 0;
    border-color: #3a3a3a transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.states__box .audicontent__title {
    margin-bottom: 20px;
    font-size: 38.4px;
    line-height: 45.6px
}

.states__state {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 1
}

.animate-start .states__state {
    -webkit-animation: statesIn .4s ease-in-out forwards;
    animation: statesIn .4s ease-in-out forwards
}

.animate-start .states__state:nth-last-of-type(1) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.animate-start .states__state:nth-last-of-type(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.animate-start .states__state:nth-last-of-type(3) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.animate-start .states__state:nth-last-of-type(4) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.animate-start .states__state:nth-last-of-type(5) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.animate-start .states__state:nth-last-of-type(6) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.animate-start .states__cta {
    -webkit-animation: statesIn .4s ease-in-out forwards;
    animation: statesIn .4s ease-in-out forwards;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

@-webkit-keyframes statesIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes statesIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@media (max-width:320px) {
    .cta-btn {
        font-weight: 400;
        font-size: 1.125rem
    }
}

.video__element {
    position: relative
}

.video__fluid {
    display: block;
    width: 100%;
    height: auto
}

.vimeo-vid-rtb,
.vimeo-vid-rtb iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.review__item {
    background: #4066b3;
    color: #fff;
    border-radius: 12px;
    margin: 15px 0;
    padding: 15px 15px 15px 30px
}

.review__icon {
    width: 100px;
    height: auto
}

.review__img img {
    height: 30px;
    width: auto
}

.review__review {
    font-size: 21.6px;
    font-weight: 400;
    margin: 0;
    line-height: 28.8px;
    margin-top: 10px
}

.review__name {
    font-size: 19.2px;
    font-weight: 300;
    font-style: italic;
    margin: 0
}

.review__container {
    margin-top: 30px;
    margin-bottom: 30px
}

.tag {
    margin-bottom: 20px
}

.tag__headline {
    font-size: 21.6px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px
}

.tag__headline:after,
.tag__headline:before {
    background-color: #4066b3;
    content: '';
    display: block;
    height: 1px;
    flex-grow: 1
}

.tag__headline--teaser {
    font-size: 19.2px;
    line-height: 28.8px
}