.customer-styles {
  /* START article: 2-images-module */
  /* END article: 2-images-module */
  /* START article: 3-images-module */
  /* END article: 3-images-module */
  /* START article: banner-startpage */
  /* END article: banner-startpage */
  /* START article: customer-logos */
  /* END article: customer-logos */
  /* START article: gen-banner */
  /* END article: gen-banner */
  /* START article: image-1-3-text-2-3 */
  /* END article: image-1-3-text-2-3 */
  /* START article: image-slider */
  /* END article: image-slider */
  /* START article: image-text-slider */
  /* END article: image-text-slider */
  /* START article: image */
  /* END article: image */
  /* START article: info-box-with-date */
  /* END article: info-box-with-date */
  /* START article: info-box */
  /* END article: info-box */
  /* START article: l2m-banner */
  /* END article: l2m-banner */
  /* START article: l2m-highlight */
  /* END article: l2m-highlight */
  /* START article: l2m-hotspot */
  /* END article: l2m-hotspot */
  /* START article: l2m-image-text */
  /* END article: l2m-image-text */
  /* START article: l2m-image */
  /* END article: l2m-image */
  /* START article: l2m-text */
  /* END article: l2m-text */
  /* START article: m2m-banner-startpage */
  /* END article: m2m-banner-startpage */
  /* START article: m2m-image-text-with-slider */
  /* END article: m2m-image-text-with-slider */
  /* START article: m2m-list-element */
  /* END article: m2m-list-element */
  /* START article: m2m-news-box */
  /* END article: m2m-news-box */
  /* START article: news-box-image */
  /* END article: news-box-image */
  /* START article: news-box-with-date */
  /* END article: news-box-with-date */
  /* START article: news-box-without-date */
  /* END article: news-box-without-date */
  /* START article: news-box */
  /* END article: news-box */
  /* START article: numbers */
  /* END article: numbers */
  /* START article: teaser-title */
  /* END article: teaser-title */
  /* START article: text-image-overlay */
  /* END article: text-image-overlay */
  /* START article: text-two-column */
  /* END article: text-two-column */
  /* START article: two-column-image */
  /* END article: two-column-image */
  /* START page: w2m-main-page */
  /* END page: w2m-main-page */
  /* START widget: info-boxes */
  /* END widget: info-boxes */
  /* START widget: job-posting */
  /* END widget: job-posting */
  /* START widget: list-element */
  /* END widget: list-element */
  /* START widget: m2m-news-overview */
  /* END widget: m2m-news-overview */
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_2-images-module {
    padding: 0 20px;
  }
}

.customer-styles .template_2-images-module .article-wrapper {
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  background-color: #fff;
  margin: 0 auto;
}

.customer-styles .template_2-images-module .article-wrapper.top {
  padding-top: 140px;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_2-images-module .article-wrapper.top {
    padding-top: 40px;
  }
}

.customer-styles .template_2-images-module .article-wrapper.bottom {
  padding-bottom: 140px;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_2-images-module .article-wrapper.bottom {
    padding-bottom: 40px;
  }
}

.customer-styles .template_2-images-module .article-wrapper .image-section {
  display: inline-block;
  width: 100%;
}

.customer-styles .template_2-images-module .article-wrapper .image-section .image {
  display: inline-block;
}

.customer-styles .template_2-images-module .article-wrapper .image-section .image.left-image {
  padding-top: 140px;
  padding-left: calc(1200px / 12);
  padding-right: 20px;
  flex-direction: column;
}

@media only screen and (max-width: 1080px) {
  .customer-styles .template_2-images-module .article-wrapper .image-section .image.left-image img {
    width: calc(calc(100vw / 5) * 2);
  }
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_2-images-module .article-wrapper .image-section .image.left-image {
    padding: 0;
    padding-top: 100px;
    padding-left: calc(100vw / 6);
  }
  .customer-styles .template_2-images-module .article-wrapper .image-section .image.left-image img {
    width: calc(calc(100vw / 6) * 2);
  }
}

@media only screen and (max-width: 575px) {
  .customer-styles .template_2-images-module .article-wrapper .image-section .image.left-image {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
  }
  .customer-styles .template_2-images-module .article-wrapper .image-section .image.left-image img {
    width: calc(calc(100vw / 6) * 4);
  }
}

.customer-styles .template_2-images-module .article-wrapper .image-section .image.right-image {
  float: right;
  flex-direction: column;
}

@media only screen and (max-width: 1080px) {
  .customer-styles .template_2-images-module .article-wrapper .image-section .image.right-image img {
    width: calc(calc(100vw / 5) * 2);
  }
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_2-images-module .article-wrapper .image-section .image.right-image img {
    width: calc(calc(100vw / 6) * 2);
  }
}

@media only screen and (max-width: 575px) {
  .customer-styles .template_2-images-module .article-wrapper .image-section .image.right-image {
    padding-right: 0;
  }
  .customer-styles .template_2-images-module .article-wrapper .image-section .image.right-image img {
    width: calc(calc(100vw / 6) * 4);
  }
}

.customer-styles .template_2-images-module .article-wrapper .image-section .image .caption-text {
  margin-top: 60px;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_2-images-module .article-wrapper .image-section .image .caption-text {
    margin-top: 10px;
  }
}

.customer-styles .template_2-images-module .article-wrapper .image-section .image .caption-text.hideText {
  display: none;
}

.customer-styles .template_2-images-module.switchPos .article-wrapper .image-section .image.left-image {
  float: right;
  padding-left: 0;
  padding-right: calc(1200px / 12);
}

@media screen and (max-width: 575px) {
  .customer-styles .template_2-images-module.switchPos .article-wrapper .image-section .image.left-image {
    padding-right: 0;
    padding-bottom: 40px;
  }
}

.customer-styles .template_2-images-module.switchPos .article-wrapper .image-section .image.right-image {
  float: left;
}

.customer-styles .template_3-images-module .article-wrapper {
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
}

.customer-styles .template_3-images-module .article-wrapper.top {
  padding-top: 140px;
}

@media only screen and (max-width: 575px) {
  .customer-styles .template_3-images-module .article-wrapper.top {
    padding-top: 40px;
  }
}

.customer-styles .template_3-images-module .article-wrapper.bottom {
  padding-bottom: 140px;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_3-images-module .article-wrapper.bottom {
    padding-bottom: 40px;
  }
}

