@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: none;
    -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: 1120px;
    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; } }
  #TFL_container .TFL_d-desktop {
    display: block; }
    @media (max-width: 768px) {
      #TFL_container .TFL_d-desktop {
        display: none; } }

/* Top ---------------------------------- */
.TFL_top {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media (max-width: 610px) {
    .TFL_top {
      flex-direction: column;
      justify-content: center; } }

.TFL_top-left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center; }
  @media (max-width: 610px) {
    .TFL_top-left {
      justify-content: center;
      margin-bottom: 1.5rem; } }

.TFL_top-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }
  @media (max-width: 610px) {
    .TFL_top-right {
      justify-content: center;
      margin-bottom: .5rem; } }

.TFL_logo {
  height: 70px;
  width: auto; }
  @media (max-width: 610px) {
    .TFL_logo {
      height: 65px; } }

.TFL_sep {
  margin-left: 10px !important;
  margin-right: 20px !important;
  background: #868686;
  height: 35px;
  width: 2px; }
  @media (max-width: 610px) {
    .TFL_sep {
      height: 30px;
      margin-left: 5px;
      margin-right: 5px; } }

.TFL_series {
  height: 18px; }
  @media (max-width: 610px) {
    .TFL_series {
      height: 15px; } }

.TFL_top-benefits {
  height: 70px;
  width: auto; }

/* END : Top ---------------------------- */
/* Hero --------------------------------- */
.TFL_hero {
  position: relative;
  width: 100%;
  max-width: 1120px;
  height: auto;
  margin: 20px auto 0; }

.TFL_hero__bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  border-radius: 2rem 0rem 0rem 0rem; }

.TFL_hero__image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto; }

.TFL_hero__wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 2rem 0rem 0rem 0rem; }

/* END : Hero --------------------------- */
/* Headings --------------------------------- */
.TFL_heading-h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: din-2014, sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  color: #dbdbdb;
  margin: 0rem !important; }
  @media (max-width: 768px) {
    .TFL_heading-h2 {
      font-size: 24px;
      line-height: 35px;
      padding: 2rem !important;
      margin-bottom: 0px !important; } }

/* END : Headings --------------------------- */
/* info-slider-elements ------------ */
.TFL_slider-section {
  position: relative;
  overflow: hidden; }

.TFL_slider {
  height: auto;
  white-space: nowrap;
  font-size: 0;
  transition: 0.8s; }

.TFL_slider > * {
  font-size: 1rem;
  display: inline-block;
  white-space: normal;
  vertical-align: top;
  height: auto;
  width: 100%;
  background: none 50% no-repeat;
  background-size: cover; }

.TFL_prevNext a {
  position: absolute;
  left: 0;
  width: 50px;
  height: 50px;
  margin: 2rem;
  line-height: 50px;
  text-align: center;
  border-radius: 10px;
  background-color: #284d94;
  transform: rotate(45deg);
  transition: background-color .5s; }
  @media (max-width: 610px) {
    .TFL_prevNext a {
      margin: 0rem !important;
      left: -25px; } }
  .TFL_prevNext a:hover {
    background-color: #1d386c; }

.TFL_prevNext {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 0; }

.TFL_prevNext > div + div {
  visibility: hidden; }

.TFL_prevNext a:hover {
  opacity: 1; }

.TFL_prevNext a + a {
  left: auto;
  right: 0; }
  @media (max-width: 610px) {
    .TFL_prevNext a + a {
      right: -25px; } }

.TFL_arrow-left, .TFL_arrow-right {
  position: absolute !important;
  width: 60%;
  height: 60%; }
  @media (max-width: 610px) {
    .TFL_arrow-left, .TFL_arrow-right {
      width: 0% !important;
      height: 0% !important; }
      .TFL_arrow-left.is-loaded, .TFL_arrow-left.loaded, .TFL_arrow-left.lazy, .TFL_arrow-right.is-loaded, .TFL_arrow-right.loaded, .TFL_arrow-right.lazy {
        width: 30% !important;
        height: 30% !important; } }

.TFL_arrow-left {
  top: 20%;
  right: 25%;
  transform: rotate(-135deg); }
  @media (max-width: 610px) {
    .TFL_arrow-left {
      top: 0% !important;
      right: 0% !important; }
      .TFL_arrow-left.is-loaded, .TFL_arrow-left.loaded, .TFL_arrow-left.lazy {
        top: 15% !important;
        right: 15% !important; } }

.TFL_arrow-right {
  bottom: 25%;
  left: 20%;
  transform: rotate(45deg); }
  @media (max-width: 610px) {
    .TFL_arrow-right {
      bottom: 0% !important;
      left: 0% !important; }
      .TFL_arrow-right.is-loaded, .TFL_arrow-right.loaded, .TFL_arrow-right.lazy {
        bottom: 15% !important;
        left: 15% !important; } }

.TFL_bullets {
  z-index: 2;
  position: relative;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  text-align: center; }

.TFL_bullets > a {
  display: inline-block;
  width: 40px;
  height: 35px;
  font-weight: 700;
  text-decoration: none;
  color: #284d94;
  border-bottom: 2px solid #284d94 !important;
  transition: color .25s ease-in-out, border-color .25s ease-in-out;
  padding-bottom: 15px;
  margin: .25rem; }
  @media (max-width: 610px) {
    .TFL_bullets > a {
      width: 30px;
      height: 35px; } }

.TFL_bullets > a:hover {
  color: white;
  border-bottom: 2px solid white !important; }

/* end : info-slider-elements ------ */
/* info-slider ------------------------------- */
.TFL_info-slider .TFL_prevNext {
  top: 45%; }
  @media (max-width: 610px) {
    .TFL_info-slider .TFL_prevNext {
      top: 200px; } }

.TFL_info-slider-2 .TFL_prevNext {
  top: 40%; }
  @media (max-width: 610px) {
    .TFL_info-slider-2 .TFL_prevNext {
      top: 200px; } }

.TFL_info-slider > s:target ~ .TFL_prevNext > * {
  visibility: hidden; }

#TFL_info-slider__s1:target ~ .TFL_prevNext > *:nth-child(1) {
  visibility: visible; }

