body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #21409a !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #21409a !important;
  border-color: #21409a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #122253 !important;
  border-color: #122253 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #122253 !important;
  border-color: #122253 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #21409a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #122253 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #21409a !important;
  border-color: #21409a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #21409a !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0f1d46 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #21409a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #21409a;
  border-color: #21409a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #21409a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5e7edc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #21409a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #21409a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #21409a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #21409a;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #21409a;
  border-bottom-color: #21409a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #21409a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2321409a' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-thwRXNtPsP {
  background-image: url("../../../assets/images/h-1200x900-image-2.png");
}
.cid-thwRXNtPsP .mbr-fallback-image.disabled {
  display: none;
}
.cid-thwRXNtPsP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thwRXNtPsP .mbr-text,
.cid-thwRXNtPsP .mbr-section-btn {
  color: #fafafa;
}
.cid-thwS5vRQKv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #333640;
}
.cid-thwS5vRQKv .mbr-fallback-image.disabled {
  display: none;
}
.cid-thwS5vRQKv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thwS5vRQKv .mbr-section-title {
  text-align: left;
  color: #fafafa;
}
.cid-thwS5vRQKv .mbr-section-subtitle {
  text-align: left;
  color: #fafafa;
}
.cid-thwS7KLAKK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-thwS7KLAKK .mbr-fallback-image.disabled {
  display: none;
}
.cid-thwS7KLAKK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thwS7KLAKK .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-thwS7KLAKK .container {
    max-width: 1400px;
  }
}
.cid-thwS7KLAKK .card {
  margin: auto;
}
.cid-thwS7KLAKK .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #21409a;
  margin-bottom: 2rem;
}
.cid-thwS7KLAKK .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-thwS7KLAKK .row {
  justify-content: center;
}
.cid-thwS7KLAKK H3 {
  color: #21409a;
}
.cid-thwS92ULyZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #333640;
}
.cid-thwS92ULyZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-thwS92ULyZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thwS92ULyZ .mbr-section-title {
  text-align: left;
  color: #fafafa;
}
.cid-thwS92ULyZ .mbr-section-subtitle {
  text-align: left;
  color: #fafafa;
}
.cid-thwSfJornn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dde3ed;
}
.cid-thwSfJornn .mbr-fallback-image.disabled {
  display: none;
}
.cid-thwSfJornn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thwSfJornn .content-wrapper {
  background: #dde3ed;
}
@media (max-width: 991px) {
  .cid-thwSfJornn .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-thwSfJornn .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-thwSfJornn .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-thwSfJornn .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-thwSfJornn .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-thwSfJornn .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-thwSfJornn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-thwSfJornn .icon-icon-mixers {
  height: 100px;
  width: 100px;
  color: #21409a;
  fill: #21369a;
}
.cid-thwSfJornn .ci {
  min-width: 100px;
  height: 25px;
  background-color: #bda63c;
}
.cid-thwSfJornn bp {
  min-width: 100px;
  height: 25px;
  background-color: #5a459e;
}
.cid-thwShXiNVo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-thwShXiNVo .mbr-fallback-image.disabled {
  display: none;
}
.cid-thwShXiNVo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thwShXiNVo .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-thwShXiNVo .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-thwShXiNVo .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-thwShXiNVo .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-thwShXiNVo .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-thwShXiNVo .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-thwShXiNVo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-thwShXiNVo .icon-icon-pump {
  width: 100px;
  height: 100px;
  color: #21409a;
  fill: #21369a;
}
.cid-thwSsqHAvv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dde3ed;
}
.cid-thwSsqHAvv .mbr-fallback-image.disabled {
  display: none;
}
.cid-thwSsqHAvv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thwSsqHAvv .content-wrapper {
  background: #dde3ed;
}
@media (max-width: 991px) {
  .cid-thwSsqHAvv .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-thwSsqHAvv .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-thwSsqHAvv .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-thwSsqHAvv .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-thwSsqHAvv .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-thwSsqHAvv .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-thwSsqHAvv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-thwSsqHAvv .icon-icon-heat_exchanger {
  height: 100px;
  width: 100px;
  color: #21409a;
  fill: #21369a;
}
.cid-thwSwMbjhy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-thwSwMbjhy .mbr-fallback-image.disabled {
  display: none;
}
.cid-thwSwMbjhy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thwSwMbjhy .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-thwSwMbjhy .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-thwSwMbjhy .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-thwSwMbjhy .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-thwSwMbjhy .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-thwSwMbjhy .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-thwSwMbjhy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-thwSwMbjhy .icon-icon-tanks {
  height: 100px;
  width: 100px;
  color: #21409a;
  fill: #21369a;
}
.cid-thwSzcWovA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dde3ed;
}
.cid-thwSzcWovA .mbr-fallback-image.disabled {
  display: none;
}
.cid-thwSzcWovA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thwSzcWovA .content-wrapper {
  background: #dde3ed;
}
@media (max-width: 991px) {
  .cid-thwSzcWovA .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-thwSzcWovA .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-thwSzcWovA .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-thwSzcWovA .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-thwSzcWovA .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-thwSzcWovA .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-thwSzcWovA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-thwSzcWovA .icon-icon-material_handle {
  height: 80px;
  width: 80px;
  color: #21409a;
  fill: #21369a;
}
.cid-tgQblIfrSW {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #21409a;
}
.cid-tgQblIfrSW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgQblIfrSW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgQblIfrSW .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tgQblIfrSW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tgQblIfrSW .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tgQblIfrSW .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tgQblIfrSW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tgQblIfrSW .copyright {
  color: #bbbbbb;
}
.cid-thwPhBXrlH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-thwPhBXrlH nav.navbar {
  position: fixed;
}
.cid-thwPhBXrlH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thwPhBXrlH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-thwPhBXrlH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thwPhBXrlH .dropdown-item:hover,
.cid-thwPhBXrlH .dropdown-item:focus {
  background: #21409a !important;
  color: white !important;
}
.cid-thwPhBXrlH .dropdown-item:hover span {
  color: white;
}
.cid-thwPhBXrlH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thwPhBXrlH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thwPhBXrlH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-thwPhBXrlH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thwPhBXrlH .nav-link {
  position: relative;
}
.cid-thwPhBXrlH .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-thwPhBXrlH .container {
    flex-wrap: nowrap;
  }
}
.cid-thwPhBXrlH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-thwPhBXrlH .dropdown-menu,
.cid-thwPhBXrlH .navbar.opened {
  background: #fafafa !important;
}
.cid-thwPhBXrlH .nav-item:focus,
.cid-thwPhBXrlH .nav-link:focus {
  outline: none;
}
.cid-thwPhBXrlH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thwPhBXrlH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thwPhBXrlH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-thwPhBXrlH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thwPhBXrlH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thwPhBXrlH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thwPhBXrlH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-thwPhBXrlH .navbar.opened {
  transition: all 0.3s;
}
.cid-thwPhBXrlH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-thwPhBXrlH .navbar .navbar-logo img {
  width: auto;
}
.cid-thwPhBXrlH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thwPhBXrlH .navbar.collapsed {
  justify-content: center;
}
.cid-thwPhBXrlH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thwPhBXrlH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thwPhBXrlH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-thwPhBXrlH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thwPhBXrlH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thwPhBXrlH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-thwPhBXrlH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thwPhBXrlH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-thwPhBXrlH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-thwPhBXrlH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thwPhBXrlH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thwPhBXrlH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thwPhBXrlH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thwPhBXrlH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-thwPhBXrlH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-thwPhBXrlH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thwPhBXrlH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thwPhBXrlH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thwPhBXrlH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thwPhBXrlH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-thwPhBXrlH .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-thwPhBXrlH .navbar.navbar-short {
  min-height: 60px;
}
.cid-thwPhBXrlH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-thwPhBXrlH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-thwPhBXrlH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thwPhBXrlH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thwPhBXrlH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thwPhBXrlH .dropdown-item.active,
.cid-thwPhBXrlH .dropdown-item:active {
  background-color: transparent;
}
.cid-thwPhBXrlH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thwPhBXrlH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thwPhBXrlH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thwPhBXrlH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-thwPhBXrlH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thwPhBXrlH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thwPhBXrlH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thwPhBXrlH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thwPhBXrlH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-thwPhBXrlH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1544b6;
}
.cid-thwPhBXrlH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-thwPhBXrlH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thwPhBXrlH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thwPhBXrlH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-thwPhBXrlH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thwPhBXrlH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-thwPhBXrlH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-thwPhBXrlH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thwPhBXrlH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-thwPhBXrlH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thwPhBXrlH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thwPhBXrlH .navbar {
    height: 70px;
  }
  .cid-thwPhBXrlH .navbar.opened {
    height: auto;
  }
  .cid-thwPhBXrlH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thwPhBXrlH .icon-icon-pump,
.cid-thwPhBXrlH .icon-icon-heat_exchanger,
.cid-thwPhBXrlH .icon-icon-tanks,
.cid-thwPhBXrlH .icon-icon-mixers,
.cid-thwPhBXrlH .icon-icon-material_handle {
  height: 40px;
  width: 40px;
  color: #21409a;
  fill: #21409a;
}
.cid-thwPhBXrlH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-thwPhBXrlH nav.navbar {
  position: fixed;
}
.cid-thwPhBXrlH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thwPhBXrlH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-thwPhBXrlH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thwPhBXrlH .dropdown-item:hover,
.cid-thwPhBXrlH .dropdown-item:focus {
  background: #21409a !important;
  color: white !important;
}
.cid-thwPhBXrlH .dropdown-item:hover span {
  color: white;
}
.cid-thwPhBXrlH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thwPhBXrlH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thwPhBXrlH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-thwPhBXrlH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thwPhBXrlH .nav-link {
  position: relative;
}
.cid-thwPhBXrlH .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-thwPhBXrlH .container {
    flex-wrap: nowrap;
  }
}
.cid-thwPhBXrlH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-thwPhBXrlH .dropdown-menu,
.cid-thwPhBXrlH .navbar.opened {
  background: #fafafa !important;
}
.cid-thwPhBXrlH .nav-item:focus,
.cid-thwPhBXrlH .nav-link:focus {
  outline: none;
}
.cid-thwPhBXrlH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thwPhBXrlH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thwPhBXrlH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-thwPhBXrlH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thwPhBXrlH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thwPhBXrlH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thwPhBXrlH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-thwPhBXrlH .navbar.opened {
  transition: all 0.3s;
}
.cid-thwPhBXrlH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-thwPhBXrlH .navbar .navbar-logo img {
  width: auto;
}
.cid-thwPhBXrlH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thwPhBXrlH .navbar.collapsed {
  justify-content: center;
}
.cid-thwPhBXrlH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thwPhBXrlH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thwPhBXrlH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-thwPhBXrlH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thwPhBXrlH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thwPhBXrlH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-thwPhBXrlH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thwPhBXrlH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-thwPhBXrlH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-thwPhBXrlH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thwPhBXrlH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thwPhBXrlH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thwPhBXrlH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thwPhBXrlH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-thwPhBXrlH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-thwPhBXrlH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thwPhBXrlH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thwPhBXrlH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thwPhBXrlH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thwPhBXrlH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-thwPhBXrlH .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-thwPhBXrlH .navbar.navbar-short {
  min-height: 60px;
}
.cid-thwPhBXrlH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-thwPhBXrlH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-thwPhBXrlH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thwPhBXrlH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thwPhBXrlH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thwPhBXrlH .dropdown-item.active,
.cid-thwPhBXrlH .dropdown-item:active {
  background-color: transparent;
}
.cid-thwPhBXrlH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thwPhBXrlH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thwPhBXrlH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thwPhBXrlH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-thwPhBXrlH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thwPhBXrlH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thwPhBXrlH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thwPhBXrlH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thwPhBXrlH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-thwPhBXrlH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1544b6;
}
.cid-thwPhBXrlH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-thwPhBXrlH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thwPhBXrlH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thwPhBXrlH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-thwPhBXrlH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thwPhBXrlH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-thwPhBXrlH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-thwPhBXrlH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thwPhBXrlH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-thwPhBXrlH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thwPhBXrlH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thwPhBXrlH .navbar {
    height: 70px;
  }
  .cid-thwPhBXrlH .navbar.opened {
    height: auto;
  }
  .cid-thwPhBXrlH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thwPhBXrlH .icon-icon-pump,
