/* what-is-tezspire page 2.1 */
.mbr {
  display: none;
}

body {
  color: #3C4242;
}

#what-is-tezspire .youtubevideo {
  overflow: hidden;
}

#what-is-tezspire .arrow {
  color: #EF426F;
  font-size: 20px;
  line-height: 20px;
  padding-left: 15px;
}

#what-is-tezspire .banner-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

#what-is-tezspire .banner-text {
  flex: 0 1 auto;
  position: absolute;
  max-width: 420px;
  margin: auto;
  left: auto;
  right: auto;
  text-align: center;
}

#what-is-tezspire .banner-text h1 {
  color: white;
  font-family: Poppins-Black, sans-serif;
  line-height: 1.2;
  font-size: clamp(2rem, 1.8571rem + 0.7143vw, 2.5rem);
  margin-bottom: 10px;
}

#what-is-tezspire .banner-text .sheading {
  font-size: 16px;
  line-height: 25px;
}
  
  
  /* Section 2  */
#what-is-tezspire #section_2 {
  background: #FFD955;
}

#what-is-tezspire .sec2_cont {
  max-width: 995px;
  margin: auto;
  padding: 70px 0px 100px 0;
  text-align: center;
}

#what-is-tezspire .sec2_mheading {
  color: #003764;
  font-family: Poppins-Black, sans-serif;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
}

#what-is-tezspire .sec2_sheading {
  font-family: Poppins-SemiBold, sans-serif;
  font-size: 24px;
  line-height: 32px;
  width: 80%;
  margin: 0px auto 50px;
  color: #000;
}

#what-is-tezspire .sec2_sheading_cont {
  display: flex;
  justify-content: space-between;
  align-items: self-start;
  margin-bottom: 60px;
}

#what-is-tezspire .sec2_col1, #what-is-tezspire .sec2_col2, #what-is-tezspire .sec2_col3 {
  max-width: 33.3%;
  flex-basis: 33.3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#what-is-tezspire .sec2_col1 p, #what-is-tezspire .sec2_col2 p, #what-is-tezspire .sec2_col3 p {
  font-family: Poppins-Medium, sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-top: 45px;
  font-weight: 600;
  padding: 0px 42px;
}

#what-is-tezspire #section_2 .sec2_col2 {
  border-left: 1px solid #FF7F32;
  border-right: 1px solid #FF7F32;
}

#what-is-tezspire .sec2_col1 img {
  height: 170px;
}

#what-is-tezspire .sec2_col2 img {
  max-width: 155px;
  margin-bottom: 15px;
}

#what-is-tezspire .sec2_col3 img {
  max-width: 167px;
  margin-bottom: 13px;
}

#what-is-tezspire #section_2 .sec_foooter {
  font-family: Poppins-SemiBold, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #000;
}
  
  /* Sec2 Animation */
  
#what-is-tezspire .sec-anim .sec2_mheading {
  color: #003764;
  font-family: Poppins-Black, sans-serif;
  font-size: 30px;
  line-height: 36px;
}
  
  
  
  
  /* Section 3 */
  
div#wit-section3 {
  max-width: 900px;
  margin: auto;
  padding: 60px 0px;
  text-align: center;
}

#wit-section3 .cmp-youtubevideo__player, .cmp-youtubevideo__content {
  width: 100%;
  padding: 0px !important;
  min-height: 475px !important;
}

#wit-section3 p.vh-title {
  font-family: Poppins-Black, sans-serif;
  font-size: 40px;
  line-height: 50px;
  color: #003865;
  margin-bottom: 40px;
}

#wit-section3 img.cmp-video__thumbnail {
  max-height: 472px;
}

#what-is-tezspire .cmp-youtubevideo__content {
  width: 100%;
  padding: 0.5em 1em;
  display: none !important;
}

#what-is-tezspire span.cmp-youtubevideo__playicon {
  display: none !important;
}
	
  /* Section 4 */ 
#what-is-tezspire #pg2-sec4 .banner-text {
  flex: 0 1 auto;
	/* position: absolute; */
  max-width: 474px;
  margin: auto;
	/* left: auto; */
	/* right: auto; */
  text-align: center;
}

#pg2-sec4 .banner-text .sheading {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 35px;
}

