@import url(https://use.typekit.net/rsa6crf.css);

#TFL_container {
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-family: din-2014, sans-serif;
    font-size: 20px;
    line-height: 140%;
    color: #5e5e5e;
    background: #fff
}

#TFL_container * {
    outline: 0;
    -webkit-font-smoothing: antialiased !important;
    box-sizing: border-box
}

#TFL_container ::after, #TFL_container ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#TFL_container .TFL_row:after, #TFL_container .TFL_row:before {
    display: table;
    content: " "
}

#TFL_container .TFL_section {
    width: 100%;
    max-width: 920px;
    height: auto;
    position: relative;
    margin: 20px auto 0;
    overflow: hidden
}

#TFL_container .TFL_row {
    width: 100%;
    float: left;
    clear: both
}

#TFL_container .TFL_row > div {
    float: left
}

#TFL_container .TFL_row .TFL_c2 {
    width: 50%;
    padding: 0 15px
}

@media (max-width: 768px) {
    #TFL_container .TFL_row .TFL_c2 {
        width: 100%
    }
}

#TFL_container .TFL_row .TFL_c3 {
    width: 33%;
    padding: 0 15px
}

@media (max-width: 768px) {
    #TFL_container .TFL_row .TFL_c3 {
        width: 100%
    }
}

#TFL_container .TFL_row .TFL_c4 {
    width: 25%;
    padding: 0 15px
}

@media (max-width: 768px) {
    #TFL_container .TFL_row .TFL_c4 {
        width: 100%
    }
}

#TFL_container .TFL_row .TFL_c5 {
    width: 20%;
    padding: 0 15px
}

@media (max-width: 768px) {
    #TFL_container .TFL_row .TFL_c5 {
        width: 100%
    }
}

#TFL_container .TFL_row .TFL_c6 {
    width: 16.66%;
    padding: 0 15px
}

@media (max-width: 768px) {
    #TFL_container .TFL_row .TFL_c6 {
        width: 100%
    }
}

#TFL_container .TFL_d-mobile {
    display: none
}

@media (max-width: 768px) {
    #TFL_container .TFL_d-mobile {
        display: block
    }
}

@media (max-width: 768px) {
    #TFL_container .TFL_d-desktop {
        display: none
    }
}

#TFL_container .TFL_mobile-image {
    width: 100%;
    height: auto
}

.TFL_top {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem !important
}

@media (max-width: 610px) {
    .TFL_top {
        margin-bottom: 1rem !important
    }
}

.TFL_logo {
    height: 50px;
    width: auto
}

@media (max-width: 610px) {
    .TFL_logo {
        height: 25px
    }
}

.TFL_sep {
    margin-left: 20px;
    margin-right: 20px;
    background: #868686;
    height: 35px;
    width: 2px
}

@media (max-width: 610px) {
    .TFL_sep {
        height: 25px
    }
}

.TFL_series {
    height: 47px
}

@media (max-width: 610px) {
    .TFL_series {
        height: 30px
    }
}

.TFL_top-benefits {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem !important
}

@media (max-width: 640px) {
    .TFL_top-benefits {
        padding: 2rem;
        margin-bottom: 1rem !important
    }
}

.TFL_top-benefits__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 1.5rem .5rem;
    border-radius: 60px;
    background-color: #f5f5f7;
    width: fit-content
}

@media (max-width: 640px) {
    .TFL_top-benefits__wrapper {
        justify-content: center
    }
}

.TFL_top-benefits__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 2rem
}

@media (max-width: 640px) {
    .TFL_top-benefits__item {
        width: 50%;
        margin: 0 0 2rem
    }
}

.TFL_top-benefits__image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80px;
    margin-bottom: .5rem
}

.TFL_top-benefits__description {
    font-size: 15px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase
}

.TFL_hero {
    position: relative;
    width: 100%;
    max-width: 920px;
    height: auto;
    margin: 20px auto 2rem;
    overflow: hidden
}

.TFL_hero__image {
    width: 100%;
    height: auto
}

.TFL_hero__video {
    position: relative;
    z-index: 1;
    width: 100% !important
}

@media (max-width: 920px) {
    .TFL_hero__video {
        top: 0;
        left: 50%;
        transform: translate(-50%, 0)
    }
}

.TFL_video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.TFL_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.TFL_heading {
    font-family: din-2014, sans-serif;
    font-size: 40px;
    line-height: normal;
    text-align: center;
    color: #454549;
    margin: 0 0 2rem
}

@media (max-width: 640px) {
    .TFL_heading {
        font-size: 32px;
        line-height: 36px
    }
}

.TFL_in-one__heading {
    font-size: 125px;
    line-height: normal;
    text-align: center;
    color: #d8101d;
    margin: 0
}

.TFL_in-one__small {
    font-size: 50px
}

.TFL_in-one__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    width: 100%
}

@media (max-width: 640px) {
    .TFL_in-one__wrapper {
        padding: 1rem;
        margin-bottom: 0rem
    }
}

