/*------------------------------------*\
  Laportemetal
\*------------------------------------*/

/* Slider hero */

.slider-hero {
  background-size: cover;
  background-position: center;
  min-height: 576px;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  z-index: -1;
}

ul.splide__list {
  list-style: none;
}

.slider-hero.cr:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 576px;
  background: #000;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  opacity: 0.7;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slider-hero.bltr:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 576px;
  background: transparent
    linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 100%) 0%
    0% no-repeat padding-box;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  opacity: 0.7;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slider-hero.brtl:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 576px;
  background: transparent
    linear-gradient(315deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 100%) 0%
    0% no-repeat padding-box;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  opacity: 0.7;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slider-hero.b2t:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 576px;
  background: transparent
    linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 100%) 0%
    0% no-repeat padding-box;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  opacity: 0.7;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slider-hero.t2b:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 576px;
  background: transparent
    linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 100%) 0%
    0% no-repeat padding-box;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  opacity: 0.7;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slider-hero-content-container {
  z-index: 1;
  padding: 50px 0 0px 4.5%;
  width: 50%;
}

.slider-hero_headline {
  color: #fff;
  padding-bottom: 30px;
}
.slider-hero-description {
  color: #fff;
  padding-bottom: 30px;
}

.splide__pagination__page {
  width: 25px !important;
  height: 2px !important;
  border-radius: 2px !important;
}

.splide__pagination li {
  padding-right: 10px;
}

.splide__arrow--next {
  right: 2em !important;
  top: 85% !important;
}

.splide__arrow--prev {
  left: auto !important;
  right: 4em !important;
  top: 85% !important;
}

.splide__arrow {
  background-color: transparent !important;
}

