body {
  font-family: 'Be Vietnam', sans-serif;
}
.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.4rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.1rem;
  line-height: 2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #169ad7 !important;
}
.bg-success {
  background-color: #39467b !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #169ad7 !important;
  border-color: #169ad7 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0f6892 !important;
  border-color: #0f6892 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0f6892 !important;
  border-color: #0f6892 !important;
}
.btn-primary:hover {
  background-color: #169ad7 !important;
  border-color: #169ad7 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #253d80 !important;
  border-color: #253d80 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #142145 !important;
  border-color: #142145 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #142145 !important;
  border-color: #142145 !important;
}
.btn-secondary:hover {
  background-color: #169ad7 !important;
  border-color: #169ad7 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info:hover {
  background-color: #169ad7 !important;
  border-color: #169ad7 !important;
}
.btn-success,
.btn-success:active {
  background-color: #39467b !important;
  border-color: #39467b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #212847 !important;
  border-color: #212847 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #212847 !important;
  border-color: #212847 !important;
}
.btn-success:hover {
  background-color: #169ad7 !important;
  border-color: #169ad7 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning:hover {
  background-color: #169ad7 !important;
  border-color: #169ad7 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger:hover {
  background-color: #169ad7 !important;
  border-color: #169ad7 !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: #169ad7 !important;
  border-color: #169ad7 !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: #169ad7 !important;
  border-color: #169ad7 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #169ad7;
  color: #169ad7;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #169ad7;
  border-color: #169ad7;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #169ad7 !important;
  border-color: #169ad7 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #253d80;
  color: #253d80;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #253d80;
  border-color: #253d80;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #253d80 !important;
  border-color: #253d80 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #82786e;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #39467b;
  color: #39467b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #39467b;
  border-color: #39467b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #39467b !important;
  border-color: #39467b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #808080;
  color: #808080;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b1a374;
  color: #b1a374;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #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: #169ad7 !important;
}
.text-secondary {
  color: #253d80 !important;
}
.text-success {
  color: #39467b !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #64c3ef !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #4266c9 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #6374b7 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !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: #82786e;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #169ad7;
  border-color: #169ad7;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #169ad7;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c0e7f9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #7583bf;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
blockquote {
  border-color: #169ad7;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #169ad7;
  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: #169ad7;
  border-bottom-color: #169ad7;
}
.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: #169ad7 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #253d80 !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='%23169ad7' %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-rVtYOMzUuq {
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-rVtYOMzUuq .link-align {
  width: 100%;
}
.cid-rVtYOMzUuq .link-wrap {
  display: inline-block;
}
.cid-rVtYOMzUuq .box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rVtYOMzUuq .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  color: #ffffff;
}
.cid-rVtYOMzUuq .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-rVtYOMzUuq .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-rVtYOMzUuq .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@keyframes hover {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.cid-rVtYOMzUuq .mbr-text,
.cid-rVtYOMzUuq .link-align {
  color: #ffffff;
}
.cid-rVtYOMzUuq .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  margin-right: 2rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  width: 100px;
  height: 100px;
  background: #cc2952;
  cursor: pointer;
}
.cid-rVtYOMzUuq .icon-wrap:hover {
  animation: 0.6s hover;
}
.cid-rVtYOMzUuq .icon-wrap span {
  padding-left: 4px;
}
.cid-rVtYOMzUuq .mbr-media span {
  font-size: 1.6rem;
  border-radius: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-rVtYOMzUuq .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rVtYOMzUuq .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rVtYOMzUuq .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rVtYOMzUuq .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rVtYOMzUuq a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rVtYOMzUuq a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rVtYOMzUuq .box {
    flex-direction: column;
  }
  .cid-rVtYOMzUuq .icon-wrap {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-sa7HaxybrY {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #f4f8fa;
}
.cid-sa7HaxybrY .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sa7HaxybrY .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sa7HaxybrY .text-content {
  padding-right: 1.5rem;
}
.cid-sa7HaxybrY .mbr-text,
.cid-sa7HaxybrY .mbr-section-btn {
  color: #767676;
}
.cid-sa7HaxybrY .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-sa7HaxybrY .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sa7HaxybrY .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sa7HaxybrY .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sa7HaxybrY .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-sa7HaxybrY .main-row {
    margin: 0;
  }
  .cid-sa7HaxybrY .mbr-section-title,
  .cid-sa7HaxybrY .mbr-text,
  .cid-sa7HaxybrY .list,
  .cid-sa7HaxybrY .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sa7HaxybrY .text-content {
    padding: 0;
  }
}
.cid-rVtYPjG2uX {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #39467b;
}
.cid-rVtYPjG2uX H4 {
  color: #ffffff;
}
.cid-sa7Ir6FnHt {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sa7Ir6FnHt .card-img {
  position: relative;
  overflow: hidden;
}
.cid-sa7Ir6FnHt section {
  position: relative;
}
.cid-sa7Ir6FnHt a {
  font-weight: 600;
}
.cid-sa7Ir6FnHt .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-sa7Ir6FnHt .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: #e4effb;
}
.cid-sa7Ir6FnHt .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-sa7Ir6FnHt .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-sa7Ir6FnHt .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-sa7Ir6FnHt .card-wrapper {
  height: 100%;
}
.cid-sa7Ir6FnHt .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-sa7Ir6FnHt .card-wrapper:hover .card-title a {
  color: #253d80 !important;
}
.cid-sa7Ir6FnHt .text {
  color: #767676;
}
.cid-sa7Ir6FnHt .card-title {
  color: #36404c;
}
.cid-sa7Ir6FnHt .title {
  text-align: center;
}
.cid-sa7Ir6FnHt .mbr-section-title,
.cid-sa7Ir6FnHt .line-wrap {
  text-align: left;
}
.cid-sa7LywhW4d {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sa7LywhW4d .card-wrapper {
  z-index: 3;
}
.cid-sa7LywhW4d .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-sa7LywhW4d:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-sa7LywhW4d .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sa7LywhW4d .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-t1v5dDZuZm {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-t1v5dDZuZm .mbr-section-title {
  color: #06182d;
}
.cid-t1v5dDZuZm .mbr-section-subtitle {
  color: #06182d;
}
.cid-t1v5dDZuZm .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-t1v5dDZuZm .mbr-section-text {
  color: #999999;
}
.cid-t1v5dDZuZm .carousel-control {
  background: #000;
  opacity: 0.2;
}
.cid-t1v5dDZuZm .carousel {
  width: 85%;
  margin: auto;
}
.cid-t1v5dDZuZm .carousel-item {
  justify-content: center;
}
.cid-t1v5dDZuZm .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-t1v5dDZuZm .carousel-item .wrap-img {
  text-align: center;
}
.cid-t1v5dDZuZm .carousel-item .wrap-img img {
  transition: all 0.3s;
  max-height: 80px;
  width: auto;
  max-width: 100%;
}
.cid-t1v5dDZuZm .carousel-controls {
  display: flex;
  justify-content: center;
}
.cid-t1v5dDZuZm .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-t1v5dDZuZm .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-t1v5dDZuZm .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-t1v5dDZuZm .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-t1v5dDZuZm .cloneditem-1,
.cid-t1v5dDZuZm .cloneditem-2,
.cid-t1v5dDZuZm .cloneditem-3,
.cid-t1v5dDZuZm .cloneditem-4,
.cid-t1v5dDZuZm .cloneditem-5 {
  display: none;
}
.cid-t1v5dDZuZm .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t1v5dDZuZm .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-t1v5dDZuZm .carousel-inner {
    opacity: 0.8;
  }
  .cid-t1v5dDZuZm .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-t1v5dDZuZm .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-t1v5dDZuZm .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-t1v5dDZuZm .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-t1v5dDZuZm .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-t1v5dDZuZm .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t1v5dDZuZm .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-t1v5dDZuZm .carousel-inner.slides2 .cloneditem-1,
  .cid-t1v5dDZuZm .carousel-inner.slides2 .cloneditem-2,
  .cid-t1v5dDZuZm .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-t1v5dDZuZm .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-t1v5dDZuZm .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-t1v5dDZuZm .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-t1v5dDZuZm .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-t1v5dDZuZm .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-t1v5dDZuZm .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t1v5dDZuZm .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-t1v5dDZuZm .carousel-inner.slides3 .cloneditem-1,
  .cid-t1v5dDZuZm .carousel-inner.slides3 .cloneditem-2,
  .cid-t1v5dDZuZm .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-t1v5dDZuZm .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-t1v5dDZuZm .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-t1v5dDZuZm .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-t1v5dDZuZm .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-t1v5dDZuZm .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-t1v5dDZuZm .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t1v5dDZuZm .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-t1v5dDZuZm .carousel-inner.slides4 .cloneditem-1,
  .cid-t1v5dDZuZm .carousel-inner.slides4 .cloneditem-2,
  .cid-t1v5dDZuZm .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-t1v5dDZuZm .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-t1v5dDZuZm .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-t1v5dDZuZm .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-t1v5dDZuZm .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-t1v5dDZuZm .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-t1v5dDZuZm .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t1v5dDZuZm .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-t1v5dDZuZm .carousel-inner.slides5 .cloneditem-1,
  .cid-t1v5dDZuZm .carousel-inner.slides5 .cloneditem-2,
  .cid-t1v5dDZuZm .carousel-inner.slides5 .cloneditem-3,
  .cid-t1v5dDZuZm .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-t1v5dDZuZm .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-t1v5dDZuZm .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-t1v5dDZuZm .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-t1v5dDZuZm .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-t1v5dDZuZm .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-t1v5dDZuZm .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t1v5dDZuZm .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-t1v5dDZuZm .carousel-inner.slides6 .cloneditem-1,
  .cid-t1v5dDZuZm .carousel-inner.slides6 .cloneditem-2,
  .cid-t1v5dDZuZm .carousel-inner.slides6 .cloneditem-3,
  .cid-t1v5dDZuZm .carousel-inner.slides6 .cloneditem-4,
  .cid-t1v5dDZuZm .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-t1v5dDZuZm .carousel-control-prev {
  position: absolute !important;
  left: -50px !important;
}
.cid-t1v5dDZuZm .carousel-control-next {
  position: absolute !important;
  right: -50px !important;
}
@media (max-width: 576px) {
  .cid-t1v5dDZuZm .carousel-control-prev {
    left: -10px !important;
  }
  .cid-t1v5dDZuZm .carousel-control-next {
    right: -10px !important;
  }
}
.cid-t1v5dDZuZm .mbr-section-title,
.cid-t1v5dDZuZm .col {
  color: #5b686b;
}
.cid-t1v5dDZuZm .btn {
  font-family: 'Be Vietnam', sans-serif;
}
.cid-s21mqW1bWl {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-s21mqW1bWl .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-s21mqW1bWl .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-s21mqW1bWl .col + .mbr-section-btn .btn,
.cid-s21mqW1bWl .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-s21mqW1bWl .col + .mbr-section-btn .btn,
  .cid-s21mqW1bWl .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-s21mqW1bWl .dragArea > *:nth-last-child(2).col,
  .cid-s21mqW1bWl .dragArea > *:nth-last-child(2).col-auto,
  .cid-s21mqW1bWl .col + .mbr-section-btn,
  .cid-s21mqW1bWl .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-s21mqW1bWl .dragArea {
    flex-direction: column;
  }
}
.cid-s21mqW1bWl .btn-primary {
  border: 1px solid #169ad7 !important;
}
.cid-s21mqW1bWl .btn-primary:hover {
  border: 1px solid #169ad7 !important;
}
.cid-s21mqW1bWl .stripe {
  border-bottom: 1px solid #253d80;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-s21mqW1bWl .form-group {
  max-width: 220px;
}
.cid-s21mqW1bWl .mbr-section-btn {
  padding-left: 0;
}
.cid-s21mqW1bWl .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-s21mqW1bWl .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #169ad7;
  width: 85%;
}
.cid-s21mqW1bWl .mbr-text {
  color: #444;
}
.cid-s21mqW1bWl h5 {
  margin-bottom: 0;
}
.cid-s21mqW1bWl .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-s21mqW1bWl .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s21mqW1bWl .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-s21mqW1bWl .socicon {
  font-size: 2rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s21mqW1bWl .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s21mqW1bWl .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-s21mqW1bWl .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-s21mqW1bWl .social-list a:hover {
  opacity: 0.4;
}
.cid-s21mqW1bWl .media-container-row > div {
  padding: 0px;
}
.cid-s21mqW1bWl .text2 {
  color: #000000;
  text-align: left;
}
.cid-s21mqW1bWl .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-s21mqW1bWl .links {
  color: #232323;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s21mqW1bWl .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-s21mqW1bWl .social-list,
  .cid-s21mqW1bWl .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-s21mqW1bWl h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-s21mqW1bWl .form-group {
    max-width: 180px;
  }
}
.cid-s21mqW1bWl .links span {
  color: #9e9e9e;
}
.cid-s21mqW1bWl .logo-sub-title {
  text-align: center;
  color: #5b686b;
}
.cid-s21mqW1bWl .logo-title {
  text-align: center;
}
.cid-s21np1RBlQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-s21np1RBlQ .media-container-row .mbr-text {
  color: #232323;
}
.cid-rVtYZIVwm2 .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-rVtYZIVwm2 .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-rVtYZIVwm2 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-rVtYZIVwm2 .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-rVtYZIVwm2 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rVtYZIVwm2 .navbar.opened {
  transition: all .3s;
}
.cid-rVtYZIVwm2 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-rVtYZIVwm2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-rVtYZIVwm2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rVtYZIVwm2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rVtYZIVwm2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-rVtYZIVwm2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rVtYZIVwm2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rVtYZIVwm2 .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-rVtYZIVwm2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rVtYZIVwm2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rVtYZIVwm2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rVtYZIVwm2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rVtYZIVwm2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rVtYZIVwm2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rVtYZIVwm2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rVtYZIVwm2 .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-rVtYZIVwm2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rVtYZIVwm2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rVtYZIVwm2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rVtYZIVwm2 .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-rVtYZIVwm2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rVtYZIVwm2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rVtYZIVwm2 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rVtYZIVwm2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rVtYZIVwm2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rVtYZIVwm2 .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-rVtYZIVwm2 .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-rVtYZIVwm2 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-rVtYZIVwm2 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-rVtYZIVwm2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-rVtYZIVwm2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rVtYZIVwm2 .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rVtYZIVwm2 .navbar-caption {
  padding-right: 4rem;
}
.cid-rVtYZIVwm2 .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-rVtYZIVwm2 .dropdown-menu,
.cid-rVtYZIVwm2 .navbar.opened {
  background: #ffffff !important;
}
.cid-rVtYZIVwm2 .nav-item:focus,
.cid-rVtYZIVwm2 .nav-link:focus {
  outline: none;
}
.cid-rVtYZIVwm2 .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-rVtYZIVwm2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rVtYZIVwm2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rVtYZIVwm2 .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-rVtYZIVwm2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rVtYZIVwm2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rVtYZIVwm2 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rVtYZIVwm2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rVtYZIVwm2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rVtYZIVwm2 .dropdown-item.active,
.cid-rVtYZIVwm2 .dropdown-item:active {
  background-color: transparent;
}
.cid-rVtYZIVwm2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rVtYZIVwm2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rVtYZIVwm2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rVtYZIVwm2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rVtYZIVwm2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rVtYZIVwm2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rVtYZIVwm2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rVtYZIVwm2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-rVtYZIVwm2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVtYZIVwm2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #253d80;
}
.cid-rVtYZIVwm2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rVtYZIVwm2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rVtYZIVwm2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rVtYZIVwm2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rVtYZIVwm2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVtYZIVwm2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rVtYZIVwm2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rVtYZIVwm2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVtYZIVwm2 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rVtYZIVwm2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVtYZIVwm2 .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-rVtYZIVwm2 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVtYZIVwm2 .navbar {
    height: 77px;
  }
  .cid-rVtYZIVwm2 .navbar.opened {
    height: auto;
  }
  .cid-rVtYZIVwm2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s21np1RBlQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-s21np1RBlQ .media-container-row .mbr-text {
  color: #232323;
}
.cid-rVtYZIVwm2 .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-rVtYZIVwm2 .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-rVtYZIVwm2 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-rVtYZIVwm2 .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-rVtYZIVwm2 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rVtYZIVwm2 .navbar.opened {
  transition: all .3s;
}
.cid-rVtYZIVwm2 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-rVtYZIVwm2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-rVtYZIVwm2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rVtYZIVwm2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rVtYZIVwm2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-rVtYZIVwm2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rVtYZIVwm2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rVtYZIVwm2 .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-rVtYZIVwm2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rVtYZIVwm2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rVtYZIVwm2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rVtYZIVwm2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rVtYZIVwm2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rVtYZIVwm2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rVtYZIVwm2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rVtYZIVwm2 .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-rVtYZIVwm2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rVtYZIVwm2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rVtYZIVwm2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rVtYZIVwm2 .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-rVtYZIVwm2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rVtYZIVwm2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rVtYZIVwm2 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rVtYZIVwm2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rVtYZIVwm2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rVtYZIVwm2 .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-rVtYZIVwm2 .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-rVtYZIVwm2 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-rVtYZIVwm2 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-rVtYZIVwm2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-rVtYZIVwm2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rVtYZIVwm2 .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rVtYZIVwm2 .navbar-caption {
  padding-right: 4rem;
}
.cid-rVtYZIVwm2 .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-rVtYZIVwm2 .dropdown-menu,
.cid-rVtYZIVwm2 .navbar.opened {
  background: #ffffff !important;
}
.cid-rVtYZIVwm2 .nav-item:focus,
.cid-rVtYZIVwm2 .nav-link:focus {
  outline: none;
}
.cid-rVtYZIVwm2 .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-rVtYZIVwm2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rVtYZIVwm2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rVtYZIVwm2 .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-rVtYZIVwm2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rVtYZIVwm2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rVtYZIVwm2 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rVtYZIVwm2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rVtYZIVwm2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rVtYZIVwm2 .dropdown-item.active,
.cid-rVtYZIVwm2 .dropdown-item:active {
  background-color: transparent;
}
.cid-rVtYZIVwm2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rVtYZIVwm2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rVtYZIVwm2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rVtYZIVwm2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rVtYZIVwm2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rVtYZIVwm2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rVtYZIVwm2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rVtYZIVwm2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-rVtYZIVwm2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVtYZIVwm2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #253d80;
}
.cid-rVtYZIVwm2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rVtYZIVwm2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rVtYZIVwm2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rVtYZIVwm2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rVtYZIVwm2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVtYZIVwm2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rVtYZIVwm2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rVtYZIVwm2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVtYZIVwm2 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rVtYZIVwm2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVtYZIVwm2 .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-rVtYZIVwm2 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVtYZIVwm2 .navbar {
    height: 77px;
  }
  .cid-rVtYZIVwm2 .navbar.opened {
    height: auto;
  }
  .cid-rVtYZIVwm2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sa7NfW35IU {
  padding-top: 105px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1440.jpeg");
}
.cid-sa7NfW35IU .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-sa7NfW35IU .container {
  max-width: 1500px;
}
.cid-sa7NfW35IU .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-sa7NfW35IU .container {
    padding: 0 4rem;
  }
}
.cid-sa7NfW35IU .mbr-text,
.cid-sa7NfW35IU .mbr-section-btn {
  color: #efeeee;
}
.cid-sa7NfW35IU .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-sa7NfW35IU .btn .mbr-iconfont {
  order: 2;
}
.cid-sa7NfW35IU .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-sa7NfW35IU .align-left {
    text-align: center;
  }
  .cid-sa7NfW35IU .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-sa7NfW35IU H1 {
  text-align: left;
}
.cid-sa7Nxs39kV {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-sa7Nxs39kV .card-header {
  background: transparent;
}
.cid-sa7Nxs39kV img {
  width: 90%;
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
  margin: auto;
}
@media (max-width: 992px) {
  .cid-sa7Nxs39kV .wrapper {
    padding: 0;
  }
  .cid-sa7Nxs39kV img {
    width: 100%;
    padding: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-sa7Nxs39kV .mbr-iconfont {
  font-size: 1rem!important;
  font-family: 'Moririse2' !important;
}
.cid-sa7Nxs39kV .mbr-iconfont:before {
  content: "\e960";
}
.cid-sa7Nxs39kV .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sa7Nxs39kV .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sa7Nxs39kV .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-sa7Nxs39kV .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sa7Nxs39kV .card .card-header a.panel-title h5 .sign {
  padding-right: 1rem;
}
.cid-sa7Nxs39kV .card .panel-body {
  color: #767676;
  padding-top: 1rem;
}
.cid-sa7Nxs39kV 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-sa7Nxs39kV .wrapper {
    padding: 2rem 1rem;
  }
  .cid-sa7Nxs39kV h5 {
    padding: 1rem 0rem;
  }
}
.cid-sa7Nxs39kV .mbr-text,
.cid-sa7Nxs39kV .mbr-section-btn {
  color: #ffffff;
}
.cid-sa7Nxs39kV .panel-text {
  color: #232323;
}
.cid-sa7Nxs39kV H4 {
  color: #ffffff;
}
.cid-sa7Nxs39kV H5 {
  color: #253d80;
}
.cid-sa7Nxs39kV H3 {
  color: #000000;
}
.cid-sa7NT8FCSf {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #169ad7;
}
.cid-sa7NT8FCSf H4 {
  color: #ffffff;
}
.cid-sa7NyTCWsK {
  background-color: #e5e5e5;
}
.cid-sa7NyTCWsK img {
  height: 260px;
  object-fit: cover;
  width: 260px;
  border-radius: 100%;
}
.cid-sa7NyTCWsK .row {
  justify-content: center;
}
.cid-sa7NyTCWsK .mbr-text {
  color: #555555;
  text-align: left;
}
.cid-sa7NyTCWsK .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-sa7NyTCWsK .mbr-iconfont {
  color: #36404c !important;
  font-size: 1.5rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sa7NyTCWsK .date {
  margin: 0;
  color: #169ad7;
}
.cid-sa7NyTCWsK .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-sa7NyTCWsK .icon-box {
    flex-direction: column;
  }
  .cid-sa7NyTCWsK .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-sa7NyTCWsK img {
    margin-bottom: 2rem;
  }
}
.cid-sa7NyTCWsK H3 {
  color: #555555;
}
.cid-sa7NyTCWsK H1 {
  color: #555555;
}
.cid-sa7PWqa30r {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-sa7PWqa30r .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-sa7PWqa30r .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sa7PWqa30r .col + .mbr-section-btn .btn,
.cid-sa7PWqa30r .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-sa7PWqa30r .col + .mbr-section-btn .btn,
  .cid-sa7PWqa30r .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-sa7PWqa30r .dragArea > *:nth-last-child(2).col,
  .cid-sa7PWqa30r .dragArea > *:nth-last-child(2).col-auto,
  .cid-sa7PWqa30r .col + .mbr-section-btn,
  .cid-sa7PWqa30r .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-sa7PWqa30r .dragArea {
    flex-direction: column;
  }
}
.cid-sa7PWqa30r .btn-primary {
  border: 1px solid #169ad7 !important;
}
.cid-sa7PWqa30r .btn-primary:hover {
  border: 1px solid #169ad7 !important;
}
.cid-sa7PWqa30r .stripe {
  border-bottom: 1px solid #253d80;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sa7PWqa30r .form-group {
  max-width: 220px;
}
.cid-sa7PWqa30r .mbr-section-btn {
  padding-left: 0;
}
.cid-sa7PWqa30r .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sa7PWqa30r .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #169ad7;
  width: 85%;
}
.cid-sa7PWqa30r .mbr-text {
  color: #444;
}
.cid-sa7PWqa30r h5 {
  margin-bottom: 0;
}
.cid-sa7PWqa30r .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sa7PWqa30r .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sa7PWqa30r .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sa7PWqa30r .socicon {
  font-size: 2rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sa7PWqa30r .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sa7PWqa30r .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sa7PWqa30r .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sa7PWqa30r .social-list a:hover {
  opacity: 0.4;
}
.cid-sa7PWqa30r .media-container-row > div {
  padding: 0px;
}
.cid-sa7PWqa30r .text2 {
  color: #000000;
  text-align: left;
}
.cid-sa7PWqa30r .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sa7PWqa30r .links {
  color: #232323;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sa7PWqa30r .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sa7PWqa30r .social-list,
  .cid-sa7PWqa30r .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sa7PWqa30r h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sa7PWqa30r .form-group {
    max-width: 180px;
  }
}
.cid-sa7PWqa30r .links span {
  color: #9e9e9e;
}
.cid-sa7PWqa30r .logo-sub-title {
  text-align: center;
  color: #5b686b;
}
.cid-sa7PWqa30r .logo-title {
  text-align: center;
}
.cid-sa7MQUlECM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-sa7MQUlECM .media-container-row .mbr-text {
  color: #232323;
}
.cid-sa7MQVGPa1 .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-sa7MQVGPa1 .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-sa7MQVGPa1 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sa7MQVGPa1 .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-sa7MQVGPa1 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sa7MQVGPa1 .navbar.opened {
  transition: all .3s;
}
.cid-sa7MQVGPa1 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sa7MQVGPa1 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sa7MQVGPa1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sa7MQVGPa1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sa7MQVGPa1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-sa7MQVGPa1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sa7MQVGPa1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sa7MQVGPa1 .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-sa7MQVGPa1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sa7MQVGPa1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sa7MQVGPa1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sa7MQVGPa1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sa7MQVGPa1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sa7MQVGPa1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sa7MQVGPa1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sa7MQVGPa1 .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-sa7MQVGPa1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sa7MQVGPa1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sa7MQVGPa1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sa7MQVGPa1 .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-sa7MQVGPa1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sa7MQVGPa1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sa7MQVGPa1 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sa7MQVGPa1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sa7MQVGPa1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sa7MQVGPa1 .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sa7MQVGPa1 .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-sa7MQVGPa1 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sa7MQVGPa1 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sa7MQVGPa1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-sa7MQVGPa1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sa7MQVGPa1 .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sa7MQVGPa1 .navbar-caption {
  padding-right: 4rem;
}
.cid-sa7MQVGPa1 .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-sa7MQVGPa1 .dropdown-menu,
.cid-sa7MQVGPa1 .navbar.opened {
  background: #ffffff !important;
}
.cid-sa7MQVGPa1 .nav-item:focus,
.cid-sa7MQVGPa1 .nav-link:focus {
  outline: none;
}
.cid-sa7MQVGPa1 .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-sa7MQVGPa1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sa7MQVGPa1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sa7MQVGPa1 .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-sa7MQVGPa1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sa7MQVGPa1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sa7MQVGPa1 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sa7MQVGPa1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sa7MQVGPa1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sa7MQVGPa1 .dropdown-item.active,
.cid-sa7MQVGPa1 .dropdown-item:active {
  background-color: transparent;
}
.cid-sa7MQVGPa1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sa7MQVGPa1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sa7MQVGPa1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sa7MQVGPa1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sa7MQVGPa1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sa7MQVGPa1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sa7MQVGPa1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sa7MQVGPa1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sa7MQVGPa1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sa7MQVGPa1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #253d80;
}
.cid-sa7MQVGPa1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sa7MQVGPa1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sa7MQVGPa1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sa7MQVGPa1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sa7MQVGPa1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sa7MQVGPa1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sa7MQVGPa1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sa7MQVGPa1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sa7MQVGPa1 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sa7MQVGPa1 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sa7MQVGPa1 .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-sa7MQVGPa1 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sa7MQVGPa1 .navbar {
    height: 77px;
  }
  .cid-sa7MQVGPa1 .navbar.opened {
    height: auto;
  }
  .cid-sa7MQVGPa1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sa7XyhIQMj {
  padding-top: 105px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1271.jpg");
}
.cid-sa7XyhIQMj .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-sa7XyhIQMj .container {
  max-width: 1500px;
}
.cid-sa7XyhIQMj .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-sa7XyhIQMj .container {
    padding: 0 4rem;
  }
}
.cid-sa7XyhIQMj .mbr-text,
.cid-sa7XyhIQMj .mbr-section-btn {
  color: #efeeee;
}
.cid-sa7XyhIQMj .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-sa7XyhIQMj .btn .mbr-iconfont {
  order: 2;
}
.cid-sa7XyhIQMj .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-sa7XyhIQMj .align-left {
    text-align: center;
  }
  .cid-sa7XyhIQMj .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-sa7XyhIQMj H1 {
  text-align: left;
  color: #f3f3f3;
}
.cid-sa84q9DSoo {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #e5e5e5;
}
.cid-sa84q9DSoo .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sa84q9DSoo .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sa84q9DSoo .text-content {
  padding-right: 1.5rem;
}
.cid-sa84q9DSoo .mbr-text,
.cid-sa84q9DSoo .mbr-section-btn {
  color: #767676;
}
.cid-sa84q9DSoo .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-sa84q9DSoo .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sa84q9DSoo .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sa84q9DSoo .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sa84q9DSoo .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-sa84q9DSoo .main-row {
    margin: 0;
  }
  .cid-sa84q9DSoo .mbr-section-title,
  .cid-sa84q9DSoo .mbr-text,
  .cid-sa84q9DSoo .list,
  .cid-sa84q9DSoo .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sa84q9DSoo .text-content {
    padding: 0;
  }
}
.cid-sgFJAaUFEx {
  padding-top: 45px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-sgFJAaUFEx .card-header {
  background: transparent;
}
.cid-sgFJAaUFEx img {
  width: 90%;
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
  margin: auto;
}
@media (max-width: 992px) {
  .cid-sgFJAaUFEx .wrapper {
    padding: 0;
  }
  .cid-sgFJAaUFEx img {
    width: 100%;
    padding: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-sgFJAaUFEx .mbr-iconfont {
  font-size: 1rem!important;
  font-family: 'Moririse2' !important;
}
.cid-sgFJAaUFEx .mbr-iconfont:before {
  content: "\e960";
}
.cid-sgFJAaUFEx .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sgFJAaUFEx .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sgFJAaUFEx .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-sgFJAaUFEx .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sgFJAaUFEx .card .card-header a.panel-title h5 .sign {
  padding-right: 1rem;
}
.cid-sgFJAaUFEx .card .panel-body {
  color: #767676;
  padding-top: 1rem;
}
.cid-sgFJAaUFEx 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-sgFJAaUFEx .wrapper {
    padding: 2rem 1rem;
  }
  .cid-sgFJAaUFEx h5 {
    padding: 1rem 0rem;
  }
}
.cid-sgFJAaUFEx .mbr-text,
.cid-sgFJAaUFEx .mbr-section-btn {
  color: #ffffff;
}
.cid-sgFJAaUFEx .panel-text {
  color: #232323;
}
.cid-sgFJAaUFEx H4 {
  color: #ffffff;
}
.cid-sgFJAaUFEx H5 {
  color: #555555;
}
.cid-sgFJAaUFEx H3 {
  color: #000000;
}
.cid-sa84rqmzaz {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #e5e5e5;
}
.cid-sa84rqmzaz .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sa84rqmzaz .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sa84rqmzaz .text-content {
  padding-right: 1.5rem;
}
.cid-sa84rqmzaz .mbr-text,
.cid-sa84rqmzaz .mbr-section-btn {
  color: #767676;
}
.cid-sa84rqmzaz .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-sa84rqmzaz .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sa84rqmzaz .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sa84rqmzaz .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sa84rqmzaz .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #cc2952;
}
@media (max-width: 991px) {
  .cid-sa84rqmzaz .main-row {
    margin: 0;
  }
  .cid-sa84rqmzaz .mbr-section-title,
  .cid-sa84rqmzaz .mbr-text,
  .cid-sa84rqmzaz .list,
  .cid-sa84rqmzaz .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sa84rqmzaz .text-content {
    padding: 0;
  }
}
.cid-sadqQsQ4k4 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sadqQsQ4k4 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sadqQsQ4k4 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sadqQsQ4k4 .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sadqQsQ4k4 .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sadqQsQ4k4 .mbr-text,
.cid-sadqQsQ4k4 .mbr-section-btn {
  color: #767676;
}
.cid-sadqQsQ4k4 .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-sadqQsQ4k4 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sadqQsQ4k4 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sadqQsQ4k4 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sadqQsQ4k4 .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #253d80;
}
@media (max-width: 991px) {
  .cid-sadqQsQ4k4 .main-row {
    margin: 0;
  }
  .cid-sadqQsQ4k4 .mbr-section-title,
  .cid-sadqQsQ4k4 .mbr-text,
  .cid-sadqQsQ4k4 .list,
  .cid-sadqQsQ4k4 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sadqQsQ4k4 .text-content {
    padding: 0;
  }
}
.cid-sa85u02cmR {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-sa85u02cmR .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-sa85u02cmR .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sa85u02cmR .col + .mbr-section-btn .btn,
.cid-sa85u02cmR .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-sa85u02cmR .col + .mbr-section-btn .btn,
  .cid-sa85u02cmR .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-sa85u02cmR .dragArea > *:nth-last-child(2).col,
  .cid-sa85u02cmR .dragArea > *:nth-last-child(2).col-auto,
  .cid-sa85u02cmR .col + .mbr-section-btn,
  .cid-sa85u02cmR .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-sa85u02cmR .dragArea {
    flex-direction: column;
  }
}
.cid-sa85u02cmR .btn-primary {
  border: 1px solid #169ad7 !important;
}
.cid-sa85u02cmR .btn-primary:hover {
  border: 1px solid #169ad7 !important;
}
.cid-sa85u02cmR .stripe {
  border-bottom: 1px solid #253d80;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sa85u02cmR .form-group {
  max-width: 220px;
}
.cid-sa85u02cmR .mbr-section-btn {
  padding-left: 0;
}
.cid-sa85u02cmR .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sa85u02cmR .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #169ad7;
  width: 85%;
}
.cid-sa85u02cmR .mbr-text {
  color: #444;
}
.cid-sa85u02cmR h5 {
  margin-bottom: 0;
}
.cid-sa85u02cmR .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sa85u02cmR .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sa85u02cmR .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sa85u02cmR .socicon {
  font-size: 2rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sa85u02cmR .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sa85u02cmR .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sa85u02cmR .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sa85u02cmR .social-list a:hover {
  opacity: 0.4;
}
.cid-sa85u02cmR .media-container-row > div {
  padding: 0px;
}
.cid-sa85u02cmR .text2 {
  color: #000000;
  text-align: left;
}
.cid-sa85u02cmR .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sa85u02cmR .links {
  color: #232323;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sa85u02cmR .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sa85u02cmR .social-list,
  .cid-sa85u02cmR .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sa85u02cmR h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sa85u02cmR .form-group {
    max-width: 180px;
  }
}
.cid-sa85u02cmR .links span {
  color: #9e9e9e;
}
.cid-sa85u02cmR .logo-sub-title {
  text-align: center;
  color: #5b686b;
}
.cid-sa85u02cmR .logo-title {
  text-align: center;
}
.cid-t1iU7ifWF4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #414142;
}
.cid-t1iU7ifWF4 .mbr-section-title.col-title {
  color: #a68462;
}
.cid-t1iU7ifWF4 .colored-text {
  color: #a68462 !important;
}
.cid-t1iU7ifWF4 .mbr-section-title {
  color: #ffffff;
}
.cid-t1iU7ifWF4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t1iU7ifWF4 .mbr-text {
  color: #ffffff;
}
.cid-sa7MWBcK2I {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-sa7MWBcK2I .media-container-row .mbr-text {
  color: #232323;
}
.cid-sa7MWCyeF2 .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-sa7MWCyeF2 .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-sa7MWCyeF2 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sa7MWCyeF2 .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-sa7MWCyeF2 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sa7MWCyeF2 .navbar.opened {
  transition: all .3s;
}
.cid-sa7MWCyeF2 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sa7MWCyeF2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sa7MWCyeF2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sa7MWCyeF2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sa7MWCyeF2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-sa7MWCyeF2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sa7MWCyeF2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sa7MWCyeF2 .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-sa7MWCyeF2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sa7MWCyeF2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sa7MWCyeF2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sa7MWCyeF2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sa7MWCyeF2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sa7MWCyeF2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sa7MWCyeF2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sa7MWCyeF2 .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-sa7MWCyeF2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sa7MWCyeF2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sa7MWCyeF2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sa7MWCyeF2 .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-sa7MWCyeF2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sa7MWCyeF2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sa7MWCyeF2 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sa7MWCyeF2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sa7MWCyeF2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sa7MWCyeF2 .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sa7MWCyeF2 .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-sa7MWCyeF2 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sa7MWCyeF2 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sa7MWCyeF2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-sa7MWCyeF2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sa7MWCyeF2 .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sa7MWCyeF2 .navbar-caption {
  padding-right: 4rem;
}
.cid-sa7MWCyeF2 .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-sa7MWCyeF2 .dropdown-menu,
.cid-sa7MWCyeF2 .navbar.opened {
  background: #ffffff !important;
}
.cid-sa7MWCyeF2 .nav-item:focus,
.cid-sa7MWCyeF2 .nav-link:focus {
  outline: none;
}
.cid-sa7MWCyeF2 .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-sa7MWCyeF2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sa7MWCyeF2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sa7MWCyeF2 .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-sa7MWCyeF2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sa7MWCyeF2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sa7MWCyeF2 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sa7MWCyeF2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sa7MWCyeF2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sa7MWCyeF2 .dropdown-item.active,
.cid-sa7MWCyeF2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sa7MWCyeF2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sa7MWCyeF2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sa7MWCyeF2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sa7MWCyeF2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sa7MWCyeF2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sa7MWCyeF2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sa7MWCyeF2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sa7MWCyeF2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sa7MWCyeF2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sa7MWCyeF2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #253d80;
}
.cid-sa7MWCyeF2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sa7MWCyeF2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sa7MWCyeF2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sa7MWCyeF2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sa7MWCyeF2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sa7MWCyeF2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sa7MWCyeF2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sa7MWCyeF2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sa7MWCyeF2 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sa7MWCyeF2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sa7MWCyeF2 .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-sa7MWCyeF2 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sa7MWCyeF2 .navbar {
    height: 77px;
  }
  .cid-sa7MWCyeF2 .navbar.opened {
    height: auto;
  }
  .cid-sa7MWCyeF2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sa7YpN1pvX {
  padding-top: 105px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-sa7YpN1pvX .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-sa7YpN1pvX .container {
  max-width: 1500px;
}
.cid-sa7YpN1pvX .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-sa7YpN1pvX .container {
    padding: 0 4rem;
  }
}
.cid-sa7YpN1pvX .mbr-text,
.cid-sa7YpN1pvX .mbr-section-btn {
  color: #efeeee;
}
.cid-sa7YpN1pvX .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-sa7YpN1pvX .btn .mbr-iconfont {
  order: 2;
}
.cid-sa7YpN1pvX .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-sa7YpN1pvX .align-left {
    text-align: center;
  }
  .cid-sa7YpN1pvX .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-sa7YpN1pvX H1 {
  text-align: left;
  color: #f3f3f3;
}
.cid-sa7YZwKCS9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sa7YZwKCS9 .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sa7YZwKCS9 .text-block {
  padding-right: 15px !important;
  padding-left: 5rem;
}
.cid-sa7YZwKCS9 .text-block {
  padding-right: 5rem;
}
.cid-sa7YZwKCS9 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sa7YZwKCS9 .underline .line {
  width: 5rem;
  height: 3px;
  background: #efefef;
  display: inline-block;
}
.cid-sa7YZwKCS9 .social-media ul li {
  margin-left: 1rem;
  margin: 0;
  margin-right: 1rem;
}
.cid-sa7YZwKCS9 .social-media ul li .mbr-iconfont {
  color: #000000;
}
.cid-sa7YZwKCS9 .social-media ul li .mbr-iconfont:hover {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-sa7YZwKCS9 .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sa7YZwKCS9 .img-block {
    margin-bottom: 1rem;
  }
  .cid-sa7YZwKCS9 .text-block {
    padding: 0 15px;
  }
}
.cid-sa7YNmpgsI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
.cid-sa7YNmpgsI .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sa7YNmpgsI textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-sa7YNmpgsI .text {
    max-width: 360px;
  }
}
.cid-sa7YNmpgsI .align-right {
  width: 100%;
}
.cid-sa7YNmpgsI .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sa7YNmpgsI .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sa7YNmpgsI .form-control,
.cid-sa7YNmpgsI .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px;
  border-bottom: 2px solid #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sa7YNmpgsI .form-control::-webkit-input-placeholder,