.TFL_in-one__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 20%
}

@media (max-width: 640px) {
    .TFL_in-one__item {
        padding: .5rem;
        width: 33.3333%;
        margin-bottom: 1rem
    }
}

.TFL_in-one__image {
    max-width: 100%;
    margin-bottom: 1rem
}

.TFL_in-one__description {
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    color: #2a2a34
}

@media (max-width: 640px) {
    .TFL_in-one__description {
        font-size: 18px
    }
}

.TFL_two-in-one {
    padding: 0rem 3rem
}

@media (max-width: 640px) {
    .TFL_two-in-one {
        padding: 0rem 1rem
    }
}

.TFL_two-in-one__wrapper {
    display: flex;
    flex-direction: row;
    border-radius: 60px;
    background-color: #f5f5f7;
    margin: 0 auto
}

@media (max-width: 640px) {
    .TFL_two-in-one__wrapper {
        flex-direction: column
    }
}

.TFL_two-in-one__content {
    padding: 2.5rem 4rem
}

@media (max-width: 640px) {
    .TFL_two-in-one__content {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        padding: 1rem
    }
}

.TFL_two-in-one__item {
    margin-bottom: 2rem
}

.TFL_two-in-one__item:last-of-type {
    margin-bottom: 0rem
}

@media (max-width: 640px) {
    .TFL_two-in-one__item {
        width: 50%;
        text-align: center;
        margin-bottom: 0rem;
        padding: .5rem
    }
}

.TFL_two-in-one__image {
    max-width: 100%;
    height: auto;
    margin-bottom: 0rem
}

.TFL_two-in-one__icon {
    margin-bottom: 1rem
}

.TFL_two-in-one__description {
    font-size: 20px;
    line-height: normal;
    color: #454549;
    margin: 0 0 1rem
}

@media (max-width: 640px) {
    .TFL_two-in-one__description {
        font-size: 16px
    }
}

.TFL_info-basic-2 {
    display: flex;
    flex-direction: column;
    background-color: #fff
}

.TFL_info-basic-2__item {
    position: relative
}

.TFL_info-basic-2__gradient {
    background: #fff;
    background: linear-gradient(0deg, #fff 60%, #e6e6e6 100%)
}

@media (max-width: 640px) {
    .TFL_info-basic-2__gradient {
        background: 0 0
    }
}

.TFL_info-basic-2__content {
    position: absolute;
    bottom: 0;
    padding: 3rem
}

.TFL_info-basic-2__content-top {
    position: relative;
    top: 0;
    bottom: auto
}

.TFL_info-basic-2__content-right {
    text-align: right
}

@media (max-width: 640px) {
    .TFL_info-basic-2__content-right {
        text-align: left
    }
}

.TFL_info-basic-2__heading {
    font-size: 40px;
    line-height: 40px;
    color: #0b0c0f;
    margin: 0rem 0rem 2rem
}

@media (max-width: 640px) {
    .TFL_info-basic-2__heading {
        font-size: 35px;
        line-height: 35px
    }
}

.TFL_info-basic-2__description {
    font-size: 22px;
    font-weight: 300;
    line-height: normal;
    color: #0b0c0f;
    margin: 0rem
}

@media (max-width: 640px) {
    .TFL_info-basic-2__description {
        font-size: 20px
    }
}

.TFL_info-basic-2__small {
    display: inline-block;
    font-size: 16px;
    line-height: 20px
}

@media (max-width: 640px) {
    .TFL_info-basic-2__small {
        font-size: 13px;
        line-height: 17px
    }
}

.TFL_info-basic-2__image {
    position: relative;
    width: 100%;
    height: auto
}

.TFL_info-basic-2__steps-row {
    display: flex;
    flex-direction: row
}

@media (max-width: 640px) {
    .TFL_info-basic-2__steps-row {
        flex-direction: column
    }
}

.TFL_info-basic-2__steps-item {
    width: 33.3333%;
    padding: 1rem;
    text-align: center
}

@media (max-width: 640px) {
    .TFL_info-basic-2__steps-item {
        width: 100%
    }
}

.TFL_info-basic-2__steps-image {
    margin: 0 0 1rem !important
}

.TFL_info-basic-2__steps-heading {
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
    color: #003e88;
    margin: 0 !important
}

.TFL_info-basic-2__steps-subheading {
    font-size: 18px;
    line-height: normal;
    color: #003e88;
    margin: 0 0 2rem !important
}

@media (max-width: 640px) {
    .TFL_info-1 {
        min-height: 670px
    }

    .TFL_info-3 {
        min-height: 810px
    }

    .TFL_info-4 {
        min-height: 860px
    }

    .TFL_info-5 {
        min-height: 780px
    }

    .TFL_info-6 {
        min-height: 730px
    }
}

.TFL_info-basic-2__image-mobile {
    width: 100%;
    height: auto
}

.TFL_footer__image {
    width: 100%;
    height: auto
}

.TFL_benefits {
    padding: 0rem 3rem 3rem
}

@media (max-width: 640px) {
    .TFL_benefits {
        padding: 0rem 1rem 3rem
    }
}

.TFL_benefits__row {
    display: flex;
    flex-direction: row
}

@media (max-width: 640px) {
    .TFL_benefits__row {
        flex-direction: column
    }
}

.TFL_benefits__item {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 50%;
    padding: 2.5rem;
    margin-bottom: 0rem
}

@media (max-width: 640px) {
    .TFL_benefits__item {
        width: 100%;
        padding: 1rem 2rem
    }
}

.TFL_benefits__bg-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px !important
}

