body {
  scroll-behavior: smooth;
}
.fis-main-nav.clearfix.light.active-state {
  background: #090825;
}
html {
  display: block !important;
}
.shift-down {
  margin-top: 0;
}

/*Loader*/
.loader {
  z-index: 99999 !important;
}

.spinner {
  top: 50vh;
  left: 50%;
}

/*END Loader*/

/* worldpay homepage slide 1 */
.section-container {
  display: flex;
  height: 100vh;
  position: relative;
  overflow: hidden;
  /* z-index: 2; */
}
.section-container:after{
	z-index:-1;
	position:absolute;
	content: "";
	left:0;
	top:0;
	width:100%;
	height: 100%;
	mix-blend-mode: color;
	background: rgb(27,27,111);
	background: -moz-linear-gradient(180deg, rgba(27,27,111,1) 0%, rgba(255,31,62,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(27,27,111,1) 0%, rgba(255,31,62,1) 100%);
	background: linear-gradient(180deg, rgba(27,27,111,1) 0%, rgba(255,31,62,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b1b6f",endColorstr="#ff1f3e",GradientType=1);
	}
	
.section-logo {
  position: relative;
  margin-bottom: 40px;
}
.section-logo::after {
  position: absolute;
  content: "";
  background-color: #4bcd3e;
  width: 42px;
  height: 4px;
  bottom: -20px;
  left: calc(50% - 21px);
}
.section-flex {
  flex: 1;
  display: flex;
  position: relative;
}
/*.section-left:after{
	position:absolute;
	content: "";
	left:0;
	top:0;
	width:100%;
	height: 100%;
	z-index: -1;
	mix-blend-mode: color;
	background: rgb(255,31,62);
	background: -moz-linear-gradient(180deg, rgba(255,31,62,1) 0%, rgba(27,27,111,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,31,62,1) 0%, rgba(27,27,111,1) 100%);
	background: linear-gradient(180deg, rgba(255,31,62,1) 0%, rgba(27,27,111,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff1f3e",endColorstr="#1b1b6f",GradientType=1);
}
.section-right:after{
	position:absolute;
	content: "";
	left:0;
	top:0;
	width:100%;
	height: 100%;
	z-index: -1;
	mix-blend-mode: color;
	background: rgb(27,27,111);
	background: -moz-linear-gradient(180deg, rgba(27,27,111,1) 0%, rgba(255,31,62,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(27,27,111,1) 0%, rgba(255,31,62,1) 100%);
	background: linear-gradient(180deg, rgba(27,27,111,1) 0%, rgba(255,31,62,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b1b6f",endColorstr="#ff1f3e",GradientType=1);
}*/

/* #section0::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  mix-blend-mode: color;
  background: rgb(27, 27, 111);
  background: -moz-linear-gradient(
    180deg,
    rgba(27, 27, 111, 1) 0%,
    rgba(255, 31, 62, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(27, 27, 111, 1) 0%,
    rgba(255, 31, 62, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(27, 27, 111, 1) 0%,
    rgba(255, 31, 62, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b1b6f",endColorstr="#ff1f3e",GradientType=1);
} */

.section.fp-completely .section-content {
  opacity: 1;
}

.section-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 15vh;
  z-index: 9;
  color: #fff;
  /*max-width: 380px;*/
  max-width: 80%;
  width:70%;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.section-content h2 {
  font-size: 65rem;
  line-height: 1;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
}
.section-content h2.enlarged{
  -webkit-animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.content-container.non-enlarged{
  -webkit-animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes slide-top {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px) scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px) scale(1);
    opacity: 1;
  }
}

.section-content span {
  font-size: 60px;
}
.section-content strong {
  font-size: 54px;
  font-weight: normal;
}

.section-content p {
  font-size: 18px;
  line-height: 24px;
  font-family: "source_sans_semibold";
  letter-spacing: 0.5px;
  margin-top: 10px;
}
.content-wrapper {
  margin: auto;
  position: relative;
  top: 20vh;
  transition-duration: 300ms;
  /*transition-delay: 150ms;*/
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  max-width: 90%;
  cursor:pointer;
  padding-bottom:25px;
}
.content-wrapper h2 {
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  font-family: "titillium_webregular";
  position: relative;
}
.content-wrapper .content-text {
  position: relative;
  margin-bottom: 40px;
  /*max-width: 480px;*/
  max-width: 100%;
}
/*.content-wrapper .content-text:after {
    position: absolute;
    content: "";
    background-color: #4bcd3e;
    width: 42px;
    height: 4px;
    bottom: -15px;
    left: calc(50% - 21px);
}*/
.content-wrapper p {
  color: #fff;
  line-height: 18px;
  margin-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  position: relative;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.content-wrapper p:after {
  position: absolute;
  content: "";
  height: 4px;
  background-color: #4bcd3e;
  width: 42px;
  bottom: -20px;
  left: calc(50% - 21px);
}
.content-wrapper a.cta {
  color: #ff1f3e;
  background-color: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  font-family: "source_sans_probold";
  font-size: 14px;
  line-height: 16px;
  position: relative;
  z-index: 99;
  top: 15px;
}
.content-wrapper a.cta:hover {
  color: #fff;
  background-color: #ff1f3e;
}
.section-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  opacity: 0;
  transition-duration: 300ms;
  transition-delay: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  /*background-size: cover;
  background-position: center center;*/
  background-size: 100%;
  background-position:center top;
}
.section-flex:hover .section-img {
  opacity: 1;
  transform: scale(120%);
}
#myVideo.home-video {
  z-index: -1;
}
/* worldpay homepage slide 1 */

/* bouncing arrow css */
.bounce {
  -moz-animation: bounce 2.5s infinite;
  -webkit-animation: bounce 2.5s infinite;
  animation: bounce 2.5s infinite;
}

@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.scroll-arrow {
  position: absolute;
  bottom: 25px;
  left: calc(50% - 28px);
  z-index: 5;
  width: 56px;
}
.scroll-arrow a {
  color: #fff;
  text-align: center;
  transition: none;
}
.scroll-arrow a:hover,
.scroll-arrow a:hover .down,
.scroll-arrow a.active,
.scroll-arrow a.active .down {
  color: #000;
  border-color: #000;
}
.scroll-arrow a span {
  width: 100%;
  display: block;
  font-family: "source_sans_semibold";
  font-size: 16px;
  position: relative;
  top: 6px;
}
.arrow {
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
}
.arrow-big {
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  position: absolute;
  padding: 10px;
  left: calc(50% - 10px);
  bottom: 3px;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
/* bouncing arrow css */

/*The Latest at FIS Styles*/

.latest {
  padding-top: 100rem;
  position: relative;
  /*margin-bottom: -130rem;*/
  z-index: 1;
  /* margin-bottom: 80px; */
  /*overflow: hidden;*/
}

.latest .content-width h3 {
  font-size: 36px;
  text-align: center;
  font-family: "titillium_webregular", sans-serif;
  margin-bottom: 50rem;
}

.latest .swiper-wrapper .swiper-slide {
  min-width: calc(100% / 5);
}

.latest .swiper-wrapper {
  display: flex;
}

.swiper-slide {
  display: flex;
  border-radius: 8px;
}

.latest .swiper-wrapper .swiper-slide:first-of-type {
  min-width: 500px;
  height: 350px;
}

.latest .swiper-wrapper .swiper-slide {
  /*min-width: 239px;
    height: 350px;*/
  min-width: 500px;
  height: 350px;
  background-size: cover !important;
  background-position: left !important;
  overflow: hidden;
}

.latest .copy-filter.has-right-img {
  width: 53%;
}

.latest .swipe-header p {
  font-size: 16px;
}

.latest .swipe-header p.fis-text-white {
  color: #fff;
}

.latest .swiper-slide .img-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
}

.latest .swiper-slide img.right-align {
  max-width: 75%;
  margin: 0 auto;
}

.latest .fis-video-slider {
  max-width: calc(100% - 240rem);
  margin: 0 auto;
  width: 1180rem;
  /*top: -200rem;*/
  position: relative;
}

.latest .swiper-wrapper {
  margin-bottom: 35rem;
}

.latest .fis-video-slider h3 {
  text-align: center;
  margin-bottom: 45rem;
  font-family: "titillium_webregular", sans-serif;
  font-size: 37rem;
  line-height: 48rem;
  font-weight: normal;
}

.latest .swiper-container a.cta-button {
  text-align: center;
  margin: 0 auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border: 2px solid #fff;
  font-size: 14rem;
  letter-spacing: 1px;
}

.latest .swiper-container a.cta-button:hover {
  border: 2px solid #4bcd3e;
}

.latest .eyebrow-header {
  font-size: 14px;
  font-family: "source_sans_probold", sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4rem;
}

.swipe-header h4 {
  font-size: 24px;
  font-family: "titillium_webregular", sans-serif;
  color: #fff;
  font-weight: 300;
  margin-bottom: 25rem;
}

.swiper-slide .copy-filter {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /*padding: 35rem 14rem 50rem;*/
  padding: 40px 30px 55px;
  position: relative;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.swiper-slide.swiper-slide-visible .copy-filter {
  opacity: 1;
  text-align: left;
}

.swiper-slide.featured-slide .swipe-header h4 {
  font-size: 32px;
}

.swiper-slide.featured-slide .copy-filter {
  max-width: 70%;
}

.swipe-copy a {
  font-size: 14px;
}

.swipe-copy a:hover {
  color: #ff1f3e;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -240rem;
  padding-right: 60px;
  padding-left: 60px;
  left: auto;
  height: 100%;
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  /* background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); */
  /* background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
  top: 0;
  position: absolute;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -60rem;
  right: auto;
  padding-right: 60px;
  padding-left: 60px;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
  top: 0;
  position: absolute;
}

/*section.latest::before {
    position: absolute;
    width: 100%;
    height: calc(100% - 130rem);
    background: transparent radial-gradient(closest-side at 50% 55%, #2196BA 0%, #005B7E 100%) 0% 0% no-repeat padding-box;
    content: "";
    top: 0;
}*/

.swiper-button-next svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999;
  height: 35px;
  width: 35px;
  right: 120rem;
}

.swiper-button-prev svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999;
  height: 35px;
  width: 35px;
  right: 120rem;
}

.swiper-button-next svg {
  transform: rotate(-90deg);
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 4rem;
  fill: #fff;
}

.swiper-button-prev svg {
  transform: rotate(90deg);
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 4rem;
  fill: #fff;
}

.swiper-slide:not(.swiper-slide-visible) .copy-filter::after {
  background: rgb(0 0 0 / 85%);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  max-width: 200%;
  z-index: 1;
}

.swiper-slide:not(.swiper-slide-visible) .swipe-header,
.swiper-slide:not(.swiper-slide-visible) .swipe-copy {
  z-index: 2;
  opacity: 0.25;
  transition: all 0.3s ease-in-out;
}

.swiper-slide.swiper-slide-visible .swipe-header,
.swiper-slide.swiper-slide-visible .swipe-copy {
  opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
  opacity: 1;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.swiper-slide.swiper-slide-visible {
  box-shadow: rgb(0 0 0 / 0%) 3px 7px 20px 4px;
  transition: all 0.3s ease-in-out;
}

.swiper-slide.swiper-slide-visible:hover {
  box-shadow: rgb(0 0 0 / 32%) 3px 7px 20px 4px;
  z-index: 1;
  transform: scale(1.1);
}

.fis-video-slider {
  /*opacity: 0;*/
  transform: translateY(100rem);
  transition: all 1s ease-in-out;
}

.fis-video-slider.fade-up-in {
  opacity: 1;
  transform: translateY(0rem);
}

.latest .swipe-copy .btn-tertiary-white-on-dark svg {
  margin-top: 0;
}

.latest a.fis-primary-content-bold-font.fis-text-white.play-video svg {
  position: relative;
  top: 8rem;
  width: 28rem;
  height: 28rem;
  left: 5rem;
}

@media (max-width: 991px) {
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: -202rem;
  }
}

@media (max-width: 576px) {
  .fis-video-slider {
    opacity: 1;
    transform: translateY(0rem);
  }

  .latest .fis-video-slider {
    max-width: calc(100% - 60rem);
  }

  .latest .swiper-wrapper .swiper-slide:first-of-type {
    min-width: 80vw;
    max-width: 80vw;
    background-size: cover !important;
    background-position: center !important;
  }

  .swiper-slide.featured-slide .swipe-header h4 {
    font-size: 30rem;
    line-height: 1.2;
  }

  .swiper-slide.featured-slide .copy-filter {
    max-width: 100%;
  }

  .swipe-header h4 {
    font-size: 24rem;
  }

  .swipe-copy a {
    font-size: 14rem;
  }
}
.section a.btn-tertiary-white-on-dark {
  letter-spacing: 1px !important;
  font-family: "source_sans_probold", sans-serif;
}
.btn-tertiary-white-on-dark {
  color: #fff;
  font-family: "source_sans_proregular", sans-serif;
  font-size: 16rem;
  font-weight: Bold;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: -webkit-inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn-tertiary-white-on-dark .fis-icon {
  margin-left: 10rem;
  -webkit-transition: margin-left 0.6s;
  transition: margin-left 0.6s;
  width: 1.5em;
  margin-top: 3rem;
}
.btn-tertiary-white-on-dark:hover {
  color: #4bcd3e;
}
.btn-tertiary-white-on-dark:hover .fis-icon {
  margin-left: 15rem;
}
/*End The Latest at FIS Styles*/

.reveal-video-section {
  width: 100%;
  height: 90vh;
  position: relative;
  z-index: 1;
}
.reveal-video-section video {
  max-height: 90vh;
  width: 100%;
  object-fit: cover;
}

.background-video {
  position: absolute;
  left: 0;
  top: 0;
  background-attachment: fixed;
  z-index: -1;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.section[data-anchor="solutions"] .section-bg-animated {
  position: relative;
}
.section[data-anchor="solutions"] .section-bg-animated::after {
  background: linear-gradient(235deg, #1b1b6f 0%, #4c12a1 24%, #9400b7 100%) 0%
    0% no-repeat padding-box;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: hard-light;
}

.l2logoscroller {
  background-color: #fff;
  padding-bottom: 150rem !important;
}

.video-slide {
  position: relative;
}
.card-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.slide-center.swiper-slide.swiper-slide-visible .copy-filter {
  text-align: center;
  min-width: 100%;
}

.slide-center.swiper-slide.swiper-slide-visible .copy-filter img {
  max-width: 300px;
  margin: 0 auto 10px;
}

.slide-center.swiper-slide.swiper-slide-visible .swipe-copy .cta {
  color: #ff1f3e;
  background-color: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  font-family: "source_sans_probold";
  font-size: 14px;
  line-height: 16px;
}

.slide-center.swiper-slide.swiper-slide-visible .swipe-copy .cta:hover {
  color: #fff;
  background-color: #ff1f3e;
}

.sphere-filter .sphere-canvas,
.bubble-line-container .bubble-line {
  opacity: 0.5;
}

.sphere-content {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
}

.sphere-content h2 {
  color: #fff;
  font-size: 60px;
  line-height: 72px;
  font-family: "titillium_webregular";
}

.sphere-content span {
  font-size: 24px;
  position: relative;
  margin-bottom: 40px;
  display: block;
}

.sphere-content p {
  margin-top: 25px;
  margin-bottom: 20px;
}

.sphere-content span::after {
  position: absolute;
  height: 4px;
  width: 42px;
  content: "";
  background-color: #4bcd3e;
  left: calc(50% - 21px);
  bottom: -20px;
}

/*.bubble-container{
	min-width: 60%;
}

.bubble-line-container{
	min-width: 60%;
}*/

.l2videobandcopy {
  text-align: left;
  max-width: 550px !important;
}

.btn-black {
  color: #fff;
  background-color: #000;
  border-radius: 50px;
  padding: 10px 20px;
  font-family: "source_sans_probold";
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
}

.btn-black:hover {
  color: #fff;
  background-color: #ff1f3e;
}

.stat-number-small {
  font-size: 48px;
}

section.rotating-sphere {
  z-index: 1;
}

.sphere-filter {
  background: none !important;
}

.content-reveal {
  opacity: 0;
}

.l2videobandcopy h2 {
  color: #000;
  transition-delay: 1.5s;
}

.section[data-anchor="solutions"].fp-completely .content-reveal,
.section[data-anchor="solutions"].visited .content-reveal {
  opacity: 1;
  transition-delay: 2s;
}

.section[data-anchor="solutions"].fp-completely .l2videobandcopy h2,
.section[data-anchor="solutions"].visited .l2videobandcopy h2 {
  color: #fff;
}

footer {
  text-align: left;
}

/* Section 2 Menu css  */
.menu-verticle {
  width: 30%;
  float: left;
  position: relative;
  font-family: "source_sans_probold";
  top: 35px;
}
.menus {
  color: #fff;
  list-style: none;
}
.menus > li {
  position: absolute;
}
.section.section.fp-completely .layer-content {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
.layer-content {
  position: absolute;
  z-index: 4;
  width: 100%;
  left: 0;
  top: 0%;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: rgba(0, 0, 0, 0.3);
  height: 100%;

  opacity: 0;
  transform: translate(0, 100%) scale(0);
  transition: all 1s ease-in-out;
}
.slideshow {
  color: #fff;
  position: relative;
  /* left: -264px;
    margin-top: 140px;
    /* padding-left: 600px; */
  margin-top: 22.5%;
  transform: translateY(-50%);
  text-align: left;
  width: 75%;
  float: left;
  padding-left: 15%;
}
.slideshow:after {
  content: "";
  clear: both;
  display: block;
}
.left-content {
  margin-left: 5%;
  width: 100%;
  float: left;
}
.right-content {
  float: right;
  width: 45%;
  /* padding: 0 4%; */
  box-sizing: border-box;
  position: relative;
  text-align: center;
  margin-top: 60px;
}
.right-content span {
  font-size: 60px;
  font-family: "titillium_black";
  position: absolute;
  z-index: 9;
  margin-left: -30px;
  top: calc(50% - 83px);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}
.right-content p {
  font-size: 14px !important;
  font-family: "source_sans_proregular";
  margin: 20px 30% 0 30% !important;
  line-height: 18px !important;
}
.tagline {
  letter-spacing: 0px;
  position: relative;
  padding-bottom: 25px;
  font-size: 24px;
  font-family: "source_sans_proregular";
}
.tagline span {
  position: relative;
}
.tagline span::after {
  position: absolute;
  content: "";
  bottom: -16px;
  left: 0;
  width: 42px;
  height: 4px;
  background: #4bcd3e;
}
.slideshow h2 {
  font-size: 56px;
  color: #fff;
  line-height: 70px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: "titillium_webregular";
}
.slideshow p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 30px;
}
.slideshow p strong {
  font-family: "source_sans_probold", sans-serif;
  font-weight: normal;
}
.slideshow a {
  color: #ff1f3e;
  background-color: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  font-family: "source_sans_probold";
  font-size: 14px;
  line-height: 16px;
  margin-top: 30px;
  display: inline-block;
  transition-duration: 0.5s;
}
.slideshow a:hover {
  background: #ff1f3e;
  color: #fff;
}

section.rotating-sphere .copy-contain .header-row h2 {
  font-size: 37rem;
  font-family: 'titillium_webregular',sans-serif;
  font-weight: normal;
  margin-bottom: 30rem;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

section.rotating-sphere .copy-contain .header-row h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 4px;
    width: 42px;
    background: #4bcd3e;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .section-content {
        /* top: 12vh !important; */
      }
}

@media only screen and (min-width: 1251px) {
	section.rotating-sphere .copy-contain .header-row h2 {
    padding: 0 0 30rem 0;
    font-size: 37rem !important;
    font-weight: normal !important;
}
}
@media only screen and (min-width: 1281px) {
	.section-content h2.enlarged{
	font-size:60px !important;
	line-height:60px;
	}
}

@media only screen and (max-width: 991px) {
  .latest {
    padding-top: 0 !important;
    margin-bottom: 80px;
    z-index: 3;
  }
  .section-content {
    top: 10vh !important;
  }
  .content-wrapper .content-text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-content,
  .animate-pop-in {
    opacity: 1 !important;
  }
  .layer-content {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
  .menu-verticle {
    display: none;
  }
  .slideshow {
    width: auto;
    float: none;
    margin-top: 30%;
    transform: translateY(-30%);
    padding: 0 25px;
    margin-bottom: 30px;
  }
  .left-content {
    width: auto;
    float: none;
    margin: 0;
  }
  .tagline {
    padding-bottom: 10px;
    font-size: 16px;
  }
  .slideshow h1 {
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: bold;
  }
  .right-content p {
    margin: 10px !important;
  }
  .slideshow p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 0px;
  }
  .right-content {
    float: none;
    width: auto;
    padding: 0 4%;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    margin-top: 30px;
  }
  .right-content span {
    font-size: 36px;
    margin-left: -25px;
    top: calc(50% - 38px);
  }
  .slideshow button {
    margin-top: 15px;
  }
}

/* Animations */

.animate-pop-in {
  opacity: 0;
}

.animate-fade-slide-down {
  opacity: 0;
}

.section.fp-completely .animate-pop-in {
  animation: pop-in 0.6s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
}

.section.fp-completely .animate-fade-slide-down {
  animation: fade-slide-down 0.6s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  /*animation-delay: 0.5s;*/
}

@keyframes fade-slide-down {
  0% {
    opacity: 0;
    transform: translateY(-4rem);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes pop-in {
  0% {
    opacity: 0;
    /*transform: translateY(-4rem) scale(0.8);*/
  }
  100% {
    opacity: 1;
    /*transform: none;*/
  }
}

@keyframes rotate-up {
  100% {
    transform: rotateZ(-4deg);
  }
}

.contact-popup {
  position: fixed;
  left: 0;
  top: 0;
  overflow: auto;
  z-index: 9;
  display: none;
  height: 100vh;
}

.component.htmp-spot-advance.hide-content {
  display: none;
}
.component.htmp-spot-advance.contact-popup.hide-content.show-form {
  display: block;
  overflow: auto;
  height: 100vh;
  background: #f5f5f5;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.component.htmp-spot-advance.contact-popup.hide-content.show-form
  section.l2contact.contact-us {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.form-open {
  max-height: 100vh;
  overflow: hidden;
}

.contact-popup.show-form #close-popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(75,205,62,1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M8 8 L24 24 M8 24 L24 8'/%3E%3C/svg%3E");
  background-position: 45px 0;
  background-repeat: no-repeat;
  padding-right: 45px;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 25px;
  color: #012834;
  text-decoration: none;
  font-weight: 600;
  z-index: 999;
}

.contact-popup.show-form #close-popup::after {
  /* content: "X"; */
  color: rgb(75, 205, 62);
  margin-left: 7px;
  font-size: 17px;
  font-family: sans-serif;
  position: relative;
  top: 2px;
}
html {
  scroll-behavior: smooth;
}

/* range slider css */
#form-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

form#turnover-selector {
  width: 90%;
  max-width: 1200px;
}
form#turnover-selector #form-title {
  margin-top: 0;
  margin-bottom: 50px;
  font-weight: 400;
  text-align: center;
}
form#turnover-selector #debt-amount-slider {
  display: flex;
  flex-direction: row;
  align-content: stretch;
  position: relative;
  width: 100%;
  top: 80px;
  height: 180px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* div#debt-amount-slider:after {
      position: absolute;
      left: 0;
      top: calc(50% - 3px);
      content: "";
      height: 7px;
      width: 90px;
      background: #fff;
      z-index: 9;
  } */
form#turnover-selector #debt-amount-slider::before {
  content: " ";
  position: absolute;
  height: 5px;
  width: 100%;
  width: calc(100% * (5 / 6));
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
}
form#turnover-selector #debt-amount-slider input,
form#turnover-selector #debt-amount-slider label {
  box-sizing: border-box;
  flex: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
form#turnover-selector #debt-amount-slider label {
  display: inline-block;
  position: relative;
  width: 20%;
  padding-top: 15px;
  text-align: center;
  height: 100%;
  z-index: 10;
  transition: all 0.2s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
form#turnover-selector #debt-amount-slider label::before {
  content: attr(data-debt-amount);
  position: absolute;
  left: 50%;
  /* padding-top: 10px; */
  transform: translate(-50%, 45px);
  font-size: 16px;
  letter-spacing: 0.4px;
  font-weight: 400;
  white-space: nowrap;
  opacity: 1;
  transition: all 0.15s ease-in-out;
  color: #fff;
}
form#turnover-selector #debt-amount-slider label::after {
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  /* border: 1px solid #FF1F3E; */
  background: #fff;
  border-radius: 50%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