@media only screen and (max-width:768px) {
   
  .mbr {
    display: block;
  }

  #what-is-tezspire .banner-text h1 {
    margin-top: 0px;
  }

  #what-is-tezspire .banner-text {
    flex: unset;
    position: unset;
    max-width: unset;
    margin: auto;
    left: auto;
    right: auto;
    text-align: left;
    background: #003865;
    padding: 25px 25px 25px 20px;
    width: 100%;
  }

  #what-is-tezspire .banner-flex {
    justify-content: unset;
    align-items: unset;
    flex-direction: column;
  }

  #what-is-tezspire .banner-text .sheading {
    font-size: 16px;
    line-height: 21px;
    font-family: Poppins-Regular, sans-serif;
  }
	
	
	
	/* section 2 */
	
  #what-is-tezspire .sec2_sheading_cont {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    margin-bottom: 40px;
    flex-direction: column;
  }

  #what-is-tezspire .sec2_col1, #what-is-tezspire .sec2_col2, #what-is-tezspire .sec2_col3 {
    max-width: 100%;
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #what-is-tezspire #section_2 .sec2_col2 {
    border-left: 0;
    border-right: 0;
    margin: 50px 0px;
  }

  #what-is-tezspire .sec2_mheading {
    color: #003764;
    font-family: Poppins-Black, sans-serif;
    font-size: 24px;
    line-height: 30px;
  }

  #what-is-tezspire .sec2_cont {
    max-width: 995px;
    margin: auto;
    padding: 40px 20px 40px 20px;
    text-align: center;
  }

  #what-is-tezspire .sec2_col1 img {
    height: 180px;
  }

  #what-is-tezspire .sec2_col2 img {
    max-width: 165px;
    margin-bottom: 0;
  }

  #what-is-tezspire .sec2_col3 img {
    max-width: 177px;
    margin-bottom: 0;
  }

  #what-is-tezspire #section_2 .sec_foooter {
    width: 80%;
    margin: auto;
  }

  #what-is-tezspire .sec2_sheading {
    font-family: Poppins-SemiBold, sans-serif;
    font-size: 16px;
    line-height: 21px;
    width: 81.5%;
    margin: 35px auto 20px;
  }

  #what-is-tezspire .sec2_col1 p, #what-is-tezspire .sec2_col2 p, #what-is-tezspire .sec2_col3 p {
    font-family: Poppins-Medium, sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-top: 24px;
    font-weight: 800;
    padding: 0px 30px;
  }

  #what-is-tezspire .sec2_col2 p {
		/*sadd */
    padding-left: 35px;
    padding-right: 36px;
  }
	
	/* Section 3 */
	
  div#wit-section3 {
    max-width: 900px;
    margin: auto;
    padding: 40px 0px;
    text-align: center;
  }

  #wit-section3 p.vh-title {
    font-family: Poppins-Black, sans-serif;
    font-size: 24px;
    line-height: 30px;
    color: #003865;
    margin-bottom: 25px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  #wit-section3 .cmp-video__player, .cmp-video__content {
    width: 100%;
    padding: 0px !important;
  }

  #wit-section3 .cmp-video__content {
    width: 100%;
    padding: 0.5em 1em;
    padding: 0px !important;
    display: none !important;
  }

  #wit-section3 .cmp-youtubevideo__player {
    width: 100%;
    padding: 0px  20px!important;
    min-height: 146px !important;
  }
  
	
	/* Section 4 */
  #what-is-tezspire #pg2-sec4 .banner-text {
    flex: 0 1 auto;
    position: absolute;
    max-width: unset;
    margin: unset;
    text-align: center;
    background: no-repeat;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #pg2-sec4 .banner-text .sheading {
    font-size: 24px;
    line-height: 32px;
    padding-left: 25px;
    padding-right: 27px;
    font-family: Poppins-SemiBold, sans-serif;
    margin-bottom: 25px;
  }
}
  
  
  
  
  
  /* Page Results */ 
#results-page .banner-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

#results-page .banner-text h1 {
  color: white;
  font-family: Poppins-Black, sans-serif;
  line-height: 1.2;
  font-size: clamp(2rem, 1.8571rem + 0.7143vw, 2.5rem);
  margin-top: 20px;
  margin-bottom: 8px;
}

#results-page .banner-text {
  flex: 0 1 auto;
  position: absolute;
  max-width: 507px;
  margin: auto;
  left: auto;
  right: auto;
  text-align: center;
}

#results-page .banner-text .sheading {
  font-size: 16px;
  line-height: 24px;
}

#results-page .banner-text .ssheading {
  font-size: 14px;
  line-height: 21px;
  margin-top: 30px;
  color: white;
}
  
  /* Resuls Sec2 */
  
#results-page div#rs-sec2 {
  background: #FFD955;
  line-height: 11px;
}

#results-page .rs-sec2-cont {
  padding-top: 60px;
  max-width: 948px;
  margin: auto;
}

#results-page h2.rs-sec2-hd {
  font-family: Poppins-Black, sans-serif;
  line-height: 1.2;
  font-size: clamp(1.5rem, 1.3929rem + 0.5357vw, 1.875rem);
  text-align: center;
  color: #003865;
  margin: 0;
}

