@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes menu2022-out {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

@keyframes menu2022-out {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes stick-1-open {
  0% {
    width: 80px;
  }
  40% {
    background-color: #ee212e;
    width: 8px;
    -webkit-transform: translate(40px, 0px);
            transform: translate(40px, 0px);
  }
  75%,
  80% {
    width: 8px;
    -webkit-transform: translate(40px, -50px);
            transform: translate(40px, -50px);
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 1);
            animation-timing-function: cubic-bezier(0, 1, 1, 1);
  }
  100% {
    background-color: #ee212e;
    width: 8px;
    -webkit-transform: translate(35px, 46px);
            transform: translate(35px, 46px);
  }
}

@keyframes stick-1-open {
  0% {
    width: 80px;
  }
  40% {
    background-color: #ee212e;
    width: 8px;
    -webkit-transform: translate(40px, 0px);
            transform: translate(40px, 0px);
  }
  75%,
  80% {
    width: 8px;
    -webkit-transform: translate(40px, -50px);
            transform: translate(40px, -50px);
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 1);
            animation-timing-function: cubic-bezier(0, 1, 1, 1);
  }
  100% {
    background-color: #ee212e;
    width: 8px;
    -webkit-transform: translate(35px, 46px);
            transform: translate(35px, 46px);
  }
}

@-webkit-keyframes stick-2-open {
  80% {
    background-color: #fff;
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    background-color: #ee212e;
    -webkit-transform: translate(8px, 0px) rotate(40deg);
            transform: translate(8px, 0px) rotate(40deg);
  }
}

@keyframes stick-2-open {
  80% {
    background-color: #fff;
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    background-color: #ee212e;
    -webkit-transform: translate(8px, 0px) rotate(40deg);
            transform: translate(8px, 0px) rotate(40deg);
  }
}

@-webkit-keyframes stick-3-open {
  80% {
    background-color: #fff;
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    background-color: #ee212e;
    -webkit-transform: translate(8px, -23px) rotate(-40deg);
            transform: translate(8px, -23px) rotate(-40deg);
  }
}

@keyframes stick-3-open {
  80% {
    background-color: #fff;
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    background-color: #ee212e;
    -webkit-transform: translate(8px, -23px) rotate(-40deg);
            transform: translate(8px, -23px) rotate(-40deg);
  }
}