form#turnover-selector #debt-amount-slider label:hover::after {
  transform: translate(-50%, -50%) scale(1.25);
}
form#turnover-selector #debt-amount-slider input {
  display: none;
}
form#turnover-selector #debt-amount-slider input:checked + label::before {
  /* font-weight: 800; */
  opacity: 1;
  padding-top: 10px;
}
form#turnover-selector #debt-amount-slider input:checked + label::after {
  border-width: 4px;
  transform: translate(-50%, -50%) scale(0.75);
  background-color: #ff1f3e;
  border-color: #ff1f3e;
}
form#turnover-selector #debt-amount-slider input:checked ~ #debt-amount-pos {
  opacity: 1;
}
form#turnover-selector
  #debt-amount-slider
  input:checked:nth-child(1)
  ~ #debt-amount-pos {
  left: 8.4%;
}
form#turnover-selector
  #debt-amount-slider
  input:checked:nth-child(3)
  ~ #debt-amount-pos {
  left: 25%;
}

form#turnover-selector
  #debt-amount-slider
  input:checked:nth-child(5)
  ~ #debt-amount-pos {
  left: 41.6%;
}
form#turnover-selector
  #debt-amount-slider
  input:checked:nth-child(7)
  ~ #debt-amount-pos {
  left: 58.4%;
}
form#turnover-selector
  #debt-amount-slider
  input:checked:nth-child(9)
  ~ #debt-amount-pos {
  left: 75%;
}
form#turnover-selector
  #debt-amount-slider
  input:checked:nth-child(11)
  ~ #debt-amount-pos {
  left: 91.6%;
}
form#turnover-selector #debt-amount-slider #debt-amount-pos {
  display: block;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  background: #ff1f3e;
  border-radius: 50%;
  transition: all 0.15s ease-in-out;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  opacity: 0;
  z-index: 2;
}
form#turnover-selector:valid #debt-amount-slider input + label::before {
  transform: translate(-50%, 0px) scale(1);
  transition: all 0.5s linear;
}
form#turnover-selector:valid #debt-amount-slider input:checked + label::before {
  transform: translate(-50%, -10px) scale(1);
  transition: all 0.5s linear;
}

