.banner {
  display: flex;
  position: relative;
  flex-direction: column;
  z-index: auto;
  isolation: isolate;
}
.banner__box.gradient .imgbnr_btnboth {
	margin-top: 25px;
}
.banner__box {
  text-align: center;
}
.tmimgbnrblock .grid__item , .tmimgbnrblock .banner__media img, .tmimgbnrblock .banner__media.media{
	border-radius: calc(var(--media-radius) - var(--media-border-width));
}
.section-time .time {
  position: relative;
  border-radius: var(--text-boxes-radius);
  min-width: 60px;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  padding: 5px;
  width: 60px;
 
  
}

.section-time.countd_all {
  margin-top: 30px;
}
.section-time {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 7px;
  justify-content: start;
  width: max-content;
  padding: 10px;
  border-radius: var(--text-boxes-radius);
}
 @media screen and (min-width: 1200px){
   .section-time {
      padding: 10px 20px !important;
   }
 }
.section-time
.banner--content-align-center .section-time {
  justify-content: center;
}
.banner--content-align-right .section-time {
  justify-content: end;
}
.section-time span.count, .section-time .saperator {
  font-size: calc(var(--font-body-scale) * 22px);
  font-weight: var(--font-body-weight-semibold);
  line-height: normal;
  margin: 0;
}
.section-time span {
  display: block;
  font-size: calc(var(--font-body-scale) * 12px);
  font-weight: var(--font-body-weight-medium);
  margin-top: 0;
  line-height: normal;
}
@media screen and (max-width: 1440px) {
  .section-time {
    gap: 5px;
    padding: 5px;
  }
  .section-time .time {
    min-width: 50px;
    width: 50px;
  }
  .section-time span.count, .section-time .saperator{
    font-size: calc(var(--font-body-scale) * 18px);
  }
}
/* Needed for gradient continuity with or without animation, the transform scopes the gradient to its container which happens already when animation are turned on */
.banner__box.gradient {
  transform: perspective(0);
  min-width: auto;
}
@media only screen and (max-width: 992px){
  .section-time.countd_all {
    margin-top: 15px;
  }
  .image-with-text .image-with-text__content a.button {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 749px) {
  .banner--content-align-mobile-right .banner__box {
    text-align: right;
  }

  .banner--content-align-mobile-left .banner__box {
    text-align: left;
  }
}

@media only screen and (min-width: 750px) {
  .banner--content-align-right .banner__box {
    text-align: right;
  }

  .banner--content-align-left .banner__box {
    text-align: left;
  }

  .banner--content-align-left.banner--desktop-transparent .banner__box,
  .banner--content-align-right.banner--desktop-transparent .banner__box,
  .banner--medium.banner--desktop-transparent .banner__box {
    max-width: 62rem;
  }
  .imagebannermain.tmimgbnrblock .banner--content-align-left.banner--desktop-transparent .banner__box,
  .imagebannermain.tmimgbnrblock .banner--content-align-right.banner--desktop-transparent .banner__box,
  .imagebannermain.tmimgbnrblock .banner--medium.banner--desktop-transparent .banner__box{
    max-width: 30rem !important;
  }
  
}

.banner__media.animate--zoom-in {
  clip-path: inset(0px);
}

.banner__media.animate--zoom-in > img:not(.zoom):not(.deferred-media__poster-button),
.banner__media.animate--zoom-in > svg:not(.zoom):not(.deferred-media__poster-button) {
  position: fixed;
  height: 100vh;
}
@media screen and (max-width: 992px){
  .banner__buttons {
    gap: 1rem;
  }
}

@media screen and (max-width: 749px) {
  .banner--small.banner--mobile-bottom:not(.banner--adapt) .banner__media,
  .banner--small.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt) > .banner__media {
    height: 28rem;
  }

  .banner--medium.banner--mobile-bottom:not(.banner--adapt) .banner__media,
  .banner--medium.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt) > .banner__media {
    height: 34rem;
  }

  .banner--large.banner--mobile-bottom:not(.banner--adapt) .banner__media,
  .banner--large.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt) > .banner__media {
    height: 39rem;
  }

  .banner--small:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
    min-height: 28rem;
  }

  .banner--medium:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
    min-height: 34rem;
  }

  .banner--large:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
    min-height: 39rem;
  }
}