.cid-thwPhBXrlH .icon-icon-heat_exchanger,
.cid-thwPhBXrlH .icon-icon-tanks,
.cid-thwPhBXrlH .icon-icon-mixers,
.cid-thwPhBXrlH .icon-icon-material_handle {
  height: 40px;
  width: 40px;
  color: #21409a;
  fill: #21409a;
}
.cid-thwNk6E17z {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #21409a;
}
.cid-thwNk6E17z .mbr-fallback-image.disabled {
  display: none;
}
.cid-thwNk6E17z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thwNk6E17z .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-thwNk6E17z .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-thwNk6E17z .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-thwNk6E17z .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-thwNk6E17z div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-thwNk6E17z .copyright {
  color: #bbbbbb;
}
.cid-thwPPmJx5A {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-thwPPmJx5A nav.navbar {
  position: fixed;
}
.cid-thwPPmJx5A .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thwPPmJx5A .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-thwPPmJx5A .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thwPPmJx5A .dropdown-item:hover,
.cid-thwPPmJx5A .dropdown-item:focus {
  background: #21409a !important;
  color: white !important;
}
.cid-thwPPmJx5A .dropdown-item:hover span {
  color: white;
}
.cid-thwPPmJx5A .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thwPPmJx5A .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thwPPmJx5A .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-thwPPmJx5A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thwPPmJx5A .nav-link {
  position: relative;
}
.cid-thwPPmJx5A .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-thwPPmJx5A .container {
    flex-wrap: nowrap;
  }
}
.cid-thwPPmJx5A .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-thwPPmJx5A .dropdown-menu,
.cid-thwPPmJx5A .navbar.opened {
  background: #fafafa !important;
}
.cid-thwPPmJx5A .nav-item:focus,
.cid-thwPPmJx5A .nav-link:focus {
  outline: none;
}
.cid-thwPPmJx5A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thwPPmJx5A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thwPPmJx5A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-thwPPmJx5A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thwPPmJx5A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thwPPmJx5A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thwPPmJx5A .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-thwPPmJx5A .navbar.opened {
  transition: all 0.3s;
}
.cid-thwPPmJx5A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-thwPPmJx5A .navbar .navbar-logo img {
  width: auto;
}
.cid-thwPPmJx5A .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thwPPmJx5A .navbar.collapsed {
  justify-content: center;
}
.cid-thwPPmJx5A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thwPPmJx5A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thwPPmJx5A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-thwPPmJx5A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thwPPmJx5A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thwPPmJx5A .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-thwPPmJx5A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thwPPmJx5A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-thwPPmJx5A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-thwPPmJx5A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thwPPmJx5A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thwPPmJx5A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thwPPmJx5A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thwPPmJx5A .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-thwPPmJx5A .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-thwPPmJx5A .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thwPPmJx5A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thwPPmJx5A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thwPPmJx5A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thwPPmJx5A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-thwPPmJx5A .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-thwPPmJx5A .navbar.navbar-short {
  min-height: 60px;
}
.cid-thwPPmJx5A .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-thwPPmJx5A .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-thwPPmJx5A .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thwPPmJx5A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thwPPmJx5A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thwPPmJx5A .dropdown-item.active,
.cid-thwPPmJx5A .dropdown-item:active {
  background-color: transparent;
}
.cid-thwPPmJx5A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thwPPmJx5A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thwPPmJx5A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thwPPmJx5A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-thwPPmJx5A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thwPPmJx5A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thwPPmJx5A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thwPPmJx5A .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thwPPmJx5A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-thwPPmJx5A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1544b6;
}
.cid-thwPPmJx5A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-thwPPmJx5A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thwPPmJx5A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thwPPmJx5A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-thwPPmJx5A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thwPPmJx5A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-thwPPmJx5A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-thwPPmJx5A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thwPPmJx5A .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-thwPPmJx5A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thwPPmJx5A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thwPPmJx5A .navbar {
    height: 70px;
  }
  .cid-thwPPmJx5A .navbar.opened {
    height: auto;
  }
  .cid-thwPPmJx5A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thwPPmJx5A .icon-icon-pump,
