body {
  width: 100%;
  font-family: bebas-neue-pro-semiexpanded, sans-serif;
  font-size: 25px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  color: #14141a;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  overflow-x: hidden;
  max-width: 2500px;
  margin: 0 auto;
}

#begin {
  position: absolute;
  top: 0;
  height: 0;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

video {
  -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
}

.nk-awb {
  height: 100%;
}

.font--regular {
  font-family: bebas-neue-pro-semiexpanded, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font--bold {
  font-family: bebas-neue-pro-semiexpanded, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.font--extrabold {
  font-family: bebas-neue-pro-semiexpanded, sans-serif;
  font-weight: 700;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

.hide {
  display: none;
}

.side-wrapper {
  max-width: 1800px;
  margin: 0 auto;
  width: 90%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}

a {
  color: inherit;
}

section,
.box {
  overflow: hidden;
}

p {
  font-size: 25px;
  line-height: 1.4;
  font-weight: 400;
}

strong {
  font-size: 28px;
  font-weight: 700;
}

.image-desc-imp {
  display: inline-block;
  padding: 5px 10px;
  color: #e30613;
  background-color: #f9b207;
  text-align: center;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 2.5px;
}

.image-desc-unimp {
  font-size: 22px;
  letter-spacing: 1px;
  color: #969697;
  font-weight: 400;
  line-height: 1.4;
}

.title {
  color: #322d87;
  line-height: 1;
}
.title p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.header-1 {
  font-size: 70px;
  font-weight: 700;
}

.header-2 {
  font-size: 60px;
  font-weight: 700;
}

.header-3 {
  font-size: 45px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.header-4 {
  font-size: 25px;
  letter-spacing: 8px;
  text-transform: uppercase;
  font-weight: 700;
}

.header-5 {
  font-size: 20px;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-weight: 700;
}

.header-6 {
  font-size: 15px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 400;
}

.btn-wrapper .btn:first-child {
  margin-right: 10px;
}

.btn {
  display: inline-block;
  height: 77px;
  width: 300px;
  text-transform: uppercase;
  letter-spacing: 7px;
  font-size: 25px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-align: center;
  line-height: 77px;
}
.btn span {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 77px;
  transition: all 0.3s ease-in-out;
}
.btn:hover span {
  transform: translate(0, -77px);
}
.btn:hover:before {
  transform: translate(0, 0);
}
.btn:before {
  content: attr(data-text);
  position: absolute;
  height: 100%;
  line-height: 77px;
  width: 100%;
  left: 0;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  text-align: center;
  transform: translate(0, 60px);
}

.btn--yellow {
  background-color: #ffed00;
  color: #322d87;
  box-shadow: 5px 5px 10px 0px rgba(255, 237, 0, 0.34);
}

.btn--yellow-border {
  border: 1px solid #ffed00;
  color: #322d87;
  box-shadow: 5px 5px 10px 0px rgba(255, 237, 0, 0.34);
}

.btn--blue-border {
  border: 1px solid #322d87;
  color: #322d87;
  background-color: #fff;
  box-shadow: 5px 5px 10px 0px rgba(255, 237, 0, 0.34);
}

.trapez-container-left-gradient {
  height: 450px;
  width: 50%;
  position: relative;
  color: #fff;
  transform-origin: left top;
}
.trapez-container-left-gradient:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(52, 77, 156);
  background: linear-gradient(180deg, rgb(52, 77, 156) 0%, rgb(50, 45, 135) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#344d9c",endColorstr="#322d87",GradientType=1);
  z-index: -2;
  transform: skew(-20deg, 0deg);
  box-shadow: 5px 5px 15px 0px rgba(50, 45, 135, 0.81);
}
.trapez-container-left-gradient:after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(52, 77, 156);
  background: linear-gradient(180deg, rgb(52, 77, 156) 0%, rgb(50, 45, 135) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#344d9c",endColorstr="#322d87",GradientType=1);
  z-index: -1;
}

.trapez-media-container-right {
  height: 450px;
  width: 50%;
  position: relative;
  margin-left: auto;
  color: #fff;
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
}
.trapez-media-container-right video {
  width: 100%;
  height: auto;
}

.trapez-media-container-left {
  height: 450px;
  width: 60%;
  position: relative;
  margin-right: auto;
  color: #fff;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}
.trapez-media-container-left video {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

/* VIDEO and IMAGE Trapez with gradient */
.video-wrapper,
.image-wrapper {
  position: relative;
  overflow-x: clip;
}
.video-wrapper .trapez-media-container-left,
.video-wrapper .trapez-media-container-right,
.image-wrapper .trapez-media-container-left,
.image-wrapper .trapez-media-container-right {
  width: 100%;
  z-index: 2;
}
.video-wrapper .trapez-media-container-left video,
.video-wrapper .trapez-media-container-right video,
.image-wrapper .trapez-media-container-left video,
.image-wrapper .trapez-media-container-right video {
  position: absolute;
}
.video-wrapper .trapez-border-wrapper-left,
.image-wrapper .trapez-border-wrapper-left {
  display: block;
  bottom: -30px;
  width: 100%;
  height: 50%;
  right: 8%;
  filter: drop-shadow(5px 5px 15px rgba(50, 45, 135, 0.81));
  z-index: -1;
  position: absolute;
}
.video-wrapper .trapez-border-wrapper-left .trapez-border,
.image-wrapper .trapez-border-wrapper-left .trapez-border {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgb(52, 77, 156);
  background: linear-gradient(180deg, rgb(52, 77, 156) 0%, rgb(50, 45, 135) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#344d9c",endColorstr="#322d87",GradientType=1);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  z-index: -1;
}
.video-wrapper .trapez-border-wrapper-right,
.image-wrapper .trapez-border-wrapper-right {
  display: block;
  top: -30px;
  width: 100%;
  height: 50%;
  left: 8%;
  filter: drop-shadow(5px 5px 15px rgba(50, 45, 135, 0.81));
  z-index: -1;
  position: absolute;
}
.video-wrapper .trapez-border-wrapper-right .trapez-border,
.image-wrapper .trapez-border-wrapper-right .trapez-border {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgb(52, 77, 156);
  background: linear-gradient(180deg, rgb(52, 77, 156) 0%, rgb(50, 45, 135) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#344d9c",endColorstr="#322d87",GradientType=1);
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
}

section ul,
.content-wrapper ul {
  list-style: none;
}
section ul li,
.content-wrapper ul li {
  padding-left: 40px;
  position: relative;
  margin: 20px 0;
}
section ul li:before,
.content-wrapper ul li:before {
  content: "";
  display: block;
  width: 9px;
  height: 35px;
  background-color: #f9b207;
  position: absolute;
  top: 0;
  left: 0;
  transform: skew(-22deg, 0deg);
}

.scroll-up {
  display: block;
  width: 65px;
  height: 55px;
  position: fixed;
  right: 5%;
  bottom: 80px;
  z-index: 95;
  background-color: #ffed00;
  box-shadow: 5px 5px 10px 0px rgba(255, 237, 0, 0.34);
  transition: all 0.3s ease-in-out;
}
.scroll-up.transparent {
  opacity: 0;
  z-index: -1;
}
.scroll-up:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #322d87;
  border-left: 1px solid #322d87;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  left: 0;
  top: 8px;
  bottom: 0;
  margin: auto;
}
.scroll-up:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #322d87;
  border-left: 1px solid #322d87;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  left: 0;
  top: -2px;
  bottom: 0;
  margin: auto;
}

/* TOP */
.alter-menu-desktop #desktop_hamburger {
  display: block;
  opacity: 1 !important;
  z-index: 100 !important;
  right: 0;
}
.alter-menu-desktop #desktop_hamburger .menu_link span {
  background-color: #fff;
  height: 2px;
}
.alter-menu-desktop #begin {
  position: relative;
  height: 45px;
}
.alter-menu-desktop #logo {
  z-index: 97;
  position: fixed;
  top: 60px;
  left: 5%;
}
.alter-menu-desktop #logo span.color {
  opacity: 0;
}
.alter-menu-desktop #logo span.white {
  opacity: 1;
}
.alter-menu-desktop #belt {
  background-color: #322d87;
}
.alter-menu-desktop #belt .side-wrapper {
  border-bottom: 1px solid #fff;
}
.alter-menu-desktop #belt .belt-menu {
  color: #fff;
}
.alter-menu-desktop #belt .belt-menu ul li ul li {
  color: #322d87;
}
.alter-menu-desktop #belt .breadcrumbs {
  color: #fff;
}
.alter-menu-desktop #top .menu-desktop {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #322d87;
  z-index: 96;
  top: 0;
  left: 0;
  overflow: auto;
}
.alter-menu-desktop #top .menu-desktop .menu-content-wrapper {
  display: block;
}
.alter-menu-desktop #top .menu-desktop ul {
  padding: 200px 60% 200px 0;
  color: #fff;
  letter-spacing: 2px;
}
.alter-menu-desktop #top .menu-desktop ul li {
  display: block;
  margin-bottom: 35px;
  font-size: 50px;
  text-transform: none;
  font-weight: 400;
}
.alter-menu-desktop #top .menu-desktop ul li a:hover {
  text-decoration: underline;
}
.alter-menu-desktop #top .menu-desktop ul li.button {
  display: none;
}
.alter-menu-desktop #top .menu-desktop ul li.mobile-only:first-child {
  display: block;
}