#results-page .rs-sec2-flex-row {
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 25px;
}

#results-page .rs-sec2-flex-col {
  max-width: 33.3%;
  flex-basis: 33.3%;
}

.rs-sec-text {
  background: white;
  padding: 24px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  min-height: 305px;
}

.rs-sec2-sbhead {
  font-family: Poppins-Bold, sans-serif;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.12px;
  color: #D31246;
  margin-bottom: 10px;
  padding-right: 15px;
}

.rs-sec2-smatter {
  font-family: Poppins-Regular, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.rs-sec2-ssmatter {
  font-family: Poppins-Regular, sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin-top: 8px;
  margin-left: 10px;
  padding-right: 5px;
}

.rs-sec2-ssmatter span {
  text-indent: -10px;
  display: inline-block;
}

.rs-sec-text.rs-sec-text-col2 {
  padding-right: 40px;
}

.rs-sec2-footer {
  font-family: Poppins-Regular, sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
  text-align: center;
  color: #3C4242;
}
  
  /* Results Section 3 - Video  */
  
  
#rs-sec3, #rs-sec3 .videogallery {
  background: #F5F5F5;
}

#rs-sec3 .cmp-videogallery__player {
  width: 99%  !important;
  margin: auto;
  padding: 0;
  height: 446px !important;
	/*height: calc(100% - 115px) !important;*/
	/*border-top: 3px solid #ccc;*/
	/*padding-top: 40px;*/
  margin-bottom: 40px;
}

#rs-sec3   ul.cmp-videogallery__videos.cmp-videogallery__videos--enable-slider-desktop.cmp-videogallery__videos--enable-slider-mobile {
  border-bottom: 3px solid #ccc;
  margin-bottom: 50px;
}

#rs-sec3 .cmp-videogallery__content {
  width: 100% !important;
  padding: 0.5em 1em;
  text-align: left !important;
}

#rs-sec3 .cmp-videogallery__videos--enable-slider-desktop .cmp-videogallery__item {
  flex: 1 0 30% !important;
}

#rs-sec3 .cmp-videogallery__videos--enable-slider-desktop .cmp-videogallery__item--active .cmp-videogallery__item-image {
  width: 90% !important;
  border: rgba(239,66,111,0.7) 10px solid !important;
  border-radius: 30px !important;
  filter: brightness(0.7) !important;
}

#rs-sec3 .cmp-videogallery__videos--enable-slider-desktop .cmp-videogallery__item-image {
  width: 90%;
  padding: 0;
  border: 10px outset transparent !important;
  border-radius: 10px !important;
  filter: brightness(0.7) !important;
}

#rs-sec3 .cmp-videogallery__playlist--top-desktop .cmp-videogallery__videos--enable-slider-desktop .cmp-videogallery__image {
  opacity: 1 !important;
  max-height: 300px;
  border-radius: 25px !important;
}

#rs-sec3 .cmp-videogallery__videos--enable-slider-desktop .cmp-videogallery__item--active .cmp-videogallery__image {
  opacity: 1;
  border-radius: 20px !important;
}

#rs-sec3 .cmp-videogallery__playlist .cmp-videogallery__item-content div {
  display: none !important;
}

#rs-sec3 .cmp-videogallery {
  padding: 0 !important;
  margin-top: 50px !important;
}

div#rs-sec3 {
  padding-top: 60px;
}

#rs-sec3 .rs-sec-cont {
  max-width: 757px;
  margin: auto;
  text-align: center;
}

#rs-sec3 .rs-sec3-heading {
  font-size: clamp(1.5rem, 1.3929rem + 0.5357vw, 1.875rem);
  font-family: Poppins-Black, sans-serif;
  line-height: 1.2;
  color: #003865;
  margin-bottom: 15px;
}

#rs-sec3 .rs-sec3-submatter {
  font-family: Poppins-Regular, sans-serif !important;
  font-size: 16px !important;
  line-height: 24px !important;
}

#rs-sec3 .cmp-videogallery__videos--enable-slider-desktop .cmp-videogallery__item {
  padding: 0px !important;
}

.rs-sec3-footer {
  max-width: 1440px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  background: url(/content/dam/intelligentcontent/brands/tezspire-us-dtc/us/en/tz-results/desktop-results-story-banner.png);
  background-size: cover;
  height: 336px;
}

.rs-sec3-footer-heading {
  font-family: Poppins-SemiBold, sans-serif;
  line-height: 1.2;
  font-size: clamp(1.25rem, 1.1786rem + 0.3571vw, 1.5rem);
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 10px;
}