.cid-thwPPmJx5A .icon-icon-heat_exchanger,
.cid-thwPPmJx5A .icon-icon-tanks,
.cid-thwPPmJx5A .icon-icon-mixers,
.cid-thwPPmJx5A .icon-icon-material_handle {
  height: 40px;
  width: 40px;
  color: #21409a;
  fill: #21409a;
}
.cid-thwUQ0qulJ {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr.jpeg");
}
.cid-thwUQ0qulJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-thwUQ0qulJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thwUQ0qulJ .mbr-text,
.cid-thwUQ0qulJ .mbr-section-btn {
  color: #232323;
}
.cid-thwUQ0qulJ .card-title,
.cid-thwUQ0qulJ .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-thwUQ0qulJ .mbr-text,
.cid-thwUQ0qulJ .link-wrap {
  color: #ffffff;
}
.cid-thwUQ0qulJ .icon-icon-pump,
.cid-thwUQ0qulJ .icon-icon-heat_exchanger,
.cid-thwUQ0qulJ .icon-icon-tanks,
.cid-thwUQ0qulJ .icon-icon-mixers,
.cid-thwUQ0qulJ .icon-icon-material_handle {
  height: 100px;
  width: 100px;
  padding-bottom: 14px;
  color: #fafafa;
  fill: #fafafa;
}
.cid-tzNxxTvHwa {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tzNxxTvHwa .mbr-text {
  text-align: left;
}
.cid-toCOxeRMWa {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-toCOxeRMWa .mbr-fallback-image.disabled {
  display: none;
}
.cid-toCOxeRMWa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toCOxeRMWa .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-toCOxeRMWa .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-toCOxeRMWa .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-toCOxeRMWa .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-toCOxeRMWa .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-toCOxeRMWa .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-toCOxeRMWa .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-toCOxeRMWa .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-toCOxeRMWa .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-toCOxeRMWa .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-toCOVScnFl {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-toCOVScnFl .mbr-fallback-image.disabled {
  display: none;
}
.cid-toCOVScnFl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toCOVScnFl .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-toCOVScnFl .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-toCOVScnFl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-toCOVScnFl .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-toCOVScnFl .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-toCOVScnFl .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-toCOVScnFl .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-toCOVScnFl .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-toCOVScnFl .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-toCOVScnFl .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tzIddmqhFw {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tzIddmqhFw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzIddmqhFw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzIddmqhFw .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tzIddmqhFw .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tzIddmqhFw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tzIddmqhFw .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tzIddmqhFw .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tzIddmqhFw .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tzIddmqhFw .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tzIddmqhFw .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tzIddmqhFw .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tzIddmqhFw .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-thwPPn2VQG {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #21409a;
}
.cid-thwPPn2VQG .mbr-fallback-image.disabled {
  display: none;
}
.cid-thwPPn2VQG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thwPPn2VQG .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-thwPPn2VQG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-thwPPn2VQG .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-thwPPn2VQG .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-thwPPn2VQG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-thwPPn2VQG .copyright {
  color: #bbbbbb;
}
.cid-thwQ7Nb1VD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-thwQ7Nb1VD nav.navbar {
  position: fixed;
}
.cid-thwQ7Nb1VD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thwQ7Nb1VD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-thwQ7Nb1VD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thwQ7Nb1VD .dropdown-item:hover,
.cid-thwQ7Nb1VD .dropdown-item:focus {
  background: #21409a !important;
  color: white !important;
}
.cid-thwQ7Nb1VD .dropdown-item:hover span {
  color: white;
}
.cid-thwQ7Nb1VD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thwQ7Nb1VD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thwQ7Nb1VD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-thwQ7Nb1VD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thwQ7Nb1VD .nav-link {
  position: relative;
}
.cid-thwQ7Nb1VD .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-thwQ7Nb1VD .container {
    flex-wrap: nowrap;
  }
}
.cid-thwQ7Nb1VD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-thwQ7Nb1VD .dropdown-menu,
.cid-thwQ7Nb1VD .navbar.opened {
  background: #fafafa !important;
}
.cid-thwQ7Nb1VD .nav-item:focus,
.cid-thwQ7Nb1VD .nav-link:focus {
  outline: none;
}
.cid-thwQ7Nb1VD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thwQ7Nb1VD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thwQ7Nb1VD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-thwQ7Nb1VD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thwQ7Nb1VD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thwQ7Nb1VD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thwQ7Nb1VD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-thwQ7Nb1VD .navbar.opened {
  transition: all 0.3s;
}
.cid-thwQ7Nb1VD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-thwQ7Nb1VD .navbar .navbar-logo img {
  width: auto;
}
.cid-thwQ7Nb1VD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thwQ7Nb1VD .navbar.collapsed {
  justify-content: center;
}
.cid-thwQ7Nb1VD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thwQ7Nb1VD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thwQ7Nb1VD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-thwQ7Nb1VD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thwQ7Nb1VD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thwQ7Nb1VD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-thwQ7Nb1VD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thwQ7Nb1VD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-thwQ7Nb1VD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-thwQ7Nb1VD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thwQ7Nb1VD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thwQ7Nb1VD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thwQ7Nb1VD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thwQ7Nb1VD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-thwQ7Nb1VD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-thwQ7Nb1VD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thwQ7Nb1VD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thwQ7Nb1VD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thwQ7Nb1VD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thwQ7Nb1VD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-thwQ7Nb1VD .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-thwQ7Nb1VD .navbar.navbar-short {
  min-height: 60px;
}
.cid-thwQ7Nb1VD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-thwQ7Nb1VD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-thwQ7Nb1VD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thwQ7Nb1VD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thwQ7Nb1VD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thwQ7Nb1VD .dropdown-item.active,
.cid-thwQ7Nb1VD .dropdown-item:active {
  background-color: transparent;
}
.cid-thwQ7Nb1VD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thwQ7Nb1VD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thwQ7Nb1VD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thwQ7Nb1VD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-thwQ7Nb1VD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thwQ7Nb1VD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thwQ7Nb1VD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thwQ7Nb1VD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thwQ7Nb1VD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-thwQ7Nb1VD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1544b6;
}
.cid-thwQ7Nb1VD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-thwQ7Nb1VD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thwQ7Nb1VD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thwQ7Nb1VD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-thwQ7Nb1VD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thwQ7Nb1VD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-thwQ7Nb1VD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-thwQ7Nb1VD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thwQ7Nb1VD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-thwQ7Nb1VD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thwQ7Nb1VD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thwQ7Nb1VD .navbar {
    height: 70px;
  }
  .cid-thwQ7Nb1VD .navbar.opened {
    height: auto;
  }
  .cid-thwQ7Nb1VD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thwQ7Nb1VD .icon-icon-pump,
.cid-thwQ7Nb1VD .icon-icon-heat_exchanger,
.cid-thwQ7Nb1VD .icon-icon-tanks,
.cid-thwQ7Nb1VD .icon-icon-mixers,
.cid-thwQ7Nb1VD .icon-icon-material_handle {
  height: 40px;
  width: 40px;
  color: #21409a;
  fill: #21409a;
}
.cid-thwUVO8dOV {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1288x911.jpeg");
}
.cid-thwUVO8dOV .mbr-fallback-image.disabled {
  display: none;
}
.cid-thwUVO8dOV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thwUVO8dOV .mbr-text,
.cid-thwUVO8dOV .mbr-section-btn {
  color: #232323;
}
.cid-thwUVO8dOV .card-title,
.cid-thwUVO8dOV .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-thwUVO8dOV .mbr-text,
.cid-thwUVO8dOV .link-wrap {
  color: #ffffff;
}
.cid-thwUVO8dOV .icon-icon-pump,
.cid-thwUVO8dOV .icon-icon-heat_exchanger,
.cid-thwUVO8dOV .icon-icon-tanks,
.cid-thwUVO8dOV .icon-icon-mixers,
.cid-thwUVO8dOV .icon-icon-material_handle {
  height: 100px;
  width: 100px;
  padding-bottom: 14px;
  color: #fafafa;
  fill: #fafafa;
}
.cid-tzNyhfvkf1 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tqypu4ePlQ {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tqypu4ePlQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqypu4ePlQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqypu4ePlQ .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tqypu4ePlQ .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tqypu4ePlQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tqypu4ePlQ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tqypu4ePlQ .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tqypu4ePlQ .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tqypu4ePlQ .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tqypu4ePlQ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tqypu4ePlQ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tqypu4ePlQ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-thwQ7Npzj7 {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #21409a;
}
.cid-thwQ7Npzj7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thwQ7Npzj7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thwQ7Npzj7 .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-thwQ7Npzj7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-thwQ7Npzj7 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-thwQ7Npzj7 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-thwQ7Npzj7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-thwQ7Npzj7 .copyright {
  color: #bbbbbb;
}
.cid-thwQBpUGv8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-thwQBpUGv8 nav.navbar {
  position: fixed;
}
.cid-thwQBpUGv8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thwQBpUGv8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-thwQBpUGv8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thwQBpUGv8 .dropdown-item:hover,
.cid-thwQBpUGv8 .dropdown-item:focus {
  background: #21409a !important;
  color: white !important;
}
.cid-thwQBpUGv8 .dropdown-item:hover span {
  color: white;
}
.cid-thwQBpUGv8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thwQBpUGv8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thwQBpUGv8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-thwQBpUGv8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thwQBpUGv8 .nav-link {
  position: relative;
}
.cid-thwQBpUGv8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-thwQBpUGv8 .container {
    flex-wrap: nowrap;
  }
}
.cid-thwQBpUGv8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-thwQBpUGv8 .dropdown-menu,
.cid-thwQBpUGv8 .navbar.opened {
  background: #fafafa !important;
}
.cid-thwQBpUGv8 .nav-item:focus,
.cid-thwQBpUGv8 .nav-link:focus {
  outline: none;
}
.cid-thwQBpUGv8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thwQBpUGv8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thwQBpUGv8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-thwQBpUGv8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thwQBpUGv8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thwQBpUGv8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thwQBpUGv8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-thwQBpUGv8 .navbar.opened {
  transition: all 0.3s;
}
.cid-thwQBpUGv8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-thwQBpUGv8 .navbar .navbar-logo img {
  width: auto;
}
.cid-thwQBpUGv8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thwQBpUGv8 .navbar.collapsed {
  justify-content: center;
}
.cid-thwQBpUGv8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thwQBpUGv8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thwQBpUGv8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-thwQBpUGv8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thwQBpUGv8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thwQBpUGv8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-thwQBpUGv8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thwQBpUGv8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-thwQBpUGv8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-thwQBpUGv8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thwQBpUGv8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thwQBpUGv8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thwQBpUGv8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thwQBpUGv8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-thwQBpUGv8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-thwQBpUGv8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thwQBpUGv8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thwQBpUGv8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thwQBpUGv8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thwQBpUGv8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-thwQBpUGv8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-thwQBpUGv8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-thwQBpUGv8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-thwQBpUGv8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-thwQBpUGv8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thwQBpUGv8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thwQBpUGv8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thwQBpUGv8 .dropdown-item.active,
.cid-thwQBpUGv8 .dropdown-item:active {
  background-color: transparent;
}
.cid-thwQBpUGv8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thwQBpUGv8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thwQBpUGv8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thwQBpUGv8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-thwQBpUGv8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thwQBpUGv8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thwQBpUGv8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thwQBpUGv8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thwQBpUGv8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-thwQBpUGv8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1544b6;
}
.cid-thwQBpUGv8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-thwQBpUGv8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thwQBpUGv8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thwQBpUGv8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-thwQBpUGv8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thwQBpUGv8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-thwQBpUGv8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-thwQBpUGv8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thwQBpUGv8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-thwQBpUGv8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thwQBpUGv8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thwQBpUGv8 .navbar {
    height: 70px;
  }
  .cid-thwQBpUGv8 .navbar.opened {
    height: auto;
  }
  .cid-thwQBpUGv8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thwQBpUGv8 .icon-icon-pump,
.cid-thwQBpUGv8 .icon-icon-heat_exchanger,
.cid-thwQBpUGv8 .icon-icon-tanks,
.cid-thwQBpUGv8 .icon-icon-mixers,
.cid-thwQBpUGv8 .icon-icon-material_handle {
  height: 40px;
  width: 40px;
  color: #21409a;
  fill: #21409a;
}
.cid-thwUYMLICE {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1288x859.jpeg");
}
.cid-thwUYMLICE .mbr-fallback-image.disabled {
  display: none;
}
.cid-thwUYMLICE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thwUYMLICE .mbr-text,
.cid-thwUYMLICE .mbr-section-btn {
  color: #232323;
}
.cid-thwUYMLICE .card-title,
.cid-thwUYMLICE .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-thwUYMLICE .mbr-text,
.cid-thwUYMLICE .link-wrap {
  color: #ffffff;
}
.cid-thwUYMLICE .icon-icon-pump,
.cid-thwUYMLICE .icon-icon-heat_exchanger,
.cid-thwUYMLICE .icon-icon-tanks,
.cid-thwUYMLICE .icon-icon-mixers,
.cid-thwUYMLICE .icon-icon-material_handle {
  height: 100px;
  width: 100px;
  padding-bottom: 14px;
  color: #fafafa;
  fill: #fafafa;
}
.cid-tzNyIMNvSn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tqyr5THEk5 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tqyr5THEk5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqyr5THEk5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqyr5THEk5 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tqyr5THEk5 .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tqyr5THEk5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tqyr5THEk5 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tqyr5THEk5 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tqyr5THEk5 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tqyr5THEk5 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tqyr5THEk5 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tqyr5THEk5 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tqyr5THEk5 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-thwQBqaQyh {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #21409a;
}
.cid-thwQBqaQyh .mbr-fallback-image.disabled {
  display: none;
}
.cid-thwQBqaQyh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thwQBqaQyh .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-thwQBqaQyh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-thwQBqaQyh .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-thwQBqaQyh .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-thwQBqaQyh div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-thwQBqaQyh .copyright {
  color: #bbbbbb;
}
.cid-thwQMKk4Ve {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-thwQMKk4Ve nav.navbar {
  position: fixed;
}
.cid-thwQMKk4Ve .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thwQMKk4Ve .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-thwQMKk4Ve .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thwQMKk4Ve .dropdown-item:hover,
.cid-thwQMKk4Ve .dropdown-item:focus {
  background: #21409a !important;
  color: white !important;
}
.cid-thwQMKk4Ve .dropdown-item:hover span {
  color: white;
}
.cid-thwQMKk4Ve .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thwQMKk4Ve .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thwQMKk4Ve .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-thwQMKk4Ve .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thwQMKk4Ve .nav-link {
  position: relative;
}
.cid-thwQMKk4Ve .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-thwQMKk4Ve .container {
    flex-wrap: nowrap;
  }
}
.cid-thwQMKk4Ve .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-thwQMKk4Ve .dropdown-menu,
.cid-thwQMKk4Ve .navbar.opened {
  background: #fafafa !important;
}
.cid-thwQMKk4Ve .nav-item:focus,
.cid-thwQMKk4Ve .nav-link:focus {
  outline: none;
}
.cid-thwQMKk4Ve .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thwQMKk4Ve .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thwQMKk4Ve .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-thwQMKk4Ve .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thwQMKk4Ve .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thwQMKk4Ve .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thwQMKk4Ve .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-thwQMKk4Ve .navbar.opened {
  transition: all 0.3s;
}
.cid-thwQMKk4Ve .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-thwQMKk4Ve .navbar .navbar-logo img {
  width: auto;
}
.cid-thwQMKk4Ve .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thwQMKk4Ve .navbar.collapsed {
  justify-content: center;
}
.cid-thwQMKk4Ve .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thwQMKk4Ve .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thwQMKk4Ve .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-thwQMKk4Ve .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thwQMKk4Ve .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thwQMKk4Ve .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-thwQMKk4Ve .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thwQMKk4Ve .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-thwQMKk4Ve .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-thwQMKk4Ve .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thwQMKk4Ve .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thwQMKk4Ve .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thwQMKk4Ve .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thwQMKk4Ve .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-thwQMKk4Ve .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-thwQMKk4Ve .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thwQMKk4Ve .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thwQMKk4Ve .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thwQMKk4Ve .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thwQMKk4Ve .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-thwQMKk4Ve .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-thwQMKk4Ve .navbar.navbar-short {
  min-height: 60px;
}
.cid-thwQMKk4Ve .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-thwQMKk4Ve .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-thwQMKk4Ve .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thwQMKk4Ve .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thwQMKk4Ve .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thwQMKk4Ve .dropdown-item.active,
.cid-thwQMKk4Ve .dropdown-item:active {
  background-color: transparent;
}
.cid-thwQMKk4Ve .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thwQMKk4Ve .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thwQMKk4Ve .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thwQMKk4Ve .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-thwQMKk4Ve .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thwQMKk4Ve .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thwQMKk4Ve ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thwQMKk4Ve .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thwQMKk4Ve button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-thwQMKk4Ve button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1544b6;
}
.cid-thwQMKk4Ve button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-thwQMKk4Ve button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thwQMKk4Ve button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thwQMKk4Ve button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-thwQMKk4Ve nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thwQMKk4Ve nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-thwQMKk4Ve nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-thwQMKk4Ve nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thwQMKk4Ve .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-thwQMKk4Ve a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thwQMKk4Ve .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thwQMKk4Ve .navbar {
    height: 70px;
  }
  .cid-thwQMKk4Ve .navbar.opened {
    height: auto;
  }
  .cid-thwQMKk4Ve .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thwQMKk4Ve .icon-icon-pump,