#top {
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}
#top .side-wrapper {
  position: relative;
}

/* BELT */
#belt {
  width: 100%;
  height: 45px;
  position: fixed;
  top: 0;
  margin: auto;
  z-index: 2;
  background-color: #fff;
  z-index: 100;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in;
}
#belt .side-wrapper {
  height: 100%;
  border-bottom: 1px solid #dbd7ec;
}
#belt .breadcrumbs {
  text-transform: uppercase;
  color: #969697;
  position: absolute;
  top: 12px;
}
#belt .belt-menu {
  color: #322d87;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#belt .belt-menu .mobile-only {
  display: none;
}
#belt .belt-menu > div > ul {
  list-style: none;
  float: right;
  text-align: center;
}
#belt .belt-menu > div > ul > li {
  display: inline-block;
  line-height: 45px;
  padding: 0 20px;
  text-align: center;
  position: relative;
}
#belt .belt-menu > div > ul > li:hover ul {
  display: block;
}
#belt .belt-menu ul li ul {
  position: absolute;
  padding: 10px 0;
  margin-top: -1px;
  right: 0;
  width: 100%;
  background-color: #fff;
  display: none;
}
#belt .belt-menu ul li ul li {
  text-align: center;
  display: block;
  padding: 8px 10px;
  line-height: 1;
}

/* MENU WRAPPER */
#menu-wrapper {
  overflow: hidden;
  padding-bottom: 20px;
  min-height: 107px;
  padding-top: 45px;
}

/* LOGO */
#logo {
  display: block;
  width: 260px;
  height: 77px;
  position: absolute;
  left: 0;
  top: 17px;
}
#logo span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.3s ease-in;
}
#logo span.white {
  opacity: 0;
}
#logo a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}

/* MENU DESKTOP */
.menu-desktop {
  right: 0;
  padding-left: 300px;
  margin-top: 20px;
  display: block;
  float: right;
  transition: all 0.3s ease-in;
}
.menu-desktop .mobile-only {
  display: none;
}
.menu-desktop .menu-content-wrapper {
  display: none;
  width: 50%;
  max-width: 550px;
  position: absolute;
  left: 50%;
  top: 200px;
  color: #fff;
  padding-top: 100px;
}
.menu-desktop .menu-content-wrapper .title {
  color: #fff;
}
.menu-desktop .menu-content-wrapper .desc {
  padding: 50px 0;
}
.menu-desktop .effect {
  height: 3px;
  background-color: #322d87;
  position: absolute;
  bottom: 0;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.menu-desktop .effect.no-width-menu-desktop-hover {
  width: 0 !important;
}
.menu-desktop .effect.no-width-button-hover {
  width: 0 !important;
}
.menu-desktop .current_bar_effect {
  height: 3px;
  background-color: #322d87;
  position: absolute;
  bottom: 0;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.menu-desktop ul {
  position: relative;
}
.menu-desktop ul li {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  padding: 0 20px;
  vertical-align: middle;
}
.menu-desktop ul li a {
  cursor: pointer;
}
.menu-desktop .button {
  margin-left: 50px;
}
.menu-desktop .button a {
  display: inline-block;
  height: 60px;
  width: 250px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 7px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 5px 5px 10px 0px rgba(50, 45, 135, 0.81);
  background: rgb(52, 77, 156);
  background: linear-gradient(180deg, rgb(52, 77, 156) 0%, rgb(50, 45, 135) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#344d9c",endColorstr="#322d87",GradientType=1);
}
.menu-desktop .button a span {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 60px;
  transition: all 0.3s ease-in-out;
}
.menu-desktop .button a:before {
  content: attr(data-text);
  position: absolute;
  height: 100%;
  line-height: 60px;
  width: 100%;
  left: 0;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  text-align: center;
  transform: translate(0, 60px);
}
.menu-desktop .button a:hover span {
  transform: translate(0, -60px);
}
.menu-desktop .button a:hover:before {
  transform: translate(0, 0);
}

/* MENU MOBILE */
.menu-mobile {
  display: none;
  width: 400px;
  background-color: #322d87;
  max-width: 100%;
  position: fixed;
  left: 0;
  top: 65px;
  height: calc(100% - 65px);
  z-index: 97;
  overflow: auto;
  padding: 40px 0 80px;
  left: -400px;
  transition: all 0.3s ease-in;
}
.menu-mobile.open {
  left: 0;
}
.menu-mobile ul {
  padding: 0 60px;
  list-style: none;
  color: #fff;
  font-size: 28px;
  letter-spacing: 2px;
}
.menu-mobile ul li {
  margin-bottom: 35px;
}
.menu-mobile ul .lang {
  position: fixed;
  width: 65px;
  height: 65px;
  line-height: 65px;
  right: 5%;
  top: 0;
  text-align: center;
  transition: all 0.3s ease-in;
}
.menu-mobile div:last-child ul {
  padding-top: 60px;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.menu-mobile div:last-child ul li {
  margin-bottom: 25px;
}

#desktop_hamburger {
  opacity: 0;
  width: 22px;
  height: 26px;
  right: -100px;
  top: 80px;
  z-index: -1;
  transition: all 0.3s ease-in;
  cursor: pointer;
  position: absolute;
}
#desktop_hamburger.show {
  opacity: 1;
  z-index: 100;
  right: 0;
}
#desktop_hamburger.show .menu_link span {
  height: 2px;
}
#desktop_hamburger .menu_link span {
  background-color: #322d87;
  height: 0;
}

#mobile {
  display: none;
  width: 22px;
  height: 26px;
  left: 0;
  top: 20px;
  z-index: 1003;
  transition: all 0.3s ease-in;
  cursor: pointer;
  position: absolute;
}
#mobile .menu_link span {
  background-color: #fff;
}

.menu_link span {
  display: block;
  height: 2px;
  width: 22px;
  margin: 4px 0 6px auto;
  transition: all 0.3s ease-in;
}

.menu_link span.close_1 {
  transform: rotate(45deg);
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  position: absolute;
  width: 22px;
  margin: auto;
}

.menu_link span.close_2 {
  display: none;
}

.menu_link span.close_3 {
  transform: rotate(-45deg);
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  position: absolute;
  width: 22px;
  margin: auto;
}

#top-site-title {
  display: none;
}

/* MENU MOBILE LANG WRAPPER */
.menu-mobile-lang-wrapper {
  display: none;
  position: fixed;
  top: 65px;
  right: -180px;
  width: 180px;
  height: calc(100% - 65px);
  background-color: #322d87;
  padding: 40px 20px 80px;
  z-index: 97;
  transition: all 0.3s ease-in;
}
.menu-mobile-lang-wrapper .menu-lang-hamburger {
  position: fixed;
  width: 65px;
  height: 65px;
  top: 0;
  right: 5%;
  line-height: 65px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.menu-mobile-lang-wrapper ul {
  color: #fff;
  list-style: none;
}
.menu-mobile-lang-wrapper div > ul > li > a {
  display: none;
}

/* END MENU WRAPPER */
#header {
  padding-top: 100px;
  position: relative;
  z-index: 2;
}
#header p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
#header .side-wrapper {
  width: 90%;
  height: 100%;
  position: relative;
}
#header .nk-awb {
  width: 100%;
  height: 100%;
}
#header .content-wrapper {
  width: 50%;
}
#header .image-wrapper {
  width: 48%;
  position: absolute;
  right: 0;
  top: -50px;
}
#header .image-wrapper img {
  display: block;
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: auto;
}
#header .video-wrapper {
  width: 50%;
  position: absolute;
  right: 0;
  top: -50px;
}
#header .video-wrapper video {
  display: block;
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: auto;
}
#header .title {
  margin-bottom: 15px;
}
#header .desc {
  font-size: 28px;
  font-weight: 700;
  max-width: 650px;
  margin-bottom: 100px;
}

