.bwa-responsive-slider__right-column > *:nth-child(n+3) {
  display : none;
}

/*******************
      Text Center
 ********************/

.bwa-customcard_text-center__card {
  position        : relative;
  display         : flex;
  justify-content : center;
  align-items     : center;
  overflow        : hidden;
  border-radius   : 5px;
  cursor          : default;
}

.bwa-customcard_text-center__card-link {
  position        : relative;
  display         : flex;
  justify-content : center;
  align-items     : center;
}

.bwa-customcard_text-center__card-img img {
  transition : all 0.35s ease-in-out;
}

.bwa-customcard_text-center__card:hover img {
  transform : scale(1.1);
}

.bwa-customcard_text-center__card-text {
  position        : absolute;
  color           : var(--color-white-default);
  display         : flex;
  flex-direction  : column;
  justify-content : center;
  align-items     : center;
  margin-top      : 20px;
  gap             : calc(5px + (10 - 5) * ((100vw - 1200px) / (1920 - 1200)));
}

.bwa-customcard_text-center__card-flag {
  position : absolute;
  top      : 15px;
  right    : 20px;
  color    : var(--color-white-default);
}

.bwa-customcard_text-center__card-text h3 {
  font-size      : calc(22px + (34 - 22) * ((100vw - 1200px) / (1920 - 1200)));
  letter-spacing : calc(8px + (15 - 8) * ((100vw - 1200px) / (1920 - 1200)));
  font-weight    : 600;
  text-transform : uppercase;
  margin         : 0;
}

.bwa-customcard_text-center__card-text p {
  font-size   : calc(12px + (14 - 12) * ((100vw - 1200px) / (1920 - 1200)));
  font-weight : 500;
  margin      : 0;
}

.bwa-customcard_text-center__card-flag {
  font-size   : calc(10px + (12 - 10) * ((100vw - 1200px) / (1920 - 1200)));
  font-weight : 300;
}

/*******************
      Text Left
 ********************/

.bwa-customcard_text-left__card {
  position        : relative;
  display         : flex;
  justify-content : center;
  align-items     : center;
  overflow        : hidden;
  border-radius   : 5px;
  cursor          : pointer;
}

.bwa-customcard_text-left__card-img {
  width : 100%;
}

.bwa-customcard_text-left__card-img img {
  transition : all 0.35s ease-in-out;
}

.bwa-customcard_text-left__card:hover img {
  transform : scale(1.1)
}

.bwa-customcard_text-left__card-text {
  position        : absolute;
  color           : var(--color-white-default);
  display         : flex;
  flex-direction  : column;
  align-items     : flex-start;
  justify-content : space-between;
  width           : 35%;
  left            : 40px;
  gap             : calc(5px + (10 - 5) * ((100vw - 1200px) / (1920 - 1200)));
}

.bwa-customcard_text-left__button {
  border-radius  : 50px !important;
  background     : #6E9CE1 !important;
  padding        : .2rem 1rem !important;
  font-size      : calc(10px + (14 - 10) * ((100vw - 1200px) / (1920 - 1200)));
  font-weight    : 400 !important;
  letter-spacing : 1px;
  border         : 1px solid #6E9CE1 !important;
}

.bwa-customcard_text-left__button:hover {
  background : transparent !important;
  color      : #6E9CE1 !important;
}

.bwa-customcard_text-left__card-text h3 {
  font-size      : calc(14px + (21 - 14) * ((100vw - 1200px) / (1920 - 1200)));
  font-weight    : 600;
  text-transform : uppercase;
  margin         : 0;
  line-height    : 1.2;
  letter-spacing : 2px;
}

.bwa-customcard_text-left__card-text_description {
  color       : #ADC6EB;
  font-size   : calc(10px + (12 - 10) * ((100vw - 1200px) / (1920 - 1200)));
  font-weight : 400;
  line-height : calc(1.25em + (1.25 - 1) * ((100vw - 1200px) / (1920 - 1200)));
}

.bwa-customcard_text-left__card-text_text {
  font-size   : calc(14px + (19 - 14) * ((100vw - 1200px) / (1920 - 1200)));
  line-height : 1.2;
  font-weight : 600;
}

/*******************
      Text Right
 ********************/

.bwa-customcard_text-right__grid a:hover {
  color : var(--color-black-default);
}