.rs-sec3-footer-matter {
  font-family: Poppins-Regular, sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding-right: 40px;
  padding-left: 40px;
  width: 639px;
  margin: 0 auto;
  text-align: center;
}

#rs-sec3 .cmp-videogallery__item-content {
  width: 100% !important;
  text-align: left;
}

#rs-sec3 h3.cmp-videogallery__item-title {
  text-align: left !important;
}

#rs-sec3 .cmp-videogallery__videos--enable-slider-desktop .cmp-videogallery__item--active .cmp-videogallery__item-title {
  text-decoration: underline;
  text-decoration: none !important;
}

#rs-sec3 .cmp-videogallery__videos--enable-slider-desktop .cmp-videogallery__item-content p {
  text-align: center !important;
  font-size: 24px;
  line-height: 32px;
  font-family: Poppins-SemiBold, sans-serif;
  margin-top: 20px !important;
  color: #003865;
}

#rs-sec3 .cmp-videogallery__playicon {
  display: block;
  height: 10em !important;
  width: 12em !important;
  z-index: 1;
  position: absolute;
  top: calc(50% - 4.5em) !important;
  left: calc(50% - 2.5em) !important;
  background: url(/content/dam/intelligentcontent/brands/tezspire-us-dtc/us/en/global/video-icon.png) no-repeat;
  background-size: 50%;
}

#rs-sec3 .cmp-videogallery__content.cmp-videogallery__content--none-desktop.cmp-videogallery__content--none-mobile div h3 {
  display: none;
  background: green;
}

#rs-sec3 .cmp-videogallery__content.cmp-videogallery__content--none-desktop.cmp-videogallery__content--none-mobile div div p:first-child {
  font-family: Poppins-Bold, sans-serif;
  font-size: clamp(1.25rem, 1.1786rem + 0.3571vw, 1.5rem);
  line-height: 1.2;
  color: #003865;
  font-style: italic;
  margin-bottom: 24px;
}

#rs-sec3 .cmp-videogallery__content.cmp-videogallery__content--none-desktop.cmp-videogallery__content--none-mobile div div p:nth-child(2) {
  font-family: Poppins-Regular, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 4px;
}

#rs-sec3 .cmp-videogallery__content.cmp-videogallery__content--none-desktop.cmp-videogallery__content--none-mobile div div p:nth-child(3) {
  font-family: Poppins-Regular, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 4px;
}

#rs-sec3 .rs-sec3-footer-matter-text {
  margin-bottom: 24px;
  color: #ffffff;
}

#rs-sec3 .cmp-videogallery--display {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  overflow: unset !important;
}

#rs-sec3 .enable-slider-icon .fa-chevron-left {
  display: block;
  top: 25% !important;
  position: absolute;
  cursor: pointer;
  opacity: 1;
  margin-left: -40px !important;
}

#rs-sec3 .enable-slider-icon .fa-chevron-right {
  display: block;
  position: absolute;
  top: 25% !important;
  right: 0;
  cursor: pointer;
  opacity: 1;
  margin-right: -40px !important;
}

#rs-sec3 .fa-chevron-right:before, .fa-chevron-left:before {
  content: "\f054" !important;
  background: #003865  !important;
  color: white  !important;
  padding: 4px 12px  !important;
  border-radius: 50px  !important;
  font-size: 25px  !important;
  line-height: 0px  !important;
  box-shadow: 0px 4px 0px #EF426F  !important;
  content: '\f105'  !important;
}

#rs-sec3 .fa-chevron-left:before {
  content: '\f104'  !important;
}

#rs-sec3 .enable-slider-icon .fa-chevron-left, #rs-sec3 .enable-slider-icon .fa-chevron-right {
  display: none;
}
  
  
  /* Resulats Page - Section 4 */
  
#results-page #pg2-sec4 .banner-text {
  flex: 0 1 auto;
  position: absolute;
  max-width: 475px;
  margin: auto;
  left: auto;
  right: auto;
  text-align: center;
  background: none;
  padding: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

#results-page #pg2-sec4 .banner-text .sheading {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 22px;
  font-family: Poppins-SemiBold, sans-serif;
}
  
  /* Results page Mobile  */ 
  
@media only screen and (min-width:769px) and (max-width:991px) {
  #pg2-sec4 .banner-text .sheading {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  #wit-section3 .cmp-youtubevideo__player {
    width: 100%;
    padding: 0px  20px!important;
    min-height: 146px !important;
  }

  #rs-sec3 .cmp-videogallery__item-image {
    width: 90% !important;
  }

  #rs-sec3 .cmp-videogallery__playicon {
    width: 8em !important;
    top: calc(50% - 2.5em) !important;
  }
}