#TFL_info-slider__s2:target ~ .TFL_prevNext > *:nth-child(2) {
  visibility: visible; }

#TFL_info-slider__s3:target ~ .TFL_prevNext > *:nth-child(3) {
  visibility: visible; }

#TFL_info-slider__s4:target ~ .TFL_prevNext > *:nth-child(4) {
  visibility: visible; }

#TFL_info-slider__s5:target ~ .TFL_prevNext > *:nth-child(5) {
  visibility: visible; }

#TFL_info-slider__s1:target ~ .TFL_slider {
  transform: translateX(0%);
  -webkit-transform: translateX(0%); }

#TFL_info-slider__s2:target ~ .TFL_slider {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%); }

#TFL_info-slider__s3:target ~ .TFL_slider {
  transform: translateX(-200%);
  -webkit-transform: translateX(-200%); }

#TFL_info-slider__s4:target ~ .TFL_slider {
  transform: translateX(-300%);
  -webkit-transform: translateX(-300%); }

#TFL_info-slider__s5:target ~ .TFL_slider {
  transform: translateX(-400%);
  -webkit-transform: translateX(-400%); }

.TFL_info-slider > s:target ~ .TFL_prevNext > * {
  visibility: hidden; }

#TFL_info-slider__s2-1:target ~ .TFL_prevNext > *:nth-child(1) {
  visibility: visible; }

#TFL_info-slider__s2-2:target ~ .TFL_prevNext > *:nth-child(2) {
  visibility: visible; }

#TFL_info-slider__s2-3:target ~ .TFL_prevNext > *:nth-child(3) {
  visibility: visible; }

#TFL_info-slider__s2-4:target ~ .TFL_prevNext > *:nth-child(4) {
  visibility: visible; }

#TFL_info-slider__s2-1:target ~ .TFL_slider {
  transform: translateX(0%);
  -webkit-transform: translateX(0%); }

#TFL_info-slider__s2-2:target ~ .TFL_slider {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%); }

#TFL_info-slider__s2-3:target ~ .TFL_slider {
  transform: translateX(-200%);
  -webkit-transform: translateX(-200%); }

#TFL_info-slider__s2-4:target ~ .TFL_slider {
  transform: translateX(-300%);
  -webkit-transform: translateX(-300%); }

