@charset "UTF-8";
section.falken-section .fl-row-content-wrap:not(.lazy-bg-loaded),
section.falken-section .fl-col-content:not(.lazy-bg-loaded) {
  background-image: none;
}

.tablepress-table-description {
  clear: both;
  display: block;
}

.tablepress {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 1em;
  border: none;
}

.tablepress td, .tablepress th {
  padding: 8px;
  border: none;
  background: 0 0;
  text-align: left;
  float: none !important;
}

.tablepress tbody td {
  vertical-align: top;
}

.tablepress tbody td, .tablepress tfoot th {
  border-top: 1px solid #ddd;
}

.tablepress tbody tr:first-child td {
  border-top: 0;
}

.tablepress thead th {
  border-bottom: 1px solid #ddd;
}

.tablepress tfoot th, .tablepress thead th {
  background-color: #d9edf7;
  font-weight: 700;
  vertical-align: middle;
}

.tablepress .odd td {
  background-color: #f9f9f9;
}

.tablepress .even td {
  background-color: #fff;
}

.tablepress .row-hover tr:hover td {
  background-color: #f3f3f3;
}

.tablepress img {
  margin: 0;
  padding: 0;
  border: none;
  max-width: none;
}

@font-face {
  font-family: "icomoon";
  src: url("/themes/scs-falken/assets/font/icomoon/icomoon.eot?sl0bkl");
  src: url("/themes/scs-falken/assets/font/icomoon/icomoon.eot?sl0bkl#iefix") format("embedded-opentype"), url("/themes/scs-falken/assets/font/icomoon/icomoon.ttf?sl0bkl") format("truetype"), url("/themes/scs-falken/assets/font/icomoon/icomoon.woff?sl0bkl") format("woff"), url("/themes/scs-falken/assets/font/icomoon/icomoon.svg?sl0bkl#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=ico-], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: "proxima-nova", sans-serif;
  overflow-x: hidden;
}

@media only screen and (max-width: 1025px) {
  html, body {
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }
}
* {
  box-sizing: border-box;
}

.btn {
  text-transform: uppercase;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  padding: 16px 10px;
  border: none;
  border-radius: 0;
  font-size: 18px !important;
  min-width: 240px;
}
.btn:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-link {
  text-decoration: none !important;
}
.btn-link:hover, .btn-link:active, .btn-link:focus {
  text-decoration: none !important;
}

.btn-default {
  color: #FFFFFF;
  border: 2px #FFFFFF solid;
  position: relative;
  z-index: 0;
}
html:not(.fl-builder-edit):not(.mobile) .btn-default:before {
  position: absolute;
  content: "";
  background: #FFFFFF;
  -webkit-transition: transform ease 0.1s;
  -moz-transition: transform ease 0.1s;
  -o-transition: transform ease 0.1s;
  transition: transform ease 0.1s;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  -webkit-transform-origin: right;
  transform-origin: right;
  z-index: -1;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
}
html:not(.fl-builder-edit):not(.mobile) .btn-default:hover {
  color: #1F1F1F !important;
  -webkit-transition: color 0.3s ease 0s background 0s ease 0s;
  -moz-transition: color 0.3s ease 0s background 0s ease 0s;
  -o-transition: color 0.3s ease 0s background 0s ease 0s;
  transition: color 0.3s ease 0s background 0s ease 0s;
}
html:not(.fl-builder-edit):not(.mobile) .btn-default:hover:before {
  -webkit-transition: transform ease 0.3s;
  -moz-transition: transform ease 0.3s;
  -o-transition: transform ease 0.3s;
  transition: transform ease 0.3s;
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.btn-primary {
  color: #FFFFFF !important;
  background: #DB1A20;
  border: 2px #DB1A20 solid;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
html:not(.fl-builder-edit):not(.mobile) .btn-primary:not(input):before {
  position: absolute;
  content: "";
  background: #DB1A20;
  -webkit-transition: width ease 0.3s;
  -moz-transition: width ease 0.3s;
  -o-transition: width ease 0.3s;
  transition: width ease 0.3s;
  z-index: -1;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
html:not(.fl-builder-edit):not(.mobile) .btn-primary:not(input):hover {
  background: transparent;
  color: #FFFFFF !important;
  -webkit-transition: color 0.3s ease 0s background 0s ease 0s;
  -moz-transition: color 0.3s ease 0s background 0s ease 0s;
  -o-transition: color 0.3s ease 0s background 0s ease 0s;
  transition: color 0.3s ease 0s background 0s ease 0s;
}
html:not(.fl-builder-edit):not(.mobile) .btn-primary:not(input):hover:before {
  width: 0;
  height: 100%;
  opacity: 1;
}

.input-btn-primary-wrap {
  position: relative;
  display: inline;
}
@media only screen and (min-width: 1026px) {
  .input-btn-primary-wrap:not(input):before {
    position: absolute;
    content: "";
    background: #DB1A20;
    -webkit-transition: width ease 0.3s;
    -moz-transition: width ease 0.3s;
    -o-transition: width ease 0.3s;
    transition: width ease 0.3s;
    z-index: -1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  .input-btn-primary-wrap:not(input):hover {
    background: transparent;
    color: #FFFFFF !important;
    -webkit-transition: color 0.3s ease 0s background 0s ease 0s;
    -moz-transition: color 0.3s ease 0s background 0s ease 0s;
    -o-transition: color 0.3s ease 0s background 0s ease 0s;
    transition: color 0.3s ease 0s background 0s ease 0s;
  }
  .input-btn-primary-wrap:not(input):hover:before {
    width: 0;
    height: 100%;
    opacity: 1;
  }
}

.btn-social-link {
  min-width: 0;
  padding: 0;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFFFFF;
}
.btn-social-link.btn-social-facebook span:before {
  content: "\e909";
}
.btn-social-link.btn-social-twitter span:before {
  content: "\e90b";
}
.btn-social-link.btn-social-instagram span:before {
  content: "\e90a";
}
.btn-social-link.btn-social-youtube span:before {
  content: "\e90c";
}
.btn-social-link:hover {
  color: #FFFFFF;
}
@media only screen and (min-width: 1026px) {
  .btn-social-link:hover {
    color: #DB1A20 !important;
  }
}

*:focus,
input:focus,
button:focus {
  outline: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 172px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), black);
  background-size: 100%;
}
@media only screen and (max-width: 1025px) {
  header:before {
    height: 96px;
  }
}
header a, header a:hover, header a:active, header a:focus {
  color: white;
}
header .top-nav {
  position: relative;
  z-index: 110;
  height: 85px;
  margin-top: 25px;
}
header .top-nav:after {
  content: "";
  clear: both;
  display: table;
}
@media only screen and (max-width: 1500px) {
  header .top-nav {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1200px) {
  header .top-nav {
    height: 70px;
  }
}
header .top-nav .btn-menu-collapse {
  display: none;
}
@media only screen and (max-width: 1200px) {
  header .top-nav .btn-menu-collapse {
    display: block;
    cursor: pointer;
    width: 24px;
    float: left;
    margin: 24px 0 0 22px;
  }
  header .top-nav .btn-menu-collapse span {
    display: block;
    width: 100%;
    height: 2px;
    background: #FFFFFF;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
  }
  header .top-nav .btn-menu-collapse span:not(:last-child) {
    margin: 0 0 8px;
  }
  html.sidenav-open header .top-nav .btn-menu-collapse span:nth-child(1) {
    width: 28.5px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  html.sidenav-open header .top-nav .btn-menu-collapse span:nth-child(2) {
    opacity: 0;
  }
  html.sidenav-open header .top-nav .btn-menu-collapse span:nth-child(3) {
    width: 28.5px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
header .top-nav .logo {
  display: block;
  float: left;
  height: 40px;
  margin: 22px 45px 0;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  header .top-nav .logo {
    margin-left: 20px;
  }
}
header .top-nav .logo img {
  position: absolute;
}
header .top-nav .logo .falken-logo-dark {
  opacity: 0;
}
header .top-nav .logo .falken-logo-light {
  opacity: 1;
}
@media only screen and (max-width: 1025px) {
  header .top-nav .logo {
    height: 20px;
    margin: 26px 20px 0;
  }
  header .top-nav .logo img {
    height: 100%;
  }
}
header .top-nav ul {
  display: block;
  float: right;
  margin: 0 10px 0 0;
  padding: 0;
}
header .top-nav ul:after {
  content: "";
  clear: both;
  display: table;
}
header .top-nav ul li {
  list-style: none;
  float: left;
}
header .top-nav ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  font-size: 15px;
  padding: 10px 10px;
  margin: 21px 15px 0;
}
@media only screen and (max-width: 1500px) {
  header .top-nav ul li a {
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen and (max-width: 1300px) {
  header .top-nav ul li a {
    margin-left: 0;
    margin-right: 0;
  }
}
header .top-nav ul li.social-links {
  display: none;
}
@media only screen and (max-width: 1200px) {
  header .top-nav ul.menu-collapse {
    position: fixed;
    top: 70px;
    left: -100%;
    min-width: 70vw;
    height: 100%;
    background: #000000;
    -webkit-transition: left 0.2s ease;
    -moz-transition: left 0.2s ease;
    -o-transition: left 0.2s ease;
    transition: left 0.2s ease;
  }
  header .top-nav ul.menu-collapse li {
    display: block;
    float: none;
  }
  header .top-nav ul.menu-collapse li a {
    color: #FFFFFF;
    margin: 0 30px;
    padding: 19px 0;
    border-bottom: #ebebeb 1px solid;
  }
  header .top-nav ul.menu-collapse li.social-links {
    display: block;
    padding-left: 25px;
  }
  header .top-nav ul.menu-collapse li.social-links .btn-social-link {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    border: none;
    margin: 10px 15px;
    font-size: 20px;
  }
  html.sidenav-open header .top-nav ul.menu-collapse {
    display: block;
    left: 0;
  }
}
@media only screen and (max-width: 360px) {
  header .top-nav ul.menu-collapse li a {
    padding: 15px 0;
  }
}
@media only screen and (min-width: 1201px) {
  header .top-nav ul.menu-collapse li a {
    position: relative;
  }
  header .top-nav ul.menu-collapse li a:after {
    content: "";
    position: absolute;
    left: 10px;
    bottom: 4px;
    width: calc(100% - 20px);
    height: 2px;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
  }
  header .top-nav ul.menu-collapse li a:hover:after {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background: #DB1A20;
  }
}
@media only screen and (max-width: 1025px) {
  header .top-nav ul.menu-shop {
    margin: 0;
  }
}
header .top-nav ul.menu-shop li .btn {
  color: #FFFFFF !important;
  background: #DB1A20;
  border: 2px #DB1A20 solid;
  position: relative;
  z-index: 0;
  overflow: hidden;
  font-style: normal;
  font-size: 15px !important;
  min-width: 160px;
  margin-right: 50px;
}
html:not(.fl-builder-edit):not(.mobile) header .top-nav ul.menu-shop li .btn:not(input):before {
  position: absolute;
  content: "";
  background: #DB1A20;
  -webkit-transition: width ease 0.3s;
  -moz-transition: width ease 0.3s;
  -o-transition: width ease 0.3s;
  transition: width ease 0.3s;
  z-index: -1;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
html:not(.fl-builder-edit):not(.mobile) header .top-nav ul.menu-shop li .btn:not(input):hover {
  background: transparent;
  color: #FFFFFF !important;
  -webkit-transition: color 0.3s ease 0s background 0s ease 0s;
  -moz-transition: color 0.3s ease 0s background 0s ease 0s;
  -o-transition: color 0.3s ease 0s background 0s ease 0s;
  transition: color 0.3s ease 0s background 0s ease 0s;
}
html:not(.fl-builder-edit):not(.mobile) header .top-nav ul.menu-shop li .btn:not(input):hover:before {
  width: 0;
  height: 100%;
  opacity: 1;
}
@media only screen and (max-width: 1500px) {
  header .top-nav ul.menu-shop li .btn {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  header .top-nav ul.menu-shop li .btn {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1025px) {
  header .top-nav ul.menu-shop li .btn {
    font-size: 12px !important;
    min-width: 130px;
    margin: 18px 21px 0;
  }
}
header.scrolled, html.sidenav-open header {
  background-color: #1F1F1F;
}
header.scrolled:before, html.sidenav-open header:before {
  content: none;
}
header.scrolled .top-nav, html.sidenav-open header .top-nav {
  -webkit-box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.4);
  margin-top: 0;
}
header.scrolled .top-nav .btn-menu-collapse span, html.sidenav-open header .top-nav .btn-menu-collapse span {
  background: #FFFFFF;
}
html:not(.sidenav-open) header.scrolled .top-nav ul li a {
  color: #FFFFFF;
}
html:not(.sidenav-open) header.scrolled .top-nav ul.menu-shop li .btn:not(input):hover {
  color: #000000 !important;
}
html:not(.sidenav-open) header:not(.scrolled) .top-nav ul.menu-shop li .btn:not(input):hover {
  color: #FFFFFF !important;
}
html.sidenav-open header:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 70px;
  left: 0;
  background: black;
  z-index: -1;
}
header .top-nav {
  -webkit-transition: margin-top 0.1s linear;
  -moz-transition: margin-top 0.1s linear;
  -o-transition: margin-top 0.1s linear;
  transition: margin-top 0.1s linear;
}
header .top-nav ul li a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
header .top-nav .falken-logo {
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.animation-overlay {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear;
}

.animation-heat .animation-overlay canvas, .animation-snow .animation-overlay canvas, .animation-sun .animation-overlay canvas, .animation-mud .animation-overlay canvas,
.animation-rain .animation-overlay canvas, .animation-dust .animation-overlay canvas, .animation-heat-and-sun .animation-overlay canvas {
  position: absolute;
  opacity: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.animation-heat .animation-overlay.heat canvas, .animation-snow .animation-overlay.heat canvas, .animation-sun .animation-overlay.heat canvas, .animation-mud .animation-overlay.heat canvas,
.animation-rain .animation-overlay.heat canvas, .animation-dust .animation-overlay.heat canvas, .animation-heat-and-sun .animation-overlay.heat canvas {
  opacity: 0;
}

.animation-rain .animation-overlay .raindrops, .animation-rain .animation-overlay .borders, .animation-rain .animation-overlay .drops {
  position: absolute;
}
.animation-rain .animation-overlay .drops {
  filter: brightness(1.2);
}
.animation-rain .animation-overlay .raindrop {
  background-repeat: no-repeat;
  background-size: 5vw 5vh;
  background-position: 50%;
}
.animation-rain .animation-overlay .border {
  margin-left: 2px;
  margin-top: 1px;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5);
}
.animation-rain .animation-overlay .raindrop, .animation-rain .animation-overlay .border {
  position: absolute;
  border-radius: 100%;
  -webkit-animation: droppletAnimation 1s ease-in;
  -moz-animation: droppletAnimation 1s ease-in;
  animation: droppletAnimation 1s ease-in;
  animation-fill-mode: forwards;
}
@-moz-keyframes droppletAnimation {
  100% {
    -moz-transform: translate(2px, 25px) rotate(0deg) scaleY(1.55) scaleX(0.55);
    -ms-transform: translate(2px, 25px) rotate(0deg) scaleY(1.55) scaleX(0.55);
    -o-transform: translate(2px, 25px) rotate(0deg) scaleY(1.55) scaleX(0.55);
    -webkit-transform: translate(2px, 25px) rotate(0deg) scaleY(1.55) scaleX(0.55);
    transform: translate(2px, 25px) rotate(0deg) scaleY(1.55) scaleX(0.55);
    opacity: 0;
  }
}
@-webkit-keyframes droppletAnimation {
  100% {
    -moz-transform: translate(2px, 25px) rotate(0deg) scaleY(1.55) scaleX(0.55);
    -ms-transform: translate(2px, 25px) rotate(0deg) scaleY(1.55) scaleX(0.55);
    -o-transform: translate(2px, 25px) rotate(0deg) scaleY(1.55) scaleX(0.55);
    -webkit-transform: translate(2px, 25px) rotate(0deg) scaleY(1.55) scaleX(0.55);
    transform: translate(2px, 25px) rotate(0deg) scaleY(1.55) scaleX(0.55);
    opacity: 0;
  }
}
@keyframes droppletAnimation {
  100% {
    -moz-transform: translate(2px, 25px) rotate(0deg) scaleY(1.55) scaleX(0.55);
    -ms-transform: translate(2px, 25px) rotate(0deg) scaleY(1.55) scaleX(0.55);
    -o-transform: translate(2px, 25px) rotate(0deg) scaleY(1.55) scaleX(0.55);
    -webkit-transform: translate(2px, 25px) rotate(0deg) scaleY(1.55) scaleX(0.55);
    transform: translate(2px, 25px) rotate(0deg) scaleY(1.55) scaleX(0.55);
    opacity: 0;
  }
}

.animation-mud .animation-overlay .drops, .animation-mud .animation-overlay .muds {
  position: absolute;
}
.animation-mud .animation-overlay .mud {
  position: absolute;
  background-repeat: no-repeat;
  opacity: 0;
}
.animation-mud .animation-overlay .mud-animation {
  left: 0;
  top: 0;
}
.animation-mud .animation-overlay .mudImage1 {
  -webkit-animation: muddyAnimation1 10s ease-in 1s infinite forwards;
  -moz-animation: muddyAnimation1 10s ease-in 1s infinite forwards;
  animation: muddyAnimation1 10s ease-in 1s infinite forwards;
  background-image: url("/themes/scs-falken/assets/img/mud1.png");
}
.animation-mud .animation-overlay .mudImage2 {
  -webkit-animation: muddyAnimation2 10s ease-in 1s infinite forwards;
  -moz-animation: muddyAnimation2 10s ease-in 1s infinite forwards;
  animation: muddyAnimation2 10s ease-in 1s infinite forwards;
  background-image: url("/themes/scs-falken/assets/img/mud2.png");
}
.animation-mud .animation-overlay .mudImage3 {
  -webkit-animation: muddyAnimation3 10s ease-in 1s infinite forwards;
  -moz-animation: muddyAnimation3 10s ease-in 1s infinite forwards;
  animation: muddyAnimation3 10s ease-in 1s infinite forwards;
  background-image: url("/themes/scs-falken/assets/img/mud3.png");
}
.animation-mud .animation-overlay .mudImage4 {
  -webkit-animation: muddyAnimation4 10s ease-in 1s infinite forwards;
  -moz-animation: muddyAnimation4 10s ease-in 1s infinite forwards;
  animation: muddyAnimation4 10s ease-in 1s infinite forwards;
  background-image: url("/themes/scs-falken/assets/img/mud4.png");
}
@-moz-keyframes muddyAnimation1 {
  0% {
    opacity: 0;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  11% {
    opacity: 0;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  12% {
    opacity: 0.8;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  100% {
    opacity: 0;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
}
@-webkit-keyframes muddyAnimation1 {
  0% {
    opacity: 0;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  11% {
    opacity: 0;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  12% {
    opacity: 0.8;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  100% {
    opacity: 0;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes muddyAnimation1 {
  0% {
    opacity: 0;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  11% {
    opacity: 0;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  12% {
    opacity: 0.8;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  100% {
    opacity: 0;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
}
@-moz-keyframes muddyAnimation2 {
  0% {
    opacity: 0;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  12% {
    opacity: 0;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  15% {
    opacity: 0.8;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  100% {
    opacity: 0;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
}
@-webkit-keyframes muddyAnimation2 {
  0% {
    opacity: 0;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  12% {
    opacity: 0;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  15% {
    opacity: 0.8;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  100% {
    opacity: 0;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes muddyAnimation2 {
  0% {
    opacity: 0;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  12% {
    opacity: 0;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  15% {
    opacity: 0.8;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  100% {
    opacity: 0;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
}
@-moz-keyframes muddyAnimation3 {
  0% {
    opacity: 0;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  18% {
    opacity: 0;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  20% {
    opacity: 0.8;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  100% {
    opacity: 0;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
}
@-webkit-keyframes muddyAnimation3 {
  0% {
    opacity: 0;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  18% {
    opacity: 0;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  20% {
    opacity: 0.8;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  100% {
    opacity: 0;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes muddyAnimation3 {
  0% {
    opacity: 0;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  18% {
    opacity: 0;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  20% {
    opacity: 0.8;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  100% {
    opacity: 0;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
}
@-moz-keyframes muddyAnimation4 {
  0% {
    opacity: 0;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  22% {
    opacity: 0;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  25% {
    opacity: 0.8;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  100% {
    opacity: 0;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
}
@-webkit-keyframes muddyAnimation4 {
  0% {
    opacity: 0;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  22% {
    opacity: 0;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  25% {
    opacity: 0.8;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  100% {
    opacity: 0;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes muddyAnimation4 {
  0% {
    opacity: 0;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  22% {
    opacity: 0;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  25% {
    opacity: 0.8;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  100% {
    opacity: 0;
    -moz-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
}

[data-aos].underline:after {
  transition-property: transform;
  transform-origin: center;
  transition-timing-function: ease;
  transition-duration: 900ms;
  transition-delay: 500ms;
}
@media screen and (min-width: 768px) {
  [data-aos].underline:after {
    transform: scaleX(0);
  }
  [data-aos].underline.aos-animate:after {
    transform: scaleX(1);
  }
}
[data-aos].underline.line-left:after {
  transform-origin: left;
}
[data-aos].underline.line-right:after {
  transform-origin: right;
}

[data-aos] h2.underline {
  transition-property: transform;
  transform-origin: left;
  transition: transform 0.9s ease 0.5s;
  transform: scaleX(0);
}

[data-aos].aos-animate h2.underline {
  transform: scaleX(1);
}

html:not(.fl-builder-edit):not(.mobile) .section-performance-ratings [data-aos] span.progress-bar {
  transition-property: transform;
  transform-origin: left;
  transition: transform 0.9s ease 0.5s;
  transform: scaleX(0);
}
html:not(.fl-builder-edit):not(.mobile) .section-performance-ratings [data-aos].aos-animate span.progress-bar {
  transform: scaleX(1);
}

html:not(.fl-builder-edit):not(.mobile) .section-top-banner h1, html:not(.fl-builder-edit):not(.mobile) .section-top-banner h2, html:not(.fl-builder-edit):not(.mobile) .section-top-banner h3 {
  opacity: 0;
}
html:not(.fl-builder-edit):not(.mobile) .section-top-banner h3 {
  transform-origin: right;
  transition: transform 0.9s ease 0.9s;
  transform: scaleX(0);
}

html:not(.fl-builder-edit):not(.mobile) h3.underline {
  transform: scaleX(1);
  opacity: 1;
}

.fade-in-up {
  -webkit-animation: fade-in-up 2s both;
  -moz-animation: fade-in-up 2s both;
  animation: fade-in-up 2s both;
}
@-moz-keyframes fade-in-up {
  0% {
    -moz-transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    -o-transform: translate3d(0, 100px, 0);
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-up {
  0% {
    -moz-transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    -o-transform: translate3d(0, 100px, 0);
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    -moz-transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    -o-transform: translate3d(0, 100px, 0);
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

[data-aos=image-zoom-out] {
  transform: scale(3);
  transition-property: transform;
  transform-origin: center;
}
[data-aos=image-zoom-out].aos-animate {
  transform: scale(1);
}

html:not(.fl-builder-edit) .feature-point .feature-point-anchor span:nth-child(2) {
  -webkit-animation: ring-pulse 2s linear infinite;
  -moz-animation: ring-pulse 2s linear infinite;
  animation: ring-pulse 2s linear infinite;
}
@-moz-keyframes ring-pulse {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.1;
  }
}
@-webkit-keyframes ring-pulse {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.1;
  }
}
@keyframes ring-pulse {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.1;
  }
}

html:not(.fl-builder-edit):not(.mobile) .feature-point:hover .feature-point-anchor span:nth-child(3):after, html:not(.fl-builder-edit):not(.mobile) .feature-point.selected .feature-point-anchor span:nth-child(3):after {
  transform: scale(0.5);
}
html:not(.fl-builder-edit):not(.mobile) .feature-point:hover .feature-point-anchor span:nth-child(4), html:not(.fl-builder-edit):not(.mobile) .feature-point.selected .feature-point-anchor span:nth-child(4) {
  background: #DB1A20;
}
html:not(.fl-builder-edit):not(.mobile) .feature-point .feature-point-anchor span:nth-child(3) {
  background: transparent;
}
html:not(.fl-builder-edit):not(.mobile) .feature-point .feature-point-anchor span:nth-child(3):after {
  pointer-events: none;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  content: "";
  background: #FFFFFF;
  border-radius: 50%;
  transition: transform 0.9s ease;
  -webkit-box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.4);
}

.falken-section .fl-row-content-wrap,
.modal .fl-row-content-wrap {
  margin: 0;
  padding: 0;
}
.falken-section .fl-module-content,
.modal .fl-module-content {
  margin: 0;
}
.falken-section .fl-row-content,
.modal .fl-row-content {
  width: 100%;
  max-width: 1144px;
}
.falken-section .fl-module-content .fl-rich-text,
.falken-section .fl-module-content .fl-rich-text *,
.modal .fl-module-content .fl-rich-text,
.modal .fl-module-content .fl-rich-text * {
  font-family: "proxima-nova", sans-serif;
}

html.fl-builder-edit .modal,
body.single-post .modal {
  display: block;
  opacity: 1;
}

.modal .modal-dialog {
  width: calc(100% - 60px);
  max-width: 1144px;
  margin: calc(45vh - 265px) auto 0;
}
.modal .modal-dialog .modal-content {
  border: none;
  border-radius: 0;
  background: none;
}
.modal .modal-dialog .modal-content .modal-header {
  border: none;
  border-radius: 0;
  background: none;
  padding: 0;
}
.modal .modal-dialog .modal-content .modal-header .close {
  opacity: 1;
  position: relative;
  z-index: 1100;
  color: #FFFFFF;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: none;
  font-size: 22px;
  font-weight: normal;
  line-height: 1;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 0 26px auto;
}
.modal .modal-dialog .modal-content .modal-header .close:focus {
  outline: none;
}
.modal .modal-dialog .modal-content .modal-header .close:hover {
  opacity: 1;
  color: #DB1A20;
}
.modal .modal-dialog .modal-content .modal-header .close:before {
  content: "\e900";
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 0 40px;
  height: 530px;
}
.modal .modal-dialog .modal-content .modal-body > * {
  position: relative;
  z-index: 5;
}
.modal .modal-dialog .modal-content .modal-body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  /* fallback */
  background: linear-gradient(135deg, transparent 30px, #FFFFFF 0) top left, linear-gradient(315deg, transparent 30px, #FFFFFF 0) bottom right;
  background-size: 60% 100%;
  background-repeat: no-repeat;
  z-index: 4;
}
.modal .modal-dialog .modal-content .modal-body:after {
  content: "";
  position: absolute;
  bottom: 22.5px;
  left: 22.5px;
  width: calc(100% - 45px);
  height: calc(100% - 45px);
  -webkit-box-shadow: 0 0 60px 15px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 60px 15px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 60px 15px rgba(0, 0, 0, 0.4);
  z-index: 3;
}
.modal .modal-dialog .modal-content .modal-body h1 {
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 1;
  color: #000000;
  text-align: center;
  margin: 40px auto 90px;
  padding: 0 0 30px;
  position: relative;
}
.modal .modal-dialog .modal-content .modal-body h1:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  left: calc(50% - 30px);
  bottom: 0;
  background: #DB1A20;
}
.modal .modal-dialog .modal-content .modal-body .btn-modal {
  color: #000000 !important;
  background: #DB1A20;
  border: 2px #DB1A20 solid;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
html:not(.fl-builder-edit):not(.mobile) .modal .modal-dialog .modal-content .modal-body .btn-modal:not(input):before {
  position: absolute;
  content: "";
  background: #DB1A20;
  -webkit-transition: width ease 0.3s;
  -moz-transition: width ease 0.3s;
  -o-transition: width ease 0.3s;
  transition: width ease 0.3s;
  z-index: -1;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
html:not(.fl-builder-edit):not(.mobile) .modal .modal-dialog .modal-content .modal-body .btn-modal:not(input):hover {
  background: transparent;
  color: #1F1F1F !important;
  -webkit-transition: color 0.3s ease 0s background 0s ease 0s;
  -moz-transition: color 0.3s ease 0s background 0s ease 0s;
  -o-transition: color 0.3s ease 0s background 0s ease 0s;
  transition: color 0.3s ease 0s background 0s ease 0s;
}
html:not(.fl-builder-edit):not(.mobile) .modal .modal-dialog .modal-content .modal-body .btn-modal:not(input):hover:before {
  width: 0;
  height: 100%;
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .modal .modal-dialog .modal-content .modal-body h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-body h1 {
    font-size: 30px;
    margin: 40px auto;
    padding: 0 0 20px;
  }
}
@media only screen and (max-width: 1025px) {
  .modal .modal-dialog {
    margin-top: 30px;
  }
  .modal .modal-dialog .modal-content .modal-body {
    height: auto;
    padding: 0 30px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .modal .modal-dialog {
    margin-top: 20px;
  }
  .modal .modal-dialog .modal-content .modal-body {
    height: auto;
    padding: 0 20px 40px;
  }
  .modal .modal-dialog .modal-content .modal-body > * {
    position: relative;
    z-index: 5;
  }
  .modal .modal-dialog .modal-content .modal-body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    /* fallback */
    background: linear-gradient(135deg, transparent 20px, #FFFFFF 0) top left, linear-gradient(315deg, transparent 20px, #FFFFFF 0) bottom right;
    background-size: 60% 100%;
    background-repeat: no-repeat;
    z-index: 4;
  }
  .modal .modal-dialog .modal-content .modal-body:after {
    content: "";
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    -webkit-box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.4);
    z-index: 3;
  }
  .modal .modal-dialog .modal-content .modal-body h1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 360px) {
  .modal .modal-dialog {
    width: calc(100% - 40px);
  }
}

#modal-shop-now .modal-dialog .modal-content .modal-body .fl-col-content .fl-col {
  text-align: center;
  max-width: 9999px;
}
#modal-shop-now .modal-dialog .modal-content .modal-body .fl-col-content .fl-col:first-child {
  border-right: #363636 1px solid;
}
#modal-shop-now .modal-dialog .modal-content .modal-body .fl-col-content .fl-col:first-child .fl-col-content {
  margin-left: auto;
}
#modal-shop-now .modal-dialog .modal-content .modal-body .fl-col-content .fl-col .fl-col-content {
  max-width: 440px;
}
#modal-shop-now .modal-dialog .modal-content .modal-body .fl-col-content .fl-col .fl-col-content img {
  margin: 20px auto 60px;
}
#modal-shop-now .modal-dialog .modal-content .modal-body .fl-col-content .fl-col .fl-col-content .btn {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  #modal-shop-now .modal-dialog .modal-content .modal-body .fl-col-content .fl-col {
    width: 50% !important;
    clear: none;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  #modal-shop-now .modal-dialog .modal-content .modal-body {
    padding-bottom: 20px;
  }
  #modal-shop-now .modal-dialog .modal-content .modal-body .fl-col-content .fl-col {
    width: 100% !important;
    clear: both;
    float: none;
  }
  #modal-shop-now .modal-dialog .modal-content .modal-body .fl-col-content .fl-col:first-child {
    border-right: none;
  }
  #modal-shop-now .modal-dialog .modal-content .modal-body .fl-col-content .fl-col .fl-col-content {
    margin: 0 auto 30px;
  }
  #modal-shop-now .modal-dialog .modal-content .modal-body .fl-col-content .fl-col .fl-col-content img {
    margin: 10px auto 20px;
  }
  #modal-shop-now .modal-dialog .modal-content .modal-body .fl-col-content .fl-col .fl-col-content .btn {
    margin: 0 auto;
  }
}

#modal-online-retailers .modal-dialog .modal-content .modal-body h1 {
  margin-bottom: 70px;
}
#modal-online-retailers .modal-dialog .modal-content .modal-body .fl-photo {
  margin: 0 auto 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  #modal-online-retailers .modal-dialog .modal-content .fl-col-content h1 {
    margin-bottom: 40px;
  }
  #modal-online-retailers .modal-dialog .modal-content .fl-col-content .fl-col {
    width: 33.333% !important;
    clear: none;
    float: left;
  }
  #modal-online-retailers .modal-dialog .modal-content .fl-col-content .fl-col .fl-photo {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  #modal-online-retailers .modal-dialog .modal-content .modal-body h1 {
    margin-bottom: 20px;
  }
  #modal-online-retailers .modal-dialog .modal-content .modal-body .fl-photo {
    margin: 0 auto;
    max-width: 200px;
  }
}

#modal-find-dealer .modal-dialog {
  margin-top: calc(50vh - 320px);
}
#modal-find-dealer .modal-dialog .modal-content .modal-header .close {
  margin-bottom: 16px;
}
#modal-find-dealer .modal-dialog .modal-content .modal-body {
  height: 640px;
  padding: 0;
}
#modal-find-dealer .modal-dialog .modal-content .modal-body:before, #modal-find-dealer .modal-dialog .modal-content .modal-body:after {
  content: none;
}
#modal-find-dealer .modal-dialog .modal-content .modal-body h1 {
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1;
  color: #FFFFFF;
  text-align: left;
  margin: -50px 0 0;
  padding: 0 0 35px;
}
#modal-find-dealer .modal-dialog .modal-content .modal-body h1:after {
  content: none;
}
#modal-find-dealer .modal-dialog .modal-content .modal-body .hc-mxn2,
#modal-find-dealer .modal-dialog .modal-content .modal-body .hc-mb3,
#modal-find-dealer .modal-dialog .modal-content .modal-body .hc-mb2,
#modal-find-dealer .modal-dialog .modal-content .modal-body .hc-px2,
#modal-find-dealer .modal-dialog .modal-content .modal-body .hc-mt2,
#modal-find-dealer .modal-dialog .modal-content .modal-body p {
  margin: 0;
  padding: 0;
}
#modal-find-dealer .modal-dialog .modal-content .modal-body #locatoraid-form-container {
  line-height: 0;
}
#modal-find-dealer .modal-dialog .modal-content .modal-body #locatoraid-form-container #locatoraid-search-form-search input {
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  padding: 16px 10px;
  border: none;
  border-radius: 0;
  font-size: 18px !important;
  min-width: 240px;
  font-style: italic;
  text-transform: none;
  padding-left: 22px;
  padding-right: 22px;
}
#modal-find-dealer .modal-dialog .modal-content .modal-body #locatoraid-form-container #locatoraid-search-form-search input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#modal-find-dealer .modal-dialog .modal-content .modal-body #locatoraid-form-container #locatoraid-search-form-button {
  text-transform: uppercase;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  padding: 16px 10px;
  border: none;
  border-radius: 0;
  font-size: 18px !important;
  min-width: 240px;
  color: #FFFFFF !important;
  background: #DB1A20;
  border: 2px #DB1A20 solid;
  position: relative;
  z-index: 0;
  overflow: hidden;
  min-width: 0;
  width: calc(100% - 22px);
  float: right;
}
#modal-find-dealer .modal-dialog .modal-content .modal-body #locatoraid-form-container #locatoraid-search-form-button:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
html:not(.fl-builder-edit):not(.mobile) #modal-find-dealer .modal-dialog .modal-content .modal-body #locatoraid-form-container #locatoraid-search-form-button:not(input):before {
  position: absolute;
  content: "";
  background: #DB1A20;
  -webkit-transition: width ease 0.3s;
  -moz-transition: width ease 0.3s;
  -o-transition: width ease 0.3s;
  transition: width ease 0.3s;
  z-index: -1;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
html:not(.fl-builder-edit):not(.mobile) #modal-find-dealer .modal-dialog .modal-content .modal-body #locatoraid-form-container #locatoraid-search-form-button:not(input):hover {
  background: transparent;
  color: #FFFFFF !important;
  -webkit-transition: color 0.3s ease 0s background 0s ease 0s;
  -moz-transition: color 0.3s ease 0s background 0s ease 0s;
  -o-transition: color 0.3s ease 0s background 0s ease 0s;
  transition: color 0.3s ease 0s background 0s ease 0s;
}
html:not(.fl-builder-edit):not(.mobile) #modal-find-dealer .modal-dialog .modal-content .modal-body #locatoraid-form-container #locatoraid-search-form-button:not(input):hover:before {
  width: 0;
  height: 100%;
  opacity: 1;
}
@media only screen and (min-width: 1026px) {
  #modal-find-dealer .modal-dialog .modal-content .modal-body #locatoraid-form-container #locatoraid-search-form-button:hover {
    color: #FFFFFF !important;
  }
}
#modal-find-dealer .modal-dialog .modal-content .modal-body #locatoraid-form-container #locatoraid-search-more-results {
  text-transform: uppercase;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  padding: 16px 10px;
  border: none;
  border-radius: 0;
  font-size: 18px !important;
  min-width: 240px;
  color: #FFFFFF !important;
  background: #DB1A20;
  border: 2px #DB1A20 solid;
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: calc(33.33333% - 22px);
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
#modal-find-dealer .modal-dialog .modal-content .modal-body #locatoraid-form-container #locatoraid-search-more-results:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
html:not(.fl-builder-edit):not(.mobile) #modal-find-dealer .modal-dialog .modal-content .modal-body #locatoraid-form-container #locatoraid-search-more-results:not(input):before {
  position: absolute;
  content: "";
  background: #DB1A20;
  -webkit-transition: width ease 0.3s;
  -moz-transition: width ease 0.3s;
  -o-transition: width ease 0.3s;
  transition: width ease 0.3s;
  z-index: -1;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
html:not(.fl-builder-edit):not(.mobile) #modal-find-dealer .modal-dialog .modal-content .modal-body #locatoraid-form-container #locatoraid-search-more-results:not(input):hover {
  background: transparent;
  color: #FFFFFF !important;
  -webkit-transition: color 0.3s ease 0s background 0s ease 0s;
  -moz-transition: color 0.3s ease 0s background 0s ease 0s;
  -o-transition: color 0.3s ease 0s background 0s ease 0s;
  transition: color 0.3s ease 0s background 0s ease 0s;
}
html:not(.fl-builder-edit):not(.mobile) #modal-find-dealer .modal-dialog .modal-content .modal-body #locatoraid-form-container #locatoraid-search-more-results:not(input):hover:before {
  width: 0;
  height: 100%;
  opacity: 1;
}
#modal-find-dealer .modal-dialog .modal-content .modal-body #locatoraid-map-list-container {
  background: white;
  margin-top: 22px;
  min-height: 522px;
}
#modal-find-dealer .modal-dialog .modal-content .modal-body #locatoraid-map-list-container .hc-col {
  padding: 22px;
}
#modal-find-dealer .modal-dialog .modal-content .modal-body #locatoraid-map-list-container .hc-col:nth-child(1) {
  padding-right: 0;
}
#modal-find-dealer .modal-dialog .modal-content .modal-body #locatoraid-map-list-container .hc-col:nth-child(2) {
  padding-left: 0;
  padding-right: 10px;
}
#modal-find-dealer .modal-dialog .modal-content .modal-body #locatoraid-map-list-container .hclc_map_class {
  height: 500px !important;
}
#modal-find-dealer .modal-dialog .modal-content .modal-body #locatoraid-map-list-container .hclc_list_class {
  height: 500px !important;
  width: calc(100% - 22px);
  float: right;
}
#modal-find-dealer .modal-dialog .modal-content .modal-body #locatoraid-map-list-container .hclc_list_class .hc-outlined {
  outline: none;
}
#modal-find-dealer .modal-dialog .modal-content .modal-body #locatoraid-map-list-container .hclc_list_class .lpr-location {
  border: none;
  padding: 17px 20px;
  font-size: 21px;
  line-height: 1.2;
  position: relative;
  overflow-wrap: break-word;
  color: #1F1F1F;
}
#modal-find-dealer .modal-dialog .modal-content .modal-body #locatoraid-map-list-container .hclc_list_class .lpr-location:after {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: 1px;
  bottom: 0;
  left: 20px;
  background: #EBEBEB;
}
#modal-find-dealer .modal-dialog .modal-content .modal-body #locatoraid-map-list-container .hclc_list_class .lpr-location .lpr-location-name {
  font-weight: 800;
  font-style: italic;
  color: #000000;
  text-transform: uppercase;
}
#modal-find-dealer .modal-dialog .modal-content .modal-body #locatoraid-map-list-container .hclc_list_class .lpr-location .lpr-location-address {
  font-style: normal;
}
#modal-find-dealer .modal-dialog .modal-content .modal-body #locatoraid-map-list-container .hclc_list_class .lpr-location .lpr-location-phone a {
  color: #DB1A20;
}
#modal-find-dealer .modal-dialog .modal-content .modal-body .gm-style .gm-style-iw-c {
  border-radius: 0;
  background: #FFFFFF;
  padding: 17px 20px !important;
  line-height: 1.4;
  color: #1F1F1F;
  -webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.3);
}
#modal-find-dealer .modal-dialog .modal-content .modal-body .gm-style .gm-style-iw-c .hc-bg-lightsilver {
  background: none;
  padding: 0;
}
#modal-find-dealer .modal-dialog .modal-content .modal-body .gm-style .gm-style-iw-c .lpr-location-name {
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  line-height: 1.4;
  color: #000000;
}
#modal-find-dealer .modal-dialog .modal-content .modal-body .gm-style .gm-style-iw-c .lpr-location-address {
  font-style: normal;
}
#modal-find-dealer .modal-dialog .modal-content .modal-body .gm-style .gm-style-iw-c .lpr-location-phone a {
  color: #DB1A20;
}
#modal-find-dealer .modal-dialog .modal-content .modal-body .gm-style .gm-style-iw-t {
  bottom: 70px !important;
}
#modal-find-dealer .modal-dialog .modal-content .modal-body .gm-style .gm-style-iw-t:after {
  width: 18px;
  height: 18px;
}
#modal-find-dealer .modal-dialog .modal-content .modal-body .gm-style .gm-style-iw-d {
  overflow: auto !important;
}
@media only screen and (max-width: 1025px) {
  #modal-find-dealer .modal-dialog .modal-content .modal-header .close {
    margin-bottom: 26px;
  }
  #modal-find-dealer .modal-dialog .modal-content .modal-body h1 {
    font-size: 30px;
  }
  #modal-find-dealer .modal-dialog .modal-content .modal-body #locatoraid-map-list-container {
    min-height: 0;
  }
  #modal-find-dealer .modal-dialog .modal-content .modal-body #locatoraid-map-list-container .hc-col {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  #modal-find-dealer .modal-dialog .modal-content .modal-body h1 {
    padding-bottom: 20px;
  }
  #modal-find-dealer .modal-dialog .modal-content .modal-body #locatoraid-map-list-container .hclc_list_class .lpr-location {
    font-size: 18px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #modal-find-dealer .modal-dialog .modal-content .modal-body h1 {
    padding-bottom: 17px;
  }
  #modal-find-dealer .modal-dialog .modal-content .modal-body #locatoraid-form-container #locatoraid-search-form-button {
    width: 100%;
    margin-top: 17px;
  }
  #modal-find-dealer .modal-dialog .modal-content .modal-body #locatoraid-form-container #locatoraid-search-more-results {
    width: 100%;
    margin-top: 71px;
  }
  #modal-find-dealer .modal-dialog .modal-content .modal-body #locatoraid-map-list-container {
    margin-top: 17px;
    height: 60vw;
  }
  #modal-find-dealer .modal-dialog .modal-content .modal-body #locatoraid-map-list-container .hc-col:nth-child(2) {
    padding: 0;
  }
  #modal-find-dealer .modal-dialog .modal-content .modal-body #locatoraid-map-list-container .hclc_map_class {
    height: 60vw !important;
  }
  #modal-find-dealer .modal-dialog .modal-content .modal-body #locatoraid-map-list-container .hclc_list_class {
    height: 55vw !important;
    background: #FFFFFF;
    width: 100%;
    margin: 17px 0 0;
  }
}

