a {
  text-decoration: none;
  color: inherit;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style-type: none;
}

@media only screen and (max-width: 767px) {
  body {
    word-wrap: break-word;
  }
}

.cw-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.cw-10 {
  max-width: 10%;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

.cw-20 {
  max-width: 20%;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

.cw-25 {
  max-width: 25%;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

.cw-30 {
  max-width: 30%;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

.cw-35 {
  max-width: 35%;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

.cw-40 {
  max-width: 40%;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

.cw-50 {
  max-width: 50%;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

.cw-60 {
  max-width: 60%;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

.cw-70 {
  max-width: 70%;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

.cw-80 {
  max-width: 80%;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

.cw-90 {
  max-width: 90%;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

.cw-100 {
  max-width: 100%;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .cw-10, .cw-20, .cw-25, .cw-30, .cw-35, .cw-40, .cw-50, .cw-60, .cw-70, .cw-80, .cw-90, .cw-100 {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .cw-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.base-wrapper {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .base-wrapper {
    max-width: 91.406vw;
    padding: 0 1.172vw;
  }
}
@media only screen and (max-width: 767px) {
  .base-wrapper {
    max-width: 100%;
    padding: 0 8vw;
  }
}

.big-wrapper {
  max-width: 1670px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .big-wrapper {
    padding: 0 8vw;
  }
}

:root {
  --fBold: "raisonne-bold-pro";
  --fMidle: "raisonne-demibold";
  --fLight: "raisonne-light-pro";
  --fzH1: 120px;
  --fzQ: 65px;
  --fzH2: 40px;
  --fzH3: 35px;
  --fzH4: 28px;
  --fzP: 22px;
  --mMax: 184px;
  --mBig: 90px;
  --mMedium: 60px;
  --mSmall: 30px;
  --mMin: 15px;
  --cRed: #FD4B47;
  --cBlue: #26254A;
  --cDrGreen: #1BB742;
  --cBlGreen: #288773;
  --cWtGreen: #8CDBA0;
}
@media only screen and (max-width: 1280px) {
  :root {
    --fzH1: 9.375vw;
    --fzQ: 5.078vw;
    --fzH2: 3.125vw;
    --fzH3: 2.734vw;
    --fzH4: 2.188vw;
    --fzP: 1.719vw;
    --mMax: 14.375vw;
    --mBig: 7.031vw;
    --mMedium: 4.688vw;
    --mSmall: 2.344vw;
    --mMin: 1.172vw;
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --fzH1: 16vw;
    --fzQ: 10.667vw;
    --fzH2: 9.333vw;
    --fzH3: 8vw;
    --fzH4: 6.667vw;
    --fzP: 5.067vw;
    --mMax: 49.067vw;
    --mBig: 24vw;
    --mMedium: 16vw;
    --mSmall: 8vw;
    --mMin: 4vw;
  }
}

.header .nav-middle-cta.mx-auto {
  padding: 7px 40px 3px;
  font-size: 22px;
}
.header .nav-middle-cta.mx-auto:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .header .nav-middle-cta.mx-auto {
    height: 9.067vw;
    padding: 0 3vw;
    font-size: 3.733vw;
  }
}
.header .top-main-menu-toggle span {
  font-size: 22px;
  padding: 3px 0 0;
}
@media only screen and (max-width: 1280px) {
  .header .top-main-menu-toggle span {
    padding: 0.234vw 0 0;
    font-size: 1.719vw;
  }
}
@media only screen and (max-width: 767px) {
  .header .top-main-menu-toggle span {
    font-size: 3.2vw;
  }
}
.header #navbarDropdown {
  width: 100%;
  max-width: 1400px;
  box-sizing: border-box;
  margin: 230px auto 147px;
  padding-left: 0 !important;
  color: #fff;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
@media only screen and (max-width: 767px) {
  .header #navbarDropdown {
    margin-top: var(--mBig);
    margin-bottom: var(--mMedium);
    max-width: 100%;
    display: block;
    padding: 0 var(--mSmall) !important;
  }
}
.header #navbarDropdown ul {
  margin-left: 0 !important;
}
@media only screen and (max-width: 767px) {
  .header #navbarDropdown li.menu-item-has-children {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .header #navbarDropdown li.menu-item-has-children:after {
    content: "\f0d7";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: all 0.2s;
    right: 21.333vw;
    top: 1.6vw;
    position: absolute;
    font-size: 6.933vw;
  }
}
.header #navbarDropdown li.menu-item-has-children .sub-menu {
  opacity: 0;
  transition: all 0.2s;
}
@media only screen and (max-width: 767px) {
  .header #navbarDropdown li.menu-item-has-children .sub-menu {
    padding-left: 10.667vw;
    height: 0;
    visibility: hidden;
    transition: opacity 0.1s, height 0.2s, visibility 0.2s;
  }
}
.header #navbarDropdown li.menu-item-has-children .sub-menu li {
  display: block;
}
.header #navbarDropdown li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .header #navbarDropdown li.menu-item-has-children:hover .sub-menu {
    opacity: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header #navbarDropdown li.menu-item-has-children.open-sub-menu .sub-menu {
    opacity: 1 !important;
    height: auto;
    visibility: visible;
  }
}
.header #navbarDropdown li.menu-item-has-children.open-sub-menu:after {
  transform: rotate(-180deg);
}
.header #navbarDropdown li a {
  position: relative;
  z-index: 10;
  display: inline-block;
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  .header #navbarDropdown li a {
    transition: all 0.2s;
  }
}
.header #navbarDropdown li a:hover {
  text-decoration: none;
  color: #fff;
}
.header #navbarDropdown li.current-menu-item.bold > a {
  background-image: linear-gradient(transparent 3vw, var(--cDrGreen) 0px);
}
@media only screen and (max-width: 767px) {
  .header #navbarDropdown li.current-menu-item.bold > a {
    background-image: linear-gradient(transparent 4.667vw, var(--cDrGreen) 0px);
  }
}
.header #navbarDropdown li.current-menu-item.thin > a {
  background-image: linear-gradient(transparent 1.25vw, var(--cDrGreen) 0px);
}
@media only screen and (max-width: 767px) {
  .header #navbarDropdown li.current-menu-item.thin > a {
    background-image: linear-gradient(transparent 2.667vw, var(--cDrGreen) 0px);
  }
}
.header #navbarDropdown li.bold > a {
  font-family: var(--fBold);
  font-size: var(--fzH1);
  line-height: 1.08;
  margin-bottom: 15px;
  background-image: linear-gradient(transparent 7vw, var(--cDrGreen) 0px);
}
@media only screen and (max-width: 1670px) {
  .header #navbarDropdown li.bold > a {
    margin-bottom: 0.781vw;
  }
}
@media only screen and (max-width: 767px) {
  .header #navbarDropdown li.bold > a {
    font-size: var(--fzH2);
    margin-bottom: var(--mMin);
    background-image: linear-gradient(transparent 17vw, var(--cDrGreen) 0px);
  }
}
.header #navbarDropdown li.bold.mar-plus > a {
  margin-bottom: 50px;
}
.header #navbarDropdown li.bold:hover > a {
  background-image: linear-gradient(transparent 3vw, var(--cDrGreen) 0px);
}
@media only screen and (max-width: 767px) {
  .header #navbarDropdown li.bold:hover > a {
    background-image: linear-gradient(transparent 4.667vw, var(--cDrGreen) 0px);
  }
}
.header #navbarDropdown li.thin:last-of-type {
  margin-bottom: 4.688vw;
}
@media only screen and (max-width: 767px) {
  .header #navbarDropdown li.thin:last-of-type {
    margin-bottom: 0;
  }
}
.header #navbarDropdown li.thin > a {
  font-size: var(--fzH2);
  line-height: 1.125;
  margin-bottom: 15px;
  background-image: linear-gradient(transparent 5.208vw, var(--cDrGreen) 0px);
}
@media only screen and (max-width: 767px) {
  .header #navbarDropdown li.thin > a {
    font-size: var(--fzH4);
    background-image: linear-gradient(transparent 12vw, var(--cDrGreen) 0px);
  }
}
.header #navbarDropdown li.thin:hover > a {
  background-image: linear-gradient(transparent 1.25vw, var(--cDrGreen) 0px);
}
@media only screen and (max-width: 767px) {
  .header #navbarDropdown li.thin:hover > a {
    background-image: linear-gradient(transparent 2.667vw, var(--cDrGreen) 0px);
  }
}