form#turnover-selector #debt-amount-slider input:checked + label {
  padding-top: 5px;
  transition: all 0.2s linear;
}
form #debt-amount-slider input:checked ~ #debt-amount-pos::before {
  background-color: #fff;
  position: absolute;
  content: "";
  height: 6px;
  /* width: 1000px; */
  right: 40px;
  top: calc(50% - 3px);
  /* max-width: 900px; */
}
form
  #debt-amount-slider
  input:checked
  ~ #debt-amount-pos.first-selected::before {
  width: 0;
}
form
  #debt-amount-slider
  input:checked
  ~ #debt-amount-pos.second-selected::before {
  width: 160px;
}
form
  #debt-amount-slider
  input:checked
  ~ #debt-amount-pos.third-selected::before {
  width: 350px;
}
form
  #debt-amount-slider
  input:checked
  ~ #debt-amount-pos.fourth-selected::before {
  width: 540px;
}
form
  #debt-amount-slider
  input:checked
  ~ #debt-amount-pos.fifth-selected::before {
  width: 720px;
}
form
  #debt-amount-slider
  input:checked
  ~ #debt-amount-pos.last-selected::before {
  width: 900px;
}
form#turnover-selector + a#redirection-btn {
  text-decoration: none;
  display: block;
  position: relative;
  margin: 10px auto 0;
  padding: 10px 20px;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.15s ease-in-out;
  font-family: inherit;
  font-size: 24px;
  font-weight: 600;
  background: #fff;
  border: 2px solid #000;
  border-radius: 8px;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
