@import url("https://gseb-online.pl/cdn/fonts/wmf/?f=WMFRotis&t=Regular,Bold");
#TFL_container {
  position: relative;
  overflow: hidden;
  height: auto;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-family: "WMFRotis", sans-serif;
  font-size: 20px;
  line-height: 140%;
  color: #5e5e5e;
  background: #fff; }
  #TFL_container * {
    border: 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; }
    @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; } }
  #TFL_container .TFL_section {
    width: 100%;
    max-width: 1120px;
    height: auto;
    position: relative;
    margin: 0 auto;
    overflow: hidden; }

.TFL_pt-2 {
  padding-top: 1.5rem !important; }

.TFL_pl-2 {
  padding-left: 1.5rem !important; }

.TFL_pb-3 {
  padding-bottom: 2rem !important; }

.TFL_my-3 {
  margin-bottom: 2rem !important;
  margin-top: 2rem !important; }

.TFL_my-4 {
  margin-bottom: 3rem !important;
  margin-top: 3rem !important; }

.TFL_mt-0 {
  margin-top: 0 !important; }

.TFL_mt-3 {
  margin-top: 2rem !important; }

.TFL_mb-3 {
  margin-bottom: 2rem !important; }

.TFL_mb-4 {
  margin-bottom: 3rem !important; }

.TFL_mtm-2 {
  margin-top: -1rem !important; }

.TFL_mtm-5 {
  margin-top: -4rem !important; }

.TFL_w100 {
  width: 100%; }

.TFL_i100 img {
  width: 100%; }

.TFL_i-mw100 img {
  max-width: 100%; }

.TFL_text-center {
  text-align: center; }

.TFL_row {
  width: 100%;
  float: left;
  clear: both; }
  .TFL_row > div {
    float: left; }
  .TFL_row .TFL_c2 {
    width: 50%;
    padding: 0 15px; }
    @media (max-width: 768px) {
      .TFL_row .TFL_c2 {
        width: 100%; } }
  .TFL_row .TFL_c3 {
    width: 33%;
    padding: 0 15px; }
    @media (max-width: 768px) {
      .TFL_row .TFL_c3 {
        width: 100%; } }
  .TFL_row .TFL_c4 {
    width: 25%;
    padding: 0 15px; }
    @media (max-width: 768px) {
      .TFL_row .TFL_c4 {
        width: 100%; } }
  .TFL_row .TFL_c5 {
    width: 20%;
    padding: 0 15px; }
    @media (max-width: 768px) {
      .TFL_row .TFL_c5 {
        width: 100%; } }
  .TFL_row .TFL_c6 {
    width: 16.66%;
    padding: 0 15px; }
    @media (max-width: 768px) {
      .TFL_row .TFL_c6 {
        width: 100%; } }

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

.TFL_flex-align_center {
  align-items: center; }

.TFL_flex-justify_center {
  justify-content: center; }

.TFL_img-bg-wrap {
  position: relative; }

.TFL_img-bg {
  z-index: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: auto; }

.TFL_img-bg-special {
  z-index: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%; }

.TFL_img-bg-right {
  right: 0px !important;
  left: inherit !important; }

.TFL_img-bg-h-auto {
  height: auto !important; }

.TFL_img-bg-body {
  z-index: 1;
  position: relative; }

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

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

/* Top ---------------------------------- */
.TFL_top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #010d16;
  padding: 1rem; }
  @media (max-width: 610px) {
    .TFL_top {
      flex-direction: column;
      justify-content: center; } }

.TFL_top-logos {
  display: flex !important;
  flex-direction: row !important;
  align-items: center; }
  @media (max-width: 610px) {
    .TFL_top-logos {
      justify-content: center; } }

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

.TFL_series {
  height: 17px;
  margin-left: 2rem; }
  @media (max-width: 610px) {
    .TFL_series {
      height: 17px; } }

/* END : Top ---------------------------- */
/* Hero --------------------------------- */
.TFL_hero {
  position: relative;
  width: 100%;
  max-width: 1120px;
  height: auto;
  margin: 0px auto 0 !important;
  background-color: #010d16 !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 {
  display: block;
  width: 100%;
  height: auto; }

