body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Merriweather', serif;
  font-size: 3rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Merriweather', serif;
  font-size: 2.4rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Merriweather', serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((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.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #efb71a !important;
}
.bg-success {
  background-color: #775b0d !important;
}
.bg-info {
  background-color: #7a7c7a !important;
}
.bg-warning {
  background-color: #b38913 !important;
}
.bg-danger {
  background-color: #1a52ef !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #efb71a !important;
  border-color: #efb71a !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b0850c !important;
  border-color: #b0850c !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b0850c !important;
  border-color: #b0850c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #faecc6 !important;
  border-color: #faecc6 !important;
  color: #b18610 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #b18610 !important;
  background-color: #f4d580 !important;
  border-color: #f4d580 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #b18610 !important;
  background-color: #f4d580 !important;
  border-color: #f4d580 !important;
}
.btn-info,
.btn-info:active {
  background-color: #7a7c7a !important;
  border-color: #7a7c7a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #545554 !important;
  border-color: #545554 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #545554 !important;
  border-color: #545554 !important;
}
.btn-success,
.btn-success:active {
  background-color: #775b0d !important;
  border-color: #775b0d !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #322605 !important;
  border-color: #322605 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #322605 !important;
  border-color: #322605 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b38913 !important;
  border-color: #b38913 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #6e540c !important;
  border-color: #6e540c !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #6e540c !important;
  border-color: #6e540c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #1a52ef !important;
  border-color: #1a52ef !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0c37b0 !important;
  border-color: #0c37b0 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0c37b0 !important;
  border-color: #0c37b0 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #98730b;
  color: #98730b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #efb71a;
  border-color: #efb71a;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #efb71a !important;
  border-color: #efb71a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #f2cd68;
  color: #f2cd68;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b18610;
  background-color: #faecc6;
  border-color: #faecc6;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #b18610 !important;
  background-color: #faecc6 !important;
  border-color: #faecc6 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #474947;
  color: #474947;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #7a7c7a;
  border-color: #7a7c7a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7a7c7a !important;
  border-color: #7a7c7a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #1b1503;
  color: #1b1503;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #775b0d;
  border-color: #775b0d;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #775b0d !important;
  border-color: #775b0d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #574209;
  color: #574209;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #b38913;
  border-color: #b38913;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b38913 !important;
  border-color: #b38913 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #0b3098;
  color: #0b3098;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #1a52ef;
  border-color: #1a52ef;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1a52ef !important;
  border-color: #1a52ef !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #efb71a !important;
}
.text-secondary {
  color: #faecc6 !important;
}
.text-success {
  color: #775b0d !important;
}
.text-info {
  color: #7a7c7a !important;
}
.text-warning {
  color: #b38913 !important;
}
.text-danger {
  color: #1a52ef !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #98730b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #f2cd68 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1b1503 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #474947 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #574209 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #0b3098 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #7a7c7a;
}
.alert-warning {
  background-color: #b38913;
}
.alert-danger {
  background-color: #1a52ef;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #efb71a;
  border-color: #efb71a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #efb71a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcf3d9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e6b11d;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #babbba;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #edc658;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d9e2fc;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #efb71a;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #efb71a;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #efb71a;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #efb71a;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #efb71a;
  border-bottom-color: #efb71a;
}
.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: #000000 !important;
  background-color: #efb71a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #faecc6 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23efb71a' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-rY18F7pxyg .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-rY18F7pxyg .nav-item:focus,
.cid-rY18F7pxyg .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rY18F7pxyg .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rY18F7pxyg .nav-item {
    position: relative;
  }
  .cid-rY18F7pxyg .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #efb71a, #faecc6);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-rY18F7pxyg .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-rY18F7pxyg .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rY18F7pxyg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rY18F7pxyg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rY18F7pxyg .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rY18F7pxyg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rY18F7pxyg .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-rY18F7pxyg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rY18F7pxyg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rY18F7pxyg .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rY18F7pxyg .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-rY18F7pxyg .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rY18F7pxyg .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-rY18F7pxyg .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-rY18F7pxyg .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-rY18F7pxyg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rY18F7pxyg .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rY18F7pxyg .navbar.collapsed .navbar-collapse.show,