.customer-styles .template_3-images-module .article-wrapper .image-section {
  display: inline-block;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.customer-styles .template_3-images-module .article-wrapper .image-section .image {
  display: inline-block;
}

.customer-styles .template_3-images-module .article-wrapper .image-section .image.top-image {
  padding-bottom: 140px;
  flex-direction: column;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_3-images-module .article-wrapper .image-section .image.top-image {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_3-images-module .article-wrapper .image-section .image.top-image img {
    max-width: 100%;
  }
}

.customer-styles .template_3-images-module .article-wrapper .image-section .image.top-image.noPadding {
  padding-bottom: 0;
}

.customer-styles .template_3-images-module .article-wrapper .image-section .image.middle-image {
  float: right;
  flex-direction: column;
}

@media only screen and (max-width: 1080px) {
  .customer-styles .template_3-images-module .article-wrapper .image-section .image.middle-image img {
    width: calc(calc(100vw / 5) * 2);
  }
}

@media only screen and (max-width: 575px) {
  .customer-styles .template_3-images-module .article-wrapper .image-section .image.middle-image img {
    width: calc(calc(100vw / 6) * 5);
  }
}

.customer-styles .template_3-images-module .article-wrapper .image-section .image.bottom-image {
  padding-top: 140px;
  flex-direction: column;
  padding-left: calc(calc(1200px / 12));
}

.customer-styles .template_3-images-module .article-wrapper .image-section .image.bottom-image.noPadding {
  padding-top: 0;
}

@media only screen and (max-width: 1080px) {
  .customer-styles .template_3-images-module .article-wrapper .image-section .image.bottom-image img {
    width: calc(calc(100vw / 5) * 2);
  }
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_3-images-module .article-wrapper .image-section .image.bottom-image {
    padding-top: 100px;
  }
  .customer-styles .template_3-images-module .article-wrapper .image-section .image.bottom-image img {
    width: calc(calc(100vw / 6) * 2);
  }
}

@media only screen and (max-width: 575px) {
  .customer-styles .template_3-images-module .article-wrapper .image-section .image.bottom-image {
    padding-top: 40px;
    padding-left: 0;
    padding-right: calc(calc(100vw / 6) * 2);
  }
  .customer-styles .template_3-images-module .article-wrapper .image-section .image.bottom-image img {
    width: calc(calc(100vw / 6) * 4);
  }
}

.customer-styles .template_3-images-module .article-wrapper .image-section .image .caption-text {
  margin-top: 60px;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_3-images-module .article-wrapper .image-section .image .caption-text {
    margin-top: 10px;
  }
}

.customer-styles .template_3-images-module .article-wrapper .image-section .image .caption-text.hideText {
  display: none;
}

.customer-styles .template_3-images-module.switchPos .article-wrapper .image-section .image.top-image {
  float: right;
}

.customer-styles .template_3-images-module.switchPos .article-wrapper .image-section .image.middle-image {
  float: left;
}

.customer-styles .template_3-images-module.switchPos .article-wrapper .image-section .image.bottom-image {
  float: right;
  padding-left: 0;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_3-images-module.switchPos .article-wrapper .image-section .image.bottom-image {
    float: none;
  }
}

.customer-styles .template_banner-startpage {
  /* Newsbox Template */
}

.customer-styles .template_banner-startpage.home-intro {
  position: relative;
  max-height: 825px;
  overflow: hidden;
  background: url(https://www.atrivio.de/images/bg_home.png) no-repeat center right fixed;
  background-size: cover;
}

@supports (-webkit-touch-callout: none) {
  .customer-styles .template_banner-startpage.home-intro {
    background: url(https://www.atrivio.de/images/bg_home.png) no-repeat center right;
    background-size: cover;
  }
}

.customer-styles .template_banner-startpage.home-intro .article-wrapper {
  padding: 260px 0 0 0;
  padding-left: 52px;
  padding-right: 52px;
}

.customer-styles .template_banner-startpage.home-intro .article-wrapper {
  padding-top: 156px;
}

@media screen and (min-width: 576px) {
  .customer-styles .template_banner-startpage.home-intro .article-wrapper {
    padding-top: calc(7.40741vw + 113.33333px);
  }
}

@media screen and (min-width: 1980px) {
  .customer-styles .template_banner-startpage.home-intro .article-wrapper {
    padding-top: 260px;
  }
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_banner-startpage.home-intro .article-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.customer-styles .template_banner-startpage.home-intro .article-wrapper .h1,
.customer-styles .template_banner-startpage.home-intro .article-wrapper h2 {
  color: #fff;
  margin: 0 0 20px 0;
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_banner-startpage.home-intro .article-wrapper .h1,
  .customer-styles .template_banner-startpage.home-intro .article-wrapper h2 {
    margin: 0 0 10px 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.customer-styles .template_banner-startpage.home-intro .article-wrapper h3 {
  font-family: 'Shentox-Regular', Arial, sans-serif;
  color: #fff;
  margin: 0;
  padding: 0 10px 100px 10px;
}

.customer-styles .template_banner-startpage.home-intro .article-wrapper .h5 {
  padding: 0 10px;
}

@media (max-width: 800px) {
  .customer-styles .template_banner-startpage.home-intro .article-wrapper .h5 {
    padding: 0;
  }
}

.customer-styles .template_banner-startpage.home-intro .article-wrapper .arrow-down {
  display: flex;
  flex-align: row;
  justify-content: center;
  padding: 0 0 50px 0;
}

.customer-styles .template_banner-startpage.home-intro .article-wrapper .arrow-down svg {
  fill: #fff;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_banner-startpage article.home-intro {
    background-attachment: scroll;
  }
}

.customer-styles .template_customer-logos .article-wrapper {
  max-width: 100%;
  max-width: 1200px;
  background-color: #fff;
}

.customer-styles .template_customer-logos .article-wrapper.top {
  padding-top: 140px;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_customer-logos .article-wrapper.top {
    padding-top: 40px;
  }
}

.customer-styles .template_customer-logos .article-wrapper.bottom {
  padding-bottom: 140px;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_customer-logos .article-wrapper.bottom {
    padding-bottom: 40px;
  }
}

.customer-styles .template_customer-logos .article-wrapper .text-wrapper {
  margin-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 1024px) {
  .customer-styles .template_customer-logos .article-wrapper .text-wrapper {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_customer-logos .article-wrapper .text-wrapper {
    margin-bottom: 10px;
  }
}

.customer-styles .template_customer-logos .article-wrapper .text-wrapper div {
  margin-bottom: 0 !important;
}

.customer-styles .template_customer-logos .article-wrapper .text-wrapper a {
  text-decoration: underline;
}

.customer-styles .template_customer-logos .article-wrapper .logo-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 800px) {
  .customer-styles .template_customer-logos .article-wrapper .logo-container {
    flex-wrap: wrap;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.customer-styles .template_customer-logos .article-wrapper .logo-container .logo-item {
  position: relative;
  width: calc(calc(1200px / 12) * 2);
  flex: 1;
  text-align: center;
}

.customer-styles .template_customer-logos .article-wrapper .logo-container .logo-item .single-logo {
  filter: grayscale(1);
}

@media (max-width: 1024px) {
  .customer-styles .template_customer-logos .article-wrapper .logo-container .logo-item {
    width: calc(calc(100vw / 12));
  }
  .customer-styles .template_customer-logos .article-wrapper .logo-container .logo-item .single-logo {
    width: 75%;
  }
}

@media (max-width: 800px) {
  .customer-styles .template_customer-logos .article-wrapper .logo-container .logo-item {
    padding-top: 40px;
    width: calc(calc(1200px / 12) * 2);
  }
}

.customer-styles .template_gen-banner.red {
  background-color: #9a123f;
}

.customer-styles .template_gen-banner .hero-banner-wrapper {
  min-height: 720px;
}

.customer-styles .template_gen-banner .hero-banner-wrapper .content-wrapper {
  font-family: "Shentox-Regular", Arial, sans-serif;
  max-width: 1200px;
  margin: 0 auto 0px auto;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}

.customer-styles .template_gen-banner .hero-banner-wrapper .content-wrapper .hero-banner__text {
  position: relative;
  padding-top: 76px;
  flex: 1;
}

@media (max-width: 800px) {
  .customer-styles .template_gen-banner .hero-banner-wrapper .content-wrapper .hero-banner__text {
    display: none;
  }
}

@media (max-width: 800px) {
  .customer-styles .template_gen-banner .hero-banner-wrapper .content-wrapper .hero-banner__text {
    width: 100%;
    padding-top: 50px;
  }
}

.customer-styles .template_gen-banner .hero-banner-wrapper .content-wrapper .hero-banner__text.right {
  margin-left: 44%;
}

@media (min-width: 2048px) {
  .customer-styles .template_gen-banner .hero-banner-wrapper .content-wrapper .hero-banner__text.right {
    margin-left: 48%;
  }
}

@media (max-width: 800px) {
  .customer-styles .template_gen-banner .hero-banner-wrapper .content-wrapper .hero-banner__text.right {
    margin-left: 0;
  }
}

.customer-styles .template_gen-banner .hero-banner-wrapper .content-wrapper .hero-banner__text.right h1,
.customer-styles .template_gen-banner .hero-banner-wrapper .content-wrapper .hero-banner__text.right h2,
.customer-styles .template_gen-banner .hero-banner-wrapper .content-wrapper .hero-banner__text.right h4,
.customer-styles .template_gen-banner .hero-banner-wrapper .content-wrapper .hero-banner__text.right p {
  text-align: right;
}

@media (max-width: 800px) {
  .customer-styles .template_gen-banner .hero-banner-wrapper .content-wrapper .hero-banner__text.right h1,
  .customer-styles .template_gen-banner .hero-banner-wrapper .content-wrapper .hero-banner__text.right h2,
  .customer-styles .template_gen-banner .hero-banner-wrapper .content-wrapper .hero-banner__text.right h4,
  .customer-styles .template_gen-banner .hero-banner-wrapper .content-wrapper .hero-banner__text.right p {
    text-align: left;
  }
}

.customer-styles .template_gen-banner .hero-banner-wrapper .content-wrapper .hero-banner__text .h1 {
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Shentox-Bold", Arial, sans-serif;
  font-size: 60px;
  color: #9a123f;
  margin-bottom: 40px;
  text-align: left;
  line-height: 72px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.customer-styles .template_gen-banner .hero-banner-wrapper .content-wrapper .hero-banner__text .h1 a {
  font-family: 'Shentox-Bold', Arial, sans-serif;
  color: #9a123f;
  text-decoration: none;
}

@media (max-width: 800px) {
  .customer-styles .template_gen-banner .hero-banner-wrapper .content-wrapper .hero-banner__text .h1 .forecolor {
    color: #9a123f !important;
  }
}

.customer-styles .template_gen-banner .hero-banner-wrapper .content-wrapper .hero-banner__text .h2 {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 800px) {
  .customer-styles .template_gen-banner .hero-banner-wrapper .content-wrapper .hero-banner__text .h2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.customer-styles .template_gen-banner .hero-banner-wrapper .content-wrapper .hero-banner__text .h4 {
  padding-left: 10px;
  padding-right: 10px;
}

.customer-styles .template_gen-banner .hero-banner-wrapper .content-wrapper .hero-banner__text .h4,
.customer-styles .template_gen-banner .hero-banner-wrapper .content-wrapper .hero-banner__text p {
  font-style: italic;
  color: #fff;
  text-align: left;
}

@media (max-width: 800px) {
  .customer-styles .template_gen-banner .hero-banner-wrapper .content-wrapper .hero-banner__text .h4,
  .customer-styles .template_gen-banner .hero-banner-wrapper .content-wrapper .hero-banner__text p {
    display: block;
    top: 0;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 2px;
    color: #000;
  }
}

.customer-styles .template_gen-banner .hero-banner-wrapper .content-wrapper .hero-banner__image img {
  width: 100%;
}

.customer-styles .template_gen-banner .hero-banner-wrapper .hero-banner__text-mobile {
  display: none;
  background-color: #fff;
}

@media (max-width: 800px) {
  .customer-styles .template_gen-banner .hero-banner-wrapper .hero-banner__text-mobile {
    display: block;
    padding-top: 50px;
  }
}

@media (max-width: 800px) {
  .customer-styles .template_gen-banner .hero-banner-wrapper .hero-banner__text-mobile h1,
  .customer-styles .template_gen-banner .hero-banner-wrapper .hero-banner__text-mobile h2,
  .customer-styles .template_gen-banner .hero-banner-wrapper .hero-banner__text-mobile h4,
  .customer-styles .template_gen-banner .hero-banner-wrapper .hero-banner__text-mobile p {
    text-align: left;
  }
}

.customer-styles .template_gen-banner .hero-banner-wrapper .h1 {
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Shentox-Bold", Arial, sans-serif;
  color: #9a123f;
  margin-bottom: 40px;
  text-align: left;
  text-transform: uppercase;
}

.customer-styles .template_gen-banner .hero-banner-wrapper .h1 a {
  font-family: 'Shentox-Bold', Arial, sans-serif;
  color: #9a123f;
  text-decoration: none;
}

@media (max-width: 800px) {
  .customer-styles .template_gen-banner .hero-banner-wrapper .h1 .forecolor {
    color: #9a123f !important;
  }
}

@media (max-width: 800px) {
  .customer-styles .template_gen-banner .hero-banner-wrapper .h1 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 4px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 800px) {
  .customer-styles .template_gen-banner .hero-banner-wrapper .h4 {
    padding: 0 20px;
  }
}

@media (max-width: 800px) {
  .customer-styles .template_gen-banner .hero-banner-wrapper .h4,
  .customer-styles .template_gen-banner .hero-banner-wrapper p {
    display: block;
    top: 0;
    color: #000;
    font-style: italic;
  }
}

.customer-styles .template_gen-banner .arrow-down {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 50px 0;
  max-width: 100%;
}

.customer-styles .template_gen-banner .arrow-down svg polygon {
  fill: #9a123f;
}

.customer-styles .template_gen-banner .arrow-down svg polygon.white {
  fill: #fff;
}

@media (max-width: 800px) {
  .customer-styles .template_gen-banner .arrow-down {
    display: none;
  }
}

.customer-styles .template_image-1-3-text-2-3.grey {
  background-color: #e5e5e5;
}

.customer-styles .template_image-1-3-text-2-3.default {
  background-color: #fff;
}

.customer-styles .template_image-1-3-text-2-3.image-1-3-text-2-3 .article-wrapper {
  display: flex;
  flex-direction: row;
  padding-top: 140px;
  padding-bottom: 140px;
}

.customer-styles .template_image-1-3-text-2-3.image-1-3-text-2-3 .article-wrapper {
  padding-left: 30px;
}

@media screen and (min-width: 360px) {
  .customer-styles .template_image-1-3-text-2-3.image-1-3-text-2-3 .article-wrapper {
    padding-left: calc(3.31325vw + 18.07229px);
  }
}

@media screen and (min-width: 1024px) {
  .customer-styles .template_image-1-3-text-2-3.image-1-3-text-2-3 .article-wrapper {
    padding-left: 52px;
  }
}

.customer-styles .template_image-1-3-text-2-3.image-1-3-text-2-3 .article-wrapper {
  padding-right: 30px;
}

@media screen and (min-width: 360px) {
  .customer-styles .template_image-1-3-text-2-3.image-1-3-text-2-3 .article-wrapper {
    padding-right: calc(3.31325vw + 18.07229px);
  }
}

@media screen and (min-width: 1024px) {
  .customer-styles .template_image-1-3-text-2-3.image-1-3-text-2-3 .article-wrapper {
    padding-right: 52px;
  }
}

@media only screen and (max-width: 1024px) {
  .customer-styles .template_image-1-3-text-2-3.image-1-3-text-2-3 .article-wrapper {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_image-1-3-text-2-3.image-1-3-text-2-3 .article-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .customer-styles .template_image-1-3-text-2-3.image-1-3-text-2-3 .article-wrapper {
    flex-direction: column;
  }
}

.customer-styles .template_image-1-3-text-2-3.image-1-3-text-2-3 .article-wrapper .image img {
  width: 100%;
  height: auto;
}

.customer-styles .template_image-1-3-text-2-3.image-1-3-text-2-3 .article-wrapper .text {
  flex: 1;
  margin-left: 90px;
}

@media only screen and (max-width: 1024px) {
  .customer-styles .template_image-1-3-text-2-3.image-1-3-text-2-3 .article-wrapper .text {
    margin-left: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .customer-styles .template_image-1-3-text-2-3.image-1-3-text-2-3 .article-wrapper .text {
    margin-left: 0;
    margin-top: 30px;
  }
}

.customer-styles .template_image-1-3-text-2-3.image-1-3-text-2-3 .article-wrapper .text h2 {
  display: block;
  color: #9a123f;
  padding: 0;
  margin: 0 0 45px 0;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_image-1-3-text-2-3.image-1-3-text-2-3 .article-wrapper .text h2 {
    margin: 0 0 30px 0;
  }
}

.customer-styles .template_image-1-3-text-2-3.image-1-3-text-2-3 .article-wrapper .text h3 {
  display: block;
  color: #9a123f;
  padding: 0;
  margin: 0;
}

.customer-styles .template_image-1-3-text-2-3.image-1-3-text-2-3 .article-wrapper .text p {
  margin: 0 0 50px 0;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_image-1-3-text-2-3.image-1-3-text-2-3 .article-wrapper .text p {
    margin: 0 0 40px 0;
  }
}

.customer-styles .template_image-1-3-text-2-3.image-1-3-text-2-3 .article-wrapper .text .cta .cta-button {
  display: flex;
}

.customer-styles .template_image-slider.bg-red {
  background-color: #9a123f;
}

.customer-styles .template_image-slider.bg-red * {
  color: #fff;
}

.customer-styles .template_image-slider .article-wrapper {
  padding-top: 0;
  padding-bottom: 20px;
}

.customer-styles .template_image-slider .article-wrapper {
  padding-left: 30px;
}

@media screen and (min-width: 360px) {
  .customer-styles .template_image-slider .article-wrapper {
    padding-left: calc(3.31325vw + 18.07229px);
  }
}

@media screen and (min-width: 1024px) {
  .customer-styles .template_image-slider .article-wrapper {
    padding-left: 52px;
  }
}

.customer-styles .template_image-slider .article-wrapper {
  padding-right: 30px;
}

@media screen and (min-width: 360px) {
  .customer-styles .template_image-slider .article-wrapper {
    padding-right: calc(3.31325vw + 18.07229px);
  }
}

@media screen and (min-width: 1024px) {
  .customer-styles .template_image-slider .article-wrapper {
    padding-right: 52px;
  }
}

.customer-styles .template_image-slider .article-wrapper.overlapTop {
  padding-top: 133px;
}

@media (max-width: 800px) {
  .customer-styles .template_image-slider .article-wrapper.overlapTop {
    padding-top: 33px;
  }
}

.customer-styles .template_image-slider .article-wrapper.overlapBottom {
  padding-bottom: 140px;
}

@media only screen and (max-width: 1024px) {
  .customer-styles .template_image-slider .article-wrapper.overlapBottom {
    padding-bottom: 110px;
  }
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_image-slider .article-wrapper.overlapBottom {
    padding-bottom: 60px;
  }
}

.customer-styles .template_image-slider .article-wrapper .image-slider-container,
.customer-styles .template_image-slider .article-wrapper .image-slider-container-cm {
  cursor: pointer;
  overflow: hidden;
}

.customer-styles .template_image-slider .article-wrapper .image-slider-container .image-slider,
.customer-styles .template_image-slider .article-wrapper .image-slider-container-cm .image-slider {
  white-space: nowrap;
  transition: ease 1000ms;
}

.customer-styles .template_image-slider .article-wrapper .image-slider-container .image-slider .single-image,
.customer-styles .template_image-slider .article-wrapper .image-slider-container-cm .image-slider .single-image {
  display: inline-block;
  width: 100%;
  padding: 1px;
  box-sizing: border-box;
}

.customer-styles .template_image-slider .article-wrapper .image-slider-container.bg-red .slideshow-dots .slideshow-dot:hover,
.customer-styles .template_image-slider .article-wrapper .image-slider-container-cm.bg-red .slideshow-dots .slideshow-dot:hover {
  background-color: #2e2d2c;
}

.customer-styles .template_image-slider .article-wrapper .image-slider-container.bg-red .slideshow-dots .active,
.customer-styles .template_image-slider .article-wrapper .image-slider-container-cm.bg-red .slideshow-dots .active {
  background-color: #2e2d2c;
}

.customer-styles .template_image-slider .article-wrapper .image-slider-container .slideshow-dots,
.customer-styles .template_image-slider .article-wrapper .image-slider-container-cm .slideshow-dots {
  text-align: center;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_image-slider .article-wrapper .image-slider-container .slideshow-dots,
  .customer-styles .template_image-slider .article-wrapper .image-slider-container-cm .slideshow-dots {
    padding-bottom: 15px;
  }
}

.customer-styles .template_image-slider .article-wrapper .image-slider-container .slideshow-dots .slideshow-dot,
.customer-styles .template_image-slider .article-wrapper .image-slider-container-cm .slideshow-dots .slideshow-dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 15px 7px 0;
  background-color: #d7d7d7;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.4s ease;
}

.customer-styles .template_image-slider .article-wrapper .image-slider-container .slideshow-dots .slideshow-dot:hover,
.customer-styles .template_image-slider .article-wrapper .image-slider-container-cm .slideshow-dots .slideshow-dot:hover {
  background-color: #9a123f;
}

.customer-styles .template_image-slider .article-wrapper .image-slider-container .slideshow-dots .active,
.customer-styles .template_image-slider .article-wrapper .image-slider-container-cm .slideshow-dots .active {
  background-color: #9a123f;
}

.customer-styles .template_image-text-slider {
  padding-bottom: 133px;
  background-color: #fff;
  box-sizing: border-box;
}

@media (max-width: 800px) {
  .customer-styles .template_image-text-slider {
    padding-bottom: 33px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 800px) {
  .customer-styles .template_image-text-slider a.link-appearance-button {
    white-space: nowrap;
    padding: 22px 18px;
  }
}

.customer-styles .template_image-text-slider a.link-appearance-button[title~="pdf"]:after {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='edefbd34-3abc-4d41-97a6-78b5c334fb74' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 31 25.5' style='enable-background:new 0 0 31 25.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%239A123F;stroke-width:2;stroke-miterlimit:10;%7D .st1%7Bfill:%231D1D1B;stroke:%239A123F;stroke-width:2;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cg%3E%3Cpolyline class='st0' points='29.5,21 29.5,24 1.5,24 1.5,21 '/%3E%3Cg%3E%3Cpath class='st1' d='M15.5,15.8'/%3E%3Cline class='st0' x1='15.5' y1='1' x2='15.5' y2='21'/%3E%3Cpolyline class='st0' points='23,13 15.5,21 8,13 '/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  position: absolute;
  right: -73px;
  top: 12px;
  height: 32px;
  width: 32px;
}

.customer-styles .template_image-text-slider.bg_red {
  background-color: #9a123f;
}

.customer-styles .template_image-text-slider.bg_red .cta {
  padding: 75px 10px 0 10px;
}

@media (max-width: 800px) {
  .customer-styles .template_image-text-slider.bg_red .cta {
    padding: 40px 40px 0 40px;
  }
}

.customer-styles .template_image-text-slider.bg_red .cta .cta-button .cta-text {
  color: #fff !important;
  background-color: #9a123f !important;
  border: 2px solid #fff !important;
}

.customer-styles .template_image-text-slider.bg_red .cta .cta-button .cta-text:hover {
  color: #9a123f !important;
  background-color: #fff !important;
}

.customer-styles .template_image-text-slider.bg_red .cta .cta-button .cta-arrow svg {
  fill: #fff !important;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_image-text-slider.bg_red .cta .cta-button .cta-arrow {
    display: none;
  }
}

.customer-styles .template_image-text-slider.bg_red * {
  color: #fff;
}

.customer-styles .template_image-text-slider.bg_red a.link-appearance-button {
  color: #fff !important;
  border: 2px solid #fff;
}

@media (max-width: 800px) {
  .customer-styles .template_image-text-slider.bg_red a.link-appearance-button {
    white-space: nowrap;
    padding: 22px 18px;
  }
}

.customer-styles .template_image-text-slider.bg_red a.link-appearance-button::after {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='a72040bc-4be2-4f93-b658-2c428707bc5f' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 33.7 19.7' style='enable-background:new 0 0 33.7 19.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;stroke-width:2;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cline class='st0' x1='1' y1='9.9' x2='32' y2='9.9'/%3E%3Cpolyline class='st0' points='23.5,1.4 32,9.9 23.5,18.4 '/%3E%3C/svg%3E%0A");
}

.customer-styles .template_image-text-slider.bg_red a.link-appearance-button:hover {
  background-color: #fff;
  color: #9a123f !important;
}

.customer-styles .template_image-text-slider.bg_red [title~="pdf"]::after {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='af793f4b-d641-4fd4-a61e-5e42958d5b9d' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 31 25.5' style='enable-background:new 0 0 31 25.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;stroke-width:2;stroke-miterlimit:10;%7D .st1%7Bfill:%231D1D1B;stroke:%23FFFFFF;stroke-width:2;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cg%3E%3Cpolyline class='st0' points='29.5,21 29.5,24 1.5,24 1.5,21 '/%3E%3Cg%3E%3Cpath class='st1' d='M15.5,15.8'/%3E%3Cline class='st0' x1='15.5' y1='1' x2='15.5' y2='21'/%3E%3Cpolyline class='st0' points='23,13 15.5,21 8,13 '/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") !important;
}

.customer-styles .template_image-text-slider .text-image__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 800px) {
  .customer-styles .template_image-text-slider .text-image__wrapper {
    flex-direction: column;
  }
}

.customer-styles .template_image-text-slider .text-image__wrapper.overlapp {
  padding-top: 133px;
}

@media (max-width: 800px) {
  .customer-styles .template_image-text-slider .text-image__wrapper.overlapp {
    padding-top: 33px;
  }
}

.customer-styles .template_image-text-slider .text-image__wrapper .text-section--left {
  width: 49.1527%;
  padding-left: 10px;
}

@media (max-width: 800px) {
  .customer-styles .template_image-text-slider .text-image__wrapper .text-section--left {
    width: 100%;
    padding-left: 0;
  }
}

.customer-styles .template_image-text-slider .text-image__wrapper .text-section--left .text-section__inner h3.tpl-inner-headline {
  font-family: 'Shentox-Bold', Arial, sans-serif;
  word-wrap: break-word;
}

.customer-styles .template_image-text-slider .text-image__wrapper .text-section--left .text-section__inner h4.tpl-global-pre-headline {
  font-family: 'Shentox-Regular', Arial, sans-serif;
  font-style: italic;
  word-wrap: break-word;
}

.customer-styles .template_image-text-slider .text-image__wrapper .text-section--left .text-section__inner .tpl-global-text {
  font-family: 'Shentox-Light', Arial, sans-serif;
}

.customer-styles .template_image-text-slider .text-image__wrapper .text-section--left .text-section__inner .button-area .cta {
  padding: 75px 10px 0 10px;
}

@media (max-width: 800px) {
  .customer-styles .template_image-text-slider .text-image__wrapper .text-section--left .text-section__inner .button-area .cta {
    padding: 40px 40px 0 40px;
  }
}

.customer-styles .template_image-text-slider .text-image__wrapper .text-section--left .text-section__inner .button-area .cta .cta-text {
  color: #9a123f;
  background-color: #fff;
  border: 2px solid #9a123f;
}

.customer-styles .template_image-text-slider .text-image__wrapper .text-section--left .text-section__inner .button-area .cta .cta-text:hover {
  color: #fff;
  background-color: #9a123f;
}

.customer-styles .template_image-text-slider .text-image__wrapper .text-section--left .text-section__inner .button-area .cta .cta-arrow svg {
  fill: #9a123f;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_image-text-slider .text-image__wrapper .text-section--left .text-section__inner .button-area .cta .cta-arrow {
    display: none;
  }
}

.customer-styles .template_image-text-slider .text-image__wrapper .image-section--right {
  overflow-x: hidden;
  margin-right: 10px;
  width: 40.6779%;
  margin-left: 10.1694%;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_image-text-slider .text-image__wrapper .image-section--right {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 33px;
  }
}

.customer-styles .template_image-text-slider .text-image__wrapper .image-section--right .geneva-media-image {
  width: 100%;
}

.customer-styles .template_image-text-slider.left .text-image__wrapper .text-section--left {
  order: 2;
  margin-left: 10.1694%;
  padding-right: 10px;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_image-text-slider.left .text-image__wrapper .text-section--left {
    order: 1;
    margin-left: 0;
  }
}

.customer-styles .template_image-text-slider.left .text-image__wrapper .text-section--left .text-section__inner .button-area .cta {
  padding: 75px 10px 0 10px;
}

@media (max-width: 800px) {
  .customer-styles .template_image-text-slider.left .text-image__wrapper .text-section--left .text-section__inner .button-area .cta {
    padding: 40px 40px 0 40px;
  }
}

.customer-styles .template_image-text-slider.left .text-image__wrapper .text-section--left .text-section__inner .button-area .cta .cta-text {
  color: #9a123f;
  background-color: #fff;
  border: 2px solid #9a123f;
}

.customer-styles .template_image-text-slider.left .text-image__wrapper .text-section--left .text-section__inner .button-area .cta .cta-text:hover {
  color: #fff;
  background-color: #9a123f;
}

.customer-styles .template_image-text-slider.left .text-image__wrapper .text-section--left .text-section__inner .button-area .cta .cta-arrow svg {
  fill: #9a123f;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_image-text-slider.left .text-image__wrapper .text-section--left .text-section__inner .button-area .cta .cta-arrow {
    display: none;
  }
}

.customer-styles .template_image-text-slider.left .image-section--right {
  order: 1;
  margin-left: 10px;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_image-text-slider.left .image-section--right {
    order: 2;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 33px;
    overflow-y: hidden;
  }
}

.customer-styles .template_image-text-slider.left .image-section--right .item {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.customer-styles .template_image-text-slider.left .image-section--right .item-image {
  display: block;
  height: 480px;
  position: absolute;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .customer-styles .template_image-text-slider.left .image-section--right .item-image {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top;
       object-position: top;
  }
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_image-text-slider.left .image-section--right .item-image {
    height: auto;
  }
}

.customer-styles .template_image-text-slider .pagination-container {
  gap: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 15px;
  margin-top: 10px;
}

.customer-styles .template_image-text-slider .pagination-container.hidden {
  display: none;
}

.customer-styles .template_image-text-slider .pagination-container .pagination-item {
  background-color: #d7d7d7;
  border-radius: 50px;
  display: inline-block;
  transition: background-color 0.3s ease;
  box-sizing: content-box;
  cursor: pointer;
  border: none;
  height: 15px;
  width: 15px;
  margin-top: 15px;
  padding: 0;
}

.customer-styles .template_image-text-slider .pagination-container .pagination-item.active, .customer-styles .template_image-text-slider .pagination-container .pagination-item:hover {
  background-color: #9a123f;
}

.customer-styles .template_image-text-slider.bg_red .pagination-container .pagination-item.active, .customer-styles .template_image-text-slider.bg_red .pagination-container .pagination-item:hover {
  background-color: #2e2d2c;
}

.customer-styles .template_image-text-slider .item-container {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}

.customer-styles .template_image-text-slider .item-container .item {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.customer-styles .template_image.image-1 .article-wrapper {
  padding-top: 0;
  padding-bottom: 140px;
}

.customer-styles .template_image.image-1 .article-wrapper {
  padding-left: 30px;
}

@media screen and (min-width: 360px) {
  .customer-styles .template_image.image-1 .article-wrapper {
    padding-left: calc(3.31325vw + 18.07229px);
  }
}

@media screen and (min-width: 1024px) {
  .customer-styles .template_image.image-1 .article-wrapper {
    padding-left: 52px;
  }
}

.customer-styles .template_image.image-1 .article-wrapper {
  padding-right: 30px;
}

@media screen and (min-width: 360px) {
  .customer-styles .template_image.image-1 .article-wrapper {
    padding-right: calc(3.31325vw + 18.07229px);
  }
}

@media screen and (min-width: 1024px) {
  .customer-styles .template_image.image-1 .article-wrapper {
    padding-right: 52px;
  }
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_image.image-1 .article-wrapper {
    padding-bottom: 110px;
  }
}

.customer-styles .template_image.image-1 .article-wrapper .image img {
  width: 100%;
  height: auto;
}

.customer-styles .template_image.image-1 .article-wrapper .caption {
  margin-top: 10px;
  font-family: 'Shentox-RegularItalic', Arial, sans-serif;
}

.customer-styles .template_info-box-with-date {
  /* Newsbox Template */
}

.customer-styles .template_info-box-with-date {
  background-color: #9a123f;
  padding: 60px 68px;
  display: grid;
  grid-template-rows: auto 61px;
  height: calc(100% - 120px);
}

@media only screen and (max-width: 1024px) {
  .customer-styles .template_info-box-with-date {
    padding: 60px 58px;
  }
}

@media only screen and (max-width: 1033px) {
  .customer-styles .template_info-box-with-date {
    padding: 40px 20px;
    height: calc(100% - 80px);
  }
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_info-box-with-date {
    grid-template-rows: 84% 61px;
  }
}

.customer-styles .template_info-box-with-date.background-gray {
  background-color: #2e2d2c;
}

.customer-styles .template_info-box-with-date i {
  font-style: italic;
}

.customer-styles .template_info-box-with-date .cta .cta-button:hover .cta-text {
  color: #9a123f;
}

.customer-styles .template_info-box-with-date .date {
  margin-top: 20px;
}

.customer-styles .template_info-box-with-date h1,
.customer-styles .template_info-box-with-date h2,
.customer-styles .template_info-box-with-date .date {
  display: block;
  color: #fff;
  padding: 0;
}

.customer-styles .template_info-box-with-date .text {
  color: #fff;
  padding: 0;
  margin: 20px 0 60px 0;
}

@media only screen and (max-width: 1024px) {
  .customer-styles .template_info-box-with-date .text {
    margin: 35px 0 40px 0;
  }
}

.customer-styles .template_info-box-with-date .text b {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .customer-styles .template_info-box-with-date .cta .cta-text {
    margin-right: 40px;
  }
  .customer-styles .template_info-box-with-date .cta .cta-arrow {
    display: inline-block;
  }
}

.customer-styles .template_info-box {
  /* Newsbox Template */
}

.customer-styles .template_info-box {
  background-color: #9a123f;
  padding: 60px 68px;
  display: grid;
  grid-template-rows: auto 61px;
  height: calc(100% - 120px);
}

@media only screen and (max-width: 1024px) {
  .customer-styles .template_info-box {
    padding: 60px 58px;
  }
}

@media only screen and (max-width: 1033px) {
  .customer-styles .template_info-box {
    padding: 40px 20px;
    height: calc(100% - 80px);
  }
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_info-box {
    grid-template-rows: 84% 61px;
  }
}

.customer-styles .template_info-box.background-gray {
  background-color: #2e2d2c;
}

.customer-styles .template_info-box i {
  font-style: italic;
}

.customer-styles .template_info-box .border {
  border-bottom: 2px solid #fff;
  margin-top: 20px;
}

@media (max-width: 800px) {
  .customer-styles .template_info-box .border {
    margin-top: 10px;
  }
}

.customer-styles .template_info-box .cta .cta-button:hover .cta-text {
  color: #9a123f;
}

.customer-styles .template_info-box h1, .customer-styles .template_info-box h2 {
  display: inline-block;
  color: #fff;
  padding: 0;
  margin: 0;
}

.customer-styles .template_info-box .text {
  color: #fff;
  padding: 0;
  margin: 20px 0 60px 0;
}

@media only screen and (max-width: 1024px) {
  .customer-styles .template_info-box .text {
    margin: 35px 0 40px 0;
  }
}

.customer-styles .template_info-box .text b {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .customer-styles .template_info-box .cta .cta-text {
    margin-right: 40px;
  }
  .customer-styles .template_info-box .cta .cta-arrow {
    display: inline-block;
  }
}

.customer-styles .template_l2m-banner {
  /*   .forecolor {
    @media (max-width: $medium-display) {
      color: $black !important;
    }
  } */
}

.customer-styles .template_l2m-banner .cm-hero-banner-wrapper {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  min-height: 750px;
  height: 87vh;
}

.customer-styles .template_l2m-banner .cm-hero-banner-wrapper.no-webp {
  background: url(../images/Hero-Newsletter-Marketing.png) no-repeat top right !important;
}

@media (max-width: 800px) {
  .customer-styles .template_l2m-banner .cm-hero-banner-wrapper {
    height: 100%;
    background: none !important;
    background-color: #F7F9FA;
    padding-bottom: 0;
    min-height: auto;
  }
  .customer-styles .template_l2m-banner .cm-hero-banner-wrapper.no-webp {
    background: none !important;
  }
}

.customer-styles .template_l2m-banner .hero-banner__image img {
  width: 100%;
  display: none;
}

@media (max-width: 800px) {
  .customer-styles .template_l2m-banner .hero-banner__image img {
    display: block;
  }
}

.customer-styles .template_l2m-banner .hero-banner__text-wrapper {
  font-family: "Shentox-Regular", Arial, sans-serif;
  max-width: 1200px;
  margin: 0 auto 0px auto;
  width: 100%;
}

.customer-styles .template_l2m-banner .hero-banner__text-wrapper .text-content {
  position: relative;
  padding-top: 76px;
  width: 56%;
}

@media (min-width: 2048px) {
  .customer-styles .template_l2m-banner .hero-banner__text-wrapper .text-content {
    width: 52%;
  }
}

@media (max-width: 800px) {
  .customer-styles .template_l2m-banner .hero-banner__text-wrapper .text-content {
    width: 100%;
    padding-top: 50px;
  }
}

.customer-styles .template_l2m-banner .hero-banner__text-wrapper .text-content.right {
  margin-left: 44%;
}

@media (min-width: 2048px) {
  .customer-styles .template_l2m-banner .hero-banner__text-wrapper .text-content.right {
    margin-left: 48%;
  }
}

@media (max-width: 800px) {
  .customer-styles .template_l2m-banner .hero-banner__text-wrapper .text-content.right {
    margin-left: 0;
  }
}

.customer-styles .template_l2m-banner .hero-banner__text-wrapper .text-content.right h1,
.customer-styles .template_l2m-banner .hero-banner__text-wrapper .text-content.right h2,
.customer-styles .template_l2m-banner .hero-banner__text-wrapper .text-content.right h4,
.customer-styles .template_l2m-banner .hero-banner__text-wrapper .text-content.right p {
  text-align: right;
}

@media (max-width: 800px) {
  .customer-styles .template_l2m-banner .hero-banner__text-wrapper .text-content.right h1,
  .customer-styles .template_l2m-banner .hero-banner__text-wrapper .text-content.right h2,
  .customer-styles .template_l2m-banner .hero-banner__text-wrapper .text-content.right h4,
  .customer-styles .template_l2m-banner .hero-banner__text-wrapper .text-content.right p {
    text-align: left;
  }
}

.customer-styles .template_l2m-banner .hero-banner__text-wrapper .text-content .h1 {
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Shentox-Bold", Arial, sans-serif;
  font-size: 60px;
  color: #9a123f;
  margin-bottom: 40px;
  text-align: left;
  line-height: 72px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.customer-styles .template_l2m-banner .hero-banner__text-wrapper .text-content .h1 a {
  font-family: 'Shentox-Bold', Arial, sans-serif;
  color: #9a123f;
  text-decoration: none;
}

@media (max-width: 800px) {
  .customer-styles .template_l2m-banner .hero-banner__text-wrapper .text-content .h1 .forecolor {
    color: #9a123f !important;
  }
}

@media (max-width: 800px) {
  .customer-styles .template_l2m-banner .hero-banner__text-wrapper .text-content .h1 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 4px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.customer-styles .template_l2m-banner .hero-banner__text-wrapper .text-content .h2 {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 800px) {
  .customer-styles .template_l2m-banner .hero-banner__text-wrapper .text-content .h2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.customer-styles .template_l2m-banner .hero-banner__text-wrapper .text-content .h2,
.customer-styles .template_l2m-banner .hero-banner__text-wrapper .text-content p {
  font-style: italic;
  color: #fff;
  text-align: left;
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 2px;
}

@media (max-width: 800px) {
  .customer-styles .template_l2m-banner .hero-banner__text-wrapper .text-content .h2,
  .customer-styles .template_l2m-banner .hero-banner__text-wrapper .text-content p {
    display: block;
    top: 0;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 2px;
    color: #000;
  }
}

.customer-styles .template_l2m-banner .hero-banner__text-wrapper .arrow-down {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 50px 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0%;
}

.customer-styles .template_l2m-banner .hero-banner__text-wrapper .arrow-down svg polygon {
  fill: #9a123f;
}

.customer-styles .template_l2m-banner .hero-banner__text-wrapper .arrow-down svg polygon.white {
  fill: #fff;
}

@media (max-width: 800px) {
  .customer-styles .template_l2m-banner .hero-banner__text-wrapper .arrow-down {
    display: none;
  }
}

.customer-styles .template_l2m-highlight {
  display: flex;
}

@media (max-width: 800px) {
  .customer-styles .template_l2m-highlight {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.customer-styles .template_l2m-highlight .content-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.customer-styles .template_l2m-highlight .content-wrapper.topoverlapp {
  padding-top: 133px;
}

@media (max-width: 800px) {
  .customer-styles .template_l2m-highlight .content-wrapper.topoverlapp {
    padding-top: 33px;
  }
}

.customer-styles .template_l2m-highlight .content-wrapper.bottomoverlapp {
  padding-bottom: 133px;
}

@media (max-width: 800px) {
  .customer-styles .template_l2m-highlight .content-wrapper.bottomoverlapp {
    padding-bottom: 33px;
  }
}

.customer-styles .template_l2m-highlight .content-wrapper .text-wrapper {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 0 75px 0;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_l2m-highlight .content-wrapper .text-wrapper {
    margin: 0 0 50px 0;
    padding: 0;
  }
}

.customer-styles .template_l2m-highlight .content-wrapper .text-wrapper a {
  text-decoration: underline;
}

.customer-styles .template_l2m-highlight .content-wrapper .text-wrapper .h1, .customer-styles .template_l2m-highlight .content-wrapper .text-wrapper .h2, .customer-styles .template_l2m-highlight .content-wrapper .text-wrapper .h3, .customer-styles .template_l2m-highlight .content-wrapper .text-wrapper .h4 {
  color: #fff;
}

.customer-styles .template_l2m-highlight .content-wrapper .text-wrapper .h1 p, .customer-styles .template_l2m-highlight .content-wrapper .text-wrapper .h2 p, .customer-styles .template_l2m-highlight .content-wrapper .text-wrapper .h3 p, .customer-styles .template_l2m-highlight .content-wrapper .text-wrapper .h4 p {
  color: #fff;
  margin: 0;
}

.customer-styles .template_l2m-highlight .content-wrapper .text-wrapper .text {
  color: #fff;
}

.customer-styles .template_l2m-highlight .content-wrapper .text-wrapper .text-block {
  margin-top: 25px;
  margin-bottom: 40px;
  text-align: center;
  max-height: 64px;
  text-overflow: inherit;
  overflow: hidden;
  width: 100%;
}

.customer-styles .template_l2m-highlight .content-wrapper .highlight-container {
  align-items: flex-start;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

@media (max-width: 800px) {
  .customer-styles .template_l2m-highlight .content-wrapper .highlight-container {
    flex-direction: column;
    max-width: 276px;
  }
}

.customer-styles .template_l2m-highlight .content-wrapper .highlight-container .highlight-item {
  position: relative;
  display: inline-block;
  max-width: 300px;
  width: 300px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (max-width: 1200px) {
  .customer-styles .template_l2m-highlight .content-wrapper .highlight-container .highlight-item {
    max-width: unset;
    width: calc(24vw - 10px);
  }
}

@media (max-width: 800px) {
  .customer-styles .template_l2m-highlight .content-wrapper .highlight-container .highlight-item {
    margin-top: 40px;
    max-width: unset;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .customer-styles .template_l2m-highlight .content-wrapper .highlight-container .highlight-item:first-child {
    margin-top: 0;
  }
}

.customer-styles .template_l2m-highlight .content-wrapper .highlight-container .highlight-item .highlight-icon {
  margin-top: 10px;
  margin-bottom: 40px;
  margin: 0 auto;
}

.customer-styles .template_l2m-highlight .content-wrapper .highlight-container .highlight-item .highlight-icon .uploads-container {
  text-align: center;
  min-height: 98px;
}

@media (max-width: 800px) {
  .customer-styles .template_l2m-highlight .content-wrapper .highlight-container .highlight-item .highlight-icon .uploads-container {
    min-height: auto;
  }
}

.customer-styles .template_l2m-highlight .content-wrapper .highlight-container .highlight-item .highlight-item-textbox {
  text-align: center;
}

.customer-styles .template_l2m-highlight .content-wrapper .highlight-container .highlight-item .highlight-item-textbox .item-headline {
  margin: 20px 0;
  color: #fff;
  font-family: "Shentox-Regular", Arial, sans-serif;
  text-align: center;
  min-height: 36px;
}

@media (max-width: 800px) {
  .customer-styles .template_l2m-highlight .content-wrapper .highlight-container .highlight-item .highlight-item-textbox .item-headline {
    margin: 10px 0;
  }
}

.customer-styles .template_l2m-highlight .content-wrapper .highlight-container .highlight-item .highlight-item-textbox .tpl-global-text {
  color: #fff;
  margin-top: 0px;
  text-align: left;
  line-height: 32px;
  letter-spacing: 1.6px;
  text-align: center;
}

.customer-styles .template_l2m-highlight .content-wrapper .button-area .cta {
  padding: 75px 10px 0 10px;
}

@media (max-width: 800px) {
  .customer-styles .template_l2m-highlight .content-wrapper .button-area .cta {
    padding: 40px 40px 0 40px;
  }
}

.customer-styles .template_l2m-highlight .content-wrapper .button-area .cta .cta-text {
  color: #9a123f;
  background-color: #fff;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_l2m-highlight .content-wrapper .button-area .cta .cta-arrow {
    display: none;
  }
}

.customer-styles .template_l2m-highlight.background-red {
  background-color: #9a123f;
}

.customer-styles .template_l2m-highlight.background-red .theme-background-color {
  background-color: unset;
}

.customer-styles .template_l2m-highlight.background-grey {
  background-color: #2e2d2c;
}

.customer-styles .template_l2m-highlight.background-grey .theme-background-color {
  background-color: unset;
}

.customer-styles .template_l2m-highlight.background-grey .content-wrapper .highlight-container .highlight-item .highlight-item-textbox .item-text,
.customer-styles .template_l2m-highlight.background-grey .content-wrapper .highlight-container .highlight-item .highlight-item-textbox .global-headline {
  color: #fff;
}

.customer-styles .template_l2m-hotspot {
  margin: 0;
  margin-bottom: 20px;
  box-sizing: content-box;
  padding: 0 10px 10px 10px;
  font-family: "Shentox-Bold", Arial, sans-serif;
  overflow: hidden;
  background-color: #fff;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_l2m-hotspot {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.customer-styles .template_l2m-hotspot .image-wrapper.overlapp {
  padding-top: 133px;
}

@media (max-width: 800px) {
  .customer-styles .template_l2m-hotspot .image-wrapper.overlapp {
    padding-top: 33px;
  }
}

.customer-styles .template_l2m-hotspot .headline {
  padding: 0 10px;
}

.customer-styles .template_l2m-hotspot .headline:empty {
  display: none;
}

.customer-styles .template_l2m-hotspot .container {
  width: 100%;
  position: relative;
}

.customer-styles .template_l2m-hotspot .container .image {
  margin: 0;
  padding: 0;
  width: 100%;
}

.customer-styles .template_l2m-hotspot .container .image img {
  width: 100%;
  height: auto;
}

.customer-styles .template_l2m-hotspot .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
}

.customer-styles .template_l2m-hotspot .spot-container .spot-wrapper .spot {
  display: none;
  position: absolute;
  border-radius: 100px;
  background-color: #9a123f;
  width: 36px;
  height: 36px;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  color: #fff;
  line-height: 20px;
  text-align: center;
  font-size: 15px;
  box-sizing: content-box;
  border: none;
  justify-content: center;
  align-items: center;
}

.customer-styles .template_l2m-hotspot .spot-container .spot-wrapper .spot.show-spot {
  display: flex;
}

.customer-styles .template_l2m-hotspot .spot-container .spot-wrapper .spot .number {
  display: none;
  color: #fff;
  width: inherit;
  text-align: center;
  font-size: 20px;
  padding-top: 2px;
  letter-spacing: 1.6px;
  padding-left: 2px;
}

.customer-styles .template_l2m-hotspot .spot-container .spot-wrapper .spot .number:last-child {
  display: block;
}

.customer-styles .template_l2m-hotspot .spot-container .spot-wrapper .layer {
  display: none;
}

.customer-styles .template_l2m-hotspot .spot-container .spot-wrapper .layer.show-layer {
  display: none;
}

.customer-styles .template_l2m-hotspot .spot-container .spot-wrapper .layer .text {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1.6px;
}

.customer-styles .template_l2m-hotspot .element-count {
  text-align: center;
  font-family: "Shentox-Regular", Arial, sans-serif;
  font-style: italic;
  line-height: 20px;
  letter-spacing: 1.6px;
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.customer-styles .template_l2m-hotspot .responsive-nav {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
  align-items: flex-start;
}

.customer-styles .template_l2m-hotspot .responsive-nav .icon-arrow-left {
  height: 30px;
  line-height: 50px;
  cursor: default;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  cursor: pointer;
  margin-right: 30px;
  margin-top: 8px;
}

.customer-styles .template_l2m-hotspot .responsive-nav .icon-arrow-left span {
  transform: rotate(90deg);
  display: block;
}

.customer-styles .template_l2m-hotspot .responsive-nav .icon-arrow-left span:before {
  content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='18px' height='10px' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='matrix(1 0 0 1 -5622 -12408 )'%3E%3Cpath d='M 16.7871198568873 0.551699463327373 L 8.50844762472669 8.45688729874776 L 0.2128801431127 0.551699463327373 ' stroke-width='1' stroke='%239a123f' fill='none' transform='matrix(1 0 0 1 5622 12408 )' /%3E%3C/g%3E%3C/svg%3E");
}

.customer-styles .template_l2m-hotspot .responsive-nav .icon-arrow-left.offkey {
  visibility: hidden;
  cursor: default;
}

.customer-styles .template_l2m-hotspot .responsive-nav .icon-arrow-left.offkey svg {
  fill: #9a123f;
}

.customer-styles .template_l2m-hotspot .responsive-nav .content {
  flex: 1;
  font-size: 13px;
  line-height: 17px;
  box-sizing: content-box;
  color: #9a123f;
  padding: 15px 0 0 0;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
}

.customer-styles .template_l2m-hotspot .responsive-nav .content .spot-number {
  display: flex;
  position: relative;
  border-radius: 100px;
  background-color: #9a123f;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 10;
  color: #fff;
  line-height: 20px;
  text-align: center;
  font-size: 15px;
  box-sizing: content-box;
  border: none;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}

.customer-styles .template_l2m-hotspot .responsive-nav .content .spot-number .number {
  display: none;
  color: #fff;
  width: inherit;
  text-align: center;
  font-size: 20px;
  padding-top: 2px;
  letter-spacing: 1.6px;
  padding-left: 2px;
}

.customer-styles .template_l2m-hotspot .responsive-nav .content .spot-number .number:last-child {
  display: block;
}

.customer-styles .template_l2m-hotspot .responsive-nav .content .description {
  flex: 1;
  font-size: 15px;
  letter-spacing: 0.10667em;
  line-height: 1.86667;
  font-family: "Shentox-Regular", Arial, sans-serif;
  color: #000;
  font-style: italic;
}

@media (min-width: 800px) {
  .customer-styles .template_l2m-hotspot .responsive-nav .content .description {
    font-size: 18px;
    letter-spacing: 0.08889em;
    line-height: 1.77778;
  }
}

.customer-styles .template_l2m-hotspot .responsive-nav .icon-arrow-right {
  height: 30px;
  line-height: 50px;
  cursor: default;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  cursor: pointer;
  margin-top: 8px;
}

.customer-styles .template_l2m-hotspot .responsive-nav .icon-arrow-right span {
  transform: rotate(-90deg);
  display: block;
}

.customer-styles .template_l2m-hotspot .responsive-nav .icon-arrow-right span:before {
  content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='18px' height='10px' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='matrix(1 0 0 1 -5622 -12408 )'%3E%3Cpath d='M 16.7871198568873 0.551699463327373 L 8.50844762472669 8.45688729874776 L 0.2128801431127 0.551699463327373 ' stroke-width='1' stroke='%239a123f' fill='none' transform='matrix(1 0 0 1 5622 12408 )' /%3E%3C/g%3E%3C/svg%3E");
}

.customer-styles .template_l2m-hotspot .responsive-nav .icon-arrow-right.offkey {
  visibility: hidden;
  cursor: default;
}

.customer-styles .template_l2m-hotspot .responsive-nav .icon-arrow-right.offkey svg {
  fill: #9a123f;
}

@media (min-width: 800px) {
  .customer-styles .template_l2m-hotspot {
    max-width: 1180px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .customer-styles .template_l2m-hotspot .container {
    padding: 0;
  }
  .customer-styles .template_l2m-hotspot .wrapper {
    position: absolute;
    top: 0;
    left: 0;
  }
  .customer-styles .template_l2m-hotspot .spot-container .spot-wrapper .spot {
    display: flex;
  }
  .customer-styles .template_l2m-hotspot .spot-container .spot-wrapper .spot .number:last-child {
    display: block;
  }
  .customer-styles .template_l2m-hotspot .spot-container .spot-wrapper .layer {
    display: none;
    background-color: #fff;
    position: absolute;
    padding: 10px;
    margin: 0;
    z-index: 11;
    pointer-events: none;
    box-sizing: content-box;
    font-family: "Shentox-Regular", Arial, sans-serif;
    font-style: italic;
    min-width: 175px;
    max-width: 175px;
  }
  .customer-styles .template_l2m-hotspot .spot-container .spot-wrapper .layer .text {
    overflow: hidden;
    white-space: normal !important;
  }
  .customer-styles .template_l2m-hotspot .spot-container .spot-wrapper .layer.show-layer {
    display: block;
  }
  .customer-styles .template_l2m-hotspot .spot-container .spot-wrapper .layer:before {
    content: '\0020';
    height: 0;
    width: 0;
    position: absolute;
    /*border: 11px solid transparent;*/
  }
  .customer-styles .template_l2m-hotspot .spot-container .spot-wrapper .layer:after {
    content: '\0020';
    height: 0;
    width: 0;
    position: absolute;
    border: 11px solid transparent;
    z-index: -1;
  }
  .customer-styles .template_l2m-hotspot .spot-container .spot-wrapper .layer.left:before {
    left: -35px;
  }
  .customer-styles .template_l2m-hotspot .spot-container .spot-wrapper .layer.left:after {
    left: -21px;
  }
  .customer-styles .template_l2m-hotspot .spot-container .spot-wrapper .layer.right:before {
    right: -35px;
    transform: scaleX(-1);
  }
  .customer-styles .template_l2m-hotspot .spot-container .spot-wrapper .layer.right:after {
    right: 19px;
  }
  .customer-styles .template_l2m-hotspot .spot-container .spot-wrapper .layer.top:before {
    border-top-color: #fff;
    border-top: 30px solid #fff;
    border-left: 35px solid transparent;
    top: 34px;
  }
  .customer-styles .template_l2m-hotspot .spot-container .spot-wrapper .layer.bottom:before {
    border-bottom-color: #fff;
    border-top: 30px solid #fff;
    border-left: 35px solid transparent;
    top: 32px;
  }
  .customer-styles .template_l2m-hotspot .element-count {
    display: none;
  }
  .customer-styles .template_l2m-hotspot .responsive-nav {
    display: none;
  }
}

@media (min-width: 800px) {
  .customer-styles .template_l2m-hotspot .spot-container .spot-wrapper .layer {
    min-width: 270px;
    max-width: 270px;
  }
}

@media (min-width: 1024px) {
  .customer-styles .template_l2m-hotspot .spot-container .spot-wrapper .spot {
    width: 50px;
    height: 50px;
  }
  .customer-styles .template_l2m-hotspot .spot-container .spot-wrapper .spot .number {
    font-size: 30px;
  }
  .customer-styles .template_l2m-hotspot .spot-container .spot-wrapper .layer.top:before {
    border-top-color: #fff;
    border-top: 40px solid #fff;
    border-left: 45px solid transparent;
    top: 34px;
  }
  .customer-styles .template_l2m-hotspot .spot-container .spot-wrapper .layer.bottom:before {
    border-bottom-color: #fff;
    border-top: 40px solid #fff;
    border-left: 45px solid transparent;
    top: 32px;
  }
  .customer-styles .template_l2m-hotspot .spot-container .spot-wrapper .layer.left:before {
    left: -43px;
  }
  .customer-styles .template_l2m-hotspot .spot-container .spot-wrapper .layer.right:before {
    right: -43px;
  }
  .customer-styles .template_l2m-hotspot .spot-container .spot-wrapper .layer .text {
    font-size: 20px;
    line-height: 30px;
  }
}

.customer-styles .template_l2m-image-text {
  padding-bottom: 133px;
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden;
}

@media (max-width: 800px) {
  .customer-styles .template_l2m-image-text {
    padding: 0 20px 33px 20px;
  }
}

@media (max-width: 800px) {
  .customer-styles .template_l2m-image-text a.link-appearance-button {
    white-space: nowrap;
    padding: 22px 18px;
  }
}

.customer-styles .template_l2m-image-text a.link-appearance-button[title~="pdf"]:after {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='edefbd34-3abc-4d41-97a6-78b5c334fb74' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 31 25.5' style='enable-background:new 0 0 31 25.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%239A123F;stroke-width:2;stroke-miterlimit:10;%7D .st1%7Bfill:%231D1D1B;stroke:%239A123F;stroke-width:2;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cg%3E%3Cpolyline class='st0' points='29.5,21 29.5,24 1.5,24 1.5,21 '/%3E%3Cg%3E%3Cpath class='st1' d='M15.5,15.8'/%3E%3Cline class='st0' x1='15.5' y1='1' x2='15.5' y2='21'/%3E%3Cpolyline class='st0' points='23,13 15.5,21 8,13 '/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  position: absolute;
  right: -73px;
  top: 12px;
  height: 32px;
  width: 32px;
}

.customer-styles .template_l2m-image-text.bg-red {
  background-color: #9a123f;
}

.customer-styles .template_l2m-image-text.bg-red * {
  color: #fff;
}

.customer-styles .template_l2m-image-text.bg-red a.link-appearance-button {
  color: #fff !important;
  border: 2px solid #fff;
}

@media (max-width: 800px) {
  .customer-styles .template_l2m-image-text.bg-red a.link-appearance-button {
    white-space: nowrap;
    padding: 22px 18px;
  }
}

.customer-styles .template_l2m-image-text.bg-red a.link-appearance-button::after {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='a72040bc-4be2-4f93-b658-2c428707bc5f' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 33.7 19.7' style='enable-background:new 0 0 33.7 19.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;stroke-width:2;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cline class='st0' x1='1' y1='9.9' x2='32' y2='9.9'/%3E%3Cpolyline class='st0' points='23.5,1.4 32,9.9 23.5,18.4 '/%3E%3C/svg%3E%0A");
}

.customer-styles .template_l2m-image-text.bg-red a.link-appearance-button:hover {
  background-color: #fff;
  color: #9a123f !important;
}

.customer-styles .template_l2m-image-text.bg-red [title~="pdf"]::after {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='af793f4b-d641-4fd4-a61e-5e42958d5b9d' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 31 25.5' style='enable-background:new 0 0 31 25.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;stroke-width:2;stroke-miterlimit:10;%7D .st1%7Bfill:%231D1D1B;stroke:%23FFFFFF;stroke-width:2;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cg%3E%3Cpolyline class='st0' points='29.5,21 29.5,24 1.5,24 1.5,21 '/%3E%3Cg%3E%3Cpath class='st1' d='M15.5,15.8'/%3E%3Cline class='st0' x1='15.5' y1='1' x2='15.5' y2='21'/%3E%3Cpolyline class='st0' points='23,13 15.5,21 8,13 '/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") !important;
}

.customer-styles .template_l2m-image-text.bg-grey {
  background-color: #e5e5e5;
}

.customer-styles .template_l2m-image-text .text-image__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 800px) {
  .customer-styles .template_l2m-image-text .text-image__wrapper {
    flex-direction: column;
  }
}

.customer-styles .template_l2m-image-text .text-image__wrapper.overlapp {
  padding-top: 133px;
}

@media (max-width: 800px) {
  .customer-styles .template_l2m-image-text .text-image__wrapper.overlapp {
    padding-top: 33px;
  }
}

.customer-styles .template_l2m-image-text .text-image__wrapper.underlapp {
  padding-bottom: 133px;
}

@media (max-width: 800px) {
  .customer-styles .template_l2m-image-text .text-image__wrapper.underlapp {
    padding-bottom: 33px;
  }
}

.customer-styles .template_l2m-image-text .text-image__wrapper .text-section--left {
  width: 49.1527%;
  padding-left: 10px;
}

@media (max-width: 800px) {
  .customer-styles .template_l2m-image-text .text-image__wrapper .text-section--left {
    width: 100%;
    padding-left: 0;
  }
}

.customer-styles .template_l2m-image-text .text-image__wrapper .text-section--left .text-section__inner h3.tpl-inner-headline {
  font-family: 'Shentox-Bold', Arial, sans-serif;
}

.customer-styles .template_l2m-image-text .text-image__wrapper .text-section--left .text-section__inner .geneva-media-image {
  display: none;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_l2m-image-text .text-image__wrapper .text-section--left .text-section__inner .geneva-media-image {
    display: block;
    max-width: 276px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.customer-styles .template_l2m-image-text .text-image__wrapper .text-section--left .text-section__inner .tpl-global-text {
  font-family: 'Shentox-Regular', Arial, sans-serif;
}

.customer-styles .template_l2m-image-text .text-image__wrapper .image-section--right {
  width: 40.6779%;
  margin-left: 20px;
  padding-right: 10px;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_l2m-image-text .text-image__wrapper .image-section--right {
    display: none;
  }
}

.customer-styles .template_l2m-image-text .text-image__wrapper .image-section--right .geneva-media-image {
  width: 100%;
}

.customer-styles .template_l2m-image-text.left .text-image__wrapper .text-section--left {
  padding-right: 10px;
  padding-left: 0;
  order: 2;
  margin-left: 10.1694%;
}

@media (max-width: 800px) {
  .customer-styles .template_l2m-image-text.left .text-image__wrapper .text-section--left {
    margin-left: 0;
  }
}

.customer-styles .template_l2m-image-text.left .text-image__wrapper .image-section--right {
  order: 1;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 0;
  margin-right: 20px;
}

.customer-styles .template_l2m-image .article-wrapper .image {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 800px) {
  .customer-styles .template_l2m-image .article-wrapper .image {
    padding-bottom: 33px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.customer-styles .template_l2m-image .article-wrapper .image.overlapp {
  padding-top: 133px;
}

@media (max-width: 800px) {
  .customer-styles .template_l2m-image .article-wrapper .image.overlapp {
    padding-top: 33px;
  }
}

.customer-styles .template_l2m-image .article-wrapper .image img {
  width: 100%;
  height: auto;
  display: block;
}

.customer-styles .template_l2m-image .article-wrapper .youtube-wrapper .video-container {
  min-height: 100%;
  overflow: hidden;
  /* Video Wrapper */
}

.customer-styles .template_l2m-image .article-wrapper .youtube-wrapper .video-container video {
  width: 100%;
}

.customer-styles .template_l2m-image .article-wrapper .youtube-wrapper .video-container img {
  height: 100%;
  width: 100%;
  position: relative;
}

.customer-styles .template_l2m-image .article-wrapper .youtube-wrapper .video-container .only-video {
  min-height: 686px;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_l2m-image .article-wrapper .youtube-wrapper .video-container .only-video {
    min-height: 460px;
  }
}

.customer-styles .template_l2m-image .article-wrapper .youtube-wrapper .video-container .only-video img {
  min-height: 686px;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_l2m-image .article-wrapper .youtube-wrapper .video-container .only-video img {
    min-height: 460px;
  }
}

.customer-styles .template_l2m-image .article-wrapper .youtube-wrapper .video-container .video_wrapper {
  position: relative;
  height: 100%;
  max-width: 1200px;
  background-position: center;
}

.customer-styles .template_l2m-image .article-wrapper .youtube-wrapper .video-container .video_wrapper .video_trigger {
  height: calc(100% - 40px);
  width: calc(100% - 80px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  flex-direction: column;
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_l2m-image .article-wrapper .youtube-wrapper .video-container .video_wrapper .video_trigger {
    width: calc(100% - 20px);
    padding: 20px 10px;
  }
}

.customer-styles .template_l2m-image .article-wrapper .youtube-wrapper .video-container .video_wrapper .video_trigger .tpl-global-text {
  color: #fff;
  padding-bottom: 10px;
}

.customer-styles .template_l2m-image .article-wrapper .youtube-wrapper .video-container .video_wrapper .video_trigger .btn {
  position: relative;
  margin: 0 auto;
  width: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_l2m-image .article-wrapper .youtube-wrapper .video-container .video_wrapper .video_trigger .btn svg {
    height: 65px;
  }
}

.customer-styles .template_l2m-image .article-wrapper .youtube-wrapper .video-container .video_wrapper .video_layer {
  position: relative;
  background-color: black;
  display: none;
  height: 686px;
  width: 100%;
  margin: auto;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_l2m-image .article-wrapper .youtube-wrapper .video-container .video_wrapper .video_layer {
    height: auto;
  }
}

.customer-styles .template_l2m-image .article-wrapper .youtube-wrapper .video-container .video_wrapper .video_layer iframe {
  border: 0px none transparent;
  height: inherit;
  width: 100%;
  vertical-align: middle;
}

.customer-styles .template_l2m-text {
  /* Text Template */
}

.customer-styles .template_l2m-text .article-wrapper .headline-wrapper,
.customer-styles .template_l2m-text .article-wrapper .tpl-global-pre-headline,
.customer-styles .template_l2m-text .article-wrapper .content {
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_l2m-text .article-wrapper .headline-wrapper,
  .customer-styles .template_l2m-text .article-wrapper .tpl-global-pre-headline,
  .customer-styles .template_l2m-text .article-wrapper .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.customer-styles .template_l2m-text .article-wrapper.topoverlapp {
  padding-top: 133px;
}

@media (max-width: 800px) {
  .customer-styles .template_l2m-text .article-wrapper.topoverlapp {
    padding-top: 33px;
  }
}

.customer-styles .template_l2m-text .article-wrapper.bottomoverlapp {
  padding-bottom: 133px;
}

@media (max-width: 800px) {
  .customer-styles .template_l2m-text .article-wrapper.bottomoverlapp {
    padding-bottom: 33px;
  }
}

@media (max-width: 800px) {
  .customer-styles .template_l2m-text .article-wrapper {
    padding-bottom: 33px;
  }
}

.customer-styles .template_l2m-text .article-wrapper .content {
  margin: 0;
}

.customer-styles .template_l2m-text .article-wrapper .content h3 {
  margin: 59px 0 20px 0;
}

@media (max-width: 800px) {
  .customer-styles .template_l2m-text .article-wrapper .content h3 {
    margin: 10px 0 10px 0;
  }
}

.customer-styles .template_l2m-text .article-wrapper .content a[title~="pdf"]::after {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='edefbd34-3abc-4d41-97a6-78b5c334fb74' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 31 25.5' style='enable-background:new 0 0 31 25.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%239A123F;stroke-width:2;stroke-miterlimit:10;%7D .st1%7Bfill:%231D1D1B;stroke:%239A123F;stroke-width:2;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cg%3E%3Cpolyline class='st0' points='29.5,21 29.5,24 1.5,24 1.5,21 '/%3E%3Cg%3E%3Cpath class='st1' d='M15.5,15.8'/%3E%3Cline class='st0' x1='15.5' y1='1' x2='15.5' y2='21'/%3E%3Cpolyline class='st0' points='23,13 15.5,21 8,13 '/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  position: absolute;
  right: -73px;
  top: 12px;
  height: 32px;
  width: 32px;
}

.customer-styles .template_l2m-text .article-wrapper a {
  text-decoration: underline;
}

.customer-styles .template_l2m-text .article-wrapper .h1 a,
.customer-styles .template_l2m-text .article-wrapper .h2 a,
.customer-styles .template_l2m-text .article-wrapper .h3 a,
.customer-styles .template_l2m-text .article-wrapper h2 a,
.customer-styles .template_l2m-text .article-wrapper h3 a,
.customer-styles .template_l2m-text .article-wrapper h4 a {
  color: #9a123f;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
}

.customer-styles .template_l2m-text.background-red {
  background-color: #9a123f;
}

.customer-styles .template_l2m-text.background-red .article-wrapper .h1,
.customer-styles .template_l2m-text.background-red .article-wrapper .h2,
.customer-styles .template_l2m-text.background-red .article-wrapper .h3,
.customer-styles .template_l2m-text.background-red .article-wrapper h2,
.customer-styles .template_l2m-text.background-red .article-wrapper h3,
.customer-styles .template_l2m-text.background-red .article-wrapper h4 {
  color: #fff;
}

.customer-styles .template_l2m-text.background-red .article-wrapper .h1 a,
.customer-styles .template_l2m-text.background-red .article-wrapper .h2 a,
.customer-styles .template_l2m-text.background-red .article-wrapper .h3 a,
.customer-styles .template_l2m-text.background-red .article-wrapper h2 a,
.customer-styles .template_l2m-text.background-red .article-wrapper h3 a,
.customer-styles .template_l2m-text.background-red .article-wrapper h4 a {
  color: #fff;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
}

.customer-styles .template_l2m-text.background-red .article-wrapper .content p,
.customer-styles .template_l2m-text.background-red .article-wrapper .content ul,
.customer-styles .template_l2m-text.background-red .article-wrapper .content ol {
  color: #fff;
}

.customer-styles .template_l2m-text.background-red .article-wrapper .content a.link-appearance-button {
  color: #fff !important;
  border: 2px solid #fff;
}

.customer-styles .template_l2m-text.background-red .article-wrapper .content a.link-appearance-button::after {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='a72040bc-4be2-4f93-b658-2c428707bc5f' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 33.7 19.7' style='enable-background:new 0 0 33.7 19.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;stroke-width:2;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cline class='st0' x1='1' y1='9.9' x2='32' y2='9.9'/%3E%3Cpolyline class='st0' points='23.5,1.4 32,9.9 23.5,18.4 '/%3E%3C/svg%3E%0A");
}

.customer-styles .template_l2m-text.background-red .article-wrapper .content a.link-appearance-button:hover {
  background-color: #fff;
  color: #9a123f !important;
}

.customer-styles .template_l2m-text.background-red .article-wrapper .content a[title~="pdf"]::after {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='af793f4b-d641-4fd4-a61e-5e42958d5b9d' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 31 25.5' style='enable-background:new 0 0 31 25.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;stroke-width:2;stroke-miterlimit:10;%7D .st1%7Bfill:%231D1D1B;stroke:%23FFFFFF;stroke-width:2;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cg%3E%3Cpolyline class='st0' points='29.5,21 29.5,24 1.5,24 1.5,21 '/%3E%3Cg%3E%3Cpath class='st1' d='M15.5,15.8'/%3E%3Cline class='st0' x1='15.5' y1='1' x2='15.5' y2='21'/%3E%3Cpolyline class='st0' points='23,13 15.5,21 8,13 '/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") !important;
}

.customer-styles .template_m2m-banner-startpage .cm-hero-banner-wrapper {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  min-height: 750px;
  height: 84vh;
}

.customer-styles .template_m2m-banner-startpage .cm-hero-banner-wrapper.no-webp {
  background: url(../images/Hero-Newsletter-Marketing.png) no-repeat top right !important;
}

@media (max-width: 800px) {
  .customer-styles .template_m2m-banner-startpage .cm-hero-banner-wrapper {
    height: 100%;
    background: none !important;
    background-color: #F7F9FA;
    padding-bottom: 50px;
    min-height: auto;
  }
  .customer-styles .template_m2m-banner-startpage .cm-hero-banner-wrapper.no-webp {
    background: none !important;
  }
}

@media (max-width: 800px) {
  .customer-styles .template_m2m-banner-startpage .cm-hero-banner-wrapper {
    padding-bottom: 0;
  }
}

.customer-styles .template_m2m-banner-startpage .hero-banner__image img {
  width: 100%;
  display: none;
}

@media (max-width: 800px) {
  .customer-styles .template_m2m-banner-startpage .hero-banner__image img {
    display: block;
  }
}

.customer-styles .template_m2m-banner-startpage .hero-banner__text-wrapper {
  font-family: "Shentox-Regular", Arial, sans-serif;
  max-width: 1200px;
  margin: 0 auto 0px auto;
  width: 100%;
}

.customer-styles .template_m2m-banner-startpage .hero-banner__text-wrapper .text-content {
  position: relative;
  padding-top: 171px;
  width: 75%;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 800px) {
  .customer-styles .template_m2m-banner-startpage .hero-banner__text-wrapper .text-content {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
  }
}

.customer-styles .template_m2m-banner-startpage .hero-banner__text-wrapper .text-content.right {
  margin-left: 21%;
}

@media (min-width: 2048px) {
  .customer-styles .template_m2m-banner-startpage .hero-banner__text-wrapper .text-content.right {
    margin-left: 74%;
  }
}

@media (max-width: 800px) {
  .customer-styles .template_m2m-banner-startpage .hero-banner__text-wrapper .text-content.right {
    margin-left: 0;
  }
}

.customer-styles .template_m2m-banner-startpage .hero-banner__text-wrapper .text-content.right h1,
.customer-styles .template_m2m-banner-startpage .hero-banner__text-wrapper .text-content.right h2,
.customer-styles .template_m2m-banner-startpage .hero-banner__text-wrapper .text-content.right h4,
.customer-styles .template_m2m-banner-startpage .hero-banner__text-wrapper .text-content.right p, .customer-styles .template_m2m-banner-startpage .hero-banner__text-wrapper .text-content.right h3 {
  text-align: right;
}

@media (max-width: 800px) {
  .customer-styles .template_m2m-banner-startpage .hero-banner__text-wrapper .text-content.right h1,
  .customer-styles .template_m2m-banner-startpage .hero-banner__text-wrapper .text-content.right h2,
  .customer-styles .template_m2m-banner-startpage .hero-banner__text-wrapper .text-content.right h4,
  .customer-styles .template_m2m-banner-startpage .hero-banner__text-wrapper .text-content.right p, .customer-styles .template_m2m-banner-startpage .hero-banner__text-wrapper .text-content.right h3 {
    text-align: left;
  }
}

.customer-styles .template_m2m-banner-startpage .hero-banner__text-wrapper .text-content h1 {
  text-align: left;
}

.customer-styles .template_m2m-banner-startpage .hero-banner__text-wrapper .text-content h1 a {
  font-family: 'Shentox-Bold', Arial, sans-serif;
  color: #9a123f;
  text-decoration: none;
}

@media (max-width: 800px) {
  .customer-styles .template_m2m-banner-startpage .hero-banner__text-wrapper .text-content h1 .forecolor {
    color: #9a123f !important;
  }
}

@media (max-width: 800px) {
  .customer-styles .template_m2m-banner-startpage .hero-banner__text-wrapper .text-content h2 .forecolor {
    color: #9a123f !important;
  }
}

@media (max-width: 800px) {
  .customer-styles .template_m2m-banner-startpage .hero-banner__text-wrapper .text-content h4 .forecolor {
    color: #000 !important;
  }
}

.customer-styles .template_m2m-banner-startpage .hero-banner__text-wrapper .text-content p {
  font-style: italic;
  color: #fff;
  text-align: left;
  font-weight: normal;
}

@media (max-width: 800px) {
  .customer-styles .template_m2m-banner-startpage .hero-banner__text-wrapper .text-content p {
    top: 0;
    display: block;
    color: #000;
  }
}

.customer-styles .template_m2m-banner-startpage .hero-banner__text-wrapper .arrow-down {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 50px 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0%;
}

.customer-styles .template_m2m-banner-startpage .hero-banner__text-wrapper .arrow-down svg {
  fill: #fff;
}

.customer-styles .template_m2m-banner-startpage .hero-banner__text-wrapper .arrow-down svg.hide {
  display: none;
}

@media (max-width: 800px) {
  .customer-styles .template_m2m-banner-startpage .hero-banner__text-wrapper .arrow-down {
    display: none;
  }
}

.customer-styles .template_m2m-image-text-with-slider {
  padding-bottom: 133px;
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden;
}

@media (max-width: 800px) {
  .customer-styles .template_m2m-image-text-with-slider {
    padding-bottom: 33px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 800px) {
  .customer-styles .template_m2m-image-text-with-slider a.link-appearance-button {
    white-space: nowrap;
    padding: 22px 18px;
  }
}

.customer-styles .template_m2m-image-text-with-slider a.link-appearance-button[title~="pdf"]:after {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='edefbd34-3abc-4d41-97a6-78b5c334fb74' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 31 25.5' style='enable-background:new 0 0 31 25.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%239A123F;stroke-width:2;stroke-miterlimit:10;%7D .st1%7Bfill:%231D1D1B;stroke:%239A123F;stroke-width:2;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cg%3E%3Cpolyline class='st0' points='29.5,21 29.5,24 1.5,24 1.5,21 '/%3E%3Cg%3E%3Cpath class='st1' d='M15.5,15.8'/%3E%3Cline class='st0' x1='15.5' y1='1' x2='15.5' y2='21'/%3E%3Cpolyline class='st0' points='23,13 15.5,21 8,13 '/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  position: absolute;
  right: -73px;
  top: 12px;
  height: 32px;
  width: 32px;
}

.customer-styles .template_m2m-image-text-with-slider .hidden {
  display: none;
}

@media (max-width: 565px) {
  .customer-styles .template_m2m-image-text-with-slider .hidden {
    display: block;
  }
}

@media (max-width: 565px) {
  .customer-styles .template_m2m-image-text-with-slider .hidden-small {
    display: none;
  }
}

.customer-styles .template_m2m-image-text-with-slider.bg-red {
  background-color: #9a123f;
}

.customer-styles .template_m2m-image-text-with-slider.bg-red .cta {
  padding: 75px 10px 0 10px;
}

@media (max-width: 800px) {
  .customer-styles .template_m2m-image-text-with-slider.bg-red .cta {
    padding: 40px 40px 0 40px;
  }
}

.customer-styles .template_m2m-image-text-with-slider.bg-red .cta .cta-button .cta-text {
  color: #fff !important;
  background-color: #9a123f !important;
  border: 2px solid #fff !important;
}

.customer-styles .template_m2m-image-text-with-slider.bg-red .cta .cta-button .cta-text:hover {
  color: #9a123f !important;
  background-color: #fff !important;
}

.customer-styles .template_m2m-image-text-with-slider.bg-red .cta .cta-button .cta-arrow svg {
  fill: #fff !important;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_m2m-image-text-with-slider.bg-red .cta .cta-button .cta-arrow {
    display: none;
  }
}

.customer-styles .template_m2m-image-text-with-slider.bg-red * {
  color: #fff;
}

.customer-styles .template_m2m-image-text-with-slider.bg-red a.link-appearance-button {
  color: #fff !important;
  border: 2px solid #fff;
}

@media (max-width: 800px) {
  .customer-styles .template_m2m-image-text-with-slider.bg-red a.link-appearance-button {
    white-space: nowrap;
    padding: 22px 18px;
  }
}

.customer-styles .template_m2m-image-text-with-slider.bg-red a.link-appearance-button::after {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='a72040bc-4be2-4f93-b658-2c428707bc5f' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 33.7 19.7' style='enable-background:new 0 0 33.7 19.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;stroke-width:2;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cline class='st0' x1='1' y1='9.9' x2='32' y2='9.9'/%3E%3Cpolyline class='st0' points='23.5,1.4 32,9.9 23.5,18.4 '/%3E%3C/svg%3E%0A");
}

.customer-styles .template_m2m-image-text-with-slider.bg-red a.link-appearance-button:hover {
  background-color: #fff;
  color: #9a123f !important;
}

.customer-styles .template_m2m-image-text-with-slider.bg-red [title~="pdf"]::after {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='af793f4b-d641-4fd4-a61e-5e42958d5b9d' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 31 25.5' style='enable-background:new 0 0 31 25.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;stroke-width:2;stroke-miterlimit:10;%7D .st1%7Bfill:%231D1D1B;stroke:%23FFFFFF;stroke-width:2;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cg%3E%3Cpolyline class='st0' points='29.5,21 29.5,24 1.5,24 1.5,21 '/%3E%3Cg%3E%3Cpath class='st1' d='M15.5,15.8'/%3E%3Cline class='st0' x1='15.5' y1='1' x2='15.5' y2='21'/%3E%3Cpolyline class='st0' points='23,13 15.5,21 8,13 '/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") !important;
}

.customer-styles .template_m2m-image-text-with-slider .text-image__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 800px) {
  .customer-styles .template_m2m-image-text-with-slider .text-image__wrapper {
    flex-direction: column;
  }
}

.customer-styles .template_m2m-image-text-with-slider .text-image__wrapper.overlapp {
  padding-top: 133px;
}

@media (max-width: 800px) {
  .customer-styles .template_m2m-image-text-with-slider .text-image__wrapper.overlapp {
    padding-top: 33px;
  }
}

.customer-styles .template_m2m-image-text-with-slider .text-image__wrapper .text-section--left {
  width: 49.1527%;
  padding-left: 10px;
}

@media (max-width: 800px) {
  .customer-styles .template_m2m-image-text-with-slider .text-image__wrapper .text-section--left {
    width: 100%;
    padding-left: 0;
  }
}

.customer-styles .template_m2m-image-text-with-slider .text-image__wrapper .text-section--left .text-section__inner h3.tpl-inner-headline {
  font-family: 'Shentox-Bold', Arial, sans-serif;
  word-wrap: break-word;
}

.customer-styles .template_m2m-image-text-with-slider .text-image__wrapper .text-section--left .text-section__inner h4.tpl-global-pre-headline {
  font-family: 'Shentox-Regular', Arial, sans-serif;
  font-style: italic;
  word-wrap: break-word;
}

.customer-styles .template_m2m-image-text-with-slider .text-image__wrapper .text-section--left .text-section__inner .tpl-global-text {
  font-family: 'Shentox-Light', Arial, sans-serif;
}

.customer-styles .template_m2m-image-text-with-slider .text-image__wrapper .text-section--left .text-section__inner .button-area .cta {
  padding: 75px 10px 0 10px;
}

@media (max-width: 800px) {
  .customer-styles .template_m2m-image-text-with-slider .text-image__wrapper .text-section--left .text-section__inner .button-area .cta {
    padding: 40px 40px 0 40px;
  }
}

.customer-styles .template_m2m-image-text-with-slider .text-image__wrapper .text-section--left .text-section__inner .button-area .cta .cta-text {
  color: #9a123f;
  background-color: #fff;
  border: 2px solid #9a123f;
}

.customer-styles .template_m2m-image-text-with-slider .text-image__wrapper .text-section--left .text-section__inner .button-area .cta .cta-text:hover {
  color: #fff;
  background-color: #9a123f;
}

.customer-styles .template_m2m-image-text-with-slider .text-image__wrapper .text-section--left .text-section__inner .button-area .cta .cta-arrow svg {
  fill: #9a123f;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_m2m-image-text-with-slider .text-image__wrapper .text-section--left .text-section__inner .button-area .cta .cta-arrow {
    display: none;
  }
}

.customer-styles .template_m2m-image-text-with-slider .text-image__wrapper .image-section--right {
  cursor: pointer;
  overflow: hidden;
  margin-right: 10px;
  width: 40.6779%;
  margin-left: 10.1694%;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_m2m-image-text-with-slider .text-image__wrapper .image-section--right {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.customer-styles .template_m2m-image-text-with-slider .text-image__wrapper .image-section--right .geneva-media-image {
  width: 100%;
}

.customer-styles .template_m2m-image-text-with-slider .text-image__wrapper .image-section--right.bg-red .slideshow-dots .slideshow-dot:hover {
  background-color: #2e2d2c;
}

.customer-styles .template_m2m-image-text-with-slider .text-image__wrapper .image-section--right.bg-red .slideshow-dots .active {
  background-color: #2e2d2c;
}

.customer-styles .template_m2m-image-text-with-slider .text-image__wrapper .image-section--right .slideshow-dots {
  text-align: center;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_m2m-image-text-with-slider .text-image__wrapper .image-section--right .slideshow-dots {
    padding-bottom: 15px;
  }
}

.customer-styles .template_m2m-image-text-with-slider .text-image__wrapper .image-section--right .slideshow-dots .slideshow-dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 15px 7px 0;
  background-color: #d7d7d7;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.4s ease;
}

.customer-styles .template_m2m-image-text-with-slider .text-image__wrapper .image-section--right .slideshow-dots .slideshow-dot:hover {
  background-color: #9a123f;
}

.customer-styles .template_m2m-image-text-with-slider .text-image__wrapper .image-section--right .slideshow-dots .active {
  background-color: #9a123f;
}

.customer-styles .template_m2m-image-text-with-slider.left .text-image__wrapper .text-section--left {
  order: 2;
  margin-left: 10.1694%;
  padding-right: 10px;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_m2m-image-text-with-slider.left .text-image__wrapper .text-section--left {
    order: 1;
    margin-left: 0;
  }
}

.customer-styles .template_m2m-image-text-with-slider.left .text-image__wrapper .text-section--left .text-section__inner .button-area .cta {
  padding: 75px 10px 0 10px;
}

@media (max-width: 800px) {
  .customer-styles .template_m2m-image-text-with-slider.left .text-image__wrapper .text-section--left .text-section__inner .button-area .cta {
    padding: 40px 40px 0 40px;
  }
}

.customer-styles .template_m2m-image-text-with-slider.left .text-image__wrapper .text-section--left .text-section__inner .button-area .cta .cta-text {
  color: #9a123f;
  background-color: #fff;
  border: 2px solid #9a123f;
}

.customer-styles .template_m2m-image-text-with-slider.left .text-image__wrapper .text-section--left .text-section__inner .button-area .cta .cta-text:hover {
  color: #fff;
  background-color: #9a123f;
}

.customer-styles .template_m2m-image-text-with-slider.left .text-image__wrapper .text-section--left .text-section__inner .button-area .cta .cta-arrow svg {
  fill: #9a123f;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_m2m-image-text-with-slider.left .text-image__wrapper .text-section--left .text-section__inner .button-area .cta .cta-arrow {
    display: none;
  }
}

.customer-styles .template_m2m-image-text-with-slider.left .image-section--right {
  order: 1;
  margin-left: 10px;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_m2m-image-text-with-slider.left .image-section--right {
    order: 2;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 33px;
  }
}

.customer-styles .template_m2m-image-text-with-slider .image-container {
  white-space: nowrap;
  transition: ease 1000ms;
}

.customer-styles .template_m2m-image-text-with-slider .image-container .single-image {
  display: inline-block;
  width: 100%;
  padding: 1px;
  box-sizing: border-box;
}

.customer-styles .template_m2m-list-element .article-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  padding-bottom: 60px;
}

@media (max-width: 1024px) {
  .customer-styles .template_m2m-list-element .article-wrapper {
    padding: 0 10px 60px;
  }
}

@media (max-width: 800px) {
  .customer-styles .template_m2m-list-element .article-wrapper {
    padding: 0 10px 33px;
    max-width: 396px;
  }
}

.customer-styles .template_m2m-list-element .article-wrapper .tpl-global-headline.h2 {
  padding-left: 10px;
  padding-right: 10px;
}

.customer-styles .template_m2m-list-element .article-wrapper.topoverlapp {
  padding-top: 133px;
}

@media (max-width: 800px) {
  .customer-styles .template_m2m-list-element .article-wrapper.topoverlapp {
    padding-top: 33px;
  }
}

.customer-styles .template_m2m-list-element .article-wrapper.bottomoverlapp {
  padding-bottom: 133px;
}

@media (max-width: 800px) {
  .customer-styles .template_m2m-list-element .article-wrapper.bottomoverlapp {
    padding-bottom: 33px;
  }
}

.customer-styles .template_m2m-list-element .article-wrapper .list-container {
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 800px) {
  .customer-styles .template_m2m-list-element .article-wrapper .list-container {
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 1200px;
  }
}

.customer-styles .template_m2m-list-element .article-wrapper .list-container a:hover .list-item {
  background: #9a123f;
  color: #fff !important;
}

.customer-styles .template_m2m-list-element .article-wrapper .list-container a:hover .list-item .tpl-global-headline {
  color: #fff;
}

.customer-styles .template_m2m-list-element .article-wrapper .list-container a:hover .list-item .tpl-global-text2 {
  color: #fff;
}

.customer-styles .template_m2m-list-element .article-wrapper .list-container .list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
  text-decoration: none;
  color: #000;
  align-items: center;
  width: 100%;
}

.customer-styles .template_m2m-list-element .article-wrapper .list-container .list .arrow {
  display: flex;
  margin: 0 28px 0 40px;
}

@media (max-width: 800px) {
  .customer-styles .template_m2m-list-element .article-wrapper .list-container .list .arrow {
    display: none;
  }
}

.customer-styles .template_m2m-list-element .article-wrapper .list-container .list .arrow.hide {
  display: none;
}

.customer-styles .template_m2m-list-element .article-wrapper .list-container .list .arrow::after {
  content: '';
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 33.4 19.4' style='enable-background:new 0 0 33.4 19.4;' xml:space='preserve' width='32' height='32' fill='%239a123f'%3E%3Cpolygon points='23.7,0 22.3,1.4 29.6,8.7 0,8.7 0,10.7 29.6,10.7 22.3,18 23.7,19.4 33.4,9.7 '%3E%3C/polygon%3E%3C/svg%3E");
}

.customer-styles .template_m2m-list-element .article-wrapper .list-container .list .list-item {
  position: relative;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 40px;
  border: 1px solid #9a123f;
}

@media (max-width: 1024px) {
  .customer-styles .template_m2m-list-element .article-wrapper .list-container .list .list-item {
    padding: 30px 25px;
  }
}

@media (max-width: 800px) {
  .customer-styles .template_m2m-list-element .article-wrapper .list-container .list .list-item {
    width: 100%;
    padding: 20px 25px;
  }
}

.customer-styles .template_m2m-list-element .article-wrapper .list-container .list .list-item .list-item-textbox {
  text-align: left;
  display: block;
  flex: 1;
}

.customer-styles .template_m2m-list-element .article-wrapper .list-container .list .list-item .list-item-textbox .list-headline {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 800px) {
  .customer-styles .template_m2m-list-element .article-wrapper .list-container .list .list-item .list-item-textbox .list-headline {
    flex-wrap: wrap;
  }
  .customer-styles .template_m2m-list-element .article-wrapper .list-container .list .list-item .list-item-textbox .list-headline .item-text {
    margin-bottom: 0;
  }
}

.customer-styles .template_m2m-list-element .article-wrapper .list-container .list .list-item .list-item-textbox .list-headline .item-text:first-child {
  margin: 0 40px 0 0;
}

@media (max-width: 800px) {
  .customer-styles .template_m2m-list-element .article-wrapper .list-container .list .list-item .list-item-textbox .list-headline .item-text:first-child {
    margin: 0 0 15px 0;
  }
}

.customer-styles .template_m2m-list-element.background-white {
  background-color: #fff;
}

.customer-styles .template_m2m-list-element.background-white .theme-background-color {
  background-color: unset;
}

.customer-styles .template_m2m-list-element.background-red {
  background-color: #9a123f;
}

.customer-styles .template_m2m-list-element.background-red .theme-background-color {
  background-color: unset;
}

.customer-styles .template_m2m-list-element.background-red .article-wrapper .tpl-global-headline {
  color: #fff;
}

.customer-styles .template_m2m-list-element.background-red .article-wrapper .list-container .list a:hover .list-item {
  background: #9a123f;
  color: #fff !important;
  border-color: #fff;
}

.customer-styles .template_m2m-list-element.background-red .article-wrapper .list-container .list a:hover .list-item .tpl-global-headline {
  color: #fff;
}

.customer-styles .template_m2m-list-element.background-red .article-wrapper .list-container .list .list-item {
  background-color: #fff;
}

.customer-styles .template_m2m-list-element.background-red .article-wrapper .list-container .list .list-item .tpl-global-headline {
  color: #9a123f;
}

.customer-styles .template_m2m-list-element.background-red .article-wrapper .list-container .list .list-item .list-item-textbox .global-headline {
  color: #9a123f;
}

.customer-styles .template_m2m-list-element.background-red .article-wrapper .list-container .list .arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 33.4 19.4' style='enable-background:new 0 0 33.4 19.4;' xml:space='preserve' width='32' height='32' fill='%23ffffff'%3E%3Cpolygon points='23.7,0 22.3,1.4 29.6,8.7 0,8.7 0,10.7 29.6,10.7 22.3,18 23.7,19.4 33.4,9.7 '%3E%3C/polygon%3E%3C/svg%3E");
}

.customer-styles .template_m2m-news-box {
  /* Newsbox Template */
}

.customer-styles .template_m2m-news-box {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 61px;
  padding: 70px 68px 70px 68px;
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 50%;
  background-origin: center;
}

.customer-styles .template_m2m-news-box.red {
  background-color: #9a123f !important;
}

.customer-styles .template_m2m-news-box.grey {
  background-color: #2e2d2c !important;
}

.customer-styles .template_m2m-news-box.grey .cta-text:hover {
  color: #2e2d2c !important;
}

.customer-styles .template_m2m-news-box.grey .cta-button:hover .cta-text {
  color: #2e2d2c !important;
}

@media only screen and (max-width: 1400px) {
  .customer-styles .template_m2m-news-box {
    padding: 70px 68px 70px 68px;
  }
}

@media only screen and (max-width: 1200px) {
  .customer-styles .template_m2m-news-box {
    padding: 60px 58px 60px 58px;
  }
}

@media only screen and (max-width: 1024px) {
  .customer-styles .template_m2m-news-box {
    padding: 40px 38px 40px 38px;
  }
}

@media only screen and (max-width: 768px) {
  .customer-styles .template_m2m-news-box {
    padding: 50px 48px 50px 48px;
    order: 2;
  }
  .customer-styles .template_m2m-news-box {
    order: 1;
  }
}

@media only screen and (max-width: 450px) {
  .customer-styles .template_m2m-news-box {
    padding: 40px 38px 40px 38px;
  }
}

.customer-styles .template_m2m-news-box i {
  font-style: italic;
}

.customer-styles .template_m2m-news-box .cta .cta-button:hover .cta-text {
  color: #9a123f;
}

.customer-styles .template_m2m-news-box h2 {
  display: inline-block;
  color: #fff;
  padding: 0;
  margin: 0;
}

.customer-styles .template_m2m-news-box h2.pre-headline-mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .customer-styles .template_m2m-news-box h2.pre-headline-mobile {
    display: inline-block;
  }
}

.customer-styles .template_m2m-news-box .date {
  margin: 0;
  padding: 0;
  color: #fff;
}

.customer-styles .template_m2m-news-box .text {
  color: #fff;
  padding: 0;
  max-width: 620px;
  margin: 50px 0 60px 0;
}

@media only screen and (max-width: 1024px) {
  .customer-styles .template_m2m-news-box .text {
    margin: 35px 0 40px 0;
  }
}

.customer-styles .template_m2m-news-box .text b {
  color: #fff;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_m2m-news-box .cta .cta-text {
    margin-right: 0;
  }
  .customer-styles .template_m2m-news-box .cta .cta-arrow {
    display: none;
  }
}

.customer-styles .template_m2m-news-box .pre-headline,
.customer-styles .template_m2m-news-box .pre-headline-mobile {
  font-family: 'Shentox-Medium', Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  padding: 0;
  margin: 6px 0 0 0;
  border-bottom: 2px solid #fff;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.070em;
}

.customer-styles .template_m2m-news-box .pre-headline.pre-headline-mobile,
.customer-styles .template_m2m-news-box .pre-headline-mobile.pre-headline-mobile {
  display: none;
}

@media only screen and (max-width: 1400px) {
  .customer-styles .template_m2m-news-box .pre-headline,
  .customer-styles .template_m2m-news-box .pre-headline-mobile {
    margin: 3px 0 0 0;
  }
}

@media only screen and (max-width: 1024px) {
  .customer-styles .template_m2m-news-box .pre-headline,
  .customer-styles .template_m2m-news-box .pre-headline-mobile {
    font-size: 16px;
    line-height: 23px;
    margin: 6px 0 0 0;
  }
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_m2m-news-box .pre-headline,
  .customer-styles .template_m2m-news-box .pre-headline-mobile {
    font-size: 14px;
    line-height: 20px;
  }
  .customer-styles .template_m2m-news-box .pre-headline.pre-headline-mobile,
  .customer-styles .template_m2m-news-box .pre-headline-mobile.pre-headline-mobile {
    display: inline-block;
  }
}

.customer-styles .template_m2m-news-box .headline {
  display: flex;
  flex-direction: row;
}

.customer-styles .template_m2m-news-box .headline .date {
  box-sizing: border-box;
  width: 90px;
  min-width: 90px;
  max-width: 90px;
  height: 79px;
  margin: 45px 30px 0 0;
  border: 2px solid #fff;
  text-align: center;
  padding-bottom: 86px;
}

@media only screen and (max-width: 1400px) {
  .customer-styles .template_m2m-news-box .headline .date {
    margin: 41px 30px 0 0;
  }
}

@media only screen and (max-width: 1024px) {
  .customer-styles .template_m2m-news-box .headline .date {
    display: none;
  }
}

.customer-styles .template_m2m-news-box .headline .date .day {
  font-family: 'Shentox-Bold', Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 41px;
  margin-top: 11px;
  line-height: 41px;
}

.customer-styles .template_m2m-news-box .headline .date .month {
  font-family: 'Shentox-Medium', Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 21px;
  margin: 0 0 19px 0;
  line-height: 21px;
}

.customer-styles .template_m2m-news-box .headline .title {
  flex: 1;
  font-family: 'Shentox-Bold', Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  margin: 30px 0 0 0;
  word-wrap: break-word;
  font-size: 42px;
  line-height: 60px;
  letter-spacing: 0.072em;
}

@media only screen and (max-width: 1400px) {
  .customer-styles .template_m2m-news-box .headline .title {
    font-size: 34px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 1024px) {
  .customer-styles .template_m2m-news-box .headline .title {
    font-size: 34px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_m2m-news-box .headline .title {
    font-size: 22px;
    line-height: 30px;
  }
}

.customer-styles .template_m2m-news-box .text {
  color: #fff;
  padding: 0;
  max-width: 620px;
  margin: 50px 0 60px 0;
}

@media only screen and (max-width: 1024px) {
  .customer-styles .template_m2m-news-box .text {
    margin: 35px 0 40px 0;
  }
}

@media only screen and (max-width: 768px) {
  .customer-styles .template_m2m-news-box.empty {
    display: none;
  }
}

.customer-styles .template_news-box-image {
  /* Newsbox Template */
}

.customer-styles .template_news-box-image {
  background-color: #9a123f;
}

.customer-styles .template_news-box-image.imageBg {
  background-color: #3c3c3c;
  background-blend-mode: overlay !important;
}

.customer-styles .template_news-box-image .top .intro-news {
  display: flex;
  color: #fff;
  margin-bottom: 50px;
  min-height: 33px;
}

.customer-styles .template_news-box-image .top .intro-news .category {
  text-align: right;
  flex: 1;
}

.customer-styles .template_news-box-image .top .intro-news .category::after {
  cursor: pointer;
  display: inline-block;
  text-decoration: underline;
  text-underline-position: under;
}

.customer-styles .template_news-box-image .top .intro-news .category.success::after {
  content: 'Success Story';
}

.customer-styles .template_news-box-image .top .intro-news .category.events::after {
  content: 'Events';
}

.customer-styles .template_news-box-image .top .intro-news .category.intern::after {
  content: 'ATRIVIO intern';
}

.customer-styles .template_news-box-image .top .intro-news .category.facts::after {
  content: 'Digital Facts';
}

.customer-styles .template_news-box-image .top .intro-news .category.product-news::after {
  content: 'Product News';
}

.customer-styles .template_news-box-image .top .intro-news .category.no-filter::after {
  cursor: auto;
}

.customer-styles .template_news-box-with-date {
  background-color: #9a123f;
  background-image: none;
}

.customer-styles .template_news-box-with-date.bg-gray {
  background-color: #2e2d2c;
}

.customer-styles .template_news-box-with-date.bg-gray .cta-button:hover .cta-text {
  color: #2e2d2c !important;
}

.customer-styles .template_news-box-with-date .top h2 {
  display: inline-block;
  color: #fff;
  padding: 0;
  margin: 0;
}

.customer-styles .template_news-box-with-date .top .intro-news {
  display: flex !important;
  color: #fff;
  margin-bottom: 50px;
  min-height: 33px;
}

.customer-styles .template_news-box-with-date .top .intro-news .category {
  text-align: right;
  flex: 1;
}

.customer-styles .template_news-box-with-date .top .intro-news .category::after {
  cursor: pointer;
  display: inline-block;
  text-decoration: underline;
  text-underline-position: under;
}

.customer-styles .template_news-box-with-date .top .intro-news .category.success::after {
  content: 'Success Story';
}

.customer-styles .template_news-box-with-date .top .intro-news .category.events::after {
  content: 'Events';
}

.customer-styles .template_news-box-with-date .top .intro-news .category.intern::after {
  content: 'ATRIVIO intern';
}

.customer-styles .template_news-box-with-date .top .intro-news .category.facts::after {
  content: 'Digital Facts';
}

.customer-styles .template_news-box-with-date .top .intro-news .category.product-news::after {
  content: 'Product News';
}

.customer-styles .template_news-box-with-date .top .intro-news .category.no-filter::after {
  cursor: auto;
}

.customer-styles .template_news-box-without-date {
  background-color: #9a123f;
  background-image: none;
}

.customer-styles .template_news-box-without-date.bg-gray {
  background-color: #2e2d2c;
}

.customer-styles .template_news-box-without-date.bg-gray .cta-button:hover .cta-text {
  color: #2e2d2c !important;
}

.customer-styles .template_news-box-without-date.imageBg {
  background-color: #3c3c3c;
  background-blend-mode: overlay;
}

.customer-styles .template_news-box-without-date .top .intro-news {
  display: flex !important;
  color: #fff;
  margin-bottom: 50px;
  min-height: 33px;
}

.customer-styles .template_news-box-without-date .top .intro-news .category {
  text-align: right;
  flex: 1;
}

.customer-styles .template_news-box-without-date .top .intro-news .category::after {
  cursor: pointer;
  display: inline-block;
  text-decoration: underline;
  text-underline-position: under;
}

.customer-styles .template_news-box-without-date .top .intro-news .category.success::after {
  content: 'Success Story';
}

.customer-styles .template_news-box-without-date .top .intro-news .category.events::after {
  content: 'Events';
}

.customer-styles .template_news-box-without-date .top .intro-news .category.intern::after {
  content: 'ATRIVIO intern';
}

.customer-styles .template_news-box-without-date .top .intro-news .category.facts::after {
  content: 'Digital Facts';
}

.customer-styles .template_news-box-without-date .top .intro-news .category.product-news::after {
  content: 'Product News';
}

.customer-styles .template_news-box-without-date .top .intro-news .category.no-filter::after {
  cursor: auto;
}

.customer-styles .template_news-box-without-date .top .border {
  border-bottom: 2px solid #fff;
}

.customer-styles .template_news-box-without-date .top .border.hide {
  display: none;
}

.customer-styles .template_news-box {
  /* Newsbox Template */
}

.customer-styles .template_news-box.template_news-box.news-box {
  display: grid;
  grid-template-columns: minmax(100%, 500px);
  grid-template-rows: 91% 61px;
  padding: 40px 20px 40px 20px;
  order: 2;
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 50%;
  background-origin: center;
}

@media only screen and (min-width: 800px) {
  .customer-styles .template_news-box.template_news-box.news-box {
    padding: 60px 58px 60px 58px;
    order: unset;
  }
}

@media only screen and (min-width: 1024px) {
  .customer-styles .template_news-box.template_news-box.news-box {
    padding: 60px 68px 60px 68px;
  }
}

.customer-styles .template_news-box.template_news-box.news-box i {
  font-style: italic;
}

.customer-styles .template_news-box.template_news-box.news-box .cta .cta-button:hover .cta-text {
  color: #9a123f;
}

.customer-styles .template_news-box.template_news-box.news-box h1, .customer-styles .template_news-box.template_news-box.news-box h2 {
  display: inline-block;
  color: #fff;
  padding: 0;
  margin-bottom: 20px;
}

.customer-styles .template_news-box.template_news-box.news-box .text {
  color: #fff;
  padding: 0;
  margin: 20px 0 60px 0;
}

@media only screen and (max-width: 1024px) {
  .customer-styles .template_news-box.template_news-box.news-box .text {
    margin: 35px 0 40px 0;
  }
}

.customer-styles .template_news-box.template_news-box.news-box .text b {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .customer-styles .template_news-box.template_news-box.news-box .cta .cta-text {
    margin-right: 40px;
  }
  .customer-styles .template_news-box.template_news-box.news-box .cta .cta-arrow {
    display: inline-block;
  }
}

.customer-styles .template_news-box.template_news-box.news-box.masterclass {
  background: #9a123f;
}

.customer-styles .template_news-box.template_news-box.news-box.masterclass .top .intro-news {
  display: flex;
  color: #fff;
  min-height: 33px;
  margin-bottom: 50px;
}

.customer-styles .template_news-box.template_news-box.news-box.masterclass .top .intro-news .category {
  text-align: right;
  flex: 1;
}

.customer-styles .template_news-box.template_news-box.news-box.masterclass .top .intro-news .category::after {
  cursor: pointer;
  display: inline-block;
  text-decoration: underline;
  text-underline-position: under;
}

.customer-styles .template_news-box.template_news-box.news-box.masterclass .top .intro-news .category.success::after {
  content: 'Success Story';
}

.customer-styles .template_news-box.template_news-box.news-box.masterclass .top .intro-news .category.events::after {
  content: 'Events';
}

.customer-styles .template_news-box.template_news-box.news-box.masterclass .top .intro-news .category.intern::after {
  content: 'ATRIVIO intern';
}

.customer-styles .template_news-box.template_news-box.news-box.masterclass .top .intro-news .category.facts::after {
  content: 'Digital Facts';
}

.customer-styles .template_news-box.template_news-box.news-box.masterclass .top .intro-news .category.product-news::after {
  content: 'Product News';
}

.customer-styles .template_news-box.template_news-box.news-box.masterclass .top .intro-news .category.no-filter::after {
  cursor: auto;
}

.customer-styles .template_news-box.template_news-box.news-box.masterclass .subheadline {
  font-family: 'Shentox-Medium', Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  padding: 0;
  border-bottom: 2px solid #fff;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.070em;
}

@media only screen and (max-width: 1400px) {
  .customer-styles .template_news-box.template_news-box.news-box.masterclass .subheadline {
    margin: 3px 0 0 0;
  }
}

@media only screen and (max-width: 1024px) {
  .customer-styles .template_news-box.template_news-box.news-box.masterclass .subheadline {
    font-size: 16px;
    line-height: 23px;
    margin: 6px 0 0 0;
  }
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_news-box.template_news-box.news-box.masterclass .subheadline {
    font-size: 14px;
    line-height: 20px;
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_news-box.template_news-box.news-box.empty {
    display: none;
  }
}

.customer-styles .template_numbers {
  /* Text Template */
}

.customer-styles .template_numbers.team-numbers {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}

.customer-styles .template_numbers.team-numbers .article-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.customer-styles .template_numbers.team-numbers .article-wrapper.topoverlapp {
  padding-top: 133px;
}

@media (max-width: 800px) {
  .customer-styles .template_numbers.team-numbers .article-wrapper.topoverlapp {
    padding-top: 33px;
  }
}

.customer-styles .template_numbers.team-numbers .article-wrapper.bottomoverlapp {
  padding-bottom: 133px;
}

@media (max-width: 800px) {
  .customer-styles .template_numbers.team-numbers .article-wrapper.bottomoverlapp {
    padding-bottom: 33px;
  }
}

@media (max-width: 800px) {
  .customer-styles .template_numbers.team-numbers .article-wrapper {
    padding-bottom: 33px;
  }
}

.customer-styles .template_numbers.team-numbers .article-wrapper .row {
  display: flex;
  flex-direction: row;
  margin-bottom: 140px;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_numbers.team-numbers .article-wrapper .row {
    margin-bottom: 40px;
  }
}

.customer-styles .template_numbers.team-numbers .article-wrapper .row.last {
  margin-bottom: 0;
}

.customer-styles .template_numbers.team-numbers .article-wrapper .row.swapped {
  flex-direction: row-reverse;
}

.customer-styles .template_numbers.team-numbers .article-wrapper .row.swapped .left.indent-right {
  margin-right: 0;
  margin-left: calc(4.2904290429vw + 2.049505px);
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_numbers.team-numbers .article-wrapper .row.swapped .left.indent-right {
    margin-left: 0;
  }
}

.customer-styles .template_numbers.team-numbers .article-wrapper .row.swapped .right.indent-right {
  margin-right: 0;
  margin-left: calc(4.2904290429vw + 2.049505px);
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_numbers.team-numbers .article-wrapper .row.swapped .right.indent-right {
    margin-left: 0;
  }
}

.customer-styles .template_numbers.team-numbers .article-wrapper .row .left.empty.left-empty,
.customer-styles .template_numbers.team-numbers .article-wrapper .row .left.left-empty {
  flex: 1;
}

.customer-styles .template_numbers.team-numbers .article-wrapper .row .left.empty .right.left-empty,
.customer-styles .template_numbers.team-numbers .article-wrapper .row .left .right.left-empty {
  flex: 1;
}

.customer-styles .template_numbers.team-numbers .article-wrapper .row .left.indent-left {
  margin-left: calc(4.2904290429vw + 2.049505px);
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_numbers.team-numbers .article-wrapper .row .left.indent-left {
    margin-left: 0;
  }
}

.customer-styles .template_numbers.team-numbers .article-wrapper .row .right.indent-left {
  margin-left: calc(4.2904290429vw + 2.049505px);
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_numbers.team-numbers .article-wrapper .row .right.indent-left {
    margin-left: 0;
  }
}

.customer-styles .template_numbers.team-numbers .article-wrapper .row .right .team-number,
.customer-styles .template_numbers.team-numbers .article-wrapper .row .left .team-number {
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 480px;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_numbers.team-numbers .article-wrapper .row .right .team-number,
  .customer-styles .template_numbers.team-numbers .article-wrapper .row .left .team-number {
    margin-bottom: 40px;
    width: 100%;
  }
}

.customer-styles .template_numbers.team-numbers .article-wrapper .row .right .team-number .title,
.customer-styles .template_numbers.team-numbers .article-wrapper .row .left .team-number .title {
  font-family: "Shentox-Regular", Arial, sans-serif;
  color: #000;
  margin-bottom: 30px;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_numbers.team-numbers .article-wrapper .row .right .team-number .title,
  .customer-styles .template_numbers.team-numbers .article-wrapper .row .left .team-number .title {
    margin-bottom: 10px;
  }
}

.customer-styles .template_numbers.team-numbers .article-wrapper .row .right .team-number .number,
.customer-styles .template_numbers.team-numbers .article-wrapper .row .left .team-number .number {
  font-family: "Shentox-Bold", Arial, sans-serif;
  color: #9a123f;
}

.customer-styles .template_numbers.team-numbers .article-wrapper .row .right .team-number .description,
.customer-styles .template_numbers.team-numbers .article-wrapper .row .left .team-number .description {
  font-family: "Shentox-Regular", Arial, sans-serif;
  color: #000;
  margin-top: 30px;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_numbers.team-numbers .article-wrapper .row .right .team-number .description,
  .customer-styles .template_numbers.team-numbers .article-wrapper .row .left .team-number .description {
    margin-top: 10px;
  }
}

.customer-styles .template_teaser-title {
  /* Text Template */
}

.customer-styles .template_teaser-title.text {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}

.customer-styles .template_teaser-title.text .article-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.customer-styles .template_teaser-title.text .article-wrapper.topoverlapp {
  padding-top: 133px;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_teaser-title.text .article-wrapper.topoverlapp {
    padding-top: 33px;
  }
}

.customer-styles .template_teaser-title.text .article-wrapper.bottomoverlapp {
  padding-bottom: 133px;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_teaser-title.text .article-wrapper.bottomoverlapp {
    padding-bottom: 33px;
  }
}

.customer-styles .template_teaser-title.text .article-wrapper h1,
.customer-styles .template_teaser-title.text .article-wrapper h2 {
  color: #9a123f;
  padding: 0;
}

.customer-styles .template_teaser-title.text .article-wrapper .content {
  display: flex;
  flex-direction: row;
}

.customer-styles .template_teaser-title.text .article-wrapper .content .arrow {
  margin-top: 11px;
  width: 100px;
}

@media (max-width: 800px) {
  .customer-styles .template_teaser-title.text .article-wrapper .content .arrow {
    display: none;
  }
}

.customer-styles .template_teaser-title.text .article-wrapper .content .arrow svg.hide {
  display: none;
}

.customer-styles .template_teaser-title.text .article-wrapper .content .right {
  flex: 1;
}

.customer-styles .template_teaser-title.text .article-wrapper .content .right .text {
  max-width: 980px;
}

.customer-styles .template_teaser-title.text .article-wrapper .content .right .cta {
  margin-bottom: calc(5.52805vw + 17.54455px);
}

.customer-styles .template_text-image-overlay {
  /* Text Image Overlay Template */
}

.customer-styles .template_text-image-overlay {
  background-color: #fff;
}

.customer-styles .template_text-image-overlay.background-gray {
  background-color: #e5e5e5;
}

.customer-styles .template_text-image-overlay .overlay {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.customer-styles .template_text-image-overlay .overlay.top {
  padding-top: 140px;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_text-image-overlay .overlay.top {
    padding-top: 40px;
  }
}

.customer-styles .template_text-image-overlay .overlay.bottom {
  padding-bottom: 140px;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_text-image-overlay .overlay.bottom {
    padding-bottom: 40px;
  }
}

.customer-styles .template_text-image-overlay .overlay .row {
  display: flex;
}

.customer-styles .template_text-image-overlay .overlay .column {
  float: left;
  min-height: 5vh;
  height: auto;
  flex: 1;
  position: relative;
}

.customer-styles .template_text-image-overlay .overlay .column .overlapp {
  width: calc(calc(1200px / 12) * 7);
  position: relative;
}

@media screen and (max-width: 1180px) {
  .customer-styles .template_text-image-overlay .overlay .column .overlapp {
    width: unset;
  }
}

.customer-styles .template_text-image-overlay .overlay .left {
  width: 50%;
}

.customer-styles .template_text-image-overlay .overlay .left .overlapp {
  float: left;
}

.customer-styles .template_text-image-overlay .overlay .left .overlapp img {
  max-width: 100%;
  max-height: 100%;
  padding-left: 10px;
}

@media screen and (max-width: 1180px) {
  .customer-styles .template_text-image-overlay .overlay .left .overlapp img {
    padding-left: 10px;
  }
}

@media screen and (max-width: 1180px) {
  .customer-styles .template_text-image-overlay .overlay .left .overlapp {
    width: calc(calc(100vw / 12) * 8);
  }
}

.customer-styles .template_text-image-overlay .overlay .right {
  width: 50%;
  display: flex;
}

.customer-styles .template_text-image-overlay .overlay .right .overlapp {
  float: right;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.customer-styles .template_text-image-overlay .overlay .right .overlapp h1,
.customer-styles .template_text-image-overlay .overlay .right .overlapp .h1 {
  margin: 0;
  overflow: hidden;
}

@media screen and (min-width: 1180px) {
  .customer-styles .template_text-image-overlay .overlay .right .overlapp h1,
  .customer-styles .template_text-image-overlay .overlay .right .overlapp .h1 {
    padding-right: 10px;
  }
}

@media (max-width: 1180px) and (min-width: 800px) {
  .customer-styles .template_text-image-overlay .overlay .right .overlapp h1,
  .customer-styles .template_text-image-overlay .overlay .right .overlapp .h1 {
    font-size: 8vw;
    line-height: 120%;
  }
}

@media screen and (max-width: 1180px) {
  .customer-styles .template_text-image-overlay .overlay .right .overlapp {
    width: calc(calc(100vw / 12) * 6.5);
  }
}

.customer-styles .template_text-image-overlay .overlay .row:after {
  content: "";
  display: table;
  clear: both;
}

.customer-styles .template_text-image-overlay .overlay .text-row {
  display: flex;
  padding: 60px 0 0 0;
}

.customer-styles .template_text-image-overlay .overlay .text-row .text-column {
  float: left;
}

.customer-styles .template_text-image-overlay .overlay .text-row .text-column.left {
  flex-basis: calc(calc(1200px / 12) * 4);
}

.customer-styles .template_text-image-overlay .overlay .text-row .text-column.middle {
  flex-basis: calc(calc(1200px / 12) * 6);
}

.customer-styles .template_text-image-overlay .overlay .text-row .text-column.right {
  flex-basis: calc(calc(1200px / 12) * 2);
}

@media screen and (max-width: 1180px) {
  .customer-styles .template_text-image-overlay .overlay .text-row .text-column.left {
    flex-basis: calc(calc(1200px / 12) * 3);
  }
  .customer-styles .template_text-image-overlay .overlay .text-row .text-column.middle {
    flex-basis: calc(calc(1200px / 12) * 8);
  }
  .customer-styles .template_text-image-overlay .overlay .text-row .text-column.right {
    flex-basis: calc(calc(1200px / 12) * 1);
  }
}

.customer-styles .template_text-image-overlay .overlay .text-row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 800px) {
  .customer-styles .template_text-image-overlay .overlay {
    padding: 40px 0;
  }
  .customer-styles .template_text-image-overlay .overlay .row {
    flex-wrap: wrap-reverse;
  }
  .customer-styles .template_text-image-overlay .overlay .row .left,
  .customer-styles .template_text-image-overlay .overlay .row .right {
    flex-basis: 100%;
    display: unset;
  }
  .customer-styles .template_text-image-overlay .overlay .row .left > .overlapp,
  .customer-styles .template_text-image-overlay .overlay .row .right > .overlapp {
    width: 100%;
  }
  .customer-styles .template_text-image-overlay .overlay .row .left > .overlapp h1,
  .customer-styles .template_text-image-overlay .overlay .row .left > .overlapp .h1,
  .customer-styles .template_text-image-overlay .overlay .row .right > .overlapp h1,
  .customer-styles .template_text-image-overlay .overlay .row .right > .overlapp .h1 {
    padding: 0 20px 40px 20px;
  }
  .customer-styles .template_text-image-overlay .overlay .row .right > .overlapp {
    float: unset;
    position: relative;
  }
  .customer-styles .template_text-image-overlay .overlay .row .left > .overlapp {
    width: auto;
    padding: 0 20px;
  }
  .customer-styles .template_text-image-overlay .overlay .row .left > .overlapp img {
    padding: unset;
  }
  .customer-styles .template_text-image-overlay .overlay .text-row {
    padding: 40px 0 0 0;
  }
  .customer-styles .template_text-image-overlay .overlay .text-row .text-column.left,
  .customer-styles .template_text-image-overlay .overlay .text-row .text-column.right {
    display: none;
  }
  .customer-styles .template_text-image-overlay .overlay .text-row .text-column.middle {
    flex-basis: unset;
    width: 100%;
    padding: 0 20px;
  }
}

@media screen and (max-width: 800px) {
  .customer-styles .template_text-two-column {
    padding: 40px 0;
  }
}

.customer-styles .template_text-two-column .h2,
.customer-styles .template_text-two-column .h3,
.customer-styles .template_text-two-column .h1 {
  margin: 0 0 60px 0;
  padding: 0 10px;
}

@media screen and (max-width: 800px) {
  .customer-styles .template_text-two-column .h2,
  .customer-styles .template_text-two-column .h3,
  .customer-styles .template_text-two-column .h1 {
    margin: 0 0 40px 0;
  }
}

.customer-styles .template_text-two-column .overlap-top {
  padding-top: 140px;
}

.customer-styles .template_text-two-column .overlap-bottom {
  padding-bottom: 140px;
}

.customer-styles .template_text-two-column.background-red {
  background-color: #9a123f;
}

.customer-styles .template_text-two-column.background-red .headline-wrapper {
  color: #fff;
}

.customer-styles .template_text-two-column.background-red .column-wrapper > .column > .column-inner > .column-content.left .tpl-global-headline {
  color: #fff;
}

.customer-styles .template_text-two-column.background-red .column-wrapper > .column > .column-inner > .column-content.left .tpl-global-text {
  color: #fff;
}

.customer-styles .template_text-two-column.background-red .column-wrapper > .column > .column-inner > .column-content.right .tpl-global-headline {
  color: #fff;
}

.customer-styles .template_text-two-column.background-red .column-wrapper > .column > .column-inner > .column-content.right .tpl-global-text {
  color: #fff;
}

.customer-styles .template_text-two-column .column-wrapper {
  display: flex;
  gap: 95px;
  padding: 0 10px;
}

@media screen and (max-width: 800px) {
  .customer-styles .template_text-two-column .column-wrapper {
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
  }
}

.customer-styles .template_text-two-column .column .column-inner {
  width: calc(calc(1200px / 12) * 5);
}

@media screen and (max-width: 1200px) {
  .customer-styles .template_text-two-column .column .column-inner {
    width: calc(calc(100vw / 12) * 5);
  }
}

@media screen and (max-width: 800px) {
  .customer-styles .template_text-two-column .column .column-inner {
    width: 100%;
  }
  .customer-styles .template_text-two-column .column .column-inner .column-content.left {
    padding: 0 0 40px 0;
  }
}

.customer-styles .template_two-column-image.images-3 .article-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  flex-direction: row;
}

.customer-styles .template_two-column-image.images-3 .article-wrapper {
  padding-left: 20px;
}

@media screen and (min-width: 360px) {
  .customer-styles .template_two-column-image.images-3 .article-wrapper {
    padding-left: calc(0vw + 20px);
  }
}

@media screen and (min-width: 1024px) {
  .customer-styles .template_two-column-image.images-3 .article-wrapper {
    padding-left: 20px;
  }
}

.customer-styles .template_two-column-image.images-3 .article-wrapper {
  padding-right: 20px;
}

@media screen and (min-width: 360px) {
  .customer-styles .template_two-column-image.images-3 .article-wrapper {
    padding-right: calc(0vw + 20px);
  }
}

@media screen and (min-width: 1024px) {
  .customer-styles .template_two-column-image.images-3 .article-wrapper {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .customer-styles .template_two-column-image.images-3 .article-wrapper {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_two-column-image.images-3 .article-wrapper {
    padding-bottom: 110px;
  }
}

@media only screen and (max-width: 768px) {
  .customer-styles .template_two-column-image.images-3 .article-wrapper {
    flex-direction: row;
  }
}

.customer-styles .template_two-column-image.images-3 .article-wrapper.overlap_top {
  padding-top: 133px;
}

@media (max-width: 800px) {
  .customer-styles .template_two-column-image.images-3 .article-wrapper.overlap_top {
    padding-top: 33px;
  }
}

.customer-styles .template_two-column-image.images-3 .article-wrapper.overlap_bottom {
  padding-bottom: 133px;
}

@media (max-width: 800px) {
  .customer-styles .template_two-column-image.images-3 .article-wrapper.overlap_bottom {
    padding-bottom: 33px;
  }
}

.customer-styles .template_two-column-image.images-3 .article-wrapper .left {
  flex: 1 0 50%;
  padding-right: 112px;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_two-column-image.images-3 .article-wrapper .left {
    padding-right: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .customer-styles .template_two-column-image.images-3 .article-wrapper .left {
    padding-bottom: 30px;
    padding-right: 0;
  }
}

.customer-styles .template_two-column-image.images-3 .article-wrapper .left .image img {
  width: 100%;
  height: auto;
}

.customer-styles .template_two-column-image.images-3 .article-wrapper .left .caption {
  margin-top: 10px;
  font-family: 'Shentox-RegularItalic', Arial, sans-serif;
}

.customer-styles .template_two-column-image.images-3 .article-wrapper .right {
  flex: 1 0 auto;
}

.customer-styles .template_two-column-image.images-3 .article-wrapper .right .row:first-of-type {
  margin-bottom: 75px;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_two-column-image.images-3 .article-wrapper .right .row:first-of-type {
    margin-bottom: 55px;
  }
}

@media only screen and (max-width: 768px) {
  .customer-styles .template_two-column-image.images-3 .article-wrapper .right .row:first-of-type {
    margin-bottom: 30px;
  }
}

.customer-styles .template_two-column-image.images-3 .article-wrapper .right .row:last-of-type .image {
  width: 90%;
}

@media only screen and (max-width: 768px) {
  .customer-styles .template_two-column-image.images-3 .article-wrapper .right .row:last-of-type .image {
    width: 100%;
  }
}

.customer-styles .template_two-column-image.images-3 .article-wrapper .right .row .image img {
  height: auto;
}

.customer-styles .template_two-column-image.images-3 .article-wrapper .right .row .caption {
  margin-top: 10px;
  font-family: 'Shentox-RegularItalic', Arial, sans-serif;
}

.customer-styles .template_two-column-image .article-wrapper {
  max-width: 1200px;
  overflow: hidden;
  background-color: #fff;
  margin: 0 auto;
}

.customer-styles .template_two-column-image .article-wrapper.top {
  padding-top: 140px;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_two-column-image .article-wrapper.top {
    padding-top: 40px;
  }
}

.customer-styles .template_two-column-image .article-wrapper.bottom {
  padding-bottom: 140px;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_two-column-image .article-wrapper.bottom {
    padding-bottom: 40px;
  }
}

.customer-styles .template_two-column-image .article-wrapper .image-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
}

@media only screen and (max-width: 575px) {
  .customer-styles .template_two-column-image .article-wrapper .image-section {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
  }
  .customer-styles .template_two-column-image .article-wrapper .image-section .image {
    width: 100%;
  }
}

.customer-styles .template_two-column-image .article-wrapper .image-section .geneva-media-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.customer-styles .template_two-column-image .article-wrapper .image-section .image {
  width: 100%;
}

.customer-styles .template_two-column-image .article-wrapper .image-section .image.left-image {
  flex-direction: row;
  padding-right: 60px;
}

@media only screen and (max-width: 1080px) {
  .customer-styles .template_two-column-image .article-wrapper .image-section .image.left-image img {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .customer-styles .template_two-column-image .article-wrapper .image-section .image.left-image {
    padding-right: 0;
    margin: 0 auto;
  }
  .customer-styles .template_two-column-image .article-wrapper .image-section .image.left-image img {
    width: 100%;
  }
}

.customer-styles .template_two-column-image .article-wrapper .image-section .image.left-image.noPadding {
  padding-top: 0;
}

.customer-styles .template_two-column-image .article-wrapper .image-section .image.left-image img {
  height: 100%;
}

.customer-styles .template_two-column-image .article-wrapper .image-section .image.right-image {
  flex-direction: row;
  padding-left: calc(1200px / 12);
  justify-self: flex-end;
  padding-left: 60px;
}

@media only screen and (max-width: 1080px) {
  .customer-styles .template_two-column-image .article-wrapper .image-section .image.right-image img {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .customer-styles .template_two-column-image .article-wrapper .image-section .image.right-image {
    padding-left: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0 auto;
  }
  .customer-styles .template_two-column-image .article-wrapper .image-section .image.right-image img {
    width: 100%;
  }
}

.customer-styles .template_two-column-image .article-wrapper .image-section .image.right-image.noPadding {
  padding-top: 0;
}

.customer-styles .template_two-column-image .article-wrapper .image-section .image.right-image img {
  height: 100%;
}

.customer-styles .template_two-column-image .article-wrapper .image-section .image .caption-text {
  margin-top: 60px;
}

@media only screen and (max-width: 800px) {
  .customer-styles .template_two-column-image .article-wrapper .image-section .image .caption-text {
    margin-top: 10px;
  }
}

.customer-styles .template_two-column-image .article-wrapper .image-section .image .caption-text.hideText {
  display: none;
}

.customer-styles .template_two-column-image.switchPos .article-wrapper .image-section .image.left-image {
  float: right;
}

.customer-styles .template_two-column-image.switchPos .article-wrapper .image-section .image.right-image {
  float: left;
}

.customer-styles .widget_template_info-boxes .info-boxes-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  row-gap: 10px;
  grid-template-columns: repeat(1, 1fr);
  -moz-column-gap: 0;
       column-gap: 0;
  margin-bottom: 40px;
}

@media (min-width: 800px) {
  .customer-styles .widget_template_info-boxes .info-boxes-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(395px, 2fr));
    gap: 10px;
    margin-bottom: 120px;
  }
}

.customer-styles .widget_template_info-boxes .info-boxes-wrapper .render {
  height: 100%;
}

.customer-styles .widget_template_info-boxes .info-boxes-wrapper .render .article {
  height: 100%;
}

.customer-styles .widget_template_info-boxes .info-boxes-wrapper .render .article .geneva-content-wrapper {
  height: 100%;
}

.customer-styles .widget_template_job-posting.settings {
  padding: 0;
  height: auto;
  min-height: 300px;
}

.customer-styles .widget_template_job-posting.settings a {
  align-items: center;
  display: flex;
  justify-content: center;
}

.customer-styles .widget_template_job-posting.settings .settingsName {
  padding: 0;
}

.customer-styles .widget_template_job-posting.settings .settingsName span {
  align-items: baseline;
}

.customer-styles .widget_template_job-posting.settings .settingsName span .geneva-button {
  padding: 0 10px;
}

.customer-styles .widget_template_job-posting.settings .settingsName .menu-bar {
  padding-top: 15px;
}

.customer-styles .widget_template_job-posting.settings .settingsName .menu-bar .button {
  padding: 0 10px;
}

.customer-styles .widget_template_job-posting.settings .grid-block button {
  font-weight: normal;
  font-size: 13px;
  color: #9a123f;
  padding-left: 20px;
  text-align: left;
  margin-right: 1px;
  cursor: pointer;
}

.customer-styles .widget_template_job-posting.settings .grid-block button.active-tab {
  background-color: #9a123f;
  color: #fff !important;
}

.customer-styles .widget_template_job-posting.settings .grid-block hr {
  margin: 0;
}

.customer-styles .widget_template_job-posting.settings fieldset {
  border: 0;
  margin: 0;
  padding: 24px 0 0 0;
}

.customer-styles .widget_template_job-posting.settings .horizontal {
  display: flex;
  flex-direction: row;
  padding-bottom: 0;
}

.customer-styles .widget_template_job-posting.settings .horizontal:last-child {
  padding-bottom: 40px;
}

.customer-styles .widget_template_job-posting.settings input {
  margin-bottom: 20px;
}

.customer-styles .widget_template_job-posting.settings label {
  padding: 0;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0;
  cursor: auto;
}

.customer-styles .widget_template_job-posting.settings .info-text {
  line-height: 1.5;
  margin-bottom: 16px;
  font-size: 13px;
  color: #333;
}

.customer-styles .widget_template_job-posting.settings .three-cols {
  min-height: 43px;
}

.customer-styles .widget_template_job-posting.settings .title {
  display: block;
  border-bottom: none;
  margin: 0;
}

.customer-styles .widget_template_job-posting.settings .description textarea {
  max-width: 600px;
}

.customer-styles .widget_template_job-posting.settings .valid-through, .customer-styles .widget_template_job-posting.settings .date-posted {
  display: flex;
  flex-direction: column;
  border-bottom: none;
  width: 33%;
}

.customer-styles .widget_template_job-posting.settings .employment-type {
  display: flex;
  flex-direction: column;
  width: 33%;
}

.customer-styles .widget_template_job-posting.settings .locality,
.customer-styles .widget_template_job-posting.settings .two-cols {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.customer-styles .widget_template_job-posting.settings .locality input,
.customer-styles .widget_template_job-posting.settings .two-cols input {
  margin-bottom: 0;
}

.customer-styles .widget_template_job-posting.settings .two-cols,
.customer-styles .widget_template_job-posting.settings .valid-through,
.customer-styles .widget_template_job-posting.settings .date-posted,
.customer-styles .widget_template_job-posting.settings .locality {
  padding-right: 20px;
}

.customer-styles .widget_template_job-posting.settings .form-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  padding: 5px;
  width: 100%;
}

.customer-styles .widget_template_job-posting.settings .form-item .headline .form-group {
  width: -webkit-fill-available;
}

.customer-styles .widget_template_job-posting.settings .form-item .headline .form-group label {
  padding: 0;
}

.customer-styles .widget_template_job-posting.settings .form-item .headline .form-group textarea {
  color: black;
  font-size: 13px;
  margin-bottom: 6px;
}

.customer-styles .widget_template_job-posting.settings .form-item .headline label {
  max-height: 30px;
  line-height: 1.3;
  top: 28px;
}

.customer-styles .widget_template_job-posting.settings .form-item .headline label::before {
  top: 2px !important;
}

.customer-styles .widget_template_job-posting.settings .form-item .headline label::after {
  top: 5px;
}

.customer-styles .widget_template_job-posting.settings .form-item .headline .button {
  height: 26px;
  margin-top: 23px;
  margin-left: 4px;
}

.customer-styles .widget_template_job-posting.settings .form-item .button {
  min-height: 26px;
  min-width: 26px;
  padding: 0 8px;
  margin: 0 0 10px 30px;
}

.customer-styles .widget_template_job-posting.settings .form-item label {
  padding-left: 30px;
}

.customer-styles .widget_template_job-posting {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
}

.customer-styles .widget_template_list-element {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 80px;
}

.customer-styles .widget_template_list-element .testStyle {
  color: #9a123f;
}

.customer-styles .widget_template_m2m-news-overview {
  margin: 0 auto;
  width: unset;
  max-width: unset;
  padding-bottom: 50px;
}

.customer-styles .widget_template_m2m-news-overview .template_m2m-news-item {
  margin: 0 auto;
  max-width: 1200px;
}

@media only screen and (min-width: 1600px) {
  .customer-styles .widget_template_m2m-news-overview {
    width: 100%;
    max-width: 1200px;
    padding-bottom: 120px;
  }
}

.customer-styles .widget_template_m2m-news-overview .filter-wrapper {
  padding: 0 20px;
}

@media only screen and (min-width: 800px) {
  .customer-styles .widget_template_m2m-news-overview .filter-wrapper {
    padding: 0;
  }
}

@keyframes arrowMoreAnimate {
  0% {
    margin: 20px 0 0 0;
  }
  50% {
    margin: 28px 0 0 0;
  }
  100% {
    margin: 20px 0 0 0;
  }
}

.customer-styles .widget_template_m2m-news-overview .m2m-news-wrapper {
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}

@media only screen and (min-width: 800px) {
  .customer-styles .widget_template_m2m-news-overview .m2m-news-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

.customer-styles .widget_template_m2m-news-overview .m2m-news-wrapper,
.customer-styles .widget_template_m2m-news-overview .m2m-news-wrapper .news-item,
.customer-styles .widget_template_m2m-news-overview .m2m-news-wrapper .article,
.customer-styles .widget_template_m2m-news-overview .m2m-news-wrapper .geneva-content-wrapper {
  display: grid;
}

.customer-styles .widget_template_m2m-news-overview .m2m-news-wrapper .news-item.hidden {
  display: none;
}

.customer-styles .widget_template_m2m-news-overview .global-add-button-wrapper {
  margin: 50px auto 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  width: 250px;
  height: 120px;
}

.customer-styles .widget_template_m2m-news-overview .global-add-button-wrapper .global-add-button {
  font-size: 12px;
  letter-spacing: 0.16667em;
  line-height: 0.08333;
  padding: 22px 50px;
  font-family: "Shentox-Bold", Arial, sans-serif;
  border: 2px solid #9a123f;
  text-align: center;
  color: #9a123f;
}

@media (min-width: 800px) {
  .customer-styles .widget_template_m2m-news-overview .global-add-button-wrapper .global-add-button {
    font-size: 13px;
    letter-spacing: 0.23077em;
    line-height: 0.15385;
  }
}

.customer-styles .widget_template_m2m-news-overview .global-add-button-wrapper::after {
  display: block;
  margin-top: 20px;
  height: 32px;
  position: relative;
  width: 32px;
  content: "";
  transform: rotate(90deg);
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 33.4 19.4' style='enable-background:new 0 0 33.4 19.4;' xml:space='preserve' width='32' height='32'%3E%3Cpolygon points='23.7,0 22.3,1.4 29.6,8.7 0,8.7 0,10.7 29.6,10.7 22.3,18 23.7,19.4 33.4,9.7 ' fill='%239a123f'%3E%3C/polygon%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.customer-styles .widget_template_m2m-news-overview .global-add-button-wrapper:hover .global-add-button {
  color: #fff;
  border-color: #fff;
  background-color: #9a123f;
}

.customer-styles .widget_template_m2m-news-overview .global-add-button-wrapper:hover::after {
  animation: arrowMoreAnimate 0.4s;
}