.cid-thwQMKk4Ve .icon-icon-heat_exchanger,
.cid-thwQMKk4Ve .icon-icon-tanks,
.cid-thwQMKk4Ve .icon-icon-mixers,
.cid-thwQMKk4Ve .icon-icon-material_handle {
  height: 40px;
  width: 40px;
  color: #21409a;
  fill: #21409a;
}
.cid-thwV1EpUui {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1288x966.jpeg");
}
.cid-thwV1EpUui .mbr-fallback-image.disabled {
  display: none;
}
.cid-thwV1EpUui .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thwV1EpUui .mbr-text,
.cid-thwV1EpUui .mbr-section-btn {
  color: #232323;
}
.cid-thwV1EpUui .card-title,
.cid-thwV1EpUui .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-thwV1EpUui .mbr-text,
.cid-thwV1EpUui .link-wrap {
  color: #ffffff;
}
.cid-thwV1EpUui .icon-icon-pump,
.cid-thwV1EpUui .icon-icon-heat_exchanger,
.cid-thwV1EpUui .icon-icon-tanks,
.cid-thwV1EpUui .icon-icon-mixers,
.cid-thwV1EpUui .icon-icon-material_handle {
  height: 100px;
  width: 100px;
  padding-bottom: 14px;
  color: #fafafa;
  fill: #fafafa;
}
.cid-tzNz5PCBWa {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tqyqsbCU2S {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tqyqsbCU2S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqyqsbCU2S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqyqsbCU2S .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tqyqsbCU2S .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tqyqsbCU2S .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tqyqsbCU2S .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tqyqsbCU2S .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tqyqsbCU2S .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tqyqsbCU2S .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tqyqsbCU2S .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tqyqsbCU2S .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tqyqsbCU2S .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-thwQMKxf1J {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #21409a;
}
.cid-thwQMKxf1J .mbr-fallback-image.disabled {
  display: none;
}
.cid-thwQMKxf1J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thwQMKxf1J .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-thwQMKxf1J .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-thwQMKxf1J .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-thwQMKxf1J .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-thwQMKxf1J div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-thwQMKxf1J .copyright {
  color: #bbbbbb;
}
.cid-thwR1hbkdX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-thwR1hbkdX nav.navbar {
  position: fixed;
}
.cid-thwR1hbkdX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thwR1hbkdX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-thwR1hbkdX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thwR1hbkdX .dropdown-item:hover,
.cid-thwR1hbkdX .dropdown-item:focus {
  background: #21409a !important;
  color: white !important;
}
.cid-thwR1hbkdX .dropdown-item:hover span {
  color: white;
}
.cid-thwR1hbkdX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thwR1hbkdX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thwR1hbkdX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-thwR1hbkdX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thwR1hbkdX .nav-link {
  position: relative;
}
.cid-thwR1hbkdX .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-thwR1hbkdX .container {
    flex-wrap: nowrap;
  }
}
.cid-thwR1hbkdX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-thwR1hbkdX .dropdown-menu,
.cid-thwR1hbkdX .navbar.opened {
  background: #fafafa !important;
}
.cid-thwR1hbkdX .nav-item:focus,
.cid-thwR1hbkdX .nav-link:focus {
  outline: none;
}
.cid-thwR1hbkdX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thwR1hbkdX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thwR1hbkdX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-thwR1hbkdX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thwR1hbkdX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thwR1hbkdX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thwR1hbkdX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-thwR1hbkdX .navbar.opened {
  transition: all 0.3s;
}
.cid-thwR1hbkdX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-thwR1hbkdX .navbar .navbar-logo img {
  width: auto;
}
.cid-thwR1hbkdX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thwR1hbkdX .navbar.collapsed {
  justify-content: center;
}
.cid-thwR1hbkdX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thwR1hbkdX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thwR1hbkdX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-thwR1hbkdX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thwR1hbkdX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thwR1hbkdX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-thwR1hbkdX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thwR1hbkdX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-thwR1hbkdX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-thwR1hbkdX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thwR1hbkdX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thwR1hbkdX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thwR1hbkdX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thwR1hbkdX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-thwR1hbkdX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-thwR1hbkdX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thwR1hbkdX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thwR1hbkdX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thwR1hbkdX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thwR1hbkdX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-thwR1hbkdX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-thwR1hbkdX .navbar.navbar-short {
  min-height: 60px;
}
.cid-thwR1hbkdX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-thwR1hbkdX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-thwR1hbkdX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thwR1hbkdX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thwR1hbkdX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thwR1hbkdX .dropdown-item.active,
.cid-thwR1hbkdX .dropdown-item:active {
  background-color: transparent;
}
.cid-thwR1hbkdX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thwR1hbkdX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thwR1hbkdX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thwR1hbkdX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-thwR1hbkdX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thwR1hbkdX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thwR1hbkdX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thwR1hbkdX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thwR1hbkdX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-thwR1hbkdX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1544b6;
}
.cid-thwR1hbkdX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-thwR1hbkdX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thwR1hbkdX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thwR1hbkdX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-thwR1hbkdX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thwR1hbkdX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-thwR1hbkdX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-thwR1hbkdX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thwR1hbkdX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-thwR1hbkdX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thwR1hbkdX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thwR1hbkdX .navbar {
    height: 70px;
  }
  .cid-thwR1hbkdX .navbar.opened {
    height: auto;
  }
  .cid-thwR1hbkdX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thwR1hbkdX .icon-icon-pump,
.cid-thwR1hbkdX .icon-icon-heat_exchanger,
.cid-thwR1hbkdX .icon-icon-tanks,
.cid-thwR1hbkdX .icon-icon-mixers,
.cid-thwR1hbkdX .icon-icon-material_handle {
  height: 40px;
  width: 40px;
  color: #21409a;
  fill: #21409a;
}
.cid-thwUciarps {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #333640;
}
.cid-thwUciarps .mbr-fallback-image.disabled {
  display: none;
}
.cid-thwUciarps .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thwUciarps .mbr-section-title {
  text-align: left;
  color: #fafafa;
}
.cid-thwUciarps .mbr-section-subtitle {
  text-align: left;
  color: #fafafa;
}
.cid-thwUeTGGOb {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-4-1288x859.jpeg");
}
.cid-thwUeTGGOb .mbr-fallback-image.disabled {
  display: none;
}
.cid-thwUeTGGOb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thwUeTGGOb .mbr-text,
.cid-thwUeTGGOb .mbr-section-btn {
  color: #232323;
}
.cid-thwUeTGGOb .card-title,
.cid-thwUeTGGOb .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-thwUeTGGOb .mbr-text,
.cid-thwUeTGGOb .link-wrap {
  color: #ffffff;
}
.cid-thwUeTGGOb .icon-icon-pump,
.cid-thwUeTGGOb .icon-icon-heat_exchanger,
.cid-thwUeTGGOb .icon-icon-tanks,
.cid-thwUeTGGOb .icon-icon-mixers,
.cid-thwUeTGGOb .icon-icon-material_handle {
  height: 100px;
  width: 100px;
  padding-bottom: 14px;
  color: #fafafa;
  fill: #fafafa;
}
.cid-tqyuwZVlWs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tqyuwZVlWs blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
#custom-html-2k {
  /* Type valid CSS here */
}
#custom-html-2k .x_container {
  background-color: #dde3ea;
}
#custom-html-2k .x_card {
  background-color: #ffffff;
  z-index: 1;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#custom-html-2k .x_supplier {
  z-index: 2;
}
#custom-html-2k .x_supplier_img {
  z-index: 3;
}
#custom-html-2k .x_img3 {
  max-width: 300px;
  max-height: 60px;
}
#custom-html-2k .x_img4 {
  max-width: 400px;
  max-height: 60px;
}
#custom-html-2k .x_products {
  padding-top: 1rem;
  min-height: 250px;
}
#custom-html-2k .x_product {
  display: flex;
  flex-direction: column;
  min-width: 200px;
  padding: 1rem;
  z-index: 3;
}
#custom-html-2k .x_product_label {
  color: #000000;
  z-index: 4;
}
#custom-html-2k .x_product_img {
  height: 150px;
  width: 150px;
}
#custom-html-2k .icon-icon-pump,
#custom-html-2k .icon-icon-heat_exchanger,
#custom-html-2k .icon-icon-tanks,
#custom-html-2k .icon-icon-mixers,
#custom-html-2k .icon-icon-material_handle {
  height: 80px;
  width: 80px;
  color: #21409a;
  fill: #21369a;
}
.cid-thwR1hpvq1 {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #21409a;
}
.cid-thwR1hpvq1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thwR1hpvq1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thwR1hpvq1 .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-thwR1hpvq1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-thwR1hpvq1 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-thwR1hpvq1 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-thwR1hpvq1 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-thwR1hpvq1 .copyright {
  color: #bbbbbb;
}
.cid-thwR9sFY4j {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-thwR9sFY4j nav.navbar {
  position: fixed;
}
.cid-thwR9sFY4j .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thwR9sFY4j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-thwR9sFY4j .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thwR9sFY4j .dropdown-item:hover,
.cid-thwR9sFY4j .dropdown-item:focus {
  background: #21409a !important;
  color: white !important;
}
.cid-thwR9sFY4j .dropdown-item:hover span {
  color: white;
}
.cid-thwR9sFY4j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thwR9sFY4j .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thwR9sFY4j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-thwR9sFY4j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thwR9sFY4j .nav-link {
  position: relative;
}
.cid-thwR9sFY4j .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-thwR9sFY4j .container {
    flex-wrap: nowrap;
  }
}
.cid-thwR9sFY4j .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-thwR9sFY4j .dropdown-menu,
.cid-thwR9sFY4j .navbar.opened {
  background: #fafafa !important;
}
.cid-thwR9sFY4j .nav-item:focus,
.cid-thwR9sFY4j .nav-link:focus {
  outline: none;
}
.cid-thwR9sFY4j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thwR9sFY4j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thwR9sFY4j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-thwR9sFY4j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thwR9sFY4j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thwR9sFY4j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thwR9sFY4j .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-thwR9sFY4j .navbar.opened {
  transition: all 0.3s;
}
.cid-thwR9sFY4j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-thwR9sFY4j .navbar .navbar-logo img {
  width: auto;
}
.cid-thwR9sFY4j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thwR9sFY4j .navbar.collapsed {
  justify-content: center;
}
.cid-thwR9sFY4j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thwR9sFY4j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thwR9sFY4j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-thwR9sFY4j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thwR9sFY4j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thwR9sFY4j .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-thwR9sFY4j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thwR9sFY4j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-thwR9sFY4j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-thwR9sFY4j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thwR9sFY4j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thwR9sFY4j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thwR9sFY4j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thwR9sFY4j .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-thwR9sFY4j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-thwR9sFY4j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thwR9sFY4j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thwR9sFY4j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thwR9sFY4j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thwR9sFY4j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-thwR9sFY4j .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-thwR9sFY4j .navbar.navbar-short {
  min-height: 60px;
}
.cid-thwR9sFY4j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-thwR9sFY4j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-thwR9sFY4j .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thwR9sFY4j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thwR9sFY4j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thwR9sFY4j .dropdown-item.active,
.cid-thwR9sFY4j .dropdown-item:active {
  background-color: transparent;
}
.cid-thwR9sFY4j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thwR9sFY4j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thwR9sFY4j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thwR9sFY4j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-thwR9sFY4j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thwR9sFY4j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thwR9sFY4j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thwR9sFY4j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thwR9sFY4j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-thwR9sFY4j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1544b6;
}
.cid-thwR9sFY4j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-thwR9sFY4j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thwR9sFY4j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thwR9sFY4j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-thwR9sFY4j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thwR9sFY4j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-thwR9sFY4j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-thwR9sFY4j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thwR9sFY4j .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-thwR9sFY4j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thwR9sFY4j .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thwR9sFY4j .navbar {
    height: 70px;
  }
  .cid-thwR9sFY4j .navbar.opened {
    height: auto;
  }
  .cid-thwR9sFY4j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thwR9sFY4j .icon-icon-pump,
