/*$letter-spacing:          1px !default;*/

.v-align-transform {
  position: relative;
  top: 50%;
  z-index: 2;
}

.v-align-transform-container {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 100%;
}

.flickity-carousel:not(.card-img-carousel) .flickity-prev-next-button.next,
.exclusive-highlights-carousel .flickity-prev-next-button.next,
.campaign-carousel .flickity-prev-next-button.next {
  height: 107%;
  border-radius: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(10, 18, 29, 0)), to(#0a121d));
  background: linear-gradient(90deg, rgba(10, 18, 29, 0) 0%, #0a121d 100%);
  right: 0;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.flickity-carousel:not(.card-img-carousel) .flickity-prev-next-button.next .flickity-button-icon,
.exclusive-highlights-carousel .flickity-prev-next-button.next .flickity-button-icon,
.campaign-carousel .flickity-prev-next-button.next .flickity-button-icon {
  -webkit-transition: left .3s ease;
  transition: left .3s ease;
  left: 0;
}

.flickity-carousel:not(.card-img-carousel) .flickity-prev-next-button.next:hover .flickity-button-icon,
.exclusive-highlights-carousel .flickity-prev-next-button.next:hover .flickity-button-icon,
.campaign-carousel .flickity-prev-next-button.next:hover .flickity-button-icon {
  left: 5px;
}

.flickity-carousel:not(.card-img-carousel) .flickity-prev-next-button.previous,
.exclusive-highlights-carousel .flickity-prev-next-button.previous,
.campaign-carousel .flickity-prev-next-button.previous {
  height: 107%;
  border-radius: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(10, 18, 29, 0)), to(#0a121d));
  background: linear-gradient(270deg, rgba(10, 18, 29, 0) 0%, #0a121d 100%);
  left: 0;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.flickity-carousel:not(.card-img-carousel) .flickity-prev-next-button.previous .flickity-button-icon,
.exclusive-highlights-carousel .flickity-prev-next-button.previous .flickity-button-icon,
.campaign-carousel .flickity-prev-next-button.previous .flickity-button-icon {
  -webkit-transition: left .3s ease;
  transition: left .3s ease;
  left: 20px;
}

.flickity-carousel:not(.card-img-carousel) .flickity-prev-next-button.previous:hover .flickity-button-icon,
.exclusive-highlights-carousel .flickity-prev-next-button.previous:hover .flickity-button-icon,
.campaign-carousel .flickity-prev-next-button.previous:hover .flickity-button-icon {
  left: 15px;
}

/* People scroller, white gradient */

.flickity-carousel.people-scroller-carousel .flickity-prev-next-button.next {
  background: -webkit-gradient(linear, left top, right top, from(rgba(10, 18, 29, 0)), to(#fff)) !important;
  background: linear-gradient(90deg, rgba(10, 18, 29, 0) 0%, #fff 100%) !important;
}

.flickity-carousel.people-scroller-carousel .flickity-prev-next-button.previous {
  background: -webkit-gradient(linear, right top, left top, from(rgba(10, 18, 29, 0)), to(#fff)) !important;
  background: linear-gradient(270deg, rgba(10, 18, 29, 0) 0%, #fff 100%) !important;
}

.bg-kids-green .flickity-prev-next-button.next {
  background: -webkit-gradient(linear, left top, right top, from(rgba(10, 18, 29, 0)), to(#6cd064)) !important;
  background: linear-gradient(90deg, rgba(10, 18, 29, 0) 0%, #6cd064 100%) !important;
}

.bg-kids-green .flickity-prev-next-button.previous {
  background: -webkit-gradient(linear, right top, left top, from(rgba(10, 18, 29, 0)), to(#6cd064)) !important;
  background: linear-gradient(270deg, rgba(10, 18, 29, 0) 0%, #6cd064 100%) !important;
}

.bg-kids-orange .flickity-prev-next-button.next {
  background: -webkit-gradient(linear, left top, right top, from(rgba(10, 18, 29, 0)), to(#ef9300)) !important;
  background: linear-gradient(90deg, rgba(10, 18, 29, 0) 0%, #ef9300 100%) !important;
}

.bg-kids-orange .flickity-prev-next-button.previous {
  background: -webkit-gradient(linear, right top, left top, from(rgba(10, 18, 29, 0)), to(#ef9300)) !important;
  background: linear-gradient(270deg, rgba(10, 18, 29, 0) 0%, #ef9300 100%) !important;
}

.kids-arrows .flickity-btn.alt-flickity-btn i.icon.icon-arrow-short-carousel-left:before {
  content: "\e9f3";
}

.kids-arrows .flickity-btn.alt-flickity-btn i.icon.icon-arrow-short-carousel-right:before {
  content: "\e9f4";
}

.kids-arrows .flickity-btn.alt-flickity-btn.border,
.kids-arrows .flickity-btn.alt-flickity-btn:focus.border {
  border: 0 !important;
}

.kids-arrows .flickity-btn.alt-flickity-btn i,
.kids-arrows .flickity-btn.alt-flickity-btn i.icon,
.kids-arrows .flickity-btn.alt-flickity-btn:focus i,
.kids-arrows .flickity-btn.alt-flickity-btn:focus i.icon {
  font-size: 3rem;
}

.flickity-prev-next-button:disabled {
  display: none;
}

.flickity-articleCarousel .carousel-sell {
  width: 100%;
  /* full width */
  margin-right: 10px;
}

.flickity-articleCarousel .flickity-page-dots {
  top: 415px;
  height: 5px;
}

.flickity-articleCarousel .flickity-viewport {
  -webkit-transition: height .3s !important;
  transition: height .3s !important;
}

.flickity-articleCarousel .flickity-button {
  top: 200px;
  width: 40px;
  height: 40px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.flickity-articleCarousel .flickity-button:hover {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.flickity-articleCarousel .flickity-button .flickity-button-icon {
  left: 25%;
  top: 25%;
  width: 50%;
  height: 50%;
}

.C-Container .flickity-carousel:not(.card-img-carousel) .flickity-prev-next-button.next {
  height: 107%;
  border-radius: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(10, 18, 29, 0)), to(#0a121d));
  background: linear-gradient(90deg, rgba(10, 18, 29, 0) 0%, #0a121d 100%);
  right: -100px;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.C-Container .flickity-carousel:not(.card-img-carousel) .flickity-prev-next-button.next .flickity-button-icon {
  -webkit-transition: left .3s ease;
  transition: left .3s ease;
  left: 0;
  background-color: transparent;
}

.C-Container .flickity-carousel:not(.card-img-carousel) .flickity-prev-next-button.next:hover .flickity-button-icon {
  left: 5px;
}

.C-Container .flickity-carousel:not(.card-img-carousel) .flickity-prev-next-button.previous {
  height: 107%;
  border-radius: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(10, 18, 29, 0)), to(#0a121d));
  background: linear-gradient(270deg, rgba(10, 18, 29, 0) 0%, #0a121d 100%);
  left: -100px;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.C-Container .flickity-carousel:not(.card-img-carousel) .flickity-prev-next-button.previous .flickity-button-icon {
  -webkit-transition: left .3s ease;
  transition: left .3s ease;
  left: 20px;
  background-color: transparent;
}

.C-Container .flickity-carousel:not(.card-img-carousel) .flickity-prev-next-button.previous:hover .flickity-button-icon {
  left: 15px;
}

.bg-kids-blue,
.featured-slider.kids-blue-band .bg-band {
  background-color: #5c9de8;
}

.kids-blue-band .feature-title-header .banner-bg-holder {
  background-image: none;
  background-color: #5c9de8;
}

.bg-kids-green,
.featured-slider.kids-green-band .bg-band {
  background-color: #6cd064;
}

.kids-green-band .feature-title-header .banner-bg-holder {
  background-image: none;
  background-color: #6cd064;
}

.bg-kids-purple,
.featured-slider.kids-purple-band .bg-band {
  background-color: #ab51d3;
}

.kids-purple-band .feature-title-header .banner-bg-holder {
  background-image: none;
  background-color: #ab51d3;
}

.bg-kids-orange,
.featured-slider.kids-orange-band .bg-band {
  background-color: #ef9300;
}

.kids-orange-band .feature-title-header .banner-bg-holder {
  background-image: none;
  background-color: #ef9300;
}

.kids-gradient-blue {
  background: -webkit-gradient(linear, left top, right top, from(#5c9de8), to(#4273aa));
  background: linear-gradient(to right, #5c9de8, #4273aa);
}

.kids-gradient-green {
  background: -webkit-gradient(linear, left top, right top, from(#6cd064), to(#346430));
  background: linear-gradient(to right, #6cd064, #346430);
}

.kids-gradient-purple {
  background: -webkit-gradient(linear, left top, right top, from(#ab51d3), to(#7e3c9b));
  background: linear-gradient(to right, #ab51d3, #7e3c9b);
}

.kids-gradient-orange {
  background: -webkit-gradient(linear, left top, right top, from(#ef9300), to(#a86800));
  background: linear-gradient(to right, #ef9300, #a86800);
}

.theme-kids-blue .advantages-section-lg {
  background: -webkit-gradient(linear, left top, right top, from(#5c9de8), to(#4273aa));
  background: linear-gradient(to right, #5c9de8, #4273aa);
}

.theme-kids-green .advantages-section-lg {
  background: -webkit-gradient(linear, left top, right top, from(#6cd064), to(#346430));
  background: linear-gradient(to right, #6cd064, #346430);
}

.theme-kids-purple .advantages-section-lg {
  background: -webkit-gradient(linear, left top, right top, from(#ab51d3), to(#7e3c9b));
  background: linear-gradient(to right, #ab51d3, #7e3c9b);
}

.theme-kids-orange .advantages-section-lg {
  background: -webkit-gradient(linear, left top, right top, from(#ef9300), to(#a86800));
  background: linear-gradient(to right, #ef9300, #a86800);
}

.highlight-kids-blue .card-title {
  color: #5c9de8;
}

.highlight-kids-green .card-title {
  color: #6cd064;
}

.highlight-kids-purple .card-title {
  color: #ab51d3;
}

.highlight-kids-orange .card-title {
  color: #ef9300;
}

.featured-slider.kids-blue-band .bg-band-container .color-secondary,
.featured-slider.kids-green-band .bg-band-container .color-secondary,
.featured-slider.kids-purple-band .bg-band-container .color-secondary,
.featured-slider.kids-orange-band .bg-band-container .color-secondary {
  color: #fff;
}

.color-kids-blue {
  color: #5c9de8;
}

.color-kids-green {
  color: #6cd064;
}

.color-kids-purple {
  color: #ab51d3;
}

.color-kids-orange {
  color: #ef9300;
}

.text-black-70 {
  color: rgba(0, 0, 0, .7) !important;
}

.bg-dark.advantages-section-lg {
  background: #0a121d !important;
}

.pros-section.text-white.color-white .text-black-70 {
  color: #fff !important;
}

.btn:not(.umb-button__button):not(.umb-button--) {
  font-weight: bold;
  border: 2px solid transparent;
  text-decoration: none !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  letter-spacing: 0;
  outline: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  will-change: box-shadow, transform;
  -webkit-transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out, -webkit-box-shadow .1s ease-in-out;
  transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out, -webkit-box-shadow .1s ease-in-out;
  transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out, box-shadow .1s ease-in-out;
  transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out, box-shadow .1s ease-in-out, -webkit-box-shadow .1s ease-in-out;
  display: inline-block;
  position: relative;
  min-width: 160px;
  padding: .6rem 1.7rem;
  max-height: 47px;
  height: 47px;
}

.btn:not(.umb-button__button):not(.umb-button--):disabled {
  background: rgba(255, 255, 255, .15);
  color: rgba(255, 255, 255, .4);
  pointer-events: none !important;
  border-color: rgba(255, 255, 255, .02);
}

.btn:not(.umb-button__button):not(.umb-button--):disabled:hover,
.btn:not(.umb-button__button):not(.umb-button--):disabled:focus,
.btn:not(.umb-button__button):not(.umb-button--):disabled:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

.btn:not(.umb-button__button):not(.umb-button--):not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(.umb-button__button):not(.umb-button--):not(:disabled):not(.disabled):active,
.btn:not(.umb-button__button):not(.umb-button--):not(:disabled):not(.disabled).active {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn:not(.umb-button__button):not(.umb-button--):not(:disabled):not(.disabled):active:focus,
.btn:not(.umb-button__button):not(.umb-button--):not(:disabled):not(.disabled).active:focus {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-small:not(.umb-button__button):not(.umb-button--) {
  font-weight: bold;
  border: 2px solid transparent;
  text-decoration: none !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  letter-spacing: 0;
  outline: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  will-change: box-shadow, transform;
  -webkit-transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out, -webkit-box-shadow .1s ease-in-out;
  transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out, -webkit-box-shadow .1s ease-in-out;
  transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out, box-shadow .1s ease-in-out;
  transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out, box-shadow .1s ease-in-out, -webkit-box-shadow .1s ease-in-out;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: rem-calc(10);
  text-transform: capitalize;
}

.btn-small:not(.umb-button__button):not(.umb-button--):disabled {
  background: rgba(255, 255, 255, .15);
  color: rgba(255, 255, 255, .4);
  pointer-events: none !important;
  border-color: rgba(255, 255, 255, .02);
}

.btn-small:not(.umb-button__button):not(.umb-button--):disabled:hover,
.btn-small:not(.umb-button__button):not(.umb-button--):disabled:focus,
.btn-small:not(.umb-button__button):not(.umb-button--):disabled:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

.btn-small:not(.umb-button__button):not(.umb-button--):not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-small:not(.umb-button__button):not(.umb-button--):not(:disabled):not(.disabled):active,
.btn-small:not(.umb-button__button):not(.umb-button--):not(:disabled):not(.disabled).active {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-small:not(.umb-button__button):not(.umb-button--):not(:disabled):not(.disabled):active:focus,
.btn-small:not(.umb-button__button):not(.umb-button--):not(:disabled):not(.disabled).active:focus {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-medium:not(.umb-button__button):not(.umb-button--) {
  font-weight: bold;
  border: 2px solid transparent;
  text-decoration: none !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  letter-spacing: 0;
  outline: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  will-change: box-shadow, transform;
  -webkit-transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out, -webkit-box-shadow .1s ease-in-out;
  transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out, -webkit-box-shadow .1s ease-in-out;
  transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out, box-shadow .1s ease-in-out;
  transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out, box-shadow .1s ease-in-out, -webkit-box-shadow .1s ease-in-out;
  display: block;
  border-radius: 25px;
  padding: .6rem 0rem;
}

.btn-medium:not(.umb-button__button):not(.umb-button--):disabled {
  background: rgba(255, 255, 255, .15);
  color: rgba(255, 255, 255, .4);
  pointer-events: none !important;
  border-color: rgba(255, 255, 255, .02);
}

.btn-medium:not(.umb-button__button):not(.umb-button--):disabled:hover,
.btn-medium:not(.umb-button__button):not(.umb-button--):disabled:focus,
.btn-medium:not(.umb-button__button):not(.umb-button--):disabled:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

.btn-medium:not(.umb-button__button):not(.umb-button--):not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-medium:not(.umb-button__button):not(.umb-button--):not(:disabled):not(.disabled):active,
.btn-medium:not(.umb-button__button):not(.umb-button--):not(:disabled):not(.disabled).active {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-medium:not(.umb-button__button):not(.umb-button--):not(:disabled):not(.disabled):active:focus,
.btn-medium:not(.umb-button__button):not(.umb-button--):not(:disabled):not(.disabled).active:focus {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sharedrop-holder:hover a {
  border: none !important;
}

.sharedrop-holder:hover .btn-circle-light {
  color: #fff !important;
}

.btn-circle-light {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 47px !important;
  height: 47px !important;
  min-width: 40px !important;
  border-radius: 50%;
  padding: 0 !important;
  color: #000;
  background-color: #fff;
  border-color: transparent;
  opacity: 1;
}

.btn-circle-outline-light:not(.umb-button__button):not(.umb-button--) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 47px !important;
  height: 47px !important;
  min-width: 40px !important;
  border-radius: 50%;
  padding: 0 !important;
  color: #fff !important;
  background-color: transparent;
  border-color: #fff;
  opacity: 1;
}

.share-list-light {
  color: #fff !important;
  background-color: transparent;
  border-color: transparent;
  opacity: 1;
}

.share-list-light:visited {
  opacity: .8;
}

.share-list-light:visited:hover:not(.disabled):not(:disabled) {
  color: #000 !important;
  background-color: #fff;
  border-color: #fff;
}

.share-list-light:focus,
.share-list-light.focus,
.share-list-light:active {
  outline: none !important;
  color: #000 !important;
  background-color: #fff;
  border-color: #fff;
  opacity: 1;
}

.share-list-light:hover:not(.disabled):not(:disabled) {
  color: #000 !important;
  background-color: #fff !important;
  border-color: #fff;
  opacity: 1;
}

.share-list-light:not(:disabled):not(.disabled) {
  opacity: 1 !important;
}

.btn-light:not(.umb-button__button):not(.umb-button--),
.btn-white:not(.umb-button__button):not(.umb-button--) {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  opacity: 1;
}

.btn-light:not(.umb-button__button):not(.umb-button--):visited,
.btn-white:not(.umb-button__button):not(.umb-button--):visited {
  opacity: .8;
}

.btn-light:not(.umb-button__button):not(.umb-button--):visited:hover:not(.disabled):not(:disabled),
.btn-white:not(.umb-button__button):not(.umb-button--):visited:hover:not(.disabled):not(:disabled) {
  color: #fff;
  background-color: #0095da;
  border-color: #0095da;
}

.btn-light:not(.umb-button__button):not(.umb-button--):focus,
.btn-light:not(.umb-button__button):not(.umb-button--).focus,
.btn-light:not(.umb-button__button):not(.umb-button--):active,
.btn-white:not(.umb-button__button):not(.umb-button--):focus,
.btn-white:not(.umb-button__button):not(.umb-button--).focus,
.btn-white:not(.umb-button__button):not(.umb-button--):active {
  outline: none !important;
  color: #fff;
  background-color: #0095da;
  border-color: #0095da;
  opacity: 1;
}

.btn-light:not(.umb-button__button):not(.umb-button--):hover:not(.disabled):not(:disabled),
.btn-white:not(.umb-button__button):not(.umb-button--):hover:not(.disabled):not(:disabled) {
  color: #fff;
  background-color: #0095da !important;
  border-color: #0095da;
  opacity: 1;
}

.btn-outline-light:not(.umb-button__button):not(.umb-button--),
.btn-outline-white:not(.umb-button__button):not(.umb-button--) {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  opacity: 1;
}

.btn-outline-light:not(.umb-button__button):not(.umb-button--):visited,
.btn-outline-white:not(.umb-button__button):not(.umb-button--):visited {
  opacity: .8;
}

.btn-outline-light:not(.umb-button__button):not(.umb-button--):visited:hover:not(.disabled):not(:disabled),
.btn-outline-white:not(.umb-button__button):not(.umb-button--):visited:hover:not(.disabled):not(:disabled) {
  color: #fff;
  background-color: #0095da;
  border-color: #0095da;
}

.btn-outline-light:not(.umb-button__button):not(.umb-button--):focus,
.btn-outline-light:not(.umb-button__button):not(.umb-button--).focus,
.btn-outline-light:not(.umb-button__button):not(.umb-button--):active,
.btn-outline-white:not(.umb-button__button):not(.umb-button--):focus,
.btn-outline-white:not(.umb-button__button):not(.umb-button--).focus,
.btn-outline-white:not(.umb-button__button):not(.umb-button--):active {
  outline: none !important;
  color: #fff;
  background-color: #0095da;
  border-color: #0095da;
  opacity: 1;
}

.btn-outline-light:not(.umb-button__button):not(.umb-button--):hover:not(.disabled):not(:disabled),
.btn-outline-white:not(.umb-button__button):not(.umb-button--):hover:not(.disabled):not(:disabled) {
  color: #fff;
  background-color: #0095da !important;
  border-color: #0095da;
  opacity: 1;
}

.btn-dark:not(.umb-button__button):not(.umb-button--),
.btn-info:not(.umb-button__button):not(.umb-button--) {
  color: #fff;
  background-color: #000;
  border-color: #000;
  opacity: 1;
}

.btn-dark:not(.umb-button__button):not(.umb-button--):visited,
.btn-info:not(.umb-button__button):not(.umb-button--):visited {
  opacity: .8;
}

.btn-dark:not(.umb-button__button):not(.umb-button--):visited:hover:not(.disabled):not(:disabled),
.btn-info:not(.umb-button__button):not(.umb-button--):visited:hover:not(.disabled):not(:disabled) {
  color: #fff;
  background-color: #0095da;
  border-color: #0095da;
}

.btn-dark:not(.umb-button__button):not(.umb-button--):focus,
.btn-dark:not(.umb-button__button):not(.umb-button--).focus,
.btn-dark:not(.umb-button__button):not(.umb-button--):active,
.btn-info:not(.umb-button__button):not(.umb-button--):focus,
.btn-info:not(.umb-button__button):not(.umb-button--).focus,
.btn-info:not(.umb-button__button):not(.umb-button--):active {
  outline: none !important;
  color: #fff;
  background-color: #0095da;
  border-color: #0095da;
  opacity: 1;
}

.btn-dark:not(.umb-button__button):not(.umb-button--):hover:not(.disabled):not(:disabled),
.btn-info:not(.umb-button__button):not(.umb-button--):hover:not(.disabled):not(:disabled) {
  color: #fff;
  background-color: #0095da !important;
  border-color: #0095da;
  opacity: 1;
}

.btn-outline-dark:not(.umb-button__button):not(.umb-button--) {
  color: #000;
  background-color: transparent;
  border-color: #000;
  opacity: 1;
}

.btn-outline-dark:not(.umb-button__button):not(.umb-button--):visited {
  opacity: .8;
}

.btn-outline-dark:not(.umb-button__button):not(.umb-button--):visited:hover:not(.disabled):not(:disabled) {
  color: #fff;
  background-color: #0095da;
  border-color: #0095da;
}

.btn-outline-dark:not(.umb-button__button):not(.umb-button--):focus,
.btn-outline-dark:not(.umb-button__button):not(.umb-button--).focus,
.btn-outline-dark:not(.umb-button__button):not(.umb-button--):active {
  outline: none !important;
  color: #fff;
  background-color: #0095da;
  border-color: #0095da;
  opacity: 1;
}

.btn-outline-dark:not(.umb-button__button):not(.umb-button--):hover:not(.disabled):not(:disabled) {
  color: #fff;
  background-color: #0095da !important;
  border-color: #0095da;
  opacity: 1;
}

.btn-kids-blue {
  color: #fff;
  background-color: #5c9de8;
  border-color: #5c9de8;
  opacity: 1;
}

.btn-kids-blue:visited {
  opacity: .8;
}

.btn-kids-blue:visited:hover:not(.disabled):not(:disabled) {
  color: #fff;
  background-color: #5c9de8;
  border-color: #5c9de8;
}

.btn-kids-blue:focus,
.btn-kids-blue.focus,
.btn-kids-blue:active {
  outline: none !important;
  color: #fff;
  background-color: #5c9de8;
  border-color: #5c9de8;
  opacity: 1;
}

.btn-kids-blue:hover:not(.disabled):not(:disabled) {
  color: #fff;
  background-color: #5c9de8 !important;
  border-color: #5c9de8;
  opacity: 1;
}

.btn-outline-kids-blue {
  color: #5c9de8;
  background-color: transparent;
  border-color: #5c9de8;
  opacity: 1;
}

.btn-outline-kids-blue:visited {
  opacity: .8;
}

.btn-outline-kids-blue:visited:hover:not(.disabled):not(:disabled) {
  color: #5c9de8;
  background-color: transparent;
  border-color: #5c9de8;
}

.btn-outline-kids-blue:focus,
.btn-outline-kids-blue.focus,
.btn-outline-kids-blue:active {
  outline: none !important;
  color: #5c9de8;
  background-color: transparent;
  border-color: #5c9de8;
  opacity: 1;
}

.btn-outline-kids-blue:hover:not(.disabled):not(:disabled) {
  color: #5c9de8;
  background-color: transparent !important;
  border-color: #5c9de8;
  opacity: 1;
}

.btn-kids-green {
  color: #fff;
  background-color: #6cd064;
  border-color: #6cd064;
  opacity: 1;
}

.btn-kids-green:visited {
  opacity: .8;
}

.btn-kids-green:visited:hover:not(.disabled):not(:disabled) {
  color: #fff;
  background-color: #6cd064;
  border-color: #6cd064;
}

.btn-kids-green:focus,
.btn-kids-green.focus,
.btn-kids-green:active {
  outline: none !important;
  color: #fff;
  background-color: #6cd064;
  border-color: #6cd064;
  opacity: 1;
}

.btn-kids-green:hover:not(.disabled):not(:disabled) {
  color: #fff;
  background-color: #6cd064 !important;
  border-color: #6cd064;
  opacity: 1;
}

.btn-outline-kids-green {
  color: #6cd064;
  background-color: transparent;
  border-color: #6cd064;
  opacity: 1;
}

.btn-outline-kids-green:visited {
  opacity: .8;
}

.btn-outline-kids-green:visited:hover:not(.disabled):not(:disabled) {
  color: #6cd064;
  background-color: transparent;
  border-color: #6cd064;
}

.btn-outline-kids-green:focus,
.btn-outline-kids-green.focus,
.btn-outline-kids-green:active {
  outline: none !important;
  color: #6cd064;
  background-color: transparent;
  border-color: #6cd064;
  opacity: 1;
}

.btn-outline-kids-green:hover:not(.disabled):not(:disabled) {
  color: #6cd064;
  background-color: transparent !important;
  border-color: #6cd064;
  opacity: 1;
}

.btn-kids-purple {
  color: #fff;
  background-color: #ab51d3;
  border-color: #ab51d3;
  opacity: 1;
}

.btn-kids-purple:visited {
  opacity: .8;
}

.btn-kids-purple:visited:hover:not(.disabled):not(:disabled) {
  color: #fff;
  background-color: #ab51d3;
  border-color: #ab51d3;
}

.btn-kids-purple:focus,
.btn-kids-purple.focus,
.btn-kids-purple:active {
  outline: none !important;
  color: #fff;
  background-color: #ab51d3;
  border-color: #ab51d3;
  opacity: 1;
}

.btn-kids-purple:hover:not(.disabled):not(:disabled) {
  color: #fff;
  background-color: #ab51d3 !important;
  border-color: #ab51d3;
  opacity: 1;
}

.btn-outline-kids-purple {
  color: #ab51d3;
  background-color: transparent;
  border-color: #ab51d3;
  opacity: 1;
}

.btn-outline-kids-purple:visited {
  opacity: .8;
}

.btn-outline-kids-purple:visited:hover:not(.disabled):not(:disabled) {
  color: #ab51d3;
  background-color: transparent;
  border-color: #ab51d3;
}

.btn-outline-kids-purple:focus,
.btn-outline-kids-purple.focus,
.btn-outline-kids-purple:active {
  outline: none !important;
  color: #ab51d3;
  background-color: transparent;
  border-color: #ab51d3;
  opacity: 1;
}

.btn-outline-kids-purple:hover:not(.disabled):not(:disabled) {
  color: #ab51d3;
  background-color: transparent !important;
  border-color: #ab51d3;
  opacity: 1;
}

.btn-kids-orange {
  color: #fff;
  background-color: #ef9300;
  border-color: #ef9300;
  opacity: 1;
}

.btn-kids-orange:visited {
  opacity: .8;
}

.btn-kids-orange:visited:hover:not(.disabled):not(:disabled) {
  color: #fff;
  background-color: #ef9300;
  border-color: #ef9300;
}

.btn-kids-orange:focus,
.btn-kids-orange.focus,
.btn-kids-orange:active {
  outline: none !important;
  color: #fff;
  background-color: #ef9300;
  border-color: #ef9300;
  opacity: 1;
}

.btn-kids-orange:hover:not(.disabled):not(:disabled) {
  color: #fff;
  background-color: #ef9300 !important;
  border-color: #ef9300;
  opacity: 1;
}

.btn-outline-kids-orange {
  color: #ef9300;
  background-color: transparent;
  border-color: #ef9300;
  opacity: 1;
}

.btn-outline-kids-orange:visited {
  opacity: .8;
}

.btn-outline-kids-orange:visited:hover:not(.disabled):not(:disabled) {
  color: #ef9300;
  background-color: transparent;
  border-color: #ef9300;
}

.btn-outline-kids-orange:focus,
.btn-outline-kids-orange.focus,
.btn-outline-kids-orange:active {
  outline: none !important;
  color: #ef9300;
  background-color: transparent;
  border-color: #ef9300;
  opacity: 1;
}

.btn-outline-kids-orange:hover:not(.disabled):not(:disabled) {
  color: #ef9300;
  background-color: transparent !important;
  border-color: #ef9300;
  opacity: 1;
}

.bg-kids-blue,
.featured-slider.kids-blue-band .bg-band {
  background-color: #5c9de8;
}

.kids-blue-band .feature-title-header .banner-bg-holder {
  background-image: none;
  background-color: #5c9de8;
}

.bg-kids-green,
.featured-slider.kids-green-band .bg-band {
  background-color: #6cd064;
}

.kids-green-band .feature-title-header .banner-bg-holder {
  background-image: none;
  background-color: #6cd064;
}

.bg-kids-purple,
.featured-slider.kids-purple-band .bg-band {
  background-color: #ab51d3;
}

.kids-purple-band .feature-title-header .banner-bg-holder {
  background-image: none;
  background-color: #ab51d3;
}

.bg-kids-orange,
.featured-slider.kids-orange-band .bg-band {
  background-color: #ef9300;
}

.kids-orange-band .feature-title-header .banner-bg-holder {
  background-image: none;
  background-color: #ef9300;
}

.highlight-kids-blue .card-title {
  color: #5c9de8;
}

.highlight-kids-green .card-title {
  color: #6cd064;
}

.highlight-kids-purple .card-title {
  color: #ab51d3;
}

.highlight-kids-orange .card-title {
  color: #ef9300;
}

.featured-slider.kids-blue-band .bg-band-container .color-secondary,
.featured-slider.kids-green-band .bg-band-container .color-secondary,
.featured-slider.kids-purple-band .bg-band-container .color-secondary,
.featured-slider.kids-orange-band .bg-band-container .color-secondary {
  color: #fff;
}

.color-kids-blue {
  color: #5c9de8;
}

.color-kids-green {
  color: #6cd064;
}

.color-kids-purple {
  color: #ab51d3;
}

.color-kids-orange {
  color: #ef9300;
}

.plain-text-white a {
  color: #fff;
  background-color: transparent;
}

.plain-text-white a:hover {
  color: #fff;
  background-color: transparent;
}

.form-label-group-dstv input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group-dstv input:-moz-placeholder {
  color: transparent;
}

.form-label-group-dstv input::-moz-placeholder {
  color: transparent;
}

.form-label-group-dstv input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group-dstv {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group-dstv > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 16px;
  width: 100%;
  margin-bottom: 0;
  line-height: 1.5;
  color: rgba(10, 18, 29, .4);
  cursor: text;
  padding: .75rem .95rem;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.form-label-group-dstv input {
  font-size: 1rem;
  padding: .75rem 0;
}

.form-label-group-dstv input:focus,
.form-label-group-dstv input:not(:placeholder-shown) {
  padding-top: calc( .75rem + .75rem * (2 / 3));
  padding-bottom: calc(.75rem / 3);
  border-color: #0a121d;
}

.form-label-group-dstv input:focus ~ label,
.form-label-group-dstv input:not(:placeholder-shown) ~ label {
  padding-top: calc(.75rem / 3);
  padding-bottom: calc(.75rem / 3);
  font-size: 10px;
}

.form-label-group-dstv input:focus {
  border-color: #179edd !important;
}

.form-label-group-dstv input:focus ~ label {
  color: #179edd !important;
}

.form-label-group-dstv input:hover {
  border-color: #0a121d;
}

.form-label-group-dstv input:hover ~ label {
  color: #0a121d;
}

.form-label-group-dstv input.input-validation-error {
  border-color: #ff2d55 !important;
}

.form-label-group-dstv input.input-validation-error + .jcf-select {
  border-color: #ff2d55 !important;
}

.form-label-group-dstv.dropdown {
  /*Styling for the dropdown part*/
}

.form-label-group-dstv.dropdown :not([value=""]):valid ~ label {
  font-size: 10px;
}

.form-label-group-dstv.dropdown .jcf-select {
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 !important;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
  border-bottom: 1px solid #0a121d;
}

.form-label-group-dstv.dropdown .jcf-select .jcf-select-text {
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  padding-top: calc( 1rem + .75rem * (2 / 3));
  padding-bottom: calc(1.1rem / 3);
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #0a121d;
  font-weight: 400;
}

.form-label-group-dstv.dropdown .jcf-select .jcf-select-text > span {
  line-height: 1;
  font-size: 1rem;
}

.form-label-group-dstv.dropdown .jcf-select .jcf-select-opener {
  height: auto;
  top: 1rem;
}

.form-label-group-dstv.dropdown .jcf-select .jcf-select-opener:before {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-color: rgba(10, 18, 29, .4);
}

.form-label-group-dstv.dropdown .jcf-focus ~ label,
.form-label-group-dstv.dropdown .jcf-drop-active ~ label {
  color: #179edd !important;
}

.form-label-group-dstv.dropdown label {
  padding-top: calc(.75rem / 3);
  padding-bottom: calc(.75rem / 3);
  pointer-events: none;
}

.form-label-group-dstv.dropdown:hover label {
  color: #0a121d;
}

.form-label-group-dstv.dropdown .jcf-select-drop .jcf-list {
  margin-top: 1px;
  background: #fff;
  border: 1px solid #cecfd1;
  border-top: none;
}

.form-label-group-dstv.dropdown .jcf-select-drop .jcf-list .jcf-option {
  color: #474d56;
  cursor: pointer;
}

.form-label-group-dstv.dropdown .jcf-select-drop .jcf-list .jcf-option.jcf-hover {
  background: #f2f2f2;
}

.form-label-group-dstv.dropdown .jcf-select-drop .jcf-list .jcf-option.jcf-selected {
  color: #179edd !important;
  font-weight: 400;
  background: #fff;
}

.form-label-group-dstv.dropdown .jcf-select-drop .jcf-list .jcf-list-content {
  border: 0;
}

/*Dark theme*/

.umbraco-forms-dstv-dark .form-label-group-dstv > label {
  color: rgba(255, 255, 255, .4);
}

.umbraco-forms-dstv-dark .form-label-group-dstv input {
  color: rgba(255, 255, 255, .4);
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, .4);
}

.umbraco-forms-dstv-dark .form-label-group-dstv input:focus,
.umbraco-forms-dstv-dark .form-label-group-dstv input:not(:placeholder-shown) {
  border-color: #0095da;
  color: #fff;
}

.umbraco-forms-dstv-dark .form-label-group-dstv input:focus {
  border-color: #0095da !important;
}

.umbraco-forms-dstv-dark .form-label-group-dstv input:focus ~ label {
  color: #0095da !important;
}

.umbraco-forms-dstv-dark .form-label-group-dstv input:hover {
  border-color: #fff;
}

.umbraco-forms-dstv-dark .form-label-group-dstv input:hover ~ label {
  color: #fff;
}

.umbraco-forms-dstv-dark .form-label-group-dstv.dropdown {
  /*Styling for the dropdown part*/
}

.umbraco-forms-dstv-dark .form-label-group-dstv.dropdown .jcf-select {
  border-bottom: 1px solid #0095da;
}

.umbraco-forms-dstv-dark .form-label-group-dstv.dropdown .jcf-select .jcf-select-text {
  color: #fff;
}

.umbraco-forms-dstv-dark .form-label-group-dstv.dropdown .jcf-select .jcf-select-opener:before {
  border-color: #fff;
}

.umbraco-forms-dstv-dark .form-label-group-dstv.dropdown .jcf-focus ~ label,
.umbraco-forms-dstv-dark .form-label-group-dstv.dropdown .jcf-drop-active ~ label {
  color: #0095da !important;
}

.umbraco-forms-dstv-dark .form-label-group-dstv.dropdown:hover label {
  color: #fff;
}

.umbraco-forms-dstv-dark .form-label-group-dstv.dropdown:hover .jcf-select-opener:before {
  border-color: #fff;
}

.umbraco-forms-dstv-dark .form-label-group-dstv.dropdown .jcf-select-drop .jcf-list {
  background: #242b35;
  border: 1px solid #3a414a;
}

.umbraco-forms-dstv-dark .form-label-group-dstv.dropdown .jcf-select-drop .jcf-list .jcf-option {
  color: #c8c9cc;
}

.umbraco-forms-dstv-dark .form-label-group-dstv.dropdown .jcf-select-drop .jcf-list .jcf-option.jcf-hover {
  background: #2f363f;
}

.umbraco-forms-dstv-dark .form-label-group-dstv.dropdown .jcf-select-drop .jcf-list .jcf-option.jcf-selected {
  color: #0095da !important;
  background: #242b35;
}

.error-class jcf-select,
.error-class input {
  border-color: #ff2d55 !important;
}

.error-class label {
  color: #ff2d55;
}

.field-validation-error {
  color: #ff2d55;
  -webkit-transition: color ease .3s;
  transition: color ease .3s;
  margin-top: .75rem;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
  display: block;
}

/* Fallback for Edge
-------------------------------------------------- */

@supports (-ms-ime-align: auto) {
  .form-label-group-dstv > label {
    display: none;
  }

  .form-label-group-dstv input::-ms-input-placeholder {
    color: rgba(10, 18, 29, .4);
  }
}

/* Fallback for IE
-------------------------------------------------- */

.umbraco-forms-submitmessage {
  font-size: 1.75rem;
  color: #0095da;
}

input[type="search"]::-webkit-search-cancel-button {
  -moz-appearance: initial;
}

/*Business theme*/

.umbraco-forms-dstv-business .form-label-group-dstv > label {
  color: rgba(255, 255, 255, 0);
}

.umbraco-forms-dstv-business .form-label-group-dstv input {
  color: rgba(255, 255, 255, .4);
  background: transparent;
  border-bottom: 1px solid rgba(10, 18, 29, .6);
}

.umbraco-forms-dstv-business .form-label-group-dstv input:focus,
.umbraco-forms-dstv-business .form-label-group-dstv input:not(:placeholder-shown) {
  border-color: #0095da;
  color: #fff;
}

.umbraco-forms-dstv-business .form-label-group-dstv input:focus {
  border-color: #fff !important;
}

.umbraco-forms-dstv-business .form-label-group-dstv input:focus ~ label {
  color: #fff !important;
}

.umbraco-forms-dstv-business .form-label-group-dstv input:hover {
  border-color: #fff;
}

.umbraco-forms-dstv-business .form-label-group-dstv input:hover ~ label {
  color: #fff;
}

.umbraco-forms-dstv-business .form-label-group-dstv.dropdown {
  /*Styling for the dropdown part*/
}

.umbraco-forms-dstv-business .form-label-group-dstv.dropdown .jcf-select {
  border-bottom: 1px solid #0095da;
}

.umbraco-forms-dstv-business .form-label-group-dstv.dropdown .jcf-select .jcf-select-text {
  color: #fff;
}

.umbraco-forms-dstv-business .form-label-group-dstv.dropdown .jcf-select .jcf-select-opener:before {
  border-color: rgba(255, 255, 255, .4);
}

.umbraco-forms-dstv-business .form-label-group-dstv.dropdown .jcf-focus ~ label,
.umbraco-forms-dstv-business .form-label-group-dstv.dropdown .jcf-drop-active ~ label {
  color: #0095da !important;
}

.umbraco-forms-dstv-business .form-label-group-dstv.dropdown:hover label {
  color: #fff;
}

.umbraco-forms-dstv-business .form-label-group-dstv.dropdown:hover .jcf-select-opener:before {
  border-color: #fff;
}

.umbraco-forms-dstv-business .form-label-group-dstv.dropdown .jcf-select-drop .jcf-list {
  background: #242b35;
  border: 1px solid #3a414a;
}

.umbraco-forms-dstv-business .form-label-group-dstv.dropdown .jcf-select-drop .jcf-list .jcf-option {
  color: #c8c9cc;
}

.umbraco-forms-dstv-business .form-label-group-dstv.dropdown .jcf-select-drop .jcf-list .jcf-option.jcf-hover {
  background: #2f363f;
}

.umbraco-forms-dstv-business .form-label-group-dstv.dropdown .jcf-select-drop .jcf-list .jcf-option.jcf-selected {
  color: #0095da !important;
  background: #242b35;
}

#header {
  z-index: 99999;
}

#header:after {
  height: 90px;
}

.inner-box-shadow {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 50px rgba(10, 18, 29, .2);
  box-shadow: inset 0 0 50px rgba(10, 18, 29, .2);
}

.inner-box-shadow-after:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 50px rgba(10, 18, 29, .2);
  box-shadow: inset 0 0 50px rgba(10, 18, 29, .2);
}

.lyt-activated.inner-box-shadow-after::after {
  width: 0;
  height: 0;
}

.slick-arrow {
  outline: unset;
}

.app-section-text p {
  margin-bottom: 1.875rem;
  color: rgba(255, 255, 255, .7);
}

.text70 {
  color: rgba(0, 0, 0, .7);
}

.padding-right-15 {
  padding-right: 15px;
}

.genre {
  text-transform: capitalize;
}

.genre a {
  text-transform: capitalize;
  font-weight: 500;
}

.anchor-target {
  margin-top: -20px;
  padding-top: 0;
}

.ico-card-top {
  font-size: 1.5rem;
}

.filtration-list a:hover,
.smooth-scroll-nav-list a:hover,
.content-nav-list a:hover,
.filter-list a:hover {
  opacity: unset;
}

.slick-slider {
  opacity: 0;
}

.article-slide-holder {
  font-size: 1rem;
  padding: 2.875rem 0 2rem;
}

.icon-arrow-short-carousel-right {
  color: #fff;
}

.genre {
  font-weight: 500;
}

.top-section .date {
  font-weight: 500;
  margin-bottom: 1rem;
}

flickity-carousel-6 .flickity-viewport:before,
.flickity-carousel-4 .flickity-viewport:before,
.people-scroller-carousel .flickity-viewport:before {
  left: 0;
  background: unset;
  margin-left: calc(50% - 50vw);
}

.flickity-button {
  position: absolute;
  background: #fff;
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: #fff;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: #0095da;
  cursor: pointer;
  color: #fff;
}

.app-section-text p {
  color: rgba(255, 255, 255, .7);
}

.link-overlay {
  margin-top: auto;
  font-weight: bold;
  color: #0095da;
}

.link-overlay:hover {
  margin-top: auto;
  font-weight: bold;
  color: #0095da;
}

.top-section {
  padding-top: 110px;
}

.top-section.packages-hardware-top-section {
  padding-top: 115px;
  margin-bottom: 3rem;
}

.page-link {
  background-color: #262f3a;
}

.anchor-active:not(.plain-text-white) a {
  background-color: #fff;
  color: #0a121d;
}

.anchor-active:not(.plain-text-white) a:hover {
  background-color: #fff;
  color: #0a121d;
}

.page-link:hover {
  background-color: #0095da;
  color: #fff;
  opacity: 1;
}

.filtration-holder::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.filtration-holder::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, .2);
  border-radius: 50px;
}

.filtration-holder::-webkit-scrollbar-thumb {
  background-color: rgba(10, 65, 106, .5);
  border-radius: 50px;
  border: 4px solid transparent;
}

.controls {
  margin: 15px 0;
}

/* Compenstates for the absolute postion for the buttons in the pricing cards */

[class*="theme-"] .pricing-card ul {
  margin-bottom: 5rem;
}

.theme-green .ico-card-top {
  background-color: #47b475;
}

.theme-green .text-primary {
  color: #47b475;
}

.theme-green .text-secondary-info {
  color: #47b475;
}

.theme-green ul {
  list-style: none;
  /* Remove default bullets */
}

.theme-green .list-info li {
  color: #fff;
}

.theme-green .list-info li::before {
  color: #47b475;
  top: 1px;
}

.theme-blue .ico-card-top {
  background-color: #0095da;
}

.theme-blue .text-primary {
  color: #0095da;
}

.theme-blue .text-secondary-info {
  color: #0095da;
}

.theme-blue ul {
  list-style: none;
  /* Remove default bullets */
}

.theme-blue .list-info li {
  color: #fff;
}

.theme-blue .list-info li::before {
  color: #0095da;
  top: 1px;
}

p {
  margin-bottom: 1.5rem;
}

h1.article-news-top-title,
.h1.article-news-top-title {
  margin-bottom: .625rem;
  font-size: 1.75rem;
}

.mb-5,
.my-5 {
  margin-bottom: 2rem;
}

.tab-item-description {
  line-height: 40px;
}

.tab-holder p {
  font-size: 1rem;
  color: rgba(255, 255, 255, .7);
}

.text-normal p {
  color: rgba(255, 255, 255, .7);
}

.protect-decoder .protect-decoder-item-container {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.protect-decoder.bundle-features .img-holder img {
  margin: unset;
}

.protect-decoder.bundle-features .subtitle {
  padding-top: 20px;
  color: #0a121d;
}

.branch-info {
  display: none;
}

.branch-info.active {
  display: block;
}

.pricing-card {
  font-size: 1rem;
  padding-bottom: 0rem;
}

.compare-table .tariff-card {
  background-position: 50% 5%;
  min-height: 67px;
}

.compare-package-item-content {
  min-height: 355px;
}

.compare-package-item-img-holder {
  background-position: 50% 5%;
  min-height: 100px;
  background-size: cover;
}

.package-info {
  right: 0;
  bottom: 8px;
  border-radius: 25px;
  background-color: #fff;
  color: #000;
  font-size: 12px;
  font-weight: 700;
}

.package-info .pinfo {
  padding: 10px;
}

.card.active .pinfo {
  display: none;
}

.card.active .package-info {
  display: none;
}

a.package-info.opener.card-slide-opener {
  width: unset;
}

.card.active .closer {
  display: block;
}

.card closer {
  display: none;
}

a.opener.card-slide-opener.slide-link.slide-link-p-absolute.package-info {
  bottom: 10px;
}

.article-item-date img {
  height: 40px;
  width: 40px;
}

item-action {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 20%;
  flex: 1 0 20%;
  max-width: 10%;
  margin: 0 0 1.25rem;
  margin: 0 25px;
}

.bg-white a:not(.btn) {
  text-decoration: underline;
  color: inherit;
  -webkit-transition: color .1s ease-in-out;
  transition: color .1s ease-in-out;
}

.bg-white a:not(.btn):hover {
  color: #0095da;
}

.people-scroller-carousel .img-holder-round {
  border: 1px solid rgba(10, 18, 29, .1);
}

.pros-section .article-description + h2 {
  font-size: 3rem;
}

/* Small devices (portrait tablets and large phones, 600px and up) */

.anchorBottom {
  position: absolute;
  bottom: 25px;
}

.card-img-carousel-holder .article-card .article-description:hover {
  color: #0a121d;
}

.card-img-carousel-holder .article-card .article-description:hover {
  color: #0a121d;
}

.card-img-carousel-holder:hover .card-body,
card-title {
  color: #0a121d;
}

.card-img-carousel-holder:hover .card-title {
  color: #0a121d;
}

.filter-title-list h1 {
  margin-bottom: 3rem;
}

.article-holder.article-slide-holder p {
  color: rgba(255, 255, 255, .7);
}

.article-holder.article-slide-holder .neg-margin-button {
  margin: -7px 0 0 10px;
}

.hardware-page .top-section .text-holder {
  padding-bottom: 0;
}

.hardware-page .hardware-header {
  padding-bottom: 1.5rem;
}

.no-img-shadow .img-holder {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.app-section {
  margin-bottom: 0;
}

.z-neg-1 {
  z-index: -1;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.min-rh-3 {
  min-height: 3rem;
}

.min-rh-5 {
  min-height: 5rem;
}

.min-rh-14 {
  min-height: 14rem;
}

.square-spacer {
  padding-top: 100%;
}

.filtration-list,
.smooth-scroll-nav-list,
.content-nav-list,
.filter-list {
  z-index: 49;
  padding-bottom: 5px;
}

.fixed-top {
  z-index: 990;
}

.flickity-viewport {
  padding-bottom: 2rem;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .25)), to(transparent));
  background: linear-gradient(180deg, rgba(0, 0, 0, .25), transparent);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #fff;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  list-style-type: unset;
}

.dropdown-item:hover,
.dropdown-item:focus {
  text-decoration: none;
  background-color: unset;
  opacity: .7;
  color: #fff;
}

.menu-large {
  position: static;
}

.megamenu {
  padding: 20px 20px;
  width: 100%;
}

.megamenu > div > li > ul {
  padding: 0;
  margin: 0;
}

.megamenu > div > li > ul > li {
  list-style: none;
}

.megamenu ul ul ul {
  list-style: none;
}

.megamenu > div > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: normal;
}

.megamenu > div > li > ul > li > a:hover,
.megamenu > div > li > ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999;
}

.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}

.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}

.top-section.slim {
  padding-top: 60px;
}

.text-white-70 {
  color: rgba(255, 255, 255, .7);
}

.clear-min-h {
  min-height: 1px;
}

.poster-holder {
  border: 1px solid rgba(255, 255, 255, .1);
}

.poster-holder .poster-spacer {
  padding-bottom: 133%;
}

.poster-holder > img {
  position: absolute;
  top: 0;
  left: 0;
}

.border-grey {
  border-color: #3a424b;
}

.color-grey {
  color: #6c757d;
}

.border-bottom-30 {
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.footer-app-img {
  height: 50px;
  border-radius: 5px;
}

.news-catagory-alignment {
  margin-top: -2px;
}

.hover-blue:hover {
  color: #0095da;
  text-decoration: none;
  -webkit-transition: color .1s ease-in-out;
  transition: color .1s ease-in-out;
}

.hover-white:hover {
  opacity: 1;
  color: #fff;
  -webkit-transition: color .1s ease-in-out;
  transition: color .1s ease-in-out;
}

.border-y-only {
  border-width: 1px 0;
}

.zoom-bg {
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

.zoom-bg:hover,
.zoom-bg.active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.blur-dark {
  background-color: rgba(10, 18, 29, .8);
}

@supports ((-webkit-backdrop-filter: blur(50px)) or (backdrop-filter: blur(50px))) or (-webkit-backdrop-filter: blur(50px)) {
  .blur-dark {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    background-color: rgba(10, 18, 29, .5);
  }
}

.bg-auto {
  background-size: auto;
}

.remove-shadow:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.positionBottom-15 {
  position: absolute;
  bottom: 15px;
}

.icon-camera:before {
  content: "\ea1b";
}

.flickity-carousel-gallery .flickity-page-dots {
  display: none;
}

.search-results {
  background-image: unset;
}

.support-channel-item .support-option {
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.support-channel-item .support-option .img-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.support-channel-item .support-option .suppot-text {
  width: 100%;
}

#latest-news:before,
#gallery:before {
  content: "";
  display: block;
  position: relative;
  width: 0;
  height: 5em;
  margin-top: -5em;
}

.sub-text {
  font-size: .75rem;
}

.package-copy {
  font-size: .875rem;
}

.package-heading {
  font-size: 1.75rem;
}

.max-h-hardware-features {
  max-height: 56px;
}

.cust-neg-mt-2 {
  margin-top: -20px;
}

.bundle-btns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.article-Show-carousel.card-body,
.article-carousel .card-body,
.article-carousel02 .card-body,
.news-article-carousel .card-body {
  padding: 1.55rem 1.7rem;
}

.article-Show-carousel.card-body a.btn.btn-md.btn-light.my-2,
.article-carousel .card-body a.btn.btn-md.btn-light.my-2,
.article-carousel02 .card-body a.btn.btn-md.btn-light.my-2,
.news-article-carousel .card-body a.btn.btn-md.btn-light.my-2 {
  display: block;
  position: absolute;
  bottom: 1.2rem;
}

.contact-form-holder {
  color: #0a121d;
  padding-top: 2rem;
}

.contact-form-holder .form-control {
  color: #0a121d;
  font-weight: 400;
}

.contact-form-holder .submit-holder {
  margin-top: 1rem;
}

.contact-form-holder .jcf-select .jcf-select-opener:before {
  border: 1px solid #0a121d;
  border-top: none;
  border-left: none;
}

.cust-min-h-product {
  min-height: 240px;
}

.contact-item {
  color: #fff;
}

.euro .top-section .text-holder {
  margin-top: -45px;
}

.euro-section {
  padding-top: 60px;
  padding-bottom: 45px;
}

.bg-bottom {
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.flickity-articleCarousel .carousel-sell {
  width: 100%;
  margin-right: 10px;
}

.article-news-holder .flickity-articleCarousel .flickity-page-dots {
  height: 15px;
}

.logo-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 100px !important;
}

.article-news-holder .flickity-articleCarousel .flickity-page-dots {
  height: 15px;
}

.logo-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 100px !important;
}

.btn-holder-campaignheader a {
  margin-right: 30px;
}

.btn-holder-campaignheader a:last-child {
  margin-right: 0;
}

.flex-justify-buttons div [class^="btn-holder"] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dtge-editor-preview-container.ng-scope {
  min-height: 50px;
}

.btn-orange {
  background-color: #ffaf00;
  color: #0a121d;
  border-color: #ffaf00;
}

.btn-orange:hover {
  color: #fff;
  background-color: #0095da;
  border-color: #0095da;
}

.btn-outline-orange {
  background-color: transparent;
  color: #ffaf00;
  border: 1px solid #ffaf00 !important;
}

.btn-outline-orange:hover {
  color: #fff;
  background-color: #0095da;
  border-color: #0095da !important;
}

.heading-orange h2,
.heading-orange h4,
.heading-orange .h3 {
  color: #ffaf00;
}

.campaigns-page .pros-section .btn:first-child {
  margin-right: 35px;
}

.c-modal {
  z-index: 100000;
}

.back-button-padding {
  padding-bottom: 3rem;
}

.latest-Article-header {
  padding-top: 1.5rem;
}

.Channel-Detail-Article-1 {
  padding-left: 60px;
  padding-top: 1rem;
  font-weight: bold;
  font-size: 14px;
}

.Channel-Detail-Article-2 {
  padding-left: 120px;
  padding-top: 1rem;
  font-weight: bold;
  font-size: 14px;
}

.channel-image-article {
  float: left;
  padding-right: 5px;
}

.social-media-gradientband-radial {
  background: transparent radial-gradient(closest-corner at 45% 33%, #0a121d2e 0%, #0a121d 100%) 0 0 no-repeat padding-box;
}

.social-media-gradientband {
  background: #263140;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#263140), to(#111a26));
  background: linear-gradient(to bottom, #263140 0%, #111a26 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#263140', endColorstr='#111a26',GradientType=0 );
  /* IE6-9 */
}

.social-media-gradientband p {
  margin-bottom: .8rem;
}

h1,
.h1 {
  font-weight: 700;
}

h2,
.h2 {
  font-weight: 700;
}

h3,
.h3 {
  font-weight: 700;
}

h4,
.h4 {
  font-weight: 700;
}

h5,
.h5 {
  font-weight: 700;
}

h6,
.h6 {
  font-weight: 700;
}

.title-clamp-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.title-clamp-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.title-clamp-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.installer-tab-nav .installer-group-item-action.active {
  color: #179edd;
}

.card-body {
  position: relative;
  opacity: 1;
  padding-bottom: rem-calc(20);
}

@supports ((-webkit-backdrop-filter: blur(50px)) or (backdrop-filter: blur(50px))) or (-webkit-backdrop-filter: blur(50px)) {
  .card-body {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
  }
}

.card-body.card-body02 {
  border-radius: 5px;
}

.card-body.card-body02:before {
  border-radius: 5px;
}

.article-card {
  border: none;
  overflow: hidden;
  border-radius: 5px;
  background-color: transparent;
  color: #fff;
  font-size: .875rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.article-card .article-card-imghold {
  -webkit-transition: border ease .1s;
  transition: border ease .1s;
}

@supports ((-webkit-backdrop-filter: blur(50px)) or (backdrop-filter: blur(50px))) or (-webkit-backdrop-filter: blur(50px)) {
  .article-card .article-card-imghold {
    margin-bottom: -1px;
    padding-bottom: 10px;
  }
}

.article-card .card-body {
  -webkit-box-shadow: 0 15px 20px -20px rgba(0, 0, 0, .6);
  box-shadow: 0 15px 20px -20px rgba(0, 0, 0, .6);
  border: 1px solid rgba(255, 255, 255, .1);
}

.article-card:hover .article-card-imghold {
  border-top-width: 0 !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
}

.map-info {
  padding: 1.875rem;
  border: 1px solid rgba(255, 255, 255, .1);
}

.map-info .btn-close {
  right: 1.875rem;
  line-height: 1;
  top: .875rem;
  text-decoration: none;
}

.map-info .scedule p {
  margin: 0 !important;
}

.center-fade .hero-section-slider .bg-holder {
  background-position: top !important;
}

.center-fade .hero-section-slider .bg-holder:after {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #0a121d), color-stop(65%, rgba(10, 18, 29, 0))) !important;
  background: linear-gradient(0deg, #0a121d 20%, rgba(10, 18, 29, 0) 65%) !important;
}

.centre-fade-fullwidth {
  min-height: 80vh !important;
  /*    margin-bottom: 15vh;*/
}

.centre-fade-fullwidth .centre-fade-fullwidth-bg-holder {
  min-height: 80vh !important;
  width: 100vw;
  left: calc(-1 * (100vw - 100%) / 2);
  position: relative;
}

.centre-fade-fullwidth .centre-fade-fullwidth-card {
  max-width: 100% !important;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.centre-fade-fullwidth .centre-fade-fullwidth-button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.centre-fade-fullwidth .centre-fade-fullwidth-text-holder {
  padding-right: 0 !important;
  width: 600px;
}

.hero-section .top-section {
  position: relative;
  z-index: unset !important;
}

.hero-section .top-section .chanel-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-section .top-section .chanel-number > img {
  max-width: 80px;
  width: 100%;
  height: auto;
}

.hero-section .top-section .chanel-number .chanel-name {
  margin-left: 10px;
}

.hero-section.cust-hero {
  background-repeat: no-repeat;
  background-size: 20% auto;
  background-position: center;
  max-height: 50vw;
  min-height: unset;
  position: relative;
  /*
        @media (max-width: 768px) {
            min-height: 640px;
        }*/
}

.hero-section.cust-hero .hero-section-fullscreen-bg .bg-holder {
  background-size: auto 100%;
  background-position: 100% top;
}

.hero-section.cust-hero .hero-section-fullscreen-bg .bg-holder:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 200px;
  background: transparent -webkit-gradient(linear, left bottom, left top, color-stop(40%, #0a121d00), to(#0a121d)) 0 0 no-repeat padding-box;
  background: transparent linear-gradient(0deg, #0a121d00 40%, #0a121d 100%) 0 0 no-repeat padding-box;
}

.hero-section.cust-hero {
  padding-top: 40px;
}

.package-view .hero-section.cust-hero .hero-section-fullscreen-bg .bg-holder {
  background-position: 100% center;
}

.disable-neg-margin .flickity-carousel.flickity-cards {
  margin-top: 0 !important;
}

/*cboxClose
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/

#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9989;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#colorbox {
  z-index: 9999;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: transparent;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

#cboxLoadedContent iframe {
  display: none;
}

#cboxLoadedContent iframe:first-child {
  display: block;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/

#cboxOverlay {
  background: rgba(0, 0, 0, .7);
  opacity: .9;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 0;
  border-radius: 0;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  padding: 0;
  border-radius: 0;
}

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0;
  color: #ccc;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: bottom left;
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: bottom right;
}

#cboxClose:hover {
  background-position: bottom center;
}

#cboxClose {
  position: absolute;
  top: 20px;
  right: 40px;
  display: block;
  width: 38px;
  height: 19px;
  font-size: 33px;
  visibility: hidden;
}

#cboxClose:after {
  content: "\e991";
  position: absolute;
  left: 5px;
  visibility: visible;
  top: 14px;
  font-family: dstv-com-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 1.4rem;
}

.personalised-view-section {
  /*the other stuff*/
}

.personalised-view-section .active .general-list-module-card-click {
  border: 2px solid #1e9cdd;
}

.personalised-view-section .general-list-module-card-click {
  background-color: transparent;
}

.personalised-view-section .general-list-module-card-click .overlay-show,
.personalised-view-section .general-list-module-card-click .icon {
  display: none;
}

.personalised-view-section .active .general-list-module-card-click .overlay-show {
  display: block;
}

.personalised-view-section .active .general-list-module-card-click .icon {
  color: #1e9cdd;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.personalised-view-section .complete-spin {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .8);
}

.personalised-view-section .complete-spin .spin-loader {
  border-width: 3px;
  position: absolute;
  margin: 0 auto;
}

.personalised-view-section .link-btn {
  font-size: 1rem;
  position: relative;
  padding-right: 2.8rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.personalised-view-section .link-btn i {
  font-size: 1.5rem;
  display: inline-block;
  position: absolute;
  right: 0;
  color: inherit;
  top: 0;
}

.personalised-view-section .link-btn.text-right {
  text-align: right;
  padding-left: 2.8rem;
}

.personalised-view-section .link-btn.text-right i {
  right: auto;
  left: 0;
}

.personalised-view-section .link-btn.watch-link i {
  position: relative;
  font-size: 2.6rem;
  margin-right: 1.4rem;
  padding: 1.4rem 1.1rem 1.4rem 1.8rem;
}

.personalised-view-section .link-btn.watch-link i:after {
  content: "";
  position: absolute;
  top: 1.5px;
  left: 1.5px;
  right: 1.5px;
  bottom: 1.5px;
  border: 3px solid #fff;
  border-radius: 50%;
}

.personalised-view-section .link-btn.watch-link.watch-link-card i {
  font-size: 1rem;
  padding: 1rem .9rem 1rem 1.2rem;
}

.personalised-view-section .link-btn.watch-link.watch-link-card i:after {
  border: 1.5px solid #fff !important;
}

.personalised-view-section .flickity-btn-holder {
  z-index: 1;
  width: 5.6rem;
  bottom: 20px;
  right: -75px;
}

.personalised-view-section .flickity-btn-holder i,
.personalised-view-section .flickity-btn-holder i.icon {
  font-size: 40px;
}

.personalised-view-section .flickity-btn-holder i.color-white,
.personalised-view-section .flickity-btn-holder i.icon.color-white {
  color: #fff;
}

.personalised-view-section .flickity-btn-holder .flickity-btn {
  text-decoration: none;
}

.personalised-view-section .flickity-btn-holder .flickity-btn i,
.personalised-view-section .flickity-btn-holder .flickity-btn i.icon {
  font-size: 40px;
}

.personalised-view-section .flickity-btn-holder .flickity-btn i.color-white,
.personalised-view-section .flickity-btn-holder .flickity-btn i.icon.color-white {
  color: #fff;
}

.personalised-view-section .flickity-btn-holder .flickity-btn.alt-flickity-btn,
.personalised-view-section .flickity-btn-holder .flickity-btn.alt-flickity-btn:focus {
  width: 3.15rem;
  height: 3.15rem;
  color: #a2b6bf;
}

.personalised-view-section .flickity-btn-holder .flickity-btn.alt-flickity-btn.border,
.personalised-view-section .flickity-btn-holder .flickity-btn.alt-flickity-btn:focus.border {
  border-width: 2px;
  border-color: #a2b6bf !important;
}

.personalised-view-section .flickity-btn-holder .flickity-btn.alt-flickity-btn i,
.personalised-view-section .flickity-btn-holder .flickity-btn.alt-flickity-btn i.icon,
.personalised-view-section .flickity-btn-holder .flickity-btn.alt-flickity-btn:focus i,
.personalised-view-section .flickity-btn-holder .flickity-btn.alt-flickity-btn:focus i.icon {
  font-size: 1.3rem;
}

.personalised-view-section .flickity-btn-holder .flickity-btn.alt-flickity-btn:hover,
.personalised-view-section .flickity-btn-holder .flickity-btn.alt-flickity-btn:focus:hover {
  color: #fff !important;
}

.personalised-view-section .flickity-btn-holder .flickity-btn.alt-flickity-btn:hover.border,
.personalised-view-section .flickity-btn-holder .flickity-btn.alt-flickity-btn:focus:hover.border {
  border-color: #fff !important;
}

.personalised-view .general-list-module-card-click {
  background-color: transparent;
  position: relative;
  display: block;
  cursor: pointer;
}

.personalised-view .general-list-module-card-click .overlay-show,
.personalised-view .general-list-module-card-click .icon {
  display: none;
}

.personalised-view .like .general-list-module-card-click {
  border: 2px solid #1e9cdd;
}

.personalised-view .like .general-list-module-card-click .overlay-show {
  display: block;
}

.personalised-view .like .general-list-module-card-click .icon {
  color: #1e9cdd;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.carouselAccElmScrollTo .flickity-viewport {
  overflow: visible;
}

.carouselAccElmScrollTo .flickity-viewport .flickity-slider > div {
  opacity: .4;
}

.carouselAccElmScrollTo .flickity-viewport .flickity-slider > div.is-current {
  opacity: 1;
}

.carouselAccElmScrollTo .flickity-viewport .flickity-slider > div.is-selected {
  opacity: 1;
}

.carouselAccElmScrollTo .flickity-btn-holder {
  top: calc(50% - 1.575rem);
  width: auto;
  height: 3.15rem !important;
  bottom: auto;
}

.carouselAccElmScrollTo .flickity-btn-holder.fl-prev {
  left: 0;
  right: auto;
}

.carouselAccElmScrollTo .flickity-btn-holder.fl-next {
  left: auto;
  right: 0;
}

.cust-col-5 {
  max-width: 20%;
}

.flickity-visibleoverflow .flickity-viewport {
  overflow: visible;
}

.cover-size-hold {
  width: 100%;
  padding-top: 140%;
}

.hover-text-visible .card-title,
.hover-text-visible .content,
.hover-text-visible .text,
.hover-text-visible .overlay-light {
  opacity: 0;
  -webkit-transition: opacity ease-in-out .3s;
  transition: opacity ease-in-out .3s;
}

.hover-text-visible:hover .card-title,
.hover-text-visible:hover .content,
.hover-text-visible:hover .text,
.hover-text-visible:hover .overlay-light {
  opacity: 1;
}

.overlay-show {
  content: "";
  background-color: rgba(10, 18, 29, .7);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bg-hold {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.label-pill {
  display: inline-block;
  color: #0095da;
  padding: 9px 20px;
  border-radius: 20px;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.blur-bg-dark {
  background-color: rgba(10, 18, 29, .7);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.bg-menu-top-dark {
  background-color: rgba(0, 0, 0, .5);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  z-index: 2;
}

.bg-menu-top-dark.mobile {
  -webkit-backdrop-filter: blur(25px) brightness(170%);
  backdrop-filter: blur(25px) brightness(170%);
}

@supports not ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
  .bg-menu-top-dark {
    background-color: #000b3;
  }
}

.bg-menu-top-dark .nav-inactive {
  border-bottom: 2px solid transparent;
}

.bg-mnet {
  background: #0d2b44;
}

.bg-menu-dark {
  background: transparent linear-gradient(178deg, #121a25b3, #121a25b3, #0d1520b3, #0d1520b3);
  -webkit-backdrop-filter: blur(1px) brightness(50%);
  backdrop-filter: blur(1px) brightness(50%);
}

@supports not ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
  .bg-menu-dark {
    background: rgba(10, 18, 29, .9) !important;
  }
}

.bg-menu-dark .blur-menu-item {
  background: transparent linear-gradient(173deg, rgba(175, 176, 185, .1) 0%, rgba(175, 176, 185, .1) 49%, rgba(175, 176, 185, 0) 50%, rgba(175, 176, 185, 0) 100%);
  -webkit-box-shadow: 0 22px 30px rgba(0, 0, 0, .5);
  box-shadow: 0 22px 30px rgba(0, 0, 0, .5);
  border: 1px solid #fff1a;
  border-radius: 5px;
  opacity: 1;
}

.bg-menu-dark .blur-menu-item,
.bg-menu-dark .bg-white {
  height: 75px;
  width: 75px;
}

.bg-mnet-dropdown {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#19334c), to(#19334ccc));
  background: transparent linear-gradient(180deg, #19334c 0%, #19334ccc 100%);
  border: 1px solid #fff1a;
  -webkit-box-shadow: 0 6px 10px #00040;
  box-shadow: 0 6px 10px #00040;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}

.blur-menu-item {
  background: transparent linear-gradient(170deg, rgba(175, 176, 185, .05) 0%, rgba(175, 176, 185, .05) 50%, rgba(175, 176, 185, 0) 50%, rgba(175, 176, 185, 0) 100%) 0 0 no-repeat padding-box;
  -webkit-box-shadow: 0 22px 30px rgba(0, 0, 0, .5);
  box-shadow: 0 22px 30px rgba(0, 0, 0, .5);
  border-radius: 5px;
  opacity: 1;
  -webkit-backdrop-filter: blur(50px) brightness(4%) opacity(.5);
  backdrop-filter: blur(50px) brightness(4%) opacity(.5);
  border: 1px solid rgba(255, 255, 255, .1);
  width: 100px;
  height: 100px;
}

.bg-subnav {
  background: #0a121d1a 0 0 no-repeat padding-box;
  -webkit-backdrop-filter: blur(30px) brightness(90%);
  backdrop-filter: blur(30px) brightness(90%);
  border-width: 1px 0;
  opacity: 1;
  -webkit-animation: fadeInDown 250ms ease-in-out;
  animation: fadeInDown 250ms ease-in-out;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@supports not ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
  .bg-subnav {
    background-color: #0a121d80;
  }
}

.bg-subnav ul li:first-child {
  margin-left: 0 !important;
}

.bg-subnav ul li:last-child {
  margin-right: 0 !important;
}

.bg-subnav.siteNav {
  z-index: 1;
  background: transparent -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0))) 0 0 no-repeat padding-box;
  background: transparent linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%) 0 0 no-repeat padding-box;
  -webkit-backdrop-filter: blur(10px) brightness(90%);
  backdrop-filter: blur(10px) brightness(90%);
}

@supports not ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
  .bg-subnav.siteNav {
    background: transparent -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, .7))) !important;
    background: transparent linear-gradient(0deg, black 0%, rgba(0, 0, 0, .7) 100%) !important;
  }
}

.cross-holder {
  padding: 5px 10px 20px;
  margin-top: 11px;
  position: relative;
  -webkit-transition: all .3s ease-in-out, border 0ms;
  transition: all .3s ease-in-out, border 0ms;
  border: 1px solid #fff1a;
  background-color: #121a24;
}

.cross-holder-mnet {
  padding: 5px 10px 20px;
  margin-top: 11px;
  position: relative;
  -webkit-transition: all .3s ease-in-out, border 0ms;
  transition: all .3s ease-in-out, border 0ms;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#19334c), to(#19334ccc));
  background: transparent linear-gradient(180deg, #19334c 0%, #19334ccc 100%);
  border: 1px solid #fff1a;
}

.menu-dropdown li {
  min-height: 50px;
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: -2px;
}

.menu-dropdown li:hover {
  background-color: white;
  color: #0a121d;
}

.bg-mnet-nav-select {
  background-color: #19334c;
  border: 1px solid #fff1a;
  border-bottom-width: 2px;
  border-bottom-color: #0095da !important;
  padding: 11px 10px 19px;
  margin-top: 8px;
  -webkit-transition: all 0s ease-in-out, border 0ms;
  transition: all 0s ease-in-out, border 0ms;
}

.mobile-menu-active {
  background: rgba(255, 255, 255, .1) radial-gradient(closest-side at 50% 50%, rgba(0, 149, 218, .7) 0, rgba(0, 149, 218, .5) 51%, rgba(0, 149, 218, .3) 85%, rgba(0, 149, 218, .25) 92%, rgba(0, 149, 218, .15) 110%, rgba(0, 149, 218, .05) 125%) 0 0 no-repeat padding-box !important;
  -webkit-box-shadow: 0 0 20px #0178afed !important;
  box-shadow: 0 0 20px #0178afed !important;
  border-color: #68c5f959 !important;
}

.mobile-menu-active-shadow-only {
  -webkit-box-shadow: 0 0 20px #0178afed !important;
  box-shadow: 0 0 20px #0178afed !important;
}

a.menu-item-light:hover {
  text-decoration: none !important;
  color: black;
}

a.menu-item-dark:hover {
  text-decoration: none !important;
  color: #fff !important;
}

.popup-main-menu {
  top: 0;
  z-index: 7;
  -webkit-animation: fadeInUp 250ms ease-in-out;
  animation: fadeInUp 250ms ease-in-out;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.no-arrow .popover .arrow:after,
.no-arrow .popover .arrow:before {
  border-bottom: none !important;
}

.bg-popover-dstv .popover {
  opacity: 1;
  -webkit-backdrop-filter: blur(15px) brightness(100%);
  backdrop-filter: blur(15px) brightness(100%);
  border: 1px solid #fff1a;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(191, 195, 198, .77)), color-stop(50%, rgba(155, 155, 155, .77)), to(rgba(149, 146, 146, .74))) 0 0 no-repeat padding-box;
  background: transparent linear-gradient(180deg, rgba(191, 195, 198, .77) 0%, rgba(155, 155, 155, .77) 50%, rgba(149, 146, 146, .74) 100%) 0 0 no-repeat padding-box;
  -webkit-box-shadow: 0 3px 10px 7px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 10px 7px rgba(0, 0, 0, .5);
}

@supports not ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
  .bg-popover-dstv .popover {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#bfc3c6de), color-stop(50%, #9b9b9be6), to(#959292e6)) !important;
    background: transparent linear-gradient(180deg, #bfc3c6de 0%, #9b9b9be6 50%, #959292e6 100%) !important;
  }
}

.bg-popover-dstv .popover .btn {
  padding: .55rem 1.7rem !important;
}

.bg-popover-dstv .popover .arrow:after {
  border-bottom-color: rgba(255, 255, 255, .1);
}

.bg-popover-mnet .popover {
  opacity: 1;
  -webkit-backdrop-filter: blur(15px) brightness(100%);
  backdrop-filter: blur(15px) brightness(100%);
  border: 1px solid #fff1a;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#19334c), to(#19334ccc));
  background: transparent linear-gradient(180deg, #19334c 0%, #19334ccc 100%);
  -webkit-box-shadow: 0 6px 10px #00040;
  box-shadow: 0 6px 10px #00040;
}

@supports not ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
  .bg-popover-mnet .popover {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#bfc3c6de), color-stop(50%, #9b9b9be6), to(#959292e6)) !important;
    background: transparent linear-gradient(180deg, #bfc3c6de 0%, #9b9b9be6 50%, #959292e6 100%) !important;
  }
}

.bg-popover-mnet .popover .btn {
  padding: .55rem 1.7rem !important;
}

.bg-popover-mnet .popover .arrow:after {
  border-bottom-color: rgba(255, 255, 255, .1);
}

.min-w-btn-select {
  min-width: 170px;
}

.min-w-drop-arrow {
  min-width: 10px !important;
}

.min-h-drop-arrow {
  min-height: 30px !important;
}

.min-w-10 {
  min-width: 100px !important;
}

.mobile-menu-vh {
  max-height: calc(100vh - 133px);
  min-height: calc(100vh - 133px);
}

.search-element {
  background-color: transparent;
  color: #fff;
  border-radius: 0;
  border-color: rgba(255, 255, 255, .6);
  border-width: 0 0 1px 0;
  font-weight: 700;
  font-size: 1.25rem;
}

.search-element:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

.search-element:placeholder {
  color: rgba(255, 255, 255, .5);
}

.cust-p-btn {
  padding: .4375em 1.875rem;
}

.cust-neg-mt-dropdown {
  margin-top: -3px;
}

.cust-ml-drop-arrow {
  margin-left: 5px;
}

.h-btn {
  height: 47px;
}

.h-btn.small-btn {
  height: 35px !important;
}

.cust-nowrap-name {
  white-space: unset;
}

.cust-mx-mobile-menu {
  margin-left: 6px;
  margin-right: 6px;
}

.border-y-20 {
  border: 1px solid rgba(255, 255, 255, .2);
  border-width: 1px 0;
}

.border-y-10 {
  border: 1px solid rgba(255, 255, 255, .1);
  border-width: 1px 0;
}

.border-white-fade-10 {
  border: 1px solid rgba(255, 255, 255, .1);
}

.border-completly-transparent {
  border: 1px solid transparent;
}

.border-bottom-10 {
  border: 1px solid rgba(255, 255, 255, .1);
  border-width: 0 0 1px 0;
}

.blur-bg-dark-menu {
  -webkit-animation: fadeInCenter 250ms ease-in-out;
  animation: fadeInCenter 250ms ease-in-out;
  background: rgba(0, 0, 0, .7) 0 0 no-repeat padding-box;
  -webkit-backdrop-filter: blur(20px) brightness(100%);
  backdrop-filter: blur(20px) brightness(100%);
}

@-webkit-keyframes fadeInCenter {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInCenter {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@supports not ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
  .blur-bg-dark-menu {
    background-color: rgba(0, 0, 0, .9);
  }
}

.blur-bg-dark-menu.bg-mobile-site-switch {
  -webkit-animation: fadeInDown 250ms ease-in-out;
  animation: fadeInDown 250ms ease-in-out;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .7)), to(black)) 0 0 no-repeat padding-box;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, .7) 0%, black 100%) 0 0 no-repeat padding-box;
  -webkit-backdrop-filter: blur(20px) brightness(50%);
  backdrop-filter: blur(20px) brightness(50%);
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@supports not ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
  .blur-bg-dark-menu.bg-mobile-site-switch {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .7)), to(black)) !important;
    background: transparent linear-gradient(180deg, rgba(0, 0, 0, .7) 0%, black 100%) !important;
  }
}

.blur-bg-dark-menu.open-menu {
  background: rgba(10, 18, 29, .4) 0 0 no-repeat padding-box;
  -webkit-backdrop-filter: blur(10px) brightness(50%);
  backdrop-filter: blur(10px) brightness(100%);
  opacity: 100%;
  border-top: 1px solid #000 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 4px 11px rgba(0, 0, 0, .4);
  box-shadow: 0 4px 11px rgba(0, 0, 0, .4);
}

@supports not ((-webkit-backdrop-filter: blur(50px)) or (backdrop-filter: blur(50px))) {
  .blur-bg-dark-menu.open-menu {
    background: rgba(10, 18, 29, .6) !important;
  }
}

@supports not ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
  .blur-bg-dark-menu.mobile-menu {
    background-color: rgba(10, 18, 29, .9);
  }
}

.blur-bg-dark-menu .bg-site-switch-mobile-menu {
  background: #0a121d 0 0 no-repeat padding-box;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
  border: 1px solid rgba(255, 255, 255, .1);
  opacity: 1;
  -webkit-backdrop-filter: blur(50px) brightness(50%) opacity(50%);
  backdrop-filter: blur(50px) brightness(50%) opacity(50%);
}

@supports not ((-webkit-backdrop-filter: blur(50px)) or (backdrop-filter: blur(50px))) {
  .blur-bg-dark-menu .bg-site-switch-mobile-menu {
    background: rgba(10, 18, 29, .7) 0 0 no-repeat padding-box;
  }
}

.nav-active {
  border-bottom: 2px solid #0095da;
}

.cust-mt-3_5,
.cust-my-3_5 {
  margin-top: 2.2rem;
}

.cust-mb-3_5,
.cust-my-3_5 {
  margin-bottom: 2.2rem;
}

.transition-font-weight-2 {
  -webkit-transition: font-weight .2s ease;
  transition: font-weight .2s ease;
}

.border-width-1 {
  border-width: 1px !important;
}

.cross-holder-overlap {
  border-bottom: 0;
  top: 2px;
}

.transition-all-2 {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.cart-quantity-circle {
  min-height: 15px;
  min-width: 18px;
  background-color: #0095da;
  border: 1px solid white;
  font-size: 10px;
  top: -2px;
  left: 12px;
}

.fade-70-important {
  opacity: .7 !important;
}

.list-fill-animation-1 li,
.list-fill-animation-1 h2 {
  opacity: 0;
  -webkit-animation: list-fill .15s ease-in-out;
  animation: list-fill .15s ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.list-fill-animation-1 li:nth-child(1),
.list-fill-animation-1 h2:nth-child(1) {
  -webkit-animation-delay: .09s;
  animation-delay: .09s;
}

@-webkit-keyframes list-fill {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes list-fill {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.list-fill-animation-2 li,
.list-fill-animation-2 h2 {
  opacity: 0;
  -webkit-animation: list-fill .15s ease-in-out;
  animation: list-fill .15s ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.list-fill-animation-2 li:nth-child(1),
.list-fill-animation-2 h2:nth-child(1) {
  -webkit-animation-delay: .09s;
  animation-delay: .09s;
}

.list-fill-animation-2 li:nth-child(2),
.list-fill-animation-2 h2:nth-child(2) {
  -webkit-animation-delay: .18s;
  animation-delay: .18s;
}

@keyframes list-fill {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.list-fill-animation-3 li,
.list-fill-animation-3 h2 {
  opacity: 0;
  -webkit-animation: list-fill .15s ease-in-out;
  animation: list-fill .15s ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.list-fill-animation-3 li:nth-child(1),
.list-fill-animation-3 h2:nth-child(1) {
  -webkit-animation-delay: .09s;
  animation-delay: .09s;
}

.list-fill-animation-3 li:nth-child(2),
.list-fill-animation-3 h2:nth-child(2) {
  -webkit-animation-delay: .18s;
  animation-delay: .18s;
}

.list-fill-animation-3 li:nth-child(3),
.list-fill-animation-3 h2:nth-child(3) {
  -webkit-animation-delay: .27s;
  animation-delay: .27s;
}

@keyframes list-fill {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.list-fill-animation-4 li,
.list-fill-animation-4 h2 {
  opacity: 0;
  -webkit-animation: list-fill .15s ease-in-out;
  animation: list-fill .15s ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.list-fill-animation-4 li:nth-child(1),
.list-fill-animation-4 h2:nth-child(1) {
  -webkit-animation-delay: .09s;
  animation-delay: .09s;
}

.list-fill-animation-4 li:nth-child(2),
.list-fill-animation-4 h2:nth-child(2) {
  -webkit-animation-delay: .18s;
  animation-delay: .18s;
}

.list-fill-animation-4 li:nth-child(3),
.list-fill-animation-4 h2:nth-child(3) {
  -webkit-animation-delay: .27s;
  animation-delay: .27s;
}

.list-fill-animation-4 li:nth-child(4),
.list-fill-animation-4 h2:nth-child(4) {
  -webkit-animation-delay: .36s;
  animation-delay: .36s;
}

@keyframes list-fill {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.list-fill-animation-5 li,
.list-fill-animation-5 h2 {
  opacity: 0;
  -webkit-animation: list-fill .15s ease-in-out;
  animation: list-fill .15s ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.list-fill-animation-5 li:nth-child(1),
.list-fill-animation-5 h2:nth-child(1) {
  -webkit-animation-delay: .09s;
  animation-delay: .09s;
}

.list-fill-animation-5 li:nth-child(2),
.list-fill-animation-5 h2:nth-child(2) {
  -webkit-animation-delay: .18s;
  animation-delay: .18s;
}

.list-fill-animation-5 li:nth-child(3),
.list-fill-animation-5 h2:nth-child(3) {
  -webkit-animation-delay: .27s;
  animation-delay: .27s;
}

.list-fill-animation-5 li:nth-child(4),
.list-fill-animation-5 h2:nth-child(4) {
  -webkit-animation-delay: .36s;
  animation-delay: .36s;
}

.list-fill-animation-5 li:nth-child(5),
.list-fill-animation-5 h2:nth-child(5) {
  -webkit-animation-delay: .45s;
  animation-delay: .45s;
}

@keyframes list-fill {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.list-fill-animation-6 li,
.list-fill-animation-6 h2 {
  opacity: 0;
  -webkit-animation: list-fill .15s ease-in-out;
  animation: list-fill .15s ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.list-fill-animation-6 li:nth-child(1),
.list-fill-animation-6 h2:nth-child(1) {
  -webkit-animation-delay: .09s;
  animation-delay: .09s;
}

.list-fill-animation-6 li:nth-child(2),
.list-fill-animation-6 h2:nth-child(2) {
  -webkit-animation-delay: .18s;
  animation-delay: .18s;
}

.list-fill-animation-6 li:nth-child(3),
.list-fill-animation-6 h2:nth-child(3) {
  -webkit-animation-delay: .27s;
  animation-delay: .27s;
}

.list-fill-animation-6 li:nth-child(4),
.list-fill-animation-6 h2:nth-child(4) {
  -webkit-animation-delay: .36s;
  animation-delay: .36s;
}

.list-fill-animation-6 li:nth-child(5),
.list-fill-animation-6 h2:nth-child(5) {
  -webkit-animation-delay: .45s;
  animation-delay: .45s;
}

.list-fill-animation-6 li:nth-child(6),
.list-fill-animation-6 h2:nth-child(6) {
  -webkit-animation-delay: .54s;
  animation-delay: .54s;
}

@keyframes list-fill {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.list-fill-animation-7 li,
.list-fill-animation-7 h2 {
  opacity: 0;
  -webkit-animation: list-fill .15s ease-in-out;
  animation: list-fill .15s ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.list-fill-animation-7 li:nth-child(1),
.list-fill-animation-7 h2:nth-child(1) {
  -webkit-animation-delay: .09s;
  animation-delay: .09s;
}

.list-fill-animation-7 li:nth-child(2),
.list-fill-animation-7 h2:nth-child(2) {
  -webkit-animation-delay: .18s;
  animation-delay: .18s;
}

.list-fill-animation-7 li:nth-child(3),
.list-fill-animation-7 h2:nth-child(3) {
  -webkit-animation-delay: .27s;
  animation-delay: .27s;
}

.list-fill-animation-7 li:nth-child(4),
.list-fill-animation-7 h2:nth-child(4) {
  -webkit-animation-delay: .36s;
  animation-delay: .36s;
}

.list-fill-animation-7 li:nth-child(5),
.list-fill-animation-7 h2:nth-child(5) {
  -webkit-animation-delay: .45s;
  animation-delay: .45s;
}

.list-fill-animation-7 li:nth-child(6),
.list-fill-animation-7 h2:nth-child(6) {
  -webkit-animation-delay: .54s;
  animation-delay: .54s;
}

.list-fill-animation-7 li:nth-child(7),
.list-fill-animation-7 h2:nth-child(7) {
  -webkit-animation-delay: .63s;
  animation-delay: .63s;
}

@keyframes list-fill {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.list-fill-animation-8 li,
.list-fill-animation-8 h2 {
  opacity: 0;
  -webkit-animation: list-fill .15s ease-in-out;
  animation: list-fill .15s ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.list-fill-animation-8 li:nth-child(1),
.list-fill-animation-8 h2:nth-child(1) {
  -webkit-animation-delay: .09s;
  animation-delay: .09s;
}

.list-fill-animation-8 li:nth-child(2),
.list-fill-animation-8 h2:nth-child(2) {
  -webkit-animation-delay: .18s;
  animation-delay: .18s;
}

.list-fill-animation-8 li:nth-child(3),
.list-fill-animation-8 h2:nth-child(3) {
  -webkit-animation-delay: .27s;
  animation-delay: .27s;
}

.list-fill-animation-8 li:nth-child(4),
.list-fill-animation-8 h2:nth-child(4) {
  -webkit-animation-delay: .36s;
  animation-delay: .36s;
}

.list-fill-animation-8 li:nth-child(5),
.list-fill-animation-8 h2:nth-child(5) {
  -webkit-animation-delay: .45s;
  animation-delay: .45s;
}

.list-fill-animation-8 li:nth-child(6),
.list-fill-animation-8 h2:nth-child(6) {
  -webkit-animation-delay: .54s;
  animation-delay: .54s;
}

.list-fill-animation-8 li:nth-child(7),
.list-fill-animation-8 h2:nth-child(7) {
  -webkit-animation-delay: .63s;
  animation-delay: .63s;
}

.list-fill-animation-8 li:nth-child(8),
.list-fill-animation-8 h2:nth-child(8) {
  -webkit-animation-delay: .72s;
  animation-delay: .72s;
}

@keyframes list-fill {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.list-fill-animation-9 li,
.list-fill-animation-9 h2 {
  opacity: 0;
  -webkit-animation: list-fill .15s ease-in-out;
  animation: list-fill .15s ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.list-fill-animation-9 li:nth-child(1),
.list-fill-animation-9 h2:nth-child(1) {
  -webkit-animation-delay: .09s;
  animation-delay: .09s;
}

.list-fill-animation-9 li:nth-child(2),
.list-fill-animation-9 h2:nth-child(2) {
  -webkit-animation-delay: .18s;
  animation-delay: .18s;
}

.list-fill-animation-9 li:nth-child(3),
.list-fill-animation-9 h2:nth-child(3) {
  -webkit-animation-delay: .27s;
  animation-delay: .27s;
}

.list-fill-animation-9 li:nth-child(4),
.list-fill-animation-9 h2:nth-child(4) {
  -webkit-animation-delay: .36s;
  animation-delay: .36s;
}

.list-fill-animation-9 li:nth-child(5),
.list-fill-animation-9 h2:nth-child(5) {
  -webkit-animation-delay: .45s;
  animation-delay: .45s;
}

.list-fill-animation-9 li:nth-child(6),
.list-fill-animation-9 h2:nth-child(6) {
  -webkit-animation-delay: .54s;
  animation-delay: .54s;
}

.list-fill-animation-9 li:nth-child(7),
.list-fill-animation-9 h2:nth-child(7) {
  -webkit-animation-delay: .63s;
  animation-delay: .63s;
}

.list-fill-animation-9 li:nth-child(8),
.list-fill-animation-9 h2:nth-child(8) {
  -webkit-animation-delay: .72s;
  animation-delay: .72s;
}

.list-fill-animation-9 li:nth-child(9),
.list-fill-animation-9 h2:nth-child(9) {
  -webkit-animation-delay: .81s;
  animation-delay: .81s;
}

@keyframes list-fill {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.list-fill-animation-10 li,
.list-fill-animation-10 h2 {
  opacity: 0;
  -webkit-animation: list-fill .15s ease-in-out;
  animation: list-fill .15s ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.list-fill-animation-10 li:nth-child(1),
.list-fill-animation-10 h2:nth-child(1) {
  -webkit-animation-delay: .09s;
  animation-delay: .09s;
}

.list-fill-animation-10 li:nth-child(2),
.list-fill-animation-10 h2:nth-child(2) {
  -webkit-animation-delay: .18s;
  animation-delay: .18s;
}

.list-fill-animation-10 li:nth-child(3),
.list-fill-animation-10 h2:nth-child(3) {
  -webkit-animation-delay: .27s;
  animation-delay: .27s;
}

.list-fill-animation-10 li:nth-child(4),
.list-fill-animation-10 h2:nth-child(4) {
  -webkit-animation-delay: .36s;
  animation-delay: .36s;
}

.list-fill-animation-10 li:nth-child(5),
.list-fill-animation-10 h2:nth-child(5) {
  -webkit-animation-delay: .45s;
  animation-delay: .45s;
}

.list-fill-animation-10 li:nth-child(6),
.list-fill-animation-10 h2:nth-child(6) {
  -webkit-animation-delay: .54s;
  animation-delay: .54s;
}

.list-fill-animation-10 li:nth-child(7),
.list-fill-animation-10 h2:nth-child(7) {
  -webkit-animation-delay: .63s;
  animation-delay: .63s;
}

.list-fill-animation-10 li:nth-child(8),
.list-fill-animation-10 h2:nth-child(8) {
  -webkit-animation-delay: .72s;
  animation-delay: .72s;
}

.list-fill-animation-10 li:nth-child(9),
.list-fill-animation-10 h2:nth-child(9) {
  -webkit-animation-delay: .81s;
  animation-delay: .81s;
}

.list-fill-animation-10 li:nth-child(10),
.list-fill-animation-10 h2:nth-child(10) {
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}

@keyframes list-fill {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.bold-after::before {
  display: block;
  content: attr(data-title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.bold-hover:hover {
  font-weight: bold;
  opacity: 1 !important;
}

.cust-mr-1,
.cust-mx-1 {
  margin-right: 10px;
}

.cust-ml-1,
.cust-mx-1 {
  margin-left: 10px;
}

.cust-mt-1,
.cust-my-1 {
  margin-top: 10px;
}

.cust-mb-1,
.cust-my-1 {
  margin-bottom: 10px;
}

.cust-m-1 {
  margin: 10px;
}

.cust-pr-1,
.cust-px-1 {
  padding-right: 10px;
}

.cust-pl-1,
.cust-px-1 {
  padding-left: 10px;
}

.cust-pt-1,
.cust-py-1 {
  padding-top: 10px;
}

.cust-pb-1,
.cust-py-1 {
  padding-bottom: 10px;
}

.cust-p-1 {
  padding: 10px;
}

.cust-mr-2,
.cust-mx-2 {
  margin-right: 20px;
}

.cust-ml-2,
.cust-mx-2 {
  margin-left: 20px;
}

.cust-mt-2,
.cust-my-2 {
  margin-top: 20px;
}

.cust-mb-2,
.cust-my-2 {
  margin-bottom: 20px;
}

.cust-m-2 {
  margin: 20px;
}

.cust-pr-2,
.cust-px-2 {
  padding-right: 20px;
}

.cust-pl-2,
.cust-px-2 {
  padding-left: 20px;
}

.cust-pt-2,
.cust-py-2 {
  padding-top: 20px;
}

.cust-pb-2,
.cust-py-2 {
  padding-bottom: 20px;
}

.cust-p-2 {
  padding: 20px;
}

.cust-mr-3,
.cust-mx-3 {
  margin-right: 30px;
}

.cust-ml-3,
.cust-mx-3 {
  margin-left: 30px;
}

.cust-mt-3,
.cust-my-3 {
  margin-top: 30px;
}

.cust-mb-3,
.cust-my-3 {
  margin-bottom: 30px;
}

.cust-m-3 {
  margin: 30px;
}

.cust-pr-3,
.cust-px-3 {
  padding-right: 30px;
}

.cust-pl-3,
.cust-px-3 {
  padding-left: 30px;
}

.cust-pt-3,
.cust-py-3 {
  padding-top: 30px;
}

.cust-pb-3,
.cust-py-3 {
  padding-bottom: 30px;
}

.cust-p-3 {
  padding: 30px;
}

.cust-mr-4,
.cust-mx-4 {
  margin-right: 40px;
}

.cust-ml-4,
.cust-mx-4 {
  margin-left: 40px;
}

.cust-mt-4,
.cust-my-4 {
  margin-top: 40px;
}

.cust-mb-4,
.cust-my-4 {
  margin-bottom: 40px;
}

.cust-m-4 {
  margin: 40px;
}

.cust-pr-4,
.cust-px-4 {
  padding-right: 40px;
}

.cust-pl-4,
.cust-px-4 {
  padding-left: 40px;
}

.cust-pt-4,
.cust-py-4 {
  padding-top: 40px;
}

.cust-pb-4,
.cust-py-4 {
  padding-bottom: 40px;
}

.cust-p-4 {
  padding: 40px;
}

.cust-mr-5,
.cust-mx-5 {
  margin-right: 50px;
}

.cust-ml-5,
.cust-mx-5 {
  margin-left: 50px;
}

.cust-mt-5,
.cust-my-5 {
  margin-top: 50px;
}

.cust-mb-5,
.cust-my-5 {
  margin-bottom: 50px;
}

.cust-m-5 {
  margin: 50px;
}

.cust-pr-5,
.cust-px-5 {
  padding-right: 50px;
}

.cust-pl-5,
.cust-px-5 {
  padding-left: 50px;
}

.cust-pt-5,
.cust-py-5 {
  padding-top: 50px;
}

.cust-pb-5,
.cust-py-5 {
  padding-bottom: 50px;
}

.cust-p-5 {
  padding: 50px;
}

.cust-mr-6,
.cust-mx-6 {
  margin-right: 60px;
}

.cust-ml-6,
.cust-mx-6 {
  margin-left: 60px;
}

.cust-mt-6,
.cust-my-6 {
  margin-top: 60px;
}

.cust-mb-6,
.cust-my-6 {
  margin-bottom: 60px;
}

.cust-m-6 {
  margin: 60px;
}

.cust-pr-6,
.cust-px-6 {
  padding-right: 60px;
}

.cust-pl-6,
.cust-px-6 {
  padding-left: 60px;
}

.cust-pt-6,
.cust-py-6 {
  padding-top: 60px;
}

.cust-pb-6,
.cust-py-6 {
  padding-bottom: 60px;
}

.cust-p-6 {
  padding: 60px;
}

.cust-mr-7,
.cust-mx-7 {
  margin-right: 70px;
}

.cust-ml-7,
.cust-mx-7 {
  margin-left: 70px;
}

.cust-mt-7,
.cust-my-7 {
  margin-top: 70px;
}

.cust-mb-7,
.cust-my-7 {
  margin-bottom: 70px;
}

.cust-m-7 {
  margin: 70px;
}

.cust-pr-7,
.cust-px-7 {
  padding-right: 70px;
}

.cust-pl-7,
.cust-px-7 {
  padding-left: 70px;
}

.cust-pt-7,
.cust-py-7 {
  padding-top: 70px;
}

.cust-pb-7,
.cust-py-7 {
  padding-bottom: 70px;
}

.cust-p-7 {
  padding: 70px;
}

.cust-mr-8,
.cust-mx-8 {
  margin-right: 80px;
}

.cust-ml-8,
.cust-mx-8 {
  margin-left: 80px;
}

.cust-mt-8,
.cust-my-8 {
  margin-top: 80px;
}

.cust-mb-8,
.cust-my-8 {
  margin-bottom: 80px;
}

.cust-m-8 {
  margin: 80px;
}

.cust-pr-8,
.cust-px-8 {
  padding-right: 80px;
}

.cust-pl-8,
.cust-px-8 {
  padding-left: 80px;
}

.cust-pt-8,
.cust-py-8 {
  padding-top: 80px;
}

.cust-pb-8,
.cust-py-8 {
  padding-bottom: 80px;
}

.cust-p-8 {
  padding: 80px;
}

.cust-mr-9,
.cust-mx-9 {
  margin-right: 90px;
}

.cust-ml-9,
.cust-mx-9 {
  margin-left: 90px;
}

.cust-mt-9,
.cust-my-9 {
  margin-top: 90px;
}

.cust-mb-9,
.cust-my-9 {
  margin-bottom: 90px;
}

.cust-m-9 {
  margin: 90px;
}

.cust-pr-9,
.cust-px-9 {
  padding-right: 90px;
}

.cust-pl-9,
.cust-px-9 {
  padding-left: 90px;
}

.cust-pt-9,
.cust-py-9 {
  padding-top: 90px;
}

.cust-pb-9,
.cust-py-9 {
  padding-bottom: 90px;
}

.cust-p-9 {
  padding: 90px;
}

.cust-mr-10,
.cust-mx-10 {
  margin-right: 100px;
}

.cust-ml-10,
.cust-mx-10 {
  margin-left: 100px;
}

.cust-mt-10,
.cust-my-10 {
  margin-top: 100px;
}

.cust-mb-10,
.cust-my-10 {
  margin-bottom: 100px;
}

.cust-m-10 {
  margin: 100px;
}

.cust-pr-10,
.cust-px-10 {
  padding-right: 100px;
}

.cust-pl-10,
.cust-px-10 {
  padding-left: 100px;
}

.cust-pt-10,
.cust-py-10 {
  padding-top: 100px;
}

.cust-pb-10,
.cust-py-10 {
  padding-bottom: 100px;
}

.cust-p-10 {
  padding: 100px;
}

.cust-mr-11,
.cust-mx-11 {
  margin-right: 110px;
}

.cust-ml-11,
.cust-mx-11 {
  margin-left: 110px;
}

.cust-mt-11,
.cust-my-11 {
  margin-top: 110px;
}

.cust-mb-11,
.cust-my-11 {
  margin-bottom: 110px;
}

.cust-m-11 {
  margin: 110px;
}

.cust-pr-11,
.cust-px-11 {
  padding-right: 110px;
}

.cust-pl-11,
.cust-px-11 {
  padding-left: 110px;
}

.cust-pt-11,
.cust-py-11 {
  padding-top: 110px;
}

.cust-pb-11,
.cust-py-11 {
  padding-bottom: 110px;
}

.cust-p-11 {
  padding: 110px;
}

.cust-mr-12,
.cust-mx-12 {
  margin-right: 120px;
}

.cust-ml-12,
.cust-mx-12 {
  margin-left: 120px;
}

.cust-mt-12,
.cust-my-12 {
  margin-top: 120px;
}

.cust-mb-12,
.cust-my-12 {
  margin-bottom: 120px;
}

.cust-m-12 {
  margin: 120px;
}

.cust-pr-12,
.cust-px-12 {
  padding-right: 120px;
}

.cust-pl-12,
.cust-px-12 {
  padding-left: 120px;
}

.cust-pt-12,
.cust-py-12 {
  padding-top: 120px;
}

.cust-pb-12,
.cust-py-12 {
  padding-bottom: 120px;
}

.cust-p-12 {
  padding: 120px;
}

.rounded-bottom-none {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-top-none {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.overflowY-scroll {
  overflow-y: scroll;
}

.z-7 {
  z-index: 7;
}

.card-text {
  font-size: 1rem;
}

.card-text.tiny-text {
  font-size: .5rem;
}

.card-text.very-small-text {
  font-size: .625rem;
}

.card-text.sub-text {
  font-size: .75rem;
}

.card-text.smaller-text {
  font-size: .875rem;
}

.card-text.bigger-text {
  font-size: 1.125rem;
}

.min-w-auto {
  min-width: 0 !important;
}

.letter-spacing-3 {
  letter-spacing: 3px;
}

.fade-half-important {
  opacity: .5 !important;
}

.fade-70-important {
  opacity: .7 !important;
}

.fade-70-active {
  opacity: .7;
}

.fade-70-active:hover {
  opacity: 1;
}

.fade-half-active {
  opacity: .5;
}

.fade-half-active:hover {
  opacity: 1;
}

.outline-white {
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 1;
}

.vh-mobile-site-switch {
  height: calc(100vh - 50px) !important;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.blue-hover:hover {
  color: #0095da !important;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.menu-jcf-select {
  background: transparent;
  border: 1px solid #fff;
}

.menu-jcf-select .jcf-select {
  padding: .1rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.menu-jcf-select .jcf-select .jcf-select-text {
  margin: 7px 30px 7px 30px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
}

.menu-jcf-select .jcf-select .jcf-select-opener {
  height: unset;
  width: 40px;
}

.menu-jcf-select .jcf-select .jcf-select-opener:before {
  left: 0;
  top: 50%;
  width: 12px;
  height: 12px;
}

.menu-jcf-select .jcf-select .jcf-select-opener:after {
  font-size: 18px;
  top: 18px;
}

.menu-jcf-select .jcf-select .jcf-select-drop {
  left: 1px;
}

.menu-jcf-select .jcf-select.jcf-drop-active .jcf-select-opener:before {
  left: 0;
  top: 33%;
}

.menu-jcf-select .jcf-list {
  background-color: #92969a;
  -webkit-box-shadow: 0 3px 10px 7px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 10px 7px rgba(0, 0, 0, .5);
  opacity: 1;
  -webkit-backdrop-filter: blur(15px) brightness(100%);
  backdrop-filter: blur(15px) brightness(100%);
  border: 1px solid #fff1a;
  border-radius: 5px;
}

.menu-jcf-select .jcf-list .jcf-list-content {
  border-radius: 5px;
  border: none;
}

.menu-jcf-select .jcf-list .jcf-list-content:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(2, 2, 2, .2);
  z-index: 0;
}

.menu-jcf-select .jcf-list .jcf-option {
  color: #fff;
  font-size: .875rem;
  padding: 18px 20px;
}

.menu-jcf-select .jcf-list .jcf-hover {
  background-color: white;
  color: #0a121d;
}

.min-w-site-select-dropdowns {
  min-width: 210px;
}

.mobile-search-vh {
  height: calc(100vh - 140px);
}

.cust-flow-menu-site-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 50px;
  margin-right: 50px;
}

.cust-flow-menu-site-nav .cust-site-nav-item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.scrollbar-container .ps__rail-y {
  opacity: .6;
}

.cust-neg-mt-cart {
  margin-top: -2px;
}

.cust-ml-xxl-sub-nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.h-fit {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.vh-mobile-search {
  height: calc(100vh - 91px);
}

.column-count-1 {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

.column-count-1 ul {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.column-count-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.column-count-2 ul {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.column-count-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.column-count-3 ul {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.column-count-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}

.column-count-4 ul {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.dstv-dropdown {
  -webkit-animation: fadeInDown 250ms ease-in-out;
  animation: fadeInDown 250ms ease-in-out;
  background: rgba(10, 18, 29, .25) 0 0 no-repeat padding-box;
  -webkit-box-shadow: 0 22px 30px rgba(0, 0, 0, .5);
  box-shadow: 0 22px 30px rgba(0, 0, 0, .5);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 5px;
  opacity: 1;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.bottom-0-transform {
  top: calc(100vh - 91px);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.search-element.remove-defualt-cancel::-webkit-search-cancel-button {
  /* Remove default */
  -webkit-appearance: none;
}

.font-bold {
  font-weight: 700;
}

/*
 * Container style
 */

.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */

.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: block;
  opacity: 1 !important;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: .6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: .9;
}

/*
 * Scrollbar thumb styles
 */

.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

.scrollbar-container {
  position: relative;
  height: 100%;
}

/*# sourceMappingURL=styles.css.map*/

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spin-loader {
  margin-bottom: 20px;
  border: 1px solid rgba(162, 182, 191, .4);
  border-left-color: #fff;
  border-bottom-color: #fff;
  border-top-color: #fff;
  -webkit-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 84px;
  height: 84px;
  z-index: 2;
}

.spin-loader.support-blue {
  border-width: 2px 1px 2px 2px;
  border-left-color: #0095da;
  border-bottom-color: #0095da;
  border-top-color: #0095da;
}

.get-connected-container .form-label-group-dstv.dropdown {
  /*Styling for the dropdown part*/
}

.get-connected-container .form-label-group-dstv.dropdown .jcf-select {
  border-bottom: 1px solid rgba(10, 18, 29, .4);
}

.get-connected-container .form-label-group-dstv.dropdown .jcf-select .jcf-select-text .jcf-option-default-select-option {
  color: rgba(10, 18, 29, .4);
}

.get-connected-container .form-label-group-dstv.dropdown .jcf-select .jcf-select-opener:before {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-color: #fff;
}

.get-connected-container .form-label-group-dstv.dropdown .jcf-select-drop .jcf-list {
  border: 1px solid #eaeaea;
  border-radius: 5px;
  border-top: none;
  -webkit-box-shadow: 0 5px 10px #00020;
  box-shadow: 0 5px 10px #00020;
}

.get-connected-container .form-label-group-dstv.dropdown .jcf-select-drop .jcf-list .jcf-option.jcf-selected {
  color: #179edd !important;
  font-weight: 400;
  background: #0a121d10;
}

@media all and (max-width: 990px) {
  .v-align-children {
    display: block !important;
  }
}

@media all and (max-width: 992px) {
  .hide-arrowsMobile .flickity-button {
    display: none !important;
  }

  .personalised-view-section .link-btn.watch-link i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 3rem;
    min-width: 3rem;
    height: 3rem;
    width: 3rem;
    padding: 0 0 0 .2rem !important;
    border-width: 1px;
    font-size: 1rem;
    margin-right: 1rem;
  }

  .personalised-view-section .link-btn.watch-link i:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-width: 2px;
  }
}

@media (min-width: 768px) and (max-width: 1499.95px) {
  .btn:not(.umb-button__button):not(.umb-button--) {
    padding: .5rem 1.7rem .55rem;
    min-width: 180px;
  }
}

@media (min-width: 1500px) {
  .btn:not(.umb-button__button):not(.umb-button--) {
    padding: .56rem 1.7rem .55rem;
    min-width: 210px;
  }

  .cust-ml-xxl-sub-nav {
    margin-left: 210px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}

@media all and (min-width: 992px) {
  .btn-medium:not(.umb-button__button):not(.umb-button--) {
    padding: .6rem 0rem;
    min-width: 180px;
  }

  h1.article-news-top-title,
  .h1.article-news-top-title {
    font-size: 3rem;
  }

  .cust-col-lg-5 {
    max-width: 20%;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group-dstv > label {
    display: none;
  }

  .form-label-group-dstv input:-ms-input-placeholder {
    color: rgba(10, 18, 29, .4);
  }
}

@media (min-width: 768px) {
  .anchor-target {
    margin-top: -60px;
  }

  .filtration-holder,
  .smooth-scroll-nav-holder,
  .content-nav-holder {
    margin-bottom: .75rem;
    width: 100%;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    width: 100%;
    -webkit-transition: opacity .3s linear, visibility .3s linear;
    border: 1px solid #272f39;
    background-color: #171e29;
    padding: 0;
  }

  .dropdown-toggle::after {
    display: none;
  }

  .dropdown-item {
    display: block;
    padding: 1.1rem 0;
    float: left;
    width: 100%;
    color: rgba(255, 255, 255, .7);
  }

  .dropdown-item:hover {
    color: #fff;
    background-color: #272f39;
    opacity: 1;
  }

  .dropdown-item-heading {
    font-size: 1.66rem;
    font-weight: 500;
    line-height: 1.1;
    display: block;
    padding: 1.1rem 0;
    color: #fff;
    float: left;
    width: 100%;
  }

  .neg-mt-md-5 {
    margin-top: -5rem;
  }

  .social-media-gradientband p {
    margin-bottom: 0;
  }

  .cust-mr-md-0,
  .cust-mx-md-0 {
    margin-right: 0;
  }

  .cust-ml-md-0,
  .cust-mx-md-0 {
    margin-left: 0;
  }

  .cust-mt-md-0,
  .cust-my-md-0 {
    margin-top: 0;
  }

  .cust-mb-md-0,
  .cust-my-md-0 {
    margin-bottom: 0;
  }

  .cust-m-md-0 {
    margin: 0;
  }

  .cust-pr-md-0,
  .cust-px-md-0 {
    padding-right: 0;
  }

  .cust-pl-md-0,
  .cust-px-md-0 {
    padding-left: 0;
  }

  .cust-pt-md-0,
  .cust-py-md-0 {
    padding-top: 0;
  }

  .cust-pb-md-0,
  .cust-py-md-0 {
    padding-bottom: 0;
  }

  .cust-p-md-0 {
    padding: 0;
  }

  .cust-mr-md-1,
  .cust-mx-md-1 {
    margin-right: 10px;
  }

  .cust-ml-md-1,
  .cust-mx-md-1 {
    margin-left: 10px;
  }

  .cust-mt-md-1,
  .cust-my-md-1 {
    margin-top: 10px;
  }

  .cust-mb-md-1,
  .cust-my-md-1 {
    margin-bottom: 10px;
  }

  .cust-m-md-1 {
    margin: 10px;
  }

  .cust-pr-md-1,
  .cust-px-md-1 {
    padding-right: 10px;
  }

  .cust-pl-md-1,
  .cust-px-md-1 {
    padding-left: 10px;
  }

  .cust-pt-md-1,
  .cust-py-md-1 {
    padding-top: 10px;
  }

  .cust-pb-md-1,
  .cust-py-md-1 {
    padding-bottom: 10px;
  }

  .cust-p-md-1 {
    padding: 10px;
  }

  .cust-mr-md-2,
  .cust-mx-md-2 {
    margin-right: 20px;
  }

  .cust-ml-md-2,
  .cust-mx-md-2 {
    margin-left: 20px;
  }

  .cust-mt-md-2,
  .cust-my-md-2 {
    margin-top: 20px;
  }

  .cust-mb-md-2,
  .cust-my-md-2 {
    margin-bottom: 20px;
  }

  .cust-m-md-2 {
    margin: 20px;
  }

  .cust-pr-md-2,
  .cust-px-md-2 {
    padding-right: 20px;
  }

  .cust-pl-md-2,
  .cust-px-md-2 {
    padding-left: 20px;
  }

  .cust-pt-md-2,
  .cust-py-md-2 {
    padding-top: 20px;
  }

  .cust-pb-md-2,
  .cust-py-md-2 {
    padding-bottom: 20px;
  }

  .cust-p-md-2 {
    padding: 20px;
  }

  .cust-mr-md-3,
  .cust-mx-md-3 {
    margin-right: 30px;
  }

  .cust-ml-md-3,
  .cust-mx-md-3 {
    margin-left: 30px;
  }

  .cust-mt-md-3,
  .cust-my-md-3 {
    margin-top: 30px;
  }

  .cust-mb-md-3,
  .cust-my-md-3 {
    margin-bottom: 30px;
  }

  .cust-m-md-3 {
    margin: 30px;
  }

  .cust-pr-md-3,
  .cust-px-md-3 {
    padding-right: 30px;
  }

  .cust-pl-md-3,
  .cust-px-md-3 {
    padding-left: 30px;
  }

  .cust-pt-md-3,
  .cust-py-md-3 {
    padding-top: 30px;
  }

  .cust-pb-md-3,
  .cust-py-md-3 {
    padding-bottom: 30px;
  }

  .cust-p-md-3 {
    padding: 30px;
  }

  .cust-mr-md-4,
  .cust-mx-md-4 {
    margin-right: 40px;
  }

  .cust-ml-md-4,
  .cust-mx-md-4 {
    margin-left: 40px;
  }

  .cust-mt-md-4,
  .cust-my-md-4 {
    margin-top: 40px;
  }

  .cust-mb-md-4,
  .cust-my-md-4 {
    margin-bottom: 40px;
  }

  .cust-m-md-4 {
    margin: 40px;
  }

  .cust-pr-md-4,
  .cust-px-md-4 {
    padding-right: 40px;
  }

  .cust-pl-md-4,
  .cust-px-md-4 {
    padding-left: 40px;
  }

  .cust-pt-md-4,
  .cust-py-md-4 {
    padding-top: 40px;
  }

  .cust-pb-md-4,
  .cust-py-md-4 {
    padding-bottom: 40px;
  }

  .cust-p-md-4 {
    padding: 40px;
  }

  .cust-mr-md-5,
  .cust-mx-md-5 {
    margin-right: 50px;
  }

  .cust-ml-md-5,
  .cust-mx-md-5 {
    margin-left: 50px;
  }

  .cust-mt-md-5,
  .cust-my-md-5 {
    margin-top: 50px;
  }

  .cust-mb-md-5,
  .cust-my-md-5 {
    margin-bottom: 50px;
  }

  .cust-m-md-5 {
    margin: 50px;
  }

  .cust-pr-md-5,
  .cust-px-md-5 {
    padding-right: 50px;
  }

  .cust-pl-md-5,
  .cust-px-md-5 {
    padding-left: 50px;
  }

  .cust-pt-md-5,
  .cust-py-md-5 {
    padding-top: 50px;
  }

  .cust-pb-md-5,
  .cust-py-md-5 {
    padding-bottom: 50px;
  }

  .cust-p-md-5 {
    padding: 50px;
  }

  .cust-mr-md-6,
  .cust-mx-md-6 {
    margin-right: 60px;
  }

  .cust-ml-md-6,
  .cust-mx-md-6 {
    margin-left: 60px;
  }

  .cust-mt-md-6,
  .cust-my-md-6 {
    margin-top: 60px;
  }

  .cust-mb-md-6,
  .cust-my-md-6 {
    margin-bottom: 60px;
  }

  .cust-m-md-6 {
    margin: 60px;
  }

  .cust-pr-md-6,
  .cust-px-md-6 {
    padding-right: 60px;
  }

  .cust-pl-md-6,
  .cust-px-md-6 {
    padding-left: 60px;
  }

  .cust-pt-md-6,
  .cust-py-md-6 {
    padding-top: 60px;
  }

  .cust-pb-md-6,
  .cust-py-md-6 {
    padding-bottom: 60px;
  }

  .cust-p-md-6 {
    padding: 60px;
  }

  .cust-mr-md-7,
  .cust-mx-md-7 {
    margin-right: 70px;
  }

  .cust-ml-md-7,
  .cust-mx-md-7 {
    margin-left: 70px;
  }

  .cust-mt-md-7,
  .cust-my-md-7 {
    margin-top: 70px;
  }

  .cust-mb-md-7,
  .cust-my-md-7 {
    margin-bottom: 70px;
  }

  .cust-m-md-7 {
    margin: 70px;
  }

  .cust-pr-md-7,
  .cust-px-md-7 {
    padding-right: 70px;
  }

  .cust-pl-md-7,
  .cust-px-md-7 {
    padding-left: 70px;
  }

  .cust-pt-md-7,
  .cust-py-md-7 {
    padding-top: 70px;
  }

  .cust-pb-md-7,
  .cust-py-md-7 {
    padding-bottom: 70px;
  }

  .cust-p-md-7 {
    padding: 70px;
  }

  .cust-mr-md-8,
  .cust-mx-md-8 {
    margin-right: 80px;
  }

  .cust-ml-md-8,
  .cust-mx-md-8 {
    margin-left: 80px;
  }

  .cust-mt-md-8,
  .cust-my-md-8 {
    margin-top: 80px;
  }

  .cust-mb-md-8,
  .cust-my-md-8 {
    margin-bottom: 80px;
  }

  .cust-m-md-8 {
    margin: 80px;
  }

  .cust-pr-md-8,
  .cust-px-md-8 {
    padding-right: 80px;
  }

  .cust-pl-md-8,
  .cust-px-md-8 {
    padding-left: 80px;
  }

  .cust-pt-md-8,
  .cust-py-md-8 {
    padding-top: 80px;
  }

  .cust-pb-md-8,
  .cust-py-md-8 {
    padding-bottom: 80px;
  }

  .cust-p-md-8 {
    padding: 80px;
  }

  .cust-mr-md-9,
  .cust-mx-md-9 {
    margin-right: 90px;
  }

  .cust-ml-md-9,
  .cust-mx-md-9 {
    margin-left: 90px;
  }

  .cust-mt-md-9,
  .cust-my-md-9 {
    margin-top: 90px;
  }

  .cust-mb-md-9,
  .cust-my-md-9 {
    margin-bottom: 90px;
  }

  .cust-m-md-9 {
    margin: 90px;
  }

  .cust-pr-md-9,
  .cust-px-md-9 {
    padding-right: 90px;
  }

  .cust-pl-md-9,
  .cust-px-md-9 {
    padding-left: 90px;
  }

  .cust-pt-md-9,
  .cust-py-md-9 {
    padding-top: 90px;
  }

  .cust-pb-md-9,
  .cust-py-md-9 {
    padding-bottom: 90px;
  }

  .cust-p-md-9 {
    padding: 90px;
  }

  .cust-mr-md-10,
  .cust-mx-md-10 {
    margin-right: 100px;
  }

  .cust-ml-md-10,
  .cust-mx-md-10 {
    margin-left: 100px;
  }

  .cust-mt-md-10,
  .cust-my-md-10 {
    margin-top: 100px;
  }

  .cust-mb-md-10,
  .cust-my-md-10 {
    margin-bottom: 100px;
  }

  .cust-m-md-10 {
    margin: 100px;
  }

  .cust-pr-md-10,
  .cust-px-md-10 {
    padding-right: 100px;
  }

  .cust-pl-md-10,
  .cust-px-md-10 {
    padding-left: 100px;
  }

  .cust-pt-md-10,
  .cust-py-md-10 {
    padding-top: 100px;
  }

  .cust-pb-md-10,
  .cust-py-md-10 {
    padding-bottom: 100px;
  }

  .cust-p-md-10 {
    padding: 100px;
  }
}

@media (min-width: 922px) and (max-width: 1499px) {
  h1.article-news-top-title,
  .h1.article-news-top-title {
    font-size: 1.5rem;
  }
}

@media (min-width: 1499px) {
  h1.article-news-top-title,
  .h1.article-news-top-title {
    font-size: 1.75rem;
  }
}

@media (min-height: 768px) {
  .compare-table .tariff-card {
    min-height: 110px;
  }
}

@media only screen and (max-width: 600px) {
  .pros-section .article-description + h2 {
    font-size: 1.75rem;
  }
}

@media only screen and (min-width: 600px) {
  .pros-section .article-description + h2 {
    font-size: 1.75rem;
  }
}

@media (max-width: 768px) {
  .megamenu {
    margin-left: 0;
    margin-right: 0;
  }

  .megamenu > li {
    margin-bottom: 30px;
  }

  .megamenu > li:last-child {
    margin-bottom: 0;
  }

  .megamenu.dropdown-header {
    padding: 3px 15px;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff;
  }

  [class^="icon-text-"] {
    font-size: 1.375rem;
  }
}

@media (min-width: 1900px) {
  .bg-auto {
    background-size: contain;
  }
}

@media screen and (max-width: 767px) {
  .compare-table-holder .top-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  a.btn.btn-outline-light.add-btn {
    min-width: unset;
    font-size: .7rem;
    margin: 0 auto;
    padding: .6rem .6rem;
  }

  .font-default {
    font-size: 1rem !important;
  }

  .euro .top-section .text-holder {
    margin-top: -90px;
    padding-bottom: 60px;
  }

  .euro .top-section .text-holder .btn {
    margin-bottom: 10px;
  }
}

@media (min-width: 1280px) {
  .cust-pl-xl-link {
    padding-left: 2.4rem;
  }
}

@media (min-width: 360px) {
  .support-channel-item .support-option .img-holder {
    display: block;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .support-channel-item .support-option .suppot-text {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .package-copy {
    font-size: 1rem;
  }

  .package-heading {
    font-size: 2.375rem;
  }

  .blur-menu-item {
    height: 70px;
  }

  .min-w-btn-select {
    min-width: 210px;
  }

  .search-element {
    font-size: 2.375rem;
  }

  .cust-mr-lg-0,
  .cust-mx-lg-0 {
    margin-right: 0;
  }

  .cust-ml-lg-0,
  .cust-mx-lg-0 {
    margin-left: 0;
  }

  .cust-mt-lg-0,
  .cust-my-lg-0 {
    margin-top: 0;
  }

  .cust-mb-lg-0,
  .cust-my-lg-0 {
    margin-bottom: 0;
  }

  .cust-m-lg-0 {
    margin: 0;
  }

  .cust-pr-lg-0,
  .cust-px-lg-0 {
    padding-right: 0;
  }

  .cust-pl-lg-0,
  .cust-px-lg-0 {
    padding-left: 0;
  }

  .cust-pt-lg-0,
  .cust-py-lg-0 {
    padding-top: 0;
  }

  .cust-pb-lg-0,
  .cust-py-lg-0 {
    padding-bottom: 0;
  }

  .cust-p-lg-0 {
    padding: 0;
  }

  .cust-mr-lg-1,
  .cust-mx-lg-1 {
    margin-right: 10px;
  }

  .cust-ml-lg-1,
  .cust-mx-lg-1 {
    margin-left: 10px;
  }

  .cust-mt-lg-1,
  .cust-my-lg-1 {
    margin-top: 10px;
  }

  .cust-mb-lg-1,
  .cust-my-lg-1 {
    margin-bottom: 10px;
  }

  .cust-m-lg-1 {
    margin: 10px;
  }

  .cust-pr-lg-1,
  .cust-px-lg-1 {
    padding-right: 10px;
  }

  .cust-pl-lg-1,
  .cust-px-lg-1 {
    padding-left: 10px;
  }

  .cust-pt-lg-1,
  .cust-py-lg-1 {
    padding-top: 10px;
  }

  .cust-pb-lg-1,
  .cust-py-lg-1 {
    padding-bottom: 10px;
  }

  .cust-p-lg-1 {
    padding: 10px;
  }

  .cust-mr-lg-2,
  .cust-mx-lg-2 {
    margin-right: 20px;
  }

  .cust-ml-lg-2,
  .cust-mx-lg-2 {
    margin-left: 20px;
  }

  .cust-mt-lg-2,
  .cust-my-lg-2 {
    margin-top: 20px;
  }

  .cust-mb-lg-2,
  .cust-my-lg-2 {
    margin-bottom: 20px;
  }

  .cust-m-lg-2 {
    margin: 20px;
  }

  .cust-pr-lg-2,
  .cust-px-lg-2 {
    padding-right: 20px;
  }

  .cust-pl-lg-2,
  .cust-px-lg-2 {
    padding-left: 20px;
  }

  .cust-pt-lg-2,
  .cust-py-lg-2 {
    padding-top: 20px;
  }

  .cust-pb-lg-2,
  .cust-py-lg-2 {
    padding-bottom: 20px;
  }

  .cust-p-lg-2 {
    padding: 20px;
  }

  .cust-mr-lg-3,
  .cust-mx-lg-3 {
    margin-right: 30px;
  }

  .cust-ml-lg-3,
  .cust-mx-lg-3 {
    margin-left: 30px;
  }

  .cust-mt-lg-3,
  .cust-my-lg-3 {
    margin-top: 30px;
  }

  .cust-mb-lg-3,
  .cust-my-lg-3 {
    margin-bottom: 30px;
  }

  .cust-m-lg-3 {
    margin: 30px;
  }

  .cust-pr-lg-3,
  .cust-px-lg-3 {
    padding-right: 30px;
  }

  .cust-pl-lg-3,
  .cust-px-lg-3 {
    padding-left: 30px;
  }

  .cust-pt-lg-3,
  .cust-py-lg-3 {
    padding-top: 30px;
  }

  .cust-pb-lg-3,
  .cust-py-lg-3 {
    padding-bottom: 30px;
  }

  .cust-p-lg-3 {
    padding: 30px;
  }

  .cust-mr-lg-4,
  .cust-mx-lg-4 {
    margin-right: 40px;
  }

  .cust-ml-lg-4,
  .cust-mx-lg-4 {
    margin-left: 40px;
  }

  .cust-mt-lg-4,
  .cust-my-lg-4 {
    margin-top: 40px;
  }

  .cust-mb-lg-4,
  .cust-my-lg-4 {
    margin-bottom: 40px;
  }

  .cust-m-lg-4 {
    margin: 40px;
  }

  .cust-pr-lg-4,
  .cust-px-lg-4 {
    padding-right: 40px;
  }

  .cust-pl-lg-4,
  .cust-px-lg-4 {
    padding-left: 40px;
  }

  .cust-pt-lg-4,
  .cust-py-lg-4 {
    padding-top: 40px;
  }

  .cust-pb-lg-4,
  .cust-py-lg-4 {
    padding-bottom: 40px;
  }

  .cust-p-lg-4 {
    padding: 40px;
  }

  .cust-mr-lg-5,
  .cust-mx-lg-5 {
    margin-right: 50px;
  }

  .cust-ml-lg-5,
  .cust-mx-lg-5 {
    margin-left: 50px;
  }

  .cust-mt-lg-5,
  .cust-my-lg-5 {
    margin-top: 50px;
  }

  .cust-mb-lg-5,
  .cust-my-lg-5 {
    margin-bottom: 50px;
  }

  .cust-m-lg-5 {
    margin: 50px;
  }

  .cust-pr-lg-5,
  .cust-px-lg-5 {
    padding-right: 50px;
  }

  .cust-pl-lg-5,
  .cust-px-lg-5 {
    padding-left: 50px;
  }

  .cust-pt-lg-5,
  .cust-py-lg-5 {
    padding-top: 50px;
  }

  .cust-pb-lg-5,
  .cust-py-lg-5 {
    padding-bottom: 50px;
  }

  .cust-p-lg-5 {
    padding: 50px;
  }

  .cust-mr-lg-6,
  .cust-mx-lg-6 {
    margin-right: 60px;
  }

  .cust-ml-lg-6,
  .cust-mx-lg-6 {
    margin-left: 60px;
  }

  .cust-mt-lg-6,
  .cust-my-lg-6 {
    margin-top: 60px;
  }

  .cust-mb-lg-6,
  .cust-my-lg-6 {
    margin-bottom: 60px;
  }

  .cust-m-lg-6 {
    margin: 60px;
  }

  .cust-pr-lg-6,
  .cust-px-lg-6 {
    padding-right: 60px;
  }

  .cust-pl-lg-6,
  .cust-px-lg-6 {
    padding-left: 60px;
  }

  .cust-pt-lg-6,
  .cust-py-lg-6 {
    padding-top: 60px;
  }

  .cust-pb-lg-6,
  .cust-py-lg-6 {
    padding-bottom: 60px;
  }

  .cust-p-lg-6 {
    padding: 60px;
  }

  .cust-mr-lg-7,
  .cust-mx-lg-7 {
    margin-right: 70px;
  }

  .cust-ml-lg-7,
  .cust-mx-lg-7 {
    margin-left: 70px;
  }

  .cust-mt-lg-7,
  .cust-my-lg-7 {
    margin-top: 70px;
  }

  .cust-mb-lg-7,
  .cust-my-lg-7 {
    margin-bottom: 70px;
  }

  .cust-m-lg-7 {
    margin: 70px;
  }

  .cust-pr-lg-7,
  .cust-px-lg-7 {
    padding-right: 70px;
  }

  .cust-pl-lg-7,
  .cust-px-lg-7 {
    padding-left: 70px;
  }

  .cust-pt-lg-7,
  .cust-py-lg-7 {
    padding-top: 70px;
  }

  .cust-pb-lg-7,
  .cust-py-lg-7 {
    padding-bottom: 70px;
  }

  .cust-p-lg-7 {
    padding: 70px;
  }

  .cust-mr-lg-8,
  .cust-mx-lg-8 {
    margin-right: 80px;
  }

  .cust-ml-lg-8,
  .cust-mx-lg-8 {
    margin-left: 80px;
  }

  .cust-mt-lg-8,
  .cust-my-lg-8 {
    margin-top: 80px;
  }

  .cust-mb-lg-8,
  .cust-my-lg-8 {
    margin-bottom: 80px;
  }

  .cust-m-lg-8 {
    margin: 80px;
  }

  .cust-pr-lg-8,
  .cust-px-lg-8 {
    padding-right: 80px;
  }

  .cust-pl-lg-8,
  .cust-px-lg-8 {
    padding-left: 80px;
  }

  .cust-pt-lg-8,
  .cust-py-lg-8 {
    padding-top: 80px;
  }

  .cust-pb-lg-8,
  .cust-py-lg-8 {
    padding-bottom: 80px;
  }

  .cust-p-lg-8 {
    padding: 80px;
  }

  .cust-mr-lg-9,
  .cust-mx-lg-9 {
    margin-right: 90px;
  }

  .cust-ml-lg-9,
  .cust-mx-lg-9 {
    margin-left: 90px;
  }

  .cust-mt-lg-9,
  .cust-my-lg-9 {
    margin-top: 90px;
  }

  .cust-mb-lg-9,
  .cust-my-lg-9 {
    margin-bottom: 90px;
  }

  .cust-m-lg-9 {
    margin: 90px;
  }

  .cust-pr-lg-9,
  .cust-px-lg-9 {
    padding-right: 90px;
  }

  .cust-pl-lg-9,
  .cust-px-lg-9 {
    padding-left: 90px;
  }

  .cust-pt-lg-9,
  .cust-py-lg-9 {
    padding-top: 90px;
  }

  .cust-pb-lg-9,
  .cust-py-lg-9 {
    padding-bottom: 90px;
  }

  .cust-p-lg-9 {
    padding: 90px;
  }

  .cust-mr-lg-10,
  .cust-mx-lg-10 {
    margin-right: 100px;
  }

  .cust-ml-lg-10,
  .cust-mx-lg-10 {
    margin-left: 100px;
  }

  .cust-mt-lg-10,
  .cust-my-lg-10 {
    margin-top: 100px;
  }

  .cust-mb-lg-10,
  .cust-my-lg-10 {
    margin-bottom: 100px;
  }

  .cust-m-lg-10 {
    margin: 100px;
  }

  .cust-pr-lg-10,
  .cust-px-lg-10 {
    padding-right: 100px;
  }

  .cust-pl-lg-10,
  .cust-px-lg-10 {
    padding-left: 100px;
  }

  .cust-pt-lg-10,
  .cust-py-lg-10 {
    padding-top: 100px;
  }

  .cust-pb-lg-10,
  .cust-py-lg-10 {
    padding-bottom: 100px;
  }

  .cust-p-lg-10 {
    padding: 100px;
  }

  .mobile-search-vh {
    height: calc(100vh - 74px);
  }

  .desktop-serach-max-width {
    max-width: 600px;
  }
}

@media (min-width: 380px) {
  .bundle-btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .bundle-btns div:last-child {
    margin-left: 1rem;
  }
}

@media (max-width: 350px) {
  .article-carousel .carousel-sell,
  .news-article-carousel .carousel-sell {
    min-height: 100%;
  }

  .article-carousel .carousel-sell .btn,
  .news-article-carousel .carousel-sell .btn {
    position: absolute;
    bottom: .5rem;
  }

  .article-carousel .pricing-card {
    margin: 3rem 0 1rem;
  }

  .article-carousel ul,
  .news-article-carousel ul {
    margin-bottom: 0rem;
  }

  .article-Show-carousel .card-body,
  .article-carousel .card-body,
  .article-carousel02 .card-body,
  .news-article-carousel .card-body {
    padding: 1rem;
    padding-bottom: 5rem;
  }
}

@media (max-width: 769px) {
  .contact-form-holder .submit-holder {
    text-align: center;
  }
}

@media (min-width: 470px) {
  .cust-min-h-product {
    min-height: 187px;
  }
}

@media screen and (min-width: 768px) {
  .simpleHeader {
    min-height: 300px;
  }
}

@media screen and (min-width: 576px) {
  .campaigns-page .simpleHeader .hero-section-fullscreen-bg .bg-holder {
    background-position: center;
  }
}

@media (min-width: 840px) and (max-width: 1197px) {
  .latest-Article-header {
    padding-top: .5rem;
  }
}

@media all and (min-width: 1200px) {
  .hero-section.cust-hero .hero-section-fullscreen-bg .bg-holder {
    background-size: 1200px auto;
  }
}

@media all and (min-width: 1921px) {
  .hero-section.cust-hero .hero-section-fullscreen-bg .bg-holder {
    background-size: 1450px auto;
  }
}

@media all and (min-width: 768px) {
  .hero-section.cust-hero .hero-section-fullscreen-bg .bg-holder .bg-holder-reverse-grad {
    position: absolute;
    left: 0;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#0a121d00), to(#0a121d)) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(180deg, #0a121d00 0%, #0a121d 100%) 0 0 no-repeat padding-box;
    width: 100%;
    height: 300px;
  }

  .hero-section.cust-hero .hero-section-fullscreen-bg .bg-holder:after {
    height: 100%;
    right: auto;
    left: 0;
    width: 1450px;
    background: -webkit-gradient(linear, left top, right top, from(#0a121d), color-stop(45%, rgba(10, 18, 29, 0)));
    background: linear-gradient(90deg, #0a121d 0%, rgba(10, 18, 29, 0) 45%);
  }

  .package-view .hero-section.cust-hero .hero-section-fullscreen-bg .bg-holder {
    background-position: 100% 20%;
  }

  .cust-col-md-5 {
    max-width: 20%;
  }
}

@media all and (max-width: 767px) {
  .hero-section.cust-hero .hero-section-fullscreen-bg .bg-holder:before {
    content: "";
    position: absolute;
    left: 0;
    background: #000 0 0 no-repeat padding-box;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#0a121d00), to(#0a121d)) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(180deg, #0a121d00 0%, #0a121d 100%) 0 0 no-repeat padding-box;
    width: 100%;
    height: 300px;
    bottom: -2px;
  }

  .custom-header .hero-section-slider .top-section,
  .custom-header .hero-section-fullscreen-bg .top-section {
    padding-top: 10rem;
  }

  .custom-header .hero-section.cust-hero .hero-section-slider .bg-holder,
  .custom-header .hero-section.cust-hero .hero-section-fullscreen-bg .bg-holder {
    padding-top: 0;
    min-height: 100vh;
    position: absolute;
    top: 0;
    background-position: 100% center !important;
  }

  .personalised-view-section .flickity-btn-holder i,
  .personalised-view-section .flickity-btn-holder i.icon {
    font-size: 2rem;
  }

  .personalised-view-section .flickity-btn-holder .flickity-btn i,
  .personalised-view-section .flickity-btn-holder .flickity-btn i.icon {
    font-size: 2rem;
  }
}

@media all and (min-width: 768px) and (max-width: 1920px) {
  .hero-section.cust-hero .hero-section-fullscreen-bg .bg-holder:after {
    width: 1200px;
  }
}

@media all and (min-width: 1195px) {
  .hero-section.cust-hero .hero-section-fullscreen-bg .bg-holder:after {
    right: 0;
    left: auto;
  }
}

@media (min-width: 320px) {
  .hero-section.cust-hero {
    padding-top: 70px;
  }
}

@media all and (min-width: 1500px) {
  .flickity-carousel.flickity-cards {
    margin-top: -13.75rem;
    margin-left: -15px;
    margin-right: -15px;
    min-width: 100%;
  }

  .cust-col-xl-5 {
    max-width: 20%;
  }
}

@media screen and (min-width: 1200px) {
  .personalised-view-section .active .general-list-module-card-click .icon {
    font-size: 5rem;
  }

  .personalised-view .like .general-list-module-card-click .icon {
    font-size: 5rem;
  }
}

@media all and (min-width: 576px) {
  .cust-col-sm-5 {
    max-width: 20%;
  }
}

@media (max-width: 992px) {
  .bg-menu-top-dark {
    border-bottom: 1px solid rgba(255, 255, 255, .1) !important;
  }
}

@media (min-width: 370px) {
  .cust-nowrap-name {
    white-space: nowrap;
  }
}

@media (min-width: 576px) {
  .cust-mr-sm-0,
  .cust-mx-sm-0 {
    margin-right: 0;
  }

  .cust-ml-sm-0,
  .cust-mx-sm-0 {
    margin-left: 0;
  }

  .cust-mt-sm-0,
  .cust-my-sm-0 {
    margin-top: 0;
  }

  .cust-mb-sm-0,
  .cust-my-sm-0 {
    margin-bottom: 0;
  }

  .cust-m-sm-0 {
    margin: 0;
  }

  .cust-pr-sm-0,
  .cust-px-sm-0 {
    padding-right: 0;
  }

  .cust-pl-sm-0,
  .cust-px-sm-0 {
    padding-left: 0;
  }

  .cust-pt-sm-0,
  .cust-py-sm-0 {
    padding-top: 0;
  }

  .cust-pb-sm-0,
  .cust-py-sm-0 {
    padding-bottom: 0;
  }

  .cust-p-sm-0 {
    padding: 0;
  }

  .cust-mr-sm-1,
  .cust-mx-sm-1 {
    margin-right: 10px;
  }

  .cust-ml-sm-1,
  .cust-mx-sm-1 {
    margin-left: 10px;
  }

  .cust-mt-sm-1,
  .cust-my-sm-1 {
    margin-top: 10px;
  }

  .cust-mb-sm-1,
  .cust-my-sm-1 {
    margin-bottom: 10px;
  }

  .cust-m-sm-1 {
    margin: 10px;
  }

  .cust-pr-sm-1,
  .cust-px-sm-1 {
    padding-right: 10px;
  }

  .cust-pl-sm-1,
  .cust-px-sm-1 {
    padding-left: 10px;
  }

  .cust-pt-sm-1,
  .cust-py-sm-1 {
    padding-top: 10px;
  }

  .cust-pb-sm-1,
  .cust-py-sm-1 {
    padding-bottom: 10px;
  }

  .cust-p-sm-1 {
    padding: 10px;
  }

  .cust-mr-sm-2,
  .cust-mx-sm-2 {
    margin-right: 20px;
  }

  .cust-ml-sm-2,
  .cust-mx-sm-2 {
    margin-left: 20px;
  }

  .cust-mt-sm-2,
  .cust-my-sm-2 {
    margin-top: 20px;
  }

  .cust-mb-sm-2,
  .cust-my-sm-2 {
    margin-bottom: 20px;
  }

  .cust-m-sm-2 {
    margin: 20px;
  }

  .cust-pr-sm-2,
  .cust-px-sm-2 {
    padding-right: 20px;
  }

  .cust-pl-sm-2,
  .cust-px-sm-2 {
    padding-left: 20px;
  }

  .cust-pt-sm-2,
  .cust-py-sm-2 {
    padding-top: 20px;
  }

  .cust-pb-sm-2,
  .cust-py-sm-2 {
    padding-bottom: 20px;
  }

  .cust-p-sm-2 {
    padding: 20px;
  }

  .cust-mr-sm-3,
  .cust-mx-sm-3 {
    margin-right: 30px;
  }

  .cust-ml-sm-3,
  .cust-mx-sm-3 {
    margin-left: 30px;
  }

  .cust-mt-sm-3,
  .cust-my-sm-3 {
    margin-top: 30px;
  }

  .cust-mb-sm-3,
  .cust-my-sm-3 {
    margin-bottom: 30px;
  }

  .cust-m-sm-3 {
    margin: 30px;
  }

  .cust-pr-sm-3,
  .cust-px-sm-3 {
    padding-right: 30px;
  }

  .cust-pl-sm-3,
  .cust-px-sm-3 {
    padding-left: 30px;
  }

  .cust-pt-sm-3,
  .cust-py-sm-3 {
    padding-top: 30px;
  }

  .cust-pb-sm-3,
  .cust-py-sm-3 {
    padding-bottom: 30px;
  }

  .cust-p-sm-3 {
    padding: 30px;
  }

  .cust-mr-sm-4,
  .cust-mx-sm-4 {
    margin-right: 40px;
  }

  .cust-ml-sm-4,
  .cust-mx-sm-4 {
    margin-left: 40px;
  }

  .cust-mt-sm-4,
  .cust-my-sm-4 {
    margin-top: 40px;
  }

  .cust-mb-sm-4,
  .cust-my-sm-4 {
    margin-bottom: 40px;
  }

  .cust-m-sm-4 {
    margin: 40px;
  }

  .cust-pr-sm-4,
  .cust-px-sm-4 {
    padding-right: 40px;
  }

  .cust-pl-sm-4,
  .cust-px-sm-4 {
    padding-left: 40px;
  }

  .cust-pt-sm-4,
  .cust-py-sm-4 {
    padding-top: 40px;
  }

  .cust-pb-sm-4,
  .cust-py-sm-4 {
    padding-bottom: 40px;
  }

  .cust-p-sm-4 {
    padding: 40px;
  }

  .cust-mr-sm-5,
  .cust-mx-sm-5 {
    margin-right: 50px;
  }

  .cust-ml-sm-5,
  .cust-mx-sm-5 {
    margin-left: 50px;
  }

  .cust-mt-sm-5,
  .cust-my-sm-5 {
    margin-top: 50px;
  }

  .cust-mb-sm-5,
  .cust-my-sm-5 {
    margin-bottom: 50px;
  }

  .cust-m-sm-5 {
    margin: 50px;
  }

  .cust-pr-sm-5,
  .cust-px-sm-5 {
    padding-right: 50px;
  }

  .cust-pl-sm-5,
  .cust-px-sm-5 {
    padding-left: 50px;
  }

  .cust-pt-sm-5,
  .cust-py-sm-5 {
    padding-top: 50px;
  }

  .cust-pb-sm-5,
  .cust-py-sm-5 {
    padding-bottom: 50px;
  }

  .cust-p-sm-5 {
    padding: 50px;
  }

  .cust-mr-sm-6,
  .cust-mx-sm-6 {
    margin-right: 60px;
  }

  .cust-ml-sm-6,
  .cust-mx-sm-6 {
    margin-left: 60px;
  }

  .cust-mt-sm-6,
  .cust-my-sm-6 {
    margin-top: 60px;
  }

  .cust-mb-sm-6,
  .cust-my-sm-6 {
    margin-bottom: 60px;
  }

  .cust-m-sm-6 {
    margin: 60px;
  }

  .cust-pr-sm-6,
  .cust-px-sm-6 {
    padding-right: 60px;
  }

  .cust-pl-sm-6,
  .cust-px-sm-6 {
    padding-left: 60px;
  }

  .cust-pt-sm-6,
  .cust-py-sm-6 {
    padding-top: 60px;
  }

  .cust-pb-sm-6,
  .cust-py-sm-6 {
    padding-bottom: 60px;
  }

  .cust-p-sm-6 {
    padding: 60px;
  }

  .cust-mr-sm-7,
  .cust-mx-sm-7 {
    margin-right: 70px;
  }

  .cust-ml-sm-7,
  .cust-mx-sm-7 {
    margin-left: 70px;
  }

  .cust-mt-sm-7,
  .cust-my-sm-7 {
    margin-top: 70px;
  }

  .cust-mb-sm-7,
  .cust-my-sm-7 {
    margin-bottom: 70px;
  }

  .cust-m-sm-7 {
    margin: 70px;
  }

  .cust-pr-sm-7,
  .cust-px-sm-7 {
    padding-right: 70px;
  }

  .cust-pl-sm-7,
  .cust-px-sm-7 {
    padding-left: 70px;
  }

  .cust-pt-sm-7,
  .cust-py-sm-7 {
    padding-top: 70px;
  }

  .cust-pb-sm-7,
  .cust-py-sm-7 {
    padding-bottom: 70px;
  }

  .cust-p-sm-7 {
    padding: 70px;
  }

  .cust-mr-sm-8,
  .cust-mx-sm-8 {
    margin-right: 80px;
  }

  .cust-ml-sm-8,
  .cust-mx-sm-8 {
    margin-left: 80px;
  }

  .cust-mt-sm-8,
  .cust-my-sm-8 {
    margin-top: 80px;
  }

  .cust-mb-sm-8,
  .cust-my-sm-8 {
    margin-bottom: 80px;
  }

  .cust-m-sm-8 {
    margin: 80px;
  }

  .cust-pr-sm-8,
  .cust-px-sm-8 {
    padding-right: 80px;
  }

  .cust-pl-sm-8,
  .cust-px-sm-8 {
    padding-left: 80px;
  }

  .cust-pt-sm-8,
  .cust-py-sm-8 {
    padding-top: 80px;
  }

  .cust-pb-sm-8,
  .cust-py-sm-8 {
    padding-bottom: 80px;
  }

  .cust-p-sm-8 {
    padding: 80px;
  }

  .cust-mr-sm-9,
  .cust-mx-sm-9 {
    margin-right: 90px;
  }

  .cust-ml-sm-9,
  .cust-mx-sm-9 {
    margin-left: 90px;
  }

  .cust-mt-sm-9,
  .cust-my-sm-9 {
    margin-top: 90px;
  }

  .cust-mb-sm-9,
  .cust-my-sm-9 {
    margin-bottom: 90px;
  }

  .cust-m-sm-9 {
    margin: 90px;
  }

  .cust-pr-sm-9,
  .cust-px-sm-9 {
    padding-right: 90px;
  }

  .cust-pl-sm-9,
  .cust-px-sm-9 {
    padding-left: 90px;
  }

  .cust-pt-sm-9,
  .cust-py-sm-9 {
    padding-top: 90px;
  }

  .cust-pb-sm-9,
  .cust-py-sm-9 {
    padding-bottom: 90px;
  }

  .cust-p-sm-9 {
    padding: 90px;
  }

  .cust-mr-sm-10,
  .cust-mx-sm-10 {
    margin-right: 100px;
  }

  .cust-ml-sm-10,
  .cust-mx-sm-10 {
    margin-left: 100px;
  }

  .cust-mt-sm-10,
  .cust-my-sm-10 {
    margin-top: 100px;
  }

  .cust-mb-sm-10,
  .cust-my-sm-10 {
    margin-bottom: 100px;
  }

  .cust-m-sm-10 {
    margin: 100px;
  }

  .cust-pr-sm-10,
  .cust-px-sm-10 {
    padding-right: 100px;
  }

  .cust-pl-sm-10,
  .cust-px-sm-10 {
    padding-left: 100px;
  }

  .cust-pt-sm-10,
  .cust-py-sm-10 {
    padding-top: 100px;
  }

  .cust-pb-sm-10,
  .cust-py-sm-10 {
    padding-bottom: 100px;
  }

  .cust-p-sm-10 {
    padding: 100px;
  }

  .column-count-sm-1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .column-count-sm-1 ul {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }

  .column-count-sm-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .column-count-sm-2 ul {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }

  .column-count-sm-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }

  .column-count-sm-3 ul {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }

  .column-count-sm-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }

  .column-count-sm-4 ul {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
}

@media (min-width: 1600px) {
  .cust-ml-xxl-21 {
    margin-left: 210px;
  }

  .cust-mb-xxl-0 {
    margin-bottom: 0;
  }

  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}

@media (max-width: 390px) {
  .menu-jcf-select .jcf-select .jcf-select-opener {
    width: 25px;
  }

  .menu-jcf-select .jcf-select.jcf-drop-active .jcf-select-opener:before {
    top: 25%;
  }

  .min-w-site-select-dropdowns {
    min-width: 170px;
  }
}

@media (min-width: 1238px) {
  .cust-flow-menu-site-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    max-width: 77vw;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}