.cid-sa7YNmpgsI .field-input::-webkit-input-placeholder,
.cid-sa7YNmpgsI .form-control::-webkit-input-placeholder,
.cid-sa7YNmpgsI .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sa7YNmpgsI .form-control:-moz-placeholder,
.cid-sa7YNmpgsI .field-input:-moz-placeholder,
.cid-sa7YNmpgsI .form-control:-moz-placeholder,
.cid-sa7YNmpgsI .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-sa7YNmpgsI .form-control:hover,
.cid-sa7YNmpgsI .field-input:hover,
.cid-sa7YNmpgsI .form-control:focus,
.cid-sa7YNmpgsI .field-input:focus {
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sa7YNmpgsI .form-control:hover::-webkit-input-placeholder,
.cid-sa7YNmpgsI .field-input:hover::-webkit-input-placeholder,
.cid-sa7YNmpgsI .form-control:focus::-webkit-input-placeholder,
.cid-sa7YNmpgsI .field-input:focus::-webkit-input-placeholder,
.cid-sa7YNmpgsI .form-control:hover::-webkit-input-placeholder,
.cid-sa7YNmpgsI .field-input:hover::-webkit-input-placeholder,
.cid-sa7YNmpgsI .form-control:focus::-webkit-input-placeholder,
.cid-sa7YNmpgsI .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sa7YNmpgsI .form-control:hover:-moz-placeholder,
.cid-sa7YNmpgsI .field-input:hover:-moz-placeholder,
.cid-sa7YNmpgsI .form-control:focus:-moz-placeholder,
.cid-sa7YNmpgsI .field-input:focus:-moz-placeholder,
.cid-sa7YNmpgsI .form-control:hover:-moz-placeholder,
.cid-sa7YNmpgsI .field-input:hover:-moz-placeholder,
.cid-sa7YNmpgsI .form-control:focus:-moz-placeholder,
.cid-sa7YNmpgsI .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-sa7YNmpgsI .jq-number__spin:hover,
.cid-sa7YNmpgsI .jq-number__spin:focus {
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sa7YNmpgsI .jq-number__spin {
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sa7YNmpgsI input::-webkit-clear-button {
  display: none;
}
.cid-sa7YNmpgsI input::-webkit-inner-spin-button {
  display: none;
}
.cid-sa7YNmpgsI input::-webkit-outer-spin-button {
  display: none;
}
.cid-sa7YNmpgsI input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sa7YNmpgsI .title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sa7YNmpgsI .socicon-wrap {
    margin: auto;
  }
}
.cid-sa7YNmpgsI .mbr-text {
  color: #999999;
}
.cid-sa7YQCPok9 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-sa7YQCPok9 .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-sa7YQCPok9 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sa7YQCPok9 .col + .mbr-section-btn .btn,
.cid-sa7YQCPok9 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-sa7YQCPok9 .col + .mbr-section-btn .btn,
  .cid-sa7YQCPok9 .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-sa7YQCPok9 .dragArea > *:nth-last-child(2).col,
  .cid-sa7YQCPok9 .dragArea > *:nth-last-child(2).col-auto,
  .cid-sa7YQCPok9 .col + .mbr-section-btn,
  .cid-sa7YQCPok9 .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-sa7YQCPok9 .dragArea {
    flex-direction: column;
  }
}
.cid-sa7YQCPok9 .btn-primary {
  border: 1px solid #169ad7 !important;
}
.cid-sa7YQCPok9 .btn-primary:hover {
  border: 1px solid #169ad7 !important;
}
.cid-sa7YQCPok9 .stripe {
  border-bottom: 1px solid #253d80;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sa7YQCPok9 .form-group {
  max-width: 220px;
}
.cid-sa7YQCPok9 .mbr-section-btn {
  padding-left: 0;
}
.cid-sa7YQCPok9 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sa7YQCPok9 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #169ad7;
  width: 85%;
}
.cid-sa7YQCPok9 .mbr-text {
  color: #444;
}
.cid-sa7YQCPok9 h5 {
  margin-bottom: 0;
}
.cid-sa7YQCPok9 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sa7YQCPok9 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sa7YQCPok9 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sa7YQCPok9 .socicon {
  font-size: 2rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sa7YQCPok9 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sa7YQCPok9 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sa7YQCPok9 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sa7YQCPok9 .social-list a:hover {
  opacity: 0.4;
}
.cid-sa7YQCPok9 .media-container-row > div {
  padding: 0px;
}
.cid-sa7YQCPok9 .text2 {
  color: #000000;
  text-align: left;
}
.cid-sa7YQCPok9 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sa7YQCPok9 .links {
  color: #232323;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sa7YQCPok9 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sa7YQCPok9 .social-list,
  .cid-sa7YQCPok9 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sa7YQCPok9 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sa7YQCPok9 .form-group {
    max-width: 180px;
  }
}
.cid-sa7YQCPok9 .links span {
  color: #9e9e9e;
}
.cid-sa7YQCPok9 .logo-sub-title {
  text-align: center;
  color: #5b686b;
}
.cid-sa7YQCPok9 .logo-title {
  text-align: center;
}
.cid-t1jcmkKMzp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-t1jcmkKMzp .media-container-row .mbr-text {
  color: #232323;
}
.cid-t1jcmljPN1 .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-t1jcmljPN1 .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-t1jcmljPN1 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-t1jcmljPN1 .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-t1jcmljPN1 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-t1jcmljPN1 .navbar.opened {
  transition: all .3s;
}
.cid-t1jcmljPN1 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-t1jcmljPN1 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-t1jcmljPN1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t1jcmljPN1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t1jcmljPN1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-t1jcmljPN1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t1jcmljPN1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t1jcmljPN1 .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-t1jcmljPN1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t1jcmljPN1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t1jcmljPN1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t1jcmljPN1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t1jcmljPN1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t1jcmljPN1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t1jcmljPN1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t1jcmljPN1 .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-t1jcmljPN1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t1jcmljPN1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t1jcmljPN1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t1jcmljPN1 .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-t1jcmljPN1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-t1jcmljPN1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t1jcmljPN1 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-t1jcmljPN1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t1jcmljPN1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t1jcmljPN1 .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-t1jcmljPN1 .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-t1jcmljPN1 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-t1jcmljPN1 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-t1jcmljPN1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-t1jcmljPN1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t1jcmljPN1 .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t1jcmljPN1 .navbar-caption {
  padding-right: 4rem;
}
.cid-t1jcmljPN1 .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-t1jcmljPN1 .dropdown-menu,
.cid-t1jcmljPN1 .navbar.opened {
  background: #ffffff !important;
}
.cid-t1jcmljPN1 .nav-item:focus,
.cid-t1jcmljPN1 .nav-link:focus {
  outline: none;
}
.cid-t1jcmljPN1 .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-t1jcmljPN1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t1jcmljPN1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t1jcmljPN1 .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-t1jcmljPN1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t1jcmljPN1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t1jcmljPN1 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t1jcmljPN1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t1jcmljPN1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t1jcmljPN1 .dropdown-item.active,
.cid-t1jcmljPN1 .dropdown-item:active {
  background-color: transparent;
}
.cid-t1jcmljPN1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t1jcmljPN1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t1jcmljPN1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t1jcmljPN1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t1jcmljPN1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t1jcmljPN1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t1jcmljPN1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t1jcmljPN1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t1jcmljPN1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1jcmljPN1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #253d80;
}
.cid-t1jcmljPN1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t1jcmljPN1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t1jcmljPN1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t1jcmljPN1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t1jcmljPN1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1jcmljPN1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t1jcmljPN1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t1jcmljPN1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1jcmljPN1 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t1jcmljPN1 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1jcmljPN1 .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-t1jcmljPN1 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t1jcmljPN1 .navbar {
    height: 77px;
  }
  .cid-t1jcmljPN1 .navbar.opened {
    height: auto;
  }
  .cid-t1jcmljPN1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t1jcmm6tTV {
  padding-top: 105px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x672.jpeg");
}
.cid-t1jcmm6tTV .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-t1jcmm6tTV .container {
  max-width: 1500px;
}
.cid-t1jcmm6tTV .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-t1jcmm6tTV .container {
    padding: 0 4rem;
  }
}
.cid-t1jcmm6tTV .mbr-text,
.cid-t1jcmm6tTV .mbr-section-btn {
  color: #efeeee;
}
.cid-t1jcmm6tTV .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-t1jcmm6tTV .btn .mbr-iconfont {
  order: 2;
}
.cid-t1jcmm6tTV .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-t1jcmm6tTV .align-left {
    text-align: center;
  }
  .cid-t1jcmm6tTV .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-t1jcmm6tTV H1 {
  text-align: left;
  color: #f3f3f3;
}
.cid-t1VMwTyQpL {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-t1VMwTyQpL .item-wrapper {
  position: relative;
  border-radius: 10px;
  height: fit-content;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
  box-shadow: 0px 16px 32px 0px #0000000a;
}
.cid-t1VMwTyQpL .item-content {
  background: #ffffff;
  transition: all 0.3s;
  border-top: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 2rem 2.5rem;
}
@media (max-width: 767px) {
  .cid-t1VMwTyQpL .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-t1VMwTyQpL .mbr-iconfont {
  position: absolute;
  bottom: -1.9rem;
  font-size: 1.4rem;
  right: 2rem;
  padding: 1.2rem 1.2rem;
  box-shadow: 0px 16px 32px 0px #0000000a;
  background: #ffffff;
  border-radius: 10px;
  color: #1b2026;
}
@media (max-width: 767px) {
  .cid-t1VMwTyQpL .mbr-iconfont {
    right: 1rem;
  }
}
.cid-t1VMwTyQpL img,
.cid-t1VMwTyQpL .item-img {
  position: relative;
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.cid-t1VMwTyQpL .item:focus,
.cid-t1VMwTyQpL span:focus {
  outline: none;
}
.cid-t1VMwTyQpL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t1VMwTyQpL .mbr-section-title {
  color: #232323;
}
.cid-t1VMwTyQpL .mbr-text,
.cid-t1VMwTyQpL .mbr-section-btn {
  text-align: left;
  color: #777777;
}
.cid-t1VMwTyQpL .item-title {
  text-align: left;
  color: #1b2026;
}
.cid-t1VMwTyQpL .item-subtitle {
  text-align: left;
  color: #777777;
}
.cid-t1VMwTyQpL .mbr-section-subtitle {
  color: #777777;
}
.cid-t1jcmooZMr {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t1jcmooZMr .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-t1jcmooZMr .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-t1jcmooZMr .col + .mbr-section-btn .btn,
.cid-t1jcmooZMr .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-t1jcmooZMr .col + .mbr-section-btn .btn,
  .cid-t1jcmooZMr .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-t1jcmooZMr .dragArea > *:nth-last-child(2).col,
  .cid-t1jcmooZMr .dragArea > *:nth-last-child(2).col-auto,
  .cid-t1jcmooZMr .col + .mbr-section-btn,
  .cid-t1jcmooZMr .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-t1jcmooZMr .dragArea {
    flex-direction: column;
  }
}
.cid-t1jcmooZMr .btn-primary {
  border: 1px solid #169ad7 !important;
}
.cid-t1jcmooZMr .btn-primary:hover {
  border: 1px solid #169ad7 !important;
}
.cid-t1jcmooZMr .stripe {
  border-bottom: 1px solid #253d80;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-t1jcmooZMr .form-group {
  max-width: 220px;
}
.cid-t1jcmooZMr .mbr-section-btn {
  padding-left: 0;
}
.cid-t1jcmooZMr .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-t1jcmooZMr .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #169ad7;
  width: 85%;
}
.cid-t1jcmooZMr .mbr-text {
  color: #444;
}
.cid-t1jcmooZMr h5 {
  margin-bottom: 0;
}
.cid-t1jcmooZMr .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-t1jcmooZMr .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1jcmooZMr .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-t1jcmooZMr .socicon {
  font-size: 2rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1jcmooZMr .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t1jcmooZMr .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-t1jcmooZMr .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t1jcmooZMr .social-list a:hover {
  opacity: 0.4;
}
.cid-t1jcmooZMr .media-container-row > div {
  padding: 0px;
}
.cid-t1jcmooZMr .text2 {
  color: #000000;
  text-align: left;
}
.cid-t1jcmooZMr .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-t1jcmooZMr .links {
  color: #232323;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t1jcmooZMr .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-t1jcmooZMr .social-list,
  .cid-t1jcmooZMr .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-t1jcmooZMr h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-t1jcmooZMr .form-group {
    max-width: 180px;
  }
}
.cid-t1jcmooZMr .links span {
  color: #9e9e9e;
}
.cid-t1jcmooZMr .logo-sub-title {
  text-align: center;
  color: #5b686b;
}
.cid-t1jcmooZMr .logo-title {
  text-align: center;
}
.cid-t1UQlF4mis {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-t1UQlF4mis .media-container-row .mbr-text {
  color: #232323;
}
.cid-t1UQlJ0Wtg .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-t1UQlJ0Wtg .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-t1UQlJ0Wtg .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-t1UQlJ0Wtg .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-t1UQlJ0Wtg .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-t1UQlJ0Wtg .navbar.opened {
  transition: all .3s;
}
.cid-t1UQlJ0Wtg .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-t1UQlJ0Wtg .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-t1UQlJ0Wtg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t1UQlJ0Wtg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t1UQlJ0Wtg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-t1UQlJ0Wtg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t1UQlJ0Wtg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t1UQlJ0Wtg .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-t1UQlJ0Wtg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t1UQlJ0Wtg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t1UQlJ0Wtg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t1UQlJ0Wtg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t1UQlJ0Wtg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t1UQlJ0Wtg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t1UQlJ0Wtg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t1UQlJ0Wtg .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-t1UQlJ0Wtg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t1UQlJ0Wtg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t1UQlJ0Wtg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t1UQlJ0Wtg .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-t1UQlJ0Wtg .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-t1UQlJ0Wtg .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t1UQlJ0Wtg .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-t1UQlJ0Wtg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t1UQlJ0Wtg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t1UQlJ0Wtg .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-t1UQlJ0Wtg .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-t1UQlJ0Wtg .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-t1UQlJ0Wtg .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-t1UQlJ0Wtg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-t1UQlJ0Wtg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t1UQlJ0Wtg .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t1UQlJ0Wtg .navbar-caption {
  padding-right: 4rem;
}
.cid-t1UQlJ0Wtg .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-t1UQlJ0Wtg .dropdown-menu,
.cid-t1UQlJ0Wtg .navbar.opened {
  background: #ffffff !important;
}
.cid-t1UQlJ0Wtg .nav-item:focus,
.cid-t1UQlJ0Wtg .nav-link:focus {
  outline: none;
}
.cid-t1UQlJ0Wtg .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-t1UQlJ0Wtg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t1UQlJ0Wtg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t1UQlJ0Wtg .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-t1UQlJ0Wtg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t1UQlJ0Wtg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t1UQlJ0Wtg .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t1UQlJ0Wtg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t1UQlJ0Wtg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t1UQlJ0Wtg .dropdown-item.active,
.cid-t1UQlJ0Wtg .dropdown-item:active {
  background-color: transparent;
}
.cid-t1UQlJ0Wtg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t1UQlJ0Wtg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t1UQlJ0Wtg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t1UQlJ0Wtg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t1UQlJ0Wtg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t1UQlJ0Wtg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t1UQlJ0Wtg ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t1UQlJ0Wtg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t1UQlJ0Wtg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1UQlJ0Wtg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #253d80;
}
.cid-t1UQlJ0Wtg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t1UQlJ0Wtg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t1UQlJ0Wtg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t1UQlJ0Wtg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t1UQlJ0Wtg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1UQlJ0Wtg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t1UQlJ0Wtg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t1UQlJ0Wtg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1UQlJ0Wtg .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t1UQlJ0Wtg a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1UQlJ0Wtg .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-t1UQlJ0Wtg .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t1UQlJ0Wtg .navbar {
    height: 77px;
  }
  .cid-t1UQlJ0Wtg .navbar.opened {
    height: auto;
  }
  .cid-t1UQlJ0Wtg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t1UQlLq14x {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x672.jpeg");
}
.cid-t1UQlLq14x .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-t1UQlLq14x .container {
  max-width: 1500px;
}
.cid-t1UQlLq14x .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-t1UQlLq14x .container {
    padding: 0 4rem;
  }
}
.cid-t1UQlLq14x .mbr-text,
.cid-t1UQlLq14x .mbr-section-btn {
  color: #efeeee;
}
.cid-t1UQlLq14x .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-t1UQlLq14x .btn .mbr-iconfont {
  order: 2;
}
.cid-t1UQlLq14x .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-t1UQlLq14x .align-left {
    text-align: center;
  }
  .cid-t1UQlLq14x .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-t1UQlLq14x H1 {
  text-align: left;
  color: #f3f3f3;
}
.cid-t1VlktyyuW {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-t1VlktyyuW img {
  width: 120px;
  margin: auto;
}
.cid-t1VlktyyuW .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
.cid-t1VlktyyuW .card:hover {
  opacity: 0.9;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-t1VlktyyuW H1 {
  color: #57468b;
}
.cid-t1VlktyyuW .mbr-text,
.cid-t1VlktyyuW .mbr-section-btn {
  color: #716c80;
}
.cid-t1UQlQjSsk {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t1UQlQjSsk .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-t1UQlQjSsk .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-t1UQlQjSsk .col + .mbr-section-btn .btn,
.cid-t1UQlQjSsk .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-t1UQlQjSsk .col + .mbr-section-btn .btn,
  .cid-t1UQlQjSsk .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-t1UQlQjSsk .dragArea > *:nth-last-child(2).col,
  .cid-t1UQlQjSsk .dragArea > *:nth-last-child(2).col-auto,
  .cid-t1UQlQjSsk .col + .mbr-section-btn,
  .cid-t1UQlQjSsk .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-t1UQlQjSsk .dragArea {
    flex-direction: column;
  }
}
.cid-t1UQlQjSsk .btn-primary {
  border: 1px solid #169ad7 !important;
}
.cid-t1UQlQjSsk .btn-primary:hover {
  border: 1px solid #169ad7 !important;
}
.cid-t1UQlQjSsk .stripe {
  border-bottom: 1px solid #253d80;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-t1UQlQjSsk .form-group {
  max-width: 220px;
}
.cid-t1UQlQjSsk .mbr-section-btn {
  padding-left: 0;
}
.cid-t1UQlQjSsk .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-t1UQlQjSsk .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #169ad7;
  width: 85%;
}
.cid-t1UQlQjSsk .mbr-text {
  color: #444;
}
.cid-t1UQlQjSsk h5 {
  margin-bottom: 0;
}
.cid-t1UQlQjSsk .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-t1UQlQjSsk .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1UQlQjSsk .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-t1UQlQjSsk .socicon {
  font-size: 2rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1UQlQjSsk .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t1UQlQjSsk .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-t1UQlQjSsk .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t1UQlQjSsk .social-list a:hover {
  opacity: 0.4;
}
.cid-t1UQlQjSsk .media-container-row > div {
  padding: 0px;
}
.cid-t1UQlQjSsk .text2 {
  color: #000000;
  text-align: left;
}
.cid-t1UQlQjSsk .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-t1UQlQjSsk .links {
  color: #232323;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t1UQlQjSsk .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-t1UQlQjSsk .social-list,
  .cid-t1UQlQjSsk .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-t1UQlQjSsk h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-t1UQlQjSsk .form-group {
    max-width: 180px;
  }
}
.cid-t1UQlQjSsk .links span {
  color: #9e9e9e;
}
.cid-t1UQlQjSsk .logo-sub-title {
  text-align: center;
  color: #5b686b;
}
.cid-t1UQlQjSsk .logo-title {
  text-align: center;
}
.cid-t1VRcMlxul {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-t1VRcMlxul .media-container-row .mbr-text {
  color: #232323;
}
.cid-t1VRcN69Oq .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-t1VRcN69Oq .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-t1VRcN69Oq .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-t1VRcN69Oq .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-t1VRcN69Oq .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-t1VRcN69Oq .navbar.opened {
  transition: all .3s;
}
.cid-t1VRcN69Oq .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-t1VRcN69Oq .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-t1VRcN69Oq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t1VRcN69Oq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t1VRcN69Oq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-t1VRcN69Oq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t1VRcN69Oq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t1VRcN69Oq .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-t1VRcN69Oq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t1VRcN69Oq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t1VRcN69Oq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t1VRcN69Oq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t1VRcN69Oq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t1VRcN69Oq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t1VRcN69Oq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t1VRcN69Oq .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-t1VRcN69Oq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t1VRcN69Oq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t1VRcN69Oq .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t1VRcN69Oq .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-t1VRcN69Oq .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-t1VRcN69Oq .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t1VRcN69Oq .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-t1VRcN69Oq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t1VRcN69Oq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t1VRcN69Oq .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-t1VRcN69Oq .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-t1VRcN69Oq .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-t1VRcN69Oq .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-t1VRcN69Oq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-t1VRcN69Oq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t1VRcN69Oq .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t1VRcN69Oq .navbar-caption {
  padding-right: 4rem;
}
.cid-t1VRcN69Oq .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-t1VRcN69Oq .dropdown-menu,
.cid-t1VRcN69Oq .navbar.opened {
  background: #ffffff !important;
}
.cid-t1VRcN69Oq .nav-item:focus,
.cid-t1VRcN69Oq .nav-link:focus {
  outline: none;
}
.cid-t1VRcN69Oq .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-t1VRcN69Oq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t1VRcN69Oq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t1VRcN69Oq .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-t1VRcN69Oq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t1VRcN69Oq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t1VRcN69Oq .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t1VRcN69Oq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t1VRcN69Oq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t1VRcN69Oq .dropdown-item.active,
.cid-t1VRcN69Oq .dropdown-item:active {
  background-color: transparent;
}
.cid-t1VRcN69Oq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t1VRcN69Oq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t1VRcN69Oq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t1VRcN69Oq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t1VRcN69Oq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t1VRcN69Oq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t1VRcN69Oq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t1VRcN69Oq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t1VRcN69Oq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1VRcN69Oq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #253d80;
}
.cid-t1VRcN69Oq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t1VRcN69Oq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t1VRcN69Oq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t1VRcN69Oq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t1VRcN69Oq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1VRcN69Oq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t1VRcN69Oq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t1VRcN69Oq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1VRcN69Oq .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t1VRcN69Oq a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1VRcN69Oq .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-t1VRcN69Oq .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t1VRcN69Oq .navbar {
    height: 77px;
  }
  .cid-t1VRcN69Oq .navbar.opened {
    height: auto;
  }
  .cid-t1VRcN69Oq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t1VRcNXFn5 {
  padding-top: 105px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1255.jpg");
}
.cid-t1VRcNXFn5 .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-t1VRcNXFn5 .container {
  max-width: 1500px;
}
.cid-t1VRcNXFn5 .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-t1VRcNXFn5 .container {
    padding: 0 4rem;
  }
}
.cid-t1VRcNXFn5 .mbr-text,
.cid-t1VRcNXFn5 .mbr-section-btn {
  color: #efeeee;
}
.cid-t1VRcNXFn5 .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-t1VRcNXFn5 .btn .mbr-iconfont {
  order: 2;
}
.cid-t1VRcNXFn5 .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-t1VRcNXFn5 .align-left {
    text-align: center;
  }
  .cid-t1VRcNXFn5 .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-t1VRcNXFn5 H1 {
  text-align: left;
  color: #f3f3f3;
}
.cid-t1W8tNUi0o {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t1W8tNUi0o .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-t1W8tNUi0o .row {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .cid-t1W8tNUi0o .col-text {
    padding: 0 30px;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t1W8tNUi0o .col-text {
    margin-bottom: 3rem;
  }
}
.cid-t1W8tNUi0o .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-t1W8tNUi0o .text-wrapper {
    text-align: center !important;
  }
}
.cid-t1W8tNUi0o .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-t1W8tNUi0o .label-text {
    text-align: center !important;
  }
}
.cid-t1W8tNUi0o .mbr-section-title {
  width: 100%;
  color: #222222;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t1W8tNUi0o .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t1W8tNUi0o .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t1W8tNUi0o .mbr-text {
    text-align: center !important;
  }
}
.cid-t1W8tNUi0o .btn-container {
  width: 100%;
  margin-top: 8px;
}
.cid-t1W8tNUi0o .mbr-section-btn .btn {
  padding: 0;
}
.cid-t1W8tNUi0o .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-t1W8tNUi0o .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-t1W8tNUi0o .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-t1W8tNUi0o .card {
  padding: 0 12px 30px 12px;
}
@media (min-width: 992px) {
  .cid-t1W8tNUi0o .card {
    padding: 0 30px 30px 30px;
  }
}
.cid-t1W8tNUi0o .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-t1W8tNUi0o .card-title {
  color: #222222;
  margin-bottom: 1rem;
}
.cid-t1W8tNUi0o .card-inside-border {
  width: 100%;
  height: 1px;
  margin-bottom: 1rem;
  background-color: #555555;
}
.cid-t1W8tNUi0o .card-text {
  color: #555555;
  margin-bottom: 24px;
}
.cid-t1Wbg3YTUY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1255.jpg");
}
.cid-t1Wbg3YTUY .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-t1Wbg3YTUY .row {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .cid-t1Wbg3YTUY .col-text {
    padding: 0 30px;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t1Wbg3YTUY .col-text {
    margin-bottom: 3rem;
  }
}
.cid-t1Wbg3YTUY .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-t1Wbg3YTUY .text-wrapper {
    text-align: center !important;
  }
}
.cid-t1Wbg3YTUY .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-t1Wbg3YTUY .label-text {
    text-align: center !important;
  }
}
.cid-t1Wbg3YTUY .mbr-section-title {
  width: 100%;
  color: #222222;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t1Wbg3YTUY .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t1Wbg3YTUY .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t1Wbg3YTUY .mbr-text {
    text-align: center !important;
  }
}
.cid-t1Wbg3YTUY .btn-container {
  width: 100%;
  margin-top: 8px;
}
.cid-t1Wbg3YTUY .mbr-section-btn .btn {
  padding: 0;
}
.cid-t1Wbg3YTUY .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-t1Wbg3YTUY .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-t1Wbg3YTUY .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-t1Wbg3YTUY .card {
  padding: 0 12px 30px 12px;
}
@media (min-width: 992px) {
  .cid-t1Wbg3YTUY .card {
    padding: 0 30px 30px 30px;
  }
}
.cid-t1Wbg3YTUY .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-t1Wbg3YTUY .card-title {
  color: #e5e5e5;
  margin-bottom: 1rem;
}
.cid-t1Wbg3YTUY .card-inside-border {
  width: 100%;
  height: 1px;
  margin-bottom: 1rem;
  background-color: #cccccc;
}
.cid-t1Wbg3YTUY .card-text {
  color: #cccccc;
  margin-bottom: 24px;
}
.cid-t1WdHBoDMj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t1WdHBoDMj .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-t1WdHBoDMj .row {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .cid-t1WdHBoDMj .col-text {
    padding: 0 30px;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t1WdHBoDMj .col-text {
    margin-bottom: 3rem;
  }
}
.cid-t1WdHBoDMj .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-t1WdHBoDMj .text-wrapper {
    text-align: center !important;
  }
}
.cid-t1WdHBoDMj .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-t1WdHBoDMj .label-text {
    text-align: center !important;
  }
}
.cid-t1WdHBoDMj .mbr-section-title {
  width: 100%;
  color: #222222;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t1WdHBoDMj .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t1WdHBoDMj .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t1WdHBoDMj .mbr-text {
    text-align: center !important;
  }
}
.cid-t1WdHBoDMj .btn-container {
  width: 100%;
  margin-top: 8px;
}
.cid-t1WdHBoDMj .mbr-section-btn .btn {
  padding: 0;
}
.cid-t1WdHBoDMj .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-t1WdHBoDMj .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-t1WdHBoDMj .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-t1WdHBoDMj .card {
  padding: 0 12px 30px 12px;
}
@media (min-width: 992px) {
  .cid-t1WdHBoDMj .card {
    padding: 0 30px 30px 30px;
  }
}
.cid-t1WdHBoDMj .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-t1WdHBoDMj .card-title {
  color: #222222;
  margin-bottom: 1rem;
}
.cid-t1WdHBoDMj .card-inside-border {
  width: 100%;
  height: 1px;
  margin-bottom: 1rem;
  background-color: #555555;
}
.cid-t1WdHBoDMj .card-text {
  color: #555555;
  margin-bottom: 24px;
}
.cid-t1VRcPbQAj {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t1VRcPbQAj .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-t1VRcPbQAj .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-t1VRcPbQAj .col + .mbr-section-btn .btn,
.cid-t1VRcPbQAj .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-t1VRcPbQAj .col + .mbr-section-btn .btn,
  .cid-t1VRcPbQAj .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-t1VRcPbQAj .dragArea > *:nth-last-child(2).col,
  .cid-t1VRcPbQAj .dragArea > *:nth-last-child(2).col-auto,
  .cid-t1VRcPbQAj .col + .mbr-section-btn,
  .cid-t1VRcPbQAj .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-t1VRcPbQAj .dragArea {
    flex-direction: column;
  }
}
.cid-t1VRcPbQAj .btn-primary {
  border: 1px solid #169ad7 !important;
}
.cid-t1VRcPbQAj .btn-primary:hover {
  border: 1px solid #169ad7 !important;
}
.cid-t1VRcPbQAj .stripe {
  border-bottom: 1px solid #253d80;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-t1VRcPbQAj .form-group {
  max-width: 220px;
}
.cid-t1VRcPbQAj .mbr-section-btn {
  padding-left: 0;
}
.cid-t1VRcPbQAj .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-t1VRcPbQAj .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #169ad7;
  width: 85%;
}
.cid-t1VRcPbQAj .mbr-text {
  color: #444;
}
.cid-t1VRcPbQAj h5 {
  margin-bottom: 0;
}
.cid-t1VRcPbQAj .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-t1VRcPbQAj .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1VRcPbQAj .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-t1VRcPbQAj .socicon {
  font-size: 2rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1VRcPbQAj .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t1VRcPbQAj .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-t1VRcPbQAj .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t1VRcPbQAj .social-list a:hover {
  opacity: 0.4;
}
.cid-t1VRcPbQAj .media-container-row > div {
  padding: 0px;
}
.cid-t1VRcPbQAj .text2 {
  color: #000000;
  text-align: left;
}
.cid-t1VRcPbQAj .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-t1VRcPbQAj .links {
  color: #232323;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t1VRcPbQAj .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-t1VRcPbQAj .social-list,
  .cid-t1VRcPbQAj .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-t1VRcPbQAj h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-t1VRcPbQAj .form-group {
    max-width: 180px;
  }
}
.cid-t1VRcPbQAj .links span {
  color: #9e9e9e;
}
.cid-t1VRcPbQAj .logo-sub-title {
  text-align: center;
  color: #5b686b;
}
.cid-t1VRcPbQAj .logo-title {
  text-align: center;
}
.cid-t1WhDrJCKh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-t1WhDrJCKh .media-container-row .mbr-text {
  color: #232323;
}
.cid-t1WhDsiYuP .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-t1WhDsiYuP .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-t1WhDsiYuP .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-t1WhDsiYuP .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-t1WhDsiYuP .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-t1WhDsiYuP .navbar.opened {
  transition: all .3s;
}
.cid-t1WhDsiYuP .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-t1WhDsiYuP .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-t1WhDsiYuP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t1WhDsiYuP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t1WhDsiYuP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-t1WhDsiYuP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t1WhDsiYuP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t1WhDsiYuP .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-t1WhDsiYuP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t1WhDsiYuP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t1WhDsiYuP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t1WhDsiYuP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t1WhDsiYuP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t1WhDsiYuP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t1WhDsiYuP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t1WhDsiYuP .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-t1WhDsiYuP .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t1WhDsiYuP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t1WhDsiYuP .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t1WhDsiYuP .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-t1WhDsiYuP .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-t1WhDsiYuP .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t1WhDsiYuP .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-t1WhDsiYuP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t1WhDsiYuP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t1WhDsiYuP .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-t1WhDsiYuP .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-t1WhDsiYuP .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-t1WhDsiYuP .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-t1WhDsiYuP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-t1WhDsiYuP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t1WhDsiYuP .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t1WhDsiYuP .navbar-caption {
  padding-right: 4rem;
}
.cid-t1WhDsiYuP .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-t1WhDsiYuP .dropdown-menu,
.cid-t1WhDsiYuP .navbar.opened {
  background: #ffffff !important;
}
.cid-t1WhDsiYuP .nav-item:focus,
.cid-t1WhDsiYuP .nav-link:focus {
  outline: none;
}
.cid-t1WhDsiYuP .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-t1WhDsiYuP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t1WhDsiYuP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t1WhDsiYuP .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-t1WhDsiYuP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t1WhDsiYuP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t1WhDsiYuP .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t1WhDsiYuP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t1WhDsiYuP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t1WhDsiYuP .dropdown-item.active,
.cid-t1WhDsiYuP .dropdown-item:active {
  background-color: transparent;
}
.cid-t1WhDsiYuP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t1WhDsiYuP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t1WhDsiYuP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t1WhDsiYuP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t1WhDsiYuP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t1WhDsiYuP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t1WhDsiYuP ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t1WhDsiYuP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t1WhDsiYuP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1WhDsiYuP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #253d80;
}
.cid-t1WhDsiYuP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t1WhDsiYuP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t1WhDsiYuP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t1WhDsiYuP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t1WhDsiYuP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1WhDsiYuP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t1WhDsiYuP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t1WhDsiYuP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1WhDsiYuP .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t1WhDsiYuP a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1WhDsiYuP .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-t1WhDsiYuP .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t1WhDsiYuP .navbar {
    height: 77px;
  }
  .cid-t1WhDsiYuP .navbar.opened {
    height: auto;
  }
  .cid-t1WhDsiYuP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t1WhDt5vue {
  padding-top: 105px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-717x478.jpg");
}
.cid-t1WhDt5vue .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-t1WhDt5vue .container {
  max-width: 1500px;
}
.cid-t1WhDt5vue .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-t1WhDt5vue .container {
    padding: 0 4rem;
  }
}
.cid-t1WhDt5vue .mbr-text,
.cid-t1WhDt5vue .mbr-section-btn {
  color: #efeeee;
}
.cid-t1WhDt5vue .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-t1WhDt5vue .btn .mbr-iconfont {
  order: 2;
}
.cid-t1WhDt5vue .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-t1WhDt5vue .align-left {
    text-align: center;
  }
  .cid-t1WhDt5vue .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-t1WhDt5vue H1 {
  text-align: left;
  color: #f3f3f3;
}
.cid-t1WhDtr7wy {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t1WhDtr7wy .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-t1WhDtr7wy .row {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .cid-t1WhDtr7wy .col-text {
    padding: 0 30px;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t1WhDtr7wy .col-text {
    margin-bottom: 3rem;
  }
}
.cid-t1WhDtr7wy .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-t1WhDtr7wy .text-wrapper {
    text-align: center !important;
  }
}
.cid-t1WhDtr7wy .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-t1WhDtr7wy .label-text {
    text-align: center !important;
  }
}
.cid-t1WhDtr7wy .mbr-section-title {
  width: 100%;
  color: #222222;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t1WhDtr7wy .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t1WhDtr7wy .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t1WhDtr7wy .mbr-text {
    text-align: center !important;
  }
}
.cid-t1WhDtr7wy .btn-container {
  width: 100%;
  margin-top: 8px;
}
.cid-t1WhDtr7wy .mbr-section-btn .btn {
  padding: 0;
}
.cid-t1WhDtr7wy .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-t1WhDtr7wy .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-t1WhDtr7wy .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-t1WhDtr7wy .card {
  padding: 0 12px 30px 12px;
}
@media (min-width: 992px) {
  .cid-t1WhDtr7wy .card {
    padding: 0 30px 30px 30px;
  }
}
.cid-t1WhDtr7wy .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-t1WhDtr7wy .card-title {
  color: #222222;
  margin-bottom: 1rem;
}
.cid-t1WhDtr7wy .card-inside-border {
  width: 100%;
  height: 1px;
  margin-bottom: 1rem;
  background-color: #555555;
}
.cid-t1WhDtr7wy .card-text {
  color: #555555;
  margin-bottom: 24px;
}
.cid-t1WhDu00wZ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-713x475.jpeg");
}
.cid-t1WhDu00wZ .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-t1WhDu00wZ .row {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .cid-t1WhDu00wZ .col-text {
    padding: 0 30px;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t1WhDu00wZ .col-text {
    margin-bottom: 3rem;
  }
}
.cid-t1WhDu00wZ .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-t1WhDu00wZ .text-wrapper {
    text-align: center !important;
  }
}
.cid-t1WhDu00wZ .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-t1WhDu00wZ .label-text {
    text-align: center !important;
  }
}
.cid-t1WhDu00wZ .mbr-section-title {
  width: 100%;
  color: #222222;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t1WhDu00wZ .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t1WhDu00wZ .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t1WhDu00wZ .mbr-text {
    text-align: center !important;
  }
}
.cid-t1WhDu00wZ .btn-container {
  width: 100%;
  margin-top: 8px;
}
.cid-t1WhDu00wZ .mbr-section-btn .btn {
  padding: 0;
}
.cid-t1WhDu00wZ .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-t1WhDu00wZ .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-t1WhDu00wZ .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-t1WhDu00wZ .card {
  padding: 0 12px 30px 12px;
}
@media (min-width: 992px) {
  .cid-t1WhDu00wZ .card {
    padding: 0 30px 30px 30px;
  }
}
.cid-t1WhDu00wZ .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-t1WhDu00wZ .card-title {
  color: #e5e5e5;
  margin-bottom: 1rem;
}
.cid-t1WhDu00wZ .card-inside-border {
  width: 100%;
  height: 1px;
  margin-bottom: 1rem;
  background-color: #cccccc;
}
.cid-t1WhDu00wZ .card-text {
  color: #cccccc;
  margin-bottom: 24px;
}
.cid-t1WhDuCcTH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t1WhDuCcTH .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-t1WhDuCcTH .row {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .cid-t1WhDuCcTH .col-text {
    padding: 0 30px;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t1WhDuCcTH .col-text {
    margin-bottom: 3rem;
  }
}
.cid-t1WhDuCcTH .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-t1WhDuCcTH .text-wrapper {
    text-align: center !important;
  }
}
.cid-t1WhDuCcTH .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-t1WhDuCcTH .label-text {
    text-align: center !important;
  }
}
.cid-t1WhDuCcTH .mbr-section-title {
  width: 100%;
  color: #222222;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t1WhDuCcTH .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t1WhDuCcTH .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t1WhDuCcTH .mbr-text {
    text-align: center !important;
  }
}
.cid-t1WhDuCcTH .btn-container {
  width: 100%;
  margin-top: 8px;
}
.cid-t1WhDuCcTH .mbr-section-btn .btn {
  padding: 0;
}
.cid-t1WhDuCcTH .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-t1WhDuCcTH .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-t1WhDuCcTH .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-t1WhDuCcTH .card {
  padding: 0 12px 30px 12px;
}
@media (min-width: 992px) {
  .cid-t1WhDuCcTH .card {
    padding: 0 30px 30px 30px;
  }
}
.cid-t1WhDuCcTH .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-t1WhDuCcTH .card-title {
  color: #222222;
  margin-bottom: 1rem;
}
.cid-t1WhDuCcTH .card-inside-border {
  width: 100%;
  height: 1px;
  margin-bottom: 1rem;
  background-color: #555555;
}
.cid-t1WhDuCcTH .card-text {
  color: #555555;
  margin-bottom: 24px;
}
.cid-t1WhDv9vno {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t1WhDv9vno .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-t1WhDv9vno .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-t1WhDv9vno .col + .mbr-section-btn .btn,
.cid-t1WhDv9vno .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-t1WhDv9vno .col + .mbr-section-btn .btn,
  .cid-t1WhDv9vno .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-t1WhDv9vno .dragArea > *:nth-last-child(2).col,
  .cid-t1WhDv9vno .dragArea > *:nth-last-child(2).col-auto,
  .cid-t1WhDv9vno .col + .mbr-section-btn,
  .cid-t1WhDv9vno .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-t1WhDv9vno .dragArea {
    flex-direction: column;
  }
}
.cid-t1WhDv9vno .btn-primary {
  border: 1px solid #169ad7 !important;
}
.cid-t1WhDv9vno .btn-primary:hover {
  border: 1px solid #169ad7 !important;
}
.cid-t1WhDv9vno .stripe {
  border-bottom: 1px solid #253d80;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-t1WhDv9vno .form-group {
  max-width: 220px;
}
.cid-t1WhDv9vno .mbr-section-btn {
  padding-left: 0;
}
.cid-t1WhDv9vno .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-t1WhDv9vno .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #169ad7;
  width: 85%;
}
.cid-t1WhDv9vno .mbr-text {
  color: #444;
}
.cid-t1WhDv9vno h5 {
  margin-bottom: 0;
}
.cid-t1WhDv9vno .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-t1WhDv9vno .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1WhDv9vno .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-t1WhDv9vno .socicon {
  font-size: 2rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1WhDv9vno .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t1WhDv9vno .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-t1WhDv9vno .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t1WhDv9vno .social-list a:hover {
  opacity: 0.4;
}
.cid-t1WhDv9vno .media-container-row > div {
  padding: 0px;
}
.cid-t1WhDv9vno .text2 {
  color: #000000;
  text-align: left;
}
.cid-t1WhDv9vno .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-t1WhDv9vno .links {
  color: #232323;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t1WhDv9vno .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-t1WhDv9vno .social-list,
  .cid-t1WhDv9vno .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-t1WhDv9vno h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-t1WhDv9vno .form-group {
    max-width: 180px;
  }
}
.cid-t1WhDv9vno .links span {
  color: #9e9e9e;
}
.cid-t1WhDv9vno .logo-sub-title {
  text-align: center;
  color: #5b686b;
}
.cid-t1WhDv9vno .logo-title {
  text-align: center;
}
.cid-t1Wi1NkLY1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-t1Wi1NkLY1 .media-container-row .mbr-text {
  color: #232323;
}
.cid-t1Wi1NNhIs .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-t1Wi1NNhIs .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-t1Wi1NNhIs .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-t1Wi1NNhIs .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-t1Wi1NNhIs .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-t1Wi1NNhIs .navbar.opened {
  transition: all .3s;
}
.cid-t1Wi1NNhIs .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-t1Wi1NNhIs .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-t1Wi1NNhIs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t1Wi1NNhIs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t1Wi1NNhIs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-t1Wi1NNhIs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t1Wi1NNhIs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t1Wi1NNhIs .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-t1Wi1NNhIs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t1Wi1NNhIs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t1Wi1NNhIs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t1Wi1NNhIs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t1Wi1NNhIs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t1Wi1NNhIs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t1Wi1NNhIs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t1Wi1NNhIs .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-t1Wi1NNhIs .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t1Wi1NNhIs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t1Wi1NNhIs .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t1Wi1NNhIs .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-t1Wi1NNhIs .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-t1Wi1NNhIs .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t1Wi1NNhIs .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-t1Wi1NNhIs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t1Wi1NNhIs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t1Wi1NNhIs .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-t1Wi1NNhIs .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-t1Wi1NNhIs .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-t1Wi1NNhIs .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-t1Wi1NNhIs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-t1Wi1NNhIs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t1Wi1NNhIs .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t1Wi1NNhIs .navbar-caption {
  padding-right: 4rem;
}
.cid-t1Wi1NNhIs .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-t1Wi1NNhIs .dropdown-menu,
.cid-t1Wi1NNhIs .navbar.opened {
  background: #ffffff !important;
}
.cid-t1Wi1NNhIs .nav-item:focus,
.cid-t1Wi1NNhIs .nav-link:focus {
  outline: none;
}
.cid-t1Wi1NNhIs .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-t1Wi1NNhIs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t1Wi1NNhIs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t1Wi1NNhIs .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-t1Wi1NNhIs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t1Wi1NNhIs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t1Wi1NNhIs .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t1Wi1NNhIs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t1Wi1NNhIs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t1Wi1NNhIs .dropdown-item.active,
.cid-t1Wi1NNhIs .dropdown-item:active {
  background-color: transparent;
}
.cid-t1Wi1NNhIs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t1Wi1NNhIs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t1Wi1NNhIs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t1Wi1NNhIs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t1Wi1NNhIs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t1Wi1NNhIs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t1Wi1NNhIs ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t1Wi1NNhIs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t1Wi1NNhIs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1Wi1NNhIs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #253d80;
}
.cid-t1Wi1NNhIs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t1Wi1NNhIs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t1Wi1NNhIs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t1Wi1NNhIs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t1Wi1NNhIs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1Wi1NNhIs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t1Wi1NNhIs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t1Wi1NNhIs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1Wi1NNhIs .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t1Wi1NNhIs a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1Wi1NNhIs .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-t1Wi1NNhIs .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t1Wi1NNhIs .navbar {
    height: 77px;
  }
  .cid-t1Wi1NNhIs .navbar.opened {
    height: auto;
  }
  .cid-t1Wi1NNhIs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t1Wi1OprtI {
  padding-top: 105px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1106x737.jpeg");
}
.cid-t1Wi1OprtI .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-t1Wi1OprtI .container {
  max-width: 1500px;
}
.cid-t1Wi1OprtI .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-t1Wi1OprtI .container {
    padding: 0 4rem;
  }
}
.cid-t1Wi1OprtI .mbr-text,
.cid-t1Wi1OprtI .mbr-section-btn {
  color: #efeeee;
}
.cid-t1Wi1OprtI .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-t1Wi1OprtI .btn .mbr-iconfont {
  order: 2;
}
.cid-t1Wi1OprtI .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-t1Wi1OprtI .align-left {
    text-align: center;
  }
  .cid-t1Wi1OprtI .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-t1Wi1OprtI H1 {
  text-align: left;
  color: #f3f3f3;
}
.cid-t1Wi1OQtsf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t1Wi1OQtsf .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-t1Wi1OQtsf .row {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .cid-t1Wi1OQtsf .col-text {
    padding: 0 30px;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t1Wi1OQtsf .col-text {
    margin-bottom: 3rem;
  }
}
.cid-t1Wi1OQtsf .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-t1Wi1OQtsf .text-wrapper {
    text-align: center !important;
  }
}
.cid-t1Wi1OQtsf .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-t1Wi1OQtsf .label-text {
    text-align: center !important;
  }
}
.cid-t1Wi1OQtsf .mbr-section-title {
  width: 100%;
  color: #222222;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t1Wi1OQtsf .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t1Wi1OQtsf .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t1Wi1OQtsf .mbr-text {
    text-align: center !important;
  }
}
.cid-t1Wi1OQtsf .btn-container {
  width: 100%;
  margin-top: 8px;
}
.cid-t1Wi1OQtsf .mbr-section-btn .btn {
  padding: 0;
}
.cid-t1Wi1OQtsf .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-t1Wi1OQtsf .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-t1Wi1OQtsf .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-t1Wi1OQtsf .card {
  padding: 0 12px 30px 12px;
}
@media (min-width: 992px) {
  .cid-t1Wi1OQtsf .card {
    padding: 0 30px 30px 30px;
  }
}
.cid-t1Wi1OQtsf .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-t1Wi1OQtsf .card-title {
  color: #222222;
  margin-bottom: 1rem;
}
.cid-t1Wi1OQtsf .card-inside-border {
  width: 100%;
  height: 1px;
  margin-bottom: 1rem;
  background-color: #555555;
}
.cid-t1Wi1OQtsf .card-text {
  color: #555555;
  margin-bottom: 24px;
}
.cid-t1Wi1PqDLa {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1106x737.jpeg");
}
.cid-t1Wi1PqDLa .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-t1Wi1PqDLa .row {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .cid-t1Wi1PqDLa .col-text {
    padding: 0 30px;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t1Wi1PqDLa .col-text {
    margin-bottom: 3rem;
  }
}
.cid-t1Wi1PqDLa .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-t1Wi1PqDLa .text-wrapper {
    text-align: center !important;
  }
}
.cid-t1Wi1PqDLa .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-t1Wi1PqDLa .label-text {
    text-align: center !important;
  }
}
.cid-t1Wi1PqDLa .mbr-section-title {
  width: 100%;
  color: #222222;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t1Wi1PqDLa .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t1Wi1PqDLa .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t1Wi1PqDLa .mbr-text {
    text-align: center !important;
  }
}
.cid-t1Wi1PqDLa .btn-container {
  width: 100%;
  margin-top: 8px;
}
.cid-t1Wi1PqDLa .mbr-section-btn .btn {
  padding: 0;
}
.cid-t1Wi1PqDLa .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-t1Wi1PqDLa .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-t1Wi1PqDLa .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-t1Wi1PqDLa .card {
  padding: 0 12px 30px 12px;
}
@media (min-width: 992px) {
  .cid-t1Wi1PqDLa .card {
    padding: 0 30px 30px 30px;
  }
}
.cid-t1Wi1PqDLa .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-t1Wi1PqDLa .card-title {
  color: #e5e5e5;
  margin-bottom: 1rem;
}
.cid-t1Wi1PqDLa .card-inside-border {
  width: 100%;
  height: 1px;
  margin-bottom: 1rem;
  background-color: #cccccc;
}
.cid-t1Wi1PqDLa .card-text {
  color: #cccccc;
  margin-bottom: 24px;
}
.cid-t1Wi1QAqfp {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t1Wi1QAqfp .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-t1Wi1QAqfp .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-t1Wi1QAqfp .col + .mbr-section-btn .btn,
.cid-t1Wi1QAqfp .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-t1Wi1QAqfp .col + .mbr-section-btn .btn,
  .cid-t1Wi1QAqfp .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-t1Wi1QAqfp .dragArea > *:nth-last-child(2).col,
  .cid-t1Wi1QAqfp .dragArea > *:nth-last-child(2).col-auto,
  .cid-t1Wi1QAqfp .col + .mbr-section-btn,
  .cid-t1Wi1QAqfp .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-t1Wi1QAqfp .dragArea {
    flex-direction: column;
  }
}
.cid-t1Wi1QAqfp .btn-primary {
  border: 1px solid #169ad7 !important;
}
.cid-t1Wi1QAqfp .btn-primary:hover {
  border: 1px solid #169ad7 !important;
}
.cid-t1Wi1QAqfp .stripe {
  border-bottom: 1px solid #253d80;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-t1Wi1QAqfp .form-group {
  max-width: 220px;
}
.cid-t1Wi1QAqfp .mbr-section-btn {
  padding-left: 0;
}
.cid-t1Wi1QAqfp .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-t1Wi1QAqfp .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #169ad7;
  width: 85%;
}
.cid-t1Wi1QAqfp .mbr-text {
  color: #444;
}
.cid-t1Wi1QAqfp h5 {
  margin-bottom: 0;
}
.cid-t1Wi1QAqfp .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-t1Wi1QAqfp .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1Wi1QAqfp .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-t1Wi1QAqfp .socicon {
  font-size: 2rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1Wi1QAqfp .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t1Wi1QAqfp .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-t1Wi1QAqfp .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t1Wi1QAqfp .social-list a:hover {
  opacity: 0.4;
}
.cid-t1Wi1QAqfp .media-container-row > div {
  padding: 0px;
}
.cid-t1Wi1QAqfp .text2 {
  color: #000000;
  text-align: left;
}
.cid-t1Wi1QAqfp .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-t1Wi1QAqfp .links {
  color: #232323;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t1Wi1QAqfp .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-t1Wi1QAqfp .social-list,
  .cid-t1Wi1QAqfp .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-t1Wi1QAqfp h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-t1Wi1QAqfp .form-group {
    max-width: 180px;
  }
}
.cid-t1Wi1QAqfp .links span {
  color: #9e9e9e;
}
.cid-t1Wi1QAqfp .logo-sub-title {
  text-align: center;
  color: #5b686b;
}
.cid-t1Wi1QAqfp .logo-title {
  text-align: center;
}
.cid-t1WirpoUV9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-t1WirpoUV9 .media-container-row .mbr-text {
  color: #232323;
}
.cid-t1WirpO9sV .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-t1WirpO9sV .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-t1WirpO9sV .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-t1WirpO9sV .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-t1WirpO9sV .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-t1WirpO9sV .navbar.opened {
  transition: all .3s;
}
.cid-t1WirpO9sV .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-t1WirpO9sV .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-t1WirpO9sV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t1WirpO9sV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t1WirpO9sV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-t1WirpO9sV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t1WirpO9sV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t1WirpO9sV .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-t1WirpO9sV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t1WirpO9sV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t1WirpO9sV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t1WirpO9sV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t1WirpO9sV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t1WirpO9sV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t1WirpO9sV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t1WirpO9sV .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-t1WirpO9sV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t1WirpO9sV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t1WirpO9sV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t1WirpO9sV .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-t1WirpO9sV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-t1WirpO9sV .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t1WirpO9sV .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-t1WirpO9sV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t1WirpO9sV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t1WirpO9sV .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-t1WirpO9sV .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-t1WirpO9sV .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-t1WirpO9sV .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-t1WirpO9sV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-t1WirpO9sV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t1WirpO9sV .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t1WirpO9sV .navbar-caption {
  padding-right: 4rem;
}
.cid-t1WirpO9sV .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-t1WirpO9sV .dropdown-menu,
.cid-t1WirpO9sV .navbar.opened {
  background: #ffffff !important;
}
.cid-t1WirpO9sV .nav-item:focus,
.cid-t1WirpO9sV .nav-link:focus {
  outline: none;
}
.cid-t1WirpO9sV .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-t1WirpO9sV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t1WirpO9sV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t1WirpO9sV .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-t1WirpO9sV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t1WirpO9sV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t1WirpO9sV .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t1WirpO9sV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t1WirpO9sV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t1WirpO9sV .dropdown-item.active,
.cid-t1WirpO9sV .dropdown-item:active {
  background-color: transparent;
}
.cid-t1WirpO9sV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t1WirpO9sV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t1WirpO9sV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t1WirpO9sV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t1WirpO9sV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t1WirpO9sV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t1WirpO9sV ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t1WirpO9sV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t1WirpO9sV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1WirpO9sV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #253d80;
}
.cid-t1WirpO9sV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t1WirpO9sV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t1WirpO9sV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t1WirpO9sV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t1WirpO9sV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1WirpO9sV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t1WirpO9sV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t1WirpO9sV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1WirpO9sV .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t1WirpO9sV a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1WirpO9sV .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-t1WirpO9sV .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t1WirpO9sV .navbar {
    height: 77px;
  }
  .cid-t1WirpO9sV .navbar.opened {
    height: auto;
  }
  .cid-t1WirpO9sV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t1WirqmJ2F {
  padding-top: 105px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-7-1920x1271.jpeg");
}
.cid-t1WirqmJ2F .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-t1WirqmJ2F .container {
  max-width: 1500px;
}
.cid-t1WirqmJ2F .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-t1WirqmJ2F .container {
    padding: 0 4rem;
  }
}
.cid-t1WirqmJ2F .mbr-text,
.cid-t1WirqmJ2F .mbr-section-btn {
  color: #efeeee;
}
.cid-t1WirqmJ2F .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-t1WirqmJ2F .btn .mbr-iconfont {
  order: 2;
}
.cid-t1WirqmJ2F .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-t1WirqmJ2F .align-left {
    text-align: center;
  }
  .cid-t1WirqmJ2F .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-t1WirqmJ2F H1 {
  text-align: left;
  color: #f3f3f3;
}
.cid-t1WirqLKxK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t1WirqLKxK .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-t1WirqLKxK .row {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .cid-t1WirqLKxK .col-text {
    padding: 0 30px;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t1WirqLKxK .col-text {
    margin-bottom: 3rem;
  }
}
.cid-t1WirqLKxK .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-t1WirqLKxK .text-wrapper {
    text-align: center !important;
  }
}
.cid-t1WirqLKxK .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-t1WirqLKxK .label-text {
    text-align: center !important;
  }
}
.cid-t1WirqLKxK .mbr-section-title {
  width: 100%;
  color: #222222;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t1WirqLKxK .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t1WirqLKxK .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t1WirqLKxK .mbr-text {
    text-align: center !important;
  }
}
.cid-t1WirqLKxK .btn-container {
  width: 100%;
  margin-top: 8px;
}
.cid-t1WirqLKxK .mbr-section-btn .btn {
  padding: 0;
}
.cid-t1WirqLKxK .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-t1WirqLKxK .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-t1WirqLKxK .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-t1WirqLKxK .card {
  padding: 0 12px 30px 12px;
}
@media (min-width: 992px) {
  .cid-t1WirqLKxK .card {
    padding: 0 30px 30px 30px;
  }
}
.cid-t1WirqLKxK .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-t1WirqLKxK .card-title {
  color: #222222;
  margin-bottom: 1rem;
}
.cid-t1WirqLKxK .card-inside-border {
  width: 100%;
  height: 1px;
  margin-bottom: 1rem;
  background-color: #555555;
}
.cid-t1WirqLKxK .card-text {
  color: #555555;
  margin-bottom: 24px;
}
.cid-t1WirrhWiI {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-3-1920x1271.jpeg");
}
.cid-t1WirrhWiI .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-t1WirrhWiI .row {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .cid-t1WirrhWiI .col-text {
    padding: 0 30px;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t1WirrhWiI .col-text {
    margin-bottom: 3rem;
  }
}
.cid-t1WirrhWiI .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-t1WirrhWiI .text-wrapper {
    text-align: center !important;
  }
}
.cid-t1WirrhWiI .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-t1WirrhWiI .label-text {
    text-align: center !important;
  }
}
.cid-t1WirrhWiI .mbr-section-title {
  width: 100%;
  color: #222222;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t1WirrhWiI .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t1WirrhWiI .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t1WirrhWiI .mbr-text {
    text-align: center !important;
  }
}
.cid-t1WirrhWiI .btn-container {
  width: 100%;
  margin-top: 8px;
}
.cid-t1WirrhWiI .mbr-section-btn .btn {
  padding: 0;
}
.cid-t1WirrhWiI .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-t1WirrhWiI .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-t1WirrhWiI .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-t1WirrhWiI .card {
  padding: 0 12px 30px 12px;
}
@media (min-width: 992px) {
  .cid-t1WirrhWiI .card {
    padding: 0 30px 30px 30px;
  }
}
.cid-t1WirrhWiI .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-t1WirrhWiI .card-title {
  color: #e5e5e5;
  margin-bottom: 1rem;
}
.cid-t1WirrhWiI .card-inside-border {
  width: 100%;
  height: 1px;
  margin-bottom: 1rem;
  background-color: #cccccc;
}
.cid-t1WirrhWiI .card-text {
  color: #cccccc;
  margin-bottom: 24px;
}
.cid-t1WirrODUK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t1WirrODUK .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-t1WirrODUK .row {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .cid-t1WirrODUK .col-text {
    padding: 0 30px;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t1WirrODUK .col-text {
    margin-bottom: 3rem;
  }
}
.cid-t1WirrODUK .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-t1WirrODUK .text-wrapper {
    text-align: center !important;
  }
}
.cid-t1WirrODUK .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-t1WirrODUK .label-text {
    text-align: center !important;
  }
}
.cid-t1WirrODUK .mbr-section-title {
  width: 100%;
  color: #222222;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t1WirrODUK .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t1WirrODUK .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t1WirrODUK .mbr-text {
    text-align: center !important;
  }
}
.cid-t1WirrODUK .btn-container {
  width: 100%;
  margin-top: 8px;
}
.cid-t1WirrODUK .mbr-section-btn .btn {
  padding: 0;
}
.cid-t1WirrODUK .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-t1WirrODUK .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-t1WirrODUK .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-t1WirrODUK .card {
  padding: 0 12px 30px 12px;
}
@media (min-width: 992px) {
  .cid-t1WirrODUK .card {
    padding: 0 30px 30px 30px;
  }
}
.cid-t1WirrODUK .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-t1WirrODUK .card-title {
  color: #222222;
  margin-bottom: 1rem;
}
.cid-t1WirrODUK .card-inside-border {
  width: 100%;
  height: 1px;
  margin-bottom: 1rem;
  background-color: #555555;
}
.cid-t1WirrODUK .card-text {
  color: #555555;
  margin-bottom: 24px;
}
.cid-t1Wirsm6oG {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t1Wirsm6oG .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-t1Wirsm6oG .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-t1Wirsm6oG .col + .mbr-section-btn .btn,
.cid-t1Wirsm6oG .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-t1Wirsm6oG .col + .mbr-section-btn .btn,
  .cid-t1Wirsm6oG .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-t1Wirsm6oG .dragArea > *:nth-last-child(2).col,
  .cid-t1Wirsm6oG .dragArea > *:nth-last-child(2).col-auto,
  .cid-t1Wirsm6oG .col + .mbr-section-btn,
  .cid-t1Wirsm6oG .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-t1Wirsm6oG .dragArea {
    flex-direction: column;
  }
}
.cid-t1Wirsm6oG .btn-primary {
  border: 1px solid #169ad7 !important;
}
.cid-t1Wirsm6oG .btn-primary:hover {
  border: 1px solid #169ad7 !important;
}
.cid-t1Wirsm6oG .stripe {
  border-bottom: 1px solid #253d80;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-t1Wirsm6oG .form-group {
  max-width: 220px;
}
.cid-t1Wirsm6oG .mbr-section-btn {
  padding-left: 0;
}
.cid-t1Wirsm6oG .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-t1Wirsm6oG .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #169ad7;
  width: 85%;
}
.cid-t1Wirsm6oG .mbr-text {
  color: #444;
}
.cid-t1Wirsm6oG h5 {
  margin-bottom: 0;
}
.cid-t1Wirsm6oG .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-t1Wirsm6oG .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1Wirsm6oG .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-t1Wirsm6oG .socicon {
  font-size: 2rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1Wirsm6oG .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t1Wirsm6oG .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-t1Wirsm6oG .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t1Wirsm6oG .social-list a:hover {
  opacity: 0.4;
}
.cid-t1Wirsm6oG .media-container-row > div {
  padding: 0px;
}
.cid-t1Wirsm6oG .text2 {
  color: #000000;
  text-align: left;
}
.cid-t1Wirsm6oG .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-t1Wirsm6oG .links {
  color: #232323;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t1Wirsm6oG .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-t1Wirsm6oG .social-list,
  .cid-t1Wirsm6oG .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-t1Wirsm6oG h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-t1Wirsm6oG .form-group {
    max-width: 180px;
  }
}
.cid-t1Wirsm6oG .links span {
  color: #9e9e9e;
}
.cid-t1Wirsm6oG .logo-sub-title {
  text-align: center;
  color: #5b686b;
}
.cid-t1Wirsm6oG .logo-title {
  text-align: center;
}
.cid-t1WiiK5JpJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-t1WiiK5JpJ .media-container-row .mbr-text {
  color: #232323;
}
.cid-t1WiiKwPzG .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-t1WiiKwPzG .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-t1WiiKwPzG .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-t1WiiKwPzG .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-t1WiiKwPzG .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-t1WiiKwPzG .navbar.opened {
  transition: all .3s;
}
.cid-t1WiiKwPzG .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-t1WiiKwPzG .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-t1WiiKwPzG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t1WiiKwPzG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t1WiiKwPzG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-t1WiiKwPzG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t1WiiKwPzG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t1WiiKwPzG .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-t1WiiKwPzG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t1WiiKwPzG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t1WiiKwPzG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t1WiiKwPzG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t1WiiKwPzG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t1WiiKwPzG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t1WiiKwPzG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t1WiiKwPzG .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-t1WiiKwPzG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t1WiiKwPzG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t1WiiKwPzG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t1WiiKwPzG .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-t1WiiKwPzG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-t1WiiKwPzG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t1WiiKwPzG .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-t1WiiKwPzG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t1WiiKwPzG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t1WiiKwPzG .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-t1WiiKwPzG .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-t1WiiKwPzG .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-t1WiiKwPzG .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-t1WiiKwPzG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-t1WiiKwPzG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t1WiiKwPzG .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t1WiiKwPzG .navbar-caption {
  padding-right: 4rem;
}
.cid-t1WiiKwPzG .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-t1WiiKwPzG .dropdown-menu,
.cid-t1WiiKwPzG .navbar.opened {
  background: #ffffff !important;
}
.cid-t1WiiKwPzG .nav-item:focus,
.cid-t1WiiKwPzG .nav-link:focus {
  outline: none;
}
.cid-t1WiiKwPzG .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-t1WiiKwPzG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t1WiiKwPzG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t1WiiKwPzG .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-t1WiiKwPzG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t1WiiKwPzG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t1WiiKwPzG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t1WiiKwPzG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t1WiiKwPzG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t1WiiKwPzG .dropdown-item.active,
.cid-t1WiiKwPzG .dropdown-item:active {
  background-color: transparent;
}
.cid-t1WiiKwPzG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t1WiiKwPzG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t1WiiKwPzG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t1WiiKwPzG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t1WiiKwPzG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t1WiiKwPzG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t1WiiKwPzG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t1WiiKwPzG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t1WiiKwPzG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1WiiKwPzG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #253d80;
}
.cid-t1WiiKwPzG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t1WiiKwPzG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t1WiiKwPzG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t1WiiKwPzG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t1WiiKwPzG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1WiiKwPzG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t1WiiKwPzG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t1WiiKwPzG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1WiiKwPzG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t1WiiKwPzG a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1WiiKwPzG .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-t1WiiKwPzG .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t1WiiKwPzG .navbar {
    height: 77px;
  }
  .cid-t1WiiKwPzG .navbar.opened {
    height: auto;
  }
  .cid-t1WiiKwPzG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t1WiiL39Tu {
  padding-top: 105px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/04.jpg");
}
.cid-t1WiiL39Tu .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-t1WiiL39Tu .container {
  max-width: 1500px;
}
.cid-t1WiiL39Tu .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-t1WiiL39Tu .container {
    padding: 0 4rem;
  }
}
.cid-t1WiiL39Tu .mbr-text,
.cid-t1WiiL39Tu .mbr-section-btn {
  color: #efeeee;
}
.cid-t1WiiL39Tu .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-t1WiiL39Tu .btn .mbr-iconfont {
  order: 2;
}
.cid-t1WiiL39Tu .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-t1WiiL39Tu .align-left {
    text-align: center;
  }
  .cid-t1WiiL39Tu .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-t1WiiL39Tu H1 {
  text-align: left;
  color: #f3f3f3;
}
.cid-t1WiiLtZdE {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t1WiiLtZdE .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-t1WiiLtZdE .row {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .cid-t1WiiLtZdE .col-text {
    padding: 0 30px;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t1WiiLtZdE .col-text {
    margin-bottom: 3rem;
  }
}
.cid-t1WiiLtZdE .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-t1WiiLtZdE .text-wrapper {
    text-align: center !important;
  }
}
.cid-t1WiiLtZdE .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-t1WiiLtZdE .label-text {
    text-align: center !important;
  }
}
.cid-t1WiiLtZdE .mbr-section-title {
  width: 100%;
  color: #222222;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t1WiiLtZdE .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t1WiiLtZdE .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t1WiiLtZdE .mbr-text {
    text-align: center !important;
  }
}
.cid-t1WiiLtZdE .btn-container {
  width: 100%;
  margin-top: 8px;
}
.cid-t1WiiLtZdE .mbr-section-btn .btn {
  padding: 0;
}
.cid-t1WiiLtZdE .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-t1WiiLtZdE .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-t1WiiLtZdE .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-t1WiiLtZdE .card {
  padding: 0 12px 30px 12px;
}
@media (min-width: 992px) {
  .cid-t1WiiLtZdE .card {
    padding: 0 30px 30px 30px;
  }
}
.cid-t1WiiLtZdE .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-t1WiiLtZdE .card-title {
  color: #222222;
  margin-bottom: 1rem;
}
.cid-t1WiiLtZdE .card-inside-border {
  width: 100%;
  height: 1px;
  margin-bottom: 1rem;
  background-color: #555555;
}
.cid-t1WiiLtZdE .card-text {
  color: #555555;
  margin-bottom: 24px;
}
.cid-t1WiiM4xBt {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/04.jpg");
}
.cid-t1WiiM4xBt .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-t1WiiM4xBt .row {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .cid-t1WiiM4xBt .col-text {
    padding: 0 30px;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t1WiiM4xBt .col-text {
    margin-bottom: 3rem;
  }
}
.cid-t1WiiM4xBt .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-t1WiiM4xBt .text-wrapper {
    text-align: center !important;
  }
}
.cid-t1WiiM4xBt .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-t1WiiM4xBt .label-text {
    text-align: center !important;
  }
}
.cid-t1WiiM4xBt .mbr-section-title {
  width: 100%;
  color: #222222;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t1WiiM4xBt .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t1WiiM4xBt .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t1WiiM4xBt .mbr-text {
    text-align: center !important;
  }
}
.cid-t1WiiM4xBt .btn-container {
  width: 100%;
  margin-top: 8px;
}
.cid-t1WiiM4xBt .mbr-section-btn .btn {
  padding: 0;
}
.cid-t1WiiM4xBt .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-t1WiiM4xBt .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-t1WiiM4xBt .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-t1WiiM4xBt .card {
  padding: 0 12px 30px 12px;
}
@media (min-width: 992px) {
  .cid-t1WiiM4xBt .card {
    padding: 0 30px 30px 30px;
  }
}
.cid-t1WiiM4xBt .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-t1WiiM4xBt .card-title {
  color: #e5e5e5;
  margin-bottom: 1rem;
}
.cid-t1WiiM4xBt .card-inside-border {
  width: 100%;
  height: 1px;
  margin-bottom: 1rem;
  background-color: #cccccc;
}
.cid-t1WiiM4xBt .card-text {
  color: #cccccc;
  margin-bottom: 24px;
}
.cid-t1WiiN5AMP {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t1WiiN5AMP .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-t1WiiN5AMP .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-t1WiiN5AMP .col + .mbr-section-btn .btn,
.cid-t1WiiN5AMP .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-t1WiiN5AMP .col + .mbr-section-btn .btn,
  .cid-t1WiiN5AMP .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-t1WiiN5AMP .dragArea > *:nth-last-child(2).col,
  .cid-t1WiiN5AMP .dragArea > *:nth-last-child(2).col-auto,
  .cid-t1WiiN5AMP .col + .mbr-section-btn,
  .cid-t1WiiN5AMP .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-t1WiiN5AMP .dragArea {
    flex-direction: column;
  }
}
.cid-t1WiiN5AMP .btn-primary {
  border: 1px solid #169ad7 !important;
}
.cid-t1WiiN5AMP .btn-primary:hover {
  border: 1px solid #169ad7 !important;
}
.cid-t1WiiN5AMP .stripe {
  border-bottom: 1px solid #253d80;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-t1WiiN5AMP .form-group {
  max-width: 220px;
}
.cid-t1WiiN5AMP .mbr-section-btn {
  padding-left: 0;
}
.cid-t1WiiN5AMP .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-t1WiiN5AMP .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #169ad7;
  width: 85%;
}
.cid-t1WiiN5AMP .mbr-text {
  color: #444;
}
.cid-t1WiiN5AMP h5 {
  margin-bottom: 0;
}
.cid-t1WiiN5AMP .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-t1WiiN5AMP .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1WiiN5AMP .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-t1WiiN5AMP .socicon {
  font-size: 2rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1WiiN5AMP .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t1WiiN5AMP .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-t1WiiN5AMP .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t1WiiN5AMP .social-list a:hover {
  opacity: 0.4;
}
.cid-t1WiiN5AMP .media-container-row > div {
  padding: 0px;
}
.cid-t1WiiN5AMP .text2 {
  color: #000000;
  text-align: left;
}
.cid-t1WiiN5AMP .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-t1WiiN5AMP .links {
  color: #232323;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t1WiiN5AMP .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-t1WiiN5AMP .social-list,
  .cid-t1WiiN5AMP .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-t1WiiN5AMP h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-t1WiiN5AMP .form-group {
    max-width: 180px;
  }
}
.cid-t1WiiN5AMP .links span {
  color: #9e9e9e;
}
.cid-t1WiiN5AMP .logo-sub-title {
  text-align: center;
  color: #5b686b;
}
.cid-t1WiiN5AMP .logo-title {
  text-align: center;
}
.cid-t1WhUcY8j4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-t1WhUcY8j4 .media-container-row .mbr-text {
  color: #232323;
}
.cid-t1WhUdrBRQ .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-t1WhUdrBRQ .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-t1WhUdrBRQ .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-t1WhUdrBRQ .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-t1WhUdrBRQ .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-t1WhUdrBRQ .navbar.opened {
  transition: all .3s;
}
.cid-t1WhUdrBRQ .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-t1WhUdrBRQ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-t1WhUdrBRQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t1WhUdrBRQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t1WhUdrBRQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-t1WhUdrBRQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t1WhUdrBRQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t1WhUdrBRQ .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-t1WhUdrBRQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t1WhUdrBRQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t1WhUdrBRQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t1WhUdrBRQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t1WhUdrBRQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t1WhUdrBRQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t1WhUdrBRQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t1WhUdrBRQ .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-t1WhUdrBRQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t1WhUdrBRQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t1WhUdrBRQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t1WhUdrBRQ .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-t1WhUdrBRQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-t1WhUdrBRQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t1WhUdrBRQ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-t1WhUdrBRQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t1WhUdrBRQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t1WhUdrBRQ .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-t1WhUdrBRQ .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-t1WhUdrBRQ .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-t1WhUdrBRQ .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-t1WhUdrBRQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-t1WhUdrBRQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t1WhUdrBRQ .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t1WhUdrBRQ .navbar-caption {
  padding-right: 4rem;
}
.cid-t1WhUdrBRQ .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-t1WhUdrBRQ .dropdown-menu,
.cid-t1WhUdrBRQ .navbar.opened {
  background: #ffffff !important;
}
.cid-t1WhUdrBRQ .nav-item:focus,
.cid-t1WhUdrBRQ .nav-link:focus {
  outline: none;
}
.cid-t1WhUdrBRQ .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-t1WhUdrBRQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t1WhUdrBRQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t1WhUdrBRQ .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-t1WhUdrBRQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t1WhUdrBRQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t1WhUdrBRQ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t1WhUdrBRQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t1WhUdrBRQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t1WhUdrBRQ .dropdown-item.active,
.cid-t1WhUdrBRQ .dropdown-item:active {
  background-color: transparent;
}
.cid-t1WhUdrBRQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t1WhUdrBRQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t1WhUdrBRQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t1WhUdrBRQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t1WhUdrBRQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t1WhUdrBRQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t1WhUdrBRQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t1WhUdrBRQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t1WhUdrBRQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1WhUdrBRQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #253d80;
}
.cid-t1WhUdrBRQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t1WhUdrBRQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t1WhUdrBRQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t1WhUdrBRQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t1WhUdrBRQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1WhUdrBRQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t1WhUdrBRQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t1WhUdrBRQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1WhUdrBRQ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t1WhUdrBRQ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1WhUdrBRQ .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-t1WhUdrBRQ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t1WhUdrBRQ .navbar {
    height: 77px;
  }
  .cid-t1WhUdrBRQ .navbar.opened {
    height: auto;
  }
  .cid-t1WhUdrBRQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t1WhUe0h59 {
  padding-top: 105px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x672.jpeg");
}
.cid-t1WhUe0h59 .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-t1WhUe0h59 .container {
  max-width: 1500px;
}
.cid-t1WhUe0h59 .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-t1WhUe0h59 .container {
    padding: 0 4rem;
  }
}
.cid-t1WhUe0h59 .mbr-text,
.cid-t1WhUe0h59 .mbr-section-btn {
  color: #efeeee;
}
.cid-t1WhUe0h59 .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-t1WhUe0h59 .btn .mbr-iconfont {
  order: 2;
}
.cid-t1WhUe0h59 .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-t1WhUe0h59 .align-left {
    text-align: center;
  }
  .cid-t1WhUe0h59 .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-t1WhUe0h59 H1 {
  text-align: left;
  color: #f3f3f3;
}
.cid-t1WhUepo5T {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t1WhUepo5T .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-t1WhUepo5T .row {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .cid-t1WhUepo5T .col-text {
    padding: 0 30px;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t1WhUepo5T .col-text {
    margin-bottom: 3rem;
  }
}
.cid-t1WhUepo5T .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-t1WhUepo5T .text-wrapper {
    text-align: center !important;
  }
}
.cid-t1WhUepo5T .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-t1WhUepo5T .label-text {
    text-align: center !important;
  }
}
.cid-t1WhUepo5T .mbr-section-title {
  width: 100%;
  color: #222222;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t1WhUepo5T .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t1WhUepo5T .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t1WhUepo5T .mbr-text {
    text-align: center !important;
  }
}
.cid-t1WhUepo5T .btn-container {
  width: 100%;
  margin-top: 8px;
}
.cid-t1WhUepo5T .mbr-section-btn .btn {
  padding: 0;
}
.cid-t1WhUepo5T .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-t1WhUepo5T .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-t1WhUepo5T .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-t1WhUepo5T .card {
  padding: 0 12px 30px 12px;
}
@media (min-width: 992px) {
  .cid-t1WhUepo5T .card {
    padding: 0 30px 30px 30px;
  }
}
.cid-t1WhUepo5T .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-t1WhUepo5T .card-title {
  color: #222222;
  margin-bottom: 1rem;
}
.cid-t1WhUepo5T .card-inside-border {
  width: 100%;
  height: 1px;
  margin-bottom: 1rem;
  background-color: #555555;
}
.cid-t1WhUepo5T .card-text {
  color: #555555;
  margin-bottom: 24px;
}
.cid-t1WhUf8O5A {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x672.jpeg");
}
.cid-t1WhUf8O5A .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-t1WhUf8O5A .row {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .cid-t1WhUf8O5A .col-text {
    padding: 0 30px;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t1WhUf8O5A .col-text {
    margin-bottom: 3rem;
  }
}
.cid-t1WhUf8O5A .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-t1WhUf8O5A .text-wrapper {
    text-align: center !important;
  }
}
.cid-t1WhUf8O5A .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-t1WhUf8O5A .label-text {
    text-align: center !important;
  }
}
.cid-t1WhUf8O5A .mbr-section-title {
  width: 100%;
  color: #222222;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t1WhUf8O5A .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t1WhUf8O5A .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t1WhUf8O5A .mbr-text {
    text-align: center !important;
  }
}
.cid-t1WhUf8O5A .btn-container {
  width: 100%;
  margin-top: 8px;
}
.cid-t1WhUf8O5A .mbr-section-btn .btn {
  padding: 0;
}
.cid-t1WhUf8O5A .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-t1WhUf8O5A .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-t1WhUf8O5A .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-t1WhUf8O5A .card {
  padding: 0 12px 30px 12px;
}
@media (min-width: 992px) {
  .cid-t1WhUf8O5A .card {
    padding: 0 30px 30px 30px;
  }
}
.cid-t1WhUf8O5A .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-t1WhUf8O5A .card-title {
  color: #e5e5e5;
  margin-bottom: 1rem;
}
.cid-t1WhUf8O5A .card-inside-border {
  width: 100%;
  height: 1px;
  margin-bottom: 1rem;
  background-color: #cccccc;
}
.cid-t1WhUf8O5A .card-text {
  color: #cccccc;
  margin-bottom: 24px;
}
.cid-t1WhUfGHeq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t1WhUfGHeq .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-t1WhUfGHeq .row {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .cid-t1WhUfGHeq .col-text {
    padding: 0 30px;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t1WhUfGHeq .col-text {
    margin-bottom: 3rem;
  }
}
.cid-t1WhUfGHeq .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-t1WhUfGHeq .text-wrapper {
    text-align: center !important;
  }
}
.cid-t1WhUfGHeq .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-t1WhUfGHeq .label-text {
    text-align: center !important;
  }
}
.cid-t1WhUfGHeq .mbr-section-title {
  width: 100%;
  color: #222222;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t1WhUfGHeq .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t1WhUfGHeq .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t1WhUfGHeq .mbr-text {
    text-align: center !important;
  }
}
.cid-t1WhUfGHeq .btn-container {
  width: 100%;
  margin-top: 8px;
}
.cid-t1WhUfGHeq .mbr-section-btn .btn {
  padding: 0;
}
.cid-t1WhUfGHeq .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-t1WhUfGHeq .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-t1WhUfGHeq .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-t1WhUfGHeq .card {
  padding: 0 12px 30px 12px;
}
@media (min-width: 992px) {
  .cid-t1WhUfGHeq .card {
    padding: 0 30px 30px 30px;
  }
}
.cid-t1WhUfGHeq .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-t1WhUfGHeq .card-title {
  color: #222222;
  margin-bottom: 1rem;
}
.cid-t1WhUfGHeq .card-inside-border {
  width: 100%;
  height: 1px;
  margin-bottom: 1rem;
  background-color: #555555;
}
.cid-t1WhUfGHeq .card-text {
  color: #555555;
  margin-bottom: 24px;
}
.cid-t1WhUgauQt {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t1WhUgauQt .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-t1WhUgauQt .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-t1WhUgauQt .col + .mbr-section-btn .btn,
.cid-t1WhUgauQt .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-t1WhUgauQt .col + .mbr-section-btn .btn,
  .cid-t1WhUgauQt .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-t1WhUgauQt .dragArea > *:nth-last-child(2).col,
  .cid-t1WhUgauQt .dragArea > *:nth-last-child(2).col-auto,
  .cid-t1WhUgauQt .col + .mbr-section-btn,
  .cid-t1WhUgauQt .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-t1WhUgauQt .dragArea {
    flex-direction: column;
  }
}
.cid-t1WhUgauQt .btn-primary {
  border: 1px solid #169ad7 !important;
}
.cid-t1WhUgauQt .btn-primary:hover {
  border: 1px solid #169ad7 !important;
}
.cid-t1WhUgauQt .stripe {
  border-bottom: 1px solid #253d80;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-t1WhUgauQt .form-group {
  max-width: 220px;
}
.cid-t1WhUgauQt .mbr-section-btn {
  padding-left: 0;
}
.cid-t1WhUgauQt .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-t1WhUgauQt .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #169ad7;
  width: 85%;
}
.cid-t1WhUgauQt .mbr-text {
  color: #444;
}
.cid-t1WhUgauQt h5 {
  margin-bottom: 0;
}
.cid-t1WhUgauQt .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-t1WhUgauQt .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1WhUgauQt .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-t1WhUgauQt .socicon {
  font-size: 2rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1WhUgauQt .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t1WhUgauQt .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-t1WhUgauQt .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t1WhUgauQt .social-list a:hover {
  opacity: 0.4;
}
.cid-t1WhUgauQt .media-container-row > div {
  padding: 0px;
}
.cid-t1WhUgauQt .text2 {
  color: #000000;
  text-align: left;
}
.cid-t1WhUgauQt .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-t1WhUgauQt .links {
  color: #232323;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t1WhUgauQt .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-t1WhUgauQt .social-list,
  .cid-t1WhUgauQt .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-t1WhUgauQt h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-t1WhUgauQt .form-group {
    max-width: 180px;
  }
}
.cid-t1WhUgauQt .links span {
  color: #9e9e9e;
}
.cid-t1WhUgauQt .logo-sub-title {
  text-align: center;
  color: #5b686b;
}
.cid-t1WhUgauQt .logo-title {
  text-align: center;
}