.bwa-customcard_text-right__card {
  position        : relative;
  display         : flex;
  justify-content : center;
  align-items     : center;
  overflow        : hidden;
  cursor          : pointer;
}

.bwa-customcard_text-right__card-img {
  width : 100%;
}

.bwa-customcard_text-right__card-img img {
  transition : all 0.35s ease-in-out;
}

.bwa-customcard_text-right__card:hover img {
  transform : scale(1.1)
}

.bwa-customcard_text-right__card-text {
  position        : absolute;
  display         : flex;
  flex-direction  : column;
  align-items     : flex-start;
  justify-content : space-between;
  width           : 45%;
  left            : 48%;
  gap             : calc(5px + (10 - 5) * ((100vw - 1200px) / (1920 - 1200)));
}

.bwa-customcard_text-right__button {
  border-radius : 2px !important;
  background    : var(--color-white-default) !important;
  padding       : .2rem 1rem !important;
  font-size     : calc(10px + (14 - 10) * ((100vw - 1200px) / (1920 - 1200)));
  font-weight   : 700 !important;
  border        : 1px solid var(--color-white-default) !important;
  color         : var(--color-black-default) !important;
}

.bwa-customcard_text-right__button:hover {
  background : transparent !important;
}

.bwa-customcard_text-right__title-container {
  display        : flex;
  flex-direction : column;
  gap            : calc(2px + (5 - 2) * ((100vw - 1200px) / (1920 - 1200)));
}

.bwa-customcard_text-right__card-text h3 {
  font-size      : calc(14px + (30 - 14) * ((100vw - 1200px) / (1920 - 1200)));
  font-weight    : 700;
  text-transform : uppercase;
  margin         : 0;
  line-height    : 1;
}

.bwa-customcard_text-right__card-text_description {
  font-size   : calc(10px + (14 - 10) * ((100vw - 1200px) / (1920 - 1200)));
  font-weight : 400;
  line-height : calc(1.25em + (1.25 - 1) * ((100vw - 1200px) / (1920 - 1200)));
}

.bwa-customcard_text-right__card-text_text {
  font-size   : calc(12px + (12 - 8) * ((100vw - 1200px) / (1920 - 1200)));
  font-weight : 600;
  line-height: 1.1em;
}

.bwa-customcard_text-right__svg {
  width           : 100%;
  display         : flex;
  justify-content : end;
}

/**************************
      With slider
 ************************/
.bwa-responsive-slider .bwa-customcard_text-center__card-link,
.bwa-responsive-slider .bwa-customcard_text-center__card-img,
.bwa-responsive-slider .bwa-customcard_text-left__card-img,
.bwa-responsive-slider .bwa-customcard_text-right__card-img {
  width : 100%;
}

.bwa-responsive-slider .bwa-customcard_text-center__card-text h3 {
  font-size      : calc(50px + (70 - 50) * ((100vw - 1200px) / (1920 - 1200)));
  letter-spacing : calc(14px + (20 - 14) * ((100vw - 1200px) / (1920 - 1200)));
}

.bwa-responsive-slider .bwa-customcard_text-center__card-text {
  margin-top : 80px;
  gap        : calc(17px + (25 - 17) * ((100vw - 1200px) / (1920 - 1200)));
}

.bwa-responsive-slider .bwa-customcard_text-left__card-text {
  gap  : calc(15px + (20 - 15) * ((100vw - 1200px) / (1920 - 1200)));
  left : calc(60px + (85 - 60) * ((100vw - 1200px) / (1920 - 1200)));
}

.bwa-responsive-slider .bwa-customcard_text-left__button {
  font-size : calc(18px + (26 - 18) * ((100vw - 1200px) / (1920 - 1200)));
}

.bwa-responsive-slider .bwa-customcard_text-left__card-text h3 {
  font-size      : calc(30px + (45 - 30) * ((100vw - 1200px) / (1920 - 1200)));
  line-height    : 1.2;
  letter-spacing : 3px;
}

.bwa-responsive-slider .bwa-customcard_text-left__card-text_description {
  font-size   : calc(16px + (24 - 16) * ((100vw - 1200px) / (1920 - 1200)));
  line-height : 1.5;
}

.bwa-responsive-slider .bwa-customcard_text-left__card-text_text {
  font-size : calc(30px + (40 - 30) * ((100vw - 1200px) / (1920 - 1200)));
}

.categories-home{
  background-color: #F2F2F2;
  position: relative;
  padding: 20px 0;
  overflow: hidden;
}