@-webkit-keyframes stick-1-close {
  0%,
  70% {
    width: 0px;
  }
  100% {
    width: 80px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes stick-1-close {
  0%,
  70% {
    width: 0px;
  }
  100% {
    width: 80px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes stick-2-close {
  0% {
    background-color: #ee212e;
    width: 80px;
  }
  20% {
    background-color: #ee212e;
    width: 8px;
    -webkit-transform: translate(0, 0px) rotate(40deg);
            transform: translate(0, 0px) rotate(40deg);
  }
  40% {
    background-color: #fff;
    width: 0px;
  }
  65% {
    -webkit-transform: translate(0, -70px);
            transform: translate(0, -70px);
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 1);
            animation-timing-function: cubic-bezier(0, 1, 1, 1);
  }
  80% {
    width: 0px;
  }
  100% {
    width: 80px;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

@keyframes stick-2-close {
  0% {
    background-color: #ee212e;
    width: 80px;
  }
  20% {
    background-color: #ee212e;
    width: 8px;
    -webkit-transform: translate(0, 0px) rotate(40deg);
            transform: translate(0, 0px) rotate(40deg);
  }
  40% {
    background-color: #fff;
    width: 0px;
  }
  65% {
    -webkit-transform: translate(0, -70px);
            transform: translate(0, -70px);
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 1);
            animation-timing-function: cubic-bezier(0, 1, 1, 1);
  }
  80% {
    width: 0px;
  }
  100% {
    width: 80px;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

@-webkit-keyframes stick-3-close {
  0% {
    background-color: #ee212e;
    width: 80px;
  }
  20% {
    background-color: #ee212e;
    width: 8px;
    -webkit-transform: translate(0, -23px) rotate(-40deg);
            transform: translate(0, -23px) rotate(-40deg);
  }
  40% {
    background-color: #fff;
  }
  65% {
    -webkit-transform: translate(0, -93px);
            transform: translate(0, -93px);
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 1);
            animation-timing-function: cubic-bezier(0, 1, 1, 1);
  }
  90% {
    width: 8px;
  }
  100% {
    width: 80px;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

@keyframes stick-3-close {
  0% {
    background-color: #ee212e;
    width: 80px;
  }
  20% {
    background-color: #ee212e;
    width: 8px;
    -webkit-transform: translate(0, -23px) rotate(-40deg);
            transform: translate(0, -23px) rotate(-40deg);
  }
  40% {
    background-color: #fff;
  }
  65% {
    -webkit-transform: translate(0, -93px);
            transform: translate(0, -93px);
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 1);
            animation-timing-function: cubic-bezier(0, 1, 1, 1);
  }
  90% {
    width: 8px;
  }
  100% {
    width: 80px;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

body {
  scroll-behavior: auto !important;
}

.row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header.menu-2022 {
  height: 70px;
}

#header {
  -webkit-transition: background-color !important;
  transition: background-color !important;
}

.menu-2022 > .row {
  padding-top: 15px;
}

.menu-2022_mrc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-2022_mrc > img {
  width: 147px;
}

.menu-2022_logo {
  width: 124px;
}

#menu2022 {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  height: 100vh;
  z-index: 160;
  overflow-y: auto;
}

#menu2022 .newsletter {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  width: 100%;
}

#menu2022 .newsletter .elq-item-input {
  border: none;
  width: 100%;
}

#menu2022 .newsletter button {
  border: none;
  background: none;
}

#menu2022 .newsletter img {
  width: 31px;
}

#menu2022 > .container-fluid > .row {
  min-height: calc(100vh - 20px);
}

#menu2022 .menu-logo {
  width: 124px;
}

#menu2022.menu2022-active {
  display: block;
}

#menu2022.menu2022-out {
  -webkit-animation: menu2022-out 0.6s cubic-bezier(0.2, 0, 0.35, 1) forwards 0.2s;
          animation: menu2022-out 0.6s cubic-bezier(0.2, 0, 0.35, 1) forwards 0.2s;
}

#menu2022.menu2022-out .menu-col {
  -webkit-animation: fadeout 0.2s forwards;
          animation: fadeout 0.2s forwards;
}

#menu2022 .menu-top-row {
  height: 70px;
  padding-top: 5px;
  padding-left: 40px;
  padding-right: 40px;
}

#menu2022 .menu-col {
  padding-top: 5px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
}

#menu2022 .menu-col-1 {
  min-height: calc(100vh - 90px);
}

#menu2022 .menu-col-2 {
  border-left: 2px #000 solid;
  padding-top: 40px;
  min-height: calc(100vh - 90px);
}

#menu2022 .menu-col-3 {
  border-left: 2px #000 solid;
  padding-top: 50px;
  min-height: calc(100vh - 90px);
}

#menu2022 .mrc {
  width: 150px;
}

#menu2022 ul.links {
  padding: 0;
  margin: 0;
  display: block;
  list-style: none;
}

#menu2022 ul.links li {
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}

#menu2022 ul.links li a {
  display: inline-block;
  color: #504d4b;
  text-decoration: none;
  font-family: "Montserrat";
  font-size: 42px;
  line-height: 1;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

#menu2022 ul.links li a:hover {
  color: #ee212e;
}

#menu2022 ul.links li a.active {
  color: #ee212e;
}

#menu2022 .m-items {
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
}

#menu2022 .m-items li {
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

#menu2022 .m-items li a {
  color: #504d4b;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  font-family: "Montserrat";
}

#menu2022 .m-items li a:hover {
  color: #ee212e;
}

#menu2022 .m-items-show {
  display: block;
  -webkit-animation: fadein 0.3s forwards;
          animation: fadein 0.3s forwards;
}

#menu2022 .m-langs {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}

#menu2022 .m-langs li {
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}

