@media (min-width: 993px) {
  #main_b .banner-2 .text-content__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 35%;
    background: #141414;
  }
}

#main_b .banner-2 .text-content__wrapper .text-content {
  position: absolute;
  left: 12%;
  bottom: 50%;
  z-index: 10;
  max-width: 600px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

#main_b .banner-2 .text-content__wrapper .text-content.right .detail-text {
  color:#000;
  font-size:22px;
}
#main_b .banner-2 .text-content__wrapper .text-content.right .detail-text .line {
  color: #F07622;
}
a.read-more.text-uppercase.text-center.black {
  color:#fff !important;
  background-color:#000 !important;
  border-color:#000 !important;
}
@media (max-width: 767px) {
  #main_b .banner-2 .text-content__wrapper .text-content {
    right: unset;
    left: 0;
    width: 100%;
    -webkit-transform: unset;
    transform: unset;
    height: 100%;
    top: 5%!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 35px 35px 45px;
    text-shadow: 0 0 black;
  }
  #main_b .banner-2 .text-content__wrapper .text-content.right .detail-text {
    color:#000;
    font-size:12px;
  }
}
@media (min-width:768px) {
  #main_b.work .banner-2 .text-content__wrapper .text-content {
    position: absolute;
    right: auto !important;
    left: 13% !important;
    bottom: 50%;
    top:12%!important;
    z-index: 10;
    max-width: 600px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  #main_b.black h4,
  #main_b.black h3
  {
    color:#000 !important;
  }
  #main_b .banner-2 .text-content__wrapper .text-content.right {
    position: absolute;
    right: 25%;
    left:auto;
    bottom: 50%;
    z-index: 10;
    max-width: 800px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
}
#main_b .banner-2 .text-content__wrapper .text-content h3,
.banner__text h3{
  font-size: 83px;
  font-weight: 400;
  font-family: "railroad-gothic-atf", sans-serif;
  line-height: 76px;
  color: #fff !important;
  text-transform: uppercase;
  margin-bottom:0;
  text-shadow: 1px 1px 2px rgba(0,0,0,.25);
}
#main_b .banner-2 .text-content__wrapper .text-content h4,
.banner__text h4 {
  color:#fff !important;
  font-weight:normal;
  text-shadow: 1px 1px 2px rgba(0,0,0,.25);
}

@media (min-width: 992px) and (max-width: 1199px) {
  #main_b .banner-2 .text-content__wrapper .text-content h3,
  .banner__text h3 {
    font-size: 60px;
    line-height: 56px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #main_b .banner-2 .text-content__wrapper .text-content h3{
    font-size: 60px;
    line-height: 56px;
  }
  #main_b .banner-2 .text-content__wrapper .text-content.right .detail-text {
    color:#000;
    font-size:16px;
  }
}
@media (max-width: 767px) {
  #main_b .banner-2 .text-content__wrapper .text-content h3{
    color: #fff;
    font-size: 39px;
    line-height: 1;
    max-width:85%;
  }
  .banner__text h3 {
    font-size:50px;
    line-height:1;
  }
  .banner__text h4 {
    font-size:16px;
  }
  #main_b.black h4,
  #main_b.black h3
  {
    color:#000 !important;
  }
  #main_b .banner-2 .text-content__wrapper .text-content h4 {
    font-size: 14px;
  }
}
#main_b .banner-2 .text-content__wrapper .text-content .read-more {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  color: #000;
  background: #fff;
  padding: 3px 25px;
  border-radius: 100px;
  font-family: "Front Page Neue";
  border: 2px solid #fff;
  letter-spacing:1px;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #main_b .banner-2 .text-content__wrapper .text-content .read-more {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #main_b .banner-2 .text-content__wrapper .text-content .read-more {
    width:75px;
    background: #fff;
    color: #000;
    border: 2px solid #fff;
  }
}
#main_b .banner-2 .text-content__wrapper .text-content .read-more:hover {
  color: #fff;
  background: #000;
  border-color:#000;
}
#support_f .banner-2 .text-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  z-index: 10;
  text-align: center;
}
#support_f .banner-2 .text-content .read-more {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  background: #000;
  padding: 3px 25px;
  border-radius: 100px;
  font-family:"Bogs Headline", Arial, sans-serif;
  text-transform: uppercase;
  border: 2px solid #000;
  text-decoration: none;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #support_f .banner-2 .text-content .read-more {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #support_f .banner-2 .text-content .read-more {
    width: auto;
    font-size: 20px;
  }
}
#support_f .banner-2 .text-content .read-more:hover {
  color: #000;
  background: transparent;
}
@media (max-width: 767px) {
  #support_g .mt-xs-15 {
    margin-top: 15px;
  }
}
#support_h {
  /* the parent */
}
#support_h .slick-slide {
  margin: 0 7.5px;
}
#support_h .slick-list {
  margin: 0 -7.5px;
}
#support_h .single-slide {
  position: relative;
  overflow: hidden;
}
#support_h .single-slide .overlay__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#support_h .single-slide .overlay__wrapper .overlay__redirect {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {


  #support_h .single-slide .overlay__wrapper .overlay__redirect {
    display: none;
  }
}
#support_h .single-slide .overlay__wrapper .shop__btn {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  background: #000;
  padding: 3px 25px;
  border-radius: 100px;
  font-family: "Front Page Neue";
  border: 2px solid #000;
  text-transform: uppercase;
  margin-top: 10px;
}
@media (max-width: 767px) {
  #support_h .single-slide .overlay__wrapper .shop__btn {
    font-size: 20px;
    display: none;
  }
}
#support_h .single-slide .overlay__wrapper .shop__btn:hover {
  color: #000;
  border: 0;
  background: #fff;
}
@media (max-width: 767px) {
  #support_h .single-slide .overlay__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    top: unset;
    bottom: 40px;
    opacity: 1;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: none !important;
  }
}
#support_h .single-slide .feature_slider__slide--product-name {
  position: absolute;
  top: 55px;
  left: 75px;
  width: 80%;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  z-index: 9;
  color: #ffffff;
}
@media (max-width: 767px) {
  #support_h .single-slide .feature_slider__slide--product-name {
    position: absolute;
    top: 30px;
    left: 35px;
    font-size: 18px;
    margin-bottom: 0;
  }
}
#support_h .single-slide img {
  -webkit-transition: -webkit-transform 250ms ease-out 0s;
  transition: -webkit-transform 250ms ease-out 0s;
  transition: transform 250ms ease-out 0s;
  transition: transform 250ms ease-out 0s, -webkit-transform 250ms ease-out 0s;
}
#support_h .single-slide:hover .overlay__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  background: rgba(0, 0, 0, 0.33);
  -webkit-transition: background 250ms ease-out 0s, opacity 250ms ease-out 0s;
  transition: background 250ms ease-out 0s, opacity 250ms ease-out 0s;
}
@media (max-width: 767px) {
  #support_h .single-slide:hover .overlay__wrapper {
    background: none;
  }
}
@media (max-width: 767px) {
  #support_h .single-slide:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
#support_h .slick-dots {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  gap: 8px;
}
#support_h .slick-dots li {
  width: 9px;
  height: 9px;
  background: #000;
  border-radius: 100%;
  border: 1px solid #707070;
  opacity: 0.2;
  cursor: pointer;
}
#support_h .slick-dots li.slick-active {
  opacity: 1;
}
#support_h .slick-dots li button {
  display: none;
}
@media (max-width: 767px) {
  #support_h .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#support_i {
  width: 100%;
  margin-bottom: 50px;
}
#support_i .support__inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#support_i .support__inner-wrapper .reuse_section__one--left {
  width: 66.5%;
  margin-right: 15px;
  overflow: hidden;
}
#support_i .support__inner-wrapper .reuse_section__one--left .reuse_sectionOne--image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
#support_i .support__inner-wrapper .goals__description--slide {
  width: 33.5%;
  padding: 5% 1% 5% 1%;
  background: #4a899f;
  text-align: center;
}
#support_i .support__inner-wrapper .goals__description--slide .support_section--upperImage {
  margin-bottom: 35px;
}
@media screen and (max-width: 1470px) {
  #support_i .support__inner-wrapper .goals__description--slide .support_section--upperImage {
    max-width: 75%;
  }
}
#support_i .support__inner-wrapper .goals__description--slide .goals__description--text {
  margin-bottom: 65px;
  color: #ffffff;
  font-size: 30px;
  line-height: 71px;
  font-weight: 700;
  letter-spacing: 12px;
  text-transform: uppercase;
}
@media screen and (max-width: 1470px) {
  #support_i .support__inner-wrapper .goals__description--slide .goals__description--text {
    font-size: 25px;
  }
}
@media screen and (max-width: 1270px) {
  #support_i .support__inner-wrapper .goals__description--slide .goals__description--text {
    font-size: 21px;
    letter-spacing: 9px;
  }
}
#support_i .support__inner-wrapper .goals__description--slide .learn__more-btn {
  background: #ffffff;
  padding: 10px 25px;
  border-radius: 30px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "Front Page Neue";
  font-weight: 400;
  padding: 5px 15px;
  color: #171717;
  background: #ffffff;
  font-size: 28px;
  letter-spacing: 1.5px;
  border-radius: 30px;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 999;
}
#support_i .support__inner-wrapper .goals__description--slide .learn__more-btn:hover {
  background: #000000;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  #support_i .support__inner-wrapper .goals__description--slide .learn__more-btn {
    margin-left: 35px;
  }
}
#support_i-mobile {
  margin-top: 25px;
  margin-bottom: 25px;
}
#support_i-mobile .dual__swiper__slide {
  position: relative;
  height: 100%;
}
#support_i-mobile .dual__swiper__slide .dual__swiper__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#support_i-mobile .dual__swiper__slide .dual__swiper--text-wrapper {
  position: absolute;
  top: 0;
  padding: 9% 9% 15% 10%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