.categories-home__container {
  position: relative;
}

.categories-home .swiper-slide {
  display: flex;
  align-items: center;
  width: fit-content;
  height: fit-content;
}



.card-category__header{
  line-height: 1;
}

.categories-home .swiper-slide .card-category{
  padding: 8px 14px 8px 14px!important;
  min-width: auto!important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #00000033;
  border-radius: 6px;
  height: 83px!important;
  transition: 0.3s ease;
}

.categories-home .swiper-slide .card-category:hover{
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.categories-home .swiper-slide .slider-categories__fake-slide{
  padding: 8px 25px!important;
  width: 10px;
  border: none;
}

.banners-home{
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 100%;
}

.banner-home{
  display: grid;
  grid-template-columns: 100%;
}
.banner-home:focus{
  outline: none;
}
.banner-home>*{
  grid-area: 1/1
}
.banner-home__body{
  padding: 20px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  color: white;
  align-items: center;
}

.banner-home__media-container{
  height: 100%;
}

.banner-home__media-container img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-home__title{
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 0.8px;
  font-weight: 400;
  font-family: 'futura-pt', sans-serif;
  line-height: 1.2;
  max-width: 340px;
  text-align: center;
}

.banner-home__link-button{
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'futura-pt', sans-serif;
  margin-top: 15px;
  letter-spacing: 0.6px;
  text-underline-offset: 4px;
  transition: 0.3s ease;
  width: fit-content;
}

.banner-home__link-button:hover{
  text-decoration: none;
}

@media (min-width: 768px){
  .categories-home .swiper-slide .card-category{
    padding: 0px 24px 0px 18px!important;
    height: 58px!important;
    flex-direction: row;
  }
  .card-category__media{
    margin-right: 5px;
  }
  .banner-home__body {
    padding : 25px;
  }
  .banners-home{
    grid-template-columns: calc(66% - 5px) calc(34% - 5px);
  }
  .banner-home__title {
    font-size       : 28px;
    text-align: left;
  }
  .banner-home__body{
    align-items: flex-start;
  }
}

@media (min-width: 1200px){
  .categories-home__container {
    /*overflow: hidden;*/
  }
  .categories-home .swiper-slide:first-child{
    /*margin-left: 18px;*/
  }
  /*.categories-home__container::after, .categories-home__container::before {*/
  /*  content: '';*/
  /*  pointer-events: none;*/
  /*  width: calc(((100% - var(--container-primary-max-width)) / 2) + 20px);*/
  /*  height: 100%;*/
  /*  position: absolute;*/
  /*  top: 0;*/
  /*}*/

  .categories-home__container::before {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0, rgba(242, 242, 240, 1) 35px);
    left: 0;
    z-index: 2;
    min-width: 35px;
  }

  .categories-home__container::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(242, 242, 240, 1) 35px);
    right: 0;
    z-index: 1;
    min-width: 35px;
  }
  .banner-home__body {
    padding : 50px;
  }
  .banner-home__title {
    font-size       : 34px;
  }
}