#menu2022 .m-langs li a {
  color: #504d4b;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  font-family: "Montserrat";
}

#menu2022 .m-langs li a:hover {
  color: #ee212e;
}

.hamburger_container {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: calc(100vw - 120px);
  top: -3px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: fixed;
  cursor: pointer;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  z-index: 200;
}

.hamburger_stick {
  width: 80px;
  height: 8px;
  border-radius: 4px;
  margin-bottom: 15px;
  background-color: #fff;
  display: inline-block;
}

.hamburger_stick:last-child {
  margin-bottom: 0px;
}

.hamburger_stick-1.open {
  -webkit-animation: stick-1-open .6s ease-out forwards;
          animation: stick-1-open .6s ease-out forwards;
}

.hamburger_stick-2.open {
  -webkit-animation: stick-2-open .6s linear forwards;
          animation: stick-2-open .6s linear forwards;
}

.hamburger_stick-3.open {
  -webkit-animation: stick-3-open .6s linear forwards;
          animation: stick-3-open .6s linear forwards;
}

.hamburger_stick-1.close {
  width: 8px;
  -webkit-transform: translate(27px, 26px);
          transform: translate(27px, 26px);
  -webkit-animation: stick-1-close .6s ease-out forwards;
          animation: stick-1-close .6s ease-out forwards;
}

.hamburger_stick-2.close {
  -webkit-transform: translate(0px, 0px) rotate(40deg);
          transform: translate(0px, 0px) rotate(40deg);
  -webkit-animation: stick-2-close .6s ease-out forwards;
          animation: stick-2-close .6s ease-out forwards;
}

.hamburger_stick-3.close {
  -webkit-transform: translate(0px, -23px) rotate(-40deg);
          transform: translate(0px, -23px) rotate(-40deg);
  -webkit-animation: stick-3-close .6s ease-out forwards;
          animation: stick-3-close .6s ease-out forwards;
}

a.button {
  text-decoration: none;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder {
  color: transparent;
}

#mobile-menu-content a {
  text-decoration: none;
}

.container-1900 {
  max-width: 1900px;
}

.r3-button, .product-page .eloqua-form button,
.product-page .eloqua-form input[type=submit] {
  display: inline-block;
  background-color: #ee212e;
  color: #fff;
  border: none;
  min-width: 165px;
  text-align: center;
  font-family: "Montserrat";
  font-weight: 800;
  font-style: italic;
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
  padding: 14px 45px 14px 30px;
  position: relative;
  text-decoration: none;
  border-radius: 23px;
}

.eaas .r3-button, .eaas .product-page .eloqua-form button, .product-page .eloqua-form .eaas button,
.eaas .product-page .eloqua-form input[type=submit], .product-page .eloqua-form .eaas input[type=submit] {
  background-color: #e24d0a;
}

.franz .r3-button, .franz .product-page .eloqua-form button, .product-page .eloqua-form .franz button,
.franz .product-page .eloqua-form input[type=submit], .product-page .eloqua-form .franz input[type=submit] {
  background-color: #fff;
  color: #222221;
}

.r3-button-grey {
  background-color: #222221;
}

.eaas .r3-button-grey, .franz .r3-button-grey {
  background-color: #222221;
  color: #fff;
}

