@import url(https://fonts.googleapis.com/css?family=Prata:400&display=swap);
@import url(https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);





body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Prata', serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Prata', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Prata', serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((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: #229bd5 !important;
}
.bg-success {
  background-color: #393939 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #bbbbbb !important;
}
.bg-danger {
  background-color: #f8ac2e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #229bd5 !important;
  border-color: #229bd5 !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: #16658a !important;
  border-color: #16658a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #16658a !important;
  border-color: #16658a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1199ce !important;
  border-color: #1199ce !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: #0a5e7e !important;
  border-color: #0a5e7e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0a5e7e !important;
  border-color: #0a5e7e !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #393939 !important;
  border-color: #393939 !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: #0e0e0e !important;
  border-color: #0e0e0e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0e0e0e !important;
  border-color: #0e0e0e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f8ac2e !important;
  border-color: #f8ac2e !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: #c98007 !important;
  border-color: #c98007 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c98007 !important;
  border-color: #c98007 !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: #229bd5;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #16658a !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: #229bd5 !important;
  border-color: #229bd5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1199ce;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0a5e7e !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: #1199ce !important;
  border-color: #1199ce !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #393939;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0e0e0e !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: #393939 !important;
  border-color: #393939 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bbbbbb;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #909090 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f8ac2e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c98007 !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: #f8ac2e !important;
  border-color: #f8ac2e !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: #229bd5 !important;
}
.text-secondary {
  color: #1199ce !important;
}
.text-success {
  color: #393939 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #bbbbbb !important;
}
.text-danger {
  color: #f8ac2e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #145b7d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #095370 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #060606 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #888888 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ba7606 !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]) {
  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]):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: #229bd5;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #bbbbbb;
}
.alert-danger {
  background-color: #f8ac2e;
}
.mbr-gallery-filter li.active .btn {
  background-color: #229bd5;
  border-color: #229bd5;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #229bd5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cce9f7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #acacac;
}
.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: #fbfbfb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffaf3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Raleway', 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: #229bd5 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Raleway', 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: #229bd5;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #229bd5;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #229bd5;
}
.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: #229bd5;
  border-bottom-color: #229bd5;
}
.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: #229bd5 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #1199ce !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='%23229bd5' %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-sBhYMVcljQ {
  z-index: 1000;
  width: 100%;
}
.cid-sBhYMVcljQ nav.navbar {
  position: fixed;
}
.cid-sBhYMVcljQ .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-sBhYMVcljQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sBhYMVcljQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sBhYMVcljQ .dropdown-item:hover,
.cid-sBhYMVcljQ .dropdown-item:focus {
  background: #229bd5 !important;
  color: white !important;
}
.cid-sBhYMVcljQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sBhYMVcljQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sBhYMVcljQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sBhYMVcljQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sBhYMVcljQ .nav-link {
  position: relative;
}
.cid-sBhYMVcljQ .container {
  display: flex;
  margin: auto;
}
.cid-sBhYMVcljQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sBhYMVcljQ .dropdown-menu,
.cid-sBhYMVcljQ .navbar.opened {
  background: #393939 !important;
}
.cid-sBhYMVcljQ .nav-item:focus,
.cid-sBhYMVcljQ .nav-link:focus {
  outline: none;
}
.cid-sBhYMVcljQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sBhYMVcljQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBhYMVcljQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sBhYMVcljQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBhYMVcljQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBhYMVcljQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBhYMVcljQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(57, 57, 57, 0.1);
}
.cid-sBhYMVcljQ .navbar.opened {
  transition: all 0.3s;
}
.cid-sBhYMVcljQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sBhYMVcljQ .navbar .navbar-logo img {
  width: auto;
}
.cid-sBhYMVcljQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sBhYMVcljQ .navbar.collapsed {
  justify-content: center;
}
.cid-sBhYMVcljQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBhYMVcljQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBhYMVcljQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sBhYMVcljQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBhYMVcljQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sBhYMVcljQ .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-sBhYMVcljQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sBhYMVcljQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sBhYMVcljQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sBhYMVcljQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBhYMVcljQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBhYMVcljQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBhYMVcljQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sBhYMVcljQ .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-sBhYMVcljQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sBhYMVcljQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sBhYMVcljQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sBhYMVcljQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sBhYMVcljQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sBhYMVcljQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sBhYMVcljQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sBhYMVcljQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sBhYMVcljQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sBhYMVcljQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBhYMVcljQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sBhYMVcljQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBhYMVcljQ .dropdown-item.active,
.cid-sBhYMVcljQ .dropdown-item:active {
  background-color: transparent;
}
.cid-sBhYMVcljQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sBhYMVcljQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBhYMVcljQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sBhYMVcljQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #393939;
}
.cid-sBhYMVcljQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sBhYMVcljQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBhYMVcljQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBhYMVcljQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sBhYMVcljQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBhYMVcljQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #393939;
}
.cid-sBhYMVcljQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBhYMVcljQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBhYMVcljQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBhYMVcljQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBhYMVcljQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBhYMVcljQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBhYMVcljQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBhYMVcljQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBhYMVcljQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sBhYMVcljQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBhYMVcljQ .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-sBhYMVcljQ .navbar {
    height: 70px;
  }
  .cid-sBhYMVcljQ .navbar.opened {
    height: auto;
  }
  .cid-sBhYMVcljQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBLfeb0Bxk {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/banner-sup-nosotros-gris-1-2000x844.png");
}
.cid-sBLfeb0Bxk .card-wrapper {
  background: #f8ac2e;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sBLfeb0Bxk .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sBLfeb0Bxk .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sBLfeb0Bxk .card-wrapper {
    padding: 4rem;
  }
}
.cid-sBLfeb0Bxk .mbr-text,
.cid-sBLfeb0Bxk .mbr-section-btn {
  color: #ffffff;
}
.cid-sBLfeb0Bxk .card-title,
.cid-sBLfeb0Bxk .card-box {
  text-align: center;
}
.cid-sBLxKw6Rx7 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-sBLxKw6Rx7 .mbr-text,
.cid-sBLxKw6Rx7 .mbr-section-btn {
  color: #232323;
}
.cid-sBLxKw6Rx7 .card-title,
.cid-sBLxKw6Rx7 .card-box {
  color: #ffffff;
}
.cid-sBLxKw6Rx7 .mbr-text,
.cid-sBLxKw6Rx7 .link-wrap {
  color: #ffffff;
}
.cid-sBLlB6SOiI {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/barra-1-2000x844.png");
}
.cid-sBLlB6SOiI .card-wrapper {
  background: #353535;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sBLlB6SOiI .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sBLlB6SOiI .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sBLlB6SOiI .card-wrapper {
    padding: 4rem;
  }
}
.cid-sBLlB6SOiI .mbr-text,
.cid-sBLlB6SOiI .mbr-section-btn {
  color: #ffffff;
}
.cid-sBLlB6SOiI .card-title,
.cid-sBLlB6SOiI .card-box {
  text-align: center;
}
.cid-sBLyKyDq7T {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #f8ac2e;
}
.cid-sBLyKyDq7T .mbr-text,
.cid-sBLyKyDq7T .mbr-section-btn {
  color: #232323;
}
.cid-sBLyKyDq7T .card-title,
.cid-sBLyKyDq7T .card-box {
  color: #ffffff;
}
.cid-sBLyKyDq7T .mbr-text,
.cid-sBLyKyDq7T .link-wrap {
  color: #ffffff;
}
.cid-sBEW5DfUV5 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #393939;
}
.cid-sBEW5DfUV5 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sBEW5DfUV5 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sBEW5DfUV5 .row {
    text-align: center;
  }
  .cid-sBEW5DfUV5 .row > div {
    margin: auto;
  }
  .cid-sBEW5DfUV5 .social-row {
    justify-content: center;
  }
}
.cid-sBEW5DfUV5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sBEW5DfUV5 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sBEW5DfUV5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sBEW5DfUV5 .list {
    margin-bottom: 0rem;
  }
}
.cid-sBEW5DfUV5 .mbr-text {
  color: #fafafa;
}
.cid-sBEW5DfUV5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sBEW5DfUV5 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sBEW5DfUV5 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sBEW5DfUV5 H5 {
  color: #f8ac2e;
}
.cid-sBEW5DfUV5 .mbr-section-subtitle {
  color: #f8ac2e;
}
.cid-sBhYMVcljQ {
  z-index: 1000;
  width: 100%;
}
.cid-sBhYMVcljQ nav.navbar {
  position: fixed;
}
.cid-sBhYMVcljQ .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-sBhYMVcljQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sBhYMVcljQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sBhYMVcljQ .dropdown-item:hover,
.cid-sBhYMVcljQ .dropdown-item:focus {
  background: #229bd5 !important;
  color: white !important;
}
.cid-sBhYMVcljQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sBhYMVcljQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sBhYMVcljQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sBhYMVcljQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sBhYMVcljQ .nav-link {
  position: relative;
}
.cid-sBhYMVcljQ .container {
  display: flex;
  margin: auto;
}
.cid-sBhYMVcljQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sBhYMVcljQ .dropdown-menu,
.cid-sBhYMVcljQ .navbar.opened {
  background: #393939 !important;
}
.cid-sBhYMVcljQ .nav-item:focus,
.cid-sBhYMVcljQ .nav-link:focus {
  outline: none;
}
.cid-sBhYMVcljQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sBhYMVcljQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBhYMVcljQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sBhYMVcljQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBhYMVcljQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBhYMVcljQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBhYMVcljQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(57, 57, 57, 0.1);
}
.cid-sBhYMVcljQ .navbar.opened {
  transition: all 0.3s;
}
.cid-sBhYMVcljQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sBhYMVcljQ .navbar .navbar-logo img {
  width: auto;
}
.cid-sBhYMVcljQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sBhYMVcljQ .navbar.collapsed {
  justify-content: center;
}
.cid-sBhYMVcljQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBhYMVcljQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBhYMVcljQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sBhYMVcljQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBhYMVcljQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sBhYMVcljQ .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-sBhYMVcljQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sBhYMVcljQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sBhYMVcljQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sBhYMVcljQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBhYMVcljQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBhYMVcljQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBhYMVcljQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sBhYMVcljQ .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-sBhYMVcljQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sBhYMVcljQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sBhYMVcljQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sBhYMVcljQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sBhYMVcljQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sBhYMVcljQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sBhYMVcljQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sBhYMVcljQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sBhYMVcljQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sBhYMVcljQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBhYMVcljQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sBhYMVcljQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBhYMVcljQ .dropdown-item.active,
.cid-sBhYMVcljQ .dropdown-item:active {
  background-color: transparent;
}
.cid-sBhYMVcljQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sBhYMVcljQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBhYMVcljQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sBhYMVcljQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #393939;
}
.cid-sBhYMVcljQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sBhYMVcljQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBhYMVcljQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBhYMVcljQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sBhYMVcljQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBhYMVcljQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #393939;
}
.cid-sBhYMVcljQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBhYMVcljQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBhYMVcljQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBhYMVcljQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBhYMVcljQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBhYMVcljQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBhYMVcljQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBhYMVcljQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBhYMVcljQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sBhYMVcljQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBhYMVcljQ .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-sBhYMVcljQ .navbar {
    height: 70px;
  }
  .cid-sBhYMVcljQ .navbar.opened {
    height: auto;
  }
  .cid-sBhYMVcljQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBQaorWPEg {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/bank-controls-2000x1333.jpeg");
}
.cid-sBQaorWPEg .mbr-overlay {
  background-color: #393939;
  opacity: 0.9;
}
.cid-sBQaorWPEg .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-sBQaorWPEg {
    align-items: flex-end;
  }
  .cid-sBQaorWPEg .row {
    justify-content: flex-start;
  }
  .cid-sBQaorWPEg .content-wrap {
    width: 74%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sBQaorWPEg .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sBQaorWPEg {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sBQaorWPEg .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sBQaorWPEg .content-wrap {
    width: 100%;
  }
}
.cid-sBQaorWPEg .mbr-text,
.cid-sBQaorWPEg .mbr-section-btn {
  color: #fafafa;
}
.cid-sBQaorWPEg .mbr-section-title {
  color: #f8ac2e;
}
.cid-sE3RlEwab9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sE3RlEwab9 .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-sE3RlEwab9 .mbr-section-title,
.cid-sE3RlEwab9 .mbr-section-subtitle {
  text-align: center;
}
.cid-sE3RlEwab9 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sE3RlEwab9 .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-sE3RlEwab9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sE3RlEwab9 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sE3RlEwab9 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sE3RlEwab9 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sBEW5DfUV5 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #393939;
}
.cid-sBEW5DfUV5 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sBEW5DfUV5 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sBEW5DfUV5 .row {
    text-align: center;
  }
  .cid-sBEW5DfUV5 .row > div {
    margin: auto;
  }
  .cid-sBEW5DfUV5 .social-row {
    justify-content: center;
  }
}
.cid-sBEW5DfUV5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sBEW5DfUV5 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sBEW5DfUV5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sBEW5DfUV5 .list {
    margin-bottom: 0rem;
  }
}
.cid-sBEW5DfUV5 .mbr-text {
  color: #fafafa;
}
.cid-sBEW5DfUV5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sBEW5DfUV5 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sBEW5DfUV5 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sBEW5DfUV5 H5 {
  color: #f8ac2e;
}
.cid-sBEW5DfUV5 .mbr-section-subtitle {
  color: #f8ac2e;
}
.cid-sBhYMVcljQ {
  z-index: 1000;
  width: 100%;
}
.cid-sBhYMVcljQ nav.navbar {
  position: fixed;
}
.cid-sBhYMVcljQ .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-sBhYMVcljQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sBhYMVcljQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sBhYMVcljQ .dropdown-item:hover,
.cid-sBhYMVcljQ .dropdown-item:focus {
  background: #229bd5 !important;
  color: white !important;
}
.cid-sBhYMVcljQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sBhYMVcljQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sBhYMVcljQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sBhYMVcljQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sBhYMVcljQ .nav-link {
  position: relative;
}
.cid-sBhYMVcljQ .container {
  display: flex;
  margin: auto;
}
.cid-sBhYMVcljQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sBhYMVcljQ .dropdown-menu,
.cid-sBhYMVcljQ .navbar.opened {
  background: #393939 !important;
}
.cid-sBhYMVcljQ .nav-item:focus,
.cid-sBhYMVcljQ .nav-link:focus {
  outline: none;
}
.cid-sBhYMVcljQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sBhYMVcljQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBhYMVcljQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sBhYMVcljQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBhYMVcljQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBhYMVcljQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBhYMVcljQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(57, 57, 57, 0.1);
}
.cid-sBhYMVcljQ .navbar.opened {
  transition: all 0.3s;
}
.cid-sBhYMVcljQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sBhYMVcljQ .navbar .navbar-logo img {
  width: auto;
}
.cid-sBhYMVcljQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sBhYMVcljQ .navbar.collapsed {
  justify-content: center;
}
.cid-sBhYMVcljQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBhYMVcljQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBhYMVcljQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sBhYMVcljQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBhYMVcljQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sBhYMVcljQ .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-sBhYMVcljQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sBhYMVcljQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sBhYMVcljQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sBhYMVcljQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBhYMVcljQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBhYMVcljQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBhYMVcljQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sBhYMVcljQ .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-sBhYMVcljQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sBhYMVcljQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sBhYMVcljQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sBhYMVcljQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sBhYMVcljQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sBhYMVcljQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sBhYMVcljQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sBhYMVcljQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sBhYMVcljQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sBhYMVcljQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBhYMVcljQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sBhYMVcljQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBhYMVcljQ .dropdown-item.active,
.cid-sBhYMVcljQ .dropdown-item:active {
  background-color: transparent;
}
.cid-sBhYMVcljQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sBhYMVcljQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBhYMVcljQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sBhYMVcljQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #393939;
}
.cid-sBhYMVcljQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sBhYMVcljQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBhYMVcljQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBhYMVcljQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sBhYMVcljQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBhYMVcljQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #393939;
}
.cid-sBhYMVcljQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBhYMVcljQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBhYMVcljQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBhYMVcljQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBhYMVcljQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBhYMVcljQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBhYMVcljQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBhYMVcljQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBhYMVcljQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sBhYMVcljQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBhYMVcljQ .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-sBhYMVcljQ .navbar {
    height: 70px;
  }
  .cid-sBhYMVcljQ .navbar.opened {
    height: auto;
  }
  .cid-sBhYMVcljQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sE3UvTQllv {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/bank-controls-2000x1333.jpeg");
}
.cid-sE3UvTQllv .mbr-overlay {
  background-color: #404040;
  opacity: 1;
}
.cid-sE3UvTQllv .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-sE3UvTQllv {
    align-items: flex-end;
  }
  .cid-sE3UvTQllv .row {
    justify-content: center;
  }
  .cid-sE3UvTQllv .content-wrap {
    width: 81%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sE3UvTQllv .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sE3UvTQllv {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sE3UvTQllv .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sE3UvTQllv .content-wrap {
    width: 100%;
  }
}
.cid-sE3UvTQllv .mbr-text,
.cid-sE3UvTQllv .mbr-section-btn {
  color: #353535;
}
.cid-sE3UvTQllv .mbr-section-title {
  color: #f8ac2e;
  text-align: center;
}
.cid-sKpk5RyR09 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #404040;
}
.cid-sKpk5RyR09 .mbr-section-title {
  color: #ffffff;
}
.cid-sKpgCfw8vT {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #404040;
}
@media (min-width: 992px) {
  .cid-sKpgCfw8vT .carousel {
    min-height: 700px;
  }
  .cid-sKpgCfw8vT .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sKpgCfw8vT .carousel {
    min-height: 455px;
  }
  .cid-sKpgCfw8vT .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sKpgCfw8vT .carousel {
    min-height: 385px;
  }
  .cid-sKpgCfw8vT .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-sKpgCfw8vT .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sKpgCfw8vT .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sKpgCfw8vT .carousel,
.cid-sKpgCfw8vT .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sKpgCfw8vT .item-wrapper {
  width: 100%;
}
.cid-sKpgCfw8vT .carousel-caption {
  bottom: 40px;
}
.cid-sKpgCfw8vT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sKpgCfw8vT .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sKpgCfw8vT .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sKpgCfw8vT .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sKpgCfw8vT .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sKpgCfw8vT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sKpgCfw8vT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sKpgCfw8vT .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sKpgCfw8vT .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sKpgCfw8vT .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sKpgCfw8vT .carousel-indicators li.active,
.cid-sKpgCfw8vT .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sKpgCfw8vT .carousel-indicators li::after,
.cid-sKpgCfw8vT .carousel-indicators li::before {
  content: none;
}
.cid-sKpgCfw8vT .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sKpgCfw8vT .carousel-indicators {
    display: none !important;
  }
}
.cid-sKpmxMbF62 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sKpmxMbF62 .mbr-section-title {
  color: #f8ac2e;
}
.cid-sKpgD6GCTj {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-sKpgD6GCTj .carousel {
    min-height: 700px;
  }
  .cid-sKpgD6GCTj .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sKpgD6GCTj .carousel {
    min-height: 455px;
  }
  .cid-sKpgD6GCTj .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sKpgD6GCTj .carousel {
    min-height: 385px;
  }
  .cid-sKpgD6GCTj .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-sKpgD6GCTj .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sKpgD6GCTj .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sKpgD6GCTj .carousel,
.cid-sKpgD6GCTj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sKpgD6GCTj .item-wrapper {
  width: 100%;
}
.cid-sKpgD6GCTj .carousel-caption {
  bottom: 40px;
}
.cid-sKpgD6GCTj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sKpgD6GCTj .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sKpgD6GCTj .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sKpgD6GCTj .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sKpgD6GCTj .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sKpgD6GCTj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sKpgD6GCTj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sKpgD6GCTj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sKpgD6GCTj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sKpgD6GCTj .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sKpgD6GCTj .carousel-indicators li.active,
.cid-sKpgD6GCTj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sKpgD6GCTj .carousel-indicators li::after,
.cid-sKpgD6GCTj .carousel-indicators li::before {
  content: none;
}
.cid-sKpgD6GCTj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sKpgD6GCTj .carousel-indicators {
    display: none !important;
  }
}
.cid-sKpnQz4WWn {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #404040;
}
.cid-sKpnQz4WWn .mbr-section-title {
  color: #ffffff;
}
.cid-sKpgDMWerd {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #404040;
}
@media (min-width: 992px) {
  .cid-sKpgDMWerd .carousel {
    min-height: 700px;
  }
  .cid-sKpgDMWerd .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sKpgDMWerd .carousel {
    min-height: 455px;
  }
  .cid-sKpgDMWerd .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sKpgDMWerd .carousel {
    min-height: 385px;
  }
  .cid-sKpgDMWerd .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-sKpgDMWerd .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sKpgDMWerd .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sKpgDMWerd .carousel,
.cid-sKpgDMWerd .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sKpgDMWerd .item-wrapper {
  width: 100%;
}
.cid-sKpgDMWerd .carousel-caption {
  bottom: 40px;
}
.cid-sKpgDMWerd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sKpgDMWerd .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sKpgDMWerd .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sKpgDMWerd .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sKpgDMWerd .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sKpgDMWerd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sKpgDMWerd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sKpgDMWerd .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sKpgDMWerd .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sKpgDMWerd .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sKpgDMWerd .carousel-indicators li.active,
.cid-sKpgDMWerd .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sKpgDMWerd .carousel-indicators li::after,
.cid-sKpgDMWerd .carousel-indicators li::before {
  content: none;
}
.cid-sKpgDMWerd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sKpgDMWerd .carousel-indicators {
    display: none !important;
  }
}
.cid-sKpnSDN9fW {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sKpnSDN9fW .mbr-section-title {
  color: #f8ac2e;
}
.cid-sKpgIDYswM {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-sKpgIDYswM .carousel {
    min-height: 700px;
  }
  .cid-sKpgIDYswM .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sKpgIDYswM .carousel {
    min-height: 455px;
  }
  .cid-sKpgIDYswM .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sKpgIDYswM .carousel {
    min-height: 385px;
  }
  .cid-sKpgIDYswM .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-sKpgIDYswM .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sKpgIDYswM .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sKpgIDYswM .carousel,
.cid-sKpgIDYswM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sKpgIDYswM .item-wrapper {
  width: 100%;
}
.cid-sKpgIDYswM .carousel-caption {
  bottom: 40px;
}
.cid-sKpgIDYswM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sKpgIDYswM .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sKpgIDYswM .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sKpgIDYswM .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sKpgIDYswM .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sKpgIDYswM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sKpgIDYswM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sKpgIDYswM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sKpgIDYswM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sKpgIDYswM .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sKpgIDYswM .carousel-indicators li.active,
.cid-sKpgIDYswM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sKpgIDYswM .carousel-indicators li::after,
.cid-sKpgIDYswM .carousel-indicators li::before {
  content: none;
}
.cid-sKpgIDYswM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sKpgIDYswM .carousel-indicators {
    display: none !important;
  }
}
.cid-sKpnTqrvhU {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #404040;
}
.cid-sKpnTqrvhU .mbr-section-title {
  color: #ffffff;
}
.cid-sKpgJkR9Si {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #404040;
}
@media (min-width: 992px) {
  .cid-sKpgJkR9Si .carousel {
    min-height: 700px;
  }
  .cid-sKpgJkR9Si .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sKpgJkR9Si .carousel {
    min-height: 455px;
  }
  .cid-sKpgJkR9Si .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sKpgJkR9Si .carousel {
    min-height: 385px;
  }
  .cid-sKpgJkR9Si .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-sKpgJkR9Si .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sKpgJkR9Si .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sKpgJkR9Si .carousel,
.cid-sKpgJkR9Si .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sKpgJkR9Si .item-wrapper {
  width: 100%;
}
.cid-sKpgJkR9Si .carousel-caption {
  bottom: 40px;
}
.cid-sKpgJkR9Si .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sKpgJkR9Si .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sKpgJkR9Si .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sKpgJkR9Si .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sKpgJkR9Si .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sKpgJkR9Si .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sKpgJkR9Si .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sKpgJkR9Si .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sKpgJkR9Si .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sKpgJkR9Si .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sKpgJkR9Si .carousel-indicators li.active,
.cid-sKpgJkR9Si .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sKpgJkR9Si .carousel-indicators li::after,
.cid-sKpgJkR9Si .carousel-indicators li::before {
  content: none;
}
.cid-sKpgJkR9Si .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sKpgJkR9Si .carousel-indicators {
    display: none !important;
  }
}
.cid-sKpnY8fcUN {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sKpnY8fcUN .mbr-section-title {
  color: #f8ac2e;
}
.cid-sKpgK4WLBW {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-sKpgK4WLBW .carousel {
    min-height: 700px;
  }
  .cid-sKpgK4WLBW .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sKpgK4WLBW .carousel {
    min-height: 455px;
  }
  .cid-sKpgK4WLBW .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sKpgK4WLBW .carousel {
    min-height: 385px;
  }
  .cid-sKpgK4WLBW .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-sKpgK4WLBW .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sKpgK4WLBW .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sKpgK4WLBW .carousel,
.cid-sKpgK4WLBW .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sKpgK4WLBW .item-wrapper {
  width: 100%;
}
.cid-sKpgK4WLBW .carousel-caption {
  bottom: 40px;
}
.cid-sKpgK4WLBW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sKpgK4WLBW .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sKpgK4WLBW .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sKpgK4WLBW .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sKpgK4WLBW .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sKpgK4WLBW .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sKpgK4WLBW .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sKpgK4WLBW .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sKpgK4WLBW .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sKpgK4WLBW .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sKpgK4WLBW .carousel-indicators li.active,
.cid-sKpgK4WLBW .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sKpgK4WLBW .carousel-indicators li::after,
.cid-sKpgK4WLBW .carousel-indicators li::before {
  content: none;
}
.cid-sKpgK4WLBW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sKpgK4WLBW .carousel-indicators {
    display: none !important;
  }
}
.cid-sKpnZr1lUZ {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #404040;
}
.cid-sKpnZr1lUZ .mbr-section-title {
  color: #ffffff;
}
.cid-sKpgN7wtHb {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #404040;
}
@media (min-width: 992px) {
  .cid-sKpgN7wtHb .carousel {
    min-height: 700px;
  }
  .cid-sKpgN7wtHb .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sKpgN7wtHb .carousel {
    min-height: 455px;
  }
  .cid-sKpgN7wtHb .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sKpgN7wtHb .carousel {
    min-height: 385px;
  }
  .cid-sKpgN7wtHb .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-sKpgN7wtHb .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sKpgN7wtHb .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sKpgN7wtHb .carousel,
.cid-sKpgN7wtHb .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sKpgN7wtHb .item-wrapper {
  width: 100%;
}
.cid-sKpgN7wtHb .carousel-caption {
  bottom: 40px;
}
.cid-sKpgN7wtHb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sKpgN7wtHb .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sKpgN7wtHb .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sKpgN7wtHb .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sKpgN7wtHb .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sKpgN7wtHb .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sKpgN7wtHb .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sKpgN7wtHb .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sKpgN7wtHb .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sKpgN7wtHb .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sKpgN7wtHb .carousel-indicators li.active,
.cid-sKpgN7wtHb .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sKpgN7wtHb .carousel-indicators li::after,
.cid-sKpgN7wtHb .carousel-indicators li::before {
  content: none;
}
.cid-sKpgN7wtHb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sKpgN7wtHb .carousel-indicators {
    display: none !important;
  }
}
.cid-sKpo0f8R5t {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sKpo0f8R5t .mbr-section-title {
  color: #f8ac2e;
}
.cid-sKpgNHkaN7 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-sKpgNHkaN7 .carousel {
    min-height: 700px;
  }
  .cid-sKpgNHkaN7 .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sKpgNHkaN7 .carousel {
    min-height: 455px;
  }
  .cid-sKpgNHkaN7 .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sKpgNHkaN7 .carousel {
    min-height: 385px;
  }
  .cid-sKpgNHkaN7 .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-sKpgNHkaN7 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sKpgNHkaN7 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sKpgNHkaN7 .carousel,
.cid-sKpgNHkaN7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sKpgNHkaN7 .item-wrapper {
  width: 100%;
}
.cid-sKpgNHkaN7 .carousel-caption {
  bottom: 40px;
}
.cid-sKpgNHkaN7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sKpgNHkaN7 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sKpgNHkaN7 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sKpgNHkaN7 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sKpgNHkaN7 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sKpgNHkaN7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sKpgNHkaN7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sKpgNHkaN7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sKpgNHkaN7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sKpgNHkaN7 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sKpgNHkaN7 .carousel-indicators li.active,
.cid-sKpgNHkaN7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sKpgNHkaN7 .carousel-indicators li::after,
.cid-sKpgNHkaN7 .carousel-indicators li::before {
  content: none;
}
.cid-sKpgNHkaN7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sKpgNHkaN7 .carousel-indicators {
    display: none !important;
  }
}
.cid-sKpo5cA2oD {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #393939;
}
.cid-sKpo5cA2oD .mbr-section-title {
  color: #ffffff;
}
.cid-sKpgOcop6y {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #393939;
}
@media (min-width: 992px) {
  .cid-sKpgOcop6y .carousel {
    min-height: 700px;
  }
  .cid-sKpgOcop6y .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sKpgOcop6y .carousel {
    min-height: 455px;
  }
  .cid-sKpgOcop6y .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sKpgOcop6y .carousel {
    min-height: 385px;
  }
  .cid-sKpgOcop6y .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-sKpgOcop6y .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sKpgOcop6y .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sKpgOcop6y .carousel,
.cid-sKpgOcop6y .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sKpgOcop6y .item-wrapper {
  width: 100%;
}
.cid-sKpgOcop6y .carousel-caption {
  bottom: 40px;
}
.cid-sKpgOcop6y .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sKpgOcop6y .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sKpgOcop6y .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sKpgOcop6y .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sKpgOcop6y .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sKpgOcop6y .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sKpgOcop6y .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sKpgOcop6y .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sKpgOcop6y .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sKpgOcop6y .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sKpgOcop6y .carousel-indicators li.active,
.cid-sKpgOcop6y .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sKpgOcop6y .carousel-indicators li::after,
.cid-sKpgOcop6y .carousel-indicators li::before {
  content: none;
}
.cid-sKpgOcop6y .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sKpgOcop6y .carousel-indicators {
    display: none !important;
  }
}
.cid-sBEW5DfUV5 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #393939;
}
.cid-sBEW5DfUV5 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sBEW5DfUV5 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sBEW5DfUV5 .row {
    text-align: center;
  }
  .cid-sBEW5DfUV5 .row > div {
    margin: auto;
  }
  .cid-sBEW5DfUV5 .social-row {
    justify-content: center;
  }
}
.cid-sBEW5DfUV5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sBEW5DfUV5 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sBEW5DfUV5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sBEW5DfUV5 .list {
    margin-bottom: 0rem;
  }
}
.cid-sBEW5DfUV5 .mbr-text {
  color: #fafafa;
}
.cid-sBEW5DfUV5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sBEW5DfUV5 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sBEW5DfUV5 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sBEW5DfUV5 H5 {
  color: #f8ac2e;
}
.cid-sBEW5DfUV5 .mbr-section-subtitle {
  color: #f8ac2e;
}
.cid-sE3TwRCPTO {
  z-index: 1000;
  width: 100%;
}
.cid-sE3TwRCPTO nav.navbar {
  position: fixed;
}
.cid-sE3TwRCPTO .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-sE3TwRCPTO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sE3TwRCPTO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sE3TwRCPTO .dropdown-item:hover,
.cid-sE3TwRCPTO .dropdown-item:focus {
  background: #229bd5 !important;
  color: white !important;
}
.cid-sE3TwRCPTO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sE3TwRCPTO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sE3TwRCPTO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sE3TwRCPTO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sE3TwRCPTO .nav-link {
  position: relative;
}
.cid-sE3TwRCPTO .container {
  display: flex;
  margin: auto;
}
.cid-sE3TwRCPTO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sE3TwRCPTO .dropdown-menu,
.cid-sE3TwRCPTO .navbar.opened {
  background: #393939 !important;
}
.cid-sE3TwRCPTO .nav-item:focus,
.cid-sE3TwRCPTO .nav-link:focus {
  outline: none;
}
.cid-sE3TwRCPTO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sE3TwRCPTO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sE3TwRCPTO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sE3TwRCPTO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sE3TwRCPTO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sE3TwRCPTO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sE3TwRCPTO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(57, 57, 57, 0.1);
}
.cid-sE3TwRCPTO .navbar.opened {
  transition: all 0.3s;
}
.cid-sE3TwRCPTO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sE3TwRCPTO .navbar .navbar-logo img {
  width: auto;
}
.cid-sE3TwRCPTO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sE3TwRCPTO .navbar.collapsed {
  justify-content: center;
}
.cid-sE3TwRCPTO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sE3TwRCPTO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sE3TwRCPTO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sE3TwRCPTO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sE3TwRCPTO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sE3TwRCPTO .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-sE3TwRCPTO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sE3TwRCPTO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sE3TwRCPTO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sE3TwRCPTO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sE3TwRCPTO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sE3TwRCPTO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sE3TwRCPTO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sE3TwRCPTO .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-sE3TwRCPTO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sE3TwRCPTO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sE3TwRCPTO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sE3TwRCPTO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sE3TwRCPTO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sE3TwRCPTO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sE3TwRCPTO .navbar.navbar-short {
  min-height: 60px;
}
.cid-sE3TwRCPTO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sE3TwRCPTO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sE3TwRCPTO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sE3TwRCPTO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sE3TwRCPTO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sE3TwRCPTO .dropdown-item.active,
.cid-sE3TwRCPTO .dropdown-item:active {
  background-color: transparent;
}
.cid-sE3TwRCPTO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sE3TwRCPTO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sE3TwRCPTO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sE3TwRCPTO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #393939;
}
.cid-sE3TwRCPTO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sE3TwRCPTO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sE3TwRCPTO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sE3TwRCPTO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sE3TwRCPTO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sE3TwRCPTO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #393939;
}
.cid-sE3TwRCPTO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sE3TwRCPTO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sE3TwRCPTO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sE3TwRCPTO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sE3TwRCPTO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sE3TwRCPTO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sE3TwRCPTO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sE3TwRCPTO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sE3TwRCPTO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sE3TwRCPTO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sE3TwRCPTO .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-sE3TwRCPTO .navbar {
    height: 70px;
  }
  .cid-sE3TwRCPTO .navbar.opened {
    height: auto;
  }
  .cid-sE3TwRCPTO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sH2IPvIxid {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mineria-logistica-principal-1500x844.jpg");
}
.cid-sH2IPvIxid .mbr-overlay {
  background-color: #404040;
  opacity: 0.8;
}
.cid-sH2IPvIxid form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sH2IPvIxid form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sH2IPvIxid form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sH2IPvIxid .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sH2IPvIxid .mbr-section-title {
  color: #f8ac2e;
}
.cid-sE3TwRUS13 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #393939;
}
.cid-sE3TwRUS13 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sE3TwRUS13 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sE3TwRUS13 .row {
    text-align: center;
  }
  .cid-sE3TwRUS13 .row > div {
    margin: auto;
  }
  .cid-sE3TwRUS13 .social-row {
    justify-content: center;
  }
}
.cid-sE3TwRUS13 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sE3TwRUS13 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sE3TwRUS13 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sE3TwRUS13 .list {
    margin-bottom: 0rem;
  }
}
.cid-sE3TwRUS13 .mbr-text {
  color: #fafafa;
}
.cid-sE3TwRUS13 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sE3TwRUS13 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sE3TwRUS13 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sE3TwRUS13 H5 {
  color: #f8ac2e;
}
.cid-sE3TwRUS13 .mbr-section-subtitle {
  color: #f8ac2e;
}
.cid-sKqureMMYr {
  z-index: 1000;
  width: 100%;
}
.cid-sKqureMMYr nav.navbar {
  position: fixed;
}
.cid-sKqureMMYr .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-sKqureMMYr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sKqureMMYr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sKqureMMYr .dropdown-item:hover,
.cid-sKqureMMYr .dropdown-item:focus {
  background: #229bd5 !important;
  color: white !important;
}
.cid-sKqureMMYr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sKqureMMYr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sKqureMMYr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sKqureMMYr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sKqureMMYr .nav-link {
  position: relative;
}
.cid-sKqureMMYr .container {
  display: flex;
  margin: auto;
}
.cid-sKqureMMYr .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sKqureMMYr .dropdown-menu,
.cid-sKqureMMYr .navbar.opened {
  background: #393939 !important;
}
.cid-sKqureMMYr .nav-item:focus,
.cid-sKqureMMYr .nav-link:focus {
  outline: none;
}
.cid-sKqureMMYr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sKqureMMYr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKqureMMYr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sKqureMMYr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sKqureMMYr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sKqureMMYr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sKqureMMYr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(57, 57, 57, 0);
}
.cid-sKqureMMYr .navbar.opened {
  transition: all 0.3s;
}
.cid-sKqureMMYr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sKqureMMYr .navbar .navbar-logo img {
  width: auto;
}
.cid-sKqureMMYr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sKqureMMYr .navbar.collapsed {
  justify-content: center;
}
.cid-sKqureMMYr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sKqureMMYr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sKqureMMYr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sKqureMMYr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sKqureMMYr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sKqureMMYr .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-sKqureMMYr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sKqureMMYr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sKqureMMYr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sKqureMMYr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sKqureMMYr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sKqureMMYr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sKqureMMYr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sKqureMMYr .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-sKqureMMYr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sKqureMMYr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sKqureMMYr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sKqureMMYr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sKqureMMYr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sKqureMMYr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sKqureMMYr .navbar.navbar-short {
  min-height: 60px;
}
.cid-sKqureMMYr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sKqureMMYr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sKqureMMYr .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-sKqureMMYr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sKqureMMYr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sKqureMMYr .dropdown-item.active,
.cid-sKqureMMYr .dropdown-item:active {
  background-color: transparent;
}
.cid-sKqureMMYr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sKqureMMYr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sKqureMMYr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sKqureMMYr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #393939;
}
.cid-sKqureMMYr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sKqureMMYr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sKqureMMYr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sKqureMMYr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sKqureMMYr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sKqureMMYr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sKqureMMYr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sKqureMMYr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sKqureMMYr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sKqureMMYr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sKqureMMYr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sKqureMMYr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sKqureMMYr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sKqureMMYr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sKqureMMYr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sKqureMMYr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sKqureMMYr .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-sKqureMMYr .navbar {
    height: 70px;
  }
  .cid-sKqureMMYr .navbar.opened {
    height: auto;
  }
  .cid-sKqureMMYr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sKn6Gm79u1 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/banner-sup-nosotros-gris-1-2000x844.png");
}
.cid-sKn6Gm79u1 .card-wrapper {
  background: #f8ac2e;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sKn6Gm79u1 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sKn6Gm79u1 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sKn6Gm79u1 .card-wrapper {
    padding: 4rem;
  }
}
.cid-sKn6Gm79u1 .mbr-text,
.cid-sKn6Gm79u1 .mbr-section-btn {
  color: #ffffff;
}
.cid-sKn6Gm79u1 .card-title,
.cid-sKn6Gm79u1 .card-box {
  text-align: center;
}
.cid-sKn6GmiO7x {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-sKn6GmiO7x .mbr-text,
.cid-sKn6GmiO7x .mbr-section-btn {
  color: #232323;
}
.cid-sKn6GmiO7x .card-title,
.cid-sKn6GmiO7x .card-box {
  color: #ffffff;
}
.cid-sKn6GmiO7x .mbr-text,
.cid-sKn6GmiO7x .link-wrap {
  color: #ffffff;
}
.cid-sKn6Gmtp6D {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/barra-1-2000x844.png");
}
.cid-sKn6Gmtp6D .card-wrapper {
  background: #353535;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sKn6Gmtp6D .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sKn6Gmtp6D .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sKn6Gmtp6D .card-wrapper {
    padding: 4rem;
  }
}
.cid-sKn6Gmtp6D .mbr-text,
.cid-sKn6Gmtp6D .mbr-section-btn {
  color: #ffffff;
}
.cid-sKn6Gmtp6D .card-title,
.cid-sKn6Gmtp6D .card-box {
  text-align: center;
}
.cid-sKn6GmEHsT {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #f8ac2e;
}
.cid-sKn6GmEHsT .mbr-text,
.cid-sKn6GmEHsT .mbr-section-btn {
  color: #232323;
}
.cid-sKn6GmEHsT .card-title,
.cid-sKn6GmEHsT .card-box {
  color: #ffffff;
}
.cid-sKn6GmEHsT .mbr-text,
.cid-sKn6GmEHsT .link-wrap {
  color: #ffffff;
}
.cid-sKn6GmPkds {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #393939;
}
.cid-sKn6GmPkds .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sKn6GmPkds .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sKn6GmPkds .row {
    text-align: center;
  }
  .cid-sKn6GmPkds .row > div {
    margin: auto;
  }
  .cid-sKn6GmPkds .social-row {
    justify-content: center;
  }
}
.cid-sKn6GmPkds .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sKn6GmPkds .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sKn6GmPkds .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sKn6GmPkds .list {
    margin-bottom: 0rem;
  }
}
.cid-sKn6GmPkds .mbr-text {
  color: #fafafa;
}
.cid-sKn6GmPkds .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sKn6GmPkds .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sKn6GmPkds div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sKn6GmPkds H5 {
  color: #f8ac2e;
}
.cid-sKn6GmPkds .mbr-section-subtitle {
  color: #f8ac2e;
}
.cid-sKquzixEPp {
  z-index: 1000;
  width: 100%;
}
.cid-sKquzixEPp nav.navbar {
  position: fixed;
}
.cid-sKquzixEPp .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-sKquzixEPp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sKquzixEPp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sKquzixEPp .dropdown-item:hover,
.cid-sKquzixEPp .dropdown-item:focus {
  background: #229bd5 !important;
  color: white !important;
}
.cid-sKquzixEPp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sKquzixEPp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sKquzixEPp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sKquzixEPp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sKquzixEPp .nav-link {
  position: relative;
}
.cid-sKquzixEPp .container {
  display: flex;
  margin: auto;
}
.cid-sKquzixEPp .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sKquzixEPp .dropdown-menu,
.cid-sKquzixEPp .navbar.opened {
  background: #393939 !important;
}
.cid-sKquzixEPp .nav-item:focus,
.cid-sKquzixEPp .nav-link:focus {
  outline: none;
}
.cid-sKquzixEPp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sKquzixEPp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKquzixEPp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sKquzixEPp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sKquzixEPp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sKquzixEPp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sKquzixEPp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(57, 57, 57, 0);
}
.cid-sKquzixEPp .navbar.opened {
  transition: all 0.3s;
}
.cid-sKquzixEPp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sKquzixEPp .navbar .navbar-logo img {
  width: auto;
}
.cid-sKquzixEPp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sKquzixEPp .navbar.collapsed {
  justify-content: center;
}
.cid-sKquzixEPp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sKquzixEPp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sKquzixEPp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sKquzixEPp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sKquzixEPp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sKquzixEPp .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-sKquzixEPp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sKquzixEPp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sKquzixEPp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sKquzixEPp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sKquzixEPp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sKquzixEPp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sKquzixEPp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sKquzixEPp .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-sKquzixEPp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sKquzixEPp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sKquzixEPp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sKquzixEPp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sKquzixEPp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sKquzixEPp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sKquzixEPp .navbar.navbar-short {
  min-height: 60px;
}
.cid-sKquzixEPp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sKquzixEPp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sKquzixEPp .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-sKquzixEPp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sKquzixEPp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sKquzixEPp .dropdown-item.active,
.cid-sKquzixEPp .dropdown-item:active {
  background-color: transparent;
}
.cid-sKquzixEPp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sKquzixEPp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sKquzixEPp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sKquzixEPp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #393939;
}
.cid-sKquzixEPp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sKquzixEPp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sKquzixEPp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sKquzixEPp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sKquzixEPp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sKquzixEPp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sKquzixEPp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sKquzixEPp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sKquzixEPp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sKquzixEPp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sKquzixEPp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sKquzixEPp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sKquzixEPp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sKquzixEPp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sKquzixEPp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sKquzixEPp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sKquzixEPp .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-sKquzixEPp .navbar {
    height: 70px;
  }
  .cid-sKquzixEPp .navbar.opened {
    height: auto;
  }
  .cid-sKquzixEPp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sKn6OutfMd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mineria-logistica-principal-1500x844.jpg");
}
.cid-sKn6OutfMd .mbr-overlay {
  background-color: #404040;
  opacity: 0.8;
}
.cid-sKn6OutfMd form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sKn6OutfMd form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sKn6OutfMd form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sKn6OutfMd .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sKn6OutfMd .mbr-section-title {
  color: #f8ac2e;
}
.cid-sKn6OuIrtC {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #393939;
}
.cid-sKn6OuIrtC .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sKn6OuIrtC .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sKn6OuIrtC .row {
    text-align: center;
  }
  .cid-sKn6OuIrtC .row > div {
    margin: auto;
  }
  .cid-sKn6OuIrtC .social-row {
    justify-content: center;
  }
}
.cid-sKn6OuIrtC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sKn6OuIrtC .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sKn6OuIrtC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sKn6OuIrtC .list {
    margin-bottom: 0rem;
  }
}
.cid-sKn6OuIrtC .mbr-text {
  color: #fafafa;
}
.cid-sKn6OuIrtC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sKn6OuIrtC .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sKn6OuIrtC div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sKn6OuIrtC H5 {
  color: #f8ac2e;
}
.cid-sKn6OuIrtC .mbr-section-subtitle {
  color: #f8ac2e;
}
.cid-sKquvInWPi {
  z-index: 1000;
  width: 100%;
}
.cid-sKquvInWPi nav.navbar {
  position: fixed;
}
.cid-sKquvInWPi .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-sKquvInWPi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sKquvInWPi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sKquvInWPi .dropdown-item:hover,
.cid-sKquvInWPi .dropdown-item:focus {
  background: #229bd5 !important;
  color: white !important;
}
.cid-sKquvInWPi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sKquvInWPi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sKquvInWPi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sKquvInWPi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sKquvInWPi .nav-link {
  position: relative;
}
.cid-sKquvInWPi .container {
  display: flex;
  margin: auto;
}
.cid-sKquvInWPi .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sKquvInWPi .dropdown-menu,
.cid-sKquvInWPi .navbar.opened {
  background: #393939 !important;
}
.cid-sKquvInWPi .nav-item:focus,
.cid-sKquvInWPi .nav-link:focus {
  outline: none;
}
.cid-sKquvInWPi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sKquvInWPi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKquvInWPi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sKquvInWPi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sKquvInWPi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sKquvInWPi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sKquvInWPi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(57, 57, 57, 0);
}
.cid-sKquvInWPi .navbar.opened {
  transition: all 0.3s;
}
.cid-sKquvInWPi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sKquvInWPi .navbar .navbar-logo img {
  width: auto;
}
.cid-sKquvInWPi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sKquvInWPi .navbar.collapsed {
  justify-content: center;
}
.cid-sKquvInWPi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sKquvInWPi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sKquvInWPi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sKquvInWPi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sKquvInWPi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sKquvInWPi .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-sKquvInWPi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sKquvInWPi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sKquvInWPi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sKquvInWPi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sKquvInWPi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sKquvInWPi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sKquvInWPi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sKquvInWPi .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-sKquvInWPi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sKquvInWPi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sKquvInWPi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sKquvInWPi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sKquvInWPi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sKquvInWPi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sKquvInWPi .navbar.navbar-short {
  min-height: 60px;
}
.cid-sKquvInWPi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sKquvInWPi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sKquvInWPi .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-sKquvInWPi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sKquvInWPi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sKquvInWPi .dropdown-item.active,
.cid-sKquvInWPi .dropdown-item:active {
  background-color: transparent;
}
.cid-sKquvInWPi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sKquvInWPi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sKquvInWPi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sKquvInWPi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #393939;
}
.cid-sKquvInWPi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sKquvInWPi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sKquvInWPi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sKquvInWPi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sKquvInWPi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sKquvInWPi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sKquvInWPi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sKquvInWPi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sKquvInWPi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sKquvInWPi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sKquvInWPi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sKquvInWPi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sKquvInWPi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sKquvInWPi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sKquvInWPi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sKquvInWPi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sKquvInWPi .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-sKquvInWPi .navbar {
    height: 70px;
  }
  .cid-sKquvInWPi .navbar.opened {
    height: auto;
  }
  .cid-sKquvInWPi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sKqlHvunWn {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/bank-controls-2000x1333.jpeg");
}
.cid-sKqlHvunWn .mbr-overlay {
  background-color: #404040;
  opacity: 1;
}
.cid-sKqlHvunWn .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-sKqlHvunWn {
    align-items: flex-end;
  }
  .cid-sKqlHvunWn .row {
    justify-content: center;
  }
  .cid-sKqlHvunWn .content-wrap {
    width: 81%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sKqlHvunWn .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sKqlHvunWn {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sKqlHvunWn .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sKqlHvunWn .content-wrap {
    width: 100%;
  }
}
.cid-sKqlHvunWn .mbr-text,
.cid-sKqlHvunWn .mbr-section-btn {
  color: #353535;
}
.cid-sKqlHvunWn .mbr-section-title {
  color: #f8ac2e;
  text-align: center;
}
.cid-sKqlHvMYTn {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #404040;
}
.cid-sKqlHvMYTn .mbr-section-title {
  color: #ffffff;
}
.cid-sKqlHw6ns1 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #404040;
}
@media (min-width: 992px) {
  .cid-sKqlHw6ns1 .carousel {
    min-height: 700px;
  }
  .cid-sKqlHw6ns1 .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sKqlHw6ns1 .carousel {
    min-height: 455px;
  }
  .cid-sKqlHw6ns1 .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sKqlHw6ns1 .carousel {
    min-height: 385px;
  }
  .cid-sKqlHw6ns1 .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-sKqlHw6ns1 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sKqlHw6ns1 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sKqlHw6ns1 .carousel,
.cid-sKqlHw6ns1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sKqlHw6ns1 .item-wrapper {
  width: 100%;
}
.cid-sKqlHw6ns1 .carousel-caption {
  bottom: 40px;
}
.cid-sKqlHw6ns1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sKqlHw6ns1 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sKqlHw6ns1 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sKqlHw6ns1 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sKqlHw6ns1 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sKqlHw6ns1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sKqlHw6ns1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sKqlHw6ns1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sKqlHw6ns1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sKqlHw6ns1 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sKqlHw6ns1 .carousel-indicators li.active,
.cid-sKqlHw6ns1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sKqlHw6ns1 .carousel-indicators li::after,
.cid-sKqlHw6ns1 .carousel-indicators li::before {
  content: none;
}
.cid-sKqlHw6ns1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sKqlHw6ns1 .carousel-indicators {
    display: none !important;
  }
}
.cid-sKqlHwxV1R {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sKqlHwxV1R .mbr-section-title {
  color: #f8ac2e;
}
.cid-sKqlHwMkHc {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-sKqlHwMkHc .carousel {
    min-height: 500px;
  }
  .cid-sKqlHwMkHc .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sKqlHwMkHc .carousel {
    min-height: 325px;
  }
  .cid-sKqlHwMkHc .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sKqlHwMkHc .carousel {
    min-height: 275px;
  }
  .cid-sKqlHwMkHc .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-sKqlHwMkHc .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sKqlHwMkHc .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sKqlHwMkHc .carousel,
.cid-sKqlHwMkHc .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sKqlHwMkHc .item-wrapper {
  width: 100%;
}
.cid-sKqlHwMkHc .carousel-caption {
  bottom: 40px;
}
.cid-sKqlHwMkHc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sKqlHwMkHc .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sKqlHwMkHc .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sKqlHwMkHc .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sKqlHwMkHc .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sKqlHwMkHc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sKqlHwMkHc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sKqlHwMkHc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sKqlHwMkHc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sKqlHwMkHc .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sKqlHwMkHc .carousel-indicators li.active,
.cid-sKqlHwMkHc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sKqlHwMkHc .carousel-indicators li::after,
.cid-sKqlHwMkHc .carousel-indicators li::before {
  content: none;
}
.cid-sKqlHwMkHc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sKqlHwMkHc .carousel-indicators {
    display: none !important;
  }
}
.cid-sKqlHx8kjx {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #404040;
}
.cid-sKqlHx8kjx .mbr-section-title {
  color: #ffffff;
}
.cid-sKqlHxmVbw {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #404040;
}
@media (min-width: 992px) {
  .cid-sKqlHxmVbw .carousel {
    min-height: 600px;
  }
  .cid-sKqlHxmVbw .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sKqlHxmVbw .carousel {
    min-height: 390px;
  }
  .cid-sKqlHxmVbw .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sKqlHxmVbw .carousel {
    min-height: 330px;
  }
  .cid-sKqlHxmVbw .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-sKqlHxmVbw .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sKqlHxmVbw .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sKqlHxmVbw .carousel,
.cid-sKqlHxmVbw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sKqlHxmVbw .item-wrapper {
  width: 100%;
}
.cid-sKqlHxmVbw .carousel-caption {
  bottom: 40px;
}
.cid-sKqlHxmVbw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sKqlHxmVbw .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sKqlHxmVbw .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sKqlHxmVbw .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sKqlHxmVbw .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sKqlHxmVbw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sKqlHxmVbw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sKqlHxmVbw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sKqlHxmVbw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sKqlHxmVbw .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sKqlHxmVbw .carousel-indicators li.active,
.cid-sKqlHxmVbw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sKqlHxmVbw .carousel-indicators li::after,
.cid-sKqlHxmVbw .carousel-indicators li::before {
  content: none;
}
.cid-sKqlHxmVbw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sKqlHxmVbw .carousel-indicators {
    display: none !important;
  }
}
.cid-sKqlHxJ7t3 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sKqlHxJ7t3 .mbr-section-title {
  color: #f8ac2e;
}
.cid-sKqlHxXCsu {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-sKqlHxXCsu .carousel {
    min-height: 600px;
  }
  .cid-sKqlHxXCsu .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sKqlHxXCsu .carousel {
    min-height: 390px;
  }
  .cid-sKqlHxXCsu .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sKqlHxXCsu .carousel {
    min-height: 330px;
  }
  .cid-sKqlHxXCsu .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-sKqlHxXCsu .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sKqlHxXCsu .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sKqlHxXCsu .carousel,
.cid-sKqlHxXCsu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sKqlHxXCsu .item-wrapper {
  width: 100%;
}
.cid-sKqlHxXCsu .carousel-caption {
  bottom: 40px;
}
.cid-sKqlHxXCsu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sKqlHxXCsu .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sKqlHxXCsu .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sKqlHxXCsu .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sKqlHxXCsu .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sKqlHxXCsu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sKqlHxXCsu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sKqlHxXCsu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sKqlHxXCsu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sKqlHxXCsu .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sKqlHxXCsu .carousel-indicators li.active,
.cid-sKqlHxXCsu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sKqlHxXCsu .carousel-indicators li::after,
.cid-sKqlHxXCsu .carousel-indicators li::before {
  content: none;
}
.cid-sKqlHxXCsu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sKqlHxXCsu .carousel-indicators {
    display: none !important;
  }
}
.cid-sKqlHyhytg {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #404040;
}
.cid-sKqlHyhytg .mbr-section-title {
  color: #ffffff;
}
.cid-sKqlHywCpJ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #404040;
}
@media (min-width: 992px) {
  .cid-sKqlHywCpJ .carousel {
    min-height: 700px;
  }
  .cid-sKqlHywCpJ .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sKqlHywCpJ .carousel {
    min-height: 455px;
  }
  .cid-sKqlHywCpJ .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sKqlHywCpJ .carousel {
    min-height: 385px;
  }
  .cid-sKqlHywCpJ .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-sKqlHywCpJ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sKqlHywCpJ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sKqlHywCpJ .carousel,
.cid-sKqlHywCpJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sKqlHywCpJ .item-wrapper {
  width: 100%;
}
.cid-sKqlHywCpJ .carousel-caption {
  bottom: 40px;
}
.cid-sKqlHywCpJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sKqlHywCpJ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sKqlHywCpJ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sKqlHywCpJ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sKqlHywCpJ .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sKqlHywCpJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sKqlHywCpJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sKqlHywCpJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sKqlHywCpJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sKqlHywCpJ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sKqlHywCpJ .carousel-indicators li.active,
.cid-sKqlHywCpJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sKqlHywCpJ .carousel-indicators li::after,
.cid-sKqlHywCpJ .carousel-indicators li::before {
  content: none;
}
.cid-sKqlHywCpJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sKqlHywCpJ .carousel-indicators {
    display: none !important;
  }
}
.cid-sKqlHyTwPb {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sKqlHyTwPb .mbr-section-title {
  color: #f8ac2e;
}
.cid-sKqlHz8wdU {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-sKqlHz8wdU .carousel {
    min-height: 700px;
  }
  .cid-sKqlHz8wdU .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sKqlHz8wdU .carousel {
    min-height: 455px;
  }
  .cid-sKqlHz8wdU .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sKqlHz8wdU .carousel {
    min-height: 385px;
  }
  .cid-sKqlHz8wdU .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-sKqlHz8wdU .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sKqlHz8wdU .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sKqlHz8wdU .carousel,
.cid-sKqlHz8wdU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sKqlHz8wdU .item-wrapper {
  width: 100%;
}
.cid-sKqlHz8wdU .carousel-caption {
  bottom: 40px;
}
.cid-sKqlHz8wdU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sKqlHz8wdU .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sKqlHz8wdU .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sKqlHz8wdU .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sKqlHz8wdU .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sKqlHz8wdU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sKqlHz8wdU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sKqlHz8wdU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sKqlHz8wdU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sKqlHz8wdU .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sKqlHz8wdU .carousel-indicators li.active,
.cid-sKqlHz8wdU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sKqlHz8wdU .carousel-indicators li::after,
.cid-sKqlHz8wdU .carousel-indicators li::before {
  content: none;
}
.cid-sKqlHz8wdU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sKqlHz8wdU .carousel-indicators {
    display: none !important;
  }
}
.cid-sKqlHzuwsP {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #404040;
}
.cid-sKqlHzuwsP .mbr-section-title {
  color: #ffffff;
}
.cid-sKqlHzJH96 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #404040;
}
@media (min-width: 992px) {
  .cid-sKqlHzJH96 .carousel {
    min-height: 600px;
  }
  .cid-sKqlHzJH96 .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sKqlHzJH96 .carousel {
    min-height: 390px;
  }
  .cid-sKqlHzJH96 .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sKqlHzJH96 .carousel {
    min-height: 330px;
  }
  .cid-sKqlHzJH96 .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-sKqlHzJH96 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sKqlHzJH96 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sKqlHzJH96 .carousel,
.cid-sKqlHzJH96 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sKqlHzJH96 .item-wrapper {
  width: 100%;
}
.cid-sKqlHzJH96 .carousel-caption {
  bottom: 40px;
}
.cid-sKqlHzJH96 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sKqlHzJH96 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sKqlHzJH96 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sKqlHzJH96 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sKqlHzJH96 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sKqlHzJH96 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sKqlHzJH96 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sKqlHzJH96 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sKqlHzJH96 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sKqlHzJH96 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sKqlHzJH96 .carousel-indicators li.active,
.cid-sKqlHzJH96 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sKqlHzJH96 .carousel-indicators li::after,
.cid-sKqlHzJH96 .carousel-indicators li::before {
  content: none;
}
.cid-sKqlHzJH96 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sKqlHzJH96 .carousel-indicators {
    display: none !important;
  }
}
.cid-sKqlHA8ROk {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sKqlHA8ROk .mbr-section-title {
  color: #f8ac2e;
}
.cid-sKqlHApncA {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-sKqlHApncA .carousel {
    min-height: 500px;
  }
  .cid-sKqlHApncA .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sKqlHApncA .carousel {
    min-height: 325px;
  }
  .cid-sKqlHApncA .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sKqlHApncA .carousel {
    min-height: 275px;
  }
  .cid-sKqlHApncA .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-sKqlHApncA .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sKqlHApncA .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sKqlHApncA .carousel,
.cid-sKqlHApncA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sKqlHApncA .item-wrapper {
  width: 100%;
}
.cid-sKqlHApncA .carousel-caption {
  bottom: 40px;
}
.cid-sKqlHApncA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sKqlHApncA .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sKqlHApncA .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sKqlHApncA .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sKqlHApncA .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sKqlHApncA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sKqlHApncA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sKqlHApncA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sKqlHApncA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sKqlHApncA .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sKqlHApncA .carousel-indicators li.active,
.cid-sKqlHApncA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sKqlHApncA .carousel-indicators li::after,
.cid-sKqlHApncA .carousel-indicators li::before {
  content: none;
}
.cid-sKqlHApncA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sKqlHApncA .carousel-indicators {
    display: none !important;
  }
}
.cid-sKqlHAJami {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #393939;
}
.cid-sKqlHAJami .mbr-section-title {
  color: #ffffff;
}
.cid-sKqlHAYfCO {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #393939;
}
@media (min-width: 992px) {
  .cid-sKqlHAYfCO .carousel {
    min-height: 600px;
  }
  .cid-sKqlHAYfCO .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sKqlHAYfCO .carousel {
    min-height: 390px;
  }
  .cid-sKqlHAYfCO .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sKqlHAYfCO .carousel {
    min-height: 330px;
  }
  .cid-sKqlHAYfCO .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-sKqlHAYfCO .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sKqlHAYfCO .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sKqlHAYfCO .carousel,
.cid-sKqlHAYfCO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sKqlHAYfCO .item-wrapper {
  width: 100%;
}
.cid-sKqlHAYfCO .carousel-caption {
  bottom: 40px;
}
.cid-sKqlHAYfCO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sKqlHAYfCO .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sKqlHAYfCO .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sKqlHAYfCO .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sKqlHAYfCO .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sKqlHAYfCO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sKqlHAYfCO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sKqlHAYfCO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sKqlHAYfCO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sKqlHAYfCO .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sKqlHAYfCO .carousel-indicators li.active,
.cid-sKqlHAYfCO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sKqlHAYfCO .carousel-indicators li::after,
.cid-sKqlHAYfCO .carousel-indicators li::before {
  content: none;
}
.cid-sKqlHAYfCO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sKqlHAYfCO .carousel-indicators {
    display: none !important;
  }
}
.cid-sKqlHBFYD1 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #393939;
}
.cid-sKqlHBFYD1 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sKqlHBFYD1 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sKqlHBFYD1 .row {
    text-align: center;
  }
  .cid-sKqlHBFYD1 .row > div {
    margin: auto;
  }
  .cid-sKqlHBFYD1 .social-row {
    justify-content: center;
  }
}
.cid-sKqlHBFYD1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sKqlHBFYD1 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sKqlHBFYD1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sKqlHBFYD1 .list {
    margin-bottom: 0rem;
  }
}
.cid-sKqlHBFYD1 .mbr-text {
  color: #fafafa;
}
.cid-sKqlHBFYD1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sKqlHBFYD1 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sKqlHBFYD1 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sKqlHBFYD1 H5 {
  color: #f8ac2e;
}
.cid-sKqlHBFYD1 .mbr-section-subtitle {
  color: #f8ac2e;
}
.cid-sKqqm0znfy {
  z-index: 1000;
  width: 100%;
}
.cid-sKqqm0znfy nav.navbar {
  position: fixed;
}
.cid-sKqqm0znfy .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-sKqqm0znfy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sKqqm0znfy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sKqqm0znfy .dropdown-item:hover,
.cid-sKqqm0znfy .dropdown-item:focus {
  background: #229bd5 !important;
  color: white !important;
}
.cid-sKqqm0znfy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sKqqm0znfy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sKqqm0znfy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sKqqm0znfy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sKqqm0znfy .nav-link {
  position: relative;
}
.cid-sKqqm0znfy .container {
  display: flex;
  margin: auto;
}
.cid-sKqqm0znfy .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sKqqm0znfy .dropdown-menu,
.cid-sKqqm0znfy .navbar.opened {
  background: #393939 !important;
}
.cid-sKqqm0znfy .nav-item:focus,
.cid-sKqqm0znfy .nav-link:focus {
  outline: none;
}
.cid-sKqqm0znfy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sKqqm0znfy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKqqm0znfy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sKqqm0znfy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sKqqm0znfy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sKqqm0znfy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sKqqm0znfy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(57, 57, 57, 0);
}
.cid-sKqqm0znfy .navbar.opened {
  transition: all 0.3s;
}
.cid-sKqqm0znfy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sKqqm0znfy .navbar .navbar-logo img {
  width: auto;
}
.cid-sKqqm0znfy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sKqqm0znfy .navbar.collapsed {
  justify-content: center;
}
.cid-sKqqm0znfy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sKqqm0znfy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sKqqm0znfy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sKqqm0znfy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sKqqm0znfy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sKqqm0znfy .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-sKqqm0znfy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sKqqm0znfy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sKqqm0znfy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sKqqm0znfy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sKqqm0znfy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sKqqm0znfy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sKqqm0znfy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sKqqm0znfy .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-sKqqm0znfy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sKqqm0znfy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sKqqm0znfy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sKqqm0znfy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sKqqm0znfy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sKqqm0znfy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sKqqm0znfy .navbar.navbar-short {
  min-height: 60px;
}
.cid-sKqqm0znfy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sKqqm0znfy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sKqqm0znfy .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-sKqqm0znfy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sKqqm0znfy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sKqqm0znfy .dropdown-item.active,
.cid-sKqqm0znfy .dropdown-item:active {
  background-color: transparent;
}
.cid-sKqqm0znfy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sKqqm0znfy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sKqqm0znfy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sKqqm0znfy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #393939;
}
.cid-sKqqm0znfy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sKqqm0znfy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sKqqm0znfy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sKqqm0znfy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sKqqm0znfy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sKqqm0znfy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sKqqm0znfy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sKqqm0znfy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sKqqm0znfy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sKqqm0znfy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sKqqm0znfy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sKqqm0znfy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sKqqm0znfy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sKqqm0znfy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sKqqm0znfy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sKqqm0znfy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sKqqm0znfy .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-sKqqm0znfy .navbar {
    height: 70px;
  }
  .cid-sKqqm0znfy .navbar.opened {
    height: auto;
  }
  .cid-sKqqm0znfy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sKqkxiA3LK {
  background-image: url("../../../assets/images/istock-1255683032-gris-1-2000x1125.png");
}
.cid-sKqkxiA3LK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sKqkxiA3LK .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sKqkxiA3LK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sKqkxiA3LK .mbr-text,
.cid-sKqkxiA3LK .mbr-section-btn {
  color: #fafafa;
}
.cid-sKqkxiA3LK .mbr-section-title {
  color: #ffffff;
}
.cid-sKqkxiV9QZ {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sKqkxiV9QZ .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-sKqkxiV9QZ .currentcost {
  color: #232323;
}
.cid-sKqkxiV9QZ .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-sKqkxiV9QZ .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sKqkxiV9QZ .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sKqkxiV9QZ .text-box {
    padding: 1rem;
  }
}
.cid-sKqkxiV9QZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sKqkxiV9QZ H5 {
  color: #f8ac2e;
  text-align: center;
}
.cid-sKqkxiV9QZ .mbr-text,
.cid-sKqkxiV9QZ .cost,
.cid-sKqkxiV9QZ .mbr-section-btn {
  color: #353535;
  text-align: center;
}
.cid-sKqkxjgO5h {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f8ac2e;
}
.cid-sKqkxjgO5h .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-sKqkxjgO5h .btn {
  margin: 0 0 .5rem 0;
}
.cid-sKqkxjgO5h H2 {
  color: #0033a1;
}
.cid-sKqkxjtQlg {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sKqkxjtQlg .mbr-section-title {
  color: #393939;
}
.cid-sKqkxk1mBm {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-sKqkxk1mBm .carousel {
    min-height: 600px;
  }
  .cid-sKqkxk1mBm .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sKqkxk1mBm .carousel {
    min-height: 390px;
  }
  .cid-sKqkxk1mBm .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sKqkxk1mBm .carousel {
    min-height: 330px;
  }
  .cid-sKqkxk1mBm .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-sKqkxk1mBm .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sKqkxk1mBm .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sKqkxk1mBm .carousel,
.cid-sKqkxk1mBm .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sKqkxk1mBm .item-wrapper {
  width: 100%;
}
.cid-sKqkxk1mBm .carousel-caption {
  bottom: 40px;
}
.cid-sKqkxk1mBm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sKqkxk1mBm .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sKqkxk1mBm .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sKqkxk1mBm .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sKqkxk1mBm .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sKqkxk1mBm .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sKqkxk1mBm .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sKqkxk1mBm .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sKqkxk1mBm .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sKqkxk1mBm .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sKqkxk1mBm .carousel-indicators li.active,
.cid-sKqkxk1mBm .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sKqkxk1mBm .carousel-indicators li::after,
.cid-sKqkxk1mBm .carousel-indicators li::before {
  content: none;
}
.cid-sKqkxk1mBm .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sKqkxk1mBm .carousel-indicators {
    display: none !important;
  }
}
.cid-sKqkxk1mBm H5 {
  color: #fafafa;
}
.cid-sKqkxkkpUo {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sLuHQmpm8f {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sLuHQmpm8f .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sLuHQmpm8f .row {
    flex-direction: column-reverse;
  }
  .cid-sLuHQmpm8f .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sLuHQmpm8f .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sLuHQmpm8f .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sLuHQmpm8f .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sLuHQmpm8f .card-title {
  text-align: center;
  color: #393939;
}
.cid-sKqkxkuvgr {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #393939;
}
.cid-sKqkxkuvgr .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sKqkxkuvgr .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sKqkxkuvgr .row {
    text-align: center;
  }
  .cid-sKqkxkuvgr .row > div {
    margin: auto;
  }
  .cid-sKqkxkuvgr .social-row {
    justify-content: center;
  }
}
.cid-sKqkxkuvgr .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sKqkxkuvgr .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sKqkxkuvgr .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sKqkxkuvgr .list {
    margin-bottom: 0rem;
  }
}
.cid-sKqkxkuvgr .mbr-text {
  color: #fafafa;
}
.cid-sKqkxkuvgr .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sKqkxkuvgr .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sKqkxkuvgr div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sKqkxkuvgr H5 {
  color: #f8ac2e;
}
.cid-sKqkxkuvgr .mbr-section-subtitle {
  color: #f8ac2e;
}
.cid-sBhYMVcljQ {
  z-index: 1000;
  width: 100%;
}
.cid-sBhYMVcljQ nav.navbar {
  position: fixed;
}
.cid-sBhYMVcljQ .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-sBhYMVcljQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sBhYMVcljQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sBhYMVcljQ .dropdown-item:hover,
.cid-sBhYMVcljQ .dropdown-item:focus {
  background: #229bd5 !important;
  color: white !important;
}
.cid-sBhYMVcljQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sBhYMVcljQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sBhYMVcljQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sBhYMVcljQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sBhYMVcljQ .nav-link {
  position: relative;
}
.cid-sBhYMVcljQ .container {
  display: flex;
  margin: auto;
}
.cid-sBhYMVcljQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sBhYMVcljQ .dropdown-menu,
.cid-sBhYMVcljQ .navbar.opened {
  background: #393939 !important;
}
.cid-sBhYMVcljQ .nav-item:focus,
.cid-sBhYMVcljQ .nav-link:focus {
  outline: none;
}
.cid-sBhYMVcljQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sBhYMVcljQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBhYMVcljQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sBhYMVcljQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBhYMVcljQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBhYMVcljQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBhYMVcljQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(57, 57, 57, 0.1);
}
.cid-sBhYMVcljQ .navbar.opened {
  transition: all 0.3s;
}
.cid-sBhYMVcljQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sBhYMVcljQ .navbar .navbar-logo img {
  width: auto;
}
.cid-sBhYMVcljQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sBhYMVcljQ .navbar.collapsed {
  justify-content: center;
}
.cid-sBhYMVcljQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBhYMVcljQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBhYMVcljQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sBhYMVcljQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBhYMVcljQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sBhYMVcljQ .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-sBhYMVcljQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sBhYMVcljQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sBhYMVcljQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sBhYMVcljQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBhYMVcljQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBhYMVcljQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBhYMVcljQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sBhYMVcljQ .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-sBhYMVcljQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sBhYMVcljQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sBhYMVcljQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sBhYMVcljQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sBhYMVcljQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sBhYMVcljQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sBhYMVcljQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sBhYMVcljQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sBhYMVcljQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sBhYMVcljQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBhYMVcljQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sBhYMVcljQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBhYMVcljQ .dropdown-item.active,
.cid-sBhYMVcljQ .dropdown-item:active {
  background-color: transparent;
}
.cid-sBhYMVcljQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sBhYMVcljQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBhYMVcljQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sBhYMVcljQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #393939;
}
.cid-sBhYMVcljQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sBhYMVcljQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBhYMVcljQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBhYMVcljQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sBhYMVcljQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBhYMVcljQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #393939;
}
.cid-sBhYMVcljQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBhYMVcljQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBhYMVcljQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBhYMVcljQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBhYMVcljQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBhYMVcljQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBhYMVcljQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBhYMVcljQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBhYMVcljQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sBhYMVcljQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBhYMVcljQ .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-sBhYMVcljQ .navbar {
    height: 70px;
  }
  .cid-sBhYMVcljQ .navbar.opened {
    height: auto;
  }
  .cid-sBhYMVcljQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBi26MLB90 {
  background-image: url("../../../assets/images/istock-1255683032-gris-1-2000x1125.png");
}
.cid-sBi26MLB90 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sBi26MLB90 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sBi26MLB90 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sBi26MLB90 .mbr-text,
.cid-sBi26MLB90 .mbr-section-btn {
  color: #fafafa;
}
.cid-sBi26MLB90 .mbr-section-title {
  color: #ffffff;
}
.cid-sBSshbatib {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sBSshbatib .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-sBSshbatib .currentcost {
  color: #232323;
}
.cid-sBSshbatib .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-sBSshbatib .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBSshbatib .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sBSshbatib .text-box {
    padding: 1rem;
  }
}
.cid-sBSshbatib .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBSshbatib H5 {
  color: #f8ac2e;
  text-align: center;
}
.cid-sBSshbatib .mbr-text,
.cid-sBSshbatib .cost,
.cid-sBSshbatib .mbr-section-btn {
  color: #353535;
  text-align: center;
}
.cid-sBSrkrJCNy {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f8ac2e;
}
.cid-sBSrkrJCNy .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-sBSrkrJCNy .btn {
  margin: 0 0 .5rem 0;
}
.cid-sBSrkrJCNy H2 {
  color: #0033a1;
}
.cid-sKqgg45Oms {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sKqgg45Oms .mbr-section-title {
  color: #393939;
}
.cid-sKqgdulL74 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-sKqgdulL74 .carousel {
    min-height: 600px;
  }
  .cid-sKqgdulL74 .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sKqgdulL74 .carousel {
    min-height: 390px;
  }
  .cid-sKqgdulL74 .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sKqgdulL74 .carousel {
    min-height: 330px;
  }
  .cid-sKqgdulL74 .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-sKqgdulL74 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sKqgdulL74 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sKqgdulL74 .carousel,
.cid-sKqgdulL74 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sKqgdulL74 .item-wrapper {
  width: 100%;
}
.cid-sKqgdulL74 .carousel-caption {
  bottom: 40px;
}
.cid-sKqgdulL74 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sKqgdulL74 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sKqgdulL74 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sKqgdulL74 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sKqgdulL74 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sKqgdulL74 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sKqgdulL74 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sKqgdulL74 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sKqgdulL74 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sKqgdulL74 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sKqgdulL74 .carousel-indicators li.active,
.cid-sKqgdulL74 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sKqgdulL74 .carousel-indicators li::after,
.cid-sKqgdulL74 .carousel-indicators li::before {
  content: none;
}
.cid-sKqgdulL74 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sKqgdulL74 .carousel-indicators {
    display: none !important;
  }
}
.cid-sKqgdulL74 H5 {
  color: #fafafa;
}
.cid-sIeREEyUpz {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sLusPNRP27 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sLusPNRP27 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sLusPNRP27 .row {
    flex-direction: column-reverse;
  }
  .cid-sLusPNRP27 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sLusPNRP27 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sLusPNRP27 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sLusPNRP27 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sLusPNRP27 .card-title {
  text-align: center;
  color: #393939;
}
.cid-sBEW5DfUV5 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #393939;
}
.cid-sBEW5DfUV5 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sBEW5DfUV5 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sBEW5DfUV5 .row {
    text-align: center;
  }
  .cid-sBEW5DfUV5 .row > div {
    margin: auto;
  }
  .cid-sBEW5DfUV5 .social-row {
    justify-content: center;
  }
}
.cid-sBEW5DfUV5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sBEW5DfUV5 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sBEW5DfUV5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sBEW5DfUV5 .list {
    margin-bottom: 0rem;
  }
}
.cid-sBEW5DfUV5 .mbr-text {
  color: #fafafa;
}
.cid-sBEW5DfUV5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sBEW5DfUV5 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sBEW5DfUV5 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sBEW5DfUV5 H5 {
  color: #f8ac2e;
}
.cid-sBEW5DfUV5 .mbr-section-subtitle {
  color: #f8ac2e;
}