#header.home {
  width: 100%;
  height: 750px;
  background: #f3f3f3;
  padding-top: 0;
  position: relative;
}
#header.home .side-wrapper {
  position: relative;
  height: 100%;
}
#header.home .scroll-down {
  position: absolute;
  bottom: 20px;
  right: 5%;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #322d87;
  padding-right: 15px;
}
#header.home .scroll-down:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #322d87;
  border-left: 1px solid #322d87;
  transform: rotate(225deg);
  position: absolute;
  right: 0;
  top: -9px;
  bottom: 0;
  margin: auto;
}
#header.home .scroll-down:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #322d87;
  border-left: 1px solid #322d87;
  transform: rotate(225deg);
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  margin: auto;
}

#header.technology {
  min-height: 700px;
}
#header.technology .image-wrapper.mobile {
  display: none;
}

#header.cooperation {
  min-height: 700px;
}
#header.cooperation .desc {
  font-weight: 400;
}
#header.cooperation .video-wrapper {
  width: 55%;
  z-index: -1;
}
#header.cooperation .video-wrapper video {
  max-width: none;
}

#header.contact {
  max-width: 2500px;
  margin: 0 auto;
  position: relative;
  margin: 0 0 100px;
  padding-top: 200px;
}
#header.contact .logo-contact {
  padding-top: 80px;
}
#header.contact .logo-contact a {
  display: inline-block;
}
#header.contact .logo-contact img {
  display: block;
  height: 80px;
  width: auto;
}
#header.contact .desc {
  max-width: 100%;
  padding-bottom: 100px;
}
#header.contact address {
  font-style: normal;
  width: 48%;
  display: inline-block;
}
#header.contact .link-wrapper {
  display: inline-block;
  width: 48%;
}
#header.contact .link-wrapper a {
  display: block;
}
#header.contact .image-wrapper {
  position: absolute;
  top: 100px;
  width: 55%;
  right: 0;
}
#header.contact .image-wrapper .image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#header.contact .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
#header.contact .content-wrapper {
  width: 100%;
  min-height: 600px;
  padding: 0px 60% 50px 0;
  position: relative;
  z-index: 3;
}
#header.contact .trapez-media-container-right {
  min-height: 600px;
}

#header.calculator .content-wrapper {
  width: 40%;
}
#header.calculator img {
  display: block;
  width: 100%;
  height: auto;
}

#header.error .content-wrapper {
  text-align: center;
  width: 100%;
}
#header.error .header-1 {
  text-align: center;
  color: #322d87;
  margin-bottom: 20px;
}
#header.error .desc {
  width: 100%;
  max-width: unset;
}
#header.error .btn {
  margin-top: 20px;
}

.box .content-wrapper {
  padding: 100px 0;
  position: relative;
}
.box .content {
  padding: 100px 0;
}
.box .desc {
  margin: 50px 0 70px;
  max-width: 700px;
}

#box-1.box.home {
  padding-top: 70px;
}
#box-1.box.home .play-icon {
  display: none;
  width: 160px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  color: #322d87;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  top: 250px;
  left: 15%;
}
#box-1.box.home .play-icon .icon {
  display: block;
  width: 56px;
  height: 56px;
  border: 2px solid #ffed00;
  margin: 0 auto 20px;
  position: relative;
}
#box-1.box.home .play-icon .icon:after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 12px solid transparent;
  border-left: 16px solid #322d87;
  border-bottom: 12px solid transparent;
  position: absolute;
  top: 14px;
  left: 3px;
  right: 0;
  margin: auto;
}
#box-1.box.home .logo-home {
  display: none;
  width: 70%;
  max-width: 520px;
  height: auto;
  margin: 0 auto 30px;
}
#box-1.box.home .trapez-container-left-gradient {
  position: relative;
  margin-top: 100px;
  min-width: 900px;
  z-index: 2;
  height: auto;
  min-height: 450px;
}
#box-1.box.home .text-wrapper {
  width: 90%;
  padding: 50px 0 50px 5%;
  height: 100%;
  min-height: 450px;
  background: #fff;
  background: linear-gradient(180deg, rgb(52, 77, 156) 0%, rgb(50, 45, 135) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#344d9c",endColorstr="#322d87",GradientType=1);
  z-index: 3;
  position: relative;
}
#box-1.box.home .banner-text-wrapper {
  text-transform: uppercase;
  position: absolute;
  width: 600px;
  top: 25px;
  right: 250px;
  transform: scale(1.3);
  transform-origin: left top;
}
#box-1.box.home .banner-text-wrapper span {
  position: absolute;
}
#box-1.box.home .banner-text-wrapper span:nth-child(1) {
  font-size: 100px;
  font-weight: 700;
}
#box-1.box.home .banner-text-wrapper span:nth-child(1) span {
  position: static;
  letter-spacing: -5px;
  margin-right: 5px;
}
#box-1.box.home .banner-text-wrapper span:nth-child(2) {
  font-size: 50px;
  letter-spacing: 52px;
  font-weight: 600;
  top: 110px;
}
#box-1.box.home .banner-text-wrapper span:nth-child(3) {
  font-size: 40px;
  letter-spacing: 6px;
  font-weight: 600;
  top: 170px;
}
#box-1.box.home .banner-text-wrapper span:nth-child(4) {
  font-size: 60px;
  letter-spacing: 10px;
  font-weight: 700;
  top: 205px;
}
#box-1.box.home .banner-text-wrapper span:nth-child(5) {
  font-size: 57px;
  letter-spacing: 10px;
  font-weight: 700;
  top: 165px;
  left: 150px;
}
#box-1.box.home .banner-text-wrapper span:nth-child(6) {
  font-size: 35px;
  letter-spacing: 13px;
  font-weight: 600;
  top: 230px;
  left: 150px;
}
#box-1.box.home .right {
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  height: 100%;
}
#box-1.box.home .right img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 600px;
  min-width: 280px;
  margin: 0 auto;
}

#box-2.box.home .content {
  padding-left: 50%;
}
#box-2.box.home .image-wrapper {
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
  height: 100%;
}
#box-2.box.home .image-wrapper img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  max-width: 600px;
  margin: auto;
}

#box-3.box.home {
  position: relative;
  padding-bottom: 50px;
}
#box-3.box.home .content-wrapper {
  padding: 0;
}
#box-3.box.home .content {
  padding: 50px 0 0 50%;
}
#box-3.box.home .trapez-container-left-gradient {
  position: relative;
  z-index: -1;
  height: 650px;
  min-width: 650px;
  width: 80%;
}
#box-3.box.home .left {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  z-index: 1;
}
#box-3.box.home .banner-text-wrapper {
  text-transform: uppercase;
  position: absolute;
  width: 550px;
  top: 60px;
  right: 50px;
  transform: scale(1.3);
  transform-origin: left top;
}
#box-3.box.home .banner-text-wrapper span {
  position: absolute;
}
#box-3.box.home .banner-text-wrapper span:nth-child(1) {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 6px;
}
#box-3.box.home .banner-text-wrapper span:nth-child(2) {
  font-size: 63px;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 15px;
  top: 40px;
}
#box-3.box.home .banner-text-wrapper span:nth-child(3) {
  font-size: 110px;
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: 12px;
  top: 40px;
  left: 190px;
}
#box-3.box.home .banner-text-wrapper span:nth-child(3):after {
  content: "";
  display: block;
  width: 95%;
  height: 5px;
  background: #fff;
  margin-top: 14px;
}
#box-3.box.home .banner-text-wrapper span:nth-child(4) {
  font-size: 38px;
  font-weight: 700;
  top: 150px;
  letter-spacing: 10px;
}
#box-3.box.home .banner-text-wrapper span:nth-child(5) {
  font-size: 140px;
  letter-spacing: 7px;
  font-weight: 700;
  top: 160px;
}
#box-3.box.home .banner-text-wrapper span:nth-child(6) {
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 6px;
  top: 300px;
  left: 18px;
}

#box-4.box.home {
  padding-top: 300px;
}
#box-4.box.home .content-wrapper {
  background-color: #322d87;
  color: #fff;
}
#box-4.box.home .content {
  padding: 50px 850px 50px 0;
}
#box-4.box.home .title {
  color: #fff;
}
#box-4.box.home .trapez-media-container-right {
  position: absolute;
  right: 0;
  min-width: 800px;
  top: -200px;
  height: 580px;
}

#box-1.application {
  margin-top: -200px;
  min-height: 910px;
}
#box-1.application .side-wrapper {
  position: relative;
}
#box-1.application .content-wrapper {
  padding: 300px 50% 200px 0;
}
#box-1.application .video-wrapper {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
#box-1.application .video-wrapper video {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#box-1.application .video-wrapper .image-desc-imp {
  position: absolute;
  width: 300px;
  z-index: 2;
  right: 15%;
  top: 20px;
}