.cid-thwR9sFY4j .icon-icon-heat_exchanger,
.cid-thwR9sFY4j .icon-icon-tanks,
.cid-thwR9sFY4j .icon-icon-mixers,
.cid-thwR9sFY4j .icon-icon-material_handle {
  height: 40px;
  width: 40px;
  color: #21409a;
  fill: #21409a;
}
.cid-thwUmlsken {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #333640;
}
.cid-thwUmlsken .mbr-fallback-image.disabled {
  display: none;
}
.cid-thwUmlsken .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thwUmlsken .mbr-section-title {
  text-align: left;
  color: #fafafa;
}
.cid-thwUmlsken .mbr-section-subtitle {
  text-align: left;
  color: #fafafa;
}
.cid-thwUq7n5yE {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-4-1288x826.jpeg");
}
.cid-thwUq7n5yE .mbr-fallback-image.disabled {
  display: none;
}
.cid-thwUq7n5yE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thwUq7n5yE .mbr-text,
.cid-thwUq7n5yE .mbr-section-btn {
  color: #232323;
}
.cid-thwUq7n5yE .card-title,
.cid-thwUq7n5yE .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-thwUq7n5yE .mbr-text,
.cid-thwUq7n5yE .link-wrap {
  color: #ffffff;
}
.cid-thwUq7n5yE .icon-icon-pump,
.cid-thwUq7n5yE .icon-icon-heat_exchanger,
.cid-thwUq7n5yE .icon-icon-tanks,
.cid-thwUq7n5yE .icon-icon-mixers,
.cid-thwUq7n5yE .icon-icon-material_handle {
  height: 100px;
  width: 100px;
  padding-bottom: 14px;
  color: #fafafa;
  fill: #fafafa;
}
.cid-tqytA6H2le {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tqytA6H2le blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
#custom-html-2l {
  /* Type valid CSS here */
}
#custom-html-2l .x_container {
  background-color: #dde3ea;
}
#custom-html-2l .x_card {
  background-color: #ffffff;
  z-index: 1;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#custom-html-2l .x_supplier {
  z-index: 2;
}
#custom-html-2l .x_supplier_img {
  z-index: 3;
}
#custom-html-2l .x_img3 {
  max-width: 300px;
  max-height: 60px;
}
#custom-html-2l .x_img4 {
  max-width: 400px;
  max-height: 60px;
}
#custom-html-2l .x_products {
  padding-top: 1rem;
  min-height: 250px;
}
#custom-html-2l .x_product {
  display: flex;
  flex-direction: column;
  min-width: 200px;
  padding: 1rem;
  z-index: 3;
}
#custom-html-2l .x_product_label {
  color: #000000;
  z-index: 4;
}
#custom-html-2l .x_product_img {
  height: 150px;
  width: 150px;
}
#custom-html-2l .icon-icon-pump,
#custom-html-2l .icon-icon-heat_exchanger,
#custom-html-2l .icon-icon-tanks,
#custom-html-2l .icon-icon-mixers,
#custom-html-2l .icon-icon-material_handle {
  height: 80px;
  width: 80px;
  color: #21409a;
  fill: #21369a;
}
#custom-html-31 {
  /* Type valid CSS here */
}
#custom-html-31 .x_container {
  background-color: #dde3ea;
}
#custom-html-31 .x_card {
  background-color: #ffffff;
  z-index: 1;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#custom-html-31 .x_supplier {
  z-index: 2;
}
#custom-html-31 .x_supplier_img {
  z-index: 3;
}
#custom-html-31 .x_img3 {
  max-width: 300px;
  max-height: 60px;
}
#custom-html-31 .x_img4 {
  max-width: 400px;
  max-height: 60px;
}
#custom-html-31 .x_products {
  padding-top: 1rem;
  min-height: 250px;
}
#custom-html-31 .x_product {
  display: flex;
  flex-direction: column;
  min-width: 200px;
  padding: 1rem;
  z-index: 3;
}
#custom-html-31 .x_product_label {
  color: #000000;
  z-index: 4;
}
#custom-html-31 .x_product_img {
  height: 150px;
  width: 150px;
}
#custom-html-31 .icon-icon-pump,
#custom-html-31 .icon-icon-heat_exchanger,
#custom-html-31 .icon-icon-tanks,
#custom-html-31 .icon-icon-mixers,
#custom-html-31 .icon-icon-material_handle {
  height: 80px;
  width: 80px;
  color: #21409a;
  fill: #21369a;
}
.cid-thwR9sUbWI {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #21409a;
}
.cid-thwR9sUbWI .mbr-fallback-image.disabled {
  display: none;
}
.cid-thwR9sUbWI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thwR9sUbWI .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-thwR9sUbWI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-thwR9sUbWI .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-thwR9sUbWI .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-thwR9sUbWI div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-thwR9sUbWI .copyright {
  color: #bbbbbb;
}
.cid-thwRhsefQm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-thwRhsefQm nav.navbar {
  position: fixed;
}
.cid-thwRhsefQm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thwRhsefQm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-thwRhsefQm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thwRhsefQm .dropdown-item:hover,
.cid-thwRhsefQm .dropdown-item:focus {
  background: #21409a !important;
  color: white !important;
}
.cid-thwRhsefQm .dropdown-item:hover span {
  color: white;
}
.cid-thwRhsefQm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thwRhsefQm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thwRhsefQm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-thwRhsefQm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thwRhsefQm .nav-link {
  position: relative;
}
.cid-thwRhsefQm .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-thwRhsefQm .container {
    flex-wrap: nowrap;
  }
}
.cid-thwRhsefQm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-thwRhsefQm .dropdown-menu,
.cid-thwRhsefQm .navbar.opened {
  background: #fafafa !important;
}
.cid-thwRhsefQm .nav-item:focus,
.cid-thwRhsefQm .nav-link:focus {
  outline: none;
}
.cid-thwRhsefQm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thwRhsefQm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thwRhsefQm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-thwRhsefQm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thwRhsefQm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thwRhsefQm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thwRhsefQm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-thwRhsefQm .navbar.opened {
  transition: all 0.3s;
}
.cid-thwRhsefQm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-thwRhsefQm .navbar .navbar-logo img {
  width: auto;
}
.cid-thwRhsefQm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thwRhsefQm .navbar.collapsed {
  justify-content: center;
}
.cid-thwRhsefQm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thwRhsefQm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thwRhsefQm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-thwRhsefQm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thwRhsefQm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thwRhsefQm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-thwRhsefQm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thwRhsefQm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-thwRhsefQm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-thwRhsefQm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thwRhsefQm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thwRhsefQm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thwRhsefQm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thwRhsefQm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-thwRhsefQm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-thwRhsefQm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thwRhsefQm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thwRhsefQm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thwRhsefQm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thwRhsefQm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-thwRhsefQm .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-thwRhsefQm .navbar.navbar-short {
  min-height: 60px;
}
.cid-thwRhsefQm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-thwRhsefQm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-thwRhsefQm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thwRhsefQm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thwRhsefQm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thwRhsefQm .dropdown-item.active,
.cid-thwRhsefQm .dropdown-item:active {
  background-color: transparent;
}
.cid-thwRhsefQm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thwRhsefQm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thwRhsefQm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thwRhsefQm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-thwRhsefQm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thwRhsefQm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thwRhsefQm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thwRhsefQm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thwRhsefQm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-thwRhsefQm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1544b6;
}
.cid-thwRhsefQm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-thwRhsefQm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thwRhsefQm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thwRhsefQm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-thwRhsefQm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thwRhsefQm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-thwRhsefQm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-thwRhsefQm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thwRhsefQm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-thwRhsefQm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thwRhsefQm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thwRhsefQm .navbar {
    height: 70px;
  }
  .cid-thwRhsefQm .navbar.opened {
    height: auto;
  }
  .cid-thwRhsefQm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thwRhsefQm .icon-icon-pump,
