body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 3.5rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 2.5rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 0.95rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.52rem;
}
.display-5 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.76rem;
    font-size: calc( 0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #111d3d !important;
}
.bg-success {
  background-color: #2697cd !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #111d3d !important;
  border-color: #111d3d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000101 !important;
  border-color: #000101 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000101 !important;
  border-color: #000101 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0c5181 !important;
  border-color: #0c5181 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #05253b !important;
  border-color: #05253b !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #05253b !important;
  border-color: #05253b !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success,
.btn-success:active {
  background-color: #2697cd !important;
  border-color: #2697cd !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #1a678c !important;
  border-color: #1a678c !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1a678c !important;
  border-color: #1a678c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #111d3d;
  border-color: #111d3d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #111d3d !important;
  border-color: #111d3d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #031624;
  color: #031624;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #0c5181;
  border-color: #0c5181;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0c5181 !important;
  border-color: #0c5181 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.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: none;
  border-color: #165877;
  color: #165877;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #2697cd;
  border-color: #2697cd;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2697cd !important;
  border-color: #2697cd !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #111d3d !important;
}
.text-secondary {
  color: #0c5181 !important;
}
.text-success {
  color: #2697cd !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #031624 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #165877 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #111d3d;
  border-color: #111d3d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #111d3d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6180d3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cae7f5;
}
.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: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #111d3d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #111d3d;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #111d3d;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #111d3d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #111d3d;
  border-bottom-color: #111d3d;
}
.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: #111d3d !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: #0c5181 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23111d3d' %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.3;
}
.cid-rrqgZGHgic .navbar {
  background: #111d3d;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rrqgZGHgic .navbar-dropdown.bg-color.transparent.opened {
  background: #111d3d;
}
.cid-rrqgZGHgic a {
  font-style: normal;
}
.cid-rrqgZGHgic .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rrqgZGHgic .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rrqgZGHgic .nav-item:focus,
.cid-rrqgZGHgic .nav-link:focus {
  outline: none;
}
.cid-rrqgZGHgic .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rrqgZGHgic .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rrqgZGHgic .menu-logo {
  margin-right: auto;
}
.cid-rrqgZGHgic .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rrqgZGHgic .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rrqgZGHgic .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rrqgZGHgic .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rrqgZGHgic .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rrqgZGHgic .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rrqgZGHgic .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rrqgZGHgic .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rrqgZGHgic .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rrqgZGHgic .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rrqgZGHgic .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rrqgZGHgic .dropdown .dropdown-menu {
  background: #111d3d;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rrqgZGHgic .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rrqgZGHgic .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rrqgZGHgic .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rrqgZGHgic .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rrqgZGHgic .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rrqgZGHgic .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rrqgZGHgic .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rrqgZGHgic .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rrqgZGHgic .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rrqgZGHgic .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rrqgZGHgic .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rrqgZGHgic button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rrqgZGHgic button.navbar-toggler:focus {
  outline: none;
}
.cid-rrqgZGHgic button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rrqgZGHgic button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rrqgZGHgic button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rrqgZGHgic button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rrqgZGHgic button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rrqgZGHgic nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rrqgZGHgic nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rrqgZGHgic nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rrqgZGHgic nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rrqgZGHgic .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rrqgZGHgic .collapsed .btn {
  display: -webkit-flex;
}
.cid-rrqgZGHgic .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rrqgZGHgic .collapsed .navbar-collapse.collapsing,
.cid-rrqgZGHgic .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rrqgZGHgic .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rrqgZGHgic .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rrqgZGHgic .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rrqgZGHgic .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rrqgZGHgic .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rrqgZGHgic .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rrqgZGHgic .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rrqgZGHgic .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rrqgZGHgic .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-rrqgZGHgic .collapsed button.navbar-toggler {
  display: block;
}
.cid-rrqgZGHgic .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rrqgZGHgic .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rrqgZGHgic .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rrqgZGHgic .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rrqgZGHgic .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rrqgZGHgic .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rrqgZGHgic.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rrqgZGHgic img {
    height: 3.8rem !important;
  }
  .cid-rrqgZGHgic .btn {
    display: -webkit-flex;
  }
  .cid-rrqgZGHgic button.navbar-toggler {
    display: block;
  }
  .cid-rrqgZGHgic .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rrqgZGHgic .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rrqgZGHgic .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rrqgZGHgic .navbar-collapse.collapsing,
  .cid-rrqgZGHgic .navbar-collapse.show {
    display: block !important;
  }
  .cid-rrqgZGHgic .navbar-collapse.collapsing .navbar-nav,
  .cid-rrqgZGHgic .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rrqgZGHgic .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rrqgZGHgic .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rrqgZGHgic .navbar-collapse.collapsing .navbar-buttons,
  .cid-rrqgZGHgic .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rrqgZGHgic .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rrqgZGHgic .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rrqgZGHgic .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rrqgZGHgic .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rrqgZGHgic .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rrqgZGHgic .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rrqgZGHgic .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rrqgZGHgic .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rrqgZGHgic .nav-link:hover,