@media only screen and (min-width:769px) and (max-width:991px) {
  #results-page #pg2-sec4 .banner-text .sheading {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  #results-page .banner-text h1 {
    font-size: 28px;
  }
}

@media only screen and (min-width:767px) and (max-width:991px) {
  #rs-sec3 .cmp-videogallery--display {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    overflow: unset !important;
    flex-direction: column-reverse;
  }

  #rs-sec3 .cmp-videogallery__playlist .cmp-videogallery__videos--enable-slider-mobile {
    display: flex;
  }

  #rs-sec3 .cmp-videogallery__playlist .cmp-videogallery__videos--enable-slider-mobile .cmp-videogallery__item {
  }

  #results-page .rs-sec2-cont {
    padding-left: 16px;
    padding-right: 16px;
  }

  div#rs-sec3 {
    padding-top: 60px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media only screen and (max-width:768px) {
  #results-page .banner-text h1 {
    margin-top: 0px;
    margin-bottom: 8px;
  }

  #results-page .banner-flex {
    justify-content: unset;
    align-items: unset;
    flex-direction: column;
  }

  #results-page .banner-text {
    flex: unset;
    position: unset;
    max-width: unset;
    margin: auto;
    left: auto;
    right: auto;
    text-align: left;
    background: #003865;
    padding: 25px 20px 25px 20px;
  }

  #results-page .banner-text .sheading {
    font-size: 16px;
    line-height: 24px;
    padding-right: 15px;
  }

  #results-page .banner-text .ssheading {
    font-size: 14px;
    line-height: 21px;
    margin-top: 10px;
    color: white;
  }
	
	
  
  /* RS Sec2 */
  div#rs-sec3 {
    padding-top: 40px;
  }

  #results-page .rs-sec2-cont img {
    width: 100% !important;
  }

  #results-page .rs-sec2-cont {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  #results-page h2.rs-sec2-hd {
    text-align: left;
  }

  #results-page .rs-sec2-flex-row {
    margin-top: 25px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    row-gap: 25px;
    flex-direction: column;
  }

  .rs-sec-text {
    margin-top: -5px;
    min-height: unset;
    padding: 24px 20px;
  }

  .rs-sec-text.rs-sec-text-col2 {
    padding-right: 25px;
  }

  #results-page .rs-sec2-flex-col {
    max-width: 100%;
    flex-basis: 100%;
  }
  
  /* RS - Sec3 */
  
  #rs-sec3 .rs-sec3-submatter {
    font-family: Poppins-Regular, sans-serif !important;
    font-size: 16px !important;
    line-height: 24px !important;
    padding-left: 20px;
    padding-right: 30px;
  }

  #rs-sec3 .cmp-videogallery__player {
    width: 100% !important;
    padding: 0;
    height: 165px !important;
    margin-bottom: 0;
	  /* border-top: 3px solid #ccc; */
	  /* padding-top: 40px; */
	  /*width: 100% !important;*/
	  /*padding: 0em;*/
	  /*height: 250px !important;*/
	  /*border-top: 3px solid #ccc;*/
	  /*padding-top: 40px;*/
    ;
  }

  #rs-sec3 .cmp-videogallery__thumbnail {
    width: 100%;
    height: auto;
    height: 165px !important;
  }

  #rs-sec3 .videogallery {
    padding: 0 15px;
  }

  #rs-sec3 .enable-slider-icon .fa-chevron-left, #rs-sec3 .enable-slider-icon .fa-chevron-right {
    display: block;
  }

  #rs-sec3 .fa-chevron-right:before, .fa-chevron-left:before {
    content: "\f054" !important;
    background: #003865  !important;
    color: white  !important;
    padding: 4px 12px  !important;
    border-radius: 50px  !important;
    font-size: 25px  !important;
    line-height: 0px  !important;
    box-shadow: 0px 4px 0px #EF426F  !important;
    content: '\f105'  !important;
  }

  #rs-sec3 .cmp-videogallery__playlist {
    margin-top: 0em !important;
    width: 100%;
    border-bottom: 3px solid #ccc;
    margin-bottom: 40px !important;
  }

  #rs-sec3 .fa-chevron-left:before {
    content: '\f104'  !important;
  }

  #rs-sec3 .cmp-videogallery__playicon {
    display: block;
    height: 5em !important;
    width: 5em !important;
    z-index: 1;
    position: absolute;
    top: calc(50% - 0.5em) !important;
    left: calc(50% - 1.5em) !important;
    background: url(/content/dam/intelligentcontent/brands/tezspire-us-dtc/us/en/global/video-icon.png) no-repeat;
    background-size: 50%;
  }

  #rs-sec3 .enable-slider-icon .fa-chevron-left {
    display: block;
    top: 15% !important;
    position: absolute;
    cursor: pointer;
    opacity: 1;
    margin-left: -10px !important;
  }

  #rs-sec3 .enable-slider-icon .fa-chevron-right {
    display: block;
    position: absolute;
    top: 15% !important;
    right: 0;
    cursor: pointer;
    opacity: 1;
    margin-right: -10px !important;
  }

  #rs-sec3 .cmp-videogallery__playlist .cmp-videogallery__videos--enable-slider-mobile {
    overflow: hidden;
    align-items: baseline;
    display: flex;
    position: relative;
    max-width: 230px !important;
    margin: auto !important;
  }

  #rs-sec3 .cmp-videogallery__videos--enable-slider-mobile .cmp-videogallery__item-content p {
    text-align: left !important;
    font-size: 20px;
    line-height: 24px;
    font-family: Poppins-SemiBold, sans-serif;
    margin-top: 10px !important;
    color: #003865 !important;
  }

  #rs-sec3 .cmp-videogallery {
    padding: 0 !important;
    margin-top: 30px !important;
  }

  #rs-sec3 .cmp-videogallery__videos--enable-slider-mobile .cmp-videogallery__item--active .cmp-videogallery__item-image {
    width: 80% !important;
    border: rgba(239,66,111,0.7) 5px outset !important;
    border-radius: 10px !important;
    filter: brightness(0.7) !important;
  }

  #rs-sec3 .cmp-videogallery__videos--enable-slider-mobile  .cmp-videogallery__item-image {
    width: 80%;
    display: flex;
    padding: 0px;
    border: 5px outset transparent !important;
    border-radius: 10px !important;
    filter: brightness(0.7) !important;
  }

  #rs-sec3 .cmp-videogallery__item-content {
    width: 100% !important;
    text-align: left;
    padding: 0 !important;
  }

  #rs-sec3 .cmp-videogallery__playlist .cmp-videogallery__videos--enable-slider-mobile .cmp-videogallery__item {
    flex: 1 0 50%;
    padding-right: 7px !important;
  }

  #rs-sec3 .cmp-videogallery__content {
    width: 100% !important;
    padding: 0;
    text-align: left !important;
  }

  #rs-sec3 .cmp-videogallery__content.cmp-videogallery__content--none-desktop.cmp-videogallery__content--none-mobile div div p:first-child {
    font-family: Poppins-Bold, sans-serif;
    font-size: clamp(1.25rem, 1.1786rem + 0.3571vw, 1.5rem);
    line-height: 1.2;
    color: #003865;
    font-style: italic;
    margin-bottom: 24px;
    padding-left: 11px;
  }

  #rs-sec3 .cmp-videogallery__content.cmp-videogallery__content--none-desktop.cmp-videogallery__content--none-mobile div div p:nth-child(2) {
    font-family: Poppins-Regular, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 4px;
    padding-left: 11px;
  }

  #rs-sec3 .cmp-videogallery__content.cmp-videogallery__content--none-desktop.cmp-videogallery__content--none-mobile div div p:nth-child(3) {
    font-family: Poppins-Regular, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 4px;
    padding-left: 11px;
  }
	
	/* RS - Sec4 */
  .rs-sec3-footer {
    flex-direction: column;
  }

  .rs-sec3-footer {
    max-width: 950px;
    margin: auto;
    display: flex;
    border-top: 3px solid #ccc;
    margin-top: 40px;
    padding-top: 40px;
    background: url(/content/dam/intelligentcontent/brands/tezspire-us-dtc/us/en/tz-results/mobile-results-story-banner.png);
    background-repeat: no-repeat;
    height: 856px;
    min-height: 730px;
    background-size: cover;
  }

  .rs-sec3-footer-matter {
    font-family: Poppins-Regular, sans-serif;
    font-size: 16px;
    line-height: 24px;
    padding-right: 2px;
    margin-bottom: 60px;
    padding-left: 25px;
    text-align: left;
    width: auto;
  }
  
  #rs-sec3 .rs-sec3-footer-matter-text {
    margin-bottom: 15px;
  }

  .rs-sec3-footer .btn-container {
    text-align: center;
    height: 58px;
    display: flex;
  }
}