#box-2.application {
  min-height: 910px;
}
#box-2.application .side-wrapper {
  position: relative;
}
#box-2.application .content-wrapper {
  padding: 200px 0 200px 60%;
}
#box-2.application .video-wrapper {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
#box-2.application .video-wrapper video {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#box-2.application .video-wrapper .image-desc-imp {
  position: absolute;
  width: 300px;
  z-index: 2;
  right: 15%;
  top: 0px;
}

#box-3.application {
  max-width: 2500px;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
}
#box-3.application .video-wrapper {
  position: absolute;
  top: 0;
  width: 55%;
  left: 0;
}
#box-3.application .content-wrapper {
  width: 100%;
  min-height: 600px;
  padding: 50px 0 50px 60%;
  position: relative;
  z-index: 3;
}
#box-3.application .trapez-media-container-left {
  min-height: 600px;
}
#box-3.application .image-desc-imp {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 40%;
  max-width: 500px;
  text-align: left;
  line-height: 1.2;
  padding: 15px 30px;
  font-weight: 400;
}

#box-4.application {
  max-width: 2500px;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
}
#box-4.application .video-wrapper {
  position: absolute;
  top: 70px;
  width: 55%;
  right: 0;
}
#box-4.application .content-wrapper {
  width: 100%;
  min-height: 600px;
  padding: 50px 60% 50px 0;
  position: relative;
  z-index: 3;
}
#box-4.application .trapez-media-container-right {
  min-height: 600px;
}

#box-5.application {
  position: relative;
  margin-bottom: 50px;
  min-height: 650px;
}
#box-5.application .content-wrapper {
  padding: 0;
}
#box-5.application .content {
  padding: 0 0 0 60%;
}
#box-5.application .trapez-container-left-gradient {
  position: relative;
  z-index: -1;
  height: 550px;
  width: 80%;
}
#box-5.application .left {
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  z-index: 1;
  text-align: right;
}
#box-5.application .left .desc {
  max-width: 350px;
  margin-left: auto;
  padding-top: 50px;
  position: relative;
  z-index: 2;
}
#box-5.application .left .image-wrapper {
  position: absolute;
  bottom: -150px;
  right: 30%;
  z-index: 1;
}
#box-5.application .left .btn {
  position: absolute;
  right: 8%;
  top: 380px;
  z-index: 2;
}

#box-1.moa {
  counter-reset: moa-item;
}
#box-1.moa .item {
  position: relative;
  margin-bottom: 150px;
}
#box-1.moa .content-wrapper {
  display: table;
  vertical-align: middle;
  min-height: 750px;
  max-width: 600px;
}
#box-1.moa .image-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(100% - 600px);
  z-index: -1;
  max-width: 1196px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  height: 750px;
  left: 600px;
}
#box-1.moa .item:nth-child(odd) .image-wrapper {
  right: 0;
}
#box-1.moa .item:nth-child(odd) .content-wrapper {
  margin-right: auto;
}
#box-1.moa .item:nth-child(even) .image-wrapper {
  left: 0;
}
#box-1.moa .item:nth-child(even) .content-wrapper {
  margin-left: auto;
}
#box-1.moa img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
#box-1.moa .content {
  padding-left: 130px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}
#box-1.moa .content.left {
  margin-right: auto;
}
#box-1.moa .content.right {
  margin-left: auto;
}
#box-1.moa .content::before {
  counter-increment: moa-item;
  content: "" counter(moa-item) "";
  display: block;
  font-size: 621px;
  font-weight: 700;
  line-height: 110%;
  color: #dbd7ec;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

#box-1.efficacy .image-wrapper .image {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
#box-1.efficacy .image-desc-imp {
  position: absolute;
  z-index: 3;
  bottom: 0%;
}
#box-1.efficacy .desc {
  color: #969697;
  font-size: 22px;
  max-width: 90%;
  margin-top: 20px;
}
#box-1.efficacy .left {
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
}
#box-1.efficacy .left .desc {
  width: 65%;
}
#box-1.efficacy .image-wrapper--left {
  height: 400px;
  position: relative;
  z-index: 1;
}
#box-1.efficacy .image-wrapper--left .image-desc-imp {
  left: 0;
  width: 65%;
}
#box-1.efficacy .image-wrapper--left .image {
  background-position: right bottom;
}
#box-1.efficacy .right {
  width: 60%;
  position: absolute;
  right: 0;
  top: 0;
}
#box-1.efficacy .right .desc {
  text-align: right;
  margin-left: auto;
}
#box-1.efficacy .image-wrapper--right {
  overflow: hidden;
  height: 400px;
  z-index: 2;
  background-color: #fff;
}
#box-1.efficacy .image-wrapper--right .image-desc-imp {
  right: 0;
}
#box-1.efficacy .image-wrapper--right .image {
  left: 30px;
}

#box-2.efficacy {
  padding: 100px 0 150px;
}
#box-2.efficacy .item-wrapper {
  text-align: center;
  padding-top: 100px;
  overflow: hidden;
}
#box-2.efficacy .item {
  width: 45%;
  overflow: hidden;
}
#box-2.efficacy .item:nth-child(1) {
  float: left;
}
#box-2.efficacy .item:nth-child(2) {
  float: right;
}
#box-2.efficacy video {
  width: calc(100% + 4px);
  max-width: 812px;
  margin: 0 auto;
}
#box-2.efficacy .image-desc-imp {
  width: 100%;
  letter-spacing: 1px;
}
#box-2.efficacy .desc--grey {
  margin: 50px 0;
  color: #969697;
}
#box-2.efficacy .desc {
  max-width: 600px;
}
#box-2.efficacy .insect {
  margin-left: auto;
  max-width: 90%;
  width: 862px;
  height: 495px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#box-1.technology {
  max-width: 2500px;
  margin: 0 auto;
  padding: 200px 0 150px;
  position: relative;
  overflow: hidden;
}
#box-1.technology .video-wrapper {
  position: absolute;
  top: 50px;
  width: 55%;
  right: 0;
  margin: 100px 0;
}
#box-1.technology .content-wrapper {
  width: 100%;
  min-height: 600px;
  padding: 0px 60% 50px 0;
  position: relative;
  z-index: 3;
}
#box-1.technology .trapez-media-container-right {
  min-height: 600px;
}

#box-2.technology {
  background-color: #322d87;
  color: #fff;
  padding: 200px 0;
  position: relative;
  max-width: 2500px;
  margin: 0 auto;
  overflow: hidden;
}
#box-2.technology .title {
  color: #fff;
}
#box-2.technology .content-wrapper {
  padding-right: 50%;
}
#box-2.technology .image-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
}
#box-2.technology .image-wrapper #gel {
  position: absolute;
  display: block;
  width: 90%;
  max-width: 589px;
  height: 386px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  bottom: 0;
  left: 0;
}
#box-2.technology .image-wrapper #spray {
  position: absolute;
  display: block;
  width: 100%;
  max-width: 1293px;
  height: 848px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

#box-1.cooperation {
  max-width: 2500px;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
  margin: 100px auto;
  min-height: 629px;
}
#box-1.cooperation .side-wrapper {
  position: relative;
}
#box-1.cooperation .image-wrapper {
  position: absolute;
  top: 0px;
  width: 55%;
  right: 0;
  height: 100%;
}
#box-1.cooperation .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1015px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#box-1.cooperation .content-wrapper {
  width: 100%;
  min-height: 600px;
  padding: 50px 60% 50px 0;
  position: relative;
  z-index: 3;
}
#box-1.cooperation .content-wrapper ul {
  margin: 50px 0;
  padding-left: 50px;
}

#box-2.cooperation {
  padding-bottom: 100px;
  counter-reset: cooperation-item;
}
#box-2.cooperation .item-wrapper {
  width: 90%;
  margin: 100px auto 0;
}
#box-2.cooperation .item-wrapper .item {
  display: inline-block;
  margin-top: 50px;
  width: 48%;
  padding: 0 10%;
  vertical-align: top;
}
#box-2.cooperation .item-wrapper .item .header-3::before {
  counter-increment: cooperation-item;
  content: "" counter(cooperation-item) ". ";
  display: inline;
}
#box-2.cooperation .item-wrapper .item ol {
  list-style: lower-latin;
  padding-left: 30px;
}
#box-2.cooperation .btn {
  margin-top: 50px;
}

#documents {
  padding-bottom: 150px;
}
#documents .content-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
#documents .content-wrapper a {
  color: #322d87;
}
#documents .content-wrapper a:hover {
  text-decoration: underline;
}
#documents .content-wrapper p {
  margin-bottom: 20px;
}
#documents .content-wrapper ul {
  margin: 20px 0;
  padding-left: 40px;
}
#documents .content-wrapper ul li {
  margin: 10px 0;
  list-style: disc;
  padding-left: 0;
}
#documents .content-wrapper ul li:before {
  content: "";
  display: none;
}
#documents .content-wrapper ol {
  margin: 20px 0;
}
#documents .content-wrapper ol li {
  margin: 10px 0;
}