/* END : Hero --------------------------- */
/* Headings --------------------------------- */
.TFL_heading-h2 {
  font-family: 'WMFRotis', sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 43px;
  text-align: center;
  color: #ffffff;
  margin: 0rem 0rem 2rem 0rem; }
  @media (max-width: 768px) {
    .TFL_heading-h2 {
      font-size: 20px;
      line-height: 28px; } }

/* END : Headings --------------------------- */
/* benefits ---------------------------------- */
.TFL_benefits {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #010d16;
  padding: 2rem;
  margin: 0rem 0rem 0rem 0rem; }
  @media (max-width: 768px) {
    .TFL_benefits .TFL_row .TFL_c4 {
      width: 50% !important; } }

.TFL_benefits-bg {
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media (max-width: 610px) {
    .TFL_benefits-bg {
      top: 0%;
      transform: translate(-50%, 0%); } }

.TFL_benefits-item {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 150px;
  border-right: 1px solid #252d34 !important;
  margin-bottom: 2rem; }
  .TFL_benefits-item:nth-of-type(4) {
    border-right: none !important; }
  @media (max-width: 610px) {
    .TFL_benefits-item {
      border-right: none !important; } }

.TFL_benefits-item-image-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60px; }

.TFL_benefits-item-image {
  display: inline-flex; }

.TFL_benefits-item-title {
  font-size: 16px;
  line-height: normal;
  text-align: center;
  color: white; }

/* end : benefits ---------------------------- */
/* coffies ----------------------------------- */
.TFL_coffies {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #2d1c0d;
  padding: 2rem;
  margin: 0rem 0rem 0rem 0rem; }
  @media (max-width: 768px) {
    .TFL_coffies .TFL_row {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row; }
      .TFL_coffies .TFL_row .TFL_c4 {
        width: 50% !important; } }

.TFL_coffies-item {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem; }
  @media (max-width: 768px) {
    .TFL_coffies-item {
      margin-bottom: 0rem; } }

.TFL_coffies-item-image-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 180px; }
  @media (max-width: 768px) {
    .TFL_coffies-item-image-wrapper {
      max-height: 100px; } }

.TFL_coffies-item-image {
  display: inline-flex; }
  @media (max-width: 768px) {
    .TFL_coffies-item-image {
      max-width: 80px;
      max-height: 100px; } }