.TFL_benefits__bg {
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 180px);
    background-color: #fff;
    border-radius: 60px;
    -webkit-box-shadow: 0 0 40px 9px #f1f1f1;
    -moz-box-shadow: 0 0 40px 9px #f1f1f1;
    box-shadow: 0 0 40px 9px #f1f1f1
}

.TFL_benefits__image {
    z-index: 1;
    margin: 0 0 2rem;
    width: 100%;
    height: auto
}

.TFL_benefits__heading {
    z-index: 1;
    font-size: 30px;
    color: #454549;
    line-height: 30px;
    margin: 0 0 .5rem
}

@media (max-width: 640px) {
    .TFL_benefits__heading {
        font-size: 24px;
        line-height: 24px
    }
}

.TFL_benefits__description {
    z-index: 1;
    font-size: 22px;
    line-height: normal;
    color: #454549
}

@media (max-width: 640px) {
    .TFL_benefits__description {
        font-size: 16px
    }
}

.TFL_accessories__heading {
    font-size: 40px;
    line-height: normal;
    text-align: center;
    color: #454549;
    margin: 0 0 2rem
}

.TFL_accessories__row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center
}

.TFL_accessories__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;
    margin-bottom: 1rem
}

@media (max-width: 640px) {
    .TFL_accessories__item {
        margin-bottom: 1rem;
        width: 50%
    }
}

.TFL_accessories__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 150px
}

.TFL_accessories__image {
    width: 100%;
    height: auto;
    margin: 0 0 1rem
}

.TFL_accessories__description {
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    color: #000;
    text-align: center;
    margin: 0 0 2rem
}

.TFL_table-section {
    position: relative;
    padding: 3rem;
    margin-bottom: 4rem !important
}

@media (max-width: 768px) {
    .TFL_table__wrapper {
        overflow-x: scroll
    }
}

@media (max-width: 768px) {
    .TFL_table__image {
        max-width: 100%;
        height: auto
    }
}

.TFL_table {
    border-spacing: 0;
    border-collapse: separate;
    width: 100%;
    font-family: din-2014, sans-serif;
    margin-bottom: 2rem
}

.TFL_table thead th {
    font-size: 22px;
    font-weight: 700;
    color: #454549;
    text-align: center;
    padding: .5rem
}

@media (max-width: 768px) {
    .TFL_table thead th {
        font-size: 18px;
        width: 300px
    }
}

.TFL_table tbody tr td {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    vertical-align: top;
    padding: .5rem
}

@media (max-width: 768px) {
    .TFL_table tbody tr td {
        font-size: 16px
    }
}

@media (max-width: 920px) {
    .TFL_footer .TFL_heading {
        padding: 0rem 1rem;
        text-align: left !important
    }
}

.TFL_euro {
    font-family: din-2014, sans-serif !important
}

.TFL_euro .TFL_heading {
    font-family: din-2014, sans-serif !important;
    font-size: 40px !important;
    font-weight: 700 !important;
    color: #454549 !important;
    margin: 0 0 2rem !important
}

@media (max-width: 640px) {
    .TFL_euro .TFL_heading {
        font-size: 30px !important;
        line-height: 34px !important
    }
}

.TFL_euro .TFL_benefits__heading {
    font-family: din-2014, sans-serif !important;
    font-size: 30px !important;
    line-height: 35px !important;
    color: #454549 !important;
    margin: 0 0 .5rem !important
}

@media (max-width: 640px) {
    .TFL_euro .TFL_benefits__heading {
        font-size: 24px !important;
        line-height: 30px !important
    }
}

.TFL_euro .TFL_info-basic-2__heading {
    font-family: din-2014, sans-serif !important;
    font-size: 40px !important;
    line-height: 40px;
    color: #0b0c0f !important;
    margin: 0rem 0rem 2rem !important
}

@media (max-width: 640px) {
    .TFL_euro .TFL_info-basic-2__heading {
        font-size: 35px !important;
        line-height: 35px
    }
}

.TFL_euro .TFL_logo, .TFL_euro .TFL_series {
    width: auto !important
}

.TFL_euro .TFL_top {
    margin-bottom: 2rem !important
}

@media (max-width: 610px) {
    .TFL_euro .TFL_top {
        margin-bottom: 1rem !important
    }
}

@media (max-width: 920px) {
    .TFL_euro .TFL_footer .TFL_heading {
        padding: 0rem 1rem;
        text-align: left !important
    }
}