/* END :  info-slider ------------------------ */
/* info-slider - content elements ------------ */
.TFL_info-slider,
.TFL_info-slider-2 {
  background-color: black;
  margin: 0 !important; }
  .TFL_info-slider .TFL_bullets,
  .TFL_info-slider-2 .TFL_bullets {
    background: black;
    background: linear-gradient(0deg, black 0%, #101223 70%); }
    @media (max-width: 610px) {
      .TFL_info-slider .TFL_bullets,
      .TFL_info-slider-2 .TFL_bullets {
        background: none !important; } }

.TFL_info-slider__wrapper {
  position: relative;
  z-index: 0; }
  @media (max-width: 610px) {
    .TFL_info-slider__wrapper {
      position: relative;
      flex-direction: column;
      display: flex; } }

.TFL_info-slider__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  color: #dbdbdb;
  padding: 1rem;
  margin: 0; }
  @media (max-width: 610px) {
    .TFL_info-slider__heading {
      font-size: 24px;
      height: 110px; } }

.TFL_info-slider__icon {
  display: inline-block;
  margin-left: 20px;
  width: 90px;
  height: 90px; }
  @media (max-width: 610px) {
    .TFL_info-slider__icon {
      width: 60px;
      height: 60px; } }

.TFL_info-slider__description {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  padding: 2rem;
  margin: 0;
  font-size: 18px;
  line-height: normal; }
  @media (max-width: 610px) {
    .TFL_info-slider__description {
      position: relative;
      top: 0;
      left: 0;
      padding: 1rem;
      font-size: 16px;
      color: white; } }

.TFL_info-slider__small {
  font-size: 14px; }
  @media (max-width: 610px) {
    .TFL_info-slider__small {
      font-size: 12px; } }

.TFL_info-slider__image {
  display: block;
  width: 100%;
  margin: 0; }

/* end : info-slider - content elements ------ */
/* benefits ---------------------------------- */
.TFL_benefits {
  padding: 0rem;
  margin: 0 auto !important;
  background-color: black; }

.TFL_benefits__image {
  display: block;
  width: 100%;
  height: auto; }

/* end : benefits ---------------------------- */
/* app-slider ------------------------------- */
.TFL_app-slider .TFL_prevNext {
  bottom: 270px; }
  @media (max-width: 610px) {
    .TFL_app-slider .TFL_prevNext {
      bottom: 160px; } }

.TFL_app-slider > s:target ~ .TFL_prevNext > * {
  visibility: hidden; }

#TFL_app-slider__s1:target ~ .TFL_prevNext > *:nth-child(1) {
  visibility: visible; }

#TFL_app-slider__s2:target ~ .TFL_prevNext > *:nth-child(2) {
  visibility: visible; }

#TFL_app-slider__s1:target ~ .TFL_slider {
  transform: translateX(0%);
  -webkit-transform: translateX(0%); }

#TFL_app-slider__s2:target ~ .TFL_slider {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%); }

/* END :  app-slider ------------------------ */
/* app-slider - content elements ------------ */
.TFL_app-slider {
  background-color: black;
  padding-top: 3rem !important;
  margin: 0 !important; }
  .TFL_app-slider .TFL_bullets {
    background: black;
    background: linear-gradient(0deg, black 0%, #101223 70%); }
    @media (max-width: 610px) {
      .TFL_app-slider .TFL_bullets {
        background: none !important; } }

.TFL_app-slider__wrapper {
  position: relative;
  z-index: 0; }
  @media (max-width: 610px) {
    .TFL_app-slider__wrapper {
      position: relative;
      flex-direction: column;
      display: flex; } }

.TFL_app-slider__content {
  height: 400px;
  padding: 3rem 360px 3rem 3rem;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end; }
  @media (max-width: 610px) {
    .TFL_app-slider__content {
      height: auto;
      padding: 2rem;
      text-align: left;
      align-items: flex-start;
      min-height: 360px; } }

.TFL_app-slider__heading {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
  color: #12d5ff;
  margin-bottom: 0rem; }
  @media (max-width: 610px) {
    .TFL_app-slider__heading {
      margin-bottom: 1rem; } }

.TFL_app-slider__icon {
  display: inline-block;
  margin-left: 20px;
  width: 70px;
  height: 70px; }

.TFL_app-slider__description {
  font-size: 18px;
  line-height: normal;
  color: #a9a9aa;
  padding: 0;
  margin: 0; }
  @media (max-width: 610px) {
    .TFL_app-slider__description {
      font-size: 16px;
      color: white; } }

.TFL_app-slider__small {
  font-size: 14px; }
  @media (max-width: 610px) {
    .TFL_app-slider__small {
      font-size: 12px; } }

.TFL_app-slider__img {
  margin-top: 2rem !important; }

.TFL_app-slider__bg {
  display: block;
  width: 100%;
  margin: 0; }
  @media (max-width: 610px) {
    .TFL_app-slider__bg {
      margin-top: 130px; } }

.TFL_app-slider__hand {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 450px;
  width: auto;
  margin: 0; }
  @media (max-width: 610px) {
    .TFL_app-slider__hand {
      height: 250px; } }

/* end : app-slider - content elements ------ */
/* zoom-slider ------------------------------- */
.TFL_zoom-slider .TFL_prevNext {
  top: calc(450px / 2  - 70px); }
  @media (max-width: 610px) {
    .TFL_zoom-slider .TFL_prevNext {
      top: calc(450px / 2); } }

.TFL_zoom-slider > s:target ~ .TFL_prevNext > * {
  visibility: hidden; }

#TFL_zoom-slider__s1:target ~ .TFL_prevNext > *:nth-child(1) {
  visibility: visible; }

#TFL_zoom-slider__s2:target ~ .TFL_prevNext > *:nth-child(2) {
  visibility: visible; }