.TFL_coffies-item-title {
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  text-align: center;
  color: #ffe8ca; }
  @media (max-width: 768px) {
    .TFL_coffies-item-title {
      font-size: 12px;
      height: 100px; } }

.TFL_coffies-item-strong {
  font-size: 18px; }
  @media (max-width: 768px) {
    .TFL_coffies-item-strong {
      font-size: 14px; } }

.TFL_coffies-item-r15px {
  position: relative;
  right: -15px; }
  @media (max-width: 768px) {
    .TFL_coffies-item-r15px {
      right: -10px; } }

.TFL_coffies-item-r10px {
  position: relative;
  right: -10px; }
  @media (max-width: 768px) {
    .TFL_coffies-item-r10px {
      right: -5px; } }

/* end : coffies ----------------------------- */
/* coffies-description ----------------------- */
.TFL_coffies-description {
  position: relative;
  padding: 2rem;
  background-color: #010d16; }
  .TFL_coffies-description .TFL_c3, .TFL_coffies-description .TFL_c4, .TFL_coffies-description .TFL_c5, .TFL_coffies-description .TFL_c6 {
    cursor: pointer;
    padding: 0rem; }

.TFL_coffies-description__grid {
  background-color: #131e26;
  padding: 1rem;
  border-radius: 0px; }
  .TFL_coffies-description__grid:first-of-type {
    border-radius: 60px 60px 0 0; }
  .TFL_coffies-description__grid:last-of-type {
    border-radius: 0 0 60px 60px; }
  @media (max-width: 610px) {
    .TFL_coffies-description__grid {
      border-radius: 0px; }
      .TFL_coffies-description__grid:first-of-type {
        border-radius: 30px 30px 0 0; }
      .TFL_coffies-description__grid:last-of-type {
        border-radius: 0 0 30px 30px; } }
  .TFL_coffies-description__grid .TFL_row {
    position: relative;
    padding: 1rem;
    margin: 0rem; }

.TFL_coffies-description__item {
  z-index: 1;
  position: relative;
  height: 300px;
  margin-bottom: 2rem; }
  @media (max-width: 610px) {
    .TFL_coffies-description__item {
      height: auto;
      margin-bottom: 2rem; } }

.TFL_coffies-description__wrapper {
  position: relative;
  height: 100%; }
  @media (max-width: 610px) {
    .TFL_coffies-description__wrapper {
      display: flex;
      flex-direction: column-reverse;
      height: auto; } }

.TFL_coffies-description__overlay {
  position: absolute;
  left: 0px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f38121;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  padding: 1.5rem;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  visibility: none;
  opacity: 0;
  transition: opacity .5s; }
  .TFL_coffies-description__overlay:hover {
    visibility: visible;
    opacity: 1; }
  @media (max-width: 610px) {
    .TFL_coffies-description__overlay {
      position: relative;
      visibility: visible;
      opacity: 1;
      height: auto;
      font-size: 1rem;
      line-height: 1.2rem;
      border-radius: 15px;
      padding: 1rem;
      margin-bottom: 1rem; } }

.TFL_coffies-description__image-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 200px;
  width: 100%;
  margin-bottom: 1rem; }
  @media (max-width: 610px) {
    .TFL_coffies-description__image-wrapper {
      height: 200px;
      align-items: center; } }

.TFL_coffies-description__image {
  max-width: 100% !important;
  height: auto; }

.TFL_coffies-description__name {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  width: 100%;
  color: #ffffff; }
  @media (max-width: 610px) {
    .TFL_coffies-description__name {
      font-size: 26px;
      font-weight: 400; } }

.TFL_coffies-item-r15px {
  position: relative;
  right: -15px; }
  @media (max-width: 768px) {
    .TFL_coffies-item-r15px {
      right: -10px; } }

.TFL_coffies-item-l10px {
  position: relative;
  right: -10px; }
  @media (max-width: 768px) {
    .TFL_coffies-item-l10px {
      right: -5px; } }

/* end : coffies-description ----------------- */
/* info-tiles -------------------------------- */
.TFL_info,
.TFL_info-tiles-item {
  position: relative;
  background-color: #010d16; }

.TFL_info-tiles-image {
  width: 100%;
  height: auto; }

.TFL_info-tiles-heading {
  font-size: 33px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  color: white;
  padding: 15px 30px;
  margin: 0; }
  @media (max-width: 610px) {
    .TFL_info-tiles-heading {
      font-size: 22px; } }

.TFL_heading-glow {
  text-shadow: 0 0 16px rgba(242, 130, 29, 0.5);
  color: #ff9633; }

.TFL_info-tiles-description {
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  color: white;
  padding: 15px 30px 30px 30px;
  margin: 0; }
  @media (max-width: 610px) {
    .TFL_info-tiles-description {
      font-size: 14px;
      line-height: 18px; } }

.TFL_description-center {
  text-align: center; }

.TFL_description-float {
  position: absolute;
  left: 0px;
  width: 450px; }
  @media (max-width: 610px) {
    .TFL_description-float {
      position: relative;
      width: 100%; } }

.TFL_description-info-1 {
  top: 180px; }
  @media (max-width: 610px) {
    .TFL_description-info-1 {
      top: 0px; } }

.TFL_description-info-3 {
  top: 220px; }
  @media (max-width: 610px) {
    .TFL_description-info-3 {
      top: auto; } }

/* end : info-tiles -------------------------- */
/* info-basic -------------------------------- */
.TFL_info-basic {
  display: flex;
  flex-direction: column;
  background-color: #010d16; }

.TFL_info-basic__item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: .5rem 0rem; }
  .TFL_info-basic__item:nth-of-type(even) {
    flex-direction: row-reverse; }
  @media (max-width: 768px) {
    .TFL_info-basic__item {
      flex-direction: column-reverse; }
      .TFL_info-basic__item:nth-of-type(even) {
        flex-direction: column-reverse; } }

.TFL_info-basic__col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 1.5rem;
  flex-grow: 2; }
  @media (max-width: 768px) {
    .TFL_info-basic__col {
      width: 100%;
      padding: 1rem; } }

.TFL_info-basic__heading {
  font-size: 26px;
  line-height: normal;
  color: white;
  margin: 0rem 0rem 1rem; }
  @media (max-width: 768px) {
    .TFL_info-basic__heading {
      font-size: 24px; } }

.TFL_info-basic__description {
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  color: white;
  margin: 0rem; }
  @media (max-width: 768px) {
    .TFL_info-basic__description {
      font-size: 16px; } }

.TFL_info-basic__image {
  width: 100%;
  height: auto; }

/* end : info-basic -------------------------- */
/* Zoom --------------------------------- */
.TFL_zoom {
  background-color: #010d16;
  padding: 1rem 0rem; }

.TFL_zoom-img {
  width: 100%;
  height: auto;
  margin-bottom: 2rem; }

/* END : Zoom --------------------------- */
/* accessories --------------------- */
.TFL_accessories {
  background-color: #010d16;
  padding: 1rem; }

.TFL_accessories-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem; }
  @media (max-width: 610px) {
    .TFL_accessories-item {
      margin-bottom: 2rem; } }

.TFL_accessories-item-img {
  width: 100%;
  height: auto; }
  @media (max-width: 610px) {
    .TFL_accessories-item-img {
      max-width: 120px; } }

.TFL_accessories-item-title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: white;
  text-align: center; }

.TFL_accessories-item-strong {
  font-weight: 700; }

/* end : accessories --------------- */
/* Table --------------------------------- */
.TFL_table-section {
  position: relative;
  padding: 4rem 0rem 0rem 0rem;
  background-color: #010d16; }

.TFL_table-background {
  z-index: 0;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%); }

.TFL_table__product {
  padding: 0 15px;
  margin-bottom: -30px; }

.TFL_table__model {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 120px;
  padding: 1rem;
  border-radius: 10px;
  background-color: #1b262e;
  width: 200px !important; }

.TFL_table__wrapper {
  overflow-x: scroll; }

.TFL_table {
  z-index: 1;
  border-spacing: 0px !important;
  border-collapse: separate !important;
  width: 100%;
  font-size: 16px;
  margin: 0rem 4rem 4rem 4rem; }
  @media (max-width: 768px) {
    .TFL_table {
      font-size: 14px !important; } }
  .TFL_table thead tr th {
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    color: white;
    text-align: center;
    padding: 1rem; }
    .TFL_table thead tr th:first-of-type {
      background-color: transparent !important; }
  .TFL_table tbody tr {
    border-radius: 5px;
    width: 100%; }
    .TFL_table tbody tr th {
      font-weight: 400;
      text-align: left !important;
      vertical-align: middle;
      color: white;
      padding: 1rem;
      min-width: 320px !important;
      border-radius: 10px 0rem 0rem 10px; }
    .TFL_table tbody tr td {
      text-align: center;
      vertical-align: middle;
      color: white;
      padding: 1rem; }
      .TFL_table tbody tr td:last-of-type {
        border-radius: 0px 10px 10px 0px; }
    .TFL_table tbody tr:last-of-type th, .TFL_table tbody tr:last-of-type td {
      border-bottom: none !important; }
    .TFL_table tbody tr:nth-of-type(even) {
      background-color: #1b262e; }
    .TFL_table tbody tr:nth-of-type(4) td {
      vertical-align: top; }

/* END : Table --------------------------- */
/* Faq --------------------------------- */
.TFL_faq {
  padding: 4rem 4rem;
  font-size: 16px;
  background-color: #010d16;
  list-style-type: none;
  counter-reset: faq-counter 0; }
  @media (max-width: 768px) {
    .TFL_faq {
      font-size: 16px;
      padding: 1.5rem 1.25rem; } }

.TFL_sup {
  font-size: 10px; }

.TFL_faq-item {
  font-weight: 700;
  margin-bottom: 1rem;
  color: white;
  overflow: hidden; }
  .TFL_faq-item .TFL_faq-input {
    display: none; }
  .TFL_faq-item .TFL_faq-input + .TFL_faq-question + .TFL_faq-answer {
    display: none; }
  .TFL_faq-item .TFL_faq-input:checked + .TFL_faq-question + .TFL_faq-answer {
    display: block; }
  .TFL_faq-item .TFL_faq-input:checked + .TFL_faq-question:before {
    transform: rotate(-90deg); }
  .TFL_faq-item .TFL_faq-input:checked + .TFL_faq-question {
    color: #f58120; }
  .TFL_faq-item:last-of-type {
    margin-bottom: 0rem; }

.TFL_faq-question {
  position: relative;
  cursor: pointer;
  display: block;
  width: 100%;
  transition: ease .5s;
  counter-increment: faq-counter 1;
  font-size: 16px;
  color: white;
  margin-bottom: 0rem !important;
  /*  &::before{
            content: counter(faq-counter) ". ";
        } */ }
  .TFL_faq-question::before {
    display: inline-block;
    position: relative;
    top: -2px;
    right: 0px;
    content: '\25BC';
    font-size: 16px;
    color: #f58120;
    transition: transform .2s ease-in-out; }
  @media (max-width: 768px) {
    .TFL_faq-question {
      font-size: 16px;
      padding: .25rem; } }

.TFL_faq-answer {
  font-weight: 400;
  line-height: normal;
  padding: 0em 1.5rem .5rem 1.5rem; }
  @media (max-width: 768px) {
    .TFL_faq-answer {
      padding: .5rem; } }

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

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

/* inbox --------------------------------- */
.TFL_inbox {
  background-color: #010d16;
  padding: 0rem; }

.TFL_inbox-wrapper {
  padding: 0rem 2rem 2rem 2rem; }

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

/* END : inbox --------------------------- */
.TFL_video {
  width: 100% !important;
  height: auto !important;
  position: relative;
  z-index: 1; }
  @media (max-width: 920px) {
    .TFL_video {
      height: auto;
      width: 100%; } }

.TFL_euro {
  max-width: 920px !important; 
}
  .TFL_euro .TFL_info-tiles-heading {
    font-size: 33px !important;
    color: white !important;
    padding: 15px 30px !important; }
    @media (max-width: 610px) {
      .TFL_euro .TFL_info-tiles-heading {
        font-size: 22px !important; } }
  .TFL_euro .TFL_heading-glow {
    color: #ff9633 !important; }
  .TFL_euro .TFL_heading-h2 {
    font-family: 'WMFRotis', sans-serif !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    color: white !important; }
    @media (max-width: 610px) {
      .TFL_euro .TFL_heading-h2 {
        font-size: 20px !important; } }
  .TFL_euro .TFL_info-basic__heading {
    font-size: 26px !important;
    color: white !important;
    margin: 0rem 0rem 1rem !important; }
    @media (max-width: 610px) {
      .TFL_euro .TFL_info-basic__heading {
        font-size: 24px !important; } }
  .TFL_euro .TFL_accessories-item-img {
    margin-bottom: .5rem !important; }
  .TFL_euro .TFL_coffies-description__name {
    font-size: 16px !important;
    color: white !important; }
    @media (max-width: 610px) {
      .TFL_euro .TFL_coffies-description__name {
        font-size: 26px !important; } }
  .TFL_euro .TFL_table__model {
    text-align: center !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_table img {
      width: auto !important;
      height: auto !important; }
    .TFL_euro .TFL_table thead tr th {
      text-align: center !important; }

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

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

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

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