@media only screen and (min-width: 330px) and (max-width: 500px) {
  #rs-sec3 .cmp-videogallery__player {
	  /*height: calc(100% - 180px) !important;*/
    margin-bottom: 0;
    height: 185px !important;
  }

  #rs-sec3 .cmp-videogallery__thumbnail {
    width: 100%;
    height: auto;
    height: 180px !important;
  }

  #wit-section3 .cmp-youtubevideo__player {
    width: 100%;
    padding: 0px 20px!important;
    min-height: 203px !important;
  }
}

@media only screen and (min-width: 501px) and (max-width: 752px) {
  #rs-sec3 .cmp-videogallery__player {
    height: calc(100% - 180px) !important;
  }

  #rs-sec3 .cmp-videogallery__thumbnail {
    width: 100%;
    height: auto;
    height: 180px !important;
  }
}

@media only screen and (min-width: 750px) and (max-width: 760px) {
	/*#rs-sec3 .cmp-videogallery__player {*/
	/*  height: 450px !important;*/
	/*  padding: 0 15px;*/
	/*  margin-bottom: 0;*/
	/*}*/
	
  #rs-sec3 .cmp-videogallery__player {
    margin-bottom: 0;
    min-height: 400px;
  }

  #rs-sec3 .kWidgetIframeContainer .cmp-videogallery__video {
    height: 450px !important;
  }

  #rs-sec3 .cmp-videogallery__thumbnail {
    width: 100%;
    height: auto !important;
    height: 380px !important;
  }

  #rs-sec3 .cmp-videogallery__playlist .cmp-videogallery__videos--enable-slider-mobile {
    max-width: 625px !important;
  }
  
  
  /* 
	#rs-sec3 .cmp-videogallery__videos--enable-slider-mobile .cmp-videogallery__item--active .cmp-videogallery__item-image {
	  width: 80% !important;
	  border: rgba(239,66,111,0.7) 10px outset !important;
	  border-radius: 10px !important;
	  filter: brightness(0.7) !important;
	}
  
	#rs-sec3 .cmp-videogallery__videos--enable-slider-mobile .cmp-videogallery__item-image {
	  width: 80%;
	  display: flex;
	  padding: 0px;
	  border: 10px outset transparent !important;
	  border-radius: 10px !important;
	  filter: brightness(0.7) !important;
	}
	*/;
}