form#turnover-selector + a#redirection-btn:hover {
  background: #000;
  color: #fff;
}
form#turnover-selector + a#redirection-btn:hover:active {
  transform: scale(0.9);
}
form#turnover-selector + a#redirection-btn:focus {
  background: #4caf50;
  border-color: #4caf50;
  color: #fff;
  pointer-events: none;
}

form:invalid + a#redirection-btn {
  pointer-events: none;
  opacity: 0.25;
}

form#turnover-selector #debt-amount-slider label span {
  position: relative;
  top: 25px;
  transform: translate(-50%, 45px);
  white-space: nowrap;
  transition: all 0.15s ease-in-out;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.4px;
  font-weight: 400;
  opacity: 1;
  transition: all 0.15s linear;
}

.first-selected:after {
  max-width: 81px;
}

/*Turnover Selector Adjustments*/
.outer-border {
  /* content: ""; */
  position: absolute;
  bottom: initial;
  height: 28px;
  width: 28px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(calc(-50%));
}

form#turnover-selector #debt-amount-slider input:checked + label .outer-border {
  display: none !important;
}

div#debt-amount-pos::after {
  height: 48px;
  width: 48px;
  content: "";
  position: absolute;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.progress-line {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  position: absolute;
  height: 5px;
  width: 100%;
  width: calc(100% * (0 / 6));
  top: 50%;
  left: 8.4%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
}

