.text {
  font-style: normal;
  font-weight: 400;
}
.text--white {
  color: #fff;
}
.text--black{
	color:#000;
}
.text--light-grey {
  color: #FDFDFD;
}
.text--20 {
  font-size: 20px;
  line-height: 180%;
}
.text--80 {
  font-size: 80px;
  line-height: 97.5%;
  letter-spacing: -2px;
}
.text--bold {
  font-weight: 700;
}

.text-center {
  text-align: center !important;
  margin:0 auto;
}
.navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  z-index: 2;
}
.navigation .swiper-pagination {
  position: unset;
}
.navigation .swiper-pagination .swiper-pagination-bullet {
  border-radius: 50%;
  background-color: #C0BFC2;
  width: 10px;
  height: 10px;
  margin:0 5px;
}
.navigation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2A2833;
}
.navigation .swiper-pagination--white .swiper-pagination-bullet {
  background-color: #fff !important;
	margin:0 4px !important;
}
.navigation .arrow {
  cursor: pointer;
}

.cta {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 188.889%;
  position: relative;
  border: 2px solid #E84F3C;
  border-radius: 5px;
  color: #fff;
  padding: 18px 55px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s all ease;
  text-align: center;
}
.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #E84F3C;
  transform: scaleX(1);
  transition: transform 0.4s ease;
}
.cta span {
  z-index: 1;
  position: relative;
}
.cta:hover {
  color: #fff;
}
.cta:hover::before {
  transform: scaleX(0);
}
.cta--primary:hover {
  color: #E84F3C;
}
.cta--black {
  border-color: #000;
}
.cta--black::before {
  background-color: #000;
}
.cta--black:hover {
  color: #000;
}


.program__banner {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-left: 140px;
}

.program__banner__bg {
  position: absolute;
  inset: 0;
}
.program__banner__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}
.program__banner__bg .banner-mask {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: multiply;
}
.program__banner__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.program__banner__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.program__banner__content .text{
	margin:0;
}

.program__banner__content .text--80 {
  max-width: 600px;
}

.program-slider{
	position:relative;
}

.program-slider .navigation{
  position: absolute;
  left: 140px;
  bottom: 80px;
  z-index: 5;
}

.program__previous {
  background-color: #F6FAFF;
  position: relative;
  z-index: 2;
  padding: 8rem 0;
}
.program__previous .previous-slider-wrapper {
  margin: auto;
  display: flex;
  padding: 5rem 0;
}
.program__previous .previous-slider-item {
  position: relative;
  border-radius: 20px;
  box-shadow: 0px 12px 28px 0px rgba(0, 0, 0, 0.1);
  height:auto;
  overflow:hidden;
}
.program__previous .previous-slider-item::after {
	content:'';
	position:absolute;
	inset:0;
	background: linear-gradient(0deg, #2A2833 0%, rgba(42, 40, 51, 0.00) 100%);
}


.program__previous .previous-slider-item .item-play {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	align-items: flex-start;
	padding: 4.8rem;
	flex-direction: column;
	justify-content: flex-end;
}

.program__previous .previous-slider-item .item-play .text{
	margin-bottom:1rem;
}


.program__previous .previous-slider-item .item-play .cta{
	padding:0.8rem 2.4rem;
}

.program__previous .previous-slider-item .item-play svg{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	display:flex;
	justify-content:center;
	align-items:center;
}


.program__previous .previous-slider-item img {
  width: 100%;
	height:100%;
	object-fit:cover;
  border-radius: 20px;
}
.program__previous .previous-slider-item:active, .program__previous .previous-slider-item:focus {
  outline: none;
}

.program__previous .navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  z-index: 2;
}
.program__previous .navigation .swiper-pagination {
  position: unset;
}
.program__previous .navigation .swiper-pagination .swiper-pagination-bullet {
  border-radius: 50%;
  background-color: #C0BFC2;
  width: 10px;
  height: 10px;
}
.program__previous .navigation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2A2833;
}
.program__previous .navigation .swiper-pagination--white .swiper-pagination-bullet {
  background-color: #fff !important;
}
.program__previous .navigation .arrow {
  cursor: pointer;
}

@media screen and (max-width:640px){
	
	.program__banner {
	  padding-left: 30px;
	}
	.program__banner__content .text--80{
		font-size:50px;
	}
	.program__banner__content .text--20{
		font-size:18px;
	}
	.program-slider .navigation{
		left:30px
	}
	
	.program__previous {
		padding: 5rem 0;
	  }
	  .program__previous .previous-slider-item .item-play svg {
		max-width: 50px;
	  }
}