#TFL_zoom-slider__s3:target ~ .TFL_prevNext > *:nth-child(3) {
  visibility: visible; }

#TFL_zoom-slider__s4:target ~ .TFL_prevNext > *:nth-child(4) {
  visibility: visible; }

#TFL_zoom-slider__s1:target ~ .TFL_slider {
  transform: translateX(0%);
  -webkit-transform: translateX(0%); }

#TFL_zoom-slider__s2:target ~ .TFL_slider {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%); }

#TFL_zoom-slider__s3:target ~ .TFL_slider {
  transform: translateX(-200%);
  -webkit-transform: translateX(-200%); }

#TFL_zoom-slider__s4:target ~ .TFL_slider {
  transform: translateX(-300%);
  -webkit-transform: translateX(-300%); }

/* END :  zoom-slider ------------------------ */
/* zoom-content ------------------------------ */
.TFL_zoom-slider {
  margin: 0 !important;
  background-color: black; }

.TFL_left-side {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  width: 45%;
  padding: 2rem 2rem 2rem 8rem; }
  @media (max-width: 610px) {
    .TFL_left-side {
      align-self: flex-end;
      min-height: 280px;
      width: 100%;
      padding: 2rem; } }

.TFL_right-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 450px;
  width: 55%;
  padding: 2rem 8rem 2rem 2rem; }
  @media (max-width: 610px) {
    .TFL_right-side {
      flex-direction: column;
      min-height: 180px;
      width: 100%;
      padding: 0rem 2rem 1rem 2rem;
      text-align: center; } }

.TFL_zoom-image {
  width: 100%;
  height: auto; }
  @media (max-width: 610px) {
    .TFL_zoom-image {
      width: 80%; } }

.TFL_zoom-heading {
  font-size: 30px;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
  color: white; }
  @media (max-width: 610px) {
    .TFL_zoom-heading {
      font-size: 24px;
      line-height: normal;
      margin-bottom: 1rem; } }

.TFL_zoom-description {
  font-size: 18px;
  line-height: normal;
  color: #dbdbdb;
  margin: 0; }
  @media (max-width: 610px) {
    .TFL_zoom-description {
      font-size: 16px; } }

.TFL_zoom-slider__small {
  font-size: 14px; }
  @media (max-width: 610px) {
    .TFL_zoom-slider__small {
      font-size: 12px; } }

