.h2-cms {
  margin: 0;
}

.contentBlockContainer {
  padding: 0;
}

.usp-text-container-dx a.btn,
.usp-text-container-sx a.btn {
  border-radius: 32px;
  margin-top: 1.5rem;
  width: fit-content;
}

.usp-text-container-dx .ul-title,
.usp-text-container-sx .ul-title {
  font-weight: bold;
  margin-top: 1.5rem;
}

.usp-text-container-dx .sub-title,
.usp-text-container-sx .sub-title {
  color: #00b2e3;
}

.usp-text-container-dx .title,
.usp-text-container-sx .title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #00b2e3;
  line-height: unset;
  margin-bottom: 0;
}

.sub-video-title {
  color: #00b2e3;
}

.video-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #00b2e3;
  line-height: unset;
  margin-bottom: 0;
}

/*--------------------------------------------------------------------*/
.usp-row-dx {
  display: flex;
  flex-direction: row;
  margin: 2rem 0;
}

.usp-row-dx img {
  width: 40%;
}

.usp-row-dx div {
  width: 100%;
}

.usp-row-sx {
  display: flex;
  flex-direction: row;
}

.usp-row-sx img {
  width: 40%;
}

.usp-row-sx div {
  width: 100%;
}

.usp-row-dx > img,
.usp-row-sx > img {
  width: 100%;
}

.usp-text-container-dx {
  display: grid;
  place-content: center;
  padding: 0 6rem 0 2rem;
}

.usp-text-container-sx {
  display: grid;
  place-content: center;
  padding: 0 0 0 6rem;
}

.usp-text-container-dx > hr,
.usp-text-container-sx > hr {
  border-top: 1px solid #000;
  width: 100%;
}

.quotation-row a.btn {
  border-radius: 32px;
  margin-top: 1.5rem;
}

.quotation-row {
  display: flex;
  flex-direction: row;
}

.quotation-row img {
  width: 40%;
}

.quotation-row div {
  width: 100%;
}

.quotation-text-container {
  display: grid;
  place-content: center;
  padding: 0 6rem 0 6rem;
}

.quotation-text-container h2 {
  font-size: 1.6rem;
  font-weight: 600;
}

.quotation-text-container > hr {
  border-top: 1px solid #000;
  width: 100%;
}

#slider-strengths-container {
  position: relative;
  margin: 2rem 6rem;
}
#slider-strengths-container h2 {
  font-size: 1.6rem;
  font-weight: 600;
}

#slider-strengths .swiper-slide {
  max-height: unset;
}
#slider-strengths .swiper-slide .text {
  margin-top: 1.5rem;
  padding: 0;
}
#slider-strengths.swiper-container-horizontal {
  overflow-x: visible;
}
#slider-strengths .swiper-wrapper .swiper-slide {
  width: 33rem !important;
}
#slider-strengths .swiper-pagination {
  position: unset;
  margin-top: 1rem;
}
#slider-strengths .swiper-button-next,
#slider-strengths .swiper-button-prev {
  background: #fff;
  color: #000;
  width: 50px;
  height: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  color: #00b2e3;
}

#slider-strengths .swiper-slide > img {
  width: 33rem;
  height: auto;
}

.available-fabrics-title {
  margin: 2rem 6rem;
}
.available-fabrics-container {
  display: flex;
  flex-direction: row;
  align-items: start;
  margin: 2rem 6rem;
}

.available-fabrics-container div.fb-content img {
  margin: 0.5rem 0;
}

.available-fabrics-container div.fb-content {
  display: flex;
  flex-direction: column;
}

.available-fabrics-container > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0.5rem;
  min-height: 37rem;
  width: 25%;
}

.available-fabrics-container a.btn:hover {
  color: #fff;
}

.available-fabrics-container a.btn {
  border-radius: 32px;
  color: #fff;
  width: 50%;
}



.applications-examples {
  display: flex;
  flex-direction: row;
  margin: 2rem 6rem;
}

.applications-examples span {
  font-weight: 600;
  margin: 0.5rem 0;
}

.applications-examples div {
  display: flex;
  flex-direction: column;
  margin: 0 0.5rem;
  width: 33%;
}

/*--*/

.color_selector {
  padding: 0.5rem 1.2rem !important;
  background: #efeff2;
  box-shadow: inset 0 0 1px rgb(0 0 0/11%);
  border-radius: 3.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  grid-gap: 0.3rem;
  list-style: none;
}