html.fl-builder-edit #modal-find-dealer .modal-dialog .modal-content .modal-body h1 {
  margin-top: 0;
}

#modal-find-dealer .modal-dialog .modal-content .modal-body #locatoraid-form-container .input-btn-primary-wrap {
  min-width: 240px;
  width: calc(100% - 22px);
  float: right;
}
#modal-find-dealer .modal-dialog .modal-content .modal-body #locatoraid-form-container .input-btn-primary-wrap #locatoraid-search-form-button {
  background: transparent;
  margin: 0;
  width: 100%;
}

.tire-gallery {
  float: right;
  position: relative;
}
.tire-gallery .aos-animation-anchor {
  position: absolute;
  top: 20%;
  left: 0;
}
.tire-gallery .tire-gallery-image {
  opacity: 0;
  width: 100%;
  height: 500px;
  position: relative;
  margin-bottom: 40px;
}
.tire-gallery .tire-gallery-image .tire-gallery-roll {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tire-gallery .tire-gallery-image img.wheel {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: auto;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.tire-gallery .tire-gallery-image img.wheel.selected {
  opacity: 1;
}
.tire-gallery .tire-gallery-image img.shadow {
  box-shadow: none !important;
  opacity: 0;
  position: absolute;
  max-width: 80%;
  width: auto;
  height: auto;
  bottom: 0;
  left: 50%;
  -moz-transform: translate(-50%, 45%);
  -ms-transform: translate(-50%, 45%);
  -o-transform: translate(-50%, 45%);
  -webkit-transform: translate(-50%, 45%);
  transform: translate(-50%, 45%);
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.tire-gallery .tire-gallery-image img.shadow.selected {
  opacity: 1;
}
.tire-gallery .tire-rollin {
  opacity: 1;
  -webkit-animation: tire-movein 2s both;
  -moz-animation: tire-movein 2s both;
  animation: tire-movein 2s both;
}
.tire-gallery .tire-rollin .tire-gallery-roll {
  -webkit-animation: tire-roll 2s both;
  -moz-animation: tire-roll 2s both;
  animation: tire-roll 2s both;
}
@-moz-keyframes tire-roll {
  0% {
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes tire-roll {
  0% {
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes tire-roll {
  0% {
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes tire-movein {
  0% {
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes tire-movein {
  0% {
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes tire-movein {
  0% {
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
.tire-gallery .fl-col-group {
  text-align: center;
}
.tire-gallery .fl-col-group .fl-col {
  float: none;
  width: auto !important;
  display: inline-block;
}
.tire-gallery .fl-col-group .wheel .fl-module-content {
  margin: 0 10px;
}
.tire-gallery .fl-col-group .wheel .fl-photo-content {
  height: 140px;
  width: 140px;
  cursor: pointer;
  background: #000000;
  border: solid 2px #000000;
}
.tire-gallery .fl-col-group .wheel .fl-photo-content.selected {
  border-color: #DB1A20;
}
.tire-gallery .fl-col-group .wheel .fl-photo-content img {
  height: 100%;
  width: auto;
  padding: 6px;
}
.tire-gallery .fl-col-group .shadow .fl-photo-content {
  width: 140px;
}
html:not(.fl-builder-edit) .tire-gallery .fl-col-group .shadow {
  display: none;
}

.section-gallery .fl-row-content {
  width: 100%;
  max-width: 100%;
}

html:not(.fl-builder-edit) .car-gallery {
  height: 900px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1025px) {
  html:not(.fl-builder-edit) .car-gallery {
    height: 85vw;
  }
}
html:not(.fl-builder-edit) .car-gallery [class^=fl-],
html:not(.fl-builder-edit) .car-gallery .car-gallery-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html:not(.fl-builder-edit) .car-gallery .fl-module-photo {
  display: none;
  overflow: hidden;
  z-index: 4;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
}
html:not(.fl-builder-edit) .car-gallery .fl-module-photo.selected {
  display: block;
}
html:not(.fl-builder-edit) .car-gallery .fl-module-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html:not(.fl-builder-edit) .car-gallery .fl-module-photo.animate-selected-to-left, html:not(.fl-builder-edit) .car-gallery .fl-module-photo.animate-right-to-selected, html:not(.fl-builder-edit) .car-gallery .fl-module-photo.animate-left-to-selected, html:not(.fl-builder-edit) .car-gallery .fl-module-photo.animate-selected-to-right {
  display: block;
}
html:not(.fl-builder-edit) .car-gallery .fl-module-photo.animate-selected-to-left {
  -webkit-animation: car-gallery-animation-selected-to-left 2s both;
  -moz-animation: car-gallery-animation-selected-to-left 2s both;
  animation: car-gallery-animation-selected-to-left 2s both;
}
html:not(.fl-builder-edit) .car-gallery .fl-module-photo.animate-right-to-selected {
  -webkit-animation: car-gallery-animation-right-to-selected 1.6s both;
  -moz-animation: car-gallery-animation-right-to-selected 1.6s both;
  animation: car-gallery-animation-right-to-selected 1.6s both;
  z-index: 5;
}
html:not(.fl-builder-edit) .car-gallery .fl-module-photo.animate-left-to-selected {
  -webkit-animation: car-gallery-animation-left-to-selected 1.6s both;
  -moz-animation: car-gallery-animation-left-to-selected 1.6s both;
  animation: car-gallery-animation-left-to-selected 1.6s both;
  z-index: 5;
}
html:not(.fl-builder-edit) .car-gallery .fl-module-photo.animate-selected-to-right {
  -webkit-animation: car-gallery-animation-selected-to-right 2s both;
  -moz-animation: car-gallery-animation-selected-to-right 2s both;
  animation: car-gallery-animation-selected-to-right 2s both;
}
@media only screen and (max-width: 1025px) {
  html:not(.fl-builder-edit) .car-gallery .fl-module-photo.animate-selected-to-left, html:not(.fl-builder-edit) .car-gallery .fl-module-photo.animate-selected-to-right {
    animation-duration: 1s;
  }
  html:not(.fl-builder-edit) .car-gallery .fl-module-photo.animate-right-to-selected, html:not(.fl-builder-edit) .car-gallery .fl-module-photo.animate-left-to-selected {
    animation-duration: 0.8s;
  }
}
@-moz-keyframes car-gallery-animation-selected-to-right {
  0% {
    -moz-transform: translate(0%);
    -ms-transform: translate(0%);
    -o-transform: translate(0%);
    -webkit-transform: translate(0%);
    transform: translate(0%);
  }
  100% {
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
}
@-webkit-keyframes car-gallery-animation-selected-to-right {
  0% {
    -moz-transform: translate(0%);
    -ms-transform: translate(0%);
    -o-transform: translate(0%);
    -webkit-transform: translate(0%);
    transform: translate(0%);
  }
  100% {
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
}
@keyframes car-gallery-animation-selected-to-right {
  0% {
    -moz-transform: translate(0%);
    -ms-transform: translate(0%);
    -o-transform: translate(0%);
    -webkit-transform: translate(0%);
    transform: translate(0%);
  }
  100% {
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
}
@-moz-keyframes car-gallery-animation-left-to-selected {
  0% {
    -moz-transform: translate(-100%);
    -ms-transform: translate(-100%);
    -o-transform: translate(-100%);
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
  100% {
    -moz-transform: translate(0%);
    -ms-transform: translate(0%);
    -o-transform: translate(0%);
    -webkit-transform: translate(0%);
    transform: translate(0%);
  }
}
@-webkit-keyframes car-gallery-animation-left-to-selected {
  0% {
    -moz-transform: translate(-100%);
    -ms-transform: translate(-100%);
    -o-transform: translate(-100%);
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
  100% {
    -moz-transform: translate(0%);
    -ms-transform: translate(0%);
    -o-transform: translate(0%);
    -webkit-transform: translate(0%);
    transform: translate(0%);
  }
}
@keyframes car-gallery-animation-left-to-selected {
  0% {
    -moz-transform: translate(-100%);
    -ms-transform: translate(-100%);
    -o-transform: translate(-100%);
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
  100% {
    -moz-transform: translate(0%);
    -ms-transform: translate(0%);
    -o-transform: translate(0%);
    -webkit-transform: translate(0%);
    transform: translate(0%);
  }
}
@-moz-keyframes car-gallery-animation-selected-to-left {
  0% {
    -moz-transform: translate(0%);
    -ms-transform: translate(0%);
    -o-transform: translate(0%);
    -webkit-transform: translate(0%);
    transform: translate(0%);
  }
  100% {
    -moz-transform: translate(-100%);
    -ms-transform: translate(-100%);
    -o-transform: translate(-100%);
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
}
@-webkit-keyframes car-gallery-animation-selected-to-left {
  0% {
    -moz-transform: translate(0%);
    -ms-transform: translate(0%);
    -o-transform: translate(0%);
    -webkit-transform: translate(0%);
    transform: translate(0%);
  }
  100% {
    -moz-transform: translate(-100%);
    -ms-transform: translate(-100%);
    -o-transform: translate(-100%);
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
}
@keyframes car-gallery-animation-selected-to-left {
  0% {
    -moz-transform: translate(0%);
    -ms-transform: translate(0%);
    -o-transform: translate(0%);
    -webkit-transform: translate(0%);
    transform: translate(0%);
  }
  100% {
    -moz-transform: translate(-100%);
    -ms-transform: translate(-100%);
    -o-transform: translate(-100%);
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
}
@-moz-keyframes car-gallery-animation-right-to-selected {
  0% {
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
  100% {
    -moz-transform: translate(0%);
    -ms-transform: translate(0%);
    -o-transform: translate(0%);
    -webkit-transform: translate(0%);
    transform: translate(0%);
  }
}
@-webkit-keyframes car-gallery-animation-right-to-selected {
  0% {
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
  100% {
    -moz-transform: translate(0%);
    -ms-transform: translate(0%);
    -o-transform: translate(0%);
    -webkit-transform: translate(0%);
    transform: translate(0%);
  }
}
@keyframes car-gallery-animation-right-to-selected {
  0% {
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
  100% {
    -moz-transform: translate(0%);
    -ms-transform: translate(0%);
    -o-transform: translate(0%);
    -webkit-transform: translate(0%);
    transform: translate(0%);
  }
}
html:not(.fl-builder-edit) .car-gallery .car-gallery-arrow {
  width: 60px;
  height: 76px;
  background: black;
  position: absolute;
  top: calc(50% - 33px);
  cursor: pointer;
  z-index: 10;
}
html:not(.fl-builder-edit) .car-gallery .car-gallery-arrow:after {
  position: absolute;
  width: 16px;
  height: 30px;
  top: calc(50% - 15px);
}
html:not(.fl-builder-edit) .car-gallery .car-gallery-arrow.car-gallery-arrow-prev {
  left: 0;
}
html:not(.fl-builder-edit) .car-gallery .car-gallery-arrow.car-gallery-arrow-prev:after {
  content: url("/themes/scs-falken/assets/img/ico-left-white-arrow.svg");
  left: calc(50% - 10px);
}
html:not(.fl-builder-edit) .car-gallery .car-gallery-arrow.car-gallery-arrow-next {
  right: 0;
}
html:not(.fl-builder-edit) .car-gallery .car-gallery-arrow.car-gallery-arrow-next:after {
  content: url("/themes/scs-falken/assets/img/ico-right-white-arrow.svg");
  left: calc(50% - 6px);
}
@media only screen and (max-width: 1025px) {
  html:not(.fl-builder-edit) .car-gallery .car-gallery-arrow {
    display: none;
  }
}
html:not(.fl-builder-edit) .car-gallery .car-gallery-paginator {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  z-index: 10;
}
html:not(.fl-builder-edit) .car-gallery .car-gallery-paginator .page {
  display: inline-block;
  width: 60px;
  height: 4px;
  margin: 0 10px;
  background: white;
  cursor: pointer;
  position: relative;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
html:not(.fl-builder-edit) .car-gallery .car-gallery-paginator .page.selected {
  background: #DB1A20;
}
html:not(.fl-builder-edit) .car-gallery .car-gallery-paginator .page:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 500%;
  left: 0;
  top: -200%;
  background: transparent;
}
@media only screen and (max-width: 1025px) {
  html:not(.fl-builder-edit) .car-gallery .car-gallery-paginator .page {
    width: 40px;
    height: 6px;
    margin: 0 6px;
  }
}
@media only screen and (max-width: 1025px) {
  html:not(.fl-builder-edit) .car-gallery .car-gallery-paginator {
    bottom: 30px;
  }
}

html.fl-builder-edit .feature-point h4,
html.fl-builder-edit .feature-point h5 {
  color: #000000;
}

html:not(.fl-builder-edit) .feature-point-target, .fl-module-falken-features-module .feature-point-target {
  position: relative;
}
html:not(.fl-builder-edit) .feature-point, .fl-module-falken-features-module .feature-point {
  position: absolute;
  top: 0;
  left: 0;
}
html:not(.fl-builder-edit) .feature-point .feature-point-anchor, .fl-module-falken-features-module .feature-point .feature-point-anchor {
  position: absolute;
  cursor: pointer;
  z-index: 2;
}
html:not(.fl-builder-edit) .feature-point .feature-point-anchor span:nth-child(1), .fl-module-falken-features-module .feature-point .feature-point-anchor span:nth-child(1) {
  position: absolute;
  top: 0;
  left: -200px;
  width: 200px;
  height: 1px;
  background: #FFFFFF;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
@media only screen and (max-width: 1600px) {
  html:not(.fl-builder-edit) .feature-point .feature-point-anchor span:nth-child(1), .fl-module-falken-features-module .feature-point .feature-point-anchor span:nth-child(1) {
    left: -80px;
    width: 80px;
  }
}
html:not(.fl-builder-edit) .feature-point .feature-point-anchor span:nth-child(2), .fl-module-falken-features-module .feature-point .feature-point-anchor span:nth-child(2) {
  position: absolute;
  width: 70px;
  height: 70px;
  top: -35px;
  left: -35px;
  background: #FFFFFF;
  opacity: 0.7;
  box-shadow: 0 0 8px #FFFFFF;
  border-radius: 50%;
}
html:not(.fl-builder-edit) .feature-point .feature-point-anchor span:nth-child(3), .fl-module-falken-features-module .feature-point .feature-point-anchor span:nth-child(3) {
  position: absolute;
  width: 44px;
  height: 44px;
  top: -22px;
  left: -22px;
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  -webkit-box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.4);
}
html:not(.fl-builder-edit) .feature-point .feature-point-anchor span:nth-child(4), .fl-module-falken-features-module .feature-point .feature-point-anchor span:nth-child(4) {
  pointer-events: none;
  position: absolute;
  width: 32px;
  height: 32px;
  top: -16px;
  left: -16px;
  background: #DB1A20;
  border: 4px #FFFFFF solid;
  border-radius: 50%;
}
html:not(.fl-builder-edit) .feature-point .feature-point-anchor span:nth-child(4).selected-point, .fl-module-falken-features-module .feature-point .feature-point-anchor span:nth-child(4).selected-point {
  background: #DB1A20;
}
html:not(.fl-builder-edit) .feature-point .feature-point-popup .close, .fl-module-falken-features-module .feature-point .feature-point-popup .close {
  opacity: 1;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #FFFFFF;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: none;
  font-size: 22px;
  font-weight: normal;
  line-height: 1;
  cursor: pointer;
}
html:not(.fl-builder-edit) .feature-point .feature-point-popup .close:focus, .fl-module-falken-features-module .feature-point .feature-point-popup .close:focus {
  outline: none;
}
html:not(.fl-builder-edit) .feature-point .feature-point-popup .close:hover, .fl-module-falken-features-module .feature-point .feature-point-popup .close:hover {
  opacity: 1;
  color: #DB1A20;
}
html:not(.fl-builder-edit) .feature-point .feature-point-popup .close:before, .fl-module-falken-features-module .feature-point .feature-point-popup .close:before {
  content: "\e900";
}
@media only screen and (min-width: 1026px) {
  html:not(.fl-builder-edit) .feature-point.selected .feature-point-popup, .fl-module-falken-features-module .feature-point.selected .feature-point-popup {
    opacity: 1;
  }
  html:not(.fl-builder-edit) .feature-point.selected .feature-point-popup .close, .fl-module-falken-features-module .feature-point.selected .feature-point-popup .close {
    pointer-events: auto;
  }
  html:not(.fl-builder-edit) .feature-point.selected .feature-point-anchor span:nth-child(1), .fl-module-falken-features-module .feature-point.selected .feature-point-anchor span:nth-child(1) {
    opacity: 1;
  }
  html:not(.fl-builder-edit) .feature-point .feature-point-popup, .fl-module-falken-features-module .feature-point .feature-point-popup {
    position: absolute;
    opacity: 0;
    z-index: 5;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    pointer-events: none;
    color: #FFFFFF;
    right: 200px;
    top: 0;
    transform: translateY(-50%);
    padding: 50px 160px 50px 50px;
    width: 540px;
  }
  html:not(.fl-builder-edit) .feature-point .feature-point-popup > *, .fl-module-falken-features-module .feature-point .feature-point-popup > * {
    position: relative;
    z-index: 5;
  }
  html:not(.fl-builder-edit) .feature-point .feature-point-popup:before, .fl-module-falken-features-module .feature-point .feature-point-popup:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    /* fallback */
    background: linear-gradient(135deg, transparent 30px, #000000 0) top left, linear-gradient(315deg, transparent 30px, #000000 0) bottom right;
    background-size: 60% 100%;
    background-repeat: no-repeat;
    z-index: 4;
  }
  html:not(.fl-builder-edit) .feature-point .feature-point-popup:after, .fl-module-falken-features-module .feature-point .feature-point-popup:after {
    content: "";
    position: absolute;
    bottom: 22.5px;
    left: 22.5px;
    width: calc(100% - 45px);
    height: calc(100% - 45px);
    -webkit-box-shadow: 0 0 60px 15px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 60px 15px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 60px 15px rgba(0, 0, 0, 0.4);
    z-index: 3;
  }
  html:not(.fl-builder-edit) .feature-point .feature-point-popup .fl-module-content, .fl-module-falken-features-module .feature-point .feature-point-popup .fl-module-content {
    margin: 0;
  }
  html:not(.fl-builder-edit) .feature-point .feature-point-popup .fl-module-photo, .fl-module-falken-features-module .feature-point .feature-point-popup .fl-module-photo {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
  }
  html:not(.fl-builder-edit) .feature-point .feature-point-popup h6, .fl-module-falken-features-module .feature-point .feature-point-popup h6 {
    font-size: 25px;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 8px;
  }
  html:not(.fl-builder-edit) .feature-point .feature-point-popup h4, .fl-module-falken-features-module .feature-point .feature-point-popup h4 {
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1;
    margin: 0 0 16px;
    color: inherit;
  }
  html:not(.fl-builder-edit) .feature-point .feature-point-popup h5, .fl-module-falken-features-module .feature-point .feature-point-popup h5 {
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    font-weight: normal;
  }
  html:not(.fl-builder-edit) .feature-point.feature-point-right .feature-point-popup, .fl-module-falken-features-module .feature-point.feature-point-right .feature-point-popup {
    right: auto;
    left: 200px;
    padding: 50px 50px 50px 160px;
  }
  html:not(.fl-builder-edit) .feature-point.feature-point-right .feature-point-popup .fl-module-photo, .fl-module-falken-features-module .feature-point.feature-point-right .feature-point-popup .fl-module-photo {
    right: auto;
    left: -40px;
  }
  html:not(.fl-builder-edit) .feature-point.feature-point-right .feature-point-anchor span:nth-child(1), .fl-module-falken-features-module .feature-point.feature-point-right .feature-point-anchor span:nth-child(1) {
    left: 0;
  }
}
@media only screen and (max-width: 1600px) {
  html:not(.fl-builder-edit) .feature-point .feature-point-popup, .fl-module-falken-features-module .feature-point .feature-point-popup {
    right: 80px;
  }
  html:not(.fl-builder-edit) .feature-point.feature-point-right .feature-point-popup, .fl-module-falken-features-module .feature-point.feature-point-right .feature-point-popup {
    left: 80px;
  }
}
@media only screen and (max-width: 1025px) {
  html:not(.fl-builder-edit) .feature-point .feature-point-popup, .fl-module-falken-features-module .feature-point .feature-point-popup {
    display: none;
  }
  html:not(.fl-builder-edit) .feature-point .feature-point-anchor, .fl-module-falken-features-module .feature-point .feature-point-anchor {
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}

@media only screen and (max-width: 1025px) {
  #modal-feature-point .modal-dialog {
    position: relative;
    margin-top: 100px;
    max-width: 500px;
  }
  #modal-feature-point .modal-dialog .modal-header {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  #modal-feature-point .modal-dialog .modal-header .close {
    color: #FFFFFF;
  }
  #modal-feature-point .modal-dialog .modal-body {
    padding: 0 30px 30px;
    height: auto;
  }
  #modal-feature-point .modal-dialog .modal-body > * {
    position: relative;
    z-index: 5;
  }
  #modal-feature-point .modal-dialog .modal-body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    /* fallback */
    background: linear-gradient(135deg, transparent 30px, #000000 0) top left, linear-gradient(315deg, transparent 30px, #000000 0) bottom right;
    background-size: 60% 100%;
    background-repeat: no-repeat;
    z-index: 4;
  }
  #modal-feature-point .modal-dialog .modal-body:after {
    content: "";
    position: absolute;
    bottom: 22.5px;
    left: 22.5px;
    width: calc(100% - 45px);
    height: calc(100% - 45px);
    -webkit-box-shadow: 0 0 60px 15px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 60px 15px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 60px 15px rgba(0, 0, 0, 0.4);
    z-index: 3;
  }
  #modal-feature-point .modal-dialog .feature-point-popup {
    margin-top: -50px;
  }
  #modal-feature-point .modal-dialog .feature-point-popup .fl-module-content {
    margin: 0;
  }
  #modal-feature-point .modal-dialog .feature-point-popup h6 {
    display: none;
  }
  #modal-feature-point .modal-dialog .feature-point-popup h4 {
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1;
    margin: 0 0 16px;
    color: #FFFFFF;
  }
  #modal-feature-point .modal-dialog .feature-point-popup h5 {
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    font-weight: normal;
    color: #FFFFFF;
  }
}
.video-gallery {
  width: 100%;
}
.video-gallery .video-gallery-titles {
  width: 100%;
  text-align: center;
}
.video-gallery .video-gallery-titles label {
  position: relative;
  display: inline-block;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
  color: #FFFFFF;
  padding: 0 0 8px;
  margin: 0 20px 40px;
  cursor: pointer;
}
.video-gallery .video-gallery-titles label.selected:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: calc(50% - 50%);
  bottom: 0;
  background: #DB1A20;
}
@media only screen and (max-width: 1025px) {
  .video-gallery .video-gallery-titles label {
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 30px;
    max-width: 60vw;
  }
}
.video-gallery .video-gallery-content-wrapper {
  position: relative;
}
.video-gallery .video-gallery-content {
  width: 100%;
  position: relative;
}
.video-gallery .video-gallery-content:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.video-gallery .video-gallery-content > iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  -webkit-box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.4);
}
.video-gallery .video-gallery-content > iframe.selected {
  display: block;
}
.video-gallery .video-gallery-arrow {
  position: absolute;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  font-size: 38px;
  cursor: pointer;
  color: #FFFFFF;
  text-align: center;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.video-gallery .video-gallery-arrow.video-gallery-arrow-prev {
  left: -50px;
}
.video-gallery .video-gallery-arrow.video-gallery-arrow-prev:before {
  content: "\e902";
}
.video-gallery .video-gallery-arrow.video-gallery-arrow-next {
  right: -50px;
}
.video-gallery .video-gallery-arrow.video-gallery-arrow-next:before {
  content: "\e906";
}
.video-gallery .video-gallery-arrow html.fl-builder-edit {
  display: none;
}
@media only screen and (max-width: 1025px) {
  .video-gallery .video-gallery-arrow {
    font-size: 30px;
  }
  .video-gallery .video-gallery-arrow.video-gallery-arrow-prev {
    left: -35px;
  }
  .video-gallery .video-gallery-arrow.video-gallery-arrow-next {
    right: -35px;
  }
}
@media only screen and (max-width: 767px) {
  .video-gallery .video-gallery-arrow {
    font-size: 26px;
  }
}

html.fl-builder-edit .video-gallery {
  margin-bottom: 0;
}
html.fl-builder-edit .video-gallery .video-gallery-content:before {
  content: none;
}
html.fl-builder-edit .video-gallery .video-gallery-content > iframe {
  display: none;
}

.falken-faq {
  color: #000000;
  text-align: left;
  padding: 80px 50px 60px 110px;
  position: relative;
}
.falken-faq > * {
  position: relative;
  z-index: 5;
}
.falken-faq:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  /* fallback */
  background: linear-gradient(135deg, transparent 30px, #FFFFFF 0) top left, linear-gradient(315deg, transparent 0, #FFFFFF 0) bottom right;
  background-size: 60% 100%;
  background-repeat: no-repeat;
  z-index: 4;
}
.falken-faq:after {
  content: "";
  position: absolute;
  bottom: 22.5px;
  left: 22.5px;
  width: calc(100% - 45px);
  height: calc(100% - 45px);
  -webkit-box-shadow: 0 0 60px 15px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 60px 15px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 60px 15px rgba(0, 0, 0, 0.4);
  z-index: 3;
}
.falken-faq .falken-faq-background {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 100%;
  height: calc(100% - 4px);
  z-index: 4;
  background: #000000;
  /* fallback */
  background: linear-gradient(135deg, transparent 30px, #000000 0) top left, linear-gradient(315deg, transparent 0, #000000 0) bottom right;
  background-size: 60% 100%;
  background-repeat: no-repeat;
}
.falken-faq .falken-faq-header {
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  font-size: 80px;
  line-height: 1;
  color: #DB1A20;
  margin: 0 0 40px;
}
.falken-faq .falken-faq-body {
  overflow: auto;
  max-height: 580px;
  padding-right: 40px;
}
.falken-faq .falken-faq-body .falken-question.first label {
  border-top: #EBEBEB 1px solid;
}
.falken-faq .falken-faq-body .falken-question label {
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 1;
  text-transform: none;
  font-weight: bold;
  font-style: normal;
  width: 100%;
  margin: 0;
  padding: 30px 40px 26px 0;
  border-bottom: #EBEBEB 1px solid;
  cursor: pointer;
  position: relative;
  color: #FFFFFF;
}
.falken-faq .falken-faq-body .falken-question label:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFFFFF;
  font-size: 16px;
}
.falken-faq .falken-faq-body .falken-question p {
  font-size: 18px;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.2s ease padding 0.2s ease;
  -moz-transition: max-height 0.2s ease padding 0.2s ease;
  -o-transition: max-height 0.2s ease padding 0.2s ease;
  transition: max-height 0.2s ease padding 0.2s ease;
}
.falken-faq .falken-faq-body .falken-question p a {
  color: inherit;
  text-decoration: underline;
}
.falken-faq .falken-faq-body .falken-question.selected label {
  border-bottom: #EBEBEB 1px solid;
  color: #FFFFFF;
}
.falken-faq .falken-faq-body .falken-question.selected label:after {
  content: "\e904";
  color: #DB1A20;
}
.falken-faq .falken-faq-body .falken-question.selected p {
  height: auto;
  max-height: 100vh;
  padding: 20px 0;
  border-bottom: #EBEBEB 1px solid;
}
.falken-faq .falken-faq-footer {
  text-align: center;
  margin: 60px 0 0;
}
.falken-faq .falken-faq-footer .btn-link {
  color: #FFFFFF !important;
  background: #DB1A20;
  border: 2px #DB1A20 solid;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
html:not(.fl-builder-edit):not(.mobile) .falken-faq .falken-faq-footer .btn-link:not(input):before {
  position: absolute;
  content: "";
  background: #DB1A20;
  -webkit-transition: width ease 0.3s;
  -moz-transition: width ease 0.3s;
  -o-transition: width ease 0.3s;
  transition: width ease 0.3s;
  z-index: -1;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
html:not(.fl-builder-edit):not(.mobile) .falken-faq .falken-faq-footer .btn-link:not(input):hover {
  background: transparent;
  color: #FFFFFF !important;
  -webkit-transition: color 0.3s ease 0s background 0s ease 0s;
  -moz-transition: color 0.3s ease 0s background 0s ease 0s;
  -o-transition: color 0.3s ease 0s background 0s ease 0s;
  transition: color 0.3s ease 0s background 0s ease 0s;
}
html:not(.fl-builder-edit):not(.mobile) .falken-faq .falken-faq-footer .btn-link:not(input):hover:before {
  width: 0;
  height: 100%;
  opacity: 1;
}
.falken-faq .falken-faq-footer .btn-read-more {
  display: none;
}
@media only screen and (max-width: 1025px) {
  .falken-faq {
    padding: 40px 30px 50px;
  }
  .falken-faq .falken-faq-header {
    font-size: 50px;
  }
  .falken-faq .falken-faq-body {
    max-height: 9999px;
    padding: 0;
    overflow: hidden;
  }
  .falken-faq .falken-faq-footer {
    margin: 45px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .falken-faq .falken-faq-body .fl-module:nth-child(n+3) .falken-question {
    overflow: hidden;
    max-height: 0;
  }
  .falken-faq .falken-faq-footer .btn-read-more {
    display: block;
    margin: 0 auto 45px;
    padding: 0;
    background: none;
    border: none;
    color: #FFFFFF !important;
  }
  .falken-faq .falken-faq-footer .btn-read-more:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e908";
    color: #FFFFFF;
    font-size: 1.2em;
    line-height: 0.8;
    width: 2em;
    display: inline-block;
    vertical-align: top;
    -moz-transform-origin: right 50%;
    -ms-transform-origin: right 50%;
    -o-transform-origin: right 50%;
    -webkit-transform-origin: right 50%;
    transform-origin: right 50%;
    -webkit-transition: transform 0.2s linear;
    -moz-transition: transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
  }
  .falken-faq .falken-faq-footer .btn-read-more.selected:after {
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }
  .falken-faq .falken-faq-footer .btn-read-more .read-more-label {
    display: inline;
  }
  .falken-faq .falken-faq-footer .btn-read-more .read-less-label {
    display: none;
  }
  .falken-faq .falken-faq-footer .btn-read-more.selected .read-more-label {
    display: none;
  }
  .falken-faq .falken-faq-footer .btn-read-more.selected .read-less-label {
    display: inline;
  }
}

.falken-reviews {
  position: relative;
  margin: 60px auto 0;
  width: 100%;
  max-width: 1000px;
}
.falken-reviews .falken-reviews-content {
  color: #FFFFFF;
  width: calc(100% - 160px);
  margin: 0 auto;
  position: relative;
}
.falken-reviews .falken-reviews-content .falken-review {
  text-align: center;
  width: 100%;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.falken-reviews .falken-reviews-content .falken-review a, .falken-reviews .falken-reviews-content .falken-review a:hover, .falken-reviews .falken-reviews-content .falken-review a:active, .falken-reviews .falken-reviews-content .falken-review a:focus {
  color: #FFFFFF;
  text-decoration: none;
}
.falken-reviews .falken-reviews-content .falken-review .review-content {
  width: 100%;
  height: 200px;
  margin: 0 0 10px;
  position: relative;
  overflow: hidden;
}
.falken-reviews .falken-reviews-content .falken-review .review-content p {
  font-size: 35px;
  font-style: italic;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 3px;
  margin: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.falken-reviews .falken-reviews-content .falken-review label {
  font-size: 21px;
  font-weight: bold;
  font-style: italic;
  color: #DB1A20;
  margin: 10px auto;
  cursor: inherit;
}
.falken-reviews .falken-reviews-content .falken-review label:before {
  content: "- ";
}
.falken-reviews .falken-reviews-arrow {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 180px;
  width: 40px;
  height: 40px;
  font-size: 38px;
  cursor: pointer;
  color: #FFFFFF;
}
.falken-reviews .falken-reviews-arrow.falken-reviews-arrow-prev {
  left: 0;
}
.falken-reviews .falken-reviews-arrow.falken-reviews-arrow-prev:before {
  content: "\e902";
}
.falken-reviews .falken-reviews-arrow.falken-reviews-arrow-next {
  right: 0;
}
.falken-reviews .falken-reviews-arrow.falken-reviews-arrow-next:before {
  content: "\e906";
}
.falken-reviews .quotes-start,
.falken-reviews .quotes-end {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 30px auto;
  width: 120px;
  height: 70px;
  color: #DB1A20;
  font-size: 70px;
}
.falken-reviews .quotes-start {
  text-align: right;
}
.falken-reviews .quotes-start:before {
  content: "\e903";
}
.falken-reviews .quotes-end {
  text-align: center;
}
.falken-reviews .quotes-end:before {
  content: "\e907";
}
.falken-reviews .falken-reviews-paginator {
  width: 100%;
  text-align: center;
  margin: 60px auto;
}
.falken-reviews .falken-reviews-paginator .page {
  display: inline-block;
  width: 60px;
  height: 4px;
  margin: 0 10px;
  background: #EBEBEB;
  cursor: pointer;
  position: relative;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.falken-reviews .falken-reviews-paginator .page.selected {
  background: #DB1A20;
}
.falken-reviews .falken-reviews-paginator .page:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 500%;
  left: 0;
  top: -200%;
  background: transparent;
}
@media only screen and (max-width: 1025px) {
  .falken-reviews .falken-reviews-paginator .page {
    width: 40px;
    height: 6px;
    margin: 0 6px;
  }
}
@media only screen and (max-width: 1025px) {
  .falken-reviews {
    margin: 10px auto 0;
  }
  .falken-reviews .falken-reviews-arrow {
    display: none;
  }
  .falken-reviews .falken-reviews-content {
    width: calc(100% - 60px);
    height: 250px !important;
  }
  .falken-reviews .falken-reviews-content .falken-review .review-content {
    margin: 0 auto;
  }
  .falken-reviews .falken-reviews-content .falken-review label {
    margin: 10px 0 0;
  }
  .falken-reviews .falken-reviews-paginator {
    margin: 40px auto;
  }
  .falken-reviews .quotes-start,
.falken-reviews .quotes-end {
    margin: 20px auto;
    width: 80px;
    height: 60px;
    font-size: 60px;
  }
}

html:not(.fl-builder-edit) .falken-reviews .falken-reviews-content {
  height: 260px;
}
html:not(.fl-builder-edit) .falken-reviews .falken-reviews-content .falken-review {
  position: absolute;
  top: 0;
  left: 0;
}
html:not(.fl-builder-edit) .falken-reviews .falken-review {
  visibility: hidden;
  pointer-events: none;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
}
html:not(.fl-builder-edit) .falken-reviews .falken-review.selected {
  visibility: visible;
  pointer-events: auto;
}
html:not(.fl-builder-edit) .falken-reviews .falken-review.animate-selected-to-left {
  -webkit-animation: review-animation-selected-to-left 1s both;
  -moz-animation: review-animation-selected-to-left 1s both;
  animation: review-animation-selected-to-left 1s both;
  visibility: visible;
}
html:not(.fl-builder-edit) .falken-reviews .falken-review.animate-right-to-selected {
  -webkit-animation: review-animation-right-to-selected 0.8s both;
  -moz-animation: review-animation-right-to-selected 0.8s both;
  animation: review-animation-right-to-selected 0.8s both;
  visibility: visible;
  z-index: 5;
}
html:not(.fl-builder-edit) .falken-reviews .falken-review.animate-left-to-selected {
  -webkit-animation: review-animation-left-to-selected 1s both;
  -moz-animation: review-animation-left-to-selected 1s both;
  animation: review-animation-left-to-selected 1s both;
  visibility: visible;
  z-index: 5;
}
html:not(.fl-builder-edit) .falken-reviews .falken-review.animate-selected-to-right {
  -webkit-animation: review-animation-selected-to-right 0.8s both;
  -moz-animation: review-animation-selected-to-right 0.8s both;
  animation: review-animation-selected-to-right 0.8s both;
  visibility: visible;
}
@-moz-keyframes review-animation-selected-to-right {
  0% {
    -moz-transform: translate(0%) scale(1);
    -ms-transform: translate(0%) scale(1);
    -o-transform: translate(0%) scale(1);
    -webkit-transform: translate(0%) scale(1);
    transform: translate(0%) scale(1);
    opacity: 1;
  }
  100% {
    -moz-transform: translate(100%) scale(0.5);
    -ms-transform: translate(100%) scale(0.5);
    -o-transform: translate(100%) scale(0.5);
    -webkit-transform: translate(100%) scale(0.5);
    transform: translate(100%) scale(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes review-animation-selected-to-right {
  0% {
    -moz-transform: translate(0%) scale(1);
    -ms-transform: translate(0%) scale(1);
    -o-transform: translate(0%) scale(1);
    -webkit-transform: translate(0%) scale(1);
    transform: translate(0%) scale(1);
    opacity: 1;
  }
  100% {
    -moz-transform: translate(100%) scale(0.5);
    -ms-transform: translate(100%) scale(0.5);
    -o-transform: translate(100%) scale(0.5);
    -webkit-transform: translate(100%) scale(0.5);
    transform: translate(100%) scale(0.5);
    opacity: 0;
  }
}
@keyframes review-animation-selected-to-right {
  0% {
    -moz-transform: translate(0%) scale(1);
    -ms-transform: translate(0%) scale(1);
    -o-transform: translate(0%) scale(1);
    -webkit-transform: translate(0%) scale(1);
    transform: translate(0%) scale(1);
    opacity: 1;
  }
  100% {
    -moz-transform: translate(100%) scale(0.5);
    -ms-transform: translate(100%) scale(0.5);
    -o-transform: translate(100%) scale(0.5);
    -webkit-transform: translate(100%) scale(0.5);
    transform: translate(100%) scale(0.5);
    opacity: 0;
  }
}
@-moz-keyframes review-animation-left-to-selected {
  0% {
    -moz-transform: translate(-100%) scale(0.5);
    -ms-transform: translate(-100%) scale(0.5);
    -o-transform: translate(-100%) scale(0.5);
    -webkit-transform: translate(-100%) scale(0.5);
    transform: translate(-100%) scale(0.5);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0%) scale(1);
    -ms-transform: translate(0%) scale(1);
    -o-transform: translate(0%) scale(1);
    -webkit-transform: translate(0%) scale(1);
    transform: translate(0%) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes review-animation-left-to-selected {
  0% {
    -moz-transform: translate(-100%) scale(0.5);
    -ms-transform: translate(-100%) scale(0.5);
    -o-transform: translate(-100%) scale(0.5);
    -webkit-transform: translate(-100%) scale(0.5);
    transform: translate(-100%) scale(0.5);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0%) scale(1);
    -ms-transform: translate(0%) scale(1);
    -o-transform: translate(0%) scale(1);
    -webkit-transform: translate(0%) scale(1);
    transform: translate(0%) scale(1);
    opacity: 1;
  }
}
@keyframes review-animation-left-to-selected {
  0% {
    -moz-transform: translate(-100%) scale(0.5);
    -ms-transform: translate(-100%) scale(0.5);
    -o-transform: translate(-100%) scale(0.5);
    -webkit-transform: translate(-100%) scale(0.5);
    transform: translate(-100%) scale(0.5);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0%) scale(1);
    -ms-transform: translate(0%) scale(1);
    -o-transform: translate(0%) scale(1);
    -webkit-transform: translate(0%) scale(1);
    transform: translate(0%) scale(1);
    opacity: 1;
  }
}
@-moz-keyframes review-animation-selected-to-left {
  0% {
    -moz-transform: translate(0%) scale(1);
    -ms-transform: translate(0%) scale(1);
    -o-transform: translate(0%) scale(1);
    -webkit-transform: translate(0%) scale(1);
    transform: translate(0%) scale(1);
    opacity: 1;
  }
  100% {
    -moz-transform: translate(-100%) scale(0.5);
    -ms-transform: translate(-100%) scale(0.5);
    -o-transform: translate(-100%) scale(0.5);
    -webkit-transform: translate(-100%) scale(0.5);
    transform: translate(-100%) scale(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes review-animation-selected-to-left {
  0% {
    -moz-transform: translate(0%) scale(1);
    -ms-transform: translate(0%) scale(1);
    -o-transform: translate(0%) scale(1);
    -webkit-transform: translate(0%) scale(1);
    transform: translate(0%) scale(1);
    opacity: 1;
  }
  100% {
    -moz-transform: translate(-100%) scale(0.5);
    -ms-transform: translate(-100%) scale(0.5);
    -o-transform: translate(-100%) scale(0.5);
    -webkit-transform: translate(-100%) scale(0.5);
    transform: translate(-100%) scale(0.5);
    opacity: 0;
  }
}
@keyframes review-animation-selected-to-left {
  0% {
    -moz-transform: translate(0%) scale(1);
    -ms-transform: translate(0%) scale(1);
    -o-transform: translate(0%) scale(1);
    -webkit-transform: translate(0%) scale(1);
    transform: translate(0%) scale(1);
    opacity: 1;
  }
  100% {
    -moz-transform: translate(-100%) scale(0.5);
    -ms-transform: translate(-100%) scale(0.5);
    -o-transform: translate(-100%) scale(0.5);
    -webkit-transform: translate(-100%) scale(0.5);
    transform: translate(-100%) scale(0.5);
    opacity: 0;
  }
}
@-moz-keyframes review-animation-right-to-selected {
  0% {
    -moz-transform: translate(100%) scale(0.5);
    -ms-transform: translate(100%) scale(0.5);
    -o-transform: translate(100%) scale(0.5);
    -webkit-transform: translate(100%) scale(0.5);
    transform: translate(100%) scale(0.5);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0%) scale(1);
    -ms-transform: translate(0%) scale(1);
    -o-transform: translate(0%) scale(1);
    -webkit-transform: translate(0%) scale(1);
    transform: translate(0%) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes review-animation-right-to-selected {
  0% {
    -moz-transform: translate(100%) scale(0.5);
    -ms-transform: translate(100%) scale(0.5);
    -o-transform: translate(100%) scale(0.5);
    -webkit-transform: translate(100%) scale(0.5);
    transform: translate(100%) scale(0.5);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0%) scale(1);
    -ms-transform: translate(0%) scale(1);
    -o-transform: translate(0%) scale(1);
    -webkit-transform: translate(0%) scale(1);
    transform: translate(0%) scale(1);
    opacity: 1;
  }
}
@keyframes review-animation-right-to-selected {
  0% {
    -moz-transform: translate(100%) scale(0.5);
    -ms-transform: translate(100%) scale(0.5);
    -o-transform: translate(100%) scale(0.5);
    -webkit-transform: translate(100%) scale(0.5);
    transform: translate(100%) scale(0.5);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0%) scale(1);
    -ms-transform: translate(0%) scale(1);
    -o-transform: translate(0%) scale(1);
    -webkit-transform: translate(0%) scale(1);
    transform: translate(0%) scale(1);
    opacity: 1;
  }
}

.mc4wp-form {
  width: 100%;
  max-width: 1144px;
  position: absolute;
  bottom: -180px;
  left: 0;
  z-index: 1;
  text-align: center;
  color: #1F1F1F;
  padding: 50px 40px 60px;
}
@media only screen and (max-width: 1200px) {
  .mc4wp-form {
    width: calc(100% - 60px);
    left: 30px;
  }
}
.mc4wp-form > * {
  position: relative;
  z-index: 5;
}
.mc4wp-form:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E0E0E0;
  /* fallback */
  background: linear-gradient(135deg, transparent 30px, #E0E0E0 0) top left, linear-gradient(315deg, transparent 30px, #E0E0E0 0) bottom right;
  background-size: 60% 100%;
  background-repeat: no-repeat;
  z-index: 4;
}
.mc4wp-form:after {
  content: "";
  position: absolute;
  bottom: 22.5px;
  left: 22.5px;
  width: calc(100% - 45px);
  height: calc(100% - 45px);
  -webkit-box-shadow: 0 0 60px 15px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 60px 15px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 60px 15px rgba(0, 0, 0, 0.4);
  z-index: 3;
}
.mc4wp-form h1 {
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 1;
  font-weight: 800;
  color: #000000;
  margin: 0;
}
.mc4wp-form p {
  font-size: 28px;
  margin: 30px auto;
  max-width: 850px;
}
.mc4wp-form .mc4wp-response {
  height: 0;
  overflow: hidden;
}
.mc4wp-form .mc4wp-response p {
  margin-bottom: 0;
  -webkit-transition: margin-top 0.2s ease line-height 0.2s ease;
  -moz-transition: margin-top 0.2s ease line-height 0.2s ease;
  -o-transition: margin-top 0.2s ease line-height 0.2s ease;
  transition: margin-top 0.2s ease line-height 0.2s ease;
}
.mc4wp-form .mc4wp-response:not(.success) p {
  margin-top: 0;
  line-height: 0;
}
.mc4wp-form .mc4wp-response.success {
  height: auto;
}
.mc4wp-form input {
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  padding: 16px 10px;
  border: none;
  border-radius: 0;
  font-size: 18px !important;
  min-width: 240px;
  font-size: 15px !important;
  padding: 17.5px 20px;
  margin: 0 4px;
}
.mc4wp-form input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.mc4wp-form input[type=email] {
  min-width: 370px;
  background: #EBEBEB;
  border: none;
  outline: none;
  height: 54px;
  text-transform: lowercase;
  display: inline-block;
  vertical-align: top;
}
.mc4wp-form input[type=email]::-webkit-input-placeholder {
  text-transform: uppercase;
}
.mc4wp-form input[type=email]::-moz-placeholder {
  text-transform: uppercase;
}
.mc4wp-form input[type=email]:-moz-placeholder {
  text-transform: uppercase;
}
.mc4wp-form input[type=email]:-ms-input-placeholder {
  text-transform: uppercase;
}
@media only screen and (max-width: 1025px) {
  .mc4wp-form input[type=email] {
    background: #FFFFFF;
  }
}
.mc4wp-form input[type=submit] {
  color: #FFFFFF !important;
  background: #DB1A20;
  border: 2px #DB1A20 solid;
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
html:not(.fl-builder-edit):not(.mobile) .mc4wp-form input[type=submit]:not(input):before {
  position: absolute;
  content: "";
  background: #DB1A20;
  -webkit-transition: width ease 0.3s;
  -moz-transition: width ease 0.3s;
  -o-transition: width ease 0.3s;
  transition: width ease 0.3s;
  z-index: -1;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
html:not(.fl-builder-edit):not(.mobile) .mc4wp-form input[type=submit]:not(input):hover {
  background: transparent;
  color: #FFFFFF !important;
  -webkit-transition: color 0.3s ease 0s background 0s ease 0s;
  -moz-transition: color 0.3s ease 0s background 0s ease 0s;
  -o-transition: color 0.3s ease 0s background 0s ease 0s;
  transition: color 0.3s ease 0s background 0s ease 0s;
}
html:not(.fl-builder-edit):not(.mobile) .mc4wp-form input[type=submit]:not(input):hover:before {
  width: 0;
  height: 100%;
  opacity: 1;
}
@media only screen and (max-width: 1025px) {
  .mc4wp-form {
    width: calc(100% - 60px);
    position: relative;
    left: unset;
    bottom: unset;
    padding: 40px 40px 50px;
    margin: 0 auto -70px;
  }
  .mc4wp-form h1 {
    font-size: 35px;
    font-weight: 900;
  }
  .mc4wp-form p {
    margin: 20px 0;
    font-size: 18px;
  }
  .mc4wp-form input {
    width: 100%;
    min-width: 0;
    max-width: 300px;
    margin: 0 0 20px;
  }
  .mc4wp-form input[type=email] {
    min-width: 0;
  }
  .mc4wp-form .mc4wp-form-fields {
    margin-bottom: -20px;
  }
  .mc4wp-form fieldset {
    width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  .mc4wp-form {
    padding: 30px 20px 40px;
  }
  .mc4wp-form > * {
    position: relative;
    z-index: 5;
  }
  .mc4wp-form:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #E0E0E0;
    /* fallback */
    background: linear-gradient(135deg, transparent 25px, #E0E0E0 0) top left, linear-gradient(315deg, transparent 25px, #E0E0E0 0) bottom right;
    background-size: 60% 100%;
    background-repeat: no-repeat;
    z-index: 4;
  }
  .mc4wp-form:after {
    content: "";
    position: absolute;
    bottom: 18.75px;
    left: 18.75px;
    width: calc(100% - 37.5px);
    height: calc(100% - 37.5px);
    -webkit-box-shadow: 0 0 50px 12.5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 50px 12.5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 50px 12.5px rgba(0, 0, 0, 0.4);
    z-index: 3;
  }
  .mc4wp-form h1 {
    font-size: 30px;
  }
}
html.fl-builder-edit .mc4wp-form {
  position: relative;
  bottom: unset;
}

.mc4wp-form .input-btn-primary-wrap {
  margin: 0 4px;
}
@media only screen and (max-width: 1025px) {
  .mc4wp-form .input-btn-primary-wrap {
    margin: 0;
  }
}
.mc4wp-form .input-btn-primary-wrap input[type=submit] {
  background: transparent;
  margin: 0;
}
@media only screen and (min-width: 1026px) {
  .mc4wp-form .input-btn-primary-wrap input[type=submit]:hover {
    color: #1F1F1F !important;
  }
}

.falken-section {
  color: white;
  background: black;
}
.falken-section a, .falken-section a:hover, .falken-section a:active, .falken-section a:focus {
  color: white;
}

.section-top-banner .fl-row-content {
  width: 100%;
  max-width: 100%;
}
.section-top-banner .fl-html {
  position: relative;
  margin: 270px 0 400px;
  float: right;
  width: auto;
}
.section-top-banner .fl-html:after {
  content: "";
  clear: both;
  display: table;
}
.section-top-banner .fl-html h1,
.section-top-banner .fl-html h2 {
  position: relative;
}
.section-top-banner .fl-html h1:before,
.section-top-banner .fl-html h2:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
}
.section-top-banner .fl-html h1:before {
  top: -100px;
  left: -100px;
  background: url("/themes/scs-falken/assets/img/ico-top-left-bracket.svg") bottom right no-repeat;
}
.section-top-banner .fl-html h2:after {
  bottom: -100px;
  right: -100px;
  background: url("/themes/scs-falken/assets/img/ico-bottom-right-bracket.svg") top left no-repeat;
}
.section-top-banner .fl-html h1:before {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.section-top-banner .fl-html h2:after {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.section-top-banner .fl-html h1 {
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  font-size: 140px;
  line-height: 1;
  line-height: 0.85;
  width: auto;
  float: right;
  margin: 0 0 20px;
  text-align: left;
  padding-right: 20px;
  margin-right: -20px;
}
@media only screen and (max-width: 1025px) {
  .section-top-banner .fl-html h1 {
    font-size: 15vw;
    margin: 0 0 10px;
  }
}
.section-top-banner .fl-html h2 {
  position: absolute;
  float: right;
  width: 100%;
  top: 100%;
  right: 0;
  text-align: left;
  font-size: 18px;
  font-style: italic;
  letter-spacing: 0.2em;
  line-height: 1.4;
  margin: 0;
  text-transform: uppercase;
  z-index: 1;
  color: inherit;
  padding: 0.6em 20px 0.6em 20%;
  background: #DB1A20;
  /* fallback */
  background: linear-gradient(315deg, transparent 0.9em, #DB1A20 0) bottom right no-repeat;
  background-size: 80% 100%;
}
.section-top-banner .fl-html h2 .border {
  border: none !important;
}
.section-top-banner .fl-html h2:before {
  content: "";
  position: absolute;
  width: 200px;
  height: 100%;
  top: 0;
  left: calc(20% + 2px);
  background: #DB1A20;
  /* fallback */
  background: linear-gradient(240deg, transparent 160px, #DB1A20 0) top left no-repeat;
  background-size: 100% 100%;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  -webkit-transform-origin: left;
  transform-origin: left;
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  z-index: -1;
}
.section-top-banner .fl-html h2 .underline {
  position: absolute;
  width: calc(100% - 30px);
  height: 2px;
  right: 30px;
  bottom: 0;
  background: #DB1A20;
}
@media only screen and (max-width: 767px) {
  .section-top-banner .fl-html h2 {
    font-size: 3vw;
    line-height: 1.2;
    padding-left: 30%;
    background-size: 70% 100%;
  }
  .section-top-banner .fl-html h2:before {
    left: 30%;
  }
}
.section-top-banner .fl-html h3 {
  display: none;
}
@media only screen and (max-width: 1600px) {
  .section-top-banner .fl-col {
    width: auto !important;
    padding-left: 8vw;
  }
  .section-top-banner .fl-col:nth-child(2) {
    display: none;
  }
}
@media only screen and (max-width: 1025px) {
  .section-top-banner .fl-col {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0;
    text-align: center;
  }
  .section-top-banner .fl-html {
    float: none;
    display: inline-block;
    margin: 220px 0 310px;
    max-width: 80%;
  }
  .section-top-banner .fl-html h1,
.section-top-banner .fl-html h2 {
    position: relative;
  }
  .section-top-banner .fl-html h1:before,
.section-top-banner .fl-html h2:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
  }
  .section-top-banner .fl-html h1:before {
    top: -100px;
    left: -100px;
    background: url("/themes/scs-falken/assets/img/ico-top-left-bracket.svg") bottom right no-repeat;
  }
  .section-top-banner .fl-html h2:after {
    bottom: -100px;
    right: -100px;
    background: url("/themes/scs-falken/assets/img/ico-bottom-right-bracket.svg") top left no-repeat;
  }
  .section-top-banner .fl-html h1:before {
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
  }
  .section-top-banner .fl-html h2:after {
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .section-top-banner .fl-html h1,
.section-top-banner .fl-html h2 {
    position: relative;
  }
  .section-top-banner .fl-html h1:before,
.section-top-banner .fl-html h2:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
  }
  .section-top-banner .fl-html h1:before {
    top: -100px;
    left: -100px;
    background: url("/themes/scs-falken/assets/img/ico-top-left-bracket.svg") bottom right no-repeat;
  }
  .section-top-banner .fl-html h2:after {
    bottom: -100px;
    right: -100px;
    background: url("/themes/scs-falken/assets/img/ico-bottom-right-bracket.svg") top left no-repeat;
  }
  .section-top-banner .fl-html h1:before {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
  }
  .section-top-banner .fl-html h2:after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  .section-top-banner .fl-html h2 {
    font-size: 2vw;
  }
}

.section-top-banner .fl-html h1 {
  float: left;
}
.section-top-banner .fl-html h2 {
  letter-spacing: 0.1em;
}

body.single-post .falken-section.section-overview {
  margin-top: 200px;
}

.section-overview .fl-row {
  background: #FAFAFA;
}
.section-overview .overview-row-1 .fl-row-content {
  padding: 0 0 190px;
}
.section-overview .overview-row-1 .tire-gallery {
  margin: -120px 0 0;
  position: relative;
  z-index: 3;
}
.section-overview .overview-row-1 .fl-module-html {
  margin: -120px 0 0;
  position: relative;
  z-index: 5;
}
.section-overview .overview-row-1 .fl-html {
  margin: 0;
  padding: 55px 60px 70px 65px;
  position: relative;
  text-align: left;
}
html:not(.fl-builder-edit):not(.mobile) .section-overview .overview-row-1 .fl-html {
  opacity: 0;
}
html:not(.fl-builder-edit):not(.mobile) .section-overview .overview-row-1 .fl-html.aos-animate {
  opacity: 1;
}
.section-overview .overview-row-1 .fl-html > * {
  position: relative;
  z-index: 5;
}
.section-overview .overview-row-1 .fl-html:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  /* fallback */
  background: linear-gradient(135deg, transparent 38px, #000000 0) top left, linear-gradient(315deg, transparent 38px, #000000 0) bottom right;
  background-size: 60% 100%;
  background-repeat: no-repeat;
  z-index: 4;
}
.section-overview .overview-row-1 .fl-html:after {
  content: "";
  position: absolute;
  bottom: 28.5px;
  left: 28.5px;
  width: calc(100% - 57px);
  height: calc(100% - 57px);
  -webkit-box-shadow: 0 0 76px 19px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 76px 19px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 76px 19px rgba(0, 0, 0, 0.4);
  z-index: 3;
}
.section-overview .overview-row-1 .fl-html h1 {
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 1;
  color: #FFFFFF;
  margin: 0 0 0.5em;
}
.section-overview .overview-row-1 .fl-html p {
  color: #FFFFFF;
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}
.section-overview .overview-row-1 .fl-html p:after {
  content: "";
  clear: both;
  display: table;
}
.section-overview .overview-row-1 .fl-html p.buttons {
  text-align: center;
}
.section-overview .overview-row-1 .fl-html p.read-more {
  display: none;
}
.section-overview .overview-row-1 .fl-html .btn {
  margin: 0;
  min-width: 47%;
  float: left;
}
.section-overview .overview-row-1 .fl-html .btn:first-child {
  color: #FFFFFF;
  border: 2px #FFFFFF solid;
  position: relative;
  z-index: 0;
}
html:not(.fl-builder-edit):not(.mobile) .section-overview .overview-row-1 .fl-html .btn:first-child:before {
  position: absolute;
  content: "";
  background: #FFFFFF;
  -webkit-transition: transform ease 0.1s;
  -moz-transition: transform ease 0.1s;
  -o-transition: transform ease 0.1s;
  transition: transform ease 0.1s;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  -webkit-transform-origin: right;
  transform-origin: right;
  z-index: -1;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
}
html:not(.fl-builder-edit):not(.mobile) .section-overview .overview-row-1 .fl-html .btn:first-child:hover {
  color: #FFFFFF !important;
  -webkit-transition: color 0.3s ease 0s background 0s ease 0s;
  -moz-transition: color 0.3s ease 0s background 0s ease 0s;
  -o-transition: color 0.3s ease 0s background 0s ease 0s;
  transition: color 0.3s ease 0s background 0s ease 0s;
}
html:not(.fl-builder-edit):not(.mobile) .section-overview .overview-row-1 .fl-html .btn:first-child:hover:before {
  -webkit-transition: transform ease 0.3s;
  -moz-transition: transform ease 0.3s;
  -o-transition: transform ease 0.3s;
  transition: transform ease 0.3s;
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.section-overview .overview-row-1 .fl-html .btn:last-child {
  color: #000000 !important;
  background: #DB1A20;
  border: 2px #DB1A20 solid;
  position: relative;
  z-index: 0;
  overflow: hidden;
  float: right;
}
html:not(.fl-builder-edit):not(.mobile) .section-overview .overview-row-1 .fl-html .btn:last-child:not(input):before {
  position: absolute;
  content: "";
  background: #DB1A20;
  -webkit-transition: width ease 0.3s;
  -moz-transition: width ease 0.3s;
  -o-transition: width ease 0.3s;
  transition: width ease 0.3s;
  z-index: -1;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
html:not(.fl-builder-edit):not(.mobile) .section-overview .overview-row-1 .fl-html .btn:last-child:not(input):hover {
  background: transparent;
  color: #000000 !important;
  -webkit-transition: color 0.3s ease 0s background 0s ease 0s;
  -moz-transition: color 0.3s ease 0s background 0s ease 0s;
  -o-transition: color 0.3s ease 0s background 0s ease 0s;
  transition: color 0.3s ease 0s background 0s ease 0s;
}
html:not(.fl-builder-edit):not(.mobile) .section-overview .overview-row-1 .fl-html .btn:last-child:not(input):hover:before {
  width: 0;
  height: 100%;
  opacity: 1;
}
.section-overview .overview-row-1 .fl-html .btn .ico-fit-arrow {
  width: 1.8em;
  height: 0.8em;
  position: relative;
  display: inline-block;
}
.section-overview .overview-row-1 .fl-html .btn .ico-fit-arrow:before {
  content: "\e901";
}
.section-overview .overview-row-1 .fl-html .btn .ico-fit-arrow:before {
  position: absolute;
  font-size: 1.2em;
  top: 50%;
  left: 0;
  transform: translateY(-0.5em);
}
@media only screen and (min-width: 1026px) {
  .section-overview .overview-row-1 .fl-html {
    min-height: 680px;
    padding-bottom: 150px;
  }
  .section-overview .overview-row-1 .fl-html p.buttons {
    min-height: 137px;
    position: absolute;
    bottom: 0;
    left: 65px;
    right: 60px;
  }
}
@media only screen and (max-width: 1025px) {
  .section-overview .overview-row-1 .fl-row-content {
    padding-bottom: 12vw;
  }
  .section-overview .overview-row-1 .fl-row-content > .fl-col-group > .fl-col {
    width: 100% !important;
    max-width: 9999px;
    padding: 0 30px;
  }
  .section-overview .overview-row-1 .fl-html {
    padding: 40px 30px;
  }
  .section-overview .overview-row-1 .fl-html h1 {
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 1;
  }
  .section-overview .overview-row-1 .fl-html > * {
    position: relative;
    z-index: 5;
  }
  .section-overview .overview-row-1 .fl-html:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    /* fallback */
    background: linear-gradient(135deg, transparent 26px, #000000 0) top left, linear-gradient(315deg, transparent 26px, #000000 0) bottom right;
    background-size: 60% 100%;
    background-repeat: no-repeat;
    z-index: 4;
  }
  .section-overview .overview-row-1 .fl-html:after {
    content: "";
    position: absolute;
    bottom: 19.5px;
    left: 19.5px;
    width: calc(100% - 39px);
    height: calc(100% - 39px);
    -webkit-box-shadow: 0 0 52px 13px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 52px 13px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 52px 13px rgba(0, 0, 0, 0.4);
    z-index: 3;
  }
  .section-overview .overview-row-1 .fl-html p.buttons {
    margin: 0;
  }
  .section-overview .overview-row-1 .fl-html .btn {
    width: calc(100% - 20px);
    min-width: 0;
    max-width: 240px;
    display: inline-block;
    margin: 28px 10px 0;
    float: none !important;
  }
  .section-overview .overview-row-1 .tire-gallery {
    margin: 40px auto 0;
    float: none;
  }
  .section-overview .overview-row-1 .tire-gallery .tire-gallery-image {
    height: calc(100vw - 60px);
    max-height: 400px;
  }
  .section-overview .overview-row-1 .tire-gallery .fl-col-group {
    width: calc(100% + 14px) !important;
    font-size: 0;
    margin: 0 -7px;
  }
  .section-overview .overview-row-1 .tire-gallery .fl-col-group .fl-col {
    max-width: calc(33.333% - 14px) !important;
    margin: 0 7px;
  }
  .section-overview .overview-row-1 .tire-gallery .fl-col-group .fl-col .fl-module-content {
    margin: 0;
  }
  .section-overview .overview-row-1 .tire-gallery .fl-col-group .fl-col .fl-photo-content {
    max-width: calc(33.333vw - 34px);
    max-height: calc(33.333vw - 34px);
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 500px) {
  .section-overview .overview-row-1 .fl-html p {
    max-height: 200px;
    overflow: hidden;
    -webkit-transition: max-height 0.4s ease;
    -moz-transition: max-height 0.4s ease;
    -o-transition: max-height 0.4s ease;
    transition: max-height 0.4s ease;
  }
  .section-overview .overview-row-1 .fl-html p.read-more {
    display: block;
    margin: 0;
    text-align: center;
  }
  .section-overview .overview-row-1 .fl-html p.read-more .btn {
    padding: 0;
    background: none;
    border: none;
    color: #FFFFFF !important;
  }
  .section-overview .overview-row-1 .fl-html p.read-more .btn:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e908";
    color: #DB1A20;
    font-size: 1.2em;
    line-height: 0.8;
    width: 2em;
    display: inline-block;
    vertical-align: top;
    -moz-transform-origin: right 50%;
    -ms-transform-origin: right 50%;
    -o-transform-origin: right 50%;
    -webkit-transform-origin: right 50%;
    transform-origin: right 50%;
    -webkit-transition: transform 0.2s linear;
    -moz-transition: transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
  }
  .section-overview .overview-row-1 .fl-html p.read-more .btn.selected:after {
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }
  .section-overview .overview-row-1 .fl-html p.read-more .btn .read-more-label {
    display: inline;
  }
  .section-overview .overview-row-1 .fl-html p.read-more .btn .read-less-label {
    display: none;
  }
  .section-overview .overview-row-1 .fl-html p.read-more .btn.selected .read-more-label {
    display: none;
  }
  .section-overview .overview-row-1 .fl-html p.read-more .btn.selected .read-less-label {
    display: inline;
  }
}
.section-overview .overview-row-2 .fl-row-content {
  width: 100%;
  max-width: 100%;
}
.section-overview .overview-row-2 .fl-photo,
.section-overview .overview-row-2 .fl-photo-content,
.section-overview .overview-row-2 img {
  height: 790px;
  max-height: 50vw;
  width: auto;
  max-width: 9999px;
}
.section-overview .overview-row-2 .fl-col {
  width: 50% !important;
  float: left !important;
  clear: none !important;
  overflow: hidden;
}
.section-overview .overview-row-2 .fl-col.tire-column {
  position: absolute;
  width: 400px !important;
  height: 100%;
  left: calc(50% - 200px);
  top: 0;
  z-index: 1;
  overflow: visible;
}
.section-overview .overview-row-2 .fl-col.tire-column img {
  height: 125%;
  max-height: 9999px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 9999px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-overview .overview-row-3 {
  background: #FFFFFF;
}
.section-overview .overview-row-3 .fl-row-content {
  width: 100%;
  max-width: 100%;
}
.section-overview .overview-row-3 .fl-row-content-wrap {
  padding-bottom: 130px;
}
html:not(.fl-builder-edit) .section-overview .overview-row-3 .background-image {
  position: absolute;
  top: 100px;
  left: 0;
  max-width: 100%;
}
html:not(.fl-builder-edit) .section-overview .overview-row-3 .background-image .fl-photo-content {
  margin: 0;
}
html:not(.fl-builder-edit) .section-overview .overview-row-3 .background-image .fl-photo-content img {
  max-width: 100%;
}
.section-overview .overview-row-3 .fl-rich-text {
  text-align: center;
  max-width: 1144px;
  margin: 0 auto;
  position: relative;
}
.section-overview .overview-row-3 .fl-rich-text h1 {
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  font-size: 80px;
  line-height: 1;
  color: #FFFFFF;
  padding: 0 0 20px;
  margin: 130px 0 40px;
  text-align: center;
  position: relative;
}
.section-overview .overview-row-3 .fl-rich-text h1:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  left: calc(50% - 30px);
  bottom: 0;
  background: #DB1A20;
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .section-overview .overview-row-3 .fl-rich-text h1 {
    font-size: 60px;
    padding: 0 0 30px;
    margin: 8vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-overview .overview-row-3 .fl-rich-text h1 {
    font-size: 50px;
    padding: 0 0 30px;
    margin: 40px 0;
  }
}
@media only screen and (max-width: 360px) {
  .section-overview .overview-row-3 .fl-rich-text h1 {
    font-size: 40px;
  }
}
.section-overview .overview-row-3 .fl-rich-text p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.6;
  max-width: 1000px;
  margin: 0 auto;
  color: #FFFFFF;
}
.section-overview .overview-row-3 .fl-photo-content {
  margin: 50px 0 25px;
}
.section-overview .overview-row-3 .fl-photo-content img {
  max-width: calc(100% - 60px);
}
html:not(.fl-builder-edit) .section-overview .overview-row-3 .fl-module-photo.desktop {
  display: block;
}
html:not(.fl-builder-edit) .section-overview .overview-row-3 .fl-module-photo.mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  html:not(.fl-builder-edit) .section-overview .overview-row-3 .fl-module-photo.desktop {
    display: none;
  }
  html:not(.fl-builder-edit) .section-overview .overview-row-3 .fl-module-photo.mobile {
    display: block;
  }
}
.section-overview .overview-row-3 .text-comment .fl-rich-text p {
  font-size: 12px;
  font-weight: 500;
  font-style: italic;
  text-transform: uppercase;
  opacity: 0.7;
  max-width: 700px;
}
@media only screen and (max-width: 1025px) {
  .section-overview .overview-row-3 .fl-row-content-wrap {
    padding-bottom: 85px;
  }
  html:not(.fl-builder-edit) .section-overview .overview-row-3 .background-image {
    top: 30px;
  }
  .section-overview .overview-row-3 .fl-photo-content {
    margin: 20px 0;
  }
  .section-overview .overview-row-3 .fl-rich-text {
    padding: 0 30px;
  }
  .section-overview .overview-row-3 .fl-rich-text h1 {
    margin-bottom: 30px;
  }
  .section-overview .overview-row-3 .fl-rich-text p {
    font-size: 18px;
  }
}
.section-overview .overview-row-4 {
  position: relative;
}
.section-overview .overview-row-4 .fl-row-content {
  width: 100%;
  max-width: 100%;
}
.section-overview .overview-row-4 .fl-row-content-wrap {
  padding-bottom: 100px;
}
.section-overview .overview-row-4 .wheel .fl-photo-content {
  position: relative;
}
.section-overview .overview-row-4 .wheel .fl-photo-content img {
  margin-top: -60px;
}
.section-overview .overview-row-4 .fl-rich-text h1 {
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  font-size: 140px;
  line-height: 1;
  line-height: 0.8;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 0;
}
html:not(.fl-builder-edit) .section-overview .overview-row-4 .fl-rich-text h1 {
  margin-top: -2.3em;
}
@media only screen and (max-width: 767px) {
  html:not(.fl-builder-edit) .section-overview .overview-row-4 .fl-rich-text h1 {
    margin-top: -4em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  html:not(.fl-builder-edit) .section-overview .overview-row-4 .fl-rich-text h1 {
    margin-top: -3em;
  }
}
@media only screen and (max-width: 1025px) {
  .section-overview .overview-row-4 .fl-row-content-wrap {
    padding-bottom: 0;
  }
  .section-overview .overview-row-4 .fl-rich-text h1 {
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    font-size: 14vw;
    line-height: 1;
    margin: 0 30px;
  }
  .section-overview .overview-row-4 .wheel .fl-photo-content img {
    max-width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .section-overview .overview-row-4 .fl-rich-text h1 {
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    font-size: 100px;
    line-height: 1;
  }
}

.section-overview .overview-row-1 .fl-html h1 {
  padding-bottom: 0.5em;
}
.section-overview .overview-row-1 .fl-html h1:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  left: calc(50% - 50%);
  bottom: 0;
  background: #DB1A20;
}
@media only screen and (max-width: 1025px) {
  .section-overview .overview-row-1 .fl-row-content-wrap {
    background-size: auto !important;
    background-position: bottom center !important;
  }
}
.section-overview .overview-row-2 {
  background: #363636;
}
@media only screen and (max-width: 1025px) {
  html:not(.fl-builder-edit) .section-overview .overview-row-3 .background-image {
    display: none;
  }
}
.section-overview .overview-row-4 {
  text-align: center;
}
.section-overview .overview-row-4 .fl-row-content-wrap {
  padding-bottom: 0;
}
.section-overview .overview-row-4 .fl-rich-text {
  display: inline-block;
  text-align: center;
}
.section-overview .overview-row-4 .fl-rich-text h1 {
  font-size: 120px;
}
.section-overview .overview-row-4 .fl-rich-text h2 {
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  font-size: 120px;
  line-height: 1;
  display: inline-block;
  color: #DB1A20;
  padding: 0.1em 0.4em;
  margin: 0 0.1em 0 -0.1em;
  position: relative;
  z-index: 1;
}
.section-overview .overview-row-4 .fl-rich-text h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  /* fallback */
  background: linear-gradient(130deg, transparent 0.25em, #000000 0) top left, linear-gradient(310deg, transparent 0.25em, #000000 0) bottom right;
  background-size: 60% 100%;
  background-repeat: no-repeat;
  -moz-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  z-index: -1;
}
.section-overview .overview-row-4 .fl-rich-text h3 {
  display: inline-block;
  width: 100vw;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.3em;
  margin: 40px 0 150px;
}
html:not(.fl-builder-edit) .section-overview .overview-row-4 .fl-rich-text h1 {
  margin-top: -0.5em;
}
@media only screen and (max-width: 1025px) {
  html:not(.fl-builder-edit) .section-overview .overview-row-4 .fl-rich-text h1 {
    margin-top: -1.5em;
    font-size: 9vw;
  }
  html:not(.fl-builder-edit) .section-overview .overview-row-4 .fl-rich-text h2 {
    font-size: 9vw;
  }
  html:not(.fl-builder-edit) .section-overview .overview-row-4 .fl-rich-text h3 {
    font-size: 14px;
    max-width: 70vw;
    letter-spacing: 0.2em;
    margin: 15px 0 15vw;
  }
  html:not(.fl-builder-edit) .section-overview .overview-row-4 .wheel .fl-photo-content img {
    max-width: calc(100% - 90px);
    margin-top: -8vw;
  }
}

.section-features .fl-row {
  background: #FAFAFA;
}
.section-features .fl-rich-text h1 {
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  font-size: 80px;
  line-height: 1;
  color: #FFFFFF;
  padding: 0 0 20px;
  margin: 130px auto 70px;
  text-align: center;
  position: relative;
  margin-bottom: 80px;
}
.section-features .fl-rich-text h1:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  left: calc(50% - 30px);
  bottom: 0;
  background: #DB1A20;
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .section-features .fl-rich-text h1 {
    font-size: 60px;
    padding: 0 0 30px;
    margin: 8vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-features .fl-rich-text h1 {
    font-size: 50px;
    padding: 0 0 30px;
    margin: 40px 0;
  }
}
@media only screen and (max-width: 360px) {
  .section-features .fl-rich-text h1 {
    font-size: 40px;
  }
}
.section-features .section-title {
  position: relative;
  padding: 0 0 40px;
  margin: 130px 30px 80px;
}
.section-features .section-title:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  left: calc(50% - 30px);
  bottom: 0;
  background: #DB1A20;
}
html:not(.fl-builder-edit) .section-features .section-title.desktop {
  display: block;
}
html:not(.fl-builder-edit) .section-features .section-title.mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  html:not(.fl-builder-edit) .section-features .section-title.desktop {
    display: none;
  }
  html:not(.fl-builder-edit) .section-features .section-title.mobile {
    display: block;
  }
}
.section-features .fl-module-html .fl-module-content {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .section-features .section-title {
    padding: 0 0 30px;
    margin: 40px 30px;
  }
}

html:not(.fl-builder-edit) .section-features .fl-col {
  min-height: 0;
}

.section-popular-vehicles .fl-row {
  background: #1F1F1F;
}
.section-popular-vehicles .fl-row-content-wrap {
  padding: 200px 0;
}
.section-popular-vehicles .fl-rich-text, .section-popular-vehicles .fl-html {
  color: inherit;
}
.section-popular-vehicles .fl-rich-text h1, .section-popular-vehicles .fl-html h1 {
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1;
  margin: 35px 0 0;
  float: left;
  color: inherit;
}
.section-popular-vehicles .fl-rich-text h1 strong, .section-popular-vehicles .fl-html h1 strong {
  font-weight: 900;
  color: #FFFFFF;
}
.section-popular-vehicles .fl-rich-text h1,
.section-popular-vehicles .fl-rich-text h1, .section-popular-vehicles .fl-html h1,
.section-popular-vehicles .fl-html h1 {
  position: relative;
}
.section-popular-vehicles .fl-rich-text h1:before,
.section-popular-vehicles .fl-rich-text h1:after, .section-popular-vehicles .fl-html h1:before,
.section-popular-vehicles .fl-html h1:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
}
.section-popular-vehicles .fl-rich-text h1:before, .section-popular-vehicles .fl-html h1:before {
  top: -95px;
  left: -100px;
  background: url("/themes/scs-falken/assets/img/ico-top-left-bracket.svg") bottom right no-repeat;
}
.section-popular-vehicles .fl-rich-text h1:after, .section-popular-vehicles .fl-html h1:after {
  bottom: -90px;
  right: -100px;
  background: url("/themes/scs-falken/assets/img/ico-bottom-right-bracket.svg") top left no-repeat;
}
.section-popular-vehicles .fl-rich-text h1:before, .section-popular-vehicles .fl-html h1:before {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.section-popular-vehicles .fl-rich-text h1:after, .section-popular-vehicles .fl-html h1:after {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.section-popular-vehicles .fl-rich-text ul, .section-popular-vehicles .fl-html ul {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  list-style: none;
}
.section-popular-vehicles .fl-rich-text ul li, .section-popular-vehicles .fl-html ul li {
  margin: 20px 0;
}
.section-popular-vehicles .fl-rich-text ul li:last-of-type, .section-popular-vehicles .fl-html ul li:last-of-type {
  margin-bottom: 0;
}
.section-popular-vehicles .fl-rich-text ul li:before, .section-popular-vehicles .fl-html ul li:before {
  color: #DB1A20;
  content: "•";
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
html:not(.fl-builder-edit) .section-popular-vehicles .fl-rich-text p.read-more, html:not(.fl-builder-edit) .section-popular-vehicles .fl-html p.read-more {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .section-popular-vehicles .fl-row-content-wrap {
    padding: 100px 0;
    background-size: cover !important;
  }
  .section-popular-vehicles .fl-col {
    float: left !important;
    width: 33.333% !important;
    clear: none;
  }
  .section-popular-vehicles .fl-col:first-child {
    text-align: center;
  }
  .section-popular-vehicles .fl-rich-text h1, .section-popular-vehicles .fl-html h1 {
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    font-size: 5vw;
    line-height: 1;
    margin: 50px auto 0;
    display: inline-block;
    float: none;
    text-align: left;
  }
  .section-popular-vehicles .fl-rich-text h1,
.section-popular-vehicles .fl-rich-text h1, .section-popular-vehicles .fl-html h1,
.section-popular-vehicles .fl-html h1 {
    position: relative;
  }
  .section-popular-vehicles .fl-rich-text h1:before,
.section-popular-vehicles .fl-rich-text h1:after, .section-popular-vehicles .fl-html h1:before,
.section-popular-vehicles .fl-html h1:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
  }
  .section-popular-vehicles .fl-rich-text h1:before, .section-popular-vehicles .fl-html h1:before {
    top: -95px;
    left: -100px;
    background: url("/themes/scs-falken/assets/img/ico-top-left-bracket.svg") bottom right no-repeat;
  }
  .section-popular-vehicles .fl-rich-text h1:after, .section-popular-vehicles .fl-html h1:after {
    bottom: -90px;
    right: -100px;
    background: url("/themes/scs-falken/assets/img/ico-bottom-right-bracket.svg") top left no-repeat;
  }
  .section-popular-vehicles .fl-rich-text h1:before, .section-popular-vehicles .fl-html h1:before {
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
  }
  .section-popular-vehicles .fl-rich-text h1:after, .section-popular-vehicles .fl-html h1:after {
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
}
@media only screen and (max-width: 767px) {
  .section-popular-vehicles .fl-row-content-wrap {
    padding: 70px 0 50px;
    background-size: 200% auto !important;
  }
  .section-popular-vehicles .fl-col {
    float: none !important;
    width: auto !important;
    margin: 0 auto;
  }
  .section-popular-vehicles .fl-col:first-child {
    text-align: center;
  }
  .section-popular-vehicles .fl-rich-text h1, .section-popular-vehicles .fl-html h1 {
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 1;
    margin: 0 auto 50px;
    display: inline-block;
    float: none;
    text-align: left;
  }
  .section-popular-vehicles .fl-rich-text ul, .section-popular-vehicles .fl-html ul {
    padding-left: 15vw;
  }
  html:not(.fl-builder-edit) .section-popular-vehicles .fl-rich-text p.read-more, html:not(.fl-builder-edit) .section-popular-vehicles .fl-html p.read-more {
    display: block;
    margin: 30px 0 0;
    text-align: center;
  }
  html:not(.fl-builder-edit) .section-popular-vehicles .fl-rich-text p.read-more .btn, html:not(.fl-builder-edit) .section-popular-vehicles .fl-html p.read-more .btn {
    padding: 0;
    background: none;
    border: none;
    color: #FFFFFF !important;
  }
  html:not(.fl-builder-edit) .section-popular-vehicles .fl-rich-text p.read-more .btn:after, html:not(.fl-builder-edit) .section-popular-vehicles .fl-html p.read-more .btn:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e908";
    color: #DB1A20;
    font-size: 1.2em;
    line-height: 0.8;
    width: 2em;
    display: inline-block;
    vertical-align: top;
    -moz-transform-origin: right 50%;
    -ms-transform-origin: right 50%;
    -o-transform-origin: right 50%;
    -webkit-transform-origin: right 50%;
    transform-origin: right 50%;
    -webkit-transition: transform 0.2s linear;
    -moz-transition: transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
  }
  html:not(.fl-builder-edit) .section-popular-vehicles .fl-rich-text p.read-more .btn.selected:after, html:not(.fl-builder-edit) .section-popular-vehicles .fl-html p.read-more .btn.selected:after {
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }
  html:not(.fl-builder-edit) .section-popular-vehicles .fl-rich-text p.read-more .btn .read-more-label, html:not(.fl-builder-edit) .section-popular-vehicles .fl-html p.read-more .btn .read-more-label {
    display: inline;
  }
  html:not(.fl-builder-edit) .section-popular-vehicles .fl-rich-text p.read-more .btn .read-less-label, html:not(.fl-builder-edit) .section-popular-vehicles .fl-html p.read-more .btn .read-less-label {
    display: none;
  }
  html:not(.fl-builder-edit) .section-popular-vehicles .fl-rich-text p.read-more .btn.selected .read-more-label, html:not(.fl-builder-edit) .section-popular-vehicles .fl-html p.read-more .btn.selected .read-more-label {
    display: none;
  }
  html:not(.fl-builder-edit) .section-popular-vehicles .fl-rich-text p.read-more .btn.selected .read-less-label, html:not(.fl-builder-edit) .section-popular-vehicles .fl-html p.read-more .btn.selected .read-less-label {
    display: inline;
  }
  .section-popular-vehicles .more-vehicles,
.section-popular-vehicles #more-vehicles {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.2s ease;
    -moz-transition: max-height 0.2s ease;
    -o-transition: max-height 0.2s ease;
    transition: max-height 0.2s ease;
  }
}
@media only screen and (max-width: 500px) {
  .section-popular-vehicles .fl-row-content-wrap {
    background-size: 300% auto !important;
  }
}

.section-popular-vehicles .fl-row-content {
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 1026px) {
  .section-popular-vehicles .fl-row-content-wrap {
    padding: 150px 20px 150px 0;
  }
  .section-popular-vehicles .fl-rich-text h1, .section-popular-vehicles .fl-html h1 {
    text-align: left;
    margin: 55px 0;
    display: inline-block;
    float: none;
  }
  .section-popular-vehicles .fl-col:first-child .fl-rich-text, .section-popular-vehicles .fl-col:first-child .fl-html {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .section-popular-vehicles .fl-col {
    width: 33.33% !important;
  }
  .section-popular-vehicles .fl-col:first-child {
    width: 100% !important;
    max-width: 9999px;
  }
  .section-popular-vehicles .fl-rich-text h1, .section-popular-vehicles .fl-html h1 {
    margin: 0 auto 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-popular-vehicles .fl-row-content-wrap {
    padding: 70px 0;
    background-size: 100% auto !important;
  }
}

.section-performance-ratings .fl-row-content {
  width: 100%;
  max-width: 100%;
}
.section-performance-ratings .fl-row-content {
  width: 80%;
  padding: 160px 0 80px;
}
.section-performance-ratings h1 {
  width: auto;
  float: left;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1;
  color: #FFFFFF;
  margin: 0;
  position: relative;
  background-image: url("data:image/svg+xml;utf8,<svg data-type='title-left' data-corner='24' data-angle='55' fill='black' stroke='#FFFFFF' stroke-width='2'><polygon points=''/></svg>");
  padding: 20px 20px 16px 40px;
}
.section-performance-ratings h1 svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.section-performance-ratings h1 svg {
  z-index: -1;
}
.section-performance-ratings h2 {
  width: calc(100% - 100px);
  height: 2px;
  float: right;
  background: #FFFFFF;
  margin-top: -2px;
  margin-bottom: 20px;
  margin-top: -1px;
}
.section-performance-ratings .fl-col-content .fl-col-group {
  margin: -70px;
}
.section-performance-ratings .fl-rich-text p {
  margin: 0 0 10px;
}
.section-performance-ratings .fl-rich-text p:last-child {
  margin-bottom: 0;
}
.section-performance-ratings .text-comment .fl-rich-text p {
  font-size: 12px;
  font-weight: 500;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
  max-width: 600px;
  margin: 80px auto 0;
}
.section-performance-ratings .performance-rating {
  display: block;
  padding: 0 70px;
}
.section-performance-ratings .performance-rating:after {
  content: "";
  clear: both;
  display: table;
}
.section-performance-ratings .performance-rating label {
  display: block;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
  margin: 25px 0 8px;
}
.section-performance-ratings .performance-rating .progress {
  display: block;
  float: left;
  width: calc(100% - 100px);
  height: auto;
  padding: 14px;
  position: relative;
  background: none;
  border: none;
  border-radius: 0;
}
.section-performance-ratings .performance-rating .progress .progress-bar {
  display: block;
  height: 10px;
  background: #DB1A20;
}
.section-performance-ratings .performance-rating .progress:before, .section-performance-ratings .performance-rating .progress:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  left: 0;
  border: white 2px solid;
}
.section-performance-ratings .performance-rating .progress:before {
  top: 0;
  border-bottom: none;
}
.section-performance-ratings .performance-rating .progress:after {
  bottom: 0;
  border-top: none;
}
.section-performance-ratings .performance-rating .value {
  display: block;
  float: left;
  width: 100px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1;
  text-align: left;
  padding-left: 30px;
  line-height: 0.9;
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .section-performance-ratings .fl-row-content {
    padding: 100px 0 50px;
  }
  .section-performance-ratings .fl-col {
    max-width: 9999px !important;
  }
  .section-performance-ratings .fl-col-content .fl-col-group {
    margin: 0 -20px;
  }
  .section-performance-ratings .text-comment .fl-rich-text p {
    margin: 50px auto 0;
  }
  .section-performance-ratings .performance-rating {
    padding: 0 20px;
  }
  .section-performance-ratings .performance-rating .value {
    font-size: 34px;
    line-height: 1;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-performance-ratings .fl-row-content-wrap {
    background-size: 100% auto !important;
    background-position: top center !important;
    position: relative;
    z-index: 1;
  }
  .section-performance-ratings .fl-row-content {
    width: auto;
    padding: 50px 30px;
  }
  .section-performance-ratings .fl-col {
    max-width: 9999px !important;
  }
  .section-performance-ratings h1 {
    font-size: 24px;
    padding: 10px 10px 10px 30px;
    max-width: calc(100vw - 110px);
  }
  .section-performance-ratings .fl-col-content .fl-col-group {
    margin: 0;
  }
  .section-performance-ratings .text-comment .fl-rich-text p {
    margin: 50px auto 0;
  }
  .section-performance-ratings .performance-rating {
    padding: 0;
  }
  .section-performance-ratings .performance-rating label {
    font-size: 16px;
  }
  .section-performance-ratings .performance-rating .progress {
    width: calc(100% - 60px);
  }
  .section-performance-ratings .performance-rating .value {
    font-size: 30px;
    line-height: 1.2;
    width: 60px;
    padding-left: 10px;
    text-align: center;
  }
}
@media only screen and (max-width: 500px) {
  .section-performance-ratings h2 {
    background: none;
  }
}

.section-size-list .fl-row {
  background: #1F1F1F;
}
.section-size-list .fl-row-content {
  width: 100%;
  max-width: 100%;
}
.section-size-list .fl-row-content {
  width: 80%;
}
.section-size-list .fl-rich-text h1 {
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  font-size: 80px;
  line-height: 1;
  color: #FFFFFF;
  padding: 0 0 20px;
  margin: 130px auto 70px;
  text-align: center;
  position: relative;
}
.section-size-list .fl-rich-text h1:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  left: calc(50% - 30px);
  bottom: 0;
  background: #DB1A20;
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .section-size-list .fl-rich-text h1 {
    font-size: 60px;
    padding: 0 0 30px;
    margin: 8vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-size-list .fl-rich-text h1 {
    font-size: 50px;
    padding: 0 0 30px;
    margin: 40px 0;
  }
}
@media only screen and (max-width: 360px) {
  .section-size-list .fl-rich-text h1 {
    font-size: 40px;
  }
}
.section-size-list .table-wrapper {
  position: relative;
  overflow: hidden;
}
.section-size-list .table-wrapper:after {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 40%;
  left: 0;
  top: 60%;
  background-image: linear-gradient(0deg, #1F1F1F, rgba(31, 31, 31, 0));
}
.section-size-list .table-wrapper table {
  color: #FFFFFF;
  font-size: 14px;
}
.section-size-list .table-wrapper table thead th {
  text-transform: uppercase;
  text-align: center;
  background: none;
  border-bottom: #DB1A20 1px solid;
  padding: 0 10px 20px;
  vertical-align: top;
}
@media only screen and (max-width: 1600px) {
  .section-size-list .table-wrapper table thead th {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.section-size-list .table-wrapper table tbody td {
  background: none;
  border: none;
  padding: 20px 10px;
  text-align: center;
}
@media only screen and (max-width: 1600px) {
  .section-size-list .table-wrapper table tbody td {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.section-size-list .table-wrapper table tbody tr:first-child td {
  padding-top: 40px;
}
@media only screen and (min-width: 1026px) {
  .section-size-list .table-wrapper table tbody tr {
    -webkit-transition: background-color 0.1s ease;
    -moz-transition: background-color 0.1s ease;
    -o-transition: background-color 0.1s ease;
    transition: background-color 0.1s ease;
  }
  .section-size-list .table-wrapper table tbody tr:hover {
    background-color: #434343;
  }
}
.section-size-list .table-actions {
  margin: 20px 0 150px;
  text-align: center;
}
.section-size-list .table-actions p {
  margin: 0;
}
.section-size-list .table-actions .btn {
  margin: 0 10px;
}
.section-size-list .table-actions .btn-view-full-specs,
.section-size-list .table-actions .btn-view-less-specs {
  color: #FFFFFF;
  border: 2px #FFFFFF solid;
  position: relative;
  z-index: 0;
}
html:not(.fl-builder-edit):not(.mobile) .section-size-list .table-actions .btn-view-full-specs:before,
html:not(.fl-builder-edit):not(.mobile) .section-size-list .table-actions .btn-view-less-specs:before {
  position: absolute;
  content: "";
  background: #FFFFFF;
  -webkit-transition: transform ease 0.1s;
  -moz-transition: transform ease 0.1s;
  -o-transition: transform ease 0.1s;
  transition: transform ease 0.1s;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  -webkit-transform-origin: right;
  transform-origin: right;
  z-index: -1;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
}
html:not(.fl-builder-edit):not(.mobile) .section-size-list .table-actions .btn-view-full-specs:hover,
html:not(.fl-builder-edit):not(.mobile) .section-size-list .table-actions .btn-view-less-specs:hover {
  color: #1F1F1F !important;
  -webkit-transition: color 0.3s ease 0s background 0s ease 0s;
  -moz-transition: color 0.3s ease 0s background 0s ease 0s;
  -o-transition: color 0.3s ease 0s background 0s ease 0s;
  transition: color 0.3s ease 0s background 0s ease 0s;
}
html:not(.fl-builder-edit):not(.mobile) .section-size-list .table-actions .btn-view-full-specs:hover:before,
html:not(.fl-builder-edit):not(.mobile) .section-size-list .table-actions .btn-view-less-specs:hover:before {
  -webkit-transition: transform ease 0.3s;
  -moz-transition: transform ease 0.3s;
  -o-transition: transform ease 0.3s;
  transition: transform ease 0.3s;
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.section-size-list .table-actions .btn-download-pdf {
  color: #000000 !important;
  background: #DB1A20;
  border: 2px #DB1A20 solid;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
html:not(.fl-builder-edit):not(.mobile) .section-size-list .table-actions .btn-download-pdf:not(input):before {
  position: absolute;
  content: "";
  background: #DB1A20;
  -webkit-transition: width ease 0.3s;
  -moz-transition: width ease 0.3s;
  -o-transition: width ease 0.3s;
  transition: width ease 0.3s;
  z-index: -1;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
html:not(.fl-builder-edit):not(.mobile) .section-size-list .table-actions .btn-download-pdf:not(input):hover {
  background: transparent;
  color: #000000 !important;
  -webkit-transition: color 0.3s ease 0s background 0s ease 0s;
  -moz-transition: color 0.3s ease 0s background 0s ease 0s;
  -o-transition: color 0.3s ease 0s background 0s ease 0s;
  transition: color 0.3s ease 0s background 0s ease 0s;
}
html:not(.fl-builder-edit):not(.mobile) .section-size-list .table-actions .btn-download-pdf:not(input):hover:before {
  width: 0;
  height: 100%;
  opacity: 1;
}
html:not(.fl-builder-edit) .section-size-list .table-actions .btn-view-less-specs {
  display: none;
}
@media only screen and (min-width: 1401px) {
  .section-size-list .fl-row-content-wrap {
    background: none !important;
  }
}
@media only screen and (max-width: 1400px) {
  .section-size-list .table-wrapper {
    display: none;
  }
  .section-size-list .fl-rich-text h1 {
    margin-bottom: 60px;
    color: #FFFFFF;
  }
  .section-size-list .table-actions {
    margin: 0 0 140px;
  }
  .section-size-list .table-actions .btn:not(.btn-download-pdf) {
    display: none !important;
  }
}

html:not(.fl-builder-edit) .section-size-list .table-wrapper {
  -webkit-transition: max-height 0.4s ease;
  -moz-transition: max-height 0.4s ease;
  -o-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
  max-height: 420px;
}
html:not(.fl-builder-edit) .section-size-list .table-wrapper:after {
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 1;
}
html:not(.fl-builder-edit) .section-size-list .table-wrapper.table-expanded:after {
  max-height: 9999px;
  opacity: 0;
}

.section-videos .fl-rich-text h1 {
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  font-size: 80px;
  line-height: 1;
  color: #FFFFFF;
  padding: 0 0 20px;
  margin: 130px auto 70px;
  text-align: center;
  position: relative;
}
.section-videos .fl-rich-text h1:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  left: calc(50% - 30px);
  bottom: 0;
  background: #DB1A20;
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .section-videos .fl-rich-text h1 {
    font-size: 60px;
    padding: 0 0 30px;
    margin: 8vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-videos .fl-rich-text h1 {
    font-size: 50px;
    padding: 0 0 30px;
    margin: 40px 0;
  }
}
@media only screen and (max-width: 360px) {
  .section-videos .fl-rich-text h1 {
    font-size: 40px;
  }
}
.section-videos .video-gallery {
  position: relative;
  z-index: 1;
  margin-bottom: -150px;
}
html:not(.fl-builder-edit) .section-videos .video-gallery .nav-anchor {
  position: absolute;
  top: -30px;
  left: 0;
}
@media only screen and (max-width: 1025px) {
  .section-videos .fl-row-content-wrap {
    background-position: top center !important;
    background-size: auto 150% !important;
  }
  .section-videos .video-gallery {
    max-width: calc(100% - 60px);
    margin: 0 auto -15vw;
  }
}

.section-faq {
  text-align: center;
}
.section-faq .fl-row-content {
  width: 100%;
  max-width: 100%;
}
.section-faq .fl-row {
  background: #FFFFFF;
}
.section-faq .fl-rich-text {
  display: inline-block;
  text-align: center;
}
.section-faq .fl-rich-text h1 {
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  font-size: 140px;
  line-height: 1;
  line-height: 0.8;
  margin: 350px 0 0;
  text-align: left;
  color: inherit;
}
.section-faq .fl-rich-text h2 {
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  font-size: 85px;
  line-height: 1;
  float: left;
  color: #000000;
  margin: 15px 0 220px;
  position: relative;
  z-index: 1;
  -moz-transform: translateX(-0.12em);
  -ms-transform: translateX(-0.12em);
  -o-transform: translateX(-0.12em);
  -webkit-transform: translateX(-0.12em);
  transform: translateX(-0.12em);
  padding: 0.12em 0.47em;
}
.section-faq .fl-rich-text h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #DB1A20;
  /* fallback */
  background: linear-gradient(130deg, transparent 0.32em, #DB1A20 0) top left, linear-gradient(310deg, transparent 0.32em, #DB1A20 0) bottom right;
  background-size: 60% 100%;
  background-repeat: no-repeat;
  -moz-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  z-index: -1;
}
.section-faq .fl-rich-text h1,
.section-faq .fl-rich-text h2 {
  position: relative;
}
.section-faq .fl-rich-text h1:before,
.section-faq .fl-rich-text h2:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
}
.section-faq .fl-rich-text h1:before {
  top: -100px;
  left: -100px;
  background: url("/themes/scs-falken/assets/img/ico-top-left-bracket.svg") bottom right no-repeat;
}
.section-faq .fl-rich-text h2:after {
  bottom: -100px;
  right: -100px;
  background: url("/themes/scs-falken/assets/img/ico-bottom-right-bracket.svg") top left no-repeat;
}
.section-faq .fl-rich-text h1:before {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.section-faq .fl-rich-text h2:after {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.section-faq .fl-photo-content {
  position: relative;
  width: 100%;
  display: block;
}
.section-faq .fl-photo-content img {
  position: absolute;
  max-width: none;
  width: 90%;
  height: auto;
  top: 180px;
  right: -40px;
  object-fit: contain;
  object-position: top right;
  -webkit-box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.section-faq .fl-row-content-wrap {
  padding-bottom: 200px;
}
@media only screen and (max-width: 1025px) {
  .section-faq .fl-row-content-wrap {
    background-position: top center !important;
    background-size: 200% auto !important;
    padding: 0;
  }
  .section-faq .fl-row-content-wrap:before {
    content: "";
    background: #000000;
    position: absolute;
    width: 100vw;
    height: calc(100% - 120vw);
    top: 120vw;
    left: 0;
  }
  .section-faq .fl-row-content-wrap .fl-row-content > .fl-col-group:first-child {
    height: 120vw;
  }
  .section-faq .fl-rich-text h1 {
    font-size: 12vw;
    margin: 4em auto 0;
  }
  .section-faq .fl-rich-text h2 {
    font-size: 7.5vw;
    margin: 0.18em auto 0;
  }
  .section-faq .fl-rich-text h1,
.section-faq .fl-rich-text h2 {
    position: relative;
  }
  .section-faq .fl-rich-text h1:before,
.section-faq .fl-rich-text h2:after {
    content: "";
    position: absolute;
    width: 12vw;
    height: 12vw;
  }
  .section-faq .fl-rich-text h1:before {
    top: -4vw;
    left: -4vw;
    background: url("/themes/scs-falken/assets/img/ico-top-left-bracket.svg") bottom right no-repeat;
  }
  .section-faq .fl-rich-text h2:after {
    bottom: -4vw;
    right: -4vw;
    background: url("/themes/scs-falken/assets/img/ico-bottom-right-bracket.svg") top left no-repeat;
  }
  .section-faq .fl-rich-text h1:before {
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
  }
  .section-faq .fl-rich-text h2:after {
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  .section-faq .fl-col {
    max-width: 9999px !important;
    float: none !important;
    width: 100% !important;
  }
  .section-faq .fl-photo-content img {
    position: relative;
    max-width: calc(100% - 60px);
    width: auto;
    top: unset;
    right: unset;
    margin-top: -20vw;
  }
  .section-faq .falken-faq {
    position: relative !important;
  }
  .section-faq .falken-faq:before, .section-faq .falken-faq:after {
    content: none;
  }
  .section-faq .falken-faq .falken-faq-background {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .section-faq .fl-rich-text h1,
.section-faq .fl-rich-text h2 {
    position: relative;
  }
  .section-faq .fl-rich-text h1:before,
.section-faq .fl-rich-text h2:after {
    content: "";
    position: absolute;
    width: 12vw;
    height: 12vw;
  }
  .section-faq .fl-rich-text h1:before {
    top: -2vw;
    left: -4vw;
    background: url("/themes/scs-falken/assets/img/ico-top-left-bracket.svg") bottom right no-repeat;
  }
  .section-faq .fl-rich-text h2:after {
    bottom: -4vw;
    right: -2vw;
    background: url("/themes/scs-falken/assets/img/ico-bottom-right-bracket.svg") top left no-repeat;
  }
  .section-faq .fl-rich-text h1:before {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
  }
  .section-faq .fl-rich-text h2:after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
}

html:not(.fl-builder-edit) .section-faq .fl-col-content {
  position: relative;
  min-height: 1px;
}
html:not(.fl-builder-edit) .falken-faq {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.section-faq .fl-rich-text h1 {
  font-size: 120px;
}
@media only screen and (max-width: 1025px) {
  .section-faq .fl-rich-text h1 {
    font-size: 10vw;
  }
}

.section-reviews .fl-row {
  background: #000000;
}
.section-reviews .fl-row-content {
  width: 100%;
  max-width: 100%;
}
.section-reviews .fl-rich-text h1 {
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  font-size: 80px;
  line-height: 1;
  color: #FFFFFF;
  padding: 0 0 20px;
  margin: 30px auto 70px;
  text-align: center;
  position: relative;
}
.section-reviews .fl-rich-text h1:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  left: calc(50% - 30px);
  bottom: 0;
  background: #DB1A20;
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .section-reviews .fl-rich-text h1 {
    font-size: 60px;
    padding: 0 0 30px;
    margin: 8vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-reviews .fl-rich-text h1 {
    font-size: 50px;
    padding: 0 0 30px;
    margin: 40px 0;
  }
}
@media only screen and (max-width: 360px) {
  .section-reviews .fl-rich-text h1 {
    font-size: 40px;
  }
}
.section-reviews .fl-rich-text h2 {
  font-size: 25px;
  color: #FFFFFF;
  text-align: center;
  font-weight: normal;
}
.section-reviews .fl-rich-text h2 em {
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: inherit;
}
.section-reviews .fl-col {
  text-align: center;
}
.section-reviews .btn-link {
  color: #000000 !important;
  background: #DB1A20;
  border: 2px #DB1A20 solid;
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin: 0 0 30px;
}
html:not(.fl-builder-edit):not(.mobile) .section-reviews .btn-link:not(input):before {
  position: absolute;
  content: "";
  background: #DB1A20;
  -webkit-transition: width ease 0.3s;
  -moz-transition: width ease 0.3s;
  -o-transition: width ease 0.3s;
  transition: width ease 0.3s;
  z-index: -1;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
html:not(.fl-builder-edit):not(.mobile) .section-reviews .btn-link:not(input):hover {
  background: transparent;
  color: #000000 !important;
  -webkit-transition: color 0.3s ease 0s background 0s ease 0s;
  -moz-transition: color 0.3s ease 0s background 0s ease 0s;
  -o-transition: color 0.3s ease 0s background 0s ease 0s;
  transition: color 0.3s ease 0s background 0s ease 0s;
}
html:not(.fl-builder-edit):not(.mobile) .section-reviews .btn-link:not(input):hover:before {
  width: 0;
  height: 100%;
  opacity: 1;
}
html:not(.fl-builder-edit) .section-reviews .fl-row-content-wrap {
  padding-top: 900px;
  position: relative;
  padding-bottom: 100px;
}
html:not(.fl-builder-edit) .section-reviews .fl-col.stripes {
  position: absolute;
  top: 230px;
  left: 0;
}
@media only screen and (max-width: 1025px) {
  .section-reviews .fl-row-content-wrap {
    padding: 0 !important;
    padding-bottom: 60px !important;
  }
  .section-reviews .fl-col.stripes {
    display: none;
  }
  .section-reviews .fl-rich-text {
    padding: 0 30px;
  }
  .section-reviews .fl-rich-text h1 {
    margin-bottom: 30px;
  }
  .section-reviews .fl-rich-text h2 {
    font-size: 18px;
    line-height: 1.4;
  }
}

.section-social .fl-row {
  background: #000000;
}
.section-social .fl-col-group:first-child {
  opacity: 0;
  pointer-events: none;
}
.section-social .fl-row-content-wrap {
  background-size: cover !important;
}
.section-social .fl-rich-text h1 {
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  font-size: 200px;
  line-height: 1;
  color: #FFFFFF;
  line-height: 0.8;
  margin: 0 auto;
}
.section-social .fl-rich-text h1:first-child {
  margin-top: 0.5em;
  margin-left: -0.5em;
}
.section-social .fl-rich-text h1:last-child {
  margin-left: 0.5em;
}
.section-social .fl-rich-text h1 em {
  color: #DB1A20;
}
@media only screen and (max-width: 1400px) {
  .section-social .fl-rich-text h1 {
    font-size: 160px;
  }
  .section-social .fl-rich-text h1:first-child {
    margin-left: 0;
  }
  .section-social .fl-rich-text h1:last-child {
    margin-left: 1em;
  }
}
.section-social #sb_instagram {
  padding: 0 50px 800px;
}
@media only screen and (min-width: 1026px) {
  .section-social #sb_instagram #sbi_images .sbi_item:nth-child(odd) {
    -moz-transform: translate(-25px, -30px);
    -ms-transform: translate(-25px, -30px);
    -o-transform: translate(-25px, -30px);
    -webkit-transform: translate(-25px, -30px);
    transform: translate(-25px, -30px);
  }
  .section-social #sb_instagram #sbi_images .sbi_item:nth-child(even) {
    -moz-transform: translate(25px, 160px);
    -ms-transform: translate(25px, 160px);
    -o-transform: translate(25px, 160px);
    -webkit-transform: translate(25px, 160px);
    transform: translate(25px, 160px);
  }
  .section-social #sb_instagram #sbi_images .sbi_item:nth-child(n+3) {
    margin-top: 50px !important;
  }
}
.section-social #sb_instagram .sbi_photo_wrap:hover .sbi_link {
  background-color: black !important;
}
.section-social #sb_instagram .sbi_hover_top {
  top: 50%;
  padding: 10px 10% !important;
  font-size: 14px;
  width: 100%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-social #sb_instagram .sbi_hover_top:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90a";
  font-size: 24px;
  font-weight: normal;
}
.section-social #sb_instagram .sbi_hover_top br {
  display: none;
}
.section-social #sb_instagram .sbi_moderation_link {
  position: relative;
  z-index: 10;
}
.section-social .fl-row-content {
  position: relative;
}
@media only screen and (max-width: 1025px) {
  .section-social .fl-rich-text h1 {
    font-size: 14vw;
    text-align: center;
  }
  .section-social .fl-rich-text h1:first-child {
    margin-left: -1em;
  }
  .section-social .fl-rich-text h1:last-child {
    margin-left: 1em;
  }
  .section-social #sb_instagram {
    padding: 40px 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .section-social #sb_instagram {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-social #sb_instagram #sbi_images .sbi_item {
    padding: 15px !important;
  }
}
@media only screen and (min-width: 768px) {
  .section-social #sb_instagram #sbi_images .sbi_item:nth-child(n+5) {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .section-social #sb_instagram #sbi_images {
    height: 100vw;
    position: relative;
  }
  .section-social #sb_instagram #sbi_images .sbi_item {
    width: 100% !important;
    top: 0;
    position: absolute;
    opacity: 0;
  }
  .section-social #sb_instagram #sbi_images .sbi_item.active {
    opacity: 1;
  }
  .section-social #sb_instagram #sbi_images .sbi_item.animate-selected-to-left {
    -webkit-animation: social-animation-selected-to-left 1s both;
    -moz-animation: social-animation-selected-to-left 1s both;
    animation: social-animation-selected-to-left 1s both;
  }
  .section-social #sb_instagram #sbi_images .sbi_item.animate-right-to-selected {
    -webkit-animation: social-animation-right-to-selected 0.8s both;
    -moz-animation: social-animation-right-to-selected 0.8s both;
    animation: social-animation-right-to-selected 0.8s both;
    z-index: 5;
  }
  .section-social #sb_instagram #sbi_images .sbi_item.animate-left-to-selected {
    -webkit-animation: social-animation-left-to-selected 0.8s both;
    -moz-animation: social-animation-left-to-selected 0.8s both;
    animation: social-animation-left-to-selected 0.8s both;
    z-index: 5;
  }
  .section-social #sb_instagram #sbi_images .sbi_item.animate-selected-to-right {
    -webkit-animation: social-animation-selected-to-right 1s both;
    -moz-animation: social-animation-selected-to-right 1s both;
    animation: social-animation-selected-to-right 1s both;
  }
  @-moz-keyframes social-animation-selected-to-right {
    0% {
      -moz-transform: translate(0%);
      -ms-transform: translate(0%);
      -o-transform: translate(0%);
      -webkit-transform: translate(0%);
      transform: translate(0%);
      opacity: 1;
    }
    99.9% {
      opacity: 1;
    }
    100% {
      -moz-transform: translate(100%);
      -ms-transform: translate(100%);
      -o-transform: translate(100%);
      -webkit-transform: translate(100%);
      transform: translate(100%);
      opacity: 0;
    }
  }
  @-webkit-keyframes social-animation-selected-to-right {
    0% {
      -moz-transform: translate(0%);
      -ms-transform: translate(0%);
      -o-transform: translate(0%);
      -webkit-transform: translate(0%);
      transform: translate(0%);
      opacity: 1;
    }
    99.9% {
      opacity: 1;
    }
    100% {
      -moz-transform: translate(100%);
      -ms-transform: translate(100%);
      -o-transform: translate(100%);
      -webkit-transform: translate(100%);
      transform: translate(100%);
      opacity: 0;
    }
  }
  @keyframes social-animation-selected-to-right {
    0% {
      -moz-transform: translate(0%);
      -ms-transform: translate(0%);
      -o-transform: translate(0%);
      -webkit-transform: translate(0%);
      transform: translate(0%);
      opacity: 1;
    }
    99.9% {
      opacity: 1;
    }
    100% {
      -moz-transform: translate(100%);
      -ms-transform: translate(100%);
      -o-transform: translate(100%);
      -webkit-transform: translate(100%);
      transform: translate(100%);
      opacity: 0;
    }
  }
  @-moz-keyframes social-animation-left-to-selected {
    0% {
      -moz-transform: translate(-100%);
      -ms-transform: translate(-100%);
      -o-transform: translate(-100%);
      -webkit-transform: translate(-100%);
      transform: translate(-100%);
      opacity: 1;
    }
    100% {
      -moz-transform: translate(0%);
      -ms-transform: translate(0%);
      -o-transform: translate(0%);
      -webkit-transform: translate(0%);
      transform: translate(0%);
      opacity: 1;
    }
  }
  @-webkit-keyframes social-animation-left-to-selected {
    0% {
      -moz-transform: translate(-100%);
      -ms-transform: translate(-100%);
      -o-transform: translate(-100%);
      -webkit-transform: translate(-100%);
      transform: translate(-100%);
      opacity: 1;
    }
    100% {
      -moz-transform: translate(0%);
      -ms-transform: translate(0%);
      -o-transform: translate(0%);
      -webkit-transform: translate(0%);
      transform: translate(0%);
      opacity: 1;
    }
  }
  @keyframes social-animation-left-to-selected {
    0% {
      -moz-transform: translate(-100%);
      -ms-transform: translate(-100%);
      -o-transform: translate(-100%);
      -webkit-transform: translate(-100%);
      transform: translate(-100%);
      opacity: 1;
    }
    100% {
      -moz-transform: translate(0%);
      -ms-transform: translate(0%);
      -o-transform: translate(0%);
      -webkit-transform: translate(0%);
      transform: translate(0%);
      opacity: 1;
    }
  }
  @-moz-keyframes social-animation-selected-to-left {
    0% {
      -moz-transform: translate(0%);
      -ms-transform: translate(0%);
      -o-transform: translate(0%);
      -webkit-transform: translate(0%);
      transform: translate(0%);
      opacity: 1;
    }
    99.9% {
      opacity: 1;
    }
    100% {
      -moz-transform: translate(-100%);
      -ms-transform: translate(-100%);
      -o-transform: translate(-100%);
      -webkit-transform: translate(-100%);
      transform: translate(-100%);
      opacity: 0;
    }
  }
  @-webkit-keyframes social-animation-selected-to-left {
    0% {
      -moz-transform: translate(0%);
      -ms-transform: translate(0%);
      -o-transform: translate(0%);
      -webkit-transform: translate(0%);
      transform: translate(0%);
      opacity: 1;
    }
    99.9% {
      opacity: 1;
    }
    100% {
      -moz-transform: translate(-100%);
      -ms-transform: translate(-100%);
      -o-transform: translate(-100%);
      -webkit-transform: translate(-100%);
      transform: translate(-100%);
      opacity: 0;
    }
  }
  @keyframes social-animation-selected-to-left {
    0% {
      -moz-transform: translate(0%);
      -ms-transform: translate(0%);
      -o-transform: translate(0%);
      -webkit-transform: translate(0%);
      transform: translate(0%);
      opacity: 1;
    }
    99.9% {
      opacity: 1;
    }
    100% {
      -moz-transform: translate(-100%);
      -ms-transform: translate(-100%);
      -o-transform: translate(-100%);
      -webkit-transform: translate(-100%);
      transform: translate(-100%);
      opacity: 0;
    }
  }
  @-moz-keyframes social-animation-right-to-selected {
    0% {
      -moz-transform: translate(100%);
      -ms-transform: translate(100%);
      -o-transform: translate(100%);
      -webkit-transform: translate(100%);
      transform: translate(100%);
      opacity: 1;
    }
    100% {
      -moz-transform: translate(0%);
      -ms-transform: translate(0%);
      -o-transform: translate(0%);
      -webkit-transform: translate(0%);
      transform: translate(0%);
      opacity: 1;
    }
  }
  @-webkit-keyframes social-animation-right-to-selected {
    0% {
      -moz-transform: translate(100%);
      -ms-transform: translate(100%);
      -o-transform: translate(100%);
      -webkit-transform: translate(100%);
      transform: translate(100%);
      opacity: 1;
    }
    100% {
      -moz-transform: translate(0%);
      -ms-transform: translate(0%);
      -o-transform: translate(0%);
      -webkit-transform: translate(0%);
      transform: translate(0%);
      opacity: 1;
    }
  }
  @keyframes social-animation-right-to-selected {
    0% {
      -moz-transform: translate(100%);
      -ms-transform: translate(100%);
      -o-transform: translate(100%);
      -webkit-transform: translate(100%);
      transform: translate(100%);
      opacity: 1;
    }
    100% {
      -moz-transform: translate(0%);
      -ms-transform: translate(0%);
      -o-transform: translate(0%);
      -webkit-transform: translate(0%);
      transform: translate(0%);
      opacity: 1;
    }
  }
}

.section-footer {
  text-align: center;
  color: #FFFFFF;
}
.section-footer .fl-row {
  background: #1F1F1F;
}
.section-footer .fl-row-content {
  width: 100%;
  max-width: 100%;
}
.section-footer .fl-row {
  padding: 230px 0 60px;
}
.section-footer p {
  margin: 25px 0;
  font-size: 18px;
}
.section-footer .falken-logo {
  width: 300px;
  height: auto;
  display: inline-block;
}
.section-footer .btn-link {
  min-width: 0;
  padding: 0 1em;
  position: relative;
  font-weight: normal;
  color: #FFFFFF;
}
@media only screen and (min-width: 1026px) {
  .section-footer .btn-link:hover {
    color: #DB1A20;
  }
}
.section-footer .btn-link:not(:last-child):after {
  content: "|";
  position: absolute;
  top: 0;
  right: -0.2em;
  color: #FFFFFF !important;
}
.section-footer .btn-social-link {
  margin: 10px 12px;
  font-size: 28px !important;
}
@media only screen and (max-width: 1025px) {
  .section-footer .fl-row {
    padding: 120px 0 30px;
  }
  .section-footer .falken-logo {
    width: auto;
    height: 50px;
  }
  .section-footer p {
    padding: 0 30px;
  }
  .section-footer .btn-link {
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .section-footer .btn-link:after {
    content: none !important;
  }
}

.fl-builder-content *, .fl-builder-content *:before, .fl-builder-content *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fl-row:before, .fl-row:after, .fl-row-content:before, .fl-row-content:after, .fl-col-group:before, .fl-col-group:after, .fl-col:before, .fl-col:after, .fl-module:before, .fl-module:after, .fl-module-content:before, .fl-module-content:after {
  display: table;
  content: " ";
}

.fl-row:after, .fl-row-content:after, .fl-col-group:after, .fl-col:after, .fl-module:after, .fl-module-content:after {
  clear: both;
}

.fl-row, .fl-row-content, .fl-col-group, .fl-col, .fl-module, .fl-module-content {
  zoom: 1;
}

.fl-clear {
  clear: both;
}

.fl-clearfix:before, .fl-clearfix:after {
  display: table;
  content: " ";
}

.fl-clearfix:after {
  clear: both;
}

.fl-clearfix {
  zoom: 1;
}

.fl-visible-medium, .fl-visible-medium-mobile, .fl-visible-mobile, .fl-col-group .fl-visible-medium.fl-col, .fl-col-group .fl-visible-medium-mobile.fl-col, .fl-col-group .fl-visible-mobile.fl-col {
  display: none;
}

.fl-row, .fl-row-content {
  margin-left: auto;
  margin-right: auto;
}

.fl-row-content-wrap {
  position: relative;
}

.fl-builder-mobile .fl-row-bg-photo .fl-row-content-wrap {
  background-attachment: scroll;
}

.fl-row-bg-video, .fl-row-bg-video .fl-row-content {
  position: relative;
}

.fl-row-bg-video .fl-bg-video {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.fl-row-bg-video .fl-bg-video video {
  bottom: 0;
  left: 0;
  max-width: none;
  position: absolute;
  right: 0;
  top: 0;
}

.fl-row-bg-video .fl-bg-video iframe {
  pointer-events: none;
  width: 100vw;
  height: 56.25vw;
  max-width: none;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.fl-bg-video-fallback {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fl-row-bg-slideshow, .fl-row-bg-slideshow .fl-row-content {
  position: relative;
}

.fl-row .fl-bg-slideshow {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.fl-builder-edit .fl-row .fl-bg-slideshow * {
  bottom: 0;
  height: auto !important;
  left: 0;
  position: absolute !important;
  right: 0;
  top: 0;
}

.fl-row-bg-overlay .fl-row-content-wrap:after {
  border-radius: inherit;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.fl-row-bg-overlay .fl-row-content {
  position: relative;
  z-index: 1;
}

.fl-row-full-height .fl-row-content-wrap, .fl-row-custom-height .fl-row-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}

.fl-row-overlap-top .fl-row-content-wrap {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

.fl-row-custom-height .fl-row-content-wrap {
  min-height: 0;
}

.fl-builder-edit .fl-row-full-height .fl-row-content-wrap {
  min-height: calc(100vh - 48px);
}

.fl-row-full-height .fl-row-content, .fl-row-custom-height .fl-row-content {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.fl-row-full-height .fl-row-full-width.fl-row-content, .fl-row-custom-height .fl-row-full-width.fl-row-content {
  max-width: 100%;
  width: 100%;
}

.fl-builder-ie-11 .fl-row.fl-row-full-height:not(.fl-visible-medium):not(.fl-visible-medium-mobile):not(.fl-visible-mobile), .fl-builder-ie-11 .fl-row.fl-row-custom-height:not(.fl-visible-medium):not(.fl-visible-medium-mobile):not(.fl-visible-mobile) {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.fl-builder-ie-11 .fl-row-full-height .fl-row-content-wrap, .fl-builder-ie-11 .fl-row-custom-height .fl-row-content-wrap {
  height: auto;
}

.fl-builder-ie-11 .fl-row-full-height .fl-row-content, .fl-builder-ie-11 .fl-row-custom-height .fl-row-content {
  flex: 0 0 auto;
  flex-basis: 100%;
  margin: 0;
}

.fl-builder-ie-11 .fl-row-full-height.fl-row-align-top .fl-row-content, .fl-builder-ie-11 .fl-row-full-height.fl-row-align-bottom .fl-row-content, .fl-builder-ie-11 .fl-row-custom-height.fl-row-align-top .fl-row-content, .fl-builder-ie-11 .fl-row-custom-height.fl-row-align-bottom .fl-row-content {
  margin: 0 auto;
}

.fl-builder-ie-11 .fl-row-full-height.fl-row-align-center .fl-col-group:not(.fl-col-group-equal-height), .fl-builder-ie-11 .fl-row-custom-height.fl-row-align-center .fl-col-group:not(.fl-col-group-equal-height) {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.fl-row-full-height.fl-row-align-center .fl-row-content-wrap, .fl-row-custom-height.fl-row-align-center .fl-row-content-wrap {
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.fl-row-full-height.fl-row-align-bottom .fl-row-content-wrap, .fl-row-custom-height.fl-row-align-bottom .fl-row-content-wrap {
  align-items: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-box-pack: end;
  -ms-flex-align: end;
  -ms-flex-pack: end;
}

.fl-builder-ie-11 .fl-row-full-height.fl-row-align-bottom .fl-row-content-wrap, .fl-builder-ie-11 .fl-row-custom-height.fl-row-align-bottom .fl-row-content-wrap {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .fl-row-full-height .fl-row-content-wrap {
    min-height: 1024px;
  }
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  .fl-row-full-height .fl-row-content-wrap {
    min-height: 768px;
  }
}
@media screen and (device-aspect-ratio: 40/71) {
  .fl-row-full-height .fl-row-content-wrap {
    min-height: 500px;
  }
}
.fl-col-group-equal-height, .fl-col-group-equal-height .fl-col, .fl-col-group-equal-height .fl-col-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.fl-col-group-equal-height {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.fl-col-group-equal-height.fl-col-group-has-child-loading {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.fl-col-group-equal-height .fl-col, .fl-col-group-equal-height .fl-col-content {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.fl-col-group-equal-height .fl-col-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-shrink: 1;
  min-width: 1px;
  max-width: 100%;
  width: 100%;
}

.fl-col-group-equal-height:before, .fl-col-group-equal-height .fl-col:before, .fl-col-group-equal-height .fl-col-content:before, .fl-col-group-equal-height:after, .fl-col-group-equal-height .fl-col:after, .fl-col-group-equal-height .fl-col-content:after {
  content: none;
}

.fl-col-group-equal-height.fl-col-group-align-center .fl-col-content {
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.fl-col-group-equal-height.fl-col-group-align-bottom .fl-col-content {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
}

.fl-col-group-equal-height.fl-col-group-align-center .fl-module, .fl-col-group-equal-height.fl-col-group-align-center .fl-col-group {
  width: 100%;
}

.fl-builder-ie-11 .fl-col-group-equal-height, .fl-builder-ie-11 .fl-col-group-equal-height .fl-col, .fl-builder-ie-11 .fl-col-group-equal-height .fl-col-content, .fl-builder-ie-11 .fl-col-group-equal-height .fl-module, .fl-col-group-equal-height.fl-col-group-align-center .fl-col-group {
  min-height: 1px;
}

.fl-col {
  float: left;
  min-height: 1px;
}

.fl-col-bg-overlay .fl-col-content {
  position: relative;
}

.fl-col-bg-overlay .fl-col-content:after {
  border-radius: inherit;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.fl-col-bg-overlay .fl-module {
  position: relative;
  z-index: 2;
}

.fl-module img {
  max-width: 100%;
}

.fl-builder-module-template {
  margin: 0 auto;
  max-width: 1100px;
  padding: 20px;
}

.fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  padding: 12px 24px;
  text-decoration: none;
  text-shadow: none;
}

.fl-builder-content .fl-button:hover {
  text-decoration: none;
}

.fl-builder-content .fl-button:active {
  position: relative;
  top: 1px;
}

.fl-builder-content .fl-button-width-full .fl-button {
  display: block;
  text-align: center;
}

.fl-builder-content .fl-button-width-custom .fl-button {
  display: inline-block;
  text-align: center;
  max-width: 100%;
}

.fl-builder-content .fl-button-left {
  text-align: left;
}

.fl-builder-content .fl-button-center {
  text-align: center;
}

.fl-builder-content .fl-button-right {
  text-align: right;
}

.fl-builder-content .fl-button i {
  font-size: 1.3em;
  height: auto;
  margin-right: 8px;
  vertical-align: middle;
  width: auto;
}

.fl-builder-content .fl-button i.fl-button-icon-after {
  margin-left: 8px;
  margin-right: 0;
}

.fl-builder-content .fl-button-has-icon .fl-button-text {
  vertical-align: middle;
}

.fl-icon-wrap {
  display: inline-block;
}

.fl-icon {
  display: table-cell;
  vertical-align: middle;
}

.fl-icon a {
  text-decoration: none;
}

.fl-icon i {
  float: left;
  height: auto;
  width: auto;
}

.fl-icon i:before {
  border: none !important;
  height: auto;
  width: auto;
}

.fl-icon-text {
  display: table-cell;
  text-align: left;
  padding-left: 15px;
  vertical-align: middle;
}

.fl-icon-text-empty {
  display: none;
}

.fl-icon-text *:last-child {
  margin: 0 !important;
  padding: 0 !important;
}

.fl-icon-text a {
  text-decoration: none;
}

.fl-icon-text span {
  display: block;
}

.fl-icon-text span.mce-edit-focus {
  min-width: 1px;
}

.fl-photo {
  line-height: 0;
  position: relative;
}

.fl-photo-align-left {
  text-align: left;
}

.fl-photo-align-center {
  text-align: center;
}

.fl-photo-align-right {
  text-align: right;
}

.fl-photo-content {
  display: inline-block;
  line-height: 0;
  position: relative;
  max-width: 100%;
}

.fl-photo-img-svg {
  width: 100%;
}

.fl-photo-content img {
  display: inline;
  height: auto;
  max-width: 100%;
}

.fl-photo-crop-circle img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.fl-photo-caption {
  font-size: 13px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fl-photo-caption-below {
  padding-bottom: 20px;
  padding-top: 10px;
}

.fl-photo-caption-hover {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  color: #fff;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 10px 15px;
  position: absolute;
  right: 0;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.fl-photo-content:hover .fl-photo-caption-hover {
  opacity: 100;
  filter: alpha(opacity=100);
}

.fl-builder-pagination, .fl-builder-pagination-load-more {
  padding: 40px 0;
}

.fl-builder-pagination ul.page-numbers {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.fl-builder-pagination li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fl-builder-pagination li a.page-numbers, .fl-builder-pagination li span.page-numbers {
  border: 1px solid #e6e6e6;
  display: inline-block;
  padding: 5px 10px;
  margin: 0 0 5px;
}

.fl-builder-pagination li a.page-numbers:hover, .fl-builder-pagination li span.current {
  background: #f5f5f5;
  text-decoration: none;
}

.fl-slideshow, .fl-slideshow * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fl-slideshow .fl-slideshow-image img {
  max-width: none !important;
}

.fl-slideshow-social {
  line-height: 0 !important;
}

.fl-slideshow-social * {
  margin: 0 !important;
}

.fl-builder-content .bx-wrapper .bx-viewport {
  background: 0 0;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  left: 0;
}

.mfp-wrap button.mfp-arrow, .mfp-wrap button.mfp-arrow:active, .mfp-wrap button.mfp-arrow:hover, .mfp-wrap button.mfp-arrow:focus {
  background: 0 0 !important;
  border: none !important;
  outline: none;
  position: absolute;
  top: 50%;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.mfp-wrap .mfp-close, .mfp-wrap .mfp-close:active, .mfp-wrap .mfp-close:hover, .mfp-wrap .mfp-close:focus {
  background: 0 0 !important;
  border: none !important;
  outline: none;
  position: absolute;
  top: 0;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.admin-bar .mfp-wrap .mfp-close, .admin-bar .mfp-wrap .mfp-close:active, .admin-bar .mfp-wrap .mfp-close:hover, .admin-bar .mfp-wrap .mfp-close:focus {
  top: 32px !important;
}

img.mfp-img {
  padding: 0;
}

.mfp-counter {
  display: none;
}

.mfp-wrap .mfp-preloader.fa {
  font-size: 30px;
}

.fl-form-field {
  margin-bottom: 15px;
}

.fl-form-field input.fl-form-error {
  border-color: #dd6420;
}

.fl-form-error-message {
  clear: both;
  color: #dd6420;
  display: none;
  padding-top: 8px;
  font-size: 12px;
  font-weight: lighter;
}

.fl-form-button-disabled {
  opacity: 0.5;
}

.fl-animation {
  opacity: 0;
}

.fl-builder-preview .fl-animation, .fl-builder-edit .fl-animation, .fl-animated {
  opacity: 1;
}

.fl-animated {
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.fl-button.fl-button-icon-animation i {
  width: 0 !important;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}

.fl-button.fl-button-icon-animation:hover i {
  opacity: 1 !important;
  -ms-filter: "alpha(opacity=100)";
}

.fl-button.fl-button-icon-animation i.fl-button-icon-after {
  margin-left: 0 !important;
}

.fl-button.fl-button-icon-animation:hover i.fl-button-icon-after {
  margin-left: 10px !important;
}

.fl-button.fl-button-icon-animation i.fl-button-icon-before {
  margin-right: 0 !important;
}

.fl-button.fl-button-icon-animation:hover i.fl-button-icon-before {
  margin-right: 20px !important;
  margin-left: -10px;
}

.single:not(.woocommerce).single-fl-builder-template .fl-content {
  width: 100%;
}

.fl-builder-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.fl-builder-shape-layer {
  z-index: 0;
}

.fl-builder-shape-layer.fl-builder-bottom-edge-layer {
  z-index: 1;
}

.fl-row-bg-overlay .fl-builder-shape-layer {
  z-index: 1;
}

.fl-row-bg-overlay .fl-builder-shape-layer.fl-builder-bottom-edge-layer {
  z-index: 2;
}

.fl-row-has-layers .fl-row-content {
  z-index: 1;
}

.fl-row-bg-overlay .fl-row-content {
  z-index: 2;
}

.fl-builder-layer > * {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.fl-builder-layer + .fl-row-content {
  position: relative;
}

.fl-builder-layer .fl-shape {
  fill: #aaa;
  stroke: none;
  stroke-width: 0;
  width: 100%;
}

.fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited {
  background: #fafafa;
  border: 1px solid #ccc;
  color: #333;
}

.fl-builder-content a.fl-button *, .fl-builder-content a.fl-button:visited * {
  color: #333;
}

.fl-row-content-wrap {
  margin: 0;
}

.fl-row-content-wrap {
  padding: 20px;
}

.fl-row-fixed-width {
  max-width: 1100px;
}

.fl-col-content {
  margin: 0;
}

.fl-col-content {
  padding: 0;
}

.fl-module-content {
  margin: 20px;
}

@media (max-width: 1024px) {
  .fl-visible-desktop, .fl-visible-mobile, .fl-col-group .fl-visible-desktop.fl-col, .fl-col-group .fl-visible-mobile.fl-col {
    display: none;
  }

  .fl-visible-desktop-medium, .fl-visible-medium, .fl-visible-medium-mobile, .fl-col-group .fl-visible-desktop-medium.fl-col, .fl-col-group .fl-visible-medium.fl-col, .fl-col-group .fl-visible-medium-mobile.fl-col {
    display: block;
  }

  .fl-col-group-equal-height .fl-visible-desktop-medium.fl-col, .fl-col-group-equal-height .fl-visible-medium.fl-col, .fl-col-group-equal-height .fl-visible-medium-mobile.fl-col {
    display: flex;
  }
}
@media (max-width: 767px) {
  .fl-visible-desktop, .fl-visible-desktop-medium, .fl-visible-medium, .fl-col-group .fl-visible-desktop.fl-col, .fl-col-group .fl-visible-desktop-medium.fl-col, .fl-col-group .fl-visible-medium.fl-col, .fl-col-group-equal-height .fl-visible-desktop-medium.fl-col, .fl-col-group-equal-height .fl-visible-medium.fl-col {
    display: none;
  }

  .fl-visible-medium-mobile, .fl-visible-mobile, .fl-col-group .fl-visible-medium-mobile.fl-col, .fl-col-group .fl-visible-mobile.fl-col {
    display: block;
  }

  .fl-row-content-wrap {
    background-attachment: scroll !important;
  }

  .fl-row-bg-parallax .fl-row-content-wrap {
    background-attachment: scroll !important;
    background-position: center center !important;
  }

  .fl-col-group.fl-col-group-equal-height {
    display: block;
  }

  .fl-col-group.fl-col-group-equal-height.fl-col-group-custom-width {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .fl-col-group.fl-col-group-responsive-reversed {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -ms-box-orient: horizontal;
    -webkit-flex-flow: row wrap;
  }

  .fl-col-group.fl-col-group-responsive-reversed .fl-col {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 0;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(1) {
    -webkit-box-ordinal-group: 12;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(2) {
    -webkit-box-ordinal-group: 11;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(3) {
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(4) {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(5) {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(6) {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(7) {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(8) {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(9) {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(10) {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(11) {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(12) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .fl-col {
    clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
  }

  .fl-col-small:not(.fl-col-small-full-width) {
    max-width: 400px;
  }

  .fl-block-col-resize {
    display: none;
  }

  .fl-row[data-node] .fl-row-content-wrap {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fl-row[data-node] .fl-bg-video, .fl-row[data-node] .fl-bg-slideshow {
    left: 0;
    right: 0;
  }

  .fl-col[data-node] .fl-col-content {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.page .fl-post-header, .single-fl-builder-template .fl-post-header {
  display: none;
}

.fl-node-5e860e708ae9e > .fl-row-content-wrap:after {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
}

.fl-node-5e860e708b1ab {
  width: 40%;
}

.fl-node-5e8f1bc54982d {
  width: 60%;
}

.fl-node-5e861e38c9721 > .fl-row-content-wrap {
  background-color: #5f5d5e;
  background-image: url("/themes/scs-falken/assets/img/content/uploads/Assets/AzenisFK510/Description/bg-description.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}

.fl-node-5e96ed7de782c > .fl-row-content-wrap {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.fl-node-5e97059e922ef > .fl-row-content-wrap {
  background-image: url("/themes/scs-falken/assets/img/content/uploads/Assets/AzenisFK510/The Falken Advantage/bg-road.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}

@media (max-width: 1024px) {
  .fl-node-5e97059e922ef > .fl-row-content-wrap {
    background-image: url("/themes/scs-falken/assets/img/content/uploads/Assets/AzenisFK510/Mobile/bg-falken@2x.jpg");
    background-position: center top;
  }
}
.fl-node-5e970950c07e6 > .fl-row-content-wrap {
  background-color: #fafafa;
  background-image: url("/themes/scs-falken/assets/img/content/uploads/Assets/AzenisFK510/Engineered for Performance/bg-tire-grunge.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}

.fl-node-5e970950c07e6 > .fl-row-content-wrap {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.fl-node-5e8620460f624 {
  width: 50%;
}

@media (max-width: 1024px) {
  .fl-builder-content .fl-node-5e8620460f624 {
    width: 33.64% !important;
    max-width: none;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (max-width: 767px) {
  .fl-builder-content .fl-node-5e8620460f624 {
    width: 33.64% !important;
    max-width: none;
    clear: none;
    float: left;
  }
}
.fl-node-5e861e38df89b {
  width: 50%;
}

.fl-node-5e95bfa15570f {
  width: 33.33%;
}

.fl-node-5e96e7520677c {
  width: 33.33%;
}

.fl-node-5e95bfa15571c {
  width: 33.33%;
}

.fl-node-5e96ed7e19687 {
  width: 33.333%;
}

.fl-node-5e96f4b2502a4 {
  width: 33.333%;
}

.fl-node-5e96f3dabedab {
  width: 33.334%;
}

.fl-node-5e97059edf0e5 {
  width: 100%;
}

.fl-node-5ea2cbb12ade8 {
  width: 100%;
}

.fl-node-5ea2cc0483740 {
  width: 100%;
}

.fl-node-5e9709510c454 {
  width: 100%;
}

img.mfp-img {
  padding-bottom: 40px !important;
}

@media (max-width: 767px) {
  .fl-photo-content {
    width: 100%;
  }
}
.fl-node-5e95b904c4498 .fl-photo {
  text-align: center;
}

.fl-node-5eba72ebec23d .fl-photo {
  text-align: center;
}

.fl-node-5e95b7f43ccb6 .fl-photo {
  text-align: center;
}

.fl-node-5eba742df0d26 .fl-photo {
  text-align: center;
}

.fl-node-5e95ba8a1ac6d .fl-photo {
  text-align: center;
}

.fl-node-5eba745733111 .fl-photo {
  text-align: center;
}

.fl-node-5e96ede1741c3 .fl-photo {
  text-align: center;
}

.fl-node-5e96ede1741c3 > .fl-module-content {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.fl-node-5e96f40a73490 .fl-photo {
  text-align: center;
}

.fl-node-5e96f40a73490 > .fl-module-content {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.fl-node-5e96ee1800959 .fl-photo {
  text-align: center;
}

.fl-node-5e96ee1800959 > .fl-module-content {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.fl-node-5ebbf8a0c2752 .fl-photo {
  text-align: center;
}

.fl-builder-content .fl-rich-text strong {
  font-weight: 700;
}

.fl-node-5e9705f221d0f .fl-rich-text, .fl-node-5e9705f221d0f .fl-rich-text * {
  text-align: center;
}

.fl-node-5ea2cbb12a777 .fl-photo {
  text-align: center;
}

.fl-node-5eba7edf9d465 .fl-photo {
  text-align: center;
}

.fl-node-5e97096e19f48 .fl-photo {
  text-align: center;
}

.fl-node-5e97113cba9f9 > .fl-row-content-wrap {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.fl-node-5e98631f39d97 {
  width: 100%;
}

.fl-node-5e971166ac54b .fl-photo {
  text-align: center;
}

.fl-node-5e971166ac54b > .fl-module-content {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.fl-node-5e97119356169 .fl-photo {
  text-align: center;
}

.fl-node-5e97119356169 > .fl-module-content {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.fl-node-5e9711a55f402 .fl-photo {
  text-align: center;
}

.fl-node-5e9711a55f402 > .fl-module-content {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.fl-node-5ea2e8c328810 .fl-photo {
  text-align: center;
}

.fl-node-5ea2e8c328810 > .fl-module-content {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.fl-node-5e9842e9c7b73 > .fl-row-content-wrap {
  background-color: #fafafa;
  background-image: url("/themes/scs-falken/assets/img/content/uploads/Assets/AzenisFK510/Features/bg-features.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}

.fl-node-5e9842e9c7b73 > .fl-row-content-wrap {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.fl-node-5ea836e9c0c76 {
  width: 100%;
}

.fl-node-5e9842e9e5b08 {
  width: 100%;
}

.fl-node-5e9842e9e5b08 > .fl-col-content {
  margin-top: 0;
}

.fl-node-5e985c572089e {
  width: 25%;
}

.fl-node-5ea2edb150615 {
  width: 25%;
}

.fl-node-5ea2ede3732cc {
  width: 25%;
}

.fl-node-5ea2ee0a5295e {
  width: 25%;
}

.fl-node-5ea836e9c068e .fl-photo {
  text-align: center;
}

.fl-node-5eba832061c19 .fl-photo {
  text-align: center;
}

.fl-node-5e9851d6b77a2 .fl-photo {
  text-align: center;
}

.fl-node-5e9851d6b77a2 .fl-photo-img, .fl-node-5e9851d6b77a2 .fl-photo-content {
  width: 100%;
}

.fl-node-5e9851d6b77a2 > .fl-module-content {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.fl-node-5e9854a4cf8ff .fl-photo {
  text-align: center;
}

.fl-node-5ea2edb150a58 .fl-photo {
  text-align: center;
}

.fl-node-5ea2ede3736cd .fl-photo {
  text-align: center;
}

.fl-node-5ea2ee0a52d59 .fl-photo {
  text-align: center;
}

.fl-node-5e996d9760f85 > .fl-row-content-wrap {
  background-image: url("/themes/scs-falken/assets/img/content/uploads/Assets/AzenisFK510/Popular Vehicle Fitments/bg-vehicle-fitments.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-attachment: scroll;
  background-size: cover;
}

@media (max-width: 1024px) {
  .fl-node-5e996d9760f85 > .fl-row-content-wrap {
    background-image: url("/themes/scs-falken/assets/img/content/uploads/Assets/AzenisFK510/Mobile/bg-pop-fit@2x.jpg");
  }
}
.fl-node-5e996d978586d {
  width: 30%;
}

.fl-node-5e996d978587b {
  width: 20%;
}

.fl-node-5e996d9785888 {
  width: 20%;
}

.fl-node-5ebd42eed2d6a {
  width: 30%;
}

.fl-node-5e99789dab64d > .fl-row-content-wrap {
  background-color: #1a1a1a;
  background-image: url("/themes/scs-falken/assets/img/content/uploads/Assets/AzenisFK510/Performance Ratings/bg-performance-rating.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-attachment: scroll;
  background-size: cover;
}

@media (max-width: 1024px) {
  .fl-node-5e99789dab64d > .fl-row-content-wrap {
    background-image: url("/themes/scs-falken/assets/img/content/uploads/Assets/AzenisFK510/Mobile/bg-performance-rating@2x.jpg");
    background-position: center top;
  }
}
.fl-node-5e99789dc68cb {
  width: 100%;
}

.fl-node-5e997a86b4333 {
  width: 50%;
}

.fl-node-5e997a86b4340 {
  width: 50%;
}

.fl-node-5ed4ea029a440 {
  width: 100%;
}

.fl-node-5e9978ccbf4bc > .fl-module-content {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.fl-node-5e99a0a76f1c8 > .fl-row-content-wrap {
  background-color: #fff;
  background-image: url("/themes/scs-falken/assets/img/content/uploads/Assets/AzenisFK510/Mobile/img-size-list@2x.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: scroll;
  background-size: cover;
}

.fl-node-5e99a0f101034 {
  width: 100%;
}

.fl-node-5e99a0a7a2844 {
  width: 100%;
}

.fl-node-5e9d884dc1dc9 > .fl-row-content-wrap {
  background-image: url("/themes/scs-falken/assets/img/content/uploads/Assets/AzenisFK510/Videos/bg-high-performance.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}

.fl-node-5e9d884ddac89 {
  width: 100%;
}

.fl-node-5e9d9bcdf17b8 > .fl-row-content-wrap {
  background-color: rgba(147, 147, 147, 0);
  background-image: url("/themes/scs-falken/assets/img/content/uploads/Assets/AzenisFK510/Confidence-Inspiring Performance/bg-confidence-Inspiring performance.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: scroll;
  background-size: cover;
}

.fl-node-5e9d9bce18264 {
  width: 100%;
}

.fl-node-5e9d9fef1e15b {
  width: 45%;
}

.fl-node-5e9d9fef1e16a {
  width: 55%;
}

.fl-node-5e9ed1aabf5da {
  width: 100%;
}

.fl-node-5e9ed1faa6f7e {
  width: 100%;
}

.fl-node-5e9ed2577d0bd {
  width: 100%;
}

.fl-node-5e9da45cd5a8a .fl-photo {
  text-align: center;
}

.fl-node-5e9ee5496dac6 > .fl-row-content-wrap {
  background-image: url("/themes/scs-falken/assets/img/content/uploads/Assets/AzenisFK510/What People Are Saying/bg-what-ppl-are-saying.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-attachment: scroll;
  background-size: cover;
}

@media (max-width: 1024px) {
  .fl-node-5e9ee5496dac6 > .fl-row-content-wrap {
    background-image: url("/themes/scs-falken/assets/img/content/uploads/Assets/AzenisFK510/Mobile/bg-what-ppl-are-saying@2x-scaled.jpg");
    background-position: center top;
  }
}
.fl-node-5ea0132da0785 {
  width: 100%;
}

.fl-node-5e9ee54985bce {
  width: 100%;
}

.fl-node-5e9ee7136c7fb {
  width: 100%;
}

.fl-node-5ea01613272af {
  width: 100%;
}

.fl-node-5ea0132da003a .fl-photo {
  text-align: left;
}

.fl-node-5ea02525cbfb2 > .fl-row-content-wrap {
  background-image: url("/themes/scs-falken/assets/img/content/uploads/2020/05/img-footer-azenis-FK10.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-attachment: scroll;
  background-size: cover;
}

@media (max-width: 1024px) {
  .fl-node-5ea02525cbfb2 > .fl-row-content-wrap {
    background-image: url("/themes/scs-falken/assets/img/content/uploads/Assets/AzenisFK510/Mobile/bg-falken-spotting@2x.jpg");
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .fl-node-5ea02525cbfb2 > .fl-row-content-wrap {
    background-image: url("/themes/scs-falken/assets/img/content/uploads/2020/05/img-footer-azenis-FK10-mobile@2x.jpg");
  }
}
.fl-node-5ea025262adfb {
  width: 100%;
}

.fl-node-5ea816223d67a {
  width: 100%;
}

.fl-builder-content .fl-rich-text strong {
  font-weight: 700;
}

.fl-node-5ea0452281ecf {
  width: 100%;
}

.fl-node-5ea968a12c9bc {
  width: 100%;
}

.fl-node-5ea968f0b4b72 {
  width: 50%;
}

.fl-node-5ea968f0b4b7e {
  width: 50%;
}

.fl-node-5ea987d6d5afd {
  width: 100%;
}

.fl-node-5ea9880a764b4 {
  width: 33.33%;
}

.fl-node-5ea9880a764c1 {
  width: 33.33%;
}

.fl-node-5ea9880a764cc {
  width: 33.33%;
}

.fl-node-5ea9884c22a5b {
  width: 33.33%;
}

.fl-node-5ea9884c22a68 {
  width: 33.33%;
}

.fl-node-5ea9884c22a73 {
  width: 33.33%;
}

.fl-node-5ea98812481ef .fl-photo {
  text-align: center;
}

.fl-node-5ea9882d43715 .fl-photo {
  text-align: center;
}

.fl-node-5ea9883c7e7e4 .fl-photo {
  text-align: center;
}

.fl-node-5ea98855ef8f4 .fl-photo {
  text-align: center;
}

.fl-node-5ea988665fbe9 .fl-photo {
  text-align: center;
}

.fl-node-5eaac9e9391bf {
  width: 100%;
}

.hc-btn {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  height: auto;
  color: inherit;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.hc-btn:hover {
  text-decoration: none;
}

.hc-btn:focus {
  outline: none;
}

.hcj2-as-label-container {
  cursor: pointer;
}

.icomoon, .typcn, .ion, .oi, .sli-icon, .hc-dashicons, .hc-fa {
  width: 1.25em;
  height: inherit;
  line-height: inherit;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  font-size: inherit;
}

.hc-char {
  width: 1em;
  text-align: center;
  display: inline-block;
}

.hc-field:invalid:focus, .hc-field:invalid.hc-is-focused {
  box-shadow: 0 0 0 2px rgba(255, 65, 54, 0.5);
}

select.hc-field, input.hc-field[type=text], input.hc-field[type=password] {
  min-height: 2em;
  vertical-align: middle;
}

.hc-theme-btn-submit {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  cursor: pointer;
  display: inline-block;
  height: auto;
  color: inherit;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.125);
  text-decoration: none;
  text-align: center;
}

.hc-theme-btn-secondary {
  background-color: #ddd;
}

.hc-theme-btn-secondary:hover {
  color: #fff;
  background-color: #0074d9;
  text-decoration: none;
}

.hc-theme-btn-primary {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.1em;
  line-height: 1em;
  color: #fff;
  background-color: #0074d9;
}

.hc-theme-btn-danger {
  color: #ff4136;
  border-color: #ff4136;
}

.hc-theme-btn-danger:hover {
  color: #fff;
  background-color: #ff4136;
  text-decoration: none;
}

.hc-theme-btn-warning {
  color: #ff851b;
  border-color: #ff851b;
}

.hc-theme-tab-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin: 0;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  line-height: 1em;
}

.hc-theme-tab-link-active, .hc-theme-tab-link:hover {
  background-color: #ddd;
  text-decoration: none;
}

.hc-hide {
  display: none !important;
}

.hc-bold {
  font-weight: 700;
}

.hc-regular {
  font-weight: 400;
}

.hc-italic {
  font-style: italic;
}

.hc-caps {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.hc-decoration-none {
  text-decoration: none;
}

.hc-decoration-none:hover {
  text-decoration: none;
}

.hc-underline {
  text-decoration: underline;
}

.hc-line-through {
  text-decoration: line-through;
}

.hc-relative {
  position: relative;
}

.hc-absolute {
  position: absolute;
}

.hc-position-relative {
  position: relative;
}

.hc-position-absolute {
  position: absolute;
}

.hc-bullets {
  list-style-type: disc;
}

.hc-fs1 {
  font-size: 0.75em;
  line-height: 1em;
}

.hc-fs2 {
  font-size: 0.875em;
  line-height: 1em;
}

.hc-fs3 {
  font-size: 1em;
  line-height: 1em;
}

.hc-fs4 {
  font-size: 1.2em;
  line-height: 1em;
}

.hc-fs5 {
  font-size: 1.5em;
  line-height: 1em;
}

.hc-m0 {
  margin: 0;
}

.hc-mt0 {
  margin-top: 0;
}

.hc-mr0 {
  margin-right: 0;
}

.hc-mb0 {
  margin-bottom: 0;
}

.hc-ml0 {
  margin-left: 0;
}

.hc-m1 {
  margin: 0.25rem;
}

.hc-mt1 {
  margin-top: 0.25rem;
}

.hc-mr1 {
  margin-right: 0.25rem;
}

.hc-mb1 {
  margin-bottom: 0.25rem;
}

.hc-ml1 {
  margin-left: 0.25rem;
}

.hc-mx1 {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.hc-my1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.hc-m2 {
  margin: 0.5rem;
}

.hc-mt2 {
  margin-top: 0.5rem;
}

.hc-mr2 {
  margin-right: 0.5rem;
}

.hc-mb2 {
  margin-bottom: 0.5rem;
}

.hc-ml2 {
  margin-left: 0.5rem;
}

.hc-mx2 {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.hc-my2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.hc-m3 {
  margin: 1rem;
}

.hc-mt3 {
  margin-top: 1rem;
}

.hc-mr3 {
  margin-right: 1rem;
}

.hc-mb3 {
  margin-bottom: 1rem;
}

.hc-ml3 {
  margin-left: 1rem;
}

.hc-mx3 {
  margin-right: 1rem;
  margin-left: 1rem;
}

.hc-my3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.hc-m4 {
  margin: 2rem;
}

.hc-mt4 {
  margin-top: 2rem;
}

.hc-mr4 {
  margin-right: 2rem;
}

.hc-mb4 {
  margin-bottom: 2rem;
}

.hc-ml4 {
  margin-left: 2rem;
}

.hc-mx4 {
  margin-right: 2rem;
  margin-left: 2rem;
}

.hc-my4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.hc-p1 {
  padding: 0.25rem;
}

.hc-py1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.hc-px1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.hc-pt1 {
  padding-top: 0.25rem;
}

.hc-pb1 {
  padding-bottom: 0.25rem;
}

.hc-p2 {
  padding: 0.5rem;
}

.hc-py2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.hc-px2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.hc-pt2 {
  padding-top: 0.5rem;
}

.hc-pb2 {
  padding-bottom: 0.5rem;
}

.hc-p3 {
  padding: 1rem;
}

.hc-py3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.hc-px3 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.hc-pt3 {
  padding-top: 1rem;
}

.hc-pb3 {
  padding-bottom: 1rem;
}

.hc-p4 {
  padding: 2rem;
}

.hc-py4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.hc-px4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.hc-pt4 {
  padding-top: 2rem;
}

.hc-pb4 {
  padding-bottom: 2rem;
}

.hc-p0 {
  padding: 0;
}

.hc-pt0 {
  padding-top: 0;
}

.hc-pb0 {
  padding-bottom: 0;
}

.hc-mxn1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.hc-mxn2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.hc-mxn3 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.hc-left {
  float: left;
}

.hc-right {
  float: right;
}

.hc-align-left {
  text-align: left;
}

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

.hc-align-right {
  text-align: right;
}

.hc-align-justify {
  text-align: justify;
}

.hc-valign-top {
  vertical-align: top;
}

.hc-valign-bottom {
  vertical-align: bottom;
}

.hc-valign-middle {
  vertical-align: middle;
}

.hc-border {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
}

.hc-border-top {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(0, 0, 0, 0.05);
}

.hc-border-right {
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(0, 0, 0, 0.05);
}

.hc-border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0.05);
}

.hc-border-left {
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(0, 0, 0, 0.05);
}

.hc-border-none {
  border: 0;
}

.hc-border-dotted {
  border-style: dotted;
}

.hc-border-dashed {
  border-style: dashed;
}

.hc-border-double {
  border-style: double;
  border-width: 5px;
}

@-webkit-keyframes hc-blink {
  50% {
    border-color: #333;
  }
}
@keyframes hc-blink {
  50% {
    border-color: #333;
  }
}
.hc-border-blink {
  animation: hc-blink 0.5s step-end infinite alternate;
  -webkit-animation: hc-blink 0.5s step-end infinite alternate;
  border-style: double;
  border-width: 3px;
}

.hc-black {
  color: #111;
}

.hc-darkgray {
  color: #666;
}

.hc-gray {
  color: #aaa;
}

.hc-silver {
  color: #ddd;
}

.hc-white {
  color: #fff;
}

.hc-aqua {
  color: #7fdbff;
}

.hc-blue {
  color: #0074d9;
}

.hc-navy {
  color: #001f3f;
}

.hc-teal {
  color: #39cccc;
}

.hc-green {
  color: #2ecc40;
}

.hc-olive {
  color: #3d9970;
}

.hc-lime {
  color: #01ff70;
}

.hc-yellow {
  color: #ffdc00;
}

.hc-orange {
  color: #ff851b;
}

.hc-red {
  color: #ff4136;
}

.hc-darkred {
  color: #bb2116;
}

.hc-fuchsia {
  color: #f012be;
}

.hc-purple {
  color: #b10dc9;
}

.hc-maroon {
  color: #85144b;
}

.hc-color-inherit {
  color: inherit;
}

.hc-outlined {
  outline-style: solid;
}

.hc-muted1 {
  opacity: 0.75;
}

.hc-muted2 {
  opacity: 0.5;
}

.hc-muted3 {
  opacity: 0.25;
}

.hc-bg-black {
  background-color: #111;
}

.hc-bg-darkgray {
  background-color: #666;
}

.hc-bg-gray {
  background-color: #aaa;
}

.hc-bg-silver {
  background-color: #ddd;
}

.hc-bg-lightsilver {
  background-color: #eee;
}

.hc-bg-wpsilver {
  background-color: #f9f9f9;
}

.hc-bg-white {
  background-color: #fff;
}

.hc-bg-aqua {
  background-color: #7fdbff;
}

.hc-bg-blue {
  background-color: #0074d9;
}

.hc-bg-navy {
  background-color: #001f3f;
}

.hc-bg-teal {
  background-color: #39cccc;
}

.hc-bg-green {
  background-color: #2ecc40;
}

.hc-bg-lightgreen {
  background-color: #94ffa6;
}

.hc-bg-olive {
  background-color: #3d9970;
}

.hc-bg-lime {
  background-color: #01ff70;
}

.hc-bg-yellow {
  background-color: #ffdc00;
}

.hc-bg-orange {
  background-color: #ff851b;
}

.hc-bg-red {
  background-color: #ff4136;
}

.hc-bg-lightred {
  background-color: #fcc;
}

.hc-bg-red-striped {
  background: repeating-linear-gradient(-45deg, rgba(255, 65, 54, 0.25), rgba(255, 65, 54, 0.25) 0.25em, rgba(0, 0, 0, 0) 0.25em, rgba(0, 0, 0, 0) 0.5em);
}

.hc-bg-fuchsia {
  background-color: #f012be;
}

.hc-bg-purple {
  background-color: #b10dc9;
}

.hc-bg-maroon {
  background-color: #85144b;
}

.hc-border-black {
  border-color: #111;
}

.hc-border-gray {
  border-color: #aaa;
}

.hc-border-silver {
  border-color: #ddd;
}

.hc-border-white {
  border-color: #fff;
}

.hc-border-aqua {
  border-color: #7fdbff;
}

.hc-border-blue {
  border-color: #0074d9;
}

.hc-border-navy {
  border-color: #001f3f;
}

.hc-border-teal {
  border-color: #39cccc;
}

.hc-border-green {
  border-color: #2ecc40;
}

.hc-border-olive {
  border-color: #3d9970;
}

.hc-border-lime {
  border-color: #01ff70;
}

.hc-border-yellow {
  border-color: #ffdc00;
}

.hc-border-orange {
  border-color: #ff851b;
}

.hc-border-red {
  border-color: #ff4136;
}

.hc-border-darkred {
  border-color: #bb2116;
}

.hc-border-fuchsia {
  border-color: #f012be;
}

.hc-border-purple {
  border-color: #b10dc9;
}

.hc-border-maroon {
  border-color: #85144b;
}

.hc-border-current {
  border-color: currentcolor;
}

.hc-bg-striped {
  background: repeating-linear-gradient(-45deg, rgba(221, 221, 221, 0.75), rgba(221, 221, 221, 0.75) 0.75em, rgba(221, 221, 221, 0) 0.75em, rgba(221, 221, 221, 0) 1em);
}

.hc-rounded {
  border-radius: 3px;
}

.hc-circle {
  border-radius: 50%;
}

.hc-not-rounded {
  border-radius: 0;
}

.hc-nowrap {
  white-space: nowrap;
  overflow: hidden;
}

.hc-break-word {
  word-wrap: break-word;
}

.hc-inline {
  display: inline;
}

.hc-block {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.hc-inline-block {
  display: inline-block;
}

.hc-table {
  display: table;
}

.hc-table-cell {
  display: table-cell;
}

.hc-lg-show {
  display: none !important;
}

@media (max-width: 48em) {
  .hc-xs-hide {
    display: none !important;
  }

  .hc-xs-m0 {
    margin: 0;
  }

  .hc-xs-mt0 {
    margin-top: 0;
  }

  .hc-xs-mr0 {
    margin-right: 0;
  }

  .hc-xs-mb0 {
    margin-bottom: 0;
  }

  .hc-xs-ml0 {
    margin-left: 0;
  }

  .hc-xs-m1 {
    margin: 0.25rem;
  }

  .hc-xs-mt1 {
    margin-top: 0.25rem;
  }

  .hc-xs-mr1 {
    margin-right: 0.25rem;
  }

  .hc-xs-mb1 {
    margin-bottom: 0.25rem;
  }

  .hc-xs-ml1 {
    margin-left: 0.25rem;
  }

  .hc-xs-m2 {
    margin: 0.5rem;
  }

  .hc-xs-mt2 {
    margin-top: 0.5rem;
  }

  .hc-xs-mr2 {
    margin-right: 0.5rem;
  }

  .hc-xs-mb2 {
    margin-bottom: 0.5rem;
  }

  .hc-xs-ml2 {
    margin-left: 0.5rem;
  }

  .hc-xs-m3 {
    margin: 1rem;
  }

  .hc-xs-mt3 {
    margin-top: 1rem;
  }

  .hc-xs-mr3 {
    margin-right: 1rem;
  }

  .hc-xs-mb3 {
    margin-bottom: 1rem;
  }

  .hc-xs-ml3 {
    margin-left: 1rem;
  }

  .hc-xs-block {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }

  .hc-xs-inline-block {
    display: inline-block;
  }
}
.hc-clearfix:before, .hc-clearfix:after {
  content: " ";
  display: table;
}

.hc-clearfix:after {
  clear: both;
}

.hc-col {
  float: none;
  box-sizing: border-box;
}

.hc-xs-col {
  float: left;
  box-sizing: border-box;
}

.hc-xs-col-right {
  float: right;
  box-sizing: border-box;
}

.hc-xs-col-1 {
  width: 8.33333%;
}

.hc-xs-col-2 {
  width: 16.66667%;
}

.hc-xs-col-3 {
  width: 25%;
}

.hc-xs-col-4 {
  width: 33.33333%;
}

.hc-xs-col-5 {
  width: 41.66667%;
}

.hc-xs-col-6 {
  width: 50%;
}

.hc-xs-col-7 {
  width: 58.33333%;
}

.hc-xs-col-8 {
  width: 66.66667%;
}

.hc-xs-col-9 {
  width: 75%;
}

.hc-xs-col-10 {
  width: 83.33333%;
}

.hc-xs-col-11 {
  width: 91.66667%;
}

.hc-xs-col-12 {
  width: 100%;
}

.hc-xs-col-1-2 {
  width: 50%;
}

.hc-xs-col-1-3 {
  width: 33.3333%;
}

.hc-xs-col-1-4 {
  width: 25%;
}

.hc-xs-col-1-5 {
  width: 20%;
}

.hc-xs-col-1-6 {
  width: 16.666%;
}

.hc-xs-col-1-7 {
  width: 14.2857%;
}

.hc-xs-col-1-8 {
  width: 12.5%;
}

.hc-xs-col-7-8 {
  width: 87.5%;
}

.hc-xs-col-1-31 {
  width: 3.2258%;
}

@media (min-width: 48em) {
  .hc-lg-hide {
    display: none !important;
  }

  .hc-lg-inline-block {
    display: inline-block;
  }

  .hc-col {
    float: left;
    box-sizing: border-box;
  }

  .hc-col-right {
    float: right;
    box-sizing: border-box;
  }

  .hc-col-1 {
    width: 8.33333%;
  }

  .hc-col-2 {
    width: 16.66667%;
  }

  .hc-col-3 {
    width: 25%;
  }

  .hc-col-4 {
    width: 33.33333%;
  }

  .hc-col-5 {
    width: 41.66667%;
  }

  .hc-col-6 {
    width: 50%;
  }

  .hc-col-7 {
    width: 58.33333%;
  }

  .hc-col-8 {
    width: 66.66667%;
  }

  .hc-col-9 {
    width: 75%;
  }

  .hc-col-10 {
    width: 83.33333%;
  }

  .hc-col-11 {
    width: 91.66667%;
  }

  .hc-col-12 {
    width: 100%;
  }

  .hc-col-1-2 {
    width: 50%;
  }

  .hc-col-1-3 {
    width: 33.3333%;
  }

  .hc-col-1-4 {
    width: 25%;
  }

  .hc-col-1-5 {
    width: 20%;
  }

  .hc-col-1-6 {
    width: 16.666%;
  }

  .hc-col-1-7 {
    width: 14.2857%;
  }

  .hc-col-1-8 {
    width: 12.5%;
  }

  .hc-col-7-8 {
    width: 87.5%;
  }

  .hc-col-1-31 {
    width: 3.2258%;
  }
}
[class*=hc-col-], [class*=hc-xs-col-] {
  min-height: 1px;
}

.hc-app-container {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.hc-closer, .hc-close {
  float: right;
  font-weight: 400;
  line-height: 1rem;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.hc-closer:hover, .hc-closer:focus, .hc-close:hover, .hc-close:focus {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

button.hc-closer, button.hc-close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.hc-closer-nofloat, .hc-close-nofloat {
  opacity: 0.2;
  filter: alpha(opacity=20);
  text-decoration: none;
}

.hc-closer-nofloat:hover, .hc-closer-nofloat:focus, .hc-close-nofloat:hover, .hc-close-nofloat:focus {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.hcj2-dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.hcj2-open > .hcj2-dropdown-menu {
  display: block;
}

.hcj2-dropdown {
  position: relative;
}

.hcj2-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 160px;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.hcj2-collapse {
  display: none;
}

.hcj2-collapse.hcj2-open {
  display: block;
}

.hcj2-radio-info {
  display: none;
}

[data-hc-observe] {
  display: none;
}

.hc-loader-shader {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  background-color: #999;
}

.hc-loader {
  border: 0.25em solid #bbb;
  border-radius: 50%;
  border-top: 0.25em solid #666;
  border-bottom: 0.25em solid #666;
  -webkit-animation: hc-spin2 2s linear infinite;
  animation: hc-spin2 2s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1em;
  height: 1em;
  margin: -0.5em 0 0 -0.5em;
}

@-webkit-keyframes hc-spin2 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes hc-spin2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hc-spin {
  -webkit-animation: hc-spin 2s infinite linear;
  animation: hc-spin 2s infinite linear;
}

@-webkit-keyframes hc-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes hc-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@media (max-width: 56em) {
  .hc-app-container {
    font-size: 1.1rem;
  }
}
@media (max-width: 48em) {
  .hc-app-container {
    font-size: 1.3rem;
  }
}
@media (max-width: 40em) {
  .hc-app-container {
    font-size: 1.4rem;
  }
}
@media (max-width: 32em) {
  .hc-app-container {
    font-size: 1.3rem;
  }
}
#hclc_map img {
  max-width: none !important;
}

@media (max-width: 48em) {
  .hc-lg-flex-auto-grid.hc-lg-mxn2 > div {
    margin-top: 0.5em;
  }

  .hc-lg-flex-auto-grid.hc-lg-mxn2 > div:first-child {
    margin-top: 0;
  }
}
#locatoraid-search-radius-select-container select {
  width: 100%;
}

@media (min-width: 48em) {
  .hc-lg-mxn2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .hc-lg-px2 {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }

  .hc-lg-align-center {
    text-align: center;
  }

  .hc-lg-flex-auto-grid {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: center;
    vertical-align: middle;
  }

  .hc-lg-flex-auto-grid > div {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
  }

  #locatoraid-search-radius-select-container {
    width: 6em;
  }
}

/*# sourceMappingURL=azenis-fk510.css.map */
