/** Shopify CDN: Minification failed

Line 191:12 Expected identifier but found whitespace
Line 191:13 Unexpected "0"

**/

  .boost-button-group .section__title {
    width: 100%;
  }
  .boost-button-group__content::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */ 
  }
  .boost-button-group .align-left {
    text-align: left;
  }
  .boost-button-group .align-right {
    text-align: right;
  }
  .boost-button-group .align-center {
    text-align: center;
  }
  .boost-button-group__content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }
  .boost-button-group .button,
  .boost-button-group .link {
    flex: 1;
    white-space: nowrap;
  }
  .boost-button-group .boost-button-group__content {
    overflow: auto;
  }
  @media (min-width: 641px) {
    .boost-button-group .button,
    .boost-button-group .link {
      min-width: 0;
      text-overflow: ellipsis;
      overflow: hidden;
    }
  }
  .boost-button-group__content.boost-button-group--align-start {
    justify-content: flex-start;
  }
  .boost-button-group__content.boost-button-group--align-end {
    justify-content: flex-end;
  }
  .boost-button-group__content.boost-button-group--align-center {
    justify-content: center;
  }
  .boost-button-group__content.boost-button-group--align-even {
    justify-content: space-evenly;
  }
  .boost-button-group__content.boost-button-group--align-fill {
    justify-content: space-between;
  }
  .boost-button-group .button--primary {
    background-color: var(--primary-button-background);
    color: var(--primary-button-text-color);
  }
  .boost-button-group .button--secondary {
    background-color: var(--secondary-button-background);
    color: var(--secondary-button-text-color);
  }
  .boost-button-group .button--teritary {
  max-width: 25%;
  font-size: 12px;
  color: #141414;
  background: #fff;
  border-color: #c3c3c3;
  border-style: solid;
  border-weight: 1px;
  line-height: 28px;
  }

  .boost-button-group .button--quaternary {
  max-width: 25%;
  font-size: 12px;
  color: #141414;
  background: #fff;
  border-color: #c3c3c3;
  border-style: solid;
  border-weight: 1px;
  line-height: 28px;
  }



  
/**
 * --------------------------------------------------------------------
 * Boost Heading Summary will move to external file later
 * --------------------------------------------------------------------
 */
.boost-heading-summary .h1 {
   margin-bottom: 0;
   border: 0;
 }
.boost-heading-summary__by-line {
  padding-bottom: 15px;
}
.boost-heading-summary .has-by-line + details {
  padding-top: 10px;
}
.boost-heading-summary summary {
  position: relative;
  padding-right: 24px;
  cursor: pointer;
  border-top: 1px solid #B6B6B6;
}
.boost-heading-summary summary > p {
  padding: 10px 0;
}
.boost-heading-summary .boost-heading-summary--show-chevron::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 15px;
  right: 3px;
  border-top: .8em solid #FF4300;
  border-left: .5em solid transparent;
  border-right: .5em solid transparent;
  transition: .2s transform ease-in-out;
}
.boost-heading-summary details[open] .boost-heading-summary--show-chevron::before {
  transform: rotate(180deg);
}
.boost-heading-summary summary::-webkit-details-marker,
.boost-heading-summary details::-webkit-details-marker {
   display: none;
}



.mosaic {
  display: flex;
  gap: 10px;
}