#support_i-mobile .dual__swiper__slide .dual__swiper--text-wrapper .support_section--upperImage {
  margin-bottom: 25px;
}
#support_i-mobile .dual__swiper__slide .dual__swiper--text-wrapper .goals__description--text {
  margin-bottom: 55px;
  color: #ffffff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 10px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #support_i-mobile .dual__swiper__slide .dual__swiper--text-wrapper .goals__description--text {
    font-size: 22px;
    letter-spacing: 7px;
  }
}
@media screen and (max-width: 540px) {
  #support_i-mobile .dual__swiper__slide .dual__swiper--text-wrapper .goals__description--text {
    font-size: 19px;
    letter-spacing: 5px;
  }
}
#support_i-mobile .dual__swiper__slide .dual__swiper--text-wrapper .support_section--bottomImage {
  max-width: 50px;
}
#support_i-mobile .dual__swiper__slide.text__slide .learn__more-btn {
  position: absolute;
  bottom: 60px;
  background: #ffffff;
  width: 154px;
  height: 34px;
  cursor: pointer;
  font-family: "Bogs Headline", Arial, sans-serif;
  font-weight: 400;
  color: #171717;
  background: #ffffff;
  font-size: 24px;
  letter-spacing: 1.5px;
  border-radius: 30px;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 34px;
  z-index: 999;
}
#support_i-mobile .slick-dots {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  gap: 8px;
}
#support_i-mobile .slick-dots li {
  width: 9px;
  height: 9px;
  background: #000;
  border-radius: 100%;
  border: 1px solid #707070;
  opacity: 0.2;
  cursor: pointer;
}
#support_i-mobile .slick-dots li.slick-active {
  opacity: 1;
}
#support_i-mobile .slick-dots li button {
  display: none;
}
@media (max-width: 767px) {
  #support_i-mobile .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #support_j {
    margin-bottom: 25px;
  }
}
#support_j .give_back--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#support_j .give_back--wrapper .gb__left {
  width: 50%;
  margin-left: 20px;
}
#support_j .give_back--wrapper .gb__right {
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#support_j .give_back--wrapper .gb__right .gb__img__wrapper {
  height: 50%;
}
#support_j .give_back--wrapper .gb__right .gb__img__wrapper:nth-of-type(1) {
  margin-bottom: 20px;
}
#support_j .give_back--wrapper .gb__right .gb__img__wrapper .gb__image {
  width: 100%;
}
#support_j .give_back--wrapper .overlay__redirect {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  #support_j .give_back--wrapper .overlay__redirect {
    display: none;
  }
}
#support_j .give_back--wrapper .gb__img__wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
#support_j .give_back--wrapper .gb__img__wrapper:hover .overlay__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 50px 35px;
}
@media (max-width: 767px) {
  #support_j .give_back--wrapper .gb__img__wrapper:hover .gb__image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
#support_j .give_back--wrapper .gb__img__wrapper .gb__image {
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
#support_j .give_back--wrapper .overlay__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
#support_j .give_back--wrapper .overlay__wrapper:hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  opacity: 1;
  background: rgba(0, 0, 0, 0.33);
  -webkit-transition: background 250ms ease-out 0s, opacity 250ms ease-out 0s;
  transition: background 250ms ease-out 0s, opacity 250ms ease-out 0s;
}
#support_j .give_back--wrapper .overlay__wrapper .learn__more-btn {
  background: #ffffff;
  padding: 10px 25px;
  border-radius: 30px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "Front Page Neue";
  font-weight: 400;
  padding: 5px 15px;
  color: #171717;
  background: #ffffff;
  font-size: 28px;
  letter-spacing: 1.5px;
  border-radius: 30px;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 999;
}
#support_j .give_back--wrapper .overlay__wrapper .learn__more-btn:hover {
  background: #000000;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  #support_j .give_back--wrapper .overlay__wrapper .learn__more-btn {
    margin-left: 35px;
  }
}
@media (max-width: 767px) {
  #support_j .give_back--wrapper .overlay__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    top: unset;
    bottom: 0;
    opacity: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: none;
  }
}
#support_j-mobile {
  margin-bottom: 20px;
}
#support_j-mobile .dual__swiper__slide {
  position: relative;
}
#support_j-mobile .dual__swiper__slide .dual__swiper__image {
  width: 100%;
}
#support_j-mobile .dual__swiper__slide .dual__swiper--text-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 30px;
  left: 35px;
}
#support_j-mobile .dual__swiper__slide .dual__swiper--text-wrapper .dual__swiper--text {
  font-family: "Bogs Headline", Arial, sans-serif;
  color: #ffffff;
  font-size: 34px;
  line-height: 15px;
  text-transform: uppercase;
}
#support_j-mobile .dual__swiper__slide .dual__swiper--text-wrapper .learn__more-btn {
  position: absolute;
  bottom: 75px;
  background: #ffffff;
  width: 154px;
  height: 34px;
  cursor: pointer;
  font-family: "Bogs Headline", Arial, sans-serif;
  font-weight: 400;
  color: #171717;
  background: #ffffff;
  font-size: 24px;
  letter-spacing: 1.5px;
  border-radius: 30px;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 34px;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  #support_j-mobile .dual__swiper__slide .dual__swiper--text-wrapper .learn__more-btn {
    width: unset;
    font-size: 20px;
    letter-spacing: 0;
    padding: 0px 15px 0px 19px;
  }
}
#support_j-mobile .slick-dots {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  gap: 8px;
}
#support_j-mobile .slick-dots li {
  width: 9px;
  height: 9px;
  background: #000;
  border-radius: 100%;
  border: 1px solid #707070;
  opacity: 0.2;
  cursor: pointer;
}
#support_j-mobile .slick-dots li.slick-active {
  opacity: 1;
}
#support_j-mobile .slick-dots li button {
  display: none;
}
@media (max-width: 767px) {
  #support_j-mobile .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#support_k {
  width: 100%;
  margin-bottom: 50px;
}
#support_k .support__inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#support_k .support__inner-wrapper .reuse_section__one--left {
  width: 66.5%;
  margin-left: 20px;
  overflow: hidden;
}
#support_k .support__inner-wrapper .reuse_section__one--left .reuse_sectionOne--image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
#support_k .support__inner-wrapper .reuse_section__one--left .overlay__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
#support_k .support__inner-wrapper .reuse_section__one--left .overlay__wrapper:hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  opacity: 1;
  background: rgba(0, 0, 0, 0.33);
  -webkit-transition: background 250ms ease-out 0s, opacity 250ms ease-out 0s;
  transition: background 250ms ease-out 0s, opacity 250ms ease-out 0s;
}
#support_k .support__inner-wrapper .reuse_section__one--left .overlay__wrapper .learn__more-btn {
  background: #ffffff;
  padding: 10px 25px;
  border-radius: 30px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "Front Page Neue";
  font-weight: 400;
  padding: 0px 15px 0 19px;
  color: #171717;
  background: #ffffff;
  font-size: 28px;
  letter-spacing: 1.5px;
  border-radius: 30px;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 999;
}
#support_k .support__inner-wrapper .reuse_section__one--left .overlay__wrapper .learn__more-btn:hover {
  background: #000000;
  color: #ffffff !important;
}
@media screen and (max-width: 768px) {
  #support_k .support__inner-wrapper .reuse_section__one--left .overlay__wrapper .learn__more-btn {
    margin-left: 35px;
  }
}
@media screen and (max-width: 768px) {
  #support_k .support__inner-wrapper .reuse_section__one--left .overlay__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    top: unset;
    bottom: 0;
    opacity: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: none;
  }
}
#support_k .support__inner-wrapper .reuse_section__one--left .overlay__redirect {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  #support_k .support__inner-wrapper .reuse_section__one--left .overlay__redirect {
    display: none;
  }
}
#support_k .support__inner-wrapper .reuse_section__one--left:hover .overlay__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 50px 35px;
}
@media screen and (min-width: 768px) {
  #support_k .support__inner-wrapper .reuse_section__one--left:hover .reuse_sectionOne--image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
#support_k .support__inner-wrapper .goals__description--slide {
  position: relative;
  width: 33.5%;
  overflow: hidden;
}
#support_k .support__inner-wrapper .goals__description--slide .overlay__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#support_k .support__inner-wrapper .goals__description--slide .overlay__wrapper .overlay__redirect {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  #support_k .support__inner-wrapper .goals__description--slide .overlay__wrapper .overlay__redirect {
    display: none;
  }
}
#support_k .support__inner-wrapper .goals__description--slide .overlay__wrapper .shop__btn {
  background: #ffffff;
  padding: 10px 25px;
  border-radius: 30px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "Front Page Neue";
  font-weight: 400;
  padding: 0px 15px 0 19px;
  color: #171717;
  background: #ffffff;
  font-size: 28px;
  letter-spacing: 1.5px;
  border-radius: 30px;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 999;
}
#support_k .support__inner-wrapper .goals__description--slide .overlay__wrapper .shop__btn:hover {

  background: #000000;
  color: #ffffff !important;
}
@media screen and (max-width: 768px) {
  #support_k .support__inner-wrapper .goals__description--slide .overlay__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    top: unset;
    bottom: 40px;
    opacity: 1;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: none !important;
  }
}
#support_k .support__inner-wrapper .goals__description--slide .support_section--upperImage {
  height: 100%;
  -webkit-transition: -webkit-transform 250ms ease-out 0s;
  transition: -webkit-transform 250ms ease-out 0s;
  transition: transform 250ms ease-out 0s;
  transition: transform 250ms ease-out 0s, -webkit-transform 250ms ease-out 0s;
}
#support_k .support__inner-wrapper .goals__description--slide:hover .overlay__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  background: rgba(0, 0, 0, 0.33);
  -webkit-transition: background 250ms ease-out 0s, opacity 250ms ease-out 0s;
  transition: background 250ms ease-out 0s, opacity 250ms ease-out 0s;
}
@media screen and (max-width: 768px) {
  #support_k .support__inner-wrapper .goals__description--slide:hover .overlay__wrapper {
    background: none;
  }
}
@media screen and (min-width: 768px) {
  #support_k .support__inner-wrapper .goals__description--slide:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
#support_l .centeredSlider .single__slide {
  padding: 0 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: none;
  transform: none;
}
@media screen and (max-width: 768px) {
  #support_l .centeredSlider .single__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    max-width: 100%;
    padding-top: 0;
    margin-bottom: 0;
  }
}
#support_l .centeredSlider .single__slide:hover::before {
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0.5rem 3.2rem 0 rgba(0, 0, 0, 0.3019607843);
  box-shadow: 0 0.5rem 3.2rem 0 rgba(0, 0, 0, 0.3019607843);
  content: "";
  height: 50%;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 49.5%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
  width: 75%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #support_l .centeredSlider .single__slide:hover::before {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
