.swiper-container 
{
  width: 100%;
  height: 100%;
}

.swiper-slide 
{
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-dates-container {
  background: transparent;
  /* height: 100px; */
  scroll-behavior: smooth;
}

.swiper-pagination-bullet {
  /* width: auto !important; */
  height: 20px;
  text-align: center;
  font-family: Grandstander, sans-serif;
  font-weight: 500;
  font-size: 80px;
  line-height: 100px;
  color: var(--ptj-white, white);
  opacity: 1;
  background: transparent;
  border-radius: 0;
  padding: 50px;
}

.swiper-pagination-bullet-active {
  color: var(--ptj-red, red);
}

.main-swiper-container .swiper-slide
{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px)
{
  .main-swiper-container .swiper-slide
  {
    flex-direction: column;
  }
}

.main-swiper-container .swiper-slide > div
{
  margin: 0 6vw;
}

.story__timeline-text-container
{
  text-align: start;
}
.story__timeline-img-container img
{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story__timeline-img-container
{
    max-height: 50vh;
    overflow: hidden; 
    border-radius: 44% 56% 65% 35% / 49% 56% 44% 51%;
}

.main-swiper-container .swiper-wrapper
{
    align-items: center;
}
@media screen and (max-width: 767px)
{
    .main-swiper-container .swiper-wrapper
    {
        align-items: flex-start;
    }
}

.section-yellow
{
    position: relative;
}
.section-yellow::after,
.product--header::after
{
    content: "";
    display: block;
    position: absolute;
    height: 6vw;
    margin-top: -3vw;
    width: 100%;
    bottom: -2px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
}
.section-yellow::after
{
    background-image: url("../img/_after-towhite.svg");
}
.product--header::after
{
    background-image: url("../img/products_toyellow.svg");
}

.swiper-slide.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-image: url("../img/my_circle_animated.svg");
    background-size: 200px 200px;
    background-position: center center;
    background-repeat: no-repeat;
}

.swiper-slide.swiper-pagination-bullet
{
    padding: 100px;
}





.swiper-slide.hp__commitment-swiper
{
    min-width: 200px;
}







@media (min-width: 768px)
{
    .section-yellow .section-content
    {
        height: calc(50vw + 70px);
    }
    
    .section-white .swiper-wrapper
    {
        display: flex;
        justify-content: center;
        align-items: stretch;
        flex-wrap: wrap;
    }
    .section-white .swiper-slide
    {
        width: 20% !important;
    }
    .section-white .commitment.homepage-modifier
    {
        width: auto;
    }
    .swiper-pagination
    {
        display: none;
    }
}
.section-white .swiper-pagination
{
    position: relative !important;
}
.section-white .swiper-pagination-bullet
{
    width: 16px;
    height: 16px;
    border: 1px solid var(--ptj-red);
    opacity: 1;
    background: rgba(255, 255, 255, 0);
    --swiper-theme-color: var(--ptj-red);
    border-radius: 50px;
    padding: 0;
}
.section-white .swiper-pagination-bullet-active
{
    background: var(--swiper-pagination-color,var(--swiper-theme-color)) !important;
}

@media screen and (max-width: 767px)
{
    .story__timeline-img-container 
    {
        width: calc(87% - 86px);
        height: 30vh;
    }
}
.swiper-button-prev::after, 
.swiper-button-next::after
{
    content: url("../img/next_red.svg");
}
.swiper-button-prev::after
{
    transform: rotateZ(180deg);
    position: absolute;
    left: 10px;
}
.ptj-story-cta
{
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    margin: auto !important;
    background: var(--ptj-red, red);
    color: var(--ptj-white, white);
    
    padding: 5px 36px !important;
    
    border-radius: 50px;
    text-transform: uppercase;
    font-family: Grandstander, sans-serif;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 40px !important;
    text-decoration: none;
}

.swiper-button-next
{
    right: 24px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic 
{
    /*transform: translateX(-50%) !important;*/
    justify-content: inherit;
}

@media (max-width: 469px) {
    .story__description,  .story__timeline-text-container .heading-11 {
        font-size: 20px;
    }
    
    .story__timeline-text-container {
        text-align:center;
    }
    
    
    .story__timeline-text-container .paragraph-4 {
        font-size: 18px;
        line-height: 24px;
        padding-left: 20px;
        padding-right: 20px;
    }
}