@media screen and (min-width: 750px) {
  .banner {
    flex-direction: row;
  }

  .banner--small:not(.banner--adapt) {
    min-height: 42rem;
  }

  .banner--medium:not(.banner--adapt) {
    min-height: 50rem;
  }

  .banner--large:not(.banner--adapt) {
    min-height: 72rem;
  }

  .banner__content.banner__content--top-left {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .banner__content.banner__content--top-center {
    align-items: flex-start;
    justify-content: center;
  }

  .banner__content.banner__content--top-right {
    align-items: flex-start;
    justify-content: flex-end;
  }

  .banner__content.banner__content--middle-left {
    align-items: center;
    justify-content: flex-start;
  }

  .banner__content.banner__content--middle-center {
    align-items: center;
    justify-content: center;
  }

  .banner__content.banner__content--middle-right {
    align-items: center;
    justify-content: flex-end;
  }

  .banner__content.banner__content--bottom-left {
    align-items: flex-end;
    justify-content: flex-start;
  }

  .banner__content.banner__content--bottom-center {
    align-items: flex-end;
    justify-content: center;
  }

  .banner__content.banner__content--bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 749px) {
  .banner:not(.banner--stacked) {
    flex-direction: row;
    flex-wrap: wrap;
  }
  
  .banner--stacked {
    height: auto;
  }

  .banner--stacked .banner__media {
    flex-direction: column;
  }
}
@media screen and (max-width: 575px) {
  .section-image-banner .grid {
    flex-direction: column;
  }
  .section-image-banner .grid .banner {
    width: 100%; 
    max-width: 100%;
  }
  .section-time span.count, .section-time .saperator{
    font-size: calc(var(--font-body-scale) * 22px);
  }
}
.banner__media {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.banner__media-half {
  width: 50%;
}

.banner__media-half + .banner__media-half {
  right: 0;
  left: auto;
}

.banner__media-half.animate--fixed:first-child > img,
.banner__media-half.animate--zoom-in:first-child > img {
  width: 50%;
}

.banner__media-half.animate--fixed:nth-child(2) > img,
.banner__media-half.animate--zoom-in:nth-child(2) > img {
  left: 50%;
  width: 50%;
}

@media screen and (max-width: 749px) {
  .banner--stacked .animate--fixed:first-child > img,
  .banner--stacked .animate--zoom-in:first-child > img {
    width: 100%;
  }

  .banner--stacked .banner__media-half.animate--fixed:nth-child(2) > img,
  .banner--stacked .banner__media-half.animate--zoom-in:nth-child(2) > img {
    left: 0;
    width: 100%;
  }

  .banner--stacked .banner__media-half {
    width: 100%;
  }

  .banner--stacked .banner__media-half + .banner__media-half {
    order: 1;
  }
}

@media screen and (min-width: 750px) {
  .banner__media {
    height: 100%;
  }
}

.banner--adapt,
.banner--adapt_image.banner--mobile-bottom .banner__media:not(.placeholder) {
  height: 100%;
}

@media screen and (max-width: 749px) {
  .banner--mobile-bottom .banner__media,
  .banner--stacked:not(.banner--mobile-bottom) .banner__media {
    position: relative;
  }

  .banner--stacked.banner--adapt .banner__content {
    height: auto;
  }

  .banner:not(.banner--mobile-bottom):not(.email-signup-banner) .banner__box {
    background: transparent;
  }

  .banner:not(.banner--mobile-bottom) .banner__box {
    border: none;
    border-radius: 0;
    box-shadow: none;
  }

  .banner:not(.banner--mobile-bottom) .button--secondary {
    --alpha-button-background: 0;
  }

  .banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
    position: absolute;
    height: auto;
  }

  .banner--stacked.banner--adapt:not(.banner--mobile-bottom) .banner__content {
    max-height: 100%;
    overflow: hidden;
    position: absolute;
  }

  .banner--stacked:not(.banner--adapt) .banner__media {
    position: relative;
  }

  .banner::before {
    display: none !important;
  }

  .banner--stacked .banner__media-image-half {
    width: 100%;
  }
}

.banner__content {
  padding: 0;
  display: flex;
  position: relative;
  width: 100%;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.tmimgbnrblock .banner__heading.h2 {
  font-size: calc(var(--font-body-scale) * 28px);
}
.tmimgbnrblock .banner__heading.h1 {
  font-size: calc(var(--font-body-scale) * 30px);
}
.tmimgbnrblock .banner__heading.h0 {
  font-size: calc(var(--font-body-scale) * 34px);
}
.tmimgbnrblock .banner__heading{
  font-weight: var(--font-body-weight-semibold);
}
@media screen and (max-width: 1440px) {
  .tmimgbnrblock .banner__heading.h2 {
    font-size: calc(var(--font-body-scale) * 26px);
  }
  .tmimgbnrblock .banner__heading.h1 {
    font-size: calc(var(--font-body-scale) * 28px);
  }
  .tmimgbnrblock .banner__heading.h0 {
    font-size: calc(var(--font-body-scale) * 30px);
  }
  
}
@media screen and (min-width: 750px) {
  .banner__content {
    padding: 2rem;
  }

  .banner__content--top-left {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .banner__content--top-center {
    align-items: flex-start;
    justify-content: center;
  }

  .banner__content--top-right {
    align-items: flex-start;
    justify-content: flex-end;
  }

  .banner__content--middle-left {
    align-items: center;
    justify-content: flex-start;
  }

  .banner__content--middle-center {
    align-items: center;
    justify-content: center;
  }

  .banner__content--middle-right {
    align-items: center;
    justify-content: flex-end;
  }

  .banner__content--bottom-left {
    align-items: flex-end;
    justify-content: flex-start;
  }

  .banner__content--bottom-center {
    align-items: flex-end;
    justify-content: center;
  }

  .banner__content--bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1440px){
  .imagebannermain.tmimgbnrblock .banner__content {
    padding: 2rem;
  }
}

@media screen and (min-width: 1441px){
  .imagebannermain.tmimgbnrblock .banner__content {
    padding: 5rem;
  }
}
@media screen and (max-width: 1199px){
  .tmimgbnrblock .banner__heading.h2 {
    font-size: calc(var(--font-body-scale) * 22px);
  }
  .tmimgbnrblock .banner__heading.h1 {
    font-size: calc(var(--font-body-scale) * 24px);
  }
  .tmimgbnrblock .banner__heading.h0 {
    font-size: calc(var(--font-body-scale) * 26px);
  }

}
@media screen and (max-width: 989px){
 
  .banner__box.gradient .imgbnr_btnboth{
    margin-top: 15px;
  }
  .imagebannermain .grid__item.tm_banner_cover{
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .section-time .time {
    flex-direction: column;
  }
  .banner--mobile-bottom:not(.banner--stacked) .banner__content {
    order: 2;
    padding-top: 0;
  }

  .banner:not(.banner--mobile-bottom) .field__input,
  .banner--mobile-bottom:not(.banner--stacked) .banner__box.color-scheme-1 {
    background: transparent;
  }
}

.banner__box {
  padding: 4rem 3.5rem;
  position: relative;
  height: fit-content;
  align-items: center;
  text-align: center;
  width: 100%;
  word-wrap: break-word;
  z-index: 1;
}

@media screen and (min-width: 750px) {
  .banner--desktop-transparent .banner__box {
    background: transparent;
    max-width: 62rem;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
  }
  .imagebannermain.tmimgbnrblock .banner--desktop-transparent .banner__box{
    max-width: 30rem !important;
  }
  .banner--desktop-transparent .button--secondary {
    --alpha-button-background: 0;
  }

  .banner--desktop-transparent .content-container:after {
    display: none;
  }
}

@media screen and (max-width: 749px) {
  .banner--mobile-bottom::after,
  .banner--mobile-bottom .banner__media::after {
    display: none;
  }
}

.banner::after,
.banner__media::after {
  content: '';
  position: absolute;
  top: 0;
  background: #000000;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.banner__box > * + .banner__text {
  margin-top: 1.5rem;
}

@media screen and (min-width: 750px) {
  .banner__box > * + .banner__text {
    margin-top: 2rem;
  }
}

.banner__box > * + * {
  margin-top: 1rem;
}

.banner__box > *:first-child {
  margin-top: 1.5rem;
}
@media screen and (max-width: 575px) {
  .imagebannermain .banner__box > *:first-child {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 749px) {
  .banner--stacked .banner__box {
    width: 100%;
  }
}

@media screen and (min-width: 750px) {
  .banner__box {
    width: auto;
    max-width: 71rem;
    min-width: 45rem;
  }
}

@media screen and (min-width: 1400px) {
  .banner__box {
    max-width: 90rem;
  }
}

.banner__heading {
  margin-bottom: 0;
}

.banner__box .banner__heading + * {
  margin-top: 1rem;
}

.banner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 45rem;
  word-break: break-word;
}

@media screen and (max-width: 749px) {
  .banner--content-align-mobile-right .banner__buttons--multiple {
    justify-content: flex-end;
  }

  .banner--content-align-mobile-center .banner__buttons--multiple > * {
    flex-grow: 1;
    min-width: 22rem;
  }
}

@media screen and (min-width: 750px) {
  .banner--content-align-center .banner__buttons--multiple > * {
    flex-grow: 1;
    min-width: 14rem;
  }

  .banner--content-align-right .banner__buttons--multiple {
    justify-content: flex-end;
  }
}

.banner__box > * + .banner__buttons {
  margin-top: 3rem;
}

@media screen and (max-width: 749px) {
  .banner:not(.slideshow) .rte a,
  .banner:not(.slideshow) .inline-richtext a:hover,
  .banner:not(.slideshow) .rte a:hover {
    color: currentColor;
  }
}

@media screen and (min-width: 750px) {
  .banner--desktop-transparent .rte a,
  .banner--desktop-transparent .inline-richtext a:hover,
  .banner--desktop-transparent .rte a:hover {
    color: currentColor;
  }
}


.banner::after {
  display: none;
}

.image__banner__wrapper img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}
.image-banner-grid {
  width: 100%;
  max-width: 190rem;
  margin: 0 auto;
  position: relative;
}
.image__banner__wrapper {
  position: relative;
}
.banner--image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  line-height: 0;
  height: 100%;
}
.image__banner__wrapper .banner__content {
  height: 100%;
}
.image__banner__wrapper .banner__heading {
  font-weight: var(--font-body-weight-bold);
  text-transform: capitalize;
  letter-spacing: 0;
  line-height: normal;
}
.image__banner__wrapper .banner__text p {
  font-size: calc(var(--font-body-scale) * 1.4rem);
  letter-spacing: 0;
  margin-bottom: 15px;
}
.image__banner__wrapper .banner__buttons {
  margin-top: 1rem;
}
.image__banner__wrapper .banner__buttons .button {
  font-weight: var(--font-body-weight-semibold);
}

.image__banner__wrapper .banner__buttons a.button:hover {
	background-color: rgba(var(--color-button-hover));
	color: rgb(var(--color-button-text-hover));
}
.image__banner__wrapper .banner__buttons a.button:hover::after {
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(255,255,255, calc(1 - 1.0 )), 0 0 0 calc(var(--buttons-border-width) + 1px) rgba(var(--color-button-text), var(--alpha-button-background));
}
.singlebnr .page-width .media > img {
  padding: 0 15px;
}
.singlebnr .media {
  background-color: transparent;
}
.product-tabs .heading-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.customimgright {
	flex-direction: row-reverse;
}
@media screen and (min-width: 1200px){
  .image__banner__wrapper .banner__heading.h2{
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
  .image__banner__wrapper .banner__heading.h1{
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }
  .image__banner__wrapper .banner__heading.h0{
    font-size: calc(var(--font-heading-scale) * 2.6rem);
  }
}
@media screen and (max-width: 1400px) {
  .image__banner__wrapper .banner__heading {
    font-size: calc(var(--font-heading-scale)* 3rem);
  }
}
@media screen and (max-width: 1199px) {
  .banner__box {
    min-width: auto;
  }
  
  .banner--desktop-transparent .banner__box {
    max-width: 50rem;
  }
}
@media screen and (max-width: 749px){
  .tmimgbnrblock .banner__heading.h0 {
    font-size: calc(var(--font-body-scale) * 20px);
  }
  
}
@media screen and (max-width: 749px) {
  .tmimgbnrblock .banner__heading.h0 {
    font-size: calc(var(--font-body-scale) * 20px);
  }
  .banner--desktop-transparent .banner__box{
    max-width: 100%;
  }
  .button, .lms-challenge__button, .customer button {
    padding: 0 2rem;
  }
  .banner.banner--mobile-bottom .banner__box {
    padding: 1.5rem;
  }
  .banner.banner--mobile-bottom .banner--image {
    position: relative;
    height: 34rem;
  }
  .banner.banner--mobile-bottom .banner__content {
    min-height: auto;
    height: auto;
  }
  .image__banner__wrapper .banner__heading {
    max-width: 100%;
  }
  .banner .image-banner-grid {
    row-gap: 30px;
  }
  .image__banner__wrapper .banner__heading {
    font-size: calc(var(--font-heading-scale)* 2.6rem);
  }
}
@media screen and (max-width: 575px) {
  .button, .lms-challenge__button, .customer button {
    padding: 0 1rem;
    min-height: calc(3rem + var(--buttons-border-width)* 2);
    /* font-size: calc(var(--font-body-scale)* 1.2rem); */
  }
  .lms-challenge__button, .customer button, button.lms-payment-button__button--unbranded{
      min-height: calc(3rem + var(--buttons-border-width)* 2);
      height: calc(3rem + var(--buttons-border-width)* 2);
      padding: 0;
      /* font-size: calc(var(--font-body-scale)* 1.2rem); */
  }
  .image__banner__wrapper .banner__heading {
    font-size: calc(var(--font-heading-scale)* 2.3rem);
  }
  .image__banner__wrapper .banner__text p {
    font-size: calc(var(--font-body-scale)* 1.5rem);
    margin-bottom: 10px;
  }
  .banner__box>*+.banner__buttons {
      margin-top: 2rem;
  }
  .section-time .time {
    min-width: 50px;
    width: 50px;
    min-height: 50px;
  }
  .section-time {
    gap: 5px;
  }
  .section-time span.count, .section-time .saperator{
    font-size: calc(var(--font-body-scale) * 18px);
  }
}
.tmimgbnrblock .banner__heading{
  font-weight: var(--font-heading-weight-bold);
}
@media screen and (max-width: 749px) {
  .imagebannermain.tmimgbnrblock .banner__subheading span{
    font-size: calc(var(--font-body-scale) * 1.2rem);
    font-weight: var(--font-heading-weight-semibold);
  }
}
@media screen and (max-width: 575px) {
  .tmimgbnrblock .banner__heading{
    font-size: calc(var(--font-body-scale) * 20px) !important;
  }
}
@media screen and (min-width: 750px) {
   .imagebannermain.tmimgbnrblock .banner--content-align-left.banner--desktop-transparent .banner__box,
  .imagebannermain.tmimgbnrblock .banner--content-align-right.banner--desktop-transparent .banner__box,
  .imagebannermain.tmimgbnrblock .banner--medium.banner--desktop-transparent .banner__box{
    max-width: 30rem !important;
  }
  .imagebannermain.tmimgbnrblock .banner__subheading span{
    font-size: calc(var(--font-body-scale) * 1.4rem);
    font-weight: var(--font-heading-weight-semibold);
  }
}