#support_l .centeredSlider .single__slide:hover .overlay__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  opacity: 1;
  background: rgba(243, 243, 243, 0.8);
}
@media screen and (max-width: 768px) {
  #support_l .centeredSlider .single__slide:hover .overlay__wrapper {
    background: none;
  }
}
@media screen and (min-width: 768px) {
  #support_l .centeredSlider .single__slide:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
#support_l .centeredSlider .single__slide a {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #support_l .centeredSlider .single__slide a {
    width: 100%;
    margin-bottom: 15px;
  }
}
#support_l .centeredSlider .single__slide a .feature_slider__image {
  width: 100%;
}
#support_l .centeredSlider .single__slide .outer__overlay {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #support_l .centeredSlider .single__slide .outer__overlay {
    position: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    top: unset;
    bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    opacity: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: #f5f5f5 !important;
    padding-bottom: 0;
  }
}
#support_l .centeredSlider .single__slide .overlay__wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 8% 8%;
  z-index: 9;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
  -webkit-transition: top 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
  transition: top 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
}
#support_l .centeredSlider .single__slide .overlay__wrapper .overlay__redirect {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  #support_l .centeredSlider .single__slide .overlay__wrapper .overlay__redirect {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #support_l .centeredSlider .single__slide .overlay__wrapper {
    position: unset;
    padding: 20px 30px 20px 22px;
    opacity: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
