.code-example {
  position: relative;
}
.code-example pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
}
.code-example code {
  display: inline-block;
  background: #f7f7f7;
  max-height: 250px;
  white-space: pre;
  width: 100%;
  overflow: auto;
  font-size: 14px;
  padding: 20px 30px;
}
.code-example .copy-code {
  position: absolute;
  right: 12px;
  top: 12px;
}
.close {
  position: absolute;
  color: #fff;
  font-size: 24px;
}
.close:hover,
.close:focus {
  cursor: pointer;
}
.list-inline {
  position: relative;
  font-size: 0;
  margin: 18px 0;
  padding-left: 0;
  list-style: none;
  overflow: hidden;
}
.list-inline > li {
  display: inline-block;
  margin-right: -2px;
  min-width: 50%;
}
@media screen and (min-width: 576px) {
  .list-inline {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .list-inline > li {
    padding-right: 5px;
    margin-right: 0;
    min-width: auto;
  }
}
.item.tab:nth-child(1) a {
  border-right-width: 1px;
}
.item.tab:nth-child(2) a {
  border-left-width: 1px;
  border-right-width: 1px;
}
.item.tab:nth-child(3) a {
  border-left-width: 1px;
}
.item.tab[data-slick-index="1"] a {
  border-right-width: 2px;
}
@media screen and (min-width: 992px) {
  .item.tab[data-slick-index="1"] a {
    border-right-width: 1px;
  }
}
.item.tab[data-slick-index="1"].slick-current a {
  border-right-width: 1px;
  border-left-width: 2px;
}
.item.tab .button5 {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 992px) {
  .item.tab .button5 {
    width: auto;
  }
}
.item.tab.active .button5 {
  color: #333;
  background: #ffde00;
}
.item.tab .button5:hover,
.item.tab .button5:focus {
  color: #333;
  background: #ffde00;
}
.font-size-12 {
  font-size: 12px;
}
input[type="text"][class*="text-transform-none"],
input[type="email"][class*="text-transform-none"],
.text-transform-none {
  text-transform: none;
}
.text-transform-uppercase {
  text-transform: uppercase;
}
.text-bold {
  font-weight: bold;
}
.bg-white {
  background: #fff;
}
.bg-transparent {
  background: transparent;
}
.bg-hover-white:hover,
.bg-hover-white:focus {
  background: #fff;
}
.bg-green {
  background: #367c2b;
}
.bg-grey-33 {
  background: #333;
}
.text-white {
  color: #fff;
}
.text-yellow {
  color: #ffde00;
}
.text-hover-green:hover,
.text-hover-green:focus {
  color: #367c2b;
}
.border-white {
  border-color: #fff;
}
.border-hover-white:hover,
.border-hover-white:focus {
  border-color: #fff;
}
.border-none {
  border: none;
}
.box-shadow-none {
  box-shadow: none;
}
.text-shadow-none {
  text-shadow: none;
}
.close-custom,
.close-custom:hover,
.close-custom:focus {
  opacity: 1;
  text-shadow: none;
}
@media screen and (max-width: 991px) {
  .tab-content > .tab-pane {
    display: block;
  }
}
.tab-container-custom {
  background: #333;
}
@media screen and (min-width: 992px) {
  .tab-container-custom .tab-pane {
    display: block;
    position: absolute;
    opacity: 0;
    transition: opacity 500ms ease;
  }
}
.tab-container-custom .tab-pane .close-custom {
  display: none;
}
@media screen and (min-width: 992px) {
  .tab-container-custom .tab-pane .close-custom {
    display: block;
    position: absolute;
    top: 25px;
    right: 15px;
    width: 50px;
    height: 50px;
    padding: 5px;
  }
  .tab-container-custom .tab-pane .close-custom > img {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
@media screen and (min-width: 992px) {
  .tab-container-custom .tab-pane > .text-container {
    position: absolute;
    top: 50%;
    padding: 0;
    max-width: none;
    width: 50%;
  }
  .tab-container-custom .tab-pane > .text-container .text-content-wrapper {
    padding: 30px 0 0 0;
    border-top: 1px solid #fff;
    width: 0;
    transition: width 300ms ease, padding 300ms linear;
  }
  .tab-container-custom .tab-pane > .text-container .text-content-wrapper.show {
    width: 100%;
  }
  .tab-container-custom .tab-pane > .text-container .text-content-wrapper .text-content {
    opacity: 0;
    transition: opacity 300ms ease;
  }
  .tab-container-custom .tab-pane > .text-container .text-content-wrapper .text-content.show {
    opacity: 1;
  }
}
@media screen and (min-width: 992px) {
  .tab-container-custom .tab-pane-open > .text-container {
    left: 50%;
    width: 45%;
  }
  .tab-container-custom .tab-pane-open > .text-container .text-content-wrapper.show {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 992px) {
  .tab-container-custom .tab-pane-local > .text-container,
  .tab-container-custom .tab-pane-save > .text-container {
    left: 4.5%;
  }
  .tab-container-custom .tab-pane-local > .text-container .text-content-wrapper,
  .tab-container-custom .tab-pane-save > .text-container .text-content-wrapper {
    float: right;
  }
  .tab-container-custom .tab-pane-local > .text-container .text-content-wrapper.show,
  .tab-container-custom .tab-pane-save > .text-container .text-content-wrapper.show {
    padding-right: 60px;
  }
  .tab-container-custom .tab-pane-local > .text-container > .row,
  .tab-container-custom .tab-pane-save > .text-container > .row {
    padding-left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .tab-container-custom .tab-pane > picture > img {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .tab-container-custom .tab-pane.active ~ img.image {
    display: none;
  }
  .tab-container-custom .tab-pane.active > picture > img {
    display: block;
    margin-top: -75px;
  }
}
@media screen and (max-width: 991px) and screen and (min-width: 992px) {
  .tab-container-custom .tab-pane.active > picture > img {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .tab-container-custom .tab-pane.active {
    opacity: 1;
  }
}
@media screen and (min-width: 992px) {
  .tab-container-custom .tabs-wrapper {
    position: absolute;
  }
}
.expand-collapse-component .expand-collapse-component-container .expand-collapse-component-section .expand-collapse-component-item.active.bg-none,
.bg-none {
  background: none;
}
.expand-collapse-component .expand-collapse-component-container .expand-collapse-component-section .expand-collapse-component-item.border-top-none,
.expand-collapse-component .expand-collapse-component-container .expand-collapse-component-section .expand-collapse-component-item:last-child.border-top-none,
.border-top-none {
  border-top: none;
}
.expand-collapse-component .expand-collapse-component-container .expand-collapse-component-section .expand-collapse-component-item.border-botton-none,
.expand-collapse-component .expand-collapse-component-container .expand-collapse-component-section .expand-collapse-component-item:last-child.border-botton-none,
.border-bottom-none {
  border-bottom: none;
}
.expand-collapse-component .expand-collapse-component-container .expand-collapse-component-section .expand-collapse-component-item > h4 {
  font-family: jd_sans_probold;
  color: #666666;
}
.expand-collapse-component .expand-collapse-component-container .expand-collapse-component-section .expand-collapse-component-item > h4.before-text-grey::before {
  color: #666666;
}
.expand-collapse-component .expand-collapse-component-container.margin-0,
.margin-0 {
  margin: 0;
}
.custom-cta-container .cta {
  margin: 24px 0;
}
.inline-block {
  display: inline-block;
}
.padding-0 {
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .padding-0-lg {
    padding: 0;
  }
  .padding-0-20-lg {
    padding: 0 20px;
  }
}
.padding-top-3 {
  padding-top: 24px;
}
.padding-top-60 {
  padding-top: 60px;
}
.padding-top-200 {
  padding-top: 200px;
}
.padding-bottom-60 {
  padding-bottom: 60px;
}
.padding-bottom-200 {
  padding-bottom: 200px;
}
.padding-bottom-3 {
  padding-bottom: 24px;
}
.padding-bottom-2 {
  padding-bottom: 16px;
}
.padding-bottom-1 {
  padding-bottom: 8px;
}
.margin-bottom-0 {
  margin-bottom: 0px;
}
.margin-bottom-2 {
  margin-bottom: 16px;
}
.margin-bottom-3 {
  margin-bottom: 24px;
}
.margin-top-0 {
  margin-top: 0px;
}
.margin-top-1 {
  margin-top: 8px;
}
.margin-top-3 {
  margin-top: 24px;
}
.zindex-20 {
  z-index: 20;
}
.zindex-70 {
  z-index: 70;
}
.zindex-90 {
  z-index: 90;
}
.rounded-100 {
  border-radius: 100%;
}
.shadow-1 {
  box-shadow: 0 0 8px #00000029;
}
.text-shadow-1 {
  text-shadow: 1px 1px 4px #000000;
}
.width-32 {
  width: 32px;
}
.width-40 {
  width: 40px;
}
.width-60 {
  width: 60px;
}
.height-32 {
  height: 432x;
}
.height-40 {
  height: 40px;
}
.height-60 {
  height: 60px;
}
.width-100p {
  width: 100%;
}
.centered-container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.float-left {
  float: left;
}
.translate-y-25 {
  transform: translateY(-25%);
}
.translate-y-25p {
  transform: translateY(25%);
}
.translate-y-50p {
  transform: translateY(50%);
}
@media (min-width: 992px) {
  .translate-y-50p-md {
    transform: translateY(50%);
  }
}
.translate-y-100 {
  transform: translateY(-100%);
}
.max-width-25 {
  max-width: 25%;
}
.max-width-300 {
  max-width: 300px;
}
.max-width-33 {
  max-width: 33%;
}
.margin-right-1 {
  margin-right: 8px;
}
.margin-right-2 {
  margin-right: 16px;
}
.margin-right-3 {
  margin-right: 24px;
}
.margin-bottom-4,
.expand-collapse-component .expand-collapse-component-container .expand-collapse-component-section h3.margin-bottom-4 {
  margin-bottom: 32px;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.carouselSingle .item {
  max-width: none;
}
.carouselSingle .flexslider .slides li {
  margin-right: 0 !important;
}
.video-js.play-skin-2.vjs-big-play-button-smaller .vjs-big-play-button {
  width: 52px;
  height: 52px;
  font-size: 2em;
}
.video-js.play-skin-2.vjs-big-play-button-smaller .vjs-big-play-button:before {
  font-size: 32px;
}
.video-player-comp [data-overlay-text]:not(.vjs-has-started):before {
  content: attr(data-overlay-text);
  position: absolute;
  z-index: 1;
  font-size: 16px;
  bottom: 0;
  left: 0;
  padding: 12px;
  font-weight: bold;
  line-height: 1.2;
}
.video-js {
  width: 100% !important;
}
.border-left-white {
  border-left: 1px solid #fff;
}
.top-0 {
  top: 0;
}
.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}
@media (min-width: 992px) {
  .right-30-md {
    right: 30px;
  }
}
.bottom-0 {
  bottom: 0;
}
.bottom-10 {
  bottom: -10px;
}
.bottom-40 {
  bottom: -40px;
}
@media (min-width: 992px) {
  .bottom-0-md {
    bottom: 0;
  }
  .bottom-3-md {
    bottom: 24px;
  }
}
.carousel.carouselSingle .flexslider {
  max-width: none;
}
.flex-column-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .order-1-md {
    order: 1;
  }
}
@media (min-width: 992px) {
  .order-2-md {
    order: 2;
  }
}
.mobile-phone-image-wrapper {
  width: 50%;
  margin: 0 auto;
}
.mobile-phone-image-wrapper > img {
  width: 100%;
}
@media (min-width: 1024px) {
  .mobile-phone-image {
    max-width: 95%;
  }
}
@media (min-width: 1200px) {
  .mobile-phone-image {
    max-width: 88%;
  }
}
@media (min-width: 1200px) {
  .mobile-phone-image {
    max-width: 73%;
  }
}
.discover-headline {
  margin-top: 52px;
}
@media (min-width: 992px) {
  .discover-headline {
    margin-top: 24px;
  }
}
.generic-copy-block {
  margin: 40px 0;
}
.generic-copy-block .content > p {
  margin-top: 40px;
  margin-bottom: 0;
}
.generic-copy-block .content .button1 {
  margin-top: 40px;
}
/* ########## STARFIRE ########## */
.block-content {
  margin: 4rem 0 3rem 0;
}
@media screen and (min-width: 1200px) {
  .jd-col-lg-3 {
    width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .jd-col-lg-4 {
    width: 33.33333%;
  }
}
@media screen and (min-width: 1200px) {
  .jd-col-lg-5 {
    width: 41.66667%;
  }
}
/**
*	Animation
*/
@-moz-keyframes ripple {
  to {
    transform: scale(1.8);
    opacity: 0;
  }
}
@-webkit-keyframes ripple {
  to {
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes ripple {
  to {
    transform: scale(1.8);
    opacity: 0;
  }
}
@-moz-keyframes grow {
  20%,
  80% {
    transform: scale(1.1);
  }
  0%,
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes grow {
  20%,
  80% {
    transform: scale(1.1);
  }
  0%,
  100% {
    transform: scale(1);
  }
}
@keyframes grow {
  20%,
  80% {
    transform: scale(1.1);
  }
  0%,
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes tractor {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(230%);
  }
}
@-webkit-keyframes tractor {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(230%);
  }
}
@keyframes tractor {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(230%);
  }
}
@-moz-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
.animate-tractor {
  position: relative;
  overflow: hidden;
  margin-bottom: 0rem;
  display: inline-block;
}
.animate-tractor img {
  width: 100%;
}
.animate-tractor .tractor {
  transform: translateX(0%);
  position: relative;
}
.animate-tractor .tractor img {
  max-width: 350px;
  height: auto;
}
.animate-tractor .tractor .wheel-1 {
  height: 60px;
  position: absolute;
  left: 73px;
  bottom: 0;
}
.animate-tractor .tractor .wheel-2 {
  height: 46px;
  position: absolute;
  left: 156px;
  bottom: 0;
}
.animate-tractor .tractor.animate {
  animation: tractor 5s linear forwards;
}
.animate-tractor .tractor.animate .wheel-1,
.animate-tractor .tractor.animate .wheel-2 {
  animation: spin 2s ease-in-out forwards;
}
.animate-tractor .tractor-line {
  transform: translateX(0%);
  position: relative;
}
.animate-tractor .tractor-line:after {
  content: ' ';
  height: 25px;
  background: #eee;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.animate-tractor .tractor-line.animate:after {
  animation: tractor 5s linear forwards;
}
/* xs */
@media (max-width: 480px) {
  .animate-tractor {
    margin-bottom: 0;
  }
  .animate-tractor .tractor .wheel-1 {
    height: 60%;
    left: 21%;
  }
  .animate-tractor .tractor .wheel-2 {
    height: 46%;
    left: 45%;
  }
}
@media (min-width: 768px) AND (max-width: 779px) {
  .animate-tractor .tractor .wheel-1 {
    height: 52px;
    left: 63px;
  }
  .animate-tractor .tractor .wheel-2 {
    height: 39px;
    left: 137px;
  }
}
/* sm */
/* sm */
.footer.has-margin-top {
  margin-top: 80px;
}
@media (min-width: 992px) {
  .footer.has-margin-top {
    margin-top: 230px;
  }
}
.footer .country-selector {
  margin-top: 0;
  border: none;
}
.footer .country-selector .flag {
  display: none;
  transform: translateX(40px);
}
.footer .country-selector .dropdown-input {
  border-color: #c2c2c2;
  padding-right: 30px;
  padding-left: 53px;
  transform: translateX(-10px);
}
.footer .country-selector .dropdown-input span {
  color: #333;
  line-height: 1.5;
}
.footer .country-selector .dropdown-input span:before {
  display: none;
}
.en_GB .flag.en_GB {
  display: inline;
}
.en_IE .flag.en_IE {
  display: inline;
}
.fr_FR .flag.fr_FR {
  display: inline;
}
.de_DE .flag.de_DE {
  display: inline;
}
.es_ES .flag.es_ES {
  display: inline;
}
.it_IT .flag.it_IT {
  display: inline;
}
.pl_PL .flag.pl_PL {
  display: inline;
}
.pt_PT .flag.pt_PT {
  display: inline;
}
.fr_BE .flag.fr_BE,
.nl_BE .flag.fr_BE {
  display: inline;
}
.da_DK .flag.da_DK {
  display: inline;
}
.nl_NL .flag.nl_NL {
  display: inline;
}
.sv_SE .flag.sv_SE {
  display: inline;
}
.de_AT .flag.de_AT {
  display: inline;
}
.fr_CH .flag.fr_CH,
.de_CH .flag.fr_CH {
  display: inline;
}
.star-fire-configurator {
  margin-top: 20px;
}
.star-fire-configurator .link-list-accordian.dark-background {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 992px) {
  .star-fire-configurator .link-list-accordian.dark-background {
    background-color: #f8f8f8;
    border-bottom: none;
    padding: 0;
  }
}
.star-fire-configurator .link-list-accordian.dark-background .link-list-group {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .star-fire-configurator .link-list-accordian.dark-background .link-list-group {
    padding: 20px 0 0;
    border-top: 1px solid #ddd;
  }
  .star-fire-configurator .link-list-accordian.dark-background .link-list-group:first-child {
    border-top: none;
  }
}
@media screen and (max-width: 991px) {
  .star-fire-configurator .link-list-accordian.dark-background .link-list-group.disabled {
    border-bottom-color: #fff;
  }
  .star-fire-configurator .link-list-accordian.dark-background .link-list-group.disabled h4 {
    background-color: #e5e5e7;
    color: #8b8c8e;
  }
  .star-fire-configurator .link-list-accordian.dark-background .link-list-group.disabled h4:before {
    color: #8b8c8e;
  }
}
@media screen and (min-width: 992px) {
  .star-fire-configurator .link-list-accordian.dark-background .link-list-group.hide-tab {
    display: none;
  }
}
.star-fire-configurator .link-list-accordian.dark-background h4 {
  font-size: 18px;
  margin: 0;
  padding: 16px 20px;
}
@media screen and (min-width: 992px) {
  .star-fire-configurator .link-list-accordian.dark-background h4 {
    font-size: 24px;
    color: #333;
    padding: 0 60px;
  }
}
.star-fire-configurator .link-list-accordian.dark-background ul {
  background: #f8f8f8;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .star-fire-configurator .link-list-accordian.dark-background ul {
    padding: 20px;
  }
}
@media screen and (min-width: 992px) {
  .star-fire-configurator .link-list-accordian.dark-background ul {
    padding: 20px 20px 20px 60px;
  }
}
@media screen and (min-width: 768px) {
  .star-fire-configurator .link-list-group-content {
    display: flex;
    flex-wrap: wrap;
  }
  .star-fire-configurator .link-list-group-content.content-center {
    align-items: center;
  }
}
.star-fire-configurator .link-list-group-content > div {
  display: flex;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .star-fire-configurator .link-list-group-content > div:nth-child(2n) {
    justify-content: flex-end;
  }
  .star-fire-configurator .link-list-group-content > div:nth-child(n+3) {
    margin-top: 20px;
  }
}
.star-fire-configurator .link-list-group-content > div.text-between-radios {
  display: none;
}
@media screen and (min-width: 768px) {
  .star-fire-configurator .link-list-group-content > div.text-between-radios {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .star-fire-configurator .link-list-group-content.package-content > div:first-child {
    padding-right: 20px;
  }
  .star-fire-configurator .link-list-group-content.package-content > div:nth-child(2) {
    justify-content: flex-start;
  }
  .star-fire-configurator .link-list-group-content.package-content > div:nth-child(n+3) {
    margin-top: 0;
  }
}
.star-fire-configurator .col-configurator-data {
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  .star-fire-configurator .col-configurator-data {
    padding-right: 0;
  }
}
.star-fire-configurator .col-configurator-values {
  padding-right: 0;
}
@media screen and (max-width: 991px) {
  .star-fire-configurator .col-configurator-values {
    padding-left: 0;
  }
}
.star-fire-configurator .custom-container {
  position: relative;
  padding: 0 20px 20px;
  background-color: #f8f8f8;
}
.star-fire-configurator .custom-container > .row:first-of-type {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 15px;
  box-shadow: 0 -1px 0 1px #fff;
}
@media screen and (min-width: 992px) {
  .star-fire-configurator .custom-container > .row:first-of-type {
    background-color: transparent;
    padding-top: 0;
    box-shadow: none;
  }
}
.star-fire-configurator .custom-container > .row:first-of-type h2 {
  font-size: 24px;
}
.star-fire-configurator .package-image-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .star-fire-configurator .package-image-wrapper {
    flex-direction: row;
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .star-fire-configurator .package-image-wrapper {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .star-fire-configurator .package-image-wrapper {
    width: 100%;
  }
}
.star-fire-configurator .package-image-wrapper img {
  display: block;
  width: 33%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .star-fire-configurator .package-image-wrapper img {
    width: 75%;
  }
}
@media screen and (min-width: 992px) {
  .star-fire-configurator .package-image-wrapper img {
    width: 50%;
  }
}
.star-fire-configurator .package-image-wrapper h3 {
  margin-top: 5px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .star-fire-configurator .icon-jd_plus {
    margin-left: 20px;
  }
}
.star-fire-configurator .radio-button {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
}
@media screen and (min-width: 768px) {
  .star-fire-configurator .radio-button {
    width: calc(100% - 10px);
    border-radius: 10px;
    box-shadow: 0 3px 10px #00000029;
  }
}
.star-fire-configurator .radio-button.selected {
  border-width: 2px;
  border-color: #367c2b;
}
.star-fire-configurator .radio-button.disabled {
  background-color: #e5e5e7;
  border-color: #fff;
}
.star-fire-configurator .radio-button.disabled .inner-element {
  cursor: default;
  pointer-events: none;
}
.star-fire-configurator .radio-button.disabled .radio-button-content-wrapper {
  opacity: 0.5;
}
.star-fire-configurator .radio-button.disabled.clickable .inner-element {
  cursor: pointer;
  pointer-events: auto;
}
.star-fire-configurator .radio-button .inner-element {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.star-fire-configurator .radio-button .inner-element .radio {
  display: flex;
}
.star-fire-configurator .radio-button .inner-element .radio:first-child {
  margin-right: 20px;
}
.star-fire-configurator .radio-button-content-wrapper {
  flex: 1;
}
.star-fire-configurator span {
  display: block;
}
.star-fire-configurator span.h2,
.star-fire-configurator span.h3 {
  font-family: jd_sans_probold, 'Helvetica Neue', Helvetica, Arial;
  line-height: 1.2;
}
.star-fire-configurator span.h2 {
  font-size: 24px;
}
.star-fire-configurator span.h3 {
  font-size: 20px;
}
.star-fire-configurator span.benefit {
  position: relative;
  padding-left: 28px;
  margin-top: 10px;
}
.star-fire-configurator span.benefit + .benefit {
  margin-top: 0;
}
.star-fire-configurator span.benefit > img {
  position: absolute;
  top: 0;
  left: 0;
}
.star-fire-configurator span.has-image {
  display: flex;
  align-items: center;
}
.star-fire-configurator span.radio-button-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  width: 64px;
  margin-right: 15px;
}
.star-fire-configurator .configuration-wrapper {
  display: flex;
  align-items: center;
  padding: 20px 0 5px;
}
@media screen and (max-width: 767px) {
  .star-fire-configurator .configuration-wrapper + .configuration-wrapper {
    padding-top: 5px;
    border-top: none;
  }
}
@media screen and (min-width: 768px) {
  .star-fire-configurator .configuration-wrapper:nth-child(n+3) {
    padding-top: 5px;
  }
}
@media screen and (min-width: 992px) {
  .star-fire-configurator .configuration-wrapper {
    display: block;
  }
  .star-fire-configurator .configuration-wrapper + .configuration-wrapper {
    padding-top: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .star-fire-configurator .configuration-wrapper {
    display: flex;
  }
}
.star-fire-configurator .configuration-wrapper h4 {
  margin-top: 0;
  color: #333;
  opacity: 0.6;
}
.star-fire-configurator .configuration-value-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 576px) {
  .star-fire-configurator .configuration-value-wrapper {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .star-fire-configurator .configuration-value-wrapper {
    margin-top: 10px;
  }
}
.star-fire-configurator .configuration-value {
  display: none;
  font-family: jd_sans_probold, 'Helvetica Neue', Helvetica, Arial;
  font-size: 14px;
  line-height: 16px;
  padding: 7px 15px;
  border-radius: 2px;
  background: #e0e0e0;
}
.star-fire-configurator .configuration-value.placeholder {
  opacity: 0;
}
.star-fire-configurator .configuration-value.show {
  display: inline-block;
}
.star-fire-configurator hr {
  border-bottom-color: #ddd;
}
.star-fire-configurator .print-button-wrapper {
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .star-fire-configurator .print-button-wrapper {
    display: block;
  }
}
.star-fire-configurator .print-configuration-button img {
  position: relative;
  top: -2px;
  height: 14px;
  margin-right: 5px;
  opacity: 0.9;
}
.star-fire-configurator .print-configuration-button.disabled img {
  opacity: 0.4;
}
.star-fire-configurator .button1,
.star-fire-configurator .button2 {
  margin-top: 5px;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .star-fire-configurator .button1,
  .star-fire-configurator .button2 {
    display: block;
  }
}
.star-fire-configurator .button1 {
  margin-right: 12px;
}
@media screen and (min-width: 992px) {
  .star-fire-configurator .button1 {
    margin-right: 0;
  }
}
.star-fire-configurator .button1.disabled {
  background: #e5e5e7;
  color: #8b8c8e;
  cursor: default;
  pointer-events: none;
}
.star-fire-configurator .reset-configuration-button {
  font-family: jd_sans_probold, 'Helvetica Neue', Helvetica, Arial;
}
.star-fire-configurator .reset-configuration-button > span {
  display: inline-block;
  cursor: pointer;
}
.star-fire-configurator .reset-configuration-button img {
  position: relative;
  top: -2px;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  opacity: 0.9;
}
.star-fire-configurator .tooltip.in {
  opacity: 1;
}
.star-fire-configurator .tooltip.top .tooltip-arrow {
  border-top-color: #fab64c;
}
.star-fire-configurator .tooltip .tooltip-inner {
  font-family: jd_sans_probold, 'Helvetica Neue', Helvetica, Arial;
  font-size: 17px;
  line-height: 1.2;
  background-color: #fab64c;
  max-width: 280px;
}
#special-offer-modal .modal-dialog {
  padding: 0px 20px 0px 20px;
}
#special-offer-modal .modal-footer {
  border-top: 0;
}
@media (min-width: 768px) {
  #special-offer-modal .modal-dialog {
    width: 450px;
    padding: 0;
  }
}
.slider-wrapper {
  position: relative;
}
.slider-wrapper #custom_controlsContainer {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.slider-wrapper #tiny-slider-next,
.slider-wrapper #tiny-slider-prev {
  width: 50px;
  height: 50px;
  opacity: 1;
  background-color: rgba(57, 56, 56, 0.4);
  color: #ffffff;
  border: 0px;
  appearance: none;
  -webkit-appearance: none;
}
.slider-wrapper #tiny-slider-next:not([disabled]):hover,
.slider-wrapper #tiny-slider-prev:not([disabled]):hover {
  opacity: 1;
  background-color: #292727;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.slider-wrapper .tns-nav {
  margin-top: 24px;
  text-align: center;
}
.slider-wrapper .tns-nav button {
  background: #C2C2C2;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #FFFFFF;
  width: 11px;
  height: 11px;
  margin: 0px 8px;
  vertical-align: top;
}
.slider-wrapper .tns-nav button:hover,
.slider-wrapper .tns-nav button.tns-nav-active {
  background: #FFFFFF;
  border: 2px solid #367C2B;
}
.slider-wrapper .tns-inner {
  font-size: 0px;
}
.slider-wrapper .testimonial {
  white-space: normal;
  min-height: 250px;
  font-size: 17px;
  text-align: center;
  background: #F8F8F8;
  padding: 20px;
  border: 0;
}
@media (max-width: 450px) {
  .slider-wrapper .img img,
  .slider-wrapper .testimonial {
    width: 100% !important;
  }
}
.print-component {
  display: none;
  font-size: 14px;
  font-family: jd_sans_probook, 'Helvetica Neue', Helvetica, Arial;
  line-height: 22px;
  padding-bottom: 40px;
}
.print-component hr {
  margin: 0;
}
.print-component .print-header-title {
  font-size: 30px;
  margin-top: 24px;
}
.print-component .padding {
  padding-left: 50px;
  padding-right: 50px;
}
.print-component .print-section-title,
.print-component .print-header-subtitle {
  color: #808284;
  line-height: 1.2;
}
.print-component .print-header-subtitle {
  margin-top: 0;
  font-size: 22px;
}
.print-component .print-service-price {
  font-size: 20px;
}
.print-component .print-disclaimer {
  font-size: 10px;
  line-height: 14px;
}
.print-component .print-service-list {
  list-style-type: none;
  padding-left: 0;
}
.print-component .print-service-list-check {
  width: 20px;
}
.print-component .print-section-title {
  font-size: 22px;
}
.print-component div.h2,
.print-component div.h3,
.print-component div.h4 {
  font-family: jd_sans_probold, 'Helvetica Neue', Helvetica, Arial;
  line-height: 1.2;
}
.print-component div.h2 {
  font-size: 24px;
}
.print-component div.h3 {
  font-size: 20px;
}
.print-component div.h4 {
  font-size: 15px;
}
.print-component div.benefit {
  position: relative;
  padding-left: 28px;
  margin-top: 10px;
}
.print-component div.benefit + .benefit {
  margin-top: 0;
}
.print-component div.benefit > img {
  position: absolute;
  top: 0;
  left: 0;
}
@media print {
  html .print-component {
    display: block;
  }
  html,
  html body {
    background: transparent;
  }
  html .nav-container,
  html .breadcrumb-container,
  html .title-main,
  html footer.ls-area.footer,
  html #content-panel-Dealer-Locator-Main,
  html .star-fire-configurator-wrapper,
  html [id^="block-content-"],
  html [id^="disclaimer-"],
  html [id^="generic-content-block-"],
  html [id^="campaign-video-"],
  html [id^="hero-"],
  html [id^="video-gallery-"] {
    display: none;
  }
}
/*# sourceMappingURL=default.css.map */