body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #0572ba !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary {
  border: 0px!important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0572ba !important;
  border-color: #0572ba !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #034470 !important;
  border-color: #034470 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #034470 !important;
  border-color: #034470 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #0572ba !important;
  box-shadow: none!important;
}
.btn-secondary {
  border: 0px!important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0572ba !important;
  border-color: #0572ba !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #034470 !important;
  border-color: #034470 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #034470 !important;
  border-color: #034470 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #0572ba !important;
  box-shadow: none!important;
}
.btn-info {
  border: 0px!important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #0572ba !important;
  box-shadow: none!important;
}
.btn-success {
  border: 0px!important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #0572ba !important;
  box-shadow: none!important;
}
.btn-warning {
  border: 0px!important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #0572ba !important;
  box-shadow: none!important;
}
.btn-danger {
  border: 0px!important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #0572ba !important;
  box-shadow: none!important;
}
.btn-white {
  border: 0px!important;
  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-white:hover,
.btn-white:focus {
  background-color: #0572ba !important;
  box-shadow: none!important;
}
.btn-black {
  border: 0px!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-black:hover,
.btn-black:focus {
  background-color: #0572ba !important;
  box-shadow: none!important;
}
.btn-primary-outline {
  border: 0px!important;
  background-color: white!important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0572ba;
  color: #0572ba;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0572ba;
  border-color: #0572ba;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0572ba !important;
  border-color: #0572ba !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background-color: white!important;
  color: #0572ba !important;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.btn-secondary-outline {
  border: 0px!important;
  background-color: white!important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0572ba;
  color: #0572ba;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #0572ba;
  border-color: #0572ba;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0572ba !important;
  border-color: #0572ba !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background-color: white!important;
  color: #0572ba !important;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.btn-info-outline {
  border: 0px!important;
  background-color: white!important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #82786e;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background-color: white!important;
  color: #0572ba !important;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.btn-success-outline {
  border: 0px!important;
  background-color: white!important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #f7ed4a;
  color: #f7ed4a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background-color: white!important;
  color: #0572ba !important;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.btn-warning-outline {
  border: 0px!important;
  background-color: white!important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #808080;
  color: #808080;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background-color: white!important;
  color: #0572ba !important;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.btn-danger-outline {
  border: 0px!important;
  background-color: white!important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b1a374;
  color: #b1a374;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background-color: white!important;
  color: #0572ba !important;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.btn-black-outline {
  border: 0px!important;
  background-color: white!important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  background-color: white!important;
  color: #0572ba !important;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.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: #0572ba !important;
}
.text-secondary {
  color: #0572ba !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #2ca8f9 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #2ca8f9 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fbf7ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0572ba;
  border-color: #0572ba;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0572ba;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #45b2fa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #0572ba;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0572ba;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0572ba;
  border-bottom-color: #0572ba;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0572ba !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #0572ba !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%230572ba' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tABI5BEuuJ .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tABI5BEuuJ .collapsed {
  flex-direction: row!important;
}
.cid-tABI5BEuuJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tABI5BEuuJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tABI5BEuuJ .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tABI5BEuuJ .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tABI5BEuuJ .nav-item:focus,
.cid-tABI5BEuuJ .nav-link:focus {
  outline: none;
}
.cid-tABI5BEuuJ .text-white:hover,
.cid-tABI5BEuuJ .text-white:active,
.cid-tABI5BEuuJ .text-white:focus {
  color: white!important;
}
.cid-tABI5BEuuJ .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tABI5BEuuJ .dropdown-item:hover {
  color: black!important;
}
.cid-tABI5BEuuJ .dropdown-menu {
  background-color: white!important;
}
.cid-tABI5BEuuJ .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tABI5BEuuJ .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tABI5BEuuJ .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tABI5BEuuJ .nav-item .nav-link {
    position: relative;
  }
}
.cid-tABI5BEuuJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tABI5BEuuJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tABI5BEuuJ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tABI5BEuuJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tABI5BEuuJ .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-tABI5BEuuJ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tABI5BEuuJ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tABI5BEuuJ .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tABI5BEuuJ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tABI5BEuuJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tABI5BEuuJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tABI5BEuuJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tABI5BEuuJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tABI5BEuuJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tABI5BEuuJ .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-tABI5BEuuJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tABI5BEuuJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tABI5BEuuJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tABI5BEuuJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tABI5BEuuJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tABI5BEuuJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tABI5BEuuJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tABI5BEuuJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tABI5BEuuJ .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-tABI5BEuuJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tABI5BEuuJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tABI5BEuuJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tABI5BEuuJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tABI5BEuuJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tABI5BEuuJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tABI5BEuuJ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tABI5BEuuJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tABI5BEuuJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tABI5BEuuJ .navbar-caption {
  font-weight: 600!important;
}
.cid-tABI5BEuuJ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tABI5BEuuJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tABI5BEuuJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tABI5BEuuJ .dropdown-item.active,
.cid-tABI5BEuuJ .dropdown-item:active {
  background-color: transparent;
}
.cid-tABI5BEuuJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tABI5BEuuJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tABI5BEuuJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tABI5BEuuJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tABI5BEuuJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tABI5BEuuJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tABI5BEuuJ .navbar-buttons {
  text-align: center;
}
.cid-tABI5BEuuJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tABI5BEuuJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tABI5BEuuJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tABI5BEuuJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tABI5BEuuJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tABI5BEuuJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tABI5BEuuJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tABI5BEuuJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tABI5BEuuJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tABI5BEuuJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tABI5BEuuJ .nav-link {
  font-weight: 600!important;
}
.cid-tABI5BEuuJ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tABI5BEuuJ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tABI5BEuuJ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tABI5BEuuJ .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tABI5BEuuJ .navbar {
    height: 77px;
  }
  .cid-tABI5BEuuJ .navbar.opened {
    height: auto;
  }
  .cid-tABI5BEuuJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tc75JoHfoA {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/los-angeles-downtown-buildings-night-2000x1000.jpg");
}
.cid-tc75JoHfoA .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-tc75JoHfoA .mbr-section-tag {
  margin-bottom: 14px;
}
.cid-tc75JoHfoA .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-tc75JoHfoA .mbr-section-title {
  margin-bottom: 2.1875rem;
}
.cid-tc75JoHfoA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tc75JoHfoA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rOMrSlG1Ts {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rOMrSlG1Ts .link-wrap {
  width: 100%;
}
.cid-rOMrSlG1Ts .card-box,
.cid-rOMrSlG1Ts .img-wrapper {
  width: 50%;
}
.cid-rOMrSlG1Ts img {
  margin: auto;
  width: 80%;
}
.cid-rOMrSlG1Ts .link {
  display: inline-block;
}
.cid-rOMrSlG1Ts .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-rOMrSlG1Ts .link a:before {
  position: absolute;
  right: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-rOMrSlG1Ts .link a:hover {
  text-decoration: underline;
}
.cid-rOMrSlG1Ts .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-rOMrSlG1Ts .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rOMrSlG1Ts .link,
.cid-rOMrSlG1Ts .link-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-rOMrSlG1Ts .card {
    margin-bottom: 2rem;
  }
  .cid-rOMrSlG1Ts img {
    width: 100%;
  }
  .cid-rOMrSlG1Ts .card-wrapper {
    flex-direction: column;
  }
  .cid-rOMrSlG1Ts .card-box,
  .cid-rOMrSlG1Ts .img-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-rOMrSlG1Ts .card-wrapper {
    padding: 3rem 1rem;
  }
  .cid-rOMrSlG1Ts .card-box,
  .cid-rOMrSlG1Ts .img-wrapper {
    width: 100%;
  }
}
.cid-rOMrSlG1Ts .card-subtitle {
  color: #0077ff;
}
.cid-rOMrSlG1Ts .mbr-text,
.cid-rOMrSlG1Ts .link-wrap {
  color: #333333;
}
.cid-tADEIVDFRx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-tADEIVDFRx {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .cid-tADEIVDFRx {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }
}
.cid-tADEIVDFRx .f-row {
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  .cid-tADEIVDFRx .f-row {
    flex-direction: column;
  }
}
.cid-tADEIVDFRx .f-item {
  flex: 1 1 50%;
}
@media (max-width: 1000px) {
  .cid-tADEIVDFRx .f-item {
    flex: 1 1 100%;
  }
}
.cid-tADEIVDFRx .text-wrapper {
  padding: 0 2rem;
}
@media (max-width: 1000px) {
  .cid-tADEIVDFRx .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tADEIVDFRx .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tADEIVDFRx .image-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 298px;
  height: 298px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 500px) {
  .cid-tADEIVDFRx .image-circle {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 400px) {
  .cid-tADEIVDFRx .image-circle {
    width: 220px;
    height: 220px;
  }
}
.cid-tADEIVDFRx .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tADEIVDFRx .mbr-text,
.cid-tADEIVDFRx .mbr-section-btn {
  text-align: left;
}
.cid-tADEIVDFRx .card-title {
  text-align: left;
}
.cid-tABSQQuneQ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tABSQQuneQ .container {
    max-width: 1400px;
  }
}
@media (min-width: 767px) {
  .cid-tABSQQuneQ .container-fluid {
    padding: 0 3rem;
  }
}
.cid-tABSQQuneQ .card1 {
  background: #fe6571;
}
.cid-tABSQQuneQ .card2 {
  background: #ffcc00;
}
.cid-tABSQQuneQ .card3 {
  background: #22a5e5;
}
.cid-tABSQQuneQ .card4 {
  background: #f2eae2;
}
.cid-tABSQQuneQ .card5 {
  background: #fe6571;
}
.cid-tABSQQuneQ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #082c4e;
  margin-bottom: 2rem;
}
.cid-tABSQQuneQ .card-wrapper {
  padding: 3rem 2rem;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .cid-tABSQQuneQ .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tABSQQuneQ .row {
  justify-content: center;
}
@media (min-width: 1400px) {
  .cid-tABSQQuneQ .col-lg-3 {
    max-width: 20%;
  }
}
.cid-tABSQQuneQ .mbr-section-title {
  color: #0572ba;
}
.cid-tABSQQuneQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tABSQQuneQ .card-title,
.cid-tABSQQuneQ .iconfont-wrapper {
  color: #082c4e;
}
.cid-tABSQQuneQ .card-text {
  color: #082c4e;
}
.cid-tABT1SuGHQ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tABT1SuGHQ .container {
    max-width: 1400px;
  }
}
@media (min-width: 767px) {
  .cid-tABT1SuGHQ .container-fluid {
    padding: 0 3rem;
  }
}
.cid-tABT1SuGHQ .card1 {
  background: #0095ff;
}
.cid-tABT1SuGHQ .card2 {
  background: #f2eae2;
}
.cid-tABT1SuGHQ .card3 {
  background: #f77a55;
}
.cid-tABT1SuGHQ .card4 {
  background: #ffcc00;
}
.cid-tABT1SuGHQ .card5 {
  background: #fe6571;
}
.cid-tABT1SuGHQ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #082c4e;
  margin-bottom: 2rem;
}
.cid-tABT1SuGHQ .card-wrapper {
  padding: 3rem 2rem;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .cid-tABT1SuGHQ .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tABT1SuGHQ .row {
  justify-content: center;
}
@media (min-width: 1400px) {
  .cid-tABT1SuGHQ .col-lg-3 {
    max-width: 20%;
  }
}
.cid-tABT1SuGHQ .mbr-section-title {
  color: #ffffff;
}
.cid-tABT1SuGHQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tABT1SuGHQ .card-title,
.cid-tABT1SuGHQ .iconfont-wrapper {
  color: #082c4e;
}
.cid-tABT1SuGHQ .card-text {
  color: #082c4e;
}
.cid-tADD6VPUyu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAHyItKn9D {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAHyItKn9D .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tAHyItKn9D .row {
  flex-direction: row-reverse;
}
.cid-tAHyItKn9D img {
  width: 100%;
}
.cid-tADFnZgKme {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tADFnZgKme .container {
    max-width: 1400px;
  }
}
@media (min-width: 767px) {
  .cid-tADFnZgKme .container-fluid {
    padding: 0 3rem;
  }
}
.cid-tADFnZgKme .card1 {
  background: #54b9ef;
}
.cid-tADFnZgKme .card2 {
  background: #f9f295;
}
.cid-tADFnZgKme .card3 {
  background: #cebfaf;
}
.cid-tADFnZgKme .card4 {
  background: #ffcc00;
}
.cid-tADFnZgKme .card5 {
  background: #fe6571;
}
.cid-tADFnZgKme .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #082c4e;
  margin-bottom: 2rem;
}
.cid-tADFnZgKme .card-wrapper {
  padding: 3rem 2rem;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .cid-tADFnZgKme .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tADFnZgKme .row {
  justify-content: center;
}
@media (min-width: 1400px) {
  .cid-tADFnZgKme .col-lg-3 {
    max-width: 20%;
  }
}
.cid-tADFnZgKme .mbr-section-title {
  color: #ffffff;
}
.cid-tADFnZgKme .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tADFnZgKme .card-title,
.cid-tADFnZgKme .iconfont-wrapper {
  color: #082c4e;
  text-align: center;
}
.cid-tADFnZgKme .card-text {
  color: #082c4e;
}
.cid-tADK7aY9EI {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tADK7aY9EI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tADK7aY9EI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tADK7aY9EI .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-tADJU0BIyP {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tADJU0BIyP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tADJU0BIyP .row {
  flex-direction: row-reverse;
}
.cid-tADJU0BIyP img {
  width: 100%;
}
.cid-tADKz0Ymiy {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tADKz0Ymiy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tADKz0Ymiy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tADKw53RZd {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tADKw53RZd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tADKw53RZd .row {
  flex-direction: row-reverse;
}
.cid-tADKw53RZd img {
  width: 100%;
}
.cid-tAJjjiDbQe {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/modern-beautiful-woman-talking-mobile-phone-looking-aside-logo-making-call-standing-agains-2000x968.jpg");
}
.cid-tAJjjiDbQe .mbr-text,
.cid-tAJjjiDbQe .mbr-section-btn {
  color: #ffffff;
}
.cid-tAJjjiDbQe H1 {
  color: #ffffff;
}
.cid-rOMrWq7dpT {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-rOMrWq7dpT .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-rOMrWq7dpT .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rOMrWq7dpT .mbr-text {
  color: #000000;
}
.cid-t7FDz5qDgC {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/landmarks-modern-city-2000x1335.jpg");
}
.cid-t7FDz5qDgC .link-wrap {
  width: 100%;
}
.cid-t7FDz5qDgC .link {
  display: inline-block;
}
.cid-t7FDz5qDgC .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding: 0 1rem;
  font-weight: 600;
}
.cid-t7FDz5qDgC .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-t7FDz5qDgC .link a:hover {
  text-decoration: underline;
}
.cid-t7FDz5qDgC .link,
.cid-t7FDz5qDgC .link-wrap {
  color: #ffffff;
}
.cid-t7FDz5qDgC .mbr-text,
.cid-t7FDz5qDgC .mbr-section-btn {
  color: #333333;
}
.cid-t7FDz5qDgC .card-title,
.cid-t7FDz5qDgC .card-box {
  color: #ffffff;
}
.cid-t7FDz5qDgC .mbr-text,
.cid-t7FDz5qDgC .link-wrap {
  color: #ffffff;
}
.cid-tADM7Trbe8 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tADM7Trbe8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tADM7Trbe8 .row {
  flex-direction: row-reverse;
}
.cid-tADM7Trbe8 img {
  width: 100%;
}
.cid-tADM8DExmC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tADM8DExmC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tADM8DExmC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tADM8DExmC .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-tADMCPepD5 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tADMCPepD5 .link-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.cid-tADMCPepD5 .link {
  display: inline-block;
  position: relative;
  width: fit-content;
  padding: 0 1.4rem;
}
.cid-tADMCPepD5 .link:before {
  position: absolute;
  left: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e908";
  font-family: 'Moririse2' !important;
  color: #0572ba;
  font-size: 0.8rem;
}
.cid-tADMCPepD5 .link,
.cid-tADMCPepD5 .link-wrap {
  color: #555555;
}
.cid-tADMCPepD5 img {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tADMCPepD5 .card {
    margin-bottom: 2rem!important;
  }
}
@media (max-width: 767px) {
  .cid-tADMCPepD5 .link-wrap {
    align-items: center;
  }
}
.cid-tADMCPepD5 .mbr-text,
.cid-tADMCPepD5 .link-wrap,
.cid-tADMCPepD5 .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-tADNK2z1Ay {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0572ba;
}
@media (min-width: 1500px) {
  .cid-tADNK2z1Ay .container {
    max-width: 1400px;
  }
}
.cid-tADNK2z1Ay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tADNK2z1Ay .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-tADNK2z1Ay .wrapper {
  padding: 6rem 8rem;
  height: fit-content;
  margin: auto;
}
@media (max-width: 1200px) {
  .cid-tADNK2z1Ay .wrapper {
    padding: 6rem 4rem;
  }
}
.cid-tADNK2z1Ay .img-col {
  padding: 0;
}
.cid-tADNK2z1Ay .container {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-tADNK2z1Ay .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-tADNK2z1Ay .mbr-text,
.cid-tADNK2z1Ay .mbr-section-btn {
  color: #232323;
}
.cid-tADNK2z1Ay .card-title,
.cid-tADNK2z1Ay .card-box {
  color: #232323;
}
.cid-tAJjolPbk4 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/modern-beautiful-woman-talking-mobile-phone-looking-aside-logo-making-call-standing-agains-2000x968.jpg");
}
.cid-tAJjolPbk4 .mbr-text,
.cid-tAJjolPbk4 .mbr-section-btn {
  color: #ffffff;
}
.cid-tAJjolPbk4 H1 {
  color: #ffffff;
}
.cid-tADLy5zUuM {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-tADLy5zUuM .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-tADLy5zUuM .copyright {
    margin-bottom: 1rem;
  }
}
.cid-tADLy5zUuM .mbr-text {
  color: #000000;
}
.cid-tABI5BEuuJ .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tABI5BEuuJ .collapsed {
  flex-direction: row!important;
}
.cid-tABI5BEuuJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tABI5BEuuJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tABI5BEuuJ .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tABI5BEuuJ .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tABI5BEuuJ .nav-item:focus,
.cid-tABI5BEuuJ .nav-link:focus {
  outline: none;
}
.cid-tABI5BEuuJ .text-white:hover,
.cid-tABI5BEuuJ .text-white:active,
.cid-tABI5BEuuJ .text-white:focus {
  color: white!important;
}
.cid-tABI5BEuuJ .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tABI5BEuuJ .dropdown-item:hover {
  color: black!important;
}
.cid-tABI5BEuuJ .dropdown-menu {
  background-color: white!important;
}
.cid-tABI5BEuuJ .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tABI5BEuuJ .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tABI5BEuuJ .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tABI5BEuuJ .nav-item .nav-link {
    position: relative;
  }
}
.cid-tABI5BEuuJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tABI5BEuuJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tABI5BEuuJ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tABI5BEuuJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tABI5BEuuJ .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-tABI5BEuuJ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tABI5BEuuJ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tABI5BEuuJ .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tABI5BEuuJ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tABI5BEuuJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tABI5BEuuJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tABI5BEuuJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tABI5BEuuJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tABI5BEuuJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tABI5BEuuJ .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-tABI5BEuuJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tABI5BEuuJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tABI5BEuuJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tABI5BEuuJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tABI5BEuuJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tABI5BEuuJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tABI5BEuuJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tABI5BEuuJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tABI5BEuuJ .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-tABI5BEuuJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tABI5BEuuJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tABI5BEuuJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tABI5BEuuJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tABI5BEuuJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tABI5BEuuJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tABI5BEuuJ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tABI5BEuuJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tABI5BEuuJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tABI5BEuuJ .navbar-caption {
  font-weight: 600!important;
}
.cid-tABI5BEuuJ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tABI5BEuuJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tABI5BEuuJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tABI5BEuuJ .dropdown-item.active,
.cid-tABI5BEuuJ .dropdown-item:active {
  background-color: transparent;
}
.cid-tABI5BEuuJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tABI5BEuuJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tABI5BEuuJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tABI5BEuuJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tABI5BEuuJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tABI5BEuuJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tABI5BEuuJ .navbar-buttons {
  text-align: center;
}
.cid-tABI5BEuuJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tABI5BEuuJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tABI5BEuuJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tABI5BEuuJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tABI5BEuuJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tABI5BEuuJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tABI5BEuuJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tABI5BEuuJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tABI5BEuuJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tABI5BEuuJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tABI5BEuuJ .nav-link {
  font-weight: 600!important;
}
.cid-tABI5BEuuJ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tABI5BEuuJ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tABI5BEuuJ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tABI5BEuuJ .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tABI5BEuuJ .navbar {
    height: 77px;
  }
  .cid-tABI5BEuuJ .navbar.opened {
    height: auto;
  }
  .cid-tABI5BEuuJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAHmaCZw0U {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/closeup-aerial-view-woman-sitting-cafe-using-mobile-phone-2000x1335.jpg");
}
.cid-tAHmaCZw0U .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-tAHmaCZw0U .mbr-section-tag {
  margin-bottom: 14px;
}
.cid-tAHmaCZw0U .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-tAHmaCZw0U .mbr-section-title {
  margin-bottom: 2.1875rem;
}
.cid-tAHmaCZw0U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAHmaCZw0U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAHq8kiLd7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tAHq8kiLd7 .image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tAHq8kiLd7 .image-wrapper {
    height: auto;
  }
}
@media (max-width: 768px) {
  .cid-tAHq8kiLd7 .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tAHq8kiLd7 .image-wrapper img {
  max-width: 520px;
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tAHq8kiLd7 .image-wrapper img {
    height: 457px;
  }
}
.cid-tAHq8kiLd7 .image-wrapper .mbr-description {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 353px;
  height: auto;
  padding: 55px 40px 55px;
  margin: 0;
  background-color: #1f242e;
}
@media (max-width: 1200px) {
  .cid-tAHq8kiLd7 .image-wrapper .mbr-description {
    width: 255px;
  }
}
@media (max-width: 768px) {
  .cid-tAHq8kiLd7 .image-wrapper .mbr-description {
    padding: 30px 20px;
  }
}
.cid-tAHq8kiLd7 .text {
  padding-left: 9%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tAHq8kiLd7 .text {
    padding: 0 12px;
  }
}
.cid-tAHq8kiLd7 .text .text-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 768px) {
  .cid-tAHq8kiLd7 .text .text-wrapper .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-tAHq8kiLd7 .text .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tAHq8kiLd7 .text .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tAHq8kiLd7 .text .list-wrapper {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-tAHq8kiLd7 .text .list-wrapper {
    margin-top: 20px;
  }
}
.cid-tAHq8kiLd7 .text .list-wrapper .list-item {
  padding: 27px 0;
  border-top: 1px solid #bbbbbb;
}
.cid-tAHq8kiLd7 .text .list-wrapper .list-item:first-child {
  padding-top: 0;
  border: none;
}
.cid-tAHq8kiLd7 .text .list-wrapper .list-item:last-child {
  padding-bottom: 0;
}
.cid-tAHq8kiLd7 .text .list-wrapper .list-item .mbr-number {
  margin: 0 15px 0 0;
  display: inline;
}
.cid-tAHq8kiLd7 .text .list-wrapper .list-item .mbr-list {
  margin: 0;
  display: inline;
}
.cid-tAHq8kiLd7 .mbr-section-btn {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-tAHq8kiLd7 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tAHq8kiLd7 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tAHq8kiLd7 .btn:hover {
  box-shadow: none;
}
.cid-tAHq8kiLd7 .mbr-description {
  color: #fafafa;
}
.cid-tAHq8kiLd7 .mbr-section-subtitle {
  color: #0572ba;
}
.cid-tAHq8kiLd7 .mbr-section-title {
  color: #20232a;
}
.cid-tAHq8kiLd7 .mbr-text {
  color: #232323;
}
.cid-tAHq8kiLd7 .mbr-number {
  color: #84858a;
}
.cid-tAHq8kiLd7 .mbr-list {
  color: #20232a;
}
.cid-tAHq8kiLd7 .mbr-section-title,
.cid-tAHq8kiLd7 .list-item,
.cid-tAHq8kiLd7 .mbr-section-btn {
  text-align: left;
}
.cid-tAHlWx6050 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-tAHlWx6050 .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-tAHlWx6050 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-tAHlWx6050 .mbr-text {
  color: #000000;
}
.cid-tABI5BEuuJ .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tABI5BEuuJ .collapsed {
  flex-direction: row!important;
}
.cid-tABI5BEuuJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tABI5BEuuJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tABI5BEuuJ .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tABI5BEuuJ .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tABI5BEuuJ .nav-item:focus,
.cid-tABI5BEuuJ .nav-link:focus {
  outline: none;
}
.cid-tABI5BEuuJ .text-white:hover,
.cid-tABI5BEuuJ .text-white:active,
.cid-tABI5BEuuJ .text-white:focus {
  color: white!important;
}
.cid-tABI5BEuuJ .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tABI5BEuuJ .dropdown-item:hover {
  color: black!important;
}
.cid-tABI5BEuuJ .dropdown-menu {
  background-color: white!important;
}
.cid-tABI5BEuuJ .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tABI5BEuuJ .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tABI5BEuuJ .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tABI5BEuuJ .nav-item .nav-link {
    position: relative;
  }
}
.cid-tABI5BEuuJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tABI5BEuuJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tABI5BEuuJ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tABI5BEuuJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tABI5BEuuJ .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-tABI5BEuuJ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tABI5BEuuJ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tABI5BEuuJ .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tABI5BEuuJ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tABI5BEuuJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tABI5BEuuJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tABI5BEuuJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tABI5BEuuJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tABI5BEuuJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tABI5BEuuJ .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-tABI5BEuuJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tABI5BEuuJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tABI5BEuuJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tABI5BEuuJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tABI5BEuuJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tABI5BEuuJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tABI5BEuuJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tABI5BEuuJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tABI5BEuuJ .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-tABI5BEuuJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tABI5BEuuJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tABI5BEuuJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tABI5BEuuJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tABI5BEuuJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tABI5BEuuJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tABI5BEuuJ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tABI5BEuuJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tABI5BEuuJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tABI5BEuuJ .navbar-caption {
  font-weight: 600!important;
}
.cid-tABI5BEuuJ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tABI5BEuuJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tABI5BEuuJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tABI5BEuuJ .dropdown-item.active,
.cid-tABI5BEuuJ .dropdown-item:active {
  background-color: transparent;
}
.cid-tABI5BEuuJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tABI5BEuuJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tABI5BEuuJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tABI5BEuuJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tABI5BEuuJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tABI5BEuuJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tABI5BEuuJ .navbar-buttons {
  text-align: center;
}
.cid-tABI5BEuuJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tABI5BEuuJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tABI5BEuuJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tABI5BEuuJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tABI5BEuuJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tABI5BEuuJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tABI5BEuuJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tABI5BEuuJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tABI5BEuuJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tABI5BEuuJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tABI5BEuuJ .nav-link {
  font-weight: 600!important;
}
.cid-tABI5BEuuJ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tABI5BEuuJ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tABI5BEuuJ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tABI5BEuuJ .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tABI5BEuuJ .navbar {
    height: 77px;
  }
  .cid-tABI5BEuuJ .navbar.opened {
    height: auto;
  }
  .cid-tABI5BEuuJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAHseKh9ty {
  padding-top: 105px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/abbe-sublett-nxzdmuqhn4o-unsplash-2000x1330.jpg");
}
.cid-tAHseKh9ty .link-wrap {
  width: 100%;
}
.cid-tAHseKh9ty .link {
  display: inline-block;
}
.cid-tAHseKh9ty .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding: 0 1rem;
  font-weight: 600;
}
.cid-tAHseKh9ty .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tAHseKh9ty .link a:hover {
  text-decoration: underline;
}
.cid-tAHseKh9ty .link,
.cid-tAHseKh9ty .link-wrap {
  color: #ffffff;
}
.cid-tAHseKh9ty .mbr-text,
.cid-tAHseKh9ty .mbr-section-btn {
  color: #333333;
}
.cid-tAHseKh9ty .card-title,
.cid-tAHseKh9ty .card-box {
  color: #ffffff;
}
.cid-tAHseKh9ty .mbr-text,
.cid-tAHseKh9ty .link-wrap {
  color: #ffffff;
}
.cid-tAHseNiTH7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAHseNiTH7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAHseNiTH7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAHseNiTH7 .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-tAHz8bLGMH {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAHz8bLGMH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAHz8bLGMH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAHz8bLGMH .mbr-section-subtitle {
  text-align: left;
}
.cid-tAHz8TjJfE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAHz8TjJfE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tAHz8TjJfE .row {
  flex-direction: row-reverse;
}
.cid-tAHz8TjJfE img {
  width: 100%;
}
.cid-tAHzORvsp8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tAHzORvsp8 li {
  list-style: none;
  padding-bottom: 6px;
}
.cid-tAHzORvsp8 ul {
  color: #5758e0;
  padding: 0;
}
.cid-tAHAhNJX6E {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAHAhNJX6E .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tAHAhNJX6E .row {
  flex-direction: row-reverse;
}
.cid-tAHAhNJX6E img {
  width: 100%;
}
.cid-tAHAiAJbm7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAHAiAJbm7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tAHAiAJbm7 .row {
  flex-direction: row-reverse;
}
.cid-tAHAiAJbm7 img {
  width: 100%;
}
.cid-tAHCsBMlTN {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tAHCsBMlTN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAHCsBMlTN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAHCsBMlTN .mbr-section-subtitle {
  text-align: left;
}
.cid-tAHCgEY4ga {
  padding-top: 60px;
  padding-bottom: 0px;
  position: relative;
  background-color: #fafafa;
}
.cid-tAHCgEY4ga .accordion .card {
  overflow: visible;
}
.cid-tAHCgEY4ga .mbr-iconfont {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
}
.cid-tAHCgEY4ga .mbri-arrow-down:before {
  content: '\e909';
}
.cid-tAHCgEY4ga .panel-text {
  padding: 0rem;
}
.cid-tAHCgEY4ga .panel-title {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-tAHCgEY4ga .collapsed {
  border-bottom: 1px solid lightgray !important;
}
.cid-tAHCgEY4ga .card {
  border-radius: 0px;
  margin-bottom: 0px;
}
.cid-tAHCgEY4ga .card .card-header {
  border-radius: 0px;
  border: none;
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
}
.cid-tAHCgEY4ga .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-tAHCgEY4ga .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tAHCgEY4ga .card .card-header a.panel-title:active {
  border-bottom: 0px solid lightgray;
}
.cid-tAHCgEY4ga .card .card-header a.panel-title h4 {
  padding: 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-tAHCgEY4ga .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tAHCgEY4ga .card .panel-body {
  color: #767676;
}
.cid-tAHCgEY4ga .panel-collapse {
  border-bottom: 1px solid lightgray;
  margin-top: -1px;
}
.cid-tAHCgEY4ga H4 {
  color: #232323;
}
.cid-tAHCjFpNmx {
  padding-top: 0px;
  padding-bottom: 45px;
  position: relative;
  background-color: #fafafa;
}
.cid-tAHCjFpNmx .accordion .card {
  overflow: visible;
}
.cid-tAHCjFpNmx .mbr-iconfont {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
}
.cid-tAHCjFpNmx .mbri-arrow-down:before {
  content: '\e909';
}
.cid-tAHCjFpNmx .panel-text {
  padding: 0rem;
}
.cid-tAHCjFpNmx .panel-title {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-tAHCjFpNmx .collapsed {
  border-bottom: 1px solid lightgray !important;
}
.cid-tAHCjFpNmx .card {
  border-radius: 0px;
  margin-bottom: 0px;
}
.cid-tAHCjFpNmx .card .card-header {
  border-radius: 0px;
  border: none;
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
}
.cid-tAHCjFpNmx .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-tAHCjFpNmx .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tAHCjFpNmx .card .card-header a.panel-title:active {
  border-bottom: 0px solid lightgray;
}
.cid-tAHCjFpNmx .card .card-header a.panel-title h4 {
  padding: 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-tAHCjFpNmx .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tAHCjFpNmx .card .panel-body {
  color: #767676;
}
.cid-tAHCjFpNmx .panel-collapse {
  border-bottom: 1px solid lightgray;
  margin-top: -1px;
}
.cid-tAHCjFpNmx H4 {
  color: #232323;
}
.cid-tAHDjWQudn {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tAHDjWQudn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAHDjWQudn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAHDjWQudn .mbr-section-subtitle {
  text-align: left;
}
.cid-tAIRZDb5RR {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAIRZDb5RR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAIRZDb5RR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAIRZDb5RR .mbr-section-subtitle {
  color: #232323;
}
.cid-tAIRZDb5RR .mbr-section-title {
  color: #232323;
}
.cid-tAISDO39Pr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tAISDO39Pr .container {
    max-width: 1400px;
  }
}
@media (min-width: 767px) {
  .cid-tAISDO39Pr .container-fluid {
    padding: 0 3rem;
  }
}
.cid-tAISDO39Pr .card1 {
  background: #fe6571;
}
.cid-tAISDO39Pr .card2 {
  background: #ffcc00;
}
.cid-tAISDO39Pr .card3 {
  background: #22a5e5;
}
.cid-tAISDO39Pr .card4 {
  background: #f2eae2;
}
.cid-tAISDO39Pr .card5 {
  background: #fe6571;
}
.cid-tAISDO39Pr .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #082c4e;
  margin-bottom: 2rem;
}
.cid-tAISDO39Pr .card-wrapper {
  padding: 3rem 2rem;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .cid-tAISDO39Pr .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tAISDO39Pr .row {
  justify-content: center;
}
@media (min-width: 1400px) {
  .cid-tAISDO39Pr .col-lg-3 {
    max-width: 20%;
  }
}
.cid-tAISDO39Pr .mbr-section-title {
  color: #0572ba;
}
.cid-tAISDO39Pr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tAISDO39Pr .card-title,
.cid-tAISDO39Pr .iconfont-wrapper {
  color: #082c4e;
}
.cid-tAISDO39Pr .card-text {
  color: #082c4e;
}
.cid-tAISExSjCq {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tAISExSjCq .container {
    max-width: 1400px;
  }
}
@media (min-width: 767px) {
  .cid-tAISExSjCq .container-fluid {
    padding: 0 3rem;
  }
}
.cid-tAISExSjCq .card1 {
  background: #0095ff;
}
.cid-tAISExSjCq .card2 {
  background: #f2eae2;
}
.cid-tAISExSjCq .card3 {
  background: #f77a55;
}
.cid-tAISExSjCq .card4 {
  background: #ffcc00;
}
.cid-tAISExSjCq .card5 {
  background: #fe6571;
}
.cid-tAISExSjCq .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #082c4e;
  margin-bottom: 2rem;
}
.cid-tAISExSjCq .card-wrapper {
  padding: 3rem 2rem;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .cid-tAISExSjCq .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tAISExSjCq .row {
  justify-content: center;
}
@media (min-width: 1400px) {
  .cid-tAISExSjCq .col-lg-3 {
    max-width: 20%;
  }
}
.cid-tAISExSjCq .mbr-section-title {
  color: #ffffff;
}
.cid-tAISExSjCq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tAISExSjCq .card-title,
.cid-tAISExSjCq .iconfont-wrapper {
  color: #082c4e;
}
.cid-tAISExSjCq .card-text {
  color: #082c4e;
}
.cid-tAISRbWPxU {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAISRbWPxU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAISRbWPxU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAISRbWPxU .mbr-section-subtitle {
  color: #232323;
}
.cid-tAISRbWPxU .mbr-section-title {
  color: #232323;
}
.cid-tAISSqMAdD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAISSqMAdD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tAISSqMAdD .row {
  flex-direction: row-reverse;
}
.cid-tAISSqMAdD img {
  width: 100%;
}
.cid-tAIUB3xtEM {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAIUB3xtEM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAIUB3xtEM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAIUB3xtEM .mbr-section-subtitle {
  color: #232323;
}
.cid-tAIUB3xtEM .mbr-section-title {
  color: #232323;
}
.cid-tAIV1r6u5y {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tAIV1r6u5y .card-wrapper {
  display: flex;
}
.cid-tAIV1r6u5y .mbr-iconfont {
  font-size: 2rem;
  color: #0095ff;
  padding-right: 1.5rem;
}
.cid-tAIV1r6u5y h4 {
  margin: 0;
}
.cid-tAIV1r6u5y .card-text {
  color: #999999;
}
.cid-tAIV1r6u5y .card-title {
  color: #0572ba;
}
.cid-tAJ2n9QRDn {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tAJ2n9QRDn .mbr-section-title {
  color: #000000;
}
.cid-tAJ2n9QRDn .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tAJ2n9QRDn .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tAJ2n9QRDn .image-wrapper {
    margin-right: 4rem;
  }
}
.cid-tAJ2n9QRDn .link-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 6rem;
}
.cid-tAJ2n9QRDn .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 1400px) {
  .cid-tAJ2n9QRDn .link-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tAJ2n9QRDn .link-wrapper {
    justify-content: center;
  }
}
.cid-tAJ2n9QRDn .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-tAJ2n9QRDn .mbr-section-subtitle {
  width: fit-content;
  text-align: center;
  background: #000000;
  cursor: pointer;
  transform: rotate(-90deg);
  display: block;
  transform-origin: left;
  margin-left: 4.1rem;
  padding: 2rem 4rem;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  color: #ffffff;
  transition: all 0.3s;
}
.cid-tAJ2n9QRDn .mbr-section-subtitle:hover {
  background: #0572ba;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tAJ2n9QRDn .mbr-section-subtitle {
    width: 300px;
    padding: 2rem 2rem;
    margin-left: 3.5rem;
  }
}
.cid-tAJ2n9QRDn .link,
.cid-tAJ2n9QRDn .link-icon {
  color: #000000;
}
.cid-tAJ2n9QRDn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAJ2n9QRDn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAJ2n9QRDn .mbr-text,
.cid-tAJ2n9QRDn .mbr-section-btn {
  text-align: left;
}
.cid-tAJ3hbEJft {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tAJ3hbEJft .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tAJ3hbEJft .row {
    padding: 0 0.75rem;
  }
}
.cid-tAJ3hbEJft .text-container {
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-tAJ3hbEJft .text-container {
    margin-bottom: 20px;
  }
}
.cid-tAJ3hbEJft .label-text {
  color: #0057fc;
}
.cid-tAJ3hbEJft .mbr-section-title {
  max-width: 550px;
  margin: 0 auto;
}
.cid-tAJ3hbEJft .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.cid-tAJ3hbEJft .card {
  padding: 15px;
}
@media (max-width: 767px) {
  .cid-tAJ3hbEJft .card {
    padding: 0;
  }
}
.cid-tAJ3hbEJft .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 48px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 767px) {
  .cid-tAJ3hbEJft .card-wrapper {
    margin-bottom: 30px;
    max-width: 522px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tAJ3hbEJft .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-tAJ3hbEJft .card-text {
  color: #555555;
}
.cid-tAJ3hbEJft .mbr-iconfont {
  font-size: 25px;
  color: #0572ba;
}
.cid-tAJ3hbEJft .icon-box {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tAJ3hbEJft .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAJ3hbEJft .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAJ3W96SK7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tAJ3W96SK7 .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tAJ3W96SK7 .row {
    padding: 0 0.75rem;
  }
}
.cid-tAJ3W96SK7 .text-container {
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-tAJ3W96SK7 .text-container {
    margin-bottom: 20px;
  }
}
.cid-tAJ3W96SK7 .label-text {
  color: #0057fc;
}
.cid-tAJ3W96SK7 .mbr-section-title {
  max-width: 550px;
  margin: 0 auto;
}
.cid-tAJ3W96SK7 .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.cid-tAJ3W96SK7 .card {
  padding: 15px;
}
@media (max-width: 767px) {
  .cid-tAJ3W96SK7 .card {
    padding: 0;
  }
}
.cid-tAJ3W96SK7 .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 48px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 767px) {
  .cid-tAJ3W96SK7 .card-wrapper {
    margin-bottom: 30px;
    max-width: 522px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tAJ3W96SK7 .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-tAJ3W96SK7 .card-text {
  color: #555555;
  text-align: left;
}
.cid-tAJ3W96SK7 .mbr-iconfont {
  font-size: 25px;
  color: #ff2d55;
}
.cid-tAJ3W96SK7 .icon-box {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tAJ3W96SK7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAJ3W96SK7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAJ1ivUIi0 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tAJ1ivUIi0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAJ1ivUIi0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAJ1ivUIi0 .mbr-section-subtitle {
  color: #232323;
}
.cid-tAJ1ivUIi0 .mbr-section-title {
  color: #232323;
}
.cid-tAJ5rJAK4Q {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tAJ5rJAK4Q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tAJ5rJAK4Q .row {
  flex-direction: row-reverse;
}
.cid-tAJ5rJAK4Q img {
  width: 100%;
}
.cid-tAJ7313cob {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tAJ7313cob .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAJ7313cob .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAJ7313cob .mbr-section-subtitle {
  color: #232323;
}
.cid-tAJ7313cob .mbr-section-title {
  color: #232323;
}
.cid-tAJ6LMcnzF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfbfb;
}
.cid-tAJ6LMcnzF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAJ6LMcnzF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAJ6LMcnzF .row {
  justify-content: flex-start;
}
.cid-tAJ6LMcnzF .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-tAJ6LMcnzF .item-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-tAJ6LMcnzF .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  text-align: left;
}
.cid-tAJ6LMcnzF .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}
.cid-tAJ6LMcnzF .mbr-section-title,
.cid-tAJ6LMcnzF .mbr-section-btn {
  text-align: left;
}
.cid-tAJ88QnsGQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfbfb;
}
.cid-tAJ88QnsGQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAJ88QnsGQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAJ88QnsGQ .row {
  justify-content: flex-start;
}
.cid-tAJ88QnsGQ .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-tAJ88QnsGQ .item-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-tAJ88QnsGQ .mbr-section-subtitle {
  color: #000000;
  width: 100%;
}
.cid-tAJ88QnsGQ .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cid-tAJ88QnsGQ .mbr-section-title,
.cid-tAJ88QnsGQ .mbr-section-btn {
  text-align: left;
}
.cid-tAJcc1Q9iO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tAJcc1Q9iO .card-box {
  padding: 2rem;
  padding-top: 3rem;
}
@media (min-width: 1500px) {
  .cid-tAJcc1Q9iO .container {
    max-width: 1400px;
  }
}
.cid-tAJcc1Q9iO img {
  width: 100%;
}
.cid-tAJcc1Q9iO .link-wrap {
  width: 100%;
}
.cid-tAJcc1Q9iO .link {
  display: inline-block;
}
.cid-tAJcc1Q9iO .card {
  transition: all 0.3s;
}
.cid-tAJcc1Q9iO .card:hover {
  transform: translateY(-10px);
}
.cid-tAJcc1Q9iO .card-wrapper {
  background-position: center;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  cursor: pointer;
  background: #ffffff;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tAJcc1Q9iO .card-box {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tAJcc1Q9iO .card-title,
.cid-tAJcc1Q9iO .card-box {
  text-align: left;
}
.cid-tAJ8ulfql9 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/modern-beautiful-woman-talking-mobile-phone-looking-aside-logo-making-call-standing-agains-2000x968.jpg");
}
.cid-tAJ8ulfql9 .mbr-text,
.cid-tAJ8ulfql9 .mbr-section-btn {
  color: #ffffff;
}
.cid-tAJ8ulfql9 H1 {
  color: #ffffff;
}
.cid-tAHsePZpul {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-tAHsePZpul .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-tAHsePZpul .copyright {
    margin-bottom: 1rem;
  }
}
.cid-tAHsePZpul .mbr-text {
  color: #000000;
}
.cid-tAHseQIEVQ .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tAHseQIEVQ .collapsed {
  flex-direction: row!important;
}
.cid-tAHseQIEVQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAHseQIEVQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAHseQIEVQ .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tAHseQIEVQ .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tAHseQIEVQ .nav-item:focus,
.cid-tAHseQIEVQ .nav-link:focus {
  outline: none;
}
.cid-tAHseQIEVQ .text-white:hover,
.cid-tAHseQIEVQ .text-white:active,
.cid-tAHseQIEVQ .text-white:focus {
  color: white!important;
}
.cid-tAHseQIEVQ .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tAHseQIEVQ .dropdown-item:hover {
  color: black!important;
}
.cid-tAHseQIEVQ .dropdown-menu {
  background-color: white!important;
}
.cid-tAHseQIEVQ .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tAHseQIEVQ .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tAHseQIEVQ .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tAHseQIEVQ .nav-item .nav-link {
    position: relative;
  }
}
.cid-tAHseQIEVQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tAHseQIEVQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAHseQIEVQ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tAHseQIEVQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tAHseQIEVQ .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-tAHseQIEVQ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tAHseQIEVQ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tAHseQIEVQ .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tAHseQIEVQ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAHseQIEVQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAHseQIEVQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tAHseQIEVQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tAHseQIEVQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAHseQIEVQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAHseQIEVQ .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-tAHseQIEVQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAHseQIEVQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tAHseQIEVQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tAHseQIEVQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAHseQIEVQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAHseQIEVQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tAHseQIEVQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAHseQIEVQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAHseQIEVQ .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-tAHseQIEVQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tAHseQIEVQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAHseQIEVQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAHseQIEVQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tAHseQIEVQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tAHseQIEVQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tAHseQIEVQ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tAHseQIEVQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tAHseQIEVQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tAHseQIEVQ .navbar-caption {
  font-weight: 600!important;
}
.cid-tAHseQIEVQ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAHseQIEVQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAHseQIEVQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAHseQIEVQ .dropdown-item.active,
.cid-tAHseQIEVQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tAHseQIEVQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAHseQIEVQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAHseQIEVQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAHseQIEVQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tAHseQIEVQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAHseQIEVQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tAHseQIEVQ .navbar-buttons {
  text-align: center;
}
.cid-tAHseQIEVQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tAHseQIEVQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tAHseQIEVQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tAHseQIEVQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tAHseQIEVQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tAHseQIEVQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tAHseQIEVQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAHseQIEVQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tAHseQIEVQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tAHseQIEVQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAHseQIEVQ .nav-link {
  font-weight: 600!important;
}
.cid-tAHseQIEVQ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tAHseQIEVQ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tAHseQIEVQ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tAHseQIEVQ .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tAHseQIEVQ .navbar {
    height: 77px;
  }
  .cid-tAHseQIEVQ .navbar.opened {
    height: auto;
  }
  .cid-tAHseQIEVQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