#support_l .centeredSlider .single__slide .overlay__wrapper .overlay__heading-text {
  font-size: 40px;
  line-height: 36px;
  font-family: "Bogs Headline", Arial, sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 1750px) and (min-width: 1451px) {
  #support_l .centeredSlider .single__slide .overlay__wrapper .overlay__heading-text {
    font-size: 34px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1450px) and (min-width: 1251px) {
  #support_l .centeredSlider .single__slide .overlay__wrapper .overlay__heading-text {
    font-size: 28px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1250px) {
  #support_l .centeredSlider .single__slide .overlay__wrapper .overlay__heading-text {
    font-size: 22px;
    line-height: 18px;
  }
}
@media screen and (max-width: 768px) {
  #support_l .centeredSlider .single__slide .overlay__wrapper .overlay__heading-text {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
#support_l .centeredSlider .single__slide .overlay__wrapper .feature_slider__slide--overlay__desc {
  font-size: 28px;
  line-height: 50px;
  margin-bottom: 0;
}
@media screen and (max-width: 1750px) and (min-width: 1451px) {
  #support_l .centeredSlider .single__slide .overlay__wrapper .feature_slider__slide--overlay__desc {
    font-size: 24px;
    line-height: 42px;
  }
}
@media screen and (max-width: 1450px) and (min-width: 1251px) {
  #support_l .centeredSlider .single__slide .overlay__wrapper .feature_slider__slide--overlay__desc {
    font-size: 20px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1250px) and (min-width: 1051px) {
  #support_l .centeredSlider .single__slide .overlay__wrapper .feature_slider__slide--overlay__desc {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1050px) {
  #support_l .centeredSlider .single__slide .overlay__wrapper .feature_slider__slide--overlay__desc {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 768px) {
  #support_l .centeredSlider .single__slide .overlay__wrapper .feature_slider__slide--overlay__desc {
    font-size: 18px;
    line-height: 24px;
  }
}
#support_l .centeredSlider .single__slide img {
  -webkit-transition: -webkit-transform 250ms ease-out 0s;
  transition: -webkit-transform 250ms ease-out 0s;
  transition: transform 250ms ease-out 0s;
  transition: transform 250ms ease-out 0s, -webkit-transform 250ms ease-out 0s;
}
#support_l .centeredSlider .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  gap: 8px;
}
#support_l .centeredSlider .slick-dots li {
  width: 9px;
  height: 9px;
  background: #000;
  border-radius: 100%;
  border: 1px solid #707070;
  opacity: 0.2;
  cursor: pointer;
}
#support_l .centeredSlider .slick-dots li.slick-active {
  opacity: 1;
}
#support_l .centeredSlider .slick-dots li button {
  display: none;
}
@media (max-width: 767px) {
  #support_l .centeredSlider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#support_m {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  #support_m {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  #support_m {
    margin-bottom: 22px;
  }
}
#support_m .warehouse__package__section--heading {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #support_m .warehouse__package__section--heading {
    margin-top: 20px;
  }
}
#support_m .warehouse__package__section--heading .warehouse__package__section--heading-text {
  margin-bottom: 12px;
  font-size: 80px;
  line-height: 118px;
  font-family: "Bogs Headline", Arial, sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  #support_m .warehouse__package__section--heading .warehouse__package__section--heading-text {
    width: 50%;
    margin: 0 auto 15px;
    font-size: 34px;
    line-height: 34px;
  }
}
#support_m .overlay__container {
  position: absolute;
  width: 30%;
  top: 50%;
  left: 70px;
  padding: 4.85% 2.5% 3.5% 3.25%;
  background: rgba(255, 255, 255, 0.32);
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
}
@media screen and (max-width: 1380px) {
  #support_m .overlay__container {
    width: 35%;
  }
}
@media screen and (max-width: 1200px) {
  #support_m .overlay__container {
    width: 40%;
  }
}
@media screen and (max-width: 992px) {
  #support_m .overlay__container {
    position: unset;
    width: 100%;
    -webkit-transform: unset;
    transform: unset;
    padding: 50px 22px 0 22px;
  }
}
@media screen and (max-width: 768px) {
  #support_m .overlay__container {
    margin-top: 15px;
    background: #f5f5f5;
    padding-bottom: 25px;
  }
}
#support_m .overlay__container .wp__overlay__text {
  margin-bottom: 45px;
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
  font-family: "Bogs Headline", Arial, sans-serif;
}
@media screen and (max-width: 1550px) {
  #support_m .overlay__container .wp__overlay__text {
    font-size: 36px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1200px) {
  #support_m .overlay__container .wp__overlay__text {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 992px) {
  #support_m .overlay__container .wp__overlay__text {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 32px;
  }
}
@media screen and (max-width: 768px) {
  #support_m .overlay__container .wp__overlay__text {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 26px;
  }
}
#support_m .overlay__container .wp__overlay__desc {
  font-size: 28px;
  line-height: 50px;
}
@media screen and (max-width: 1500px) {
  #support_m .overlay__container .wp__overlay__desc {
    font-size: 24px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  #support_m .overlay__container .wp__overlay__desc {
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (max-width: 992px) {
  #support_m .overlay__container .wp__overlay__desc {
    font-size: 18px;
    line-height: 24px;
  }
}
#support_n .content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#support_n .content__wrapper .left__content {
  width: 50%;
  margin-right: 15px;
}
#support_n .content__wrapper .left__content .upper__thumb {
  position: relative;
  margin-bottom: 15px;
}
#support_n .content__wrapper .left__content .lower__thumb--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#support_n .content__wrapper .left__content .lower__thumb--wrapper .lower__left-thumb {
  margin-right: 15px;
}
#support_n .content__wrapper .left__content img:hover {
  cursor: pointer;
}
#support_n .content__wrapper .right__content {
  position: relative;
  width: 50%;
}
#support_n .content__wrapper .right__content img {
  height: 100%;
}
#support_n .content__wrapper .right__content img:hover {
  cursor: pointer;
}
#support_n .content__wrapper .right__content .video__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 2px 35px;
  border-radius: 30px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "Front Page Neue";
  font-weight: 400;
  color: #171717;
  background: #ffffff;
  font-size: 28px;
  letter-spacing: 1.5px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 999;
}
#support_n .content__wrapper .right__content .video__btn:hover {
  background: #000000;
  color: #ffffff !important;
}
#support_n-mobile {
  margin-bottom: 25px;
}
#support_n-mobile .dual__swiper__slide {
  position: relative;
  height: auto;
}
#support_n-mobile .dual__swiper__slide a {
  width: 100%;
}
#support_n-mobile .dual__swiper__slide .video-btn.specific__btn {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
  margin: auto;
  padding: 0px 20px;
  background: #ffffff;
  border-radius: 16px;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "Front Page Neue";
  font-weight: 400;
  color: #171717;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 999;
}
#support_n-mobile .dual__swiper__slide .dual__swiper__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#support_n-mobile .slick-dots {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  gap: 8px;
}
#support_n-mobile .slick-dots li {
  width: 9px;
  height: 9px;
  background: #000;
  border-radius: 100%;
  border: 1px solid #707070;
  opacity: 0.2;
  cursor: pointer;
}
#support_n-mobile .slick-dots li.slick-active {
  opacity: 1;
}
#support_n-mobile .slick-dots li button {
  display: none;
}
@media (max-width: 767px) {
  #support_n-mobile .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#support_o .content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#support_o .content__wrapper .left__content {
  position: relative;
  width: 50%;
  margin-right: 15px;
}
#support_o .content__wrapper .left__content img {
  height: 100%;
}
#support_o .content__wrapper .left__content img:hover {
  cursor: pointer;
}
#support_o .content__wrapper .left__content .text__overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0% 6.75% 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
#support_o .content__wrapper .left__content .text__overlay .dss__desc {
  margin-bottom: 60px;
  font-size: 30px;
  line-height: 35px;
  text-align: left;
  color: #ffffff;
}
@media screen and (max-width: 1665px) and (min-width: 1451px) {
  #support_o .content__wrapper .left__content .text__overlay .dss__desc {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 1450px) and (min-width: 1201px) {
  #support_o .content__wrapper .left__content .text__overlay .dss__desc {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 993px) {
  #support_o .content__wrapper .left__content .text__overlay .dss__desc {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 992px) and (min-width: 769px) {
  #support_o .content__wrapper .left__content .text__overlay .dss__desc {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 18px;
  }
}
@media screen and (max-width: 768px) {
  #support_o .content__wrapper .left__content .text__overlay .dss__desc {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
  }
}
#support_o .content__wrapper .left__content .text__overlay .dss__desc:nth-child(3) {
  margin-bottom: 0;
}
#support_o .content__wrapper .right__content {
  width: 50%;
}
#support_o .content__wrapper .right__content .upper__thumb-wrapper {
  position: relative;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(50% - 7.5px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#support_o .content__wrapper .right__content .upper__thumb-wrapper .upper__left-thumb {
  margin-right: 15px;
}
#support_o .content__wrapper .right__content .lower__thumb--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(50% - 7.5px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#support_o .content__wrapper .right__content .lower__thumb--wrapper .lower__left-thumb {
  margin-right: 15px;
}
#support_o .content__wrapper .right__content img {
  height: 100%;
}
#support_o .content__wrapper .right__content img:hover {
  cursor: pointer;
}
#support_o-mobile {
  margin-bottom: 25px;
}
#support_o-mobile .dual__swiper__slide {
  position: relative;
  height: auto;
}
#support_o-mobile .dual__swiper__slide a {
  width: 100%;
}
#support_o-mobile .dual__swiper__slide .video-btn.specific__btn {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
  margin: auto;
  padding: 0px 20px;
  background: #ffffff;
  border-radius: 16px;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "Front Page Neue";
  font-weight: 400;
  color: #171717;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 999;
}
#support_o-mobile .dual__swiper__slide .dual__swiper__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#support_o-mobile .slick-dots {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  gap: 8px;
}
#support_o-mobile .slick-dots li {
  width: 9px;
  height: 9px;
  background: #000;
  border-radius: 100%;
  border: 1px solid #707070;
  opacity: 0.2;
  cursor: pointer;
}
#support_o-mobile .slick-dots li.slick-active {
  opacity: 1;
}
#support_o-mobile .slick-dots li button {
  display: none;
}
@media (max-width: 767px) {
  #support_o-mobile .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#support_p .content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#support_p .content__wrapper .left__content {
  position: relative;
  width: 50%;
}
#support_p .content__wrapper .left__content img {
  height: 100%;
}
#support_p .content__wrapper .left__content img:hover {
  cursor: pointer;
}
#support_p .content__wrapper .right__content {
  width: 50%;
  margin-left: 15px;
}
#support_p .content__wrapper .right__content .lower__thumb {
  position: relative;
  margin-top: 15px;
}
#support_p .content__wrapper .right__content .upper__thumb--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#support_p .content__wrapper .right__content .upper__thumb--wrapper .lower__left-thumb {
  position: relative;
  margin-right: 15px;
}
#support_p .content__wrapper .right__content img:hover {
  cursor: pointer;
}
#support_p .content__wrapper .right__content .video__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 2px 35px;
  border-radius: 30px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "Front Page Neue";
  font-weight: 400;
  color: #171717;
  background: #ffffff;
  font-size: 28px;
  letter-spacing: 1.5px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 999;
}
#support_p .content__wrapper .right__content .video__btn:hover {
  background: #000000;
  color: #ffffff !important;
}
#boots_a {
  background: #f8f8f8;
  padding: 50px 0;
}
@media (max-width: 767px) {
  #boots_a .buttons__list {
    padding-right: 0;
  }
}
#boots_a .buttons__list .nav-item .nav-link {
  display: inline-block;
  margin-right: 18px;
  font-family: "Front Page Neue";
  font-size: 24px;
  font-weight: 400;
  background: transparent;
  color: #000000;
  padding: 0px 35px;
  border-radius: 100px;
  border: 2px solid #000;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #boots_a .buttons__list .nav-item .nav-link {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #boots_a .buttons__list .nav-item .nav-link {
    font-size: 21px;
    padding: 0px 25px;
    margin-right: 10px;
  }
}
#boots_a .buttons__list .nav-item .nav-link.active {
  color: #fff;
  background: #000;
}
#boots_a .buttons__list .nav-item .nav-link:hover {
  background: #000000;
  color: #ffffff;
}
#boots_a .buttons__list .nav-item:nth-child(3) .nav-link {
  margin-right: 0;
}
#boots_a .tab-content .tabs__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#boots_a .tab-content .tabs__content .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#boots_a .tab-content .tabs__content .product__wrap .content {
  margin-top: 15px;
  padding: 0px 0 0 15%;
}
#boots_a .tab-content .tabs__content .product__wrap .content .title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #boots_a .tab-content .tabs__content .product__wrap .content .title {
    font-size: 14px;
  }
}
#boots_a .tab-content .tabs__content .product__wrap .content .title a {
  color: #000;
}
#boots_a .tab-content .tabs__content .product__wrap .content .title a:hover {
  color: #FB6F13;
}
#boots_a .tab-content .tabs__content .product__wrap .content .text p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  #boots_a .tab-content .tabs__content .product__wrap .content .text p {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  #boots_a .tab-content .tabs__content .product__wrap .content .text p {
    font-size: 10px;
  }
}
#boots_a .tab-content .tabs__content .product__wrap .content .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
#boots_a .tab-content .tabs__content .product__wrap .content .price span {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
@media (max-width: 767px) {
  #boots_a .tab-content .tabs__content .product__wrap .content .price span {
    font-size: 14px;
  }
}
#boots_a .tab-content .tabs__content .product__wrap .content .price .sell {
  color: #000;
}
#boots_a .tab-content .tabs__content .slick-dots {
  position: absolute;
  bottom: -25px;
  left: 50%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  gap: 8px;
}
@media screen and (min-width: 993px) {
  #boots_a .tab-content .tabs__content .slick-dots {
    display: none;
  }
}
#boots_a .tab-content .tabs__content .slick-dots li {
  width: 9px;
  height: 9px;
  background: #000;
  border-radius: 100%;
  border: 1px solid #707070;
  opacity: 0.2;
  cursor: pointer;
}
#boots_a .tab-content .tabs__content .slick-dots li.slick-active {
  opacity: 1;
}
#boots_a .tab-content .tabs__content .slick-dots li button {
  display: none;
}
@media (max-width: 767px) {
  #boots_a .tab-content .tabs__content .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#boots_b {
  /* the parent */
}
#boots_b .slick-slide {
  margin: 0 7.5px;
}
#boots_b .slick-list {
  margin: 0 -7.5px;
}
#boots_b .single-slide {
  position: relative;
  overflow: hidden;
}
#boots_b .single-slide .overlay__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#boots_b .single-slide .overlay__wrapper .overlay__redirect {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  #boots_b .single-slide .overlay__wrapper .overlay__redirect {
    display: none;
  }
}
#boots_b .single-slide .overlay__wrapper .shop__btn {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  background: #000;
  padding: 3px 25px;
  border-radius: 100px;
  font-family: "Front Page Neue";
  border: 2px solid #000;
  text-transform: uppercase;
  margin-top: 10px;
}
@media (max-width: 767px) {
  #boots_b .single-slide .overlay__wrapper .shop__btn {
    font-size: 20px;
    display: none;
  }
}
#boots_b .single-slide .overlay__wrapper .shop__btn:hover {
  color: #000;
  border: 0;
  background: #fff;
}
@media (max-width: 767px) {
  #boots_b .single-slide .overlay__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    top: unset;
    bottom: 40px;
    opacity: 1;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: none !important;
  }
}
#boots_b .single-slide .feature_slider__slide--product-name {
  position: absolute;
  top: 55px;
  left: 75px;
  width: 80%;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  z-index: 9;
  color: #000000;
}
@media (max-width: 767px) {
  #boots_b .single-slide .feature_slider__slide--product-name {
    position: absolute;
    top: 30px;
    left: 35px;
    font-size: 18px;
    margin-bottom: 0;
  }
}
#boots_b .single-slide img {
  -webkit-transition: -webkit-transform 250ms ease-out 0s;
  transition: -webkit-transform 250ms ease-out 0s;
  transition: transform 250ms ease-out 0s;
  transition: transform 250ms ease-out 0s, -webkit-transform 250ms ease-out 0s;
}
#boots_b .single-slide:hover .overlay__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  background: rgba(0, 0, 0, 0.33);
  -webkit-transition: background 250ms ease-out 0s, opacity 250ms ease-out 0s;
  transition: background 250ms ease-out 0s, opacity 250ms ease-out 0s;
}
@media (max-width: 767px) {
  #boots_b .single-slide:hover .overlay__wrapper {
    background: none;
  }
}
@media (max-width: 767px) {
  #boots_b .single-slide:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
#boots_b .slick-dots {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  gap: 8px;
}
#boots_b .slick-dots li {
  width: 9px;
  height: 9px;
  background: #000;
  border-radius: 100%;
  border: 1px solid #707070;
  opacity: 0.2;
  cursor: pointer;
}
#boots_b .slick-dots li.slick-active {
  opacity: 1;
}
#boots_b .slick-dots li button {
  display: none;
}
@media (max-width: 767px) {
  #boots_b .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 992px) {
  #evergreen_b {
    margin-bottom: 25px;
  }
}
#evergreen_b .give_back--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#evergreen_b .give_back--wrapper .gb__left {
  width: 50%;
  margin-right: 20px;
}
#evergreen_b .give_back--wrapper .gb__right {
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#evergreen_b .give_back--wrapper .gb__right .gb__img__wrapper {
  height: 50%;
}
#evergreen_b .give_back--wrapper .gb__right .gb__img__wrapper:nth-of-type(1) {
  margin-bottom: 20px;
}
#evergreen_b .give_back--wrapper .gb__right .gb__img__wrapper .overlay__text {
  top: 12%;
}
#evergreen_b .give_back--wrapper .gb__right .gb__img__wrapper .gb__image {
  width: 100%;
}
#evergreen_b .give_back--wrapper .overlay__redirect {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  #evergreen_b .give_back--wrapper .overlay__redirect {
    display: none;
  }
}
#evergreen_b .give_back--wrapper .gb__img__wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
#evergreen_b .give_back--wrapper .gb__img__wrapper:hover .overlay__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 50px 35px;
}
@media screen and (min-width: 768px) {
  #evergreen_b .give_back--wrapper .gb__img__wrapper:hover .gb__image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
#evergreen_b .give_back--wrapper .gb__img__wrapper .gb__image {
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
#evergreen_b .give_back--wrapper .overlay__text {
  position: absolute;
  top: 6%;
  left: 8.5%;
  font-size: 60px;
  font-family: "Bogs Headline", Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9;
}
@media screen and (max-width: 1400px) {
  #evergreen_b .give_back--wrapper .overlay__text {
    font-size: 50px;
  }
}
@media screen and (max-width: 1200px) {
  #evergreen_b .give_back--wrapper .overlay__text {
    font-size: 45px;
  }
}
@media screen and (max-width: 992px) {
  #evergreen_b .give_back--wrapper .overlay__text {
    font-size: 40px;
  }
}
#evergreen_b .give_back--wrapper .overlay__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
#evergreen_b .give_back--wrapper .overlay__wrapper:hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  opacity: 1;
  background: rgba(0, 0, 0, 0.33);
  -webkit-transition: background 250ms ease-out 0s, opacity 250ms ease-out 0s;
  transition: background 250ms ease-out 0s, opacity 250ms ease-out 0s;
}
#evergreen_b .give_back--wrapper .overlay__wrapper .learn__more-btn {
  background: #ffffff;
  padding: 10px 25px;
  border-radius: 30px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "Front Page Neue";
  font-weight: 400;
  padding: 5px 15px;
  color: #171717;
  background: #ffffff;
  font-size: 28px;
  letter-spacing: 1.5px;
  border-radius: 30px;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 999;
}
#evergreen_b .give_back--wrapper .overlay__wrapper .learn__more-btn:hover {
  background: #000000;
  color: #ffffff !important;
}
@media screen and (max-width: 768px) {
  #evergreen_b .give_back--wrapper .overlay__wrapper .learn__more-btn {
    margin-left: 35px;
  }
}
@media screen and (max-width: 768px) {
  #evergreen_b .give_back--wrapper .overlay__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    top: unset;
    bottom: 0;
    opacity: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: none;
  }
}
#evergreen_b-mobile {
  margin-bottom: 25px;
}
@media screen and (min-width: 992px) {
  #evergreen_b-mobile {
    display: none;
  }
}
#evergreen_b-mobile .dual__swiper__slide {
  position: relative;
}
#evergreen_b-mobile .dual__swiper__slide .dual__swiper__image {
  width: 100%;
}
#evergreen_b-mobile .dual__swiper__slide .dual__swiper--text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#evergreen_b-mobile .dual__swiper__slide .dual__swiper--text-wrapper .dual__swiper--text {
  margin-bottom: 0;
  font-family: "Bogs Headline", Arial, sans-serif;
  color: #ffffff;
  font-size: 34px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
}
#evergreen_b-mobile .dual__swiper__slide .dual__swiper--text-wrapper .learn__more-btn {
  position: absolute;
  bottom: 110px;
  background: #ffffff;
  width: 154px;
  height: 34px;
  cursor: pointer;
  font-family: "Bogs Headline", Arial, sans-serif;
  font-weight: 400;
  color: #171717;
  background: #ffffff;
  font-size: 24px;
  letter-spacing: 1.5px;
  border-radius: 30px;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 34px;
  z-index: 999;
}
#evergreen_b-mobile .slick-dots {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  gap: 8px;
}
#evergreen_b-mobile .slick-dots li {
  width: 9px;
  height: 9px;
  background: #000;
  border-radius: 100%;
  border: 1px solid #707070;
  opacity: 0.2;
  cursor: pointer;
}
#evergreen_b-mobile .slick-dots li.slick-active {
  opacity: 1;
}
#evergreen_b-mobile .slick-dots li button {
  display: none;
}
@media (max-width: 767px) {
  #evergreen_b-mobile .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/*Classic Seamless HP Features*/
/*Font Import*/
@font-face {
  font-family: Bowlby One;
  src: url(../fonts/BowlbyOne-Regular.ttf);
}
@font-face {
  font-family: chainprinter;
  src: url(../fonts/Chainprinter.ttf);
}
#main_b .banner-2 .text-content__wrapper .text-content h3.headline {
  color: #fff;
}
#main_b.classic-seamless .banner-2 .text-content__wrapper .text-content {
  min-width: 100%;
  bottom: 25%;
  left: 2%;
}