.footer .footer-right {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer .footer-middle .widget_inflagranti_partners {
  height: 100%;
}
.footer .footer-middle .partners-copy {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.lm-flex-single-wrapper .section {
  padding: 0 !important;
}
.lm-flex-single-wrapper p {
  font-size: var(--fzP) !important;
  line-height: 1.2 !important;
}
.lm-flex-single-wrapper .page-title .section-title {
  font-size: var(--fzH1) !important;
  line-height: 160px !important;
}
.lm-flex-single-wrapper .normal-title {
  font-size: var(--fzH2) !important;
  line-height: 1.125 !important;
  font-family: var(--fBold) !important;
  margin: 0 0 var(--mMedium) !important;
}
@media only screen and (max-width: 767px) {
  .lm-flex-single-wrapper .normal-title {
    margin: 0 0 var(--mSmall) !important;
  }
}
.lm-flex-single-wrapper .lm-title-2col-grid .grid-col-2 {
  margin: var(--mMedium) 0;
  grid-template-columns: repeat(2, 460px);
  grid-column-gap: 25px;
}
@media only screen and (max-width: 1280px) {
  .lm-flex-single-wrapper .lm-title-2col-grid .grid-col-2 {
    grid-template-columns: repeat(2, 35.938vw);
    grid-column-gap: 1.953vw;
  }
}
@media only screen and (max-width: 767px) {
  .lm-flex-single-wrapper .lm-title-2col-grid .grid-col-2 {
    grid-template-columns: 1fr;
  }
}
.lm-flex-single-wrapper .simple-section-m {
  margin-top: calc(2 * var(--mMedium));
}
.lm-flex-single-wrapper .single-thumbnail-wrapper {
  margin: var(--mMedium) auto var(--mBig);
  width: 1644px;
  height: 935px;
}
.lm-flex-single-wrapper .single-thumbnail-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lm-flex-single-wrapper .lm-small-right-image {
  text-align: right;
}
.lm-flex-single-wrapper .lm-small-right-image img {
  transform: rotate(-3deg);
  display: inline-block;
}
.lm-flex-single-wrapper .lm-title-right-list {
  margin-bottom: var(--mBig);
}
@media only screen and (max-width: 767px) {
  .lm-flex-single-wrapper .lm-title-right-list {
    margin-bottom: 0;
  }
}
.lm-flex-single-wrapper .lm-title-right-list .grid-col-2 {
  grid-template-columns: 460px 532px;
  grid-column-gap: 25px;
}
@media only screen and (max-width: 1280px) {
  .lm-flex-single-wrapper .lm-title-right-list .grid-col-2 {
    grid-template-columns: 35.938vw 41.563vw;
    grid-column-gap: 1.953vw;
  }
}
@media only screen and (max-width: 767px) {
  .lm-flex-single-wrapper .lm-title-right-list .grid-col-2 {
    grid-template-columns: 1fr;
  }
}
.lm-flex-single-wrapper .lm-title-right-list .list {
  font-size: var(--fzP);
}
.lm-flex-single-wrapper .lm-title-right-list .list .item {
  margin-bottom: var(--mSmall);
  display: -webkit-flex;
  display: flex;
}
.lm-flex-single-wrapper .lm-title-right-list .list .item:last-of-type {
  margin-bottom: 0;
}
.lm-flex-single-wrapper .lm-title-right-list .list .item:before {
  content: "";
  display: block;
  width: 100%;
  max-width: 24px;
  height: 24px;
  margin-right: 48px;
  background-color: var(--cDrGreen);
  border-radius: 24px;
}
@media only screen and (max-width: 1280px) {
  .lm-flex-single-wrapper .lm-title-right-list .list .item:before {
    max-width: 1.875vw;
    height: 1.875vw;
    margin-right: 3.75vw;
    border-radius: 1.875vw;
  }
}
@media only screen and (max-width: 767px) {
  .lm-flex-single-wrapper .lm-title-right-list .list .item:before {
    max-width: 3.2vw;
    height: 3.2vw;
    margin-right: var(--mSmall);
    border-radius: 3.2vw;
    margin-top: 1.333vw;
  }
}
.lm-flex-single-wrapper .section-cta-card {
  padding: var(--mBig) 0 !important;
}
.lm-flex-single-wrapper .section-cta-card .cta-pre-title {
  font-size: var(--fzP) !important;
  margin-bottom: 20px !important;
}
.lm-flex-single-wrapper .section-cta-card .cta-link {
  font-size: var(--fzP) !important;
}
.lm-flex-single-wrapper .section-cta-card .cta-title {
  margin-bottom: var(--mSmall) !important;
}
.lm-flex-single-wrapper .section-cta-card .cta-card {
  max-width: 933px;
  margin: 0 auto;
}
.lm-flex-single-wrapper .lm-2col-grid-3-2 p:last-of-type {
  margin-bottom: 0;
}
.lm-flex-single-wrapper .lm-2col-grid-3-2 h3 {
  font-family: var(--fBold);
  font-size: var(--fzH2);
  line-height: 1.125;
  margin-bottom: var(--mMin);
}
.lm-flex-single-wrapper .lm-2col-grid-3-2 .grid-wrapper.grid-col-2 {
  grid-template-columns: 654px 460px;
  grid-column-gap: 25px;
}
@media only screen and (max-width: 1280px) {
  .lm-flex-single-wrapper .lm-2col-grid-3-2 .grid-wrapper.grid-col-2 {
    grid-template-columns: 51.094vw 35.938vw;
    grid-column-gap: 1.953vw;
  }
}
@media only screen and (max-width: 767px) {
  .lm-flex-single-wrapper .lm-2col-grid-3-2 .grid-wrapper.grid-col-2 {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 1280px) {
  .lm-flex-single-wrapper .lm-2col-grid-3-2 img {
    width: 100%;
    height: auto;
  }
}
.lm-flex-single-wrapper .lm-2col-grid-2-3 p:last-of-type {
  margin-bottom: 0;
}
.lm-flex-single-wrapper .lm-2col-grid-2-3 h3 {
  font-family: var(--fBold);
  font-size: var(--fzH2);
  line-height: 1.125;
  margin-bottom: var(--mMin);
}
.lm-flex-single-wrapper .lm-2col-grid-2-3 .grid-wrapper.grid-col-2 {
  grid-template-columns: 460px 654px;
  grid-column-gap: 25px;
}
@media only screen and (max-width: 1280px) {
  .lm-flex-single-wrapper .lm-2col-grid-2-3 .grid-wrapper.grid-col-2 {
    grid-template-columns: 35.938vw 51.094vw;
    grid-column-gap: 1.953vw;
  }
}
@media only screen and (max-width: 767px) {
  .lm-flex-single-wrapper .lm-2col-grid-2-3 .grid-wrapper.grid-col-2 {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 1280px) {
  .lm-flex-single-wrapper .lm-2col-grid-2-3 img {
    width: 100%;
    height: auto;
  }
}
.lm-flex-single-wrapper .lm-quote-carousel-full-w {
  padding: calc(var(--mBig) + var(--mMedium)) 0;
  text-align: center;
}
.lm-flex-single-wrapper .lm-quote-carousel-full-w .slick-arrow {
  z-index: 1;
  width: auto;
  height: auto;
}
.lm-flex-single-wrapper .lm-quote-carousel-full-w .slick-arrow:before {
  display: block;
  content: " ";
  width: 32px;
  height: 23px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 1280px) {
  .lm-flex-single-wrapper .lm-quote-carousel-full-w .slick-arrow:before {
    width: 2.5vw;
    height: 1.797vw;
  }
}
@media only screen and (max-width: 767px) {
  .lm-flex-single-wrapper .lm-quote-carousel-full-w .slick-arrow:before {
    width: 6.933vw;
    height: 5.067vw;
  }
}
.lm-flex-single-wrapper .lm-quote-carousel-full-w .slick-arrow.slick-prev {
  left: -var(--mMedium);
}
@media only screen and (max-width: 767px) {
  .lm-flex-single-wrapper .lm-quote-carousel-full-w .slick-arrow.slick-prev {
    left: -var(--mMin);
  }
}
.lm-flex-single-wrapper .lm-quote-carousel-full-w .slick-arrow.slick-prev:before {
  background-image: url(../assets/img/icons/carousel-arrow-left-white.svg);
}
.lm-flex-single-wrapper .lm-quote-carousel-full-w .slick-arrow.slick-next {
  right: -var(--mMedium);
}
@media only screen and (max-width: 767px) {
  .lm-flex-single-wrapper .lm-quote-carousel-full-w .slick-arrow.slick-next {
    right: -var(--mMin);
  }
}
.lm-flex-single-wrapper .lm-quote-carousel-full-w .slick-arrow.slick-next:before {
  background-image: url(../assets/img/icons/carousel-arrow-right-white.svg);
}
.lm-flex-single-wrapper .lm-quote-carousel-full-w .slick-slide {
  height: auto;
}
@media only screen and (max-width: 767px) {
  .lm-flex-single-wrapper .lm-quote-carousel-full-w .slick-slide {
    padding: 0 15px;
  }
}
.lm-flex-single-wrapper .lm-quote-carousel-full-w .slick-slide .pre {
  color: var(--cDrGreen);
  font-size: var(--fzH2);
  line-height: 1.125;
}
@media only screen and (max-width: 767px) {
  .lm-flex-single-wrapper .lm-quote-carousel-full-w .slick-slide .pre {
    font-size: var(--fzP);
    margin-bottom: var(--mMin);
  }
}
.lm-flex-single-wrapper .lm-quote-carousel-full-w .slick-slide .text {
  font-family: var(--fBold);
  font-size: var(--fzQ);
  line-height: 1.1;
}
.lm-flex-single-wrapper .lm-quote-carousel-full-w .slick-slide .text span {
  position: relative;
  z-index: 10;
  background-image: linear-gradient(transparent 27px, var(--cDrGreen) 0px);
}
@media only screen and (max-width: 767px) {
  .lm-flex-single-wrapper .lm-quote-carousel-full-w .slick-slide .text span {
    background-image: linear-gradient(transparent 6.667vw, var(--cDrGreen) 0px);
  }
}
.lm-flex-single-wrapper .lm-quote-full-w {
  margin: calc(var(--mBig) + var(--mMedium)) 0;
  text-align: center;
}
.lm-flex-single-wrapper .lm-quote-full-w .pre {
  color: var(--cDrGreen);
  font-size: var(--fzH2);
  line-height: 1.125;
}
@media only screen and (max-width: 767px) {
  .lm-flex-single-wrapper .lm-quote-full-w .pre {
    font-size: var(--fzP);
    margin-bottom: var(--mMin);
  }
}
.lm-flex-single-wrapper .lm-quote-full-w .text {
  font-family: var(--fBold);
  font-size: var(--fzQ);
  line-height: 1.1;
}
.lm-flex-single-wrapper .lm-quote-full-w .text span {
  position: relative;
  z-index: 10;
  background-image: linear-gradient(transparent 27px, var(--cDrGreen) 0px);
}
@media only screen and (max-width: 767px) {
  .lm-flex-single-wrapper .lm-quote-full-w .text span {
    background-image: linear-gradient(transparent 6.667vw, var(--cDrGreen) 0px);
  }
}
.lm-flex-single-wrapper .big-image {
  height: 924px;
}
@media only screen and (max-width: 1280px) {
  .lm-flex-single-wrapper .big-image {
    height: 72.188vw;
  }
}
.lm-flex-single-wrapper .big-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1280px) {
  .lm-flex-single-wrapper .lm-big-gallery {
    height: 72.188vw;
  }
}
.lm-flex-single-wrapper .lm-big-gallery .slick-arrow {
  z-index: 1;
  width: auto;
  height: auto;
}
.lm-flex-single-wrapper .lm-big-gallery .slick-arrow:before {
  display: block;
  content: " ";
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 1280px) {
  .lm-flex-single-wrapper .lm-big-gallery .slick-arrow:before {
    width: 2.5vw;
    height: 1.797vw;
  }
}
@media only screen and (max-width: 767px) {
  .lm-flex-single-wrapper .lm-big-gallery .slick-arrow:before {
    width: 6.933vw;
    height: 5.067vw;
  }
}
.lm-flex-single-wrapper .lm-big-gallery .slick-arrow.slick-prev {
  left: var(--mMedium);
}
@media only screen and (max-width: 767px) {
  .lm-flex-single-wrapper .lm-big-gallery .slick-arrow.slick-prev {
    left: var(--mMin);
  }
}
.lm-flex-single-wrapper .lm-big-gallery .slick-arrow.slick-prev:before {
  background-image: url(../assets/img/icons/carousel-arrow-left.svg);
}
.lm-flex-single-wrapper .lm-big-gallery .slick-arrow.slick-next {
  right: var(--mMedium);
}
@media only screen and (max-width: 767px) {
  .lm-flex-single-wrapper .lm-big-gallery .slick-arrow.slick-next {
    right: var(--mMin);
  }
}
.lm-flex-single-wrapper .lm-big-gallery .slick-arrow.slick-next:before {
  background-image: url(../assets/img/icons/carousel-arrow-right.svg);
}
.lm-flex-single-wrapper .lm-big-gallery .slick-slider .slick-list {
  height: 100%;
}
.lm-flex-single-wrapper .lm-big-gallery .slick-slider .slick-list .slick-track {
  height: 100%;
}
.lm-flex-single-wrapper .lm-big-gallery .slick-slide img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.lm-flex-single-wrapper .lm-colored-info-block {
  position: relative;
  padding: var(--mBig) 0;
}
@media only screen and (max-width: 767px) {
  .lm-flex-single-wrapper .lm-colored-info-block {
    padding: var(--mMedium) 0;
    text-align: center !important;
  }
}
.lm-flex-single-wrapper .lm-colored-info-block:before {
  content: " ";
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #fff;
  transform: scale(1, -1);
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .lm-flex-single-wrapper .lm-colored-info-block .base-wrapper .lm-2col-grid-3-2 .grid-col-2, .lm-flex-single-wrapper .lm-colored-info-block .base-wrapper .lm-2col-grid-2-3 .grid-col-2 {
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 767px) {
  .lm-flex-single-wrapper .lm-colored-info-block .lm-2col-grid-2-3 .grid-col-2 > div:first-of-type {
    order: 1;
  }
}
.lm-flex-single-wrapper .lm-colored-info-block .grid-wrapper > div {
  align-self: center;
}
@media only screen and (max-width: 767px) {
  .lm-flex-single-wrapper .lm-colored-info-block p, .lm-flex-single-wrapper .lm-colored-info-block h3 {
    text-align: center !important;
  }
}
.lm-flex-single-wrapper .lm-colored-info-block strong {
  font-size: 240px;
  line-height: 0.8;
  color: #fff;
  padding-top: 30px;
  display: inline-block;
}
@media only screen and (max-width: 1280px) {
  .lm-flex-single-wrapper .lm-colored-info-block strong {
    font-size: 18.75vw;
  }
}
@media only screen and (max-width: 767px) {
  .lm-flex-single-wrapper .lm-colored-info-block strong {
    font-size: 35.8vw;
  }
}
.lm-flex-single-wrapper .lm-colored-info-block h3 {
  font-family: var(--fBold);
  font-size: var(--fzH2);
  line-height: 1.125;
  margin-bottom: var(--mMin);
}
@media only screen and (max-width: 767px) {
  .lm-flex-single-wrapper .lm-colored-info-block h3 {
    font-family: var(--fLight);
    font-size: var(--fzP);
  }
}
.lm-flex-single-wrapper .lm-colored-info-block-new {
  position: relative;
  padding: var(--mBig) 0;
}
@media only screen and (max-width: 767px) {
  .lm-flex-single-wrapper .lm-colored-info-block-new {
    padding: var(--mMedium) 0;
    text-align: center !important;
  }
}
.lm-flex-single-wrapper .lm-colored-info-block-new:before {
  content: " ";
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #fff;
  transform: scale(1, -1);
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .lm-flex-single-wrapper .lm-colored-info-block-new .base-wrapper .lm-2col-grid-3-2 .grid-col-2, .lm-flex-single-wrapper .lm-colored-info-block-new .base-wrapper .lm-2col-grid-2-3 .grid-col-2 {
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 767px) {
  .lm-flex-single-wrapper .lm-colored-info-block-new .lm-2col-grid-2-3 .grid-col-2 > div:first-of-type {
    order: 1;
  }
}
.lm-flex-single-wrapper .lm-colored-info-block-new .grid-wrapper > div {
  align-self: center;
}
@media only screen and (max-width: 767px) {
  .lm-flex-single-wrapper .lm-colored-info-block-new p, .lm-flex-single-wrapper .lm-colored-info-block-new h3 {
    text-align: center !important;
  }
}
.lm-flex-single-wrapper .lm-colored-info-block-new strong {
  line-height: 0.8;
  color: #fff;
  padding-bottom: 0;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .lm-flex-single-wrapper .lm-colored-info-block-new strong {
    padding-bottom: 30px;
  }
}
.lm-flex-single-wrapper .lm-colored-info-block-new h3 {
  font-family: var(--fBold);
  line-height: 1.125;
  margin-bottom: var(--mMin);
}
@media only screen and (max-width: 767px) {
  .lm-flex-single-wrapper .lm-colored-info-block-new h3 {
    font-family: var(--fLight);
  }
}

.lm-flex-page-wrapper .section {
  padding: 0 !important;
}
.lm-flex-page-wrapper p {
  font-size: var(--fzP) !important;
  line-height: 1.2 !important;
}
.lm-flex-page-wrapper .page-title .section-title {
  font-size: var(--fzH1) !important;
  line-height: 1.08 !important;
}
.lm-flex-page-wrapper .lm-title-2col-grid .grid-col-2 {
  margin: var(--mMedium) 0;
  grid-template-columns: repeat(2, 460px);
  grid-column-gap: 25px;
}
@media only screen and (max-width: 1280px) {
  .lm-flex-page-wrapper .lm-title-2col-grid .grid-col-2 {
    grid-template-columns: repeat(2, 35.938vw);
    grid-column-gap: 1.953vw;
  }
}
@media screen and (max-width: 767px) {
  .lm-flex-page-wrapper .lm-title-2col-grid .grid-col-2 {
    margin: 8vw 0;
  }
}
.lm-flex-page-wrapper .simple-section-m {
  margin-top: var(--mSmall);
}
.lm-flex-page-wrapper .single-thumbnail-wrapper {
  margin: var(--mMedium) auto var(--mBig);
  width: 1644px;
  height: 935px;
}
.lm-flex-page-wrapper .single-thumbnail-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lm-flex-page-wrapper .lm-small-right-image {
  text-align: right;
}
.lm-flex-page-wrapper .lm-small-right-image img {
  transform: rotate(-3deg);
  display: inline-block;
}
.lm-flex-page-wrapper .lm-title-right-list {
  margin-bottom: var(--mBig);
}
.lm-flex-page-wrapper .lm-title-right-list .grid-col-2 {
  grid-template-columns: 460px 532px;
  grid-column-gap: 25px;
}
.lm-flex-page-wrapper .lm-title-right-list .list {
  font-size: var(--fzP);
}
.lm-flex-page-wrapper .lm-title-right-list .list .item {
  margin-bottom: var(--mSmall);
  display: -webkit-flex;
  display: flex;
}
.lm-flex-page-wrapper .lm-title-right-list .list .item:last-of-type {
  margin-bottom: 0;
}
.lm-flex-page-wrapper .lm-title-right-list .list .item:before {
  content: "";
  display: block;
  width: 100%;
  max-width: 24px;
  height: 24px;
  margin-right: 48px;
  background-color: var(--cDrGreen);
  border-radius: 24px;
}
.lm-flex-page-wrapper .section-cta-card {
  padding: var(--mBig) 0 var(--mSmall) !important;
}
.lm-flex-page-wrapper .section-cta-card .cta-pre-title {
  font-size: var(--fzP) !important;
  margin-bottom: 20px !important;
}
.lm-flex-page-wrapper .section-cta-card .cta-link {
  font-size: var(--fzP) !important;
}
.lm-flex-page-wrapper .section-cta-card .cta-title {
  margin-bottom: var(--mSmall) !important;
}
.lm-flex-page-wrapper .section-cta-card .cta-card {
  max-width: 933px;
  margin: 0 auto;
}
.lm-flex-page-wrapper .lm-2col-grid-3-2 p:last-of-type {
  margin-bottom: 0;
}
.lm-flex-page-wrapper .lm-2col-grid-3-2 h3 {
  font-family: var(--fBold);
  font-size: var(--fzH2);
  line-height: 1.125;
  margin-bottom: var(--mMin);
}
.lm-flex-page-wrapper .lm-2col-grid-3-2 .grid-wrapper.grid-col-2 {
  grid-template-columns: 654px 460px;
  grid-column-gap: 25px;
}
.lm-flex-page-wrapper .lm-2col-grid-2-3 p:last-of-type {
  margin-bottom: 0;
}
.lm-flex-page-wrapper .lm-2col-grid-2-3 h3 {
  font-family: var(--fBold);
  font-size: var(--fzH2);
  line-height: 1.125;
  margin-bottom: var(--mMin);
}
.lm-flex-page-wrapper .lm-2col-grid-2-3 .grid-wrapper.grid-col-2 {
  grid-template-columns: 460px 654px;
  grid-column-gap: 25px;
}
@media (min-width: 768px) {
  .lm-flex-page-wrapper .section-cta-card {
    padding: var(--mBig) 0 !important;
  }
}
@media only screen and (max-width: 1280px) {
  .lm-flex-page-wrapper .lm-2col-grid-2-3 .grid-wrapper.grid-col-2 {
    grid-template-columns: 35.938vw 51.094vw;
    grid-column-gap: 1.953vw;
  }
}
@media only screen and (max-width: 1280px) {
  .lm-flex-page-wrapper .lm-2col-grid-2-3 img {
    width: 100%;
    height: auto;
  }
}
.lm-flex-page-wrapper .lm-quote-carousel-full-w {
  padding: calc(var(--mBig) + var(--mMedium)) 0;
  text-align: center;
}
.lm-flex-page-wrapper .lm-quote-carousel-full-w .slick-arrow {
  z-index: 1;
  width: auto;
  height: auto;
}
.lm-flex-page-wrapper .lm-quote-carousel-full-w .slick-arrow:before {
  display: block;
  content: " ";
  width: 32px;
  height: 23px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 1280px) {
  .lm-flex-page-wrapper .lm-quote-carousel-full-w .slick-arrow:before {
    width: 2.5vw;
    height: 1.797vw;
  }
}
@media only screen and (max-width: 767px) {
  .lm-flex-page-wrapper .lm-quote-carousel-full-w .slick-arrow:before {
    width: 6.933vw;
    height: 5.067vw;
  }
}
.lm-flex-page-wrapper .lm-quote-carousel-full-w .slick-arrow.slick-prev {
  left: -var(--mMedium);
}
@media only screen and (max-width: 767px) {
  .lm-flex-page-wrapper .lm-quote-carousel-full-w .slick-arrow.slick-prev {
    left: -var(--mMin);
  }
}
.lm-flex-page-wrapper .lm-quote-carousel-full-w .slick-arrow.slick-prev:before {
  background-image: url(../assets/img/icons/carousel-arrow-left-white.svg);
}
.lm-flex-page-wrapper .lm-quote-carousel-full-w .slick-arrow.slick-next {
  right: -var(--mMedium);
}
@media only screen and (max-width: 767px) {
  .lm-flex-page-wrapper .lm-quote-carousel-full-w .slick-arrow.slick-next {
    right: -var(--mMin);
  }
}
.lm-flex-page-wrapper .lm-quote-carousel-full-w .slick-arrow.slick-next:before {
  background-image: url(../assets/img/icons/carousel-arrow-right-white.svg);
}
.lm-flex-page-wrapper .lm-quote-carousel-full-w .slick-slide {
  height: auto;
}
@media only screen and (max-width: 767px) {
  .lm-flex-page-wrapper .lm-quote-carousel-full-w .slick-slide {
    padding: 0 15px;
  }
}
.lm-flex-page-wrapper .lm-quote-carousel-full-w .slick-slide .pre {
  color: var(--cDrGreen);
  font-size: var(--fzH2);
  line-height: 1.125;
}
@media only screen and (max-width: 767px) {
  .lm-flex-page-wrapper .lm-quote-carousel-full-w .slick-slide .pre {
    font-size: var(--fzP);
    margin-bottom: var(--mMin);
  }
}
.lm-flex-page-wrapper .lm-quote-carousel-full-w .slick-slide .text {
  font-family: var(--fBold);
  font-size: var(--fzQ);
  line-height: 1.1;
}
.lm-flex-page-wrapper .lm-quote-carousel-full-w .slick-slide .text span {
  position: relative;
  z-index: 10;
  background-image: linear-gradient(transparent 27px, var(--cDrGreen) 0px);
}
@media only screen and (max-width: 767px) {
  .lm-flex-page-wrapper .lm-quote-carousel-full-w .slick-slide .text span {
    background-image: linear-gradient(transparent 6.667vw, var(--cDrGreen) 0px);
  }
}
.lm-flex-page-wrapper .lm-quote-full-w {
  margin: calc(var(--mBig) + var(--mMedium)) 0;
  text-align: center;
}
.lm-flex-page-wrapper .lm-quote-full-w .pre {
  color: var(--cDrGreen);
  font-size: var(--fzH2);
  line-height: 1.125;
}
@media only screen and (max-width: 767px) {
  .lm-flex-page-wrapper .lm-quote-full-w .pre {
    font-size: var(--fzP);
  }
}
.lm-flex-page-wrapper .lm-quote-full-w .text {
  font-family: var(--fBold);
  font-size: var(--fzQ);
  line-height: 1.1;
}
.lm-flex-page-wrapper .lm-quote-full-w .text span {
  position: relative;
  z-index: 10;
  background-image: linear-gradient(transparent 27px, var(--cDrGreen) 0px);
}
@media only screen and (max-width: 767px) {
  .lm-flex-page-wrapper .lm-quote-full-w .text span {
    background-image: linear-gradient(transparent 6.667vw, var(--cDrGreen) 0px);
  }
}
.lm-flex-page-wrapper .big-image {
  height: 924px;
}
.lm-flex-page-wrapper .big-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lm-flex-page-wrapper .lm-big-gallery {
  height: 924px;
}
.lm-flex-page-wrapper .lm-big-gallery .slick-slider {
  height: 100%;
}
.lm-flex-page-wrapper .lm-big-gallery .slick-slider .slick-track {
  height: 100%;
}
.lm-flex-page-wrapper .lm-big-gallery .slick-slide img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.lm-flex-page-wrapper .lm-colored-info-block {
  position: relative;
  padding: var(--mBig) 0;
}
.lm-flex-page-wrapper .lm-colored-info-block:before {
  content: " ";
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #fff;
  transform: scale(1, -1);
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 0;
}
.lm-flex-page-wrapper .lm-colored-info-block .grid-wrapper > div {
  align-self: center;
}
.lm-flex-page-wrapper .lm-colored-info-block strong {
  font-size: 240px;
  line-height: 0.8;
  color: #fff;
  padding-top: 30px;
  display: inline-block;
}
.lm-flex-page-wrapper .lm-colored-info-block h3 {
  font-family: var(--fBold);
  font-size: var(--fzH2);
  line-height: 1.125;
  margin-bottom: var(--mMin);
}
.lm-flex-page-wrapper .lm-colored-info-block-new {
  position: relative;
  padding: var(--mBig) 0;
}
.lm-flex-page-wrapper .lm-colored-info-block-new:before {
  content: " ";
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #fff;
  transform: scale(1, -1);
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 0;
}
.lm-flex-page-wrapper .lm-colored-info-block-new .grid-wrapper > div {
  align-self: center;
}
.lm-flex-page-wrapper .lm-colored-info-block-new strong {
  line-height: 0.8;
  color: #fff;
  padding-bottom: 0;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .lm-flex-page-wrapper .lm-colored-info-block-new strong {
    padding-bottom: 30px;
  }
}
.lm-flex-page-wrapper .big-title-text-two-columns .section-title {
  font-weight: 700;
}
.lm-flex-page-wrapper .big-title-text-two-columns, .lm-flex-page-wrapper .big-title-text-full-w {
  margin-top: var(--mBig);
  margin-bottom: var(--mMedium);
}
.lm-flex-page-wrapper .big-title-text-two-columns .section-title, .lm-flex-page-wrapper .big-title-text-full-w .section-title {
  margin-bottom: var(--mMedium) !important;
  font-size: var(--fzH1) !important;
  line-height: 1.08 !important;
}
.lm-flex-page-wrapper .big-title-text-two-columns .section-title {
	font-weight: 700;
  font-family: var(--fBold) !important;
}
.lm-flex-page-wrapper .big-title-text-two-columns .grid-wrapper.grid-col-2, .lm-flex-page-wrapper .big-title-text-full-w .grid-wrapper.grid-col-2 {
  grid-template-columns: 460px 460px;
  grid-column-gap: 25px;
}
@media only screen and (max-width: 1280px) {
  .lm-flex-page-wrapper .big-title-text-two-columns .grid-wrapper.grid-col-2, .lm-flex-page-wrapper .big-title-text-full-w .grid-wrapper.grid-col-2 {
    grid-template-columns: 35.938vw 35.938vw;
    grid-column-gap: 1.953vw;
  }
}
.lm-flex-page-wrapper .lm-slider-full-w.page-slider-section {
  overflow: hidden;
  margin-bottom: var(--mBig);
}
.lm-flex-page-wrapper .lm-slider-full-w.page-slider-section .page-slider {
  position: relative;
  color: #fff;
  padding: calc(var(--mBig) + var(--mSmall)) 0 var(--mBig);
}
@media only screen and (max-width: 767px) {
  .lm-flex-page-wrapper .lm-slider-full-w.page-slider-section .page-slider {
    padding: calc(var(--mBig) + var(--mMin)) 0 var(--mBig);
  }
}
.lm-flex-page-wrapper .lm-slider-full-w.page-slider-section .page-slider:before {
  content: " ";
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #fff;
  transform: scale(1, -1);
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 0;
}
@media only screen and (max-width: 1280px) {
  .lm-flex-page-wrapper .lm-slider-full-w.page-slider-section .page-slider:before {
    border-left: 2.344vw solid transparent;
    border-right: 2.344vw solid transparent;
    border-bottom: 2.344vw solid #fff;
    margin-left: -2.344vw;
  }
}
@media only screen and (max-width: 767px) {
  .lm-flex-page-wrapper .lm-slider-full-w.page-slider-section .page-slider:before {
    border-left: 4.533vw solid transparent;
    border-right: 4.533vw solid transparent;
    border-bottom: 4.533vw solid #fff;
    margin-left: -4.533vw;
  }
}
.lm-flex-page-wrapper .lm-slider-full-w.page-slider-section .page-slider .slick-arrow {
  font-weight: var(--fBold);
  font-size: 1.458vw;
  z-index: 1;
  color: #fff;
  line-height: 1.125;
  width: 8.958vw;
}
.lm-flex-page-wrapper .lm-slider-full-w.page-slider-section .page-slider .slick-arrow:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 28px;
  height: 19px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: var(--mMin);
}
.lm-flex-page-wrapper .lm-slider-full-w.page-slider-section .page-slider .slick-arrow.slick-prev {
  right: calc(50% + 35.0525vw);
  left: inherit;
}
.lm-flex-page-wrapper .lm-slider-full-w.page-slider-section .page-slider .slick-arrow.slick-prev:before {
  background-image: url(../assets/img/icons/carousel-arrow-left-white.svg);
}
.lm-flex-page-wrapper .lm-slider-full-w.page-slider-section .page-slider .slick-arrow.slick-next {
  left: calc(50% + 35.0525vw);
  right: inherit;
}
.lm-flex-page-wrapper .lm-slider-full-w.page-slider-section .page-slider .slick-arrow.slick-next:before {
  background-image: url(../assets/img/icons/carousel-arrow-right-white.svg);
}
.lm-flex-page-wrapper .lm-slider-full-w.page-slider-section .page-slider .item .base-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  max-width: 60.938vw;
}
@media only screen and (max-width: 767px) {
  .lm-flex-page-wrapper .lm-slider-full-w.page-slider-section .page-slider .item .base-wrapper {
    max-width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.lm-flex-page-wrapper .lm-slider-full-w.page-slider-section .page-slider .item .image-wrapper {
  width: 100%;
  max-width: 23.958vw;
  height: 23.958vw;
  border-radius: 23.958vw;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .lm-flex-page-wrapper .lm-slider-full-w.page-slider-section .page-slider .item .image-wrapper {
    max-width: 83.733vw;
    height: 83.733vw;
    border-radius: 83.733vw;
  }
}
.lm-flex-page-wrapper .lm-slider-full-w.page-slider-section .page-slider .item .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lm-flex-page-wrapper .lm-slider-full-w.page-slider-section .page-slider .item .name {
  font-size: 3.385vw;
  font-family: var(--fBold);
  line-height: 1.125;
  margin-left: -21.833vw;
  width: 21.531vw;
  text-align: right;
}
@media only screen and (max-width: 1280px) {
  .lm-flex-page-wrapper .lm-slider-full-w.page-slider-section .page-slider .item .name {
    margin-left: -31.25vw;
    width: 29.297vw;
  }
}
@media only screen and (max-width: 767px) {
  .lm-flex-page-wrapper .lm-slider-full-w.page-slider-section .page-slider .item .name {
    font-size: 12vw;
    margin-left: 0;
    text-align: center;
    position: absolute;
    top: 0;
    height: 83.733vw;
    vertical-align: bottom;
    padding: 0 var(--mSmall) var(--mMin);
    box-sizing: border-box;
    width: 100vw;
  }
  .lm-flex-page-wrapper .lm-slider-full-w.page-slider-section .page-slider .item .name:before {
    content: "";
    vertical-align: bottom;
    display: inline-block;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .lm-flex-page-wrapper .lm-slider-full-w.page-slider-section .page-slider .item .name span {
    display: inline-block;
  }
}
.lm-flex-page-wrapper .lm-slider-full-w.page-slider-section .page-slider .item .text {
  width: 23.958vw;
  font-family: var(--fLight);
  font-size: 2.083vw;
  line-height: 1.125;
}
.lm-flex-page-wrapper .lm-slider-full-w.page-slider-section .page-slider .item .text b {
  font-family: var(--fMidle);
}
.lm-flex-page-wrapper .lm-slider-full-w.page-slider-section .page-slider .item .text strong {
  font-family: var(--fBold);
}
@media only screen and (max-width: 767px) {
  .lm-flex-page-wrapper .lm-slider-full-w.page-slider-section .page-slider .item .text {
    width: 100%;
    font-family: var(--fLight);
    font-size: var(--fzP);
    line-height: 1.125;
    padding-top: var(--mSmall);
    text-align: center;
  }
}
.lm-flex-page-wrapper .lm-slider-full-w.page-slider-section .page-slider .slick-dots {
  margin-top: var(--mMedium);
  position: static;
}
.lm-flex-page-wrapper .lm-slider-full-w.page-slider-section .page-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 1.333vw;
}
.lm-flex-page-wrapper .lm-slider-full-w.page-slider-section .page-slider .slick-dots li.slick-active button {
  opacity: 1;
}
.lm-flex-page-wrapper .lm-slider-full-w.page-slider-section .page-slider .slick-dots li button {
  width: 3.733vw;
  height: 3.733vw;
  border-radius: 3.733vw;
  background-color: #fff;
  opacity: 0.55;
}
.lm-flex-page-wrapper .lm-slider-full-w.page-slider-section .page-slider .slick-dots li button:before {
  display: none;
}
.lm-flex-page-wrapper .lm-title-right-pages-list {
  margin-bottom: var(--mMedium);
}
.lm-flex-page-wrapper .lm-title-right-pages-list .section-title {
  margin-bottom: 0 !important;
  font-size: var(--fzH1) !important;
  line-height: 1.08 !important;
}
.lm-flex-page-wrapper .lm-posts-2col-grid .grid-col-2 {
  margin: var(--mMedium) 0;
  grid-template-columns: repeat(2, 460px);
  grid-column-gap: 122px;
}
@media only screen and (max-width: 1280px) {
  .lm-flex-page-wrapper .lm-posts-2col-grid .grid-col-2 {
    grid-template-columns: repeat(2, 35.938vw);
    grid-column-gap: 9.531vw;
  }
}
.lm-flex-page-wrapper .lm-posts-2col-grid .post-item .date {
  font-size: var(--fzP);
}
.lm-flex-page-wrapper .lm-posts-2col-grid .post-item .name {
  font-family: var(--fBold);
  font-size: var(--fzH2) !important;
  margin-bottom: var(--mSmall);
  line-height: 1;
}
.lm-flex-page-wrapper .lm-posts-2col-grid .post-item .description {
  margin-bottom: var(--mSmall);
  font-size: var(--fzP);
}
@media only screen and (max-width: 767px) {
  .lm-flex-page-wrapper .lm-posts-2col-grid .post-item .description {
    margin-bottom: var(--mMin);
  }
}
.lm-flex-page-wrapper .lm-posts-2col-grid .post-item .link {
  font-family: var(--fBold);
  color: var(--cRed);
  position: relative;
  display: inline-block;
  padding-left: 57px;
  font-size: var(--fzP);
}
@media only screen and (max-width: 1280px) {
  .lm-flex-page-wrapper .lm-posts-2col-grid .post-item .link {
    padding-left: 4.453vw;
  }
}
@media only screen and (max-width: 767px) {
  .lm-flex-page-wrapper .lm-posts-2col-grid .post-item .link {
    padding-left: 11.2vw;
  }
}
.lm-flex-page-wrapper .lm-posts-2col-grid .post-item .link:hover {
  color: var(--cBlue);
}
.lm-flex-page-wrapper .lm-posts-2col-grid .post-item .link:hover:before {
  background-image: url(../assets/link-arrow-right-bluedark.svg);
}
.lm-flex-page-wrapper .lm-posts-2col-grid .post-item .link:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: " ";
  width: 32px;
  height: 23px;
  background-image: url(../assets/img/icons/link-arrow-right-red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 1280px) {
  .lm-flex-page-wrapper .lm-posts-2col-grid .post-item .link:before {
    top: 0.156vw;
    width: 2.5vw;
    height: 1.797vw;
  }
}
@media only screen and (max-width: 767px) {
  .lm-flex-page-wrapper .lm-posts-2col-grid .post-item .link:before {
    top: 0.533vw;
    width: 6.933vw;
    height: 5.067vw;
  }
}
.lm-flex-page-wrapper .section-what-we-do {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.lm-flex-page-wrapper .section-what-we-do .section-title {
  font-size: var(--fzH1) !important;
  line-height: 1.08 !important;
}
.lm-flex-page-wrapper .section-what-we-do .horizontal-list .item-title {
  font-size: var(--fzH3) !important;
  line-height: 1.1 !important;
  margin-bottom: var(--mMin);
}
.lm-flex-page-wrapper .section-what-we-do .horizontal-list .item-subtitle {
  font-size: var(--fzP) !important;
  line-height: 1.22 !important;
}
.lm-flex-page-wrapper .section-what-we-do .horizontal-list li {
  padding: var(--mSmall) 0 !important;
}
.lm-flex-page-wrapper .section-what-we-do .horizontal-list li:first-of-type {
  padding-top: 0 !important;
}
.lm-flex-page-wrapper .section-what-we-do .horizontal-list li a {
  display: inline-block;
  background-image: linear-gradient(transparent 7vw, var(--cDrGreen) 0px);
}
@media only screen and (max-width: 767px) {
  .lm-flex-page-wrapper .section-what-we-do .horizontal-list li a {
    background-image: linear-gradient(transparent 17vw, var(--cDrGreen) 0px);
  }
}
.lm-flex-page-wrapper .section-what-we-do .horizontal-list li a:hover {
  text-decoration: none;
  color: var(--cBlue);
  background-image: linear-gradient(transparent 27px, var(--cDrGreen) 0px);
}
@media only screen and (max-width: 1280px) {
  .lm-flex-page-wrapper .section-what-we-do .horizontal-list li a:hover {
    background-image: linear-gradient(transparent 2.109vw, var(--cDrGreen) 0px);
  }
}
@media only screen and (max-width: 767px) {
  .lm-flex-page-wrapper .section-what-we-do .horizontal-list li a:hover {
    background-image: linear-gradient(transparent 4.5vw, var(--cDrGreen) 0px);
  }
}
.lm-flex-page-wrapper .lm-page-title .section-title {
  font-family: var(--fBold) !important;
}

.simplepage-wrapper .lm-flex-page-wrapper .section.old-greed-section {
  padding: var(--mBig) 0 !important;
}
@media only screen and (max-width: 767px) {
  .simplepage-wrapper .lm-flex-page-wrapper .section.old-greed-section {
    padding: var(--mBig) 0 !important;
  }
}
.simplepage-wrapper .lm-flex-page-wrapper .base-wrapper .lm-page-title {
  margin-top: var(--mBig);
}
.simplepage-wrapper .lm-flex-page-wrapper .base-wrapper:not(:first-of-type).lm-page-title {
  margin-top: calc(2 * var(--mMedium));
}
@media only screen and (max-width: 767px) {
  .simplepage-wrapper .lm-flex-page-wrapper .base-wrapper:not(:first-of-type).lm-page-title {
    margin-top: var(--mMedium);
  }
}

.error404 {
  background-color: var(--cRed);
  padding-bottom: calc(var(--mBig) + var(--mMedium));
}
.error404 .header .navbar {
  background-color: var(--cRed);
}
.error404 .header .navbar .top-main-menu-toggle {
  background-color: var(--cBlue);
}
.error404 .header .navbar .top-main-menu-toggle span {
  color: #fff;
}
.error404 .section-404 {
  padding-top: var(--mSmall);
  overflow: hidden;
  background-color: var(--cRed);
  font-family: "raisonne-bold-pro";
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .error404 .section-404 {
    padding-top: var(--mMedium);
  }
}
.error404 .section-404 h1 {
  font-size: var(--fzH2);
  line-height: 45px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .error404 .section-404 h1 {
    font-size: var(--fzP);
    font-family: var(--fLight);
    margin-bottom: var(--mSmall);
    line-height: 1;
  }
}
.error404 .section-404 .text {
  font-size: var(--fzH1);
  line-height: 130px;
}
@media only screen and (max-width: 767px) {
  .error404 .section-404 .text {
    line-height: 105%;
  }
}
@media only screen and (max-width: 767px) {
  .error404 .section-404 .text br {
    display: none;
  }
}
.error404 .section-404 .text .colored-text {
  position: relative;
  z-index: 10;
}
.error404 .section-404 .text .colored-text.blue {
  background-image: linear-gradient(transparent 50px, var(--cBlue) 0px);
}
@media only screen and (max-width: 767px) {
  .error404 .section-404 .text .colored-text.blue {
    background-image: linear-gradient(transparent 6.667vw, var(--cBlue) 0px);
  }
}
.error404 .error-bottom-links a {
  font-family: "raisonne-bold-pro";
  color: #26254A;
  position: relative;
  display: inline-block;
  font-size: 20px;
  padding-left: 57px;
}
@media only screen and (max-width: 767px) {
  .error404 .error-bottom-links a {
    font-family: var(--fLight);
    padding-left: 10.667vw;
  }
}
.error404 .error-bottom-links a:before {
  content: url(../assets/link-arrow-right-bluedark.svg);
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .error404 .error-bottom-links a:before {
    content: " ";
    top: 1.067vw;
    background: url(../assets/link-arrow-right-bluedark.svg);
    width: 6.933vw;
    height: 5.067vw;
    background-size: contain;
    background-position: center;
  }
}
.error404 .error-bottom-links {
  position: absolute;
  width: 100%;
  bottom: var(--mBig);
}
@media only screen and (max-width: 767px) {
  .error404 .error-bottom-links {
    bottom: 14.667vw;
  }
}
.error404 .error-bottom-links .base-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .error404 .error-bottom-links .base-wrapper {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .error404 .error-bottom-links .base-wrapper a {
    display: block;
  }
}

.colored-text {
  position: relative;
  z-index: 10;
}
.colored-text.blue {
  background-image: linear-gradient(transparent 25px, var(--cBlue) 0px);
}

.jobs-page .section p {
  font-size: var(--fzP) !important;
  line-height: 1.2 !important;
}
.jobs-page .jobs-taxes-list .section {
  padding: 0 !important;
}
.jobs-page .jobs-taxes-list .section .grid-col-2 {
  margin: var(--mMedium) 0;
  grid-template-columns: repeat(2, 555px);
  grid-column-gap: 25px;
}
@media only screen and (max-width: 1280px) {
  .jobs-page .jobs-taxes-list .section .grid-col-2 {
    grid-template-columns: repeat(2, 43.359vw);
    grid-column-gap: 1.953vw;
  }
}
@media only screen and (max-width: 767px) {
  .jobs-page .jobs-taxes-list .section .grid-col-2 {
    padding: var(--mSmall) 0;
    margin: 0;
    grid-row-gap: var(--mMedium);
  }
}
.jobs-page .jobs-taxes-list .jobs-tax-list-item {
  margin-top: var(--mBig);
  margin-bottom: calc(var(--mBig) + var(--mSmall));
}
@media only screen and (max-width: 767px) {
  .jobs-page .jobs-taxes-list .jobs-tax-list-item {
    margin-top: var(--mBig);
    margin-bottom: var(--mBig);
  }
}
.jobs-page .jobs-taxes-list .jobs-tax-list-item .tax-title {
  font-family: "raisonne-bold-pro";
  font-size: var(--fzH2) !important;
  margin-bottom: var(--mMedium);
}
.jobs-page .jobs-slider-section .jobs-slider .item .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jobs-page .jobs-slider-section .jobs-slider .item .name {
  font-size: 3.385vw;
  font-family: var(--fBold);
  line-height: 1.125;
  margin-left: -21.833vw;
  width: 21.531vw;
  text-align: right;
}
@media only screen and (max-width: 1280px) {
  .jobs-page .jobs-slider-section .jobs-slider .item .name {
    margin-left: -31.25vw;
    width: 29.297vw;
  }
}
@media only screen and (max-width: 767px) {
  .jobs-page .jobs-slider-section .jobs-slider .item .name {
    font-size: 12vw;
    width: 100%;
    margin-left: 0;
    text-align: center;
    padding-bottom: var(--mMin);
    position: absolute;
    top: 0;
    height: 83.733vw;
    vertical-align: bottom;
  }
  .jobs-page .jobs-slider-section .jobs-slider .item .name:before {
    content: "";
    vertical-align: bottom;
    display: inline-block;
    height: 100%;
  }
}
.jobs-page .jobs-slider-section .jobs-slider .item .text {
  width: 23.958vw;
  font-family: var(--fLight);
  font-size: 2.083vw;
  line-height: 1.125;
}
.jobs-page .jobs-slider-section .jobs-slider .item .text b {
  font-family: var(--fMidle);
}
.jobs-page .jobs-slider-section .jobs-slider .item .text strong {
  font-family: var(--fBold);
}
@media only screen and (max-width: 767px) {
  .jobs-page .jobs-slider-section .jobs-slider .item .text {
    width: 100%;
    font-family: var(--fLight);
    font-size: var(--fzP);
    line-height: 1.125;
    padding-top: var(--mSmall);
    text-align: center;
  }
  .jobs-page .jobs-slider-section .jobs-slider .item .text b {
    font-family: var(--fMidle);
  }
  .jobs-page .jobs-slider-section .jobs-slider .item .text strong {
    font-family: var(--fBold);
  }
}
.jobs-page .jobs-slider-section .jobs-slider .slick-dots {
  margin-top: var(--mMedium);
  position: static;
}
.jobs-page .jobs-slider-section .jobs-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 1.333vw;
}
.jobs-page .jobs-slider-section .jobs-slider .slick-dots li.slick-active button {
  opacity: 1;
}
.jobs-page .jobs-slider-section .jobs-slider .slick-dots li button {
  width: 3.733vw;
  height: 3.733vw;
  border-radius: 3.733vw;
  background-color: #fff;
  opacity: 0.55;
}
.jobs-page .jobs-slider-section .jobs-slider .slick-dots li button:before {
  display: none;
}

.agentur-content-wrapper .page-banner .title {
  font-size: var(--fzH1);
  line-height: 1.08;
}
.agentur-content-wrapper .agentur-top-block {
  margin: var(--mMedium) 0 0;
}
.agentur-content-wrapper .agentur-top-block p {
  font-size: var(--fzP) !important;
  line-height: 1.2;
}
.agentur-content-wrapper .agentur-top-block .normal-title {
  font-family: var(--fBold);
  font-size: var(--fzH2) !important;
  margin-bottom: var(--mSmall);
  line-height: 1;
}
.agentur-content-wrapper .agentur-top-block .lm-title-2col-grid .grid-col-2 {
  margin: var(--mMedium) 0;
  grid-template-columns: repeat(2, 460px);
  grid-column-gap: 25px;
}
@media only screen and (max-width: 1280px) {
  .agentur-content-wrapper .agentur-top-block .lm-title-2col-grid .grid-col-2 {
    grid-template-columns: repeat(2, 35.938vw);
    grid-column-gap: 1.953vw;
  }
}
@media only screen and (max-width: 767px) {
  .agentur-content-wrapper .agentur-top-block .lm-title-2col-grid .grid-col-2 {
    margin: var(--mSmall) 0;
  }
}
.agentur-content-wrapper .agentur-top-block .right-image-wrapper {
  text-align: right;
  margin-bottom: var(--mMedium);
}
.agentur-content-wrapper .agentur-top-block .right-image-wrapper img {
  display: inline-block;
  width: 634px;
  height: 490px;
  object-fit: cover;
  transform: rotate(3deg);
}
@media only screen and (max-width: 1280px) {
  .agentur-content-wrapper .agentur-top-block .right-image-wrapper img {
    width: 49.531vw;
    height: 38.281vw;
  }
}
@media only screen and (max-width: 767px) {
  .agentur-content-wrapper .agentur-top-block .right-image-wrapper img {
    width: 100%;
    height: auto;
  }
}
.agentur-content-wrapper .agentur-grid-list-title {
  font-family: var(--fBold);
  font-size: var(--fzH1);
  color: var(--cDrGreen);
  padding: var(--mBig) 0;
  line-height: 1.08;
}
@media only screen and (max-width: 767px) {
  .agentur-content-wrapper .agentur-grid-list-title {
    font-family: var(--fMidle);
    padding: var(--mBig) 0 calc(var(--mBig) + var(--mSmall));
  }
}
.agentur-content-wrapper .agentur-grid-list {
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: var(--mBig);
}
@media only screen and (max-width: 1280px) {
  .agentur-content-wrapper .agentur-grid-list {
    grid-column-gap: 1.953vw;
  }
}
@media only screen and (max-width: 767px) {
  .agentur-content-wrapper .agentur-grid-list {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .agentur-content-wrapper .agentur-grid-list .member-item {
    width: 84vw;
  }
}
.agentur-content-wrapper .agentur-grid-list .member-item .image-wrapper {
  width: 100%;
  height: 448px;
  margin-bottom: var(--mSmall);
}
@media only screen and (max-width: 1280px) {
  .agentur-content-wrapper .agentur-grid-list .member-item .image-wrapper {
    height: 35vw;
  }
}
@media only screen and (max-width: 767px) {
  .agentur-content-wrapper .agentur-grid-list .member-item .image-wrapper {
    height: 81.067vw;
  }
}
.agentur-content-wrapper .agentur-grid-list .member-item .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.agentur-content-wrapper .agentur-grid-list .member-item .function {
  font-size: var(--fzP);
  line-height: 1.22;
}
.agentur-content-wrapper .agentur-grid-list .member-item .name {
  font-family: var(--fBold);
  font-size: var(--fzH2) !important;
  margin-bottom: var(--mSmall);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .agentur-content-wrapper .agentur-grid-list .member-item .name {
    margin-bottom: var(--mMin);
    font-family: var(--fMidle);
  }
}
.agentur-content-wrapper .agentur-grid-list .member-item .description {
  font-size: var(--fzP);
  line-height: 1.22;
  margin-bottom: var(--mMedium);
}
@media only screen and (max-width: 767px) {
  .agentur-content-wrapper .agentur-grid-list .member-item .description {
    margin-bottom: var(--mMin);
  }
}
.agentur-content-wrapper .agentur-grid-list .member-item .social-links a {
  margin-right: var(--mSmall);
  font-size: var(--fzP);
  vertical-align: middle;
  transition: all 0.2s;
}
@media only screen and (max-width: 767px) {
  .agentur-content-wrapper .agentur-grid-list .member-item .social-links a {
    margin-right: 1.867vw;
    display: inline-block;
    font-size: 4.267vw;
    width: 8.267vw;
    height: 8.267vw;
    border-radius: 8.267vw;
    background-color: var(--cRed);
    text-align: center;
    color: #fff;
  }
  .agentur-content-wrapper .agentur-grid-list .member-item .social-links a:before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    height: 100%;
  }
}
.agentur-content-wrapper .agentur-grid-list .member-item .social-links a:hover {
  color: var(--cRed);
}
@media only screen and (max-width: 767px) {
  .agentur-content-wrapper .agentur-grid-list .member-item .social-links a:hover {
    color: #fff;
    background-color: var(--cBlue);
  }
}
@media only screen and (max-width: 767px) {
  .agentur-content-wrapper .agentur-grid-list .member-item .social-links a i {
    vertical-align: middle;
  }
}
.agentur-content-wrapper .agentur-grid-list .text-item {
  padding-top: var(--mMedium);
}
@media only screen and (max-width: 767px) {
  .agentur-content-wrapper .agentur-grid-list .text-item {
    padding-top: 0;
    width: 84vw;
  }
}
.agentur-content-wrapper .agentur-grid-list .text-item strong {
  color: var(--cDrGreen);
  font-size: var(--fzH2);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .agentur-content-wrapper .agentur-grid-list .text-item strong {
    font-family: var(--fLight);
    font-size: var(--fzP);
    margin-bottom: var(--mMin);
  }
}
.agentur-content-wrapper .agentur-grid-list .text-item h3 {
  font-size: var(--fzQ);
  line-height: 1.1;
  font-family: var(--fBold);
}
.agentur-content-wrapper .agentur-grid-list .text-item span {
  position: relative;
  z-index: 10;
  background-image: linear-gradient(transparent 34px, var(--cDrGreen) 0px);
}
@media only screen and (max-width: 1280px) {
  .agentur-content-wrapper .agentur-grid-list .text-item span {
    background-image: linear-gradient(transparent 2.656vw, var(--cDrGreen) 0px);
  }
}
@media only screen and (max-width: 767px) {
  .agentur-content-wrapper .agentur-grid-list .text-item span {
    background-image: linear-gradient(transparent 5.667vw, var(--cDrGreen) 0px);
  }
}

.single-jobs .single-post-content-wrapper {
  overflow: hidden;
}
.single-jobs .top-row {
  margin: var(--mMedium) auto calc(var(--mBig) + var(--mMedium));
}
@media only screen and (max-width: 767px) {
  .single-jobs .top-row {
    margin: var(--mSmall) auto calc(2 * var(--mMedium));
  }
}
.single-jobs .top-row .back {
  font-family: var(--fBold);
  color: var(--cRed);
  position: relative;
  display: inline-block;
  font-size: var(--fzP);
  padding-left: 57px;
}
@media only screen and (max-width: 1280px) {
  .single-jobs .top-row .back {
    padding-left: 4.453vw;
  }
}
@media only screen and (max-width: 767px) {
  .single-jobs .top-row .back {
    padding-left: 11.2vw;
  }
}
.single-jobs .top-row .back:hover {
  color: var(--cBlue);
}
.single-jobs .top-row .back:hover:before {
  background-image: url(../assets/link-arrow-right-bluedark.svg);
}
.single-jobs .top-row .back:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: " " !important;
  width: 32px;
  height: 23px;
  background-image: url(../assets/img/icons/link-arrow-right-red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(-180deg);
}
@media only screen and (max-width: 1280px) {
  .single-jobs .top-row .back:before {
    top: 0.156vw;
    width: 2.5vw;
    height: 1.797vw;
  }
}
@media only screen and (max-width: 767px) {
  .single-jobs .top-row .back:before {
    top: 0.533vw !important;
    width: 6.933vw;
    height: 5.067vw;
  }
}
.single-jobs .job-single-top-block {
  margin-top: calc(var(--mBig) + var(--mMedium));
}
@media only screen and (max-width: 767px) {
  .single-jobs .job-single-top-block {
    margin-top: var(--mSmall) auto calc(2 * var(--mMedium));
  }
}
.single-jobs .job-single-top-block .grid-col-2 {
  grid-template-columns: 460px 633px;
  grid-column-gap: 25px;
}
@media only screen and (max-width: 1280px) {
  .single-jobs .job-single-top-block .grid-col-2 {
    grid-template-columns: 35.938vw 49.453vw;
    grid-column-gap: 1.953vw;
  }
}
.single-jobs .job-single-top-block .job-character {
  font-size: var(--fzP) !important;
  line-height: 1.2;
}
.single-jobs .job-single-top-block h1 {
  font-size: var(--fzH2);
  margin: 0 0 var(--mMedium);
  font-family: var(--fBold);
}
@media only screen and (max-width: 767px) {
  .single-jobs .job-single-top-block h1 {
    margin: 0 0 var(--mSmall);
  }
}
.single-jobs .job-single-top-block .description {
  font-size: var(--fzP) !important;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .single-jobs .job-single-top-block .image-wrapper {
    display: none;
  }
}
.single-jobs .job-single-top-block .image-wrapper img {
  max-width: 100%;
  transform: rotate(3deg);
  display: inline-block;
}

.single-projects .single-post-content-wrapper, .single-arbeiten .single-post-content-wrapper {
  overflow: hidden;
}
.single-projects .top-row, .single-arbeiten .top-row {
  position: relative;
  margin: var(--mMedium) auto calc(var(--mBig) + var(--mMedium));
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .single-projects .top-row, .single-arbeiten .top-row {
    margin: var(--mSmall) auto calc(var(--mMedium) * 2);
  }
}
.single-projects .top-row .back, .single-arbeiten .top-row .back {
  font-family: var(--fBold);
  color: var(--cRed);
  position: relative;
  display: inline-block;
  font-size: 20px;
  padding-left: 57px;
}
.single-projects .top-row .back:before, .single-arbeiten .top-row .back:before {
  content: url(../assets/img/icons/link-arrow-right-red.svg);
  position: absolute;
  top: -10px;
  left: 0;
  transform: rotate(-180deg);
}
.single-projects .cats-list, .single-arbeiten .cats-list {
  text-align: right;
  position: absolute;
  right: 0;
  font-size: var(--fzP);
}
@media only screen and (max-width: 767px) {
  .single-projects .cats-list, .single-arbeiten .cats-list {
    position: static;
    font-size: 3.733vw;
  }
}
@media only screen and (max-width: 767px) {
  .single-projects .cats-list.desc, .single-arbeiten .cats-list.desc {
    display: none;
  }
}
.single-projects .cats-list.mob, .single-arbeiten .cats-list.mob {
  display: none;
}
@media only screen and (max-width: 767px) {
  .single-projects .cats-list.mob, .single-arbeiten .cats-list.mob {
    display: block;
  }
}
.single-projects .cats-list .link-to-cat, .single-arbeiten .cats-list .link-to-cat {
  display: block;
  margin-bottom: var(--mMin);
}
@media only screen and (max-width: 767px) {
  .single-projects .cats-list .link-to-cat, .single-arbeiten .cats-list .link-to-cat {
    display: inline-block;
    margin-left: var(--mMin);
    margin-bottom: 2vw;
  }
}
.single-projects .projects-single-top-block, .single-arbeiten .projects-single-top-block {
  margin-top: calc(var(--mBig) + var(--mMedium));
}
@media only screen and (max-width: 767px) {
  .single-projects .projects-single-top-block, .single-arbeiten .projects-single-top-block {
    margin: 0;
  }
}
.single-projects .projects-single-top-block h1, .single-arbeiten .projects-single-top-block h1 {
  font-size: var(--fzH2);
  margin: 0 0 var(--mSmall);
  font-family: var(--fBold);
}
@media only screen and (max-width: 767px) {
  .single-projects .projects-single-top-block h1, .single-arbeiten .projects-single-top-block h1 {
    font-size: var(--fzP);
    font-family: var(--fLight);
  }
}
.single-projects .projects-single-top-block .project-title, .single-arbeiten .projects-single-top-block .project-title {
  font-family: var(--fBold);
  font-size: var(--fzH1);
  line-height: 1.08;
  margin: 0 0 var(--mSmall);
  max-width: 1077px;
}
@media only screen and (max-width: 767px) {
  .single-projects .projects-single-top-block .project-title, .single-arbeiten .projects-single-top-block .project-title {
    font-size: 12vw;
  }
}
.single-projects .projects-single-top-block .description, .single-arbeiten .projects-single-top-block .description {
  font-size: var(--fzH2) !important;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .single-projects .projects-single-top-block .description, .single-arbeiten .projects-single-top-block .description {
    font-size: var(--fzP) !important;
  }
}
.single-projects .projects-single-top-block .image-wrapper, .single-arbeiten .projects-single-top-block .image-wrapper {
  width: 100%;
  margin-bottom: var(--mMedium);
}
@media only screen and (max-width: 767px) {
  .single-projects .projects-single-top-block .image-wrapper, .single-arbeiten .projects-single-top-block .image-wrapper {
    width: 100vw;
    margin-left: -8vw;
    height: 86.933vw;
    margin-bottom: var(--mSmall);
  }
}
.single-projects .projects-single-top-block .image-wrapper img, .single-arbeiten .projects-single-top-block .image-wrapper img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .single-projects .projects-single-top-block .image-wrapper img, .single-arbeiten .projects-single-top-block .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.single-projects .projects-single-top-block .project-description, .single-arbeiten .projects-single-top-block .project-description {
  font-family: var(--fBold);
  font-size: var(--fzH2);
  line-height: 1.125;
}
@media only screen and (max-width: 767px) {
  .single-projects .projects-single-top-block .project-description, .single-arbeiten .projects-single-top-block .project-description {
    font-size: var(--fzP);
  }
}
.single-projects .page-title, .single-arbeiten .page-title {
  margin-top: calc(var(--mBig) + var(--mMedium));
}
.single-projects .page-title .section-title, .single-arbeiten .page-title .section-title {
  line-height: 1.08 !important;
}
.single-projects .same-posts-wrapper, .single-arbeiten .same-posts-wrapper {
  margin-top: var(--mBig);
}
.single-projects .same-posts-wrapper .same-posts-title, .single-arbeiten .same-posts-wrapper .same-posts-title {
  font-family: var(--fBold);
  font-size: var(--fzH2);
  line-height: 1.125;
  margin-bottom: var(--mMin);
}
.single-projects .same-posts-wrapper .section, .single-arbeiten .same-posts-wrapper .section {
  padding: 0 !important;
}
.single-projects .same-posts-wrapper .posts-list, .single-arbeiten .same-posts-wrapper .posts-list {
  margin: var(--mMedium) auto;
  width: 100%;
  max-width: 1410px;
}
.single-projects .same-posts-wrapper .posts-list .slick-arrow, .single-arbeiten .same-posts-wrapper .posts-list .slick-arrow {
  width: 34px;
  top: 250px;
}
.single-projects .same-posts-wrapper .posts-list .slick-arrow:before, .single-arbeiten .same-posts-wrapper .posts-list .slick-arrow:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 28px;
  height: 19px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.single-projects .same-posts-wrapper .posts-list .slick-arrow.slick-prev, .single-arbeiten .same-posts-wrapper .posts-list .slick-arrow.slick-prev {
  left: -65px;
}
.single-projects .same-posts-wrapper .posts-list .slick-arrow.slick-prev:before, .single-arbeiten .same-posts-wrapper .posts-list .slick-arrow.slick-prev:before {
  transform: rotate(180deg);
  background-image: url(../assets/link-arrow-right-bluedark.svg);
}
.single-projects .same-posts-wrapper .posts-list .slick-arrow.slick-next, .single-arbeiten .same-posts-wrapper .posts-list .slick-arrow.slick-next {
  right: -65px;
}
.single-projects .same-posts-wrapper .posts-list .slick-arrow.slick-next:before, .single-arbeiten .same-posts-wrapper .posts-list .slick-arrow.slick-next:before {
  background-image: url(../assets/link-arrow-right-bluedark.svg);
}
.single-projects .same-posts-wrapper .posts-list .project-container, .single-arbeiten .same-posts-wrapper .posts-list .project-container {
  margin: 0 25px;
}
.single-projects .same-posts-wrapper .posts-list .project-container:hover, .single-arbeiten .same-posts-wrapper .posts-list .project-container:hover {
  text-decoration: none;
  text-transform: none;
}
.single-projects .same-posts-wrapper .posts-list .project-container:hover .client, .single-arbeiten .same-posts-wrapper .posts-list .project-container:hover .client {
  color: var(--cBlue);
}
.single-projects .same-posts-wrapper .posts-list .project-container:hover .title, .single-arbeiten .same-posts-wrapper .posts-list .project-container:hover .title {
  color: var(--cBlue);
}
.single-projects .same-posts-wrapper .posts-list .project-container:hover .link, .single-arbeiten .same-posts-wrapper .posts-list .project-container:hover .link {
  color: var(--cBlue) !important;
}
.single-projects .same-posts-wrapper .posts-list .project-container:hover .link:before, .single-arbeiten .same-posts-wrapper .posts-list .project-container:hover .link:before {
  background-image: url(../assets/link-arrow-right-bluedark.svg) !important;
}
.single-projects .same-posts-wrapper .posts-list .project-container .project-box > img, .single-arbeiten .same-posts-wrapper .posts-list .project-container .project-box > img {
  width: 100%;
  height: 536px;
  object-fit: cover;
}
.single-projects .same-posts-wrapper .posts-list .project-container .project-details .client, .single-arbeiten .same-posts-wrapper .posts-list .project-container .project-details .client {
  transform: rotate(1deg);
}
.single-projects .same-posts-wrapper .posts-list .project-container .project-details .title, .single-arbeiten .same-posts-wrapper .posts-list .project-container .project-details .title {
  transform: rotate(1deg);
}
.single-projects .same-posts-wrapper .posts-list .project-container .project-details .link, .single-arbeiten .same-posts-wrapper .posts-list .project-container .project-details .link {
  transform: rotate(1deg);
}
@media only screen and (max-width: 767px) {
  .single-projects .same-posts-wrapper .posts-list .project-container .project-details .link, .single-arbeiten .same-posts-wrapper .posts-list .project-container .project-details .link {
    padding: 0 0 0 12vw !important;
  }
}
.single-projects .same-posts-wrapper .posts-list .project-container .project-details .link:hover, .single-arbeiten .same-posts-wrapper .posts-list .project-container .project-details .link:hover {
  color: var(--cBlue);
}
.single-projects .same-posts-wrapper .posts-list .project-container .project-details .link:hover:before, .single-arbeiten .same-posts-wrapper .posts-list .project-container .project-details .link:hover:before {
  background-image: url(../assets/link-arrow-right-bluedark.svg);
}
.single-projects .same-posts-wrapper .posts-list .project-container .project-details .link:before, .single-arbeiten .same-posts-wrapper .posts-list .project-container .project-details .link:before {
  position: absolute;
  left: 0;
  top: 0 !important;
  content: " " !important;
  width: 32px;
  height: 23px;
  background-image: url(../assets/img/icons/link-arrow-right-red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 1280px) {
  .single-projects .same-posts-wrapper .posts-list .project-container .project-details .link:before, .single-arbeiten .same-posts-wrapper .posts-list .project-container .project-details .link:before {
    top: 0;
    width: 2.5vw;
    height: 1.797vw;
  }
}
@media only screen and (max-width: 767px) {
  .single-projects .same-posts-wrapper .posts-list .project-container .project-details .link:before, .single-arbeiten .same-posts-wrapper .posts-list .project-container .project-details .link:before {
    width: 6.933vw;
    height: 5.067vw;
  }
}
@media only screen and (max-width: 767px) {
  .single-projects .lm-big-gallery, .single-arbeiten .lm-big-gallery {
    margin-top: calc(var(--mSmall) + var(--mMedium));
  }
}
@media only screen and (max-width: 767px) {
  .single-projects .simple-section-m, .single-arbeiten .simple-section-m {
    margin-top: calc(var(--mSmall) * 2);
  }
}
@media only screen and (max-width: 767px) {
  .single-projects .grid-wrapper.grid-col-2, .single-arbeiten .grid-wrapper.grid-col-2 {
    grid-row-gap: var(--mSmall);
  }
}
@media only screen and (max-width: 1280px) {
  l .d-desktop {
    display: none;
  }
}
.page-banner .d-small_desktop {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .page-banner .d-small_desktop {
    display: block;
  }
  .page-banner .d-desktop {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .page-banner .d-small_desktop {
    display: none;
  }
}
.page-banner .d-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .page-banner .d-mobile {
    display: block;
  }
}
.page-banner.bg-darkgreen {
  background: -webkit-linear-gradient(180deg, #288773 17%, rgba(255, 255, 255, 0) 14%);
  background: -moz-linear-gradient(180deg, #288773 17%, rgba(255, 255, 255, 0) 14%);
  background: linear-gradient(180deg, #288773 17%, rgba(255, 255, 255, 0) 14%);
}
.page-banner.bg-green {
  background: -webkit-linear-gradient(180deg, #1bb742 17%, rgba(255, 255, 255, 0) 14%);
  background: -moz-linear-gradient(180deg, #1bb742 17%, rgba(255, 255, 255, 0) 14%);
  background: linear-gradient(180deg, #1bb742 17%, rgba(255, 255, 255, 0) 14%);
}
.page-banner.bg-lightgreen {
  background: -webkit-linear-gradient(180deg, #8cdba0 17%, rgba(255, 255, 255, 0) 14%);
  background: -moz-linear-gradient(180deg, #8cdba0 17%, rgba(255, 255, 255, 0) 14%);
  background: linear-gradient(180deg, #8cdba0 17%, rgba(255, 255, 255, 0) 14%);
}
.page-banner lottie-player {
  /* height: 42vw; */
	height:auto;
}
@media only screen and (max-width: 1280px) {
  .page-banner lottie-player {
    height: 50vw;
  }
}
@media only screen and (max-width: 767px) {
  .page-banner lottie-player {
    height: 130vw;
  }
}

.page-id-105 .simplepage-wrapper .lm-contacts-block.simple-section-m {
  margin-top: var(--mMedium);
}

@media only screen and (max-width: 767px) {
  .page-id-98 .simplepage-wrapper .lm-contacts-block.simple-section-m {
    margin-top: var(--mMedium);
  }
}

.simplepage-wrapper {
  padding: var(--mBig) 0 0;
}
.simplepage-wrapper p {
  font-size: var(--fzP) !important;
  line-height: 1.2 !important;
}
.simplepage-wrapper h2 {
  line-height: 1.2 !important;
  font-size: var(--fzH2) !important;
  font-family: var(--fBold) !important;
}
.simplepage-wrapper .section {
  padding: 0 !important;
}
.simplepage-wrapper .section.section-newsletter {
  padding: var(--mBig) 0 var(--mMedium) !important;
}
@media only screen and (max-width: 767px) {
  .simplepage-wrapper .section.section-newsletter {
    padding: var(--mMedium) 0 !important;
  }
}
.simplepage-wrapper .h2 {
  font-size: var(--fzH2);
}
.simplepage-wrapper .simple-section-m {
  margin-top: calc(2 * var(--mMedium));
}
.simplepage-wrapper .lm-title-2col-grid .grid-col-2 {
  margin: var(--mMedium) 0;
  grid-template-columns: repeat(2, 460px);
  grid-column-gap: 25px;
}
@media only screen and (max-width: 1280px) {
  .simplepage-wrapper .lm-title-2col-grid .grid-col-2 {
    grid-template-columns: repeat(2, 35.938vw);
    grid-column-gap: 1.953vw;
  }
}
@media only screen and (max-width: 767px) {
  .simplepage-wrapper .lm-title-2col-grid .grid-col-2 {
    margin: 0 0 var(--mMedium);
  }
}
.simplepage-wrapper .lm-contacts-block .grid-col-2 {
  margin: var(--mMedium) 0;
  grid-template-columns: repeat(2, 555px);
  grid-column-gap: 25px;
}
@media only screen and (max-width: 1280px) {
  .simplepage-wrapper .lm-contacts-block .grid-col-2 {
    grid-template-columns: repeat(2, 43.359vw);
    grid-column-gap: 1.953vw;
  }
}
@media only screen and (max-width: 767px) {
  .simplepage-wrapper .lm-contacts-block .grid-col-2 {
    grid-row-gap: var(--mMedium);
  }
}
@media only screen and (max-width: 767px) {
  .simplepage-wrapper .lm-contacts-block .grid-col-2 h2 {
    font-size: var(--fzH4) !important;
    font-family: var(--fLight) !important;
    text-decoration: underline;
  }
}
@media only screen and (max-width: 767px) {
  .simplepage-wrapper .lm-contacts-block .section-simple-text h2 {
    font-size: var(--fzH4) !important;
    font-family: var(--fLight) !important;
    text-decoration: underline;
  }
}
.simplepage-wrapper .page-title .section-title {
  font-size: var(--fzH1) !important;
  line-height: 1.08 !important;
}
.simplepage-wrapper .section-cta-card {
  padding: var(--mBig) 0 !important;
}
.simplepage-wrapper .section-cta-card .cta-pre-title {
  font-size: var(--fzP) !important;
  margin-bottom: 20px !important;
}
.simplepage-wrapper .section-cta-card .cta-link {
  font-size: var(--fzP) !important;
}
.simplepage-wrapper .section-cta-card .cta-title {
  margin-bottom: var(--mSmall) !important;
}
.simplepage-wrapper .section-cta-card .cta-card {
  max-width: 933px;
  margin: 0 auto;
}
.simplepage-wrapper .lm-contacts-block .right {
  align-self: center;
}
@media only screen and (max-width: 767px) {
  .simplepage-wrapper .lm-contacts-block .right {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
}
.simplepage-wrapper .lm-contacts-block .social-link {
  font-size: 46px;
  margin-right: 45px;
  transition: all 0.2s;
  color: #000;
}
@media only screen and (max-width: 1280px) {
  .simplepage-wrapper .lm-contacts-block .social-link {
    font-size: 3.594vw;
    margin-right: 3.516vw;
  }
}
@media only screen and (max-width: 767px) {
  .simplepage-wrapper .lm-contacts-block .social-link {
    font-size: 11.467vw;
    width: 18.4vw;
    height: 18.4vw;
    border-radius: 18.4vw;
    background-color: var(--cBlGreen);
    text-align: center;
    color: #fff;
  }
  .simplepage-wrapper .lm-contacts-block .social-link:before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    height: 100%;
  }
}
.simplepage-wrapper .lm-contacts-block .social-link:hover {
  color: var(--cRed);
}
@media only screen and (max-width: 767px) {
  .simplepage-wrapper .lm-contacts-block .social-link:hover {
    color: #fff;
    background-color: var(--cRed);
  }
}
@media only screen and (max-width: 767px) {
  .simplepage-wrapper .lm-contacts-block .social-link i {
    vertical-align: middle;
  }
}

.grid-wrapper {
  display: grid;
}
.grid-wrapper.grid-col-2 {
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 767px) {
  .grid-wrapper.grid-col-2 {
    grid-template-columns: 100% !important;
  }
}

.news-wrapper .page-banner {
  padding: 90px 100px 210px !important;
}
@media only screen and (max-width: 1280px) {
  .news-wrapper .page-banner {
    padding: 7.031vw 7.813vw 16.406vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .news-wrapper .page-banner {
    padding: var(--mBig) calc(var(--mSmall) + var(--mMin)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .news-wrapper .page-banner .base-wrapper {
    padding: 0;
  }
}
.news-wrapper .page-banner .title {
  font-family: var(--fBold);
  font-size: var(--fzH1) !important;
  line-height: 1.08 !important;
}
.news-wrapper .filter-cat-list {
  -webkit-justify-content: flex-start !important;
  justify-content: flex-start !important;
}
.news-wrapper .filter-cat-list .link-to {
  margin-right: var(--mSmall);
}
.news-wrapper .news-list {
  width: 100%;
  padding: var(--mMedium) 0;
  grid-column-gap: 25px;
}
@media only screen and (max-width: 1280px) {
  .news-wrapper .news-list {
    grid-column-gap: 1.953vw;
  }
}
.news-wrapper .news-list .item {
  margin-bottom: calc(2 * var(--mMedium));
}
@media only screen and (max-width: 767px) {
  .news-wrapper .news-list .item:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .news-wrapper .news-list .item {
    margin-bottom: var(--mMedium);
  }
}
.news-wrapper .news-list .item .image-wrapper {
  margin-bottom: var(--mSmall);
  height: 444px;
  display: block;
}
@media only screen and (max-width: 1280px) {
  .news-wrapper .news-list .item .image-wrapper {
    height: 34.688vw;
  }
}
@media only screen and (max-width: 767px) {
  .news-wrapper .news-list .item .image-wrapper {
    height: 81.067vw;
  }
}
.news-wrapper .news-list .item .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-wrapper .news-list .item .date {
  font-size: var(--fzP);
}
.news-wrapper .news-list .item .name {
  font-family: var(--fBold);
  font-size: var(--fzH2) !important;
  margin-bottom: var(--mSmall);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .news-wrapper .news-list .item .name {
    margin-bottom: var(--mMin);
  }
}
.news-wrapper .news-list .item .description {
  margin-bottom: var(--mSmall);
  font-size: var(--fzP);
}
@media only screen and (max-width: 767px) {
  .news-wrapper .news-list .item .description {
    margin-bottom: var(--mMin);
  }
}
.news-wrapper .news-list .item .link {
  font-family: var(--fBold);
  color: var(--cRed);
  position: relative;
  display: inline-block;
  padding-left: 57px;
  font-size: var(--fzP);
}
@media only screen and (max-width: 1280px) {
  .news-wrapper .news-list .item .link {
    padding-left: 4.453vw;
  }
}
@media only screen and (max-width: 767px) {
  .news-wrapper .news-list .item .link {
    padding-left: 11.2vw;
  }
}
.news-wrapper .news-list .item .link:hover {
  color: var(--cBlue);
}
.news-wrapper .news-list .item .link:hover:before {
  background-image: url(../assets/link-arrow-right-bluedark.svg);
}
.news-wrapper .news-list .item .link:before {
  position: absolute;
  left: 0;
  top: -2px !important;
  content: " " !important;
  width: 32px;
  height: 23px;
  background-image: url(../assets/img/icons/link-arrow-right-red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 1280px) {
  .news-wrapper .news-list .item .link:before {
    top: -0.156vw;
    width: 2.5vw;
    height: 1.797vw;
  }
}
@media only screen and (max-width: 767px) {
  .news-wrapper .news-list .item .link:before {
    top: -0.533vw !important;
    width: 6.933vw;
    height: 5.067vw;
  }
}

.single-post .top-row,
.single-insights_webinar .top-row,
.single-insights_know_how .top-row {
  max-width: 1670px;
  margin: 0 auto;
  padding: 0 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 1280px) {
  .single-post .top-row,
  .single-insights_webinar .top-row,
  .single-insights_know_how .top-row {
    padding: 0 1.172vw;
  }
}
@media only screen and (max-width: 767px) {
  .single-post .top-row,
  .single-insights_webinar .top-row,
  .single-insights_know_how .top-row {
    padding: 0 var(--mSmall);
  }
}
.single-post .top-row .back,
.single-insights_webinar .top-row .back,
.single-insights_know_how .top-row .back {
  font-family: var(--fBold);
  color: var(--cRed);
  position: relative;
  display: inline-block;
  font-size: var(--fzP);
  padding-left: 57px;
}
@media only screen and (max-width: 1280px) {
  .single-post .top-row .back,
  .single-insights_webinar .top-row .back,
  .single-insights_know_how .top-row .back {
    padding-left: 4.453vw;
  }
}
@media only screen and (max-width: 767px) {
  .single-post .top-row .back,
  .single-insights_webinar .top-row .back,
  .single-insights_know_how .top-row .back {
    padding-left: 11.2vw;
  }
}
.single-post .top-row .back:hover,
.single-insights_webinar .top-row .back:hover,
.single-insights_know_how .top-row .back:hover {
  color: var(--cBlue);
}
.single-post .top-row .back:hover:before,
.single-insights_webinar .top-row .back:hover:before,
.single-insights_know_how .top-row .back:hover:before {
  background-image: url(../assets/link-arrow-right-bluedark.svg);
}
.single-post .top-row .back:before,
.single-insights_webinar .top-row .back:before,
.single-insights_know_how .top-row .back:before {
  position: absolute;
  left: 0;
  top: 2px !important;
  content: " " !important;
  width: 32px;
  height: 23px;
  background-image: url(../assets/img/icons/link-arrow-right-red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(-180deg);
}
@media only screen and (max-width: 1280px) {
  .single-post .top-row .back:before,
  .single-insights_webinar .top-row .back:before,
  .single-insights_know_how .top-row .back:before {
    top: 0.156vw;
    width: 2.5vw;
    height: 1.797vw;
  }
}
@media only screen and (max-width: 767px) {
  .single-post .top-row .back:before,
  .single-insights_webinar .top-row .back:before,
  .single-insights_know_how .top-row .back:before {
    top: 0.533vw !important;
    width: 6.933vw;
    height: 5.067vw;
  }
}
.single-post .top-row .date,
.single-insights_webinar .top-row .date,
.single-insights_know_how .top-row .date {
  font-size: var(--fzP);
}
.single-post .single-post-content-wrapper,
.single-insights_webinar .single-post-content-wrapper,
.single-insights_know_how .single-post-content-wrapper {
  overflow: hidden;
  padding-top: var(--mBig);
}
.single-post .section,
.single-insights_webinar .section,
.single-insights_know_how .section {
  padding: 0 !important;
}
.single-post .section.section-newsletter,
.single-insights_webinar .section.section-newsletter,
.single-insights_know_how .section.section-newsletter {
  padding: var(--mBig) 0 var(--mMedium) !important;
}
.single-post p,
.single-insights_webinar p,
.single-insights_know_how p {
  font-size: var(--fzP) !important;
  line-height: 1.2 !important;
}
.single-post .page-title .section-title,
.single-insights_webinar .page-title .section-title,
.single-insights_know_how .page-title .section-title {
  font-size: var(--fzH1) !important;
  line-height: 1.08 !important;
}
.single-post .lm-title-2col-grid .grid-col-2,
.single-insights_webinar .lm-title-2col-grid .grid-col-2,
.single-insights_know_how .lm-title-2col-grid .grid-col-2 {
  margin: var(--mMedium) 0;
  grid-template-columns: repeat(2, 460px);
  grid-column-gap: 25px;
}
@media only screen and (max-width: 1280px) {
  .single-post .lm-title-2col-grid .grid-col-2,
  .single-insights_webinar .lm-title-2col-grid .grid-col-2,
  .single-insights_know_how .lm-title-2col-grid .grid-col-2 {
    grid-template-columns: repeat(2, 35.938vw);
    grid-column-gap: 1.953vw;
  }
}
@media only screen and (max-width: 767px) {
  .single-post .lm-title-2col-grid .grid-col-2,
  .single-insights_webinar .lm-title-2col-grid .grid-col-2,
  .single-insights_know_how .lm-title-2col-grid .grid-col-2 {
    margin: var(--mSmall) 0;
  }
}
.single-post .simple-section-m,
.single-insights_webinar .simple-section-m,
.single-insights_know_how .simple-section-m {
  margin-top: calc(2 * var(--mMedium));
}
.single-post .single-thumbnail-wrapper,
.single-insights_webinar .single-thumbnail-wrapper,
.single-insights_know_how .single-thumbnail-wrapper {
  margin: var(--mMedium) auto var(--mBig);
  max-width: 1670px;
  padding: 0 15px !important;
  height: 935px;
}
@media only screen and (max-width: 1280px) {
  .single-post .single-thumbnail-wrapper,
  .single-insights_webinar .single-thumbnail-wrapper,
  .single-insights_know_how .single-thumbnail-wrapper {
    padding: 0 1.172vw !important;
    height: 73.047vw;
  }
}
@media only screen and (max-width: 767px) {
  .single-post .single-thumbnail-wrapper,
  .single-insights_webinar .single-thumbnail-wrapper,
  .single-insights_know_how .single-thumbnail-wrapper {
    padding: 0 var(--mSmall) !important;
    height: 48vw;
  }
}
.single-post .single-thumbnail-wrapper img,
.single-insights_webinar .single-thumbnail-wrapper img,
.single-insights_know_how .single-thumbnail-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post .lm-small-right-image,
.single-insights_webinar .lm-small-right-image,
.single-insights_know_how .lm-small-right-image {
  text-align: right;
}
.single-post .lm-small-right-image img,
.single-insights_webinar .lm-small-right-image img,
.single-insights_know_how .lm-small-right-image img {
  max-width: 100%;
  transform: rotate(3deg);
  display: inline-block;
}
.single-post .bottom-nav .grid-col-2,
.single-insights_webinar .bottom-nav .grid-col-2,
.single-insights_know_how .bottom-nav .grid-col-2 {
  margin: var(--mMedium) 0;
  grid-template-columns: repeat(2, 460px);
  grid-column-gap: 25px;
}
@media only screen and (max-width: 1280px) {
  .single-post .bottom-nav .grid-col-2,
  .single-insights_webinar .bottom-nav .grid-col-2,
  .single-insights_know_how .bottom-nav .grid-col-2 {
    grid-template-columns: repeat(2, 35.938vw);
    grid-column-gap: 1.953vw;
  }
}
.single-post .bottom-nav .pre a,
.single-insights_webinar .bottom-nav .pre a,
.single-insights_know_how .bottom-nav .pre a {
  font-family: var(--fBold);
  color: var(--cBlue);
  position: relative;
  display: inline-block;
  font-size: var(--fzP);
  padding-left: 57px;
}
@media only screen and (max-width: 1280px) {
  .single-post .bottom-nav .pre a,
  .single-insights_webinar .bottom-nav .pre a,
  .single-insights_know_how .bottom-nav .pre a {
    padding-left: 4.453vw;
  }
}
@media only screen and (max-width: 767px) {
  .single-post .bottom-nav .pre a,
  .single-insights_webinar .bottom-nav .pre a,
  .single-insights_know_how .bottom-nav .pre a {
    padding-left: 11.2vw;
  }
}
.single-post .bottom-nav .pre a:hover,
.single-insights_webinar .bottom-nav .pre a:hover,
.single-insights_know_how .bottom-nav .pre a:hover {
  color: var(--cRed);
}
.single-post .bottom-nav .pre a:hover:before,
.single-insights_webinar .bottom-nav .pre a:hover:before,
.single-insights_know_how .bottom-nav .pre a:hover:before {
  background-image: url(../assets/img/icons/link-arrow-right-red.svg);
}
.single-post .bottom-nav .pre a:before,
.single-insights_webinar .bottom-nav .pre a:before,
.single-insights_know_how .bottom-nav .pre a:before {
  position: absolute;
  left: 0;
  top: 0 !important;
  content: " " !important;
  width: 32px;
  height: 23px;
  background-image: url(../assets/link-arrow-right-bluedark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(-180deg);
}
@media only screen and (max-width: 1280px) {
  .single-post .bottom-nav .pre a:before,
  .single-insights_webinar .bottom-nav .pre a:before,
  .single-insights_know_how .bottom-nav .pre a:before {
    top: -0.156vw;
    width: 2.5vw;
    height: 1.797vw;
  }
}
@media only screen and (max-width: 767px) {
  .single-post .bottom-nav .pre a:before,
  .single-insights_webinar .bottom-nav .pre a:before,
  .single-insights_know_how .bottom-nav .pre a:before {
    top: -0.533vw !important;
    width: 6.933vw;
    height: 5.067vw;
  }
}
.single-post .bottom-nav .next,
.single-insights_webinar .bottom-nav .next,
.single-insights_know_how .bottom-nav .next {
  text-align: right;
}
.single-post .bottom-nav .next a,
.single-insights_webinar .bottom-nav .next a,
.single-insights_know_how .bottom-nav .next a {
  font-family: var(--fBold);
  color: var(--cBlue);
  position: relative;
  display: inline-block;
  font-size: var(--fzP);
  padding-right: 57px;
}
@media only screen and (max-width: 1280px) {
  .single-post .bottom-nav .next a,
  .single-insights_webinar .bottom-nav .next a,
  .single-insights_know_how .bottom-nav .next a {
    padding-left: 4.453vw;
  }
}
@media only screen and (max-width: 767px) {
  .single-post .bottom-nav .next a,
  .single-insights_webinar .bottom-nav .next a,
  .single-insights_know_how .bottom-nav .next a {
    padding-left: 11.2vw;
  }
}
.single-post .bottom-nav .next a:hover,
.single-insights_webinar .bottom-nav .next a:hover,
.single-insights_know_how .bottom-nav .next a:hover {
  color: var(--cRed);
}
.single-post .bottom-nav .next a:hover:before,
.single-insights_webinar .bottom-nav .next a:hover:before,
.single-insights_know_how .bottom-nav .next a:hover:before {
  background-image: url(../assets/img/icons/link-arrow-right-red.svg);
}
.single-post .bottom-nav .next a:before,
.single-insights_webinar .bottom-nav .next a:before,
.single-insights_know_how .bottom-nav .next a:before {
  position: absolute;
  right: 0;
  top: 0 !important;
  content: " " !important;
  width: 32px;
  height: 23px;
  background-image: url(../assets/link-arrow-right-bluedark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 1280px) {
  .single-post .bottom-nav .next a:before,
  .single-insights_webinar .bottom-nav .next a:before,
  .single-insights_know_how .bottom-nav .next a:before {
    top: -0.156vw;
    width: 2.5vw;
    height: 1.797vw;
  }
}
@media only screen and (max-width: 767px) {
  .single-post .bottom-nav .next a:before,
  .single-insights_webinar .bottom-nav .next a:before,
  .single-insights_know_how .bottom-nav .next a:before {
    top: -0.533vw !important;
    width: 6.933vw;
    height: 5.067vw;
  }
}

.horizontal-list .item-title {
  display: inline-block !important;
}

.page-template-template-homepage header + .wrapper {
  margin-top: 0 !important;
}
.page-template-template-homepage .page-banner.video-wrapper .home-top-video {
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 767px) {
  .page-template-template-homepage .page-banner.video-wrapper .home-top-video {
    height: auto;
  }
}
.page-template-template-homepage .page-banner.video-wrapper .home-top-video.desc {
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .page-template-template-homepage .page-banner.video-wrapper .home-top-video.desc {
    display: none;
  }
}
.page-template-template-homepage .page-banner.video-wrapper .home-top-video.mob {
  display: none;
}
@media only screen and (max-width: 767px) {
  .page-template-template-homepage .page-banner.video-wrapper .home-top-video.mob {
    display: block;
  }
}
.page-template-template-homepage .lm-page-title {
  margin-top: calc(2 * var(--mMedium));
}
@media only screen and (max-width: 767px) {
  .page-template-template-homepage .lm-page-title {
    margin-top: var(--mBig);
    font-family: var(--fBold);
  }
}
@media only screen and (max-width: 767px) {
  .page-template-template-homepage .lm-page-title .section-title {
    margin-bottom: 0;
  }
}
.page-template-template-homepage .section-what-we-do {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.page-template-template-homepage .section-what-we-do .section-title {
  font-size: var(--fzH1) !important;
  line-height: 1.08 !important;
}
.page-template-template-homepage .section-what-we-do .horizontal-list .item-title, .page-template-template-homepage .section-what-we-do .horizontal-list .item-title h2 {
  font-size: var(--fzQ) !important;
  line-height: 1.1 !important;
  margin-bottom: var(--mMin);
}
@media only screen and (max-width: 767px) {
  .page-template-template-homepage .section-what-we-do .horizontal-list .item-title, .page-template-template-homepage .section-what-we-do .horizontal-list .item-title h2 {
    font-size: var(--fzH3) !important;
    margin-bottom: 0;
    font-family: var(--fMidle) !important;
  }
}
.page-template-template-homepage .section-what-we-do .horizontal-list .item-subtitle {
  font-size: var(--fzP) !important;
  line-height: 1.22 !important;
}
.page-template-template-homepage .section-what-we-do .horizontal-list li {
  padding: var(--mSmall) 0 !important;
}
@media only screen and (max-width: 767px) {
  .page-template-template-homepage .section-what-we-do .horizontal-list li {
    padding: var(--mMin) 0 !important;
  }
}
.page-template-template-homepage .section-what-we-do .horizontal-list li:first-of-type {
  padding-top: 0 !important;
}
.page-template-template-homepage .section-portfolio .section-title {
  font-size: var(--fzH1) !important;
  line-height: 1.08 !important;
}
@media only screen and (max-width: 767px) {
  .page-template-template-homepage .section-who-we-are {
    padding: var(--mBig) 0 !important;
  }
}
.page-template-template-homepage .section-who-we-are .section-title {
  font-size: var(--fzH1) !important;
  line-height: 1.08 !important;
}
@media only screen and (max-width: 767px) {
  .page-template-template-homepage .section-who-we-are .container-fluid {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-template-homepage .section-who-we-are .container-fluid .row {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-template-homepage .section-who-we-are .container-fluid .row .col-12,
  .page-template-template-homepage .section-who-we-are .container-fluid .row .col-md-4,
  .page-template-template-homepage .section-who-we-are .container-fluid .row .col-md-6 {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-template-homepage .section-who-we-are .btn-container {
    margin-top: calc(var(--mMedium) + var(--mSmall)) !important;
  }
}
.page-template-template-homepage .section-who-we-are .btn-container .btn:hover {
  background-color: inherit !important;
  color: #fff !important;
  border-color: #fff !important;
}
@media only screen and (max-width: 767px) {
  .page-template-template-homepage .section-portfolio .project-container .category > span {
    display: none !important;
  }
}

body .projects-list {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 795px 654px;
  grid-template-rows: masonry;
}
body .projects-list.section {
  padding-top: var(--mBig) !important;
  padding-bottom: var(--mSmall) !important;
  padding-left: var(--mBig) !important;
  padding-right: var(--mMin) !important;
}
@media only screen and (max-width: 767px) {
  body .projects-list.section {
    padding: var(--mMedium) 0 0 !important;
  }
}
@media only screen and (max-width: 1670px) {
  body .projects-list {
    grid-template-columns: 47.605vw 39.162vw;
  }
}
@media only screen and (max-width: 767px) {
  body .projects-list {
    grid-template-columns: 1fr !important;
  }
}
body .projects-list .project-item {
  min-width: 513px;
}
body .projects-list .project-item:hover {
  text-decoration: none;
  text-transform: none;
}
body .projects-list .project-item:hover .category span {
  color: var(--cBlue);
}
body .projects-list .project-item:hover .client {
  color: var(--cBlue);
}
body .projects-list .project-item:hover .title {
  color: var(--cBlue);
}
body .projects-list .project-item:hover .link {
  color: var(--cBlue) !important;
}
body .projects-list .project-item:hover .link:before {
  background-image: url(../assets/link-arrow-right-bluedark.svg) !important;
}
@media only screen and (max-width: 1670px) {
  body .projects-list .project-item {
    min-width: 27vw;
  }
}
body .projects-list .project-item:first-of-type {
  margin-top: 0 !important;
}
body .projects-list .project-item .img-fluid {
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  body .projects-list .project-item .img-fluid {
    width: 100% !important;
    height: 100% !important;
  }
}
body .projects-list .project-item:nth-child(1) {
  width: 34.063vw;
}
@media only screen and (max-width: 767px) {
  body .projects-list .project-item:nth-child(1) {
    width: 100%;
  }
}
body .projects-list .project-item:nth-child(1) .img-fluid {
  width: 100%;
  height: 27.917vw;
}
@media only screen and (max-width: 767px) {
  body .projects-list .project-item:nth-child(1) .img-fluid {
    width: auto;
    height: auto;
  }
}
body .projects-list .project-item:nth-child(2) {
  margin-top: 10.677vw;
}
@media only screen and (max-width: 767px) {
  body .projects-list .project-item:nth-child(2) {
    width: 100%;
    margin-top: inherit;
  }
}
body .projects-list .project-item:nth-child(2) .img-fluid {
  width: 100%;
  height: 35.104vw;
}
@media only screen and (max-width: 767px) {
  body .projects-list .project-item:nth-child(2) .img-fluid {
    width: auto;
    height: auto;
  }
}
body .projects-list .project-item:nth-child(3) {
  width: 41.406vw;
  margin-top: -5.208vw;
}
@media only screen and (max-width: 767px) {
  body .projects-list .project-item:nth-child(3) {
    width: 100%;
    margin-top: inherit;
  }
}
body .projects-list .project-item:nth-child(3) .img-fluid {
  width: 100%;
  height: 27.917vw;
}
@media only screen and (max-width: 767px) {
  body .projects-list .project-item:nth-child(3) .img-fluid {
    width: auto;
    height: auto;
  }
}
body .projects-list .project-item:nth-child(4) {
  margin-top: 8.906vw;
  order: 1;
  width: 26.719vw;
}
@media only screen and (max-width: 767px) {
  body .projects-list .project-item:nth-child(4) {
    width: 100%;
    margin-top: inherit;
  }
}
body .projects-list .project-item:nth-child(4) .img-fluid {
  width: 100%;
  height: 35.104vw;
}
@media only screen and (max-width: 767px) {
  body .projects-list .project-item:nth-child(4) .img-fluid {
    width: auto;
    height: auto;
  }
}
body .projects-list .project-item:nth-child(5) {
  margin-top: -18.229vw;
  order: 1;
  width: 34.063vw;
}
@media only screen and (max-width: 767px) {
  body .projects-list .project-item:nth-child(5) {
    width: 100%;
    margin-top: inherit;
  }
}
body .projects-list .project-item:nth-child(5) .img-fluid {
  width: 100%;
  height: 27.917vw;
}
@media only screen and (max-width: 767px) {
  body .projects-list .project-item:nth-child(5) .img-fluid {
    width: auto;
    height: auto;
  }
}
body .projects-list .project-item:nth-child(6) {
  margin-top: 11.875vw;
  order: 1;
  width: 34.063vw;
}
@media only screen and (max-width: 767px) {
  body .projects-list .project-item:nth-child(6) {
    width: 100%;
    margin-top: inherit;
  }
}
body .projects-list .project-item:nth-child(6) .img-fluid {
  width: 100%;
  height: 27.917vw;
}
@media only screen and (max-width: 767px) {
  body .projects-list .project-item:nth-child(6) .img-fluid {
    width: auto;
    height: auto;
  }
}
body .projects-list .project-item:nth-child(7) {
  margin-top: -21.354vw;
  order: 1;
  width: 26.719vw;
}
@media only screen and (max-width: 767px) {
  body .projects-list .project-item:nth-child(7) {
    width: 100%;
    margin-top: inherit;
  }
}
body .projects-list .project-item:nth-child(7) .img-fluid {
  width: 100%;
  height: 35.104vw;
}
@media only screen and (max-width: 767px) {
  body .projects-list .project-item:nth-child(7) .img-fluid {
    width: auto;
    height: auto;
  }
}
body .projects-list .project-item:nth-child(odd) {
  max-width: 795px;
}
@media only screen and (max-width: 1670px) {
  body .projects-list .project-item:nth-child(odd) {
    margin-top: -8.982vw;
  }
}
@media only screen and (max-width: 1280px) {
  body .projects-list .project-item:nth-child(odd) {
    margin-top: -4.79vw;
  }
}
@media only screen and (max-width: 767px) {
  body .projects-list .project-item:nth-child(odd) {
    max-width: 100%;
    margin-top: 0;
  }
}
body .projects-list .project-item:nth-child(even) {
  max-width: 654px;
}
@media only screen and (max-width: 1670px) {
  body .projects-list .project-item:nth-child(even) {
    margin-top: 12.275vw;
  }
}
@media only screen and (max-width: 1280px) {
  body .projects-list .project-item:nth-child(even) {
    margin-top: 7.186vw;
  }
}
@media only screen and (max-width: 767px) {
  body .projects-list .project-item:nth-child(even) {
    max-width: 100%;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  body .projects-list .project-item .project-container.d-flex {
    display: block !important;
  }
}
body .projects-list .project-item .project-container .category {
  font-size: var(--fzP) !important;
  line-height: 1.25 !important;
}
body .projects-list .project-item .project-container .category > span {
  padding: 0 !important;
  margin-left: -2.5vw;
  font-size: 1.146vw;
}
@media only screen and (max-width: 767px) {
  body .projects-list .project-item .project-container .category > span {
    writing-mode: horizontal-tb !important;
    margin-left: var(--mSmall);
    transform: rotate(0deg) !important;
    font-size: var(--fzP) !important;
  }
}
@media only screen and (max-width: 767px) {
  body .projects-list .project-item .project-container .project-box {
    width: 100%;
    margin-bottom: var(--mMedium) !important;
  }
}
body .projects-list .project-item .project-container .project-box .project-details {
  box-sizing: border-box !important;
  width: 91% !important;
  margin: 0 auto !important;
}
@media only screen and (max-width: 1280px) {
  body .projects-list .project-item .project-container .project-box .project-details {
    padding: 1.563vw 2.344vw;
    top: -2.344vw;
  }
}
@media only screen and (max-width: 767px) {
  body .projects-list .project-item .project-container .project-box .project-details {
    padding: var(--mSmall) var(--mMin);
    top: -10.667vw;
  }
}
body .projects-list .project-item .project-container .project-box .project-details .client {
  transform: rotate(1deg);
}
body .projects-list .project-item .project-container .project-box .project-details .title {
  transform: rotate(1deg);
}
body .projects-list .project-item .project-container .project-box .project-details .link {
  transform: rotate(1deg);
}
@media only screen and (max-width: 767px) {
  body .projects-list .project-item .project-container .project-box .project-details .link {
    padding: 0 0 0 12vw !important;
  }
}
body .projects-list .project-item .project-container .project-box .project-details .link:hover {
  color: var(--cBlue);
}
body .projects-list .project-item .project-container .project-box .project-details .link:hover:before {
  background-image: url(../assets/link-arrow-right-bluedark.svg);
}
body .projects-list .project-item .project-container .project-box .project-details .link:before {
  position: absolute;
  left: 0;
  top: 0 !important;
  content: " " !important;
  width: 1.667vw;
  height: 1.198vw;
  background-image: url(../assets/img/icons/link-arrow-right-red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 1280px) {
  body .projects-list .project-item .project-container .project-box .project-details .link:before {
    top: 0;
    width: 2.5vw;
    height: 1.797vw;
  }
}
@media only screen and (max-width: 767px) {
  body .projects-list .project-item .project-container .project-box .project-details .link:before {
    width: 6.933vw;
    height: 5.067vw;
  }
}

.page-templ-pagination-wrapper {
  padding: var(--mMedium) 0;
  font-size: var(--fzP);
  line-height: 1.22;
}
.page-templ-pagination-wrapper .nav-links {
  position: relative;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.page-templ-pagination-wrapper .nav-links a {
  opacity: 0.49;
  margin: 0 27px;
  vertical-align: middle;
}
@media only screen and (max-width: 1280px) {
  .page-templ-pagination-wrapper .nav-links a {
    margin: 0 2.109vw;
  }
}
@media only screen and (max-width: 767px) {
  .page-templ-pagination-wrapper .nav-links a {
    margin: 0 var(--mMin);
  }
}
.page-templ-pagination-wrapper .nav-links a:not(.text-links) {
  margin-top: 4px;
}
@media only screen and (max-width: 1280px) {
  .page-templ-pagination-wrapper .nav-links a:not(.text-links) {
    margin-top: 0.208vw;
  }
}
@media only screen and (max-width: 767px) {
  .page-templ-pagination-wrapper .nav-links a:not(.text-links) {
    margin-top: 0.533vw;
  }
}
.page-templ-pagination-wrapper .nav-links a:hover {
  text-decoration: none;
  opacity: 1;
  color: var(--cBlue);
}
.page-templ-pagination-wrapper .nav-links .current {
  margin: 0 27px;
  opacity: 1;
}
@media only screen and (max-width: 1280px) {
  .page-templ-pagination-wrapper .nav-links .current {
    margin: 0 2.109vw;
  }
}
@media only screen and (max-width: 767px) {
  .page-templ-pagination-wrapper .nav-links .arrow-container {
    padding: 0 var(--mMin);
  }
}
.page-templ-pagination-wrapper .nav-links .arrow-container a {
  margin-top: 0;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .page-templ-pagination-wrapper .nav-links .arrow-container a {
    display: inline-block;
    margin: 0;
  }
}
.page-templ-pagination-wrapper .nav-links .text-links {
  opacity: 1;
  font-family: var(--fBold);
}
@media only screen and (max-width: 767px) {
  .page-templ-pagination-wrapper .nav-links .text-links {
    display: none;
  }
}
.page-templ-pagination-wrapper .nav-links .prev {
  opacity: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .page-templ-pagination-wrapper .nav-links .prev {
    font-size: 0;
  }
}
.page-templ-pagination-wrapper .nav-links .prev:after {
  content: "";
  width: 33px;
  height: 23px;
  background-image: url(../assets/link-arrow-right-bluedark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  transform: rotate(-180deg);
}
@media only screen and (max-width: 1280px) {
  .page-templ-pagination-wrapper .nav-links .prev:after {
    width: 2.5vw;
    height: 1.797vw;
  }
}
@media only screen and (max-width: 767px) {
  .page-templ-pagination-wrapper .nav-links .prev:after {
    margin-top: -1.067vw;
    width: 6.933vw;
    height: 5.067vw;
  }
}
.page-templ-pagination-wrapper .nav-links .next {
  opacity: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-family: var(--fBold);
}
@media only screen and (max-width: 767px) {
  .page-templ-pagination-wrapper .nav-links .next {
    font-size: 0;
  }
}
.page-templ-pagination-wrapper .nav-links .next:before {
  content: "";
  width: 33px;
  height: 23px;
  background-image: url(../assets/link-arrow-right-bluedark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
}
@media only screen and (max-width: 1280px) {
  .page-templ-pagination-wrapper .nav-links .next:before {
    width: 2.5vw;
    height: 1.797vw;
  }
}
@media only screen and (max-width: 767px) {
  .page-templ-pagination-wrapper .nav-links .next:before {
    margin-top: -1.067vw;
    width: 6.933vw;
    height: 5.067vw;
  }
}

.filter-cat-list-wrapper {
  margin-top: var(--mBig);
  font-size: var(--fzP);
}
.filter-cat-list-wrapper .filter-block-title {
  margin-bottom: var(--mSmall);
}
@media only screen and (max-width: 767px) {
  .filter-cat-list-wrapper .filter-block-title {
    display: none;
  }
}
.filter-cat-list-wrapper .filter-cat-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-family: var(--fBold);
  margin-left: -9px;
}
@media only screen and (max-width: 767px) {
  .filter-cat-list-wrapper .filter-cat-list {
    display: none;
  }
}
.filter-cat-list-wrapper .filter-cat-list .link-to {
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  background-image: linear-gradient(transparent 100px, var(--cWtGreen) 0px);
  padding-left: 9px;
  padding-right: 6px;
}
.filter-cat-list-wrapper .filter-cat-list .link-to.active-link {
  background-image: linear-gradient(transparent 16px, var(--cWtGreen) 0px);
}
@media only screen and (max-width: 767px) {
  .filter-cat-list-wrapper .filter-cat-list .link-to.active-link {
    background-image: linear-gradient(transparent 6.667vw, var(--cWtGreen) 0px);
  }
}
.filter-cat-list-wrapper .filter-cat-list .link-to:hover {
  color: var(--cBlue);
  text-decoration: none;
  background-image: linear-gradient(transparent 16px, var(--cWtGreen) 0px);
}
@media only screen and (max-width: 767px) {
  .filter-cat-list-wrapper .filter-cat-list .link-to:hover {
    background-image: linear-gradient(transparent 6.667vw, var(--cWtGreen) 0px);
  }
}
.filter-cat-list-wrapper .filter-mob-cat-list {
  display: none;
}
@media only screen and (max-width: 767px) {
  .filter-cat-list-wrapper .filter-mob-cat-list {
    display: block;
  }
}
.filter-cat-list-wrapper .filter-mob-cat-list .current-page {
  font-family: var(--fBold);
  padding: 2.667vw 2.667vw 0;
  border-bottom: 2px solid var(--cBlue);
  font-size: var(--fzP);
  cursor: pointer;
}
.filter-cat-list-wrapper .filter-mob-cat-list .current-page:after {
  content: "\f0d7";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: all 0.5s;
}
.filter-cat-list-wrapper .filter-mob-cat-list.show-list .current-page:after {
  transform: rotate(-180deg);
}
.filter-cat-list-wrapper .filter-mob-cat-list.show-list .list {
  height: auto;
  opacity: 1;
  visibility: visible;
  font-size: var(--fzP);
}
.filter-cat-list-wrapper .filter-mob-cat-list .list {
  height: 0;
  opacity: 0;
  visibility: hidden;
  font-size: 0;
  transition: all 0.5s;
}
.filter-cat-list-wrapper .filter-mob-cat-list .list .link-to {
  display: block;
  border-bottom: 2px solid var(--cBlue);
  padding: 2.667vw 2.667vw 0;
}
.filter-cat-list-wrapper .filter-mob-cat-list .list .link-to.active-link {
  background-image: linear-gradient(transparent 14px, var(--cWtGreen) 0px);
}
@media only screen and (max-width: 767px) {
  .filter-cat-list-wrapper .filter-mob-cat-list .list .link-to.active-link {
    background-image: linear-gradient(transparent 6.667vw, var(--cWtGreen) 0px);
  }
}
.filter-cat-list-wrapper .filter-mob-cat-list .list .link-to:hover {
  color: var(--cBlue);
  text-decoration: none;
  background-image: linear-gradient(transparent 14px, var(--cWtGreen) 0px);
}
@media only screen and (max-width: 767px) {
  .filter-cat-list-wrapper .filter-mob-cat-list .list .link-to:hover {
    background-image: linear-gradient(transparent 6.667vw, var(--cWtGreen) 0px);
  }
}

.tax-insights_know_how_category .filter-cat-list,
.page-template-template-insights .filter-cat-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.tax-insights_know_how_category .filter-cat-list .link-to,
.page-template-template-insights .filter-cat-list .link-to {
  margin-right: var(--mSmall);
}

@media only screen and (max-width: 767px) {
  .page-template-template-arbeiten .page-banner .base-wrapper {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-template-arbeiten .page-banner .base-wrapper .container-fluid {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-template-arbeiten .page-banner .base-wrapper .container-fluid .col-12 {
    padding: 0;
  }
}
.page-template-template-arbeiten .page-banner .title {
  font-family: var(--fBold);
  font-size: var(--fzH1) !important;
  line-height: 1.08 !important;
}

.angebot-content-wrapper .section {
  padding: 0 !important;
}
.angebot-content-wrapper .section.section-newsletter {
  padding: var(--mBig) 0 var(--mMedium) !important;
}
.angebot-content-wrapper .lm-flex-page-wrapper .lm-page-title .section-title {
  padding: var(--mSmall) 0 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .angebot-content-wrapper .lm-flex-page-wrapper .lm-page-title .section-title {
    padding: 0;
  }
}
.angebot-content-wrapper .lm-flex-page-wrapper .section-cta-card {
  padding: 0 0 var(--mBig) !important;
}
@media only screen and (max-width: 767px) {
  .angebot-content-wrapper .lm-flex-page-wrapper .section-cta-card {
    padding-bottom: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .insights-content-wrapper .big-title-text-two-columns:first-of-type .section-title,
  .tax-insights_know_how_category .big-title-text-two-columns:first-of-type .section-title {
    margin-bottom: var(--mSmall) !important;
    font-size: var(--fzH2) !important;
  }
}
@media only screen and (max-width: 767px) {
  .insights-content-wrapper .lm-posts-2col-grid.simple-section-m,
  .tax-insights_know_how_category .lm-posts-2col-grid.simple-section-m {
    margin-top: var(--mMedium);
  }
}
@media only screen and (max-width: 767px) {
  .insights-content-wrapper .lm-posts-2col-grid .grid-col-2,
  .tax-insights_know_how_category .lm-posts-2col-grid .grid-col-2 {
    grid-row-gap: var(--mMedium);
  }
}
.insights-content-wrapper .news-list,
.tax-insights_know_how_category .news-list {
  width: 100%;
  padding: var(--mMedium) 0;
  grid-column-gap: 25px;
}
@media only screen and (max-width: 1280px) {
  .insights-content-wrapper .news-list,
  .tax-insights_know_how_category .news-list {
    grid-column-gap: 1.953vw;
  }
}
.insights-content-wrapper .news-list .item,
.tax-insights_know_how_category .news-list .item {
  margin-bottom: calc(2 * var(--mMedium));
}
@media only screen and (max-width: 767px) {
  .insights-content-wrapper .news-list .item:last-of-type,
  .tax-insights_know_how_category .news-list .item:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .insights-content-wrapper .news-list .item,
  .tax-insights_know_how_category .news-list .item {
    margin-bottom: var(--mMedium);
  }
}
.insights-content-wrapper .news-list .item .image-wrapper,
.tax-insights_know_how_category .news-list .item .image-wrapper {
  margin-bottom: var(--mSmall);
  height: 444px;
  display: block;
}
@media only screen and (max-width: 1280px) {
  .insights-content-wrapper .news-list .item .image-wrapper,
  .tax-insights_know_how_category .news-list .item .image-wrapper {
    height: 34.688vw;
  }
}
@media only screen and (max-width: 767px) {
  .insights-content-wrapper .news-list .item .image-wrapper,
  .tax-insights_know_how_category .news-list .item .image-wrapper {
    height: 81.067vw;
  }
}
.insights-content-wrapper .news-list .item .image-wrapper img,
.tax-insights_know_how_category .news-list .item .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.insights-content-wrapper .news-list .item .date,
.tax-insights_know_how_category .news-list .item .date {
  font-size: var(--fzP);
}
.insights-content-wrapper .news-list .item .name,
.tax-insights_know_how_category .news-list .item .name {
  font-family: var(--fBold);
  font-size: var(--fzH2) !important;
  margin-bottom: var(--mSmall);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .insights-content-wrapper .news-list .item .name,
  .tax-insights_know_how_category .news-list .item .name {
    margin-bottom: var(--mMin);
  }
}
.insights-content-wrapper .news-list .item .description,
.tax-insights_know_how_category .news-list .item .description {
  margin-bottom: var(--mSmall);
  font-size: var(--fzP);
}
@media only screen and (max-width: 767px) {
  .insights-content-wrapper .news-list .item .description,
  .tax-insights_know_how_category .news-list .item .description {
    margin-bottom: var(--mMin);
  }
}
.insights-content-wrapper .news-list .item .link,
.tax-insights_know_how_category .news-list .item .link {
  font-family: var(--fBold);
  color: var(--cRed);
  position: relative;
  display: inline-block;
  padding-left: 57px;
  font-size: var(--fzP);
}
@media only screen and (max-width: 1280px) {
  .insights-content-wrapper .news-list .item .link,
  .tax-insights_know_how_category .news-list .item .link {
    padding-left: 4.453vw;
  }
}
@media only screen and (max-width: 767px) {
  .insights-content-wrapper .news-list .item .link,
  .tax-insights_know_how_category .news-list .item .link {
    padding-left: 11.2vw;
  }
}
.insights-content-wrapper .news-list .item .link:hover,
.tax-insights_know_how_category .news-list .item .link:hover {
  color: var(--cBlue);
}
.insights-content-wrapper .news-list .item .link:hover:before,
.tax-insights_know_how_category .news-list .item .link:hover:before {
  background-image: url(../assets/link-arrow-right-bluedark.svg);
}
.insights-content-wrapper .news-list .item .link:before,
.tax-insights_know_how_category .news-list .item .link:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: " ";
  width: 32px;
  height: 23px;
  background-image: url(../assets/img/icons/link-arrow-right-red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 1280px) {
  .insights-content-wrapper .news-list .item .link:before,
  .tax-insights_know_how_category .news-list .item .link:before {
    top: 0.156vw;
    width: 2.5vw;
    height: 1.797vw;
  }
}
@media only screen and (max-width: 767px) {
  .insights-content-wrapper .news-list .item .link:before,
  .tax-insights_know_how_category .news-list .item .link:before {
    top: 0.533vw;
    width: 6.933vw;
    height: 5.067vw;
  }
}
.insights-content-wrapper .page-pre-filters-title,
.tax-insights_know_how_category .page-pre-filters-title {
  font-family: var(--fBold);
  font-size: var(--fzH1) !important;
  line-height: 1.08 !important;
  margin-top: var(--mBig);
  margin-bottom: var(--mMedium);
}
.insights-content-wrapper .button-wrapper.section,
.tax-insights_know_how_category .button-wrapper.section {
  padding: 0 !important;
  text-align: center !important;
}

.lm-big-image-wrapper img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .section.section-cta-card {
    padding: var(--mBig) 0;
  }
}
@media only screen and (max-width: 767px) {
  .section.section-cta-card .cta-card {
    width: calc(100% + var(--mSmall));
    margin-left: calc(-1 * var(--mMin));
    padding: 10.667vw var(--mSmall) !important;
  }
}
.section.section-cta-card .cta-card:hover {
  text-decoration: none;
  text-transform: none;
}
.section.section-cta-card .cta-card:hover .cta-link {
  color: var(--cBlue) !important;
}
.section.section-cta-card .cta-card:hover .cta-link:before {
  content: " " !important;
  background-image: url(../assets/link-arrow-right-bluedark.svg) !important;
}
@media only screen and (max-width: 767px) {
  .section.section-cta-card .cta-card .cta-pre-title {
    font-size: var(--fzP) !important;
    line-height: 1.08 !important;
    margin-bottom: var(--mMin);
  }
}
.section.section-cta-card .cta-card .cta-title {
  letter-spacing: 0 !important;
}
@media only screen and (max-width: 767px) {
  .section.section-cta-card .cta-card .cta-title {
    margin-bottom: var(--mSmall);
    font-size: var(--fzH2);
    line-height: 1.08;
  }
}
@media only screen and (max-width: 767px) {
  .section.section-cta-card .cta-card .cta-link {
    padding: 0 0 0 10.667vw !important;
    font-size: var(--fzP) !important;
    line-height: 1.08 !important;
    margin-left: 10.667vw !important;
  }
}
.section.section-cta-card .cta-card .cta-link:before {
  position: absolute;
  top: 2px !important;
  content: " " !important;
  width: 32px;
  height: 23px;
  background-image: url(../assets/link-arrow-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
}
@media only screen and (max-width: 1280px) {
  .section.section-cta-card .cta-card .cta-link:before {
    top: 0.156vw;
    width: 2.5vw;
    height: 1.797vw;
  }
}
@media only screen and (max-width: 767px) {
  .section.section-cta-card .cta-card .cta-link:before {
    top: 0.533vw !important;
    width: 6.933vw;
    height: 5.067vw;
  }
}
.normal-title {
  font-size: var(--fzH2) !important;
  line-height: 1.125 !important;
  font-family: var(--fBold) !important;
  margin: 0 0 var(--mMedium) !important;
}
@media only screen and (max-width: 767px) {
  .normal-title {
    margin: 0 0 var(--mSmall) !important;
  }
}

@media only screen and (max-width: 767px) {
  .section-newsletter {
    padding: var(--mMedium) 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .section-newsletter .container-fluid {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-newsletter .container-fluid .row {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .section-newsletter .container-fluid .row > div {
    padding: 0 !important;
  }
}
.section-newsletter .newsletter-title {
  font-family: var(--fBold) !important;
}
@media only screen and (max-width: 767px) {
  .section-newsletter .newsletter-title {
    margin: 0 0 10.667vw !important;
    font-size: var(--fzH2) !important;
    line-height: 1.08 !important;
  }
}
.wrapper .page-content .section .horizontal-list-light li {
  padding: var(--mSmall) 0;
}
@media only screen and (max-width: 1280px) {
  .wrapper .page-content .section .horizontal-list-light li {
    padding: 2.083vw 0 var(--mSmall);
  }
}
@media only screen and (max-width: 767px) {
  .wrapper .page-content .section .horizontal-list-light li {
    padding: var(--mMin) 0;
  }
}
.wrapper .page-content .section .horizontal-list-light li .item-title, .wrapper .page-content .section .horizontal-list-light li .item-title h2 {
  background-image: linear-gradient(transparent 7vw, var(--cDrGreen) 0px);
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .wrapper .page-content .section .horizontal-list-light li .item-title, .wrapper .page-content .section .horizontal-list-light li .item-title h2 {
    font-family: var(--fLight) !important;
    font-size: var(--fzH3) !important;
    line-height: 1.08 !important;
    background-image: linear-gradient(transparent 17vw, var(--cDrGreen) 0px);
  }
}
.wrapper .page-content .section .horizontal-list-light li .item-title:hover, .wrapper .page-content .section .horizontal-list-light li .item-title:hover h2 {
  text-decoration: none;
  text-transform: none;
  color: var(--cBlue);
  background-image: linear-gradient(transparent 20px, var(--cDrGreen) 0px);
}
@media only screen and (max-width: 1280px) {
  .wrapper .page-content .section .horizontal-list-light li .item-title:hover, .wrapper .page-content .section .horizontal-list-light li .item-title:hover h2 {
    background-image: linear-gradient(transparent 1.7vw, var(--cDrGreen) 0px);
  }
}
@media only screen and (max-width: 767px) {
  .wrapper .page-content .section .horizontal-list-light li .item-title:hover, .wrapper .page-content .section .horizontal-list-light li .item-title:hover h2 {
    background-image: linear-gradient(transparent 3.667vw, var(--cDrGreen) 0px);
  }
}

@media only screen and (max-width: 767px) {
  .page-id-100 .lm-page-title .page-title .section-title {
    font-size: 13.333vw !important;
  }
}

#moove_gdpr_cookie_info_bar {
  border-top: 0 !important;
  width: 1224px !important;
  height: 262px;
  background-color: #1bb742 !important;
  transform: rotate(-2deg);
  bottom: -64px !important;
  left: 50% !important;
  margin-left: -612px;
  padding: var(--mSmall) 140px 0;
}
@media only screen and (max-width: 1280px) {
  #moove_gdpr_cookie_info_bar {
    width: 95.625vw !important;
    height: 20.469vw;
    bottom: -5vw !important;
    margin-left: -47.813vw;
    padding: var(--mSmall) 10.938vw 0;
  }
}
@media only screen and (max-width: 767px) {
  #moove_gdpr_cookie_info_bar {
    width: 88vw !important;
    height: auto;
    bottom: -10vw !important;
    margin-left: -44vw;
    padding: var(--mSmall) var(--mSmall) var(--mMedium);
  }
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
  width: 100%;
  padding: 0 !important;
  transform: rotate(2deg);
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column !important;
  flex-direction: column !important;
  -webkit-align-items: flex-start !important;
  align-items: flex-start !important;
  padding: 25px 0 0 !important;
}
@media only screen and (max-width: 1280px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
    padding: 1.953vw 0 0 !important;
  }
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice {
  font-size: var(--fzP);
  font-family: var(--fLight);
}
@media only screen and (max-width: 767px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice {
    max-width: 66.667vw;
  }
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p {
  font-size: var(--fzP);
  font-family: var(--fLight);
  line-height: 1.25;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p {
    font-size: 3.733vw !important;
  }
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder {
  padding-top: var(--mMin) !important;
  padding-left: 0 !important;
}
@media only screen and (max-width: 767px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
  }
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder .mgbutton {
  margin-right: 35px !important;
  border: 2px solid #fff !important;
  box-sizing: border-box;
  width: 211px;
  height: 47px;
  font-size: var(--fzP) !important;
  font-family: var(--fLight) !important;
  line-height: 1.125 !important;
  font-weight: 400 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder .mgbutton:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  height: 100%;
}
@media only screen and (max-width: 1280px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder .mgbutton {
    margin-right: 2.734vw !important;
    width: 16.484vw;
    height: 3.672vw;
  }
}
@media only screen and (max-width: 767px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder .mgbutton {
    width: 32vw;
    height: 8vw;
    font-size: 3.733vw !important;
    margin-right: 0 !important;
  }
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-allow-all {
  color: #1bb742 !important;
  background-color: #fff !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-reject-btn {
  color: #fff !important;
  background-color: #1bb742 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn {
  box-shadow: none !important;
  width: auto;
  height: auto;
  position: absolute;
  right: -115px;
  top: -30px;
  margin: 0;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn:hover {
  transform: rotate(90deg);
}
@media only screen and (max-width: 1280px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn {
    right: -8.984vw;
    top: -2.344vw;
  }
}
@media only screen and (max-width: 767px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn {
    right: -4vw;
    top: -5vw;
  }
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn:hover {
  background: inherit !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn:before {
  content: " " !important;
  display: block;
  width: 41px !important;
  height: 41px !important;
  background-image: url(../assets/img/icons/close-btn-img.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 1280px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn:before {
    width: 3.203vw !important;
    height: 3.203vw !important;
  }
}
@media only screen and (max-width: 767px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn:before {
    width: 5.6vw !important;
    height: 5.6vw !important;
  }
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn i,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn span {
  display: none;
}

.wrapper .page-content .section.section-newsletter .newsletter-form .mauticform-button-wrapper button {
  font-size: var(--fzP) !important;
  line-height: 1.2 !important;
}
.wrapper .page-content .section.section-newsletter .newsletter-form .mauticform-button-wrapper button:hover {
  color: #fff;
}
.wrapper .page-content .section.section-newsletter .newsletter-form .mauticform-button-wrapper button:hover:before {
  background-image: url(../assets/link-arrow-right-white.svg);
}
.wrapper .page-content .section.section-newsletter .newsletter-form .mauticform-button-wrapper button:before {
  position: absolute;
  top: -2px !important;
  content: " " !important;
  width: 32px;
  height: 23px;
  background-image: url(../assets/link-arrow-right-bluedark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
}
@media only screen and (max-width: 1280px) {
  .wrapper .page-content .section.section-newsletter .newsletter-form .mauticform-button-wrapper button:before {
    top: -0.156vw;
    width: 2.5vw;
    height: 1.797vw;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper .page-content .section.section-newsletter .newsletter-form .mauticform-button-wrapper button:before {
    top: 0 !important;
    width: 6.933vw;
    height: 5.067vw;
  }
}

.safari .horizontal-list {
  margin-top: 6px !important;
}
@media only screen and (max-width: 1280px) {
  .safari .horizontal-list {
    margin-top: 0.469vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .safari .horizontal-list {
    margin-top: 0 !important;
  }
}
.safari .filter-cat-list-wrapper .filter-cat-list .link-to.active-link {
  background-image: linear-gradient(transparent 18px, var(--cWtGreen) 0px);
}
@media only screen and (max-width: 767px) {
  .safari .filter-cat-list-wrapper .filter-cat-list .link-to.active-link {
    background-image: linear-gradient(transparent 8vw, var(--cWtGreen) 0px);
  }
}
.safari .filter-cat-list-wrapper .filter-cat-list .link-to:hover {
  background-image: linear-gradient(transparent 18px, var(--cWtGreen) 0px);
}
@media only screen and (max-width: 767px) {
  .safari .filter-cat-list-wrapper .filter-cat-list .link-to:hover {
    background-image: linear-gradient(transparent 8vw, var(--cWtGreen) 0px);
  }
}
.safari .filter-cat-list-wrapper .filter-mob-cat-list .list .link-to.active-link {
  background-image: linear-gradient(transparent 18px, var(--cWtGreen) 0px);
}
@media only screen and (max-width: 767px) {
  .safari .filter-cat-list-wrapper .filter-mob-cat-list .list .link-to.active-link {
    background-image: linear-gradient(transparent 8vw, var(--cWtGreen) 0px);
  }
}
.safari .filter-cat-list-wrapper .filter-mob-cat-list .list .link-to:hover {
  color: var(--cBlue);
  text-decoration: none;
  background-image: linear-gradient(transparent 18px, var(--cWtGreen) 0px);
}
@media only screen and (max-width: 767px) {
  .safari .filter-cat-list-wrapper .filter-mob-cat-list .list .link-to:hover {
    background-image: linear-gradient(transparent 8vw, var(--cWtGreen) 0px);
  }
}
.safari .wrapper .page-content .section .horizontal-list-light li .item-title {
  background-image: linear-gradient(transparent 7vw, var(--cDrGreen) 0px);
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .safari .wrapper .page-content .section .horizontal-list-light li .item-title {
    background-image: linear-gradient(transparent 17vw, var(--cDrGreen) 0px);
  }
}
.safari .wrapper .page-content .section .horizontal-list-light li .item-title:hover {
  background-image: linear-gradient(transparent 26px, var(--cDrGreen) 0px);
}
@media only screen and (max-width: 1280px) {
  .safari .wrapper .page-content .section .horizontal-list-light li .item-title:hover {
    background-image: linear-gradient(transparent 2vw, var(--cDrGreen) 0px);
  }
}
@media only screen and (max-width: 767px) {
  .safari .wrapper .page-content .section .horizontal-list-light li .item-title:hover {
    background-image: linear-gradient(transparent 4.267vw, var(--cDrGreen) 0px);
  }
}
.safari .header #navbarDropdown li.current-menu-item.bold > a {
  background-image: linear-gradient(transparent 4vw, var(--cDrGreen) 0px);
}
@media only screen and (max-width: 767px) {
  .safari .header #navbarDropdown li.current-menu-item.bold > a {
    background-image: linear-gradient(transparent 6.667vw, var(--cDrGreen) 0px);
  }
}
.safari .header #navbarDropdown li.current-menu-item.thin > a {
  background-image: linear-gradient(transparent 1.5vw, var(--cDrGreen) 0px);
}
@media only screen and (max-width: 767px) {
  .safari .header #navbarDropdown li.current-menu-item.thin > a {
    background-image: linear-gradient(transparent 4.667vw, var(--cDrGreen) 0px);
  }
}
.safari .header #navbarDropdown li.bold > a {
  background-image: linear-gradient(transparent 9vw, var(--cDrGreen) 0px);
}
@media only screen and (max-width: 767px) {
  .safari .header #navbarDropdown li.bold > a {
    background-image: linear-gradient(transparent 22vw, var(--cDrGreen) 0px);
  }
}
.safari .header #navbarDropdown li.bold:hover > a {
  background-image: linear-gradient(transparent 4vw, var(--cDrGreen) 0px);
}
@media only screen and (max-width: 767px) {
  .safari .header #navbarDropdown li.bold:hover > a {
    background-image: linear-gradient(transparent 6.667vw, var(--cDrGreen) 0px);
  }
}
.safari .header #navbarDropdown li.thin > a {
  background-image: linear-gradient(transparent 5.208vw, var(--cDrGreen) 0px);
}
@media only screen and (max-width: 767px) {
  .safari .header #navbarDropdown li.thin > a {
    font-size: var(--fzH4);
    background-image: linear-gradient(transparent 12vw, var(--cDrGreen) 0px);
  }
}
.safari .header #navbarDropdown li.thin:hover > a {
  background-image: linear-gradient(transparent 1.5vw, var(--cDrGreen) 0px);
}
@media only screen and (max-width: 767px) {
  .safari .header #navbarDropdown li.thin:hover > a {
    background-image: linear-gradient(transparent 4.667vw, var(--cDrGreen) 0px);
  }
}
.safari .lm-quote-full-w .text span, .safari .lm-quote-carousel-full-w .text span {
  background-image: linear-gradient(transparent 40px, var(--cDrGreen) 0px) !important;
}
@media only screen and (max-width: 767px) {
  .safari .lm-quote-full-w .text span, .safari .lm-quote-carousel-full-w .text span {
    background-image: linear-gradient(transparent 8.667vw, var(--cDrGreen) 0px) !important;
  }
}
.safari .agentur-grid-list .text-item span {
  background-image: linear-gradient(transparent 50px, var(--cDrGreen) 0px) !important;
}
@media only screen and (max-width: 1280px) {
  .safari .agentur-grid-list .text-item span {
    background-image: linear-gradient(transparent 3.906vw, var(--cDrGreen) 0px) !important;
  }
}
@media only screen and (max-width: 767px) {
  .safari .agentur-grid-list .text-item span {
    background-image: linear-gradient(transparent 8.667vw, var(--cDrGreen) 0px) !important;
  }
}
.safari .projects-list .project-item .project-container .project-box .project-details .link:before {
  top: 0.2vw !important;
}
@media only screen and (max-width: 1280px) {
  .safari .projects-list .project-item .project-container .project-box .project-details .link:before {
    top: 0.313vw !important;
  }
}
.safari .wrapper .page-content .section.section-newsletter .newsletter-form .mauticform-button-wrapper button:before {
  top: 2px !important;
}
@media only screen and (max-width: 1280px) {
  .safari .wrapper .page-content .section.section-newsletter .newsletter-form .mauticform-button-wrapper button:before {
    top: 0.156vw !important;
  }
}
.single-insights_know_how .top-row {
  margin-bottom: calc(var(--mBig) + var(--mMedium));
}
@media only screen and (max-width: 767px) {
  .single-insights_know_how .top-row {
    margin-bottom: var(--mBig);
  }
}

@media only screen and (max-width: 767px) {
  .postid-2636 .section.page-title .section-title,
  .postid-2657 .section.page-title .section-title {
    font-size: 12.533vw !important;
  }
}

/*# sourceMappingURL=style.css.map */










#vp {
	display: none !important;
}
.moove-gdpr-infobar-close-btn:hover {
	transform: rotate(90deg);
}
#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar)
	.moove-gdpr-info-bar-container
	.moove-gdpr-info-bar-content
	button.mgbutton.moove-gdpr-infobar-settings-btn {
	color: #fff !important;
}

#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar)
	.moove-gdpr-info-bar-container
	.moove-gdpr-info-bar-content
	button.mgbutton.moove-gdpr-infobar-settings-btn:hover {
	background: #26254a !important;
}

#moove_gdpr_cookie_info_bar
	.moove-gdpr-info-bar-container
	.moove-gdpr-button-holder
	.mgbutton.moove-gdpr-infobar-allow-all:hover {
	background: transparent !important;
	color: #fff !important;
}

.header {
	position: sticky;
	top: 0;
	z-index: 100;
}
.wrapper,
header + .wrapper {
	margin: 0 !important;
}

/*==============================
=        Footer Partner Links        =
==============================*/

.partners-links {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.partner-spalte {
    padding-left: 20px;
    align-items: center;
    display: flex;
}


@media only screen and (max-width: 1500px){

	.partners-links {
    flex-wrap: wrap;
    text-align: left;
    justify-content: flex-start;
	}
	
	.partner-spalte {
    padding: 10px;
	justify-content: flex-start;
	text-align: left;
	}
	
	img.img-partner-footer {
    max-width: 100%!important;
    align-items: flex-start;
    display: flex;
	}

}

.jobs-slider-section {
	overflow: hidden;
  }
  .jobs-slider-section .slider-title {
	font-family: var(--fBold);
	font-size: var(--fzH2) !important;
	margin-bottom: var(--mMedium);
	line-height: 1;
  }
  @media only screen and (max-width: 767px) {
	.jobs-slider-section .slider-title {
	  font-size: var(--fzH1) !important;
	}
  }
  .jobs-slider-section .jobs-slider {
	position: relative;
	color: #fff;
	padding: var(--mBig) 0;
	margin-bottom: 0;
  }
  @media only screen and (max-width: 767px) {
	.jobs-slider-section .jobs-slider {
	  padding: calc(var(--mBig) + var(--mMin)) 0 var(--mBig);
	}
  }
  .jobs-slider-section .jobs-slider:before {
	content: " ";
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 30px solid #fff;
	transform: scale(1, -1);
	position: absolute;
	left: 50%;
	margin-left: -30px;
	top: 0;
  }
  @media only screen and (max-width: 1280px) {
	.jobs-slider-section .jobs-slider:before {
	  border-left: 2.344vw solid transparent;
	  border-right: 2.344vw solid transparent;
	  border-bottom: 2.344vw solid #fff;
	  margin-left: -2.344vw;
	}
  }
  @media only screen and (max-width: 767px) {
	.jobs-slider-section .jobs-slider:before {
	  border-left: 4.533vw solid transparent;
	  border-right: 4.533vw solid transparent;
	  border-bottom: 4.533vw solid #fff;
	  margin-left: -4.533vw;
	}
  }
  .jobs-slider-section .jobs-slider .slick-arrow {
	font-weight: var(--fBold);
	font-size: 1.458vw;
	z-index: 1;
	color: #fff;
	line-height: 1.125;
	width: 8.958vw;
  }
  .jobs-slider-section .jobs-slider .slick-arrow:before {
	content: "";
	display: block;
	margin: 0 auto;
	width: 28px;
	height: 19px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: var(--mMin);
  }
  .jobs-slider-section .jobs-slider .slick-arrow.slick-prev {
	right: calc(50% + 35.0525vw);
	left: inherit;
  }
  .jobs-slider-section .jobs-slider .slick-arrow.slick-prev:before {
	background-image: url(assets/img/icons/carousel-arrow-left-white.svg);
  }
  .jobs-slider-section .jobs-slider .slick-arrow.slick-next {
	left: calc(50% + 35.0525vw);
	right: inherit;
  }
  .jobs-slider-section .jobs-slider .slick-arrow.slick-next:before {
	background-image: url(assets/img/icons/carousel-arrow-right-white.svg);
  }
  .jobs-slider-section .jobs-slider .item .base-wrapper {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	max-width: 60.938vw;
  }
  @media only screen and (max-width: 767px) {
	.jobs-slider-section .jobs-slider .item .base-wrapper {
	  max-width: 100%;
	  display: -webkit-flex;
	  display: flex;
	  -webkit-flex-direction: column;
	  flex-direction: column;
	}
  }
  .jobs-slider-section .jobs-slider .item .image-wrapper {
	width: 100%;
	max-width: 23.958vw;
	height: 23.958vw;
	border-radius: 23.958vw;
	overflow: hidden;
  }
  @media only screen and (max-width: 767px) {
	.jobs-slider-section .jobs-slider .item .image-wrapper {
	  max-width: 83.733vw;
	  height: 83.733vw;
	  border-radius: 83.733vw;
	}
  }
  .jobs-slider-section .jobs-slider .item .image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  .jobs-slider-section .jobs-slider .item .name {
	font-size: 3.385vw;
	font-family: var(--fBold);
	line-height: 1.125;
	margin-left: -21.833vw;
	width: 21.531vw;
	text-align: right;
  }
  @media only screen and (max-width: 1280px) {
	.jobs-slider-section .jobs-slider .item .name {
	  margin-left: -31.25vw;
	  width: 29.297vw;
	}
  }
  @media only screen and (max-width: 767px) {
	.jobs-slider-section .jobs-slider .item .name {
	  font-size: 12vw;
	  width: 100%;
	  margin-left: 0;
	  text-align: center;
	  padding-bottom: var(--mMin);
	  position: absolute;
	  top: 0;
	  height: 83.733vw;
	  vertical-align: bottom;
	}
	.jobs-slider-section .jobs-slider .item .name:before {
	  content: "";
	  vertical-align: bottom;
	  display: inline-block;
	  height: 100%;
	}
  }
  .jobs-slider-section .jobs-slider .item .text {
	width: 23.958vw;
	font-family: var(--fLight);
	font-size: 2.083vw;
	line-height: 1.125;
  }
  .jobs-slider-section .jobs-slider .item .text b {
	font-family: var(--fMidle);
  }
  .jobs-slider-section .jobs-slider .item .text strong {
	font-family: var(--fBold);
  }
  @media only screen and (max-width: 767px) {
	.jobs-slider-section .jobs-slider .item .text {
	  width: 100%;
	  font-family: var(--fLight);
	  font-size: var(--fzP);
	  line-height: 1.125;
	  padding-top: var(--mSmall);
	  text-align: center;
	}
	.jobs-slider-section .jobs-slider .item .text b {
	  font-family: var(--fMidle);
	}
	.jobs-slider-section .jobs-slider .item .text strong {
	  font-family: var(--fBold);
	}
  }
  .jobs-slider-section .jobs-slider .slick-dots {
	margin-top: var(--mMedium);
	position: static;
  }
  .jobs-slider-section .jobs-slider .slick-dots li {
	width: auto;
	height: auto;
	margin: 0 1.333vw;
  }
  .jobs-slider-section .jobs-slider .slick-dots li.slick-active button {
	opacity: 1;
  }
  .jobs-slider-section .jobs-slider .slick-dots li button {
	width: 3.733vw;
	height: 3.733vw;
	border-radius: 3.733vw;
	background-color: #fff;
	opacity: 0.55;
  }
  .jobs-slider-section .jobs-slider .slick-dots li button:before {
	display: none;
  }