.progress-line.checked-two {
  width: calc(100% * (1 / 6));
}

.progress-line.checked-three {
  width: calc(100% * (2 / 6));
}

.progress-line.checked-four {
  width: calc(100% * (3 / 6));
}

.progress-line.checked-five {
  width: calc(100% * (4 / 6));
}

.progress-line.checked-six {
  width: calc(100% * (5 / 6));
}

div#section0 {
  z-index: 4;
}

#section1 {
  z-index: 2;
}

/*END Turnover Selector Adjustments*/

/*Video Band Section*/

.content-reveal p {
  font-size: 18rem;
}

/*END Video Band Section*/

/*Rotating sphere section*/

section.rotating-sphere .copy-contain p {
  font-size: 16rem;
  margin-bottom: 35rem !important;
}

/*END Rotating sphere section*/

/*Small Laptop*/
@media (max-height: 900px) {
  .section-content h2 {
    font-size: 44rem;
    line-height: 1.1;
  }

  .slideshow h2 {
    font-size: 44rem;
    line-height: 1.2;
  }

  .section-logo img {
    max-width: 100rem;
  }

  /*.content-wrapper h2 {
        font-size: 22rem;
        top: 0;
        margin-top: 8px;
    }*/

  .section-logo {
    padding-bottom: 20px;
    margin-bottom: 16px;
  }

  .section-logo::after {
    bottom: 0;
  }

  /*.section-content {
    position: relative;
        left: 0;
        transform: none;
        top: 0;
        margin-left: auto;
        margin-right: auto;
        transition: all 0.5s ease-in-out;
    }
    
    .content-wrapper {
        top: 0;
    }
    */

  form#turnover-selector #debt-amount-slider {
    height: 180px;
    top: 0;
    margin-top: 39px;
  }

  .section-content p {
    font-size: 18px;
    margin-top: 18px;
  }
}
/*END Small Laptop*/