#main_b .banner-2 .text-content__wrapper .text-content h3.headline.a, #main_b .banner-2 .text-content__wrapper .text-content h3.headline.c, #support_b .headline.a {
  font-family: chainprinter, sans-serif;

}
#main_b .banner-2 .text-content__wrapper .text-content h3.headline.b, #support_b .headline.b {
  font-family: "Bowlby One", sans-serif;
  text-transform:uppercase;
}
#feature-banner {
  background-color: #e3dfd4;

}
#main_b,
#main_c,
#main_d,
#feature-banner {
  margin: 0 2px;
}
#feature-banner .hero-feature-headline,
#main_b .headline-lp,
.banner-headline{
  font-family: "Bogs Headline", Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color:#000;

}
#feature-banner .hero-feature-headline {
  color:#1c1c1a;
}
#main_b .headline-lp {
  color:#fff !important;
}
#feature-banner .hero-feature-caption {
  color: #1c1c1a;
}
#feature-banner .read-more {
  display: inline-block;
  font-weight: 400;
  color: #000;
  background: transparent;
  padding: 3px 25px;
  border-radius: 100px;
  font-family: "Front Page Neue";
  border: 2px solid #000;
  letter-spacing:1px;
}

#feature-banner .read-more:hover {
  background-color:#000;
  color:#fff;
}
/*Container 3*/
#classic-seamless-reviews div.hero-feature-headline,
#classic-seamless-reviews div.headline,
#classic-seamless div.headline{
  font-family: "Bogs Headline", Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #1c1c1a;
}
#classic-seamless .reviews {
  background-color: #e3dfd4;
  border-radius:5px;
}
#classic-seamless img.asset-img,
#classic-seamless .s-video-wrap video{
  border-radius:8px;
}
#classic-seamless .s-video-wrap.drop-shadow {
  box-shadow:0px 0px 20px 0px rgba(0,0,0,.1);
  border-radius: 8px;
  height:fit-content;
}
#classic-seamless .product-category {
  font-family: "Bogs Headline", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color:#fff;
}

