body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #fac616 !important;
}
.bg-success {
  background-color: #279e64 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fac616 !important;
  border-color: #fac616 !important;
  color: #110d00 !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: #b58d04 !important;
  border-color: #b58d04 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #110d00 !important;
  background-color: #b58d04 !important;
  border-color: #b58d04 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !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: #a80000 !important;
  border-color: #a80000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a80000 !important;
  border-color: #a80000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !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: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #279e64 !important;
  border-color: #279e64 !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: #165838 !important;
  border-color: #165838 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #165838 !important;
  border-color: #165838 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !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: #232323 !important;
  border-color: #232323 !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: #fac616;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b58d04 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #110d00 !important;
  background-color: #fac616 !important;
  border-color: #fac616 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff0000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a80000 !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: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !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: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #279e64;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #165838 !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: #279e64 !important;
  border-color: #279e64 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !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: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.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: #232323 !important;
  border-color: #232323 !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: #fac616 !important;
}
.text-secondary {
  color: #ff0000 !important;
}
.text-success {
  color: #279e64 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a68104 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #990000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #134c30 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #fac616;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fac616;
  border-color: #fac616;
  color: #2a2001;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fac616;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef7de;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #6adaa4;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #fac616 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #fac616;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fac616;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fac616;
}
.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: #fac616;
  border-bottom-color: #fac616;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #fac616 !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: #ff0000 !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='%23fac616' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uI2tDZsZqY .navbar {
  padding: 0.5rem 0;
  background: #fac616;
  transition: none;
  min-height: 50px;
}
.cid-uI2tDZsZqY .navbar-fixed-top {
  padding-top: 0;
}
.cid-uI2tDZsZqY .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uI2tDZsZqY .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uI2tDZsZqY .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uI2tDZsZqY .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uI2tDZsZqY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uI2tDZsZqY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uI2tDZsZqY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uI2tDZsZqY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uI2tDZsZqY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uI2tDZsZqY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uI2tDZsZqY .menu-content-top {
  background: #353535;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uI2tDZsZqY .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-uI2tDZsZqY .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uI2tDZsZqY .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-uI2tDZsZqY .dropdown-item,
.cid-uI2tDZsZqY .nav-link,
.cid-uI2tDZsZqY .brand-name {
  font-style: normal;
}
.cid-uI2tDZsZqY .dropdown-item:hover,
.cid-uI2tDZsZqY .nav-link:hover,
.cid-uI2tDZsZqY .brand-name:hover {
  color: #279e64 !important;
}
.cid-uI2tDZsZqY .dropdown-menu {
  background-color: #ffffff;
}
.cid-uI2tDZsZqY .dropdown-item:active {
  background-color: #ffffff;
}
.cid-uI2tDZsZqY .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uI2tDZsZqY .navbar-dropdown.bg-color.transparent.opened {
  background: #fac616;
}
.cid-uI2tDZsZqY .nav-item {
  position: relative;
}
.cid-uI2tDZsZqY .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uI2tDZsZqY .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uI2tDZsZqY .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-uI2tDZsZqY .nav-link {
    line-height: 6.13;
  }
  .cid-uI2tDZsZqY .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uI2tDZsZqY .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-uI2tDZsZqY .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI2tDZsZqY .content-text {
  margin-bottom: 0;
}
.cid-uI2tDZsZqY .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uI2tDZsZqY .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fac616;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uI2tDZsZqY .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uI2tDZsZqY .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uI2tDZsZqY .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-uI2tDZsZqY .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uI2tDZsZqY .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uI2tDZsZqY .content-right-side {
  text-align: center;
}
.cid-uI2tDZsZqY .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uI2tDZsZqY .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uI2tDZsZqY .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ff0000;
}
.cid-uI2tDZsZqY .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uI2tDZsZqY .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uI2tDZsZqY .info-widget:first-child {
  margin-left: 0;
}
.cid-uI2tDZsZqY .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uI2tDZsZqY .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-uI2tDZsZqY .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uI2tDZsZqY .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #fac616;
}
@media (min-width: 992px) {
  .cid-uI2tDZsZqY .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uI2tDZsZqY .navbar {
    display: block;
    padding: 0;
  }
  .cid-uI2tDZsZqY .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uI2tDZsZqY .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uI2tDZsZqY .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uI2tDZsZqY .navbar-toggler {
    display: none;
  }
  .cid-uI2tDZsZqY .navbar-collapse {
    justify-content: center;
  }
}
.cid-uI2tDZsZqY .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uI2tDZsZqY .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-uI2tDZsZqY .btn-sm {
  padding: 13px 29px;
}
.cid-uI2tDZsZqY .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uI2tDZsZqY .btn::after {
  background-color: #47b5ed;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uI2tDZsZqY .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uI2tDZsZqY .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uI2tDZsZqY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uI2tDZsZqY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uI2tDZsZqY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uI2tDZsZqY .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uI2tDZsZqY .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uI2tDZsZqY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI2tDZsZqY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI2tDZsZqY .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uI2tDZsZqY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uI2tDZsZqY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI2tDZsZqY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uI2tDZsZqY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI2tDZsZqY .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uI2tDZsZqY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uI2tDZsZqY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uI2tDZsZqY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uI2tDZsZqY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uI2tDZsZqY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-uI2tDZsZqY button.navbar-toggler:focus {
  outline: none;
}
.cid-uI2tDZsZqY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uI2tDZsZqY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uI2tDZsZqY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI2tDZsZqY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI2tDZsZqY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI2tDZsZqY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI2tDZsZqY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI2tDZsZqY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI2tDZsZqY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI2tDZsZqY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI2tDZsZqY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI2tDZsZqY .collapsed .btn {
  display: flex;
}
.cid-uI2tDZsZqY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uI2tDZsZqY .collapsed .navbar-collapse.collapsing,
.cid-uI2tDZsZqY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uI2tDZsZqY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uI2tDZsZqY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uI2tDZsZqY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uI2tDZsZqY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uI2tDZsZqY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uI2tDZsZqY .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uI2tDZsZqY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uI2tDZsZqY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uI2tDZsZqY .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uI2tDZsZqY .collapsed button.navbar-toggler {
  display: block;
}
.cid-uI2tDZsZqY .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uI2tDZsZqY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uI2tDZsZqY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uI2tDZsZqY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uI2tDZsZqY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uI2tDZsZqY .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uI2tDZsZqY .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uI2tDZsZqY .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uI2tDZsZqY .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uI2tDZsZqY .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uI2tDZsZqY .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-uI2tDZsZqY .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uI2tDZsZqY .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uI2tDZsZqY .navbar-collapse.collapsing,
  .cid-uI2tDZsZqY .navbar-collapse.show {
    display: block !important;
  }
  .cid-uI2tDZsZqY .navbar-collapse.collapsing .navbar-nav,
  .cid-uI2tDZsZqY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uI2tDZsZqY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uI2tDZsZqY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uI2tDZsZqY .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uI2tDZsZqY .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-uI2tDZsZqY .navbar-collapse.collapsing .navbar-buttons,
  .cid-uI2tDZsZqY .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uI2tDZsZqY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uI2tDZsZqY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uI2tDZsZqY img {
    height: 3.8rem !important;
  }
  .cid-uI2tDZsZqY .btn {
    display: flex;
  }
  .cid-uI2tDZsZqY button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uI2tDZsZqY .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uI2tDZsZqY .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uI2tDZsZqY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uI2tDZsZqY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uI2tDZsZqY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uI2tDZsZqY .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uI2tDZsZqY .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uI2tDZsZqY .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uI2tDZsZqY .navbar-toggler {
  position: relative;
}
.cid-uI2tDZsZqY .dropdown-item.active,
.cid-uI2tDZsZqY .dropdown-item:active {
  color: initial;
}
.cid-uI2tDZsZqY .widget-title {
  color: #47b5ed;
}
.cid-uI2tDZsZqY .widget-text {
  color: #47b5ed;
}
.cid-uI2tDZsZqY .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uI2tDZsZqY .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #fac616;
  display: inline-flex;
  background-color: #fac616;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uI2tDZsZqY .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uI2tDZsZqY .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uI2tDZsZqY .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-uI2tDZsZqY .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-uI2tDZsZqY .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-uI2tDZsZqY .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-uI2tDZsZqY .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-uI2tDZsZqY .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uI2tDZsZqY .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-uI2tDZsZqY .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-uI2tDZsZqY .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uI2tDZsZqY .menu-content-top,
  .cid-uI2tDZsZqY .menu-bottom {
    padding: 0 15px;
  }
  .cid-uI2tDZsZqY button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uI2tDZsZqY .widget-title,
.cid-uI2tDZsZqY .widget-icon {
  color: #f4efef;
}
.cid-uI8VOycc2G {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #fac616 10%, #000000 100%) !important;
}
.cid-uI8VOycc2G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI8VOycc2G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJt8MP6XqB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJt8MP6XqB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJt8MP6XqB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJt8MP6XqB .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJt8MP6XqB .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJt8MP6XqB .container {
    padding: 0 24px;
  }
}
.cid-uJt8MP6XqB .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJt8MP6XqB .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJt8MP6XqB .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJt8MP6XqB .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJt8MP6XqB .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJt8MP6XqB .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJt8MP6XqB .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJt8MP6XqB .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJt8MP6XqB .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJt8MP6XqB .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJt8MP6XqB .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJt8MP6XqB .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJt8MP6XqB .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJt8MP6XqB .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJt8MP6XqB .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJt8MP6XqB .mbr-section-title {
  color: #141414;
}
.cid-uJt8MP6XqB .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJt8MP6XqB .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJt8MP6XqB .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJt8MP6XqB .mbr-section-title,
.cid-uJt8MP6XqB .mbr-section-btn {
  text-align: center;
}
.cid-uI8WP4aaNK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uI8WP4aaNK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI8WP4aaNK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uI8WP4aaNK .container {
    padding: 0 15px;
  }
}
.cid-uI8WP4aaNK .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uI8WP4aaNK .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uI8WP4aaNK .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uI8WP4aaNK .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uI8WP4aaNK .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uI8WP4aaNK .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uI8WP4aaNK .mbr-section-title {
  color: #131c28;
}
.cid-uI8WP4aaNK .mbr-desc {
  color: #131c28;
}
.cid-uJtgg1BJft {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJtgg1BJft .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJtgg1BJft .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJtgg1BJft .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJtgg1BJft .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJtgg1BJft .container {
    padding: 0 24px;
  }
}
.cid-uJtgg1BJft .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJtgg1BJft .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJtgg1BJft .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJtgg1BJft .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJtgg1BJft .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJtgg1BJft .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJtgg1BJft .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJtgg1BJft .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJtgg1BJft .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJtgg1BJft .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJtgg1BJft .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJtgg1BJft .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJtgg1BJft .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJtgg1BJft .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJtgg1BJft .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJtgg1BJft .mbr-section-title {
  color: #141414;
}
.cid-uJtgg1BJft .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJtgg1BJft .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJtgg1BJft .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJtgg1BJft .mbr-section-title,
.cid-uJtgg1BJft .mbr-section-btn {
  text-align: center;
}
.cid-uI6mQaoYsa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uI6mQaoYsa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI6mQaoYsa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI6mQaoYsa .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uI6mQaoYsa .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uI6mQaoYsa .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uI6mQaoYsa .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uI6mQaoYsa .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uI6mQaoYsa .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uI6mQaoYsa .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uI6mQaoYsa .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uI6mQaoYsa .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uI6mQaoYsa .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uI6mQaoYsa .mbr-section-title {
  color: #191c25;
}
.cid-uI6mQaoYsa .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uI6mQaoYsa .mbr-section-title,
.cid-uI6mQaoYsa .mbr-section-btn,
.cid-uI6mQaoYsa .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJoQTLcVAi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fac616;
}
.cid-uJoQTLcVAi .mbr-link {
  opacity: 0;
  color: #ffffff;
  transition: all 0.3s;
  text-align: center;
}
.cid-uJoQTLcVAi .item-wrapper {
  overflow: hidden;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  border-radius: 30px;
  flex-flow: column nowrap;
  padding: 2rem;
}
.cid-uJoQTLcVAi .item-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: black;
  transition: all 0.3s;
  opacity: 0.3;
}
.cid-uJoQTLcVAi .item-wrapper:hover .item-content,
.cid-uJoQTLcVAi .item-wrapper:focus-within .item-content {
  opacity: 1;
  transform: translateY(0px);
}
.cid-uJoQTLcVAi .item-wrapper:hover .mbr-link,
.cid-uJoQTLcVAi .item-wrapper:focus-within .mbr-link {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uJoQTLcVAi .item-wrapper .item-content {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-uJoQTLcVAi .item-wrapper .item-img {
    transform: scale(1.1);
  }
  .cid-uJoQTLcVAi .item-wrapper:before {
    opacity: 0.5;
  }
  .cid-uJoQTLcVAi .item-wrapper .mbr-link {
    opacity: 1;
  }
}
.cid-uJoQTLcVAi .item-img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.cid-uJoQTLcVAi .item-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-uJoQTLcVAi .item-content {
  z-index: 3;
  opacity: 1;
  transition: all 0.3s;
  position: relative;
  transform: translateY(50px);
}
.cid-uJoQTLcVAi .item:focus,
.cid-uJoQTLcVAi span:focus {
  outline: none;
}
.cid-uJoQTLcVAi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uJoQTLcVAi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uJoQTLcVAi .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uJoQTLcVAi .mbr-text,
.cid-uJoQTLcVAi .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uJoQTLcVAi .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJoQTLcVAi .mbr-section-subtitle {
  text-align: center;
}
.cid-uI94ZhV5KC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uI94ZhV5KC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI94ZhV5KC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI94ZhV5KC .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uI94ZhV5KC .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uI94ZhV5KC .container {
    padding: 0 24px;
  }
}
.cid-uI94ZhV5KC .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uI94ZhV5KC .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uI94ZhV5KC .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uI94ZhV5KC .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uI94ZhV5KC .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uI94ZhV5KC .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uI94ZhV5KC .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uI94ZhV5KC .content-wrapper .mbr-section-btn .btn:hover,
.cid-uI94ZhV5KC .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uI94ZhV5KC .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uI94ZhV5KC .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uI94ZhV5KC .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uI94ZhV5KC .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uI94ZhV5KC .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uI94ZhV5KC .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uI94ZhV5KC .mbr-section-title {
  color: #141414;
}
.cid-uI94ZhV5KC .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uI94ZhV5KC .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uI94ZhV5KC .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uI94ZhV5KC .mbr-section-title,
.cid-uI94ZhV5KC .mbr-section-btn {
  text-align: center;
}
.cid-uI6qQuDuxZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/showroom202203-990x556.jpg");
}
.cid-uI6qQuDuxZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI6qQuDuxZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uI6qQuDuxZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uI6qQuDuxZ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uI6qQuDuxZ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uI6qQuDuxZ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uI6qQuDuxZ .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uI6qQuDuxZ .mbr-text,
.cid-uI6qQuDuxZ .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uJt8ZoOwHI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJt8ZoOwHI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJt8ZoOwHI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJt8ZoOwHI .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJt8ZoOwHI .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJt8ZoOwHI .container {
    padding: 0 24px;
  }
}
.cid-uJt8ZoOwHI .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJt8ZoOwHI .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJt8ZoOwHI .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJt8ZoOwHI .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJt8ZoOwHI .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJt8ZoOwHI .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJt8ZoOwHI .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJt8ZoOwHI .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJt8ZoOwHI .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJt8ZoOwHI .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJt8ZoOwHI .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJt8ZoOwHI .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJt8ZoOwHI .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJt8ZoOwHI .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJt8ZoOwHI .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJt8ZoOwHI .mbr-section-title {
  color: #141414;
}
.cid-uJt8ZoOwHI .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJt8ZoOwHI .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJt8ZoOwHI .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJt8ZoOwHI .mbr-section-title,
.cid-uJt8ZoOwHI .mbr-section-btn {
  text-align: center;
}
.cid-uKjMrlNrmC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uKjMrlNrmC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjMrlNrmC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjMrlNrmC .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uKjMrlNrmC .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uKjMrlNrmC .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uKjMrlNrmC .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uKjMrlNrmC .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uKjMrlNrmC .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uKjMrlNrmC .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjMrlNrmC .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uKjMrlNrmC .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uKjMrlNrmC .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uKjMrlNrmC .mbr-section-title {
  color: #191c25;
}
.cid-uKjMrlNrmC .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uKjMrlNrmC .mbr-section-title,
.cid-uKjMrlNrmC .mbr-section-btn,
.cid-uKjMrlNrmC .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uIwLKm4ulx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uIwLKm4ulx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwLKm4ulx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwLKm4ulx .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uIwLKm4ulx .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIwLKm4ulx .container {
    padding: 0 24px;
  }
}
.cid-uIwLKm4ulx .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uIwLKm4ulx .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uIwLKm4ulx .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uIwLKm4ulx .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uIwLKm4ulx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIwLKm4ulx .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uIwLKm4ulx .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uIwLKm4ulx .content-wrapper .mbr-section-btn .btn:hover,
.cid-uIwLKm4ulx .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uIwLKm4ulx .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uIwLKm4ulx .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uIwLKm4ulx .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uIwLKm4ulx .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uIwLKm4ulx .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uIwLKm4ulx .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uIwLKm4ulx .mbr-section-title {
  color: #141414;
}
.cid-uIwLKm4ulx .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uIwLKm4ulx .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uIwLKm4ulx .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uIwLKm4ulx .mbr-section-title,
.cid-uIwLKm4ulx .mbr-section-btn {
  text-align: center;
}
.cid-uJoS3RWbPS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fac616;
}
.cid-uJoS3RWbPS .mbr-link {
  opacity: 0;
  color: #ffffff;
  transition: all 0.3s;
  text-align: center;
}
.cid-uJoS3RWbPS .item-wrapper {
  overflow: hidden;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  border-radius: 30px;
  flex-flow: column nowrap;
  padding: 2rem;
}
.cid-uJoS3RWbPS .item-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: black;
  transition: all 0.3s;
  opacity: 0.3;
}
.cid-uJoS3RWbPS .item-wrapper:hover .item-content,
.cid-uJoS3RWbPS .item-wrapper:focus-within .item-content {
  opacity: 1;
  transform: translateY(0px);
}
.cid-uJoS3RWbPS .item-wrapper:hover .mbr-link,
.cid-uJoS3RWbPS .item-wrapper:focus-within .mbr-link {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uJoS3RWbPS .item-wrapper .item-content {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-uJoS3RWbPS .item-wrapper .item-img {
    transform: scale(1.1);
  }
  .cid-uJoS3RWbPS .item-wrapper:before {
    opacity: 0.5;
  }
  .cid-uJoS3RWbPS .item-wrapper .mbr-link {
    opacity: 1;
  }
}
.cid-uJoS3RWbPS .item-img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.cid-uJoS3RWbPS .item-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-uJoS3RWbPS .item-content {
  z-index: 3;
  opacity: 1;
  transition: all 0.3s;
  position: relative;
  transform: translateY(50px);
}
.cid-uJoS3RWbPS .item:focus,
.cid-uJoS3RWbPS span:focus {
  outline: none;
}
.cid-uJoS3RWbPS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uJoS3RWbPS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uJoS3RWbPS .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uJoS3RWbPS .mbr-text,
.cid-uJoS3RWbPS .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uJoS3RWbPS .item-title {
  color: #fac616;
  text-align: center;
}
.cid-uJoS3RWbPS .mbr-section-subtitle {
  text-align: center;
}
.cid-uJWt4nKdqV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJWt4nKdqV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJWt4nKdqV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJWt4nKdqV .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJWt4nKdqV .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJWt4nKdqV .container {
    padding: 0 24px;
  }
}
.cid-uJWt4nKdqV .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJWt4nKdqV .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJWt4nKdqV .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJWt4nKdqV .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJWt4nKdqV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJWt4nKdqV .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJWt4nKdqV .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJWt4nKdqV .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJWt4nKdqV .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJWt4nKdqV .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJWt4nKdqV .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJWt4nKdqV .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJWt4nKdqV .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJWt4nKdqV .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJWt4nKdqV .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJWt4nKdqV .mbr-section-title {
  color: #141414;
}
.cid-uJWt4nKdqV .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJWt4nKdqV .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJWt4nKdqV .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJWt4nKdqV .mbr-section-title,
.cid-uJWt4nKdqV .mbr-section-btn {
  text-align: center;
}
.cid-uJt5wsR6Ja {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/showroom202203-990x556.jpg");
}
.cid-uJt5wsR6Ja .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJt5wsR6Ja .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJt5wsR6Ja .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJt5wsR6Ja .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJt5wsR6Ja .content-wrapper {
  margin: 0 -8px;
}
.cid-uJt5wsR6Ja .content-wrapper .card {
  padding: 0 8px;
}
.cid-uJt5wsR6Ja .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJt5wsR6Ja .image-wrapper {
    margin-bottom: 12px;
  }
}
.cid-uJt5wsR6Ja .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJt5wsR6Ja .image-wrapper img {
    height: 300px;
  }
}
.cid-uJt5wsR6Ja .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-uJt5wsR6Ja .items-wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uJt5wsR6Ja .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #fac616;
  padding: 64px;
}
@media (max-width: 1440px) {
  .cid-uJt5wsR6Ja .items-wrapper .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uJt5wsR6Ja .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uJt5wsR6Ja .items-wrapper .item .item-wrapper .iconfont-wrap {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uJt5wsR6Ja .items-wrapper .item .item-wrapper .iconfont-wrap {
    margin-bottom: 24px;
  }
}
.cid-uJt5wsR6Ja .items-wrapper .item .item-wrapper .iconfont-wrap .mbr-iconfont {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #dd2b1c;
  font-size: 36px;
  color: #e5e5e5;
}
.cid-uJt5wsR6Ja .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uJt5wsR6Ja .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uJt5wsR6Ja .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 24px;
}
.cid-uJt5wsR6Ja .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJt5wsR6Ja .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uJt5wsR6Ja .card-title {
  color: #2c2c26;
}
.cid-uJt5wsR6Ja .card-text {
  color: #000000;
}
.cid-uJt5wsR6Ja .card-title,
.cid-uJt5wsR6Ja .iconfont-wrap {
  color: #e43f3f;
}
.cid-uINDbn44Rl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uINDbn44Rl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINDbn44Rl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINDbn44Rl .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uINDbn44Rl .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uINDbn44Rl .container {
    padding: 0 24px;
  }
}
.cid-uINDbn44Rl .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uINDbn44Rl .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uINDbn44Rl .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uINDbn44Rl .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uINDbn44Rl .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uINDbn44Rl .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uINDbn44Rl .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uINDbn44Rl .content-wrapper .mbr-section-btn .btn:hover,
.cid-uINDbn44Rl .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uINDbn44Rl .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uINDbn44Rl .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uINDbn44Rl .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uINDbn44Rl .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uINDbn44Rl .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uINDbn44Rl .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uINDbn44Rl .mbr-section-title {
  color: #141414;
}
.cid-uINDbn44Rl .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uINDbn44Rl .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uINDbn44Rl .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uINDbn44Rl .mbr-section-title,
.cid-uINDbn44Rl .mbr-section-btn {
  text-align: center;
}
.cid-uJt4PoS891 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uJt4PoS891 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJt4PoS891 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJt4PoS891 .container {
    padding: 0 15px;
  }
}
.cid-uJt4PoS891 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJt4PoS891 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJt4PoS891 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uJt4PoS891 .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uJt4PoS891 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uJt4PoS891 .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uJt4PoS891 .mbr-section-title {
  color: #131c28;
}
.cid-uJt4PoS891 .mbr-desc {
  color: #131c28;
}
.cid-uJt4PoS891 .mbr-text {
  text-align: center;
}
.cid-uJWtazhsKd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJWtazhsKd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJWtazhsKd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJWtazhsKd .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJWtazhsKd .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJWtazhsKd .container {
    padding: 0 24px;
  }
}
.cid-uJWtazhsKd .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJWtazhsKd .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJWtazhsKd .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJWtazhsKd .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJWtazhsKd .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJWtazhsKd .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJWtazhsKd .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJWtazhsKd .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJWtazhsKd .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJWtazhsKd .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJWtazhsKd .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJWtazhsKd .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJWtazhsKd .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJWtazhsKd .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJWtazhsKd .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJWtazhsKd .mbr-section-title {
  color: #141414;
}
.cid-uJWtazhsKd .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJWtazhsKd .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJWtazhsKd .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJWtazhsKd .mbr-section-title,
.cid-uJWtazhsKd .mbr-section-btn {
  text-align: center;
}
.cid-uI93nyB5YQ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-uI93nyB5YQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI93nyB5YQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI93nyB5YQ .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uI93nyB5YQ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uI93nyB5YQ .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uI93nyB5YQ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uI93nyB5YQ .container {
    padding: 0 14px;
  }
}
.cid-uI93nyB5YQ .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uI93nyB5YQ .content-wrapper .link-wrapper {
  display: block;
}
.cid-uI93nyB5YQ .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uI93nyB5YQ .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uI93nyB5YQ .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uI93nyB5YQ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uI93nyB5YQ .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uJWtb9Trye {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJWtb9Trye .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJWtb9Trye .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJWtb9Trye .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJWtb9Trye .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJWtb9Trye .container {
    padding: 0 24px;
  }
}
.cid-uJWtb9Trye .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJWtb9Trye .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJWtb9Trye .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJWtb9Trye .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJWtb9Trye .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJWtb9Trye .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJWtb9Trye .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJWtb9Trye .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJWtb9Trye .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJWtb9Trye .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJWtb9Trye .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJWtb9Trye .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJWtb9Trye .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJWtb9Trye .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJWtb9Trye .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJWtb9Trye .mbr-section-title {
  color: #141414;
}
.cid-uJWtb9Trye .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJWtb9Trye .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJWtb9Trye .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJWtb9Trye .mbr-section-title,
.cid-uJWtb9Trye .mbr-section-btn {
  text-align: center;
}
.cid-u44WBmtTNx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac616;
}
.cid-u44WBmtTNx .wrapper {
  background-color: #ebeae2;
}
.cid-u44WBmtTNx .top-row {
  border-bottom: 1px solid #4479d9;
}
.cid-u44WBmtTNx li {
  list-style-type: none;
}
.cid-u44WBmtTNx .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-u44WBmtTNx .list-1 li {
  margin-bottom: 1rem;
}
.cid-u44WBmtTNx .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-u44WBmtTNx .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-u44WBmtTNx .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-u44WBmtTNx ul {
  margin: 0;
}
.cid-u44WBmtTNx .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-u44WBmtTNx .sect {
  display: flex;
  align-items: center;
}
.cid-u44WBmtTNx .sect__left {
  flex: 0 0 32px;
  margin-right: 15px;
}
.cid-u44WBmtTNx .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-u44WBmtTNx .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-u44WBmtTNx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u44WBmtTNx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u44WBmtTNx .b-text4 {
  text-align: center;
  color: #4479d9;
}
.cid-u44WBmtTNx .b-text3 {
  color: #4479d9;
}
.cid-u44WBmtTNx .mbr-section-title {
  color: #4479d9;
  text-align: left;
}
.cid-u44WBmtTNx .list1 {
  text-align: left;
}
.cid-uI82xGVP97 .navbar {
  padding: 0.5rem 0;
  background: #fac616;
  transition: none;
  min-height: 50px;
}
.cid-uI82xGVP97 .navbar-fixed-top {
  padding-top: 0;
}
.cid-uI82xGVP97 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uI82xGVP97 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uI82xGVP97 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uI82xGVP97 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uI82xGVP97 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uI82xGVP97 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uI82xGVP97 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uI82xGVP97 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uI82xGVP97 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uI82xGVP97 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uI82xGVP97 .menu-content-top {
  background: #353535;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uI82xGVP97 .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-uI82xGVP97 .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uI82xGVP97 .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-uI82xGVP97 .dropdown-item,
.cid-uI82xGVP97 .nav-link,
.cid-uI82xGVP97 .brand-name {
  font-style: normal;
}
.cid-uI82xGVP97 .dropdown-item:hover,
.cid-uI82xGVP97 .nav-link:hover,
.cid-uI82xGVP97 .brand-name:hover {
  color: #279e64 !important;
}
.cid-uI82xGVP97 .dropdown-menu {
  background-color: #ffffff;
}
.cid-uI82xGVP97 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-uI82xGVP97 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uI82xGVP97 .navbar-dropdown.bg-color.transparent.opened {
  background: #fac616;
}
.cid-uI82xGVP97 .nav-item {
  position: relative;
}
.cid-uI82xGVP97 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uI82xGVP97 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uI82xGVP97 .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-uI82xGVP97 .nav-link {
    line-height: 6.13;
  }
  .cid-uI82xGVP97 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uI82xGVP97 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-uI82xGVP97 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI82xGVP97 .content-text {
  margin-bottom: 0;
}
.cid-uI82xGVP97 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uI82xGVP97 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fac616;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uI82xGVP97 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uI82xGVP97 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uI82xGVP97 .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-uI82xGVP97 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uI82xGVP97 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uI82xGVP97 .content-right-side {
  text-align: center;
}
.cid-uI82xGVP97 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uI82xGVP97 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uI82xGVP97 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ff0000;
}
.cid-uI82xGVP97 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uI82xGVP97 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uI82xGVP97 .info-widget:first-child {
  margin-left: 0;
}
.cid-uI82xGVP97 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uI82xGVP97 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-uI82xGVP97 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uI82xGVP97 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #fac616;
}
@media (min-width: 992px) {
  .cid-uI82xGVP97 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uI82xGVP97 .navbar {
    display: block;
    padding: 0;
  }
  .cid-uI82xGVP97 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uI82xGVP97 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uI82xGVP97 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uI82xGVP97 .navbar-toggler {
    display: none;
  }
  .cid-uI82xGVP97 .navbar-collapse {
    justify-content: center;
  }
}
.cid-uI82xGVP97 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uI82xGVP97 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-uI82xGVP97 .btn-sm {
  padding: 13px 29px;
}
.cid-uI82xGVP97 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uI82xGVP97 .btn::after {
  background-color: #47b5ed;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uI82xGVP97 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uI82xGVP97 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uI82xGVP97 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uI82xGVP97 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uI82xGVP97 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uI82xGVP97 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uI82xGVP97 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uI82xGVP97 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI82xGVP97 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI82xGVP97 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uI82xGVP97 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uI82xGVP97 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI82xGVP97 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uI82xGVP97 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI82xGVP97 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uI82xGVP97 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uI82xGVP97 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uI82xGVP97 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uI82xGVP97 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uI82xGVP97 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-uI82xGVP97 button.navbar-toggler:focus {
  outline: none;
}
.cid-uI82xGVP97 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uI82xGVP97 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uI82xGVP97 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI82xGVP97 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI82xGVP97 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI82xGVP97 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI82xGVP97 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI82xGVP97 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI82xGVP97 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI82xGVP97 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI82xGVP97 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI82xGVP97 .collapsed .btn {
  display: flex;
}
.cid-uI82xGVP97 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uI82xGVP97 .collapsed .navbar-collapse.collapsing,
.cid-uI82xGVP97 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uI82xGVP97 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uI82xGVP97 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uI82xGVP97 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uI82xGVP97 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uI82xGVP97 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uI82xGVP97 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uI82xGVP97 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uI82xGVP97 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uI82xGVP97 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uI82xGVP97 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uI82xGVP97 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uI82xGVP97 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uI82xGVP97 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uI82xGVP97 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uI82xGVP97 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uI82xGVP97 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uI82xGVP97 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uI82xGVP97 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uI82xGVP97 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uI82xGVP97 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uI82xGVP97 .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-uI82xGVP97 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uI82xGVP97 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uI82xGVP97 .navbar-collapse.collapsing,
  .cid-uI82xGVP97 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uI82xGVP97 .navbar-collapse.collapsing .navbar-nav,
  .cid-uI82xGVP97 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uI82xGVP97 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uI82xGVP97 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uI82xGVP97 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uI82xGVP97 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-uI82xGVP97 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uI82xGVP97 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uI82xGVP97 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uI82xGVP97 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uI82xGVP97 img {
    height: 3.8rem !important;
  }
  .cid-uI82xGVP97 .btn {
    display: flex;
  }
  .cid-uI82xGVP97 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uI82xGVP97 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uI82xGVP97 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uI82xGVP97 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uI82xGVP97 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uI82xGVP97 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uI82xGVP97 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uI82xGVP97 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uI82xGVP97 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uI82xGVP97 .navbar-toggler {
  position: relative;
}
.cid-uI82xGVP97 .dropdown-item.active,
.cid-uI82xGVP97 .dropdown-item:active {
  color: initial;
}
.cid-uI82xGVP97 .widget-title {
  color: #47b5ed;
}
.cid-uI82xGVP97 .widget-text {
  color: #47b5ed;
}
.cid-uI82xGVP97 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uI82xGVP97 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #fac616;
  display: inline-flex;
  background-color: #fac616;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uI82xGVP97 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uI82xGVP97 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uI82xGVP97 .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-uI82xGVP97 .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-uI82xGVP97 .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-uI82xGVP97 .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-uI82xGVP97 .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-uI82xGVP97 .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uI82xGVP97 .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-uI82xGVP97 .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-uI82xGVP97 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uI82xGVP97 .menu-content-top,
  .cid-uI82xGVP97 .menu-bottom {
    padding: 0 15px;
  }
  .cid-uI82xGVP97 button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uI82xGVP97 .widget-title,
.cid-uI82xGVP97 .widget-icon {
  color: #f4efef;
}
.cid-uIwHe5IKSJ {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #000000 10%, #fac616 100%) !important;
}
.cid-uIwHe5IKSJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwHe5IKSJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI82xHCgKc {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uI82xHCgKc .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-uI82xHCgKc .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-uI82xHCgKc .btn {
  margin: 0px !important;
}
.cid-uI82xHCgKc .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uI82xHCgKc .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uI82xHCgKc .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uI82xHCgKc .carousel-item .wrap-img {
  text-align: center;
}
.cid-uI82xHCgKc .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-uI82xHCgKc .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-uI82xHCgKc .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-uI82xHCgKc .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-uI82xHCgKc .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-uI82xHCgKc .second-col {
    padding-top: 2rem;
  }
}
.cid-uI82xIjCYx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac616;
}
.cid-uI82xIjCYx .wrapper {
  background-color: #ebeae2;
}
.cid-uI82xIjCYx .top-row {
  border-bottom: 1px solid #4479d9;
}
.cid-uI82xIjCYx li {
  list-style-type: none;
}
.cid-uI82xIjCYx .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-uI82xIjCYx .list-1 li {
  margin-bottom: 1rem;
}
.cid-uI82xIjCYx .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-uI82xIjCYx .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-uI82xIjCYx .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-uI82xIjCYx ul {
  margin: 0;
}
.cid-uI82xIjCYx .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-uI82xIjCYx .sect {
  display: flex;
  align-items: center;
}
.cid-uI82xIjCYx .sect__left {
  flex: 0 0 32px;
  margin-right: 15px;
}
.cid-uI82xIjCYx .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uI82xIjCYx .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uI82xIjCYx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI82xIjCYx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI82xIjCYx .b-text4 {
  text-align: center;
  color: #4479d9;
}
.cid-uI82xIjCYx .b-text3 {
  color: #4479d9;
}
.cid-uI82xIjCYx .mbr-section-title {
  color: #4479d9;
  text-align: left;
}
.cid-uI82xIjCYx .list1 {
  text-align: left;
}
.cid-uI2tDZsZqY .navbar {
  padding: 0.5rem 0;
  background: #fac616;
  transition: none;
  min-height: 50px;
}
.cid-uI2tDZsZqY .navbar-fixed-top {
  padding-top: 0;
}
.cid-uI2tDZsZqY .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uI2tDZsZqY .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uI2tDZsZqY .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uI2tDZsZqY .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uI2tDZsZqY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uI2tDZsZqY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uI2tDZsZqY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uI2tDZsZqY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uI2tDZsZqY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uI2tDZsZqY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uI2tDZsZqY .menu-content-top {
  background: #353535;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uI2tDZsZqY .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-uI2tDZsZqY .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uI2tDZsZqY .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-uI2tDZsZqY .dropdown-item,
.cid-uI2tDZsZqY .nav-link,
.cid-uI2tDZsZqY .brand-name {
  font-style: normal;
}
.cid-uI2tDZsZqY .dropdown-item:hover,
.cid-uI2tDZsZqY .nav-link:hover,
.cid-uI2tDZsZqY .brand-name:hover {
  color: #279e64 !important;
}
.cid-uI2tDZsZqY .dropdown-menu {
  background-color: #ffffff;
}
.cid-uI2tDZsZqY .dropdown-item:active {
  background-color: #ffffff;
}
.cid-uI2tDZsZqY .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uI2tDZsZqY .navbar-dropdown.bg-color.transparent.opened {
  background: #fac616;
}
.cid-uI2tDZsZqY .nav-item {
  position: relative;
}
.cid-uI2tDZsZqY .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uI2tDZsZqY .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uI2tDZsZqY .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-uI2tDZsZqY .nav-link {
    line-height: 6.13;
  }
  .cid-uI2tDZsZqY .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uI2tDZsZqY .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-uI2tDZsZqY .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI2tDZsZqY .content-text {
  margin-bottom: 0;
}
.cid-uI2tDZsZqY .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uI2tDZsZqY .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fac616;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uI2tDZsZqY .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uI2tDZsZqY .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uI2tDZsZqY .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-uI2tDZsZqY .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uI2tDZsZqY .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uI2tDZsZqY .content-right-side {
  text-align: center;
}
.cid-uI2tDZsZqY .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uI2tDZsZqY .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uI2tDZsZqY .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ff0000;
}
.cid-uI2tDZsZqY .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uI2tDZsZqY .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uI2tDZsZqY .info-widget:first-child {
  margin-left: 0;
}
.cid-uI2tDZsZqY .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uI2tDZsZqY .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-uI2tDZsZqY .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uI2tDZsZqY .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #fac616;
}
@media (min-width: 992px) {
  .cid-uI2tDZsZqY .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uI2tDZsZqY .navbar {
    display: block;
    padding: 0;
  }
  .cid-uI2tDZsZqY .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uI2tDZsZqY .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uI2tDZsZqY .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uI2tDZsZqY .navbar-toggler {
    display: none;
  }
  .cid-uI2tDZsZqY .navbar-collapse {
    justify-content: center;
  }
}
.cid-uI2tDZsZqY .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uI2tDZsZqY .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-uI2tDZsZqY .btn-sm {
  padding: 13px 29px;
}
.cid-uI2tDZsZqY .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uI2tDZsZqY .btn::after {
  background-color: #47b5ed;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uI2tDZsZqY .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uI2tDZsZqY .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uI2tDZsZqY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uI2tDZsZqY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uI2tDZsZqY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uI2tDZsZqY .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uI2tDZsZqY .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uI2tDZsZqY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI2tDZsZqY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI2tDZsZqY .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uI2tDZsZqY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uI2tDZsZqY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI2tDZsZqY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uI2tDZsZqY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI2tDZsZqY .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uI2tDZsZqY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uI2tDZsZqY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uI2tDZsZqY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uI2tDZsZqY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uI2tDZsZqY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-uI2tDZsZqY button.navbar-toggler:focus {
  outline: none;
}
.cid-uI2tDZsZqY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uI2tDZsZqY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uI2tDZsZqY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI2tDZsZqY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI2tDZsZqY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI2tDZsZqY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI2tDZsZqY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI2tDZsZqY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI2tDZsZqY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI2tDZsZqY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI2tDZsZqY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI2tDZsZqY .collapsed .btn {
  display: flex;
}
.cid-uI2tDZsZqY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uI2tDZsZqY .collapsed .navbar-collapse.collapsing,
.cid-uI2tDZsZqY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uI2tDZsZqY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uI2tDZsZqY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uI2tDZsZqY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uI2tDZsZqY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uI2tDZsZqY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uI2tDZsZqY .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uI2tDZsZqY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uI2tDZsZqY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uI2tDZsZqY .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uI2tDZsZqY .collapsed button.navbar-toggler {
  display: block;
}
.cid-uI2tDZsZqY .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uI2tDZsZqY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uI2tDZsZqY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uI2tDZsZqY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uI2tDZsZqY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uI2tDZsZqY .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uI2tDZsZqY .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uI2tDZsZqY .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uI2tDZsZqY .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uI2tDZsZqY .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uI2tDZsZqY .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-uI2tDZsZqY .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uI2tDZsZqY .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uI2tDZsZqY .navbar-collapse.collapsing,
  .cid-uI2tDZsZqY .navbar-collapse.show {
    display: block !important;
  }
  .cid-uI2tDZsZqY .navbar-collapse.collapsing .navbar-nav,
  .cid-uI2tDZsZqY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uI2tDZsZqY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uI2tDZsZqY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uI2tDZsZqY .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uI2tDZsZqY .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-uI2tDZsZqY .navbar-collapse.collapsing .navbar-buttons,
  .cid-uI2tDZsZqY .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uI2tDZsZqY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uI2tDZsZqY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uI2tDZsZqY img {
    height: 3.8rem !important;
  }
  .cid-uI2tDZsZqY .btn {
    display: flex;
  }
  .cid-uI2tDZsZqY button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uI2tDZsZqY .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uI2tDZsZqY .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uI2tDZsZqY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uI2tDZsZqY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uI2tDZsZqY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uI2tDZsZqY .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uI2tDZsZqY .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uI2tDZsZqY .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uI2tDZsZqY .navbar-toggler {
  position: relative;
}
.cid-uI2tDZsZqY .dropdown-item.active,
.cid-uI2tDZsZqY .dropdown-item:active {
  color: initial;
}
.cid-uI2tDZsZqY .widget-title {
  color: #47b5ed;
}
.cid-uI2tDZsZqY .widget-text {
  color: #47b5ed;
}
.cid-uI2tDZsZqY .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uI2tDZsZqY .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #fac616;
  display: inline-flex;
  background-color: #fac616;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uI2tDZsZqY .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uI2tDZsZqY .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uI2tDZsZqY .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-uI2tDZsZqY .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-uI2tDZsZqY .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-uI2tDZsZqY .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-uI2tDZsZqY .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-uI2tDZsZqY .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uI2tDZsZqY .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-uI2tDZsZqY .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-uI2tDZsZqY .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uI2tDZsZqY .menu-content-top,
  .cid-uI2tDZsZqY .menu-bottom {
    padding: 0 15px;
  }
  .cid-uI2tDZsZqY button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uI2tDZsZqY .widget-title,
.cid-uI2tDZsZqY .widget-icon {
  color: #f4efef;
}
.cid-uIwHvawmdZ {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #000000 10%, #fac616 100%) !important;
}
.cid-uIwHvawmdZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwHvawmdZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-swyXUAqprV {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-swyXUAqprV .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-swyXUAqprV .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-swyXUAqprV .btn {
  margin: 0px !important;
}
.cid-swyXUAqprV .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swyXUAqprV .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swyXUAqprV .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-swyXUAqprV .carousel-item .wrap-img {
  text-align: center;
}
.cid-swyXUAqprV .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-swyXUAqprV .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-swyXUAqprV .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-swyXUAqprV .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-swyXUAqprV .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-swyXUAqprV .second-col {
    padding-top: 2rem;
  }
}
.cid-u44WBmtTNx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac616;
}
.cid-u44WBmtTNx .wrapper {
  background-color: #ebeae2;
}
.cid-u44WBmtTNx .top-row {
  border-bottom: 1px solid #4479d9;
}
.cid-u44WBmtTNx li {
  list-style-type: none;
}
.cid-u44WBmtTNx .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-u44WBmtTNx .list-1 li {
  margin-bottom: 1rem;
}
.cid-u44WBmtTNx .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-u44WBmtTNx .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-u44WBmtTNx .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-u44WBmtTNx ul {
  margin: 0;
}
.cid-u44WBmtTNx .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-u44WBmtTNx .sect {
  display: flex;
  align-items: center;
}
.cid-u44WBmtTNx .sect__left {
  flex: 0 0 32px;
  margin-right: 15px;
}
.cid-u44WBmtTNx .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-u44WBmtTNx .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-u44WBmtTNx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u44WBmtTNx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u44WBmtTNx .b-text4 {
  text-align: center;
  color: #4479d9;
}
.cid-u44WBmtTNx .b-text3 {
  color: #4479d9;
}
.cid-u44WBmtTNx .mbr-section-title {
  color: #4479d9;
  text-align: left;
}
.cid-u44WBmtTNx .list1 {
  text-align: left;
}
.cid-uI2tDZsZqY .navbar {
  padding: 0.5rem 0;
  background: #fac616;
  transition: none;
  min-height: 50px;
}
.cid-uI2tDZsZqY .navbar-fixed-top {
  padding-top: 0;
}
.cid-uI2tDZsZqY .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uI2tDZsZqY .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uI2tDZsZqY .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uI2tDZsZqY .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uI2tDZsZqY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uI2tDZsZqY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uI2tDZsZqY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uI2tDZsZqY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uI2tDZsZqY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uI2tDZsZqY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uI2tDZsZqY .menu-content-top {
  background: #353535;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uI2tDZsZqY .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-uI2tDZsZqY .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uI2tDZsZqY .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-uI2tDZsZqY .dropdown-item,
.cid-uI2tDZsZqY .nav-link,
.cid-uI2tDZsZqY .brand-name {
  font-style: normal;
}
.cid-uI2tDZsZqY .dropdown-item:hover,
.cid-uI2tDZsZqY .nav-link:hover,
.cid-uI2tDZsZqY .brand-name:hover {
  color: #279e64 !important;
}
.cid-uI2tDZsZqY .dropdown-menu {
  background-color: #ffffff;
}
.cid-uI2tDZsZqY .dropdown-item:active {
  background-color: #ffffff;
}
.cid-uI2tDZsZqY .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uI2tDZsZqY .navbar-dropdown.bg-color.transparent.opened {
  background: #fac616;
}
.cid-uI2tDZsZqY .nav-item {
  position: relative;
}
.cid-uI2tDZsZqY .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uI2tDZsZqY .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uI2tDZsZqY .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-uI2tDZsZqY .nav-link {
    line-height: 6.13;
  }
  .cid-uI2tDZsZqY .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uI2tDZsZqY .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-uI2tDZsZqY .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI2tDZsZqY .content-text {
  margin-bottom: 0;
}
.cid-uI2tDZsZqY .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uI2tDZsZqY .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fac616;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uI2tDZsZqY .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uI2tDZsZqY .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uI2tDZsZqY .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-uI2tDZsZqY .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uI2tDZsZqY .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uI2tDZsZqY .content-right-side {
  text-align: center;
}
.cid-uI2tDZsZqY .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uI2tDZsZqY .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uI2tDZsZqY .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ff0000;
}
.cid-uI2tDZsZqY .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uI2tDZsZqY .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uI2tDZsZqY .info-widget:first-child {
  margin-left: 0;
}
.cid-uI2tDZsZqY .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uI2tDZsZqY .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-uI2tDZsZqY .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uI2tDZsZqY .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #fac616;
}
@media (min-width: 992px) {
  .cid-uI2tDZsZqY .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uI2tDZsZqY .navbar {
    display: block;
    padding: 0;
  }
  .cid-uI2tDZsZqY .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uI2tDZsZqY .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uI2tDZsZqY .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uI2tDZsZqY .navbar-toggler {
    display: none;
  }
  .cid-uI2tDZsZqY .navbar-collapse {
    justify-content: center;
  }
}
.cid-uI2tDZsZqY .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uI2tDZsZqY .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-uI2tDZsZqY .btn-sm {
  padding: 13px 29px;
}
.cid-uI2tDZsZqY .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uI2tDZsZqY .btn::after {
  background-color: #47b5ed;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uI2tDZsZqY .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uI2tDZsZqY .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uI2tDZsZqY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uI2tDZsZqY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uI2tDZsZqY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uI2tDZsZqY .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uI2tDZsZqY .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uI2tDZsZqY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI2tDZsZqY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI2tDZsZqY .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uI2tDZsZqY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uI2tDZsZqY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI2tDZsZqY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uI2tDZsZqY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI2tDZsZqY .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uI2tDZsZqY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uI2tDZsZqY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uI2tDZsZqY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uI2tDZsZqY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uI2tDZsZqY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-uI2tDZsZqY button.navbar-toggler:focus {
  outline: none;
}
.cid-uI2tDZsZqY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uI2tDZsZqY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uI2tDZsZqY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI2tDZsZqY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI2tDZsZqY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI2tDZsZqY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI2tDZsZqY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI2tDZsZqY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI2tDZsZqY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI2tDZsZqY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI2tDZsZqY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI2tDZsZqY .collapsed .btn {
  display: flex;
}
.cid-uI2tDZsZqY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uI2tDZsZqY .collapsed .navbar-collapse.collapsing,
.cid-uI2tDZsZqY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uI2tDZsZqY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uI2tDZsZqY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uI2tDZsZqY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uI2tDZsZqY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uI2tDZsZqY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uI2tDZsZqY .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uI2tDZsZqY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uI2tDZsZqY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uI2tDZsZqY .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uI2tDZsZqY .collapsed button.navbar-toggler {
  display: block;
}
.cid-uI2tDZsZqY .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uI2tDZsZqY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uI2tDZsZqY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uI2tDZsZqY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uI2tDZsZqY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uI2tDZsZqY .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uI2tDZsZqY .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uI2tDZsZqY .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uI2tDZsZqY .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uI2tDZsZqY .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uI2tDZsZqY .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-uI2tDZsZqY .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uI2tDZsZqY .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uI2tDZsZqY .navbar-collapse.collapsing,
  .cid-uI2tDZsZqY .navbar-collapse.show {
    display: block !important;
  }
  .cid-uI2tDZsZqY .navbar-collapse.collapsing .navbar-nav,
  .cid-uI2tDZsZqY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uI2tDZsZqY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uI2tDZsZqY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uI2tDZsZqY .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uI2tDZsZqY .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-uI2tDZsZqY .navbar-collapse.collapsing .navbar-buttons,
  .cid-uI2tDZsZqY .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uI2tDZsZqY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uI2tDZsZqY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uI2tDZsZqY img {
    height: 3.8rem !important;
  }
  .cid-uI2tDZsZqY .btn {
    display: flex;
  }
  .cid-uI2tDZsZqY button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uI2tDZsZqY .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uI2tDZsZqY .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uI2tDZsZqY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uI2tDZsZqY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uI2tDZsZqY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uI2tDZsZqY .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uI2tDZsZqY .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uI2tDZsZqY .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uI2tDZsZqY .navbar-toggler {
  position: relative;
}
.cid-uI2tDZsZqY .dropdown-item.active,
.cid-uI2tDZsZqY .dropdown-item:active {
  color: initial;
}
.cid-uI2tDZsZqY .widget-title {
  color: #47b5ed;
}
.cid-uI2tDZsZqY .widget-text {
  color: #47b5ed;
}
.cid-uI2tDZsZqY .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uI2tDZsZqY .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #fac616;
  display: inline-flex;
  background-color: #fac616;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uI2tDZsZqY .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uI2tDZsZqY .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uI2tDZsZqY .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-uI2tDZsZqY .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-uI2tDZsZqY .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-uI2tDZsZqY .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-uI2tDZsZqY .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-uI2tDZsZqY .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uI2tDZsZqY .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-uI2tDZsZqY .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-uI2tDZsZqY .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uI2tDZsZqY .menu-content-top,
  .cid-uI2tDZsZqY .menu-bottom {
    padding: 0 15px;
  }
  .cid-uI2tDZsZqY button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uI2tDZsZqY .widget-title,
.cid-uI2tDZsZqY .widget-icon {
  color: #f4efef;
}
.cid-uIwHyEXb1x {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #000000 10%, #fac616 100%) !important;
}
.cid-uIwHyEXb1x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwHyEXb1x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-swz27RXh8b {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-swz27RXh8b .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-swz27RXh8b .team-card:hover {
  transform: translateY(-10px);
}
.cid-swz27RXh8b .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-swz27RXh8b .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-swz27RXh8b .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-swz27RXh8b .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-swz27RXh8b .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-swz27RXh8b .social-row {
  text-align: center;
}
.cid-swz27RXh8b .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-swz27RXh8b .social-row .soc-item .mbr-iconfont {
  color: #121212;
  transition: all 0.3s;
}
.cid-swz27RXh8b .social-row .soc-item .mbr-iconfont:hover {
  color: #fac616;
}
.cid-swz27RXh8b .mbr-role,
.cid-swz27RXh8b .social-row {
  color: #707070;
}
.cid-swz27RXh8b .mbr-section-subtitle {
  color: #707070;
  font-weight: 600;
}
.cid-swz27RXh8b .card-title,
.cid-swz27RXh8b .social-row {
  color: #121212;
}
.cid-swz27RXh8b .mbr-section-text {
  color: #707070;
}
.cid-swz2SCOHu5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-swz2SCOHu5 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-swz2SCOHu5 .team-card:hover {
  transform: translateY(-10px);
}
.cid-swz2SCOHu5 .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-swz2SCOHu5 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-swz2SCOHu5 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-swz2SCOHu5 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-swz2SCOHu5 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-swz2SCOHu5 .social-row {
  text-align: center;
}
.cid-swz2SCOHu5 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-swz2SCOHu5 .social-row .soc-item .mbr-iconfont {
  color: #121212;
  transition: all 0.3s;
}
.cid-swz2SCOHu5 .social-row .soc-item .mbr-iconfont:hover {
  color: #fac616;
}
.cid-swz2SCOHu5 .mbr-role,
.cid-swz2SCOHu5 .social-row {
  color: #707070;
}
.cid-swz2SCOHu5 .mbr-section-subtitle {
  color: #707070;
  font-weight: 600;
}
.cid-swz2SCOHu5 .card-title,
.cid-swz2SCOHu5 .social-row {
  color: #121212;
}
.cid-swz2SCOHu5 .mbr-section-text {
  color: #707070;
}
.cid-u44WBmtTNx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac616;
}
.cid-u44WBmtTNx .wrapper {
  background-color: #ebeae2;
}
.cid-u44WBmtTNx .top-row {
  border-bottom: 1px solid #4479d9;
}
.cid-u44WBmtTNx li {
  list-style-type: none;
}
.cid-u44WBmtTNx .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-u44WBmtTNx .list-1 li {
  margin-bottom: 1rem;
}
.cid-u44WBmtTNx .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-u44WBmtTNx .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-u44WBmtTNx .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-u44WBmtTNx ul {
  margin: 0;
}
.cid-u44WBmtTNx .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-u44WBmtTNx .sect {
  display: flex;
  align-items: center;
}
.cid-u44WBmtTNx .sect__left {
  flex: 0 0 32px;
  margin-right: 15px;
}
.cid-u44WBmtTNx .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-u44WBmtTNx .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-u44WBmtTNx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u44WBmtTNx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u44WBmtTNx .b-text4 {
  text-align: center;
  color: #4479d9;
}
.cid-u44WBmtTNx .b-text3 {
  color: #4479d9;
}
.cid-u44WBmtTNx .mbr-section-title {
  color: #4479d9;
  text-align: left;
}
.cid-u44WBmtTNx .list1 {
  text-align: left;
}
.cid-uI44eKoOGt .navbar {
  padding: 0.5rem 0;
  background: #fac616;
  transition: none;
  min-height: 50px;
}
.cid-uI44eKoOGt .navbar-fixed-top {
  padding-top: 0;
}
.cid-uI44eKoOGt .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uI44eKoOGt .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uI44eKoOGt .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uI44eKoOGt .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uI44eKoOGt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uI44eKoOGt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uI44eKoOGt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uI44eKoOGt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uI44eKoOGt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uI44eKoOGt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uI44eKoOGt .menu-content-top {
  background: #353535;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uI44eKoOGt .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-uI44eKoOGt .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uI44eKoOGt .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-uI44eKoOGt .dropdown-item,
.cid-uI44eKoOGt .nav-link,
.cid-uI44eKoOGt .brand-name {
  font-style: normal;
}
.cid-uI44eKoOGt .dropdown-item:hover,
.cid-uI44eKoOGt .nav-link:hover,
.cid-uI44eKoOGt .brand-name:hover {
  color: #279e64 !important;
}
.cid-uI44eKoOGt .dropdown-menu {
  background-color: #ffffff;
}
.cid-uI44eKoOGt .dropdown-item:active {
  background-color: #ffffff;
}
.cid-uI44eKoOGt .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uI44eKoOGt .navbar-dropdown.bg-color.transparent.opened {
  background: #fac616;
}
.cid-uI44eKoOGt .nav-item {
  position: relative;
}
.cid-uI44eKoOGt .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uI44eKoOGt .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uI44eKoOGt .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-uI44eKoOGt .nav-link {
    line-height: 6.13;
  }
  .cid-uI44eKoOGt .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uI44eKoOGt .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-uI44eKoOGt .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI44eKoOGt .content-text {
  margin-bottom: 0;
}
.cid-uI44eKoOGt .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uI44eKoOGt .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fac616;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uI44eKoOGt .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uI44eKoOGt .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uI44eKoOGt .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-uI44eKoOGt .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uI44eKoOGt .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uI44eKoOGt .content-right-side {
  text-align: center;
}
.cid-uI44eKoOGt .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uI44eKoOGt .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uI44eKoOGt .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ff0000;
}
.cid-uI44eKoOGt .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uI44eKoOGt .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uI44eKoOGt .info-widget:first-child {
  margin-left: 0;
}
.cid-uI44eKoOGt .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uI44eKoOGt .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-uI44eKoOGt .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uI44eKoOGt .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #fac616;
}
@media (min-width: 992px) {
  .cid-uI44eKoOGt .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uI44eKoOGt .navbar {
    display: block;
    padding: 0;
  }
  .cid-uI44eKoOGt .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uI44eKoOGt .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uI44eKoOGt .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uI44eKoOGt .navbar-toggler {
    display: none;
  }
  .cid-uI44eKoOGt .navbar-collapse {
    justify-content: center;
  }
}
.cid-uI44eKoOGt .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uI44eKoOGt .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-uI44eKoOGt .btn-sm {
  padding: 13px 29px;
}
.cid-uI44eKoOGt .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uI44eKoOGt .btn::after {
  background-color: #47b5ed;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uI44eKoOGt .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uI44eKoOGt .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uI44eKoOGt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uI44eKoOGt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uI44eKoOGt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uI44eKoOGt .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uI44eKoOGt .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uI44eKoOGt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI44eKoOGt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI44eKoOGt .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uI44eKoOGt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uI44eKoOGt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI44eKoOGt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uI44eKoOGt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI44eKoOGt .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uI44eKoOGt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uI44eKoOGt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uI44eKoOGt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uI44eKoOGt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uI44eKoOGt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-uI44eKoOGt button.navbar-toggler:focus {
  outline: none;
}
.cid-uI44eKoOGt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uI44eKoOGt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uI44eKoOGt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI44eKoOGt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI44eKoOGt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI44eKoOGt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI44eKoOGt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI44eKoOGt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI44eKoOGt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI44eKoOGt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI44eKoOGt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI44eKoOGt .collapsed .btn {
  display: flex;
}
.cid-uI44eKoOGt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uI44eKoOGt .collapsed .navbar-collapse.collapsing,
.cid-uI44eKoOGt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uI44eKoOGt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uI44eKoOGt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uI44eKoOGt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uI44eKoOGt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uI44eKoOGt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uI44eKoOGt .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uI44eKoOGt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uI44eKoOGt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uI44eKoOGt .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uI44eKoOGt .collapsed button.navbar-toggler {
  display: block;
}
.cid-uI44eKoOGt .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uI44eKoOGt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uI44eKoOGt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uI44eKoOGt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uI44eKoOGt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uI44eKoOGt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uI44eKoOGt .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uI44eKoOGt .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uI44eKoOGt .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uI44eKoOGt .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uI44eKoOGt .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-uI44eKoOGt .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uI44eKoOGt .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uI44eKoOGt .navbar-collapse.collapsing,
  .cid-uI44eKoOGt .navbar-collapse.show {
    display: block !important;
  }
  .cid-uI44eKoOGt .navbar-collapse.collapsing .navbar-nav,
  .cid-uI44eKoOGt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uI44eKoOGt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uI44eKoOGt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uI44eKoOGt .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uI44eKoOGt .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-uI44eKoOGt .navbar-collapse.collapsing .navbar-buttons,
  .cid-uI44eKoOGt .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uI44eKoOGt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uI44eKoOGt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uI44eKoOGt img {
    height: 3.8rem !important;
  }
  .cid-uI44eKoOGt .btn {
    display: flex;
  }
  .cid-uI44eKoOGt button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uI44eKoOGt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uI44eKoOGt .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uI44eKoOGt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uI44eKoOGt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uI44eKoOGt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uI44eKoOGt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uI44eKoOGt .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uI44eKoOGt .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uI44eKoOGt .navbar-toggler {
  position: relative;
}
.cid-uI44eKoOGt .dropdown-item.active,
.cid-uI44eKoOGt .dropdown-item:active {
  color: initial;
}
.cid-uI44eKoOGt .widget-title {
  color: #47b5ed;
}
.cid-uI44eKoOGt .widget-text {
  color: #47b5ed;
}
.cid-uI44eKoOGt .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uI44eKoOGt .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #fac616;
  display: inline-flex;
  background-color: #fac616;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uI44eKoOGt .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uI44eKoOGt .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uI44eKoOGt .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-uI44eKoOGt .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-uI44eKoOGt .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-uI44eKoOGt .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-uI44eKoOGt .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-uI44eKoOGt .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uI44eKoOGt .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-uI44eKoOGt .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-uI44eKoOGt .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uI44eKoOGt .menu-content-top,
  .cid-uI44eKoOGt .menu-bottom {
    padding: 0 15px;
  }
  .cid-uI44eKoOGt button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uI44eKoOGt .widget-title,
.cid-uI44eKoOGt .widget-icon {
  color: #f4efef;
}
.cid-uIwHCvBRRa {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #000000 10%, #fac616 100%) !important;
}
.cid-uIwHCvBRRa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwHCvBRRa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJW9sY8605 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uJW9sY8605 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJW9sY8605 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJW9sY8605 .content-wrap {
  justify-content: flex-end;
}
.cid-uJW9sY8605 .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJW9sY8605 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uJW9sY8605 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJW9sY8605 .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #000000, #1a1a1a);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uJW9sY8605 .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uJW9sY8605 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJW9sY8605 .image-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uJW9sY8605 .image-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uJW9sY8605 .image-wrapper {
    padding: 0;
  }
}
.cid-uJW9sY8605 .image-wrapper img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJW9sY8605 .image-wrapper img {
    height: 350px;
  }
}
.cid-uJW9sY8605 .mbr-section-title {
  color: #ffffff;
}
.cid-uJW9sY8605 .mbr-text,
.cid-uJW9sY8605 .text-wrapper {
  color: #000000;
}
.cid-uJW9sY8605 .mbr-section-title,
.cid-uJW9sY8605 .mbr-section-btn,
.cid-uJW9sY8605 .clients-wrapper {
  color: #063a99;
}
.cid-uI44eOjUo3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac616;
}
.cid-uI44eOjUo3 .wrapper {
  background-color: #ebeae2;
}
.cid-uI44eOjUo3 .top-row {
  border-bottom: 1px solid #4479d9;
}
.cid-uI44eOjUo3 li {
  list-style-type: none;
}
.cid-uI44eOjUo3 .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-uI44eOjUo3 .list-1 li {
  margin-bottom: 1rem;
}
.cid-uI44eOjUo3 .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-uI44eOjUo3 .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-uI44eOjUo3 .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-uI44eOjUo3 ul {
  margin: 0;
}
.cid-uI44eOjUo3 .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-uI44eOjUo3 .sect {
  display: flex;
  align-items: center;
}
.cid-uI44eOjUo3 .sect__left {
  flex: 0 0 32px;
  margin-right: 15px;
}
.cid-uI44eOjUo3 .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uI44eOjUo3 .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uI44eOjUo3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI44eOjUo3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI44eOjUo3 .b-text4 {
  text-align: center;
  color: #4479d9;
}
.cid-uI44eOjUo3 .b-text3 {
  color: #4479d9;
}
.cid-uI44eOjUo3 .mbr-section-title {
  color: #4479d9;
  text-align: left;
}
.cid-uI44eOjUo3 .list1 {
  text-align: left;
}
.cid-uI2tDZsZqY .navbar {
  padding: 0.5rem 0;
  background: #fac616;
  transition: none;
  min-height: 50px;
}
.cid-uI2tDZsZqY .navbar-fixed-top {
  padding-top: 0;
}
.cid-uI2tDZsZqY .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uI2tDZsZqY .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uI2tDZsZqY .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uI2tDZsZqY .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uI2tDZsZqY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uI2tDZsZqY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uI2tDZsZqY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uI2tDZsZqY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uI2tDZsZqY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uI2tDZsZqY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uI2tDZsZqY .menu-content-top {
  background: #353535;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uI2tDZsZqY .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-uI2tDZsZqY .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uI2tDZsZqY .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-uI2tDZsZqY .dropdown-item,
.cid-uI2tDZsZqY .nav-link,
.cid-uI2tDZsZqY .brand-name {
  font-style: normal;
}
.cid-uI2tDZsZqY .dropdown-item:hover,
.cid-uI2tDZsZqY .nav-link:hover,
.cid-uI2tDZsZqY .brand-name:hover {
  color: #279e64 !important;
}
.cid-uI2tDZsZqY .dropdown-menu {
  background-color: #ffffff;
}
.cid-uI2tDZsZqY .dropdown-item:active {
  background-color: #ffffff;
}
.cid-uI2tDZsZqY .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uI2tDZsZqY .navbar-dropdown.bg-color.transparent.opened {
  background: #fac616;
}
.cid-uI2tDZsZqY .nav-item {
  position: relative;
}
.cid-uI2tDZsZqY .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uI2tDZsZqY .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uI2tDZsZqY .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-uI2tDZsZqY .nav-link {
    line-height: 6.13;
  }
  .cid-uI2tDZsZqY .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uI2tDZsZqY .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-uI2tDZsZqY .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI2tDZsZqY .content-text {
  margin-bottom: 0;
}
.cid-uI2tDZsZqY .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uI2tDZsZqY .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fac616;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uI2tDZsZqY .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uI2tDZsZqY .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uI2tDZsZqY .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-uI2tDZsZqY .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uI2tDZsZqY .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uI2tDZsZqY .content-right-side {
  text-align: center;
}
.cid-uI2tDZsZqY .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uI2tDZsZqY .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uI2tDZsZqY .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ff0000;
}
.cid-uI2tDZsZqY .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uI2tDZsZqY .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uI2tDZsZqY .info-widget:first-child {
  margin-left: 0;
}
.cid-uI2tDZsZqY .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uI2tDZsZqY .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-uI2tDZsZqY .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uI2tDZsZqY .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #fac616;
}
@media (min-width: 992px) {
  .cid-uI2tDZsZqY .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uI2tDZsZqY .navbar {
    display: block;
    padding: 0;
  }
  .cid-uI2tDZsZqY .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uI2tDZsZqY .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uI2tDZsZqY .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uI2tDZsZqY .navbar-toggler {
    display: none;
  }
  .cid-uI2tDZsZqY .navbar-collapse {
    justify-content: center;
  }
}
.cid-uI2tDZsZqY .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uI2tDZsZqY .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-uI2tDZsZqY .btn-sm {
  padding: 13px 29px;
}
.cid-uI2tDZsZqY .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uI2tDZsZqY .btn::after {
  background-color: #47b5ed;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uI2tDZsZqY .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uI2tDZsZqY .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uI2tDZsZqY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uI2tDZsZqY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uI2tDZsZqY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uI2tDZsZqY .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uI2tDZsZqY .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uI2tDZsZqY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI2tDZsZqY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI2tDZsZqY .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uI2tDZsZqY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uI2tDZsZqY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI2tDZsZqY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uI2tDZsZqY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI2tDZsZqY .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uI2tDZsZqY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uI2tDZsZqY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uI2tDZsZqY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uI2tDZsZqY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uI2tDZsZqY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-uI2tDZsZqY button.navbar-toggler:focus {
  outline: none;
}
.cid-uI2tDZsZqY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uI2tDZsZqY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uI2tDZsZqY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI2tDZsZqY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI2tDZsZqY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI2tDZsZqY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI2tDZsZqY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI2tDZsZqY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI2tDZsZqY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI2tDZsZqY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI2tDZsZqY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI2tDZsZqY .collapsed .btn {
  display: flex;
}
.cid-uI2tDZsZqY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uI2tDZsZqY .collapsed .navbar-collapse.collapsing,
.cid-uI2tDZsZqY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uI2tDZsZqY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uI2tDZsZqY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uI2tDZsZqY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uI2tDZsZqY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uI2tDZsZqY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uI2tDZsZqY .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uI2tDZsZqY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uI2tDZsZqY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uI2tDZsZqY .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uI2tDZsZqY .collapsed button.navbar-toggler {
  display: block;
}
.cid-uI2tDZsZqY .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uI2tDZsZqY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uI2tDZsZqY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uI2tDZsZqY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uI2tDZsZqY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uI2tDZsZqY .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uI2tDZsZqY .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uI2tDZsZqY .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uI2tDZsZqY .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uI2tDZsZqY .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uI2tDZsZqY .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-uI2tDZsZqY .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uI2tDZsZqY .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uI2tDZsZqY .navbar-collapse.collapsing,
  .cid-uI2tDZsZqY .navbar-collapse.show {
    display: block !important;
  }
  .cid-uI2tDZsZqY .navbar-collapse.collapsing .navbar-nav,
  .cid-uI2tDZsZqY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uI2tDZsZqY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uI2tDZsZqY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uI2tDZsZqY .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uI2tDZsZqY .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-uI2tDZsZqY .navbar-collapse.collapsing .navbar-buttons,
  .cid-uI2tDZsZqY .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uI2tDZsZqY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uI2tDZsZqY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uI2tDZsZqY img {
    height: 3.8rem !important;
  }
  .cid-uI2tDZsZqY .btn {
    display: flex;
  }
  .cid-uI2tDZsZqY button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uI2tDZsZqY .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uI2tDZsZqY .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uI2tDZsZqY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uI2tDZsZqY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uI2tDZsZqY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uI2tDZsZqY .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uI2tDZsZqY .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uI2tDZsZqY .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uI2tDZsZqY .navbar-toggler {
  position: relative;
}
.cid-uI2tDZsZqY .dropdown-item.active,
.cid-uI2tDZsZqY .dropdown-item:active {
  color: initial;
}
.cid-uI2tDZsZqY .widget-title {
  color: #47b5ed;
}
.cid-uI2tDZsZqY .widget-text {
  color: #47b5ed;
}
.cid-uI2tDZsZqY .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uI2tDZsZqY .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #fac616;
  display: inline-flex;
  background-color: #fac616;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uI2tDZsZqY .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uI2tDZsZqY .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uI2tDZsZqY .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-uI2tDZsZqY .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-uI2tDZsZqY .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-uI2tDZsZqY .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-uI2tDZsZqY .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-uI2tDZsZqY .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uI2tDZsZqY .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-uI2tDZsZqY .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-uI2tDZsZqY .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uI2tDZsZqY .menu-content-top,
  .cid-uI2tDZsZqY .menu-bottom {
    padding: 0 15px;
  }
  .cid-uI2tDZsZqY button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uI2tDZsZqY .widget-title,
.cid-uI2tDZsZqY .widget-icon {
  color: #f4efef;
}
.cid-uIwHR2QmSm {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #000000 10%, #fac616 100%) !important;
}
.cid-uIwHR2QmSm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwHR2QmSm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJWgTXbNrK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJWgTXbNrK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJWgTXbNrK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJWgTXbNrK .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJWgTXbNrK .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJWgTXbNrK .container {
    padding: 0 24px;
  }
}
.cid-uJWgTXbNrK .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJWgTXbNrK .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJWgTXbNrK .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJWgTXbNrK .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJWgTXbNrK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJWgTXbNrK .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJWgTXbNrK .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJWgTXbNrK .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJWgTXbNrK .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJWgTXbNrK .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJWgTXbNrK .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJWgTXbNrK .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJWgTXbNrK .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJWgTXbNrK .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJWgTXbNrK .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJWgTXbNrK .mbr-section-title {
  color: #141414;
}
.cid-uJWgTXbNrK .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJWgTXbNrK .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJWgTXbNrK .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJWgTXbNrK .mbr-section-title,
.cid-uJWgTXbNrK .mbr-section-btn {
  text-align: center;
}
.cid-uJWfPQ3cX5 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJWfPQ3cX5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJWfPQ3cX5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJWfPQ3cX5 .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uJWfPQ3cX5 .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uJWfPQ3cX5 .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uJWfPQ3cX5 .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJWfPQ3cX5 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #fac616 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
  background-image: linear-gradient(270deg, #fac616 37%, transparent 100%);
}
.cid-uJWfPQ3cX5 .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uJWfPQ3cX5 .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uJWfPQ3cX5 .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f1634f;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uJWfPQ3cX5 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJWfPQ3cX5 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uJWfPQ3cX5 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uJWfPQ3cX5 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJWfPQ3cX5 .mbr-section-title {
  color: #404349;
}
.cid-uJWfPQ3cX5 .mbr-text {
  color: #000000;
}
.cid-uJWfPQ3cX5 .mbr-desc {
  color: #b19a7c;
}
.cid-uJWfPQ3cX5 .mbr-desc,
.cid-uJWfPQ3cX5 .desc-wrapper {
  color: #ffffff;
}
.cid-uJWfPQ3cX5 .mbr-section-title,
.cid-uJWfPQ3cX5 .mbr-section-btn {
  color: #000000;
}
.cid-uJWgUi3dTy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJWgUi3dTy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJWgUi3dTy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJWgUi3dTy .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJWgUi3dTy .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJWgUi3dTy .container {
    padding: 0 24px;
  }
}
.cid-uJWgUi3dTy .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJWgUi3dTy .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJWgUi3dTy .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJWgUi3dTy .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJWgUi3dTy .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJWgUi3dTy .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJWgUi3dTy .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJWgUi3dTy .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJWgUi3dTy .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJWgUi3dTy .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJWgUi3dTy .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJWgUi3dTy .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJWgUi3dTy .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJWgUi3dTy .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJWgUi3dTy .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJWgUi3dTy .mbr-section-title {
  color: #141414;
}
.cid-uJWgUi3dTy .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJWgUi3dTy .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJWgUi3dTy .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJWgUi3dTy .mbr-section-title,
.cid-uJWgUi3dTy .mbr-section-btn {
  text-align: center;
}
.cid-u45Mm27JRJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac616;
}
.cid-u45Mm27JRJ .wrapper {
  background-color: #ebeae2;
}
.cid-u45Mm27JRJ .top-row {
  border-bottom: 1px solid #4479d9;
}
.cid-u45Mm27JRJ li {
  list-style-type: none;
}
.cid-u45Mm27JRJ .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-u45Mm27JRJ .list-1 li {
  margin-bottom: 1rem;
}
.cid-u45Mm27JRJ .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-u45Mm27JRJ .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-u45Mm27JRJ .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-u45Mm27JRJ ul {
  margin: 0;
}
.cid-u45Mm27JRJ .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-u45Mm27JRJ .sect {
  display: flex;
  align-items: center;
}
.cid-u45Mm27JRJ .sect__left {
  flex: 0 0 32px;
  margin-right: 15px;
}
.cid-u45Mm27JRJ .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-u45Mm27JRJ .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-u45Mm27JRJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u45Mm27JRJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u45Mm27JRJ .b-text4 {
  text-align: center;
  color: #4479d9;
}
.cid-u45Mm27JRJ .b-text3 {
  color: #4479d9;
}
.cid-u45Mm27JRJ .mbr-section-title {
  color: #4479d9;
  text-align: left;
}
.cid-u45Mm27JRJ .list1 {
  text-align: left;
}
.cid-uI2tDZsZqY .navbar {
  padding: 0.5rem 0;
  background: #fac616;
  transition: none;
  min-height: 50px;
}
.cid-uI2tDZsZqY .navbar-fixed-top {
  padding-top: 0;
}
.cid-uI2tDZsZqY .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uI2tDZsZqY .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uI2tDZsZqY .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uI2tDZsZqY .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uI2tDZsZqY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uI2tDZsZqY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uI2tDZsZqY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uI2tDZsZqY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uI2tDZsZqY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uI2tDZsZqY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uI2tDZsZqY .menu-content-top {
  background: #353535;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uI2tDZsZqY .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-uI2tDZsZqY .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uI2tDZsZqY .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-uI2tDZsZqY .dropdown-item,
.cid-uI2tDZsZqY .nav-link,
.cid-uI2tDZsZqY .brand-name {
  font-style: normal;
}
.cid-uI2tDZsZqY .dropdown-item:hover,
.cid-uI2tDZsZqY .nav-link:hover,
.cid-uI2tDZsZqY .brand-name:hover {
  color: #279e64 !important;
}
.cid-uI2tDZsZqY .dropdown-menu {
  background-color: #ffffff;
}
.cid-uI2tDZsZqY .dropdown-item:active {
  background-color: #ffffff;
}
.cid-uI2tDZsZqY .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uI2tDZsZqY .navbar-dropdown.bg-color.transparent.opened {
  background: #fac616;
}
.cid-uI2tDZsZqY .nav-item {
  position: relative;
}
.cid-uI2tDZsZqY .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uI2tDZsZqY .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uI2tDZsZqY .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-uI2tDZsZqY .nav-link {
    line-height: 6.13;
  }
  .cid-uI2tDZsZqY .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uI2tDZsZqY .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-uI2tDZsZqY .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI2tDZsZqY .content-text {
  margin-bottom: 0;
}
.cid-uI2tDZsZqY .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uI2tDZsZqY .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fac616;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uI2tDZsZqY .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uI2tDZsZqY .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uI2tDZsZqY .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-uI2tDZsZqY .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uI2tDZsZqY .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uI2tDZsZqY .content-right-side {
  text-align: center;
}
.cid-uI2tDZsZqY .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uI2tDZsZqY .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uI2tDZsZqY .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ff0000;
}
.cid-uI2tDZsZqY .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uI2tDZsZqY .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uI2tDZsZqY .info-widget:first-child {
  margin-left: 0;
}
.cid-uI2tDZsZqY .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uI2tDZsZqY .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-uI2tDZsZqY .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uI2tDZsZqY .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #fac616;
}
@media (min-width: 992px) {
  .cid-uI2tDZsZqY .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uI2tDZsZqY .navbar {
    display: block;
    padding: 0;
  }
  .cid-uI2tDZsZqY .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uI2tDZsZqY .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uI2tDZsZqY .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uI2tDZsZqY .navbar-toggler {
    display: none;
  }
  .cid-uI2tDZsZqY .navbar-collapse {
    justify-content: center;
  }
}
.cid-uI2tDZsZqY .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uI2tDZsZqY .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-uI2tDZsZqY .btn-sm {
  padding: 13px 29px;
}
.cid-uI2tDZsZqY .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uI2tDZsZqY .btn::after {
  background-color: #47b5ed;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uI2tDZsZqY .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uI2tDZsZqY .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uI2tDZsZqY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uI2tDZsZqY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uI2tDZsZqY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uI2tDZsZqY .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uI2tDZsZqY .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uI2tDZsZqY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI2tDZsZqY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI2tDZsZqY .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uI2tDZsZqY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uI2tDZsZqY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI2tDZsZqY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uI2tDZsZqY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI2tDZsZqY .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uI2tDZsZqY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uI2tDZsZqY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uI2tDZsZqY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uI2tDZsZqY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uI2tDZsZqY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-uI2tDZsZqY button.navbar-toggler:focus {
  outline: none;
}
.cid-uI2tDZsZqY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uI2tDZsZqY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uI2tDZsZqY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI2tDZsZqY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI2tDZsZqY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI2tDZsZqY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI2tDZsZqY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI2tDZsZqY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI2tDZsZqY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI2tDZsZqY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI2tDZsZqY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI2tDZsZqY .collapsed .btn {
  display: flex;
}
.cid-uI2tDZsZqY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uI2tDZsZqY .collapsed .navbar-collapse.collapsing,
.cid-uI2tDZsZqY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uI2tDZsZqY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uI2tDZsZqY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uI2tDZsZqY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uI2tDZsZqY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uI2tDZsZqY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uI2tDZsZqY .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uI2tDZsZqY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uI2tDZsZqY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uI2tDZsZqY .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uI2tDZsZqY .collapsed button.navbar-toggler {
  display: block;
}
.cid-uI2tDZsZqY .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uI2tDZsZqY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uI2tDZsZqY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uI2tDZsZqY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uI2tDZsZqY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uI2tDZsZqY .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uI2tDZsZqY .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uI2tDZsZqY .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uI2tDZsZqY .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uI2tDZsZqY .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uI2tDZsZqY .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-uI2tDZsZqY .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uI2tDZsZqY .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uI2tDZsZqY .navbar-collapse.collapsing,
  .cid-uI2tDZsZqY .navbar-collapse.show {
    display: block !important;
  }
  .cid-uI2tDZsZqY .navbar-collapse.collapsing .navbar-nav,
  .cid-uI2tDZsZqY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uI2tDZsZqY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uI2tDZsZqY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uI2tDZsZqY .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uI2tDZsZqY .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-uI2tDZsZqY .navbar-collapse.collapsing .navbar-buttons,
  .cid-uI2tDZsZqY .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uI2tDZsZqY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uI2tDZsZqY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uI2tDZsZqY img {
    height: 3.8rem !important;
  }
  .cid-uI2tDZsZqY .btn {
    display: flex;
  }
  .cid-uI2tDZsZqY button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uI2tDZsZqY .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uI2tDZsZqY .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uI2tDZsZqY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uI2tDZsZqY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uI2tDZsZqY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uI2tDZsZqY .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uI2tDZsZqY .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uI2tDZsZqY .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uI2tDZsZqY .navbar-toggler {
  position: relative;
}
.cid-uI2tDZsZqY .dropdown-item.active,
.cid-uI2tDZsZqY .dropdown-item:active {
  color: initial;
}
.cid-uI2tDZsZqY .widget-title {
  color: #47b5ed;
}
.cid-uI2tDZsZqY .widget-text {
  color: #47b5ed;
}
.cid-uI2tDZsZqY .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uI2tDZsZqY .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #fac616;
  display: inline-flex;
  background-color: #fac616;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uI2tDZsZqY .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uI2tDZsZqY .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uI2tDZsZqY .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-uI2tDZsZqY .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-uI2tDZsZqY .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-uI2tDZsZqY .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-uI2tDZsZqY .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-uI2tDZsZqY .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uI2tDZsZqY .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-uI2tDZsZqY .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-uI2tDZsZqY .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uI2tDZsZqY .menu-content-top,
  .cid-uI2tDZsZqY .menu-bottom {
    padding: 0 15px;
  }
  .cid-uI2tDZsZqY button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uI2tDZsZqY .widget-title,
.cid-uI2tDZsZqY .widget-icon {
  color: #f4efef;
}
.cid-uIwHUmGjab {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #000000 10%, #fac616 100%) !important;
}
.cid-uIwHUmGjab .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwHUmGjab .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJWoQ8PcKa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJWoQ8PcKa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJWoQ8PcKa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJWoQ8PcKa .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJWoQ8PcKa .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJWoQ8PcKa .container {
    padding: 0 24px;
  }
}
.cid-uJWoQ8PcKa .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJWoQ8PcKa .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJWoQ8PcKa .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJWoQ8PcKa .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJWoQ8PcKa .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJWoQ8PcKa .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJWoQ8PcKa .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJWoQ8PcKa .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJWoQ8PcKa .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJWoQ8PcKa .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJWoQ8PcKa .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJWoQ8PcKa .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJWoQ8PcKa .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJWoQ8PcKa .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJWoQ8PcKa .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJWoQ8PcKa .mbr-section-title {
  color: #141414;
}
.cid-uJWoQ8PcKa .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJWoQ8PcKa .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJWoQ8PcKa .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJWoQ8PcKa .mbr-section-title,
.cid-uJWoQ8PcKa .mbr-section-btn {
  text-align: center;
}
.cid-uJWlFDgn12 {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/showroom202203-990x556.jpg");
}
.cid-uJWlFDgn12 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJWlFDgn12 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJWlFDgn12 form .btn {
  border-radius: 2rem;
  padding: 1rem 2rem;
}
.cid-uJWlFDgn12 h1 {
  font-weight: 500;
  line-height: 1;
}
.cid-uJWlFDgn12 .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uJWlFDgn12 .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #fac616;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uJWlFDgn12 .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ff0000;
  font-size: 1.5rem;
}
.cid-uJWlFDgn12 .mbr-section-title {
  color: #04492e;
}
.cid-uJWlFDgn12 .mbr-text,
.cid-uJWlFDgn12 .mbr-section-btn {
  color: #000000;
}
.cid-uJWlFDgn12 .mbr-section-subtitle,
.cid-uJWlFDgn12 .align-wrapper {
  color: #04492e;
}
.cid-uJWlFDgn12 .form-control,
.cid-uJWlFDgn12 .field-input {
  padding: 1rem;
  background-color: #353535;
  border: none !important;
  border-radius: 0;
  border-left: 2px solid #04492e !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uJWlFDgn12 .form-control::-webkit-input-placeholder,
.cid-uJWlFDgn12 .field-input::-webkit-input-placeholder,
.cid-uJWlFDgn12 .form-control::-webkit-input-placeholder,
.cid-uJWlFDgn12 .field-input::-webkit-input-placeholder {
  color: #6e6e6e;
}
.cid-uJWlFDgn12 .form-control:-moz-placeholder,
.cid-uJWlFDgn12 .field-input:-moz-placeholder,
.cid-uJWlFDgn12 .form-control:-moz-placeholder,
.cid-uJWlFDgn12 .field-input:-moz-placeholder {
  color: #6e6e6e;
}
.cid-uJWlFDgn12 .form-control:hover,
.cid-uJWlFDgn12 .field-input:hover,
.cid-uJWlFDgn12 .form-control:focus,
.cid-uJWlFDgn12 .field-input:focus {
  background-color: #fac616;
  border-color: #04492e !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uJWlFDgn12 .form-control:hover::-webkit-input-placeholder,
.cid-uJWlFDgn12 .field-input:hover::-webkit-input-placeholder,
.cid-uJWlFDgn12 .form-control:focus::-webkit-input-placeholder,
.cid-uJWlFDgn12 .field-input:focus::-webkit-input-placeholder,
.cid-uJWlFDgn12 .form-control:hover::-webkit-input-placeholder,
.cid-uJWlFDgn12 .field-input:hover::-webkit-input-placeholder,
.cid-uJWlFDgn12 .form-control:focus::-webkit-input-placeholder,
.cid-uJWlFDgn12 .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-uJWlFDgn12 .form-control:hover:-moz-placeholder,
.cid-uJWlFDgn12 .field-input:hover:-moz-placeholder,
.cid-uJWlFDgn12 .form-control:focus:-moz-placeholder,
.cid-uJWlFDgn12 .field-input:focus:-moz-placeholder,
.cid-uJWlFDgn12 .form-control:hover:-moz-placeholder,
.cid-uJWlFDgn12 .field-input:hover:-moz-placeholder,
.cid-uJWlFDgn12 .form-control:focus:-moz-placeholder,
.cid-uJWlFDgn12 .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-uJWlFDgn12 .jq-number__spin:hover,
.cid-uJWlFDgn12 .jq-number__spin:focus {
  background-color: #fac616;
  border-color: #04492e !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uJWlFDgn12 .jq-number__spin {
  background-color: #353535;
  border-color: #04492e;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uJWlFDgn12 .jq-selectbox li,
.cid-uJWlFDgn12 .jq-selectbox li {
  background-color: #353535;
  color: #ffffff;
}
.cid-uJWlFDgn12 .jq-selectbox li:hover,
.cid-uJWlFDgn12 .jq-selectbox li.selected {
  background-color: #fac616;
  color: #000000;
}
.cid-uJWlFDgn12 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uJWlFDgn12 .jq-number__spin.minus:hover:after,
.cid-uJWlFDgn12 .jq-number__spin.plus:hover:after {
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.cid-uJWlFDgn12 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uJWlFDgn12 .jq-number__spin.minus:after,
.cid-uJWlFDgn12 .jq-number__spin.plus:after {
  border-top-color: #fac616;
  border-bottom-color: #fac616;
}
.cid-uJWlFDgn12 textarea {
  min-height: 150px;
}
.cid-uJWlFDgn12 input::-webkit-clear-button {
  display: none;
}
.cid-uJWlFDgn12 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uJWlFDgn12 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uJWlFDgn12 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uJWlFDgn12 LABEL {
  color: #04492e;
}
@media (max-width: 767px) {
  .cid-uJWlFDgn12 .col-auto {
    margin: auto;
  }
}
.cid-uJWoQIg7AR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJWoQIg7AR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJWoQIg7AR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJWoQIg7AR .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJWoQIg7AR .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJWoQIg7AR .container {
    padding: 0 24px;
  }
}
.cid-uJWoQIg7AR .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJWoQIg7AR .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJWoQIg7AR .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJWoQIg7AR .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJWoQIg7AR .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJWoQIg7AR .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJWoQIg7AR .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJWoQIg7AR .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJWoQIg7AR .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJWoQIg7AR .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJWoQIg7AR .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJWoQIg7AR .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJWoQIg7AR .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJWoQIg7AR .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJWoQIg7AR .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJWoQIg7AR .mbr-section-title {
  color: #141414;
}
.cid-uJWoQIg7AR .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJWoQIg7AR .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJWoQIg7AR .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJWoQIg7AR .mbr-section-title,
.cid-uJWoQIg7AR .mbr-section-btn {
  text-align: center;
}
.cid-u44WBmtTNx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac616;
}
.cid-u44WBmtTNx .wrapper {
  background-color: #ebeae2;
}
.cid-u44WBmtTNx .top-row {
  border-bottom: 1px solid #4479d9;
}
.cid-u44WBmtTNx li {
  list-style-type: none;
}
.cid-u44WBmtTNx .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-u44WBmtTNx .list-1 li {
  margin-bottom: 1rem;
}
.cid-u44WBmtTNx .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-u44WBmtTNx .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-u44WBmtTNx .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-u44WBmtTNx ul {
  margin: 0;
}
.cid-u44WBmtTNx .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-u44WBmtTNx .sect {
  display: flex;
  align-items: center;
}
.cid-u44WBmtTNx .sect__left {
  flex: 0 0 32px;
  margin-right: 15px;
}
.cid-u44WBmtTNx .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-u44WBmtTNx .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-u44WBmtTNx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u44WBmtTNx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u44WBmtTNx .b-text4 {
  text-align: center;
  color: #4479d9;
}
.cid-u44WBmtTNx .b-text3 {
  color: #4479d9;
}
.cid-u44WBmtTNx .mbr-section-title {
  color: #4479d9;
  text-align: left;
}
.cid-u44WBmtTNx .list1 {
  text-align: left;
}
.cid-uJWUNBTGt3 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #ffbf31, #ffffff);
}
.cid-uJWUNBTGt3 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJWUNBTGt3 .mbr-text,
.cid-uJWUNBTGt3 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJWUNBTGt3 .mbr-section-title,
.cid-uJWUNBTGt3 .line {
  color: #232323;
}
.cid-uJWUNBTGt3 .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uJWUNBTGt3 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uJWUNBTGt3 .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-uJWUNBTGt3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJWUNBTGt3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJWUNBTGt3 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJWUNBTGt3 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJWUNBTGt3 .mbr-section-subtitle,
.cid-uJWUNBTGt3 .align {
  text-align: left;
  color: #232323;
}
.cid-uINDPJgCBI .navbar {
  padding: 0.5rem 0;
  background: #fac616;
  transition: none;
  min-height: 50px;
}
.cid-uINDPJgCBI .navbar-fixed-top {
  padding-top: 0;
}
.cid-uINDPJgCBI .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uINDPJgCBI .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uINDPJgCBI .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uINDPJgCBI .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uINDPJgCBI .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uINDPJgCBI .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uINDPJgCBI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uINDPJgCBI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uINDPJgCBI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uINDPJgCBI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uINDPJgCBI .menu-content-top {
  background: #353535;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uINDPJgCBI .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-uINDPJgCBI .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uINDPJgCBI .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-uINDPJgCBI .dropdown-item,
.cid-uINDPJgCBI .nav-link,
.cid-uINDPJgCBI .brand-name {
  font-style: normal;
}
.cid-uINDPJgCBI .dropdown-item:hover,
.cid-uINDPJgCBI .nav-link:hover,
.cid-uINDPJgCBI .brand-name:hover {
  color: #279e64 !important;
}
.cid-uINDPJgCBI .dropdown-menu {
  background-color: #ffffff;
}
.cid-uINDPJgCBI .dropdown-item:active {
  background-color: #ffffff;
}
.cid-uINDPJgCBI .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uINDPJgCBI .navbar-dropdown.bg-color.transparent.opened {
  background: #fac616;
}
.cid-uINDPJgCBI .nav-item {
  position: relative;
}
.cid-uINDPJgCBI .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uINDPJgCBI .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uINDPJgCBI .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-uINDPJgCBI .nav-link {
    line-height: 6.13;
  }
  .cid-uINDPJgCBI .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uINDPJgCBI .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-uINDPJgCBI .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uINDPJgCBI .content-text {
  margin-bottom: 0;
}
.cid-uINDPJgCBI .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uINDPJgCBI .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fac616;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uINDPJgCBI .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uINDPJgCBI .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uINDPJgCBI .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-uINDPJgCBI .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uINDPJgCBI .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uINDPJgCBI .content-right-side {
  text-align: center;
}
.cid-uINDPJgCBI .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uINDPJgCBI .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uINDPJgCBI .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ff0000;
}
.cid-uINDPJgCBI .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uINDPJgCBI .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uINDPJgCBI .info-widget:first-child {
  margin-left: 0;
}
.cid-uINDPJgCBI .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uINDPJgCBI .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-uINDPJgCBI .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uINDPJgCBI .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #fac616;
}
@media (min-width: 992px) {
  .cid-uINDPJgCBI .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uINDPJgCBI .navbar {
    display: block;
    padding: 0;
  }
  .cid-uINDPJgCBI .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uINDPJgCBI .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uINDPJgCBI .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uINDPJgCBI .navbar-toggler {
    display: none;
  }
  .cid-uINDPJgCBI .navbar-collapse {
    justify-content: center;
  }
}
.cid-uINDPJgCBI .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uINDPJgCBI .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-uINDPJgCBI .btn-sm {
  padding: 13px 29px;
}
.cid-uINDPJgCBI .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uINDPJgCBI .btn::after {
  background-color: #47b5ed;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uINDPJgCBI .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uINDPJgCBI .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uINDPJgCBI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uINDPJgCBI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uINDPJgCBI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uINDPJgCBI .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uINDPJgCBI .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uINDPJgCBI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uINDPJgCBI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uINDPJgCBI .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uINDPJgCBI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uINDPJgCBI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uINDPJgCBI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uINDPJgCBI .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uINDPJgCBI .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uINDPJgCBI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uINDPJgCBI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uINDPJgCBI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uINDPJgCBI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uINDPJgCBI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-uINDPJgCBI button.navbar-toggler:focus {
  outline: none;
}
.cid-uINDPJgCBI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uINDPJgCBI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uINDPJgCBI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uINDPJgCBI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uINDPJgCBI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uINDPJgCBI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uINDPJgCBI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uINDPJgCBI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uINDPJgCBI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uINDPJgCBI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uINDPJgCBI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uINDPJgCBI .collapsed .btn {
  display: flex;
}
.cid-uINDPJgCBI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uINDPJgCBI .collapsed .navbar-collapse.collapsing,
.cid-uINDPJgCBI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uINDPJgCBI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uINDPJgCBI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uINDPJgCBI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uINDPJgCBI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uINDPJgCBI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uINDPJgCBI .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uINDPJgCBI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uINDPJgCBI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uINDPJgCBI .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uINDPJgCBI .collapsed button.navbar-toggler {
  display: block;
}
.cid-uINDPJgCBI .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uINDPJgCBI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uINDPJgCBI .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uINDPJgCBI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uINDPJgCBI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uINDPJgCBI .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uINDPJgCBI .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uINDPJgCBI .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uINDPJgCBI .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uINDPJgCBI .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uINDPJgCBI .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-uINDPJgCBI .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uINDPJgCBI .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uINDPJgCBI .navbar-collapse.collapsing,
  .cid-uINDPJgCBI .navbar-collapse.show {
    display: block !important;
  }
  .cid-uINDPJgCBI .navbar-collapse.collapsing .navbar-nav,
  .cid-uINDPJgCBI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uINDPJgCBI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uINDPJgCBI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uINDPJgCBI .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uINDPJgCBI .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-uINDPJgCBI .navbar-collapse.collapsing .navbar-buttons,
  .cid-uINDPJgCBI .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uINDPJgCBI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uINDPJgCBI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uINDPJgCBI img {
    height: 3.8rem !important;
  }
  .cid-uINDPJgCBI .btn {
    display: flex;
  }
  .cid-uINDPJgCBI button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uINDPJgCBI .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uINDPJgCBI .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uINDPJgCBI .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uINDPJgCBI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uINDPJgCBI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uINDPJgCBI .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uINDPJgCBI .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uINDPJgCBI .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uINDPJgCBI .navbar-toggler {
  position: relative;
}
.cid-uINDPJgCBI .dropdown-item.active,
.cid-uINDPJgCBI .dropdown-item:active {
  color: initial;
}
.cid-uINDPJgCBI .widget-title {
  color: #47b5ed;
}
.cid-uINDPJgCBI .widget-text {
  color: #47b5ed;
}
.cid-uINDPJgCBI .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uINDPJgCBI .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #fac616;
  display: inline-flex;
  background-color: #fac616;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uINDPJgCBI .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uINDPJgCBI .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uINDPJgCBI .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-uINDPJgCBI .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-uINDPJgCBI .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-uINDPJgCBI .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-uINDPJgCBI .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-uINDPJgCBI .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uINDPJgCBI .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-uINDPJgCBI .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-uINDPJgCBI .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uINDPJgCBI .menu-content-top,
  .cid-uINDPJgCBI .menu-bottom {
    padding: 0 15px;
  }
  .cid-uINDPJgCBI button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uINDPJgCBI .widget-title,
.cid-uINDPJgCBI .widget-icon {
  color: #f4efef;
}
.cid-uINDPJM2YV {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #000000 10%, #fac616 100%) !important;
}
.cid-uINDPJM2YV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINDPJM2YV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINDPKuqkm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uINDPKuqkm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINDPKuqkm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uINDPKuqkm .container {
    padding: 0 15px;
  }
}
.cid-uINDPKuqkm .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uINDPKuqkm .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uINDPKuqkm .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uINDPKuqkm .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uINDPKuqkm .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uINDPKuqkm .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uINDPKuqkm .mbr-section-title {
  color: #131c28;
}
.cid-uINDPKuqkm .mbr-desc {
  color: #131c28;
}
.cid-uJQlQUXgYz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uJQlQUXgYz .container {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uJQlQUXgYz .container {
    padding: 0 28px;
  }
}
.cid-uJQlQUXgYz .row {
  margin: -1px 0 0 0;
}
.cid-uJQlQUXgYz .card {
  padding: 0;
  justify-content: flex-end;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJQlQUXgYz .card {
    border-right: 0;
    border-bottom: 1px solid #000000;
    padding: 0;
  }
}
.cid-uJQlQUXgYz .item:focus,
.cid-uJQlQUXgYz span:focus {
  outline: none;
}
.cid-uJQlQUXgYz .item-wrapper {
  position: relative;
}
.cid-uJQlQUXgYz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 767px) {
  .cid-uJQlQUXgYz .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uJQlQUXgYz .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 40px;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJQlQUXgYz .embla__slide .slide-content {
    padding: 28px;
  }
}
.cid-uJQlQUXgYz .embla__slide .slide-content:hover .mbr-section-btn,
.cid-uJQlQUXgYz .embla__slide .slide-content:focus .mbr-section-btn {
  opacity: 1;
}
.cid-uJQlQUXgYz .embla__slide .slide-content .mbr-section-btn {
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uJQlQUXgYz .embla__slide .slide-content .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uJQlQUXgYz .embla__slide .slide-content .mbr-section-btn .btn {
  text-align: center;
}
.cid-uJQlQUXgYz .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-uJQlQUXgYz .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  margin: 100px 0;
}
@media (max-width: 992px) {
  .cid-uJQlQUXgYz .embla__slide .slide-content .item-wrapper .item-img {
    height: 350px;
    margin-bottom: 50px;
  }
}
.cid-uJQlQUXgYz .embla__slide .slide-content .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJQlQUXgYz .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uJQlQUXgYz .embla__slide .slide-content .content-wrap {
  width: 100%;
}
.cid-uJQlQUXgYz .embla__slide .slide-content .content-wrap .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uJQlQUXgYz .embla__slide .slide-content .content-wrap .title-wrap .mbr-card-title {
  margin-bottom: 0;
}
.cid-uJQlQUXgYz .embla__slide .slide-content .content-wrap .title-wrap .mbr-price {
  margin-bottom: 0;
  min-width: 60px;
}
.cid-uJQlQUXgYz .embla__slide .slide-content .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uJQlQUXgYz .embla__button--next,
.cid-uJQlQUXgYz .embla__button--prev {
  display: flex;
}
.cid-uJQlQUXgYz .embla__button {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 38px;
  background-color: transparent !important;
  opacity: 1 !important;
  color: #e43f3f !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJQlQUXgYz .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uJQlQUXgYz .embla__button:hover.embla__button--prev {
  transform: translateX(-5px);
}
.cid-uJQlQUXgYz .embla__button:hover.embla__button--next {
  transform: translateX(5px);
}
.cid-uJQlQUXgYz .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 992px) {
  .cid-uJQlQUXgYz .embla__button.embla__button--prev {
    left: 10px;
  }
}
.cid-uJQlQUXgYz .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 992px) {
  .cid-uJQlQUXgYz .embla__button.embla__button--next {
    right: 10px;
  }
}
@media (max-width: 992px) {
  .cid-uJQlQUXgYz .embla__button {
    top: 50%;
  }
}
.cid-uJQlQUXgYz .embla {
  position: relative;
  width: 100%;
}
.cid-uJQlQUXgYz .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uJQlQUXgYz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJQlQUXgYz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJQlQUXgYz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJQlQUXgYz .mbr-section-title {
  color: #000000;
}
.cid-uJQlQUXgYz .mbr-card-title {
  color: #000000;
}
.cid-uJQlQUXgYz .mbr-desc {
  color: #000000;
}
.cid-uJQlQUXgYz .mbr-price {
  color: #e43f3f;
}
.cid-uINDPKTMU7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uINDPKTMU7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINDPKTMU7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uINDPKTMU7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uINDPKTMU7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uINDPKTMU7 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uINDPKTMU7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uINDPKTMU7 .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uINDPKTMU7 .mbr-text,
.cid-uINDPKTMU7 .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uINDPLzGbu {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uINDPLzGbu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINDPLzGbu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINDPLzGbu .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uINDPLzGbu .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uINDPLzGbu .container {
    padding: 0 24px;
  }
}
.cid-uINDPLzGbu .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uINDPLzGbu .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uINDPLzGbu .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uINDPLzGbu .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uINDPLzGbu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uINDPLzGbu .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uINDPLzGbu .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uINDPLzGbu .content-wrapper .mbr-section-btn .btn:hover,
.cid-uINDPLzGbu .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uINDPLzGbu .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uINDPLzGbu .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uINDPLzGbu .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uINDPLzGbu .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uINDPLzGbu .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uINDPLzGbu .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uINDPLzGbu .mbr-section-title {
  color: #141414;
}
.cid-uINDPLzGbu .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uINDPLzGbu .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uINDPLzGbu .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uINDPLzGbu .mbr-section-title,
.cid-uINDPLzGbu .mbr-section-btn {
  text-align: center;
}
.cid-uINDPMkLOe {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uINDPMkLOe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINDPMkLOe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINDPMkLOe .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uINDPMkLOe .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uINDPMkLOe .container {
    padding: 0 24px;
  }
}
.cid-uINDPMkLOe .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uINDPMkLOe .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uINDPMkLOe .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uINDPMkLOe .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uINDPMkLOe .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uINDPMkLOe .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uINDPMkLOe .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uINDPMkLOe .content-wrapper .mbr-section-btn .btn:hover,
.cid-uINDPMkLOe .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uINDPMkLOe .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uINDPMkLOe .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uINDPMkLOe .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uINDPMkLOe .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uINDPMkLOe .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uINDPMkLOe .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uINDPMkLOe .mbr-section-title {
  color: #141414;
}
.cid-uINDPMkLOe .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uINDPMkLOe .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uINDPMkLOe .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uINDPMkLOe .mbr-section-title,
.cid-uINDPMkLOe .mbr-section-btn {
  text-align: center;
}
.cid-uINDPN8ZVG {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uINDPN8ZVG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINDPN8ZVG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINDPN8ZVG .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uINDPN8ZVG .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uINDPN8ZVG .container {
    padding: 0 24px;
  }
}
.cid-uINDPN8ZVG .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uINDPN8ZVG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uINDPN8ZVG .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uINDPN8ZVG .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uINDPN8ZVG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uINDPN8ZVG .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uINDPN8ZVG .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uINDPN8ZVG .content-wrapper .mbr-section-btn .btn:hover,
.cid-uINDPN8ZVG .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uINDPN8ZVG .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uINDPN8ZVG .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uINDPN8ZVG .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uINDPN8ZVG .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uINDPN8ZVG .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uINDPN8ZVG .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uINDPN8ZVG .mbr-section-title {
  color: #141414;
}
.cid-uINDPN8ZVG .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uINDPN8ZVG .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uINDPN8ZVG .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uINDPN8ZVG .mbr-section-title,
.cid-uINDPN8ZVG .mbr-section-btn {
  text-align: center;
}
.cid-uINDPNU6yo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-uINDPNU6yo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINDPNU6yo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINDPNU6yo .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uINDPNU6yo .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uINDPNU6yo .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uINDPNU6yo .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uINDPNU6yo .container {
    padding: 0 14px;
  }
}
.cid-uINDPNU6yo .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uINDPNU6yo .content-wrapper .link-wrapper {
  display: block;
}
.cid-uINDPNU6yo .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uINDPNU6yo .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uINDPNU6yo .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uINDPNU6yo .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uINDPNU6yo .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uINDPOfkaW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac616;
}
.cid-uINDPOfkaW .wrapper {
  background-color: #ebeae2;
}
.cid-uINDPOfkaW .top-row {
  border-bottom: 1px solid #4479d9;
}
.cid-uINDPOfkaW li {
  list-style-type: none;
}
.cid-uINDPOfkaW .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-uINDPOfkaW .list-1 li {
  margin-bottom: 1rem;
}
.cid-uINDPOfkaW .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-uINDPOfkaW .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-uINDPOfkaW .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-uINDPOfkaW ul {
  margin: 0;
}
.cid-uINDPOfkaW .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-uINDPOfkaW .sect {
  display: flex;
  align-items: center;
}
.cid-uINDPOfkaW .sect__left {
  flex: 0 0 32px;
  margin-right: 15px;
}
.cid-uINDPOfkaW .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uINDPOfkaW .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uINDPOfkaW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINDPOfkaW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINDPOfkaW .b-text4 {
  text-align: center;
  color: #4479d9;
}
.cid-uINDPOfkaW .b-text3 {
  color: #4479d9;
}
.cid-uINDPOfkaW .mbr-section-title {
  color: #4479d9;
  text-align: left;
}
.cid-uINDPOfkaW .list1 {
  text-align: left;
}
.cid-uIOaPzGzAE .navbar {
  padding: 0.5rem 0;
  background: #fac616;
  transition: none;
  min-height: 50px;
}
.cid-uIOaPzGzAE .navbar-fixed-top {
  padding-top: 0;
}
.cid-uIOaPzGzAE .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uIOaPzGzAE .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uIOaPzGzAE .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uIOaPzGzAE .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uIOaPzGzAE .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uIOaPzGzAE .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uIOaPzGzAE .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uIOaPzGzAE .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uIOaPzGzAE .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uIOaPzGzAE .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uIOaPzGzAE .menu-content-top {
  background: #353535;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uIOaPzGzAE .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-uIOaPzGzAE .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uIOaPzGzAE .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-uIOaPzGzAE .dropdown-item,
.cid-uIOaPzGzAE .nav-link,
.cid-uIOaPzGzAE .brand-name {
  font-style: normal;
}
.cid-uIOaPzGzAE .dropdown-item:hover,
.cid-uIOaPzGzAE .nav-link:hover,
.cid-uIOaPzGzAE .brand-name:hover {
  color: #279e64 !important;
}
.cid-uIOaPzGzAE .dropdown-menu {
  background-color: #ffffff;
}
.cid-uIOaPzGzAE .dropdown-item:active {
  background-color: #ffffff;
}
.cid-uIOaPzGzAE .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uIOaPzGzAE .navbar-dropdown.bg-color.transparent.opened {
  background: #fac616;
}
.cid-uIOaPzGzAE .nav-item {
  position: relative;
}
.cid-uIOaPzGzAE .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uIOaPzGzAE .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uIOaPzGzAE .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-uIOaPzGzAE .nav-link {
    line-height: 6.13;
  }
  .cid-uIOaPzGzAE .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uIOaPzGzAE .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-uIOaPzGzAE .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIOaPzGzAE .content-text {
  margin-bottom: 0;
}
.cid-uIOaPzGzAE .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uIOaPzGzAE .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fac616;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uIOaPzGzAE .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uIOaPzGzAE .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uIOaPzGzAE .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-uIOaPzGzAE .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIOaPzGzAE .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uIOaPzGzAE .content-right-side {
  text-align: center;
}
.cid-uIOaPzGzAE .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uIOaPzGzAE .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uIOaPzGzAE .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ff0000;
}
.cid-uIOaPzGzAE .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uIOaPzGzAE .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uIOaPzGzAE .info-widget:first-child {
  margin-left: 0;
}
.cid-uIOaPzGzAE .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uIOaPzGzAE .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-uIOaPzGzAE .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uIOaPzGzAE .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #fac616;
}
@media (min-width: 992px) {
  .cid-uIOaPzGzAE .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uIOaPzGzAE .navbar {
    display: block;
    padding: 0;
  }
  .cid-uIOaPzGzAE .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uIOaPzGzAE .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uIOaPzGzAE .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uIOaPzGzAE .navbar-toggler {
    display: none;
  }
  .cid-uIOaPzGzAE .navbar-collapse {
    justify-content: center;
  }
}
.cid-uIOaPzGzAE .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uIOaPzGzAE .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-uIOaPzGzAE .btn-sm {
  padding: 13px 29px;
}
.cid-uIOaPzGzAE .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uIOaPzGzAE .btn::after {
  background-color: #47b5ed;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uIOaPzGzAE .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uIOaPzGzAE .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uIOaPzGzAE .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uIOaPzGzAE .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uIOaPzGzAE .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uIOaPzGzAE .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uIOaPzGzAE .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uIOaPzGzAE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIOaPzGzAE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIOaPzGzAE .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uIOaPzGzAE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uIOaPzGzAE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIOaPzGzAE .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uIOaPzGzAE .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIOaPzGzAE .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uIOaPzGzAE .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uIOaPzGzAE .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uIOaPzGzAE .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uIOaPzGzAE .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uIOaPzGzAE button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-uIOaPzGzAE button.navbar-toggler:focus {
  outline: none;
}
.cid-uIOaPzGzAE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uIOaPzGzAE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIOaPzGzAE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIOaPzGzAE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIOaPzGzAE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIOaPzGzAE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIOaPzGzAE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIOaPzGzAE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIOaPzGzAE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIOaPzGzAE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIOaPzGzAE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIOaPzGzAE .collapsed .btn {
  display: flex;
}
.cid-uIOaPzGzAE .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uIOaPzGzAE .collapsed .navbar-collapse.collapsing,
.cid-uIOaPzGzAE .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uIOaPzGzAE .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uIOaPzGzAE .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uIOaPzGzAE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uIOaPzGzAE .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uIOaPzGzAE .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uIOaPzGzAE .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uIOaPzGzAE .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uIOaPzGzAE .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uIOaPzGzAE .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uIOaPzGzAE .collapsed button.navbar-toggler {
  display: block;
}
.cid-uIOaPzGzAE .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uIOaPzGzAE .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uIOaPzGzAE .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uIOaPzGzAE .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uIOaPzGzAE .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uIOaPzGzAE .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uIOaPzGzAE .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uIOaPzGzAE .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uIOaPzGzAE .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uIOaPzGzAE .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uIOaPzGzAE .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-uIOaPzGzAE .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uIOaPzGzAE .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uIOaPzGzAE .navbar-collapse.collapsing,
  .cid-uIOaPzGzAE .navbar-collapse.show {
    display: block !important;
  }
  .cid-uIOaPzGzAE .navbar-collapse.collapsing .navbar-nav,
  .cid-uIOaPzGzAE .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uIOaPzGzAE .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uIOaPzGzAE .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uIOaPzGzAE .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uIOaPzGzAE .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-uIOaPzGzAE .navbar-collapse.collapsing .navbar-buttons,
  .cid-uIOaPzGzAE .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uIOaPzGzAE .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uIOaPzGzAE .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uIOaPzGzAE img {
    height: 3.8rem !important;
  }
  .cid-uIOaPzGzAE .btn {
    display: flex;
  }
  .cid-uIOaPzGzAE button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uIOaPzGzAE .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uIOaPzGzAE .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uIOaPzGzAE .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uIOaPzGzAE .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uIOaPzGzAE .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uIOaPzGzAE .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uIOaPzGzAE .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uIOaPzGzAE .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uIOaPzGzAE .navbar-toggler {
  position: relative;
}
.cid-uIOaPzGzAE .dropdown-item.active,
.cid-uIOaPzGzAE .dropdown-item:active {
  color: initial;
}
.cid-uIOaPzGzAE .widget-title {
  color: #47b5ed;
}
.cid-uIOaPzGzAE .widget-text {
  color: #47b5ed;
}
.cid-uIOaPzGzAE .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uIOaPzGzAE .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #fac616;
  display: inline-flex;
  background-color: #fac616;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uIOaPzGzAE .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uIOaPzGzAE .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uIOaPzGzAE .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-uIOaPzGzAE .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-uIOaPzGzAE .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-uIOaPzGzAE .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-uIOaPzGzAE .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-uIOaPzGzAE .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uIOaPzGzAE .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-uIOaPzGzAE .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-uIOaPzGzAE .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uIOaPzGzAE .menu-content-top,
  .cid-uIOaPzGzAE .menu-bottom {
    padding: 0 15px;
  }
  .cid-uIOaPzGzAE button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uIOaPzGzAE .widget-title,
.cid-uIOaPzGzAE .widget-icon {
  color: #f4efef;
}
.cid-uIOaPA9fqi {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #fac616 10%, #353535 100%) !important;
}
.cid-uIOaPA9fqi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIOaPA9fqi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIOaPBXy1v {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uIOaPBXy1v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIOaPBXy1v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIOaPBXy1v .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uIOaPBXy1v .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIOaPBXy1v .container {
    padding: 0 24px;
  }
}
.cid-uIOaPBXy1v .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uIOaPBXy1v .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uIOaPBXy1v .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uIOaPBXy1v .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uIOaPBXy1v .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIOaPBXy1v .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uIOaPBXy1v .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uIOaPBXy1v .content-wrapper .mbr-section-btn .btn:hover,
.cid-uIOaPBXy1v .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uIOaPBXy1v .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uIOaPBXy1v .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uIOaPBXy1v .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uIOaPBXy1v .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uIOaPBXy1v .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uIOaPBXy1v .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uIOaPBXy1v .mbr-section-title {
  color: #141414;
}
.cid-uIOaPBXy1v .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uIOaPBXy1v .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uIOaPBXy1v .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uIOaPBXy1v .mbr-section-title,
.cid-uIOaPBXy1v .mbr-section-btn {
  text-align: center;
}
.cid-uIOaPATFYn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uIOaPATFYn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIOaPATFYn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uIOaPATFYn .container {
    padding: 0 15px;
  }
}
.cid-uIOaPATFYn .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uIOaPATFYn .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uIOaPATFYn .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uIOaPATFYn .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uIOaPATFYn .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uIOaPATFYn .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uIOaPATFYn .mbr-section-title {
  color: #131c28;
}
.cid-uIOaPATFYn .mbr-desc {
  color: #131c28;
}
.cid-uJVxeM9hRk {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxeM9hRk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxeM9hRk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxeM9hRk .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxeM9hRk .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxeM9hRk .container {
    padding: 0 24px;
  }
}
.cid-uJVxeM9hRk .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxeM9hRk .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxeM9hRk .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxeM9hRk .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxeM9hRk .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxeM9hRk .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxeM9hRk .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxeM9hRk .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxeM9hRk .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxeM9hRk .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxeM9hRk .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxeM9hRk .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxeM9hRk .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxeM9hRk .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxeM9hRk .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxeM9hRk .mbr-section-title {
  color: #141414;
}
.cid-uJVxeM9hRk .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxeM9hRk .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxeM9hRk .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxeM9hRk .mbr-section-title,
.cid-uJVxeM9hRk .mbr-section-btn {
  text-align: center;
}
.cid-uJVl0Eewiz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uJVl0Eewiz .mbr-text {
  margin: 0;
}
.cid-uJVl0Eewiz .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-uJVl0Eewiz .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uJVl0Eewiz .row-element,
.cid-uJVl0Eewiz .image-element {
  padding: 0;
}
.cid-uJVl0Eewiz .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJVl0Eewiz .image-element .img-wrap {
  width: 100% !important;
}
.cid-uJVl0Eewiz .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uJVl0Eewiz .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJVl0Eewiz .carousel-item.active,
.cid-uJVl0Eewiz .carousel-item-next,
.cid-uJVl0Eewiz .carousel-item-prev {
  display: flex;
}
.cid-uJVl0Eewiz .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-uJVl0Eewiz .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #fac616;
}
.cid-uJVl0Eewiz .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-uJVl0Eewiz .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJVl0Eewiz .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-uJVl0Eewiz .carousel-controls {
    display: block;
  }
  .cid-uJVl0Eewiz .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-uJVl0Eewiz .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-uJVl0Eewiz .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-uJVl0Eewiz .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-uJVl0Eewiz .text-element {
    padding: 1rem;
  }
  .cid-uJVl0Eewiz .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJVl0Eewiz .image-element {
    min-width: 50%;
  }
  .cid-uJVl0Eewiz .media-container-row {
    width: 100%;
  }
}
.cid-uJVl0Eewiz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVl0Eewiz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVl0Eewiz .mbr-title,
.cid-uJVl0Eewiz .ornament {
  color: #ce320c;
}
.cid-uJVl0Eewiz .mbr-text,
.cid-uJVl0Eewiz .link {
  text-align: left;
}
.cid-uJVx8tXp1J {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVx8tXp1J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVx8tXp1J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVx8tXp1J .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVx8tXp1J .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVx8tXp1J .container {
    padding: 0 24px;
  }
}
.cid-uJVx8tXp1J .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVx8tXp1J .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVx8tXp1J .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVx8tXp1J .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVx8tXp1J .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVx8tXp1J .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVx8tXp1J .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVx8tXp1J .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVx8tXp1J .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVx8tXp1J .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVx8tXp1J .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVx8tXp1J .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVx8tXp1J .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVx8tXp1J .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVx8tXp1J .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVx8tXp1J .mbr-section-title {
  color: #141414;
}
.cid-uJVx8tXp1J .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVx8tXp1J .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVx8tXp1J .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVx8tXp1J .mbr-section-title,
.cid-uJVx8tXp1J .mbr-section-btn {
  text-align: center;
}
.cid-uIOaPBfht6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uIOaPBfht6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIOaPBfht6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uIOaPBfht6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIOaPBfht6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uIOaPBfht6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uIOaPBfht6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uIOaPBfht6 .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uIOaPBfht6 .mbr-text,
.cid-uIOaPBfht6 .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uJVwUHSQDo {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVwUHSQDo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVwUHSQDo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVwUHSQDo .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVwUHSQDo .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVwUHSQDo .container {
    padding: 0 24px;
  }
}
.cid-uJVwUHSQDo .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVwUHSQDo .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVwUHSQDo .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVwUHSQDo .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVwUHSQDo .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVwUHSQDo .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVwUHSQDo .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVwUHSQDo .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVwUHSQDo .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVwUHSQDo .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVwUHSQDo .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVwUHSQDo .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVwUHSQDo .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVwUHSQDo .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVwUHSQDo .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVwUHSQDo .mbr-section-title {
  color: #141414;
}
.cid-uJVwUHSQDo .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVwUHSQDo .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVwUHSQDo .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVwUHSQDo .mbr-section-title,
.cid-uJVwUHSQDo .mbr-section-btn {
  text-align: center;
}
.cid-uIOaPBALn0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uIOaPBALn0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIOaPBALn0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIOaPBALn0 .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uIOaPBALn0 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIOaPBALn0 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uIOaPBALn0 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uIOaPBALn0 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uIOaPBALn0 .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uIOaPBALn0 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uIOaPBALn0 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uIOaPBALn0 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uIOaPBALn0 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uIOaPBALn0 .mbr-section-title {
  color: #191c25;
}
.cid-uIOaPBALn0 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uIOaPBALn0 .mbr-section-title,
.cid-uIOaPBALn0 .mbr-section-btn,
.cid-uIOaPBALn0 .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVvaxrnTm {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVvaxrnTm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVvaxrnTm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVvaxrnTm .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVvaxrnTm .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVvaxrnTm .container {
    padding: 0 24px;
  }
}
.cid-uJVvaxrnTm .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVvaxrnTm .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVvaxrnTm .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVvaxrnTm .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVvaxrnTm .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVvaxrnTm .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVvaxrnTm .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVvaxrnTm .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVvaxrnTm .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVvaxrnTm .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVvaxrnTm .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVvaxrnTm .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVvaxrnTm .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVvaxrnTm .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVvaxrnTm .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVvaxrnTm .mbr-section-title {
  color: #141414;
}
.cid-uJVvaxrnTm .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVvaxrnTm .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVvaxrnTm .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVvaxrnTm .mbr-section-title,
.cid-uJVvaxrnTm .mbr-section-btn {
  text-align: center;
}
.cid-uIOaPCnFGh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uIOaPCnFGh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIOaPCnFGh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIOaPCnFGh .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uIOaPCnFGh .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIOaPCnFGh .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uIOaPCnFGh .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uIOaPCnFGh .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uIOaPCnFGh .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uIOaPCnFGh .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uIOaPCnFGh .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uIOaPCnFGh .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uIOaPCnFGh .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uIOaPCnFGh .mbr-section-title {
  color: #191c25;
}
.cid-uIOaPCnFGh .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uIOaPCnFGh .mbr-section-title,
.cid-uIOaPCnFGh .mbr-section-btn,
.cid-uIOaPCnFGh .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uIOaPCJUh3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uIOaPCJUh3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIOaPCJUh3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIOaPCJUh3 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uIOaPCJUh3 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIOaPCJUh3 .container {
    padding: 0 24px;
  }
}
.cid-uIOaPCJUh3 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uIOaPCJUh3 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uIOaPCJUh3 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uIOaPCJUh3 .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uIOaPCJUh3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIOaPCJUh3 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uIOaPCJUh3 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uIOaPCJUh3 .content-wrapper .mbr-section-btn .btn:hover,
.cid-uIOaPCJUh3 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uIOaPCJUh3 .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uIOaPCJUh3 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uIOaPCJUh3 .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uIOaPCJUh3 .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uIOaPCJUh3 .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uIOaPCJUh3 .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uIOaPCJUh3 .mbr-section-title {
  color: #141414;
}
.cid-uIOaPCJUh3 .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uIOaPCJUh3 .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uIOaPCJUh3 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uIOaPCJUh3 .mbr-section-title,
.cid-uIOaPCJUh3 .mbr-section-btn {
  text-align: center;
}
.cid-uIOaPD8RiP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uIOaPD8RiP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIOaPD8RiP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIOaPD8RiP .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uIOaPD8RiP .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIOaPD8RiP .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uIOaPD8RiP .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uIOaPD8RiP .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uIOaPD8RiP .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uIOaPD8RiP .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uIOaPD8RiP .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uIOaPD8RiP .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uIOaPD8RiP .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uIOaPD8RiP .mbr-section-title {
  color: #191c25;
}
.cid-uIOaPD8RiP .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uIOaPD8RiP .mbr-section-title,
.cid-uIOaPD8RiP .mbr-section-btn,
.cid-uIOaPD8RiP .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVuP82Cph {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVuP82Cph .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVuP82Cph .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVuP82Cph .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVuP82Cph .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVuP82Cph .container {
    padding: 0 24px;
  }
}
.cid-uJVuP82Cph .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVuP82Cph .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVuP82Cph .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVuP82Cph .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVuP82Cph .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVuP82Cph .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVuP82Cph .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVuP82Cph .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVuP82Cph .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVuP82Cph .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVuP82Cph .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVuP82Cph .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVuP82Cph .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVuP82Cph .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVuP82Cph .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVuP82Cph .mbr-section-title {
  color: #141414;
}
.cid-uJVuP82Cph .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVuP82Cph .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVuP82Cph .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVuP82Cph .mbr-section-title,
.cid-uJVuP82Cph .mbr-section-btn {
  text-align: center;
}
.cid-uJVpvY1MoB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVpvY1MoB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVpvY1MoB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVpvY1MoB .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVpvY1MoB .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVpvY1MoB .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVpvY1MoB .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVpvY1MoB .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #063a99;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVpvY1MoB .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVpvY1MoB .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVpvY1MoB .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVpvY1MoB .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVpvY1MoB .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVpvY1MoB .mbr-section-title {
  color: #191c25;
}
.cid-uJVpvY1MoB .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJVpvY1MoB .mbr-section-title,
.cid-uJVpvY1MoB .mbr-section-btn,
.cid-uJVpvY1MoB .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVxJxq9C5 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxJxq9C5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxJxq9C5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxJxq9C5 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxJxq9C5 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxJxq9C5 .container {
    padding: 0 24px;
  }
}
.cid-uJVxJxq9C5 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxJxq9C5 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxJxq9C5 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxJxq9C5 .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxJxq9C5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxJxq9C5 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxJxq9C5 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxJxq9C5 .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxJxq9C5 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxJxq9C5 .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxJxq9C5 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxJxq9C5 .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxJxq9C5 .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxJxq9C5 .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxJxq9C5 .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxJxq9C5 .mbr-section-title {
  color: #141414;
}
.cid-uJVxJxq9C5 .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxJxq9C5 .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxJxq9C5 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxJxq9C5 .mbr-section-title,
.cid-uJVxJxq9C5 .mbr-section-btn {
  text-align: center;
}
.cid-uIOaPEeL6A {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uIOaPEeL6A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIOaPEeL6A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIOaPEeL6A .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uIOaPEeL6A .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIOaPEeL6A .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uIOaPEeL6A .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIOaPEeL6A .container {
    padding: 0 14px;
  }
}
.cid-uIOaPEeL6A .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uIOaPEeL6A .content-wrapper .link-wrapper {
  display: block;
}
.cid-uIOaPEeL6A .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uIOaPEeL6A .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uIOaPEeL6A .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIOaPEeL6A .mbr-text {
  color: #f4efef;
  text-align: center;
}
.cid-uIOaPEeL6A .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uJVuXyl6ZH {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVuXyl6ZH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVuXyl6ZH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVuXyl6ZH .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVuXyl6ZH .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVuXyl6ZH .container {
    padding: 0 24px;
  }
}
.cid-uJVuXyl6ZH .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVuXyl6ZH .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVuXyl6ZH .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVuXyl6ZH .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVuXyl6ZH .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVuXyl6ZH .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVuXyl6ZH .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVuXyl6ZH .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVuXyl6ZH .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVuXyl6ZH .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVuXyl6ZH .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVuXyl6ZH .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVuXyl6ZH .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVuXyl6ZH .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVuXyl6ZH .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVuXyl6ZH .mbr-section-title {
  color: #141414;
}
.cid-uJVuXyl6ZH .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVuXyl6ZH .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVuXyl6ZH .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVuXyl6ZH .mbr-section-title,
.cid-uJVuXyl6ZH .mbr-section-btn {
  text-align: center;
}
.cid-uIOaPEycdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac616;
}
.cid-uIOaPEycdG .wrapper {
  background-color: #ebeae2;
}
.cid-uIOaPEycdG .top-row {
  border-bottom: 1px solid #4479d9;
}
.cid-uIOaPEycdG li {
  list-style-type: none;
}
.cid-uIOaPEycdG .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-uIOaPEycdG .list-1 li {
  margin-bottom: 1rem;
}
.cid-uIOaPEycdG .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-uIOaPEycdG .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-uIOaPEycdG .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-uIOaPEycdG ul {
  margin: 0;
}
.cid-uIOaPEycdG .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-uIOaPEycdG .sect {
  display: flex;
  align-items: center;
}
.cid-uIOaPEycdG .sect__left {
  flex: 0 0 32px;
  margin-right: 15px;
}
.cid-uIOaPEycdG .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uIOaPEycdG .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uIOaPEycdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIOaPEycdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIOaPEycdG .b-text4 {
  text-align: center;
  color: #4479d9;
}
.cid-uIOaPEycdG .b-text3 {
  color: #4479d9;
}
.cid-uIOaPEycdG .mbr-section-title {
  color: #4479d9;
  text-align: left;
}
.cid-uIOaPEycdG .list1 {
  text-align: left;
}
.cid-uJoVPCOJls .navbar {
  padding: 0.5rem 0;
  background: #fac616;
  transition: none;
  min-height: 50px;
}
.cid-uJoVPCOJls .navbar-fixed-top {
  padding-top: 0;
}
.cid-uJoVPCOJls .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uJoVPCOJls .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uJoVPCOJls .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uJoVPCOJls .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uJoVPCOJls .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uJoVPCOJls .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uJoVPCOJls .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uJoVPCOJls .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uJoVPCOJls .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uJoVPCOJls .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uJoVPCOJls .menu-content-top {
  background: #353535;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uJoVPCOJls .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-uJoVPCOJls .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uJoVPCOJls .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-uJoVPCOJls .dropdown-item,
.cid-uJoVPCOJls .nav-link,
.cid-uJoVPCOJls .brand-name {
  font-style: normal;
}
.cid-uJoVPCOJls .dropdown-item:hover,
.cid-uJoVPCOJls .nav-link:hover,
.cid-uJoVPCOJls .brand-name:hover {
  color: #279e64 !important;
}
.cid-uJoVPCOJls .dropdown-menu {
  background-color: #ffffff;
}
.cid-uJoVPCOJls .dropdown-item:active {
  background-color: #ffffff;
}
.cid-uJoVPCOJls .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uJoVPCOJls .navbar-dropdown.bg-color.transparent.opened {
  background: #fac616;
}
.cid-uJoVPCOJls .nav-item {
  position: relative;
}
.cid-uJoVPCOJls .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uJoVPCOJls .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uJoVPCOJls .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-uJoVPCOJls .nav-link {
    line-height: 6.13;
  }
  .cid-uJoVPCOJls .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uJoVPCOJls .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-uJoVPCOJls .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJoVPCOJls .content-text {
  margin-bottom: 0;
}
.cid-uJoVPCOJls .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uJoVPCOJls .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fac616;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uJoVPCOJls .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uJoVPCOJls .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uJoVPCOJls .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-uJoVPCOJls .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJoVPCOJls .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uJoVPCOJls .content-right-side {
  text-align: center;
}
.cid-uJoVPCOJls .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uJoVPCOJls .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uJoVPCOJls .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ff0000;
}
.cid-uJoVPCOJls .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uJoVPCOJls .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJoVPCOJls .info-widget:first-child {
  margin-left: 0;
}
.cid-uJoVPCOJls .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uJoVPCOJls .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-uJoVPCOJls .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uJoVPCOJls .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #fac616;
}
@media (min-width: 992px) {
  .cid-uJoVPCOJls .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uJoVPCOJls .navbar {
    display: block;
    padding: 0;
  }
  .cid-uJoVPCOJls .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uJoVPCOJls .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uJoVPCOJls .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uJoVPCOJls .navbar-toggler {
    display: none;
  }
  .cid-uJoVPCOJls .navbar-collapse {
    justify-content: center;
  }
}
.cid-uJoVPCOJls .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uJoVPCOJls .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-uJoVPCOJls .btn-sm {
  padding: 13px 29px;
}
.cid-uJoVPCOJls .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uJoVPCOJls .btn::after {
  background-color: #47b5ed;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uJoVPCOJls .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uJoVPCOJls .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uJoVPCOJls .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uJoVPCOJls .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uJoVPCOJls .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uJoVPCOJls .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uJoVPCOJls .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uJoVPCOJls .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJoVPCOJls .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJoVPCOJls .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uJoVPCOJls .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uJoVPCOJls .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJoVPCOJls .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uJoVPCOJls .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJoVPCOJls .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uJoVPCOJls .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uJoVPCOJls .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uJoVPCOJls .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uJoVPCOJls .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uJoVPCOJls button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-uJoVPCOJls button.navbar-toggler:focus {
  outline: none;
}
.cid-uJoVPCOJls button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJoVPCOJls button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJoVPCOJls button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJoVPCOJls button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJoVPCOJls button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJoVPCOJls nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJoVPCOJls nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJoVPCOJls nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJoVPCOJls nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJoVPCOJls .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJoVPCOJls .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJoVPCOJls .collapsed .btn {
  display: flex;
}
.cid-uJoVPCOJls .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uJoVPCOJls .collapsed .navbar-collapse.collapsing,
.cid-uJoVPCOJls .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uJoVPCOJls .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uJoVPCOJls .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uJoVPCOJls .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uJoVPCOJls .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uJoVPCOJls .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uJoVPCOJls .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uJoVPCOJls .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uJoVPCOJls .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uJoVPCOJls .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uJoVPCOJls .collapsed button.navbar-toggler {
  display: block;
}
.cid-uJoVPCOJls .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uJoVPCOJls .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uJoVPCOJls .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uJoVPCOJls .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uJoVPCOJls .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uJoVPCOJls .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uJoVPCOJls .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uJoVPCOJls .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uJoVPCOJls .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uJoVPCOJls .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uJoVPCOJls .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-uJoVPCOJls .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uJoVPCOJls .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uJoVPCOJls .navbar-collapse.collapsing,
  .cid-uJoVPCOJls .navbar-collapse.show {
    display: block !important;
  }
  .cid-uJoVPCOJls .navbar-collapse.collapsing .navbar-nav,
  .cid-uJoVPCOJls .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uJoVPCOJls .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uJoVPCOJls .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uJoVPCOJls .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uJoVPCOJls .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-uJoVPCOJls .navbar-collapse.collapsing .navbar-buttons,
  .cid-uJoVPCOJls .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uJoVPCOJls .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uJoVPCOJls .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uJoVPCOJls img {
    height: 3.8rem !important;
  }
  .cid-uJoVPCOJls .btn {
    display: flex;
  }
  .cid-uJoVPCOJls button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uJoVPCOJls .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uJoVPCOJls .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uJoVPCOJls .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uJoVPCOJls .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uJoVPCOJls .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uJoVPCOJls .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uJoVPCOJls .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uJoVPCOJls .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uJoVPCOJls .navbar-toggler {
  position: relative;
}
.cid-uJoVPCOJls .dropdown-item.active,
.cid-uJoVPCOJls .dropdown-item:active {
  color: initial;
}
.cid-uJoVPCOJls .widget-title {
  color: #47b5ed;
}
.cid-uJoVPCOJls .widget-text {
  color: #47b5ed;
}
.cid-uJoVPCOJls .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uJoVPCOJls .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #fac616;
  display: inline-flex;
  background-color: #fac616;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uJoVPCOJls .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uJoVPCOJls .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uJoVPCOJls .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-uJoVPCOJls .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-uJoVPCOJls .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-uJoVPCOJls .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-uJoVPCOJls .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-uJoVPCOJls .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uJoVPCOJls .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-uJoVPCOJls .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-uJoVPCOJls .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uJoVPCOJls .menu-content-top,
  .cid-uJoVPCOJls .menu-bottom {
    padding: 0 15px;
  }
  .cid-uJoVPCOJls button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uJoVPCOJls .widget-title,
.cid-uJoVPCOJls .widget-icon {
  color: #f4efef;
}
.cid-uJoVPDRVbU {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #000000 10%, #fac616 100%) !important;
}
.cid-uJoVPDRVbU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoVPDRVbU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJT76gPcEB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uJT76gPcEB .mbr-text {
  margin: 0;
}
.cid-uJT76gPcEB .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-uJT76gPcEB .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uJT76gPcEB .row-element,
.cid-uJT76gPcEB .image-element {
  padding: 0;
}
.cid-uJT76gPcEB .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJT76gPcEB .image-element .img-wrap {
  width: 100% !important;
}
.cid-uJT76gPcEB .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uJT76gPcEB .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJT76gPcEB .carousel-item.active,
.cid-uJT76gPcEB .carousel-item-next,
.cid-uJT76gPcEB .carousel-item-prev {
  display: flex;
}
.cid-uJT76gPcEB .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-uJT76gPcEB .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #fac616;
}
.cid-uJT76gPcEB .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-uJT76gPcEB .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJT76gPcEB .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-uJT76gPcEB .carousel-controls {
    display: block;
  }
  .cid-uJT76gPcEB .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-uJT76gPcEB .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-uJT76gPcEB .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-uJT76gPcEB .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-uJT76gPcEB .text-element {
    padding: 1rem;
  }
  .cid-uJT76gPcEB .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJT76gPcEB .image-element {
    min-width: 50%;
  }
  .cid-uJT76gPcEB .media-container-row {
    width: 100%;
  }
}
.cid-uJT76gPcEB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJT76gPcEB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJT76gPcEB .mbr-title,
.cid-uJT76gPcEB .ornament {
  color: #ce320c;
}
.cid-uJT76gPcEB .mbr-text,
.cid-uJT76gPcEB .link {
  text-align: left;
}
.cid-uJoVPG9b2n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uJoVPG9b2n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoVPG9b2n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJoVPG9b2n .container {
    padding: 0 15px;
  }
}
.cid-uJoVPG9b2n .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJoVPG9b2n .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJoVPG9b2n .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uJoVPG9b2n .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uJoVPG9b2n .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uJoVPG9b2n .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uJoVPG9b2n .mbr-section-title {
  color: #131c28;
}
.cid-uJoVPG9b2n .mbr-desc {
  color: #131c28;
}
.cid-uJoVPGIkaN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uJoVPGIkaN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoVPGIkaN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJoVPGIkaN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJoVPGIkaN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJoVPGIkaN .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJoVPGIkaN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJoVPGIkaN .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uJoVPGIkaN .mbr-text,
.cid-uJoVPGIkaN .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uJoVPHTHzw {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJoVPHTHzw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoVPHTHzw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoVPHTHzw .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJoVPHTHzw .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJoVPHTHzw .container {
    padding: 0 24px;
  }
}
.cid-uJoVPHTHzw .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoVPHTHzw .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJoVPHTHzw .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJoVPHTHzw .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJoVPHTHzw .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJoVPHTHzw .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJoVPHTHzw .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJoVPHTHzw .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJoVPHTHzw .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJoVPHTHzw .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJoVPHTHzw .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJoVPHTHzw .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJoVPHTHzw .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJoVPHTHzw .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJoVPHTHzw .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJoVPHTHzw .mbr-section-title {
  color: #141414;
}
.cid-uJoVPHTHzw .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJoVPHTHzw .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJoVPHTHzw .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJoVPHTHzw .mbr-section-title,
.cid-uJoVPHTHzw .mbr-section-btn {
  text-align: center;
}
.cid-uJoVPJ4J4B {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJoVPJ4J4B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoVPJ4J4B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoVPJ4J4B .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJoVPJ4J4B .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJoVPJ4J4B .container {
    padding: 0 24px;
  }
}
.cid-uJoVPJ4J4B .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoVPJ4J4B .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJoVPJ4J4B .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJoVPJ4J4B .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJoVPJ4J4B .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJoVPJ4J4B .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJoVPJ4J4B .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJoVPJ4J4B .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJoVPJ4J4B .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJoVPJ4J4B .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJoVPJ4J4B .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJoVPJ4J4B .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJoVPJ4J4B .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJoVPJ4J4B .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJoVPJ4J4B .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJoVPJ4J4B .mbr-section-title {
  color: #141414;
}
.cid-uJoVPJ4J4B .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJoVPJ4J4B .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJoVPJ4J4B .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJoVPJ4J4B .mbr-section-title,
.cid-uJoVPJ4J4B .mbr-section-btn {
  text-align: center;
}
.cid-uJoVPKb8AU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJoVPKb8AU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoVPKb8AU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoVPKb8AU .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJoVPKb8AU .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJoVPKb8AU .container {
    padding: 0 24px;
  }
}
.cid-uJoVPKb8AU .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoVPKb8AU .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJoVPKb8AU .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJoVPKb8AU .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJoVPKb8AU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJoVPKb8AU .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJoVPKb8AU .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJoVPKb8AU .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJoVPKb8AU .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJoVPKb8AU .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJoVPKb8AU .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJoVPKb8AU .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJoVPKb8AU .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJoVPKb8AU .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJoVPKb8AU .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJoVPKb8AU .mbr-section-title {
  color: #141414;
}
.cid-uJoVPKb8AU .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJoVPKb8AU .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJoVPKb8AU .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJoVPKb8AU .mbr-section-title,
.cid-uJoVPKb8AU .mbr-section-btn {
  text-align: center;
}
.cid-uJoVPLnUI0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-uJoVPLnUI0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoVPLnUI0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoVPLnUI0 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uJoVPLnUI0 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJoVPLnUI0 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uJoVPLnUI0 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJoVPLnUI0 .container {
    padding: 0 14px;
  }
}
.cid-uJoVPLnUI0 .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uJoVPLnUI0 .content-wrapper .link-wrapper {
  display: block;
}
.cid-uJoVPLnUI0 .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uJoVPLnUI0 .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uJoVPLnUI0 .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJoVPLnUI0 .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uJoVPLnUI0 .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uJoVPLV3gT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac616;
}
.cid-uJoVPLV3gT .wrapper {
  background-color: #ebeae2;
}
.cid-uJoVPLV3gT .top-row {
  border-bottom: 1px solid #4479d9;
}
.cid-uJoVPLV3gT li {
  list-style-type: none;
}
.cid-uJoVPLV3gT .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-uJoVPLV3gT .list-1 li {
  margin-bottom: 1rem;
}
.cid-uJoVPLV3gT .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-uJoVPLV3gT .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-uJoVPLV3gT .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-uJoVPLV3gT ul {
  margin: 0;
}
.cid-uJoVPLV3gT .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-uJoVPLV3gT .sect {
  display: flex;
  align-items: center;
}
.cid-uJoVPLV3gT .sect__left {
  flex: 0 0 32px;
  margin-right: 15px;
}
.cid-uJoVPLV3gT .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uJoVPLV3gT .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uJoVPLV3gT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoVPLV3gT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoVPLV3gT .b-text4 {
  text-align: center;
  color: #4479d9;
}
.cid-uJoVPLV3gT .b-text3 {
  color: #4479d9;
}
.cid-uJoVPLV3gT .mbr-section-title {
  color: #4479d9;
  text-align: left;
}
.cid-uJoVPLV3gT .list1 {
  text-align: left;
}
.cid-uINDBRPSjx .navbar {
  padding: 0.5rem 0;
  background: #fac616;
  transition: none;
  min-height: 50px;
}
.cid-uINDBRPSjx .navbar-fixed-top {
  padding-top: 0;
}
.cid-uINDBRPSjx .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uINDBRPSjx .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uINDBRPSjx .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uINDBRPSjx .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uINDBRPSjx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uINDBRPSjx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uINDBRPSjx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uINDBRPSjx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uINDBRPSjx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uINDBRPSjx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uINDBRPSjx .menu-content-top {
  background: #353535;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uINDBRPSjx .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-uINDBRPSjx .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uINDBRPSjx .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-uINDBRPSjx .dropdown-item,
.cid-uINDBRPSjx .nav-link,
.cid-uINDBRPSjx .brand-name {
  font-style: normal;
}
.cid-uINDBRPSjx .dropdown-item:hover,
.cid-uINDBRPSjx .nav-link:hover,
.cid-uINDBRPSjx .brand-name:hover {
  color: #279e64 !important;
}
.cid-uINDBRPSjx .dropdown-menu {
  background-color: #ffffff;
}
.cid-uINDBRPSjx .dropdown-item:active {
  background-color: #ffffff;
}
.cid-uINDBRPSjx .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uINDBRPSjx .navbar-dropdown.bg-color.transparent.opened {
  background: #fac616;
}
.cid-uINDBRPSjx .nav-item {
  position: relative;
}
.cid-uINDBRPSjx .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uINDBRPSjx .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uINDBRPSjx .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-uINDBRPSjx .nav-link {
    line-height: 6.13;
  }
  .cid-uINDBRPSjx .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uINDBRPSjx .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-uINDBRPSjx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uINDBRPSjx .content-text {
  margin-bottom: 0;
}
.cid-uINDBRPSjx .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uINDBRPSjx .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fac616;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uINDBRPSjx .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uINDBRPSjx .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uINDBRPSjx .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-uINDBRPSjx .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uINDBRPSjx .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uINDBRPSjx .content-right-side {
  text-align: center;
}
.cid-uINDBRPSjx .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uINDBRPSjx .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uINDBRPSjx .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ff0000;
}
.cid-uINDBRPSjx .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uINDBRPSjx .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uINDBRPSjx .info-widget:first-child {
  margin-left: 0;
}
.cid-uINDBRPSjx .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uINDBRPSjx .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-uINDBRPSjx .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uINDBRPSjx .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #fac616;
}
@media (min-width: 992px) {
  .cid-uINDBRPSjx .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uINDBRPSjx .navbar {
    display: block;
    padding: 0;
  }
  .cid-uINDBRPSjx .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uINDBRPSjx .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uINDBRPSjx .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uINDBRPSjx .navbar-toggler {
    display: none;
  }
  .cid-uINDBRPSjx .navbar-collapse {
    justify-content: center;
  }
}
.cid-uINDBRPSjx .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uINDBRPSjx .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-uINDBRPSjx .btn-sm {
  padding: 13px 29px;
}
.cid-uINDBRPSjx .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uINDBRPSjx .btn::after {
  background-color: #47b5ed;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uINDBRPSjx .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uINDBRPSjx .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uINDBRPSjx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uINDBRPSjx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uINDBRPSjx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uINDBRPSjx .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uINDBRPSjx .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uINDBRPSjx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uINDBRPSjx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uINDBRPSjx .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uINDBRPSjx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uINDBRPSjx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uINDBRPSjx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uINDBRPSjx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uINDBRPSjx .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uINDBRPSjx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uINDBRPSjx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uINDBRPSjx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uINDBRPSjx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uINDBRPSjx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-uINDBRPSjx button.navbar-toggler:focus {
  outline: none;
}
.cid-uINDBRPSjx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uINDBRPSjx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uINDBRPSjx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uINDBRPSjx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uINDBRPSjx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uINDBRPSjx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uINDBRPSjx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uINDBRPSjx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uINDBRPSjx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uINDBRPSjx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uINDBRPSjx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uINDBRPSjx .collapsed .btn {
  display: flex;
}
.cid-uINDBRPSjx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uINDBRPSjx .collapsed .navbar-collapse.collapsing,
.cid-uINDBRPSjx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uINDBRPSjx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uINDBRPSjx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uINDBRPSjx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uINDBRPSjx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uINDBRPSjx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uINDBRPSjx .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uINDBRPSjx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uINDBRPSjx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uINDBRPSjx .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uINDBRPSjx .collapsed button.navbar-toggler {
  display: block;
}
.cid-uINDBRPSjx .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uINDBRPSjx .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uINDBRPSjx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uINDBRPSjx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uINDBRPSjx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uINDBRPSjx .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uINDBRPSjx .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uINDBRPSjx .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uINDBRPSjx .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uINDBRPSjx .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uINDBRPSjx .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-uINDBRPSjx .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uINDBRPSjx .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uINDBRPSjx .navbar-collapse.collapsing,
  .cid-uINDBRPSjx .navbar-collapse.show {
    display: block !important;
  }
  .cid-uINDBRPSjx .navbar-collapse.collapsing .navbar-nav,
  .cid-uINDBRPSjx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uINDBRPSjx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uINDBRPSjx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uINDBRPSjx .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uINDBRPSjx .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-uINDBRPSjx .navbar-collapse.collapsing .navbar-buttons,
  .cid-uINDBRPSjx .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uINDBRPSjx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uINDBRPSjx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uINDBRPSjx img {
    height: 3.8rem !important;
  }
  .cid-uINDBRPSjx .btn {
    display: flex;
  }
  .cid-uINDBRPSjx button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uINDBRPSjx .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uINDBRPSjx .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uINDBRPSjx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uINDBRPSjx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uINDBRPSjx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uINDBRPSjx .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uINDBRPSjx .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uINDBRPSjx .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uINDBRPSjx .navbar-toggler {
  position: relative;
}
.cid-uINDBRPSjx .dropdown-item.active,
.cid-uINDBRPSjx .dropdown-item:active {
  color: initial;
}
.cid-uINDBRPSjx .widget-title {
  color: #47b5ed;
}
.cid-uINDBRPSjx .widget-text {
  color: #47b5ed;
}
.cid-uINDBRPSjx .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uINDBRPSjx .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #fac616;
  display: inline-flex;
  background-color: #fac616;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uINDBRPSjx .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uINDBRPSjx .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uINDBRPSjx .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-uINDBRPSjx .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-uINDBRPSjx .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-uINDBRPSjx .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-uINDBRPSjx .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-uINDBRPSjx .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uINDBRPSjx .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-uINDBRPSjx .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-uINDBRPSjx .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uINDBRPSjx .menu-content-top,
  .cid-uINDBRPSjx .menu-bottom {
    padding: 0 15px;
  }
  .cid-uINDBRPSjx button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uINDBRPSjx .widget-title,
.cid-uINDBRPSjx .widget-icon {
  color: #f4efef;
}
.cid-uINDBSiHNm {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #000000 10%, #fac616 100%) !important;
}
.cid-uINDBSiHNm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINDBSiHNm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjJQyXBJx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uKjJQyXBJx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjJQyXBJx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjJQyXBJx .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uKjJQyXBJx .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uKjJQyXBJx .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uKjJQyXBJx .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uKjJQyXBJx .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uKjJQyXBJx .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uKjJQyXBJx .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjJQyXBJx .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uKjJQyXBJx .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uKjJQyXBJx .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uKjJQyXBJx .mbr-section-title {
  color: #191c25;
}
.cid-uKjJQyXBJx .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uKjJQyXBJx .mbr-section-title,
.cid-uKjJQyXBJx .mbr-section-btn,
.cid-uKjJQyXBJx .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uKjFVnBW5n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uKjFVnBW5n .container {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uKjFVnBW5n .container {
    padding: 0 28px;
  }
}
.cid-uKjFVnBW5n .row {
  margin: -1px 0 0 0;
}
.cid-uKjFVnBW5n .card {
  padding: 0;
  justify-content: flex-end;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uKjFVnBW5n .card {
    border-right: 0;
    border-bottom: 1px solid #000000;
    padding: 0;
  }
}
.cid-uKjFVnBW5n .item:focus,
.cid-uKjFVnBW5n span:focus {
  outline: none;
}
.cid-uKjFVnBW5n .item-wrapper {
  position: relative;
}
.cid-uKjFVnBW5n .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 767px) {
  .cid-uKjFVnBW5n .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uKjFVnBW5n .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 40px;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uKjFVnBW5n .embla__slide .slide-content {
    padding: 28px;
  }
}
.cid-uKjFVnBW5n .embla__slide .slide-content:hover .mbr-section-btn,
.cid-uKjFVnBW5n .embla__slide .slide-content:focus .mbr-section-btn {
  opacity: 1;
}
.cid-uKjFVnBW5n .embla__slide .slide-content .mbr-section-btn {
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uKjFVnBW5n .embla__slide .slide-content .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uKjFVnBW5n .embla__slide .slide-content .mbr-section-btn .btn {
  text-align: center;
}
.cid-uKjFVnBW5n .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-uKjFVnBW5n .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  margin: 100px 0;
}
@media (max-width: 992px) {
  .cid-uKjFVnBW5n .embla__slide .slide-content .item-wrapper .item-img {
    height: 350px;
    margin-bottom: 50px;
  }
}
.cid-uKjFVnBW5n .embla__slide .slide-content .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKjFVnBW5n .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uKjFVnBW5n .embla__slide .slide-content .content-wrap {
  width: 100%;
}
.cid-uKjFVnBW5n .embla__slide .slide-content .content-wrap .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uKjFVnBW5n .embla__slide .slide-content .content-wrap .title-wrap .mbr-card-title {
  margin-bottom: 0;
}
.cid-uKjFVnBW5n .embla__slide .slide-content .content-wrap .title-wrap .mbr-price {
  margin-bottom: 0;
  min-width: 60px;
}
.cid-uKjFVnBW5n .embla__slide .slide-content .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uKjFVnBW5n .embla__button--next,
.cid-uKjFVnBW5n .embla__button--prev {
  display: flex;
}
.cid-uKjFVnBW5n .embla__button {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 38px;
  background-color: transparent !important;
  opacity: 1 !important;
  color: #e43f3f !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKjFVnBW5n .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKjFVnBW5n .embla__button:hover.embla__button--prev {
  transform: translateX(-5px);
}
.cid-uKjFVnBW5n .embla__button:hover.embla__button--next {
  transform: translateX(5px);
}
.cid-uKjFVnBW5n .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 992px) {
  .cid-uKjFVnBW5n .embla__button.embla__button--prev {
    left: 10px;
  }
}
.cid-uKjFVnBW5n .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 992px) {
  .cid-uKjFVnBW5n .embla__button.embla__button--next {
    right: 10px;
  }
}
@media (max-width: 992px) {
  .cid-uKjFVnBW5n .embla__button {
    top: 50%;
  }
}
.cid-uKjFVnBW5n .embla {
  position: relative;
  width: 100%;
}
.cid-uKjFVnBW5n .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uKjFVnBW5n .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKjFVnBW5n .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKjFVnBW5n .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKjFVnBW5n .mbr-section-title {
  color: #000000;
}
.cid-uKjFVnBW5n .mbr-card-title {
  color: #000000;
}
.cid-uKjFVnBW5n .mbr-desc {
  color: #000000;
}
.cid-uKjFVnBW5n .mbr-price {
  color: #e43f3f;
}
.cid-uINDBSZUVk {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uINDBSZUVk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINDBSZUVk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uINDBSZUVk .container {
    padding: 0 15px;
  }
}
.cid-uINDBSZUVk .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uINDBSZUVk .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uINDBSZUVk .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uINDBSZUVk .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uINDBSZUVk .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uINDBSZUVk .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uINDBSZUVk .mbr-section-title {
  color: #131c28;
}
.cid-uINDBSZUVk .mbr-desc {
  color: #131c28;
}
.cid-uINDBTl9uz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uINDBTl9uz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINDBTl9uz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uINDBTl9uz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uINDBTl9uz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uINDBTl9uz .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uINDBTl9uz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uINDBTl9uz .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uINDBTl9uz .mbr-text,
.cid-uINDBTl9uz .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uINDBU19L6 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uINDBU19L6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINDBU19L6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINDBU19L6 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uINDBU19L6 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uINDBU19L6 .container {
    padding: 0 24px;
  }
}
.cid-uINDBU19L6 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uINDBU19L6 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uINDBU19L6 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uINDBU19L6 .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uINDBU19L6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uINDBU19L6 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uINDBU19L6 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uINDBU19L6 .content-wrapper .mbr-section-btn .btn:hover,
.cid-uINDBU19L6 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uINDBU19L6 .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uINDBU19L6 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uINDBU19L6 .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uINDBU19L6 .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uINDBU19L6 .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uINDBU19L6 .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uINDBU19L6 .mbr-section-title {
  color: #141414;
}
.cid-uINDBU19L6 .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uINDBU19L6 .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uINDBU19L6 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uINDBU19L6 .mbr-section-title,
.cid-uINDBU19L6 .mbr-section-btn {
  text-align: center;
}
.cid-uINDBULJpA {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uINDBULJpA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINDBULJpA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINDBULJpA .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uINDBULJpA .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uINDBULJpA .container {
    padding: 0 24px;
  }
}
.cid-uINDBULJpA .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uINDBULJpA .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uINDBULJpA .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uINDBULJpA .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uINDBULJpA .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uINDBULJpA .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uINDBULJpA .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uINDBULJpA .content-wrapper .mbr-section-btn .btn:hover,
.cid-uINDBULJpA .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uINDBULJpA .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uINDBULJpA .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uINDBULJpA .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uINDBULJpA .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uINDBULJpA .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uINDBULJpA .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uINDBULJpA .mbr-section-title {
  color: #141414;
}
.cid-uINDBULJpA .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uINDBULJpA .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uINDBULJpA .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uINDBULJpA .mbr-section-title,
.cid-uINDBULJpA .mbr-section-btn {
  text-align: center;
}
.cid-uJVTv9oNwV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVTv9oNwV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVTv9oNwV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVTv9oNwV .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVTv9oNwV .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVTv9oNwV .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVTv9oNwV .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVTv9oNwV .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #063a99;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVTv9oNwV .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVTv9oNwV .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVTv9oNwV .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVTv9oNwV .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVTv9oNwV .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVTv9oNwV .mbr-section-title {
  color: #191c25;
}
.cid-uJVTv9oNwV .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJVTv9oNwV .mbr-section-title,
.cid-uJVTv9oNwV .mbr-section-btn,
.cid-uJVTv9oNwV .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uINDBWenWX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-uINDBWenWX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINDBWenWX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINDBWenWX .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uINDBWenWX .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uINDBWenWX .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uINDBWenWX .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uINDBWenWX .container {
    padding: 0 14px;
  }
}
.cid-uINDBWenWX .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uINDBWenWX .content-wrapper .link-wrapper {
  display: block;
}
.cid-uINDBWenWX .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uINDBWenWX .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uINDBWenWX .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uINDBWenWX .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uINDBWenWX .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uINDBWBUXn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac616;
}
.cid-uINDBWBUXn .wrapper {
  background-color: #ebeae2;
}
.cid-uINDBWBUXn .top-row {
  border-bottom: 1px solid #4479d9;
}
.cid-uINDBWBUXn li {
  list-style-type: none;
}
.cid-uINDBWBUXn .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-uINDBWBUXn .list-1 li {
  margin-bottom: 1rem;
}
.cid-uINDBWBUXn .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-uINDBWBUXn .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-uINDBWBUXn .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-uINDBWBUXn ul {
  margin: 0;
}
.cid-uINDBWBUXn .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-uINDBWBUXn .sect {
  display: flex;
  align-items: center;
}
.cid-uINDBWBUXn .sect__left {
  flex: 0 0 32px;
  margin-right: 15px;
}
.cid-uINDBWBUXn .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uINDBWBUXn .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uINDBWBUXn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINDBWBUXn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINDBWBUXn .b-text4 {
  text-align: center;
  color: #4479d9;
}
.cid-uINDBWBUXn .b-text3 {
  color: #4479d9;
}
.cid-uINDBWBUXn .mbr-section-title {
  color: #4479d9;
  text-align: left;
}
.cid-uINDBWBUXn .list1 {
  text-align: left;
}
.cid-uJtcEkLcx7 .navbar {
  padding: 0.5rem 0;
  background: #fac616;
  transition: none;
  min-height: 50px;
}
.cid-uJtcEkLcx7 .navbar-fixed-top {
  padding-top: 0;
}
.cid-uJtcEkLcx7 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uJtcEkLcx7 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uJtcEkLcx7 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uJtcEkLcx7 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uJtcEkLcx7 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uJtcEkLcx7 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uJtcEkLcx7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uJtcEkLcx7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uJtcEkLcx7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uJtcEkLcx7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uJtcEkLcx7 .menu-content-top {
  background: #353535;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uJtcEkLcx7 .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-uJtcEkLcx7 .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uJtcEkLcx7 .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-uJtcEkLcx7 .dropdown-item,
.cid-uJtcEkLcx7 .nav-link,
.cid-uJtcEkLcx7 .brand-name {
  font-style: normal;
}
.cid-uJtcEkLcx7 .dropdown-item:hover,
.cid-uJtcEkLcx7 .nav-link:hover,
.cid-uJtcEkLcx7 .brand-name:hover {
  color: #279e64 !important;
}
.cid-uJtcEkLcx7 .dropdown-menu {
  background-color: #ffffff;
}
.cid-uJtcEkLcx7 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-uJtcEkLcx7 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uJtcEkLcx7 .navbar-dropdown.bg-color.transparent.opened {
  background: #fac616;
}
.cid-uJtcEkLcx7 .nav-item {
  position: relative;
}
.cid-uJtcEkLcx7 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uJtcEkLcx7 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uJtcEkLcx7 .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-uJtcEkLcx7 .nav-link {
    line-height: 6.13;
  }
  .cid-uJtcEkLcx7 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uJtcEkLcx7 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-uJtcEkLcx7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJtcEkLcx7 .content-text {
  margin-bottom: 0;
}
.cid-uJtcEkLcx7 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uJtcEkLcx7 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fac616;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uJtcEkLcx7 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uJtcEkLcx7 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uJtcEkLcx7 .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-uJtcEkLcx7 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJtcEkLcx7 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uJtcEkLcx7 .content-right-side {
  text-align: center;
}
.cid-uJtcEkLcx7 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uJtcEkLcx7 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uJtcEkLcx7 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ff0000;
}
.cid-uJtcEkLcx7 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uJtcEkLcx7 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJtcEkLcx7 .info-widget:first-child {
  margin-left: 0;
}
.cid-uJtcEkLcx7 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uJtcEkLcx7 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-uJtcEkLcx7 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uJtcEkLcx7 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #fac616;
}
@media (min-width: 992px) {
  .cid-uJtcEkLcx7 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uJtcEkLcx7 .navbar {
    display: block;
    padding: 0;
  }
  .cid-uJtcEkLcx7 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uJtcEkLcx7 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uJtcEkLcx7 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uJtcEkLcx7 .navbar-toggler {
    display: none;
  }
  .cid-uJtcEkLcx7 .navbar-collapse {
    justify-content: center;
  }
}
.cid-uJtcEkLcx7 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uJtcEkLcx7 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-uJtcEkLcx7 .btn-sm {
  padding: 13px 29px;
}
.cid-uJtcEkLcx7 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uJtcEkLcx7 .btn::after {
  background-color: #47b5ed;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uJtcEkLcx7 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uJtcEkLcx7 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uJtcEkLcx7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uJtcEkLcx7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uJtcEkLcx7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uJtcEkLcx7 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uJtcEkLcx7 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uJtcEkLcx7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJtcEkLcx7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJtcEkLcx7 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uJtcEkLcx7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uJtcEkLcx7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJtcEkLcx7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uJtcEkLcx7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJtcEkLcx7 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uJtcEkLcx7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uJtcEkLcx7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uJtcEkLcx7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uJtcEkLcx7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uJtcEkLcx7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-uJtcEkLcx7 button.navbar-toggler:focus {
  outline: none;
}
.cid-uJtcEkLcx7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJtcEkLcx7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJtcEkLcx7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJtcEkLcx7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJtcEkLcx7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJtcEkLcx7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJtcEkLcx7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJtcEkLcx7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJtcEkLcx7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJtcEkLcx7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJtcEkLcx7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJtcEkLcx7 .collapsed .btn {
  display: flex;
}
.cid-uJtcEkLcx7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uJtcEkLcx7 .collapsed .navbar-collapse.collapsing,
.cid-uJtcEkLcx7 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uJtcEkLcx7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uJtcEkLcx7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uJtcEkLcx7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uJtcEkLcx7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uJtcEkLcx7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uJtcEkLcx7 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uJtcEkLcx7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uJtcEkLcx7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uJtcEkLcx7 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uJtcEkLcx7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uJtcEkLcx7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uJtcEkLcx7 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uJtcEkLcx7 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uJtcEkLcx7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uJtcEkLcx7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uJtcEkLcx7 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uJtcEkLcx7 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uJtcEkLcx7 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uJtcEkLcx7 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uJtcEkLcx7 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uJtcEkLcx7 .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-uJtcEkLcx7 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uJtcEkLcx7 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uJtcEkLcx7 .navbar-collapse.collapsing,
  .cid-uJtcEkLcx7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uJtcEkLcx7 .navbar-collapse.collapsing .navbar-nav,
  .cid-uJtcEkLcx7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uJtcEkLcx7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uJtcEkLcx7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uJtcEkLcx7 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uJtcEkLcx7 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-uJtcEkLcx7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uJtcEkLcx7 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uJtcEkLcx7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uJtcEkLcx7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uJtcEkLcx7 img {
    height: 3.8rem !important;
  }
  .cid-uJtcEkLcx7 .btn {
    display: flex;
  }
  .cid-uJtcEkLcx7 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uJtcEkLcx7 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uJtcEkLcx7 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uJtcEkLcx7 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uJtcEkLcx7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uJtcEkLcx7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uJtcEkLcx7 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uJtcEkLcx7 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uJtcEkLcx7 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uJtcEkLcx7 .navbar-toggler {
  position: relative;
}
.cid-uJtcEkLcx7 .dropdown-item.active,
.cid-uJtcEkLcx7 .dropdown-item:active {
  color: initial;
}
.cid-uJtcEkLcx7 .widget-title {
  color: #47b5ed;
}
.cid-uJtcEkLcx7 .widget-text {
  color: #47b5ed;
}
.cid-uJtcEkLcx7 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uJtcEkLcx7 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #fac616;
  display: inline-flex;
  background-color: #fac616;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uJtcEkLcx7 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uJtcEkLcx7 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uJtcEkLcx7 .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-uJtcEkLcx7 .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-uJtcEkLcx7 .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-uJtcEkLcx7 .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-uJtcEkLcx7 .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-uJtcEkLcx7 .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uJtcEkLcx7 .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-uJtcEkLcx7 .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-uJtcEkLcx7 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uJtcEkLcx7 .menu-content-top,
  .cid-uJtcEkLcx7 .menu-bottom {
    padding: 0 15px;
  }
  .cid-uJtcEkLcx7 button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uJtcEkLcx7 .widget-title,
.cid-uJtcEkLcx7 .widget-icon {
  color: #f4efef;
}
.cid-uJtcElvcmP {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #000000 10%, #fac616 100%) !important;
}
.cid-uJtcElvcmP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJtcElvcmP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJtcEmFyXo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJtcEmFyXo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJtcEmFyXo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJtcEmFyXo .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJtcEmFyXo .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJtcEmFyXo .container {
    padding: 0 24px;
  }
}
.cid-uJtcEmFyXo .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJtcEmFyXo .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJtcEmFyXo .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJtcEmFyXo .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJtcEmFyXo .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJtcEmFyXo .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJtcEmFyXo .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJtcEmFyXo .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJtcEmFyXo .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJtcEmFyXo .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJtcEmFyXo .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJtcEmFyXo .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJtcEmFyXo .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJtcEmFyXo .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJtcEmFyXo .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJtcEmFyXo .mbr-section-title {
  color: #141414;
}
.cid-uJtcEmFyXo .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJtcEmFyXo .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJtcEmFyXo .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJtcEmFyXo .mbr-section-title,
.cid-uJtcEmFyXo .mbr-section-btn {
  text-align: center;
}
.cid-uJtcEnfs04 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uJtcEnfs04 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJtcEnfs04 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJtcEnfs04 .container {
    padding: 0 15px;
  }
}
.cid-uJtcEnfs04 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJtcEnfs04 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJtcEnfs04 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uJtcEnfs04 .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uJtcEnfs04 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uJtcEnfs04 .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uJtcEnfs04 .mbr-section-title {
  color: #131c28;
}
.cid-uJtcEnfs04 .mbr-desc {
  color: #131c28;
}
.cid-uJVRDU7ZHU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVRDU7ZHU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVRDU7ZHU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVRDU7ZHU .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVRDU7ZHU .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVRDU7ZHU .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVRDU7ZHU .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVRDU7ZHU .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVRDU7ZHU .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVRDU7ZHU .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVRDU7ZHU .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVRDU7ZHU .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVRDU7ZHU .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVRDU7ZHU .mbr-section-title {
  color: #191c25;
}
.cid-uJVRDU7ZHU .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uJVRDU7ZHU .mbr-section-title,
.cid-uJVRDU7ZHU .mbr-section-btn,
.cid-uJVRDU7ZHU .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVRELouSQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVRELouSQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVRELouSQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVRELouSQ .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVRELouSQ .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVRELouSQ .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVRELouSQ .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVRELouSQ .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVRELouSQ .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVRELouSQ .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVRELouSQ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVRELouSQ .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVRELouSQ .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVRELouSQ .mbr-section-title {
  color: #191c25;
}
.cid-uJVRELouSQ .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJVRELouSQ .mbr-section-title,
.cid-uJVRELouSQ .mbr-section-btn,
.cid-uJVRELouSQ .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJtcEoU9B0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJtcEoU9B0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJtcEoU9B0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJtcEoU9B0 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJtcEoU9B0 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJtcEoU9B0 .container {
    padding: 0 24px;
  }
}
.cid-uJtcEoU9B0 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJtcEoU9B0 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJtcEoU9B0 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJtcEoU9B0 .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJtcEoU9B0 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJtcEoU9B0 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJtcEoU9B0 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJtcEoU9B0 .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJtcEoU9B0 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJtcEoU9B0 .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJtcEoU9B0 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJtcEoU9B0 .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJtcEoU9B0 .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJtcEoU9B0 .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJtcEoU9B0 .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJtcEoU9B0 .mbr-section-title {
  color: #141414;
}
.cid-uJtcEoU9B0 .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJtcEoU9B0 .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJtcEoU9B0 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJtcEoU9B0 .mbr-section-title,
.cid-uJtcEoU9B0 .mbr-section-btn {
  text-align: center;
}
.cid-uJVRErsWID {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVRErsWID .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVRErsWID .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVRErsWID .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVRErsWID .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVRErsWID .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVRErsWID .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVRErsWID .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVRErsWID .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVRErsWID .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVRErsWID .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVRErsWID .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVRErsWID .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVRErsWID .mbr-section-title {
  color: #191c25;
}
.cid-uJVRErsWID .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJVRErsWID .mbr-section-title,
.cid-uJVRErsWID .mbr-section-btn,
.cid-uJVRErsWID .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uKjLEBauiS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uKjLEBauiS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjLEBauiS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjLEBauiS .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uKjLEBauiS .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uKjLEBauiS .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uKjLEBauiS .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uKjLEBauiS .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uKjLEBauiS .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uKjLEBauiS .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjLEBauiS .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uKjLEBauiS .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uKjLEBauiS .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uKjLEBauiS .mbr-section-title {
  color: #191c25;
}
.cid-uKjLEBauiS .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uKjLEBauiS .mbr-section-title,
.cid-uKjLEBauiS .mbr-section-btn,
.cid-uKjLEBauiS .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJtcEqyBLH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uJtcEqyBLH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJtcEqyBLH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJtcEqyBLH .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJtcEqyBLH .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJtcEqyBLH .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJtcEqyBLH .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJtcEqyBLH .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJtcEqyBLH .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJtcEqyBLH .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJtcEqyBLH .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJtcEqyBLH .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJtcEqyBLH .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJtcEqyBLH .mbr-section-title {
  color: #191c25;
}
.cid-uJtcEqyBLH .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJtcEqyBLH .mbr-section-title,
.cid-uJtcEqyBLH .mbr-section-btn,
.cid-uJtcEqyBLH .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVRF4iZCz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVRF4iZCz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVRF4iZCz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVRF4iZCz .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVRF4iZCz .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVRF4iZCz .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVRF4iZCz .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVRF4iZCz .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #063a99;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVRF4iZCz .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVRF4iZCz .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVRF4iZCz .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVRF4iZCz .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVRF4iZCz .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVRF4iZCz .mbr-section-title {
  color: #191c25;
}
.cid-uJVRF4iZCz .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJVRF4iZCz .mbr-section-title,
.cid-uJVRF4iZCz .mbr-section-btn,
.cid-uJVRF4iZCz .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJtcEprUTT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uJtcEprUTT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJtcEprUTT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJtcEprUTT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJtcEprUTT .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJtcEprUTT .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJtcEprUTT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJtcEprUTT .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uJtcEprUTT .mbr-text,
.cid-uJtcEprUTT .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uJtcEpWe1t {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJtcEpWe1t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJtcEpWe1t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJtcEpWe1t .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJtcEpWe1t .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJtcEpWe1t .container {
    padding: 0 24px;
  }
}
.cid-uJtcEpWe1t .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJtcEpWe1t .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJtcEpWe1t .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJtcEpWe1t .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJtcEpWe1t .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJtcEpWe1t .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJtcEpWe1t .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJtcEpWe1t .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJtcEpWe1t .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJtcEpWe1t .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJtcEpWe1t .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJtcEpWe1t .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJtcEpWe1t .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJtcEpWe1t .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJtcEpWe1t .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJtcEpWe1t .mbr-section-title {
  color: #141414;
}
.cid-uJtcEpWe1t .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJtcEpWe1t .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJtcEpWe1t .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJtcEpWe1t .mbr-section-title,
.cid-uJtcEpWe1t .mbr-section-btn {
  text-align: center;
}
.cid-uJtcErE3Fp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJtcErE3Fp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJtcErE3Fp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJtcErE3Fp .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJtcErE3Fp .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJtcErE3Fp .container {
    padding: 0 24px;
  }
}
.cid-uJtcErE3Fp .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJtcErE3Fp .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJtcErE3Fp .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJtcErE3Fp .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJtcErE3Fp .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJtcErE3Fp .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJtcErE3Fp .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJtcErE3Fp .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJtcErE3Fp .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJtcErE3Fp .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJtcErE3Fp .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJtcErE3Fp .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJtcErE3Fp .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJtcErE3Fp .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJtcErE3Fp .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJtcErE3Fp .mbr-section-title {
  color: #141414;
}
.cid-uJtcErE3Fp .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJtcErE3Fp .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJtcErE3Fp .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJtcErE3Fp .mbr-section-title,
.cid-uJtcErE3Fp .mbr-section-btn {
  text-align: center;
}
.cid-uJtcEsiGOh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJtcEsiGOh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJtcEsiGOh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJtcEsiGOh .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJtcEsiGOh .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJtcEsiGOh .content-wrapper {
  margin: 0 -8px;
}
.cid-uJtcEsiGOh .content-wrapper .card {
  padding: 0 8px;
}
.cid-uJtcEsiGOh .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJtcEsiGOh .image-wrapper {
    margin-bottom: 12px;
  }
}
.cid-uJtcEsiGOh .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJtcEsiGOh .image-wrapper img {
    height: 300px;
  }
}
.cid-uJtcEsiGOh .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-uJtcEsiGOh .items-wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uJtcEsiGOh .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #e5e5e5;
  padding: 64px;
}
@media (max-width: 1440px) {
  .cid-uJtcEsiGOh .items-wrapper .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uJtcEsiGOh .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uJtcEsiGOh .items-wrapper .item .item-wrapper .iconfont-wrap {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uJtcEsiGOh .items-wrapper .item .item-wrapper .iconfont-wrap {
    margin-bottom: 24px;
  }
}
.cid-uJtcEsiGOh .items-wrapper .item .item-wrapper .iconfont-wrap .mbr-iconfont {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #dd2b1c;
  font-size: 36px;
  color: #e5e5e5;
}
.cid-uJtcEsiGOh .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uJtcEsiGOh .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uJtcEsiGOh .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 24px;
}
.cid-uJtcEsiGOh .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJtcEsiGOh .mbr-section-title {
  color: #2c2c26;
}
.cid-uJtcEsiGOh .card-title {
  color: #2c2c26;
}
.cid-uJtcEsiGOh .card-text {
  color: #63635d;
}
.cid-uJtcEt5tRB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJtcEt5tRB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJtcEt5tRB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJtcEt5tRB .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJtcEt5tRB .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJtcEt5tRB .container {
    padding: 0 24px;
  }
}
.cid-uJtcEt5tRB .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJtcEt5tRB .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJtcEt5tRB .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJtcEt5tRB .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJtcEt5tRB .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJtcEt5tRB .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJtcEt5tRB .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJtcEt5tRB .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJtcEt5tRB .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJtcEt5tRB .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJtcEt5tRB .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJtcEt5tRB .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJtcEt5tRB .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJtcEt5tRB .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJtcEt5tRB .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJtcEt5tRB .mbr-section-title {
  color: #141414;
}
.cid-uJtcEt5tRB .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJtcEt5tRB .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJtcEt5tRB .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJtcEt5tRB .mbr-section-title,
.cid-uJtcEt5tRB .mbr-section-btn {
  text-align: center;
}
.cid-uJtcEtL4Vb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uJtcEtL4Vb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJtcEtL4Vb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJtcEtL4Vb .container {
    padding: 0 15px;
  }
}
.cid-uJtcEtL4Vb .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJtcEtL4Vb .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJtcEtL4Vb .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uJtcEtL4Vb .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uJtcEtL4Vb .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uJtcEtL4Vb .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uJtcEtL4Vb .mbr-section-title {
  color: #131c28;
}
.cid-uJtcEtL4Vb .mbr-desc {
  color: #131c28;
}
.cid-uJtcEtL4Vb .mbr-text {
  text-align: center;
}
.cid-uJtcEusYue {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-uJtcEusYue .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJtcEusYue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJtcEusYue .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uJtcEusYue .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJtcEusYue .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uJtcEusYue .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJtcEusYue .container {
    padding: 0 14px;
  }
}
.cid-uJtcEusYue .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uJtcEusYue .content-wrapper .link-wrapper {
  display: block;
}
.cid-uJtcEusYue .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uJtcEusYue .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uJtcEusYue .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJtcEusYue .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uJtcEusYue .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uJtcEv4s5L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac616;
}
.cid-uJtcEv4s5L .wrapper {
  background-color: #ebeae2;
}
.cid-uJtcEv4s5L .top-row {
  border-bottom: 1px solid #4479d9;
}
.cid-uJtcEv4s5L li {
  list-style-type: none;
}
.cid-uJtcEv4s5L .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-uJtcEv4s5L .list-1 li {
  margin-bottom: 1rem;
}
.cid-uJtcEv4s5L .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-uJtcEv4s5L .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-uJtcEv4s5L .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-uJtcEv4s5L ul {
  margin: 0;
}
.cid-uJtcEv4s5L .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-uJtcEv4s5L .sect {
  display: flex;
  align-items: center;
}
.cid-uJtcEv4s5L .sect__left {
  flex: 0 0 32px;
  margin-right: 15px;
}
.cid-uJtcEv4s5L .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uJtcEv4s5L .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uJtcEv4s5L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJtcEv4s5L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJtcEv4s5L .b-text4 {
  text-align: center;
  color: #4479d9;
}
.cid-uJtcEv4s5L .b-text3 {
  color: #4479d9;
}
.cid-uJtcEv4s5L .mbr-section-title {
  color: #4479d9;
  text-align: left;
}
.cid-uJtcEv4s5L .list1 {
  text-align: left;
}
.cid-uJQhLncRen .navbar {
  padding: 0.5rem 0;
  background: #fac616;
  transition: none;
  min-height: 50px;
}
.cid-uJQhLncRen .navbar-fixed-top {
  padding-top: 0;
}
.cid-uJQhLncRen .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uJQhLncRen .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uJQhLncRen .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uJQhLncRen .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uJQhLncRen .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uJQhLncRen .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uJQhLncRen .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uJQhLncRen .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uJQhLncRen .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uJQhLncRen .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uJQhLncRen .menu-content-top {
  background: #353535;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uJQhLncRen .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-uJQhLncRen .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uJQhLncRen .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-uJQhLncRen .dropdown-item,
.cid-uJQhLncRen .nav-link,
.cid-uJQhLncRen .brand-name {
  font-style: normal;
}
.cid-uJQhLncRen .dropdown-item:hover,
.cid-uJQhLncRen .nav-link:hover,
.cid-uJQhLncRen .brand-name:hover {
  color: #279e64 !important;
}
.cid-uJQhLncRen .dropdown-menu {
  background-color: #ffffff;
}
.cid-uJQhLncRen .dropdown-item:active {
  background-color: #ffffff;
}
.cid-uJQhLncRen .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uJQhLncRen .navbar-dropdown.bg-color.transparent.opened {
  background: #fac616;
}
.cid-uJQhLncRen .nav-item {
  position: relative;
}
.cid-uJQhLncRen .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uJQhLncRen .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uJQhLncRen .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-uJQhLncRen .nav-link {
    line-height: 6.13;
  }
  .cid-uJQhLncRen .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uJQhLncRen .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-uJQhLncRen .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJQhLncRen .content-text {
  margin-bottom: 0;
}
.cid-uJQhLncRen .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uJQhLncRen .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fac616;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uJQhLncRen .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uJQhLncRen .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uJQhLncRen .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-uJQhLncRen .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJQhLncRen .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uJQhLncRen .content-right-side {
  text-align: center;
}
.cid-uJQhLncRen .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uJQhLncRen .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uJQhLncRen .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ff0000;
}
.cid-uJQhLncRen .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uJQhLncRen .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJQhLncRen .info-widget:first-child {
  margin-left: 0;
}
.cid-uJQhLncRen .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uJQhLncRen .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-uJQhLncRen .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uJQhLncRen .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #fac616;
}
@media (min-width: 992px) {
  .cid-uJQhLncRen .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uJQhLncRen .navbar {
    display: block;
    padding: 0;
  }
  .cid-uJQhLncRen .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uJQhLncRen .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uJQhLncRen .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uJQhLncRen .navbar-toggler {
    display: none;
  }
  .cid-uJQhLncRen .navbar-collapse {
    justify-content: center;
  }
}
.cid-uJQhLncRen .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uJQhLncRen .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-uJQhLncRen .btn-sm {
  padding: 13px 29px;
}
.cid-uJQhLncRen .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uJQhLncRen .btn::after {
  background-color: #47b5ed;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uJQhLncRen .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uJQhLncRen .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uJQhLncRen .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uJQhLncRen .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uJQhLncRen .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uJQhLncRen .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uJQhLncRen .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uJQhLncRen .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJQhLncRen .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJQhLncRen .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uJQhLncRen .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uJQhLncRen .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJQhLncRen .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uJQhLncRen .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJQhLncRen .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uJQhLncRen .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uJQhLncRen .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uJQhLncRen .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uJQhLncRen .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uJQhLncRen button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-uJQhLncRen button.navbar-toggler:focus {
  outline: none;
}
.cid-uJQhLncRen button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJQhLncRen button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJQhLncRen button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJQhLncRen button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJQhLncRen button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJQhLncRen nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJQhLncRen nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJQhLncRen nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJQhLncRen nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJQhLncRen .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJQhLncRen .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJQhLncRen .collapsed .btn {
  display: flex;
}
.cid-uJQhLncRen .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uJQhLncRen .collapsed .navbar-collapse.collapsing,
.cid-uJQhLncRen .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uJQhLncRen .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uJQhLncRen .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uJQhLncRen .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uJQhLncRen .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uJQhLncRen .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uJQhLncRen .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uJQhLncRen .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uJQhLncRen .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uJQhLncRen .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uJQhLncRen .collapsed button.navbar-toggler {
  display: block;
}
.cid-uJQhLncRen .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uJQhLncRen .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uJQhLncRen .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uJQhLncRen .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uJQhLncRen .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uJQhLncRen .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uJQhLncRen .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uJQhLncRen .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uJQhLncRen .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uJQhLncRen .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uJQhLncRen .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-uJQhLncRen .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uJQhLncRen .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uJQhLncRen .navbar-collapse.collapsing,
  .cid-uJQhLncRen .navbar-collapse.show {
    display: block !important;
  }
  .cid-uJQhLncRen .navbar-collapse.collapsing .navbar-nav,
  .cid-uJQhLncRen .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uJQhLncRen .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uJQhLncRen .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uJQhLncRen .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uJQhLncRen .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-uJQhLncRen .navbar-collapse.collapsing .navbar-buttons,
  .cid-uJQhLncRen .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uJQhLncRen .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uJQhLncRen .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uJQhLncRen img {
    height: 3.8rem !important;
  }
  .cid-uJQhLncRen .btn {
    display: flex;
  }
  .cid-uJQhLncRen button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uJQhLncRen .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uJQhLncRen .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uJQhLncRen .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uJQhLncRen .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uJQhLncRen .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uJQhLncRen .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uJQhLncRen .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uJQhLncRen .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uJQhLncRen .navbar-toggler {
  position: relative;
}
.cid-uJQhLncRen .dropdown-item.active,
.cid-uJQhLncRen .dropdown-item:active {
  color: initial;
}
.cid-uJQhLncRen .widget-title {
  color: #47b5ed;
}
.cid-uJQhLncRen .widget-text {
  color: #47b5ed;
}
.cid-uJQhLncRen .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uJQhLncRen .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #fac616;
  display: inline-flex;
  background-color: #fac616;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uJQhLncRen .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uJQhLncRen .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uJQhLncRen .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-uJQhLncRen .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-uJQhLncRen .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-uJQhLncRen .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-uJQhLncRen .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-uJQhLncRen .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uJQhLncRen .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-uJQhLncRen .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-uJQhLncRen .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uJQhLncRen .menu-content-top,
  .cid-uJQhLncRen .menu-bottom {
    padding: 0 15px;
  }
  .cid-uJQhLncRen button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uJQhLncRen .widget-title,
.cid-uJQhLncRen .widget-icon {
  color: #f4efef;
}
.cid-uJQhLnIWqS {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #000000 10%, #fac616 100%) !important;
}
.cid-uJQhLnIWqS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQhLnIWqS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQhLou1Jq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJQhLou1Jq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQhLou1Jq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQhLou1Jq .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJQhLou1Jq .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJQhLou1Jq .container {
    padding: 0 24px;
  }
}
.cid-uJQhLou1Jq .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJQhLou1Jq .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJQhLou1Jq .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJQhLou1Jq .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJQhLou1Jq .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJQhLou1Jq .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJQhLou1Jq .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJQhLou1Jq .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJQhLou1Jq .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJQhLou1Jq .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJQhLou1Jq .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJQhLou1Jq .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJQhLou1Jq .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJQhLou1Jq .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJQhLou1Jq .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJQhLou1Jq .mbr-section-title {
  color: #141414;
}
.cid-uJQhLou1Jq .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJQhLou1Jq .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJQhLou1Jq .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJQhLou1Jq .mbr-section-title,
.cid-uJQhLou1Jq .mbr-section-btn {
  text-align: center;
}
.cid-uJTiy3jkYg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uJTiy3jkYg .container {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uJTiy3jkYg .container {
    padding: 0 28px;
  }
}
.cid-uJTiy3jkYg .row {
  margin: -1px 0 0 0;
}
.cid-uJTiy3jkYg .card {
  padding: 0;
  justify-content: flex-end;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJTiy3jkYg .card {
    border-right: 0;
    border-bottom: 1px solid #000000;
    padding: 0;
  }
}
.cid-uJTiy3jkYg .item:focus,
.cid-uJTiy3jkYg span:focus {
  outline: none;
}
.cid-uJTiy3jkYg .item-wrapper {
  position: relative;
}
.cid-uJTiy3jkYg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 767px) {
  .cid-uJTiy3jkYg .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uJTiy3jkYg .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 40px;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJTiy3jkYg .embla__slide .slide-content {
    padding: 28px;
  }
}
.cid-uJTiy3jkYg .embla__slide .slide-content:hover .mbr-section-btn,
.cid-uJTiy3jkYg .embla__slide .slide-content:focus .mbr-section-btn {
  opacity: 1;
}
.cid-uJTiy3jkYg .embla__slide .slide-content .mbr-section-btn {
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uJTiy3jkYg .embla__slide .slide-content .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uJTiy3jkYg .embla__slide .slide-content .mbr-section-btn .btn {
  text-align: center;
}
.cid-uJTiy3jkYg .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-uJTiy3jkYg .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  margin: 100px 0;
}
@media (max-width: 992px) {
  .cid-uJTiy3jkYg .embla__slide .slide-content .item-wrapper .item-img {
    height: 350px;
    margin-bottom: 50px;
  }
}
.cid-uJTiy3jkYg .embla__slide .slide-content .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJTiy3jkYg .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uJTiy3jkYg .embla__slide .slide-content .content-wrap {
  width: 100%;
}
.cid-uJTiy3jkYg .embla__slide .slide-content .content-wrap .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uJTiy3jkYg .embla__slide .slide-content .content-wrap .title-wrap .mbr-card-title {
  margin-bottom: 0;
}
.cid-uJTiy3jkYg .embla__slide .slide-content .content-wrap .title-wrap .mbr-price {
  margin-bottom: 0;
  min-width: 60px;
}
.cid-uJTiy3jkYg .embla__slide .slide-content .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uJTiy3jkYg .embla__button--next,
.cid-uJTiy3jkYg .embla__button--prev {
  display: flex;
}
.cid-uJTiy3jkYg .embla__button {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 38px;
  background-color: transparent !important;
  opacity: 1 !important;
  color: #e43f3f !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJTiy3jkYg .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uJTiy3jkYg .embla__button:hover.embla__button--prev {
  transform: translateX(-5px);
}
.cid-uJTiy3jkYg .embla__button:hover.embla__button--next {
  transform: translateX(5px);
}
.cid-uJTiy3jkYg .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 992px) {
  .cid-uJTiy3jkYg .embla__button.embla__button--prev {
    left: 10px;
  }
}
.cid-uJTiy3jkYg .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 992px) {
  .cid-uJTiy3jkYg .embla__button.embla__button--next {
    right: 10px;
  }
}
@media (max-width: 992px) {
  .cid-uJTiy3jkYg .embla__button {
    top: 50%;
  }
}
.cid-uJTiy3jkYg .embla {
  position: relative;
  width: 100%;
}
.cid-uJTiy3jkYg .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uJTiy3jkYg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJTiy3jkYg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJTiy3jkYg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJTiy3jkYg .mbr-section-title {
  color: #000000;
}
.cid-uJTiy3jkYg .mbr-card-title {
  color: #000000;
}
.cid-uJTiy3jkYg .mbr-desc {
  color: #000000;
}
.cid-uJTiy3jkYg .mbr-price {
  color: #e43f3f;
}
.cid-uJQhLrgjQ3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJQhLrgjQ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQhLrgjQ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQhLrgjQ3 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJQhLrgjQ3 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJQhLrgjQ3 .container {
    padding: 0 24px;
  }
}
.cid-uJQhLrgjQ3 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJQhLrgjQ3 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJQhLrgjQ3 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJQhLrgjQ3 .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJQhLrgjQ3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJQhLrgjQ3 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJQhLrgjQ3 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJQhLrgjQ3 .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJQhLrgjQ3 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJQhLrgjQ3 .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJQhLrgjQ3 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJQhLrgjQ3 .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJQhLrgjQ3 .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJQhLrgjQ3 .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJQhLrgjQ3 .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJQhLrgjQ3 .mbr-section-title {
  color: #141414;
}
.cid-uJQhLrgjQ3 .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJQhLrgjQ3 .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJQhLrgjQ3 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJQhLrgjQ3 .mbr-section-title,
.cid-uJQhLrgjQ3 .mbr-section-btn {
  text-align: center;
}
.cid-uJQhLoS612 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uJQhLoS612 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQhLoS612 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJQhLoS612 .container {
    padding: 0 15px;
  }
}
.cid-uJQhLoS612 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJQhLoS612 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJQhLoS612 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uJQhLoS612 .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uJQhLoS612 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uJQhLoS612 .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uJQhLoS612 .mbr-section-title {
  color: #131c28;
}
.cid-uJQhLoS612 .mbr-desc {
  color: #131c28;
}
.cid-uJQhLqr96t {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJQhLqr96t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQhLqr96t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQhLqr96t .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJQhLqr96t .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJQhLqr96t .container {
    padding: 0 24px;
  }
}
.cid-uJQhLqr96t .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJQhLqr96t .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJQhLqr96t .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJQhLqr96t .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJQhLqr96t .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJQhLqr96t .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJQhLqr96t .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJQhLqr96t .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJQhLqr96t .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJQhLqr96t .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJQhLqr96t .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJQhLqr96t .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJQhLqr96t .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJQhLqr96t .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJQhLqr96t .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJQhLqr96t .mbr-section-title {
  color: #141414;
}
.cid-uJQhLqr96t .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJQhLqr96t .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJQhLqr96t .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJQhLqr96t .mbr-section-title,
.cid-uJQhLqr96t .mbr-section-btn {
  text-align: center;
}
.cid-uJQhLqQ3DC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uJQhLqQ3DC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQhLqQ3DC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJQhLqQ3DC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJQhLqQ3DC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJQhLqQ3DC .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJQhLqQ3DC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJQhLqQ3DC .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uJQhLqQ3DC .mbr-text,
.cid-uJQhLqQ3DC .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uJQhLtwmU7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJQhLtwmU7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQhLtwmU7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQhLtwmU7 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJQhLtwmU7 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJQhLtwmU7 .container {
    padding: 0 24px;
  }
}
.cid-uJQhLtwmU7 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJQhLtwmU7 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJQhLtwmU7 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJQhLtwmU7 .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJQhLtwmU7 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJQhLtwmU7 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJQhLtwmU7 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJQhLtwmU7 .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJQhLtwmU7 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJQhLtwmU7 .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJQhLtwmU7 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJQhLtwmU7 .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJQhLtwmU7 .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJQhLtwmU7 .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJQhLtwmU7 .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJQhLtwmU7 .mbr-section-title {
  color: #141414;
}
.cid-uJQhLtwmU7 .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJQhLtwmU7 .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJQhLtwmU7 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJQhLtwmU7 .mbr-section-title,
.cid-uJQhLtwmU7 .mbr-section-btn {
  text-align: center;
}
.cid-uJQhLu2q3h {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uJQhLu2q3h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQhLu2q3h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJQhLu2q3h .container {
    padding: 0 15px;
  }
}
.cid-uJQhLu2q3h .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJQhLu2q3h .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJQhLu2q3h .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uJQhLu2q3h .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uJQhLu2q3h .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uJQhLu2q3h .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uJQhLu2q3h .mbr-section-title {
  color: #131c28;
}
.cid-uJQhLu2q3h .mbr-desc {
  color: #131c28;
}
.cid-uJQhLu2q3h .mbr-text {
  text-align: center;
}
.cid-uJQhLpesyL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJQhLpesyL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQhLpesyL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQhLpesyL .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJQhLpesyL .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJQhLpesyL .container {
    padding: 0 24px;
  }
}
.cid-uJQhLpesyL .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJQhLpesyL .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJQhLpesyL .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJQhLpesyL .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJQhLpesyL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJQhLpesyL .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJQhLpesyL .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJQhLpesyL .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJQhLpesyL .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJQhLpesyL .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJQhLpesyL .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJQhLpesyL .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJQhLpesyL .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJQhLpesyL .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJQhLpesyL .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJQhLpesyL .mbr-section-title {
  color: #141414;
}
.cid-uJQhLpesyL .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJQhLpesyL .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJQhLpesyL .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJQhLpesyL .mbr-section-title,
.cid-uJQhLpesyL .mbr-section-btn {
  text-align: center;
}
.cid-uJQhLuvYpB {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-uJQhLuvYpB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQhLuvYpB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQhLuvYpB .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uJQhLuvYpB .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJQhLuvYpB .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uJQhLuvYpB .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJQhLuvYpB .container {
    padding: 0 14px;
  }
}
.cid-uJQhLuvYpB .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uJQhLuvYpB .content-wrapper .link-wrapper {
  display: block;
}
.cid-uJQhLuvYpB .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uJQhLuvYpB .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uJQhLuvYpB .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJQhLuvYpB .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uJQhLuvYpB .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uJQhLsu4lx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJQhLsu4lx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQhLsu4lx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQhLsu4lx .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJQhLsu4lx .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJQhLsu4lx .container {
    padding: 0 24px;
  }
}
.cid-uJQhLsu4lx .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJQhLsu4lx .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJQhLsu4lx .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJQhLsu4lx .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJQhLsu4lx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJQhLsu4lx .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJQhLsu4lx .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJQhLsu4lx .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJQhLsu4lx .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJQhLsu4lx .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJQhLsu4lx .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJQhLsu4lx .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJQhLsu4lx .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJQhLsu4lx .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJQhLsu4lx .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJQhLsu4lx .mbr-section-title {
  color: #141414;
}
.cid-uJQhLsu4lx .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJQhLsu4lx .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJQhLsu4lx .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJQhLsu4lx .mbr-section-title,
.cid-uJQhLsu4lx .mbr-section-btn {
  text-align: center;
}
.cid-uJQhLuXtFn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac616;
}
.cid-uJQhLuXtFn .wrapper {
  background-color: #ebeae2;
}
.cid-uJQhLuXtFn .top-row {
  border-bottom: 1px solid #4479d9;
}
.cid-uJQhLuXtFn li {
  list-style-type: none;
}
.cid-uJQhLuXtFn .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-uJQhLuXtFn .list-1 li {
  margin-bottom: 1rem;
}
.cid-uJQhLuXtFn .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-uJQhLuXtFn .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-uJQhLuXtFn .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-uJQhLuXtFn ul {
  margin: 0;
}
.cid-uJQhLuXtFn .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-uJQhLuXtFn .sect {
  display: flex;
  align-items: center;
}
.cid-uJQhLuXtFn .sect__left {
  flex: 0 0 32px;
  margin-right: 15px;
}
.cid-uJQhLuXtFn .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uJQhLuXtFn .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uJQhLuXtFn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQhLuXtFn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQhLuXtFn .b-text4 {
  text-align: center;
  color: #4479d9;
}
.cid-uJQhLuXtFn .b-text3 {
  color: #4479d9;
}
.cid-uJQhLuXtFn .mbr-section-title {
  color: #4479d9;
  text-align: left;
}
.cid-uJQhLuXtFn .list1 {
  text-align: left;
}
.cid-uJoWg9K3jE .navbar {
  padding: 0.5rem 0;
  background: #fac616;
  transition: none;
  min-height: 50px;
}
.cid-uJoWg9K3jE .navbar-fixed-top {
  padding-top: 0;
}
.cid-uJoWg9K3jE .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uJoWg9K3jE .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uJoWg9K3jE .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uJoWg9K3jE .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uJoWg9K3jE .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uJoWg9K3jE .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uJoWg9K3jE .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uJoWg9K3jE .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uJoWg9K3jE .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uJoWg9K3jE .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uJoWg9K3jE .menu-content-top {
  background: #353535;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uJoWg9K3jE .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-uJoWg9K3jE .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uJoWg9K3jE .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-uJoWg9K3jE .dropdown-item,
.cid-uJoWg9K3jE .nav-link,
.cid-uJoWg9K3jE .brand-name {
  font-style: normal;
}
.cid-uJoWg9K3jE .dropdown-item:hover,
.cid-uJoWg9K3jE .nav-link:hover,
.cid-uJoWg9K3jE .brand-name:hover {
  color: #279e64 !important;
}
.cid-uJoWg9K3jE .dropdown-menu {
  background-color: #ffffff;
}
.cid-uJoWg9K3jE .dropdown-item:active {
  background-color: #ffffff;
}
.cid-uJoWg9K3jE .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uJoWg9K3jE .navbar-dropdown.bg-color.transparent.opened {
  background: #fac616;
}
.cid-uJoWg9K3jE .nav-item {
  position: relative;
}
.cid-uJoWg9K3jE .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uJoWg9K3jE .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uJoWg9K3jE .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-uJoWg9K3jE .nav-link {
    line-height: 6.13;
  }
  .cid-uJoWg9K3jE .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uJoWg9K3jE .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-uJoWg9K3jE .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJoWg9K3jE .content-text {
  margin-bottom: 0;
}
.cid-uJoWg9K3jE .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uJoWg9K3jE .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fac616;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uJoWg9K3jE .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uJoWg9K3jE .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uJoWg9K3jE .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-uJoWg9K3jE .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJoWg9K3jE .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uJoWg9K3jE .content-right-side {
  text-align: center;
}
.cid-uJoWg9K3jE .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uJoWg9K3jE .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uJoWg9K3jE .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ff0000;
}
.cid-uJoWg9K3jE .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uJoWg9K3jE .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJoWg9K3jE .info-widget:first-child {
  margin-left: 0;
}
.cid-uJoWg9K3jE .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uJoWg9K3jE .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-uJoWg9K3jE .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uJoWg9K3jE .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #fac616;
}
@media (min-width: 992px) {
  .cid-uJoWg9K3jE .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uJoWg9K3jE .navbar {
    display: block;
    padding: 0;
  }
  .cid-uJoWg9K3jE .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uJoWg9K3jE .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uJoWg9K3jE .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uJoWg9K3jE .navbar-toggler {
    display: none;
  }
  .cid-uJoWg9K3jE .navbar-collapse {
    justify-content: center;
  }
}
.cid-uJoWg9K3jE .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uJoWg9K3jE .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-uJoWg9K3jE .btn-sm {
  padding: 13px 29px;
}
.cid-uJoWg9K3jE .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uJoWg9K3jE .btn::after {
  background-color: #47b5ed;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uJoWg9K3jE .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uJoWg9K3jE .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uJoWg9K3jE .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uJoWg9K3jE .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uJoWg9K3jE .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uJoWg9K3jE .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uJoWg9K3jE .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uJoWg9K3jE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJoWg9K3jE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJoWg9K3jE .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uJoWg9K3jE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uJoWg9K3jE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJoWg9K3jE .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uJoWg9K3jE .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJoWg9K3jE .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uJoWg9K3jE .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uJoWg9K3jE .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uJoWg9K3jE .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uJoWg9K3jE .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uJoWg9K3jE button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-uJoWg9K3jE button.navbar-toggler:focus {
  outline: none;
}
.cid-uJoWg9K3jE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJoWg9K3jE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJoWg9K3jE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJoWg9K3jE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJoWg9K3jE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJoWg9K3jE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJoWg9K3jE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJoWg9K3jE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJoWg9K3jE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJoWg9K3jE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJoWg9K3jE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJoWg9K3jE .collapsed .btn {
  display: flex;
}
.cid-uJoWg9K3jE .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uJoWg9K3jE .collapsed .navbar-collapse.collapsing,
.cid-uJoWg9K3jE .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uJoWg9K3jE .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uJoWg9K3jE .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uJoWg9K3jE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uJoWg9K3jE .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uJoWg9K3jE .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uJoWg9K3jE .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uJoWg9K3jE .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uJoWg9K3jE .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uJoWg9K3jE .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uJoWg9K3jE .collapsed button.navbar-toggler {
  display: block;
}
.cid-uJoWg9K3jE .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uJoWg9K3jE .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uJoWg9K3jE .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uJoWg9K3jE .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uJoWg9K3jE .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uJoWg9K3jE .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uJoWg9K3jE .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uJoWg9K3jE .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uJoWg9K3jE .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uJoWg9K3jE .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uJoWg9K3jE .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-uJoWg9K3jE .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uJoWg9K3jE .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uJoWg9K3jE .navbar-collapse.collapsing,
  .cid-uJoWg9K3jE .navbar-collapse.show {
    display: block !important;
  }
  .cid-uJoWg9K3jE .navbar-collapse.collapsing .navbar-nav,
  .cid-uJoWg9K3jE .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uJoWg9K3jE .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uJoWg9K3jE .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uJoWg9K3jE .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uJoWg9K3jE .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-uJoWg9K3jE .navbar-collapse.collapsing .navbar-buttons,
  .cid-uJoWg9K3jE .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uJoWg9K3jE .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uJoWg9K3jE .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uJoWg9K3jE img {
    height: 3.8rem !important;
  }
  .cid-uJoWg9K3jE .btn {
    display: flex;
  }
  .cid-uJoWg9K3jE button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uJoWg9K3jE .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uJoWg9K3jE .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uJoWg9K3jE .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uJoWg9K3jE .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uJoWg9K3jE .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uJoWg9K3jE .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uJoWg9K3jE .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uJoWg9K3jE .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uJoWg9K3jE .navbar-toggler {
  position: relative;
}
.cid-uJoWg9K3jE .dropdown-item.active,
.cid-uJoWg9K3jE .dropdown-item:active {
  color: initial;
}
.cid-uJoWg9K3jE .widget-title {
  color: #47b5ed;
}
.cid-uJoWg9K3jE .widget-text {
  color: #47b5ed;
}
.cid-uJoWg9K3jE .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uJoWg9K3jE .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #fac616;
  display: inline-flex;
  background-color: #fac616;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uJoWg9K3jE .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uJoWg9K3jE .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uJoWg9K3jE .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-uJoWg9K3jE .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-uJoWg9K3jE .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-uJoWg9K3jE .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-uJoWg9K3jE .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-uJoWg9K3jE .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uJoWg9K3jE .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-uJoWg9K3jE .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-uJoWg9K3jE .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uJoWg9K3jE .menu-content-top,
  .cid-uJoWg9K3jE .menu-bottom {
    padding: 0 15px;
  }
  .cid-uJoWg9K3jE button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uJoWg9K3jE .widget-title,
.cid-uJoWg9K3jE .widget-icon {
  color: #f4efef;
}
.cid-uJoWgar56t {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #000000 10%, #fac616 100%) !important;
}
.cid-uJoWgar56t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWgar56t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVSZJEWSJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVSZJEWSJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVSZJEWSJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVSZJEWSJ .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVSZJEWSJ .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVSZJEWSJ .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVSZJEWSJ .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVSZJEWSJ .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVSZJEWSJ .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVSZJEWSJ .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVSZJEWSJ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVSZJEWSJ .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVSZJEWSJ .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVSZJEWSJ .mbr-section-title {
  color: #191c25;
}
.cid-uJVSZJEWSJ .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uJVSZJEWSJ .mbr-section-title,
.cid-uJVSZJEWSJ .mbr-section-btn,
.cid-uJVSZJEWSJ .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJoWgdcjrt {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJoWgdcjrt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWgdcjrt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWgdcjrt .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJoWgdcjrt .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJoWgdcjrt .container {
    padding: 0 24px;
  }
}
.cid-uJoWgdcjrt .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoWgdcjrt .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJoWgdcjrt .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJoWgdcjrt .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJoWgdcjrt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJoWgdcjrt .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJoWgdcjrt .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJoWgdcjrt .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJoWgdcjrt .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJoWgdcjrt .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJoWgdcjrt .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJoWgdcjrt .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJoWgdcjrt .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJoWgdcjrt .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJoWgdcjrt .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJoWgdcjrt .mbr-section-title {
  color: #141414;
}
.cid-uJoWgdcjrt .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJoWgdcjrt .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJoWgdcjrt .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJoWgdcjrt .mbr-section-title,
.cid-uJoWgdcjrt .mbr-section-btn {
  text-align: center;
}
.cid-uKjVeJgaaH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uKjVeJgaaH .container {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uKjVeJgaaH .container {
    padding: 0 28px;
  }
}
.cid-uKjVeJgaaH .row {
  margin: -1px 0 0 0;
}
.cid-uKjVeJgaaH .card {
  padding: 0;
  justify-content: flex-end;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uKjVeJgaaH .card {
    border-right: 0;
    border-bottom: 1px solid #000000;
    padding: 0;
  }
}
.cid-uKjVeJgaaH .item:focus,
.cid-uKjVeJgaaH span:focus {
  outline: none;
}
.cid-uKjVeJgaaH .item-wrapper {
  position: relative;
}
.cid-uKjVeJgaaH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 767px) {
  .cid-uKjVeJgaaH .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uKjVeJgaaH .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 40px;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uKjVeJgaaH .embla__slide .slide-content {
    padding: 28px;
  }
}
.cid-uKjVeJgaaH .embla__slide .slide-content:hover .mbr-section-btn,
.cid-uKjVeJgaaH .embla__slide .slide-content:focus .mbr-section-btn {
  opacity: 1;
}
.cid-uKjVeJgaaH .embla__slide .slide-content .mbr-section-btn {
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uKjVeJgaaH .embla__slide .slide-content .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uKjVeJgaaH .embla__slide .slide-content .mbr-section-btn .btn {
  text-align: center;
}
.cid-uKjVeJgaaH .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-uKjVeJgaaH .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  margin: 100px 0;
}
@media (max-width: 992px) {
  .cid-uKjVeJgaaH .embla__slide .slide-content .item-wrapper .item-img {
    height: 350px;
    margin-bottom: 50px;
  }
}
.cid-uKjVeJgaaH .embla__slide .slide-content .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKjVeJgaaH .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uKjVeJgaaH .embla__slide .slide-content .content-wrap {
  width: 100%;
}
.cid-uKjVeJgaaH .embla__slide .slide-content .content-wrap .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uKjVeJgaaH .embla__slide .slide-content .content-wrap .title-wrap .mbr-card-title {
  margin-bottom: 0;
}
.cid-uKjVeJgaaH .embla__slide .slide-content .content-wrap .title-wrap .mbr-price {
  margin-bottom: 0;
  min-width: 60px;
}
.cid-uKjVeJgaaH .embla__slide .slide-content .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uKjVeJgaaH .embla__button--next,
.cid-uKjVeJgaaH .embla__button--prev {
  display: flex;
}
.cid-uKjVeJgaaH .embla__button {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 38px;
  background-color: transparent !important;
  opacity: 1 !important;
  color: #e43f3f !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKjVeJgaaH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKjVeJgaaH .embla__button:hover.embla__button--prev {
  transform: translateX(-5px);
}
.cid-uKjVeJgaaH .embla__button:hover.embla__button--next {
  transform: translateX(5px);
}
.cid-uKjVeJgaaH .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 992px) {
  .cid-uKjVeJgaaH .embla__button.embla__button--prev {
    left: 10px;
  }
}
.cid-uKjVeJgaaH .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 992px) {
  .cid-uKjVeJgaaH .embla__button.embla__button--next {
    right: 10px;
  }
}
@media (max-width: 992px) {
  .cid-uKjVeJgaaH .embla__button {
    top: 50%;
  }
}
.cid-uKjVeJgaaH .embla {
  position: relative;
  width: 100%;
}
.cid-uKjVeJgaaH .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uKjVeJgaaH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKjVeJgaaH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKjVeJgaaH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKjVeJgaaH .mbr-section-title {
  color: #000000;
}
.cid-uKjVeJgaaH .mbr-card-title {
  color: #000000;
}
.cid-uKjVeJgaaH .mbr-desc {
  color: #000000;
}
.cid-uKjVeJgaaH .mbr-price {
  color: #e43f3f;
}
.cid-uJoWgbzenZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uJoWgbzenZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWgbzenZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJoWgbzenZ .container {
    padding: 0 15px;
  }
}
.cid-uJoWgbzenZ .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJoWgbzenZ .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJoWgbzenZ .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uJoWgbzenZ .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uJoWgbzenZ .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uJoWgbzenZ .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uJoWgbzenZ .mbr-section-title {
  color: #131c28;
}
.cid-uJoWgbzenZ .mbr-desc {
  color: #131c28;
}
.cid-uJoWgdL29h {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uJoWgdL29h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWgdL29h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWgdL29h .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJoWgdL29h .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJoWgdL29h .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJoWgdL29h .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJoWgdL29h .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJoWgdL29h .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJoWgdL29h .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoWgdL29h .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJoWgdL29h .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJoWgdL29h .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJoWgdL29h .mbr-section-title {
  color: #191c25;
}
.cid-uJoWgdL29h .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJoWgdL29h .mbr-section-title,
.cid-uJoWgdL29h .mbr-section-btn,
.cid-uJoWgdL29h .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uKjVlOmPNi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uKjVlOmPNi .container {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uKjVlOmPNi .container {
    padding: 0 28px;
  }
}
.cid-uKjVlOmPNi .row {
  margin: -1px 0 0 0;
}
.cid-uKjVlOmPNi .card {
  padding: 0;
  justify-content: flex-end;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uKjVlOmPNi .card {
    border-right: 0;
    border-bottom: 1px solid #000000;
    padding: 0;
  }
}
.cid-uKjVlOmPNi .item:focus,
.cid-uKjVlOmPNi span:focus {
  outline: none;
}
.cid-uKjVlOmPNi .item-wrapper {
  position: relative;
}
.cid-uKjVlOmPNi .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 767px) {
  .cid-uKjVlOmPNi .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uKjVlOmPNi .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 40px;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uKjVlOmPNi .embla__slide .slide-content {
    padding: 28px;
  }
}
.cid-uKjVlOmPNi .embla__slide .slide-content:hover .mbr-section-btn,
.cid-uKjVlOmPNi .embla__slide .slide-content:focus .mbr-section-btn {
  opacity: 1;
}
.cid-uKjVlOmPNi .embla__slide .slide-content .mbr-section-btn {
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uKjVlOmPNi .embla__slide .slide-content .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uKjVlOmPNi .embla__slide .slide-content .mbr-section-btn .btn {
  text-align: center;
}
.cid-uKjVlOmPNi .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-uKjVlOmPNi .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  margin: 100px 0;
}
@media (max-width: 992px) {
  .cid-uKjVlOmPNi .embla__slide .slide-content .item-wrapper .item-img {
    height: 350px;
    margin-bottom: 50px;
  }
}
.cid-uKjVlOmPNi .embla__slide .slide-content .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKjVlOmPNi .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uKjVlOmPNi .embla__slide .slide-content .content-wrap {
  width: 100%;
}
.cid-uKjVlOmPNi .embla__slide .slide-content .content-wrap .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uKjVlOmPNi .embla__slide .slide-content .content-wrap .title-wrap .mbr-card-title {
  margin-bottom: 0;
}
.cid-uKjVlOmPNi .embla__slide .slide-content .content-wrap .title-wrap .mbr-price {
  margin-bottom: 0;
  min-width: 60px;
}
.cid-uKjVlOmPNi .embla__slide .slide-content .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uKjVlOmPNi .embla__button--next,
.cid-uKjVlOmPNi .embla__button--prev {
  display: flex;
}
.cid-uKjVlOmPNi .embla__button {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 38px;
  background-color: transparent !important;
  opacity: 1 !important;
  color: #e43f3f !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKjVlOmPNi .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKjVlOmPNi .embla__button:hover.embla__button--prev {
  transform: translateX(-5px);
}
.cid-uKjVlOmPNi .embla__button:hover.embla__button--next {
  transform: translateX(5px);
}
.cid-uKjVlOmPNi .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 992px) {
  .cid-uKjVlOmPNi .embla__button.embla__button--prev {
    left: 10px;
  }
}
.cid-uKjVlOmPNi .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 992px) {
  .cid-uKjVlOmPNi .embla__button.embla__button--next {
    right: 10px;
  }
}
@media (max-width: 992px) {
  .cid-uKjVlOmPNi .embla__button {
    top: 50%;
  }
}
.cid-uKjVlOmPNi .embla {
  position: relative;
  width: 100%;
}
.cid-uKjVlOmPNi .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uKjVlOmPNi .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKjVlOmPNi .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKjVlOmPNi .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKjVlOmPNi .mbr-section-title {
  color: #000000;
}
.cid-uKjVlOmPNi .mbr-card-title {
  color: #000000;
}
.cid-uKjVlOmPNi .mbr-desc {
  color: #000000;
}
.cid-uKjVlOmPNi .mbr-price {
  color: #e43f3f;
}
.cid-uJoWgc8Ut5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uJoWgc8Ut5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWgc8Ut5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJoWgc8Ut5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJoWgc8Ut5 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJoWgc8Ut5 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJoWgc8Ut5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJoWgc8Ut5 .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uJoWgc8Ut5 .mbr-text,
.cid-uJoWgc8Ut5 .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uJoWgenAdm {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJoWgenAdm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWgenAdm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWgenAdm .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJoWgenAdm .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJoWgenAdm .container {
    padding: 0 24px;
  }
}
.cid-uJoWgenAdm .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoWgenAdm .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJoWgenAdm .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJoWgenAdm .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJoWgenAdm .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJoWgenAdm .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJoWgenAdm .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJoWgenAdm .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJoWgenAdm .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJoWgenAdm .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJoWgenAdm .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJoWgenAdm .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJoWgenAdm .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJoWgenAdm .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJoWgenAdm .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJoWgenAdm .mbr-section-title {
  color: #141414;
}
.cid-uJoWgenAdm .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJoWgenAdm .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJoWgenAdm .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJoWgenAdm .mbr-section-title,
.cid-uJoWgenAdm .mbr-section-btn {
  text-align: center;
}
.cid-uJoWgfocIF {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJoWgfocIF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWgfocIF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWgfocIF .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJoWgfocIF .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJoWgfocIF .container {
    padding: 0 24px;
  }
}
.cid-uJoWgfocIF .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoWgfocIF .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJoWgfocIF .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJoWgfocIF .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJoWgfocIF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJoWgfocIF .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJoWgfocIF .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJoWgfocIF .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJoWgfocIF .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJoWgfocIF .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJoWgfocIF .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJoWgfocIF .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJoWgfocIF .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJoWgfocIF .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJoWgfocIF .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJoWgfocIF .mbr-section-title {
  color: #141414;
}
.cid-uJoWgfocIF .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJoWgfocIF .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJoWgfocIF .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJoWgfocIF .mbr-section-title,
.cid-uJoWgfocIF .mbr-section-btn {
  text-align: center;
}
.cid-uJoWggtebq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-uJoWggtebq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWggtebq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWggtebq .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uJoWggtebq .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJoWggtebq .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uJoWggtebq .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJoWggtebq .container {
    padding: 0 14px;
  }
}
.cid-uJoWggtebq .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uJoWggtebq .content-wrapper .link-wrapper {
  display: block;
}
.cid-uJoWggtebq .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uJoWggtebq .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uJoWggtebq .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJoWggtebq .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uJoWggtebq .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uJoWggZh5i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac616;
}
.cid-uJoWggZh5i .wrapper {
  background-color: #ebeae2;
}
.cid-uJoWggZh5i .top-row {
  border-bottom: 1px solid #4479d9;
}
.cid-uJoWggZh5i li {
  list-style-type: none;
}
.cid-uJoWggZh5i .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-uJoWggZh5i .list-1 li {
  margin-bottom: 1rem;
}
.cid-uJoWggZh5i .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-uJoWggZh5i .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-uJoWggZh5i .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-uJoWggZh5i ul {
  margin: 0;
}
.cid-uJoWggZh5i .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-uJoWggZh5i .sect {
  display: flex;
  align-items: center;
}
.cid-uJoWggZh5i .sect__left {
  flex: 0 0 32px;
  margin-right: 15px;
}
.cid-uJoWggZh5i .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uJoWggZh5i .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uJoWggZh5i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWggZh5i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWggZh5i .b-text4 {
  text-align: center;
  color: #4479d9;
}
.cid-uJoWggZh5i .b-text3 {
  color: #4479d9;
}
.cid-uJoWggZh5i .mbr-section-title {
  color: #4479d9;
  text-align: left;
}
.cid-uJoWggZh5i .list1 {
  text-align: left;
}
.cid-uINDLtbqLm .navbar {
  padding: 0.5rem 0;
  background: #fac616;
  transition: none;
  min-height: 50px;
}
.cid-uINDLtbqLm .navbar-fixed-top {
  padding-top: 0;
}
.cid-uINDLtbqLm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uINDLtbqLm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uINDLtbqLm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uINDLtbqLm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uINDLtbqLm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uINDLtbqLm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uINDLtbqLm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uINDLtbqLm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uINDLtbqLm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uINDLtbqLm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uINDLtbqLm .menu-content-top {
  background: #353535;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uINDLtbqLm .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-uINDLtbqLm .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uINDLtbqLm .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-uINDLtbqLm .dropdown-item,
.cid-uINDLtbqLm .nav-link,
.cid-uINDLtbqLm .brand-name {
  font-style: normal;
}
.cid-uINDLtbqLm .dropdown-item:hover,
.cid-uINDLtbqLm .nav-link:hover,
.cid-uINDLtbqLm .brand-name:hover {
  color: #279e64 !important;
}
.cid-uINDLtbqLm .dropdown-menu {
  background-color: #ffffff;
}
.cid-uINDLtbqLm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-uINDLtbqLm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uINDLtbqLm .navbar-dropdown.bg-color.transparent.opened {
  background: #fac616;
}
.cid-uINDLtbqLm .nav-item {
  position: relative;
}
.cid-uINDLtbqLm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uINDLtbqLm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uINDLtbqLm .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-uINDLtbqLm .nav-link {
    line-height: 6.13;
  }
  .cid-uINDLtbqLm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uINDLtbqLm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-uINDLtbqLm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uINDLtbqLm .content-text {
  margin-bottom: 0;
}
.cid-uINDLtbqLm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uINDLtbqLm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fac616;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uINDLtbqLm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uINDLtbqLm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uINDLtbqLm .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-uINDLtbqLm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uINDLtbqLm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uINDLtbqLm .content-right-side {
  text-align: center;
}
.cid-uINDLtbqLm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uINDLtbqLm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uINDLtbqLm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ff0000;
}
.cid-uINDLtbqLm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uINDLtbqLm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uINDLtbqLm .info-widget:first-child {
  margin-left: 0;
}
.cid-uINDLtbqLm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uINDLtbqLm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-uINDLtbqLm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uINDLtbqLm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #fac616;
}
@media (min-width: 992px) {
  .cid-uINDLtbqLm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uINDLtbqLm .navbar {
    display: block;
    padding: 0;
  }
  .cid-uINDLtbqLm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uINDLtbqLm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uINDLtbqLm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uINDLtbqLm .navbar-toggler {
    display: none;
  }
  .cid-uINDLtbqLm .navbar-collapse {
    justify-content: center;
  }
}
.cid-uINDLtbqLm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uINDLtbqLm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-uINDLtbqLm .btn-sm {
  padding: 13px 29px;
}
.cid-uINDLtbqLm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uINDLtbqLm .btn::after {
  background-color: #47b5ed;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uINDLtbqLm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uINDLtbqLm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uINDLtbqLm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uINDLtbqLm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uINDLtbqLm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uINDLtbqLm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uINDLtbqLm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uINDLtbqLm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uINDLtbqLm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uINDLtbqLm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uINDLtbqLm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uINDLtbqLm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uINDLtbqLm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uINDLtbqLm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uINDLtbqLm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uINDLtbqLm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uINDLtbqLm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uINDLtbqLm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uINDLtbqLm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uINDLtbqLm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-uINDLtbqLm button.navbar-toggler:focus {
  outline: none;
}
.cid-uINDLtbqLm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uINDLtbqLm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uINDLtbqLm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uINDLtbqLm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uINDLtbqLm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uINDLtbqLm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uINDLtbqLm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uINDLtbqLm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uINDLtbqLm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uINDLtbqLm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uINDLtbqLm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uINDLtbqLm .collapsed .btn {
  display: flex;
}
.cid-uINDLtbqLm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uINDLtbqLm .collapsed .navbar-collapse.collapsing,
.cid-uINDLtbqLm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uINDLtbqLm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uINDLtbqLm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uINDLtbqLm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uINDLtbqLm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uINDLtbqLm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uINDLtbqLm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uINDLtbqLm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uINDLtbqLm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uINDLtbqLm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uINDLtbqLm .collapsed button.navbar-toggler {
  display: block;
}
.cid-uINDLtbqLm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uINDLtbqLm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uINDLtbqLm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uINDLtbqLm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uINDLtbqLm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uINDLtbqLm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uINDLtbqLm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uINDLtbqLm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uINDLtbqLm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uINDLtbqLm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uINDLtbqLm .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-uINDLtbqLm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uINDLtbqLm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uINDLtbqLm .navbar-collapse.collapsing,
  .cid-uINDLtbqLm .navbar-collapse.show {
    display: block !important;
  }
  .cid-uINDLtbqLm .navbar-collapse.collapsing .navbar-nav,
  .cid-uINDLtbqLm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uINDLtbqLm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uINDLtbqLm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uINDLtbqLm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uINDLtbqLm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-uINDLtbqLm .navbar-collapse.collapsing .navbar-buttons,
  .cid-uINDLtbqLm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uINDLtbqLm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uINDLtbqLm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uINDLtbqLm img {
    height: 3.8rem !important;
  }
  .cid-uINDLtbqLm .btn {
    display: flex;
  }
  .cid-uINDLtbqLm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uINDLtbqLm .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uINDLtbqLm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uINDLtbqLm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uINDLtbqLm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uINDLtbqLm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uINDLtbqLm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uINDLtbqLm .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uINDLtbqLm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uINDLtbqLm .navbar-toggler {
  position: relative;
}
.cid-uINDLtbqLm .dropdown-item.active,
.cid-uINDLtbqLm .dropdown-item:active {
  color: initial;
}
.cid-uINDLtbqLm .widget-title {
  color: #47b5ed;
}
.cid-uINDLtbqLm .widget-text {
  color: #47b5ed;
}
.cid-uINDLtbqLm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uINDLtbqLm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #fac616;
  display: inline-flex;
  background-color: #fac616;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uINDLtbqLm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uINDLtbqLm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uINDLtbqLm .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-uINDLtbqLm .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-uINDLtbqLm .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-uINDLtbqLm .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-uINDLtbqLm .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-uINDLtbqLm .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uINDLtbqLm .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-uINDLtbqLm .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-uINDLtbqLm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uINDLtbqLm .menu-content-top,
  .cid-uINDLtbqLm .menu-bottom {
    padding: 0 15px;
  }
  .cid-uINDLtbqLm button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uINDLtbqLm .widget-title,
.cid-uINDLtbqLm .widget-icon {
  color: #f4efef;
}
.cid-uINDLtIQc7 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #000000 10%, #fac616 100%) !important;
}
.cid-uINDLtIQc7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINDLtIQc7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVTKB3pFC {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVTKB3pFC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVTKB3pFC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVTKB3pFC .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVTKB3pFC .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVTKB3pFC .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVTKB3pFC .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVTKB3pFC .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVTKB3pFC .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVTKB3pFC .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVTKB3pFC .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVTKB3pFC .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVTKB3pFC .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVTKB3pFC .mbr-section-title {
  color: #191c25;
}
.cid-uJVTKB3pFC .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJVTKB3pFC .mbr-section-title,
.cid-uJVTKB3pFC .mbr-section-btn,
.cid-uJVTKB3pFC .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uKjHnT1U7P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uKjHnT1U7P .container {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uKjHnT1U7P .container {
    padding: 0 28px;
  }
}
.cid-uKjHnT1U7P .row {
  margin: -1px 0 0 0;
}
.cid-uKjHnT1U7P .card {
  padding: 0;
  justify-content: flex-end;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uKjHnT1U7P .card {
    border-right: 0;
    border-bottom: 1px solid #000000;
    padding: 0;
  }
}
.cid-uKjHnT1U7P .item:focus,
.cid-uKjHnT1U7P span:focus {
  outline: none;
}
.cid-uKjHnT1U7P .item-wrapper {
  position: relative;
}
.cid-uKjHnT1U7P .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 767px) {
  .cid-uKjHnT1U7P .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uKjHnT1U7P .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 40px;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uKjHnT1U7P .embla__slide .slide-content {
    padding: 28px;
  }
}
.cid-uKjHnT1U7P .embla__slide .slide-content:hover .mbr-section-btn,
.cid-uKjHnT1U7P .embla__slide .slide-content:focus .mbr-section-btn {
  opacity: 1;
}
.cid-uKjHnT1U7P .embla__slide .slide-content .mbr-section-btn {
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uKjHnT1U7P .embla__slide .slide-content .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uKjHnT1U7P .embla__slide .slide-content .mbr-section-btn .btn {
  text-align: center;
}
.cid-uKjHnT1U7P .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-uKjHnT1U7P .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  margin: 100px 0;
}
@media (max-width: 992px) {
  .cid-uKjHnT1U7P .embla__slide .slide-content .item-wrapper .item-img {
    height: 350px;
    margin-bottom: 50px;
  }
}
.cid-uKjHnT1U7P .embla__slide .slide-content .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKjHnT1U7P .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uKjHnT1U7P .embla__slide .slide-content .content-wrap {
  width: 100%;
}
.cid-uKjHnT1U7P .embla__slide .slide-content .content-wrap .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uKjHnT1U7P .embla__slide .slide-content .content-wrap .title-wrap .mbr-card-title {
  margin-bottom: 0;
}
.cid-uKjHnT1U7P .embla__slide .slide-content .content-wrap .title-wrap .mbr-price {
  margin-bottom: 0;
  min-width: 60px;
}
.cid-uKjHnT1U7P .embla__slide .slide-content .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uKjHnT1U7P .embla__button--next,
.cid-uKjHnT1U7P .embla__button--prev {
  display: flex;
}
.cid-uKjHnT1U7P .embla__button {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 38px;
  background-color: transparent !important;
  opacity: 1 !important;
  color: #e43f3f !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKjHnT1U7P .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKjHnT1U7P .embla__button:hover.embla__button--prev {
  transform: translateX(-5px);
}
.cid-uKjHnT1U7P .embla__button:hover.embla__button--next {
  transform: translateX(5px);
}
.cid-uKjHnT1U7P .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 992px) {
  .cid-uKjHnT1U7P .embla__button.embla__button--prev {
    left: 10px;
  }
}
.cid-uKjHnT1U7P .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 992px) {
  .cid-uKjHnT1U7P .embla__button.embla__button--next {
    right: 10px;
  }
}
@media (max-width: 992px) {
  .cid-uKjHnT1U7P .embla__button {
    top: 50%;
  }
}
.cid-uKjHnT1U7P .embla {
  position: relative;
  width: 100%;
}
.cid-uKjHnT1U7P .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uKjHnT1U7P .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKjHnT1U7P .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKjHnT1U7P .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKjHnT1U7P .mbr-section-title {
  color: #000000;
}
.cid-uKjHnT1U7P .mbr-card-title {
  color: #000000;
}
.cid-uKjHnT1U7P .mbr-desc {
  color: #000000;
}
.cid-uKjHnT1U7P .mbr-price {
  color: #e43f3f;
}
.cid-uINDLutJdY {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uINDLutJdY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINDLutJdY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uINDLutJdY .container {
    padding: 0 15px;
  }
}
.cid-uINDLutJdY .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uINDLutJdY .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uINDLutJdY .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uINDLutJdY .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uINDLutJdY .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uINDLutJdY .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uINDLutJdY .mbr-section-title {
  color: #131c28;
}
.cid-uINDLutJdY .mbr-desc {
  color: #131c28;
}
.cid-uINDLuP7jK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uINDLuP7jK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINDLuP7jK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uINDLuP7jK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uINDLuP7jK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uINDLuP7jK .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uINDLuP7jK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uINDLuP7jK .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uINDLuP7jK .mbr-text,
.cid-uINDLuP7jK .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uINDLvubtE {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uINDLvubtE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINDLvubtE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINDLvubtE .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uINDLvubtE .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uINDLvubtE .container {
    padding: 0 24px;
  }
}
.cid-uINDLvubtE .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uINDLvubtE .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uINDLvubtE .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uINDLvubtE .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uINDLvubtE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uINDLvubtE .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uINDLvubtE .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uINDLvubtE .content-wrapper .mbr-section-btn .btn:hover,
.cid-uINDLvubtE .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uINDLvubtE .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uINDLvubtE .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uINDLvubtE .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uINDLvubtE .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uINDLvubtE .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uINDLvubtE .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uINDLvubtE .mbr-section-title {
  color: #141414;
}
.cid-uINDLvubtE .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uINDLvubtE .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uINDLvubtE .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uINDLvubtE .mbr-section-title,
.cid-uINDLvubtE .mbr-section-btn {
  text-align: center;
}
.cid-uJVTUD2DVq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVTUD2DVq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVTUD2DVq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVTUD2DVq .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVTUD2DVq .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVTUD2DVq .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVTUD2DVq .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVTUD2DVq .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #063a99;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVTUD2DVq .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVTUD2DVq .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVTUD2DVq .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVTUD2DVq .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVTUD2DVq .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVTUD2DVq .mbr-section-title {
  color: #191c25;
}
.cid-uJVTUD2DVq .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJVTUD2DVq .mbr-section-title,
.cid-uJVTUD2DVq .mbr-section-btn,
.cid-uJVTUD2DVq .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uINDLwfzlU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uINDLwfzlU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINDLwfzlU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINDLwfzlU .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uINDLwfzlU .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uINDLwfzlU .container {
    padding: 0 24px;
  }
}
.cid-uINDLwfzlU .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uINDLwfzlU .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uINDLwfzlU .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uINDLwfzlU .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uINDLwfzlU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uINDLwfzlU .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uINDLwfzlU .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uINDLwfzlU .content-wrapper .mbr-section-btn .btn:hover,
.cid-uINDLwfzlU .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uINDLwfzlU .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uINDLwfzlU .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uINDLwfzlU .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uINDLwfzlU .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uINDLwfzlU .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uINDLwfzlU .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uINDLwfzlU .mbr-section-title {
  color: #141414;
}
.cid-uINDLwfzlU .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uINDLwfzlU .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uINDLwfzlU .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uINDLwfzlU .mbr-section-title,
.cid-uINDLwfzlU .mbr-section-btn {
  text-align: center;
}
.cid-uINDLwYQv4 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uINDLwYQv4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINDLwYQv4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINDLwYQv4 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uINDLwYQv4 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uINDLwYQv4 .container {
    padding: 0 24px;
  }
}
.cid-uINDLwYQv4 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uINDLwYQv4 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uINDLwYQv4 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uINDLwYQv4 .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uINDLwYQv4 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uINDLwYQv4 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uINDLwYQv4 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uINDLwYQv4 .content-wrapper .mbr-section-btn .btn:hover,
.cid-uINDLwYQv4 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uINDLwYQv4 .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uINDLwYQv4 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uINDLwYQv4 .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uINDLwYQv4 .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uINDLwYQv4 .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uINDLwYQv4 .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uINDLwYQv4 .mbr-section-title {
  color: #141414;
}
.cid-uINDLwYQv4 .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uINDLwYQv4 .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uINDLwYQv4 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uINDLwYQv4 .mbr-section-title,
.cid-uINDLwYQv4 .mbr-section-btn {
  text-align: center;
}
.cid-uINDLxHe9l {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-uINDLxHe9l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINDLxHe9l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINDLxHe9l .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uINDLxHe9l .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uINDLxHe9l .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uINDLxHe9l .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uINDLxHe9l .container {
    padding: 0 14px;
  }
}
.cid-uINDLxHe9l .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uINDLxHe9l .content-wrapper .link-wrapper {
  display: block;
}
.cid-uINDLxHe9l .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uINDLxHe9l .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uINDLxHe9l .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uINDLxHe9l .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uINDLxHe9l .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uINDLy4x0h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac616;
}
.cid-uINDLy4x0h .wrapper {
  background-color: #ebeae2;
}
.cid-uINDLy4x0h .top-row {
  border-bottom: 1px solid #4479d9;
}
.cid-uINDLy4x0h li {
  list-style-type: none;
}
.cid-uINDLy4x0h .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-uINDLy4x0h .list-1 li {
  margin-bottom: 1rem;
}
.cid-uINDLy4x0h .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-uINDLy4x0h .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-uINDLy4x0h .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-uINDLy4x0h ul {
  margin: 0;
}
.cid-uINDLy4x0h .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-uINDLy4x0h .sect {
  display: flex;
  align-items: center;
}
.cid-uINDLy4x0h .sect__left {
  flex: 0 0 32px;
  margin-right: 15px;
}
.cid-uINDLy4x0h .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uINDLy4x0h .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uINDLy4x0h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINDLy4x0h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINDLy4x0h .b-text4 {
  text-align: center;
  color: #4479d9;
}
.cid-uINDLy4x0h .b-text3 {
  color: #4479d9;
}
.cid-uINDLy4x0h .mbr-section-title {
  color: #4479d9;
  text-align: left;
}
.cid-uINDLy4x0h .list1 {
  text-align: left;
}
.cid-uJoWz6u0R6 .navbar {
  padding: 0.5rem 0;
  background: #fac616;
  transition: none;
  min-height: 50px;
}
.cid-uJoWz6u0R6 .navbar-fixed-top {
  padding-top: 0;
}
.cid-uJoWz6u0R6 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uJoWz6u0R6 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uJoWz6u0R6 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uJoWz6u0R6 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uJoWz6u0R6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uJoWz6u0R6 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uJoWz6u0R6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uJoWz6u0R6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uJoWz6u0R6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uJoWz6u0R6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uJoWz6u0R6 .menu-content-top {
  background: #353535;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uJoWz6u0R6 .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-uJoWz6u0R6 .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uJoWz6u0R6 .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-uJoWz6u0R6 .dropdown-item,
.cid-uJoWz6u0R6 .nav-link,
.cid-uJoWz6u0R6 .brand-name {
  font-style: normal;
}
.cid-uJoWz6u0R6 .dropdown-item:hover,
.cid-uJoWz6u0R6 .nav-link:hover,
.cid-uJoWz6u0R6 .brand-name:hover {
  color: #279e64 !important;
}
.cid-uJoWz6u0R6 .dropdown-menu {
  background-color: #ffffff;
}
.cid-uJoWz6u0R6 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-uJoWz6u0R6 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uJoWz6u0R6 .navbar-dropdown.bg-color.transparent.opened {
  background: #fac616;
}
.cid-uJoWz6u0R6 .nav-item {
  position: relative;
}
.cid-uJoWz6u0R6 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uJoWz6u0R6 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uJoWz6u0R6 .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-uJoWz6u0R6 .nav-link {
    line-height: 6.13;
  }
  .cid-uJoWz6u0R6 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uJoWz6u0R6 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-uJoWz6u0R6 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJoWz6u0R6 .content-text {
  margin-bottom: 0;
}
.cid-uJoWz6u0R6 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uJoWz6u0R6 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fac616;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uJoWz6u0R6 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uJoWz6u0R6 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uJoWz6u0R6 .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-uJoWz6u0R6 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJoWz6u0R6 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uJoWz6u0R6 .content-right-side {
  text-align: center;
}
.cid-uJoWz6u0R6 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uJoWz6u0R6 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uJoWz6u0R6 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ff0000;
}
.cid-uJoWz6u0R6 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uJoWz6u0R6 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJoWz6u0R6 .info-widget:first-child {
  margin-left: 0;
}
.cid-uJoWz6u0R6 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uJoWz6u0R6 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-uJoWz6u0R6 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uJoWz6u0R6 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #fac616;
}
@media (min-width: 992px) {
  .cid-uJoWz6u0R6 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uJoWz6u0R6 .navbar {
    display: block;
    padding: 0;
  }
  .cid-uJoWz6u0R6 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uJoWz6u0R6 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uJoWz6u0R6 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uJoWz6u0R6 .navbar-toggler {
    display: none;
  }
  .cid-uJoWz6u0R6 .navbar-collapse {
    justify-content: center;
  }
}
.cid-uJoWz6u0R6 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uJoWz6u0R6 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-uJoWz6u0R6 .btn-sm {
  padding: 13px 29px;
}
.cid-uJoWz6u0R6 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uJoWz6u0R6 .btn::after {
  background-color: #47b5ed;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uJoWz6u0R6 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uJoWz6u0R6 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uJoWz6u0R6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uJoWz6u0R6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uJoWz6u0R6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uJoWz6u0R6 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uJoWz6u0R6 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uJoWz6u0R6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJoWz6u0R6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJoWz6u0R6 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uJoWz6u0R6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uJoWz6u0R6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJoWz6u0R6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uJoWz6u0R6 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJoWz6u0R6 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uJoWz6u0R6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uJoWz6u0R6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uJoWz6u0R6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uJoWz6u0R6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uJoWz6u0R6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-uJoWz6u0R6 button.navbar-toggler:focus {
  outline: none;
}
.cid-uJoWz6u0R6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJoWz6u0R6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJoWz6u0R6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJoWz6u0R6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJoWz6u0R6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJoWz6u0R6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJoWz6u0R6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJoWz6u0R6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJoWz6u0R6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJoWz6u0R6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJoWz6u0R6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJoWz6u0R6 .collapsed .btn {
  display: flex;
}
.cid-uJoWz6u0R6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uJoWz6u0R6 .collapsed .navbar-collapse.collapsing,
.cid-uJoWz6u0R6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uJoWz6u0R6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uJoWz6u0R6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uJoWz6u0R6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uJoWz6u0R6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uJoWz6u0R6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uJoWz6u0R6 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uJoWz6u0R6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uJoWz6u0R6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uJoWz6u0R6 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uJoWz6u0R6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uJoWz6u0R6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uJoWz6u0R6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uJoWz6u0R6 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uJoWz6u0R6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uJoWz6u0R6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uJoWz6u0R6 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uJoWz6u0R6 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uJoWz6u0R6 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uJoWz6u0R6 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uJoWz6u0R6 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uJoWz6u0R6 .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-uJoWz6u0R6 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uJoWz6u0R6 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uJoWz6u0R6 .navbar-collapse.collapsing,
  .cid-uJoWz6u0R6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uJoWz6u0R6 .navbar-collapse.collapsing .navbar-nav,
  .cid-uJoWz6u0R6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uJoWz6u0R6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uJoWz6u0R6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uJoWz6u0R6 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uJoWz6u0R6 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-uJoWz6u0R6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uJoWz6u0R6 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uJoWz6u0R6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uJoWz6u0R6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uJoWz6u0R6 img {
    height: 3.8rem !important;
  }
  .cid-uJoWz6u0R6 .btn {
    display: flex;
  }
  .cid-uJoWz6u0R6 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uJoWz6u0R6 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uJoWz6u0R6 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uJoWz6u0R6 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uJoWz6u0R6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uJoWz6u0R6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uJoWz6u0R6 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uJoWz6u0R6 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uJoWz6u0R6 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uJoWz6u0R6 .navbar-toggler {
  position: relative;
}
.cid-uJoWz6u0R6 .dropdown-item.active,
.cid-uJoWz6u0R6 .dropdown-item:active {
  color: initial;
}
.cid-uJoWz6u0R6 .widget-title {
  color: #47b5ed;
}
.cid-uJoWz6u0R6 .widget-text {
  color: #47b5ed;
}
.cid-uJoWz6u0R6 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uJoWz6u0R6 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #fac616;
  display: inline-flex;
  background-color: #fac616;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uJoWz6u0R6 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uJoWz6u0R6 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uJoWz6u0R6 .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-uJoWz6u0R6 .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-uJoWz6u0R6 .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-uJoWz6u0R6 .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-uJoWz6u0R6 .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-uJoWz6u0R6 .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uJoWz6u0R6 .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-uJoWz6u0R6 .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-uJoWz6u0R6 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uJoWz6u0R6 .menu-content-top,
  .cid-uJoWz6u0R6 .menu-bottom {
    padding: 0 15px;
  }
  .cid-uJoWz6u0R6 button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uJoWz6u0R6 .widget-title,
.cid-uJoWz6u0R6 .widget-icon {
  color: #f4efef;
}
.cid-uJoWz784TL {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #000000 10%, #fac616 100%) !important;
}
.cid-uJoWz784TL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWz784TL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWz8joK9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uJoWz8joK9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWz8joK9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJoWz8joK9 .container {
    padding: 0 15px;
  }
}
.cid-uJoWz8joK9 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJoWz8joK9 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJoWz8joK9 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uJoWz8joK9 .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uJoWz8joK9 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uJoWz8joK9 .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uJoWz8joK9 .mbr-section-title {
  color: #131c28;
}
.cid-uJoWz8joK9 .mbr-desc {
  color: #131c28;
}
.cid-uJoWz8VVAq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uJoWz8VVAq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWz8VVAq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJoWz8VVAq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJoWz8VVAq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJoWz8VVAq .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJoWz8VVAq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJoWz8VVAq .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uJoWz8VVAq .mbr-text,
.cid-uJoWz8VVAq .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uJoWz9saj7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uJoWz9saj7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWz9saj7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWz9saj7 .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJoWz9saj7 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJoWz9saj7 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJoWz9saj7 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJoWz9saj7 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJoWz9saj7 .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJoWz9saj7 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoWz9saj7 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJoWz9saj7 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJoWz9saj7 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJoWz9saj7 .mbr-section-title {
  color: #191c25;
}
.cid-uJoWz9saj7 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uJoWz9saj7 .mbr-section-title,
.cid-uJoWz9saj7 .mbr-section-btn,
.cid-uJoWz9saj7 .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJoWz9Yc8o {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJoWz9Yc8o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWz9Yc8o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWz9Yc8o .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJoWz9Yc8o .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJoWz9Yc8o .container {
    padding: 0 24px;
  }
}
.cid-uJoWz9Yc8o .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoWz9Yc8o .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJoWz9Yc8o .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJoWz9Yc8o .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJoWz9Yc8o .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJoWz9Yc8o .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJoWz9Yc8o .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJoWz9Yc8o .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJoWz9Yc8o .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJoWz9Yc8o .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJoWz9Yc8o .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJoWz9Yc8o .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJoWz9Yc8o .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJoWz9Yc8o .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJoWz9Yc8o .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJoWz9Yc8o .mbr-section-title {
  color: #141414;
}
.cid-uJoWz9Yc8o .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJoWz9Yc8o .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJoWz9Yc8o .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJoWz9Yc8o .mbr-section-title,
.cid-uJoWz9Yc8o .mbr-section-btn {
  text-align: center;
}
.cid-uJoWzazwY4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uJoWzazwY4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWzazwY4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWzazwY4 .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJoWzazwY4 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJoWzazwY4 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJoWzazwY4 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJoWzazwY4 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJoWzazwY4 .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJoWzazwY4 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoWzazwY4 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJoWzazwY4 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJoWzazwY4 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJoWzazwY4 .mbr-section-title {
  color: #191c25;
}
.cid-uJoWzazwY4 .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJoWzazwY4 .mbr-section-title,
.cid-uJoWzazwY4 .mbr-section-btn,
.cid-uJoWzazwY4 .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJoWzb86tO {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJoWzb86tO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWzb86tO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWzb86tO .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJoWzb86tO .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJoWzb86tO .container {
    padding: 0 24px;
  }
}
.cid-uJoWzb86tO .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoWzb86tO .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJoWzb86tO .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJoWzb86tO .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJoWzb86tO .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJoWzb86tO .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJoWzb86tO .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJoWzb86tO .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJoWzb86tO .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJoWzb86tO .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJoWzb86tO .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJoWzb86tO .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJoWzb86tO .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJoWzb86tO .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJoWzb86tO .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJoWzb86tO .mbr-section-title {
  color: #141414;
}
.cid-uJoWzb86tO .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJoWzb86tO .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJoWzb86tO .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJoWzb86tO .mbr-section-title,
.cid-uJoWzb86tO .mbr-section-btn {
  text-align: center;
}
.cid-uJoWzbKcmS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uJoWzbKcmS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWzbKcmS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWzbKcmS .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJoWzbKcmS .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJoWzbKcmS .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJoWzbKcmS .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJoWzbKcmS .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJoWzbKcmS .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJoWzbKcmS .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoWzbKcmS .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJoWzbKcmS .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJoWzbKcmS .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJoWzbKcmS .mbr-section-title {
  color: #191c25;
}
.cid-uJoWzbKcmS .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJoWzbKcmS .mbr-section-title,
.cid-uJoWzbKcmS .mbr-section-btn,
.cid-uJoWzbKcmS .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJoWzcoek8 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJoWzcoek8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWzcoek8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWzcoek8 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJoWzcoek8 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJoWzcoek8 .container {
    padding: 0 24px;
  }
}
.cid-uJoWzcoek8 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoWzcoek8 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJoWzcoek8 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJoWzcoek8 .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJoWzcoek8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJoWzcoek8 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJoWzcoek8 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJoWzcoek8 .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJoWzcoek8 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJoWzcoek8 .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJoWzcoek8 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJoWzcoek8 .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJoWzcoek8 .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJoWzcoek8 .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJoWzcoek8 .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJoWzcoek8 .mbr-section-title {
  color: #141414;
}
.cid-uJoWzcoek8 .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJoWzcoek8 .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJoWzcoek8 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJoWzcoek8 .mbr-section-title,
.cid-uJoWzcoek8 .mbr-section-btn {
  text-align: center;
}
.cid-uJoWzd3h2e {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uJoWzd3h2e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWzd3h2e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWzd3h2e .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJoWzd3h2e .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJoWzd3h2e .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJoWzd3h2e .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJoWzd3h2e .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJoWzd3h2e .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJoWzd3h2e .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoWzd3h2e .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJoWzd3h2e .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJoWzd3h2e .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJoWzd3h2e .mbr-section-title {
  color: #191c25;
}
.cid-uJoWzd3h2e .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJoWzd3h2e .mbr-section-title,
.cid-uJoWzd3h2e .mbr-section-btn,
.cid-uJoWzd3h2e .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJoWzdFWlS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-uJoWzdFWlS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWzdFWlS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWzdFWlS .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uJoWzdFWlS .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJoWzdFWlS .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uJoWzdFWlS .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJoWzdFWlS .container {
    padding: 0 14px;
  }
}
.cid-uJoWzdFWlS .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uJoWzdFWlS .content-wrapper .link-wrapper {
  display: block;
}
.cid-uJoWzdFWlS .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uJoWzdFWlS .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uJoWzdFWlS .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJoWzdFWlS .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uJoWzdFWlS .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uJoWzejFN5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac616;
}
.cid-uJoWzejFN5 .wrapper {
  background-color: #ebeae2;
}
.cid-uJoWzejFN5 .top-row {
  border-bottom: 1px solid #4479d9;
}
.cid-uJoWzejFN5 li {
  list-style-type: none;
}
.cid-uJoWzejFN5 .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-uJoWzejFN5 .list-1 li {
  margin-bottom: 1rem;
}
.cid-uJoWzejFN5 .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-uJoWzejFN5 .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-uJoWzejFN5 .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-uJoWzejFN5 ul {
  margin: 0;
}
.cid-uJoWzejFN5 .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-uJoWzejFN5 .sect {
  display: flex;
  align-items: center;
}
.cid-uJoWzejFN5 .sect__left {
  flex: 0 0 32px;
  margin-right: 15px;
}
.cid-uJoWzejFN5 .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uJoWzejFN5 .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uJoWzejFN5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWzejFN5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWzejFN5 .b-text4 {
  text-align: center;
  color: #4479d9;
}
.cid-uJoWzejFN5 .b-text3 {
  color: #4479d9;
}
.cid-uJoWzejFN5 .mbr-section-title {
  color: #4479d9;
  text-align: left;
}
.cid-uJoWzejFN5 .list1 {
  text-align: left;
}
.cid-uJoWxXZ9Vu .navbar {
  padding: 0.5rem 0;
  background: #fac616;
  transition: none;
  min-height: 50px;
}
.cid-uJoWxXZ9Vu .navbar-fixed-top {
  padding-top: 0;
}
.cid-uJoWxXZ9Vu .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uJoWxXZ9Vu .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uJoWxXZ9Vu .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uJoWxXZ9Vu .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uJoWxXZ9Vu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uJoWxXZ9Vu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uJoWxXZ9Vu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uJoWxXZ9Vu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uJoWxXZ9Vu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uJoWxXZ9Vu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uJoWxXZ9Vu .menu-content-top {
  background: #353535;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uJoWxXZ9Vu .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-uJoWxXZ9Vu .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uJoWxXZ9Vu .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-uJoWxXZ9Vu .dropdown-item,
.cid-uJoWxXZ9Vu .nav-link,
.cid-uJoWxXZ9Vu .brand-name {
  font-style: normal;
}
.cid-uJoWxXZ9Vu .dropdown-item:hover,
.cid-uJoWxXZ9Vu .nav-link:hover,
.cid-uJoWxXZ9Vu .brand-name:hover {
  color: #279e64 !important;
}
.cid-uJoWxXZ9Vu .dropdown-menu {
  background-color: #ffffff;
}
.cid-uJoWxXZ9Vu .dropdown-item:active {
  background-color: #ffffff;
}
.cid-uJoWxXZ9Vu .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uJoWxXZ9Vu .navbar-dropdown.bg-color.transparent.opened {
  background: #fac616;
}
.cid-uJoWxXZ9Vu .nav-item {
  position: relative;
}
.cid-uJoWxXZ9Vu .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uJoWxXZ9Vu .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uJoWxXZ9Vu .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-uJoWxXZ9Vu .nav-link {
    line-height: 6.13;
  }
  .cid-uJoWxXZ9Vu .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uJoWxXZ9Vu .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-uJoWxXZ9Vu .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJoWxXZ9Vu .content-text {
  margin-bottom: 0;
}
.cid-uJoWxXZ9Vu .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uJoWxXZ9Vu .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fac616;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uJoWxXZ9Vu .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uJoWxXZ9Vu .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uJoWxXZ9Vu .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-uJoWxXZ9Vu .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJoWxXZ9Vu .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uJoWxXZ9Vu .content-right-side {
  text-align: center;
}
.cid-uJoWxXZ9Vu .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uJoWxXZ9Vu .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uJoWxXZ9Vu .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ff0000;
}
.cid-uJoWxXZ9Vu .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uJoWxXZ9Vu .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJoWxXZ9Vu .info-widget:first-child {
  margin-left: 0;
}
.cid-uJoWxXZ9Vu .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uJoWxXZ9Vu .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-uJoWxXZ9Vu .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uJoWxXZ9Vu .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #fac616;
}
@media (min-width: 992px) {
  .cid-uJoWxXZ9Vu .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uJoWxXZ9Vu .navbar {
    display: block;
    padding: 0;
  }
  .cid-uJoWxXZ9Vu .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uJoWxXZ9Vu .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uJoWxXZ9Vu .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uJoWxXZ9Vu .navbar-toggler {
    display: none;
  }
  .cid-uJoWxXZ9Vu .navbar-collapse {
    justify-content: center;
  }
}
.cid-uJoWxXZ9Vu .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uJoWxXZ9Vu .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-uJoWxXZ9Vu .btn-sm {
  padding: 13px 29px;
}
.cid-uJoWxXZ9Vu .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uJoWxXZ9Vu .btn::after {
  background-color: #47b5ed;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uJoWxXZ9Vu .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uJoWxXZ9Vu .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uJoWxXZ9Vu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uJoWxXZ9Vu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uJoWxXZ9Vu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uJoWxXZ9Vu .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uJoWxXZ9Vu .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uJoWxXZ9Vu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJoWxXZ9Vu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJoWxXZ9Vu .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uJoWxXZ9Vu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uJoWxXZ9Vu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJoWxXZ9Vu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uJoWxXZ9Vu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJoWxXZ9Vu .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uJoWxXZ9Vu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uJoWxXZ9Vu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uJoWxXZ9Vu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uJoWxXZ9Vu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uJoWxXZ9Vu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-uJoWxXZ9Vu button.navbar-toggler:focus {
  outline: none;
}
.cid-uJoWxXZ9Vu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJoWxXZ9Vu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJoWxXZ9Vu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJoWxXZ9Vu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJoWxXZ9Vu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJoWxXZ9Vu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJoWxXZ9Vu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJoWxXZ9Vu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJoWxXZ9Vu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJoWxXZ9Vu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJoWxXZ9Vu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJoWxXZ9Vu .collapsed .btn {
  display: flex;
}
.cid-uJoWxXZ9Vu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uJoWxXZ9Vu .collapsed .navbar-collapse.collapsing,
.cid-uJoWxXZ9Vu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uJoWxXZ9Vu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uJoWxXZ9Vu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uJoWxXZ9Vu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uJoWxXZ9Vu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uJoWxXZ9Vu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uJoWxXZ9Vu .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uJoWxXZ9Vu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uJoWxXZ9Vu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uJoWxXZ9Vu .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uJoWxXZ9Vu .collapsed button.navbar-toggler {
  display: block;
}
.cid-uJoWxXZ9Vu .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uJoWxXZ9Vu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uJoWxXZ9Vu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uJoWxXZ9Vu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uJoWxXZ9Vu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uJoWxXZ9Vu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uJoWxXZ9Vu .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uJoWxXZ9Vu .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uJoWxXZ9Vu .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uJoWxXZ9Vu .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uJoWxXZ9Vu .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-uJoWxXZ9Vu .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uJoWxXZ9Vu .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uJoWxXZ9Vu .navbar-collapse.collapsing,
  .cid-uJoWxXZ9Vu .navbar-collapse.show {
    display: block !important;
  }
  .cid-uJoWxXZ9Vu .navbar-collapse.collapsing .navbar-nav,
  .cid-uJoWxXZ9Vu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uJoWxXZ9Vu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uJoWxXZ9Vu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uJoWxXZ9Vu .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uJoWxXZ9Vu .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-uJoWxXZ9Vu .navbar-collapse.collapsing .navbar-buttons,
  .cid-uJoWxXZ9Vu .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uJoWxXZ9Vu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uJoWxXZ9Vu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uJoWxXZ9Vu img {
    height: 3.8rem !important;
  }
  .cid-uJoWxXZ9Vu .btn {
    display: flex;
  }
  .cid-uJoWxXZ9Vu button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uJoWxXZ9Vu .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uJoWxXZ9Vu .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uJoWxXZ9Vu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uJoWxXZ9Vu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uJoWxXZ9Vu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uJoWxXZ9Vu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uJoWxXZ9Vu .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uJoWxXZ9Vu .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uJoWxXZ9Vu .navbar-toggler {
  position: relative;
}
.cid-uJoWxXZ9Vu .dropdown-item.active,
.cid-uJoWxXZ9Vu .dropdown-item:active {
  color: initial;
}
.cid-uJoWxXZ9Vu .widget-title {
  color: #47b5ed;
}
.cid-uJoWxXZ9Vu .widget-text {
  color: #47b5ed;
}
.cid-uJoWxXZ9Vu .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uJoWxXZ9Vu .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #fac616;
  display: inline-flex;
  background-color: #fac616;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uJoWxXZ9Vu .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uJoWxXZ9Vu .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uJoWxXZ9Vu .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-uJoWxXZ9Vu .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-uJoWxXZ9Vu .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-uJoWxXZ9Vu .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-uJoWxXZ9Vu .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-uJoWxXZ9Vu .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uJoWxXZ9Vu .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-uJoWxXZ9Vu .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-uJoWxXZ9Vu .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uJoWxXZ9Vu .menu-content-top,
  .cid-uJoWxXZ9Vu .menu-bottom {
    padding: 0 15px;
  }
  .cid-uJoWxXZ9Vu button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uJoWxXZ9Vu .widget-title,
.cid-uJoWxXZ9Vu .widget-icon {
  color: #f4efef;
}
.cid-uJoWxYOaks {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #000000 10%, #fac616 100%) !important;
}
.cid-uJoWxYOaks .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWxYOaks .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWxZUyMU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uJoWxZUyMU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWxZUyMU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJoWxZUyMU .container {
    padding: 0 15px;
  }
}
.cid-uJoWxZUyMU .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJoWxZUyMU .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJoWxZUyMU .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uJoWxZUyMU .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uJoWxZUyMU .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uJoWxZUyMU .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uJoWxZUyMU .mbr-section-title {
  color: #131c28;
}
.cid-uJoWxZUyMU .mbr-desc {
  color: #131c28;
}
.cid-uJoWy0stKY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uJoWy0stKY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWy0stKY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJoWy0stKY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJoWy0stKY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJoWy0stKY .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJoWy0stKY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJoWy0stKY .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uJoWy0stKY .mbr-text,
.cid-uJoWy0stKY .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uJoWy0Z4gw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uJoWy0Z4gw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWy0Z4gw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWy0Z4gw .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJoWy0Z4gw .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJoWy0Z4gw .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJoWy0Z4gw .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJoWy0Z4gw .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJoWy0Z4gw .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJoWy0Z4gw .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoWy0Z4gw .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJoWy0Z4gw .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJoWy0Z4gw .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJoWy0Z4gw .mbr-section-title {
  color: #191c25;
}
.cid-uJoWy0Z4gw .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uJoWy0Z4gw .mbr-section-title,
.cid-uJoWy0Z4gw .mbr-section-btn,
.cid-uJoWy0Z4gw .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJoWy1vDLR {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJoWy1vDLR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWy1vDLR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWy1vDLR .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJoWy1vDLR .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJoWy1vDLR .container {
    padding: 0 24px;
  }
}
.cid-uJoWy1vDLR .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoWy1vDLR .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJoWy1vDLR .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJoWy1vDLR .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJoWy1vDLR .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJoWy1vDLR .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJoWy1vDLR .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJoWy1vDLR .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJoWy1vDLR .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJoWy1vDLR .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJoWy1vDLR .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJoWy1vDLR .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJoWy1vDLR .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJoWy1vDLR .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJoWy1vDLR .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJoWy1vDLR .mbr-section-title {
  color: #141414;
}
.cid-uJoWy1vDLR .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJoWy1vDLR .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJoWy1vDLR .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJoWy1vDLR .mbr-section-title,
.cid-uJoWy1vDLR .mbr-section-btn {
  text-align: center;
}
.cid-uJoWy24AgJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uJoWy24AgJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWy24AgJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWy24AgJ .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJoWy24AgJ .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJoWy24AgJ .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJoWy24AgJ .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJoWy24AgJ .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJoWy24AgJ .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJoWy24AgJ .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoWy24AgJ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJoWy24AgJ .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJoWy24AgJ .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJoWy24AgJ .mbr-section-title {
  color: #191c25;
}
.cid-uJoWy24AgJ .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJoWy24AgJ .mbr-section-title,
.cid-uJoWy24AgJ .mbr-section-btn,
.cid-uJoWy24AgJ .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJoWy2F87w {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJoWy2F87w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWy2F87w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWy2F87w .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJoWy2F87w .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJoWy2F87w .container {
    padding: 0 24px;
  }
}
.cid-uJoWy2F87w .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoWy2F87w .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJoWy2F87w .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJoWy2F87w .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJoWy2F87w .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJoWy2F87w .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJoWy2F87w .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJoWy2F87w .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJoWy2F87w .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJoWy2F87w .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJoWy2F87w .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJoWy2F87w .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJoWy2F87w .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJoWy2F87w .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJoWy2F87w .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJoWy2F87w .mbr-section-title {
  color: #141414;
}
.cid-uJoWy2F87w .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJoWy2F87w .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJoWy2F87w .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJoWy2F87w .mbr-section-title,
.cid-uJoWy2F87w .mbr-section-btn {
  text-align: center;
}
.cid-uJoWy3evIx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uJoWy3evIx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWy3evIx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWy3evIx .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJoWy3evIx .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJoWy3evIx .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJoWy3evIx .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJoWy3evIx .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJoWy3evIx .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJoWy3evIx .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoWy3evIx .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJoWy3evIx .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJoWy3evIx .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJoWy3evIx .mbr-section-title {
  color: #191c25;
}
.cid-uJoWy3evIx .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJoWy3evIx .mbr-section-title,
.cid-uJoWy3evIx .mbr-section-btn,
.cid-uJoWy3evIx .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJoWy3MRmj {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJoWy3MRmj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWy3MRmj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWy3MRmj .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJoWy3MRmj .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJoWy3MRmj .container {
    padding: 0 24px;
  }
}
.cid-uJoWy3MRmj .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoWy3MRmj .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJoWy3MRmj .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJoWy3MRmj .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJoWy3MRmj .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJoWy3MRmj .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJoWy3MRmj .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJoWy3MRmj .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJoWy3MRmj .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJoWy3MRmj .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJoWy3MRmj .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJoWy3MRmj .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJoWy3MRmj .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJoWy3MRmj .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJoWy3MRmj .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJoWy3MRmj .mbr-section-title {
  color: #141414;
}
.cid-uJoWy3MRmj .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJoWy3MRmj .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJoWy3MRmj .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJoWy3MRmj .mbr-section-title,
.cid-uJoWy3MRmj .mbr-section-btn {
  text-align: center;
}
.cid-uJoWy4pOwL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uJoWy4pOwL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWy4pOwL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWy4pOwL .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJoWy4pOwL .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJoWy4pOwL .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJoWy4pOwL .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJoWy4pOwL .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJoWy4pOwL .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJoWy4pOwL .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoWy4pOwL .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJoWy4pOwL .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJoWy4pOwL .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJoWy4pOwL .mbr-section-title {
  color: #191c25;
}
.cid-uJoWy4pOwL .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJoWy4pOwL .mbr-section-title,
.cid-uJoWy4pOwL .mbr-section-btn,
.cid-uJoWy4pOwL .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJoWy4Y4qA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-uJoWy4Y4qA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWy4Y4qA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWy4Y4qA .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uJoWy4Y4qA .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJoWy4Y4qA .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uJoWy4Y4qA .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJoWy4Y4qA .container {
    padding: 0 14px;
  }
}
.cid-uJoWy4Y4qA .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uJoWy4Y4qA .content-wrapper .link-wrapper {
  display: block;
}
.cid-uJoWy4Y4qA .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uJoWy4Y4qA .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uJoWy4Y4qA .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJoWy4Y4qA .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uJoWy4Y4qA .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uJoWy5vY28 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac616;
}
.cid-uJoWy5vY28 .wrapper {
  background-color: #ebeae2;
}
.cid-uJoWy5vY28 .top-row {
  border-bottom: 1px solid #4479d9;
}
.cid-uJoWy5vY28 li {
  list-style-type: none;
}
.cid-uJoWy5vY28 .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-uJoWy5vY28 .list-1 li {
  margin-bottom: 1rem;
}
.cid-uJoWy5vY28 .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-uJoWy5vY28 .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-uJoWy5vY28 .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-uJoWy5vY28 ul {
  margin: 0;
}
.cid-uJoWy5vY28 .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-uJoWy5vY28 .sect {
  display: flex;
  align-items: center;
}
.cid-uJoWy5vY28 .sect__left {
  flex: 0 0 32px;
  margin-right: 15px;
}
.cid-uJoWy5vY28 .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uJoWy5vY28 .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uJoWy5vY28 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWy5vY28 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWy5vY28 .b-text4 {
  text-align: center;
  color: #4479d9;
}
.cid-uJoWy5vY28 .b-text3 {
  color: #4479d9;
}
.cid-uJoWy5vY28 .mbr-section-title {
  color: #4479d9;
  text-align: left;
}
.cid-uJoWy5vY28 .list1 {
  text-align: left;
}
.cid-uJQLhUWlck .navbar {
  padding: 0.5rem 0;
  background: #fac616;
  transition: none;
  min-height: 50px;
}
.cid-uJQLhUWlck .navbar-fixed-top {
  padding-top: 0;
}
.cid-uJQLhUWlck .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uJQLhUWlck .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uJQLhUWlck .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uJQLhUWlck .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uJQLhUWlck .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uJQLhUWlck .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uJQLhUWlck .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uJQLhUWlck .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uJQLhUWlck .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uJQLhUWlck .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uJQLhUWlck .menu-content-top {
  background: #353535;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uJQLhUWlck .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-uJQLhUWlck .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uJQLhUWlck .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-uJQLhUWlck .dropdown-item,
.cid-uJQLhUWlck .nav-link,
.cid-uJQLhUWlck .brand-name {
  font-style: normal;
}
.cid-uJQLhUWlck .dropdown-item:hover,
.cid-uJQLhUWlck .nav-link:hover,
.cid-uJQLhUWlck .brand-name:hover {
  color: #279e64 !important;
}
.cid-uJQLhUWlck .dropdown-menu {
  background-color: #ffffff;
}
.cid-uJQLhUWlck .dropdown-item:active {
  background-color: #ffffff;
}
.cid-uJQLhUWlck .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uJQLhUWlck .navbar-dropdown.bg-color.transparent.opened {
  background: #fac616;
}
.cid-uJQLhUWlck .nav-item {
  position: relative;
}
.cid-uJQLhUWlck .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uJQLhUWlck .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uJQLhUWlck .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-uJQLhUWlck .nav-link {
    line-height: 6.13;
  }
  .cid-uJQLhUWlck .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uJQLhUWlck .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-uJQLhUWlck .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJQLhUWlck .content-text {
  margin-bottom: 0;
}
.cid-uJQLhUWlck .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uJQLhUWlck .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fac616;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uJQLhUWlck .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uJQLhUWlck .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uJQLhUWlck .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-uJQLhUWlck .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJQLhUWlck .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uJQLhUWlck .content-right-side {
  text-align: center;
}
.cid-uJQLhUWlck .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uJQLhUWlck .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uJQLhUWlck .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ff0000;
}
.cid-uJQLhUWlck .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uJQLhUWlck .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJQLhUWlck .info-widget:first-child {
  margin-left: 0;
}
.cid-uJQLhUWlck .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uJQLhUWlck .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-uJQLhUWlck .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uJQLhUWlck .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #fac616;
}
@media (min-width: 992px) {
  .cid-uJQLhUWlck .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uJQLhUWlck .navbar {
    display: block;
    padding: 0;
  }
  .cid-uJQLhUWlck .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uJQLhUWlck .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uJQLhUWlck .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uJQLhUWlck .navbar-toggler {
    display: none;
  }
  .cid-uJQLhUWlck .navbar-collapse {
    justify-content: center;
  }
}
.cid-uJQLhUWlck .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uJQLhUWlck .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-uJQLhUWlck .btn-sm {
  padding: 13px 29px;
}
.cid-uJQLhUWlck .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uJQLhUWlck .btn::after {
  background-color: #47b5ed;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uJQLhUWlck .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uJQLhUWlck .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uJQLhUWlck .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uJQLhUWlck .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uJQLhUWlck .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uJQLhUWlck .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uJQLhUWlck .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uJQLhUWlck .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJQLhUWlck .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJQLhUWlck .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uJQLhUWlck .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uJQLhUWlck .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJQLhUWlck .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uJQLhUWlck .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJQLhUWlck .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uJQLhUWlck .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uJQLhUWlck .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uJQLhUWlck .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uJQLhUWlck .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uJQLhUWlck button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-uJQLhUWlck button.navbar-toggler:focus {
  outline: none;
}
.cid-uJQLhUWlck button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJQLhUWlck button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJQLhUWlck button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJQLhUWlck button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJQLhUWlck button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJQLhUWlck nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJQLhUWlck nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJQLhUWlck nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJQLhUWlck nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJQLhUWlck .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJQLhUWlck .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJQLhUWlck .collapsed .btn {
  display: flex;
}
.cid-uJQLhUWlck .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uJQLhUWlck .collapsed .navbar-collapse.collapsing,
.cid-uJQLhUWlck .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uJQLhUWlck .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uJQLhUWlck .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uJQLhUWlck .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uJQLhUWlck .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uJQLhUWlck .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uJQLhUWlck .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uJQLhUWlck .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uJQLhUWlck .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uJQLhUWlck .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uJQLhUWlck .collapsed button.navbar-toggler {
  display: block;
}
.cid-uJQLhUWlck .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uJQLhUWlck .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uJQLhUWlck .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uJQLhUWlck .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uJQLhUWlck .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uJQLhUWlck .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uJQLhUWlck .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uJQLhUWlck .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uJQLhUWlck .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uJQLhUWlck .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uJQLhUWlck .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-uJQLhUWlck .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uJQLhUWlck .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uJQLhUWlck .navbar-collapse.collapsing,
  .cid-uJQLhUWlck .navbar-collapse.show {
    display: block !important;
  }
  .cid-uJQLhUWlck .navbar-collapse.collapsing .navbar-nav,
  .cid-uJQLhUWlck .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uJQLhUWlck .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uJQLhUWlck .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uJQLhUWlck .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uJQLhUWlck .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-uJQLhUWlck .navbar-collapse.collapsing .navbar-buttons,
  .cid-uJQLhUWlck .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uJQLhUWlck .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uJQLhUWlck .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uJQLhUWlck img {
    height: 3.8rem !important;
  }
  .cid-uJQLhUWlck .btn {
    display: flex;
  }
  .cid-uJQLhUWlck button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uJQLhUWlck .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uJQLhUWlck .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uJQLhUWlck .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uJQLhUWlck .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uJQLhUWlck .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uJQLhUWlck .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uJQLhUWlck .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uJQLhUWlck .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uJQLhUWlck .navbar-toggler {
  position: relative;
}
.cid-uJQLhUWlck .dropdown-item.active,
.cid-uJQLhUWlck .dropdown-item:active {
  color: initial;
}
.cid-uJQLhUWlck .widget-title {
  color: #47b5ed;
}
.cid-uJQLhUWlck .widget-text {
  color: #47b5ed;
}
.cid-uJQLhUWlck .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uJQLhUWlck .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #fac616;
  display: inline-flex;
  background-color: #fac616;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uJQLhUWlck .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uJQLhUWlck .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uJQLhUWlck .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-uJQLhUWlck .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-uJQLhUWlck .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-uJQLhUWlck .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-uJQLhUWlck .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-uJQLhUWlck .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uJQLhUWlck .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-uJQLhUWlck .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-uJQLhUWlck .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uJQLhUWlck .menu-content-top,
  .cid-uJQLhUWlck .menu-bottom {
    padding: 0 15px;
  }
  .cid-uJQLhUWlck button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uJQLhUWlck .widget-title,
.cid-uJQLhUWlck .widget-icon {
  color: #f4efef;
}
.cid-uJQLhVsDqu {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #000000 10%, #fac616 100%) !important;
}
.cid-uJQLhVsDqu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLhVsDqu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQLhWpwK5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uJQLhWpwK5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLhWpwK5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJQLhWpwK5 .container {
    padding: 0 15px;
  }
}
.cid-uJQLhWpwK5 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJQLhWpwK5 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJQLhWpwK5 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uJQLhWpwK5 .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uJQLhWpwK5 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uJQLhWpwK5 .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uJQLhWpwK5 .mbr-section-title {
  color: #131c28;
}
.cid-uJQLhWpwK5 .mbr-desc {
  color: #131c28;
}
.cid-uJTdeKNl0o {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uJTdeKNl0o .mbr-text {
  margin: 0;
}
.cid-uJTdeKNl0o .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-uJTdeKNl0o .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uJTdeKNl0o .row-element,
.cid-uJTdeKNl0o .image-element {
  padding: 0;
}
.cid-uJTdeKNl0o .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJTdeKNl0o .image-element .img-wrap {
  width: 100% !important;
}
.cid-uJTdeKNl0o .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uJTdeKNl0o .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJTdeKNl0o .carousel-item.active,
.cid-uJTdeKNl0o .carousel-item-next,
.cid-uJTdeKNl0o .carousel-item-prev {
  display: flex;
}
.cid-uJTdeKNl0o .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-uJTdeKNl0o .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #fac616;
}
.cid-uJTdeKNl0o .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-uJTdeKNl0o .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJTdeKNl0o .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-uJTdeKNl0o .carousel-controls {
    display: block;
  }
  .cid-uJTdeKNl0o .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-uJTdeKNl0o .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-uJTdeKNl0o .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-uJTdeKNl0o .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-uJTdeKNl0o .text-element {
    padding: 1rem;
  }
  .cid-uJTdeKNl0o .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJTdeKNl0o .image-element {
    min-width: 50%;
  }
  .cid-uJTdeKNl0o .media-container-row {
    width: 100%;
  }
}
.cid-uJTdeKNl0o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJTdeKNl0o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJTdeKNl0o .mbr-title,
.cid-uJTdeKNl0o .ornament {
  color: #ce320c;
}
.cid-uJTdeKNl0o .mbr-text,
.cid-uJTdeKNl0o .link {
  text-align: left;
}
.cid-uJQLhX6RNG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uJQLhX6RNG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLhX6RNG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJQLhX6RNG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJQLhX6RNG .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJQLhX6RNG .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJQLhX6RNG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJQLhX6RNG .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uJQLhX6RNG .mbr-text,
.cid-uJQLhX6RNG .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uJQLhXQk2R {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJQLhXQk2R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLhXQk2R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQLhXQk2R .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJQLhXQk2R .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJQLhXQk2R .container {
    padding: 0 24px;
  }
}
.cid-uJQLhXQk2R .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJQLhXQk2R .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJQLhXQk2R .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJQLhXQk2R .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJQLhXQk2R .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJQLhXQk2R .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJQLhXQk2R .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJQLhXQk2R .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJQLhXQk2R .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJQLhXQk2R .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJQLhXQk2R .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJQLhXQk2R .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJQLhXQk2R .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJQLhXQk2R .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJQLhXQk2R .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJQLhXQk2R .mbr-section-title {
  color: #141414;
}
.cid-uJQLhXQk2R .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJQLhXQk2R .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJQLhXQk2R .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJQLhXQk2R .mbr-section-title,
.cid-uJQLhXQk2R .mbr-section-btn {
  text-align: center;
}
.cid-uJQLhYeRax {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJQLhYeRax .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLhYeRax .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQLhYeRax .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJQLhYeRax .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJQLhYeRax .container {
    padding: 0 24px;
  }
}
.cid-uJQLhYeRax .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJQLhYeRax .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJQLhYeRax .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJQLhYeRax .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJQLhYeRax .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJQLhYeRax .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJQLhYeRax .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJQLhYeRax .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJQLhYeRax .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJQLhYeRax .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJQLhYeRax .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJQLhYeRax .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJQLhYeRax .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJQLhYeRax .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJQLhYeRax .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJQLhYeRax .mbr-section-title {
  color: #141414;
}
.cid-uJQLhYeRax .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJQLhYeRax .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJQLhYeRax .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJQLhYeRax .mbr-section-title,
.cid-uJQLhYeRax .mbr-section-btn {
  text-align: center;
}
.cid-uJQLhZsU8F {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-uJQLhZsU8F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLhZsU8F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQLhZsU8F .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uJQLhZsU8F .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJQLhZsU8F .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uJQLhZsU8F .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJQLhZsU8F .container {
    padding: 0 14px;
  }
}
.cid-uJQLhZsU8F .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uJQLhZsU8F .content-wrapper .link-wrapper {
  display: block;
}
.cid-uJQLhZsU8F .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uJQLhZsU8F .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uJQLhZsU8F .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJQLhZsU8F .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uJQLhZsU8F .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uJQLhZPlS3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac616;
}
.cid-uJQLhZPlS3 .wrapper {
  background-color: #ebeae2;
}
.cid-uJQLhZPlS3 .top-row {
  border-bottom: 1px solid #4479d9;
}
.cid-uJQLhZPlS3 li {
  list-style-type: none;
}
.cid-uJQLhZPlS3 .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-uJQLhZPlS3 .list-1 li {
  margin-bottom: 1rem;
}
.cid-uJQLhZPlS3 .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-uJQLhZPlS3 .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-uJQLhZPlS3 .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-uJQLhZPlS3 ul {
  margin: 0;
}
.cid-uJQLhZPlS3 .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-uJQLhZPlS3 .sect {
  display: flex;
  align-items: center;
}
.cid-uJQLhZPlS3 .sect__left {
  flex: 0 0 32px;
  margin-right: 15px;
}
.cid-uJQLhZPlS3 .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uJQLhZPlS3 .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uJQLhZPlS3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLhZPlS3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQLhZPlS3 .b-text4 {
  text-align: center;
  color: #4479d9;
}
.cid-uJQLhZPlS3 .b-text3 {
  color: #4479d9;
}
.cid-uJQLhZPlS3 .mbr-section-title {
  color: #4479d9;
  text-align: left;
}
.cid-uJQLhZPlS3 .list1 {
  text-align: left;
}
.cid-uJQLknde7i .navbar {
  padding: 0.5rem 0;
  background: #fac616;
  transition: none;
  min-height: 50px;
}
.cid-uJQLknde7i .navbar-fixed-top {
  padding-top: 0;
}
.cid-uJQLknde7i .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uJQLknde7i .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uJQLknde7i .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uJQLknde7i .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uJQLknde7i .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uJQLknde7i .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uJQLknde7i .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uJQLknde7i .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uJQLknde7i .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uJQLknde7i .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uJQLknde7i .menu-content-top {
  background: #353535;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uJQLknde7i .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-uJQLknde7i .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uJQLknde7i .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-uJQLknde7i .dropdown-item,
.cid-uJQLknde7i .nav-link,
.cid-uJQLknde7i .brand-name {
  font-style: normal;
}
.cid-uJQLknde7i .dropdown-item:hover,
.cid-uJQLknde7i .nav-link:hover,
.cid-uJQLknde7i .brand-name:hover {
  color: #279e64 !important;
}
.cid-uJQLknde7i .dropdown-menu {
  background-color: #ffffff;
}
.cid-uJQLknde7i .dropdown-item:active {
  background-color: #ffffff;
}
.cid-uJQLknde7i .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uJQLknde7i .navbar-dropdown.bg-color.transparent.opened {
  background: #fac616;
}
.cid-uJQLknde7i .nav-item {
  position: relative;
}
.cid-uJQLknde7i .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uJQLknde7i .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uJQLknde7i .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-uJQLknde7i .nav-link {
    line-height: 6.13;
  }
  .cid-uJQLknde7i .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uJQLknde7i .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-uJQLknde7i .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJQLknde7i .content-text {
  margin-bottom: 0;
}
.cid-uJQLknde7i .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uJQLknde7i .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fac616;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uJQLknde7i .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uJQLknde7i .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uJQLknde7i .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-uJQLknde7i .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJQLknde7i .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uJQLknde7i .content-right-side {
  text-align: center;
}
.cid-uJQLknde7i .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uJQLknde7i .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uJQLknde7i .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ff0000;
}
.cid-uJQLknde7i .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uJQLknde7i .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJQLknde7i .info-widget:first-child {
  margin-left: 0;
}
.cid-uJQLknde7i .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uJQLknde7i .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-uJQLknde7i .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uJQLknde7i .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #fac616;
}
@media (min-width: 992px) {
  .cid-uJQLknde7i .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uJQLknde7i .navbar {
    display: block;
    padding: 0;
  }
  .cid-uJQLknde7i .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uJQLknde7i .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uJQLknde7i .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uJQLknde7i .navbar-toggler {
    display: none;
  }
  .cid-uJQLknde7i .navbar-collapse {
    justify-content: center;
  }
}
.cid-uJQLknde7i .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uJQLknde7i .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-uJQLknde7i .btn-sm {
  padding: 13px 29px;
}
.cid-uJQLknde7i .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uJQLknde7i .btn::after {
  background-color: #47b5ed;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uJQLknde7i .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uJQLknde7i .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uJQLknde7i .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uJQLknde7i .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uJQLknde7i .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uJQLknde7i .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uJQLknde7i .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uJQLknde7i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJQLknde7i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJQLknde7i .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uJQLknde7i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uJQLknde7i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJQLknde7i .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uJQLknde7i .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJQLknde7i .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uJQLknde7i .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uJQLknde7i .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uJQLknde7i .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uJQLknde7i .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uJQLknde7i button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-uJQLknde7i button.navbar-toggler:focus {
  outline: none;
}
.cid-uJQLknde7i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJQLknde7i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJQLknde7i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJQLknde7i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJQLknde7i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJQLknde7i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJQLknde7i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJQLknde7i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJQLknde7i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJQLknde7i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJQLknde7i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJQLknde7i .collapsed .btn {
  display: flex;
}
.cid-uJQLknde7i .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uJQLknde7i .collapsed .navbar-collapse.collapsing,
.cid-uJQLknde7i .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uJQLknde7i .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uJQLknde7i .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uJQLknde7i .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uJQLknde7i .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uJQLknde7i .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uJQLknde7i .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uJQLknde7i .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uJQLknde7i .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uJQLknde7i .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uJQLknde7i .collapsed button.navbar-toggler {
  display: block;
}
.cid-uJQLknde7i .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uJQLknde7i .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uJQLknde7i .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uJQLknde7i .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uJQLknde7i .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uJQLknde7i .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uJQLknde7i .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uJQLknde7i .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uJQLknde7i .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uJQLknde7i .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uJQLknde7i .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-uJQLknde7i .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uJQLknde7i .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uJQLknde7i .navbar-collapse.collapsing,
  .cid-uJQLknde7i .navbar-collapse.show {
    display: block !important;
  }
  .cid-uJQLknde7i .navbar-collapse.collapsing .navbar-nav,
  .cid-uJQLknde7i .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uJQLknde7i .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uJQLknde7i .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uJQLknde7i .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uJQLknde7i .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-uJQLknde7i .navbar-collapse.collapsing .navbar-buttons,
  .cid-uJQLknde7i .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uJQLknde7i .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uJQLknde7i .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uJQLknde7i img {
    height: 3.8rem !important;
  }
  .cid-uJQLknde7i .btn {
    display: flex;
  }
  .cid-uJQLknde7i button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uJQLknde7i .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uJQLknde7i .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uJQLknde7i .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uJQLknde7i .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uJQLknde7i .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uJQLknde7i .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uJQLknde7i .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uJQLknde7i .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uJQLknde7i .navbar-toggler {
  position: relative;
}
.cid-uJQLknde7i .dropdown-item.active,
.cid-uJQLknde7i .dropdown-item:active {
  color: initial;
}
.cid-uJQLknde7i .widget-title {
  color: #47b5ed;
}
.cid-uJQLknde7i .widget-text {
  color: #47b5ed;
}
.cid-uJQLknde7i .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uJQLknde7i .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #fac616;
  display: inline-flex;
  background-color: #fac616;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uJQLknde7i .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uJQLknde7i .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uJQLknde7i .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-uJQLknde7i .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-uJQLknde7i .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-uJQLknde7i .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-uJQLknde7i .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-uJQLknde7i .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uJQLknde7i .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-uJQLknde7i .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-uJQLknde7i .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uJQLknde7i .menu-content-top,
  .cid-uJQLknde7i .menu-bottom {
    padding: 0 15px;
  }
  .cid-uJQLknde7i button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uJQLknde7i .widget-title,
.cid-uJQLknde7i .widget-icon {
  color: #f4efef;
}
.cid-uJQLknJiot {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #000000 10%, #fac616 100%) !important;
}
.cid-uJQLknJiot .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLknJiot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQLkoGBda {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uJQLkoGBda .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLkoGBda .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJQLkoGBda .container {
    padding: 0 15px;
  }
}
.cid-uJQLkoGBda .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJQLkoGBda .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJQLkoGBda .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uJQLkoGBda .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uJQLkoGBda .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uJQLkoGBda .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uJQLkoGBda .mbr-section-title {
  color: #131c28;
}
.cid-uJQLkoGBda .mbr-desc {
  color: #131c28;
}
.cid-uJQLkpqxap {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uJQLkpqxap .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLkpqxap .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJQLkpqxap .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJQLkpqxap .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJQLkpqxap .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJQLkpqxap .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJQLkpqxap .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uJQLkpqxap .mbr-text,
.cid-uJQLkpqxap .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uJQLkqdD8C {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJQLkqdD8C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLkqdD8C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQLkqdD8C .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJQLkqdD8C .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJQLkqdD8C .container {
    padding: 0 24px;
  }
}
.cid-uJQLkqdD8C .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJQLkqdD8C .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJQLkqdD8C .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJQLkqdD8C .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJQLkqdD8C .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJQLkqdD8C .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJQLkqdD8C .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJQLkqdD8C .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJQLkqdD8C .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJQLkqdD8C .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJQLkqdD8C .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJQLkqdD8C .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJQLkqdD8C .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJQLkqdD8C .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJQLkqdD8C .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJQLkqdD8C .mbr-section-title {
  color: #141414;
}
.cid-uJQLkqdD8C .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJQLkqdD8C .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJQLkqdD8C .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJQLkqdD8C .mbr-section-title,
.cid-uJQLkqdD8C .mbr-section-btn {
  text-align: center;
}
.cid-uJQLkqCuOH {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJQLkqCuOH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLkqCuOH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQLkqCuOH .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJQLkqCuOH .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJQLkqCuOH .container {
    padding: 0 24px;
  }
}
.cid-uJQLkqCuOH .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJQLkqCuOH .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJQLkqCuOH .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJQLkqCuOH .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJQLkqCuOH .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJQLkqCuOH .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJQLkqCuOH .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJQLkqCuOH .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJQLkqCuOH .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJQLkqCuOH .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJQLkqCuOH .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJQLkqCuOH .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJQLkqCuOH .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJQLkqCuOH .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJQLkqCuOH .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJQLkqCuOH .mbr-section-title {
  color: #141414;
}
.cid-uJQLkqCuOH .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJQLkqCuOH .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJQLkqCuOH .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJQLkqCuOH .mbr-section-title,
.cid-uJQLkqCuOH .mbr-section-btn {
  text-align: center;
}
.cid-uJQLkr1PhU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJQLkr1PhU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLkr1PhU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQLkr1PhU .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJQLkr1PhU .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJQLkr1PhU .container {
    padding: 0 24px;
  }
}
.cid-uJQLkr1PhU .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJQLkr1PhU .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJQLkr1PhU .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJQLkr1PhU .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJQLkr1PhU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJQLkr1PhU .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJQLkr1PhU .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJQLkr1PhU .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJQLkr1PhU .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJQLkr1PhU .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJQLkr1PhU .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJQLkr1PhU .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJQLkr1PhU .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJQLkr1PhU .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJQLkr1PhU .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJQLkr1PhU .mbr-section-title {
  color: #141414;
}
.cid-uJQLkr1PhU .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJQLkr1PhU .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJQLkr1PhU .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJQLkr1PhU .mbr-section-title,
.cid-uJQLkr1PhU .mbr-section-btn {
  text-align: center;
}
.cid-uJQLkrTZNz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-uJQLkrTZNz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLkrTZNz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQLkrTZNz .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uJQLkrTZNz .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJQLkrTZNz .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uJQLkrTZNz .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJQLkrTZNz .container {
    padding: 0 14px;
  }
}
.cid-uJQLkrTZNz .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uJQLkrTZNz .content-wrapper .link-wrapper {
  display: block;
}
.cid-uJQLkrTZNz .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uJQLkrTZNz .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uJQLkrTZNz .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJQLkrTZNz .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uJQLkrTZNz .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uJQLksiau3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac616;
}
.cid-uJQLksiau3 .wrapper {
  background-color: #ebeae2;
}
.cid-uJQLksiau3 .top-row {
  border-bottom: 1px solid #4479d9;
}
.cid-uJQLksiau3 li {
  list-style-type: none;
}
.cid-uJQLksiau3 .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-uJQLksiau3 .list-1 li {
  margin-bottom: 1rem;
}
.cid-uJQLksiau3 .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-uJQLksiau3 .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-uJQLksiau3 .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-uJQLksiau3 ul {
  margin: 0;
}
.cid-uJQLksiau3 .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-uJQLksiau3 .sect {
  display: flex;
  align-items: center;
}
.cid-uJQLksiau3 .sect__left {
  flex: 0 0 32px;
  margin-right: 15px;
}
.cid-uJQLksiau3 .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uJQLksiau3 .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uJQLksiau3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLksiau3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQLksiau3 .b-text4 {
  text-align: center;
  color: #4479d9;
}
.cid-uJQLksiau3 .b-text3 {
  color: #4479d9;
}
.cid-uJQLksiau3 .mbr-section-title {
  color: #4479d9;
  text-align: left;
}
.cid-uJQLksiau3 .list1 {
  text-align: left;
}
.cid-uJQLmbbRrF .navbar {
  padding: 0.5rem 0;
  background: #fac616;
  transition: none;
  min-height: 50px;
}
.cid-uJQLmbbRrF .navbar-fixed-top {
  padding-top: 0;
}
.cid-uJQLmbbRrF .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uJQLmbbRrF .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uJQLmbbRrF .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uJQLmbbRrF .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uJQLmbbRrF .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uJQLmbbRrF .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uJQLmbbRrF .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uJQLmbbRrF .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uJQLmbbRrF .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uJQLmbbRrF .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uJQLmbbRrF .menu-content-top {
  background: #353535;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uJQLmbbRrF .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-uJQLmbbRrF .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uJQLmbbRrF .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-uJQLmbbRrF .dropdown-item,
.cid-uJQLmbbRrF .nav-link,
.cid-uJQLmbbRrF .brand-name {
  font-style: normal;
}
.cid-uJQLmbbRrF .dropdown-item:hover,
.cid-uJQLmbbRrF .nav-link:hover,
.cid-uJQLmbbRrF .brand-name:hover {
  color: #279e64 !important;
}
.cid-uJQLmbbRrF .dropdown-menu {
  background-color: #ffffff;
}
.cid-uJQLmbbRrF .dropdown-item:active {
  background-color: #ffffff;
}
.cid-uJQLmbbRrF .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uJQLmbbRrF .navbar-dropdown.bg-color.transparent.opened {
  background: #fac616;
}
.cid-uJQLmbbRrF .nav-item {
  position: relative;
}
.cid-uJQLmbbRrF .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uJQLmbbRrF .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uJQLmbbRrF .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-uJQLmbbRrF .nav-link {
    line-height: 6.13;
  }
  .cid-uJQLmbbRrF .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uJQLmbbRrF .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-uJQLmbbRrF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJQLmbbRrF .content-text {
  margin-bottom: 0;
}
.cid-uJQLmbbRrF .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uJQLmbbRrF .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fac616;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uJQLmbbRrF .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uJQLmbbRrF .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uJQLmbbRrF .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-uJQLmbbRrF .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJQLmbbRrF .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uJQLmbbRrF .content-right-side {
  text-align: center;
}
.cid-uJQLmbbRrF .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uJQLmbbRrF .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uJQLmbbRrF .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ff0000;
}
.cid-uJQLmbbRrF .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uJQLmbbRrF .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJQLmbbRrF .info-widget:first-child {
  margin-left: 0;
}
.cid-uJQLmbbRrF .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uJQLmbbRrF .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-uJQLmbbRrF .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uJQLmbbRrF .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #fac616;
}
@media (min-width: 992px) {
  .cid-uJQLmbbRrF .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uJQLmbbRrF .navbar {
    display: block;
    padding: 0;
  }
  .cid-uJQLmbbRrF .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uJQLmbbRrF .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uJQLmbbRrF .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uJQLmbbRrF .navbar-toggler {
    display: none;
  }
  .cid-uJQLmbbRrF .navbar-collapse {
    justify-content: center;
  }
}
.cid-uJQLmbbRrF .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uJQLmbbRrF .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-uJQLmbbRrF .btn-sm {
  padding: 13px 29px;
}
.cid-uJQLmbbRrF .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uJQLmbbRrF .btn::after {
  background-color: #47b5ed;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uJQLmbbRrF .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uJQLmbbRrF .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uJQLmbbRrF .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uJQLmbbRrF .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uJQLmbbRrF .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uJQLmbbRrF .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uJQLmbbRrF .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uJQLmbbRrF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJQLmbbRrF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJQLmbbRrF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uJQLmbbRrF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uJQLmbbRrF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJQLmbbRrF .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uJQLmbbRrF .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJQLmbbRrF .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uJQLmbbRrF .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uJQLmbbRrF .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uJQLmbbRrF .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uJQLmbbRrF .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uJQLmbbRrF button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-uJQLmbbRrF button.navbar-toggler:focus {
  outline: none;
}
.cid-uJQLmbbRrF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJQLmbbRrF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJQLmbbRrF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJQLmbbRrF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJQLmbbRrF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJQLmbbRrF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJQLmbbRrF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJQLmbbRrF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJQLmbbRrF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJQLmbbRrF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJQLmbbRrF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJQLmbbRrF .collapsed .btn {
  display: flex;
}
.cid-uJQLmbbRrF .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uJQLmbbRrF .collapsed .navbar-collapse.collapsing,
.cid-uJQLmbbRrF .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uJQLmbbRrF .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uJQLmbbRrF .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uJQLmbbRrF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uJQLmbbRrF .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uJQLmbbRrF .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uJQLmbbRrF .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uJQLmbbRrF .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uJQLmbbRrF .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uJQLmbbRrF .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uJQLmbbRrF .collapsed button.navbar-toggler {
  display: block;
}
.cid-uJQLmbbRrF .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uJQLmbbRrF .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uJQLmbbRrF .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uJQLmbbRrF .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uJQLmbbRrF .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uJQLmbbRrF .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uJQLmbbRrF .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uJQLmbbRrF .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uJQLmbbRrF .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uJQLmbbRrF .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uJQLmbbRrF .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-uJQLmbbRrF .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uJQLmbbRrF .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uJQLmbbRrF .navbar-collapse.collapsing,
  .cid-uJQLmbbRrF .navbar-collapse.show {
    display: block !important;
  }
  .cid-uJQLmbbRrF .navbar-collapse.collapsing .navbar-nav,
  .cid-uJQLmbbRrF .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uJQLmbbRrF .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uJQLmbbRrF .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uJQLmbbRrF .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uJQLmbbRrF .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-uJQLmbbRrF .navbar-collapse.collapsing .navbar-buttons,
  .cid-uJQLmbbRrF .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uJQLmbbRrF .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uJQLmbbRrF .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uJQLmbbRrF img {
    height: 3.8rem !important;
  }
  .cid-uJQLmbbRrF .btn {
    display: flex;
  }
  .cid-uJQLmbbRrF button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uJQLmbbRrF .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uJQLmbbRrF .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uJQLmbbRrF .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uJQLmbbRrF .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uJQLmbbRrF .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uJQLmbbRrF .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uJQLmbbRrF .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uJQLmbbRrF .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uJQLmbbRrF .navbar-toggler {
  position: relative;
}
.cid-uJQLmbbRrF .dropdown-item.active,
.cid-uJQLmbbRrF .dropdown-item:active {
  color: initial;
}
.cid-uJQLmbbRrF .widget-title {
  color: #47b5ed;
}
.cid-uJQLmbbRrF .widget-text {
  color: #47b5ed;
}
.cid-uJQLmbbRrF .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uJQLmbbRrF .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #fac616;
  display: inline-flex;
  background-color: #fac616;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uJQLmbbRrF .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uJQLmbbRrF .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uJQLmbbRrF .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-uJQLmbbRrF .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-uJQLmbbRrF .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-uJQLmbbRrF .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-uJQLmbbRrF .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-uJQLmbbRrF .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uJQLmbbRrF .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-uJQLmbbRrF .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-uJQLmbbRrF .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uJQLmbbRrF .menu-content-top,
  .cid-uJQLmbbRrF .menu-bottom {
    padding: 0 15px;
  }
  .cid-uJQLmbbRrF button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uJQLmbbRrF .widget-title,
.cid-uJQLmbbRrF .widget-icon {
  color: #f4efef;
}
.cid-uJQLmbFseL {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #000000 10%, #fac616 100%) !important;
}
.cid-uJQLmbFseL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLmbFseL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQLmcDk4H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uJQLmcDk4H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLmcDk4H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJQLmcDk4H .container {
    padding: 0 15px;
  }
}
.cid-uJQLmcDk4H .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJQLmcDk4H .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJQLmcDk4H .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uJQLmcDk4H .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uJQLmcDk4H .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uJQLmcDk4H .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uJQLmcDk4H .mbr-section-title {
  color: #131c28;
}
.cid-uJQLmcDk4H .mbr-desc {
  color: #131c28;
}
.cid-uJTfLYCxWL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uJTfLYCxWL .mbr-text {
  margin: 0;
}
.cid-uJTfLYCxWL .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-uJTfLYCxWL .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uJTfLYCxWL .row-element,
.cid-uJTfLYCxWL .image-element {
  padding: 0;
}
.cid-uJTfLYCxWL .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJTfLYCxWL .image-element .img-wrap {
  width: 100% !important;
}
.cid-uJTfLYCxWL .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uJTfLYCxWL .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJTfLYCxWL .carousel-item.active,
.cid-uJTfLYCxWL .carousel-item-next,
.cid-uJTfLYCxWL .carousel-item-prev {
  display: flex;
}
.cid-uJTfLYCxWL .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-uJTfLYCxWL .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #fac616;
}
.cid-uJTfLYCxWL .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-uJTfLYCxWL .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJTfLYCxWL .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-uJTfLYCxWL .carousel-controls {
    display: block;
  }
  .cid-uJTfLYCxWL .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-uJTfLYCxWL .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-uJTfLYCxWL .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-uJTfLYCxWL .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-uJTfLYCxWL .text-element {
    padding: 1rem;
  }
  .cid-uJTfLYCxWL .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJTfLYCxWL .image-element {
    min-width: 50%;
  }
  .cid-uJTfLYCxWL .media-container-row {
    width: 100%;
  }
}
.cid-uJTfLYCxWL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJTfLYCxWL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJTfLYCxWL .mbr-title,
.cid-uJTfLYCxWL .ornament {
  color: #ce320c;
}
.cid-uJTfLYCxWL .mbr-text,
.cid-uJTfLYCxWL .link {
  text-align: left;
}
.cid-uJQLmdogea {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uJQLmdogea .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLmdogea .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJQLmdogea .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJQLmdogea .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJQLmdogea .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJQLmdogea .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJQLmdogea .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uJQLmdogea .mbr-text,
.cid-uJQLmdogea .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uJQLme6NLf {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJQLme6NLf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLme6NLf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQLme6NLf .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJQLme6NLf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJQLme6NLf .container {
    padding: 0 24px;
  }
}
.cid-uJQLme6NLf .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJQLme6NLf .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJQLme6NLf .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJQLme6NLf .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJQLme6NLf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJQLme6NLf .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJQLme6NLf .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJQLme6NLf .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJQLme6NLf .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJQLme6NLf .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJQLme6NLf .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJQLme6NLf .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJQLme6NLf .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJQLme6NLf .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJQLme6NLf .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJQLme6NLf .mbr-section-title {
  color: #141414;
}
.cid-uJQLme6NLf .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJQLme6NLf .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJQLme6NLf .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJQLme6NLf .mbr-section-title,
.cid-uJQLme6NLf .mbr-section-btn {
  text-align: center;
}
.cid-uJQLmevt9v {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJQLmevt9v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLmevt9v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQLmevt9v .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJQLmevt9v .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJQLmevt9v .container {
    padding: 0 24px;
  }
}
.cid-uJQLmevt9v .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJQLmevt9v .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJQLmevt9v .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJQLmevt9v .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJQLmevt9v .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJQLmevt9v .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJQLmevt9v .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJQLmevt9v .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJQLmevt9v .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJQLmevt9v .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJQLmevt9v .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJQLmevt9v .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJQLmevt9v .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJQLmevt9v .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJQLmevt9v .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJQLmevt9v .mbr-section-title {
  color: #141414;
}
.cid-uJQLmevt9v .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJQLmevt9v .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJQLmevt9v .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJQLmevt9v .mbr-section-title,
.cid-uJQLmevt9v .mbr-section-btn {
  text-align: center;
}
.cid-uJQLmeWTSW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJQLmeWTSW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLmeWTSW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQLmeWTSW .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJQLmeWTSW .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJQLmeWTSW .container {
    padding: 0 24px;
  }
}
.cid-uJQLmeWTSW .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJQLmeWTSW .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJQLmeWTSW .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJQLmeWTSW .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJQLmeWTSW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJQLmeWTSW .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJQLmeWTSW .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJQLmeWTSW .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJQLmeWTSW .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJQLmeWTSW .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJQLmeWTSW .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJQLmeWTSW .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJQLmeWTSW .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJQLmeWTSW .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJQLmeWTSW .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJQLmeWTSW .mbr-section-title {
  color: #141414;
}
.cid-uJQLmeWTSW .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJQLmeWTSW .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJQLmeWTSW .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJQLmeWTSW .mbr-section-title,
.cid-uJQLmeWTSW .mbr-section-btn {
  text-align: center;
}
.cid-uJQLmfHjWD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-uJQLmfHjWD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLmfHjWD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQLmfHjWD .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uJQLmfHjWD .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJQLmfHjWD .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uJQLmfHjWD .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJQLmfHjWD .container {
    padding: 0 14px;
  }
}
.cid-uJQLmfHjWD .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uJQLmfHjWD .content-wrapper .link-wrapper {
  display: block;
}
.cid-uJQLmfHjWD .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uJQLmfHjWD .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uJQLmfHjWD .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJQLmfHjWD .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uJQLmfHjWD .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uJQLmg4UL7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac616;
}
.cid-uJQLmg4UL7 .wrapper {
  background-color: #ebeae2;
}
.cid-uJQLmg4UL7 .top-row {
  border-bottom: 1px solid #4479d9;
}
.cid-uJQLmg4UL7 li {
  list-style-type: none;
}
.cid-uJQLmg4UL7 .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-uJQLmg4UL7 .list-1 li {
  margin-bottom: 1rem;
}
.cid-uJQLmg4UL7 .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-uJQLmg4UL7 .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-uJQLmg4UL7 .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-uJQLmg4UL7 ul {
  margin: 0;
}
.cid-uJQLmg4UL7 .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-uJQLmg4UL7 .sect {
  display: flex;
  align-items: center;
}
.cid-uJQLmg4UL7 .sect__left {
  flex: 0 0 32px;
  margin-right: 15px;
}
.cid-uJQLmg4UL7 .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uJQLmg4UL7 .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uJQLmg4UL7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLmg4UL7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQLmg4UL7 .b-text4 {
  text-align: center;
  color: #4479d9;
}
.cid-uJQLmg4UL7 .b-text3 {
  color: #4479d9;
}
.cid-uJQLmg4UL7 .mbr-section-title {
  color: #4479d9;
  text-align: left;
}
.cid-uJQLmg4UL7 .list1 {
  text-align: left;
}
.cid-uJQLol8fib .navbar {
  padding: 0.5rem 0;
  background: #fac616;
  transition: none;
  min-height: 50px;
}
.cid-uJQLol8fib .navbar-fixed-top {
  padding-top: 0;
}
.cid-uJQLol8fib .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uJQLol8fib .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uJQLol8fib .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uJQLol8fib .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uJQLol8fib .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uJQLol8fib .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uJQLol8fib .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uJQLol8fib .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uJQLol8fib .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uJQLol8fib .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uJQLol8fib .menu-content-top {
  background: #353535;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uJQLol8fib .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-uJQLol8fib .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uJQLol8fib .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-uJQLol8fib .dropdown-item,
.cid-uJQLol8fib .nav-link,
.cid-uJQLol8fib .brand-name {
  font-style: normal;
}
.cid-uJQLol8fib .dropdown-item:hover,
.cid-uJQLol8fib .nav-link:hover,
.cid-uJQLol8fib .brand-name:hover {
  color: #279e64 !important;
}
.cid-uJQLol8fib .dropdown-menu {
  background-color: #ffffff;
}
.cid-uJQLol8fib .dropdown-item:active {
  background-color: #ffffff;
}
.cid-uJQLol8fib .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uJQLol8fib .navbar-dropdown.bg-color.transparent.opened {
  background: #fac616;
}
.cid-uJQLol8fib .nav-item {
  position: relative;
}
.cid-uJQLol8fib .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uJQLol8fib .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uJQLol8fib .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-uJQLol8fib .nav-link {
    line-height: 6.13;
  }
  .cid-uJQLol8fib .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uJQLol8fib .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-uJQLol8fib .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJQLol8fib .content-text {
  margin-bottom: 0;
}
.cid-uJQLol8fib .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uJQLol8fib .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fac616;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uJQLol8fib .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uJQLol8fib .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uJQLol8fib .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-uJQLol8fib .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJQLol8fib .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uJQLol8fib .content-right-side {
  text-align: center;
}
.cid-uJQLol8fib .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uJQLol8fib .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uJQLol8fib .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ff0000;
}
.cid-uJQLol8fib .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uJQLol8fib .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJQLol8fib .info-widget:first-child {
  margin-left: 0;
}
.cid-uJQLol8fib .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uJQLol8fib .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-uJQLol8fib .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uJQLol8fib .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #fac616;
}
@media (min-width: 992px) {
  .cid-uJQLol8fib .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uJQLol8fib .navbar {
    display: block;
    padding: 0;
  }
  .cid-uJQLol8fib .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uJQLol8fib .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uJQLol8fib .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uJQLol8fib .navbar-toggler {
    display: none;
  }
  .cid-uJQLol8fib .navbar-collapse {
    justify-content: center;
  }
}
.cid-uJQLol8fib .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uJQLol8fib .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-uJQLol8fib .btn-sm {
  padding: 13px 29px;
}
.cid-uJQLol8fib .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uJQLol8fib .btn::after {
  background-color: #47b5ed;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uJQLol8fib .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uJQLol8fib .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uJQLol8fib .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uJQLol8fib .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uJQLol8fib .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uJQLol8fib .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uJQLol8fib .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uJQLol8fib .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJQLol8fib .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJQLol8fib .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uJQLol8fib .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uJQLol8fib .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJQLol8fib .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uJQLol8fib .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJQLol8fib .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uJQLol8fib .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uJQLol8fib .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uJQLol8fib .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uJQLol8fib .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uJQLol8fib button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-uJQLol8fib button.navbar-toggler:focus {
  outline: none;
}
.cid-uJQLol8fib button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJQLol8fib button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJQLol8fib button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJQLol8fib button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJQLol8fib button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJQLol8fib nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJQLol8fib nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJQLol8fib nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJQLol8fib nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJQLol8fib .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJQLol8fib .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJQLol8fib .collapsed .btn {
  display: flex;
}
.cid-uJQLol8fib .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uJQLol8fib .collapsed .navbar-collapse.collapsing,
.cid-uJQLol8fib .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uJQLol8fib .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uJQLol8fib .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uJQLol8fib .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uJQLol8fib .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uJQLol8fib .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uJQLol8fib .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uJQLol8fib .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uJQLol8fib .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uJQLol8fib .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uJQLol8fib .collapsed button.navbar-toggler {
  display: block;
}
.cid-uJQLol8fib .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uJQLol8fib .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uJQLol8fib .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uJQLol8fib .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uJQLol8fib .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uJQLol8fib .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uJQLol8fib .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uJQLol8fib .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uJQLol8fib .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uJQLol8fib .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uJQLol8fib .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-uJQLol8fib .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uJQLol8fib .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uJQLol8fib .navbar-collapse.collapsing,
  .cid-uJQLol8fib .navbar-collapse.show {
    display: block !important;
  }
  .cid-uJQLol8fib .navbar-collapse.collapsing .navbar-nav,
  .cid-uJQLol8fib .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uJQLol8fib .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uJQLol8fib .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uJQLol8fib .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uJQLol8fib .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-uJQLol8fib .navbar-collapse.collapsing .navbar-buttons,
  .cid-uJQLol8fib .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uJQLol8fib .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uJQLol8fib .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uJQLol8fib img {
    height: 3.8rem !important;
  }
  .cid-uJQLol8fib .btn {
    display: flex;
  }
  .cid-uJQLol8fib button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uJQLol8fib .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uJQLol8fib .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uJQLol8fib .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uJQLol8fib .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uJQLol8fib .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uJQLol8fib .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uJQLol8fib .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uJQLol8fib .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uJQLol8fib .navbar-toggler {
  position: relative;
}
.cid-uJQLol8fib .dropdown-item.active,
.cid-uJQLol8fib .dropdown-item:active {
  color: initial;
}
.cid-uJQLol8fib .widget-title {
  color: #47b5ed;
}
.cid-uJQLol8fib .widget-text {
  color: #47b5ed;
}
.cid-uJQLol8fib .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uJQLol8fib .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #fac616;
  display: inline-flex;
  background-color: #fac616;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uJQLol8fib .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uJQLol8fib .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uJQLol8fib .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-uJQLol8fib .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-uJQLol8fib .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-uJQLol8fib .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-uJQLol8fib .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-uJQLol8fib .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uJQLol8fib .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-uJQLol8fib .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-uJQLol8fib .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uJQLol8fib .menu-content-top,
  .cid-uJQLol8fib .menu-bottom {
    padding: 0 15px;
  }
  .cid-uJQLol8fib button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uJQLol8fib .widget-title,
.cid-uJQLol8fib .widget-icon {
  color: #f4efef;
}
.cid-uJQLolFBmf {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #000000 10%, #fac616 100%) !important;
}
.cid-uJQLolFBmf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLolFBmf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJTfZiFhI4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uJTfZiFhI4 .mbr-text {
  margin: 0;
}
.cid-uJTfZiFhI4 .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-uJTfZiFhI4 .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uJTfZiFhI4 .row-element,
.cid-uJTfZiFhI4 .image-element {
  padding: 0;
}
.cid-uJTfZiFhI4 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJTfZiFhI4 .image-element .img-wrap {
  width: 100% !important;
}
.cid-uJTfZiFhI4 .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uJTfZiFhI4 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJTfZiFhI4 .carousel-item.active,
.cid-uJTfZiFhI4 .carousel-item-next,
.cid-uJTfZiFhI4 .carousel-item-prev {
  display: flex;
}
.cid-uJTfZiFhI4 .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-uJTfZiFhI4 .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #fac616;
}
.cid-uJTfZiFhI4 .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-uJTfZiFhI4 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJTfZiFhI4 .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-uJTfZiFhI4 .carousel-controls {
    display: block;
  }
  .cid-uJTfZiFhI4 .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-uJTfZiFhI4 .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-uJTfZiFhI4 .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-uJTfZiFhI4 .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-uJTfZiFhI4 .text-element {
    padding: 1rem;
  }
  .cid-uJTfZiFhI4 .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJTfZiFhI4 .image-element {
    min-width: 50%;
  }
  .cid-uJTfZiFhI4 .media-container-row {
    width: 100%;
  }
}
.cid-uJTfZiFhI4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJTfZiFhI4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJTfZiFhI4 .mbr-title,
.cid-uJTfZiFhI4 .ornament {
  color: #ce320c;
}
.cid-uJTfZiFhI4 .mbr-text,
.cid-uJTfZiFhI4 .link {
  text-align: left;
}
.cid-uJQLomC1g6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uJQLomC1g6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLomC1g6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJQLomC1g6 .container {
    padding: 0 15px;
  }
}
.cid-uJQLomC1g6 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJQLomC1g6 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJQLomC1g6 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uJQLomC1g6 .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uJQLomC1g6 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uJQLomC1g6 .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uJQLomC1g6 .mbr-section-title {
  color: #131c28;
}
.cid-uJQLomC1g6 .mbr-desc {
  color: #131c28;
}
.cid-uJQLonmw3C {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uJQLonmw3C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLonmw3C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJQLonmw3C .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJQLonmw3C .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJQLonmw3C .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJQLonmw3C .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJQLonmw3C .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uJQLonmw3C .mbr-text,
.cid-uJQLonmw3C .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uJQLonHfbR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uJQLonHfbR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLonHfbR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQLonHfbR .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJQLonHfbR .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJQLonHfbR .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJQLonHfbR .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJQLonHfbR .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJQLonHfbR .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJQLonHfbR .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJQLonHfbR .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJQLonHfbR .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJQLonHfbR .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJQLonHfbR .mbr-section-title {
  color: #191c25;
}
.cid-uJQLonHfbR .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uJQLonHfbR .mbr-section-title,
.cid-uJQLonHfbR .mbr-section-btn,
.cid-uJQLonHfbR .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJQLoo4Uob {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJQLoo4Uob .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLoo4Uob .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQLoo4Uob .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJQLoo4Uob .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJQLoo4Uob .container {
    padding: 0 24px;
  }
}
.cid-uJQLoo4Uob .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJQLoo4Uob .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJQLoo4Uob .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJQLoo4Uob .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJQLoo4Uob .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJQLoo4Uob .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJQLoo4Uob .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJQLoo4Uob .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJQLoo4Uob .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJQLoo4Uob .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJQLoo4Uob .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJQLoo4Uob .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJQLoo4Uob .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJQLoo4Uob .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJQLoo4Uob .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJQLoo4Uob .mbr-section-title {
  color: #141414;
}
.cid-uJQLoo4Uob .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJQLoo4Uob .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJQLoo4Uob .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJQLoo4Uob .mbr-section-title,
.cid-uJQLoo4Uob .mbr-section-btn {
  text-align: center;
}
.cid-uJQLoos9La {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJQLoos9La .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLoos9La .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQLoos9La .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJQLoos9La .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJQLoos9La .container {
    padding: 0 24px;
  }
}
.cid-uJQLoos9La .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJQLoos9La .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJQLoos9La .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJQLoos9La .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJQLoos9La .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJQLoos9La .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJQLoos9La .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJQLoos9La .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJQLoos9La .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJQLoos9La .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJQLoos9La .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJQLoos9La .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJQLoos9La .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJQLoos9La .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJQLoos9La .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJQLoos9La .mbr-section-title {
  color: #141414;
}
.cid-uJQLoos9La .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJQLoos9La .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJQLoos9La .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJQLoos9La .mbr-section-title,
.cid-uJQLoos9La .mbr-section-btn {
  text-align: center;
}
.cid-uJQLooTiWn {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJQLooTiWn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLooTiWn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQLooTiWn .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJQLooTiWn .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJQLooTiWn .container {
    padding: 0 24px;
  }
}
.cid-uJQLooTiWn .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJQLooTiWn .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJQLooTiWn .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJQLooTiWn .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJQLooTiWn .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJQLooTiWn .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJQLooTiWn .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJQLooTiWn .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJQLooTiWn .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJQLooTiWn .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJQLooTiWn .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJQLooTiWn .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJQLooTiWn .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJQLooTiWn .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJQLooTiWn .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJQLooTiWn .mbr-section-title {
  color: #141414;
}
.cid-uJQLooTiWn .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJQLooTiWn .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJQLooTiWn .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJQLooTiWn .mbr-section-title,
.cid-uJQLooTiWn .mbr-section-btn {
  text-align: center;
}
.cid-uJQLopiYxm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uJQLopiYxm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLopiYxm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQLopiYxm .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJQLopiYxm .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJQLopiYxm .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJQLopiYxm .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJQLopiYxm .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJQLopiYxm .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJQLopiYxm .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJQLopiYxm .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJQLopiYxm .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJQLopiYxm .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJQLopiYxm .mbr-section-title {
  color: #191c25;
}
.cid-uJQLopiYxm .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJQLopiYxm .mbr-section-title,
.cid-uJQLopiYxm .mbr-section-btn,
.cid-uJQLopiYxm .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJQLopHYMj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-uJQLopHYMj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLopHYMj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQLopHYMj .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uJQLopHYMj .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJQLopHYMj .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uJQLopHYMj .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJQLopHYMj .container {
    padding: 0 14px;
  }
}
.cid-uJQLopHYMj .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uJQLopHYMj .content-wrapper .link-wrapper {
  display: block;
}
.cid-uJQLopHYMj .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uJQLopHYMj .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uJQLopHYMj .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJQLopHYMj .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uJQLopHYMj .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uJQLoq7Upw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac616;
}
.cid-uJQLoq7Upw .wrapper {
  background-color: #ebeae2;
}
.cid-uJQLoq7Upw .top-row {
  border-bottom: 1px solid #4479d9;
}
.cid-uJQLoq7Upw li {
  list-style-type: none;
}
.cid-uJQLoq7Upw .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-uJQLoq7Upw .list-1 li {
  margin-bottom: 1rem;
}
.cid-uJQLoq7Upw .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-uJQLoq7Upw .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-uJQLoq7Upw .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-uJQLoq7Upw ul {
  margin: 0;
}
.cid-uJQLoq7Upw .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-uJQLoq7Upw .sect {
  display: flex;
  align-items: center;
}
.cid-uJQLoq7Upw .sect__left {
  flex: 0 0 32px;
  margin-right: 15px;
}
.cid-uJQLoq7Upw .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uJQLoq7Upw .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uJQLoq7Upw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLoq7Upw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQLoq7Upw .b-text4 {
  text-align: center;
  color: #4479d9;
}
.cid-uJQLoq7Upw .b-text3 {
  color: #4479d9;
}
.cid-uJQLoq7Upw .mbr-section-title {
  color: #4479d9;
  text-align: left;
}
.cid-uJQLoq7Upw .list1 {
  text-align: left;
}
.cid-uJVxQSiIlZ .navbar {
  padding: 0.5rem 0;
  background: #fac616;
  transition: none;
  min-height: 50px;
}
.cid-uJVxQSiIlZ .navbar-fixed-top {
  padding-top: 0;
}
.cid-uJVxQSiIlZ .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uJVxQSiIlZ .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uJVxQSiIlZ .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uJVxQSiIlZ .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uJVxQSiIlZ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uJVxQSiIlZ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uJVxQSiIlZ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uJVxQSiIlZ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uJVxQSiIlZ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uJVxQSiIlZ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uJVxQSiIlZ .menu-content-top {
  background: #353535;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uJVxQSiIlZ .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-uJVxQSiIlZ .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uJVxQSiIlZ .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-uJVxQSiIlZ .dropdown-item,
.cid-uJVxQSiIlZ .nav-link,
.cid-uJVxQSiIlZ .brand-name {
  font-style: normal;
}
.cid-uJVxQSiIlZ .dropdown-item:hover,
.cid-uJVxQSiIlZ .nav-link:hover,
.cid-uJVxQSiIlZ .brand-name:hover {
  color: #279e64 !important;
}
.cid-uJVxQSiIlZ .dropdown-menu {
  background-color: #ffffff;
}
.cid-uJVxQSiIlZ .dropdown-item:active {
  background-color: #ffffff;
}
.cid-uJVxQSiIlZ .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uJVxQSiIlZ .navbar-dropdown.bg-color.transparent.opened {
  background: #fac616;
}
.cid-uJVxQSiIlZ .nav-item {
  position: relative;
}
.cid-uJVxQSiIlZ .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uJVxQSiIlZ .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uJVxQSiIlZ .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-uJVxQSiIlZ .nav-link {
    line-height: 6.13;
  }
  .cid-uJVxQSiIlZ .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uJVxQSiIlZ .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-uJVxQSiIlZ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJVxQSiIlZ .content-text {
  margin-bottom: 0;
}
.cid-uJVxQSiIlZ .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uJVxQSiIlZ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fac616;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uJVxQSiIlZ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uJVxQSiIlZ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uJVxQSiIlZ .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-uJVxQSiIlZ .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJVxQSiIlZ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uJVxQSiIlZ .content-right-side {
  text-align: center;
}
.cid-uJVxQSiIlZ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uJVxQSiIlZ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uJVxQSiIlZ .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ff0000;
}
.cid-uJVxQSiIlZ .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uJVxQSiIlZ .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJVxQSiIlZ .info-widget:first-child {
  margin-left: 0;
}
.cid-uJVxQSiIlZ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uJVxQSiIlZ .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-uJVxQSiIlZ .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uJVxQSiIlZ .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #fac616;
}
@media (min-width: 992px) {
  .cid-uJVxQSiIlZ .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uJVxQSiIlZ .navbar {
    display: block;
    padding: 0;
  }
  .cid-uJVxQSiIlZ .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uJVxQSiIlZ .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uJVxQSiIlZ .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uJVxQSiIlZ .navbar-toggler {
    display: none;
  }
  .cid-uJVxQSiIlZ .navbar-collapse {
    justify-content: center;
  }
}
.cid-uJVxQSiIlZ .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uJVxQSiIlZ .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-uJVxQSiIlZ .btn-sm {
  padding: 13px 29px;
}
.cid-uJVxQSiIlZ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uJVxQSiIlZ .btn::after {
  background-color: #47b5ed;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uJVxQSiIlZ .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uJVxQSiIlZ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uJVxQSiIlZ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uJVxQSiIlZ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uJVxQSiIlZ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uJVxQSiIlZ .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uJVxQSiIlZ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uJVxQSiIlZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJVxQSiIlZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJVxQSiIlZ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uJVxQSiIlZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uJVxQSiIlZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJVxQSiIlZ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uJVxQSiIlZ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJVxQSiIlZ .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uJVxQSiIlZ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uJVxQSiIlZ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uJVxQSiIlZ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uJVxQSiIlZ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uJVxQSiIlZ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-uJVxQSiIlZ button.navbar-toggler:focus {
  outline: none;
}
.cid-uJVxQSiIlZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJVxQSiIlZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJVxQSiIlZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJVxQSiIlZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJVxQSiIlZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJVxQSiIlZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJVxQSiIlZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJVxQSiIlZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJVxQSiIlZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJVxQSiIlZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJVxQSiIlZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJVxQSiIlZ .collapsed .btn {
  display: flex;
}
.cid-uJVxQSiIlZ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uJVxQSiIlZ .collapsed .navbar-collapse.collapsing,
.cid-uJVxQSiIlZ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uJVxQSiIlZ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uJVxQSiIlZ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uJVxQSiIlZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uJVxQSiIlZ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uJVxQSiIlZ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uJVxQSiIlZ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uJVxQSiIlZ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uJVxQSiIlZ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uJVxQSiIlZ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uJVxQSiIlZ .collapsed button.navbar-toggler {
  display: block;
}
.cid-uJVxQSiIlZ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uJVxQSiIlZ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uJVxQSiIlZ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uJVxQSiIlZ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uJVxQSiIlZ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uJVxQSiIlZ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uJVxQSiIlZ .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uJVxQSiIlZ .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uJVxQSiIlZ .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uJVxQSiIlZ .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uJVxQSiIlZ .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-uJVxQSiIlZ .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uJVxQSiIlZ .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uJVxQSiIlZ .navbar-collapse.collapsing,
  .cid-uJVxQSiIlZ .navbar-collapse.show {
    display: block !important;
  }
  .cid-uJVxQSiIlZ .navbar-collapse.collapsing .navbar-nav,
  .cid-uJVxQSiIlZ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uJVxQSiIlZ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uJVxQSiIlZ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uJVxQSiIlZ .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uJVxQSiIlZ .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-uJVxQSiIlZ .navbar-collapse.collapsing .navbar-buttons,
  .cid-uJVxQSiIlZ .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uJVxQSiIlZ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uJVxQSiIlZ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uJVxQSiIlZ img {
    height: 3.8rem !important;
  }
  .cid-uJVxQSiIlZ .btn {
    display: flex;
  }
  .cid-uJVxQSiIlZ button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uJVxQSiIlZ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uJVxQSiIlZ .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uJVxQSiIlZ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uJVxQSiIlZ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uJVxQSiIlZ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uJVxQSiIlZ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uJVxQSiIlZ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uJVxQSiIlZ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uJVxQSiIlZ .navbar-toggler {
  position: relative;
}
.cid-uJVxQSiIlZ .dropdown-item.active,
.cid-uJVxQSiIlZ .dropdown-item:active {
  color: initial;
}
.cid-uJVxQSiIlZ .widget-title {
  color: #47b5ed;
}
.cid-uJVxQSiIlZ .widget-text {
  color: #47b5ed;
}
.cid-uJVxQSiIlZ .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uJVxQSiIlZ .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #fac616;
  display: inline-flex;
  background-color: #fac616;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uJVxQSiIlZ .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uJVxQSiIlZ .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uJVxQSiIlZ .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-uJVxQSiIlZ .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-uJVxQSiIlZ .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-uJVxQSiIlZ .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-uJVxQSiIlZ .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-uJVxQSiIlZ .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uJVxQSiIlZ .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-uJVxQSiIlZ .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-uJVxQSiIlZ .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uJVxQSiIlZ .menu-content-top,
  .cid-uJVxQSiIlZ .menu-bottom {
    padding: 0 15px;
  }
  .cid-uJVxQSiIlZ button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uJVxQSiIlZ .widget-title,
.cid-uJVxQSiIlZ .widget-icon {
  color: #f4efef;
}
.cid-uJVxQSNk1A {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #fac616 10%, #353535 100%) !important;
}
.cid-uJVxQSNk1A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxQSNk1A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxQTNDFt {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxQTNDFt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxQTNDFt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxQTNDFt .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxQTNDFt .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxQTNDFt .container {
    padding: 0 24px;
  }
}
.cid-uJVxQTNDFt .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxQTNDFt .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxQTNDFt .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxQTNDFt .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxQTNDFt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxQTNDFt .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxQTNDFt .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxQTNDFt .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxQTNDFt .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxQTNDFt .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxQTNDFt .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxQTNDFt .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxQTNDFt .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxQTNDFt .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxQTNDFt .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxQTNDFt .mbr-section-title {
  color: #141414;
}
.cid-uJVxQTNDFt .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxQTNDFt .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxQTNDFt .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxQTNDFt .mbr-section-title,
.cid-uJVxQTNDFt .mbr-section-btn {
  text-align: center;
}
.cid-uJVxQUeoeU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uJVxQUeoeU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxQUeoeU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJVxQUeoeU .container {
    padding: 0 15px;
  }
}
.cid-uJVxQUeoeU .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJVxQUeoeU .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJVxQUeoeU .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uJVxQUeoeU .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uJVxQUeoeU .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uJVxQUeoeU .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uJVxQUeoeU .mbr-section-title {
  color: #131c28;
}
.cid-uJVxQUeoeU .mbr-desc {
  color: #131c28;
}
.cid-uJVxQUBBq3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxQUBBq3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxQUBBq3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxQUBBq3 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxQUBBq3 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxQUBBq3 .container {
    padding: 0 24px;
  }
}
.cid-uJVxQUBBq3 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxQUBBq3 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxQUBBq3 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxQUBBq3 .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxQUBBq3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxQUBBq3 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxQUBBq3 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxQUBBq3 .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxQUBBq3 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxQUBBq3 .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxQUBBq3 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxQUBBq3 .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxQUBBq3 .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxQUBBq3 .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxQUBBq3 .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxQUBBq3 .mbr-section-title {
  color: #141414;
}
.cid-uJVxQUBBq3 .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxQUBBq3 .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxQUBBq3 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxQUBBq3 .mbr-section-title,
.cid-uJVxQUBBq3 .mbr-section-btn {
  text-align: center;
}
.cid-uJVxQV2jZj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uJVxQV2jZj .mbr-text {
  margin: 0;
}
.cid-uJVxQV2jZj .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-uJVxQV2jZj .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uJVxQV2jZj .row-element,
.cid-uJVxQV2jZj .image-element {
  padding: 0;
}
.cid-uJVxQV2jZj .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJVxQV2jZj .image-element .img-wrap {
  width: 100% !important;
}
.cid-uJVxQV2jZj .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uJVxQV2jZj .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJVxQV2jZj .carousel-item.active,
.cid-uJVxQV2jZj .carousel-item-next,
.cid-uJVxQV2jZj .carousel-item-prev {
  display: flex;
}
.cid-uJVxQV2jZj .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-uJVxQV2jZj .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #fac616;
}
.cid-uJVxQV2jZj .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-uJVxQV2jZj .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJVxQV2jZj .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-uJVxQV2jZj .carousel-controls {
    display: block;
  }
  .cid-uJVxQV2jZj .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-uJVxQV2jZj .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-uJVxQV2jZj .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-uJVxQV2jZj .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-uJVxQV2jZj .text-element {
    padding: 1rem;
  }
  .cid-uJVxQV2jZj .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJVxQV2jZj .image-element {
    min-width: 50%;
  }
  .cid-uJVxQV2jZj .media-container-row {
    width: 100%;
  }
}
.cid-uJVxQV2jZj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxQV2jZj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxQV2jZj .mbr-title,
.cid-uJVxQV2jZj .ornament {
  color: #ce320c;
}
.cid-uJVxQV2jZj .mbr-text,
.cid-uJVxQV2jZj .link {
  text-align: left;
}
.cid-uJVxQVBOfp {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxQVBOfp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxQVBOfp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxQVBOfp .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxQVBOfp .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxQVBOfp .container {
    padding: 0 24px;
  }
}
.cid-uJVxQVBOfp .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxQVBOfp .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxQVBOfp .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxQVBOfp .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxQVBOfp .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxQVBOfp .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxQVBOfp .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxQVBOfp .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxQVBOfp .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxQVBOfp .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxQVBOfp .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxQVBOfp .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxQVBOfp .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxQVBOfp .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxQVBOfp .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxQVBOfp .mbr-section-title {
  color: #141414;
}
.cid-uJVxQVBOfp .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxQVBOfp .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxQVBOfp .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxQVBOfp .mbr-section-title,
.cid-uJVxQVBOfp .mbr-section-btn {
  text-align: center;
}
.cid-uJVxQW1oBE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uJVxQW1oBE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxQW1oBE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJVxQW1oBE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJVxQW1oBE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJVxQW1oBE .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJVxQW1oBE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJVxQW1oBE .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uJVxQW1oBE .mbr-text,
.cid-uJVxQW1oBE .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uJVxQWq14B {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxQWq14B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxQWq14B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxQWq14B .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxQWq14B .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxQWq14B .container {
    padding: 0 24px;
  }
}
.cid-uJVxQWq14B .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxQWq14B .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxQWq14B .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxQWq14B .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxQWq14B .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxQWq14B .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxQWq14B .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxQWq14B .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxQWq14B .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxQWq14B .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxQWq14B .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxQWq14B .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxQWq14B .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxQWq14B .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxQWq14B .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxQWq14B .mbr-section-title {
  color: #141414;
}
.cid-uJVxQWq14B .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxQWq14B .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxQWq14B .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxQWq14B .mbr-section-title,
.cid-uJVxQWq14B .mbr-section-btn {
  text-align: center;
}
.cid-uJVxQWQ5S5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVxQWQ5S5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxQWQ5S5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxQWQ5S5 .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVxQWQ5S5 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxQWQ5S5 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVxQWQ5S5 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVxQWQ5S5 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVxQWQ5S5 .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVxQWQ5S5 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxQWQ5S5 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVxQWQ5S5 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVxQWQ5S5 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVxQWQ5S5 .mbr-section-title {
  color: #191c25;
}
.cid-uJVxQWQ5S5 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uJVxQWQ5S5 .mbr-section-title,
.cid-uJVxQWQ5S5 .mbr-section-btn,
.cid-uJVxQWQ5S5 .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVxQXhRrv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxQXhRrv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxQXhRrv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxQXhRrv .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxQXhRrv .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxQXhRrv .container {
    padding: 0 24px;
  }
}
.cid-uJVxQXhRrv .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxQXhRrv .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxQXhRrv .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxQXhRrv .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxQXhRrv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxQXhRrv .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxQXhRrv .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxQXhRrv .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxQXhRrv .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxQXhRrv .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxQXhRrv .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxQXhRrv .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxQXhRrv .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxQXhRrv .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxQXhRrv .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxQXhRrv .mbr-section-title {
  color: #141414;
}
.cid-uJVxQXhRrv .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxQXhRrv .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxQXhRrv .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxQXhRrv .mbr-section-title,
.cid-uJVxQXhRrv .mbr-section-btn {
  text-align: center;
}
.cid-uJVxQXLbIZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVxQXLbIZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxQXLbIZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxQXLbIZ .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVxQXLbIZ .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxQXLbIZ .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVxQXLbIZ .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVxQXLbIZ .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVxQXLbIZ .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVxQXLbIZ .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxQXLbIZ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVxQXLbIZ .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVxQXLbIZ .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVxQXLbIZ .mbr-section-title {
  color: #191c25;
}
.cid-uJVxQXLbIZ .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJVxQXLbIZ .mbr-section-title,
.cid-uJVxQXLbIZ .mbr-section-btn,
.cid-uJVxQXLbIZ .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVxQYbTTI {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxQYbTTI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxQYbTTI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxQYbTTI .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxQYbTTI .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxQYbTTI .container {
    padding: 0 24px;
  }
}
.cid-uJVxQYbTTI .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxQYbTTI .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxQYbTTI .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxQYbTTI .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxQYbTTI .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxQYbTTI .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxQYbTTI .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxQYbTTI .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxQYbTTI .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxQYbTTI .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxQYbTTI .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxQYbTTI .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxQYbTTI .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxQYbTTI .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxQYbTTI .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxQYbTTI .mbr-section-title {
  color: #141414;
}
.cid-uJVxQYbTTI .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxQYbTTI .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxQYbTTI .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxQYbTTI .mbr-section-title,
.cid-uJVxQYbTTI .mbr-section-btn {
  text-align: center;
}
.cid-uJVxQYEHnf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVxQYEHnf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxQYEHnf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxQYEHnf .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVxQYEHnf .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxQYEHnf .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVxQYEHnf .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVxQYEHnf .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVxQYEHnf .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVxQYEHnf .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxQYEHnf .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVxQYEHnf .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVxQYEHnf .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVxQYEHnf .mbr-section-title {
  color: #191c25;
}
.cid-uJVxQYEHnf .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJVxQYEHnf .mbr-section-title,
.cid-uJVxQYEHnf .mbr-section-btn,
.cid-uJVxQYEHnf .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVxQZ8buo {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxQZ8buo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxQZ8buo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxQZ8buo .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxQZ8buo .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxQZ8buo .container {
    padding: 0 24px;
  }
}
.cid-uJVxQZ8buo .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxQZ8buo .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxQZ8buo .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxQZ8buo .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxQZ8buo .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxQZ8buo .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxQZ8buo .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxQZ8buo .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxQZ8buo .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxQZ8buo .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxQZ8buo .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxQZ8buo .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxQZ8buo .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxQZ8buo .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxQZ8buo .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxQZ8buo .mbr-section-title {
  color: #141414;
}
.cid-uJVxQZ8buo .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxQZ8buo .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxQZ8buo .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxQZ8buo .mbr-section-title,
.cid-uJVxQZ8buo .mbr-section-btn {
  text-align: center;
}
.cid-uJVxQZGR4D {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVxQZGR4D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxQZGR4D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxQZGR4D .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVxQZGR4D .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxQZGR4D .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVxQZGR4D .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVxQZGR4D .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #063a99;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVxQZGR4D .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVxQZGR4D .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxQZGR4D .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVxQZGR4D .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVxQZGR4D .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVxQZGR4D .mbr-section-title {
  color: #191c25;
}
.cid-uJVxQZGR4D .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJVxQZGR4D .mbr-section-title,
.cid-uJVxQZGR4D .mbr-section-btn,
.cid-uJVxQZGR4D .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVxR0dR0q {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxR0dR0q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxR0dR0q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxR0dR0q .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxR0dR0q .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxR0dR0q .container {
    padding: 0 24px;
  }
}
.cid-uJVxR0dR0q .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxR0dR0q .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxR0dR0q .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxR0dR0q .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxR0dR0q .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxR0dR0q .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxR0dR0q .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxR0dR0q .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxR0dR0q .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxR0dR0q .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxR0dR0q .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxR0dR0q .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxR0dR0q .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxR0dR0q .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxR0dR0q .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxR0dR0q .mbr-section-title {
  color: #141414;
}
.cid-uJVxR0dR0q .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxR0dR0q .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxR0dR0q .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxR0dR0q .mbr-section-title,
.cid-uJVxR0dR0q .mbr-section-btn {
  text-align: center;
}
.cid-uJVxR0MgEH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uJVxR0MgEH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxR0MgEH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxR0MgEH .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uJVxR0MgEH .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJVxR0MgEH .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxR0MgEH .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJVxR0MgEH .container {
    padding: 0 14px;
  }
}
.cid-uJVxR0MgEH .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uJVxR0MgEH .content-wrapper .link-wrapper {
  display: block;
}
.cid-uJVxR0MgEH .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uJVxR0MgEH .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uJVxR0MgEH .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJVxR0MgEH .mbr-text {
  color: #f4efef;
  text-align: center;
}
.cid-uJVxR0MgEH .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uJVxR1jxq9 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxR1jxq9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxR1jxq9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxR1jxq9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxR1jxq9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxR1jxq9 .container {
    padding: 0 24px;
  }
}
.cid-uJVxR1jxq9 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxR1jxq9 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxR1jxq9 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxR1jxq9 .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxR1jxq9 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxR1jxq9 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxR1jxq9 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxR1jxq9 .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxR1jxq9 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxR1jxq9 .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxR1jxq9 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxR1jxq9 .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxR1jxq9 .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxR1jxq9 .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxR1jxq9 .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxR1jxq9 .mbr-section-title {
  color: #141414;
}
.cid-uJVxR1jxq9 .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxR1jxq9 .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxR1jxq9 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxR1jxq9 .mbr-section-title,
.cid-uJVxR1jxq9 .mbr-section-btn {
  text-align: center;
}
.cid-uJVxR1WUa5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac616;
}
.cid-uJVxR1WUa5 .wrapper {
  background-color: #ebeae2;
}
.cid-uJVxR1WUa5 .top-row {
  border-bottom: 1px solid #4479d9;
}
.cid-uJVxR1WUa5 li {
  list-style-type: none;
}
.cid-uJVxR1WUa5 .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-uJVxR1WUa5 .list-1 li {
  margin-bottom: 1rem;
}
.cid-uJVxR1WUa5 .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-uJVxR1WUa5 .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-uJVxR1WUa5 .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-uJVxR1WUa5 ul {
  margin: 0;
}
.cid-uJVxR1WUa5 .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-uJVxR1WUa5 .sect {
  display: flex;
  align-items: center;
}
.cid-uJVxR1WUa5 .sect__left {
  flex: 0 0 32px;
  margin-right: 15px;
}
.cid-uJVxR1WUa5 .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uJVxR1WUa5 .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uJVxR1WUa5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxR1WUa5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxR1WUa5 .b-text4 {
  text-align: center;
  color: #4479d9;
}
.cid-uJVxR1WUa5 .b-text3 {
  color: #4479d9;
}
.cid-uJVxR1WUa5 .mbr-section-title {
  color: #4479d9;
  text-align: left;
}
.cid-uJVxR1WUa5 .list1 {
  text-align: left;
}
.cid-uJVxSQ8xUn .navbar {
  padding: 0.5rem 0;
  background: #fac616;
  transition: none;
  min-height: 50px;
}
.cid-uJVxSQ8xUn .navbar-fixed-top {
  padding-top: 0;
}
.cid-uJVxSQ8xUn .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uJVxSQ8xUn .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uJVxSQ8xUn .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uJVxSQ8xUn .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uJVxSQ8xUn .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uJVxSQ8xUn .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uJVxSQ8xUn .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uJVxSQ8xUn .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uJVxSQ8xUn .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uJVxSQ8xUn .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uJVxSQ8xUn .menu-content-top {
  background: #353535;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uJVxSQ8xUn .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-uJVxSQ8xUn .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uJVxSQ8xUn .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-uJVxSQ8xUn .dropdown-item,
.cid-uJVxSQ8xUn .nav-link,
.cid-uJVxSQ8xUn .brand-name {
  font-style: normal;
}
.cid-uJVxSQ8xUn .dropdown-item:hover,
.cid-uJVxSQ8xUn .nav-link:hover,
.cid-uJVxSQ8xUn .brand-name:hover {
  color: #279e64 !important;
}
.cid-uJVxSQ8xUn .dropdown-menu {
  background-color: #ffffff;
}
.cid-uJVxSQ8xUn .dropdown-item:active {
  background-color: #ffffff;
}
.cid-uJVxSQ8xUn .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uJVxSQ8xUn .navbar-dropdown.bg-color.transparent.opened {
  background: #fac616;
}
.cid-uJVxSQ8xUn .nav-item {
  position: relative;
}
.cid-uJVxSQ8xUn .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uJVxSQ8xUn .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uJVxSQ8xUn .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-uJVxSQ8xUn .nav-link {
    line-height: 6.13;
  }
  .cid-uJVxSQ8xUn .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uJVxSQ8xUn .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-uJVxSQ8xUn .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJVxSQ8xUn .content-text {
  margin-bottom: 0;
}
.cid-uJVxSQ8xUn .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uJVxSQ8xUn .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fac616;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uJVxSQ8xUn .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uJVxSQ8xUn .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uJVxSQ8xUn .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-uJVxSQ8xUn .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJVxSQ8xUn .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uJVxSQ8xUn .content-right-side {
  text-align: center;
}
.cid-uJVxSQ8xUn .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uJVxSQ8xUn .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uJVxSQ8xUn .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ff0000;
}
.cid-uJVxSQ8xUn .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uJVxSQ8xUn .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJVxSQ8xUn .info-widget:first-child {
  margin-left: 0;
}
.cid-uJVxSQ8xUn .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uJVxSQ8xUn .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-uJVxSQ8xUn .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uJVxSQ8xUn .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #fac616;
}
@media (min-width: 992px) {
  .cid-uJVxSQ8xUn .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uJVxSQ8xUn .navbar {
    display: block;
    padding: 0;
  }
  .cid-uJVxSQ8xUn .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uJVxSQ8xUn .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uJVxSQ8xUn .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uJVxSQ8xUn .navbar-toggler {
    display: none;
  }
  .cid-uJVxSQ8xUn .navbar-collapse {
    justify-content: center;
  }
}
.cid-uJVxSQ8xUn .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uJVxSQ8xUn .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-uJVxSQ8xUn .btn-sm {
  padding: 13px 29px;
}
.cid-uJVxSQ8xUn .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uJVxSQ8xUn .btn::after {
  background-color: #47b5ed;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uJVxSQ8xUn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uJVxSQ8xUn .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uJVxSQ8xUn .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uJVxSQ8xUn .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uJVxSQ8xUn .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uJVxSQ8xUn .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uJVxSQ8xUn .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uJVxSQ8xUn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJVxSQ8xUn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJVxSQ8xUn .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uJVxSQ8xUn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uJVxSQ8xUn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJVxSQ8xUn .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uJVxSQ8xUn .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJVxSQ8xUn .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uJVxSQ8xUn .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uJVxSQ8xUn .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uJVxSQ8xUn .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uJVxSQ8xUn .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uJVxSQ8xUn button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-uJVxSQ8xUn button.navbar-toggler:focus {
  outline: none;
}
.cid-uJVxSQ8xUn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJVxSQ8xUn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJVxSQ8xUn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJVxSQ8xUn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJVxSQ8xUn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJVxSQ8xUn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJVxSQ8xUn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJVxSQ8xUn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJVxSQ8xUn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJVxSQ8xUn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJVxSQ8xUn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJVxSQ8xUn .collapsed .btn {
  display: flex;
}
.cid-uJVxSQ8xUn .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uJVxSQ8xUn .collapsed .navbar-collapse.collapsing,
.cid-uJVxSQ8xUn .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uJVxSQ8xUn .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uJVxSQ8xUn .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uJVxSQ8xUn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uJVxSQ8xUn .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uJVxSQ8xUn .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uJVxSQ8xUn .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uJVxSQ8xUn .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uJVxSQ8xUn .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uJVxSQ8xUn .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uJVxSQ8xUn .collapsed button.navbar-toggler {
  display: block;
}
.cid-uJVxSQ8xUn .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uJVxSQ8xUn .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uJVxSQ8xUn .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uJVxSQ8xUn .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uJVxSQ8xUn .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uJVxSQ8xUn .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uJVxSQ8xUn .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uJVxSQ8xUn .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uJVxSQ8xUn .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uJVxSQ8xUn .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uJVxSQ8xUn .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-uJVxSQ8xUn .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uJVxSQ8xUn .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uJVxSQ8xUn .navbar-collapse.collapsing,
  .cid-uJVxSQ8xUn .navbar-collapse.show {
    display: block !important;
  }
  .cid-uJVxSQ8xUn .navbar-collapse.collapsing .navbar-nav,
  .cid-uJVxSQ8xUn .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uJVxSQ8xUn .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uJVxSQ8xUn .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uJVxSQ8xUn .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uJVxSQ8xUn .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-uJVxSQ8xUn .navbar-collapse.collapsing .navbar-buttons,
  .cid-uJVxSQ8xUn .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uJVxSQ8xUn .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uJVxSQ8xUn .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uJVxSQ8xUn img {
    height: 3.8rem !important;
  }
  .cid-uJVxSQ8xUn .btn {
    display: flex;
  }
  .cid-uJVxSQ8xUn button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uJVxSQ8xUn .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uJVxSQ8xUn .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uJVxSQ8xUn .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uJVxSQ8xUn .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uJVxSQ8xUn .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uJVxSQ8xUn .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uJVxSQ8xUn .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uJVxSQ8xUn .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uJVxSQ8xUn .navbar-toggler {
  position: relative;
}
.cid-uJVxSQ8xUn .dropdown-item.active,
.cid-uJVxSQ8xUn .dropdown-item:active {
  color: initial;
}
.cid-uJVxSQ8xUn .widget-title {
  color: #47b5ed;
}
.cid-uJVxSQ8xUn .widget-text {
  color: #47b5ed;
}
.cid-uJVxSQ8xUn .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uJVxSQ8xUn .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #fac616;
  display: inline-flex;
  background-color: #fac616;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uJVxSQ8xUn .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uJVxSQ8xUn .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uJVxSQ8xUn .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-uJVxSQ8xUn .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-uJVxSQ8xUn .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-uJVxSQ8xUn .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-uJVxSQ8xUn .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-uJVxSQ8xUn .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uJVxSQ8xUn .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-uJVxSQ8xUn .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-uJVxSQ8xUn .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uJVxSQ8xUn .menu-content-top,
  .cid-uJVxSQ8xUn .menu-bottom {
    padding: 0 15px;
  }
  .cid-uJVxSQ8xUn button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uJVxSQ8xUn .widget-title,
.cid-uJVxSQ8xUn .widget-icon {
  color: #f4efef;
}
.cid-uJVxSQD42f {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #fac616 10%, #353535 100%) !important;
}
.cid-uJVxSQD42f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxSQD42f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxSRB1jx {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxSRB1jx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxSRB1jx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxSRB1jx .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxSRB1jx .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxSRB1jx .container {
    padding: 0 24px;
  }
}
.cid-uJVxSRB1jx .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxSRB1jx .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxSRB1jx .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxSRB1jx .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxSRB1jx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxSRB1jx .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxSRB1jx .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxSRB1jx .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxSRB1jx .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxSRB1jx .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxSRB1jx .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxSRB1jx .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxSRB1jx .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxSRB1jx .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxSRB1jx .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxSRB1jx .mbr-section-title {
  color: #141414;
}
.cid-uJVxSRB1jx .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxSRB1jx .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxSRB1jx .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxSRB1jx .mbr-section-title,
.cid-uJVxSRB1jx .mbr-section-btn {
  text-align: center;
}
.cid-uJVxSS25XE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uJVxSS25XE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxSS25XE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJVxSS25XE .container {
    padding: 0 15px;
  }
}
.cid-uJVxSS25XE .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJVxSS25XE .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJVxSS25XE .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uJVxSS25XE .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uJVxSS25XE .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uJVxSS25XE .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uJVxSS25XE .mbr-section-title {
  color: #131c28;
}
.cid-uJVxSS25XE .mbr-desc {
  color: #131c28;
}
.cid-uJVxSSrEUf {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxSSrEUf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxSSrEUf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxSSrEUf .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxSSrEUf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxSSrEUf .container {
    padding: 0 24px;
  }
}
.cid-uJVxSSrEUf .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxSSrEUf .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxSSrEUf .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxSSrEUf .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxSSrEUf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxSSrEUf .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxSSrEUf .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxSSrEUf .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxSSrEUf .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxSSrEUf .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxSSrEUf .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxSSrEUf .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxSSrEUf .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxSSrEUf .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxSSrEUf .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxSSrEUf .mbr-section-title {
  color: #141414;
}
.cid-uJVxSSrEUf .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxSSrEUf .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxSSrEUf .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxSSrEUf .mbr-section-title,
.cid-uJVxSSrEUf .mbr-section-btn {
  text-align: center;
}
.cid-uJVxSSQNKs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uJVxSSQNKs .mbr-text {
  margin: 0;
}
.cid-uJVxSSQNKs .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-uJVxSSQNKs .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uJVxSSQNKs .row-element,
.cid-uJVxSSQNKs .image-element {
  padding: 0;
}
.cid-uJVxSSQNKs .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJVxSSQNKs .image-element .img-wrap {
  width: 100% !important;
}
.cid-uJVxSSQNKs .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uJVxSSQNKs .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJVxSSQNKs .carousel-item.active,
.cid-uJVxSSQNKs .carousel-item-next,
.cid-uJVxSSQNKs .carousel-item-prev {
  display: flex;
}
.cid-uJVxSSQNKs .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-uJVxSSQNKs .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #fac616;
}
.cid-uJVxSSQNKs .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-uJVxSSQNKs .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJVxSSQNKs .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-uJVxSSQNKs .carousel-controls {
    display: block;
  }
  .cid-uJVxSSQNKs .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-uJVxSSQNKs .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-uJVxSSQNKs .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-uJVxSSQNKs .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-uJVxSSQNKs .text-element {
    padding: 1rem;
  }
  .cid-uJVxSSQNKs .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJVxSSQNKs .image-element {
    min-width: 50%;
  }
  .cid-uJVxSSQNKs .media-container-row {
    width: 100%;
  }
}
.cid-uJVxSSQNKs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxSSQNKs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxSSQNKs .mbr-title,
.cid-uJVxSSQNKs .ornament {
  color: #ce320c;
}
.cid-uJVxSSQNKs .mbr-text,
.cid-uJVxSSQNKs .link {
  text-align: left;
}
.cid-uJVxSTlrag {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxSTlrag .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxSTlrag .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxSTlrag .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxSTlrag .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxSTlrag .container {
    padding: 0 24px;
  }
}
.cid-uJVxSTlrag .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxSTlrag .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxSTlrag .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxSTlrag .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxSTlrag .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxSTlrag .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxSTlrag .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxSTlrag .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxSTlrag .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxSTlrag .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxSTlrag .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxSTlrag .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxSTlrag .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxSTlrag .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxSTlrag .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxSTlrag .mbr-section-title {
  color: #141414;
}
.cid-uJVxSTlrag .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxSTlrag .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxSTlrag .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxSTlrag .mbr-section-title,
.cid-uJVxSTlrag .mbr-section-btn {
  text-align: center;
}
.cid-uJVxSTM32D {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uJVxSTM32D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxSTM32D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJVxSTM32D .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJVxSTM32D .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJVxSTM32D .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJVxSTM32D .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJVxSTM32D .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uJVxSTM32D .mbr-text,
.cid-uJVxSTM32D .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uJVxSUeyyh {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxSUeyyh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxSUeyyh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxSUeyyh .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxSUeyyh .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxSUeyyh .container {
    padding: 0 24px;
  }
}
.cid-uJVxSUeyyh .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxSUeyyh .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxSUeyyh .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxSUeyyh .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxSUeyyh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxSUeyyh .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxSUeyyh .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxSUeyyh .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxSUeyyh .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxSUeyyh .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxSUeyyh .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxSUeyyh .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxSUeyyh .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxSUeyyh .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxSUeyyh .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxSUeyyh .mbr-section-title {
  color: #141414;
}
.cid-uJVxSUeyyh .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxSUeyyh .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxSUeyyh .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxSUeyyh .mbr-section-title,
.cid-uJVxSUeyyh .mbr-section-btn {
  text-align: center;
}
.cid-uJVxSUHwCP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVxSUHwCP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxSUHwCP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxSUHwCP .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVxSUHwCP .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxSUHwCP .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVxSUHwCP .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVxSUHwCP .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVxSUHwCP .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVxSUHwCP .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxSUHwCP .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVxSUHwCP .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVxSUHwCP .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVxSUHwCP .mbr-section-title {
  color: #191c25;
}
.cid-uJVxSUHwCP .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uJVxSUHwCP .mbr-section-title,
.cid-uJVxSUHwCP .mbr-section-btn,
.cid-uJVxSUHwCP .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVxSV8RAZ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxSV8RAZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxSV8RAZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxSV8RAZ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxSV8RAZ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxSV8RAZ .container {
    padding: 0 24px;
  }
}
.cid-uJVxSV8RAZ .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxSV8RAZ .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxSV8RAZ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxSV8RAZ .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxSV8RAZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxSV8RAZ .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxSV8RAZ .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxSV8RAZ .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxSV8RAZ .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxSV8RAZ .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxSV8RAZ .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxSV8RAZ .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxSV8RAZ .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxSV8RAZ .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxSV8RAZ .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxSV8RAZ .mbr-section-title {
  color: #141414;
}
.cid-uJVxSV8RAZ .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxSV8RAZ .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxSV8RAZ .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxSV8RAZ .mbr-section-title,
.cid-uJVxSV8RAZ .mbr-section-btn {
  text-align: center;
}
.cid-uJVxSVCGkV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVxSVCGkV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxSVCGkV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxSVCGkV .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVxSVCGkV .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxSVCGkV .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVxSVCGkV .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVxSVCGkV .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVxSVCGkV .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVxSVCGkV .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxSVCGkV .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVxSVCGkV .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVxSVCGkV .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVxSVCGkV .mbr-section-title {
  color: #191c25;
}
.cid-uJVxSVCGkV .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJVxSVCGkV .mbr-section-title,
.cid-uJVxSVCGkV .mbr-section-btn,
.cid-uJVxSVCGkV .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVxSW5vMx {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxSW5vMx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxSW5vMx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxSW5vMx .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxSW5vMx .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxSW5vMx .container {
    padding: 0 24px;
  }
}
.cid-uJVxSW5vMx .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxSW5vMx .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxSW5vMx .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxSW5vMx .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxSW5vMx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxSW5vMx .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxSW5vMx .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxSW5vMx .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxSW5vMx .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxSW5vMx .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxSW5vMx .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxSW5vMx .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxSW5vMx .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxSW5vMx .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxSW5vMx .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxSW5vMx .mbr-section-title {
  color: #141414;
}
.cid-uJVxSW5vMx .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxSW5vMx .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxSW5vMx .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxSW5vMx .mbr-section-title,
.cid-uJVxSW5vMx .mbr-section-btn {
  text-align: center;
}
.cid-uJVxSWBnMf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVxSWBnMf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxSWBnMf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxSWBnMf .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVxSWBnMf .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxSWBnMf .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVxSWBnMf .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVxSWBnMf .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVxSWBnMf .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVxSWBnMf .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxSWBnMf .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVxSWBnMf .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVxSWBnMf .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVxSWBnMf .mbr-section-title {
  color: #191c25;
}
.cid-uJVxSWBnMf .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJVxSWBnMf .mbr-section-title,
.cid-uJVxSWBnMf .mbr-section-btn,
.cid-uJVxSWBnMf .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVxSX5mIG {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxSX5mIG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxSX5mIG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxSX5mIG .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxSX5mIG .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxSX5mIG .container {
    padding: 0 24px;
  }
}
.cid-uJVxSX5mIG .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxSX5mIG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxSX5mIG .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxSX5mIG .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxSX5mIG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxSX5mIG .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxSX5mIG .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxSX5mIG .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxSX5mIG .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxSX5mIG .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxSX5mIG .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxSX5mIG .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxSX5mIG .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxSX5mIG .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxSX5mIG .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxSX5mIG .mbr-section-title {
  color: #141414;
}
.cid-uJVxSX5mIG .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxSX5mIG .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxSX5mIG .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxSX5mIG .mbr-section-title,
.cid-uJVxSX5mIG .mbr-section-btn {
  text-align: center;
}
.cid-uJVxSXBP1S {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVxSXBP1S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxSXBP1S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxSXBP1S .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVxSXBP1S .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxSXBP1S .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVxSXBP1S .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVxSXBP1S .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #063a99;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVxSXBP1S .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVxSXBP1S .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxSXBP1S .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVxSXBP1S .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVxSXBP1S .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVxSXBP1S .mbr-section-title {
  color: #191c25;
}
.cid-uJVxSXBP1S .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJVxSXBP1S .mbr-section-title,
.cid-uJVxSXBP1S .mbr-section-btn,
.cid-uJVxSXBP1S .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVxSY5bBk {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxSY5bBk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxSY5bBk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxSY5bBk .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxSY5bBk .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxSY5bBk .container {
    padding: 0 24px;
  }
}
.cid-uJVxSY5bBk .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxSY5bBk .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxSY5bBk .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxSY5bBk .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxSY5bBk .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxSY5bBk .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxSY5bBk .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxSY5bBk .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxSY5bBk .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxSY5bBk .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxSY5bBk .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxSY5bBk .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxSY5bBk .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxSY5bBk .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxSY5bBk .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxSY5bBk .mbr-section-title {
  color: #141414;
}
.cid-uJVxSY5bBk .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxSY5bBk .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxSY5bBk .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxSY5bBk .mbr-section-title,
.cid-uJVxSY5bBk .mbr-section-btn {
  text-align: center;
}
.cid-uJVxSYEP2P {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uJVxSYEP2P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxSYEP2P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxSYEP2P .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uJVxSYEP2P .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJVxSYEP2P .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxSYEP2P .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJVxSYEP2P .container {
    padding: 0 14px;
  }
}
.cid-uJVxSYEP2P .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uJVxSYEP2P .content-wrapper .link-wrapper {
  display: block;
}
.cid-uJVxSYEP2P .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uJVxSYEP2P .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uJVxSYEP2P .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJVxSYEP2P .mbr-text {
  color: #f4efef;
  text-align: center;
}
.cid-uJVxSYEP2P .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uJVxSZaHlM {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxSZaHlM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxSZaHlM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxSZaHlM .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxSZaHlM .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxSZaHlM .container {
    padding: 0 24px;
  }
}
.cid-uJVxSZaHlM .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxSZaHlM .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxSZaHlM .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxSZaHlM .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxSZaHlM .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxSZaHlM .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxSZaHlM .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxSZaHlM .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxSZaHlM .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxSZaHlM .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxSZaHlM .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxSZaHlM .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxSZaHlM .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxSZaHlM .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxSZaHlM .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxSZaHlM .mbr-section-title {
  color: #141414;
}
.cid-uJVxSZaHlM .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxSZaHlM .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxSZaHlM .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxSZaHlM .mbr-section-title,
.cid-uJVxSZaHlM .mbr-section-btn {
  text-align: center;
}
.cid-uJVxSZJmsc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac616;
}
.cid-uJVxSZJmsc .wrapper {
  background-color: #ebeae2;
}
.cid-uJVxSZJmsc .top-row {
  border-bottom: 1px solid #4479d9;
}
.cid-uJVxSZJmsc li {
  list-style-type: none;
}
.cid-uJVxSZJmsc .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-uJVxSZJmsc .list-1 li {
  margin-bottom: 1rem;
}
.cid-uJVxSZJmsc .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-uJVxSZJmsc .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-uJVxSZJmsc .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-uJVxSZJmsc ul {
  margin: 0;
}
.cid-uJVxSZJmsc .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-uJVxSZJmsc .sect {
  display: flex;
  align-items: center;
}
.cid-uJVxSZJmsc .sect__left {
  flex: 0 0 32px;
  margin-right: 15px;
}
.cid-uJVxSZJmsc .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uJVxSZJmsc .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uJVxSZJmsc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxSZJmsc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxSZJmsc .b-text4 {
  text-align: center;
  color: #4479d9;
}
.cid-uJVxSZJmsc .b-text3 {
  color: #4479d9;
}
.cid-uJVxSZJmsc .mbr-section-title {
  color: #4479d9;
  text-align: left;
}
.cid-uJVxSZJmsc .list1 {
  text-align: left;
}
.cid-uJVxV4jng3 .navbar {
  padding: 0.5rem 0;
  background: #fac616;
  transition: none;
  min-height: 50px;
}
.cid-uJVxV4jng3 .navbar-fixed-top {
  padding-top: 0;
}
.cid-uJVxV4jng3 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uJVxV4jng3 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uJVxV4jng3 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uJVxV4jng3 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uJVxV4jng3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uJVxV4jng3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uJVxV4jng3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uJVxV4jng3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uJVxV4jng3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uJVxV4jng3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uJVxV4jng3 .menu-content-top {
  background: #353535;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uJVxV4jng3 .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-uJVxV4jng3 .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uJVxV4jng3 .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-uJVxV4jng3 .dropdown-item,
.cid-uJVxV4jng3 .nav-link,
.cid-uJVxV4jng3 .brand-name {
  font-style: normal;
}
.cid-uJVxV4jng3 .dropdown-item:hover,
.cid-uJVxV4jng3 .nav-link:hover,
.cid-uJVxV4jng3 .brand-name:hover {
  color: #279e64 !important;
}
.cid-uJVxV4jng3 .dropdown-menu {
  background-color: #ffffff;
}
.cid-uJVxV4jng3 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-uJVxV4jng3 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uJVxV4jng3 .navbar-dropdown.bg-color.transparent.opened {
  background: #fac616;
}
.cid-uJVxV4jng3 .nav-item {
  position: relative;
}
.cid-uJVxV4jng3 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uJVxV4jng3 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uJVxV4jng3 .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-uJVxV4jng3 .nav-link {
    line-height: 6.13;
  }
  .cid-uJVxV4jng3 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uJVxV4jng3 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-uJVxV4jng3 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJVxV4jng3 .content-text {
  margin-bottom: 0;
}
.cid-uJVxV4jng3 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uJVxV4jng3 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fac616;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uJVxV4jng3 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uJVxV4jng3 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uJVxV4jng3 .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-uJVxV4jng3 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJVxV4jng3 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uJVxV4jng3 .content-right-side {
  text-align: center;
}
.cid-uJVxV4jng3 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uJVxV4jng3 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uJVxV4jng3 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ff0000;
}
.cid-uJVxV4jng3 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uJVxV4jng3 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJVxV4jng3 .info-widget:first-child {
  margin-left: 0;
}
.cid-uJVxV4jng3 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uJVxV4jng3 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-uJVxV4jng3 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uJVxV4jng3 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #fac616;
}
@media (min-width: 992px) {
  .cid-uJVxV4jng3 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uJVxV4jng3 .navbar {
    display: block;
    padding: 0;
  }
  .cid-uJVxV4jng3 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uJVxV4jng3 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uJVxV4jng3 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uJVxV4jng3 .navbar-toggler {
    display: none;
  }
  .cid-uJVxV4jng3 .navbar-collapse {
    justify-content: center;
  }
}
.cid-uJVxV4jng3 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uJVxV4jng3 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-uJVxV4jng3 .btn-sm {
  padding: 13px 29px;
}
.cid-uJVxV4jng3 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uJVxV4jng3 .btn::after {
  background-color: #47b5ed;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uJVxV4jng3 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uJVxV4jng3 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uJVxV4jng3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uJVxV4jng3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uJVxV4jng3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uJVxV4jng3 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uJVxV4jng3 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uJVxV4jng3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJVxV4jng3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJVxV4jng3 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uJVxV4jng3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uJVxV4jng3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJVxV4jng3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uJVxV4jng3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJVxV4jng3 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uJVxV4jng3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uJVxV4jng3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uJVxV4jng3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uJVxV4jng3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uJVxV4jng3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-uJVxV4jng3 button.navbar-toggler:focus {
  outline: none;
}
.cid-uJVxV4jng3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJVxV4jng3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJVxV4jng3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJVxV4jng3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJVxV4jng3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJVxV4jng3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJVxV4jng3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJVxV4jng3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJVxV4jng3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJVxV4jng3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJVxV4jng3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJVxV4jng3 .collapsed .btn {
  display: flex;
}
.cid-uJVxV4jng3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uJVxV4jng3 .collapsed .navbar-collapse.collapsing,
.cid-uJVxV4jng3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uJVxV4jng3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uJVxV4jng3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uJVxV4jng3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uJVxV4jng3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uJVxV4jng3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uJVxV4jng3 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uJVxV4jng3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uJVxV4jng3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uJVxV4jng3 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uJVxV4jng3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uJVxV4jng3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uJVxV4jng3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uJVxV4jng3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uJVxV4jng3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uJVxV4jng3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uJVxV4jng3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uJVxV4jng3 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uJVxV4jng3 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uJVxV4jng3 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uJVxV4jng3 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uJVxV4jng3 .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-uJVxV4jng3 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uJVxV4jng3 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uJVxV4jng3 .navbar-collapse.collapsing,
  .cid-uJVxV4jng3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uJVxV4jng3 .navbar-collapse.collapsing .navbar-nav,
  .cid-uJVxV4jng3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uJVxV4jng3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uJVxV4jng3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uJVxV4jng3 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uJVxV4jng3 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-uJVxV4jng3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uJVxV4jng3 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uJVxV4jng3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uJVxV4jng3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uJVxV4jng3 img {
    height: 3.8rem !important;
  }
  .cid-uJVxV4jng3 .btn {
    display: flex;
  }
  .cid-uJVxV4jng3 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uJVxV4jng3 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uJVxV4jng3 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uJVxV4jng3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uJVxV4jng3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uJVxV4jng3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uJVxV4jng3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uJVxV4jng3 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uJVxV4jng3 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uJVxV4jng3 .navbar-toggler {
  position: relative;
}
.cid-uJVxV4jng3 .dropdown-item.active,
.cid-uJVxV4jng3 .dropdown-item:active {
  color: initial;
}
.cid-uJVxV4jng3 .widget-title {
  color: #47b5ed;
}
.cid-uJVxV4jng3 .widget-text {
  color: #47b5ed;
}
.cid-uJVxV4jng3 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uJVxV4jng3 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #fac616;
  display: inline-flex;
  background-color: #fac616;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uJVxV4jng3 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uJVxV4jng3 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uJVxV4jng3 .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-uJVxV4jng3 .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-uJVxV4jng3 .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-uJVxV4jng3 .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-uJVxV4jng3 .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-uJVxV4jng3 .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uJVxV4jng3 .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-uJVxV4jng3 .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-uJVxV4jng3 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uJVxV4jng3 .menu-content-top,
  .cid-uJVxV4jng3 .menu-bottom {
    padding: 0 15px;
  }
  .cid-uJVxV4jng3 button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uJVxV4jng3 .widget-title,
.cid-uJVxV4jng3 .widget-icon {
  color: #f4efef;
}
.cid-uJVxV4NkJK {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #fac616 10%, #353535 100%) !important;
}
.cid-uJVxV4NkJK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxV4NkJK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxV5OGg6 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxV5OGg6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxV5OGg6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxV5OGg6 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxV5OGg6 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxV5OGg6 .container {
    padding: 0 24px;
  }
}
.cid-uJVxV5OGg6 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxV5OGg6 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxV5OGg6 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxV5OGg6 .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxV5OGg6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxV5OGg6 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxV5OGg6 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxV5OGg6 .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxV5OGg6 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxV5OGg6 .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxV5OGg6 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxV5OGg6 .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxV5OGg6 .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxV5OGg6 .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxV5OGg6 .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxV5OGg6 .mbr-section-title {
  color: #141414;
}
.cid-uJVxV5OGg6 .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxV5OGg6 .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxV5OGg6 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxV5OGg6 .mbr-section-title,
.cid-uJVxV5OGg6 .mbr-section-btn {
  text-align: center;
}
.cid-uJVxV6ixbz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uJVxV6ixbz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxV6ixbz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJVxV6ixbz .container {
    padding: 0 15px;
  }
}
.cid-uJVxV6ixbz .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJVxV6ixbz .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJVxV6ixbz .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uJVxV6ixbz .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uJVxV6ixbz .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uJVxV6ixbz .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uJVxV6ixbz .mbr-section-title {
  color: #131c28;
}
.cid-uJVxV6ixbz .mbr-desc {
  color: #131c28;
}
.cid-uJVxV6FFj1 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxV6FFj1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxV6FFj1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxV6FFj1 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxV6FFj1 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxV6FFj1 .container {
    padding: 0 24px;
  }
}
.cid-uJVxV6FFj1 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxV6FFj1 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxV6FFj1 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxV6FFj1 .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxV6FFj1 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxV6FFj1 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxV6FFj1 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxV6FFj1 .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxV6FFj1 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxV6FFj1 .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxV6FFj1 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxV6FFj1 .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxV6FFj1 .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxV6FFj1 .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxV6FFj1 .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxV6FFj1 .mbr-section-title {
  color: #141414;
}
.cid-uJVxV6FFj1 .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxV6FFj1 .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxV6FFj1 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxV6FFj1 .mbr-section-title,
.cid-uJVxV6FFj1 .mbr-section-btn {
  text-align: center;
}
.cid-uJVxV75hJ2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uJVxV75hJ2 .mbr-text {
  margin: 0;
}
.cid-uJVxV75hJ2 .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-uJVxV75hJ2 .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uJVxV75hJ2 .row-element,
.cid-uJVxV75hJ2 .image-element {
  padding: 0;
}
.cid-uJVxV75hJ2 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJVxV75hJ2 .image-element .img-wrap {
  width: 100% !important;
}
.cid-uJVxV75hJ2 .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uJVxV75hJ2 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJVxV75hJ2 .carousel-item.active,
.cid-uJVxV75hJ2 .carousel-item-next,
.cid-uJVxV75hJ2 .carousel-item-prev {
  display: flex;
}
.cid-uJVxV75hJ2 .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-uJVxV75hJ2 .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #fac616;
}
.cid-uJVxV75hJ2 .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-uJVxV75hJ2 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJVxV75hJ2 .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-uJVxV75hJ2 .carousel-controls {
    display: block;
  }
  .cid-uJVxV75hJ2 .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-uJVxV75hJ2 .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-uJVxV75hJ2 .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-uJVxV75hJ2 .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-uJVxV75hJ2 .text-element {
    padding: 1rem;
  }
  .cid-uJVxV75hJ2 .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJVxV75hJ2 .image-element {
    min-width: 50%;
  }
  .cid-uJVxV75hJ2 .media-container-row {
    width: 100%;
  }
}
.cid-uJVxV75hJ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxV75hJ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxV75hJ2 .mbr-title,
.cid-uJVxV75hJ2 .ornament {
  color: #ce320c;
}
.cid-uJVxV75hJ2 .mbr-text,
.cid-uJVxV75hJ2 .link {
  text-align: left;
}
.cid-uJVxV7DzjS {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxV7DzjS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxV7DzjS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxV7DzjS .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxV7DzjS .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxV7DzjS .container {
    padding: 0 24px;
  }
}
.cid-uJVxV7DzjS .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxV7DzjS .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxV7DzjS .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxV7DzjS .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxV7DzjS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxV7DzjS .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxV7DzjS .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxV7DzjS .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxV7DzjS .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxV7DzjS .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxV7DzjS .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxV7DzjS .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxV7DzjS .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxV7DzjS .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxV7DzjS .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxV7DzjS .mbr-section-title {
  color: #141414;
}
.cid-uJVxV7DzjS .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxV7DzjS .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxV7DzjS .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxV7DzjS .mbr-section-title,
.cid-uJVxV7DzjS .mbr-section-btn {
  text-align: center;
}
.cid-uJVxV87C0u {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uJVxV87C0u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxV87C0u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJVxV87C0u .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJVxV87C0u .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJVxV87C0u .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJVxV87C0u .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJVxV87C0u .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uJVxV87C0u .mbr-text,
.cid-uJVxV87C0u .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uJVxV8yc6y {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxV8yc6y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxV8yc6y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxV8yc6y .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxV8yc6y .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxV8yc6y .container {
    padding: 0 24px;
  }
}
.cid-uJVxV8yc6y .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxV8yc6y .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxV8yc6y .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxV8yc6y .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxV8yc6y .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxV8yc6y .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxV8yc6y .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxV8yc6y .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxV8yc6y .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxV8yc6y .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxV8yc6y .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxV8yc6y .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxV8yc6y .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxV8yc6y .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxV8yc6y .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxV8yc6y .mbr-section-title {
  color: #141414;
}
.cid-uJVxV8yc6y .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxV8yc6y .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxV8yc6y .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxV8yc6y .mbr-section-title,
.cid-uJVxV8yc6y .mbr-section-btn {
  text-align: center;
}
.cid-uJVxV9131D {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVxV9131D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxV9131D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxV9131D .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVxV9131D .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxV9131D .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVxV9131D .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVxV9131D .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVxV9131D .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVxV9131D .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxV9131D .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVxV9131D .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVxV9131D .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVxV9131D .mbr-section-title {
  color: #191c25;
}
.cid-uJVxV9131D .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uJVxV9131D .mbr-section-title,
.cid-uJVxV9131D .mbr-section-btn,
.cid-uJVxV9131D .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVxV9tTSn {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxV9tTSn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxV9tTSn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxV9tTSn .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxV9tTSn .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxV9tTSn .container {
    padding: 0 24px;
  }
}
.cid-uJVxV9tTSn .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxV9tTSn .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxV9tTSn .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxV9tTSn .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxV9tTSn .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxV9tTSn .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxV9tTSn .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxV9tTSn .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxV9tTSn .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxV9tTSn .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxV9tTSn .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxV9tTSn .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxV9tTSn .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxV9tTSn .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxV9tTSn .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxV9tTSn .mbr-section-title {
  color: #141414;
}
.cid-uJVxV9tTSn .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxV9tTSn .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxV9tTSn .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxV9tTSn .mbr-section-title,
.cid-uJVxV9tTSn .mbr-section-btn {
  text-align: center;
}
.cid-uJVxV9XYGd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVxV9XYGd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxV9XYGd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxV9XYGd .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVxV9XYGd .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxV9XYGd .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVxV9XYGd .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVxV9XYGd .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVxV9XYGd .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVxV9XYGd .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxV9XYGd .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVxV9XYGd .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVxV9XYGd .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVxV9XYGd .mbr-section-title {
  color: #191c25;
}
.cid-uJVxV9XYGd .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJVxV9XYGd .mbr-section-title,
.cid-uJVxV9XYGd .mbr-section-btn,
.cid-uJVxV9XYGd .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVxVauss9 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxVauss9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxVauss9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxVauss9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxVauss9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxVauss9 .container {
    padding: 0 24px;
  }
}
.cid-uJVxVauss9 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxVauss9 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxVauss9 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxVauss9 .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxVauss9 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxVauss9 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxVauss9 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxVauss9 .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxVauss9 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxVauss9 .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxVauss9 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxVauss9 .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxVauss9 .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxVauss9 .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxVauss9 .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxVauss9 .mbr-section-title {
  color: #141414;
}
.cid-uJVxVauss9 .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxVauss9 .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxVauss9 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxVauss9 .mbr-section-title,
.cid-uJVxVauss9 .mbr-section-btn {
  text-align: center;
}
.cid-uJVxVaZkir {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVxVaZkir .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxVaZkir .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxVaZkir .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVxVaZkir .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxVaZkir .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVxVaZkir .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVxVaZkir .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVxVaZkir .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVxVaZkir .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxVaZkir .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVxVaZkir .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVxVaZkir .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVxVaZkir .mbr-section-title {
  color: #191c25;
}
.cid-uJVxVaZkir .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJVxVaZkir .mbr-section-title,
.cid-uJVxVaZkir .mbr-section-btn,
.cid-uJVxVaZkir .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVxVbuUMI {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxVbuUMI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxVbuUMI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxVbuUMI .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxVbuUMI .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxVbuUMI .container {
    padding: 0 24px;
  }
}
.cid-uJVxVbuUMI .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxVbuUMI .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxVbuUMI .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxVbuUMI .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxVbuUMI .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxVbuUMI .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxVbuUMI .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxVbuUMI .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxVbuUMI .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxVbuUMI .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxVbuUMI .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxVbuUMI .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxVbuUMI .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxVbuUMI .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxVbuUMI .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxVbuUMI .mbr-section-title {
  color: #141414;
}
.cid-uJVxVbuUMI .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxVbuUMI .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxVbuUMI .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxVbuUMI .mbr-section-title,
.cid-uJVxVbuUMI .mbr-section-btn {
  text-align: center;
}
.cid-uJVxVc0Tr9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVxVc0Tr9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxVc0Tr9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxVc0Tr9 .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVxVc0Tr9 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxVc0Tr9 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVxVc0Tr9 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVxVc0Tr9 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #063a99;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVxVc0Tr9 .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVxVc0Tr9 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxVc0Tr9 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVxVc0Tr9 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVxVc0Tr9 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVxVc0Tr9 .mbr-section-title {
  color: #191c25;
}
.cid-uJVxVc0Tr9 .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJVxVc0Tr9 .mbr-section-title,
.cid-uJVxVc0Tr9 .mbr-section-btn,
.cid-uJVxVc0Tr9 .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVxVcyGjb {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxVcyGjb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxVcyGjb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxVcyGjb .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxVcyGjb .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxVcyGjb .container {
    padding: 0 24px;
  }
}
.cid-uJVxVcyGjb .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxVcyGjb .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxVcyGjb .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxVcyGjb .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxVcyGjb .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxVcyGjb .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxVcyGjb .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxVcyGjb .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxVcyGjb .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxVcyGjb .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxVcyGjb .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxVcyGjb .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxVcyGjb .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxVcyGjb .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxVcyGjb .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxVcyGjb .mbr-section-title {
  color: #141414;
}
.cid-uJVxVcyGjb .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxVcyGjb .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxVcyGjb .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxVcyGjb .mbr-section-title,
.cid-uJVxVcyGjb .mbr-section-btn {
  text-align: center;
}
.cid-uJVxVd6VX3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uJVxVd6VX3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxVd6VX3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxVd6VX3 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uJVxVd6VX3 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJVxVd6VX3 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxVd6VX3 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJVxVd6VX3 .container {
    padding: 0 14px;
  }
}
.cid-uJVxVd6VX3 .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uJVxVd6VX3 .content-wrapper .link-wrapper {
  display: block;
}
.cid-uJVxVd6VX3 .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uJVxVd6VX3 .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uJVxVd6VX3 .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJVxVd6VX3 .mbr-text {
  color: #f4efef;
  text-align: center;
}
.cid-uJVxVd6VX3 .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uJVxVdCSow {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxVdCSow .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxVdCSow .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxVdCSow .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxVdCSow .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxVdCSow .container {
    padding: 0 24px;
  }
}
.cid-uJVxVdCSow .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxVdCSow .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxVdCSow .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxVdCSow .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxVdCSow .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxVdCSow .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxVdCSow .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxVdCSow .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxVdCSow .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxVdCSow .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxVdCSow .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxVdCSow .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxVdCSow .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxVdCSow .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxVdCSow .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxVdCSow .mbr-section-title {
  color: #141414;
}
.cid-uJVxVdCSow .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxVdCSow .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxVdCSow .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxVdCSow .mbr-section-title,
.cid-uJVxVdCSow .mbr-section-btn {
  text-align: center;
}
.cid-uJVxVeataP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac616;
}
.cid-uJVxVeataP .wrapper {
  background-color: #ebeae2;
}
.cid-uJVxVeataP .top-row {
  border-bottom: 1px solid #4479d9;
}
.cid-uJVxVeataP li {
  list-style-type: none;
}
.cid-uJVxVeataP .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-uJVxVeataP .list-1 li {
  margin-bottom: 1rem;
}
.cid-uJVxVeataP .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-uJVxVeataP .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-uJVxVeataP .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-uJVxVeataP ul {
  margin: 0;
}
.cid-uJVxVeataP .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-uJVxVeataP .sect {
  display: flex;
  align-items: center;
}
.cid-uJVxVeataP .sect__left {
  flex: 0 0 32px;
  margin-right: 15px;
}
.cid-uJVxVeataP .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uJVxVeataP .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uJVxVeataP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxVeataP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxVeataP .b-text4 {
  text-align: center;
  color: #4479d9;
}
.cid-uJVxVeataP .b-text3 {
  color: #4479d9;
}
.cid-uJVxVeataP .mbr-section-title {
  color: #4479d9;
  text-align: left;
}
.cid-uJVxVeataP .list1 {
  text-align: left;
}
.cid-uJVxX7hQoz .navbar {
  padding: 0.5rem 0;
  background: #fac616;
  transition: none;
  min-height: 50px;
}
.cid-uJVxX7hQoz .navbar-fixed-top {
  padding-top: 0;
}
.cid-uJVxX7hQoz .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uJVxX7hQoz .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uJVxX7hQoz .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uJVxX7hQoz .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uJVxX7hQoz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uJVxX7hQoz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uJVxX7hQoz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uJVxX7hQoz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uJVxX7hQoz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uJVxX7hQoz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uJVxX7hQoz .menu-content-top {
  background: #353535;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uJVxX7hQoz .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-uJVxX7hQoz .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uJVxX7hQoz .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-uJVxX7hQoz .dropdown-item,
.cid-uJVxX7hQoz .nav-link,
.cid-uJVxX7hQoz .brand-name {
  font-style: normal;
}
.cid-uJVxX7hQoz .dropdown-item:hover,
.cid-uJVxX7hQoz .nav-link:hover,
.cid-uJVxX7hQoz .brand-name:hover {
  color: #279e64 !important;
}
.cid-uJVxX7hQoz .dropdown-menu {
  background-color: #ffffff;
}
.cid-uJVxX7hQoz .dropdown-item:active {
  background-color: #ffffff;
}
.cid-uJVxX7hQoz .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uJVxX7hQoz .navbar-dropdown.bg-color.transparent.opened {
  background: #fac616;
}
.cid-uJVxX7hQoz .nav-item {
  position: relative;
}
.cid-uJVxX7hQoz .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uJVxX7hQoz .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uJVxX7hQoz .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-uJVxX7hQoz .nav-link {
    line-height: 6.13;
  }
  .cid-uJVxX7hQoz .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uJVxX7hQoz .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-uJVxX7hQoz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJVxX7hQoz .content-text {
  margin-bottom: 0;
}
.cid-uJVxX7hQoz .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uJVxX7hQoz .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fac616;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uJVxX7hQoz .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uJVxX7hQoz .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uJVxX7hQoz .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-uJVxX7hQoz .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJVxX7hQoz .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uJVxX7hQoz .content-right-side {
  text-align: center;
}
.cid-uJVxX7hQoz .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uJVxX7hQoz .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uJVxX7hQoz .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ff0000;
}
.cid-uJVxX7hQoz .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uJVxX7hQoz .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJVxX7hQoz .info-widget:first-child {
  margin-left: 0;
}
.cid-uJVxX7hQoz .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uJVxX7hQoz .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-uJVxX7hQoz .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uJVxX7hQoz .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #fac616;
}
@media (min-width: 992px) {
  .cid-uJVxX7hQoz .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uJVxX7hQoz .navbar {
    display: block;
    padding: 0;
  }
  .cid-uJVxX7hQoz .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uJVxX7hQoz .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uJVxX7hQoz .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uJVxX7hQoz .navbar-toggler {
    display: none;
  }
  .cid-uJVxX7hQoz .navbar-collapse {
    justify-content: center;
  }
}
.cid-uJVxX7hQoz .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uJVxX7hQoz .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-uJVxX7hQoz .btn-sm {
  padding: 13px 29px;
}
.cid-uJVxX7hQoz .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uJVxX7hQoz .btn::after {
  background-color: #47b5ed;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uJVxX7hQoz .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uJVxX7hQoz .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uJVxX7hQoz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uJVxX7hQoz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uJVxX7hQoz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uJVxX7hQoz .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uJVxX7hQoz .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uJVxX7hQoz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJVxX7hQoz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJVxX7hQoz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uJVxX7hQoz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uJVxX7hQoz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJVxX7hQoz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uJVxX7hQoz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJVxX7hQoz .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uJVxX7hQoz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uJVxX7hQoz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uJVxX7hQoz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uJVxX7hQoz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uJVxX7hQoz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-uJVxX7hQoz button.navbar-toggler:focus {
  outline: none;
}
.cid-uJVxX7hQoz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJVxX7hQoz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJVxX7hQoz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJVxX7hQoz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJVxX7hQoz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJVxX7hQoz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJVxX7hQoz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJVxX7hQoz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJVxX7hQoz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJVxX7hQoz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJVxX7hQoz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJVxX7hQoz .collapsed .btn {
  display: flex;
}
.cid-uJVxX7hQoz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uJVxX7hQoz .collapsed .navbar-collapse.collapsing,
.cid-uJVxX7hQoz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uJVxX7hQoz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uJVxX7hQoz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uJVxX7hQoz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uJVxX7hQoz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uJVxX7hQoz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uJVxX7hQoz .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uJVxX7hQoz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uJVxX7hQoz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uJVxX7hQoz .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uJVxX7hQoz .collapsed button.navbar-toggler {
  display: block;
}
.cid-uJVxX7hQoz .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uJVxX7hQoz .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uJVxX7hQoz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uJVxX7hQoz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uJVxX7hQoz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uJVxX7hQoz .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uJVxX7hQoz .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uJVxX7hQoz .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uJVxX7hQoz .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uJVxX7hQoz .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uJVxX7hQoz .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-uJVxX7hQoz .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uJVxX7hQoz .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uJVxX7hQoz .navbar-collapse.collapsing,
  .cid-uJVxX7hQoz .navbar-collapse.show {
    display: block !important;
  }
  .cid-uJVxX7hQoz .navbar-collapse.collapsing .navbar-nav,
  .cid-uJVxX7hQoz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uJVxX7hQoz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uJVxX7hQoz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uJVxX7hQoz .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uJVxX7hQoz .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-uJVxX7hQoz .navbar-collapse.collapsing .navbar-buttons,
  .cid-uJVxX7hQoz .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uJVxX7hQoz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uJVxX7hQoz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uJVxX7hQoz img {
    height: 3.8rem !important;
  }
  .cid-uJVxX7hQoz .btn {
    display: flex;
  }
  .cid-uJVxX7hQoz button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uJVxX7hQoz .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uJVxX7hQoz .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uJVxX7hQoz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uJVxX7hQoz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uJVxX7hQoz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uJVxX7hQoz .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uJVxX7hQoz .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uJVxX7hQoz .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uJVxX7hQoz .navbar-toggler {
  position: relative;
}
.cid-uJVxX7hQoz .dropdown-item.active,
.cid-uJVxX7hQoz .dropdown-item:active {
  color: initial;
}
.cid-uJVxX7hQoz .widget-title {
  color: #47b5ed;
}
.cid-uJVxX7hQoz .widget-text {
  color: #47b5ed;
}
.cid-uJVxX7hQoz .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uJVxX7hQoz .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #fac616;
  display: inline-flex;
  background-color: #fac616;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uJVxX7hQoz .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uJVxX7hQoz .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uJVxX7hQoz .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-uJVxX7hQoz .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-uJVxX7hQoz .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-uJVxX7hQoz .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-uJVxX7hQoz .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-uJVxX7hQoz .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uJVxX7hQoz .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-uJVxX7hQoz .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-uJVxX7hQoz .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uJVxX7hQoz .menu-content-top,
  .cid-uJVxX7hQoz .menu-bottom {
    padding: 0 15px;
  }
  .cid-uJVxX7hQoz button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uJVxX7hQoz .widget-title,
.cid-uJVxX7hQoz .widget-icon {
  color: #f4efef;
}
.cid-uJVxX7LLgy {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #fac616 10%, #353535 100%) !important;
}
.cid-uJVxX7LLgy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxX7LLgy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxX8Orjt {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxX8Orjt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxX8Orjt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxX8Orjt .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxX8Orjt .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxX8Orjt .container {
    padding: 0 24px;
  }
}
.cid-uJVxX8Orjt .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxX8Orjt .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxX8Orjt .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxX8Orjt .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxX8Orjt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxX8Orjt .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxX8Orjt .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxX8Orjt .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxX8Orjt .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxX8Orjt .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxX8Orjt .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxX8Orjt .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxX8Orjt .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxX8Orjt .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxX8Orjt .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxX8Orjt .mbr-section-title {
  color: #141414;
}
.cid-uJVxX8Orjt .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxX8Orjt .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxX8Orjt .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxX8Orjt .mbr-section-title,
.cid-uJVxX8Orjt .mbr-section-btn {
  text-align: center;
}
.cid-uJVxX9fzhk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uJVxX9fzhk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxX9fzhk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJVxX9fzhk .container {
    padding: 0 15px;
  }
}
.cid-uJVxX9fzhk .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJVxX9fzhk .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJVxX9fzhk .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uJVxX9fzhk .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uJVxX9fzhk .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uJVxX9fzhk .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uJVxX9fzhk .mbr-section-title {
  color: #131c28;
}
.cid-uJVxX9fzhk .mbr-desc {
  color: #131c28;
}
.cid-uJVxX9BXiD {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxX9BXiD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxX9BXiD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxX9BXiD .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxX9BXiD .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxX9BXiD .container {
    padding: 0 24px;
  }
}
.cid-uJVxX9BXiD .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxX9BXiD .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxX9BXiD .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxX9BXiD .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxX9BXiD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxX9BXiD .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxX9BXiD .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxX9BXiD .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxX9BXiD .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxX9BXiD .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxX9BXiD .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxX9BXiD .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxX9BXiD .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxX9BXiD .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxX9BXiD .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxX9BXiD .mbr-section-title {
  color: #141414;
}
.cid-uJVxX9BXiD .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxX9BXiD .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxX9BXiD .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxX9BXiD .mbr-section-title,
.cid-uJVxX9BXiD .mbr-section-btn {
  text-align: center;
}
.cid-uJVxXa2bkX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uJVxXa2bkX .mbr-text {
  margin: 0;
}
.cid-uJVxXa2bkX .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-uJVxXa2bkX .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uJVxXa2bkX .row-element,
.cid-uJVxXa2bkX .image-element {
  padding: 0;
}
.cid-uJVxXa2bkX .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJVxXa2bkX .image-element .img-wrap {
  width: 100% !important;
}
.cid-uJVxXa2bkX .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uJVxXa2bkX .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJVxXa2bkX .carousel-item.active,
.cid-uJVxXa2bkX .carousel-item-next,
.cid-uJVxXa2bkX .carousel-item-prev {
  display: flex;
}
.cid-uJVxXa2bkX .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-uJVxXa2bkX .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #fac616;
}
.cid-uJVxXa2bkX .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-uJVxXa2bkX .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJVxXa2bkX .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-uJVxXa2bkX .carousel-controls {
    display: block;
  }
  .cid-uJVxXa2bkX .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-uJVxXa2bkX .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-uJVxXa2bkX .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-uJVxXa2bkX .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-uJVxXa2bkX .text-element {
    padding: 1rem;
  }
  .cid-uJVxXa2bkX .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJVxXa2bkX .image-element {
    min-width: 50%;
  }
  .cid-uJVxXa2bkX .media-container-row {
    width: 100%;
  }
}
.cid-uJVxXa2bkX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxXa2bkX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxXa2bkX .mbr-title,
.cid-uJVxXa2bkX .ornament {
  color: #ce320c;
}
.cid-uJVxXa2bkX .mbr-text,
.cid-uJVxXa2bkX .link {
  text-align: left;
}
.cid-uJVxXazGYG {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxXazGYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxXazGYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxXazGYG .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxXazGYG .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxXazGYG .container {
    padding: 0 24px;
  }
}
.cid-uJVxXazGYG .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxXazGYG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxXazGYG .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxXazGYG .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxXazGYG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxXazGYG .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxXazGYG .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxXazGYG .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxXazGYG .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxXazGYG .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxXazGYG .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxXazGYG .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxXazGYG .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxXazGYG .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxXazGYG .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxXazGYG .mbr-section-title {
  color: #141414;
}
.cid-uJVxXazGYG .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxXazGYG .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxXazGYG .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxXazGYG .mbr-section-title,
.cid-uJVxXazGYG .mbr-section-btn {
  text-align: center;
}
.cid-uJVxXb1Z8I {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uJVxXb1Z8I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxXb1Z8I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJVxXb1Z8I .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJVxXb1Z8I .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJVxXb1Z8I .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJVxXb1Z8I .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJVxXb1Z8I .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uJVxXb1Z8I .mbr-text,
.cid-uJVxXb1Z8I .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uJVxXbrwSv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxXbrwSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxXbrwSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxXbrwSv .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxXbrwSv .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxXbrwSv .container {
    padding: 0 24px;
  }
}
.cid-uJVxXbrwSv .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxXbrwSv .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxXbrwSv .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxXbrwSv .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxXbrwSv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxXbrwSv .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxXbrwSv .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxXbrwSv .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxXbrwSv .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxXbrwSv .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxXbrwSv .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxXbrwSv .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxXbrwSv .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxXbrwSv .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxXbrwSv .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxXbrwSv .mbr-section-title {
  color: #141414;
}
.cid-uJVxXbrwSv .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxXbrwSv .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxXbrwSv .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxXbrwSv .mbr-section-title,
.cid-uJVxXbrwSv .mbr-section-btn {
  text-align: center;
}
.cid-uJVxXbSuGW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVxXbSuGW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxXbSuGW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxXbSuGW .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVxXbSuGW .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxXbSuGW .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVxXbSuGW .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVxXbSuGW .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVxXbSuGW .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVxXbSuGW .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxXbSuGW .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVxXbSuGW .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVxXbSuGW .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVxXbSuGW .mbr-section-title {
  color: #191c25;
}
.cid-uJVxXbSuGW .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uJVxXbSuGW .mbr-section-title,
.cid-uJVxXbSuGW .mbr-section-btn,
.cid-uJVxXbSuGW .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVxXcnCbG {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxXcnCbG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxXcnCbG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxXcnCbG .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxXcnCbG .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxXcnCbG .container {
    padding: 0 24px;
  }
}
.cid-uJVxXcnCbG .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxXcnCbG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxXcnCbG .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxXcnCbG .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxXcnCbG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxXcnCbG .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxXcnCbG .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxXcnCbG .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxXcnCbG .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxXcnCbG .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxXcnCbG .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxXcnCbG .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxXcnCbG .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxXcnCbG .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxXcnCbG .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxXcnCbG .mbr-section-title {
  color: #141414;
}
.cid-uJVxXcnCbG .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxXcnCbG .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxXcnCbG .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxXcnCbG .mbr-section-title,
.cid-uJVxXcnCbG .mbr-section-btn {
  text-align: center;
}
.cid-uJVxXcQ8wz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVxXcQ8wz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxXcQ8wz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxXcQ8wz .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVxXcQ8wz .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxXcQ8wz .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVxXcQ8wz .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVxXcQ8wz .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVxXcQ8wz .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVxXcQ8wz .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxXcQ8wz .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVxXcQ8wz .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVxXcQ8wz .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVxXcQ8wz .mbr-section-title {
  color: #191c25;
}
.cid-uJVxXcQ8wz .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJVxXcQ8wz .mbr-section-title,
.cid-uJVxXcQ8wz .mbr-section-btn,
.cid-uJVxXcQ8wz .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVxXdjy6V {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxXdjy6V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxXdjy6V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxXdjy6V .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxXdjy6V .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxXdjy6V .container {
    padding: 0 24px;
  }
}
.cid-uJVxXdjy6V .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxXdjy6V .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxXdjy6V .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxXdjy6V .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxXdjy6V .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxXdjy6V .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxXdjy6V .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxXdjy6V .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxXdjy6V .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxXdjy6V .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxXdjy6V .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxXdjy6V .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxXdjy6V .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxXdjy6V .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxXdjy6V .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxXdjy6V .mbr-section-title {
  color: #141414;
}
.cid-uJVxXdjy6V .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxXdjy6V .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxXdjy6V .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxXdjy6V .mbr-section-title,
.cid-uJVxXdjy6V .mbr-section-btn {
  text-align: center;
}
.cid-uJVxXdOXwT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVxXdOXwT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxXdOXwT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxXdOXwT .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVxXdOXwT .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxXdOXwT .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVxXdOXwT .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVxXdOXwT .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVxXdOXwT .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVxXdOXwT .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxXdOXwT .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVxXdOXwT .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVxXdOXwT .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVxXdOXwT .mbr-section-title {
  color: #191c25;
}
.cid-uJVxXdOXwT .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJVxXdOXwT .mbr-section-title,
.cid-uJVxXdOXwT .mbr-section-btn,
.cid-uJVxXdOXwT .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVxXej5lx {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxXej5lx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxXej5lx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxXej5lx .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxXej5lx .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxXej5lx .container {
    padding: 0 24px;
  }
}
.cid-uJVxXej5lx .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxXej5lx .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxXej5lx .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxXej5lx .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxXej5lx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxXej5lx .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxXej5lx .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxXej5lx .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxXej5lx .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxXej5lx .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxXej5lx .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxXej5lx .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxXej5lx .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxXej5lx .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxXej5lx .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxXej5lx .mbr-section-title {
  color: #141414;
}
.cid-uJVxXej5lx .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxXej5lx .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxXej5lx .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxXej5lx .mbr-section-title,
.cid-uJVxXej5lx .mbr-section-btn {
  text-align: center;
}
.cid-uJVxXeQwB2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVxXeQwB2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxXeQwB2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxXeQwB2 .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVxXeQwB2 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxXeQwB2 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVxXeQwB2 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVxXeQwB2 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #063a99;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVxXeQwB2 .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVxXeQwB2 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxXeQwB2 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVxXeQwB2 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVxXeQwB2 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVxXeQwB2 .mbr-section-title {
  color: #191c25;
}
.cid-uJVxXeQwB2 .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJVxXeQwB2 .mbr-section-title,
.cid-uJVxXeQwB2 .mbr-section-btn,
.cid-uJVxXeQwB2 .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVxXfkISe {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxXfkISe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxXfkISe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxXfkISe .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxXfkISe .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxXfkISe .container {
    padding: 0 24px;
  }
}
.cid-uJVxXfkISe .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxXfkISe .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxXfkISe .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxXfkISe .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxXfkISe .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxXfkISe .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxXfkISe .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxXfkISe .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxXfkISe .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxXfkISe .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxXfkISe .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxXfkISe .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxXfkISe .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxXfkISe .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxXfkISe .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxXfkISe .mbr-section-title {
  color: #141414;
}
.cid-uJVxXfkISe .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxXfkISe .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxXfkISe .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxXfkISe .mbr-section-title,
.cid-uJVxXfkISe .mbr-section-btn {
  text-align: center;
}
.cid-uJVxXfS6Cm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uJVxXfS6Cm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxXfS6Cm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxXfS6Cm .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uJVxXfS6Cm .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJVxXfS6Cm .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxXfS6Cm .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJVxXfS6Cm .container {
    padding: 0 14px;
  }
}
.cid-uJVxXfS6Cm .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uJVxXfS6Cm .content-wrapper .link-wrapper {
  display: block;
}
.cid-uJVxXfS6Cm .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uJVxXfS6Cm .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uJVxXfS6Cm .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJVxXfS6Cm .mbr-text {
  color: #f4efef;
  text-align: center;
}
.cid-uJVxXfS6Cm .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uJVxXgmJpv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxXgmJpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxXgmJpv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxXgmJpv .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxXgmJpv .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxXgmJpv .container {
    padding: 0 24px;
  }
}
.cid-uJVxXgmJpv .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxXgmJpv .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxXgmJpv .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxXgmJpv .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxXgmJpv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxXgmJpv .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxXgmJpv .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxXgmJpv .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxXgmJpv .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxXgmJpv .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxXgmJpv .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxXgmJpv .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxXgmJpv .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxXgmJpv .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxXgmJpv .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxXgmJpv .mbr-section-title {
  color: #141414;
}
.cid-uJVxXgmJpv .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxXgmJpv .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxXgmJpv .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxXgmJpv .mbr-section-title,
.cid-uJVxXgmJpv .mbr-section-btn {
  text-align: center;
}
.cid-uJVxXgXZaY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac616;
}
.cid-uJVxXgXZaY .wrapper {
  background-color: #ebeae2;
}
.cid-uJVxXgXZaY .top-row {
  border-bottom: 1px solid #4479d9;
}
.cid-uJVxXgXZaY li {
  list-style-type: none;
}
.cid-uJVxXgXZaY .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-uJVxXgXZaY .list-1 li {
  margin-bottom: 1rem;
}
.cid-uJVxXgXZaY .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-uJVxXgXZaY .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-uJVxXgXZaY .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-uJVxXgXZaY ul {
  margin: 0;
}
.cid-uJVxXgXZaY .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-uJVxXgXZaY .sect {
  display: flex;
  align-items: center;
}
.cid-uJVxXgXZaY .sect__left {
  flex: 0 0 32px;
  margin-right: 15px;
}
.cid-uJVxXgXZaY .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uJVxXgXZaY .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uJVxXgXZaY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxXgXZaY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxXgXZaY .b-text4 {
  text-align: center;
  color: #4479d9;
}
.cid-uJVxXgXZaY .b-text3 {
  color: #4479d9;
}
.cid-uJVxXgXZaY .mbr-section-title {
  color: #4479d9;
  text-align: left;
}
.cid-uJVxXgXZaY .list1 {
  text-align: left;
}
.cid-uJoVJ5ETyl .navbar {
  padding: 0.5rem 0;
  background: #fac616;
  transition: none;
  min-height: 50px;
}
.cid-uJoVJ5ETyl .navbar-fixed-top {
  padding-top: 0;
}
.cid-uJoVJ5ETyl .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uJoVJ5ETyl .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uJoVJ5ETyl .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uJoVJ5ETyl .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uJoVJ5ETyl .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uJoVJ5ETyl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uJoVJ5ETyl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uJoVJ5ETyl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uJoVJ5ETyl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uJoVJ5ETyl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uJoVJ5ETyl .menu-content-top {
  background: #353535;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uJoVJ5ETyl .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-uJoVJ5ETyl .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uJoVJ5ETyl .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-uJoVJ5ETyl .dropdown-item,
.cid-uJoVJ5ETyl .nav-link,
.cid-uJoVJ5ETyl .brand-name {
  font-style: normal;
}
.cid-uJoVJ5ETyl .dropdown-item:hover,
.cid-uJoVJ5ETyl .nav-link:hover,
.cid-uJoVJ5ETyl .brand-name:hover {
  color: #279e64 !important;
}
.cid-uJoVJ5ETyl .dropdown-menu {
  background-color: #ffffff;
}
.cid-uJoVJ5ETyl .dropdown-item:active {
  background-color: #ffffff;
}
.cid-uJoVJ5ETyl .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uJoVJ5ETyl .navbar-dropdown.bg-color.transparent.opened {
  background: #fac616;
}
.cid-uJoVJ5ETyl .nav-item {
  position: relative;
}
.cid-uJoVJ5ETyl .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uJoVJ5ETyl .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uJoVJ5ETyl .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-uJoVJ5ETyl .nav-link {
    line-height: 6.13;
  }
  .cid-uJoVJ5ETyl .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uJoVJ5ETyl .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-uJoVJ5ETyl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJoVJ5ETyl .content-text {
  margin-bottom: 0;
}
.cid-uJoVJ5ETyl .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uJoVJ5ETyl .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fac616;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uJoVJ5ETyl .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uJoVJ5ETyl .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uJoVJ5ETyl .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-uJoVJ5ETyl .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJoVJ5ETyl .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uJoVJ5ETyl .content-right-side {
  text-align: center;
}
.cid-uJoVJ5ETyl .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uJoVJ5ETyl .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uJoVJ5ETyl .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ff0000;
}
.cid-uJoVJ5ETyl .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uJoVJ5ETyl .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJoVJ5ETyl .info-widget:first-child {
  margin-left: 0;
}
.cid-uJoVJ5ETyl .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uJoVJ5ETyl .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-uJoVJ5ETyl .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uJoVJ5ETyl .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #fac616;
}
@media (min-width: 992px) {
  .cid-uJoVJ5ETyl .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uJoVJ5ETyl .navbar {
    display: block;
    padding: 0;
  }
  .cid-uJoVJ5ETyl .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uJoVJ5ETyl .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uJoVJ5ETyl .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uJoVJ5ETyl .navbar-toggler {
    display: none;
  }
  .cid-uJoVJ5ETyl .navbar-collapse {
    justify-content: center;
  }
}
.cid-uJoVJ5ETyl .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uJoVJ5ETyl .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-uJoVJ5ETyl .btn-sm {
  padding: 13px 29px;
}
.cid-uJoVJ5ETyl .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uJoVJ5ETyl .btn::after {
  background-color: #47b5ed;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uJoVJ5ETyl .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uJoVJ5ETyl .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uJoVJ5ETyl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uJoVJ5ETyl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uJoVJ5ETyl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uJoVJ5ETyl .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uJoVJ5ETyl .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uJoVJ5ETyl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJoVJ5ETyl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJoVJ5ETyl .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uJoVJ5ETyl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uJoVJ5ETyl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJoVJ5ETyl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uJoVJ5ETyl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJoVJ5ETyl .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uJoVJ5ETyl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uJoVJ5ETyl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uJoVJ5ETyl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uJoVJ5ETyl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uJoVJ5ETyl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-uJoVJ5ETyl button.navbar-toggler:focus {
  outline: none;
}
.cid-uJoVJ5ETyl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJoVJ5ETyl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJoVJ5ETyl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJoVJ5ETyl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJoVJ5ETyl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJoVJ5ETyl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJoVJ5ETyl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJoVJ5ETyl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJoVJ5ETyl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJoVJ5ETyl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJoVJ5ETyl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJoVJ5ETyl .collapsed .btn {
  display: flex;
}
.cid-uJoVJ5ETyl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uJoVJ5ETyl .collapsed .navbar-collapse.collapsing,
.cid-uJoVJ5ETyl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uJoVJ5ETyl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uJoVJ5ETyl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uJoVJ5ETyl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uJoVJ5ETyl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uJoVJ5ETyl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uJoVJ5ETyl .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uJoVJ5ETyl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uJoVJ5ETyl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uJoVJ5ETyl .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uJoVJ5ETyl .collapsed button.navbar-toggler {
  display: block;
}
.cid-uJoVJ5ETyl .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uJoVJ5ETyl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uJoVJ5ETyl .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uJoVJ5ETyl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uJoVJ5ETyl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uJoVJ5ETyl .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uJoVJ5ETyl .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uJoVJ5ETyl .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uJoVJ5ETyl .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uJoVJ5ETyl .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uJoVJ5ETyl .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-uJoVJ5ETyl .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uJoVJ5ETyl .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uJoVJ5ETyl .navbar-collapse.collapsing,
  .cid-uJoVJ5ETyl .navbar-collapse.show {
    display: block !important;
  }
  .cid-uJoVJ5ETyl .navbar-collapse.collapsing .navbar-nav,
  .cid-uJoVJ5ETyl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uJoVJ5ETyl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uJoVJ5ETyl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uJoVJ5ETyl .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uJoVJ5ETyl .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-uJoVJ5ETyl .navbar-collapse.collapsing .navbar-buttons,
  .cid-uJoVJ5ETyl .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uJoVJ5ETyl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uJoVJ5ETyl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uJoVJ5ETyl img {
    height: 3.8rem !important;
  }
  .cid-uJoVJ5ETyl .btn {
    display: flex;
  }
  .cid-uJoVJ5ETyl button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uJoVJ5ETyl .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uJoVJ5ETyl .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uJoVJ5ETyl .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uJoVJ5ETyl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uJoVJ5ETyl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uJoVJ5ETyl .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uJoVJ5ETyl .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uJoVJ5ETyl .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uJoVJ5ETyl .navbar-toggler {
  position: relative;
}
.cid-uJoVJ5ETyl .dropdown-item.active,
.cid-uJoVJ5ETyl .dropdown-item:active {
  color: initial;
}
.cid-uJoVJ5ETyl .widget-title {
  color: #47b5ed;
}
.cid-uJoVJ5ETyl .widget-text {
  color: #47b5ed;
}
.cid-uJoVJ5ETyl .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uJoVJ5ETyl .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #fac616;
  display: inline-flex;
  background-color: #fac616;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uJoVJ5ETyl .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uJoVJ5ETyl .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uJoVJ5ETyl .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-uJoVJ5ETyl .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-uJoVJ5ETyl .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-uJoVJ5ETyl .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-uJoVJ5ETyl .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-uJoVJ5ETyl .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uJoVJ5ETyl .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-uJoVJ5ETyl .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-uJoVJ5ETyl .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uJoVJ5ETyl .menu-content-top,
  .cid-uJoVJ5ETyl .menu-bottom {
    padding: 0 15px;
  }
  .cid-uJoVJ5ETyl button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uJoVJ5ETyl .widget-title,
.cid-uJoVJ5ETyl .widget-icon {
  color: #f4efef;
}
.cid-uJoVJ6ojmx {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #000000 10%, #fac616 100%) !important;
}
.cid-uJoVJ6ojmx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoVJ6ojmx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoVJ7wIYJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uJoVJ7wIYJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoVJ7wIYJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJoVJ7wIYJ .container {
    padding: 0 15px;
  }
}
.cid-uJoVJ7wIYJ .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJoVJ7wIYJ .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJoVJ7wIYJ .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uJoVJ7wIYJ .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uJoVJ7wIYJ .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uJoVJ7wIYJ .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uJoVJ7wIYJ .mbr-section-title {
  color: #131c28;
}
.cid-uJoVJ7wIYJ .mbr-desc {
  color: #131c28;
}
.cid-uJT4T7k3vn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uJT4T7k3vn .container-fluid {
  padding: 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uJT4T7k3vn .container-fluid {
    padding: 0;
  }
}
.cid-uJT4T7k3vn .container {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uJT4T7k3vn .container {
    padding: 0 28px;
  }
}
.cid-uJT4T7k3vn .row {
  margin: -1px 0 0 0;
}
.cid-uJT4T7k3vn .card {
  padding: 0;
  justify-content: flex-end;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJT4T7k3vn .card {
    border-right: 0;
    border-bottom: 1px solid #000000;
    padding: 0;
  }
}
.cid-uJT4T7k3vn .item:focus,
.cid-uJT4T7k3vn span:focus {
  outline: none;
}
.cid-uJT4T7k3vn .item-wrapper {
  position: relative;
}
.cid-uJT4T7k3vn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 767px) {
  .cid-uJT4T7k3vn .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uJT4T7k3vn .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 40px;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJT4T7k3vn .embla__slide .slide-content {
    padding: 28px;
  }
}
.cid-uJT4T7k3vn .embla__slide .slide-content:hover .mbr-section-btn,
.cid-uJT4T7k3vn .embla__slide .slide-content:focus .mbr-section-btn {
  opacity: 1;
}
.cid-uJT4T7k3vn .embla__slide .slide-content .mbr-section-btn {
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uJT4T7k3vn .embla__slide .slide-content .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uJT4T7k3vn .embla__slide .slide-content .mbr-section-btn .btn {
  text-align: center;
}
.cid-uJT4T7k3vn .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-uJT4T7k3vn .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  margin: 100px 0;
}
@media (max-width: 992px) {
  .cid-uJT4T7k3vn .embla__slide .slide-content .item-wrapper .item-img {
    height: 350px;
    margin-bottom: 50px;
  }
}
.cid-uJT4T7k3vn .embla__slide .slide-content .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJT4T7k3vn .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uJT4T7k3vn .embla__slide .slide-content .content-wrap {
  width: 100%;
}
.cid-uJT4T7k3vn .embla__slide .slide-content .content-wrap .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uJT4T7k3vn .embla__slide .slide-content .content-wrap .title-wrap .mbr-card-title {
  margin-bottom: 0;
}
.cid-uJT4T7k3vn .embla__slide .slide-content .content-wrap .title-wrap .mbr-price {
  margin-bottom: 0;
  min-width: 60px;
}
.cid-uJT4T7k3vn .embla__slide .slide-content .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uJT4T7k3vn .embla__button--next,
.cid-uJT4T7k3vn .embla__button--prev {
  display: flex;
}
.cid-uJT4T7k3vn .embla__button {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 38px;
  background-color: transparent !important;
  opacity: 1 !important;
  color: #000000 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJT4T7k3vn .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uJT4T7k3vn .embla__button:hover.embla__button--prev {
  transform: translateX(-5px);
}
.cid-uJT4T7k3vn .embla__button:hover.embla__button--next {
  transform: translateX(5px);
}
.cid-uJT4T7k3vn .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 992px) {
  .cid-uJT4T7k3vn .embla__button.embla__button--prev {
    left: 10px;
  }
}
.cid-uJT4T7k3vn .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 992px) {
  .cid-uJT4T7k3vn .embla__button.embla__button--next {
    right: 10px;
  }
}
@media (max-width: 992px) {
  .cid-uJT4T7k3vn .embla__button {
    top: 50%;
  }
}
.cid-uJT4T7k3vn .embla {
  position: relative;
  width: 100%;
}
.cid-uJT4T7k3vn .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uJT4T7k3vn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJT4T7k3vn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJT4T7k3vn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJT4T7k3vn .mbr-section-title {
  color: #000000;
}
.cid-uJT4T7k3vn .mbr-card-title {
  color: #000000;
}
.cid-uJT4T7k3vn .mbr-desc {
  color: #000000;
}
.cid-uJT4T7k3vn .mbr-price {
  color: #e43f3f;
}
.cid-uJoVJ85A9d {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uJoVJ85A9d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoVJ85A9d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJoVJ85A9d .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJoVJ85A9d .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJoVJ85A9d .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJoVJ85A9d .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJoVJ85A9d .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uJoVJ85A9d .mbr-text,
.cid-uJoVJ85A9d .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uJoVJ9hGga {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJoVJ9hGga .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoVJ9hGga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoVJ9hGga .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJoVJ9hGga .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJoVJ9hGga .container {
    padding: 0 24px;
  }
}
.cid-uJoVJ9hGga .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoVJ9hGga .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJoVJ9hGga .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJoVJ9hGga .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJoVJ9hGga .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJoVJ9hGga .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJoVJ9hGga .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJoVJ9hGga .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJoVJ9hGga .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJoVJ9hGga .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJoVJ9hGga .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJoVJ9hGga .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJoVJ9hGga .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJoVJ9hGga .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJoVJ9hGga .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJoVJ9hGga .mbr-section-title {
  color: #141414;
}
.cid-uJoVJ9hGga .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJoVJ9hGga .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJoVJ9hGga .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJoVJ9hGga .mbr-section-title,
.cid-uJoVJ9hGga .mbr-section-btn {
  text-align: center;
}
.cid-uJoVJbcOSY {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJoVJbcOSY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoVJbcOSY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoVJbcOSY .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJoVJbcOSY .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJoVJbcOSY .container {
    padding: 0 24px;
  }
}
.cid-uJoVJbcOSY .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoVJbcOSY .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJoVJbcOSY .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJoVJbcOSY .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJoVJbcOSY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJoVJbcOSY .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJoVJbcOSY .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJoVJbcOSY .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJoVJbcOSY .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJoVJbcOSY .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJoVJbcOSY .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJoVJbcOSY .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJoVJbcOSY .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJoVJbcOSY .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJoVJbcOSY .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJoVJbcOSY .mbr-section-title {
  color: #141414;
}
.cid-uJoVJbcOSY .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJoVJbcOSY .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJoVJbcOSY .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJoVJbcOSY .mbr-section-title,
.cid-uJoVJbcOSY .mbr-section-btn {
  text-align: center;
}
.cid-uJoVJcb940 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-uJoVJcb940 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoVJcb940 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoVJcb940 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uJoVJcb940 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJoVJcb940 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uJoVJcb940 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJoVJcb940 .container {
    padding: 0 14px;
  }
}
.cid-uJoVJcb940 .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uJoVJcb940 .content-wrapper .link-wrapper {
  display: block;
}
.cid-uJoVJcb940 .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uJoVJcb940 .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uJoVJcb940 .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJoVJcb940 .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uJoVJcb940 .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uJoVJcDW8z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac616;
}
.cid-uJoVJcDW8z .wrapper {
  background-color: #ebeae2;
}
.cid-uJoVJcDW8z .top-row {
  border-bottom: 1px solid #4479d9;
}
.cid-uJoVJcDW8z li {
  list-style-type: none;
}
.cid-uJoVJcDW8z .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-uJoVJcDW8z .list-1 li {
  margin-bottom: 1rem;
}
.cid-uJoVJcDW8z .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-uJoVJcDW8z .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-uJoVJcDW8z .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-uJoVJcDW8z ul {
  margin: 0;
}
.cid-uJoVJcDW8z .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-uJoVJcDW8z .sect {
  display: flex;
  align-items: center;
}
.cid-uJoVJcDW8z .sect__left {
  flex: 0 0 32px;
  margin-right: 15px;
}
.cid-uJoVJcDW8z .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uJoVJcDW8z .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uJoVJcDW8z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoVJcDW8z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoVJcDW8z .b-text4 {
  text-align: center;
  color: #4479d9;
}
.cid-uJoVJcDW8z .b-text3 {
  color: #4479d9;
}
.cid-uJoVJcDW8z .mbr-section-title {
  color: #4479d9;
  text-align: left;
}
.cid-uJoVJcDW8z .list1 {
  text-align: left;
}
.cid-uJVxOYmXph .navbar {
  padding: 0.5rem 0;
  background: #fac616;
  transition: none;
  min-height: 50px;
}
.cid-uJVxOYmXph .navbar-fixed-top {
  padding-top: 0;
}
.cid-uJVxOYmXph .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uJVxOYmXph .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uJVxOYmXph .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uJVxOYmXph .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uJVxOYmXph .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uJVxOYmXph .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uJVxOYmXph .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uJVxOYmXph .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uJVxOYmXph .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uJVxOYmXph .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uJVxOYmXph .menu-content-top {
  background: #353535;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uJVxOYmXph .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-uJVxOYmXph .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uJVxOYmXph .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-uJVxOYmXph .dropdown-item,
.cid-uJVxOYmXph .nav-link,
.cid-uJVxOYmXph .brand-name {
  font-style: normal;
}
.cid-uJVxOYmXph .dropdown-item:hover,
.cid-uJVxOYmXph .nav-link:hover,
.cid-uJVxOYmXph .brand-name:hover {
  color: #279e64 !important;
}
.cid-uJVxOYmXph .dropdown-menu {
  background-color: #ffffff;
}
.cid-uJVxOYmXph .dropdown-item:active {
  background-color: #ffffff;
}
.cid-uJVxOYmXph .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uJVxOYmXph .navbar-dropdown.bg-color.transparent.opened {
  background: #fac616;
}
.cid-uJVxOYmXph .nav-item {
  position: relative;
}
.cid-uJVxOYmXph .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uJVxOYmXph .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uJVxOYmXph .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-uJVxOYmXph .nav-link {
    line-height: 6.13;
  }
  .cid-uJVxOYmXph .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uJVxOYmXph .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-uJVxOYmXph .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJVxOYmXph .content-text {
  margin-bottom: 0;
}
.cid-uJVxOYmXph .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uJVxOYmXph .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fac616;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uJVxOYmXph .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uJVxOYmXph .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uJVxOYmXph .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-uJVxOYmXph .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJVxOYmXph .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uJVxOYmXph .content-right-side {
  text-align: center;
}
.cid-uJVxOYmXph .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uJVxOYmXph .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uJVxOYmXph .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ff0000;
}
.cid-uJVxOYmXph .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uJVxOYmXph .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJVxOYmXph .info-widget:first-child {
  margin-left: 0;
}
.cid-uJVxOYmXph .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uJVxOYmXph .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-uJVxOYmXph .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uJVxOYmXph .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #fac616;
}
@media (min-width: 992px) {
  .cid-uJVxOYmXph .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uJVxOYmXph .navbar {
    display: block;
    padding: 0;
  }
  .cid-uJVxOYmXph .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uJVxOYmXph .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uJVxOYmXph .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uJVxOYmXph .navbar-toggler {
    display: none;
  }
  .cid-uJVxOYmXph .navbar-collapse {
    justify-content: center;
  }
}
.cid-uJVxOYmXph .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uJVxOYmXph .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-uJVxOYmXph .btn-sm {
  padding: 13px 29px;
}
.cid-uJVxOYmXph .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uJVxOYmXph .btn::after {
  background-color: #47b5ed;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uJVxOYmXph .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uJVxOYmXph .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uJVxOYmXph .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uJVxOYmXph .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uJVxOYmXph .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uJVxOYmXph .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uJVxOYmXph .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uJVxOYmXph .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJVxOYmXph .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJVxOYmXph .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uJVxOYmXph .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uJVxOYmXph .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJVxOYmXph .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uJVxOYmXph .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJVxOYmXph .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uJVxOYmXph .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uJVxOYmXph .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uJVxOYmXph .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uJVxOYmXph .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uJVxOYmXph button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-uJVxOYmXph button.navbar-toggler:focus {
  outline: none;
}
.cid-uJVxOYmXph button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJVxOYmXph button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJVxOYmXph button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJVxOYmXph button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJVxOYmXph button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJVxOYmXph nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJVxOYmXph nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJVxOYmXph nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJVxOYmXph nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJVxOYmXph .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJVxOYmXph .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJVxOYmXph .collapsed .btn {
  display: flex;
}
.cid-uJVxOYmXph .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uJVxOYmXph .collapsed .navbar-collapse.collapsing,
.cid-uJVxOYmXph .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uJVxOYmXph .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uJVxOYmXph .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uJVxOYmXph .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uJVxOYmXph .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uJVxOYmXph .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uJVxOYmXph .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uJVxOYmXph .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uJVxOYmXph .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uJVxOYmXph .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uJVxOYmXph .collapsed button.navbar-toggler {
  display: block;
}
.cid-uJVxOYmXph .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uJVxOYmXph .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uJVxOYmXph .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uJVxOYmXph .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uJVxOYmXph .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uJVxOYmXph .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uJVxOYmXph .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uJVxOYmXph .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uJVxOYmXph .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uJVxOYmXph .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uJVxOYmXph .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-uJVxOYmXph .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uJVxOYmXph .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uJVxOYmXph .navbar-collapse.collapsing,
  .cid-uJVxOYmXph .navbar-collapse.show {
    display: block !important;
  }
  .cid-uJVxOYmXph .navbar-collapse.collapsing .navbar-nav,
  .cid-uJVxOYmXph .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uJVxOYmXph .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uJVxOYmXph .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uJVxOYmXph .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uJVxOYmXph .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-uJVxOYmXph .navbar-collapse.collapsing .navbar-buttons,
  .cid-uJVxOYmXph .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uJVxOYmXph .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uJVxOYmXph .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uJVxOYmXph img {
    height: 3.8rem !important;
  }
  .cid-uJVxOYmXph .btn {
    display: flex;
  }
  .cid-uJVxOYmXph button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uJVxOYmXph .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uJVxOYmXph .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uJVxOYmXph .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uJVxOYmXph .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uJVxOYmXph .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uJVxOYmXph .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uJVxOYmXph .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uJVxOYmXph .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uJVxOYmXph .navbar-toggler {
  position: relative;
}
.cid-uJVxOYmXph .dropdown-item.active,
.cid-uJVxOYmXph .dropdown-item:active {
  color: initial;
}
.cid-uJVxOYmXph .widget-title {
  color: #47b5ed;
}
.cid-uJVxOYmXph .widget-text {
  color: #47b5ed;
}
.cid-uJVxOYmXph .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uJVxOYmXph .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #fac616;
  display: inline-flex;
  background-color: #fac616;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uJVxOYmXph .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uJVxOYmXph .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uJVxOYmXph .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-uJVxOYmXph .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-uJVxOYmXph .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-uJVxOYmXph .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-uJVxOYmXph .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-uJVxOYmXph .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uJVxOYmXph .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-uJVxOYmXph .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-uJVxOYmXph .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uJVxOYmXph .menu-content-top,
  .cid-uJVxOYmXph .menu-bottom {
    padding: 0 15px;
  }
  .cid-uJVxOYmXph button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uJVxOYmXph .widget-title,
.cid-uJVxOYmXph .widget-icon {
  color: #f4efef;
}
.cid-uJVxOYS2Gb {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #fac616 10%, #353535 100%) !important;
}
.cid-uJVxOYS2Gb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxOYS2Gb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxOZThlG {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxOZThlG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxOZThlG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxOZThlG .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxOZThlG .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxOZThlG .container {
    padding: 0 24px;
  }
}
.cid-uJVxOZThlG .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxOZThlG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxOZThlG .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxOZThlG .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxOZThlG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxOZThlG .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxOZThlG .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxOZThlG .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxOZThlG .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxOZThlG .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxOZThlG .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxOZThlG .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxOZThlG .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxOZThlG .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxOZThlG .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxOZThlG .mbr-section-title {
  color: #141414;
}
.cid-uJVxOZThlG .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxOZThlG .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxOZThlG .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxOZThlG .mbr-section-title,
.cid-uJVxOZThlG .mbr-section-btn {
  text-align: center;
}
.cid-uJVxP0jArw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uJVxP0jArw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxP0jArw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJVxP0jArw .container {
    padding: 0 15px;
  }
}
.cid-uJVxP0jArw .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJVxP0jArw .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJVxP0jArw .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uJVxP0jArw .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uJVxP0jArw .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uJVxP0jArw .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uJVxP0jArw .mbr-section-title {
  color: #131c28;
}
.cid-uJVxP0jArw .mbr-desc {
  color: #131c28;
}
.cid-uJVxP0I8lz {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxP0I8lz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxP0I8lz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxP0I8lz .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxP0I8lz .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxP0I8lz .container {
    padding: 0 24px;
  }
}
.cid-uJVxP0I8lz .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxP0I8lz .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxP0I8lz .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxP0I8lz .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxP0I8lz .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxP0I8lz .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxP0I8lz .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxP0I8lz .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxP0I8lz .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxP0I8lz .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxP0I8lz .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxP0I8lz .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxP0I8lz .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxP0I8lz .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxP0I8lz .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxP0I8lz .mbr-section-title {
  color: #141414;
}
.cid-uJVxP0I8lz .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxP0I8lz .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxP0I8lz .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxP0I8lz .mbr-section-title,
.cid-uJVxP0I8lz .mbr-section-btn {
  text-align: center;
}
.cid-uJVxP18Rnm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uJVxP18Rnm .mbr-text {
  margin: 0;
}
.cid-uJVxP18Rnm .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-uJVxP18Rnm .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uJVxP18Rnm .row-element,
.cid-uJVxP18Rnm .image-element {
  padding: 0;
}
.cid-uJVxP18Rnm .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJVxP18Rnm .image-element .img-wrap {
  width: 100% !important;
}
.cid-uJVxP18Rnm .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uJVxP18Rnm .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJVxP18Rnm .carousel-item.active,
.cid-uJVxP18Rnm .carousel-item-next,
.cid-uJVxP18Rnm .carousel-item-prev {
  display: flex;
}
.cid-uJVxP18Rnm .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-uJVxP18Rnm .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #fac616;
}
.cid-uJVxP18Rnm .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-uJVxP18Rnm .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJVxP18Rnm .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-uJVxP18Rnm .carousel-controls {
    display: block;
  }
  .cid-uJVxP18Rnm .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-uJVxP18Rnm .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-uJVxP18Rnm .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-uJVxP18Rnm .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-uJVxP18Rnm .text-element {
    padding: 1rem;
  }
  .cid-uJVxP18Rnm .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJVxP18Rnm .image-element {
    min-width: 50%;
  }
  .cid-uJVxP18Rnm .media-container-row {
    width: 100%;
  }
}
.cid-uJVxP18Rnm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxP18Rnm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxP18Rnm .mbr-title,
.cid-uJVxP18Rnm .ornament {
  color: #ce320c;
}
.cid-uJVxP18Rnm .mbr-text,
.cid-uJVxP18Rnm .link {
  text-align: left;
}
.cid-uJVxP1EswD {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxP1EswD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxP1EswD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxP1EswD .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxP1EswD .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxP1EswD .container {
    padding: 0 24px;
  }
}
.cid-uJVxP1EswD .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxP1EswD .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxP1EswD .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxP1EswD .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxP1EswD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxP1EswD .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxP1EswD .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxP1EswD .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxP1EswD .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxP1EswD .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxP1EswD .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxP1EswD .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxP1EswD .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxP1EswD .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxP1EswD .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxP1EswD .mbr-section-title {
  color: #141414;
}
.cid-uJVxP1EswD .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxP1EswD .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxP1EswD .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxP1EswD .mbr-section-title,
.cid-uJVxP1EswD .mbr-section-btn {
  text-align: center;
}
.cid-uJVxP26vlm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uJVxP26vlm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxP26vlm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJVxP26vlm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJVxP26vlm .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJVxP26vlm .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJVxP26vlm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJVxP26vlm .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uJVxP26vlm .mbr-text,
.cid-uJVxP26vlm .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uJVxP2yVpf {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxP2yVpf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxP2yVpf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxP2yVpf .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxP2yVpf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxP2yVpf .container {
    padding: 0 24px;
  }
}
.cid-uJVxP2yVpf .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxP2yVpf .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxP2yVpf .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxP2yVpf .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxP2yVpf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxP2yVpf .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxP2yVpf .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxP2yVpf .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxP2yVpf .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxP2yVpf .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxP2yVpf .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxP2yVpf .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxP2yVpf .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxP2yVpf .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxP2yVpf .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxP2yVpf .mbr-section-title {
  color: #141414;
}
.cid-uJVxP2yVpf .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxP2yVpf .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxP2yVpf .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxP2yVpf .mbr-section-title,
.cid-uJVxP2yVpf .mbr-section-btn {
  text-align: center;
}
.cid-uJVxP30kfj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVxP30kfj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxP30kfj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxP30kfj .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVxP30kfj .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxP30kfj .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVxP30kfj .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVxP30kfj .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVxP30kfj .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVxP30kfj .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxP30kfj .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVxP30kfj .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVxP30kfj .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVxP30kfj .mbr-section-title {
  color: #191c25;
}
.cid-uJVxP30kfj .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uJVxP30kfj .mbr-section-title,
.cid-uJVxP30kfj .mbr-section-btn,
.cid-uJVxP30kfj .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVxP3rG2G {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxP3rG2G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxP3rG2G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxP3rG2G .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxP3rG2G .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxP3rG2G .container {
    padding: 0 24px;
  }
}
.cid-uJVxP3rG2G .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxP3rG2G .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxP3rG2G .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxP3rG2G .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxP3rG2G .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxP3rG2G .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxP3rG2G .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxP3rG2G .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxP3rG2G .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxP3rG2G .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxP3rG2G .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxP3rG2G .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxP3rG2G .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxP3rG2G .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxP3rG2G .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxP3rG2G .mbr-section-title {
  color: #141414;
}
.cid-uJVxP3rG2G .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxP3rG2G .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxP3rG2G .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxP3rG2G .mbr-section-title,
.cid-uJVxP3rG2G .mbr-section-btn {
  text-align: center;
}
.cid-uJVxP3V2cO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVxP3V2cO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxP3V2cO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxP3V2cO .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVxP3V2cO .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxP3V2cO .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVxP3V2cO .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVxP3V2cO .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVxP3V2cO .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVxP3V2cO .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxP3V2cO .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVxP3V2cO .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVxP3V2cO .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVxP3V2cO .mbr-section-title {
  color: #191c25;
}
.cid-uJVxP3V2cO .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJVxP3V2cO .mbr-section-title,
.cid-uJVxP3V2cO .mbr-section-btn,
.cid-uJVxP3V2cO .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVxP4q7Sw {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxP4q7Sw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxP4q7Sw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxP4q7Sw .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxP4q7Sw .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxP4q7Sw .container {
    padding: 0 24px;
  }
}
.cid-uJVxP4q7Sw .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxP4q7Sw .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxP4q7Sw .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxP4q7Sw .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxP4q7Sw .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxP4q7Sw .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxP4q7Sw .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxP4q7Sw .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxP4q7Sw .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxP4q7Sw .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxP4q7Sw .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxP4q7Sw .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxP4q7Sw .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxP4q7Sw .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxP4q7Sw .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxP4q7Sw .mbr-section-title {
  color: #141414;
}
.cid-uJVxP4q7Sw .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxP4q7Sw .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxP4q7Sw .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxP4q7Sw .mbr-section-title,
.cid-uJVxP4q7Sw .mbr-section-btn {
  text-align: center;
}
.cid-uJVxP4Vxud {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVxP4Vxud .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxP4Vxud .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxP4Vxud .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVxP4Vxud .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxP4Vxud .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVxP4Vxud .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVxP4Vxud .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVxP4Vxud .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVxP4Vxud .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxP4Vxud .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVxP4Vxud .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVxP4Vxud .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVxP4Vxud .mbr-section-title {
  color: #191c25;
}
.cid-uJVxP4Vxud .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJVxP4Vxud .mbr-section-title,
.cid-uJVxP4Vxud .mbr-section-btn,
.cid-uJVxP4Vxud .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVxP5pMnN {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxP5pMnN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxP5pMnN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxP5pMnN .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxP5pMnN .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxP5pMnN .container {
    padding: 0 24px;
  }
}
.cid-uJVxP5pMnN .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxP5pMnN .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxP5pMnN .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxP5pMnN .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxP5pMnN .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxP5pMnN .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxP5pMnN .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxP5pMnN .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxP5pMnN .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxP5pMnN .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxP5pMnN .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxP5pMnN .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxP5pMnN .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxP5pMnN .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxP5pMnN .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxP5pMnN .mbr-section-title {
  color: #141414;
}
.cid-uJVxP5pMnN .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxP5pMnN .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxP5pMnN .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxP5pMnN .mbr-section-title,
.cid-uJVxP5pMnN .mbr-section-btn {
  text-align: center;
}
.cid-uJVxP5VmxF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVxP5VmxF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxP5VmxF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxP5VmxF .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVxP5VmxF .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxP5VmxF .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVxP5VmxF .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVxP5VmxF .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #063a99;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVxP5VmxF .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVxP5VmxF .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxP5VmxF .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVxP5VmxF .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVxP5VmxF .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVxP5VmxF .mbr-section-title {
  color: #191c25;
}
.cid-uJVxP5VmxF .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJVxP5VmxF .mbr-section-title,
.cid-uJVxP5VmxF .mbr-section-btn,
.cid-uJVxP5VmxF .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVxP6pQ8z {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxP6pQ8z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxP6pQ8z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxP6pQ8z .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxP6pQ8z .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxP6pQ8z .container {
    padding: 0 24px;
  }
}
.cid-uJVxP6pQ8z .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxP6pQ8z .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxP6pQ8z .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxP6pQ8z .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxP6pQ8z .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxP6pQ8z .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxP6pQ8z .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxP6pQ8z .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxP6pQ8z .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxP6pQ8z .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxP6pQ8z .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxP6pQ8z .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxP6pQ8z .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxP6pQ8z .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxP6pQ8z .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxP6pQ8z .mbr-section-title {
  color: #141414;
}
.cid-uJVxP6pQ8z .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxP6pQ8z .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxP6pQ8z .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxP6pQ8z .mbr-section-title,
.cid-uJVxP6pQ8z .mbr-section-btn {
  text-align: center;
}
.cid-uJVxP6Vj3r {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uJVxP6Vj3r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxP6Vj3r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxP6Vj3r .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uJVxP6Vj3r .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJVxP6Vj3r .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxP6Vj3r .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJVxP6Vj3r .container {
    padding: 0 14px;
  }
}
.cid-uJVxP6Vj3r .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uJVxP6Vj3r .content-wrapper .link-wrapper {
  display: block;
}
.cid-uJVxP6Vj3r .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uJVxP6Vj3r .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uJVxP6Vj3r .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJVxP6Vj3r .mbr-text {
  color: #f4efef;
  text-align: center;
}
.cid-uJVxP6Vj3r .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uJVxP7n5oC {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxP7n5oC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxP7n5oC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxP7n5oC .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxP7n5oC .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxP7n5oC .container {
    padding: 0 24px;
  }
}
.cid-uJVxP7n5oC .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxP7n5oC .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxP7n5oC .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxP7n5oC .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxP7n5oC .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxP7n5oC .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxP7n5oC .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxP7n5oC .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxP7n5oC .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxP7n5oC .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxP7n5oC .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxP7n5oC .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxP7n5oC .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxP7n5oC .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxP7n5oC .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxP7n5oC .mbr-section-title {
  color: #141414;
}
.cid-uJVxP7n5oC .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxP7n5oC .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxP7n5oC .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxP7n5oC .mbr-section-title,
.cid-uJVxP7n5oC .mbr-section-btn {
  text-align: center;
}
.cid-uJVxP7TU5l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac616;
}
.cid-uJVxP7TU5l .wrapper {
  background-color: #ebeae2;
}
.cid-uJVxP7TU5l .top-row {
  border-bottom: 1px solid #4479d9;
}
.cid-uJVxP7TU5l li {
  list-style-type: none;
}
.cid-uJVxP7TU5l .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-uJVxP7TU5l .list-1 li {
  margin-bottom: 1rem;
}
.cid-uJVxP7TU5l .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-uJVxP7TU5l .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-uJVxP7TU5l .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-uJVxP7TU5l ul {
  margin: 0;
}
.cid-uJVxP7TU5l .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-uJVxP7TU5l .sect {
  display: flex;
  align-items: center;
}
.cid-uJVxP7TU5l .sect__left {
  flex: 0 0 32px;
  margin-right: 15px;
}
.cid-uJVxP7TU5l .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uJVxP7TU5l .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uJVxP7TU5l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxP7TU5l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxP7TU5l .b-text4 {
  text-align: center;
  color: #4479d9;
}
.cid-uJVxP7TU5l .b-text3 {
  color: #4479d9;
}
.cid-uJVxP7TU5l .mbr-section-title {
  color: #4479d9;
  text-align: left;
}
.cid-uJVxP7TU5l .list1 {
  text-align: left;
}
.cid-uJW3n8vBzo .navbar {
  padding: 0.5rem 0;
  background: #fac616;
  transition: none;
  min-height: 50px;
}
.cid-uJW3n8vBzo .navbar-fixed-top {
  padding-top: 0;
}
.cid-uJW3n8vBzo .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uJW3n8vBzo .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uJW3n8vBzo .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uJW3n8vBzo .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uJW3n8vBzo .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uJW3n8vBzo .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uJW3n8vBzo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uJW3n8vBzo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uJW3n8vBzo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uJW3n8vBzo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uJW3n8vBzo .menu-content-top {
  background: #353535;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uJW3n8vBzo .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-uJW3n8vBzo .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uJW3n8vBzo .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-uJW3n8vBzo .dropdown-item,
.cid-uJW3n8vBzo .nav-link,
.cid-uJW3n8vBzo .brand-name {
  font-style: normal;
}
.cid-uJW3n8vBzo .dropdown-item:hover,
.cid-uJW3n8vBzo .nav-link:hover,
.cid-uJW3n8vBzo .brand-name:hover {
  color: #279e64 !important;
}
.cid-uJW3n8vBzo .dropdown-menu {
  background-color: #ffffff;
}
.cid-uJW3n8vBzo .dropdown-item:active {
  background-color: #ffffff;
}
.cid-uJW3n8vBzo .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uJW3n8vBzo .navbar-dropdown.bg-color.transparent.opened {
  background: #fac616;
}
.cid-uJW3n8vBzo .nav-item {
  position: relative;
}
.cid-uJW3n8vBzo .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uJW3n8vBzo .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uJW3n8vBzo .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-uJW3n8vBzo .nav-link {
    line-height: 6.13;
  }
  .cid-uJW3n8vBzo .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uJW3n8vBzo .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-uJW3n8vBzo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJW3n8vBzo .content-text {
  margin-bottom: 0;
}
.cid-uJW3n8vBzo .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uJW3n8vBzo .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fac616;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uJW3n8vBzo .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uJW3n8vBzo .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uJW3n8vBzo .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-uJW3n8vBzo .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJW3n8vBzo .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uJW3n8vBzo .content-right-side {
  text-align: center;
}
.cid-uJW3n8vBzo .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uJW3n8vBzo .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uJW3n8vBzo .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ff0000;
}
.cid-uJW3n8vBzo .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uJW3n8vBzo .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJW3n8vBzo .info-widget:first-child {
  margin-left: 0;
}
.cid-uJW3n8vBzo .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uJW3n8vBzo .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-uJW3n8vBzo .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uJW3n8vBzo .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #fac616;
}
@media (min-width: 992px) {
  .cid-uJW3n8vBzo .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uJW3n8vBzo .navbar {
    display: block;
    padding: 0;
  }
  .cid-uJW3n8vBzo .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uJW3n8vBzo .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uJW3n8vBzo .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uJW3n8vBzo .navbar-toggler {
    display: none;
  }
  .cid-uJW3n8vBzo .navbar-collapse {
    justify-content: center;
  }
}
.cid-uJW3n8vBzo .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uJW3n8vBzo .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-uJW3n8vBzo .btn-sm {
  padding: 13px 29px;
}
.cid-uJW3n8vBzo .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uJW3n8vBzo .btn::after {
  background-color: #47b5ed;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uJW3n8vBzo .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uJW3n8vBzo .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uJW3n8vBzo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uJW3n8vBzo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uJW3n8vBzo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uJW3n8vBzo .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uJW3n8vBzo .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uJW3n8vBzo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJW3n8vBzo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJW3n8vBzo .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uJW3n8vBzo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uJW3n8vBzo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJW3n8vBzo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uJW3n8vBzo .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJW3n8vBzo .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uJW3n8vBzo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uJW3n8vBzo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uJW3n8vBzo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uJW3n8vBzo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uJW3n8vBzo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-uJW3n8vBzo button.navbar-toggler:focus {
  outline: none;
}
.cid-uJW3n8vBzo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJW3n8vBzo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJW3n8vBzo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJW3n8vBzo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJW3n8vBzo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJW3n8vBzo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJW3n8vBzo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJW3n8vBzo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJW3n8vBzo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJW3n8vBzo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJW3n8vBzo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJW3n8vBzo .collapsed .btn {
  display: flex;
}
.cid-uJW3n8vBzo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uJW3n8vBzo .collapsed .navbar-collapse.collapsing,
.cid-uJW3n8vBzo .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uJW3n8vBzo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uJW3n8vBzo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uJW3n8vBzo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uJW3n8vBzo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uJW3n8vBzo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uJW3n8vBzo .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uJW3n8vBzo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uJW3n8vBzo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uJW3n8vBzo .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uJW3n8vBzo .collapsed button.navbar-toggler {
  display: block;
}
.cid-uJW3n8vBzo .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uJW3n8vBzo .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uJW3n8vBzo .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uJW3n8vBzo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uJW3n8vBzo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uJW3n8vBzo .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uJW3n8vBzo .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uJW3n8vBzo .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uJW3n8vBzo .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uJW3n8vBzo .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uJW3n8vBzo .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-uJW3n8vBzo .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uJW3n8vBzo .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uJW3n8vBzo .navbar-collapse.collapsing,
  .cid-uJW3n8vBzo .navbar-collapse.show {
    display: block !important;
  }
  .cid-uJW3n8vBzo .navbar-collapse.collapsing .navbar-nav,
  .cid-uJW3n8vBzo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uJW3n8vBzo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uJW3n8vBzo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uJW3n8vBzo .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uJW3n8vBzo .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-uJW3n8vBzo .navbar-collapse.collapsing .navbar-buttons,
  .cid-uJW3n8vBzo .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uJW3n8vBzo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uJW3n8vBzo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uJW3n8vBzo img {
    height: 3.8rem !important;
  }
  .cid-uJW3n8vBzo .btn {
    display: flex;
  }
  .cid-uJW3n8vBzo button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uJW3n8vBzo .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uJW3n8vBzo .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uJW3n8vBzo .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uJW3n8vBzo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uJW3n8vBzo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uJW3n8vBzo .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uJW3n8vBzo .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uJW3n8vBzo .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uJW3n8vBzo .navbar-toggler {
  position: relative;
}
.cid-uJW3n8vBzo .dropdown-item.active,
.cid-uJW3n8vBzo .dropdown-item:active {
  color: initial;
}
.cid-uJW3n8vBzo .widget-title {
  color: #47b5ed;
}
.cid-uJW3n8vBzo .widget-text {
  color: #47b5ed;
}
.cid-uJW3n8vBzo .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uJW3n8vBzo .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #fac616;
  display: inline-flex;
  background-color: #fac616;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uJW3n8vBzo .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uJW3n8vBzo .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uJW3n8vBzo .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-uJW3n8vBzo .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-uJW3n8vBzo .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-uJW3n8vBzo .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-uJW3n8vBzo .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-uJW3n8vBzo .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uJW3n8vBzo .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-uJW3n8vBzo .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-uJW3n8vBzo .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uJW3n8vBzo .menu-content-top,
  .cid-uJW3n8vBzo .menu-bottom {
    padding: 0 15px;
  }
  .cid-uJW3n8vBzo button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uJW3n8vBzo .widget-title,
.cid-uJW3n8vBzo .widget-icon {
  color: #f4efef;
}
.cid-uJW3n8YoHm {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #000000 10%, #fac616 100%) !important;
}
.cid-uJW3n8YoHm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJW3n8YoHm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJW4sVkFEv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-uJW4sVkFEv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJW4sVkFEv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJW4sVkFEv .row {
  justify-content: space-between;
}
.cid-uJW4sVkFEv .card {
  justify-content: flex-end;
}
.cid-uJW4sVkFEv .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uJW4sVkFEv .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJW4sVkFEv .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJW4sVkFEv .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJW4sVkFEv .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uJW4sVkFEv .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 112px;
}
@media (max-width: 992px) {
  .cid-uJW4sVkFEv .panel-group {
    display: block;
  }
}
.cid-uJW4sVkFEv .panel-group .card {
  position: relative;
  padding: 48px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 3px dashed #f4efef;
}
@media (max-width: 992px) {
  .cid-uJW4sVkFEv .panel-group .card {
    padding: 22px 0;
  }
}
.cid-uJW4sVkFEv .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uJW4sVkFEv .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uJW4sVkFEv .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uJW4sVkFEv .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uJW4sVkFEv .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uJW4sVkFEv .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #9fdbf8;
}
.cid-uJW4sVkFEv .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uJW4sVkFEv .panel-group .card .panel-collapse .panel-body {
  margin: 42px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uJW4sVkFEv .panel-group .card .panel-collapse .panel-body {
    margin: 32px 0 0 0;
  }
}
.cid-uJW4sVkFEv .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJW4sVkFEv .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uJW4sVkFEv .mbr-label {
  color: #c10b02;
}
.cid-uJW4sVkFEv .mbr-section-title {
  color: #f4efef;
  text-align: left;
}
.cid-uJW4sVkFEv .mbr-desc {
  color: #4b4949;
}
.cid-uJW4sVkFEv .panel-title-edit {
  color: #fac616;
}
.cid-uJW4sVkFEv .panel-text {
  color: #4b4949;
}
.cid-uJW4sVkFEv .panel-text,
.cid-uJW4sVkFEv .panel-body {
  color: #f4efef;
}
.cid-uJW3narMCg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac616;
}
.cid-uJW3narMCg .wrapper {
  background-color: #ebeae2;
}
.cid-uJW3narMCg .top-row {
  border-bottom: 1px solid #4479d9;
}
.cid-uJW3narMCg li {
  list-style-type: none;
}
.cid-uJW3narMCg .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-uJW3narMCg .list-1 li {
  margin-bottom: 1rem;
}
.cid-uJW3narMCg .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-uJW3narMCg .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-uJW3narMCg .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-uJW3narMCg ul {
  margin: 0;
}
.cid-uJW3narMCg .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-uJW3narMCg .sect {
  display: flex;
  align-items: center;
}
.cid-uJW3narMCg .sect__left {
  flex: 0 0 32px;
  margin-right: 15px;
}
.cid-uJW3narMCg .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uJW3narMCg .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uJW3narMCg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJW3narMCg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJW3narMCg .b-text4 {
  text-align: center;
  color: #4479d9;
}
.cid-uJW3narMCg .b-text3 {
  color: #4479d9;
}
.cid-uJW3narMCg .mbr-section-title {
  color: #4479d9;
  text-align: left;
}
.cid-uJW3narMCg .list1 {
  text-align: left;
}
.cid-uJWTqXscdH .navbar {
  padding: 0.5rem 0;
  background: #fac616;
  transition: none;
  min-height: 50px;
}
.cid-uJWTqXscdH .navbar-fixed-top {
  padding-top: 0;
}
.cid-uJWTqXscdH .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uJWTqXscdH .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uJWTqXscdH .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uJWTqXscdH .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uJWTqXscdH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uJWTqXscdH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uJWTqXscdH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uJWTqXscdH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uJWTqXscdH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uJWTqXscdH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uJWTqXscdH .menu-content-top {
  background: #353535;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uJWTqXscdH .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-uJWTqXscdH .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uJWTqXscdH .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-uJWTqXscdH .dropdown-item,
.cid-uJWTqXscdH .nav-link,
.cid-uJWTqXscdH .brand-name {
  font-style: normal;
}
.cid-uJWTqXscdH .dropdown-item:hover,
.cid-uJWTqXscdH .nav-link:hover,
.cid-uJWTqXscdH .brand-name:hover {
  color: #279e64 !important;
}
.cid-uJWTqXscdH .dropdown-menu {
  background-color: #ffffff;
}
.cid-uJWTqXscdH .dropdown-item:active {
  background-color: #ffffff;
}
.cid-uJWTqXscdH .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uJWTqXscdH .navbar-dropdown.bg-color.transparent.opened {
  background: #fac616;
}
.cid-uJWTqXscdH .nav-item {
  position: relative;
}
.cid-uJWTqXscdH .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uJWTqXscdH .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uJWTqXscdH .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-uJWTqXscdH .nav-link {
    line-height: 6.13;
  }
  .cid-uJWTqXscdH .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uJWTqXscdH .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-uJWTqXscdH .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJWTqXscdH .content-text {
  margin-bottom: 0;
}
.cid-uJWTqXscdH .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uJWTqXscdH .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fac616;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uJWTqXscdH .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uJWTqXscdH .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uJWTqXscdH .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-uJWTqXscdH .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJWTqXscdH .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uJWTqXscdH .content-right-side {
  text-align: center;
}
.cid-uJWTqXscdH .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uJWTqXscdH .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uJWTqXscdH .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ff0000;
}
.cid-uJWTqXscdH .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uJWTqXscdH .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJWTqXscdH .info-widget:first-child {
  margin-left: 0;
}
.cid-uJWTqXscdH .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uJWTqXscdH .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-uJWTqXscdH .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uJWTqXscdH .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #fac616;
}
@media (min-width: 992px) {
  .cid-uJWTqXscdH .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uJWTqXscdH .navbar {
    display: block;
    padding: 0;
  }
  .cid-uJWTqXscdH .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uJWTqXscdH .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uJWTqXscdH .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uJWTqXscdH .navbar-toggler {
    display: none;
  }
  .cid-uJWTqXscdH .navbar-collapse {
    justify-content: center;
  }
}
.cid-uJWTqXscdH .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uJWTqXscdH .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-uJWTqXscdH .btn-sm {
  padding: 13px 29px;
}
.cid-uJWTqXscdH .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uJWTqXscdH .btn::after {
  background-color: #47b5ed;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uJWTqXscdH .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uJWTqXscdH .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uJWTqXscdH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uJWTqXscdH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uJWTqXscdH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uJWTqXscdH .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uJWTqXscdH .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uJWTqXscdH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJWTqXscdH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJWTqXscdH .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uJWTqXscdH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uJWTqXscdH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJWTqXscdH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uJWTqXscdH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJWTqXscdH .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uJWTqXscdH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uJWTqXscdH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uJWTqXscdH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uJWTqXscdH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uJWTqXscdH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-uJWTqXscdH button.navbar-toggler:focus {
  outline: none;
}
.cid-uJWTqXscdH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJWTqXscdH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJWTqXscdH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJWTqXscdH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJWTqXscdH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJWTqXscdH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJWTqXscdH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJWTqXscdH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJWTqXscdH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJWTqXscdH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJWTqXscdH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJWTqXscdH .collapsed .btn {
  display: flex;
}
.cid-uJWTqXscdH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uJWTqXscdH .collapsed .navbar-collapse.collapsing,
.cid-uJWTqXscdH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uJWTqXscdH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uJWTqXscdH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uJWTqXscdH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uJWTqXscdH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uJWTqXscdH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uJWTqXscdH .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uJWTqXscdH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uJWTqXscdH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uJWTqXscdH .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uJWTqXscdH .collapsed button.navbar-toggler {
  display: block;
}
.cid-uJWTqXscdH .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uJWTqXscdH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uJWTqXscdH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uJWTqXscdH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uJWTqXscdH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uJWTqXscdH .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uJWTqXscdH .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uJWTqXscdH .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uJWTqXscdH .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uJWTqXscdH .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uJWTqXscdH .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-uJWTqXscdH .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uJWTqXscdH .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uJWTqXscdH .navbar-collapse.collapsing,
  .cid-uJWTqXscdH .navbar-collapse.show {
    display: block !important;
  }
  .cid-uJWTqXscdH .navbar-collapse.collapsing .navbar-nav,
  .cid-uJWTqXscdH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uJWTqXscdH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uJWTqXscdH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uJWTqXscdH .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uJWTqXscdH .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-uJWTqXscdH .navbar-collapse.collapsing .navbar-buttons,
  .cid-uJWTqXscdH .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uJWTqXscdH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uJWTqXscdH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uJWTqXscdH img {
    height: 3.8rem !important;
  }
  .cid-uJWTqXscdH .btn {
    display: flex;
  }
  .cid-uJWTqXscdH button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uJWTqXscdH .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uJWTqXscdH .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uJWTqXscdH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uJWTqXscdH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uJWTqXscdH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uJWTqXscdH .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uJWTqXscdH .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uJWTqXscdH .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uJWTqXscdH .navbar-toggler {
  position: relative;
}
.cid-uJWTqXscdH .dropdown-item.active,
.cid-uJWTqXscdH .dropdown-item:active {
  color: initial;
}
.cid-uJWTqXscdH .widget-title {
  color: #47b5ed;
}
.cid-uJWTqXscdH .widget-text {
  color: #47b5ed;
}
.cid-uJWTqXscdH .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uJWTqXscdH .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #fac616;
  display: inline-flex;
  background-color: #fac616;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uJWTqXscdH .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uJWTqXscdH .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uJWTqXscdH .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-uJWTqXscdH .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-uJWTqXscdH .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-uJWTqXscdH .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-uJWTqXscdH .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-uJWTqXscdH .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uJWTqXscdH .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-uJWTqXscdH .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-uJWTqXscdH .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uJWTqXscdH .menu-content-top,
  .cid-uJWTqXscdH .menu-bottom {
    padding: 0 15px;
  }
  .cid-uJWTqXscdH button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uJWTqXscdH .widget-title,
.cid-uJWTqXscdH .widget-icon {
  color: #f4efef;
}
.cid-uJWTqY4PYe {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #000000 10%, #fac616 100%) !important;
}
.cid-uJWTqY4PYe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJWTqY4PYe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJWTqZnU7u {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJWTqZnU7u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJWTqZnU7u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJWTqZnU7u .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJWTqZnU7u .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJWTqZnU7u .container {
    padding: 0 24px;
  }
}
.cid-uJWTqZnU7u .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJWTqZnU7u .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJWTqZnU7u .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJWTqZnU7u .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJWTqZnU7u .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJWTqZnU7u .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJWTqZnU7u .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJWTqZnU7u .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJWTqZnU7u .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJWTqZnU7u .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJWTqZnU7u .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJWTqZnU7u .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJWTqZnU7u .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJWTqZnU7u .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJWTqZnU7u .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJWTqZnU7u .mbr-section-title {
  color: #141414;
}
.cid-uJWTqZnU7u .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJWTqZnU7u .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJWTqZnU7u .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJWTqZnU7u .mbr-section-title,
.cid-uJWTqZnU7u .mbr-section-btn {
  text-align: center;
}
.cid-uKjJkYbnkf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uKjJkYbnkf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjJkYbnkf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjJkYbnkf .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uKjJkYbnkf .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uKjJkYbnkf .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uKjJkYbnkf .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uKjJkYbnkf .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uKjJkYbnkf .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uKjJkYbnkf .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjJkYbnkf .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uKjJkYbnkf .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uKjJkYbnkf .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uKjJkYbnkf .mbr-section-title {
  color: #191c25;
}
.cid-uKjJkYbnkf .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uKjJkYbnkf .mbr-section-title,
.cid-uKjJkYbnkf .mbr-section-btn,
.cid-uKjJkYbnkf .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uKjIQ3oPkF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uKjIQ3oPkF .container {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uKjIQ3oPkF .container {
    padding: 0 28px;
  }
}
.cid-uKjIQ3oPkF .row {
  margin: -1px 0 0 0;
}
.cid-uKjIQ3oPkF .card {
  padding: 0;
  justify-content: flex-end;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uKjIQ3oPkF .card {
    border-right: 0;
    border-bottom: 1px solid #000000;
    padding: 0;
  }
}
.cid-uKjIQ3oPkF .item:focus,
.cid-uKjIQ3oPkF span:focus {
  outline: none;
}
.cid-uKjIQ3oPkF .item-wrapper {
  position: relative;
}
.cid-uKjIQ3oPkF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 767px) {
  .cid-uKjIQ3oPkF .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uKjIQ3oPkF .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 40px;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uKjIQ3oPkF .embla__slide .slide-content {
    padding: 28px;
  }
}
.cid-uKjIQ3oPkF .embla__slide .slide-content:hover .mbr-section-btn,
.cid-uKjIQ3oPkF .embla__slide .slide-content:focus .mbr-section-btn {
  opacity: 1;
}
.cid-uKjIQ3oPkF .embla__slide .slide-content .mbr-section-btn {
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uKjIQ3oPkF .embla__slide .slide-content .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uKjIQ3oPkF .embla__slide .slide-content .mbr-section-btn .btn {
  text-align: center;
}
.cid-uKjIQ3oPkF .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-uKjIQ3oPkF .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  margin: 100px 0;
}
@media (max-width: 992px) {
  .cid-uKjIQ3oPkF .embla__slide .slide-content .item-wrapper .item-img {
    height: 350px;
    margin-bottom: 50px;
  }
}
.cid-uKjIQ3oPkF .embla__slide .slide-content .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKjIQ3oPkF .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uKjIQ3oPkF .embla__slide .slide-content .content-wrap {
  width: 100%;
}
.cid-uKjIQ3oPkF .embla__slide .slide-content .content-wrap .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uKjIQ3oPkF .embla__slide .slide-content .content-wrap .title-wrap .mbr-card-title {
  margin-bottom: 0;
}
.cid-uKjIQ3oPkF .embla__slide .slide-content .content-wrap .title-wrap .mbr-price {
  margin-bottom: 0;
  min-width: 60px;
}
.cid-uKjIQ3oPkF .embla__slide .slide-content .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uKjIQ3oPkF .embla__button--next,
.cid-uKjIQ3oPkF .embla__button--prev {
  display: flex;
}
.cid-uKjIQ3oPkF .embla__button {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 38px;
  background-color: transparent !important;
  opacity: 1 !important;
  color: #e43f3f !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKjIQ3oPkF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKjIQ3oPkF .embla__button:hover.embla__button--prev {
  transform: translateX(-5px);
}
.cid-uKjIQ3oPkF .embla__button:hover.embla__button--next {
  transform: translateX(5px);
}
.cid-uKjIQ3oPkF .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 992px) {
  .cid-uKjIQ3oPkF .embla__button.embla__button--prev {
    left: 10px;
  }
}
.cid-uKjIQ3oPkF .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 992px) {
  .cid-uKjIQ3oPkF .embla__button.embla__button--next {
    right: 10px;
  }
}
@media (max-width: 992px) {
  .cid-uKjIQ3oPkF .embla__button {
    top: 50%;
  }
}
.cid-uKjIQ3oPkF .embla {
  position: relative;
  width: 100%;
}
.cid-uKjIQ3oPkF .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uKjIQ3oPkF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKjIQ3oPkF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKjIQ3oPkF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKjIQ3oPkF .mbr-section-title {
  color: #000000;
}
.cid-uKjIQ3oPkF .mbr-card-title {
  color: #000000;
}
.cid-uKjIQ3oPkF .mbr-desc {
  color: #000000;
}
.cid-uKjIQ3oPkF .mbr-price {
  color: #e43f3f;
}
.cid-uJWTqZTWcW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uJWTqZTWcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJWTqZTWcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJWTqZTWcW .container {
    padding: 0 15px;
  }
}
.cid-uJWTqZTWcW .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJWTqZTWcW .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJWTqZTWcW .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uJWTqZTWcW .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uJWTqZTWcW .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uJWTqZTWcW .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uJWTqZTWcW .mbr-section-title {
  color: #131c28;
}
.cid-uJWTqZTWcW .mbr-desc {
  color: #131c28;
}
.cid-uJWTr2EMgD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJWTr2EMgD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJWTr2EMgD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJWTr2EMgD .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJWTr2EMgD .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJWTr2EMgD .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJWTr2EMgD .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJWTr2EMgD .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #063a99;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}
.cid-uJWTr2EMgD .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJWTr2EMgD .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJWTr2EMgD .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJWTr2EMgD .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJWTr2EMgD .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJWTr2EMgD .mbr-section-title {
  color: #191c25;
}
.cid-uJWTr2EMgD .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJWTr2EMgD .mbr-section-title,
.cid-uJWTr2EMgD .mbr-section-btn,
.cid-uJWTr2EMgD .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJWTr3aOpA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uJWTr3aOpA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJWTr3aOpA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJWTr3aOpA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJWTr3aOpA .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJWTr3aOpA .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJWTr3aOpA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJWTr3aOpA .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uJWTr3aOpA .mbr-text,
.cid-uJWTr3aOpA .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uJWTr4l1I2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJWTr4l1I2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJWTr4l1I2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJWTr4l1I2 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJWTr4l1I2 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJWTr4l1I2 .container {
    padding: 0 24px;
  }
}
.cid-uJWTr4l1I2 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJWTr4l1I2 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJWTr4l1I2 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJWTr4l1I2 .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJWTr4l1I2 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJWTr4l1I2 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJWTr4l1I2 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJWTr4l1I2 .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJWTr4l1I2 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJWTr4l1I2 .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJWTr4l1I2 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJWTr4l1I2 .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJWTr4l1I2 .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJWTr4l1I2 .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJWTr4l1I2 .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJWTr4l1I2 .mbr-section-title {
  color: #141414;
}
.cid-uJWTr4l1I2 .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJWTr4l1I2 .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJWTr4l1I2 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJWTr4l1I2 .mbr-section-title,
.cid-uJWTr4l1I2 .mbr-section-btn {
  text-align: center;
}
.cid-uJWTr5HCYR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJWTr5HCYR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJWTr5HCYR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJWTr5HCYR .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJWTr5HCYR .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJWTr5HCYR .container {
    padding: 0 24px;
  }
}
.cid-uJWTr5HCYR .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJWTr5HCYR .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJWTr5HCYR .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJWTr5HCYR .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJWTr5HCYR .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJWTr5HCYR .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJWTr5HCYR .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJWTr5HCYR .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJWTr5HCYR .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJWTr5HCYR .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJWTr5HCYR .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJWTr5HCYR .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJWTr5HCYR .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJWTr5HCYR .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJWTr5HCYR .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJWTr5HCYR .mbr-section-title {
  color: #141414;
}
.cid-uJWTr5HCYR .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJWTr5HCYR .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJWTr5HCYR .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJWTr5HCYR .mbr-section-title,
.cid-uJWTr5HCYR .mbr-section-btn {
  text-align: center;
}
.cid-uJWTr6nkRB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uJWTr6nkRB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJWTr6nkRB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJWTr6nkRB .container {
    padding: 0 15px;
  }
}
.cid-uJWTr6nkRB .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJWTr6nkRB .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJWTr6nkRB .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uJWTr6nkRB .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uJWTr6nkRB .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uJWTr6nkRB .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uJWTr6nkRB .mbr-section-title {
  color: #131c28;
}
.cid-uJWTr6nkRB .mbr-desc {
  color: #131c28;
}
.cid-uJWTr6nkRB .mbr-text {
  text-align: center;
}
.cid-uJWTr3MUER {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJWTr3MUER .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJWTr3MUER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJWTr3MUER .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJWTr3MUER .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJWTr3MUER .container {
    padding: 0 24px;
  }
}
.cid-uJWTr3MUER .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJWTr3MUER .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJWTr3MUER .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJWTr3MUER .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJWTr3MUER .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJWTr3MUER .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJWTr3MUER .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJWTr3MUER .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJWTr3MUER .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJWTr3MUER .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJWTr3MUER .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJWTr3MUER .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJWTr3MUER .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJWTr3MUER .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJWTr3MUER .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJWTr3MUER .mbr-section-title {
  color: #141414;
}
.cid-uJWTr3MUER .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJWTr3MUER .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJWTr3MUER .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJWTr3MUER .mbr-section-title,
.cid-uJWTr3MUER .mbr-section-btn {
  text-align: center;
}
.cid-uJWTr6V6ay {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-uJWTr6V6ay .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJWTr6V6ay .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJWTr6V6ay .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uJWTr6V6ay .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJWTr6V6ay .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uJWTr6V6ay .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJWTr6V6ay .container {
    padding: 0 14px;
  }
}
.cid-uJWTr6V6ay .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uJWTr6V6ay .content-wrapper .link-wrapper {
  display: block;
}
.cid-uJWTr6V6ay .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uJWTr6V6ay .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uJWTr6V6ay .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJWTr6V6ay .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uJWTr6V6ay .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uJWTr7sxqX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac616;
}
.cid-uJWTr7sxqX .wrapper {
  background-color: #ebeae2;
}
.cid-uJWTr7sxqX .top-row {
  border-bottom: 1px solid #4479d9;
}
.cid-uJWTr7sxqX li {
  list-style-type: none;
}
.cid-uJWTr7sxqX .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-uJWTr7sxqX .list-1 li {
  margin-bottom: 1rem;
}
.cid-uJWTr7sxqX .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-uJWTr7sxqX .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-uJWTr7sxqX .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-uJWTr7sxqX ul {
  margin: 0;
}
.cid-uJWTr7sxqX .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-uJWTr7sxqX .sect {
  display: flex;
  align-items: center;
}
.cid-uJWTr7sxqX .sect__left {
  flex: 0 0 32px;
  margin-right: 15px;
}
.cid-uJWTr7sxqX .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uJWTr7sxqX .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uJWTr7sxqX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJWTr7sxqX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJWTr7sxqX .b-text4 {
  text-align: center;
  color: #4479d9;
}
.cid-uJWTr7sxqX .b-text3 {
  color: #4479d9;
}
.cid-uJWTr7sxqX .mbr-section-title {
  color: #4479d9;
  text-align: left;
}
.cid-uJWTr7sxqX .list1 {
  text-align: left;
}
.cid-uKjEpuMsW8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dedede;
}
.cid-uKjEpuMsW8 .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-uKjEpuMsW8 .container {
    padding: 0 28px;
  }
}
.cid-uKjEpuMsW8 .row {
  margin: -1px 0 0 0;
}
.cid-uKjEpuMsW8 .card {
  padding: 0;
  justify-content: flex-end;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uKjEpuMsW8 .card {
    border-right: 0;
    border-bottom: 1px solid #707070;
    padding: 0;
  }
}
.cid-uKjEpuMsW8 .item:focus,
.cid-uKjEpuMsW8 span:focus {
  outline: none;
}
.cid-uKjEpuMsW8 .item-wrapper {
  position: relative;
}
.cid-uKjEpuMsW8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 767px) {
  .cid-uKjEpuMsW8 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uKjEpuMsW8 .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 40px;
  border-right: 1px solid #707070;
  border-left: 1px solid #707070;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uKjEpuMsW8 .embla__slide .slide-content {
    padding: 28px;
  }
}
.cid-uKjEpuMsW8 .embla__slide .slide-content:hover .mbr-section-btn,
.cid-uKjEpuMsW8 .embla__slide .slide-content:focus .mbr-section-btn {
  opacity: 1;
}
.cid-uKjEpuMsW8 .embla__slide .slide-content .mbr-section-btn {
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uKjEpuMsW8 .embla__slide .slide-content .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uKjEpuMsW8 .embla__slide .slide-content .mbr-section-btn .btn {
  text-align: center;
}
.cid-uKjEpuMsW8 .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-uKjEpuMsW8 .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  margin: 100px 0;
}
@media (max-width: 992px) {
  .cid-uKjEpuMsW8 .embla__slide .slide-content .item-wrapper .item-img {
    height: 350px;
    margin-bottom: 50px;
  }
}
.cid-uKjEpuMsW8 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKjEpuMsW8 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uKjEpuMsW8 .embla__slide .slide-content .content-wrap {
  width: 100%;
}
.cid-uKjEpuMsW8 .embla__slide .slide-content .content-wrap .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uKjEpuMsW8 .embla__slide .slide-content .content-wrap .title-wrap .mbr-card-title {
  margin-bottom: 0;
}
.cid-uKjEpuMsW8 .embla__slide .slide-content .content-wrap .title-wrap .mbr-price {
  margin-bottom: 0;
  min-width: 60px;
}
.cid-uKjEpuMsW8 .embla__slide .slide-content .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uKjEpuMsW8 .embla__button--next,
.cid-uKjEpuMsW8 .embla__button--prev {
  display: flex;
}
.cid-uKjEpuMsW8 .embla__button {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 38px;
  background-color: transparent !important;
  opacity: 1 !important;
  color: #000000 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKjEpuMsW8 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKjEpuMsW8 .embla__button:hover.embla__button--prev {
  transform: translateX(-5px);
}
.cid-uKjEpuMsW8 .embla__button:hover.embla__button--next {
  transform: translateX(5px);
}
.cid-uKjEpuMsW8 .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 992px) {
  .cid-uKjEpuMsW8 .embla__button.embla__button--prev {
    left: 10px;
  }
}
.cid-uKjEpuMsW8 .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 992px) {
  .cid-uKjEpuMsW8 .embla__button.embla__button--next {
    right: 10px;
  }
}
@media (max-width: 992px) {
  .cid-uKjEpuMsW8 .embla__button {
    top: 50%;
  }
}
.cid-uKjEpuMsW8 .embla {
  position: relative;
  width: 100%;
}
.cid-uKjEpuMsW8 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uKjEpuMsW8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKjEpuMsW8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKjEpuMsW8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKjEpuMsW8 .mbr-section-title {
  color: #000000;
}
.cid-uKjEpuMsW8 .mbr-card-title {
  color: #000000;
}
.cid-uKjEpuMsW8 .mbr-desc {
  color: #000000;
}
.cid-uKjEKm6AOO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-uKjEKm6AOO .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-uKjEKm6AOO img,
.cid-uKjEKm6AOO .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uKjEKm6AOO .item:focus,
.cid-uKjEKm6AOO span:focus {
  outline: none;
}
.cid-uKjEKm6AOO .item-wrapper {
  position: relative;
}
.cid-uKjEKm6AOO .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uKjEKm6AOO .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uKjEKm6AOO .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKjEKm6AOO .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uKjEKm6AOO .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uKjEKm6AOO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uKjEKm6AOO .mbr-section-title {
  color: #232323;
}
.cid-uKjEKm6AOO .mbr-text,
.cid-uKjEKm6AOO .mbr-section-btn {
  text-align: left;
}
.cid-uKjEKm6AOO .item-title {
  text-align: left;
}
.cid-uKjEKm6AOO .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uKjEKm6AOO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uKjEKm6AOO .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uKjEKm6AOO .embla__button--next,
.cid-uKjEKm6AOO .embla__button--prev {
  display: flex;
}
.cid-uKjEKm6AOO .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uKjEKm6AOO .embla__button {
    display: none;
  }
}
.cid-uKjEKm6AOO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKjEKm6AOO .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uKjEKm6AOO .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uKjEKm6AOO .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uKjEKm6AOO .embla__button {
    top: auto;
  }
}
.cid-uKjEKm6AOO .embla {
  position: relative;
  width: 100%;
}
.cid-uKjEKm6AOO .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uKjEKm6AOO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKjEKm6AOO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKjEKm6AOO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uKjEKm6AOO .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-uKjEKm6AOO .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uKjEKm6AOO .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uKjMUkZQHH .navbar {
  padding: 0.5rem 0;
  background: #fac616;
  transition: none;
  min-height: 50px;
}
.cid-uKjMUkZQHH .navbar-fixed-top {
  padding-top: 0;
}
.cid-uKjMUkZQHH .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uKjMUkZQHH .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uKjMUkZQHH .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uKjMUkZQHH .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uKjMUkZQHH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uKjMUkZQHH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uKjMUkZQHH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uKjMUkZQHH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uKjMUkZQHH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uKjMUkZQHH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uKjMUkZQHH .menu-content-top {
  background: #353535;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uKjMUkZQHH .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-uKjMUkZQHH .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uKjMUkZQHH .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-uKjMUkZQHH .dropdown-item,
.cid-uKjMUkZQHH .nav-link,
.cid-uKjMUkZQHH .brand-name {
  font-style: normal;
}
.cid-uKjMUkZQHH .dropdown-item:hover,
.cid-uKjMUkZQHH .nav-link:hover,
.cid-uKjMUkZQHH .brand-name:hover {
  color: #279e64 !important;
}
.cid-uKjMUkZQHH .dropdown-menu {
  background-color: #ffffff;
}
.cid-uKjMUkZQHH .dropdown-item:active {
  background-color: #ffffff;
}
.cid-uKjMUkZQHH .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uKjMUkZQHH .navbar-dropdown.bg-color.transparent.opened {
  background: #fac616;
}
.cid-uKjMUkZQHH .nav-item {
  position: relative;
}
.cid-uKjMUkZQHH .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uKjMUkZQHH .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uKjMUkZQHH .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-uKjMUkZQHH .nav-link {
    line-height: 6.13;
  }
  .cid-uKjMUkZQHH .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uKjMUkZQHH .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-uKjMUkZQHH .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKjMUkZQHH .content-text {
  margin-bottom: 0;
}
.cid-uKjMUkZQHH .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uKjMUkZQHH .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fac616;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uKjMUkZQHH .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uKjMUkZQHH .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uKjMUkZQHH .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-uKjMUkZQHH .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKjMUkZQHH .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uKjMUkZQHH .content-right-side {
  text-align: center;
}
.cid-uKjMUkZQHH .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uKjMUkZQHH .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uKjMUkZQHH .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ff0000;
}
.cid-uKjMUkZQHH .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uKjMUkZQHH .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKjMUkZQHH .info-widget:first-child {
  margin-left: 0;
}
.cid-uKjMUkZQHH .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uKjMUkZQHH .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-uKjMUkZQHH .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uKjMUkZQHH .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #fac616;
}
@media (min-width: 992px) {
  .cid-uKjMUkZQHH .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uKjMUkZQHH .navbar {
    display: block;
    padding: 0;
  }
  .cid-uKjMUkZQHH .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uKjMUkZQHH .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uKjMUkZQHH .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uKjMUkZQHH .navbar-toggler {
    display: none;
  }
  .cid-uKjMUkZQHH .navbar-collapse {
    justify-content: center;
  }
}
.cid-uKjMUkZQHH .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uKjMUkZQHH .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-uKjMUkZQHH .btn-sm {
  padding: 13px 29px;
}
.cid-uKjMUkZQHH .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uKjMUkZQHH .btn::after {
  background-color: #47b5ed;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uKjMUkZQHH .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uKjMUkZQHH .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uKjMUkZQHH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uKjMUkZQHH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uKjMUkZQHH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uKjMUkZQHH .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uKjMUkZQHH .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uKjMUkZQHH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKjMUkZQHH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKjMUkZQHH .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uKjMUkZQHH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uKjMUkZQHH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKjMUkZQHH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uKjMUkZQHH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKjMUkZQHH .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uKjMUkZQHH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uKjMUkZQHH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uKjMUkZQHH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uKjMUkZQHH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uKjMUkZQHH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-uKjMUkZQHH button.navbar-toggler:focus {
  outline: none;
}
.cid-uKjMUkZQHH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uKjMUkZQHH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKjMUkZQHH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKjMUkZQHH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKjMUkZQHH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKjMUkZQHH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKjMUkZQHH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKjMUkZQHH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKjMUkZQHH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKjMUkZQHH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKjMUkZQHH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKjMUkZQHH .collapsed .btn {
  display: flex;
}
.cid-uKjMUkZQHH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uKjMUkZQHH .collapsed .navbar-collapse.collapsing,
.cid-uKjMUkZQHH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uKjMUkZQHH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uKjMUkZQHH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uKjMUkZQHH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uKjMUkZQHH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uKjMUkZQHH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uKjMUkZQHH .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uKjMUkZQHH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uKjMUkZQHH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uKjMUkZQHH .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uKjMUkZQHH .collapsed button.navbar-toggler {
  display: block;
}
.cid-uKjMUkZQHH .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uKjMUkZQHH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uKjMUkZQHH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uKjMUkZQHH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uKjMUkZQHH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uKjMUkZQHH .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uKjMUkZQHH .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKjMUkZQHH .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uKjMUkZQHH .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uKjMUkZQHH .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uKjMUkZQHH .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-uKjMUkZQHH .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uKjMUkZQHH .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uKjMUkZQHH .navbar-collapse.collapsing,
  .cid-uKjMUkZQHH .navbar-collapse.show {
    display: block !important;
  }
  .cid-uKjMUkZQHH .navbar-collapse.collapsing .navbar-nav,
  .cid-uKjMUkZQHH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uKjMUkZQHH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uKjMUkZQHH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uKjMUkZQHH .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uKjMUkZQHH .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-uKjMUkZQHH .navbar-collapse.collapsing .navbar-buttons,
  .cid-uKjMUkZQHH .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uKjMUkZQHH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uKjMUkZQHH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uKjMUkZQHH img {
    height: 3.8rem !important;
  }
  .cid-uKjMUkZQHH .btn {
    display: flex;
  }
  .cid-uKjMUkZQHH button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uKjMUkZQHH .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uKjMUkZQHH .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uKjMUkZQHH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uKjMUkZQHH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uKjMUkZQHH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uKjMUkZQHH .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uKjMUkZQHH .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uKjMUkZQHH .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uKjMUkZQHH .navbar-toggler {
  position: relative;
}
.cid-uKjMUkZQHH .dropdown-item.active,
.cid-uKjMUkZQHH .dropdown-item:active {
  color: initial;
}
.cid-uKjMUkZQHH .widget-title {
  color: #47b5ed;
}
.cid-uKjMUkZQHH .widget-text {
  color: #47b5ed;
}
.cid-uKjMUkZQHH .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uKjMUkZQHH .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #fac616;
  display: inline-flex;
  background-color: #fac616;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uKjMUkZQHH .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uKjMUkZQHH .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uKjMUkZQHH .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-uKjMUkZQHH .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-uKjMUkZQHH .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-uKjMUkZQHH .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-uKjMUkZQHH .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-uKjMUkZQHH .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uKjMUkZQHH .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-uKjMUkZQHH .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-uKjMUkZQHH .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uKjMUkZQHH .menu-content-top,
  .cid-uKjMUkZQHH .menu-bottom {
    padding: 0 15px;
  }
  .cid-uKjMUkZQHH button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uKjMUkZQHH .widget-title,
.cid-uKjMUkZQHH .widget-icon {
  color: #f4efef;
}
.cid-uKjMUlPH3p {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #fac616 10%, #353535 100%) !important;
}
.cid-uKjMUlPH3p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjMUlPH3p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjMUnkCut {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjMUnkCut .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjMUnkCut .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjMUnkCut .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjMUnkCut .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjMUnkCut .container {
    padding: 0 24px;
  }
}
.cid-uKjMUnkCut .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjMUnkCut .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjMUnkCut .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjMUnkCut .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjMUnkCut .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjMUnkCut .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjMUnkCut .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjMUnkCut .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjMUnkCut .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjMUnkCut .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjMUnkCut .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjMUnkCut .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjMUnkCut .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjMUnkCut .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjMUnkCut .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjMUnkCut .mbr-section-title {
  color: #141414;
}
.cid-uKjMUnkCut .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjMUnkCut .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjMUnkCut .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjMUnkCut .mbr-section-title,
.cid-uKjMUnkCut .mbr-section-btn {
  text-align: center;
}
.cid-uKjMUppHkR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uKjMUppHkR .mbr-text {
  margin: 0;
}
.cid-uKjMUppHkR .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-uKjMUppHkR .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uKjMUppHkR .row-element,
.cid-uKjMUppHkR .image-element {
  padding: 0;
}
.cid-uKjMUppHkR .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uKjMUppHkR .image-element .img-wrap {
  width: 100% !important;
}
.cid-uKjMUppHkR .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uKjMUppHkR .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uKjMUppHkR .carousel-item.active,
.cid-uKjMUppHkR .carousel-item-next,
.cid-uKjMUppHkR .carousel-item-prev {
  display: flex;
}
.cid-uKjMUppHkR .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-uKjMUppHkR .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #fac616;
}
.cid-uKjMUppHkR .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-uKjMUppHkR .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uKjMUppHkR .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKjMUppHkR .carousel-controls {
    display: block;
  }
  .cid-uKjMUppHkR .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-uKjMUppHkR .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-uKjMUppHkR .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-uKjMUppHkR .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-uKjMUppHkR .text-element {
    padding: 1rem;
  }
  .cid-uKjMUppHkR .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKjMUppHkR .image-element {
    min-width: 50%;
  }
  .cid-uKjMUppHkR .media-container-row {
    width: 100%;
  }
}
.cid-uKjMUppHkR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjMUppHkR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjMUppHkR .mbr-title,
.cid-uKjMUppHkR .ornament {
  color: #ce320c;
}
.cid-uKjMUppHkR .mbr-text,
.cid-uKjMUppHkR .link {
  text-align: left;
}
.cid-uKjMUo3J4a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uKjMUo3J4a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjMUo3J4a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKjMUo3J4a .container {
    padding: 0 15px;
  }
}
.cid-uKjMUo3J4a .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uKjMUo3J4a .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uKjMUo3J4a .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uKjMUo3J4a .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uKjMUo3J4a .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uKjMUo3J4a .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uKjMUo3J4a .mbr-section-title {
  color: #131c28;
}
.cid-uKjMUo3J4a .mbr-desc {
  color: #131c28;
}
.cid-uKjMUoJCFE {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjMUoJCFE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjMUoJCFE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjMUoJCFE .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjMUoJCFE .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjMUoJCFE .container {
    padding: 0 24px;
  }
}
.cid-uKjMUoJCFE .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjMUoJCFE .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjMUoJCFE .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjMUoJCFE .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjMUoJCFE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjMUoJCFE .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjMUoJCFE .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjMUoJCFE .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjMUoJCFE .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjMUoJCFE .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjMUoJCFE .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjMUoJCFE .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjMUoJCFE .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjMUoJCFE .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjMUoJCFE .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjMUoJCFE .mbr-section-title {
  color: #141414;
}
.cid-uKjMUoJCFE .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjMUoJCFE .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjMUoJCFE .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjMUoJCFE .mbr-section-title,
.cid-uKjMUoJCFE .mbr-section-btn {
  text-align: center;
}
.cid-uKjMUqozvL {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjMUqozvL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjMUqozvL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjMUqozvL .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjMUqozvL .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjMUqozvL .container {
    padding: 0 24px;
  }
}
.cid-uKjMUqozvL .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjMUqozvL .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjMUqozvL .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjMUqozvL .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjMUqozvL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjMUqozvL .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjMUqozvL .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjMUqozvL .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjMUqozvL .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjMUqozvL .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjMUqozvL .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjMUqozvL .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjMUqozvL .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjMUqozvL .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjMUqozvL .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjMUqozvL .mbr-section-title {
  color: #141414;
}
.cid-uKjMUqozvL .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjMUqozvL .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjMUqozvL .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjMUqozvL .mbr-section-title,
.cid-uKjMUqozvL .mbr-section-btn {
  text-align: center;
}
.cid-uKjMUr5VMh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uKjMUr5VMh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjMUr5VMh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKjMUr5VMh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKjMUr5VMh .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKjMUr5VMh .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKjMUr5VMh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKjMUr5VMh .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uKjMUr5VMh .mbr-text,
.cid-uKjMUr5VMh .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uKjMUrI26u {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjMUrI26u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjMUrI26u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjMUrI26u .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjMUrI26u .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjMUrI26u .container {
    padding: 0 24px;
  }
}
.cid-uKjMUrI26u .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjMUrI26u .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjMUrI26u .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjMUrI26u .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjMUrI26u .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjMUrI26u .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjMUrI26u .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjMUrI26u .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjMUrI26u .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjMUrI26u .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjMUrI26u .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjMUrI26u .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjMUrI26u .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjMUrI26u .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjMUrI26u .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjMUrI26u .mbr-section-title {
  color: #141414;
}
.cid-uKjMUrI26u .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjMUrI26u .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjMUrI26u .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjMUrI26u .mbr-section-title,
.cid-uKjMUrI26u .mbr-section-btn {
  text-align: center;
}
.cid-uKjMUt4rzb {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjMUt4rzb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjMUt4rzb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjMUt4rzb .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjMUt4rzb .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjMUt4rzb .container {
    padding: 0 24px;
  }
}
.cid-uKjMUt4rzb .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjMUt4rzb .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjMUt4rzb .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjMUt4rzb .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjMUt4rzb .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjMUt4rzb .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjMUt4rzb .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjMUt4rzb .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjMUt4rzb .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjMUt4rzb .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjMUt4rzb .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjMUt4rzb .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjMUt4rzb .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjMUt4rzb .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjMUt4rzb .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjMUt4rzb .mbr-section-title {
  color: #141414;
}
.cid-uKjMUt4rzb .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjMUt4rzb .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjMUt4rzb .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjMUt4rzb .mbr-section-title,
.cid-uKjMUt4rzb .mbr-section-btn {
  text-align: center;
}
.cid-uKjMUuv5us {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjMUuv5us .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjMUuv5us .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjMUuv5us .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjMUuv5us .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjMUuv5us .container {
    padding: 0 24px;
  }
}
.cid-uKjMUuv5us .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjMUuv5us .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjMUuv5us .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjMUuv5us .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjMUuv5us .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjMUuv5us .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjMUuv5us .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjMUuv5us .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjMUuv5us .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjMUuv5us .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjMUuv5us .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjMUuv5us .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjMUuv5us .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjMUuv5us .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjMUuv5us .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjMUuv5us .mbr-section-title {
  color: #141414;
}
.cid-uKjMUuv5us .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjMUuv5us .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjMUuv5us .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjMUuv5us .mbr-section-title,
.cid-uKjMUuv5us .mbr-section-btn {
  text-align: center;
}
.cid-uKjMUw9uec {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjMUw9uec .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjMUw9uec .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjMUw9uec .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjMUw9uec .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjMUw9uec .container {
    padding: 0 24px;
  }
}
.cid-uKjMUw9uec .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjMUw9uec .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjMUw9uec .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjMUw9uec .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjMUw9uec .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjMUw9uec .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjMUw9uec .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjMUw9uec .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjMUw9uec .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjMUw9uec .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjMUw9uec .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjMUw9uec .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjMUw9uec .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjMUw9uec .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjMUw9uec .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjMUw9uec .mbr-section-title {
  color: #141414;
}
.cid-uKjMUw9uec .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjMUw9uec .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjMUw9uec .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjMUw9uec .mbr-section-title,
.cid-uKjMUw9uec .mbr-section-btn {
  text-align: center;
}
.cid-uKjMUwU5tn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uKjMUwU5tn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjMUwU5tn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjMUwU5tn .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uKjMUwU5tn .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uKjMUwU5tn .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uKjMUwU5tn .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uKjMUwU5tn .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #063a99;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}
.cid-uKjMUwU5tn .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uKjMUwU5tn .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjMUwU5tn .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uKjMUwU5tn .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uKjMUwU5tn .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uKjMUwU5tn .mbr-section-title {
  color: #191c25;
}
.cid-uKjMUwU5tn .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uKjMUwU5tn .mbr-section-title,
.cid-uKjMUwU5tn .mbr-section-btn,
.cid-uKjMUwU5tn .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uKjMUxJmYR {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjMUxJmYR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjMUxJmYR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjMUxJmYR .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjMUxJmYR .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjMUxJmYR .container {
    padding: 0 24px;
  }
}
.cid-uKjMUxJmYR .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjMUxJmYR .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjMUxJmYR .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjMUxJmYR .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjMUxJmYR .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjMUxJmYR .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjMUxJmYR .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjMUxJmYR .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjMUxJmYR .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjMUxJmYR .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjMUxJmYR .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjMUxJmYR .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjMUxJmYR .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjMUxJmYR .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjMUxJmYR .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjMUxJmYR .mbr-section-title {
  color: #141414;
}
.cid-uKjMUxJmYR .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjMUxJmYR .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjMUxJmYR .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjMUxJmYR .mbr-section-title,
.cid-uKjMUxJmYR .mbr-section-btn {
  text-align: center;
}
.cid-uKjMUywQhM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uKjMUywQhM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjMUywQhM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjMUywQhM .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKjMUywQhM .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKjMUywQhM .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKjMUywQhM .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKjMUywQhM .container {
    padding: 0 14px;
  }
}
.cid-uKjMUywQhM .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uKjMUywQhM .content-wrapper .link-wrapper {
  display: block;
}
.cid-uKjMUywQhM .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uKjMUywQhM .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uKjMUywQhM .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKjMUywQhM .mbr-text {
  color: #f4efef;
  text-align: center;
}
.cid-uKjMUywQhM .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uKjMUzkIOE {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjMUzkIOE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjMUzkIOE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjMUzkIOE .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjMUzkIOE .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjMUzkIOE .container {
    padding: 0 24px;
  }
}
.cid-uKjMUzkIOE .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjMUzkIOE .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjMUzkIOE .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjMUzkIOE .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjMUzkIOE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjMUzkIOE .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjMUzkIOE .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjMUzkIOE .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjMUzkIOE .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjMUzkIOE .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjMUzkIOE .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjMUzkIOE .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjMUzkIOE .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjMUzkIOE .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjMUzkIOE .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjMUzkIOE .mbr-section-title {
  color: #141414;
}
.cid-uKjMUzkIOE .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjMUzkIOE .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjMUzkIOE .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjMUzkIOE .mbr-section-title,
.cid-uKjMUzkIOE .mbr-section-btn {
  text-align: center;
}
.cid-uKjMUA9vvw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac616;
}
.cid-uKjMUA9vvw .wrapper {
  background-color: #ebeae2;
}
.cid-uKjMUA9vvw .top-row {
  border-bottom: 1px solid #4479d9;
}
.cid-uKjMUA9vvw li {
  list-style-type: none;
}
.cid-uKjMUA9vvw .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-uKjMUA9vvw .list-1 li {
  margin-bottom: 1rem;
}
.cid-uKjMUA9vvw .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-uKjMUA9vvw .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-uKjMUA9vvw .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-uKjMUA9vvw ul {
  margin: 0;
}
.cid-uKjMUA9vvw .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-uKjMUA9vvw .sect {
  display: flex;
  align-items: center;
}
.cid-uKjMUA9vvw .sect__left {
  flex: 0 0 32px;
  margin-right: 15px;
}
.cid-uKjMUA9vvw .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uKjMUA9vvw .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uKjMUA9vvw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjMUA9vvw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjMUA9vvw .b-text4 {
  text-align: center;
  color: #4479d9;
}
.cid-uKjMUA9vvw .b-text3 {
  color: #4479d9;
}
.cid-uKjMUA9vvw .mbr-section-title {
  color: #4479d9;
  text-align: left;
}
.cid-uKjMUA9vvw .list1 {
  text-align: left;
}
.cid-uKjSq0P6YC .navbar {
  padding: 0.5rem 0;
  background: #fac616;
  transition: none;
  min-height: 50px;
}
.cid-uKjSq0P6YC .navbar-fixed-top {
  padding-top: 0;
}
.cid-uKjSq0P6YC .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uKjSq0P6YC .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uKjSq0P6YC .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uKjSq0P6YC .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uKjSq0P6YC .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uKjSq0P6YC .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uKjSq0P6YC .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uKjSq0P6YC .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uKjSq0P6YC .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uKjSq0P6YC .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uKjSq0P6YC .menu-content-top {
  background: #353535;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uKjSq0P6YC .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-uKjSq0P6YC .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uKjSq0P6YC .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-uKjSq0P6YC .dropdown-item,
.cid-uKjSq0P6YC .nav-link,
.cid-uKjSq0P6YC .brand-name {
  font-style: normal;
}
.cid-uKjSq0P6YC .dropdown-item:hover,
.cid-uKjSq0P6YC .nav-link:hover,
.cid-uKjSq0P6YC .brand-name:hover {
  color: #279e64 !important;
}
.cid-uKjSq0P6YC .dropdown-menu {
  background-color: #ffffff;
}
.cid-uKjSq0P6YC .dropdown-item:active {
  background-color: #ffffff;
}
.cid-uKjSq0P6YC .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uKjSq0P6YC .navbar-dropdown.bg-color.transparent.opened {
  background: #fac616;
}
.cid-uKjSq0P6YC .nav-item {
  position: relative;
}
.cid-uKjSq0P6YC .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uKjSq0P6YC .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uKjSq0P6YC .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-uKjSq0P6YC .nav-link {
    line-height: 6.13;
  }
  .cid-uKjSq0P6YC .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uKjSq0P6YC .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-uKjSq0P6YC .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKjSq0P6YC .content-text {
  margin-bottom: 0;
}
.cid-uKjSq0P6YC .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uKjSq0P6YC .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fac616;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uKjSq0P6YC .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uKjSq0P6YC .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uKjSq0P6YC .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-uKjSq0P6YC .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKjSq0P6YC .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uKjSq0P6YC .content-right-side {
  text-align: center;
}
.cid-uKjSq0P6YC .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uKjSq0P6YC .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uKjSq0P6YC .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ff0000;
}
.cid-uKjSq0P6YC .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uKjSq0P6YC .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKjSq0P6YC .info-widget:first-child {
  margin-left: 0;
}
.cid-uKjSq0P6YC .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uKjSq0P6YC .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-uKjSq0P6YC .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uKjSq0P6YC .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #fac616;
}
@media (min-width: 992px) {
  .cid-uKjSq0P6YC .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uKjSq0P6YC .navbar {
    display: block;
    padding: 0;
  }
  .cid-uKjSq0P6YC .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uKjSq0P6YC .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uKjSq0P6YC .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uKjSq0P6YC .navbar-toggler {
    display: none;
  }
  .cid-uKjSq0P6YC .navbar-collapse {
    justify-content: center;
  }
}
.cid-uKjSq0P6YC .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uKjSq0P6YC .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-uKjSq0P6YC .btn-sm {
  padding: 13px 29px;
}
.cid-uKjSq0P6YC .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uKjSq0P6YC .btn::after {
  background-color: #47b5ed;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uKjSq0P6YC .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uKjSq0P6YC .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uKjSq0P6YC .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uKjSq0P6YC .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uKjSq0P6YC .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uKjSq0P6YC .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uKjSq0P6YC .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uKjSq0P6YC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKjSq0P6YC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKjSq0P6YC .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uKjSq0P6YC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uKjSq0P6YC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKjSq0P6YC .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uKjSq0P6YC .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKjSq0P6YC .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uKjSq0P6YC .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uKjSq0P6YC .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uKjSq0P6YC .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uKjSq0P6YC .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uKjSq0P6YC button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-uKjSq0P6YC button.navbar-toggler:focus {
  outline: none;
}
.cid-uKjSq0P6YC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uKjSq0P6YC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKjSq0P6YC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKjSq0P6YC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKjSq0P6YC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKjSq0P6YC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKjSq0P6YC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKjSq0P6YC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKjSq0P6YC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKjSq0P6YC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKjSq0P6YC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKjSq0P6YC .collapsed .btn {
  display: flex;
}
.cid-uKjSq0P6YC .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uKjSq0P6YC .collapsed .navbar-collapse.collapsing,
.cid-uKjSq0P6YC .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uKjSq0P6YC .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uKjSq0P6YC .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uKjSq0P6YC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uKjSq0P6YC .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uKjSq0P6YC .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uKjSq0P6YC .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uKjSq0P6YC .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uKjSq0P6YC .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uKjSq0P6YC .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uKjSq0P6YC .collapsed button.navbar-toggler {
  display: block;
}
.cid-uKjSq0P6YC .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uKjSq0P6YC .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uKjSq0P6YC .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uKjSq0P6YC .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uKjSq0P6YC .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uKjSq0P6YC .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uKjSq0P6YC .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKjSq0P6YC .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uKjSq0P6YC .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uKjSq0P6YC .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uKjSq0P6YC .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-uKjSq0P6YC .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uKjSq0P6YC .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uKjSq0P6YC .navbar-collapse.collapsing,
  .cid-uKjSq0P6YC .navbar-collapse.show {
    display: block !important;
  }
  .cid-uKjSq0P6YC .navbar-collapse.collapsing .navbar-nav,
  .cid-uKjSq0P6YC .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uKjSq0P6YC .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uKjSq0P6YC .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uKjSq0P6YC .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uKjSq0P6YC .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-uKjSq0P6YC .navbar-collapse.collapsing .navbar-buttons,
  .cid-uKjSq0P6YC .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uKjSq0P6YC .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uKjSq0P6YC .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uKjSq0P6YC img {
    height: 3.8rem !important;
  }
  .cid-uKjSq0P6YC .btn {
    display: flex;
  }
  .cid-uKjSq0P6YC button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uKjSq0P6YC .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uKjSq0P6YC .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uKjSq0P6YC .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uKjSq0P6YC .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uKjSq0P6YC .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uKjSq0P6YC .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uKjSq0P6YC .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uKjSq0P6YC .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uKjSq0P6YC .navbar-toggler {
  position: relative;
}
.cid-uKjSq0P6YC .dropdown-item.active,
.cid-uKjSq0P6YC .dropdown-item:active {
  color: initial;
}
.cid-uKjSq0P6YC .widget-title {
  color: #47b5ed;
}
.cid-uKjSq0P6YC .widget-text {
  color: #47b5ed;
}
.cid-uKjSq0P6YC .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uKjSq0P6YC .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #fac616;
  display: inline-flex;
  background-color: #fac616;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uKjSq0P6YC .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uKjSq0P6YC .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uKjSq0P6YC .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-uKjSq0P6YC .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-uKjSq0P6YC .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-uKjSq0P6YC .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-uKjSq0P6YC .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-uKjSq0P6YC .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uKjSq0P6YC .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-uKjSq0P6YC .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-uKjSq0P6YC .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uKjSq0P6YC .menu-content-top,
  .cid-uKjSq0P6YC .menu-bottom {
    padding: 0 15px;
  }
  .cid-uKjSq0P6YC button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uKjSq0P6YC .widget-title,
.cid-uKjSq0P6YC .widget-icon {
  color: #f4efef;
}
.cid-uKjSq1Coh2 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #fac616 10%, #353535 100%) !important;
}
.cid-uKjSq1Coh2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSq1Coh2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSq3bAXw {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjSq3bAXw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSq3bAXw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSq3bAXw .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjSq3bAXw .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSq3bAXw .container {
    padding: 0 24px;
  }
}
.cid-uKjSq3bAXw .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjSq3bAXw .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjSq3bAXw .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjSq3bAXw .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjSq3bAXw .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjSq3bAXw .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjSq3bAXw .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjSq3bAXw .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjSq3bAXw .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjSq3bAXw .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjSq3bAXw .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjSq3bAXw .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjSq3bAXw .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjSq3bAXw .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjSq3bAXw .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjSq3bAXw .mbr-section-title {
  color: #141414;
}
.cid-uKjSq3bAXw .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjSq3bAXw .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjSq3bAXw .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjSq3bAXw .mbr-section-title,
.cid-uKjSq3bAXw .mbr-section-btn {
  text-align: center;
}
.cid-uKjSq3NDGO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uKjSq3NDGO .mbr-text {
  margin: 0;
}
.cid-uKjSq3NDGO .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-uKjSq3NDGO .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uKjSq3NDGO .row-element,
.cid-uKjSq3NDGO .image-element {
  padding: 0;
}
.cid-uKjSq3NDGO .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uKjSq3NDGO .image-element .img-wrap {
  width: 100% !important;
}
.cid-uKjSq3NDGO .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uKjSq3NDGO .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uKjSq3NDGO .carousel-item.active,
.cid-uKjSq3NDGO .carousel-item-next,
.cid-uKjSq3NDGO .carousel-item-prev {
  display: flex;
}
.cid-uKjSq3NDGO .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-uKjSq3NDGO .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #fac616;
}
.cid-uKjSq3NDGO .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-uKjSq3NDGO .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uKjSq3NDGO .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKjSq3NDGO .carousel-controls {
    display: block;
  }
  .cid-uKjSq3NDGO .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-uKjSq3NDGO .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-uKjSq3NDGO .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-uKjSq3NDGO .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-uKjSq3NDGO .text-element {
    padding: 1rem;
  }
  .cid-uKjSq3NDGO .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKjSq3NDGO .image-element {
    min-width: 50%;
  }
  .cid-uKjSq3NDGO .media-container-row {
    width: 100%;
  }
}
.cid-uKjSq3NDGO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSq3NDGO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSq3NDGO .mbr-title,
.cid-uKjSq3NDGO .ornament {
  color: #ce320c;
}
.cid-uKjSq3NDGO .mbr-text,
.cid-uKjSq3NDGO .link {
  text-align: left;
}
.cid-uKjSq4uuBs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uKjSq4uuBs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSq4uuBs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKjSq4uuBs .container {
    padding: 0 15px;
  }
}
.cid-uKjSq4uuBs .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uKjSq4uuBs .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uKjSq4uuBs .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uKjSq4uuBs .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uKjSq4uuBs .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uKjSq4uuBs .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uKjSq4uuBs .mbr-section-title {
  color: #131c28;
}
.cid-uKjSq4uuBs .mbr-desc {
  color: #131c28;
}
.cid-uKjSq536SB {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjSq536SB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSq536SB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSq536SB .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjSq536SB .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSq536SB .container {
    padding: 0 24px;
  }
}
.cid-uKjSq536SB .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjSq536SB .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjSq536SB .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjSq536SB .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjSq536SB .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjSq536SB .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjSq536SB .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjSq536SB .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjSq536SB .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjSq536SB .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjSq536SB .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjSq536SB .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjSq536SB .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjSq536SB .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjSq536SB .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjSq536SB .mbr-section-title {
  color: #141414;
}
.cid-uKjSq536SB .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjSq536SB .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjSq536SB .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjSq536SB .mbr-section-title,
.cid-uKjSq536SB .mbr-section-btn {
  text-align: center;
}
.cid-uKjSq5INqJ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjSq5INqJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSq5INqJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSq5INqJ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjSq5INqJ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSq5INqJ .container {
    padding: 0 24px;
  }
}
.cid-uKjSq5INqJ .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjSq5INqJ .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjSq5INqJ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjSq5INqJ .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjSq5INqJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjSq5INqJ .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjSq5INqJ .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjSq5INqJ .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjSq5INqJ .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjSq5INqJ .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjSq5INqJ .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjSq5INqJ .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjSq5INqJ .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjSq5INqJ .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjSq5INqJ .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjSq5INqJ .mbr-section-title {
  color: #141414;
}
.cid-uKjSq5INqJ .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjSq5INqJ .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjSq5INqJ .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjSq5INqJ .mbr-section-title,
.cid-uKjSq5INqJ .mbr-section-btn {
  text-align: center;
}
.cid-uKjSq6kBME {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uKjSq6kBME .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSq6kBME .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKjSq6kBME .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKjSq6kBME .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKjSq6kBME .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKjSq6kBME .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKjSq6kBME .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uKjSq6kBME .mbr-text,
.cid-uKjSq6kBME .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uKjSq6Xkbf {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjSq6Xkbf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSq6Xkbf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSq6Xkbf .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjSq6Xkbf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSq6Xkbf .container {
    padding: 0 24px;
  }
}
.cid-uKjSq6Xkbf .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjSq6Xkbf .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjSq6Xkbf .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjSq6Xkbf .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjSq6Xkbf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjSq6Xkbf .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjSq6Xkbf .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjSq6Xkbf .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjSq6Xkbf .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjSq6Xkbf .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjSq6Xkbf .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjSq6Xkbf .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjSq6Xkbf .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjSq6Xkbf .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjSq6Xkbf .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjSq6Xkbf .mbr-section-title {
  color: #141414;
}
.cid-uKjSq6Xkbf .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjSq6Xkbf .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjSq6Xkbf .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjSq6Xkbf .mbr-section-title,
.cid-uKjSq6Xkbf .mbr-section-btn {
  text-align: center;
}
.cid-uKjSq7ynh7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjSq7ynh7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSq7ynh7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSq7ynh7 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjSq7ynh7 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSq7ynh7 .container {
    padding: 0 24px;
  }
}
.cid-uKjSq7ynh7 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjSq7ynh7 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjSq7ynh7 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjSq7ynh7 .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjSq7ynh7 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjSq7ynh7 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjSq7ynh7 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjSq7ynh7 .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjSq7ynh7 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjSq7ynh7 .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjSq7ynh7 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjSq7ynh7 .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjSq7ynh7 .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjSq7ynh7 .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjSq7ynh7 .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjSq7ynh7 .mbr-section-title {
  color: #141414;
}
.cid-uKjSq7ynh7 .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjSq7ynh7 .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjSq7ynh7 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjSq7ynh7 .mbr-section-title,
.cid-uKjSq7ynh7 .mbr-section-btn {
  text-align: center;
}
.cid-uKjSq88s8v {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjSq88s8v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSq88s8v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSq88s8v .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjSq88s8v .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSq88s8v .container {
    padding: 0 24px;
  }
}
.cid-uKjSq88s8v .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjSq88s8v .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjSq88s8v .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjSq88s8v .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjSq88s8v .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjSq88s8v .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjSq88s8v .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjSq88s8v .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjSq88s8v .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjSq88s8v .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjSq88s8v .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjSq88s8v .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjSq88s8v .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjSq88s8v .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjSq88s8v .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjSq88s8v .mbr-section-title {
  color: #141414;
}
.cid-uKjSq88s8v .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjSq88s8v .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjSq88s8v .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjSq88s8v .mbr-section-title,
.cid-uKjSq88s8v .mbr-section-btn {
  text-align: center;
}
.cid-uKjSq8Mq3D {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjSq8Mq3D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSq8Mq3D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSq8Mq3D .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjSq8Mq3D .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSq8Mq3D .container {
    padding: 0 24px;
  }
}
.cid-uKjSq8Mq3D .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjSq8Mq3D .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjSq8Mq3D .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjSq8Mq3D .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjSq8Mq3D .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjSq8Mq3D .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjSq8Mq3D .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjSq8Mq3D .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjSq8Mq3D .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjSq8Mq3D .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjSq8Mq3D .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjSq8Mq3D .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjSq8Mq3D .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjSq8Mq3D .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjSq8Mq3D .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjSq8Mq3D .mbr-section-title {
  color: #141414;
}
.cid-uKjSq8Mq3D .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjSq8Mq3D .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjSq8Mq3D .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjSq8Mq3D .mbr-section-title,
.cid-uKjSq8Mq3D .mbr-section-btn {
  text-align: center;
}
.cid-uKjSq9qsbw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uKjSq9qsbw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSq9qsbw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSq9qsbw .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uKjSq9qsbw .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSq9qsbw .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uKjSq9qsbw .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uKjSq9qsbw .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #063a99;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}
.cid-uKjSq9qsbw .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uKjSq9qsbw .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjSq9qsbw .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uKjSq9qsbw .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uKjSq9qsbw .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uKjSq9qsbw .mbr-section-title {
  color: #191c25;
}
.cid-uKjSq9qsbw .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uKjSq9qsbw .mbr-section-title,
.cid-uKjSq9qsbw .mbr-section-btn,
.cid-uKjSq9qsbw .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uKjSqa7avr {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjSqa7avr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSqa7avr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSqa7avr .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjSqa7avr .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSqa7avr .container {
    padding: 0 24px;
  }
}
.cid-uKjSqa7avr .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjSqa7avr .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjSqa7avr .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjSqa7avr .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjSqa7avr .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjSqa7avr .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjSqa7avr .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjSqa7avr .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjSqa7avr .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjSqa7avr .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjSqa7avr .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjSqa7avr .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjSqa7avr .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjSqa7avr .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjSqa7avr .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjSqa7avr .mbr-section-title {
  color: #141414;
}
.cid-uKjSqa7avr .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjSqa7avr .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjSqa7avr .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjSqa7avr .mbr-section-title,
.cid-uKjSqa7avr .mbr-section-btn {
  text-align: center;
}
.cid-uKjSqaO9LI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uKjSqaO9LI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSqaO9LI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSqaO9LI .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKjSqaO9LI .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKjSqaO9LI .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSqaO9LI .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKjSqaO9LI .container {
    padding: 0 14px;
  }
}
.cid-uKjSqaO9LI .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uKjSqaO9LI .content-wrapper .link-wrapper {
  display: block;
}
.cid-uKjSqaO9LI .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uKjSqaO9LI .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uKjSqaO9LI .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKjSqaO9LI .mbr-text {
  color: #f4efef;
  text-align: center;
}
.cid-uKjSqaO9LI .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uKjSqbrKDM {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjSqbrKDM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSqbrKDM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSqbrKDM .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjSqbrKDM .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSqbrKDM .container {
    padding: 0 24px;
  }
}
.cid-uKjSqbrKDM .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjSqbrKDM .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjSqbrKDM .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjSqbrKDM .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjSqbrKDM .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjSqbrKDM .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjSqbrKDM .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjSqbrKDM .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjSqbrKDM .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjSqbrKDM .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjSqbrKDM .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjSqbrKDM .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjSqbrKDM .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjSqbrKDM .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjSqbrKDM .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjSqbrKDM .mbr-section-title {
  color: #141414;
}
.cid-uKjSqbrKDM .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjSqbrKDM .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjSqbrKDM .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjSqbrKDM .mbr-section-title,
.cid-uKjSqbrKDM .mbr-section-btn {
  text-align: center;
}
.cid-uKjSqc9rug {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac616;
}
.cid-uKjSqc9rug .wrapper {
  background-color: #ebeae2;
}
.cid-uKjSqc9rug .top-row {
  border-bottom: 1px solid #4479d9;
}
.cid-uKjSqc9rug li {
  list-style-type: none;
}
.cid-uKjSqc9rug .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-uKjSqc9rug .list-1 li {
  margin-bottom: 1rem;
}
.cid-uKjSqc9rug .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-uKjSqc9rug .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-uKjSqc9rug .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-uKjSqc9rug ul {
  margin: 0;
}
.cid-uKjSqc9rug .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-uKjSqc9rug .sect {
  display: flex;
  align-items: center;
}
.cid-uKjSqc9rug .sect__left {
  flex: 0 0 32px;
  margin-right: 15px;
}
.cid-uKjSqc9rug .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uKjSqc9rug .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uKjSqc9rug .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSqc9rug .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSqc9rug .b-text4 {
  text-align: center;
  color: #4479d9;
}
.cid-uKjSqc9rug .b-text3 {
  color: #4479d9;
}
.cid-uKjSqc9rug .mbr-section-title {
  color: #4479d9;
  text-align: left;
}
.cid-uKjSqc9rug .list1 {
  text-align: left;
}
.cid-uKjStcg5Yo .navbar {
  padding: 0.5rem 0;
  background: #fac616;
  transition: none;
  min-height: 50px;
}
.cid-uKjStcg5Yo .navbar-fixed-top {
  padding-top: 0;
}
.cid-uKjStcg5Yo .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uKjStcg5Yo .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uKjStcg5Yo .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uKjStcg5Yo .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uKjStcg5Yo .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uKjStcg5Yo .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uKjStcg5Yo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uKjStcg5Yo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uKjStcg5Yo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uKjStcg5Yo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uKjStcg5Yo .menu-content-top {
  background: #353535;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uKjStcg5Yo .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-uKjStcg5Yo .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uKjStcg5Yo .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-uKjStcg5Yo .dropdown-item,
.cid-uKjStcg5Yo .nav-link,
.cid-uKjStcg5Yo .brand-name {
  font-style: normal;
}
.cid-uKjStcg5Yo .dropdown-item:hover,
.cid-uKjStcg5Yo .nav-link:hover,
.cid-uKjStcg5Yo .brand-name:hover {
  color: #279e64 !important;
}
.cid-uKjStcg5Yo .dropdown-menu {
  background-color: #ffffff;
}
.cid-uKjStcg5Yo .dropdown-item:active {
  background-color: #ffffff;
}
.cid-uKjStcg5Yo .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uKjStcg5Yo .navbar-dropdown.bg-color.transparent.opened {
  background: #fac616;
}
.cid-uKjStcg5Yo .nav-item {
  position: relative;
}
.cid-uKjStcg5Yo .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uKjStcg5Yo .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uKjStcg5Yo .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-uKjStcg5Yo .nav-link {
    line-height: 6.13;
  }
  .cid-uKjStcg5Yo .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uKjStcg5Yo .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-uKjStcg5Yo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKjStcg5Yo .content-text {
  margin-bottom: 0;
}
.cid-uKjStcg5Yo .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uKjStcg5Yo .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fac616;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uKjStcg5Yo .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uKjStcg5Yo .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uKjStcg5Yo .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-uKjStcg5Yo .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKjStcg5Yo .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uKjStcg5Yo .content-right-side {
  text-align: center;
}
.cid-uKjStcg5Yo .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uKjStcg5Yo .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uKjStcg5Yo .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ff0000;
}
.cid-uKjStcg5Yo .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uKjStcg5Yo .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKjStcg5Yo .info-widget:first-child {
  margin-left: 0;
}
.cid-uKjStcg5Yo .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uKjStcg5Yo .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-uKjStcg5Yo .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uKjStcg5Yo .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #fac616;
}
@media (min-width: 992px) {
  .cid-uKjStcg5Yo .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uKjStcg5Yo .navbar {
    display: block;
    padding: 0;
  }
  .cid-uKjStcg5Yo .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uKjStcg5Yo .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uKjStcg5Yo .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uKjStcg5Yo .navbar-toggler {
    display: none;
  }
  .cid-uKjStcg5Yo .navbar-collapse {
    justify-content: center;
  }
}
.cid-uKjStcg5Yo .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uKjStcg5Yo .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-uKjStcg5Yo .btn-sm {
  padding: 13px 29px;
}
.cid-uKjStcg5Yo .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uKjStcg5Yo .btn::after {
  background-color: #47b5ed;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uKjStcg5Yo .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uKjStcg5Yo .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uKjStcg5Yo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uKjStcg5Yo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uKjStcg5Yo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uKjStcg5Yo .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uKjStcg5Yo .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uKjStcg5Yo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKjStcg5Yo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKjStcg5Yo .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uKjStcg5Yo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uKjStcg5Yo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKjStcg5Yo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uKjStcg5Yo .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKjStcg5Yo .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uKjStcg5Yo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uKjStcg5Yo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uKjStcg5Yo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uKjStcg5Yo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uKjStcg5Yo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-uKjStcg5Yo button.navbar-toggler:focus {
  outline: none;
}
.cid-uKjStcg5Yo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uKjStcg5Yo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKjStcg5Yo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKjStcg5Yo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKjStcg5Yo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKjStcg5Yo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKjStcg5Yo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKjStcg5Yo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKjStcg5Yo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKjStcg5Yo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKjStcg5Yo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKjStcg5Yo .collapsed .btn {
  display: flex;
}
.cid-uKjStcg5Yo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uKjStcg5Yo .collapsed .navbar-collapse.collapsing,
.cid-uKjStcg5Yo .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uKjStcg5Yo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uKjStcg5Yo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uKjStcg5Yo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uKjStcg5Yo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uKjStcg5Yo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uKjStcg5Yo .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uKjStcg5Yo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uKjStcg5Yo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uKjStcg5Yo .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uKjStcg5Yo .collapsed button.navbar-toggler {
  display: block;
}
.cid-uKjStcg5Yo .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uKjStcg5Yo .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uKjStcg5Yo .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uKjStcg5Yo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uKjStcg5Yo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uKjStcg5Yo .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uKjStcg5Yo .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKjStcg5Yo .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uKjStcg5Yo .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uKjStcg5Yo .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uKjStcg5Yo .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-uKjStcg5Yo .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uKjStcg5Yo .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uKjStcg5Yo .navbar-collapse.collapsing,
  .cid-uKjStcg5Yo .navbar-collapse.show {
    display: block !important;
  }
  .cid-uKjStcg5Yo .navbar-collapse.collapsing .navbar-nav,
  .cid-uKjStcg5Yo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uKjStcg5Yo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uKjStcg5Yo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uKjStcg5Yo .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uKjStcg5Yo .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-uKjStcg5Yo .navbar-collapse.collapsing .navbar-buttons,
  .cid-uKjStcg5Yo .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uKjStcg5Yo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uKjStcg5Yo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uKjStcg5Yo img {
    height: 3.8rem !important;
  }
  .cid-uKjStcg5Yo .btn {
    display: flex;
  }
  .cid-uKjStcg5Yo button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uKjStcg5Yo .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uKjStcg5Yo .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uKjStcg5Yo .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uKjStcg5Yo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uKjStcg5Yo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uKjStcg5Yo .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uKjStcg5Yo .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uKjStcg5Yo .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uKjStcg5Yo .navbar-toggler {
  position: relative;
}
.cid-uKjStcg5Yo .dropdown-item.active,
.cid-uKjStcg5Yo .dropdown-item:active {
  color: initial;
}
.cid-uKjStcg5Yo .widget-title {
  color: #47b5ed;
}
.cid-uKjStcg5Yo .widget-text {
  color: #47b5ed;
}
.cid-uKjStcg5Yo .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uKjStcg5Yo .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #fac616;
  display: inline-flex;
  background-color: #fac616;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uKjStcg5Yo .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uKjStcg5Yo .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uKjStcg5Yo .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-uKjStcg5Yo .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-uKjStcg5Yo .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-uKjStcg5Yo .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-uKjStcg5Yo .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-uKjStcg5Yo .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uKjStcg5Yo .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-uKjStcg5Yo .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-uKjStcg5Yo .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uKjStcg5Yo .menu-content-top,
  .cid-uKjStcg5Yo .menu-bottom {
    padding: 0 15px;
  }
  .cid-uKjStcg5Yo button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uKjStcg5Yo .widget-title,
.cid-uKjStcg5Yo .widget-icon {
  color: #f4efef;
}
.cid-uKjStdntfn {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #fac616 10%, #353535 100%) !important;
}
.cid-uKjStdntfn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjStdntfn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSteYHUy {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjSteYHUy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSteYHUy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSteYHUy .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjSteYHUy .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSteYHUy .container {
    padding: 0 24px;
  }
}
.cid-uKjSteYHUy .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjSteYHUy .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjSteYHUy .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjSteYHUy .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjSteYHUy .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjSteYHUy .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjSteYHUy .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjSteYHUy .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjSteYHUy .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjSteYHUy .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjSteYHUy .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjSteYHUy .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjSteYHUy .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjSteYHUy .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjSteYHUy .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjSteYHUy .mbr-section-title {
  color: #141414;
}
.cid-uKjSteYHUy .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjSteYHUy .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjSteYHUy .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjSteYHUy .mbr-section-title,
.cid-uKjSteYHUy .mbr-section-btn {
  text-align: center;
}
.cid-uKjStfCrqz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uKjStfCrqz .mbr-text {
  margin: 0;
}
.cid-uKjStfCrqz .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-uKjStfCrqz .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uKjStfCrqz .row-element,
.cid-uKjStfCrqz .image-element {
  padding: 0;
}
.cid-uKjStfCrqz .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uKjStfCrqz .image-element .img-wrap {
  width: 100% !important;
}
.cid-uKjStfCrqz .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uKjStfCrqz .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uKjStfCrqz .carousel-item.active,
.cid-uKjStfCrqz .carousel-item-next,
.cid-uKjStfCrqz .carousel-item-prev {
  display: flex;
}
.cid-uKjStfCrqz .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-uKjStfCrqz .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #fac616;
}
.cid-uKjStfCrqz .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-uKjStfCrqz .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uKjStfCrqz .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKjStfCrqz .carousel-controls {
    display: block;
  }
  .cid-uKjStfCrqz .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-uKjStfCrqz .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-uKjStfCrqz .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-uKjStfCrqz .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-uKjStfCrqz .text-element {
    padding: 1rem;
  }
  .cid-uKjStfCrqz .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKjStfCrqz .image-element {
    min-width: 50%;
  }
  .cid-uKjStfCrqz .media-container-row {
    width: 100%;
  }
}
.cid-uKjStfCrqz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjStfCrqz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjStfCrqz .mbr-title,
.cid-uKjStfCrqz .ornament {
  color: #ce320c;
}
.cid-uKjStfCrqz .mbr-text,
.cid-uKjStfCrqz .link {
  text-align: left;
}
.cid-uKjStgizO7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uKjStgizO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjStgizO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKjStgizO7 .container {
    padding: 0 15px;
  }
}
.cid-uKjStgizO7 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uKjStgizO7 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uKjStgizO7 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uKjStgizO7 .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uKjStgizO7 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uKjStgizO7 .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uKjStgizO7 .mbr-section-title {
  color: #131c28;
}
.cid-uKjStgizO7 .mbr-desc {
  color: #131c28;
}
.cid-uKjStgTPDf {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjStgTPDf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjStgTPDf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjStgTPDf .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjStgTPDf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjStgTPDf .container {
    padding: 0 24px;
  }
}
.cid-uKjStgTPDf .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjStgTPDf .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjStgTPDf .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjStgTPDf .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjStgTPDf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjStgTPDf .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjStgTPDf .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjStgTPDf .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjStgTPDf .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjStgTPDf .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjStgTPDf .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjStgTPDf .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjStgTPDf .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjStgTPDf .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjStgTPDf .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjStgTPDf .mbr-section-title {
  color: #141414;
}
.cid-uKjStgTPDf .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjStgTPDf .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjStgTPDf .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjStgTPDf .mbr-section-title,
.cid-uKjStgTPDf .mbr-section-btn {
  text-align: center;
}
.cid-uKjSthxWin {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjSthxWin .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSthxWin .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSthxWin .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjSthxWin .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSthxWin .container {
    padding: 0 24px;
  }
}
.cid-uKjSthxWin .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjSthxWin .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjSthxWin .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjSthxWin .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjSthxWin .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjSthxWin .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjSthxWin .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjSthxWin .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjSthxWin .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjSthxWin .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjSthxWin .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjSthxWin .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjSthxWin .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjSthxWin .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjSthxWin .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjSthxWin .mbr-section-title {
  color: #141414;
}
.cid-uKjSthxWin .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjSthxWin .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjSthxWin .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjSthxWin .mbr-section-title,
.cid-uKjSthxWin .mbr-section-btn {
  text-align: center;
}
.cid-uKjStibUKh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uKjStibUKh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjStibUKh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKjStibUKh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKjStibUKh .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKjStibUKh .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKjStibUKh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKjStibUKh .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uKjStibUKh .mbr-text,
.cid-uKjStibUKh .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uKjStiM7w7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjStiM7w7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjStiM7w7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjStiM7w7 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjStiM7w7 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjStiM7w7 .container {
    padding: 0 24px;
  }
}
.cid-uKjStiM7w7 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjStiM7w7 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjStiM7w7 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjStiM7w7 .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjStiM7w7 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjStiM7w7 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjStiM7w7 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjStiM7w7 .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjStiM7w7 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjStiM7w7 .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjStiM7w7 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjStiM7w7 .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjStiM7w7 .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjStiM7w7 .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjStiM7w7 .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjStiM7w7 .mbr-section-title {
  color: #141414;
}
.cid-uKjStiM7w7 .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjStiM7w7 .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjStiM7w7 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjStiM7w7 .mbr-section-title,
.cid-uKjStiM7w7 .mbr-section-btn {
  text-align: center;
}
.cid-uKjStjrGpc {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjStjrGpc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjStjrGpc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjStjrGpc .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjStjrGpc .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjStjrGpc .container {
    padding: 0 24px;
  }
}
.cid-uKjStjrGpc .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjStjrGpc .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjStjrGpc .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjStjrGpc .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjStjrGpc .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjStjrGpc .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjStjrGpc .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjStjrGpc .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjStjrGpc .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjStjrGpc .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjStjrGpc .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjStjrGpc .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjStjrGpc .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjStjrGpc .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjStjrGpc .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjStjrGpc .mbr-section-title {
  color: #141414;
}
.cid-uKjStjrGpc .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjStjrGpc .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjStjrGpc .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjStjrGpc .mbr-section-title,
.cid-uKjStjrGpc .mbr-section-btn {
  text-align: center;
}
.cid-uKjStk5T4R {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjStk5T4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjStk5T4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjStk5T4R .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjStk5T4R .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjStk5T4R .container {
    padding: 0 24px;
  }
}
.cid-uKjStk5T4R .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjStk5T4R .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjStk5T4R .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjStk5T4R .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjStk5T4R .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjStk5T4R .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjStk5T4R .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjStk5T4R .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjStk5T4R .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjStk5T4R .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjStk5T4R .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjStk5T4R .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjStk5T4R .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjStk5T4R .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjStk5T4R .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjStk5T4R .mbr-section-title {
  color: #141414;
}
.cid-uKjStk5T4R .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjStk5T4R .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjStk5T4R .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjStk5T4R .mbr-section-title,
.cid-uKjStk5T4R .mbr-section-btn {
  text-align: center;
}
.cid-uKjStkK2a1 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjStkK2a1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjStkK2a1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjStkK2a1 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjStkK2a1 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjStkK2a1 .container {
    padding: 0 24px;
  }
}
.cid-uKjStkK2a1 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjStkK2a1 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjStkK2a1 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjStkK2a1 .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjStkK2a1 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjStkK2a1 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjStkK2a1 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjStkK2a1 .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjStkK2a1 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjStkK2a1 .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjStkK2a1 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjStkK2a1 .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjStkK2a1 .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjStkK2a1 .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjStkK2a1 .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjStkK2a1 .mbr-section-title {
  color: #141414;
}
.cid-uKjStkK2a1 .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjStkK2a1 .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjStkK2a1 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjStkK2a1 .mbr-section-title,
.cid-uKjStkK2a1 .mbr-section-btn {
  text-align: center;
}
.cid-uKjStllrQj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uKjStllrQj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjStllrQj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjStllrQj .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uKjStllrQj .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uKjStllrQj .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uKjStllrQj .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uKjStllrQj .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #063a99;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}
.cid-uKjStllrQj .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uKjStllrQj .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjStllrQj .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uKjStllrQj .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uKjStllrQj .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uKjStllrQj .mbr-section-title {
  color: #191c25;
}
.cid-uKjStllrQj .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uKjStllrQj .mbr-section-title,
.cid-uKjStllrQj .mbr-section-btn,
.cid-uKjStllrQj .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uKjStlVrtj {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjStlVrtj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjStlVrtj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjStlVrtj .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjStlVrtj .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjStlVrtj .container {
    padding: 0 24px;
  }
}
.cid-uKjStlVrtj .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjStlVrtj .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjStlVrtj .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjStlVrtj .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjStlVrtj .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjStlVrtj .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjStlVrtj .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjStlVrtj .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjStlVrtj .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjStlVrtj .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjStlVrtj .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjStlVrtj .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjStlVrtj .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjStlVrtj .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjStlVrtj .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjStlVrtj .mbr-section-title {
  color: #141414;
}
.cid-uKjStlVrtj .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjStlVrtj .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjStlVrtj .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjStlVrtj .mbr-section-title,
.cid-uKjStlVrtj .mbr-section-btn {
  text-align: center;
}
.cid-uKjStmBNvp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uKjStmBNvp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjStmBNvp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjStmBNvp .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKjStmBNvp .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKjStmBNvp .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKjStmBNvp .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKjStmBNvp .container {
    padding: 0 14px;
  }
}
.cid-uKjStmBNvp .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uKjStmBNvp .content-wrapper .link-wrapper {
  display: block;
}
.cid-uKjStmBNvp .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uKjStmBNvp .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uKjStmBNvp .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKjStmBNvp .mbr-text {
  color: #f4efef;
  text-align: center;
}
.cid-uKjStmBNvp .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uKjStnbPWw {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjStnbPWw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjStnbPWw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjStnbPWw .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjStnbPWw .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjStnbPWw .container {
    padding: 0 24px;
  }
}
.cid-uKjStnbPWw .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjStnbPWw .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjStnbPWw .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjStnbPWw .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjStnbPWw .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjStnbPWw .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjStnbPWw .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjStnbPWw .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjStnbPWw .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjStnbPWw .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjStnbPWw .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjStnbPWw .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjStnbPWw .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjStnbPWw .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjStnbPWw .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjStnbPWw .mbr-section-title {
  color: #141414;
}
.cid-uKjStnbPWw .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjStnbPWw .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjStnbPWw .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjStnbPWw .mbr-section-title,
.cid-uKjStnbPWw .mbr-section-btn {
  text-align: center;
}
.cid-uKjStnSKlA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac616;
}
.cid-uKjStnSKlA .wrapper {
  background-color: #ebeae2;
}
.cid-uKjStnSKlA .top-row {
  border-bottom: 1px solid #4479d9;
}
.cid-uKjStnSKlA li {
  list-style-type: none;
}
.cid-uKjStnSKlA .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-uKjStnSKlA .list-1 li {
  margin-bottom: 1rem;
}
.cid-uKjStnSKlA .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-uKjStnSKlA .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-uKjStnSKlA .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-uKjStnSKlA ul {
  margin: 0;
}
.cid-uKjStnSKlA .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-uKjStnSKlA .sect {
  display: flex;
  align-items: center;
}
.cid-uKjStnSKlA .sect__left {
  flex: 0 0 32px;
  margin-right: 15px;
}
.cid-uKjStnSKlA .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uKjStnSKlA .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uKjStnSKlA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjStnSKlA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjStnSKlA .b-text4 {
  text-align: center;
  color: #4479d9;
}
.cid-uKjStnSKlA .b-text3 {
  color: #4479d9;
}
.cid-uKjStnSKlA .mbr-section-title {
  color: #4479d9;
  text-align: left;
}
.cid-uKjStnSKlA .list1 {
  text-align: left;
}
.cid-uKjSwoVzfT .navbar {
  padding: 0.5rem 0;
  background: #fac616;
  transition: none;
  min-height: 50px;
}
.cid-uKjSwoVzfT .navbar-fixed-top {
  padding-top: 0;
}
.cid-uKjSwoVzfT .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uKjSwoVzfT .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uKjSwoVzfT .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uKjSwoVzfT .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uKjSwoVzfT .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uKjSwoVzfT .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uKjSwoVzfT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uKjSwoVzfT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uKjSwoVzfT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uKjSwoVzfT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uKjSwoVzfT .menu-content-top {
  background: #353535;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uKjSwoVzfT .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-uKjSwoVzfT .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uKjSwoVzfT .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-uKjSwoVzfT .dropdown-item,
.cid-uKjSwoVzfT .nav-link,
.cid-uKjSwoVzfT .brand-name {
  font-style: normal;
}
.cid-uKjSwoVzfT .dropdown-item:hover,
.cid-uKjSwoVzfT .nav-link:hover,
.cid-uKjSwoVzfT .brand-name:hover {
  color: #279e64 !important;
}
.cid-uKjSwoVzfT .dropdown-menu {
  background-color: #ffffff;
}
.cid-uKjSwoVzfT .dropdown-item:active {
  background-color: #ffffff;
}
.cid-uKjSwoVzfT .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uKjSwoVzfT .navbar-dropdown.bg-color.transparent.opened {
  background: #fac616;
}
.cid-uKjSwoVzfT .nav-item {
  position: relative;
}
.cid-uKjSwoVzfT .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uKjSwoVzfT .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uKjSwoVzfT .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-uKjSwoVzfT .nav-link {
    line-height: 6.13;
  }
  .cid-uKjSwoVzfT .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uKjSwoVzfT .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-uKjSwoVzfT .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKjSwoVzfT .content-text {
  margin-bottom: 0;
}
.cid-uKjSwoVzfT .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uKjSwoVzfT .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fac616;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uKjSwoVzfT .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uKjSwoVzfT .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uKjSwoVzfT .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-uKjSwoVzfT .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKjSwoVzfT .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uKjSwoVzfT .content-right-side {
  text-align: center;
}
.cid-uKjSwoVzfT .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uKjSwoVzfT .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uKjSwoVzfT .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ff0000;
}
.cid-uKjSwoVzfT .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uKjSwoVzfT .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKjSwoVzfT .info-widget:first-child {
  margin-left: 0;
}
.cid-uKjSwoVzfT .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uKjSwoVzfT .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-uKjSwoVzfT .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uKjSwoVzfT .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #fac616;
}
@media (min-width: 992px) {
  .cid-uKjSwoVzfT .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uKjSwoVzfT .navbar {
    display: block;
    padding: 0;
  }
  .cid-uKjSwoVzfT .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uKjSwoVzfT .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uKjSwoVzfT .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uKjSwoVzfT .navbar-toggler {
    display: none;
  }
  .cid-uKjSwoVzfT .navbar-collapse {
    justify-content: center;
  }
}
.cid-uKjSwoVzfT .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uKjSwoVzfT .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-uKjSwoVzfT .btn-sm {
  padding: 13px 29px;
}
.cid-uKjSwoVzfT .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uKjSwoVzfT .btn::after {
  background-color: #47b5ed;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uKjSwoVzfT .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uKjSwoVzfT .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uKjSwoVzfT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uKjSwoVzfT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uKjSwoVzfT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uKjSwoVzfT .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uKjSwoVzfT .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uKjSwoVzfT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKjSwoVzfT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKjSwoVzfT .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uKjSwoVzfT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uKjSwoVzfT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKjSwoVzfT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uKjSwoVzfT .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKjSwoVzfT .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uKjSwoVzfT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uKjSwoVzfT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uKjSwoVzfT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uKjSwoVzfT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uKjSwoVzfT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-uKjSwoVzfT button.navbar-toggler:focus {
  outline: none;
}
.cid-uKjSwoVzfT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uKjSwoVzfT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKjSwoVzfT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKjSwoVzfT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKjSwoVzfT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKjSwoVzfT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKjSwoVzfT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKjSwoVzfT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKjSwoVzfT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKjSwoVzfT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKjSwoVzfT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKjSwoVzfT .collapsed .btn {
  display: flex;
}
.cid-uKjSwoVzfT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uKjSwoVzfT .collapsed .navbar-collapse.collapsing,
.cid-uKjSwoVzfT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uKjSwoVzfT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uKjSwoVzfT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uKjSwoVzfT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uKjSwoVzfT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uKjSwoVzfT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uKjSwoVzfT .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uKjSwoVzfT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uKjSwoVzfT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uKjSwoVzfT .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uKjSwoVzfT .collapsed button.navbar-toggler {
  display: block;
}
.cid-uKjSwoVzfT .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uKjSwoVzfT .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uKjSwoVzfT .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uKjSwoVzfT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uKjSwoVzfT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uKjSwoVzfT .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uKjSwoVzfT .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKjSwoVzfT .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uKjSwoVzfT .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uKjSwoVzfT .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uKjSwoVzfT .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-uKjSwoVzfT .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uKjSwoVzfT .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uKjSwoVzfT .navbar-collapse.collapsing,
  .cid-uKjSwoVzfT .navbar-collapse.show {
    display: block !important;
  }
  .cid-uKjSwoVzfT .navbar-collapse.collapsing .navbar-nav,
  .cid-uKjSwoVzfT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uKjSwoVzfT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uKjSwoVzfT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uKjSwoVzfT .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uKjSwoVzfT .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-uKjSwoVzfT .navbar-collapse.collapsing .navbar-buttons,
  .cid-uKjSwoVzfT .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uKjSwoVzfT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uKjSwoVzfT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uKjSwoVzfT img {
    height: 3.8rem !important;
  }
  .cid-uKjSwoVzfT .btn {
    display: flex;
  }
  .cid-uKjSwoVzfT button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uKjSwoVzfT .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uKjSwoVzfT .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uKjSwoVzfT .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uKjSwoVzfT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uKjSwoVzfT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uKjSwoVzfT .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uKjSwoVzfT .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uKjSwoVzfT .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uKjSwoVzfT .navbar-toggler {
  position: relative;
}
.cid-uKjSwoVzfT .dropdown-item.active,
.cid-uKjSwoVzfT .dropdown-item:active {
  color: initial;
}
.cid-uKjSwoVzfT .widget-title {
  color: #47b5ed;
}
.cid-uKjSwoVzfT .widget-text {
  color: #47b5ed;
}
.cid-uKjSwoVzfT .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uKjSwoVzfT .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #fac616;
  display: inline-flex;
  background-color: #fac616;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uKjSwoVzfT .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uKjSwoVzfT .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uKjSwoVzfT .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-uKjSwoVzfT .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-uKjSwoVzfT .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-uKjSwoVzfT .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-uKjSwoVzfT .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-uKjSwoVzfT .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uKjSwoVzfT .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-uKjSwoVzfT .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-uKjSwoVzfT .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uKjSwoVzfT .menu-content-top,
  .cid-uKjSwoVzfT .menu-bottom {
    padding: 0 15px;
  }
  .cid-uKjSwoVzfT button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uKjSwoVzfT .widget-title,
.cid-uKjSwoVzfT .widget-icon {
  color: #f4efef;
}
.cid-uKjSwq6jH8 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #fac616 10%, #353535 100%) !important;
}
.cid-uKjSwq6jH8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSwq6jH8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSwrGDKD {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjSwrGDKD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSwrGDKD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSwrGDKD .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjSwrGDKD .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSwrGDKD .container {
    padding: 0 24px;
  }
}
.cid-uKjSwrGDKD .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjSwrGDKD .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjSwrGDKD .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjSwrGDKD .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjSwrGDKD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjSwrGDKD .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjSwrGDKD .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjSwrGDKD .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjSwrGDKD .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjSwrGDKD .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjSwrGDKD .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjSwrGDKD .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjSwrGDKD .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjSwrGDKD .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjSwrGDKD .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjSwrGDKD .mbr-section-title {
  color: #141414;
}
.cid-uKjSwrGDKD .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjSwrGDKD .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjSwrGDKD .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjSwrGDKD .mbr-section-title,
.cid-uKjSwrGDKD .mbr-section-btn {
  text-align: center;
}
.cid-uKjSwsjDBu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uKjSwsjDBu .mbr-text {
  margin: 0;
}
.cid-uKjSwsjDBu .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-uKjSwsjDBu .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uKjSwsjDBu .row-element,
.cid-uKjSwsjDBu .image-element {
  padding: 0;
}
.cid-uKjSwsjDBu .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uKjSwsjDBu .image-element .img-wrap {
  width: 100% !important;
}
.cid-uKjSwsjDBu .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uKjSwsjDBu .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uKjSwsjDBu .carousel-item.active,
.cid-uKjSwsjDBu .carousel-item-next,
.cid-uKjSwsjDBu .carousel-item-prev {
  display: flex;
}
.cid-uKjSwsjDBu .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-uKjSwsjDBu .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #fac616;
}
.cid-uKjSwsjDBu .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-uKjSwsjDBu .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uKjSwsjDBu .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKjSwsjDBu .carousel-controls {
    display: block;
  }
  .cid-uKjSwsjDBu .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-uKjSwsjDBu .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-uKjSwsjDBu .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-uKjSwsjDBu .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-uKjSwsjDBu .text-element {
    padding: 1rem;
  }
  .cid-uKjSwsjDBu .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKjSwsjDBu .image-element {
    min-width: 50%;
  }
  .cid-uKjSwsjDBu .media-container-row {
    width: 100%;
  }
}
.cid-uKjSwsjDBu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSwsjDBu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSwsjDBu .mbr-title,
.cid-uKjSwsjDBu .ornament {
  color: #ce320c;
}
.cid-uKjSwsjDBu .mbr-text,
.cid-uKjSwsjDBu .link {
  text-align: left;
}
.cid-uKjSwsXlwg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uKjSwsXlwg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSwsXlwg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKjSwsXlwg .container {
    padding: 0 15px;
  }
}
.cid-uKjSwsXlwg .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uKjSwsXlwg .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uKjSwsXlwg .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uKjSwsXlwg .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uKjSwsXlwg .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uKjSwsXlwg .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uKjSwsXlwg .mbr-section-title {
  color: #131c28;
}
.cid-uKjSwsXlwg .mbr-desc {
  color: #131c28;
}
.cid-uKjSwtu1eG {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjSwtu1eG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSwtu1eG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSwtu1eG .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjSwtu1eG .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSwtu1eG .container {
    padding: 0 24px;
  }
}
.cid-uKjSwtu1eG .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjSwtu1eG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjSwtu1eG .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjSwtu1eG .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjSwtu1eG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjSwtu1eG .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjSwtu1eG .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjSwtu1eG .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjSwtu1eG .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjSwtu1eG .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjSwtu1eG .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjSwtu1eG .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjSwtu1eG .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjSwtu1eG .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjSwtu1eG .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjSwtu1eG .mbr-section-title {
  color: #141414;
}
.cid-uKjSwtu1eG .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjSwtu1eG .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjSwtu1eG .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjSwtu1eG .mbr-section-title,
.cid-uKjSwtu1eG .mbr-section-btn {
  text-align: center;
}
.cid-uKjSwu8Lgq {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjSwu8Lgq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSwu8Lgq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSwu8Lgq .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjSwu8Lgq .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSwu8Lgq .container {
    padding: 0 24px;
  }
}
.cid-uKjSwu8Lgq .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjSwu8Lgq .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjSwu8Lgq .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjSwu8Lgq .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjSwu8Lgq .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjSwu8Lgq .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjSwu8Lgq .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjSwu8Lgq .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjSwu8Lgq .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjSwu8Lgq .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjSwu8Lgq .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjSwu8Lgq .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjSwu8Lgq .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjSwu8Lgq .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjSwu8Lgq .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjSwu8Lgq .mbr-section-title {
  color: #141414;
}
.cid-uKjSwu8Lgq .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjSwu8Lgq .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjSwu8Lgq .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjSwu8Lgq .mbr-section-title,
.cid-uKjSwu8Lgq .mbr-section-btn {
  text-align: center;
}
.cid-uKjSwuJW52 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uKjSwuJW52 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSwuJW52 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKjSwuJW52 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKjSwuJW52 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKjSwuJW52 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKjSwuJW52 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKjSwuJW52 .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uKjSwuJW52 .mbr-text,
.cid-uKjSwuJW52 .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uKjSwvka8p {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjSwvka8p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSwvka8p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSwvka8p .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjSwvka8p .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSwvka8p .container {
    padding: 0 24px;
  }
}
.cid-uKjSwvka8p .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjSwvka8p .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjSwvka8p .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjSwvka8p .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjSwvka8p .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjSwvka8p .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjSwvka8p .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjSwvka8p .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjSwvka8p .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjSwvka8p .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjSwvka8p .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjSwvka8p .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjSwvka8p .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjSwvka8p .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjSwvka8p .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjSwvka8p .mbr-section-title {
  color: #141414;
}
.cid-uKjSwvka8p .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjSwvka8p .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjSwvka8p .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjSwvka8p .mbr-section-title,
.cid-uKjSwvka8p .mbr-section-btn {
  text-align: center;
}
.cid-uKjSwvZDbS {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjSwvZDbS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSwvZDbS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSwvZDbS .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjSwvZDbS .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSwvZDbS .container {
    padding: 0 24px;
  }
}
.cid-uKjSwvZDbS .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjSwvZDbS .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjSwvZDbS .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjSwvZDbS .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjSwvZDbS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjSwvZDbS .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjSwvZDbS .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjSwvZDbS .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjSwvZDbS .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjSwvZDbS .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjSwvZDbS .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjSwvZDbS .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjSwvZDbS .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjSwvZDbS .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjSwvZDbS .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjSwvZDbS .mbr-section-title {
  color: #141414;
}
.cid-uKjSwvZDbS .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjSwvZDbS .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjSwvZDbS .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjSwvZDbS .mbr-section-title,
.cid-uKjSwvZDbS .mbr-section-btn {
  text-align: center;
}
.cid-uKjSwwDxGG {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjSwwDxGG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSwwDxGG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSwwDxGG .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjSwwDxGG .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSwwDxGG .container {
    padding: 0 24px;
  }
}
.cid-uKjSwwDxGG .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjSwwDxGG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjSwwDxGG .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjSwwDxGG .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjSwwDxGG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjSwwDxGG .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjSwwDxGG .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjSwwDxGG .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjSwwDxGG .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjSwwDxGG .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjSwwDxGG .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjSwwDxGG .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjSwwDxGG .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjSwwDxGG .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjSwwDxGG .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjSwwDxGG .mbr-section-title {
  color: #141414;
}
.cid-uKjSwwDxGG .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjSwwDxGG .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjSwwDxGG .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjSwwDxGG .mbr-section-title,
.cid-uKjSwwDxGG .mbr-section-btn {
  text-align: center;
}
.cid-uKjSwxjWfx {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjSwxjWfx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSwxjWfx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSwxjWfx .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjSwxjWfx .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSwxjWfx .container {
    padding: 0 24px;
  }
}
.cid-uKjSwxjWfx .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjSwxjWfx .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjSwxjWfx .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjSwxjWfx .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjSwxjWfx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjSwxjWfx .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjSwxjWfx .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjSwxjWfx .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjSwxjWfx .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjSwxjWfx .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjSwxjWfx .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjSwxjWfx .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjSwxjWfx .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjSwxjWfx .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjSwxjWfx .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjSwxjWfx .mbr-section-title {
  color: #141414;
}
.cid-uKjSwxjWfx .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjSwxjWfx .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjSwxjWfx .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjSwxjWfx .mbr-section-title,
.cid-uKjSwxjWfx .mbr-section-btn {
  text-align: center;
}
.cid-uKjSwxXBPU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uKjSwxXBPU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSwxXBPU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSwxXBPU .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uKjSwxXBPU .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSwxXBPU .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uKjSwxXBPU .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uKjSwxXBPU .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #063a99;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}
.cid-uKjSwxXBPU .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uKjSwxXBPU .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjSwxXBPU .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uKjSwxXBPU .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uKjSwxXBPU .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uKjSwxXBPU .mbr-section-title {
  color: #191c25;
}
.cid-uKjSwxXBPU .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uKjSwxXBPU .mbr-section-title,
.cid-uKjSwxXBPU .mbr-section-btn,
.cid-uKjSwxXBPU .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uKjSwyCi0i {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjSwyCi0i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSwyCi0i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSwyCi0i .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjSwyCi0i .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSwyCi0i .container {
    padding: 0 24px;
  }
}
.cid-uKjSwyCi0i .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjSwyCi0i .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjSwyCi0i .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjSwyCi0i .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjSwyCi0i .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjSwyCi0i .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjSwyCi0i .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjSwyCi0i .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjSwyCi0i .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjSwyCi0i .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjSwyCi0i .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjSwyCi0i .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjSwyCi0i .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjSwyCi0i .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjSwyCi0i .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjSwyCi0i .mbr-section-title {
  color: #141414;
}
.cid-uKjSwyCi0i .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjSwyCi0i .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjSwyCi0i .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjSwyCi0i .mbr-section-title,
.cid-uKjSwyCi0i .mbr-section-btn {
  text-align: center;
}
.cid-uKjSwzm1TY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uKjSwzm1TY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSwzm1TY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSwzm1TY .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKjSwzm1TY .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKjSwzm1TY .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSwzm1TY .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKjSwzm1TY .container {
    padding: 0 14px;
  }
}
.cid-uKjSwzm1TY .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uKjSwzm1TY .content-wrapper .link-wrapper {
  display: block;
}
.cid-uKjSwzm1TY .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uKjSwzm1TY .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uKjSwzm1TY .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKjSwzm1TY .mbr-text {
  color: #f4efef;
  text-align: center;
}
.cid-uKjSwzm1TY .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uKjSwA3jNE {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjSwA3jNE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSwA3jNE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSwA3jNE .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjSwA3jNE .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSwA3jNE .container {
    padding: 0 24px;
  }
}
.cid-uKjSwA3jNE .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjSwA3jNE .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjSwA3jNE .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjSwA3jNE .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjSwA3jNE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjSwA3jNE .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjSwA3jNE .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjSwA3jNE .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjSwA3jNE .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjSwA3jNE .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjSwA3jNE .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjSwA3jNE .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjSwA3jNE .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjSwA3jNE .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjSwA3jNE .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjSwA3jNE .mbr-section-title {
  color: #141414;
}
.cid-uKjSwA3jNE .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjSwA3jNE .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjSwA3jNE .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjSwA3jNE .mbr-section-title,
.cid-uKjSwA3jNE .mbr-section-btn {
  text-align: center;
}
.cid-uKjSwAQFe3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac616;
}
.cid-uKjSwAQFe3 .wrapper {
  background-color: #ebeae2;
}
.cid-uKjSwAQFe3 .top-row {
  border-bottom: 1px solid #4479d9;
}
.cid-uKjSwAQFe3 li {
  list-style-type: none;
}
.cid-uKjSwAQFe3 .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-uKjSwAQFe3 .list-1 li {
  margin-bottom: 1rem;
}
.cid-uKjSwAQFe3 .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-uKjSwAQFe3 .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-uKjSwAQFe3 .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-uKjSwAQFe3 ul {
  margin: 0;
}
.cid-uKjSwAQFe3 .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-uKjSwAQFe3 .sect {
  display: flex;
  align-items: center;
}
.cid-uKjSwAQFe3 .sect__left {
  flex: 0 0 32px;
  margin-right: 15px;
}
.cid-uKjSwAQFe3 .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uKjSwAQFe3 .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uKjSwAQFe3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSwAQFe3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSwAQFe3 .b-text4 {
  text-align: center;
  color: #4479d9;
}
.cid-uKjSwAQFe3 .b-text3 {
  color: #4479d9;
}
.cid-uKjSwAQFe3 .mbr-section-title {
  color: #4479d9;
  text-align: left;
}
.cid-uKjSwAQFe3 .list1 {
  text-align: left;
}