@media (max-width: 768px) {
  .section-container {
    padding-top: 15vh;
    padding-bottom: 15vh;
  }

  .section-left:after {
    background: none;
  }

  .section-flex:hover .section-img {
    opacity: 0;
    transform: scale(1);
  }

  .section-flex:hover .content-wrapper {
    top: 0;
  }

  .progress-line {
    display: none;
  }

  form#turnover-selector
    #debt-amount-slider
    input:checked
    + label
    .outer-border {
    display: block !important;
  }

  .outer-border {
    top: initial;
    position: absolute;
    bottom: 0;
    height: 28px;
    width: 28px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(calc(-50% + 8px));
  }

  .scroll-arrow {
    display: none;
  }

  .section-right:after {
    content: none;
  }

  .section-flex {
    z-index: 2;
  }

  .section-content {
    top: 0 !important;
    position: relative;
  }

  .section-container {
    display: flex;
    flex-direction: column;
    height: auto;
    overflow: initial;
  }

  div#section0 .fp-tableCell::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    mix-blend-mode: color;
    background: rgb(27, 27, 111);
    background: -moz-linear-gradient(
      180deg,
      rgba(27, 27, 111, 1) 0%,
      rgba(255, 31, 62, 1) 100%
    );
    background: -webkit-linear-gradient(
      180deg,
      rgba(27, 27, 111, 1) 0%,
      rgba(255, 31, 62, 1) 100%
    );
    background: linear-gradient(
      180deg,
      rgba(27, 27, 111, 1) 0%,
      rgba(255, 31, 62, 1) 100%
    );
  }

  .content-wrapper {
    top: 0;
  }

  .section-flex {
    display: flex;
    position: relative;
    margin-top: 60rem;
  }

  .section-flex.section-left {
    margin-bottom: 45rem;
  }

  .section-flex.section-left .content-wrapper {
    padding-top: 30px;
  }

  div#section0 {
    height: auto !important;
  }

  div#section0 .section-content {
    z-index: 2 !important;
  }

  .fp-section.fp-table,
  .fp-slide.fp-table {
    height: auto !important;
  }

  .section-content h2 {
    font-size: 48rem;
    line-height: 1.1;
  }

  form#turnover-selector #debt-amount-slider {
    top: 0;
    height: auto;
    flex-wrap: wrap;
  }

  form#turnover-selector #debt-amount-slider label {
    width: calc(100% / 3);
    flex: none;
    min-height: 95px;
  }

  form#turnover-selector #debt-amount-slider::before {
    display: none;
  }

  .content-wrapper h2 {
    top: 0;
    margin-bottom: 10rem;
    line-height: 1.2;
    font-size: 24rem;
  }

  form#turnover-selector #debt-amount-slider #debt-amount-pos {
    display: none;
  }

  form#turnover-selector #debt-amount-slider label span {
    font-size: 16rem;
  }

  form#turnover-selector #debt-amount-slider input:checked + label {
    padding-top: 15px;
  }

  form#turnover-selector #debt-amount-slider input:checked + label::after {
    border-width: 4px;
    transform: translate(-50%, -50%) scale(1);
    background-color: #ff1f3e;
    border-color: #ff1f3e;
  }

  form#turnover-selector #debt-amount-slider label::after {
    bottom: 0;
    top: initial !important;
  }

  form#turnover-selector:valid
    #debt-amount-slider
    input:checked
    + label::before {
    transform: translate(-50%, 0px) scale(1);
  }

  form#turnover-selector #debt-amount-slider input:checked + label::before {
    padding-top: 5px;
  }

  form#turnover-selector #debt-amount-slider input:checked + label::after {
    border-width: initial;
    transform: translate(-50%, -50%) scale(1);
    background-color: #ff1f3e;
    border-color: initial;
    border: 2px solid #fff;
    width: 20px;
    height: 20px;
    bottom: 0;
  }

  form#turnover-selector #debt-amount-slider label::before {
    font-size: 16rem;
    padding-top: 5px;
  }

  form#turnover-selector #debt-amount-slider label span {
    top: 22px;
  }

  /*Slideshow Section*/
  .slideshow {
    padding: 0 60rem;
  }

  .slideshow h2 {
    font-size: 48rem;
    line-height: 1.2;
  }

  .content-reveal p {
    font-size: 16rem;
  }

  .slideshow {
    transform: translateY(-50%);
    top: 50%;
  }

  /*END Slideshow Section*/

  /*Video band section*/
  .l2videobandcopy h2 {
    font-size: 48rem;
  }

  .content-reveal p {
    font-size: 16rem;
  }

  .slideshow {
    transform: translateY(-50%);
    top: 50%;
    margin-top: 0;
  }

  .l2videoband .content-width {
    max-width: calc(100% - 120rem);
  }
  /*END Video Band section*/

  /*The Latest* Section*/
  .latest .swiper-wrapper {
    z-index: 99;
    position: relative;
  }

  .swiper-slide.swiper-slide-visible:hover {
    transform: scale(1);
  }

  .latest .swiper-wrapper .swiper-slide {
    background-position: center !important;
  }

  .latest {
    padding-top: 0 !important;
    margin-bottom: 0;
  }

  .latest .swiper-wrapper .swiper-slide {
    min-width: 80vw !important;
    max-width: 80vw;
  }

  .swiper-button-prev svg {
    top: 94%;
    left: 0;
  }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 0;
  }

  .swiper-button-next svg {
    top: 94%;
    right: 0;
  }

  .latest .fis-video-slider {
    max-width: calc(100% - 120rem);
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 0;
  }
  /*End the Latest Section*/

  /*Sphere Section*/

  section.rotating-sphere {
    z-index: 2;
  }
  .rotating-sphere .video-background {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    order: 2;
  }

  section.rotating-sphere {
    padding-top: 0;
  }

  section.rotating-sphere .copy-contain p {
    max-width: 60%;
    font-size: 16rem;
  }
  /*END Sphere Section*/

  /*Footer*/
  footer.content-fluid {
    display: none !important;
  }

  main footer.content-fluid {
    display: block !important;
  }

  .fis-bg-sherpa-blue.sxa-footer-top h2 {
    background: transparent linear-gradient(89deg, #4c12a1 0%, #285bc5 100%) 0%
      0% no-repeat padding-box;
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    font-size: 45rem;
  }

  .fis-footer-wrapper h3.fis-text-white.fis-primary-heading-font {
    color: #000 !important;
    font-size: 18rem;
  }

  .fis-footer-wrapper h3 span.span {
    font-size: 34rem;
    display: block;
  }

  .fis-footer-wrapper .contact-section h4 {
    color: #000 !important;
  }

  .fis-footer-wrapper .column-content h3 span {
    display: block;
    font-size: 34rem;
  }
  /*END Footer*/
}

@media (max-width: 576px) {

  div#section0 .fp-tableCell {
    height: auto !important;
  }

  .scroll-arrow {
    display: none;
  }

  .section-content p {
    font-size: 18rem;
    line-height: 1.2;
  }

  .section-content {
    max-width: 90%;
  }

  .section-container {
    justify-content: center;
  }

  form#turnover-selector #debt-amount-slider label {
    width: calc(100% / 2);
  }

  .section.fp-completely .section-content {
    padding-top: 0;
  }

  .section-content h2 {
    margin-bottom: 25rem;
  }

  .section-logo img {
    max-width: calc(100% / 4);
  }

  /*Slideshow*/

  div#section1 .fp-tableCell {
    height: 100vh;
  }

  .latest .fis-video-slider {
    padding-left: 0;
  }

  .slideshow {
    padding: 0 30rem;
  }

  .l2videoband .content-width {
    max-width: calc(100% - 60rem);
  }

  /*END Slideshow*/

  /*The Latest*/
  .latest {
    padding-top: 90rem !important;
  }

  /*END The Latest*/
}

@media (max-width: 393px) {
  form#turnover-selector #debt-amount-slider label {
    width: calc(100%);
  }
}