@media screen and (max-width: 768px) {
  .slider-hero-content-container {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .splide__arrows {
    display: none;
  }
}

/* Four blocks market */
.four-blocks-market-section-title {
  text-align: center;
  margin-bottom: 31px;
}
.four-blocks-market-content {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  justify-content: flex-start;
}

.four-blocks-market-image-block {
  text-align: center;
  padding-bottom: 26px;
}
.four-blocks-market-image {
  max-width: 100px;
  max-height: 100px;
  margin: auto;
}
.four-blocks-market-title {
  margin-bottom: 18px;
}
.four-blocks-market-description {
  margin-bottom: 23px;
}
.four-blocks-market-cta {
  display: flex;
  align-items: center;
  justify-content: center;
}
.four-blocks-market-cta:hover img {
  padding-left: 10px;
}
.four-blocks-market-cta img {
  padding-left: 5px;
  transition: all 0.5s ease;
}
.four-blocks-market-block {
  padding: 30px;
  box-shadow: 0 2px 10px #00000057;
  border-radius: 10px;
  width: 24%;
  padding: 43px 25px;
  margin: 0 10px;
  text-align: center;
}
.four-blocks-market-single-cta {
  padding-top: 32px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .four-blocks-market-image {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .four-blocks-market-content {
    flex-wrap: wrap;
  }
  .four-blocks-market-block {
    width: 45%;
    margin: 10px;
  }
}
@media screen and (max-width: 480px) {
  .four-blocks-market-block {
    width: 100%;
  }
  .four-blocks-market-image {
    width: 140px;
    height: 140px;
  }
}
/* Blog feed */
.blog-feed-headline {
  text-align: center;
  margin-bottom: 31px;
  font-weight: 500;
  color: rgb(13, 13, 13);
}

.blog-feed-content {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  justify-content: flex-start;
}

.blog-feed-image-block {
  text-align: center;
  padding-bottom: 26px;
}
.blog-feed-image {
  max-width: 100px;
  max-height: 100px;
  margin: auto;
}
.blog-feed-title {
  margin-bottom: 65px;
}
.blog-feed-category {
  margin-bottom: 14px;
}
.blog-feed-description {
  margin-bottom: 23px;
}
.blog-feed-cta {
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-feed-additional-info p {
  display: inline;
  font-size: 13px;
  padding-left: 10px;
}
.blog-feed-additional-info p:first-of-type {
  padding-left: 0px;
}
.blog-feed-additional-info p img {
  padding-bottom: 4px;
  padding-right: 9px;
}
.blog-feed-block {
  padding: 30px;
  box-shadow: 0 2px 10px #00000057;
  border-radius: 10px;
  width: 32%;
  padding: 60px 64px;
  margin: 0 10px;
  background: #fff;
}
.blog-feed-single-cta {
  padding-top: 32px;
  text-align: center;
}
.blog-feed-back {
  opacity: 0;
  transition: all 0.5s ease;
  display: none;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.blog-feed-front {
  transition: all 0.5s ease;
}
.blog-feed-block:hover .blog-feed-front {
  opacity: 0;
  display: none;
}
.blog-feed-block:hover .blog-feed-back {
  display: flex;
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .blog-feed-image {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .blog-feed-content {
    flex-wrap: wrap;
  }
  .blog-feed-block {
    width: 45%;
    margin: 10px;
  }
}
@media screen and (max-width: 480px) {
  .blog-feed-block {
    width: 100%;
  }
  .blog-feed-image {
    width: 140px;
    height: 140px;
  }
}

/* small-hero */

.small-hero {
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 172px;
  align-items: center;
  position: relative;
  display: flex;
}

.small-hero::after {
  content: "";
  background: linear-gradient(
    133deg,
    #063d71 67%,
    #063d71b5 67%,
    #063d71b5 68%,
    #063d71 65%,
    #063d717d 66%,
    #ffffff00 87%,
    #ffffff8c 87%,
    #ffffff8c 88%,
    #063d71 88%
  );
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
}

.small-hero-section-image {
  width: 35%;
  height: 172px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.small-hero-section-headline {
  width: 65%;
  height: 100%;
  padding: 4px 4.5% 0 4.5%;
}

.small-hero-text h1 {
  text-wrap: nowrap;
}
.small-hero-text {
  width: 70%;
  position: relative;
  z-index: 1;
}

.small-hero-access-container {
  position: absolute;
  right: 0;
  min-height: 451px;
  background: #95c83d;
  display: flex;
  width: 20%;
}

@media screen and (max-width: 480px) {
  .small-hero-text h1 {
    font-size: 28px;
  }
  .small-hero::after {
    background: rgb(6, 61, 113) !important;
  }
  .small-hero-section-headline {
    width: 100%;
    justify-content: center;
  }
  .small-hero-text {
    width: 90%;
    text-align: center;
  }
}

/* one block product */
.one-block-product-section-title {
  margin-bottom: 31px;
}
.one-block-product-content {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: flex-start;
  gap: 32px;
  align-items: center;
}

.one-block-product-image {
  margin: auto;
}
.one-block-product-title {
  margin-bottom: 18px;
}
.one-block-product-description {
  margin-bottom: 46px;
}
.one-block-product-cta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.one-block-product-cta:hover img {
  padding-left: 10px;
}
.one-block-product-cta img {
  padding-left: 5px;
  transition: all 0.5s ease;
}
.one-block-product-block {
  box-shadow: 0 2px 10px #00000057;
  border-radius: 10px;
  padding: 43px 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.one-block-product-image-block {
  width: 25%;
}
.one-block-product-info-block {
  width: 75%;
}
.one-block-product-single-cta {
  padding-top: 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .one-block-product-content {
    padding: 0 10px;
  }
  .one-block-product-block {
    flex-wrap: wrap;
  }
  .one-block-product-image-block {
    text-align: center;
    padding-bottom: 26px;
  }
  .one-block-product-image-block {
    width: 100%;
  }
  .one-block-product-info-block {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .one-block-product-block {
    width: 100%;
  }
  .one-block-product-image {
    width: 140px;
    height: 140px;
  }
}

/* headline-subheadline-ctas */
.headline-subheadline-ctas-image {
  text-align: center;
  padding: 35px 0;
}

.main-container.headline-subheadline-ctas-container {
  padding: 55px 0 64px 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.headline-subheadline-ctas-container h2 {
  font-size: 33px;
  line-height: 59px;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  font-weight: 800;
  padding-bottom: 5px;
}
.headline-subheadline-ctas-description {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 150px;
}
.headline-subheadline-ctas-description p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding-bottom: 24px;
}
.headline-subheadline-ctas-container .headline-subheadline-ctas {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.headline-subheadline-cta {
  display: flex;
}
.headline-subheadline-ctas-cta1,
.headline-subheadline-ctas-cta2 {
  padding: 0 23px;
}
.headline-subheadline-ctas-cta1 a:hover,
.headline-subheadline-ctas-cta2 a:hover {
  background-color: #cc092f;
  border: 2px solid #cc092f;
  color: #fff;
}
.headline-subheadline-ctas-cta1 a,
.headline-subheadline-ctas-cta2 a {
  font-size: 13px;
  line-height: 35px;
  letter-spacing: 0;
  color: #fff;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  border-radius: 40px;
  padding: 12px 26px;
}
@media screen and (max-width: 768px) {
  .headline-subheadline-ctas-container h2 {
    line-height: 40px;
    padding: 20px;
  }
  .headline-subheadline-ctas-description {
    padding: 0 60px;
  }
}
@media screen and (max-width: 500px) {
  .headline-subheadline-ctas-container .headline-subheadline-ctas {
    flex-direction: column;
  }
  .headline-subheadline-ctas-cta1,
  .headline-subheadline-ctas-cta2 {
    padding: 10px;
  }
}

/*------------------------------------*\
    ACM Image + Text Full Width Block CSS
\*------------------------------------*/
.acm-image-and-text-full-width-container {
  width: 100%;
  background-color: #fff;
  padding: 0;
  overflow: hidden;
}
.acm-image-and-text-full-width-container.mobile {
  display: none;
}
.acm-image-and-text-full-width-content.acm-image-right-text-left {
  margin: 0 0 0 190px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
.acm-image-right-text-left .acm-image-container {
  width: 50%;
  min-height: 569px;
  border-radius: 50px 0 0 0;
  float: right;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease-out;
}
.acm-image-container:hover {
  overflow: hidden;
  background-size: 115%;
}
.acm-image-right-text-left .acm-text-container {
  align-items: center;
  display: flex;
  width: 60%;
  float: left;
}
.acm-text-container {
  max-height: 505px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
}
.acm-image-and-text-full-width-container
  .acm-text-container
  .acm-align-content {
  width: 100%;
}
.acm-image-and-text-full-headline-description {
  width: 100%;
  max-width: 512px;
  margin: 0 auto;
}
.acm-image-and-text-full-headline-description .support_tool h4 {
  padding: 7px 32px;
}
.acm-image-and-text-full-headline-description .support_tool h4 a {
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0px;
  color: #444444;
  text-align: left;
}
.support_tool {
  border-top: 1px solid #444;
}
.support_tool:last-child {
  border-bottom: 1px solid #444;
}
/* Text Section with Background color */
.acm-text-container.eq-height {
  min-height: 505px;
  position: relative;
  top: 64px;
  width: 50%;
  background-color: #f1f1f1;
}
.acm-text-container.eq-height .acm-image-and-text-full-headline-description h2 {
  font-size: 33px;
  line-height: 59px;
  letter-spacing: 0;
  text-align: left;
  font-weight: 800;
  padding-bottom: 40px;
  margin: 0;
  color: #444444;
}
.acm-text-container.eq-height .acm-image-and-text-full-headline-description p,
.acm-text-container.eq-height
  .acm-image-and-text-full-headline-description
  ul
  li {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.36px;
  color: #000000;
  text-align: left;
  font-weight: 400;
}
@media screen and (max-width: 1240px) and (min-width: 1025px) {
  .acm-2col-image-and-text-full-headline-description h2 {
    margin: 0 0 16px 0;
  }
  .acm-2col-image-and-text-full-headline-description p {
    font-size: 18px;
    line-height: 1.4em;
    margin: 6px 0 0 0;
  }
}
@media screen and (max-width: 1120px) {
  .acm-image-and-text-full-width-container.desktop {
    display: none;
  }
  .acm-image-and-text-full-width-container.mobile {
    display: block;
  }
  .acm-image-right-text-left {
    display: flex;
    flex-direction: column;
  }
  .acm-image-right-text-left .acm-image-container {
    width: 100%;
    border-radius: 0;
  }
  .mobile .acm-image-and-text-full-headline-description .support_tool h4 {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
  }
  .mobile .support_tool img {
    max-width: 26px;
    height: 12px;
  }
  .mobile .acm-image-and-text-full-headline-description .support_tool h4 a {
    width: 100%;
    justify-content: space-between;
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .acm-text-container.eq-height {
    width: 100%;
    position: initial;
  }
  .acm-image-and-text-full-headline-description {
    max-width: 95%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .acm-text-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
  }
  .acm-2col-image-and-text-full-headline-description h2 {
    font-size: 23px;
    margin: 0 0 20px 0;
  }
  .acm-2col-image-and-text-full-headline-description p {
    font-size: 16px;
    line-height: 1.3em;
    margin: 6px 0 0 0;
  }
  .acm-cta {
    padding: 22px;
    margin: 10px 0 0 0;
  }
  .acm-cta p a {
    font-size: 16px;
    line-height: 1.3em;
    margin: 12px 0 0 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .acm-image-and-text-full-width-content.acm-image-right-text-left {
    margin: 0;
  }
  .acm-image-right-text-left .acm-text-container {
    width: 100%;
    float: none;
    padding: 0 20px 0 0;
    height: auto !important;
  }
  .acm-image-and-text-full-headline-description {
    padding: 0 20px;
    max-width: 100%;
  }
  .acm-image-right-text-left .acm-image-container {
    width: 100%;
    height: auto !important;
  }
  .acm-image-right-text-left {
    display: flex;
    flex-direction: column;
  }
  .acm-image-right-text-left .acm-image-container.eq-height {
    width: 100%;
    min-height: 300px;
    max-height: 300px;
  }
  .acm-text-container.eq-height {
    width: 100%;
  }
  /* .mobile .acm-image-right-text-left .acm-image-container.eq-height {
	  min-height: 468px;
	  border-radius: 0 0 0 0;
	  background-size: contain;
	  width: 100%;
	} */
}
@media screen and (max-width: 480px) {
  .acm-image-and-text-full-headline-description {
    padding: 0 20px;
  }
  .acm-image-and-text-full-width-content {
    margin: 0 0 0 0;
  }
  .acm-image-right-text-left .acm-image-container.eq-height {
    width: 100%;
    min-height: 235px;
    max-height: 235px;
  }
  .acm-text-container.eq-height
    .acm-image-and-text-full-headline-description
    h2 {
    font-size: 26px;
    line-height: 49px;
    letter-spacing: 0;
    text-align: center;
    font-weight: 700;
    padding-bottom: 20px;
    margin: 0;
    color: #444444;
  }
  .mobile .acm-image-and-text-full-headline-description .support_tool h4 a {
    font-size: 16px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 0px;
    color: #444444;
    text-align: left;
  }
  .acm-text-container.eq-height {
    width: 100%;
    padding: 20px;
  }
  .acm-image-right-text-left .acm-image-container {
    width: 100%;
    float: none;
  }
  .acm-image-right-text-left .acm-text-container {
    width: 100%;
    padding: 0;
  }
}

/*------------------------------------*\
    Image + Text Block
\*------------------------------------*/
/* section.image-and-text-block {
  padding: 60px 0;
} */
.image-and-text-image-left-text-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.image-right-text-left .text-container {
  width: 45%;
  float: left;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}
.text-block-text {
  padding: 0 20px;
}
.text-block-text ul {
  margin: 20px 0 0 -18px !important;
}
.image-and-text-text ul li {
  font-size: 16px !important;
}

@media screen and (max-width: 768px) {
  .image-and-text-image-left-text-right {
    justify-content: center;
  }
  .image-and-text-image {
    width: 95% !important;
    text-align: center;
  }

  .image-and-text-text {
    width: 95% !important;
  }
}

/* files block */
.files-block-title {
  margin-bottom: 18px;
}
.files-block-block p a {
  padding-left: 10px;
}

/* Multiple image and text block */
.multiple-image-and-text-image-left-text-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.multiple-image-and-text-image-w-50 {
  width: 45%;
}
.multiple-image-and-text-image-w-50 img {
  height: auto;
  max-height: 600px;
}
.multiple-image-and-text-image-w-30 {
  width: 25%;
}
.multiple-image-and-text-text-w-50 {
  width: 50%;
}
.multiple-image-and-text-text-w-70 {
  width: 70%;
}
.multiple-image-and-text-image-left-text-right,
.multiple-text-block-text {
  padding: 15px 0 15px 0;
}
.multiple-image-and-text-image-left-text-right {
  align-items: center;
}
.multiple-image-and-text-image-left-text-right:last-child {
  padding-bottom: 0 !important;
}

.multiple-image-and-text-text-w-50 ul li {
  font-size: 16px;
}
@media screen and (max-width: 950px) {
  .blog-feed-headline {
    padding: 0 20px;
  }
  .right-content {
    width: 100% !important;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .multiple-image-and-text-image-left-text-right {
    justify-content: space-between;
    flex-direction: column;
  }
  .text-block-text {
    padding: 0 40px;
  }
  .body-container {
    justify-content: center;
    width: 99%;
  }
  .right-content {
    width: 100% !important;
  }
  .right-content .text-block-text {
    padding: 0 20px;
  }
  .multiple-image-container {
    padding-bottom: 20px;
    width: 100%;
  }
  .multiple-image-and-text-text-w-50,
  .multiple-image-and-text-text-w-70 {
    width: 100%;
  }
  .multiple-image-and-text-image {
    width: 95% !important;
    text-align: center;
  }

  .multiple-image-and-text-text {
    width: 95% !important;
  }
}

.breadcrumb {
  margin: 20px 4.5% 0 4.5%;
  font-size: 16px;
}

/* headline_and_image_two_blocks */

.headline-and-image-two-blocks-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1024px;
}
.headline-and-image-two-blocks-block {
  width: 45%;
  display: flex;
  flex-direction: column;
}
.headline-and-image-two-blocks-block h3 {
  text-align: center;
  margin: 40px 0 20px 0;
}

@media screen and (max-width: 480px) {
  .headline-and-image-two-blocks-block {
    width: 100%;
  }
}

/* button_cta */

/* headline_and_two_column_table */

.headline-and-two-column-table-th {
  text-align: left;
  border: none;
  background: #1c3563;
  color: #fff;
  padding: 8px 0 10px 20px;

}
.headline-and-two-column-table-first-td {
  padding: 30px 0 30px 30px;
  color: var(--screen-black);
  border: none;
}

.headline-and-two-column-table-td {
  padding: 5px 0 0 30px;
  border: none;
}

.headline-and-two-column-table-td-30-width {
  width: 30%;
  background: #f4f4f4;
  padding: 30px 0 30px 20px;
}