#box-1.contact .title {
  margin-bottom: 100px;
}
#box-1.contact .content-wrapper {
  position: relative;
}
#box-1.contact .item {
  display: inline-block;
  width: 48%;
  min-height: 260px;
  position: relative;
  padding-right: 50px;
  margin-bottom: 100px;
}
#box-1.contact .item:last-child {
  padding-right: 0;
}
#box-1.contact .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  height: 260px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#box-1.contact .image-desc-imp {
  display: block;
  width: 100%;
  font-size: 20px;
  margin-bottom: 20px;
}
#box-1.contact a {
  display: block;
}
#box-1.contact .content {
  padding-left: 280px;
  letter-spacing: 1.5px;
}
#box-1.contact .button-wrapper {
  text-align: right;
  margin-left: auto;
  margin-bottom: -150px;
}
#box-1.contact .button-wrapper .btn {
  margin: 30px 0;
  display: inline-block;
}
#box-1.contact .button-wrapper .btn--blue-border {
  box-shadow: none;
}
#box-1.contact .button-wrapper img {
  display: inline-block;
  height: auto;
  width: 300px;
  max-width: 100%;
}

/** @format */
.calculator-wrapper {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.calculator-wrapper .side-wrapper {
  position: relative;
}

#calculator {
  position: absolute;
  width: 50%;
  right: 5%;
  top: 100px;
  background-color: #322d87;
  color: #fff;
  padding: 100px 8%;
  z-index: 2;
  letter-spacing: 1.5px;
}
#calculator p {
  font-size: 30px;
}
#calculator span {
  font-weight: 700;
}
#calculator .header-4 {
  margin: 70px 0;
}
#calculator label {
  display: block;
  margin: 40px 0 15px;
}
#calculator input,
#calculator select {
  font-family: bebas-neue-pro-semiexpanded, sans-serif;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  padding: 20px 15px;
  outline: 0;
  font-size: 25px;
  border-radius: 0;
  color: #14141a;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  letter-spacing: 1px;
}
#calculator input {
  width: 80%;
  background: #fff;
  border: none;
  -moz-appearance: textfield;
}
#calculator input.error {
  border: 1px solid #e30613;
}
#calculator input.error::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #e30613;
  opacity: 1; /* Firefox */
}
#calculator input.error::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #e30613;
  opacity: 1; /* Firefox */
}
#calculator input.error:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #e30613;
}
#calculator input.error:-ms-input-placeholder {
  /* Microsoft Edge */
  color: #e30613;
}
#calculator .warning {
  border: 1px solid #f9b207;
}
#calculator .warning::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #f9b207;
  opacity: 1; /* Firefox */
}
#calculator .warning::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #f9b207;
  opacity: 1; /* Firefox */
}
#calculator .warning:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #f9b207;
}
#calculator .warning:-ms-input-placeholder {
  /* Microsoft Edge */
  color: #f9b207;
}
#calculator .select {
  position: relative;
  width: 80%;
  background: #fff;
}
#calculator .select select {
  width: 100%;
  position: relative;
  z-index: 2;
  border: none;
  background-color: transparent;
  padding-right: 60px;
  margin: 0;
}
#calculator .select:before {
  content: "";
  position: absolute;
  top: 22px;
  right: 22px;
  width: 0;
  height: 0;
  border: solid #322d87;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 8px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  z-index: 1;
}
#calculator .price-form {
  width: 80%;
  overflow: hidden;
}
#calculator .price-form input {
  width: calc(100% - 140px);
  margin-top: 0;
  margin-bottom: 0;
}
#calculator .price-form .select {
  width: 120px;
  display: block;
  float: right;
}
#calculator #result {
  max-width: 500px;
}
#calculator #result p {
  margin-top: 50px;
}
#calculator #result span[result-field=product-quantity] {
  font-size: 45px;
  line-height: 120px;
}
#calculator #result span[result-field=cost] {
  font-size: 60px;
  line-height: 80px;
}
#calculator form .form-error {
  margin-top: 20px;
  color: #e30613;
}
#calculator .btn {
  display: block;
  margin-top: 100px;
}
#calculator .hide-btn {
  display: none;
}

.cost {
  width: 190px;
  height: 77px;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield !important;
  margin: 0;
}

input:focus,
select:focus {
  box-shadow: 0px 0px 0px 2px #f9b207 inset;
}

.btn:focus {
  border: 2px solid black;
}

.clear {
  box-shadow: none !important;
}

.alter-menu-desktop #footer {
  background-color: #322d87;
  color: #fff;
}

#footer {
  background-color: #fff;
  min-height: 45px;
  line-height: 45px;
  color: #322d87;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 98;
  transition: all 0.3s ease-in-out;
}
#footer a {
  position: relative;
  z-index: 2;
}
#footer a:first-child {
  margin-right: 40px;
}
#footer .copyright {
  display: inline-block;
  text-align: center;
  color: #dbd7ec;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 1;
}
#footer .privacy-policy {
  float: right;
  margin-left: 30px;
}
#footer .scroll-up-mobile {
  position: absolute;
  right: 0;
  top: 4px;
}
#footer .scroll-up-mobile:before {
  content: "";
  border: solid #322d87;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 9px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  position: absolute;
  top: 2px;
  left: -3px;
}

.footer-mobile {
  display: none;
  position: relative;
}
.footer-mobile #logo-footer {
  display: block;
  width: 150px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  cursor: pointer;
  margin: 5px 0;
}

/**
 * /* CSS Document
 *
 * @format
 */
