/*-- -------------------------- -->
<---          Banner            -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #banner-2285 {
    padding: var(--sectionPadding);
    /* 190px - 280px */
    padding-top: clamp(11.875rem, 25vw, 17.5rem);
    padding-bottom: 0rem;
    /* clips the line from causing overflow issues for going off screen */
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #banner-2285 .cs-container {
    text-align: center;
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  #banner-2285 .cs-int-title {
    /* 39px - 61px */
    font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
    font-weight: 700;
    line-height: 1.2em;
    text-align: inherit;
    margin: 0 0 1rem;
    color: var(--bodyTextColorWhite);
    position: relative;
    font-family: 'Jakarta', 'Roboto', Arial, sans-serif;
    letter-spacing: -4px;
  }
  #banner-2285 .cs-text {
    text-align: left;
    /* 60px - 120px */
    margin-bottom: clamp(3.75rem, 7vw, 7.5rem);
    max-width: 43.75rem;
    color: var(--bodyTextColorWhite);
  }
  #banner-2285 .cs-breadcrumbs {
    padding: clamp(1rem, 3vw, 1.5rem) 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  #banner-2285 .cs-breadcrumbs:before {
    content: '';
    width: 200vw;
    height: 100%;
    background-color: #fff;
    opacity: 0.12;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  #banner-2285 .cs-breadcrumbs:after {
    content: '';
    width: 200vw;
    height: 100%;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  #banner-2285 .cs-link {
    font-size: 1rem;
    line-height: 1.2em;
    text-decoration: none;
    color: var(--bodyTextColorWhite);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #banner-2285 .cs-link:last-of-type {
    /* remove the chevron on the last list item */
  }
  #banner-2285 .cs-link:last-of-type::after {
    display: none;
  }
  #banner-2285 .cs-link:after {
    /* chevron */
    content: "";
    width: 0.0625rem;
    height: 1.5rem;
    margin: 0 1rem;
    background-color: #88898B;
    position: relative;
    display: block;
  }
  #banner-2285 .cs-link.cs-active {
    color: var(--primary);
  }
  #banner-2285 .cs-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #banner-2285 .cs-background:before {
    /* gradient overlay */
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.72;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #banner-2285 .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* Makes img tag act as a background image */
    object-fit: cover;
    z-index: -1;
  }
}
                                

