/* breakpoints */
/*Large Break*/
/*Custom Break*/
/*Grid Break*/
/* Bootstrap Col breaks */
.component.video {
  margin-bottom: 2rem;
}
.component.video .mejs-container {
  overflow: hidden;
  border-radius: 10px;
  background: transparent;
  border: none;
}
.component.video .mejs-controls .mejs-button button {
  box-shadow: none;
}
.component.video .video-init,
.component.video .mejs-overlay-button {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 77px;
  height: 77px;
  background: #8522E3;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.component.video .video-init:after,
.component.video .mejs-overlay-button:after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: url("/-/media10/Themes/IFS/IFS/IFS/images/icons/video/play-white.svg") no-repeat center;
  background-size: 63px;
}
.component.video .sxa-video-wrapper {
  position: relative;
}
.component.video .sxa-video-wrapper video {
  border-radius: 10px;
  cursor: pointer;
}
.component.video .sxa-video-wrapper:after {
  display: inline-block;
  content: "";
  position: absolute;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  right: -16px;
  bottom: -16px;
  border-radius: 26px;
  background-image: linear-gradient(223deg, #7d71ed 0%, #540798 100%);
  z-index: -1;
  width: 100%;
  height: 100%;
  right: -1rem;
  bottom: -1rem;
}
.component.video.video-curve-left .sxa-video-wrapper, .component.video.video-curve-right .sxa-video-wrapper {
  -webkit-clip-path: ellipse(100% 91% at 100% 49%);
  clip-path: ellipse(100% 91% at 100% 49%);
}
.component.video.video-curve-left .sxa-video-wrapper:after, .component.video.video-curve-right .sxa-video-wrapper:after {
  display: none;
}
.component.video.video-curve-left .sxa-video-wrapper {
  -webkit-clip-path: ellipse(100% 91% at 100% 49%);
  clip-path: ellipse(100% 91% at 100% 49%);
}
.component.video.video-curve-left .sxa-video-wrapper .mejs-controls {
  padding-left: 15%;
}
.component.video.video-curve-right .sxa-video-wrapper {
  -webkit-clip-path: ellipse(100% 93% at 0% 49%);
  clip-path: ellipse(100% 93% at 0% 49%);
}
.component.video.video-curve-right .sxa-video-wrapper .mejs-controls {
  padding-right: 15%;
}
@media only screen and (max-width: 576px) {
  .component.video.lg-play-button-mob .mejs-overlay-button {
    width: 90px;
    height: 90px;
  }
}
.component.video.remove-gradient .sxa-video-wrapper:after {
  display: none;
}

.component.plain-html .wistia_responsive_padding img {
  left: 0 !important;
  width: 100% !important;
}

.single-video {
  flex: 0 0 87%;
}
.single-video .component.plain-html .wistia_responsive_padding {
  max-width: 100%;
}
@media (min-width: 560px) {
  .single-video {
    flex: 0 0 90%;
  }
}
@media (min-width: 1200px) {
  .single-video {
    flex: 0 0 66%;
  }
}

.swiper-slide .component.plain-html .wistia_responsive_padding {
  max-width: 100%;
}

@media (max-width: 1200px) {
  .component.plain-html .wistia_responsive_padding {
    height: 300px;
  }
  .component.plain-html .wistia_responsive_padding {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .component.plain-html .wistia_responsive_padding {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .component.plain-html .wistia_responsive_padding {
    height: 300px;
  }
}
@media (max-width: 500px) {
  .component.plain-html .wistia_responsive_padding {
    height: 200px;
  }
}
.wistia_responsive_padding {
  margin-bottom: 2rem;
}
.wistia_responsive_padding img,
.wistia_responsive_padding div {
  border-radius: 1rem;
}
.wistia_responsive_padding:after {
  display: inline-block;
  content: "";
  position: absolute;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  right: -16px;
  bottom: -16px;
  border-radius: 26px;
  background-image: linear-gradient(223deg, #7d71ed 0%, #540798 100%);
  z-index: -1;
  width: 100%;
  height: 100%;
  right: -1rem;
  bottom: -1rem;
}

.wistia_responsive_padding .remove-gradient .wistia_responsive_padding:after {
  display: none;
}

.mobile-youtube iframe {
  width: 100%;
  min-height: 285px;
}