@media only screen and (min-width: 800px) and (max-width: 830px) {
	
  .rs-sec-text {
    min-height: 420px;
  }

  #rs-sec3 .cmp-videogallery__player {
    margin-bottom: 0;
    min-height: 440px;
  }

  #rs-sec3 .kWidgetIframeContainer .cmp-videogallery__video {
    height: 450px !important;
  }

  #rs-sec3 .cmp-videogallery__thumbnail {
    width: 100%;
    height: auto !important;
    height: 422px !important;
  }

  #rs-sec3 .cmp-videogallery__videos--enable-slider-mobile .cmp-videogallery__item--active .cmp-videogallery__item-image {
    width: 80% !important;
    border: rgba(239,66,111,0.7) 10px outset !important;
    border-radius: 10px !important;
    filter: brightness(0.7) !important;
  }

  #rs-sec3 .cmp-videogallery__videos--enable-slider-mobile .cmp-videogallery__item-image {
    width: 80%;
    display: flex;
    padding: 0px;
    border: 10px outset transparent !important;
    border-radius: 10px !important;
    filter: brightness(0.7) !important;
  }

  #results-page .banner-text .ssheading {
    margin-top: 5px;
  }
}

@media only screen and (min-width: 1100px) and (max-width: 1120px) and (orientation:landscape) {
   
  #results-page .banner-text h1 {
    font-size: 24px;
  }
}
  
  /* safety page - page 3  */
  /* Section 1 */
  
#safety-information-page .banner-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

#safety-information-page .banner-text {
  position: absolute;
  max-width: 430px;
  margin: auto;
  left: auto;
  right: auto;
  text-align: center;
  color: white;
  font-family: Poppins-Regular, sans-serif;
}

#safety-information-page .banner-text h1 {
  color: white;
  font-family: Poppins-Black, sans-serif;
  line-height: 1.2;
  font-size: clamp(2rem, 1.8571rem + 0.7143vw, 2.5rem);
  margin-top: 20px;
  margin-bottom: 8px;
}

#safety-information-page .banner-text .ssheading {
  font-size: 14px;
  line-height: 21px;
  margin-top: 20px;
  color: white;
}
  
  /* Section 2  */
  
div#safe-sec-2 {
  background: #F5F5F5;
  padding: 60px 0px;
}

.safe-sec2-cont {
  max-width: 973px;
  margin: auto;
}

.safe-sec2-topline {
  font-size: 16px;
  line-height: 24px;
  font-family: Poppins-Regular, sans-serif !important;
  text-align: center;
}

.safe-sec2-footer {
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  font-family: Poppins-Regular, sans-serif !important;
  padding-right: 10px;
}

.safe-sec2-heading {
  font-size: clamp(1.5rem, 1.3929rem + 0.5357vw, 1.875rem);
  font-family: Poppins-Black, sans-serif;
  color: #003865;
  line-height: 1.2;
}