/*-- -------------------------- -->
<---            FAQ             -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #faq-2294 {
    padding: var(--sectionPadding);
    background-color: #f7f7f7;
    position: relative;
  }
  #faq-2294 .cs-container {
    width: 100%;
    /* changes to 1440px at large desktop */
    max-width: 67.5rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 32px - 64px */
    gap: clamp(2rem, 4vw, 4rem);
  }
  #faq-2294 .cs-content {
    /* set text align to center if content needs to be centrally aligned */
    text-align: left;
    width: 100%;
    /* 48px - 64px */
    margin-bottom: clamp(3rem, 6vw, 4rem);
    display: flex;
    flex-direction: column;
    /* aligns content to the left, set to center to centrally align */
    align-items: flex-start;
  }
  #faq-2294 .cs-title {
    margin: 0;
  }
  #faq-2294 .cs-faq-picture {
    width: 100%;
    /* 360px - 400px */
    height: clamp(22.5rem, 54vw, 25rem);
    display: block;
    border-radius: 4px;
    overflow: hidden;
  }
  #faq-2294 .cs-faq-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #faq-2294 .cs-faq {
    width: 100%;
    margin: 2rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
  }
  #faq-2294 .cs-faq-item {
    list-style: none;
    width: 100%;
    background-color: #f7f7f7;
    /* clips all corners of the button that overlap the rounded border */
    overflow: hidden;
    position: relative;
    transition: border 0.3s;
  }
  #faq-2294 .cs-faq-item.active {
    background-color: #fff9e8;
  }
  #faq-2294 .cs-faq-item.active .cs-button {
    background-color: #fff9e8;
    border: none;
  }
  #faq-2294 .cs-faq-item.active .cs-button::before,
  #faq-2294 .cs-faq-item.active .cs-button::after {
    transform: rotate(0deg);
  }
  #faq-2294 .cs-faq-item.active .cs-item-p {
    height: auto;
    padding: 0 2.5rem 1.25rem 1.25rem;
    opacity: 1;
  }
  #faq-2294 .cs-faq-item.active::after {
    width: 100%;
  }
  #faq-2294 .cs-faq-item:hover::after {
    width: 100%;
  }
  #faq-2294 .cs-faq-item::after {
    content: "";
    width: 0;
    height: 0.25rem;
    background-color: var(--secondary);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width 0.3s ease;
  }
  #faq-2294 .cs-button {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2em;
    text-align: left;
    width: 100%;
    /* 20px - 24px */
    padding: clamp(1.25rem, 2vw, 1.5rem);
    background-color: #fff;
    color: var(--headerColor);
    border: 1px solid #f3f3f3;
    display: block;
    position: relative;
    transition: background-color 0.3s, color 0.3s;
  }
  #faq-2294 .cs-button:hover {
    cursor: pointer;
  }
  #faq-2294 .cs-button:before {
    /* horizontal line */
    content: "";
    width: 0.75rem;
    height: 0.125rem;
    background-color: #a0a1a3;
    opacity: 1;
    border-radius: 0.125rem;
    display: block;
    position: absolute;
    top: 50%;
    right: 1.3125rem;
    transform: rotate(270deg);
    transition: transform 0.3s;
    /* center origin for rotation */
    transform-origin: center center;
  }
  #faq-2294 .cs-button:after {
    /* vertical line */
    content: "";
    width: 0.75rem;
    height: 0.125rem;
    background-color: #a0a1a3;
    opacity: 1;
    border-radius: 0.125rem;
    display: block;
    position: absolute;
    top: 50%;
    right: 1.3125rem;
    transform: rotate(180deg);
    transition: transform 0.3s;
    /* center origin for rotation */
    transform-origin: center center;
  }
  #faq-2294 .cs-button-text {
    width: 80%;
    display: block;
  }
  #faq-2294 .cs-item-p {
    font-size: 1rem;
    line-height: 1.5em;
    height: 0;
    margin: 0;
    padding: 0;
    /* clips the text so it doesn't show up */
    overflow: hidden;
    color: var(--bodyTextColor);
    opacity: 0;
    transition: opacity 0.3s, padding-bottom 0.3s;
  }
  #faq-2294 .cs-picture-group {
    width: 100%;
    padding: 1rem;
    padding-top: 6.25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    /* faded background */
  }
  #faq-2294 .cs-picture-group::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(20, 22, 21, 0) 22.78%, #141615 69.37%), 50% / cover no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #faq-2294 .cs-picture {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  #faq-2294 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #faq-2294 .cs-h3 {
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 0.5rem;
    color: var(--bodyTextColorWhite);
    position: relative;
    z-index: 2;
  }
  #faq-2294 .cs-text {
    margin-bottom: 2rem;
    color: var(--bodyTextColorWhite);
    position: relative;
    z-index: 2;
  }
  #faq-2294 .cs-button-solid {
    border: 2px solid var(--primary);
    color: var(--primary);
    background-color: rgba(0, 0, 0, 0.4);
    padding: 0 clamp(2rem, 4vw, 3rem);
  }
  #faq-2294 .cs-button-solid::after {
    display: none;
  }

}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #faq-2294 .cs-faq-group {
    display: grid;
    grid-template-columns: auto auto;
    /* 32px - 48px */
    column-gap: clamp(2rem, 5vw, 3rem);
  }
  #faq-2294 .cs-content {
    grid-column: span 2;
  }
  #faq-2294 .cs-faq-picture {
    height: 100%;
    grid-column: span 1;
  }
  #faq-2294 .cs-faq {
    margin: 0;
    grid-column: span 1;
  }
  #faq-2294 .cs-picture-group {
    min-height: 26rem;
    padding: 2.5rem;
  }
}
/* Large Desktop - 1300px */
@media only screen and (min-width: 81.25rem) {
  #faq-2294 .cs-container {
    max-width: 90rem;
    flex-direction: row;
    align-items: flex-start;
  }
  #faq-2294 .cs-faq {
    justify-content: flex-start;
  }
  #faq-2294 .cs-faq-picture {
    height: 27.5rem;
  }
  #faq-2294 .cs-picture-group {
    min-height: 36.625rem;
    width: 25.8125rem;
    flex: 1 0 auto;
  }
}
                                

/*-- -------------------------- -->
<---       About         -->
<--- -------------------------- -*/

/* Mobile */
@media only screen and (min-width: 0rem) {
  #sbs-2362 {
    padding: var(--sectionPadding);
    position: relative;
    z-index: 1;
    background-color: #F7F7F7;
  }

  #sbs-2362 .cs-container {
    width: 100%;
    max-width: 112.5rem;
    margin: auto;
    /* 16px - 80px */
    padding: clamp(1rem, 4.5vw, 5rem) clamp(1rem, 4.5vw, 5rem) 0 clamp(1rem, 4.5vw, 5rem);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
 #sbs-2362.review .cs-container {