.color_selector li span {
  border-radius: 100%;
  width: 2.5rem !important;
  height: 2.5rem !important;
  box-shadow: inset 0 0.5px 1px rgba(0, 0, 0, 0.5);
}
.color_selector li {
  margin: 6px;
  border-radius: 100%;
  display: flex;
}
.color_selector li.selected > span {
  outline: #efeff2 solid 3px;
}

.color_selector_text {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

.color_selector_container {
  width: 100%;
  min-height: 40rem;
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  /* position: relative; */
  background-size: cover;
  display: flex;
flex-direction: column;
  align-items: center;
  justify-content: end;
  padding: 2rem;
  transition: ease 0.5s;
  background-image: url('/img/blocks/ulisse/scheda_tecnica/desktop/ulisse_anthracite.webp');
}

.color_selector_container .color_name span {
  font-size: 1rem;
  text-align: center;
  width: 100%;
  display: flex;
  margin-bottom: .5rem;
  background: #f2f2f2;
  padding: 0.25rem 1rem;
  border-radius: 32px;
  transition: ease 0.5s;
}

.color_selector li.selected {
  border: 6px solid rgba(0, 178, 227, 1);
  margin: 0;

  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

@keyframes fadeInOpacity {
  0% {
    border: 6px solid rgba(0, 178, 227, 0);
  }
  100% {
    border: 6px solid rgba(0, 178, 227, 1);
  }
}

.data-sheet-table-container {
  margin: 2rem 6rem 0 6rem;
  overflow-x: scroll !important;
}

.package-list-container {
  margin: 2rem 6rem 0 6rem;
}

.package-list-container h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.package-content-list {
  display: flex;
  flex-direction: row;
}

.package-content-list > div:first-of-type {
  margin-right: 1rem;
  margin-left: 0;
}

.package-content-list > div a.btn{
  border-radius: 32px;
  margin-top: 1rem;
  width: 50%; 
}

.package-content-list > div {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  width: 19%;
  min-height: 30rem;
}

.package-content-list > div:last-of-type {
  /* margin-left: 0.5rem; */
  margin-right: 0;
  margin-left: 0;
}

.package-content-list img {
  height: auto;
}

.package-content-list h4 {
  font-size: 1rem;
  margin-top: 0.5rem;
}

/*--*/
.youtube-video-container {
  background-image: url("/img/blocks/ulisse/guide/ulisse.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 40rem;
  display: grid;
  place-content: center;
}

.video_play_button_guide {
  width: 60px;
  cursor: pointer;
}

.youtube-video-container::after {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.youtube-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.highlight-guide-text {
  background: rgba(0, 178, 227, 0.15);

  border: 1px solid #00b2e3;
  margin-bottom: 1rem;

  display: flex;
  flex-direction: column;
  align-items: baseline;
  padding: 2rem;
}

.highlight-guide-text a.btn.btn-primary {
  border-radius: 32px;
  color: #fff;
  margin-bottom: 0.5rem;
}

.guide-text-container {
  display: flex;
  flex-direction: row;
  margin: 2rem 6rem;
}

.guide-text-container > div {
  padding: 1rem;
}

.guide-text-container div {
  width: 50%;
}

.guide-text-container h2 {
  margin-bottom: 1rem;
}

#slider-strengths-container h2 {
  color: #00b2e3;
}

#cross_selling {
  margin-top: 2rem;
}

@media (max-width:1440px) {
  .usp-row-dx > img,
  .usp-row-sx > img {
    width: 60%;
  }


}

.contentBlockContainer .rte-content {
  overflow-x: hidden;
}

@media (max-width: 850px) {
  .contentBlockContainer {
    padding: 0 !important;
  }

  .limit-width-block {
    margin: 0;
  }

  .applications-examples {
    display: flex;
    flex-direction: column;
    margin: 0 1rem;
  }
  
  .color_selector_container {
    background-image: url('/img/blocks/ulisse/scheda_tecnica/mobile/ulisse_anthracite-mobile.webp');
  }

  .applications-examples div {
    display: flex;
    flex-direction: column;
    margin: 0 0 3rem 0;
    width: 100%;
  }

  /* ----------------------------- Video ----------------------------- */

  #video_radiale_container .canvas_video {
    max-width: 100%;
    height: unset;
  }

  #video_radiale_container {
    flex-direction: column-reverse;
    min-height: unset;
    padding-bottom: 2rem;
  }

  #video_radiale_container .text-container {
    padding: 0 1.4rem;
    top: unset;
    left: unset;
    position: unset;
    width: 100%;
    height: auto;
  }

  /* ----------------------------- Usp ----------------------------- */

  .usp-row-dx {
    flex-direction: column;
    margin-top: 1rem;
  }

  .usp-row-dx img {
    width: 100%;
  }

  .usp-row-dx div {
    margin-top: 1rem;
    width: 100%;
  }

  .usp-row-sx {
    flex-direction: column-reverse;
    margin-top: 1rem;
  }

  .usp-row-sx img {
    width: 100%;
  }

  .usp-row-sx div {
    margin-top: 1rem;
    width: 100%;
  }

  .usp-text-container-dx {
    padding: 0 1.35rem;
  }

  .usp-text-container-sx {
    padding: 0 1.35rem;
  }

  /* ----------------------------- Quotation ----------------------------- */

  .quotation-row {
    flex-direction: column;
  }
  .quotation-row img {
    width: 100%;
  }

  .quotation-row div {
    margin-top: 1rem;
    width: 100%;
  }

  .quotation-text-container {
    padding: 0 1.35rem;
  }

  /* ----------------------------- Strengths ----------------------------- */

  #slider-strengths-container {
    margin: 1rem 0 0 0;
  }

  #slider-strengths-container h2 {
    margin: 2rem 1.35rem 1rem 1.35rem;

    font-size: 1.6rem;
    font-weight: 600;
    color: #00b2e3;
    line-height: unset;
  }

  #slider-strengths .swiper-slide .text {
    margin-top: 1.5rem;
    padding: 0 1.35rem;
  }

  #slider-strengths.swiper-container-horizontal {
    overflow-x: hidden;
    overflow-y: hidden;
  }

  #slider-strengths .swiper-slide > img {
    width: 100%;
    height: auto;
  }

  #slider-strengths .swiper-wrapper .swiper-slide {
    width: 100% !important;
  }

  #slider-strengths .swiper-button-next,
  #slider-strengths .swiper-button-prev {
    top: 40%;
  }


  

  /* ----------------------------- FABRICS ----------------------------- */

  .available-fabrics-container {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin: 3rem 1rem 0 1rem;
  }

  .available-fabrics-title {
    margin: 0 1rem;
  }
  
  /* .available-fabrics-container div.fb-content {
    display: flex;
    flex-direction: column;
  } */
  
  .available-fabrics-container > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 0 3rem 0;
    min-height: unset;
    width: 100%;
  }

  .available-fabrics-container a.btn {
    margin-top: 2rem;
  }
  /* .available-fabrics-container a.btn:hover {
    color: #fff;
  }
  
  
  
  .available-fabrics-container a.link-maanta {
    margin: 0.5rem 0;
  } */

  /* ----------------------------- Data Sheet ----------------------------- */

  .data-sheet-table-container {
    margin: 2rem 1.35rem 0 1.35rem;
    overflow-x: scroll !important;
  }

  .package-list-container {
    margin: 0 1rem 0 1rem;
  }

  .package-content-list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .package-content-list div:first-of-type {
    margin: 0 0 0.5rem 0;
  }

  .package-content-list div {
    margin: 0.5rem 0 0.5rem 0;
    width: 100%;
  }

  .package-content-list div:last-of-type {
    margin: 0.5rem 0 0 0;
  }

  /* ----------------------------- Guide ----------------------------- */
  .youtube-video-container {
    background-image: url("/img/blocks/ulisse/guide/ulisse-mobile.webp");
  }
  .highradiale-guide-text {
    text-align: left;
    margin-top: 1rem;
  }

  .guide-text-container {
    flex-direction: column;
    margin: 2rem 1.35rem;
  }

  .guide-text-container div {
    width: 100%;
  }

  .guide-text-container h2 {
    width: 100%;
  }

  .highlight-guide-text {
    align-items: unset;
  }

  /* ----------------------------- Cross Selling ----------------------------- */

  .product_cross_selling_price_container {
    flex-direction: column-reverse;
    align-items: baseline;
  }
  .product_cross_selling_price {
    margin: 1rem 0;
  }
  .crossselling-products-container .swiper-wrapper {
    height: auto;
  }
}