.cid-thwRhsefQm .icon-icon-heat_exchanger,
.cid-thwRhsefQm .icon-icon-tanks,
.cid-thwRhsefQm .icon-icon-mixers,
.cid-thwRhsefQm .icon-icon-material_handle {
  height: 40px;
  width: 40px;
  color: #21409a;
  fill: #21409a;
}
.cid-thwUuOawAD {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #333640;
}
.cid-thwUuOawAD .mbr-fallback-image.disabled {
  display: none;
}
.cid-thwUuOawAD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thwUuOawAD .mbr-section-title {
  text-align: left;
  color: #fafafa;
}
.cid-thwUuOawAD .mbr-section-subtitle {
  text-align: left;
  color: #fafafa;
}
.cid-thwUvWTzn9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1288x725.jpeg");
}
.cid-thwUvWTzn9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thwUvWTzn9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thwUvWTzn9 .mbr-text,
.cid-thwUvWTzn9 .mbr-section-btn {
  color: #232323;
}
.cid-thwUvWTzn9 .card-title,
.cid-thwUvWTzn9 .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-thwUvWTzn9 .mbr-text,
.cid-thwUvWTzn9 .link-wrap {
  color: #ffffff;
}
.cid-thwUvWTzn9 .icon-icon-pump,
.cid-thwUvWTzn9 .icon-icon-heat_exchanger,
.cid-thwUvWTzn9 .icon-icon-tanks,
.cid-thwUvWTzn9 .icon-icon-mixers,
.cid-thwUvWTzn9 .icon-icon-material_handle {
  height: 100px;
  width: 100px;
  padding-bottom: 14px;
  color: #fafafa;
  fill: #fafafa;
}
.cid-tqyuQSoPQe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tqyuQSoPQe blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
#custom-html-2m {
  /* Type valid CSS here */
}
#custom-html-2m .x_container {
  background-color: #dde3ea;
}
#custom-html-2m .x_card {
  background-color: #ffffff;
  z-index: 1;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#custom-html-2m .x_supplier {
  z-index: 2;
}
#custom-html-2m .x_supplier_img {
  z-index: 3;
}
#custom-html-2m .x_img3 {
  max-width: 300px;
  max-height: 60px;
}
#custom-html-2m .x_img4 {
  max-width: 400px;
  max-height: 60px;
}
#custom-html-2m .x_products {
  padding-top: 1rem;
  min-height: 250px;
}
#custom-html-2m .x_product {
  display: flex;
  flex-direction: column;
  min-width: 200px;
  padding: 1rem;
  z-index: 3;
}
#custom-html-2m .x_product_label {
  color: #000000;
  z-index: 4;
}
#custom-html-2m .x_product_img {
  height: 150px;
  width: 150px;
}
#custom-html-2m .icon-icon-pump,
#custom-html-2m .icon-icon-heat_exchanger,
#custom-html-2m .icon-icon-tanks,
#custom-html-2m .icon-icon-mixers,
#custom-html-2m .icon-icon-material_handle {
  height: 80px;
  width: 80px;
  color: #21409a;
  fill: #21369a;
}
.cid-thwRhsqOu7 {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #21409a;
}
.cid-thwRhsqOu7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thwRhsqOu7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thwRhsqOu7 .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-thwRhsqOu7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-thwRhsqOu7 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-thwRhsqOu7 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-thwRhsqOu7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-thwRhsqOu7 .copyright {
  color: #bbbbbb;
}
.cid-thwRtsqcHs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-thwRtsqcHs nav.navbar {
  position: fixed;
}
.cid-thwRtsqcHs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thwRtsqcHs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-thwRtsqcHs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thwRtsqcHs .dropdown-item:hover,
.cid-thwRtsqcHs .dropdown-item:focus {
  background: #21409a !important;
  color: white !important;
}
.cid-thwRtsqcHs .dropdown-item:hover span {
  color: white;
}
.cid-thwRtsqcHs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thwRtsqcHs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thwRtsqcHs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-thwRtsqcHs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thwRtsqcHs .nav-link {
  position: relative;
}
.cid-thwRtsqcHs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-thwRtsqcHs .container {
    flex-wrap: nowrap;
  }
}
.cid-thwRtsqcHs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-thwRtsqcHs .dropdown-menu,
.cid-thwRtsqcHs .navbar.opened {
  background: #fafafa !important;
}
.cid-thwRtsqcHs .nav-item:focus,
.cid-thwRtsqcHs .nav-link:focus {
  outline: none;
}
.cid-thwRtsqcHs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thwRtsqcHs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thwRtsqcHs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-thwRtsqcHs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thwRtsqcHs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thwRtsqcHs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thwRtsqcHs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-thwRtsqcHs .navbar.opened {
  transition: all 0.3s;
}
.cid-thwRtsqcHs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-thwRtsqcHs .navbar .navbar-logo img {
  width: auto;
}
.cid-thwRtsqcHs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thwRtsqcHs .navbar.collapsed {
  justify-content: center;
}
.cid-thwRtsqcHs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thwRtsqcHs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thwRtsqcHs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-thwRtsqcHs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thwRtsqcHs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thwRtsqcHs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-thwRtsqcHs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thwRtsqcHs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-thwRtsqcHs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-thwRtsqcHs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thwRtsqcHs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thwRtsqcHs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thwRtsqcHs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thwRtsqcHs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-thwRtsqcHs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-thwRtsqcHs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thwRtsqcHs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thwRtsqcHs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thwRtsqcHs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thwRtsqcHs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-thwRtsqcHs .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-thwRtsqcHs .navbar.navbar-short {
  min-height: 60px;
}
.cid-thwRtsqcHs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-thwRtsqcHs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-thwRtsqcHs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thwRtsqcHs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thwRtsqcHs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thwRtsqcHs .dropdown-item.active,
.cid-thwRtsqcHs .dropdown-item:active {
  background-color: transparent;
}
.cid-thwRtsqcHs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thwRtsqcHs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thwRtsqcHs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thwRtsqcHs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-thwRtsqcHs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thwRtsqcHs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thwRtsqcHs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thwRtsqcHs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thwRtsqcHs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-thwRtsqcHs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1544b6;
}
.cid-thwRtsqcHs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-thwRtsqcHs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thwRtsqcHs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thwRtsqcHs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-thwRtsqcHs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thwRtsqcHs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-thwRtsqcHs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-thwRtsqcHs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thwRtsqcHs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-thwRtsqcHs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thwRtsqcHs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thwRtsqcHs .navbar {
    height: 70px;
  }
  .cid-thwRtsqcHs .navbar.opened {
    height: auto;
  }
  .cid-thwRtsqcHs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thwRtsqcHs .icon-icon-pump,
.cid-thwRtsqcHs .icon-icon-heat_exchanger,
.cid-thwRtsqcHs .icon-icon-tanks,
.cid-thwRtsqcHs .icon-icon-mixers,
.cid-thwRtsqcHs .icon-icon-material_handle {
  height: 40px;
  width: 40px;
  color: #21409a;
  fill: #21409a;
}
.cid-thwUBFwXOg {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #333640;
}
.cid-thwUBFwXOg .mbr-fallback-image.disabled {
  display: none;
}
.cid-thwUBFwXOg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thwUBFwXOg .mbr-section-title {
  text-align: left;
  color: #fafafa;
}
.cid-thwUBFwXOg .mbr-section-subtitle {
  text-align: left;
  color: #fafafa;
}
.cid-thwUDjaGky {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-5-1288x859.jpeg");
}
.cid-thwUDjaGky .mbr-fallback-image.disabled {
  display: none;
}
.cid-thwUDjaGky .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thwUDjaGky .mbr-text,
.cid-thwUDjaGky .mbr-section-btn {
  color: #232323;
}
.cid-thwUDjaGky .card-title,
.cid-thwUDjaGky .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-thwUDjaGky .mbr-text,
.cid-thwUDjaGky .link-wrap {
  color: #ffffff;
}
.cid-thwUDjaGky .icon-icon-pump,
.cid-thwUDjaGky .icon-icon-heat_exchanger,
.cid-thwUDjaGky .icon-icon-tanks,
.cid-thwUDjaGky .icon-icon-mixers,
.cid-thwUDjaGky .icon-icon-material_handle {
  height: 100px;
  width: 100px;
  padding-bottom: 14px;
  color: #fafafa;
  fill: #fafafa;
}
.cid-tqyv8OesgU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tqyv8OesgU blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tW3HRRPWxd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tW3HRRPWxd blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
#custom-html-2n {
  /* Type valid CSS here */
}
#custom-html-2n .x_container {
  background-color: #dde3ea;
}
#custom-html-2n .x_card {
  background-color: #ffffff;
  z-index: 1;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#custom-html-2n .x_supplier {
  z-index: 2;
}
#custom-html-2n .x_supplier_img {
  z-index: 3;
}
#custom-html-2n .x_img3 {
  max-width: 300px;
  max-height: 60px;
}
#custom-html-2n .x_img4 {
  max-width: 400px;
  max-height: 60px;
}
#custom-html-2n .x_products {
  padding-top: 1rem;
  min-height: 250px;
}
#custom-html-2n .x_product {
  display: flex;
  flex-direction: column;
  min-width: 200px;
  padding: 1rem;
  z-index: 3;
}
#custom-html-2n .x_product_label {
  color: #000000;
  z-index: 4;
}
#custom-html-2n .x_product_img {
  height: 150px;
  width: 150px;
}
#custom-html-2n .icon-icon-pump,
#custom-html-2n .icon-icon-heat_exchanger,
#custom-html-2n .icon-icon-tanks,
#custom-html-2n .icon-icon-mixers,
#custom-html-2n .icon-icon-material_handle {
  height: 80px;
  width: 80px;
  color: #21409a;
  fill: #21369a;
}
.cid-thwRtsDtPV {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #21409a;
}
.cid-thwRtsDtPV .mbr-fallback-image.disabled {
  display: none;
}
.cid-thwRtsDtPV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thwRtsDtPV .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-thwRtsDtPV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-thwRtsDtPV .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-thwRtsDtPV .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-thwRtsDtPV div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-thwRtsDtPV .copyright {
  color: #bbbbbb;
}
.cid-thwRAFLlca {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-thwRAFLlca nav.navbar {
  position: fixed;
}
.cid-thwRAFLlca .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thwRAFLlca .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-thwRAFLlca .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thwRAFLlca .dropdown-item:hover,
.cid-thwRAFLlca .dropdown-item:focus {
  background: #21409a !important;
  color: white !important;
}
.cid-thwRAFLlca .dropdown-item:hover span {
  color: white;
}
.cid-thwRAFLlca .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thwRAFLlca .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thwRAFLlca .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-thwRAFLlca .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thwRAFLlca .nav-link {
  position: relative;
}
.cid-thwRAFLlca .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-thwRAFLlca .container {
    flex-wrap: nowrap;
  }
}
.cid-thwRAFLlca .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-thwRAFLlca .dropdown-menu,
.cid-thwRAFLlca .navbar.opened {
  background: #fafafa !important;
}
.cid-thwRAFLlca .nav-item:focus,
.cid-thwRAFLlca .nav-link:focus {
  outline: none;
}
.cid-thwRAFLlca .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thwRAFLlca .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thwRAFLlca .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-thwRAFLlca .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thwRAFLlca .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thwRAFLlca .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thwRAFLlca .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-thwRAFLlca .navbar.opened {
  transition: all 0.3s;
}
.cid-thwRAFLlca .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-thwRAFLlca .navbar .navbar-logo img {
  width: auto;
}
.cid-thwRAFLlca .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thwRAFLlca .navbar.collapsed {
  justify-content: center;
}
.cid-thwRAFLlca .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thwRAFLlca .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thwRAFLlca .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-thwRAFLlca .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thwRAFLlca .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thwRAFLlca .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-thwRAFLlca .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thwRAFLlca .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-thwRAFLlca .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-thwRAFLlca .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thwRAFLlca .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thwRAFLlca .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thwRAFLlca .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thwRAFLlca .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-thwRAFLlca .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-thwRAFLlca .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thwRAFLlca .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thwRAFLlca .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thwRAFLlca .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thwRAFLlca .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-thwRAFLlca .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-thwRAFLlca .navbar.navbar-short {
  min-height: 60px;
}
.cid-thwRAFLlca .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-thwRAFLlca .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-thwRAFLlca .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thwRAFLlca .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thwRAFLlca .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thwRAFLlca .dropdown-item.active,
.cid-thwRAFLlca .dropdown-item:active {
  background-color: transparent;
}
.cid-thwRAFLlca .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thwRAFLlca .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thwRAFLlca .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thwRAFLlca .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-thwRAFLlca .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thwRAFLlca .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thwRAFLlca ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thwRAFLlca .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thwRAFLlca button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-thwRAFLlca button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1544b6;
}
.cid-thwRAFLlca button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-thwRAFLlca button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thwRAFLlca button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thwRAFLlca button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-thwRAFLlca nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thwRAFLlca nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-thwRAFLlca nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-thwRAFLlca nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thwRAFLlca .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-thwRAFLlca a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thwRAFLlca .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thwRAFLlca .navbar {
    height: 70px;
  }
  .cid-thwRAFLlca .navbar.opened {
    height: auto;
  }
  .cid-thwRAFLlca .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thwRAFLlca .icon-icon-pump,