padding: 0 clamp(1rem, 4.5vw, 5rem) 0 clamp(1rem, 4.5vw, 5rem);
 }
  #sbs-2362 .cs-wrapper {
    /* changes at tablet */
    width: 100%;
    max-width: 55.625rem;
    display: flex;
    flex-direction: column;
    /* 48px - 64px */
    gap: clamp(3rem, 8vw, 4rem);
  }
  #sbs-2362 .cs-content {
    width: 100%;
    text-align: left;
    /* 24px - 60px top & bottom */
    /* 16px - 60px left & right */
    padding: clamp(1.5rem, 7vw, 3.75rem) clamp(1rem, 7vw, 3.75rem);
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #sbs-2362 .cs-rating {
    color: var(--bodyTextColor);
  }
  #sbs-2362 .rating-bar {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    row-gap: 15px;
  }
  #sbs-2362 .cs-reviewer {
    font-weight: 600;
    text-wrap: none;
  }
  #sbs-2362 .reviewer {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 15px;
    width: max-content;
  }
  #sbs-2362 .rating {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px;
  }
  #sbs-2362 .cs-title,
  #sbs-2362 .cs-text {
    text-align: inherit;
  }
  #sbs-2362 .cs-text {
    margin-bottom: 1rem;
  }
  #sbs-2362 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }

  #sbs-2362 .cs-stat-group {
    /* changes on tablet */
    width: 100%;
    max-width: 43.875rem;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
  #sbs-2362 .cs-stat {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    grid-column: span 2;
  }
  #sbs-2362 .cs-number {
    /* 31px - 49px */
    font-size: clamp(1.9375rem, 7vw, 2.875rem);
    text-align: inherit;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0;
    color: #f7f7f7; 
    background-color: transparent;
    text-shadow: -1px -1px 0 #111111, 1px -1px 0 #111111, -1px 1px 0 #111111, 1px 1px 0 #111111;
    font-family: 'Jakarta', 'Roboto', Arial, sans-serif;
  }
  #sbs-2362 .cs-color {
    color: var(--primary);
  }
  #sbs-2362 .cs-desc {
    /* 16px - 20px */
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    text-align: inherit;
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
  }
  #sbs-2362 .cs-image-group {
    width: 100%;
    height: 90vw;
    max-height: 28.125rem;
    order: -1;
    position: relative;
    border-radius: 4px;
    z-index: 1;
    overflow: hidden;
  }
  #sbs-2362 .cs-picture {
    width: 100%;
    height: 100%;
    max-height: 750px;
    display: block;
    position: absolute;
    border-radius: 4px;
    overflow: hidden;
    top: 0;
    left: 0;
    object-fit: cover;
  }
  #sbs-2362 .picture2 {
    display: none;
  }
  #sbs-2362 .cs-picture img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }
  #sbs-2362 .cs-video-link {
    font-size: 1rem;
    line-height: 1.2em;
    font-weight: 700;
    text-decoration: none;
    /* 32px - 40px */
    padding: 1rem clamp(2rem, 4vw, 2.5rem) 1rem 1rem;
    background-color: #f7f7f7;
    color: var(--headerColor);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #sbs-2362 .cs-icon-wrapper {
    /* 46px - 56px */
    width: clamp(2.875rem, 6vw, 3.5rem);
    height: clamp(2.875rem, 6vw, 3.5rem);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #sbs-2362 .cs-icon {
    width: clamp(2.875rem, 6vw, 3.5rem);
    height: clamp(2.875rem, 6vw, 3.5rem);
    display: block;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #sbs-2362 .cs-container {
    flex-direction: row;
  }

  #sbs-2362 .picture2 {
    display: block;
    top: calc(750px + 1em);
  }
  #sbs-2362 .cs-wrapper {
    width: 57%;
    margin-left: -3.75rem;
    /* 44px - 130px */
    padding: clamp(2.75rem, 6vw, 8.125rem) 0 0 0;
    align-items: flex-end;
    flex: none;
    position: relative;
    z-index: 2;
  }
  #sbs-2362.review .cs-wrapper{
padding: clamp(2.75rem, 6vw, 8.125rem) 0 clamp(2.75rem, 6vw, 8.125rem) 0;
  }
  #sbs-2362.review .cs-image-group{
    align-items: center;
    justify-content: center;
    display: flex;
  }
  #sbs-2362.review .cs-picture{
    top: auto;
  }
  #sbs-2362 .cs-stat-group {
    width: 80%;
  }
  #sbs-2362 .cs-video-link {
    top: 750px;
    bottom: auto;
    transform: translateY(-100%);
  }
  #sbs-2362 .cs-image-group {
    max-width: 50.625rem;
    height: auto;
    max-height: 100%;
  }
}