.boost-mosaic__item {
  display: block;
}
.boost-mosaic__item a {
  display: block;
  border-radius: 8px;
  padding: 20px;
}
  .boost-promo-block {
    position: relative;
    display: flex;
    min-height: 280px;
    padding: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.boost-promo-block {
    position: relative;
    display: flex;
    min-height: 280px;
    min-width: 360px;
    padding: 30px;
    border-radius: 5px;
    overflow: hidden;
    margin: 10px;
}
.boost-promo-block__heading heading h3 {
    margin-bottom: 30px;
    letter-spacing: -1.5px;
    margin-top: 40px;
    line-height: 2px;
    font-size: 36px;
    font-weight: 700;
    color: inherit;
}
.heading {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  color: inherit;
}

  .mosaic__item {
    padding: 0 10px 20px;
}
@media screen and (min-width: 641px)
.mosaic__item {
    padding: 0 15px 30px;
}



:root {
  --border-radius: 10px;
}

.boost-super-slider {
  height: auto;
}

.boost-super-slider:not(.boost-super-slider--edge2edge) {
  border-radius: var(--border-radius);
}
.boost-super-slider:not(.boost-super-slider--edge2edge) .slideshow__slide > div {
  border-radius: var(--border-radius);
  overflow: hidden;
}
.boost-super-slider.boost-super-slider--preserve-ratio,
.boost-super-slider.boost-super-slider--preserve-ratio .flickity-viewport {
  height: 94vw;
}
.boost-super-slider .slideshow__content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  padding: 0;
  height: 100%;
}
.boost-super-slider .container {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.boost-super-slider .slideshow__losange {
  display: inline-block;
  margin: 0;
  font-size: 3vw;
  width: auto;
  font-weight: 600;
  padding: 0 2vw;
}
.boost-super-slider .heading {
  display: block;
  margin: 0;
  margin-top: 8px;
  padding: 0;
  letter-spacing: -4px;
  border: 0;
}
.boost-super-slider .heading p {
  line-height: .85;
  font-size: 70px;
  font-size: 12vw;
  font-weight: 700;
}
.boost-super-slider .slideshow__content {
  margin: 0;
  margin-top: 12px;
  font-size: 4vw;
  line-height: 1.3;
}
.boost-super-slider .slideshow__button {
  display: inline-block;
  margin-top: 24px;
  margin-left: 0;
  border-radius: 8px;
}
.boost-super-slider .slideshow__slide {
  min-height: 0;
}
.boost-super-slider .slideshow__slide > div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.boost-super-slider .slideshow__image,
.boost-super-slider .slideshow__image-placeholder {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}

/* Text direction */
.boost-super-slider__title--left {
  text-align: left;
}
.boost-super-slider__title--right {
  text-align: right;
}
.boost-super-slider__title--center {
  text-align: center;
}

/* Sizes */
.boost-super-slider.boost-super-slider--small {
  height: 250px;
}
.boost-super-slider.boost-super-slider--medium {
  height: 380px;
}
.boost-super-slider.boost-super-slider--large {
  height: 450px;
}
.boost-super-slider.boost-super-slider--small .slideshow__content-wrapper,
.boost-super-slider.boost-super-slider--medium .slideshow__content-wrapper,
.boost-super-slider.boost-super-slider--large .slideshow__content-wrapper {
  position: relative;
}

/* Positions */
.boost-super-slider .slideshow__slide-inner-top-left .container {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 48px;
}
.boost-super-slider .slideshow__slide-inner-top-center .container {
  justify-content: flex-start;
  align-items: center;
  padding-top: 48px;
}
.boost-super-slider .slideshow__slide-inner-top-right .container {
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 48px;
}
.boost-super-slider .slideshow__slide-inner-middle-left .container {
  justify-content: center;
  align-items: flex-start;
}
.boost-super-slider .slideshow__slide-inner-middle-center .container {
  justify-content: center;
  align-items: center;
}
.boost-super-slider .slideshow__slide-inner-middle-right .container {
  justify-content: center;
  align-items: flex-end;
}
.boost-super-slider .slideshow__slide-inner-bottom-left .container {
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 24px;
}
.boost-super-slider .slideshow__slide-inner-bottom-center .container {
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 24px;
}
.boost-super-slider .slideshow__slide-inner-bottom-right .container {
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 24px;
}

.boost-super-slider .slideshow__overlay-wrapper,
.boost-super-slider .slideshow__overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.boost-super-slider .slideshow__overlay-image {
  object-fit: cover;
}
  
.boost-super-slider .heading strong {
  color: var(--accent-color);
}

@media screen and (min-width: 480px) {
  .boost-super-slider .slideshow__losange {
    padding: 4px 10px;
  }
  .boost-super-slider .slideshow__content {
    font-size: 19px;
  }
}
  
@media screen and (min-width: 641px) {
  .boost-super-slider.boost-super-slider--preserve-ratio,
  .boost-super-slider.boost-super-slider--preserve-ratio .flickity-viewport,
  .boost-super-slider.boost-super-slider--preserve-ratio .aspect-ratio {
    height: 500px;
    min-height: 500px;
    max-height: 500px;
    padding-bottom: 0!important;
  }
  .boost-super-slider .slideshow__losange {
    font-size: 20px;
    padding: 8px 16px;
  }
  .boost-super-slider .heading {
    letter-spacing: -5px;
  }
  .boost-super-slider .heading p {
    line-height: .85;
    font-size: 70px;
  }
  .boost-super-slider .slideshow__content {
    font-size: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .boost-super-slider.boost-super-slider--preserve-ratio,
  .boost-super-slider.boost-super-slider--preserve-ratio .flickity-viewport,
  .boost-super-slider.boost-super-slider--preserve-ratio .aspect-ratio {
    height: 680px;
    min-height: 680px;
    max-height: 680px;
  }
  .boost-super-slider.boost-super-slider--small,
  .boost-super-slider.boost-super-slider--small .flickity-viewport, 
  .boost-super-slider.boost-super-slider--small .aspect-ratio {
    height: 250px;
    min-height: 250px;
    max-height: none;
  }
  .boost-super-slider.boost-super-slider--medium,
  .boost-super-slider.boost-super-slider--medium .flickity-viewport, 
  .boost-super-slider.boost-super-slider--medium .aspect-ratio {
    height: 380px;
    min-height: 380px;
    max-height: none;
  }
  .boost-super-slider.boost-super-slider--large,
  .boost-super-slider.boost-super-slider--large .flickity-viewport, 
  .boost-super-slider.boost-super-slider--large .aspect-ratio {
    height: 500px;
    min-height: 500px;
    max-height: none;
  }
}



  :root {
    --font-light: 400;
    --font-regular: 500;
    --font-semi: 600;
    --font-bold: 700;
    --padding: var(--base-text-font-size);
    --border-primary: #d9d9d9;
  }
  .boost-rate-cards {
    font-size: var(--base-text-font-size);
  }
  .boost-rate-cards__tabs {
    display: flex;
    flex-wrap: nowrap;
    padding: var(--padding) 0;
    overflow: auto;
  }
  .boost-rate-cards__tab:not(:last-child)::after {
    content: " ";
    height: 1em;
    width: 2px;
    position: absolute;
    top: calc(50% - 0.5em);
    right: 0;
    background-color: #141414;
  }
  .boost-rate-cards__tab {
    position: relative;
    padding: var(--padding);
    font-weight: var(--font-semi);
    white-space: nowrap;
  }
  .boost-rate-cards__tab[aria-selected="true"] {
    font-weight: var(--font-bold);
    color: var(--accent-color);
  }
  .boost-rate-cards__panel {
    display: flex;
    gap: var(--padding);
    width: calc(100% + 2px);
    padding: var(--padding) 1px;
    height: auto;
    overflow: auto;
    opacity: 1;
    visibility: visible;
    transition: .25s opacity ease-out;
  }
  .boost-rate-cards__panel--hidden {
    height: 0;
    opacity: 0;
    padding: 0;
    visibility: hidden;
  }
  .boost-rate-cards__offer {
    min-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  @media (min-width: 1400px) {
    .boost-rate-cards__offer--2 {
      min-width: calc((1400px - 15px) / 2);
    }
    .boost-rate-cards__offer--3 {
      min-width: calc((1400px - (2 * 15px)) / 3);
    }
    .boost-rate-cards__offer--4 {
      min-width: calc((1400px - (3 * 15px)) / 4);
    }
  }
  .boost-rate-cards__item__inner {
    margin-bottom: var(--padding);
    border-radius: var(--padding);
    color: var(--header-text-color);
    background-color: var(--header-background);
    font-weight: var(--font-regular);
    font-size: 14px;
    line-height: 1.6;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  }
  .boost-rate-cards__bonus {
    padding: var(--padding);
    font-size: 12px;
    font-weight: var(--font-semi);
    line-height: 1;
    color: var(--header-background);
    background-color: var(--header-text-color);
  }
  .boost-rate-cards__heading-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .boost-rate-cards__heading {
    padding: var(--padding);
    font-size: 42px;
    line-height: 1;
    font-weight: var(--font-bold);
  }
  .boost-rate-cards__heading strong {
    color: var(--accent-color);
  }
  .boost-rate-cards__heading-wrapper__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: var(--padding) var(--padding) var(--padding) 0;
    text-align: right;
  }
  .boost-rate-cards__save {
    padding: 0.125em var(--padding);
    margin-left: auto;
    border-radius: var(--padding) 0 1.5em var(--padding);
    text-transform: uppercase;
    background-color: var(--accent-color);
    color: var(--header-background);
    font-weight: var(--font-semi);
    font-size: 11px;
  }
  .boost-rate-cards__expiry {
    padding-top: var(--padding);
    text-align: right;
    font-size: 11px;
  }
  .boost-rate-cards__footer {
    padding: var(--padding);
    font-size: 12px;
    color: var(--accent-color);
    background-color: #fff;
  }
  .boost-rate-cards__section {
    position: relative;
    border-top: 1px solid var(--border-primary);
    background-color: #FAFAFA;
  }
  .boost-rate-cards__section summary {
    padding: var(--padding);
    background-color: #fff;
  }
  .boost-rate-cards__section p,
  .boost-rate-cards__section ul {
    padding: var(--padding);
    border-top: 1px solid var(--border-primary);
    color: var(--header-light-text-color);
    font-size: 13px;
  }
  .boost-rate-cards__section bold {
    color: var(--text-color);
  }
  .boost-rate-cards__section summary::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 20px;
    right: 15px;
    border-top: 0.8em solid #FF4300;
    border-left: 0.5em solid transparent;
    border-right: 0.5em solid transparent;
    transition: .2s transform ease-in-out;
  }
  .boost-rate-cards__section[open] summary::before {
    transform: rotate(180deg);
  }
  .boost-rate-cards__more {
    padding: var(--padding);
    color: #df3d04;
    font-weight: var(--font-light);
    font-size: 12px;
    line-height: 1;
  }
  .boost-rate-cards__more-buy-wrapper {
    display: block;
  }
  .boost-rate-cards__buy {
    display: block;
    border: 0;
    min-width: 100%;
    margin-top: 20px;
    padding: 1.25em;
    font-size: var(--padding);
    font-weight: var(--font-bold);
    line-height: 1;
    text-align: center;
    border-radius: 10px;
    color: var(--primary-button-text-color);
    background-color: var(--primary-button-background);
  }





:root {
  --border-radius: 10px;
}

.boost-super-slider {
  height: auto;
}

.boost-super-slider:not(.boost-super-slider--edge2edge) {
  border-radius: var(--border-radius);
}
.boost-super-slider:not(.boost-super-slider--edge2edge) .slideshow__slide > div {
  border-radius: var(--border-radius);
  overflow: hidden;
}
.boost-super-slider.boost-super-slider--preserve-ratio,
.boost-super-slider.boost-super-slider--preserve-ratio .flickity-viewport {
  height: 94vw;
}
.boost-super-slider .slideshow__content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  padding: 0;
  height: 100%;
}
.boost-super-slider .container {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.boost-super-slider .slideshow__losange {
  display: inline-block;
  margin: 0;
  font-size: 3vw;
  width: auto;
  font-weight: 600;
  padding: 0 2vw;
}
.boost-super-slider .heading {
  display: block;
  margin: 0;
  margin-top: 8px;
  padding: 0;
  letter-spacing: -2px;
  border: 0;
}
.boost-super-slider .heading p {
  line-height: .85;
  font-size: 50px;
  font-size: 11vw;
  font-weight: 700;
}
.boost-super-slider .slideshow__content {
  margin: 0;
  margin-top: 12px;
  font-size: 4vw;
  line-height: 1.3;
}
.boost-super-slider .slideshow__button {
  display: inline-block;
  margin-top: 24px;
  margin-left: 0;
  border-radius: 8px;
}
.boost-super-slider .slideshow__slide {
  min-height: 0;
}
.boost-super-slider .slideshow__slide > div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.boost-super-slider .slideshow__image,
.boost-super-slider .slideshow__image-placeholder {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}

/* Text direction */
.boost-super-slider__title--left {
  text-align: left;
}
.boost-super-slider__title--right {
  text-align: right;
}
.boost-super-slider__title--center {
  text-align: center;
}

/* Sizes */
.boost-super-slider.boost-super-slider--small {
  height: 250px;
}
.boost-super-slider.boost-super-slider--medium {
  height: 380px;
}
.boost-super-slider.boost-super-slider--large {
  height: 450px;
}
.boost-super-slider.boost-super-slider--small .slideshow__content-wrapper,
.boost-super-slider.boost-super-slider--medium .slideshow__content-wrapper,
.boost-super-slider.boost-super-slider--large .slideshow__content-wrapper {
  position: relative;
}

/* Positions */
.boost-super-slider .slideshow__slide-inner-top-left .container {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 48px;
}
.boost-super-slider .slideshow__slide-inner-top-center .container {
  justify-content: flex-start;
  align-items: center;
  padding-top: 48px;
}
.boost-super-slider .slideshow__slide-inner-top-right .container {
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 48px;
}
.boost-super-slider .slideshow__slide-inner-middle-left .container {
  justify-content: center;
  align-items: flex-start;
}
.boost-super-slider .slideshow__slide-inner-middle-center .container {
  justify-content: center;
  align-items: center;
}
.boost-super-slider .slideshow__slide-inner-middle-right .container {
  justify-content: center;
  align-items: flex-end;
}
.boost-super-slider .slideshow__slide-inner-bottom-left .container {
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 24px;
}
.boost-super-slider .slideshow__slide-inner-bottom-center .container {
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 24px;
}
.boost-super-slider .slideshow__slide-inner-bottom-right .container {
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 24px;
}

.boost-super-slider .slideshow__overlay-wrapper,
.boost-super-slider .slideshow__overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.boost-super-slider .slideshow__overlay-image {
  object-fit: cover;
}
  
.boost-super-slider .heading strong {
  color: var(--accent-color);
}

@media screen and (min-width: 480px) {
  .boost-super-slider .slideshow__losange {
    padding: 4px 10px;
  }
  .boost-super-slider .slideshow__content {
    font-size: 19px;
  }
}
  
@media screen and (min-width: 641px) {
  .boost-super-slider.boost-super-slider--preserve-ratio,
  .boost-super-slider.boost-super-slider--preserve-ratio .flickity-viewport,
  .boost-super-slider.boost-super-slider--preserve-ratio .aspect-ratio {
    height: 450px;
    min-height: 450px;
    max-height: 450px;
    padding-bottom: 0!important;
  }
  .boost-super-slider .slideshow__losange {
    font-size: 16px;
    padding: 8px 13px;
  }
  .boost-super-slider .heading {
    letter-spacing: -5px;
  }
  .boost-super-slider .heading p {
    line-height: .85;
    font-size: 70px;
  }
  .boost-super-slider .slideshow__content {
    font-size: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .boost-super-slider.boost-super-slider--preserve-ratio,
  .boost-super-slider.boost-super-slider--preserve-ratio .flickity-viewport,
  .boost-super-slider.boost-super-slider--preserve-ratio .aspect-ratio {
    height: 440px;
    min-height: 440px;
    max-height: 440px;
  }
  .boost-super-slider.boost-super-slider--small,
  .boost-super-slider.boost-super-slider--small .flickity-viewport, 
  .boost-super-slider.boost-super-slider--small .aspect-ratio {
    height: 250px;
    min-height: 250px;
    max-height: none;
  }
  .boost-super-slider.boost-super-slider--medium,
  .boost-super-slider.boost-super-slider--medium .flickity-viewport, 
  .boost-super-slider.boost-super-slider--medium .aspect-ratio {
    height: 300px;
    min-height: 300px;
    max-height: none;
  }
  .boost-super-slider.boost-super-slider--large,
  .boost-super-slider.boost-super-slider--large .flickity-viewport, 
  .boost-super-slider.boost-super-slider--large .aspect-ratio {
    height: 380px;
    min-height: 380px;
    max-height: none;
  }
}



  
/**
 * --------------------------------------------------------------------
 * Boost Heading Summary will move to external file later
 * --------------------------------------------------------------------
 */
.boost-heading-summary .h1 {
   margin-bottom: 0;
   border: 0;
 }
.boost-heading-summary__by-line {
  padding-bottom: 15px;
}
.boost-heading-summary .has-by-line + details {
  padding-top: 10px;
}
.boost-heading-summary summary {
  position: relative;
  padding-right: 24px;
  cursor: pointer;
  border-top: 1px solid #B6B6B6;
}
.boost-heading-summary summary > p {
  padding: 10px 0;
}
.boost-heading-summary .boost-heading-summary--show-chevron::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 15px;
  right: 3px;
  border-top: .8em solid #FF4300;
  border-left: .5em solid transparent;
  border-right: .5em solid transparent;
  transition: .2s transform ease-in-out;
}
.boost-heading-summary details[open] .boost-heading-summary--show-chevron::before {
  transform: rotate(180deg);
}
.boost-heading-summary summary::-webkit-details-marker,
.boost-heading-summary details::-webkit-details-marker {
   display: none;
}


.boost-faq {
  display: block;
}
.boost-faq .faq__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 20px 30px 20px 0;
  border-top: 0.5px solid #B6B6B6;
  text-align: left;
}
.boost-faq .faq__title::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 28px;
  right: 3px;
  border-top: 0.8em solid #FF4300;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  transition: .2s transform ease-in-out;
}
.boost-faq .faq__title[aria-expanded="true"]::before {
  transform: rotate(180deg);
}
.boost-faq .faq__item {
  padding: 0;
}
.boost-faq .faq__title[aria-expanded="true"] + .faq__answer-wrapper {
  padding-bottom: 40px;
}
@media screen and (min-width: 641px) {
  .boost-faq .faq__item {
    padding: 0;
  }
}


.boost-faq {
  display: block;
}
.boost-faq .faq__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 20px 30px 20px 0;
  border-top: 0.5px solid #B6B6B6;
  text-align: left;
}
.boost-faq .faq__title::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 28px;
  right: 3px;
  border-top: 0.8em solid #FF4300;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  transition: .2s transform ease-in-out;
}
.boost-faq .faq__title[aria-expanded="true"]::before {
  transform: rotate(180deg);
}
.boost-faq .faq__item {
  padding: 0;
}
.boost-faq .faq__title[aria-expanded="true"] + .faq__answer-wrapper {
  padding-bottom: 40px;
}
@media screen and (min-width: 641px) {
  .boost-faq .faq__item {
    padding: 0;
  }
}


.slideItem {
    display: inline-block;
    width: auto;
    height: 100%;
    vertical-align: middle;
	margin-left:0px;
}
.row {
    position: center;
    white-space: nowrap;
    font-size: 0;
	height:100%;
}

.centerHelper{
	display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#carousel img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0) cubic-bezier(0.6,0,0.3,1);
    transition:filter 6s cubic-bezier(0.6,0,0.3,1);

}