.cid-thwRAFLlca .icon-icon-heat_exchanger,
.cid-thwRAFLlca .icon-icon-tanks,
.cid-thwRAFLlca .icon-icon-mixers,
.cid-thwRAFLlca .icon-icon-material_handle {
  height: 40px;
  width: 40px;
  color: #21409a;
  fill: #21409a;
}
.cid-thwUIcyXtK {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #333640;
}
.cid-thwUIcyXtK .mbr-fallback-image.disabled {
  display: none;
}
.cid-thwUIcyXtK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thwUIcyXtK .mbr-section-title {
  text-align: left;
  color: #fafafa;
}
.cid-thwUIcyXtK .mbr-section-subtitle {
  text-align: left;
  color: #fafafa;
}
.cid-thwUJspXmg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1288x966.jpeg");
}
.cid-thwUJspXmg .mbr-fallback-image.disabled {
  display: none;
}
.cid-thwUJspXmg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thwUJspXmg .mbr-text,
.cid-thwUJspXmg .mbr-section-btn {
  color: #232323;
}
.cid-thwUJspXmg .card-title,
.cid-thwUJspXmg .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-thwUJspXmg .mbr-text,
.cid-thwUJspXmg .link-wrap {
  color: #ffffff;
}
.cid-thwUJspXmg .icon-icon-pump,
.cid-thwUJspXmg .icon-icon-heat_exchanger,
.cid-thwUJspXmg .icon-icon-tanks,
.cid-thwUJspXmg .icon-icon-mixers,
.cid-thwUJspXmg .icon-icon-material_handle {
  height: 100px;
  width: 100px;
  padding-bottom: 14px;
  color: #fafafa;
  fill: #fafafa;
}
.cid-tqyvruQGu7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tqyvruQGu7 blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tqyvNVxpsg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tqyvNVxpsg blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
#custom-html-2o {
  /* Type valid CSS here */
}
#custom-html-2o .x_container {
  background-color: #dde3ea;
}
#custom-html-2o .x_card {
  background-color: #ffffff;
  z-index: 1;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#custom-html-2o .x_supplier {
  z-index: 2;
}
#custom-html-2o .x_supplier_img {
  z-index: 3;
}
#custom-html-2o .x_img3 {
  max-width: 300px;
  max-height: 60px;
}
#custom-html-2o .x_img4 {
  max-width: 400px;
  max-height: 60px;
}
#custom-html-2o .x_products {
  padding-top: 1rem;
  min-height: 250px;
}
#custom-html-2o .x_product {
  display: flex;
  flex-direction: column;
  min-width: 200px;
  padding: 1rem;
  z-index: 3;
}
#custom-html-2o .x_product_label {
  color: #000000;
  z-index: 4;
}
#custom-html-2o .x_product_img {
  height: 150px;
  width: 150px;
}
#custom-html-2o .icon-icon-pump,
#custom-html-2o .icon-icon-heat_exchanger,
#custom-html-2o .icon-icon-tanks,
#custom-html-2o .icon-icon-mixers,
#custom-html-2o .icon-icon-material_handle {
  height: 80px;
  width: 80px;
  color: #21409a;
  fill: #21369a;
}
#custom-html-30 {
  /* Type valid CSS here */
}
#custom-html-30 .x_container {
  background-color: #dde3ea;
}
#custom-html-30 .x_card {
  background-color: #ffffff;
  z-index: 1;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#custom-html-30 .x_supplier {
  z-index: 2;
}
#custom-html-30 .x_supplier_img {
  z-index: 3;
}
#custom-html-30 .x_img3 {
  max-width: 300px;
  max-height: 60px;
}
#custom-html-30 .x_img4 {
  max-width: 400px;
  max-height: 60px;
}
#custom-html-30 .x_products {
  padding-top: 1rem;
  min-height: 250px;
}
#custom-html-30 .x_product {
  display: flex;
  flex-direction: column;
  min-width: 200px;
  padding: 1rem;
  z-index: 3;
}
#custom-html-30 .x_product_label {
  color: #000000;
  z-index: 4;
}
#custom-html-30 .x_product_img {
  height: 150px;
  width: 150px;
}
#custom-html-30 .icon-icon-pump,
#custom-html-30 .icon-icon-heat_exchanger,
#custom-html-30 .icon-icon-tanks,
#custom-html-30 .icon-icon-mixers,
#custom-html-30 .icon-icon-material_handle {
  height: 80px;
  width: 80px;
  color: #21409a;
  fill: #21369a;
}
.cid-thwRAG1Dcs {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #21409a;
}
.cid-thwRAG1Dcs .mbr-fallback-image.disabled {
  display: none;
}
.cid-thwRAG1Dcs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thwRAG1Dcs .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-thwRAG1Dcs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-thwRAG1Dcs .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-thwRAG1Dcs .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-thwRAG1Dcs div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-thwRAG1Dcs .copyright {
  color: #bbbbbb;
}
.cid-thwVPSEKNI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-thwVPSEKNI nav.navbar {
  position: fixed;
}
.cid-thwVPSEKNI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thwVPSEKNI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-thwVPSEKNI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thwVPSEKNI .dropdown-item:hover,
.cid-thwVPSEKNI .dropdown-item:focus {
  background: #21409a !important;
  color: white !important;
}
.cid-thwVPSEKNI .dropdown-item:hover span {
  color: white;
}
.cid-thwVPSEKNI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thwVPSEKNI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thwVPSEKNI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-thwVPSEKNI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thwVPSEKNI .nav-link {
  position: relative;
}
.cid-thwVPSEKNI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-thwVPSEKNI .container {
    flex-wrap: nowrap;
  }
}
.cid-thwVPSEKNI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-thwVPSEKNI .dropdown-menu,
.cid-thwVPSEKNI .navbar.opened {
  background: #fafafa !important;
}
.cid-thwVPSEKNI .nav-item:focus,
.cid-thwVPSEKNI .nav-link:focus {
  outline: none;
}
.cid-thwVPSEKNI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thwVPSEKNI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thwVPSEKNI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-thwVPSEKNI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thwVPSEKNI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thwVPSEKNI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thwVPSEKNI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-thwVPSEKNI .navbar.opened {
  transition: all 0.3s;
}
.cid-thwVPSEKNI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-thwVPSEKNI .navbar .navbar-logo img {
  width: auto;
}
.cid-thwVPSEKNI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thwVPSEKNI .navbar.collapsed {
  justify-content: center;
}
.cid-thwVPSEKNI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thwVPSEKNI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thwVPSEKNI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-thwVPSEKNI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thwVPSEKNI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thwVPSEKNI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-thwVPSEKNI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thwVPSEKNI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-thwVPSEKNI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-thwVPSEKNI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thwVPSEKNI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thwVPSEKNI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thwVPSEKNI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thwVPSEKNI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-thwVPSEKNI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-thwVPSEKNI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thwVPSEKNI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thwVPSEKNI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thwVPSEKNI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thwVPSEKNI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-thwVPSEKNI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-thwVPSEKNI .navbar.navbar-short {
  min-height: 60px;
}
.cid-thwVPSEKNI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-thwVPSEKNI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-thwVPSEKNI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thwVPSEKNI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thwVPSEKNI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thwVPSEKNI .dropdown-item.active,
.cid-thwVPSEKNI .dropdown-item:active {
  background-color: transparent;
}
.cid-thwVPSEKNI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thwVPSEKNI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thwVPSEKNI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thwVPSEKNI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-thwVPSEKNI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thwVPSEKNI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thwVPSEKNI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thwVPSEKNI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thwVPSEKNI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-thwVPSEKNI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1544b6;
}
.cid-thwVPSEKNI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-thwVPSEKNI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thwVPSEKNI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thwVPSEKNI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-thwVPSEKNI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thwVPSEKNI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-thwVPSEKNI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-thwVPSEKNI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thwVPSEKNI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-thwVPSEKNI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thwVPSEKNI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thwVPSEKNI .navbar {
    height: 70px;
  }
  .cid-thwVPSEKNI .navbar.opened {
    height: auto;
  }
  .cid-thwVPSEKNI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thwVPSEKNI .icon-icon-pump,
