/*
@mixin dim-padding($dim, $padding){
	{$dim-$padding}+px;
}
//*/
@import url("https://use.typekit.net/rsa6crf.css");
img.lazy {
  width: auto !important;
  max-width: 100% !important; }

#TFL_container {
  width: 100%;
  max-width: 1200px;
  height: auto;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  font-family: "din-2014", sans-serif;
  color: #5e5e5e;
  background: #fff;
  font-size: 20px;
  line-height: 140%; }
  #TFL_container * {
    border: 0;
    padding: 0;
    margin: 0;
    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_pt-2 {
    padding-top: 1.5rem !important; }
  #TFL_container .TFL_pl-2 {
    padding-left: 1.5rem !important; }
  #TFL_container .TFL_pb-3 {
    padding-bottom: 2rem !important; }
  #TFL_container .TFL_my-3 {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important; }
  #TFL_container .TFL_my-4 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important; }
  #TFL_container .TFL_mt-0 {
    margin-top: 0 !important; }
  #TFL_container .TFL_mt-3 {
    margin-top: 2rem !important; }
  #TFL_container .TFL_mb-3 {
    margin-bottom: 2rem !important; }
  #TFL_container .TFL_mb-4 {
    margin-bottom: 3rem !important; }
  #TFL_container .TFL_mtm-2 {
    margin-top: -1rem !important; }
  #TFL_container .TFL_mtm-5 {
    margin-top: -4rem !important; }
  #TFL_container .TFL_w100 {
    width: 100%; }
  #TFL_container .TFL_i100 img {
    width: 100%; }
  #TFL_container .TFL_i-mw100 img {
    max-width: 100%; }
  #TFL_container .TFL_text-center {
    text-align: center; }
  #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_flex {
    display: flex;
    flex-direction: row; }
  #TFL_container .TFL_flex-align_center {
    align-items: center; }
  #TFL_container .TFL_flex-justify_center {
    justify-content: center; }
  #TFL_container .TFL_img-bg-wrap {
    position: relative; }
  #TFL_container .TFL_img-bg {
    z-index: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: auto; }
  #TFL_container .TFL_img-bg-special {
    z-index: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%; }
  #TFL_container .TFL_img-bg-right {
    right: 0px !important;
    left: inherit !important; }
  #TFL_container .TFL_img-bg-h-auto {
    height: auto !important; }
  #TFL_container .TFL_img-bg-body {
    z-index: 1;
    position: relative; }
  #TFL_container .TFL_d-mobile {
    display: none !important; }
    @media (max-width: 768px) {
      #TFL_container .TFL_d-mobile {
        display: block !important; } }
  #TFL_container .TFL_d-desktop {
    display: block !important; }
    @media (max-width: 768px) {
      #TFL_container .TFL_d-desktop {
        display: none !important; } }
  #TFL_container .TFL_bg-white {
    background-color: #fff; }
  #TFL_container section.TFL_section {
    width: 100%;
    max-width: 1120px;
    height: auto;
    position: relative;
    margin: 20px auto 0;
    overflow: hidden; }
    #TFL_container section.TFL_section.TFL_w100 {
      width: 100%; }

/* 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-logos {
  display: flex;
  flex-direction: row;
  align-items: center; }
  @media (max-width: 610px) {
    .TFL_top-logos {
      justify-content: center;
      margin-bottom: 1rem !important; } }

.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 {
      display: none; } }

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

.TFL_top-benefits {
  display: flex;
  flex-direction: row;
  justify-content: center; }
  @media (max-width: 610px) {
    .TFL_top-benefits {
      padding: 0rem 2rem !important; } }

.TFL_top-benefits_item {
  margin: 0 15px !important; }

.TFL_top-benefits_item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 100%; }

.TFL_top-benefits_item-description {
  font-size: 11px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  color: black; }
  @media (max-width: 610px) {
    .TFL_top-benefits_item-description {
      font-size: 10px; } }

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

.TFL_hero-decor {
  display: block;
  position: absolute;
  top: -105px;
  right: 5px;
  z-index: 2; }
  @media (max-width: 611px) {
    .TFL_hero-decor {
      display: none !important; } }

.TFL_hero-img {
  width: 100%;
  height: auto; }

/* END : Hero --------------------------- */
.TFL_benefits {
  margin: 2rem 0rem 0rem 0rem !important;
  padding: 2rem !important; }
  .TFL_benefits .TFL_row {
    display: flex;
    justify-content: center; }
    @media (max-width: 610px) {
      .TFL_benefits .TFL_row {
        flex-direction: column; } }