@media (min-width:1600px) {
  /*Container 1*/
  #main_b .banner-2 .text-content__wrapper .text-content h3.headline.a,
  #support_b .headline.a{
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 2rem;
  }
  #main_b .banner-2 .text-content__wrapper .text-content h3.headline.b,
  #support_b .headline.b{
    font-size: 5rem;
    line-height:1;
  }
  #main_b .banner-2 .text-content__wrapper .text-content h3.headline.c {
    font-size: 3rem;
    line-height: 1.2;
  }
  #main_b .banner-2 .text-content__wrapper .text-content .read-more, #feature-banner .read-more {
    font-size: 24px;
  }
  /*Container 2*/
  #feature-banner .col-md-4.col-12 {
    padding: 0 3rem;
  }
  #feature-banner .hero-feature-headline,
  .banner-headline{
    font-size: 5rem;
    line-height: 1;
    letter-spacing: 2px;

  }
  #feature-banner .hero-feature-caption {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
  #feature-banner {
    border-radius: 5px 0 0 5px;
  }
  #feature-banner .col-md-8.col-12 img {
    border-radius: 0 5px 5px 0;
  }
  /*Container 3*/
  #classic-seamless-reviews .headline {
    font-size:3rem;
    letter-spacing:2px;
    margin-bottom:1rem;
  }
  #classic-seamless-reviews .hero-feature-headline {
    font-size:2rem;
    letter-spacing:2px;
  }
  #classic-seamless-reviews .hero-feature-caption,
  #classic-seamless .hero-feature-caption {
    font-size:1.25rem;
    color:#1c1c1a;
    max-width:72%;
    margin:0 auto;
  }
  /*LP*/
  #main_b .icon {
    max-width:250px;
  }
  #classic-seamless .hero-feature-caption.main {
    max-width:40%;
  }
  #classic-seamless .hero-feature-caption {
    font-size:1.25rem;
    color:#000;
    margin-left:auto;
    max-width:100%;
  }
  #classic-seamless .headline.small {
    font-size:2.5rem;
    letter-spacing:2px;
    line-height:1;
  }
  #classic-seamless .headline.large {
    font-size:9rem;
    letter-spacing:2px;
    line-height:1;
    margin-bottom:2rem;
  }
  #classic-seamless .icon.secondary {
    max-width:100px;
    margin-bottom:1rem;

  }
  #classic-seamless .product-category {
    position: relative;
    text-align: center;
    z-index: 999;
    bottom: 16rem;
    font-size: 3rem;
    letter-spacing: 4px;
    margin-bottom:-6rem;
  }
  #classic-seamless #main_b.classic-seamless .banner-2 .text-content__wrapper .text-content {

    left: 4% !important;
  }
}
@media (max-width:1600px) and (min-width:768px) {
  /*Container 1*/
  #main_b .banner-2 .text-content__wrapper .text-content h3.headline.a,
  #support_b .headline.a {
    font-size: 4vw;
    line-height: 1;
    margin-bottom: 2rem;
  }
  #main_b .banner-2 .text-content__wrapper .text-content h3.headline.b,
  #support_b .headline.b{
    font-size: 5.5vw;
  }
  #main_b .banner-2 .text-content__wrapper .text-content h3.headline.c {
    font-size: 3vw;
    line-height: 1.2;
  }
  #main_b .banner-2 .text-content__wrapper .text-content .read-more, #feature-banner .read-more {
    font-size: 20px;
  }
  /*Container 2*/
  #feature-banner .col-md-4.col-12 {
    padding: 0 3vw;
  }
  #feature-banner .hero-feature-headline,
  .banner-headline{
    font-size: 4.25vw;
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: 1.5vw;
  }
  #feature-banner .hero-feature-caption {
    font-size: 1.3vw;
    margin-bottom: 1.5vw;
  }
  #feature-banner {
    border-radius: 5px 0 0 5px;
  }
  #feature-banner .col-md-8.col-12 img {
    border-radius: 0 5px 5px 0;
  }
  /*Container 3*/
  #classic-seamless-reviews .headline {
    font-size:3vw;
    letter-spacing:1px;
    margin-bottom:1vw;
  }
  #classic-seamless-reviews .hero-feature-headline {
    font-size:2vw;
    letter-spacing:1px;
  }
  #classic-seamless-reviews .hero-feature-caption {
    font-size:1.25vw;
    color:#1c1c1a;
    max-width:80%;
    margin:0 auto;
  }
  /*LP*/
  #main_b .icon {
    max-width:12vw;
  }
  #classic-seamless .hero-feature-caption.main {
    max-width:40vw;
  }
  #classic-seamless .hero-feature-caption {
    font-size:1.25vw;
    color:#000;
    margin-left:auto;
    max-width:100%;
  }
  #classic-seamless .headline.small {
    font-size:2.5vw;
    letter-spacing:2px;
    line-height:1;
  }
  #classic-seamless .headline.large {
    font-size:9vw;
    letter-spacing:2px;
    line-height:1;
    margin-bottom:2vw;
  }
  #classic-seamless .icon.secondary {
    max-width:100px;
    margin-bottom:1.5vw;
  }
  #classic-seamless .product-category {
    position: relative;
    text-align: center;
    z-index: 999;
    bottom: 16vw;
    font-size: 3vw;
    letter-spacing: 4px;
    margin-bottom:-6vw;

  }
  #classic-seamless #main_b.classic-seamless .banner-2 .text-content__wrapper .text-content {

    left: 4% !important;
  }
}
@media (max-width:768px) {
  /*Container 1*/
  #main_b.classic-seamless .banner-2 .text-content__wrapper .text-content {
    min-width: 100%;
    bottom: 25%;
    left: -2%;
  }
  #main_b .banner-2 .text-content__wrapper .text-content h3.headline.a,
  #support_b .headline.a{
    font-size: 7vw;
    line-height: 1;
    margin-bottom: 6vw;
  }
  #main_b .banner-2 .text-content__wrapper .text-content h3.headline.b, #support_b .headline.b {
    font-size: 11vw;
    line-height: 1;
    margin-bottom: 18vw;
  }
  #main_b .banner-2 .text-content__wrapper .text-content h3.headline.c {
    font-size: 5vw;
    line-height: 1.2;
  }
  #main_b .banner-2 .text-content__wrapper .text-content .row.align-items-end {
    min-height: 185vw;
  }
  #main_b .banner-2 .text-content__wrapper .text-content .read-more, #feature-banner .read-more {
    font-size: 4vw;
    padding: 1vw 2vw;
  }
  /*Container 2*/
  #feature-banner .col-md-4.col-12 {
    padding: 8vw;
  }
  #feature-banner .hero-feature-headline,
  .banner-headline{
    font-size: 10vw;
    line-height: 1;
    letter-spacing: 2px;
    margin-bottom: 1.5vw;
  }
  #feature-banner .hero-feature-caption {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
  #feature-banner {
    border-radius: 5px 5px 0 0;
  }
  #feature-banner .col-md-8.col-12 img {
    border-radius: 0 0 5px 5px;
  }
  /*Container 3*/
  #classic-seamless-reviews .headline {
    font-size: 9vw;
    letter-spacing: 1px;
    margin-bottom: 5vw;
    line-height: 1;
  }
  #classic-seamless #classic-seamless-reviews .headline {
    padding-bottom:1.2vw;
    font-size:8vw !important;
  }
  #classic-seamless-reviews .hero-feature-headline {
    font-size:6vw;
    letter-spacing:1px;
  }
  #classic-seamless #classic-seamless-reviews .headline {
    font-size: 14vw !important;
    max-width: 90%;
    margin: 0 auto;
    padding-bottom: 5vw;

  }
  #classic-seamless-reviews .hero-feature-headline {
    font-size:5.5vw;
    letter-spacing:1px;
    line-height:1;
    margin-bottom:1vw;
  }
  /*LP*/
  #main_b .icon,
  #classic-seamless .icon {
    max-width:35vw;
  }
  #classic-seamless #main_b .banner-2 .text-content__wrapper .text-content .row.align-items-end {
    min-height: auto;

  }
  #classic-seamless #main_b .banner-2 .text-content__wrapper .text-content {
    top: 117vw;
    bottom:0;
    padding: 6vw;

  }
  #classic-seamless h3.headline-lp {
    font-size: 14vw !important;
    line-height: 1 !important;
  }
  #classic-seamless .hero-feature-caption.main {
    max-width:80%;
    margin: 0 auto;
  }
  #classic-seamless .hero-feature-caption,
  .hero-feature-caption {
    color:#000;
    margin-left:auto;
    max-width:100%;
    font-size:4.25vw;
    margin-bottom: 8vw;
  }

  #classic-seamless .headline.small.a {
    font-size: 6vw;
    letter-spacing: 2px;
    line-height: 1;
    max-width: 65%;
    margin: 0 auto;
  }
  #classic-seamless .headline.small.b {
    font-size: 14vw;
    letter-spacing: 2px;
    line-height: 1;
  }
  #classic-seamless .headline.large {
    font-size:20vw;
    letter-spacing:2px;
    line-height:1;
    margin-bottom:2vw;
    margin-top:2vw;
  }
  #classic-seamless .icon.secondary {
    margin-top: 5vw;
    margin-bottom:1.5vw;
  }
  #classic-seamless .product-category {
    position: relative;
    text-align: center;
    z-index: 999;
    bottom: 50vw;
    font-size: 16vw;
    letter-spacing: 1px;
    margin-bottom: -23vw !important;
    font-weight: 500;

  }
  #classic-seamless strong.pt-2.d-block {
    font-size: 6vw;
  }
  .s-video-wrap video {
    border-radius: 8px;
    width: 200% !important;
    max-width: 200%;
    margin-left: -50vw;
  }
  div#classic-seamless-reviews {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.overlay-dark {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  position: absolute;
  background-color: black;
  opacity: 22%;
}
/*Native Outdoors Feature*/
.hero__section {
  position: relative;

}
.hero__section .banner__img {
  width: 100%;
  border-radius:8px;
}
.hero__section .banner__text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 42%;
  height: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.banner-content h3 {
  font-size: 1rem;
  text-transform: uppercase;
}
.hero__section .banner__text .banner__logo {
  max-width: 80%;

}
.hero__section .banner__text .watch__btn {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 400;
  color: #000;
  background: #ffffff;
  padding: 0px 25px;
  border-radius: 100px;
  font-family: "Front Page Neue";
  text-transform: uppercase;
  border: 2px solid #ffffff;
  cursor: pointer;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero__section .banner__text .watch__btn {
    font-size: 20px;
  }

}
@media (max-width: 767px) {
  .hero__section .banner__text .watch__btn {
    width: auto;
    margin-top: 12px;
    font-size: 18px;
  }
  .hero__section .banner__text {
    justify-content:start !important;
    padding-top:100px;
  }
}
.hero__section .banner__text .watch__btn:hover {
  color: #ffffff;
  background: #000000;
  border: 2px solid #000000;
}

/*Module 7 Logo Styling*/

@media (min-width:992px) {
  .module7_logo {
    height:42px;
    padding-bottom:12px;
  }
}
@media (max-width:992px) {
  .module7_logo {
    height:30px;
    padding-bottom:10px;
  }
}

/*July Wk3 Adult Kids Boga Text Adjustment*/

@media (max-width:992px) {
  #module7 .banner__text {
    font-size:47px;
  }
  #module7 .hero__section .banner__text {
    padding-top:30px;
  }
}

/*Containers 2 and 3 Change*/
.middle-sup-headline {
  color:#fff;
  line-height:1;
}
.middle-main-headline {
  font-family:'Bogs Headline';
  text-transform:uppercase;
  line-height:1.2;
  text-shadow: 1px 1px 2px rgba(0,0,0,.25);
}
@media (min-width:768px) {
  .middle-main-headline {
    padding-bottom:12px;
    font-size:32px;
  }
}
@media (max-width:768px) {
  .middle-main-headline {
    padding-bottom:10px;
    font-size:30px;
  }
}