﻿/*$letter-spacing:          1px !default;*/
@media all and (max-width: 990px) {
  .v-align-children {
    display: block !important;
  }
}
.v-align-transform {
  position: relative;
  top: 50%;
  z-index: 2;
}

.v-align-transform-container {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 100%;
}

.yt-shorts .flickity-prev-next-button.next,
.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: 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;
}
.yt-shorts .flickity-prev-next-button.next .flickity-button-icon,
.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 {
  transition: left 0.3s ease;
  left: 0;
}
.yt-shorts .flickity-prev-next-button.next:hover .flickity-button-icon,
.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;
}
.yt-shorts .flickity-prev-next-button.previous,
.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: 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;
}
.yt-shorts .flickity-prev-next-button.previous .flickity-button-icon,
.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 {
  transition: left 0.3s ease;
  left: 20px;
}
.yt-shorts .flickity-prev-next-button.previous:hover .flickity-button-icon,
.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: linear-gradient(90deg, rgba(10, 18, 29, 0) 0%, #fff 100%) !important;
}
.flickity-carousel.people-scroller-carousel .flickity-prev-next-button.previous {
  background: linear-gradient(270deg, rgba(10, 18, 29, 0) 0%, #fff 100%) !important;
}

.bg-kids-green .flickity-prev-next-button.next {
  background: linear-gradient(90deg, rgba(10, 18, 29, 0) 0%, #6cd064 100%) !important;
}
.bg-kids-green .flickity-prev-next-button.previous {
  background: linear-gradient(270deg, rgba(10, 18, 29, 0) 0%, #6cd064 100%) !important;
}

.bg-kids-orange .flickity-prev-next-button.next {
  background: linear-gradient(90deg, rgba(10, 18, 29, 0) 0%, #ef9300 100%) !important;
}
.bg-kids-orange .flickity-prev-next-button.previous {
  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;
}

@media all and (max-width: 992px) {
  .hide-arrowsMobile .flickity-button {
    display: none !important;
  }
}
.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 {
  transition: height 0.3s !important;
}
.flickity-articleCarousel .flickity-button {
  top: 200px;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease;
}
.flickity-articleCarousel .flickity-button:hover {
  transition: all 0.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: 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 {
  transition: left 0.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: 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 {
  transition: left 0.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: linear-gradient(to right, #5c9de8, #4273aa);
}

.kids-gradient-green {
  background: linear-gradient(to right, #6cd064, #346430);
}

.kids-gradient-purple {
  background: linear-gradient(to right, #ab51d3, #7e3c9b);
}

.kids-gradient-orange {
  background: linear-gradient(to right, #ef9300, #a86800);
}

.theme-kids-blue .advantages-section-lg {
  background: linear-gradient(to right, #5c9de8, #4273aa);
}

.theme-kids-green .advantages-section-lg {
  background: linear-gradient(to right, #6cd064, #346430);
}

.theme-kids-purple .advantages-section-lg {
  background: linear-gradient(to right, #ab51d3, #7e3c9b);
}

.theme-kids-orange .advantages-section-lg {
  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, 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;
  user-select: none;
  will-change: box-shadow, transform;
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out, border-color 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
  display: inline-block;
  position: relative;
  min-width: 160px;
  padding: 0.6rem 1.7rem;
  max-height: 47px;
  height: 47px;
}
.btn:not(.umb-button__button):not(.umb-button--):disabled {
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.4);
  pointer-events: none !important;
  border-color: rgba(255, 255, 255, 0.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 {
  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;
  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;
  box-shadow: none;
}
@media (min-width: 768px) and (max-width: 1499.95px) {
  .btn:not(.umb-button__button):not(.umb-button--) {
    padding: 0.5rem 1.7rem 0.55rem;
    min-width: 180px;
  }
}
@media (min-width: 1500px) {
  .btn:not(.umb-button__button):not(.umb-button--) {
    padding: 0.56rem 1.7rem 0.55rem;
    min-width: 210px;
  }
}

.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;
  user-select: none;
  will-change: box-shadow, transform;
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out, border-color 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
  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, 0.15);
  color: rgba(255, 255, 255, 0.4);
  pointer-events: none !important;
  border-color: rgba(255, 255, 255, 0.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 {
  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;
  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;
  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;
  user-select: none;
  will-change: box-shadow, transform;
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out, border-color 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
  display: block;
  border-radius: 25px;
  padding: 0.6rem 0rem;
}
.btn-medium:not(.umb-button__button):not(.umb-button--):disabled {
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.4);
  pointer-events: none !important;
  border-color: rgba(255, 255, 255, 0.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 {
  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;
  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;
  box-shadow: none;
}
@media all and (min-width: 992px) {
  .btn-medium:not(.umb-button__button):not(.umb-button--) {
    padding: 0.6rem 0rem;
    min-width: 180px;
  }
}

.sharedrop-holder:hover a {
  border: none !important;
}
.sharedrop-holder:hover .btn-circle-light {
  color: #fff !important;
}

.btn-circle-light {
  display: flex !important;
  justify-content: 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: flex !important;
  justify-content: 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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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, 0.4);
  cursor: text;
  padding: 0.75rem 0.95rem;
  transition: all 0.1s ease-in-out;
}
.form-label-group-dstv input {
  font-size: 1rem;
  padding: 0.75rem 0;
}
.form-label-group-dstv input:focus, .form-label-group-dstv input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
  border-color: rgb(10, 18, 29);
}
.form-label-group-dstv input:focus ~ label, .form-label-group-dstv input:not(:placeholder-shown) ~ label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  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: rgb(10, 18, 29);
}
.form-label-group-dstv input:hover ~ label {
  color: rgb(10, 18, 29);
}
.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%;
  box-shadow: none;
  padding: 0 !important;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
  border-bottom: 1px solid rgb(10, 18, 29);
}
.form-label-group-dstv.dropdown .jcf-select .jcf-select-text {
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  padding-top: 1.5rem;
  padding-bottom: 0.3666666667rem;
  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 {
  transition: all 0.3s ease;
  border-color: rgba(10, 18, 29, 0.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: 0.25rem;
  padding-bottom: 0.25rem;
  pointer-events: none;
}
.form-label-group-dstv.dropdown:hover label {
  color: rgb(10, 18, 29);
}
.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, 0.4);
}
.umbraco-forms-dstv-dark .form-label-group-dstv input {
  color: rgba(255, 255, 255, 0.4);
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.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;
  transition: color ease 0.3s;
  margin-top: 0.75rem;
  margin-bottom: 0;
  font-size: 0.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, 0.4);
  }
}
/* Fallback for IE
-------------------------------------------------- */
@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, 0.4);
  }
}
.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, 0.4);
  background: transparent;
  border-bottom: 1px solid rgba(10, 18, 29, 0.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, 0.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%;
  box-shadow: inset 0 0 50px rgba(10, 18, 29, 0.2);
}

.inner-box-shadow-after:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 50px rgba(10, 18, 29, 0.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, 0.7);
}

.text70 {
  color: rgba(0, 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;
}
@media (min-width: 768px) {
  .anchor-target {
    margin-top: -60px;
  }
}

.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, 0.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;
}

@media (min-width: 768px) {
  .filtration-holder,
  .smooth-scroll-nav-holder,
  .content-nav-holder {
    margin-bottom: 0.75rem;
    width: 100%;
  }
}
.filtration-holder::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.filtration-holder::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
}
.filtration-holder::-webkit-scrollbar-thumb {
  background-color: rgba(10, 65, 106, 0.5);
  border-radius: 50px;
  border: 4px solid transparent;
}

.controls {
  margin: 15px 0px;
}

/* 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: 0.625rem;
  font-size: 1.75rem;
}
@media all and (min-width: 992px) {
  h1.article-news-top-title,
  .h1.article-news-top-title {
    font-size: 3rem;
  }
}
@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;
  }
}

.mb-5,
.my-5 {
  margin-bottom: 2rem;
}

.tab-item-description {
  line-height: 40px;
}

.tab-holder p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
}

.text-normal p {
  color: rgba(255, 255, 255, 0.7);
}

.protect-decoder .protect-decoder-item-container {
  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;
}
@media (min-height: 768px) {
  .compare-table .tariff-card {
    min-height: 110px;
  }
}

.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;
  transition: color 0.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, 0.1);
}

.pros-section .article-description + h2 {
  font-size: 3rem;
}

@media only screen and (max-width: 600px) {
  .pros-section .article-description + h2 {
    font-size: 1.75rem;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .pros-section .article-description + h2 {
    font-size: 1.75rem;
  }
}
.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, 0.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 {
  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%;
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    width: 100%;
    -webkit-transition: opacity 0.3s linear, visibility 0.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, 0.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%;
  }
}
.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: 0.5rem 0;
  margin: 0.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, 0.15);
  border-radius: 0.25rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25), transparent);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.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: 0.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: #333333;
  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: #999999;
}

.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;
}

@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;
  }
}
.top-section.slim {
  padding-top: 60px;
}

.text-white-70 {
  color: rgba(255, 255, 255, 0.7);
}

.clear-min-h {
  min-height: 1px;
}

.poster-holder {
  border: 1px solid rgba(255, 255, 255, 0.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, 0.3);
}

.footer-app-img {
  height: 50px;
  border-radius: 5px;
}

.news-catagory-alignment {
  margin-top: -2px;
}

.hover-blue:hover {
  color: #0095da;
  text-decoration: none;
  transition: color 0.1s ease-in-out;
}

.hover-white:hover {
  opacity: 1;
  color: #fff;
  transition: color 0.1s ease-in-out;
}

.border-y-only {
  border-width: 1px 0;
}

.zoom-bg {
  transition: transform 0.5s ease;
}
.zoom-bg:hover, .zoom-bg.active {
  transform: scale(1.05);
}

.blur-dark {
  background-color: rgba(10, 18, 29, 0.8);
}
@supports (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, 0.5);
  }
}

.bg-auto {
  background-size: auto;
}
@media (min-width: 1900px) {
  .bg-auto {
    background-size: contain;
  }
}

.remove-shadow:focus {
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  .compare-table-holder .top-panel {
    display: flex;
    flex-direction: column;
  }
  a.btn.btn-outline-light.add-btn {
    min-width: unset;
    font-size: 0.7rem;
    margin: 0 auto;
    padding: 0.6rem 0.6rem;
  }
  .font-default {
    font-size: 1rem !important;
  }
}
.positionBottom-15 {
  position: absolute;
  bottom: 15px;
}

.icon-camera:before {
  content: "\ea1b";
}

.flickity-carousel-gallery .flickity-page-dots {
  display: none;
}

@media (max-width: 768px) {
  [class^=icon-text-] {
    font-size: 1.375rem;
  }
}
.search-results {
  background-image: unset;
}

@media (min-width: 1280px) {
  .cust-pl-xl-link {
    padding-left: 2.4rem;
  }
}

.support-channel-item .support-option {
  flex-flow: wrap;
}
.support-channel-item .support-option .img-holder {
  display: flex;
  justify-content: center;
}
@media (min-width: 360px) {
  .support-channel-item .support-option .img-holder {
    display: block;
    justify-content: start;
  }
}
.support-channel-item .support-option .suppot-text {
  width: 100%;
}
@media (min-width: 360px) {
  .support-channel-item .support-option .suppot-text {
    width: 50%;
  }
}

#latest-news:before,
#gallery:before {
  content: "";
  display: block;
  position: relative;
  width: 0;
  height: 5em;
  margin-top: -5em;
}

.sub-text {
  font-size: 0.75rem;
}

.package-copy {
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .package-copy {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .neg-mt-md-5 {
    margin-top: -5rem;
  }
}

.package-heading {
  font-size: 1.75rem;
}
@media (min-width: 992px) {
  .package-heading {
    font-size: 2.375rem;
  }
}

.max-h-hardware-features {
  max-height: 56px;
}

.cust-neg-mt-2 {
  margin-top: -20px;
}

.bundle-btns {
  flex-direction: column;
}
@media (min-width: 380px) {
  .bundle-btns {
    flex-direction: row;
  }
}
@media (min-width: 380px) {
  .bundle-btns div:last-child {
    margin-left: 1rem;
  }
}

.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;
}

@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: 0.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;
  }
}
.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;
}

@media (max-width: 769px) {
  .contact-form-holder .submit-holder {
    text-align: center;
  }
}
.cust-min-h-product {
  min-height: 240px;
}
@media (min-width: 470px) {
  .cust-min-h-product {
    min-height: 187px;
  }
}

.contact-item {
  color: #fff;
}

.euro .top-section .text-holder {
  margin-top: -45px;
}
@media screen and (max-width: 767px) {
  .euro .top-section .text-holder {
    margin-top: -90px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .euro .top-section .text-holder .btn {
    margin-bottom: 10px;
  }
}

.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] {
  justify-content: center;
}

@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;
  }
}

.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;
}
@media (min-width: 840px) and (max-width: 1197px) {
  .latest-Article-header {
    padding-top: 0.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%, rgba(10, 18, 29, 0.1803921569) 0%, #0a121d 100%) 0 0 no-repeat padding-box;
}

.social-media-gradientband {
  background: rgb(38, 49, 64); /* Old browsers */
  background: -moz-linear-gradient(top, rgb(38, 49, 64) 0%, rgb(17, 26, 38) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(38, 49, 64) 0%, rgb(17, 26, 38) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(38, 49, 64) 0%, rgb(17, 26, 38) 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: 0.8rem;
}
@media (min-width: 768px) {
  .social-media-gradientband p {
    margin-bottom: 0;
  }
}

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 (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: 0.875rem;
  box-shadow: none;
}
.article-card .article-card-imghold {
  transition: border ease 0.1s;
}
@supports (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 {
  box-shadow: 0px 15px 20px -20px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.article-card:hover .article-card-imghold {
  border-top-width: 0px !important;
  border-left-width: 0px !important;
  border-right-width: 0px !important;
}

.map-info {
  padding: 1.875rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.map-info .btn-close {
  right: 1.875rem;
  line-height: 1;
  top: 0.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: 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: flex;
  flex-direction: row;
  flex: 0 0 100%;
  justify-content: center;
}
.centre-fade-fullwidth .centre-fade-fullwidth-button {
  justify-content: center;
}
.centre-fade-fullwidth .centre-fade-fullwidth-text-holder {
  padding-right: 0px !important;
  width: 600px;
}

.hero-section .top-section {
  position: relative;
  z-index: unset !important;
}
.hero-section .top-section .chanel-number {
  display: flex;
  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;
}
@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 linear-gradient(180deg, rgba(10, 18, 29, 0) 0%, #0a121d 100%) 0 0 no-repeat padding-box;
    width: 100%;
    height: 300px;
  }
}
@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(rgba(10, 18, 29, 0)), to(#0a121d)) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(180deg, rgba(10, 18, 29, 0) 0%, #0a121d 100%) 0 0 no-repeat padding-box;
    width: 100%;
    height: 300px;
    bottom: -2px;
  }
}
.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, from(rgba(10, 18, 29, 0)), to(#0a121d)) 0 0 no-repeat padding-box;
  background: transparent linear-gradient(0deg, rgba(10, 18, 29, 0) 40%, #0a121d 100%) 0 0 no-repeat padding-box;
}
@media all and (min-width: 768px) {
  .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, color-stop(0%, #0a121d), color-stop(45%, rgba(10, 18, 29, 0)));
    background: linear-gradient(90deg, #0a121d 0%, rgba(10, 18, 29, 0) 45%);
  }
}
@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;
  }
}

.hero-section.cust-hero {
  padding-top: 40px;
}

@media (min-width: 320px) {
  .hero-section.cust-hero {
    padding-top: 70px;
  }
}
.package-view .hero-section.cust-hero .hero-section-fullscreen-bg .bg-holder {
  background-position: 100% center;
}
@media all and (min-width: 768px) {
  .package-view .hero-section.cust-hero .hero-section-fullscreen-bg .bg-holder {
    background-position: 100% 20%;
  }
}

@media all and (min-width: 1500px) {
  .flickity-carousel.flickity-cards {
    margin-top: -13.75rem;
    margin-left: -15px;
    margin-right: -15px;
    min-width: 100%;
  }
}
.disable-neg-margin .flickity-carousel.flickity-cards {
  margin-top: 0 !important;
}

@media all and (max-width: 767px) {
  .custom-header .hero-section-slider .top-section,
  .custom-header .hero-section-fullscreen-bg .top-section {
    padding-top: 10rem;
  }
}
@media all and (max-width: 767px) {
  .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;
  }
}

/*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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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 {
  -moz-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, 0.7);
  opacity: 0.9;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 0px;
  border-radius: 0;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  padding: 0px;
  border-radius: 0;
}

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  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%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1200px) {
  .personalised-view-section .active .general-list-module-card-click .icon {
    font-size: 5rem;
  }
}
.personalised-view-section .complete-spin {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 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: 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%;
}
@media all and (max-width: 992px) {
  .personalised-view-section .link-btn.watch-link i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    min-width: 3rem;
    height: 3rem;
    width: 3rem;
    padding: 0 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;
  }
}
.personalised-view-section .link-btn.watch-link.watch-link-card i {
  font-size: 1rem;
  padding: 1rem 0.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;
}
@media all and (max-width: 767px) {
  .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 {
  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;
}
@media all and (max-width: 767px) {
  .personalised-view-section .flickity-btn-holder .flickity-btn i,
  .personalised-view-section .flickity-btn-holder .flickity-btn i.icon {
    font-size: 2rem;
  }
}
.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%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1200px) {
  .personalised-view .like .general-list-module-card-click .icon {
    font-size: 5rem;
  }
}

.carouselAccElmScrollTo .flickity-viewport {
  overflow: visible;
}
.carouselAccElmScrollTo .flickity-viewport .flickity-slider > div {
  opacity: 0.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%;
}

@media all and (min-width: 576px) {
  .cust-col-sm-5 {
    max-width: 20%;
  }
}
@media all and (min-width: 768px) {
  .cust-col-md-5 {
    max-width: 20%;
  }
}
@media all and (min-width: 992px) {
  .cust-col-lg-5 {
    max-width: 20%;
  }
}
@media all and (min-width: 1500px) {
  .cust-col-xl-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;
  transition: opacity ease-in-out 0.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, 0.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, 0.7);
  backdrop-filter: blur(20px);
}

.bg-menu-top-dark {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  z-index: 2;
}
.bg-menu-top-dark.mobile {
  backdrop-filter: blur(25px) brightness(170%);
}
@supports not (backdrop-filter: blur(10px)) {
  .bg-menu-top-dark {
    background-color: rgba(0, 0, 0, 0.7019607843);
  }
}
@media (max-width: 992px) {
  .bg-menu-top-dark {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  }
}
.bg-menu-top-dark .nav-inactive {
  border-bottom: 2px solid transparent;
}

.bg-mnet {
  background: #0d2b44;
}

.bg-menu-dark {
  background: transparent linear-gradient(178deg, rgba(18, 26, 37, 0.7019607843), rgba(18, 26, 37, 0.7019607843), rgba(13, 21, 32, 0.7019607843), rgba(13, 21, 32, 0.7019607843));
  backdrop-filter: blur(1px) brightness(50%);
}
@supports not (backdrop-filter: blur(10px)) {
  .bg-menu-dark {
    background: rgba(10, 18, 29, 0.9) !important;
  }
}
.bg-menu-dark .blur-menu-item {
  background: transparent linear-gradient(173deg, rgba(175, 176, 185, 0.1) 0%, rgba(175, 176, 185, 0.1) 49%, rgba(175, 176, 185, 0) 50%, rgba(175, 176, 185, 0) 100%);
  box-shadow: 0px 22px 30px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  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 linear-gradient(180deg, #19334c 0%, rgba(25, 51, 76, 0.8) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2509803922);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}

.blur-menu-item {
  background: transparent linear-gradient(170deg, rgba(175, 176, 185, 0.05) 0%, rgba(175, 176, 185, 0.05) 50%, rgba(175, 176, 185, 0) 50%, rgba(175, 176, 185, 0) 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 22px 30px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  opacity: 1;
  backdrop-filter: blur(50px) brightness(4%) opacity(0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 100px;
  height: 100px;
}
@media (min-width: 992px) {
  .blur-menu-item {
    height: 70px;
  }
}

.bg-subnav {
  background: rgba(10, 18, 29, 0.1019607843) 0% 0% no-repeat padding-box;
  backdrop-filter: blur(30px) brightness(90%);
  border-width: 1px 0;
  opacity: 1;
  animation: fadeInDown 250ms ease-in-out;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@supports not (backdrop-filter: blur(10px)) {
  .bg-subnav {
    background-color: rgba(10, 18, 29, 0.5019607843);
  }
}
.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 linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
  backdrop-filter: blur(10px) brightness(90%);
}
@supports not (backdrop-filter: blur(10px)) {
  .bg-subnav.siteNav {
    background: transparent linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%) !important;
  }
}

.cross-holder {
  padding: 5px 10px 20px;
  margin-top: 11px;
  position: relative;
  transition: all 0.3s ease-in-out, border 0ms;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  background-color: #121a24;
}

.cross-holder-mnet {
  padding: 5px 10px 20px;
  margin-top: 11px;
  position: relative;
  transition: all 0.3s ease-in-out, border 0ms;
  background: transparent linear-gradient(180deg, #19334c 0%, rgba(25, 51, 76, 0.8) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
}

.menu-dropdown li {
  min-height: 50px;
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: -2px;
}
.menu-dropdown li:hover {
  background-color: white;
  color: rgb(10, 18, 29);
}

.bg-mnet-nav-select {
  background-color: #19334c;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-bottom-width: 2px;
  border-bottom-color: #0095da !important;
  padding: 11px 10px 19px;
  margin-top: 8px;
  transition: all 0s ease-in-out, border 0ms;
}

.mobile-menu-active {
  background: rgba(255, 255, 255, 0.1) radial-gradient(closest-side at 50% 50%, rgba(0, 149, 218, 0.7) 0, rgba(0, 149, 218, 0.5) 51%, rgba(0, 149, 218, 0.3) 85%, rgba(0, 149, 218, 0.25) 92%, rgba(0, 149, 218, 0.15) 110%, rgba(0, 149, 218, 0.05) 125%) 0% 0% no-repeat padding-box !important;
  box-shadow: 0 0px 20px rgba(1, 120, 175, 0.9294117647) !important;
  border-color: rgba(104, 197, 249, 0.3490196078) !important;
}

.mobile-menu-active-shadow-only {
  box-shadow: 0 0px 20px rgba(1, 120, 175, 0.9294117647) !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: 0px;
  z-index: 7;
  animation: fadeInUp 250ms ease-in-out;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.no-arrow .popover .arrow:after,
.no-arrow .popover .arrow:before {
  border-bottom: none !important;
}

.bg-popover-dstv .popover {
  opacity: 1;
  backdrop-filter: blur(15px) brightness(100%);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  background: transparent linear-gradient(180deg, rgba(191, 195, 198, 0.77) 0%, rgba(155, 155, 155, 0.77) 50%, rgba(149, 146, 146, 0.74) 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 10px 7px rgba(0, 0, 0, 0.5);
}
@supports not (backdrop-filter: blur(10px)) {
  .bg-popover-dstv .popover {
    background: transparent linear-gradient(180deg, rgba(191, 195, 198, 0.8705882353) 0%, rgba(155, 155, 155, 0.9019607843) 50%, rgba(149, 146, 146, 0.9019607843) 100%) !important;
  }
}
.bg-popover-dstv .popover .btn {
  padding: 0.55rem 1.7rem !important;
}
.bg-popover-dstv .popover .arrow:after {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.bg-popover-mnet .popover {
  opacity: 1;
  backdrop-filter: blur(15px) brightness(100%);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  background: transparent linear-gradient(180deg, #19334c 0%, rgba(25, 51, 76, 0.8) 100%);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2509803922);
}
@supports not (backdrop-filter: blur(10px)) {
  .bg-popover-mnet .popover {
    background: transparent linear-gradient(180deg, rgba(191, 195, 198, 0.8705882353) 0%, rgba(155, 155, 155, 0.9019607843) 50%, rgba(149, 146, 146, 0.9019607843) 100%) !important;
  }
}
.bg-popover-mnet .popover .btn {
  padding: 0.55rem 1.7rem !important;
}
.bg-popover-mnet .popover .arrow:after {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.min-w-btn-select {
  min-width: 170px;
}
@media (min-width: 992px) {
  .min-w-btn-select {
    min-width: 210px;
  }
}

.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, 0.6);
  border-width: 0 0 1px 0;
  font-weight: 700;
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  .search-element {
    font-size: 2.375rem;
  }
}
.search-element:focus {
  box-shadow: none;
  outline: 0;
}
.search-element:placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.cust-p-btn {
  padding: 0.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;
}
@media (min-width: 370px) {
  .cust-nowrap-name {
    white-space: nowrap;
  }
}

.cust-mx-mobile-menu {
  margin-left: 6px;
  margin-right: 6px;
}

.border-y-20 {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-width: 1px 0;
}

.border-y-10 {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-width: 1px 0;
}

.border-white-fade-10 {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.border-completly-transparent {
  border: 1px solid transparent;
}

.border-bottom-10 {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-width: 0 0 1px 0;
}

.blur-bg-dark-menu {
  animation: fadeInCenter 250ms ease-in-out;
  background: rgba(0, 0, 0, 0.7) 0% 0% no-repeat padding-box;
  backdrop-filter: blur(20px) brightness(100%);
}
@keyframes fadeInCenter {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@supports not (backdrop-filter: blur(10px)) {
  .blur-bg-dark-menu {
    background-color: rgba(0, 0, 0, 0.9);
  }
}
.blur-bg-dark-menu.bg-mobile-site-switch {
  animation: fadeInDown 250ms ease-in-out;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgb(0, 0, 0) 100%) 0% 0% no-repeat padding-box;
  backdrop-filter: blur(20px) brightness(50%);
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@supports not (backdrop-filter: blur(10px)) {
  .blur-bg-dark-menu.bg-mobile-site-switch {
    background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgb(0, 0, 0) 100%) !important;
  }
}
.blur-bg-dark-menu.open-menu {
  background: rgba(10, 18, 29, 0.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);
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.4);
}
@supports not (backdrop-filter: blur(50px)) {
  .blur-bg-dark-menu.open-menu {
    background: rgba(10, 18, 29, 0.6) !important;
  }
}
@supports not (backdrop-filter: blur(10px)) {
  .blur-bg-dark-menu.mobile-menu {
    background-color: rgba(10, 18, 29, 0.9);
  }
}
.blur-bg-dark-menu .bg-site-switch-mobile-menu {
  background: rgb(10, 18, 29) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 1;
  backdrop-filter: blur(50px) brightness(50%) opacity(50%);
}
@supports not (backdrop-filter: blur(50px)) {
  .blur-bg-dark-menu .bg-site-switch-mobile-menu {
    background: rgba(10, 18, 29, 0.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 {
  transition: font-weight 0.2s ease;
}

.border-width-1 {
  border-width: 1px !important;
}

.cross-holder-overlap {
  border-bottom: 0;
  top: 2px;
}

.transition-all-2 {
  transition: all 0.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: 0.7 !important;
}

.list-fill-animation-1 li,
.list-fill-animation-1 h2 {
  opacity: 0;
  animation: list-fill 0.15s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.list-fill-animation-1 li:nth-child(1),
.list-fill-animation-1 h2:nth-child(1) {
  animation-delay: 0.09s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.list-fill-animation-2 li,
.list-fill-animation-2 h2 {
  opacity: 0;
  animation: list-fill 0.15s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.list-fill-animation-2 li:nth-child(1),
.list-fill-animation-2 h2:nth-child(1) {
  animation-delay: 0.09s;
}
.list-fill-animation-2 li:nth-child(2),
.list-fill-animation-2 h2:nth-child(2) {
  animation-delay: 0.18s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.list-fill-animation-3 li,
.list-fill-animation-3 h2 {
  opacity: 0;
  animation: list-fill 0.15s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.list-fill-animation-3 li:nth-child(1),
.list-fill-animation-3 h2:nth-child(1) {
  animation-delay: 0.09s;
}
.list-fill-animation-3 li:nth-child(2),
.list-fill-animation-3 h2:nth-child(2) {
  animation-delay: 0.18s;
}
.list-fill-animation-3 li:nth-child(3),
.list-fill-animation-3 h2:nth-child(3) {
  animation-delay: 0.27s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.list-fill-animation-4 li,
.list-fill-animation-4 h2 {
  opacity: 0;
  animation: list-fill 0.15s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.list-fill-animation-4 li:nth-child(1),
.list-fill-animation-4 h2:nth-child(1) {
  animation-delay: 0.09s;
}
.list-fill-animation-4 li:nth-child(2),
.list-fill-animation-4 h2:nth-child(2) {
  animation-delay: 0.18s;
}
.list-fill-animation-4 li:nth-child(3),
.list-fill-animation-4 h2:nth-child(3) {
  animation-delay: 0.27s;
}
.list-fill-animation-4 li:nth-child(4),
.list-fill-animation-4 h2:nth-child(4) {
  animation-delay: 0.36s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.list-fill-animation-5 li,
.list-fill-animation-5 h2 {
  opacity: 0;
  animation: list-fill 0.15s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.list-fill-animation-5 li:nth-child(1),
.list-fill-animation-5 h2:nth-child(1) {
  animation-delay: 0.09s;
}
.list-fill-animation-5 li:nth-child(2),
.list-fill-animation-5 h2:nth-child(2) {
  animation-delay: 0.18s;
}
.list-fill-animation-5 li:nth-child(3),
.list-fill-animation-5 h2:nth-child(3) {
  animation-delay: 0.27s;
}
.list-fill-animation-5 li:nth-child(4),
.list-fill-animation-5 h2:nth-child(4) {
  animation-delay: 0.36s;
}
.list-fill-animation-5 li:nth-child(5),
.list-fill-animation-5 h2:nth-child(5) {
  animation-delay: 0.45s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.list-fill-animation-6 li,
.list-fill-animation-6 h2 {
  opacity: 0;
  animation: list-fill 0.15s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.list-fill-animation-6 li:nth-child(1),
.list-fill-animation-6 h2:nth-child(1) {
  animation-delay: 0.09s;
}
.list-fill-animation-6 li:nth-child(2),
.list-fill-animation-6 h2:nth-child(2) {
  animation-delay: 0.18s;
}
.list-fill-animation-6 li:nth-child(3),
.list-fill-animation-6 h2:nth-child(3) {
  animation-delay: 0.27s;
}
.list-fill-animation-6 li:nth-child(4),
.list-fill-animation-6 h2:nth-child(4) {
  animation-delay: 0.36s;
}
.list-fill-animation-6 li:nth-child(5),
.list-fill-animation-6 h2:nth-child(5) {
  animation-delay: 0.45s;
}
.list-fill-animation-6 li:nth-child(6),
.list-fill-animation-6 h2:nth-child(6) {
  animation-delay: 0.54s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.list-fill-animation-7 li,
.list-fill-animation-7 h2 {
  opacity: 0;
  animation: list-fill 0.15s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.list-fill-animation-7 li:nth-child(1),
.list-fill-animation-7 h2:nth-child(1) {
  animation-delay: 0.09s;
}
.list-fill-animation-7 li:nth-child(2),
.list-fill-animation-7 h2:nth-child(2) {
  animation-delay: 0.18s;
}
.list-fill-animation-7 li:nth-child(3),
.list-fill-animation-7 h2:nth-child(3) {
  animation-delay: 0.27s;
}
.list-fill-animation-7 li:nth-child(4),
.list-fill-animation-7 h2:nth-child(4) {
  animation-delay: 0.36s;
}
.list-fill-animation-7 li:nth-child(5),
.list-fill-animation-7 h2:nth-child(5) {
  animation-delay: 0.45s;
}
.list-fill-animation-7 li:nth-child(6),
.list-fill-animation-7 h2:nth-child(6) {
  animation-delay: 0.54s;
}
.list-fill-animation-7 li:nth-child(7),
.list-fill-animation-7 h2:nth-child(7) {
  animation-delay: 0.63s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.list-fill-animation-8 li,
.list-fill-animation-8 h2 {
  opacity: 0;
  animation: list-fill 0.15s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.list-fill-animation-8 li:nth-child(1),
.list-fill-animation-8 h2:nth-child(1) {
  animation-delay: 0.09s;
}
.list-fill-animation-8 li:nth-child(2),
.list-fill-animation-8 h2:nth-child(2) {
  animation-delay: 0.18s;
}
.list-fill-animation-8 li:nth-child(3),
.list-fill-animation-8 h2:nth-child(3) {
  animation-delay: 0.27s;
}
.list-fill-animation-8 li:nth-child(4),
.list-fill-animation-8 h2:nth-child(4) {
  animation-delay: 0.36s;
}
.list-fill-animation-8 li:nth-child(5),
.list-fill-animation-8 h2:nth-child(5) {
  animation-delay: 0.45s;
}
.list-fill-animation-8 li:nth-child(6),
.list-fill-animation-8 h2:nth-child(6) {
  animation-delay: 0.54s;
}
.list-fill-animation-8 li:nth-child(7),
.list-fill-animation-8 h2:nth-child(7) {
  animation-delay: 0.63s;
}
.list-fill-animation-8 li:nth-child(8),
.list-fill-animation-8 h2:nth-child(8) {
  animation-delay: 0.72s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.list-fill-animation-9 li,
.list-fill-animation-9 h2 {
  opacity: 0;
  animation: list-fill 0.15s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.list-fill-animation-9 li:nth-child(1),
.list-fill-animation-9 h2:nth-child(1) {
  animation-delay: 0.09s;
}
.list-fill-animation-9 li:nth-child(2),
.list-fill-animation-9 h2:nth-child(2) {
  animation-delay: 0.18s;
}
.list-fill-animation-9 li:nth-child(3),
.list-fill-animation-9 h2:nth-child(3) {
  animation-delay: 0.27s;
}
.list-fill-animation-9 li:nth-child(4),
.list-fill-animation-9 h2:nth-child(4) {
  animation-delay: 0.36s;
}
.list-fill-animation-9 li:nth-child(5),
.list-fill-animation-9 h2:nth-child(5) {
  animation-delay: 0.45s;
}
.list-fill-animation-9 li:nth-child(6),
.list-fill-animation-9 h2:nth-child(6) {
  animation-delay: 0.54s;
}
.list-fill-animation-9 li:nth-child(7),
.list-fill-animation-9 h2:nth-child(7) {
  animation-delay: 0.63s;
}
.list-fill-animation-9 li:nth-child(8),
.list-fill-animation-9 h2:nth-child(8) {
  animation-delay: 0.72s;
}
.list-fill-animation-9 li:nth-child(9),
.list-fill-animation-9 h2:nth-child(9) {
  animation-delay: 0.81s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.list-fill-animation-10 li,
.list-fill-animation-10 h2 {
  opacity: 0;
  animation: list-fill 0.15s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.list-fill-animation-10 li:nth-child(1),
.list-fill-animation-10 h2:nth-child(1) {
  animation-delay: 0.09s;
}
.list-fill-animation-10 li:nth-child(2),
.list-fill-animation-10 h2:nth-child(2) {
  animation-delay: 0.18s;
}
.list-fill-animation-10 li:nth-child(3),
.list-fill-animation-10 h2:nth-child(3) {
  animation-delay: 0.27s;
}
.list-fill-animation-10 li:nth-child(4),
.list-fill-animation-10 h2:nth-child(4) {
  animation-delay: 0.36s;
}
.list-fill-animation-10 li:nth-child(5),
.list-fill-animation-10 h2:nth-child(5) {
  animation-delay: 0.45s;
}
.list-fill-animation-10 li:nth-child(6),
.list-fill-animation-10 h2:nth-child(6) {
  animation-delay: 0.54s;
}
.list-fill-animation-10 li:nth-child(7),
.list-fill-animation-10 h2:nth-child(7) {
  animation-delay: 0.63s;
}
.list-fill-animation-10 li:nth-child(8),
.list-fill-animation-10 h2:nth-child(8) {
  animation-delay: 0.72s;
}
.list-fill-animation-10 li:nth-child(9),
.list-fill-animation-10 h2:nth-child(9) {
  animation-delay: 0.81s;
}
.list-fill-animation-10 li:nth-child(10),
.list-fill-animation-10 h2:nth-child(10) {
  animation-delay: 0.9s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    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;
}

@media (min-width: 576px) {
  .cust-mr-sm-0,
  .cust-mx-sm-0 {
    margin-right: 0px;
  }
  .cust-ml-sm-0,
  .cust-mx-sm-0 {
    margin-left: 0px;
  }
  .cust-mt-sm-0,
  .cust-my-sm-0 {
    margin-top: 0px;
  }
  .cust-mb-sm-0,
  .cust-my-sm-0 {
    margin-bottom: 0px;
  }
  .cust-m-sm-0 {
    margin: 0px;
  }
  .cust-pr-sm-0,
  .cust-px-sm-0 {
    padding-right: 0px;
  }
  .cust-pl-sm-0,
  .cust-px-sm-0 {
    padding-left: 0px;
  }
  .cust-pt-sm-0,
  .cust-py-sm-0 {
    padding-top: 0px;
  }
  .cust-pb-sm-0,
  .cust-py-sm-0 {
    padding-bottom: 0px;
  }
  .cust-p-sm-0 {
    padding: 0px;
  }
  .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;
  }
}
@media (min-width: 768px) {
  .cust-mr-md-0,
  .cust-mx-md-0 {
    margin-right: 0px;
  }
  .cust-ml-md-0,
  .cust-mx-md-0 {
    margin-left: 0px;
  }
  .cust-mt-md-0,
  .cust-my-md-0 {
    margin-top: 0px;
  }
  .cust-mb-md-0,
  .cust-my-md-0 {
    margin-bottom: 0px;
  }
  .cust-m-md-0 {
    margin: 0px;
  }
  .cust-pr-md-0,
  .cust-px-md-0 {
    padding-right: 0px;
  }
  .cust-pl-md-0,
  .cust-px-md-0 {
    padding-left: 0px;
  }
  .cust-pt-md-0,
  .cust-py-md-0 {
    padding-top: 0px;
  }
  .cust-pb-md-0,
  .cust-py-md-0 {
    padding-bottom: 0px;
  }
  .cust-p-md-0 {
    padding: 0px;
  }
  .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: 992px) {
  .cust-mr-lg-0,
  .cust-mx-lg-0 {
    margin-right: 0px;
  }
  .cust-ml-lg-0,
  .cust-mx-lg-0 {
    margin-left: 0px;
  }
  .cust-mt-lg-0,
  .cust-my-lg-0 {
    margin-top: 0px;
  }
  .cust-mb-lg-0,
  .cust-my-lg-0 {
    margin-bottom: 0px;
  }
  .cust-m-lg-0 {
    margin: 0px;
  }
  .cust-pr-lg-0,
  .cust-px-lg-0 {
    padding-right: 0px;
  }
  .cust-pl-lg-0,
  .cust-px-lg-0 {
    padding-left: 0px;
  }
  .cust-pt-lg-0,
  .cust-py-lg-0 {
    padding-top: 0px;
  }
  .cust-pb-lg-0,
  .cust-py-lg-0 {
    padding-bottom: 0px;
  }
  .cust-p-lg-0 {
    padding: 0px;
  }
  .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;
  }
}
.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;
}

@media (min-width: 1600px) {
  .cust-ml-xxl-21 {
    margin-left: 210px;
  }
}

.card-text {
  font-size: 1rem;
}
.card-text.tiny-text {
  font-size: 0.5rem;
}
.card-text.very-small-text {
  font-size: 0.625rem;
}
.card-text.sub-text {
  font-size: 0.75rem;
}
.card-text.smaller-text {
  font-size: 0.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: 0.5 !important;
}

.fade-70-important {
  opacity: 0.7 !important;
}

.fade-70-active {
  opacity: 0.7;
}
.fade-70-active:hover {
  opacity: 1;
}

.fade-half-active {
  opacity: 0.5;
}
.fade-half-active:hover {
  opacity: 1;
}

.outline-white {
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 1;
}

@media (min-width: 1600px) {
  .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%;
  }
}
.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;
  transition: color 0.2s ease-in-out;
}

.menu-jcf-select {
  background: transparent;
  border: 1px solid #fff;
}
.menu-jcf-select .jcf-select {
  padding: 0.1rem;
  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;
}
@media (max-width: 390px) {
  .menu-jcf-select .jcf-select .jcf-select-opener {
    width: 25px;
  }
}
.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%;
}
@media (max-width: 390px) {
  .menu-jcf-select .jcf-select.jcf-drop-active .jcf-select-opener:before {
    top: 25%;
  }
}
.menu-jcf-select .jcf-list {
  background-color: #92969a;
  box-shadow: 0px 3px 10px 7px rgba(0, 0, 0, 0.5);
  opacity: 1;
  backdrop-filter: blur(15px) brightness(100%);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  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, 0.2);
  z-index: 0;
}
.menu-jcf-select .jcf-list .jcf-option {
  color: #fff;
  font-size: 0.875rem;
  padding: 18px 20px;
}
.menu-jcf-select .jcf-list .jcf-hover {
  background-color: white;
  color: rgb(10, 18, 29);
}

.min-w-site-select-dropdowns {
  min-width: 210px;
}

@media (max-width: 390px) {
  .min-w-site-select-dropdowns {
    min-width: 170px;
  }
}
.mobile-search-vh {
  height: calc(100vh - 140px);
}
@media (min-width: 992px) {
  .mobile-search-vh {
    height: calc(100vh - 74px);
  }
}

@media (min-width: 992px) {
  .desktop-serach-max-width {
    max-width: 600px;
  }
}

.cust-flow-menu-site-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 50px;
  margin-right: 50px;
}
.cust-flow-menu-site-nav .cust-site-nav-item {
  justify-content: center;
}
@media (min-width: 1238px) {
  .cust-flow-menu-site-nav {
    flex-direction: row;
    justify-content: space-between;
    margin: auto;
    max-width: 77vw;
  }
}

.scrollbar-container .ps__rail-y {
  opacity: 0.6;
}

.cust-neg-mt-cart {
  margin-top: -2px;
}

@media (min-width: 1600px) {
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
}
.cust-ml-xxl-sub-nav {
  justify-content: center;
}
@media (min-width: 1500px) {
  .cust-ml-xxl-sub-nav {
    margin-left: 210px;
    justify-content: start;
  }
}

.h-fit {
  height: fit-content !important;
}

.vh-mobile-search {
  height: calc(100vh - 91px);
}

.column-count-1 {
  column-count: 1;
}
.column-count-1 ul {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

@media (min-width: 576px) {
  .column-count-sm-1 {
    column-count: 1;
  }
  .column-count-sm-1 ul {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}

.column-count-2 {
  column-count: 2;
}
.column-count-2 ul {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

@media (min-width: 576px) {
  .column-count-sm-2 {
    column-count: 2;
  }
  .column-count-sm-2 ul {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}

.column-count-3 {
  column-count: 3;
}
.column-count-3 ul {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

@media (min-width: 576px) {
  .column-count-sm-3 {
    column-count: 3;
  }
  .column-count-sm-3 ul {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}

.column-count-4 {
  column-count: 4;
}
.column-count-4 ul {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

@media (min-width: 576px) {
  .column-count-sm-4 {
    column-count: 4;
  }
  .column-count-sm-4 ul {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}

.dstv-dropdown {
  animation: fadeInDown 250ms ease-in-out;
  background: rgba(10, 18, 29, 0.25) 0% 0% no-repeat padding-box;
  box-shadow: 0px 22px 30px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  opacity: 1;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.bottom-0-transform {
  top: calc(100vh - 91px);
  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 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: block;
  opacity: 1 !important;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.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: 0.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: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.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 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.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;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.scrollbar-container {
  position: relative;
  height: 100%;
}


@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.spin-loader {
  margin-bottom: 20px;
  border: 1px solid rgba(162, 182, 191, 0.4);
  border-left-color: #fff;
  border-bottom-color: #fff;
  border-top-color: #fff;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.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, 0.4);
}
.get-connected-container .form-label-group-dstv.dropdown .jcf-select .jcf-select-text .jcf-option-default-select-option {
  color: rgba(10, 18, 29, 0.4);
}
.get-connected-container .form-label-group-dstv.dropdown .jcf-select .jcf-select-opener:before {
  transition: all 0.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;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1254901961);
}
.get-connected-container .form-label-group-dstv.dropdown .jcf-select-drop .jcf-list .jcf-option.jcf-selected {
  color: #179edd !important;
  font-weight: 400;
  background: rgba(10, 18, 29, 0.062745098);
}