.cid-rrqgZGHgic .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-v9sqgFM189 {
  background-image: url("../../../assets/images/3fambal-paileria-industrial-3-2000x1500.jpg");
  background-position: right;
}
.cid-v9sqgFM189 .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-v9sqgFM189 .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-v9sqgFM189 .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-v9sqgFM189 img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-v9sqgFM189 .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-v9te6hFY7n {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #111d3d;
}
.cid-v9te6hFY7n .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9te6hFY7n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9te6hFY7n .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v9te6hFY7n .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v9te6hFY7n .mbr-iconfont {
  font-size: 2rem;
  color: #2697cd;
  padding-right: 1.5rem;
}
.cid-v9te6hFY7n .card-title {
  color: #ffffff;
}
.cid-v9te6hFY7n .card-text {
  color: #ffffff;
}
.cid-rrrkPmNp2N {
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #111d3d, #111d3d);
}
.cid-rrrkPmNp2N .btn {
  margin: 0 0 .5rem 0;
}
.cid-rrrkPmNp2N H2 {
  text-align: left;
}
.cid-rrrkPmNp2N H3 {
  text-align: left;
}
.cid-rruWbzdnwU {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rruWbzdnwU h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rruWbzdnwU .progress {
  width: 100%;
}
.cid-rruWbzdnwU .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-rruWbzdnwU progress {
  height: 8px;
}
.cid-rruWbzdnwU .progressbar-number {
  display: inline-block;
}
.cid-rruWbzdnwU .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rruWbzdnwU .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rruWbzdnwU .mbr-section-subtitle {
  color: #0c5181;
}
.cid-rruWbzdnwU .section-content-title {
  font-weight: 500;
  color: #111d3d;
}
.cid-rruWbzdnwU .progress_value {
  position: relative;
}
.cid-rruWbzdnwU .progress1 .progressbar-number:before,
.cid-rruWbzdnwU .progress2 .progressbar-number:before,
.cid-rruWbzdnwU .progress3 .progressbar-number:before,
.cid-rruWbzdnwU .progress4 .progressbar-number:before,
.cid-rruWbzdnwU .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-rruWbzdnwU progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rruWbzdnwU progress::-webkit-progress-value {
  background: #0c5181;
}
.cid-rruWbzdnwU progress[value]::-moz-progress-bar {
  background: #0c5181;
}
.cid-rruWbzdnwU progress::-ms-fill {
  background: #0c5181;
}
.cid-rruWbzdnwU .progress1 .progressbar-number:before {
  content: '100';
}
.cid-rruWbzdnwU .progress2 .progressbar-number:before {
  content: '100';
}
.cid-rruWbzdnwU .progress3 .progressbar-number:before {
  content: '100';
}
.cid-rruWbzdnwU .progress4 .progressbar-number:before {
  content: '70';
}
.cid-rruWbzdnwU .progress5 .progressbar-number:before {
  content: '60';
}
@media (min-width: 768px) {
  .cid-rruWbzdnwU .text-elements {
    padding-right: 3rem;
  }
  .cid-rruWbzdnwU .progress_elements {
    padding-left: 3rem;
  }
}
.cid-rruWbzdnwU .section-content-text {
  color: #0c5181;
  text-align: justify;
}
.cid-rruWbzdnwU .mbr-section-title {
  color: #111d3d;
}
.cid-rruWbzdnwU .progressbar-title p,
.cid-rruWbzdnwU .progress_value {
  color: #111d3d;
}
.cid-rrGlMke7A8 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rrGlMke7A8 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rrGlMke7A8 p {
  color: #767676;
  text-align: left;
}
.cid-rrGlMke7A8 .card-box {
  padding-top: 2rem;
}
.cid-rrGlMke7A8 .card-wrapper {
  height: 100%;
}
.cid-rrGlMke7A8 .card-title {
  text-align: center;
  color: #111d3d;
}
.cid-rrGlMke7A8 P {
  color: #0c5181;
  text-align: center;
}
.cid-rruXwXM76n {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/3fambal-queretaro.jpg");
}
.cid-t2g2TBxed8 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t2g2TBxed8 .item-subtitle a {
  font-weight: 600;
}
.cid-t2g2TBxed8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t2g2TBxed8 .item:hover img {
  transform: scale(1.05);
}
.cid-t2g2TBxed8 .item-img {
  overflow: hidden;
}
.cid-t2g2TBxed8 img,
.cid-t2g2TBxed8 .item-img {
  width: 100%;
  transition: all 1s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-t2g2TBxed8 h5 {
  margin: 0;
}
.cid-t2g2TBxed8 .item:focus,
.cid-t2g2TBxed8 span:focus {
  outline: none;
}
.cid-t2g2TBxed8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t2g2TBxed8 .item-content {
  padding-top: 2rem;
}
.cid-t2g2TBxed8 .mbr-section-title {
  color: #111d3d;
  text-align: center;
}
.cid-t2g2TBxed8 .item-title {
  color: #666666;
  text-align: center;
}
.cid-t2g2TBxed8 .item-subtitle {
  text-align: center;
  color: #111d3d;
}
.cid-t2g2TBxed8 .mbr-text,
.cid-t2g2TBxed8 .mbr-section-btn {
  text-align: center;
  color: #111d3d;
}
.cid-rrDtflu2eP {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rrDtflu2eP .carousel-control {
  background: #000;
}
.cid-rrDtflu2eP .mbr-section-subtitle {
  color: #767676;
}
.cid-rrDtflu2eP .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rrDtflu2eP .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rrDtflu2eP .carousel-item .wrap-img {
  text-align: center;
}
.cid-rrDtflu2eP .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-rrDtflu2eP .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rrDtflu2eP .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-rrDtflu2eP .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-rrDtflu2eP .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-rrDtflu2eP .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-rrDtflu2eP .cloneditem-1,
.cid-rrDtflu2eP .cloneditem-2,
.cid-rrDtflu2eP .cloneditem-3,
.cid-rrDtflu2eP .cloneditem-4,
.cid-rrDtflu2eP .cloneditem-5 {
  display: none;
}
.cid-rrDtflu2eP .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rrDtflu2eP .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-rrDtflu2eP .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-rrDtflu2eP .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-rrDtflu2eP .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-rrDtflu2eP .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-rrDtflu2eP .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-rrDtflu2eP .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rrDtflu2eP .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rrDtflu2eP .carousel-inner.slides2 .cloneditem-1,
  .cid-rrDtflu2eP .carousel-inner.slides2 .cloneditem-2,
  .cid-rrDtflu2eP .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-rrDtflu2eP .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-rrDtflu2eP .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-rrDtflu2eP .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-rrDtflu2eP .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-rrDtflu2eP .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-rrDtflu2eP .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rrDtflu2eP .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rrDtflu2eP .carousel-inner.slides3 .cloneditem-1,
  .cid-rrDtflu2eP .carousel-inner.slides3 .cloneditem-2,
  .cid-rrDtflu2eP .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-rrDtflu2eP .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-rrDtflu2eP .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-rrDtflu2eP .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-rrDtflu2eP .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-rrDtflu2eP .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-rrDtflu2eP .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rrDtflu2eP .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rrDtflu2eP .carousel-inner.slides4 .cloneditem-1,
  .cid-rrDtflu2eP .carousel-inner.slides4 .cloneditem-2,
  .cid-rrDtflu2eP .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-rrDtflu2eP .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-rrDtflu2eP .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-rrDtflu2eP .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-rrDtflu2eP .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-rrDtflu2eP .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-rrDtflu2eP .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rrDtflu2eP .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rrDtflu2eP .carousel-inner.slides5 .cloneditem-1,
  .cid-rrDtflu2eP .carousel-inner.slides5 .cloneditem-2,
  .cid-rrDtflu2eP .carousel-inner.slides5 .cloneditem-3,
  .cid-rrDtflu2eP .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-rrDtflu2eP .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-rrDtflu2eP .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-rrDtflu2eP .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-rrDtflu2eP .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-rrDtflu2eP .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-rrDtflu2eP .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rrDtflu2eP .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rrDtflu2eP .carousel-inner.slides6 .cloneditem-1,
  .cid-rrDtflu2eP .carousel-inner.slides6 .cloneditem-2,
  .cid-rrDtflu2eP .carousel-inner.slides6 .cloneditem-3,
  .cid-rrDtflu2eP .carousel-inner.slides6 .cloneditem-4,
  .cid-rrDtflu2eP .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-rrDtflu2eP H2 {
  color: #111d3d;
}
.cid-veVrRwZ99L {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-veVrRwZ99L .row {
  border-top: 1px solid #111d3d;
  padding-top: 2rem;
}
.cid-veVrRwZ99L .mbr-text {
  line-height: 1.5;
  color: #0c5181;
}
.cid-veVrRwZ99L .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-veVrRwZ99L .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-veVrRwZ99L .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-veVrRwZ99L .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-veVrRwZ99L .container2 input:checked ~ .checkmark {
  background-color: #111d3d;
}
.cid-veVrRwZ99L .checkmark:after {
  content: '';
  position: absolute;
  display: none;
}
.cid-veVrRwZ99L .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-veVrRwZ99L .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-veVrRwZ99L .mbr-section-title {
  text-align: center;
  color: #111d3d;
}
.cid-veVrRwZ99L .mbr-fallback-image.disabled {
  display: none;
}
.cid-veVrRwZ99L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rrDARFAqFh {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #111d3d;
}
.cid-rrDARFAqFh .title {
  padding-bottom: 2.5rem;
}
.cid-rrDARFAqFh .mbr-text {
  color: #ffffff;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-rrDARFAqFh .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
}
.cid-rrDARFAqFh .iconfont-wrapper .amp-iconfont {
  font-size: 2rem;
}
.cid-rrDARFAqFh .wrapper {
  display: flex;
  padding: 1rem 0;
}
.cid-rrDARFAqFh .wrapper .b-info {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-rrDARFAqFh .iconfont-wrapper {
    display: none;
  }
}
.cid-rrDARFAqFh H2 {
  text-align: center;
  color: #ffffff;
}
.cid-rrDARFAqFh H5 {
  text-align: left;
  color: #ffffff;
}
.cid-rrDDgQsrDd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #111d3d;
}
.cid-rrqgZGHgic .navbar {
  background: #111d3d;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rrqgZGHgic .navbar-dropdown.bg-color.transparent.opened {
  background: #111d3d;
}
.cid-rrqgZGHgic a {
  font-style: normal;
}
.cid-rrqgZGHgic .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rrqgZGHgic .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rrqgZGHgic .nav-item:focus,
.cid-rrqgZGHgic .nav-link:focus {
  outline: none;
}
.cid-rrqgZGHgic .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rrqgZGHgic .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rrqgZGHgic .menu-logo {
  margin-right: auto;
}
.cid-rrqgZGHgic .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rrqgZGHgic .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rrqgZGHgic .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rrqgZGHgic .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rrqgZGHgic .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rrqgZGHgic .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rrqgZGHgic .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rrqgZGHgic .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rrqgZGHgic .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rrqgZGHgic .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rrqgZGHgic .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rrqgZGHgic .dropdown .dropdown-menu {
  background: #111d3d;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rrqgZGHgic .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rrqgZGHgic .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rrqgZGHgic .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rrqgZGHgic .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rrqgZGHgic .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rrqgZGHgic .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rrqgZGHgic .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rrqgZGHgic .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rrqgZGHgic .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rrqgZGHgic .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rrqgZGHgic .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rrqgZGHgic button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rrqgZGHgic button.navbar-toggler:focus {
  outline: none;
}
.cid-rrqgZGHgic button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rrqgZGHgic button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rrqgZGHgic button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rrqgZGHgic button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rrqgZGHgic button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rrqgZGHgic nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rrqgZGHgic nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rrqgZGHgic nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rrqgZGHgic nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rrqgZGHgic .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rrqgZGHgic .collapsed .btn {
  display: -webkit-flex;
}
.cid-rrqgZGHgic .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rrqgZGHgic .collapsed .navbar-collapse.collapsing,
.cid-rrqgZGHgic .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rrqgZGHgic .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rrqgZGHgic .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rrqgZGHgic .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rrqgZGHgic .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rrqgZGHgic .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rrqgZGHgic .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rrqgZGHgic .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rrqgZGHgic .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rrqgZGHgic .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-rrqgZGHgic .collapsed button.navbar-toggler {
  display: block;
}
.cid-rrqgZGHgic .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rrqgZGHgic .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rrqgZGHgic .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rrqgZGHgic .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rrqgZGHgic .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rrqgZGHgic .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rrqgZGHgic.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rrqgZGHgic img {
    height: 3.8rem !important;
  }
  .cid-rrqgZGHgic .btn {
    display: -webkit-flex;
  }
  .cid-rrqgZGHgic button.navbar-toggler {
    display: block;
  }
  .cid-rrqgZGHgic .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rrqgZGHgic .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rrqgZGHgic .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rrqgZGHgic .navbar-collapse.collapsing,
  .cid-rrqgZGHgic .navbar-collapse.show {
    display: block !important;
  }
  .cid-rrqgZGHgic .navbar-collapse.collapsing .navbar-nav,
  .cid-rrqgZGHgic .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rrqgZGHgic .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rrqgZGHgic .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rrqgZGHgic .navbar-collapse.collapsing .navbar-buttons,
  .cid-rrqgZGHgic .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rrqgZGHgic .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rrqgZGHgic .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rrqgZGHgic .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rrqgZGHgic .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rrqgZGHgic .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rrqgZGHgic .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rrqgZGHgic .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rrqgZGHgic .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rrqgZGHgic .nav-link:hover,
.cid-rrqgZGHgic .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-t2fvEHoaRc {
  background-image: url("../../../assets/images/paileria-de-acero-inoxidable-queretaro.jpg");
}
.cid-v9yYlPNXwo {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #111d3d;
}
.cid-v9yYlPNXwo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9yYlPNXwo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9yYlPNXwo .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-v9yYlPNXwo .icon-box {
  background: #ffffff;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v9yYlPNXwo .mbr-iconfont {
  font-size: 2rem;
  color: #808080;
}
@media (max-width: 991px) {
  .cid-v9yYlPNXwo .card {
    margin-bottom: 2rem;
  }
  .cid-v9yYlPNXwo .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-v9yYlPNXwo .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v9yYlPNXwo .card-title,
.cid-v9yYlPNXwo .card-box {
  color: #ffffff;
}
.cid-v9yYlPNXwo .mbr-text,
.cid-v9yYlPNXwo .mbr-section-btn {
  text-align: justify;
}
.cid-v9yYlPNXwo .icon-title {
  color: #ffffff;
}
.cid-v9yYlPNXwo .icon-text {
  color: #ffffff;
}
.cid-v9z4sk4ZIY {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9z4sk4ZIY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9z4sk4ZIY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9z4sk4ZIY .mbr-section-title {
  color: #111d3d;
}
.cid-v9z4sk4ZIY .mbr-text,
.cid-v9z4sk4ZIY .link {
  text-align: justify;
  color: #111d3d;
}
.cid-urYNR6dxZ8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urYNR6dxZ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urYNR6dxZ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urYNR6dxZ8 .item {
  padding-bottom: 2rem;
}
.cid-urYNR6dxZ8 .item-wrapper {
  position: relative;
}
.cid-urYNR6dxZ8 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-urYNR6dxZ8 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-urYNR6dxZ8 .carousel-control,
.cid-urYNR6dxZ8 .close {
  background: #1b1b1b;
}
.cid-urYNR6dxZ8 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-urYNR6dxZ8 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-urYNR6dxZ8 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-urYNR6dxZ8 .carousel-control-next span {
  margin-left: 5px;
}
.cid-urYNR6dxZ8 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-urYNR6dxZ8 .close::before {
  content: '\e91a';
}
.cid-urYNR6dxZ8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-urYNR6dxZ8 .carousel-control {
  display: flex;
  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-urYNR6dxZ8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urYNR6dxZ8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-urYNR6dxZ8 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-urYNR6dxZ8 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-urYNR6dxZ8 .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-urYNR6dxZ8 .carousel-indicators li.active,
.cid-urYNR6dxZ8 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-urYNR6dxZ8 .carousel-indicators li::after,
.cid-urYNR6dxZ8 .carousel-indicators li::before {
  content: none;
}
.cid-urYNR6dxZ8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-urYNR6dxZ8 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-urYNR6dxZ8 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-urYNR6dxZ8 .carousel-indicators {
    display: none;
  }
}
.cid-urYNR6dxZ8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-urYNR6dxZ8 .carousel-inner > .active {
  display: block;
}
.cid-urYNR6dxZ8 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urYNR6dxZ8 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-urYNR6dxZ8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-urYNR6dxZ8 .carousel-control,
  .cid-urYNR6dxZ8 .carousel-indicators,
  .cid-urYNR6dxZ8 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-urYNR6dxZ8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-urYNR6dxZ8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-urYNR6dxZ8 .carousel-indicators .active,
.cid-urYNR6dxZ8 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-urYNR6dxZ8 .carousel-indicators .active {
  background: #fff;
}
.cid-urYNR6dxZ8 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-urYNR6dxZ8 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-urYNR6dxZ8 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-urYNR6dxZ8 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-urYNR6dxZ8 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-urYNR6dxZ8 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-urYNR6dxZ8 .carousel {
  width: 100%;
}
.cid-urYNR6dxZ8 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-urYNR6dxZ8 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-urYNR6dxZ8 .modal.fade .modal-dialog,
.cid-urYNR6dxZ8 .modal.in .modal-dialog {
  transform: none;
}
.cid-urYNR6dxZ8 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-urYNR6dxZ8 H6 {
  text-align: center;
}
.cid-t2ftlIrGci {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-t2ftlIrGci .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t2ftlIrGci .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2ftlIrGci .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t2ftlIrGci .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t2ftlIrGci .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0c5181;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t2ftlIrGci .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t2ftlIrGci .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-t2ftlIrGci .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t2ftlIrGci .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #0c5181 !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rrDDgQsrDd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #111d3d;
}
.cid-rrqgZGHgic .navbar {
  background: #111d3d;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rrqgZGHgic .navbar-dropdown.bg-color.transparent.opened {
  background: #111d3d;
}
.cid-rrqgZGHgic a {
  font-style: normal;
}
.cid-rrqgZGHgic .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rrqgZGHgic .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rrqgZGHgic .nav-item:focus,
.cid-rrqgZGHgic .nav-link:focus {
  outline: none;
}
.cid-rrqgZGHgic .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rrqgZGHgic .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rrqgZGHgic .menu-logo {
  margin-right: auto;
}
.cid-rrqgZGHgic .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rrqgZGHgic .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rrqgZGHgic .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rrqgZGHgic .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rrqgZGHgic .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rrqgZGHgic .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rrqgZGHgic .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rrqgZGHgic .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rrqgZGHgic .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rrqgZGHgic .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rrqgZGHgic .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rrqgZGHgic .dropdown .dropdown-menu {
  background: #111d3d;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rrqgZGHgic .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rrqgZGHgic .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rrqgZGHgic .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rrqgZGHgic .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rrqgZGHgic .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rrqgZGHgic .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rrqgZGHgic .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rrqgZGHgic .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rrqgZGHgic .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rrqgZGHgic .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rrqgZGHgic .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rrqgZGHgic button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rrqgZGHgic button.navbar-toggler:focus {
  outline: none;
}
.cid-rrqgZGHgic button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rrqgZGHgic button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rrqgZGHgic button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rrqgZGHgic button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rrqgZGHgic button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rrqgZGHgic nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rrqgZGHgic nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rrqgZGHgic nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rrqgZGHgic nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rrqgZGHgic .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rrqgZGHgic .collapsed .btn {
  display: -webkit-flex;
}
.cid-rrqgZGHgic .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rrqgZGHgic .collapsed .navbar-collapse.collapsing,
.cid-rrqgZGHgic .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rrqgZGHgic .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rrqgZGHgic .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rrqgZGHgic .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rrqgZGHgic .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rrqgZGHgic .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rrqgZGHgic .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rrqgZGHgic .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rrqgZGHgic .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rrqgZGHgic .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-rrqgZGHgic .collapsed button.navbar-toggler {
  display: block;
}
.cid-rrqgZGHgic .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rrqgZGHgic .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rrqgZGHgic .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rrqgZGHgic .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rrqgZGHgic .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rrqgZGHgic .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rrqgZGHgic.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rrqgZGHgic img {
    height: 3.8rem !important;
  }
  .cid-rrqgZGHgic .btn {
    display: -webkit-flex;
  }
  .cid-rrqgZGHgic button.navbar-toggler {
    display: block;
  }
  .cid-rrqgZGHgic .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rrqgZGHgic .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rrqgZGHgic .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rrqgZGHgic .navbar-collapse.collapsing,
  .cid-rrqgZGHgic .navbar-collapse.show {
    display: block !important;
  }
  .cid-rrqgZGHgic .navbar-collapse.collapsing .navbar-nav,
  .cid-rrqgZGHgic .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rrqgZGHgic .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rrqgZGHgic .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rrqgZGHgic .navbar-collapse.collapsing .navbar-buttons,
  .cid-rrqgZGHgic .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rrqgZGHgic .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rrqgZGHgic .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rrqgZGHgic .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rrqgZGHgic .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rrqgZGHgic .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rrqgZGHgic .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rrqgZGHgic .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rrqgZGHgic .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rrqgZGHgic .nav-link:hover,
.cid-rrqgZGHgic .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-t2fUvbzloV {
  background-image: url("../../../assets/images/intalacion-de-tuberia-industrial.jpg");
}
.cid-t2fXeRNyvZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2fXeRNyvZ .mbr-section-subtitle {
  color: #111d3d;
}
.cid-t2fXeRNyvZ .mbr-text {
  color: #111d3d;
}
.cid-urXNOQUb17 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urXNOQUb17 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urXNOQUb17 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urXNOQUb17 .item {
  padding-bottom: 2rem;
}
.cid-urXNOQUb17 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-urXNOQUb17 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-urXNOQUb17 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-urXNOQUb17 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-urXNOQUb17 .carousel-control,
.cid-urXNOQUb17 .close {
  background: #1b1b1b;
}
.cid-urXNOQUb17 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-urXNOQUb17 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-urXNOQUb17 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-urXNOQUb17 .carousel-control-next span {
  margin-left: 5px;
}
.cid-urXNOQUb17 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-urXNOQUb17 .close::before {
  content: '\e91a';
}
.cid-urXNOQUb17 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-urXNOQUb17 .carousel-control {
  display: flex;
  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-urXNOQUb17 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urXNOQUb17 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-urXNOQUb17 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-urXNOQUb17 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-urXNOQUb17 .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-urXNOQUb17 .carousel-indicators li.active,
.cid-urXNOQUb17 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-urXNOQUb17 .carousel-indicators li::after,
.cid-urXNOQUb17 .carousel-indicators li::before {
  content: none;
}
.cid-urXNOQUb17 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-urXNOQUb17 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-urXNOQUb17 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-urXNOQUb17 .carousel-indicators {
    display: none;
  }
}
.cid-urXNOQUb17 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-urXNOQUb17 .carousel-inner > .active {
  display: block;
}
.cid-urXNOQUb17 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urXNOQUb17 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-urXNOQUb17 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-urXNOQUb17 .carousel-control,
  .cid-urXNOQUb17 .carousel-indicators,
  .cid-urXNOQUb17 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-urXNOQUb17 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-urXNOQUb17 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-urXNOQUb17 .carousel-indicators .active,
.cid-urXNOQUb17 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-urXNOQUb17 .carousel-indicators .active {
  background: #fff;
}
.cid-urXNOQUb17 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-urXNOQUb17 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-urXNOQUb17 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-urXNOQUb17 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-urXNOQUb17 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-urXNOQUb17 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-urXNOQUb17 .carousel {
  width: 100%;
}
.cid-urXNOQUb17 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-urXNOQUb17 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-urXNOQUb17 .modal.fade .modal-dialog,
.cid-urXNOQUb17 .modal.in .modal-dialog {
  transform: none;
}
.cid-urXNOQUb17 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-urXNOQUb17 H6 {
  text-align: center;
}
.cid-v9EfgOsrcP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9EfgOsrcP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9EfgOsrcP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9EfgOsrcP .item {
  padding-bottom: 2rem;
}
.cid-v9EfgOsrcP .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v9EfgOsrcP .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v9EfgOsrcP .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v9EfgOsrcP .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v9EfgOsrcP .carousel-control,
.cid-v9EfgOsrcP .close {
  background: #1b1b1b;
}
.cid-v9EfgOsrcP .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v9EfgOsrcP .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v9EfgOsrcP .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v9EfgOsrcP .carousel-control-next span {
  margin-left: 5px;
}
.cid-v9EfgOsrcP .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v9EfgOsrcP .close::before {
  content: '\e91a';
}
.cid-v9EfgOsrcP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v9EfgOsrcP .carousel-control {
  display: flex;
  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-v9EfgOsrcP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9EfgOsrcP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9EfgOsrcP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v9EfgOsrcP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v9EfgOsrcP .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-v9EfgOsrcP .carousel-indicators li.active,
.cid-v9EfgOsrcP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v9EfgOsrcP .carousel-indicators li::after,
.cid-v9EfgOsrcP .carousel-indicators li::before {
  content: none;
}
.cid-v9EfgOsrcP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v9EfgOsrcP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v9EfgOsrcP .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9EfgOsrcP .carousel-indicators {
    display: none;
  }
}
.cid-v9EfgOsrcP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v9EfgOsrcP .carousel-inner > .active {
  display: block;
}
.cid-v9EfgOsrcP .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9EfgOsrcP .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v9EfgOsrcP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v9EfgOsrcP .carousel-control,
  .cid-v9EfgOsrcP .carousel-indicators,
  .cid-v9EfgOsrcP .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v9EfgOsrcP .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v9EfgOsrcP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v9EfgOsrcP .carousel-indicators .active,
.cid-v9EfgOsrcP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v9EfgOsrcP .carousel-indicators .active {
  background: #fff;
}
.cid-v9EfgOsrcP .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v9EfgOsrcP .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v9EfgOsrcP .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v9EfgOsrcP .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v9EfgOsrcP .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v9EfgOsrcP .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v9EfgOsrcP .carousel {
  width: 100%;
}
.cid-v9EfgOsrcP .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v9EfgOsrcP .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v9EfgOsrcP .modal.fade .modal-dialog,
.cid-v9EfgOsrcP .modal.in .modal-dialog {
  transform: none;
}
.cid-v9EfgOsrcP .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v9EfgOsrcP H6 {
  text-align: center;
}
.cid-t2fXutJDGL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t2fXutJDGL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t2fXutJDGL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2fXutJDGL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t2fXutJDGL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t2fXutJDGL .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #111d3d;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t2fXutJDGL .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t2fXutJDGL .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-t2fXutJDGL .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t2fXutJDGL .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #111d3d !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rrDDgQsrDd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #111d3d;
}
.cid-uLMB7VZCLL .navbar {
  background: #111d3d;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uLMB7VZCLL .navbar-dropdown.bg-color.transparent.opened {
  background: #111d3d;
}
.cid-uLMB7VZCLL a {
  font-style: normal;
}
.cid-uLMB7VZCLL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uLMB7VZCLL .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uLMB7VZCLL .nav-item:focus,
.cid-uLMB7VZCLL .nav-link:focus {
  outline: none;
}
.cid-uLMB7VZCLL .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uLMB7VZCLL .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uLMB7VZCLL .menu-logo {
  margin-right: auto;
}
.cid-uLMB7VZCLL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLMB7VZCLL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uLMB7VZCLL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uLMB7VZCLL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uLMB7VZCLL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uLMB7VZCLL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uLMB7VZCLL .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uLMB7VZCLL .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uLMB7VZCLL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uLMB7VZCLL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLMB7VZCLL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uLMB7VZCLL .dropdown .dropdown-menu {
  background: #111d3d;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uLMB7VZCLL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uLMB7VZCLL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMB7VZCLL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uLMB7VZCLL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMB7VZCLL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uLMB7VZCLL .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uLMB7VZCLL .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uLMB7VZCLL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uLMB7VZCLL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uLMB7VZCLL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uLMB7VZCLL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uLMB7VZCLL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uLMB7VZCLL button.navbar-toggler:focus {
  outline: none;
}
.cid-uLMB7VZCLL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLMB7VZCLL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uLMB7VZCLL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uLMB7VZCLL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uLMB7VZCLL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uLMB7VZCLL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLMB7VZCLL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uLMB7VZCLL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uLMB7VZCLL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLMB7VZCLL .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uLMB7VZCLL .collapsed .btn {
  display: -webkit-flex;
}
.cid-uLMB7VZCLL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uLMB7VZCLL .collapsed .navbar-collapse.collapsing,
.cid-uLMB7VZCLL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uLMB7VZCLL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uLMB7VZCLL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uLMB7VZCLL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uLMB7VZCLL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uLMB7VZCLL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uLMB7VZCLL .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uLMB7VZCLL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uLMB7VZCLL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uLMB7VZCLL .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uLMB7VZCLL .collapsed button.navbar-toggler {
  display: block;
}
.cid-uLMB7VZCLL .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uLMB7VZCLL .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uLMB7VZCLL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uLMB7VZCLL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uLMB7VZCLL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uLMB7VZCLL .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uLMB7VZCLL.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uLMB7VZCLL img {
    height: 3.8rem !important;
  }
  .cid-uLMB7VZCLL .btn {
    display: -webkit-flex;
  }
  .cid-uLMB7VZCLL button.navbar-toggler {
    display: block;
  }
  .cid-uLMB7VZCLL .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uLMB7VZCLL .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uLMB7VZCLL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uLMB7VZCLL .navbar-collapse.collapsing,
  .cid-uLMB7VZCLL .navbar-collapse.show {
    display: block !important;
  }
  .cid-uLMB7VZCLL .navbar-collapse.collapsing .navbar-nav,
  .cid-uLMB7VZCLL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uLMB7VZCLL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uLMB7VZCLL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uLMB7VZCLL .navbar-collapse.collapsing .navbar-buttons,
  .cid-uLMB7VZCLL .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uLMB7VZCLL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uLMB7VZCLL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uLMB7VZCLL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uLMB7VZCLL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uLMB7VZCLL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uLMB7VZCLL .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uLMB7VZCLL .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uLMB7VZCLL .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uLMB7VZCLL .nav-link:hover,
.cid-uLMB7VZCLL .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uLMB7Zfz9E {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #111d3d;
}
.cid-uLMB7Zfz9E .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uLMB7Zfz9E .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #ffffff;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .3s;
}
.cid-uLMB7Zfz9E .nav-tabs .nav-link:hover {
  background-color: #ffffff;
}
.cid-uLMB7Zfz9E .nav-tabs .nav-link:focus {
  box-shadow: none;
  background-color: #ffffff;
}
.cid-uLMB7Zfz9E .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  border: none;
  background: #ffffff;
}
.cid-uLMB7Zfz9E .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-uLMB7Zfz9E .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMB7Zfz9E p {
  color: #767676;
}
.cid-uLMB7Zfz9E .mbr-figure {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-right: 4rem;
}
.cid-uLMB7Zfz9E .mbr-text {
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-uLMB7Zfz9E .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-uLMB7Zfz9E H2 {
  color: #ffffff;
}
.cid-uLMB7Zfz9E P {
  color: #ffffff;
}
.cid-uLMB7Zfz9E H1 {
  color: #ffffff;
}
.cid-uLZ9dFTCFj {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uLZ9dFTCFj .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-uLZ9dFTCFj .container {
  max-width: 1500px;
}
.cid-uLZ9dFTCFj .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-uLZ9dFTCFj .container {
    padding: 0 4rem;
  }
}
.cid-uLZ9dFTCFj .mbr-text,
.cid-uLZ9dFTCFj .mbr-section-btn {
  color: #111d3d;
}
.cid-uLZ9dFTCFj .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-uLZ9dFTCFj .btn .mbr-iconfont {
  order: 2;
}
.cid-uLZ9dFTCFj .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-uLZ9dFTCFj .align-left {
    text-align: center;
  }
  .cid-uLZ9dFTCFj .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-uLZ9dFTCFj H1 {
  color: #111d3d;
}
.cid-v9FbhXHlpt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9FbhXHlpt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9FbhXHlpt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9FbhXHlpt .item {
  padding-bottom: 2rem;
}
.cid-v9FbhXHlpt .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v9FbhXHlpt .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v9FbhXHlpt .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v9FbhXHlpt .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v9FbhXHlpt .carousel-control,
.cid-v9FbhXHlpt .close {
  background: #1b1b1b;
}
.cid-v9FbhXHlpt .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v9FbhXHlpt .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v9FbhXHlpt .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v9FbhXHlpt .carousel-control-next span {
  margin-left: 5px;
}
.cid-v9FbhXHlpt .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v9FbhXHlpt .close::before {
  content: '\e91a';
}
.cid-v9FbhXHlpt .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v9FbhXHlpt .carousel-control {
  display: flex;
  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-v9FbhXHlpt .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9FbhXHlpt .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9FbhXHlpt .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v9FbhXHlpt .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v9FbhXHlpt .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-v9FbhXHlpt .carousel-indicators li.active,
.cid-v9FbhXHlpt .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v9FbhXHlpt .carousel-indicators li::after,
.cid-v9FbhXHlpt .carousel-indicators li::before {
  content: none;
}
.cid-v9FbhXHlpt .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v9FbhXHlpt .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v9FbhXHlpt .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9FbhXHlpt .carousel-indicators {
    display: none;
  }
}
.cid-v9FbhXHlpt .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v9FbhXHlpt .carousel-inner > .active {
  display: block;
}
.cid-v9FbhXHlpt .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9FbhXHlpt .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v9FbhXHlpt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v9FbhXHlpt .carousel-control,
  .cid-v9FbhXHlpt .carousel-indicators,
  .cid-v9FbhXHlpt .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v9FbhXHlpt .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v9FbhXHlpt .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v9FbhXHlpt .carousel-indicators .active,
.cid-v9FbhXHlpt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v9FbhXHlpt .carousel-indicators .active {
  background: #fff;
}
.cid-v9FbhXHlpt .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v9FbhXHlpt .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v9FbhXHlpt .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v9FbhXHlpt .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v9FbhXHlpt .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v9FbhXHlpt .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v9FbhXHlpt .carousel {
  width: 100%;
}
.cid-v9FbhXHlpt .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v9FbhXHlpt .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v9FbhXHlpt .modal.fade .modal-dialog,
.cid-v9FbhXHlpt .modal.in .modal-dialog {
  transform: none;
}
.cid-v9FbhXHlpt .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v9FbhXHlpt H6 {
  text-align: center;
}
.cid-uLMB7ZK5q9 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uLMB7ZK5q9 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uLMB7ZK5q9 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLMB7ZK5q9 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uLMB7ZK5q9 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uLMB7ZK5q9 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #111d3d;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uLMB7ZK5q9 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uLMB7ZK5q9 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uLMB7ZK5q9 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uLMB7ZK5q9 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #111d3d !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uLMB82BQIo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #111d3d;
}
.cid-v9tfNWk0qB .navbar {
  background: #111d3d;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-v9tfNWk0qB .navbar-dropdown.bg-color.transparent.opened {
  background: #111d3d;
}
.cid-v9tfNWk0qB a {
  font-style: normal;
}
.cid-v9tfNWk0qB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v9tfNWk0qB .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-v9tfNWk0qB .nav-item:focus,
.cid-v9tfNWk0qB .nav-link:focus {
  outline: none;
}
.cid-v9tfNWk0qB .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v9tfNWk0qB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v9tfNWk0qB .menu-logo {
  margin-right: auto;
}
.cid-v9tfNWk0qB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v9tfNWk0qB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-v9tfNWk0qB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v9tfNWk0qB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v9tfNWk0qB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v9tfNWk0qB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v9tfNWk0qB .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-v9tfNWk0qB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-v9tfNWk0qB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v9tfNWk0qB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v9tfNWk0qB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v9tfNWk0qB .dropdown .dropdown-menu {
  background: #111d3d;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v9tfNWk0qB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-v9tfNWk0qB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9tfNWk0qB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v9tfNWk0qB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9tfNWk0qB .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-v9tfNWk0qB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-v9tfNWk0qB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v9tfNWk0qB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v9tfNWk0qB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v9tfNWk0qB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v9tfNWk0qB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v9tfNWk0qB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v9tfNWk0qB button.navbar-toggler:focus {
  outline: none;
}
.cid-v9tfNWk0qB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v9tfNWk0qB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v9tfNWk0qB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v9tfNWk0qB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v9tfNWk0qB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v9tfNWk0qB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v9tfNWk0qB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v9tfNWk0qB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v9tfNWk0qB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v9tfNWk0qB .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v9tfNWk0qB .collapsed .btn {
  display: -webkit-flex;
}
.cid-v9tfNWk0qB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v9tfNWk0qB .collapsed .navbar-collapse.collapsing,
.cid-v9tfNWk0qB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v9tfNWk0qB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v9tfNWk0qB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v9tfNWk0qB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v9tfNWk0qB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v9tfNWk0qB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v9tfNWk0qB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v9tfNWk0qB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v9tfNWk0qB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v9tfNWk0qB .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-v9tfNWk0qB .collapsed button.navbar-toggler {
  display: block;
}
.cid-v9tfNWk0qB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v9tfNWk0qB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v9tfNWk0qB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-v9tfNWk0qB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v9tfNWk0qB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v9tfNWk0qB .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-v9tfNWk0qB.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v9tfNWk0qB img {
    height: 3.8rem !important;
  }
  .cid-v9tfNWk0qB .btn {
    display: -webkit-flex;
  }
  .cid-v9tfNWk0qB button.navbar-toggler {
    display: block;
  }
  .cid-v9tfNWk0qB .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v9tfNWk0qB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v9tfNWk0qB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v9tfNWk0qB .navbar-collapse.collapsing,
  .cid-v9tfNWk0qB .navbar-collapse.show {
    display: block !important;
  }
  .cid-v9tfNWk0qB .navbar-collapse.collapsing .navbar-nav,
  .cid-v9tfNWk0qB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v9tfNWk0qB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v9tfNWk0qB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v9tfNWk0qB .navbar-collapse.collapsing .navbar-buttons,
  .cid-v9tfNWk0qB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v9tfNWk0qB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v9tfNWk0qB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v9tfNWk0qB .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-v9tfNWk0qB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v9tfNWk0qB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v9tfNWk0qB .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-v9tfNWk0qB .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-v9tfNWk0qB .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-v9tfNWk0qB .nav-link:hover,
.cid-v9tfNWk0qB .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-v9tfNWVDkX {
  background-image: url("../../../assets/images/fabricacion-de-tanques-industriales-mexico-queretaro-5.jpg");
}
.cid-v9zcoeOdLa {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #111d3d;
}
.cid-v9zcoeOdLa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9zcoeOdLa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9zcoeOdLa .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-v9zcoeOdLa .icon-box {
  background: #ffffff;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v9zcoeOdLa .mbr-iconfont {
  font-size: 2rem;
  color: #808080;
}
@media (max-width: 991px) {
  .cid-v9zcoeOdLa .card {
    margin-bottom: 2rem;
  }
  .cid-v9zcoeOdLa .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-v9zcoeOdLa .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v9zcoeOdLa .card-title,
.cid-v9zcoeOdLa .card-box {
  color: #ffffff;
}
.cid-v9zcoeOdLa .mbr-text,
.cid-v9zcoeOdLa .mbr-section-btn {
  text-align: justify;
}
.cid-v9zcoeOdLa .icon-title {
  color: #ffffff;
}
.cid-v9zcoeOdLa .icon-text {
  color: #ffffff;
}
.cid-v9zcoJDDFr {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9zcoJDDFr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9zcoJDDFr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9zcoJDDFr .mbr-section-title {
  color: #111d3d;
}
.cid-v9zcoJDDFr .mbr-text,
.cid-v9zcoJDDFr .link {
  text-align: justify;
  color: #111d3d;
}
.cid-v9tfNXQle4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9tfNXQle4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9tfNXQle4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9tfNXQle4 .item {
  padding-bottom: 2rem;
}
.cid-v9tfNXQle4 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v9tfNXQle4 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v9tfNXQle4 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v9tfNXQle4 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v9tfNXQle4 .carousel-control,
.cid-v9tfNXQle4 .close {
  background: #1b1b1b;
}
.cid-v9tfNXQle4 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v9tfNXQle4 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v9tfNXQle4 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v9tfNXQle4 .carousel-control-next span {
  margin-left: 5px;
}
.cid-v9tfNXQle4 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v9tfNXQle4 .close::before {
  content: '\e91a';
}
.cid-v9tfNXQle4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v9tfNXQle4 .carousel-control {
  display: flex;
  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-v9tfNXQle4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9tfNXQle4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9tfNXQle4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v9tfNXQle4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v9tfNXQle4 .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-v9tfNXQle4 .carousel-indicators li.active,
.cid-v9tfNXQle4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v9tfNXQle4 .carousel-indicators li::after,
.cid-v9tfNXQle4 .carousel-indicators li::before {
  content: none;
}
.cid-v9tfNXQle4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v9tfNXQle4 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v9tfNXQle4 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9tfNXQle4 .carousel-indicators {
    display: none;
  }
}
.cid-v9tfNXQle4 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v9tfNXQle4 .carousel-inner > .active {
  display: block;
}
.cid-v9tfNXQle4 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9tfNXQle4 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v9tfNXQle4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v9tfNXQle4 .carousel-control,
  .cid-v9tfNXQle4 .carousel-indicators,
  .cid-v9tfNXQle4 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v9tfNXQle4 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v9tfNXQle4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v9tfNXQle4 .carousel-indicators .active,
.cid-v9tfNXQle4 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v9tfNXQle4 .carousel-indicators .active {
  background: #fff;
}
.cid-v9tfNXQle4 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v9tfNXQle4 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v9tfNXQle4 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v9tfNXQle4 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v9tfNXQle4 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v9tfNXQle4 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v9tfNXQle4 .carousel {
  width: 100%;
}
.cid-v9tfNXQle4 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v9tfNXQle4 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v9tfNXQle4 .modal.fade .modal-dialog,
.cid-v9tfNXQle4 .modal.in .modal-dialog {
  transform: none;
}
.cid-v9tfNXQle4 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v9tfNXQle4 H6 {
  text-align: center;
}
.cid-v9tfNZoi7l {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #111d3d;
}
.cid-v9tgWX5X4i .navbar {
  background: #111d3d;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-v9tgWX5X4i .navbar-dropdown.bg-color.transparent.opened {
  background: #111d3d;
}
.cid-v9tgWX5X4i a {
  font-style: normal;
}
.cid-v9tgWX5X4i .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v9tgWX5X4i .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-v9tgWX5X4i .nav-item:focus,
.cid-v9tgWX5X4i .nav-link:focus {
  outline: none;
}
.cid-v9tgWX5X4i .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v9tgWX5X4i .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v9tgWX5X4i .menu-logo {
  margin-right: auto;
}
.cid-v9tgWX5X4i .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v9tgWX5X4i .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-v9tgWX5X4i .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v9tgWX5X4i .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v9tgWX5X4i .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v9tgWX5X4i .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v9tgWX5X4i .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-v9tgWX5X4i .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-v9tgWX5X4i .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v9tgWX5X4i .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v9tgWX5X4i .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v9tgWX5X4i .dropdown .dropdown-menu {
  background: #111d3d;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v9tgWX5X4i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-v9tgWX5X4i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9tgWX5X4i .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v9tgWX5X4i .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9tgWX5X4i .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-v9tgWX5X4i .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-v9tgWX5X4i .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v9tgWX5X4i .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v9tgWX5X4i .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v9tgWX5X4i .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v9tgWX5X4i .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v9tgWX5X4i button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v9tgWX5X4i button.navbar-toggler:focus {
  outline: none;
}
.cid-v9tgWX5X4i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v9tgWX5X4i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v9tgWX5X4i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v9tgWX5X4i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v9tgWX5X4i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v9tgWX5X4i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v9tgWX5X4i nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v9tgWX5X4i nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v9tgWX5X4i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v9tgWX5X4i .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v9tgWX5X4i .collapsed .btn {
  display: -webkit-flex;
}
.cid-v9tgWX5X4i .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v9tgWX5X4i .collapsed .navbar-collapse.collapsing,
.cid-v9tgWX5X4i .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v9tgWX5X4i .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v9tgWX5X4i .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v9tgWX5X4i .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v9tgWX5X4i .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v9tgWX5X4i .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v9tgWX5X4i .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v9tgWX5X4i .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v9tgWX5X4i .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v9tgWX5X4i .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-v9tgWX5X4i .collapsed button.navbar-toggler {
  display: block;
}
.cid-v9tgWX5X4i .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v9tgWX5X4i .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v9tgWX5X4i .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-v9tgWX5X4i .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v9tgWX5X4i .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v9tgWX5X4i .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-v9tgWX5X4i.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v9tgWX5X4i img {
    height: 3.8rem !important;
  }
  .cid-v9tgWX5X4i .btn {
    display: -webkit-flex;
  }
  .cid-v9tgWX5X4i button.navbar-toggler {
    display: block;
  }
  .cid-v9tgWX5X4i .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v9tgWX5X4i .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v9tgWX5X4i .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v9tgWX5X4i .navbar-collapse.collapsing,
  .cid-v9tgWX5X4i .navbar-collapse.show {
    display: block !important;
  }
  .cid-v9tgWX5X4i .navbar-collapse.collapsing .navbar-nav,
  .cid-v9tgWX5X4i .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v9tgWX5X4i .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v9tgWX5X4i .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v9tgWX5X4i .navbar-collapse.collapsing .navbar-buttons,
  .cid-v9tgWX5X4i .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v9tgWX5X4i .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v9tgWX5X4i .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v9tgWX5X4i .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-v9tgWX5X4i .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v9tgWX5X4i .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v9tgWX5X4i .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-v9tgWX5X4i .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-v9tgWX5X4i .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-v9tgWX5X4i .nav-link:hover,
.cid-v9tgWX5X4i .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-v9tgWXGuXa {
  background-image: url("../../../assets/images/soldaduras-especiales-mexico-queretaro.jpg");
}
.cid-v9zjdLYYM7 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #111d3d;
}
.cid-v9zjdLYYM7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9zjdLYYM7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9zjdLYYM7 .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-v9zjdLYYM7 .icon-box {
  background: #ffffff;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v9zjdLYYM7 .mbr-iconfont {
  font-size: 2rem;
  color: #808080;
}
@media (max-width: 991px) {
  .cid-v9zjdLYYM7 .card {
    margin-bottom: 2rem;
  }
  .cid-v9zjdLYYM7 .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-v9zjdLYYM7 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v9zjdLYYM7 .card-title,
.cid-v9zjdLYYM7 .card-box {
  color: #ffffff;
}
.cid-v9zjdLYYM7 .mbr-text,
.cid-v9zjdLYYM7 .mbr-section-btn {
  text-align: justify;
}
.cid-v9zjdLYYM7 .icon-title {
  color: #ffffff;
}
.cid-v9zjdLYYM7 .icon-text {
  color: #ffffff;
}
.cid-v9zjeoY7AJ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9zjeoY7AJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9zjeoY7AJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9zjeoY7AJ .mbr-section-title {
  color: #111d3d;
}
.cid-v9zjeoY7AJ .mbr-text,
.cid-v9zjeoY7AJ .link {
  text-align: justify;
  color: #111d3d;
}
.cid-v9tgWYwnSY {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-v9tgWYwnSY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9tgWYwnSY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9tgWYwnSY .item {
  padding-bottom: 2rem;
}
.cid-v9tgWYwnSY .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v9tgWYwnSY .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v9tgWYwnSY .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v9tgWYwnSY .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v9tgWYwnSY .carousel-control,
.cid-v9tgWYwnSY .close {
  background: #1b1b1b;
}
.cid-v9tgWYwnSY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v9tgWYwnSY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v9tgWYwnSY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v9tgWYwnSY .carousel-control-next span {
  margin-left: 5px;
}
.cid-v9tgWYwnSY .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v9tgWYwnSY .close::before {
  content: '\e91a';
}
.cid-v9tgWYwnSY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v9tgWYwnSY .carousel-control {
  display: flex;
  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-v9tgWYwnSY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9tgWYwnSY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9tgWYwnSY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v9tgWYwnSY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v9tgWYwnSY .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-v9tgWYwnSY .carousel-indicators li.active,
.cid-v9tgWYwnSY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v9tgWYwnSY .carousel-indicators li::after,
.cid-v9tgWYwnSY .carousel-indicators li::before {
  content: none;
}
.cid-v9tgWYwnSY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v9tgWYwnSY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v9tgWYwnSY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9tgWYwnSY .carousel-indicators {
    display: none;
  }
}
.cid-v9tgWYwnSY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v9tgWYwnSY .carousel-inner > .active {
  display: block;
}
.cid-v9tgWYwnSY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9tgWYwnSY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v9tgWYwnSY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v9tgWYwnSY .carousel-control,
  .cid-v9tgWYwnSY .carousel-indicators,
  .cid-v9tgWYwnSY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v9tgWYwnSY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v9tgWYwnSY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v9tgWYwnSY .carousel-indicators .active,
.cid-v9tgWYwnSY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v9tgWYwnSY .carousel-indicators .active {
  background: #fff;
}
.cid-v9tgWYwnSY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v9tgWYwnSY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v9tgWYwnSY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v9tgWYwnSY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v9tgWYwnSY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v9tgWYwnSY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v9tgWYwnSY .carousel {
  width: 100%;
}
.cid-v9tgWYwnSY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v9tgWYwnSY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v9tgWYwnSY .modal.fade .modal-dialog,
.cid-v9tgWYwnSY .modal.in .modal-dialog {
  transform: none;
}
.cid-v9tgWYwnSY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v9tgWYwnSY H6 {
  text-align: center;
}
.cid-v9tgX0jqIC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #111d3d;
}
.cid-v9thb5veZG .navbar {
  background: #111d3d;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-v9thb5veZG .navbar-dropdown.bg-color.transparent.opened {
  background: #111d3d;
}
.cid-v9thb5veZG a {
  font-style: normal;
}
.cid-v9thb5veZG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v9thb5veZG .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-v9thb5veZG .nav-item:focus,
.cid-v9thb5veZG .nav-link:focus {
  outline: none;
}
.cid-v9thb5veZG .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v9thb5veZG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v9thb5veZG .menu-logo {
  margin-right: auto;
}
.cid-v9thb5veZG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v9thb5veZG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-v9thb5veZG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v9thb5veZG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v9thb5veZG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v9thb5veZG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v9thb5veZG .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-v9thb5veZG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-v9thb5veZG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v9thb5veZG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v9thb5veZG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v9thb5veZG .dropdown .dropdown-menu {
  background: #111d3d;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v9thb5veZG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-v9thb5veZG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9thb5veZG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v9thb5veZG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9thb5veZG .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-v9thb5veZG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-v9thb5veZG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v9thb5veZG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v9thb5veZG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v9thb5veZG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v9thb5veZG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v9thb5veZG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v9thb5veZG button.navbar-toggler:focus {
  outline: none;
}
.cid-v9thb5veZG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v9thb5veZG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v9thb5veZG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v9thb5veZG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v9thb5veZG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v9thb5veZG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v9thb5veZG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v9thb5veZG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v9thb5veZG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v9thb5veZG .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v9thb5veZG .collapsed .btn {
  display: -webkit-flex;
}
.cid-v9thb5veZG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v9thb5veZG .collapsed .navbar-collapse.collapsing,
.cid-v9thb5veZG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v9thb5veZG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v9thb5veZG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v9thb5veZG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v9thb5veZG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v9thb5veZG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v9thb5veZG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v9thb5veZG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v9thb5veZG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v9thb5veZG .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-v9thb5veZG .collapsed button.navbar-toggler {
  display: block;
}
.cid-v9thb5veZG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v9thb5veZG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v9thb5veZG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-v9thb5veZG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v9thb5veZG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v9thb5veZG .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-v9thb5veZG.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v9thb5veZG img {
    height: 3.8rem !important;
  }
  .cid-v9thb5veZG .btn {
    display: -webkit-flex;
  }
  .cid-v9thb5veZG button.navbar-toggler {
    display: block;
  }
  .cid-v9thb5veZG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v9thb5veZG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v9thb5veZG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v9thb5veZG .navbar-collapse.collapsing,
  .cid-v9thb5veZG .navbar-collapse.show {
    display: block !important;
  }
  .cid-v9thb5veZG .navbar-collapse.collapsing .navbar-nav,
  .cid-v9thb5veZG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v9thb5veZG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v9thb5veZG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v9thb5veZG .navbar-collapse.collapsing .navbar-buttons,
  .cid-v9thb5veZG .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v9thb5veZG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v9thb5veZG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v9thb5veZG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-v9thb5veZG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v9thb5veZG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v9thb5veZG .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-v9thb5veZG .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-v9thb5veZG .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-v9thb5veZG .nav-link:hover,
.cid-v9thb5veZG .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-v9thb626R1 {
  background-image: url("../../../assets/images/77.jpeg");
}
.cid-v9zo4khT5R {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #111d3d;
}
.cid-v9zo4khT5R .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9zo4khT5R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9zo4khT5R .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-v9zo4khT5R .icon-box {
  background: #ffffff;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v9zo4khT5R .mbr-iconfont {
  font-size: 2rem;
  color: #808080;
}
@media (max-width: 991px) {
  .cid-v9zo4khT5R .card {
    margin-bottom: 2rem;
  }
  .cid-v9zo4khT5R .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-v9zo4khT5R .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v9zo4khT5R .card-title,
.cid-v9zo4khT5R .card-box {
  color: #ffffff;
}
.cid-v9zo4khT5R .mbr-text,
.cid-v9zo4khT5R .mbr-section-btn {
  text-align: justify;
}
.cid-v9zo4khT5R .icon-title {
  color: #ffffff;
}
.cid-v9zo4khT5R .icon-text {
  color: #ffffff;
}
.cid-v9zo4LDvGV {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9zo4LDvGV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9zo4LDvGV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9zo4LDvGV .mbr-section-title {
  color: #111d3d;
}
.cid-v9zo4LDvGV .mbr-text,
.cid-v9zo4LDvGV .link {
  text-align: justify;
  color: #111d3d;
}
.cid-v9zo4LDvGV .mbr-section-subtitle {
  color: #111d3d;
}
.cid-v9zpJ4zQZX {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v9zpJ4zQZX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9zpJ4zQZX .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-v9zpJ4zQZX .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v9zpJ4zQZX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9zpJ4zQZX .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffffff;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #111d3d;
  height: 80px;
  border-radius: 50%;
}
.cid-v9zpJ4zQZX .card-title,
.cid-v9zpJ4zQZX .iconfont-wrapper,
.cid-v9zpJ4zQZX .card-text {
  color: #000000;
  text-align: center;
}
.cid-v9zpJ4zQZX .content-head {
  max-width: 800px;
}
.cid-v9zpJ4zQZX .mbr-section-title {
  color: #000000;
}
.cid-v9zpJ4zQZX .mbr-section-btn {
  text-align: center;
}
.cid-v9zpJ4zQZX .card-title,
.cid-v9zpJ4zQZX .iconfont-wrapper {
  color: #111d3d;
}
.cid-v9zpJ4zQZX .card-text,
.cid-v9zpJ4zQZX .mbr-section-btn {
  color: #111d3d;
}
.cid-v9thb6SRoW {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9thb6SRoW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9thb6SRoW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9thb6SRoW .item {
  padding-bottom: 2rem;
}
.cid-v9thb6SRoW .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v9thb6SRoW .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v9thb6SRoW .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v9thb6SRoW .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v9thb6SRoW .carousel-control,
.cid-v9thb6SRoW .close {
  background: #1b1b1b;
}
.cid-v9thb6SRoW .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v9thb6SRoW .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v9thb6SRoW .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v9thb6SRoW .carousel-control-next span {
  margin-left: 5px;
}
.cid-v9thb6SRoW .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v9thb6SRoW .close::before {
  content: '\e91a';
}
.cid-v9thb6SRoW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v9thb6SRoW .carousel-control {
  display: flex;
  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-v9thb6SRoW .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9thb6SRoW .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9thb6SRoW .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v9thb6SRoW .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v9thb6SRoW .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-v9thb6SRoW .carousel-indicators li.active,
.cid-v9thb6SRoW .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v9thb6SRoW .carousel-indicators li::after,
.cid-v9thb6SRoW .carousel-indicators li::before {
  content: none;
}
.cid-v9thb6SRoW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v9thb6SRoW .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v9thb6SRoW .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9thb6SRoW .carousel-indicators {
    display: none;
  }
}
.cid-v9thb6SRoW .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v9thb6SRoW .carousel-inner > .active {
  display: block;
}
.cid-v9thb6SRoW .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9thb6SRoW .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v9thb6SRoW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v9thb6SRoW .carousel-control,
  .cid-v9thb6SRoW .carousel-indicators,
  .cid-v9thb6SRoW .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v9thb6SRoW .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v9thb6SRoW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v9thb6SRoW .carousel-indicators .active,
.cid-v9thb6SRoW .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v9thb6SRoW .carousel-indicators .active {
  background: #fff;
}
.cid-v9thb6SRoW .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v9thb6SRoW .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v9thb6SRoW .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v9thb6SRoW .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v9thb6SRoW .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v9thb6SRoW .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v9thb6SRoW .carousel {
  width: 100%;
}
.cid-v9thb6SRoW .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v9thb6SRoW .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v9thb6SRoW .modal.fade .modal-dialog,
.cid-v9thb6SRoW .modal.in .modal-dialog {
  transform: none;
}
.cid-v9thb6SRoW .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v9thb6SRoW H6 {
  text-align: center;
}
.cid-v9thb8kQta {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #111d3d;
}