.TFL_benefits-item {
  position: relative;
  margin-bottom: 2rem !important;
  text-align: center; }

.TFL_benefits-item__aqua {
  position: absolute;
  top: -30px;
  left: -10px; }
  @media (max-width: 610px) {
    .TFL_benefits-item__aqua {
      top: 50%;
      left: 50%;
      transform: translate(-90px, -120px); } }

.TFL_benefits-item__first {
  margin-top: 15px !important; }

.TFL_benefits-item__img {
  margin-bottom: 1rem !important; }

.TFL_benefits-item__title {
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: normal !important;
  text-align: center;
  color: #ffffff; }

/* Headings --------------------------------- */
.TFL_heading-h2 {
  font-family: din-2014, sans-serif !important;
  color: #000000 !important;
  font-size: 60px !important;
  font-weight: 700 !important;
  font-style: normal !important;
  letter-spacing: normal !important;
  line-height: 70px  !important;
  text-align: center !important;
  text-transform: none !important;
  margin-bottom: 2rem !important; }
  @media (max-width: 768px) {
    .TFL_heading-h2 {
      font-size: 26px !important;
      line-height: 32px !important; } }

.TFL_heading-h2-type-2 {
  font-family: din-2014, sans-serif !important;
  color: #1badef !important;
  background-color: #fff;
  font-size: 33px !important;
  font-weight: 700 !important;
  font-style: normal !important;
  letter-spacing: normal !important;
  line-height: 50px  !important;
  text-align: center !important;
  text-transform: none !important;
  padding: 1rem !important; }
  @media (max-width: 768px) {
    .TFL_heading-h2-type-2 {
      font-size: 26px !important;
      line-height: 32px !important; } }

.TFL_heading-h2-type-3 {
  font-family: din-2014, sans-serif !important;
  color: #ffffff !important;
  font-size: 33px !important;
  font-weight: 700 !important;
  font-style: normal !important;
  letter-spacing: normal !important;
  line-height: 50px  !important;
  text-align: center !important;
  text-transform: none !important;
  padding: 2rem !important; }
  @media (max-width: 768px) {
    .TFL_heading-h2-type-3 {
      font-size: 26px !important;
      line-height: 32px !important; } }

/* END : Headings --------------------------- */
.TFL_hr {
  display: flex;
  justify-content: center;
  padding: 0px 30px 15px 30px !important; }

.TFL_hr-line {
  height: 1px;
  width: 100%;
  background-color: #515154; }

.TFL_card-bg {
  background-color: #0a0e14; }

.TFL_info {
  background-color: #0a0e14; }

.TFL_info-item {
  background-color: #0a0e14; }

.TFL_info-item-inside {
  position: relative; }
  .TFL_info-item-inside .TFL_info-item__heading {
    position: absolute;
    top: 0px;
    left: 0px; }
    @media (max-width: 610px) {
      .TFL_info-item-inside .TFL_info-item__heading {
        position: relative; } }
  .TFL_info-item-inside .TFL_info-item__description {
    position: absolute;
    bottom: 0px;
    left: 0px; }
    @media (max-width: 610px) {
      .TFL_info-item-inside .TFL_info-item__description {
        position: relative; } }

.TFL_info-item__small {
  font-size: .8rem; }

.TFL_info-item__heading {
  font-size: 33px !important;
  line-height: normal !important;
  color: #fff !important;
  padding: 15px 30px !important; }
  @media (max-width: 610px) {
    .TFL_info-item__heading {
      font-size: 22px !important; } }

.TFL_info-item__description {
  font-size: 18px !important;
  line-height: normal !important;
  color: #fff !important;
  padding: 15px 30px 30px 30px !important; }
  @media (max-width: 610px) {
    .TFL_info-item__description {
      font-size: 14px !important; } }

.TFL_info-item--inverted {
  background-color: #ffffff; }
  .TFL_info-item--inverted .TFL_info-item__heading,
  .TFL_info-item--inverted .TFL_info-item__description {
    color: #000000 !important; }

/* app -------------------------------------- */
.TFL_app-heading {
  background-color: #fff;
  padding: 2rem 0rem !important;
  margin-bottom: 0rem !important;
  display: flex;
  justify-content: center; }

.TFL_app-heading-h2 {
  display: flex;
  align-items: center;
  text-align: right;
  font-size: 33px !important;
  font-weight: 700 !important;
  line-height: 38px !important;
  color: #000000 !important;
  background-color: #fff;
  margin-bottom: 0rem !important; }
  @media (max-width: 610px) {
    .TFL_app-heading-h2 {
      font-size: 22px !important;
      line-height: 22px !important; } }

.TFL_app-heading-icon {
  margin: 0rem 1rem !important; }
  @media (max-width: 610px) {
    .TFL_app-heading-icon {
      width: 40px !important;
      height: auto; } }

.TFL_app-item {
  position: relative;
  background-color: #fff;
  padding: 4rem 0rem 0rem 0rem !important;
  margin-top: 0rem !important; }

.TFL_app-item__phone {
  top: 0px;
  position: absolute;
  right: 0px;
  padding: 15px 30px !important; }
  @media (max-width: 610px) {
    .TFL_app-item__phone {
      height: 220px; } }

.TFL_app-item__phone-left {
  top: 0px;
  position: absolute;
  left: 0px;
  padding: 15px 30px !important; }
  @media (max-width: 610px) {
    .TFL_app-item__phone-left {
      height: 220px; } }

.TFL_app-item-wraper {
  display: flex;
  flex-direction: row; }
  @media (max-width: 610px) {
    .TFL_app-item-wraper {
      flex-direction: column; } }

.TFL_app-item__content {
  padding: 30px !important;
  width: 65%; }
  @media (max-width: 610px) {
    .TFL_app-item__content {
      width: 100%; } }

.TFL_app-item__content-right {
  float: right; }

.TFL_app-item__stores {
  width: 35%;
  padding: 6rem 2rem 2rem 2rem !important; }
  @media (max-width: 610px) {
    .TFL_app-item__stores {
      width: 100%;
      padding: 2rem !important;
      text-align: center; } }

.TFL_app-item__heading {
  font-size: 22px;
  color: #12d5ff;
  margin-bottom: 1rem !important; }

.TFL_app-item__description {
  font-size: 18px;
  line-height: 25px;
  color: #000000; }
  @media (max-width: 610px) {
    .TFL_app-item__description {
      font-size: 14px;
      line-height: 20px; } }

/* end : app -------------------------------- */
/* Zoom --------------------------------- */
.TFL_zoom-img {
  padding: 4rem 0rem !important;
  text-align: center; }
  .TFL_zoom-img img {
    width: 100% !important;
    height: auto !important; }
  @media (max-width: 768px) {
    .TFL_zoom-img {
      padding: 2rem  !important; } }

.TFL_zoom-benefits-item {
  text-align: center;
  padding: 2rem !important; }

.TFL_zoom-benefits-heading {
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 32px !important;
  text-align: center !important;
  color: #000000 !important;
  margin-bottom: 2rem !important; }
  @media (max-width: 768px) {
    .TFL_zoom-benefits-heading {
      font-size: 24px !important;
      line-height: 28px !important; } }

.TFL_zoom-benefits-img {
  margin-bottom: 2rem !important; }

.TFL_zoom-benefits-description {
  font-size: 20px;
  color: #000000 !important; }
  @media (max-width: 768px) {
    .TFL_zoom-benefits-description {
      font-size: 16px; } }

.TFL_zoom-discription {
  position: absolute;
  bottom: 250px;
  padding: 2rem !important; }
  @media (max-width: 768px) {
    .TFL_zoom-discription {
      bottom: 0px; } }

.TFL_zoom-discription-text {
  font-size: 14px;
  line-height: normal;
  color: #ffffff;
  margin-bottom: 0rem !important; }
  @media (max-width: 768px) {
    .TFL_zoom-discription-text {
      font-size: 12px;
      line-height: 18px; } }

/* END : Zoom --------------------------- */
.TFL_arguments {
  margin-top: -250px !important;
  padding: 4rem 4rem 1rem 4rem !important; }
  @media (max-width: 610px) {
    .TFL_arguments {
      margin-top: 0px !important;
      padding: 2rem !important; } }
  .TFL_arguments .TFL_row {
    display: flex;
    justify-content: center; }
    @media (max-width: 610px) {
      .TFL_arguments .TFL_row {
        flex-direction: column; } }

.TFL_arguments__wrapper {
  display: flex;
  justify-content: center;
  margin-top: 4rem !important; }
  @media (max-width: 610px) {
    .TFL_arguments__wrapper {
      margin-top: 2rem !important; } }

.TFL_arguments__list {
  width: 450px;
  justify-content: flex-start; }
  @media (max-width: 610px) {
    .TFL_arguments__list {
      font-size: 16px; } }

.TFL_arguments__item {
  display: flex;
  flex-direction: row;
  position: relative;
  margin-bottom: .5rem !important; }
  @media (max-width: 610px) {
    .TFL_arguments__item {
      margin-bottom: .25rem !important; } }

.TFL_arguments__item-number {
  font-weight: 700 !important;
  color: #244482 !important;
  margin-right: 10px !important; }

.TFL_arguments__item-title {
  font-weight: 700;
  color: #fff; }

.TFL_arguments-item__img {
  margin-bottom: 1rem !important; }

.TFL_arguments-purple .TFL_arguments__item-number {
  color: #855bab !important; }

.TFL_accessories {
  margin: 0rem !important; }
  .TFL_accessories .TFL_row {
    display: flex;
    justify-content: center; }
    @media (max-width: 610px) {
      .TFL_accessories .TFL_row {
        flex-direction: column; } }

.TFL_accessories-item {
  margin-bottom: 2rem !important;
  text-align: center; }

.TFL_accessories-item__img {
  margin-bottom: 1rem !important; }

.TFL_accessories-item__title {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: normal !important;
  text-align: center;
  color: #ffffff; }

.TFL_products {
  overflow-x: auto; }

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

.TFL_products-heading {
  font-family: din-2014, sans-serif !important;
  color: #ffffff !important;
  font-size: 33px !important;
  font-weight: 700 !important;
  font-style: normal !important;
  letter-spacing: normal !important;
  line-height: 50px  !important;
  text-align: center !important;
  text-transform: none !important;
  margin-bottom: 2rem !important; }
  @media (max-width: 768px) {
    .TFL_products-heading {
      font-size: 22px !important;
      font-weight: 700 !important;
      text-transform: none !important;
      line-height: normal !important;
      color: #fff !important;
      margin-bottom: 2rem !important; } }

.TFL_products-small {
  font-size: 10px !important;
  color: #fff !important;
  text-align: right;
  margin-top: 1rem !important; }

.TFL_products__table {
  width: 100%;
  font-size: 12px !important;
  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: 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 {
      width: 100%;
      height: auto; }
  .TFL_products__table thead tr th {
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    text-align: center; }
    .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: 22px !important;
        min-width: 150px !important; } }
  .TFL_products__table thead tr:first-of-type td {
    background: radial-gradient(circle, #3f4960 0%, transparent 55%); }
    .TFL_products__table thead tr:first-of-type td:first-child {
      background: transparent; }
  .TFL_products__table thead tr:nth-of-type(2) th {
    background-color: #3b5694; }
    .TFL_products__table thead tr:nth-of-type(2) th:first-of-type {
      border-radius: 8px 0px 0px 8px; }
    .TFL_products__table thead tr:nth-of-type(2) th:last-of-type {
      border-radius: 0px 8px 8px 0px; }
  .TFL_products__table thead td {
    color: #fff !important;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.78rem; }
  .TFL_products__table tbody tr {
    color: #fff !important; }
    .TFL_products__table tbody tr td {
      padding: 10px !important; }
      .TFL_products__table tbody tr td:last-of-type {
        border-radius: 0px 8px 8px 0px; }
    .TFL_products__table tbody tr th {
      border-radius: 8px 0px 0px 8px; }
    .TFL_products__table tbody tr:nth-child(even) {
      background-color: #3f4960; }
  .TFL_products__table td {
    color: #fff !important;
    width: 190px;
    text-align: center;
    letter-spacing: -0.14px;
    vertical-align: middle; }
  .TFL_products__table th {
    text-align: right;
    padding: 10px 20px !important; }

.TFL_table-item-2 tbody tr td:nth-child(2) {
  background-color: rgba(138, 152, 182, 0.2); }

.TFL_table-item-2 tbody tr:last-of-type td {
  border-radius: 0px 0px 8px 8px; }

.TFL_table-item-3 tbody tr td:nth-child(3) {
  background-color: #302f33;
  border-left: 2px solid #3c3a3f !important;
  border-right: 2px solid #3c3a3f !important; }

.TFL_row-flex {
  display: inline-flex;
  flex-wrap: wrap;
  column-gap: 20px;
  padding-left: 30px !important;
  padding-right: 30px !important; }

.TFL_row-flex__col-1-2 {
  width: 100%;
  flex-basis: 100%; }
  @media (min-width: 768px) {
    .TFL_row-flex__col-1-2 {
      width: 50%;
      flex: 1 1 0; } }

@media (min-width: 768px) {
  .TFL_d-order-1 {
    order: 1; }
  .TFL_d-order-2 {
    order: 2; } }

.TFL_features {
  background-color: #fff;
  padding-top: 80px !important;
  padding-bottom: 10px !important; }

.TFL_features__item {
  padding-bottom: 20px !important; }

.TFL_features__image {
  line-height: 0;
  font-size: 0; }

.TFL_features__body {
  padding-top: 19px !important;
  color: #000 !important; }
  .TFL_features__body h3 {
    font-size: 22px !important;
    font-weight: 400 !important;
    margin-bottom: 15px !important; }
  .TFL_features__body p {
    font-size: 18px !important;
    line-height: normal !important; }

.TFL_app-features {
  color: #171313;
  padding-top: 0 !important; }
  .TFL_app-features p {
    font-size: 18px;
    line-height: normal; }
  .TFL_app-features .TFL_app-features__body {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }

.TFL_app-features__item--alt p {
  text-align: right; }

.TFL_app-features__item--top .TFL_app-features__body {
  padding-top: 30px !important; }
  .TFL_app-features__item--top .TFL_app-features__body img {
    margin-top: 30px !important; }

@media (min-width: 768px) {
  img.lazy.TFL_app-features__image {
    max-width: none !important;
    width: 110% !important; } }

@media (min-width: 768px) {
  .TFL_app-features__item--top .TFL_app-features__body {
    padding-bottom: 150px !important; }
  .TFL_app-features__item--middle {
    margin-top: -150px !important;
    margin-bottom: -150px !important; }
  .TFL_app-features__item--bottom .TFL_app-features__body {
    padding-top: 150px !important; } }

.TFL_small {
  max-width: 920px !important; }

.TFL_euro {
  max-width: 920px !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: 45px !important;
    width: auto !important; }
    @media (max-width: 610px) {
      .TFL_euro .TFL_series {
        height: 35px !important; } }
  .TFL_euro .TFL_sep {
    margin-left: 15px !important;
    margin-right: 35px !important; }
  .TFL_euro .TFL_heading-h2 {
    font-size: 40px !important; }
    @media (max-width: 610px) {
      .TFL_euro .TFL_heading-h2 {
        font-size: 28px !important; } }
  .TFL_euro .TFL_info-tabs-item-description {
    font-size: 18px !important;
    line-height: 24px !important; }
    @media (max-width: 768px) {
      .TFL_euro .TFL_info-tabs-item-description {
        font-size: 16px !important;
        line-height: normal !important;
        padding: 1rem 0 0 0 !important; } }
  .TFL_euro .TFL_tab-title {
    font-size: 18px;
    line-height: 22px; }
  .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; }
  .TFL_euro .TFL_table {
    font-size: 14px !important;
    line-height: 18px !important; }
    .TFL_euro .TFL_table small {
      line-height: 18px !important; }
      @media (max-width: 768px) {
        .TFL_euro .TFL_table small {
          line-height: normal !important; } }
    @media (max-width: 768px) {
      .TFL_euro .TFL_table {
        font-size: 12px !important;
        line-height: normal !important; } }
  .TFL_euro .TFL_info-big-description {
    font-size: 18px !important;
    line-height: 22px !important; }
    @media (max-width: 768px) {
      .TFL_euro .TFL_info-big-description {
        font-size: 16px !important;
        line-height: normal !important; } }
  .TFL_euro .TFL_faq {
    padding: 2rem 4rem !important;
    font-size: 18px !important; }
    @media (max-width: 768px) {
      .TFL_euro .TFL_faq {
        font-size: 16px !important;
        padding: 1.5rem 1.25rem !important; } }
  .TFL_euro .TFL_tabs-overlay-icon {
    width: 160px !important;
    height: auto !important; }
    @media (max-width: 610px) {
      .TFL_euro .TFL_tabs-overlay-icon {
        width: 60px !important;
        bottom: 25% !important;
        left: 15% !important; } }

.productFullDetail-description-2JM h2 + div {
  font-size: 20px !important; }

.TFL_tefaland .TFL_faq {
  margin-bottom: 6rem !important; }

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