/* Responsive */
@media all and (max-width: 1750px) {
  /* TOP */
  .alter-menu-desktop #begin {
    height: 33px;
  }
  .alter-menu-desktop #top .menu-desktop .menu-content-wrapper {
    top: 60px;
  }
  .alter-menu-desktop #top .menu-desktop ul {
    padding: 120px 60% 100px 0;
  }
  .alter-menu-desktop #top .menu-desktop ul li {
    font-size: 35px;
    margin-bottom: 20px;
  }
  #top .menu-desktop {
    padding-left: 220px;
  }
  #top .menu-desktop ul li {
    font-size: 15px;
    letter-spacing: 3px;
    padding: 0 15px;
  }
  #top .menu-desktop .button {
    margin-left: 20px;
    padding: 0;
  }
  #top .menu-desktop .button a {
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    width: 180px;
    letter-spacing: 4px;
  }
  #top .menu-desktop .button a span {
    line-height: 50px;
  }
  #top .menu-desktop .button a:before {
    line-height: 50px;
  }
  #logo {
    width: 200px;
    top: 10px;
  }
}
@media all and (max-width: 1600px) {
  /* GENERAL */
  .box .content {
    padding: 60px 0;
  }
  #header .desc {
    font-size: 25px;
  }
  #header .desc strong {
    font-size: inherit;
  }
  .header-1 {
    font-size: 60px;
  }
  .header-2 {
    font-size: 55px;
  }
  .header-3 {
    font-size: 40px;
    letter-spacing: 2px;
  }
  .header-4 {
    font-size: 22.7px;
    letter-spacing: 8px;
  }
  .header-5 {
    font-size: 18px;
    letter-spacing: 6px;
  }
  .header-6 {
    font-size: 15px;
    letter-spacing: 4px;
  }
  p,
  .desc {
    font-size: 22.7px;
  }
  p strong,
  .desc strong {
    font-size: 25px;
  }
  .btn {
    height: 60px;
    line-height: 60px;
    font-size: 22.7px;
    width: 280px;
  }
  .btn span {
    line-height: 60px;
  }
  .btn:before {
    line-height: 60px;
  }
  .cost {
    height: 60px;
  }
  .image-desc-imp {
    font-size: 20px;
  }
  /* HOME */
  #header.home {
    height: 600px;
  }
  #box-1.box.home .trapez-container-left-gradient {
    transform: scale(0.85);
    transform-origin: left center;
    margin-top: 0;
  }
  #box-1.box.home .right {
    width: 40%;
    right: 5%;
  }
  #box-1.box.home .right img {
    max-width: 500px;
  }
  #box-2.box.home .image-wrapper img {
    max-width: 500px;
  }
  #box-3.box.home .trapez-container-left-gradient {
    transform: scale(0.85);
    transform-origin: left center;
    margin-top: 0;
  }
  #box-4.box.home {
    padding-top: 150px;
  }
  #box-4.box.home .trapez-media-container-right {
    height: 400px;
    top: -100px;
  }
  /* APPLICATION */
  #box-1.application,
  #box-2.application {
    min-height: 700px;
  }
  #box-1.application .video-wrapper .image-desc-imp,
  #box-2.application .video-wrapper .image-desc-imp {
    top: 10%;
  }
  /* MOA */
  #box-1.moa .content-wrapper {
    min-height: 450px;
    max-width: 450px;
  }
  #box-1.moa .image-wrapper {
    height: 450px;
    width: calc(100% - 400px);
    left: 400px;
  }
  #box-1.moa .content:before {
    font-size: 400px;
  }
  #box-1.moa .item {
    margin-bottom: 50px;
  }
  /* EFFICACY */
  #box-2.efficacy {
    padding: 50px 0 150px;
  }
  #box-1.efficacy .image-wrapper--left,
  #box-1.efficacy .image-wrapper--right {
    height: 300px;
  }
  #box-2.efficacy .item-wrapper {
    padding-top: 30px;
  }
  /* TECHNOLOGY */
  #box-1.technology {
    padding-top: 100px;
  }
  #box-1.technology .trapez-media-container-right {
    min-height: 400px;
  }
  /* COOPERATION */
  #header.cooperation {
    min-height: 500px;
  }
  /* CONTACT */
  #header.contact {
    margin: 50px 0;
    padding-top: 100px;
  }
  #header.contact .image-wrapper {
    top: 50px;
  }
  #header.contact .trapez-media-container-right {
    min-height: 400px;
  }
  #header.contact .content-wrapper {
    min-height: 0;
  }
  #header.contact .desc {
    margin-bottom: 50px;
    padding-bottom: 0;
  }
  #box-1.contact .image-wrapper {
    width: 200px;
    height: 200px;
  }
  #box-1.contact .content {
    padding-left: 220px;
  }
  #box-1.contact .content a {
    font-size: 20px;
  }
  #box-1.contact .content .header-3 {
    font-size: 32px;
  }
}
@media all and (max-width: 1400px) {
  /* GENERAL */
  #header {
    padding-top: 50px;
  }
  #header.error {
    padding-top: 100px;
  }
  #header .desc {
    font-size: 20px;
    margin-bottom: 50px;
  }
  #header .desc strong {
    font-size: inherit;
  }
  .header-1 {
    font-size: 50px;
  }
  .header-2 {
    font-size: 45px;
  }
  .header-3 {
    font-size: 30px;
    letter-spacing: 2px;
  }
  .header-4 {
    font-size: 20px;
    letter-spacing: 8px;
  }
  .header-5 {
    font-size: 16px;
    letter-spacing: 6px;
  }
  .header-6 {
    font-size: 12px;
    letter-spacing: 4px;
  }
  p,
  .desc {
    font-size: 20px;
  }
  p strong,
  .desc strong {
    font-size: 22.7px;
  }
  .btn {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    width: 250px;
  }
  .btn span {
    line-height: 50px;
  }
  .btn:before {
    line-height: 50px;
  }
  .box .content-wrapper {
    padding: 50px 0;
  }
  section ul li,
  .content-wrapper ul li,
  ol li {
    font-size: 20px;
    margin: 15px 0 !important;
  }
  section ul li:before,
  .content-wrapper ul li:before,
  ol li:before {
    width: 6px;
    height: 28px;
  }
  /* HOME */
  #box-2.box.home .image-wrapper img {
    max-width: 350px;
  }
  #box-3.box.home .left {
    transform: scale(0.8);
    transform-origin: left top;
  }
  #box-4.box.home .trapez-media-container-right {
    min-width: 700px;
    height: 300px;
  }
  #box-4.box.home .content {
    padding-top: 0;
    padding-right: 750px;
  }
  /* APPLICATION */
  #box-1.application,
  #box-2.application {
    min-height: auto;
  }
  #box-1.application .content-wrapper {
    padding-top: 250px;
    padding-bottom: 50px;
  }
  #box-1.application .video-wrapper video,
  #box-2.application .video-wrapper video {
    max-width: 450px;
    left: 0;
    margin: auto;
  }
  #box-1.application .video-wrapper video {
    margin-bottom: 0;
  }
  #box-3.application {
    padding-bottom: 30px;
  }
  #box-3.application .content-wrapper {
    min-height: auto;
  }
  #box-4.application .content-wrapper {
    min-height: auto;
    padding: 100px 60% 180px 0;
  }
  #box-3.application .trapez-media-container-left,
  #box-4.application .trapez-media-container-right {
    min-height: 330px;
  }
  #box-4.application {
    padding: 30px 0;
  }
  #box-5.application {
    margin-top: 50px;
  }
  #box-5.application .left .image-wrapper {
    left: 0;
    max-width: 500px;
    bottom: -80px;
  }
  #box-5.application .left .image-wrapper img {
    display: block;
    width: 100%;
    height: auto;
  }
  #box-5.application .content {
    padding-top: 100px;
  }
  /* MOA */
  #box-1.moa .content-wrapper {
    min-height: 300px;
  }
  #box-1.moa .content-wrapper .content:before {
    font-size: 300px;
  }
  #box-1.moa .image-wrapper {
    height: 300px;
  }
  /* TECHNOLOGY */
  #header.technology {
    min-height: auto;
    padding-bottom: 80px;
  }
  #header.technology .image-wrapper {
    display: none;
  }
  #header.technology .image-wrapper.mobile {
    display: block;
    max-width: 450px;
  }
  #box-1.technology {
    padding: 50px 0;
  }
  #box-2.technology {
    padding: 100px 0;
  }
  /* COOPERATION */
  #header.cooperation {
    min-height: auto;
  }
  #box-1.cooperation {
    margin: 0 auto;
  }
  #box-2.cooperation .item-wrapper {
    margin-top: 0px;
  }
  #box-2.cooperation .item-wrapper .item {
    padding: 0 5%;
  }
  /* EFFICACY */
  #box-1.efficacy .image-wrapper--left,
  #box-1.efficacy .image-wrapper--right {
    height: 230px;
  }
  #box-2.efficacy .insect {
    max-width: 60%;
    height: 250px;
    min-width: 300px;
  }
  /* CONTACT */
  #header.contact {
    padding-top: 50px;
  }
  #header.contact .trapez-media-container-right {
    min-height: 350px;
    height: 350px;
  }
  #box-1.contact .item {
    margin-bottom: 50px;
  }
  /* CALCULATOR*/
  #calculator #result p {
    font-size: 23px;
  }
  #calculator #result span[result-field=product-quantity] {
    font-size: 37px;
  }
}
@media all and (max-width: 1200px) {
  /* GENERAL */
  #header {
    position: static;
    padding-top: 150px;
  }
  #header.error {
    padding: 0;
    height: 100vh;
  }
  #header.error .side-wrapper {
    display: flex;
    align-items: center;
  }
  .box .content-wrapper {
    padding: 30px 0;
  }
  #top-site-title {
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    font-size: 30px;
    line-height: 65px;
    text-align: center;
    color: #fff;
    z-index: 97;
    font-weight: 400;
  }
  #site-title {
    display: none;
  }
  .btn-wrapper {
    text-align: center;
  }
  .btn-wrapper .btn:first-child {
    margin-right: 0;
  }
  .btn-wrapper .btn {
    margin-bottom: 5px;
  }
  /* TOP */
  #logo {
    display: none;
  }
  #top {
    position: fixed;
    height: 65px;
    background-color: #322d87;
    z-index: 97;
  }
  #top .menu-desktop {
    display: none;
  }
  #top .menu-mobile-lang-wrapper {
    display: block;
  }
  #top .menu-mobile-lang-wrapper.open {
    right: 0;
  }
  #top .menu-mobile-lang-wrapper.open .menu-lang-hamburger {
    font-size: 0;
  }
  #top .menu-mobile-lang-wrapper.open .menu-lang-hamburger:before {
    content: "";
    display: block;
    transform: rotate(45deg);
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    position: absolute;
    width: 2px;
    height: 22px;
    margin: auto;
    background-color: #fff;
  }
  #top .menu-mobile-lang-wrapper.open .menu-lang-hamburger:after {
    content: "";
    display: block;
    transform: rotate(-45deg);
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    position: absolute;
    width: 2px;
    height: 22px;
    margin: auto;
    background-color: #fff;
  }
  #top .menu-mobile {
    display: block;
  }
  #top .menu-mobile .button {
    display: none;
  }
  #top .menu-mobile .desktop-only {
    display: none;
  }
  #top .menu-mobile .mobile-only {
    display: block;
  }
  #belt {
    display: none;
  }
  #menu-wrapper {
    overflow: visible;
    min-height: 0;
    padding-top: 0;
  }
  #mobile {
    display: block;
  }
  /* HOME */
  #header.home {
    margin-top: 65px;
  }
  #box-1.box.home {
    overflow: hidden;
    padding-top: 0;
  }
  #box-1.box.home .content-wrapper {
    padding-top: 0;
  }
  #box-1.box.home .right {
    position: static;
    display: none;
  }
  #box-1.box.home .trapez-container-left-gradient {
    position: relative;
    width: 100%;
    min-width: 0;
    transform: scale(1);
    background: rgb(52, 77, 156);
    background: linear-gradient(180deg, rgb(52, 77, 156) 0%, rgb(50, 45, 135) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#344d9c",endColorstr="#322d87",GradientType=1);
    box-shadow: 5px 5px 15px 0px rgba(50, 45, 135, 0.81);
  }
  #box-1.box.home .trapez-container-left-gradient:before, #box-1.box.home .trapez-container-left-gradient:after {
    display: none;
  }
  #box-1.box.home .trapez-container-left-gradient {
    min-height: 380px;
  }
  #box-1.box.home .banner-text-wrapper {
    position: relative;
    top: 30px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    transform: scale(1);
    transform-origin: center;
  }
  #box-2.home .btn-wrapper {
    text-align: left;
  }
  #box-3.home .btn-wrapper {
    text-align: left;
  }
  #box-3.box.home .left {
    transform: scale(1);
    position: relative;
    width: 100%;
  }
  #box-3.box.home .content {
    padding: 80px 0 30px;
  }
  #box-3.box.home .trapez-container-left-gradient {
    position: relative;
    width: 100%;
    min-width: 0;
    transform: scale(1);
    background: rgb(52, 77, 156);
    background: linear-gradient(180deg, rgb(52, 77, 156) 0%, rgb(50, 45, 135) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#344d9c",endColorstr="#322d87",GradientType=1);
    box-shadow: 5px 5px 15px 0px rgba(50, 45, 135, 0.81);
    height: 500px;
  }
  #box-3.box.home .trapez-container-left-gradient:before, #box-3.box.home .trapez-container-left-gradient:after {
    display: none;
  }
  #box-3.box.home .banner-text-wrapper {
    right: 0;
    left: 0;
    margin: auto;
    transform: scale(0.9);
    transform-origin: center;
    width: 450px;
  }
  #box-3.box.home .banner-text-wrapper span:nth-child(5) {
    font-size: 170px;
  }
  #box-3.box.home .banner-text-wrapper span:nth-child(6) {
    top: 340px;
    left: 0;
    letter-spacing: 20px;
  }
  #box-4.box.home {
    padding-top: 0;
  }
  #box-4.box.home .content-wrapper {
    padding-top: 0;
  }
  #box-4.box.home .trapez-media-container-right {
    min-width: 0;
    width: 100%;
    top: 0;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  #box-4.box.home .content {
    padding-right: 0;
    max-width: 900px;
    padding-top: 50px;
  }
  /* APPLICATION */
  #box-1.application .content-wrapper {
    padding: 250px 50% 100px 0;
  }
  #box-1.application,
  #box-2.application {
    min-height: 500px;
  }
  #box-1.application .video-wrapper .image-desc-imp,
  #box-2.application .video-wrapper .image-desc-imp {
    top: 20%;
  }
  /* TECHNOLOGY */
  #header.technology .image-wrapper.mobile {
    position: static;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  #header.technology .content-wrapper {
    width: 100%;
    max-width: 700px;
  }
  #header.technology .desc {
    margin-bottom: 0;
  }
  /* COOPERATION */
  #header.cooperation .video-wrapper {
    position: static;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
  }
  #header.cooperation .content-wrapper {
    width: 100%;
    max-width: 900px;
  }
  #box-1.cooperation {
    margin: 0;
  }
  #header .image-wrapper {
    position: static;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
  }
  #box-1.cooperation .image-wrapper {
    position: static;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
  }
  #box-1.cooperation .image-wrapper img {
    position: static;
  }
  #box-1.cooperation .content-wrapper {
    width: 100%;
    max-width: 900px;
    padding-right: 0;
  }
  #box-2.cooperation .item-wrapper {
    text-align: left;
    width: 100%;
  }
  #box-2.cooperation .item-wrapper .item {
    padding: 0 4% 0 0;
  }
  /* CALCULATOR */
  .calculator-wrapper {
    padding-bottom: 50px;
  }
  #calculator {
    padding: 50px 6%;
  }
  #calculator #result p {
    font-size: 22px;
  }
  #calculator #result span[result-field=product-quantity] {
    font-size: 30px;
  }
  /* CONTACT */
  #header.contact address,
  #header.contact .link-wrapper {
    width: 100%;
  }
  #header.contact address {
    margin: 30px 0;
  }
  #header.contact .image-wrapper {
    top: 150px;
  }
  #box-1.contact .item-wrapper {
    position: relative;
  }
  #box-1.contact .item {
    width: 100%;
    max-width: 600px;
  }
  #box-1.contact .item:last-child {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
  #box-1.contact .button-wrapper {
    position: sticky;
    top: 100px;
  }
  #box-1.contact .button-wrapper .btn--blue-border {
    margin-top: 0;
  }
  /* FOOTER */
  .scroll-up {
    display: none;
  }
  #footer {
    height: 50px;
  }
  .footer-desktop {
    display: none;
  }
  .footer-mobile {
    display: block;
  }
}
@media all and (max-width: 1000px) {
  /* GENERAL */
  .scroll-up {
    bottom: 20px;
  }
  .trapez-media-container-right {
    min-height: 0 !important;
    height: 300px;
  }
  /* HOME */
  #box-2.box.home .btn-wrapper {
    text-align: center;
  }
  #box-2.box.home .btn-wrapper .btn {
    margin: 5px;
  }
  #box-2.box.home .content {
    padding-left: 0;
  }
  #box-2.box.home .image-wrapper {
    position: static;
    width: 80%;
    max-width: 450px;
    margin: 0 auto;
  }
  #box-2.box.home .image-wrapper img {
    position: relative;
  }
  #box-2.box.home .btn-wrapper {
    text-align: center;
  }
  /* APPLICATION */
  #box-3.application {
    padding-top: 30px;
  }
  #box-3.application .content-wrapper {
    padding: 50px 0;
    min-height: 0;
  }
  #box-3.application .video-wrapper {
    position: relative;
    width: 100%;
  }
  #box-3.application .video-wrapper .image-desc-imp {
    position: static;
    width: 100%;
    max-width: 100%;
  }
  #box-3.application .video-wrapper .trapez-media-container-left {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    min-height: auto;
    height: auto;
    width: 100%;
  }
  #box-3.application .video-wrapper .trapez-media-container-left video {
    position: static;
  }
  #box-3.application .video-wrapper .trapez-border-wrapper-left {
    display: none;
    right: 0;
  }
  #box-3.application .video-wrapper .trapez-border-wrapper-left .trapez-border {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  #box-4.application .content-wrapper {
    padding: 0 0 50px;
    min-height: 0;
  }
  #box-4.application .video-wrapper {
    position: relative;
    width: 100%;
    top: 0;
  }
  #box-4.application .video-wrapper .trapez-media-container-right {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    height: auto;
  }
  #box-4.application .video-wrapper .trapez-media-container-right video {
    position: static;
  }
  #box-4.application .video-wrapper .trapez-border-wrapper-right {
    left: 0;
    top: auto;
    bottom: -30px;
    filter: drop-shadow(5px 5px 15px rgba(50, 45, 135, 0.81));
  }
  #box-4.application .video-wrapper .trapez-border-wrapper-right .trapez-border {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  #box-5.application {
    padding-bottom: 150px;
  }
  #box-5.application .left {
    position: relative;
    width: 100%;
  }
  #box-5.application .content {
    padding: 50px 0 80px;
  }
  #box-5.application .left .btn {
    top: auto;
    bottom: -120px;
    left: 0;
    right: 0;
    margin: auto;
  }
  /* MOA */
  #box-1.moa .item {
    margin-bottom: 20px;
  }
  #box-1.moa .content {
    padding-left: 0;
  }
  #box-1.moa .content-wrapper {
    max-width: 350px;
  }
  #box-1.moa .image-wrapper {
    height: 300px;
    width: calc(100% - 300px);
    left: 300px;
  }
  /* EFFICACY */
  #box-2.efficacy .item {
    width: 100%;
    max-width: 600px;
    float: none !important;
    margin: 0 auto 30px !important;
  }
  #box-2.efficacy .insect {
    display: none;
  }
  /* TECHNOLOGY */
  #box-1.technology {
    padding-bottom: 0;
  }
  #box-1.technology .content-wrapper {
    padding-right: 0;
    max-width: 700px;
    min-height: 0;
    margin-bottom: 0;
  }
  #box-1.technology .video-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 0;
  }
  #box-1.technology .video-wrapper .trapez-media-container-right {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    height: auto !important;
  }
  #box-1.technology .video-wrapper .trapez-media-container-right video {
    position: static;
  }
  #box-1.technology .video-wrapper .trapez-border-wrapper-right {
    left: 0;
    top: -30px;
  }
  #box-1.technology .video-wrapper .trapez-border-wrapper-right .trapez-border {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  #box-2.technology {
    padding: 100px 0;
  }
  #box-2.technology .content-wrapper {
    max-width: 700px;
    padding-right: 0;
  }
  #box-2.technology .image-wrapper {
    position: static;
    width: 100%;
  }
  #box-2.technology .image-wrapper #gel {
    display: none;
    position: relative;
    height: 300px;
    margin: 0 auto;
  }
  #box-2.technology .image-wrapper #spray {
    display: none;
    opacity: 0.7;
  }
  /* CALCULATOR */
  #calculator {
    position: static;
    width: 100%;
    right: 0;
    min-height: 75vh;
  }
  #calculator #result span[result-field=cost] {
    font-size: 48px;
  }
  #header.calculator .content-wrapper {
    width: 100%;
  }
  #header.calculator img {
    max-width: 400px;
  }
  /* CONTACT */
  #box-1.contact .item:last-child {
    position: static;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }
  #box-1.contact .button-wrapper {
    position: static;
    margin: 0 auto;
    text-align: center;
  }
}
@media all and (max-width: 850px) {
  /* GENERAL */
  #top-site-title {
    font-size: 22px;
  }
  /* HOME */
  #box-1.box.home .trapez-container-left-gradient {
    min-height: 320px;
  }
  #box-1.box.home .banner-text-wrapper {
    transform: scale(0.8);
    top: 30px;
  }
  /* APPLICATION */
  #box-1.application,
  #box-2.application {
    margin-top: 0;
  }
  #box-1.application .content-wrapper,
  #box-2.application .content-wrapper {
    padding: 30px 0 0;
  }
  #box-1.application .video-wrapper,
  #box-2.application .video-wrapper {
    position: relative;
    width: 100%;
  }
  #box-1.application .video-wrapper .image-desc-imp,
  #box-2.application .video-wrapper .image-desc-imp {
    top: auto;
    bottom: 5%;
    left: 0;
  }
  #box-1.application .video-wrapper video,
  #box-2.application .video-wrapper video {
    position: relative;
  }
  /* CONTACT */
  #header.contact {
    padding-top: 100px;
    padding-bottom: 60px;
    overflow: visible;
  }
  #header.contact .content-wrapper {
    min-height: 0;
    padding-top: 80px;
  }
  #header.contact .desc {
    margin-bottom: 50px;
    padding-bottom: 0;
  }
  #header.contact .image-wrapper {
    position: relative;
    width: 100%;
    top: 0;
  }
  #header.contact .trapez-media-container-right {
    min-height: 0;
    height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  #header.contact .video-wrapper .trapez-border-wrapper-right,
  #header.contact .image-wrapper .trapez-border-wrapper-right {
    left: 0;
    top: auto;
    bottom: -30px;
  }
  #header.contact .video-wrapper .trapez-border-wrapper-right .trapez-border,
  #header.contact .image-wrapper .trapez-border-wrapper-right .trapez-border {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  #header .title {
    display: none;
  }
  #header.contact .logo-contact {
    position: absolute;
    top: 0;
    padding: 0;
  }
}
@media all and (max-width: 750px) {
  /* GENERAL */
  #header .content-wrapper {
    width: 100%;
  }
  #header .desc {
    max-width: 100%;
    margin-bottom: 50px;
  }
  /* HOME */
  #header.home {
    display: none;
  }
  #header.home .nk-awb {
    display: none;
  }
  #box-1.box.home {
    padding-top: 100px;
  }
  #box-1.box.home .play-icon {
    display: block;
  }
  #box-1.box.home .right {
    display: block;
    width: 100%;
    height: 450px;
  }
  #box-1.box.home .right img {
    margin-right: 0;
    width: 420px;
  }
  #box-1.box.home .logo-home {
    display: block;
    max-width: 300px;
  }
  #box-1.box.home .banner-text-wrapper {
    display: none;
    transform: scale(1);
    width: 100%;
    min-width: 0;
  }
  #box-1.box.home .text-wrapper.hide {
    display: block;
  }
  #box-3.home .btn-wrapper {
    text-align: center;
  }
  /* APPLICATION */
  #box-5.application {
    overflow: hidden;
  }
  #box-5.application .left .image-wrapper {
    right: -50px;
    max-width: 80%;
    left: auto;
  }
  #box-5.application .left .desc {
    margin-left: 5%;
    text-align: left;
    max-width: 50%;
    min-width: 180px;
  }
  /* MOA */
  #box-1.moa .side-wrapper {
    width: 100%;
  }
  #box-1.moa .item {
    margin-bottom: -50px;
  }
  #box-1.moa .image-wrapper {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    background-size: cover;
    top: -100px;
  }
  #box-1.moa .item .content-wrapper {
    width: 90% !important;
    max-width: 500px !important;
    min-height: 350px;
    margin: 0 auto !important;
  }
  #box-1.moa .content::before {
    line-height: 85%;
  }
  /* EFFICACY */
  #box-1.efficacy .left {
    width: 100%;
    margin-bottom: 50px;
  }
  #box-1.efficacy .left .desc {
    width: 100%;
    max-width: 100%;
  }
  #box-1.efficacy .right {
    width: 100%;
    position: static;
  }
  #box-1.efficacy .right .desc {
    text-align: left;
    max-width: 100%;
  }
  #box-1.efficacy .right .trapez-media-container-right {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    position: relative;
    left: 0;
  }
  #box-1.efficacy .image-wrapper--right {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  /* COOPERATION */
  #box-2.cooperation .item-wrapper .item {
    width: 100%;
    padding: 0;
  }
}
@media all and (max-width: 600px) {
  /* HOME */
  #box-1.box.home .right img {
    margin-right: -50px;
    width: 400px;
  }
  #box-3.box.home .banner-text-wrapper {
    transform: scale(0.8);
  }
  /* CONTACT */
  #box-1.contact .item {
    padding-right: 0;
    margin-bottom: 50px;
  }
  #box-1.contact .image-wrapper {
    right: 0;
    margin: auto;
  }
  #box-1.contact .content {
    padding-left: 0;
    padding-top: 220px;
    text-align: center;
  }
}
@media all and (max-width: 450px) {
  /* HOME */
  #box-1.box.home .play-icon {
    left: 5%;
  }
  #box-1.box.home .right img {
    width: 350px;
    margin-right: -80px;
  }
  #box-3.box.home .trapez-container-left-gradient {
    height: auto;
  }
  #box-3.box.home .banner-text-wrapper {
    transform: scale(1);
    width: 90%;
    position: static;
    padding: 30px 0;
    text-align: center;
  }
  #box-3.box.home .banner-text-wrapper span {
    position: static;
    text-align: center;
    display: inline-block;
  }
  #box-3.box.home .banner-text-wrapper span:nth-child(1), #box-3.box.home .banner-text-wrapper span:nth-child(2), #box-3.box.home .banner-text-wrapper span:nth-child(3), #box-3.box.home .banner-text-wrapper span:nth-child(4), #box-3.box.home .banner-text-wrapper span:nth-child(5), #box-3.box.home .banner-text-wrapper span:nth-child(6) {
    font-size: 30px;
    text-align: center;
    line-height: 1.4;
  }
  #box-3.box.home .banner-text-wrapper span:nth-child(1):after, #box-3.box.home .banner-text-wrapper span:nth-child(2):after, #box-3.box.home .banner-text-wrapper span:nth-child(3):after, #box-3.box.home .banner-text-wrapper span:nth-child(4):after, #box-3.box.home .banner-text-wrapper span:nth-child(5):after, #box-3.box.home .banner-text-wrapper span:nth-child(6):after {
    display: none;
  }
  #box-3.box.home .banner-text-wrapper span:nth-child(3), #box-3.box.home .banner-text-wrapper span:nth-child(5) {
    font-size: 75px;
    display: block;
  }
  #box-3.box.home .banner-text-wrapper span:nth-child(6) {
    letter-spacing: 10px;
  }
  /* APPLICATION */
  #box-3.application .trapez-media-container-left,
  #box-4.application .trapez-media-container-right {
    height: 250px !important;
  }
  #box-5.application .left .image-wrapper {
    right: -80px;
    max-width: 105%;
    min-width: 420px;
  }
  /* MOA */
  #box-1.moa .image-wrapper {
    height: 350px;
  }
  /* CONTACT */
  #header.contact .trapez-media-container-right {
    min-height: 0px;
    height: 300px;
  }
}
@media all and (max-width: 350px) {
  #box-1.box.home .play-icon {
    left: 1%;
    top: 220px;
  }
}/*# sourceMappingURL=style.css.map */