.safe-sec2-row {
  display: flex;
  margin-top: 40px;
  margin-bottom: 30px;
}

.safe-sec2-col.col1 {
  flex-basis: 47%;
}

ul.safe-sec2-bullets {
  margin-top: 25px !important;
}

ul.safe-sec2-bullets li::before {
  content: '\2022';
  position: relative;
  margin-right: 10px;
  top: 4px;
  line-height: 30px;
  font-size: 30px;
  font-weight: bold;
  color: #D31246;
}

ul.safe-sec2-bullets li {
  font-size: 16px;
  line-height: 24px;
  font-family: Poppins-Regular, sans-serif !important;
}

@media only screen and (min-width: 769px)  and (max-width: 991px) {
  div#safe-sec-2 {
    background: #F5F5F5;
    padding: 60px 20px;
  }
} 
  
  /* Safety Page - Mobile */ 
@media only screen and (max-width: 768px) {
  
  #safety-information-page .banner-text h1 {
    margin-top: 0;
  }

  #safety-information-page .banner-flex {
    justify-content: unset;
    align-items: unset;
    flex-direction: column;
  }

  #safety-information-page .banner-text {
    flex: unset;
    position: unset;
    max-width: unset;
    margin: auto;
    left: auto;
    right: auto;
    text-align: left;
    background: #003865;
    padding: 25px 20px 25px 20px;
  }

  div#safe-sec-2 {
    background: #F5F5F5;
    padding: 30px 20px 60px 20px;
  }

  .safe-sec2-topline {
    text-align: left;
  }

  .safe-sec2-row {
    display: flex;
    margin-top: 25px;
    margin-bottom: 30px;
    flex-direction: column;
  }

  .safe-sec2-row .img-sm {
    margin-top: 25px;
  }

  .safe-sec2-footer {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    font-family: Poppins-Regular, sans-serif !important;
    padding-left: 10px;
  }

  #safety-information-page #pg2-sec4 .banner-text {
    position: absolute;
    max-width: 475px;
    margin: auto;
    left: auto;
    right: auto;
    text-align: center;
    background: none;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
} 
  

/* DDG Section */  
div#section_ddg {
  padding: 75px 20px 100px 20px;
  min-height: 463px;
  background-image: url(/content/dam/intelligentcontent/brands/tezspire-us-dtc/us/en/homepage/desktop/bkg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.ddg_container {
  max-width: 805px;
  margin: auto;
  display: flex;
  align-items: start;
  position: relative;
  left: 40px;
}

.ddg_content {
  background: #fff;
  border-radius: 10px;
  padding: 30px 40px 30px 90px;
  margin: 0px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.ddg_heading {
  text-align: left;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;
  font-family: Poppins-Bold, sans-serif;
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 8px;
}

.ddg_matter {
  color: #3C4242;
  font-family: Poppins-Regular, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.ddg_content_box {
  max-width: 450px;
}

.dimg_container {
  position: absolute;
  z-index: 1;
  left: -142px;
  top: -12px;
}

.ddg_cta {
  margin-left: 50px;
  margin-top: 25px;
}

@media only screen and (max-width: 576px) {
  div#section_ddg {
    background-image: url(/content/dam/intelligentcontent/brands/tezspire-us-dtc/us/en/homepage/desktop/mobile-background-banner.png);
  }
}

@media only screen and (max-width: 991px) {
  .ddg_container {
    flex-direction: column;
    left: 0;
    justify-content: center;
    align-items: center;
  }

  .dimg_container {
    position: unset;
    background: #07406F;
    width: 100%;
    text-align: center;
    padding: 20px 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .ddg_content {
    flex-direction: column;
    border-top-left-radius: 0;
    padding: 20px 20px 20px 20px;
    border-top-right-radius: 0;
  }

  .dimg_container .img-sm {
    max-width: 150px;
    display: block;
    margin: auto;
  }
  
  div#section_ddg {
    padding: 35px 20px 100px 20px;
    height: 600px;
    /*background-image: url(/content/dam/intelligentcontent/brands/tezspire-us-dtc/us/en/homepage/desktop/mobile-background-banner.png);*/
    background-position: right 0% bottom 45%;
  }

  .ddg_heading {
    font-size: 20px;
    line-height: 28px;
  }

  .ddg_cta {
    margin-left: 0;
    display: flex;
    justify-content: center;
  }
}
  
  
  
/* Oct Update */
.oct_update {
  display: none;
}

.lud-nov {
  display: none;
}

#what-is-tezspire .lud-aug, #results-page .lud-aug {
  display: none;
}

#what-is-tezspire .oct_update, #what-is-tezspire .lud-nov, #results-page .oct_update, #results-page .lud-nov {
  display: inline-block;
}



  
  
  
  
  