.r3-button::after, .product-page .eloqua-form button::after,
.product-page .eloqua-form input[type=submit]::after {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  content: ' ';
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.7725 11.49408'%3E%3Cdefs%3E%3C/defs%3E%3Cpath fill='%23fff' d='M2.12004,.30808C1.58295-.15151,.77118-.09013,.30928,.44696,.08601,.70706-.02256,1.03929,.00391,1.38149s.18414,.65371,.44463,.87699l4.06652,3.488L.44854,9.23448c-.26049,.22327-.41816,.53479-.44463,.87699s.0821,.67443,.30499,.93377c.24399,.28542,.59962,.44885,.97596,.44885,.30652,0,.60307-.10972,.83517-.30921L7.32441,6.72091c.28466-.24476,.44808-.6,.44808-.97443,0-.37443-.16343-.72967-.44808-.97443L2.12004,.30808Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 14px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.franz .r3-button::after, .franz .product-page .eloqua-form button::after, .product-page .eloqua-form .franz button::after,
.franz .product-page .eloqua-form input[type=submit]::after, .product-page .eloqua-form .franz input[type=submit]::after {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  content: ' ';
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.7725 11.49408'%3E%3Cdefs%3E%3C/defs%3E%3Cpath fill='%23222221' d='M2.12004,.30808C1.58295-.15151,.77118-.09013,.30928,.44696,.08601,.70706-.02256,1.03929,.00391,1.38149s.18414,.65371,.44463,.87699l4.06652,3.488L.44854,9.23448c-.26049,.22327-.41816,.53479-.44463,.87699s.0821,.67443,.30499,.93377c.24399,.28542,.59962,.44885,.97596,.44885,.30652,0,.60307-.10972,.83517-.30921L7.32441,6.72091c.28466-.24476,.44808-.6,.44808-.97443,0-.37443-.16343-.72967-.44808-.97443L2.12004,.30808Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 14px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.franz .r3-button-grey:hover {
  color: #fff !important;
}

.franz .r3-button-grey::after {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  content: ' ';
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.7725 11.49408'%3E%3Cdefs%3E%3C/defs%3E%3Cpath fill='%23fff' d='M2.12004,.30808C1.58295-.15151,.77118-.09013,.30928,.44696,.08601,.70706-.02256,1.03929,.00391,1.38149s.18414,.65371,.44463,.87699l4.06652,3.488L.44854,9.23448c-.26049,.22327-.41816,.53479-.44463,.87699s.0821,.67443,.30499,.93377c.24399,.28542,.59962,.44885,.97596,.44885,.30652,0,.60307-.10972,.83517-.30921L7.32441,6.72091c.28466-.24476,.44808-.6,.44808-.97443,0-.37443-.16343-.72967-.44808-.97443L2.12004,.30808Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 14px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.r3-button:hover, .product-page .eloqua-form button:hover,
.product-page .eloqua-form input:hover[type=submit] {
  color: #fff;
}

.r3-button:hover::after, .product-page .eloqua-form button:hover::after,
.product-page .eloqua-form input[type=submit]:hover::after {
  right: 10px;
}

.franz .r3-button:hover, .franz .product-page .eloqua-form button:hover, .product-page .eloqua-form .franz button:hover,
.franz .product-page .eloqua-form input:hover[type=submit], .product-page .eloqua-form .franz input:hover[type=submit] {
  color: #222221;
}

.product-page {
  font-size: 18px;
  line-height: 1.3;
  font-family: "Accord";
}

.product-page .eloqua-form {
  padding-bottom: 120px;
}

.product-page .eloqua-form .input-submit {
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.product-page .eloqua-form .row {
  position: relative;
}

.product-page .eloqua-form .input-submit::after {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  content: ' ';
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.7725 11.49408'%3E%3Cdefs%3E%3C/defs%3E%3Cpath fill='%23fff' d='M2.12004,.30808C1.58295-.15151,.77118-.09013,.30928,.44696,.08601,.70706-.02256,1.03929,.00391,1.38149s.18414,.65371,.44463,.87699l4.06652,3.488L.44854,9.23448c-.26049,.22327-.41816,.53479-.44463,.87699s.0821,.67443,.30499,.93377c.24399,.28542,.59962,.44885,.97596,.44885,.30652,0,.60307-.10972,.83517-.30921L7.32441,6.72091c.28466-.24476,.44808-.6,.44808-.97443,0-.37443-.16343-.72967-.44808-.97443L2.12004,.30808Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 14px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.product-page .eloqua-form .input-submit:hover::after {
  right: 10px;
}

.product-page .eloqua-form .input-submit {
  margin-top: 50px;
}

.product-page h2 {
  font-family: "Montserrat";
  font-size: 50px;
  line-height: 1;
  font-style: italic;
  text-transform: none;
  font-weight: 800;
}

@media (max-width: 1024px) {
  .product-page h2 {
    font-size: 32px;
  }
}

@media (max-width: 1024px) {
  .product-page h2 {
    font-size: 32px;
  }
}

.product-page h2.h2-41 {
  font-size: 35px;
  line-height: 1;
}

@media (max-width: 1024px) {
  .product-page h2.h2-41 {
    font-size: 24px;
  }
}

.product-page h3 {
  font-family: "Montserrat";
  font-size: 28px;
  line-height: 1;
  font-style: italic;
  text-transform: none;
  font-weight: 800;
  letter-spacing: normal;
}

@media (max-width: 1024px) {
  .product-page h3 {
    font-size: 24px;
  }
}

.product-page h4 {
  font-family: "Montserrat";
  font-size: 20px;
  line-height: 1.3;
  font-style: italic;
  text-transform: none;
  font-weight: 800;
  letter-spacing: normal;
}

.product-page__head {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-device-width: 1366px) {
  .product-page__head .parallax {
    background-attachment: scroll;
  }
}

.product-page__head-logo {
  max-height: 40vh;
  max-width: 60vw;
  margin-top: 20vh;
  margin-left: auto;
  margin-right: auto;
  -ms-grid-column-align: center;
      justify-self: center;
}

.eaas .product-page__head-logo {
  max-width: 40vw;
  margin-top: 35vh;
}

@media (max-width: 1024px) {
  .eaas .product-page__head-logo {
    max-width: 70vw;
  }
}

.product-page__head-description {
  padding: 30px 30px 30px 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50%;
  max-width: 800px;
  color: #fff;
  -ms-grid-column-align: end;
      justify-self: end;
  margin-left: auto;
  opacity: 0;
}

@media (max-width: 1024px) {
  .product-page__head-description {
    opacity: 1;
    position: static;
    width: 100%;
    margin-top: auto;
    padding: 1.75rem;
  }
}

.product-page__content {
  padding-top: 150px;
  padding-bottom: 150px;
}

@media (max-width: 1024px) {
  .product-page__content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.product-page__black-background {
  background-color: #000;
  color: #fff;
}

.product-page ul {
  padding-left: 1rem;
}

.product-page__links-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 15px;
}

.product-page__fancy-button {
  background-color: #222221;
  padding: 20px 20px 0 20px;
  height: 340px;
  border-radius: 50px 50px 50px 5px;
  width: 240px;
  color: #fff;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.product-page__fancy-button-category {
  padding-left: 65px;
  position: relative;
  color: #ee212e;
  height: 70px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.eaas .product-page__fancy-button-category {
  color: #e24d0a;
}

.franz .product-page__fancy-button-category {
  color: #fff;
}

.product-page__fancy-button-category::before {
  position: absolute;
  left: 0;
  width: 55px;
  height: 55px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  content: " ";
  display: block;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.product-page__fancy-button-category-wp::before {
  background-image: url(../img/r3-fb-wp.svg);
}

.page-template-r3-eaas .product-page__fancy-button-category-wp::before {
  background-image: url(../img/r3-fb-wp-orange.svg);
}

.page-template-r3-franz .product-page__fancy-button-category-wp::before {
  background-image: url(../img/r3-fb-wp-white.svg);
}

.page-template-r3-franz .product-page__fancy-button-category-www::before {
  background-image: url(../img/r3-fb-www-white.svg);
}

.page-template-r3-franz .product-page__fancy-button-category-calc::before {
  background-image: url(../img/r3-fb-calc-white.svg);
}

.product-page__fancy-button-category-pr::before {
  background-image: url(../img/r3-fb-pr.svg);
}

.page-template-r3-eaas .product-page__fancy-button-category-pr::before {
  background-image: url(../img/r3-fb-pr-orange.svg);
}

.product-page__fancy-button-category-ms::before {
  background-image: url(../img/r3-fb-pr.svg);
}

.page-template-r3-eaas .product-page__fancy-button-category-ms::before {
  background-image: url(../img/r3-fb-ms-orange.svg);
}

.product-page__fancy-button-category-sust::before {
  background-image: url(../img/r3-fb-sust.svg);
}

.product-page__fancy-button-category-bp::before {
  background-image: url(../img/r3-fb-bp.svg);
}

.product-page__fancy-button-title {
  font-size: 18px;
  line-height: 1;
  font-family: "Montserrat";
  font-weight: 800;
  font-style: italic;
  color: #fff;
  margin-bottom: 10px;
}

.product-page__fancy-button:hover {
  color: #fff;
  text-decoration: none;
}

.product-page__fancy-button:hover .product-page__fancy-button-category::before {
  -webkit-transform: scale(1.1) translateY(-50%);
          transform: scale(1.1) translateY(-50%);
}

.out {
  display: none;
  opacity: 0;
}

@media (max-width: 1024px) {
  .out {
    margin-top: 3rem;
    display: block;
    opacity: 1;
  }
}

section {
  position: relative;
}

#section-head {
  height: 150vh;
}

@media (max-width: 1024px) {
  #section-head {
    height: auto;
  }
}

#section-maximize {
  height: 250vh;
}

@media (max-width: 1024px) {
  #section-maximize {
    height: auto;
  }
}

#section-franz-how {
  height: 250vh;
}

@media (max-width: 1024px) {
  #section-franz-how {
    height: auto;
  }
}

#section-unlock {
  height: 400vh;
}