@media ( max-width : 767px) {
  /*****************************
      Text Center in Slider
 ********************************/

  .bwa-responsive-slider .bwa-customcard_text-center__card-text h3 {
    font-size      : calc(25px + (50 - 25) * ((100vw - 320px) / (767 - 320)));
    letter-spacing : calc(8px + (14 - 8) * ((100vw - 320px) / (767 - 320)));
  }

  .bwa-responsive-slider .bwa-customcard_text-center__card-text {
    margin-top : calc(60px + (80 - 60) * ((100vw - 320px) / (767 - 320)));
    gap        : calc(8px + (25 - 8) * ((100vw - 320px) / (767 - 320)));
  }

  /*****************************
      Text Left in Slider
 ********************************/

  .bwa-responsive-slider .bwa-customcard_text-left__card-text {
    gap  : calc(7px + (10 - 7) * ((100vw - 320px) / (767 - 320)));
    left : calc(30px + (85 - 30) * ((100vw - 320px) / (767 - 320)));
  }

  .bwa-responsive-slider .bwa-customcard_text-left__button {
    font-size : calc(12px + (20 - 12) * ((100vw - 320px) / (767 - 320)));
  }

  .bwa-responsive-slider .bwa-customcard_text-left__card-text h3 {
    font-size      : calc(16px + (30 - 16) * ((100vw - 320px) / (767 - 320)));
    line-height    : 1.2;
    letter-spacing : 3px;
  }

  .bwa-responsive-slider .bwa-customcard_text-left__card-text_description {
    font-size   : calc(8px + (18 - 8) * ((100vw - 320px) / (767 - 320)));
    line-height : 1.5;
  }

  .bwa-responsive-slider .bwa-customcard_text-left__card-text_text {
    font-size : calc(14px + (35 - 14) * ((100vw - 320px) / (767 - 320)));
  }

  /*****************************
      Text Right in Slider
 ********************************/

  .bwa-responsive-slider .bwa-customcard_text-right__card-text {
    gap  : calc(7px + (10 - 7) * ((100vw - 320px) / (767 - 320)));
  }

  .bwa-responsive-slider .bwa-customcard_text-right__button {
    font-size : calc(12px + (20 - 12) * ((100vw - 320px) / (767 - 320)));
  }

  .bwa-responsive-slider .bwa-customcard_text-right__card-text h3 {
    font-size      : calc(16px + (35 - 16) * ((100vw - 320px) / (767 - 320)));
  }

  .bwa-responsive-slider .bwa-customcard_text-right__card-text_description {
    font-size   : calc(8px + (18 - 8) * ((100vw - 320px) / (767 - 320)));
    line-height : 1.5;
  }

  .bwa-responsive-slider .bwa-customcard_text-right__card-text_text {
    font-size : calc(14px + (30 - 14) * ((100vw - 320px) / (767 - 320)));
  }

  /*****************************
      Text Center, Left and Right in Slider
 ********************************/

  .bwa-customcard_text-left__card, .bwa-customcard_text-center__card {
    border-radius : 0 !important;
  }
}

.mosaics-home{
  margin-bottom: 100px;
}

.mosaics-home__container{
  display: flex;
  flex-wrap: wrap;
}

.mosaics-home__container>*{
  margin-bottom: 8px;
}

.mosaic-home{
  display: grid;
  grid-template-columns: 100%;
  overflow: hidden;
}
.mosaic-home .mosaic-home__media-container{
  transition: 0.4s ease;
}
.mosaic-home:hover .mosaic-home__media-container{
  transform: scale(1.1);
}
.mosaic-home:focus{
  outline: none;
}
.mosaic-home>*{
  grid-area: 1/1
}
.mosaic-home__body{
  padding: 40px 30px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  color: white;
  align-items: center;
  z-index: 2;
}

.mosaic-home__media-container{
  height: 100%;
}

.mosaic-home__media-container img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mosaic-home__title{
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 0.8px;
  font-weight: 400;
  font-family: 'futura-pt', sans-serif;
  line-height: 1.2;
  max-width: 340px;
  text-align: center;
}

.mosaic-home__link-button{
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'futura-pt', sans-serif;
  margin-top: 15px;
  letter-spacing: 0.6px;
  text-underline-offset: 4px;
  transition: 0.3s ease;
  width: fit-content;
}

.mosaic-home__link-button:hover{
  text-decoration: none;
}

.mosaic-home{
  width: 100%;
}

@media (max-width: 767px){
  .mosaics-home__container{
    width: 100% !important;
  }
}

@media (min-width: 768px){
  .mosaic-home:nth-child(1), .mosaic-home:nth-child(4){
    width: calc(66.5% - 7.5px);
  }
  .mosaic-home:nth-child(2), .mosaic-home:nth-child(3){
    width: calc(33.5% - 7.5px);
  }
  .mosaic-home__body {
    padding : 25px;
  }
  .mosaic-home:nth-child(2) .mosaic-home__body, .mosaic-home:nth-child(3) .mosaic-home__body{
    padding : 25px 15px;
  }
  .mosaic-home__title {
    font-size       : 28px;
    text-align: left;
  }
  .mosaic-home__body{
    align-items: flex-start;
  }
  .mosaics-home__container>*:nth-child(2n+1){
    margin-right: 14px;
  }
  .mosaics-home__container>*{
    margin-bottom: 14px;
  }
}

@media (min-width: 1200px){
  .mosaic-home:nth-child(2) .mosaic-home__body, .mosaic-home:nth-child(3) .mosaic-home__body{
    padding : 50px 25px;
  }
  .mosaic-home__body {
    padding : 50px;
  }
  .mosaic-home__title {
    font-size       : 34px;
  }
}