/*-- -------------------------- -->
<---   Side By Side Reverse     -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #sbsr-413 {
        padding: var(--sectionPadding);
        /* clips svg as the screen grows so it doesn't overflow */
        overflow: hidden;
        position: relative;
        z-index: 1;
        background-color: #F7F7F7;
    }
    #sbsr-413 .cs-container {
        width: 100%;
        /* changes to 1280 at tablet */
        max-width: 34.375rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 48px - 108px */
        gap: clamp(3rem, 7.1vw, 6.75rem);
    }
    #sbsr-413 .cs-content {
        /* set text align to left if content needs to be left aligned */
        text-align: left;
        width: 100%;
        max-width: 33.875rem;
        display: flex;
        flex-direction: column;
        /* centers content horizontally, set to flex-start to left align */
        align-items: flex-start;
    }

    #sbsr-413 .cs-text {
        margin-bottom: 1rem;
    }
    #sbsr-413 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }

    #sbsr-413 .cs-image-group {
        font-size: min(2.5vw, 1em);
        width: 36.1875em;
        height: 33.875em;
        /* sends it to the top of the flexbox */
        order: -1;
        position: relative;
    }
    #sbsr-413 .cs-picture {
        border-radius: 4px;
        /* clips the img tag corners */
        overflow: hidden;
        position: absolute;
        display: block;
    }
    #sbsr-413 .cs-picture:hover:before {
        opacity: 0.6;
    }
    #sbsr-413 .cs-picture:hover img {
        transform: scale(1.1);
    }
    #sbsr-413 .cs-picture img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
        transition: transform 0.6s;
    }
    #sbsr-413 .cs-picture1 {
        width: 12.75em;
        height: 19.625em;
        top: 0;
        left: 0;
    }
    #sbsr-413 .single {
        width: 36.1875em;
        height: 33.875em;
        top: 0;
        left: 0;
    }
    #sbsr-413 .cs-picture2 {
        width: 21.75em;
        height: 19.625em;
        top: 0;
        right: 0;
    }
    #sbsr-413 .cs-picture3 {
        width: 36.1875em;
        height: 12.625em;
        bottom: 0;
        left: 0;
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #sbsr-413 .cs-container {
        max-width: 80rem;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: flex-end;
    }
    #sbsr-413 .cs-content {
        width: 48%;
    }
    #sbsr-413 .container {
      width: 48%;
    }
}

#sbsr-413 {
*,
*::after,
*::before {
  box-sizing: border-box;
}

iframe {
  aspect-ratio: 16/9;
}

.video-container {
  margin: 2rem;
  max-height: 300px;
}

img {
  display: block;
  max-width: 100%;
}

main {
  display: grid;
  place-items: center;
  min-height: 100vh;
}

.container {
  display: grid;
  place-content: center;
  position: relative;
  overflow: hidden;
  --position: 50%;
}
.container::before {
  position: absolute;
  top: 10px;
  left: 10px;
  content: 'BEFORE';
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 5;
  padding: 5px 8px;
  color: white;
  font-size: 16px;
  font-family: 'Jakarta', 'Roboto', Arial, sans-serif;
  font-weight: 600;
  border-radius: 8px;
}
.container::after {
  position: absolute;
  top: 10px;
  right: 10px;
  content: 'AFTER';
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 5;
  padding: 5px 8px;
  color: white;
  font-size: 16px;
  font-family: 'Jakarta', 'Roboto', Arial, sans-serif;
  font-weight: 600;
  border-radius: 8px;
}

.image-container {
  max-width: 800px;
  max-height: 540px;
}

.slider-image {
  width: 100%;
  height: 540px;
  object-fit: cover;
  object-position: left;
  border-radius: 8px;
}

.image-before {
  position: absolute;
  inset: 0;
  width: var(--position);
}
.image-after {
  width: 615px;
  height: 540px;
}

.slider {
  position: absolute;
  inset: 0;
  cursor: pointer;
  opacity: 0;
  /* for Firefox */
  width: 100%;
  height: 540px;
}

.slider:focus-visible ~ .slider-button {
  outline: 5px solid black;
  outline-offset: 3px;
}

.slider-line {
  position: absolute;
  inset: 0;
  width: .2rem;
  height: 540px;
  background-color: #fff;
  /* z-index: 10; */
  left: var(--position);
  transform: translateX(-50%);
  pointer-events: none;
}

.slider-button {
  position: absolute;
  background-color: #fff;
  color: black;
  padding: .5rem;
  border-radius: 100vw;
  display: grid;
  place-items: center;
  top: 50%;
  left: var(--position);
  transform: translate(-50%, -50%);
  pointer-events: none;
  /* z-index: 100; */
  box-shadow: 1px 1px 1px hsl(0, 50%, 2%, .5);
}
}

.internal_link {
    color: var(--primary);
}