.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

p {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

a {
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
}

.container {
  position: -webkit-sticky;
  position: sticky;
  max-width: 1920px;
  margin: auto;
}

.header-opener-container {
  position: static;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.body {
  height: 100%;
}

.heading {
  color: #fff;
  font-size: 100px;
  line-height: 150px;
}

.intro {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.header-opener {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0a0a0a;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#2f2e34), to(hsla(0, 0%, 100%, 0))), url('../images/BBR_Supercharged_header.jpg');
  background-image: linear-gradient(0deg, #2f2e34, hsla(0, 0%, 100%, 0)), url('../images/BBR_Supercharged_header.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.header-opener.nd {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#2f2e34), to(hsla(0, 0%, 100%, 0))), url('../images/BBR_Supercharged_header_update_ND.jpg');
  background-image: linear-gradient(0deg, #2f2e34, hsla(0, 0%, 100%, 0)), url('../images/BBR_Supercharged_header_update_ND.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.sticky-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100vh;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sticky-container.no-overflow {
  position: -webkit-sticky;
  position: sticky;
  overflow: hidden;
  background-image: url('../images/mainheader1b-1-w1920.jpg');
  background-position: 50% 0%;
  background-size: 100%;
}

.power-increase {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._0-60-decrease {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-background {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filled-heading {
  position: static;
  top: 0px;
  z-index: 99;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 5rem;
  line-height: 5rem;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.filled-heading.black {
  color: #2c2c2c;
  font-size: 5rem;
  line-height: 5rem;
  text-align: left;
}

.filled-heading.black.kit-heading {
  font-size: 1rem;
  line-height: 2rem;
  text-align: left;
}

.filled-heading.small {
  font-size: 2rem;
  line-height: 2rem;
  text-align: left;
}

.filled-heading.bonnetimage {
  color: #000;
  font-size: 60px;
}

.filled-heading._0-60-titile {
  font-size: 5rem;
  line-height: 5rem;
  text-align: left;
}

.filled-heading.kit-heading {
  margin-bottom: 50px;
  color: #000;
  text-align: left;
}

.filled-heading.faq-heading {
  padding-bottom: 50px;
  color: #000;
  text-align: left;
}

.filled-heading.dyno-heading {
  color: #000;
  text-align: left;
}

.filled-heading.image-overlay-text {
  font-size: 3rem;
  line-height: 3rem;
  text-align: center;
}

.filled-heading.map-switch-heading {
  text-align: center;
}

.filled-heading.gallery-heading {
  padding-bottom: 50px;
}

.filled-heading.tabbed {
  font-size: 2rem;
  line-height: 2rem;
}

.outline-heading {
  position: static;
  z-index: 99;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: transparent;
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
  text-transform: uppercase;
}

.outline-heading.black.kit-heading {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 2rem;
  text-align: left;
}

.outline-heading.black.pricing-price {
  font-size: 3.5rem;
}

.outline-heading.bonnetimage {
  font-size: 60px;
}

.outline-heading.small {
  font-size: 2rem;
  line-height: 2rem;
}

.outline-heading._0-60-seconds-title {
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 2rem;
  text-align: center;
}

.outline-heading.switch-model {
  font-size: 0.5rem;
}

.outline-heading.slogan {
  padding-left: 20px;
  font-size: 30px;
}

.header-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url('../images/mainheader1b-1-w1920.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.statistics-block {
  position: relative;
  width: 100%;
}

.statistics-container {
  position: relative;
  top: 0px;
  width: 100%;
  min-height: 100vh;
}

.statistic-set {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  background-color: #0a0a0a;
}

.heading-2 {
  margin-top: 0px;
}

.div-block {
  display: -ms-grid;
  display: grid;
  height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.power-graph-increase {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  display: -ms-grid;
  display: grid;
  width: 50%;
  height: 200px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-3 {
  height: 40px;
  background-color: #226bea;
}

.light-heading {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.light-heading.small {
  display: block;
  margin-top: 0px;
  font-size: 20px;
}

.light-heading.small.sub-text {
  font-size: 12px;
  font-style: italic;
}

.statistic-value {
  display: inline;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 100px;
  line-height: 130px;
  font-weight: 300;
  text-align: center;
}

.statistic-value.kit-club-sport {
  font-size: 150px;
}

.statistics-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 70px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.statistic-small {
  display: inline-block;
  overflow: visible;
  width: 21%;
  font-size: 18px;
  line-height: 25px;
  text-align: left;
  white-space: normal;
}

.value-group {
  display: inline-block;
}

.statistic-value-after {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
}

.statistic-span {
  font-size: 80px;
}

.scrollable-background-typography {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0a0a0a;
}

.type-background-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.type-gradient-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(10, 10, 10, 0)), to(#0a0a0a));
  background-image: linear-gradient(180deg, rgba(10, 10, 10, 0) 75%, #0a0a0a);
}

.type-gradient-overlay.secondary {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(75%, rgba(10, 10, 10, 0)), to(#0a0a0a));
  background-image: linear-gradient(0deg, rgba(10, 10, 10, 0) 75%, #0a0a0a);
}

.rotated-type-background {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.type-background-text {
  position: relative;
  display: block;
  font-family: Oswald, sans-serif;
  color: #0f0f0f;
  font-size: 13.889vw;
  line-height: 13.889vw;
  font-weight: 700;
  letter-spacing: -0.417vw;
  text-transform: uppercase;
  white-space: nowrap;
}

.div-block-4 {
  min-height: 400px;
  background-color: #0a0a0a;
  color: #2b2b2b;
}

.div-block-5 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 80%;
  height: 300px;
  background-color: #fff;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-7 {
  position: absolute;
  z-index: 10;
  width: 800px;
  height: 400px;
  margin-top: 100px;
  background-color: #d6d6d6;
}

.sub-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.sub-heading.black {
  color: #2c2c2c;
}

.sub-heading.chart {
  position: absolute;
  top: 175px;
  right: 137px;
  z-index: 10;
  color: #000;
}

.sub-heading.chart.stage1 {
  top: 98px;
  right: 400px;
}

.sub-heading.chart.stage2 {
  top: 185px;
  right: 400px;
}

.sub-heading.chart.stock {
  top: 356px;
  right: 400px;
}

.statistics-section {
  display: -ms-grid;
  display: grid;
  padding: 40px 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fcfcfc;
}

.statistics-title {
  background-color: transparent;
}

.stat-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.stat-item.top {
  border-top: 2px solid #000;
}

.stat-item.middle {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.stat-item.bottom {
  border-bottom: 2px solid #000;
}

.statistic-item-title {
  font-family: Montserrat, sans-serif;
  font-size: 2.7rem;
  line-height: 2.7rem;
  font-weight: 700;
}

.statistic-item-title.sub-title {
  font-size: 1.5rem;
}

.statistic-item-text {
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 400;
  text-align: left;
}

.statistic-item-stage-title {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.stage-split-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.stage-split-grid.chart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.stage-split {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ecutek-features {
  display: none;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2f2e34;
}

._3-col-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ecutek-feature-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image {
  margin-left: -20px;
  padding-bottom: 40px;
  padding-left: 0px;
  text-align: left;
}

.ecutek-paragraph {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 25px;
}

.ecutek-paragraph.bold {
  font-weight: 700;
}

.bbrgti-logo {
  width: auto;
  height: 60px;
  margin-bottom: 20px;
}

.track {
  height: 400vw;
}

.camera {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  height: 100vh;
}

.frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.item {
  display: block;
  width: 100vw;
  height: 100vh;
  padding: 100px 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.item._2-col-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #f6f6f6;
}

.right-grid {
  height: 100%;
}

.right-grid.slide1image {
  background-image: url('../images/TechSlide1_1x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.right-grid.slide2image {
  background-image: url('../images/Supercharger_Dyno_Chart_Complete.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.right-grid.slide2image.nd {
  background-image: url('../images/Supercharger_Dyno_Chart_Complete_ND.png');
  background-position: 50% 50%;
  background-size: contain;
}

.right-grid.slide3image {
  background-image: url('../images/TechSlide3_1x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.right-grid.slide3image.nd {
  background-image: url('../images/IntercoolerNDSupercharger.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.right-grid.slide4image {
  background-image: url('../images/TechSlide4_1x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.right-grid.slide4image.nd {
  background-image: url('../images/BBR-MX-5-ND-SkyActiv-remap.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.facts-paragraph {
  overflow: visible;
  line-height: 25px;
}

.facts-paragraph.white {
  color: #fff;
}

.image-2 {
  width: 100%;
}

.bonnet-image {
  position: relative;
}

.cm-bbr {
  display: block;
  padding: 100px 50px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #2f2e34;
}

.overlay-bonnet {
  position: relative;
}

.closed-bonnet {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.bonnet {
  position: relative;
  width: 100%;
}

.chart-container {
  position: static;
  display: block;
  padding: 40px 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1.5fr 0.25fr;
  grid-template-columns: 1.5fr 0.25fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  background-color: #ccc;
}

.bonnet-heading {
  position: absolute;
  z-index: 100;
  padding-top: 50px;
  padding-left: 50px;
}

.chart-images {
  position: static;
  top: 20px;
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.chart-image {
  position: static;
  left: 0px;
  top: 0px;
  display: block;
  height: auto;
}

.chart-image.base {
  position: static;
}

.chart-image.stock {
  position: static;
}

.chart-image.stage-1 {
  position: static;
}

.chart-image.stage-2 {
  position: static;
}

.chart-overlay-text {
  position: relative;
}

.chart-information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

._0-60-chart-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #2f2e34;
}

._0-60-info {
  max-width: 50%;
}

._0-60-performance-chart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._0-60-chart-area-container {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-width: 600px;
  min-width: 260px;
  margin-top: -20px;
}

._0-60-chart-area {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.chart-layer-image {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
}

.chart-bar {
  position: relative;
  left: 10%;
  top: 18%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 77%;
  height: 40px;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.chart-bar-background {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(265deg, #c71633, hsla(0, 0%, 100%, 0));
}

.chart-bar-background.stage-1 {
  background-image: linear-gradient(265deg, #db5005, hsla(0, 0%, 100%, 0));
}

.chart-bar-background.oem {
  background-image: linear-gradient(265deg, #191919, hsla(0, 0%, 100%, 0));
}

._0-60-chart-stage-title {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 80%;
  padding-left: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fcfcfc;
  font-weight: 700;
  text-align: left;
}

._0-60-chart-speed {
  position: relative;
  right: -80px;
  z-index: 2;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Montserrat, sans-serif;
  color: #fcfcfc;
  font-weight: 700;
}

.kit-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ccc;
}

.kit-overview {
  line-height: 25px;
  text-align: left;
}

.kit-overview-container {
  margin: 30px 60px;
}

.details {
  width: 100%;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  color: #888;
  font-size: 1em;
  line-height: 1.4em;
  text-align: center;
}

.c-accordion-item {
  margin-bottom: 10px;
  background-color: #fff;
}

.accordion-item-q-text {
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
}

.c-accordion-item-q-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._w-accordion-item-q {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.accordion-item-a-text {
  margin-bottom: 0px;
  color: #666;
}

.c-header {
  text-align: center;
}

.accordion-content-divider {
  width: 100%;
  height: 0px;
  border-bottom: 1px dashed rgba(51, 51, 51, 0.2);
}

._w-accordion-item {
  border: 1px solid #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 15px 0 rgba(19, 19, 19, 0.15);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  cursor: pointer;
}

._w-accordion-item:hover {
  border-color: rgba(93, 195, 163, 0.25);
  box-shadow: 1px 1px 15px 0 #2f2e34;
}

.subheader {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.4em;
}

.accordion-item-q-icon-stripe-2 {
  position: absolute;
  width: 0.3em;
  height: 100%;
  background-color: #2f2e34;
}

.c-accordion-item-a {
  overflow: hidden;
}

._w-accordion-item-q-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.5em;
  height: 1.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-item-q-icon-stripe-1 {
  position: relative;
  width: 100%;
  height: 0.3em;
  background-color: #2f2e34;
}

.c-accordion-list {
  margin-bottom: 100px;
}

._w-accordion-item-a {
  padding: 20px 20px 30px;
}

.c-details {
  margin-bottom: 60px;
}

.faq {
  position: static;
  z-index: 1;
  padding: 100px 50px;
  background-color: #f6f6f6;
}

.c-accordion-item-q-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._w-accordion-content-divider {
  padding-right: 20px;
  padding-left: 20px;
}

.header {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 4em;
  line-height: 1em;
}

.chart {
  position: static;
  height: 100%;
}

.dyno-title {
  padding-bottom: 5px;
  border-bottom: 3px solid #0a08f8;
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 700;
}

.dyno-title.stage-2 {
  border-bottom-color: #dc0e0e;
}

.dyno-title.stock {
  border-bottom-color: #201f38;
}

.chart-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button {
  width: 100%;
  margin-top: 20px;
  border: 2px solid #000;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  background-color: #2f2e34;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.button.large {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}

.button.contact {
  margin-top: 10px;
  border-color: #fff;
  color: #fcfcfc;
}

.button.contact:hover {
  background-color: #f6f6f6;
  color: #000;
}

.featured-image-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 46, 52, 0.49)), to(rgba(47, 46, 52, 0.49))), url('../images/BBR-Supercharged-NC-Background-1.jpg');
  background-image: linear-gradient(180deg, rgba(47, 46, 52, 0.49), rgba(47, 46, 52, 0.49)), url('../images/BBR-Supercharged-NC-Background-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.featured-image-block.secondary-background {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 46, 52, 0.49)), to(rgba(47, 46, 52, 0.49))), url('../images/BBR-Supercharged-NC-Background-2.jpg');
  background-image: linear-gradient(180deg, rgba(47, 46, 52, 0.49), rgba(47, 46, 52, 0.49)), url('../images/BBR-Supercharged-NC-Background-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.featured-image-block.tertiary-background {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 46, 52, 0.49)), to(rgba(47, 46, 52, 0.49))), url('../images/BBR-Supercharger-Car-Front.jpg');
  background-image: linear-gradient(180deg, rgba(47, 46, 52, 0.49), rgba(47, 46, 52, 0.49)), url('../images/BBR-Supercharger-Car-Front.jpg');
  background-position: 0px 0px, 50% 50%;
  background-attachment: scroll, fixed;
}

.featured-image-block.nd {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 46, 52, 0.49)), to(rgba(47, 46, 52, 0.49))), url('../images/BBR-supercharged-Mk4-MX-5-background.jpg');
  background-image: linear-gradient(180deg, rgba(47, 46, 52, 0.49), rgba(47, 46, 52, 0.49)), url('../images/BBR-supercharged-Mk4-MX-5-background.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.featured-image-block.secondary-background-nd {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 46, 52, 0.49)), to(rgba(47, 46, 52, 0.49))), url('../images/BBR-supercharged-Mk4-MX-5-background-rear.jpg');
  background-image: linear-gradient(180deg, rgba(47, 46, 52, 0.49), rgba(47, 46, 52, 0.49)), url('../images/BBR-supercharged-Mk4-MX-5-background-rear.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.featured-image-block.tertiary-background-nd {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 46, 52, 0.49)), to(rgba(47, 46, 52, 0.49))), url('../images/BBR-supercharged-Mk4-MX-5-background-headon.jpg');
  background-image: linear-gradient(180deg, rgba(47, 46, 52, 0.49), rgba(47, 46, 52, 0.49)), url('../images/BBR-supercharged-Mk4-MX-5-background-headon.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.footer {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #2f2e34;
}

.heading-3 {
  color: #fcfcfc;
}

.site-container {
  position: relative;
  z-index: 1;
}

.dyno-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.site-navigation {
  position: absolute;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.alternative-models-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.model-link-container {
  padding-right: 20px;
  padding-left: 20px;
}

.map-switching {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.model-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.switch-model-title {
  height: 10%;
}

.switch-model {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 0.75rem;
  line-height: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.link {
  font-weight: 700;
  text-transform: uppercase;
}

.coming-soon-link {
  color: #9b9b9b;
  cursor: not-allowed;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-right: 50px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.copyright {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 0.7rem;
}

.bbr-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-link {
  padding-right: 10px;
}

.mobile-slider {
  display: none;
}

.list {
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.stage-kit-list-item {
  display: block;
  padding: 10px 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 25px;
  list-style-type: none;
}

.stage-kit-list {
  display: -ms-grid;
  display: grid;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-items: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  list-style-type: disc;
}

.pricing-container {
  display: block;
  padding: 100px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ccc;
}

.pricing-grid {
  display: -ms-grid;
  display: grid;
  width: 80%;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-item {
  margin-bottom: 100px;
  padding: 50px;
  background-color: #fff;
  box-shadow: 1px 1px 12px 1px rgba(47, 46, 52, 0.49);
}

.pricing-stage-title {
  font-family: Montserrat, sans-serif;
  font-size: 5rem;
  line-height: 5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.pricing-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-price {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.pricing-price.outline-heading {
  display: block;
}

.pricing-text {
  line-height: 25px;
}

.feature-icon {
  display: inline-block;
  padding-right: 20px;
}

.feature-text {
  display: inline;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.feature-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-right {
  width: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-contact {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.map-switch-block {
  width: 100%;
  height: 50vh;
  background-image: url('../images/SwitchNeedle4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.map-switch-block._1 {
  background-image: url('../images/SwitchNeedle1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.map-switch-block._2 {
  background-image: url('../images/SwitchNeedle2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.map-switch-block._3 {
  background-image: url('../images/SwitchNeedle3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.map-switch-container {
  position: relative;
  display: none;
}

.map-switch-overlay-text {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.statistic-container {
  background-color: #fcfcfc;
}

._0-60-container {
  background-color: #2f2e34;
}

.replay-button {
  border-bottom: 2px solid #fff;
  background-color: transparent;
  font-size: 14px;
}

.gallery-container {
  padding: 100px 50px;
  background-color: #2f2e34;
}

.lightbox-thumbnail {
  width: 100%;
}

.inline-link {
  color: #000;
  text-decoration: underline;
}

.gallery-block {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.slider {
  height: auto;
  background-color: #ccc;
}

.slide {
  height: auto;
}

.slogan-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-2 {
  height: 900px;
}

.head {
  background-color: transparent;
}

.tabbed {
  font-size: 2rem;
  line-height: 2rem;
}

.tab-link-tab-1 {
  background-color: transparent;
}

.tab-link-tab-1.w--current {
  border-bottom: 3px solid #fff;
}

.tab-link-tab-2 {
  background-color: transparent;
}

.tab-link-tab-2.w--current {
  border-bottom: 3px solid #fff;
}

.link-2 {
  cursor: pointer;
}

.link-2.w--current {
  cursor: pointer;
}

.clixapix {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #5c5c5c;
  font-size: 0.7rem;
  line-height: 20px;
}

.clixapix:hover {
  color: #fff;
}

.link-block {
  margin-left: 10px;
}

.fs-cc-prefs2_option {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid hsla(0, 0%, 75.3%, 0.3);
}

.fs-cc-prefs2_close {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: auto;
  padding: 12px;
  background-color: #0540f2;
  box-shadow: -1px 1px 4px 0 rgba(51, 51, 51, 0.1);
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
}

.fs-cc-prefs2_overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 4, 64, 0.9);
}

.fs-cc-prefs2_label {
  margin-top: 0px;
  margin-right: 32px;
  margin-bottom: 0px;
  color: #0540f2;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs2_form-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-cc-prefs2_toggle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-cc-banner2_component {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  width: 450px;
  padding: 30px;
  background-color: #0540f2;
  color: #fff;
}

.fs-cc-prefs2_checkbox-label {
  display: none;
}

.fs-cc-manager2_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  padding: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #0540f2;
  cursor: pointer;
}

.fs-cc-manager2_button:hover {
  color: #4353ff;
}

.fs-cc-manager2_component {
  position: fixed;
  left: 20px;
  top: auto;
  right: auto;
  bottom: 20px;
  z-index: 999;
  display: none;
}

.fs-cc-banner2_text {
  font-size: 15px;
}

.fs-cc-prefs2_title {
  color: #010440;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
}

.fs-cc-banner2_text-link {
  border-bottom: 2px solid #fff;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs2_button {
  padding: 12px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #0540f2;
  background-color: #0540f2;
  font-weight: 700;
  text-align: center;
}

.fs-cc-prefs2_button.fs-cc-button-alt {
  margin-bottom: 12px;
  border-color: #0540f2;
  background-color: #fff;
  color: #0540f2;
}

.fs-cc-banner2_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fs-cc-prefs2_content {
  height: 100%;
  padding: 40px 32px;
  background-color: #fff;
  color: #000;
}

.fs-cc-prefs2_checkbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  border-width: 2px;
  border-color: #0540f2;
  background-color: #fff;
  cursor: pointer;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  border-color: #0540f2;
  background-color: #0540f2;
  background-size: auto;
}

.fs-cc-prefs2_form {
  position: relative;
  width: 100%;
  max-height: 85vh;
  max-width: 400px;
  margin-bottom: 0px;
  background-color: #333;
  color: #fff;
}

.fs-cc-prefs2_submit {
  margin-top: 12px;
  padding: 12px 20px;
  background-color: #010440;
  font-weight: 700;
  text-align: center;
}

.fs-cc-prefs2_component {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 997;
  display: none;
  margin-bottom: 0px;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.fs-cc-prefs2_space-small {
  margin-bottom: 12px;
}

.fs-cc-preferences2_close-icon {
  width: 24px;
  height: 24px;
  color: #fff;
}

.fs-cc-banner2_buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-cc-banner2_button {
  min-width: 120px;
  margin-right: 8px;
  margin-left: 8px;
  padding: 8px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  color: #0540f2;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  background-color: rgba(2, 8, 115, 0.4);
  color: rgba(255, 255, 255, 0.6);
}

.fs-cc-prefs2_buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-cc-prefs2_checkbox-field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-bottom: 0px;
  padding: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faqlink {
  color: #666;
  text-decoration: underline;
}

@media screen and (min-width: 1920px) {
  .filled-heading {
    font-size: 7rem;
    line-height: 7rem;
  }

  .filled-heading.black {
    font-size: 7rem;
  }

  .outline-heading {
    font-size: 7rem;
    line-height: 7rem;
  }

  .sub-heading {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .camera {
    overflow: hidden;
  }

  .frame {
    overflow: visible;
  }

  .right-grid.slide2image {
    background-image: url('../images/Supercharger_Dyno_Chart_Complete.png');
  }

  .facts-paragraph {
    font-size: 25px;
    line-height: 30px;
  }

  ._0-60-performance-chart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .replay-button {
    margin-top: 20px;
    border-bottom: 2px solid #fff;
    background-color: transparent;
    font-size: 18px;
    text-align: left;
  }
}

@media screen and (max-width: 991px) {
  a {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 1rem;
    line-height: 1rem;
    text-decoration: none;
  }

  .scrollable-background-typography {
    height: 100vh;
  }

  .type-background-text {
    font-size: 24vw;
    line-height: 24vw;
  }

  .statistics-section {
    -ms-grid-columns: 0.5fr;
    grid-template-columns: 0.5fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  ._3-col-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  ._0-60-chart-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._0-60-info {
    max-width: 100%;
  }

  ._0-60-performance-chart {
    padding-top: 50px;
  }

  .chart-grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .dyno-item {
    width: 100%;
    margin-top: 30px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .site-navigation {
    position: fixed;
    display: -ms-grid;
    display: grid;
    width: 100%;
    padding: 20px 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .alternative-models-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}

@media screen and (max-width: 767px) {
  .type-background-text {
    font-size: 32vw;
    line-height: 32vw;
  }

  .fs-cc-prefs2_title {
    font-size: 20px;
  }

  .fs-cc-banner2_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner2_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .fs-cc-banner2_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner2_button {
    margin-right: 8px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    width: 100%;
  }

  .header-opener {
    padding-top: 10px;
    padding-left: 10px;
  }

  .filled-heading {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .filled-heading.black {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .filled-heading.bonnetimage {
    display: none;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .filled-heading._0-60-titile {
    font-size: 2rem;
    line-height: 2rem;
  }

  .filled-heading.image-overlay-text {
    font-size: 2rem;
  }

  .outline-heading {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .outline-heading.black.pricing-price {
    font-size: 2.5rem;
    text-align: center;
  }

  .outline-heading.bonnetimage.black {
    display: none;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .outline-heading.slogan {
    padding-left: 0px;
  }

  .scrollable-background-typography {
    height: 90vh;
  }

  .type-background-text {
    font-size: 40vw;
    line-height: 40vw;
  }

  .sub-heading {
    font-size: 1rem;
    line-height: 1rem;
  }

  .statistics-section {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .stat-item.top {
    padding-left: 0px;
  }

  .stat-item.middle {
    padding-left: 0px;
  }

  .stat-item.bottom {
    padding-right: 0px;
    padding-left: 0px;
  }

  .stage-split-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .stage-split-grid.chart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ecutek-features {
    padding-right: 10px;
    padding-left: 10px;
  }

  ._3-col-grid {
    width: 100%;
    justify-items: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ecutek-feature-item {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .track {
    display: none;
  }

  .item._2-col-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .right-grid.slide1image {
    width: 100%;
    min-height: 250px;
  }

  .right-grid.slide2image {
    width: 100%;
    min-height: 250px;
  }

  .right-grid.slide3image {
    width: 100%;
    min-height: 250px;
  }

  .right-grid.slide4image {
    width: 100%;
    min-height: 250px;
  }

  .cm-bbr {
    padding: 20px 20px 20px 10px;
  }

  .chart-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  ._0-60-chart-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .chart-layer-image {
    display: inline-block;
    margin-top: 20px;
  }

  .chart-bar {
    height: 25px;
  }

  ._0-60-chart-speed {
    right: -40px;
  }

  .kit-container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .kit-overview-container {
    margin-right: 0px;
    margin-left: 0px;
  }

  .accordion-item-q-text {
    font-size: 1.1em;
    line-height: 1.3em;
  }

  .footer {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .site-navigation {
    position: absolute;
    display: -ms-grid;
    display: grid;
    padding-right: 10px;
    padding-left: 10px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .model-link-container {
    font-size: 0.75rem;
    line-height: 0.75rem;
    text-align: center;
  }

  .map-switching {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .model-link-block {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 6px;
    grid-row-gap: 7px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .coming-soon-link {
    font-size: 1rem;
    line-height: 1rem;
  }

  .footer-links {
    padding-right: 0px;
    text-align: left;
  }

  .copyright {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .bbr-logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .mobile-slider {
    display: block;
    height: 100%;
    background-color: #f6f6f6;
  }

  .stage-kit-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pricing-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .pricing-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .pricing-item {
    padding: 20px;
  }

  .pricing-stage-title {
    font-size: 2.5rem;
    text-align: center;
  }

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

  .footer-right {
    width: 100%;
  }

  .footer-contact {
    text-align: center;
  }

  .map-switch-block {
    height: 25vh;
  }

  .gallery-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .slider {
    width: 100%;
  }

  .slide {
    width: 100%;
  }

  .secondary-image {
    padding-top: 30px;
  }

  .slogan-container {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tabbed.filled-heading {
    font-size: 1rem;
    line-height: 1rem;
    text-align: center;
  }

  .tab-link-tab-1 {
    margin-bottom: 0px;
    text-align: left;
  }

  .tabs-menu {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ccc;
  }

  .link-2 {
    font-size: 1rem;
    line-height: 1rem;
    text-align: center;
  }

  .fs-cc-prefs2_close {
    padding: 8px;
  }

  .fs-cc-prefs2_label {
    font-size: 14px;
  }

  .fs-cc-banner2_component {
    width: 100%;
  }

  .fs-cc-prefs2_title {
    font-size: 18px;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: 8px;
  }

  .fs-cc-prefs2_content {
    padding: 24px;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
  }

  .fs-cc-prefs2_component {
    padding: 24px;
  }
}

#w-node-_9ffd2c60-7255-2691-5b22-104796d26fd9-f3641a59 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_76c5c431-bbbb-67d9-56b0-635563a5a685-f3641a59 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-cbe5aec8-61c4-9d13-8ff0-782bb634960b-f3641a59 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-ffcb87bc-05e5-6448-0519-a4eed0550cb3-f3641a59 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_21b1281d-7075-e164-eef7-4c3ce061e0a3-f3641a59 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-c71f4818-2330-9dc3-bf27-95be1ce18c49-f3641a59 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c46d2667-dd90-bd48-5694-a3bd14003691-f3641a59 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_54df85f7-5591-004d-aecb-88cd74214147-f3641a59 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cd59d01d-cb15-2505-c83a-c2c26c8fda4b-f3641a59 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-fb5e9fc1-0b83-dac2-5a0c-a09dd606b379-f3641a59 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_5db4ea08-79af-9063-6ca5-7d51a65d75bb-f3641a59 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cc4c6836-d7b6-f3af-7cd2-0cd1080bfb3b-f3641a59 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_8d8fd266-26f5-42b9-4129-4cccb453750f-f3641a59 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_084e0e93-36a6-c818-4602-e1d1d3c1eb9c-f3641a59 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_0c689aab-19f7-d449-fca4-a0b9a7b666e1-f3641a59 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-a6a86fd6-17af-d877-5a7c-e3a3b5b9aee8-f3641a59 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-b82a0406-193c-600e-5e1a-068ad159819e-f3641a59 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_6c7923d9-e514-043b-39e3-784c4bc80b4b-f3641a59 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_05557d3e-6dd6-a226-5dd2-832373419674-f3641a59 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_9ffd2c60-7255-2691-5b22-104796d26fd9-1dbe9a5b {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_76c5c431-bbbb-67d9-56b0-635563a5a685-1dbe9a5b {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-cbe5aec8-61c4-9d13-8ff0-782bb634960b-1dbe9a5b {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-ffcb87bc-05e5-6448-0519-a4eed0550cb3-1dbe9a5b {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_21b1281d-7075-e164-eef7-4c3ce061e0a3-1dbe9a5b {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-c71f4818-2330-9dc3-bf27-95be1ce18c49-1dbe9a5b {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c46d2667-dd90-bd48-5694-a3bd14003691-1dbe9a5b {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_54df85f7-5591-004d-aecb-88cd74214147-1dbe9a5b {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cd59d01d-cb15-2505-c83a-c2c26c8fda4b-1dbe9a5b {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-fb5e9fc1-0b83-dac2-5a0c-a09dd606b379-1dbe9a5b {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_5db4ea08-79af-9063-6ca5-7d51a65d75bb-1dbe9a5b {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cc4c6836-d7b6-f3af-7cd2-0cd1080bfb3b-1dbe9a5b {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_8d8fd266-26f5-42b9-4129-4cccb453750f-1dbe9a5b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_084e0e93-36a6-c818-4602-e1d1d3c1eb9c-1dbe9a5b {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_0c689aab-19f7-d449-fca4-a0b9a7b666e1-1dbe9a5b {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-a6a86fd6-17af-d877-5a7c-e3a3b5b9aee8-1dbe9a5b {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-b82a0406-193c-600e-5e1a-068ad159819e-1dbe9a5b {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_6c7923d9-e514-043b-39e3-784c4bc80b4b-1dbe9a5b {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_05557d3e-6dd6-a226-5dd2-832373419674-1dbe9a5b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_76618867-63f3-dca9-93c8-7b650b05bb7f-f3641a59 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_76c5c431-bbbb-67d9-56b0-635563a5a685-f3641a59 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_76618867-63f3-dca9-93c8-7b650b05bb7f-1dbe9a5b {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_76c5c431-bbbb-67d9-56b0-635563a5a685-1dbe9a5b {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

