body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 3.5rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2.4rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 0.9rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1rem;
  line-height: 2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.81rem !important;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #082c4e !important;
}
.bg-success {
  background-color: #ea7515 !important;
}
.bg-info {
  background-color: #07b4d2 !important;
}
.bg-warning {
  background-color: #232323 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #082c4e !important;
  border-color: #082c4e !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #010509 !important;
  border-color: #010509 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #010509 !important;
  border-color: #010509 !important;
}
.btn-primary:hover {
  background-color: #082c4e !important;
  border-color: #082c4e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #35ae53 !important;
  border-color: #35ae53 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #237337 !important;
  border-color: #237337 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #237337 !important;
  border-color: #237337 !important;
}
.btn-secondary:hover {
  background-color: #082c4e !important;
  border-color: #082c4e !important;
}
.btn-info,
.btn-info:active {
  background-color: #07b4d2 !important;
  border-color: #07b4d2 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #057588 !important;
  border-color: #057588 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #057588 !important;
  border-color: #057588 !important;
}
.btn-info:hover {
  background-color: #082c4e !important;
  border-color: #082c4e !important;
}
.btn-success,
.btn-success:active {
  background-color: #ea7515 !important;
  border-color: #ea7515 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #a4520f !important;
  border-color: #a4520f !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a4520f !important;
  border-color: #a4520f !important;
}
.btn-success:hover {
  background-color: #082c4e !important;
  border-color: #082c4e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning:hover {
  background-color: #082c4e !important;
  border-color: #082c4e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger:hover {
  background-color: #082c4e !important;
  border-color: #082c4e !important;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #082c4e !important;
  border-color: #082c4e !important;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #082c4e !important;
  border-color: #082c4e !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #082c4e;
  color: #082c4e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #082c4e;
  border-color: #082c4e;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #082c4e !important;
  border-color: #082c4e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #35ae53;
  color: #35ae53;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #35ae53;
  border-color: #35ae53;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #35ae53 !important;
  border-color: #35ae53 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #07b4d2;
  color: #07b4d2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #07b4d2;
  border-color: #07b4d2;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #07b4d2 !important;
  border-color: #07b4d2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #ea7515;
  color: #ea7515;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #ea7515;
  border-color: #ea7515;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ea7515 !important;
  border-color: #ea7515 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #232323;
  color: #232323;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #232323;
  border-color: #232323;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.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 {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.text-primary {
  color: #082c4e !important;
}
.text-secondary {
  color: #35ae53 !important;
}
.text-success {
  color: #ea7515 !important;
}
.text-info {
  color: #07b4d2 !important;
}
.text-warning {
  color: #232323 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #1160ab !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #74d58c !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #f2ac73 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #46def9 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #565656 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #333333 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #07b4d2;
}
.alert-warning {
  background-color: #232323;
}
.alert-danger {
  background-color: #000000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #082c4e;
  border-color: #082c4e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #082c4e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4fa0ed;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fbe3d0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a9f0fc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #082c4e;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #082c4e;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #082c4e;
  border-bottom-color: #082c4e;
}
.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: #082c4e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #35ae53 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23082c4e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sm5XsDRaSF {
  background-image: url("../../../assets/images/split-aire-acondicionado-1406x735.jpg");
}
.cid-sm5XsDRaSF .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: normal;
}
.cid-sm5XsDRaSF .mbr-section-title {
  color: #ffffff;
}
.cid-sm5XsDRaSF .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-sm5XsDRaSF .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-sm5XsDRaSF .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #082c4e;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sm5XsDRaSF .mbr-section-btn {
  display: flex;
}
.cid-sm5XsDRaSF .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-sm5XsDRaSF .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-sm5XsDRaSF .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-sm5XsDRaSF .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-sm5XsDRaSF .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sm5XsDRaSF .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-sm5XsDRaSF .video-wrap .icon-wrap .line-video-1,
.cid-sm5XsDRaSF .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-sm5XsDRaSF .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-sm5XsDRaSF .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-sm5XsDRaSF .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sm5XsDRaSF .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sm5XsDRaSF .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sm5XsDRaSF a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ea7515;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sm5XsDRaSF a.close:hover {
  color: #ea7515;
}
@media (max-width: 991px) {
  .cid-sm5XsDRaSF .separator,
  .cid-sm5XsDRaSF .sep-holder,
  .cid-sm5XsDRaSF .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sm5XsDRaSF .buttons-wrap {
    flex-direction: column;
  }
  .cid-sm5XsDRaSF .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-sm5XsDRaSF .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-sm5XsDRaSF .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-sm5XsDRaSF .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-sm4qpw5xQK {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sm4qpw5xQK .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sm4qpw5xQK .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sm4qpw5xQK .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sm4qpw5xQK .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sm4qpw5xQK .mbr-text,
.cid-sm4qpw5xQK .mbr-section-btn {
  color: #999999;
  text-align: justify;
}
.cid-sm4qpw5xQK H4 {
  color: #35ae53;
}
.cid-sm4qpw5xQK .mbr-section-title,
.cid-sm4qpw5xQK .col {
  text-align: justify;
  color: #003652;
}
.cid-sm4qpw5xQK .mbr-text,
.cid-sm4qpw5xQK .col {
  color: #000000;
}
.cid-sm4pFChq9K .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sm4pFChq9K .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-sm4pFChq9K .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-sm4pFChq9K .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-sm4pFChq9K .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sm4pFChq9K .navbar.opened {
  transition: all 0.3s;
}
.cid-sm4pFChq9K .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sm4pFChq9K .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sm4pFChq9K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sm4pFChq9K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sm4pFChq9K .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sm4pFChq9K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sm4pFChq9K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sm4pFChq9K .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sm4pFChq9K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sm4pFChq9K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sm4pFChq9K .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sm4pFChq9K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sm4pFChq9K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sm4pFChq9K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sm4pFChq9K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sm4pFChq9K .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sm4pFChq9K .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sm4pFChq9K .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sm4pFChq9K .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sm4pFChq9K .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sm4pFChq9K .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sm4pFChq9K .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sm4pFChq9K .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sm4pFChq9K .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sm4pFChq9K .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sm4pFChq9K .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sm4pFChq9K .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-sm4pFChq9K .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sm4pFChq9K .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sm4pFChq9K .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-sm4pFChq9K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sm4pFChq9K .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sm4pFChq9K .navbar-caption {
  padding-right: 4rem;
}
.cid-sm4pFChq9K .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-sm4pFChq9K .dropdown-menu,
.cid-sm4pFChq9K .navbar.opened {
  background: #ffffff !important;
}
.cid-sm4pFChq9K .nav-item:focus,
.cid-sm4pFChq9K .nav-link:focus {
  outline: none;
}
.cid-sm4pFChq9K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sm4pFChq9K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sm4pFChq9K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sm4pFChq9K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sm4pFChq9K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sm4pFChq9K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sm4pFChq9K .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sm4pFChq9K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sm4pFChq9K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sm4pFChq9K .dropdown-item.active,
.cid-sm4pFChq9K .dropdown-item:active {
  background-color: transparent;
}
.cid-sm4pFChq9K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sm4pFChq9K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sm4pFChq9K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sm4pFChq9K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sm4pFChq9K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sm4pFChq9K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sm4pFChq9K ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sm4pFChq9K .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sm4pFChq9K button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sm4pFChq9K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sm4pFChq9K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sm4pFChq9K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sm4pFChq9K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sm4pFChq9K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sm4pFChq9K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sm4pFChq9K nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sm4pFChq9K nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sm4pFChq9K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sm4pFChq9K .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sm4pFChq9K a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sm4pFChq9K .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sm4pFChq9K .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sm4pFChq9K .navbar {
    height: 77px;
  }
  .cid-sm4pFChq9K .navbar.opened {
    height: auto;
  }
  .cid-sm4pFChq9K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sm4q8fVvZ1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sm4q8fVvZ1 .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
  min-height: 220px;
}
.cid-sm4q8fVvZ1 .icon-align-wrapper {
  display: inline-block;
}
.cid-sm4q8fVvZ1 .card-title {
  transform: translateY(200px);
  transition: all 0.3s;
  transition-delay: 0.1s;
}
.cid-sm4q8fVvZ1 .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-sm4q8fVvZ1 .mbr-text {
  opacity: 0;
  transition: all 0.3s;
}
.cid-sm4q8fVvZ1 .link-icon {
  display: inline-block;
  color: #000000;
  font-size: 1rem;
  cursor: pointer;
  justify-content: center;
}
.cid-sm4q8fVvZ1 .card-wrapper {
  transition: all 0.6s;
  display: flex;
  justify-content: center;
  padding: 3rem 1rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
  background-size: cover;
}
.cid-sm4q8fVvZ1 .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-sm4q8fVvZ1 .card-wrapper {
    padding: 3rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sm4q8fVvZ1 .card:hover .card-wrapper:after {
    opacity: 1;
    background: #082c4e;
  }
  .cid-sm4q8fVvZ1 .card:hover .icon-wrapper,
  .cid-sm4q8fVvZ1 .card:hover .mbr-text {
    opacity: 1;
    transition-delay: 0.1s;
  }
  .cid-sm4q8fVvZ1 .card:hover .card-title {
    transform: translateY(0px);
    transition-delay: 0s;
  }
}
@media (max-width: 992px) {
  .cid-sm4q8fVvZ1 .card {
    padding-bottom: 1rem !important;
  }
  .cid-sm4q8fVvZ1 .card-title {
    transform: translateY(0px);
  }
  .cid-sm4q8fVvZ1 .card-wrapper:after {
    opacity: 0.7;
    background: #082c4e;
  }
  .cid-sm4q8fVvZ1 .icon-wrapper,
  .cid-sm4q8fVvZ1 .mbr-text {
    opacity: 1;
  }
}
.cid-sm4q8fVvZ1 .row {
  justify-content: center;
}
.cid-sm4q8fVvZ1 .card {
  transform-style: preserve-3d;
  perspective: 800px;
}
.cid-sm4q8fVvZ1 .card1 {
  background-image: url("../../../assets/images/split-650x434.jpg");
}
.cid-sm4q8fVvZ1 .card2 {
  background-image: url("../../../assets/images/multi-split-650x434.jpg");
}
.cid-sm4q8fVvZ1 .card3 {
  background-image: url("../../../assets/images/vrf-650x434.jpg");
}
.cid-sm4q8fVvZ1 .mbr-text,
.cid-sm4q8fVvZ1 .card-box {
  text-align: center;
}
.cid-spcUru72pz {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-spcUru72pz .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
  min-height: 220px;
}
.cid-spcUru72pz .icon-align-wrapper {
  display: inline-block;
}
.cid-spcUru72pz .card-title {
  transform: translateY(200px);
  transition: all 0.3s;
  transition-delay: 0.1s;
}
.cid-spcUru72pz .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-spcUru72pz .mbr-text {
  opacity: 0;
  transition: all 0.3s;
}
.cid-spcUru72pz .link-icon {
  display: inline-block;
  color: #000000;
  font-size: 1rem;
  cursor: pointer;
  justify-content: center;
}
.cid-spcUru72pz .card-wrapper {
  transition: all 0.6s;
  display: flex;
  justify-content: center;
  padding: 3rem 1rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
  background-size: cover;
}
.cid-spcUru72pz .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-spcUru72pz .card-wrapper {
    padding: 3rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-spcUru72pz .card:hover .card-wrapper:after {
    opacity: 1;
    background: #082c4e;
  }
  .cid-spcUru72pz .card:hover .icon-wrapper,
  .cid-spcUru72pz .card:hover .mbr-text {
    opacity: 1;
    transition-delay: 0.1s;
  }
  .cid-spcUru72pz .card:hover .card-title {
    transform: translateY(0px);
    transition-delay: 0s;
  }
}
@media (max-width: 992px) {
  .cid-spcUru72pz .card {
    padding-bottom: 1rem !important;
  }
  .cid-spcUru72pz .card-title {
    transform: translateY(0px);
  }
  .cid-spcUru72pz .card-wrapper:after {
    opacity: 0.7;
    background: #082c4e;
  }
  .cid-spcUru72pz .icon-wrapper,
  .cid-spcUru72pz .mbr-text {
    opacity: 1;
  }
}
.cid-spcUru72pz .row {
  justify-content: center;
}
.cid-spcUru72pz .card {
  transform-style: preserve-3d;
  perspective: 800px;
}
.cid-spcUru72pz .card1 {
  background-image: url("../../../assets/images/vrf-inicio-650x434.jpg");
}
.cid-spcUru72pz .card2 {
  background-image: url("../../../assets/images/roof-top-2-650x434.jpg");
}
.cid-spcUru72pz .card3 {
  background-image: url("../../../assets/images/vrf-650x434.jpg");
}
.cid-spcUru72pz .mbr-text,
.cid-spcUru72pz .card-box {
  text-align: center;
}
.cid-sm5lvTomxK {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-1920x1424.jpg");
}
@media (min-width: 1500px) {
  .cid-sm5lvTomxK .container {
    max-width: 1400px;
  }
}
@media (min-width: 767px) {
  .cid-sm5lvTomxK .container-fluid {
    padding: 0 3rem;
  }
}
.cid-sm5lvTomxK .card1 {
  background: #07b4d2;
}
.cid-sm5lvTomxK .card2 {
  background: #35ae53;
}
.cid-sm5lvTomxK .card3 {
  background: #ea7515;
}
.cid-sm5lvTomxK .card4 {
  background: #35ae53;
}
.cid-sm5lvTomxK .card5 {
  background: #07b4d2;
}
.cid-sm5lvTomxK .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-sm5lvTomxK .card-wrapper {
  padding: 3rem 2rem;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .cid-sm5lvTomxK .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-sm5lvTomxK .row {
  justify-content: center;
}
@media (min-width: 1400px) {
  .cid-sm5lvTomxK .col-lg-3 {
    max-width: 20%;
  }
}
.cid-sm5lvTomxK .mbr-section-title {
  color: #ffffff;
}
.cid-sm5lvTomxK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sm5lvTomxK .card-title,
.cid-sm5lvTomxK .iconfont-wrapper {
  color: #f3f3f3;
  text-align: center;
}
.cid-sm5lvTomxK .card-text {
  color: #082c4e;
}
.cid-sm5cF3z8Kp {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-sm5cF3z8Kp .card-header {
  background: transparent;
}
.cid-sm5cF3z8Kp img {
  width: 90%;
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
  margin: auto;
}
@media (max-width: 992px) {
  .cid-sm5cF3z8Kp .wrapper {
    padding: 0;
  }
  .cid-sm5cF3z8Kp img {
    width: 100%;
    padding: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-sm5cF3z8Kp .mbr-iconfont {
  font-size: 1rem !important;
  font-family: "Moririse2" !important;
}
.cid-sm5cF3z8Kp .mbr-iconfont:before {
  content: "\e960";
}
.cid-sm5cF3z8Kp .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sm5cF3z8Kp .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sm5cF3z8Kp .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sm5cF3z8Kp .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sm5cF3z8Kp .card .card-header a.panel-title h5 .sign {
  padding-right: 1rem;
}
.cid-sm5cF3z8Kp .card .panel-body {
  color: #767676;
  padding-top: 1rem;
}
.cid-sm5cF3z8Kp h5 {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0rem;
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0rem;
}
@media (max-width: 767px) {
  .cid-sm5cF3z8Kp .wrapper {
    padding: 2rem 1rem;
  }
  .cid-sm5cF3z8Kp h5 {
    padding: 1rem 0rem;
  }
}
.cid-sm5cF3z8Kp .mbr-text,
.cid-sm5cF3z8Kp .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-sm5cF3z8Kp .panel-text {
  color: #000000;
  text-align: justify;
}
.cid-sm5cF3z8Kp H4 {
  color: #ffffff;
}
.cid-sm5cF3z8Kp H5 {
  color: #35ae53;
}
.cid-sm5cF3z8Kp H3 {
  color: #082c4e;
}
.cid-sm5cF3z8Kp .mbr-text,
.cid-sm5cF3z8Kp .wrapper {
  color: #000000;
}
.cid-sm5gkUQffJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #082c4e;
}
.cid-sm5gkUQffJ .card1 {
  background: #e9e9e9;
}
.cid-sm5gkUQffJ .card2 {
  background: #35ae53;
}
.cid-sm5gkUQffJ .mbr-iconfont {
  font-size: 3rem;
  color: #ffffff;
}
.cid-sm5gkUQffJ .card-wrapper {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-sm5gkUQffJ .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sm5gkUQffJ .card-wrapper {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
  }
}
.cid-sm5gkUQffJ .card-wrapper:hover {
  transform: scale(1.02);
}
@media (max-width: 767px) {
  .cid-sm5gkUQffJ .row .row {
    flex-direction: column-reverse;
  }
  .cid-sm5gkUQffJ .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sm5gkUQffJ .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sm5gkUQffJ .card-subtitle {
  color: #ffffff;
}
.cid-sm5gkUQffJ .mbr-text {
  color: #ffffff;
  line-height: normal;
  text-align: justify;
}
.cid-sm5gkUQffJ .mbr-title {
  color: #ffffff;
}
.cid-sm5gkUQffJ .mbr-main-text {
  color: #ffffff;
}
.cid-sm5gkUQffJ .card-title {
  color: #000000;
}
.cid-sm5gkUQffJ .mbr-text,
.cid-sm5gkUQffJ .mbr-section-btn {
  color: #000000;
}
.cid-sm5gkUQffJ .color-texto {
  color: white;
}
.cid-spt9OV27MZ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-spt9OV27MZ h4 {
  color: #ffffff;
}
.cid-spsKh62vgR {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-spsKh62vgR .icon-title {
  margin: 0;
  padding: 0;
}
@media (min-width: 1400px) {
  .cid-spsKh62vgR .text {
    max-width: 360px;
  }
}
@media (max-width: 992px) {
  .cid-spsKh62vgR .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-spsKh62vgR .google-map {
  height: 18rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-spsKh62vgR .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-spsKh62vgR .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-spsKh62vgR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-spsKh62vgR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-spsKh62vgR .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #0077ff;
  text-align: right;
}
.cid-spsKh62vgR .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-spsKh62vgR .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-spsKh62vgR .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-spsKh62vgR .mbr-text,
.cid-spsKh62vgR .mbr-section-btn {
  color: #999999;
}
.cid-spsKh62vgR .icon-title,
.cid-spsKh62vgR .align-wrap {
  color: #000000;
  text-align: left;
}
.cid-spsKh62vgR .mbr-text,
.cid-spsKh62vgR .col {
  color: #000000;
}
.cid-spsKh62vgR .title {
  text-align: left;
}
.cid-spe6VbsCYf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-spe6VbsCYf a:link {
  text-decoration: none;
}
.cid-spe6VbsCYf .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-spe6VbsCYf .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-spe6VbsCYf .inner-text {
  line-height: 3em;
}
.cid-spe6VbsCYf .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spe6VbsCYf .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-spe6VbsCYf .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-spe6VbsCYf .content-text,
.cid-spe6VbsCYf .inner-text {
  color: #ffffff;
  FONT-SIZE: 13PX;
  line-height: normal;
}
.cid-spsKbu8mcw.popup-builder {
  background-color: #ffffff;
}
.cid-spsKbu8mcw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-spsKbu8mcw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-spsKbu8mcw .modal-content,
.cid-spsKbu8mcw .modal-dialog {
  height: auto;
}
.cid-spsKbu8mcw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-spsKbu8mcw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-spsKbu8mcw .form-wrapper .mbr-form .form-group,
  .cid-spsKbu8mcw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-spsKbu8mcw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-spsKbu8mcw .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spsKbu8mcw .mbr-text {
  text-align: center;
}
.cid-spsKbu8mcw .pt-0 {
  padding-top: 0 !important;
}
.cid-spsKbu8mcw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-spsKbu8mcw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-spsKbu8mcw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-spsKbu8mcw .modal-open {
  overflow: hidden;
}
.cid-spsKbu8mcw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-spsKbu8mcw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-spsKbu8mcw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-spsKbu8mcw .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-spsKbu8mcw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-spsKbu8mcw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-spsKbu8mcw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-spsKbu8mcw .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-spsKbu8mcw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-spsKbu8mcw .modal-backdrop.fade {
  opacity: 0;
}
.cid-spsKbu8mcw .modal-backdrop.show {
  opacity: .5;
}
.cid-spsKbu8mcw .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-spsKbu8mcw .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-spsKbu8mcw .modal-header .close:hover {
  opacity: 1;
}
.cid-spsKbu8mcw .modal-header .close:focus {
  outline: none;
}
.cid-spsKbu8mcw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #003652;
}
.cid-spsKbu8mcw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-spsKbu8mcw .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-spsKbu8mcw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-spsKbu8mcw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-spsKbu8mcw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-spsKbu8mcw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-spsKbu8mcw .modal-sm {
    max-width: 300px;
  }
  .cid-spsKbu8mcw .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-spsKbu8mcw .modal-lg,
  .cid-spsKbu8mcw .modal-xl {
    max-width: 800px;
  }
  .cid-spsKbu8mcw .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-spsKbu8mcw .modal-xl {
    max-width: 1140px;
  }
  .cid-spsKbu8mcw .container {
    max-width: 1140px;
  }
}
.cid-spsKbu8mcw .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-spsKbu8mcw .container {
    max-width: 720px;
  }
}
.cid-spsKbu8mcw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-spsKbu8mcw .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-spsKbu8mcw .form-group {
  margin-bottom: 1rem;
}
.cid-spsKbu8mcw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-spsKbu8mcw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-spsKbu8mcw .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sm4pFChq9K .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sm4pFChq9K .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-sm4pFChq9K .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-sm4pFChq9K .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-sm4pFChq9K .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sm4pFChq9K .navbar.opened {
  transition: all 0.3s;
}
.cid-sm4pFChq9K .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sm4pFChq9K .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sm4pFChq9K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sm4pFChq9K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sm4pFChq9K .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sm4pFChq9K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sm4pFChq9K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sm4pFChq9K .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sm4pFChq9K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sm4pFChq9K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sm4pFChq9K .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sm4pFChq9K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sm4pFChq9K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sm4pFChq9K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sm4pFChq9K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sm4pFChq9K .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sm4pFChq9K .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sm4pFChq9K .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sm4pFChq9K .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sm4pFChq9K .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sm4pFChq9K .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sm4pFChq9K .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sm4pFChq9K .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sm4pFChq9K .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sm4pFChq9K .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sm4pFChq9K .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sm4pFChq9K .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-sm4pFChq9K .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sm4pFChq9K .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sm4pFChq9K .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-sm4pFChq9K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sm4pFChq9K .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sm4pFChq9K .navbar-caption {
  padding-right: 4rem;
}
.cid-sm4pFChq9K .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-sm4pFChq9K .dropdown-menu,
.cid-sm4pFChq9K .navbar.opened {
  background: #ffffff !important;
}
.cid-sm4pFChq9K .nav-item:focus,
.cid-sm4pFChq9K .nav-link:focus {
  outline: none;
}
.cid-sm4pFChq9K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sm4pFChq9K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sm4pFChq9K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sm4pFChq9K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sm4pFChq9K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sm4pFChq9K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sm4pFChq9K .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sm4pFChq9K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sm4pFChq9K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sm4pFChq9K .dropdown-item.active,
.cid-sm4pFChq9K .dropdown-item:active {
  background-color: transparent;
}
.cid-sm4pFChq9K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sm4pFChq9K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sm4pFChq9K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sm4pFChq9K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sm4pFChq9K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sm4pFChq9K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sm4pFChq9K ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sm4pFChq9K .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sm4pFChq9K button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sm4pFChq9K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sm4pFChq9K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sm4pFChq9K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sm4pFChq9K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sm4pFChq9K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sm4pFChq9K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sm4pFChq9K nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sm4pFChq9K nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sm4pFChq9K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sm4pFChq9K .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sm4pFChq9K a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sm4pFChq9K .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sm4pFChq9K .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sm4pFChq9K .navbar {
    height: 77px;
  }
  .cid-sm4pFChq9K .navbar.opened {
    height: auto;
  }
  .cid-sm4pFChq9K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sm613OgdYd {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-sm613OgdYd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sm613OgdYd .mbr-section-title {
  color: #ffffff;
}
.cid-sm613OgdYd .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-sm613OgdYd .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-sm613OgdYd .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #082c4e;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sm613OgdYd .mbr-section-btn {
  display: flex;
}
.cid-sm613OgdYd .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-sm613OgdYd .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-sm613OgdYd .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-sm613OgdYd .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-sm613OgdYd .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sm613OgdYd .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-sm613OgdYd .video-wrap .icon-wrap .line-video-1,
.cid-sm613OgdYd .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-sm613OgdYd .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-sm613OgdYd .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-sm613OgdYd .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sm613OgdYd .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sm613OgdYd .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sm613OgdYd a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ea7515;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sm613OgdYd a.close:hover {
  color: #ea7515;
}
@media (max-width: 991px) {
  .cid-sm613OgdYd .separator,
  .cid-sm613OgdYd .sep-holder,
  .cid-sm613OgdYd .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sm613OgdYd .buttons-wrap {
    flex-direction: column;
  }
  .cid-sm613OgdYd .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-sm613OgdYd .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-sm613OgdYd .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-sm613OgdYd .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-sm61xHZVcn {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-sm61xHZVcn .card-header {
  background: transparent;
}
.cid-sm61xHZVcn img {
  width: 90%;
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
  margin: auto;
}
@media (max-width: 992px) {
  .cid-sm61xHZVcn .wrapper {
    padding: 0;
  }
  .cid-sm61xHZVcn img {
    width: 100%;
    padding: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-sm61xHZVcn .mbr-iconfont {
  font-size: 1rem !important;
  font-family: "Moririse2" !important;
}
.cid-sm61xHZVcn .mbr-iconfont:before {
  content: "\e960";
}
.cid-sm61xHZVcn .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sm61xHZVcn .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sm61xHZVcn .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sm61xHZVcn .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sm61xHZVcn .card .card-header a.panel-title h5 .sign {
  padding-right: 1rem;
}
.cid-sm61xHZVcn .card .panel-body {
  color: #767676;
  padding-top: 1rem;
}
.cid-sm61xHZVcn h5 {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0rem;
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0rem;
}
@media (max-width: 767px) {
  .cid-sm61xHZVcn .wrapper {
    padding: 2rem 1rem;
  }
  .cid-sm61xHZVcn h5 {
    padding: 1rem 0rem;
  }
}
.cid-sm61xHZVcn .mbr-text,
.cid-sm61xHZVcn .mbr-section-btn {
  color: #ffffff;
}
.cid-sm61xHZVcn .panel-text {
  color: #000000;
  text-align: justify;
}
.cid-sm61xHZVcn H4 {
  color: #ffffff;
}
.cid-sm61xHZVcn H5 {
  color: #35ae53;
}
.cid-sm61xHZVcn H3 {
  color: #000000;
}
.cid-sm61xHZVcn P {
  color: #000000;
}
.cid-sm61xHZVcn .mbr-section-title {
  text-align: justify;
}
.cid-sm69d9AKXy {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #082c4e;
}
.cid-sm69d9AKXy .content-inner .left-content {
  display: block;
}
.cid-sm69d9AKXy .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sm69d9AKXy .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sm69d9AKXy .content-inner .right-content {
  display: block;
}
.cid-sm69d9AKXy .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sm69d9AKXy .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sm69d9AKXy .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sm69d9AKXy .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ea7515 !important;
  border-color: #ea7515 !important;
}
@media (max-width: 991px) {
  .cid-sm69d9AKXy .content-inner {
    justify-content: center !important;
  }
  .cid-sm69d9AKXy * {
    text-align: center;
  }
}
.cid-srRoYRQ5zZ {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-srRoYRQ5zZ .icon-title {
  margin: 0;
  padding: 0;
}
@media (min-width: 1400px) {
  .cid-srRoYRQ5zZ .text {
    max-width: 360px;
  }
}
@media (max-width: 992px) {
  .cid-srRoYRQ5zZ .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-srRoYRQ5zZ .google-map {
  height: 18rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-srRoYRQ5zZ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-srRoYRQ5zZ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-srRoYRQ5zZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-srRoYRQ5zZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-srRoYRQ5zZ .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #0077ff;
  text-align: right;
}
.cid-srRoYRQ5zZ .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-srRoYRQ5zZ .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-srRoYRQ5zZ .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-srRoYRQ5zZ .mbr-text,
.cid-srRoYRQ5zZ .mbr-section-btn {
  color: #999999;
}
.cid-srRoYRQ5zZ .icon-title,
.cid-srRoYRQ5zZ .align-wrap {
  color: #000000;
  text-align: left;
}
.cid-srRoYRQ5zZ .mbr-text,
.cid-srRoYRQ5zZ .col {
  color: #000000;
}
.cid-srRoYRQ5zZ .title {
  text-align: left;
}
.cid-srRoYD4R2O.popup-builder {
  background-color: #ffffff;
}
.cid-srRoYD4R2O.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-srRoYD4R2O.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-srRoYD4R2O .modal-content,
.cid-srRoYD4R2O .modal-dialog {
  height: auto;
}
.cid-srRoYD4R2O .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-srRoYD4R2O .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-srRoYD4R2O .form-wrapper .mbr-form .form-group,
  .cid-srRoYD4R2O .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-srRoYD4R2O .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-srRoYD4R2O .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-srRoYD4R2O .mbr-text {
  text-align: center;
}
.cid-srRoYD4R2O .pt-0 {
  padding-top: 0 !important;
}
.cid-srRoYD4R2O .pb-0 {
  padding-bottom: 0 !important;
}
.cid-srRoYD4R2O .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-srRoYD4R2O .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-srRoYD4R2O .modal-open {
  overflow: hidden;
}
.cid-srRoYD4R2O .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-srRoYD4R2O .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-srRoYD4R2O .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-srRoYD4R2O .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-srRoYD4R2O .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-srRoYD4R2O .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-srRoYD4R2O .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-srRoYD4R2O .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-srRoYD4R2O .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-srRoYD4R2O .modal-backdrop.fade {
  opacity: 0;
}
.cid-srRoYD4R2O .modal-backdrop.show {
  opacity: .5;
}
.cid-srRoYD4R2O .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-srRoYD4R2O .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-srRoYD4R2O .modal-header .close:hover {
  opacity: 1;
}
.cid-srRoYD4R2O .modal-header .close:focus {
  outline: none;
}
.cid-srRoYD4R2O .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #003652;
}
.cid-srRoYD4R2O .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-srRoYD4R2O .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-srRoYD4R2O .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-srRoYD4R2O .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-srRoYD4R2O .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-srRoYD4R2O .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-srRoYD4R2O .modal-sm {
    max-width: 300px;
  }
  .cid-srRoYD4R2O .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-srRoYD4R2O .modal-lg,
  .cid-srRoYD4R2O .modal-xl {
    max-width: 800px;
  }
  .cid-srRoYD4R2O .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-srRoYD4R2O .modal-xl {
    max-width: 1140px;
  }
  .cid-srRoYD4R2O .container {
    max-width: 1140px;
  }
}
.cid-srRoYD4R2O .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-srRoYD4R2O .container {
    max-width: 720px;
  }
}
.cid-srRoYD4R2O .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-srRoYD4R2O .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-srRoYD4R2O .form-group {
  margin-bottom: 1rem;
}
.cid-srRoYD4R2O .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-srRoYD4R2O .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-srRoYD4R2O .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-spe7m7Ay2J {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-spe7m7Ay2J a:link {
  text-decoration: none;
}
.cid-spe7m7Ay2J .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-spe7m7Ay2J .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-spe7m7Ay2J .inner-text {
  line-height: 3em;
}
.cid-spe7m7Ay2J .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spe7m7Ay2J .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-spe7m7Ay2J .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-spe7m7Ay2J .content-text,
.cid-spe7m7Ay2J .inner-text {
  color: #ffffff;
  FONT-SIZE: 13PX;
  line-height: normal;
}
.cid-spbKGefoVi .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spbKGefoVi .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-spbKGefoVi .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-spbKGefoVi .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-spbKGefoVi .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-spbKGefoVi .navbar.opened {
  transition: all 0.3s;
}
.cid-spbKGefoVi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-spbKGefoVi .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-spbKGefoVi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spbKGefoVi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-spbKGefoVi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-spbKGefoVi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spbKGefoVi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spbKGefoVi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-spbKGefoVi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spbKGefoVi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-spbKGefoVi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-spbKGefoVi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-spbKGefoVi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spbKGefoVi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spbKGefoVi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spbKGefoVi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-spbKGefoVi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-spbKGefoVi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spbKGefoVi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-spbKGefoVi .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-spbKGefoVi .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-spbKGefoVi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-spbKGefoVi .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-spbKGefoVi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-spbKGefoVi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-spbKGefoVi .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-spbKGefoVi .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-spbKGefoVi .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-spbKGefoVi .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-spbKGefoVi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-spbKGefoVi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-spbKGefoVi .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-spbKGefoVi .navbar-caption {
  padding-right: 4rem;
}
.cid-spbKGefoVi .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-spbKGefoVi .dropdown-menu,
.cid-spbKGefoVi .navbar.opened {
  background: #ffffff !important;
}
.cid-spbKGefoVi .nav-item:focus,
.cid-spbKGefoVi .nav-link:focus {
  outline: none;
}
.cid-spbKGefoVi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spbKGefoVi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spbKGefoVi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-spbKGefoVi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spbKGefoVi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spbKGefoVi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spbKGefoVi .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spbKGefoVi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spbKGefoVi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spbKGefoVi .dropdown-item.active,
.cid-spbKGefoVi .dropdown-item:active {
  background-color: transparent;
}
.cid-spbKGefoVi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spbKGefoVi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spbKGefoVi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spbKGefoVi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-spbKGefoVi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spbKGefoVi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spbKGefoVi ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-spbKGefoVi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-spbKGefoVi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spbKGefoVi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-spbKGefoVi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-spbKGefoVi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spbKGefoVi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spbKGefoVi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-spbKGefoVi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spbKGefoVi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-spbKGefoVi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-spbKGefoVi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spbKGefoVi .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-spbKGefoVi a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spbKGefoVi .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-spbKGefoVi .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-spbKGefoVi .navbar {
    height: 77px;
  }
  .cid-spbKGefoVi .navbar.opened {
    height: auto;
  }
  .cid-spbKGefoVi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spbKGeKUFZ {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/grandes-clientes-1280x553.jpg");
}
.cid-spbKGeKUFZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-spbKGeKUFZ .mbr-section-title {
  color: #ffffff;
}
.cid-spbKGeKUFZ .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-spbKGeKUFZ .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-spbKGeKUFZ .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #082c4e;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-spbKGeKUFZ .mbr-section-btn {
  display: flex;
}
.cid-spbKGeKUFZ .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-spbKGeKUFZ .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-spbKGeKUFZ .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-spbKGeKUFZ .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-spbKGeKUFZ .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-spbKGeKUFZ .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-spbKGeKUFZ .video-wrap .icon-wrap .line-video-1,
.cid-spbKGeKUFZ .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-spbKGeKUFZ .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-spbKGeKUFZ .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-spbKGeKUFZ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-spbKGeKUFZ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-spbKGeKUFZ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-spbKGeKUFZ a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ea7515;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-spbKGeKUFZ a.close:hover {
  color: #ea7515;
}
@media (max-width: 991px) {
  .cid-spbKGeKUFZ .separator,
  .cid-spbKGeKUFZ .sep-holder,
  .cid-spbKGeKUFZ .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-spbKGeKUFZ .buttons-wrap {
    flex-direction: column;
  }
  .cid-spbKGeKUFZ .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-spbKGeKUFZ .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-spbKGeKUFZ .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-spbKGeKUFZ .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-spbKGfagao {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-spbKGfagao .container {
  max-width: 1500px;
}
.cid-spbKGfagao img {
  width: 100%;
}
.cid-spbKGfagao h2 {
  padding: 0;
  margin: 0;
}
.cid-spbKGfagao .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-spbKGfagao .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-spbKGfagao .img-col {
  position: relative;
}
.cid-spbKGfagao .ancho {
  max-width: 40%;
}
.cid-spbKGfagao .img2 {
  position: absolute;
  right: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-spbKGfagao .img2 {
    right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-spbKGfagao .img-col {
    margin-top: 3rem;
  }
  .cid-spbKGfagao .text-wrap {
    max-width: 550px;
  }
  .cid-spbKGfagao .ancho {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .cid-spbKGfagao .img2 {
    display: none;
  }
  .cid-spbKGfagao .number {
    margin: auto;
  }
  .cid-spbKGfagao .ancho {
    max-width: 100%;
  }
}
.cid-spbKGfagao .mbr-text {
  text-align: justify;
}
.cid-spbKGfpqhc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f3f3f3;
}
.cid-spbKGfpqhc .card-wrapper {
  overflow: hidden;
  height: 100%;
  padding: 0;
  display: flex;
}
.cid-spbKGfpqhc .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-spbKGfpqhc p {
  line-height: 1.5;
}
.cid-spbKGfpqhc .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-spbKGfpqhc .mail,
.cid-spbKGfpqhc .phone,
.cid-spbKGfpqhc .mbr-iconfont {
  display: inline-block;
}
.cid-spbKGfpqhc .card-title {
  color: #149dcc;
  margin: 0;
}
.cid-spbKGfpqhc .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  width: 30%;
  margin: auto;
}
.cid-spbKGfpqhc .card-box {
  padding-left: 1rem;
  width: 70%;
  margin: auto 0;
}
.cid-spbKGfpqhc .mbr-section-title,
.cid-spbKGfpqhc .line-wrap {
  text-align: center;
  color: #003652;
}
.cid-spbKGfpqhc .mail {
  color: #0087ab;
}
.cid-spbKGfpqhc .card-title {
  color: #35ae53;
  text-align: left;
}
.cid-spbKGfpqhc .mbr-text {
  text-align: left;
  FONT-WEIGHT: normal;
}
.cid-spc3PPv9vp {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #082c4e;
}
.cid-spc3PPv9vp .content-inner .left-content {
  display: block;
}
.cid-spc3PPv9vp .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-spc3PPv9vp .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-spc3PPv9vp .content-inner .right-content {
  display: block;
}
.cid-spc3PPv9vp .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-spc3PPv9vp .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-spc3PPv9vp .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-spc3PPv9vp .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ea7515 !important;
  border-color: #ea7515 !important;
}
@media (max-width: 991px) {
  .cid-spc3PPv9vp .content-inner {
    justify-content: center !important;
  }
  .cid-spc3PPv9vp * {
    text-align: center;
  }
}
.cid-srRoJhqB5t {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-srRoJhqB5t .icon-title {
  margin: 0;
  padding: 0;
}
@media (min-width: 1400px) {
  .cid-srRoJhqB5t .text {
    max-width: 360px;
  }
}
@media (max-width: 992px) {
  .cid-srRoJhqB5t .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-srRoJhqB5t .google-map {
  height: 18rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-srRoJhqB5t .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-srRoJhqB5t .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-srRoJhqB5t .google-map[data-state] {
  background: #e9e5dc;
}
.cid-srRoJhqB5t .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-srRoJhqB5t .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #0077ff;
  text-align: right;
}
.cid-srRoJhqB5t .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-srRoJhqB5t .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-srRoJhqB5t .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-srRoJhqB5t .mbr-text,
.cid-srRoJhqB5t .mbr-section-btn {
  color: #999999;
}
.cid-srRoJhqB5t .icon-title,
.cid-srRoJhqB5t .align-wrap {
  color: #000000;
  text-align: left;
}
.cid-srRoJhqB5t .mbr-text,
.cid-srRoJhqB5t .col {
  color: #000000;
}
.cid-srRoJhqB5t .title {
  text-align: left;
}
.cid-srRoIWod0D.popup-builder {
  background-color: #ffffff;
}
.cid-srRoIWod0D.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-srRoIWod0D.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-srRoIWod0D .modal-content,
.cid-srRoIWod0D .modal-dialog {
  height: auto;
}
.cid-srRoIWod0D .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-srRoIWod0D .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-srRoIWod0D .form-wrapper .mbr-form .form-group,
  .cid-srRoIWod0D .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-srRoIWod0D .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-srRoIWod0D .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-srRoIWod0D .mbr-text {
  text-align: center;
}
.cid-srRoIWod0D .pt-0 {
  padding-top: 0 !important;
}
.cid-srRoIWod0D .pb-0 {
  padding-bottom: 0 !important;
}
.cid-srRoIWod0D .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-srRoIWod0D .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-srRoIWod0D .modal-open {
  overflow: hidden;
}
.cid-srRoIWod0D .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-srRoIWod0D .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-srRoIWod0D .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-srRoIWod0D .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-srRoIWod0D .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-srRoIWod0D .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-srRoIWod0D .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-srRoIWod0D .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-srRoIWod0D .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-srRoIWod0D .modal-backdrop.fade {
  opacity: 0;
}
.cid-srRoIWod0D .modal-backdrop.show {
  opacity: .5;
}
.cid-srRoIWod0D .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-srRoIWod0D .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-srRoIWod0D .modal-header .close:hover {
  opacity: 1;
}
.cid-srRoIWod0D .modal-header .close:focus {
  outline: none;
}
.cid-srRoIWod0D .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #003652;
}
.cid-srRoIWod0D .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-srRoIWod0D .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-srRoIWod0D .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-srRoIWod0D .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-srRoIWod0D .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-srRoIWod0D .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-srRoIWod0D .modal-sm {
    max-width: 300px;
  }
  .cid-srRoIWod0D .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-srRoIWod0D .modal-lg,
  .cid-srRoIWod0D .modal-xl {
    max-width: 800px;
  }
  .cid-srRoIWod0D .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-srRoIWod0D .modal-xl {
    max-width: 1140px;
  }
  .cid-srRoIWod0D .container {
    max-width: 1140px;
  }
}
.cid-srRoIWod0D .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-srRoIWod0D .container {
    max-width: 720px;
  }
}
.cid-srRoIWod0D .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-srRoIWod0D .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-srRoIWod0D .form-group {
  margin-bottom: 1rem;
}
.cid-srRoIWod0D .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-srRoIWod0D .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-srRoIWod0D .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-spe7aTkzWA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-spe7aTkzWA a:link {
  text-decoration: none;
}
.cid-spe7aTkzWA .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-spe7aTkzWA .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-spe7aTkzWA .inner-text {
  line-height: 3em;
}
.cid-spe7aTkzWA .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spe7aTkzWA .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-spe7aTkzWA .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-spe7aTkzWA .content-text,
.cid-spe7aTkzWA .inner-text {
  color: #ffffff;
  FONT-SIZE: 13PX;
  line-height: normal;
}
.cid-spbW2CBG0S .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spbW2CBG0S .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-spbW2CBG0S .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-spbW2CBG0S .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-spbW2CBG0S .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-spbW2CBG0S .navbar.opened {
  transition: all 0.3s;
}
.cid-spbW2CBG0S .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-spbW2CBG0S .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-spbW2CBG0S .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spbW2CBG0S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-spbW2CBG0S .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-spbW2CBG0S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spbW2CBG0S .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spbW2CBG0S .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-spbW2CBG0S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spbW2CBG0S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-spbW2CBG0S .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-spbW2CBG0S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-spbW2CBG0S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spbW2CBG0S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spbW2CBG0S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spbW2CBG0S .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-spbW2CBG0S .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-spbW2CBG0S .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spbW2CBG0S .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-spbW2CBG0S .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-spbW2CBG0S .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-spbW2CBG0S .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-spbW2CBG0S .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-spbW2CBG0S .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-spbW2CBG0S .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-spbW2CBG0S .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-spbW2CBG0S .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-spbW2CBG0S .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-spbW2CBG0S .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-spbW2CBG0S .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-spbW2CBG0S .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-spbW2CBG0S .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-spbW2CBG0S .navbar-caption {
  padding-right: 4rem;
}
.cid-spbW2CBG0S .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-spbW2CBG0S .dropdown-menu,
.cid-spbW2CBG0S .navbar.opened {
  background: #ffffff !important;
}
.cid-spbW2CBG0S .nav-item:focus,
.cid-spbW2CBG0S .nav-link:focus {
  outline: none;
}
.cid-spbW2CBG0S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spbW2CBG0S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spbW2CBG0S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-spbW2CBG0S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spbW2CBG0S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spbW2CBG0S .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spbW2CBG0S .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spbW2CBG0S .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spbW2CBG0S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spbW2CBG0S .dropdown-item.active,
.cid-spbW2CBG0S .dropdown-item:active {
  background-color: transparent;
}
.cid-spbW2CBG0S .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spbW2CBG0S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spbW2CBG0S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spbW2CBG0S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-spbW2CBG0S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spbW2CBG0S .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spbW2CBG0S ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-spbW2CBG0S .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-spbW2CBG0S button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spbW2CBG0S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-spbW2CBG0S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-spbW2CBG0S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spbW2CBG0S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spbW2CBG0S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-spbW2CBG0S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spbW2CBG0S nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-spbW2CBG0S nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-spbW2CBG0S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spbW2CBG0S .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-spbW2CBG0S a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spbW2CBG0S .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-spbW2CBG0S .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-spbW2CBG0S .navbar {
    height: 77px;
  }
  .cid-spbW2CBG0S .navbar.opened {
    height: auto;
  }
  .cid-spbW2CBG0S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spbW2D2ITh {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/split-aire-acondicionado-1406x735.jpg");
}
.cid-spbW2D2ITh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-spbW2D2ITh .mbr-section-title {
  color: #ffffff;
}
.cid-spbW2D2ITh .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-spbW2D2ITh .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-spbW2D2ITh .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #082c4e;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-spbW2D2ITh .mbr-section-btn {
  display: flex;
}
.cid-spbW2D2ITh .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-spbW2D2ITh .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-spbW2D2ITh .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-spbW2D2ITh .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-spbW2D2ITh .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-spbW2D2ITh .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-spbW2D2ITh .video-wrap .icon-wrap .line-video-1,
.cid-spbW2D2ITh .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-spbW2D2ITh .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-spbW2D2ITh .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-spbW2D2ITh .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-spbW2D2ITh .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-spbW2D2ITh .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-spbW2D2ITh a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ea7515;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-spbW2D2ITh a.close:hover {
  color: #ea7515;
}
@media (max-width: 991px) {
  .cid-spbW2D2ITh .separator,
  .cid-spbW2D2ITh .sep-holder,
  .cid-spbW2D2ITh .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-spbW2D2ITh .buttons-wrap {
    flex-direction: column;
  }
  .cid-spbW2D2ITh .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-spbW2D2ITh .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-spbW2D2ITh .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-spbW2D2ITh .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-spbW2DzzCz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-spbW2DzzCz .container {
  max-width: 1500px;
}
.cid-spbW2DzzCz img {
  width: 100%;
}
.cid-spbW2DzzCz h2 {
  padding: 0;
  margin: 0;
}
.cid-spbW2DzzCz .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-spbW2DzzCz .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-spbW2DzzCz .img-col {
  position: relative;
}
.cid-spbW2DzzCz .img2 {
  position: absolute;
  right: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-spbW2DzzCz .img2 {
    right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-spbW2DzzCz .img-col {
    margin-top: 3rem;
  }
  .cid-spbW2DzzCz .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-spbW2DzzCz .img2 {
    display: none;
  }
  .cid-spbW2DzzCz .number {
    margin: auto;
  }
}
.cid-spbW2DzzCz .mbr-text {
  text-align: justify;
}
.cid-spbW2DO58C {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f3f3f3;
}
.cid-spbW2DO58C .card-wrapper {
  overflow: hidden;
  height: 100%;
  padding: 0;
  display: flex;
}
.cid-spbW2DO58C .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-spbW2DO58C p {
  line-height: 1.5;
}
.cid-spbW2DO58C .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-spbW2DO58C .mail,
.cid-spbW2DO58C .phone,
.cid-spbW2DO58C .mbr-iconfont {
  display: inline-block;
}
.cid-spbW2DO58C .card-title {
  color: #149dcc;
  margin: 0;
}
.cid-spbW2DO58C .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  width: 30%;
  margin: auto;
}
.cid-spbW2DO58C .card-box {
  padding-left: 1rem;
  width: 70%;
  margin: auto 0;
}
.cid-spbW2DO58C .mbr-section-title,
.cid-spbW2DO58C .line-wrap {
  text-align: center;
  color: #003652;
}
.cid-spbW2DO58C .mail {
  color: #0087ab;
}
.cid-spbW2DO58C .card-title {
  color: #35ae53;
  text-align: left;
}
.cid-spbW2DO58C .mbr-text {
  text-align: left;
  FONT-WEIGHT: normal;
}
.cid-spc3TMCTjQ {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #082c4e;
}
.cid-spc3TMCTjQ .content-inner .left-content {
  display: block;
}
.cid-spc3TMCTjQ .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-spc3TMCTjQ .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-spc3TMCTjQ .content-inner .right-content {
  display: block;
}
.cid-spc3TMCTjQ .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-spc3TMCTjQ .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-spc3TMCTjQ .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-spc3TMCTjQ .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ea7515 !important;
  border-color: #ea7515 !important;
}
@media (max-width: 991px) {
  .cid-spc3TMCTjQ .content-inner {
    justify-content: center !important;
  }
  .cid-spc3TMCTjQ * {
    text-align: center;
  }
}
.cid-srRoFrKl0r {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-srRoFrKl0r .icon-title {
  margin: 0;
  padding: 0;
}
@media (min-width: 1400px) {
  .cid-srRoFrKl0r .text {
    max-width: 360px;
  }
}
@media (max-width: 992px) {
  .cid-srRoFrKl0r .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-srRoFrKl0r .google-map {
  height: 18rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-srRoFrKl0r .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-srRoFrKl0r .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-srRoFrKl0r .google-map[data-state] {
  background: #e9e5dc;
}
.cid-srRoFrKl0r .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-srRoFrKl0r .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #0077ff;
  text-align: right;
}
.cid-srRoFrKl0r .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-srRoFrKl0r .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-srRoFrKl0r .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-srRoFrKl0r .mbr-text,
.cid-srRoFrKl0r .mbr-section-btn {
  color: #999999;
}
.cid-srRoFrKl0r .icon-title,
.cid-srRoFrKl0r .align-wrap {
  color: #000000;
  text-align: left;
}
.cid-srRoFrKl0r .mbr-text,
.cid-srRoFrKl0r .col {
  color: #000000;
}
.cid-srRoFrKl0r .title {
  text-align: left;
}
.cid-srRoF9y80Q.popup-builder {
  background-color: #ffffff;
}
.cid-srRoF9y80Q.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-srRoF9y80Q.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-srRoF9y80Q .modal-content,
.cid-srRoF9y80Q .modal-dialog {
  height: auto;
}
.cid-srRoF9y80Q .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-srRoF9y80Q .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-srRoF9y80Q .form-wrapper .mbr-form .form-group,
  .cid-srRoF9y80Q .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-srRoF9y80Q .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-srRoF9y80Q .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-srRoF9y80Q .mbr-text {
  text-align: center;
}
.cid-srRoF9y80Q .pt-0 {
  padding-top: 0 !important;
}
.cid-srRoF9y80Q .pb-0 {
  padding-bottom: 0 !important;
}
.cid-srRoF9y80Q .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-srRoF9y80Q .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-srRoF9y80Q .modal-open {
  overflow: hidden;
}
.cid-srRoF9y80Q .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-srRoF9y80Q .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-srRoF9y80Q .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-srRoF9y80Q .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-srRoF9y80Q .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-srRoF9y80Q .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-srRoF9y80Q .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-srRoF9y80Q .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-srRoF9y80Q .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-srRoF9y80Q .modal-backdrop.fade {
  opacity: 0;
}
.cid-srRoF9y80Q .modal-backdrop.show {
  opacity: .5;
}
.cid-srRoF9y80Q .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-srRoF9y80Q .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-srRoF9y80Q .modal-header .close:hover {
  opacity: 1;
}
.cid-srRoF9y80Q .modal-header .close:focus {
  outline: none;
}
.cid-srRoF9y80Q .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #003652;
}
.cid-srRoF9y80Q .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-srRoF9y80Q .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-srRoF9y80Q .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-srRoF9y80Q .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-srRoF9y80Q .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-srRoF9y80Q .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-srRoF9y80Q .modal-sm {
    max-width: 300px;
  }
  .cid-srRoF9y80Q .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-srRoF9y80Q .modal-lg,
  .cid-srRoF9y80Q .modal-xl {
    max-width: 800px;
  }
  .cid-srRoF9y80Q .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-srRoF9y80Q .modal-xl {
    max-width: 1140px;
  }
  .cid-srRoF9y80Q .container {
    max-width: 1140px;
  }
}
.cid-srRoF9y80Q .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-srRoF9y80Q .container {
    max-width: 720px;
  }
}
.cid-srRoF9y80Q .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-srRoF9y80Q .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-srRoF9y80Q .form-group {
  margin-bottom: 1rem;
}
.cid-srRoF9y80Q .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-srRoF9y80Q .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-srRoF9y80Q .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-spe7dfUegc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-spe7dfUegc a:link {
  text-decoration: none;
}
.cid-spe7dfUegc .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-spe7dfUegc .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-spe7dfUegc .inner-text {
  line-height: 3em;
}
.cid-spe7dfUegc .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spe7dfUegc .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-spe7dfUegc .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-spe7dfUegc .content-text,
.cid-spe7dfUegc .inner-text {
  color: #ffffff;
  FONT-SIZE: 13PX;
  line-height: normal;
}
.cid-spbXFAyy5X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spbXFAyy5X .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-spbXFAyy5X .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-spbXFAyy5X .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-spbXFAyy5X .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-spbXFAyy5X .navbar.opened {
  transition: all 0.3s;
}
.cid-spbXFAyy5X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-spbXFAyy5X .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-spbXFAyy5X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spbXFAyy5X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-spbXFAyy5X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-spbXFAyy5X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spbXFAyy5X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spbXFAyy5X .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-spbXFAyy5X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spbXFAyy5X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-spbXFAyy5X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-spbXFAyy5X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-spbXFAyy5X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spbXFAyy5X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spbXFAyy5X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spbXFAyy5X .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-spbXFAyy5X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-spbXFAyy5X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spbXFAyy5X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-spbXFAyy5X .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-spbXFAyy5X .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-spbXFAyy5X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-spbXFAyy5X .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-spbXFAyy5X .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-spbXFAyy5X .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-spbXFAyy5X .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-spbXFAyy5X .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-spbXFAyy5X .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-spbXFAyy5X .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-spbXFAyy5X .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-spbXFAyy5X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-spbXFAyy5X .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-spbXFAyy5X .navbar-caption {
  padding-right: 4rem;
}
.cid-spbXFAyy5X .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-spbXFAyy5X .dropdown-menu,
.cid-spbXFAyy5X .navbar.opened {
  background: #ffffff !important;
}
.cid-spbXFAyy5X .nav-item:focus,
.cid-spbXFAyy5X .nav-link:focus {
  outline: none;
}
.cid-spbXFAyy5X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spbXFAyy5X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spbXFAyy5X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-spbXFAyy5X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spbXFAyy5X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spbXFAyy5X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spbXFAyy5X .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spbXFAyy5X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spbXFAyy5X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spbXFAyy5X .dropdown-item.active,
.cid-spbXFAyy5X .dropdown-item:active {
  background-color: transparent;
}
.cid-spbXFAyy5X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spbXFAyy5X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spbXFAyy5X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spbXFAyy5X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-spbXFAyy5X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spbXFAyy5X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spbXFAyy5X ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-spbXFAyy5X .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-spbXFAyy5X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spbXFAyy5X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-spbXFAyy5X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-spbXFAyy5X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spbXFAyy5X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spbXFAyy5X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-spbXFAyy5X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spbXFAyy5X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-spbXFAyy5X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-spbXFAyy5X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spbXFAyy5X .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-spbXFAyy5X a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spbXFAyy5X .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-spbXFAyy5X .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-spbXFAyy5X .navbar {
    height: 77px;
  }
  .cid-spbXFAyy5X .navbar.opened {
    height: auto;
  }
  .cid-spbXFAyy5X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spbXFB5L2Q {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/image-1920x-5f99d7b304e5e-1140x761.jpg");
}
.cid-spbXFB5L2Q .mbr-section-subtitle {
  color: #ffffff;
}
.cid-spbXFB5L2Q .mbr-section-title {
  color: #ffffff;
}
.cid-spbXFB5L2Q .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-spbXFB5L2Q .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-spbXFB5L2Q .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #082c4e;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-spbXFB5L2Q .mbr-section-btn {
  display: flex;
}
.cid-spbXFB5L2Q .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-spbXFB5L2Q .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-spbXFB5L2Q .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-spbXFB5L2Q .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-spbXFB5L2Q .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-spbXFB5L2Q .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-spbXFB5L2Q .video-wrap .icon-wrap .line-video-1,
.cid-spbXFB5L2Q .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-spbXFB5L2Q .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-spbXFB5L2Q .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-spbXFB5L2Q .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-spbXFB5L2Q .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-spbXFB5L2Q .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-spbXFB5L2Q a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ea7515;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-spbXFB5L2Q a.close:hover {
  color: #ea7515;
}
@media (max-width: 991px) {
  .cid-spbXFB5L2Q .separator,
  .cid-spbXFB5L2Q .sep-holder,
  .cid-spbXFB5L2Q .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-spbXFB5L2Q .buttons-wrap {
    flex-direction: column;
  }
  .cid-spbXFB5L2Q .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-spbXFB5L2Q .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-spbXFB5L2Q .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-spbXFB5L2Q .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-spbXFBEoPU {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-spbXFBEoPU .container {
  max-width: 1500px;
}
.cid-spbXFBEoPU img {
  width: 100%;
}
.cid-spbXFBEoPU h2 {
  padding: 0;
  margin: 0;
}
.cid-spbXFBEoPU .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-spbXFBEoPU .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-spbXFBEoPU .img-col {
  position: relative;
}
.cid-spbXFBEoPU .img2 {
  position: absolute;
  right: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-spbXFBEoPU .img2 {
    right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-spbXFBEoPU .img-col {
    margin-top: 3rem;
  }
  .cid-spbXFBEoPU .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-spbXFBEoPU .img2 {
    display: none;
  }
  .cid-spbXFBEoPU .number {
    margin: auto;
  }
}
.cid-spbXFBEoPU .mbr-text {
  text-align: justify;
}
.cid-spbXFBT5fh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f3f3f3;
}
.cid-spbXFBT5fh .card-wrapper {
  overflow: hidden;
  height: 100%;
  padding: 0;
  display: flex;
}
.cid-spbXFBT5fh .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-spbXFBT5fh p {
  line-height: 1.5;
}
.cid-spbXFBT5fh .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-spbXFBT5fh .mail,
.cid-spbXFBT5fh .phone,
.cid-spbXFBT5fh .mbr-iconfont {
  display: inline-block;
}
.cid-spbXFBT5fh .card-title {
  color: #149dcc;
  margin: 0;
}
.cid-spbXFBT5fh .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  width: 30%;
  margin: auto;
}
.cid-spbXFBT5fh .card-box {
  padding-left: 1rem;
  width: 70%;
  margin: auto 0;
}
.cid-spbXFBT5fh .mbr-section-title,
.cid-spbXFBT5fh .line-wrap {
  text-align: center;
  color: #003652;
}
.cid-spbXFBT5fh .mail {
  color: #0087ab;
}
.cid-spbXFBT5fh .card-title {
  color: #35ae53;
  text-align: left;
}
.cid-spbXFBT5fh .mbr-text {
  text-align: left;
  FONT-WEIGHT: normal;
}
.cid-spc3WbdQYy {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #082c4e;
}
.cid-spc3WbdQYy .content-inner .left-content {
  display: block;
}
.cid-spc3WbdQYy .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-spc3WbdQYy .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-spc3WbdQYy .content-inner .right-content {
  display: block;
}
.cid-spc3WbdQYy .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-spc3WbdQYy .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-spc3WbdQYy .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-spc3WbdQYy .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ea7515 !important;
  border-color: #ea7515 !important;
}
@media (max-width: 991px) {
  .cid-spc3WbdQYy .content-inner {
    justify-content: center !important;
  }
  .cid-spc3WbdQYy * {
    text-align: center;
  }
}
.cid-srRoxwQGUo {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-srRoxwQGUo .icon-title {
  margin: 0;
  padding: 0;
}
@media (min-width: 1400px) {
  .cid-srRoxwQGUo .text {
    max-width: 360px;
  }
}
@media (max-width: 992px) {
  .cid-srRoxwQGUo .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-srRoxwQGUo .google-map {
  height: 18rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-srRoxwQGUo .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-srRoxwQGUo .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-srRoxwQGUo .google-map[data-state] {
  background: #e9e5dc;
}
.cid-srRoxwQGUo .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-srRoxwQGUo .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #0077ff;
  text-align: right;
}
.cid-srRoxwQGUo .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-srRoxwQGUo .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-srRoxwQGUo .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-srRoxwQGUo .mbr-text,
.cid-srRoxwQGUo .mbr-section-btn {
  color: #999999;
}
.cid-srRoxwQGUo .icon-title,
.cid-srRoxwQGUo .align-wrap {
  color: #000000;
  text-align: left;
}
.cid-srRoxwQGUo .mbr-text,
.cid-srRoxwQGUo .col {
  color: #000000;
}
.cid-srRoxwQGUo .title {
  text-align: left;
}
.cid-srRoyOQD5H.popup-builder {
  background-color: #ffffff;
}
.cid-srRoyOQD5H.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-srRoyOQD5H.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-srRoyOQD5H .modal-content,
.cid-srRoyOQD5H .modal-dialog {
  height: auto;
}
.cid-srRoyOQD5H .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-srRoyOQD5H .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-srRoyOQD5H .form-wrapper .mbr-form .form-group,
  .cid-srRoyOQD5H .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-srRoyOQD5H .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-srRoyOQD5H .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-srRoyOQD5H .mbr-text {
  text-align: center;
}
.cid-srRoyOQD5H .pt-0 {
  padding-top: 0 !important;
}
.cid-srRoyOQD5H .pb-0 {
  padding-bottom: 0 !important;
}
.cid-srRoyOQD5H .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-srRoyOQD5H .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-srRoyOQD5H .modal-open {
  overflow: hidden;
}
.cid-srRoyOQD5H .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-srRoyOQD5H .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-srRoyOQD5H .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-srRoyOQD5H .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-srRoyOQD5H .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-srRoyOQD5H .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-srRoyOQD5H .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-srRoyOQD5H .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-srRoyOQD5H .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-srRoyOQD5H .modal-backdrop.fade {
  opacity: 0;
}
.cid-srRoyOQD5H .modal-backdrop.show {
  opacity: .5;
}
.cid-srRoyOQD5H .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-srRoyOQD5H .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-srRoyOQD5H .modal-header .close:hover {
  opacity: 1;
}
.cid-srRoyOQD5H .modal-header .close:focus {
  outline: none;
}
.cid-srRoyOQD5H .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #003652;
}
.cid-srRoyOQD5H .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-srRoyOQD5H .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-srRoyOQD5H .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-srRoyOQD5H .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-srRoyOQD5H .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-srRoyOQD5H .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-srRoyOQD5H .modal-sm {
    max-width: 300px;
  }
  .cid-srRoyOQD5H .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-srRoyOQD5H .modal-lg,
  .cid-srRoyOQD5H .modal-xl {
    max-width: 800px;
  }
  .cid-srRoyOQD5H .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-srRoyOQD5H .modal-xl {
    max-width: 1140px;
  }
  .cid-srRoyOQD5H .container {
    max-width: 1140px;
  }
}
.cid-srRoyOQD5H .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-srRoyOQD5H .container {
    max-width: 720px;
  }
}
.cid-srRoyOQD5H .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-srRoyOQD5H .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-srRoyOQD5H .form-group {
  margin-bottom: 1rem;
}
.cid-srRoyOQD5H .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-srRoyOQD5H .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-srRoyOQD5H .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-spe7fU1Z35 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-spe7fU1Z35 a:link {
  text-decoration: none;
}
.cid-spe7fU1Z35 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-spe7fU1Z35 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-spe7fU1Z35 .inner-text {
  line-height: 3em;
}
.cid-spe7fU1Z35 .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spe7fU1Z35 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-spe7fU1Z35 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-spe7fU1Z35 .content-text,
.cid-spe7fU1Z35 .inner-text {
  color: #ffffff;
  FONT-SIZE: 13PX;
  line-height: normal;
}
.cid-sm4pFChq9K .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sm4pFChq9K .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-sm4pFChq9K .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-sm4pFChq9K .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-sm4pFChq9K .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sm4pFChq9K .navbar.opened {
  transition: all 0.3s;
}
.cid-sm4pFChq9K .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sm4pFChq9K .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sm4pFChq9K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sm4pFChq9K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sm4pFChq9K .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sm4pFChq9K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sm4pFChq9K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sm4pFChq9K .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sm4pFChq9K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sm4pFChq9K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sm4pFChq9K .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sm4pFChq9K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sm4pFChq9K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sm4pFChq9K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sm4pFChq9K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sm4pFChq9K .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sm4pFChq9K .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sm4pFChq9K .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sm4pFChq9K .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sm4pFChq9K .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sm4pFChq9K .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sm4pFChq9K .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sm4pFChq9K .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sm4pFChq9K .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sm4pFChq9K .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sm4pFChq9K .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sm4pFChq9K .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-sm4pFChq9K .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sm4pFChq9K .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sm4pFChq9K .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-sm4pFChq9K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sm4pFChq9K .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sm4pFChq9K .navbar-caption {
  padding-right: 4rem;
}
.cid-sm4pFChq9K .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-sm4pFChq9K .dropdown-menu,
.cid-sm4pFChq9K .navbar.opened {
  background: #ffffff !important;
}
.cid-sm4pFChq9K .nav-item:focus,
.cid-sm4pFChq9K .nav-link:focus {
  outline: none;
}
.cid-sm4pFChq9K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sm4pFChq9K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sm4pFChq9K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sm4pFChq9K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sm4pFChq9K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sm4pFChq9K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sm4pFChq9K .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sm4pFChq9K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sm4pFChq9K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sm4pFChq9K .dropdown-item.active,
.cid-sm4pFChq9K .dropdown-item:active {
  background-color: transparent;
}
.cid-sm4pFChq9K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sm4pFChq9K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sm4pFChq9K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sm4pFChq9K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sm4pFChq9K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sm4pFChq9K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sm4pFChq9K ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sm4pFChq9K .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sm4pFChq9K button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sm4pFChq9K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sm4pFChq9K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sm4pFChq9K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sm4pFChq9K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sm4pFChq9K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sm4pFChq9K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sm4pFChq9K nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sm4pFChq9K nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sm4pFChq9K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sm4pFChq9K .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sm4pFChq9K a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sm4pFChq9K .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sm4pFChq9K .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sm4pFChq9K .navbar {
    height: 77px;
  }
  .cid-sm4pFChq9K .navbar.opened {
    height: auto;
  }
  .cid-sm4pFChq9K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smxWTD6WqN {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/rooftop-fan-ducting-1920x1080.jpg");
}
.cid-smxWTD6WqN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-smxWTD6WqN .mbr-section-title {
  color: #ffffff;
}
.cid-smxWTD6WqN .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-smxWTD6WqN .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-smxWTD6WqN .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #082c4e;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-smxWTD6WqN .mbr-section-btn {
  display: flex;
}
.cid-smxWTD6WqN .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-smxWTD6WqN .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-smxWTD6WqN .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-smxWTD6WqN .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-smxWTD6WqN .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-smxWTD6WqN .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-smxWTD6WqN .video-wrap .icon-wrap .line-video-1,
.cid-smxWTD6WqN .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-smxWTD6WqN .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-smxWTD6WqN .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-smxWTD6WqN .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-smxWTD6WqN .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-smxWTD6WqN .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-smxWTD6WqN a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ea7515;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-smxWTD6WqN a.close:hover {
  color: #ea7515;
}
@media (max-width: 991px) {
  .cid-smxWTD6WqN .separator,
  .cid-smxWTD6WqN .sep-holder,
  .cid-smxWTD6WqN .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-smxWTD6WqN .buttons-wrap {
    flex-direction: column;
  }
  .cid-smxWTD6WqN .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-smxWTD6WqN .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-smxWTD6WqN .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-smxWTD6WqN .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-spbGIt5ETW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-spbGIt5ETW .container {
  max-width: 1500px;
}
.cid-spbGIt5ETW img {
  width: 100%;
}
.cid-spbGIt5ETW h2 {
  padding: 0;
  margin: 0;
}
.cid-spbGIt5ETW .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-spbGIt5ETW .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-spbGIt5ETW .img-col {
  position: relative;
}
.cid-spbGIt5ETW .img2 {
  position: absolute;
  right: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-spbGIt5ETW .img2 {
    right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-spbGIt5ETW .img-col {
    margin-top: 3rem;
  }
  .cid-spbGIt5ETW .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-spbGIt5ETW .img2 {
    display: none;
  }
  .cid-spbGIt5ETW .number {
    margin: auto;
  }
}
.cid-spbGIt5ETW .mbr-text {
  text-align: justify;
}
.cid-spbHrRzFzA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f3f3f3;
}
.cid-spbHrRzFzA .card-wrapper {
  overflow: hidden;
  height: 100%;
  padding: 0;
  display: flex;
}
.cid-spbHrRzFzA .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-spbHrRzFzA p {
  line-height: 1.5;
}
.cid-spbHrRzFzA .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-spbHrRzFzA .mail,
.cid-spbHrRzFzA .phone,
.cid-spbHrRzFzA .mbr-iconfont {
  display: inline-block;
}
.cid-spbHrRzFzA .card-title {
  color: #149dcc;
  margin: 0;
}
.cid-spbHrRzFzA .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  width: 30%;
  margin: auto;
}
.cid-spbHrRzFzA .card-box {
  padding-left: 1rem;
  width: 70%;
  margin: auto 0;
}
.cid-spbHrRzFzA .mbr-section-title,
.cid-spbHrRzFzA .line-wrap {
  text-align: center;
  color: #003652;
}
.cid-spbHrRzFzA .mail {
  color: #0087ab;
}
.cid-spbHrRzFzA .card-title {
  color: #35ae53;
  text-align: left;
}
.cid-spbHrRzFzA .mbr-text {
  text-align: left;
  FONT-WEIGHT: normal;
}
.cid-spc3N5stkp {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #082c4e;
}
.cid-spc3N5stkp .content-inner .left-content {
  display: block;
}
.cid-spc3N5stkp .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-spc3N5stkp .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-spc3N5stkp .content-inner .right-content {
  display: block;
}
.cid-spc3N5stkp .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-spc3N5stkp .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-spc3N5stkp .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-spc3N5stkp .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ea7515 !important;
  border-color: #ea7515 !important;
}
@media (max-width: 991px) {
  .cid-spc3N5stkp .content-inner {
    justify-content: center !important;
  }
  .cid-spc3N5stkp * {
    text-align: center;
  }
}
.cid-srRoUe8ax9 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-srRoUe8ax9 .icon-title {
  margin: 0;
  padding: 0;
}
@media (min-width: 1400px) {
  .cid-srRoUe8ax9 .text {
    max-width: 360px;
  }
}
@media (max-width: 992px) {
  .cid-srRoUe8ax9 .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-srRoUe8ax9 .google-map {
  height: 18rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-srRoUe8ax9 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-srRoUe8ax9 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-srRoUe8ax9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-srRoUe8ax9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-srRoUe8ax9 .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #0077ff;
  text-align: right;
}
.cid-srRoUe8ax9 .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-srRoUe8ax9 .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-srRoUe8ax9 .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-srRoUe8ax9 .mbr-text,
.cid-srRoUe8ax9 .mbr-section-btn {
  color: #999999;
}
.cid-srRoUe8ax9 .icon-title,
.cid-srRoUe8ax9 .align-wrap {
  color: #000000;
  text-align: left;
}
.cid-srRoUe8ax9 .mbr-text,
.cid-srRoUe8ax9 .col {
  color: #000000;
}
.cid-srRoUe8ax9 .title {
  text-align: left;
}
.cid-srRoUw6XMk.popup-builder {
  background-color: #ffffff;
}
.cid-srRoUw6XMk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-srRoUw6XMk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-srRoUw6XMk .modal-content,
.cid-srRoUw6XMk .modal-dialog {
  height: auto;
}
.cid-srRoUw6XMk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-srRoUw6XMk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-srRoUw6XMk .form-wrapper .mbr-form .form-group,
  .cid-srRoUw6XMk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-srRoUw6XMk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-srRoUw6XMk .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-srRoUw6XMk .mbr-text {
  text-align: center;
}
.cid-srRoUw6XMk .pt-0 {
  padding-top: 0 !important;
}
.cid-srRoUw6XMk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-srRoUw6XMk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-srRoUw6XMk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-srRoUw6XMk .modal-open {
  overflow: hidden;
}
.cid-srRoUw6XMk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-srRoUw6XMk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-srRoUw6XMk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-srRoUw6XMk .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-srRoUw6XMk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-srRoUw6XMk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-srRoUw6XMk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-srRoUw6XMk .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-srRoUw6XMk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-srRoUw6XMk .modal-backdrop.fade {
  opacity: 0;
}
.cid-srRoUw6XMk .modal-backdrop.show {
  opacity: .5;
}
.cid-srRoUw6XMk .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-srRoUw6XMk .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-srRoUw6XMk .modal-header .close:hover {
  opacity: 1;
}
.cid-srRoUw6XMk .modal-header .close:focus {
  outline: none;
}
.cid-srRoUw6XMk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #003652;
}
.cid-srRoUw6XMk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-srRoUw6XMk .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-srRoUw6XMk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-srRoUw6XMk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-srRoUw6XMk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-srRoUw6XMk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-srRoUw6XMk .modal-sm {
    max-width: 300px;
  }
  .cid-srRoUw6XMk .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-srRoUw6XMk .modal-lg,
  .cid-srRoUw6XMk .modal-xl {
    max-width: 800px;
  }
  .cid-srRoUw6XMk .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-srRoUw6XMk .modal-xl {
    max-width: 1140px;
  }
  .cid-srRoUw6XMk .container {
    max-width: 1140px;
  }
}
.cid-srRoUw6XMk .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-srRoUw6XMk .container {
    max-width: 720px;
  }
}
.cid-srRoUw6XMk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-srRoUw6XMk .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-srRoUw6XMk .form-group {
  margin-bottom: 1rem;
}
.cid-srRoUw6XMk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-srRoUw6XMk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-srRoUw6XMk .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-spe77Y0rf8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-spe77Y0rf8 a:link {
  text-decoration: none;
}
.cid-spe77Y0rf8 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-spe77Y0rf8 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-spe77Y0rf8 .inner-text {
  line-height: 3em;
}
.cid-spe77Y0rf8 .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spe77Y0rf8 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-spe77Y0rf8 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-spe77Y0rf8 .content-text,
.cid-spe77Y0rf8 .inner-text {
  color: #ffffff;
  FONT-SIZE: 13PX;
  line-height: normal;
}
.cid-sm4pFChq9K .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sm4pFChq9K .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-sm4pFChq9K .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-sm4pFChq9K .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-sm4pFChq9K .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sm4pFChq9K .navbar.opened {
  transition: all 0.3s;
}
.cid-sm4pFChq9K .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sm4pFChq9K .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sm4pFChq9K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sm4pFChq9K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sm4pFChq9K .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sm4pFChq9K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sm4pFChq9K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sm4pFChq9K .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sm4pFChq9K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sm4pFChq9K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sm4pFChq9K .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sm4pFChq9K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sm4pFChq9K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sm4pFChq9K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sm4pFChq9K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sm4pFChq9K .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sm4pFChq9K .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sm4pFChq9K .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sm4pFChq9K .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sm4pFChq9K .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sm4pFChq9K .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sm4pFChq9K .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sm4pFChq9K .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sm4pFChq9K .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sm4pFChq9K .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sm4pFChq9K .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sm4pFChq9K .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-sm4pFChq9K .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sm4pFChq9K .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sm4pFChq9K .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-sm4pFChq9K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sm4pFChq9K .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sm4pFChq9K .navbar-caption {
  padding-right: 4rem;
}
.cid-sm4pFChq9K .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-sm4pFChq9K .dropdown-menu,
.cid-sm4pFChq9K .navbar.opened {
  background: #ffffff !important;
}
.cid-sm4pFChq9K .nav-item:focus,
.cid-sm4pFChq9K .nav-link:focus {
  outline: none;
}
.cid-sm4pFChq9K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sm4pFChq9K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sm4pFChq9K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sm4pFChq9K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sm4pFChq9K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sm4pFChq9K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sm4pFChq9K .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sm4pFChq9K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sm4pFChq9K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sm4pFChq9K .dropdown-item.active,
.cid-sm4pFChq9K .dropdown-item:active {
  background-color: transparent;
}
.cid-sm4pFChq9K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sm4pFChq9K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sm4pFChq9K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sm4pFChq9K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sm4pFChq9K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sm4pFChq9K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sm4pFChq9K ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sm4pFChq9K .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sm4pFChq9K button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sm4pFChq9K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sm4pFChq9K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sm4pFChq9K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sm4pFChq9K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sm4pFChq9K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sm4pFChq9K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sm4pFChq9K nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sm4pFChq9K nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sm4pFChq9K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sm4pFChq9K .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sm4pFChq9K a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sm4pFChq9K .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sm4pFChq9K .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sm4pFChq9K .navbar {
    height: 77px;
  }
  .cid-sm4pFChq9K .navbar.opened {
    height: auto;
  }
  .cid-sm4pFChq9K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spc1EyNRdX {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/image-1920x-5f99d7b304e5e-1140x761.jpg");
}
.cid-spc1EyNRdX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-spc1EyNRdX .mbr-section-title {
  color: #ffffff;
}
.cid-spc1EyNRdX .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-spc1EyNRdX .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-spc1EyNRdX .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #082c4e;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-spc1EyNRdX .mbr-section-btn {
  display: flex;
}
.cid-spc1EyNRdX .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-spc1EyNRdX .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-spc1EyNRdX .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-spc1EyNRdX .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-spc1EyNRdX .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-spc1EyNRdX .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-spc1EyNRdX .video-wrap .icon-wrap .line-video-1,
.cid-spc1EyNRdX .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-spc1EyNRdX .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-spc1EyNRdX .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-spc1EyNRdX .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-spc1EyNRdX .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-spc1EyNRdX .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-spc1EyNRdX a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ea7515;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-spc1EyNRdX a.close:hover {
  color: #ea7515;
}
@media (max-width: 991px) {
  .cid-spc1EyNRdX .separator,
  .cid-spc1EyNRdX .sep-holder,
  .cid-spc1EyNRdX .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-spc1EyNRdX .buttons-wrap {
    flex-direction: column;
  }
  .cid-spc1EyNRdX .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-spc1EyNRdX .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-spc1EyNRdX .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-spc1EyNRdX .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-spc1TAYqvQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-spc1TAYqvQ .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-spc1TAYqvQ .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-spc1TAYqvQ .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-spc1TAYqvQ .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-spc1TAYqvQ .mbr-text,
.cid-spc1TAYqvQ .mbr-section-btn {
  color: #999999;
  text-align: justify;
}
.cid-spc1TAYqvQ H4 {
  color: #35ae53;
}
.cid-spc1TAYqvQ .mbr-section-title,
.cid-spc1TAYqvQ .col {
  text-align: justify;
  color: #003652;
}
.cid-spc1TAYqvQ .mbr-text,
.cid-spc1TAYqvQ .col {
  color: #000000;
}
.cid-spc1TXeTdt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spc1TXeTdt .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
  min-height: 220px;
}
.cid-spc1TXeTdt .icon-align-wrapper {
  display: inline-block;
}
.cid-spc1TXeTdt .card-title {
  transform: translateY(200px);
  transition: all 0.3s;
  transition-delay: 0.1s;
}
.cid-spc1TXeTdt .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-spc1TXeTdt .mbr-text {
  opacity: 0;
  transition: all 0.3s;
}
.cid-spc1TXeTdt .link-icon {
  display: inline-block;
  color: #000000;
  font-size: 1rem;
  cursor: pointer;
  justify-content: center;
}
.cid-spc1TXeTdt .card-wrapper {
  transition: all 0.6s;
  display: flex;
  justify-content: center;
  padding: 3rem 1rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
  background-size: cover;
}
.cid-spc1TXeTdt .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-spc1TXeTdt .card-wrapper {
    padding: 3rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-spc1TXeTdt .card:hover .card-wrapper:after {
    opacity: 1;
    background: #082c4e;
  }
  .cid-spc1TXeTdt .card:hover .icon-wrapper,
  .cid-spc1TXeTdt .card:hover .mbr-text {
    opacity: 1;
    transition-delay: 0.1s;
  }
  .cid-spc1TXeTdt .card:hover .card-title {
    transform: translateY(0px);
    transition-delay: 0s;
  }
}
@media (max-width: 992px) {
  .cid-spc1TXeTdt .card {
    padding-bottom: 1rem !important;
  }
  .cid-spc1TXeTdt .card-title {
    transform: translateY(0px);
  }
  .cid-spc1TXeTdt .card-wrapper:after {
    opacity: 0.7;
    background: #082c4e;
  }
  .cid-spc1TXeTdt .icon-wrapper,
  .cid-spc1TXeTdt .mbr-text {
    opacity: 1;
  }
}
.cid-spc1TXeTdt .row {
  justify-content: center;
}
.cid-spc1TXeTdt .card {
  transform-style: preserve-3d;
  perspective: 800px;
}
.cid-spc1TXeTdt .card1 {
  background-image: url("../../../assets/images/split-650x434.jpg");
}
.cid-spc1TXeTdt .card2 {
  background-image: url("../../../assets/images/multi-split-650x434.jpg");
}
.cid-spc1TXeTdt .card3 {
  background-image: url("../../../assets/images/vrf-650x434.jpg");
}
.cid-spc1TXeTdt .mbr-text,
.cid-spc1TXeTdt .card-box {
  text-align: center;
}
.cid-spcVvGWzQ8 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-spcVvGWzQ8 .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
  min-height: 220px;
}
.cid-spcVvGWzQ8 .icon-align-wrapper {
  display: inline-block;
}
.cid-spcVvGWzQ8 .card-title {
  transform: translateY(200px);
  transition: all 0.3s;
  transition-delay: 0.1s;
}
.cid-spcVvGWzQ8 .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-spcVvGWzQ8 .mbr-text {
  opacity: 0;
  transition: all 0.3s;
}
.cid-spcVvGWzQ8 .link-icon {
  display: inline-block;
  color: #000000;
  font-size: 1rem;
  cursor: pointer;
  justify-content: center;
}
.cid-spcVvGWzQ8 .card-wrapper {
  transition: all 0.6s;
  display: flex;
  justify-content: center;
  padding: 3rem 1rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
  background-size: cover;
}
.cid-spcVvGWzQ8 .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-spcVvGWzQ8 .card-wrapper {
    padding: 3rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-spcVvGWzQ8 .card:hover .card-wrapper:after {
    opacity: 1;
    background: #082c4e;
  }
  .cid-spcVvGWzQ8 .card:hover .icon-wrapper,
  .cid-spcVvGWzQ8 .card:hover .mbr-text {
    opacity: 1;
    transition-delay: 0.1s;
  }
  .cid-spcVvGWzQ8 .card:hover .card-title {
    transform: translateY(0px);
    transition-delay: 0s;
  }
}
@media (max-width: 992px) {
  .cid-spcVvGWzQ8 .card {
    padding-bottom: 1rem !important;
  }
  .cid-spcVvGWzQ8 .card-title {
    transform: translateY(0px);
  }
  .cid-spcVvGWzQ8 .card-wrapper:after {
    opacity: 0.7;
    background: #082c4e;
  }
  .cid-spcVvGWzQ8 .icon-wrapper,
  .cid-spcVvGWzQ8 .mbr-text {
    opacity: 1;
  }
}
.cid-spcVvGWzQ8 .row {
  justify-content: center;
}
.cid-spcVvGWzQ8 .card {
  transform-style: preserve-3d;
  perspective: 800px;
}
.cid-spcVvGWzQ8 .card1 {
  background-image: url("../../../assets/images/vrf-inicio-650x434.jpg");
}
.cid-spcVvGWzQ8 .card2 {
  background-image: url("../../../assets/images/roof-top-2-650x434.jpg");
}
.cid-spcVvGWzQ8 .card3 {
  background-image: url("");
}
.cid-spcVvGWzQ8 .mbr-text,
.cid-spcVvGWzQ8 .card-box {
  text-align: center;
}
.cid-spc1HpzB4F {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #082c4e;
}
.cid-spc1HpzB4F .content-inner .left-content {
  display: block;
}
.cid-spc1HpzB4F .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-spc1HpzB4F .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-spc1HpzB4F .content-inner .right-content {
  display: block;
}
.cid-spc1HpzB4F .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-spc1HpzB4F .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-spc1HpzB4F .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-spc1HpzB4F .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ea7515 !important;
  border-color: #ea7515 !important;
}
@media (max-width: 991px) {
  .cid-spc1HpzB4F .content-inner {
    justify-content: center !important;
  }
  .cid-spc1HpzB4F * {
    text-align: center;
  }
}
.cid-srRosP1ehg {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-srRosP1ehg .icon-title {
  margin: 0;
  padding: 0;
}
@media (min-width: 1400px) {
  .cid-srRosP1ehg .text {
    max-width: 360px;
  }
}
@media (max-width: 992px) {
  .cid-srRosP1ehg .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-srRosP1ehg .google-map {
  height: 18rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-srRosP1ehg .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-srRosP1ehg .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-srRosP1ehg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-srRosP1ehg .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-srRosP1ehg .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #0077ff;
  text-align: right;
}
.cid-srRosP1ehg .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-srRosP1ehg .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-srRosP1ehg .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-srRosP1ehg .mbr-text,
.cid-srRosP1ehg .mbr-section-btn {
  color: #999999;
}
.cid-srRosP1ehg .icon-title,
.cid-srRosP1ehg .align-wrap {
  color: #000000;
  text-align: left;
}
.cid-srRosP1ehg .mbr-text,
.cid-srRosP1ehg .col {
  color: #000000;
}
.cid-srRosP1ehg .title {
  text-align: left;
}
.cid-srRotdiKNq.popup-builder {
  background-color: #ffffff;
}
.cid-srRotdiKNq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-srRotdiKNq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-srRotdiKNq .modal-content,
.cid-srRotdiKNq .modal-dialog {
  height: auto;
}
.cid-srRotdiKNq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-srRotdiKNq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-srRotdiKNq .form-wrapper .mbr-form .form-group,
  .cid-srRotdiKNq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-srRotdiKNq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-srRotdiKNq .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-srRotdiKNq .mbr-text {
  text-align: center;
}
.cid-srRotdiKNq .pt-0 {
  padding-top: 0 !important;
}
.cid-srRotdiKNq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-srRotdiKNq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-srRotdiKNq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-srRotdiKNq .modal-open {
  overflow: hidden;
}
.cid-srRotdiKNq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-srRotdiKNq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-srRotdiKNq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-srRotdiKNq .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-srRotdiKNq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-srRotdiKNq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-srRotdiKNq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-srRotdiKNq .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-srRotdiKNq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-srRotdiKNq .modal-backdrop.fade {
  opacity: 0;
}
.cid-srRotdiKNq .modal-backdrop.show {
  opacity: .5;
}
.cid-srRotdiKNq .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-srRotdiKNq .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-srRotdiKNq .modal-header .close:hover {
  opacity: 1;
}
.cid-srRotdiKNq .modal-header .close:focus {
  outline: none;
}
.cid-srRotdiKNq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #003652;
}
.cid-srRotdiKNq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-srRotdiKNq .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-srRotdiKNq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-srRotdiKNq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-srRotdiKNq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-srRotdiKNq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-srRotdiKNq .modal-sm {
    max-width: 300px;
  }
  .cid-srRotdiKNq .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-srRotdiKNq .modal-lg,
  .cid-srRotdiKNq .modal-xl {
    max-width: 800px;
  }
  .cid-srRotdiKNq .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-srRotdiKNq .modal-xl {
    max-width: 1140px;
  }
  .cid-srRotdiKNq .container {
    max-width: 1140px;
  }
}
.cid-srRotdiKNq .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-srRotdiKNq .container {
    max-width: 720px;
  }
}
.cid-srRotdiKNq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-srRotdiKNq .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-srRotdiKNq .form-group {
  margin-bottom: 1rem;
}
.cid-srRotdiKNq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-srRotdiKNq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-srRotdiKNq .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-spe74YtXn8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-spe74YtXn8 a:link {
  text-decoration: none;
}
.cid-spe74YtXn8 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-spe74YtXn8 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-spe74YtXn8 .inner-text {
  line-height: 3em;
}
.cid-spe74YtXn8 .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spe74YtXn8 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-spe74YtXn8 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-spe74YtXn8 .content-text,
.cid-spe74YtXn8 .inner-text {
  color: #ffffff;
  FONT-SIZE: 13PX;
  line-height: normal;
}
.cid-spc4bv6aeE .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spc4bv6aeE .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-spc4bv6aeE .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-spc4bv6aeE .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-spc4bv6aeE .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-spc4bv6aeE .navbar.opened {
  transition: all 0.3s;
}
.cid-spc4bv6aeE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-spc4bv6aeE .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-spc4bv6aeE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spc4bv6aeE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-spc4bv6aeE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-spc4bv6aeE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spc4bv6aeE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spc4bv6aeE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-spc4bv6aeE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spc4bv6aeE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-spc4bv6aeE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-spc4bv6aeE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-spc4bv6aeE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spc4bv6aeE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spc4bv6aeE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spc4bv6aeE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-spc4bv6aeE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-spc4bv6aeE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spc4bv6aeE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-spc4bv6aeE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-spc4bv6aeE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-spc4bv6aeE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-spc4bv6aeE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-spc4bv6aeE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-spc4bv6aeE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-spc4bv6aeE .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-spc4bv6aeE .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-spc4bv6aeE .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-spc4bv6aeE .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-spc4bv6aeE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-spc4bv6aeE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-spc4bv6aeE .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-spc4bv6aeE .navbar-caption {
  padding-right: 4rem;
}
.cid-spc4bv6aeE .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-spc4bv6aeE .dropdown-menu,
.cid-spc4bv6aeE .navbar.opened {
  background: #ffffff !important;
}
.cid-spc4bv6aeE .nav-item:focus,
.cid-spc4bv6aeE .nav-link:focus {
  outline: none;
}
.cid-spc4bv6aeE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spc4bv6aeE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spc4bv6aeE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-spc4bv6aeE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spc4bv6aeE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spc4bv6aeE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spc4bv6aeE .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spc4bv6aeE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spc4bv6aeE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spc4bv6aeE .dropdown-item.active,
.cid-spc4bv6aeE .dropdown-item:active {
  background-color: transparent;
}
.cid-spc4bv6aeE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spc4bv6aeE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spc4bv6aeE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spc4bv6aeE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-spc4bv6aeE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spc4bv6aeE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spc4bv6aeE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-spc4bv6aeE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-spc4bv6aeE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spc4bv6aeE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-spc4bv6aeE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-spc4bv6aeE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spc4bv6aeE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spc4bv6aeE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-spc4bv6aeE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spc4bv6aeE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-spc4bv6aeE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-spc4bv6aeE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spc4bv6aeE .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-spc4bv6aeE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spc4bv6aeE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-spc4bv6aeE .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-spc4bv6aeE .navbar {
    height: 77px;
  }
  .cid-spc4bv6aeE .navbar.opened {
    height: auto;
  }
  .cid-spc4bv6aeE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spc4bvHGuK {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/grandes-clientes-1280x553.jpg");
}
.cid-spc4bvHGuK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-spc4bvHGuK .mbr-section-title {
  color: #ffffff;
}
.cid-spc4bvHGuK .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-spc4bvHGuK .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-spc4bvHGuK .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #082c4e;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-spc4bvHGuK .mbr-section-btn {
  display: flex;
}
.cid-spc4bvHGuK .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-spc4bvHGuK .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-spc4bvHGuK .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-spc4bvHGuK .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-spc4bvHGuK .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-spc4bvHGuK .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-spc4bvHGuK .video-wrap .icon-wrap .line-video-1,
.cid-spc4bvHGuK .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-spc4bvHGuK .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-spc4bvHGuK .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-spc4bvHGuK .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-spc4bvHGuK .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-spc4bvHGuK .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-spc4bvHGuK a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ea7515;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-spc4bvHGuK a.close:hover {
  color: #ea7515;
}
@media (max-width: 991px) {
  .cid-spc4bvHGuK .separator,
  .cid-spc4bvHGuK .sep-holder,
  .cid-spc4bvHGuK .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-spc4bvHGuK .buttons-wrap {
    flex-direction: column;
  }
  .cid-spc4bvHGuK .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-spc4bvHGuK .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-spc4bvHGuK .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-spc4bvHGuK .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-spc5DbYFbN {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-spc4bx0zOX {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #082c4e;
}
.cid-spc4bx0zOX .content-inner .left-content {
  display: block;
}
.cid-spc4bx0zOX .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-spc4bx0zOX .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-spc4bx0zOX .content-inner .right-content {
  display: block;
}
.cid-spc4bx0zOX .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-spc4bx0zOX .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-spc4bx0zOX .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-spc4bx0zOX .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ea7515 !important;
  border-color: #ea7515 !important;
}
@media (max-width: 991px) {
  .cid-spc4bx0zOX .content-inner {
    justify-content: center !important;
  }
  .cid-spc4bx0zOX * {
    text-align: center;
  }
}
.cid-srRp3iv0GF {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-srRp3iv0GF .icon-title {
  margin: 0;
  padding: 0;
}
@media (min-width: 1400px) {
  .cid-srRp3iv0GF .text {
    max-width: 360px;
  }
}
@media (max-width: 992px) {
  .cid-srRp3iv0GF .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-srRp3iv0GF .google-map {
  height: 18rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-srRp3iv0GF .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-srRp3iv0GF .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-srRp3iv0GF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-srRp3iv0GF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-srRp3iv0GF .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #0077ff;
  text-align: right;
}
.cid-srRp3iv0GF .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-srRp3iv0GF .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-srRp3iv0GF .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-srRp3iv0GF .mbr-text,
.cid-srRp3iv0GF .mbr-section-btn {
  color: #999999;
}
.cid-srRp3iv0GF .icon-title,
.cid-srRp3iv0GF .align-wrap {
  color: #000000;
  text-align: left;
}
.cid-srRp3iv0GF .mbr-text,
.cid-srRp3iv0GF .col {
  color: #000000;
}
.cid-srRp3iv0GF .title {
  text-align: left;
}
.cid-srRp2Y0o7H.popup-builder {
  background-color: #ffffff;
}
.cid-srRp2Y0o7H.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-srRp2Y0o7H.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-srRp2Y0o7H .modal-content,
.cid-srRp2Y0o7H .modal-dialog {
  height: auto;
}
.cid-srRp2Y0o7H .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-srRp2Y0o7H .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-srRp2Y0o7H .form-wrapper .mbr-form .form-group,
  .cid-srRp2Y0o7H .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-srRp2Y0o7H .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-srRp2Y0o7H .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-srRp2Y0o7H .mbr-text {
  text-align: center;
}
.cid-srRp2Y0o7H .pt-0 {
  padding-top: 0 !important;
}
.cid-srRp2Y0o7H .pb-0 {
  padding-bottom: 0 !important;
}
.cid-srRp2Y0o7H .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-srRp2Y0o7H .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-srRp2Y0o7H .modal-open {
  overflow: hidden;
}
.cid-srRp2Y0o7H .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-srRp2Y0o7H .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-srRp2Y0o7H .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-srRp2Y0o7H .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-srRp2Y0o7H .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-srRp2Y0o7H .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-srRp2Y0o7H .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-srRp2Y0o7H .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-srRp2Y0o7H .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-srRp2Y0o7H .modal-backdrop.fade {
  opacity: 0;
}
.cid-srRp2Y0o7H .modal-backdrop.show {
  opacity: .5;
}
.cid-srRp2Y0o7H .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-srRp2Y0o7H .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-srRp2Y0o7H .modal-header .close:hover {
  opacity: 1;
}
.cid-srRp2Y0o7H .modal-header .close:focus {
  outline: none;
}
.cid-srRp2Y0o7H .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #003652;
}
.cid-srRp2Y0o7H .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-srRp2Y0o7H .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-srRp2Y0o7H .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-srRp2Y0o7H .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-srRp2Y0o7H .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-srRp2Y0o7H .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-srRp2Y0o7H .modal-sm {
    max-width: 300px;
  }
  .cid-srRp2Y0o7H .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-srRp2Y0o7H .modal-lg,
  .cid-srRp2Y0o7H .modal-xl {
    max-width: 800px;
  }
  .cid-srRp2Y0o7H .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-srRp2Y0o7H .modal-xl {
    max-width: 1140px;
  }
  .cid-srRp2Y0o7H .container {
    max-width: 1140px;
  }
}
.cid-srRp2Y0o7H .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-srRp2Y0o7H .container {
    max-width: 720px;
  }
}
.cid-srRp2Y0o7H .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-srRp2Y0o7H .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-srRp2Y0o7H .form-group {
  margin-bottom: 1rem;
}
.cid-srRp2Y0o7H .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-srRp2Y0o7H .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-srRp2Y0o7H .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-spe7oKsuCv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-spe7oKsuCv a:link {
  text-decoration: none;
}
.cid-spe7oKsuCv .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-spe7oKsuCv .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-spe7oKsuCv .inner-text {
  line-height: 3em;
}
.cid-spe7oKsuCv .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spe7oKsuCv .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-spe7oKsuCv .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-spe7oKsuCv .content-text,
.cid-spe7oKsuCv .inner-text {
  color: #ffffff;
  FONT-SIZE: 13PX;
  line-height: normal;
}
.cid-spc64IJMJO .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spc64IJMJO .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-spc64IJMJO .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-spc64IJMJO .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-spc64IJMJO .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-spc64IJMJO .navbar.opened {
  transition: all 0.3s;
}
.cid-spc64IJMJO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-spc64IJMJO .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-spc64IJMJO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spc64IJMJO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-spc64IJMJO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-spc64IJMJO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spc64IJMJO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spc64IJMJO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-spc64IJMJO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spc64IJMJO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-spc64IJMJO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-spc64IJMJO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-spc64IJMJO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spc64IJMJO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spc64IJMJO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spc64IJMJO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-spc64IJMJO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-spc64IJMJO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spc64IJMJO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-spc64IJMJO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-spc64IJMJO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-spc64IJMJO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-spc64IJMJO .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-spc64IJMJO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-spc64IJMJO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-spc64IJMJO .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-spc64IJMJO .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-spc64IJMJO .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-spc64IJMJO .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-spc64IJMJO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-spc64IJMJO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-spc64IJMJO .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-spc64IJMJO .navbar-caption {
  padding-right: 4rem;
}
.cid-spc64IJMJO .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-spc64IJMJO .dropdown-menu,
.cid-spc64IJMJO .navbar.opened {
  background: #ffffff !important;
}
.cid-spc64IJMJO .nav-item:focus,
.cid-spc64IJMJO .nav-link:focus {
  outline: none;
}
.cid-spc64IJMJO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spc64IJMJO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spc64IJMJO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-spc64IJMJO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spc64IJMJO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spc64IJMJO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spc64IJMJO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spc64IJMJO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spc64IJMJO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spc64IJMJO .dropdown-item.active,
.cid-spc64IJMJO .dropdown-item:active {
  background-color: transparent;
}
.cid-spc64IJMJO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spc64IJMJO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spc64IJMJO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spc64IJMJO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-spc64IJMJO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spc64IJMJO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spc64IJMJO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-spc64IJMJO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-spc64IJMJO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spc64IJMJO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-spc64IJMJO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-spc64IJMJO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spc64IJMJO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spc64IJMJO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-spc64IJMJO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spc64IJMJO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-spc64IJMJO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-spc64IJMJO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spc64IJMJO .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-spc64IJMJO a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spc64IJMJO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-spc64IJMJO .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-spc64IJMJO .navbar {
    height: 77px;
  }
  .cid-spc64IJMJO .navbar.opened {
    height: auto;
  }
  .cid-spc64IJMJO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spc64JeZ2L {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/grandes-clientes-1280x553.jpg");
}
.cid-spc64JeZ2L .mbr-section-subtitle {
  color: #ffffff;
}
.cid-spc64JeZ2L .mbr-section-title {
  color: #ffffff;
}
.cid-spc64JeZ2L .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-spc64JeZ2L .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-spc64JeZ2L .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #082c4e;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-spc64JeZ2L .mbr-section-btn {
  display: flex;
}
.cid-spc64JeZ2L .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-spc64JeZ2L .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-spc64JeZ2L .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-spc64JeZ2L .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-spc64JeZ2L .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-spc64JeZ2L .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-spc64JeZ2L .video-wrap .icon-wrap .line-video-1,
.cid-spc64JeZ2L .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-spc64JeZ2L .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-spc64JeZ2L .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-spc64JeZ2L .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-spc64JeZ2L .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-spc64JeZ2L .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-spc64JeZ2L a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ea7515;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-spc64JeZ2L a.close:hover {
  color: #ea7515;
}
@media (max-width: 991px) {
  .cid-spc64JeZ2L .separator,
  .cid-spc64JeZ2L .sep-holder,
  .cid-spc64JeZ2L .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-spc64JeZ2L .buttons-wrap {
    flex-direction: column;
  }
  .cid-spc64JeZ2L .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-spc64JeZ2L .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-spc64JeZ2L .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-spc64JeZ2L .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-spc64JEpzV {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-spc64JOGXb {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #082c4e;
}
.cid-spc64JOGXb .content-inner .left-content {
  display: block;
}
.cid-spc64JOGXb .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-spc64JOGXb .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-spc64JOGXb .content-inner .right-content {
  display: block;
}
.cid-spc64JOGXb .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-spc64JOGXb .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-spc64JOGXb .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-spc64JOGXb .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ea7515 !important;
  border-color: #ea7515 !important;
}
@media (max-width: 991px) {
  .cid-spc64JOGXb .content-inner {
    justify-content: center !important;
  }
  .cid-spc64JOGXb * {
    text-align: center;
  }
}
.cid-srRpcT38bw {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-srRpcT38bw .icon-title {
  margin: 0;
  padding: 0;
}
@media (min-width: 1400px) {
  .cid-srRpcT38bw .text {
    max-width: 360px;
  }
}
@media (max-width: 992px) {
  .cid-srRpcT38bw .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-srRpcT38bw .google-map {
  height: 18rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-srRpcT38bw .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-srRpcT38bw .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-srRpcT38bw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-srRpcT38bw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-srRpcT38bw .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #0077ff;
  text-align: right;
}
.cid-srRpcT38bw .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-srRpcT38bw .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-srRpcT38bw .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-srRpcT38bw .mbr-text,
.cid-srRpcT38bw .mbr-section-btn {
  color: #999999;
}
.cid-srRpcT38bw .icon-title,
.cid-srRpcT38bw .align-wrap {
  color: #000000;
  text-align: left;
}
.cid-srRpcT38bw .mbr-text,
.cid-srRpcT38bw .col {
  color: #000000;
}
.cid-srRpcT38bw .title {
  text-align: left;
}
.cid-srRpcAzxwk.popup-builder {
  background-color: #ffffff;
}
.cid-srRpcAzxwk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-srRpcAzxwk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-srRpcAzxwk .modal-content,
.cid-srRpcAzxwk .modal-dialog {
  height: auto;
}
.cid-srRpcAzxwk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-srRpcAzxwk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-srRpcAzxwk .form-wrapper .mbr-form .form-group,
  .cid-srRpcAzxwk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-srRpcAzxwk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-srRpcAzxwk .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-srRpcAzxwk .mbr-text {
  text-align: center;
}
.cid-srRpcAzxwk .pt-0 {
  padding-top: 0 !important;
}
.cid-srRpcAzxwk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-srRpcAzxwk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-srRpcAzxwk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-srRpcAzxwk .modal-open {
  overflow: hidden;
}
.cid-srRpcAzxwk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-srRpcAzxwk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-srRpcAzxwk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-srRpcAzxwk .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-srRpcAzxwk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-srRpcAzxwk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-srRpcAzxwk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-srRpcAzxwk .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-srRpcAzxwk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-srRpcAzxwk .modal-backdrop.fade {
  opacity: 0;
}
.cid-srRpcAzxwk .modal-backdrop.show {
  opacity: .5;
}
.cid-srRpcAzxwk .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-srRpcAzxwk .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-srRpcAzxwk .modal-header .close:hover {
  opacity: 1;
}
.cid-srRpcAzxwk .modal-header .close:focus {
  outline: none;
}
.cid-srRpcAzxwk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #003652;
}
.cid-srRpcAzxwk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-srRpcAzxwk .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-srRpcAzxwk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-srRpcAzxwk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-srRpcAzxwk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-srRpcAzxwk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-srRpcAzxwk .modal-sm {
    max-width: 300px;
  }
  .cid-srRpcAzxwk .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-srRpcAzxwk .modal-lg,
  .cid-srRpcAzxwk .modal-xl {
    max-width: 800px;
  }
  .cid-srRpcAzxwk .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-srRpcAzxwk .modal-xl {
    max-width: 1140px;
  }
  .cid-srRpcAzxwk .container {
    max-width: 1140px;
  }
}
.cid-srRpcAzxwk .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-srRpcAzxwk .container {
    max-width: 720px;
  }
}
.cid-srRpcAzxwk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-srRpcAzxwk .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-srRpcAzxwk .form-group {
  margin-bottom: 1rem;
}
.cid-srRpcAzxwk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-srRpcAzxwk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-srRpcAzxwk .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-spe7rpvwpZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-spe7rpvwpZ a:link {
  text-decoration: none;
}
.cid-spe7rpvwpZ .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-spe7rpvwpZ .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-spe7rpvwpZ .inner-text {
  line-height: 3em;
}
.cid-spe7rpvwpZ .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spe7rpvwpZ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-spe7rpvwpZ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-spe7rpvwpZ .content-text,
.cid-spe7rpvwpZ .inner-text {
  color: #ffffff;
  FONT-SIZE: 13PX;
  line-height: normal;
}
.cid-sm4pFChq9K .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sm4pFChq9K .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-sm4pFChq9K .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-sm4pFChq9K .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-sm4pFChq9K .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sm4pFChq9K .navbar.opened {
  transition: all 0.3s;
}
.cid-sm4pFChq9K .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sm4pFChq9K .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sm4pFChq9K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sm4pFChq9K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sm4pFChq9K .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sm4pFChq9K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sm4pFChq9K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sm4pFChq9K .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sm4pFChq9K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sm4pFChq9K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sm4pFChq9K .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sm4pFChq9K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sm4pFChq9K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sm4pFChq9K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sm4pFChq9K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sm4pFChq9K .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sm4pFChq9K .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sm4pFChq9K .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sm4pFChq9K .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sm4pFChq9K .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sm4pFChq9K .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sm4pFChq9K .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sm4pFChq9K .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sm4pFChq9K .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sm4pFChq9K .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sm4pFChq9K .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sm4pFChq9K .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-sm4pFChq9K .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sm4pFChq9K .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sm4pFChq9K .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-sm4pFChq9K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sm4pFChq9K .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sm4pFChq9K .navbar-caption {
  padding-right: 4rem;
}
.cid-sm4pFChq9K .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-sm4pFChq9K .dropdown-menu,
.cid-sm4pFChq9K .navbar.opened {
  background: #ffffff !important;
}
.cid-sm4pFChq9K .nav-item:focus,
.cid-sm4pFChq9K .nav-link:focus {
  outline: none;
}
.cid-sm4pFChq9K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sm4pFChq9K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sm4pFChq9K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sm4pFChq9K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sm4pFChq9K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sm4pFChq9K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sm4pFChq9K .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sm4pFChq9K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sm4pFChq9K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sm4pFChq9K .dropdown-item.active,
.cid-sm4pFChq9K .dropdown-item:active {
  background-color: transparent;
}
.cid-sm4pFChq9K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sm4pFChq9K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sm4pFChq9K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sm4pFChq9K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sm4pFChq9K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sm4pFChq9K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sm4pFChq9K ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sm4pFChq9K .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sm4pFChq9K button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sm4pFChq9K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sm4pFChq9K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sm4pFChq9K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sm4pFChq9K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sm4pFChq9K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sm4pFChq9K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sm4pFChq9K nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sm4pFChq9K nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sm4pFChq9K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sm4pFChq9K .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sm4pFChq9K a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sm4pFChq9K .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sm4pFChq9K .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sm4pFChq9K .navbar {
    height: 77px;
  }
  .cid-sm4pFChq9K .navbar.opened {
    height: auto;
  }
  .cid-sm4pFChq9K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spc8coxAQz {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/image-1920x-5f99d7b304e5e-1140x761.jpg");
}
.cid-spc8coxAQz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-spc8coxAQz .mbr-section-title {
  color: #ffffff;
}
.cid-spc8coxAQz .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-spc8coxAQz .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-spc8coxAQz .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #082c4e;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-spc8coxAQz .mbr-section-btn {
  display: flex;
}
.cid-spc8coxAQz .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-spc8coxAQz .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-spc8coxAQz .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-spc8coxAQz .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-spc8coxAQz .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-spc8coxAQz .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-spc8coxAQz .video-wrap .icon-wrap .line-video-1,
.cid-spc8coxAQz .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-spc8coxAQz .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-spc8coxAQz .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-spc8coxAQz .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-spc8coxAQz .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-spc8coxAQz .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-spc8coxAQz a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ea7515;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-spc8coxAQz a.close:hover {
  color: #ea7515;
}
@media (max-width: 991px) {
  .cid-spc8coxAQz .separator,
  .cid-spc8coxAQz .sep-holder,
  .cid-spc8coxAQz .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-spc8coxAQz .buttons-wrap {
    flex-direction: column;
  }
  .cid-spc8coxAQz .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-spc8coxAQz .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-spc8coxAQz .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-spc8coxAQz .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-spcb6WKtdf {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-spcb6WKtdf .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-spcb6WKtdf input,
.cid-spcb6WKtdf textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-spcb6WKtdf img {
  width: 90%;
  border-radius: 8px;
}
.cid-spcb6WKtdf .title {
  margin-bottom: 1rem;
}
.cid-spcb6WKtdf p {
  line-height: 1.6;
}
.cid-spcb6WKtdf .btn {
  padding: 0.6rem 3rem!important;
}
.cid-spcb6WKtdf textarea {
  min-height: 160px;
}
.cid-spcb6WKtdf .form-control,
.cid-spcb6WKtdf .field-input {
  padding: 0.5rem;
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-spcb6WKtdf .form-control:hover,
.cid-spcb6WKtdf .field-input:hover,
.cid-spcb6WKtdf .form-control:focus,
.cid-spcb6WKtdf .field-input:focus {
  background-color: #f2f6ff;
  border-color: #35ae53;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-spcb6WKtdf input::-webkit-input-placeholder,
.cid-spcb6WKtdf textarea::-webkit-input-placeholder {
  color: #555555;
}
.cid-spcb6WKtdf input:-moz-placeholder,
.cid-spcb6WKtdf textarea:-moz-placeholder {
  color: #555555;
}
.cid-spcb6WKtdf .jq-selectbox li,
.cid-spcb6WKtdf .jq-selectbox li {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-spcb6WKtdf .jq-selectbox li:hover,
.cid-spcb6WKtdf .jq-selectbox li.selected {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-spcb6WKtdf .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-spcb6WKtdf .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-spcb6WKtdf H5 {
  color: #003652;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-spcb6WKtdf img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-spcb6WKtdf .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-spcb6WKtdf H2 {
  color: #003652;
  text-align: left;
}
.cid-spcb6WKtdf H3 {
  color: #35ae53;
  text-align: left;
}
.cid-spcb6WKtdf .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-spcb6WKtdf .mbr-section-subtitle {
  text-align: left;
}
.cid-spc9C7cpPe .google-map {
  height: 30rem;
  position: relative;
}
.cid-spc9C7cpPe .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-spc9C7cpPe .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-spc9C7cpPe .google-map[data-state] {
  background: #e9e5dc;
}
.cid-spc9C7cpPe .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-spe7tIOF8P {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-spe7tIOF8P a:link {
  text-decoration: none;
}
.cid-spe7tIOF8P .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-spe7tIOF8P .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-spe7tIOF8P .inner-text {
  line-height: 3em;
}
.cid-spe7tIOF8P .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spe7tIOF8P .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-spe7tIOF8P .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-spe7tIOF8P .content-text,
.cid-spe7tIOF8P .inner-text {
  color: #ffffff;
  FONT-SIZE: 13PX;
  line-height: normal;
}
.cid-sm4pFChq9K .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sm4pFChq9K .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-sm4pFChq9K .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-sm4pFChq9K .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-sm4pFChq9K .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sm4pFChq9K .navbar.opened {
  transition: all 0.3s;
}
.cid-sm4pFChq9K .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sm4pFChq9K .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sm4pFChq9K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sm4pFChq9K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sm4pFChq9K .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sm4pFChq9K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sm4pFChq9K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sm4pFChq9K .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sm4pFChq9K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sm4pFChq9K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sm4pFChq9K .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sm4pFChq9K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sm4pFChq9K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sm4pFChq9K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sm4pFChq9K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sm4pFChq9K .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sm4pFChq9K .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sm4pFChq9K .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sm4pFChq9K .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sm4pFChq9K .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sm4pFChq9K .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sm4pFChq9K .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sm4pFChq9K .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sm4pFChq9K .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sm4pFChq9K .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sm4pFChq9K .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sm4pFChq9K .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-sm4pFChq9K .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sm4pFChq9K .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sm4pFChq9K .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-sm4pFChq9K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sm4pFChq9K .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sm4pFChq9K .navbar-caption {
  padding-right: 4rem;
}
.cid-sm4pFChq9K .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-sm4pFChq9K .dropdown-menu,
.cid-sm4pFChq9K .navbar.opened {
  background: #ffffff !important;
}
.cid-sm4pFChq9K .nav-item:focus,
.cid-sm4pFChq9K .nav-link:focus {
  outline: none;
}
.cid-sm4pFChq9K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sm4pFChq9K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sm4pFChq9K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sm4pFChq9K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sm4pFChq9K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sm4pFChq9K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sm4pFChq9K .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sm4pFChq9K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sm4pFChq9K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sm4pFChq9K .dropdown-item.active,
.cid-sm4pFChq9K .dropdown-item:active {
  background-color: transparent;
}
.cid-sm4pFChq9K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sm4pFChq9K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sm4pFChq9K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sm4pFChq9K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sm4pFChq9K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sm4pFChq9K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sm4pFChq9K ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sm4pFChq9K .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sm4pFChq9K button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sm4pFChq9K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sm4pFChq9K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sm4pFChq9K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sm4pFChq9K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sm4pFChq9K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sm4pFChq9K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sm4pFChq9K nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sm4pFChq9K nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sm4pFChq9K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sm4pFChq9K .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sm4pFChq9K a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sm4pFChq9K .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sm4pFChq9K .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sm4pFChq9K .navbar {
    height: 77px;
  }
  .cid-sm4pFChq9K .navbar.opened {
    height: auto;
  }
  .cid-sm4pFChq9K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spcHz0KttH {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-spcHz0KttH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-spcHz0KttH .mbr-section-title {
  color: #ffffff;
}
.cid-spcHz0KttH .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-spcHz0KttH .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-spcHz0KttH .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #082c4e;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-spcHz0KttH .mbr-section-btn {
  display: flex;
}
.cid-spcHz0KttH .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-spcHz0KttH .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-spcHz0KttH .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-spcHz0KttH .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-spcHz0KttH .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-spcHz0KttH .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-spcHz0KttH .video-wrap .icon-wrap .line-video-1,
.cid-spcHz0KttH .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-spcHz0KttH .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-spcHz0KttH .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-spcHz0KttH .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-spcHz0KttH .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-spcHz0KttH .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-spcHz0KttH a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ea7515;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-spcHz0KttH a.close:hover {
  color: #ea7515;
}
@media (max-width: 991px) {
  .cid-spcHz0KttH .separator,
  .cid-spcHz0KttH .sep-holder,
  .cid-spcHz0KttH .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-spcHz0KttH .buttons-wrap {
    flex-direction: column;
  }
  .cid-spcHz0KttH .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-spcHz0KttH .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-spcHz0KttH .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-spcHz0KttH .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-spcJ5HiLLE {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spcJ5HiLLE .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-spcJ5HiLLE .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-spcJ5HiLLE .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-spcJ5HiLLE .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-spcJ5HiLLE .mbr-text,
.cid-spcJ5HiLLE .mbr-section-btn {
  color: #999999;
}
.cid-spcIeY3aAF {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-spcIeY3aAF img {
  width: 170px;
}
.cid-spcIeY3aAF .title-block {
  margin-bottom: 3rem;
}
.cid-spcIeY3aAF .card {
  transition: all 0.3s;
  opacity: 0.7;
  margin-bottom: 1rem;
  align-items: center;
}
.cid-spcIeY3aAF .mbr-section-subtitle {
  font-weight: 700;
  color: #999999;
}
.cid-spcIvravQk {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-spcIvravQk img {
  width: 170px;
}
.cid-spcIvravQk .title-block {
  margin-bottom: 3rem;
}
.cid-spcIvravQk .card {
  transition: all 0.3s;
  opacity: 0.7;
  margin-bottom: 1rem;
  align-items: center;
}
.cid-spcIvravQk .mbr-section-subtitle {
  font-weight: 700;
  color: #999999;
}
.cid-spcII9EkNr {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-spcII9EkNr img {
  width: 170px;
}
.cid-spcII9EkNr .title-block {
  margin-bottom: 3rem;
}
.cid-spcII9EkNr .card {
  transition: all 0.3s;
  opacity: 0.7;
  margin-bottom: 1rem;
  align-items: center;
}
.cid-spcII9EkNr .mbr-section-subtitle {
  font-weight: 700;
  color: #999999;
}
.cid-spcJGPMPH1 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-spcJGPMPH1 img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-spcJGPMPH1 .img-wrapper {
  margin-bottom: 1.8rem;
  transition: all 0.3s ease-in-out;
}
.cid-spcJGPMPH1 .card .img-wrapper {
  overflow: hidden;
}
.cid-spcJGPMPH1 .card:hover {
  cursor: pointer;
}
.cid-spcJGPMPH1 .card:hover img {
  transform: scale(1.05);
}
.cid-spcJGPMPH1 .card:hover .img-wrapper {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
.cid-spcJGPMPH1 .mbr-section-title {
  transition: all 0.3s ease-in-out;
  color: #003652;
}
.cid-spcJGPMPH1 .mbr-section-title:hover {
  color: #082c4e;
}
.cid-spcJGPMPH1 .mbr-section-date {
  color: #999999;
}
.cid-spcJGPMPH1 .mbr-section-text {
  color: #000000;
}
.cid-spcJGPMPH1 .main-title {
  color: #35ae53;
}
.cid-spsQQFUbIB {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #f3f3f3;
}
.cid-spsQQFUbIB img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-spsQQFUbIB .img-wrapper {
  margin-bottom: 1.8rem;
  transition: all 0.3s ease-in-out;
}
.cid-spsQQFUbIB .card .img-wrapper {
  overflow: hidden;
}
.cid-spsQQFUbIB .card:hover {
  cursor: pointer;
}
.cid-spsQQFUbIB .card:hover img {
  transform: scale(1.05);
}
.cid-spsQQFUbIB .card:hover .img-wrapper {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
.cid-spsQQFUbIB .mbr-section-title {
  transition: all 0.3s ease-in-out;
  color: #003652;
}
.cid-spsQQFUbIB .mbr-section-title:hover {
  color: #082c4e;
}
.cid-spsQQFUbIB .mbr-section-date {
  color: #999999;
}
.cid-spsQQFUbIB .mbr-section-text {
  color: #000000;
}
.cid-spsQQFUbIB .main-title {
  color: #35ae53;
}
.cid-spt8fXjx8t {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-spt8fXjx8t h4 {
  color: #ffffff;
}
.cid-spcXdS7lmt {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #082c4e;
}
.cid-spcXdS7lmt .content-inner .left-content {
  display: block;
}
.cid-spcXdS7lmt .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-spcXdS7lmt .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-spcXdS7lmt .content-inner .right-content {
  display: block;
}
.cid-spcXdS7lmt .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-spcXdS7lmt .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-spcXdS7lmt .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-spcXdS7lmt .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ea7515 !important;
  border-color: #ea7515 !important;
}
@media (max-width: 991px) {
  .cid-spcXdS7lmt .content-inner {
    justify-content: center !important;
  }
  .cid-spcXdS7lmt * {
    text-align: center;
  }
}
.cid-srRoe9RGsX {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-srRoe9RGsX .icon-title {
  margin: 0;
  padding: 0;
}
@media (min-width: 1400px) {
  .cid-srRoe9RGsX .text {
    max-width: 360px;
  }
}
@media (max-width: 992px) {
  .cid-srRoe9RGsX .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-srRoe9RGsX .google-map {
  height: 18rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-srRoe9RGsX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-srRoe9RGsX .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-srRoe9RGsX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-srRoe9RGsX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-srRoe9RGsX .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #0077ff;
  text-align: right;
}
.cid-srRoe9RGsX .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-srRoe9RGsX .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-srRoe9RGsX .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-srRoe9RGsX .mbr-text,
.cid-srRoe9RGsX .mbr-section-btn {
  color: #999999;
}
.cid-srRoe9RGsX .icon-title,
.cid-srRoe9RGsX .align-wrap {
  color: #000000;
  text-align: left;
}
.cid-srRoe9RGsX .mbr-text,
.cid-srRoe9RGsX .col {
  color: #000000;
}
.cid-srRoe9RGsX .title {
  text-align: left;
}
.cid-srRoeKpHms.popup-builder {
  background-color: #ffffff;
}
.cid-srRoeKpHms.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-srRoeKpHms.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-srRoeKpHms .modal-content,
.cid-srRoeKpHms .modal-dialog {
  height: auto;
}
.cid-srRoeKpHms .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-srRoeKpHms .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-srRoeKpHms .form-wrapper .mbr-form .form-group,
  .cid-srRoeKpHms .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-srRoeKpHms .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-srRoeKpHms .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-srRoeKpHms .mbr-text {
  text-align: center;
}
.cid-srRoeKpHms .pt-0 {
  padding-top: 0 !important;
}
.cid-srRoeKpHms .pb-0 {
  padding-bottom: 0 !important;
}
.cid-srRoeKpHms .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-srRoeKpHms .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-srRoeKpHms .modal-open {
  overflow: hidden;
}
.cid-srRoeKpHms .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-srRoeKpHms .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-srRoeKpHms .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-srRoeKpHms .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-srRoeKpHms .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-srRoeKpHms .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-srRoeKpHms .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-srRoeKpHms .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-srRoeKpHms .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-srRoeKpHms .modal-backdrop.fade {
  opacity: 0;
}
.cid-srRoeKpHms .modal-backdrop.show {
  opacity: .5;
}
.cid-srRoeKpHms .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-srRoeKpHms .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-srRoeKpHms .modal-header .close:hover {
  opacity: 1;
}
.cid-srRoeKpHms .modal-header .close:focus {
  outline: none;
}
.cid-srRoeKpHms .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #003652;
}
.cid-srRoeKpHms .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-srRoeKpHms .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-srRoeKpHms .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-srRoeKpHms .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-srRoeKpHms .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-srRoeKpHms .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-srRoeKpHms .modal-sm {
    max-width: 300px;
  }
  .cid-srRoeKpHms .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-srRoeKpHms .modal-lg,
  .cid-srRoeKpHms .modal-xl {
    max-width: 800px;
  }
  .cid-srRoeKpHms .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-srRoeKpHms .modal-xl {
    max-width: 1140px;
  }
  .cid-srRoeKpHms .container {
    max-width: 1140px;
  }
}
.cid-srRoeKpHms .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-srRoeKpHms .container {
    max-width: 720px;
  }
}
.cid-srRoeKpHms .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-srRoeKpHms .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-srRoeKpHms .form-group {
  margin-bottom: 1rem;
}
.cid-srRoeKpHms .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-srRoeKpHms .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-srRoeKpHms .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-spe71CSz9P {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-spe71CSz9P a:link {
  text-decoration: none;
}
.cid-spe71CSz9P .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-spe71CSz9P .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-spe71CSz9P .inner-text {
  line-height: 3em;
}
.cid-spe71CSz9P .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spe71CSz9P .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-spe71CSz9P .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-spe71CSz9P .content-text,
.cid-spe71CSz9P .inner-text {
  color: #ffffff;
  FONT-SIZE: 13PX;
  line-height: normal;
}
.cid-sm4pFChq9K .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sm4pFChq9K .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-sm4pFChq9K .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-sm4pFChq9K .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-sm4pFChq9K .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sm4pFChq9K .navbar.opened {
  transition: all 0.3s;
}
.cid-sm4pFChq9K .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sm4pFChq9K .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sm4pFChq9K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sm4pFChq9K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sm4pFChq9K .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sm4pFChq9K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sm4pFChq9K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sm4pFChq9K .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sm4pFChq9K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sm4pFChq9K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sm4pFChq9K .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sm4pFChq9K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sm4pFChq9K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sm4pFChq9K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sm4pFChq9K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sm4pFChq9K .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sm4pFChq9K .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sm4pFChq9K .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sm4pFChq9K .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sm4pFChq9K .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sm4pFChq9K .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sm4pFChq9K .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sm4pFChq9K .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sm4pFChq9K .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sm4pFChq9K .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sm4pFChq9K .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sm4pFChq9K .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-sm4pFChq9K .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sm4pFChq9K .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sm4pFChq9K .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-sm4pFChq9K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sm4pFChq9K .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sm4pFChq9K .navbar-caption {
  padding-right: 4rem;
}
.cid-sm4pFChq9K .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-sm4pFChq9K .dropdown-menu,
.cid-sm4pFChq9K .navbar.opened {
  background: #ffffff !important;
}
.cid-sm4pFChq9K .nav-item:focus,
.cid-sm4pFChq9K .nav-link:focus {
  outline: none;
}
.cid-sm4pFChq9K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sm4pFChq9K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sm4pFChq9K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sm4pFChq9K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sm4pFChq9K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sm4pFChq9K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sm4pFChq9K .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sm4pFChq9K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sm4pFChq9K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sm4pFChq9K .dropdown-item.active,
.cid-sm4pFChq9K .dropdown-item:active {
  background-color: transparent;
}
.cid-sm4pFChq9K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sm4pFChq9K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sm4pFChq9K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sm4pFChq9K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sm4pFChq9K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sm4pFChq9K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sm4pFChq9K ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sm4pFChq9K .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sm4pFChq9K button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sm4pFChq9K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sm4pFChq9K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sm4pFChq9K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sm4pFChq9K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sm4pFChq9K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sm4pFChq9K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sm4pFChq9K nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sm4pFChq9K nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sm4pFChq9K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sm4pFChq9K .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sm4pFChq9K a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sm4pFChq9K .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sm4pFChq9K .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sm4pFChq9K .navbar {
    height: 77px;
  }
  .cid-sm4pFChq9K .navbar.opened {
    height: auto;
  }
  .cid-sm4pFChq9K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spsUw7KhZJ {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/rooftop-fan-ducting-1920x1080.jpg");
}
.cid-spsUw7KhZJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-spsUw7KhZJ .mbr-section-title {
  color: #ffffff;
}
.cid-spsUw7KhZJ .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-spsUw7KhZJ .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-spsUw7KhZJ .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #082c4e;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-spsUw7KhZJ .mbr-section-btn {
  display: flex;
}
.cid-spsUw7KhZJ .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-spsUw7KhZJ .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-spsUw7KhZJ .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-spsUw7KhZJ .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-spsUw7KhZJ .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-spsUw7KhZJ .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-spsUw7KhZJ .video-wrap .icon-wrap .line-video-1,
.cid-spsUw7KhZJ .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-spsUw7KhZJ .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-spsUw7KhZJ .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-spsUw7KhZJ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-spsUw7KhZJ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-spsUw7KhZJ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-spsUw7KhZJ a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ea7515;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-spsUw7KhZJ a.close:hover {
  color: #ea7515;
}
@media (max-width: 991px) {
  .cid-spsUw7KhZJ .separator,
  .cid-spsUw7KhZJ .sep-holder,
  .cid-spsUw7KhZJ .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-spsUw7KhZJ .buttons-wrap {
    flex-direction: column;
  }
  .cid-spsUw7KhZJ .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-spsUw7KhZJ .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-spsUw7KhZJ .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-spsUw7KhZJ .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-spsUDjIAkZ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spsUDjIAkZ img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-spsUDjIAkZ .img-wrapper {
  margin-bottom: 1.8rem;
  transition: all 0.3s ease-in-out;
}
.cid-spsUDjIAkZ .card .img-wrapper {
  overflow: hidden;
}
.cid-spsUDjIAkZ .card:hover {
  cursor: pointer;
}
.cid-spsUDjIAkZ .card:hover img {
  transform: scale(1.05);
}
.cid-spsUDjIAkZ .card:hover .img-wrapper {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
.cid-spsUDjIAkZ .mbr-section-title {
  transition: all 0.3s ease-in-out;
  color: #003652;
  text-align: left;
}
.cid-spsUDjIAkZ .mbr-section-title:hover {
  color: #082c4e;
}
.cid-spsUDjIAkZ .mbr-section-date {
  color: #35ae53;
  text-align: left;
}
.cid-spsUDjIAkZ .mbr-section-text {
  color: #000000;
  text-align: left;
}
.cid-spsWZgAe4y {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-spsWZgAe4y img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-spsWZgAe4y .img-wrapper {
  margin-bottom: 1.8rem;
  transition: all 0.3s ease-in-out;
}
.cid-spsWZgAe4y .card .img-wrapper {
  overflow: hidden;
}
.cid-spsWZgAe4y .card:hover {
  cursor: pointer;
}
.cid-spsWZgAe4y .card:hover img {
  transform: scale(1.05);
}
.cid-spsWZgAe4y .card:hover .img-wrapper {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
.cid-spsWZgAe4y .mbr-section-title {
  transition: all 0.3s ease-in-out;
  color: #003652;
  text-align: left;
}
.cid-spsWZgAe4y .mbr-section-title:hover {
  color: #082c4e;
}
.cid-spsWZgAe4y .mbr-section-date {
  color: #35ae53;
  text-align: left;
}
.cid-spsWZgAe4y .mbr-section-text {
  color: #000000;
  text-align: left;
}
.cid-spt5HRaVXd {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #082c4e;
}
.cid-spt5HRaVXd .content-inner .left-content {
  display: block;
}
.cid-spt5HRaVXd .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-spt5HRaVXd .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-spt5HRaVXd .content-inner .right-content {
  display: block;
}
.cid-spt5HRaVXd .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-spt5HRaVXd .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-spt5HRaVXd .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-spt5HRaVXd .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ea7515 !important;
  border-color: #ea7515 !important;
}
@media (max-width: 991px) {
  .cid-spt5HRaVXd .content-inner {
    justify-content: center !important;
  }
  .cid-spt5HRaVXd * {
    text-align: center;
  }
}
.cid-spsUxNAb0i {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-spsUxNAb0i .icon-title {
  margin: 0;
  padding: 0;
}
@media (min-width: 1400px) {
  .cid-spsUxNAb0i .text {
    max-width: 360px;
  }
}
@media (max-width: 992px) {
  .cid-spsUxNAb0i .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-spsUxNAb0i .google-map {
  height: 18rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-spsUxNAb0i .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-spsUxNAb0i .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-spsUxNAb0i .google-map[data-state] {
  background: #e9e5dc;
}
.cid-spsUxNAb0i .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-spsUxNAb0i .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #0077ff;
  text-align: right;
}
.cid-spsUxNAb0i .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-spsUxNAb0i .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-spsUxNAb0i .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-spsUxNAb0i .mbr-text,
.cid-spsUxNAb0i .mbr-section-btn {
  color: #999999;
}
.cid-spsUxNAb0i .icon-title,
.cid-spsUxNAb0i .align-wrap {
  color: #000000;
  text-align: left;
}
.cid-spsUxNAb0i .mbr-text,
.cid-spsUxNAb0i .col {
  color: #000000;
}
.cid-spsUxNAb0i .title {
  text-align: left;
}
.cid-srRondRQIC.popup-builder {
  background-color: #ffffff;
}
.cid-srRondRQIC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-srRondRQIC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-srRondRQIC .modal-content,
.cid-srRondRQIC .modal-dialog {
  height: auto;
}
.cid-srRondRQIC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-srRondRQIC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-srRondRQIC .form-wrapper .mbr-form .form-group,
  .cid-srRondRQIC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-srRondRQIC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-srRondRQIC .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-srRondRQIC .mbr-text {
  text-align: center;
}
.cid-srRondRQIC .pt-0 {
  padding-top: 0 !important;
}
.cid-srRondRQIC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-srRondRQIC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-srRondRQIC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-srRondRQIC .modal-open {
  overflow: hidden;
}
.cid-srRondRQIC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-srRondRQIC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-srRondRQIC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-srRondRQIC .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-srRondRQIC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-srRondRQIC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-srRondRQIC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-srRondRQIC .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-srRondRQIC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-srRondRQIC .modal-backdrop.fade {
  opacity: 0;
}
.cid-srRondRQIC .modal-backdrop.show {
  opacity: .5;
}
.cid-srRondRQIC .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-srRondRQIC .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-srRondRQIC .modal-header .close:hover {
  opacity: 1;
}
.cid-srRondRQIC .modal-header .close:focus {
  outline: none;
}
.cid-srRondRQIC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #003652;
}
.cid-srRondRQIC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-srRondRQIC .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-srRondRQIC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-srRondRQIC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-srRondRQIC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-srRondRQIC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-srRondRQIC .modal-sm {
    max-width: 300px;
  }
  .cid-srRondRQIC .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-srRondRQIC .modal-lg,
  .cid-srRondRQIC .modal-xl {
    max-width: 800px;
  }
  .cid-srRondRQIC .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-srRondRQIC .modal-xl {
    max-width: 1140px;
  }
  .cid-srRondRQIC .container {
    max-width: 1140px;
  }
}
.cid-srRondRQIC .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-srRondRQIC .container {
    max-width: 720px;
  }
}
.cid-srRondRQIC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-srRondRQIC .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-srRondRQIC .form-group {
  margin-bottom: 1rem;
}
.cid-srRondRQIC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-srRondRQIC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-srRondRQIC .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-spsUy9eiUf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-spsUy9eiUf a:link {
  text-decoration: none;
}
.cid-spsUy9eiUf .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-spsUy9eiUf .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-spsUy9eiUf .inner-text {
  line-height: 3em;
}
.cid-spsUy9eiUf .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spsUy9eiUf .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-spsUy9eiUf .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-spsUy9eiUf .content-text,
.cid-spsUy9eiUf .inner-text {
  color: #ffffff;
  FONT-SIZE: 13PX;
  line-height: normal;
}
.cid-sm4pFChq9K .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sm4pFChq9K .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-sm4pFChq9K .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-sm4pFChq9K .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-sm4pFChq9K .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sm4pFChq9K .navbar.opened {
  transition: all 0.3s;
}
.cid-sm4pFChq9K .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sm4pFChq9K .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sm4pFChq9K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sm4pFChq9K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sm4pFChq9K .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sm4pFChq9K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sm4pFChq9K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sm4pFChq9K .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sm4pFChq9K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sm4pFChq9K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sm4pFChq9K .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sm4pFChq9K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sm4pFChq9K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sm4pFChq9K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sm4pFChq9K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sm4pFChq9K .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sm4pFChq9K .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sm4pFChq9K .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sm4pFChq9K .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sm4pFChq9K .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sm4pFChq9K .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sm4pFChq9K .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sm4pFChq9K .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sm4pFChq9K .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sm4pFChq9K .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sm4pFChq9K .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sm4pFChq9K .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-sm4pFChq9K .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sm4pFChq9K .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sm4pFChq9K .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-sm4pFChq9K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sm4pFChq9K .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sm4pFChq9K .navbar-caption {
  padding-right: 4rem;
}
.cid-sm4pFChq9K .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-sm4pFChq9K .dropdown-menu,
.cid-sm4pFChq9K .navbar.opened {
  background: #ffffff !important;
}
.cid-sm4pFChq9K .nav-item:focus,
.cid-sm4pFChq9K .nav-link:focus {
  outline: none;
}
.cid-sm4pFChq9K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sm4pFChq9K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sm4pFChq9K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sm4pFChq9K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sm4pFChq9K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sm4pFChq9K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sm4pFChq9K .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sm4pFChq9K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sm4pFChq9K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sm4pFChq9K .dropdown-item.active,
.cid-sm4pFChq9K .dropdown-item:active {
  background-color: transparent;
}
.cid-sm4pFChq9K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sm4pFChq9K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sm4pFChq9K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sm4pFChq9K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sm4pFChq9K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sm4pFChq9K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sm4pFChq9K ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sm4pFChq9K .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sm4pFChq9K button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sm4pFChq9K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sm4pFChq9K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sm4pFChq9K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sm4pFChq9K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sm4pFChq9K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sm4pFChq9K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sm4pFChq9K nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sm4pFChq9K nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sm4pFChq9K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sm4pFChq9K .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sm4pFChq9K a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sm4pFChq9K .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sm4pFChq9K .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sm4pFChq9K .navbar {
    height: 77px;
  }
  .cid-sm4pFChq9K .navbar.opened {
    height: auto;
  }
  .cid-sm4pFChq9K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snuDH7QGh5 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/image-1920x-5f99d7b304e5e-1140x761.jpg");
}
.cid-snuDH7QGh5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-snuDH7QGh5 .mbr-section-title {
  color: #ffffff;
}
.cid-snuDH7QGh5 .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-snuDH7QGh5 .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-snuDH7QGh5 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #082c4e;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-snuDH7QGh5 .mbr-section-btn {
  display: flex;
}
.cid-snuDH7QGh5 .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-snuDH7QGh5 .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-snuDH7QGh5 .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-snuDH7QGh5 .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-snuDH7QGh5 .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-snuDH7QGh5 .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-snuDH7QGh5 .video-wrap .icon-wrap .line-video-1,
.cid-snuDH7QGh5 .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-snuDH7QGh5 .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-snuDH7QGh5 .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-snuDH7QGh5 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-snuDH7QGh5 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-snuDH7QGh5 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-snuDH7QGh5 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ea7515;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-snuDH7QGh5 a.close:hover {
  color: #ea7515;
}
@media (max-width: 991px) {
  .cid-snuDH7QGh5 .separator,
  .cid-snuDH7QGh5 .sep-holder,
  .cid-snuDH7QGh5 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-snuDH7QGh5 .buttons-wrap {
    flex-direction: column;
  }
  .cid-snuDH7QGh5 .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-snuDH7QGh5 .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-snuDH7QGh5 .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-snuDH7QGh5 .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-snuE7qkXyK {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snuE7qkXyK .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-snuE7qkXyK .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-snuE7qkXyK .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-snuE7qkXyK .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-snuE7qkXyK .mbr-text,
.cid-snuE7qkXyK .mbr-section-btn {
  color: #999999;
  text-align: justify;
}
.cid-snuE7qkXyK .mbr-section-title {
  color: #082c4e;
}
.cid-snuE7qkXyK .mbr-text,
.cid-snuE7qkXyK .col {
  color: #000000;
}
.cid-snv0rVaSV9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-snv0rVaSV9 .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
  min-height: 220px;
}
.cid-snv0rVaSV9 .icon-align-wrapper {
  display: inline-block;
}
.cid-snv0rVaSV9 .card-title {
  transform: translateY(200px);
  transition: all 0.3s;
  transition-delay: 0.1s;
}
.cid-snv0rVaSV9 .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-snv0rVaSV9 .mbr-text {
  opacity: 0;
  transition: all 0.3s;
}
.cid-snv0rVaSV9 .link-icon {
  display: inline-block;
  color: #000000;
  font-size: 1rem;
  cursor: pointer;
  justify-content: center;
}
.cid-snv0rVaSV9 .card-wrapper {
  transition: all 0.6s;
  display: flex;
  justify-content: center;
  padding: 3rem 1rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
  background-size: cover;
}
.cid-snv0rVaSV9 .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-snv0rVaSV9 .card-wrapper {
    padding: 3rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-snv0rVaSV9 .card:hover .card-wrapper:after {
    opacity: 1;
    background: #082c4e;
  }
  .cid-snv0rVaSV9 .card:hover .icon-wrapper,
  .cid-snv0rVaSV9 .card:hover .mbr-text {
    opacity: 1;
    transition-delay: 0.1s;
  }
  .cid-snv0rVaSV9 .card:hover .card-title {
    transform: translateY(0px);
    transition-delay: 0s;
  }
}
@media (max-width: 992px) {
  .cid-snv0rVaSV9 .card {
    padding-bottom: 1rem !important;
  }
  .cid-snv0rVaSV9 .card-title {
    transform: translateY(0px);
  }
  .cid-snv0rVaSV9 .card-wrapper:after {
    opacity: 0.7;
    background: #082c4e;
  }
  .cid-snv0rVaSV9 .icon-wrapper,
  .cid-snv0rVaSV9 .mbr-text {
    opacity: 1;
  }
}
.cid-snv0rVaSV9 .row {
  justify-content: center;
}
.cid-snv0rVaSV9 .card {
  transform-style: preserve-3d;
  perspective: 800px;
}
.cid-snv0rVaSV9 .card1 {
  background-image: url("../../../assets/images/01.jpg");
}
.cid-snv0rVaSV9 .card2 {
  background-image: url("../../../assets/images/03.jpg");
}
.cid-snv0rVaSV9 .card3 {
  background-image: url("../../../assets/images/02.jpg");
}
.cid-snv0rVaSV9 .mbr-text,
.cid-snv0rVaSV9 .card-box {
  text-align: center;
}
.cid-snv1r7CfHL {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-snv1r7CfHL .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-snv1r7CfHL .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-snv1r7CfHL .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-snv1r7CfHL .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-snv1r7CfHL .mbr-text,
.cid-snv1r7CfHL .mbr-section-btn {
  color: #999999;
  text-align: justify;
}
.cid-snv1r7CfHL .mbr-section-title {
  color: #082c4e;
}
.cid-snv1r7CfHL .mbr-text,
.cid-snv1r7CfHL .col {
  color: #000000;
}
.cid-snv1MUcFeE {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #082c4e;
}
.cid-snv1MUcFeE .content-inner .left-content {
  display: block;
}
.cid-snv1MUcFeE .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-snv1MUcFeE .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-snv1MUcFeE .content-inner .right-content {
  display: block;
}
.cid-snv1MUcFeE .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-snv1MUcFeE .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-snv1MUcFeE .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-snv1MUcFeE .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ea7515 !important;
  border-color: #ea7515 !important;
}
@media (max-width: 991px) {
  .cid-snv1MUcFeE .content-inner {
    justify-content: center !important;
  }
  .cid-snv1MUcFeE * {
    text-align: center;
  }
}
.cid-snv1NAnZNR {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-snv1NAnZNR .icon-title {
  margin: 0;
  padding: 0;
}
@media (min-width: 1400px) {
  .cid-snv1NAnZNR .text {
    max-width: 360px;
  }
}
@media (max-width: 992px) {
  .cid-snv1NAnZNR .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-snv1NAnZNR .google-map {
  height: 18rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-snv1NAnZNR .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-snv1NAnZNR .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-snv1NAnZNR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-snv1NAnZNR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-snv1NAnZNR .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #0077ff;
  text-align: right;
}
.cid-snv1NAnZNR .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-snv1NAnZNR .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-snv1NAnZNR .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-snv1NAnZNR .mbr-text,
.cid-snv1NAnZNR .mbr-section-btn {
  color: #999999;
}
.cid-snv1NAnZNR .icon-title,
.cid-snv1NAnZNR .align-wrap {
  color: #000000;
  text-align: left;
}
.cid-snv1NAnZNR .mbr-text,
.cid-snv1NAnZNR .col {
  color: #000000;
}
.cid-snv1NAnZNR .title {
  text-align: left;
}
.cid-spbVW4kFWu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-spbVW4kFWu a:link {
  text-decoration: none;
}
.cid-spbVW4kFWu .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-spbVW4kFWu .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-spbVW4kFWu .inner-text {
  line-height: 3em;
}
.cid-spbVW4kFWu .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spbVW4kFWu .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-spbVW4kFWu .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-spbVW4kFWu .content-text,
.cid-spbVW4kFWu .inner-text {
  color: #ffffff;
  FONT-SIZE: 13PX;
  line-height: normal;
}
.cid-srRnXyI4Nr.popup-builder {
  background-color: #ffffff;
}
.cid-srRnXyI4Nr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-srRnXyI4Nr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-srRnXyI4Nr .modal-content,
.cid-srRnXyI4Nr .modal-dialog {
  height: auto;
}
.cid-srRnXyI4Nr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-srRnXyI4Nr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-srRnXyI4Nr .form-wrapper .mbr-form .form-group,
  .cid-srRnXyI4Nr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-srRnXyI4Nr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-srRnXyI4Nr .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-srRnXyI4Nr .mbr-text {
  text-align: center;
}
.cid-srRnXyI4Nr .pt-0 {
  padding-top: 0 !important;
}
.cid-srRnXyI4Nr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-srRnXyI4Nr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-srRnXyI4Nr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-srRnXyI4Nr .modal-open {
  overflow: hidden;
}
.cid-srRnXyI4Nr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-srRnXyI4Nr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-srRnXyI4Nr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-srRnXyI4Nr .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-srRnXyI4Nr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-srRnXyI4Nr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-srRnXyI4Nr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-srRnXyI4Nr .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-srRnXyI4Nr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-srRnXyI4Nr .modal-backdrop.fade {
  opacity: 0;
}
.cid-srRnXyI4Nr .modal-backdrop.show {
  opacity: .5;
}
.cid-srRnXyI4Nr .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-srRnXyI4Nr .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-srRnXyI4Nr .modal-header .close:hover {
  opacity: 1;
}
.cid-srRnXyI4Nr .modal-header .close:focus {
  outline: none;
}
.cid-srRnXyI4Nr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #003652;
}
.cid-srRnXyI4Nr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-srRnXyI4Nr .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-srRnXyI4Nr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-srRnXyI4Nr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-srRnXyI4Nr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-srRnXyI4Nr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-srRnXyI4Nr .modal-sm {
    max-width: 300px;
  }
  .cid-srRnXyI4Nr .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-srRnXyI4Nr .modal-lg,
  .cid-srRnXyI4Nr .modal-xl {
    max-width: 800px;
  }
  .cid-srRnXyI4Nr .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-srRnXyI4Nr .modal-xl {
    max-width: 1140px;
  }
  .cid-srRnXyI4Nr .container {
    max-width: 1140px;
  }
}
.cid-srRnXyI4Nr .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-srRnXyI4Nr .container {
    max-width: 720px;
  }
}
.cid-srRnXyI4Nr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-srRnXyI4Nr .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-srRnXyI4Nr .form-group {
  margin-bottom: 1rem;
}
.cid-srRnXyI4Nr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-srRnXyI4Nr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-srRnXyI4Nr .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