/* END :  zoom-content ----------------------- */
.TFL_accessories {
  margin: 0 !important;
  background-color: #010103 !important; }
  .TFL_accessories .TFL_heading-h2 {
    margin-bottom: 1rem !important; }

.TFL_accessories__row {
  display: flex;
  flex-direction: row;
  justify-content: center; }
  @media (max-width: 610px) {
    .TFL_accessories__row {
      display: none; } }

.TFL_accessories__item {
  padding: 2rem !important; }

.TFL_accessories__image {
  max-width: 100%;
  height: auto; }

.TFL_accessories__image-mobile {
  width: 100%;
  height: auto;
  margin-bottom: 2rem !important; }

.TFL_accessories__description {
  font-size: 1rem;
  line-height: normal;
  color: #ffffff;
  text-align: center; }

.TFL_products-heading {
  color: #dbdbdb !important;
  font-size: 2rem !important;
  line-height: 2.5rem !important;
  text-align: center;
  margin: 0 !important; }
  @media (max-width: 920px) {
    .TFL_products-heading {
      font-size: 1.5rem !important;
      font-weight: 700 !important;
      line-height: 2rem !important; } }

.TFL_products-desktop {
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-bottom: 40px !important;
  padding-top: 40px !important; }
  @media (max-width: 920px) {
    .TFL_products-desktop {
      padding-bottom: 10px !important;
      padding-top: 10px !important; } }

.TFL_products__overflow {
  overflow-x: auto; }

.TFL_products__table {
  width: 100%;
  color: #fff !important;
  line-height: 1.2;
  border-spacing: 0;
  border-collapse: collapse;
  margin-left: auto !important;
  margin-right: auto !important; }
  .TFL_products__table th, .TFL_products__table td {
    color: #fff !important;
    padding: 15px 10px !important; }
  .TFL_products__table th {
    font-weight: 400;
    text-align: left;
    padding-left: 0px !important;
    color: #fff !important; }
    .TFL_products__table th span {
      font-weight: 400; }
    .TFL_products__table th img {
      max-width: 80px !important;
      height: auto; }
  .TFL_products__table thead tr th {
    font-size: 22px !important;
    line-height: 24px !important;
    text-align: center;
    max-width: 70px !important; }
    .TFL_products__table thead tr th small {
      font-size: 17px !important;
      line-height: 32px !important; }
    @media (max-width: 610px) {
      .TFL_products__table thead tr th {
        font-size: 14px !important;
        font-weight: 700 !important;
        line-height: 16px !important;
        min-width: 100px !important; } }
  .TFL_products__table thead tr:nth-of-type(2) th {
    text-transform: uppercase;
    background-color: #00a3cf; }
    .TFL_products__table thead tr:nth-of-type(2) th:nth-of-type(1) {
      background-color: transparent; }
  .TFL_products__table thead td {
    color: #fff !important;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.78rem;
    max-width: 80px !important; }
    .TFL_products__table thead td img {
      max-width: 130px !important; }
  .TFL_products__table tbody tr {
    color: #fff !important; }
    .TFL_products__table tbody tr th, .TFL_products__table tbody tr td {
      font-size: 1rem;
      border-bottom: 2px solid #3c3a3f !important; }
    .TFL_products__table tbody tr:last-of-type th, .TFL_products__table tbody tr:last-of-type td {
      vertical-align: top;
      border-bottom: none !important; }
  .TFL_products__table td {
    color: #fff !important;
    width: 160px;
    text-align: center;
    letter-spacing: -0.14px;
    vertical-align: middle; }

.TFL_table-item-2 tbody tr td:nth-child(2) {
  background-color: #302f33; }

.TFL_table-item-3 tbody tr td:nth-child(3) {
  background-color: #302f33; }

.TFL_products-section {
  background-color: black;
  padding: 2rem 2rem 2rem 2rem !important;
  margin: 0 !important; }
  @media (max-width: 610px) {
    .TFL_products-section {
      padding: 2rem !important; } }

.TFL_euro {
  font-family: din-2014, sans-serif !important;
  max-width: 920px !important; }
  .TFL_euro img.lazy {
    width: auto !important;
    max-width: 100% !important; }
  .TFL_euro .TFL_logo {
    height: 55px !important;
    width: auto !important; }
    @media (max-width: 610px) {
      .TFL_euro .TFL_logo {
        height: 45px !important; } }
  .TFL_euro .TFL_series {
    height: 18px !important;
    width: auto !important; }
    @media (max-width: 610px) {
      .TFL_euro .TFL_series {
        height: 15px !important; } }
  .TFL_euro .TFL_sep {
    margin-left: 10px !important;
    margin-right: 20px !important; }
  .TFL_euro .TFL_heading-h2 {
    font-size: 2rem !important;
    line-height: 2.5rem !important;
    color: #dbdbdb !important; }
    @media (max-width: 610px) {
      .TFL_euro .TFL_heading-h2 {
        font-size: 28px !important; } }
  .TFL_euro .TFL_info-slider__heading {
    font-size: 40px !important;
    font-weight: 700 !important;
    color: #dbdbdb !important;
    padding: 1rem !important;
    margin: 0 !important; }
    @media (max-width: 610px) {
      .TFL_euro .TFL_info-slider__heading {
        font-size: 24px !important;
        height: 110px !important; } }
  .TFL_euro .TFL_app-slider__heading {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #12d5ff !important;
    margin-bottom: 0rem !important; }
    @media (max-width: 610px) {
      .TFL_euro .TFL_app-slider__heading {
        margin-bottom: 1rem !important; } }
  .TFL_euro .TFL_app-slider__description {
    font-size: 18px !important;
    color: #a9a9aa !important;
    padding: 0 !important;
    margin: 0 !important; }
    @media (max-width: 610px) {
      .TFL_euro .TFL_app-slider__description {
        font-size: 16px !important;
        color: white !important; } }
  .TFL_euro .TFL_products__table tbody tr th {
    font-size: 18px !important; }
  .TFL_euro .TFL_zoom-benefits-heading {
    font-size: 26px !important;
    line-height: 30px !important; }
  .TFL_euro .TFL_zoom-benefits-description {
    font-size: 16px !important;
    line-height: 24px !important; }
  .TFL_euro .TFL_zoom-benefits-description {
    font-size: 16px !important;
    line-height: 20px !important; }

/*# sourceMappingURL=dev.css.map */