.cid-rY18F7pxyg .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rY18F7pxyg .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-rY18F7pxyg .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-rY18F7pxyg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rY18F7pxyg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rY18F7pxyg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rY18F7pxyg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rY18F7pxyg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rY18F7pxyg .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rY18F7pxyg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rY18F7pxyg .navbar.collapsed .right-menu,
.cid-rY18F7pxyg .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-rY18F7pxyg .navbar .navbar-collapse.show,
  .cid-rY18F7pxyg .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rY18F7pxyg .navbar .navbar-collapse.show .brand-container,
  .cid-rY18F7pxyg .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-rY18F7pxyg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rY18F7pxyg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rY18F7pxyg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rY18F7pxyg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rY18F7pxyg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rY18F7pxyg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rY18F7pxyg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rY18F7pxyg .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rY18F7pxyg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-rY18F7pxyg .navbar .right-menu,
  .cid-rY18F7pxyg .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rY18F7pxyg .navbar.navbar-short {
  min-height: 60px;
}
.cid-rY18F7pxyg .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-rY18F7pxyg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rY18F7pxyg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rY18F7pxyg .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rY18F7pxyg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rY18F7pxyg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rY18F7pxyg .dropdown-item.active,
.cid-rY18F7pxyg .dropdown-item:active {
  background-color: transparent;
}
.cid-rY18F7pxyg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rY18F7pxyg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rY18F7pxyg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rY18F7pxyg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rY18F7pxyg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rY18F7pxyg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rY18F7pxyg ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rY18F7pxyg ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-rY18F7pxyg .navbar-buttons {
  margin-left: auto;
}
.cid-rY18F7pxyg button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rY18F7pxyg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rY18F7pxyg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rY18F7pxyg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rY18F7pxyg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rY18F7pxyg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rY18F7pxyg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rY18F7pxyg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-rY18F7pxyg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-rY18F7pxyg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rY18F7pxyg .navbar-dropdown {
  position: fixed;
}
.cid-rY18F7pxyg a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rY18F7pxyg .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rY18F7pxyg .right-menu,
.cid-rY18F7pxyg .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-rY18F7pxyg .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rY18F7pxyg .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rY18F7pxyg .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rY18F7pxyg .menu-top {
  text-align: center;
  width: 100%;
  background-color: #efb71a;
  padding: .5rem 0;
}
.cid-rY18F7pxyg .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-rY18F7pxyg .card-wrapper {
  z-index: 3;
}
.cid-rY18F7pxyg .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-rY18F7pxyg .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rY18F7pxyg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rY1a0sBGcC {
  background-image: url("../../../assets/images/mbr-1620x1080.jpg");
}
.cid-rY1a0sBGcC H1 {
  color: #efb71a;
}
.cid-rY1ZuIp9VS {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rY1ZuIp9VS h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-rY1ZuIp9VS .mbr-section-subtitle {
  color: #767676;
}
.cid-rY1ZuIp9VS .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-rY1ZuIp9VS .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-rY1ZuIp9VS .mbr-text-right {
  color: #000000;
}
.cid-rY1ZuIp9VS .article-counter-left {
  color: #1a52ef;
}
.cid-rY1ZuIp9VS .article-counter-right {
  color: #efb71a;
}
.cid-rY1ZuIp9VS .mbr-text-left {
  color: #000000;
}
.cid-rY1uolD0oi {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rY1uolD0oi .mbr-text {
  color: #000000;
}
.cid-rY1uolD0oi .mbr-text P {
  text-align: center;
}
.cid-rY215dNLVe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rY215dNLVe h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rY215dNLVe p {
  color: #767676;
  text-align: left;
}
.cid-rY215dNLVe .card-box {
  padding-top: 2rem;
}
.cid-rY215dNLVe .card-wrapper {
  height: 100%;
}
.cid-rY215dNLVe img {
  border-radius: 100%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.cid-rY215dNLVe P {
  text-align: center;
  color: #000000;
}
.cid-rY215dNLVe .card-title {
  text-align: center;
}
.cid-rY215dNLVe .card-img {
  position: relative;
}
.cid-rY215dNLVe .card-icon {
  position: absolute;
  background: #ffffff;
  height: 70px;
  width: 70px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  left: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 1rem;
}
.cid-rY215dNLVe .card-icon .mbr-iconfont {
  font-size: 2rem;
  color: #efb71a;
}
.cid-rY1B6AV1AW {
  padding-top: 80px;
  background-image: url("../../../assets/images/ez-comply-wallpaper-810x531.png");
}
.cid-rY1B6AV1AW .container {
  margin-bottom: 15%;
}
.cid-rY1B6AV1AW .content-container .btn-bgr {
  z-index: 0;
}
.cid-rY1B6AV1AW .container-boxes {
  padding-bottom: 60px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #000000;
}
.cid-rY1B6AV1AW .box-item {
  width: 29%;
  padding: 2.5rem;
}
.cid-rY1B6AV1AW .box-item:first-child {
  background-color: #7a7c7a;
  margin-top: -200px;
}
.cid-rY1B6AV1AW .box-item:nth-child(2) {
  background-color: #efb71a;
}
.cid-rY1B6AV1AW .box-item:last-child {
  background-color: #1a52ef;
}
.cid-rY1B6AV1AW .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-rY1B6AV1AW .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-rY1B6AV1AW .box-list li:last-child {
  border-bottom: none;
}
.cid-rY1B6AV1AW .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-rY1B6AV1AW .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-rY1B6AV1AW .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-rY1B6AV1AW .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-rY1B6AV1AW .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-rY1B6AV1AW .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-rY1B6AV1AW .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-rY1B6AV1AW .mbr-text,
.cid-rY1B6AV1AW .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-rY1B6AV1AW H1 {
  color: #000000;
  text-align: center;
}
.cid-rY1B6AV1AW .box-item-text {
  text-align: center;
}
.cid-rY1B6AV1AW .icon-block-top,
.cid-rY1B6AV1AW .box-item-title {
  text-align: center;
}
.cid-rY1B6AV1AW H5 {
  text-align: center;
}
.cid-rY6JH7xq6b {
  padding-top: 60px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-rY6JH7xq6b .container-fluid {
  padding: 0 3rem;
}
.cid-rY6JH7xq6b .table-wrap {
  margin: 0 1rem 3rem 1rem;
  border: 1px solid #efb71a;
  border-radius: 3%;
  padding: 3rem;
  transition: all 0.3s ease-in-out;
}
.cid-rY6JH7xq6b .table-wrap:hover {
  transition: all 0.3s ease-in-out;
  background-color: #1a52ef;
}
.cid-rY6JH7xq6b .table-wrap:hover .table-pricing,
.cid-rY6JH7xq6b .table-wrap:hover .table-icon {
  color: #ffffff !important;
}
.cid-rY6JH7xq6b .table-wrap:hover .table-heading,
.cid-rY6JH7xq6b .table-wrap:hover .mbr-section-subtitle {
  color: #ffffff !important;
}
.cid-rY6JH7xq6b .section-heading {
  margin-bottom: 2rem;
}
.cid-rY6JH7xq6b .table-heading {
  margin-bottom: 2em;
}
.cid-rY6JH7xq6b .underline {
  margin-top: 1rem;
  margin-bottom: 0rem;
}
.cid-rY6JH7xq6b .underline .line {
  width: 6rem;
  height: 3px;
  background: linear-gradient(135deg, #efb71a, #faecc6);
  display: inline-block;
}
.cid-rY6JH7xq6b ul {
  word-wrap: break-word;
  padding: 0 4rem;
  margin: 0;
  list-style: none;
}
.cid-rY6JH7xq6b ul li {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 0.7em 0;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-rY6JH7xq6b ul li span {
  font-size: 32px;
  color: #000000;
}
.cid-rY6JH7xq6b hr {
  display: none;
  background: #efb71a;
}
.cid-rY6JH7xq6b hr {
  display: block;
}
.cid-rY6JH7xq6b .table-heading,
.cid-rY6JH7xq6b .table-pricing,
.cid-rY6JH7xq6b .table-icon {
  color: #149dcc;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
.cid-rY6JH7xq6b .mbr-section-subtitle {
  color: #767676;
  transition: all 0.3s ease-in-out;
}
.cid-rY6JH7xq6b .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rY6JH7xq6b .mbr-iconfont {
  font-size: 50px;
}
@media (max-width: 1200px) {
  .cid-rY6JH7xq6b .table-wrap {
    margin: 1.5rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-rY6JH7xq6b .container-fluid {
    padding: 0 0rem;
  }
}
.cid-rY6JH7xq6b .mbr-section-title,
.cid-rY6JH7xq6b .underline {
  color: #000000;
}
.cid-rY6JH7xq6b .mbr-section-subtitle,
.cid-rY6JH7xq6b .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-rY6JH7xq6b .table-pricing,
.cid-rY6JH7xq6b .table-icon {
  color: #1a52ef;
  text-align: center;
}
.cid-rY2102keIJ {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rY2102keIJ h4 {
  margin-bottom: 0;
}
.cid-rY2102keIJ .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(254, 252, 245, 0.35);
}
.cid-rY2102keIJ .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-rY2102keIJ .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rY2102keIJ .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-rY2102keIJ .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #efb71a !important;
  box-shadow: none!important;
}
.cid-rY2102keIJ .btn[class*="-outline"]:active,
.cid-rY2102keIJ .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rY2102keIJ .card-box {
  padding-top: 2rem;
}
.cid-rY2102keIJ .card-wrapper {
  height: 100%;
}
.cid-rY2102keIJ .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rY2102keIJ img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rY2102keIJ .card-title {
  color: #000000;
  text-align: center;
}
.cid-rY2102keIJ .main-title {
  color: #000000;
}
.cid-rY2102keIJ .mbr-text,
.cid-rY2102keIJ .mbr-link-btn {
  color: #000000;
  text-align: center;
}
.cid-rY2027c3Sl {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-7-1920x1280.jpg");
}
.cid-rY2027c3Sl H2 {
  text-align: center;
}
.cid-rY2027c3Sl H3 {
  text-align: center;
}
.cid-rY2027c3Sl .mbr-text,
.cid-rY2027c3Sl .mbr-section-btn {
  text-align: center;
}
.cid-rYbgArxqxy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rYbgArxqxy .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-rYbgArxqxy .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-rYbgArxqxy .col + .mbr-section-btn .btn,
.cid-rYbgArxqxy .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-rYbgArxqxy .col + .mbr-section-btn .btn,
  .cid-rYbgArxqxy .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-rYbgArxqxy .dragArea > *:nth-last-child(2).col,
  .cid-rYbgArxqxy .dragArea > *:nth-last-child(2).col-auto,
  .cid-rYbgArxqxy .col + .mbr-section-btn,
  .cid-rYbgArxqxy .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-rYbgArxqxy .dragArea {
    flex-direction: column;
  }
}
.cid-rYbgArxqxy .btn-primary {
  border: 1px solid #efb71a !important;
}
.cid-rYbgArxqxy .btn-primary:hover {
  border: 1px solid #efb71a !important;
}
.cid-rYbgArxqxy .stripe {
  border-bottom: 1px solid #efb71a;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-rYbgArxqxy .form-group {
  max-width: 220px;
}
.cid-rYbgArxqxy .mbr-section-btn {
  padding-left: 0;
}
.cid-rYbgArxqxy .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-rYbgArxqxy .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #1a52ef;
  width: 85%;
}
.cid-rYbgArxqxy .mbr-text {
  color: #444;
}
.cid-rYbgArxqxy h5 {
  margin-bottom: 0;
}
.cid-rYbgArxqxy .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-rYbgArxqxy .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rYbgArxqxy .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-rYbgArxqxy .socicon {
  font-size: 1.3rem;
  background: #efb71a;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rYbgArxqxy .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-rYbgArxqxy .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-rYbgArxqxy .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-rYbgArxqxy .social-list a:hover {
  opacity: 0.4;
}
.cid-rYbgArxqxy .media-container-row > div {
  padding: 0px;
}
.cid-rYbgArxqxy .text2 {
  color: #000000;
  text-align: left;
}
.cid-rYbgArxqxy .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-rYbgArxqxy .links {
  color: #000000;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rYbgArxqxy .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rYbgArxqxy .social-list,
  .cid-rYbgArxqxy .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rYbgArxqxy h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-rYbgArxqxy .form-group {
    max-width: 180px;
  }
}
.cid-rYbgArxqxy .links span {
  color: #9e9e9e;
}
.cid-rYbgArxqxy .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-rYbgArxqxy .logo-title {
  text-align: center;
}
.cid-rYbgArxqxy .logo-title,
.cid-rYbgArxqxy .logo {
  color: #000000;
}
.cid-rY18F7pxyg .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-rY18F7pxyg .nav-item:focus,
.cid-rY18F7pxyg .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rY18F7pxyg .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rY18F7pxyg .nav-item {
    position: relative;
  }
  .cid-rY18F7pxyg .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #efb71a, #faecc6);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-rY18F7pxyg .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-rY18F7pxyg .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rY18F7pxyg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rY18F7pxyg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rY18F7pxyg .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rY18F7pxyg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rY18F7pxyg .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-rY18F7pxyg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rY18F7pxyg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rY18F7pxyg .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rY18F7pxyg .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-rY18F7pxyg .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rY18F7pxyg .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-rY18F7pxyg .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-rY18F7pxyg .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-rY18F7pxyg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rY18F7pxyg .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rY18F7pxyg .navbar.collapsed .navbar-collapse.show,
.cid-rY18F7pxyg .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rY18F7pxyg .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-rY18F7pxyg .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-rY18F7pxyg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rY18F7pxyg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rY18F7pxyg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rY18F7pxyg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rY18F7pxyg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rY18F7pxyg .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rY18F7pxyg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rY18F7pxyg .navbar.collapsed .right-menu,
.cid-rY18F7pxyg .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-rY18F7pxyg .navbar .navbar-collapse.show,
  .cid-rY18F7pxyg .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rY18F7pxyg .navbar .navbar-collapse.show .brand-container,
  .cid-rY18F7pxyg .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-rY18F7pxyg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rY18F7pxyg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rY18F7pxyg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rY18F7pxyg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rY18F7pxyg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rY18F7pxyg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rY18F7pxyg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rY18F7pxyg .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rY18F7pxyg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-rY18F7pxyg .navbar .right-menu,
  .cid-rY18F7pxyg .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rY18F7pxyg .navbar.navbar-short {
  min-height: 60px;
}
.cid-rY18F7pxyg .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-rY18F7pxyg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rY18F7pxyg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rY18F7pxyg .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rY18F7pxyg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rY18F7pxyg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rY18F7pxyg .dropdown-item.active,
.cid-rY18F7pxyg .dropdown-item:active {
  background-color: transparent;
}
.cid-rY18F7pxyg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rY18F7pxyg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rY18F7pxyg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rY18F7pxyg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rY18F7pxyg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rY18F7pxyg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rY18F7pxyg ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rY18F7pxyg ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-rY18F7pxyg .navbar-buttons {
  margin-left: auto;
}
.cid-rY18F7pxyg button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rY18F7pxyg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rY18F7pxyg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rY18F7pxyg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rY18F7pxyg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rY18F7pxyg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rY18F7pxyg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rY18F7pxyg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-rY18F7pxyg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-rY18F7pxyg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rY18F7pxyg .navbar-dropdown {
  position: fixed;
}
.cid-rY18F7pxyg a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rY18F7pxyg .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rY18F7pxyg .right-menu,
.cid-rY18F7pxyg .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-rY18F7pxyg .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rY18F7pxyg .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rY18F7pxyg .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rY18F7pxyg .menu-top {
  text-align: center;
  width: 100%;
  background-color: #efb71a;
  padding: .5rem 0;
}
.cid-rY18F7pxyg .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-rY18F7pxyg .card-wrapper {
  z-index: 3;
}
.cid-rY18F7pxyg .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-rY18F7pxyg .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rY18F7pxyg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rY7dOKSo0V {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x828.jpg");
}
.cid-rY7dOKSo0V .mbr-text,
.cid-rY7dOKSo0V .typed-text,
.cid-rY7dOKSo0V .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rY7dOKSo0V .btn {
  margin-left: 4px !important;
}
.cid-rY7dOKSo0V .animated-element {
  color: #ffbc00;
}
.cid-rY7dOKSo0V .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rY7dOKSo0V .mbr-section-text,
.cid-rY7dOKSo0V .mbr-section-btn {
  text-align: left;
}
.cid-rY7dOKSo0V .mbr-section-subtitle {
  text-align: center;
}
.cid-rY7eNqevx8 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rY7eNqevx8 .mbr-text {
  color: #767676;
}
.cid-rY7eNqevx8 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-rY7eNqevx8 .title {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rY7eNqevx8 .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 4rem;
}
.cid-rY7eNqevx8 .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-rY7eNqevx8 .card-text {
  margin-top: 2rem;
  color: #000000;
  text-align: left;
}
.cid-rY7eNqevx8 .card-box {
  margin-bottom: 1rem;
}
.cid-rY7eNqevx8 .num {
  color: #efb71a;
}
@media (max-width: 767px) {
  .cid-rY7eNqevx8 .num,
  .cid-rY7eNqevx8 .card-title,
  .cid-rY7eNqevx8 .mbr-text,
  .cid-rY7eNqevx8 .mbr-title,
  .cid-rY7eNqevx8 .mbr-section-subtitle,
  .cid-rY7eNqevx8 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rY7eNqevx8 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-rY7eNqevx8 .card-title,
.cid-rY7eNqevx8 .card-img {
  text-align: center;
}
.cid-rY7eNqevx8 .mbr-title {
  color: #000000;
  text-align: center;
}
.cid-rY7eNqevx8 .mbr-section-text,
.cid-rY7eNqevx8 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-rY7eqc6Msu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rY7eqc6Msu .card-box {
  padding: 0rem;
}
.cid-rY7eqc6Msu .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-rY7eqc6Msu .card {
  padding: 0;
  margin: auto;
}
.cid-rY7eqc6Msu .card-img {
  height: 400px;
}
.cid-rY7eqc6Msu .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rY7eqc6Msu .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-rY7eqc6Msu .card-wrapper {
    padding: 4rem;
  }
}
.cid-rY7eqc6Msu .card-title {
  text-align: center;
  color: #efb71a;
}
.cid-rY7fGJ3Sl1 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rY7fGJ3Sl1 .mbr-text,
.cid-rY7fGJ3Sl1 blockquote {
  color: #767676;
}
.cid-rY7fGJ3Sl1 .mbr-text {
  color: #000000;
}
.cid-rY7fGJ3Sl1 .mbr-text P {
  text-align: left;
}
.cid-rY7sTCKuPW {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rY7sTCKuPW .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-rY7sTCKuPW .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-rY7sTCKuPW .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-rY7dJ3ZHS1 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-7-1920x1280.jpg");
}
.cid-rY7dJ3ZHS1 H2 {
  text-align: center;
}
.cid-rY7dJ3ZHS1 H3 {
  text-align: center;
}
.cid-rY7dJ3ZHS1 .mbr-text,
.cid-rY7dJ3ZHS1 .mbr-section-btn {
  text-align: center;
}
.cid-rYbglo3MbU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rYbglo3MbU .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-rYbglo3MbU .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-rYbglo3MbU .col + .mbr-section-btn .btn,
.cid-rYbglo3MbU .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-rYbglo3MbU .col + .mbr-section-btn .btn,
  .cid-rYbglo3MbU .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-rYbglo3MbU .dragArea > *:nth-last-child(2).col,
  .cid-rYbglo3MbU .dragArea > *:nth-last-child(2).col-auto,
  .cid-rYbglo3MbU .col + .mbr-section-btn,
  .cid-rYbglo3MbU .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-rYbglo3MbU .dragArea {
    flex-direction: column;
  }
}
.cid-rYbglo3MbU .btn-primary {
  border: 1px solid #efb71a !important;
}
.cid-rYbglo3MbU .btn-primary:hover {
  border: 1px solid #efb71a !important;
}
.cid-rYbglo3MbU .stripe {
  border-bottom: 1px solid #efb71a;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-rYbglo3MbU .form-group {
  max-width: 220px;
}
.cid-rYbglo3MbU .mbr-section-btn {
  padding-left: 0;
}
.cid-rYbglo3MbU .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-rYbglo3MbU .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #1a52ef;
  width: 85%;
}
.cid-rYbglo3MbU .mbr-text {
  color: #444;
}
.cid-rYbglo3MbU h5 {
  margin-bottom: 0;
}
.cid-rYbglo3MbU .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-rYbglo3MbU .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rYbglo3MbU .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-rYbglo3MbU .socicon {
  font-size: 1.3rem;
  background: #efb71a;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rYbglo3MbU .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-rYbglo3MbU .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-rYbglo3MbU .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-rYbglo3MbU .social-list a:hover {
  opacity: 0.4;
}
.cid-rYbglo3MbU .media-container-row > div {
  padding: 0px;
}
.cid-rYbglo3MbU .text2 {
  color: #000000;
  text-align: left;
}
.cid-rYbglo3MbU .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-rYbglo3MbU .links {
  color: #000000;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rYbglo3MbU .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rYbglo3MbU .social-list,
  .cid-rYbglo3MbU .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rYbglo3MbU h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-rYbglo3MbU .form-group {
    max-width: 180px;
  }
}
.cid-rYbglo3MbU .links span {
  color: #9e9e9e;
}
.cid-rYbglo3MbU .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-rYbglo3MbU .logo-title {
  text-align: center;
}
.cid-rYbglo3MbU .logo-title,
.cid-rYbglo3MbU .logo {
  color: #000000;
}
.cid-rY18F7pxyg .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-rY18F7pxyg .nav-item:focus,
.cid-rY18F7pxyg .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rY18F7pxyg .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rY18F7pxyg .nav-item {
    position: relative;
  }
  .cid-rY18F7pxyg .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #efb71a, #faecc6);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-rY18F7pxyg .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-rY18F7pxyg .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rY18F7pxyg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rY18F7pxyg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rY18F7pxyg .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rY18F7pxyg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rY18F7pxyg .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-rY18F7pxyg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rY18F7pxyg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rY18F7pxyg .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rY18F7pxyg .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-rY18F7pxyg .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rY18F7pxyg .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-rY18F7pxyg .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-rY18F7pxyg .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-rY18F7pxyg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rY18F7pxyg .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rY18F7pxyg .navbar.collapsed .navbar-collapse.show,
.cid-rY18F7pxyg .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rY18F7pxyg .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-rY18F7pxyg .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-rY18F7pxyg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rY18F7pxyg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rY18F7pxyg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rY18F7pxyg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rY18F7pxyg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rY18F7pxyg .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rY18F7pxyg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rY18F7pxyg .navbar.collapsed .right-menu,
.cid-rY18F7pxyg .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-rY18F7pxyg .navbar .navbar-collapse.show,
  .cid-rY18F7pxyg .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rY18F7pxyg .navbar .navbar-collapse.show .brand-container,
  .cid-rY18F7pxyg .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-rY18F7pxyg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rY18F7pxyg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rY18F7pxyg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rY18F7pxyg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rY18F7pxyg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rY18F7pxyg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rY18F7pxyg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rY18F7pxyg .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rY18F7pxyg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-rY18F7pxyg .navbar .right-menu,
  .cid-rY18F7pxyg .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rY18F7pxyg .navbar.navbar-short {
  min-height: 60px;
}
.cid-rY18F7pxyg .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-rY18F7pxyg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rY18F7pxyg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rY18F7pxyg .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rY18F7pxyg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rY18F7pxyg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rY18F7pxyg .dropdown-item.active,
.cid-rY18F7pxyg .dropdown-item:active {
  background-color: transparent;
}
.cid-rY18F7pxyg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rY18F7pxyg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rY18F7pxyg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rY18F7pxyg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rY18F7pxyg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rY18F7pxyg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rY18F7pxyg ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rY18F7pxyg ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-rY18F7pxyg .navbar-buttons {
  margin-left: auto;
}
.cid-rY18F7pxyg button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rY18F7pxyg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rY18F7pxyg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rY18F7pxyg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rY18F7pxyg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rY18F7pxyg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rY18F7pxyg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rY18F7pxyg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-rY18F7pxyg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-rY18F7pxyg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rY18F7pxyg .navbar-dropdown {
  position: fixed;
}
.cid-rY18F7pxyg a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rY18F7pxyg .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rY18F7pxyg .right-menu,
.cid-rY18F7pxyg .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-rY18F7pxyg .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rY18F7pxyg .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rY18F7pxyg .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rY18F7pxyg .menu-top {
  text-align: center;
  width: 100%;
  background-color: #efb71a;
  padding: .5rem 0;
}
.cid-rY18F7pxyg .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-rY18F7pxyg .card-wrapper {
  z-index: 3;
}
.cid-rY18F7pxyg .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-rY18F7pxyg .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rY18F7pxyg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rY7EJN1B1V {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-rY7EJN1B1V .mbr-text,
.cid-rY7EJN1B1V .mbr-section-btn {
  color: #ffffff;
}
.cid-rY7EJN1B1V H1 {
  color: #efb71a;
}
.cid-rY8iK6ui1D {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rY8iK6ui1D H2 {
  color: #000000;
}
.cid-rYbj2dt71k {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rYbj2dt71k .mbr-text,
.cid-rYbj2dt71k blockquote {
  color: #767676;
}
.cid-rYbj2dt71k .mbr-text {
  color: #000000;
}
.cid-rY8hPxgYJl {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rY8hPxgYJl P {
  color: #767676;
}
.cid-rY8hPxgYJl .mbr-text,
.cid-rY8hPxgYJl .mbr-section-btn {
  color: #000000;
}
.cid-rY7Q9dGxT9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rY7Q9dGxT9 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-rY7Q9dGxT9 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rY7Q9dGxT9 .text-content {
  padding-right: 1.5rem;
}
.cid-rY7Q9dGxT9 .mbr-text,
.cid-rY7Q9dGxT9 .mbr-section-btn {
  color: #000000;
}
.cid-rY7Q9dGxT9 .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(123, 123, 123, 0.3);
  box-shadow: 0px 0px 30px rgba(123, 123, 123, 0.3);
  border-radius: .25rem;
}
.cid-rY7Q9dGxT9 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-rY7Q9dGxT9 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rY7Q9dGxT9 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rY7Q9dGxT9 .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: #1a52ef;
}
@media (max-width: 991px) {
  .cid-rY7Q9dGxT9 .main-row {
    margin: 0;
  }
  .cid-rY7Q9dGxT9 .mbr-section-title,
  .cid-rY7Q9dGxT9 .mbr-text,
  .cid-rY7Q9dGxT9 .list,
  .cid-rY7Q9dGxT9 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rY7Q9dGxT9 .text-content {
    padding: 0;
  }
}
.cid-rYae0kOXlr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/ez-comply-wallpaper-1280x624.png");
}
.cid-rY8eTgpNGz {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rY8eTgpNGz .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rY8eTgpNGz .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rY8eTgpNGz .mbr-text {
    text-align: center;
  }
}
.cid-rY8eTgpNGz H1 {
  color: #000000;
  text-align: center;
}
.cid-rY8eTgpNGz .mbr-text,
.cid-rY8eTgpNGz .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-s06jt5H0Bg {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s06jt5H0Bg .mbr-text,
.cid-s06jt5H0Bg blockquote {
  color: #767676;
}
.cid-s06jt5H0Bg .mbr-text {
  color: #000000;
}
.cid-rY8b52kWbV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rY8b52kWbV .counter-container {
  color: #767676;
}
.cid-rY8b52kWbV .counter-container ul {
  margin-bottom: 0;
}
.cid-rY8b52kWbV .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rY8b52kWbV .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #efb71a;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-rY8b52kWbV .mbr-text {
  color: #000000;
}
.cid-rYae2XKipI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1202.jpg");
}
.cid-s06fw4GVPO {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s06fw4GVPO .mbr-section-subtitle {
  color: #767676;
}
.cid-s06fx5k7jI {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s06fx5k7jI .mbr-text,
.cid-s06fx5k7jI blockquote {
  color: #767676;
}
.cid-s06fx5k7jI .mbr-text {
  color: #000000;
}
.cid-s06czQnmUv {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s06czQnmUv .card-box {
  padding: 0 2rem;
}
.cid-s06czQnmUv .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s06czQnmUv .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-s06czQnmUv h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s06czQnmUv p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-s06czQnmUv .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-s06czQnmUv .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s06czQnmUv .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s06czQnmUv .card-title {
  text-align: center;
  color: #000000;
}
.cid-s06gOyE5fH {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s06gOyE5fH .card-box {
  padding: 0 2rem;
}
.cid-s06gOyE5fH .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s06gOyE5fH .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-s06gOyE5fH h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s06gOyE5fH p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-s06gOyE5fH .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-s06gOyE5fH .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s06gOyE5fH .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s06gOyE5fH .card-title {
  text-align: center;
  color: #000000;
}
.cid-rYae4vCxMi {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1216.jpg");
}
.cid-rY878fcZT0 {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rY878fcZT0 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-rY878fcZT0 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rY878fcZT0 .text-content {
  padding-right: 1.5rem;
}
.cid-rY878fcZT0 .mbr-text,
.cid-rY878fcZT0 .mbr-section-btn {
  color: #000000;
}
.cid-rY878fcZT0 .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(123, 123, 123, 0.3);
  box-shadow: 0px 0px 30px rgba(123, 123, 123, 0.3);
  border-radius: .25rem;
}
.cid-rY878fcZT0 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-rY878fcZT0 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rY878fcZT0 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rY878fcZT0 .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: #efb71a;
}
@media (max-width: 991px) {
  .cid-rY878fcZT0 .main-row {
    margin: 0;
  }
  .cid-rY878fcZT0 .mbr-section-title,
  .cid-rY878fcZT0 .mbr-text,
  .cid-rY878fcZT0 .list,
  .cid-rY878fcZT0 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rY878fcZT0 .text-content {
    padding: 0;
  }
}
.cid-rY878fcZT0 .mbr-section-title {
  color: #000000;
}
.cid-rY878fcZT0 .list {
  color: #000000;
}
.cid-rY7BgAggkg {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-7-1920x1280.jpg");
}
.cid-rY7BgAggkg H2 {
  text-align: center;
}
.cid-rY7BgAggkg H3 {
  text-align: center;
}
.cid-rY7BgAggkg .mbr-text,
.cid-rY7BgAggkg .mbr-section-btn {
  text-align: center;
}
.cid-rYbgteCRJ8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rYbgteCRJ8 .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-rYbgteCRJ8 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-rYbgteCRJ8 .col + .mbr-section-btn .btn,
.cid-rYbgteCRJ8 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-rYbgteCRJ8 .col + .mbr-section-btn .btn,
  .cid-rYbgteCRJ8 .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-rYbgteCRJ8 .dragArea > *:nth-last-child(2).col,
  .cid-rYbgteCRJ8 .dragArea > *:nth-last-child(2).col-auto,
  .cid-rYbgteCRJ8 .col + .mbr-section-btn,
  .cid-rYbgteCRJ8 .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-rYbgteCRJ8 .dragArea {
    flex-direction: column;
  }
}
.cid-rYbgteCRJ8 .btn-primary {
  border: 1px solid #efb71a !important;
}
.cid-rYbgteCRJ8 .btn-primary:hover {
  border: 1px solid #efb71a !important;
}
.cid-rYbgteCRJ8 .stripe {
  border-bottom: 1px solid #efb71a;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-rYbgteCRJ8 .form-group {
  max-width: 220px;
}
.cid-rYbgteCRJ8 .mbr-section-btn {
  padding-left: 0;
}
.cid-rYbgteCRJ8 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-rYbgteCRJ8 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #1a52ef;
  width: 85%;
}
.cid-rYbgteCRJ8 .mbr-text {
  color: #444;
}
.cid-rYbgteCRJ8 h5 {
  margin-bottom: 0;
}
.cid-rYbgteCRJ8 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-rYbgteCRJ8 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rYbgteCRJ8 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-rYbgteCRJ8 .socicon {
  font-size: 1.3rem;
  background: #efb71a;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rYbgteCRJ8 .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-rYbgteCRJ8 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-rYbgteCRJ8 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-rYbgteCRJ8 .social-list a:hover {
  opacity: 0.4;
}
.cid-rYbgteCRJ8 .media-container-row > div {
  padding: 0px;
}
.cid-rYbgteCRJ8 .text2 {
  color: #000000;
  text-align: left;
}
.cid-rYbgteCRJ8 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-rYbgteCRJ8 .links {
  color: #000000;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rYbgteCRJ8 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rYbgteCRJ8 .social-list,
  .cid-rYbgteCRJ8 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rYbgteCRJ8 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-rYbgteCRJ8 .form-group {
    max-width: 180px;
  }
}
.cid-rYbgteCRJ8 .links span {
  color: #9e9e9e;
}
.cid-rYbgteCRJ8 .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-rYbgteCRJ8 .logo-title {
  text-align: center;
}
.cid-rYbgteCRJ8 .logo-title,
.cid-rYbgteCRJ8 .logo {
  color: #000000;
}
.cid-rY18F7pxyg .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-rY18F7pxyg .nav-item:focus,
.cid-rY18F7pxyg .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rY18F7pxyg .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rY18F7pxyg .nav-item {
    position: relative;
  }
  .cid-rY18F7pxyg .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #efb71a, #faecc6);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-rY18F7pxyg .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-rY18F7pxyg .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rY18F7pxyg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rY18F7pxyg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rY18F7pxyg .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rY18F7pxyg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rY18F7pxyg .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-rY18F7pxyg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rY18F7pxyg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rY18F7pxyg .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rY18F7pxyg .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-rY18F7pxyg .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rY18F7pxyg .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-rY18F7pxyg .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-rY18F7pxyg .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-rY18F7pxyg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rY18F7pxyg .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rY18F7pxyg .navbar.collapsed .navbar-collapse.show,
.cid-rY18F7pxyg .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rY18F7pxyg .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-rY18F7pxyg .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-rY18F7pxyg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rY18F7pxyg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rY18F7pxyg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rY18F7pxyg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rY18F7pxyg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rY18F7pxyg .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rY18F7pxyg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rY18F7pxyg .navbar.collapsed .right-menu,
.cid-rY18F7pxyg .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-rY18F7pxyg .navbar .navbar-collapse.show,
  .cid-rY18F7pxyg .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rY18F7pxyg .navbar .navbar-collapse.show .brand-container,
  .cid-rY18F7pxyg .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-rY18F7pxyg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rY18F7pxyg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rY18F7pxyg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rY18F7pxyg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rY18F7pxyg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rY18F7pxyg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rY18F7pxyg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rY18F7pxyg .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rY18F7pxyg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-rY18F7pxyg .navbar .right-menu,
  .cid-rY18F7pxyg .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rY18F7pxyg .navbar.navbar-short {
  min-height: 60px;
}
.cid-rY18F7pxyg .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-rY18F7pxyg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rY18F7pxyg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rY18F7pxyg .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rY18F7pxyg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rY18F7pxyg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rY18F7pxyg .dropdown-item.active,
.cid-rY18F7pxyg .dropdown-item:active {
  background-color: transparent;
}
.cid-rY18F7pxyg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rY18F7pxyg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rY18F7pxyg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rY18F7pxyg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rY18F7pxyg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rY18F7pxyg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rY18F7pxyg ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rY18F7pxyg ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-rY18F7pxyg .navbar-buttons {
  margin-left: auto;
}
.cid-rY18F7pxyg button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rY18F7pxyg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rY18F7pxyg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rY18F7pxyg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rY18F7pxyg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rY18F7pxyg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rY18F7pxyg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rY18F7pxyg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-rY18F7pxyg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-rY18F7pxyg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rY18F7pxyg .navbar-dropdown {
  position: fixed;
}
.cid-rY18F7pxyg a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rY18F7pxyg .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rY18F7pxyg .right-menu,
.cid-rY18F7pxyg .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-rY18F7pxyg .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rY18F7pxyg .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rY18F7pxyg .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rY18F7pxyg .menu-top {
  text-align: center;
  width: 100%;
  background-color: #efb71a;
  padding: .5rem 0;
}
.cid-rY18F7pxyg .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-rY18F7pxyg .card-wrapper {
  z-index: 3;
}
.cid-rY18F7pxyg .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-rY18F7pxyg .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rY18F7pxyg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rY7vVb0lO0 {
  padding-top: 180px;
  background-image: url("../../../assets/images/mbr-1920x900.jpg");
}
.cid-rY7vVb0lO0 .container {
  margin-bottom: 15%;
}
.cid-rY7vVb0lO0 .content-container .btn-bgr {
  z-index: 0;
}
.cid-rY7vVb0lO0 .container-boxes {
  padding-bottom: 45px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-rY7vVb0lO0 .box-item {
  width: 29%;
  padding: 2.5rem;
}
.cid-rY7vVb0lO0 .box-item:first-child {
  background-color: #1a52ef;
  margin-top: -200px;
}
.cid-rY7vVb0lO0 .box-item:nth-child(2) {
  background-color: #efb71a;
}
.cid-rY7vVb0lO0 .box-item:last-child {
  background-color: #000000;
}
.cid-rY7vVb0lO0 .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-rY7vVb0lO0 .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-rY7vVb0lO0 .box-list li:last-child {
  border-bottom: none;
}
.cid-rY7vVb0lO0 .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-rY7vVb0lO0 .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-rY7vVb0lO0 .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-rY7vVb0lO0 .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-rY7vVb0lO0 .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-rY7vVb0lO0 .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-rY7vVb0lO0 .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-rY7vVb0lO0 .mbr-text,
.cid-rY7vVb0lO0 .mbr-section-btn {
  color: #ffffff;
}
.cid-rY7vVb0lO0 H1 {
  color: #ffffff;
}
.cid-rY7vVb0lO0 .box-item-text {
  text-align: center;
  color: #ffffff;
}
.cid-rY7vVb0lO0 .icon-block-top,
.cid-rY7vVb0lO0 .box-item-title {
  text-align: center;
}
.cid-rY7vVb0lO0 H5 {
  text-align: center;
}
.cid-rY7witFSXU {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rY7witFSXU .title {
  margin-bottom: 2rem;
}
.cid-rY7witFSXU .mbr-section-subtitle {
  color: #000000;
}
.cid-rY7witFSXU a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rY7witFSXU a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rY7witFSXU textarea.form-control {
  min-height: 188px;
}
.cid-rY7witFSXU H2 {
  color: #000000;
}
.cid-rY7witFSXU LABEL {
  color: #000000;
}
.cid-rY7vHcNMde {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-7-1920x1280.jpg");
}
.cid-rY7vHcNMde H2 {
  text-align: center;
}
.cid-rY7vHcNMde H3 {
  text-align: center;
}
.cid-rY7vHcNMde .mbr-text,
.cid-rY7vHcNMde .mbr-section-btn {
  text-align: center;
}
.cid-rY7vHMNsNG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rY7vHMNsNG .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-rY7vHMNsNG .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-rY7vHMNsNG .col + .mbr-section-btn .btn,
.cid-rY7vHMNsNG .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-rY7vHMNsNG .col + .mbr-section-btn .btn,
  .cid-rY7vHMNsNG .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-rY7vHMNsNG .dragArea > *:nth-last-child(2).col,
  .cid-rY7vHMNsNG .dragArea > *:nth-last-child(2).col-auto,
  .cid-rY7vHMNsNG .col + .mbr-section-btn,
  .cid-rY7vHMNsNG .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-rY7vHMNsNG .dragArea {
    flex-direction: column;
  }
}
.cid-rY7vHMNsNG .btn-primary {
  border: 1px solid #efb71a !important;
}
.cid-rY7vHMNsNG .btn-primary:hover {
  border: 1px solid #efb71a !important;
}
.cid-rY7vHMNsNG .stripe {
  border-bottom: 1px solid #efb71a;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-rY7vHMNsNG .form-group {
  max-width: 220px;
}
.cid-rY7vHMNsNG .mbr-section-btn {
  padding-left: 0;
}
.cid-rY7vHMNsNG .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-rY7vHMNsNG .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #1a52ef;
  width: 85%;
}
.cid-rY7vHMNsNG .mbr-text {
  color: #444;
}
.cid-rY7vHMNsNG h5 {
  margin-bottom: 0;
}
.cid-rY7vHMNsNG .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-rY7vHMNsNG .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rY7vHMNsNG .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-rY7vHMNsNG .socicon {
  font-size: 1.3rem;
  background: #efb71a;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rY7vHMNsNG .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-rY7vHMNsNG .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-rY7vHMNsNG .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-rY7vHMNsNG .social-list a:hover {
  opacity: 0.4;
}
.cid-rY7vHMNsNG .media-container-row > div {
  padding: 0px;
}
.cid-rY7vHMNsNG .text2 {
  color: #000000;
  text-align: left;
}
.cid-rY7vHMNsNG .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-rY7vHMNsNG .links {
  color: #000000;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rY7vHMNsNG .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rY7vHMNsNG .social-list,
  .cid-rY7vHMNsNG .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rY7vHMNsNG h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-rY7vHMNsNG .form-group {
    max-width: 180px;
  }
}
.cid-rY7vHMNsNG .links span {
  color: #9e9e9e;
}
.cid-rY7vHMNsNG .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-rY7vHMNsNG .logo-title {
  text-align: center;
}
.cid-rY7vHMNsNG .logo-title,
.cid-rY7vHMNsNG .logo {
  color: #000000;
}
.cid-rY18F7pxyg .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-rY18F7pxyg .nav-item:focus,
.cid-rY18F7pxyg .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rY18F7pxyg .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rY18F7pxyg .nav-item {
    position: relative;
  }
  .cid-rY18F7pxyg .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #efb71a, #faecc6);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-rY18F7pxyg .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-rY18F7pxyg .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rY18F7pxyg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rY18F7pxyg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rY18F7pxyg .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rY18F7pxyg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rY18F7pxyg .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-rY18F7pxyg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rY18F7pxyg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rY18F7pxyg .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rY18F7pxyg .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-rY18F7pxyg .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rY18F7pxyg .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-rY18F7pxyg .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-rY18F7pxyg .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-rY18F7pxyg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rY18F7pxyg .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rY18F7pxyg .navbar.collapsed .navbar-collapse.show,
.cid-rY18F7pxyg .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rY18F7pxyg .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-rY18F7pxyg .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-rY18F7pxyg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rY18F7pxyg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rY18F7pxyg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rY18F7pxyg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rY18F7pxyg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rY18F7pxyg .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rY18F7pxyg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rY18F7pxyg .navbar.collapsed .right-menu,
.cid-rY18F7pxyg .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-rY18F7pxyg .navbar .navbar-collapse.show,
  .cid-rY18F7pxyg .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rY18F7pxyg .navbar .navbar-collapse.show .brand-container,
  .cid-rY18F7pxyg .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-rY18F7pxyg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rY18F7pxyg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rY18F7pxyg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rY18F7pxyg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rY18F7pxyg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rY18F7pxyg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rY18F7pxyg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rY18F7pxyg .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rY18F7pxyg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-rY18F7pxyg .navbar .right-menu,
  .cid-rY18F7pxyg .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rY18F7pxyg .navbar.navbar-short {
  min-height: 60px;
}
.cid-rY18F7pxyg .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-rY18F7pxyg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rY18F7pxyg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rY18F7pxyg .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rY18F7pxyg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rY18F7pxyg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rY18F7pxyg .dropdown-item.active,
.cid-rY18F7pxyg .dropdown-item:active {
  background-color: transparent;
}
.cid-rY18F7pxyg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rY18F7pxyg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rY18F7pxyg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rY18F7pxyg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rY18F7pxyg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rY18F7pxyg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rY18F7pxyg ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rY18F7pxyg ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-rY18F7pxyg .navbar-buttons {
  margin-left: auto;
}
.cid-rY18F7pxyg button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rY18F7pxyg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rY18F7pxyg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rY18F7pxyg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rY18F7pxyg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rY18F7pxyg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rY18F7pxyg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rY18F7pxyg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-rY18F7pxyg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-rY18F7pxyg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rY18F7pxyg .navbar-dropdown {
  position: fixed;
}
.cid-rY18F7pxyg a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rY18F7pxyg .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rY18F7pxyg .right-menu,
.cid-rY18F7pxyg .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-rY18F7pxyg .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rY18F7pxyg .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rY18F7pxyg .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rY18F7pxyg .menu-top {
  text-align: center;
  width: 100%;
  background-color: #efb71a;
  padding: .5rem 0;
}
.cid-rY18F7pxyg .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-rY18F7pxyg .card-wrapper {
  z-index: 3;
}
.cid-rY18F7pxyg .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-rY18F7pxyg .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rY18F7pxyg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s050djEQ2L {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-492x339.jpg");
}
.cid-s050djEQ2L H1 {
  color: #efb71a;
}
.cid-s050hiIGFr {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s050hiIGFr .mbr-section-subtitle {
  color: #767676;
}
.cid-s050fHs9gU {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s050fHs9gU .mbr-text,
.cid-s050fHs9gU blockquote {
  color: #767676;
}
.cid-s050fHs9gU .mbr-text {
  color: #000000;
}
.cid-s05751XkIh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s05751XkIh h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-s05751XkIh .mbr-section-subtitle {
  color: #767676;
}
.cid-s05751XkIh .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-s05751XkIh .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-s05751XkIh .mbr-text-right {
  color: #000000;
}
.cid-s05751XkIh .mbr-text-left {
  text-align: left;
}
.cid-s05751XkIh .article-counter-left {
  color: #efb71a;
}
.cid-s05751XkIh .article-counter-right {
  color: #1a52ef;
}
.cid-s05751XkIh .article-title-left {
  color: #000000;
}
.cid-s05751XkIh .article-title-right {
  color: #000000;
}
.cid-s057lUZdqJ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #1a52ef;
}
.cid-s057lUZdqJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s057lUZdqJ H2 {
  color: #ffffff;
}
.cid-s050p0HPPF {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s050p0HPPF .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-s050p0HPPF .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s050p0HPPF .text-content {
  padding-right: 1.5rem;
}
.cid-s050p0HPPF .mbr-text,
.cid-s050p0HPPF .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-s050p0HPPF .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(123, 123, 123, 0.3);
  box-shadow: 0px 0px 30px rgba(123, 123, 123, 0.3);
  border-radius: .25rem;
}
.cid-s050p0HPPF .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-s050p0HPPF .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-s050p0HPPF .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-s050p0HPPF .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: #efb71a;
}
@media (max-width: 991px) {
  .cid-s050p0HPPF .main-row {
    margin: 0;
  }
  .cid-s050p0HPPF .mbr-section-title,
  .cid-s050p0HPPF .mbr-text,
  .cid-s050p0HPPF .list,
  .cid-s050p0HPPF .mbr-section-btn {
    text-align: center !important;
  }
  .cid-s050p0HPPF .text-content {
    padding: 0;
  }
}
.cid-s050p0HPPF .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-s050p0HPPF .list {
  color: #000000;
}
.cid-s052Rrk9IT {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efb71a;
}
.cid-s052Rrk9IT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s052Rrk9IT H2 {
  color: #ffffff;
}
.cid-s0699qh4w5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s0699qh4w5 .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-s0699qh4w5 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s0699qh4w5 p {
  color: #767676;
  text-align: left;
}
.cid-s0699qh4w5 .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s0699qh4w5 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s0699qh4w5 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-s0699qh4w5 P {
  color: #000000;
  text-align: center;
}
.cid-s05doMF3nI {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #7a7c7a;
}
.cid-s05doMF3nI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s05doMF3nI H2 {
  color: #ffffff;
}
.cid-s05dHPSh6Y {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s05dHPSh6Y .mbr-text,
.cid-s05dHPSh6Y blockquote {
  color: #767676;
}
.cid-s05dHPSh6Y .mbr-text {
  color: #000000;
}
.cid-s05dJ3VFuG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s05dJ3VFuG .mbr-section-subtitle {
  color: #000000;
}
.cid-s05dJ3VFuG H2 {
  color: #000000;
}
.cid-s067zLYLTC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s067zLYLTC .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-s067zLYLTC h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s067zLYLTC p {
  color: #767676;
  text-align: left;
}
.cid-s067zLYLTC .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s067zLYLTC .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s067zLYLTC .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-s067zLYLTC P {
  color: #000000;
  text-align: center;
}
.cid-s05fSJhMnF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s05fSJhMnF .mbr-section-subtitle {
  color: #000000;
}
.cid-s05fSJhMnF H2 {
  color: #000000;
}
.cid-s065XfJUG3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s065XfJUG3 .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-s065XfJUG3 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s065XfJUG3 p {
  color: #767676;
  text-align: left;
}
.cid-s065XfJUG3 .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s065XfJUG3 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s065XfJUG3 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-s065XfJUG3 P {
  color: #000000;
  text-align: center;
}
.cid-s05TF5i92b {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #faecc6;
}
.cid-s05TF5i92b .mbr-section-subtitle {
  color: #000000;
}
.cid-s05TF5i92b H2 {
  color: #000000;
}
.cid-s061akRoJh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s061akRoJh .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-s061akRoJh h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s061akRoJh p {
  color: #767676;
  text-align: left;
}
.cid-s061akRoJh .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s061akRoJh .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s061akRoJh .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-s061akRoJh P {
  color: #000000;
  text-align: center;
}
.cid-s06laNTpGL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1920x1202.jpg");
}
.cid-s06ld5m1jq {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efb71a;
}
.cid-s06ld5m1jq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s06ld5m1jq H2 {
  color: #ffffff;
}
.cid-s06lhS3fQ4 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s06lhS3fQ4 .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-s06lhS3fQ4 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s06lhS3fQ4 p {
  color: #767676;
  text-align: left;
}
.cid-s06lhS3fQ4 .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s06lhS3fQ4 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s06lhS3fQ4 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-s06lhS3fQ4 P {
  color: #000000;
  text-align: center;
}
.cid-s06DRhTmIn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ez-comply-wallpaper-1280x624.png");
}
.cid-s06DRhTmIn H2 {
  color: #000000;
}
.cid-s06DRhTmIn H3 {
  color: #000000;
}
.cid-s06DRhTmIn .mbr-text,
.cid-s06DRhTmIn .mbr-section-btn {
  color: #000000;
}
.cid-s06sDWr3Tk {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #1a52ef;
}
.cid-s06sDWr3Tk .mbr-section-subtitle {
  color: #767676;
}
.cid-s06sDWr3Tk H2 {
  color: #ffffff;
}
.cid-s06rQJr8Xk {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s06rQJr8Xk .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-s06rQJr8Xk h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s06rQJr8Xk p {
  color: #767676;
  text-align: left;
}
.cid-s06rQJr8Xk .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s06rQJr8Xk .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s06rQJr8Xk .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-s06rQJr8Xk P {
  color: #000000;
  text-align: center;
}
.cid-s06EtnElqM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1920x1216.jpg");
}
.cid-s06sQgcoKD {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #7a7c7a;
}
.cid-s06sQgcoKD .mbr-section-subtitle {
  color: #767676;
}
.cid-s06sQgcoKD H2 {
  color: #ffffff;
}
.cid-s06u322PVi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s06u322PVi .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-s06u322PVi h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s06u322PVi p {
  color: #767676;
  text-align: left;
}
.cid-s06u322PVi .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s06u322PVi .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s06u322PVi .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-s06u322PVi P {
  color: #000000;
  text-align: center;
}
.cid-s0509SgYKA {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-7-1920x1280.jpg");
}
.cid-s0509SgYKA H2 {
  text-align: center;
}
.cid-s0509SgYKA H3 {
  text-align: center;
}
.cid-s0509SgYKA .mbr-text,
.cid-s0509SgYKA .mbr-section-btn {
  text-align: center;
}
.cid-s050askKbX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s050askKbX .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-s050askKbX .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-s050askKbX .col + .mbr-section-btn .btn,
.cid-s050askKbX .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-s050askKbX .col + .mbr-section-btn .btn,
  .cid-s050askKbX .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-s050askKbX .dragArea > *:nth-last-child(2).col,
  .cid-s050askKbX .dragArea > *:nth-last-child(2).col-auto,
  .cid-s050askKbX .col + .mbr-section-btn,
  .cid-s050askKbX .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-s050askKbX .dragArea {
    flex-direction: column;
  }
}
.cid-s050askKbX .btn-primary {
  border: 1px solid #efb71a !important;
}
.cid-s050askKbX .btn-primary:hover {
  border: 1px solid #efb71a !important;
}
.cid-s050askKbX .stripe {
  border-bottom: 1px solid #efb71a;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-s050askKbX .form-group {
  max-width: 220px;
}
.cid-s050askKbX .mbr-section-btn {
  padding-left: 0;
}
.cid-s050askKbX .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-s050askKbX .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #1a52ef;
  width: 85%;
}
.cid-s050askKbX .mbr-text {
  color: #444;
}
.cid-s050askKbX h5 {
  margin-bottom: 0;
}
.cid-s050askKbX .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-s050askKbX .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s050askKbX .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-s050askKbX .socicon {
  font-size: 1.3rem;
  background: #efb71a;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s050askKbX .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-s050askKbX .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-s050askKbX .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-s050askKbX .social-list a:hover {
  opacity: 0.4;
}
.cid-s050askKbX .media-container-row > div {
  padding: 0px;
}
.cid-s050askKbX .text2 {
  color: #000000;
  text-align: left;
}
.cid-s050askKbX .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-s050askKbX .links {
  color: #000000;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s050askKbX .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-s050askKbX .social-list,
  .cid-s050askKbX .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-s050askKbX h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-s050askKbX .form-group {
    max-width: 180px;
  }
}
.cid-s050askKbX .links span {
  color: #9e9e9e;
}
.cid-s050askKbX .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-s050askKbX .logo-title {
  text-align: center;
}
.cid-s050askKbX .logo-title,
.cid-s050askKbX .logo {
  color: #000000;
}
