@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap&subset=latin-ext");
.header {
  position: relative;
  display: flex;
  z-index: 10;
}
.header > .header-inner {
  position: relative;
  display: flex;
  height: 90px;
  width: 100%;
  margin: auto;
}
.header > .header-inner > .logo-area {
  height: 48px;
  object-fit: contain;
}
.header > .header-inner > .logo-area a {
  width: 221px;
  height: 48px;
  object-fit: contain;
}
.header > .header-inner > .header-left-side {
  display: flex;
  margin: auto;
  margin-left: 104px;
}
.header > .header-inner > .header-right-side {
  display: flex;
  margin: auto;
  margin-right: 104px;
}
.header > .header-inner nav {
  display: flex;
  margin: auto;
  position: relative;
}
.header > .header-inner nav div, .header > .header-inner nav a {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: left;
  color: #3d567b;
  text-decoration: none;
  margin: auto 19px;
  display: flex;
}
.header > .header-inner nav div:hover, .header > .header-inner nav div.active, .header > .header-inner nav a:hover, .header > .header-inner nav a.active {
  color: #fba920;
  text-decoration: none;
}
.header > .header-inner nav div:hover .arrow, .header > .header-inner nav div.active .arrow, .header > .header-inner nav a:hover .arrow, .header > .header-inner nav a.active .arrow {
  background-image: url("https://behraofset.s3.eu-central-1.amazonaws.com/down_arrow_active.svg");
}
.header > .header-inner nav div .arrow, .header > .header-inner nav a .arrow {
  width: 10px;
  height: 5.7px;
  object-fit: contain;
  background-image: url("https://behraofset.s3.eu-central-1.amazonaws.com/down_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: auto 0 5px 5px;
}
.header > .header-inner nav div.active .arrow, .header > .header-inner nav a.active .arrow {
  background-image: url("https://behraofset.s3.eu-central-1.amazonaws.com/down_arrow_active.svg");
}

.header .header-inner .dropdown-area {
  height: 100px;
  position: relative;
  margin: 0;
}
.header .header-inner .dropdown-area .dropdown {
  visibility: hidden;
  border-radius: 6px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  position: absolute;
  opacity: 0;
  top: 70%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
}
.header .header-inner .dropdown-area .dropdown ul {
  list-style: none;
  width: 100%;
  margin: 20px 0;
  padding: 0;
}
.header .header-inner .dropdown-area .dropdown ul li {
  display: flex;
  margin: 0 auto 10px;
}
.header .header-inner .dropdown-area .dropdown ul li:last-child {
  margin: 0 auto;
}
.header .header-inner .dropdown-area:hover .dropdown, .header .header-inner .dropdown-area:focus .dropdown {
  visibility: visible;
  z-index: 9999;
  width: 281px;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}
.header .header-inner .dropdown-area:hover .nav-link, .header .header-inner .dropdown-area:focus .nav-link {
  color: #fba920;
  text-decoration: none;
}
.header .header-inner .dropdown-area:hover .nav-link .arrow, .header .header-inner .dropdown-area:focus .nav-link .arrow {
  background-image: url("https://behraofset.s3.eu-central-1.amazonaws.com/down_arrow_active.svg");
}

.footer {
  display: flex;
  position: relative;
}
.footer > .footer-inner {
  display: flex;
  position: relative;
  width: 100%;
  height: 171px;
  background-color: #29384e;
}
.footer > .footer-inner > .footer-left-side {
  display: flex;
  margin: auto;
  margin-left: 104px;
}
.footer > .footer-inner > .footer-right-side {
  display: flex;
  margin: auto;
  margin-right: 104px;
}
.footer > .footer-inner > .footer-right-side p {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
.footer > .footer-inner nav {
  display: flex;
  margin: auto;
}
.footer > .footer-inner nav a {
  text-align: left;
  color: #ffffff;
  text-decoration: none;
  margin: auto 19px;
  display: flex;
}
.footer > .footer-inner nav a:hover {
  color: #fba920;
  text-decoration: none;
}
.footer > .footer-inner nav a h3 {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
}

.banner-area {
  width: 100%;
  height: calc(100vh - 90px);
  min-height: 540px;
  opacity: 0.95;
  background-color: #f8f8f8;
  position: relative;
  display: flex;
  margin: auto;
  overflow: hidden;
}
.banner-area .div-row {
  width: 100%;
}
.banner-area .banner-content {
  width: 100%;
  padding: 0 100px;
}
.banner-area::after {
  content: "";
  width: 528px;
  height: 528px;
  background-color: #eeeeee;
  border-radius: 50%;
  position: absolute;
  right: 168px;
  top: 155px;
  z-index: -1;
}
.banner-area .slogan-area {
  width: 35%;
  height: auto;
  margin: auto 0;
}
.banner-area .slogan-area h1 {
  font-size: 42px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #29384e;
}
.banner-area .banner-img-area {
  width: 65%;
  height: 100%;
}
.banner-area .banner-img-area img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: contain;
}
.banner-area .banner-img-area img::after {
  content: "";
  position: absolute;
  width: 401.6px;
  height: 100.4px;
  -webkit-filter: blur(26px);
  filter: blur(26px);
  background-color: #464646;
}
.banner-area .banner-content-area {
  margin: auto 0;
  width: 63%;
  height: 560px;
}
.banner-area .banner-content-area > div {
  width: 100%;
  height: 100%;
}
.banner-area .banner-content-area > div > div {
  width: 100%;
  height: 100%;
}
.banner-area .banner-content-area > div .text-area {
  max-width: 280px;
  width: 35%;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  transform: translate(-17%, -50%);
}
.banner-area .banner-content-area .banner-content-item {
  display: flex;
  height: 100%;
  opacity: 0;
  position: relative;
}
.banner-area .banner-content-area .banner-content-item.show {
  opacity: 1;
  transition: all 800ms ease-out 0s;
}
.banner-area .banner-content-area .banner-content-item div:nth-last-child(1) {
  margin: auto;
  margin-left: 0;
}
.banner-area .banner-content-area .banner-content-item div:nth-last-child(0) {
  margin: auto;
  margin-right: 0;
}
.banner-area .banner-content-area .counter {
  width: 54px;
  height: 108px;
  font-size: 89px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: center;
  color: #29384e;
}
.banner-area .banner-content-area .text h4 {
  width: 269px;
  height: 22px;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #29384e;
}
.banner-area .banner-content-area .text p {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #29384e;
}
.banner-area .banner-indicators {
  width: auto;
  height: 30px;
  margin: auto 0;
}
.banner-area .banner-indicators .indicator {
  cursor: pointer;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.3;
  background-color: #29384e;
  margin: 12px auto;
}
.banner-area .banner-indicators .indicator--active {
  width: 15px;
  height: 15px;
  opacity: 1;
}

.default-section-area {
  width: 100%;
  height: 768px;
  background-color: #ffffff;
  display: flex;
  position: relative;
}
.default-section-area > .left-col {
  width: 50%;
  margin: auto;
  height: 100%;
  margin-left: 0;
  position: relative;
  display: flex;
}
.default-section-area > .left-col .success-message {
  display: block;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 10px;
  margin-left: 25px;
}
.default-section-area > .right-col {
  position: relative;
  width: 50%;
  margin: auto;
  height: 100%;
  margin-right: 0;
  display: flex;
}
.default-section-area:nth-child(odd) > .right-col, .default-section-area:nth-child(even) > .left-col {
  background-color: #3d567b;
}
.default-section-area:nth-child(odd) > .right-col > img, .default-section-area:nth-child(even) > .left-col > img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
}
.default-section-area .text-area {
  position: relative;
  width: auto;
  height: auto;
  display: flex;
  margin: auto;
  flex-direction: column;
  max-width: 64%;
}
.default-section-area .text-area h2 {
  font-size: 48px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #29384e;
}
.default-section-area .text-area h4 {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #29384e;
}
.default-section-area .text-area p {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #29384e;
}
.default-section-area .text-area a {
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #29384e;
}
.default-section-area .text-area a.map {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #3d29c8;
  margin-top: 40px;
}
.default-section-area .text-area.dark h2, .default-section-area .text-area.dark p {
  color: #ffffff;
}
.default-section-area .text-area.dark h2 {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
}
.default-section-area .background-icon {
  position: absolute;
  object-fit: contain;
}
.default-section-area .background-icon.box--1 {
  top: 174px;
  left: -35px;
  width: 192px;
  height: 311px;
  background-image: url("https://behraofset.s3.eu-central-1.amazonaws.com/box1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.default-section-area .background-icon.box--2 {
  top: 85px;
  right: 33px;
  width: 278px;
  height: 297px;
  background-image: url("https://behraofset.s3.eu-central-1.amazonaws.com/box2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.default-section-area .background-icon.box--3 {
  bottom: 41px;
  left: 12px;
  width: 224px;
  height: 224px;
  background-image: url("https://behraofset.s3.eu-central-1.amazonaws.com/box3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.default-section-area .background-icon.box--4 {
  bottom: 0;
  right: 24px;
  width: 317px;
  height: 148px;
  background-image: url("https://behraofset.s3.eu-central-1.amazonaws.com/box4.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.default-section-area .reference {
  height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}
.default-section-area .reference .reference-content {
  width: 50vw;
  padding: 0 4%;
}
.default-section-area .reference .reference-content .part {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  opacity: 0;
}
.default-section-area .reference .reference-content .part.show {
  opacity: 1;
}
.default-section-area .reference .reference-content .part > * {
  width: calc(25vw - 14%);
  height: 100%;
  margin: 3%;
}
.default-section-area .reference .reference-content .part > * img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.default-section-area .reference .reference-indicators {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.default-section-area .reference .reference-indicators .indicator {
  cursor: pointer;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  opacity: 0.3;
  background-color: #ffffff;
  margin: auto 12px;
}
.default-section-area .reference .reference-indicators .indicator--active {
  opacity: 1;
}
.default-section-area .contact-box {
  padding: 6em 0;
  text-align: center;
  width: 100%;
  z-index: 1;
  position: relative;
}
.default-section-area .contact-box h2 {
  font-size: 48px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  text-align: center;
}
.default-section-area .contact-box .contact {
  width: 100%;
  max-width: 600px;
  margin: auto;
  position: relative;
}
.default-section-area .contact-box .contact .half {
  display: flex;
  flex-direction: row;
}
.default-section-area .contact-box .contact .half > * {
  display: flex;
  width: calc(50% - 40px);
  margin: auto;
}
.default-section-area .contact-box .contact .half div:nth-child(1) {
  margin-left: 0;
}
.default-section-area .contact-box .contact .half div:nth-child(2) {
  margin-right: 0;
}
.default-section-area .contact-box .contact .input, .default-section-area .contact-box .contact .textarea {
  position: relative;
}
.default-section-area .contact-box .contact .input span.error, .default-section-area .contact-box .contact .textarea span.error {
  position: absolute;
  left: 0;
  top: 0;
  color: red;
}
.default-section-area .contact-box .contact input, .default-section-area .contact-box .contact textarea {
  position: relative;
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ffffff;
  padding: 1em 0 0.8em;
  outline: none;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  margin: 27.5px 0;
  color: #ffffff;
}
.default-section-area .contact-box .contact input::placeholder, .default-section-area .contact-box .contact textarea::placeholder {
  opacity: 0.8;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
.default-section-area .contact-box .contact input:valid ~ label, .default-section-area .contact-box .contact textarea:valid ~ label {
  opacity: 1;
  transform: none;
}
.default-section-area .contact-box .contact textarea {
  height: 95px;
  resize: none;
}
.default-section-area .contact-box .contact label {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  outline: none;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  transform: translateY(3px);
  transition: all 0.2s ease-out;
  opacity: 0;
  overflow: hidden;
  user-select: none;
  white-space: nowrap;
}
.default-section-area .contact-box .contact button {
  margin-top: 2.4em;
  background: transparent;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  transition: all 300ms ease;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  background-color: #fba920;
}
.default-section-area .contact-box .contact button span {
  display: inline-block;
  transition: all 300ms ease;
}
.default-section-area .subscription-box {
  position: relative;
  width: 100%;
}
.default-section-area .subscription-box .success-message {
  display: block;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 10px;
  margin-left: 25px;
}
.default-section-area .subscription-box .subscribe input {
  width: 80%;
  height: 61px;
  background-color: #ffffff;
  border-radius: 30px;
  box-sizing: border-box;
  border: none;
  padding: 20px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #141414;
}
.default-section-area .subscription-box .subscribe input:focus, .default-section-area .subscription-box .subscribe input:hover {
  outline: none;
}
.default-section-area .subscription-box .submit {
  width: 30%;
  height: 61px;
  background-color: #fba920;
  position: absolute;
  bottom: 0;
  border-radius: 0 30px 30px 0;
  right: 0;
}
.default-section-area .subscription-box .input, .default-section-area .subscription-box .textarea {
  position: relative;
}
.default-section-area .subscription-box .input span.error, .default-section-area .subscription-box .textarea span.error {
  position: absolute;
  left: 30px;
  bottom: -25px;
  color: red;
}
.default-section-area .announcement-box .header-box {
  display: flex;
}
.default-section-area .announcement-box .announcement-date-header {
  display: inline-block;
  margin-right: 3%;
  width: 5vw;
}
.default-section-area .announcement-box .announcement-header {
  font-size: 48px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #3d567b;
  margin-top: 0;
  margin-bottom: 34px;
}
.default-section-area .announcement-box .announcement-content {
  display: flex;
  margin-bottom: 5%;
}
.default-section-area .announcement-box .announcement-content .announcement-date {
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: left;
  color: #3d567b;
  margin-right: 3%;
  width: 5vw;
}
.default-section-area .announcement-box .announcement-content .announcement-text {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: left;
  color: #3d567b;
  display: inline-block;
}

.banner-social-media-list,
.social-media-list {
  list-style: none;
  display: flex;
  margin: auto 0;
  padding: 0;
}
.banner-social-media-list li,
.social-media-list li {
  display: flex;
  margin: auto 25px auto 0;
}
.banner-social-media-list img,
.social-media-list img {
  width: 21.5px;
  height: 21.6px;
  object-fit: contain;
}

.banner-social-media-list {
  position: absolute;
  bottom: 5%;
}

.siema.hidden {
  width: 100%;
}
.siema.hidden .spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}
.siema.hidden .spinner .double-bounce1, .siema.hidden .spinner .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #29384e;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
}
.siema.hidden .spinner .double-bounce2 {
  animation-delay: -1s;
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.siema.hidden > div {
  display: none !important;
}
.siema.hidden > div.spinner {
  display: block !important;
}

/*Buttons*/
button {
  -webkit-appearance: none;
  border: none;
  clear: both;
}

.button-orange {
  width: 312px;
  height: 60px;
  color: #ffffff;
  font-size: 16px;
  background: #fba920;
  border-radius: 28px;
  font-weight: bold;
}

a.button-orange {
  position: relative;
  display: flex;
  text-decoration: none;
  user-select: none;
}
a.button-orange span {
  display: flex;
  margin: auto;
}

/*div-row div-col*/
.div-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1 1 auto;
}

.align-center {
  display: flex;
  margin: auto;
}

.width-100 {
  width: 100%;
  margin: auto 100px;
}

/**/
.the-arrow {
  width: 64px;
  transition: all 0.2s;
}
.the-arrow.-left {
  position: absolute;
  top: 60%;
  left: 0;
}
.the-arrow.-left > .shaft {
  width: 0;
  background-color: #3d29c8;
}
.the-arrow.-left > .shaft:before, .the-arrow.-left > .shaft:after {
  width: 0;
  background-color: #3d29c8;
}
.the-arrow.-left > .shaft:before {
  transform: rotate(0);
}
.the-arrow.-left > .shaft:after {
  transform: rotate(0);
}
.the-arrow.-right {
  top: 3px;
}
.the-arrow.-right > .shaft {
  width: 64px;
  transition-delay: 0.2s;
}
.the-arrow.-right > .shaft:before, .the-arrow.-right > .shaft:after {
  width: 10px;
  transition-delay: 0.3s;
  transition: all 0.5s;
}
.the-arrow.-right > .shaft:before {
  transform: rotate(40deg);
}
.the-arrow.-right > .shaft:after {
  transform: rotate(-40deg);
}
.the-arrow > .shaft {
  background-color: #3d29c8;
  display: block;
  height: 3px;
  position: relative;
  transition: all 0.2s;
  transition-delay: 0;
  will-change: transform;
}
.the-arrow > .shaft:before, .the-arrow > .shaft:after {
  background-color: #3d29c8;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s;
  transition-delay: 0;
}
.the-arrow > .shaft:before {
  transform-origin: top right;
}
.the-arrow > .shaft:after {
  transform-origin: bottom right;
}

.animated-arrow {
  display: inline-block;
  color: #3d29c8;
  font-size: 1.25em;
  font-style: italic;
  text-decoration: none;
  position: relative;
  transition: all 0.2s;
}
.animated-arrow:hover {
  color: #3d29c8;
}
.animated-arrow:hover > .the-arrow.-left > .shaft {
  width: 64px;
  transition-delay: 0.1s;
  background-color: #3d29c8;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before, .animated-arrow:hover > .the-arrow.-left > .shaft:after {
  width: 10px;
  transition-delay: 0.1s;
  background-color: #3d29c8;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before {
  transform: rotate(40deg);
}
.animated-arrow:hover > .the-arrow.-left > .shaft:after {
  transform: rotate(-40deg);
}
.animated-arrow:hover > .main {
  transform: translateX(80px);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft {
  width: 0;
  transform: translateX(200%);
  transition-delay: 0;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before, .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  width: 0;
  transition-delay: 0;
  transition: all 0.1s;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before {
  transform: rotate(0);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  transform: rotate(0);
}
.animated-arrow > .main {
  display: flex;
  align-items: center;
  transition: all 0.2s;
}
.animated-arrow > .main > .text {
  margin: 0 16px 0 0;
  line-height: 1;
}
.animated-arrow > .main > .the-arrow {
  position: relative;
}

.arrow {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.arrow h2 {
  margin: 0;
}
.arrow span {
  width: 28px;
  height: 2px;
  background-color: #3d567b;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.arrow span::after {
  content: "";
  width: 6px;
  height: 6px;
  border: solid #3d567b;
  border-width: 0 2px 2px 0;
  display: inline-block;
  position: absolute;
  top: -3px;
}
.arrow.right h2 {
  margin-right: 11px;
}
.arrow.right span::after {
  transform: rotate(-45deg);
  right: 0;
}
.arrow.right:hover span {
  transform: translate(10px, 0);
  transition: all 0.2s ease-in-out;
}
.arrow.left {
  flex-direction: row-reverse;
}
.arrow.left h2 {
  margin-left: 11px;
}
.arrow.left span::after {
  transform: rotate(135deg);
  left: 0;
}
.arrow.left:hover span {
  transform: translate(-10px, 0);
  transition: all 0.2s ease-in-out;
}

.corporate .default-section-area {
  height: 100vh;
}
.corporate .left-col .text-area * {
  color: #ffffff;
}
.corporate .left-col .text-area h2 {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: left;
}
.corporate .left-col .text-area h1 {
  font-size: 48px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  position: relative;
  margin: -0.9% 0 3.9% 0;
}
.corporate .left-col .text-area h1:after {
  content: "";
  width: 149px;
  height: 6px;
  background-color: #fba920;
  position: absolute;
  bottom: -30%;
  left: 0;
}
.corporate .left-col .text-area p {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: justify;
}
.corporate .right-col {
  background-color: #f8f8f8;
}
.corporate .right-col .text-area h2 {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
}
.corporate .right-col .text-area p {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: justify;
}

.contact .default-section-area {
  height: 100vh;
}
.contact .left-col .text-area * {
  color: #ffffff;
}
.contact .left-col .text-area h1 {
  font-size: 48px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.79;
  letter-spacing: normal;
  text-align: left;
  position: relative;
  margin: -0.9% 0 4% 0;
}
.contact .left-col .text-area p {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
}
.contact .right-col {
  background-color: #f8f8f8;
}
.contact .right-col .text-area {
  max-width: 91%;
  margin: auto;
}
.contact .right-col .text-area h2, .contact .right-col .text-area h4 {
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #29384e;
}
.contact .right-col .text-area h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
}
.contact .right-col .text-area h4 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.71;
}
.contact .right-col .social-media {
  padding-left: 30px;
  padding-top: 10%;
}
.contact .right-col .addresses {
  display: table;
}
.contact .right-col .addresses .address-content {
  display: table-cell;
  width: 50%;
  padding: 30px;
}
.contact .right-col .addresses .address-content .address-title {
  height: 40px;
}
.contact .right-col .addresses .address-content .address, .contact .right-col .addresses .address-content .phone, .contact .right-col .addresses .address-content .direction {
  display: table-row;
}

.gallery-home .galleries {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: calc(100vh - 90px);
  min-height: 500px;
  overflow: hidden;
}
.gallery-home .galleries .row {
  display: flex;
  flex-wrap: wrap;
  height: 50%;
}
.gallery-home .galleries .row a {
  text-decoration: none;
  user-select: none;
  height: 100%;
}
.gallery-home .galleries .row a h2 {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.22;
  letter-spacing: normal;
  text-align: left;
  color: #29384e;
  margin: 0;
}
.gallery-home .galleries .row a.grow-1 {
  flex-grow: 1;
  max-width: 35%;
}
.gallery-home .galleries .row a.grow-2 {
  flex-grow: 2;
  max-width: 65%;
}
.gallery-home .galleries .row a.box-1 {
  background-color: #f8dadb;
}
.gallery-home .galleries .row a.box-2 {
  background-color: #f5f5f5;
}
.gallery-home .galleries .row a.box-3 {
  background-color: #f8f8f8;
}
.gallery-home .galleries .row a.box-4 {
  background-color: #fbda89;
}
.gallery-home .galleries .row a.box-2 .gallery h2, .gallery-home .galleries .row a.box-4 .gallery h2 {
  left: 30px;
}
.gallery-home .galleries .row a.box-1 .gallery h2, .gallery-home .galleries .row a.box-3 .gallery h2 {
  right: 30px;
}
.gallery-home .galleries .row a .gallery {
  height: 100%;
  position: relative;
  padding: 40px 50px 60px;
}
.gallery-home .galleries .row a .gallery h2 {
  position: absolute;
  bottom: 30px;
  z-index: 1;
}
.gallery-home .galleries .row a .gallery .img {
  position: relative;
  object-fit: contain;
  height: 100%;
  width: 100%;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}
.gallery-home .galleries .row a:hover .img {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}

.gallery-detail {
  background-color: #f8f8f8;
  width: 100%;
  position: relative;
  height: calc(100vh - 90px);
  display: flex;
  margin: auto;
}
.gallery-detail .content {
  display: flex;
  margin: auto;
  width: 100%;
  height: 100%;
  flex-direction: column;
}
.gallery-detail .content .title h1 {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  color: #3d567b;
  margin-top: 35px;
}
.gallery-detail .content .main-content {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  position: relative;
  margin: auto;
}
.gallery-detail .content .main-content .gallery-carousel {
  width: 50%;
}
.gallery-detail .content .main-content .gallery-carousel .carousel-item {
  opacity: 0;
  height: 100%;
}
.gallery-detail .content .main-content .gallery-carousel .carousel-item.show {
  opacity: 1;
  transition: all 800ms ease-out 0s;
}
.gallery-detail .content .main-content .gallery-carousel .carousel-item img {
  object-fit: contain;
  width: 100%;
  max-height: 50vh;
  min-height: 300px;
}
.gallery-detail .content .directions {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin-top: 12px;
  position: relative;
  margin: 5px auto;
}
.gallery-detail .content .directions .go-to-prev, .gallery-detail .content .directions .go-to-next {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.gallery-detail .content .directions .go-to-next {
  background-color: #3d567b;
}
.gallery-detail .content .directions .go-to-next .arrow span {
  background-color: #ffffff;
}
.gallery-detail .content .directions .go-to-next .arrow span::after {
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
}
.gallery-detail .content .directions .go-to-next:hover span {
  transform: translate(10px, 0);
  transition: all 0.2s ease-in-out;
}
.gallery-detail .content .directions .go-to-prev {
  background-color: #ffffff;
}
.gallery-detail .content .directions .go-to-prev:hover span {
  transform: translate(-10px, 0);
  transition: all 0.2s ease-in-out;
}
.gallery-detail .content .indicators {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  position: relative;
  margin: 0 auto;
  background-image: linear-gradient(to right, #f8f8f8, #f8f8f8), linear-gradient(to right, #f8f8f8, #f8f8f8), linear-gradient(to right, rgba(61, 86, 123, 0.5), rgba(41, 56, 78, 0)), linear-gradient(to left, rgba(61, 86, 123, 0.5), rgba(41, 56, 78, 0));
  background-position: left center, right center, left center, right center;
  background-repeat: no-repeat;
  background-size: 20px 100%, 20px 100%, 10px 100%, 10px 100%;
  background-attachment: local, local, scroll, scroll;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
}
.gallery-detail .content .indicators::-webkit-scrollbar {
  display: none;
}
.gallery-detail .content .indicators .scroll {
  min-height: 100px;
  display: flex;
  margin: auto;
}
.gallery-detail .content .indicators .scroll .indicator {
  height: 100px;
  width: 100px;
}
.gallery-detail .content .indicators .scroll .indicator img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  opacity: 0.5;
}
.gallery-detail .content .indicators .scroll .indicator.indicator--active img {
  opacity: 1;
}

.catalog .content {
  padding-top: 10px;
}
.catalog .content .main-content {
  margin-top: 10px;
}
.catalog .content .download-catalog-pdf {
  display: flex;
  justify-content: flex-end;
  width: 50%;
  margin: auto auto 5px;
}
.catalog .content .download-catalog-pdf .pdf-icon {
  height: 17px;
  width: 17px;
  color: #29384e;
}
.catalog .content .download-catalog-pdf a {
  font-size: 15px;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  gap: 5px;
  align-items: center;
  color: #29384e;
}

.service-detail {
  height: calc(100vh - 90px);
  min-height: 500px;
}
.service-detail .left-col .text-area {
  margin-left: 15%;
  margin-right: 10%;
  margin-top: 0;
  max-width: none;
  width: 100%;
}
.service-detail .left-col .text-area .back-button {
  margin: 30px 0 30px;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: left;
  position: relative;
  padding-left: 15px;
}
.service-detail .left-col .text-area .back-button span {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
  transition: all 0.2s ease-in-out;
}
.service-detail .left-col .text-area .back-button span::before {
  content: "";
  width: 6px;
  height: 6px;
  border: solid #ffffff;
  border-width: 0 0 2px 2px;
  display: inline-block;
  transform: rotate(45deg);
  margin-right: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.service-detail .left-col .text-area .back-button:hover span {
  transform: translate(-5px, 0);
  transition: all 0.2s ease-in-out;
}
.service-detail .left-col .text-area .service-title {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  margin-top: 0;
}
.service-detail .left-col .text-area .service-slogan {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
.service-detail .left-col .text-area .title {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  position: relative;
}
.service-detail .left-col .text-area .title::before {
  content: "";
  width: 7px;
  height: 100%;
  background-color: #fba920;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -15px;
}
.service-detail .left-col .text-area .description {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
.service-detail .right-col {
  background-color: #f8f8f8;
}
.service-detail .right-col .service-gallery {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
  position: relative;
}
.service-detail .right-col .service-gallery .service-gallery-carousel {
  margin: auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.service-detail .right-col .service-gallery .service-gallery-carousel .service-gallery-content {
  width: 60%;
}
.service-detail .right-col .service-gallery .service-gallery-carousel .service-gallery-content .carousel-item {
  opacity: 0;
  height: 100%;
}
.service-detail .right-col .service-gallery .service-gallery-carousel .service-gallery-content .carousel-item.show {
  opacity: 1;
  transition: all 800ms ease-out 0s;
}
.service-detail .right-col .service-gallery .service-gallery-carousel .service-gallery-content .carousel-item img {
  object-fit: contain;
  width: 100%;
}
.service-detail .right-col .service-gallery .service-gallery-carousel .go-to-prev, .service-detail .right-col .service-gallery .service-gallery-carousel .go-to-next {
  width: 60px;
  height: 60px;
  background-color: rgba(61, 86, 123, 0.2);
  position: relative;
}
.service-detail .right-col .service-gallery .service-gallery-carousel .go-to-prev span::after, .service-detail .right-col .service-gallery .service-gallery-carousel .go-to-next span::after {
  content: "";
  width: 18px;
  height: 18px;
  border: solid #3d567b;
  border-width: 0 0 3px 3px;
  display: inline-block;
  margin-right: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.service-detail .right-col .service-gallery .service-gallery-carousel .go-to-prev span::after {
  transform: rotate(45deg);
}
.service-detail .right-col .service-gallery .service-gallery-carousel .go-to-next span::after {
  transform: rotate(225deg);
}
.service-detail .right-col .service-gallery .services-gallery-indicators {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  position: absolute;
  bottom: 15%;
}
.service-detail .right-col .service-gallery .services-gallery-indicators .indicator {
  cursor: pointer;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  opacity: 0.2;
  background-color: #3d567b;
  margin: auto 8px;
}
.service-detail .right-col .service-gallery .services-gallery-indicators .indicator--active {
  opacity: 1;
}
.service-detail .right-col .service-gallery .gallery-link {
  position: absolute;
  bottom: 20%;
}
.service-detail .right-col .service-gallery .gallery-link a {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #3d567b;
  text-decoration: none;
  user-select: none;
}
.service-detail .right-col .service-gallery .gallery-link a span {
  margin-left: 10px;
}
.service-detail .right-col .service-gallery .gallery-link a:hover {
  text-decoration: none;
}

.double-background {
  height: calc(100vh - 90px);
  min-height: 500px;
}
.double-background .content {
  height: 100%;
  position: relative;
  z-index: 2;
  margin: auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.double-background .content .directions {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.double-background .content .directions .go-to-prev, .double-background .content .directions .go-to-next {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.double-background .content .directions .go-to-next {
  background-color: #3d567b;
}
.double-background .content .directions .go-to-next .arrow span {
  background-color: #ffffff;
}
.double-background .content .directions .go-to-next .arrow span::after {
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
}
.double-background .content .directions .go-to-next:hover span {
  transform: translate(10px, 0);
  transition: all 0.2s ease-in-out;
}
.double-background .content .directions .go-to-prev {
  background-color: #ffffff;
}
.double-background .content .directions .go-to-prev:hover span {
  transform: translate(-10px, 0);
  transition: all 0.2s ease-in-out;
}
.double-background .content .service-index-carousel .carousel-item {
  display: flex;
  margin: auto;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.double-background .content .service-index-carousel .carousel-item .left-col {
  display: flex;
  margin: auto;
  margin-left: 0;
  width: 50vw;
  height: 100%;
}
.double-background .content .service-index-carousel .carousel-item .left-col .text {
  position: relative;
  width: auto;
  height: auto;
  display: flex;
  margin: auto;
  flex-direction: column;
  max-width: 64%;
  font-size: 12px;
}
.double-background .content .service-index-carousel .carousel-item .left-col .text h2 {
  font-size: 2em;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
.double-background .content .service-index-carousel .carousel-item .left-col .text h2 + p {
  font-size: 1.4em;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  margin: 5% auto;
}
.double-background .content .service-index-carousel .carousel-item .left-col .text p {
  display: flex;
  margin: auto;
  text-align: center;
}
.double-background .content .service-index-carousel .carousel-item .left-col .text .arrow span {
  background: #ffffff;
}
.double-background .content .service-index-carousel .carousel-item .left-col .text .arrow span:after {
  border-color: #ffffff;
}
.double-background .content .service-index-carousel .carousel-item .right-col {
  display: flex;
  margin: auto;
  margin-right: 0;
  width: 50vw;
  height: 100%;
}
.double-background .content .service-index-carousel .carousel-item .right-col .image {
  position: relative;
  width: auto;
  height: auto;
  display: flex;
  margin: auto;
  flex-direction: column;
  max-width: 64%;
}
.double-background .content .service-index-carousel .carousel-item .right-col .image img {
  object-fit: contain;
}
.double-background .content .service-index-carousel .carousel-item.show {
  opacity: 1;
  visibility: visible;
}

.machine-detail {
  background-color: #f8f8f8;
  width: 100%;
  position: relative;
  height: calc(100vh - 90px);
  display: flex;
  margin: auto;
}
.machine-detail .content {
  display: flex;
  margin: auto;
  width: 100%;
  height: 100%;
  flex-direction: column;
}
.machine-detail .content .title h1 {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  color: #3d567b;
  margin-top: 35px;
}
.machine-detail .content .main-content {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  position: relative;
  margin: auto;
}
.machine-detail .content .main-content .machine-gallery-content {
  width: 50%;
}
.machine-detail .content .main-content .machine-gallery-content .carousel-item {
  opacity: 0;
  height: 100%;
}
.machine-detail .content .main-content .machine-gallery-content .carousel-item.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.machine-detail .content .main-content .machine-gallery-content .carousel-item.video-container iframe, .machine-detail .content .main-content .machine-gallery-content .carousel-item.video-container object, .machine-detail .content .main-content .machine-gallery-content .carousel-item.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.machine-detail .content .main-content .machine-gallery-content .carousel-item.show {
  opacity: 1;
  transition: all 800ms ease-out 0s;
}
.machine-detail .content .main-content .machine-gallery-content .carousel-item img {
  object-fit: contain;
  width: 100%;
  max-height: 50vh;
  min-height: 300px;
}
.machine-detail .content .directions {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin-top: 12px;
  position: relative;
  margin: 5px auto;
}
.machine-detail .content .directions .go-to-prev, .machine-detail .content .directions .go-to-next {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.machine-detail .content .directions .go-to-next {
  background-color: #3d567b;
}
.machine-detail .content .directions .go-to-next .arrow span {
  background-color: #ffffff;
}
.machine-detail .content .directions .go-to-next .arrow span::after {
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
}
.machine-detail .content .directions .go-to-next:hover span {
  transform: translate(10px, 0);
  transition: all 0.2s ease-in-out;
}
.machine-detail .content .directions .go-to-prev {
  background-color: #ffffff;
}
.machine-detail .content .directions .go-to-prev:hover span {
  transform: translate(-10px, 0);
  transition: all 0.2s ease-in-out;
}
.machine-detail .content .indicators {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  position: relative;
  margin: 0 auto;
  background-image: linear-gradient(to right, #f8f8f8, #f8f8f8), linear-gradient(to right, #f8f8f8, #f8f8f8), linear-gradient(to right, rgba(61, 86, 123, 0.5), rgba(41, 56, 78, 0)), linear-gradient(to left, rgba(61, 86, 123, 0.5), rgba(41, 56, 78, 0));
  background-position: left center, right center, left center, right center;
  background-repeat: no-repeat;
  background-size: 20px 100%, 20px 100%, 10px 100%, 10px 100%;
  background-attachment: local, local, scroll, scroll;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
}
.machine-detail .content .indicators::-webkit-scrollbar {
  display: none;
}
.machine-detail .content .indicators .scroll {
  min-height: 100px;
  display: flex;
  margin: auto;
}
.machine-detail .content .indicators .scroll .indicator {
  height: 100px;
  width: 100px;
}
.machine-detail .content .indicators .scroll .indicator img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  opacity: 0.5;
}
.machine-detail .content .indicators .scroll .indicator.indicator--active img {
  opacity: 1;
}

.double-background-machine {
  background: linear-gradient(to right, #3d567b 0%, #3d567b 50%, #3d567b 50%, #f8f8f8 50%, #f8f8f8 100%);
  width: 100%;
  position: relative;
  overflow: hidden;
  height: calc(100vh - 90px);
  min-height: 500px;
}
.double-background-machine::after {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  width: 50%;
  height: 100%;
  top: 0;
  background-size: cover;
  left: 0;
}
.double-background-machine .content {
  height: 100%;
  position: relative;
  z-index: 2;
  margin: auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.double-background-machine .content .directions {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.double-background-machine .content .directions .go-to-prev, .double-background-machine .content .directions .go-to-next {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.double-background-machine .content .directions .go-to-next {
  background-color: #3d567b;
}
.double-background-machine .content .directions .go-to-next .arrow span {
  background-color: #ffffff;
}
.double-background-machine .content .directions .go-to-next .arrow span::after {
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
}
.double-background-machine .content .directions .go-to-next:hover span {
  transform: translate(10px, 0);
  transition: all 0.2s ease-in-out;
}
.double-background-machine .content .directions .go-to-prev {
  background-color: #ffffff;
}
.double-background-machine .content .directions .go-to-prev:hover span {
  transform: translate(-10px, 0);
  transition: all 0.2s ease-in-out;
}
.double-background-machine .content .machine-index-carousel .carousel-item {
  display: flex;
  margin: auto;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.double-background-machine .content .machine-index-carousel .carousel-item .left-col {
  display: flex;
  margin: auto;
  margin-left: 0;
  width: 50vw;
  height: 100%;
}
.double-background-machine .content .machine-index-carousel .carousel-item .left-col .text {
  position: relative;
  width: auto;
  height: auto;
  display: flex;
  margin: auto;
  flex-direction: column;
  max-width: 64%;
  font-size: 12px;
}
.double-background-machine .content .machine-index-carousel .carousel-item .left-col .text h2 {
  font-size: 2em;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
.double-background-machine .content .machine-index-carousel .carousel-item .left-col .text h2 + p {
  font-size: 1.4em;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  margin: 5% auto;
}
.double-background-machine .content .machine-index-carousel .carousel-item .left-col .text p {
  display: flex;
  margin: auto;
  text-align: center;
}
.double-background-machine .content .machine-index-carousel .carousel-item .left-col .text .arrow span {
  background: #ffffff;
}
.double-background-machine .content .machine-index-carousel .carousel-item .left-col .text .arrow span:after {
  border-color: #ffffff;
}
.double-background-machine .content .machine-index-carousel .carousel-item .left-col .machines-list {
  list-style: none;
  padding-left: 0;
}
.double-background-machine .content .machine-index-carousel .carousel-item .left-col .machines-list h4 {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
  margin: 0;
}
.double-background-machine .content .machine-index-carousel .carousel-item .right-col {
  display: flex;
  margin: auto;
  margin-right: 0;
  width: 50vw;
  height: 100%;
}
.double-background-machine .content .machine-index-carousel .carousel-item .right-col .image {
  position: relative;
  display: flex;
  margin: auto;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.double-background-machine .content .machine-index-carousel .carousel-item .right-col .image img {
  object-fit: cover;
  height: 100%;
}
.double-background-machine .content .machine-index-carousel .carousel-item.show {
  opacity: 1;
  visibility: visible;
}

.other-resources {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  display: flex;
  margin: auto 10%;
  justify-content: space-between;
}
.other-resources.flex-end {
  justify-content: flex-end;
}
.other-resources .prev span {
  margin-right: 10px;
}
.other-resources .next span {
  margin-left: 10px;
}
.other-resources .prev a, .other-resources .next a {
  text-decoration: none;
  user-select: none;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: left;
  color: #f8f8f8;
}
.other-resources .prev a span, .other-resources .next a span {
  background-color: #f8f8f8;
}
.other-resources .prev a span::after, .other-resources .next a span::after {
  border-color: #f8f8f8;
}

.other-products {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 95%;
}
.other-products.flex-end {
  justify-content: flex-end;
}
.other-products .prev a, .other-products .next a {
  text-decoration: none;
  user-select: none;
}
.other-products .prev a h2, .other-products .next a h2 {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: left;
  color: #3d567b;
}

.double-background {
  background: linear-gradient(to right, #3d567b 0%, #3d567b 50%, #3d567b 50%, #f8f8f8 50%, #f8f8f8 100%);
  width: 100%;
  position: relative;
}
.double-background::after {
  content: "";
  position: absolute;
  background-image: image-url(/machine_img_5@3x.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 50%;
  height: 100%;
  top: 0;
  background-size: cover;
  left: 0;
}

html, body {
  width: 100%;
  margin: 0;
  height: 100%;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.visuallyhidden {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

* {
  box-sizing: border-box;
}