@media (max-width: 1024px) {
  #section-unlock {
    height: auto;
  }
}

#section-focal {
  height: 400vh;
}

@media (max-width: 1024px) {
  #section-focal {
    height: auto;
  }
}

#section-features {
  height: 400vh;
}

@media (max-width: 1024px) {
  #section-features {
    height: auto;
  }
}

#section-franz-features {
  height: 800vh;
}

@media (max-width: 1024px) {
  #section-franz-features {
    height: auto;
  }
}

#section-eaas-video {
  height: 500vh;
}

@media (max-width: 1024px) {
  #section-eaas-video {
    height: auto;
  }
}

.fadein {
  -webkit-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
  animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
}

.skyler-features {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

@media (max-width: 1024px) {
  .skyler-features {
    position: static;
  }
}

.skyler-unlock-box {
  min-height: 100vh;
  position: -webkit-sticky;
  position: sticky;
}

@media (max-width: 1024px) {
  .skyler-unlock-box {
    position: static;
  }
}

.skyler-maximize-box {
  min-height: 100vh;
  position: -webkit-sticky;
  position: sticky;
}

@media (max-width: 1024px) {
  .skyler-maximize-box {
    position: static;
  }
}

.skyler .product-page__head {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-image: url(../img/r3-skyler-head-80.jpg);
  min-height: 100vh;
}

@media (max-width: 1024px) {
  .skyler .product-page__head {
    position: static;
  }
}

.skyler-main-background {
  background-color: #d4000d;
  color: #fff;
}

.skyler-heco-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.skyler-heco-content {
  padding: 180px 30px 50px 30px;
  margin-top: auto;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media (max-width: 1024px) {
  .skyler-heco-content {
    padding-top: 50px;
  }
}

.skyler-heco-btn {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  justify-self: flex-end;
  padding-bottom: 85px;
  margin-top: auto;
}

.skyler-focal {
  position: -webkit-sticky;
  position: sticky;
  top: -80px;
}

.skyler-focal-row {
  opacity: 0;
}

@media (max-width: 1024px) {
  .skyler-focal-row {
    opacity: 1;
  }
}

.skyler-focal h4 {
  font-size: 18px;
}

.skyler-focal::before {
  display: block;
  position: absolute;
  content: ' ';
  z-index: 0;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/skyler-cog-50.jpg) top left no-repeat;
  background-size: cover;
}

@media (max-width: 1024px) {
  .skyler-focal::before {
    display: none;
  }
}

.skyler-focal > div {
  z-index: 1;
}

.skyler-icon {
  margin-bottom: 15px;
}

.skyler-icon-wrap {
  text-align: center;
  font-size: 18px;
  line-height: 1.3;
  font-style: italic;
  font-family: "Accord";
  font-weight: 800;
}

.skyler-icon-place {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.skyler-icon-1 {
  height: 87px;
}

.skyler-icon-2 {
  height: 85px;
}

.skyler-icon-3 {
  height: 71px;
}

.skyler-timer {
  width: 260px;
}

@media (max-width: 1024px) {
  .skyler-timer {
    width: 130px;
    margin-bottom: 2rem;
  }
}

.skyler-face {
  width: 204px;
}

@media (max-width: 1024px) {
  .skyler-face {
    width: 102px;
    margin-bottom: 2rem;
  }
}

.skyler-cog {
  width: 254px;
}

@media (max-width: 1024px) {
  .skyler-cog {
    width: 127px;
    margin-bottom: 2rem;
  }
}

.skyler-brain {
  width: 200px;
}

@media (max-width: 1024px) {
  .skyler-brain {
    width: 100px;
    margin-bottom: 2rem;
  }
}

.skyler-logo-small {
  text-align: center;
}

.skyler-logo-small img {
  width: 78px;
  margin-top: 85px;
}

.skyler-warranty {
  width: 65px;
}

.skyler-logo-white-small {
  width: 58px;
}

.skyler-logo-white-workers {
  width: 155px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
  margin: auto;
}

.skyler-warranty-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1000px;
}

.skyler-warranty-box-content {
  position: absolute;
  padding: 30px;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.skyler-warranty-box-bcg {
  background: url(../img/skyler-warranty-bcg-50.jpg) no-repeat left bottom;
  background-size: cover;
  min-height: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}

.skyler-workers {
  background: url(../img/skyler-workers-50.jpg) no-repeat left top;
  background-size: cover;
  min-height: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .skyler-workers {
    min-height: 100vh;
  }
}

.eloqua {
  background-color: #222221;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  font-size: 16px;
  line-height: 1.3;
  font-family: "Montserrat";
}

.eloqua .eloqua-form > span {
  font-family: "Montserrat";
  font-size: 50px;
  line-height: 1.3;
  font-style: italic;
  text-transform: none;
  font-weight: 800;
  margin-bottom: 2rem;
}

@media (max-width: 1024px) {
  .eloqua .eloqua-form > span {
    font-size: 32px;
  }
}

.eloqua > div {
  margin: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.vh100 {
  min-height: 100vh;
}

.h100 {
  height: 100vh;
}

@media (max-width: 1024px) {
  .h100 {
    height: auto;
  }
}

.video-wrap {
  position: relative;
  width: 100%;
  height: 0;
}

.video-wrap-rect {
  padding-bottom: 100%;
}

.video-wrap-cog {
  padding-bottom: 77.1428571%;
}

.video-wrap-600 {
  max-width: 600px;
  padding-bottom: 600px;
}

.video-wrap > video {
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  max-height: 900px;
}

.video-wrap > video.y-center {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.vh100minTB {
  min-height: calc(100vh - 70px);
}

.eaas .product-page__head {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-image: url(../img/r3-eaas-head.jpg);
  min-height: 100vh;
}

@media (max-width: 1024px) {
  .eaas .product-page__head {
    position: static;
  }
}

.eaas-main-background {
  background-color: #e24d0a;
  color: #fff;
}

.eaas-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #0f0000;
}

.eaas-footer-logo {
  width: 600px;
  max-width: 70%;
}

.eaas-footer-factory {
  width: 450px;
  max-width: 60%;
}

.eaas.product-page .eloqua-form input[type=submit] {
  background-color: #e24d0a;
}

.eaas-video-box {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
}

@media (max-width: 1024px) {
  .eaas-video-box {
    position: static;
    padding: 80px 1.75rem 80px 1.75rem;
  }
}

.eaas-video {
  position: relative;
}

.eaas-video-ico-2 {
  width: 85px;
}

.eaas-video-ico-3 {
  width: 61px;
}

.eaas-video-ico-4 {
  width: 45px;
}

.eaas-video-ico-5 {
  width: 55px;
}

.eaas-video-ico-6 {
  width: 55px;
}

.eaas-video-content {
  max-width: 380px;
  margin: 0 auto;
}

.eaas-heco-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.eaas-heco-content {
  padding: 180px 30px 50px 30px;
  margin-top: auto;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media (max-width: 1024px) {
  .eaas-heco-content {
    padding-top: 50px;
  }
}

.eaas-heco-btn {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  justify-self: flex-end;
  padding-bottom: 85px;
  margin-top: auto;
}

.eaas-icon {
  margin-bottom: 15px;
}

.eaas-icon-wrap {
  text-align: center;
  font-size: 18px;
  line-height: 1.3;
  font-style: italic;
  font-family: "Accord";
  font-weight: 800;
}

.eaas-icon-place {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.eaas-icon-1 {
  width: 105px;
}

.eaas-icon-2 {
  width: 92px;
}

.eaas-icon-3 {
  width: 54px;
}

.eaas-logo-small {
  text-align: center;
}

.eaas-logo-small img {
  width: 78px;
  margin-top: 85px;
}

.franz-main-background {
  background: #ed202d;
  background: -webkit-gradient(linear, left top, right top, from(#ed202d), to(#4c0055));
  background: linear-gradient(90deg, #ed202d 0%, #4c0055 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ed202d",endColorstr="#4c0055",GradientType=1);
  color: #fff;
}

.franz-footer {
  background: url(../img/franz-footer-bcg.jpg) no-repeat top left;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.franz-footer > div {
  width: 100%;
  text-align: center;
}

.franz-footer-logo {
  max-width: 650px;
  width: 100%;
}

.franz-features-holder {
  min-height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}

@media (max-width: 1024px) {
  .franz-features-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.franz .product-page__head {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-image: url(../img/r3-franz-head.jpg);
  min-height: 100vh;
  background-size: cover;
}

@media (max-width: 1024px) {
  .franz .product-page__head {
    position: static;
  }
}

.franz__head-img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
  margin-top: auto;
  margin-bottom: auto;
  max-height: 55vh;
}

.franz__head-img-mobile {
  margin-top: 100px;
}

.franz.product-page .eloqua-form input[type=submit] {
  background-color: #fff;
  color: #222221;
}

.franz-how-box {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

@media (max-width: 1024px) {
  .franz-how-box {
    position: static;
    padding: 80px 1.75rem 80px 1.75rem;
  }
}

.franz-i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.franz-i-1 {
  width: 110px;
}

.franz-i-2 {
  width: 150px;
}

.franz-i-3 {
  width: 125px;
}

.franz-i-4 {
  width: 140px;
}

.franz-i-5 {
  width: 140px;
}

.franz-i-6 {
  width: 140px;
}

.franz-ellies {
  width: 120px;
  margin-left: 15px;
}

.franz .eloqua-form .input-submit::after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.7725 11.49408'%3E%3Cdefs%3E%3C/defs%3E%3Cpath fill='%23222221' d='M2.12004,.30808C1.58295-.15151,.77118-.09013,.30928,.44696,.08601,.70706-.02256,1.03929,.00391,1.38149s.18414,.65371,.44463,.87699l4.06652,3.488L.44854,9.23448c-.26049,.22327-.41816,.53479-.44463,.87699s.0821,.67443,.30499,.93377c.24399,.28542,.59962,.44885,.97596,.44885,.30652,0,.60307-.10972,.83517-.30921L7.32441,6.72091c.28466-.24476,.44808-.6,.44808-.97443,0-.37443-.16343-.72967-.44808-.97443L2.12004,.30808Z'/%3E%3C/svg%3E") !important;
}

.franz-heco-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.franz-heco-content {
  padding: 180px 30px 50px 30px;
}

@media (max-width: 1024px) {
  .franz-heco-content {
    padding-top: 50px;
  }
}

.franz-heco-btn {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  justify-self: flex-end;
  padding-bottom: 85px;
  margin-top: auto;
}

.footerContent {
  padding: 50px 65px 70px 65px;
}
/*# sourceMappingURL=r2022.css.map */