.cid-thwVPSEKNI .icon-icon-heat_exchanger,
.cid-thwVPSEKNI .icon-icon-tanks,
.cid-thwVPSEKNI .icon-icon-mixers,
.cid-thwVPSEKNI .icon-icon-material_handle {
  height: 40px;
  width: 40px;
  color: #21409a;
  fill: #21409a;
}
.cid-thymUfQYSq {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #333640;
}
.cid-thymUfQYSq .mbr-fallback-image.disabled {
  display: none;
}
.cid-thymUfQYSq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thymUfQYSq .mbr-section-title {
  text-align: left;
  color: #fafafa;
}
.cid-thymUfQYSq .mbr-section-subtitle {
  text-align: left;
  color: #fafafa;
}
.cid-tzIf9dqpKH {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tzIf6O1Elb {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tzIf6O1Elb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzIf6O1Elb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tzIf6O1Elb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tzIf6O1Elb .row {
  flex-direction: row-reverse;
}
.cid-tzIf6O1Elb img {
  width: 100%;
}
.cid-thynAEyWe1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #fafafa;
}
.cid-thynAEyWe1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thynAEyWe1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thynAEyWe1 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-thynAEyWe1 .team-card:hover {
  transform: translateY(-10px);
}
.cid-thynAEyWe1 .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-thynAEyWe1 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-thynAEyWe1 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-thynAEyWe1 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-thynAEyWe1 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-thynAEyWe1 .social-row {
  text-align: center;
}
.cid-thynAEyWe1 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-thynAEyWe1 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-thynAEyWe1 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-thynAEyWe1 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-thynAEyWe1 .card-text,
.cid-thynAEyWe1 .mbr-section-btn,
.cid-thynAEyWe1 .social-row {
  text-align: center;
}
.cid-thytjUhlSO {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background: #fafafa;
}
.cid-thytjUhlSO .mbr-fallback-image.disabled {
  display: none;
}
.cid-thytjUhlSO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thytjUhlSO .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-thytjUhlSO .team-card:hover {
  transform: translateY(-10px);
}
.cid-thytjUhlSO .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-thytjUhlSO .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-thytjUhlSO .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-thytjUhlSO .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-thytjUhlSO .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-thytjUhlSO .social-row {
  text-align: center;
}
.cid-thytjUhlSO .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-thytjUhlSO .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-thytjUhlSO .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-thytjUhlSO .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-thwVPSXy8Y {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #21409a;
}
.cid-thwVPSXy8Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-thwVPSXy8Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thwVPSXy8Y .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-thwVPSXy8Y .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-thwVPSXy8Y .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-thwVPSXy8Y .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-thwVPSXy8Y div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-thwVPSXy8Y .copyright {
  color: #bbbbbb;
}
.cid-tuQP7oXLSo {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tuQP7oXLSo nav.navbar {
  position: fixed;
}
.cid-tuQP7oXLSo .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuQP7oXLSo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tuQP7oXLSo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tuQP7oXLSo .dropdown-item:hover,
.cid-tuQP7oXLSo .dropdown-item:focus {
  background: #21409a !important;
  color: white !important;
}
.cid-tuQP7oXLSo .dropdown-item:hover span {
  color: white;
}
.cid-tuQP7oXLSo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tuQP7oXLSo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tuQP7oXLSo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tuQP7oXLSo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tuQP7oXLSo .nav-link {
  position: relative;
}
.cid-tuQP7oXLSo .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tuQP7oXLSo .container {
    flex-wrap: nowrap;
  }
}
.cid-tuQP7oXLSo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tuQP7oXLSo .dropdown-menu,
.cid-tuQP7oXLSo .navbar.opened {
  background: #fafafa !important;
}
.cid-tuQP7oXLSo .nav-item:focus,
.cid-tuQP7oXLSo .nav-link:focus {
  outline: none;
}
.cid-tuQP7oXLSo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tuQP7oXLSo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tuQP7oXLSo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tuQP7oXLSo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuQP7oXLSo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tuQP7oXLSo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tuQP7oXLSo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-tuQP7oXLSo .navbar.opened {
  transition: all 0.3s;
}
.cid-tuQP7oXLSo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tuQP7oXLSo .navbar .navbar-logo img {
  width: auto;
}
.cid-tuQP7oXLSo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tuQP7oXLSo .navbar.collapsed {
  justify-content: center;
}
.cid-tuQP7oXLSo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tuQP7oXLSo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tuQP7oXLSo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tuQP7oXLSo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuQP7oXLSo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tuQP7oXLSo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tuQP7oXLSo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tuQP7oXLSo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tuQP7oXLSo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tuQP7oXLSo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tuQP7oXLSo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuQP7oXLSo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuQP7oXLSo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tuQP7oXLSo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tuQP7oXLSo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tuQP7oXLSo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tuQP7oXLSo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tuQP7oXLSo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tuQP7oXLSo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tuQP7oXLSo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tuQP7oXLSo .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tuQP7oXLSo .navbar.navbar-short {
  min-height: 60px;
}
.cid-tuQP7oXLSo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tuQP7oXLSo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tuQP7oXLSo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tuQP7oXLSo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tuQP7oXLSo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuQP7oXLSo .dropdown-item.active,
.cid-tuQP7oXLSo .dropdown-item:active {
  background-color: transparent;
}
.cid-tuQP7oXLSo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuQP7oXLSo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tuQP7oXLSo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tuQP7oXLSo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-tuQP7oXLSo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tuQP7oXLSo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuQP7oXLSo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tuQP7oXLSo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tuQP7oXLSo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tuQP7oXLSo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1544b6;
}
.cid-tuQP7oXLSo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tuQP7oXLSo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuQP7oXLSo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuQP7oXLSo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tuQP7oXLSo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuQP7oXLSo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tuQP7oXLSo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tuQP7oXLSo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuQP7oXLSo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tuQP7oXLSo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tuQP7oXLSo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tuQP7oXLSo .navbar {
    height: 70px;
  }
  .cid-tuQP7oXLSo .navbar.opened {
    height: auto;
  }
  .cid-tuQP7oXLSo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuQP7oXLSo .icon-icon-pump,
.cid-tuQP7oXLSo .icon-icon-heat_exchanger,
.cid-tuQP7oXLSo .icon-icon-tanks,
.cid-tuQP7oXLSo .icon-icon-mixers,
.cid-tuQP7oXLSo .icon-icon-material_handle {
  height: 40px;
  width: 40px;
  color: #21409a;
  fill: #21409a;
}
.cid-tqBTYuVPa1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-tqBTYuVPa1 .title {
  margin-bottom: 2rem;
}
.cid-tqBTYuVPa1 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tqBTYuVPa1 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tqBTYuVPa1 .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqBTYuVPa1 .input-group-btn {
  display: block;
}
.cid-tqBTYuVPa1 h2 {
  color: #333;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.cid-tqBTYuVPa1 h3 {
  color: #767676;
  letter-spacing: 0.03em;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-tqBTYuVPa1 .mbr-section-subtitle P {
  text-align: left;
}
.cid-tqBTYuVPa1 .mbr-form input,
.cid-tqBTYuVPa1 textarea {
  border-radius: 0px;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .cid-tqBTYuVPa1 h2 {
    text-align: center;
  }
  .cid-tqBTYuVPa1 h3 {
    text-align: center;
  }
  .cid-tqBTYuVPa1 .input-group-btn {
    text-align: center;
  }
  .cid-tqBTYuVPa1 .social-list {
    text-align: center;
  }
}
.cid-tzEWTAMvDS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tzEWTAMvDS nav.navbar {
  position: fixed;
}
.cid-tzEWTAMvDS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzEWTAMvDS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tzEWTAMvDS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tzEWTAMvDS .dropdown-item:hover,
.cid-tzEWTAMvDS .dropdown-item:focus {
  background: #21409a !important;
  color: white !important;
}
.cid-tzEWTAMvDS .dropdown-item:hover span {
  color: white;
}
.cid-tzEWTAMvDS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tzEWTAMvDS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tzEWTAMvDS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tzEWTAMvDS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tzEWTAMvDS .nav-link {
  position: relative;
}
.cid-tzEWTAMvDS .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tzEWTAMvDS .container {
    flex-wrap: nowrap;
  }
}
.cid-tzEWTAMvDS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tzEWTAMvDS .dropdown-menu,
.cid-tzEWTAMvDS .navbar.opened {
  background: #fafafa !important;
}
.cid-tzEWTAMvDS .nav-item:focus,
.cid-tzEWTAMvDS .nav-link:focus {
  outline: none;
}
.cid-tzEWTAMvDS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzEWTAMvDS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzEWTAMvDS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzEWTAMvDS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzEWTAMvDS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzEWTAMvDS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzEWTAMvDS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-tzEWTAMvDS .navbar.opened {
  transition: all 0.3s;
}
.cid-tzEWTAMvDS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tzEWTAMvDS .navbar .navbar-logo img {
  width: auto;
}
.cid-tzEWTAMvDS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tzEWTAMvDS .navbar.collapsed {
  justify-content: center;
}
.cid-tzEWTAMvDS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzEWTAMvDS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzEWTAMvDS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tzEWTAMvDS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzEWTAMvDS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzEWTAMvDS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tzEWTAMvDS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzEWTAMvDS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tzEWTAMvDS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tzEWTAMvDS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzEWTAMvDS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzEWTAMvDS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzEWTAMvDS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzEWTAMvDS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tzEWTAMvDS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzEWTAMvDS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tzEWTAMvDS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tzEWTAMvDS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzEWTAMvDS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzEWTAMvDS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tzEWTAMvDS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tzEWTAMvDS .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzEWTAMvDS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzEWTAMvDS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzEWTAMvDS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tzEWTAMvDS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzEWTAMvDS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzEWTAMvDS .dropdown-item.active,
.cid-tzEWTAMvDS .dropdown-item:active {
  background-color: transparent;
}
.cid-tzEWTAMvDS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzEWTAMvDS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzEWTAMvDS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzEWTAMvDS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-tzEWTAMvDS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzEWTAMvDS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzEWTAMvDS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tzEWTAMvDS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzEWTAMvDS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tzEWTAMvDS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1544b6;
}
.cid-tzEWTAMvDS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzEWTAMvDS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzEWTAMvDS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzEWTAMvDS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzEWTAMvDS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzEWTAMvDS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzEWTAMvDS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzEWTAMvDS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzEWTAMvDS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tzEWTAMvDS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tzEWTAMvDS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tzEWTAMvDS .navbar {
    height: 70px;
  }
  .cid-tzEWTAMvDS .navbar.opened {
    height: auto;
  }
  .cid-tzEWTAMvDS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzEWTAMvDS .icon-icon-pump,
.cid-tzEWTAMvDS .icon-icon-heat_exchanger,
.cid-tzEWTAMvDS .icon-icon-tanks,
.cid-tzEWTAMvDS .icon-icon-mixers,
.cid-tzEWTAMvDS .icon-icon-material_handle {
  height: 40px;
  width: 40px;
  color: #21409a;
  fill: #21409a;
}
.cid-tzHXZokejM {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tzHXZokejM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzHXZokejM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzHXZokejM .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tzHXZokejM .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tzHXZokejM .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tzHXZokejM .card {
    margin-bottom: 2rem;
  }
  .cid-tzHXZokejM .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tzHXZokejM .icon-title {
  color: #21409a;
}
.cid-tzHZx6EBO2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tzHZx6EBO2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzHZx6EBO2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzHZx6EBO2 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tzHZx6EBO2 .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tzHZx6EBO2 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tzHZx6EBO2 .card {
    margin-bottom: 2rem;
  }
  .cid-tzHZx6EBO2 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tzHZx6EBO2 .icon-title {
  color: #21409a;
}
.cid-tzEWTB4evF {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #21409a;
}
.cid-tzEWTB4evF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzEWTB4evF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzEWTB4evF .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tzEWTB4evF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tzEWTB4evF .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tzEWTB4evF .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tzEWTB4evF div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tzEWTB4evF .copyright {
  color: #bbbbbb;
}
