body {
  font-family: Urbanist;
}
.display-1 {
  font-family: 'Urbanist', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Urbanist', sans-serif;
  font-size: 2.5rem;
  line-height: 1.24;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Urbanist', sans-serif;
  font-size: 1.125rem;
  line-height: 1.63;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Urbanist', sans-serif;
  font-size: 1.5rem;
  line-height: 1.28;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Urbanist', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0057fc !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #b4b8ff !important;
}
.bg-warning {
  background-color: #ffdd0f !important;
}
.bg-danger {
  background-color: #a28b00 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0057fc !important;
  border-color: #0057fc !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0039a5 !important;
  border-color: #0039a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0039a5 !important;
  border-color: #0039a5 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff1f25 !important;
  border-color: #ff1f25 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c70005 !important;
  border-color: #c70005 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c70005 !important;
  border-color: #c70005 !important;
}
.btn-info,
.btn-info:active {
  background-color: #b4b8ff !important;
  border-color: #b4b8ff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #5d66ff !important;
  border-color: #5d66ff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5d66ff !important;
  border-color: #5d66ff !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffdd0f !important;
  border-color: #ffdd0f !important;
  color: #0f0d00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #b79d00 !important;
  border-color: #b79d00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0f0d00 !important;
  background-color: #b79d00 !important;
  border-color: #b79d00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #a28b00 !important;
  border-color: #a28b00 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #4b4100 !important;
  border-color: #4b4100 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #4b4100 !important;
  border-color: #4b4100 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #111111 !important;
  border-color: #111111 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0057fc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0039a5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0057fc !important;
  border-color: #0057fc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff1f25;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c70005 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff1f25 !important;
  border-color: #ff1f25 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b4b8ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #5d66ff !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #b4b8ff !important;
  border-color: #b4b8ff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffdd0f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b79d00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #0f0d00 !important;
  background-color: #ffdd0f !important;
  border-color: #ffdd0f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a28b00;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #4b4100 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #a28b00 !important;
  border-color: #a28b00 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #111111;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #111111 !important;
  border-color: #111111 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #0057fc !important;
}
.text-secondary {
  color: #ff1f25 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #b4b8ff !important;
}
.text-warning {
  color: #ffdd0f !important;
}
.text-danger {
  color: #a28b00 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #111111 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #003496 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b80005 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #4e57ff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a89000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #3c3300 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0057fc;
}
.nav-tabs .nav-link:not(.active) {
  color: #111111;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b4b8ff;
}
.alert-warning {
  background-color: #ffdd0f;
}
.alert-danger {
  background-color: #a28b00;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0057fc;
  border-color: #0057fc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0057fc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c9dcff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffadb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffe022;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Urbanist', sans-serif;
  font-size: 1.125rem;
  line-height: 1.63;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #0057fc !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Urbanist', sans-serif;
  font-size: 1.125rem;
  line-height: 1.63;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #0057fc;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0057fc;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0057fc;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0057fc;
  border-bottom-color: #0057fc;
}
.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: #0057fc !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: #ff1f25 !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='%230057fc' %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;
}
.container {
  max-width: 1200px;
}
.btn {
  box-shadow: none;
  padding: 14px 28px;
  line-height: 1;
}
.label-text {
  letter-spacing: 2px;
}
.cid-sQauA0RDrh .navbar-dropdown {
  position: relative !important;
}
.cid-sQauA0RDrh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sQauA0RDrh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sQauA0RDrh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sQauA0RDrh .dropdown-item:hover,
.cid-sQauA0RDrh .dropdown-item:focus {
  background: #0057fc !important;
  color: white !important;
}
.cid-sQauA0RDrh .dropdown-item:hover span {
  color: white;
}
.cid-sQauA0RDrh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sQauA0RDrh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sQauA0RDrh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sQauA0RDrh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sQauA0RDrh .nav-link {
  position: relative;
}
.cid-sQauA0RDrh .container {
  display: flex;
  margin: auto;
}
.cid-sQauA0RDrh .iconfont-wrapper {
  color: #0057fc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sQauA0RDrh .dropdown-menu,
.cid-sQauA0RDrh .navbar.opened {
  background: #ffffff !important;
}
.cid-sQauA0RDrh .nav-item:focus,
.cid-sQauA0RDrh .nav-link:focus {
  outline: none;
}
.cid-sQauA0RDrh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sQauA0RDrh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQauA0RDrh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sQauA0RDrh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sQauA0RDrh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQauA0RDrh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQauA0RDrh .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sQauA0RDrh .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-sQauA0RDrh .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sQauA0RDrh .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  box-shadow: none;
  padding: 0 12px !important;
}
.cid-sQauA0RDrh .navbar.opened {
  transition: all 0.3s;
}
.cid-sQauA0RDrh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sQauA0RDrh .navbar .navbar-logo img {
  width: auto;
}
.cid-sQauA0RDrh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sQauA0RDrh .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-sQauA0RDrh .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-sQauA0RDrh .navbar.collapsed {
  justify-content: center;
}
.cid-sQauA0RDrh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQauA0RDrh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sQauA0RDrh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQauA0RDrh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQauA0RDrh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sQauA0RDrh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-sQauA0RDrh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sQauA0RDrh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sQauA0RDrh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQauA0RDrh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQauA0RDrh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQauA0RDrh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQauA0RDrh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sQauA0RDrh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sQauA0RDrh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQauA0RDrh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQauA0RDrh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sQauA0RDrh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sQauA0RDrh .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sQauA0RDrh .navbar.navbar-short {
  min-height: 60px;
}
.cid-sQauA0RDrh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sQauA0RDrh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-sQauA0RDrh .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-sQauA0RDrh .navbar {
    padding: 0 50px !important;
  }
}
.cid-sQauA0RDrh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sQauA0RDrh .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-sQauA0RDrh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-sQauA0RDrh .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-sQauA0RDrh .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-sQauA0RDrh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQauA0RDrh .dropdown-item.active,
.cid-sQauA0RDrh .dropdown-item:active {
  background-color: transparent;
}
.cid-sQauA0RDrh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQauA0RDrh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQauA0RDrh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQauA0RDrh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sQauA0RDrh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQauA0RDrh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQauA0RDrh ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sQauA0RDrh ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-sQauA0RDrh .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQauA0RDrh .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-sQauA0RDrh .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-sQauA0RDrh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-sQauA0RDrh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sQauA0RDrh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQauA0RDrh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-sQauA0RDrh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-sQauA0RDrh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-sQauA0RDrh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQauA0RDrh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-sQauA0RDrh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-sQauA0RDrh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQauA0RDrh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sQauA0RDrh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sQauA0RDrh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQauA0RDrh .navbar {
    height: 100px;
  }
  .cid-sQauA0RDrh .navbar.opened {
    height: auto;
  }
  .cid-sQauA0RDrh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQauA0RDrh .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-sQauA0RDrh .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-sQauA0RDrh .nav-link:before {
  content: '';
  position: absolute;
  color: #0057fc;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-sPGuerZ47h {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eeeeee;
}
.cid-sPGuerZ47h .row {
  align-items: center;
}
.cid-sPGuerZ47h .image-wrapper {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-sPGuerZ47h .image-wrapper {
    padding: 40px 1rem 1rem 6rem;
  }
}
@media (max-width: 991px) {
  .cid-sPGuerZ47h .image-wrapper {
    padding: 1rem 1rem 1rem 6rem;
  }
}
.cid-sPGuerZ47h .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-sPGuerZ47h .text-wrapper {
    padding-right: 84px;
  }
}
.cid-sPGuerZ47h .label-text {
  width: 100%;
  font-weight: 600;
  color: #0057fc;
}
.cid-sPGuerZ47h .mbr-section-title {
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-sPGuerZ47h .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
.cid-sPGuerZ47h .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-sPGuerZ47h .icon-box {
  background: #0057fc;
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sPGuerZ47h .mbr-iconfont {
  font-size: 15px;
  color: #ffffff;
}
.cid-sPGuerZ47h .mbr-section-btn {
  margin-top: 10px;
}
.cid-sPGuCj0wHM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sPGuCj0wHM .mbr-overlay {
  z-index: 1;
}
.cid-sPGuCj0wHM .main-container-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto 65px;
  flex-shrink: 1;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-sPGuCj0wHM .main-container-text {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sPGuCj0wHM .main-container-text {
    padding: 0 0.75rem;
  }
}
.cid-sPGuCj0wHM .item-title {
  width: 100%;
  line-height: 1.1em;
  font-weight: 600;
  color: #111111;
}
.cid-sPGuCj0wHM .mbr-text {
  font-weight: 400;
  line-height: 1.63;
  color: #555555;
}
.cid-sPGuCj0wHM .main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cid-sPGuCj0wHM .card-container {
  display: flex;
}
.cid-sPGuCj0wHM .card-container .card {
  border-radius: 0;
}
.cid-sPGuCj0wHM .card-container .card .item-img {
  height: 450px;
  display: flex;
}
@media (max-width: 767px) {
  .cid-sPGuCj0wHM .card-container .card .item-img {
    height: 400px;
  }
}
.cid-sPGuCj0wHM .card-container .card .item-img img {
  width: 100%;
  object-fit: cover;
  height: 450px;
}
@media (max-width: 767px) {
  .cid-sPGuCj0wHM .card-container .card .item-img img {
    height: 400px;
  }
}
.cid-sPGvrxQMy8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eeeeee;
}
.cid-sPGvrxQMy8 img,
.cid-sPGvrxQMy8 .item-img {
  width: 100%;
}
.cid-sPGvrxQMy8 .item:focus,
.cid-sPGvrxQMy8 span:focus {
  outline: none;
}
.cid-sPGvrxQMy8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sPGvrxQMy8 .item-wrapper {
  position: relative;
  background: #649afc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sPGvrxQMy8 .item-content {
  padding: 25px 1rem 0;
}
.cid-sPGvrxQMy8 .item-content a:not(.btn):hover {
  color: #0057fc !important;
  background-image: none !important;
}
.cid-sPGvrxQMy8 .item-wrapper {
  background: transparent;
}
.cid-sPGvrxQMy8 .item-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-sPGvrxQMy8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sPGvrxQMy8 .mbr-section-title,
.cid-sPGvrxQMy8 .mbr-section-subtitle {
  text-align: center;
  color: #111111;
  font-weight: 600;
}
.cid-sPGvrxQMy8 .mbr-text,
.cid-sPGvrxQMy8 .mbr-section-btn {
  text-align: center;
  font-weight: 500;
}
.cid-sPGvrxQMy8 .item-title {
  text-align: center;
  font-weight: 600;
}
.cid-sPGvrxQMy8 .item-subtitle {
  text-align: center;
}
.cid-sPGvrxQMy8 .item-img {
  overflow: hidden;
}
.cid-sPGvrxQMy8 .item-img img {
  width: 100%;
}
.cid-sPGvrxQMy8 .mbr-section-head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-sPGvrxQMy8 .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-sPGwbMaRHB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eeeeee;
}
.cid-sPGwbMaRHB .mbr-media {
  position: relative;
  width: 100%;
  display: flex;
}
.cid-sPGwbMaRHB .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-sPGwbMaRHB .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-sPGwbMaRHB .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: #ffffff;
  padding: 10px;
  display: flex;
  justify-content: center;
  min-width: 65px;
  min-height: 65px;
  border-radius: 50%;
  align-items: center;
}
.cid-sPGwbMaRHB .icon-wrap a:hover {
  background-image: none !important;
}
.cid-sPGwbMaRHB .icon-wrap span {
  margin-left: 5px;
}
.cid-sPGwbMaRHB .box {
  height: 500px;
  display: flex;
}
@media (max-width: 767px) {
  .cid-sPGwbMaRHB .box {
    height: 300px;
  }
}
.cid-sPGwbMaRHB .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sPGwbMaRHB .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sPGwbMaRHB .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sPGwbMaRHB .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  border: 2px solid #fff;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sPGwbMaRHB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sPGwbMaRHB .mbr-section-subtitle {
  color: #555555;
  line-height: 1.44em;
  font-weight: 400;
}
.cid-sQavlaJgMm {
  background-color: #eeeeee;
}
@media (min-width: 768px) {
  .cid-sQavlaJgMm {
    background-image: url("https://mobirise.com/extensions/appm5/assets/images/-2000x1532.jpeg");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: center right;
  }
}
.cid-sQavlaJgMm .row {
  flex-direction: row-reverse;
}
.cid-sQavlaJgMm .row {
  align-items: center;
}
.cid-sQavlaJgMm .image-wrapper {
  padding: 1rem;
}
.cid-sQavlaJgMm .col-text {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.cid-sQavlaJgMm .col-text .radial-svg {
  display: none;
}
@media (min-width: 768px) {
  .cid-sQavlaJgMm .col-text {
    padding-right: 1.5rem;
  }
  .cid-sQavlaJgMm .col-text .radial-svg {
    display: block;
    position: absolute;
    height: 100%;
    width: 160px;
    z-index: 1;
    top: 0;
    left: 87%;
  }
  .cid-sQavlaJgMm .col-text .radial-svg path {
    fill: #eeeeee;
  }
}
@media (min-width: 992px) {
  .cid-sQavlaJgMm .col-text {
    padding-right: 2rem;
  }
  .cid-sQavlaJgMm .col-text .radial-svg {
    width: 200px;
  }
}
.cid-sQavlaJgMm .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.cid-sQavlaJgMm .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-right: 60px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-sQavlaJgMm .text-container {
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.cid-sQavlaJgMm .label-text {
  width: 100%;
  color: #0057fc;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-sQavlaJgMm .label-text {
    text-align: center;
  }
}
.cid-sQavlaJgMm .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
  color: #111111;
}
@media (max-width: 767px) {
  .cid-sQavlaJgMm .mbr-section-title {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sQavlaJgMm .mbr-section-title {
    font-size: 1.5rem !important;
  }
}
.cid-sQavlaJgMm .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-sQavlaJgMm .mbr-text {
    text-align: center;
  }
}
.cid-sQavlaJgMm .cards-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-sQavlaJgMm .cards-container {
    flex-direction: column;
  }
}
.cid-sQavlaJgMm .card-wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  padding-right: 50px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-sQavlaJgMm .card-wrapper {
    padding-right: 10px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-sQavlaJgMm .card-wrapper {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-sQavlaJgMm .card-box {
    text-align: center !important;
    width: 100%;
  }
}
.cid-sQavlaJgMm .icon-box {
  width: 100%;
  margin-bottom: 12px;
}
.cid-sQavlaJgMm .icon-box .mbr-iconfont {
  font-size: 48px;
  color: #0057fc;
}
.cid-sQavlaJgMm .card-text {
  color: #111111;
}
.cid-sQavlaJgMm .btn-container {
  width: 100%;
}
.cid-sQavlaJgMm .mbr-section-btn {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sQavlaJgMm .mbr-section-btn {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-sQavlaJgMm .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-sQavlaJgMm .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-sQavlaJgMm .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-sPGtICp9Rw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #eeeeee;
  overflow: hidden;
}
.cid-sPGtICp9Rw .mbr-text {
  color: #111111;
}
.cid-sQawa3QPur {
  background-color: #0057fc;
}
@media (min-width: 768px) {
  .cid-sQawa3QPur {
    background-image: url("https://mobirise.com/extensions/appm5/assets/images/team2.jpg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-sQawa3QPur .row {
  align-items: center;
}
.cid-sQawa3QPur .image-wrapper {
  padding: 1rem;
}
.cid-sQawa3QPur .col-text {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-sQawa3QPur .col-text .radial-svg {
  display: none;
}
@media (min-width: 992px) {
  .cid-sQawa3QPur .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: -90px;
    bottom: 0;
    height: 100%;
    width: 200px;
    z-index: 1;
  }
  .cid-sQawa3QPur .col-text .radial-svg path {
    fill: #0057fc;
  }
}
.cid-sQawa3QPur .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-sQawa3QPur .text-wrapper {
    max-width: 400px;
  }
}
.cid-sQawa3QPur .label-text {
  width: 100%;
  color: #ffffff;
}
.cid-sQawa3QPur .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
  color: #ffffff;
}
.cid-sQawa3QPur .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 12px;
}
.cid-sQawa3QPur .btn-container {
  width: 100%;
}
.cid-sQawa3QPur .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-sQawa3QPur .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sQawa3QPur .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sQawa3QPur .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-sQawa3QPur .btn-white-outline:hover {
  color: #0057fc !important;
  background: #ffffff !important;
}
.cid-sPU4SYTwh5 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sPU4SYTwh5 .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-sPU4SYTwh5 .row {
    padding: 0 0.75rem;
  }
}
.cid-sPU4SYTwh5 .text-container {
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-sPU4SYTwh5 .text-container {
    margin-bottom: 20px;
  }
}
.cid-sPU4SYTwh5 .label-text {
  color: #0057fc;
}
.cid-sPU4SYTwh5 .mbr-section-title {
  max-width: 550px;
  margin: 0 auto;
}
.cid-sPU4SYTwh5 .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.cid-sPU4SYTwh5 .card {
  padding: 15px;
}
@media (max-width: 767px) {
  .cid-sPU4SYTwh5 .card {
    padding: 0;
  }
}
.cid-sPU4SYTwh5 .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-sPU4SYTwh5 .card-wrapper {
    margin-bottom: 30px;
    max-width: 522px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-sPU4SYTwh5 .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-sPU4SYTwh5 .card-text {
  color: #555555;
}
.cid-sPU4SYTwh5 .mbr-iconfont {
  font-size: 25px;
  color: #0057fc;
}
.cid-sPU4SYTwh5 .icon-box {
  width: 100%;
  margin-bottom: 20px;
}
.cid-sPU4Qa3zT5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-sPU4Qa3zT5 {
    background-image: url("https://mobirise.com/extensions/appm5/assets/images/features15.jpg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-sPU4Qa3zT5 .row {
  align-items: center;
}
.cid-sPU4Qa3zT5 .image-wrapper {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-sPU4Qa3zT5 .image-wrapper {
    padding: 40px 1rem 1rem 6rem;
  }
}
@media (max-width: 991px) {
  .cid-sPU4Qa3zT5 .image-wrapper {
    padding: 1rem 1rem 1rem 6rem;
  }
}
.cid-sPU4Qa3zT5 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-sPU4Qa3zT5 .text-wrapper {
    padding-right: 115px;
  }
}
.cid-sPU4Qa3zT5 .label-text {
  width: 100%;
  margin-bottom: 12px;
  color: #111111;
}
.cid-sPU4Qa3zT5 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-sPU4Qa3zT5 .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
.cid-sPU4Qa3zT5 .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-sPU4Qa3zT5 .btn-container {
  width: 100%;
}
.cid-sPU4Qa3zT5 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-sPU4Qa3zT5 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sPU4Qa3zT5 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sPU4S0X3kl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sPU4S0X3kl .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-sPU4S0X3kl .row {
    padding: 0 0.75rem;
  }
}
.cid-sPU4S0X3kl .text-container {
  max-width: 800px;
  margin: 0 auto 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-sPU4S0X3kl .text-container {
    margin-bottom: 30px;
  }
}
.cid-sPU4S0X3kl .label-text {
  color: #111111;
}
.cid-sPU4S0X3kl .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
}
.cid-sPU4S0X3kl .card:not(:first-child) {
  border-left: 1px solid #EEEEEE;
}
.cid-sPU4S0X3kl .card-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 0.5rem;
}
.cid-sPU4S0X3kl .card-text {
  color: #111111;
}
.cid-sPU4RxDr6M {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sPU4RxDr6M .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-sPU4RxDr6M .row {
    padding: 0 0.75rem;
  }
}
.cid-sPU4RxDr6M .text-container {
  margin-bottom: 60px;
  padding: 0 !important;
}
.cid-sPU4RxDr6M .label-text {
  color: #0057fc;
}
.cid-sPU4RxDr6M .cards-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-sPU4RxDr6M .card {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-sPU4RxDr6M .card {
    padding: 0;
  }
}
.cid-sPU4RxDr6M .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 28px;
  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: 991px) {
  .cid-sPU4RxDr6M .card-wrapper {
    flex-direction: column;
    padding: 15px;
    margin-bottom: 30px;
  }
}
.cid-sPU4RxDr6M .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-sPU4RxDr6M .card-text {
  color: #555555;
}
.cid-sPU4RxDr6M .mbr-iconfont {
  font-size: 25px;
  color: #0057fc;
}
.cid-sPU4RxDr6M .icon-box {
  margin-right: 42px;
}
@media (max-width: 991px) {
  .cid-sPU4RxDr6M .icon-box {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sPU4RxDr6M .card-box {
    text-align: center;
  }
}
.cid-sPU4U3d2vT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sPU4U3d2vT .row {
  align-items: center;
}
.cid-sPU4U3d2vT .img-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background-image: url("https://mobirise.com/extensions/appm5/assets/images/features20.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .cid-sPU4U3d2vT .img-item {
    padding: 0;
  }
}
.cid-sPU4U3d2vT .img-item img {
  height: auto;
  width: 250px;
}
@media (max-width: 767px) {
  .cid-sPU4U3d2vT .text-col {
    margin-top: 45px;
  }
}
@media (min-width: 992px) {
  .cid-sPU4U3d2vT .text-col {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sPU4U3d2vT .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-sPU4U3d2vT .text-wrapper {
    padding: 0 75px 0 100px;
  }
}
.cid-sPU4U3d2vT .icon-wrap {
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .cid-sPU4U3d2vT .icon-wrap {
    justify-content: center;
  }
}
.cid-sPU4U3d2vT .icon-box {
  background: #0057fc;
  width: 50px;
  min-width: 50px;
  height: 50px;
  padding: 17px;
  border-radius: 50%;
  margin-bottom: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sPU4U3d2vT .icon-box .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-sPU4U3d2vT .mbr-section-title {
  margin-bottom: 36px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sPU4U3d2vT .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sPU4U3d2vT .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
.cid-sPU4U3d2vT .item {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  width: 100%;
  border: 1px solid #EEEEEE;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-sPU4U3d2vT .item {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
.cid-sPU4U3d2vT .card-icon-box {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .cid-sPU4U3d2vT .card-icon-box {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.cid-sPU4U3d2vT .card-icon-box .mbr-iconfont {
  font-size: 27px;
  color: #0057fc;
}
.cid-sPU4U3d2vT .text-box {
  width: 100%;
}
.cid-sPU4U3d2vT .card-title {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sPU4U3d2vT .card-title {
    text-align: center !important;
  }
}
.cid-sPU4U3d2vT .card-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sPU4U3d2vT .card-text {
    text-align: center !important;
  }
}
.cid-sPU4U3d2vT .btn-container {
  width: 100%;
}
.cid-sPU4U3d2vT .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-sPU4U3d2vT .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sPU4U3d2vT .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sPU4ULYmT9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sPU4ULYmT9 .row {
  align-items: center;
}
.cid-sPU4ULYmT9 .img-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background-image: url("https://mobirise.com/extensions/appm5/assets/images/features19.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .cid-sPU4ULYmT9 .img-item {
    padding: 0;
  }
}
.cid-sPU4ULYmT9 .img-item img {
  height: auto;
  width: 250px;
}
@media (max-width: 767px) {
  .cid-sPU4ULYmT9 .text-col {
    margin-top: 45px;
    order: 5;
  }
}
@media (min-width: 992px) {
  .cid-sPU4ULYmT9 .text-col {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sPU4ULYmT9 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-sPU4ULYmT9 .text-wrapper {
    padding: 0 100px 0 75px;
  }
}
.cid-sPU4ULYmT9 .icon-wrap {
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .cid-sPU4ULYmT9 .icon-wrap {
    justify-content: center;
  }
}
.cid-sPU4ULYmT9 .icon-box {
  background: #ffdd0f;
  width: 50px;
  min-width: 50px;
  height: 50px;
  padding: 17px;
  border-radius: 50%;
  margin-bottom: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sPU4ULYmT9 .icon-box .mbr-iconfont {
  font-size: 16px;
  color: #0f0d00;
}
.cid-sPU4ULYmT9 .mbr-section-title {
  margin-bottom: 36px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sPU4ULYmT9 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sPU4ULYmT9 .mbr-text {
  color: #555555;
  letter-spacing: inherit;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-sPU4ULYmT9 .mbr-text {
    text-align: center !important;
  }
}
.cid-sPU4ULYmT9 .btn-container {
  width: 100%;
}
.cid-sPU4ULYmT9 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-sPU4ULYmT9 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sPU4ULYmT9 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sPU4VkyQwH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sPU4VkyQwH .row {
  align-items: center;
}
.cid-sPU4VkyQwH .img-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background-image: url("https://mobirise.com/extensions/appm5/assets/images/features21.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .cid-sPU4VkyQwH .img-item {
    padding: 0;
  }
}
.cid-sPU4VkyQwH .img-item img {
  height: auto;
  width: 250px;
}
@media (max-width: 767px) {
  .cid-sPU4VkyQwH .text-col {
    margin-top: 45px;
    order: 5;
  }
}
@media (min-width: 992px) {
  .cid-sPU4VkyQwH .text-col {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sPU4VkyQwH .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-sPU4VkyQwH .text-wrapper {
    padding: 0 75px 0 100px;
  }
}
.cid-sPU4VkyQwH .icon-wrap {
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .cid-sPU4VkyQwH .icon-wrap {
    justify-content: center;
  }
}
.cid-sPU4VkyQwH .icon-box {
  background: #ff1f25;
  width: 50px;
  min-width: 50px;
  height: 50px;
  padding: 17px;
  border-radius: 50%;
  margin-bottom: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sPU4VkyQwH .icon-box .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-sPU4VkyQwH .mbr-section-title {
  margin-bottom: 36px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sPU4VkyQwH .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sPU4VkyQwH .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-sPU4VkyQwH .mbr-text {
    text-align: center !important;
  }
}
.cid-sPU4VkyQwH .item {
  display: flex;
  align-items: center;
  padding: 12px 0;
  width: 100%;
}
.cid-sPU4VkyQwH .item-icon-box {
  margin-right: 16px;
}
.cid-sPU4VkyQwH .item-icon-box .mbr-iconfont {
  font-size: 18px;
  color: #0057fc;
}
.cid-sPU4VkyQwH .text-box {
  flex-grow: 1;
}
.cid-sPU4VkyQwH .btn-container {
  width: 100%;
}
.cid-sPU4VkyQwH .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-sPU4VkyQwH .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sPU4VkyQwH .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sPU4QxkGON {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://mobirise.com/extensions/appm5/assets/images/background1.jpg");
}
.cid-sPU4QxkGON .row {
  align-items: center;
}
.cid-sPU4QxkGON .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-sPU4QxkGON .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-sPU4QxkGON .header-text {
    margin-bottom: 20px;
  }
}
.cid-sPU4QxkGON .mbr-section-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sPU4QxkGON .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-sPU4SrANPw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sPU4SrANPw .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-sPU4SrANPw .row {
    padding: 0 0.75rem;
  }
}
.cid-sPU4SrANPw .text-container {
  margin: 0 auto 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-sPU4SrANPw .text-container {
    margin-bottom: 30px;
  }
}
.cid-sPU4SrANPw .label-text {
  color: #111111;
}
.cid-sPU4SrANPw .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
}
.cid-sPU4SrANPw .card {
  padding: 0 15px;
}
.cid-sPU4SrANPw .card:first-child {
  padding-left: 0;
}
.cid-sPU4SrANPw .card:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  .cid-sPU4SrANPw .card {
    padding: 0;
  }
  .cid-sPU4SrANPw .card:not(:last-child) {
    margin-bottom: 30px;
  }
}
.cid-sPU4SrANPw .card-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  padding: 40px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .cid-sPU4SrANPw .card-wrapper {
    padding: 20px 10px 10px;
  }
}
.cid-sPU4SrANPw .card-text {
  color: #111111;
}
.cid-sPU4RdzDYZ {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sPU4RdzDYZ .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sPU4RdzDYZ .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sPU4RdzDYZ .row {
    padding: 0 0.75rem;
  }
}
.cid-sPU4RdzDYZ .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sPU4RdzDYZ .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sPU4RdzDYZ .card-text {
  color: #555555;
}
.cid-sPU4RdzDYZ .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sPU4RdzDYZ .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sPU4RdzDYZ .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sPU4RdzDYZ .card-box {
    text-align: center;
  }
}
.cid-sPU4RdzDYZ .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sPU4RdzDYZ .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sPU4RdzDYZ .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sPU4RdzDYZ .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sPU4WiVTH9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sPU4WiVTH9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sPU4WiVTH9 .image-wrapper {
    display: none;
  }
}
.cid-sPU4WiVTH9 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-sPU4WiVTH9 .label-text {
  width: 100%;
  padding: 9px 0;
  margin-bottom: 12px;
}
.cid-sPU4WiVTH9 .label {
  padding: 9px 18px;
  background: #ffdd0f;
  border-radius: 20px;
}
.cid-sPU4WiVTH9 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-sPU4WiVTH9 .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 22px;
}
.cid-sPU4WiVTH9 .link-wrap {
  margin-top: 18px;
  width: 100%;
}
@media (max-width: 575px) {
  .cid-sPU4WiVTH9 .link-wrap {
    display: flex;
    justify-content: center;
  }
}
.cid-sPU4WiVTH9 .link-wrap a {
  position: relative;
  padding: 0 !important;
}
.cid-sPU4WiVTH9 .link-wrap a:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-sPU4WiVTH9 .link-wrap a:before {
  content: '';
  position: absolute;
  color: currentColor;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-sPU4WiVTH9 .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-sPU4WiVTH9 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sPU4WiVTH9 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sPU5oW3rBs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sPU5oW3rBs .mbr-overlay {
  z-index: 1;
}
.cid-sPU5oW3rBs .main-container-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto 65px;
  flex-shrink: 1;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-sPU5oW3rBs .main-container-text {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sPU5oW3rBs .main-container-text {
    padding: 0 0.75rem;
  }
}
.cid-sPU5oW3rBs .item-title {
  width: 100%;
  color: #111111;
}
.cid-sPU5oW3rBs .mbr-text {
  color: #555555;
}
.cid-sPU5oW3rBs .main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cid-sPU5oW3rBs .card-container {
  display: flex;
}
.cid-sPU5oW3rBs .card-container .card {
  border-radius: 0;
}
.cid-sPU5oW3rBs .card-container .card .item-img {
  height: 450px;
  display: flex;
}
@media (max-width: 767px) {
  .cid-sPU5oW3rBs .card-container .card .item-img {
    height: 400px;
  }
}
.cid-sPU5oW3rBs .card-container .card .item-img img {
  width: 100%;
  object-fit: cover;
  height: 450px;
}
@media (max-width: 767px) {
  .cid-sPU5oW3rBs .card-container .card .item-img img {
    height: 400px;
  }
}
.cid-sPU5pYVmSC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sPU5pYVmSC .mbr-overlay {
  z-index: 1;
}
.cid-sPU5pYVmSC .main-container-text {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto 5rem;
  flex-shrink: 1;
}
@media (max-width: 767px) {
  .cid-sPU5pYVmSC .main-container-text {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 991px) {
  .cid-sPU5pYVmSC .main-container-text {
    padding: 0 0.75rem;
  }
}
.cid-sPU5pYVmSC .label-text {
  color: #111111;
  width: 100%;
}
.cid-sPU5pYVmSC .item-title {
  width: 100%;
  color: #111111;
  z-index: 2;
}
.cid-sPU5pYVmSC .item-title span {
  position: relative;
  z-index: 2;
}
.cid-sPU5pYVmSC .item-title span:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #0057fc;
  z-index: 1;
}
.cid-sPU5pYVmSC .main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cid-sPU5pYVmSC .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-sPU5pYVmSC .card {
  padding: 3px;
}
.cid-sPU5pYVmSC .card-container {
  display: flex;
}
.cid-sPU5pYVmSC .card-container .card {
  border-radius: 0;
}
.cid-sPU5pYVmSC .card-container .card .item-img {
  height: 100%;
}
.cid-sPU5pYVmSC .card-container .card .item-img img {
  height: 100%;
}
.cid-sPU5pYVmSC .cards-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-sPU5pYVmSC .cards-container .card {
  border-radius: 0;
}
.cid-sPU5pYVmSC .cards-container .card .item-img {
  display: flex;
}
.cid-sQawgBqYPc {
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-sQawgBqYPc {
    background-image: url("https://mobirise.com/extensions/appm5/assets/images/features15.jpg");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: center right;
  }
}
.cid-sQawgBqYPc .row {
  flex-direction: row-reverse;
}
.cid-sQawgBqYPc .row {
  align-items: center;
}
.cid-sQawgBqYPc .image-wrapper {
  padding: 1rem;
}
.cid-sQawgBqYPc .col-text {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cid-sQawgBqYPc .col-text .radial-svg {
  display: none;
}
@media (min-width: 768px) {
  .cid-sQawgBqYPc .col-text {
    padding-right: 1.5rem;
  }
  .cid-sQawgBqYPc .col-text .radial-svg {
    display: block;
    position: absolute;
    height: 100%;
    width: 160px;
    z-index: 1;
    top: 0;
    left: 87%;
  }
  .cid-sQawgBqYPc .col-text .radial-svg path {
    fill: #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-sQawgBqYPc .col-text {
    padding-right: 2rem;
  }
  .cid-sQawgBqYPc .col-text .radial-svg {
    width: 200px;
  }
}
.cid-sQawgBqYPc .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.cid-sQawgBqYPc .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-right: 60px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-sQawgBqYPc .text-container {
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.cid-sQawgBqYPc .label-text {
  width: 100%;
  color: #0057fc;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-sQawgBqYPc .label-text {
    text-align: center;
  }
}
.cid-sQawgBqYPc .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
  color: #111111;
}
@media (max-width: 767px) {
  .cid-sQawgBqYPc .mbr-section-title {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sQawgBqYPc .mbr-section-title {
    font-size: 1.5rem !important;
  }
}
.cid-sQawgBqYPc .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-sQawgBqYPc .mbr-text {
    text-align: center;
  }
}
.cid-sQawgBqYPc .cards-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-sQawgBqYPc .cards-container {
    flex-direction: column;
  }
}
.cid-sQawgBqYPc .card-wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  padding-right: 50px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-sQawgBqYPc .card-wrapper {
    padding-right: 10px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-sQawgBqYPc .card-wrapper {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-sQawgBqYPc .card-box {
    text-align: center !important;
    width: 100%;
  }
}
.cid-sQawgBqYPc .icon-box {
  width: 100%;
  margin-bottom: 12px;
}
.cid-sQawgBqYPc .icon-box .mbr-iconfont {
  font-size: 48px;
  color: #0057fc;
}
.cid-sQawgBqYPc .card-text {
  color: #111111;
}
.cid-sQawgBqYPc .btn-container {
  width: 100%;
}
.cid-sQawgBqYPc .mbr-section-btn {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sQawgBqYPc .mbr-section-btn {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-sQawgBqYPc .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-sQawgBqYPc .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-sQawgBqYPc .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-sPU5lQpZZm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sPU5lQpZZm .row {
  align-items: center;
  padding: 0 12px;
}
@media (min-width: 992px) {
  .cid-sPU5lQpZZm .row {
    padding: 0 16px;
  }
}
.cid-sPU5lQpZZm .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0;
  border-radius: 10px;
  background-color: #ffdd0f;
}
@media (max-width: 767px) {
  .cid-sPU5lQpZZm .content-wrapper {
    padding: 30px;
  }
}
.cid-sPU5lQpZZm .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-sPU5lQpZZm .text-wrapper {
    text-align: center !important;
  }
}
.cid-sPU5lQpZZm .mbr-section-title {
  margin-bottom: 30px;
  width: 100%;
}
.cid-sPU5lQpZZm .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 20px;
}
.cid-sPU5lQpZZm .item-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sPU5lQpZZm .item-container {
    margin-top: 0;
  }
}
.cid-sPU5lQpZZm .item {
  display: flex;
  align-items: center;
  padding: 0 60px;
  flex-direction: column;
}
.cid-sPU5lQpZZm .item:not(:first-child) {
  border-left: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-sPU5lQpZZm .item {
    border: none !important;
    padding: 0 !important;
  }
  .cid-sPU5lQpZZm .item:not(:first-child) {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-sPU5lQpZZm .item {
    padding: 0 15px;
  }
}
.cid-sPU5lQpZZm .icon-box {
  width: 100%;
}
.cid-sPU5lQpZZm .text-box {
  width: 100%;
}
.cid-sPU5lQpZZm .number-text {
  color: #111111;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .cid-sPU5lQpZZm .number-text {
    font-size: 1.5rem !important;
  }
}
.cid-sPU5lQpZZm .icon-text {
  color: #111111;
}
.cid-sPU5pAfWhd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sPU5pAfWhd img,
.cid-sPU5pAfWhd .item-img {
  width: 100%;
}
.cid-sPU5pAfWhd .item:focus,
.cid-sPU5pAfWhd span:focus {
  outline: none;
}
.cid-sPU5pAfWhd .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sPU5pAfWhd .item-wrapper {
  position: relative;
  background: #649afc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sPU5pAfWhd .item-content {
  padding: 25px 1rem 0;
}
.cid-sPU5pAfWhd .item-content a:not(.btn):hover {
  color: #0057fc !important;
  background-image: none !important;
}
.cid-sPU5pAfWhd .item-wrapper {
  background: transparent;
}
.cid-sPU5pAfWhd .item-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-sPU5pAfWhd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sPU5pAfWhd .mbr-section-title,
.cid-sPU5pAfWhd .mbr-section-subtitle {
  color: #111111;
}
.cid-sPU5pAfWhd .mbr-text,
.cid-sPU5pAfWhd .mbr-section-btn {
  text-align: left;
}
.cid-sPU5pAfWhd .item-title {
  text-align: left;
}
.cid-sPU5pAfWhd .item-subtitle {
  text-align: center;
}
.cid-sPU5pAfWhd .item-img {
  overflow: hidden;
}
.cid-sPU5pAfWhd .item-img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-sPU5pAfWhd .item-img:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-sPU5pAfWhd .mbr-section-head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-sPU5pAfWhd .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-sPU5o7MOJK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sPU5o7MOJK .mbr-media {
  position: relative;
  width: 100%;
  display: flex;
}
.cid-sPU5o7MOJK .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.cid-sPU5o7MOJK .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-sPU5o7MOJK .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: #ffffff;
  padding: 10px;
  display: flex;
  justify-content: center;
  min-width: 65px;
  min-height: 65px;
  border-radius: 50%;
  align-items: center;
}
.cid-sPU5o7MOJK .icon-wrap a:hover {
  background-image: none !important;
}
.cid-sPU5o7MOJK .icon-wrap span {
  margin-left: 5px;
}
.cid-sPU5o7MOJK .box {
  height: 450px;
  display: flex;
}
@media (max-width: 767px) {
  .cid-sPU5o7MOJK .box {
    height: 200px;
  }
}
.cid-sPU5o7MOJK .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sPU5o7MOJK .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sPU5o7MOJK .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sPU5o7MOJK .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  border: 2px solid #fff;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sPU5o7MOJK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sPU5o7MOJK .col-text {
  display: flex;
  align-items: center;
  padding: 0 90px;
}
@media (max-width: 991px) {
  .cid-sPU5o7MOJK .col-text {
    padding: 50px 0.75rem 0;
  }
}
.cid-sPU5o7MOJK .mbr-section-subtitle {
  color: #555555;
  padding-top: 12px;
}
.cid-sPU5o7MOJK .item-container {
  width: 100%;
}
.cid-sPU5o7MOJK .item {
  display: flex;
  margin-top: 32px;
  text-align: left;
}
.cid-sPU5o7MOJK .item:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .cid-sPU5o7MOJK .item {
    flex-direction: column;
    text-align: center;
  }
}
.cid-sPU5o7MOJK .icon-box {
  background: #0057fc;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 24px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-sPU5o7MOJK .icon-box {
    margin: 0 auto 24px;
  }
}
.cid-sPU5o7MOJK .text-box {
  flex-grow: 1;
}
.cid-sPU5o7MOJK .number-text {
  color: #ffffff;
}
.cid-sPU5o7MOJK .icon-text {
  color: #555555;
}
.cid-sPU5FQwE51 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sPU5FQwE51 .row {
  align-items: center;
  padding: 0 12px;
}
@media (min-width: 992px) {
  .cid-sPU5FQwE51 .row {
    padding: 0 16px;
  }
}
.cid-sPU5FQwE51 .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 100px;
  border-radius: 10px;
  background-color: #f8f9fc;
}
@media (max-width: 767px) {
  .cid-sPU5FQwE51 .content-wrapper {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sPU5FQwE51 .content-wrapper {
    padding: 40px;
  }
}
.cid-sPU5FQwE51 .image-wrapper {
  padding: 1rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.cid-sPU5FQwE51 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-sPU5FQwE51 .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
}
.cid-sPU5FQwE51 .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 20px;
}
.cid-sPU5FQwE51 .item-container {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sPU5FQwE51 .item-container {
    margin-top: 0;
  }
}
.cid-sPU5FQwE51 .item {
  display: flex;
  align-items: center;
  margin-top: 32px;
}
.cid-sPU5FQwE51 .item:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .cid-sPU5FQwE51 .item {
    flex-direction: column;
  }
}
.cid-sPU5FQwE51 .icon-box {
  background: #ffffff;
  width: 64px;
  min-width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-right: 24px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-sPU5FQwE51 .icon-box {
    margin-right: 0;
  }
}
.cid-sPU5FQwE51 .text-box {
  flex-grow: 1;
}
.cid-sPU5FQwE51 .number-text {
  color: #0057fc;
}
.cid-sPU5FQwE51 .icon-text {
  color: #111111;
}
.cid-sPU5tTr2l6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sPU5tTr2l6 .img-row {
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-sPU5tTr2l6 .img-row {
    flex-wrap: nowrap;
  }
}
.cid-sPU5tTr2l6 .item:focus,
.cid-sPU5tTr2l6 span:focus {
  outline: none;
}
.cid-sPU5tTr2l6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sPU5tTr2l6 .item {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    margin-bottom: 30px;
  }
}
.cid-sPU5tTr2l6 .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .cid-sPU5tTr2l6 .item-wrapper {
    max-width: 350px;
    margin: 0 auto;
  }
}
.cid-sPU5tTr2l6 .item-content {
  padding: 0 1rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-sPU5tTr2l6 .mbr-section-btn {
  margin-top: auto !important;
  width: 100%;
}
.cid-sPU5tTr2l6 .mbr-section-title,
.cid-sPU5tTr2l6 .mbr-section-subtitle {
  color: #111111;
}
.cid-sPU5tTr2l6 .mbr-text {
  color: #555555;
  font-style: italic;
}
.cid-sPU5tTr2l6 .item-subtitle {
  text-align: center;
}
.cid-sPU5tTr2l6 .item-img {
  overflow: hidden;
  display: flex;
  margin-bottom: 24px;
}
.cid-sPU5tTr2l6 .item-img img {
  height: auto;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.cid-sPU5tTr2l6 .mbr-section-head {
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .cid-sPU5tTr2l6 .mbr-section-head {
    margin-bottom: 90px;
  }
}
.cid-sPU4YmiDdj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sPU4YmiDdj .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-sPU4YmiDdj .row {
    padding: 0 0.75rem;
  }
}
.cid-sPU4YmiDdj .text-col {
  background-color: #0057fc;
  padding: 60px;
}
@media (max-width: 991px) {
  .cid-sPU4YmiDdj .text-col {
    padding: 30px;
  }
}
.cid-sPU4YmiDdj .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-sPU4YmiDdj .icon-box {
  margin-bottom: 40px;
}
.cid-sPU4YmiDdj .mbr-section-title {
  color: #ffffff;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-sPU4YmiDdj .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-sPU4YmiDdj .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-sPU4YmiDdj .prof-text {
  font-style: italic;
  margin-bottom: 1.425rem;
  padding-left: 36px;
  color: #EEEEEE;
  position: relative;
}
.cid-sPU4YmiDdj .prof-text:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 1px;
  margin-right: 12px;
  background-color: currentColor;
}
.cid-sPU4YmiDdj .img-col {
  display: flex;
  flex-direction: column;
  background-color: #ffdd0f;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-sPU4YmiDdj .img-col {
    display: none;
  }
}
.cid-sPU4YmiDdj .image-wrapper {
  flex-grow: 1;
  flex-direction: column;
  display: flex;
  padding: 0 !important;
}
.cid-sPU4YmiDdj .image-wrapper img {
  height: 100px;
  flex-grow: 1;
  width: auto;
  object-fit: cover;
}
.cid-sQawmYyRav {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQawmYyRav .title-item {
  flex-wrap: nowrap;
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-sQawmYyRav .title-item {
    margin-bottom: 30px;
  }
}
.cid-sQawmYyRav .title-icon-box {
  width: 100%;
  max-width: 660px;
  margin: 0 auto 32px;
}
.cid-sQawmYyRav .title-icon-box .mbr-iconfont {
  color: #0057fc;
}
.cid-sQawmYyRav .mbr-section-title {
  max-width: 660px;
  margin: 0 auto 12px;
}
.cid-sQawmYyRav .mbr-text {
  max-width: 660px;
  margin: 0 auto;
  color: #555555;
}
.cid-sQawmYyRav .carousel {
  margin-bottom: 80px;
}
.cid-sQawmYyRav .carousel,
.cid-sQawmYyRav .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sQawmYyRav .item-wrapper {
  width: 100%;
}
.cid-sQawmYyRav .carousel-caption {
  bottom: 40px;
  position: static;
  padding: 30px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-sQawmYyRav .carousel-caption {
    padding: 15px;
  }
}
.cid-sQawmYyRav .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-sQawmYyRav .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sQawmYyRav .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .cid-sQawmYyRav .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sQawmYyRav .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sQawmYyRav .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sQawmYyRav .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sQawmYyRav .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sQawmYyRav .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sQawmYyRav .carousel-control {
    top: auto;
    bottom: 50%;
    transform: translateY(50%);
  }
}
.cid-sQawmYyRav .carousel-indicators {
  position: absolute;
  bottom: -80px;
  margin-top: 40px;
  margin-bottom: 20px !important;
}
.cid-sQawmYyRav .carousel-indicators li {
  height: 6px;
  width: 6px;
  margin: 3px 10px;
  background-color: transparent;
  border: 2px solid #111111;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-sQawmYyRav .carousel-indicators li.active,
.cid-sQawmYyRav .carousel-indicators li:hover {
  background-color: #0057fc;
  border: 2px solid #0057fc;
}
.cid-sQawmYyRav .carousel-indicators li::after,
.cid-sQawmYyRav .carousel-indicators li::before {
  content: none;
}
.cid-sQawmYyRav .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sQawmYyRav .carousel-indicators {
    display: none !important;
  }
}
.cid-sQawmYyRav .mbr-section-subtitle {
  color: #555555;
}
.cid-sQawmYyRav .name-text {
  color: #111111;
}
.cid-sQawmYyRav .prof-text {
  color: #555555;
  font-style: italic;
}
.cid-sQawmYyRav .item-menu-overlay {
  display: none !important;
}
.cid-sQawmYyRav .user-container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-sQawmYyRav .user-container {
    padding-top: 15px;
  }
}
.cid-sQawmYyRav .user-wrap {
  display: flex;
  align-items: center;
  padding-right: 1rem;
}
.cid-sQawmYyRav .avatar-img {
  position: relative;
  margin-right: 20px;
}
.cid-sQawmYyRav .avatar-img img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-sQawmYyRav .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sQawmYyRav .icon-box .mbr-iconfont {
  color: #555555;
}
.cid-sPU4WQnHW3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sPU4WQnHW3 .row {
  align-items: center;
}
.cid-sPU4WQnHW3 .image-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sPU4WQnHW3 .image-wrapper {
    padding: 2rem 1rem 1rem;
  }
}
.cid-sPU4WQnHW3 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-sPU4WQnHW3 .text-wrapper {
    padding-right: 84px;
  }
}
.cid-sPU4WQnHW3 .label-text {
  width: 100%;
  color: #0057fc;
}
.cid-sPU4WQnHW3 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-sPU4WQnHW3 .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
.cid-sPU4WQnHW3 .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-sPU4WQnHW3 .icon-box {
  background: #0057fc;
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sPU4WQnHW3 .mbr-iconfont {
  font-size: 15px;
  color: #ffffff;
}
.cid-sPU4WQnHW3 .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-sPU4WQnHW3 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sPU4WQnHW3 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sQawplzzbl {
  background: #ffffff;
  background-image: linear-gradient(90deg, #ffffff 50%, #ffdd0f 50%);
  background-image: linear-gradient(90deg, #ffdd0f 50%, #ffffff 50%);
}
@media (max-width: 767px) {
  .cid-sQawplzzbl {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .cid-sQawplzzbl .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sQawplzzbl .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sQawplzzbl .row {
  flex-direction: row-reverse;
}
.cid-sQawplzzbl .row {
  align-items: center;
}
@media (min-width: 768px) {
  .cid-sQawplzzbl .row {
    padding: 0 12px;
  }
}
.cid-sQawplzzbl .image-wrapper {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sQawplzzbl .image-wrapper img {
  position: relative;
  z-index: 2;
  width: 90%;
}
.cid-sQawplzzbl .col-text {
  position: relative;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 15px;
  order: 5;
}
.cid-sQawplzzbl .col-text .radial-svg {
  display: none;
}
@media (min-width: 768px) {
  .cid-sQawplzzbl .col-text {
    order: 0;
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .cid-sQawplzzbl .col-text {
    padding-left: 1rem;
    padding-right: 0;
    padding-right: 1rem;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .cid-sQawplzzbl .col-text .radial-svg {
    display: block;
    position: absolute;
    height: 100%;
    width: 150px;
    z-index: 1;
    top: 0;
    right: 96%;
    transform: scale(-1, 1);
  }
  .cid-sQawplzzbl .col-text .radial-svg path {
    fill: #ffffff;
  }
}
.cid-sQawplzzbl .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.cid-sQawplzzbl .label-text {
  width: 100%;
  color: #0057fc;
  margin-bottom: 12px;
}
.cid-sQawplzzbl .mbr-section-title {
  margin-bottom: 12px;
  width: 100%;
  color: #111111;
}
.cid-sQawplzzbl .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 12px;
}
.cid-sQawplzzbl .mbr-section-btn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-sQawplzzbl .mbr-section-btn .btn {
  width: 370px;
  height: 56px;
}
.cid-sQawplzzbl .carousel {
  margin-bottom: 80px;
}
.cid-sQawplzzbl .carousel,
.cid-sQawplzzbl .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sQawplzzbl .item-wrapper {
  width: 100%;
}
.cid-sQawplzzbl .carousel-caption {
  position: static;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sQawplzzbl .carousel-caption {
    padding: 24px;
  }
}
.cid-sQawplzzbl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-sQawplzzbl .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sQawplzzbl .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sQawplzzbl .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sQawplzzbl .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sQawplzzbl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sQawplzzbl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sQawplzzbl .carousel-control {
    top: auto;
    bottom: 50%;
    transform: translateY(50%);
  }
}
.cid-sQawplzzbl .carousel-indicators {
  position: absolute;
  bottom: -80px;
  margin-top: 40px;
  margin-bottom: 20px !important;
  margin-left: 0!important;
  justify-content: flex-start;
}
.cid-sQawplzzbl .carousel-indicators li {
  height: 6px;
  width: 6px;
  margin: 3px 10px;
  background-color: transparent;
  border: 2px solid #111111;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-sQawplzzbl .carousel-indicators li.active,
.cid-sQawplzzbl .carousel-indicators li:hover {
  background-color: #0057fc;
  border: 2px solid #0057fc;
}
.cid-sQawplzzbl .carousel-indicators li::after,
.cid-sQawplzzbl .carousel-indicators li::before {
  content: none;
}
.cid-sQawplzzbl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sQawplzzbl .carousel-indicators {
    display: none !important;
  }
}
.cid-sQawplzzbl .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 0;
}
.cid-sQawplzzbl .name-text {
  color: #111111;
}
.cid-sQawplzzbl .prof-text {
  color: #555555;
  font-style: italic;
}
.cid-sQawplzzbl .item-menu-overlay {
  display: none !important;
}
.cid-sQawplzzbl .user-container {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .cid-sQawplzzbl .user-container {
    padding-top: 20px;
  }
}
.cid-sQawplzzbl .user-wrap {
  display: flex;
  align-items: center;
  padding-right: 1rem;
}
.cid-sQawplzzbl .avatar-img {
  position: relative;
  margin-right: 20px;
}
.cid-sQawplzzbl .avatar-img img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-sQawplzzbl .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sQawt8Z65j {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQawt8Z65j .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-sQawt8Z65j .row {
    padding: 0 0.75rem;
  }
}
.cid-sQawt8Z65j .text-container {
  margin-bottom: 60px;
  padding: 0 !important;
}
.cid-sQawt8Z65j .mbr-section-title {
  margin-bottom: 12px;
}
.cid-sQawt8Z65j .mbr-text {
  color: #555555;
}
.cid-sQawt8Z65j .mbr-text a {
  letter-spacing: inherit;
  color: #0057fc;
}
.cid-sQawt8Z65j .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.cid-sQawt8Z65j .card {
  padding: 15px;
}
.cid-sQawt8Z65j .card-wrapper {
  display: flex;
  justify-content: flex-start;
  padding-right: 40px;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .cid-sQawt8Z65j .card-wrapper {
    flex-direction: column;
    padding-right: 0;
  }
}
.cid-sQawt8Z65j .card-title {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-sQawt8Z65j .card-title {
    text-align: center !important;
  }
}
.cid-sQawt8Z65j .card-text {
  color: #555555;
  letter-spacing: inherit;
}
@media (max-width: 767px) {
  .cid-sQawt8Z65j .card-text {
    text-align: center !important;
  }
}
.cid-sQawt8Z65j .mbr-iconfont {
  font-size: 25px;
  color: #0057fc;
}
.cid-sQawt8Z65j .icon-box {
  margin-right: 12px;
  margin-top: 1px;
}
@media (max-width: 767px) {
  .cid-sQawt8Z65j .icon-box {
    display: flex;
    justify-content: center;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-sQaww4zIaI {
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-sQaww4zIaI {
    background-image: url("https://mobirise.com/extensions/appm5/assets/images/features16.jpg");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-sQaww4zIaI .row {
  align-items: center;
}
.cid-sQaww4zIaI .image-wrapper {
  padding: 1rem;
}
.cid-sQaww4zIaI .col-text {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cid-sQaww4zIaI .col-text .radial-svg {
  display: none;
}
@media (min-width: 768px) {
  .cid-sQaww4zIaI .col-text {
    padding-left: 1.5rem;
  }
  .cid-sQaww4zIaI .col-text .radial-svg {
    display: block;
    position: absolute;
    height: 100%;
    width: 120px;
    z-index: 1;
    top: 0;
    right: 87%;
    transform: scale(-1, 1);
  }
  .cid-sQaww4zIaI .col-text .radial-svg path {
    fill: #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-sQaww4zIaI .col-text {
    padding-left: 2rem;
  }
  .cid-sQaww4zIaI .col-text .radial-svg {
    width: 160px;
  }
}
.cid-sQaww4zIaI .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.cid-sQaww4zIaI .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-right: 60px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-sQaww4zIaI .text-container {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sQaww4zIaI .text-container {
    margin-bottom: 20px;
  }
}
.cid-sQaww4zIaI .label-text {
  width: 100%;
  color: #0057fc;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-sQaww4zIaI .label-text {
    text-align: center;
  }
}
.cid-sQaww4zIaI .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
  color: #111111;
}
@media (max-width: 767px) {
  .cid-sQaww4zIaI .mbr-section-title {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sQaww4zIaI .mbr-section-title {
    font-size: 1.5rem !important;
  }
}
.cid-sQaww4zIaI .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-sQaww4zIaI .mbr-text {
    text-align: center;
  }
}
.cid-sQaww4zIaI .cards-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-sQaww4zIaI .cards-container {
    flex-direction: column;
  }
}
.cid-sQaww4zIaI .card {
  padding-bottom: 16px;
}
.cid-sQaww4zIaI .card:not(:last-child) {
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-sQaww4zIaI .card:not(:last-child) {
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .cid-sQaww4zIaI .card {
    width: 100%;
    padding: 0 !important;
    text-align: center;
  }
}
.cid-sQaww4zIaI .card-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-sQaww4zIaI .card-title {
    font-size: 1.5rem !important;
  }
}
.cid-sQaww4zIaI .card-text {
  color: #111111;
}
.cid-sQaww4zIaI .btn-container {
  width: 100%;
}
.cid-sQaww4zIaI .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sQaww4zIaI .mbr-section-btn {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-sQaww4zIaI .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-sQaww4zIaI .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-sQaww4zIaI .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-sPU5ufhDF7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f9fc;
}
.cid-sPU5ufhDF7 .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-sPU5ufhDF7 .row {
    padding: 0 0.75rem;
  }
}
.cid-sPU5ufhDF7 .text-container {
  margin: 0 auto 38px;
}
.cid-sPU5ufhDF7 .mbr-text {
  color: #555555;
}
.cid-sPU5ufhDF7 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-sPU5ufhDF7 .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
}
.cid-sPU5ufhDF7 .card {
  padding: 15px;
}
@media (max-width: 767px) {
  .cid-sPU5ufhDF7 .card {
    padding: 5px;
  }
}
.cid-sPU5ufhDF7 .card-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .cid-sPU5ufhDF7 .card-wrapper {
    padding: 10px;
  }
}
.cid-sPU5ufhDF7 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPU5uKeq73 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sPU5uKeq73 .img-row {
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-sPU5uKeq73 .img-row {
    flex-wrap: nowrap;
  }
}
.cid-sPU5uKeq73 .item:focus,
.cid-sPU5uKeq73 span:focus {
  outline: none;
}
.cid-sPU5uKeq73 .mbr-section-title {
  color: #111111;
  margin-bottom: 20px;
}
.cid-sPU5uKeq73 .item-img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cid-sPU5uKeq73 .item-img {
    margin-bottom: 40px;
  }
}
.cid-sPU5uKeq73 .item-img img {
  height: 100px;
  width: auto;
  object-fit: cover;
}
.cid-sPU5uKeq73 .btn-item {
  width: 100%;
}
.cid-sPU5uKeq73 .mbr-section-btn {
  font-weight: 500;
}
@media (max-width: 575px) {
  .cid-sPU5uKeq73 .mbr-section-btn {
    flex-wrap: wrap;
    display: flex;
  }
  .cid-sPU5uKeq73 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sPU5wwYvrM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sPU5wwYvrM .row {
  align-items: center;
}
.cid-sPU5wwYvrM .image-wrapper {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-sPU5wwYvrM .image-wrapper {
    padding: 40px 1rem 1rem 1rem;
  }
}
.cid-sPU5wwYvrM .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-sPU5wwYvrM .header-text {
  padding-right: 50px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-sPU5wwYvrM .header-text {
    padding-right: 0;
  }
}
.cid-sPU5wwYvrM .label-text {
  width: 100%;
  color: #111111;
}
.cid-sPU5wwYvrM .mbr-section-title {
  width: 100%;
  margin-bottom: 8px;
}
.cid-sPU5wwYvrM .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
.cid-sPU5wwYvrM .contacts-text {
  color: #111111;
  letter-spacing: inherit;
  margin-bottom: 20px;
  width: 100%;
}
.cid-sPU5wwYvrM .icons-menu {
  margin-left: -8px;
  width: 100%;
}
.cid-sPU5wwYvrM .iconfont-wrapper {
  color: #111111 !important;
}
.cid-sPU5wwYvrM .iconfont-wrapper:hover {
  color: #0057fc !important;
}
.cid-sPU5wwYvrM .mbr-iconfont {
  padding: 5px 8px;
  font-size: 15px;
}
.cid-sQawzV4fog {
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-sQawzV4fog {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cid-sQawzV4fog .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-sQawzV4fog .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-sQawzV4fog .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-sQawzV4fog .row {
    position: relative;
  }
}
.cid-sQawzV4fog .custom-row {
  display: flex;
  max-width: 1200px;
  padding-left: 12px;
  padding-right: 12px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sQawzV4fog .custom-row {
    padding-left: 16px;
    padding-right: 16px;
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .cid-sQawzV4fog .map-col {
    height: 650px;
    order: 2;
    padding: 0!important;
  }
}
.cid-sQawzV4fog .col-text {
  position: relative;
}
.cid-sQawzV4fog .col-text .radial-svg {
  display: none;
}
@media (max-width: 767px) {
  .cid-sQawzV4fog .col-text {
    order: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .cid-sQawzV4fog .col-text {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-sQawzV4fog .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: 84%;
    transform: scale(-1, 1);
    height: 100%;
    width: 150px;
    z-index: 1;
  }
  .cid-sQawzV4fog .col-text .radial-svg path {
    fill: #ffffff;
  }
}
.cid-sQawzV4fog .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .cid-sQawzV4fog .text-wrapper {
    padding-left: 4rem;
  }
}
.cid-sQawzV4fog .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.cid-sQawzV4fog .label-text {
  width: 100%;
  letter-spacing: 2px;
  color: #0057fc;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .cid-sQawzV4fog .label-text {
    text-align: center;
  }
}
.cid-sQawzV4fog .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
  color: #111111;
}
@media (max-width: 767px) {
  .cid-sQawzV4fog .mbr-section-title {
    text-align: center;
    margin-bottom: 20px;
  }
}
.cid-sQawzV4fog .contact-container {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-sQawzV4fog .contact-container {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-sQawzV4fog .contact-container .phone-container {
  padding: 16px 25px;
  background-color: #0057fc;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .cid-sQawzV4fog .contact-container .phone-container {
    width: 100%;
    margin-right: 0;
  }
}
.cid-sQawzV4fog .contact-container .email-container {
  padding: 16px 25px;
  background-color: #111111;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .cid-sQawzV4fog .contact-container .email-container {
    width: 100%;
    margin-right: 0;
  }
}
.cid-sQawzV4fog .contact-text {
  color: #ffffff;
}
.cid-sQawzV4fog .cards-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-sQawzV4fog .cards-container {
    text-align: center;
  }
}
.cid-sQawzV4fog .cards-title {
  margin-bottom: 12px;
}
.cid-sQawzV4fog .card {
  padding: 9px 0;
}
.cid-sQawzV4fog .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-sQawzV4fog .card-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-sQawzV4fog .card-title {
    font-size: 1.5rem !important;
  }
}
.cid-sQawzV4fog .icon-box {
  margin-right: 12px;
}
.cid-sQawzV4fog .icon-box .mbr-iconfont {
  color: #111111;
}
.cid-sQawzV4fog .card-text {
  color: #555555;
  letter-spacing: inherit;
  flex-grow: 1;
}
.cid-sQawzV4fog .btn-container {
  width: 100%;
}
.cid-sQawzV4fog .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sQawzV4fog .mbr-section-btn {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-sQawzV4fog .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-sQawzV4fog .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-sQawzV4fog .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-sQawzV4fog .google-map {
  position: absolute;
}
@media (max-width: 767px) {
  .cid-sQawzV4fog .google-map {
    height: 650px;
    width: 100%;
    padding: 0;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-sQawzV4fog .google-map {
    height: 100%;
    width: 50%;
    padding: 0;
    left: 0;
    top: 0;
  }
}
.cid-sQawzV4fog .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sQawzV4fog .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sQawzV4fog .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sQawzV4fog .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sQawDhDlgY {
  background: #ffffff;
  background-image: linear-gradient(90deg, #ffffff 50%, #ffdd0f 50%);
}
@media (max-width: 767px) {
  .cid-sQawDhDlgY {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.cid-sQawDhDlgY .row {
  align-items: center;
}
@media (min-width: 768px) {
  .cid-sQawDhDlgY .row {
    padding: 0 12px;
  }
}
.cid-sQawDhDlgY .image-wrapper {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sQawDhDlgY .image-wrapper img {
  position: relative;
  z-index: 2;
  width: 90%;
}
.cid-sQawDhDlgY .col-text {
  position: relative;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 15px;
}
.cid-sQawDhDlgY .col-text .radial-svg {
  display: none;
}
@media (min-width: 768px) {
  .cid-sQawDhDlgY .col-text {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .cid-sQawDhDlgY .col-text {
    padding-left: 1rem;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .cid-sQawDhDlgY .col-text .radial-svg {
    display: block;
    position: absolute;
    height: 100%;
    width: 197px;
    z-index: 1;
    top: 0;
    left: 99%;
    bottom: 0;
  }
  .cid-sQawDhDlgY .col-text .radial-svg path {
    fill: #ffffff;
  }
}
.cid-sQawDhDlgY .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .cid-sQawDhDlgY .text-wrapper {
    min-height: 560px;
    justify-content: center;
  }
}
.cid-sQawDhDlgY .label-text {
  width: 100%;
  color: #0057fc;
  margin-bottom: 12px;
}
.cid-sQawDhDlgY .mbr-section-title {
  margin-bottom: 12px;
  width: 100%;
  color: #111111;
}
.cid-sQawDhDlgY .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 12px;
}
.cid-sQawDhDlgY .btn-container {
  width: 100%;
}
.cid-sQawDhDlgY .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
.cid-sQawDhDlgY .mbr-section-btn .btn {
  width: 370px;
  height: 56px;
}
@media (max-width: 575px) {
  .cid-sQawDhDlgY .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sPU5mseP8u {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffdd0f;
}
@media (min-width: 992px) {
  .cid-sPU5mseP8u {
    background-image: url("https://mobirise.com/extensions/appm5/assets/images/features24.jpg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-sPU5mseP8u .row {
  align-items: center;
}
.cid-sPU5mseP8u .image-wrapper {
  padding: 1rem;
}
.cid-sPU5mseP8u .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-sPU5mseP8u .text-wrapper {
    text-align: center;
  }
}
.cid-sPU5mseP8u .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-sPU5mseP8u .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-sPU5mseP8u .item-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sPU5mseP8u .item-container {
    justify-content: center;
  }
}
.cid-sPU5mseP8u .item {
  display: flex;
  align-items: center;
  padding-left: 50px;
  flex-direction: column;
}
.cid-sPU5mseP8u .item:first-child {
  padding-left: 0;
  padding-right: 50px;
}
@media (min-width: 768px) {
  .cid-sPU5mseP8u .item:not(:first-child) {
    border-left: 1px solid #111111;
  }
}
@media (max-width: 767px) {
  .cid-sPU5mseP8u .item {
    width: 100%;
    padding-left: 0;
  }
  .cid-sPU5mseP8u .item:first-child {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sPU5mseP8u .icon-box {
  width: 100%;
}
.cid-sPU5mseP8u .text-box {
  width: 100%;
}
.cid-sPU5mseP8u .number-text {
  color: #111111;
  margin-bottom: 0;
}
.cid-sPU5mseP8u .icon-text {
  color: #111111;
}
@media (max-width: 991px) {
  .cid-sPU5mseP8u .img-col {
    display: none;
  }
}
.cid-sPU5DUKHzH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sPU5DUKHzH {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .cid-sPU5DUKHzH .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sPU5DUKHzH .row-custom {
  background-color: #0057fc;
  border-radius: 10px;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-sPU5DUKHzH .row-custom {
    padding: 25px 0;
  }
}
@media (min-width: 992px) {
  .cid-sPU5DUKHzH .row-custom {
    min-height: 395px;
    max-width: 1168px;
    margin: 0 auto;
  }
}
.cid-sPU5DUKHzH .mbr-section-title {
  color: #ffffff;
}
.cid-sPU5DUKHzH .title-decoration {
  position: relative;
}
.cid-sPU5DUKHzH .title-decoration:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #FFDD0F;
}
.cid-sPU5DUKHzH .mbr-text {
  color: #ffffff;
}
.cid-sPU5DUKHzH a.btn {
  height: 100%;
  margin: 0;
}
.cid-sPU5DUKHzH .justify-content-center {
  align-items: center;
}
@media (min-width: 768px) {
  .cid-sPU5DUKHzH .mbr-form {
    padding-left: 60px;
  }
}
@media (min-width: 992px) {
  .cid-sPU5DUKHzH .mbr-form {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.cid-sPU5DUKHzH .mbr-form .mbr-form {
  padding: 0 !important;
}
.cid-sPU5DUKHzH .from-wrap {
  display: flex;
}
.cid-sPU5DUKHzH .form-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 1;
  padding: 0 !important;
  max-width: 500px;
  background-color: #ffffff;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .cid-sPU5DUKHzH .form-container {
    flex-wrap: wrap;
    background-color: transparent;
  }
}
.cid-sPU5DUKHzH .form-container input {
  min-height: 60px;
  height: 100%;
  box-shadow: none;
  border: none;
}
@media (max-width: 767px) {
  .cid-sPU5DUKHzH .form-container input {
    height: 48px;
    min-height: 48px;
  }
}
.cid-sPU5DUKHzH .form-container input:hover {
  border: 1px solid transparent !important;
}
.cid-sPU5DUKHzH .form-container .mbr-section-btn {
  display: flex;
  padding: 6px 6px 6px 0;
}
@media (max-width: 767px) {
  .cid-sPU5DUKHzH .form-container .mbr-section-btn {
    width: 100%;
    padding: 10px 0 0 0;
  }
}
.cid-sPU5DUKHzH .form-container .mbr-section-btn .btn {
  min-height: 48px;
  padding: 0 34px;
  max-width: 150px;
}
@media (max-width: 767px) {
  .cid-sPU5DUKHzH .form-container .mbr-section-btn .btn {
    width: 500px;
    max-width: 500px;
    flex-shrink: 1;
  }
}
.cid-sPU5DUKHzH .form-email {
  flex-grow: 1;
  margin: 0;
}
.cid-sPU5DUKHzH .dragArea {
  margin-bottom: 16px;
}
.cid-sPU5DUKHzH .info-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-sPU5DUKHzH .item {
  display: flex;
  align-items: center;
  margin: 0 0 12px 0;
}
.cid-sPU5DUKHzH .item:first-child {
  padding-right: 30px;
}
.cid-sPU5DUKHzH .icon-box {
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sPU5DUKHzH .mbr-iconfont {
  color: #FFFFFF;
  font-size: 24px;
}
.cid-sPU5DUKHzH .img-col {
  padding: 0;
  min-height: 395px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .cid-sPU5DUKHzH .img-col {
    display: none;
  }
}
.cid-sPU5xqWr7Y {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sPU5xqWr7Y .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-sPU5xqWr7Y .row {
    padding: 0 0.75rem;
  }
}
.cid-sPU5xqWr7Y .text-container {
  margin: 0 auto 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-sPU5xqWr7Y .text-container {
    margin-bottom: 30px;
  }
}
.cid-sPU5xqWr7Y .label-text {
  color: #111111;
  letter-spacing: 2px;
  margin-bottom: 4px;
}
.cid-sPU5xqWr7Y .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
}
.cid-sPU5xqWr7Y .card {
  padding: 15px;
}
@media (max-width: 991px) {
  .cid-sPU5xqWr7Y .card {
    padding: 0;
  }
  .cid-sPU5xqWr7Y .card:not(:last-child) {
    margin-bottom: 30px;
  }
}
.cid-sPU5xqWr7Y .card-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  padding: 48px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .cid-sPU5xqWr7Y .card-wrapper {
    padding: 20px;
  }
}
.cid-sPU5xqWr7Y .card-title {
  color: #111111;
  margin-bottom: 1.425rem;
}
.cid-sPU5xqWr7Y .card-text {
  letter-spacing: inherit;
  color: #555555;
}
.cid-sPU5xqWr7Y .card-contact {
  margin-bottom: 1.425rem;
}
.cid-sPU4YVWUJ1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sPU4YVWUJ1 .row {
  align-items: center;
}
.cid-sPU4YVWUJ1 .image-wrapper {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-sPU4YVWUJ1 .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-sPU4YVWUJ1 .text-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 30px 0 0;
}
@media (min-width: 992px) {
  .cid-sPU4YVWUJ1 .text-wrapper {
    padding: 0 0 0 60px;
  }
}
.cid-sPU4YVWUJ1 .text-container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sPU4YVWUJ1 .text-container {
    width: 550px;
    flex-shrink: 1;
  }
}
.cid-sPU4YVWUJ1 .label-text {
  width: 100%;
  color: #111111;
  margin-bottom: 4px;
}
.cid-sPU4YVWUJ1 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-sPU4YVWUJ1 .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 32px;
}
.cid-sPU4YVWUJ1 .item {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  flex-wrap: wrap;
}
.cid-sPU4YVWUJ1 .mbr-section-subtitle {
  margin: 0;
  width: 100%;
}
.cid-sPU4YVWUJ1 .numbers-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-sPU4YVWUJ1 .number-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-sPU4YVWUJ1 .color-text {
  color: #0057fc;
}
.cid-sPU4YVWUJ1 .text-box {
  width: 100%;
}
.cid-sPU4YVWUJ1 .icon-text {
  width: 100%;
}
.cid-sPU4YVWUJ1 .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-sPU4YVWUJ1 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sPU4YVWUJ1 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sQawFZSGxf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffdd0f;
}
@media (min-width: 768px) {
  .cid-sQawFZSGxf {
    background-image: url("https://mobirise.com/extensions/appm5/assets/images/team1.png");
    background-position: 100% center  !important;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-sQawFZSGxf .row {
  align-items: center;
}
.cid-sQawFZSGxf .image-wrapper {
  padding: 1rem;
}
.cid-sQawFZSGxf .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-sQawFZSGxf .label-text {
  width: 100%;
  color: #111111;
}
.cid-sQawFZSGxf .mbr-section-title {
  margin-bottom: 12px;
}
.cid-sQawFZSGxf .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 12px;
}
.cid-sQawFZSGxf .btn-container {
  width: 100%;
}
.cid-sQawFZSGxf .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-sQawFZSGxf .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sQawFZSGxf .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sQawFZSGxf .btn-black-outline {
  border: 1px solid currentColor;
}
.cid-sQawFZSGxf .btn-black-outline:hover {
  color: #ffffff !important;
  background: #111111 !important;
}
.cid-sQawFZSGxf .elementor-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: rotate(180deg);
  line-height: 0;
  direction: ltr;
}
.cid-sQawFZSGxf .elementor-shape svg {
  fill: #ffffff;
}
.cid-sPU5s8DxsW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sPU5s8DxsW img,
.cid-sPU5s8DxsW .item-img {
  width: 100%;
}
.cid-sPU5s8DxsW .item:focus,
.cid-sPU5s8DxsW span:focus {
  outline: none;
}
.cid-sPU5s8DxsW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sPU5s8DxsW .item-wrapper {
  position: relative;
  background: #649afc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sPU5s8DxsW .item-content {
  padding: 25px 1rem 0;
}
.cid-sPU5s8DxsW .item-content a:not(.btn):hover {
  color: #0057fc !important;
  background-image: none !important;
}
.cid-sPU5s8DxsW .item-wrapper {
  background: transparent;
}
.cid-sPU5s8DxsW .item-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-sPU5s8DxsW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sPU5s8DxsW .mbr-section-title,
.cid-sPU5s8DxsW .mbr-section-subtitle {
  text-align: center;
  color: #111111;
}
.cid-sPU5s8DxsW .mbr-text,
.cid-sPU5s8DxsW .mbr-section-btn {
  text-align: center;
}
.cid-sPU5s8DxsW .item-title {
  text-align: center;
}
.cid-sPU5s8DxsW .item-subtitle {
  text-align: center;
}
.cid-sPU5s8DxsW .item-img {
  overflow: hidden;
}
.cid-sPU5s8DxsW .item-img img {
  width: 100%;
}
.cid-sPU5s8DxsW .mbr-section-head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-sPU5s8DxsW .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-sPU5A484Na {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sPU5A484Na .row {
  align-items: center;
}
.cid-sPU5A484Na .image-wrapper {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-sPU5A484Na .image-wrapper {
    padding: 40px 1rem 1rem 1rem;
  }
}
.cid-sPU5A484Na .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-sPU5A484Na .header-text {
  width: 100%;
  margin-bottom: 20px;
}
.cid-sPU5A484Na .label-text {
  width: 100%;
  color: #111111;
  margin-bottom: 0;
}
.cid-sPU5A484Na .mbr-section-title {
  width: 100%;
  margin-bottom: 8px;
}
.cid-sPU5A484Na .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
.cid-sPU5A484Na .contacts-text {
  color: #111111;
  letter-spacing: inherit;
  margin-bottom: 20px;
  width: 100%;
}
.cid-sPU5A484Na .icons-menu {
  margin-left: -8px;
  margin-right: -8px;
  width: 100%;
}
.cid-sPU5A484Na .iconfont-wrapper {
  color: #111111 !important;
}
.cid-sPU5A484Na .iconfont-wrapper:hover {
  color: #0057fc !important;
}
.cid-sPU5A484Na .mbr-iconfont {
  padding: 5px 8px;
  font-size: 15px;
}
.cid-sPU5noJGPy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sPU5noJGPy .mbr-media {
  position: relative;
  width: 100%;
  display: flex;
}
.cid-sPU5noJGPy .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-sPU5noJGPy .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-sPU5noJGPy .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: #ffffff;
  padding: 10px;
  display: flex;
  justify-content: center;
  min-width: 65px;
  min-height: 65px;
  border-radius: 50%;
  align-items: center;
}
.cid-sPU5noJGPy .icon-wrap a:hover {
  background-image: none !important;
}
.cid-sPU5noJGPy .icon-wrap span {
  margin-left: 5px;
}
.cid-sPU5noJGPy .box {
  height: 500px;
  display: flex;
}
@media (max-width: 767px) {
  .cid-sPU5noJGPy .box {
    height: 300px;
  }
}
.cid-sPU5noJGPy .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sPU5noJGPy .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sPU5noJGPy .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sPU5noJGPy .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  border: 2px solid #fff;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sPU5noJGPy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sPU5noJGPy .mbr-section-subtitle {
  color: #555555;
}
.cid-sPU4XAgHFQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sPU4XAgHFQ .row {
  align-items: center;
}
.cid-sPU4XAgHFQ .image-wrapper {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-sPU4XAgHFQ .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-sPU4XAgHFQ .text-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 30px 0 0;
}
@media (min-width: 992px) {
  .cid-sPU4XAgHFQ .text-wrapper {
    padding: 0 0 0 60px;
  }
}
.cid-sPU4XAgHFQ .text-container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sPU4XAgHFQ .text-container {
    width: 550px;
    flex-shrink: 1;
  }
}
.cid-sPU4XAgHFQ .label-text {
  width: 100%;
  color: #0057fc;
}
.cid-sPU4XAgHFQ .mbr-section-title {
  margin-bottom: 12px;
}
.cid-sPU4XAgHFQ .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 32px;
}
.cid-sPU4XAgHFQ .item {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  flex-wrap: wrap;
}
.cid-sPU4XAgHFQ .mbr-section-subtitle {
  margin: 0;
  width: 100%;
}
.cid-sPU4XAgHFQ .numbers-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-sPU4XAgHFQ .number-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-sPU4XAgHFQ .color-text {
  color: #0057fc;
}
.cid-sPU4XAgHFQ .text-box {
  width: 100%;
}
.cid-sPU4XAgHFQ .icon-text {
  width: 100%;
}
.cid-sPU4XAgHFQ .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-sPU4XAgHFQ .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sPU4XAgHFQ .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sQawJnUCUp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQawJnUCUp .title-item {
  flex-wrap: nowrap;
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-sQawJnUCUp .title-item {
    margin-bottom: 30px;
  }
}
.cid-sQawJnUCUp .title-icon-box {
  width: 100%;
  max-width: 660px;
  margin: 0 auto 32px;
}
.cid-sQawJnUCUp .title-icon-box .mbr-iconfont {
  color: #0057fc;
}
.cid-sQawJnUCUp .mbr-section-title {
  max-width: 660px;
  margin: 0 auto 12px;
}
.cid-sQawJnUCUp .mbr-text {
  max-width: 660px;
  margin: 0 auto;
  color: #555555;
}
.cid-sQawJnUCUp .carousel {
  margin-bottom: 80px;
}
.cid-sQawJnUCUp .carousel,
.cid-sQawJnUCUp .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sQawJnUCUp .item-wrapper {
  width: 100%;
}
.cid-sQawJnUCUp .carousel-caption {
  bottom: 40px;
  position: static;
  padding: 30px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-sQawJnUCUp .carousel-caption {
    padding: 15px;
  }
}
.cid-sQawJnUCUp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-sQawJnUCUp .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sQawJnUCUp .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .cid-sQawJnUCUp .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sQawJnUCUp .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sQawJnUCUp .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sQawJnUCUp .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sQawJnUCUp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sQawJnUCUp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sQawJnUCUp .carousel-control {
    top: auto;
    bottom: 50%;
    transform: translateY(50%);
  }
}
.cid-sQawJnUCUp .carousel-indicators {
  position: absolute;
  bottom: -80px;
  margin-top: 40px;
  margin-bottom: 20px !important;
}
.cid-sQawJnUCUp .carousel-indicators li {
  height: 6px;
  width: 6px;
  margin: 3px 10px;
  background-color: transparent;
  border: 2px solid #111111;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-sQawJnUCUp .carousel-indicators li.active,
.cid-sQawJnUCUp .carousel-indicators li:hover {
  background-color: #0057fc;
  border: 2px solid #0057fc;
}
.cid-sQawJnUCUp .carousel-indicators li::after,
.cid-sQawJnUCUp .carousel-indicators li::before {
  content: none;
}
.cid-sQawJnUCUp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sQawJnUCUp .carousel-indicators {
    display: none !important;
  }
}
.cid-sQawJnUCUp .mbr-section-subtitle {
  color: #555555;
}
.cid-sQawJnUCUp .name-text {
  color: #111111;
}
.cid-sQawJnUCUp .prof-text {
  color: #555555;
  font-style: italic;
}
.cid-sQawJnUCUp .item-menu-overlay {
  display: none !important;
}
.cid-sQawJnUCUp .user-container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-sQawJnUCUp .user-container {
    padding-top: 15px;
  }
}
.cid-sQawJnUCUp .user-wrap {
  display: flex;
  align-items: center;
  padding-right: 1rem;
}
.cid-sQawJnUCUp .avatar-img {
  position: relative;
  margin-right: 20px;
}
.cid-sQawJnUCUp .avatar-img img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-sQawJnUCUp .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sQawJnUCUp .icon-box .mbr-iconfont {
  color: #555555;
}
.cid-sPU5AQavJA {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sPU5AQavJA .row {
  align-items: center;
}
.cid-sPU5AQavJA .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-sPU5AQavJA .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-sPU5AQavJA .header-text {
    margin-bottom: 20px;
  }
}
.cid-sPU5AQavJA .mbr-section-title {
  width: 100%;
  margin-bottom: 8px;
}
.cid-sPU5AQavJA .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 0;
}
.cid-sPU4QPDouZ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://mobirise.com/extensions/appm5/assets/images/background6.jpg");
}
.cid-sPU4QPDouZ .row {
  align-items: center;
}
.cid-sPU4QPDouZ .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-sPU4QPDouZ .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-sPU4QPDouZ .header-text {
    margin-bottom: 20px;
  }
}
.cid-sPU4QPDouZ .mbr-section-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sPU4QPDouZ .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-sPU4QPDouZ .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-sPU4QPDouZ .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sPU4QPDouZ .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sPU4QPDouZ .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-sPU4QPDouZ .btn-white-outline:hover {
  color: #0057fc !important;
  background: #ffffff !important;
}
.cid-sPU5Bzjo5Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-sPU5Bzjo5Q .google-map {
  height: 30rem;
  position: relative;
}
.cid-sPU5Bzjo5Q .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sPU5Bzjo5Q .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sPU5Bzjo5Q .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sPU5Bzjo5Q .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sPU5Bzjo5Q .mbr-section-title {
  width: 100%;
  margin-bottom: 8px;
}
.cid-sPU5Bzjo5Q .mbr-section-subtitle {
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
.cid-sPU5rCMRtK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sPU5rCMRtK .container,
.cid-sPU5rCMRtK .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-sPU5rCMRtK .row {
  align-items: center;
  max-width: 870px;
  width: 870px;
}
.cid-sPU5rCMRtK .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-sPU5rCMRtK .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-sPU5rCMRtK .img-item {
  overflow: hidden;
}
.cid-sPU5rCMRtK .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-sPU5rCMRtK .img-item:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-sPU5rCMRtK .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-sPU5rCMRtK .text-container {
  display: flex;
  flex-direction: column;
}
.cid-sPU5rCMRtK .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-sPU5rCMRtK .mbr-text a:not(.btn):hover {
  color: #0057fc !important;
  background-image: none !important;
}
.cid-sPU5rCMRtK .mbr-section-title {
  margin-bottom: 12px;
}
.cid-sPU5rCMRtK .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-sPU5rCMRtK .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-sPU5rCMRtK .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-sPU5rCMRtK .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-sPGtICp9Rw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sPGtICp9Rw .mbr-text {
  color: #111111;
}
.cid-sQauA0RDrh .navbar-dropdown {
  position: relative !important;
}
.cid-sQauA0RDrh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sQauA0RDrh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sQauA0RDrh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sQauA0RDrh .dropdown-item:hover,
.cid-sQauA0RDrh .dropdown-item:focus {
  background: #0057fc !important;
  color: white !important;
}
.cid-sQauA0RDrh .dropdown-item:hover span {
  color: white;
}
.cid-sQauA0RDrh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sQauA0RDrh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sQauA0RDrh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sQauA0RDrh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sQauA0RDrh .nav-link {
  position: relative;
}
.cid-sQauA0RDrh .container {
  display: flex;
  margin: auto;
}
.cid-sQauA0RDrh .iconfont-wrapper {
  color: #0057fc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sQauA0RDrh .dropdown-menu,
.cid-sQauA0RDrh .navbar.opened {
  background: #ffffff !important;
}
.cid-sQauA0RDrh .nav-item:focus,
.cid-sQauA0RDrh .nav-link:focus {
  outline: none;
}
.cid-sQauA0RDrh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sQauA0RDrh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQauA0RDrh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sQauA0RDrh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sQauA0RDrh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQauA0RDrh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQauA0RDrh .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sQauA0RDrh .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-sQauA0RDrh .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sQauA0RDrh .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  box-shadow: none;
  padding: 0 12px !important;
}
.cid-sQauA0RDrh .navbar.opened {
  transition: all 0.3s;
}
.cid-sQauA0RDrh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sQauA0RDrh .navbar .navbar-logo img {
  width: auto;
}
.cid-sQauA0RDrh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sQauA0RDrh .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-sQauA0RDrh .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-sQauA0RDrh .navbar.collapsed {
  justify-content: center;
}
.cid-sQauA0RDrh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQauA0RDrh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sQauA0RDrh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQauA0RDrh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQauA0RDrh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sQauA0RDrh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-sQauA0RDrh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sQauA0RDrh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sQauA0RDrh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQauA0RDrh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQauA0RDrh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQauA0RDrh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQauA0RDrh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sQauA0RDrh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sQauA0RDrh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQauA0RDrh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQauA0RDrh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sQauA0RDrh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sQauA0RDrh .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sQauA0RDrh .navbar.navbar-short {
  min-height: 60px;
}
.cid-sQauA0RDrh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sQauA0RDrh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-sQauA0RDrh .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-sQauA0RDrh .navbar {
    padding: 0 50px !important;
  }
}
.cid-sQauA0RDrh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sQauA0RDrh .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-sQauA0RDrh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-sQauA0RDrh .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-sQauA0RDrh .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-sQauA0RDrh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQauA0RDrh .dropdown-item.active,
.cid-sQauA0RDrh .dropdown-item:active {
  background-color: transparent;
}
.cid-sQauA0RDrh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQauA0RDrh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQauA0RDrh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQauA0RDrh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sQauA0RDrh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQauA0RDrh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQauA0RDrh ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sQauA0RDrh ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-sQauA0RDrh .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQauA0RDrh .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-sQauA0RDrh .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-sQauA0RDrh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-sQauA0RDrh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sQauA0RDrh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQauA0RDrh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-sQauA0RDrh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-sQauA0RDrh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-sQauA0RDrh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQauA0RDrh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-sQauA0RDrh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-sQauA0RDrh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQauA0RDrh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sQauA0RDrh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sQauA0RDrh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQauA0RDrh .navbar {
    height: 100px;
  }
  .cid-sQauA0RDrh .navbar.opened {
    height: auto;
  }
  .cid-sQauA0RDrh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQauA0RDrh .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-sQauA0RDrh .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-sQauA0RDrh .nav-link:before {
  content: '';
  position: absolute;
  color: #0057fc;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
